diff --git a/components/onlyoffice_docspace/actions/create-room/create-room.mjs b/components/onlyoffice_docspace/actions/create-room/create-room.mjs index d737941f7400a..32dee9a163a9a 100644 --- a/components/onlyoffice_docspace/actions/create-room/create-room.mjs +++ b/components/onlyoffice_docspace/actions/create-room/create-room.mjs @@ -3,8 +3,8 @@ import app from "../../onlyoffice_docspace.app.mjs"; export default { key: "onlyoffice_docspace-create-room", name: "Create Room", - description: "Creates a new room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/rooms)", - version: "0.0.2", + description: "Creates a new room. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/create-room/)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/onlyoffice_docspace/actions/invite-user/invite-user.mjs b/components/onlyoffice_docspace/actions/invite-user/invite-user.mjs index deba6de35e83d..4710c771c4b70 100644 --- a/components/onlyoffice_docspace/actions/invite-user/invite-user.mjs +++ b/components/onlyoffice_docspace/actions/invite-user/invite-user.mjs @@ -3,8 +3,8 @@ import app from "../../onlyoffice_docspace.app.mjs"; export default { key: "onlyoffice_docspace-invite-user", name: "Invite User", - description: "Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/method/people/post/api/2.0/people/invite)", - version: "0.0.2", + description: "Invites a new user to the portal. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/invite-users/)", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/onlyoffice_docspace/actions/upload-file/upload-file.mjs b/components/onlyoffice_docspace/actions/upload-file/upload-file.mjs index 023d424a59c16..eda0a15f792de 100644 --- a/components/onlyoffice_docspace/actions/upload-file/upload-file.mjs +++ b/components/onlyoffice_docspace/actions/upload-file/upload-file.mjs @@ -4,8 +4,8 @@ import constants from "../../common/constants.mjs"; export default { key: "onlyoffice_docspace-upload-file", name: "Upload File", - description: "Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/method/files/post/api/2.0/files/%7bfolderid%7d/upload)", - version: "0.1.2", + description: "Uploads a file to the specified room. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/upload-file/)", + version: "0.1.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/onlyoffice_docspace/package.json b/components/onlyoffice_docspace/package.json index 16850009a968e..20c7bc14f541f 100644 --- a/components/onlyoffice_docspace/package.json +++ b/components/onlyoffice_docspace/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onlyoffice_docspace", - "version": "0.2.1", + "version": "0.2.2", "description": "Pipedream ONLYOFFICE DocSpace Components", "main": "onlyoffice_docspace.app.mjs", "keywords": [ diff --git a/components/onlyoffice_docspace/sources/new-file/new-file.mjs b/components/onlyoffice_docspace/sources/new-file/new-file.mjs index 66deec4dc805a..bda5ccbc73ecd 100644 --- a/components/onlyoffice_docspace/sources/new-file/new-file.mjs +++ b/components/onlyoffice_docspace/sources/new-file/new-file.mjs @@ -5,8 +5,8 @@ export default { ...common, key: "onlyoffice_docspace-new-file", name: "New File Created", - description: "Emit new event when a new file is created. [See the documentation](https://api.onlyoffice.com/docspace/method/files/get/api/2.0/files/%40root).", - version: "0.0.1", + description: "Emit new event when a new file is created. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-root-folders/).", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/onlyoffice_docspace/sources/new-folder/new-folder.mjs b/components/onlyoffice_docspace/sources/new-folder/new-folder.mjs index d03ab41d05fd4..2dc260e52189e 100644 --- a/components/onlyoffice_docspace/sources/new-folder/new-folder.mjs +++ b/components/onlyoffice_docspace/sources/new-folder/new-folder.mjs @@ -5,8 +5,8 @@ export default { ...common, key: "onlyoffice_docspace-new-folder", name: "New Folder Created", - description: "Emit new event when a new folder is createdr. [See the documentation](https://api.onlyoffice.com/docspace/method/files/get/api/2.0/files/%40root).", - version: "0.0.1", + description: "Emit new event when a new folder is created. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-root-folders/).", + version: "0.0.2", type: "source", dedupe: "unique", methods: { diff --git a/components/onlyoffice_docspace/sources/new-user-added/new-user-added.mjs b/components/onlyoffice_docspace/sources/new-user-added/new-user-added.mjs index 38bb100b994fa..b703f8274b1d3 100644 --- a/components/onlyoffice_docspace/sources/new-user-added/new-user-added.mjs +++ b/components/onlyoffice_docspace/sources/new-user-added/new-user-added.mjs @@ -4,8 +4,8 @@ export default { ...common, key: "onlyoffice_docspace-new-user-added", name: "New User Added", - description: "Emit new event when a new user is added. [See the documentation](https://api.onlyoffice.com/docspace/method/people/get/api/2.0/people/simple/filter).", - version: "0.0.1", + description: "Emit new event when a new user is added. [See the documentation](https://api.onlyoffice.com/docspace/api-backend/usage-api/get-simple-by-filter/).", + version: "0.0.2", type: "source", dedupe: "unique", methods: {