automation-lib 5.1.169 → 5.1.170

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.
package/dist/index.d.mts CHANGED
@@ -3645,6 +3645,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
3645
3645
  url: string;
3646
3646
  name: string;
3647
3647
  desc: string;
3648
+ status: EStatusActive;
3648
3649
  }
3649
3650
 
3650
3651
  type index$5_IAccountAIContent = IAccountAIContent;
package/dist/index.d.ts CHANGED
@@ -3645,6 +3645,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
3645
3645
  url: string;
3646
3646
  name: string;
3647
3647
  desc: string;
3648
+ status: EStatusActive;
3648
3649
  }
3649
3650
 
3650
3651
  type index$5_IAccountAIContent = IAccountAIContent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.169",
3
+ "version": "5.1.170",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",