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

50 lines
2.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineMaxAggregateInputObjectSchema: z.ZodType<Prisma.ServiceLineMaxAggregateInputType>;
export declare const ServiceLineMaxAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
claimId: z.ZodOptional<z.ZodLiteral<true>>;
paymentId: z.ZodOptional<z.ZodLiteral<true>>;
procedureCode: z.ZodOptional<z.ZodLiteral<true>>;
procedureDate: z.ZodOptional<z.ZodLiteral<true>>;
quad: z.ZodOptional<z.ZodLiteral<true>>;
arch: z.ZodOptional<z.ZodLiteral<true>>;
toothNumber: z.ZodOptional<z.ZodLiteral<true>>;
toothSurface: z.ZodOptional<z.ZodLiteral<true>>;
totalBilled: z.ZodOptional<z.ZodLiteral<true>>;
totalPaid: z.ZodOptional<z.ZodLiteral<true>>;
totalAdjusted: z.ZodOptional<z.ZodLiteral<true>>;
totalDue: z.ZodOptional<z.ZodLiteral<true>>;
status: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
status?: true | undefined;
id?: true | undefined;
procedureCode?: true | undefined;
toothNumber?: true | undefined;
toothSurface?: true | undefined;
claimId?: true | undefined;
paymentId?: true | undefined;
procedureDate?: true | undefined;
quad?: true | undefined;
arch?: true | undefined;
totalBilled?: true | undefined;
totalPaid?: true | undefined;
totalAdjusted?: true | undefined;
totalDue?: true | undefined;
}, {
status?: true | undefined;
id?: true | undefined;
procedureCode?: true | undefined;
toothNumber?: true | undefined;
toothSurface?: true | undefined;
claimId?: true | undefined;
paymentId?: true | undefined;
procedureDate?: true | undefined;
quad?: true | undefined;
arch?: true | undefined;
totalBilled?: true | undefined;
totalPaid?: true | undefined;
totalAdjusted?: true | undefined;
totalDue?: true | undefined;
}>;
//# sourceMappingURL=ServiceLineMaxAggregateInput.schema.d.ts.map