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 +3 -4
- package/dist/index.d.ts +3 -4
- package/package.json +1 -1
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
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
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
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
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];
|