fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -21,11 +21,11 @@ export declare const PaymentResultSchema: z.ZodObject<{
|
||||
serviceLines: z.ZodArray<z.ZodUnknown, "many">;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED";
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
userId: number;
|
||||
createdAt: Date;
|
||||
patientId: number;
|
||||
notes: string | null;
|
||||
userId: number;
|
||||
claimId: number | null;
|
||||
totalBilled: number;
|
||||
totalPaid: number;
|
||||
@@ -41,11 +41,11 @@ export declare const PaymentResultSchema: z.ZodObject<{
|
||||
updatedBy?: unknown;
|
||||
}, {
|
||||
status: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED";
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
userId: number;
|
||||
createdAt: Date;
|
||||
patientId: number;
|
||||
notes: string | null;
|
||||
userId: number;
|
||||
claimId: number | null;
|
||||
totalBilled: number;
|
||||
totalPaid: number;
|
||||
|
||||
Reference in New Issue
Block a user