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.d.mts +18 -5
- package/dist/index.d.ts +18 -5
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
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
|
|