initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectSchema: z.ZodType<Prisma.PaymentUncheckedUpdateOneWithoutClaimNestedInput>;
|
||||
export declare const PaymentUncheckedUpdateOneWithoutClaimNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutClaimInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutClaimInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpsertWithoutClaimInput>>>;
|
||||
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.PaymentUpdateToOneWithWhereWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutClaimInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutClaimInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutClaimInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined;
|
||||
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.PaymentCreateWithoutClaimInput | Prisma.PaymentUncheckedCreateWithoutClaimInput | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutClaimInput | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
update?: Prisma.PaymentUncheckedUpdateWithoutClaimInput | Prisma.PaymentUpdateToOneWithWhereWithoutClaimInput | Prisma.PaymentUpdateWithoutClaimInput | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithoutClaimInput | undefined;
|
||||
disconnect?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
delete?: boolean | Prisma.PaymentWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUncheckedUpdateOneWithoutClaimNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user