automation-lib 5.7.11 → 5.7.12

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
@@ -11191,6 +11191,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11191
11191
  }
11192
11192
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11193
11193
  folderName: string;
11194
+ accountGroup: string | IAccountSocialGroup;
11194
11195
  startStop: EStartStop;
11195
11196
  idea: string;
11196
11197
  niches: string[];
@@ -11236,6 +11237,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11236
11237
  idea: IManagerWork | string;
11237
11238
  niches: IManagerWork[] | string[];
11238
11239
  startStop: EStartStop;
11240
+ accountGroup: string | IAccountSocialGroup;
11239
11241
  }
11240
11242
 
11241
11243
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -11191,6 +11191,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11191
11191
  }
11192
11192
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11193
11193
  folderName: string;
11194
+ accountGroup: string | IAccountSocialGroup;
11194
11195
  startStop: EStartStop;
11195
11196
  idea: string;
11196
11197
  niches: string[];
@@ -11236,6 +11237,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11236
11237
  idea: IManagerWork | string;
11237
11238
  niches: IManagerWork[] | string[];
11238
11239
  startStop: EStartStop;
11240
+ accountGroup: string | IAccountSocialGroup;
11239
11241
  }
11240
11242
 
11241
11243
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.11",
3
+ "version": "5.7.12",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",