@tellescope/types-models 1.252.3 → 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.
@@ -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
- coverageId?: string;
2382
+ eligibilityStatus?: string;
2383
2383
  benefits?: object;
2384
+ planMetadata?: object;
2384
2385
  }>;
2385
2386
  export type FormResponseAnswerHeight = FormResponseValueAnswerBuilder<'Height', {
2386
2387
  feet: number;
@@ -5291,6 +5292,7 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
5291
5292
  carrier?: string;
5292
5293
  instructions?: string;
5293
5294
  shippedDate?: string;
5295
+ deliveredDate?: string;
5294
5296
  frequency?: string;
5295
5297
  activateBy?: string;
5296
5298
  fill?: string;