automation-lib 6.6.80 → 6.6.82

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.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.82",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",