initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/ClaimUpdateManyWithoutAppointmentNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/ClaimUpdateManyWithoutAppointmentNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateManyWithoutAppointmentNestedInput>;
|
||||
export declare const ClaimUpdateManyWithoutAppointmentNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyAppointmentInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyAppointmentInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
|
||||
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
|
||||
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
|
||||
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
|
||||
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
|
||||
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
|
||||
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimUpdateManyWithoutAppointmentNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user