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