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