Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineInclude.schema.d.ts
2026-04-04 22:13:55 -04:00

60 lines
5.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineIncludeObjectSchema: z.ZodType<Prisma.ServiceLineInclude>;
export declare const ServiceLineIncludeObjectZodSchema: z.ZodObject<{
claim: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
include: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
include?: Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
include?: Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
payment: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
include: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
include?: Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
include?: Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
serviceLineTransactions: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs>>>]>>;
_count: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodObject<{
select: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs>>>>;
}, "strict", z.ZodTypeAny, {
select?: Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
select?: Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>>]>>;
}, "strict", z.ZodTypeAny, {
claim?: boolean | {
include?: Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
payment?: boolean | {
include?: Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
_count?: boolean | {
select?: Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}, {
claim?: boolean | {
include?: Prisma.ClaimInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.ClaimSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
payment?: boolean | {
include?: Prisma.PaymentInclude<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.PaymentSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
serviceLineTransactions?: boolean | Prisma.ServiceLineTransactionFindManyArgs<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
_count?: boolean | {
select?: Prisma.ServiceLineCountOutputTypeSelect<import("../../../generated/prisma/runtime/client").DefaultArgs> | undefined;
} | undefined;
}>;
//# sourceMappingURL=ServiceLineInclude.schema.d.ts.map