@devopness/sdk-js 2.76.0 → 2.77.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.
|
@@ -28,7 +28,7 @@ export declare class PipelinesHooksApiService extends ApiBaseService {
|
|
|
28
28
|
addPipelineHook(hookType: string, pipelineId: number, hookPipelineCreate: HookPipelineCreate): Promise<ApiResponse<Hook>>;
|
|
29
29
|
/**
|
|
30
30
|
*
|
|
31
|
-
* @summary List all hooks in
|
|
31
|
+
* @summary List all hooks in a pipeline
|
|
32
32
|
* @param {number} pipelineId The ID of the pipeline.
|
|
33
33
|
* @param {number} [page] Number of the page to be retrieved
|
|
34
34
|
* @param {number} [perPage] Number of items returned per page
|
|
@@ -55,7 +55,7 @@ class PipelinesHooksApiService extends ApiBaseService_1.ApiBaseService {
|
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
|
-
* @summary List all hooks in
|
|
58
|
+
* @summary List all hooks in a pipeline
|
|
59
59
|
* @param {number} pipelineId The ID of the pipeline.
|
|
60
60
|
* @param {number} [page] Number of the page to be retrieved
|
|
61
61
|
* @param {number} [perPage] Number of items returned per page
|