automation-lib 5.7.12 → 5.7.14
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
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
|
+
accountGroupIds: string[];
|
|
11180
11181
|
}
|
|
11181
11182
|
interface FindOverviewManagerImageAIInstagramDto {
|
|
11182
11183
|
department: number;
|
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
|
+
accountGroupIds: string[];
|
|
11180
11181
|
}
|
|
11181
11182
|
interface FindOverviewManagerImageAIInstagramDto {
|
|
11182
11183
|
department: number;
|