automation-lib 6.6.80 → 6.6.81

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
@@ -651,7 +651,8 @@ declare enum EObjectName {
651
651
  TaskWorkflowGroup = "TaskWorkflowGroup",
652
652
  TaskWorkflowLog = "TaskWorkflowLog",
653
653
  TaskWorkflowNodeInstagram = "TaskWorkflowNodeInstagram",
654
- TaskWorkflowNodeThreads = "TaskWorkflowNodeThreads"
654
+ TaskWorkflowNodeThreads = "TaskWorkflowNodeThreads",
655
+ ReportManager = "ReportManager"
655
656
  }
656
657
 
657
658
  declare enum EHaveData {
package/dist/index.d.ts CHANGED
@@ -651,7 +651,8 @@ declare enum EObjectName {
651
651
  TaskWorkflowGroup = "TaskWorkflowGroup",
652
652
  TaskWorkflowLog = "TaskWorkflowLog",
653
653
  TaskWorkflowNodeInstagram = "TaskWorkflowNodeInstagram",
654
- TaskWorkflowNodeThreads = "TaskWorkflowNodeThreads"
654
+ TaskWorkflowNodeThreads = "TaskWorkflowNodeThreads",
655
+ ReportManager = "ReportManager"
655
656
  }
656
657
 
657
658
  declare enum EHaveData {
package/dist/index.js CHANGED
@@ -1074,6 +1074,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
1074
1074
  _EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
1075
1075
  _EObjectName["TaskWorkflowNodeInstagram"] = "TaskWorkflowNodeInstagram";
1076
1076
  _EObjectName["TaskWorkflowNodeThreads"] = "TaskWorkflowNodeThreads";
1077
+ _EObjectName["ReportManager"] = "ReportManager";
1077
1078
  return _EObjectName;
1078
1079
  })(EObjectName || {});
1079
1080
 
package/dist/index.mjs CHANGED
@@ -826,6 +826,7 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
826
826
  _EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
827
827
  _EObjectName["TaskWorkflowNodeInstagram"] = "TaskWorkflowNodeInstagram";
828
828
  _EObjectName["TaskWorkflowNodeThreads"] = "TaskWorkflowNodeThreads";
829
+ _EObjectName["ReportManager"] = "ReportManager";
829
830
  return _EObjectName;
830
831
  })(EObjectName || {});
831
832
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.80",
3
+ "version": "6.6.81",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",