23 lines
2.6 KiB
TypeScript
23 lines
2.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutDocumentsNestedInput>;
|
|
export declare const PatientUpdateOneRequiredWithoutDocumentsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutDocumentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutDocumentsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutDocumentsInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutDocumentsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutDocumentsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutDocumentsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined;
|
|
}, {
|
|
create?: Prisma.PatientCreateWithoutDocumentsInput | Prisma.PatientUncheckedCreateWithoutDocumentsInput | undefined;
|
|
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutDocumentsInput | undefined;
|
|
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
|
update?: Prisma.PatientUpdateWithoutDocumentsInput | Prisma.PatientUncheckedUpdateWithoutDocumentsInput | Prisma.PatientUpdateToOneWithWhereWithoutDocumentsInput | undefined;
|
|
upsert?: Prisma.PatientUpsertWithoutDocumentsInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=PatientUpdateOneRequiredWithoutDocumentsNestedInput.schema.d.ts.map
|