@openclaw/slack 2026.7.1-beta.1 → 2026.7.1-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{account-inspect-DOtQbKkB.js → account-inspect-Di7ditqZ.js} +1 -1
- package/dist/account-inspect-api.js +1 -1
- package/dist/{accounts-BPCiCe8y.js → accounts-BOJJiHSr.js} +14 -1
- package/dist/accounts.runtime-DWvaCb-X.js +2 -0
- package/dist/{action-runtime-BLu039dd.js → action-runtime-DoQGk_8D.js} +37 -40
- package/dist/action-runtime.runtime-BABj3aM-.js +2 -0
- package/dist/{actions-CqRHPciJ.js → actions-DMpDmKEA.js} +211 -57
- package/dist/actions.runtime-C103_BPW.js +2 -0
- package/dist/api.js +13 -13
- package/dist/{approval-handler.runtime-BqNO_HC_.js → approval-handler.runtime-CIUbOt5T.js} +2 -2
- package/dist/{channel-DjNY4ik7.js → channel-CG29WLVd.js} +198 -111
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.setup-CDOZ8V3p.js → channel.setup-Dq6syTNU.js} +3 -3
- package/dist/{client-DG9cyk55.js → client-DGxwSL7f.js} +0 -1
- package/dist/{directory-config-DDVHDmrN.js → directory-config-BZuS8141.js} +1 -1
- package/dist/directory-contract-api.js +1 -1
- package/dist/{directory-live-DC-YA5SQ.js → directory-live-BNsxCgqP.js} +2 -2
- package/dist/format-YCNoNkM2.js +107 -0
- package/dist/http-routes-api.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{interactive-replies-D-22gTp3.js → interactive-replies-CXpT-vA_.js} +13 -2
- package/dist/interactive-replies-api.js +1 -1
- package/dist/{message-tool-api--zYyTqrR.js → message-tool-api-BgWKyu2r.js} +11 -4
- package/dist/message-tool-api.js +1 -1
- package/dist/{monitor-Cf50drfK.js → monitor-D6Km2CFH.js} +3 -3
- package/dist/outbound-adapter-DVoBfBW5.js +272 -0
- package/dist/{pipeline.runtime-BKICBY52.js → pipeline.runtime-0wEFX2CS.js} +185 -268
- package/dist/{plugin-routes-B9PvcDQJ.js → plugin-routes-CLp4obpN.js} +1 -1
- package/dist/{policy-DAE6BTN3.js → policy-Dj-puVPb.js} +10 -4
- package/dist/{probe-DFKt9Ute.js → probe-CuwRDE5j.js} +10 -4
- package/dist/{provider-DOZHzRWi.js → provider-Cot8h818.js} +199 -154
- package/dist/{relay-source-BpBIUaF8.js → relay-source-CU1LhyBj.js} +2 -2
- package/dist/{replies-CMZq3Lcb.js → replies-Bbx6pG_B.js} +4 -3
- package/dist/{reply-blocks-CfJqf7eq.js → reply-blocks-BGQ6zSqM.js} +184 -36
- package/dist/{resolve-channels-eniB45fy.js → resolve-channels-CstkChBE.js} +1 -1
- package/dist/{resolve-users-DDKzl37a.js → resolve-users-C3NP2c-Q.js} +1 -1
- package/dist/{runtime-api-DHJ8ntLr.js → runtime-api-CEmqYxR-.js} +1 -1
- package/dist/runtime-api.js +12 -12
- package/dist/{scopes-BdVdJxFf.js → scopes-DCWVD5-8.js} +2 -2
- package/dist/{send-Dg6U9K7_.js → send-DKDXoeoV.js} +392 -225
- package/dist/send.runtime-GPRa63l1.js +2 -0
- package/dist/{setup-core-BCGzyZhx.js → setup-core-fGd6Gquy.js} +4 -3
- package/dist/setup-entry.js +1 -1
- package/dist/setup-plugin-api.js +1 -1
- package/dist/{setup-surface-D7xdZLxB.js → setup-surface-Dv2fIJNB.js} +5 -5
- package/dist/{shared-iMaNxOIL.js → shared-CosfcFri.js} +5 -5
- package/dist/{slash-dispatch.runtime-C-1pDqWi.js → slash-dispatch.runtime-Ccm3quU1.js} +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +8 -0
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
- package/node_modules/@slack/web-api/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/node/buffer.d.ts +64 -30
- package/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/node/crypto.d.ts +471 -575
- package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
- package/node_modules/@types/node/dns.d.ts +15 -15
- package/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +7 -4
- package/node_modules/@types/node/fs.d.ts +24 -18
- package/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +30 -5
- package/node_modules/@types/node/http2.d.ts +2 -1
- package/node_modules/@types/node/index.d.ts +1 -3
- package/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/node/process.d.ts +25 -12
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/node/sqlite.d.ts +56 -1
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/node/stream.d.ts +37 -5
- package/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/node/test.d.ts +120 -10
- package/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
- package/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/node/util.d.ts +22 -22
- package/node_modules/@types/node/v8.d.ts +85 -3
- package/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/worker_threads.d.ts +10 -12
- package/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/body-parser/README.md +16 -1
- package/node_modules/body-parser/index.js +4 -20
- package/node_modules/body-parser/lib/read.js +17 -17
- package/node_modules/body-parser/lib/types/json.js +60 -32
- package/node_modules/body-parser/lib/types/raw.js +3 -3
- package/node_modules/body-parser/lib/types/text.js +3 -3
- package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
- package/node_modules/body-parser/lib/utils.js +18 -16
- package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
- package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
- package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
- package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
- package/node_modules/body-parser/package.json +23 -10
- package/node_modules/range-parser/README.md +13 -12
- package/node_modules/range-parser/index.js +27 -8
- package/node_modules/range-parser/package.json +12 -8
- package/node_modules/semver/classes/range.js +6 -2
- package/node_modules/semver/package.json +1 -1
- package/node_modules/side-channel/CHANGELOG.md +10 -0
- package/node_modules/side-channel/README.md +1 -1
- package/node_modules/side-channel/index.js +5 -2
- package/node_modules/side-channel/package.json +10 -10
- package/node_modules/side-channel/test/index.js +16 -0
- package/node_modules/typebox/build/compile/validator.d.mts +2 -7
- package/node_modules/typebox/build/compile/validator.mjs +6 -36
- package/node_modules/typebox/build/error/errors.d.mts +1 -7
- package/node_modules/typebox/build/format/_idna.mjs +36 -6
- package/node_modules/typebox/build/format/_puny.mjs +4 -1
- package/node_modules/typebox/build/format/uuid.d.mts +2 -2
- package/node_modules/typebox/build/format/uuid.mjs +3 -3
- package/node_modules/typebox/build/guard/emit.d.mts +0 -4
- package/node_modules/typebox/build/guard/emit.mjs +0 -8
- package/node_modules/typebox/build/guard/guard.d.mts +4 -8
- package/node_modules/typebox/build/guard/guard.mjs +5 -13
- package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
- package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
- package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
- package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
- package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
- package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
- package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/types/index.mjs +0 -1
- package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
- package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
- package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
- package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
- package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
- package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
- package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
- package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
- package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
- package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
- package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
- package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
- package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
- package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
- package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
- package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
- package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
- package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
- package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
- package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
- package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
- package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
- package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
- package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
- package/node_modules/typebox/build/type/action/index.d.mts +7 -4
- package/node_modules/typebox/build/type/action/index.mjs +7 -4
- package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
- package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
- package/node_modules/typebox/build/type/action/module.d.mts +8 -7
- package/node_modules/typebox/build/type/action/module.mjs +7 -6
- package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
- package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
- package/node_modules/typebox/build/type/action/with.d.mts +11 -0
- package/node_modules/typebox/build/type/action/with.mjs +11 -0
- package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
- package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
- package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
- package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
- package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
- package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
- package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
- package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
- package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
- package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
- package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
- package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
- package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
- package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/index.mjs +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
- package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
- package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
- package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
- package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
- package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
- package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
- package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
- package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
- package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
- package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
- package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
- package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
- package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
- package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
- package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
- package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
- package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
- package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
- package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
- package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
- package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
- package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
- package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
- package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
- package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
- package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
- package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
- package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
- package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
- package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
- package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
- package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
- package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
- package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
- package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
- package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
- package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
- package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
- package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
- package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
- package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
- package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
- package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
- package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
- package/node_modules/typebox/build/type/extends/object.mjs +25 -3
- package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
- package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
- package/node_modules/typebox/build/type/extends/record.mjs +23 -0
- package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
- package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
- package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
- package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
- package/node_modules/typebox/build/type/extends/union.mjs +2 -2
- package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
- package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
- package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
- package/node_modules/typebox/build/type/script/parser.mjs +22 -22
- package/node_modules/typebox/build/type/script/script.d.mts +3 -4
- package/node_modules/typebox/build/type/script/script.mjs +3 -2
- package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
- package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
- package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
- package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
- package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
- package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
- package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
- package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
- package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
- package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
- package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
- package/node_modules/typebox/build/type/types/call.d.mts +3 -3
- package/node_modules/typebox/build/type/types/call.mjs +3 -2
- package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
- package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
- package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
- package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
- package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
- package/node_modules/typebox/build/type/types/enum.mjs +5 -0
- package/node_modules/typebox/build/type/types/index.d.mts +1 -4
- package/node_modules/typebox/build/type/types/index.mjs +1 -4
- package/node_modules/typebox/build/type/types/number.d.mts +1 -1
- package/node_modules/typebox/build/type/types/number.mjs +1 -1
- package/node_modules/typebox/build/type/types/record.d.mts +13 -7
- package/node_modules/typebox/build/type/types/record.mjs +15 -9
- package/node_modules/typebox/build/type/types/static.d.mts +2 -5
- package/node_modules/typebox/build/typebox.d.mts +4 -8
- package/node_modules/typebox/build/typebox.mjs +4 -8
- package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
- package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
- package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
- package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
- package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
- package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
- package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
- package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
- package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
- package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
- package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
- package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
- package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
- package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
- package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
- package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
- package/node_modules/typebox/build/value/index.d.mts +0 -1
- package/node_modules/typebox/build/value/index.mjs +0 -1
- package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
- package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
- package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
- package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
- package/node_modules/typebox/build/value/value.d.mts +0 -1
- package/node_modules/typebox/build/value/value.mjs +0 -1
- package/node_modules/typebox/package.json +25 -25
- package/node_modules/typebox/readme.md +97 -80
- package/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/undici-types/webidl.d.ts +0 -1
- package/npm-shrinkwrap.json +55 -47
- package/openclaw.plugin.json +46 -0
- package/package.json +6 -6
- package/dist/accounts.runtime-CgWgzjLX.js +0 -2
- package/dist/action-runtime.runtime-Pwl_ixsr.js +0 -2
- package/dist/actions.runtime-Dl6AfO_g.js +0 -2
- package/dist/errors-CZtmv-h0.js +0 -107
- package/dist/outbound-adapter-WHn1M1t4.js +0 -191
- package/dist/send.runtime-a-O4PP2B.js +0 -2
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/ws/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -4058
- package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -1468
- package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -4780
- package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -2485
- package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -117
- package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -755
- package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/ws/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -2204
- package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -1068
- package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +0 -301
- package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -2279
- package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +0 -119
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +0 -119
- package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -589
- package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
- package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
- package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
- package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
- package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
- package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
- package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
- package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
- package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
- package/node_modules/typebox/build/type/action/options.d.mts +0 -11
- package/node_modules/typebox/build/type/action/options.mjs +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
- package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
- package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
- package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
- package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
- package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
- package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
- package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
- package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
- package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/base.d.mts +0 -50
- package/node_modules/typebox/build/type/types/base.mjs +0 -84
- package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
- package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
- package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
- package/node_modules/typebox/build/type/types/promise.mjs +0 -29
- package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
- package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
- package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
- package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
- package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
- package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
- package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
- package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
- package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
- package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
- package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
- package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
- package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
- package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
- package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
- package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
- package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
- package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
- /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
|
@@ -35,7 +35,5 @@ declare namespace RoundRobinPool {
|
|
|
35
35
|
connections?: number | null;
|
|
36
36
|
/** The amount of time before a client is removed from the pool and closed. `null` if no time limit. Default `null` */
|
|
37
37
|
clientTtl?: number | null;
|
|
38
|
-
|
|
39
|
-
interceptors?: { RoundRobinPool?: readonly Dispatcher.DispatchInterceptor[] } & Client.Options['interceptors']
|
|
40
38
|
}
|
|
41
39
|
}
|
|
@@ -30,7 +30,9 @@ declare namespace SnapshotRecorder {
|
|
|
30
30
|
ignoreHeaders?: string[]
|
|
31
31
|
excludeHeaders?: string[]
|
|
32
32
|
matchBody?: boolean
|
|
33
|
+
normalizeBody?: (body: string | Buffer | null | undefined) => string
|
|
33
34
|
matchQuery?: boolean
|
|
35
|
+
normalizeQuery?: (query: URLSearchParams) => string
|
|
34
36
|
caseSensitive?: boolean
|
|
35
37
|
shouldRecord?: (requestOpts: any) => boolean
|
|
36
38
|
shouldPlayback?: (requestOpts: any) => boolean
|
|
@@ -98,7 +100,9 @@ declare namespace SnapshotAgent {
|
|
|
98
100
|
ignoreHeaders?: string[]
|
|
99
101
|
excludeHeaders?: string[]
|
|
100
102
|
matchBody?: boolean
|
|
103
|
+
normalizeBody?: (body: string | Buffer | null | undefined) => string
|
|
101
104
|
matchQuery?: boolean
|
|
105
|
+
normalizeQuery?: (query: URLSearchParams) => string
|
|
102
106
|
caseSensitive?: boolean
|
|
103
107
|
shouldRecord?: (requestOpts: any) => boolean
|
|
104
108
|
shouldPlayback?: (requestOpts: any) => boolean
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Dispatcher from './dispatcher'
|
|
2
2
|
import buildConnector from './connector'
|
|
3
|
-
import {
|
|
3
|
+
import { OutgoingHttpHeaders } from './header'
|
|
4
4
|
import Pool from './pool'
|
|
5
5
|
|
|
6
6
|
export default Socks5ProxyAgent
|
|
@@ -12,7 +12,7 @@ declare class Socks5ProxyAgent extends Dispatcher {
|
|
|
12
12
|
declare namespace Socks5ProxyAgent {
|
|
13
13
|
export interface Options extends Pool.Options {
|
|
14
14
|
/** Additional headers to send with the proxy connection */
|
|
15
|
-
headers?:
|
|
15
|
+
headers?: OutgoingHttpHeaders;
|
|
16
16
|
/** SOCKS5 proxy username for authentication */
|
|
17
17
|
username?: string;
|
|
18
18
|
/** SOCKS5 proxy password for authentication */
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/slack",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/slack",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.4",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@slack/bolt": "4.7.3",
|
|
12
12
|
"@slack/types": "2.21.1",
|
|
13
|
-
"@slack/web-api": "7.
|
|
14
|
-
"typebox": "1.
|
|
13
|
+
"@slack/web-api": "7.18.0",
|
|
14
|
+
"typebox": "1.3.3",
|
|
15
15
|
"ws": "8.21.0",
|
|
16
16
|
"zod": "4.4.3"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"openclaw": ">=2026.7.1-beta.
|
|
19
|
+
"openclaw": ">=2026.7.1-beta.4"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"openclaw": {
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"node_modules/@slack/web-api": {
|
|
111
|
-
"version": "7.
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.
|
|
113
|
-
"integrity": "sha512-
|
|
111
|
+
"version": "7.18.0",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.18.0.tgz",
|
|
113
|
+
"integrity": "sha512-EWBsKUhOFFp87beQg/ToSC+asWB7BrGHuh7uPC1ZI9vr41GjS+3WmmyWIMqs+mF6U+mh4d6HhtFlv67TrJFsvw==",
|
|
114
114
|
"license": "MIT",
|
|
115
115
|
"dependencies": {
|
|
116
116
|
"@slack/logger": "^4.0.1",
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
"license": "MIT"
|
|
149
149
|
},
|
|
150
150
|
"node_modules/@types/node": {
|
|
151
|
-
"version": "
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
153
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "26.1.0",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.0.tgz",
|
|
153
|
+
"integrity": "sha512-O0A1G3xPGy4w7AgQdAQYUlQ+BKk2Oovw8eRpofyp5KdBZULnbe+WqaOVNrm705SHphCiG4XHsACrSmPu1f+Kgw==",
|
|
154
154
|
"license": "MIT",
|
|
155
155
|
"dependencies": {
|
|
156
|
-
"undici-types": "
|
|
156
|
+
"undici-types": "~8.3.0"
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"node_modules/@types/retry": {
|
|
@@ -171,15 +171,6 @@
|
|
|
171
171
|
"@types/node": "*"
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
|
-
"node_modules/@types/ws/node_modules/@types/node": {
|
|
175
|
-
"version": "25.9.1",
|
|
176
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz",
|
|
177
|
-
"integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==",
|
|
178
|
-
"license": "MIT",
|
|
179
|
-
"dependencies": {
|
|
180
|
-
"undici-types": ">=7.24.0 <7.24.7"
|
|
181
|
-
}
|
|
182
|
-
},
|
|
183
174
|
"node_modules/accepts": {
|
|
184
175
|
"version": "2.0.0",
|
|
185
176
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
@@ -211,20 +202,20 @@
|
|
|
211
202
|
}
|
|
212
203
|
},
|
|
213
204
|
"node_modules/body-parser": {
|
|
214
|
-
"version": "2.
|
|
215
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.
|
|
216
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "2.3.0",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz",
|
|
207
|
+
"integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==",
|
|
217
208
|
"license": "MIT",
|
|
218
209
|
"dependencies": {
|
|
219
210
|
"bytes": "^3.1.2",
|
|
220
|
-
"content-type": "^
|
|
211
|
+
"content-type": "^2.0.0",
|
|
221
212
|
"debug": "^4.4.3",
|
|
222
|
-
"http-errors": "^2.0.
|
|
223
|
-
"iconv-lite": "^0.7.
|
|
213
|
+
"http-errors": "^2.0.1",
|
|
214
|
+
"iconv-lite": "^0.7.2",
|
|
224
215
|
"on-finished": "^2.4.1",
|
|
225
|
-
"qs": "^6.
|
|
226
|
-
"raw-body": "^3.0.
|
|
227
|
-
"type-is": "^2.0
|
|
216
|
+
"qs": "^6.15.2",
|
|
217
|
+
"raw-body": "^3.0.2",
|
|
218
|
+
"type-is": "^2.1.0"
|
|
228
219
|
},
|
|
229
220
|
"engines": {
|
|
230
221
|
"node": ">=18"
|
|
@@ -234,6 +225,19 @@
|
|
|
234
225
|
"url": "https://opencollective.com/express"
|
|
235
226
|
}
|
|
236
227
|
},
|
|
228
|
+
"node_modules/body-parser/node_modules/content-type": {
|
|
229
|
+
"version": "2.0.0",
|
|
230
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz",
|
|
231
|
+
"integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==",
|
|
232
|
+
"license": "MIT",
|
|
233
|
+
"engines": {
|
|
234
|
+
"node": ">=18"
|
|
235
|
+
},
|
|
236
|
+
"funding": {
|
|
237
|
+
"type": "opencollective",
|
|
238
|
+
"url": "https://opencollective.com/express"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
237
241
|
"node_modules/buffer-equal-constant-time": {
|
|
238
242
|
"version": "1.0.1",
|
|
239
243
|
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
@@ -1082,12 +1086,16 @@
|
|
|
1082
1086
|
}
|
|
1083
1087
|
},
|
|
1084
1088
|
"node_modules/range-parser": {
|
|
1085
|
-
"version": "1.
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.
|
|
1087
|
-
"integrity": "sha512-
|
|
1089
|
+
"version": "1.3.0",
|
|
1090
|
+
"resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
|
|
1091
|
+
"integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
|
|
1088
1092
|
"license": "MIT",
|
|
1089
1093
|
"engines": {
|
|
1090
1094
|
"node": ">= 0.6"
|
|
1095
|
+
},
|
|
1096
|
+
"funding": {
|
|
1097
|
+
"type": "opencollective",
|
|
1098
|
+
"url": "https://opencollective.com/express"
|
|
1091
1099
|
}
|
|
1092
1100
|
},
|
|
1093
1101
|
"node_modules/raw-body": {
|
|
@@ -1157,9 +1165,9 @@
|
|
|
1157
1165
|
"license": "MIT"
|
|
1158
1166
|
},
|
|
1159
1167
|
"node_modules/semver": {
|
|
1160
|
-
"version": "7.8.
|
|
1161
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.
|
|
1162
|
-
"integrity": "sha512-
|
|
1168
|
+
"version": "7.8.5",
|
|
1169
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
|
1170
|
+
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
|
1163
1171
|
"license": "ISC",
|
|
1164
1172
|
"bin": {
|
|
1165
1173
|
"semver": "bin/semver.js"
|
|
@@ -1220,14 +1228,14 @@
|
|
|
1220
1228
|
"license": "ISC"
|
|
1221
1229
|
},
|
|
1222
1230
|
"node_modules/side-channel": {
|
|
1223
|
-
"version": "1.1.
|
|
1224
|
-
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.
|
|
1225
|
-
"integrity": "sha512-
|
|
1231
|
+
"version": "1.1.1",
|
|
1232
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.1.tgz",
|
|
1233
|
+
"integrity": "sha512-6x6dK6zJdpTzF4sQeNYxwtvBzf6Eg4GtlesS94HOvTudUeyK2WXAaIfmDgsyslYrRBeFIlsi54AYsFGUuhmvrQ==",
|
|
1226
1234
|
"license": "MIT",
|
|
1227
1235
|
"dependencies": {
|
|
1228
1236
|
"es-errors": "^1.3.0",
|
|
1229
|
-
"object-inspect": "^1.13.
|
|
1230
|
-
"side-channel-list": "^1.0.
|
|
1237
|
+
"object-inspect": "^1.13.4",
|
|
1238
|
+
"side-channel-list": "^1.0.1",
|
|
1231
1239
|
"side-channel-map": "^1.0.1",
|
|
1232
1240
|
"side-channel-weakmap": "^1.0.2"
|
|
1233
1241
|
},
|
|
@@ -1350,15 +1358,15 @@
|
|
|
1350
1358
|
}
|
|
1351
1359
|
},
|
|
1352
1360
|
"node_modules/typebox": {
|
|
1353
|
-
"version": "1.
|
|
1354
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.
|
|
1355
|
-
"integrity": "sha512-
|
|
1361
|
+
"version": "1.3.3",
|
|
1362
|
+
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.3.tgz",
|
|
1363
|
+
"integrity": "sha512-URXGUE31PJDQC+PtRMJeLdF4kmmOdFoVPikPCtV2oOIhUpNpppEdIz7W8bH8cFYPYHdDpaRvqwdegMTmHliudg==",
|
|
1356
1364
|
"license": "MIT"
|
|
1357
1365
|
},
|
|
1358
1366
|
"node_modules/undici-types": {
|
|
1359
|
-
"version": "
|
|
1360
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
1361
|
-
"integrity": "sha512-
|
|
1367
|
+
"version": "8.3.0",
|
|
1368
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
1369
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1362
1370
|
"license": "MIT"
|
|
1363
1371
|
},
|
|
1364
1372
|
"node_modules/unpipe": {
|
package/openclaw.plugin.json
CHANGED
|
@@ -1151,6 +1151,29 @@
|
|
|
1151
1151
|
"requireMention": {
|
|
1152
1152
|
"type": "boolean"
|
|
1153
1153
|
},
|
|
1154
|
+
"ignoreOtherMentions": {
|
|
1155
|
+
"type": "boolean"
|
|
1156
|
+
},
|
|
1157
|
+
"replyToMode": {
|
|
1158
|
+
"anyOf": [
|
|
1159
|
+
{
|
|
1160
|
+
"type": "string",
|
|
1161
|
+
"const": "off"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"type": "string",
|
|
1165
|
+
"const": "first"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"type": "string",
|
|
1169
|
+
"const": "all"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"type": "string",
|
|
1173
|
+
"const": "batched"
|
|
1174
|
+
}
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1154
1177
|
"tools": {
|
|
1155
1178
|
"type": "object",
|
|
1156
1179
|
"properties": {
|
|
@@ -2438,6 +2461,29 @@
|
|
|
2438
2461
|
"requireMention": {
|
|
2439
2462
|
"type": "boolean"
|
|
2440
2463
|
},
|
|
2464
|
+
"ignoreOtherMentions": {
|
|
2465
|
+
"type": "boolean"
|
|
2466
|
+
},
|
|
2467
|
+
"replyToMode": {
|
|
2468
|
+
"anyOf": [
|
|
2469
|
+
{
|
|
2470
|
+
"type": "string",
|
|
2471
|
+
"const": "off"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"type": "string",
|
|
2475
|
+
"const": "first"
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"type": "string",
|
|
2479
|
+
"const": "all"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"type": "string",
|
|
2483
|
+
"const": "batched"
|
|
2484
|
+
}
|
|
2485
|
+
]
|
|
2486
|
+
},
|
|
2441
2487
|
"tools": {
|
|
2442
2488
|
"type": "object",
|
|
2443
2489
|
"properties": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/slack",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"description": "OpenClaw Slack channel plugin for channels, DMs, commands, and app events.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@slack/bolt": "4.7.3",
|
|
12
12
|
"@slack/types": "2.21.1",
|
|
13
|
-
"@slack/web-api": "7.
|
|
14
|
-
"typebox": "1.
|
|
13
|
+
"@slack/web-api": "7.18.0",
|
|
14
|
+
"typebox": "1.3.3",
|
|
15
15
|
"ws": "8.21.0",
|
|
16
16
|
"zod": "4.4.3"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"openclaw": ">=2026.7.1-beta.
|
|
19
|
+
"openclaw": ">=2026.7.1-beta.4"
|
|
20
20
|
},
|
|
21
21
|
"peerDependenciesMeta": {
|
|
22
22
|
"openclaw": {
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"allowInvalidConfigRecovery": true
|
|
62
62
|
},
|
|
63
63
|
"compat": {
|
|
64
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
64
|
+
"pluginApi": ">=2026.7.1-beta.4"
|
|
65
65
|
},
|
|
66
66
|
"startup": {
|
|
67
67
|
"deferConfiguredChannelFullLoadUntilAfterListen": true
|
|
68
68
|
},
|
|
69
69
|
"build": {
|
|
70
|
-
"openclawVersion": "2026.7.1-beta.
|
|
70
|
+
"openclawVersion": "2026.7.1-beta.4",
|
|
71
71
|
"bundledDist": false
|
|
72
72
|
},
|
|
73
73
|
"release": {
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import { a as listSlackEmojis, c as pinSlackMessage, d as removeOwnSlackReactions, f as removeSlackReaction, i as getSlackMemberInfo, l as reactSlackMessage, m as unpinSlackMessage, n as downloadSlackFile, o as listSlackPins, p as sendSlackMessage, r as editSlackMessage, s as listSlackReactions, t as deleteSlackMessage, u as readSlackMessages } from "./actions-CqRHPciJ.js";
|
|
2
|
-
export { deleteSlackMessage, downloadSlackFile, editSlackMessage, getSlackMemberInfo, listSlackEmojis, listSlackPins, listSlackReactions, pinSlackMessage, reactSlackMessage, readSlackMessages, removeOwnSlackReactions, removeSlackReaction, sendSlackMessage, unpinSlackMessage };
|
package/dist/errors-CZtmv-h0.js
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { isRecord } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
2
|
-
import { redactSensitiveText } from "openclaw/plugin-sdk/logging-core";
|
|
3
|
-
//#region extensions/slack/src/errors.ts
|
|
4
|
-
const NO_ERROR_DETAIL = "no error detail";
|
|
5
|
-
function redact(value) {
|
|
6
|
-
return redactSensitiveText(value);
|
|
7
|
-
}
|
|
8
|
-
function addStringDetail(details, label, value) {
|
|
9
|
-
if (typeof value !== "string") return;
|
|
10
|
-
const trimmed = redact(value.trim());
|
|
11
|
-
if (trimmed) details.push(label ? `${label}: ${trimmed}` : trimmed);
|
|
12
|
-
}
|
|
13
|
-
function addScalarDetail(details, label, value) {
|
|
14
|
-
if (typeof value === "string") {
|
|
15
|
-
addStringDetail(details, label, value);
|
|
16
|
-
return;
|
|
17
|
-
}
|
|
18
|
-
if (typeof value === "number" || typeof value === "boolean") details.push(`${label}: ${String(value)}`);
|
|
19
|
-
}
|
|
20
|
-
function addStringListDetail(details, label, value) {
|
|
21
|
-
if (!Array.isArray(value)) return;
|
|
22
|
-
const entries = value.flatMap((entry) => {
|
|
23
|
-
if (typeof entry !== "string") return [];
|
|
24
|
-
const trimmed = redact(entry.trim());
|
|
25
|
-
return trimmed ? [trimmed] : [];
|
|
26
|
-
});
|
|
27
|
-
if (entries.length) details.push(`${label}: ${entries.join(", ")}`);
|
|
28
|
-
}
|
|
29
|
-
function safeStringify(value) {
|
|
30
|
-
const seen = /* @__PURE__ */ new WeakSet();
|
|
31
|
-
try {
|
|
32
|
-
const result = JSON.stringify(value, (_key, nested) => {
|
|
33
|
-
if (typeof nested !== "object" || nested === null) return nested;
|
|
34
|
-
if (seen.has(nested)) return "[Circular]";
|
|
35
|
-
seen.add(nested);
|
|
36
|
-
return nested;
|
|
37
|
-
});
|
|
38
|
-
return result ? redact(result) : void 0;
|
|
39
|
-
} catch {
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
function addSlackResponseMetadata(details, value) {
|
|
44
|
-
if (!isRecord(value)) return;
|
|
45
|
-
addStringListDetail(details, "scopes", value.scopes);
|
|
46
|
-
addStringListDetail(details, "accepted", value.acceptedScopes);
|
|
47
|
-
const messages = value.messages;
|
|
48
|
-
if (Array.isArray(messages)) for (const message of messages) addStringDetail(details, "slack message", message);
|
|
49
|
-
const warnings = value.warnings;
|
|
50
|
-
if (Array.isArray(warnings)) for (const warning of warnings) addStringDetail(details, "slack warning", warning);
|
|
51
|
-
}
|
|
52
|
-
function addSlackDataDetails(details, value) {
|
|
53
|
-
if (!isRecord(value)) return;
|
|
54
|
-
addScalarDetail(details, "slack error", value.error);
|
|
55
|
-
addScalarDetail(details, "needed", value.needed);
|
|
56
|
-
addScalarDetail(details, "provided", value.provided);
|
|
57
|
-
addSlackResponseMetadata(details, value.response_metadata);
|
|
58
|
-
}
|
|
59
|
-
function addRecordDetails(details, value) {
|
|
60
|
-
addScalarDetail(details, "code", value.code);
|
|
61
|
-
addScalarDetail(details, "status", value.status);
|
|
62
|
-
addScalarDetail(details, "statusCode", value.statusCode);
|
|
63
|
-
addScalarDetail(details, "statusMessage", value.statusMessage);
|
|
64
|
-
addScalarDetail(details, "retryAfter", value.retryAfter);
|
|
65
|
-
addScalarDetail(details, "errno", value.errno);
|
|
66
|
-
addScalarDetail(details, "syscall", value.syscall);
|
|
67
|
-
addScalarDetail(details, "hostname", value.hostname);
|
|
68
|
-
addScalarDetail(details, "type", value.type);
|
|
69
|
-
addStringDetail(details, "statusText", value.statusText);
|
|
70
|
-
addStringDetail(details, "body", value.body);
|
|
71
|
-
addSlackDataDetails(details, value.data);
|
|
72
|
-
if (isRecord(value.response)) {
|
|
73
|
-
addScalarDetail(details, "response status", value.response.status);
|
|
74
|
-
addStringDetail(details, "response statusText", value.response.statusText);
|
|
75
|
-
addSlackDataDetails(details, value.response.data);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
function collectSlackErrorDetails(error) {
|
|
79
|
-
const details = [];
|
|
80
|
-
if (error === void 0 || error === null) return details;
|
|
81
|
-
if (typeof error === "string") {
|
|
82
|
-
addStringDetail(details, "", error);
|
|
83
|
-
return details;
|
|
84
|
-
}
|
|
85
|
-
if (error instanceof Error) {
|
|
86
|
-
addStringDetail(details, "", error.message || error.name);
|
|
87
|
-
if (error.cause !== void 0) {
|
|
88
|
-
const cause = formatSlackError(error.cause, "");
|
|
89
|
-
if (cause) details.push(`cause: ${cause}`);
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
if (isRecord(error)) {
|
|
93
|
-
addRecordDetails(details, error);
|
|
94
|
-
const fallback = safeStringify(error);
|
|
95
|
-
if (details.length === 0 && fallback && fallback !== "{}") details.push(fallback);
|
|
96
|
-
}
|
|
97
|
-
return details;
|
|
98
|
-
}
|
|
99
|
-
function formatSlackError(error, fallback = NO_ERROR_DETAIL) {
|
|
100
|
-
const details = collectSlackErrorDetails(error);
|
|
101
|
-
if (details.length > 0) return details.join("; ");
|
|
102
|
-
if (error === void 0 || error === null) return fallback;
|
|
103
|
-
if (typeof error === "string" && !error.trim()) return fallback;
|
|
104
|
-
return safeStringify(error) ?? fallback;
|
|
105
|
-
}
|
|
106
|
-
//#endregion
|
|
107
|
-
export { formatSlackError as t };
|
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
import { _ as resolveSlackInteractiveBlockOffsets, a as SLACK_TEXT_LIMIT, g as buildSlackPresentationBlocks, h as buildSlackInteractiveBlocks, r as parseSlackBlocksInput } from "./reply-blocks-CfJqf7eq.js";
|
|
2
|
-
import { n as resolveSlackThreadTsValue } from "./thread-ts-DUGhaYKq.js";
|
|
3
|
-
import { t as compileSlackInteractiveReplies } from "./interactive-replies-D-22gTp3.js";
|
|
4
|
-
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
5
|
-
import { resolveOutboundSendDep } from "openclaw/plugin-sdk/channel-outbound";
|
|
6
|
-
import { attachChannelToResult, createAttachedChannelResultAdapter } from "openclaw/plugin-sdk/channel-send-result";
|
|
7
|
-
import { resolveInteractiveTextFallback } from "openclaw/plugin-sdk/interactive-runtime";
|
|
8
|
-
import { resolvePayloadMediaUrls, sendPayloadMediaSequenceAndFinalize, sendTextMediaPayload } from "openclaw/plugin-sdk/reply-payload";
|
|
9
|
-
//#region extensions/slack/src/outbound-adapter.ts
|
|
10
|
-
const SLACK_MAX_BLOCKS = 50;
|
|
11
|
-
let slackSendRuntimePromise;
|
|
12
|
-
async function loadSlackSendRuntime() {
|
|
13
|
-
slackSendRuntimePromise ??= import("./send.runtime-a-O4PP2B.js");
|
|
14
|
-
return await slackSendRuntimePromise;
|
|
15
|
-
}
|
|
16
|
-
function resolveRenderedInteractiveBlocks(interactive, previousBlocks) {
|
|
17
|
-
if (!interactive) return;
|
|
18
|
-
const blocks = buildSlackInteractiveBlocks(interactive, resolveSlackInteractiveBlockOffsets(previousBlocks));
|
|
19
|
-
return blocks.length > 0 ? blocks : void 0;
|
|
20
|
-
}
|
|
21
|
-
function resolveSlackSendIdentity(identity) {
|
|
22
|
-
if (!identity) return;
|
|
23
|
-
const username = normalizeOptionalString(identity.name);
|
|
24
|
-
const iconUrl = normalizeOptionalString(identity.avatarUrl);
|
|
25
|
-
const rawEmoji = normalizeOptionalString(identity.emoji);
|
|
26
|
-
const iconEmoji = !iconUrl && rawEmoji && /^:[^:\s]+:$/.test(rawEmoji) ? rawEmoji : void 0;
|
|
27
|
-
if (!username && !iconUrl && !iconEmoji) return;
|
|
28
|
-
return {
|
|
29
|
-
username,
|
|
30
|
-
iconUrl,
|
|
31
|
-
iconEmoji
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
async function sendSlackOutboundMessage(params) {
|
|
35
|
-
const send = resolveOutboundSendDep(params.deps, "slack") ?? (await loadSlackSendRuntime()).sendMessageSlack;
|
|
36
|
-
const slackIdentity = resolveSlackSendIdentity(params.identity);
|
|
37
|
-
const threadTs = resolveSlackThreadTsValue({
|
|
38
|
-
replyToId: params.replyToId,
|
|
39
|
-
threadId: params.threadId
|
|
40
|
-
});
|
|
41
|
-
return await send(params.to, params.text, {
|
|
42
|
-
cfg: params.cfg,
|
|
43
|
-
threadTs,
|
|
44
|
-
accountId: params.accountId ?? void 0,
|
|
45
|
-
...params.mediaUrl ? {
|
|
46
|
-
mediaUrl: params.mediaUrl,
|
|
47
|
-
mediaAccess: params.mediaAccess,
|
|
48
|
-
mediaLocalRoots: params.mediaLocalRoots,
|
|
49
|
-
mediaReadFile: params.mediaReadFile
|
|
50
|
-
} : {},
|
|
51
|
-
...params.blocks ? { blocks: params.blocks } : {},
|
|
52
|
-
...slackIdentity ? { identity: slackIdentity } : {}
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
function resolveSlackBlocks(payload) {
|
|
56
|
-
const slackData = payload.channelData?.slack;
|
|
57
|
-
const nativeBlocks = parseSlackBlocksInput(slackData?.blocks);
|
|
58
|
-
const renderedPresentation = slackData?.presentationBlocks ?? buildSlackPresentationBlocks(payload.presentation, resolveSlackInteractiveBlockOffsets(nativeBlocks));
|
|
59
|
-
const previousBlocks = [...nativeBlocks ?? [], ...renderedPresentation];
|
|
60
|
-
const renderedInteractive = resolveRenderedInteractiveBlocks(payload.interactive, previousBlocks);
|
|
61
|
-
const mergedBlocks = [...previousBlocks, ...renderedInteractive ?? []];
|
|
62
|
-
if (mergedBlocks.length === 0) return;
|
|
63
|
-
if (mergedBlocks.length > SLACK_MAX_BLOCKS) throw new Error(`Slack blocks cannot exceed ${SLACK_MAX_BLOCKS} items after interactive render`);
|
|
64
|
-
return mergedBlocks;
|
|
65
|
-
}
|
|
66
|
-
const slackOutbound = {
|
|
67
|
-
deliveryMode: "direct",
|
|
68
|
-
chunker: null,
|
|
69
|
-
textChunkLimit: SLACK_TEXT_LIMIT,
|
|
70
|
-
normalizePayload: ({ payload }) => compileSlackInteractiveReplies(payload),
|
|
71
|
-
presentationCapabilities: {
|
|
72
|
-
supported: true,
|
|
73
|
-
buttons: true,
|
|
74
|
-
selects: true,
|
|
75
|
-
context: true,
|
|
76
|
-
divider: true,
|
|
77
|
-
limits: {
|
|
78
|
-
actions: {
|
|
79
|
-
maxActionsPerRow: 25,
|
|
80
|
-
maxLabelLength: 75,
|
|
81
|
-
maxValueBytes: 2e3,
|
|
82
|
-
supportsStyles: true
|
|
83
|
-
},
|
|
84
|
-
selects: {
|
|
85
|
-
maxOptions: 100,
|
|
86
|
-
maxLabelLength: 75,
|
|
87
|
-
maxValueBytes: 150
|
|
88
|
-
},
|
|
89
|
-
text: {
|
|
90
|
-
maxLength: SLACK_TEXT_LIMIT,
|
|
91
|
-
encoding: "characters",
|
|
92
|
-
markdownDialect: "slack-mrkdwn",
|
|
93
|
-
supportsEdit: true
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
renderPresentation: ({ payload, presentation }) => {
|
|
98
|
-
const slackData = payload.channelData?.slack;
|
|
99
|
-
const presentationBlocks = buildSlackPresentationBlocks(presentation, resolveSlackInteractiveBlockOffsets(parseSlackBlocksInput(slackData?.blocks)));
|
|
100
|
-
if (presentationBlocks.length === 0) return null;
|
|
101
|
-
return {
|
|
102
|
-
...payload,
|
|
103
|
-
channelData: {
|
|
104
|
-
...payload.channelData,
|
|
105
|
-
slack: {
|
|
106
|
-
...slackData,
|
|
107
|
-
presentationBlocks
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
},
|
|
112
|
-
sendPayload: async (ctx) => {
|
|
113
|
-
const payload = {
|
|
114
|
-
...ctx.payload,
|
|
115
|
-
text: resolveInteractiveTextFallback({
|
|
116
|
-
text: ctx.payload.text,
|
|
117
|
-
interactive: ctx.payload.interactive
|
|
118
|
-
}) ?? ""
|
|
119
|
-
};
|
|
120
|
-
const blocks = resolveSlackBlocks(payload);
|
|
121
|
-
if (!blocks) return await sendTextMediaPayload({
|
|
122
|
-
channel: "slack",
|
|
123
|
-
ctx: {
|
|
124
|
-
...ctx,
|
|
125
|
-
payload
|
|
126
|
-
},
|
|
127
|
-
adapter: slackOutbound
|
|
128
|
-
});
|
|
129
|
-
return attachChannelToResult("slack", await sendPayloadMediaSequenceAndFinalize({
|
|
130
|
-
text: "",
|
|
131
|
-
mediaUrls: resolvePayloadMediaUrls(payload),
|
|
132
|
-
send: async ({ text, mediaUrl }) => await sendSlackOutboundMessage({
|
|
133
|
-
cfg: ctx.cfg,
|
|
134
|
-
to: ctx.to,
|
|
135
|
-
text,
|
|
136
|
-
mediaUrl,
|
|
137
|
-
mediaAccess: ctx.mediaAccess,
|
|
138
|
-
mediaLocalRoots: ctx.mediaLocalRoots,
|
|
139
|
-
mediaReadFile: ctx.mediaReadFile,
|
|
140
|
-
accountId: ctx.accountId,
|
|
141
|
-
deps: ctx.deps,
|
|
142
|
-
replyToId: ctx.replyToId,
|
|
143
|
-
threadId: ctx.threadId,
|
|
144
|
-
identity: ctx.identity
|
|
145
|
-
}),
|
|
146
|
-
finalize: async () => await sendSlackOutboundMessage({
|
|
147
|
-
cfg: ctx.cfg,
|
|
148
|
-
to: ctx.to,
|
|
149
|
-
text: payload.text ?? "",
|
|
150
|
-
mediaAccess: ctx.mediaAccess,
|
|
151
|
-
mediaLocalRoots: ctx.mediaLocalRoots,
|
|
152
|
-
mediaReadFile: ctx.mediaReadFile,
|
|
153
|
-
blocks,
|
|
154
|
-
accountId: ctx.accountId,
|
|
155
|
-
deps: ctx.deps,
|
|
156
|
-
replyToId: ctx.replyToId,
|
|
157
|
-
threadId: ctx.threadId,
|
|
158
|
-
identity: ctx.identity
|
|
159
|
-
})
|
|
160
|
-
}));
|
|
161
|
-
},
|
|
162
|
-
...createAttachedChannelResultAdapter({
|
|
163
|
-
channel: "slack",
|
|
164
|
-
sendText: async ({ cfg, to, text, accountId, deps, replyToId, threadId, identity }) => await sendSlackOutboundMessage({
|
|
165
|
-
cfg,
|
|
166
|
-
to,
|
|
167
|
-
text,
|
|
168
|
-
accountId,
|
|
169
|
-
deps,
|
|
170
|
-
replyToId,
|
|
171
|
-
threadId,
|
|
172
|
-
identity
|
|
173
|
-
}),
|
|
174
|
-
sendMedia: async ({ cfg, to, text, mediaUrl, mediaAccess, mediaLocalRoots, mediaReadFile, accountId, deps, replyToId, threadId, identity }) => await sendSlackOutboundMessage({
|
|
175
|
-
cfg,
|
|
176
|
-
to,
|
|
177
|
-
text,
|
|
178
|
-
mediaUrl,
|
|
179
|
-
mediaAccess,
|
|
180
|
-
mediaLocalRoots,
|
|
181
|
-
mediaReadFile,
|
|
182
|
-
accountId,
|
|
183
|
-
deps,
|
|
184
|
-
replyToId,
|
|
185
|
-
threadId,
|
|
186
|
-
identity
|
|
187
|
-
})
|
|
188
|
-
})
|
|
189
|
-
};
|
|
190
|
-
//#endregion
|
|
191
|
-
export { slackOutbound };
|