automation-lib 6.6.591 → 6.6.593
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 +12 -12
- package/dist/index.d.ts +12 -12
- package/dist/index.js +12 -46
- package/dist/index.mjs +12 -46
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -284,6 +284,7 @@ declare namespace index$k {
|
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
declare const CONST_ROLES: {
|
|
287
|
+
NotificationSystem: string;
|
|
287
288
|
Dashboard: {
|
|
288
289
|
Instagram: string;
|
|
289
290
|
Threads: string;
|
|
@@ -303,13 +304,17 @@ declare const CONST_ROLES: {
|
|
|
303
304
|
TokenJsonManager: string;
|
|
304
305
|
SystemActions: string;
|
|
305
306
|
};
|
|
306
|
-
NotificationSystem: string;
|
|
307
307
|
Permissions: {
|
|
308
308
|
Users: string;
|
|
309
309
|
Teams: string;
|
|
310
310
|
Departments: string;
|
|
311
311
|
Roles: string;
|
|
312
312
|
};
|
|
313
|
+
BlogSystem: {
|
|
314
|
+
Categories: string;
|
|
315
|
+
Blogs: string;
|
|
316
|
+
BlogsView: string;
|
|
317
|
+
};
|
|
313
318
|
WorkSpaces: {
|
|
314
319
|
TaskJobs: string;
|
|
315
320
|
AllReportManagers: string;
|
|
@@ -331,8 +336,8 @@ declare const CONST_ROLES: {
|
|
|
331
336
|
PcAutoToolView: string;
|
|
332
337
|
};
|
|
333
338
|
DeviceAuto: {
|
|
334
|
-
DeviceSystemLog: string;
|
|
335
339
|
DeviceInfo: string;
|
|
340
|
+
DeviceSystemLog: string;
|
|
336
341
|
};
|
|
337
342
|
Infrastructure: {
|
|
338
343
|
Proxy: string;
|
|
@@ -377,14 +382,14 @@ declare const CONST_ROLES: {
|
|
|
377
382
|
WorkFlow: string;
|
|
378
383
|
};
|
|
379
384
|
};
|
|
380
|
-
SocialManualContent: {
|
|
381
|
-
InstagramTaskContent: string;
|
|
382
|
-
ThreadsTaskContent: string;
|
|
383
|
-
};
|
|
384
385
|
DraftContentSocial: {
|
|
385
386
|
InstagramDraftContent: string;
|
|
386
387
|
ThreadsDraftContent: string;
|
|
387
388
|
};
|
|
389
|
+
SocialManualContent: {
|
|
390
|
+
InstagramTaskContent: string;
|
|
391
|
+
ThreadsTaskContent: string;
|
|
392
|
+
};
|
|
388
393
|
ToolsManagement: {
|
|
389
394
|
Instagram: {
|
|
390
395
|
SheetTool: string;
|
|
@@ -435,11 +440,6 @@ declare const CONST_ROLES: {
|
|
|
435
440
|
AutoChangeBrowser: {
|
|
436
441
|
EmailAll: string;
|
|
437
442
|
};
|
|
438
|
-
BlogSystem: {
|
|
439
|
-
Categories: string;
|
|
440
|
-
Blogs: string;
|
|
441
|
-
BlogsView: string;
|
|
442
|
-
};
|
|
443
443
|
ImageSystem: {
|
|
444
444
|
ImagesSystem: string;
|
|
445
445
|
ImagesAI: string;
|
|
@@ -14718,7 +14718,7 @@ interface UpdateDeviceDto {
|
|
|
14718
14718
|
organization: {
|
|
14719
14719
|
department: string;
|
|
14720
14720
|
team: string;
|
|
14721
|
-
user: string;
|
|
14721
|
+
user: string[];
|
|
14722
14722
|
};
|
|
14723
14723
|
network: {
|
|
14724
14724
|
pcName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -284,6 +284,7 @@ declare namespace index$k {
|
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
declare const CONST_ROLES: {
|
|
287
|
+
NotificationSystem: string;
|
|
287
288
|
Dashboard: {
|
|
288
289
|
Instagram: string;
|
|
289
290
|
Threads: string;
|
|
@@ -303,13 +304,17 @@ declare const CONST_ROLES: {
|
|
|
303
304
|
TokenJsonManager: string;
|
|
304
305
|
SystemActions: string;
|
|
305
306
|
};
|
|
306
|
-
NotificationSystem: string;
|
|
307
307
|
Permissions: {
|
|
308
308
|
Users: string;
|
|
309
309
|
Teams: string;
|
|
310
310
|
Departments: string;
|
|
311
311
|
Roles: string;
|
|
312
312
|
};
|
|
313
|
+
BlogSystem: {
|
|
314
|
+
Categories: string;
|
|
315
|
+
Blogs: string;
|
|
316
|
+
BlogsView: string;
|
|
317
|
+
};
|
|
313
318
|
WorkSpaces: {
|
|
314
319
|
TaskJobs: string;
|
|
315
320
|
AllReportManagers: string;
|
|
@@ -331,8 +336,8 @@ declare const CONST_ROLES: {
|
|
|
331
336
|
PcAutoToolView: string;
|
|
332
337
|
};
|
|
333
338
|
DeviceAuto: {
|
|
334
|
-
DeviceSystemLog: string;
|
|
335
339
|
DeviceInfo: string;
|
|
340
|
+
DeviceSystemLog: string;
|
|
336
341
|
};
|
|
337
342
|
Infrastructure: {
|
|
338
343
|
Proxy: string;
|
|
@@ -377,14 +382,14 @@ declare const CONST_ROLES: {
|
|
|
377
382
|
WorkFlow: string;
|
|
378
383
|
};
|
|
379
384
|
};
|
|
380
|
-
SocialManualContent: {
|
|
381
|
-
InstagramTaskContent: string;
|
|
382
|
-
ThreadsTaskContent: string;
|
|
383
|
-
};
|
|
384
385
|
DraftContentSocial: {
|
|
385
386
|
InstagramDraftContent: string;
|
|
386
387
|
ThreadsDraftContent: string;
|
|
387
388
|
};
|
|
389
|
+
SocialManualContent: {
|
|
390
|
+
InstagramTaskContent: string;
|
|
391
|
+
ThreadsTaskContent: string;
|
|
392
|
+
};
|
|
388
393
|
ToolsManagement: {
|
|
389
394
|
Instagram: {
|
|
390
395
|
SheetTool: string;
|
|
@@ -435,11 +440,6 @@ declare const CONST_ROLES: {
|
|
|
435
440
|
AutoChangeBrowser: {
|
|
436
441
|
EmailAll: string;
|
|
437
442
|
};
|
|
438
|
-
BlogSystem: {
|
|
439
|
-
Categories: string;
|
|
440
|
-
Blogs: string;
|
|
441
|
-
BlogsView: string;
|
|
442
|
-
};
|
|
443
443
|
ImageSystem: {
|
|
444
444
|
ImagesSystem: string;
|
|
445
445
|
ImagesAI: string;
|
|
@@ -14718,7 +14718,7 @@ interface UpdateDeviceDto {
|
|
|
14718
14718
|
organization: {
|
|
14719
14719
|
department: string;
|
|
14720
14720
|
team: string;
|
|
14721
|
-
user: string;
|
|
14721
|
+
user: string[];
|
|
14722
14722
|
};
|
|
14723
14723
|
network: {
|
|
14724
14724
|
pcName: string;
|
package/dist/index.js
CHANGED
|
@@ -637,6 +637,7 @@ __export(values_exports, {
|
|
|
637
637
|
|
|
638
638
|
// src/constants/values/role.constant.ts
|
|
639
639
|
var CONST_ROLES = {
|
|
640
|
+
NotificationSystem: "NotificationSystem",
|
|
640
641
|
Dashboard: {
|
|
641
642
|
Instagram: "Instagram",
|
|
642
643
|
Threads: "Threads",
|
|
@@ -656,13 +657,17 @@ var CONST_ROLES = {
|
|
|
656
657
|
TokenJsonManager: "TokenJsonManager",
|
|
657
658
|
SystemActions: "SystemActions"
|
|
658
659
|
},
|
|
659
|
-
NotificationSystem: "NotificationSystem",
|
|
660
660
|
Permissions: {
|
|
661
661
|
Users: "Users",
|
|
662
662
|
Teams: "Teams",
|
|
663
663
|
Departments: "Departments",
|
|
664
664
|
Roles: "Roles"
|
|
665
665
|
},
|
|
666
|
+
BlogSystem: {
|
|
667
|
+
Categories: "Categories",
|
|
668
|
+
Blogs: "Blogs",
|
|
669
|
+
BlogsView: "BlogsView"
|
|
670
|
+
},
|
|
666
671
|
WorkSpaces: {
|
|
667
672
|
TaskJobs: "TaskJobs",
|
|
668
673
|
AllReportManagers: "AllReportManagers"
|
|
@@ -684,8 +689,8 @@ var CONST_ROLES = {
|
|
|
684
689
|
PcAutoToolView: "PcAutoToolView"
|
|
685
690
|
},
|
|
686
691
|
DeviceAuto: {
|
|
687
|
-
|
|
688
|
-
|
|
692
|
+
DeviceInfo: "DeviceInfo",
|
|
693
|
+
DeviceSystemLog: "DeviceSystemLog"
|
|
689
694
|
},
|
|
690
695
|
Infrastructure: {
|
|
691
696
|
Proxy: "Proxy",
|
|
@@ -715,15 +720,6 @@ var CONST_ROLES = {
|
|
|
715
720
|
GroupsAccount: "GroupsAccount",
|
|
716
721
|
EmailManager: "EmailManager"
|
|
717
722
|
}
|
|
718
|
-
// Facebook: "Facebook",
|
|
719
|
-
// X: "X",
|
|
720
|
-
// Pinterest: "Pinterest",
|
|
721
|
-
// Tiktok: "Tiktok",
|
|
722
|
-
// Youtube: "Youtube",
|
|
723
|
-
// Quora: "Quora",
|
|
724
|
-
// Medium: "Medium",
|
|
725
|
-
// Reddit: "Reddit",
|
|
726
|
-
// Tumblt: "Tumblt",
|
|
727
723
|
},
|
|
728
724
|
SetupSocialAuto: {
|
|
729
725
|
Instagram: {
|
|
@@ -738,24 +734,15 @@ var CONST_ROLES = {
|
|
|
738
734
|
TaskSocialAuto: "TaskSocialAuto",
|
|
739
735
|
WorkFlow: "WorkFlow"
|
|
740
736
|
}
|
|
741
|
-
// Facebook: "Facebook",
|
|
742
|
-
// X: "X",
|
|
743
|
-
// Pinterest: "Pinterest",
|
|
744
|
-
// Tiktok: "Tiktok",
|
|
745
|
-
// Youtube: "Youtube",
|
|
746
|
-
// Quora: "Quora",
|
|
747
|
-
// Medium: "Medium",
|
|
748
|
-
// Reddit: "Reddit",
|
|
749
|
-
// Tumblt: "Tumblt",
|
|
750
|
-
},
|
|
751
|
-
SocialManualContent: {
|
|
752
|
-
InstagramTaskContent: "InstagramTaskContent",
|
|
753
|
-
ThreadsTaskContent: "ThreadsTaskContent"
|
|
754
737
|
},
|
|
755
738
|
DraftContentSocial: {
|
|
756
739
|
InstagramDraftContent: "InstagramDraftContent",
|
|
757
740
|
ThreadsDraftContent: "ThreadsDraftContent"
|
|
758
741
|
},
|
|
742
|
+
SocialManualContent: {
|
|
743
|
+
InstagramTaskContent: "InstagramTaskContent",
|
|
744
|
+
ThreadsTaskContent: "ThreadsTaskContent"
|
|
745
|
+
},
|
|
759
746
|
ToolsManagement: {
|
|
760
747
|
Instagram: {
|
|
761
748
|
SheetTool: "SheetTool"
|
|
@@ -763,15 +750,6 @@ var CONST_ROLES = {
|
|
|
763
750
|
Threads: {
|
|
764
751
|
SheetTool: "SheetTool"
|
|
765
752
|
}
|
|
766
|
-
// Facebook: "Facebook",
|
|
767
|
-
// X: "X",
|
|
768
|
-
// Pinterest: "Pinterest",
|
|
769
|
-
// Tiktok: "Tiktok",
|
|
770
|
-
// Youtube: "Youtube",
|
|
771
|
-
// Quora: "Quora",
|
|
772
|
-
// Medium: "Medium",
|
|
773
|
-
// Reddit: "Reddit",
|
|
774
|
-
// Tumblt: "Tumblt",
|
|
775
753
|
},
|
|
776
754
|
PCSheetPostManager: {
|
|
777
755
|
PcToolAddSheetPost: "PcToolAddSheetPost",
|
|
@@ -815,22 +793,10 @@ var CONST_ROLES = {
|
|
|
815
793
|
AutoChangeBrowser: {
|
|
816
794
|
EmailAll: "EmailAll"
|
|
817
795
|
},
|
|
818
|
-
BlogSystem: {
|
|
819
|
-
Categories: "Categories",
|
|
820
|
-
Blogs: "Blogs",
|
|
821
|
-
BlogsView: "BlogsView"
|
|
822
|
-
},
|
|
823
796
|
ImageSystem: {
|
|
824
797
|
ImagesSystem: "ImagesSystem",
|
|
825
798
|
ImagesAI: "ImagesAI"
|
|
826
799
|
}
|
|
827
|
-
// AccountAIManagement: {
|
|
828
|
-
// ContentAI: "ContentAI",
|
|
829
|
-
// ImageAI: "ImageAI",
|
|
830
|
-
// VoiceAI: "VoiceAI",
|
|
831
|
-
// CanvaAI: "CanvaAI",
|
|
832
|
-
// },
|
|
833
|
-
// HistoryManagement: {},
|
|
834
800
|
};
|
|
835
801
|
|
|
836
802
|
// src/constants/values/time-range.constant.ts
|
package/dist/index.mjs
CHANGED
|
@@ -315,6 +315,7 @@ __export(values_exports, {
|
|
|
315
315
|
|
|
316
316
|
// src/constants/values/role.constant.ts
|
|
317
317
|
var CONST_ROLES = {
|
|
318
|
+
NotificationSystem: "NotificationSystem",
|
|
318
319
|
Dashboard: {
|
|
319
320
|
Instagram: "Instagram",
|
|
320
321
|
Threads: "Threads",
|
|
@@ -334,13 +335,17 @@ var CONST_ROLES = {
|
|
|
334
335
|
TokenJsonManager: "TokenJsonManager",
|
|
335
336
|
SystemActions: "SystemActions"
|
|
336
337
|
},
|
|
337
|
-
NotificationSystem: "NotificationSystem",
|
|
338
338
|
Permissions: {
|
|
339
339
|
Users: "Users",
|
|
340
340
|
Teams: "Teams",
|
|
341
341
|
Departments: "Departments",
|
|
342
342
|
Roles: "Roles"
|
|
343
343
|
},
|
|
344
|
+
BlogSystem: {
|
|
345
|
+
Categories: "Categories",
|
|
346
|
+
Blogs: "Blogs",
|
|
347
|
+
BlogsView: "BlogsView"
|
|
348
|
+
},
|
|
344
349
|
WorkSpaces: {
|
|
345
350
|
TaskJobs: "TaskJobs",
|
|
346
351
|
AllReportManagers: "AllReportManagers"
|
|
@@ -362,8 +367,8 @@ var CONST_ROLES = {
|
|
|
362
367
|
PcAutoToolView: "PcAutoToolView"
|
|
363
368
|
},
|
|
364
369
|
DeviceAuto: {
|
|
365
|
-
|
|
366
|
-
|
|
370
|
+
DeviceInfo: "DeviceInfo",
|
|
371
|
+
DeviceSystemLog: "DeviceSystemLog"
|
|
367
372
|
},
|
|
368
373
|
Infrastructure: {
|
|
369
374
|
Proxy: "Proxy",
|
|
@@ -393,15 +398,6 @@ var CONST_ROLES = {
|
|
|
393
398
|
GroupsAccount: "GroupsAccount",
|
|
394
399
|
EmailManager: "EmailManager"
|
|
395
400
|
}
|
|
396
|
-
// Facebook: "Facebook",
|
|
397
|
-
// X: "X",
|
|
398
|
-
// Pinterest: "Pinterest",
|
|
399
|
-
// Tiktok: "Tiktok",
|
|
400
|
-
// Youtube: "Youtube",
|
|
401
|
-
// Quora: "Quora",
|
|
402
|
-
// Medium: "Medium",
|
|
403
|
-
// Reddit: "Reddit",
|
|
404
|
-
// Tumblt: "Tumblt",
|
|
405
401
|
},
|
|
406
402
|
SetupSocialAuto: {
|
|
407
403
|
Instagram: {
|
|
@@ -416,24 +412,15 @@ var CONST_ROLES = {
|
|
|
416
412
|
TaskSocialAuto: "TaskSocialAuto",
|
|
417
413
|
WorkFlow: "WorkFlow"
|
|
418
414
|
}
|
|
419
|
-
// Facebook: "Facebook",
|
|
420
|
-
// X: "X",
|
|
421
|
-
// Pinterest: "Pinterest",
|
|
422
|
-
// Tiktok: "Tiktok",
|
|
423
|
-
// Youtube: "Youtube",
|
|
424
|
-
// Quora: "Quora",
|
|
425
|
-
// Medium: "Medium",
|
|
426
|
-
// Reddit: "Reddit",
|
|
427
|
-
// Tumblt: "Tumblt",
|
|
428
|
-
},
|
|
429
|
-
SocialManualContent: {
|
|
430
|
-
InstagramTaskContent: "InstagramTaskContent",
|
|
431
|
-
ThreadsTaskContent: "ThreadsTaskContent"
|
|
432
415
|
},
|
|
433
416
|
DraftContentSocial: {
|
|
434
417
|
InstagramDraftContent: "InstagramDraftContent",
|
|
435
418
|
ThreadsDraftContent: "ThreadsDraftContent"
|
|
436
419
|
},
|
|
420
|
+
SocialManualContent: {
|
|
421
|
+
InstagramTaskContent: "InstagramTaskContent",
|
|
422
|
+
ThreadsTaskContent: "ThreadsTaskContent"
|
|
423
|
+
},
|
|
437
424
|
ToolsManagement: {
|
|
438
425
|
Instagram: {
|
|
439
426
|
SheetTool: "SheetTool"
|
|
@@ -441,15 +428,6 @@ var CONST_ROLES = {
|
|
|
441
428
|
Threads: {
|
|
442
429
|
SheetTool: "SheetTool"
|
|
443
430
|
}
|
|
444
|
-
// Facebook: "Facebook",
|
|
445
|
-
// X: "X",
|
|
446
|
-
// Pinterest: "Pinterest",
|
|
447
|
-
// Tiktok: "Tiktok",
|
|
448
|
-
// Youtube: "Youtube",
|
|
449
|
-
// Quora: "Quora",
|
|
450
|
-
// Medium: "Medium",
|
|
451
|
-
// Reddit: "Reddit",
|
|
452
|
-
// Tumblt: "Tumblt",
|
|
453
431
|
},
|
|
454
432
|
PCSheetPostManager: {
|
|
455
433
|
PcToolAddSheetPost: "PcToolAddSheetPost",
|
|
@@ -493,22 +471,10 @@ var CONST_ROLES = {
|
|
|
493
471
|
AutoChangeBrowser: {
|
|
494
472
|
EmailAll: "EmailAll"
|
|
495
473
|
},
|
|
496
|
-
BlogSystem: {
|
|
497
|
-
Categories: "Categories",
|
|
498
|
-
Blogs: "Blogs",
|
|
499
|
-
BlogsView: "BlogsView"
|
|
500
|
-
},
|
|
501
474
|
ImageSystem: {
|
|
502
475
|
ImagesSystem: "ImagesSystem",
|
|
503
476
|
ImagesAI: "ImagesAI"
|
|
504
477
|
}
|
|
505
|
-
// AccountAIManagement: {
|
|
506
|
-
// ContentAI: "ContentAI",
|
|
507
|
-
// ImageAI: "ImageAI",
|
|
508
|
-
// VoiceAI: "VoiceAI",
|
|
509
|
-
// CanvaAI: "CanvaAI",
|
|
510
|
-
// },
|
|
511
|
-
// HistoryManagement: {},
|
|
512
478
|
};
|
|
513
479
|
|
|
514
480
|
// src/constants/values/time-range.constant.ts
|