initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/PaymentCreateNestedManyWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/PaymentCreateNestedManyWithoutUpdatedByInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentCreateNestedManyWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentCreateNestedManyWithoutUpdatedByInput>;
|
||||
export declare const PaymentCreateNestedManyWithoutUpdatedByInputObjectZodSchema: 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">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateManyUpdatedByInputEnvelope, z.ZodTypeDef, Prisma.PaymentCreateManyUpdatedByInputEnvelope>>>;
|
||||
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">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
|
||||
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.PaymentCreateWithoutUpdatedByInput | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput | Prisma.PaymentCreateWithoutUpdatedByInput[] | Prisma.PaymentUncheckedCreateWithoutUpdatedByInput[] | undefined;
|
||||
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutUpdatedByInput | Prisma.PaymentCreateOrConnectWithoutUpdatedByInput[] | undefined;
|
||||
createMany?: Prisma.PaymentCreateManyUpdatedByInputEnvelope | undefined;
|
||||
connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentCreateNestedManyWithoutUpdatedByInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user