@devopness/sdk-js
Advanced tools
Comparing version 2.153.0 to 2.154.0
@@ -18,3 +18,3 @@ /** | ||
export declare enum ActionType { | ||
Add = "add", | ||
Configure = "configure", | ||
CheckProvisioned = "check_provisioned", | ||
@@ -27,5 +27,4 @@ Delete = "delete", | ||
Restart = "restart", | ||
Setup = "setup", | ||
Start = "start", | ||
Stop = "stop" | ||
} |
@@ -23,3 +23,3 @@ "use strict"; | ||
(function (ActionType) { | ||
ActionType["Add"] = "add"; | ||
ActionType["Configure"] = "configure"; | ||
ActionType["CheckProvisioned"] = "check_provisioned"; | ||
@@ -32,5 +32,4 @@ ActionType["Delete"] = "delete"; | ||
ActionType["Restart"] = "restart"; | ||
ActionType["Setup"] = "setup"; | ||
ActionType["Start"] = "start"; | ||
ActionType["Stop"] = "stop"; | ||
})(ActionType || (exports.ActionType = ActionType = {})); |
@@ -12,2 +12,4 @@ /** | ||
*/ | ||
import { ActionRelation } from './action-relation'; | ||
import { Credential } from './credential'; | ||
import { NetworkProvisionInput } from './network-provision-input'; | ||
@@ -63,2 +65,8 @@ /** | ||
/** | ||
* | ||
* @type {Credential} | ||
* @memberof NetworkRelation | ||
*/ | ||
credential: Credential; | ||
/** | ||
* The networks\'s name | ||
@@ -76,2 +84,8 @@ * @type {string} | ||
/** | ||
* | ||
* @type {ActionRelation} | ||
* @memberof NetworkRelation | ||
*/ | ||
last_action: ActionRelation | null; | ||
/** | ||
* The date and time when the record was created | ||
@@ -78,0 +92,0 @@ * @type {string} |
@@ -33,3 +33,3 @@ /** | ||
/** | ||
* A text describing the variable, provided by the end user. | ||
* A text describing the variable, provided by the end user. Must not be greater than 255 characters. | ||
* @type {string} | ||
@@ -36,0 +36,0 @@ * @memberof VariableCreate |
@@ -39,3 +39,3 @@ /** | ||
/** | ||
* A text describing the variable, provided by the end user. | ||
* A text describing the variable, provided by the end user. Must not be greater than 255 characters. | ||
* @type {string} | ||
@@ -42,0 +42,0 @@ * @memberof VariableUpdate |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@devopness/sdk-js", | ||
"version": "2.153.0", | ||
"version": "2.154.0", | ||
"publishConfig": { | ||
@@ -54,8 +54,8 @@ "access": "public" | ||
"devDependencies": { | ||
"@eslint/js": "^9.18.0", | ||
"@openapitools/openapi-generator-cli": "^2.15.3", | ||
"@eslint/js": "^9.19.0", | ||
"@openapitools/openapi-generator-cli": "^2.16.3", | ||
"@types/jest": "^29.5.12", | ||
"@typescript-eslint/parser": "^8.20.0", | ||
"@typescript-eslint/parser": "^8.21.0", | ||
"axios-mock-adapter": "^2.1.0", | ||
"eslint": "^9.18.0", | ||
"eslint": "^9.19.0", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
@@ -70,3 +70,3 @@ "eslint-plugin-import": "^2.31.0", | ||
"typescript": "^5.7.3", | ||
"typescript-eslint": "^8.20.0" | ||
"typescript-eslint": "^8.22.0" | ||
}, | ||
@@ -73,0 +73,0 @@ "dependencies": { |
1048433
30497