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 CHANGED
@@ -350,7 +350,8 @@ declare enum EStatusLoginAccountSocial {
350
350
  declare enum EStatusTaskTool {
351
351
  Done = "Done",
352
352
  Error = "Error",
353
- Spending = "Spending"
353
+ Spending = "Spending",
354
+ Generated = "Generated"
354
355
  }
355
356
 
356
357
  declare enum EStatusBlog {
package/dist/index.d.ts CHANGED
@@ -350,7 +350,8 @@ declare enum EStatusLoginAccountSocial {
350
350
  declare enum EStatusTaskTool {
351
351
  Done = "Done",
352
352
  Error = "Error",
353
- Spending = "Spending"
353
+ Spending = "Spending",
354
+ Generated = "Generated"
354
355
  }
355
356
 
356
357
  declare enum EStatusBlog {
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.61",
3
+ "version": "4.7.62",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",