initial commit
This commit is contained in:
17
packages/db/shared/schemas/objects/PdfGroupUpdateManyMutationInput.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/objects/PdfGroupUpdateManyMutationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PdfGroupUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.PdfGroupUpdateManyMutationInput>;
|
||||
export declare const PdfGroupUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
|
||||
title: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
||||
titleKey: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["INSURANCE_CLAIM", "INSURANCE_CLAIM_PREAUTH", "ELIGIBILITY_STATUS", "CLAIM_STATUS", "OTHER"]>, z.ZodLazy<z.ZodType<Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput>>]>>;
|
||||
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
||||
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
||||
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
|
||||
}, {
|
||||
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
||||
title?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
||||
titleKey?: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER" | Prisma.EnumPdfTitleKeyFieldUpdateOperationsInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PdfGroupUpdateManyMutationInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user