automation-lib 5.4.145 → 5.4.147
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 +8 -8
- package/dist/index.d.ts +8 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12161,13 +12161,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12161
12161
|
voicePage1: string;
|
|
12162
12162
|
voicePage3456: string;
|
|
12163
12163
|
addMusic: string;
|
|
12164
|
-
tagUserName: string;
|
|
12165
|
-
tagCollaborator: string;
|
|
12164
|
+
tagUserName: string[];
|
|
12165
|
+
tagCollaborator: string[];
|
|
12166
12166
|
addLocation: string;
|
|
12167
12167
|
historyName: string;
|
|
12168
12168
|
linkAddHistory: string;
|
|
12169
12169
|
commentPostMe: string;
|
|
12170
|
-
tagUserPostMe: string;
|
|
12170
|
+
tagUserPostMe: string[];
|
|
12171
12171
|
typePost: TPost;
|
|
12172
12172
|
postStyle: string;
|
|
12173
12173
|
statusLogin: EStatusAccountSocialLogin;
|
|
@@ -12248,13 +12248,13 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12248
12248
|
voicePage1: string;
|
|
12249
12249
|
voicePage3456: string;
|
|
12250
12250
|
addMusic: string;
|
|
12251
|
-
tagUserName: string;
|
|
12252
|
-
tagCollaborator: string;
|
|
12251
|
+
tagUserName: string[];
|
|
12252
|
+
tagCollaborator: string[];
|
|
12253
12253
|
addLocation: string;
|
|
12254
12254
|
historyName: string;
|
|
12255
12255
|
linkAddHistory: string;
|
|
12256
12256
|
commentPostMe: string;
|
|
12257
|
-
tagUserPostMe: string;
|
|
12257
|
+
tagUserPostMe: string[];
|
|
12258
12258
|
typePost: TPost;
|
|
12259
12259
|
postStyle: string;
|
|
12260
12260
|
statusLogin: EStatusAccountSocialLogin;
|
|
@@ -12870,7 +12870,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12870
12870
|
photosUrl: string[];
|
|
12871
12871
|
videosUrl: string[];
|
|
12872
12872
|
titleContent: string;
|
|
12873
|
-
|
|
12873
|
+
tagUserName: string[];
|
|
12874
12874
|
content: string;
|
|
12875
12875
|
caption: string;
|
|
12876
12876
|
hashtag: string;
|
|
@@ -12905,7 +12905,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
12905
12905
|
photosUrl: string[];
|
|
12906
12906
|
videosUrl: string[];
|
|
12907
12907
|
titleContent: string;
|
|
12908
|
-
|
|
12908
|
+
tagUserName: string[];
|
|
12909
12909
|
content: string;
|
|
12910
12910
|
caption: string;
|
|
12911
12911
|
hashtag: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -12161,13 +12161,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12161
12161
|
voicePage1: string;
|
|
12162
12162
|
voicePage3456: string;
|
|
12163
12163
|
addMusic: string;
|
|
12164
|
-
tagUserName: string;
|
|
12165
|
-
tagCollaborator: string;
|
|
12164
|
+
tagUserName: string[];
|
|
12165
|
+
tagCollaborator: string[];
|
|
12166
12166
|
addLocation: string;
|
|
12167
12167
|
historyName: string;
|
|
12168
12168
|
linkAddHistory: string;
|
|
12169
12169
|
commentPostMe: string;
|
|
12170
|
-
tagUserPostMe: string;
|
|
12170
|
+
tagUserPostMe: string[];
|
|
12171
12171
|
typePost: TPost;
|
|
12172
12172
|
postStyle: string;
|
|
12173
12173
|
statusLogin: EStatusAccountSocialLogin;
|
|
@@ -12248,13 +12248,13 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12248
12248
|
voicePage1: string;
|
|
12249
12249
|
voicePage3456: string;
|
|
12250
12250
|
addMusic: string;
|
|
12251
|
-
tagUserName: string;
|
|
12252
|
-
tagCollaborator: string;
|
|
12251
|
+
tagUserName: string[];
|
|
12252
|
+
tagCollaborator: string[];
|
|
12253
12253
|
addLocation: string;
|
|
12254
12254
|
historyName: string;
|
|
12255
12255
|
linkAddHistory: string;
|
|
12256
12256
|
commentPostMe: string;
|
|
12257
|
-
tagUserPostMe: string;
|
|
12257
|
+
tagUserPostMe: string[];
|
|
12258
12258
|
typePost: TPost;
|
|
12259
12259
|
postStyle: string;
|
|
12260
12260
|
statusLogin: EStatusAccountSocialLogin;
|
|
@@ -12870,7 +12870,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12870
12870
|
photosUrl: string[];
|
|
12871
12871
|
videosUrl: string[];
|
|
12872
12872
|
titleContent: string;
|
|
12873
|
-
|
|
12873
|
+
tagUserName: string[];
|
|
12874
12874
|
content: string;
|
|
12875
12875
|
caption: string;
|
|
12876
12876
|
hashtag: string;
|
|
@@ -12905,7 +12905,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
12905
12905
|
photosUrl: string[];
|
|
12906
12906
|
videosUrl: string[];
|
|
12907
12907
|
titleContent: string;
|
|
12908
|
-
|
|
12908
|
+
tagUserName: string[];
|
|
12909
12909
|
content: string;
|
|
12910
12910
|
caption: string;
|
|
12911
12911
|
hashtag: string;
|