automation-lib 5.4.314 → 5.4.315
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 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1169,9 +1169,8 @@ declare enum EStatusGenerate {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
1171
|
declare enum EStatusPC {
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
Maintenance = "Maintenance"
|
|
1172
|
+
Online = "Online",
|
|
1173
|
+
Offline = "Offline"
|
|
1175
1174
|
}
|
|
1176
1175
|
|
|
1177
1176
|
declare enum EStatusTaskAIContent {
|
package/dist/index.d.ts
CHANGED
|
@@ -1169,9 +1169,8 @@ declare enum EStatusGenerate {
|
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
1171
|
declare enum EStatusPC {
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
Maintenance = "Maintenance"
|
|
1172
|
+
Online = "Online",
|
|
1173
|
+
Offline = "Offline"
|
|
1175
1174
|
}
|
|
1176
1175
|
|
|
1177
1176
|
declare enum EStatusTaskAIContent {
|
package/dist/index.js
CHANGED
|
@@ -1632,9 +1632,8 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1632
1632
|
|
|
1633
1633
|
// src/enums/status/tools/EStatusPC.enum.ts
|
|
1634
1634
|
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
1635
|
-
EStatusPC2["
|
|
1636
|
-
EStatusPC2["
|
|
1637
|
-
EStatusPC2["Maintenance"] = "Maintenance";
|
|
1635
|
+
EStatusPC2["Online"] = "Online";
|
|
1636
|
+
EStatusPC2["Offline"] = "Offline";
|
|
1638
1637
|
return EStatusPC2;
|
|
1639
1638
|
})(EStatusPC || {});
|
|
1640
1639
|
|
package/dist/index.mjs
CHANGED
|
@@ -1469,9 +1469,8 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1469
1469
|
|
|
1470
1470
|
// src/enums/status/tools/EStatusPC.enum.ts
|
|
1471
1471
|
var EStatusPC = /* @__PURE__ */ ((EStatusPC2) => {
|
|
1472
|
-
EStatusPC2["
|
|
1473
|
-
EStatusPC2["
|
|
1474
|
-
EStatusPC2["Maintenance"] = "Maintenance";
|
|
1472
|
+
EStatusPC2["Online"] = "Online";
|
|
1473
|
+
EStatusPC2["Offline"] = "Offline";
|
|
1475
1474
|
return EStatusPC2;
|
|
1476
1475
|
})(EStatusPC || {});
|
|
1477
1476
|
|