@scopieflows/app-zoom 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scopieflows/app-zoom",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "ai": "^6.0.0",
package/src/index.js CHANGED
@@ -8,11 +8,11 @@ const shared_1 = require("@scopieflows/shared");
8
8
  const create_meeting_1 = require("./lib/actions/create-meeting");
9
9
  const create_meeting_registrant_1 = require("./lib/actions/create-meeting-registrant");
10
10
  exports.zoomAuth = pieces_framework_1.PieceAuth.OAuth2({
11
- description: `
12
- 1. Go to [marketplace.zoom.us](https://marketplace.zoom.us/) and log in to your account.
13
- 2. In the upper-right corner, click **Develop** then **Build App**.
14
- 3. Select **General App**.
15
- 4. Copy the Client ID and Client Secret.Add Redirect URL and press continue.
11
+ description: `
12
+ 1. Go to [marketplace.zoom.us](https://marketplace.zoom.us/) and log in to your account.
13
+ 2. In the upper-right corner, click **Develop** then **Build App**.
14
+ 3. Select **General App**.
15
+ 4. Copy the Client ID and Client Secret.Add Redirect URL and press continue.
16
16
  5. Go to **Scopes** from left side bar and add **meeting:write:meeting** and **meeting:write:registrant** as scopes.`,
17
17
  authUrl: 'https://zoom.us/oauth/authorize',
18
18
  tokenUrl: 'https://zoom.us/oauth/token',