initial commit
This commit is contained in:
50
packages/db/shared/schemas/objects/ServiceLineMaxAggregateInput.schema.d.ts
vendored
Normal file
50
packages/db/shared/schemas/objects/ServiceLineMaxAggregateInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
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
|
||||
Reference in New Issue
Block a user