@openclaw/slack 2026.9.4 → 2026.9.5

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 (3010) hide show
  1. package/assets/activity.svg +40 -0
  2. package/assets/icon.png +0 -0
  3. package/dist/.setup/account-inspect-B86OaUEt.mjs +87 -0
  4. package/dist/.setup/accounts-C1FspRF-.mjs +187 -0
  5. package/dist/.setup/accounts.runtime-BpWv-6-2.mjs +2 -0
  6. package/dist/.setup/action-runtime-Aa-h24Fq.mjs +647 -0
  7. package/dist/.setup/action-runtime.runtime-DwH3NdpT.mjs +2 -0
  8. package/dist/.setup/actions-BvGUGk3w.mjs +935 -0
  9. package/dist/.setup/approval-handler.runtime-BcZNF-VP.mjs +305 -0
  10. package/dist/.setup/approval-message-updates-Cy1cxfBn.mjs +27 -0
  11. package/dist/.setup/channel-DrBm0NFw.mjs +1218 -0
  12. package/dist/.setup/channel-type-osC0XOES.mjs +106 -0
  13. package/dist/.setup/channel.setup-BSY5hzVz.mjs +646 -0
  14. package/dist/.setup/directory-config-CTs7YyuU.mjs +55 -0
  15. package/dist/.setup/directory-live-Btq0063Q.mjs +116 -0
  16. package/dist/.setup/doctor-contract-CtMUqjvk.mjs +186 -0
  17. package/dist/.setup/message-tool-api-DRnDCVdY.mjs +150 -0
  18. package/dist/.setup/monitor-Dw5uuKWM.mjs +13 -0
  19. package/dist/.setup/outbound-adapter-K3Ek1iSR.mjs +280 -0
  20. package/dist/.setup/pipeline.runtime-BZqGcbfi.mjs +4492 -0
  21. package/dist/.setup/plugin-routes-C3X0eVaK.mjs +22 -0
  22. package/dist/.setup/policy-Db_QWCZZ.mjs +72 -0
  23. package/dist/.setup/probe-64C6k3_Q.mjs +648 -0
  24. package/dist/.setup/provider-w36VTgZ3.mjs +7692 -0
  25. package/dist/.setup/relay-source-CDqY76Vp.mjs +270 -0
  26. package/dist/.setup/replies-CWFhjS9S.mjs +510 -0
  27. package/dist/.setup/reply-blocks-9uCeAJts.mjs +854 -0
  28. package/dist/.setup/resolve-channels-x8fX1SEt.mjs +96 -0
  29. package/dist/.setup/resolve-users-B8BpBnH2.mjs +123 -0
  30. package/dist/.setup/rolldown-runtime-D7D4PA-g.mjs +13 -0
  31. package/dist/.setup/runtime-setter-api-CMFvhrAr.mjs +3 -0
  32. package/dist/.setup/scopes-CJ-6l4v4.mjs +73 -0
  33. package/dist/.setup/secret-contract-api-D9UfYujm.mjs +3 -0
  34. package/dist/.setup/security-audit-BypHqcq5.mjs +41 -0
  35. package/dist/.setup/send-6GCb3lBP.mjs +1384 -0
  36. package/dist/.setup/send.runtime-BmqRP-WG.mjs +2 -0
  37. package/dist/.setup/session-status-BhG6pdiH.mjs +1741 -0
  38. package/dist/.setup/setup-plugin-api-DtCEByQB.mjs +3 -0
  39. package/dist/.setup/setup-surface-DsE0hsYY.mjs +148 -0
  40. package/dist/.setup/shared-BNmqCPgQ.mjs +288 -0
  41. package/dist/.setup/slash-commands.runtime-BpSH0b3q.mjs +2 -0
  42. package/dist/.setup/slash-dispatch.runtime-Io4ASZsY.mjs +7 -0
  43. package/dist/.setup/slash-skill-commands.runtime-Bi1JWZHY.mjs +2 -0
  44. package/dist/.setup/target-parsing-DEsPjngB.mjs +134 -0
  45. package/dist/.setup/targets-Cku2KCvg.mjs +13 -0
  46. package/dist/account-inspect-api.js +1 -1
  47. package/dist/api.js +17 -17
  48. package/dist/channel-config-api.js +1 -1
  49. package/dist/channel-plugin-api.js +1 -1
  50. package/dist/configured-state.js +1 -1
  51. package/dist/directory-contract-api.js +1 -1
  52. package/dist/doctor-contract-api.js +1 -1
  53. package/dist/http-routes-api.js +1 -1
  54. package/dist/index.js +1 -1
  55. package/dist/message-tool-api.js +1 -1
  56. package/dist/runtime-api.js +13 -13
  57. package/dist/runtime-setter-api.js +1 -1
  58. package/dist/secret-contract-api.js +1 -1
  59. package/dist/security-contract-api.js +1 -1
  60. package/dist/setup-entry.js +4 -3
  61. package/dist/setup-plugin-api.js +1 -1
  62. package/node_modules/@slack/bolt/dist/index.d.ts +1 -1
  63. package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
  64. package/node_modules/@slack/bolt/dist/index.js +4 -1
  65. package/node_modules/@slack/bolt/dist/index.js.map +1 -1
  66. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +1 -1
  67. package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
  68. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts +4 -3
  69. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts.map +1 -1
  70. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js +42 -11
  71. package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js.map +1 -1
  72. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts +5 -1
  73. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
  74. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +14 -4
  75. package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
  76. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts +3 -1
  77. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts.map +1 -1
  78. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js +11 -1
  79. package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js.map +1 -1
  80. package/node_modules/@slack/bolt/node_modules/@types/node/README.md +1 -1
  81. package/node_modules/@slack/bolt/node_modules/@types/node/buffer.buffer.d.ts +10 -5
  82. package/node_modules/@slack/bolt/node_modules/@types/node/buffer.d.ts +1 -0
  83. package/node_modules/@slack/bolt/node_modules/@types/node/crypto.d.ts +2 -4
  84. package/node_modules/@slack/bolt/node_modules/@types/node/dgram.d.ts +119 -4
  85. package/node_modules/@slack/bolt/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  86. package/node_modules/@slack/bolt/node_modules/@types/node/ffi.d.ts +1 -1
  87. package/node_modules/@slack/bolt/node_modules/@types/node/fs/promises.d.ts +61 -65
  88. package/node_modules/@slack/bolt/node_modules/@types/node/fs.d.ts +86 -76
  89. package/node_modules/@slack/bolt/node_modules/@types/node/http.d.ts +18 -2
  90. package/node_modules/@slack/bolt/node_modules/@types/node/http2.d.ts +12 -4
  91. package/node_modules/@slack/bolt/node_modules/@types/node/index.d.ts +1 -0
  92. package/node_modules/@slack/bolt/node_modules/@types/node/inspector.d.ts +2 -1
  93. package/node_modules/@slack/bolt/node_modules/@types/node/net.d.ts +108 -16
  94. package/node_modules/@slack/bolt/node_modules/@types/node/package.json +3 -3
  95. package/node_modules/@slack/bolt/node_modules/@types/node/perf_hooks.d.ts +31 -19
  96. package/node_modules/@slack/bolt/node_modules/@types/node/process.d.ts +52 -0
  97. package/node_modules/@slack/bolt/node_modules/@types/node/quic.d.ts +252 -42
  98. package/node_modules/@slack/bolt/node_modules/@types/node/sqlite.d.ts +6 -2
  99. package/node_modules/@slack/bolt/node_modules/@types/node/stream/iter.d.ts +4 -4
  100. package/node_modules/@slack/bolt/node_modules/@types/node/stream/web.d.ts +20 -0
  101. package/node_modules/@slack/bolt/node_modules/@types/node/test.d.ts +36 -0
  102. package/node_modules/@slack/bolt/node_modules/@types/node/tls.d.ts +50 -15
  103. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
  104. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  105. package/node_modules/@slack/bolt/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  106. package/node_modules/@slack/bolt/node_modules/@types/node/tty.d.ts +4 -3
  107. package/node_modules/@slack/bolt/node_modules/@types/node/vfs.d.ts +211 -0
  108. package/node_modules/@slack/bolt/node_modules/@types/node/vm.d.ts +1 -1
  109. package/node_modules/@slack/bolt/node_modules/@types/node/zlib.d.ts +17 -0
  110. package/node_modules/@slack/bolt/node_modules/proxy-addr/HISTORY.md +60 -54
  111. package/node_modules/@slack/bolt/node_modules/proxy-addr/README.md +1 -1
  112. package/node_modules/@slack/bolt/node_modules/proxy-addr/index.js +32 -0
  113. package/node_modules/@slack/bolt/node_modules/proxy-addr/package.json +8 -4
  114. package/node_modules/@slack/bolt/node_modules/qs/.github/THREAT_MODEL.md +3 -3
  115. package/node_modules/@slack/bolt/node_modules/qs/CHANGELOG.md +15 -0
  116. package/node_modules/@slack/bolt/node_modules/qs/README.md +19 -1
  117. package/node_modules/@slack/bolt/node_modules/qs/dist/qs.js +21 -21
  118. package/node_modules/@slack/bolt/node_modules/qs/eslint.config.mjs +1 -1
  119. package/node_modules/@slack/bolt/node_modules/qs/lib/parse.js +3 -4
  120. package/node_modules/@slack/bolt/node_modules/qs/lib/stringify.js +23 -8
  121. package/node_modules/@slack/bolt/node_modules/qs/lib/utils.js +10 -3
  122. package/node_modules/@slack/bolt/node_modules/qs/package.json +4 -4
  123. package/node_modules/@slack/bolt/node_modules/qs/test/parse.js +192 -3
  124. package/node_modules/@slack/bolt/node_modules/qs/test/stringify.js +317 -0
  125. package/node_modules/@slack/bolt/node_modules/qs/test/utils.js +12 -0
  126. package/node_modules/@slack/bolt/node_modules/undici-types/client.d.ts +8 -3
  127. package/node_modules/@slack/bolt/node_modules/undici-types/connector.d.ts +1 -0
  128. package/node_modules/@slack/bolt/node_modules/undici-types/cookies.d.ts +1 -1
  129. package/node_modules/@slack/bolt/node_modules/undici-types/dispatcher.d.ts +3 -3
  130. package/node_modules/@slack/bolt/node_modules/undici-types/errors.d.ts +10 -0
  131. package/node_modules/@slack/bolt/node_modules/undici-types/fetch.d.ts +5 -1
  132. package/node_modules/@slack/bolt/node_modules/undici-types/handlers.d.ts +2 -0
  133. package/node_modules/@slack/bolt/node_modules/undici-types/interceptors.d.ts +1 -1
  134. package/node_modules/@slack/bolt/node_modules/undici-types/mock-interceptor.d.ts +5 -1
  135. package/node_modules/@slack/bolt/node_modules/undici-types/package.json +1 -1
  136. package/node_modules/@slack/bolt/node_modules/undici-types/proxy-agent.d.ts +7 -0
  137. package/node_modules/@slack/bolt/package.json +5 -5
  138. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  139. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -0
  140. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -0
  141. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -2
  142. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +119 -4
  143. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  144. package/node_modules/@slack/web-api/node_modules/@types/node/ffi.d.ts +1 -1
  145. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +61 -65
  146. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +86 -76
  147. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
  148. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
  149. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -0
  150. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +2 -1
  151. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +108 -16
  152. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  153. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +31 -19
  154. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +43 -15
  155. package/node_modules/@slack/web-api/node_modules/@types/node/stream/iter.d.ts +4 -4
  156. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +20 -0
  157. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +50 -15
  158. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
  159. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  160. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  161. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -3
  162. package/node_modules/@slack/web-api/node_modules/@types/node/vfs.d.ts +211 -0
  163. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
  164. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +17 -0
  165. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +8 -3
  166. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +1 -0
  167. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +1 -1
  168. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -3
  169. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +10 -0
  170. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +5 -1
  171. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +2 -0
  172. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +1 -1
  173. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +5 -1
  174. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  175. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +7 -0
  176. package/node_modules/typebox/build/compile/validator.d.mts +1 -1
  177. package/node_modules/typebox/build/compile/validator.mjs +1 -1
  178. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +7 -5
  179. package/node_modules/typebox/build/format/iri.mjs +5 -1
  180. package/node_modules/typebox/build/guard/emit.mjs +2 -4
  181. package/node_modules/typebox/build/guard/guard.mjs +6 -18
  182. package/node_modules/typebox/build/guard/string.mjs +16 -24
  183. package/node_modules/typebox/build/schema/build.mjs +2 -2
  184. package/node_modules/typebox/build/schema/check.mjs +1 -1
  185. package/node_modules/typebox/build/schema/compile.d.mts +3 -2
  186. package/node_modules/typebox/build/schema/compile.mjs +8 -8
  187. package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -7
  188. package/node_modules/typebox/build/schema/engine/_context.mjs +23 -15
  189. package/node_modules/typebox/build/schema/engine/_functions.d.mts +2 -2
  190. package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
  191. package/node_modules/typebox/build/schema/engine/_reducer.d.mts +3 -3
  192. package/node_modules/typebox/build/schema/engine/_refine.d.mts +5 -5
  193. package/node_modules/typebox/build/schema/engine/_refine.mjs +4 -7
  194. package/node_modules/typebox/build/schema/engine/_stack.d.mts +34 -16
  195. package/node_modules/typebox/build/schema/engine/_stack.mjs +148 -104
  196. package/node_modules/typebox/build/schema/engine/additionalItems.d.mts +4 -4
  197. package/node_modules/typebox/build/schema/engine/additionalProperties.d.mts +8 -8
  198. package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +26 -18
  199. package/node_modules/typebox/build/schema/engine/allOf.d.mts +4 -4
  200. package/node_modules/typebox/build/schema/engine/allOf.mjs +3 -3
  201. package/node_modules/typebox/build/schema/engine/anyOf.d.mts +4 -4
  202. package/node_modules/typebox/build/schema/engine/anyOf.mjs +5 -10
  203. package/node_modules/typebox/build/schema/engine/boolean.d.mts +4 -4
  204. package/node_modules/typebox/build/schema/engine/boolean.mjs +2 -6
  205. package/node_modules/typebox/build/schema/engine/const.d.mts +4 -4
  206. package/node_modules/typebox/build/schema/engine/const.mjs +2 -6
  207. package/node_modules/typebox/build/schema/engine/contains.d.mts +4 -4
  208. package/node_modules/typebox/build/schema/engine/contains.mjs +2 -6
  209. package/node_modules/typebox/build/schema/engine/dependencies.d.mts +4 -4
  210. package/node_modules/typebox/build/schema/engine/dependencies.mjs +3 -6
  211. package/node_modules/typebox/build/schema/engine/dependentRequired.d.mts +4 -4
  212. package/node_modules/typebox/build/schema/engine/dependentRequired.mjs +2 -6
  213. package/node_modules/typebox/build/schema/engine/dependentSchemas.d.mts +4 -4
  214. package/node_modules/typebox/build/schema/engine/dynamicRef.d.mts +4 -4
  215. package/node_modules/typebox/build/schema/engine/dynamicRef.mjs +11 -7
  216. package/node_modules/typebox/build/schema/engine/enum.d.mts +4 -4
  217. package/node_modules/typebox/build/schema/engine/enum.mjs +2 -6
  218. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.d.mts +4 -4
  219. package/node_modules/typebox/build/schema/engine/exclusiveMaximum.mjs +2 -6
  220. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.d.mts +4 -4
  221. package/node_modules/typebox/build/schema/engine/exclusiveMinimum.mjs +2 -6
  222. package/node_modules/typebox/build/schema/engine/format.d.mts +4 -4
  223. package/node_modules/typebox/build/schema/engine/format.mjs +2 -6
  224. package/node_modules/typebox/build/schema/engine/if.d.mts +4 -4
  225. package/node_modules/typebox/build/schema/engine/if.mjs +7 -15
  226. package/node_modules/typebox/build/schema/engine/items.d.mts +4 -4
  227. package/node_modules/typebox/build/schema/engine/items.mjs +1 -1
  228. package/node_modules/typebox/build/schema/engine/maxContains.d.mts +4 -4
  229. package/node_modules/typebox/build/schema/engine/maxContains.mjs +2 -6
  230. package/node_modules/typebox/build/schema/engine/maxItems.d.mts +4 -4
  231. package/node_modules/typebox/build/schema/engine/maxItems.mjs +2 -6
  232. package/node_modules/typebox/build/schema/engine/maxLength.d.mts +4 -4
  233. package/node_modules/typebox/build/schema/engine/maxLength.mjs +2 -6
  234. package/node_modules/typebox/build/schema/engine/maxProperties.d.mts +4 -4
  235. package/node_modules/typebox/build/schema/engine/maxProperties.mjs +2 -6
  236. package/node_modules/typebox/build/schema/engine/maximum.d.mts +4 -4
  237. package/node_modules/typebox/build/schema/engine/maximum.mjs +2 -6
  238. package/node_modules/typebox/build/schema/engine/minContains.d.mts +4 -4
  239. package/node_modules/typebox/build/schema/engine/minContains.mjs +2 -6
  240. package/node_modules/typebox/build/schema/engine/minItems.d.mts +5 -5
  241. package/node_modules/typebox/build/schema/engine/minItems.mjs +2 -6
  242. package/node_modules/typebox/build/schema/engine/minLength.d.mts +4 -4
  243. package/node_modules/typebox/build/schema/engine/minLength.mjs +2 -6
  244. package/node_modules/typebox/build/schema/engine/minProperties.d.mts +4 -4
  245. package/node_modules/typebox/build/schema/engine/minProperties.mjs +2 -6
  246. package/node_modules/typebox/build/schema/engine/minimum.d.mts +4 -4
  247. package/node_modules/typebox/build/schema/engine/minimum.mjs +2 -6
  248. package/node_modules/typebox/build/schema/engine/multipleOf.d.mts +4 -4
  249. package/node_modules/typebox/build/schema/engine/multipleOf.mjs +2 -6
  250. package/node_modules/typebox/build/schema/engine/not.d.mts +4 -4
  251. package/node_modules/typebox/build/schema/engine/not.mjs +4 -8
  252. package/node_modules/typebox/build/schema/engine/oneOf.d.mts +4 -4
  253. package/node_modules/typebox/build/schema/engine/oneOf.mjs +6 -11
  254. package/node_modules/typebox/build/schema/engine/pattern.d.mts +4 -4
  255. package/node_modules/typebox/build/schema/engine/pattern.mjs +3 -7
  256. package/node_modules/typebox/build/schema/engine/patternProperties.d.mts +4 -4
  257. package/node_modules/typebox/build/schema/engine/patternProperties.mjs +1 -1
  258. package/node_modules/typebox/build/schema/engine/prefixItems.d.mts +4 -4
  259. package/node_modules/typebox/build/schema/engine/prefixItems.mjs +1 -1
  260. package/node_modules/typebox/build/schema/engine/properties.d.mts +4 -4
  261. package/node_modules/typebox/build/schema/engine/properties.mjs +1 -1
  262. package/node_modules/typebox/build/schema/engine/propertyNames.d.mts +4 -4
  263. package/node_modules/typebox/build/schema/engine/propertyNames.mjs +4 -10
  264. package/node_modules/typebox/build/schema/engine/recursiveRef.d.mts +4 -4
  265. package/node_modules/typebox/build/schema/engine/recursiveRef.mjs +11 -7
  266. package/node_modules/typebox/build/schema/engine/ref.d.mts +4 -4
  267. package/node_modules/typebox/build/schema/engine/ref.mjs +19 -15
  268. package/node_modules/typebox/build/schema/engine/required.d.mts +4 -4
  269. package/node_modules/typebox/build/schema/engine/required.mjs +2 -6
  270. package/node_modules/typebox/build/schema/engine/schema.d.mts +7 -7
  271. package/node_modules/typebox/build/schema/engine/schema.mjs +137 -133
  272. package/node_modules/typebox/build/schema/engine/type.d.mts +4 -4
  273. package/node_modules/typebox/build/schema/engine/type.mjs +2 -6
  274. package/node_modules/typebox/build/schema/engine/unevaluatedItems.d.mts +4 -4
  275. package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +5 -9
  276. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.d.mts +4 -4
  277. package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +5 -9
  278. package/node_modules/typebox/build/schema/engine/uniqueItems.d.mts +4 -4
  279. package/node_modules/typebox/build/schema/engine/uniqueItems.mjs +2 -6
  280. package/node_modules/typebox/build/schema/errors.d.mts +2 -2
  281. package/node_modules/typebox/build/schema/errors.mjs +8 -14
  282. package/node_modules/typebox/build/schema/intern/index.d.mts +1 -0
  283. package/node_modules/typebox/build/schema/intern/index.mjs +1 -0
  284. package/node_modules/typebox/build/schema/intern/intern.d.mts +11 -0
  285. package/node_modules/typebox/build/schema/intern/intern.mjs +293 -0
  286. package/node_modules/typebox/build/schema/meta/draft_2019_09.d.mts +2 -0
  287. package/node_modules/typebox/build/schema/meta/draft_2019_09.mjs +288 -0
  288. package/node_modules/typebox/build/schema/meta/draft_2020_12.d.mts +2 -0
  289. package/node_modules/typebox/build/schema/meta/draft_2020_12.mjs +300 -0
  290. package/node_modules/typebox/build/schema/meta/draft_3.d.mts +2 -0
  291. package/node_modules/typebox/build/schema/meta/draft_3.mjs +143 -0
  292. package/node_modules/typebox/build/schema/meta/draft_4.d.mts +2 -0
  293. package/node_modules/typebox/build/schema/meta/draft_4.mjs +149 -0
  294. package/node_modules/typebox/build/schema/meta/draft_6.d.mts +2 -0
  295. package/node_modules/typebox/build/schema/meta/draft_6.mjs +155 -0
  296. package/node_modules/typebox/build/schema/meta/draft_7.d.mts +2 -0
  297. package/node_modules/typebox/build/schema/meta/draft_7.mjs +172 -0
  298. package/node_modules/typebox/build/schema/meta/index.d.mts +2 -0
  299. package/node_modules/typebox/build/schema/meta/index.mjs +2 -0
  300. package/node_modules/typebox/build/schema/meta/meta.d.mts +9 -0
  301. package/node_modules/typebox/build/schema/meta/meta.mjs +15 -0
  302. package/node_modules/typebox/build/schema/meta/schema.d.mts +6 -0
  303. package/node_modules/typebox/build/schema/meta/schema.mjs +1 -0
  304. package/node_modules/typebox/build/schema/parse.d.mts +1 -0
  305. package/node_modules/typebox/build/schema/parse.mjs +10 -5
  306. package/node_modules/typebox/build/schema/resolve/resolve.d.mts +8 -3
  307. package/node_modules/typebox/build/schema/resolve/resolve.mjs +268 -139
  308. package/node_modules/typebox/build/schema/schema.d.mts +2 -0
  309. package/node_modules/typebox/build/schema/schema.mjs +2 -0
  310. package/node_modules/typebox/build/value/errors/errors.d.mts +2 -12
  311. package/node_modules/typebox/build/value/errors/errors.mjs +2 -7
  312. package/node_modules/typebox/package.json +1 -1
  313. package/node_modules/typebox/readme.md +59 -89
  314. package/node_modules/zod/README.md +27 -0
  315. package/node_modules/zod/compile.cjs +77 -0
  316. package/node_modules/zod/compile.d.cts +1 -0
  317. package/node_modules/zod/compile.d.ts +1 -0
  318. package/node_modules/zod/compile.js +52 -0
  319. package/node_modules/zod/index.cjs +2 -2
  320. package/node_modules/zod/index.d.cts +1 -2
  321. package/node_modules/zod/index.d.ts +1 -2
  322. package/node_modules/zod/index.js +5 -2
  323. package/node_modules/zod/package.json +13 -2
  324. package/node_modules/zod/src/compile.ts +56 -0
  325. package/node_modules/zod/src/index.ts +5 -2
  326. package/node_modules/zod/src/v3/ZodError.ts +22 -12
  327. package/node_modules/zod/src/v3/tests/error.test.ts +35 -0
  328. package/node_modules/zod/src/v3/tests/intersection.test.ts +18 -0
  329. package/node_modules/zod/src/v3/tests/language-server.test.ts +1 -2
  330. package/node_modules/zod/src/v3/tests/object.test.ts +3 -6
  331. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -80
  332. package/node_modules/zod/src/v3/tests/string.test.ts +6 -0
  333. package/node_modules/zod/src/v3/types.ts +5 -5
  334. package/node_modules/zod/src/v4/classic/checks.ts +1 -0
  335. package/node_modules/zod/src/v4/classic/compat.ts +26 -18
  336. package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
  337. package/node_modules/zod/src/v4/classic/errors.ts +59 -44
  338. package/node_modules/zod/src/v4/classic/external.ts +12 -9
  339. package/node_modules/zod/src/v4/classic/from-json-schema.ts +140 -78
  340. package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
  341. package/node_modules/zod/src/v4/classic/index.ts +2 -2
  342. package/node_modules/zod/src/v4/classic/iso.ts +2 -72
  343. package/node_modules/zod/src/v4/classic/parse.ts +10 -4
  344. package/node_modules/zod/src/v4/classic/schemas.ts +452 -262
  345. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +27 -0
  346. package/node_modules/zod/src/v4/classic/tests/array.test.ts +2 -2
  347. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +135 -0
  348. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +30 -1
  349. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +278 -0
  350. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +1 -2
  351. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +2 -1
  352. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
  353. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
  354. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +720 -0
  355. package/node_modules/zod/src/v4/classic/tests/date.test.ts +30 -0
  356. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +32 -18
  357. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
  358. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
  359. package/node_modules/zod/src/v4/classic/tests/default.test.ts +46 -0
  360. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +31 -7
  361. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +155 -13
  362. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +11 -0
  363. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +112 -2
  364. package/node_modules/zod/src/v4/classic/tests/error.test.ts +274 -6
  365. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +425 -10
  366. package/node_modules/zod/src/v4/classic/tests/function.test.ts +31 -0
  367. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +2 -9
  368. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +1 -2
  369. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
  370. package/node_modules/zod/src/v4/classic/tests/index.test.ts +21 -2
  371. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +281 -0
  372. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +47 -0
  373. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +136 -0
  374. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +183 -0
  375. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +3 -10
  376. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +36 -1
  377. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +12 -1
  378. package/node_modules/zod/src/v4/classic/tests/map.test.ts +12 -0
  379. package/node_modules/zod/src/v4/classic/tests/number.test.ts +46 -9
  380. package/node_modules/zod/src/v4/classic/tests/object.test.ts +245 -12
  381. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +234 -0
  382. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +49 -16
  383. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +51 -4
  384. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +20 -2
  385. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -68
  386. package/node_modules/zod/src/v4/classic/tests/record.test.ts +186 -18
  387. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +33 -2
  388. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
  389. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +60 -0
  390. package/node_modules/zod/src/v4/classic/tests/set.test.ts +9 -0
  391. package/node_modules/zod/src/v4/classic/tests/string.test.ts +127 -5
  392. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +18 -0
  393. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +11 -2
  394. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +1585 -173
  395. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +45 -30
  396. package/node_modules/zod/src/v4/classic/tests/union.test.ts +39 -2
  397. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +76 -0
  398. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +2 -2
  399. package/node_modules/zod/src/v4/core/api.ts +48 -12
  400. package/node_modules/zod/src/v4/core/checks.ts +57 -44
  401. package/node_modules/zod/src/v4/core/compile.ts +2188 -0
  402. package/node_modules/zod/src/v4/core/core.ts +98 -19
  403. package/node_modules/zod/src/v4/core/doc.ts +11 -7
  404. package/node_modules/zod/src/v4/core/errors.ts +115 -24
  405. package/node_modules/zod/src/v4/core/index.ts +3 -0
  406. package/node_modules/zod/src/v4/core/json-schema-generator.ts +6 -1
  407. package/node_modules/zod/src/v4/core/json-schema-processors.ts +257 -93
  408. package/node_modules/zod/src/v4/core/json-schema.ts +2 -1
  409. package/node_modules/zod/src/v4/core/memoizer.ts +284 -0
  410. package/node_modules/zod/src/v4/core/parse.ts +131 -38
  411. package/node_modules/zod/src/v4/core/regexes.ts +30 -13
  412. package/node_modules/zod/src/v4/core/registries.ts +2 -2
  413. package/node_modules/zod/src/v4/core/schemas.ts +759 -461
  414. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +969 -0
  415. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
  416. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
  417. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
  418. package/node_modules/zod/src/v4/core/tests/compile.test.ts +1639 -0
  419. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +1 -2
  420. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +1 -2
  421. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +3 -3
  422. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
  423. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
  424. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
  425. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +31 -0
  426. package/node_modules/zod/src/v4/core/to-json-schema.ts +275 -42
  427. package/node_modules/zod/src/v4/core/util.ts +268 -42
  428. package/node_modules/zod/src/v4/core/versions.ts +2 -2
  429. package/node_modules/zod/src/v4/core/visit.ts +193 -0
  430. package/node_modules/zod/src/v4/index.ts +3 -3
  431. package/node_modules/zod/src/v4/locales/ar.ts +3 -0
  432. package/node_modules/zod/src/v4/locales/az.ts +3 -0
  433. package/node_modules/zod/src/v4/locales/be.ts +10 -0
  434. package/node_modules/zod/src/v4/locales/bg.ts +3 -0
  435. package/node_modules/zod/src/v4/locales/bn.ts +121 -0
  436. package/node_modules/zod/src/v4/locales/ca.ts +3 -0
  437. package/node_modules/zod/src/v4/locales/ckb.ts +138 -0
  438. package/node_modules/zod/src/v4/locales/cs.ts +3 -0
  439. package/node_modules/zod/src/v4/locales/da.ts +5 -2
  440. package/node_modules/zod/src/v4/locales/de.ts +3 -0
  441. package/node_modules/zod/src/v4/locales/el.ts +1 -0
  442. package/node_modules/zod/src/v4/locales/en.ts +15 -4
  443. package/node_modules/zod/src/v4/locales/eo.ts +3 -0
  444. package/node_modules/zod/src/v4/locales/es.ts +2 -0
  445. package/node_modules/zod/src/v4/locales/fa.ts +3 -0
  446. package/node_modules/zod/src/v4/locales/fi.ts +3 -0
  447. package/node_modules/zod/src/v4/locales/fr-CA.ts +3 -0
  448. package/node_modules/zod/src/v4/locales/fr.ts +19 -14
  449. package/node_modules/zod/src/v4/locales/gu.ts +121 -0
  450. package/node_modules/zod/src/v4/locales/he.ts +6 -1
  451. package/node_modules/zod/src/v4/locales/hi.ts +124 -0
  452. package/node_modules/zod/src/v4/locales/hr.ts +2 -0
  453. package/node_modules/zod/src/v4/locales/hu.ts +3 -0
  454. package/node_modules/zod/src/v4/locales/hy.ts +9 -0
  455. package/node_modules/zod/src/v4/locales/id.ts +3 -0
  456. package/node_modules/zod/src/v4/locales/index.ts +10 -0
  457. package/node_modules/zod/src/v4/locales/is.ts +3 -0
  458. package/node_modules/zod/src/v4/locales/it.ts +3 -0
  459. package/node_modules/zod/src/v4/locales/ja.ts +3 -0
  460. package/node_modules/zod/src/v4/locales/ka.ts +3 -0
  461. package/node_modules/zod/src/v4/locales/km.ts +3 -0
  462. package/node_modules/zod/src/v4/locales/kn.ts +124 -0
  463. package/node_modules/zod/src/v4/locales/ko.ts +3 -0
  464. package/node_modules/zod/src/v4/locales/lt.ts +2 -0
  465. package/node_modules/zod/src/v4/locales/mk.ts +3 -0
  466. package/node_modules/zod/src/v4/locales/ms.ts +3 -0
  467. package/node_modules/zod/src/v4/locales/ne.ts +126 -0
  468. package/node_modules/zod/src/v4/locales/nl.ts +3 -0
  469. package/node_modules/zod/src/v4/locales/nn.ts +119 -0
  470. package/node_modules/zod/src/v4/locales/no.ts +5 -2
  471. package/node_modules/zod/src/v4/locales/ota.ts +3 -0
  472. package/node_modules/zod/src/v4/locales/pl.ts +3 -0
  473. package/node_modules/zod/src/v4/locales/ps.ts +3 -0
  474. package/node_modules/zod/src/v4/locales/pt-BR.ts +159 -0
  475. package/node_modules/zod/src/v4/locales/pt.ts +99 -58
  476. package/node_modules/zod/src/v4/locales/ro.ts +1 -0
  477. package/node_modules/zod/src/v4/locales/ru.ts +10 -0
  478. package/node_modules/zod/src/v4/locales/sk.ts +121 -0
  479. package/node_modules/zod/src/v4/locales/sl.ts +3 -0
  480. package/node_modules/zod/src/v4/locales/sv.ts +5 -2
  481. package/node_modules/zod/src/v4/locales/ta.ts +3 -0
  482. package/node_modules/zod/src/v4/locales/th.ts +3 -0
  483. package/node_modules/zod/src/v4/locales/tk.ts +111 -0
  484. package/node_modules/zod/src/v4/locales/tr.ts +3 -0
  485. package/node_modules/zod/src/v4/locales/uk.ts +3 -0
  486. package/node_modules/zod/src/v4/locales/ur.ts +3 -0
  487. package/node_modules/zod/src/v4/locales/uz.ts +1 -0
  488. package/node_modules/zod/src/v4/locales/vi.ts +3 -0
  489. package/node_modules/zod/src/v4/locales/yo.ts +3 -0
  490. package/node_modules/zod/src/v4/locales/zh-CN.ts +3 -0
  491. package/node_modules/zod/src/v4/locales/zh-TW.ts +3 -0
  492. package/node_modules/zod/src/v4/mini/checks.ts +1 -0
  493. package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
  494. package/node_modules/zod/src/v4/mini/external.ts +10 -1
  495. package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
  496. package/node_modules/zod/src/v4/mini/parse.ts +2 -0
  497. package/node_modules/zod/src/v4/mini/schemas.ts +135 -56
  498. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +33 -0
  499. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +62 -1
  500. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +14 -0
  501. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +35 -1
  502. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
  503. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
  504. package/node_modules/zod/src/v4/mini/tests/error.test.ts +23 -4
  505. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +9 -0
  506. package/node_modules/zod/src/v4/mini/tests/index.test.ts +72 -5
  507. package/node_modules/zod/src/v4/mini/tests/number.test.ts +14 -0
  508. package/node_modules/zod/src/v4/mini/tests/object.test.ts +65 -0
  509. package/node_modules/zod/src/v4/mini/tests/string.test.ts +21 -0
  510. package/node_modules/zod/v3/ZodError.cjs +22 -12
  511. package/node_modules/zod/v3/ZodError.d.cts +1 -1
  512. package/node_modules/zod/v3/ZodError.d.ts +1 -1
  513. package/node_modules/zod/v3/ZodError.js +22 -12
  514. package/node_modules/zod/v3/types.cjs +7 -5
  515. package/node_modules/zod/v3/types.js +7 -5
  516. package/node_modules/zod/v4/classic/checks.cjs +2 -1
  517. package/node_modules/zod/v4/classic/checks.d.cts +1 -1
  518. package/node_modules/zod/v4/classic/checks.d.ts +1 -1
  519. package/node_modules/zod/v4/classic/checks.js +1 -1
  520. package/node_modules/zod/v4/classic/compat.d.cts +9 -11
  521. package/node_modules/zod/v4/classic/compat.d.ts +9 -11
  522. package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
  523. package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
  524. package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
  525. package/node_modules/zod/v4/classic/deep-partial.js +13 -0
  526. package/node_modules/zod/v4/classic/errors.cjs +43 -34
  527. package/node_modules/zod/v4/classic/errors.d.cts +3 -4
  528. package/node_modules/zod/v4/classic/errors.d.ts +3 -4
  529. package/node_modules/zod/v4/classic/errors.js +43 -34
  530. package/node_modules/zod/v4/classic/external.cjs +30 -27
  531. package/node_modules/zod/v4/classic/external.d.cts +5 -2
  532. package/node_modules/zod/v4/classic/external.d.ts +5 -2
  533. package/node_modules/zod/v4/classic/external.js +5 -8
  534. package/node_modules/zod/v4/classic/from-json-schema.cjs +136 -75
  535. package/node_modules/zod/v4/classic/from-json-schema.js +136 -75
  536. package/node_modules/zod/v4/classic/in-out.cjs +63 -0
  537. package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
  538. package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
  539. package/node_modules/zod/v4/classic/in-out.js +36 -0
  540. package/node_modules/zod/v4/classic/index.cjs +2 -2
  541. package/node_modules/zod/v4/classic/index.d.cts +1 -2
  542. package/node_modules/zod/v4/classic/index.d.ts +1 -2
  543. package/node_modules/zod/v4/classic/index.js +2 -2
  544. package/node_modules/zod/v4/classic/iso.cjs +11 -22
  545. package/node_modules/zod/v4/classic/iso.d.cts +2 -17
  546. package/node_modules/zod/v4/classic/iso.d.ts +2 -17
  547. package/node_modules/zod/v4/classic/iso.js +2 -17
  548. package/node_modules/zod/v4/classic/parse.cjs +4 -1
  549. package/node_modules/zod/v4/classic/parse.d.cts +17 -4
  550. package/node_modules/zod/v4/classic/parse.d.ts +17 -4
  551. package/node_modules/zod/v4/classic/parse.js +1 -0
  552. package/node_modules/zod/v4/classic/schemas.cjs +498 -398
  553. package/node_modules/zod/v4/classic/schemas.d.cts +53 -18
  554. package/node_modules/zod/v4/classic/schemas.d.ts +53 -18
  555. package/node_modules/zod/v4/classic/schemas.js +492 -396
  556. package/node_modules/zod/v4/core/api.cjs +23 -4
  557. package/node_modules/zod/v4/core/api.d.cts +13 -9
  558. package/node_modules/zod/v4/core/api.d.ts +13 -9
  559. package/node_modules/zod/v4/core/api.js +21 -4
  560. package/node_modules/zod/v4/core/checks.cjs +37 -31
  561. package/node_modules/zod/v4/core/checks.d.cts +13 -13
  562. package/node_modules/zod/v4/core/checks.d.ts +13 -13
  563. package/node_modules/zod/v4/core/checks.js +37 -31
  564. package/node_modules/zod/v4/core/compile.cjs +1813 -0
  565. package/node_modules/zod/v4/core/compile.d.cts +51 -0
  566. package/node_modules/zod/v4/core/compile.d.ts +51 -0
  567. package/node_modules/zod/v4/core/compile.js +1783 -0
  568. package/node_modules/zod/v4/core/core.cjs +81 -18
  569. package/node_modules/zod/v4/core/core.d.cts +16 -4
  570. package/node_modules/zod/v4/core/core.d.ts +16 -4
  571. package/node_modules/zod/v4/core/core.js +82 -19
  572. package/node_modules/zod/v4/core/doc.cjs +5 -7
  573. package/node_modules/zod/v4/core/doc.d.cts +3 -1
  574. package/node_modules/zod/v4/core/doc.d.ts +3 -1
  575. package/node_modules/zod/v4/core/doc.js +5 -7
  576. package/node_modules/zod/v4/core/errors.cjs +110 -25
  577. package/node_modules/zod/v4/core/errors.d.cts +4 -0
  578. package/node_modules/zod/v4/core/errors.d.ts +4 -0
  579. package/node_modules/zod/v4/core/errors.js +110 -25
  580. package/node_modules/zod/v4/core/index.cjs +5 -1
  581. package/node_modules/zod/v4/core/index.d.cts +3 -0
  582. package/node_modules/zod/v4/core/index.d.ts +3 -0
  583. package/node_modules/zod/v4/core/index.js +3 -0
  584. package/node_modules/zod/v4/core/json-schema-generator.cjs +4 -0
  585. package/node_modules/zod/v4/core/json-schema-generator.d.cts +2 -2
  586. package/node_modules/zod/v4/core/json-schema-generator.d.ts +2 -2
  587. package/node_modules/zod/v4/core/json-schema-generator.js +4 -0
  588. package/node_modules/zod/v4/core/json-schema-processors.cjs +264 -95
  589. package/node_modules/zod/v4/core/json-schema-processors.js +243 -97
  590. package/node_modules/zod/v4/core/json-schema.d.cts +2 -1
  591. package/node_modules/zod/v4/core/json-schema.d.ts +2 -1
  592. package/node_modules/zod/v4/core/memoizer.cjs +272 -0
  593. package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
  594. package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
  595. package/node_modules/zod/v4/core/memoizer.js +265 -0
  596. package/node_modules/zod/v4/core/parse.cjs +96 -34
  597. package/node_modules/zod/v4/core/parse.d.cts +14 -11
  598. package/node_modules/zod/v4/core/parse.d.ts +14 -11
  599. package/node_modules/zod/v4/core/parse.js +94 -33
  600. package/node_modules/zod/v4/core/regexes.cjs +27 -15
  601. package/node_modules/zod/v4/core/regexes.d.cts +2 -0
  602. package/node_modules/zod/v4/core/regexes.d.ts +2 -0
  603. package/node_modules/zod/v4/core/regexes.js +24 -13
  604. package/node_modules/zod/v4/core/registries.js +2 -2
  605. package/node_modules/zod/v4/core/schemas.cjs +537 -326
  606. package/node_modules/zod/v4/core/schemas.d.cts +100 -31
  607. package/node_modules/zod/v4/core/schemas.d.ts +100 -31
  608. package/node_modules/zod/v4/core/schemas.js +526 -325
  609. package/node_modules/zod/v4/core/to-json-schema.cjs +242 -39
  610. package/node_modules/zod/v4/core/to-json-schema.d.cts +42 -3
  611. package/node_modules/zod/v4/core/to-json-schema.d.ts +42 -3
  612. package/node_modules/zod/v4/core/to-json-schema.js +241 -39
  613. package/node_modules/zod/v4/core/util.cjs +212 -31
  614. package/node_modules/zod/v4/core/util.d.cts +58 -1
  615. package/node_modules/zod/v4/core/util.d.ts +58 -1
  616. package/node_modules/zod/v4/core/util.js +202 -30
  617. package/node_modules/zod/v4/core/versions.cjs +2 -2
  618. package/node_modules/zod/v4/core/versions.d.cts +1 -1
  619. package/node_modules/zod/v4/core/versions.d.ts +1 -1
  620. package/node_modules/zod/v4/core/versions.js +2 -2
  621. package/node_modules/zod/v4/core/visit.cjs +195 -0
  622. package/node_modules/zod/v4/core/visit.d.cts +30 -0
  623. package/node_modules/zod/v4/core/visit.d.ts +30 -0
  624. package/node_modules/zod/v4/core/visit.js +169 -0
  625. package/node_modules/zod/v4/index.cjs +15 -5
  626. package/node_modules/zod/v4/index.d.cts +2 -2
  627. package/node_modules/zod/v4/index.d.ts +2 -2
  628. package/node_modules/zod/v4/index.js +3 -2
  629. package/node_modules/zod/v4/locales/ar.cjs +3 -0
  630. package/node_modules/zod/v4/locales/ar.js +3 -0
  631. package/node_modules/zod/v4/locales/az.cjs +3 -0
  632. package/node_modules/zod/v4/locales/az.js +3 -0
  633. package/node_modules/zod/v4/locales/be.cjs +10 -0
  634. package/node_modules/zod/v4/locales/be.js +10 -0
  635. package/node_modules/zod/v4/locales/bg.cjs +3 -0
  636. package/node_modules/zod/v4/locales/bg.js +3 -0
  637. package/node_modules/zod/v4/locales/bn.cjs +138 -0
  638. package/node_modules/zod/v4/locales/bn.d.cts +5 -0
  639. package/node_modules/zod/v4/locales/bn.d.ts +4 -0
  640. package/node_modules/zod/v4/locales/bn.js +111 -0
  641. package/node_modules/zod/v4/locales/ca.cjs +3 -0
  642. package/node_modules/zod/v4/locales/ca.js +3 -0
  643. package/node_modules/zod/v4/locales/ckb.cjs +158 -0
  644. package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
  645. package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
  646. package/node_modules/zod/v4/locales/ckb.js +131 -0
  647. package/node_modules/zod/v4/locales/cs.cjs +3 -0
  648. package/node_modules/zod/v4/locales/cs.js +3 -0
  649. package/node_modules/zod/v4/locales/da.cjs +5 -2
  650. package/node_modules/zod/v4/locales/da.js +5 -2
  651. package/node_modules/zod/v4/locales/de.cjs +3 -0
  652. package/node_modules/zod/v4/locales/de.js +3 -0
  653. package/node_modules/zod/v4/locales/el.cjs +1 -0
  654. package/node_modules/zod/v4/locales/el.js +1 -0
  655. package/node_modules/zod/v4/locales/en.cjs +14 -4
  656. package/node_modules/zod/v4/locales/en.js +14 -4
  657. package/node_modules/zod/v4/locales/eo.cjs +3 -0
  658. package/node_modules/zod/v4/locales/eo.js +3 -0
  659. package/node_modules/zod/v4/locales/es.cjs +2 -0
  660. package/node_modules/zod/v4/locales/es.js +2 -0
  661. package/node_modules/zod/v4/locales/fa.cjs +3 -0
  662. package/node_modules/zod/v4/locales/fa.js +3 -0
  663. package/node_modules/zod/v4/locales/fi.cjs +3 -0
  664. package/node_modules/zod/v4/locales/fi.js +3 -0
  665. package/node_modules/zod/v4/locales/fr-CA.cjs +3 -0
  666. package/node_modules/zod/v4/locales/fr-CA.js +3 -0
  667. package/node_modules/zod/v4/locales/fr.cjs +16 -14
  668. package/node_modules/zod/v4/locales/fr.js +16 -14
  669. package/node_modules/zod/v4/locales/gu.cjs +138 -0
  670. package/node_modules/zod/v4/locales/gu.d.cts +5 -0
  671. package/node_modules/zod/v4/locales/gu.d.ts +4 -0
  672. package/node_modules/zod/v4/locales/gu.js +111 -0
  673. package/node_modules/zod/v4/locales/he.cjs +5 -0
  674. package/node_modules/zod/v4/locales/he.js +5 -0
  675. package/node_modules/zod/v4/locales/hi.cjs +136 -0
  676. package/node_modules/zod/v4/locales/hi.d.cts +5 -0
  677. package/node_modules/zod/v4/locales/hi.d.ts +4 -0
  678. package/node_modules/zod/v4/locales/hi.js +109 -0
  679. package/node_modules/zod/v4/locales/hr.cjs +2 -0
  680. package/node_modules/zod/v4/locales/hr.js +2 -0
  681. package/node_modules/zod/v4/locales/hu.cjs +3 -0
  682. package/node_modules/zod/v4/locales/hu.js +3 -0
  683. package/node_modules/zod/v4/locales/hy.cjs +9 -0
  684. package/node_modules/zod/v4/locales/hy.js +9 -0
  685. package/node_modules/zod/v4/locales/id.cjs +3 -0
  686. package/node_modules/zod/v4/locales/id.js +3 -0
  687. package/node_modules/zod/v4/locales/index.cjs +22 -2
  688. package/node_modules/zod/v4/locales/index.d.cts +10 -0
  689. package/node_modules/zod/v4/locales/index.d.ts +10 -0
  690. package/node_modules/zod/v4/locales/index.js +10 -0
  691. package/node_modules/zod/v4/locales/is.cjs +3 -0
  692. package/node_modules/zod/v4/locales/is.js +3 -0
  693. package/node_modules/zod/v4/locales/it.cjs +3 -0
  694. package/node_modules/zod/v4/locales/it.js +3 -0
  695. package/node_modules/zod/v4/locales/ja.cjs +3 -0
  696. package/node_modules/zod/v4/locales/ja.js +3 -0
  697. package/node_modules/zod/v4/locales/ka.cjs +3 -0
  698. package/node_modules/zod/v4/locales/ka.js +3 -0
  699. package/node_modules/zod/v4/locales/km.cjs +3 -0
  700. package/node_modules/zod/v4/locales/km.js +3 -0
  701. package/node_modules/zod/v4/locales/kn.cjs +141 -0
  702. package/node_modules/zod/v4/locales/kn.d.cts +5 -0
  703. package/node_modules/zod/v4/locales/kn.d.ts +4 -0
  704. package/node_modules/zod/v4/locales/kn.js +114 -0
  705. package/node_modules/zod/v4/locales/ko.cjs +3 -0
  706. package/node_modules/zod/v4/locales/ko.js +3 -0
  707. package/node_modules/zod/v4/locales/lt.cjs +2 -0
  708. package/node_modules/zod/v4/locales/lt.js +2 -0
  709. package/node_modules/zod/v4/locales/mk.cjs +3 -0
  710. package/node_modules/zod/v4/locales/mk.js +3 -0
  711. package/node_modules/zod/v4/locales/ms.cjs +3 -0
  712. package/node_modules/zod/v4/locales/ms.js +3 -0
  713. package/node_modules/zod/v4/locales/ne.cjs +136 -0
  714. package/node_modules/zod/v4/locales/ne.d.cts +5 -0
  715. package/node_modules/zod/v4/locales/ne.d.ts +4 -0
  716. package/node_modules/zod/v4/locales/ne.js +109 -0
  717. package/node_modules/zod/v4/locales/nl.cjs +3 -0
  718. package/node_modules/zod/v4/locales/nl.js +3 -0
  719. package/node_modules/zod/v4/locales/nn.cjs +138 -0
  720. package/node_modules/zod/v4/locales/nn.d.cts +5 -0
  721. package/node_modules/zod/v4/locales/nn.d.ts +4 -0
  722. package/node_modules/zod/v4/locales/nn.js +111 -0
  723. package/node_modules/zod/v4/locales/no.cjs +5 -2
  724. package/node_modules/zod/v4/locales/no.js +5 -2
  725. package/node_modules/zod/v4/locales/ota.cjs +3 -0
  726. package/node_modules/zod/v4/locales/ota.js +3 -0
  727. package/node_modules/zod/v4/locales/pl.cjs +3 -0
  728. package/node_modules/zod/v4/locales/pl.js +3 -0
  729. package/node_modules/zod/v4/locales/ps.cjs +3 -0
  730. package/node_modules/zod/v4/locales/ps.js +3 -0
  731. package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
  732. package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
  733. package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
  734. package/node_modules/zod/v4/locales/pt-BR.js +141 -0
  735. package/node_modules/zod/v4/locales/pt.cjs +87 -55
  736. package/node_modules/zod/v4/locales/pt.js +87 -55
  737. package/node_modules/zod/v4/locales/ro.cjs +1 -0
  738. package/node_modules/zod/v4/locales/ro.js +1 -0
  739. package/node_modules/zod/v4/locales/ru.cjs +10 -0
  740. package/node_modules/zod/v4/locales/ru.js +10 -0
  741. package/node_modules/zod/v4/locales/sk.cjs +141 -0
  742. package/node_modules/zod/v4/locales/sk.d.cts +5 -0
  743. package/node_modules/zod/v4/locales/sk.d.ts +4 -0
  744. package/node_modules/zod/v4/locales/sk.js +114 -0
  745. package/node_modules/zod/v4/locales/sl.cjs +3 -0
  746. package/node_modules/zod/v4/locales/sl.js +3 -0
  747. package/node_modules/zod/v4/locales/sv.cjs +5 -2
  748. package/node_modules/zod/v4/locales/sv.js +5 -2
  749. package/node_modules/zod/v4/locales/ta.cjs +3 -0
  750. package/node_modules/zod/v4/locales/ta.js +3 -0
  751. package/node_modules/zod/v4/locales/th.cjs +3 -0
  752. package/node_modules/zod/v4/locales/th.js +3 -0
  753. package/node_modules/zod/v4/locales/tk.cjs +132 -0
  754. package/node_modules/zod/v4/locales/tk.d.cts +5 -0
  755. package/node_modules/zod/v4/locales/tk.d.ts +4 -0
  756. package/node_modules/zod/v4/locales/tk.js +105 -0
  757. package/node_modules/zod/v4/locales/tr.cjs +3 -0
  758. package/node_modules/zod/v4/locales/tr.js +3 -0
  759. package/node_modules/zod/v4/locales/uk.cjs +3 -0
  760. package/node_modules/zod/v4/locales/uk.js +3 -0
  761. package/node_modules/zod/v4/locales/ur.cjs +3 -0
  762. package/node_modules/zod/v4/locales/ur.js +3 -0
  763. package/node_modules/zod/v4/locales/uz.cjs +1 -0
  764. package/node_modules/zod/v4/locales/uz.js +1 -0
  765. package/node_modules/zod/v4/locales/vi.cjs +3 -0
  766. package/node_modules/zod/v4/locales/vi.js +3 -0
  767. package/node_modules/zod/v4/locales/yo.cjs +3 -0
  768. package/node_modules/zod/v4/locales/yo.js +3 -0
  769. package/node_modules/zod/v4/locales/zh-CN.cjs +3 -0
  770. package/node_modules/zod/v4/locales/zh-CN.js +3 -0
  771. package/node_modules/zod/v4/locales/zh-TW.cjs +3 -0
  772. package/node_modules/zod/v4/locales/zh-TW.js +3 -0
  773. package/node_modules/zod/v4/mini/checks.cjs +2 -1
  774. package/node_modules/zod/v4/mini/checks.d.cts +1 -1
  775. package/node_modules/zod/v4/mini/checks.d.ts +1 -1
  776. package/node_modules/zod/v4/mini/checks.js +1 -1
  777. package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
  778. package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
  779. package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
  780. package/node_modules/zod/v4/mini/deep-partial.js +13 -0
  781. package/node_modules/zod/v4/mini/external.cjs +12 -1
  782. package/node_modules/zod/v4/mini/external.d.cts +5 -2
  783. package/node_modules/zod/v4/mini/external.d.ts +5 -2
  784. package/node_modules/zod/v4/mini/external.js +3 -1
  785. package/node_modules/zod/v4/mini/in-out.cjs +63 -0
  786. package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
  787. package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
  788. package/node_modules/zod/v4/mini/in-out.js +36 -0
  789. package/node_modules/zod/v4/mini/parse.cjs +3 -1
  790. package/node_modules/zod/v4/mini/parse.d.cts +1 -1
  791. package/node_modules/zod/v4/mini/parse.d.ts +1 -1
  792. package/node_modules/zod/v4/mini/parse.js +1 -1
  793. package/node_modules/zod/v4/mini/schemas.cjs +75 -47
  794. package/node_modules/zod/v4/mini/schemas.d.cts +43 -13
  795. package/node_modules/zod/v4/mini/schemas.d.ts +43 -13
  796. package/node_modules/zod/v4/mini/schemas.js +71 -45
  797. package/openclaw.plugin.json +31 -71
  798. package/package.json +10 -11
  799. package/dist/account-inspect-C3sePHWa.js +0 -87
  800. package/dist/accounts-Dm_H77gH.js +0 -187
  801. package/dist/accounts.runtime-DRuEK6mL.js +0 -2
  802. package/dist/action-runtime-B9OuFiGA.js +0 -644
  803. package/dist/action-runtime.runtime-Ck8jcJV1.js +0 -2
  804. package/dist/actions-mLOa06lO.js +0 -928
  805. package/dist/approval-handler.runtime-Dg3MWNVV.js +0 -303
  806. package/dist/channel-DFRIGeyd.js +0 -1208
  807. package/dist/channel-type-COtzGBSC.js +0 -105
  808. package/dist/channel.setup-DZZFSOoo.js +0 -606
  809. package/dist/directory-config-Bmw4ykSy.js +0 -55
  810. package/dist/directory-live-lgrHdjAZ.js +0 -116
  811. package/dist/doctor-contract-BNjw9bxb.js +0 -186
  812. package/dist/message-tool-api-uNEfQYGY.js +0 -156
  813. package/dist/monitor-f00RCEB4.js +0 -13
  814. package/dist/outbound-adapter-BpbypQqC.js +0 -274
  815. package/dist/pipeline.runtime-BakleNSy.js +0 -4382
  816. package/dist/plugin-routes-CLp4obpN.js +0 -22
  817. package/dist/policy-BRmkJFsS.js +0 -72
  818. package/dist/probe-DpWLeifT.js +0 -609
  819. package/dist/provider-vY0lRzNo.js +0 -7573
  820. package/dist/relay-source-Bsx8Gbmu.js +0 -264
  821. package/dist/replies-DUe6ydtU.js +0 -517
  822. package/dist/reply-blocks-B4hOhLRu.js +0 -825
  823. package/dist/resolve-channels-DrAfYhDi.js +0 -114
  824. package/dist/resolve-users-BHQ-q15T.js +0 -141
  825. package/dist/rolldown-runtime-8H4AJuhK.js +0 -14
  826. package/dist/scopes-DhzG6IDV.js +0 -73
  827. package/dist/security-audit-B_yKr7MW.js +0 -41
  828. package/dist/send-BQ2bNPlQ.js +0 -1368
  829. package/dist/send.runtime-dE3mWx2v.js +0 -2
  830. package/dist/session-status-B59iRt0l.js +0 -1729
  831. package/dist/setup-surface-BjCh94HU.js +0 -148
  832. package/dist/shared-DmHcvFcF.js +0 -288
  833. package/dist/slash-commands.runtime-BTTMlmwy.js +0 -19
  834. package/dist/slash-dispatch.runtime-Dr9LEs9d.js +0 -33
  835. package/dist/slash-skill-commands.runtime-CD1J2ODY.js +0 -7
  836. package/dist/target-parsing-PbxGDbr9.js +0 -116
  837. package/dist/targets-7FexXJ62.js +0 -13
  838. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +0 -23
  839. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +0 -66
  840. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +0 -94
  841. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +0 -1
  842. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +0 -98
  843. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +0 -1
  844. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  845. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  846. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  847. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  848. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  849. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  850. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  851. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  852. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  853. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  854. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  855. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  856. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  857. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  858. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  859. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  860. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  861. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  862. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  863. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  864. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  865. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  866. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  867. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  868. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  869. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  870. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  871. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  872. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  873. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  874. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  875. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  876. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  877. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  878. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  879. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  880. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  881. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  882. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  883. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  884. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  885. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  886. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  887. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  888. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  889. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  890. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  891. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  892. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  893. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  894. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  895. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  896. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  897. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  898. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  899. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  900. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  901. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  902. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  903. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  904. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  905. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  906. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  907. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  908. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  909. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  910. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  911. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  912. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  913. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  914. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  915. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  916. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  917. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  918. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  919. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  920. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  921. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  922. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  923. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  924. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  925. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  926. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  927. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  928. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  929. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  930. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  931. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  932. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  933. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  934. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  935. package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +0 -42
  936. package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +0 -23
  937. package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +0 -32
  938. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +0 -953
  939. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +0 -1
  940. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +0 -4
  941. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +0 -1
  942. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +0 -474
  943. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +0 -1
  944. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +0 -3
  945. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +0 -1
  946. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +0 -237
  947. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +0 -1
  948. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +0 -4
  949. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +0 -1
  950. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +0 -88
  951. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +0 -1
  952. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +0 -3
  953. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +0 -1
  954. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +0 -26
  955. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +0 -1
  956. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +0 -6
  957. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +0 -1
  958. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +0 -52
  959. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +0 -1
  960. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +0 -3
  961. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +0 -1
  962. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +0 -12
  963. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +0 -1
  964. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +0 -3
  965. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +0 -1
  966. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +0 -6
  967. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +0 -1
  968. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +0 -3
  969. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +0 -1
  970. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +0 -36
  971. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +0 -1
  972. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +0 -3
  973. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +0 -1
  974. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +0 -232
  975. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +0 -1
  976. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +0 -3
  977. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +0 -1
  978. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +0 -29
  979. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +0 -1
  980. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +0 -3
  981. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +0 -1
  982. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +0 -8
  983. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +0 -1
  984. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +0 -3
  985. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +0 -1
  986. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +0 -85
  987. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +0 -1
  988. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +0 -3
  989. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +0 -1
  990. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +0 -24
  991. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +0 -1
  992. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +0 -3
  993. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +0 -1
  994. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +0 -6
  995. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +0 -1
  996. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +0 -3
  997. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +0 -1
  998. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +0 -11
  999. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +0 -1
  1000. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +0 -3
  1001. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +0 -1
  1002. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +0 -21
  1003. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +0 -1
  1004. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +0 -3
  1005. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +0 -1
  1006. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +0 -60
  1007. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +0 -1
  1008. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +0 -4
  1009. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +0 -1
  1010. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +0 -33
  1011. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +0 -1
  1012. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +0 -3
  1013. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +0 -1
  1014. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +0 -9
  1015. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +0 -1
  1016. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +0 -3
  1017. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +0 -1
  1018. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +0 -55
  1019. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +0 -1
  1020. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +0 -3
  1021. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +0 -1
  1022. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +0 -26
  1023. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +0 -1
  1024. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +0 -3
  1025. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +0 -1
  1026. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +0 -60
  1027. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +0 -1
  1028. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +0 -43
  1029. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +0 -1
  1030. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +0 -20
  1031. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +0 -1
  1032. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +0 -3
  1033. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +0 -1
  1034. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +0 -16
  1035. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +0 -1
  1036. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +0 -3
  1037. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +0 -1
  1038. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +0 -19
  1039. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +0 -1
  1040. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +0 -3
  1041. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +0 -1
  1042. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +0 -38
  1043. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +0 -1
  1044. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +0 -3
  1045. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +0 -1
  1046. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +0 -308
  1047. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +0 -1
  1048. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +0 -3
  1049. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +0 -1
  1050. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +0 -60
  1051. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +0 -1
  1052. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +0 -3
  1053. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +0 -1
  1054. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +0 -23
  1055. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +0 -1
  1056. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +0 -3
  1057. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +0 -1
  1058. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +0 -134
  1059. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +0 -1
  1060. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +0 -3
  1061. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +0 -1
  1062. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +0 -13
  1063. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +0 -1
  1064. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +0 -3
  1065. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +0 -1
  1066. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +0 -82
  1067. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +0 -1
  1068. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +0 -3
  1069. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +0 -1
  1070. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +0 -66
  1071. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +0 -1
  1072. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +0 -3
  1073. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +0 -1
  1074. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +0 -99
  1075. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +0 -1
  1076. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +0 -3
  1077. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +0 -1
  1078. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +0 -8
  1079. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +0 -1
  1080. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +0 -3
  1081. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +0 -1
  1082. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +0 -313
  1083. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +0 -1
  1084. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +0 -3
  1085. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +0 -1
  1086. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +0 -12
  1087. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +0 -1
  1088. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +0 -28
  1089. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +0 -1
  1090. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +0 -171
  1091. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +0 -1
  1092. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +0 -3
  1093. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +0 -1
  1094. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +0 -281
  1095. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +0 -1
  1096. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +0 -27
  1097. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +0 -1
  1098. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +0 -71
  1099. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +0 -1
  1100. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +0 -3
  1101. package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +0 -1
  1102. package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +0 -47
  1103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +0 -23
  1104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +0 -390
  1105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -255
  1106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +0 -1
  1107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +0 -750
  1108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +0 -1
  1109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +0 -92
  1110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +0 -1
  1111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +0 -193
  1112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +0 -1
  1113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +0 -58
  1114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +0 -1
  1115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +0 -89
  1116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +0 -1
  1117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -89
  1118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +0 -1
  1119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +0 -355
  1120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +0 -1
  1121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +0 -7
  1122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +0 -1
  1123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +0 -14
  1124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +0 -1
  1125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +0 -11
  1126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +0 -1
  1127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +0 -46
  1128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +0 -1
  1129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +0 -14
  1130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +0 -1
  1131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +0 -87
  1132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +0 -1
  1133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +0 -7
  1134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +0 -1
  1135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +0 -29
  1136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +0 -1
  1137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +0 -1572
  1138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +0 -1
  1139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +0 -1610
  1140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +0 -1
  1141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +0 -27
  1142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +0 -1
  1143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +0 -34
  1144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +0 -1
  1145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +0 -5
  1146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +0 -1
  1147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +0 -3
  1148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +0 -1
  1149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +0 -42
  1150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +0 -1
  1151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +0 -3
  1152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +0 -1
  1153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +0 -74
  1154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +0 -1
  1155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +0 -3
  1156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +0 -1
  1157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +0 -21
  1158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +0 -1
  1159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +0 -3
  1160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +0 -1
  1161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +0 -24
  1162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +0 -1
  1163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +0 -3
  1164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +0 -1
  1165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +0 -144
  1166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +0 -1
  1167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +0 -3
  1168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +0 -1
  1169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +0 -32
  1170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +0 -1
  1171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +0 -3
  1172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +0 -1
  1173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +0 -18
  1174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +0 -1
  1175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +0 -3
  1176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +0 -1
  1177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +0 -17
  1178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +0 -1
  1179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +0 -3
  1180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +0 -1
  1181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +0 -29
  1182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +0 -1
  1183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +0 -3
  1184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +0 -1
  1185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +0 -40
  1186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +0 -1
  1187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +0 -3
  1188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +0 -1
  1189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +0 -31
  1190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +0 -1
  1191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +0 -3
  1192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +0 -1
  1193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +0 -116
  1194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +0 -1
  1195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +0 -3
  1196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +0 -1
  1197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +0 -37
  1198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +0 -1
  1199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +0 -3
  1200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +0 -1
  1201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +0 -6
  1202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +0 -1
  1203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +0 -3
  1204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +0 -1
  1205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +0 -29
  1206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +0 -1
  1207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +0 -3
  1208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +0 -1
  1209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +0 -52
  1210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +0 -1
  1211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +0 -3
  1212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +0 -1
  1213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +0 -19
  1214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +0 -1
  1215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +0 -3
  1216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +0 -1
  1217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +0 -28
  1218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +0 -1
  1219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +0 -3
  1220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +0 -1
  1221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +0 -7
  1222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +0 -1
  1223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +0 -3
  1224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +0 -1
  1225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +0 -56
  1226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +0 -1
  1227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +0 -3
  1228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +0 -1
  1229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +0 -78
  1230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +0 -1
  1231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +0 -3
  1232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +0 -1
  1233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +0 -291
  1234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +0 -1
  1235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +0 -3
  1236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +0 -1
  1237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +0 -127
  1238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +0 -1
  1239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +0 -4
  1240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +0 -1
  1241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +0 -168
  1242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +0 -1
  1243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +0 -3
  1244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +0 -1
  1245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +0 -9
  1246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +0 -1
  1247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +0 -3
  1248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +0 -1
  1249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +0 -17
  1250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +0 -1
  1251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +0 -3
  1252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +0 -1
  1253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +0 -7
  1254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +0 -1
  1255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +0 -3
  1256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +0 -1
  1257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +0 -46
  1258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +0 -1
  1259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +0 -3
  1260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +0 -1
  1261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -200
  1262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +0 -1
  1263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +0 -3
  1264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +0 -1
  1265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +0 -12
  1266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +0 -1
  1267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +0 -3
  1268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +0 -1
  1269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +0 -46
  1270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +0 -1
  1271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +0 -3
  1272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +0 -1
  1273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +0 -322
  1274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +0 -1
  1275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +0 -3
  1276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +0 -1
  1277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +0 -8
  1278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +0 -1
  1279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +0 -3
  1280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +0 -1
  1281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +0 -12
  1282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +0 -1
  1283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +0 -3
  1284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +0 -1
  1285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +0 -6
  1286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +0 -1
  1287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +0 -3
  1288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +0 -1
  1289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +0 -10
  1290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +0 -1
  1291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +0 -3
  1292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +0 -1
  1293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +0 -19
  1294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +0 -1
  1295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +0 -3
  1296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +0 -1
  1297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +0 -51
  1298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +0 -1
  1299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +0 -3
  1300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +0 -1
  1301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +0 -15
  1302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +0 -1
  1303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +0 -3
  1304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +0 -1
  1305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +0 -29
  1306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +0 -1
  1307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +0 -3
  1308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +0 -1
  1309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +0 -806
  1310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +0 -1
  1311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +0 -3
  1312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +0 -1
  1313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +0 -10
  1314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +0 -1
  1315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +0 -3
  1316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +0 -1
  1317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +0 -51
  1318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +0 -1
  1319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +0 -3
  1320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +0 -1
  1321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +0 -5
  1322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +0 -1
  1323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +0 -3
  1324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +0 -1
  1325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +0 -50
  1326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +0 -1
  1327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +0 -3
  1328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +0 -1
  1329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -84
  1330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +0 -1
  1331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +0 -3
  1332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +0 -1
  1333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +0 -48
  1334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +0 -1
  1335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +0 -3
  1336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +0 -1
  1337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -42
  1338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +0 -1
  1339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +0 -3
  1340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +0 -1
  1341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +0 -78
  1342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
  1343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +0 -3
  1344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +0 -1
  1345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +0 -74
  1346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
  1347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +0 -11
  1348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +0 -1
  1349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +0 -9
  1350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +0 -1
  1351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +0 -11
  1352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +0 -1
  1353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +0 -59
  1354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
  1355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +0 -11
  1356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +0 -1
  1357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +0 -9
  1358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
  1359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +0 -11
  1360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +0 -1
  1361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +0 -22
  1362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
  1363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +0 -11
  1364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +0 -1
  1365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +0 -8
  1366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
  1367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +0 -11
  1368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +0 -1
  1369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
  1370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
  1371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +0 -11
  1372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +0 -1
  1373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +0 -68
  1374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
  1375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +0 -11
  1376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +0 -1
  1377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +0 -9
  1378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +0 -1
  1379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +0 -11
  1380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +0 -1
  1381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +0 -59
  1382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
  1383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +0 -11
  1384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +0 -1
  1385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +0 -9
  1386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +0 -1
  1387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +0 -11
  1388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +0 -1
  1389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
  1390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
  1391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +0 -11
  1392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
  1393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
  1394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
  1395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +0 -11
  1396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
  1397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
  1398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
  1399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +0 -11
  1400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
  1401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +0 -25
  1402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +0 -1
  1403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +0 -11
  1404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +0 -1
  1405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +0 -8
  1406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
  1407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +0 -11
  1408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +0 -1
  1409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +0 -21
  1410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +0 -1
  1411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +0 -11
  1412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +0 -1
  1413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +0 -21
  1414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
  1415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +0 -11
  1416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +0 -1
  1417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +0 -8
  1418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
  1419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +0 -11
  1420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +0 -1
  1421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
  1422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
  1423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +0 -11
  1424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
  1425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
  1426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
  1427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +0 -11
  1428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
  1429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
  1430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
  1431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +0 -11
  1432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +0 -1
  1433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
  1434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
  1435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +0 -11
  1436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
  1437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
  1438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
  1439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +0 -11
  1440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
  1441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +0 -13
  1442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +0 -1
  1443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +0 -11
  1444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +0 -1
  1445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +0 -8
  1446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
  1447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +0 -11
  1448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +0 -1
  1449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
  1450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
  1451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +0 -11
  1452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
  1453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
  1454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
  1455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -11
  1456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
  1457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -27
  1458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
  1459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +0 -11
  1460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
  1461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
  1462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
  1463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +0 -11
  1464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
  1465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
  1466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
  1467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +0 -11
  1468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +0 -1
  1469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +0 -13
  1470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +0 -1
  1471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +0 -11
  1472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +0 -1
  1473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +0 -13
  1474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +0 -1
  1475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +0 -11
  1476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +0 -1
  1477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
  1478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
  1479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +0 -11
  1480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
  1481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +0 -8
  1482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +0 -1
  1483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +0 -11
  1484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +0 -1
  1485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
  1486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
  1487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +0 -11
  1488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
  1489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
  1490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
  1491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +0 -11
  1492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
  1493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
  1494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
  1495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -11
  1496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
  1497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +0 -98
  1498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +0 -1
  1499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +0 -11
  1500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +0 -1
  1501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
  1502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
  1503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +0 -11
  1504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
  1505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
  1506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
  1507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +0 -11
  1508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
  1509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
  1510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
  1511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +0 -11
  1512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +0 -1
  1513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
  1514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
  1515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +0 -11
  1516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +0 -1
  1517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
  1518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
  1519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +0 -11
  1520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
  1521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
  1522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
  1523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -11
  1524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
  1525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
  1526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
  1527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +0 -11
  1528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
  1529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +0 -12
  1530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
  1531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +0 -11
  1532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +0 -1
  1533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +0 -12
  1534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +0 -1
  1535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +0 -11
  1536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +0 -1
  1537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +0 -20
  1538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +0 -1
  1539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +0 -11
  1540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +0 -1
  1541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +0 -12
  1542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
  1543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +0 -11
  1544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +0 -1
  1545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +0 -12
  1546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +0 -1
  1547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +0 -11
  1548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +0 -1
  1549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +0 -38
  1550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +0 -1
  1551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +0 -11
  1552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +0 -1
  1553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -36
  1554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
  1555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +0 -11
  1556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
  1557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
  1558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
  1559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +0 -11
  1560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
  1561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
  1562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
  1563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +0 -11
  1564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +0 -1
  1565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -44
  1566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
  1567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +0 -11
  1568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
  1569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -30
  1570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
  1571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +0 -11
  1572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
  1573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
  1574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
  1575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +0 -11
  1576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +0 -1
  1577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +0 -23
  1578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
  1579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +0 -11
  1580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +0 -1
  1581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
  1582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
  1583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +0 -11
  1584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
  1585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
  1586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
  1587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +0 -11
  1588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +0 -1
  1589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
  1590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
  1591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +0 -11
  1592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
  1593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +0 -13
  1594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
  1595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +0 -11
  1596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +0 -1
  1597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +0 -13
  1598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +0 -1
  1599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +0 -11
  1600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +0 -1
  1601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +0 -24
  1602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +0 -1
  1603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +0 -11
  1604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +0 -1
  1605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +0 -13
  1606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
  1607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +0 -11
  1608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +0 -1
  1609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
  1610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
  1611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +0 -11
  1612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
  1613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
  1614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
  1615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -11
  1616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
  1617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
  1618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
  1619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +0 -11
  1620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
  1621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
  1622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
  1623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -11
  1624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
  1625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
  1626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
  1627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +0 -11
  1628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
  1629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
  1630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
  1631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +0 -11
  1632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
  1633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
  1634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
  1635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +0 -11
  1636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
  1637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
  1638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
  1639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +0 -11
  1640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
  1641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +0 -55
  1642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
  1643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +0 -11
  1644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
  1645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
  1646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
  1647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +0 -11
  1648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
  1649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +0 -8
  1650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +0 -1
  1651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +0 -11
  1652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +0 -1
  1653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +0 -12
  1654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +0 -1
  1655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +0 -11
  1656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +0 -1
  1657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +0 -34
  1658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +0 -1
  1659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +0 -11
  1660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +0 -1
  1661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +0 -8
  1662. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +0 -1
  1663. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +0 -11
  1664. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +0 -1
  1665. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
  1666. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
  1667. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +0 -11
  1668. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
  1669. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
  1670. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
  1671. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +0 -11
  1672. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
  1673. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
  1674. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
  1675. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +0 -11
  1676. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
  1677. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +0 -27
  1678. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +0 -1
  1679. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +0 -11
  1680. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +0 -1
  1681. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
  1682. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
  1683. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +0 -11
  1684. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
  1685. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +0 -8
  1686. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
  1687. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +0 -11
  1688. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +0 -1
  1689. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
  1690. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
  1691. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +0 -11
  1692. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
  1693. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +0 -8
  1694. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
  1695. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +0 -11
  1696. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +0 -1
  1697. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +0 -8
  1698. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
  1699. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +0 -11
  1700. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +0 -1
  1701. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +0 -8
  1702. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
  1703. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +0 -11
  1704. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +0 -1
  1705. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +0 -8
  1706. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
  1707. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +0 -11
  1708. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +0 -1
  1709. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
  1710. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
  1711. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +0 -11
  1712. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
  1713. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
  1714. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
  1715. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +0 -11
  1716. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
  1717. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
  1718. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
  1719. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -11
  1720. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
  1721. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
  1722. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
  1723. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +0 -11
  1724. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
  1725. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +0 -65
  1726. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
  1727. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +0 -11
  1728. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +0 -1
  1729. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
  1730. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
  1731. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +0 -11
  1732. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
  1733. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +0 -13
  1734. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +0 -1
  1735. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +0 -11
  1736. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +0 -1
  1737. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +0 -9
  1738. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
  1739. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +0 -11
  1740. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +0 -1
  1741. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
  1742. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
  1743. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +0 -11
  1744. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +0 -1
  1745. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +0 -30
  1746. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +0 -1
  1747. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +0 -11
  1748. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +0 -1
  1749. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +0 -8
  1750. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +0 -1
  1751. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +0 -11
  1752. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +0 -1
  1753. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +0 -112
  1754. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +0 -1
  1755. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +0 -11
  1756. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +0 -1
  1757. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +0 -10
  1758. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +0 -1
  1759. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +0 -11
  1760. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +0 -1
  1761. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +0 -19
  1762. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +0 -1
  1763. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +0 -11
  1764. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +0 -1
  1765. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +0 -8
  1766. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
  1767. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +0 -11
  1768. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +0 -1
  1769. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +0 -8
  1770. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
  1771. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +0 -11
  1772. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +0 -1
  1773. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
  1774. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
  1775. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +0 -11
  1776. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +0 -1
  1777. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +0 -8
  1778. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
  1779. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +0 -11
  1780. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +0 -1
  1781. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +0 -8
  1782. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
  1783. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +0 -11
  1784. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +0 -1
  1785. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
  1786. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
  1787. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +0 -11
  1788. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
  1789. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +0 -12
  1790. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +0 -1
  1791. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +0 -11
  1792. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +0 -1
  1793. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +0 -9
  1794. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +0 -1
  1795. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +0 -11
  1796. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +0 -1
  1797. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +0 -9
  1798. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +0 -1
  1799. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +0 -11
  1800. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +0 -1
  1801. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +0 -9
  1802. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +0 -1
  1803. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +0 -11
  1804. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +0 -1
  1805. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +0 -9
  1806. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +0 -1
  1807. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +0 -11
  1808. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +0 -1
  1809. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +0 -8
  1810. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +0 -1
  1811. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +0 -11
  1812. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +0 -1
  1813. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +0 -28
  1814. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +0 -1
  1815. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +0 -11
  1816. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +0 -1
  1817. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +0 -19
  1818. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +0 -1
  1819. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +0 -11
  1820. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +0 -1
  1821. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +0 -31
  1822. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +0 -1
  1823. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +0 -11
  1824. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +0 -1
  1825. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +0 -31
  1826. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +0 -1
  1827. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +0 -11
  1828. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +0 -1
  1829. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +0 -31
  1830. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +0 -1
  1831. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +0 -11
  1832. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +0 -1
  1833. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +0 -12
  1834. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +0 -1
  1835. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +0 -11
  1836. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +0 -1
  1837. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +0 -23
  1838. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +0 -1
  1839. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +0 -11
  1840. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +0 -1
  1841. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +0 -29
  1842. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +0 -1
  1843. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +0 -11
  1844. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +0 -1
  1845. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +0 -27
  1846. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +0 -1
  1847. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +0 -11
  1848. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +0 -1
  1849. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +0 -26
  1850. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +0 -1
  1851. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +0 -11
  1852. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +0 -1
  1853. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +0 -26
  1854. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +0 -1
  1855. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +0 -11
  1856. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +0 -1
  1857. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +0 -26
  1858. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
  1859. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +0 -11
  1860. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +0 -1
  1861. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +0 -26
  1862. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +0 -1
  1863. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +0 -11
  1864. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +0 -1
  1865. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +0 -12
  1866. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +0 -1
  1867. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +0 -11
  1868. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +0 -1
  1869. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +0 -12
  1870. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +0 -1
  1871. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +0 -11
  1872. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +0 -1
  1873. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +0 -14
  1874. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +0 -1
  1875. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +0 -11
  1876. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +0 -1
  1877. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +0 -10
  1878. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +0 -1
  1879. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +0 -11
  1880. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +0 -1
  1881. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +0 -13
  1882. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +0 -1
  1883. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +0 -11
  1884. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +0 -1
  1885. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +0 -16
  1886. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +0 -1
  1887. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +0 -11
  1888. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +0 -1
  1889. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +0 -8
  1890. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +0 -1
  1891. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +0 -11
  1892. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +0 -1
  1893. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +0 -38
  1894. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +0 -1
  1895. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +0 -11
  1896. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +0 -1
  1897. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +0 -324
  1898. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +0 -1
  1899. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +0 -11
  1900. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +0 -1
  1901. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +0 -250
  1902. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +0 -1
  1903. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +0 -11
  1904. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +0 -1
  1905. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +0 -46
  1906. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +0 -1
  1907. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +0 -11
  1908. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +0 -1
  1909. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +0 -46
  1910. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +0 -1
  1911. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +0 -11
  1912. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +0 -1
  1913. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +0 -8
  1914. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +0 -1
  1915. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +0 -11
  1916. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +0 -1
  1917. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +0 -8
  1918. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +0 -1
  1919. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +0 -11
  1920. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +0 -1
  1921. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +0 -42
  1922. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +0 -1
  1923. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +0 -11
  1924. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +0 -1
  1925. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +0 -8
  1926. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +0 -1
  1927. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +0 -11
  1928. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +0 -1
  1929. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +0 -34
  1930. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +0 -1
  1931. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +0 -11
  1932. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +0 -1
  1933. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +0 -46
  1934. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +0 -1
  1935. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +0 -11
  1936. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +0 -1
  1937. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +0 -9
  1938. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
  1939. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +0 -11
  1940. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +0 -1
  1941. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +0 -9
  1942. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +0 -1
  1943. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +0 -11
  1944. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +0 -1
  1945. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +0 -8
  1946. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
  1947. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +0 -11
  1948. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +0 -1
  1949. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +0 -10
  1950. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +0 -1
  1951. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +0 -3
  1952. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +0 -1
  1953. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +0 -10
  1954. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +0 -1
  1955. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +0 -11
  1956. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +0 -1
  1957. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
  1958. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
  1959. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +0 -11
  1960. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
  1961. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +0 -10
  1962. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +0 -1
  1963. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +0 -11
  1964. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +0 -1
  1965. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +0 -10
  1966. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +0 -1
  1967. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +0 -11
  1968. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +0 -1
  1969. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +0 -9
  1970. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +0 -1
  1971. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +0 -11
  1972. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +0 -1
  1973. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +0 -1284
  1974. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +0 -1
  1975. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +0 -67
  1976. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +0 -1
  1977. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +0 -729
  1978. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +0 -1
  1979. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +0 -48
  1980. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +0 -1
  1981. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +0 -20
  1982. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
  1983. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +0 -11
  1984. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +0 -1
  1985. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +0 -10
  1986. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +0 -1
  1987. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +0 -3
  1988. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +0 -1
  1989. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +0 -24
  1990. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +0 -1
  1991. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +0 -3
  1992. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +0 -1
  1993. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +0 -8
  1994. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +0 -1
  1995. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +0 -11
  1996. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +0 -1
  1997. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +0 -738
  1998. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +0 -1
  1999. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +0 -48
  2000. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +0 -1
  2001. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
  2002. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
  2003. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +0 -11
  2004. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
  2005. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
  2006. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
  2007. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +0 -11
  2008. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
  2009. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +0 -8
  2010. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +0 -1
  2011. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +0 -11
  2012. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +0 -1
  2013. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +0 -14
  2014. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +0 -1
  2015. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +0 -11
  2016. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +0 -1
  2017. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +0 -10
  2018. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +0 -1
  2019. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +0 -11
  2020. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +0 -1
  2021. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +0 -48
  2022. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +0 -1
  2023. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +0 -11
  2024. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +0 -1
  2025. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
  2026. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
  2027. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +0 -11
  2028. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
  2029. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +0 -8
  2030. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +0 -1
  2031. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +0 -11
  2032. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +0 -1
  2033. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +0 -1298
  2034. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +0 -1
  2035. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +0 -67
  2036. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +0 -1
  2037. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +0 -56
  2038. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +0 -1
  2039. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +0 -11
  2040. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +0 -1
  2041. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +0 -52
  2042. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +0 -1
  2043. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +0 -11
  2044. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +0 -1
  2045. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +0 -12
  2046. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
  2047. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +0 -11
  2048. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +0 -1
  2049. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +0 -68
  2050. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +0 -1
  2051. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +0 -11
  2052. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +0 -1
  2053. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +0 -10
  2054. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +0 -1
  2055. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +0 -11
  2056. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +0 -1
  2057. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +0 -8
  2058. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +0 -1
  2059. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +0 -11
  2060. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +0 -1
  2061. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +0 -117
  2062. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
  2063. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +0 -11
  2064. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +0 -1
  2065. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +0 -78
  2066. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +0 -1
  2067. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +0 -11
  2068. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +0 -1
  2069. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +0 -8
  2070. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +0 -1
  2071. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +0 -11
  2072. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +0 -1
  2073. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +0 -13
  2074. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +0 -1
  2075. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +0 -11
  2076. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +0 -1
  2077. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +0 -692
  2078. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +0 -1
  2079. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +0 -48
  2080. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +0 -1
  2081. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +0 -46
  2082. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +0 -1
  2083. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +0 -11
  2084. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +0 -1
  2085. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +0 -1266
  2086. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +0 -1
  2087. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +0 -67
  2088. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +0 -1
  2089. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +0 -9
  2090. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +0 -1
  2091. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +0 -11
  2092. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +0 -1
  2093. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +0 -9
  2094. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +0 -1
  2095. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +0 -11
  2096. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +0 -1
  2097. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +0 -80
  2098. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +0 -1
  2099. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +0 -11
  2100. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +0 -1
  2101. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +0 -43
  2102. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
  2103. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +0 -11
  2104. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +0 -1
  2105. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +0 -43
  2106. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +0 -1
  2107. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +0 -11
  2108. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +0 -1
  2109. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +0 -8
  2110. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
  2111. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +0 -11
  2112. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +0 -1
  2113. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +0 -13
  2114. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +0 -1
  2115. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +0 -11
  2116. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +0 -1
  2117. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +0 -8
  2118. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +0 -1
  2119. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +0 -11
  2120. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +0 -1
  2121. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +0 -12
  2122. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +0 -1
  2123. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +0 -11
  2124. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +0 -1
  2125. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +0 -11
  2126. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +0 -1
  2127. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +0 -11
  2128. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +0 -1
  2129. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +0 -12
  2130. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +0 -1
  2131. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +0 -11
  2132. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +0 -1
  2133. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +0 -16
  2134. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +0 -1
  2135. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +0 -11
  2136. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +0 -1
  2137. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +0 -18
  2138. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +0 -1
  2139. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +0 -11
  2140. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +0 -1
  2141. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +0 -9
  2142. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +0 -1
  2143. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +0 -11
  2144. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +0 -1
  2145. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +0 -9
  2146. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +0 -1
  2147. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +0 -11
  2148. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +0 -1
  2149. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +0 -8
  2150. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
  2151. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +0 -11
  2152. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +0 -1
  2153. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +0 -17
  2154. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +0 -1
  2155. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +0 -11
  2156. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +0 -1
  2157. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +0 -89
  2158. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
  2159. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +0 -11
  2160. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +0 -1
  2161. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +0 -8
  2162. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +0 -1
  2163. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +0 -11
  2164. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +0 -1
  2165. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
  2166. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
  2167. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +0 -11
  2168. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +0 -1
  2169. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +0 -548
  2170. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +0 -1
  2171. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +0 -37
  2172. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +0 -1
  2173. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +0 -542
  2174. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +0 -1
  2175. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +0 -37
  2176. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +0 -1
  2177. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +0 -535
  2178. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +0 -1
  2179. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +0 -37
  2180. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +0 -1
  2181. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +0 -535
  2182. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +0 -1
  2183. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +0 -37
  2184. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +0 -1
  2185. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +0 -539
  2186. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +0 -1
  2187. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +0 -37
  2188. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +0 -1
  2189. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +0 -8
  2190. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
  2191. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +0 -11
  2192. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +0 -1
  2193. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +0 -535
  2194. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +0 -1
  2195. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +0 -37
  2196. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +0 -1
  2197. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +0 -535
  2198. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
  2199. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +0 -37
  2200. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +0 -1
  2201. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +0 -535
  2202. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
  2203. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +0 -37
  2204. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +0 -1
  2205. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +0 -535
  2206. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
  2207. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +0 -37
  2208. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +0 -1
  2209. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +0 -535
  2210. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +0 -1
  2211. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +0 -37
  2212. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +0 -1
  2213. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +0 -8
  2214. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
  2215. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +0 -11
  2216. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +0 -1
  2217. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
  2218. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
  2219. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +0 -11
  2220. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +0 -1
  2221. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +0 -14
  2222. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +0 -1
  2223. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +0 -11
  2224. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +0 -1
  2225. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +0 -8
  2226. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +0 -1
  2227. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +0 -11
  2228. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +0 -1
  2229. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +0 -46
  2230. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +0 -1
  2231. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +0 -11
  2232. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +0 -1
  2233. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +0 -38
  2234. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +0 -1
  2235. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +0 -11
  2236. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +0 -1
  2237. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +0 -24
  2238. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +0 -1
  2239. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +0 -11
  2240. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +0 -1
  2241. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +0 -45
  2242. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +0 -1
  2243. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +0 -11
  2244. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +0 -1
  2245. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +0 -46
  2246. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +0 -1
  2247. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +0 -11
  2248. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +0 -1
  2249. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +0 -14
  2250. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +0 -1
  2251. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +0 -11
  2252. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +0 -1
  2253. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +0 -14
  2254. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +0 -1
  2255. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +0 -11
  2256. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +0 -1
  2257. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +0 -37
  2258. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +0 -1
  2259. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +0 -11
  2260. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +0 -1
  2261. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +0 -14
  2262. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +0 -1
  2263. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +0 -11
  2264. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +0 -1
  2265. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +0 -16
  2266. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +0 -1
  2267. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +0 -11
  2268. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +0 -1
  2269. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +0 -33
  2270. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +0 -1
  2271. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +0 -11
  2272. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +0 -1
  2273. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +0 -47
  2274. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +0 -1
  2275. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +0 -11
  2276. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +0 -1
  2277. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +0 -15
  2278. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +0 -1
  2279. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +0 -11
  2280. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +0 -1
  2281. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +0 -15
  2282. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +0 -1
  2283. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +0 -11
  2284. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +0 -1
  2285. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +0 -14
  2286. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +0 -1
  2287. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +0 -11
  2288. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +0 -1
  2289. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +0 -14
  2290. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +0 -1
  2291. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +0 -11
  2292. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +0 -1
  2293. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +0 -122
  2294. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +0 -1
  2295. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +0 -11
  2296. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +0 -1
  2297. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +0 -26
  2298. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +0 -1
  2299. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +0 -11
  2300. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +0 -1
  2301. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +0 -14
  2302. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +0 -1
  2303. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +0 -11
  2304. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +0 -1
  2305. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +0 -20
  2306. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +0 -1
  2307. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +0 -11
  2308. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +0 -1
  2309. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +0 -47
  2310. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +0 -1
  2311. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +0 -11
  2312. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +0 -1
  2313. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +0 -15
  2314. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +0 -1
  2315. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +0 -11
  2316. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +0 -1
  2317. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +0 -14
  2318. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +0 -1
  2319. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +0 -11
  2320. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +0 -1
  2321. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +0 -49
  2322. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +0 -1
  2323. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +0 -11
  2324. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +0 -1
  2325. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +0 -36
  2326. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +0 -1
  2327. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +0 -11
  2328. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +0 -1
  2329. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +0 -14
  2330. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +0 -1
  2331. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +0 -11
  2332. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +0 -1
  2333. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +0 -64
  2334. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +0 -1
  2335. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +0 -11
  2336. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +0 -1
  2337. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +0 -47
  2338. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +0 -1
  2339. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +0 -11
  2340. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +0 -1
  2341. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +0 -44
  2342. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +0 -1
  2343. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +0 -11
  2344. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +0 -1
  2345. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +0 -9
  2346. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +0 -1
  2347. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +0 -11
  2348. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +0 -1
  2349. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +0 -39
  2350. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +0 -1
  2351. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +0 -11
  2352. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +0 -1
  2353. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +0 -43
  2354. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +0 -1
  2355. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +0 -11
  2356. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +0 -1
  2357. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +0 -14
  2358. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
  2359. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +0 -11
  2360. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +0 -1
  2361. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
  2362. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
  2363. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +0 -11
  2364. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +0 -1
  2365. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +0 -8
  2366. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +0 -1
  2367. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +0 -11
  2368. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +0 -1
  2369. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +0 -542
  2370. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +0 -1
  2371. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +0 -37
  2372. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +0 -1
  2373. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +0 -8
  2374. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +0 -1
  2375. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +0 -11
  2376. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +0 -1
  2377. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +0 -8
  2378. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +0 -1
  2379. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +0 -11
  2380. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +0 -1
  2381. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +0 -722
  2382. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +0 -1
  2383. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +0 -48
  2384. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +0 -1
  2385. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +0 -1282
  2386. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +0 -1
  2387. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +0 -67
  2388. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +0 -1
  2389. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +0 -8
  2390. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +0 -1
  2391. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +0 -11
  2392. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +0 -1
  2393. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +0 -22
  2394. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +0 -1
  2395. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +0 -11
  2396. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +0 -1
  2397. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +0 -8
  2398. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +0 -1
  2399. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +0 -11
  2400. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +0 -1
  2401. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +0 -8
  2402. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +0 -1
  2403. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +0 -11
  2404. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +0 -1
  2405. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +0 -18
  2406. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +0 -1
  2407. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +0 -11
  2408. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +0 -1
  2409. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +0 -24
  2410. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +0 -1
  2411. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +0 -11
  2412. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +0 -1
  2413. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +0 -20
  2414. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +0 -1
  2415. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +0 -11
  2416. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +0 -1
  2417. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +0 -2254
  2418. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +0 -1
  2419. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +0 -77
  2420. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +0 -1
  2421. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +0 -1437
  2422. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +0 -1
  2423. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +0 -82
  2424. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +0 -1
  2425. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +0 -1359
  2426. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +0 -1
  2427. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +0 -63
  2428. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +0 -1
  2429. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +0 -1296
  2430. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +0 -1
  2431. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +0 -67
  2432. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +0 -1
  2433. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +0 -8
  2434. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +0 -1
  2435. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +0 -3
  2436. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +0 -1
  2437. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +0 -8
  2438. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +0 -1
  2439. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +0 -3
  2440. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +0 -1
  2441. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +0 -14
  2442. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +0 -1
  2443. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +0 -3
  2444. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +0 -1
  2445. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +0 -10
  2446. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +0 -1
  2447. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +0 -3
  2448. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +0 -1
  2449. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +0 -9
  2450. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +0 -1
  2451. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +0 -3
  2452. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +0 -1
  2453. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +0 -10
  2454. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +0 -1
  2455. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +0 -3
  2456. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +0 -1
  2457. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +0 -8
  2458. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +0 -1
  2459. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +0 -3
  2460. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +0 -1
  2461. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +0 -8
  2462. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +0 -1
  2463. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +0 -3
  2464. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +0 -1
  2465. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +0 -12
  2466. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +0 -1
  2467. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +0 -3
  2468. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +0 -1
  2469. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +0 -13
  2470. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +0 -1
  2471. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +0 -3
  2472. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +0 -1
  2473. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +0 -8
  2474. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +0 -1
  2475. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +0 -3
  2476. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +0 -1
  2477. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +0 -8
  2478. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +0 -1
  2479. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +0 -3
  2480. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +0 -1
  2481. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +0 -8
  2482. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +0 -1
  2483. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +0 -11
  2484. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +0 -1
  2485. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +0 -689
  2486. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +0 -1
  2487. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +0 -11
  2488. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +0 -1
  2489. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +0 -8
  2490. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +0 -1
  2491. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +0 -11
  2492. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +0 -1
  2493. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +0 -32
  2494. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +0 -1
  2495. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +0 -11
  2496. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +0 -1
  2497. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +0 -18
  2498. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +0 -1
  2499. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +0 -11
  2500. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +0 -1
  2501. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +0 -9
  2502. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +0 -1
  2503. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +0 -11
  2504. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +0 -1
  2505. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +0 -12
  2506. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +0 -1
  2507. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +0 -11
  2508. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +0 -1
  2509. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +0 -109
  2510. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +0 -1
  2511. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +0 -11
  2512. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +0 -1
  2513. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +0 -35
  2514. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +0 -1
  2515. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +0 -11
  2516. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +0 -1
  2517. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +0 -34
  2518. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
  2519. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +0 -11
  2520. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +0 -1
  2521. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +0 -13
  2522. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +0 -1
  2523. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +0 -11
  2524. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +0 -1
  2525. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +0 -44
  2526. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +0 -1
  2527. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +0 -11
  2528. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +0 -1
  2529. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +0 -18
  2530. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +0 -1
  2531. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +0 -11
  2532. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +0 -1
  2533. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +0 -34
  2534. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +0 -1
  2535. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +0 -11
  2536. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +0 -1
  2537. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +0 -35
  2538. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +0 -1
  2539. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +0 -11
  2540. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +0 -1
  2541. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +0 -34
  2542. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +0 -1
  2543. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +0 -11
  2544. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +0 -1
  2545. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +0 -35
  2546. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +0 -1
  2547. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +0 -11
  2548. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +0 -1
  2549. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +0 -34
  2550. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +0 -1
  2551. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +0 -11
  2552. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +0 -1
  2553. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +0 -9
  2554. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +0 -1
  2555. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +0 -11
  2556. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +0 -1
  2557. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +0 -34
  2558. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
  2559. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +0 -11
  2560. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +0 -1
  2561. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +0 -84
  2562. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +0 -1
  2563. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +0 -11
  2564. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +0 -1
  2565. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +0 -8
  2566. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +0 -1
  2567. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +0 -11
  2568. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +0 -1
  2569. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +0 -13
  2570. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +0 -1
  2571. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +0 -11
  2572. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +0 -1
  2573. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +0 -15
  2574. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +0 -1
  2575. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +0 -11
  2576. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +0 -1
  2577. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +0 -26
  2578. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +0 -1
  2579. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +0 -11
  2580. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +0 -1
  2581. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +0 -89
  2582. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +0 -1
  2583. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +0 -11
  2584. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +0 -1
  2585. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +0 -98
  2586. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +0 -1
  2587. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +0 -11
  2588. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +0 -1
  2589. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +0 -76
  2590. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +0 -1
  2591. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +0 -11
  2592. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +0 -1
  2593. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +0 -54
  2594. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +0 -1
  2595. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +0 -11
  2596. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +0 -1
  2597. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +0 -54
  2598. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +0 -1
  2599. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +0 -11
  2600. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +0 -1
  2601. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +0 -8
  2602. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +0 -1
  2603. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +0 -11
  2604. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +0 -1
  2605. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +0 -20
  2606. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +0 -1
  2607. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +0 -11
  2608. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +0 -1
  2609. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +0 -8
  2610. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +0 -1
  2611. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +0 -11
  2612. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +0 -1
  2613. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +0 -266
  2614. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +0 -1
  2615. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +0 -31
  2616. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +0 -1
  2617. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +0 -266
  2618. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +0 -1
  2619. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +0 -31
  2620. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +0 -1
  2621. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +0 -266
  2622. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +0 -1
  2623. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +0 -31
  2624. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +0 -1
  2625. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +0 -266
  2626. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +0 -1
  2627. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +0 -31
  2628. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +0 -1
  2629. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +0 -3
  2630. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +0 -1
  2631. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +0 -3
  2632. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +0 -1
  2633. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +0 -11
  2634. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +0 -1
  2635. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +0 -3
  2636. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +0 -1
  2637. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +0 -3
  2638. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +0 -1
  2639. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +0 -3
  2640. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +0 -1
  2641. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +0 -3
  2642. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +0 -1
  2643. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +0 -3
  2644. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +0 -1
  2645. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +0 -8
  2646. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
  2647. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +0 -11
  2648. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +0 -1
  2649. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +0 -8
  2650. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
  2651. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +0 -11
  2652. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +0 -1
  2653. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +0 -8
  2654. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
  2655. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +0 -11
  2656. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +0 -1
  2657. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +0 -330
  2658. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +0 -1
  2659. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +0 -3
  2660. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +0 -1
  2661. package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +0 -71
  2662. package/node_modules/@slack/socket-mode/node_modules/@types/node/LICENSE +0 -21
  2663. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +0 -15
  2664. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +0 -68
  2665. package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +0 -1077
  2666. package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +0 -711
  2667. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2668. package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +0 -1799
  2669. package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1361
  2670. package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +0 -432
  2671. package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +0 -93
  2672. package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +0 -14
  2673. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +0 -3954
  2674. package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +0 -537
  2675. package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2676. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +0 -497
  2677. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +0 -876
  2678. package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +0 -150
  2679. package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +0 -1008
  2680. package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +0 -486
  2681. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2682. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +0 -4793
  2683. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +0 -150
  2684. package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2685. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +0 -2218
  2686. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +0 -2497
  2687. package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +0 -400
  2688. package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +0 -115
  2689. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2690. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +0 -264
  2691. package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2692. package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +0 -726
  2693. package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +0 -970
  2694. package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +0 -498
  2695. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +0 -155
  2696. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +0 -8
  2697. package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +0 -8
  2698. package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +0 -178
  2699. package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2700. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +0 -2268
  2701. package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +0 -89
  2702. package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +0 -139
  2703. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +0 -2125
  2704. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +0 -158
  2705. package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +0 -508
  2706. package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +0 -420
  2707. package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +0 -47
  2708. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +0 -1140
  2709. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2710. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +0 -452
  2711. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +0 -211
  2712. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +0 -300
  2713. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +0 -1806
  2714. package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +0 -27
  2715. package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +0 -59
  2716. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +0 -2486
  2717. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +0 -93
  2718. package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +0 -149
  2719. package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +0 -1193
  2720. package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +0 -103
  2721. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2722. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2723. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2724. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2725. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2726. package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2727. package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +0 -225
  2728. package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +0 -556
  2729. package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +0 -558
  2730. package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +0 -1677
  2731. package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +0 -1059
  2732. package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +0 -1136
  2733. package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +0 -131
  2734. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2735. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2736. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2737. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2738. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2739. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2740. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2741. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2742. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2743. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2744. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2745. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2746. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2747. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2748. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2749. package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2750. package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +0 -669
  2751. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2752. package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +0 -589
  2753. package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +0 -21
  2754. package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +0 -16
  2755. package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +0 -151
  2756. package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +0 -28
  2757. package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +0 -15
  2758. package/node_modules/@slack/socket-mode/node_modules/p-finally/license +0 -21
  2759. package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +0 -42
  2760. package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +0 -47
  2761. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +0 -101
  2762. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +0 -279
  2763. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +0 -1
  2764. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +0 -21
  2765. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +0 -64
  2766. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +0 -2
  2767. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +0 -12
  2768. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +0 -32
  2769. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +0 -7
  2770. package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +0 -2
  2771. package/node_modules/@slack/socket-mode/node_modules/p-queue/license +0 -9
  2772. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +0 -21
  2773. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +0 -94
  2774. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +0 -134
  2775. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +0 -336
  2776. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +0 -56
  2777. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
  2778. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
  2779. package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
  2780. package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +0 -92
  2781. package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +0 -400
  2782. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +0 -106
  2783. package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +0 -85
  2784. package/node_modules/@slack/socket-mode/node_modules/p-retry/license +0 -9
  2785. package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +0 -51
  2786. package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +0 -148
  2787. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +0 -72
  2788. package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +0 -57
  2789. package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +0 -9
  2790. package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +0 -45
  2791. package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +0 -87
  2792. package/node_modules/@slack/socket-mode/node_modules/retry/License +0 -21
  2793. package/node_modules/@slack/socket-mode/node_modules/retry/README.md +0 -227
  2794. package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +0 -31
  2795. package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +0 -40
  2796. package/node_modules/@slack/socket-mode/node_modules/retry/index.js +0 -1
  2797. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +0 -100
  2798. package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +0 -162
  2799. package/node_modules/@slack/socket-mode/node_modules/retry/package.json +0 -36
  2800. package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +0 -21
  2801. package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +0 -6
  2802. package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +0 -30
  2803. package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +0 -43
  2804. package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2805. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2806. package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +0 -36
  2807. package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +0 -15
  2808. package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +0 -129
  2809. package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +0 -36
  2810. package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +0 -21
  2811. package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +0 -30
  2812. package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2813. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +0 -253
  2814. package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
  2815. package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2816. package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +0 -177
  2817. package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +0 -66
  2818. package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +0 -231
  2819. package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +0 -108
  2820. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2821. package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +0 -7
  2822. package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +0 -73
  2823. package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +0 -14
  2824. package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +0 -165
  2825. package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +0 -93
  2826. package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +0 -80
  2827. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +0 -68
  2828. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2829. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +0 -27
  2830. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +0 -12
  2831. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2832. package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +0 -27
  2833. package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +0 -55
  2834. package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +0 -29
  2835. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +0 -19
  2836. package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +0 -39
  2837. package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2838. package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +0 -68
  2839. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +0 -8
  2840. package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +0 -125
  2841. package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +0 -39
  2842. package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +0 -113
  2843. package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
  2844. package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +0 -18
  2845. package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +0 -7
  2846. package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +0 -346
  2847. package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +0 -188
  2848. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
  2849. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  2850. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
  2851. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
  2852. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
  2853. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2854. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
  2855. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
  2856. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  2857. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  2858. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  2859. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
  2860. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  2861. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
  2862. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  2863. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  2864. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  2865. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
  2866. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
  2867. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
  2868. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
  2869. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  2870. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2871. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
  2872. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
  2873. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  2874. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  2875. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2876. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  2877. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  2878. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
  2879. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  2880. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  2881. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  2882. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  2883. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  2884. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  2885. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
  2886. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
  2887. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  2888. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  2889. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
  2890. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  2891. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
  2892. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
  2893. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  2894. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
  2895. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2896. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
  2897. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  2898. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
  2899. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
  2900. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  2901. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
  2902. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
  2903. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  2904. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  2905. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  2906. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  2907. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2908. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2909. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2910. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2911. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2912. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2913. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  2914. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
  2915. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  2916. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  2917. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
  2918. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
  2919. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  2920. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2921. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2922. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2923. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2924. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
  2925. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2926. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2927. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2928. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2929. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2930. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2931. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2932. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2933. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2934. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2935. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2936. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
  2937. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
  2938. package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  2939. package/node_modules/ws/LICENSE +0 -20
  2940. package/node_modules/ws/README.md +0 -548
  2941. package/node_modules/ws/browser.js +0 -8
  2942. package/node_modules/ws/index.js +0 -22
  2943. package/node_modules/ws/lib/buffer-util.js +0 -131
  2944. package/node_modules/ws/lib/constants.js +0 -19
  2945. package/node_modules/ws/lib/event-target.js +0 -292
  2946. package/node_modules/ws/lib/extension.js +0 -203
  2947. package/node_modules/ws/lib/limiter.js +0 -55
  2948. package/node_modules/ws/lib/permessage-deflate.js +0 -530
  2949. package/node_modules/ws/lib/receiver.js +0 -743
  2950. package/node_modules/ws/lib/sender.js +0 -607
  2951. package/node_modules/ws/lib/stream.js +0 -161
  2952. package/node_modules/ws/lib/subprotocol.js +0 -62
  2953. package/node_modules/ws/lib/validation.js +0 -152
  2954. package/node_modules/ws/lib/websocket-server.js +0 -562
  2955. package/node_modules/ws/lib/websocket.js +0 -1407
  2956. package/node_modules/ws/package.json +0 -74
  2957. package/node_modules/ws/wrapper.mjs +0 -21
  2958. package/node_modules/zod/src/v4/core/config.ts +0 -15
  2959. /package/dist/{account-configured-sUohAxZr.js → .setup/account-configured-sUohAxZr.mjs} +0 -0
  2960. /package/dist/{config-schema-DrY3S7Ee.js → .setup/config-schema-DrY3S7Ee.mjs} +0 -0
  2961. /package/dist/{registry-bbjH7IHX.js → .setup/registry-bbjH7IHX.mjs} +0 -0
  2962. /package/dist/{runtime-JSVZSWAj.js → .setup/runtime-JSVZSWAj.mjs} +0 -0
  2963. /package/dist/{secret-contract-DxmvbxBF.js → .setup/secret-contract-DxmvbxBF.mjs} +0 -0
  2964. /package/dist/{send-results-eeOu_HYm.js → .setup/send-results-eeOu_HYm.mjs} +0 -0
  2965. /package/dist/{streaming-compat-B-e0mqM0.js → .setup/streaming-compat-B-e0mqM0.mjs} +0 -0
  2966. /package/dist/{thread-ts-CukseRVL.js → .setup/thread-ts-CukseRVL.mjs} +0 -0
  2967. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/LICENSE +0 -0
  2968. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/README.md +0 -0
  2969. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/package.json +0 -0
  2970. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts +0 -0
  2971. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts.map +0 -0
  2972. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js +0 -0
  2973. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js.map +0 -0
  2974. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts +0 -0
  2975. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts.map +0 -0
  2976. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js +0 -0
  2977. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js.map +0 -0
  2978. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts +0 -0
  2979. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts.map +0 -0
  2980. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js +0 -0
  2981. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js.map +0 -0
  2982. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts +0 -0
  2983. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts.map +0 -0
  2984. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js +0 -0
  2985. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js.map +0 -0
  2986. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts +0 -0
  2987. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts.map +0 -0
  2988. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js +0 -0
  2989. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js.map +0 -0
  2990. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts +0 -0
  2991. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts.map +0 -0
  2992. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js +0 -0
  2993. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js.map +0 -0
  2994. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts +0 -0
  2995. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts.map +0 -0
  2996. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js +0 -0
  2997. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js.map +0 -0
  2998. /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/package.json +0 -0
  2999. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/LICENSE +0 -0
  3000. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/README.md +0 -0
  3001. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -0
  3002. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -0
  3003. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +0 -0
  3004. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -0
  3005. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -0
  3006. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +0 -0
  3007. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.d.ts +0 -0
  3008. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.js +0 -0
  3009. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.mjs +0 -0
  3010. /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/package.json +0 -0
@@ -1,4793 +0,0 @@
1
- declare module "node:fs" {
2
- import { NonSharedBuffer } from "node:buffer";
3
- import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
4
- import { FileHandle } from "node:fs/promises";
5
- import * as stream from "node:stream";
6
- import { URL } from "node:url";
7
- /**
8
- * Valid types for path values in "fs".
9
- */
10
- type PathLike = string | Buffer | URL;
11
- type PathOrFileDescriptor = PathLike | number;
12
- type TimeLike = string | number | Date;
13
- type NoParamCallback = (err: NodeJS.ErrnoException | null) => void;
14
- type BufferEncodingOption =
15
- | "buffer"
16
- | {
17
- encoding: "buffer";
18
- };
19
- interface ObjectEncodingOptions {
20
- encoding?: BufferEncoding | null | undefined;
21
- }
22
- type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null;
23
- type OpenMode = number | string;
24
- type Mode = number | string;
25
- interface StatsBase<T> {
26
- isFile(): boolean;
27
- isDirectory(): boolean;
28
- isBlockDevice(): boolean;
29
- isCharacterDevice(): boolean;
30
- isSymbolicLink(): boolean;
31
- isFIFO(): boolean;
32
- isSocket(): boolean;
33
- dev: T;
34
- ino: T;
35
- mode: T;
36
- nlink: T;
37
- uid: T;
38
- gid: T;
39
- rdev: T;
40
- size: T;
41
- blksize: T;
42
- blocks: T;
43
- atimeMs: T;
44
- mtimeMs: T;
45
- ctimeMs: T;
46
- birthtimeMs: T;
47
- atime: Date;
48
- mtime: Date;
49
- ctime: Date;
50
- birthtime: Date;
51
- // Deliberately not defining a type alias here... it'd be exported, and something in the ecosystem would inevitably start using it.
52
- // TODO: replace with Temporal builtins once @types/node no longer supports TS <6.0.
53
- atimeInstant: typeof globalThis extends { Temporal: { Instant: new(...args: any[]) => infer T } } ? T : unknown;
54
- mtimeInstant: typeof globalThis extends { Temporal: { Instant: new(...args: any[]) => infer T } } ? T : unknown;
55
- ctimeInstant: typeof globalThis extends { Temporal: { Instant: new(...args: any[]) => infer T } } ? T : unknown;
56
- birthtimeInstant: typeof globalThis extends { Temporal: { Instant: new(...args: any[]) => infer T } } ? T
57
- : unknown;
58
- }
59
- interface Stats extends StatsBase<number> {}
60
- /**
61
- * A `fs.Stats` object provides information about a file.
62
- *
63
- * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and
64
- * their synchronous counterparts are of this type.
65
- * If `bigint` in the `options` passed to those methods is true, the numeric values
66
- * will be `bigint` instead of `number`, and the object will contain additional
67
- * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword.
68
- *
69
- * ```console
70
- * Stats {
71
- * dev: 2114,
72
- * ino: 48064969,
73
- * mode: 33188,
74
- * nlink: 1,
75
- * uid: 85,
76
- * gid: 100,
77
- * rdev: 0,
78
- * size: 527,
79
- * blksize: 4096,
80
- * blocks: 8,
81
- * atimeMs: 1318289051000.1,
82
- * mtimeMs: 1318289051000.1,
83
- * ctimeMs: 1318289051000.1,
84
- * birthtimeMs: 1318289051000.1,
85
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
86
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
87
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
88
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
89
- * ```
90
- *
91
- * `bigint` version:
92
- *
93
- * ```console
94
- * BigIntStats {
95
- * dev: 2114n,
96
- * ino: 48064969n,
97
- * mode: 33188n,
98
- * nlink: 1n,
99
- * uid: 85n,
100
- * gid: 100n,
101
- * rdev: 0n,
102
- * size: 527n,
103
- * blksize: 4096n,
104
- * blocks: 8n,
105
- * atimeMs: 1318289051000n,
106
- * mtimeMs: 1318289051000n,
107
- * ctimeMs: 1318289051000n,
108
- * birthtimeMs: 1318289051000n,
109
- * atimeNs: 1318289051000000000n,
110
- * mtimeNs: 1318289051000000000n,
111
- * ctimeNs: 1318289051000000000n,
112
- * birthtimeNs: 1318289051000000000n,
113
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
114
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
115
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
116
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
117
- * ```
118
- * @since v0.1.21
119
- */
120
- class Stats {
121
- private constructor();
122
- }
123
- interface StatsFsBase<T> {
124
- /** Type of file system. */
125
- type: T;
126
- /** Optimal transfer block size. */
127
- bsize: T;
128
- /** Total data blocks in file system. */
129
- blocks: T;
130
- /** Free blocks in file system. */
131
- bfree: T;
132
- /** Available blocks for unprivileged users */
133
- bavail: T;
134
- /** Total file nodes in file system. */
135
- files: T;
136
- /** Fundamental file system block size. */
137
- frsize: T;
138
- /** Free file nodes in file system. */
139
- ffree: T;
140
- }
141
- interface StatsFs extends StatsFsBase<number> {}
142
- /**
143
- * Provides information about a mounted file system.
144
- *
145
- * Objects returned from {@link statfs} and its synchronous counterpart are of
146
- * this type. If `bigint` in the `options` passed to those methods is `true`, the
147
- * numeric values will be `bigint` instead of `number`.
148
- *
149
- * ```console
150
- * StatFs {
151
- * type: 1397114950,
152
- * bsize: 4096,
153
- * blocks: 121938943,
154
- * bfree: 61058895,
155
- * bavail: 61058895,
156
- * files: 999,
157
- * ffree: 1000000
158
- * }
159
- * ```
160
- *
161
- * `bigint` version:
162
- *
163
- * ```console
164
- * StatFs {
165
- * type: 1397114950n,
166
- * bsize: 4096n,
167
- * blocks: 121938943n,
168
- * bfree: 61058895n,
169
- * bavail: 61058895n,
170
- * files: 999n,
171
- * ffree: 1000000n
172
- * }
173
- * ```
174
- * @since v19.6.0, v18.15.0
175
- */
176
- class StatsFs {}
177
- interface BigIntStatsFs extends StatsFsBase<bigint> {}
178
- interface StatFsOptions {
179
- bigint?: boolean | undefined;
180
- }
181
- /**
182
- * A representation of a directory entry, which can be a file or a subdirectory
183
- * within the directory, as returned by reading from an `fs.Dir`. The
184
- * directory entry is a combination of the file name and file type pairs.
185
- *
186
- * Additionally, when {@link readdir} or {@link readdirSync} is called with
187
- * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s.
188
- * @since v10.10.0
189
- */
190
- class Dirent<Name extends string | Buffer = string> {
191
- /**
192
- * Returns `true` if the `fs.Dirent` object describes a regular file.
193
- * @since v10.10.0
194
- */
195
- isFile(): boolean;
196
- /**
197
- * Returns `true` if the `fs.Dirent` object describes a file system
198
- * directory.
199
- * @since v10.10.0
200
- */
201
- isDirectory(): boolean;
202
- /**
203
- * Returns `true` if the `fs.Dirent` object describes a block device.
204
- * @since v10.10.0
205
- */
206
- isBlockDevice(): boolean;
207
- /**
208
- * Returns `true` if the `fs.Dirent` object describes a character device.
209
- * @since v10.10.0
210
- */
211
- isCharacterDevice(): boolean;
212
- /**
213
- * Returns `true` if the `fs.Dirent` object describes a symbolic link.
214
- * @since v10.10.0
215
- */
216
- isSymbolicLink(): boolean;
217
- /**
218
- * Returns `true` if the `fs.Dirent` object describes a first-in-first-out
219
- * (FIFO) pipe.
220
- * @since v10.10.0
221
- */
222
- isFIFO(): boolean;
223
- /**
224
- * Returns `true` if the `fs.Dirent` object describes a socket.
225
- * @since v10.10.0
226
- */
227
- isSocket(): boolean;
228
- /**
229
- * The file name that this `fs.Dirent` object refers to. The type of this
230
- * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}.
231
- * @since v10.10.0
232
- */
233
- name: Name;
234
- /**
235
- * The path to the parent directory of the file this `fs.Dirent` object refers to.
236
- * @since v20.12.0, v18.20.0
237
- */
238
- parentPath: string;
239
- }
240
- /**
241
- * A class representing a directory stream.
242
- *
243
- * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`.
244
- *
245
- * ```js
246
- * import { opendir } from 'node:fs/promises';
247
- *
248
- * try {
249
- * const dir = await opendir('./');
250
- * for await (const dirent of dir)
251
- * console.log(dirent.name);
252
- * } catch (err) {
253
- * console.error(err);
254
- * }
255
- * ```
256
- *
257
- * When using the async iterator, the `fs.Dir` object will be automatically
258
- * closed after the iterator exits.
259
- * @since v12.12.0
260
- */
261
- class Dir implements AsyncIterable<Dirent> {
262
- /**
263
- * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`.
264
- * @since v12.12.0
265
- */
266
- readonly path: string;
267
- /**
268
- * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read.
269
- */
270
- [Symbol.asyncIterator](): NodeJS.AsyncIterator<Dirent>;
271
- /**
272
- * Asynchronously close the directory's underlying resource handle.
273
- * Subsequent reads will result in errors.
274
- *
275
- * A promise is returned that will be fulfilled after the resource has been
276
- * closed.
277
- * @since v12.12.0
278
- */
279
- close(): Promise<void>;
280
- close(cb: NoParamCallback): void;
281
- /**
282
- * Synchronously close the directory's underlying resource handle.
283
- * Subsequent reads will result in errors.
284
- * @since v12.12.0
285
- */
286
- closeSync(): void;
287
- /**
288
- * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`.
289
- *
290
- * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read.
291
- *
292
- * Directory entries returned by this function are in no particular order as
293
- * provided by the operating system's underlying directory mechanisms.
294
- * Entries added or removed while iterating over the directory might not be
295
- * included in the iteration results.
296
- * @since v12.12.0
297
- * @return containing {fs.Dirent|null}
298
- */
299
- read(): Promise<Dirent | null>;
300
- read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void;
301
- /**
302
- * Synchronously read the next directory entry as an `fs.Dirent`. See the
303
- * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail.
304
- *
305
- * If there are no more directory entries to read, `null` will be returned.
306
- *
307
- * Directory entries returned by this function are in no particular order as
308
- * provided by the operating system's underlying directory mechanisms.
309
- * Entries added or removed while iterating over the directory might not be
310
- * included in the iteration results.
311
- * @since v12.12.0
312
- */
313
- readSync(): Dirent | null;
314
- /**
315
- * Calls `dir.close()` if the directory handle is open, and returns a promise that
316
- * fulfills when disposal is complete.
317
- * @since v24.1.0
318
- */
319
- [Symbol.asyncDispose](): Promise<void>;
320
- /**
321
- * Calls `dir.closeSync()` if the directory handle is open, and returns
322
- * `undefined`.
323
- * @since v24.1.0
324
- */
325
- [Symbol.dispose](): void;
326
- }
327
- /**
328
- * Class: fs.StatWatcher
329
- * @since v14.3.0, v12.20.0
330
- * Extends `EventEmitter`
331
- * A successful call to {@link watchFile} method will return a new fs.StatWatcher object.
332
- */
333
- interface StatWatcher extends EventEmitter {
334
- /**
335
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have
336
- * no effect.
337
- *
338
- * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally
339
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
340
- * called previously.
341
- * @since v14.3.0, v12.20.0
342
- */
343
- ref(): this;
344
- /**
345
- * When called, the active `fs.StatWatcher` object will not require the Node.js
346
- * event loop to remain active. If there is no other activity keeping the
347
- * event loop running, the process may exit before the `fs.StatWatcher` object's
348
- * callback is invoked. Calling `watcher.unref()` multiple times will have
349
- * no effect.
350
- * @since v14.3.0, v12.20.0
351
- */
352
- unref(): this;
353
- }
354
- interface FSWatcherEventMap {
355
- "change": [eventType: string, filename: string | NonSharedBuffer];
356
- "close": [];
357
- "error": [error: Error];
358
- }
359
- interface FSWatcher extends InternalEventEmitter<FSWatcherEventMap> {
360
- /**
361
- * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable.
362
- * @since v0.5.8
363
- */
364
- close(): void;
365
- /**
366
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have
367
- * no effect.
368
- *
369
- * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally
370
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
371
- * called previously.
372
- * @since v14.3.0, v12.20.0
373
- */
374
- ref(): this;
375
- /**
376
- * When called, the active `fs.FSWatcher` object will not require the Node.js
377
- * event loop to remain active. If there is no other activity keeping the
378
- * event loop running, the process may exit before the `fs.FSWatcher` object's
379
- * callback is invoked. Calling `watcher.unref()` multiple times will have
380
- * no effect.
381
- * @since v14.3.0, v12.20.0
382
- */
383
- unref(): this;
384
- }
385
- interface ReadStreamEventMap extends stream.ReadableEventMap {
386
- "close": [];
387
- "data": [chunk: string | NonSharedBuffer];
388
- "open": [fd: number];
389
- "ready": [];
390
- }
391
- /**
392
- * Instances of `fs.ReadStream` cannot be constructed directly. They are created and
393
- * returned using the `fs.createReadStream()` function.
394
- * @since v0.1.93
395
- */
396
- class ReadStream extends stream.Readable {
397
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
398
- /**
399
- * The number of bytes that have been read so far.
400
- * @since v6.4.0
401
- */
402
- bytesRead: number;
403
- /**
404
- * The path to the file the stream is reading from as specified in the first
405
- * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a
406
- * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`.
407
- * @since v0.1.93
408
- */
409
- path: string | Buffer;
410
- /**
411
- * This property is `true` if the underlying file has not been opened yet,
412
- * i.e. before the `'ready'` event is emitted.
413
- * @since v11.2.0, v10.16.0
414
- */
415
- pending: boolean;
416
- // #region InternalEventEmitter
417
- addListener<E extends keyof ReadStreamEventMap>(
418
- eventName: E,
419
- listener: (...args: ReadStreamEventMap[E]) => void,
420
- ): this;
421
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
422
- emit<E extends keyof ReadStreamEventMap>(eventName: E, ...args: ReadStreamEventMap[E]): boolean;
423
- emit(eventName: string | symbol, ...args: any[]): boolean;
424
- listenerCount<E extends keyof ReadStreamEventMap>(
425
- eventName: E,
426
- listener?: (...args: ReadStreamEventMap[E]) => void,
427
- ): number;
428
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
429
- listeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
430
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
431
- off<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
432
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
433
- on<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
434
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
435
- once<E extends keyof ReadStreamEventMap>(
436
- eventName: E,
437
- listener: (...args: ReadStreamEventMap[E]) => void,
438
- ): this;
439
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
440
- prependListener<E extends keyof ReadStreamEventMap>(
441
- eventName: E,
442
- listener: (...args: ReadStreamEventMap[E]) => void,
443
- ): this;
444
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
445
- prependOnceListener<E extends keyof ReadStreamEventMap>(
446
- eventName: E,
447
- listener: (...args: ReadStreamEventMap[E]) => void,
448
- ): this;
449
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
450
- rawListeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
451
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
452
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
453
- removeAllListeners<E extends keyof ReadStreamEventMap>(eventName?: E): this;
454
- removeAllListeners(eventName?: string | symbol): this;
455
- removeListener<E extends keyof ReadStreamEventMap>(
456
- eventName: E,
457
- listener: (...args: ReadStreamEventMap[E]) => void,
458
- ): this;
459
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
460
- // #endregion
461
- }
462
- interface Utf8StreamOptions {
463
- /**
464
- * Appends writes to dest file instead of truncating it.
465
- * @default true
466
- */
467
- append?: boolean | undefined;
468
- /**
469
- * Which type of data you can send to the write
470
- * function, supported values are `'utf8'` or `'buffer'`.
471
- * @default 'utf8'
472
- */
473
- contentMode?: "utf8" | "buffer" | undefined;
474
- /**
475
- * A path to a file to be written to (mode controlled by the
476
- * append option).
477
- */
478
- dest?: string | undefined;
479
- /**
480
- * A file descriptor, something that is returned by `fs.open()`
481
- * or `fs.openSync()`.
482
- */
483
- fd?: number | undefined;
484
- /**
485
- * An object that has the same API as the `fs` module, useful
486
- * for mocking, testing, or customizing the behavior of the stream.
487
- */
488
- fs?: object | undefined;
489
- /**
490
- * Perform a `fs.fsyncSync()` every time a write is
491
- * completed.
492
- */
493
- fsync?: boolean | undefined;
494
- /**
495
- * The maximum length of the internal buffer. If a write
496
- * operation would cause the buffer to exceed `maxLength`, the data written is
497
- * dropped and a drop event is emitted with the dropped data
498
- */
499
- maxLength?: number | undefined;
500
- /**
501
- * The maximum number of bytes that can be written;
502
- * @default 16384
503
- */
504
- maxWrite?: number | undefined;
505
- /**
506
- * The minimum length of the internal buffer that is
507
- * required to be full before flushing.
508
- */
509
- minLength?: number | undefined;
510
- /**
511
- * Ensure directory for `dest` file exists when true.
512
- * @default false
513
- */
514
- mkdir?: boolean | undefined;
515
- /**
516
- * Specify the creating file mode (see `fs.open()`).
517
- */
518
- mode?: number | string | undefined;
519
- /**
520
- * Calls flush every `periodicFlush` milliseconds.
521
- */
522
- periodicFlush?: number | undefined;
523
- /**
524
- * A function that will be called when `write()`,
525
- * `writeSync()`, or `flushSync()` encounters an `EAGAIN` or `EBUSY` error.
526
- * If the return value is `true` the operation will be retried, otherwise it
527
- * will bubble the error. The `err` is the error that caused this function to
528
- * be called, `writeBufferLen` is the length of the buffer that was written,
529
- * and `remainingBufferLen` is the length of the remaining buffer that the
530
- * stream did not try to write.
531
- */
532
- retryEAGAIN?: ((err: Error | null, writeBufferLen: number, remainingBufferLen: number) => boolean) | undefined;
533
- /**
534
- * Perform writes synchronously.
535
- */
536
- sync?: boolean | undefined;
537
- }
538
- interface Utf8StreamEventMap {
539
- "close": [];
540
- "drain": [];
541
- "drop": [data: string | Buffer];
542
- "error": [error: Error];
543
- "finish": [];
544
- "ready": [];
545
- "write": [n: number];
546
- }
547
- /**
548
- * An optimized UTF-8 stream writer that allows for flushing all the internal
549
- * buffering on demand. It handles `EAGAIN` errors correctly, allowing for
550
- * customization, for example, by dropping content if the disk is busy.
551
- * @since v24.6.0
552
- * @experimental
553
- */
554
- class Utf8Stream implements EventEmitter {
555
- constructor(options: Utf8StreamOptions);
556
- /**
557
- * Whether the stream is appending to the file or truncating it.
558
- */
559
- readonly append: boolean;
560
- /**
561
- * The type of data that can be written to the stream. Supported
562
- * values are `'utf8'` or `'buffer'`.
563
- * @default 'utf8'
564
- */
565
- readonly contentMode: "utf8" | "buffer";
566
- /**
567
- * Close the stream immediately, without flushing the internal buffer.
568
- */
569
- destroy(): void;
570
- /**
571
- * Close the stream gracefully, flushing the internal buffer before closing.
572
- */
573
- end(): void;
574
- /**
575
- * The file descriptor that is being written to.
576
- */
577
- readonly fd: number;
578
- /**
579
- * The file that is being written to.
580
- */
581
- readonly file: string;
582
- /**
583
- * Writes the current buffer to the file if a write was not in progress. Do
584
- * nothing if `minLength` is zero or if it is already writing.
585
- */
586
- flush(callback: (err: Error | null) => void): void;
587
- /**
588
- * Flushes the buffered data synchronously. This is a costly operation.
589
- */
590
- flushSync(): void;
591
- /**
592
- * Whether the stream is performing a `fs.fsyncSync()` after every
593
- * write operation.
594
- */
595
- readonly fsync: boolean;
596
- /**
597
- * The maximum length of the internal buffer. If a write
598
- * operation would cause the buffer to exceed `maxLength`, the data written is
599
- * dropped and a drop event is emitted with the dropped data.
600
- */
601
- readonly maxLength: number;
602
- /**
603
- * The minimum length of the internal buffer that is required to be
604
- * full before flushing.
605
- */
606
- readonly minLength: number;
607
- /**
608
- * Whether the stream should ensure that the directory for the
609
- * `dest` file exists. If `true`, it will create the directory if it does not
610
- * exist.
611
- * @default false
612
- */
613
- readonly mkdir: boolean;
614
- /**
615
- * The mode of the file that is being written to.
616
- */
617
- readonly mode: number | string;
618
- /**
619
- * The number of milliseconds between flushes. If set to `0`, no
620
- * periodic flushes will be performed.
621
- */
622
- readonly periodicFlush: number;
623
- /**
624
- * Reopen the file in place, useful for log rotation.
625
- * @param file A path to a file to be written to (mode
626
- * controlled by the append option).
627
- */
628
- reopen(file: PathLike): void;
629
- /**
630
- * Whether the stream is writing synchronously or asynchronously.
631
- */
632
- readonly sync: boolean;
633
- /**
634
- * When the `options.contentMode` is set to `'utf8'` when the stream is created,
635
- * the `data` argument must be a string. If the `contentMode` is set to `'buffer'`,
636
- * the `data` argument must be a `Buffer`.
637
- * @param data The data to write.
638
- */
639
- write(data: string | Buffer): boolean;
640
- /**
641
- * Whether the stream is currently writing data to the file.
642
- */
643
- readonly writing: boolean;
644
- /**
645
- * Calls `utf8Stream.destroy()`.
646
- */
647
- [Symbol.dispose](): void;
648
- }
649
- interface Utf8Stream extends InternalEventEmitter<Utf8StreamEventMap> {}
650
- interface WriteStreamEventMap extends stream.WritableEventMap {
651
- "close": [];
652
- "open": [fd: number];
653
- "ready": [];
654
- }
655
- /**
656
- * Instances of `fs.WriteStream` cannot be constructed directly. They are created and
657
- * returned using the `fs.createWriteStream()` function.
658
- * @since v0.1.93
659
- */
660
- class WriteStream extends stream.Writable {
661
- /**
662
- * Closes `writeStream`. Optionally accepts a
663
- * callback that will be executed once the `writeStream`is closed.
664
- * @since v0.9.4
665
- */
666
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
667
- /**
668
- * The number of bytes written so far. Does not include data that is still queued
669
- * for writing.
670
- * @since v0.4.7
671
- */
672
- bytesWritten: number;
673
- /**
674
- * The path to the file the stream is writing to as specified in the first
675
- * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a
676
- * `Buffer`.
677
- * @since v0.1.93
678
- */
679
- path: string | Buffer;
680
- /**
681
- * This property is `true` if the underlying file has not been opened yet,
682
- * i.e. before the `'ready'` event is emitted.
683
- * @since v11.2.0
684
- */
685
- pending: boolean;
686
- // #region InternalEventEmitter
687
- addListener<E extends keyof WriteStreamEventMap>(
688
- eventName: E,
689
- listener: (...args: WriteStreamEventMap[E]) => void,
690
- ): this;
691
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
692
- emit<E extends keyof WriteStreamEventMap>(eventName: E, ...args: WriteStreamEventMap[E]): boolean;
693
- emit(eventName: string | symbol, ...args: any[]): boolean;
694
- listenerCount<E extends keyof WriteStreamEventMap>(
695
- eventName: E,
696
- listener?: (...args: WriteStreamEventMap[E]) => void,
697
- ): number;
698
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
699
- listeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
700
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
701
- off<E extends keyof WriteStreamEventMap>(
702
- eventName: E,
703
- listener: (...args: WriteStreamEventMap[E]) => void,
704
- ): this;
705
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
706
- on<E extends keyof WriteStreamEventMap>(
707
- eventName: E,
708
- listener: (...args: WriteStreamEventMap[E]) => void,
709
- ): this;
710
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
711
- once<E extends keyof WriteStreamEventMap>(
712
- eventName: E,
713
- listener: (...args: WriteStreamEventMap[E]) => void,
714
- ): this;
715
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
716
- prependListener<E extends keyof WriteStreamEventMap>(
717
- eventName: E,
718
- listener: (...args: WriteStreamEventMap[E]) => void,
719
- ): this;
720
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
721
- prependOnceListener<E extends keyof WriteStreamEventMap>(
722
- eventName: E,
723
- listener: (...args: WriteStreamEventMap[E]) => void,
724
- ): this;
725
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
726
- rawListeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
727
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
728
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
729
- removeAllListeners<E extends keyof WriteStreamEventMap>(eventName?: E): this;
730
- removeAllListeners(eventName?: string | symbol): this;
731
- removeListener<E extends keyof WriteStreamEventMap>(
732
- eventName: E,
733
- listener: (...args: WriteStreamEventMap[E]) => void,
734
- ): this;
735
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
736
- // #endregion
737
- }
738
- /**
739
- * Asynchronously rename file at `oldPath` to the pathname provided
740
- * as `newPath`. In the case that `newPath` already exists, it will
741
- * be overwritten. If there is a directory at `newPath`, an error will
742
- * be raised instead. No arguments other than a possible exception are
743
- * given to the completion callback.
744
- *
745
- * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html).
746
- *
747
- * ```js
748
- * import { rename } from 'node:fs';
749
- *
750
- * rename('oldFile.txt', 'newFile.txt', (err) => {
751
- * if (err) throw err;
752
- * console.log('Rename complete!');
753
- * });
754
- * ```
755
- * @since v0.0.2
756
- */
757
- function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
758
- namespace rename {
759
- /**
760
- * Asynchronous rename(2) - Change the name or location of a file or directory.
761
- * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol.
762
- * URL support is _experimental_.
763
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
764
- * URL support is _experimental_.
765
- */
766
- function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>;
767
- }
768
- /**
769
- * Renames the file from `oldPath` to `newPath`. Returns `undefined`.
770
- *
771
- * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details.
772
- * @since v0.1.21
773
- */
774
- function renameSync(oldPath: PathLike, newPath: PathLike): void;
775
- /**
776
- * Truncates the file. No arguments other than a possible exception are
777
- * given to the completion callback. A file descriptor can also be passed as the
778
- * first argument. In this case, `fs.ftruncate()` is called.
779
- *
780
- * ```js
781
- * import { truncate } from 'node:fs';
782
- * // Assuming that 'path/file.txt' is a regular file.
783
- * truncate('path/file.txt', (err) => {
784
- * if (err) throw err;
785
- * console.log('path/file.txt was truncated');
786
- * });
787
- * ```
788
- *
789
- * Passing a file descriptor is deprecated and may result in an error being thrown
790
- * in the future.
791
- *
792
- * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details.
793
- * @since v0.8.6
794
- * @param [len=0]
795
- */
796
- function truncate(path: PathLike, len: number | undefined, callback: NoParamCallback): void;
797
- /**
798
- * Asynchronous truncate(2) - Truncate a file to a specified length.
799
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
800
- */
801
- function truncate(path: PathLike, callback: NoParamCallback): void;
802
- namespace truncate {
803
- /**
804
- * Asynchronous truncate(2) - Truncate a file to a specified length.
805
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
806
- * @param len If not specified, defaults to `0`.
807
- */
808
- function __promisify__(path: PathLike, len?: number): Promise<void>;
809
- }
810
- /**
811
- * Truncates the file. Returns `undefined`. A file descriptor can also be
812
- * passed as the first argument. In this case, `fs.ftruncateSync()` is called.
813
- *
814
- * Passing a file descriptor is deprecated and may result in an error being thrown
815
- * in the future.
816
- * @since v0.8.6
817
- * @param [len=0]
818
- */
819
- function truncateSync(path: PathLike, len?: number): void;
820
- /**
821
- * Truncates the file descriptor. No arguments other than a possible exception are
822
- * given to the completion callback.
823
- *
824
- * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail.
825
- *
826
- * If the file referred to by the file descriptor was larger than `len` bytes, only
827
- * the first `len` bytes will be retained in the file.
828
- *
829
- * For example, the following program retains only the first four bytes of the
830
- * file:
831
- *
832
- * ```js
833
- * import { open, close, ftruncate } from 'node:fs';
834
- *
835
- * function closeFd(fd) {
836
- * close(fd, (err) => {
837
- * if (err) throw err;
838
- * });
839
- * }
840
- *
841
- * open('temp.txt', 'r+', (err, fd) => {
842
- * if (err) throw err;
843
- *
844
- * try {
845
- * ftruncate(fd, 4, (err) => {
846
- * closeFd(fd);
847
- * if (err) throw err;
848
- * });
849
- * } catch (err) {
850
- * closeFd(fd);
851
- * if (err) throw err;
852
- * }
853
- * });
854
- * ```
855
- *
856
- * If the file previously was shorter than `len` bytes, it is extended, and the
857
- * extended part is filled with null bytes (`'\0'`):
858
- *
859
- * If `len` is negative then `0` will be used.
860
- * @since v0.8.6
861
- * @param [len=0]
862
- */
863
- function ftruncate(fd: number, len: number | undefined, callback: NoParamCallback): void;
864
- /**
865
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
866
- * @param fd A file descriptor.
867
- */
868
- function ftruncate(fd: number, callback: NoParamCallback): void;
869
- namespace ftruncate {
870
- /**
871
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
872
- * @param fd A file descriptor.
873
- * @param len If not specified, defaults to `0`.
874
- */
875
- function __promisify__(fd: number, len?: number): Promise<void>;
876
- }
877
- /**
878
- * Truncates the file descriptor. Returns `undefined`.
879
- *
880
- * For detailed information, see the documentation of the asynchronous version of
881
- * this API: {@link ftruncate}.
882
- * @since v0.8.6
883
- * @param [len=0]
884
- */
885
- function ftruncateSync(fd: number, len?: number): void;
886
- /**
887
- * Asynchronously changes owner and group of a file. No arguments other than a
888
- * possible exception are given to the completion callback.
889
- *
890
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
891
- * @since v0.1.97
892
- */
893
- function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
894
- namespace chown {
895
- /**
896
- * Asynchronous chown(2) - Change ownership of a file.
897
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
898
- */
899
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
900
- }
901
- /**
902
- * Synchronously changes owner and group of a file. Returns `undefined`.
903
- * This is the synchronous version of {@link chown}.
904
- *
905
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
906
- * @since v0.1.97
907
- */
908
- function chownSync(path: PathLike, uid: number, gid: number): void;
909
- /**
910
- * Sets the owner of the file. No arguments other than a possible exception are
911
- * given to the completion callback.
912
- *
913
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
914
- * @since v0.4.7
915
- */
916
- function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void;
917
- namespace fchown {
918
- /**
919
- * Asynchronous fchown(2) - Change ownership of a file.
920
- * @param fd A file descriptor.
921
- */
922
- function __promisify__(fd: number, uid: number, gid: number): Promise<void>;
923
- }
924
- /**
925
- * Sets the owner of the file. Returns `undefined`.
926
- *
927
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
928
- * @since v0.4.7
929
- * @param uid The file's new owner's user id.
930
- * @param gid The file's new group's group id.
931
- */
932
- function fchownSync(fd: number, uid: number, gid: number): void;
933
- /**
934
- * Set the owner of the symbolic link. No arguments other than a possible
935
- * exception are given to the completion callback.
936
- *
937
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail.
938
- */
939
- function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
940
- namespace lchown {
941
- /**
942
- * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links.
943
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
944
- */
945
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
946
- }
947
- /**
948
- * Set the owner for the path. Returns `undefined`.
949
- *
950
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details.
951
- * @param uid The file's new owner's user id.
952
- * @param gid The file's new group's group id.
953
- */
954
- function lchownSync(path: PathLike, uid: number, gid: number): void;
955
- /**
956
- * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic
957
- * link, then the link is not dereferenced: instead, the timestamps of the
958
- * symbolic link itself are changed.
959
- *
960
- * No arguments other than a possible exception are given to the completion
961
- * callback.
962
- * @since v14.5.0, v12.19.0
963
- */
964
- function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
965
- namespace lutimes {
966
- /**
967
- * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`,
968
- * with the difference that if the path refers to a symbolic link, then the link is not
969
- * dereferenced: instead, the timestamps of the symbolic link itself are changed.
970
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
971
- * @param atime The last access time. If a string is provided, it will be coerced to number.
972
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
973
- */
974
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
975
- }
976
- /**
977
- * Change the file system timestamps of the symbolic link referenced by `path`.
978
- * Returns `undefined`, or throws an exception when parameters are incorrect or
979
- * the operation fails. This is the synchronous version of {@link lutimes}.
980
- * @since v14.5.0, v12.19.0
981
- */
982
- function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
983
- /**
984
- * Asynchronously changes the permissions of a file. No arguments other than a
985
- * possible exception are given to the completion callback.
986
- *
987
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
988
- *
989
- * ```js
990
- * import { chmod } from 'node:fs';
991
- *
992
- * chmod('my_file.txt', 0o775, (err) => {
993
- * if (err) throw err;
994
- * console.log('The permissions for file "my_file.txt" have been changed!');
995
- * });
996
- * ```
997
- * @since v0.1.30
998
- */
999
- function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
1000
- namespace chmod {
1001
- /**
1002
- * Asynchronous chmod(2) - Change permissions of a file.
1003
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1004
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1005
- */
1006
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
1007
- }
1008
- /**
1009
- * For detailed information, see the documentation of the asynchronous version of
1010
- * this API: {@link chmod}.
1011
- *
1012
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
1013
- * @since v0.6.7
1014
- */
1015
- function chmodSync(path: PathLike, mode: Mode): void;
1016
- /**
1017
- * Sets the permissions on the file. No arguments other than a possible exception
1018
- * are given to the completion callback.
1019
- *
1020
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1021
- * @since v0.4.7
1022
- */
1023
- function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void;
1024
- namespace fchmod {
1025
- /**
1026
- * Asynchronous fchmod(2) - Change permissions of a file.
1027
- * @param fd A file descriptor.
1028
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1029
- */
1030
- function __promisify__(fd: number, mode: Mode): Promise<void>;
1031
- }
1032
- /**
1033
- * Sets the permissions on the file. Returns `undefined`.
1034
- *
1035
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1036
- * @since v0.4.7
1037
- */
1038
- function fchmodSync(fd: number, mode: Mode): void;
1039
- /**
1040
- * Changes the permissions on a symbolic link. No arguments other than a possible
1041
- * exception are given to the completion callback.
1042
- *
1043
- * This method is only implemented on macOS.
1044
- *
1045
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1046
- * @deprecated Since v0.4.7
1047
- */
1048
- function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
1049
- /** @deprecated */
1050
- namespace lchmod {
1051
- /**
1052
- * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
1053
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1054
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1055
- */
1056
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
1057
- }
1058
- /**
1059
- * Changes the permissions on a symbolic link. Returns `undefined`.
1060
- *
1061
- * This method is only implemented on macOS.
1062
- *
1063
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1064
- * @deprecated Since v0.4.7
1065
- */
1066
- function lchmodSync(path: PathLike, mode: Mode): void;
1067
- /**
1068
- * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object.
1069
- *
1070
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1071
- *
1072
- * {@link stat} follows symbolic links. Use {@link lstat} to look at the
1073
- * links themselves.
1074
- *
1075
- * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended.
1076
- * Instead, user code should open/read/write the file directly and handle the
1077
- * error raised if the file is not available.
1078
- *
1079
- * To check if a file exists without manipulating it afterwards, {@link access} is recommended.
1080
- *
1081
- * For example, given the following directory structure:
1082
- *
1083
- * ```text
1084
- * - txtDir
1085
- * -- file.txt
1086
- * - app.js
1087
- * ```
1088
- *
1089
- * The next program will check for the stats of the given paths:
1090
- *
1091
- * ```js
1092
- * import { stat } from 'node:fs';
1093
- *
1094
- * const pathsToCheck = ['./txtDir', './txtDir/file.txt'];
1095
- *
1096
- * for (let i = 0; i < pathsToCheck.length; i++) {
1097
- * stat(pathsToCheck[i], (err, stats) => {
1098
- * console.log(stats.isDirectory());
1099
- * console.log(stats);
1100
- * });
1101
- * }
1102
- * ```
1103
- *
1104
- * The resulting output will resemble:
1105
- *
1106
- * ```console
1107
- * true
1108
- * Stats {
1109
- * dev: 16777220,
1110
- * mode: 16877,
1111
- * nlink: 3,
1112
- * uid: 501,
1113
- * gid: 20,
1114
- * rdev: 0,
1115
- * blksize: 4096,
1116
- * ino: 14214262,
1117
- * size: 96,
1118
- * blocks: 0,
1119
- * atimeMs: 1561174653071.963,
1120
- * mtimeMs: 1561174614583.3518,
1121
- * ctimeMs: 1561174626623.5366,
1122
- * birthtimeMs: 1561174126937.2893,
1123
- * atime: 2019-06-22T03:37:33.072Z,
1124
- * mtime: 2019-06-22T03:36:54.583Z,
1125
- * ctime: 2019-06-22T03:37:06.624Z,
1126
- * birthtime: 2019-06-22T03:28:46.937Z
1127
- * }
1128
- * false
1129
- * Stats {
1130
- * dev: 16777220,
1131
- * mode: 33188,
1132
- * nlink: 1,
1133
- * uid: 501,
1134
- * gid: 20,
1135
- * rdev: 0,
1136
- * blksize: 4096,
1137
- * ino: 14214074,
1138
- * size: 8,
1139
- * blocks: 8,
1140
- * atimeMs: 1561174616618.8555,
1141
- * mtimeMs: 1561174614584,
1142
- * ctimeMs: 1561174614583.8145,
1143
- * birthtimeMs: 1561174007710.7478,
1144
- * atime: 2019-06-22T03:36:56.619Z,
1145
- * mtime: 2019-06-22T03:36:54.584Z,
1146
- * ctime: 2019-06-22T03:36:54.584Z,
1147
- * birthtime: 2019-06-22T03:26:47.711Z
1148
- * }
1149
- * ```
1150
- * @since v0.0.2
1151
- */
1152
- function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1153
- function stat(
1154
- path: PathLike,
1155
- options:
1156
- | (StatOptions & {
1157
- bigint?: false | undefined;
1158
- throwIfNoEntry?: true | undefined;
1159
- })
1160
- | undefined,
1161
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1162
- ): void;
1163
- function stat(
1164
- path: PathLike,
1165
- options: StatOptions & {
1166
- bigint: true;
1167
- throwIfNoEntry?: true | undefined;
1168
- },
1169
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1170
- ): void;
1171
- function stat(
1172
- path: PathLike,
1173
- options: StatOptions & {
1174
- bigint?: false | undefined;
1175
- throwIfNoEntry: false;
1176
- },
1177
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | undefined) => void,
1178
- ): void;
1179
- function stat(
1180
- path: PathLike,
1181
- options: StatOptions & {
1182
- bigint: true;
1183
- throwIfNoEntry: false;
1184
- },
1185
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats | undefined) => void,
1186
- ): void;
1187
- function stat(
1188
- path: PathLike,
1189
- options: StatOptions & {
1190
- throwIfNoEntry?: true | undefined;
1191
- },
1192
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1193
- ): void;
1194
- function stat(
1195
- path: PathLike,
1196
- options: StatOptions | undefined,
1197
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats | undefined) => void,
1198
- ): void;
1199
- namespace stat {
1200
- // TODO: aliased promisify signatures
1201
- /**
1202
- * Asynchronous stat(2) - Get file status.
1203
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1204
- */
1205
- function __promisify__(path: PathLike): Promise<Stats>;
1206
- function __promisify__(
1207
- path: PathLike,
1208
- options?: StatOptions & {
1209
- bigint?: false | undefined;
1210
- throwIfNoEntry?: true | undefined;
1211
- },
1212
- ): Promise<Stats>;
1213
- function __promisify__(
1214
- path: PathLike,
1215
- options: StatOptions & {
1216
- bigint: true;
1217
- throwIfNoEntry?: true | undefined;
1218
- },
1219
- ): Promise<BigIntStats>;
1220
- function __promisify__(
1221
- path: PathLike,
1222
- options: StatOptions & {
1223
- bigint?: false | undefined;
1224
- throwIfNoEntry: false;
1225
- },
1226
- ): Promise<Stats | undefined>;
1227
- function __promisify__(
1228
- path: PathLike,
1229
- options: StatOptions & {
1230
- bigint: true;
1231
- throwIfNoEntry: false;
1232
- },
1233
- ): Promise<BigIntStats | undefined>;
1234
- function __promisify__(
1235
- path: PathLike,
1236
- options: StatOptions & {
1237
- throwIfNoEntry?: true | undefined;
1238
- },
1239
- ): Promise<Stats | BigIntStats>;
1240
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats | undefined>;
1241
- }
1242
- /** @deprecated This orphaned interface will be removed in a future version. */
1243
- interface StatSyncFn extends Function {
1244
- (path: PathLike, options?: undefined): Stats;
1245
- (
1246
- path: PathLike,
1247
- options?: StatSyncOptions & {
1248
- bigint?: false | undefined;
1249
- throwIfNoEntry: false;
1250
- },
1251
- ): Stats | undefined;
1252
- (
1253
- path: PathLike,
1254
- options: StatSyncOptions & {
1255
- bigint: true;
1256
- throwIfNoEntry: false;
1257
- },
1258
- ): BigIntStats | undefined;
1259
- (
1260
- path: PathLike,
1261
- options?: StatSyncOptions & {
1262
- bigint?: false | undefined;
1263
- },
1264
- ): Stats;
1265
- (
1266
- path: PathLike,
1267
- options: StatSyncOptions & {
1268
- bigint: true;
1269
- },
1270
- ): BigIntStats;
1271
- (
1272
- path: PathLike,
1273
- options: StatSyncOptions & {
1274
- bigint: boolean;
1275
- throwIfNoEntry?: false | undefined;
1276
- },
1277
- ): Stats | BigIntStats;
1278
- (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined;
1279
- }
1280
- /**
1281
- * Synchronous stat(2) - Get file status.
1282
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1283
- */
1284
- function statSync(path: PathLike): Stats;
1285
- function statSync(
1286
- path: PathLike,
1287
- options?: StatOptions & {
1288
- bigint?: false | undefined;
1289
- throwIfNoEntry?: true | undefined;
1290
- },
1291
- ): Stats;
1292
- function statSync(
1293
- path: PathLike,
1294
- options: StatOptions & {
1295
- bigint: true;
1296
- throwIfNoEntry?: true | undefined;
1297
- },
1298
- ): BigIntStats;
1299
- function statSync(
1300
- path: PathLike,
1301
- options: StatOptions & {
1302
- bigint?: false | undefined;
1303
- throwIfNoEntry: false;
1304
- },
1305
- ): Stats | undefined;
1306
- function statSync(
1307
- path: PathLike,
1308
- options: StatOptions & {
1309
- bigint: true;
1310
- throwIfNoEntry: false;
1311
- },
1312
- ): BigIntStats | undefined;
1313
- function statSync(
1314
- path: PathLike,
1315
- options: StatOptions & {
1316
- throwIfNoEntry?: true | undefined;
1317
- },
1318
- ): Stats | BigIntStats;
1319
- function statSync(path: PathLike, options?: StatOptions): Stats | BigIntStats | undefined;
1320
- /**
1321
- * Invokes the callback with the `fs.Stats` for the file descriptor.
1322
- *
1323
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1324
- * @since v0.1.95
1325
- */
1326
- function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1327
- function fstat(
1328
- fd: number,
1329
- options:
1330
- | (StatOptions & {
1331
- bigint?: false | undefined;
1332
- })
1333
- | undefined,
1334
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1335
- ): void;
1336
- function fstat(
1337
- fd: number,
1338
- options: StatOptions & {
1339
- bigint: true;
1340
- },
1341
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1342
- ): void;
1343
- function fstat(
1344
- fd: number,
1345
- options: StatOptions | undefined,
1346
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1347
- ): void;
1348
- namespace fstat {
1349
- /**
1350
- * Asynchronous fstat(2) - Get file status.
1351
- * @param fd A file descriptor.
1352
- */
1353
- function __promisify__(
1354
- fd: number,
1355
- options?: StatOptions & {
1356
- bigint?: false | undefined;
1357
- },
1358
- ): Promise<Stats>;
1359
- function __promisify__(
1360
- fd: number,
1361
- options: StatOptions & {
1362
- bigint: true;
1363
- },
1364
- ): Promise<BigIntStats>;
1365
- function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>;
1366
- }
1367
- /**
1368
- * Retrieves the `fs.Stats` for the file descriptor.
1369
- *
1370
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1371
- * @since v0.1.95
1372
- */
1373
- function fstatSync(
1374
- fd: number,
1375
- options?: StatOptions & {
1376
- bigint?: false | undefined;
1377
- },
1378
- ): Stats;
1379
- function fstatSync(
1380
- fd: number,
1381
- options: StatOptions & {
1382
- bigint: true;
1383
- },
1384
- ): BigIntStats;
1385
- function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats;
1386
- /**
1387
- * Retrieves the `fs.Stats` for the symbolic link referred to by the path.
1388
- * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
1389
- * link, then the link itself is stat-ed, not the file that it refers to.
1390
- *
1391
- * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details.
1392
- * @since v0.1.30
1393
- */
1394
- function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1395
- function lstat(
1396
- path: PathLike,
1397
- options:
1398
- | (StatOptions & {
1399
- bigint?: false | undefined;
1400
- })
1401
- | undefined,
1402
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1403
- ): void;
1404
- function lstat(
1405
- path: PathLike,
1406
- options: StatOptions & {
1407
- bigint: true;
1408
- },
1409
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1410
- ): void;
1411
- function lstat(
1412
- path: PathLike,
1413
- options: StatOptions | undefined,
1414
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1415
- ): void;
1416
- namespace lstat {
1417
- /**
1418
- * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.
1419
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1420
- */
1421
- function __promisify__(
1422
- path: PathLike,
1423
- options?: StatOptions & {
1424
- bigint?: false | undefined;
1425
- },
1426
- ): Promise<Stats>;
1427
- function __promisify__(
1428
- path: PathLike,
1429
- options: StatOptions & {
1430
- bigint: true;
1431
- },
1432
- ): Promise<BigIntStats>;
1433
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1434
- }
1435
- /**
1436
- * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1437
- * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object.
1438
- *
1439
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1440
- * @since v19.6.0, v18.15.0
1441
- * @param path A path to an existing file or directory on the file system to be queried.
1442
- */
1443
- function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void;
1444
- function statfs(
1445
- path: PathLike,
1446
- options:
1447
- | (StatFsOptions & {
1448
- bigint?: false | undefined;
1449
- })
1450
- | undefined,
1451
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void,
1452
- ): void;
1453
- function statfs(
1454
- path: PathLike,
1455
- options: StatFsOptions & {
1456
- bigint: true;
1457
- },
1458
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void,
1459
- ): void;
1460
- function statfs(
1461
- path: PathLike,
1462
- options: StatFsOptions | undefined,
1463
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void,
1464
- ): void;
1465
- namespace statfs {
1466
- /**
1467
- * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
1468
- * @param path A path to an existing file or directory on the file system to be queried.
1469
- */
1470
- function __promisify__(
1471
- path: PathLike,
1472
- options?: StatFsOptions & {
1473
- bigint?: false | undefined;
1474
- },
1475
- ): Promise<StatsFs>;
1476
- function __promisify__(
1477
- path: PathLike,
1478
- options: StatFsOptions & {
1479
- bigint: true;
1480
- },
1481
- ): Promise<BigIntStatsFs>;
1482
- function __promisify__(path: PathLike, options?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
1483
- }
1484
- /**
1485
- * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1486
- * contains `path`.
1487
- *
1488
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1489
- * @since v19.6.0, v18.15.0
1490
- * @param path A path to an existing file or directory on the file system to be queried.
1491
- */
1492
- function statfsSync(
1493
- path: PathLike,
1494
- options?: StatFsOptions & {
1495
- bigint?: false | undefined;
1496
- },
1497
- ): StatsFs;
1498
- function statfsSync(
1499
- path: PathLike,
1500
- options: StatFsOptions & {
1501
- bigint: true;
1502
- },
1503
- ): BigIntStatsFs;
1504
- function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs;
1505
- /**
1506
- * Synchronous lstat(2) - Get file status. Does not dereference symbolic links.
1507
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1508
- */
1509
- function lstatSync(path: PathLike): Stats;
1510
- function lstatSync(
1511
- path: PathLike,
1512
- options?: StatOptions & {
1513
- bigint?: false | undefined;
1514
- throwIfNoEntry?: true | undefined;
1515
- },
1516
- ): Stats;
1517
- function lstatSync(
1518
- path: PathLike,
1519
- options: StatOptions & {
1520
- bigint: true;
1521
- throwIfNoEntry?: true | undefined;
1522
- },
1523
- ): BigIntStats;
1524
- function lstatSync(
1525
- path: PathLike,
1526
- options: StatOptions & {
1527
- bigint?: false | undefined;
1528
- throwIfNoEntry: false;
1529
- },
1530
- ): Stats | undefined;
1531
- function lstatSync(
1532
- path: PathLike,
1533
- options: StatOptions & {
1534
- bigint: true;
1535
- throwIfNoEntry: false;
1536
- },
1537
- ): BigIntStats | undefined;
1538
- function lstatSync(
1539
- path: PathLike,
1540
- options: StatOptions & {
1541
- throwIfNoEntry?: true | undefined;
1542
- },
1543
- ): Stats | BigIntStats;
1544
- function lstatSync(path: PathLike, options?: StatOptions): Stats | BigIntStats | undefined;
1545
- /**
1546
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than
1547
- * a possible
1548
- * exception are given to the completion callback.
1549
- * @since v0.1.31
1550
- */
1551
- function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
1552
- namespace link {
1553
- /**
1554
- * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file.
1555
- * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1556
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1557
- */
1558
- function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
1559
- }
1560
- /**
1561
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`.
1562
- * @since v0.1.31
1563
- */
1564
- function linkSync(existingPath: PathLike, newPath: PathLike): void;
1565
- /**
1566
- * Creates the link called `path` pointing to `target`. No arguments other than a
1567
- * possible exception are given to the completion callback.
1568
- *
1569
- * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details.
1570
- *
1571
- * The `type` argument is only available on Windows and ignored on other platforms.
1572
- * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
1573
- * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
1574
- * If the `target` does not exist, `'file'` will be used. Windows junction points
1575
- * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
1576
- * points on NTFS volumes can only point to directories.
1577
- *
1578
- * Relative targets are relative to the link's parent directory.
1579
- *
1580
- * ```js
1581
- * import { symlink } from 'node:fs';
1582
- *
1583
- * symlink('./mew', './mewtwo', callback);
1584
- * ```
1585
- *
1586
- * The above example creates a symbolic link `mewtwo` which points to `mew` in the
1587
- * same directory:
1588
- *
1589
- * ```bash
1590
- * $ tree .
1591
- * .
1592
- * ├── mew
1593
- * └── mewtwo -> ./mew
1594
- * ```
1595
- * @since v0.1.31
1596
- * @param [type='null']
1597
- */
1598
- function symlink(
1599
- target: PathLike,
1600
- path: PathLike,
1601
- type: symlink.Type | undefined | null,
1602
- callback: NoParamCallback,
1603
- ): void;
1604
- /**
1605
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1606
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1607
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1608
- */
1609
- function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void;
1610
- namespace symlink {
1611
- /**
1612
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1613
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1614
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1615
- * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms).
1616
- * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path.
1617
- */
1618
- function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
1619
- type Type = "dir" | "file" | "junction";
1620
- }
1621
- /**
1622
- * Returns `undefined`.
1623
- *
1624
- * For detailed information, see the documentation of the asynchronous version of
1625
- * this API: {@link symlink}.
1626
- * @since v0.1.31
1627
- * @param [type='null']
1628
- */
1629
- function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void;
1630
- /**
1631
- * Reads the contents of the symbolic link referred to by `path`. The callback gets
1632
- * two arguments `(err, linkString)`.
1633
- *
1634
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1635
- *
1636
- * The optional `options` argument can be a string specifying an encoding, or an
1637
- * object with an `encoding` property specifying the character encoding to use for
1638
- * the link path passed to the callback. If the `encoding` is set to `'buffer'`,
1639
- * the link path returned will be passed as a `Buffer` object.
1640
- * @since v0.1.31
1641
- */
1642
- function readlink(
1643
- path: PathLike,
1644
- options: EncodingOption,
1645
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1646
- ): void;
1647
- /**
1648
- * Asynchronous readlink(2) - read value of a symbolic link.
1649
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1650
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1651
- */
1652
- function readlink(
1653
- path: PathLike,
1654
- options: BufferEncodingOption,
1655
- callback: (err: NodeJS.ErrnoException | null, linkString: NonSharedBuffer) => void,
1656
- ): void;
1657
- /**
1658
- * Asynchronous readlink(2) - read value of a symbolic link.
1659
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1660
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1661
- */
1662
- function readlink(
1663
- path: PathLike,
1664
- options: EncodingOption,
1665
- callback: (err: NodeJS.ErrnoException | null, linkString: string | NonSharedBuffer) => void,
1666
- ): void;
1667
- /**
1668
- * Asynchronous readlink(2) - read value of a symbolic link.
1669
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1670
- */
1671
- function readlink(
1672
- path: PathLike,
1673
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1674
- ): void;
1675
- namespace readlink {
1676
- /**
1677
- * Asynchronous readlink(2) - read value of a symbolic link.
1678
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1679
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1680
- */
1681
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1682
- /**
1683
- * Asynchronous readlink(2) - read value of a symbolic link.
1684
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1685
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1686
- */
1687
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1688
- /**
1689
- * Asynchronous readlink(2) - read value of a symbolic link.
1690
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1691
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1692
- */
1693
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1694
- }
1695
- /**
1696
- * Returns the symbolic link's string value.
1697
- *
1698
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1699
- *
1700
- * The optional `options` argument can be a string specifying an encoding, or an
1701
- * object with an `encoding` property specifying the character encoding to use for
1702
- * the link path returned. If the `encoding` is set to `'buffer'`,
1703
- * the link path returned will be passed as a `Buffer` object.
1704
- * @since v0.1.31
1705
- */
1706
- function readlinkSync(path: PathLike, options?: EncodingOption): string;
1707
- /**
1708
- * Synchronous readlink(2) - read value of a symbolic link.
1709
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1710
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1711
- */
1712
- function readlinkSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1713
- /**
1714
- * Synchronous readlink(2) - read value of a symbolic link.
1715
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1716
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1717
- */
1718
- function readlinkSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1719
- /**
1720
- * Asynchronously computes the canonical pathname by resolving `.`, `..`, and
1721
- * symbolic links.
1722
- *
1723
- * A canonical pathname is not necessarily unique. Hard links and bind mounts can
1724
- * expose a file system entity through many pathnames.
1725
- *
1726
- * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions:
1727
- *
1728
- * 1. No case conversion is performed on case-insensitive file systems.
1729
- * 2. The maximum number of symbolic links is platform-independent and generally
1730
- * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports.
1731
- *
1732
- * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths.
1733
- *
1734
- * Only paths that can be converted to UTF8 strings are supported.
1735
- *
1736
- * The optional `options` argument can be a string specifying an encoding, or an
1737
- * object with an `encoding` property specifying the character encoding to use for
1738
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1739
- * the path returned will be passed as a `Buffer` object.
1740
- *
1741
- * If `path` resolves to a socket or a pipe, the function will return a system
1742
- * dependent name for that object.
1743
- * @since v0.1.31
1744
- */
1745
- function realpath(
1746
- path: PathLike,
1747
- options: EncodingOption,
1748
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1749
- ): void;
1750
- /**
1751
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1752
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1753
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1754
- */
1755
- function realpath(
1756
- path: PathLike,
1757
- options: BufferEncodingOption,
1758
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1759
- ): void;
1760
- /**
1761
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1762
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1763
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1764
- */
1765
- function realpath(
1766
- path: PathLike,
1767
- options: EncodingOption,
1768
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1769
- ): void;
1770
- /**
1771
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1772
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1773
- */
1774
- function realpath(
1775
- path: PathLike,
1776
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1777
- ): void;
1778
- namespace realpath {
1779
- /**
1780
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1781
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1782
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1783
- */
1784
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1785
- /**
1786
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1787
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1788
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1789
- */
1790
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1791
- /**
1792
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1793
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1794
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1795
- */
1796
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1797
- /**
1798
- * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html).
1799
- *
1800
- * The `callback` gets two arguments `(err, resolvedPath)`.
1801
- *
1802
- * Only paths that can be converted to UTF8 strings are supported.
1803
- *
1804
- * The optional `options` argument can be a string specifying an encoding, or an
1805
- * object with an `encoding` property specifying the character encoding to use for
1806
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1807
- * the path returned will be passed as a `Buffer` object.
1808
- *
1809
- * On Linux, when Node.js is linked against musl libc, the procfs file system must
1810
- * be mounted on `/proc` in order for this function to work. Glibc does not have
1811
- * this restriction.
1812
- * @since v9.2.0
1813
- */
1814
- function native(
1815
- path: PathLike,
1816
- options: EncodingOption,
1817
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1818
- ): void;
1819
- function native(
1820
- path: PathLike,
1821
- options: BufferEncodingOption,
1822
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1823
- ): void;
1824
- function native(
1825
- path: PathLike,
1826
- options: EncodingOption,
1827
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1828
- ): void;
1829
- function native(
1830
- path: PathLike,
1831
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1832
- ): void;
1833
- }
1834
- /**
1835
- * Returns the resolved pathname.
1836
- *
1837
- * For detailed information, see the documentation of the asynchronous version of
1838
- * this API: {@link realpath}.
1839
- * @since v0.1.31
1840
- */
1841
- function realpathSync(path: PathLike, options?: EncodingOption): string;
1842
- /**
1843
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1844
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1845
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1846
- */
1847
- function realpathSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1848
- /**
1849
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1850
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1851
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1852
- */
1853
- function realpathSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1854
- namespace realpathSync {
1855
- function native(path: PathLike, options?: EncodingOption): string;
1856
- function native(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1857
- function native(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1858
- }
1859
- /**
1860
- * Asynchronously removes a file or symbolic link. No arguments other than a
1861
- * possible exception are given to the completion callback.
1862
- *
1863
- * ```js
1864
- * import { unlink } from 'node:fs';
1865
- * // Assuming that 'path/file.txt' is a regular file.
1866
- * unlink('path/file.txt', (err) => {
1867
- * if (err) throw err;
1868
- * console.log('path/file.txt was deleted');
1869
- * });
1870
- * ```
1871
- *
1872
- * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a
1873
- * directory, use {@link rmdir}.
1874
- *
1875
- * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details.
1876
- * @since v0.0.2
1877
- */
1878
- function unlink(path: PathLike, callback: NoParamCallback): void;
1879
- namespace unlink {
1880
- /**
1881
- * Asynchronous unlink(2) - delete a name and possibly the file it refers to.
1882
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1883
- */
1884
- function __promisify__(path: PathLike): Promise<void>;
1885
- }
1886
- /**
1887
- * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`.
1888
- * @since v0.1.21
1889
- */
1890
- function unlinkSync(path: PathLike): void;
1891
- /** @deprecated `rmdir()` no longer provides any options. This interface will be removed in a future version. */
1892
- // TODO: remove in future major
1893
- interface RmDirOptions {}
1894
- /**
1895
- * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given
1896
- * to the completion callback.
1897
- *
1898
- * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on
1899
- * Windows and an `ENOTDIR` error on POSIX.
1900
- *
1901
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`.
1902
- * @since v0.0.2
1903
- */
1904
- function rmdir(path: PathLike, callback: NoParamCallback): void;
1905
- namespace rmdir {
1906
- /**
1907
- * Asynchronous rmdir(2) - delete a directory.
1908
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1909
- */
1910
- function __promisify__(path: PathLike): Promise<void>;
1911
- }
1912
- /**
1913
- * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`.
1914
- *
1915
- * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error
1916
- * on Windows and an `ENOTDIR` error on POSIX.
1917
- *
1918
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`.
1919
- * @since v0.1.21
1920
- */
1921
- function rmdirSync(path: PathLike): void;
1922
- interface RmOptions {
1923
- /**
1924
- * When `true`, exceptions will be ignored if `path` does not exist.
1925
- * @default false
1926
- */
1927
- force?: boolean | undefined;
1928
- /**
1929
- * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1930
- * `EPERM` error is encountered, Node.js will retry the operation with a linear
1931
- * backoff wait of `retryDelay` ms longer on each try. This option represents the
1932
- * number of retries. This option is ignored if the `recursive` option is not
1933
- * `true`.
1934
- * @default 0
1935
- */
1936
- maxRetries?: number | undefined;
1937
- /**
1938
- * If `true`, perform a recursive directory removal. In
1939
- * recursive mode, operations are retried on failure.
1940
- * @default false
1941
- */
1942
- recursive?: boolean | undefined;
1943
- /**
1944
- * The amount of time in milliseconds to wait between retries.
1945
- * This option is ignored if the `recursive` option is not `true`.
1946
- * @default 100
1947
- */
1948
- retryDelay?: number | undefined;
1949
- }
1950
- /**
1951
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the
1952
- * completion callback.
1953
- * @since v14.14.0
1954
- */
1955
- function rm(path: PathLike, callback: NoParamCallback): void;
1956
- function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void;
1957
- namespace rm {
1958
- /**
1959
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility).
1960
- */
1961
- function __promisify__(path: PathLike, options?: RmOptions): Promise<void>;
1962
- }
1963
- /**
1964
- * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`.
1965
- * @since v14.14.0
1966
- */
1967
- function rmSync(path: PathLike, options?: RmOptions): void;
1968
- interface MakeDirectoryOptions {
1969
- /**
1970
- * Indicates whether parent folders should be created.
1971
- * If a folder was created, the path to the first created folder will be returned.
1972
- * @default false
1973
- */
1974
- recursive?: boolean | undefined;
1975
- /**
1976
- * A file mode. If a string is passed, it is parsed as an octal integer. If not specified
1977
- * @default 0o777
1978
- */
1979
- mode?: Mode | undefined;
1980
- }
1981
- /**
1982
- * Asynchronously creates a directory.
1983
- *
1984
- * The callback is given a possible exception and, if `recursive` is `true`, the
1985
- * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was
1986
- * created (for instance, if it was previously created).
1987
- *
1988
- * The optional `options` argument can be an integer specifying `mode` (permission
1989
- * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that
1990
- * exists results in an error only
1991
- * when `recursive` is false. If `recursive` is false and the directory exists,
1992
- * an `EEXIST` error occurs.
1993
- *
1994
- * ```js
1995
- * import { mkdir } from 'node:fs';
1996
- *
1997
- * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist.
1998
- * mkdir('./tmp/a/apple', { recursive: true }, (err) => {
1999
- * if (err) throw err;
2000
- * });
2001
- * ```
2002
- *
2003
- * On Windows, using `fs.mkdir()` on the root directory even with recursion will
2004
- * result in an error:
2005
- *
2006
- * ```js
2007
- * import { mkdir } from 'node:fs';
2008
- *
2009
- * mkdir('/', { recursive: true }, (err) => {
2010
- * // => [Error: EPERM: operation not permitted, mkdir 'C:\']
2011
- * });
2012
- * ```
2013
- *
2014
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
2015
- * @since v0.1.8
2016
- */
2017
- function mkdir(
2018
- path: PathLike,
2019
- options: MakeDirectoryOptions & {
2020
- recursive: true;
2021
- },
2022
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
2023
- ): void;
2024
- /**
2025
- * Asynchronous mkdir(2) - create a directory.
2026
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2027
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2028
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2029
- */
2030
- function mkdir(
2031
- path: PathLike,
2032
- options:
2033
- | Mode
2034
- | (MakeDirectoryOptions & {
2035
- recursive?: false | undefined;
2036
- })
2037
- | null
2038
- | undefined,
2039
- callback: NoParamCallback,
2040
- ): void;
2041
- /**
2042
- * Asynchronous mkdir(2) - create a directory.
2043
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2044
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2045
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2046
- */
2047
- function mkdir(
2048
- path: PathLike,
2049
- options: Mode | MakeDirectoryOptions | null | undefined,
2050
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
2051
- ): void;
2052
- /**
2053
- * Asynchronous mkdir(2) - create a directory with a mode of `0o777`.
2054
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2055
- */
2056
- function mkdir(path: PathLike, callback: NoParamCallback): void;
2057
- namespace mkdir {
2058
- /**
2059
- * Asynchronous mkdir(2) - create a directory.
2060
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2061
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2062
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2063
- */
2064
- function __promisify__(
2065
- path: PathLike,
2066
- options: MakeDirectoryOptions & {
2067
- recursive: true;
2068
- },
2069
- ): Promise<string | undefined>;
2070
- /**
2071
- * Asynchronous mkdir(2) - create a directory.
2072
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2073
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2074
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2075
- */
2076
- function __promisify__(
2077
- path: PathLike,
2078
- options?:
2079
- | Mode
2080
- | (MakeDirectoryOptions & {
2081
- recursive?: false | undefined;
2082
- })
2083
- | null,
2084
- ): Promise<void>;
2085
- /**
2086
- * Asynchronous mkdir(2) - create a directory.
2087
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2088
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2089
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2090
- */
2091
- function __promisify__(
2092
- path: PathLike,
2093
- options?: Mode | MakeDirectoryOptions | null,
2094
- ): Promise<string | undefined>;
2095
- }
2096
- /**
2097
- * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created.
2098
- * This is the synchronous version of {@link mkdir}.
2099
- *
2100
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
2101
- * @since v0.1.21
2102
- */
2103
- function mkdirSync(
2104
- path: PathLike,
2105
- options: MakeDirectoryOptions & {
2106
- recursive: true;
2107
- },
2108
- ): string | undefined;
2109
- /**
2110
- * Synchronous mkdir(2) - create a directory.
2111
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2112
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2113
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2114
- */
2115
- function mkdirSync(
2116
- path: PathLike,
2117
- options?:
2118
- | Mode
2119
- | (MakeDirectoryOptions & {
2120
- recursive?: false | undefined;
2121
- })
2122
- | null,
2123
- ): void;
2124
- /**
2125
- * Synchronous mkdir(2) - create a directory.
2126
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2127
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2128
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2129
- */
2130
- function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined;
2131
- /**
2132
- * Creates a unique temporary directory.
2133
- *
2134
- * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform
2135
- * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms,
2136
- * notably the BSDs, can return more than six random characters, and replace
2137
- * trailing `X` characters in `prefix` with random characters.
2138
- *
2139
- * The created directory path is passed as a string to the callback's second
2140
- * parameter.
2141
- *
2142
- * The optional `options` argument can be a string specifying an encoding, or an
2143
- * object with an `encoding` property specifying the character encoding to use.
2144
- *
2145
- * ```js
2146
- * import { mkdtemp } from 'node:fs';
2147
- * import { join } from 'node:path';
2148
- * import { tmpdir } from 'node:os';
2149
- *
2150
- * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => {
2151
- * if (err) throw err;
2152
- * console.log(directory);
2153
- * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2
2154
- * });
2155
- * ```
2156
- *
2157
- * The `fs.mkdtemp()` method will append the six randomly selected characters
2158
- * directly to the `prefix` string. For instance, given a directory `/tmp`, if the
2159
- * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator
2160
- * (`import { sep } from 'node:path'`).
2161
- *
2162
- * ```js
2163
- * import { tmpdir } from 'node:os';
2164
- * import { mkdtemp } from 'node:fs';
2165
- *
2166
- * // The parent directory for the new temporary directory
2167
- * const tmpDir = tmpdir();
2168
- *
2169
- * // This method is *INCORRECT*:
2170
- * mkdtemp(tmpDir, (err, directory) => {
2171
- * if (err) throw err;
2172
- * console.log(directory);
2173
- * // Will print something similar to `/tmpabc123`.
2174
- * // A new temporary directory is created at the file system root
2175
- * // rather than *within* the /tmp directory.
2176
- * });
2177
- *
2178
- * // This method is *CORRECT*:
2179
- * import { sep } from 'node:path';
2180
- * mkdtemp(`${tmpDir}${sep}`, (err, directory) => {
2181
- * if (err) throw err;
2182
- * console.log(directory);
2183
- * // Will print something similar to `/tmp/abc123`.
2184
- * // A new temporary directory is created within
2185
- * // the /tmp directory.
2186
- * });
2187
- * ```
2188
- * @since v5.10.0
2189
- */
2190
- function mkdtemp(
2191
- prefix: string,
2192
- options: EncodingOption,
2193
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2194
- ): void;
2195
- /**
2196
- * Asynchronously creates a unique temporary directory.
2197
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2198
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2199
- */
2200
- function mkdtemp(
2201
- prefix: string,
2202
- options: BufferEncodingOption,
2203
- callback: (err: NodeJS.ErrnoException | null, folder: NonSharedBuffer) => void,
2204
- ): void;
2205
- /**
2206
- * Asynchronously creates a unique temporary directory.
2207
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2208
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2209
- */
2210
- function mkdtemp(
2211
- prefix: string,
2212
- options: EncodingOption,
2213
- callback: (err: NodeJS.ErrnoException | null, folder: string | NonSharedBuffer) => void,
2214
- ): void;
2215
- /**
2216
- * Asynchronously creates a unique temporary directory.
2217
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2218
- */
2219
- function mkdtemp(
2220
- prefix: string,
2221
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2222
- ): void;
2223
- namespace mkdtemp {
2224
- /**
2225
- * Asynchronously creates a unique temporary directory.
2226
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2227
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2228
- */
2229
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string>;
2230
- /**
2231
- * Asynchronously creates a unique temporary directory.
2232
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2233
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2234
- */
2235
- function __promisify__(prefix: string, options: BufferEncodingOption): Promise<NonSharedBuffer>;
2236
- /**
2237
- * Asynchronously creates a unique temporary directory.
2238
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2239
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2240
- */
2241
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string | NonSharedBuffer>;
2242
- }
2243
- /**
2244
- * Returns the created directory path.
2245
- *
2246
- * For detailed information, see the documentation of the asynchronous version of
2247
- * this API: {@link mkdtemp}.
2248
- *
2249
- * The optional `options` argument can be a string specifying an encoding, or an
2250
- * object with an `encoding` property specifying the character encoding to use.
2251
- * @since v5.10.0
2252
- */
2253
- function mkdtempSync(prefix: string, options?: EncodingOption): string;
2254
- /**
2255
- * Synchronously creates a unique temporary directory.
2256
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2257
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2258
- */
2259
- function mkdtempSync(prefix: string, options: BufferEncodingOption): NonSharedBuffer;
2260
- /**
2261
- * Synchronously creates a unique temporary directory.
2262
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2263
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2264
- */
2265
- function mkdtempSync(prefix: string, options?: EncodingOption): string | NonSharedBuffer;
2266
- interface DisposableTempDir extends Disposable {
2267
- /**
2268
- * The path of the created directory.
2269
- */
2270
- path: string;
2271
- /**
2272
- * A function which removes the created directory.
2273
- */
2274
- remove(): void;
2275
- /**
2276
- * The same as `remove`.
2277
- */
2278
- [Symbol.dispose](): void;
2279
- }
2280
- /**
2281
- * Returns a disposable object whose `path` property holds the created directory
2282
- * path. When the object is disposed, the directory and its contents will be
2283
- * removed if it still exists. If the directory cannot be deleted, disposal will
2284
- * throw an error. The object has a `remove()` method which will perform the same
2285
- * task.
2286
- *
2287
- * <!-- TODO: link MDN docs for disposables once https://github.com/mdn/content/pull/38027 lands -->
2288
- *
2289
- * For detailed information, see the documentation of `fs.mkdtemp()`.
2290
- *
2291
- * There is no callback-based version of this API because it is designed for use
2292
- * with the `using` syntax.
2293
- *
2294
- * The optional `options` argument can be a string specifying an encoding, or an
2295
- * object with an `encoding` property specifying the character encoding to use.
2296
- * @since v24.4.0
2297
- */
2298
- function mkdtempDisposableSync(prefix: string, options?: EncodingOption): DisposableTempDir;
2299
- /**
2300
- * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`.
2301
- *
2302
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2303
- *
2304
- * The optional `options` argument can be a string specifying an encoding, or an
2305
- * object with an `encoding` property specifying the character encoding to use for
2306
- * the filenames passed to the callback. If the `encoding` is set to `'buffer'`,
2307
- * the filenames returned will be passed as `Buffer` objects.
2308
- *
2309
- * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects.
2310
- * @since v0.1.8
2311
- */
2312
- function readdir(
2313
- path: PathLike,
2314
- options:
2315
- | {
2316
- encoding: BufferEncoding | null;
2317
- withFileTypes?: false | undefined;
2318
- recursive?: boolean | undefined;
2319
- }
2320
- | BufferEncoding
2321
- | undefined
2322
- | null,
2323
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2324
- ): void;
2325
- /**
2326
- * Asynchronous readdir(3) - read a directory.
2327
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2328
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2329
- */
2330
- function readdir(
2331
- path: PathLike,
2332
- options:
2333
- | {
2334
- encoding: "buffer";
2335
- withFileTypes?: false | undefined;
2336
- recursive?: boolean | undefined;
2337
- }
2338
- | "buffer",
2339
- callback: (err: NodeJS.ErrnoException | null, files: NonSharedBuffer[]) => void,
2340
- ): void;
2341
- /**
2342
- * Asynchronous readdir(3) - read a directory.
2343
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2344
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2345
- */
2346
- function readdir(
2347
- path: PathLike,
2348
- options:
2349
- | (ObjectEncodingOptions & {
2350
- withFileTypes?: false | undefined;
2351
- recursive?: boolean | undefined;
2352
- })
2353
- | BufferEncoding
2354
- | undefined
2355
- | null,
2356
- callback: (err: NodeJS.ErrnoException | null, files: string[] | NonSharedBuffer[]) => void,
2357
- ): void;
2358
- /**
2359
- * Asynchronous readdir(3) - read a directory.
2360
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2361
- */
2362
- function readdir(
2363
- path: PathLike,
2364
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2365
- ): void;
2366
- /**
2367
- * Asynchronous readdir(3) - read a directory.
2368
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2369
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2370
- */
2371
- function readdir(
2372
- path: PathLike,
2373
- options: ObjectEncodingOptions & {
2374
- withFileTypes: true;
2375
- recursive?: boolean | undefined;
2376
- },
2377
- callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void,
2378
- ): void;
2379
- /**
2380
- * Asynchronous readdir(3) - read a directory.
2381
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2382
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2383
- */
2384
- function readdir(
2385
- path: PathLike,
2386
- options: {
2387
- encoding: "buffer";
2388
- withFileTypes: true;
2389
- recursive?: boolean | undefined;
2390
- },
2391
- callback: (err: NodeJS.ErrnoException | null, files: Dirent<NonSharedBuffer>[]) => void,
2392
- ): void;
2393
- namespace readdir {
2394
- /**
2395
- * Asynchronous readdir(3) - read a directory.
2396
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2397
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2398
- */
2399
- function __promisify__(
2400
- path: PathLike,
2401
- options?:
2402
- | {
2403
- encoding: BufferEncoding | null;
2404
- withFileTypes?: false | undefined;
2405
- recursive?: boolean | undefined;
2406
- }
2407
- | BufferEncoding
2408
- | null,
2409
- ): Promise<string[]>;
2410
- /**
2411
- * Asynchronous readdir(3) - read a directory.
2412
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2413
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2414
- */
2415
- function __promisify__(
2416
- path: PathLike,
2417
- options:
2418
- | "buffer"
2419
- | {
2420
- encoding: "buffer";
2421
- withFileTypes?: false | undefined;
2422
- recursive?: boolean | undefined;
2423
- },
2424
- ): Promise<NonSharedBuffer[]>;
2425
- /**
2426
- * Asynchronous readdir(3) - read a directory.
2427
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2428
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2429
- */
2430
- function __promisify__(
2431
- path: PathLike,
2432
- options?:
2433
- | (ObjectEncodingOptions & {
2434
- withFileTypes?: false | undefined;
2435
- recursive?: boolean | undefined;
2436
- })
2437
- | BufferEncoding
2438
- | null,
2439
- ): Promise<string[] | NonSharedBuffer[]>;
2440
- /**
2441
- * Asynchronous readdir(3) - read a directory.
2442
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2443
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent
2444
- */
2445
- function __promisify__(
2446
- path: PathLike,
2447
- options: ObjectEncodingOptions & {
2448
- withFileTypes: true;
2449
- recursive?: boolean | undefined;
2450
- },
2451
- ): Promise<Dirent[]>;
2452
- /**
2453
- * Asynchronous readdir(3) - read a directory.
2454
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2455
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2456
- */
2457
- function __promisify__(
2458
- path: PathLike,
2459
- options: {
2460
- encoding: "buffer";
2461
- withFileTypes: true;
2462
- recursive?: boolean | undefined;
2463
- },
2464
- ): Promise<Dirent<NonSharedBuffer>[]>;
2465
- }
2466
- /**
2467
- * Reads the contents of the directory.
2468
- *
2469
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2470
- *
2471
- * The optional `options` argument can be a string specifying an encoding, or an
2472
- * object with an `encoding` property specifying the character encoding to use for
2473
- * the filenames returned. If the `encoding` is set to `'buffer'`,
2474
- * the filenames returned will be passed as `Buffer` objects.
2475
- *
2476
- * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects.
2477
- * @since v0.1.21
2478
- */
2479
- function readdirSync(
2480
- path: PathLike,
2481
- options?:
2482
- | {
2483
- encoding: BufferEncoding | null;
2484
- withFileTypes?: false | undefined;
2485
- recursive?: boolean | undefined;
2486
- }
2487
- | BufferEncoding
2488
- | null,
2489
- ): string[];
2490
- /**
2491
- * Synchronous readdir(3) - read a directory.
2492
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2493
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2494
- */
2495
- function readdirSync(
2496
- path: PathLike,
2497
- options:
2498
- | {
2499
- encoding: "buffer";
2500
- withFileTypes?: false | undefined;
2501
- recursive?: boolean | undefined;
2502
- }
2503
- | "buffer",
2504
- ): NonSharedBuffer[];
2505
- /**
2506
- * Synchronous readdir(3) - read a directory.
2507
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2508
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2509
- */
2510
- function readdirSync(
2511
- path: PathLike,
2512
- options?:
2513
- | (ObjectEncodingOptions & {
2514
- withFileTypes?: false | undefined;
2515
- recursive?: boolean | undefined;
2516
- })
2517
- | BufferEncoding
2518
- | null,
2519
- ): string[] | NonSharedBuffer[];
2520
- /**
2521
- * Synchronous readdir(3) - read a directory.
2522
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2523
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2524
- */
2525
- function readdirSync(
2526
- path: PathLike,
2527
- options: ObjectEncodingOptions & {
2528
- withFileTypes: true;
2529
- recursive?: boolean | undefined;
2530
- },
2531
- ): Dirent[];
2532
- /**
2533
- * Synchronous readdir(3) - read a directory.
2534
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2535
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2536
- */
2537
- function readdirSync(
2538
- path: PathLike,
2539
- options: {
2540
- encoding: "buffer";
2541
- withFileTypes: true;
2542
- recursive?: boolean | undefined;
2543
- },
2544
- ): Dirent<NonSharedBuffer>[];
2545
- /**
2546
- * Closes the file descriptor. No arguments other than a possible exception are
2547
- * given to the completion callback.
2548
- *
2549
- * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use
2550
- * through any other `fs` operation may lead to undefined behavior.
2551
- *
2552
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2553
- * @since v0.0.2
2554
- */
2555
- function close(fd: number, callback?: NoParamCallback): void;
2556
- namespace close {
2557
- /**
2558
- * Asynchronous close(2) - close a file descriptor.
2559
- * @param fd A file descriptor.
2560
- */
2561
- function __promisify__(fd: number): Promise<void>;
2562
- }
2563
- /**
2564
- * Closes the file descriptor. Returns `undefined`.
2565
- *
2566
- * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use
2567
- * through any other `fs` operation may lead to undefined behavior.
2568
- *
2569
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2570
- * @since v0.1.21
2571
- */
2572
- function closeSync(fd: number): void;
2573
- /**
2574
- * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details.
2575
- *
2576
- * `mode` sets the file mode (permission and sticky bits), but only if the file was
2577
- * created. On Windows, only the write permission can be manipulated; see {@link chmod}.
2578
- *
2579
- * The callback gets two arguments `(err, fd)`.
2580
- *
2581
- * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
2582
- * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
2583
- * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
2584
- *
2585
- * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc.
2586
- * @since v0.0.2
2587
- * @param [flags='r'] See `support of file system `flags``.
2588
- * @param [mode=0o666]
2589
- */
2590
- function open(
2591
- path: PathLike,
2592
- flags: OpenMode | undefined,
2593
- mode: Mode | undefined | null,
2594
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2595
- ): void;
2596
- /**
2597
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2598
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2599
- * @param [flags='r'] See `support of file system `flags``.
2600
- */
2601
- function open(
2602
- path: PathLike,
2603
- flags: OpenMode | undefined,
2604
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2605
- ): void;
2606
- /**
2607
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2608
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2609
- */
2610
- function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void;
2611
- namespace open {
2612
- /**
2613
- * Asynchronous open(2) - open and possibly create a file.
2614
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2615
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`.
2616
- */
2617
- function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>;
2618
- }
2619
- /**
2620
- * Returns an integer representing the file descriptor.
2621
- *
2622
- * For detailed information, see the documentation of the asynchronous version of
2623
- * this API: {@link open}.
2624
- * @since v0.1.21
2625
- * @param [flags='r']
2626
- * @param [mode=0o666]
2627
- */
2628
- function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number;
2629
- /**
2630
- * Change the file system timestamps of the object referenced by `path`.
2631
- *
2632
- * The `atime` and `mtime` arguments follow these rules:
2633
- *
2634
- * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`.
2635
- * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
2636
- * @since v0.4.2
2637
- */
2638
- function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2639
- namespace utimes {
2640
- /**
2641
- * Asynchronously change file timestamps of the file referenced by the supplied path.
2642
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2643
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2644
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2645
- */
2646
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
2647
- }
2648
- /**
2649
- * Returns `undefined`.
2650
- *
2651
- * For detailed information, see the documentation of the asynchronous version of
2652
- * this API: {@link utimes}.
2653
- * @since v0.4.2
2654
- */
2655
- function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
2656
- /**
2657
- * Change the file system timestamps of the object referenced by the supplied file
2658
- * descriptor. See {@link utimes}.
2659
- * @since v0.4.2
2660
- */
2661
- function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2662
- namespace futimes {
2663
- /**
2664
- * Asynchronously change file timestamps of the file referenced by the supplied file descriptor.
2665
- * @param fd A file descriptor.
2666
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2667
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2668
- */
2669
- function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>;
2670
- }
2671
- /**
2672
- * Synchronous version of {@link futimes}. Returns `undefined`.
2673
- * @since v0.4.2
2674
- */
2675
- function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void;
2676
- /**
2677
- * Request that all data for the open file descriptor is flushed to the storage
2678
- * device. The specific implementation is operating system and device specific.
2679
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other
2680
- * than a possible exception are given to the completion callback.
2681
- * @since v0.1.96
2682
- */
2683
- function fsync(fd: number, callback: NoParamCallback): void;
2684
- namespace fsync {
2685
- /**
2686
- * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
2687
- * @param fd A file descriptor.
2688
- */
2689
- function __promisify__(fd: number): Promise<void>;
2690
- }
2691
- /**
2692
- * Request that all data for the open file descriptor is flushed to the storage
2693
- * device. The specific implementation is operating system and device specific.
2694
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`.
2695
- * @since v0.1.96
2696
- */
2697
- function fsyncSync(fd: number): void;
2698
- interface WriteOptions {
2699
- /**
2700
- * @default 0
2701
- */
2702
- offset?: number | undefined;
2703
- /**
2704
- * @default `buffer.byteLength - offset`
2705
- */
2706
- length?: number | undefined;
2707
- /**
2708
- * @default null
2709
- */
2710
- position?: number | null | undefined;
2711
- }
2712
- /**
2713
- * Write `buffer` to the file specified by `fd`.
2714
- *
2715
- * `offset` determines the part of the buffer to be written, and `length` is
2716
- * an integer specifying the number of bytes to write.
2717
- *
2718
- * `position` refers to the offset from the beginning of the file where this data
2719
- * should be written. If `typeof position !== 'number'`, the data will be written
2720
- * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html).
2721
- *
2722
- * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`.
2723
- *
2724
- * If this method is invoked as its `util.promisify()` ed version, it returns
2725
- * a promise for an `Object` with `bytesWritten` and `buffer` properties.
2726
- *
2727
- * It is unsafe to use `fs.write()` multiple times on the same file without waiting
2728
- * for the callback. For this scenario, {@link createWriteStream} is
2729
- * recommended.
2730
- *
2731
- * On Linux, positional writes don't work when the file is opened in append mode.
2732
- * The kernel ignores the position argument and always appends the data to
2733
- * the end of the file.
2734
- * @since v0.0.2
2735
- * @param [offset=0]
2736
- * @param [length=buffer.byteLength - offset]
2737
- * @param [position='null']
2738
- */
2739
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2740
- fd: number,
2741
- buffer: TBuffer,
2742
- offset: number | undefined | null,
2743
- length: number | undefined | null,
2744
- position: number | undefined | null,
2745
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2746
- ): void;
2747
- /**
2748
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2749
- * @param fd A file descriptor.
2750
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2751
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2752
- */
2753
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2754
- fd: number,
2755
- buffer: TBuffer,
2756
- offset: number | undefined | null,
2757
- length: number | undefined | null,
2758
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2759
- ): void;
2760
- /**
2761
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2762
- * @param fd A file descriptor.
2763
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2764
- */
2765
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2766
- fd: number,
2767
- buffer: TBuffer,
2768
- offset: number | undefined | null,
2769
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2770
- ): void;
2771
- /**
2772
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2773
- * @param fd A file descriptor.
2774
- */
2775
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2776
- fd: number,
2777
- buffer: TBuffer,
2778
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2779
- ): void;
2780
- /**
2781
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2782
- * @param fd A file descriptor.
2783
- * @param options An object with the following properties:
2784
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2785
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2786
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2787
- */
2788
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2789
- fd: number,
2790
- buffer: TBuffer,
2791
- options: WriteOptions,
2792
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2793
- ): void;
2794
- /**
2795
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2796
- * @param fd A file descriptor.
2797
- * @param string A string to write.
2798
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2799
- * @param encoding The expected string encoding.
2800
- */
2801
- function write(
2802
- fd: number,
2803
- string: string,
2804
- position: number | undefined | null,
2805
- encoding: BufferEncoding | undefined | null,
2806
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2807
- ): void;
2808
- /**
2809
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2810
- * @param fd A file descriptor.
2811
- * @param string A string to write.
2812
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2813
- */
2814
- function write(
2815
- fd: number,
2816
- string: string,
2817
- position: number | undefined | null,
2818
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2819
- ): void;
2820
- /**
2821
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2822
- * @param fd A file descriptor.
2823
- * @param string A string to write.
2824
- */
2825
- function write(
2826
- fd: number,
2827
- string: string,
2828
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2829
- ): void;
2830
- namespace write {
2831
- /**
2832
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2833
- * @param fd A file descriptor.
2834
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2835
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2836
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2837
- */
2838
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2839
- fd: number,
2840
- buffer?: TBuffer,
2841
- offset?: number,
2842
- length?: number,
2843
- position?: number | null,
2844
- ): Promise<{
2845
- bytesWritten: number;
2846
- buffer: TBuffer;
2847
- }>;
2848
- /**
2849
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2850
- * @param fd A file descriptor.
2851
- * @param options An object with the following properties:
2852
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2853
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2854
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2855
- */
2856
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2857
- fd: number,
2858
- buffer?: TBuffer,
2859
- options?: WriteOptions,
2860
- ): Promise<{
2861
- bytesWritten: number;
2862
- buffer: TBuffer;
2863
- }>;
2864
- /**
2865
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2866
- * @param fd A file descriptor.
2867
- * @param string A string to write.
2868
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2869
- * @param encoding The expected string encoding.
2870
- */
2871
- function __promisify__(
2872
- fd: number,
2873
- string: string,
2874
- position?: number | null,
2875
- encoding?: BufferEncoding | null,
2876
- ): Promise<{
2877
- bytesWritten: number;
2878
- buffer: string;
2879
- }>;
2880
- }
2881
- /**
2882
- * For detailed information, see the documentation of the asynchronous version of
2883
- * this API: {@link write}.
2884
- * @since v0.1.21
2885
- * @param [offset=0]
2886
- * @param [length=buffer.byteLength - offset]
2887
- * @param [position='null']
2888
- * @return The number of bytes written.
2889
- */
2890
- function writeSync(
2891
- fd: number,
2892
- buffer: NodeJS.ArrayBufferView,
2893
- offset?: number | null,
2894
- length?: number | null,
2895
- position?: number | null,
2896
- ): number;
2897
- /**
2898
- * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written.
2899
- * @param fd A file descriptor.
2900
- * @param string A string to write.
2901
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2902
- * @param encoding The expected string encoding.
2903
- */
2904
- function writeSync(
2905
- fd: number,
2906
- string: string,
2907
- position?: number | null,
2908
- encoding?: BufferEncoding | null,
2909
- ): number;
2910
- type ReadPosition = number | bigint;
2911
- interface ReadOptions {
2912
- /**
2913
- * @default 0
2914
- */
2915
- offset?: number | undefined;
2916
- /**
2917
- * @default `length of buffer`
2918
- */
2919
- length?: number | undefined;
2920
- /**
2921
- * @default null
2922
- */
2923
- position?: ReadPosition | null | undefined;
2924
- }
2925
- interface ReadOptionsWithBuffer<T extends NodeJS.ArrayBufferView> extends ReadOptions {
2926
- buffer?: T | undefined;
2927
- }
2928
- /**
2929
- * Read data from the file specified by `fd`.
2930
- *
2931
- * The callback is given the three arguments, `(err, bytesRead, buffer)`.
2932
- *
2933
- * If the file is not modified concurrently, the end-of-file is reached when the
2934
- * number of bytes read is zero.
2935
- *
2936
- * If this method is invoked as its `util.promisify()` ed version, it returns
2937
- * a promise for an `Object` with `bytesRead` and `buffer` properties.
2938
- * @since v0.0.2
2939
- * @param buffer The buffer that the data will be written to.
2940
- * @param offset The position in `buffer` to write the data to.
2941
- * @param length The number of bytes to read.
2942
- * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If
2943
- * `position` is an integer, the file position will be unchanged.
2944
- */
2945
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2946
- fd: number,
2947
- buffer: TBuffer,
2948
- offset: number,
2949
- length: number,
2950
- position: ReadPosition | null,
2951
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2952
- ): void;
2953
- /**
2954
- * Similar to the above `fs.read` function, this version takes an optional `options` object.
2955
- * If not otherwise specified in an `options` object,
2956
- * `buffer` defaults to `Buffer.alloc(16384)`,
2957
- * `offset` defaults to `0`,
2958
- * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0
2959
- * `position` defaults to `null`
2960
- * @since v12.17.0, 13.11.0
2961
- */
2962
- function read<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
2963
- fd: number,
2964
- options: ReadOptionsWithBuffer<TBuffer>,
2965
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2966
- ): void;
2967
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2968
- fd: number,
2969
- buffer: TBuffer,
2970
- options: ReadOptions,
2971
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2972
- ): void;
2973
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2974
- fd: number,
2975
- buffer: TBuffer,
2976
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2977
- ): void;
2978
- function read(
2979
- fd: number,
2980
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NonSharedBuffer) => void,
2981
- ): void;
2982
- namespace read {
2983
- /**
2984
- * @param fd A file descriptor.
2985
- * @param buffer The buffer that the data will be written to.
2986
- * @param offset The offset in the buffer at which to start writing.
2987
- * @param length The number of bytes to read.
2988
- * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position.
2989
- */
2990
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2991
- fd: number,
2992
- buffer: TBuffer,
2993
- offset: number,
2994
- length: number,
2995
- position: ReadPosition | null,
2996
- ): Promise<{
2997
- bytesRead: number;
2998
- buffer: TBuffer;
2999
- }>;
3000
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
3001
- fd: number,
3002
- options: ReadOptionsWithBuffer<TBuffer>,
3003
- ): Promise<{
3004
- bytesRead: number;
3005
- buffer: TBuffer;
3006
- }>;
3007
- function __promisify__(fd: number): Promise<{
3008
- bytesRead: number;
3009
- buffer: NonSharedBuffer;
3010
- }>;
3011
- }
3012
- /**
3013
- * Returns the number of `bytesRead`.
3014
- *
3015
- * For detailed information, see the documentation of the asynchronous version of
3016
- * this API: {@link read}.
3017
- * @since v0.1.21
3018
- * @param [position='null']
3019
- */
3020
- function readSync(
3021
- fd: number,
3022
- buffer: NodeJS.ArrayBufferView,
3023
- offset: number,
3024
- length: number,
3025
- position: ReadPosition | null,
3026
- ): number;
3027
- /**
3028
- * Similar to the above `fs.readSync` function, this version takes an optional `options` object.
3029
- * If no `options` object is specified, it will default with the above values.
3030
- */
3031
- function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadOptions): number;
3032
- /**
3033
- * Asynchronously reads the entire contents of a file.
3034
- *
3035
- * ```js
3036
- * import { readFile } from 'node:fs';
3037
- *
3038
- * readFile('/etc/passwd', (err, data) => {
3039
- * if (err) throw err;
3040
- * console.log(data);
3041
- * });
3042
- * ```
3043
- *
3044
- * The callback is passed two arguments `(err, data)`, where `data` is the
3045
- * contents of the file.
3046
- *
3047
- * If no encoding is specified, then the raw buffer is returned.
3048
- *
3049
- * If `options` is a string, then it specifies the encoding:
3050
- *
3051
- * ```js
3052
- * import { readFile } from 'node:fs';
3053
- *
3054
- * readFile('/etc/passwd', 'utf8', callback);
3055
- * ```
3056
- *
3057
- * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an
3058
- * error will be returned. On FreeBSD, a representation of the directory's contents
3059
- * will be returned.
3060
- *
3061
- * ```js
3062
- * import { readFile } from 'node:fs';
3063
- *
3064
- * // macOS, Linux, and Windows
3065
- * readFile('<directory>', (err, data) => {
3066
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
3067
- * });
3068
- *
3069
- * // FreeBSD
3070
- * readFile('<directory>', (err, data) => {
3071
- * // => null, <data>
3072
- * });
3073
- * ```
3074
- *
3075
- * It is possible to abort an ongoing request using an `AbortSignal`. If a
3076
- * request is aborted the callback is called with an `AbortError`:
3077
- *
3078
- * ```js
3079
- * import { readFile } from 'node:fs';
3080
- *
3081
- * const controller = new AbortController();
3082
- * const signal = controller.signal;
3083
- * readFile(fileInfo[0].name, { signal }, (err, buf) => {
3084
- * // ...
3085
- * });
3086
- * // When you want to abort the request
3087
- * controller.abort();
3088
- * ```
3089
- *
3090
- * The `fs.readFile()` function buffers the entire file. To minimize memory costs,
3091
- * when possible prefer streaming via `fs.createReadStream()`.
3092
- *
3093
- * Aborting an ongoing request does not abort individual operating
3094
- * system requests but rather the internal buffering `fs.readFile` performs.
3095
- * @since v0.1.29
3096
- * @param path filename or file descriptor
3097
- */
3098
- function readFile(
3099
- path: PathOrFileDescriptor,
3100
- options:
3101
- | ({
3102
- encoding?: null | undefined;
3103
- flag?: string | undefined;
3104
- } & Abortable)
3105
- | undefined
3106
- | null,
3107
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
3108
- ): void;
3109
- /**
3110
- * Asynchronously reads the entire contents of a file.
3111
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3112
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3113
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3114
- * If a flag is not provided, it defaults to `'r'`.
3115
- */
3116
- function readFile(
3117
- path: PathOrFileDescriptor,
3118
- options:
3119
- | ({
3120
- encoding: BufferEncoding;
3121
- flag?: string | undefined;
3122
- } & Abortable)
3123
- | BufferEncoding,
3124
- callback: (err: NodeJS.ErrnoException | null, data: string) => void,
3125
- ): void;
3126
- /**
3127
- * Asynchronously reads the entire contents of a file.
3128
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3129
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3130
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3131
- * If a flag is not provided, it defaults to `'r'`.
3132
- */
3133
- function readFile(
3134
- path: PathOrFileDescriptor,
3135
- options:
3136
- | (ObjectEncodingOptions & {
3137
- flag?: string | undefined;
3138
- } & Abortable)
3139
- | BufferEncoding
3140
- | undefined
3141
- | null,
3142
- callback: (err: NodeJS.ErrnoException | null, data: string | NonSharedBuffer) => void,
3143
- ): void;
3144
- /**
3145
- * Asynchronously reads the entire contents of a file.
3146
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3147
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3148
- */
3149
- function readFile(
3150
- path: PathOrFileDescriptor,
3151
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
3152
- ): void;
3153
- namespace readFile {
3154
- /**
3155
- * Asynchronously reads the entire contents of a file.
3156
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3157
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3158
- * @param options An object that may contain an optional flag.
3159
- * If a flag is not provided, it defaults to `'r'`.
3160
- */
3161
- function __promisify__(
3162
- path: PathOrFileDescriptor,
3163
- options?: {
3164
- encoding?: null | undefined;
3165
- flag?: string | undefined;
3166
- } | null,
3167
- ): Promise<NonSharedBuffer>;
3168
- /**
3169
- * Asynchronously reads the entire contents of a file.
3170
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3171
- * URL support is _experimental_.
3172
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3173
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3174
- * If a flag is not provided, it defaults to `'r'`.
3175
- */
3176
- function __promisify__(
3177
- path: PathOrFileDescriptor,
3178
- options:
3179
- | {
3180
- encoding: BufferEncoding;
3181
- flag?: string | undefined;
3182
- }
3183
- | BufferEncoding,
3184
- ): Promise<string>;
3185
- /**
3186
- * Asynchronously reads the entire contents of a file.
3187
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3188
- * URL support is _experimental_.
3189
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3190
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3191
- * If a flag is not provided, it defaults to `'r'`.
3192
- */
3193
- function __promisify__(
3194
- path: PathOrFileDescriptor,
3195
- options?:
3196
- | (ObjectEncodingOptions & {
3197
- flag?: string | undefined;
3198
- })
3199
- | BufferEncoding
3200
- | null,
3201
- ): Promise<string | NonSharedBuffer>;
3202
- }
3203
- /**
3204
- * Returns the contents of the `path`.
3205
- *
3206
- * For detailed information, see the documentation of the asynchronous version of
3207
- * this API: {@link readFile}.
3208
- *
3209
- * If the `encoding` option is specified then this function returns a
3210
- * string. Otherwise it returns a buffer.
3211
- *
3212
- * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific.
3213
- *
3214
- * ```js
3215
- * import { readFileSync } from 'node:fs';
3216
- *
3217
- * // macOS, Linux, and Windows
3218
- * readFileSync('<directory>');
3219
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
3220
- *
3221
- * // FreeBSD
3222
- * readFileSync('<directory>'); // => <data>
3223
- * ```
3224
- * @since v0.1.8
3225
- * @param path filename or file descriptor
3226
- */
3227
- function readFileSync(
3228
- path: PathOrFileDescriptor,
3229
- options?: {
3230
- encoding?: null | undefined;
3231
- flag?: string | undefined;
3232
- } | null,
3233
- ): NonSharedBuffer;
3234
- /**
3235
- * Synchronously reads the entire contents of a file.
3236
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3237
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3238
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3239
- * If a flag is not provided, it defaults to `'r'`.
3240
- */
3241
- function readFileSync(
3242
- path: PathOrFileDescriptor,
3243
- options:
3244
- | {
3245
- encoding: BufferEncoding;
3246
- flag?: string | undefined;
3247
- }
3248
- | BufferEncoding,
3249
- ): string;
3250
- /**
3251
- * Synchronously reads the entire contents of a file.
3252
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3253
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3254
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3255
- * If a flag is not provided, it defaults to `'r'`.
3256
- */
3257
- function readFileSync(
3258
- path: PathOrFileDescriptor,
3259
- options?:
3260
- | (ObjectEncodingOptions & {
3261
- flag?: string | undefined;
3262
- })
3263
- | BufferEncoding
3264
- | null,
3265
- ): string | NonSharedBuffer;
3266
- type WriteFileOptions =
3267
- | (
3268
- & ObjectEncodingOptions
3269
- & Abortable
3270
- & {
3271
- mode?: Mode | undefined;
3272
- flag?: string | undefined;
3273
- flush?: boolean | undefined;
3274
- }
3275
- )
3276
- | BufferEncoding
3277
- | null;
3278
- /**
3279
- * When `file` is a filename, asynchronously writes data to the file, replacing the
3280
- * file if it already exists. `data` can be a string or a buffer.
3281
- *
3282
- * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using
3283
- * a file descriptor.
3284
- *
3285
- * The `encoding` option is ignored if `data` is a buffer.
3286
- *
3287
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3288
- *
3289
- * ```js
3290
- * import { writeFile } from 'node:fs';
3291
- * import { Buffer } from 'node:buffer';
3292
- *
3293
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3294
- * writeFile('message.txt', data, (err) => {
3295
- * if (err) throw err;
3296
- * console.log('The file has been saved!');
3297
- * });
3298
- * ```
3299
- *
3300
- * If `options` is a string, then it specifies the encoding:
3301
- *
3302
- * ```js
3303
- * import { writeFile } from 'node:fs';
3304
- *
3305
- * writeFile('message.txt', 'Hello Node.js', 'utf8', callback);
3306
- * ```
3307
- *
3308
- * It is unsafe to use `fs.writeFile()` multiple times on the same file without
3309
- * waiting for the callback. For this scenario, {@link createWriteStream} is
3310
- * recommended.
3311
- *
3312
- * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that
3313
- * performs multiple `write` calls internally to write the buffer passed to it.
3314
- * For performance sensitive code consider using {@link createWriteStream}.
3315
- *
3316
- * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`.
3317
- * Cancelation is "best effort", and some amount of data is likely still
3318
- * to be written.
3319
- *
3320
- * ```js
3321
- * import { writeFile } from 'node:fs';
3322
- * import { Buffer } from 'node:buffer';
3323
- *
3324
- * const controller = new AbortController();
3325
- * const { signal } = controller;
3326
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3327
- * writeFile('message.txt', data, { signal }, (err) => {
3328
- * // When a request is aborted - the callback is called with an AbortError
3329
- * });
3330
- * // When the request should be aborted
3331
- * controller.abort();
3332
- * ```
3333
- *
3334
- * Aborting an ongoing request does not abort individual operating
3335
- * system requests but rather the internal buffering `fs.writeFile` performs.
3336
- * @since v0.1.29
3337
- * @param file filename or file descriptor
3338
- */
3339
- function writeFile(
3340
- file: PathOrFileDescriptor,
3341
- data: string | NodeJS.ArrayBufferView,
3342
- options: WriteFileOptions,
3343
- callback: NoParamCallback,
3344
- ): void;
3345
- /**
3346
- * Asynchronously writes data to a file, replacing the file if it already exists.
3347
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3348
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3349
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3350
- */
3351
- function writeFile(
3352
- path: PathOrFileDescriptor,
3353
- data: string | NodeJS.ArrayBufferView,
3354
- callback: NoParamCallback,
3355
- ): void;
3356
- namespace writeFile {
3357
- /**
3358
- * Asynchronously writes data to a file, replacing the file if it already exists.
3359
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3360
- * URL support is _experimental_.
3361
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3362
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3363
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3364
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3365
- * If `mode` is not supplied, the default of `0o666` is used.
3366
- * If `mode` is a string, it is parsed as an octal integer.
3367
- * If `flag` is not supplied, the default of `'w'` is used.
3368
- */
3369
- function __promisify__(
3370
- path: PathOrFileDescriptor,
3371
- data: string | NodeJS.ArrayBufferView,
3372
- options?: WriteFileOptions,
3373
- ): Promise<void>;
3374
- }
3375
- /**
3376
- * Returns `undefined`.
3377
- *
3378
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3379
- *
3380
- * For detailed information, see the documentation of the asynchronous version of
3381
- * this API: {@link writeFile}.
3382
- * @since v0.1.29
3383
- * @param file filename or file descriptor
3384
- */
3385
- function writeFileSync(
3386
- file: PathOrFileDescriptor,
3387
- data: string | NodeJS.ArrayBufferView,
3388
- options?: WriteFileOptions,
3389
- ): void;
3390
- /**
3391
- * Asynchronously append data to a file, creating the file if it does not yet
3392
- * exist. `data` can be a string or a `Buffer`.
3393
- *
3394
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3395
- *
3396
- * ```js
3397
- * import { appendFile } from 'node:fs';
3398
- *
3399
- * appendFile('message.txt', 'data to append', (err) => {
3400
- * if (err) throw err;
3401
- * console.log('The "data to append" was appended to file!');
3402
- * });
3403
- * ```
3404
- *
3405
- * If `options` is a string, then it specifies the encoding:
3406
- *
3407
- * ```js
3408
- * import { appendFile } from 'node:fs';
3409
- *
3410
- * appendFile('message.txt', 'data to append', 'utf8', callback);
3411
- * ```
3412
- *
3413
- * The `path` may be specified as a numeric file descriptor that has been opened
3414
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3415
- * not be closed automatically.
3416
- *
3417
- * ```js
3418
- * import { open, close, appendFile } from 'node:fs';
3419
- *
3420
- * function closeFd(fd) {
3421
- * close(fd, (err) => {
3422
- * if (err) throw err;
3423
- * });
3424
- * }
3425
- *
3426
- * open('message.txt', 'a', (err, fd) => {
3427
- * if (err) throw err;
3428
- *
3429
- * try {
3430
- * appendFile(fd, 'data to append', 'utf8', (err) => {
3431
- * closeFd(fd);
3432
- * if (err) throw err;
3433
- * });
3434
- * } catch (err) {
3435
- * closeFd(fd);
3436
- * throw err;
3437
- * }
3438
- * });
3439
- * ```
3440
- * @since v0.6.7
3441
- * @param path filename or file descriptor
3442
- */
3443
- function appendFile(
3444
- path: PathOrFileDescriptor,
3445
- data: string | Uint8Array,
3446
- options: WriteFileOptions,
3447
- callback: NoParamCallback,
3448
- ): void;
3449
- /**
3450
- * Asynchronously append data to a file, creating the file if it does not exist.
3451
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3452
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3453
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3454
- */
3455
- function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void;
3456
- namespace appendFile {
3457
- /**
3458
- * Asynchronously append data to a file, creating the file if it does not exist.
3459
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3460
- * URL support is _experimental_.
3461
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3462
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3463
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3464
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3465
- * If `mode` is not supplied, the default of `0o666` is used.
3466
- * If `mode` is a string, it is parsed as an octal integer.
3467
- * If `flag` is not supplied, the default of `'a'` is used.
3468
- */
3469
- function __promisify__(
3470
- file: PathOrFileDescriptor,
3471
- data: string | Uint8Array,
3472
- options?: WriteFileOptions,
3473
- ): Promise<void>;
3474
- }
3475
- /**
3476
- * Synchronously append data to a file, creating the file if it does not yet
3477
- * exist. `data` can be a string or a `Buffer`.
3478
- *
3479
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3480
- *
3481
- * ```js
3482
- * import { appendFileSync } from 'node:fs';
3483
- *
3484
- * try {
3485
- * appendFileSync('message.txt', 'data to append');
3486
- * console.log('The "data to append" was appended to file!');
3487
- * } catch (err) {
3488
- * // Handle the error
3489
- * }
3490
- * ```
3491
- *
3492
- * If `options` is a string, then it specifies the encoding:
3493
- *
3494
- * ```js
3495
- * import { appendFileSync } from 'node:fs';
3496
- *
3497
- * appendFileSync('message.txt', 'data to append', 'utf8');
3498
- * ```
3499
- *
3500
- * The `path` may be specified as a numeric file descriptor that has been opened
3501
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3502
- * not be closed automatically.
3503
- *
3504
- * ```js
3505
- * import { openSync, closeSync, appendFileSync } from 'node:fs';
3506
- *
3507
- * let fd;
3508
- *
3509
- * try {
3510
- * fd = openSync('message.txt', 'a');
3511
- * appendFileSync(fd, 'data to append', 'utf8');
3512
- * } catch (err) {
3513
- * // Handle the error
3514
- * } finally {
3515
- * if (fd !== undefined)
3516
- * closeSync(fd);
3517
- * }
3518
- * ```
3519
- * @since v0.6.7
3520
- * @param path filename or file descriptor
3521
- */
3522
- function appendFileSync(
3523
- path: PathOrFileDescriptor,
3524
- data: string | Uint8Array,
3525
- options?: WriteFileOptions,
3526
- ): void;
3527
- /**
3528
- * Watch for changes on `filename`. The callback `listener` will be called each
3529
- * time the file is accessed.
3530
- *
3531
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3532
- * whether the process should continue to run as long as files are being watched.
3533
- * The `options` object may specify an `interval` property indicating how often the
3534
- * target should be polled in milliseconds.
3535
- *
3536
- * The `listener` gets two arguments the current stat object and the previous
3537
- * stat object:
3538
- *
3539
- * ```js
3540
- * import { watchFile } from 'node:fs';
3541
- *
3542
- * watchFile('message.text', (curr, prev) => {
3543
- * console.log(`the current mtime is: ${curr.mtime}`);
3544
- * console.log(`the previous mtime was: ${prev.mtime}`);
3545
- * });
3546
- * ```
3547
- *
3548
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3549
- * the numeric values in these objects are specified as `BigInt`s.
3550
- *
3551
- * To be notified when the file was modified, not just accessed, it is necessary
3552
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3553
- *
3554
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3555
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3556
- * Unix Epoch). If the file is created later on, the listener will be called
3557
- * again, with the latest stat objects. This is a change in functionality since
3558
- * v0.10.
3559
- *
3560
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3561
- *
3562
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3563
- * then the contents of `previous` in the second callback event (the file's
3564
- * reappearance) will be the same as the contents of `previous` in the first
3565
- * callback event (its disappearance).
3566
- *
3567
- * This happens when:
3568
- *
3569
- * * the file is deleted, followed by a restore
3570
- * * the file is renamed and then renamed a second time back to its original name
3571
- * @since v0.1.31
3572
- */
3573
- interface WatchFileOptions {
3574
- bigint?: boolean | undefined;
3575
- persistent?: boolean | undefined;
3576
- interval?: number | undefined;
3577
- }
3578
- /**
3579
- * Watch for changes on `filename`. The callback `listener` will be called each
3580
- * time the file is accessed.
3581
- *
3582
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3583
- * whether the process should continue to run as long as files are being watched.
3584
- * The `options` object may specify an `interval` property indicating how often the
3585
- * target should be polled in milliseconds.
3586
- *
3587
- * The `listener` gets two arguments the current stat object and the previous
3588
- * stat object:
3589
- *
3590
- * ```js
3591
- * import { watchFile } from 'node:fs';
3592
- *
3593
- * watchFile('message.text', (curr, prev) => {
3594
- * console.log(`the current mtime is: ${curr.mtime}`);
3595
- * console.log(`the previous mtime was: ${prev.mtime}`);
3596
- * });
3597
- * ```
3598
- *
3599
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3600
- * the numeric values in these objects are specified as `BigInt`s.
3601
- *
3602
- * To be notified when the file was modified, not just accessed, it is necessary
3603
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3604
- *
3605
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3606
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3607
- * Unix Epoch). If the file is created later on, the listener will be called
3608
- * again, with the latest stat objects. This is a change in functionality since
3609
- * v0.10.
3610
- *
3611
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3612
- *
3613
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3614
- * then the contents of `previous` in the second callback event (the file's
3615
- * reappearance) will be the same as the contents of `previous` in the first
3616
- * callback event (its disappearance).
3617
- *
3618
- * This happens when:
3619
- *
3620
- * * the file is deleted, followed by a restore
3621
- * * the file is renamed and then renamed a second time back to its original name
3622
- * @since v0.1.31
3623
- */
3624
- function watchFile(
3625
- filename: PathLike,
3626
- options:
3627
- | (WatchFileOptions & {
3628
- bigint?: false | undefined;
3629
- })
3630
- | undefined,
3631
- listener: StatsListener,
3632
- ): StatWatcher;
3633
- function watchFile(
3634
- filename: PathLike,
3635
- options:
3636
- | (WatchFileOptions & {
3637
- bigint: true;
3638
- })
3639
- | undefined,
3640
- listener: BigIntStatsListener,
3641
- ): StatWatcher;
3642
- /**
3643
- * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
3644
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3645
- */
3646
- function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
3647
- /**
3648
- * Stop watching for changes on `filename`. If `listener` is specified, only that
3649
- * particular listener is removed. Otherwise, _all_ listeners are removed,
3650
- * effectively stopping watching of `filename`.
3651
- *
3652
- * Calling `fs.unwatchFile()` with a filename that is not being watched is a
3653
- * no-op, not an error.
3654
- *
3655
- * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible.
3656
- * @since v0.1.31
3657
- * @param listener Optional, a listener previously attached using `fs.watchFile()`
3658
- */
3659
- function unwatchFile(filename: PathLike, listener?: StatsListener): void;
3660
- function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
3661
- type WatchIgnorePredicate = string | RegExp | ((filename: string) => boolean);
3662
- interface WatchOptions extends Abortable {
3663
- encoding?: BufferEncoding | "buffer" | undefined;
3664
- persistent?: boolean | undefined;
3665
- recursive?: boolean | undefined;
3666
- ignore?: WatchIgnorePredicate | readonly WatchIgnorePredicate[] | undefined;
3667
- }
3668
- interface WatchOptionsWithBufferEncoding extends WatchOptions {
3669
- encoding: "buffer";
3670
- }
3671
- interface WatchOptionsWithStringEncoding extends WatchOptions {
3672
- encoding?: BufferEncoding | undefined;
3673
- }
3674
- type WatchEventType = "rename" | "change";
3675
- type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3676
- type StatsListener = (curr: Stats, prev: Stats) => void;
3677
- type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
3678
- /**
3679
- * Watch for changes on `filename`, where `filename` is either a file or a
3680
- * directory.
3681
- *
3682
- * The second argument is optional. If `options` is provided as a string, it
3683
- * specifies the `encoding`. Otherwise `options` should be passed as an object.
3684
- *
3685
- * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file
3686
- * which triggered the event.
3687
- *
3688
- * On most platforms, `'rename'` is emitted whenever a filename appears or
3689
- * disappears in the directory.
3690
- *
3691
- * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`.
3692
- *
3693
- * If a `signal` is passed, aborting the corresponding AbortController will close
3694
- * the returned `fs.FSWatcher`.
3695
- * @since v0.5.10
3696
- * @param listener
3697
- */
3698
- function watch(
3699
- filename: PathLike,
3700
- options?: WatchOptionsWithStringEncoding | BufferEncoding | null,
3701
- listener?: WatchListener<string>,
3702
- ): FSWatcher;
3703
- function watch(
3704
- filename: PathLike,
3705
- options: WatchOptionsWithBufferEncoding | "buffer",
3706
- listener: WatchListener<NonSharedBuffer>,
3707
- ): FSWatcher;
3708
- function watch(
3709
- filename: PathLike,
3710
- options: WatchOptions | BufferEncoding | "buffer" | null,
3711
- listener: WatchListener<string | NonSharedBuffer>,
3712
- ): FSWatcher;
3713
- function watch(filename: PathLike, listener: WatchListener<string>): FSWatcher;
3714
- /**
3715
- * Test whether or not the given path exists by checking with the file system.
3716
- * Then call the `callback` argument with either true or false:
3717
- *
3718
- * ```js
3719
- * import { exists } from 'node:fs';
3720
- *
3721
- * exists('/etc/passwd', (e) => {
3722
- * console.log(e ? 'it exists' : 'no passwd!');
3723
- * });
3724
- * ```
3725
- *
3726
- * **The parameters for this callback are not consistent with other Node.js**
3727
- * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback
3728
- * has only one boolean parameter. This is one reason `fs.access()` is recommended
3729
- * instead of `fs.exists()`.
3730
- *
3731
- * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3732
- * so introduces a race condition, since other processes may change the file's
3733
- * state between the two calls. Instead, user code should open/read/write the
3734
- * file directly and handle the error raised if the file does not exist.
3735
- *
3736
- * **write (NOT RECOMMENDED)**
3737
- *
3738
- * ```js
3739
- * import { exists, open, close } from 'node:fs';
3740
- *
3741
- * exists('myfile', (e) => {
3742
- * if (e) {
3743
- * console.error('myfile already exists');
3744
- * } else {
3745
- * open('myfile', 'wx', (err, fd) => {
3746
- * if (err) throw err;
3747
- *
3748
- * try {
3749
- * writeMyData(fd);
3750
- * } finally {
3751
- * close(fd, (err) => {
3752
- * if (err) throw err;
3753
- * });
3754
- * }
3755
- * });
3756
- * }
3757
- * });
3758
- * ```
3759
- *
3760
- * **write (RECOMMENDED)**
3761
- *
3762
- * ```js
3763
- * import { open, close } from 'node:fs';
3764
- * open('myfile', 'wx', (err, fd) => {
3765
- * if (err) {
3766
- * if (err.code === 'EEXIST') {
3767
- * console.error('myfile already exists');
3768
- * return;
3769
- * }
3770
- *
3771
- * throw err;
3772
- * }
3773
- *
3774
- * try {
3775
- * writeMyData(fd);
3776
- * } finally {
3777
- * close(fd, (err) => {
3778
- * if (err) throw err;
3779
- * });
3780
- * }
3781
- * });
3782
- * ```
3783
- *
3784
- * **read (NOT RECOMMENDED)**
3785
- *
3786
- * ```js
3787
- * import { open, close, exists } from 'node:fs';
3788
- *
3789
- * exists('myfile', (e) => {
3790
- * if (e) {
3791
- * open('myfile', 'r', (err, fd) => {
3792
- * if (err) throw err;
3793
- *
3794
- * try {
3795
- * readMyData(fd);
3796
- * } finally {
3797
- * close(fd, (err) => {
3798
- * if (err) throw err;
3799
- * });
3800
- * }
3801
- * });
3802
- * } else {
3803
- * console.error('myfile does not exist');
3804
- * }
3805
- * });
3806
- * ```
3807
- *
3808
- * **read (RECOMMENDED)**
3809
- *
3810
- * ```js
3811
- * import { open, close } from 'node:fs';
3812
- *
3813
- * open('myfile', 'r', (err, fd) => {
3814
- * if (err) {
3815
- * if (err.code === 'ENOENT') {
3816
- * console.error('myfile does not exist');
3817
- * return;
3818
- * }
3819
- *
3820
- * throw err;
3821
- * }
3822
- *
3823
- * try {
3824
- * readMyData(fd);
3825
- * } finally {
3826
- * close(fd, (err) => {
3827
- * if (err) throw err;
3828
- * });
3829
- * }
3830
- * });
3831
- * ```
3832
- *
3833
- * The "not recommended" examples above check for existence and then use the
3834
- * file; the "recommended" examples are better because they use the file directly
3835
- * and handle the error, if any.
3836
- *
3837
- * In general, check for the existence of a file only if the file won't be
3838
- * used directly, for example when its existence is a signal from another
3839
- * process.
3840
- * @since v0.0.2
3841
- * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead.
3842
- */
3843
- function exists(path: PathLike, callback: (exists: boolean) => void): void;
3844
- /** @deprecated */
3845
- namespace exists {
3846
- /**
3847
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3848
- * URL support is _experimental_.
3849
- */
3850
- function __promisify__(path: PathLike): Promise<boolean>;
3851
- }
3852
- /**
3853
- * Returns `true` if the path exists, `false` otherwise.
3854
- *
3855
- * For detailed information, see the documentation of the asynchronous version of
3856
- * this API: {@link exists}.
3857
- *
3858
- * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other
3859
- * Node.js callbacks. `fs.existsSync()` does not use a callback.
3860
- *
3861
- * ```js
3862
- * import { existsSync } from 'node:fs';
3863
- *
3864
- * if (existsSync('/etc/passwd'))
3865
- * console.log('The path exists.');
3866
- * ```
3867
- * @since v0.1.21
3868
- */
3869
- function existsSync(path: PathLike): boolean;
3870
- namespace constants {
3871
- // File Access Constants
3872
- /** Constant for fs.access(). File is visible to the calling process. */
3873
- const F_OK: number;
3874
- /** Constant for fs.access(). File can be read by the calling process. */
3875
- const R_OK: number;
3876
- /** Constant for fs.access(). File can be written by the calling process. */
3877
- const W_OK: number;
3878
- /** Constant for fs.access(). File can be executed by the calling process. */
3879
- const X_OK: number;
3880
- // File Copy Constants
3881
- /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */
3882
- const COPYFILE_EXCL: number;
3883
- /**
3884
- * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink.
3885
- * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.
3886
- */
3887
- const COPYFILE_FICLONE: number;
3888
- /**
3889
- * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink.
3890
- * If the underlying platform does not support copy-on-write, then the operation will fail with an error.
3891
- */
3892
- const COPYFILE_FICLONE_FORCE: number;
3893
- // File Open Constants
3894
- /** Constant for fs.open(). Flag indicating to open a file for read-only access. */
3895
- const O_RDONLY: number;
3896
- /** Constant for fs.open(). Flag indicating to open a file for write-only access. */
3897
- const O_WRONLY: number;
3898
- /** Constant for fs.open(). Flag indicating to open a file for read-write access. */
3899
- const O_RDWR: number;
3900
- /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */
3901
- const O_CREAT: number;
3902
- /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */
3903
- const O_EXCL: number;
3904
- /**
3905
- * Constant for fs.open(). Flag indicating that if path identifies a terminal device,
3906
- * opening the path shall not cause that terminal to become the controlling terminal for the process
3907
- * (if the process does not already have one).
3908
- */
3909
- const O_NOCTTY: number;
3910
- /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */
3911
- const O_TRUNC: number;
3912
- /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */
3913
- const O_APPEND: number;
3914
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */
3915
- const O_DIRECTORY: number;
3916
- /**
3917
- * constant for fs.open().
3918
- * Flag indicating reading accesses to the file system will no longer result in
3919
- * an update to the atime information associated with the file.
3920
- * This flag is available on Linux operating systems only.
3921
- */
3922
- const O_NOATIME: number;
3923
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */
3924
- const O_NOFOLLOW: number;
3925
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */
3926
- const O_SYNC: number;
3927
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */
3928
- const O_DSYNC: number;
3929
- /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */
3930
- const O_SYMLINK: number;
3931
- /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */
3932
- const O_DIRECT: number;
3933
- /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */
3934
- const O_NONBLOCK: number;
3935
- // File Type Constants
3936
- /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */
3937
- const S_IFMT: number;
3938
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */
3939
- const S_IFREG: number;
3940
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */
3941
- const S_IFDIR: number;
3942
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */
3943
- const S_IFCHR: number;
3944
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */
3945
- const S_IFBLK: number;
3946
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */
3947
- const S_IFIFO: number;
3948
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */
3949
- const S_IFLNK: number;
3950
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */
3951
- const S_IFSOCK: number;
3952
- // File Mode Constants
3953
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */
3954
- const S_IRWXU: number;
3955
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */
3956
- const S_IRUSR: number;
3957
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */
3958
- const S_IWUSR: number;
3959
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */
3960
- const S_IXUSR: number;
3961
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */
3962
- const S_IRWXG: number;
3963
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */
3964
- const S_IRGRP: number;
3965
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */
3966
- const S_IWGRP: number;
3967
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */
3968
- const S_IXGRP: number;
3969
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */
3970
- const S_IRWXO: number;
3971
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */
3972
- const S_IROTH: number;
3973
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */
3974
- const S_IWOTH: number;
3975
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */
3976
- const S_IXOTH: number;
3977
- /**
3978
- * When set, a memory file mapping is used to access the file. This flag
3979
- * is available on Windows operating systems only. On other operating systems,
3980
- * this flag is ignored.
3981
- */
3982
- const UV_FS_O_FILEMAP: number;
3983
- }
3984
- /**
3985
- * Tests a user's permissions for the file or directory specified by `path`.
3986
- * The `mode` argument is an optional integer that specifies the accessibility
3987
- * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
3988
- * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3989
- * possible values of `mode`.
3990
- *
3991
- * The final argument, `callback`, is a callback function that is invoked with
3992
- * a possible error argument. If any of the accessibility checks fail, the error
3993
- * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable.
3994
- *
3995
- * ```js
3996
- * import { access, constants } from 'node:fs';
3997
- *
3998
- * const file = 'package.json';
3999
- *
4000
- * // Check if the file exists in the current directory.
4001
- * access(file, constants.F_OK, (err) => {
4002
- * console.log(`${file} ${err ? 'does not exist' : 'exists'}`);
4003
- * });
4004
- *
4005
- * // Check if the file is readable.
4006
- * access(file, constants.R_OK, (err) => {
4007
- * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`);
4008
- * });
4009
- *
4010
- * // Check if the file is writable.
4011
- * access(file, constants.W_OK, (err) => {
4012
- * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`);
4013
- * });
4014
- *
4015
- * // Check if the file is readable and writable.
4016
- * access(file, constants.R_OK | constants.W_OK, (err) => {
4017
- * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`);
4018
- * });
4019
- * ```
4020
- *
4021
- * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
4022
- * so introduces a race condition, since other processes may change the file's
4023
- * state between the two calls. Instead, user code should open/read/write the
4024
- * file directly and handle the error raised if the file is not accessible.
4025
- *
4026
- * **write (NOT RECOMMENDED)**
4027
- *
4028
- * ```js
4029
- * import { access, open, close } from 'node:fs';
4030
- *
4031
- * access('myfile', (err) => {
4032
- * if (!err) {
4033
- * console.error('myfile already exists');
4034
- * return;
4035
- * }
4036
- *
4037
- * open('myfile', 'wx', (err, fd) => {
4038
- * if (err) throw err;
4039
- *
4040
- * try {
4041
- * writeMyData(fd);
4042
- * } finally {
4043
- * close(fd, (err) => {
4044
- * if (err) throw err;
4045
- * });
4046
- * }
4047
- * });
4048
- * });
4049
- * ```
4050
- *
4051
- * **write (RECOMMENDED)**
4052
- *
4053
- * ```js
4054
- * import { open, close } from 'node:fs';
4055
- *
4056
- * open('myfile', 'wx', (err, fd) => {
4057
- * if (err) {
4058
- * if (err.code === 'EEXIST') {
4059
- * console.error('myfile already exists');
4060
- * return;
4061
- * }
4062
- *
4063
- * throw err;
4064
- * }
4065
- *
4066
- * try {
4067
- * writeMyData(fd);
4068
- * } finally {
4069
- * close(fd, (err) => {
4070
- * if (err) throw err;
4071
- * });
4072
- * }
4073
- * });
4074
- * ```
4075
- *
4076
- * **read (NOT RECOMMENDED)**
4077
- *
4078
- * ```js
4079
- * import { access, open, close } from 'node:fs';
4080
- * access('myfile', (err) => {
4081
- * if (err) {
4082
- * if (err.code === 'ENOENT') {
4083
- * console.error('myfile does not exist');
4084
- * return;
4085
- * }
4086
- *
4087
- * throw err;
4088
- * }
4089
- *
4090
- * open('myfile', 'r', (err, fd) => {
4091
- * if (err) throw err;
4092
- *
4093
- * try {
4094
- * readMyData(fd);
4095
- * } finally {
4096
- * close(fd, (err) => {
4097
- * if (err) throw err;
4098
- * });
4099
- * }
4100
- * });
4101
- * });
4102
- * ```
4103
- *
4104
- * **read (RECOMMENDED)**
4105
- *
4106
- * ```js
4107
- * import { open, close } from 'node:fs';
4108
- *
4109
- * open('myfile', 'r', (err, fd) => {
4110
- * if (err) {
4111
- * if (err.code === 'ENOENT') {
4112
- * console.error('myfile does not exist');
4113
- * return;
4114
- * }
4115
- *
4116
- * throw err;
4117
- * }
4118
- *
4119
- * try {
4120
- * readMyData(fd);
4121
- * } finally {
4122
- * close(fd, (err) => {
4123
- * if (err) throw err;
4124
- * });
4125
- * }
4126
- * });
4127
- * ```
4128
- *
4129
- * The "not recommended" examples above check for accessibility and then use the
4130
- * file; the "recommended" examples are better because they use the file directly
4131
- * and handle the error, if any.
4132
- *
4133
- * In general, check for the accessibility of a file only if the file will not be
4134
- * used directly, for example when its accessibility is a signal from another
4135
- * process.
4136
- *
4137
- * On Windows, access-control policies (ACLs) on a directory may limit access to
4138
- * a file or directory. The `fs.access()` function, however, does not check the
4139
- * ACL and therefore may report that a path is accessible even if the ACL restricts
4140
- * the user from reading or writing to it.
4141
- * @since v0.11.15
4142
- * @param [mode=fs.constants.F_OK]
4143
- */
4144
- function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void;
4145
- /**
4146
- * Asynchronously tests a user's permissions for the file specified by path.
4147
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4148
- */
4149
- function access(path: PathLike, callback: NoParamCallback): void;
4150
- namespace access {
4151
- /**
4152
- * Asynchronously tests a user's permissions for the file specified by path.
4153
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4154
- * URL support is _experimental_.
4155
- */
4156
- function __promisify__(path: PathLike, mode?: number): Promise<void>;
4157
- }
4158
- /**
4159
- * Synchronously tests a user's permissions for the file or directory specified
4160
- * by `path`. The `mode` argument is an optional integer that specifies the
4161
- * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and
4162
- * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
4163
- * possible values of `mode`.
4164
- *
4165
- * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise,
4166
- * the method will return `undefined`.
4167
- *
4168
- * ```js
4169
- * import { accessSync, constants } from 'node:fs';
4170
- *
4171
- * try {
4172
- * accessSync('etc/passwd', constants.R_OK | constants.W_OK);
4173
- * console.log('can read/write');
4174
- * } catch (err) {
4175
- * console.error('no access!');
4176
- * }
4177
- * ```
4178
- * @since v0.11.15
4179
- * @param [mode=fs.constants.F_OK]
4180
- */
4181
- function accessSync(path: PathLike, mode?: number): void;
4182
- interface StreamOptions {
4183
- flags?: string | undefined;
4184
- encoding?: BufferEncoding | undefined;
4185
- fd?: number | FileHandle | undefined;
4186
- mode?: number | undefined;
4187
- autoClose?: boolean | undefined;
4188
- emitClose?: boolean | undefined;
4189
- start?: number | undefined;
4190
- signal?: AbortSignal | null | undefined;
4191
- highWaterMark?: number | undefined;
4192
- }
4193
- interface FSImplementation {
4194
- open?: (...args: any[]) => any;
4195
- close?: (...args: any[]) => any;
4196
- }
4197
- interface CreateReadStreamFSImplementation extends FSImplementation {
4198
- read: (...args: any[]) => any;
4199
- }
4200
- interface CreateWriteStreamFSImplementation extends FSImplementation {
4201
- write: (...args: any[]) => any;
4202
- writev?: (...args: any[]) => any;
4203
- }
4204
- interface ReadStreamOptions extends StreamOptions {
4205
- fs?: CreateReadStreamFSImplementation | null | undefined;
4206
- end?: number | undefined;
4207
- }
4208
- interface WriteStreamOptions extends StreamOptions {
4209
- fs?: CreateWriteStreamFSImplementation | null | undefined;
4210
- flush?: boolean | undefined;
4211
- }
4212
- /**
4213
- * `options` can include `start` and `end` values to read a range of bytes from
4214
- * the file instead of the entire file. Both `start` and `end` are inclusive and
4215
- * start counting at 0, allowed values are in the
4216
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is
4217
- * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the
4218
- * current file position. The `encoding` can be any one of those accepted by `Buffer`.
4219
- *
4220
- * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use
4221
- * the specified file descriptor. This means that no `'open'` event will be
4222
- * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`.
4223
- *
4224
- * If `fd` points to a character device that only supports blocking reads
4225
- * (such as keyboard or sound card), read operations do not finish until data is
4226
- * available. This can prevent the process from exiting and the stream from
4227
- * closing naturally.
4228
- *
4229
- * By default, the stream will emit a `'close'` event after it has been
4230
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4231
- *
4232
- * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option,
4233
- * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is
4234
- * also required.
4235
- *
4236
- * ```js
4237
- * import { createReadStream } from 'node:fs';
4238
- *
4239
- * // Create a stream from some character device.
4240
- * const stream = createReadStream('/dev/input/event0');
4241
- * setTimeout(() => {
4242
- * stream.close(); // This may not close the stream.
4243
- * // Artificially marking end-of-stream, as if the underlying resource had
4244
- * // indicated end-of-file by itself, allows the stream to close.
4245
- * // This does not cancel pending read operations, and if there is such an
4246
- * // operation, the process may still not be able to exit successfully
4247
- * // until it finishes.
4248
- * stream.push(null);
4249
- * stream.read(0);
4250
- * }, 100);
4251
- * ```
4252
- *
4253
- * If `autoClose` is false, then the file descriptor won't be closed, even if
4254
- * there's an error. It is the application's responsibility to close it and make
4255
- * sure there's no file descriptor leak. If `autoClose` is set to true (default
4256
- * behavior), on `'error'` or `'end'` the file descriptor will be closed
4257
- * automatically.
4258
- *
4259
- * `mode` sets the file mode (permission and sticky bits), but only if the
4260
- * file was created.
4261
- *
4262
- * An example to read the last 10 bytes of a file which is 100 bytes long:
4263
- *
4264
- * ```js
4265
- * import { createReadStream } from 'node:fs';
4266
- *
4267
- * createReadStream('sample.txt', { start: 90, end: 99 });
4268
- * ```
4269
- *
4270
- * If `options` is a string, then it specifies the encoding.
4271
- * @since v0.1.31
4272
- */
4273
- function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream;
4274
- /**
4275
- * `options` may also include a `start` option to allow writing data at some
4276
- * position past the beginning of the file, allowed values are in the
4277
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than
4278
- * replacing it may require the `flags` option to be set to `r+` rather than the
4279
- * default `w`. The `encoding` can be any one of those accepted by `Buffer`.
4280
- *
4281
- * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
4282
- * then the file descriptor won't be closed, even if there's an error.
4283
- * It is the application's responsibility to close it and make sure there's no
4284
- * file descriptor leak.
4285
- *
4286
- * By default, the stream will emit a `'close'` event after it has been
4287
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4288
- *
4289
- * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce
4290
- * performance as some optimizations (`_writev()`)
4291
- * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override
4292
- * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required.
4293
- *
4294
- * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be
4295
- * emitted. `fd` should be blocking; non-blocking `fd`s
4296
- * should be passed to `net.Socket`.
4297
- *
4298
- * If `options` is a string, then it specifies the encoding.
4299
- * @since v0.1.31
4300
- */
4301
- function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream;
4302
- /**
4303
- * Forces all currently queued I/O operations associated with the file to the
4304
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other
4305
- * than a possible
4306
- * exception are given to the completion callback.
4307
- * @since v0.1.96
4308
- */
4309
- function fdatasync(fd: number, callback: NoParamCallback): void;
4310
- namespace fdatasync {
4311
- /**
4312
- * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
4313
- * @param fd A file descriptor.
4314
- */
4315
- function __promisify__(fd: number): Promise<void>;
4316
- }
4317
- /**
4318
- * Forces all currently queued I/O operations associated with the file to the
4319
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`.
4320
- * @since v0.1.96
4321
- */
4322
- function fdatasyncSync(fd: number): void;
4323
- /**
4324
- * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4325
- * already exists. No arguments other than a possible exception are given to the
4326
- * callback function. Node.js makes no guarantees about the atomicity of the copy
4327
- * operation. If an error occurs after the destination file has been opened for
4328
- * writing, Node.js will attempt to remove the destination.
4329
- *
4330
- * `mode` is an optional integer that specifies the behavior
4331
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4332
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4333
- *
4334
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4335
- * exists.
4336
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4337
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4338
- * fallback copy mechanism is used.
4339
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4340
- * create a copy-on-write reflink. If the platform does not support
4341
- * copy-on-write, then the operation will fail.
4342
- *
4343
- * ```js
4344
- * import { copyFile, constants } from 'node:fs';
4345
- *
4346
- * function callback(err) {
4347
- * if (err) throw err;
4348
- * console.log('source.txt was copied to destination.txt');
4349
- * }
4350
- *
4351
- * // destination.txt will be created or overwritten by default.
4352
- * copyFile('source.txt', 'destination.txt', callback);
4353
- *
4354
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4355
- * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
4356
- * ```
4357
- * @since v8.5.0
4358
- * @param src source filename to copy
4359
- * @param dest destination filename of the copy operation
4360
- * @param [mode=0] modifiers for copy operation.
4361
- */
4362
- function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void;
4363
- function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void;
4364
- namespace copyFile {
4365
- function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>;
4366
- }
4367
- /**
4368
- * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4369
- * already exists. Returns `undefined`. Node.js makes no guarantees about the
4370
- * atomicity of the copy operation. If an error occurs after the destination file
4371
- * has been opened for writing, Node.js will attempt to remove the destination.
4372
- *
4373
- * `mode` is an optional integer that specifies the behavior
4374
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4375
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4376
- *
4377
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4378
- * exists.
4379
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4380
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4381
- * fallback copy mechanism is used.
4382
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4383
- * create a copy-on-write reflink. If the platform does not support
4384
- * copy-on-write, then the operation will fail.
4385
- *
4386
- * ```js
4387
- * import { copyFileSync, constants } from 'node:fs';
4388
- *
4389
- * // destination.txt will be created or overwritten by default.
4390
- * copyFileSync('source.txt', 'destination.txt');
4391
- * console.log('source.txt was copied to destination.txt');
4392
- *
4393
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4394
- * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
4395
- * ```
4396
- * @since v8.5.0
4397
- * @param src source filename to copy
4398
- * @param dest destination filename of the copy operation
4399
- * @param [mode=0] modifiers for copy operation.
4400
- */
4401
- function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void;
4402
- /**
4403
- * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`.
4404
- *
4405
- * `position` is the offset from the beginning of the file where this data
4406
- * should be written. If `typeof position !== 'number'`, the data will be written
4407
- * at the current position.
4408
- *
4409
- * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4410
- *
4411
- * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties.
4412
- *
4413
- * It is unsafe to use `fs.writev()` multiple times on the same file without
4414
- * waiting for the callback. For this scenario, use {@link createWriteStream}.
4415
- *
4416
- * On Linux, positional writes don't work when the file is opened in append mode.
4417
- * The kernel ignores the position argument and always appends the data to
4418
- * the end of the file.
4419
- * @since v12.9.0
4420
- * @param [position='null']
4421
- */
4422
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4423
- fd: number,
4424
- buffers: TBuffers,
4425
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4426
- ): void;
4427
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4428
- fd: number,
4429
- buffers: TBuffers,
4430
- position: number | null,
4431
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4432
- ): void;
4433
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4434
- // TODO: remove default in future major version
4435
- interface WriteVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4436
- bytesWritten: number;
4437
- buffers: T;
4438
- }
4439
- namespace writev {
4440
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4441
- fd: number,
4442
- buffers: TBuffers,
4443
- position?: number,
4444
- ): Promise<WriteVResult<TBuffers>>;
4445
- }
4446
- /**
4447
- * For detailed information, see the documentation of the asynchronous version of
4448
- * this API: {@link writev}.
4449
- * @since v12.9.0
4450
- * @param [position='null']
4451
- * @return The number of bytes written.
4452
- */
4453
- function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4454
- /**
4455
- * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s
4456
- * using `readv()`.
4457
- *
4458
- * `position` is the offset from the beginning of the file from where data
4459
- * should be read. If `typeof position !== 'number'`, the data will be read
4460
- * from the current position.
4461
- *
4462
- * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file.
4463
- *
4464
- * If this method is invoked as its `util.promisify()` ed version, it returns
4465
- * a promise for an `Object` with `bytesRead` and `buffers` properties.
4466
- * @since v13.13.0, v12.17.0
4467
- * @param [position='null']
4468
- */
4469
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4470
- fd: number,
4471
- buffers: TBuffers,
4472
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4473
- ): void;
4474
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4475
- fd: number,
4476
- buffers: TBuffers,
4477
- position: number | null,
4478
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4479
- ): void;
4480
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4481
- // TODO: remove default in future major version
4482
- interface ReadVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4483
- bytesRead: number;
4484
- buffers: T;
4485
- }
4486
- namespace readv {
4487
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4488
- fd: number,
4489
- buffers: TBuffers,
4490
- position?: number,
4491
- ): Promise<ReadVResult<TBuffers>>;
4492
- }
4493
- /**
4494
- * For detailed information, see the documentation of the asynchronous version of
4495
- * this API: {@link readv}.
4496
- * @since v13.13.0, v12.17.0
4497
- * @param [position='null']
4498
- * @return The number of bytes read.
4499
- */
4500
- function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4501
-
4502
- interface OpenAsBlobOptions {
4503
- /**
4504
- * An optional mime type for the blob.
4505
- *
4506
- * @default 'undefined'
4507
- */
4508
- type?: string | undefined;
4509
- }
4510
-
4511
- /**
4512
- * Returns a `Blob` whose data is backed by the given file.
4513
- *
4514
- * The file must not be modified after the `Blob` is created. Any modifications
4515
- * will cause reading the `Blob` data to fail with a `DOMException` error.
4516
- * Synchronous stat operations on the file when the `Blob` is created, and before
4517
- * each read in order to detect whether the file data has been modified on disk.
4518
- *
4519
- * ```js
4520
- * import { openAsBlob } from 'node:fs';
4521
- *
4522
- * const blob = await openAsBlob('the.file.txt');
4523
- * const ab = await blob.arrayBuffer();
4524
- * blob.stream();
4525
- * ```
4526
- * @since v19.8.0
4527
- */
4528
- function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise<Blob>;
4529
-
4530
- interface OpenDirOptions {
4531
- /**
4532
- * @default 'utf8'
4533
- */
4534
- encoding?: BufferEncoding | undefined;
4535
- /**
4536
- * Number of directory entries that are buffered
4537
- * internally when reading from the directory. Higher values lead to better
4538
- * performance but higher memory usage.
4539
- * @default 32
4540
- */
4541
- bufferSize?: number | undefined;
4542
- /**
4543
- * @default false
4544
- */
4545
- recursive?: boolean | undefined;
4546
- }
4547
- /**
4548
- * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html).
4549
- *
4550
- * Creates an `fs.Dir`, which contains all further functions for reading from
4551
- * and cleaning up the directory.
4552
- *
4553
- * The `encoding` option sets the encoding for the `path` while opening the
4554
- * directory and subsequent read operations.
4555
- * @since v12.12.0
4556
- */
4557
- function opendirSync(path: PathLike, options?: OpenDirOptions): Dir;
4558
- /**
4559
- * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for
4560
- * more details.
4561
- *
4562
- * Creates an `fs.Dir`, which contains all further functions for reading from
4563
- * and cleaning up the directory.
4564
- *
4565
- * The `encoding` option sets the encoding for the `path` while opening the
4566
- * directory and subsequent read operations.
4567
- * @since v12.12.0
4568
- */
4569
- function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
4570
- function opendir(
4571
- path: PathLike,
4572
- options: OpenDirOptions,
4573
- cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void,
4574
- ): void;
4575
- namespace opendir {
4576
- function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
4577
- }
4578
- interface BigIntStats extends StatsBase<bigint> {
4579
- atimeNs: bigint;
4580
- mtimeNs: bigint;
4581
- ctimeNs: bigint;
4582
- birthtimeNs: bigint;
4583
- }
4584
- interface BigIntOptions {
4585
- bigint: true;
4586
- }
4587
- interface StatOptions {
4588
- // TODO: add signal option once we sort its behavior out upstream
4589
- bigint?: boolean | undefined;
4590
- throwIfNoEntry?: boolean | undefined;
4591
- }
4592
- /** @deprecated This orphaned interface will be removed in a future version. Use `StatOptions` instead. */
4593
- interface StatSyncOptions extends StatOptions {}
4594
- interface CopyOptionsBase {
4595
- /**
4596
- * Dereference symlinks
4597
- * @default false
4598
- */
4599
- dereference?: boolean | undefined;
4600
- /**
4601
- * When `force` is `false`, and the destination
4602
- * exists, throw an error.
4603
- * @default false
4604
- */
4605
- errorOnExist?: boolean | undefined;
4606
- /**
4607
- * Overwrite existing file or directory. _The copy
4608
- * operation will ignore errors if you set this to false and the destination
4609
- * exists. Use the `errorOnExist` option to change this behavior.
4610
- * @default true
4611
- */
4612
- force?: boolean | undefined;
4613
- /**
4614
- * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()}
4615
- */
4616
- mode?: number | undefined;
4617
- /**
4618
- * When `true` timestamps from `src` will
4619
- * be preserved.
4620
- * @default false
4621
- */
4622
- preserveTimestamps?: boolean | undefined;
4623
- /**
4624
- * Copy directories recursively.
4625
- * @default false
4626
- */
4627
- recursive?: boolean | undefined;
4628
- /**
4629
- * When true, path resolution for symlinks will be skipped
4630
- * @default false
4631
- */
4632
- verbatimSymlinks?: boolean | undefined;
4633
- }
4634
- interface CopyOptions extends CopyOptionsBase {
4635
- /**
4636
- * Function to filter copied files/directories. Return
4637
- * `true` to copy the item, `false` to ignore it.
4638
- */
4639
- filter?: ((source: string, destination: string) => boolean | Promise<boolean>) | undefined;
4640
- }
4641
- interface CopySyncOptions extends CopyOptionsBase {
4642
- /**
4643
- * Function to filter copied files/directories. Return
4644
- * `true` to copy the item, `false` to ignore it.
4645
- */
4646
- filter?: ((source: string, destination: string) => boolean) | undefined;
4647
- }
4648
- /**
4649
- * Asynchronously copies the entire directory structure from `src` to `dest`,
4650
- * including subdirectories and files.
4651
- *
4652
- * When copying a directory to another directory, globs are not supported and
4653
- * behavior is similar to `cp dir1/ dir2/`.
4654
- * @since v16.7.0
4655
- * @experimental
4656
- * @param src source path to copy.
4657
- * @param dest destination path to copy to.
4658
- */
4659
- function cp(
4660
- source: string | URL,
4661
- destination: string | URL,
4662
- callback: (err: NodeJS.ErrnoException | null) => void,
4663
- ): void;
4664
- function cp(
4665
- source: string | URL,
4666
- destination: string | URL,
4667
- opts: CopyOptions,
4668
- callback: (err: NodeJS.ErrnoException | null) => void,
4669
- ): void;
4670
- /**
4671
- * Synchronously copies the entire directory structure from `src` to `dest`,
4672
- * including subdirectories and files.
4673
- *
4674
- * When copying a directory to another directory, globs are not supported and
4675
- * behavior is similar to `cp dir1/ dir2/`.
4676
- * @since v16.7.0
4677
- * @experimental
4678
- * @param src source path to copy.
4679
- * @param dest destination path to copy to.
4680
- */
4681
- function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void;
4682
- interface GlobOptions<T extends Dirent | string = Dirent | string> {
4683
- /**
4684
- * Current working directory.
4685
- * @default process.cwd()
4686
- */
4687
- cwd?: string | URL | undefined;
4688
- /**
4689
- * Function to filter out files/directories or a
4690
- * list of glob patterns to be excluded. If a function is provided, return
4691
- * `true` to exclude the item, `false` to include it.
4692
- * If a string array is provided, each string should be a glob pattern that
4693
- * specifies paths to exclude. Note: Negation patterns (e.g., '!foo.js') are
4694
- * not supported.
4695
- * @default undefined
4696
- */
4697
- exclude?: ((fileName: T) => boolean) | readonly string[] | undefined;
4698
- /**
4699
- * When `true`, symbolic links to directories are
4700
- * followed while expanding `**` patterns.
4701
- * @default false
4702
- */
4703
- followSymlinks?: boolean | undefined;
4704
- /**
4705
- * `true` if the glob should return paths as `Dirent`s, `false` otherwise.
4706
- * @default false
4707
- * @since v22.2.0
4708
- */
4709
- withFileTypes?: boolean | undefined;
4710
- }
4711
- interface GlobOptionsWithFileTypes extends GlobOptions<Dirent> {
4712
- withFileTypes: true;
4713
- }
4714
- interface GlobOptionsWithoutFileTypes extends GlobOptions<string> {
4715
- withFileTypes?: false | undefined;
4716
- }
4717
-
4718
- /**
4719
- * Retrieves the files matching the specified pattern.
4720
- *
4721
- * When `followSymlinks` is enabled, detected symbolic link cycles are not
4722
- * traversed recursively.
4723
- *
4724
- * ```js
4725
- * import { glob } from 'node:fs';
4726
- *
4727
- * glob('*.js', (err, matches) => {
4728
- * if (err) throw err;
4729
- * console.log(matches);
4730
- * });
4731
- * ```
4732
- * @since v22.0.0
4733
- */
4734
- function glob(
4735
- pattern: string | readonly string[],
4736
- callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void,
4737
- ): void;
4738
- function glob(
4739
- pattern: string | readonly string[],
4740
- options: GlobOptionsWithFileTypes,
4741
- callback: (
4742
- err: NodeJS.ErrnoException | null,
4743
- matches: Dirent[],
4744
- ) => void,
4745
- ): void;
4746
- function glob(
4747
- pattern: string | readonly string[],
4748
- options: GlobOptionsWithoutFileTypes,
4749
- callback: (
4750
- err: NodeJS.ErrnoException | null,
4751
- matches: string[],
4752
- ) => void,
4753
- ): void;
4754
- function glob(
4755
- pattern: string | readonly string[],
4756
- options: GlobOptions,
4757
- callback: (
4758
- err: NodeJS.ErrnoException | null,
4759
- matches: Dirent[] | string[],
4760
- ) => void,
4761
- ): void;
4762
- /**
4763
- * When `followSymlinks` is enabled, detected symbolic link cycles are not
4764
- * traversed recursively.
4765
- *
4766
- * ```js
4767
- * import { globSync } from 'node:fs';
4768
- *
4769
- * console.log(globSync('*.js'));
4770
- * ```
4771
- * @since v22.0.0
4772
- * @returns paths of files that match the pattern.
4773
- */
4774
- function globSync(pattern: string | readonly string[]): string[];
4775
- function globSync(
4776
- pattern: string | readonly string[],
4777
- options: GlobOptionsWithFileTypes,
4778
- ): Dirent[];
4779
- function globSync(
4780
- pattern: string | readonly string[],
4781
- options: GlobOptionsWithoutFileTypes,
4782
- ): string[];
4783
- function globSync(
4784
- pattern: string | readonly string[],
4785
- options: GlobOptions,
4786
- ): Dirent[] | string[];
4787
- }
4788
- declare module "node:fs" {
4789
- export * as promises from "node:fs/promises";
4790
- }
4791
- declare module "fs" {
4792
- export * from "node:fs";
4793
- }