initial commit
This commit is contained in:
23
packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutPaymentNestedInput.schema.d.ts
vendored
Normal file
23
packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutPaymentNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PatientUpdateOneRequiredWithoutPaymentNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutPaymentNestedInput>;
|
||||
export declare const PatientUpdateOneRequiredWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutPaymentInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutPaymentInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutPaymentInput>>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutPaymentInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PatientCreateWithoutPaymentInput | Prisma.PatientUncheckedCreateWithoutPaymentInput | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutPaymentInput | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
||||
update?: Prisma.PatientUpdateWithoutPaymentInput | Prisma.PatientUncheckedUpdateWithoutPaymentInput | Prisma.PatientUpdateToOneWithWhereWithoutPaymentInput | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithoutPaymentInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.PatientCreateWithoutPaymentInput | Prisma.PatientUncheckedCreateWithoutPaymentInput | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutPaymentInput | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
||||
update?: Prisma.PatientUpdateWithoutPaymentInput | Prisma.PatientUncheckedUpdateWithoutPaymentInput | Prisma.PatientUpdateToOneWithWhereWithoutPaymentInput | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithoutPaymentInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PatientUpdateOneRequiredWithoutPaymentNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user