Skip to content

Commit 58a58bb

Browse files
committed
versions
1 parent 08c50a2 commit 58a58bb

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

components/sharepoint/actions/create-folder/create-folder.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-create-folder",
55
name: "Create Folder",
66
description: "Create a new folder in SharePoint. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_post_children?view=odsp-graph-online)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/sharepoint/actions/create-item/create-item.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-create-item",
55
name: "Create Item",
66
description: "Create a new item in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/listitem-create?view=graph-rest-1.0&tabs=http)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/sharepoint/actions/create-link/create-link.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "sharepoint-create-link",
66
name: "Create Link",
77
description: "Create a sharing link for a DriveItem. [See the documentation](https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http)",
8-
version: "0.0.2",
8+
version: "0.0.3",
99
type: "action",
1010
annotations: {
1111
destructiveHint: false,

components/sharepoint/actions/create-list/create-list.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-create-list",
55
name: "Create List",
66
description: "Create a new list in Microsoft Sharepoint. [See the documentation](https://learn.microsoft.com/en-us/graph/api/list-create?view=graph-rest-1.0&tabs=http)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/sharepoint/actions/download-file/download-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "sharepoint-download-file",
66
name: "Download File",
77
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.7",
8+
version: "0.0.8",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/sharepoint/actions/find-file-by-name/find-file-by-name.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-find-file-by-name",
55
name: "Find File by Name",
66
description: "Search for a file or folder by name. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_search)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/sharepoint/actions/get-excel-table/get-excel-table.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-get-excel-table",
55
name: "Get Excel Table",
66
description: "Retrieve a table from an Excel spreadsheet stored in Sharepoint [See the documentation](https://learn.microsoft.com/en-us/graph/api/table-range?view=graph-rest-1.0&tabs=http)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/sharepoint/actions/get-file-by-id/get-file-by-id.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-get-file-by-id",
55
name: "Get File by ID",
66
description: "Retrieves a file by ID. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/sharepoint/actions/list-files-in-folder/list-files-in-folder.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-list-files-in-folder",
55
name: "List Files in Folder",
66
description: "Retrieves a list of the files and/or folders directly within a folder. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_list_children)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/sharepoint/actions/select-files/select-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "sharepoint-select-files",
55
name: "Select Files",
66
description: "A file picker action that allows browsing and selecting one or more files from SharePoint. Returns the selected files' metadata including pre-authenticated download URLs. [See the documentation](https://learn.microsoft.com/en-us/graph/api/driveitem-get)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

0 commit comments

Comments
 (0)