automation-lib 5.5.33 → 5.5.36

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
@@ -4398,7 +4398,7 @@ interface CreateAccountVPSDto {
4398
4398
  statusConnect: EStatusVPSConnection;
4399
4399
  type: ETypeVPS;
4400
4400
  vpsGroupId: string;
4401
- vpsProvider: string[];
4401
+ provider: string[];
4402
4402
  price: string;
4403
4403
  numberHourForReset: number;
4404
4404
  listJobs: string[];
package/dist/index.d.ts CHANGED
@@ -4398,7 +4398,7 @@ interface CreateAccountVPSDto {
4398
4398
  statusConnect: EStatusVPSConnection;
4399
4399
  type: ETypeVPS;
4400
4400
  vpsGroupId: string;
4401
- vpsProvider: string[];
4401
+ provider: string[];
4402
4402
  price: string;
4403
4403
  numberHourForReset: number;
4404
4404
  listJobs: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.33",
3
+ "version": "5.5.36",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",