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