automation-lib 5.4.22 → 5.4.26

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/commit.bat CHANGED
@@ -40,6 +40,11 @@ echo New version: %newVersion%
40
40
  :: Run npm publish using call
41
41
  call npm run pub
42
42
 
43
+ git add .
44
+ sleep 1
45
+ git commit -m "%commit_message%"
46
+ sleep 2
47
+
43
48
  git push hs main
44
49
 
45
50
 
package/dist/index.d.mts CHANGED
@@ -9234,6 +9234,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9234
9234
  device: IBaseRefFieldELS & {
9235
9235
  key: string;
9236
9236
  };
9237
+ accountGroup: IBaseRefFieldELS;
9237
9238
  account: IBaseRefFieldELS;
9238
9239
  listUserBlock: string[];
9239
9240
  listUserRestrict: string[];
@@ -9263,6 +9264,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9263
9264
  device: IBaseRefFieldELS & {
9264
9265
  key: string;
9265
9266
  };
9267
+ accountGroup: IBaseRefFieldELS;
9266
9268
  account: IBaseRefFieldELS;
9267
9269
  typeView: string;
9268
9270
  numberLike: number;
@@ -9294,6 +9296,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9294
9296
  device: IBaseRefFieldELS & {
9295
9297
  key: string;
9296
9298
  };
9299
+ accountGroup: IBaseRefFieldELS;
9297
9300
  account: IBaseRefFieldELS;
9298
9301
  sheetName: string;
9299
9302
  sheetUrl: string;
@@ -9324,6 +9327,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9324
9327
  device: IBaseRefFieldELS & {
9325
9328
  key: string;
9326
9329
  };
9330
+ accountGroup: IBaseRefFieldELS;
9327
9331
  account: IBaseRefFieldELS;
9328
9332
  numberLike: number;
9329
9333
  minutesExecute: number;
@@ -9355,6 +9359,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9355
9359
  device: IBaseRefFieldELS & {
9356
9360
  key: string;
9357
9361
  };
9362
+ accountGroup: IBaseRefFieldELS;
9358
9363
  account: IBaseRefFieldELS;
9359
9364
  sheetName: string;
9360
9365
  sheetUrl: string;
@@ -9387,6 +9392,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9387
9392
  device: IBaseRefFieldELS & {
9388
9393
  key: string;
9389
9394
  };
9395
+ accountGroup: IBaseRefFieldELS;
9390
9396
  account: IBaseRefFieldELS;
9391
9397
  sheetName: string;
9392
9398
  sheetUrl: string;
@@ -9418,6 +9424,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9418
9424
  device: IBaseRefFieldELS & {
9419
9425
  key: string;
9420
9426
  };
9427
+ accountGroup: IBaseRefFieldELS;
9421
9428
  account: IBaseRefFieldELS;
9422
9429
  numberLike: number;
9423
9430
  minutesExecute: number;
@@ -9450,6 +9457,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9450
9457
  device: IBaseRefFieldELS & {
9451
9458
  key: string;
9452
9459
  };
9460
+ accountGroup: IBaseRefFieldELS;
9453
9461
  account: IBaseRefFieldELS;
9454
9462
  sheetName: string;
9455
9463
  sheetUrl: string;
@@ -9482,6 +9490,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9482
9490
  device: IBaseRefFieldELS & {
9483
9491
  key: string;
9484
9492
  };
9493
+ accountGroup: IBaseRefFieldELS;
9485
9494
  account: IBaseRefFieldELS;
9486
9495
  sheetUrl: string;
9487
9496
  sheetName: string;
@@ -9522,6 +9531,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9522
9531
  device: IBaseRefFieldELS & {
9523
9532
  key: string;
9524
9533
  };
9534
+ accountGroup: IBaseRefFieldELS;
9525
9535
  account: IBaseRefFieldELS;
9526
9536
  sheetUrl: string;
9527
9537
  sheetName: string;
@@ -9570,6 +9580,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9570
9580
  device: IBaseRefFieldELS & {
9571
9581
  key: string;
9572
9582
  };
9583
+ accountGroup: IBaseRefFieldELS;
9573
9584
  account: IBaseRefFieldELS;
9574
9585
  sheetUrl: string;
9575
9586
  sheetName: string;
@@ -9620,6 +9631,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
9620
9631
  device: IBaseRefFieldELS & {
9621
9632
  key: string;
9622
9633
  };
9634
+ accountGroup: IBaseRefFieldELS;
9623
9635
  account: IBaseRefFieldELS;
9624
9636
  sheetUrl: string;
9625
9637
  sheetName: string;
@@ -9666,6 +9678,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
9666
9678
  device: IBaseRefFieldELS & {
9667
9679
  key: string;
9668
9680
  };
9681
+ accountGroup: IBaseRefFieldELS;
9669
9682
  account: IBaseRefFieldELS;
9670
9683
  sheetUrl: string;
9671
9684
  sheetName: string;
@@ -10415,6 +10428,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10415
10428
  device: IBaseRefFieldELS & {
10416
10429
  key: string;
10417
10430
  };
10431
+ accountGroup: IBaseRefFieldELS;
10418
10432
  account: IBaseRefFieldELS;
10419
10433
  sheetName: string;
10420
10434
  sheetUrl: string;
@@ -10455,6 +10469,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10455
10469
  device: IBaseRefFieldELS & {
10456
10470
  key: string;
10457
10471
  };
10472
+ accountGroup: IBaseRefFieldELS;
10458
10473
  account: IBaseRefFieldELS;
10459
10474
  sheetName: string;
10460
10475
  sheetUrl: string;
@@ -10487,6 +10502,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10487
10502
  device: IBaseRefFieldELS & {
10488
10503
  key: string;
10489
10504
  };
10505
+ accountGroup: IBaseRefFieldELS;
10490
10506
  account: IBaseRefFieldELS;
10491
10507
  sheetName: string;
10492
10508
  sheetUrl: string;
@@ -10518,6 +10534,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10518
10534
  device: IBaseRefFieldELS & {
10519
10535
  key: string;
10520
10536
  };
10537
+ accountGroup: IBaseRefFieldELS;
10521
10538
  account: IBaseRefFieldELS;
10522
10539
  sheetName: string;
10523
10540
  sheetUrl: string;
@@ -10549,6 +10566,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
10549
10566
  device: IBaseRefFieldELS & {
10550
10567
  key: string;
10551
10568
  };
10569
+ accountGroup: IBaseRefFieldELS;
10552
10570
  account: IBaseRefFieldELS;
10553
10571
  sheetName: string;
10554
10572
  sheetUrl: string;
package/dist/index.d.ts CHANGED
@@ -9234,6 +9234,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9234
9234
  device: IBaseRefFieldELS & {
9235
9235
  key: string;
9236
9236
  };
9237
+ accountGroup: IBaseRefFieldELS;
9237
9238
  account: IBaseRefFieldELS;
9238
9239
  listUserBlock: string[];
9239
9240
  listUserRestrict: string[];
@@ -9263,6 +9264,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9263
9264
  device: IBaseRefFieldELS & {
9264
9265
  key: string;
9265
9266
  };
9267
+ accountGroup: IBaseRefFieldELS;
9266
9268
  account: IBaseRefFieldELS;
9267
9269
  typeView: string;
9268
9270
  numberLike: number;
@@ -9294,6 +9296,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9294
9296
  device: IBaseRefFieldELS & {
9295
9297
  key: string;
9296
9298
  };
9299
+ accountGroup: IBaseRefFieldELS;
9297
9300
  account: IBaseRefFieldELS;
9298
9301
  sheetName: string;
9299
9302
  sheetUrl: string;
@@ -9324,6 +9327,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9324
9327
  device: IBaseRefFieldELS & {
9325
9328
  key: string;
9326
9329
  };
9330
+ accountGroup: IBaseRefFieldELS;
9327
9331
  account: IBaseRefFieldELS;
9328
9332
  numberLike: number;
9329
9333
  minutesExecute: number;
@@ -9355,6 +9359,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9355
9359
  device: IBaseRefFieldELS & {
9356
9360
  key: string;
9357
9361
  };
9362
+ accountGroup: IBaseRefFieldELS;
9358
9363
  account: IBaseRefFieldELS;
9359
9364
  sheetName: string;
9360
9365
  sheetUrl: string;
@@ -9387,6 +9392,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9387
9392
  device: IBaseRefFieldELS & {
9388
9393
  key: string;
9389
9394
  };
9395
+ accountGroup: IBaseRefFieldELS;
9390
9396
  account: IBaseRefFieldELS;
9391
9397
  sheetName: string;
9392
9398
  sheetUrl: string;
@@ -9418,6 +9424,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9418
9424
  device: IBaseRefFieldELS & {
9419
9425
  key: string;
9420
9426
  };
9427
+ accountGroup: IBaseRefFieldELS;
9421
9428
  account: IBaseRefFieldELS;
9422
9429
  numberLike: number;
9423
9430
  minutesExecute: number;
@@ -9450,6 +9457,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9450
9457
  device: IBaseRefFieldELS & {
9451
9458
  key: string;
9452
9459
  };
9460
+ accountGroup: IBaseRefFieldELS;
9453
9461
  account: IBaseRefFieldELS;
9454
9462
  sheetName: string;
9455
9463
  sheetUrl: string;
@@ -9482,6 +9490,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9482
9490
  device: IBaseRefFieldELS & {
9483
9491
  key: string;
9484
9492
  };
9493
+ accountGroup: IBaseRefFieldELS;
9485
9494
  account: IBaseRefFieldELS;
9486
9495
  sheetUrl: string;
9487
9496
  sheetName: string;
@@ -9522,6 +9531,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9522
9531
  device: IBaseRefFieldELS & {
9523
9532
  key: string;
9524
9533
  };
9534
+ accountGroup: IBaseRefFieldELS;
9525
9535
  account: IBaseRefFieldELS;
9526
9536
  sheetUrl: string;
9527
9537
  sheetName: string;
@@ -9570,6 +9580,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9570
9580
  device: IBaseRefFieldELS & {
9571
9581
  key: string;
9572
9582
  };
9583
+ accountGroup: IBaseRefFieldELS;
9573
9584
  account: IBaseRefFieldELS;
9574
9585
  sheetUrl: string;
9575
9586
  sheetName: string;
@@ -9620,6 +9631,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
9620
9631
  device: IBaseRefFieldELS & {
9621
9632
  key: string;
9622
9633
  };
9634
+ accountGroup: IBaseRefFieldELS;
9623
9635
  account: IBaseRefFieldELS;
9624
9636
  sheetUrl: string;
9625
9637
  sheetName: string;
@@ -9666,6 +9678,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
9666
9678
  device: IBaseRefFieldELS & {
9667
9679
  key: string;
9668
9680
  };
9681
+ accountGroup: IBaseRefFieldELS;
9669
9682
  account: IBaseRefFieldELS;
9670
9683
  sheetUrl: string;
9671
9684
  sheetName: string;
@@ -10415,6 +10428,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10415
10428
  device: IBaseRefFieldELS & {
10416
10429
  key: string;
10417
10430
  };
10431
+ accountGroup: IBaseRefFieldELS;
10418
10432
  account: IBaseRefFieldELS;
10419
10433
  sheetName: string;
10420
10434
  sheetUrl: string;
@@ -10455,6 +10469,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10455
10469
  device: IBaseRefFieldELS & {
10456
10470
  key: string;
10457
10471
  };
10472
+ accountGroup: IBaseRefFieldELS;
10458
10473
  account: IBaseRefFieldELS;
10459
10474
  sheetName: string;
10460
10475
  sheetUrl: string;
@@ -10487,6 +10502,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10487
10502
  device: IBaseRefFieldELS & {
10488
10503
  key: string;
10489
10504
  };
10505
+ accountGroup: IBaseRefFieldELS;
10490
10506
  account: IBaseRefFieldELS;
10491
10507
  sheetName: string;
10492
10508
  sheetUrl: string;
@@ -10518,6 +10534,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10518
10534
  device: IBaseRefFieldELS & {
10519
10535
  key: string;
10520
10536
  };
10537
+ accountGroup: IBaseRefFieldELS;
10521
10538
  account: IBaseRefFieldELS;
10522
10539
  sheetName: string;
10523
10540
  sheetUrl: string;
@@ -10549,6 +10566,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
10549
10566
  device: IBaseRefFieldELS & {
10550
10567
  key: string;
10551
10568
  };
10569
+ accountGroup: IBaseRefFieldELS;
10552
10570
  account: IBaseRefFieldELS;
10553
10571
  sheetName: string;
10554
10572
  sheetUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.22",
3
+ "version": "5.4.26",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
package/requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- pyinstaller
2
- pywin32
3
- pytz
4
- webdriver-manager
5
- selenium
6
- undetected-chromedriver
7
- requests
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
8
  rapidfuzz