initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByServiceLineTransaction.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const ServiceLineTransactionGroupBySchema: z.ZodType<Prisma.ServiceLineTransactionGroupByArgs>;
|
||||
export declare const ServiceLineTransactionGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.ServiceLineTransactionOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "paymentId", "serviceLineId", "transactionId", "paidAmount", "adjustedAmount", "method", "receivedDate", "payerName", "notes", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineTransactionCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionMinAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionMaxAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionAvgAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSumAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineTransactionSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[];
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined;
|
||||
_max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined;
|
||||
having?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[];
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.ServiceLineTransactionMinAggregateInputType | undefined;
|
||||
_max?: Prisma.ServiceLineTransactionMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.ServiceLineTransactionAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined;
|
||||
having?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByServiceLineTransaction.schema.d.ts.map
|
||||
Reference in New Issue
Block a user