Skip to content

Commit bd5dd34

Browse files
committed
Re-generate events.
1 parent d978e38 commit bd5dd34

File tree

147 files changed

+930
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+930
-219
lines changed

events/accounts_changed.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "accounts_changed",
33
"desc": "The list of accounts a user is signed into has changed.",
44
"long_desc": "The accounts_changed event is used by our web client to maintain a list of logged-in accounts. Other clients should ignore this event. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more",
5-
"required_scope": "RTM",
65
"example": {
76
"type": "accounts_changed"
8-
}
7+
},
8+
"scopes": [],
9+
"APIs": [
10+
"RTM"
11+
]
912
}

events/app_deleted.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_deleted",
33
"desc": "User has deleted an app.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_home_opened.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_home_opened",
33
"desc": "User clicked into your App Home.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_installed.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_installed",
33
"desc": "User has installed an app.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_mention.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_mention",
33
"desc": "Subscribe to only the message events that mention your app or bot.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_rate_limited.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_rate_limited",
33
"desc": "Indicates your app's event subscriptions are being rate limited.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_requested.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_requested",
33
"desc": "User requested an app.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_uninstalled.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_uninstalled",
33
"desc": "Your Slack app was uninstalled.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/app_uninstalled_team.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "app_uninstalled_team",
33
"desc": "User has uninstalled an app.",
4-
"required_scope": "RTM"
4+
"scopes": [],
5+
"APIs": [
6+
"Events"
7+
]
58
}

events/assistant_app_thread.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"name": "assistant_app_thread",
33
"desc": "The message sent is an app assistant thread..",
4-
"required_scope": "RTM"
4+
"scopes": [
5+
"channels:history",
6+
"groups:history",
7+
"im:history",
8+
"mpim:history"
9+
],
10+
"APIs": [
11+
"Events",
12+
"RTM"
13+
]
514
}

0 commit comments

Comments
 (0)