50 lines
2.0 KiB
TypeScript
50 lines
2.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineMinAggregateInputObjectSchema: z.ZodType<Prisma.ServiceLineMinAggregateInputType>;
|
|
export declare const ServiceLineMinAggregateInputObjectZodSchema: 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=ServiceLineMinAggregateInput.schema.d.ts.map
|