automation-lib 5.4.59 → 5.4.60

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[];
@@ -10279,10 +10387,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10387
  }
10280
10388
 
10281
10389
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10390
+ account: string | IInstagramAccountRaw;
10282
10391
  sheetUrl: string;
10283
10392
  sheetName: string;
10284
10393
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10394
  deviceKey: string;
10287
10395
  minuteWaiting: number;
10288
10396
  isTimeUS: boolean;
@@ -10302,6 +10410,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10410
  canvaImagePage3: string;
10303
10411
  canvaImagePage4: string;
10304
10412
  canvaImagePage5: string;
10413
+ urlVoicePage1GenAI: string;
10414
+ urlVoicePage3456GenAI: string;
10415
+ urlImageThumbGenAI: string;
10416
+ urlImagePage1GenAI: string;
10417
+ urlImagePage2GenAI: string;
10418
+ urlImagePage3GenAI: string;
10419
+ urlImagePage4GenAI: string;
10420
+ urlImagePage5GenAI: string;
10305
10421
  username: string;
10306
10422
  contentPost: string;
10307
10423
  nicheLinkCategory: string;
@@ -10322,9 +10438,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10438
  linkAddHistory: string;
10323
10439
  commentPostMe: string;
10324
10440
  tagUserPostMe: string;
10325
- typePost: string;
10441
+ typePost: TPost;
10326
10442
  postStyle: string;
10443
+ statusLogin: EStatusAccountSocialLogin;
10444
+ statusSocial: EStatusAccountSocial;
10327
10445
  statusPost: string;
10446
+ linkPost: string;
10447
+ noteFix: string;
10328
10448
  }
10329
10449
 
10330
10450
  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[];
@@ -10279,10 +10387,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10387
  }
10280
10388
 
10281
10389
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10390
+ account: string | IInstagramAccountRaw;
10282
10391
  sheetUrl: string;
10283
10392
  sheetName: string;
10284
10393
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10394
  deviceKey: string;
10287
10395
  minuteWaiting: number;
10288
10396
  isTimeUS: boolean;
@@ -10302,6 +10410,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10410
  canvaImagePage3: string;
10303
10411
  canvaImagePage4: string;
10304
10412
  canvaImagePage5: string;
10413
+ urlVoicePage1GenAI: string;
10414
+ urlVoicePage3456GenAI: string;
10415
+ urlImageThumbGenAI: string;
10416
+ urlImagePage1GenAI: string;
10417
+ urlImagePage2GenAI: string;
10418
+ urlImagePage3GenAI: string;
10419
+ urlImagePage4GenAI: string;
10420
+ urlImagePage5GenAI: string;
10305
10421
  username: string;
10306
10422
  contentPost: string;
10307
10423
  nicheLinkCategory: string;
@@ -10322,9 +10438,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10438
  linkAddHistory: string;
10323
10439
  commentPostMe: string;
10324
10440
  tagUserPostMe: string;
10325
- typePost: string;
10441
+ typePost: TPost;
10326
10442
  postStyle: string;
10443
+ statusLogin: EStatusAccountSocialLogin;
10444
+ statusSocial: EStatusAccountSocial;
10327
10445
  statusPost: string;
10446
+ linkPost: string;
10447
+ noteFix: string;
10328
10448
  }
10329
10449
 
10330
10450
  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.60",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",