initial commit
This commit is contained in:
82
packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts
vendored
Normal file
82
packages/db/shared/schemas/findFirstAppointmentProcedure.schema.d.ts
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const AppointmentProcedureFindFirstSelectSchema: z.ZodType<Prisma.AppointmentProcedureSelect>;
|
||||
export declare const AppointmentProcedureFindFirstSelectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodBoolean>;
|
||||
appointmentId: z.ZodOptional<z.ZodBoolean>;
|
||||
patientId: z.ZodOptional<z.ZodBoolean>;
|
||||
procedureCode: z.ZodOptional<z.ZodBoolean>;
|
||||
procedureLabel: z.ZodOptional<z.ZodBoolean>;
|
||||
fee: z.ZodOptional<z.ZodBoolean>;
|
||||
category: z.ZodOptional<z.ZodBoolean>;
|
||||
toothNumber: z.ZodOptional<z.ZodBoolean>;
|
||||
toothSurface: z.ZodOptional<z.ZodBoolean>;
|
||||
oralCavityArea: z.ZodOptional<z.ZodBoolean>;
|
||||
source: z.ZodOptional<z.ZodBoolean>;
|
||||
comboKey: z.ZodOptional<z.ZodBoolean>;
|
||||
createdAt: z.ZodOptional<z.ZodBoolean>;
|
||||
appointment: z.ZodOptional<z.ZodBoolean>;
|
||||
patient: z.ZodOptional<z.ZodBoolean>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
patientId?: boolean | undefined;
|
||||
patient?: boolean | undefined;
|
||||
procedureCode?: boolean | undefined;
|
||||
procedureLabel?: boolean | undefined;
|
||||
fee?: boolean | undefined;
|
||||
category?: boolean | undefined;
|
||||
toothNumber?: boolean | undefined;
|
||||
toothSurface?: boolean | undefined;
|
||||
oralCavityArea?: boolean | undefined;
|
||||
source?: boolean | undefined;
|
||||
comboKey?: boolean | undefined;
|
||||
appointmentId?: boolean | undefined;
|
||||
appointment?: boolean | undefined;
|
||||
}, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
patientId?: boolean | undefined;
|
||||
patient?: boolean | undefined;
|
||||
procedureCode?: boolean | undefined;
|
||||
procedureLabel?: boolean | undefined;
|
||||
fee?: boolean | undefined;
|
||||
category?: boolean | undefined;
|
||||
toothNumber?: boolean | undefined;
|
||||
toothSurface?: boolean | undefined;
|
||||
oralCavityArea?: boolean | undefined;
|
||||
source?: boolean | undefined;
|
||||
comboKey?: boolean | undefined;
|
||||
appointmentId?: boolean | undefined;
|
||||
appointment?: boolean | undefined;
|
||||
}>;
|
||||
export declare const AppointmentProcedureFindFirstSchema: z.ZodType<Prisma.AppointmentProcedureFindFirstArgs>;
|
||||
export declare const AppointmentProcedureFindFirstZodSchema: z.ZodObject<{
|
||||
select: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
include: z.ZodLazy<z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.AppointmentProcedureOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithRelationInput>, "many">]>>;
|
||||
where: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereInput>>;
|
||||
cursor: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
distinct: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>, z.ZodArray<z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
include?: Prisma.AppointmentProcedureInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.AppointmentProcedureSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithRelationInput | Prisma.AppointmentProcedureOrderByWithRelationInput[] | undefined;
|
||||
cursor?: Prisma.AppointmentProcedureWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId" | ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstAppointmentProcedure.schema.d.ts.map
|
||||
Reference in New Issue
Block a user