automation-lib 5.0.77 → 5.0.78

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
@@ -405,7 +405,8 @@ declare enum EStatusActive {
405
405
  declare enum EStatusChangeInfo {
406
406
  Done = "Done",
407
407
  Failed = "Failed",
408
- Pending = "Pending"
408
+ Pending = "Pending",
409
+ ErrorUnknown = "ErrorUnknown"
409
410
  }
410
411
 
411
412
  declare enum EStatusCommon {
@@ -1571,6 +1572,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1571
1572
  newChplayPassword: string;
1572
1573
  newChplayCode2FA: string;
1573
1574
  newChplayEmailRecover: string;
1575
+ statusCHPlayChange: EStatusChangeInfo;
1574
1576
  oldICloudEmail: string;
1575
1577
  oldICloudPassword: string;
1576
1578
  oldICloudCode2FA: string;
@@ -1579,6 +1581,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1579
1581
  newICloudPassword: string;
1580
1582
  newICloudCode2FA: string;
1581
1583
  newICloudEmailRecover: string;
1584
+ statusIOSChange: EStatusChangeInfo;
1582
1585
  typeAccount: ETypeAccountVPN;
1583
1586
  status: EStatusAccountVPN;
1584
1587
  lastUsed: Date;
package/dist/index.d.ts CHANGED
@@ -405,7 +405,8 @@ declare enum EStatusActive {
405
405
  declare enum EStatusChangeInfo {
406
406
  Done = "Done",
407
407
  Failed = "Failed",
408
- Pending = "Pending"
408
+ Pending = "Pending",
409
+ ErrorUnknown = "ErrorUnknown"
409
410
  }
410
411
 
411
412
  declare enum EStatusCommon {
@@ -1571,6 +1572,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1571
1572
  newChplayPassword: string;
1572
1573
  newChplayCode2FA: string;
1573
1574
  newChplayEmailRecover: string;
1575
+ statusCHPlayChange: EStatusChangeInfo;
1574
1576
  oldICloudEmail: string;
1575
1577
  oldICloudPassword: string;
1576
1578
  oldICloudCode2FA: string;
@@ -1579,6 +1581,7 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1579
1581
  newICloudPassword: string;
1580
1582
  newICloudCode2FA: string;
1581
1583
  newICloudEmailRecover: string;
1584
+ statusIOSChange: EStatusChangeInfo;
1582
1585
  typeAccount: ETypeAccountVPN;
1583
1586
  status: EStatusAccountVPN;
1584
1587
  lastUsed: Date;
package/dist/index.js CHANGED
@@ -505,6 +505,7 @@ var EStatusChangeInfo = /* @__PURE__ */ ((EStatusChangeInfo2) => {
505
505
  EStatusChangeInfo2["Done"] = "Done";
506
506
  EStatusChangeInfo2["Failed"] = "Failed";
507
507
  EStatusChangeInfo2["Pending"] = "Pending";
508
+ EStatusChangeInfo2["ErrorUnknown"] = "ErrorUnknown";
508
509
  return EStatusChangeInfo2;
509
510
  })(EStatusChangeInfo || {});
510
511
 
package/dist/index.mjs CHANGED
@@ -481,6 +481,7 @@ var EStatusChangeInfo = /* @__PURE__ */ ((EStatusChangeInfo2) => {
481
481
  EStatusChangeInfo2["Done"] = "Done";
482
482
  EStatusChangeInfo2["Failed"] = "Failed";
483
483
  EStatusChangeInfo2["Pending"] = "Pending";
484
+ EStatusChangeInfo2["ErrorUnknown"] = "ErrorUnknown";
484
485
  return EStatusChangeInfo2;
485
486
  })(EStatusChangeInfo || {});
486
487
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.77",
3
+ "version": "5.0.78",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",