@redplanethq/sdk 0.1.4 → 0.1.5

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.
package/dist/index.d.mts CHANGED
@@ -273,6 +273,8 @@ interface IntegrationDefinition {
273
273
  name: string;
274
274
  version: string;
275
275
  description: string;
276
+ config: Record<string, string>;
277
+ spec: any;
276
278
  }
277
279
  interface IntegrationEventPayload {
278
280
  event: IntegrationEventType;
package/dist/index.d.ts CHANGED
@@ -273,6 +273,8 @@ interface IntegrationDefinition {
273
273
  name: string;
274
274
  version: string;
275
275
  description: string;
276
+ config: Record<string, string>;
277
+ spec: any;
276
278
  }
277
279
  interface IntegrationEventPayload {
278
280
  event: IntegrationEventType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redplanethq/sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CORE Node.JS SDK",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",