32 lines
3.7 KiB
TypeScript
32 lines
3.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PdfGroupScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput>;
|
|
export declare const PdfGroupScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
|
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>, "many">>;
|
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
title: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
titleKey: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumPdfTitleKeyWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.EnumPdfTitleKeyWithAggregatesFilter<never>>>, z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>]>>;
|
|
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
patientId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.PdfGroupScalarWhereWithAggregatesInput | Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.PdfGroupScalarWhereWithAggregatesInput | Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
title?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyWithAggregatesFilter<never> | undefined;
|
|
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
}, {
|
|
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
AND?: Prisma.PdfGroupScalarWhereWithAggregatesInput | Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
OR?: Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
NOT?: Prisma.PdfGroupScalarWhereWithAggregatesInput | Prisma.PdfGroupScalarWhereWithAggregatesInput[] | undefined;
|
|
title?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyWithAggregatesFilter<never> | undefined;
|
|
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PdfGroupScalarWhereWithAggregatesInput.schema.d.ts.map
|