automation-lib 5.0.79 → 5.0.80

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
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1564
1564
  sheetUrl: string;
1565
1565
  sheetName: string;
1566
1566
  rowId: string;
1567
- oldChplayEmail: string;
1568
- oldChplayPassword: string;
1569
- oldChplayCode2FA: string;
1570
- oldChplayEmailRecover: string;
1571
- newChplayEmail: string;
1572
- newChplayPassword: string;
1573
- newChplayCode2FA: string;
1574
- newChplayEmailRecover: string;
1567
+ oldCHPlayEmail: string;
1568
+ oldCHPlayPassword: string;
1569
+ oldCHPlayCode2FA: string;
1570
+ oldCHPlayEmailRecover: string;
1571
+ newCHPlayEmail: string;
1572
+ newCHPlayPassword: string;
1573
+ newCHPlayCode2FA: string;
1574
+ newCHPlayEmailRecover: string;
1575
1575
  statusCHPlayChange: EStatusChangeInfo;
1576
1576
  oldICloudEmail: string;
1577
1577
  oldICloudPassword: string;
package/dist/index.d.ts CHANGED
@@ -1564,14 +1564,14 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1564
1564
  sheetUrl: string;
1565
1565
  sheetName: string;
1566
1566
  rowId: string;
1567
- oldChplayEmail: string;
1568
- oldChplayPassword: string;
1569
- oldChplayCode2FA: string;
1570
- oldChplayEmailRecover: string;
1571
- newChplayEmail: string;
1572
- newChplayPassword: string;
1573
- newChplayCode2FA: string;
1574
- newChplayEmailRecover: string;
1567
+ oldCHPlayEmail: string;
1568
+ oldCHPlayPassword: string;
1569
+ oldCHPlayCode2FA: string;
1570
+ oldCHPlayEmailRecover: string;
1571
+ newCHPlayEmail: string;
1572
+ newCHPlayPassword: string;
1573
+ newCHPlayCode2FA: string;
1574
+ newCHPlayEmailRecover: string;
1575
1575
  statusCHPlayChange: EStatusChangeInfo;
1576
1576
  oldICloudEmail: string;
1577
1577
  oldICloudPassword: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.79",
3
+ "version": "5.0.80",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",