automation-lib 5.7.14 → 5.7.16

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
@@ -11192,7 +11192,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11192
11192
  }
11193
11193
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11194
11194
  folderName: string;
11195
- accountGroup: string | IAccountSocialGroup;
11195
+ accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
11196
11196
  startStop: EStartStop;
11197
11197
  idea: string;
11198
11198
  niches: string[];
package/dist/index.d.ts CHANGED
@@ -11192,7 +11192,7 @@ interface FindOverviewManagerImageAIInstagramDto {
11192
11192
  }
11193
11193
  interface FindManagerImageAIInstagramDto extends IFindBaseDto {
11194
11194
  folderName: string;
11195
- accountGroup: string | IAccountSocialGroup;
11195
+ accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
11196
11196
  startStop: EStartStop;
11197
11197
  idea: string;
11198
11198
  niches: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.7.14",
3
+ "version": "5.7.16",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",