automation-lib 5.4.150 → 5.4.152

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 {
@@ -11716,7 +11716,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
11716
11716
  action: string;
11717
11717
  timeExecute: Date;
11718
11718
  status: EStatusTaskToolSocials;
11719
- timeZone: string;
11719
+ timeZone: ETimeZone;
11720
11720
  note: string;
11721
11721
  listBlockUserName: string[];
11722
11722
  listRestrictUserName: string[];
@@ -11769,7 +11769,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11769
11769
  action: string;
11770
11770
  timeExecute: Date;
11771
11771
  status: EStatusTaskToolSocials;
11772
- timeZone: string;
11772
+ timeZone: ETimeZone;
11773
11773
  note: string;
11774
11774
  listBlockUserName: string[];
11775
11775
  listRestrictUserName: string[];
@@ -11791,7 +11791,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
11791
11791
  action: string;
11792
11792
  timeExecute: Date;
11793
11793
  status: EStatusTaskToolSocials;
11794
- timeZone: string;
11794
+ timeZone: ETimeZone;
11795
11795
  note: string;
11796
11796
  oldUserName: string;
11797
11797
  typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
@@ -11861,7 +11861,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11861
11861
  action: string;
11862
11862
  timeExecute: Date;
11863
11863
  status: EStatusTaskToolSocials;
11864
- timeZone: string;
11864
+ timeZone: ETimeZone;
11865
11865
  note: string;
11866
11866
  typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
11867
11867
  changeUserNameNew: string;
@@ -12005,7 +12005,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
12005
12005
  action: string;
12006
12006
  timeExecute: Date;
12007
12007
  status: EStatusTaskToolSocials;
12008
- timeZone: string;
12008
+ timeZone: ETimeZone;
12009
12009
  note: string;
12010
12010
  listUsernameFollow: string[];
12011
12011
  }
@@ -12056,7 +12056,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12056
12056
  action: string;
12057
12057
  timeExecute: Date;
12058
12058
  status: EStatusTaskToolSocials;
12059
- timeZone: string;
12059
+ timeZone: ETimeZone;
12060
12060
  note: string;
12061
12061
  listUsernameFollow: string[];
12062
12062
  }
@@ -12073,7 +12073,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
12073
12073
  action: string;
12074
12074
  timeExecute: Date;
12075
12075
  status: EStatusTaskToolSocials;
12076
- timeZone: string;
12076
+ timeZone: ETimeZone;
12077
12077
  note: string;
12078
12078
  numberView: number;
12079
12079
  isBasicView: boolean;
@@ -12123,7 +12123,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12123
12123
  action: string;
12124
12124
  timeExecute: Date;
12125
12125
  status: EStatusTaskToolSocials;
12126
- timeZone: string;
12126
+ timeZone: ETimeZone;
12127
12127
  note: string;
12128
12128
  numberView: number;
12129
12129
  isBasicView: boolean;
@@ -12144,7 +12144,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
12144
12144
  action: string;
12145
12145
  timeExecute: Date;
12146
12146
  status: EStatusTaskToolSocials;
12147
- timeZone: string;
12147
+ timeZone: ETimeZone;
12148
12148
  note: string;
12149
12149
  numberView: number;
12150
12150
  isLike: boolean;
@@ -12193,7 +12193,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12193
12193
  action: string;
12194
12194
  timeExecute: Date;
12195
12195
  status: EStatusTaskToolSocials;
12196
- timeZone: string;
12196
+ timeZone: ETimeZone;
12197
12197
  note: string;
12198
12198
  numberView: number;
12199
12199
  isLike: boolean;
@@ -12213,7 +12213,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
12213
12213
  action: string;
12214
12214
  timeExecute: Date;
12215
12215
  status: EStatusTaskToolSocials;
12216
- timeZone: string;
12216
+ timeZone: ETimeZone;
12217
12217
  note: string;
12218
12218
  numberView: number;
12219
12219
  isLike: boolean;
@@ -12261,7 +12261,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12261
12261
  action: string;
12262
12262
  timeExecute: Date;
12263
12263
  status: EStatusTaskToolSocials;
12264
- timeZone: string;
12264
+ timeZone: ETimeZone;
12265
12265
  note: string;
12266
12266
  numberView: number;
12267
12267
  isLike: boolean;
@@ -12281,7 +12281,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12281
12281
  action: string;
12282
12282
  timeExecute: Date;
12283
12283
  status: EStatusTaskToolSocials;
12284
- timeZone: string;
12284
+ timeZone: ETimeZone;
12285
12285
  note: string;
12286
12286
  canvaUrlVideo: string;
12287
12287
  canvaImageThumb: string;
@@ -12373,7 +12373,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12373
12373
  action: string;
12374
12374
  timeExecute: Date;
12375
12375
  status: EStatusTaskToolSocials;
12376
- timeZone: string;
12376
+ timeZone: ETimeZone;
12377
12377
  note: string;
12378
12378
  folderImageName: string;
12379
12379
  canvaUrlVideo: string;
@@ -12433,7 +12433,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
12433
12433
  action: string;
12434
12434
  timeExecute: Date;
12435
12435
  status: EStatusTaskToolSocials;
12436
- timeZone: string;
12436
+ timeZone: ETimeZone;
12437
12437
  note: string;
12438
12438
  postUrlReply: string;
12439
12439
  messageForReply: string;
@@ -12489,7 +12489,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12489
12489
  action: string;
12490
12490
  timeExecute: Date;
12491
12491
  status: EStatusTaskToolSocials;
12492
- timeZone: string;
12492
+ timeZone: ETimeZone;
12493
12493
  note: string;
12494
12494
  postUrlReply: string;
12495
12495
  messageForReply: string;
@@ -12512,7 +12512,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
12512
12512
  action: string;
12513
12513
  timeExecute: Date;
12514
12514
  status: EStatusTaskToolSocials;
12515
- timeZone: string;
12515
+ timeZone: ETimeZone;
12516
12516
  note: string;
12517
12517
  postUrlReply: string;
12518
12518
  messageForReply: string;
@@ -12568,7 +12568,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12568
12568
  action: string;
12569
12569
  timeExecute: Date;
12570
12570
  status: EStatusTaskToolSocials;
12571
- timeZone: string;
12571
+ timeZone: ETimeZone;
12572
12572
  note: string;
12573
12573
  postUrlReply: string;
12574
12574
  messageForReply: string;
@@ -13393,7 +13393,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
13393
13393
  action: string;
13394
13394
  timeExecute: Date;
13395
13395
  status: EStatusTaskToolSocials;
13396
- timeZone: string;
13396
+ timeZone: ETimeZone;
13397
13397
  note: string;
13398
13398
  canvaUrlVideo: string;
13399
13399
  canvaImageThumb: string;
@@ -13459,7 +13459,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
13459
13459
  action: string;
13460
13460
  timeExecute: Date;
13461
13461
  status: EStatusTaskToolSocials;
13462
- timeZone: string;
13462
+ timeZone: ETimeZone;
13463
13463
  note: string;
13464
13464
  folderImageName: string;
13465
13465
  canvaUrlVideo: string;
@@ -13494,7 +13494,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
13494
13494
  action: string;
13495
13495
  timeExecute: Date;
13496
13496
  status: EStatusTaskToolSocials;
13497
- timeZone: string;
13497
+ timeZone: ETimeZone;
13498
13498
  note: string;
13499
13499
  listUsernameFollow: string[];
13500
13500
  }
@@ -13545,7 +13545,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
13545
13545
  action: string;
13546
13546
  timeExecute: Date;
13547
13547
  status: EStatusTaskToolSocials;
13548
- timeZone: string;
13548
+ timeZone: ETimeZone;
13549
13549
  note: string;
13550
13550
  listUsernameFollow: string[];
13551
13551
  }
@@ -13564,7 +13564,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
13564
13564
  action: string;
13565
13565
  timeExecute: Date;
13566
13566
  status: EStatusTaskToolSocials;
13567
- timeZone: string;
13567
+ timeZone: ETimeZone;
13568
13568
  note: string;
13569
13569
  postUrlReply: string;
13570
13570
  messageForReply: string;
@@ -13620,7 +13620,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
13620
13620
  action: string;
13621
13621
  timeExecute: Date;
13622
13622
  status: EStatusTaskToolSocials;
13623
- timeZone: string;
13623
+ timeZone: ETimeZone;
13624
13624
  note: string;
13625
13625
  postUrlReply: string;
13626
13626
  messageForReply: string;
@@ -13644,7 +13644,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13644
13644
  action: string;
13645
13645
  timeExecute: Date;
13646
13646
  status: EStatusTaskToolSocials;
13647
- timeZone: string;
13647
+ timeZone: ETimeZone;
13648
13648
  note: string;
13649
13649
  postUrlReply: string;
13650
13650
  messageForReply: string;
@@ -13700,7 +13700,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
13700
13700
  action: string;
13701
13701
  timeExecute: Date;
13702
13702
  status: EStatusTaskToolSocials;
13703
- timeZone: string;
13703
+ timeZone: ETimeZone;
13704
13704
  note: string;
13705
13705
  postUrlReply: string;
13706
13706
  messageForReply: string;
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 {
@@ -11716,7 +11716,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
11716
11716
  action: string;
11717
11717
  timeExecute: Date;
11718
11718
  status: EStatusTaskToolSocials;
11719
- timeZone: string;
11719
+ timeZone: ETimeZone;
11720
11720
  note: string;
11721
11721
  listBlockUserName: string[];
11722
11722
  listRestrictUserName: string[];
@@ -11769,7 +11769,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
11769
11769
  action: string;
11770
11770
  timeExecute: Date;
11771
11771
  status: EStatusTaskToolSocials;
11772
- timeZone: string;
11772
+ timeZone: ETimeZone;
11773
11773
  note: string;
11774
11774
  listBlockUserName: string[];
11775
11775
  listRestrictUserName: string[];
@@ -11791,7 +11791,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
11791
11791
  action: string;
11792
11792
  timeExecute: Date;
11793
11793
  status: EStatusTaskToolSocials;
11794
- timeZone: string;
11794
+ timeZone: ETimeZone;
11795
11795
  note: string;
11796
11796
  oldUserName: string;
11797
11797
  typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
@@ -11861,7 +11861,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
11861
11861
  action: string;
11862
11862
  timeExecute: Date;
11863
11863
  status: EStatusTaskToolSocials;
11864
- timeZone: string;
11864
+ timeZone: ETimeZone;
11865
11865
  note: string;
11866
11866
  typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
11867
11867
  changeUserNameNew: string;
@@ -12005,7 +12005,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
12005
12005
  action: string;
12006
12006
  timeExecute: Date;
12007
12007
  status: EStatusTaskToolSocials;
12008
- timeZone: string;
12008
+ timeZone: ETimeZone;
12009
12009
  note: string;
12010
12010
  listUsernameFollow: string[];
12011
12011
  }
@@ -12056,7 +12056,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
12056
12056
  action: string;
12057
12057
  timeExecute: Date;
12058
12058
  status: EStatusTaskToolSocials;
12059
- timeZone: string;
12059
+ timeZone: ETimeZone;
12060
12060
  note: string;
12061
12061
  listUsernameFollow: string[];
12062
12062
  }
@@ -12073,7 +12073,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
12073
12073
  action: string;
12074
12074
  timeExecute: Date;
12075
12075
  status: EStatusTaskToolSocials;
12076
- timeZone: string;
12076
+ timeZone: ETimeZone;
12077
12077
  note: string;
12078
12078
  numberView: number;
12079
12079
  isBasicView: boolean;
@@ -12123,7 +12123,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
12123
12123
  action: string;
12124
12124
  timeExecute: Date;
12125
12125
  status: EStatusTaskToolSocials;
12126
- timeZone: string;
12126
+ timeZone: ETimeZone;
12127
12127
  note: string;
12128
12128
  numberView: number;
12129
12129
  isBasicView: boolean;
@@ -12144,7 +12144,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
12144
12144
  action: string;
12145
12145
  timeExecute: Date;
12146
12146
  status: EStatusTaskToolSocials;
12147
- timeZone: string;
12147
+ timeZone: ETimeZone;
12148
12148
  note: string;
12149
12149
  numberView: number;
12150
12150
  isLike: boolean;
@@ -12193,7 +12193,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
12193
12193
  action: string;
12194
12194
  timeExecute: Date;
12195
12195
  status: EStatusTaskToolSocials;
12196
- timeZone: string;
12196
+ timeZone: ETimeZone;
12197
12197
  note: string;
12198
12198
  numberView: number;
12199
12199
  isLike: boolean;
@@ -12213,7 +12213,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
12213
12213
  action: string;
12214
12214
  timeExecute: Date;
12215
12215
  status: EStatusTaskToolSocials;
12216
- timeZone: string;
12216
+ timeZone: ETimeZone;
12217
12217
  note: string;
12218
12218
  numberView: number;
12219
12219
  isLike: boolean;
@@ -12261,7 +12261,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
12261
12261
  action: string;
12262
12262
  timeExecute: Date;
12263
12263
  status: EStatusTaskToolSocials;
12264
- timeZone: string;
12264
+ timeZone: ETimeZone;
12265
12265
  note: string;
12266
12266
  numberView: number;
12267
12267
  isLike: boolean;
@@ -12281,7 +12281,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12281
12281
  action: string;
12282
12282
  timeExecute: Date;
12283
12283
  status: EStatusTaskToolSocials;
12284
- timeZone: string;
12284
+ timeZone: ETimeZone;
12285
12285
  note: string;
12286
12286
  canvaUrlVideo: string;
12287
12287
  canvaImageThumb: string;
@@ -12373,7 +12373,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12373
12373
  action: string;
12374
12374
  timeExecute: Date;
12375
12375
  status: EStatusTaskToolSocials;
12376
- timeZone: string;
12376
+ timeZone: ETimeZone;
12377
12377
  note: string;
12378
12378
  folderImageName: string;
12379
12379
  canvaUrlVideo: string;
@@ -12433,7 +12433,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
12433
12433
  action: string;
12434
12434
  timeExecute: Date;
12435
12435
  status: EStatusTaskToolSocials;
12436
- timeZone: string;
12436
+ timeZone: ETimeZone;
12437
12437
  note: string;
12438
12438
  postUrlReply: string;
12439
12439
  messageForReply: string;
@@ -12489,7 +12489,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
12489
12489
  action: string;
12490
12490
  timeExecute: Date;
12491
12491
  status: EStatusTaskToolSocials;
12492
- timeZone: string;
12492
+ timeZone: ETimeZone;
12493
12493
  note: string;
12494
12494
  postUrlReply: string;
12495
12495
  messageForReply: string;
@@ -12512,7 +12512,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
12512
12512
  action: string;
12513
12513
  timeExecute: Date;
12514
12514
  status: EStatusTaskToolSocials;
12515
- timeZone: string;
12515
+ timeZone: ETimeZone;
12516
12516
  note: string;
12517
12517
  postUrlReply: string;
12518
12518
  messageForReply: string;
@@ -12568,7 +12568,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
12568
12568
  action: string;
12569
12569
  timeExecute: Date;
12570
12570
  status: EStatusTaskToolSocials;
12571
- timeZone: string;
12571
+ timeZone: ETimeZone;
12572
12572
  note: string;
12573
12573
  postUrlReply: string;
12574
12574
  messageForReply: string;
@@ -13393,7 +13393,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
13393
13393
  action: string;
13394
13394
  timeExecute: Date;
13395
13395
  status: EStatusTaskToolSocials;
13396
- timeZone: string;
13396
+ timeZone: ETimeZone;
13397
13397
  note: string;
13398
13398
  canvaUrlVideo: string;
13399
13399
  canvaImageThumb: string;
@@ -13459,7 +13459,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
13459
13459
  action: string;
13460
13460
  timeExecute: Date;
13461
13461
  status: EStatusTaskToolSocials;
13462
- timeZone: string;
13462
+ timeZone: ETimeZone;
13463
13463
  note: string;
13464
13464
  folderImageName: string;
13465
13465
  canvaUrlVideo: string;
@@ -13494,7 +13494,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
13494
13494
  action: string;
13495
13495
  timeExecute: Date;
13496
13496
  status: EStatusTaskToolSocials;
13497
- timeZone: string;
13497
+ timeZone: ETimeZone;
13498
13498
  note: string;
13499
13499
  listUsernameFollow: string[];
13500
13500
  }
@@ -13545,7 +13545,7 @@ interface ITaskThreadsFollowELS extends IBaseELS {
13545
13545
  action: string;
13546
13546
  timeExecute: Date;
13547
13547
  status: EStatusTaskToolSocials;
13548
- timeZone: string;
13548
+ timeZone: ETimeZone;
13549
13549
  note: string;
13550
13550
  listUsernameFollow: string[];
13551
13551
  }
@@ -13564,7 +13564,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
13564
13564
  action: string;
13565
13565
  timeExecute: Date;
13566
13566
  status: EStatusTaskToolSocials;
13567
- timeZone: string;
13567
+ timeZone: ETimeZone;
13568
13568
  note: string;
13569
13569
  postUrlReply: string;
13570
13570
  messageForReply: string;
@@ -13620,7 +13620,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
13620
13620
  action: string;
13621
13621
  timeExecute: Date;
13622
13622
  status: EStatusTaskToolSocials;
13623
- timeZone: string;
13623
+ timeZone: ETimeZone;
13624
13624
  note: string;
13625
13625
  postUrlReply: string;
13626
13626
  messageForReply: string;
@@ -13644,7 +13644,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13644
13644
  action: string;
13645
13645
  timeExecute: Date;
13646
13646
  status: EStatusTaskToolSocials;
13647
- timeZone: string;
13647
+ timeZone: ETimeZone;
13648
13648
  note: string;
13649
13649
  postUrlReply: string;
13650
13650
  messageForReply: string;
@@ -13700,7 +13700,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
13700
13700
  action: string;
13701
13701
  timeExecute: Date;
13702
13702
  status: EStatusTaskToolSocials;
13703
- timeZone: string;
13703
+ timeZone: ETimeZone;
13704
13704
  note: string;
13705
13705
  postUrlReply: string;
13706
13706
  messageForReply: string;
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.150",
3
+ "version": "5.4.152",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",