@tellescope/types-models 1.234.0 → 1.234.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.
@@ -1930,6 +1930,7 @@ export interface Integration extends Integration_readonly, Integration_required,
1930
1930
  syncCareTeam?: boolean;
1931
1931
  shardId?: string;
1932
1932
  pushHistoricalEvents?: boolean;
1933
+ pushHistoricalFiles?: boolean;
1933
1934
  }
1934
1935
  export type BuildDatabaseRecordField<K extends string, V, O> = {
1935
1936
  type: K;
@@ -2963,7 +2964,9 @@ export type NotifyTeamAutomationAction = AutomationActionBuilder<'notifyTeam', {
2963
2964
  roles?: string[];
2964
2965
  tags?: ListOfStringsWithQualifier;
2965
2966
  }>;
2966
- export type SendSMSAutomationAction = AutomationActionBuilder<'sendSMS', AutomationForMessage>;
2967
+ export type SendSMSAutomationAction = AutomationActionBuilder<'sendSMS', AutomationForMessage & {
2968
+ phoneNumberOverride?: string;
2969
+ }>;
2967
2970
  export type SendFormAutomationAction = AutomationActionBuilder<'sendForm', AutomationForFormRequest>;
2968
2971
  export type PushFormsAutomationAction = AutomationActionBuilder<'pushFormsToPortal', {
2969
2972
  formIds: string[];
@@ -3277,6 +3280,7 @@ export interface EnduserObservation extends EnduserObservation_readonly, Enduser
3277
3280
  beforeMeal?: boolean;
3278
3281
  medStatus?: string;
3279
3282
  timestampIsEstimated?: boolean;
3283
+ irregularHeartbeat?: boolean;
3280
3284
  dontTrigger?: boolean;
3281
3285
  showWithPlotsByUnit?: string[];
3282
3286
  invalidationReason?: string;