automation-lib 5.1.104 → 5.1.105
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
@@ -725,7 +725,8 @@ declare enum EStatusAccountCHPlayICloud {
|
|
725
725
|
Working = "Working",
|
726
726
|
AccountNotExist = "AccountNotExist",
|
727
727
|
WrongPassword = "WrongPassword",
|
728
|
-
Error = "Error"
|
728
|
+
Error = "Error",
|
729
|
+
NotExist = "NotExist"
|
729
730
|
}
|
730
731
|
|
731
732
|
type index$i_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
package/dist/index.d.ts
CHANGED
@@ -725,7 +725,8 @@ declare enum EStatusAccountCHPlayICloud {
|
|
725
725
|
Working = "Working",
|
726
726
|
AccountNotExist = "AccountNotExist",
|
727
727
|
WrongPassword = "WrongPassword",
|
728
|
-
Error = "Error"
|
728
|
+
Error = "Error",
|
729
|
+
NotExist = "NotExist"
|
729
730
|
}
|
730
731
|
|
731
732
|
type index$i_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
|
package/dist/index.js
CHANGED
@@ -901,6 +901,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
901
901
|
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
902
902
|
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
903
903
|
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
904
|
+
EStatusAccountCHPlayICloud2["NotExist"] = "NotExist";
|
904
905
|
return EStatusAccountCHPlayICloud2;
|
905
906
|
})(EStatusAccountCHPlayICloud || {});
|
906
907
|
|
package/dist/index.mjs
CHANGED
@@ -868,6 +868,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
868
868
|
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
869
869
|
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
870
870
|
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
871
|
+
EStatusAccountCHPlayICloud2["NotExist"] = "NotExist";
|
871
872
|
return EStatusAccountCHPlayICloud2;
|
872
873
|
})(EStatusAccountCHPlayICloud || {});
|
873
874
|
|