automation-lib 6.6.333 → 6.6.335
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4361,7 +4361,7 @@ declare enum EStatusAccountCHPlayICloud {
|
|
|
4361
4361
|
AccountNotExist = "AccountNotExist",
|
|
4362
4362
|
WrongPassword = "WrongPassword",
|
|
4363
4363
|
Error = "Error",
|
|
4364
|
-
|
|
4364
|
+
Expired = "Expired"
|
|
4365
4365
|
}
|
|
4366
4366
|
|
|
4367
4367
|
/**
|
|
@@ -4415,6 +4415,7 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
4415
4415
|
};
|
|
4416
4416
|
totalAccountsExpired: {
|
|
4417
4417
|
total: number;
|
|
4418
|
+
percentage: number;
|
|
4418
4419
|
};
|
|
4419
4420
|
totalAccountsActiveWorking: {
|
|
4420
4421
|
total: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -4361,7 +4361,7 @@ declare enum EStatusAccountCHPlayICloud {
|
|
|
4361
4361
|
AccountNotExist = "AccountNotExist",
|
|
4362
4362
|
WrongPassword = "WrongPassword",
|
|
4363
4363
|
Error = "Error",
|
|
4364
|
-
|
|
4364
|
+
Expired = "Expired"
|
|
4365
4365
|
}
|
|
4366
4366
|
|
|
4367
4367
|
/**
|
|
@@ -4415,6 +4415,7 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
4415
4415
|
};
|
|
4416
4416
|
totalAccountsExpired: {
|
|
4417
4417
|
total: number;
|
|
4418
|
+
percentage: number;
|
|
4418
4419
|
};
|
|
4419
4420
|
totalAccountsActiveWorking: {
|
|
4420
4421
|
total: number;
|
package/dist/index.js
CHANGED
|
@@ -2926,7 +2926,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
|
2926
2926
|
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
2927
2927
|
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
2928
2928
|
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
2929
|
-
EStatusAccountCHPlayICloud2["
|
|
2929
|
+
EStatusAccountCHPlayICloud2["Expired"] = "Expired";
|
|
2930
2930
|
return EStatusAccountCHPlayICloud2;
|
|
2931
2931
|
})(EStatusAccountCHPlayICloud || {});
|
|
2932
2932
|
|
package/dist/index.mjs
CHANGED
|
@@ -2662,7 +2662,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
|
|
|
2662
2662
|
EStatusAccountCHPlayICloud2["AccountNotExist"] = "AccountNotExist";
|
|
2663
2663
|
EStatusAccountCHPlayICloud2["WrongPassword"] = "WrongPassword";
|
|
2664
2664
|
EStatusAccountCHPlayICloud2["Error"] = "Error";
|
|
2665
|
-
EStatusAccountCHPlayICloud2["
|
|
2665
|
+
EStatusAccountCHPlayICloud2["Expired"] = "Expired";
|
|
2666
2666
|
return EStatusAccountCHPlayICloud2;
|
|
2667
2667
|
})(EStatusAccountCHPlayICloud || {});
|
|
2668
2668
|
|