@tellescope/types-models 1.149.0 → 1.150.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.
@@ -2927,6 +2927,7 @@ export interface AutomatedAction_updatesDisabled {
2927
2927
  }
2928
2928
  export interface AutomatedAction extends AutomatedAction_readonly, AutomatedAction_required, AutomatedAction_updatesDisabled {
2929
2929
  isNOP?: boolean;
2930
+ cancelledBy?: string;
2930
2931
  }
2931
2932
  export interface UserLog_readonly extends ClientRecord {
2932
2933
  userId: string;