initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/PaymentUpdateManyWithoutUpdatedByNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/PaymentUpdateManyWithoutUpdatedByNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentUpdateManyWithoutUpdatedByNestedInputObjectSchema: z.ZodType<Prisma.PaymentUpdateManyWithoutUpdatedByNestedInput>;
|
||||
export declare const PaymentUpdateManyWithoutUpdatedByNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutUpdatedByInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutUpdatedByInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutUpdatedByInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInputEnvelope, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput, z.ZodTypeDef, Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PaymentScalarWhereInput, z.ZodTypeDef, Prisma.PaymentScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
|
||||
set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
|
||||
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput[] | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput[] | undefined;
|
||||
disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput[] | undefined;
|
||||
deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
|
||||
set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
|
||||
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpdateWithWhereUniqueWithoutUpdatedByInput[] | undefined;
|
||||
upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput | Prisma.PaymentUpsertWithWhereUniqueWithoutUpdatedByInput[] | undefined;
|
||||
disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput | Prisma.PaymentUpdateManyWithWhereWithoutUpdatedByInput[] | undefined;
|
||||
deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentUpdateManyWithoutUpdatedByNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user