automation-lib 5.7.12 → 5.7.13

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