automation-lib 5.0.78 → 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
@@ -1513,7 +1513,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
1513
1513
  city: string;
1514
1514
  country: string;
1515
1515
  startDate: Date;
1516
- enbDate: Date;
1516
+ endDate: Date;
1517
1517
  lastUsed: Date;
1518
1518
  lastUserUsed: string | IUser;
1519
1519
  note: string;
@@ -1554,7 +1554,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1554
1554
  country: string;
1555
1555
  status: EStatusAccountVPN;
1556
1556
  startDate: Date;
1557
- enbDate: Date;
1557
+ endDate: Date;
1558
1558
  lastUsed: Date;
1559
1559
  lastUserUsed: string | IUser;
1560
1560
  note: string;
@@ -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
@@ -1513,7 +1513,7 @@ interface IProxy extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCo
1513
1513
  city: string;
1514
1514
  country: string;
1515
1515
  startDate: Date;
1516
- enbDate: Date;
1516
+ endDate: Date;
1517
1517
  lastUsed: Date;
1518
1518
  lastUserUsed: string | IUser;
1519
1519
  note: string;
@@ -1554,7 +1554,7 @@ interface IAccountVPN extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMod
1554
1554
  country: string;
1555
1555
  status: EStatusAccountVPN;
1556
1556
  startDate: Date;
1557
- enbDate: Date;
1557
+ endDate: Date;
1558
1558
  lastUsed: Date;
1559
1559
  lastUserUsed: string | IUser;
1560
1560
  note: string;
@@ -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.78",
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",