fix: use rendering provider from claim form for MassHealth dentist search, default to Mary Scannell, select first office option
This commit is contained in:
@@ -3,10 +3,14 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
id: z.ZodNumber;
|
||||
username: z.ZodString;
|
||||
password: z.ZodString;
|
||||
autoBackupEnabled: z.ZodBoolean;
|
||||
usbBackupEnabled: z.ZodBoolean;
|
||||
_count: z.ZodOptional<z.ZodObject<{
|
||||
id: z.ZodNumber;
|
||||
username: z.ZodNumber;
|
||||
password: z.ZodNumber;
|
||||
autoBackupEnabled: z.ZodNumber;
|
||||
usbBackupEnabled: z.ZodNumber;
|
||||
patients: z.ZodNumber;
|
||||
appointments: z.ZodNumber;
|
||||
staff: z.ZodNumber;
|
||||
@@ -28,6 +32,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
username: number;
|
||||
password: number;
|
||||
communications: number;
|
||||
autoBackupEnabled: number;
|
||||
usbBackupEnabled: number;
|
||||
patients: number;
|
||||
npiProviders: number;
|
||||
insuranceCredentials: number;
|
||||
@@ -45,6 +51,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
username: number;
|
||||
password: number;
|
||||
communications: number;
|
||||
autoBackupEnabled: number;
|
||||
usbBackupEnabled: number;
|
||||
patients: number;
|
||||
npiProviders: number;
|
||||
insuranceCredentials: number;
|
||||
@@ -99,6 +107,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
id: number;
|
||||
username: string;
|
||||
password: string;
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
_count?: {
|
||||
id: number;
|
||||
staff: number;
|
||||
@@ -107,6 +117,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
username: number;
|
||||
password: number;
|
||||
communications: number;
|
||||
autoBackupEnabled: number;
|
||||
usbBackupEnabled: number;
|
||||
patients: number;
|
||||
npiProviders: number;
|
||||
insuranceCredentials: number;
|
||||
@@ -137,6 +149,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
id: number;
|
||||
username: string;
|
||||
password: string;
|
||||
autoBackupEnabled: boolean;
|
||||
usbBackupEnabled: boolean;
|
||||
_count?: {
|
||||
id: number;
|
||||
staff: number;
|
||||
@@ -145,6 +159,8 @@ export declare const UserGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
||||
username: number;
|
||||
password: number;
|
||||
communications: number;
|
||||
autoBackupEnabled: number;
|
||||
usbBackupEnabled: number;
|
||||
patients: number;
|
||||
npiProviders: number;
|
||||
insuranceCredentials: number;
|
||||
|
||||
Reference in New Issue
Block a user