@tellescope/types-models 1.255.4 → 1.255.5
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 +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -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 +2 -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;
|