Variable QuantityQueryOneSchemaConst
QuantityQueryOneSchema: ZodObject<
{
distinct: ZodOptional<
ZodArray<
ZodEnum<
{
alertThreshold: "alertThreshold";
id: "id";
quantity: "quantity";
storeId: "storeId";
variantId: "variantId";
},
>,
>,
>;
where: ZodOptional<
ZodPipe<
ZodTransform<any, unknown>,
ZodObject<
{
alertThreshold: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
id: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
quantity: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
store: ZodOptional<
ZodObject<
{
description: ZodOptional<ZodUnion<(...)>>;
id: ZodOptional<ZodUnion<(...)>>;
name: ZodOptional<ZodUnion<(...)>>;
priceLevelId: ZodOptional<ZodUnion<(...)>>;
slug: ZodOptional<ZodUnion<(...)>>;
},
$strip,
>,
>;
storeId: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
variant: ZodOptional<
ZodObject<
{
id: ZodOptional<ZodUnion<(...)>>;
productId: ZodOptional<ZodUnion<(...)>>;
sku: ZodOptional<ZodUnion<(...)>>;
upc: ZodOptional<ZodUnion<(...)>>;
uuid: ZodOptional<ZodUnion<(...)>>;
},
$strip,
>,
>;
variantId: ZodOptional<
ZodUnion<
[
ZodCoercedNumber<unknown>,
ZodObject<
{
equals: ...;
gt: ...;
gte: ...;
in: ...;
lt: ...;
lte: ...;
not: ...;
notIn: ...;
},
$strip,
>,
],
>,
>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...