@utdk/slack 1.7.0-20260530.1-dev.646adf4

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/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for slack
2
+ # Edit this file to add corrections, pagination hints, and auth hints.
3
+ # This overlay is applied during regeneration to enrich the generated package.
4
+ # Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
5
+ #
6
+ # Example description correction:
7
+ # descriptions:
8
+ # listRepos: "List all repositories the authenticated user has access to."
9
+ #
10
+ # Example pagination hint:
11
+ # paginationHints:
12
+ # listRepos:
13
+ # type: cursor
14
+ # cursorParam: page
15
+ # limitParam: per_page
16
+ # resultsKey: items
17
+
18
+ provider: slack
19
+ specUrl: https://api.apis.guru/v2/specs/slack.com/1.7.0/openapi.json
20
+ generatedAt: 2026-05-30T12:25:07.772Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@utdk/slack",
3
+ "version": "1.7.0-20260530.1-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Slack Web API. One way to interact with the Slack platform is its HTTP RPC-based Web API, a collection of methods requiring OAuth 2.0-based user, bot, or workspace tokens blessed with related OAuth scopes.",
6
+ "homepage": "https://api.slack.com/web",
7
+ "keywords": [
8
+ "slack",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "slack",
15
+ "generation": 1,
16
+ "generatedAt": "2026-05-30T12:25:07.762Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "oauth2",
20
+ "token_url": "https://slack.com/api/oauth.v2.access",
21
+ "client_id": "${SLACK_CLIENT_ID}",
22
+ "client_secret": "${SLACK_CLIENT_SECRET}",
23
+ "scope": "channels:read chat:write users:read"
24
+ }
25
+ ],
26
+ "openapi": {
27
+ "title": "Slack Web API",
28
+ "url": "https://api.apis.guru/v2/specs/slack.com/1.7.0/openapi.json",
29
+ "version": "1.7.0",
30
+ "termsOfService": null,
31
+ "icon": "https://api.apis.guru/v2/cache/logo/http_static.tumblr.com_wvuzcz9_LlKncfhmp_slack_logo_240.png"
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "slack",
3
+ "generatedAt": "2026-05-30T12:25:11.626Z",
4
+ "generation": 1,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://api.apis.guru/v2/specs/slack.com/1.7.0/openapi.json",
8
+ "hash": "sha256:9c307a24ca5997d5a8314eccd1b321fc5155c317b4c2a62d9526a1bd68498cf1",
9
+ "fetchedAt": "2026-05-30T12:25:11.626Z"
10
+ },
11
+ "ingestSource": "composio",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 1,
15
+ "competingPackages": 16
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 100
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,110 @@
1
+ {
2
+ "provider": "slack",
3
+ "generatedAt": "2026-05-30T12:25:08.616Z",
4
+ "noveltyScore": 1,
5
+ "npmPackages": [
6
+ {
7
+ "name": "slack-sdk",
8
+ "version": "5.0.0",
9
+ "description": "Basic Slack Api SDK",
10
+ "category": "community-sdk"
11
+ },
12
+ {
13
+ "name": "@slack/logger",
14
+ "version": "4.0.1",
15
+ "description": "Logging utility used by Node Slack SDK",
16
+ "category": "official-sdk"
17
+ },
18
+ {
19
+ "name": "@slack/types",
20
+ "version": "2.21.1",
21
+ "description": "Shared type definitions for the Node Slack SDK",
22
+ "category": "official-sdk"
23
+ },
24
+ {
25
+ "name": "@slack/deno-slack-sdk",
26
+ "version": "2.15.1",
27
+ "description": "Official library for using Deno Slack SDK in node Slack apps",
28
+ "category": "official-sdk"
29
+ },
30
+ {
31
+ "name": "effect-slack",
32
+ "version": "0.3.2",
33
+ "description": "An Effect-native Slack SDK",
34
+ "category": "other"
35
+ },
36
+ {
37
+ "name": "@types/slack-node",
38
+ "version": "0.1.8",
39
+ "description": "TypeScript definitions for slack-node",
40
+ "category": "types"
41
+ },
42
+ {
43
+ "name": "@types/slack-mock",
44
+ "version": "1.1.8",
45
+ "description": "TypeScript definitions for slack-mock",
46
+ "category": "types"
47
+ },
48
+ {
49
+ "name": "axe-core",
50
+ "version": "4.11.4",
51
+ "description": "Accessibility engine for automated Web UI testing",
52
+ "category": "other"
53
+ },
54
+ {
55
+ "name": "@slack/web-api",
56
+ "version": "7.16.0",
57
+ "description": "Official library for using the Slack Platform's Web API",
58
+ "category": "official-sdk"
59
+ },
60
+ {
61
+ "name": "mcp-server-slack",
62
+ "version": "1.0.1",
63
+ "description": "MCP Server for Slack API integration",
64
+ "category": "mcp-server"
65
+ },
66
+ {
67
+ "name": "@mindstone/mcp-server-slack",
68
+ "version": "0.1.3",
69
+ "description": "Slack workspace MCP server — channels, messages, threads, reactions, users, files, bookmarks, scheduling via Slack Web API",
70
+ "category": "mcp-server"
71
+ },
72
+ {
73
+ "name": "slack-local",
74
+ "version": "0.2.1",
75
+ "description": "Postman CSE toolkit MCP server -- Slack, Atlassian, Salesforce, Looker, and more",
76
+ "category": "other"
77
+ },
78
+ {
79
+ "name": "slack-mcp-server",
80
+ "version": "1.3.0",
81
+ "description": "Model Context Protocol (MCP) server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins",
82
+ "category": "mcp-server"
83
+ },
84
+ {
85
+ "name": "@sigmacomputing/slack-mcp-server",
86
+ "version": "0.1.1",
87
+ "description": "MCP server for interacting with Slack",
88
+ "category": "mcp-server"
89
+ },
90
+ {
91
+ "name": "@slack/bolt",
92
+ "version": "4.7.3",
93
+ "description": "A framework for building Slack apps, fast.",
94
+ "category": "official-sdk"
95
+ },
96
+ {
97
+ "name": "@slack/socket-mode",
98
+ "version": "2.0.7",
99
+ "description": "Official library for using the Slack Platform's Socket Mode API",
100
+ "category": "official-sdk"
101
+ }
102
+ ],
103
+ "gapAnalysis": {
104
+ "hasOfficialSdk": true,
105
+ "hasCommunitySDK": true,
106
+ "hasTypeDefinitions": true,
107
+ "hasMcpServer": true,
108
+ "recommendation": "An official SDK exists for slack. Consider wrapping it or focusing on gaps it does not cover. An MCP server already exists; differentiate by offering better type coverage."
109
+ }
110
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type SlackClient = {
2
+
3
+ };