automation-lib 5.3.35 → 5.3.36

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
@@ -9717,6 +9717,7 @@ interface FindDeviceLogDto extends IFindBaseDto {
9717
9717
  typeSocial: ETypeSocial;
9718
9718
  descriptionBug: string;
9719
9719
  deviceName: string;
9720
+ deviceModel: string;
9720
9721
  deviceOS: ETypeDeviceOS;
9721
9722
  deviceKey: string;
9722
9723
  pcName: string;
@@ -9735,6 +9736,7 @@ interface FindDeviceLogELSDto extends IFindBaseELSDto {
9735
9736
  typeSocial: ETypeSocial;
9736
9737
  descriptionBug: string;
9737
9738
  deviceName: string;
9739
+ deviceModel: string;
9738
9740
  deviceOS: ETypeDeviceOS;
9739
9741
  deviceKey: string;
9740
9742
  pcName: string;
package/dist/index.d.ts CHANGED
@@ -9717,6 +9717,7 @@ interface FindDeviceLogDto extends IFindBaseDto {
9717
9717
  typeSocial: ETypeSocial;
9718
9718
  descriptionBug: string;
9719
9719
  deviceName: string;
9720
+ deviceModel: string;
9720
9721
  deviceOS: ETypeDeviceOS;
9721
9722
  deviceKey: string;
9722
9723
  pcName: string;
@@ -9735,6 +9736,7 @@ interface FindDeviceLogELSDto extends IFindBaseELSDto {
9735
9736
  typeSocial: ETypeSocial;
9736
9737
  descriptionBug: string;
9737
9738
  deviceName: string;
9739
+ deviceModel: string;
9738
9740
  deviceOS: ETypeDeviceOS;
9739
9741
  deviceKey: string;
9740
9742
  pcName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.35",
3
+ "version": "5.3.36",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",