fix: fix remote browser socket connection and related updates
This commit is contained in:
20
packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimCreateNestedManyWithoutNpiProviderInputObjectSchema: z.ZodType<Prisma.ClaimCreateNestedManyWithoutNpiProviderInput>;
|
||||
export declare const ClaimCreateNestedManyWithoutNpiProviderInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutNpiProviderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutNpiProviderInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutNpiProviderInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyNpiProviderInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyNpiProviderInputEnvelope>>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.ClaimUncheckedCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput | Prisma.ClaimCreateWithoutNpiProviderInput[] | Prisma.ClaimUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutNpiProviderInput | Prisma.ClaimCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
||||
createMany?: Prisma.ClaimCreateManyNpiProviderInputEnvelope | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimCreateNestedManyWithoutNpiProviderInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user