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