initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByAppointmentProcedure.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const AppointmentProcedureGroupBySchema: z.ZodType<Prisma.AppointmentProcedureGroupByArgs>;
|
||||
export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.AppointmentProcedureOrderByWithAggregationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.AppointmentProcedureOrderByWithAggregationInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentProcedureScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentProcedureCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMinAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMaxAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureAvgAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSumAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined;
|
||||
_max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined;
|
||||
having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.AppointmentProcedureMinAggregateInputType | undefined;
|
||||
_max?: Prisma.AppointmentProcedureMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.AppointmentProcedureAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined;
|
||||
having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByAppointmentProcedure.schema.d.ts.map
|
||||
Reference in New Issue
Block a user