@devopness/sdk-js 2.10.0 → 2.10.1

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.
@@ -16,6 +16,12 @@ import { PipelineStepRunnerName } from './pipeline-step-runner-name';
16
16
  * @interface PipelineStepUpdate
17
17
  */
18
18
  export interface PipelineStepUpdate {
19
+ /**
20
+ * The ID of the pipeline step
21
+ * @type {number}
22
+ * @memberof PipelineStepUpdate
23
+ */
24
+ id: number;
19
25
  /**
20
26
  * Name/short description of the script
21
27
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },