automation-lib 5.1.6 → 5.1.7

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
@@ -1754,17 +1754,14 @@ interface IPC extends IBaseModel, ITrackingModel<IUser> {
1754
1754
  }
1755
1755
 
1756
1756
  interface IDevice extends IBaseModel, ITrackingModel<IUser> {
1757
- sheetImport: string | ISheetImport;
1758
- sheetUrl: string;
1759
- sheetName: string;
1760
1757
  pc: IPC | string;
1761
1758
  os: ETypeDeviceOS;
1762
1759
  model: string;
1763
1760
  name: string;
1764
1761
  key: string;
1765
- maximumCHPlayICloud: number;
1766
1762
  maximumVPN: number;
1767
1763
  maximumProxy: number;
1764
+ maximumCHPlayICloud: number;
1768
1765
  maximumAccountApplyPerSocial: number;
1769
1766
  statusConnect: EStatusConnectDevice;
1770
1767
  statusSetupBasic: EStatusSetupDeviceSystem;
package/dist/index.d.ts CHANGED
@@ -1754,17 +1754,14 @@ interface IPC extends IBaseModel, ITrackingModel<IUser> {
1754
1754
  }
1755
1755
 
1756
1756
  interface IDevice extends IBaseModel, ITrackingModel<IUser> {
1757
- sheetImport: string | ISheetImport;
1758
- sheetUrl: string;
1759
- sheetName: string;
1760
1757
  pc: IPC | string;
1761
1758
  os: ETypeDeviceOS;
1762
1759
  model: string;
1763
1760
  name: string;
1764
1761
  key: string;
1765
- maximumCHPlayICloud: number;
1766
1762
  maximumVPN: number;
1767
1763
  maximumProxy: number;
1764
+ maximumCHPlayICloud: number;
1768
1765
  maximumAccountApplyPerSocial: number;
1769
1766
  statusConnect: EStatusConnectDevice;
1770
1767
  statusSetupBasic: EStatusSetupDeviceSystem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.6",
3
+ "version": "5.1.7",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",