initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/CommunicationCreateNestedManyWithoutPatientInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/CommunicationCreateNestedManyWithoutPatientInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CommunicationCreateNestedManyWithoutPatientInputObjectSchema: z.ZodType<Prisma.CommunicationCreateNestedManyWithoutPatientInput>;
|
||||
export declare const CommunicationCreateNestedManyWithoutPatientInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyPatientInputEnvelope>>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CommunicationCreateNestedManyWithoutPatientInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user