@openclaw/slack 2026.6.5-beta.6 → 2026.6.6-beta.1
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/api.js +2 -2
- package/dist/{channel-C15EZbTc.js → channel-i43aT1rv.js} +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/contract-api.js +1 -5
- package/dist/{monitor-C1P_IgPU.js → monitor-Szm2LjsM.js} +1 -1
- package/dist/{pipeline.runtime-DDELeqeP.js → pipeline.runtime-Dvqs0AT-.js} +1 -1
- package/dist/{provider-Cxqi3uh_.js → provider-LH_j-bLA.js} +2 -1
- package/dist/runtime-api.js +2 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +3 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/ws/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +950 -0
- package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +1765 -0
- package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +1366 -0
- package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +432 -0
- package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +14 -0
- package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +4058 -0
- package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +537 -0
- package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +876 -0
- package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +1008 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +4780 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +150 -0
- package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +2147 -0
- package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +2485 -0
- package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +400 -0
- package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +117 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +264 -0
- package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +755 -0
- package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +970 -0
- package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +498 -0
- package/node_modules/@types/ws/node_modules/@types/node/package.json +155 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +178 -0
- package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +2204 -0
- package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +89 -0
- package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +139 -0
- package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +897 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +507 -0
- package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +420 -0
- package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +47 -0
- package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +300 -0
- package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +1774 -0
- package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +2279 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +149 -0
- package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +1193 -0
- package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +103 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +225 -0
- package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +556 -0
- package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +1677 -0
- package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +980 -0
- package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +1136 -0
- package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +589 -0
- package/node_modules/semver/classes/semver.js +19 -2
- package/node_modules/semver/package.json +1 -1
- package/npm-shrinkwrap.json +18 -9
- package/package.json +4 -4
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
declare module "node:zlib/iter" {
|
|
2
|
+
import { StatefulTransform, SyncStatefulTransform } from "node:stream/iter";
|
|
3
|
+
interface BrotliOptions {
|
|
4
|
+
chunkSize?: number | undefined;
|
|
5
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
6
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
7
|
+
}
|
|
8
|
+
interface ZlibOptions {
|
|
9
|
+
chunkSize?: number | undefined;
|
|
10
|
+
windowBits?: number | undefined;
|
|
11
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
12
|
+
}
|
|
13
|
+
interface ZlibCompressionOptions extends ZlibOptions {
|
|
14
|
+
level?: number | undefined;
|
|
15
|
+
memLevel?: number | undefined;
|
|
16
|
+
strategy?: number | undefined;
|
|
17
|
+
}
|
|
18
|
+
interface ZstdOptions {
|
|
19
|
+
chunkSize?: number | undefined;
|
|
20
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
21
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
22
|
+
}
|
|
23
|
+
interface ZstdCompressionOptions extends ZstdOptions {
|
|
24
|
+
pledgedSrcSize?: number | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
28
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
29
|
+
* @since v25.9.0
|
|
30
|
+
* @returns A stateful transform.
|
|
31
|
+
*/
|
|
32
|
+
function compressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
33
|
+
/**
|
|
34
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
35
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
36
|
+
* @since v25.9.0
|
|
37
|
+
* @returns A stateful transform.
|
|
38
|
+
*/
|
|
39
|
+
function compressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
40
|
+
/**
|
|
41
|
+
* Create a deflate compression transform. Output is compatible with
|
|
42
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
43
|
+
* @since v25.9.0
|
|
44
|
+
* @returns A stateful transform.
|
|
45
|
+
*/
|
|
46
|
+
function compressDeflate(options?: ZlibCompressionOptions): StatefulTransform;
|
|
47
|
+
/**
|
|
48
|
+
* Create a deflate compression transform. Output is compatible with
|
|
49
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
50
|
+
* @since v25.9.0
|
|
51
|
+
* @returns A stateful transform.
|
|
52
|
+
*/
|
|
53
|
+
function compressDeflateSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
54
|
+
/**
|
|
55
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
56
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
57
|
+
* @returns A stateful transform.
|
|
58
|
+
*/
|
|
59
|
+
function compressGzip(options?: ZlibCompressionOptions): StatefulTransform;
|
|
60
|
+
/**
|
|
61
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
62
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
63
|
+
* @returns A stateful transform.
|
|
64
|
+
*/
|
|
65
|
+
function compressGzipSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
66
|
+
/**
|
|
67
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
68
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
69
|
+
* @since v25.9.0
|
|
70
|
+
* @returns A stateful transform.
|
|
71
|
+
*/
|
|
72
|
+
function compressZstd(options?: ZstdCompressionOptions): StatefulTransform;
|
|
73
|
+
/**
|
|
74
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
75
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
76
|
+
* @since v25.9.0
|
|
77
|
+
* @returns A stateful transform.
|
|
78
|
+
*/
|
|
79
|
+
function compressZstdSync(options?: ZstdCompressionOptions): SyncStatefulTransform;
|
|
80
|
+
/**
|
|
81
|
+
* Create a Brotli decompression transform.
|
|
82
|
+
* @since v25.9.0
|
|
83
|
+
* @returns A stateful transform.
|
|
84
|
+
*/
|
|
85
|
+
function decompressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
86
|
+
/**
|
|
87
|
+
* Create a Brotli decompression transform.
|
|
88
|
+
* @since v25.9.0
|
|
89
|
+
* @returns A stateful transform.
|
|
90
|
+
*/
|
|
91
|
+
function decompressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
92
|
+
/**
|
|
93
|
+
* Create a deflate decompression transform.
|
|
94
|
+
* @since v25.9.0
|
|
95
|
+
* @returns A stateful transform.
|
|
96
|
+
*/
|
|
97
|
+
function decompressDeflate(options?: ZlibOptions): StatefulTransform;
|
|
98
|
+
/**
|
|
99
|
+
* Create a deflate decompression transform.
|
|
100
|
+
* @since v25.9.0
|
|
101
|
+
* @returns A stateful transform.
|
|
102
|
+
*/
|
|
103
|
+
function decompressDeflateSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
104
|
+
/**
|
|
105
|
+
* Create a gzip decompression transform.
|
|
106
|
+
* @since v25.9.0
|
|
107
|
+
* @returns A stateful transform.
|
|
108
|
+
*/
|
|
109
|
+
function decompressGzip(options?: ZlibOptions): StatefulTransform;
|
|
110
|
+
/**
|
|
111
|
+
* Create a gzip decompression transform.
|
|
112
|
+
* @since v25.9.0
|
|
113
|
+
* @returns A stateful transform.
|
|
114
|
+
*/
|
|
115
|
+
function decompressGzipSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
116
|
+
/**
|
|
117
|
+
* Create a Zstandard decompression transform.
|
|
118
|
+
* @since v25.9.0
|
|
119
|
+
* @returns A stateful transform.
|
|
120
|
+
*/
|
|
121
|
+
function decompressZstd(options?: ZstdOptions): StatefulTransform;
|
|
122
|
+
/**
|
|
123
|
+
* Create a Zstandard decompression transform.
|
|
124
|
+
* @since v25.9.0
|
|
125
|
+
* @returns A stateful transform.
|
|
126
|
+
*/
|
|
127
|
+
function decompressZstdSync(options?: ZstdOptions): SyncStatefulTransform;
|
|
128
|
+
}
|
|
129
|
+
declare module "zlib/iter" {
|
|
130
|
+
export * from "node:zlib/iter";
|
|
131
|
+
}
|