automation-lib 5.4.164 → 5.4.165
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 +49 -18
- package/dist/index.d.ts +49 -18
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -13337,8 +13337,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
|
13337
13337
|
|
|
13338
13338
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13339
13339
|
account: IThreadsAccountRaw | string;
|
|
13340
|
-
|
|
13341
|
-
sheetUrl: string;
|
|
13340
|
+
sheet: string | ISheetsTool;
|
|
13342
13341
|
url: string;
|
|
13343
13342
|
photosUrl: string[];
|
|
13344
13343
|
videosUrl: string[];
|
|
@@ -13371,9 +13370,16 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13371
13370
|
nameAppCloneSocial: string;
|
|
13372
13371
|
accountDeviceTypeAppClone: string;
|
|
13373
13372
|
accountDeviceNameAppClone: string;
|
|
13373
|
+
username: string;
|
|
13374
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13375
|
+
statusRun: EStatusAccountSocialRun;
|
|
13376
|
+
};
|
|
13377
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13378
|
+
name: string;
|
|
13379
|
+
url: string;
|
|
13380
|
+
type: string;
|
|
13381
|
+
status: ESheetToolStatus;
|
|
13374
13382
|
};
|
|
13375
|
-
sheetName: string;
|
|
13376
|
-
sheetUrl: string;
|
|
13377
13383
|
url: string;
|
|
13378
13384
|
photosUrl: string[];
|
|
13379
13385
|
videosUrl: string[];
|
|
@@ -13422,9 +13428,16 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13422
13428
|
nameAppCloneSocial: string;
|
|
13423
13429
|
accountDeviceTypeAppClone: string;
|
|
13424
13430
|
accountDeviceNameAppClone: string;
|
|
13431
|
+
username: string;
|
|
13432
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13433
|
+
statusRun: EStatusAccountSocialRun;
|
|
13434
|
+
};
|
|
13435
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13436
|
+
name: string;
|
|
13437
|
+
url: string;
|
|
13438
|
+
type: string;
|
|
13439
|
+
status: ESheetToolStatus;
|
|
13425
13440
|
};
|
|
13426
|
-
sheetName: string;
|
|
13427
|
-
sheetUrl: string;
|
|
13428
13441
|
follower: number;
|
|
13429
13442
|
following: number;
|
|
13430
13443
|
listUsersFollow: Array<string>;
|
|
@@ -13439,8 +13452,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13439
13452
|
|
|
13440
13453
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13441
13454
|
account: IThreadsAccountRaw | string;
|
|
13442
|
-
|
|
13443
|
-
sheetUrl: string;
|
|
13455
|
+
sheet: string | ISheetsTool;
|
|
13444
13456
|
follower: number;
|
|
13445
13457
|
following: number;
|
|
13446
13458
|
listUsersUnFollow: Array<string>;
|
|
@@ -13465,9 +13477,16 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13465
13477
|
nameAppCloneSocial: string;
|
|
13466
13478
|
accountDeviceTypeAppClone: string;
|
|
13467
13479
|
accountDeviceNameAppClone: string;
|
|
13480
|
+
username: string;
|
|
13481
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13482
|
+
statusRun: EStatusAccountSocialRun;
|
|
13483
|
+
};
|
|
13484
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13485
|
+
name: string;
|
|
13486
|
+
url: string;
|
|
13487
|
+
type: string;
|
|
13488
|
+
status: ESheetToolStatus;
|
|
13468
13489
|
};
|
|
13469
|
-
sheetName: string;
|
|
13470
|
-
sheetUrl: string;
|
|
13471
13490
|
follower: number;
|
|
13472
13491
|
following: number;
|
|
13473
13492
|
listUsersUnFollow: Array<string>;
|
|
@@ -13482,8 +13501,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13482
13501
|
|
|
13483
13502
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
13484
13503
|
account: IThreadsAccountRaw | string;
|
|
13485
|
-
|
|
13486
|
-
sheetUrl: string;
|
|
13504
|
+
sheet: string | ISheetsTool;
|
|
13487
13505
|
receiverName: string;
|
|
13488
13506
|
messageReply: string;
|
|
13489
13507
|
status: EStatusTaskScript;
|
|
@@ -13507,9 +13525,16 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13507
13525
|
nameAppCloneSocial: string;
|
|
13508
13526
|
accountDeviceTypeAppClone: string;
|
|
13509
13527
|
accountDeviceNameAppClone: string;
|
|
13528
|
+
username: string;
|
|
13529
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13530
|
+
statusRun: EStatusAccountSocialRun;
|
|
13531
|
+
};
|
|
13532
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13533
|
+
name: string;
|
|
13534
|
+
url: string;
|
|
13535
|
+
type: string;
|
|
13536
|
+
status: ESheetToolStatus;
|
|
13510
13537
|
};
|
|
13511
|
-
sheetName: string;
|
|
13512
|
-
sheetUrl: string;
|
|
13513
13538
|
receiverName: string;
|
|
13514
13539
|
messageReply: string;
|
|
13515
13540
|
status: EStatusTaskScript;
|
|
@@ -13523,8 +13548,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13523
13548
|
|
|
13524
13549
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13525
13550
|
account: IThreadsAccountRaw | string;
|
|
13526
|
-
|
|
13527
|
-
sheetUrl: string;
|
|
13551
|
+
sheet: string | ISheetsTool;
|
|
13528
13552
|
content: string;
|
|
13529
13553
|
linkPost: string;
|
|
13530
13554
|
userLink: string;
|
|
@@ -13549,9 +13573,16 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13549
13573
|
nameAppCloneSocial: string;
|
|
13550
13574
|
accountDeviceTypeAppClone: string;
|
|
13551
13575
|
accountDeviceNameAppClone: string;
|
|
13576
|
+
username: string;
|
|
13577
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13578
|
+
statusRun: EStatusAccountSocialRun;
|
|
13579
|
+
};
|
|
13580
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13581
|
+
name: string;
|
|
13582
|
+
url: string;
|
|
13583
|
+
type: string;
|
|
13584
|
+
status: ESheetToolStatus;
|
|
13552
13585
|
};
|
|
13553
|
-
sheetName: string;
|
|
13554
|
-
sheetUrl: string;
|
|
13555
13586
|
content: string;
|
|
13556
13587
|
linkPost: string;
|
|
13557
13588
|
userLink: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -13337,8 +13337,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
|
13337
13337
|
|
|
13338
13338
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13339
13339
|
account: IThreadsAccountRaw | string;
|
|
13340
|
-
|
|
13341
|
-
sheetUrl: string;
|
|
13340
|
+
sheet: string | ISheetsTool;
|
|
13342
13341
|
url: string;
|
|
13343
13342
|
photosUrl: string[];
|
|
13344
13343
|
videosUrl: string[];
|
|
@@ -13371,9 +13370,16 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13371
13370
|
nameAppCloneSocial: string;
|
|
13372
13371
|
accountDeviceTypeAppClone: string;
|
|
13373
13372
|
accountDeviceNameAppClone: string;
|
|
13373
|
+
username: string;
|
|
13374
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13375
|
+
statusRun: EStatusAccountSocialRun;
|
|
13376
|
+
};
|
|
13377
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13378
|
+
name: string;
|
|
13379
|
+
url: string;
|
|
13380
|
+
type: string;
|
|
13381
|
+
status: ESheetToolStatus;
|
|
13374
13382
|
};
|
|
13375
|
-
sheetName: string;
|
|
13376
|
-
sheetUrl: string;
|
|
13377
13383
|
url: string;
|
|
13378
13384
|
photosUrl: string[];
|
|
13379
13385
|
videosUrl: string[];
|
|
@@ -13422,9 +13428,16 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13422
13428
|
nameAppCloneSocial: string;
|
|
13423
13429
|
accountDeviceTypeAppClone: string;
|
|
13424
13430
|
accountDeviceNameAppClone: string;
|
|
13431
|
+
username: string;
|
|
13432
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13433
|
+
statusRun: EStatusAccountSocialRun;
|
|
13434
|
+
};
|
|
13435
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13436
|
+
name: string;
|
|
13437
|
+
url: string;
|
|
13438
|
+
type: string;
|
|
13439
|
+
status: ESheetToolStatus;
|
|
13425
13440
|
};
|
|
13426
|
-
sheetName: string;
|
|
13427
|
-
sheetUrl: string;
|
|
13428
13441
|
follower: number;
|
|
13429
13442
|
following: number;
|
|
13430
13443
|
listUsersFollow: Array<string>;
|
|
@@ -13439,8 +13452,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13439
13452
|
|
|
13440
13453
|
interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13441
13454
|
account: IThreadsAccountRaw | string;
|
|
13442
|
-
|
|
13443
|
-
sheetUrl: string;
|
|
13455
|
+
sheet: string | ISheetsTool;
|
|
13444
13456
|
follower: number;
|
|
13445
13457
|
following: number;
|
|
13446
13458
|
listUsersUnFollow: Array<string>;
|
|
@@ -13465,9 +13477,16 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13465
13477
|
nameAppCloneSocial: string;
|
|
13466
13478
|
accountDeviceTypeAppClone: string;
|
|
13467
13479
|
accountDeviceNameAppClone: string;
|
|
13480
|
+
username: string;
|
|
13481
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13482
|
+
statusRun: EStatusAccountSocialRun;
|
|
13483
|
+
};
|
|
13484
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13485
|
+
name: string;
|
|
13486
|
+
url: string;
|
|
13487
|
+
type: string;
|
|
13488
|
+
status: ESheetToolStatus;
|
|
13468
13489
|
};
|
|
13469
|
-
sheetName: string;
|
|
13470
|
-
sheetUrl: string;
|
|
13471
13490
|
follower: number;
|
|
13472
13491
|
following: number;
|
|
13473
13492
|
listUsersUnFollow: Array<string>;
|
|
@@ -13482,8 +13501,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13482
13501
|
|
|
13483
13502
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
13484
13503
|
account: IThreadsAccountRaw | string;
|
|
13485
|
-
|
|
13486
|
-
sheetUrl: string;
|
|
13504
|
+
sheet: string | ISheetsTool;
|
|
13487
13505
|
receiverName: string;
|
|
13488
13506
|
messageReply: string;
|
|
13489
13507
|
status: EStatusTaskScript;
|
|
@@ -13507,9 +13525,16 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13507
13525
|
nameAppCloneSocial: string;
|
|
13508
13526
|
accountDeviceTypeAppClone: string;
|
|
13509
13527
|
accountDeviceNameAppClone: string;
|
|
13528
|
+
username: string;
|
|
13529
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13530
|
+
statusRun: EStatusAccountSocialRun;
|
|
13531
|
+
};
|
|
13532
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13533
|
+
name: string;
|
|
13534
|
+
url: string;
|
|
13535
|
+
type: string;
|
|
13536
|
+
status: ESheetToolStatus;
|
|
13510
13537
|
};
|
|
13511
|
-
sheetName: string;
|
|
13512
|
-
sheetUrl: string;
|
|
13513
13538
|
receiverName: string;
|
|
13514
13539
|
messageReply: string;
|
|
13515
13540
|
status: EStatusTaskScript;
|
|
@@ -13523,8 +13548,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13523
13548
|
|
|
13524
13549
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13525
13550
|
account: IThreadsAccountRaw | string;
|
|
13526
|
-
|
|
13527
|
-
sheetUrl: string;
|
|
13551
|
+
sheet: string | ISheetsTool;
|
|
13528
13552
|
content: string;
|
|
13529
13553
|
linkPost: string;
|
|
13530
13554
|
userLink: string;
|
|
@@ -13549,9 +13573,16 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13549
13573
|
nameAppCloneSocial: string;
|
|
13550
13574
|
accountDeviceTypeAppClone: string;
|
|
13551
13575
|
accountDeviceNameAppClone: string;
|
|
13576
|
+
username: string;
|
|
13577
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
13578
|
+
statusRun: EStatusAccountSocialRun;
|
|
13579
|
+
};
|
|
13580
|
+
sheetInfo: IBaseRefFieldELS & {
|
|
13581
|
+
name: string;
|
|
13582
|
+
url: string;
|
|
13583
|
+
type: string;
|
|
13584
|
+
status: ESheetToolStatus;
|
|
13552
13585
|
};
|
|
13553
|
-
sheetName: string;
|
|
13554
|
-
sheetUrl: string;
|
|
13555
13586
|
content: string;
|
|
13556
13587
|
linkPost: string;
|
|
13557
13588
|
userLink: string;
|