@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 an pipeline
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 an pipeline
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.76.0",
3
+ "version": "2.77.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },