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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|