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