@devopness/sdk-js 2.97.0 → 2.98.0

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.
@@ -20,7 +20,7 @@ import { ActionRetryResponse } from '../../generated/models';
20
20
  export declare class ActionsApiService extends ApiBaseService {
21
21
  /**
22
22
  *
23
- * @summary Get an action by its ID
23
+ * @summary Get an action by ID
24
24
  * @param {number} actionId The ID of the action.
25
25
  */
26
26
  getAction(actionId: number): Promise<ApiResponse<Action>>;
@@ -31,7 +31,7 @@ const Exceptions_1 = require("../../../common/Exceptions");
31
31
  class ActionsApiService extends ApiBaseService_1.ApiBaseService {
32
32
  /**
33
33
  *
34
- * @summary Get an action by its ID
34
+ * @summary Get an action by ID
35
35
  * @param {number} actionId The ID of the action.
36
36
  */
37
37
  getAction(actionId) {
@@ -21,5 +21,6 @@ export declare enum ServiceType {
21
21
  Nginx = "nginx",
22
22
  Php = "php",
23
23
  Redis = "redis",
24
- Supervisor = "supervisor"
24
+ Supervisor = "supervisor",
25
+ Ufw = "ufw"
25
26
  }
@@ -27,4 +27,5 @@ var ServiceType;
27
27
  ServiceType["Php"] = "php";
28
28
  ServiceType["Redis"] = "redis";
29
29
  ServiceType["Supervisor"] = "supervisor";
30
+ ServiceType["Ufw"] = "ufw";
30
31
  })(ServiceType = exports.ServiceType || (exports.ServiceType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.97.0",
3
+ "version": "2.98.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },