automation-lib 5.1.444 → 5.1.446
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 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2406,8 +2406,8 @@ interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2406
2406
|
interface IProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
2407
2407
|
sheetUrl: string;
|
|
2408
2408
|
sheetName: string;
|
|
2409
|
-
typeNewIp:
|
|
2410
|
-
checked:
|
|
2409
|
+
typeNewIp: EStatusProxyNewIP;
|
|
2410
|
+
checked: EStatusProxyChecked;
|
|
2411
2411
|
type: ETypeProxy;
|
|
2412
2412
|
currentIP: string;
|
|
2413
2413
|
currentPort: string;
|
|
@@ -8700,10 +8700,10 @@ interface FilterProxyDto extends IFilterBaseDto {
|
|
|
8700
8700
|
devicesOS: string[];
|
|
8701
8701
|
country: string[];
|
|
8702
8702
|
provider: ETypeProxyProvider[];
|
|
8703
|
-
checked:
|
|
8703
|
+
checked: EStatusProxyChecked[];
|
|
8704
|
+
typeNewIp: EStatusProxyNewIP[];
|
|
8704
8705
|
lastUserUsed: string[];
|
|
8705
8706
|
timeLastUsed: [Date, Date];
|
|
8706
|
-
typeNewIp: ETypeProxyNewIP[];
|
|
8707
8707
|
}
|
|
8708
8708
|
|
|
8709
8709
|
interface FindAccountVPSDto extends IFindBaseDto, IAccountVPS {
|
|
@@ -9238,7 +9238,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9238
9238
|
}
|
|
9239
9239
|
];
|
|
9240
9240
|
numberProxyOfDevice: number;
|
|
9241
|
-
|
|
9241
|
+
listVPN: [
|
|
9242
9242
|
{
|
|
9243
9243
|
id: string;
|
|
9244
9244
|
email: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2406,8 +2406,8 @@ interface IAccountEmailTag extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2406
2406
|
interface IProxy extends IBaseModel, ITrackingModel<IUser> {
|
|
2407
2407
|
sheetUrl: string;
|
|
2408
2408
|
sheetName: string;
|
|
2409
|
-
typeNewIp:
|
|
2410
|
-
checked:
|
|
2409
|
+
typeNewIp: EStatusProxyNewIP;
|
|
2410
|
+
checked: EStatusProxyChecked;
|
|
2411
2411
|
type: ETypeProxy;
|
|
2412
2412
|
currentIP: string;
|
|
2413
2413
|
currentPort: string;
|
|
@@ -8700,10 +8700,10 @@ interface FilterProxyDto extends IFilterBaseDto {
|
|
|
8700
8700
|
devicesOS: string[];
|
|
8701
8701
|
country: string[];
|
|
8702
8702
|
provider: ETypeProxyProvider[];
|
|
8703
|
-
checked:
|
|
8703
|
+
checked: EStatusProxyChecked[];
|
|
8704
|
+
typeNewIp: EStatusProxyNewIP[];
|
|
8704
8705
|
lastUserUsed: string[];
|
|
8705
8706
|
timeLastUsed: [Date, Date];
|
|
8706
|
-
typeNewIp: ETypeProxyNewIP[];
|
|
8707
8707
|
}
|
|
8708
8708
|
|
|
8709
8709
|
interface FindAccountVPSDto extends IFindBaseDto, IAccountVPS {
|
|
@@ -9238,7 +9238,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
|
|
|
9238
9238
|
}
|
|
9239
9239
|
];
|
|
9240
9240
|
numberProxyOfDevice: number;
|
|
9241
|
-
|
|
9241
|
+
listVPN: [
|
|
9242
9242
|
{
|
|
9243
9243
|
id: string;
|
|
9244
9244
|
email: string;
|