automation-lib 6.6.82 → 6.6.83

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
@@ -81,6 +81,7 @@ declare const CONST_API_CONTROLLERS: {
81
81
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: string;
82
82
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: string;
83
83
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: string;
84
+ REPORT_MANAGER: string;
84
85
  PC_PHONE: string;
85
86
  PC_PHONE_LOG: string;
86
87
  PATTERN_CANVA_AVATAR: string;
package/dist/index.d.ts CHANGED
@@ -81,6 +81,7 @@ declare const CONST_API_CONTROLLERS: {
81
81
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: string;
82
82
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: string;
83
83
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: string;
84
+ REPORT_MANAGER: string;
84
85
  PC_PHONE: string;
85
86
  PC_PHONE_LOG: string;
86
87
  PATTERN_CANVA_AVATAR: string;
package/dist/index.js CHANGED
@@ -353,6 +353,7 @@ var CONST_API_CONTROLLERS = {
353
353
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
354
354
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
355
355
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
356
+ REPORT_MANAGER: "report-manager",
356
357
  PC_PHONE: "pc-phone",
357
358
  PC_PHONE_LOG: "pc-phone-log",
358
359
  PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
package/dist/index.mjs CHANGED
@@ -105,6 +105,7 @@ var CONST_API_CONTROLLERS = {
105
105
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
106
106
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
107
107
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
108
+ REPORT_MANAGER: "report-manager",
108
109
  PC_PHONE: "pc-phone",
109
110
  PC_PHONE_LOG: "pc-phone-log",
110
111
  PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.82",
3
+ "version": "6.6.83",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",