automation-lib 5.1.310 → 5.1.311

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
@@ -2656,7 +2656,7 @@ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2656
2656
  interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
2657
2657
  sheetName: string;
2658
2658
  sheetUrl: string;
2659
- account: IThreadsAccountRaw | string;
2659
+ account: IThreadsAccountRun | string;
2660
2660
  folderImageName: string;
2661
2661
  linkDriveVideoOfCanva: string;
2662
2662
  listLinkDriveImagesOfCanva: string[];
@@ -2678,7 +2678,9 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
2678
2678
  }
2679
2679
 
2680
2680
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2681
- account: IThreadsAccountRaw | string;
2681
+ sheetName: string;
2682
+ sheetUrl: string;
2683
+ account: IThreadsAccountRun | string;
2682
2684
  url: string;
2683
2685
  photosUrl: string[];
2684
2686
  videosUrl: string[];
@@ -2697,7 +2699,9 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2697
2699
  }
2698
2700
 
2699
2701
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
2700
- account: IThreadsAccountRaw | string;
2702
+ sheetName: string;
2703
+ sheetUrl: string;
2704
+ account: IThreadsAccountRun | string;
2701
2705
  follower: number;
2702
2706
  following: number;
2703
2707
  status: EStatusTaskScript;
@@ -2707,7 +2711,9 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
2707
2711
  }
2708
2712
 
2709
2713
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
2710
- account: IThreadsAccountRaw | string;
2714
+ sheetName: string;
2715
+ sheetUrl: string;
2716
+ account: IThreadsAccountRun | string;
2711
2717
  status: EStatusTaskScript;
2712
2718
  statusDetail: string;
2713
2719
  receiverName: string;
@@ -2715,7 +2721,9 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
2715
2721
  }
2716
2722
 
2717
2723
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
2718
- account: IThreadsAccountRaw | string;
2724
+ sheetName: string;
2725
+ sheetUrl: string;
2726
+ account: IThreadsAccountRun | string;
2719
2727
  content: string;
2720
2728
  linkPost: string;
2721
2729
  userLink: string;
@@ -2869,10 +2877,10 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
2869
2877
  }
2870
2878
 
2871
2879
  interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
2880
+ account: string | IThreadsAccountRun;
2872
2881
  sheetUrl: string;
2873
2882
  sheetName: string;
2874
2883
  typeSocial: ETypeSocial;
2875
- account: string | IThreadsAccountRun;
2876
2884
  deviceKey: string;
2877
2885
  minuteWaiting: number;
2878
2886
  isTimeUS: boolean;
@@ -2998,6 +3006,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2998
3006
  }
2999
3007
 
3000
3008
  interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3009
+ sheetUrl: string;
3010
+ sheetName: string;
3001
3011
  account: string | IInstagramAccountRun;
3002
3012
  oldGroup: IAccountSocialGroup | string;
3003
3013
  newGroup: IAccountSocialGroup | string;
@@ -3006,18 +3016,18 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3006
3016
  }
3007
3017
 
3008
3018
  interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
3009
- account: string | IInstagramAccountRun;
3010
3019
  sheetUrl: string;
3011
3020
  sheetName: string;
3021
+ account: string | IInstagramAccountRun;
3012
3022
  statusSyncAccount?: EStatusAccountSocialSync;
3013
3023
  timeAction: Date;
3014
3024
  note: string;
3015
3025
  }
3016
3026
 
3017
3027
  interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
3018
- account: string | IInstagramAccountRun;
3019
3028
  sheetUrl: string;
3020
3029
  sheetName: string;
3030
+ account: string | IInstagramAccountRun;
3021
3031
  timeImport: Date;
3022
3032
  statusImport: EStatusAccountSocialImport;
3023
3033
  noteImport: string;
@@ -3403,7 +3413,9 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
3403
3413
  }
3404
3414
 
3405
3415
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3406
- account: IInstagramAccountRaw | string;
3416
+ sheetName: string;
3417
+ sheetUrl: string;
3418
+ account: IThreadsAccountRun | string;
3407
3419
  statusDetail: string;
3408
3420
  follower: number;
3409
3421
  following: number;
@@ -3422,7 +3434,9 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
3422
3434
  }
3423
3435
 
3424
3436
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3425
- account: IInstagramAccountRaw | string;
3437
+ sheetName: string;
3438
+ sheetUrl: string;
3439
+ account: IThreadsAccountRun | string;
3426
3440
  content: string;
3427
3441
  userLink: string;
3428
3442
  linkPost: string;
@@ -3432,7 +3446,9 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
3432
3446
  }
3433
3447
 
3434
3448
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3435
- account: IInstagramAccountRaw | string;
3449
+ sheetName: string;
3450
+ sheetUrl: string;
3451
+ account: IThreadsAccountRun | string;
3436
3452
  statusDetail: string;
3437
3453
  receiverName: string;
3438
3454
  messageReply: string;
@@ -3451,9 +3467,9 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
3451
3467
  }
3452
3468
 
3453
3469
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3454
- account: IInstagramAccountRaw | string;
3455
3470
  sheetUrl: string;
3456
3471
  sheetName: string;
3472
+ account: string | IInstagramAccountRun;
3457
3473
  sheetPageName: string;
3458
3474
  rowId: string;
3459
3475
  historyName: string;
@@ -3462,9 +3478,9 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
3462
3478
  }
3463
3479
 
3464
3480
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3465
- account: IInstagramAccountRaw | string;
3466
3481
  sheetUrl: string;
3467
3482
  sheetName: string;
3483
+ account: string | IInstagramAccountRun;
3468
3484
  sheetPageName: string;
3469
3485
  rowId: string;
3470
3486
  otherAccount: string;
@@ -3481,9 +3497,9 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
3481
3497
  }
3482
3498
 
3483
3499
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3484
- account: IInstagramAccountRaw | string;
3485
3500
  sheetUrl: string;
3486
3501
  sheetName: string;
3502
+ account: string | IInstagramAccountRun;
3487
3503
  sheetPageName: string;
3488
3504
  rowId: string;
3489
3505
  otherAccount: string;
@@ -3500,9 +3516,9 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
3500
3516
  }
3501
3517
 
3502
3518
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3503
- account: IInstagramAccountRaw | string;
3504
3519
  sheetUrl: string;
3505
3520
  sheetName: string;
3521
+ account: string | IInstagramAccountRun;
3506
3522
  sheetPageName: string;
3507
3523
  rowId: string;
3508
3524
  otherAccount: string;
@@ -3521,9 +3537,9 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
3521
3537
  }
3522
3538
 
3523
3539
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3524
- account: IInstagramAccountRaw | string;
3525
3540
  sheetUrl: string;
3526
3541
  sheetName: string;
3542
+ account: string | IInstagramAccountRun;
3527
3543
  sheetPageName: string;
3528
3544
  rowId: string;
3529
3545
  otherAccount: string;
package/dist/index.d.ts CHANGED
@@ -2656,7 +2656,7 @@ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
2656
2656
  interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
2657
2657
  sheetName: string;
2658
2658
  sheetUrl: string;
2659
- account: IThreadsAccountRaw | string;
2659
+ account: IThreadsAccountRun | string;
2660
2660
  folderImageName: string;
2661
2661
  linkDriveVideoOfCanva: string;
2662
2662
  listLinkDriveImagesOfCanva: string[];
@@ -2678,7 +2678,9 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
2678
2678
  }
2679
2679
 
2680
2680
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2681
- account: IThreadsAccountRaw | string;
2681
+ sheetName: string;
2682
+ sheetUrl: string;
2683
+ account: IThreadsAccountRun | string;
2682
2684
  url: string;
2683
2685
  photosUrl: string[];
2684
2686
  videosUrl: string[];
@@ -2697,7 +2699,9 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
2697
2699
  }
2698
2700
 
2699
2701
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
2700
- account: IThreadsAccountRaw | string;
2702
+ sheetName: string;
2703
+ sheetUrl: string;
2704
+ account: IThreadsAccountRun | string;
2701
2705
  follower: number;
2702
2706
  following: number;
2703
2707
  status: EStatusTaskScript;
@@ -2707,7 +2711,9 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
2707
2711
  }
2708
2712
 
2709
2713
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
2710
- account: IThreadsAccountRaw | string;
2714
+ sheetName: string;
2715
+ sheetUrl: string;
2716
+ account: IThreadsAccountRun | string;
2711
2717
  status: EStatusTaskScript;
2712
2718
  statusDetail: string;
2713
2719
  receiverName: string;
@@ -2715,7 +2721,9 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
2715
2721
  }
2716
2722
 
2717
2723
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
2718
- account: IThreadsAccountRaw | string;
2724
+ sheetName: string;
2725
+ sheetUrl: string;
2726
+ account: IThreadsAccountRun | string;
2719
2727
  content: string;
2720
2728
  linkPost: string;
2721
2729
  userLink: string;
@@ -2869,10 +2877,10 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
2869
2877
  }
2870
2878
 
2871
2879
  interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
2880
+ account: string | IThreadsAccountRun;
2872
2881
  sheetUrl: string;
2873
2882
  sheetName: string;
2874
2883
  typeSocial: ETypeSocial;
2875
- account: string | IThreadsAccountRun;
2876
2884
  deviceKey: string;
2877
2885
  minuteWaiting: number;
2878
2886
  isTimeUS: boolean;
@@ -2998,6 +3006,8 @@ interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITracking
2998
3006
  }
2999
3007
 
3000
3008
  interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3009
+ sheetUrl: string;
3010
+ sheetName: string;
3001
3011
  account: string | IInstagramAccountRun;
3002
3012
  oldGroup: IAccountSocialGroup | string;
3003
3013
  newGroup: IAccountSocialGroup | string;
@@ -3006,18 +3016,18 @@ interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
3006
3016
  }
3007
3017
 
3008
3018
  interface IInstagramHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
3009
- account: string | IInstagramAccountRun;
3010
3019
  sheetUrl: string;
3011
3020
  sheetName: string;
3021
+ account: string | IInstagramAccountRun;
3012
3022
  statusSyncAccount?: EStatusAccountSocialSync;
3013
3023
  timeAction: Date;
3014
3024
  note: string;
3015
3025
  }
3016
3026
 
3017
3027
  interface IInstagramHistoryCreate extends IBaseModel, ITrackingModel<IUser> {
3018
- account: string | IInstagramAccountRun;
3019
3028
  sheetUrl: string;
3020
3029
  sheetName: string;
3030
+ account: string | IInstagramAccountRun;
3021
3031
  timeImport: Date;
3022
3032
  statusImport: EStatusAccountSocialImport;
3023
3033
  noteImport: string;
@@ -3403,7 +3413,9 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
3403
3413
  }
3404
3414
 
3405
3415
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3406
- account: IInstagramAccountRaw | string;
3416
+ sheetName: string;
3417
+ sheetUrl: string;
3418
+ account: IThreadsAccountRun | string;
3407
3419
  statusDetail: string;
3408
3420
  follower: number;
3409
3421
  following: number;
@@ -3422,7 +3434,9 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
3422
3434
  }
3423
3435
 
3424
3436
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3425
- account: IInstagramAccountRaw | string;
3437
+ sheetName: string;
3438
+ sheetUrl: string;
3439
+ account: IThreadsAccountRun | string;
3426
3440
  content: string;
3427
3441
  userLink: string;
3428
3442
  linkPost: string;
@@ -3432,7 +3446,9 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
3432
3446
  }
3433
3447
 
3434
3448
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3435
- account: IInstagramAccountRaw | string;
3449
+ sheetName: string;
3450
+ sheetUrl: string;
3451
+ account: IThreadsAccountRun | string;
3436
3452
  statusDetail: string;
3437
3453
  receiverName: string;
3438
3454
  messageReply: string;
@@ -3451,9 +3467,9 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
3451
3467
  }
3452
3468
 
3453
3469
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3454
- account: IInstagramAccountRaw | string;
3455
3470
  sheetUrl: string;
3456
3471
  sheetName: string;
3472
+ account: string | IInstagramAccountRun;
3457
3473
  sheetPageName: string;
3458
3474
  rowId: string;
3459
3475
  historyName: string;
@@ -3462,9 +3478,9 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
3462
3478
  }
3463
3479
 
3464
3480
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3465
- account: IInstagramAccountRaw | string;
3466
3481
  sheetUrl: string;
3467
3482
  sheetName: string;
3483
+ account: string | IInstagramAccountRun;
3468
3484
  sheetPageName: string;
3469
3485
  rowId: string;
3470
3486
  otherAccount: string;
@@ -3481,9 +3497,9 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
3481
3497
  }
3482
3498
 
3483
3499
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3484
- account: IInstagramAccountRaw | string;
3485
3500
  sheetUrl: string;
3486
3501
  sheetName: string;
3502
+ account: string | IInstagramAccountRun;
3487
3503
  sheetPageName: string;
3488
3504
  rowId: string;
3489
3505
  otherAccount: string;
@@ -3500,9 +3516,9 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
3500
3516
  }
3501
3517
 
3502
3518
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3503
- account: IInstagramAccountRaw | string;
3504
3519
  sheetUrl: string;
3505
3520
  sheetName: string;
3521
+ account: string | IInstagramAccountRun;
3506
3522
  sheetPageName: string;
3507
3523
  rowId: string;
3508
3524
  otherAccount: string;
@@ -3521,9 +3537,9 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
3521
3537
  }
3522
3538
 
3523
3539
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3524
- account: IInstagramAccountRaw | string;
3525
3540
  sheetUrl: string;
3526
3541
  sheetName: string;
3542
+ account: string | IInstagramAccountRun;
3527
3543
  sheetPageName: string;
3528
3544
  rowId: string;
3529
3545
  otherAccount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.310",
3
+ "version": "5.1.311",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",