fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const ServiceLineTransactionGroupByZodSchema: z.ZodObject<{
|
||||
_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")[];
|
||||
by: ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[];
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const ServiceLineTransactionGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.ServiceLineTransactionSumAggregateInputType | undefined;
|
||||
having?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[];
|
||||
by: ("id" | "createdAt" | "notes" | "paymentId" | "transactionId" | "paidAmount" | "adjustedAmount" | "method" | "receivedDate" | "payerName" | "serviceLineId")[];
|
||||
where?: Prisma.ServiceLineTransactionWhereInput | undefined;
|
||||
_count?: true | Prisma.ServiceLineTransactionCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ServiceLineTransactionOrderByWithAggregationInput | Prisma.ServiceLineTransactionOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user