automation-lib 5.9.14 → 5.9.15
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 +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11238,14 +11238,20 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11238
11238
|
subject: {
|
|
11239
11239
|
listImages: string[];
|
|
11240
11240
|
totalImages: number;
|
|
11241
|
+
startStopFolderStore: EStartStop;
|
|
11242
|
+
timeStartStopFolderStore: Date;
|
|
11241
11243
|
};
|
|
11242
11244
|
scene: {
|
|
11243
11245
|
listImages: string[];
|
|
11244
11246
|
totalImages: number;
|
|
11247
|
+
startStopFolderStore: EStartStop;
|
|
11248
|
+
timeStartStopFolderStore: Date;
|
|
11245
11249
|
};
|
|
11246
11250
|
style: {
|
|
11247
11251
|
listImages: string[];
|
|
11248
11252
|
totalImages: number;
|
|
11253
|
+
startStopFolderStore: EStartStop;
|
|
11254
|
+
timeStartStopFolderStore: Date;
|
|
11249
11255
|
};
|
|
11250
11256
|
};
|
|
11251
11257
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -11238,14 +11238,20 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11238
11238
|
subject: {
|
|
11239
11239
|
listImages: string[];
|
|
11240
11240
|
totalImages: number;
|
|
11241
|
+
startStopFolderStore: EStartStop;
|
|
11242
|
+
timeStartStopFolderStore: Date;
|
|
11241
11243
|
};
|
|
11242
11244
|
scene: {
|
|
11243
11245
|
listImages: string[];
|
|
11244
11246
|
totalImages: number;
|
|
11247
|
+
startStopFolderStore: EStartStop;
|
|
11248
|
+
timeStartStopFolderStore: Date;
|
|
11245
11249
|
};
|
|
11246
11250
|
style: {
|
|
11247
11251
|
listImages: string[];
|
|
11248
11252
|
totalImages: number;
|
|
11253
|
+
startStopFolderStore: EStartStop;
|
|
11254
|
+
timeStartStopFolderStore: Date;
|
|
11249
11255
|
};
|
|
11250
11256
|
};
|
|
11251
11257
|
}
|