fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -4,6 +4,8 @@ export declare const UserFindManyResultSchema: z.ZodObject<{
|
||||
id: z.ZodNumber;
|
||||
username: z.ZodString;
|
||||
password: z.ZodString;
|
||||
autoBackupEnabled: z.ZodBoolean;
|
||||
usbBackupEnabled: z.ZodBoolean;
|
||||
patients: z.ZodArray<z.ZodUnknown, "many">;
|
||||
appointments: z.ZodArray<z.ZodUnknown, "many">;
|
||||
staff: z.ZodArray<z.ZodUnknown, "many">;
|
||||
@@ -25,6 +27,8 @@ export declare const UserFindManyResultSchema: z.ZodObject<{
|
||||
username: string;
|
||||
password: string;
|
||||
communications: unknown[];
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
patients: unknown[];
|
||||
npiProviders: unknown[];
|
||||
insuranceCredentials: unknown[];
|
||||
@@ -42,6 +46,8 @@ export declare const UserFindManyResultSchema: z.ZodObject<{
|
||||
username: string;
|
||||
password: string;
|
||||
communications: unknown[];
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
patients: unknown[];
|
||||
npiProviders: unknown[];
|
||||
insuranceCredentials: unknown[];
|
||||
@@ -83,6 +89,8 @@ export declare const UserFindManyResultSchema: z.ZodObject<{
|
||||
username: string;
|
||||
password: string;
|
||||
communications: unknown[];
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
patients: unknown[];
|
||||
npiProviders: unknown[];
|
||||
insuranceCredentials: unknown[];
|
||||
@@ -110,6 +118,8 @@ export declare const UserFindManyResultSchema: z.ZodObject<{
|
||||
username: string;
|
||||
password: string;
|
||||
communications: unknown[];
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
patients: unknown[];
|
||||
npiProviders: unknown[];
|
||||
insuranceCredentials: unknown[];
|
||||
|
||||
Reference in New Issue
Block a user