automation-lib 5.7.15 → 5.7.17

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
@@ -11179,6 +11179,7 @@ interface CreateManagerImageAIInstagramDto {
11179
11179
  model: EManagerImageAIInstagramModel;
11180
11180
  ideaId: string;
11181
11181
  nicheIds: string[];
11182
+ accountGroupIds: string[];
11182
11183
  }
11183
11184
  interface FindOverviewManagerImageAIInstagramDto {
11184
11185
  department: number;
@@ -11193,6 +11194,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11193
11194
  }
11194
11195
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11195
11196
  folderName: string;
11197
+ accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
11196
11198
  startStop: EStartStop;
11197
11199
  idea: string;
11198
11200
  niches: string[];
@@ -11238,6 +11240,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11238
11240
  idea: IManagerWork | string;
11239
11241
  niches: IManagerWork[] | string[];
11240
11242
  startStop: EStartStop;
11243
+ accountGroup: string | IAccountSocialGroup;
11241
11244
  }
11242
11245
 
11243
11246
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -11179,6 +11179,7 @@ interface CreateManagerImageAIInstagramDto {
11179
11179
  model: EManagerImageAIInstagramModel;
11180
11180
  ideaId: string;
11181
11181
  nicheIds: string[];
11182
+ accountGroupIds: string[];
11182
11183
  }
11183
11184
  interface FindOverviewManagerImageAIInstagramDto {
11184
11185
  department: number;
@@ -11193,6 +11194,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11193
11194
  }
11194
11195
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11195
11196
  folderName: string;
11197
+ accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
11196
11198
  startStop: EStartStop;
11197
11199
  idea: string;
11198
11200
  niches: string[];
@@ -11238,6 +11240,7 @@ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUs
11238
11240
  idea: IManagerWork | string;
11239
11241
  niches: IManagerWork[] | string[];
11240
11242
  startStop: EStartStop;
11243
+ accountGroup: string | IAccountSocialGroup;
11241
11244
  }
11242
11245
 
11243
11246
  interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.15",
3
+ "version": "5.7.17",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",