automation-lib 4.8.44 → 4.8.45

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
@@ -797,8 +797,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
797
797
  account_pc: IPC | string;
798
798
  account_username: string;
799
799
  account_password: string;
800
- account_device: IDevice | string;
801
800
  account_deviceKey: string;
801
+ account_device: IDevice | string;
802
802
  account_proxy: IProxy | string;
803
803
  account_group: IAccountsGroup | string;
804
804
  account_nameAppClone: string;
package/dist/index.d.ts CHANGED
@@ -797,8 +797,8 @@ interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModels
797
797
  account_pc: IPC | string;
798
798
  account_username: string;
799
799
  account_password: string;
800
- account_device: IDevice | string;
801
800
  account_deviceKey: string;
801
+ account_device: IDevice | string;
802
802
  account_proxy: IProxy | string;
803
803
  account_group: IAccountsGroup | string;
804
804
  account_nameAppClone: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.44",
3
+ "version": "4.8.45",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",