automation-lib 5.4.73 → 5.4.74

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
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
2109
2109
  statusRunningSocial: EStatusDeviceRunningSocial;
2110
2110
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
2111
2111
  statusConnectPC: EStatusDeviceConnectPC;
2112
- statusChangeDeviceNew: EStatusDeviceChangeNew;
2112
+ statusChangeNew: EStatusDeviceChangeNew;
2113
2113
  statusReplace: EStatusDeviceReplace;
2114
2114
  statusChangeName: EStatusDeviceChangeName;
2115
2115
  statusConnectWifi: EStatusDeviceConnectWifi;
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
7646
7646
  os: ETypeDeviceOS[];
7647
7647
  deviceOldKey: string[];
7648
7648
  deviceNewKey: string[];
7649
- typeDeviceOld: ETypeDevice[];
7650
- typeDeviceNew: ETypeDevice[];
7651
- statusDeviceOld: EStatusDeviceOld[];
7652
- statusDeviceNew: EStatusDeviceNew[];
7653
- statusChangeDeviceNew: EStatusDeviceChangeNew[];
7649
+ typeOld: ETypeDevice[];
7650
+ typeNew: ETypeDevice[];
7651
+ statusOld: EStatusDeviceOld[];
7652
+ statusNew: EStatusDeviceNew[];
7653
+ statusChangeNew: EStatusDeviceChangeNew[];
7654
7654
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7655
7655
  statusReplace: EStatusDeviceReplace[];
7656
7656
  statusSync: EStatusDeviceSync[];
package/dist/index.d.ts CHANGED
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
2109
2109
  statusRunningSocial: EStatusDeviceRunningSocial;
2110
2110
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
2111
2111
  statusConnectPC: EStatusDeviceConnectPC;
2112
- statusChangeDeviceNew: EStatusDeviceChangeNew;
2112
+ statusChangeNew: EStatusDeviceChangeNew;
2113
2113
  statusReplace: EStatusDeviceReplace;
2114
2114
  statusChangeName: EStatusDeviceChangeName;
2115
2115
  statusConnectWifi: EStatusDeviceConnectWifi;
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
7646
7646
  os: ETypeDeviceOS[];
7647
7647
  deviceOldKey: string[];
7648
7648
  deviceNewKey: string[];
7649
- typeDeviceOld: ETypeDevice[];
7650
- typeDeviceNew: ETypeDevice[];
7651
- statusDeviceOld: EStatusDeviceOld[];
7652
- statusDeviceNew: EStatusDeviceNew[];
7653
- statusChangeDeviceNew: EStatusDeviceChangeNew[];
7649
+ typeOld: ETypeDevice[];
7650
+ typeNew: ETypeDevice[];
7651
+ statusOld: EStatusDeviceOld[];
7652
+ statusNew: EStatusDeviceNew[];
7653
+ statusChangeNew: EStatusDeviceChangeNew[];
7654
7654
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7655
7655
  statusReplace: EStatusDeviceReplace[];
7656
7656
  statusSync: EStatusDeviceSync[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.73",
3
+ "version": "5.4.74",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",