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 CHANGED
@@ -12870,7 +12870,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
12870
12870
  photosUrl: string[];
12871
12871
  videosUrl: string[];
12872
12872
  titleContent: string;
12873
- listTagsUsername: string[];
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
- listTagsUsername: string[];
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
- listTagsUsername: string[];
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
- listTagsUsername: string[];
12908
+ tagUserName: string[];
12909
12909
  content: string;
12910
12910
  caption: string;
12911
12911
  hashtag: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.146",
3
+ "version": "5.4.147",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",