@tellescope/types-models 1.254.0 → 1.254.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.
@@ -288,6 +288,7 @@ export type OrganizationSettings = {
288
288
  cancelReasons?: string[];
289
289
  copyRemindersByDefault?: boolean;
290
290
  showMakeRecurringOnProfile?: boolean;
291
+ hideProviderTab?: boolean;
291
292
  };
292
293
  users?: {
293
294
  sessionDurationInHours?: number;
@@ -2134,6 +2135,7 @@ export interface Form extends Form_readonly, Form_required, Form_updatesDisabled
2134
2135
  version?: 'v1' | 'v2';
2135
2136
  mdiCaseOfferings?: {
2136
2137
  offering_id: string;
2138
+ conditions?: CompoundFilter<string>;
2137
2139
  }[];
2138
2140
  autoMergeOnSubmission?: boolean;
2139
2141
  aiSummaryConfiguration?: AISummaryConfiguration;