fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -15,8 +15,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
payment: z.ZodNumber;
|
||||
serviceLine: z.ZodNumber;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
createdAt: number;
|
||||
id: number;
|
||||
createdAt: number;
|
||||
notes: number;
|
||||
paymentId: number;
|
||||
transactionId: number;
|
||||
@@ -29,8 +29,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
payment: number;
|
||||
serviceLine: number;
|
||||
}, {
|
||||
createdAt: number;
|
||||
id: number;
|
||||
createdAt: number;
|
||||
notes: number;
|
||||
paymentId: number;
|
||||
transactionId: number;
|
||||
@@ -93,8 +93,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
notes: z.ZodNullable<z.ZodString>;
|
||||
createdAt: z.ZodNullable<z.ZodDate>;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -104,8 +104,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
payerName: string | null;
|
||||
serviceLineId: number | null;
|
||||
}, {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -127,8 +127,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
notes: z.ZodNullable<z.ZodString>;
|
||||
createdAt: z.ZodNullable<z.ZodDate>;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -138,8 +138,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
payerName: string | null;
|
||||
serviceLineId: number | null;
|
||||
}, {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -151,8 +151,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
}>>>;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
_count?: {
|
||||
createdAt: number;
|
||||
id: number;
|
||||
createdAt: number;
|
||||
notes: number;
|
||||
paymentId: number;
|
||||
transactionId: number;
|
||||
@@ -166,8 +166,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
serviceLine: number;
|
||||
} | undefined;
|
||||
_min?: {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -178,8 +178,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
serviceLineId: number | null;
|
||||
} | null | undefined;
|
||||
_max?: {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -205,8 +205,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
} | null | undefined;
|
||||
}, {
|
||||
_count?: {
|
||||
createdAt: number;
|
||||
id: number;
|
||||
createdAt: number;
|
||||
notes: number;
|
||||
paymentId: number;
|
||||
transactionId: number;
|
||||
@@ -220,8 +220,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
serviceLine: number;
|
||||
} | undefined;
|
||||
_min?: {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
@@ -232,8 +232,8 @@ export declare const ServiceLineTransactionAggregateResultSchema: z.ZodObject<{
|
||||
serviceLineId: number | null;
|
||||
} | null | undefined;
|
||||
_max?: {
|
||||
createdAt: Date | null;
|
||||
id: number | null;
|
||||
createdAt: Date | null;
|
||||
notes: string | null;
|
||||
paymentId: number | null;
|
||||
transactionId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user