29 lines
3.1 KiB
TypeScript
29 lines
3.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const StaffUpdateOneWithoutAppointmentsNestedInputObjectSchema: z.ZodType<Prisma.StaffUpdateOneWithoutAppointmentsNestedInput>;
|
|
export declare const StaffUpdateOneWithoutAppointmentsNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StaffCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffCreateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedCreateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUncheckedCreateWithoutAppointmentsInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffCreateOrConnectWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffCreateOrConnectWithoutAppointmentsInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffUpsertWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUpsertWithoutAppointmentsInput>>>;
|
|
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.StaffUpdateToOneWithWhereWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUpdateToOneWithWhereWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUpdateWithoutAppointmentsInput>>, z.ZodLazy<z.ZodType<Prisma.StaffUncheckedUpdateWithoutAppointmentsInput, z.ZodTypeDef, Prisma.StaffUncheckedUpdateWithoutAppointmentsInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
|
update?: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput | Prisma.StaffUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.StaffUpsertWithoutAppointmentsInput | undefined;
|
|
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
|
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
|
}, {
|
|
create?: Prisma.StaffCreateWithoutAppointmentsInput | Prisma.StaffUncheckedCreateWithoutAppointmentsInput | undefined;
|
|
connectOrCreate?: Prisma.StaffCreateOrConnectWithoutAppointmentsInput | undefined;
|
|
connect?: Prisma.StaffWhereUniqueInput | undefined;
|
|
update?: Prisma.StaffUpdateWithoutAppointmentsInput | Prisma.StaffUncheckedUpdateWithoutAppointmentsInput | Prisma.StaffUpdateToOneWithWhereWithoutAppointmentsInput | undefined;
|
|
upsert?: Prisma.StaffUpsertWithoutAppointmentsInput | undefined;
|
|
disconnect?: boolean | Prisma.StaffWhereInput | undefined;
|
|
delete?: boolean | Prisma.StaffWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=StaffUpdateOneWithoutAppointmentsNestedInput.schema.d.ts.map
|