automation-lib 6.6.424 → 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 +6 -3
- package/dist/index.d.ts +6 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -15909,9 +15909,12 @@ interface FindPCPhoneDetail {
|
|
|
15909
15909
|
status: EStatusPC;
|
|
15910
15910
|
statusControl: EStatusPCControl;
|
|
15911
15911
|
timeStatusChange: Date;
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15912
|
+
departmentAssignName: string;
|
|
15913
|
+
departmentAssignId: string;
|
|
15914
|
+
teamAssignName: string;
|
|
15915
|
+
teamAssignId: string;
|
|
15916
|
+
userAssignName: string;
|
|
15917
|
+
userAssignId: string;
|
|
15915
15918
|
note: string;
|
|
15916
15919
|
startStop: EStartStop;
|
|
15917
15920
|
isNotifyConnection: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -15909,9 +15909,12 @@ interface FindPCPhoneDetail {
|
|
|
15909
15909
|
status: EStatusPC;
|
|
15910
15910
|
statusControl: EStatusPCControl;
|
|
15911
15911
|
timeStatusChange: Date;
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15912
|
+
departmentAssignName: string;
|
|
15913
|
+
departmentAssignId: string;
|
|
15914
|
+
teamAssignName: string;
|
|
15915
|
+
teamAssignId: string;
|
|
15916
|
+
userAssignName: string;
|
|
15917
|
+
userAssignId: string;
|
|
15915
15918
|
note: string;
|
|
15916
15919
|
startStop: EStartStop;
|
|
15917
15920
|
isNotifyConnection: boolean;
|