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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
11337
|
+
startStopFolderStore: EStartStop;
|
|
11338
11338
|
timeStartStopFolderStore: Date;
|
|
11339
11339
|
}
|
|
11340
11340
|
|