@tellescope/types-models 1.252.3 → 1.253.1

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.
@@ -305,6 +305,7 @@ export type OrganizationSettings = {
305
305
  };
306
306
  timeTracking?: {
307
307
  enabled?: boolean;
308
+ inactivityThresholdInSeconds?: number;
308
309
  };
309
310
  };
310
311
  export type OrganizationLimits = {
@@ -410,7 +411,9 @@ export interface Organization extends Organization_readonly, Organization_requir
410
411
  inboxThreadsBuiltTo?: Date | '';
411
412
  bedrockAIAllowed?: boolean;
412
413
  plan?: OrganizationPlan;
413
- onboardingStatus?: string;
414
+ onboardingStatus?: {
415
+ [key: string]: string | boolean;
416
+ };
414
417
  subdomains?: string[];
415
418
  owner?: string;
416
419
  timezone?: Timezone;
@@ -1565,6 +1568,7 @@ export interface File_updatesDisabled {
1565
1568
  }
1566
1569
  export interface File extends File_readonly, File_required, File_updatesDisabled, EnduserPortalVisibility {
1567
1570
  enduserId?: string;
1571
+ formResponseId?: string;
1568
1572
  pushedToClientPortal?: boolean;
1569
1573
  hiddenFromEnduser?: boolean;
1570
1574
  source?: string;
@@ -2379,8 +2383,9 @@ export type FormResponseAnswerBridgeEligibility = FormResponseValueAnswerBuilder
2379
2383
  export type FormResponseAnswerCandidEligibility = FormResponseValueAnswerBuilder<'Candid Eligibility', {
2380
2384
  payerId?: string;
2381
2385
  status?: string;
2382
- coverageId?: string;
2386
+ eligibilityStatus?: string;
2383
2387
  benefits?: object;
2388
+ planMetadata?: object;
2384
2389
  }>;
2385
2390
  export type FormResponseAnswerHeight = FormResponseValueAnswerBuilder<'Height', {
2386
2391
  feet: number;
@@ -4667,6 +4672,7 @@ export type AutomationTriggerActions = {
4667
4672
  tags: ListOfStringsWithQualifier;
4668
4673
  limitToOneUser?: boolean;
4669
4674
  setAsPrimary?: boolean;
4675
+ restrictByState?: boolean;
4670
4676
  }>;
4671
4677
  "Canvas: Add Patient": AutomationTriggerActionBuilder<'Canvas: Add Patient', {}>;
4672
4678
  "Zus: Delete Enrollment": AutomationTriggerActionBuilder<'Zus: Delete Enrollment', {
@@ -5291,6 +5297,7 @@ export interface EnduserOrder extends EnduserOrder_readonly, EnduserOrder_requir
5291
5297
  carrier?: string;
5292
5298
  instructions?: string;
5293
5299
  shippedDate?: string;
5300
+ deliveredDate?: string;
5294
5301
  frequency?: string;
5295
5302
  activateBy?: string;
5296
5303
  fill?: string;