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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
11195
|
+
accountGroup: Pick<IAccountSocialGroup, "id" | "name">;
|
|
11196
11196
|
startStop: EStartStop;
|
|
11197
11197
|
idea: string;
|
|
11198
11198
|
niches: string[];
|