@pipedream/spondyr 0.0.1 → 0.0.2

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.
@@ -3,7 +3,7 @@ import spondyr from "../../spondyr.app.mjs";
3
3
  export default {
4
4
  key: "spondyr-create-spondyr",
5
5
  name: "Create Spondyr",
6
- version: "0.0.1",
6
+ version: "0.0.2",
7
7
  description: "Generate and optionally deliver correspondence. [See the docs here](https://client.spondyr.io/#/Public/Public/Documentation?Section=send-api)",
8
8
  type: "action",
9
9
  props: {
@@ -33,7 +33,6 @@ export default {
33
33
  type: "object",
34
34
  label: "Data",
35
35
  description: "It should contain your application's specific data, which should be in the same format as you defined for the `Transaction Type`",
36
- optional: true,
37
36
  },
38
37
  },
39
38
  async run({ $ }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/spondyr",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Pipedream Spondyr Components",
5
5
  "main": "spondyr.app.js",
6
6
  "keywords": [
@@ -6,7 +6,7 @@ export default {
6
6
  name: "New Spondyr Processed",
7
7
  key: "spondyr-spondyr-processed",
8
8
  description: "Emit new event when a spondyr is processed. [See docs here](https://client.spondyr.io/#/Public/Public/Documentation?Section=status-api)",
9
- version: "0.0.1",
9
+ version: "0.0.2",
10
10
  dedupe: "unique",
11
11
  props: {
12
12
  spondyr,