automation-lib 6.6.423 → 6.6.425

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
@@ -14324,8 +14324,6 @@ interface UpdateDeviceDto {
14324
14324
  noteFix: Date;
14325
14325
  statusSync: EStatusDeviceSync;
14326
14326
  };
14327
- statusConnectPCNew: EStatusDeviceConnectPC;
14328
- statusReplace: EStatusDeviceReplace;
14329
14327
  }
14330
14328
  interface ViewDetailDeviceDto {
14331
14329
  basic: {
@@ -15911,9 +15909,12 @@ interface FindPCPhoneDetail {
15911
15909
  status: EStatusPC;
15912
15910
  statusControl: EStatusPCControl;
15913
15911
  timeStatusChange: Date;
15914
- departmentAssign: string;
15915
- teamAssign: string;
15916
- userAssign: string;
15912
+ departmentAssignName: string;
15913
+ departmentAssignId: string;
15914
+ teamAssignName: string;
15915
+ teamAssignId: string;
15916
+ userAssignName: string;
15917
+ userAssignId: string;
15917
15918
  note: string;
15918
15919
  startStop: EStartStop;
15919
15920
  isNotifyConnection: boolean;
package/dist/index.d.ts CHANGED
@@ -14324,8 +14324,6 @@ interface UpdateDeviceDto {
14324
14324
  noteFix: Date;
14325
14325
  statusSync: EStatusDeviceSync;
14326
14326
  };
14327
- statusConnectPCNew: EStatusDeviceConnectPC;
14328
- statusReplace: EStatusDeviceReplace;
14329
14327
  }
14330
14328
  interface ViewDetailDeviceDto {
14331
14329
  basic: {
@@ -15911,9 +15909,12 @@ interface FindPCPhoneDetail {
15911
15909
  status: EStatusPC;
15912
15910
  statusControl: EStatusPCControl;
15913
15911
  timeStatusChange: Date;
15914
- departmentAssign: string;
15915
- teamAssign: string;
15916
- userAssign: string;
15912
+ departmentAssignName: string;
15913
+ departmentAssignId: string;
15914
+ teamAssignName: string;
15915
+ teamAssignId: string;
15916
+ userAssignName: string;
15917
+ userAssignId: string;
15917
15918
  note: string;
15918
15919
  startStop: EStartStop;
15919
15920
  isNotifyConnection: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.423",
3
+ "version": "6.6.425",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",