automation-lib 5.1.441 → 5.1.442

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
@@ -4393,6 +4393,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
4393
4393
  type: ESheetToolInstagram;
4394
4394
  url: string;
4395
4395
  name: string;
4396
+ device: string | IDevice;
4396
4397
  description: string;
4397
4398
  status: EStatusActive;
4398
4399
  }
package/dist/index.d.ts CHANGED
@@ -4393,6 +4393,7 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
4393
4393
  type: ESheetToolInstagram;
4394
4394
  url: string;
4395
4395
  name: string;
4396
+ device: string | IDevice;
4396
4397
  description: string;
4397
4398
  status: EStatusActive;
4398
4399
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.441",
3
+ "version": "5.1.442",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",