@devopness/sdk-js 2.85.0 → 2.86.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.
@@ -13,7 +13,6 @@ import { ActionType } from './action-type';
13
13
  import { HookIncomingSettings } from './hook-incoming-settings';
14
14
  import { HookOutgoingSettings } from './hook-outgoing-settings';
15
15
  import { HookTriggerWhen } from './hook-trigger-when';
16
- import { ResourceType } from './resource-type';
17
16
  /**
18
17
  *
19
18
  * @export
@@ -26,18 +25,6 @@ export interface HookPipelineCreate {
26
25
  * @memberof HookPipelineCreate
27
26
  */
28
27
  name: string;
29
- /**
30
- *
31
- * @type {ResourceType}
32
- * @memberof HookPipelineCreate
33
- */
34
- resource_type: ResourceType;
35
- /**
36
- * The hooks\' resource ID.
37
- * @type {number}
38
- * @memberof HookPipelineCreate
39
- */
40
- resource_id: number;
41
28
  /**
42
29
  *
43
30
  * @type {ActionType}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.85.0",
3
+ "version": "2.86.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },