automation-lib 5.4.164 → 5.4.169

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
@@ -11268,7 +11268,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11268
11268
  accountDeviceNameAppClone: string;
11269
11269
  username: string;
11270
11270
  statusLogin: EStatusAccountSocialLogin;
11271
- statusRun: EStatusAccountSocialRun;
11271
+ status: EStatusSocialAccountRaw;
11272
11272
  };
11273
11273
  sheetInfo: IBaseRefFieldELS & {
11274
11274
  name: string;
@@ -11317,7 +11317,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11317
11317
  accountDeviceNameAppClone: string;
11318
11318
  username: string;
11319
11319
  statusLogin: EStatusAccountSocialLogin;
11320
- statusRun: EStatusAccountSocialRun;
11320
+ status: EStatusSocialAccountRaw;
11321
11321
  };
11322
11322
  typeView: string;
11323
11323
  numberLike: number;
@@ -11373,7 +11373,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11373
11373
  accountDeviceNameAppClone: string;
11374
11374
  username: string;
11375
11375
  statusLogin: EStatusAccountSocialLogin;
11376
- statusRun: EStatusAccountSocialRun;
11376
+ status: EStatusSocialAccountRaw;
11377
11377
  };
11378
11378
  sheetInfo: IBaseRefFieldELS & {
11379
11379
  name: string;
@@ -11433,7 +11433,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11433
11433
  accountDeviceNameAppClone: string;
11434
11434
  username: string;
11435
11435
  statusLogin: EStatusAccountSocialLogin;
11436
- statusRun: EStatusAccountSocialRun;
11436
+ status: EStatusSocialAccountRaw;
11437
11437
  };
11438
11438
  numberLike: number;
11439
11439
  minutesExecute: number;
@@ -11477,7 +11477,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11477
11477
  accountDeviceNameAppClone: string;
11478
11478
  username: string;
11479
11479
  statusLogin: EStatusAccountSocialLogin;
11480
- statusRun: EStatusAccountSocialRun;
11480
+ status: EStatusSocialAccountRaw;
11481
11481
  };
11482
11482
  sheetInfo: IBaseRefFieldELS & {
11483
11483
  name: string;
@@ -11526,7 +11526,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11526
11526
  accountDeviceNameAppClone: string;
11527
11527
  username: string;
11528
11528
  statusLogin: EStatusAccountSocialLogin;
11529
- statusRun: EStatusAccountSocialRun;
11529
+ status: EStatusSocialAccountRaw;
11530
11530
  };
11531
11531
  sheetInfo: IBaseRefFieldELS & {
11532
11532
  name: string;
@@ -11575,7 +11575,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11575
11575
  accountDeviceNameAppClone: string;
11576
11576
  username: string;
11577
11577
  statusLogin: EStatusAccountSocialLogin;
11578
- statusRun: EStatusAccountSocialRun;
11578
+ status: EStatusSocialAccountRaw;
11579
11579
  };
11580
11580
  numberLike: number;
11581
11581
  minutesExecute: number;
@@ -11627,7 +11627,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11627
11627
  accountDeviceNameAppClone: string;
11628
11628
  username: string;
11629
11629
  statusLogin: EStatusAccountSocialLogin;
11630
- statusRun: EStatusAccountSocialRun;
11630
+ status: EStatusSocialAccountRaw;
11631
11631
  };
11632
11632
  sheetInfo: IBaseRefFieldELS & {
11633
11633
  name: string;
@@ -11686,7 +11686,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11686
11686
  accountDeviceNameAppClone: string;
11687
11687
  username: string;
11688
11688
  statusLogin: EStatusAccountSocialLogin;
11689
- statusRun: EStatusAccountSocialRun;
11689
+ status: EStatusSocialAccountRaw;
11690
11690
  };
11691
11691
  sheetInfo: IBaseRefFieldELS & {
11692
11692
  name: string;
@@ -11755,7 +11755,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11755
11755
  accountDeviceNameAppClone: string;
11756
11756
  username: string;
11757
11757
  statusLogin: EStatusAccountSocialLogin;
11758
- statusRun: EStatusAccountSocialRun;
11758
+ status: EStatusSocialAccountRaw;
11759
11759
  };
11760
11760
  sheetInfo: IBaseRefFieldELS & {
11761
11761
  name: string;
@@ -11837,7 +11837,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11837
11837
  accountDeviceNameAppClone: string;
11838
11838
  username: string;
11839
11839
  statusLogin: EStatusAccountSocialLogin;
11840
- statusRun: EStatusAccountSocialRun;
11840
+ status: EStatusSocialAccountRaw;
11841
11841
  };
11842
11842
  sheetInfo: IBaseRefFieldELS & {
11843
11843
  name: string;
@@ -11913,7 +11913,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11913
11913
  accountDeviceNameAppClone: string;
11914
11914
  username: string;
11915
11915
  statusLogin: EStatusAccountSocialLogin;
11916
- statusRun: EStatusAccountSocialRun;
11916
+ status: EStatusSocialAccountRaw;
11917
11917
  };
11918
11918
  sheetInfo: IBaseRefFieldELS & {
11919
11919
  name: string;
@@ -11978,7 +11978,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11978
11978
  accountDeviceNameAppClone: string;
11979
11979
  username: string;
11980
11980
  statusLogin: EStatusAccountSocialLogin;
11981
- statusRun: EStatusAccountSocialRun;
11981
+ status: EStatusSocialAccountRaw;
11982
11982
  };
11983
11983
  sheetInfo: IBaseRefFieldELS & {
11984
11984
  name: string;
@@ -13337,8 +13337,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
13337
13337
 
13338
13338
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
13339
13339
  account: IThreadsAccountRaw | string;
13340
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
@@ -11268,7 +11268,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11268
11268
  accountDeviceNameAppClone: string;
11269
11269
  username: string;
11270
11270
  statusLogin: EStatusAccountSocialLogin;
11271
- statusRun: EStatusAccountSocialRun;
11271
+ status: EStatusSocialAccountRaw;
11272
11272
  };
11273
11273
  sheetInfo: IBaseRefFieldELS & {
11274
11274
  name: string;
@@ -11317,7 +11317,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11317
11317
  accountDeviceNameAppClone: string;
11318
11318
  username: string;
11319
11319
  statusLogin: EStatusAccountSocialLogin;
11320
- statusRun: EStatusAccountSocialRun;
11320
+ status: EStatusSocialAccountRaw;
11321
11321
  };
11322
11322
  typeView: string;
11323
11323
  numberLike: number;
@@ -11373,7 +11373,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11373
11373
  accountDeviceNameAppClone: string;
11374
11374
  username: string;
11375
11375
  statusLogin: EStatusAccountSocialLogin;
11376
- statusRun: EStatusAccountSocialRun;
11376
+ status: EStatusSocialAccountRaw;
11377
11377
  };
11378
11378
  sheetInfo: IBaseRefFieldELS & {
11379
11379
  name: string;
@@ -11433,7 +11433,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11433
11433
  accountDeviceNameAppClone: string;
11434
11434
  username: string;
11435
11435
  statusLogin: EStatusAccountSocialLogin;
11436
- statusRun: EStatusAccountSocialRun;
11436
+ status: EStatusSocialAccountRaw;
11437
11437
  };
11438
11438
  numberLike: number;
11439
11439
  minutesExecute: number;
@@ -11477,7 +11477,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11477
11477
  accountDeviceNameAppClone: string;
11478
11478
  username: string;
11479
11479
  statusLogin: EStatusAccountSocialLogin;
11480
- statusRun: EStatusAccountSocialRun;
11480
+ status: EStatusSocialAccountRaw;
11481
11481
  };
11482
11482
  sheetInfo: IBaseRefFieldELS & {
11483
11483
  name: string;
@@ -11526,7 +11526,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11526
11526
  accountDeviceNameAppClone: string;
11527
11527
  username: string;
11528
11528
  statusLogin: EStatusAccountSocialLogin;
11529
- statusRun: EStatusAccountSocialRun;
11529
+ status: EStatusSocialAccountRaw;
11530
11530
  };
11531
11531
  sheetInfo: IBaseRefFieldELS & {
11532
11532
  name: string;
@@ -11575,7 +11575,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11575
11575
  accountDeviceNameAppClone: string;
11576
11576
  username: string;
11577
11577
  statusLogin: EStatusAccountSocialLogin;
11578
- statusRun: EStatusAccountSocialRun;
11578
+ status: EStatusSocialAccountRaw;
11579
11579
  };
11580
11580
  numberLike: number;
11581
11581
  minutesExecute: number;
@@ -11627,7 +11627,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11627
11627
  accountDeviceNameAppClone: string;
11628
11628
  username: string;
11629
11629
  statusLogin: EStatusAccountSocialLogin;
11630
- statusRun: EStatusAccountSocialRun;
11630
+ status: EStatusSocialAccountRaw;
11631
11631
  };
11632
11632
  sheetInfo: IBaseRefFieldELS & {
11633
11633
  name: string;
@@ -11686,7 +11686,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11686
11686
  accountDeviceNameAppClone: string;
11687
11687
  username: string;
11688
11688
  statusLogin: EStatusAccountSocialLogin;
11689
- statusRun: EStatusAccountSocialRun;
11689
+ status: EStatusSocialAccountRaw;
11690
11690
  };
11691
11691
  sheetInfo: IBaseRefFieldELS & {
11692
11692
  name: string;
@@ -11755,7 +11755,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11755
11755
  accountDeviceNameAppClone: string;
11756
11756
  username: string;
11757
11757
  statusLogin: EStatusAccountSocialLogin;
11758
- statusRun: EStatusAccountSocialRun;
11758
+ status: EStatusSocialAccountRaw;
11759
11759
  };
11760
11760
  sheetInfo: IBaseRefFieldELS & {
11761
11761
  name: string;
@@ -11837,7 +11837,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11837
11837
  accountDeviceNameAppClone: string;
11838
11838
  username: string;
11839
11839
  statusLogin: EStatusAccountSocialLogin;
11840
- statusRun: EStatusAccountSocialRun;
11840
+ status: EStatusSocialAccountRaw;
11841
11841
  };
11842
11842
  sheetInfo: IBaseRefFieldELS & {
11843
11843
  name: string;
@@ -11913,7 +11913,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
11913
11913
  accountDeviceNameAppClone: string;
11914
11914
  username: string;
11915
11915
  statusLogin: EStatusAccountSocialLogin;
11916
- statusRun: EStatusAccountSocialRun;
11916
+ status: EStatusSocialAccountRaw;
11917
11917
  };
11918
11918
  sheetInfo: IBaseRefFieldELS & {
11919
11919
  name: string;
@@ -11978,7 +11978,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
11978
11978
  accountDeviceNameAppClone: string;
11979
11979
  username: string;
11980
11980
  statusLogin: EStatusAccountSocialLogin;
11981
- statusRun: EStatusAccountSocialRun;
11981
+ status: EStatusSocialAccountRaw;
11982
11982
  };
11983
11983
  sheetInfo: IBaseRefFieldELS & {
11984
11984
  name: string;
@@ -13337,8 +13337,7 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
13337
13337
 
13338
13338
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
13339
13339
  account: IThreadsAccountRaw | string;
13340
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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
- sheetName: string;
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
+ status: EStatusSocialAccountRaw;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.164",
3
+ "version": "5.4.169",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",