asset-db
    Preparing search index...

    Variable QuantityMoveRequestSelectFieldsSchemaConst

    QuantityMoveRequestSelectFieldsSchema: ZodObject<
        {
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            quantity: ZodOptional<ZodCoercedBoolean<unknown>>;
            reason: ZodOptional<ZodCoercedBoolean<unknown>>;
            requestedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            requestedBy: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<ZodArray<ZodEnum<{ id: ...; uuid: ... }>>>;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; uuid: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            requestedById: ZodOptional<ZodCoercedBoolean<unknown>>;
            resolvedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            resolvedBy: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<ZodArray<ZodEnum<{ id: ...; uuid: ... }>>>;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; uuid: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            resolvedById: ZodOptional<ZodCoercedBoolean<unknown>>;
            source: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                id: ...;
                                                itemId: ...;
                                                minQuantity: ...;
                                                quantity: ...;
                                                roomId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                id: ...;
                                                itemId: ...;
                                                minQuantity: ...;
                                                quantity: ...;
                                                roomId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            sourceId: ZodOptional<ZodCoercedBoolean<unknown>>;
            status: ZodOptional<ZodCoercedBoolean<unknown>>;
            target: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                id: ...;
                                                itemId: ...;
                                                minQuantity: ...;
                                                quantity: ...;
                                                roomId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                id: ...;
                                                itemId: ...;
                                                minQuantity: ...;
                                                quantity: ...;
                                                roomId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            targetId: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...