automation-lib 5.4.74 → 5.4.75

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
@@ -7667,10 +7667,9 @@ interface FilterDeviceDto extends IFilterBaseDto {
7667
7667
  statusConnectPC: EStatusDeviceConnectPC[];
7668
7668
  hubStatus: EStatusDeviceHubStatus[];
7669
7669
  hubConnection: string[];
7670
- departmentCreator: string[];
7671
- leaderCreator: string[];
7672
- teamCreator: string[];
7673
- createdBy: string[];
7670
+ departmentAssign: string[];
7671
+ leaderAssign: string[];
7672
+ userAssign: string[];
7674
7673
  createdAt: [Date, Date];
7675
7674
  updatedAt: [Date, Date];
7676
7675
  timeExpiredPhoneNumber: [Date, Date];
package/dist/index.d.ts CHANGED
@@ -7667,10 +7667,9 @@ interface FilterDeviceDto extends IFilterBaseDto {
7667
7667
  statusConnectPC: EStatusDeviceConnectPC[];
7668
7668
  hubStatus: EStatusDeviceHubStatus[];
7669
7669
  hubConnection: string[];
7670
- departmentCreator: string[];
7671
- leaderCreator: string[];
7672
- teamCreator: string[];
7673
- createdBy: string[];
7670
+ departmentAssign: string[];
7671
+ leaderAssign: string[];
7672
+ userAssign: string[];
7674
7673
  createdAt: [Date, Date];
7675
7674
  updatedAt: [Date, Date];
7676
7675
  timeExpiredPhoneNumber: [Date, Date];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.74",
3
+ "version": "5.4.75",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",