automation-lib 5.0.83 → 5.0.84

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
@@ -1416,7 +1416,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1416
1416
  model: string;
1417
1417
  name: string;
1418
1418
  key: string;
1419
- serial: string;
1420
1419
  maximumVPN: number;
1421
1420
  maximumProxy: number;
1422
1421
  maximumAccountApplyPerSocial: number;
@@ -1590,7 +1589,6 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1590
1589
  newICloudCode2FA: string;
1591
1590
  newICloudEmailRecover: string;
1592
1591
  statusIOSChange: EStatusChangeInfo;
1593
- typeAccount: ETypeAccountVPN;
1594
1592
  status: EStatusAccountCHPlayICloud;
1595
1593
  lastUsed: Date;
1596
1594
  lastUserUsed: string | IUser;
package/dist/index.d.ts CHANGED
@@ -1416,7 +1416,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
1416
1416
  model: string;
1417
1417
  name: string;
1418
1418
  key: string;
1419
- serial: string;
1420
1419
  maximumVPN: number;
1421
1420
  maximumProxy: number;
1422
1421
  maximumAccountApplyPerSocial: number;
@@ -1590,7 +1589,6 @@ interface IAccountCHPlayICloud extends BoInterfaceModelsCommon.IBaseModel, BoInt
1590
1589
  newICloudCode2FA: string;
1591
1590
  newICloudEmailRecover: string;
1592
1591
  statusIOSChange: EStatusChangeInfo;
1593
- typeAccount: ETypeAccountVPN;
1594
1592
  status: EStatusAccountCHPlayICloud;
1595
1593
  lastUsed: Date;
1596
1594
  lastUserUsed: string | IUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.83",
3
+ "version": "5.0.84",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",