initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimMinAggregateInputObjectSchema: z.ZodType<Prisma.ClaimMinAggregateInputType>;
export declare const ClaimMinAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodLiteral<true>>;
patientId: z.ZodOptional<z.ZodLiteral<true>>;
appointmentId: z.ZodOptional<z.ZodLiteral<true>>;
userId: z.ZodOptional<z.ZodLiteral<true>>;
staffId: z.ZodOptional<z.ZodLiteral<true>>;
patientName: z.ZodOptional<z.ZodLiteral<true>>;
memberId: z.ZodOptional<z.ZodLiteral<true>>;
dateOfBirth: z.ZodOptional<z.ZodLiteral<true>>;
remarks: z.ZodOptional<z.ZodLiteral<true>>;
missingTeethStatus: z.ZodOptional<z.ZodLiteral<true>>;
serviceDate: z.ZodOptional<z.ZodLiteral<true>>;
insuranceProvider: z.ZodOptional<z.ZodLiteral<true>>;
createdAt: z.ZodOptional<z.ZodLiteral<true>>;
updatedAt: z.ZodOptional<z.ZodLiteral<true>>;
status: z.ZodOptional<z.ZodLiteral<true>>;
claimNumber: z.ZodOptional<z.ZodLiteral<true>>;
}, "strict", z.ZodTypeAny, {
status?: true | undefined;
createdAt?: true | undefined;
id?: true | undefined;
userId?: true | undefined;
patientId?: true | undefined;
appointmentId?: true | undefined;
staffId?: true | undefined;
updatedAt?: true | undefined;
patientName?: true | undefined;
memberId?: true | undefined;
dateOfBirth?: true | undefined;
remarks?: true | undefined;
missingTeethStatus?: true | undefined;
serviceDate?: true | undefined;
insuranceProvider?: true | undefined;
claimNumber?: true | undefined;
}, {
status?: true | undefined;
createdAt?: true | undefined;
id?: true | undefined;
userId?: true | undefined;
patientId?: true | undefined;
appointmentId?: true | undefined;
staffId?: true | undefined;
updatedAt?: true | undefined;
patientName?: true | undefined;
memberId?: true | undefined;
dateOfBirth?: true | undefined;
remarks?: true | undefined;
missingTeethStatus?: true | undefined;
serviceDate?: true | undefined;
insuranceProvider?: true | undefined;
claimNumber?: true | undefined;
}>;
//# sourceMappingURL=ClaimMinAggregateInput.schema.d.ts.map