automation-lib 5.5.36 → 5.5.37

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