automation-lib 5.4.146 → 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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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
|
@@ -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;
|