initial commit
This commit is contained in:
23
packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts
vendored
Normal file
23
packages/db/shared/schemas/objects/PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutGroupsNestedInput>;
|
||||
export declare const PatientUpdateOneRequiredWithoutGroupsNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutGroupsInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutGroupsInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutGroupsInput>>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutGroupsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutGroupsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutGroupsInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
||||
update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.PatientCreateWithoutGroupsInput | Prisma.PatientUncheckedCreateWithoutGroupsInput | undefined;
|
||||
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutGroupsInput | undefined;
|
||||
connect?: Prisma.PatientWhereUniqueInput | undefined;
|
||||
update?: Prisma.PatientUpdateWithoutGroupsInput | Prisma.PatientUncheckedUpdateWithoutGroupsInput | Prisma.PatientUpdateToOneWithWhereWithoutGroupsInput | undefined;
|
||||
upsert?: Prisma.PatientUpsertWithoutGroupsInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PatientUpdateOneRequiredWithoutGroupsNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user