automation-lib 5.13.14 → 5.13.15
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 +5 -2
- package/dist/index.d.ts +5 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3217,6 +3217,11 @@ interface FindOverviewProxyDto {
|
|
|
3217
3217
|
interface FindProxyDto extends IFindBaseDto {
|
|
3218
3218
|
sheetUrl: string;
|
|
3219
3219
|
sheetName: string;
|
|
3220
|
+
infoProxy: {
|
|
3221
|
+
listDeviceKeys: string[];
|
|
3222
|
+
listDeviceName: string[];
|
|
3223
|
+
listDeviceOS: string[];
|
|
3224
|
+
};
|
|
3220
3225
|
typeNewIp: EStatusProxyNewIP;
|
|
3221
3226
|
statusChecked: EStatusProxyChecked;
|
|
3222
3227
|
type: ETypeProxy;
|
|
@@ -3236,8 +3241,6 @@ interface FindProxyDto extends IFindBaseDto {
|
|
|
3236
3241
|
endDate: Date;
|
|
3237
3242
|
note: string;
|
|
3238
3243
|
listDeviceKeys: string[];
|
|
3239
|
-
listDeviceName: string[];
|
|
3240
|
-
listDeviceOS: string[];
|
|
3241
3244
|
ipRunCountDevice: number;
|
|
3242
3245
|
pcName: string;
|
|
3243
3246
|
oldIpFormat: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3217,6 +3217,11 @@ interface FindOverviewProxyDto {
|
|
|
3217
3217
|
interface FindProxyDto extends IFindBaseDto {
|
|
3218
3218
|
sheetUrl: string;
|
|
3219
3219
|
sheetName: string;
|
|
3220
|
+
infoProxy: {
|
|
3221
|
+
listDeviceKeys: string[];
|
|
3222
|
+
listDeviceName: string[];
|
|
3223
|
+
listDeviceOS: string[];
|
|
3224
|
+
};
|
|
3220
3225
|
typeNewIp: EStatusProxyNewIP;
|
|
3221
3226
|
statusChecked: EStatusProxyChecked;
|
|
3222
3227
|
type: ETypeProxy;
|
|
@@ -3236,8 +3241,6 @@ interface FindProxyDto extends IFindBaseDto {
|
|
|
3236
3241
|
endDate: Date;
|
|
3237
3242
|
note: string;
|
|
3238
3243
|
listDeviceKeys: string[];
|
|
3239
|
-
listDeviceName: string[];
|
|
3240
|
-
listDeviceOS: string[];
|
|
3241
3244
|
ipRunCountDevice: number;
|
|
3242
3245
|
pcName: string;
|
|
3243
3246
|
oldIpFormat: string;
|