initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/PaymentUpdateOneWithoutServiceLinesNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/PaymentUpdateOneWithoutServiceLinesNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUpdateOneWithoutServiceLinesNestedInputObjectSchema: z.ZodType<Prisma.PaymentUpdateOneWithoutServiceLinesNestedInput>;
|
||||
export declare const PaymentUpdateOneWithoutServiceLinesNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLinesInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutServiceLinesInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpsertWithoutServiceLinesInput>>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
update?: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithoutServiceLinesInput | undefined;
|
||||
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.PaymentCreateWithoutServiceLinesInput | Prisma.PaymentUncheckedCreateWithoutServiceLinesInput | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLinesInput | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
update?: Prisma.PaymentUpdateWithoutServiceLinesInput | Prisma.PaymentUncheckedUpdateWithoutServiceLinesInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithoutServiceLinesInput | undefined;
|
||||
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUpdateOneWithoutServiceLinesNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user