@openclaw/slack 2026.6.5 → 2026.6.6-beta.2

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 (106) hide show
  1. package/dist/api.js +2 -2
  2. package/dist/{channel-C15EZbTc.js → channel-i43aT1rv.js} +1 -1
  3. package/dist/channel-plugin-api.js +1 -1
  4. package/dist/contract-api.js +1 -5
  5. package/dist/{monitor-C1P_IgPU.js → monitor-Szm2LjsM.js} +1 -1
  6. package/dist/{pipeline.runtime-DDELeqeP.js → pipeline.runtime-Dvqs0AT-.js} +1 -1
  7. package/dist/{provider-Cxqi3uh_.js → provider-LH_j-bLA.js} +2 -1
  8. package/dist/runtime-api.js +2 -2
  9. package/node_modules/@types/node/README.md +1 -1
  10. package/node_modules/@types/node/http2.d.ts +3 -0
  11. package/node_modules/@types/node/package.json +2 -2
  12. package/node_modules/@types/ws/node_modules/@types/node/LICENSE +21 -0
  13. package/node_modules/@types/ws/node_modules/@types/node/README.md +15 -0
  14. package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +59 -0
  15. package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +950 -0
  16. package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +711 -0
  17. package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  18. package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +1765 -0
  19. package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +1366 -0
  20. package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +432 -0
  21. package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  22. package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +93 -0
  23. package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +14 -0
  24. package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +4058 -0
  25. package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +537 -0
  26. package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
  27. package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +497 -0
  28. package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +876 -0
  29. package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +150 -0
  30. package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +1008 -0
  31. package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +1468 -0
  32. package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +4780 -0
  33. package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +150 -0
  34. package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  35. package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +2147 -0
  36. package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +2485 -0
  37. package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +400 -0
  38. package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +117 -0
  39. package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +35 -0
  40. package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +264 -0
  41. package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +4406 -0
  42. package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +755 -0
  43. package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +970 -0
  44. package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +498 -0
  45. package/node_modules/@types/ws/node_modules/@types/node/package.json +155 -0
  46. package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +8 -0
  47. package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +8 -0
  48. package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +178 -0
  49. package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +612 -0
  50. package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +2204 -0
  51. package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +89 -0
  52. package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +139 -0
  53. package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +897 -0
  54. package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +158 -0
  55. package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +507 -0
  56. package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +420 -0
  57. package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +47 -0
  58. package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +1068 -0
  59. package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +114 -0
  60. package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +301 -0
  61. package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +211 -0
  62. package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +300 -0
  63. package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +1774 -0
  64. package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +27 -0
  65. package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +59 -0
  66. package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +2279 -0
  67. package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +93 -0
  68. package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +149 -0
  69. package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1193 -0
  70. package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +103 -0
  71. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  72. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  73. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  74. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +119 -0
  75. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  76. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +119 -0
  77. package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +225 -0
  78. package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +556 -0
  79. package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +558 -0
  80. package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +1677 -0
  81. package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +980 -0
  82. package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +1136 -0
  83. package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +131 -0
  84. package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  85. package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  86. package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +9 -0
  87. package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  88. package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  89. package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  90. package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +106 -0
  91. package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  92. package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  93. package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  94. package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  95. package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  96. package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  97. package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  98. package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  99. package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +24 -0
  100. package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +671 -0
  101. package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +131 -0
  102. package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +589 -0
  103. package/node_modules/semver/classes/semver.js +19 -2
  104. package/node_modules/semver/package.json +1 -1
  105. package/npm-shrinkwrap.json +18 -9
  106. package/package.json +4 -4
@@ -0,0 +1,264 @@
1
+ declare module "node:inspector" {
2
+ import { EventEmitter } from "node:events";
3
+ /**
4
+ * The `inspector.Session` is used for dispatching messages to the V8 inspector
5
+ * back-end and receiving message responses and notifications.
6
+ */
7
+ class Session extends EventEmitter {
8
+ /**
9
+ * Create a new instance of the inspector.Session class.
10
+ * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend.
11
+ */
12
+ constructor();
13
+ /**
14
+ * Connects a session to the inspector back-end.
15
+ */
16
+ connect(): void;
17
+ /**
18
+ * Connects a session to the inspector back-end.
19
+ * An exception will be thrown if this API was not called on a Worker thread.
20
+ * @since v12.11.0
21
+ */
22
+ connectToMainThread(): void;
23
+ /**
24
+ * Immediately close the session. All pending message callbacks will be called with an error.
25
+ * `session.connect()` will need to be called to be able to send messages again.
26
+ * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints.
27
+ */
28
+ disconnect(): void;
29
+ }
30
+ /**
31
+ * Activate inspector on host and port. Equivalent to `node --inspect=[[host:]port]`, but can be done programmatically after node has
32
+ * started.
33
+ *
34
+ * If wait is `true`, will block until a client has connected to the inspect port
35
+ * and flow control has been passed to the debugger client.
36
+ *
37
+ * See the [security warning](https://nodejs.org/docs/latest-v25.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure)
38
+ * regarding the `host` parameter usage.
39
+ * @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI.
40
+ * @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI.
41
+ * @param wait Block until a client has connected. Defaults to what was specified on the CLI.
42
+ * @returns Disposable that calls `inspector.close()`.
43
+ */
44
+ function open(port?: number, host?: string, wait?: boolean): Disposable;
45
+ /**
46
+ * Deactivate the inspector. Blocks until there are no active connections.
47
+ */
48
+ function close(): void;
49
+ /**
50
+ * Return the URL of the active inspector, or `undefined` if there is none.
51
+ *
52
+ * ```console
53
+ * $ node --inspect -p 'inspector.url()'
54
+ * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
55
+ * For help, see: https://nodejs.org/en/docs/inspector
56
+ * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34
57
+ *
58
+ * $ node --inspect=localhost:3000 -p 'inspector.url()'
59
+ * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
60
+ * For help, see: https://nodejs.org/en/docs/inspector
61
+ * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a
62
+ *
63
+ * $ node -p 'inspector.url()'
64
+ * undefined
65
+ * ```
66
+ */
67
+ function url(): string | undefined;
68
+ /**
69
+ * Blocks until a client (existing or connected later) has sent `Runtime.runIfWaitingForDebugger` command.
70
+ *
71
+ * An exception will be thrown if there is no active inspector.
72
+ * @since v12.7.0
73
+ */
74
+ function waitForDebugger(): void;
75
+ // These methods are exposed by the V8 inspector console API (inspector/v8-console.h).
76
+ // The method signatures differ from those of the Node.js console, and are deliberately
77
+ // typed permissively.
78
+ interface InspectorConsole {
79
+ debug(...data: any[]): void;
80
+ error(...data: any[]): void;
81
+ info(...data: any[]): void;
82
+ log(...data: any[]): void;
83
+ warn(...data: any[]): void;
84
+ dir(...data: any[]): void;
85
+ dirxml(...data: any[]): void;
86
+ table(...data: any[]): void;
87
+ trace(...data: any[]): void;
88
+ group(...data: any[]): void;
89
+ groupCollapsed(...data: any[]): void;
90
+ groupEnd(...data: any[]): void;
91
+ clear(...data: any[]): void;
92
+ count(label?: any): void;
93
+ countReset(label?: any): void;
94
+ assert(value?: any, ...data: any[]): void;
95
+ profile(label?: any): void;
96
+ profileEnd(label?: any): void;
97
+ time(label?: any): void;
98
+ timeLog(label?: any): void;
99
+ timeStamp(label?: any): void;
100
+ }
101
+ /**
102
+ * An object to send messages to the remote inspector console.
103
+ * @since v11.0.0
104
+ */
105
+ const console: InspectorConsole;
106
+ // DevTools protocol event broadcast methods
107
+ namespace Network {
108
+ /**
109
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
110
+ *
111
+ * Broadcasts the `Network.requestWillBeSent` event to connected frontends. This event indicates that
112
+ * the application is about to send an HTTP request.
113
+ * @since v22.6.0
114
+ */
115
+ function requestWillBeSent(params: RequestWillBeSentEventDataType): void;
116
+ /**
117
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
118
+ *
119
+ * Broadcasts the `Network.dataReceived` event to connected frontends, or buffers the data if
120
+ * `Network.streamResourceContent` command was not invoked for the given request yet.
121
+ *
122
+ * Also enables `Network.getResponseBody` command to retrieve the response data.
123
+ * @since v24.2.0
124
+ */
125
+ function dataReceived(params: DataReceivedEventDataType): void;
126
+ /**
127
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
128
+ *
129
+ * Enables `Network.getRequestPostData` command to retrieve the request data.
130
+ * @since v24.3.0
131
+ */
132
+ function dataSent(params: unknown): void;
133
+ /**
134
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
135
+ *
136
+ * Broadcasts the `Network.responseReceived` event to connected frontends. This event indicates that
137
+ * HTTP response is available.
138
+ * @since v22.6.0
139
+ */
140
+ function responseReceived(params: ResponseReceivedEventDataType): void;
141
+ /**
142
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
143
+ *
144
+ * Broadcasts the `Network.loadingFinished` event to connected frontends. This event indicates that
145
+ * HTTP request has finished loading.
146
+ * @since v22.6.0
147
+ */
148
+ function loadingFinished(params: LoadingFinishedEventDataType): void;
149
+ /**
150
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
151
+ *
152
+ * Broadcasts the `Network.loadingFailed` event to connected frontends. This event indicates that
153
+ * HTTP request has failed to load.
154
+ * @since v22.7.0
155
+ */
156
+ function loadingFailed(params: LoadingFailedEventDataType): void;
157
+ /**
158
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
159
+ *
160
+ * Broadcasts the `Network.webSocketCreated` event to connected frontends. This event indicates that
161
+ * a WebSocket connection has been initiated.
162
+ * @since v24.7.0
163
+ */
164
+ function webSocketCreated(params: WebSocketCreatedEventDataType): void;
165
+ /**
166
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
167
+ *
168
+ * Broadcasts the `Network.webSocketHandshakeResponseReceived` event to connected frontends.
169
+ * This event indicates that the WebSocket handshake response has been received.
170
+ * @since v24.7.0
171
+ */
172
+ function webSocketHandshakeResponseReceived(params: WebSocketHandshakeResponseReceivedEventDataType): void;
173
+ /**
174
+ * This feature is only available with the `--experimental-network-inspection` flag enabled.
175
+ *
176
+ * Broadcasts the `Network.webSocketClosed` event to connected frontends.
177
+ * This event indicates that a WebSocket connection has been closed.
178
+ * @since v24.7.0
179
+ */
180
+ function webSocketClosed(params: WebSocketClosedEventDataType): void;
181
+ }
182
+ namespace NetworkResources {
183
+ /**
184
+ * This feature is only available with the `--experimental-inspector-network-resource` flag enabled.
185
+ *
186
+ * The inspector.NetworkResources.put method is used to provide a response for a loadNetworkResource
187
+ * request issued via the Chrome DevTools Protocol (CDP).
188
+ * This is typically triggered when a source map is specified by URL, and a DevTools frontend—such as
189
+ * Chrome—requests the resource to retrieve the source map.
190
+ *
191
+ * This method allows developers to predefine the resource content to be served in response to such CDP requests.
192
+ *
193
+ * ```js
194
+ * const inspector = require('node:inspector');
195
+ * // By preemptively calling put to register the resource, a source map can be resolved when
196
+ * // a loadNetworkResource request is made from the frontend.
197
+ * async function setNetworkResources() {
198
+ * const mapUrl = 'http://localhost:3000/dist/app.js.map';
199
+ * const tsUrl = 'http://localhost:3000/src/app.ts';
200
+ * const distAppJsMap = await fetch(mapUrl).then((res) => res.text());
201
+ * const srcAppTs = await fetch(tsUrl).then((res) => res.text());
202
+ * inspector.NetworkResources.put(mapUrl, distAppJsMap);
203
+ * inspector.NetworkResources.put(tsUrl, srcAppTs);
204
+ * };
205
+ * setNetworkResources().then(() => {
206
+ * require('./dist/app');
207
+ * });
208
+ * ```
209
+ *
210
+ * For more details, see the official CDP documentation: [Network.loadNetworkResource](https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-loadNetworkResource)
211
+ * @since v24.5.0
212
+ * @experimental
213
+ */
214
+ function put(url: string, data: string): void;
215
+ }
216
+ namespace DOMStorage {
217
+ /**
218
+ * This feature is only available with the
219
+ * `--experimental-storage-inspection` flag enabled.
220
+ *
221
+ * Broadcasts the `DOMStorage.domStorageItemAdded` event to connected frontends.
222
+ * This event indicates that a new item has been added to the storage.
223
+ * @since v25.5.0
224
+ */
225
+ function domStorageItemAdded(params: DomStorageItemAddedEventDataType): void;
226
+ /**
227
+ * This feature is only available with the
228
+ * `--experimental-storage-inspection` flag enabled.
229
+ *
230
+ * Broadcasts the `DOMStorage.domStorageItemRemoved` event to connected frontends.
231
+ * This event indicates that an item has been removed from the storage.
232
+ * @since v25.5.0
233
+ */
234
+ function domStorageItemRemoved(params: DomStorageItemRemovedEventDataType): void;
235
+ /**
236
+ * This feature is only available with the
237
+ * `--experimental-storage-inspection` flag enabled.
238
+
239
+ * Broadcasts the `DOMStorage.domStorageItemUpdated` event to connected frontends.
240
+ * This event indicates that a storage item has been updated.
241
+ * @since v25.5.0
242
+ */
243
+ function domStorageItemUpdated(params: DomStorageItemUpdatedEventDataType): void;
244
+ /**
245
+ * This feature is only available with the
246
+ * `--experimental-storage-inspection` flag enabled.
247
+ *
248
+ * Broadcasts the `DOMStorage.domStorageItemsCleared` event to connected
249
+ * frontends. This event indicates that all items have been cleared from the
250
+ * storage.
251
+ * @since v25.5.0
252
+ */
253
+ function domStorageItemsCleared(params: DomStorageItemsClearedEventDataType): void;
254
+ /**
255
+ * This feature is only available with the
256
+ * `--experimental-storage-inspection` flag enabled.
257
+ * @since v25.5.0
258
+ */
259
+ function registerStorage(params: unknown): void;
260
+ }
261
+ }
262
+ declare module "inspector" {
263
+ export * from "node:inspector";
264
+ }