automation-lib 5.4.36 → 5.4.37

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.mjs CHANGED
@@ -1170,7 +1170,7 @@ var EStatusChangeInfo = /* @__PURE__ */ ((EStatusChangeInfo2) => {
1170
1170
  EStatusChangeInfo2["Done"] = "Done";
1171
1171
  EStatusChangeInfo2["Failed"] = "Failed";
1172
1172
  EStatusChangeInfo2["Pending"] = "Pending";
1173
- EStatusChangeInfo2["ErrorUnknown"] = "ErrorUnknown";
1173
+ EStatusChangeInfo2["WaitingTask"] = "WaitingTask";
1174
1174
  EStatusChangeInfo2["NA"] = "N/A";
1175
1175
  return EStatusChangeInfo2;
1176
1176
  })(EStatusChangeInfo || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.36",
3
+ "version": "5.4.37",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",