@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.
- package/assets/activity.svg +40 -0
- package/assets/icon.png +0 -0
- package/dist/.setup/account-inspect-B86OaUEt.mjs +87 -0
- package/dist/.setup/accounts-C1FspRF-.mjs +187 -0
- package/dist/.setup/accounts.runtime-BpWv-6-2.mjs +2 -0
- package/dist/.setup/action-runtime-Aa-h24Fq.mjs +647 -0
- package/dist/.setup/action-runtime.runtime-DwH3NdpT.mjs +2 -0
- package/dist/.setup/actions-BvGUGk3w.mjs +935 -0
- package/dist/.setup/approval-handler.runtime-BcZNF-VP.mjs +305 -0
- package/dist/.setup/approval-message-updates-Cy1cxfBn.mjs +27 -0
- package/dist/.setup/channel-DrBm0NFw.mjs +1218 -0
- package/dist/.setup/channel-type-osC0XOES.mjs +106 -0
- package/dist/.setup/channel.setup-BSY5hzVz.mjs +646 -0
- package/dist/.setup/directory-config-CTs7YyuU.mjs +55 -0
- package/dist/.setup/directory-live-Btq0063Q.mjs +116 -0
- package/dist/.setup/doctor-contract-CtMUqjvk.mjs +186 -0
- package/dist/.setup/message-tool-api-DRnDCVdY.mjs +150 -0
- package/dist/.setup/monitor-Dw5uuKWM.mjs +13 -0
- package/dist/.setup/outbound-adapter-K3Ek1iSR.mjs +280 -0
- package/dist/.setup/pipeline.runtime-BZqGcbfi.mjs +4492 -0
- package/dist/.setup/plugin-routes-C3X0eVaK.mjs +22 -0
- package/dist/.setup/policy-Db_QWCZZ.mjs +72 -0
- package/dist/.setup/probe-64C6k3_Q.mjs +648 -0
- package/dist/.setup/provider-w36VTgZ3.mjs +7692 -0
- package/dist/.setup/relay-source-CDqY76Vp.mjs +270 -0
- package/dist/.setup/replies-CWFhjS9S.mjs +510 -0
- package/dist/.setup/reply-blocks-9uCeAJts.mjs +854 -0
- package/dist/.setup/resolve-channels-x8fX1SEt.mjs +96 -0
- package/dist/.setup/resolve-users-B8BpBnH2.mjs +123 -0
- package/dist/.setup/rolldown-runtime-D7D4PA-g.mjs +13 -0
- package/dist/.setup/runtime-setter-api-CMFvhrAr.mjs +3 -0
- package/dist/.setup/scopes-CJ-6l4v4.mjs +73 -0
- package/dist/.setup/secret-contract-api-D9UfYujm.mjs +3 -0
- package/dist/.setup/security-audit-BypHqcq5.mjs +41 -0
- package/dist/.setup/send-6GCb3lBP.mjs +1384 -0
- package/dist/.setup/send.runtime-BmqRP-WG.mjs +2 -0
- package/dist/.setup/session-status-BhG6pdiH.mjs +1741 -0
- package/dist/.setup/setup-plugin-api-DtCEByQB.mjs +3 -0
- package/dist/.setup/setup-surface-DsE0hsYY.mjs +148 -0
- package/dist/.setup/shared-BNmqCPgQ.mjs +288 -0
- package/dist/.setup/slash-commands.runtime-BpSH0b3q.mjs +2 -0
- package/dist/.setup/slash-dispatch.runtime-Io4ASZsY.mjs +7 -0
- package/dist/.setup/slash-skill-commands.runtime-Bi1JWZHY.mjs +2 -0
- package/dist/.setup/target-parsing-DEsPjngB.mjs +134 -0
- package/dist/.setup/targets-Cku2KCvg.mjs +13 -0
- package/dist/account-inspect-api.js +1 -1
- package/dist/api.js +17 -17
- package/dist/channel-config-api.js +1 -1
- package/dist/channel-plugin-api.js +1 -1
- package/dist/configured-state.js +1 -1
- package/dist/directory-contract-api.js +1 -1
- package/dist/doctor-contract-api.js +1 -1
- package/dist/http-routes-api.js +1 -1
- package/dist/index.js +1 -1
- package/dist/message-tool-api.js +1 -1
- package/dist/runtime-api.js +13 -13
- package/dist/runtime-setter-api.js +1 -1
- package/dist/secret-contract-api.js +1 -1
- package/dist/security-contract-api.js +1 -1
- package/dist/setup-entry.js +4 -3
- package/dist/setup-plugin-api.js +1 -1
- package/node_modules/@slack/bolt/dist/index.d.ts +1 -1
- package/node_modules/@slack/bolt/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/index.js +4 -1
- package/node_modules/@slack/bolt/dist/index.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts +1 -1
- package/node_modules/@slack/bolt/dist/receivers/AwsLambdaReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts +4 -3
- package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js +42 -11
- package/node_modules/@slack/bolt/dist/receivers/ExpressReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts +5 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js +14 -4
- package/node_modules/@slack/bolt/dist/receivers/HTTPModuleFunctions.js.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts +3 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.d.ts.map +1 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js +11 -1
- package/node_modules/@slack/bolt/dist/receivers/HTTPReceiver.js.map +1 -1
- package/node_modules/@slack/bolt/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/bolt/node_modules/@types/node/buffer.buffer.d.ts +10 -5
- package/node_modules/@slack/bolt/node_modules/@types/node/buffer.d.ts +1 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/crypto.d.ts +2 -4
- package/node_modules/@slack/bolt/node_modules/@types/node/dgram.d.ts +119 -4
- package/node_modules/@slack/bolt/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
- package/node_modules/@slack/bolt/node_modules/@types/node/ffi.d.ts +1 -1
- package/node_modules/@slack/bolt/node_modules/@types/node/fs/promises.d.ts +61 -65
- package/node_modules/@slack/bolt/node_modules/@types/node/fs.d.ts +86 -76
- package/node_modules/@slack/bolt/node_modules/@types/node/http.d.ts +18 -2
- package/node_modules/@slack/bolt/node_modules/@types/node/http2.d.ts +12 -4
- package/node_modules/@slack/bolt/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/inspector.d.ts +2 -1
- package/node_modules/@slack/bolt/node_modules/@types/node/net.d.ts +108 -16
- package/node_modules/@slack/bolt/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/bolt/node_modules/@types/node/perf_hooks.d.ts +31 -19
- package/node_modules/@slack/bolt/node_modules/@types/node/process.d.ts +52 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/quic.d.ts +252 -42
- package/node_modules/@slack/bolt/node_modules/@types/node/sqlite.d.ts +6 -2
- package/node_modules/@slack/bolt/node_modules/@types/node/stream/iter.d.ts +4 -4
- package/node_modules/@slack/bolt/node_modules/@types/node/stream/web.d.ts +20 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/test.d.ts +36 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/tls.d.ts +50 -15
- package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/ts5.6/index.d.ts +1 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/ts5.7/index.d.ts +1 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/tty.d.ts +4 -3
- package/node_modules/@slack/bolt/node_modules/@types/node/vfs.d.ts +211 -0
- package/node_modules/@slack/bolt/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/bolt/node_modules/@types/node/zlib.d.ts +17 -0
- package/node_modules/@slack/bolt/node_modules/proxy-addr/HISTORY.md +60 -54
- package/node_modules/@slack/bolt/node_modules/proxy-addr/README.md +1 -1
- package/node_modules/@slack/bolt/node_modules/proxy-addr/index.js +32 -0
- package/node_modules/@slack/bolt/node_modules/proxy-addr/package.json +8 -4
- package/node_modules/@slack/bolt/node_modules/qs/.github/THREAT_MODEL.md +3 -3
- package/node_modules/@slack/bolt/node_modules/qs/CHANGELOG.md +15 -0
- package/node_modules/@slack/bolt/node_modules/qs/README.md +19 -1
- package/node_modules/@slack/bolt/node_modules/qs/dist/qs.js +21 -21
- package/node_modules/@slack/bolt/node_modules/qs/eslint.config.mjs +1 -1
- package/node_modules/@slack/bolt/node_modules/qs/lib/parse.js +3 -4
- package/node_modules/@slack/bolt/node_modules/qs/lib/stringify.js +23 -8
- package/node_modules/@slack/bolt/node_modules/qs/lib/utils.js +10 -3
- package/node_modules/@slack/bolt/node_modules/qs/package.json +4 -4
- package/node_modules/@slack/bolt/node_modules/qs/test/parse.js +192 -3
- package/node_modules/@slack/bolt/node_modules/qs/test/stringify.js +317 -0
- package/node_modules/@slack/bolt/node_modules/qs/test/utils.js +12 -0
- package/node_modules/@slack/bolt/node_modules/undici-types/client.d.ts +8 -3
- package/node_modules/@slack/bolt/node_modules/undici-types/connector.d.ts +1 -0
- package/node_modules/@slack/bolt/node_modules/undici-types/cookies.d.ts +1 -1
- package/node_modules/@slack/bolt/node_modules/undici-types/dispatcher.d.ts +3 -3
- package/node_modules/@slack/bolt/node_modules/undici-types/errors.d.ts +10 -0
- package/node_modules/@slack/bolt/node_modules/undici-types/fetch.d.ts +5 -1
- package/node_modules/@slack/bolt/node_modules/undici-types/handlers.d.ts +2 -0
- package/node_modules/@slack/bolt/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/@slack/bolt/node_modules/undici-types/mock-interceptor.d.ts +5 -1
- package/node_modules/@slack/bolt/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/bolt/node_modules/undici-types/proxy-agent.d.ts +7 -0
- package/node_modules/@slack/bolt/package.json +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +5 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +119 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ffi.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +61 -65
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +86 -76
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +108 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +31 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +43 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/iter.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +20 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +50 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +5 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/vfs.d.ts +211 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +17 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +8 -3
- package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +10 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +5 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +5 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +7 -0
- package/node_modules/typebox/build/compile/validator.d.mts +1 -1
- package/node_modules/typebox/build/compile/validator.mjs +1 -1
- package/node_modules/typebox/build/format/idna/idn-hostname.mjs +7 -5
- package/node_modules/typebox/build/format/iri.mjs +5 -1
- package/node_modules/typebox/build/guard/emit.mjs +2 -4
- package/node_modules/typebox/build/guard/guard.mjs +6 -18
- package/node_modules/typebox/build/guard/string.mjs +16 -24
- package/node_modules/typebox/build/schema/build.mjs +2 -2
- package/node_modules/typebox/build/schema/check.mjs +1 -1
- package/node_modules/typebox/build/schema/compile.d.mts +3 -2
- package/node_modules/typebox/build/schema/compile.mjs +8 -8
- package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -7
- package/node_modules/typebox/build/schema/engine/_context.mjs +23 -15
- package/node_modules/typebox/build/schema/engine/_functions.d.mts +2 -2
- package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/_reducer.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/_refine.d.mts +5 -5
- package/node_modules/typebox/build/schema/engine/_refine.mjs +4 -7
- package/node_modules/typebox/build/schema/engine/_stack.d.mts +34 -16
- package/node_modules/typebox/build/schema/engine/_stack.mjs +148 -104
- package/node_modules/typebox/build/schema/engine/additionalItems.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/additionalProperties.d.mts +8 -8
- package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +26 -18
- package/node_modules/typebox/build/schema/engine/allOf.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/allOf.mjs +3 -3
- package/node_modules/typebox/build/schema/engine/anyOf.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/anyOf.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/boolean.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/const.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/const.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/contains.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/contains.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/dependencies.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/dependencies.mjs +3 -6
- package/node_modules/typebox/build/schema/engine/dependentRequired.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/dependentRequired.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/dependentSchemas.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/dynamicRef.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/dynamicRef.mjs +11 -7
- package/node_modules/typebox/build/schema/engine/enum.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/enum.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/exclusiveMaximum.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/exclusiveMaximum.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/exclusiveMinimum.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/exclusiveMinimum.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/format.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/format.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/if.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/if.mjs +7 -15
- package/node_modules/typebox/build/schema/engine/items.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/items.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/maxContains.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/maxContains.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/maxItems.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/maxItems.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/maxLength.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/maxLength.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/maxProperties.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/maxProperties.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/maximum.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/maximum.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/minContains.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/minContains.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/minItems.d.mts +5 -5
- package/node_modules/typebox/build/schema/engine/minItems.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/minLength.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/minLength.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/minProperties.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/minProperties.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/minimum.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/minimum.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/multipleOf.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/multipleOf.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/not.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/not.mjs +4 -8
- package/node_modules/typebox/build/schema/engine/oneOf.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/oneOf.mjs +6 -11
- package/node_modules/typebox/build/schema/engine/pattern.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/pattern.mjs +3 -7
- package/node_modules/typebox/build/schema/engine/patternProperties.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/patternProperties.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/prefixItems.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/prefixItems.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/properties.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/properties.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/propertyNames.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/propertyNames.mjs +4 -10
- package/node_modules/typebox/build/schema/engine/recursiveRef.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/recursiveRef.mjs +11 -7
- package/node_modules/typebox/build/schema/engine/ref.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/ref.mjs +19 -15
- package/node_modules/typebox/build/schema/engine/required.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/required.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/schema.d.mts +7 -7
- package/node_modules/typebox/build/schema/engine/schema.mjs +137 -133
- package/node_modules/typebox/build/schema/engine/type.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/type.mjs +2 -6
- package/node_modules/typebox/build/schema/engine/unevaluatedItems.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +5 -9
- package/node_modules/typebox/build/schema/engine/unevaluatedProperties.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +5 -9
- package/node_modules/typebox/build/schema/engine/uniqueItems.d.mts +4 -4
- package/node_modules/typebox/build/schema/engine/uniqueItems.mjs +2 -6
- package/node_modules/typebox/build/schema/errors.d.mts +2 -2
- package/node_modules/typebox/build/schema/errors.mjs +8 -14
- package/node_modules/typebox/build/schema/intern/index.d.mts +1 -0
- package/node_modules/typebox/build/schema/intern/index.mjs +1 -0
- package/node_modules/typebox/build/schema/intern/intern.d.mts +11 -0
- package/node_modules/typebox/build/schema/intern/intern.mjs +293 -0
- package/node_modules/typebox/build/schema/meta/draft_2019_09.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_2019_09.mjs +288 -0
- package/node_modules/typebox/build/schema/meta/draft_2020_12.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_2020_12.mjs +300 -0
- package/node_modules/typebox/build/schema/meta/draft_3.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_3.mjs +143 -0
- package/node_modules/typebox/build/schema/meta/draft_4.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_4.mjs +149 -0
- package/node_modules/typebox/build/schema/meta/draft_6.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_6.mjs +155 -0
- package/node_modules/typebox/build/schema/meta/draft_7.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/draft_7.mjs +172 -0
- package/node_modules/typebox/build/schema/meta/index.d.mts +2 -0
- package/node_modules/typebox/build/schema/meta/index.mjs +2 -0
- package/node_modules/typebox/build/schema/meta/meta.d.mts +9 -0
- package/node_modules/typebox/build/schema/meta/meta.mjs +15 -0
- package/node_modules/typebox/build/schema/meta/schema.d.mts +6 -0
- package/node_modules/typebox/build/schema/meta/schema.mjs +1 -0
- package/node_modules/typebox/build/schema/parse.d.mts +1 -0
- package/node_modules/typebox/build/schema/parse.mjs +10 -5
- package/node_modules/typebox/build/schema/resolve/resolve.d.mts +8 -3
- package/node_modules/typebox/build/schema/resolve/resolve.mjs +268 -139
- package/node_modules/typebox/build/schema/schema.d.mts +2 -0
- package/node_modules/typebox/build/schema/schema.mjs +2 -0
- package/node_modules/typebox/build/value/errors/errors.d.mts +2 -12
- package/node_modules/typebox/build/value/errors/errors.mjs +2 -7
- package/node_modules/typebox/package.json +1 -1
- package/node_modules/typebox/readme.md +59 -89
- package/node_modules/zod/README.md +27 -0
- package/node_modules/zod/compile.cjs +77 -0
- package/node_modules/zod/compile.d.cts +1 -0
- package/node_modules/zod/compile.d.ts +1 -0
- package/node_modules/zod/compile.js +52 -0
- package/node_modules/zod/index.cjs +2 -2
- package/node_modules/zod/index.d.cts +1 -2
- package/node_modules/zod/index.d.ts +1 -2
- package/node_modules/zod/index.js +5 -2
- package/node_modules/zod/package.json +13 -2
- package/node_modules/zod/src/compile.ts +56 -0
- package/node_modules/zod/src/index.ts +5 -2
- package/node_modules/zod/src/v3/ZodError.ts +22 -12
- package/node_modules/zod/src/v3/tests/error.test.ts +35 -0
- package/node_modules/zod/src/v3/tests/intersection.test.ts +18 -0
- package/node_modules/zod/src/v3/tests/language-server.test.ts +1 -2
- package/node_modules/zod/src/v3/tests/object.test.ts +3 -6
- package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -80
- package/node_modules/zod/src/v3/tests/string.test.ts +6 -0
- package/node_modules/zod/src/v3/types.ts +5 -5
- package/node_modules/zod/src/v4/classic/checks.ts +1 -0
- package/node_modules/zod/src/v4/classic/compat.ts +26 -18
- package/node_modules/zod/src/v4/classic/deep-partial.ts +76 -0
- package/node_modules/zod/src/v4/classic/errors.ts +59 -44
- package/node_modules/zod/src/v4/classic/external.ts +12 -9
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +140 -78
- package/node_modules/zod/src/v4/classic/in-out.ts +45 -0
- package/node_modules/zod/src/v4/classic/index.ts +2 -2
- package/node_modules/zod/src/v4/classic/iso.ts +2 -72
- package/node_modules/zod/src/v4/classic/parse.ts +10 -4
- package/node_modules/zod/src/v4/classic/schemas.ts +452 -262
- package/node_modules/zod/src/v4/classic/tests/apply.test.ts +27 -0
- package/node_modules/zod/src/v4/classic/tests/array.test.ts +2 -2
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +135 -0
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +30 -1
- package/node_modules/zod/src/v4/classic/tests/catch.test.ts +278 -0
- package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +1 -2
- package/node_modules/zod/src/v4/classic/tests/codec.test.ts +2 -1
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
- package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +76 -0
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +720 -0
- package/node_modules/zod/src/v4/classic/tests/date.test.ts +30 -0
- package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +32 -18
- package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +380 -0
- package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +32 -0
- package/node_modules/zod/src/v4/classic/tests/default.test.ts +46 -0
- package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +31 -7
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +155 -13
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +11 -0
- package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +112 -2
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +274 -6
- package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +425 -10
- package/node_modules/zod/src/v4/classic/tests/function.test.ts +31 -0
- package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +2 -9
- package/node_modules/zod/src/v4/classic/tests/hash.test.ts +1 -2
- package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +159 -0
- package/node_modules/zod/src/v4/classic/tests/index.test.ts +21 -2
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +281 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +47 -0
- package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +136 -0
- package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +183 -0
- package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +3 -10
- package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +36 -1
- package/node_modules/zod/src/v4/classic/tests/literal.test.ts +12 -1
- package/node_modules/zod/src/v4/classic/tests/map.test.ts +12 -0
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +46 -9
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +245 -12
- package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +234 -0
- package/node_modules/zod/src/v4/classic/tests/optional.test.ts +49 -16
- package/node_modules/zod/src/v4/classic/tests/partial.test.ts +51 -4
- package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +20 -2
- package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -68
- package/node_modules/zod/src/v4/classic/tests/record.test.ts +186 -18
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +33 -2
- package/node_modules/zod/src/v4/classic/tests/redos.test.ts +68 -0
- package/node_modules/zod/src/v4/classic/tests/refine.test.ts +60 -0
- package/node_modules/zod/src/v4/classic/tests/set.test.ts +9 -0
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +127 -5
- package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +18 -0
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +11 -2
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +1585 -173
- package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +45 -30
- package/node_modules/zod/src/v4/classic/tests/union.test.ts +39 -2
- package/node_modules/zod/src/v4/classic/tests/validate.test.ts +76 -0
- package/node_modules/zod/src/v4/classic/tests/validations.test.ts +2 -2
- package/node_modules/zod/src/v4/core/api.ts +48 -12
- package/node_modules/zod/src/v4/core/checks.ts +57 -44
- package/node_modules/zod/src/v4/core/compile.ts +2188 -0
- package/node_modules/zod/src/v4/core/core.ts +98 -19
- package/node_modules/zod/src/v4/core/doc.ts +11 -7
- package/node_modules/zod/src/v4/core/errors.ts +115 -24
- package/node_modules/zod/src/v4/core/index.ts +3 -0
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +6 -1
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +257 -93
- package/node_modules/zod/src/v4/core/json-schema.ts +2 -1
- package/node_modules/zod/src/v4/core/memoizer.ts +284 -0
- package/node_modules/zod/src/v4/core/parse.ts +131 -38
- package/node_modules/zod/src/v4/core/regexes.ts +30 -13
- package/node_modules/zod/src/v4/core/registries.ts +2 -2
- package/node_modules/zod/src/v4/core/schemas.ts +759 -461
- package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +969 -0
- package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +89 -0
- package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +26 -0
- package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +34 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +1639 -0
- package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +1 -2
- package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +1 -2
- package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +3 -3
- package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +42 -0
- package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +69 -0
- package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +51 -0
- package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +31 -0
- package/node_modules/zod/src/v4/core/to-json-schema.ts +275 -42
- package/node_modules/zod/src/v4/core/util.ts +268 -42
- package/node_modules/zod/src/v4/core/versions.ts +2 -2
- package/node_modules/zod/src/v4/core/visit.ts +193 -0
- package/node_modules/zod/src/v4/index.ts +3 -3
- package/node_modules/zod/src/v4/locales/ar.ts +3 -0
- package/node_modules/zod/src/v4/locales/az.ts +3 -0
- package/node_modules/zod/src/v4/locales/be.ts +10 -0
- package/node_modules/zod/src/v4/locales/bg.ts +3 -0
- package/node_modules/zod/src/v4/locales/bn.ts +121 -0
- package/node_modules/zod/src/v4/locales/ca.ts +3 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +138 -0
- package/node_modules/zod/src/v4/locales/cs.ts +3 -0
- package/node_modules/zod/src/v4/locales/da.ts +5 -2
- package/node_modules/zod/src/v4/locales/de.ts +3 -0
- package/node_modules/zod/src/v4/locales/el.ts +1 -0
- package/node_modules/zod/src/v4/locales/en.ts +15 -4
- package/node_modules/zod/src/v4/locales/eo.ts +3 -0
- package/node_modules/zod/src/v4/locales/es.ts +2 -0
- package/node_modules/zod/src/v4/locales/fa.ts +3 -0
- package/node_modules/zod/src/v4/locales/fi.ts +3 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +3 -0
- package/node_modules/zod/src/v4/locales/fr.ts +19 -14
- package/node_modules/zod/src/v4/locales/gu.ts +121 -0
- package/node_modules/zod/src/v4/locales/he.ts +6 -1
- package/node_modules/zod/src/v4/locales/hi.ts +124 -0
- package/node_modules/zod/src/v4/locales/hr.ts +2 -0
- package/node_modules/zod/src/v4/locales/hu.ts +3 -0
- package/node_modules/zod/src/v4/locales/hy.ts +9 -0
- package/node_modules/zod/src/v4/locales/id.ts +3 -0
- package/node_modules/zod/src/v4/locales/index.ts +10 -0
- package/node_modules/zod/src/v4/locales/is.ts +3 -0
- package/node_modules/zod/src/v4/locales/it.ts +3 -0
- package/node_modules/zod/src/v4/locales/ja.ts +3 -0
- package/node_modules/zod/src/v4/locales/ka.ts +3 -0
- package/node_modules/zod/src/v4/locales/km.ts +3 -0
- package/node_modules/zod/src/v4/locales/kn.ts +124 -0
- package/node_modules/zod/src/v4/locales/ko.ts +3 -0
- package/node_modules/zod/src/v4/locales/lt.ts +2 -0
- package/node_modules/zod/src/v4/locales/mk.ts +3 -0
- package/node_modules/zod/src/v4/locales/ms.ts +3 -0
- package/node_modules/zod/src/v4/locales/ne.ts +126 -0
- package/node_modules/zod/src/v4/locales/nl.ts +3 -0
- package/node_modules/zod/src/v4/locales/nn.ts +119 -0
- package/node_modules/zod/src/v4/locales/no.ts +5 -2
- package/node_modules/zod/src/v4/locales/ota.ts +3 -0
- package/node_modules/zod/src/v4/locales/pl.ts +3 -0
- package/node_modules/zod/src/v4/locales/ps.ts +3 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +159 -0
- package/node_modules/zod/src/v4/locales/pt.ts +99 -58
- package/node_modules/zod/src/v4/locales/ro.ts +1 -0
- package/node_modules/zod/src/v4/locales/ru.ts +10 -0
- package/node_modules/zod/src/v4/locales/sk.ts +121 -0
- package/node_modules/zod/src/v4/locales/sl.ts +3 -0
- package/node_modules/zod/src/v4/locales/sv.ts +5 -2
- package/node_modules/zod/src/v4/locales/ta.ts +3 -0
- package/node_modules/zod/src/v4/locales/th.ts +3 -0
- package/node_modules/zod/src/v4/locales/tk.ts +111 -0
- package/node_modules/zod/src/v4/locales/tr.ts +3 -0
- package/node_modules/zod/src/v4/locales/uk.ts +3 -0
- package/node_modules/zod/src/v4/locales/ur.ts +3 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/locales/vi.ts +3 -0
- package/node_modules/zod/src/v4/locales/yo.ts +3 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +3 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +3 -0
- package/node_modules/zod/src/v4/mini/checks.ts +1 -0
- package/node_modules/zod/src/v4/mini/deep-partial.ts +73 -0
- package/node_modules/zod/src/v4/mini/external.ts +10 -1
- package/node_modules/zod/src/v4/mini/in-out.ts +45 -0
- package/node_modules/zod/src/v4/mini/parse.ts +2 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +135 -56
- package/node_modules/zod/src/v4/mini/tests/apply.test.ts +33 -0
- package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +62 -1
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +14 -0
- package/node_modules/zod/src/v4/mini/tests/codec.test.ts +35 -1
- package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +84 -0
- package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +54 -0
- package/node_modules/zod/src/v4/mini/tests/error.test.ts +23 -4
- package/node_modules/zod/src/v4/mini/tests/functions.test.ts +9 -0
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +72 -5
- package/node_modules/zod/src/v4/mini/tests/number.test.ts +14 -0
- package/node_modules/zod/src/v4/mini/tests/object.test.ts +65 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +21 -0
- package/node_modules/zod/v3/ZodError.cjs +22 -12
- package/node_modules/zod/v3/ZodError.d.cts +1 -1
- package/node_modules/zod/v3/ZodError.d.ts +1 -1
- package/node_modules/zod/v3/ZodError.js +22 -12
- package/node_modules/zod/v3/types.cjs +7 -5
- package/node_modules/zod/v3/types.js +7 -5
- package/node_modules/zod/v4/classic/checks.cjs +2 -1
- package/node_modules/zod/v4/classic/checks.d.cts +1 -1
- package/node_modules/zod/v4/classic/checks.d.ts +1 -1
- package/node_modules/zod/v4/classic/checks.js +1 -1
- package/node_modules/zod/v4/classic/compat.d.cts +9 -11
- package/node_modules/zod/v4/classic/compat.d.ts +9 -11
- package/node_modules/zod/v4/classic/deep-partial.cjs +39 -0
- package/node_modules/zod/v4/classic/deep-partial.d.cts +14 -0
- package/node_modules/zod/v4/classic/deep-partial.d.ts +14 -0
- package/node_modules/zod/v4/classic/deep-partial.js +13 -0
- package/node_modules/zod/v4/classic/errors.cjs +43 -34
- package/node_modules/zod/v4/classic/errors.d.cts +3 -4
- package/node_modules/zod/v4/classic/errors.d.ts +3 -4
- package/node_modules/zod/v4/classic/errors.js +43 -34
- package/node_modules/zod/v4/classic/external.cjs +30 -27
- package/node_modules/zod/v4/classic/external.d.cts +5 -2
- package/node_modules/zod/v4/classic/external.d.ts +5 -2
- package/node_modules/zod/v4/classic/external.js +5 -8
- package/node_modules/zod/v4/classic/from-json-schema.cjs +136 -75
- package/node_modules/zod/v4/classic/from-json-schema.js +136 -75
- package/node_modules/zod/v4/classic/in-out.cjs +63 -0
- package/node_modules/zod/v4/classic/in-out.d.cts +8 -0
- package/node_modules/zod/v4/classic/in-out.d.ts +8 -0
- package/node_modules/zod/v4/classic/in-out.js +36 -0
- package/node_modules/zod/v4/classic/index.cjs +2 -2
- package/node_modules/zod/v4/classic/index.d.cts +1 -2
- package/node_modules/zod/v4/classic/index.d.ts +1 -2
- package/node_modules/zod/v4/classic/index.js +2 -2
- package/node_modules/zod/v4/classic/iso.cjs +11 -22
- package/node_modules/zod/v4/classic/iso.d.cts +2 -17
- package/node_modules/zod/v4/classic/iso.d.ts +2 -17
- package/node_modules/zod/v4/classic/iso.js +2 -17
- package/node_modules/zod/v4/classic/parse.cjs +4 -1
- package/node_modules/zod/v4/classic/parse.d.cts +17 -4
- package/node_modules/zod/v4/classic/parse.d.ts +17 -4
- package/node_modules/zod/v4/classic/parse.js +1 -0
- package/node_modules/zod/v4/classic/schemas.cjs +498 -398
- package/node_modules/zod/v4/classic/schemas.d.cts +53 -18
- package/node_modules/zod/v4/classic/schemas.d.ts +53 -18
- package/node_modules/zod/v4/classic/schemas.js +492 -396
- package/node_modules/zod/v4/core/api.cjs +23 -4
- package/node_modules/zod/v4/core/api.d.cts +13 -9
- package/node_modules/zod/v4/core/api.d.ts +13 -9
- package/node_modules/zod/v4/core/api.js +21 -4
- package/node_modules/zod/v4/core/checks.cjs +37 -31
- package/node_modules/zod/v4/core/checks.d.cts +13 -13
- package/node_modules/zod/v4/core/checks.d.ts +13 -13
- package/node_modules/zod/v4/core/checks.js +37 -31
- package/node_modules/zod/v4/core/compile.cjs +1813 -0
- package/node_modules/zod/v4/core/compile.d.cts +51 -0
- package/node_modules/zod/v4/core/compile.d.ts +51 -0
- package/node_modules/zod/v4/core/compile.js +1783 -0
- package/node_modules/zod/v4/core/core.cjs +81 -18
- package/node_modules/zod/v4/core/core.d.cts +16 -4
- package/node_modules/zod/v4/core/core.d.ts +16 -4
- package/node_modules/zod/v4/core/core.js +82 -19
- package/node_modules/zod/v4/core/doc.cjs +5 -7
- package/node_modules/zod/v4/core/doc.d.cts +3 -1
- package/node_modules/zod/v4/core/doc.d.ts +3 -1
- package/node_modules/zod/v4/core/doc.js +5 -7
- package/node_modules/zod/v4/core/errors.cjs +110 -25
- package/node_modules/zod/v4/core/errors.d.cts +4 -0
- package/node_modules/zod/v4/core/errors.d.ts +4 -0
- package/node_modules/zod/v4/core/errors.js +110 -25
- package/node_modules/zod/v4/core/index.cjs +5 -1
- package/node_modules/zod/v4/core/index.d.cts +3 -0
- package/node_modules/zod/v4/core/index.d.ts +3 -0
- package/node_modules/zod/v4/core/index.js +3 -0
- package/node_modules/zod/v4/core/json-schema-generator.cjs +4 -0
- package/node_modules/zod/v4/core/json-schema-generator.d.cts +2 -2
- package/node_modules/zod/v4/core/json-schema-generator.d.ts +2 -2
- package/node_modules/zod/v4/core/json-schema-generator.js +4 -0
- package/node_modules/zod/v4/core/json-schema-processors.cjs +264 -95
- package/node_modules/zod/v4/core/json-schema-processors.js +243 -97
- package/node_modules/zod/v4/core/json-schema.d.cts +2 -1
- package/node_modules/zod/v4/core/json-schema.d.ts +2 -1
- package/node_modules/zod/v4/core/memoizer.cjs +272 -0
- package/node_modules/zod/v4/core/memoizer.d.cts +15 -0
- package/node_modules/zod/v4/core/memoizer.d.ts +15 -0
- package/node_modules/zod/v4/core/memoizer.js +265 -0
- package/node_modules/zod/v4/core/parse.cjs +96 -34
- package/node_modules/zod/v4/core/parse.d.cts +14 -11
- package/node_modules/zod/v4/core/parse.d.ts +14 -11
- package/node_modules/zod/v4/core/parse.js +94 -33
- package/node_modules/zod/v4/core/regexes.cjs +27 -15
- package/node_modules/zod/v4/core/regexes.d.cts +2 -0
- package/node_modules/zod/v4/core/regexes.d.ts +2 -0
- package/node_modules/zod/v4/core/regexes.js +24 -13
- package/node_modules/zod/v4/core/registries.js +2 -2
- package/node_modules/zod/v4/core/schemas.cjs +537 -326
- package/node_modules/zod/v4/core/schemas.d.cts +100 -31
- package/node_modules/zod/v4/core/schemas.d.ts +100 -31
- package/node_modules/zod/v4/core/schemas.js +526 -325
- package/node_modules/zod/v4/core/to-json-schema.cjs +242 -39
- package/node_modules/zod/v4/core/to-json-schema.d.cts +42 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +42 -3
- package/node_modules/zod/v4/core/to-json-schema.js +241 -39
- package/node_modules/zod/v4/core/util.cjs +212 -31
- package/node_modules/zod/v4/core/util.d.cts +58 -1
- package/node_modules/zod/v4/core/util.d.ts +58 -1
- package/node_modules/zod/v4/core/util.js +202 -30
- package/node_modules/zod/v4/core/versions.cjs +2 -2
- package/node_modules/zod/v4/core/versions.d.cts +1 -1
- package/node_modules/zod/v4/core/versions.d.ts +1 -1
- package/node_modules/zod/v4/core/versions.js +2 -2
- package/node_modules/zod/v4/core/visit.cjs +195 -0
- package/node_modules/zod/v4/core/visit.d.cts +30 -0
- package/node_modules/zod/v4/core/visit.d.ts +30 -0
- package/node_modules/zod/v4/core/visit.js +169 -0
- package/node_modules/zod/v4/index.cjs +15 -5
- package/node_modules/zod/v4/index.d.cts +2 -2
- package/node_modules/zod/v4/index.d.ts +2 -2
- package/node_modules/zod/v4/index.js +3 -2
- package/node_modules/zod/v4/locales/ar.cjs +3 -0
- package/node_modules/zod/v4/locales/ar.js +3 -0
- package/node_modules/zod/v4/locales/az.cjs +3 -0
- package/node_modules/zod/v4/locales/az.js +3 -0
- package/node_modules/zod/v4/locales/be.cjs +10 -0
- package/node_modules/zod/v4/locales/be.js +10 -0
- package/node_modules/zod/v4/locales/bg.cjs +3 -0
- package/node_modules/zod/v4/locales/bg.js +3 -0
- package/node_modules/zod/v4/locales/bn.cjs +138 -0
- package/node_modules/zod/v4/locales/bn.d.cts +5 -0
- package/node_modules/zod/v4/locales/bn.d.ts +4 -0
- package/node_modules/zod/v4/locales/bn.js +111 -0
- package/node_modules/zod/v4/locales/ca.cjs +3 -0
- package/node_modules/zod/v4/locales/ca.js +3 -0
- package/node_modules/zod/v4/locales/ckb.cjs +158 -0
- package/node_modules/zod/v4/locales/ckb.d.cts +5 -0
- package/node_modules/zod/v4/locales/ckb.d.ts +4 -0
- package/node_modules/zod/v4/locales/ckb.js +131 -0
- package/node_modules/zod/v4/locales/cs.cjs +3 -0
- package/node_modules/zod/v4/locales/cs.js +3 -0
- package/node_modules/zod/v4/locales/da.cjs +5 -2
- package/node_modules/zod/v4/locales/da.js +5 -2
- package/node_modules/zod/v4/locales/de.cjs +3 -0
- package/node_modules/zod/v4/locales/de.js +3 -0
- package/node_modules/zod/v4/locales/el.cjs +1 -0
- package/node_modules/zod/v4/locales/el.js +1 -0
- package/node_modules/zod/v4/locales/en.cjs +14 -4
- package/node_modules/zod/v4/locales/en.js +14 -4
- package/node_modules/zod/v4/locales/eo.cjs +3 -0
- package/node_modules/zod/v4/locales/eo.js +3 -0
- package/node_modules/zod/v4/locales/es.cjs +2 -0
- package/node_modules/zod/v4/locales/es.js +2 -0
- package/node_modules/zod/v4/locales/fa.cjs +3 -0
- package/node_modules/zod/v4/locales/fa.js +3 -0
- package/node_modules/zod/v4/locales/fi.cjs +3 -0
- package/node_modules/zod/v4/locales/fi.js +3 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +3 -0
- package/node_modules/zod/v4/locales/fr-CA.js +3 -0
- package/node_modules/zod/v4/locales/fr.cjs +16 -14
- package/node_modules/zod/v4/locales/fr.js +16 -14
- package/node_modules/zod/v4/locales/gu.cjs +138 -0
- package/node_modules/zod/v4/locales/gu.d.cts +5 -0
- package/node_modules/zod/v4/locales/gu.d.ts +4 -0
- package/node_modules/zod/v4/locales/gu.js +111 -0
- package/node_modules/zod/v4/locales/he.cjs +5 -0
- package/node_modules/zod/v4/locales/he.js +5 -0
- package/node_modules/zod/v4/locales/hi.cjs +136 -0
- package/node_modules/zod/v4/locales/hi.d.cts +5 -0
- package/node_modules/zod/v4/locales/hi.d.ts +4 -0
- package/node_modules/zod/v4/locales/hi.js +109 -0
- package/node_modules/zod/v4/locales/hr.cjs +2 -0
- package/node_modules/zod/v4/locales/hr.js +2 -0
- package/node_modules/zod/v4/locales/hu.cjs +3 -0
- package/node_modules/zod/v4/locales/hu.js +3 -0
- package/node_modules/zod/v4/locales/hy.cjs +9 -0
- package/node_modules/zod/v4/locales/hy.js +9 -0
- package/node_modules/zod/v4/locales/id.cjs +3 -0
- package/node_modules/zod/v4/locales/id.js +3 -0
- package/node_modules/zod/v4/locales/index.cjs +22 -2
- package/node_modules/zod/v4/locales/index.d.cts +10 -0
- package/node_modules/zod/v4/locales/index.d.ts +10 -0
- package/node_modules/zod/v4/locales/index.js +10 -0
- package/node_modules/zod/v4/locales/is.cjs +3 -0
- package/node_modules/zod/v4/locales/is.js +3 -0
- package/node_modules/zod/v4/locales/it.cjs +3 -0
- package/node_modules/zod/v4/locales/it.js +3 -0
- package/node_modules/zod/v4/locales/ja.cjs +3 -0
- package/node_modules/zod/v4/locales/ja.js +3 -0
- package/node_modules/zod/v4/locales/ka.cjs +3 -0
- package/node_modules/zod/v4/locales/ka.js +3 -0
- package/node_modules/zod/v4/locales/km.cjs +3 -0
- package/node_modules/zod/v4/locales/km.js +3 -0
- package/node_modules/zod/v4/locales/kn.cjs +141 -0
- package/node_modules/zod/v4/locales/kn.d.cts +5 -0
- package/node_modules/zod/v4/locales/kn.d.ts +4 -0
- package/node_modules/zod/v4/locales/kn.js +114 -0
- package/node_modules/zod/v4/locales/ko.cjs +3 -0
- package/node_modules/zod/v4/locales/ko.js +3 -0
- package/node_modules/zod/v4/locales/lt.cjs +2 -0
- package/node_modules/zod/v4/locales/lt.js +2 -0
- package/node_modules/zod/v4/locales/mk.cjs +3 -0
- package/node_modules/zod/v4/locales/mk.js +3 -0
- package/node_modules/zod/v4/locales/ms.cjs +3 -0
- package/node_modules/zod/v4/locales/ms.js +3 -0
- package/node_modules/zod/v4/locales/ne.cjs +136 -0
- package/node_modules/zod/v4/locales/ne.d.cts +5 -0
- package/node_modules/zod/v4/locales/ne.d.ts +4 -0
- package/node_modules/zod/v4/locales/ne.js +109 -0
- package/node_modules/zod/v4/locales/nl.cjs +3 -0
- package/node_modules/zod/v4/locales/nl.js +3 -0
- package/node_modules/zod/v4/locales/nn.cjs +138 -0
- package/node_modules/zod/v4/locales/nn.d.cts +5 -0
- package/node_modules/zod/v4/locales/nn.d.ts +4 -0
- package/node_modules/zod/v4/locales/nn.js +111 -0
- package/node_modules/zod/v4/locales/no.cjs +5 -2
- package/node_modules/zod/v4/locales/no.js +5 -2
- package/node_modules/zod/v4/locales/ota.cjs +3 -0
- package/node_modules/zod/v4/locales/ota.js +3 -0
- package/node_modules/zod/v4/locales/pl.cjs +3 -0
- package/node_modules/zod/v4/locales/pl.js +3 -0
- package/node_modules/zod/v4/locales/ps.cjs +3 -0
- package/node_modules/zod/v4/locales/ps.js +3 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +168 -0
- package/node_modules/zod/v4/locales/pt-BR.d.cts +5 -0
- package/node_modules/zod/v4/locales/pt-BR.d.ts +4 -0
- package/node_modules/zod/v4/locales/pt-BR.js +141 -0
- package/node_modules/zod/v4/locales/pt.cjs +87 -55
- package/node_modules/zod/v4/locales/pt.js +87 -55
- package/node_modules/zod/v4/locales/ro.cjs +1 -0
- package/node_modules/zod/v4/locales/ro.js +1 -0
- package/node_modules/zod/v4/locales/ru.cjs +10 -0
- package/node_modules/zod/v4/locales/ru.js +10 -0
- package/node_modules/zod/v4/locales/sk.cjs +141 -0
- package/node_modules/zod/v4/locales/sk.d.cts +5 -0
- package/node_modules/zod/v4/locales/sk.d.ts +4 -0
- package/node_modules/zod/v4/locales/sk.js +114 -0
- package/node_modules/zod/v4/locales/sl.cjs +3 -0
- package/node_modules/zod/v4/locales/sl.js +3 -0
- package/node_modules/zod/v4/locales/sv.cjs +5 -2
- package/node_modules/zod/v4/locales/sv.js +5 -2
- package/node_modules/zod/v4/locales/ta.cjs +3 -0
- package/node_modules/zod/v4/locales/ta.js +3 -0
- package/node_modules/zod/v4/locales/th.cjs +3 -0
- package/node_modules/zod/v4/locales/th.js +3 -0
- package/node_modules/zod/v4/locales/tk.cjs +132 -0
- package/node_modules/zod/v4/locales/tk.d.cts +5 -0
- package/node_modules/zod/v4/locales/tk.d.ts +4 -0
- package/node_modules/zod/v4/locales/tk.js +105 -0
- package/node_modules/zod/v4/locales/tr.cjs +3 -0
- package/node_modules/zod/v4/locales/tr.js +3 -0
- package/node_modules/zod/v4/locales/uk.cjs +3 -0
- package/node_modules/zod/v4/locales/uk.js +3 -0
- package/node_modules/zod/v4/locales/ur.cjs +3 -0
- package/node_modules/zod/v4/locales/ur.js +3 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/locales/vi.cjs +3 -0
- package/node_modules/zod/v4/locales/vi.js +3 -0
- package/node_modules/zod/v4/locales/yo.cjs +3 -0
- package/node_modules/zod/v4/locales/yo.js +3 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +3 -0
- package/node_modules/zod/v4/locales/zh-CN.js +3 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +3 -0
- package/node_modules/zod/v4/locales/zh-TW.js +3 -0
- package/node_modules/zod/v4/mini/checks.cjs +2 -1
- package/node_modules/zod/v4/mini/checks.d.cts +1 -1
- package/node_modules/zod/v4/mini/checks.d.ts +1 -1
- package/node_modules/zod/v4/mini/checks.js +1 -1
- package/node_modules/zod/v4/mini/deep-partial.cjs +39 -0
- package/node_modules/zod/v4/mini/deep-partial.d.cts +14 -0
- package/node_modules/zod/v4/mini/deep-partial.d.ts +14 -0
- package/node_modules/zod/v4/mini/deep-partial.js +13 -0
- package/node_modules/zod/v4/mini/external.cjs +12 -1
- package/node_modules/zod/v4/mini/external.d.cts +5 -2
- package/node_modules/zod/v4/mini/external.d.ts +5 -2
- package/node_modules/zod/v4/mini/external.js +3 -1
- package/node_modules/zod/v4/mini/in-out.cjs +63 -0
- package/node_modules/zod/v4/mini/in-out.d.cts +8 -0
- package/node_modules/zod/v4/mini/in-out.d.ts +8 -0
- package/node_modules/zod/v4/mini/in-out.js +36 -0
- package/node_modules/zod/v4/mini/parse.cjs +3 -1
- package/node_modules/zod/v4/mini/parse.d.cts +1 -1
- package/node_modules/zod/v4/mini/parse.d.ts +1 -1
- package/node_modules/zod/v4/mini/parse.js +1 -1
- package/node_modules/zod/v4/mini/schemas.cjs +75 -47
- package/node_modules/zod/v4/mini/schemas.d.cts +43 -13
- package/node_modules/zod/v4/mini/schemas.d.ts +43 -13
- package/node_modules/zod/v4/mini/schemas.js +71 -45
- package/openclaw.plugin.json +31 -71
- package/package.json +10 -11
- package/dist/account-inspect-C3sePHWa.js +0 -87
- package/dist/accounts-Dm_H77gH.js +0 -187
- package/dist/accounts.runtime-DRuEK6mL.js +0 -2
- package/dist/action-runtime-B9OuFiGA.js +0 -644
- package/dist/action-runtime.runtime-Ck8jcJV1.js +0 -2
- package/dist/actions-mLOa06lO.js +0 -928
- package/dist/approval-handler.runtime-Dg3MWNVV.js +0 -303
- package/dist/channel-DFRIGeyd.js +0 -1208
- package/dist/channel-type-COtzGBSC.js +0 -105
- package/dist/channel.setup-DZZFSOoo.js +0 -606
- package/dist/directory-config-Bmw4ykSy.js +0 -55
- package/dist/directory-live-lgrHdjAZ.js +0 -116
- package/dist/doctor-contract-BNjw9bxb.js +0 -186
- package/dist/message-tool-api-uNEfQYGY.js +0 -156
- package/dist/monitor-f00RCEB4.js +0 -13
- package/dist/outbound-adapter-BpbypQqC.js +0 -274
- package/dist/pipeline.runtime-BakleNSy.js +0 -4382
- package/dist/plugin-routes-CLp4obpN.js +0 -22
- package/dist/policy-BRmkJFsS.js +0 -72
- package/dist/probe-DpWLeifT.js +0 -609
- package/dist/provider-vY0lRzNo.js +0 -7573
- package/dist/relay-source-Bsx8Gbmu.js +0 -264
- package/dist/replies-DUe6ydtU.js +0 -517
- package/dist/reply-blocks-B4hOhLRu.js +0 -825
- package/dist/resolve-channels-DrAfYhDi.js +0 -114
- package/dist/resolve-users-BHQ-q15T.js +0 -141
- package/dist/rolldown-runtime-8H4AJuhK.js +0 -14
- package/dist/scopes-DhzG6IDV.js +0 -73
- package/dist/security-audit-B_yKr7MW.js +0 -41
- package/dist/send-BQ2bNPlQ.js +0 -1368
- package/dist/send.runtime-dE3mWx2v.js +0 -2
- package/dist/session-status-B59iRt0l.js +0 -1729
- package/dist/setup-surface-BjCh94HU.js +0 -148
- package/dist/shared-DmHcvFcF.js +0 -288
- package/dist/slash-commands.runtime-BTTMlmwy.js +0 -19
- package/dist/slash-dispatch.runtime-Dr9LEs9d.js +0 -33
- package/dist/slash-skill-commands.runtime-CD1J2ODY.js +0 -7
- package/dist/target-parsing-PbxGDbr9.js +0 -116
- package/dist/targets-7FexXJ62.js +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/LICENSE +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/README.md +0 -66
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts +0 -94
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js +0 -98
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/dist/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@slack/socket-mode/node_modules/@slack/logger/package.json +0 -42
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/LICENSE +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/README.md +0 -32
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +0 -953
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js +0 -4
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/block-elements.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts +0 -474
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/blocks.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +0 -237
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js +0 -4
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts +0 -88
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/block-kit/extensions.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js +0 -6
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/calls.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts +0 -52
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/chunk.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/bot-profile.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts +0 -6
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/common/status-emoji-display-info.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/dialog.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts +0 -232
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/app.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/assistant.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/call.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts +0 -85
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/channel.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/dnd.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts +0 -6
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/email.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/emoji.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/entity-details-requested.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts +0 -60
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js +0 -4
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/file.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts +0 -33
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/function.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/grid-migration.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts +0 -55
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/group.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/im.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts +0 -60
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js +0 -43
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/invite.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/link-shared.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/member.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts +0 -38
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message-metadata.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts +0 -308
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/message.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts +0 -60
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/pin.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/reaction.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts +0 -134
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/shared-channel.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/star.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts +0 -82
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/steps-from-apps.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts +0 -66
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/subteam.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts +0 -99
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/team.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/token.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts +0 -313
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/events/user.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js +0 -28
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts +0 -171
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-attachments.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts +0 -281
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/message-metadata.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts +0 -71
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/dist/views.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/types/package.json +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/LICENSE +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/README.md +0 -390
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -255
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js +0 -750
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/WebClient.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts +0 -92
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js +0 -193
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/chat-stream.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts +0 -58
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/errors.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js +0 -355
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/file-upload.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/helpers.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js +0 -87
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/instrument.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/logger.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts +0 -1572
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js +0 -1610
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/methods.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/retry-policies.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts +0 -5
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/helpers.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +0 -42
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/analytics.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts +0 -74
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/apps.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/auth.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/barriers.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +0 -144
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/conversations.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts +0 -32
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/emoji.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/functions.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts +0 -17
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/inviteRequests.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/roles.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts +0 -40
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/teams.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/usergroups.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts +0 -116
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/users.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/admin/workflows.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts +0 -6
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/api.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/apps.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +0 -52
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/assistant.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/auth.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts +0 -28
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bookmarks.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/bots.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts +0 -56
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/calls.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +0 -78
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/canvas.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts +0 -291
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/chat.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts +0 -127
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js +0 -4
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/common.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts +0 -168
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/conversations.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dialog.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts +0 -17
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/dnd.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/emoji.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/entity.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts +0 -200
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/files.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/functions.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +0 -322
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/manifest.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/migration.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/oauth.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts +0 -6
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/openid.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/pins.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reactions.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +0 -51
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/reminders.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/rtm.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/search.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +0 -806
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/stars.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts +0 -51
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/team.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts +0 -5
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/tooling.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts +0 -50
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/usergroups.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -84
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/users.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/views.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +0 -42
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/request/workflows.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts +0 -78
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAnalyticsGetFileResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts +0 -74
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsActivitiesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApproveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsApprovedListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsClearResolutionResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts +0 -22
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsConfigSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsCancelResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRequestsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsRestrictedListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAppsUninstallResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyAssignEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyGetEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts +0 -25
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminBarriersUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkArchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsBulkMoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPrivateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsConvertToPublicResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsDisconnectSharedResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetConversationPrefsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsGetTeamsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRemoveCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRenameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +0 -98
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetConversationPrefsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetCustomRetentionResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsSetTeamsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminConversationsWhitelistRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddAliasResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminEmojiRenameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts +0 -38
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApproveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts +0 -44
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsApprovedListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts +0 -30
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDeniedListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsDenyResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminInviteRequestsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesAddAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesListAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminRolesRemoveAssignmentsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsAdminsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsOwnersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDescriptionResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetIconResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminTeamsSettingsSetNameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddChannelsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsAddTeamsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts +0 -55
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsListChannelsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsergroupsRemoveChannelsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersAssignResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionClearSettingsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionGetSettingsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionInvalidateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetBulkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionResetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSessionSetSettingsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetAdminResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetExpirationResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetOwnerResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersSetRegularResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminUsersUnsupportedVersionsExportResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts +0 -22
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsPermissionsLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts +0 -65
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsSearchResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AdminWorkflowsUnpublishResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ApiTestResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsConnectionsOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsEventAuthorizationsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +0 -30
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts +0 -112
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestExportResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsManifestValidateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsRequestResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsResourcesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsScopesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsPermissionsUsersRequestResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUninstallResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetStatusResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetSuggestedPromptsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AssistantThreadsSetTitleResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthRevokeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts +0 -28
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTeamsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/AuthTestResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksEditResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BookmarksRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/BotsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsEndResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsParticipantsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CallsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesAccessSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesEditResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/CanvasesSectionsLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts +0 -38
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts +0 -324
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts +0 -250
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsJoinResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsKickResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts +0 -42
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsMarkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRenameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChannelsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatAppendStreamResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatDeleteScheduledMessageResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatGetPermalinkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatMeMessageResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostEphemeralResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +0 -1284
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +0 -67
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +0 -729
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatScheduledMessagesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStartStreamResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatStopStreamResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUnfurlResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +0 -738
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsAcceptSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsApproveSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCanvasesCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCloseResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsDeclineSharedInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsExternalInvitePermissionsSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +0 -1298
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +0 -67
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts +0 -56
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts +0 -52
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsInviteSharedResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts +0 -117
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListConnectInvitesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +0 -78
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMarkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsMembersResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +0 -692
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRenameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +0 -1266
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +0 -67
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteApproveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteDenyResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts +0 -80
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsRequestSharedInviteListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts +0 -43
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts +0 -43
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ConversationsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DialogOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndDndResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndEndSnoozeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndSetSnoozeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/DndTeamInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EmojiListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts +0 -17
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCommentsEditResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesGetUploadURLExternalResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +0 -548
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +0 -542
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +0 -539
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +0 -535
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteErrorResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/FunctionsCompleteSuccessResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsArchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCloseResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateChildResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts +0 -38
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsHistoryResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts +0 -45
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts +0 -46
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsInviteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsKickResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsLeaveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsMarkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts +0 -33
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRenameResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsRepliesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetPurposeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsSetTopicResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/GroupsUnarchiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImCloseResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts +0 -122
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImHistoryResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImMarkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ImRepliesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MigrationExchangeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimCloseResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts +0 -49
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimHistoryResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimMarkResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts +0 -64
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/MpimRepliesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts +0 -44
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthAccessResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthTokenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2AccessResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts +0 -43
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OauthV2ExchangeResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectTokenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/OpenIDConnectUserInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +0 -542
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +0 -37
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/PinsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +0 -722
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js +0 -48
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +0 -1282
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +0 -67
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ReactionsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts +0 -22
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersCompleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RemindersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmConnectResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +0 -2254
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js +0 -77
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +0 -1437
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js +0 -82
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +0 -1359
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js +0 -63
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +0 -1296
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js +0 -67
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +0 -10
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts +0 -689
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/StarsRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts +0 -32
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamAccessLogsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillableInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamBillingInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsDisconnectResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts +0 -109
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamExternalTeamsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts +0 -35
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamIntegrationLogsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamPreferencesListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts +0 -44
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/TeamProfileGetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ToolingTokensRotateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +0 -35
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +0 -35
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +0 -34
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +0 -84
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDeletePhotoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersDiscoverableContactsLookupResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersGetPresenceResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts +0 -26
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersIdentityResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts +0 -98
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts +0 -76
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersLookupByEmailResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts +0 -54
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileGetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts +0 -54
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersProfileSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetActiveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts +0 -20
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPhotoResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/UsersSetPresenceResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +0 -266
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +0 -266
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +0 -266
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +0 -266
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js +0 -31
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepCompletedResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsStepFailedResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/WorkflowsUpdateStepResponse.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts +0 -330
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js +0 -3
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/dist/types/response/index.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/@slack/web-api/package.json +0 -71
- package/node_modules/@slack/socket-mode/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +0 -15
- package/node_modules/@slack/socket-mode/node_modules/@types/node/assert/strict.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/@types/node/assert.d.ts +0 -1077
- package/node_modules/@slack/socket-mode/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@slack/socket-mode/node_modules/@types/node/buffer.d.ts +0 -1799
- package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1361
- package/node_modules/@slack/socket-mode/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@slack/socket-mode/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@slack/socket-mode/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +0 -3954
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@slack/socket-mode/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@slack/socket-mode/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@slack/socket-mode/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ffi.d.ts +0 -486
- package/node_modules/@slack/socket-mode/node_modules/@types/node/fs/promises.d.ts +0 -1481
- package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +0 -4793
- package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@slack/socket-mode/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +0 -2218
- package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +0 -2497
- package/node_modules/@slack/socket-mode/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@slack/socket-mode/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@slack/socket-mode/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@slack/socket-mode/node_modules/@types/node/module.d.ts +0 -726
- package/node_modules/@slack/socket-mode/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +0 -155
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +0 -605
- package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +0 -2268
- package/node_modules/@slack/socket-mode/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@slack/socket-mode/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +0 -2125
- package/node_modules/@slack/socket-mode/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@slack/socket-mode/node_modules/@types/node/readline.d.ts +0 -508
- package/node_modules/@slack/socket-mode/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@slack/socket-mode/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +0 -1140
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +0 -452
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@slack/socket-mode/node_modules/@types/node/stream.d.ts +0 -1806
- package/node_modules/@slack/socket-mode/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +0 -2486
- package/node_modules/@slack/socket-mode/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@slack/socket-mode/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@slack/socket-mode/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@slack/socket-mode/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@slack/socket-mode/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@slack/socket-mode/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@slack/socket-mode/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@slack/socket-mode/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@slack/socket-mode/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +0 -1059
- package/node_modules/@slack/socket-mode/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@slack/socket-mode/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@slack/socket-mode/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@slack/socket-mode/node_modules/@types/node/worker_threads.d.ts +0 -669
- package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@slack/socket-mode/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/LICENSE +0 -21
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/README.md +0 -16
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/index.d.ts +0 -151
- package/node_modules/@slack/socket-mode/node_modules/@types/retry/package.json +0 -28
- package/node_modules/@slack/socket-mode/node_modules/p-finally/index.js +0 -15
- package/node_modules/@slack/socket-mode/node_modules/p-finally/license +0 -21
- package/node_modules/@slack/socket-mode/node_modules/p-finally/package.json +0 -42
- package/node_modules/@slack/socket-mode/node_modules/p-finally/readme.md +0 -47
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.d.ts +0 -101
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/index.js +0 -279
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.d.ts +0 -1
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/lower-bound.js +0 -21
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.d.ts +0 -64
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/options.js +0 -2
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/priority-queue.js +0 -32
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/p-queue/dist/queue.js +0 -2
- package/node_modules/@slack/socket-mode/node_modules/p-queue/license +0 -9
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/LICENSE +0 -21
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/README.md +0 -94
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.d.ts +0 -134
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/index.js +0 -336
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/package.json +0 -56
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.js +0 -340
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js +0 -1
- package/node_modules/@slack/socket-mode/node_modules/p-queue/node_modules/eventemitter3/umd/eventemitter3.min.js.map +0 -1
- package/node_modules/@slack/socket-mode/node_modules/p-queue/package.json +0 -92
- package/node_modules/@slack/socket-mode/node_modules/p-queue/readme.md +0 -400
- package/node_modules/@slack/socket-mode/node_modules/p-retry/index.d.ts +0 -106
- package/node_modules/@slack/socket-mode/node_modules/p-retry/index.js +0 -85
- package/node_modules/@slack/socket-mode/node_modules/p-retry/license +0 -9
- package/node_modules/@slack/socket-mode/node_modules/p-retry/package.json +0 -51
- package/node_modules/@slack/socket-mode/node_modules/p-retry/readme.md +0 -148
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.d.ts +0 -72
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/index.js +0 -57
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/license +0 -9
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/package.json +0 -45
- package/node_modules/@slack/socket-mode/node_modules/p-timeout/readme.md +0 -87
- package/node_modules/@slack/socket-mode/node_modules/retry/License +0 -21
- package/node_modules/@slack/socket-mode/node_modules/retry/README.md +0 -227
- package/node_modules/@slack/socket-mode/node_modules/retry/example/dns.js +0 -31
- package/node_modules/@slack/socket-mode/node_modules/retry/example/stop.js +0 -40
- package/node_modules/@slack/socket-mode/node_modules/retry/index.js +0 -1
- package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry.js +0 -100
- package/node_modules/@slack/socket-mode/node_modules/retry/lib/retry_operation.js +0 -162
- package/node_modules/@slack/socket-mode/node_modules/retry/package.json +0 -36
- package/node_modules/@slack/socket-mode/node_modules/undici-types/LICENSE +0 -21
- package/node_modules/@slack/socket-mode/node_modules/undici-types/README.md +0 -6
- package/node_modules/@slack/socket-mode/node_modules/undici-types/agent.d.ts +0 -30
- package/node_modules/@slack/socket-mode/node_modules/undici-types/api.d.ts +0 -43
- package/node_modules/@slack/socket-mode/node_modules/undici-types/balanced-pool.d.ts +0 -30
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cache-interceptor.d.ts +0 -179
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cache.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/undici-types/client-stats.d.ts +0 -15
- package/node_modules/@slack/socket-mode/node_modules/undici-types/client.d.ts +0 -129
- package/node_modules/@slack/socket-mode/node_modules/undici-types/connector.d.ts +0 -36
- package/node_modules/@slack/socket-mode/node_modules/undici-types/content-type.d.ts +0 -21
- package/node_modules/@slack/socket-mode/node_modules/undici-types/cookies.d.ts +0 -30
- package/node_modules/@slack/socket-mode/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
- package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher.d.ts +0 -253
- package/node_modules/@slack/socket-mode/node_modules/undici-types/dispatcher1-wrapper.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
- package/node_modules/@slack/socket-mode/node_modules/undici-types/errors.d.ts +0 -177
- package/node_modules/@slack/socket-mode/node_modules/undici-types/eventsource.d.ts +0 -66
- package/node_modules/@slack/socket-mode/node_modules/undici-types/fetch.d.ts +0 -231
- package/node_modules/@slack/socket-mode/node_modules/undici-types/formdata.d.ts +0 -108
- package/node_modules/@slack/socket-mode/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/node_modules/@slack/socket-mode/node_modules/undici-types/global-origin.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/undici-types/h2c-client.d.ts +0 -73
- package/node_modules/@slack/socket-mode/node_modules/undici-types/handlers.d.ts +0 -14
- package/node_modules/@slack/socket-mode/node_modules/undici-types/header.d.ts +0 -165
- package/node_modules/@slack/socket-mode/node_modules/undici-types/index.d.ts +0 -93
- package/node_modules/@slack/socket-mode/node_modules/undici-types/interceptors.d.ts +0 -80
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-agent.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-call-history.d.ts +0 -111
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-client.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-interceptor.d.ts +0 -94
- package/node_modules/@slack/socket-mode/node_modules/undici-types/mock-pool.d.ts +0 -27
- package/node_modules/@slack/socket-mode/node_modules/undici-types/package.json +0 -55
- package/node_modules/@slack/socket-mode/node_modules/undici-types/patch.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/node_modules/@slack/socket-mode/node_modules/undici-types/pool.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/undici-types/proxy-agent.d.ts +0 -29
- package/node_modules/@slack/socket-mode/node_modules/undici-types/readable.d.ts +0 -68
- package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/node_modules/@slack/socket-mode/node_modules/undici-types/retry-handler.d.ts +0 -125
- package/node_modules/@slack/socket-mode/node_modules/undici-types/round-robin-pool.d.ts +0 -39
- package/node_modules/@slack/socket-mode/node_modules/undici-types/snapshot-agent.d.ts +0 -113
- package/node_modules/@slack/socket-mode/node_modules/undici-types/socks5-proxy-agent.d.ts +0 -25
- package/node_modules/@slack/socket-mode/node_modules/undici-types/util.d.ts +0 -18
- package/node_modules/@slack/socket-mode/node_modules/undici-types/utility.d.ts +0 -7
- package/node_modules/@slack/socket-mode/node_modules/undici-types/webidl.d.ts +0 -346
- package/node_modules/@slack/socket-mode/node_modules/undici-types/websocket.d.ts +0 -188
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -68
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -1077
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1799
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1361
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -3954
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -794
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ffi.d.ts +0 -486
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1481
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4793
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2202
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2489
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -726
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -605
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2216
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -1943
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -508
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1136
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/iter.d.ts +0 -452
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1806
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2450
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -1059
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +0 -83
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -669
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@slack/web-api/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/ws/LICENSE +0 -20
- package/node_modules/ws/README.md +0 -548
- package/node_modules/ws/browser.js +0 -8
- package/node_modules/ws/index.js +0 -22
- package/node_modules/ws/lib/buffer-util.js +0 -131
- package/node_modules/ws/lib/constants.js +0 -19
- package/node_modules/ws/lib/event-target.js +0 -292
- package/node_modules/ws/lib/extension.js +0 -203
- package/node_modules/ws/lib/limiter.js +0 -55
- package/node_modules/ws/lib/permessage-deflate.js +0 -530
- package/node_modules/ws/lib/receiver.js +0 -743
- package/node_modules/ws/lib/sender.js +0 -607
- package/node_modules/ws/lib/stream.js +0 -161
- package/node_modules/ws/lib/subprotocol.js +0 -62
- package/node_modules/ws/lib/validation.js +0 -152
- package/node_modules/ws/lib/websocket-server.js +0 -562
- package/node_modules/ws/lib/websocket.js +0 -1407
- package/node_modules/ws/package.json +0 -74
- package/node_modules/ws/wrapper.mjs +0 -21
- package/node_modules/zod/src/v4/core/config.ts +0 -15
- /package/dist/{account-configured-sUohAxZr.js → .setup/account-configured-sUohAxZr.mjs} +0 -0
- /package/dist/{config-schema-DrY3S7Ee.js → .setup/config-schema-DrY3S7Ee.mjs} +0 -0
- /package/dist/{registry-bbjH7IHX.js → .setup/registry-bbjH7IHX.mjs} +0 -0
- /package/dist/{runtime-JSVZSWAj.js → .setup/runtime-JSVZSWAj.mjs} +0 -0
- /package/dist/{secret-contract-DxmvbxBF.js → .setup/secret-contract-DxmvbxBF.mjs} +0 -0
- /package/dist/{send-results-eeOu_HYm.js → .setup/send-results-eeOu_HYm.mjs} +0 -0
- /package/dist/{streaming-compat-B-e0mqM0.js → .setup/streaming-compat-B-e0mqM0.mjs} +0 -0
- /package/dist/{thread-ts-CukseRVL.js → .setup/thread-ts-CukseRVL.mjs} +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/LICENSE +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/README.md +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/package.json +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SlackWebSocket.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeClient.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/SocketModeOptions.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/UnrecoverableSocketModeStartError.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/errors.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/index.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.d.ts.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/dist/src/logger.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt/node_modules/@slack/socket-mode}/package.json +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/LICENSE +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/README.md +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.esm.min.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/dist/eventemitter3.umd.min.js.map +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.d.ts +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.js +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/index.mjs +0 -0
- /package/node_modules/@slack/{socket-mode → bolt}/node_modules/eventemitter3/package.json +0 -0
|
@@ -1,1136 +0,0 @@
|
|
|
1
|
-
declare module "node:sqlite" {
|
|
2
|
-
import { PathLike } from "node:fs";
|
|
3
|
-
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView;
|
|
4
|
-
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array;
|
|
5
|
-
interface DatabaseSyncOptions {
|
|
6
|
-
/**
|
|
7
|
-
* If `true`, the database is opened by the constructor. When
|
|
8
|
-
* this value is `false`, the database must be opened via the `open()` method.
|
|
9
|
-
* @since v22.5.0
|
|
10
|
-
* @default true
|
|
11
|
-
*/
|
|
12
|
-
open?: boolean | undefined;
|
|
13
|
-
/**
|
|
14
|
-
* If `true`, foreign key constraints
|
|
15
|
-
* are enabled. This is recommended but can be disabled for compatibility with
|
|
16
|
-
* legacy database schemas. The enforcement of foreign key constraints can be
|
|
17
|
-
* enabled and disabled after opening the database using
|
|
18
|
-
* [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys).
|
|
19
|
-
* @since v22.10.0
|
|
20
|
-
* @default true
|
|
21
|
-
*/
|
|
22
|
-
enableForeignKeyConstraints?: boolean | undefined;
|
|
23
|
-
/**
|
|
24
|
-
* If `true`, SQLite will accept
|
|
25
|
-
* [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote).
|
|
26
|
-
* This is not recommended but can be
|
|
27
|
-
* enabled for compatibility with legacy database schemas.
|
|
28
|
-
* @since v22.10.0
|
|
29
|
-
* @default false
|
|
30
|
-
*/
|
|
31
|
-
enableDoubleQuotedStringLiterals?: boolean | undefined;
|
|
32
|
-
/**
|
|
33
|
-
* If `true`, the database is opened in read-only mode.
|
|
34
|
-
* If the database does not exist, opening it will fail.
|
|
35
|
-
* @since v22.12.0
|
|
36
|
-
* @default false
|
|
37
|
-
*/
|
|
38
|
-
readOnly?: boolean | undefined;
|
|
39
|
-
/**
|
|
40
|
-
* If `true`, the `loadExtension` SQL function
|
|
41
|
-
* and the `loadExtension()` method are enabled.
|
|
42
|
-
* You can call `enableLoadExtension(false)` later to disable this feature.
|
|
43
|
-
* @since v22.13.0
|
|
44
|
-
* @default false
|
|
45
|
-
*/
|
|
46
|
-
allowExtension?: boolean | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* The [busy timeout](https://sqlite.org/c3ref/busy_timeout.html) in milliseconds. This is the maximum amount of
|
|
49
|
-
* time that SQLite will wait for a database lock to be released before
|
|
50
|
-
* returning an error.
|
|
51
|
-
* @since v24.0.0
|
|
52
|
-
* @default 0
|
|
53
|
-
*/
|
|
54
|
-
timeout?: number | undefined;
|
|
55
|
-
/**
|
|
56
|
-
* If `true`, integer fields are read as JavaScript `BigInt` values. If `false`,
|
|
57
|
-
* integer fields are read as JavaScript numbers.
|
|
58
|
-
* @since v24.4.0
|
|
59
|
-
* @default false
|
|
60
|
-
*/
|
|
61
|
-
readBigInts?: boolean | undefined;
|
|
62
|
-
/**
|
|
63
|
-
* If `true`, query results are returned as arrays instead of objects.
|
|
64
|
-
* @since v24.4.0
|
|
65
|
-
* @default false
|
|
66
|
-
*/
|
|
67
|
-
returnArrays?: boolean | undefined;
|
|
68
|
-
/**
|
|
69
|
-
* If `true`, allows binding named parameters without the prefix
|
|
70
|
-
* character (e.g., `foo` instead of `:foo`).
|
|
71
|
-
* @since v24.4.40
|
|
72
|
-
* @default true
|
|
73
|
-
*/
|
|
74
|
-
allowBareNamedParameters?: boolean | undefined;
|
|
75
|
-
/**
|
|
76
|
-
* If `true`, unknown named parameters are ignored when binding.
|
|
77
|
-
* If `false`, an exception is thrown for unknown named parameters.
|
|
78
|
-
* @since v24.4.40
|
|
79
|
-
* @default false
|
|
80
|
-
*/
|
|
81
|
-
allowUnknownNamedParameters?: boolean | undefined;
|
|
82
|
-
/**
|
|
83
|
-
* If `true`, enables the defensive flag. When the defensive flag is enabled,
|
|
84
|
-
* language features that allow ordinary SQL to deliberately corrupt the database file are disabled.
|
|
85
|
-
* The defensive flag can also be set using `enableDefensive()`.
|
|
86
|
-
* @since v25.1.0
|
|
87
|
-
* @default true
|
|
88
|
-
*/
|
|
89
|
-
defensive?: boolean | undefined;
|
|
90
|
-
/**
|
|
91
|
-
* Configuration for various SQLite limits. These limits
|
|
92
|
-
* can be used to prevent excessive resource consumption when handling
|
|
93
|
-
* potentially malicious input. See [Run-Time Limits](https://www.sqlite.org/c3ref/c_limit_attached.html) and [Limit Constants](https://www.sqlite.org/c3ref/limit.html)
|
|
94
|
-
* in the SQLite documentation for details. Default values are determined by
|
|
95
|
-
* SQLite's compile-time defaults and may vary depending on how SQLite was
|
|
96
|
-
* built. The following properties are supported:
|
|
97
|
-
* @since v25.8.0
|
|
98
|
-
*/
|
|
99
|
-
limits?: NodeJS.PartialOptions<DatabaseLimits> | undefined;
|
|
100
|
-
}
|
|
101
|
-
interface DatabaseLimits {
|
|
102
|
-
length: number;
|
|
103
|
-
sqlLength: number;
|
|
104
|
-
column: number;
|
|
105
|
-
exprDepth: number;
|
|
106
|
-
compoundSelect: number;
|
|
107
|
-
vdbeOp: number;
|
|
108
|
-
functionArg: number;
|
|
109
|
-
attach: number;
|
|
110
|
-
likePatternLength: number;
|
|
111
|
-
variableNumber: number;
|
|
112
|
-
triggerDepth: number;
|
|
113
|
-
}
|
|
114
|
-
interface CreateSessionOptions {
|
|
115
|
-
/**
|
|
116
|
-
* A specific table to track changes for. By default, changes to all tables are tracked.
|
|
117
|
-
* @since v22.12.0
|
|
118
|
-
*/
|
|
119
|
-
table?: string | undefined;
|
|
120
|
-
/**
|
|
121
|
-
* Name of the database to track. This is useful when multiple databases have been added using
|
|
122
|
-
* [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html).
|
|
123
|
-
* @since v22.12.0
|
|
124
|
-
* @default 'main'
|
|
125
|
-
*/
|
|
126
|
-
db?: string | undefined;
|
|
127
|
-
}
|
|
128
|
-
interface ApplyChangesetOptions {
|
|
129
|
-
/**
|
|
130
|
-
* Skip changes that, when targeted table name is supplied to this function, return a truthy value.
|
|
131
|
-
* By default, all changes are attempted.
|
|
132
|
-
* @since v22.12.0
|
|
133
|
-
*/
|
|
134
|
-
filter?: ((tableName: string) => boolean) | undefined;
|
|
135
|
-
/**
|
|
136
|
-
* A function that determines how to handle conflicts. The function receives one argument,
|
|
137
|
-
* which can be one of the following values:
|
|
138
|
-
*
|
|
139
|
-
* * `SQLITE_CHANGESET_DATA`: A `DELETE` or `UPDATE` change does not contain the expected "before" values.
|
|
140
|
-
* * `SQLITE_CHANGESET_NOTFOUND`: A row matching the primary key of the `DELETE` or `UPDATE` change does not exist.
|
|
141
|
-
* * `SQLITE_CHANGESET_CONFLICT`: An `INSERT` change results in a duplicate primary key.
|
|
142
|
-
* * `SQLITE_CHANGESET_FOREIGN_KEY`: Applying a change would result in a foreign key violation.
|
|
143
|
-
* * `SQLITE_CHANGESET_CONSTRAINT`: Applying a change results in a `UNIQUE`, `CHECK`, or `NOT NULL` constraint
|
|
144
|
-
* violation.
|
|
145
|
-
*
|
|
146
|
-
* The function should return one of the following values:
|
|
147
|
-
*
|
|
148
|
-
* * `SQLITE_CHANGESET_OMIT`: Omit conflicting changes.
|
|
149
|
-
* * `SQLITE_CHANGESET_REPLACE`: Replace existing values with conflicting changes (only valid with
|
|
150
|
-
`SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT` conflicts).
|
|
151
|
-
* * `SQLITE_CHANGESET_ABORT`: Abort on conflict and roll back the database.
|
|
152
|
-
*
|
|
153
|
-
* When an error is thrown in the conflict handler or when any other value is returned from the handler,
|
|
154
|
-
* applying the changeset is aborted and the database is rolled back.
|
|
155
|
-
*
|
|
156
|
-
* **Default**: A function that returns `SQLITE_CHANGESET_ABORT`.
|
|
157
|
-
* @since v22.12.0
|
|
158
|
-
*/
|
|
159
|
-
onConflict?: ((conflictType: number) => number) | undefined;
|
|
160
|
-
}
|
|
161
|
-
interface DeserializeOptions {
|
|
162
|
-
/**
|
|
163
|
-
* Name of the database to deserialize into.
|
|
164
|
-
* @default 'main'
|
|
165
|
-
*/
|
|
166
|
-
dbName?: string | undefined;
|
|
167
|
-
}
|
|
168
|
-
interface FunctionOptions {
|
|
169
|
-
/**
|
|
170
|
-
* If `true`, the [`SQLITE_DETERMINISTIC`](https://www.sqlite.org/c3ref/c_deterministic.html) flag is
|
|
171
|
-
* set on the created function.
|
|
172
|
-
* @default false
|
|
173
|
-
*/
|
|
174
|
-
deterministic?: boolean | undefined;
|
|
175
|
-
/**
|
|
176
|
-
* If `true`, the [`SQLITE_DIRECTONLY`](https://www.sqlite.org/c3ref/c_directonly.html) flag is set on
|
|
177
|
-
* the created function.
|
|
178
|
-
* @default false
|
|
179
|
-
*/
|
|
180
|
-
directOnly?: boolean | undefined;
|
|
181
|
-
/**
|
|
182
|
-
* If `true`, integer arguments to `function`
|
|
183
|
-
* are converted to `BigInt`s. If `false`, integer arguments are passed as
|
|
184
|
-
* JavaScript numbers.
|
|
185
|
-
* @default false
|
|
186
|
-
*/
|
|
187
|
-
useBigIntArguments?: boolean | undefined;
|
|
188
|
-
/**
|
|
189
|
-
* If `true`, `function` may be invoked with any number of
|
|
190
|
-
* arguments (between zero and
|
|
191
|
-
* [`SQLITE_MAX_FUNCTION_ARG`](https://www.sqlite.org/limits.html#max_function_arg)). If `false`,
|
|
192
|
-
* `function` must be invoked with exactly `function.length` arguments.
|
|
193
|
-
* @default false
|
|
194
|
-
*/
|
|
195
|
-
varargs?: boolean | undefined;
|
|
196
|
-
}
|
|
197
|
-
interface AggregateOptions<T extends SQLInputValue = SQLInputValue> extends FunctionOptions {
|
|
198
|
-
/**
|
|
199
|
-
* The identity value for the aggregation function. This value is used when the aggregation
|
|
200
|
-
* function is initialized. When a `Function` is passed the identity will be its return value.
|
|
201
|
-
*/
|
|
202
|
-
start: T | (() => T);
|
|
203
|
-
/**
|
|
204
|
-
* The function to call for each row in the aggregation. The
|
|
205
|
-
* function receives the current state and the row value. The return value of
|
|
206
|
-
* this function should be the new state.
|
|
207
|
-
*/
|
|
208
|
-
step: (accumulator: T, ...args: SQLOutputValue[]) => T;
|
|
209
|
-
/**
|
|
210
|
-
* The function to call to get the result of the
|
|
211
|
-
* aggregation. The function receives the final state and should return the
|
|
212
|
-
* result of the aggregation.
|
|
213
|
-
*/
|
|
214
|
-
result?: ((accumulator: T) => SQLInputValue) | undefined;
|
|
215
|
-
/**
|
|
216
|
-
* When this function is provided, the `aggregate` method will work as a window function.
|
|
217
|
-
* The function receives the current state and the dropped row value. The return value of this function should be the
|
|
218
|
-
* new state.
|
|
219
|
-
*/
|
|
220
|
-
inverse?: ((accumulator: T, ...args: SQLOutputValue[]) => T) | undefined;
|
|
221
|
-
}
|
|
222
|
-
interface PrepareOptions {
|
|
223
|
-
/**
|
|
224
|
-
* If `true`, integer fields are read as `BigInt`s.
|
|
225
|
-
* @since v25.5.0
|
|
226
|
-
*/
|
|
227
|
-
readBigInts?: boolean | undefined;
|
|
228
|
-
/**
|
|
229
|
-
* If `true`, results are returned as arrays.
|
|
230
|
-
* @since v25.5.0
|
|
231
|
-
*/
|
|
232
|
-
returnArrays?: boolean | undefined;
|
|
233
|
-
/**
|
|
234
|
-
* If `true`, allows binding named parameters without the prefix character.
|
|
235
|
-
* @since v25.5.0
|
|
236
|
-
*/
|
|
237
|
-
allowBareNamedParameters?: boolean | undefined;
|
|
238
|
-
/**
|
|
239
|
-
* If `true`, unknown named parameters are ignored.
|
|
240
|
-
* @since v25.5.0
|
|
241
|
-
*/
|
|
242
|
-
allowUnknownNamedParameters?: boolean | undefined;
|
|
243
|
-
}
|
|
244
|
-
/**
|
|
245
|
-
* This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs
|
|
246
|
-
* exposed by this class execute synchronously.
|
|
247
|
-
* @since v22.5.0
|
|
248
|
-
*/
|
|
249
|
-
class DatabaseSync implements Disposable {
|
|
250
|
-
/**
|
|
251
|
-
* Constructs a new `DatabaseSync` instance.
|
|
252
|
-
* @param path The path of the database.
|
|
253
|
-
* A SQLite database can be stored in a file or completely [in memory](https://www.sqlite.org/inmemorydb.html).
|
|
254
|
-
* To use a file-backed database, the path should be a file path.
|
|
255
|
-
* To use an in-memory database, the path should be the special name `':memory:'`.
|
|
256
|
-
* @param options Configuration options for the database connection.
|
|
257
|
-
*/
|
|
258
|
-
constructor(path: PathLike, options?: DatabaseSyncOptions);
|
|
259
|
-
/**
|
|
260
|
-
* Registers a new aggregate function with the SQLite database. This method is a wrapper around
|
|
261
|
-
* [`sqlite3_create_window_function()`](https://www.sqlite.org/c3ref/create_function.html).
|
|
262
|
-
*
|
|
263
|
-
* When used as a window function, the `result` function will be called multiple times.
|
|
264
|
-
*
|
|
265
|
-
* ```js
|
|
266
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
267
|
-
*
|
|
268
|
-
* const db = new DatabaseSync(':memory:');
|
|
269
|
-
* db.exec(`
|
|
270
|
-
* CREATE TABLE t3(x, y);
|
|
271
|
-
* INSERT INTO t3 VALUES ('a', 4),
|
|
272
|
-
* ('b', 5),
|
|
273
|
-
* ('c', 3),
|
|
274
|
-
* ('d', 8),
|
|
275
|
-
* ('e', 1);
|
|
276
|
-
* `);
|
|
277
|
-
*
|
|
278
|
-
* db.aggregate('sumint', {
|
|
279
|
-
* start: 0,
|
|
280
|
-
* step: (acc, value) => acc + value,
|
|
281
|
-
* });
|
|
282
|
-
*
|
|
283
|
-
* db.prepare('SELECT sumint(y) as total FROM t3').get(); // { total: 21 }
|
|
284
|
-
* ```
|
|
285
|
-
* @since v24.0.0
|
|
286
|
-
* @param name The name of the SQLite function to create.
|
|
287
|
-
* @param options Function configuration settings.
|
|
288
|
-
*/
|
|
289
|
-
aggregate(name: string, options: AggregateOptions): void;
|
|
290
|
-
aggregate<T extends SQLInputValue>(name: string, options: AggregateOptions<T>): void;
|
|
291
|
-
/**
|
|
292
|
-
* Closes the database connection. An exception is thrown if the database is not
|
|
293
|
-
* open. This method is a wrapper around [`sqlite3_close_v2()`](https://www.sqlite.org/c3ref/close.html).
|
|
294
|
-
* @since v22.5.0
|
|
295
|
-
*/
|
|
296
|
-
close(): void;
|
|
297
|
-
/**
|
|
298
|
-
* Loads a shared library into the database connection. This method is a wrapper
|
|
299
|
-
* around [`sqlite3_load_extension()`](https://www.sqlite.org/c3ref/load_extension.html). It is required to enable the
|
|
300
|
-
* `allowExtension` option when constructing the `DatabaseSync` instance.
|
|
301
|
-
*
|
|
302
|
-
* ```js
|
|
303
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
304
|
-
* const database = new DatabaseSync(':memory:', { allowExtension: true });
|
|
305
|
-
*
|
|
306
|
-
* // Load using the entry point derived from the filename.
|
|
307
|
-
* database.loadExtension('./decimal.dylib');
|
|
308
|
-
*
|
|
309
|
-
* // Override the entry point when the derived name does not match.
|
|
310
|
-
* database.loadExtension('./base64.dylib', 'sqlite3_base64_init');
|
|
311
|
-
* @since v22.13.0
|
|
312
|
-
* @param path The path to the shared library to load.
|
|
313
|
-
* @param entryPoint The name of the extension's entry-point function. When
|
|
314
|
-
* omitted, SQLite derives the entry point from the shared library's filename;
|
|
315
|
-
* pass this argument explicitly when the derived name does not match.
|
|
316
|
-
*/
|
|
317
|
-
loadExtension(path: string, entryPoint?: string): void;
|
|
318
|
-
/**
|
|
319
|
-
* Enables or disables the `loadExtension` SQL function, and the `loadExtension()`
|
|
320
|
-
* method. When `allowExtension` is `false` when constructing, you cannot enable
|
|
321
|
-
* loading extensions for security reasons.
|
|
322
|
-
* @since v22.13.0
|
|
323
|
-
* @param allow Whether to allow loading extensions.
|
|
324
|
-
*/
|
|
325
|
-
enableLoadExtension(allow: boolean): void;
|
|
326
|
-
/**
|
|
327
|
-
* Enables or disables the defensive flag. When the defensive flag is active,
|
|
328
|
-
* language features that allow ordinary SQL to deliberately corrupt the database file are disabled.
|
|
329
|
-
* See [`SQLITE_DBCONFIG_DEFENSIVE`](https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive) in the SQLite documentation for details.
|
|
330
|
-
* @since v25.1.0
|
|
331
|
-
* @param active Whether to set the defensive flag.
|
|
332
|
-
*/
|
|
333
|
-
enableDefensive(active: boolean): void;
|
|
334
|
-
/**
|
|
335
|
-
* This method is a wrapper around [`sqlite3_db_filename()`](https://sqlite.org/c3ref/db_filename.html)
|
|
336
|
-
* @since v24.0.0
|
|
337
|
-
* @param dbName Name of the database. This can be `'main'` (the default primary database) or any other
|
|
338
|
-
* database that has been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) **Default:** `'main'`.
|
|
339
|
-
* @returns The location of the database file. When using an in-memory database,
|
|
340
|
-
* this method returns null.
|
|
341
|
-
*/
|
|
342
|
-
location(dbName?: string): string | null;
|
|
343
|
-
/**
|
|
344
|
-
* This method allows one or more SQL statements to be executed without returning
|
|
345
|
-
* any results. This method is useful when executing SQL statements read from a
|
|
346
|
-
* file. This method is a wrapper around [`sqlite3_exec()`](https://www.sqlite.org/c3ref/exec.html).
|
|
347
|
-
* @since v22.5.0
|
|
348
|
-
* @param sql A SQL string to execute.
|
|
349
|
-
*/
|
|
350
|
-
exec(sql: string): void;
|
|
351
|
-
/**
|
|
352
|
-
* This method is used to create SQLite user-defined functions. This method is a
|
|
353
|
-
* wrapper around [`sqlite3_create_function_v2()`](https://www.sqlite.org/c3ref/create_function.html).
|
|
354
|
-
* @since v22.13.0
|
|
355
|
-
* @param name The name of the SQLite function to create.
|
|
356
|
-
* @param options Optional configuration settings for the function.
|
|
357
|
-
* @param fn The JavaScript function to call when the SQLite function is
|
|
358
|
-
* invoked. The return value of this function should be a valid SQLite data type:
|
|
359
|
-
* see [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v26.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite). The result defaults to
|
|
360
|
-
* `NULL` if the return value is `undefined`.
|
|
361
|
-
*/
|
|
362
|
-
function(
|
|
363
|
-
name: string,
|
|
364
|
-
options: FunctionOptions,
|
|
365
|
-
fn: (...args: SQLOutputValue[]) => SQLInputValue,
|
|
366
|
-
): void;
|
|
367
|
-
function(name: string, fn: (...args: SQLOutputValue[]) => SQLInputValue): void;
|
|
368
|
-
/**
|
|
369
|
-
* Sets an authorizer callback that SQLite will invoke whenever it attempts to
|
|
370
|
-
* access data or modify the database schema through prepared statements.
|
|
371
|
-
* This can be used to implement security policies, audit access, or restrict certain operations.
|
|
372
|
-
* This method is a wrapper around [`sqlite3_set_authorizer()`](https://sqlite.org/c3ref/set_authorizer.html).
|
|
373
|
-
*
|
|
374
|
-
* When invoked, the callback receives five arguments:
|
|
375
|
-
*
|
|
376
|
-
* * `actionCode` {number} The type of operation being performed (e.g.,
|
|
377
|
-
* `SQLITE_INSERT`, `SQLITE_UPDATE`, `SQLITE_SELECT`).
|
|
378
|
-
* * `arg1` {string|null} The first argument (context-dependent, often a table name).
|
|
379
|
-
* * `arg2` {string|null} The second argument (context-dependent, often a column name).
|
|
380
|
-
* * `dbName` {string|null} The name of the database.
|
|
381
|
-
* * `triggerOrView` {string|null} The name of the trigger or view causing the access.
|
|
382
|
-
*
|
|
383
|
-
* The callback must return one of the following constants:
|
|
384
|
-
*
|
|
385
|
-
* * `SQLITE_OK` - Allow the operation.
|
|
386
|
-
* * `SQLITE_DENY` - Deny the operation (causes an error).
|
|
387
|
-
* * `SQLITE_IGNORE` - Ignore the operation (silently skip).
|
|
388
|
-
*
|
|
389
|
-
* ```js
|
|
390
|
-
* import { DatabaseSync, constants } from 'node:sqlite';
|
|
391
|
-
* const db = new DatabaseSync(':memory:');
|
|
392
|
-
*
|
|
393
|
-
* // Set up an authorizer that denies all table creation
|
|
394
|
-
* db.setAuthorizer((actionCode) => {
|
|
395
|
-
* if (actionCode === constants.SQLITE_CREATE_TABLE) {
|
|
396
|
-
* return constants.SQLITE_DENY;
|
|
397
|
-
* }
|
|
398
|
-
* return constants.SQLITE_OK;
|
|
399
|
-
* });
|
|
400
|
-
*
|
|
401
|
-
* // This will work
|
|
402
|
-
* db.prepare('SELECT 1').get();
|
|
403
|
-
*
|
|
404
|
-
* // This will throw an error due to authorization denial
|
|
405
|
-
* try {
|
|
406
|
-
* db.exec('CREATE TABLE blocked (id INTEGER)');
|
|
407
|
-
* } catch (err) {
|
|
408
|
-
* console.log('Operation blocked:', err.message);
|
|
409
|
-
* }
|
|
410
|
-
* ```
|
|
411
|
-
* @since v24.10.0
|
|
412
|
-
* @param callback The authorizer function to set, or `null` to
|
|
413
|
-
* clear the current authorizer.
|
|
414
|
-
*/
|
|
415
|
-
setAuthorizer(
|
|
416
|
-
callback:
|
|
417
|
-
| ((
|
|
418
|
-
actionCode: number,
|
|
419
|
-
arg1: string | null,
|
|
420
|
-
arg2: string | null,
|
|
421
|
-
dbName: string | null,
|
|
422
|
-
triggerOrView: string | null,
|
|
423
|
-
) => number)
|
|
424
|
-
| null,
|
|
425
|
-
): void;
|
|
426
|
-
/**
|
|
427
|
-
* Whether the database is currently open or not.
|
|
428
|
-
* @since v22.15.0
|
|
429
|
-
*/
|
|
430
|
-
readonly isOpen: boolean;
|
|
431
|
-
/**
|
|
432
|
-
* Whether the database is currently within a transaction. This method
|
|
433
|
-
* is a wrapper around [`sqlite3_get_autocommit()`](https://sqlite.org/c3ref/get_autocommit.html).
|
|
434
|
-
* @since v24.0.0
|
|
435
|
-
*/
|
|
436
|
-
readonly isTransaction: boolean;
|
|
437
|
-
/**
|
|
438
|
-
* An object for getting and setting SQLite database limits at runtime.
|
|
439
|
-
* Each property corresponds to an SQLite limit and can be read or written.
|
|
440
|
-
*
|
|
441
|
-
* ```js
|
|
442
|
-
* const db = new DatabaseSync(':memory:');
|
|
443
|
-
*
|
|
444
|
-
* // Read current limit
|
|
445
|
-
* console.log(db.limits.length);
|
|
446
|
-
*
|
|
447
|
-
* // Set a new limit
|
|
448
|
-
* db.limits.sqlLength = 100000;
|
|
449
|
-
*
|
|
450
|
-
* // Reset a limit to its compile-time maximum
|
|
451
|
-
* db.limits.sqlLength = Infinity;
|
|
452
|
-
* ```
|
|
453
|
-
*
|
|
454
|
-
* Available properties: `length`, `sqlLength`, `column`, `exprDepth`,
|
|
455
|
-
* `compoundSelect`, `vdbeOp`, `functionArg`, `attach`, `likePatternLength`,
|
|
456
|
-
* `variableNumber`, `triggerDepth`.
|
|
457
|
-
*
|
|
458
|
-
* Setting a property to `Infinity` resets the limit to its compile-time maximum value.
|
|
459
|
-
* @since v25.8.0
|
|
460
|
-
*/
|
|
461
|
-
readonly limits: DatabaseLimits;
|
|
462
|
-
/**
|
|
463
|
-
* Opens the database specified in the `path` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via
|
|
464
|
-
* the constructor. An exception is thrown if the database is already open.
|
|
465
|
-
* @since v22.5.0
|
|
466
|
-
*/
|
|
467
|
-
open(): void;
|
|
468
|
-
/**
|
|
469
|
-
* Serializes the database into a binary representation, returned as a
|
|
470
|
-
* `Uint8Array`. This is useful for saving, cloning, or transferring an in-memory
|
|
471
|
-
* database. This method is a wrapper around [`sqlite3_serialize()`](https://sqlite.org/c3ref/serialize.html).
|
|
472
|
-
*
|
|
473
|
-
* ```js
|
|
474
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
475
|
-
*
|
|
476
|
-
* const db = new DatabaseSync(':memory:');
|
|
477
|
-
* db.exec('CREATE TABLE t(key INTEGER PRIMARY KEY, value TEXT)');
|
|
478
|
-
* db.exec("INSERT INTO t VALUES (1, 'hello')");
|
|
479
|
-
* const buffer = db.serialize();
|
|
480
|
-
* console.log(buffer.length); // Prints the byte length of the database
|
|
481
|
-
* ```
|
|
482
|
-
* @since v26.1.0
|
|
483
|
-
* @param dbName Name of the database to serialize. This can be `'main'`
|
|
484
|
-
* (the default primary database) or any other database that has been added with
|
|
485
|
-
* [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html). **Default:** `'main'`.
|
|
486
|
-
* @returns A binary representation of the database.
|
|
487
|
-
*/
|
|
488
|
-
serialize(dbName?: string): NodeJS.NonSharedUint8Array;
|
|
489
|
-
/**
|
|
490
|
-
* Loads a serialized database into this connection, replacing the current
|
|
491
|
-
* database. The deserialized database is writable. Existing prepared statements
|
|
492
|
-
* are finalized before deserialization is attempted, even if the operation
|
|
493
|
-
* subsequently fails. This method is a wrapper around
|
|
494
|
-
* [`sqlite3_deserialize()`](https://sqlite.org/c3ref/deserialize.html).
|
|
495
|
-
*
|
|
496
|
-
* ```js
|
|
497
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
498
|
-
*
|
|
499
|
-
* const original = new DatabaseSync(':memory:');
|
|
500
|
-
* original.exec('CREATE TABLE t(key INTEGER PRIMARY KEY, value TEXT)');
|
|
501
|
-
* original.exec("INSERT INTO t VALUES (1, 'hello')");
|
|
502
|
-
* const buffer = original.serialize();
|
|
503
|
-
* original.close();
|
|
504
|
-
*
|
|
505
|
-
* const clone = new DatabaseSync(':memory:');
|
|
506
|
-
* clone.deserialize(buffer);
|
|
507
|
-
* console.log(clone.prepare('SELECT value FROM t').get());
|
|
508
|
-
* // Prints: { value: 'hello' }
|
|
509
|
-
* ```
|
|
510
|
-
* @since v26.1.0
|
|
511
|
-
* @param buffer A binary representation of a database, such as the
|
|
512
|
-
* output of `database.serialize()`.
|
|
513
|
-
* @param options Optional configuration for the deserialization.
|
|
514
|
-
*/
|
|
515
|
-
deserialize(buffer: Uint8Array, options?: DeserializeOptions): void;
|
|
516
|
-
/**
|
|
517
|
-
* Compiles a SQL statement into a [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This method is a wrapper
|
|
518
|
-
* around [`sqlite3_prepare_v2()`](https://www.sqlite.org/c3ref/prepare.html).
|
|
519
|
-
* @since v22.5.0
|
|
520
|
-
* @param sql A SQL string to compile to a prepared statement.
|
|
521
|
-
* @param options Optional configuration for the prepared statement.
|
|
522
|
-
* @return The prepared statement.
|
|
523
|
-
*/
|
|
524
|
-
prepare(sql: string, options?: PrepareOptions): StatementSync;
|
|
525
|
-
/**
|
|
526
|
-
* Creates a new {@link SQLTagStore}, which is a Least Recently Used (LRU) cache
|
|
527
|
-
* for storing prepared statements. This allows for the efficient reuse of
|
|
528
|
-
* prepared statements by tagging them with a unique identifier.
|
|
529
|
-
*
|
|
530
|
-
* When a tagged SQL literal is executed, the `SQLTagStore` checks if a prepared
|
|
531
|
-
* statement for the corresponding SQL query string already exists in the cache.
|
|
532
|
-
* If it does, the cached statement is used. If not, a new prepared statement is
|
|
533
|
-
* created, executed, and then stored in the cache for future use. This mechanism
|
|
534
|
-
* helps to avoid the overhead of repeatedly parsing and preparing the same SQL
|
|
535
|
-
* statements.
|
|
536
|
-
*
|
|
537
|
-
* Tagged statements bind the placeholder values from the template literal as
|
|
538
|
-
* parameters to the underlying prepared statement. For example:
|
|
539
|
-
*
|
|
540
|
-
* ```js
|
|
541
|
-
* sqlTagStore.get`SELECT ${value}`;
|
|
542
|
-
* ```
|
|
543
|
-
*
|
|
544
|
-
* is equivalent to:
|
|
545
|
-
*
|
|
546
|
-
* ```js
|
|
547
|
-
* db.prepare('SELECT ?').get(value);
|
|
548
|
-
* ```
|
|
549
|
-
*
|
|
550
|
-
* However, in the first example, the tag store will cache the underlying prepared
|
|
551
|
-
* statement for future use.
|
|
552
|
-
*
|
|
553
|
-
* > **Note:** The `${value}` syntax in tagged statements _binds_ a parameter to
|
|
554
|
-
* > the prepared statement. This differs from its behavior in _untagged_ template
|
|
555
|
-
* > literals, where it performs string interpolation.
|
|
556
|
-
* >
|
|
557
|
-
* > ```js
|
|
558
|
-
* > // This a safe example of binding a parameter to a tagged statement.
|
|
559
|
-
* > sqlTagStore.run`INSERT INTO t1 (id) VALUES (${id})`;
|
|
560
|
-
* >
|
|
561
|
-
* > // This is an *unsafe* example of an untagged template string.
|
|
562
|
-
* > // `id` is interpolated into the query text as a string.
|
|
563
|
-
* > // This can lead to SQL injection and data corruption.
|
|
564
|
-
* > db.run(`INSERT INTO t1 (id) VALUES (${id})`);
|
|
565
|
-
* > ```
|
|
566
|
-
*
|
|
567
|
-
* The tag store will match a statement from the cache if the query strings
|
|
568
|
-
* (including the positions of any bound placeholders) are identical.
|
|
569
|
-
*
|
|
570
|
-
* ```js
|
|
571
|
-
* // The following statements will match in the cache:
|
|
572
|
-
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
573
|
-
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${12345} AND active = 1`;
|
|
574
|
-
*
|
|
575
|
-
* // The following statements will not match, as the query strings
|
|
576
|
-
* // and bound placeholders differ:
|
|
577
|
-
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
578
|
-
* sqlTagStore.get`SELECT * FROM t1 WHERE id = 12345 AND active = 1`;
|
|
579
|
-
*
|
|
580
|
-
* // The following statements will not match, as matches are case-sensitive:
|
|
581
|
-
* sqlTagStore.get`SELECT * FROM t1 WHERE id = ${id} AND active = 1`;
|
|
582
|
-
* sqlTagStore.get`select * from t1 where id = ${id} and active = 1`;
|
|
583
|
-
* ```
|
|
584
|
-
*
|
|
585
|
-
* The only way of binding parameters in tagged statements is with the `${value}`
|
|
586
|
-
* syntax. Do not add parameter binding placeholders (`?` etc.) to the SQL query
|
|
587
|
-
* string itself.
|
|
588
|
-
*
|
|
589
|
-
* ```js
|
|
590
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
591
|
-
*
|
|
592
|
-
* const db = new DatabaseSync(':memory:');
|
|
593
|
-
* const sql = db.createSQLTagStore();
|
|
594
|
-
*
|
|
595
|
-
* db.exec('CREATE TABLE users (id INT, name TEXT)');
|
|
596
|
-
*
|
|
597
|
-
* // Using the 'run' method to insert data.
|
|
598
|
-
* // The tagged literal is used to identify the prepared statement.
|
|
599
|
-
* sql.run`INSERT INTO users VALUES (1, 'Alice')`;
|
|
600
|
-
* sql.run`INSERT INTO users VALUES (2, 'Bob')`;
|
|
601
|
-
*
|
|
602
|
-
* // Using the 'get' method to retrieve a single row.
|
|
603
|
-
* const name = 'Alice';
|
|
604
|
-
* const user = sql.get`SELECT * FROM users WHERE name = ${name}`;
|
|
605
|
-
* console.log(user); // { id: 1, name: 'Alice' }
|
|
606
|
-
*
|
|
607
|
-
* // Using the 'all' method to retrieve all rows.
|
|
608
|
-
* const allUsers = sql.all`SELECT * FROM users ORDER BY id`;
|
|
609
|
-
* console.log(allUsers);
|
|
610
|
-
* // [
|
|
611
|
-
* // { id: 1, name: 'Alice' },
|
|
612
|
-
* // { id: 2, name: 'Bob' }
|
|
613
|
-
* // ]
|
|
614
|
-
* ```
|
|
615
|
-
* @since v24.9.0
|
|
616
|
-
* @returns A new SQL tag store for caching prepared statements.
|
|
617
|
-
*/
|
|
618
|
-
createTagStore(maxSize?: number): SQLTagStore;
|
|
619
|
-
/**
|
|
620
|
-
* Creates and attaches a session to the database. This method is a wrapper around
|
|
621
|
-
* [`sqlite3session_create()`](https://www.sqlite.org/session/sqlite3session_create.html) and
|
|
622
|
-
* [`sqlite3session_attach()`](https://www.sqlite.org/session/sqlite3session_attach.html).
|
|
623
|
-
* @param options The configuration options for the session.
|
|
624
|
-
* @returns A session handle.
|
|
625
|
-
* @since v22.12.0
|
|
626
|
-
*/
|
|
627
|
-
createSession(options?: CreateSessionOptions): Session;
|
|
628
|
-
/**
|
|
629
|
-
* An exception is thrown if the database is not
|
|
630
|
-
* open. This method is a wrapper around
|
|
631
|
-
* [`sqlite3changeset_apply()`](https://www.sqlite.org/session/sqlite3changeset_apply.html).
|
|
632
|
-
*
|
|
633
|
-
* ```js
|
|
634
|
-
* import { DatabaseSync } from 'node:sqlite';
|
|
635
|
-
*
|
|
636
|
-
* const sourceDb = new DatabaseSync(':memory:');
|
|
637
|
-
* const targetDb = new DatabaseSync(':memory:');
|
|
638
|
-
*
|
|
639
|
-
* sourceDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
|
|
640
|
-
* targetDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)');
|
|
641
|
-
*
|
|
642
|
-
* const session = sourceDb.createSession();
|
|
643
|
-
*
|
|
644
|
-
* const insert = sourceDb.prepare('INSERT INTO data (key, value) VALUES (?, ?)');
|
|
645
|
-
* insert.run(1, 'hello');
|
|
646
|
-
* insert.run(2, 'world');
|
|
647
|
-
*
|
|
648
|
-
* const changeset = session.changeset();
|
|
649
|
-
* targetDb.applyChangeset(changeset);
|
|
650
|
-
* // Now that the changeset has been applied, targetDb contains the same data as sourceDb.
|
|
651
|
-
* ```
|
|
652
|
-
* @param changeset A binary changeset or patchset.
|
|
653
|
-
* @param options The configuration options for how the changes will be applied.
|
|
654
|
-
* @returns Whether the changeset was applied successfully without being aborted.
|
|
655
|
-
* @since v22.12.0
|
|
656
|
-
*/
|
|
657
|
-
applyChangeset(changeset: Uint8Array, options?: ApplyChangesetOptions): boolean;
|
|
658
|
-
/**
|
|
659
|
-
* Closes the database connection. If the database connection is already closed
|
|
660
|
-
* then this is a no-op.
|
|
661
|
-
* @since v22.15.0
|
|
662
|
-
*/
|
|
663
|
-
[Symbol.dispose](): void;
|
|
664
|
-
}
|
|
665
|
-
/**
|
|
666
|
-
* @since v22.12.0
|
|
667
|
-
*/
|
|
668
|
-
interface Session {
|
|
669
|
-
/**
|
|
670
|
-
* Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times.
|
|
671
|
-
* An exception is thrown if the database or the session is not open. This method is a wrapper around
|
|
672
|
-
* [`sqlite3session_changeset()`](https://www.sqlite.org/session/sqlite3session_changeset.html).
|
|
673
|
-
* @returns Binary changeset that can be applied to other databases.
|
|
674
|
-
* @since v22.12.0
|
|
675
|
-
*/
|
|
676
|
-
changeset(): NodeJS.NonSharedUint8Array;
|
|
677
|
-
/**
|
|
678
|
-
* Similar to the method above, but generates a more compact patchset. See
|
|
679
|
-
* [Changesets and Patchsets](https://www.sqlite.org/sessionintro.html#changesets_and_patchsets)
|
|
680
|
-
* in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a
|
|
681
|
-
* wrapper around
|
|
682
|
-
* [`sqlite3session_patchset()`](https://www.sqlite.org/session/sqlite3session_patchset.html).
|
|
683
|
-
* @returns Binary patchset that can be applied to other databases.
|
|
684
|
-
* @since v22.12.0
|
|
685
|
-
*/
|
|
686
|
-
patchset(): NodeJS.NonSharedUint8Array;
|
|
687
|
-
/**
|
|
688
|
-
* Closes the session. An exception is thrown if the database or the session is not open. This method is a
|
|
689
|
-
* wrapper around
|
|
690
|
-
* [`sqlite3session_delete()`](https://www.sqlite.org/session/sqlite3session_delete.html).
|
|
691
|
-
*/
|
|
692
|
-
close(): void;
|
|
693
|
-
/**
|
|
694
|
-
* Closes the session. If the session is already closed, does nothing.
|
|
695
|
-
* @since v24.9.0
|
|
696
|
-
*/
|
|
697
|
-
[Symbol.dispose](): void;
|
|
698
|
-
}
|
|
699
|
-
/**
|
|
700
|
-
* This class represents a single LRU (Least Recently Used) cache for storing
|
|
701
|
-
* prepared statements.
|
|
702
|
-
*
|
|
703
|
-
* Instances of this class are created via the `database.createTagStore()`
|
|
704
|
-
* method, not by using a constructor. The store caches prepared statements based
|
|
705
|
-
* on the provided SQL query string. When the same query is seen again, the store
|
|
706
|
-
* retrieves the cached statement and safely applies the new values through
|
|
707
|
-
* parameter binding, thereby preventing attacks like SQL injection.
|
|
708
|
-
*
|
|
709
|
-
* The cache has a maxSize that defaults to 1000 statements, but a custom size can
|
|
710
|
-
* be provided (e.g., `database.createTagStore(100)`). All APIs exposed by this
|
|
711
|
-
* class execute synchronously.
|
|
712
|
-
* @since v24.9.0
|
|
713
|
-
*/
|
|
714
|
-
interface SQLTagStore {
|
|
715
|
-
/**
|
|
716
|
-
* Executes the given SQL query and returns all resulting rows as an array of
|
|
717
|
-
* objects.
|
|
718
|
-
*
|
|
719
|
-
* This function is intended to be used as a template literal tag, not to be
|
|
720
|
-
* called directly.
|
|
721
|
-
* @since v24.9.0
|
|
722
|
-
* @param stringElements Template literal elements containing the SQL
|
|
723
|
-
* query.
|
|
724
|
-
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
725
|
-
* @returns An array of objects representing the rows returned by the query.
|
|
726
|
-
*/
|
|
727
|
-
all(
|
|
728
|
-
stringElements: TemplateStringsArray,
|
|
729
|
-
...boundParameters: SQLInputValue[]
|
|
730
|
-
): Record<string, SQLOutputValue>[];
|
|
731
|
-
/**
|
|
732
|
-
* Executes the given SQL query and returns the first resulting row as an object.
|
|
733
|
-
*
|
|
734
|
-
* This function is intended to be used as a template literal tag, not to be
|
|
735
|
-
* called directly.
|
|
736
|
-
* @since v24.9.0
|
|
737
|
-
* @param stringElements Template literal elements containing the SQL
|
|
738
|
-
* query.
|
|
739
|
-
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
740
|
-
* @returns An object representing the first row returned by
|
|
741
|
-
* the query, or `undefined` if no rows are returned.
|
|
742
|
-
*/
|
|
743
|
-
get(
|
|
744
|
-
stringElements: TemplateStringsArray,
|
|
745
|
-
...boundParameters: SQLInputValue[]
|
|
746
|
-
): Record<string, SQLOutputValue> | undefined;
|
|
747
|
-
/**
|
|
748
|
-
* Executes the given SQL query and returns an iterator over the resulting rows.
|
|
749
|
-
*
|
|
750
|
-
* This function is intended to be used as a template literal tag, not to be
|
|
751
|
-
* called directly.
|
|
752
|
-
* @since v24.9.0
|
|
753
|
-
* @param stringElements Template literal elements containing the SQL
|
|
754
|
-
* query.
|
|
755
|
-
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
756
|
-
* @returns An iterator that yields objects representing the rows returned by the query.
|
|
757
|
-
*/
|
|
758
|
-
iterate(
|
|
759
|
-
stringElements: TemplateStringsArray,
|
|
760
|
-
...boundParameters: SQLInputValue[]
|
|
761
|
-
): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
762
|
-
/**
|
|
763
|
-
* Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).
|
|
764
|
-
*
|
|
765
|
-
* This function is intended to be used as a template literal tag, not to be
|
|
766
|
-
* called directly.
|
|
767
|
-
* @since v24.9.0
|
|
768
|
-
* @param stringElements Template literal elements containing the SQL
|
|
769
|
-
* query.
|
|
770
|
-
* @param boundParameters Parameter values to be bound to placeholders in the template string.
|
|
771
|
-
* @returns An object containing information about the execution, including `changes` and `lastInsertRowid`.
|
|
772
|
-
*/
|
|
773
|
-
run(stringElements: TemplateStringsArray, ...boundParameters: SQLInputValue[]): StatementResultingChanges;
|
|
774
|
-
/**
|
|
775
|
-
* A read-only property that returns the number of prepared statements currently in the cache.
|
|
776
|
-
* @since v24.9.0
|
|
777
|
-
*/
|
|
778
|
-
readonly size: number;
|
|
779
|
-
/**
|
|
780
|
-
* A read-only property that returns the maximum number of prepared statements the cache can hold.
|
|
781
|
-
* @since v24.9.0
|
|
782
|
-
*/
|
|
783
|
-
readonly capacity: number;
|
|
784
|
-
/**
|
|
785
|
-
* A read-only property that returns the `DatabaseSync` object associated with this `SQLTagStore`.
|
|
786
|
-
* @since v24.9.0
|
|
787
|
-
*/
|
|
788
|
-
readonly db: DatabaseSync;
|
|
789
|
-
/**
|
|
790
|
-
* Resets the LRU cache, clearing all stored prepared statements.
|
|
791
|
-
* @since v24.9.0
|
|
792
|
-
*/
|
|
793
|
-
clear(): void;
|
|
794
|
-
}
|
|
795
|
-
interface StatementColumnMetadata {
|
|
796
|
-
/**
|
|
797
|
-
* The unaliased name of the column in the origin
|
|
798
|
-
* table, or `null` if the column is the result of an expression or subquery.
|
|
799
|
-
* This property is the result of [`sqlite3_column_origin_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
800
|
-
*/
|
|
801
|
-
column: string | null;
|
|
802
|
-
/**
|
|
803
|
-
* The unaliased name of the origin database, or
|
|
804
|
-
* `null` if the column is the result of an expression or subquery. This
|
|
805
|
-
* property is the result of [`sqlite3_column_database_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
806
|
-
*/
|
|
807
|
-
database: string | null;
|
|
808
|
-
/**
|
|
809
|
-
* The name assigned to the column in the result set of a
|
|
810
|
-
* `SELECT` statement. This property is the result of
|
|
811
|
-
* [`sqlite3_column_name()`](https://www.sqlite.org/c3ref/column_name.html).
|
|
812
|
-
*/
|
|
813
|
-
name: string;
|
|
814
|
-
/**
|
|
815
|
-
* The unaliased name of the origin table, or `null` if
|
|
816
|
-
* the column is the result of an expression or subquery. This property is the
|
|
817
|
-
* result of [`sqlite3_column_table_name()`](https://www.sqlite.org/c3ref/column_database_name.html).
|
|
818
|
-
*/
|
|
819
|
-
table: string | null;
|
|
820
|
-
/**
|
|
821
|
-
* The declared data type of the column, or `null` if the
|
|
822
|
-
* column is the result of an expression or subquery. This property is the
|
|
823
|
-
* result of [`sqlite3_column_decltype()`](https://www.sqlite.org/c3ref/column_decltype.html).
|
|
824
|
-
*/
|
|
825
|
-
type: string | null;
|
|
826
|
-
}
|
|
827
|
-
interface StatementResultingChanges {
|
|
828
|
-
/**
|
|
829
|
-
* The number of rows modified, inserted, or deleted by the most recently completed `INSERT`, `UPDATE`, or `DELETE` statement.
|
|
830
|
-
* This field is either a number or a `BigInt` depending on the prepared statement's configuration.
|
|
831
|
-
* This property is the result of [`sqlite3_changes64()`](https://www.sqlite.org/c3ref/changes.html).
|
|
832
|
-
*/
|
|
833
|
-
changes: number | bigint;
|
|
834
|
-
/**
|
|
835
|
-
* The most recently inserted rowid.
|
|
836
|
-
* This field is either a number or a `BigInt` depending on the prepared statement's configuration.
|
|
837
|
-
* This property is the result of [`sqlite3_last_insert_rowid()`](https://www.sqlite.org/c3ref/last_insert_rowid.html).
|
|
838
|
-
*/
|
|
839
|
-
lastInsertRowid: number | bigint;
|
|
840
|
-
}
|
|
841
|
-
/**
|
|
842
|
-
* This class represents a single [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This class cannot be
|
|
843
|
-
* instantiated via its constructor. Instead, instances are created via the`database.prepare()` method. All APIs exposed by this class execute
|
|
844
|
-
* synchronously.
|
|
845
|
-
*
|
|
846
|
-
* A prepared statement is an efficient binary representation of the SQL used to
|
|
847
|
-
* create it. Prepared statements are parameterizable, and can be invoked multiple
|
|
848
|
-
* times with different bound values. Parameters also offer protection against [SQL injection](https://en.wikipedia.org/wiki/SQL_injection) attacks. For these reasons, prepared statements are
|
|
849
|
-
* preferred
|
|
850
|
-
* over hand-crafted SQL strings when handling user input.
|
|
851
|
-
* @since v22.5.0
|
|
852
|
-
*/
|
|
853
|
-
class StatementSync {
|
|
854
|
-
private constructor();
|
|
855
|
-
/**
|
|
856
|
-
* This method executes a prepared statement and returns all results as an array of
|
|
857
|
-
* objects. If the prepared statement does not return any results, this method
|
|
858
|
-
* returns an empty array. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
|
|
859
|
-
* the values in `namedParameters` and `anonymousParameters`.
|
|
860
|
-
* @since v22.5.0
|
|
861
|
-
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
862
|
-
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
863
|
-
* @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of
|
|
864
|
-
* the row.
|
|
865
|
-
*/
|
|
866
|
-
all(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue>[];
|
|
867
|
-
all(
|
|
868
|
-
namedParameters: Record<string, SQLInputValue>,
|
|
869
|
-
...anonymousParameters: SQLInputValue[]
|
|
870
|
-
): Record<string, SQLOutputValue>[];
|
|
871
|
-
/**
|
|
872
|
-
* This method is used to retrieve information about the columns returned by the
|
|
873
|
-
* prepared statement.
|
|
874
|
-
* @since v23.11.0
|
|
875
|
-
* @returns An array of objects. Each object corresponds to a column
|
|
876
|
-
* in the prepared statement, and contains the following properties:
|
|
877
|
-
*/
|
|
878
|
-
columns(): StatementColumnMetadata[];
|
|
879
|
-
/**
|
|
880
|
-
* The source SQL text of the prepared statement with parameter
|
|
881
|
-
* placeholders replaced by the values that were used during the most recent
|
|
882
|
-
* execution of this prepared statement. This property is a wrapper around
|
|
883
|
-
* [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
|
884
|
-
* @since v22.5.0
|
|
885
|
-
*/
|
|
886
|
-
readonly expandedSQL: string;
|
|
887
|
-
/**
|
|
888
|
-
* This method executes a prepared statement and returns the first result as an
|
|
889
|
-
* object. If the prepared statement does not return any results, this method
|
|
890
|
-
* returns `undefined`. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
|
|
891
|
-
* values in `namedParameters` and `anonymousParameters`.
|
|
892
|
-
* @since v22.5.0
|
|
893
|
-
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
894
|
-
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
895
|
-
* @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no
|
|
896
|
-
* rows were returned from the database then this method returns `undefined`.
|
|
897
|
-
*/
|
|
898
|
-
get(...anonymousParameters: SQLInputValue[]): Record<string, SQLOutputValue> | undefined;
|
|
899
|
-
get(
|
|
900
|
-
namedParameters: Record<string, SQLInputValue>,
|
|
901
|
-
...anonymousParameters: SQLInputValue[]
|
|
902
|
-
): Record<string, SQLOutputValue> | undefined;
|
|
903
|
-
/**
|
|
904
|
-
* This method executes a prepared statement and returns an iterator of
|
|
905
|
-
* objects. If the prepared statement does not return any results, this method
|
|
906
|
-
* returns an empty iterator. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using
|
|
907
|
-
* the values in `namedParameters` and `anonymousParameters`.
|
|
908
|
-
* @since v22.13.0
|
|
909
|
-
* @param namedParameters An optional object used to bind named parameters.
|
|
910
|
-
* The keys of this object are used to configure the mapping.
|
|
911
|
-
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
912
|
-
* @returns An iterable iterator of objects. Each object corresponds to a row
|
|
913
|
-
* returned by executing the prepared statement. The keys and values of each
|
|
914
|
-
* object correspond to the column names and values of the row.
|
|
915
|
-
*/
|
|
916
|
-
iterate(...anonymousParameters: SQLInputValue[]): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
917
|
-
iterate(
|
|
918
|
-
namedParameters: Record<string, SQLInputValue>,
|
|
919
|
-
...anonymousParameters: SQLInputValue[]
|
|
920
|
-
): NodeJS.Iterator<Record<string, SQLOutputValue>>;
|
|
921
|
-
/**
|
|
922
|
-
* This method executes a prepared statement and returns an object summarizing the
|
|
923
|
-
* resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the
|
|
924
|
-
* values in `namedParameters` and `anonymousParameters`.
|
|
925
|
-
* @since v22.5.0
|
|
926
|
-
* @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping.
|
|
927
|
-
* @param anonymousParameters Zero or more values to bind to anonymous parameters.
|
|
928
|
-
*/
|
|
929
|
-
run(...anonymousParameters: SQLInputValue[]): StatementResultingChanges;
|
|
930
|
-
run(
|
|
931
|
-
namedParameters: Record<string, SQLInputValue>,
|
|
932
|
-
...anonymousParameters: SQLInputValue[]
|
|
933
|
-
): StatementResultingChanges;
|
|
934
|
-
/**
|
|
935
|
-
* The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding
|
|
936
|
-
* parameters. However, with the exception of dollar sign character, these
|
|
937
|
-
* prefix characters also require extra quoting when used in object keys.
|
|
938
|
-
*
|
|
939
|
-
* To improve ergonomics, this method can be used to also allow bare named
|
|
940
|
-
* parameters, which do not require the prefix character in JavaScript code. There
|
|
941
|
-
* are several caveats to be aware of when enabling bare named parameters:
|
|
942
|
-
*
|
|
943
|
-
* * The prefix character is still required in SQL.
|
|
944
|
-
* * The prefix character is still allowed in JavaScript. In fact, prefixed names
|
|
945
|
-
* will have slightly better binding performance.
|
|
946
|
-
* * Using ambiguous named parameters, such as `$k` and `@k`, in the same prepared
|
|
947
|
-
* statement will result in an exception as it cannot be determined how to bind
|
|
948
|
-
* a bare name.
|
|
949
|
-
* @since v22.5.0
|
|
950
|
-
* @param enabled Enables or disables support for binding named parameters without the prefix character.
|
|
951
|
-
*/
|
|
952
|
-
setAllowBareNamedParameters(enabled: boolean): void;
|
|
953
|
-
/**
|
|
954
|
-
* By default, if an unknown name is encountered while binding parameters, an
|
|
955
|
-
* exception is thrown. This method allows unknown named parameters to be ignored.
|
|
956
|
-
* @since v22.15.0
|
|
957
|
-
* @param enabled Enables or disables support for unknown named parameters.
|
|
958
|
-
*/
|
|
959
|
-
setAllowUnknownNamedParameters(enabled: boolean): void;
|
|
960
|
-
/**
|
|
961
|
-
* When enabled, query results returned by the `all()`, `get()`, and `iterate()` methods will be returned as arrays instead
|
|
962
|
-
* of objects.
|
|
963
|
-
* @since v24.0.0
|
|
964
|
-
* @param enabled Enables or disables the return of query results as arrays.
|
|
965
|
-
*/
|
|
966
|
-
setReturnArrays(enabled: boolean): void;
|
|
967
|
-
/**
|
|
968
|
-
* When reading from the database, SQLite `INTEGER`s are mapped to JavaScript
|
|
969
|
-
* numbers by default. However, SQLite `INTEGER`s can store values larger than
|
|
970
|
-
* JavaScript numbers are capable of representing. In such cases, this method can
|
|
971
|
-
* be used to read `INTEGER` data using JavaScript `BigInt`s. This method has no
|
|
972
|
-
* impact on database write operations where numbers and `BigInt`s are both
|
|
973
|
-
* supported at all times.
|
|
974
|
-
* @since v22.5.0
|
|
975
|
-
* @param enabled Enables or disables the use of `BigInt`s when reading `INTEGER` fields from the database.
|
|
976
|
-
*/
|
|
977
|
-
setReadBigInts(enabled: boolean): void;
|
|
978
|
-
/**
|
|
979
|
-
* The source SQL text of the prepared statement. This property is a
|
|
980
|
-
* wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html).
|
|
981
|
-
* @since v22.5.0
|
|
982
|
-
*/
|
|
983
|
-
readonly sourceSQL: string;
|
|
984
|
-
}
|
|
985
|
-
interface BackupOptions {
|
|
986
|
-
/**
|
|
987
|
-
* Name of the source database. This can be `'main'` (the default primary database) or any other
|
|
988
|
-
* database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
|
|
989
|
-
* @default 'main'
|
|
990
|
-
*/
|
|
991
|
-
source?: string | undefined;
|
|
992
|
-
/**
|
|
993
|
-
* Name of the target database. This can be `'main'` (the default primary database) or any other
|
|
994
|
-
* database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html)
|
|
995
|
-
* @default 'main'
|
|
996
|
-
*/
|
|
997
|
-
target?: string | undefined;
|
|
998
|
-
/**
|
|
999
|
-
* Number of pages to be transmitted in each batch of the backup.
|
|
1000
|
-
* @default 100
|
|
1001
|
-
*/
|
|
1002
|
-
rate?: number | undefined;
|
|
1003
|
-
/**
|
|
1004
|
-
* An optional callback function that will be called after each backup step. The argument passed
|
|
1005
|
-
* to this callback is an `Object` with `remainingPages` and `totalPages` properties, describing the current progress
|
|
1006
|
-
* of the backup operation.
|
|
1007
|
-
*/
|
|
1008
|
-
progress?: ((progressInfo: BackupProgressInfo) => void) | undefined;
|
|
1009
|
-
}
|
|
1010
|
-
interface BackupProgressInfo {
|
|
1011
|
-
totalPages: number;
|
|
1012
|
-
remainingPages: number;
|
|
1013
|
-
}
|
|
1014
|
-
/**
|
|
1015
|
-
* This method makes a database backup. This method abstracts the
|
|
1016
|
-
* [`sqlite3_backup_init()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit),
|
|
1017
|
-
* [`sqlite3_backup_step()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep)
|
|
1018
|
-
* and [`sqlite3_backup_finish()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish) functions.
|
|
1019
|
-
*
|
|
1020
|
-
* The backed-up database can be used normally during the backup process. Mutations coming from the same connection - same
|
|
1021
|
-
* `DatabaseSync` - object will be reflected in the backup right away. However, mutations from other connections will cause
|
|
1022
|
-
* the backup process to restart.
|
|
1023
|
-
*
|
|
1024
|
-
* ```js
|
|
1025
|
-
* import { backup, DatabaseSync } from 'node:sqlite';
|
|
1026
|
-
*
|
|
1027
|
-
* const sourceDb = new DatabaseSync('source.db');
|
|
1028
|
-
* const totalPagesTransferred = await backup(sourceDb, 'backup.db', {
|
|
1029
|
-
* rate: 1, // Copy one page at a time.
|
|
1030
|
-
* progress: ({ totalPages, remainingPages }) => {
|
|
1031
|
-
* console.log('Backup in progress', { totalPages, remainingPages });
|
|
1032
|
-
* },
|
|
1033
|
-
* });
|
|
1034
|
-
*
|
|
1035
|
-
* console.log('Backup completed', totalPagesTransferred);
|
|
1036
|
-
* ```
|
|
1037
|
-
* @since v23.8.0
|
|
1038
|
-
* @param sourceDb The database to backup. The source database must be open.
|
|
1039
|
-
* @param path The path where the backup will be created. If the file already exists,
|
|
1040
|
-
* the contents will be overwritten.
|
|
1041
|
-
* @param options Optional configuration for the backup. The
|
|
1042
|
-
* following properties are supported:
|
|
1043
|
-
* @returns A promise that fulfills with the total number of backed-up pages upon completion, or rejects if an
|
|
1044
|
-
* error occurs.
|
|
1045
|
-
*/
|
|
1046
|
-
function backup(sourceDb: DatabaseSync, path: PathLike, options?: BackupOptions): Promise<number>;
|
|
1047
|
-
/**
|
|
1048
|
-
* @since v22.13.0
|
|
1049
|
-
*/
|
|
1050
|
-
namespace constants {
|
|
1051
|
-
/**
|
|
1052
|
-
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values.
|
|
1053
|
-
* @since v22.14.0
|
|
1054
|
-
*/
|
|
1055
|
-
const SQLITE_CHANGESET_DATA: number;
|
|
1056
|
-
/**
|
|
1057
|
-
* The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database.
|
|
1058
|
-
* @since v22.14.0
|
|
1059
|
-
*/
|
|
1060
|
-
const SQLITE_CHANGESET_NOTFOUND: number;
|
|
1061
|
-
/**
|
|
1062
|
-
* This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values.
|
|
1063
|
-
* @since v22.14.0
|
|
1064
|
-
*/
|
|
1065
|
-
const SQLITE_CHANGESET_CONFLICT: number;
|
|
1066
|
-
/**
|
|
1067
|
-
* If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns `SQLITE_CHANGESET_OMIT`, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns `SQLITE_CHANGESET_ABORT`, the changeset is rolled back.
|
|
1068
|
-
* @since v22.14.0
|
|
1069
|
-
*/
|
|
1070
|
-
const SQLITE_CHANGESET_FOREIGN_KEY: number;
|
|
1071
|
-
/**
|
|
1072
|
-
* Conflicting changes are omitted.
|
|
1073
|
-
* @since v22.12.0
|
|
1074
|
-
*/
|
|
1075
|
-
const SQLITE_CHANGESET_OMIT: number;
|
|
1076
|
-
/**
|
|
1077
|
-
* Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT`.
|
|
1078
|
-
* @since v22.12.0
|
|
1079
|
-
*/
|
|
1080
|
-
const SQLITE_CHANGESET_REPLACE: number;
|
|
1081
|
-
/**
|
|
1082
|
-
* Abort when a change encounters a conflict and roll back database.
|
|
1083
|
-
* @since v22.12.0
|
|
1084
|
-
*/
|
|
1085
|
-
const SQLITE_CHANGESET_ABORT: number;
|
|
1086
|
-
/**
|
|
1087
|
-
* Deny the operation and cause an error to be returned.
|
|
1088
|
-
* @since v24.10.0
|
|
1089
|
-
*/
|
|
1090
|
-
const SQLITE_DENY: number;
|
|
1091
|
-
/**
|
|
1092
|
-
* Ignore the operation and continue as if it had never been requested.
|
|
1093
|
-
* @since 24.10.0
|
|
1094
|
-
*/
|
|
1095
|
-
const SQLITE_IGNORE: number;
|
|
1096
|
-
/**
|
|
1097
|
-
* Allow the operation to proceed normally.
|
|
1098
|
-
* @since v24.10.0
|
|
1099
|
-
*/
|
|
1100
|
-
const SQLITE_OK: number;
|
|
1101
|
-
const SQLITE_CREATE_INDEX: number;
|
|
1102
|
-
const SQLITE_CREATE_TABLE: number;
|
|
1103
|
-
const SQLITE_CREATE_TEMP_INDEX: number;
|
|
1104
|
-
const SQLITE_CREATE_TEMP_TABLE: number;
|
|
1105
|
-
const SQLITE_CREATE_TEMP_TRIGGER: number;
|
|
1106
|
-
const SQLITE_CREATE_TEMP_VIEW: number;
|
|
1107
|
-
const SQLITE_CREATE_TRIGGER: number;
|
|
1108
|
-
const SQLITE_CREATE_VIEW: number;
|
|
1109
|
-
const SQLITE_DELETE: number;
|
|
1110
|
-
const SQLITE_DROP_INDEX: number;
|
|
1111
|
-
const SQLITE_DROP_TABLE: number;
|
|
1112
|
-
const SQLITE_DROP_TEMP_INDEX: number;
|
|
1113
|
-
const SQLITE_DROP_TEMP_TABLE: number;
|
|
1114
|
-
const SQLITE_DROP_TEMP_TRIGGER: number;
|
|
1115
|
-
const SQLITE_DROP_TEMP_VIEW: number;
|
|
1116
|
-
const SQLITE_DROP_TRIGGER: number;
|
|
1117
|
-
const SQLITE_DROP_VIEW: number;
|
|
1118
|
-
const SQLITE_INSERT: number;
|
|
1119
|
-
const SQLITE_PRAGMA: number;
|
|
1120
|
-
const SQLITE_READ: number;
|
|
1121
|
-
const SQLITE_SELECT: number;
|
|
1122
|
-
const SQLITE_TRANSACTION: number;
|
|
1123
|
-
const SQLITE_UPDATE: number;
|
|
1124
|
-
const SQLITE_ATTACH: number;
|
|
1125
|
-
const SQLITE_DETACH: number;
|
|
1126
|
-
const SQLITE_ALTER_TABLE: number;
|
|
1127
|
-
const SQLITE_REINDEX: number;
|
|
1128
|
-
const SQLITE_ANALYZE: number;
|
|
1129
|
-
const SQLITE_CREATE_VTABLE: number;
|
|
1130
|
-
const SQLITE_DROP_VTABLE: number;
|
|
1131
|
-
const SQLITE_FUNCTION: number;
|
|
1132
|
-
const SQLITE_SAVEPOINT: number;
|
|
1133
|
-
const SQLITE_COPY: number;
|
|
1134
|
-
const SQLITE_RECURSIVE: number;
|
|
1135
|
-
}
|
|
1136
|
-
}
|