automation-lib 5.7.11 → 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;
@@ -11191,6 +11192,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11191
11192
  }
11192
11193
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11193
11194
  folderName: string;
11195
+ accountGroup: string | IAccountSocialGroup;
11194
11196
  startStop: EStartStop;
11195
11197
  idea: string;
11196
11198
  niches: string[];
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;
@@ -11191,6 +11192,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11191
11192
  }
11192
11193
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11193
11194
  folderName: string;
11195
+ accountGroup: string | IAccountSocialGroup;
11194
11196
  startStop: EStartStop;
11195
11197
  idea: string;
11196
11198
  niches: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.11",
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",