Skip to content

Commit 65735ee

Browse files
committed
Bump version to 0.3.0
1 parent c6199cb commit 65735ee

32 files changed

+10457
-2931
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ To use Zoom Rivet effectively, you should understand three important concepts: a
5757

5858
Zoom Rivet handles authentication for developers. All you have to do is provide your app's `ClientId` and `ClientSecret`. See the matrix in the table below to better how authentication works in each Rivet module:
5959

60-
| Module | Auth Type |
61-
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
62-
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
63-
| Video SDK | [JWT](https://developers.zoom.us/docs/video-sdk/api-request/) |
64-
| Team Chat, Meetings, Phone, Accounts, Users | [User OAuth](https://developers.zoom.us/docs/integrations/), [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
60+
| Module | Auth Type |
61+
| -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
62+
| Chatbot | [Client Credentials](https://developers.zoom.us/docs/team-chat-apps/installation-and-authentication/#authentication) |
63+
| Video SDK | [JWT](https://developers.zoom.us/docs/video-sdk/api-request/) |
64+
| Commerce | [User OAuth](https://developers.zoom.us/docs/integrations/) |
65+
| Accounts, Marketplace, Meetings, Phone, Team Chat, Users | [User OAuth](https://developers.zoom.us/docs/integrations/), [Server OAuth](https://developers.zoom.us/docs/internal-apps/) |
6566

6667
### Listening to Events
6768

accounts/accounts.cjs

Lines changed: 111 additions & 133 deletions
Large diffs are not rendered by default.

accounts/accounts.d.ts

Lines changed: 159 additions & 137 deletions
Large diffs are not rendered by default.

accounts/accounts.mjs

Lines changed: 111 additions & 133 deletions
Large diffs are not rendered by default.

chatbot/chatbot.cjs

Lines changed: 111 additions & 133 deletions
Large diffs are not rendered by default.

chatbot/chatbot.d.ts

Lines changed: 158 additions & 123 deletions
Large diffs are not rendered by default.

chatbot/chatbot.mjs

Lines changed: 111 additions & 133 deletions
Large diffs are not rendered by default.

commerce/commerce.cjs

Lines changed: 1053 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)