automation-lib 4.7.62 → 4.7.63
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -434,6 +434,7 @@ var EStatusTaskTool = /* @__PURE__ */ ((EStatusTaskTool2) => {
|
|
|
434
434
|
EStatusTaskTool2["Error"] = "Error";
|
|
435
435
|
EStatusTaskTool2["Spending"] = "Spending";
|
|
436
436
|
EStatusTaskTool2["Generated"] = "Generated";
|
|
437
|
+
EStatusTaskTool2["Generating"] = "Generating";
|
|
437
438
|
return EStatusTaskTool2;
|
|
438
439
|
})(EStatusTaskTool || {});
|
|
439
440
|
|
package/dist/index.mjs
CHANGED
|
@@ -411,6 +411,7 @@ var EStatusTaskTool = /* @__PURE__ */ ((EStatusTaskTool2) => {
|
|
|
411
411
|
EStatusTaskTool2["Error"] = "Error";
|
|
412
412
|
EStatusTaskTool2["Spending"] = "Spending";
|
|
413
413
|
EStatusTaskTool2["Generated"] = "Generated";
|
|
414
|
+
EStatusTaskTool2["Generating"] = "Generating";
|
|
414
415
|
return EStatusTaskTool2;
|
|
415
416
|
})(EStatusTaskTool || {});
|
|
416
417
|
|