automation-lib 5.4.59 → 5.4.61

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
@@ -6137,7 +6137,18 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
6137
6137
  device: string;
6138
6138
  accountGroup: string;
6139
6139
  account: string;
6140
+ listRunTimes: Array<{
6141
+ typePost: TPost;
6142
+ listTimes: Array<string>;
6143
+ }>;
6144
+ dayOfWeeks: Array<string>;
6145
+ numberCommentsForPostMeFrom: number;
6146
+ numberCommentsForPostMeTo: number;
6147
+ delayTimeCommentFrom: number;
6148
+ delayTimeCommentTo: number;
6149
+ isTimeUs: boolean;
6140
6150
  status: EStatusActive;
6151
+ isAddAILable: boolean;
6141
6152
  }
6142
6153
  interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6143
6154
  idea: string[];
@@ -6441,6 +6452,103 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6441
6452
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6442
6453
  }
6443
6454
  interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
6455
+ idea: string;
6456
+ niche: string;
6457
+ type: ETypeManagerWorkClassify;
6458
+ pc: string;
6459
+ device: string;
6460
+ accountGroup: string;
6461
+ account: string;
6462
+ sstAccount: string;
6463
+ accountID: string;
6464
+ sheetUrl: string;
6465
+ sheetName: string;
6466
+ typeSocial: ETypeSocial;
6467
+ deviceKey: string;
6468
+ minuteWaiting: number;
6469
+ isTimeUS: boolean;
6470
+ dayOfWeek: string;
6471
+ timeStart: Date;
6472
+ timeEnd: Date;
6473
+ service: string;
6474
+ action: string;
6475
+ timeExecute: Date;
6476
+ status: EStatusTaskToolSocials;
6477
+ dayOfWeekUS: string;
6478
+ timeExecuteUS: Date;
6479
+ canvaUrlVideo: string;
6480
+ canvaImageThumb: string;
6481
+ canvaImagePage1: string;
6482
+ canvaImagePage2: string;
6483
+ canvaImagePage3: string;
6484
+ canvaImagePage4: string;
6485
+ canvaImagePage5: string;
6486
+ username: string;
6487
+ contentPost: string;
6488
+ nicheLinkCategory: string;
6489
+ titlePool: string;
6490
+ pool1: string;
6491
+ pool2: string;
6492
+ pool3: string;
6493
+ textFirstPage2: string;
6494
+ textSecondPage2: string;
6495
+ textPage6: string;
6496
+ voicePage1: string;
6497
+ voicePage3456: string;
6498
+ addMusic: string;
6499
+ tagUserName: string;
6500
+ tagCollaborator: string;
6501
+ addLocation: string;
6502
+ historyName: string;
6503
+ linkAddHistory: string;
6504
+ commentPostMe: string;
6505
+ tagUserPostMe: string;
6506
+ typePost: TPost;
6507
+ postStyle: string;
6508
+ statusLogin: EStatusAccountSocialLogin;
6509
+ statusSocial: EStatusAccountSocial;
6510
+ statusPost: string;
6511
+ urlVoicePage1GenAI: string;
6512
+ urlVoicePage3456GenAI: string;
6513
+ urlImageThumbGenAI: string;
6514
+ urlImagePage1GenAI: string;
6515
+ urlImagePage2GenAI: string;
6516
+ urlImagePage3GenAI: string;
6517
+ urlImagePage4GenAI: string;
6518
+ urlImagePage5GenAI: string;
6519
+ linkPost: string;
6520
+ noteFix: string;
6521
+ folderNameImage: string;
6522
+ pcInfo: {
6523
+ name: string;
6524
+ department: string;
6525
+ leader: string;
6526
+ member: string;
6527
+ };
6528
+ deviceInfo: {
6529
+ key: string;
6530
+ name: string;
6531
+ type: ETypeDeviceOS;
6532
+ typeAppClone: string;
6533
+ nameAppClone: string;
6534
+ nameAppCloneSocial: string;
6535
+ };
6536
+ proxyInfo: {
6537
+ id: string;
6538
+ type: ETypeProxy;
6539
+ proxyStr: string;
6540
+ status: string;
6541
+ numberRunDevice: string;
6542
+ };
6543
+ vpnInfo: {
6544
+ id: string;
6545
+ email: string;
6546
+ password: string;
6547
+ code2FA: string;
6548
+ emailRecover: string;
6549
+ type: ETypeAccountVPN;
6550
+ status: EStatusAccountVPN;
6551
+ };
6444
6552
  }
6445
6553
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6446
6554
  idea: string[];
@@ -9844,6 +9952,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9844
9952
  typePost: string;
9845
9953
  stylePost: string;
9846
9954
  historyName: string;
9955
+ linkAddHistory: string;
9847
9956
  }
9848
9957
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9849
9958
  idea: IBaseRefFieldELS;
@@ -9872,6 +9981,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9872
9981
  typePost: string;
9873
9982
  stylePost: string;
9874
9983
  historyName: string;
9984
+ linkAddHistory: string;
9875
9985
  }
9876
9986
 
9877
9987
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10279,10 +10389,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10389
  }
10280
10390
 
10281
10391
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10392
+ account: string | IInstagramAccountRaw;
10282
10393
  sheetUrl: string;
10283
10394
  sheetName: string;
10284
10395
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10396
  deviceKey: string;
10287
10397
  minuteWaiting: number;
10288
10398
  isTimeUS: boolean;
@@ -10302,6 +10412,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10412
  canvaImagePage3: string;
10303
10413
  canvaImagePage4: string;
10304
10414
  canvaImagePage5: string;
10415
+ urlVoicePage1GenAI: string;
10416
+ urlVoicePage3456GenAI: string;
10417
+ urlImageThumbGenAI: string;
10418
+ urlImagePage1GenAI: string;
10419
+ urlImagePage2GenAI: string;
10420
+ urlImagePage3GenAI: string;
10421
+ urlImagePage4GenAI: string;
10422
+ urlImagePage5GenAI: string;
10305
10423
  username: string;
10306
10424
  contentPost: string;
10307
10425
  nicheLinkCategory: string;
@@ -10322,9 +10440,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10440
  linkAddHistory: string;
10323
10441
  commentPostMe: string;
10324
10442
  tagUserPostMe: string;
10325
- typePost: string;
10443
+ typePost: TPost;
10326
10444
  postStyle: string;
10445
+ statusLogin: EStatusAccountSocialLogin;
10446
+ statusSocial: EStatusAccountSocial;
10327
10447
  statusPost: string;
10448
+ linkPost: string;
10449
+ noteFix: string;
10328
10450
  }
10329
10451
 
10330
10452
  interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -6137,7 +6137,18 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
6137
6137
  device: string;
6138
6138
  accountGroup: string;
6139
6139
  account: string;
6140
+ listRunTimes: Array<{
6141
+ typePost: TPost;
6142
+ listTimes: Array<string>;
6143
+ }>;
6144
+ dayOfWeeks: Array<string>;
6145
+ numberCommentsForPostMeFrom: number;
6146
+ numberCommentsForPostMeTo: number;
6147
+ delayTimeCommentFrom: number;
6148
+ delayTimeCommentTo: number;
6149
+ isTimeUs: boolean;
6140
6150
  status: EStatusActive;
6151
+ isAddAILable: boolean;
6141
6152
  }
6142
6153
  interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6143
6154
  idea: string[];
@@ -6441,6 +6452,103 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6441
6452
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6442
6453
  }
6443
6454
  interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
6455
+ idea: string;
6456
+ niche: string;
6457
+ type: ETypeManagerWorkClassify;
6458
+ pc: string;
6459
+ device: string;
6460
+ accountGroup: string;
6461
+ account: string;
6462
+ sstAccount: string;
6463
+ accountID: string;
6464
+ sheetUrl: string;
6465
+ sheetName: string;
6466
+ typeSocial: ETypeSocial;
6467
+ deviceKey: string;
6468
+ minuteWaiting: number;
6469
+ isTimeUS: boolean;
6470
+ dayOfWeek: string;
6471
+ timeStart: Date;
6472
+ timeEnd: Date;
6473
+ service: string;
6474
+ action: string;
6475
+ timeExecute: Date;
6476
+ status: EStatusTaskToolSocials;
6477
+ dayOfWeekUS: string;
6478
+ timeExecuteUS: Date;
6479
+ canvaUrlVideo: string;
6480
+ canvaImageThumb: string;
6481
+ canvaImagePage1: string;
6482
+ canvaImagePage2: string;
6483
+ canvaImagePage3: string;
6484
+ canvaImagePage4: string;
6485
+ canvaImagePage5: string;
6486
+ username: string;
6487
+ contentPost: string;
6488
+ nicheLinkCategory: string;
6489
+ titlePool: string;
6490
+ pool1: string;
6491
+ pool2: string;
6492
+ pool3: string;
6493
+ textFirstPage2: string;
6494
+ textSecondPage2: string;
6495
+ textPage6: string;
6496
+ voicePage1: string;
6497
+ voicePage3456: string;
6498
+ addMusic: string;
6499
+ tagUserName: string;
6500
+ tagCollaborator: string;
6501
+ addLocation: string;
6502
+ historyName: string;
6503
+ linkAddHistory: string;
6504
+ commentPostMe: string;
6505
+ tagUserPostMe: string;
6506
+ typePost: TPost;
6507
+ postStyle: string;
6508
+ statusLogin: EStatusAccountSocialLogin;
6509
+ statusSocial: EStatusAccountSocial;
6510
+ statusPost: string;
6511
+ urlVoicePage1GenAI: string;
6512
+ urlVoicePage3456GenAI: string;
6513
+ urlImageThumbGenAI: string;
6514
+ urlImagePage1GenAI: string;
6515
+ urlImagePage2GenAI: string;
6516
+ urlImagePage3GenAI: string;
6517
+ urlImagePage4GenAI: string;
6518
+ urlImagePage5GenAI: string;
6519
+ linkPost: string;
6520
+ noteFix: string;
6521
+ folderNameImage: string;
6522
+ pcInfo: {
6523
+ name: string;
6524
+ department: string;
6525
+ leader: string;
6526
+ member: string;
6527
+ };
6528
+ deviceInfo: {
6529
+ key: string;
6530
+ name: string;
6531
+ type: ETypeDeviceOS;
6532
+ typeAppClone: string;
6533
+ nameAppClone: string;
6534
+ nameAppCloneSocial: string;
6535
+ };
6536
+ proxyInfo: {
6537
+ id: string;
6538
+ type: ETypeProxy;
6539
+ proxyStr: string;
6540
+ status: string;
6541
+ numberRunDevice: string;
6542
+ };
6543
+ vpnInfo: {
6544
+ id: string;
6545
+ email: string;
6546
+ password: string;
6547
+ code2FA: string;
6548
+ emailRecover: string;
6549
+ type: ETypeAccountVPN;
6550
+ status: EStatusAccountVPN;
6551
+ };
6444
6552
  }
6445
6553
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6446
6554
  idea: string[];
@@ -9844,6 +9952,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9844
9952
  typePost: string;
9845
9953
  stylePost: string;
9846
9954
  historyName: string;
9955
+ linkAddHistory: string;
9847
9956
  }
9848
9957
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9849
9958
  idea: IBaseRefFieldELS;
@@ -9872,6 +9981,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9872
9981
  typePost: string;
9873
9982
  stylePost: string;
9874
9983
  historyName: string;
9984
+ linkAddHistory: string;
9875
9985
  }
9876
9986
 
9877
9987
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10279,10 +10389,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10389
  }
10280
10390
 
10281
10391
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10392
+ account: string | IInstagramAccountRaw;
10282
10393
  sheetUrl: string;
10283
10394
  sheetName: string;
10284
10395
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10396
  deviceKey: string;
10287
10397
  minuteWaiting: number;
10288
10398
  isTimeUS: boolean;
@@ -10302,6 +10412,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10412
  canvaImagePage3: string;
10303
10413
  canvaImagePage4: string;
10304
10414
  canvaImagePage5: string;
10415
+ urlVoicePage1GenAI: string;
10416
+ urlVoicePage3456GenAI: string;
10417
+ urlImageThumbGenAI: string;
10418
+ urlImagePage1GenAI: string;
10419
+ urlImagePage2GenAI: string;
10420
+ urlImagePage3GenAI: string;
10421
+ urlImagePage4GenAI: string;
10422
+ urlImagePage5GenAI: string;
10305
10423
  username: string;
10306
10424
  contentPost: string;
10307
10425
  nicheLinkCategory: string;
@@ -10322,9 +10440,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10440
  linkAddHistory: string;
10323
10441
  commentPostMe: string;
10324
10442
  tagUserPostMe: string;
10325
- typePost: string;
10443
+ typePost: TPost;
10326
10444
  postStyle: string;
10445
+ statusLogin: EStatusAccountSocialLogin;
10446
+ statusSocial: EStatusAccountSocial;
10327
10447
  statusPost: string;
10448
+ linkPost: string;
10449
+ noteFix: string;
10328
10450
  }
10329
10451
 
10330
10452
  interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.59",
3
+ "version": "5.4.61",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",