automation-lib 5.4.70 → 5.4.71

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
@@ -7654,10 +7654,10 @@ interface FilterDeviceDto extends IFilterBaseDto {
7654
7654
  statusConnectPC: EStatusDeviceConnectPC[];
7655
7655
  hubStatus: EStatusDeviceHubStatus[];
7656
7656
  hubConnection: string[];
7657
- departmentUserUsed: string[];
7658
- leaderUserUsed: string[];
7659
- teamUserUsed: string[];
7660
- userUserUsed: string[];
7657
+ departmentCreator: string[];
7658
+ leaderCreator: string[];
7659
+ teamCreator: string[];
7660
+ createdBy: string[];
7661
7661
  createdAt: [Date, Date];
7662
7662
  updatedAt: [Date, Date];
7663
7663
  timeExpiredPhoneNumber: [Date, Date];
package/dist/index.d.ts CHANGED
@@ -7654,10 +7654,10 @@ interface FilterDeviceDto extends IFilterBaseDto {
7654
7654
  statusConnectPC: EStatusDeviceConnectPC[];
7655
7655
  hubStatus: EStatusDeviceHubStatus[];
7656
7656
  hubConnection: string[];
7657
- departmentUserUsed: string[];
7658
- leaderUserUsed: string[];
7659
- teamUserUsed: string[];
7660
- userUserUsed: string[];
7657
+ departmentCreator: string[];
7658
+ leaderCreator: string[];
7659
+ teamCreator: string[];
7660
+ createdBy: string[];
7661
7661
  createdAt: [Date, Date];
7662
7662
  updatedAt: [Date, Date];
7663
7663
  timeExpiredPhoneNumber: [Date, Date];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.70",
3
+ "version": "5.4.71",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",