automation-lib 6.6.590 → 6.6.592
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 +11 -10
- package/dist/index.d.ts +11 -10
- package/dist/index.js +12 -45
- package/dist/index.mjs +12 -45
- 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,13 +382,14 @@ declare const CONST_ROLES: {
|
|
|
377
382
|
WorkFlow: string;
|
|
378
383
|
};
|
|
379
384
|
};
|
|
385
|
+
DraftContentSocial: {
|
|
386
|
+
InstagramDraftContent: string;
|
|
387
|
+
ThreadsDraftContent: string;
|
|
388
|
+
};
|
|
380
389
|
SocialManualContent: {
|
|
381
390
|
InstagramTaskContent: string;
|
|
382
391
|
ThreadsTaskContent: string;
|
|
383
392
|
};
|
|
384
|
-
DraftContentSocial: {
|
|
385
|
-
InstagramDraftContent: string;
|
|
386
|
-
};
|
|
387
393
|
ToolsManagement: {
|
|
388
394
|
Instagram: {
|
|
389
395
|
SheetTool: string;
|
|
@@ -434,11 +440,6 @@ declare const CONST_ROLES: {
|
|
|
434
440
|
AutoChangeBrowser: {
|
|
435
441
|
EmailAll: string;
|
|
436
442
|
};
|
|
437
|
-
BlogSystem: {
|
|
438
|
-
Categories: string;
|
|
439
|
-
Blogs: string;
|
|
440
|
-
BlogsView: string;
|
|
441
|
-
};
|
|
442
443
|
ImageSystem: {
|
|
443
444
|
ImagesSystem: string;
|
|
444
445
|
ImagesAI: 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,13 +382,14 @@ declare const CONST_ROLES: {
|
|
|
377
382
|
WorkFlow: string;
|
|
378
383
|
};
|
|
379
384
|
};
|
|
385
|
+
DraftContentSocial: {
|
|
386
|
+
InstagramDraftContent: string;
|
|
387
|
+
ThreadsDraftContent: string;
|
|
388
|
+
};
|
|
380
389
|
SocialManualContent: {
|
|
381
390
|
InstagramTaskContent: string;
|
|
382
391
|
ThreadsTaskContent: string;
|
|
383
392
|
};
|
|
384
|
-
DraftContentSocial: {
|
|
385
|
-
InstagramDraftContent: string;
|
|
386
|
-
};
|
|
387
393
|
ToolsManagement: {
|
|
388
394
|
Instagram: {
|
|
389
395
|
SheetTool: string;
|
|
@@ -434,11 +440,6 @@ declare const CONST_ROLES: {
|
|
|
434
440
|
AutoChangeBrowser: {
|
|
435
441
|
EmailAll: string;
|
|
436
442
|
};
|
|
437
|
-
BlogSystem: {
|
|
438
|
-
Categories: string;
|
|
439
|
-
Blogs: string;
|
|
440
|
-
BlogsView: string;
|
|
441
|
-
};
|
|
442
443
|
ImageSystem: {
|
|
443
444
|
ImagesSystem: string;
|
|
444
445
|
ImagesAI: 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,23 +734,15 @@ var CONST_ROLES = {
|
|
|
738
734
|
TaskSocialAuto: "TaskSocialAuto",
|
|
739
735
|
WorkFlow: "WorkFlow"
|
|
740
736
|
}
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
// Youtube: "Youtube",
|
|
746
|
-
// Quora: "Quora",
|
|
747
|
-
// Medium: "Medium",
|
|
748
|
-
// Reddit: "Reddit",
|
|
749
|
-
// Tumblt: "Tumblt",
|
|
737
|
+
},
|
|
738
|
+
DraftContentSocial: {
|
|
739
|
+
InstagramDraftContent: "InstagramDraftContent",
|
|
740
|
+
ThreadsDraftContent: "ThreadsDraftContent"
|
|
750
741
|
},
|
|
751
742
|
SocialManualContent: {
|
|
752
743
|
InstagramTaskContent: "InstagramTaskContent",
|
|
753
744
|
ThreadsTaskContent: "ThreadsTaskContent"
|
|
754
745
|
},
|
|
755
|
-
DraftContentSocial: {
|
|
756
|
-
InstagramDraftContent: "InstagramDraftContent"
|
|
757
|
-
},
|
|
758
746
|
ToolsManagement: {
|
|
759
747
|
Instagram: {
|
|
760
748
|
SheetTool: "SheetTool"
|
|
@@ -762,15 +750,6 @@ var CONST_ROLES = {
|
|
|
762
750
|
Threads: {
|
|
763
751
|
SheetTool: "SheetTool"
|
|
764
752
|
}
|
|
765
|
-
// Facebook: "Facebook",
|
|
766
|
-
// X: "X",
|
|
767
|
-
// Pinterest: "Pinterest",
|
|
768
|
-
// Tiktok: "Tiktok",
|
|
769
|
-
// Youtube: "Youtube",
|
|
770
|
-
// Quora: "Quora",
|
|
771
|
-
// Medium: "Medium",
|
|
772
|
-
// Reddit: "Reddit",
|
|
773
|
-
// Tumblt: "Tumblt",
|
|
774
753
|
},
|
|
775
754
|
PCSheetPostManager: {
|
|
776
755
|
PcToolAddSheetPost: "PcToolAddSheetPost",
|
|
@@ -814,22 +793,10 @@ var CONST_ROLES = {
|
|
|
814
793
|
AutoChangeBrowser: {
|
|
815
794
|
EmailAll: "EmailAll"
|
|
816
795
|
},
|
|
817
|
-
BlogSystem: {
|
|
818
|
-
Categories: "Categories",
|
|
819
|
-
Blogs: "Blogs",
|
|
820
|
-
BlogsView: "BlogsView"
|
|
821
|
-
},
|
|
822
796
|
ImageSystem: {
|
|
823
797
|
ImagesSystem: "ImagesSystem",
|
|
824
798
|
ImagesAI: "ImagesAI"
|
|
825
799
|
}
|
|
826
|
-
// AccountAIManagement: {
|
|
827
|
-
// ContentAI: "ContentAI",
|
|
828
|
-
// ImageAI: "ImageAI",
|
|
829
|
-
// VoiceAI: "VoiceAI",
|
|
830
|
-
// CanvaAI: "CanvaAI",
|
|
831
|
-
// },
|
|
832
|
-
// HistoryManagement: {},
|
|
833
800
|
};
|
|
834
801
|
|
|
835
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,23 +412,15 @@ var CONST_ROLES = {
|
|
|
416
412
|
TaskSocialAuto: "TaskSocialAuto",
|
|
417
413
|
WorkFlow: "WorkFlow"
|
|
418
414
|
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
// Youtube: "Youtube",
|
|
424
|
-
// Quora: "Quora",
|
|
425
|
-
// Medium: "Medium",
|
|
426
|
-
// Reddit: "Reddit",
|
|
427
|
-
// Tumblt: "Tumblt",
|
|
415
|
+
},
|
|
416
|
+
DraftContentSocial: {
|
|
417
|
+
InstagramDraftContent: "InstagramDraftContent",
|
|
418
|
+
ThreadsDraftContent: "ThreadsDraftContent"
|
|
428
419
|
},
|
|
429
420
|
SocialManualContent: {
|
|
430
421
|
InstagramTaskContent: "InstagramTaskContent",
|
|
431
422
|
ThreadsTaskContent: "ThreadsTaskContent"
|
|
432
423
|
},
|
|
433
|
-
DraftContentSocial: {
|
|
434
|
-
InstagramDraftContent: "InstagramDraftContent"
|
|
435
|
-
},
|
|
436
424
|
ToolsManagement: {
|
|
437
425
|
Instagram: {
|
|
438
426
|
SheetTool: "SheetTool"
|
|
@@ -440,15 +428,6 @@ var CONST_ROLES = {
|
|
|
440
428
|
Threads: {
|
|
441
429
|
SheetTool: "SheetTool"
|
|
442
430
|
}
|
|
443
|
-
// Facebook: "Facebook",
|
|
444
|
-
// X: "X",
|
|
445
|
-
// Pinterest: "Pinterest",
|
|
446
|
-
// Tiktok: "Tiktok",
|
|
447
|
-
// Youtube: "Youtube",
|
|
448
|
-
// Quora: "Quora",
|
|
449
|
-
// Medium: "Medium",
|
|
450
|
-
// Reddit: "Reddit",
|
|
451
|
-
// Tumblt: "Tumblt",
|
|
452
431
|
},
|
|
453
432
|
PCSheetPostManager: {
|
|
454
433
|
PcToolAddSheetPost: "PcToolAddSheetPost",
|
|
@@ -492,22 +471,10 @@ var CONST_ROLES = {
|
|
|
492
471
|
AutoChangeBrowser: {
|
|
493
472
|
EmailAll: "EmailAll"
|
|
494
473
|
},
|
|
495
|
-
BlogSystem: {
|
|
496
|
-
Categories: "Categories",
|
|
497
|
-
Blogs: "Blogs",
|
|
498
|
-
BlogsView: "BlogsView"
|
|
499
|
-
},
|
|
500
474
|
ImageSystem: {
|
|
501
475
|
ImagesSystem: "ImagesSystem",
|
|
502
476
|
ImagesAI: "ImagesAI"
|
|
503
477
|
}
|
|
504
|
-
// AccountAIManagement: {
|
|
505
|
-
// ContentAI: "ContentAI",
|
|
506
|
-
// ImageAI: "ImageAI",
|
|
507
|
-
// VoiceAI: "VoiceAI",
|
|
508
|
-
// CanvaAI: "CanvaAI",
|
|
509
|
-
// },
|
|
510
|
-
// HistoryManagement: {},
|
|
511
478
|
};
|
|
512
479
|
|
|
513
480
|
// src/constants/values/time-range.constant.ts
|