automation-lib 5.9.10 → 5.9.11

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
@@ -11334,7 +11334,7 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
11334
11334
  file: IFile | string;
11335
11335
  driveId?: string;
11336
11336
  driverUrl?: string;
11337
- startStopFolderStore: EStatusUse;
11337
+ startStopFolderStore: EStartStop;
11338
11338
  timeStartStopFolderStore: Date;
11339
11339
  }
11340
11340
 
package/dist/index.d.ts CHANGED
@@ -11334,7 +11334,7 @@ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
11334
11334
  file: IFile | string;
11335
11335
  driveId?: string;
11336
11336
  driverUrl?: string;
11337
- startStopFolderStore: EStatusUse;
11337
+ startStopFolderStore: EStartStop;
11338
11338
  timeStartStopFolderStore: Date;
11339
11339
  }
11340
11340
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.9.10",
3
+ "version": "5.9.11",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",