We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba7673 commit f08210bCopy full SHA for f08210b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@knocklabs/node",
3
- "version": "0.6.15",
+ "version": "0.6.16",
4
"description": "Library for interacting with the Knock API",
5
"homepage": "https://github.com/knocklabs/knock-node",
6
"author": "@knocklabs",
src/common/userTokens.ts
@@ -1,5 +1,6 @@
export enum Grants {
SlackChannelsRead = "slack/channels_read",
+ MsTeamsChannelsRead = "ms_teams/channels_read",
ChannelDataRead = "channel_data/read",
ChannelDataWrite = "channel_data/write",
UserFeedRead = "user/feed_read",
0 commit comments