@tellescope/types-models 1.255.4 → 1.255.8
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 +4 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +4 -0
- 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 +4 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -564,6 +564,7 @@ export interface Organization extends Organization_readonly, Organization_requir
|
|
|
564
564
|
stripeKeyDetails?: StripeKeyDetail[];
|
|
565
565
|
metriportIntegrationDetails?: MetriportIntegrationDetail[];
|
|
566
566
|
additionalIterableKeys?: string[];
|
|
567
|
+
healthieIntegrationIds?: string[];
|
|
567
568
|
defaultDoseSpotPharmacies?: {
|
|
568
569
|
id: string;
|
|
569
570
|
name: string;
|
|
@@ -975,6 +976,7 @@ export interface Enduser extends Enduser_readonly, Enduser_required, Enduser_upd
|
|
|
975
976
|
references?: RelatedRecord[];
|
|
976
977
|
recentViewers?: RecentViewer[];
|
|
977
978
|
healthie_dietitian_id?: string;
|
|
979
|
+
healthieIntegrationId?: string;
|
|
978
980
|
unsubscribePhone?: boolean;
|
|
979
981
|
externalId?: string;
|
|
980
982
|
humanReadableId?: string;
|
|
@@ -4683,8 +4685,10 @@ export interface CustomDashboard_required {
|
|
|
4683
4685
|
export interface CustomDashboard_updatesDisabled {
|
|
4684
4686
|
}
|
|
4685
4687
|
export interface CustomDashboard extends CustomDashboard_readonly, CustomDashboard_required, CustomDashboard_updatesDisabled {
|
|
4688
|
+
type?: string;
|
|
4686
4689
|
description?: string;
|
|
4687
4690
|
userIds?: string[];
|
|
4691
|
+
visibleToAllUsers?: boolean;
|
|
4688
4692
|
defaultForUserIds?: string[];
|
|
4689
4693
|
defaultForRoles?: string[];
|
|
4690
4694
|
hiddenFromRoles?: string[];
|