initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.ClaimUncheckedUpdateManyWithoutPatientNestedInput>;
|
||||
export declare const ClaimUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyPatientInputEnvelope>>>;
|
||||
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.ClaimUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutPatientInput>>, "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.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.ClaimUncheckedCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput | Prisma.ClaimCreateWithoutPatientInput[] | Prisma.ClaimUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutPatientInput | Prisma.ClaimCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput | Prisma.ClaimUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
||||
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutPatientInput | Prisma.ClaimUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
||||
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user