initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/StaffUpdateOneWithoutClaimsNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/StaffUpdateOneWithoutClaimsNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const StaffUpdateOneWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.StaffUpdateOneWithoutClaimsNestedInput>;
|
||||
export declare const StaffUpdateOneWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutClaimsInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutClaimsInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpsertWithoutClaimsInput>>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.StaffWhereInput, z.ZodTypeDef, Prisma.StaffWhereInput>>]>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutClaimsInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput | undefined;
|
||||
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutClaimsInput | undefined;
|
||||
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
||||
update?: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput | Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
||||
upsert?: Prisma.StaffUpsertWithoutClaimsInput | undefined;
|
||||
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
||||
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.StaffCreateWithoutClaimsInput | Prisma.StaffUncheckedCreateWithoutClaimsInput | undefined;
|
||||
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutClaimsInput | undefined;
|
||||
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
||||
update?: Prisma.StaffUpdateWithoutClaimsInput | Prisma.StaffUncheckedUpdateWithoutClaimsInput | Prisma.StaffUpdateToOneWithWhereWithoutClaimsInput | undefined;
|
||||
upsert?: Prisma.StaffUpsertWithoutClaimsInput | undefined;
|
||||
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
||||
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=StaffUpdateOneWithoutClaimsNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user