fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -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;