@openclaw/slack 2026.7.1-beta.2 → 2026.7.1-beta.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/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-E9QZMf0z.js → action-runtime-DoQGk_8D.js} +36 -32
- 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-jO8Jdkge.js → channel-CG29WLVd.js} +198 -87
- 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-BQ7P93ll.js → monitor-D6Km2CFH.js} +3 -3
- package/dist/outbound-adapter-DVoBfBW5.js +272 -0
- package/dist/{pipeline.runtime-cxw6Zihc.js → pipeline.runtime-0wEFX2CS.js} +184 -260
- 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-BdoeWKr8.js → provider-Cot8h818.js} +153 -120
- package/dist/{relay-source-OcqQzKfX.js → relay-source-CU1LhyBj.js} +2 -2
- package/dist/{replies-D_G-EPr8.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-DVhs_fpQ.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 -56
- package/openclaw.plugin.json +46 -0
- package/package.json +6 -6
- package/dist/accounts.runtime-CgWgzjLX.js +0 -2
- package/dist/action-runtime.runtime-BQrVgSOq.js +0 -2
- package/dist/actions.runtime-Dl6AfO_g.js +0 -2
- package/dist/errors-CZtmv-h0.js +0 -107
- package/dist/outbound-adapter-BHUtpXz0.js +0 -188
- package/dist/send.runtime-a-O4PP2B.js +0 -2
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/LICENSE +0 -21
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/README.md +0 -15
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert/strict.d.ts +0 -59
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/assert.d.ts +0 -950
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/async_hooks.d.ts +0 -711
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.buffer.d.ts +0 -466
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/buffer.d.ts +0 -1765
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/child_process.d.ts +0 -1366
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/cluster.d.ts +0 -432
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/console.d.ts +0 -93
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/constants.d.ts +0 -14
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/crypto.d.ts +0 -4058
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dgram.d.ts +0 -537
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns/promises.d.ts +0 -497
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/dns.d.ts +0 -876
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/domain.d.ts +0 -150
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/events.d.ts +0 -1008
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs/promises.d.ts +0 -1468
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/fs.d.ts +0 -4780
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.d.ts +0 -150
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/globals.typedarray.d.ts +0 -101
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/http.d.ts +0 -2147
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/http2.d.ts +0 -2485
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/https.d.ts +0 -400
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/index.d.ts +0 -117
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector/promises.d.ts +0 -35
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.d.ts +0 -264
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/inspector.generated.d.ts +0 -4406
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/module.d.ts +0 -755
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/net.d.ts +0 -970
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/os.d.ts +0 -498
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/package.json +0 -155
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path/posix.d.ts +0 -8
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path/win32.d.ts +0 -8
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/path.d.ts +0 -178
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/perf_hooks.d.ts +0 -612
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/process.d.ts +0 -2204
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/punycode.d.ts +0 -89
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/querystring.d.ts +0 -139
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/quic.d.ts +0 -897
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline/promises.d.ts +0 -158
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/readline.d.ts +0 -507
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/repl.d.ts +0 -420
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/sea.d.ts +0 -47
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/sqlite.d.ts +0 -1068
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/consumers.d.ts +0 -114
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/iter.d.ts +0 -301
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/promises.d.ts +0 -211
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream/web.d.ts +0 -300
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/stream.d.ts +0 -1774
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/string_decoder.d.ts +0 -27
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/test/reporters.d.ts +0 -59
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/test.d.ts +0 -2279
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/timers.d.ts +0 -149
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/tls.d.ts +0 -1193
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/trace_events.d.ts +0 -103
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.6/index.d.ts +0 -119
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/ts5.7/index.d.ts +0 -119
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/tty.d.ts +0 -225
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/url.d.ts +0 -556
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/util/types.d.ts +0 -558
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/util.d.ts +0 -1677
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/v8.d.ts +0 -980
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/vm.d.ts +0 -1136
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/wasi.d.ts +0 -131
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/blob.d.ts +0 -23
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/console.d.ts +0 -9
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/events.d.ts +0 -106
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/performance.d.ts +0 -45
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/storage.d.ts +0 -24
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/streams.d.ts +0 -115
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/timers.d.ts +0 -44
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/web-globals/url.d.ts +0 -24
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/worker_threads.d.ts +0 -671
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib/iter.d.ts +0 -131
- package/node_modules/@types/jsonwebtoken/node_modules/@types/node/zlib.d.ts +0 -589
- 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
|
@@ -1,400 +0,0 @@
|
|
|
1
|
-
declare module "node:https" {
|
|
2
|
-
import * as http from "node:http";
|
|
3
|
-
import { Duplex } from "node:stream";
|
|
4
|
-
import * as tls from "node:tls";
|
|
5
|
-
import { URL } from "node:url";
|
|
6
|
-
interface ServerOptions<
|
|
7
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
8
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
9
|
-
> extends http.ServerOptions<Request, Response>, tls.TlsOptions {}
|
|
10
|
-
interface RequestOptions extends http.RequestOptions, tls.SecureContextOptions {
|
|
11
|
-
checkServerIdentity?:
|
|
12
|
-
| ((hostname: string, cert: tls.DetailedPeerCertificate) => Error | undefined)
|
|
13
|
-
| undefined;
|
|
14
|
-
rejectUnauthorized?: boolean | undefined; // Defaults to true
|
|
15
|
-
servername?: string | undefined; // SNI TLS Extension
|
|
16
|
-
}
|
|
17
|
-
interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions {
|
|
18
|
-
maxCachedSessions?: number | undefined;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information.
|
|
22
|
-
*
|
|
23
|
-
* Like `http.Agent`, the `createConnection(options[, callback])` method can be overridden
|
|
24
|
-
* to customize how TLS connections are established.
|
|
25
|
-
*
|
|
26
|
-
* > See `agent.createConnection()` for details on overriding this method,
|
|
27
|
-
* > including asynchronous socket creation with a callback.
|
|
28
|
-
* @since v0.4.5
|
|
29
|
-
*/
|
|
30
|
-
class Agent extends http.Agent {
|
|
31
|
-
constructor(options?: AgentOptions);
|
|
32
|
-
options: AgentOptions;
|
|
33
|
-
createConnection(
|
|
34
|
-
options: RequestOptions,
|
|
35
|
-
callback?: (err: Error | null, stream: Duplex) => void,
|
|
36
|
-
): Duplex | null | undefined;
|
|
37
|
-
getName(options?: RequestOptions): string;
|
|
38
|
-
}
|
|
39
|
-
interface ServerEventMap<
|
|
40
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
41
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
42
|
-
> extends http.ServerEventMap<Request, Response>, tls.ServerEventMap {}
|
|
43
|
-
/**
|
|
44
|
-
* See `http.Server` for more information.
|
|
45
|
-
* @since v0.3.4
|
|
46
|
-
*/
|
|
47
|
-
class Server<
|
|
48
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
49
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
50
|
-
> extends tls.Server {
|
|
51
|
-
constructor(requestListener?: http.RequestListener<Request, Response>);
|
|
52
|
-
constructor(
|
|
53
|
-
options: ServerOptions<Request, Response>,
|
|
54
|
-
requestListener?: http.RequestListener<Request, Response>,
|
|
55
|
-
);
|
|
56
|
-
/**
|
|
57
|
-
* Closes all connections connected to this server.
|
|
58
|
-
* @since v18.2.0
|
|
59
|
-
*/
|
|
60
|
-
closeAllConnections(): void;
|
|
61
|
-
/**
|
|
62
|
-
* Closes all connections connected to this server which are not sending a request or waiting for a response.
|
|
63
|
-
* @since v18.2.0
|
|
64
|
-
*/
|
|
65
|
-
closeIdleConnections(): void;
|
|
66
|
-
// #region InternalEventEmitter
|
|
67
|
-
addListener<E extends keyof ServerEventMap>(
|
|
68
|
-
eventName: E,
|
|
69
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
70
|
-
): this;
|
|
71
|
-
addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
72
|
-
emit<E extends keyof ServerEventMap>(eventName: E, ...args: ServerEventMap<Request, Response>[E]): boolean;
|
|
73
|
-
emit(eventName: string | symbol, ...args: any[]): boolean;
|
|
74
|
-
listenerCount<E extends keyof ServerEventMap>(
|
|
75
|
-
eventName: E,
|
|
76
|
-
listener?: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
77
|
-
): number;
|
|
78
|
-
listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
|
|
79
|
-
listeners<E extends keyof ServerEventMap>(
|
|
80
|
-
eventName: E,
|
|
81
|
-
): ((...args: ServerEventMap<Request, Response>[E]) => void)[];
|
|
82
|
-
listeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
83
|
-
off<E extends keyof ServerEventMap>(
|
|
84
|
-
eventName: E,
|
|
85
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
86
|
-
): this;
|
|
87
|
-
off(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
88
|
-
on<E extends keyof ServerEventMap>(
|
|
89
|
-
eventName: E,
|
|
90
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
91
|
-
): this;
|
|
92
|
-
on(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
93
|
-
once<E extends keyof ServerEventMap>(
|
|
94
|
-
eventName: E,
|
|
95
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
96
|
-
): this;
|
|
97
|
-
once(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
98
|
-
prependListener<E extends keyof ServerEventMap>(
|
|
99
|
-
eventName: E,
|
|
100
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
101
|
-
): this;
|
|
102
|
-
prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
103
|
-
prependOnceListener<E extends keyof ServerEventMap>(
|
|
104
|
-
eventName: E,
|
|
105
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
106
|
-
): this;
|
|
107
|
-
prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
108
|
-
rawListeners<E extends keyof ServerEventMap>(
|
|
109
|
-
eventName: E,
|
|
110
|
-
): ((...args: ServerEventMap<Request, Response>[E]) => void)[];
|
|
111
|
-
rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
|
|
112
|
-
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics
|
|
113
|
-
removeAllListeners<E extends keyof ServerEventMap>(eventName?: E): this;
|
|
114
|
-
removeAllListeners(eventName?: string | symbol): this;
|
|
115
|
-
removeListener<E extends keyof ServerEventMap>(
|
|
116
|
-
eventName: E,
|
|
117
|
-
listener: (...args: ServerEventMap<Request, Response>[E]) => void,
|
|
118
|
-
): this;
|
|
119
|
-
removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
|
|
120
|
-
// #endregion
|
|
121
|
-
}
|
|
122
|
-
interface Server<
|
|
123
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
124
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
125
|
-
> extends http.Server<Request, Response> {}
|
|
126
|
-
/**
|
|
127
|
-
* ```js
|
|
128
|
-
* // curl -k https://localhost:8000/
|
|
129
|
-
* import https from 'node:https';
|
|
130
|
-
* import fs from 'node:fs';
|
|
131
|
-
*
|
|
132
|
-
* const options = {
|
|
133
|
-
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
134
|
-
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
135
|
-
* };
|
|
136
|
-
*
|
|
137
|
-
* https.createServer(options, (req, res) => {
|
|
138
|
-
* res.writeHead(200);
|
|
139
|
-
* res.end('hello world\n');
|
|
140
|
-
* }).listen(8000);
|
|
141
|
-
* ```
|
|
142
|
-
*
|
|
143
|
-
* Or
|
|
144
|
-
*
|
|
145
|
-
* ```js
|
|
146
|
-
* import https from 'node:https';
|
|
147
|
-
* import fs from 'node:fs';
|
|
148
|
-
*
|
|
149
|
-
* const options = {
|
|
150
|
-
* pfx: fs.readFileSync('test/fixtures/test_cert.pfx'),
|
|
151
|
-
* passphrase: 'sample',
|
|
152
|
-
* };
|
|
153
|
-
*
|
|
154
|
-
* https.createServer(options, (req, res) => {
|
|
155
|
-
* res.writeHead(200);
|
|
156
|
-
* res.end('hello world\n');
|
|
157
|
-
* }).listen(8000);
|
|
158
|
-
* ```
|
|
159
|
-
* @since v0.3.4
|
|
160
|
-
* @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`.
|
|
161
|
-
* @param requestListener A listener to be added to the `'request'` event.
|
|
162
|
-
*/
|
|
163
|
-
function createServer<
|
|
164
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
165
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
166
|
-
>(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
|
|
167
|
-
function createServer<
|
|
168
|
-
Request extends typeof http.IncomingMessage = typeof http.IncomingMessage,
|
|
169
|
-
Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
|
|
170
|
-
>(
|
|
171
|
-
options: ServerOptions<Request, Response>,
|
|
172
|
-
requestListener?: http.RequestListener<Request, Response>,
|
|
173
|
-
): Server<Request, Response>;
|
|
174
|
-
/**
|
|
175
|
-
* Makes a request to a secure web server.
|
|
176
|
-
*
|
|
177
|
-
* The following additional `options` from `tls.connect()` are also accepted: `ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`,
|
|
178
|
-
* `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`.
|
|
179
|
-
*
|
|
180
|
-
* `options` can be an object, a string, or a `URL` object. If `options` is a
|
|
181
|
-
* string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object.
|
|
182
|
-
*
|
|
183
|
-
* `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to
|
|
184
|
-
* upload a file with a POST request, then write to the `ClientRequest` object.
|
|
185
|
-
*
|
|
186
|
-
* ```js
|
|
187
|
-
* import https from 'node:https';
|
|
188
|
-
*
|
|
189
|
-
* const options = {
|
|
190
|
-
* hostname: 'encrypted.google.com',
|
|
191
|
-
* port: 443,
|
|
192
|
-
* path: '/',
|
|
193
|
-
* method: 'GET',
|
|
194
|
-
* };
|
|
195
|
-
*
|
|
196
|
-
* const req = https.request(options, (res) => {
|
|
197
|
-
* console.log('statusCode:', res.statusCode);
|
|
198
|
-
* console.log('headers:', res.headers);
|
|
199
|
-
*
|
|
200
|
-
* res.on('data', (d) => {
|
|
201
|
-
* process.stdout.write(d);
|
|
202
|
-
* });
|
|
203
|
-
* });
|
|
204
|
-
*
|
|
205
|
-
* req.on('error', (e) => {
|
|
206
|
-
* console.error(e);
|
|
207
|
-
* });
|
|
208
|
-
* req.end();
|
|
209
|
-
* ```
|
|
210
|
-
*
|
|
211
|
-
* Example using options from `tls.connect()`:
|
|
212
|
-
*
|
|
213
|
-
* ```js
|
|
214
|
-
* const options = {
|
|
215
|
-
* hostname: 'encrypted.google.com',
|
|
216
|
-
* port: 443,
|
|
217
|
-
* path: '/',
|
|
218
|
-
* method: 'GET',
|
|
219
|
-
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
220
|
-
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
221
|
-
* };
|
|
222
|
-
* options.agent = new https.Agent(options);
|
|
223
|
-
*
|
|
224
|
-
* const req = https.request(options, (res) => {
|
|
225
|
-
* // ...
|
|
226
|
-
* });
|
|
227
|
-
* ```
|
|
228
|
-
*
|
|
229
|
-
* Alternatively, opt out of connection pooling by not using an `Agent`.
|
|
230
|
-
*
|
|
231
|
-
* ```js
|
|
232
|
-
* const options = {
|
|
233
|
-
* hostname: 'encrypted.google.com',
|
|
234
|
-
* port: 443,
|
|
235
|
-
* path: '/',
|
|
236
|
-
* method: 'GET',
|
|
237
|
-
* key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'),
|
|
238
|
-
* cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'),
|
|
239
|
-
* agent: false,
|
|
240
|
-
* };
|
|
241
|
-
*
|
|
242
|
-
* const req = https.request(options, (res) => {
|
|
243
|
-
* // ...
|
|
244
|
-
* });
|
|
245
|
-
* ```
|
|
246
|
-
*
|
|
247
|
-
* Example using a `URL` as `options`:
|
|
248
|
-
*
|
|
249
|
-
* ```js
|
|
250
|
-
* const options = new URL('https://abc:xyz@example.com');
|
|
251
|
-
*
|
|
252
|
-
* const req = https.request(options, (res) => {
|
|
253
|
-
* // ...
|
|
254
|
-
* });
|
|
255
|
-
* ```
|
|
256
|
-
*
|
|
257
|
-
* Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`):
|
|
258
|
-
*
|
|
259
|
-
* ```js
|
|
260
|
-
* import tls from 'node:tls';
|
|
261
|
-
* import https from 'node:https';
|
|
262
|
-
* import crypto from 'node:crypto';
|
|
263
|
-
*
|
|
264
|
-
* function sha256(s) {
|
|
265
|
-
* return crypto.createHash('sha256').update(s).digest('base64');
|
|
266
|
-
* }
|
|
267
|
-
* const options = {
|
|
268
|
-
* hostname: 'github.com',
|
|
269
|
-
* port: 443,
|
|
270
|
-
* path: '/',
|
|
271
|
-
* method: 'GET',
|
|
272
|
-
* checkServerIdentity: function(host, cert) {
|
|
273
|
-
* // Make sure the certificate is issued to the host we are connected to
|
|
274
|
-
* const err = tls.checkServerIdentity(host, cert);
|
|
275
|
-
* if (err) {
|
|
276
|
-
* return err;
|
|
277
|
-
* }
|
|
278
|
-
*
|
|
279
|
-
* // Pin the public key, similar to HPKP pin-sha256 pinning
|
|
280
|
-
* const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=';
|
|
281
|
-
* if (sha256(cert.pubkey) !== pubkey256) {
|
|
282
|
-
* const msg = 'Certificate verification error: ' +
|
|
283
|
-
* `The public key of '${cert.subject.CN}' ` +
|
|
284
|
-
* 'does not match our pinned fingerprint';
|
|
285
|
-
* return new Error(msg);
|
|
286
|
-
* }
|
|
287
|
-
*
|
|
288
|
-
* // Pin the exact certificate, rather than the pub key
|
|
289
|
-
* const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' +
|
|
290
|
-
* 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16';
|
|
291
|
-
* if (cert.fingerprint256 !== cert256) {
|
|
292
|
-
* const msg = 'Certificate verification error: ' +
|
|
293
|
-
* `The certificate of '${cert.subject.CN}' ` +
|
|
294
|
-
* 'does not match our pinned fingerprint';
|
|
295
|
-
* return new Error(msg);
|
|
296
|
-
* }
|
|
297
|
-
*
|
|
298
|
-
* // This loop is informational only.
|
|
299
|
-
* // Print the certificate and public key fingerprints of all certs in the
|
|
300
|
-
* // chain. Its common to pin the public key of the issuer on the public
|
|
301
|
-
* // internet, while pinning the public key of the service in sensitive
|
|
302
|
-
* // environments.
|
|
303
|
-
* do {
|
|
304
|
-
* console.log('Subject Common Name:', cert.subject.CN);
|
|
305
|
-
* console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256);
|
|
306
|
-
*
|
|
307
|
-
* hash = crypto.createHash('sha256');
|
|
308
|
-
* console.log(' Public key ping-sha256:', sha256(cert.pubkey));
|
|
309
|
-
*
|
|
310
|
-
* lastprint256 = cert.fingerprint256;
|
|
311
|
-
* cert = cert.issuerCertificate;
|
|
312
|
-
* } while (cert.fingerprint256 !== lastprint256);
|
|
313
|
-
*
|
|
314
|
-
* },
|
|
315
|
-
* };
|
|
316
|
-
*
|
|
317
|
-
* options.agent = new https.Agent(options);
|
|
318
|
-
* const req = https.request(options, (res) => {
|
|
319
|
-
* console.log('All OK. Server matched our pinned cert or public key');
|
|
320
|
-
* console.log('statusCode:', res.statusCode);
|
|
321
|
-
* // Print the HPKP values
|
|
322
|
-
* console.log('headers:', res.headers['public-key-pins']);
|
|
323
|
-
*
|
|
324
|
-
* res.on('data', (d) => {});
|
|
325
|
-
* });
|
|
326
|
-
*
|
|
327
|
-
* req.on('error', (e) => {
|
|
328
|
-
* console.error(e.message);
|
|
329
|
-
* });
|
|
330
|
-
* req.end();
|
|
331
|
-
* ```
|
|
332
|
-
*
|
|
333
|
-
* Outputs for example:
|
|
334
|
-
*
|
|
335
|
-
* ```text
|
|
336
|
-
* Subject Common Name: github.com
|
|
337
|
-
* Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16
|
|
338
|
-
* Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU=
|
|
339
|
-
* Subject Common Name: DigiCert SHA2 Extended Validation Server CA
|
|
340
|
-
* Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A
|
|
341
|
-
* Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho=
|
|
342
|
-
* Subject Common Name: DigiCert High Assurance EV Root CA
|
|
343
|
-
* Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF
|
|
344
|
-
* Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=
|
|
345
|
-
* All OK. Server matched our pinned cert or public key
|
|
346
|
-
* statusCode: 200
|
|
347
|
-
* headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho=";
|
|
348
|
-
* pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4=";
|
|
349
|
-
* pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains
|
|
350
|
-
* ```
|
|
351
|
-
* @since v0.3.6
|
|
352
|
-
* @param options Accepts all `options` from `request`, with some differences in default values:
|
|
353
|
-
*/
|
|
354
|
-
function request(
|
|
355
|
-
options: RequestOptions | string | URL,
|
|
356
|
-
callback?: (res: http.IncomingMessage) => void,
|
|
357
|
-
): http.ClientRequest;
|
|
358
|
-
function request(
|
|
359
|
-
url: string | URL,
|
|
360
|
-
options: RequestOptions,
|
|
361
|
-
callback?: (res: http.IncomingMessage) => void,
|
|
362
|
-
): http.ClientRequest;
|
|
363
|
-
/**
|
|
364
|
-
* Like `http.get()` but for HTTPS.
|
|
365
|
-
*
|
|
366
|
-
* `options` can be an object, a string, or a `URL` object. If `options` is a
|
|
367
|
-
* string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object.
|
|
368
|
-
*
|
|
369
|
-
* ```js
|
|
370
|
-
* import https from 'node:https';
|
|
371
|
-
*
|
|
372
|
-
* https.get('https://encrypted.google.com/', (res) => {
|
|
373
|
-
* console.log('statusCode:', res.statusCode);
|
|
374
|
-
* console.log('headers:', res.headers);
|
|
375
|
-
*
|
|
376
|
-
* res.on('data', (d) => {
|
|
377
|
-
* process.stdout.write(d);
|
|
378
|
-
* });
|
|
379
|
-
*
|
|
380
|
-
* }).on('error', (e) => {
|
|
381
|
-
* console.error(e);
|
|
382
|
-
* });
|
|
383
|
-
* ```
|
|
384
|
-
* @since v0.3.6
|
|
385
|
-
* @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`.
|
|
386
|
-
*/
|
|
387
|
-
function get(
|
|
388
|
-
options: RequestOptions | string | URL,
|
|
389
|
-
callback?: (res: http.IncomingMessage) => void,
|
|
390
|
-
): http.ClientRequest;
|
|
391
|
-
function get(
|
|
392
|
-
url: string | URL,
|
|
393
|
-
options: RequestOptions,
|
|
394
|
-
callback?: (res: http.IncomingMessage) => void,
|
|
395
|
-
): http.ClientRequest;
|
|
396
|
-
let globalAgent: Agent;
|
|
397
|
-
}
|
|
398
|
-
declare module "https" {
|
|
399
|
-
export * from "node:https";
|
|
400
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* License for programmatically and manually incorporated
|
|
3
|
-
* documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc
|
|
4
|
-
*
|
|
5
|
-
* Copyright Node.js contributors. All rights reserved.
|
|
6
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
-
* of this software and associated documentation files (the "Software"), to
|
|
8
|
-
* deal in the Software without restriction, including without limitation the
|
|
9
|
-
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
10
|
-
* sell copies of the Software, and to permit persons to whom the Software is
|
|
11
|
-
* furnished to do so, subject to the following conditions:
|
|
12
|
-
*
|
|
13
|
-
* The above copyright notice and this permission notice shall be included in
|
|
14
|
-
* all copies or substantial portions of the Software.
|
|
15
|
-
*
|
|
16
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
22
|
-
* IN THE SOFTWARE.
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
// NOTE: These definitions support Node.js and TypeScript 5.8+.
|
|
26
|
-
|
|
27
|
-
// Reference required TypeScript libraries:
|
|
28
|
-
/// <reference lib="es2020" />
|
|
29
|
-
/// <reference lib="esnext.disposable" />
|
|
30
|
-
/// <reference lib="esnext.float16" />
|
|
31
|
-
|
|
32
|
-
// Iterator definitions required for compatibility with TypeScript <5.6:
|
|
33
|
-
/// <reference path="compatibility/iterators.d.ts" />
|
|
34
|
-
|
|
35
|
-
// Definitions for Node.js modules specific to TypeScript 5.7+:
|
|
36
|
-
/// <reference path="globals.typedarray.d.ts" />
|
|
37
|
-
/// <reference path="buffer.buffer.d.ts" />
|
|
38
|
-
|
|
39
|
-
// Definitions for Node.js modules that are not specific to any version of TypeScript:
|
|
40
|
-
/// <reference path="globals.d.ts" />
|
|
41
|
-
/// <reference path="web-globals/abortcontroller.d.ts" />
|
|
42
|
-
/// <reference path="web-globals/blob.d.ts" />
|
|
43
|
-
/// <reference path="web-globals/console.d.ts" />
|
|
44
|
-
/// <reference path="web-globals/crypto.d.ts" />
|
|
45
|
-
/// <reference path="web-globals/domexception.d.ts" />
|
|
46
|
-
/// <reference path="web-globals/encoding.d.ts" />
|
|
47
|
-
/// <reference path="web-globals/events.d.ts" />
|
|
48
|
-
/// <reference path="web-globals/fetch.d.ts" />
|
|
49
|
-
/// <reference path="web-globals/importmeta.d.ts" />
|
|
50
|
-
/// <reference path="web-globals/messaging.d.ts" />
|
|
51
|
-
/// <reference path="web-globals/navigator.d.ts" />
|
|
52
|
-
/// <reference path="web-globals/performance.d.ts" />
|
|
53
|
-
/// <reference path="web-globals/storage.d.ts" />
|
|
54
|
-
/// <reference path="web-globals/streams.d.ts" />
|
|
55
|
-
/// <reference path="web-globals/timers.d.ts" />
|
|
56
|
-
/// <reference path="web-globals/url.d.ts" />
|
|
57
|
-
/// <reference path="assert.d.ts" />
|
|
58
|
-
/// <reference path="assert/strict.d.ts" />
|
|
59
|
-
/// <reference path="async_hooks.d.ts" />
|
|
60
|
-
/// <reference path="buffer.d.ts" />
|
|
61
|
-
/// <reference path="child_process.d.ts" />
|
|
62
|
-
/// <reference path="cluster.d.ts" />
|
|
63
|
-
/// <reference path="console.d.ts" />
|
|
64
|
-
/// <reference path="constants.d.ts" />
|
|
65
|
-
/// <reference path="crypto.d.ts" />
|
|
66
|
-
/// <reference path="dgram.d.ts" />
|
|
67
|
-
/// <reference path="diagnostics_channel.d.ts" />
|
|
68
|
-
/// <reference path="dns.d.ts" />
|
|
69
|
-
/// <reference path="dns/promises.d.ts" />
|
|
70
|
-
/// <reference path="domain.d.ts" />
|
|
71
|
-
/// <reference path="events.d.ts" />
|
|
72
|
-
/// <reference path="fs.d.ts" />
|
|
73
|
-
/// <reference path="fs/promises.d.ts" />
|
|
74
|
-
/// <reference path="http.d.ts" />
|
|
75
|
-
/// <reference path="http2.d.ts" />
|
|
76
|
-
/// <reference path="https.d.ts" />
|
|
77
|
-
/// <reference path="inspector.d.ts" />
|
|
78
|
-
/// <reference path="inspector.generated.d.ts" />
|
|
79
|
-
/// <reference path="inspector/promises.d.ts" />
|
|
80
|
-
/// <reference path="module.d.ts" />
|
|
81
|
-
/// <reference path="net.d.ts" />
|
|
82
|
-
/// <reference path="os.d.ts" />
|
|
83
|
-
/// <reference path="path.d.ts" />
|
|
84
|
-
/// <reference path="path/posix.d.ts" />
|
|
85
|
-
/// <reference path="path/win32.d.ts" />
|
|
86
|
-
/// <reference path="perf_hooks.d.ts" />
|
|
87
|
-
/// <reference path="process.d.ts" />
|
|
88
|
-
/// <reference path="punycode.d.ts" />
|
|
89
|
-
/// <reference path="querystring.d.ts" />
|
|
90
|
-
/// <reference path="quic.d.ts" />
|
|
91
|
-
/// <reference path="readline.d.ts" />
|
|
92
|
-
/// <reference path="readline/promises.d.ts" />
|
|
93
|
-
/// <reference path="repl.d.ts" />
|
|
94
|
-
/// <reference path="sea.d.ts" />
|
|
95
|
-
/// <reference path="sqlite.d.ts" />
|
|
96
|
-
/// <reference path="stream.d.ts" />
|
|
97
|
-
/// <reference path="stream/consumers.d.ts" />
|
|
98
|
-
/// <reference path="stream/iter.d.ts" />
|
|
99
|
-
/// <reference path="stream/promises.d.ts" />
|
|
100
|
-
/// <reference path="stream/web.d.ts" />
|
|
101
|
-
/// <reference path="string_decoder.d.ts" />
|
|
102
|
-
/// <reference path="test.d.ts" />
|
|
103
|
-
/// <reference path="test/reporters.d.ts" />
|
|
104
|
-
/// <reference path="timers.d.ts" />
|
|
105
|
-
/// <reference path="timers/promises.d.ts" />
|
|
106
|
-
/// <reference path="tls.d.ts" />
|
|
107
|
-
/// <reference path="trace_events.d.ts" />
|
|
108
|
-
/// <reference path="tty.d.ts" />
|
|
109
|
-
/// <reference path="url.d.ts" />
|
|
110
|
-
/// <reference path="util.d.ts" />
|
|
111
|
-
/// <reference path="util/types.d.ts" />
|
|
112
|
-
/// <reference path="v8.d.ts" />
|
|
113
|
-
/// <reference path="vm.d.ts" />
|
|
114
|
-
/// <reference path="wasi.d.ts" />
|
|
115
|
-
/// <reference path="worker_threads.d.ts" />
|
|
116
|
-
/// <reference path="zlib.d.ts" />
|
|
117
|
-
/// <reference path="zlib/iter.d.ts" />
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
declare module "node:inspector/promises" {
|
|
2
|
-
import { EventEmitter } from "node:events";
|
|
3
|
-
export { close, console, NetworkResources, open, url, waitForDebugger } from "node:inspector";
|
|
4
|
-
/**
|
|
5
|
-
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
6
|
-
* back-end and receiving message responses and notifications.
|
|
7
|
-
* @since v19.0.0
|
|
8
|
-
*/
|
|
9
|
-
export class Session extends EventEmitter {
|
|
10
|
-
/**
|
|
11
|
-
* Create a new instance of the inspector.Session class.
|
|
12
|
-
* The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend.
|
|
13
|
-
*/
|
|
14
|
-
constructor();
|
|
15
|
-
/**
|
|
16
|
-
* Connects a session to the inspector back-end.
|
|
17
|
-
*/
|
|
18
|
-
connect(): void;
|
|
19
|
-
/**
|
|
20
|
-
* Connects a session to the inspector back-end.
|
|
21
|
-
* An exception will be thrown if this API was not called on a Worker thread.
|
|
22
|
-
* @since v12.11.0
|
|
23
|
-
*/
|
|
24
|
-
connectToMainThread(): void;
|
|
25
|
-
/**
|
|
26
|
-
* Immediately close the session. All pending message callbacks will be called with an error.
|
|
27
|
-
* `session.connect()` will need to be called to be able to send messages again.
|
|
28
|
-
* Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints.
|
|
29
|
-
*/
|
|
30
|
-
disconnect(): void;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
declare module "inspector/promises" {
|
|
34
|
-
export * from "node:inspector/promises";
|
|
35
|
-
}
|