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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
4401
|
+
provider: string[];
|
|
4402
4402
|
price: string;
|
|
4403
4403
|
numberHourForReset: number;
|
|
4404
4404
|
listJobs: string[];
|