automation-lib 5.4.68 → 5.4.69

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
@@ -7639,7 +7639,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7639
7639
  statusDeviceOld: EStatusDeviceOld[];
7640
7640
  statusDeviceNew: EStatusDeviceNew[];
7641
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7642
- statusLogin: EStatusDeviceLoginCHPlayICloud[];
7642
+ statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7643
7643
  statusReplace: EStatusDeviceReplace[];
7644
7644
  statusSync: EStatusDeviceSync[];
7645
7645
  name: string[];
package/dist/index.d.ts CHANGED
@@ -7639,7 +7639,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7639
7639
  statusDeviceOld: EStatusDeviceOld[];
7640
7640
  statusDeviceNew: EStatusDeviceNew[];
7641
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7642
- statusLogin: EStatusDeviceLoginCHPlayICloud[];
7642
+ statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7643
7643
  statusReplace: EStatusDeviceReplace[];
7644
7644
  statusSync: EStatusDeviceSync[];
7645
7645
  name: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.68",
3
+ "version": "5.4.69",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",