automation-lib 5.4.149 → 5.4.151

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
@@ -726,8 +726,8 @@ declare enum EPositionUser {
726
726
  }
727
727
 
728
728
  declare enum ETimeZone {
729
- VN = "VN",
730
- US = "US"
729
+ VN = "VN(+7)",
730
+ US = "US(-7)"
731
731
  }
732
732
 
733
733
  declare enum EDayOfWeek {
@@ -11711,7 +11711,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
11711
11711
  dayOfWeek: EDayOfWeek;
11712
11712
  timeFrom: string;
11713
11713
  timeTo: string;
11714
- minuteExecute: string;
11714
+ minuteExecute: number;
11715
11715
  service: string;
11716
11716
  action: string;
11717
11717
  timeExecute: Date;
@@ -11764,7 +11764,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11764
11764
  dayOfWeek: EDayOfWeek;
11765
11765
  timeFrom: string;
11766
11766
  timeTo: string;
11767
- minuteExecute: string;
11767
+ minuteExecute: number;
11768
11768
  service: string;
11769
11769
  action: string;
11770
11770
  timeExecute: Date;
@@ -11786,7 +11786,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
11786
11786
  dayOfWeek: EDayOfWeek;
11787
11787
  timeFrom: string;
11788
11788
  timeTo: string;
11789
- minuteExecute: string;
11789
+ minuteExecute: number;
11790
11790
  service: string;
11791
11791
  action: string;
11792
11792
  timeExecute: Date;
@@ -11856,7 +11856,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11856
11856
  dayOfWeek: EDayOfWeek;
11857
11857
  timeFrom: string;
11858
11858
  timeTo: string;
11859
- minuteExecute: string;
11859
+ minuteExecute: number;
11860
11860
  service: string;
11861
11861
  action: string;
11862
11862
  timeExecute: Date;
@@ -12000,7 +12000,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
12000
12000
  dayOfWeek: EDayOfWeek;
12001
12001
  timeFrom: string;
12002
12002
  timeTo: string;
12003
- minuteExecute: string;
12003
+ minuteExecute: number;
12004
12004
  service: string;
12005
12005
  action: string;
12006
12006
  timeExecute: Date;
@@ -12051,7 +12051,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12051
12051
  dayOfWeek: EDayOfWeek;
12052
12052
  timeFrom: string;
12053
12053
  timeTo: string;
12054
- minuteExecute: string;
12054
+ minuteExecute: number;
12055
12055
  service: string;
12056
12056
  action: string;
12057
12057
  timeExecute: Date;
@@ -12068,7 +12068,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
12068
12068
  dayOfWeek: EDayOfWeek;
12069
12069
  timeFrom: string;
12070
12070
  timeTo: string;
12071
- minuteExecute: string;
12071
+ minuteExecute: number;
12072
12072
  service: string;
12073
12073
  action: string;
12074
12074
  timeExecute: Date;
@@ -12118,7 +12118,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12118
12118
  dayOfWeek: EDayOfWeek;
12119
12119
  timeFrom: string;
12120
12120
  timeTo: string;
12121
- minuteExecute: string;
12121
+ minuteExecute: number;
12122
12122
  service: string;
12123
12123
  action: string;
12124
12124
  timeExecute: Date;
@@ -12139,7 +12139,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
12139
12139
  dayOfWeek: EDayOfWeek;
12140
12140
  timeFrom: string;
12141
12141
  timeTo: string;
12142
- minuteExecute: string;
12142
+ minuteExecute: number;
12143
12143
  service: string;
12144
12144
  action: string;
12145
12145
  timeExecute: Date;
@@ -12188,7 +12188,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12188
12188
  dayOfWeek: EDayOfWeek;
12189
12189
  timeFrom: string;
12190
12190
  timeTo: string;
12191
- minuteExecute: string;
12191
+ minuteExecute: number;
12192
12192
  service: string;
12193
12193
  action: string;
12194
12194
  timeExecute: Date;
@@ -12208,7 +12208,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
12208
12208
  dayOfWeek: EDayOfWeek;
12209
12209
  timeFrom: string;
12210
12210
  timeTo: string;
12211
- minuteExecute: string;
12211
+ minuteExecute: number;
12212
12212
  service: string;
12213
12213
  action: string;
12214
12214
  timeExecute: Date;
@@ -12256,7 +12256,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12256
12256
  dayOfWeek: EDayOfWeek;
12257
12257
  timeFrom: string;
12258
12258
  timeTo: string;
12259
- minuteExecute: string;
12259
+ minuteExecute: number;
12260
12260
  service: string;
12261
12261
  action: string;
12262
12262
  timeExecute: Date;
@@ -12276,7 +12276,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12276
12276
  dayOfWeek: EDayOfWeek;
12277
12277
  timeFrom: string;
12278
12278
  timeTo: string;
12279
- minuteExecute: string;
12279
+ minuteExecute: number;
12280
12280
  service: string;
12281
12281
  action: string;
12282
12282
  timeExecute: Date;
@@ -12368,7 +12368,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12368
12368
  dayOfWeek: EDayOfWeek;
12369
12369
  timeFrom: string;
12370
12370
  timeTo: string;
12371
- minuteExecute: string;
12371
+ minuteExecute: number;
12372
12372
  service: string;
12373
12373
  action: string;
12374
12374
  timeExecute: Date;
@@ -12376,8 +12376,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
12376
12376
  timeZone: string;
12377
12377
  note: string;
12378
12378
  folderImageName: string;
12379
- sheetUrl: string;
12380
- sheetName: string;
12381
12379
  canvaUrlVideo: string;
12382
12380
  canvaImageThumb: string;
12383
12381
  canvaImagePage1: string;
@@ -12430,7 +12428,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
12430
12428
  dayOfWeek: EDayOfWeek;
12431
12429
  timeFrom: string;
12432
12430
  timeTo: string;
12433
- minuteExecute: string;
12431
+ minuteExecute: number;
12434
12432
  service: string;
12435
12433
  action: string;
12436
12434
  timeExecute: Date;
@@ -12486,15 +12484,13 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12486
12484
  dayOfWeek: EDayOfWeek;
12487
12485
  timeFrom: string;
12488
12486
  timeTo: string;
12489
- minuteExecute: string;
12487
+ minuteExecute: number;
12490
12488
  service: string;
12491
12489
  action: string;
12492
12490
  timeExecute: Date;
12493
12491
  status: EStatusTaskToolSocials;
12494
12492
  timeZone: string;
12495
12493
  note: string;
12496
- sheetUrl: string;
12497
- sheetName: string;
12498
12494
  postUrlReply: string;
12499
12495
  messageForReply: string;
12500
12496
  replyCommentContentStep1: string;
@@ -12511,7 +12507,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
12511
12507
  dayOfWeek: EDayOfWeek;
12512
12508
  timeFrom: string;
12513
12509
  timeTo: string;
12514
- minuteExecute: string;
12510
+ minuteExecute: number;
12515
12511
  service: string;
12516
12512
  action: string;
12517
12513
  timeExecute: Date;
@@ -12567,15 +12563,13 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12567
12563
  dayOfWeek: EDayOfWeek;
12568
12564
  timeFrom: string;
12569
12565
  timeTo: string;
12570
- minuteExecute: string;
12566
+ minuteExecute: number;
12571
12567
  service: string;
12572
12568
  action: string;
12573
12569
  timeExecute: Date;
12574
12570
  status: EStatusTaskToolSocials;
12575
12571
  timeZone: string;
12576
12572
  note: string;
12577
- sheetUrl: string;
12578
- sheetName: string;
12579
12573
  postUrlReply: string;
12580
12574
  messageForReply: string;
12581
12575
  replyMessageContentStep1: string;
@@ -13394,7 +13388,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
13394
13388
  dayOfWeek: EDayOfWeek;
13395
13389
  timeFrom: string;
13396
13390
  timeTo: string;
13397
- minuteExecute: string;
13391
+ minuteExecute: number;
13398
13392
  service: string;
13399
13393
  action: string;
13400
13394
  timeExecute: Date;
@@ -13460,7 +13454,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
13460
13454
  dayOfWeek: EDayOfWeek;
13461
13455
  timeFrom: string;
13462
13456
  timeTo: string;
13463
- minuteExecute: string;
13457
+ minuteExecute: number;
13464
13458
  service: string;
13465
13459
  action: string;
13466
13460
  timeExecute: Date;
@@ -13468,8 +13462,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
13468
13462
  timeZone: string;
13469
13463
  note: string;
13470
13464
  folderImageName: string;
13471
- sheetUrl: string;
13472
- sheetName: string;
13473
13465
  canvaUrlVideo: string;
13474
13466
  canvaImageThumb: string;
13475
13467
  canvaImagePage1: string;
@@ -13497,7 +13489,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
13497
13489
  dayOfWeek: EDayOfWeek;
13498
13490
  timeFrom: string;
13499
13491
  timeTo: string;
13500
- minuteExecute: string;
13492
+ minuteExecute: number;
13501
13493
  service: string;
13502
13494
  action: string;
13503
13495
  timeExecute: Date;
@@ -13548,7 +13540,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
13548
13540
  dayOfWeek: EDayOfWeek;
13549
13541
  timeFrom: string;
13550
13542
  timeTo: string;
13551
- minuteExecute: string;
13543
+ minuteExecute: number;
13552
13544
  service: string;
13553
13545
  action: string;
13554
13546
  timeExecute: Date;
@@ -13567,7 +13559,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
13567
13559
  dayOfWeek: EDayOfWeek;
13568
13560
  timeFrom: string;
13569
13561
  timeTo: string;
13570
- minuteExecute: string;
13562
+ minuteExecute: number;
13571
13563
  service: string;
13572
13564
  action: string;
13573
13565
  timeExecute: Date;
@@ -13623,7 +13615,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
13623
13615
  dayOfWeek: EDayOfWeek;
13624
13616
  timeFrom: string;
13625
13617
  timeTo: string;
13626
- minuteExecute: string;
13618
+ minuteExecute: number;
13627
13619
  service: string;
13628
13620
  action: string;
13629
13621
  timeExecute: Date;
@@ -13647,7 +13639,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13647
13639
  dayOfWeek: EDayOfWeek;
13648
13640
  timeFrom: string;
13649
13641
  timeTo: string;
13650
- minuteExecute: string;
13642
+ minuteExecute: number;
13651
13643
  service: string;
13652
13644
  action: string;
13653
13645
  timeExecute: Date;
@@ -13703,7 +13695,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
13703
13695
  dayOfWeek: EDayOfWeek;
13704
13696
  timeFrom: string;
13705
13697
  timeTo: string;
13706
- minuteExecute: string;
13698
+ minuteExecute: number;
13707
13699
  service: string;
13708
13700
  action: string;
13709
13701
  timeExecute: Date;
package/dist/index.d.ts CHANGED
@@ -726,8 +726,8 @@ declare enum EPositionUser {
726
726
  }
727
727
 
728
728
  declare enum ETimeZone {
729
- VN = "VN",
730
- US = "US"
729
+ VN = "VN(+7)",
730
+ US = "US(-7)"
731
731
  }
732
732
 
733
733
  declare enum EDayOfWeek {
@@ -11711,7 +11711,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
11711
11711
  dayOfWeek: EDayOfWeek;
11712
11712
  timeFrom: string;
11713
11713
  timeTo: string;
11714
- minuteExecute: string;
11714
+ minuteExecute: number;
11715
11715
  service: string;
11716
11716
  action: string;
11717
11717
  timeExecute: Date;
@@ -11764,7 +11764,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11764
11764
  dayOfWeek: EDayOfWeek;
11765
11765
  timeFrom: string;
11766
11766
  timeTo: string;
11767
- minuteExecute: string;
11767
+ minuteExecute: number;
11768
11768
  service: string;
11769
11769
  action: string;
11770
11770
  timeExecute: Date;
@@ -11786,7 +11786,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
11786
11786
  dayOfWeek: EDayOfWeek;
11787
11787
  timeFrom: string;
11788
11788
  timeTo: string;
11789
- minuteExecute: string;
11789
+ minuteExecute: number;
11790
11790
  service: string;
11791
11791
  action: string;
11792
11792
  timeExecute: Date;
@@ -11856,7 +11856,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11856
11856
  dayOfWeek: EDayOfWeek;
11857
11857
  timeFrom: string;
11858
11858
  timeTo: string;
11859
- minuteExecute: string;
11859
+ minuteExecute: number;
11860
11860
  service: string;
11861
11861
  action: string;
11862
11862
  timeExecute: Date;
@@ -12000,7 +12000,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
12000
12000
  dayOfWeek: EDayOfWeek;
12001
12001
  timeFrom: string;
12002
12002
  timeTo: string;
12003
- minuteExecute: string;
12003
+ minuteExecute: number;
12004
12004
  service: string;
12005
12005
  action: string;
12006
12006
  timeExecute: Date;
@@ -12051,7 +12051,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12051
12051
  dayOfWeek: EDayOfWeek;
12052
12052
  timeFrom: string;
12053
12053
  timeTo: string;
12054
- minuteExecute: string;
12054
+ minuteExecute: number;
12055
12055
  service: string;
12056
12056
  action: string;
12057
12057
  timeExecute: Date;
@@ -12068,7 +12068,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
12068
12068
  dayOfWeek: EDayOfWeek;
12069
12069
  timeFrom: string;
12070
12070
  timeTo: string;
12071
- minuteExecute: string;
12071
+ minuteExecute: number;
12072
12072
  service: string;
12073
12073
  action: string;
12074
12074
  timeExecute: Date;
@@ -12118,7 +12118,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12118
12118
  dayOfWeek: EDayOfWeek;
12119
12119
  timeFrom: string;
12120
12120
  timeTo: string;
12121
- minuteExecute: string;
12121
+ minuteExecute: number;
12122
12122
  service: string;
12123
12123
  action: string;
12124
12124
  timeExecute: Date;
@@ -12139,7 +12139,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
12139
12139
  dayOfWeek: EDayOfWeek;
12140
12140
  timeFrom: string;
12141
12141
  timeTo: string;
12142
- minuteExecute: string;
12142
+ minuteExecute: number;
12143
12143
  service: string;
12144
12144
  action: string;
12145
12145
  timeExecute: Date;
@@ -12188,7 +12188,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12188
12188
  dayOfWeek: EDayOfWeek;
12189
12189
  timeFrom: string;
12190
12190
  timeTo: string;
12191
- minuteExecute: string;
12191
+ minuteExecute: number;
12192
12192
  service: string;
12193
12193
  action: string;
12194
12194
  timeExecute: Date;
@@ -12208,7 +12208,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
12208
12208
  dayOfWeek: EDayOfWeek;
12209
12209
  timeFrom: string;
12210
12210
  timeTo: string;
12211
- minuteExecute: string;
12211
+ minuteExecute: number;
12212
12212
  service: string;
12213
12213
  action: string;
12214
12214
  timeExecute: Date;
@@ -12256,7 +12256,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12256
12256
  dayOfWeek: EDayOfWeek;
12257
12257
  timeFrom: string;
12258
12258
  timeTo: string;
12259
- minuteExecute: string;
12259
+ minuteExecute: number;
12260
12260
  service: string;
12261
12261
  action: string;
12262
12262
  timeExecute: Date;
@@ -12276,7 +12276,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12276
12276
  dayOfWeek: EDayOfWeek;
12277
12277
  timeFrom: string;
12278
12278
  timeTo: string;
12279
- minuteExecute: string;
12279
+ minuteExecute: number;
12280
12280
  service: string;
12281
12281
  action: string;
12282
12282
  timeExecute: Date;
@@ -12368,7 +12368,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12368
12368
  dayOfWeek: EDayOfWeek;
12369
12369
  timeFrom: string;
12370
12370
  timeTo: string;
12371
- minuteExecute: string;
12371
+ minuteExecute: number;
12372
12372
  service: string;
12373
12373
  action: string;
12374
12374
  timeExecute: Date;
@@ -12376,8 +12376,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
12376
12376
  timeZone: string;
12377
12377
  note: string;
12378
12378
  folderImageName: string;
12379
- sheetUrl: string;
12380
- sheetName: string;
12381
12379
  canvaUrlVideo: string;
12382
12380
  canvaImageThumb: string;
12383
12381
  canvaImagePage1: string;
@@ -12430,7 +12428,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
12430
12428
  dayOfWeek: EDayOfWeek;
12431
12429
  timeFrom: string;
12432
12430
  timeTo: string;
12433
- minuteExecute: string;
12431
+ minuteExecute: number;
12434
12432
  service: string;
12435
12433
  action: string;
12436
12434
  timeExecute: Date;
@@ -12486,15 +12484,13 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12486
12484
  dayOfWeek: EDayOfWeek;
12487
12485
  timeFrom: string;
12488
12486
  timeTo: string;
12489
- minuteExecute: string;
12487
+ minuteExecute: number;
12490
12488
  service: string;
12491
12489
  action: string;
12492
12490
  timeExecute: Date;
12493
12491
  status: EStatusTaskToolSocials;
12494
12492
  timeZone: string;
12495
12493
  note: string;
12496
- sheetUrl: string;
12497
- sheetName: string;
12498
12494
  postUrlReply: string;
12499
12495
  messageForReply: string;
12500
12496
  replyCommentContentStep1: string;
@@ -12511,7 +12507,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
12511
12507
  dayOfWeek: EDayOfWeek;
12512
12508
  timeFrom: string;
12513
12509
  timeTo: string;
12514
- minuteExecute: string;
12510
+ minuteExecute: number;
12515
12511
  service: string;
12516
12512
  action: string;
12517
12513
  timeExecute: Date;
@@ -12567,15 +12563,13 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12567
12563
  dayOfWeek: EDayOfWeek;
12568
12564
  timeFrom: string;
12569
12565
  timeTo: string;
12570
- minuteExecute: string;
12566
+ minuteExecute: number;
12571
12567
  service: string;
12572
12568
  action: string;
12573
12569
  timeExecute: Date;
12574
12570
  status: EStatusTaskToolSocials;
12575
12571
  timeZone: string;
12576
12572
  note: string;
12577
- sheetUrl: string;
12578
- sheetName: string;
12579
12573
  postUrlReply: string;
12580
12574
  messageForReply: string;
12581
12575
  replyMessageContentStep1: string;
@@ -13394,7 +13388,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
13394
13388
  dayOfWeek: EDayOfWeek;
13395
13389
  timeFrom: string;
13396
13390
  timeTo: string;
13397
- minuteExecute: string;
13391
+ minuteExecute: number;
13398
13392
  service: string;
13399
13393
  action: string;
13400
13394
  timeExecute: Date;
@@ -13460,7 +13454,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
13460
13454
  dayOfWeek: EDayOfWeek;
13461
13455
  timeFrom: string;
13462
13456
  timeTo: string;
13463
- minuteExecute: string;
13457
+ minuteExecute: number;
13464
13458
  service: string;
13465
13459
  action: string;
13466
13460
  timeExecute: Date;
@@ -13468,8 +13462,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
13468
13462
  timeZone: string;
13469
13463
  note: string;
13470
13464
  folderImageName: string;
13471
- sheetUrl: string;
13472
- sheetName: string;
13473
13465
  canvaUrlVideo: string;
13474
13466
  canvaImageThumb: string;
13475
13467
  canvaImagePage1: string;
@@ -13497,7 +13489,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
13497
13489
  dayOfWeek: EDayOfWeek;
13498
13490
  timeFrom: string;
13499
13491
  timeTo: string;
13500
- minuteExecute: string;
13492
+ minuteExecute: number;
13501
13493
  service: string;
13502
13494
  action: string;
13503
13495
  timeExecute: Date;
@@ -13548,7 +13540,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
13548
13540
  dayOfWeek: EDayOfWeek;
13549
13541
  timeFrom: string;
13550
13542
  timeTo: string;
13551
- minuteExecute: string;
13543
+ minuteExecute: number;
13552
13544
  service: string;
13553
13545
  action: string;
13554
13546
  timeExecute: Date;
@@ -13567,7 +13559,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
13567
13559
  dayOfWeek: EDayOfWeek;
13568
13560
  timeFrom: string;
13569
13561
  timeTo: string;
13570
- minuteExecute: string;
13562
+ minuteExecute: number;
13571
13563
  service: string;
13572
13564
  action: string;
13573
13565
  timeExecute: Date;
@@ -13623,7 +13615,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
13623
13615
  dayOfWeek: EDayOfWeek;
13624
13616
  timeFrom: string;
13625
13617
  timeTo: string;
13626
- minuteExecute: string;
13618
+ minuteExecute: number;
13627
13619
  service: string;
13628
13620
  action: string;
13629
13621
  timeExecute: Date;
@@ -13647,7 +13639,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13647
13639
  dayOfWeek: EDayOfWeek;
13648
13640
  timeFrom: string;
13649
13641
  timeTo: string;
13650
- minuteExecute: string;
13642
+ minuteExecute: number;
13651
13643
  service: string;
13652
13644
  action: string;
13653
13645
  timeExecute: Date;
@@ -13703,7 +13695,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
13703
13695
  dayOfWeek: EDayOfWeek;
13704
13696
  timeFrom: string;
13705
13697
  timeTo: string;
13706
- minuteExecute: string;
13698
+ minuteExecute: number;
13707
13699
  service: string;
13708
13700
  action: string;
13709
13701
  timeExecute: Date;
package/dist/index.js CHANGED
@@ -1080,8 +1080,8 @@ var EPositionUser = /* @__PURE__ */ ((EPositionUser2) => {
1080
1080
 
1081
1081
  // src/enums/base/ETimeZone.enum.ts
1082
1082
  var ETimeZone = /* @__PURE__ */ ((ETimeZone2) => {
1083
- ETimeZone2["VN"] = "VN";
1084
- ETimeZone2["US"] = "US";
1083
+ ETimeZone2["VN"] = "VN(+7)";
1084
+ ETimeZone2["US"] = "US(-7)";
1085
1085
  return ETimeZone2;
1086
1086
  })(ETimeZone || {});
1087
1087
 
package/dist/index.mjs CHANGED
@@ -922,8 +922,8 @@ var EPositionUser = /* @__PURE__ */ ((EPositionUser2) => {
922
922
 
923
923
  // src/enums/base/ETimeZone.enum.ts
924
924
  var ETimeZone = /* @__PURE__ */ ((ETimeZone2) => {
925
- ETimeZone2["VN"] = "VN";
926
- ETimeZone2["US"] = "US";
925
+ ETimeZone2["VN"] = "VN(+7)";
926
+ ETimeZone2["US"] = "US(-7)";
927
927
  return ETimeZone2;
928
928
  })(ETimeZone || {});
929
929
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.149",
3
+ "version": "5.4.151",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",