@agentconnect.md/setup 1.52.0-rc.44 → 1.52.0-rc.46
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.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37490,7 +37490,10 @@ const SLACK_BOT_SCOPES = [
|
|
|
37490
37490
|
"lists:write",
|
|
37491
37491
|
"channels:join",
|
|
37492
37492
|
"team:read",
|
|
37493
|
-
"users:read.email"
|
|
37493
|
+
"users:read.email",
|
|
37494
|
+
"search:read.public",
|
|
37495
|
+
"search:read.files",
|
|
37496
|
+
"search:read.users"
|
|
37494
37497
|
];
|
|
37495
37498
|
const SLACK_BOT_EVENTS = [
|
|
37496
37499
|
"agent_session_stopped",
|