@cuylabs/channel-slack-agent-core 0.5.1 → 0.7.0

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.
Files changed (89) hide show
  1. package/README.md +20 -39
  2. package/dist/{adapter.d.ts → adapter/index.d.ts} +7 -5
  3. package/dist/adapter/index.js +9 -0
  4. package/dist/{adapter-Cmd2C90g.d.ts → adapter-B3CI611y.d.ts} +1 -1
  5. package/dist/app-surface.d.ts +13 -3
  6. package/dist/app-surface.js +5 -7
  7. package/dist/app.d.ts +9 -4
  8. package/dist/app.js +6 -9
  9. package/dist/artifacts/index.d.ts +57 -0
  10. package/dist/artifacts/index.js +6 -0
  11. package/dist/{assistant.d.ts → assistant/index.d.ts} +6 -4
  12. package/dist/{assistant.js → assistant/index.js} +3 -5
  13. package/dist/{chunk-CYEBGC6G.js → chunk-76SRS54H.js} +5 -5
  14. package/dist/{chunk-M64Z6TYL.js → chunk-7DUO5BMW.js} +16 -6
  15. package/dist/{chunk-NIPAN4KA.js → chunk-A2PLAVW6.js} +2 -3
  16. package/dist/chunk-C7CHMYV6.js +226 -0
  17. package/dist/chunk-C7VSW4ZM.js +548 -0
  18. package/dist/{chunk-JMLB7A2V.js → chunk-DJPKRKGP.js} +5 -5
  19. package/dist/chunk-ELR6MQD7.js +12 -0
  20. package/dist/{chunk-FDRQOG7Q.js → chunk-FQWFB54C.js} +26 -15
  21. package/dist/{chunk-BFUPAJON.js → chunk-MGBNGG4D.js} +59 -37
  22. package/dist/chunk-NNCVHQC4.js +94 -0
  23. package/dist/chunk-P7PFQ3SQ.js +396 -0
  24. package/dist/{chunk-WO4BJMF3.js → chunk-TCNJY7QA.js} +5 -5
  25. package/dist/{chunk-DHPD4XH5.js → chunk-TMADMHBN.js} +210 -29
  26. package/dist/{chunk-IWUYIAY5.js → chunk-VMVQIDNR.js} +5 -7
  27. package/dist/{chunk-IXY3BXU5.js → chunk-X7ILLZZP.js} +359 -2
  28. package/dist/context-fragments-CQEDcjYR.d.ts +30 -0
  29. package/dist/express-assistant.d.ts +6 -3
  30. package/dist/express-assistant.js +4 -7
  31. package/dist/express.d.ts +7 -3
  32. package/dist/express.js +3 -6
  33. package/dist/feedback/index.d.ts +1 -0
  34. package/dist/feedback/index.js +10 -0
  35. package/dist/history/index.d.ts +61 -0
  36. package/dist/history/index.js +8 -0
  37. package/dist/index.d.ts +23 -16
  38. package/dist/index.js +81 -160
  39. package/dist/interactive/index.d.ts +71 -0
  40. package/dist/{interactive.js → interactive/index.js} +9 -4
  41. package/dist/mcp.js +0 -1
  42. package/dist/{options-C7OYeNR-.d.ts → options-BcDReOJv.d.ts} +48 -0
  43. package/dist/{options-Uf-qmQKN.d.ts → options-CdqBABcM.d.ts} +26 -1
  44. package/dist/{shared.d.ts → shared/index.d.ts} +24 -36
  45. package/dist/{shared.js → shared/index.js} +2 -6
  46. package/dist/socket.d.ts +9 -4
  47. package/dist/socket.js +6 -9
  48. package/dist/source/index.d.ts +154 -0
  49. package/dist/source/index.js +38 -0
  50. package/dist/{types-BqRzb_Cd.d.ts → types-CRWzJB5G.d.ts} +35 -0
  51. package/dist/types-CiwGU6zC.d.ts +56 -0
  52. package/dist/views/index.d.ts +8 -0
  53. package/dist/views/index.js +10 -0
  54. package/docs/README.md +18 -0
  55. package/docs/concepts/final-response-artifacts.md +39 -0
  56. package/docs/concepts/interactive-requests.md +43 -0
  57. package/docs/concepts/tool-task-rendering.md +46 -0
  58. package/docs/concepts/view-workflows.md +52 -0
  59. package/docs/reference/boundary.md +22 -0
  60. package/docs/reference/exports.md +26 -0
  61. package/package.json +36 -50
  62. package/dist/adapter.js +0 -13
  63. package/dist/bolt.d.ts +0 -8
  64. package/dist/bolt.js +0 -10
  65. package/dist/chunk-2SUAW6MV.js +0 -12
  66. package/dist/chunk-645NNJIM.js +0 -12
  67. package/dist/chunk-ANIZ5NT4.js +0 -12
  68. package/dist/chunk-GNXWTKQ6.js +0 -48
  69. package/dist/chunk-HFT2FXJP.js +0 -12
  70. package/dist/chunk-I2KLQ2HA.js +0 -22
  71. package/dist/chunk-K2E6A377.js +0 -12
  72. package/dist/chunk-NDVXBI7Z.js +0 -12
  73. package/dist/chunk-PX4RGO3N.js +0 -12
  74. package/dist/chunk-VHGV66M7.js +0 -12
  75. package/dist/diagnostics.d.ts +0 -1
  76. package/dist/diagnostics.js +0 -10
  77. package/dist/feedback.d.ts +0 -1
  78. package/dist/feedback.js +0 -10
  79. package/dist/history.d.ts +0 -1
  80. package/dist/history.js +0 -10
  81. package/dist/interactive.d.ts +0 -30
  82. package/dist/policy.d.ts +0 -1
  83. package/dist/policy.js +0 -10
  84. package/dist/setup.d.ts +0 -1
  85. package/dist/setup.js +0 -10
  86. package/dist/targets.d.ts +0 -1
  87. package/dist/targets.js +0 -10
  88. package/dist/users.d.ts +0 -1
  89. package/dist/users.js +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/channel-slack-agent-core",
3
- "version": "0.5.1",
3
+ "version": "0.7.0",
4
4
  "description": "Slack adapter for @cuylabs/agent-core built on @cuylabs/channel-slack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -12,9 +12,9 @@
12
12
  "default": "./dist/index.js"
13
13
  },
14
14
  "./adapter": {
15
- "types": "./dist/adapter.d.ts",
16
- "import": "./dist/adapter.js",
17
- "default": "./dist/adapter.js"
15
+ "types": "./dist/adapter/index.d.ts",
16
+ "import": "./dist/adapter/index.js",
17
+ "default": "./dist/adapter/index.js"
18
18
  },
19
19
  "./app": {
20
20
  "types": "./dist/app.d.ts",
@@ -26,20 +26,15 @@
26
26
  "import": "./dist/app-surface.js",
27
27
  "default": "./dist/app-surface.js"
28
28
  },
29
- "./assistant": {
30
- "types": "./dist/assistant.d.ts",
31
- "import": "./dist/assistant.js",
32
- "default": "./dist/assistant.js"
33
- },
34
- "./bolt": {
35
- "types": "./dist/bolt.d.ts",
36
- "import": "./dist/bolt.js",
37
- "default": "./dist/bolt.js"
29
+ "./artifacts": {
30
+ "types": "./dist/artifacts/index.d.ts",
31
+ "import": "./dist/artifacts/index.js",
32
+ "default": "./dist/artifacts/index.js"
38
33
  },
39
- "./diagnostics": {
40
- "types": "./dist/diagnostics.d.ts",
41
- "import": "./dist/diagnostics.js",
42
- "default": "./dist/diagnostics.js"
34
+ "./assistant": {
35
+ "types": "./dist/assistant/index.d.ts",
36
+ "import": "./dist/assistant/index.js",
37
+ "default": "./dist/assistant/index.js"
43
38
  },
44
39
  "./express": {
45
40
  "types": "./dist/express.d.ts",
@@ -52,63 +47,54 @@
52
47
  "default": "./dist/express-assistant.js"
53
48
  },
54
49
  "./feedback": {
55
- "types": "./dist/feedback.d.ts",
56
- "import": "./dist/feedback.js",
57
- "default": "./dist/feedback.js"
50
+ "types": "./dist/feedback/index.d.ts",
51
+ "import": "./dist/feedback/index.js",
52
+ "default": "./dist/feedback/index.js"
58
53
  },
59
54
  "./history": {
60
- "types": "./dist/history.d.ts",
61
- "import": "./dist/history.js",
62
- "default": "./dist/history.js"
55
+ "types": "./dist/history/index.d.ts",
56
+ "import": "./dist/history/index.js",
57
+ "default": "./dist/history/index.js"
63
58
  },
64
59
  "./interactive": {
65
- "types": "./dist/interactive.d.ts",
66
- "import": "./dist/interactive.js",
67
- "default": "./dist/interactive.js"
60
+ "types": "./dist/interactive/index.d.ts",
61
+ "import": "./dist/interactive/index.js",
62
+ "default": "./dist/interactive/index.js"
68
63
  },
69
64
  "./mcp": {
70
65
  "types": "./dist/mcp.d.ts",
71
66
  "import": "./dist/mcp.js",
72
67
  "default": "./dist/mcp.js"
73
68
  },
74
- "./policy": {
75
- "types": "./dist/policy.d.ts",
76
- "import": "./dist/policy.js",
77
- "default": "./dist/policy.js"
78
- },
79
- "./setup": {
80
- "types": "./dist/setup.d.ts",
81
- "import": "./dist/setup.js",
82
- "default": "./dist/setup.js"
83
- },
84
69
  "./shared": {
85
- "types": "./dist/shared.d.ts",
86
- "import": "./dist/shared.js",
87
- "default": "./dist/shared.js"
70
+ "types": "./dist/shared/index.d.ts",
71
+ "import": "./dist/shared/index.js",
72
+ "default": "./dist/shared/index.js"
88
73
  },
89
74
  "./socket": {
90
75
  "types": "./dist/socket.d.ts",
91
76
  "import": "./dist/socket.js",
92
77
  "default": "./dist/socket.js"
93
78
  },
94
- "./targets": {
95
- "types": "./dist/targets.d.ts",
96
- "import": "./dist/targets.js",
97
- "default": "./dist/targets.js"
79
+ "./source": {
80
+ "types": "./dist/source/index.d.ts",
81
+ "import": "./dist/source/index.js",
82
+ "default": "./dist/source/index.js"
98
83
  },
99
- "./users": {
100
- "types": "./dist/users.d.ts",
101
- "import": "./dist/users.js",
102
- "default": "./dist/users.js"
84
+ "./views": {
85
+ "types": "./dist/views/index.d.ts",
86
+ "import": "./dist/views/index.js",
87
+ "default": "./dist/views/index.js"
103
88
  }
104
89
  },
105
90
  "files": [
106
91
  "dist",
92
+ "docs",
107
93
  "README.md"
108
94
  ],
109
95
  "dependencies": {
110
96
  "@cuylabs/agent-core": "^7.2.0",
111
- "@cuylabs/channel-slack": "^0.5.1"
97
+ "@cuylabs/channel-slack": "^0.7.0"
112
98
  },
113
99
  "peerDependencies": {
114
100
  "@slack/bolt": ">=4.7.3",
@@ -158,9 +144,9 @@
158
144
  "node": ">=20"
159
145
  },
160
146
  "scripts": {
161
- "build": "tsup src/index.ts src/shared.ts src/adapter.ts src/app.ts src/app-surface.ts src/assistant.ts src/bolt.ts src/diagnostics.ts src/express.ts src/express-assistant.ts src/feedback.ts src/history.ts src/interactive.ts src/mcp.ts src/policy.ts src/setup.ts src/socket.ts src/targets.ts src/users.ts --format esm --dts --clean",
147
+ "build": "tsup src/index.ts src/shared/index.ts src/adapter/index.ts src/app.ts src/app-surface.ts src/artifacts/index.ts src/assistant/index.ts src/express.ts src/express-assistant.ts src/feedback/index.ts src/history/index.ts src/interactive/index.ts src/mcp.ts src/socket.ts src/source/index.ts src/views/index.ts --format esm --dts --clean",
162
148
  "clean": "rm -rf dist",
163
- "dev": "tsup src/index.ts src/shared.ts src/adapter.ts src/app.ts src/app-surface.ts src/assistant.ts src/bolt.ts src/diagnostics.ts src/express.ts src/express-assistant.ts src/feedback.ts src/history.ts src/interactive.ts src/mcp.ts src/policy.ts src/setup.ts src/socket.ts src/targets.ts src/users.ts --format esm --dts --watch",
149
+ "dev": "tsup src/index.ts src/shared/index.ts src/adapter/index.ts src/app.ts src/app-surface.ts src/artifacts/index.ts src/assistant/index.ts src/express.ts src/express-assistant.ts src/feedback/index.ts src/history/index.ts src/interactive/index.ts src/mcp.ts src/socket.ts src/source/index.ts src/views/index.ts --format esm --dts --watch",
164
150
  "lint": "eslint \"src/**/*.{ts,tsx}\" \"tests/**/*.{ts,tsx}\" --max-warnings=0",
165
151
  "test": "vitest run",
166
152
  "test:watch": "vitest",
package/dist/adapter.js DELETED
@@ -1,13 +0,0 @@
1
- import {
2
- createSlackChannelAdapter,
3
- createSlackSessionMap,
4
- resolveThreadAwareSlackSessionId
5
- } from "./chunk-FDRQOG7Q.js";
6
- import "./chunk-GNXWTKQ6.js";
7
- import "./chunk-DHPD4XH5.js";
8
- import "./chunk-I2KLQ2HA.js";
9
- export {
10
- createSlackChannelAdapter,
11
- createSlackSessionMap,
12
- resolveThreadAwareSlackSessionId
13
- };
package/dist/bolt.d.ts DELETED
@@ -1,8 +0,0 @@
1
- export * from '@cuylabs/channel-slack/bolt';
2
- import '@cuylabs/channel-slack/diagnostics';
3
- import '@cuylabs/channel-slack/feedback';
4
- import '@cuylabs/channel-slack/history';
5
- import '@cuylabs/channel-slack/policy';
6
- import '@cuylabs/channel-slack/setup';
7
- import '@cuylabs/channel-slack/targets';
8
- import '@cuylabs/channel-slack/users';
package/dist/bolt.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- bolt_exports
3
- } from "./chunk-ANIZ5NT4.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/bolt.ts
9
- var bolt_exports2 = {};
10
- __reExport(bolt_exports2, bolt_exports);
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/policy/index.ts
6
- var policy_exports = {};
7
- __reExport(policy_exports, policy_star);
8
- import * as policy_star from "@cuylabs/channel-slack/policy";
9
-
10
- export {
11
- policy_exports
12
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/setup/index.ts
6
- var setup_exports = {};
7
- __reExport(setup_exports, setup_star);
8
- import * as setup_star from "@cuylabs/channel-slack/setup";
9
-
10
- export {
11
- setup_exports
12
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/bolt/index.ts
6
- var bolt_exports = {};
7
- __reExport(bolt_exports, bolt_star);
8
- import * as bolt_star from "@cuylabs/channel-slack/bolt";
9
-
10
- export {
11
- bolt_exports
12
- };
@@ -1,48 +0,0 @@
1
- // src/shared/formatting.ts
2
- import {
3
- markdownToSlackMrkdwn,
4
- resolveSlackMessageFormatter
5
- } from "@cuylabs/channel-slack/core";
6
-
7
- // src/shared/activity/classify.ts
8
- import {
9
- isProcessableMessage,
10
- resolveSlackChannelType,
11
- stripLeadingMentions
12
- } from "@cuylabs/channel-slack/core";
13
-
14
- // src/shared/activity/identity.ts
15
- import {
16
- extractSlackAuthContext,
17
- extractSlackUserIdentity
18
- } from "@cuylabs/channel-slack/core";
19
-
20
- // src/shared/activity/parse.ts
21
- import {
22
- extractSlackActionToken,
23
- parseSlackMentionActivity,
24
- parseSlackMessageActivity
25
- } from "@cuylabs/channel-slack/core";
26
-
27
- // src/shared/activity/text.ts
28
- import {
29
- extractSlackAttachmentsText,
30
- extractSlackBlocksText,
31
- extractSlackMessageText
32
- } from "@cuylabs/channel-slack/core";
33
-
34
- export {
35
- markdownToSlackMrkdwn,
36
- resolveSlackMessageFormatter,
37
- isProcessableMessage,
38
- resolveSlackChannelType,
39
- stripLeadingMentions,
40
- extractSlackAuthContext,
41
- extractSlackUserIdentity,
42
- extractSlackActionToken,
43
- parseSlackMentionActivity,
44
- parseSlackMessageActivity,
45
- extractSlackAttachmentsText,
46
- extractSlackBlocksText,
47
- extractSlackMessageText
48
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/users/index.ts
6
- var users_exports = {};
7
- __reExport(users_exports, users_star);
8
- import * as users_star from "@cuylabs/channel-slack/users";
9
-
10
- export {
11
- users_exports
12
- };
@@ -1,22 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
18
-
19
- export {
20
- __export,
21
- __reExport
22
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/targets/index.ts
6
- var targets_exports = {};
7
- __reExport(targets_exports, targets_star);
8
- import * as targets_star from "@cuylabs/channel-slack/targets";
9
-
10
- export {
11
- targets_exports
12
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/diagnostics/index.ts
6
- var diagnostics_exports = {};
7
- __reExport(diagnostics_exports, diagnostics_star);
8
- import * as diagnostics_star from "@cuylabs/channel-slack/diagnostics";
9
-
10
- export {
11
- diagnostics_exports
12
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/history/index.ts
6
- var history_exports = {};
7
- __reExport(history_exports, history_star);
8
- import * as history_star from "@cuylabs/channel-slack/history";
9
-
10
- export {
11
- history_exports
12
- };
@@ -1,12 +0,0 @@
1
- import {
2
- __reExport
3
- } from "./chunk-I2KLQ2HA.js";
4
-
5
- // src/feedback/index.ts
6
- var feedback_exports = {};
7
- __reExport(feedback_exports, feedback_star);
8
- import * as feedback_star from "@cuylabs/channel-slack/feedback";
9
-
10
- export {
11
- feedback_exports
12
- };
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/diagnostics';
@@ -1,10 +0,0 @@
1
- import {
2
- diagnostics_exports
3
- } from "./chunk-NDVXBI7Z.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/diagnostics.ts
9
- var diagnostics_exports2 = {};
10
- __reExport(diagnostics_exports2, diagnostics_exports);
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/feedback';
package/dist/feedback.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- feedback_exports
3
- } from "./chunk-VHGV66M7.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/feedback.ts
9
- var feedback_exports2 = {};
10
- __reExport(feedback_exports2, feedback_exports);
package/dist/history.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/history';
package/dist/history.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- history_exports
3
- } from "./chunk-PX4RGO3N.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/history.ts
9
- var history_exports2 = {};
10
- __reExport(history_exports2, history_exports);
@@ -1,30 +0,0 @@
1
- import { i as SlackInteractiveRequestRecord, k as SlackInteractiveRequestStore, b as SlackInteractiveApprovalRequest, S as SlackInteractiveActionIds, e as SlackInteractiveHumanInputRequest, m as SlackInteractiveResolution, d as SlackInteractiveControllerOptions, c as SlackInteractiveController } from './types-Crpil4kb.js';
2
- export { a as SlackInteractiveActor, f as SlackInteractiveMessageTarget, g as SlackInteractivePendingWaiter, h as SlackInteractivePostedMessage, j as SlackInteractiveRequestStatus, l as SlackInteractiveRequestWaitOptions, n as SlackInteractiveStoredRequest } from './types-Crpil4kb.js';
3
- import '@cuylabs/agent-core';
4
- import '@slack/bolt';
5
- import './interactive-o_NZb-Xg.js';
6
- import '@cuylabs/channel-slack/core';
7
-
8
- declare function createInMemorySlackInteractiveRequestStore(): SlackInteractiveRequestStore;
9
- declare function nowIso(): string;
10
- declare function cloneRecord(record: SlackInteractiveRequestRecord): SlackInteractiveRequestRecord;
11
-
12
- declare function buildApprovalRequestMessage(request: SlackInteractiveApprovalRequest, actionIds: SlackInteractiveActionIds): {
13
- text: string;
14
- blocks: unknown[];
15
- };
16
- declare function buildHumanInputRequestMessage(request: SlackInteractiveHumanInputRequest, actionIds: SlackInteractiveActionIds): {
17
- text: string;
18
- blocks: unknown[];
19
- };
20
- declare function buildResolvedMessage(label: string, resolution: SlackInteractiveResolution): {
21
- text: string;
22
- blocks: unknown[];
23
- };
24
- declare function buildHumanInputModal(request: SlackInteractiveHumanInputRequest, actionIds: SlackInteractiveActionIds): Record<string, unknown>;
25
- declare function encodeActionValue(payload: Record<string, unknown>): string;
26
- declare function decodeActionValue(value: unknown): Record<string, unknown>;
27
-
28
- declare function createSlackInteractiveController(options?: SlackInteractiveControllerOptions): SlackInteractiveController;
29
-
30
- export { SlackInteractiveActionIds, SlackInteractiveApprovalRequest, SlackInteractiveController, SlackInteractiveControllerOptions, SlackInteractiveHumanInputRequest, SlackInteractiveRequestRecord, SlackInteractiveRequestStore, SlackInteractiveResolution, buildApprovalRequestMessage, buildHumanInputModal, buildHumanInputRequestMessage, buildResolvedMessage, cloneRecord, createInMemorySlackInteractiveRequestStore, createSlackInteractiveController, decodeActionValue, encodeActionValue, nowIso };
package/dist/policy.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/policy';
package/dist/policy.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- policy_exports
3
- } from "./chunk-2SUAW6MV.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/policy.ts
9
- var policy_exports2 = {};
10
- __reExport(policy_exports2, policy_exports);
package/dist/setup.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/setup';
package/dist/setup.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- setup_exports
3
- } from "./chunk-645NNJIM.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/setup.ts
9
- var setup_exports2 = {};
10
- __reExport(setup_exports2, setup_exports);
package/dist/targets.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/targets';
package/dist/targets.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- targets_exports
3
- } from "./chunk-K2E6A377.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/targets.ts
9
- var targets_exports2 = {};
10
- __reExport(targets_exports2, targets_exports);
package/dist/users.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@cuylabs/channel-slack/users';
package/dist/users.js DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- users_exports
3
- } from "./chunk-HFT2FXJP.js";
4
- import {
5
- __reExport
6
- } from "./chunk-I2KLQ2HA.js";
7
-
8
- // src/users.ts
9
- var users_exports2 = {};
10
- __reExport(users_exports2, users_exports);