@tellescope/types-models 1.242.2 → 1.242.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.d.ts +3 -1
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +3 -1
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +3 -1
package/lib/cjs/index.d.ts
CHANGED
|
@@ -798,7 +798,7 @@ export type EnduserInsurance = {
|
|
|
798
798
|
startDate?: string;
|
|
799
799
|
};
|
|
800
800
|
export type Pharmacy = {
|
|
801
|
-
npi
|
|
801
|
+
npi?: string;
|
|
802
802
|
ncpdpId: string;
|
|
803
803
|
businessName: string;
|
|
804
804
|
primaryTelephone: string;
|
|
@@ -1002,6 +1002,7 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
|
|
|
1002
1002
|
externalOrderId?: string;
|
|
1003
1003
|
reasonForTaking?: string;
|
|
1004
1004
|
directions?: string;
|
|
1005
|
+
allergyNote?: string;
|
|
1005
1006
|
status?: string;
|
|
1006
1007
|
scriptSureDraft?: {
|
|
1007
1008
|
prescriptionRouteId?: string;
|
|
@@ -3765,6 +3766,7 @@ export type UserUIRestrictions = {
|
|
|
3765
3766
|
hideNotificationsIcon?: boolean;
|
|
3766
3767
|
hideBulkEnduserActions?: boolean;
|
|
3767
3768
|
visibleIntegrations?: string[];
|
|
3769
|
+
hideViewPortalAsEnduser?: boolean;
|
|
3768
3770
|
};
|
|
3769
3771
|
export interface RoleBasedAccessPermission_readonly extends ClientRecord {
|
|
3770
3772
|
}
|