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

47 lines
5.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput>;
export declare const CloudFileScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
mimeType: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
fileSize: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BigIntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BigIntWithAggregatesFilter<never>>>, z.ZodBigInt]>>;
folderId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter<never>>>, z.ZodNumber]>>>;
isComplete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BoolWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BoolWithAggregatesFilter<never>>>, z.ZodBoolean]>>;
totalChunks: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter<never>>>, z.ZodNumber]>>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
updatedAt: 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;
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
mimeType?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
fileSize?: bigint | Prisma.BigIntWithAggregatesFilter<never> | undefined;
isComplete?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
totalChunks?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
folderId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
}, {
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined;
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
mimeType?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
fileSize?: bigint | Prisma.BigIntWithAggregatesFilter<never> | undefined;
isComplete?: boolean | Prisma.BoolWithAggregatesFilter<never> | undefined;
totalChunks?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
folderId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
}>;
//# sourceMappingURL=CloudFileScalarWhereWithAggregatesInput.schema.d.ts.map