automation-lib 5.7.13 → 5.7.14

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
@@ -11177,7 +11177,7 @@ interface CreateManagerImageAIInstagramDto {
11177
11177
  model: EManagerImageAIInstagramModel;
11178
11178
  ideaId: string;
11179
11179
  nicheIds: string[];
11180
- accountGroup: string | IAccountSocialGroup;
11180
+ accountGroupIds: string[];
11181
11181
  }
11182
11182
  interface FindOverviewManagerImageAIInstagramDto {
11183
11183
  department: number;
@@ -11238,6 +11238,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11238
11238
  idea: IManagerWork | string;
11239
11239
  niches: IManagerWork[] | string[];
11240
11240
  startStop: EStartStop;
11241
+ accountGroup: string | IAccountSocialGroup;
11241
11242
  }
11242
11243
 
11243
11244
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -11177,7 +11177,7 @@ interface CreateManagerImageAIInstagramDto {
11177
11177
  model: EManagerImageAIInstagramModel;
11178
11178
  ideaId: string;
11179
11179
  nicheIds: string[];
11180
- accountGroup: string | IAccountSocialGroup;
11180
+ accountGroupIds: string[];
11181
11181
  }
11182
11182
  interface FindOverviewManagerImageAIInstagramDto {
11183
11183
  department: number;
@@ -11238,6 +11238,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11238
11238
  idea: IManagerWork | string;
11239
11239
  niches: IManagerWork[] | string[];
11240
11240
  startStop: EStartStop;
11241
+ accountGroup: string | IAccountSocialGroup;
11241
11242
  }
11242
11243
 
11243
11244
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.13",
3
+ "version": "5.7.14",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",