automation-lib 5.6.11 → 5.6.13
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 +4 -5
- package/dist/index.d.ts +4 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11569,7 +11569,7 @@ interface UpdatePCPhoneDto {
|
|
|
11569
11569
|
interface IViewDeviceByPCPhone {
|
|
11570
11570
|
id: string;
|
|
11571
11571
|
deviceName: string;
|
|
11572
|
-
|
|
11572
|
+
modelName: string;
|
|
11573
11573
|
serialNumber: string;
|
|
11574
11574
|
connection: string;
|
|
11575
11575
|
deviceKey: string;
|
|
@@ -11605,10 +11605,9 @@ interface FindPCPhoneDetail {
|
|
|
11605
11605
|
user: string;
|
|
11606
11606
|
};
|
|
11607
11607
|
auditInformation: {
|
|
11608
|
-
|
|
11609
|
-
|
|
11610
|
-
|
|
11611
|
-
updatedBy: string;
|
|
11608
|
+
department: string;
|
|
11609
|
+
team: string;
|
|
11610
|
+
user: string;
|
|
11612
11611
|
};
|
|
11613
11612
|
}
|
|
11614
11613
|
interface FindPCPhoneDto extends IFindBaseDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -11569,7 +11569,7 @@ interface UpdatePCPhoneDto {
|
|
|
11569
11569
|
interface IViewDeviceByPCPhone {
|
|
11570
11570
|
id: string;
|
|
11571
11571
|
deviceName: string;
|
|
11572
|
-
|
|
11572
|
+
modelName: string;
|
|
11573
11573
|
serialNumber: string;
|
|
11574
11574
|
connection: string;
|
|
11575
11575
|
deviceKey: string;
|
|
@@ -11605,10 +11605,9 @@ interface FindPCPhoneDetail {
|
|
|
11605
11605
|
user: string;
|
|
11606
11606
|
};
|
|
11607
11607
|
auditInformation: {
|
|
11608
|
-
|
|
11609
|
-
|
|
11610
|
-
|
|
11611
|
-
updatedBy: string;
|
|
11608
|
+
department: string;
|
|
11609
|
+
team: string;
|
|
11610
|
+
user: string;
|
|
11612
11611
|
};
|
|
11613
11612
|
}
|
|
11614
11613
|
interface FindPCPhoneDto extends IFindBaseDto {
|