automation-lib 5.3.28 → 5.3.30

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
@@ -2047,7 +2047,6 @@ interface IDeviceLog extends IBaseModel, ITrackingModel<IUser> {
2047
2047
  deviceName: string;
2048
2048
  deviceOS: ETypeDeviceOS;
2049
2049
  deviceModel: string;
2050
- deviceType: string;
2051
2050
  deviceKey: string;
2052
2051
  pcName: string;
2053
2052
  }
@@ -9697,7 +9696,6 @@ interface FindDeviceLogDto extends IFindBaseDto {
9697
9696
  descriptionBug: string;
9698
9697
  deviceName: string;
9699
9698
  deviceOS: ETypeDeviceOS;
9700
- deviceType: string;
9701
9699
  deviceKey: string;
9702
9700
  pcName: string;
9703
9701
  }
package/dist/index.d.ts CHANGED
@@ -2047,7 +2047,6 @@ interface IDeviceLog extends IBaseModel, ITrackingModel<IUser> {
2047
2047
  deviceName: string;
2048
2048
  deviceOS: ETypeDeviceOS;
2049
2049
  deviceModel: string;
2050
- deviceType: string;
2051
2050
  deviceKey: string;
2052
2051
  pcName: string;
2053
2052
  }
@@ -9697,7 +9696,6 @@ interface FindDeviceLogDto extends IFindBaseDto {
9697
9696
  descriptionBug: string;
9698
9697
  deviceName: string;
9699
9698
  deviceOS: ETypeDeviceOS;
9700
- deviceType: string;
9701
9699
  deviceKey: string;
9702
9700
  pcName: string;
9703
9701
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.28",
3
+ "version": "5.3.30",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",