initial commit
This commit is contained in:
32
packages/db/shared/schemas/objects/CloudFileChunkScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
32
packages/db/shared/schemas/objects/CloudFileChunkScalarWhereWithAggregatesInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileChunkScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput>;
|
||||
export declare const CloudFileChunkScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
||||
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>, "many">]>>;
|
||||
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>, "many">>;
|
||||
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>, "many">]>>;
|
||||
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
||||
fileId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
||||
seq: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
||||
data: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BytesWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BytesWithAggregatesFilter<never>>>, z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>]>>;
|
||||
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
data?: Uint8Array<ArrayBuffer> | Prisma.BytesWithAggregatesFilter<never> | undefined;
|
||||
seq?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
fileId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
}, {
|
||||
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
||||
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
AND?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
OR?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
NOT?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined;
|
||||
data?: Uint8Array<ArrayBuffer> | Prisma.BytesWithAggregatesFilter<never> | undefined;
|
||||
seq?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
fileId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileChunkScalarWhereWithAggregatesInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user