@pipedream/sharepoint 0.3.1 → 0.3.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.
@@ -5,7 +5,7 @@ export default {
5
5
  key: "sharepoint-download-file",
6
6
  name: "Download File",
7
7
  description: "Download a Microsoft Sharepoint file to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http)",
8
- version: "0.0.2",
8
+ version: "0.0.3",
9
9
  type: "action",
10
10
  props: {
11
11
  sharepoint,
@@ -39,6 +39,11 @@ export default {
39
39
  label: "Filename",
40
40
  description: "The filename to save the downloaded file as in the `/tmp` directory",
41
41
  },
42
+ syncDir: {
43
+ type: "dir",
44
+ accessMode: "write",
45
+ sync: true,
46
+ },
42
47
  },
43
48
  async run({ $ }) {
44
49
  const response = await this.sharepoint.getFile({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/sharepoint",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Pipedream Microsoft Sharepoint Online Components",
5
5
  "main": "sharepoint.app.mjs",
6
6
  "keywords": [