automation-lib 5.6.24 → 5.6.25
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11160,10 +11160,7 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
11160
11160
|
}
|
|
11161
11161
|
|
|
11162
11162
|
interface CreateManagerImageAIInstagramDto {
|
|
11163
|
-
listAccountSocialIds:
|
|
11164
|
-
id: string;
|
|
11165
|
-
username: string;
|
|
11166
|
-
}>;
|
|
11163
|
+
listAccountSocialIds: string[];
|
|
11167
11164
|
folderName: string;
|
|
11168
11165
|
model: EManagerImageAIInstagramModel;
|
|
11169
11166
|
ideaId: string;
|
|
@@ -11186,7 +11183,10 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11186
11183
|
idea: string;
|
|
11187
11184
|
niches: string[];
|
|
11188
11185
|
type: ETypeManagerWorkClassify;
|
|
11189
|
-
listUsername:
|
|
11186
|
+
listUsername: Array<{
|
|
11187
|
+
id: string;
|
|
11188
|
+
username: string;
|
|
11189
|
+
}>;
|
|
11190
11190
|
folders: {
|
|
11191
11191
|
subject: {
|
|
11192
11192
|
listImages: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -11160,10 +11160,7 @@ interface FindDeviceLogDto extends IFindBaseDto {
|
|
|
11160
11160
|
}
|
|
11161
11161
|
|
|
11162
11162
|
interface CreateManagerImageAIInstagramDto {
|
|
11163
|
-
listAccountSocialIds:
|
|
11164
|
-
id: string;
|
|
11165
|
-
username: string;
|
|
11166
|
-
}>;
|
|
11163
|
+
listAccountSocialIds: string[];
|
|
11167
11164
|
folderName: string;
|
|
11168
11165
|
model: EManagerImageAIInstagramModel;
|
|
11169
11166
|
ideaId: string;
|
|
@@ -11186,7 +11183,10 @@ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
|
|
|
11186
11183
|
idea: string;
|
|
11187
11184
|
niches: string[];
|
|
11188
11185
|
type: ETypeManagerWorkClassify;
|
|
11189
|
-
listUsername:
|
|
11186
|
+
listUsername: Array<{
|
|
11187
|
+
id: string;
|
|
11188
|
+
username: string;
|
|
11189
|
+
}>;
|
|
11190
11190
|
folders: {
|
|
11191
11191
|
subject: {
|
|
11192
11192
|
listImages: string[];
|