automation-lib 5.0.222 → 5.0.223

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
@@ -1536,6 +1536,7 @@ interface IProxy extends IBaseModel, ITrackingModel<IUser> {
1536
1536
  provider: string;
1537
1537
  status: EStatusCommon;
1538
1538
  city: string;
1539
+ speed: string;
1539
1540
  country: string;
1540
1541
  startDate: Date;
1541
1542
  endDate: Date;
package/dist/index.d.ts CHANGED
@@ -1536,6 +1536,7 @@ interface IProxy extends IBaseModel, ITrackingModel<IUser> {
1536
1536
  provider: string;
1537
1537
  status: EStatusCommon;
1538
1538
  city: string;
1539
+ speed: string;
1539
1540
  country: string;
1540
1541
  startDate: Date;
1541
1542
  endDate: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.222",
3
+ "version": "5.0.223",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",