automation-lib 5.4.169 → 5.4.171

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
@@ -11274,7 +11274,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11274
11274
  name: string;
11275
11275
  url: string;
11276
11276
  type: string;
11277
- status: ESheetToolStatus;
11277
+ status: ESheetToolStatusRun;
11278
11278
  };
11279
11279
  listUserBlock: string[];
11280
11280
  listUserRestrict: string[];
@@ -11379,7 +11379,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11379
11379
  name: string;
11380
11380
  url: string;
11381
11381
  type: string;
11382
- status: ESheetToolStatus;
11382
+ status: ESheetToolStatusRun;
11383
11383
  };
11384
11384
  listUsersFollow: Array<string>;
11385
11385
  follower: number;
@@ -11483,7 +11483,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11483
11483
  name: string;
11484
11484
  url: string;
11485
11485
  type: string;
11486
- status: ESheetToolStatus;
11486
+ status: ESheetToolStatusRun;
11487
11487
  };
11488
11488
  content: string;
11489
11489
  userLink: string;
@@ -11532,7 +11532,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11532
11532
  name: string;
11533
11533
  url: string;
11534
11534
  type: string;
11535
- status: ESheetToolStatus;
11535
+ status: ESheetToolStatusRun;
11536
11536
  };
11537
11537
  receiverName: string;
11538
11538
  messageReply: string;
@@ -11633,7 +11633,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11633
11633
  name: string;
11634
11634
  url: string;
11635
11635
  type: string;
11636
- status: ESheetToolStatus;
11636
+ status: ESheetToolStatusRun;
11637
11637
  };
11638
11638
  listUsersUnFollow: Array<string>;
11639
11639
  follower: number;
@@ -11692,7 +11692,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11692
11692
  name: string;
11693
11693
  url: string;
11694
11694
  type: string;
11695
- status: ESheetToolStatus;
11695
+ status: ESheetToolStatusRun;
11696
11696
  };
11697
11697
  rowId: string;
11698
11698
  sttAccount: string;
@@ -11761,7 +11761,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11761
11761
  name: string;
11762
11762
  url: string;
11763
11763
  type: string;
11764
- status: ESheetToolStatus;
11764
+ status: ESheetToolStatusRun;
11765
11765
  };
11766
11766
  rowId: string;
11767
11767
  sttAccount: string;
@@ -11843,7 +11843,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11843
11843
  name: string;
11844
11844
  url: string;
11845
11845
  type: string;
11846
- status: ESheetToolStatus;
11846
+ status: ESheetToolStatusRun;
11847
11847
  };
11848
11848
  rowId: string;
11849
11849
  sttAccount: string;
@@ -11919,7 +11919,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11919
11919
  name: string;
11920
11920
  url: string;
11921
11921
  type: string;
11922
- status: ESheetToolStatus;
11922
+ status: ESheetToolStatusRun;
11923
11923
  };
11924
11924
  rowId: string;
11925
11925
  sttAccount: string;
@@ -11984,7 +11984,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11984
11984
  name: string;
11985
11985
  url: string;
11986
11986
  type: string;
11987
- status: ESheetToolStatus;
11987
+ status: ESheetToolStatusRun;
11988
11988
  };
11989
11989
  rowId: string;
11990
11990
  sttAccount: string;
@@ -13378,7 +13378,7 @@ interface IThreadsReportPostELS extends IBaseELS {
13378
13378
  name: string;
13379
13379
  url: string;
13380
13380
  type: string;
13381
- status: ESheetToolStatus;
13381
+ status: ESheetToolStatusRun;
13382
13382
  };
13383
13383
  url: string;
13384
13384
  photosUrl: string[];
@@ -13436,7 +13436,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13436
13436
  name: string;
13437
13437
  url: string;
13438
13438
  type: string;
13439
- status: ESheetToolStatus;
13439
+ status: ESheetToolStatusRun;
13440
13440
  };
13441
13441
  follower: number;
13442
13442
  following: number;
@@ -13485,7 +13485,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13485
13485
  name: string;
13486
13486
  url: string;
13487
13487
  type: string;
13488
- status: ESheetToolStatus;
13488
+ status: ESheetToolStatusRun;
13489
13489
  };
13490
13490
  follower: number;
13491
13491
  following: number;
@@ -13533,7 +13533,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13533
13533
  name: string;
13534
13534
  url: string;
13535
13535
  type: string;
13536
- status: ESheetToolStatus;
13536
+ status: ESheetToolStatusRun;
13537
13537
  };
13538
13538
  receiverName: string;
13539
13539
  messageReply: string;
@@ -13581,7 +13581,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13581
13581
  name: string;
13582
13582
  url: string;
13583
13583
  type: string;
13584
- status: ESheetToolStatus;
13584
+ status: ESheetToolStatusRun;
13585
13585
  };
13586
13586
  content: string;
13587
13587
  linkPost: string;
package/dist/index.d.ts CHANGED
@@ -11274,7 +11274,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11274
11274
  name: string;
11275
11275
  url: string;
11276
11276
  type: string;
11277
- status: ESheetToolStatus;
11277
+ status: ESheetToolStatusRun;
11278
11278
  };
11279
11279
  listUserBlock: string[];
11280
11280
  listUserRestrict: string[];
@@ -11379,7 +11379,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11379
11379
  name: string;
11380
11380
  url: string;
11381
11381
  type: string;
11382
- status: ESheetToolStatus;
11382
+ status: ESheetToolStatusRun;
11383
11383
  };
11384
11384
  listUsersFollow: Array<string>;
11385
11385
  follower: number;
@@ -11483,7 +11483,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11483
11483
  name: string;
11484
11484
  url: string;
11485
11485
  type: string;
11486
- status: ESheetToolStatus;
11486
+ status: ESheetToolStatusRun;
11487
11487
  };
11488
11488
  content: string;
11489
11489
  userLink: string;
@@ -11532,7 +11532,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11532
11532
  name: string;
11533
11533
  url: string;
11534
11534
  type: string;
11535
- status: ESheetToolStatus;
11535
+ status: ESheetToolStatusRun;
11536
11536
  };
11537
11537
  receiverName: string;
11538
11538
  messageReply: string;
@@ -11633,7 +11633,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11633
11633
  name: string;
11634
11634
  url: string;
11635
11635
  type: string;
11636
- status: ESheetToolStatus;
11636
+ status: ESheetToolStatusRun;
11637
11637
  };
11638
11638
  listUsersUnFollow: Array<string>;
11639
11639
  follower: number;
@@ -11692,7 +11692,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11692
11692
  name: string;
11693
11693
  url: string;
11694
11694
  type: string;
11695
- status: ESheetToolStatus;
11695
+ status: ESheetToolStatusRun;
11696
11696
  };
11697
11697
  rowId: string;
11698
11698
  sttAccount: string;
@@ -11761,7 +11761,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11761
11761
  name: string;
11762
11762
  url: string;
11763
11763
  type: string;
11764
- status: ESheetToolStatus;
11764
+ status: ESheetToolStatusRun;
11765
11765
  };
11766
11766
  rowId: string;
11767
11767
  sttAccount: string;
@@ -11843,7 +11843,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11843
11843
  name: string;
11844
11844
  url: string;
11845
11845
  type: string;
11846
- status: ESheetToolStatus;
11846
+ status: ESheetToolStatusRun;
11847
11847
  };
11848
11848
  rowId: string;
11849
11849
  sttAccount: string;
@@ -11919,7 +11919,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11919
11919
  name: string;
11920
11920
  url: string;
11921
11921
  type: string;
11922
- status: ESheetToolStatus;
11922
+ status: ESheetToolStatusRun;
11923
11923
  };
11924
11924
  rowId: string;
11925
11925
  sttAccount: string;
@@ -11984,7 +11984,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11984
11984
  name: string;
11985
11985
  url: string;
11986
11986
  type: string;
11987
- status: ESheetToolStatus;
11987
+ status: ESheetToolStatusRun;
11988
11988
  };
11989
11989
  rowId: string;
11990
11990
  sttAccount: string;
@@ -13378,7 +13378,7 @@ interface IThreadsReportPostELS extends IBaseELS {
13378
13378
  name: string;
13379
13379
  url: string;
13380
13380
  type: string;
13381
- status: ESheetToolStatus;
13381
+ status: ESheetToolStatusRun;
13382
13382
  };
13383
13383
  url: string;
13384
13384
  photosUrl: string[];
@@ -13436,7 +13436,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13436
13436
  name: string;
13437
13437
  url: string;
13438
13438
  type: string;
13439
- status: ESheetToolStatus;
13439
+ status: ESheetToolStatusRun;
13440
13440
  };
13441
13441
  follower: number;
13442
13442
  following: number;
@@ -13485,7 +13485,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13485
13485
  name: string;
13486
13486
  url: string;
13487
13487
  type: string;
13488
- status: ESheetToolStatus;
13488
+ status: ESheetToolStatusRun;
13489
13489
  };
13490
13490
  follower: number;
13491
13491
  following: number;
@@ -13533,7 +13533,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13533
13533
  name: string;
13534
13534
  url: string;
13535
13535
  type: string;
13536
- status: ESheetToolStatus;
13536
+ status: ESheetToolStatusRun;
13537
13537
  };
13538
13538
  receiverName: string;
13539
13539
  messageReply: string;
@@ -13581,7 +13581,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13581
13581
  name: string;
13582
13582
  url: string;
13583
13583
  type: string;
13584
- status: ESheetToolStatus;
13584
+ status: ESheetToolStatusRun;
13585
13585
  };
13586
13586
  content: string;
13587
13587
  linkPost: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.169",
3
+ "version": "5.4.171",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",