initial commit
This commit is contained in:
29
packages/db/shared/schemas/objects/ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts
vendored
Normal file
29
packages/db/shared/schemas/objects/ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectSchema: z.ZodType<Prisma.ClaimUpdateOneWithoutServiceLinesNestedInput>;
|
||||
export declare const ClaimUpdateOneWithoutServiceLinesNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutServiceLinesInput>>]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutServiceLinesInput>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpsertWithoutServiceLinesInput>>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>]>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUpdateWithoutServiceLinesInput>>, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
||||
update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined;
|
||||
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
||||
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.ClaimCreateWithoutServiceLinesInput | Prisma.ClaimUncheckedCreateWithoutServiceLinesInput | undefined;
|
||||
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutServiceLinesInput | undefined;
|
||||
connect?: Prisma.ClaimWhereUniqueInput | undefined;
|
||||
update?: Prisma.ClaimUpdateWithoutServiceLinesInput | Prisma.ClaimUncheckedUpdateWithoutServiceLinesInput | Prisma.ClaimUpdateToOneWithWhereWithoutServiceLinesInput | undefined;
|
||||
upsert?: Prisma.ClaimUpsertWithoutServiceLinesInput | undefined;
|
||||
disconnect?: boolean | Prisma.ClaimWhereInput | undefined;
|
||||
delete?: boolean | Prisma.ClaimWhereInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimUpdateOneWithoutServiceLinesNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user