initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/StaffUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/StaffUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const StaffUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.StaffUncheckedUpdateManyWithoutUserNestedInput>;
|
||||
export declare const StaffUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.StaffCreateManyUserInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.StaffUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereInput, z.ZodTypeDef, Prisma.StaffScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.StaffScalarWhereInput, z.ZodTypeDef, Prisma.StaffScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.StaffUpdateWithWhereUniqueWithoutUserInput | Prisma.StaffUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.StaffUpsertWithWhereUniqueWithoutUserInput | Prisma.StaffUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.StaffUpdateManyWithWhereWithoutUserInput | Prisma.StaffUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.StaffScalarWhereInput | Prisma.StaffScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.StaffUncheckedCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput | Prisma.StaffCreateWithoutUserInput[] | Prisma.StaffUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutUserInput | Prisma.StaffCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.StaffCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.StaffUpdateWithWhereUniqueWithoutUserInput | Prisma.StaffUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.StaffUpsertWithWhereUniqueWithoutUserInput | Prisma.StaffUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.StaffWhereUniqueInput | Prisma.StaffWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.StaffUpdateManyWithWhereWithoutUserInput | Prisma.StaffUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.StaffScalarWhereInput | Prisma.StaffScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=StaffUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user