@pipedream/trello 1.0.0 → 1.0.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.
@@ -6,7 +6,7 @@ export default {
6
6
  key: "trello-add-attachment-to-card",
7
7
  name: "Add Attachment To Card",
8
8
  description: "Adds a file attachment on a card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-attachments-post)",
9
- version: "1.0.0",
9
+ version: "1.0.1",
10
10
  type: "action",
11
11
  props: {
12
12
  app,
@@ -53,6 +53,12 @@ export default {
53
53
  default: false,
54
54
  optional: true,
55
55
  },
56
+ syncDir: {
57
+ type: "dir",
58
+ accessMode: "read",
59
+ sync: true,
60
+ optional: true,
61
+ },
56
62
  },
57
63
  async run({ $ }) {
58
64
  const {
@@ -7,7 +7,7 @@ export default {
7
7
  key: "trello-create-card",
8
8
  name: "Create Card",
9
9
  description: "Creates a new card. [See the documentation](https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post).",
10
- version: "1.0.0",
10
+ version: "1.0.1",
11
11
  type: "action",
12
12
  props: {
13
13
  app,
@@ -151,6 +151,12 @@ export default {
151
151
  ],
152
152
  reloadProps: true,
153
153
  },
154
+ syncDir: {
155
+ type: "dir",
156
+ accessMode: "read",
157
+ sync: true,
158
+ optional: true,
159
+ },
154
160
  },
155
161
  async additionalProps(existingProps) {
156
162
  const props = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/trello",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Pipedream Trello Components",
5
5
  "main": "trello.app.mjs",
6
6
  "keywords": [