@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,89 @@
1
+ declare module "node:punycode" {
2
+ /**
3
+ * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only
4
+ * characters to the equivalent string of Unicode codepoints.
5
+ *
6
+ * ```js
7
+ * punycode.decode('maana-pta'); // 'mañana'
8
+ * punycode.decode('--dqo34k'); // '☃-⌘'
9
+ * ```
10
+ * @since v0.5.1
11
+ */
12
+ function decode(string: string): string;
13
+ /**
14
+ * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters.
15
+ *
16
+ * ```js
17
+ * punycode.encode('mañana'); // 'maana-pta'
18
+ * punycode.encode('☃-⌘'); // '--dqo34k'
19
+ * ```
20
+ * @since v0.5.1
21
+ */
22
+ function encode(string: string): string;
23
+ /**
24
+ * The `punycode.toUnicode()` method converts a string representing a domain name
25
+ * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be
26
+ * converted.
27
+ *
28
+ * ```js
29
+ * // decode domain names
30
+ * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com'
31
+ * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com'
32
+ * punycode.toUnicode('example.com'); // 'example.com'
33
+ * ```
34
+ * @since v0.6.1
35
+ */
36
+ function toUnicode(domain: string): string;
37
+ /**
38
+ * The `punycode.toASCII()` method converts a Unicode string representing an
39
+ * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the
40
+ * domain name will be converted. Calling `punycode.toASCII()` on a string that
41
+ * already only contains ASCII characters will have no effect.
42
+ *
43
+ * ```js
44
+ * // encode domain names
45
+ * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com'
46
+ * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com'
47
+ * punycode.toASCII('example.com'); // 'example.com'
48
+ * ```
49
+ * @since v0.6.1
50
+ */
51
+ function toASCII(domain: string): string;
52
+ /**
53
+ * @deprecated since v7.0.0
54
+ * The version of the punycode module bundled in Node.js is being deprecated.
55
+ * In a future major version of Node.js this module will be removed.
56
+ * Users currently depending on the punycode module should switch to using
57
+ * the userland-provided Punycode.js module instead.
58
+ */
59
+ const ucs2: ucs2;
60
+ interface ucs2 {
61
+ /**
62
+ * @deprecated since v7.0.0
63
+ * The version of the punycode module bundled in Node.js is being deprecated.
64
+ * In a future major version of Node.js this module will be removed.
65
+ * Users currently depending on the punycode module should switch to using
66
+ * the userland-provided Punycode.js module instead.
67
+ */
68
+ decode(string: string): number[];
69
+ /**
70
+ * @deprecated since v7.0.0
71
+ * The version of the punycode module bundled in Node.js is being deprecated.
72
+ * In a future major version of Node.js this module will be removed.
73
+ * Users currently depending on the punycode module should switch to using
74
+ * the userland-provided Punycode.js module instead.
75
+ */
76
+ encode(codePoints: readonly number[]): string;
77
+ }
78
+ /**
79
+ * @deprecated since v7.0.0
80
+ * The version of the punycode module bundled in Node.js is being deprecated.
81
+ * In a future major version of Node.js this module will be removed.
82
+ * Users currently depending on the punycode module should switch to using
83
+ * the userland-provided Punycode.js module instead.
84
+ */
85
+ const version: string;
86
+ }
87
+ declare module "punycode" {
88
+ export * from "node:punycode";
89
+ }
@@ -0,0 +1,139 @@
1
+ declare module "node:querystring" {
2
+ interface StringifyOptions {
3
+ /**
4
+ * The function to use when converting URL-unsafe characters to percent-encoding in the query string.
5
+ * @default `querystring.escape()`
6
+ */
7
+ encodeURIComponent?: ((str: string) => string) | undefined;
8
+ }
9
+ interface ParseOptions {
10
+ /**
11
+ * Specifies the maximum number of keys to parse. Specify `0` to remove key counting limitations.
12
+ * @default 1000
13
+ */
14
+ maxKeys?: number | undefined;
15
+ /**
16
+ * The function to use when decoding percent-encoded characters in the query string.
17
+ * @default `querystring.unescape()`
18
+ */
19
+ decodeURIComponent?: ((str: string) => string) | undefined;
20
+ }
21
+ interface ParsedUrlQuery extends NodeJS.Dict<string | string[]> {}
22
+ interface ParsedUrlQueryInput extends
23
+ NodeJS.Dict<
24
+ | string
25
+ | number
26
+ | boolean
27
+ | bigint
28
+ | ReadonlyArray<string | number | boolean | bigint>
29
+ | null
30
+ >
31
+ {}
32
+ /**
33
+ * The `querystring.stringify()` method produces a URL query string from a
34
+ * given `obj` by iterating through the object's "own properties".
35
+ *
36
+ * It serializes the following types of values passed in `obj`: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) |
37
+ * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) |
38
+ * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) |
39
+ * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) |
40
+ * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) |
41
+ * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) |
42
+ * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) |
43
+ * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to
44
+ * empty strings.
45
+ *
46
+ * ```js
47
+ * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' });
48
+ * // Returns 'foo=bar&#x26;baz=qux&#x26;baz=quux&#x26;corge='
49
+ *
50
+ * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':');
51
+ * // Returns 'foo:bar;baz:qux'
52
+ * ```
53
+ *
54
+ * By default, characters requiring percent-encoding within the query string will
55
+ * be encoded as UTF-8\. If an alternative encoding is required, then an alternative `encodeURIComponent` option will need to be specified:
56
+ *
57
+ * ```js
58
+ * // Assuming gbkEncodeURIComponent function already exists,
59
+ *
60
+ * querystring.stringify({ w: '中文', foo: 'bar' }, null, null,
61
+ * { encodeURIComponent: gbkEncodeURIComponent });
62
+ * ```
63
+ * @since v0.1.25
64
+ * @param obj The object to serialize into a URL query string
65
+ * @param [sep='&'] The substring used to delimit key and value pairs in the query string.
66
+ * @param [eq='='] . The substring used to delimit keys and values in the query string.
67
+ */
68
+ function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string;
69
+ /**
70
+ * The `querystring.parse()` method parses a URL query string (`str`) into a
71
+ * collection of key and value pairs.
72
+ *
73
+ * For example, the query string `'foo=bar&#x26;abc=xyz&#x26;abc=123'` is parsed into:
74
+ *
75
+ * ```json
76
+ * {
77
+ * "foo": "bar",
78
+ * "abc": ["xyz", "123"]
79
+ * }
80
+ * ```
81
+ *
82
+ * The object returned by the `querystring.parse()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`,
83
+ * `obj.hasOwnProperty()`, and others
84
+ * are not defined and _will not work_.
85
+ *
86
+ * By default, percent-encoded characters within the query string will be assumed
87
+ * to use UTF-8 encoding. If an alternative character encoding is used, then an
88
+ * alternative `decodeURIComponent` option will need to be specified:
89
+ *
90
+ * ```js
91
+ * // Assuming gbkDecodeURIComponent function already exists...
92
+ *
93
+ * querystring.parse('w=%D6%D0%CE%C4&#x26;foo=bar', null, null,
94
+ * { decodeURIComponent: gbkDecodeURIComponent });
95
+ * ```
96
+ * @since v0.1.25
97
+ * @param str The URL query string to parse
98
+ * @param [sep='&'] The substring used to delimit key and value pairs in the query string.
99
+ * @param [eq='='] The substring used to delimit keys and values in the query string.
100
+ */
101
+ function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery;
102
+ /**
103
+ * The querystring.encode() function is an alias for querystring.stringify().
104
+ */
105
+ const encode: typeof stringify;
106
+ /**
107
+ * The querystring.decode() function is an alias for querystring.parse().
108
+ */
109
+ const decode: typeof parse;
110
+ /**
111
+ * The `querystring.escape()` method performs URL percent-encoding on the given `str` in a manner that is optimized for the specific requirements of URL
112
+ * query strings.
113
+ *
114
+ * The `querystring.escape()` method is used by `querystring.stringify()` and is
115
+ * generally not expected to be used directly. It is exported primarily to allow
116
+ * application code to provide a replacement percent-encoding implementation if
117
+ * necessary by assigning `querystring.escape` to an alternative function.
118
+ * @since v0.1.25
119
+ */
120
+ function escape(str: string): string;
121
+ /**
122
+ * The `querystring.unescape()` method performs decoding of URL percent-encoded
123
+ * characters on the given `str`.
124
+ *
125
+ * The `querystring.unescape()` method is used by `querystring.parse()` and is
126
+ * generally not expected to be used directly. It is exported primarily to allow
127
+ * application code to provide a replacement decoding implementation if
128
+ * necessary by assigning `querystring.unescape` to an alternative function.
129
+ *
130
+ * By default, the `querystring.unescape()` method will attempt to use the
131
+ * JavaScript built-in `decodeURIComponent()` method to decode. If that fails,
132
+ * a safer equivalent that does not throw on malformed URLs will be used.
133
+ * @since v0.1.25
134
+ */
135
+ function unescape(str: string): string;
136
+ }
137
+ declare module "querystring" {
138
+ export * from "node:querystring";
139
+ }