fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -16,8 +16,8 @@ export declare const ServiceLineTransactionFindFirstSelectZodSchema: z.ZodObject
|
||||
payment: z.ZodOptional<z.ZodBoolean>;
|
||||
serviceLine: z.ZodOptional<z.ZodBoolean>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
notes?: boolean | undefined;
|
||||
paymentId?: boolean | undefined;
|
||||
transactionId?: boolean | undefined;
|
||||
@@ -30,8 +30,8 @@ export declare const ServiceLineTransactionFindFirstSelectZodSchema: z.ZodObject
|
||||
payment?: boolean | undefined;
|
||||
serviceLine?: boolean | undefined;
|
||||
}, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
notes?: boolean | undefined;
|
||||
paymentId?: boolean | undefined;
|
||||
transactionId?: boolean | undefined;
|
||||
@@ -62,7 +62,7 @@ export declare const ServiceLineTransactionFindFirstZodSchema: z.ZodObject<{
|
||||
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;
|
||||
distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
include?: Prisma.ServiceLineTransactionInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
@@ -71,6 +71,6 @@ export declare const ServiceLineTransactionFindFirstZodSchema: z.ZodObject<{
|
||||
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;
|
||||
distinct?: "id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId" | ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstServiceLineTransaction.schema.d.ts.map
|
||||
Reference in New Issue
Block a user