automation-lib 5.9.16 → 5.9.18
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11271,6 +11271,8 @@ interface FilterManagerImageAIInstagramDto extends IFilterBaseDto, IFilterAssign
|
|
|
11271
11271
|
type: ETypeManagerWorkClassify[];
|
|
11272
11272
|
typeFolderImage: EManagerImageAIInstagramFolder[];
|
|
11273
11273
|
startStop: EStartStop[];
|
|
11274
|
+
sheetName: string[];
|
|
11275
|
+
accountGroup: string[];
|
|
11274
11276
|
}
|
|
11275
11277
|
|
|
11276
11278
|
interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|
package/dist/index.d.ts
CHANGED
|
@@ -11271,6 +11271,8 @@ interface FilterManagerImageAIInstagramDto extends IFilterBaseDto, IFilterAssign
|
|
|
11271
11271
|
type: ETypeManagerWorkClassify[];
|
|
11272
11272
|
typeFolderImage: EManagerImageAIInstagramFolder[];
|
|
11273
11273
|
startStop: EStartStop[];
|
|
11274
|
+
sheetName: string[];
|
|
11275
|
+
accountGroup: string[];
|
|
11274
11276
|
}
|
|
11275
11277
|
|
|
11276
11278
|
interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUser {
|