Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileChunkScalarWhereInput.schema.d.ts
2026-04-04 22:13:55 -04:00

32 lines
3.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileChunkScalarWhereInputObjectSchema: z.ZodType<Prisma.CloudFileChunkScalarWhereInput>;
export declare const CloudFileChunkScalarWhereInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
fileId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
seq: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
data: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BytesFilter<never>, z.ZodTypeDef, Prisma.BytesFilter<never>>>, z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>]>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
}, "strict", z.ZodTypeAny, {
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
OR?: Prisma.CloudFileChunkScalarWhereInput[] | undefined;
NOT?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
data?: Uint8Array<ArrayBuffer> | Prisma.BytesFilter<never> | undefined;
seq?: number | Prisma.IntFilter<never> | undefined;
fileId?: number | Prisma.IntFilter<never> | undefined;
}, {
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
OR?: Prisma.CloudFileChunkScalarWhereInput[] | undefined;
NOT?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
data?: Uint8Array<ArrayBuffer> | Prisma.BytesFilter<never> | undefined;
seq?: number | Prisma.IntFilter<never> | undefined;
fileId?: number | Prisma.IntFilter<never> | undefined;
}>;
//# sourceMappingURL=CloudFileChunkScalarWhereInput.schema.d.ts.map