76 lines
5.5 KiB
TypeScript
76 lines
5.5 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineTransactionFindManySelectSchema: z.ZodType<Prisma.ServiceLineTransactionSelect>;
|
|
export declare const ServiceLineTransactionFindManySelectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodBoolean>;
|
|
paymentId: z.ZodOptional<z.ZodBoolean>;
|
|
serviceLineId: z.ZodOptional<z.ZodBoolean>;
|
|
transactionId: z.ZodOptional<z.ZodBoolean>;
|
|
paidAmount: z.ZodOptional<z.ZodBoolean>;
|
|
adjustedAmount: z.ZodOptional<z.ZodBoolean>;
|
|
method: z.ZodOptional<z.ZodBoolean>;
|
|
receivedDate: z.ZodOptional<z.ZodBoolean>;
|
|
payerName: z.ZodOptional<z.ZodBoolean>;
|
|
notes: z.ZodOptional<z.ZodBoolean>;
|
|
createdAt: z.ZodOptional<z.ZodBoolean>;
|
|
payment: z.ZodOptional<z.ZodBoolean>;
|
|
serviceLine: z.ZodOptional<z.ZodBoolean>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: boolean | undefined;
|
|
id?: boolean | undefined;
|
|
notes?: boolean | undefined;
|
|
paymentId?: boolean | undefined;
|
|
transactionId?: boolean | undefined;
|
|
paidAmount?: boolean | undefined;
|
|
adjustedAmount?: boolean | undefined;
|
|
method?: boolean | undefined;
|
|
receivedDate?: boolean | undefined;
|
|
payerName?: boolean | undefined;
|
|
serviceLineId?: boolean | undefined;
|
|
payment?: boolean | undefined;
|
|
serviceLine?: boolean | undefined;
|
|
}, {
|
|
createdAt?: boolean | undefined;
|
|
id?: boolean | undefined;
|
|
notes?: boolean | undefined;
|
|
paymentId?: boolean | undefined;
|
|
transactionId?: boolean | undefined;
|
|
paidAmount?: boolean | undefined;
|
|
adjustedAmount?: boolean | undefined;
|
|
method?: boolean | undefined;
|
|
receivedDate?: boolean | undefined;
|
|
payerName?: boolean | undefined;
|
|
serviceLineId?: boolean | undefined;
|
|
payment?: boolean | undefined;
|
|
serviceLine?: boolean | undefined;
|
|
}>;
|
|
export declare const ServiceLineTransactionFindManySchema: z.ZodType<Prisma.ServiceLineTransactionFindManyArgs>;
|
|
export declare const ServiceLineTransactionFindManyZodSchema: z.ZodObject<{
|
|
select: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
|
include: z.ZodLazy<z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>>;
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ServiceLineTransactionOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithRelationInput>, z.ZodArray<z.ZodType<Prisma.ServiceLineTransactionOrderByWithRelationInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByWithRelationInput>, "many">]>>;
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereInput>>;
|
|
cursor: z.ZodOptional<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
distinct: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["id", "paymentId", "serviceLineId", "transactionId", "paidAmount", "adjustedAmount", "method", "receivedDate", "payerName", "notes", "createdAt"]>, z.ZodArray<z.ZodEnum<["id", "paymentId", "serviceLineId", "transactionId", "paidAmount", "adjustedAmount", "method", "receivedDate", "payerName", "notes", "createdAt"]>, "many">]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined;
|
|
}, {
|
|
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
|
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
select?: Prisma.ServiceLineTransactionSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
|
orderBy?: Prisma.ServiceLineTransactionOrderByWithRelationInput | Prisma.ServiceLineTransactionOrderByWithRelationInput[] | undefined;
|
|
cursor?: Prisma.ServiceLineTransactionWhereUniqueInput | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
distinct?: "createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=findManyServiceLineTransaction.schema.d.ts.map
|