Skip to content

Commit f08210b

Browse files
authored
feat(KNO-7604): add MsTeamsChannelsRead grant (#84)
For use with the upcoming TeamsKit components.
1 parent dba7673 commit f08210b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@knocklabs/node",
3-
"version": "0.6.15",
3+
"version": "0.6.16",
44
"description": "Library for interacting with the Knock API",
55
"homepage": "https://github.com/knocklabs/knock-node",
66
"author": "@knocklabs",

src/common/userTokens.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export enum Grants {
22
SlackChannelsRead = "slack/channels_read",
3+
MsTeamsChannelsRead = "ms_teams/channels_read",
34
ChannelDataRead = "channel_data/read",
45
ChannelDataWrite = "channel_data/write",
56
UserFeedRead = "user/feed_read",

0 commit comments

Comments
 (0)