@agentconnect.md/setup 1.52.0-rc.11 → 1.52.0-rc.13

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 CHANGED
@@ -37483,7 +37483,14 @@ const SLACK_BOT_SCOPES = [
37483
37483
  "canvases:write",
37484
37484
  "channels:manage",
37485
37485
  "groups:write",
37486
- "mpim:write"
37486
+ "mpim:write",
37487
+ "bookmarks:read",
37488
+ "bookmarks:write",
37489
+ "lists:read",
37490
+ "lists:write",
37491
+ "channels:join",
37492
+ "team:read",
37493
+ "users:read.email"
37487
37494
  ];
37488
37495
  const SLACK_BOT_EVENTS = [
37489
37496
  "agent_session_stopped",