automation-lib 5.3.25 → 5.3.26

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
@@ -9669,7 +9669,7 @@ interface FindOverviewDeviceLog {
9669
9669
  };
9670
9670
  };
9671
9671
  }
9672
- interface FilterDeviceLogDto {
9672
+ interface FilterDeviceLogDto extends IFilterBaseDto {
9673
9673
  type: ETypeDeviceLog[];
9674
9674
  taskID: ETypeTaskID[];
9675
9675
  statusFromStart: EStatusDeviceLog[];
@@ -9681,9 +9681,6 @@ interface FilterDeviceLogDto {
9681
9681
  deviceModel: string[];
9682
9682
  deviceKey: string[];
9683
9683
  pcName: string[];
9684
- department: string[];
9685
- team: string[];
9686
- user: string[];
9687
9684
  }
9688
9685
  interface FindDeviceLogDto {
9689
9686
  eventDateStartTime: Date;
package/dist/index.d.ts CHANGED
@@ -9669,7 +9669,7 @@ interface FindOverviewDeviceLog {
9669
9669
  };
9670
9670
  };
9671
9671
  }
9672
- interface FilterDeviceLogDto {
9672
+ interface FilterDeviceLogDto extends IFilterBaseDto {
9673
9673
  type: ETypeDeviceLog[];
9674
9674
  taskID: ETypeTaskID[];
9675
9675
  statusFromStart: EStatusDeviceLog[];
@@ -9681,9 +9681,6 @@ interface FilterDeviceLogDto {
9681
9681
  deviceModel: string[];
9682
9682
  deviceKey: string[];
9683
9683
  pcName: string[];
9684
- department: string[];
9685
- team: string[];
9686
- user: string[];
9687
9684
  }
9688
9685
  interface FindDeviceLogDto {
9689
9686
  eventDateStartTime: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.25",
3
+ "version": "5.3.26",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",