@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
|
|
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
|
|
34
|
+
* @summary Get an action by ID
|
|
35
35
|
* @param {number} actionId The ID of the action.
|
|
36
36
|
*/
|
|
37
37
|
getAction(actionId) {
|