@tellescope/types-models 1.252.2 → 1.253.0
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 +5 -1
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +5 -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 +6 -2
package/lib/cjs/index.d.ts
CHANGED
|
@@ -2379,8 +2379,9 @@ export type FormResponseAnswerBridgeEligibility = FormResponseValueAnswerBuilder
|
|
|
2379
2379
|
export type FormResponseAnswerCandidEligibility = FormResponseValueAnswerBuilder<'Candid Eligibility', {
|
|
2380
2380
|
payerId?: string;
|
|
2381
2381
|
status?: string;
|
|
2382
|
-
|
|
2382
|
+
eligibilityStatus?: string;
|
|
2383
2383
|
benefits?: object;
|
|
2384
|
+
planMetadata?: object;
|
|
2384
2385
|
}>;
|
|
2385
2386
|
export type FormResponseAnswerHeight = FormResponseValueAnswerBuilder<'Height', {
|
|
2386
2387
|
feet: number;
|
|
@@ -2563,6 +2564,7 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
|
|
|
2563
2564
|
pushedToPortalAt?: Date;
|
|
2564
2565
|
belugaStatus?: string;
|
|
2565
2566
|
belugaScheduleLink?: string;
|
|
2567
|
+
mdiStatus?: string;
|
|
2566
2568
|
fieldViews?: {
|
|
2567
2569
|
fieldId: string;
|
|
2568
2570
|
fieldTitle: string;
|
|
@@ -2895,6 +2897,7 @@ export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, C
|
|
|
2895
2897
|
canvasReasonCoding?: CanvasCoding;
|
|
2896
2898
|
tags?: string[];
|
|
2897
2899
|
matchToHealthieTemplate?: boolean;
|
|
2900
|
+
healthieTemplateId?: string;
|
|
2898
2901
|
useUserURL?: boolean;
|
|
2899
2902
|
instructions?: string;
|
|
2900
2903
|
dontAutoSyncPatientToHealthie?: boolean;
|
|
@@ -5289,6 +5292,7 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
|
|
|
5289
5292
|
carrier?: string;
|
|
5290
5293
|
instructions?: string;
|
|
5291
5294
|
shippedDate?: string;
|
|
5295
|
+
deliveredDate?: string;
|
|
5292
5296
|
frequency?: string;
|
|
5293
5297
|
activateBy?: string;
|
|
5294
5298
|
fill?: string;
|