automation-lib 5.4.73 → 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
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
2109
2109
  statusRunningSocial: EStatusDeviceRunningSocial;
2110
2110
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
2111
2111
  statusConnectPC: EStatusDeviceConnectPC;
2112
- statusChangeDeviceNew: EStatusDeviceChangeNew;
2112
+ statusChangeNew: EStatusDeviceChangeNew;
2113
2113
  statusReplace: EStatusDeviceReplace;
2114
2114
  statusChangeName: EStatusDeviceChangeName;
2115
2115
  statusConnectWifi: EStatusDeviceConnectWifi;
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
7646
7646
  os: ETypeDeviceOS[];
7647
7647
  deviceOldKey: string[];
7648
7648
  deviceNewKey: string[];
7649
- typeDeviceOld: ETypeDevice[];
7650
- typeDeviceNew: ETypeDevice[];
7651
- statusDeviceOld: EStatusDeviceOld[];
7652
- statusDeviceNew: EStatusDeviceNew[];
7653
- statusChangeDeviceNew: EStatusDeviceChangeNew[];
7649
+ typeOld: ETypeDevice[];
7650
+ typeNew: ETypeDevice[];
7651
+ statusOld: EStatusDeviceOld[];
7652
+ statusNew: EStatusDeviceNew[];
7653
+ statusChangeNew: EStatusDeviceChangeNew[];
7654
7654
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7655
7655
  statusReplace: EStatusDeviceReplace[];
7656
7656
  statusSync: EStatusDeviceSync[];
@@ -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
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
2109
2109
  statusRunningSocial: EStatusDeviceRunningSocial;
2110
2110
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
2111
2111
  statusConnectPC: EStatusDeviceConnectPC;
2112
- statusChangeDeviceNew: EStatusDeviceChangeNew;
2112
+ statusChangeNew: EStatusDeviceChangeNew;
2113
2113
  statusReplace: EStatusDeviceReplace;
2114
2114
  statusChangeName: EStatusDeviceChangeName;
2115
2115
  statusConnectWifi: EStatusDeviceConnectWifi;
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
7646
7646
  os: ETypeDeviceOS[];
7647
7647
  deviceOldKey: string[];
7648
7648
  deviceNewKey: string[];
7649
- typeDeviceOld: ETypeDevice[];
7650
- typeDeviceNew: ETypeDevice[];
7651
- statusDeviceOld: EStatusDeviceOld[];
7652
- statusDeviceNew: EStatusDeviceNew[];
7653
- statusChangeDeviceNew: EStatusDeviceChangeNew[];
7649
+ typeOld: ETypeDevice[];
7650
+ typeNew: ETypeDevice[];
7651
+ statusOld: EStatusDeviceOld[];
7652
+ statusNew: EStatusDeviceNew[];
7653
+ statusChangeNew: EStatusDeviceChangeNew[];
7654
7654
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
7655
7655
  statusReplace: EStatusDeviceReplace[];
7656
7656
  statusSync: EStatusDeviceSync[];
@@ -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.73",
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",