From 8d4f707305cfe21e03ad9e948e8d7e9209a68465 Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Mon, 8 Jan 2024 22:27:35 +0530 Subject: [PATCH 01/15] docs: adds an interactive tut ref for killercoda env (#580) --- docs/pages/crypto-websockets-interactive.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/pages/crypto-websockets-interactive.md diff --git a/docs/pages/crypto-websockets-interactive.md b/docs/pages/crypto-websockets-interactive.md new file mode 100644 index 000000000..70a87b7f2 --- /dev/null +++ b/docs/pages/crypto-websockets-interactive.md @@ -0,0 +1,17 @@ +--- +title: 'Crypto Websockets - Interactive (Alpha)' +description: Interactive version of the original Crypto Websockets tutorial. +weight: 180 +--- + +>tl;dr +Please try out [this](https://killercoda.com/asyncapi-glee/scenario/crypto-websockets) interactive tutorial and let us know what you think, as we plan to have all the docs written this way. + +We created an interactive tutorial using [KillerCoda](https://killercoda.com). It is an interactive version of the [Crypto Websockets](https://github.com/asyncapi/glee/tree/master/examples/crypto-websockets) tutorial that will always work for you no matter what operating system you have. +Please become our alpha testers of the tutorial: + +1. Go through the tutorial [here](https://killercoda.com/asyncapi-glee/scenario/crypto-websockets) +2. Let us know what you think using the channel that works for you the best: + - [Slack](https://www.asyncapi.com/slack-invite/) + - [Twitter](https://twitter.com/AsyncAPISpec) + - [GitHub Issue](https://github.com/asyncapi/glee/issues/) \ No newline at end of file From 2c973d7de73448442061bdf9ad07ea5719428ffa Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 8 Jan 2024 18:01:19 +0100 Subject: [PATCH 02/15] chore: update generated docs (#679) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 4 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- 50 files changed, 478 insertions(+), 478 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index b53b2e017..6872145ca 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 09d7c0334..923983cb9 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index bee5eb4b4..15a0d6f8f 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 64f894c79..dc1b8e51d 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 06c451dac..2edfc0024 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L188) +[src/adapters/mqtt/index.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L188) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:270](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L270) +[src/adapters/mqtt/index.ts:270](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L270) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:286](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L286) +[src/adapters/mqtt/index.ts:286](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L286) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:243](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L243) +[src/adapters/mqtt/index.ts:243](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L243) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:142](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L142) +[src/adapters/mqtt/index.ts:142](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L142) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:86](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L86) +[src/adapters/mqtt/index.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L86) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L117) +[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L117) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:152](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/mqtt/index.ts#L152) +[src/adapters/mqtt/index.ts:152](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L152) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index a31e99993..e8fe43242 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index fd5d76d8c..b4d4c7cf4 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 7ccc72781..272539b3b 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/37c6c45/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 8f928ea62..5bda62407 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/37c6c45/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/37c6c45/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/37c6c45/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/37c6c45/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index e8b69bf0c..a88340ea1 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index e5c1b449a..e68218a20 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 1f9960ada..ff0b264c2 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 0e9dcf292..393200b3f 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 1c1b25a00..23a4eb360 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index cc306e714..62004e67d 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 823ed1621..3b8efb98b 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:163](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L163) +[src/lib/wsHttpAuth.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L163) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:121](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L121) +[src/lib/wsHttpAuth.ts:121](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L121) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:107](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L107) +[src/lib/wsHttpAuth.ts:107](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L107) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:156](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L156) +[src/lib/wsHttpAuth.ts:156](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L156) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:91](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/wsHttpAuth.ts#L91) +[src/lib/wsHttpAuth.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L91) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index 4b38f89e3..ec398ee49 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 4e233c94a..e3371a88b 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index fc3a77ff8..583752d7b 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index c6460abf5..fa3b839e9 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index d0551a3cd..13371d7bd 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index a64260a97..4ed0fd2d1 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 57407347c..f8aea640f 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/37c6c45/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 5a7d13367..b8aee68a2 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -21,7 +21,7 @@ #### Defined in -[src/index.ts:44](https://github.com/asyncapi/glee/blob/37c6c45/src/index.ts#L44) +[src/index.ts:44](https://github.com/asyncapi/glee/blob/8d4f707/src/index.ts#L44) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[src/index.ts:234](https://github.com/asyncapi/glee/blob/37c6c45/src/index.ts#L234) +[src/index.ts:234](https://github.com/asyncapi/glee/blob/8d4f707/src/index.ts#L234) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 52e300f6d..4f3c18e47 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 6f88bb570..53a5a91ab 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 9475007ca..9e2ac57aa 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 098cd8769..66026507a 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index c832f08dc..b1eb9c3ce 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 8a6aaaaf0..d0479676c 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 74b0a7e9b..46755773e 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 84e9ed6b7..aabff87c6 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 819b36ab1..a90833d0f 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:68](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/functions.ts#L68) +[src/lib/functions.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L68) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:70](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/functions.ts#L70) +[src/lib/functions.ts:70](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L70) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:108](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/functions.ts#L108) +[src/lib/functions.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L108) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index cae27c6d2..6f7945ed7 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 80b6994cf..263f2490d 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index d268f0c1e..14feadbf8 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 8d7768deb..73e591e02 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 1da80dd47..b17ac9d34 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 79f50ba3f..f22f958ce 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/37c6c45/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 92dcaa981..7633a3b62 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 67352723f..ff53062eb 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 37b937d45..0a2dd98ee 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 68062ae0a..bf1f417d9 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 9b427d371..65a8fab9f 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index ecd676695..3fc0515b1 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 6d8fbf818..2e191a78e 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index cb253d8ba..02749f478 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 5af44049f..1240e9ec4 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 4c5a93e4c..bc67d000d 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/37c6c45/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 64e604e04..41e216482 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/37c6c45/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/registerAdapters.ts#L14) From dd53e268c7d3950057a5151cf72d3bffb68dddd8 Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Tue, 9 Jan 2024 21:11:49 +0530 Subject: [PATCH 03/15] fix: adjust github action for a file name changed preventing duplications (#681) --- .github/workflows/update-docs-in-website.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-in-website.yml b/.github/workflows/update-docs-in-website.yml index 6f3bba422..9044c3f2c 100644 --- a/.github/workflows/update-docs-in-website.yml +++ b/.github/workflows/update-docs-in-website.yml @@ -35,9 +35,10 @@ jobs: - name: Copy glee folder from Current Repo to Another working-directory: ./website run: | - mkdir -p ./pages/docs/tools/glee + rm -r ./pages/docs/tools/glee + mkdir -p ./pages/docs/tools/glee printf "%s\ntitle: Glee\nweight: 06\n%s" "---" "---"> ../glee/docs/_section.md - mv ../glee/docs/pages/*.md ./pages/docs/tools/glee + mv ../glee/docs/pages/*.{md,jpg,png} ./pages/docs/tools/glee - name: Commit and push working-directory: ./website run: | From 88cfc793b5f88e5871fcddff846ebf1f8409f829 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 9 Jan 2024 16:47:31 +0100 Subject: [PATCH 04/15] chore(release): v0.33.5 (#682) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 4 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 52 files changed, 481 insertions(+), 481 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 6872145ca..233dc2602 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 923983cb9..715751454 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 15a0d6f8f..ad92cca4e 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index dc1b8e51d..a4b7c5652 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 2edfc0024..dd164f332 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L188) +[src/adapters/mqtt/index.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L188) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:270](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L270) +[src/adapters/mqtt/index.ts:270](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L270) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:286](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L286) +[src/adapters/mqtt/index.ts:286](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L286) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:243](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L243) +[src/adapters/mqtt/index.ts:243](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L243) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:142](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L142) +[src/adapters/mqtt/index.ts:142](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L142) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L86) +[src/adapters/mqtt/index.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L86) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L117) +[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L117) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:152](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/mqtt/index.ts#L152) +[src/adapters/mqtt/index.ts:152](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L152) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index e8fe43242..031c11261 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index b4d4c7cf4..0685d70f7 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 272539b3b..fcf74080c 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/8d4f707/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 5bda62407..bca7dc7bf 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index a88340ea1..15cbcef21 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index e68218a20..613198aeb 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index ff0b264c2..2e1ea6b13 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 393200b3f..87c963036 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 23a4eb360..2f17622e1 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 62004e67d..762bf6a79 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 3b8efb98b..7a78f6537 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:163](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L163) +[src/lib/wsHttpAuth.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L163) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:121](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L121) +[src/lib/wsHttpAuth.ts:121](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L121) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:107](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L107) +[src/lib/wsHttpAuth.ts:107](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L107) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:156](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L156) +[src/lib/wsHttpAuth.ts:156](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L156) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:91](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/wsHttpAuth.ts#L91) +[src/lib/wsHttpAuth.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L91) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index ec398ee49..a57efd0fa 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index e3371a88b..146fa3e3b 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 583752d7b..794388188 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index fa3b839e9..b6a00f03a 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 13371d7bd..6c3c5a449 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 4ed0fd2d1..c322f4285 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index f8aea640f..71c337430 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index b8aee68a2..98f6ffa8c 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -21,7 +21,7 @@ #### Defined in -[src/index.ts:44](https://github.com/asyncapi/glee/blob/8d4f707/src/index.ts#L44) +[src/index.ts:44](https://github.com/asyncapi/glee/blob/dd53e26/src/index.ts#L44) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[src/index.ts:234](https://github.com/asyncapi/glee/blob/8d4f707/src/index.ts#L234) +[src/index.ts:234](https://github.com/asyncapi/glee/blob/dd53e26/src/index.ts#L234) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 4f3c18e47..7a2b7c9dc 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 53a5a91ab..f26325f31 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 9e2ac57aa..e2255489a 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 66026507a..4271936cc 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index b1eb9c3ce..8f5f481d4 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index d0479676c..0ab7ef7bb 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 46755773e..7c6d1865d 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index aabff87c6..3b02eb33b 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index a90833d0f..f0e5e00bb 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:68](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L68) +[src/lib/functions.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L68) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:70](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L70) +[src/lib/functions.ts:70](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L70) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:108](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/functions.ts#L108) +[src/lib/functions.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L108) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 6f7945ed7..4b34b9e9b 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 263f2490d..0572807eb 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 14feadbf8..248539948 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 73e591e02..b8c41dcf1 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index b17ac9d34..864203477 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index f22f958ce..b56f3dc26 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/8d4f707/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 7633a3b62..fa6989402 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index ff53062eb..f2f9689bb 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 0a2dd98ee..3fa5953fa 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index bf1f417d9..1ef90a474 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 65a8fab9f..9b9861d14 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 3fc0515b1..4e66d1577 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 2e191a78e..f8cfe3bc3 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 02749f478..1394d93b4 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 1240e9ec4..295cfc3d2 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index bc67d000d..07afb5d57 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/8d4f707/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 41e216482..536f0f8df 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/8d4f707/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 33a6721b1..2942bd1aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.33.4", + "version": "0.33.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.33.4", + "version": "0.33.5", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.16.0", diff --git a/package.json b/package.json index bec554c8f..da8b2f029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.33.4", + "version": "0.33.5", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From bf65565430d7d8d7ea886b2ae8544919759cad30 Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:37:09 +0000 Subject: [PATCH 05/15] feat: remove the reply filed support in operations (#680) --- docs/pages/function-lifecycle-events.md | 8 +-- docs/pages/glee-template.md | 10 +--- docs/pages/index.md | 7 ++- docs/pages/installation.md | 7 ++- examples/dummy/README.md | 52 ++++++++++++++++++- examples/dummy/asyncapi.yaml | 31 +++++------ ...UserSignedUp.ts => recieveUserSignedUp.ts} | 5 +- examples/dummy/glee.config.js | 15 ------ examples/dummy/lifecycle/announceServer.ts | 2 +- examples/dummy/package-lock.json | 38 +++++++------- .../slack-reaction-listener/asyncapi.yaml | 8 --- .../slack-reaction-listener/package-lock.json | 6 +-- src/adapters/mqtt/index.ts | 26 ++++++---- src/index.ts | 26 +++------- src/lib/adapter.ts | 2 +- src/lib/functions.ts | 47 +---------------- src/lib/wsHttpAuth.ts | 5 +- 17 files changed, 132 insertions(+), 163 deletions(-) rename examples/dummy/functions/{onUserSignedUp.ts => recieveUserSignedUp.ts} (71%) diff --git a/docs/pages/function-lifecycle-events.md b/docs/pages/function-lifecycle-events.md index d47f8f87b..7e4a1bd25 100644 --- a/docs/pages/function-lifecycle-events.md +++ b/docs/pages/function-lifecycle-events.md @@ -22,12 +22,14 @@ Functions take a single argument, which is the event received from a broker or a |channel|The name of the channel/topic from which the event was read. |serverName|The name of the server/broker from which the event was received. -Functions may return an object to tell Glee what to do next. For instance, the following example greets the user back: +Functions may return an object to tell Glee what to do next. For instance, the following example sends a greeting message to `development` server: ```js /* onHello.js */ export default async function (event) { return { - reply: [{ + send: [{ + server: 'developement', + channel: 'greets', payload: 'Greetings! How is your day going?' }] } @@ -37,7 +39,7 @@ export default async function (event) { |Attribute|Type|Description| |---|---|---| |send|array<[OutboundMessage](#anatomy-of-an-outbound-message)>|A list of outbound messages to send when the processing of the inbound event has finished. All clients subscribed to the given channel/topic will receive the message. -|reply|array<[OutboundMessage](#anatomy-of-an-outbound-message)>|A list of outbound messages to send as a reply when the processing of the inbound event has finished. This is useful when the target of your message is the sender of the inbound event. Note, however, that this only works when you're running Glee as a server. For example, using `reply` when receiving a WebSocket message is fine and the reply will exclusively go to the client that sent the message. However, if you're receiving a message from an MQTT broker, `reply` will work exactly the same way as `send` above, and will send the message to all the clients subscribed to the given channel/topic. + ##### Anatomy of an outbound message |Attribute|Type|Description| |---|---|---| diff --git a/docs/pages/glee-template.md b/docs/pages/glee-template.md index ec0db7a50..8fea93cfc 100644 --- a/docs/pages/glee-template.md +++ b/docs/pages/glee-template.md @@ -24,9 +24,6 @@ operations: action: receive channel: $ref: '#/channels/hello' - reply: - channel: - $ref: "#/channels/hello" SendHello: action: send channel: @@ -73,9 +70,6 @@ operations: action: receive channel: $ref: '#/channels/hello' - reply: - channel: - $ref: "#/channels/hello" sendHello: action: send channel: @@ -84,8 +78,8 @@ operations: The channels section defines the communication channels available in the API. In this case, there's a channel named "hello". This channel supports both sending and receiving. -The `receive` action indicates that messages received on the `hello` channel should follow the structure defined in the hello message component. Under this action, `reply` which is in a request-reply operation, contains the payload on `onHello.js` function. -The `send` action specifies that the operation with ID `sendHello` is used for sending messages to the `hello` channel. The message structure is referenced from the hello message component. +The `receive` action indicates that messages received on the `hello` channel should follow the structure defined in the hello message component. +The `send` action specifies that the operation with ID `sendHello` is used for sending messages to the `hello` channel. The message structure is referenced from the hello message component. The message payload is going to be validated against the `sendHello` operation message schemas. Next is the `payload` property under `hello` message component which is used to understand how the event should look like when publishing to that channel: diff --git a/docs/pages/index.md b/docs/pages/index.md index ef5638eec..bc1b1d540 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -82,9 +82,6 @@ operations: action: receive channel: $ref: '#/channels/greet' - reply: - channel: - $ref: '#/channels/greet' sendGreet: action: send channel: @@ -127,8 +124,10 @@ export default async function (event) { response = `Good Evening ${name}` } return { - reply: [ + send: [ { + server: "websockets", + channel: "greet" payload: response, }, ], diff --git a/docs/pages/installation.md b/docs/pages/installation.md index b3d587e39..e06de1bf7 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -102,9 +102,6 @@ operations: action: receive channel: $ref: '#/channels/hello' - reply: - channel: - $ref: "#/channels/hello" SendHello: action: send channel: @@ -121,7 +118,9 @@ Create an operation function `onHello.js` inside `myapp/functions`: ```js export default async function (event) { return { - reply: [{ + send: [{ + server: "websockets", + channel: "hello", payload: `Hello from Glee! You said: "${event.payload}".` }] } diff --git a/examples/dummy/README.md b/examples/dummy/README.md index 33d864865..4f32e5801 100644 --- a/examples/dummy/README.md +++ b/examples/dummy/README.md @@ -1,3 +1,51 @@ -# Dummy +## Introduction -This is a dummy example mainly used to test functionalities. \ No newline at end of file +This project is an example websocket-based application that simulates email sending and forwards messages to a Mosquitto server. It's a great example of real-time data handling and integration with MQTT protocol. + +## Getting Started + +### Installation + +To set up the project, follow these simple steps: + +1. Clone the Glee repository to your local machine. +2. Navigate to the project directory (examples/dummy). +3. Run the following command to install all the required dependencies: + + ```bash + npm i + ``` + +### Running the Project + +After installing the dependencies, you can start the project by running: + +```bash +npm run dev +``` + +This will start the development server on `localhost:3005`. + +## Making a WebSocket Connection + +To interact with the WebSocket server, you can use a WebSocket client like [websocat](https://github.com/vi/websocat). Here's how you can connect and send a message: + +1. Open a terminal and connect to the WebSocket server using the following command: + + ```bash + websocat ws://localhost:3005/user/signedup + ``` + +2. Once connected, you can send a message in JSON format. For example: + + ```json + {"displayName": "John Doe", "email": "ffdd@ff.com"} + ``` + +## Behind the Scenes + +When you send a message: + +- The `receiveUserSignedUp` function is triggered. +- The application simulates sending an email to the provided email address. +- It then forwards the message to the Mosquitto server at `test.mosquitto.org`. \ No newline at end of file diff --git a/examples/dummy/asyncapi.yaml b/examples/dummy/asyncapi.yaml index 4f55a4ea6..35e78fbf9 100644 --- a/examples/dummy/asyncapi.yaml +++ b/examples/dummy/asyncapi.yaml @@ -17,15 +17,12 @@ servers: bindingVersion: 0.2.0 websockets: host: 'localhost:3005' - pathname: /ws protocol: ws channels: - user/signedup: - address: user/signedup + userSignedUp: + address: /user/signedup messages: - onUserSignedUp.message: - $ref: '#/components/messages/UserSignedUp' - subscribe.message: + UserSignedUp: $ref: '#/components/messages/UserSignedUp' bindings: ws: @@ -43,35 +40,35 @@ channels: my-custom-header: type: string const: custom value - server/announce: + serverAnnounce: address: server/announce messages: - subscribe.message: + ServerAnnounce: $ref: '#/components/messages/ServerAnnounce' operations: - onUserSignedUp: + recieveUserSignedUp: action: receive channel: - $ref: '#/channels/user~1signedup' + $ref: '#/channels/userSignedUp' bindings: mqtt: qos: 2 retain: true bindingVersion: 0.2.0 messages: - - $ref: '#/components/messages/UserSignedUp' - user/signedup.subscribe: + - $ref: '#/channels/userSignedUp/messages/UserSignedUp' + sendSignedUpUser: action: send channel: - $ref: '#/channels/user~1signedup' + $ref: '#/channels/userSignedUp' messages: - - $ref: '#/components/messages/UserSignedUp' - server/announce.subscribe: + - $ref: '#/channels/userSignedUp/messages/UserSignedUp' + sendServerAnnounce: action: send channel: - $ref: '#/channels/server~1announce' + $ref: '#/channels/serverAnnounce' messages: - - $ref: '#/components/messages/ServerAnnounce' + - $ref: '#/channels/serverAnnounce/messages/ServerAnnounce' components: securitySchemes: userAndPassword: diff --git a/examples/dummy/functions/onUserSignedUp.ts b/examples/dummy/functions/recieveUserSignedUp.ts similarity index 71% rename from examples/dummy/functions/onUserSignedUp.ts rename to examples/dummy/functions/recieveUserSignedUp.ts index 867040cf6..63506c26c 100644 --- a/examples/dummy/functions/onUserSignedUp.ts +++ b/examples/dummy/functions/recieveUserSignedUp.ts @@ -1,9 +1,12 @@ export default async function (event) { const user: any = event.payload console.log(`${user.displayName} has recently signed up. Sending an email to ${user.email}.`) + // Send an email to the user here + return { send: [{ - server: 'websockets', + server: 'mosquitto', + channel: 'userSignedUp', payload: event.payload, }] } diff --git a/examples/dummy/glee.config.js b/examples/dummy/glee.config.js index 41ee8ad12..f0e8ab180 100644 --- a/examples/dummy/glee.config.js +++ b/examples/dummy/glee.config.js @@ -3,12 +3,6 @@ import fs from 'fs' export default async function () { return { - glee: { - logs: { - incoming: 'channel-only', - outgoing: 'channel-only' - } - }, docs: { enabled: false }, @@ -21,14 +15,5 @@ export default async function () { } } } - // websocket: { - // httpServer: customServer, - // adapter: 'native', // Default. Can also be 'socket.io' or a reference to a custom adapter. - // }, - // cluster: { - // adapter: 'redis', - // name: 'gleeCluster', - // url: 'redis://localhost:6379' - // } } } diff --git a/examples/dummy/lifecycle/announceServer.ts b/examples/dummy/lifecycle/announceServer.ts index d758fcac3..8b7ad8d35 100644 --- a/examples/dummy/lifecycle/announceServer.ts +++ b/examples/dummy/lifecycle/announceServer.ts @@ -2,7 +2,7 @@ export default async function () { return { send: [{ server: 'mosquitto', - channel: 'server/announce', + channel: 'serverAnnounce', payload: { id: process.env.SERVER_ID || String(Date.now()), } diff --git a/examples/dummy/package-lock.json b/examples/dummy/package-lock.json index 3d19035ec..20656b4e6 100644 --- a/examples/dummy/package-lock.json +++ b/examples/dummy/package-lock.json @@ -14,14 +14,14 @@ }, "../..": { "name": "@asyncapi/glee", - "version": "0.30.0", + "version": "0.33.4", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.15.0", - "@asyncapi/html-template": "^1.0.0", - "@asyncapi/markdown-template": "^1.4.0", - "@asyncapi/parser": "^3.0.0-next-major-spec.12", - "@types/jest": "^27.4.0", + "@asyncapi/generator": "^1.16.0", + "@asyncapi/html-template": "^2.0.0", + "@asyncapi/markdown-template": "^1.5.0", + "@asyncapi/parser": "^3.0.2", + "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", "ajv": "^6.12.6", "async": "^3.2.0", @@ -65,15 +65,15 @@ "@typescript-eslint/parser": "^5.9.0", "all-contributors-cli": "^6.14.2", "eslint": "^8.6.0", - "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-sonarjs": "^0.19.0", "fs-extra": "^10.1.0", - "jest": "^27.4.7", - "jest-extended": "^1.2.0", + "jest": "^29.7.0", + "jest-extended": "^4.0.2", "jsdoc-to-markdown": "^5.0.3", "markdown-toc": "^1.2.0", "rimraf": "^3.0.2", - "ts-jest": "^27.1.2", + "ts-jest": "^29.1.1", "tsc-watch": "^4.5.0", "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.11.8", @@ -13082,14 +13082,14 @@ "@asyncapi/glee": { "version": "file:../..", "requires": { - "@asyncapi/generator": "^1.15.0", - "@asyncapi/html-template": "^1.0.0", - "@asyncapi/markdown-template": "^1.4.0", - "@asyncapi/parser": "^3.0.0-next-major-spec.12", + "@asyncapi/generator": "^1.16.0", + "@asyncapi/html-template": "^2.0.0", + "@asyncapi/markdown-template": "^1.5.0", + "@asyncapi/parser": "^3.0.2", "@tsconfig/node14": "^1.0.1", "@types/async": "^3.2.11", "@types/debug": "^4.1.7", - "@types/jest": "^27.4.0", + "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", "@types/socket.io": "^3.0.2", "@types/uri-templates": "^0.1.31", @@ -13109,13 +13109,13 @@ "emojis": "^1.0.10", "eslint": "^8.6.0", "eslint-plugin-github": "^4.3.5", - "eslint-plugin-jest": "^23.8.2", + "eslint-plugin-jest": "^27.6.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.19.0", "fs-extra": "^10.1.0", "got": "^12.5.3", - "jest": "^27.4.7", - "jest-extended": "^1.2.0", + "jest": "^29.7.0", + "jest-extended": "^4.0.2", "jsdoc-to-markdown": "^5.0.3", "kafkajs": "^2.2.3", "markdown-toc": "^1.2.0", @@ -13126,7 +13126,7 @@ "rimraf": "^3.0.2", "socket.io": "^4.1.2", "terminal-image": "^2.0.0", - "ts-jest": "^27.1.2", + "ts-jest": "^29.1.1", "tsc-watch": "^4.5.0", "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.11.8", diff --git a/examples/slack-reaction-listener/asyncapi.yaml b/examples/slack-reaction-listener/asyncapi.yaml index 0ea95d372..377af8eb9 100644 --- a/examples/slack-reaction-listener/asyncapi.yaml +++ b/examples/slack-reaction-listener/asyncapi.yaml @@ -84,15 +84,7 @@ operations: $ref: "#/channels/OpenAICompletion" messages: - $ref: "#/channels/OpenAICompletion/messages/OpenAICompletionResponse" - reply: - channel: - $ref: "#/channels/SlackPostMessage" HandleSlackReaction: - reply: - channel: - $ref: "#/channels/SlackEventStream" - messages: - - $ref: "#/channels/SlackEventStream/messages/slackAckEvent" action: receive channel: $ref: "#/channels/SlackEventStream" diff --git a/examples/slack-reaction-listener/package-lock.json b/examples/slack-reaction-listener/package-lock.json index 21d8665f2..20656b4e6 100644 --- a/examples/slack-reaction-listener/package-lock.json +++ b/examples/slack-reaction-listener/package-lock.json @@ -14,10 +14,10 @@ }, "../..": { "name": "@asyncapi/glee", - "version": "0.32.18", + "version": "0.33.4", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.15.9", + "@asyncapi/generator": "^1.16.0", "@asyncapi/html-template": "^2.0.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", @@ -13082,7 +13082,7 @@ "@asyncapi/glee": { "version": "file:../..", "requires": { - "@asyncapi/generator": "^1.15.9", + "@asyncapi/generator": "^1.16.0", "@asyncapi/html-template": "^2.0.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", diff --git a/src/adapters/mqtt/index.ts b/src/adapters/mqtt/index.ts index 2a3c0b8e1..6c0c95a48 100644 --- a/src/adapters/mqtt/index.ts +++ b/src/adapters/mqtt/index.ts @@ -66,8 +66,7 @@ class MqttAdapter extends Adapter { this.emit( 'error', new Error( - `Invalid security type '${securityType}' specified for server '${ - this.serverName + `Invalid security type '${securityType}' specified for server '${this.serverName }'. Please double-check your configuration to ensure you're using a supported security type. Here is a list of supported types: ${Object.values( SecurityTypes )}` @@ -152,7 +151,12 @@ class MqttAdapter extends Adapter { private subscribe(channels: string[]) { channels.forEach((channel) => { const asyncAPIChannel = this.parsedAsyncAPI.channels().get(channel) - const binding = asyncAPIChannel.bindings().get('mqtt')?.value() + const receiveOperations = asyncAPIChannel.operations().filterByReceive() + if (receiveOperations.length > 1) { + this.emit('error', new Error(`Channel ${channel} has more than one receive operation. Please make sure you have only one.`)) + return + } + const binding = asyncAPIChannel.operations().filterByReceive()[0].bindings().get('mqtt')?.value() const topic = asyncAPIChannel.address() this.client.subscribe( topic, @@ -173,13 +177,15 @@ class MqttAdapter extends Adapter { console.log(err.message) return } - logLineWithIcon( - ':zap:', - `Subscribed to \`${topic}\` topic with QoS ${granted?.[0].qos}`, - { - highlightedWords: [topic], - } - ) + granted.forEach(({ topic, qos }) => { + logLineWithIcon( + ':zap:', + `Subscribed to \`${topic}\` topic with QoS ${qos}`, + { + highlightedWords: [topic, qos.toString()], + } + ) + }) } ) }) diff --git a/src/index.ts b/src/index.ts index 216b33407..57ac5b413 100755 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,6 @@ import { getSelectedServerNames } from './lib/servers.js' import { EnrichedEvent, AuthEvent } from './lib/adapter.js' import { ClusterEvent } from './lib/cluster.js' import { getMessagesSchema } from './lib/util.js' -import { ChannelInterface, OperationReplyInterface } from '@asyncapi/parser' dotenvExpand(dotenv.config()) @@ -101,9 +100,9 @@ export default async function GleeAppInitializer() { await generateDocs(config) parsedAsyncAPI.operations().filterByReceive().forEach(operation => { const channel = operation.channels()[0] // operation can have only one channel. - const reply = operation.reply() - setUpReplyMiddlewares(reply, app) - + if (operation.reply()) { + logWarningMessage(`Operation ${operation.id()} has a reply defined. Glee does not support replies yet.`) + } const schema = getMessagesSchema(operation) if (schema.oneOf.length > 0) app.use(channel.id(), validate(schema)) app.use(channel.id(), (event, next) => { @@ -117,6 +116,9 @@ export default async function GleeAppInitializer() { parsedAsyncAPI.operations().filterBySend().forEach(operation => { const channel = operation.channels()[0] // operation can have only one channel. + if (operation.reply()) { + logWarningMessage(`Operation ${operation.id()} has a reply defined. Glee does not support replies yet.`) + } const schema = getMessagesSchema(operation) if (schema.oneOf.length > 0) app.useOutbound(channel.id(), validate(schema)) app.useOutbound(channel.id(), json2string) @@ -228,20 +230,4 @@ export default async function GleeAppInitializer() { }) app.listen().catch(console.error) -} - - -export function setUpReplyMiddlewares(reply: OperationReplyInterface, app: Glee) { - const channel = reply?.channel() - if (!channel) return - const hasSendOperation = channel.operations().filterBySend().length > 0 - if (hasSendOperation) { - logWarningMessage(`Warning: Channel '${channel.id()}' is configured with both reply and send operations. The payload for the reply will be validated against the send operation's schema. and the binding of the send operation is going to be used for this reply. To avoid potential conflicts and streamline message processing, consider using only the send operation in your Glee function. Remove the reply operation if it's not required for your use case.`) - return - } - const replyMessagesSchemas = getMessagesSchema(reply) - if (replyMessagesSchemas.oneOf.length > 0) { - app.useOutbound(channel.id(), validate(replyMessagesSchemas)) - } - app.useOutbound(channel.id(), json2string) } \ No newline at end of file diff --git a/src/lib/adapter.ts b/src/lib/adapter.ts index 7c33a3443..3c0a90dfd 100644 --- a/src/lib/adapter.ts +++ b/src/lib/adapter.ts @@ -237,7 +237,7 @@ class GleeAdapter extends EventEmitter { getSubscribedChannels(): string[] { return this._channelNames.filter((channelName) => { const channel = this._parsedAsyncAPI.channels().get(channelName) - if (channel.operations().filterBySend().length == 0) return true + if (channel.operations().filterByReceive().length > 0) return true const channelServers = channel.servers() ? channel.servers() diff --git a/src/lib/functions.ts b/src/lib/functions.ts index 1c89776bc..6842fb88e 100644 --- a/src/lib/functions.ts +++ b/src/lib/functions.ts @@ -4,19 +4,18 @@ import walkdir from 'walkdir' import { getConfigs } from './configs.js' import { logWarningMessage, logError } from './logger.js' import GleeMessage from './message.js' -import { GleeFunction, GleeFunctionReturnReply } from './index.js' +import { GleeFunction } from './index.js' import Glee from './glee.js' import { gleeMessageToFunctionEvent, validateData, isRemoteServer, - extractExpressionValueFromMessage, } from './util.js' import { pathToFileURL } from 'url' import GleeError from '../errors/glee-error.js' import { getParsedAsyncAPI } from './asyncapiFile.js' import Debug from 'debug' -import { AsyncAPIDocumentInterface, OperationInterface } from '@asyncapi/parser' +import { OperationInterface } from '@asyncapi/parser' const debug = Debug('glee:functions') interface FunctionInfo { @@ -168,22 +167,6 @@ export async function trigger({ })) }) }) - - functionResult?.reply?.forEach((reply) => { - const replyMessage = createReplies(reply, message, parsedAsyncAPI) - if (!replyMessage) { - return - } - - const replyChannel = parsedAsyncAPI.channels().get(replyMessage.channel) - replyChannel.servers().forEach((server) => { - replyMessage.serverName = server.id() - app.send( - replyMessage - ) - }) - - }) } catch (err) { if (err.code === 'ERR_MODULE_NOT_FOUND') { const functionsPath = relative(GLEE_DIR, GLEE_FUNCTIONS_DIR) @@ -197,30 +180,4 @@ export async function trigger({ return } } -} - -function createReplies(functionReply: GleeFunctionReturnReply, message: GleeMessage, parsedAsyncAPI: AsyncAPIDocumentInterface): GleeMessage { - const operation = message.operation - const reply = operation.reply() - if (!reply) { - const warningMsg = `Operation ${operation.id()} doesn't have a reply field. the return result from your function will be ignored.` - logWarningMessage(warningMsg) - return - } - - let replyChannel = parsedAsyncAPI.channels().all().filter((c) => c.address() === reply.channel().address())[0] - const replyAddress = reply.address() - if (replyAddress) { - const channelAddress = extractExpressionValueFromMessage(this, replyAddress.location()) - if (!channelAddress) { - throw Error(`cannot parse the ${replyAddress.location()} from your message.`) - } - const channel = parsedAsyncAPI.allChannels().filter((c) => c.address === channelAddress)[0] - if (!channel) { - throw Error(`cannot find a channel with the address of "${channelAddress}" in your AsyncAPI file.`) - } - replyChannel = channel - } - - return new GleeMessage({ ...functionReply, channel: replyChannel.id(), request: message, operation, connection: message.connection }) } \ No newline at end of file diff --git a/src/lib/wsHttpAuth.ts b/src/lib/wsHttpAuth.ts index 7544a3669..78891f47c 100644 --- a/src/lib/wsHttpAuth.ts +++ b/src/lib/wsHttpAuth.ts @@ -34,7 +34,7 @@ class GleeAuth extends EventEmitter { const authKeys = Object.keys(this.auth) authKeys.forEach(authKey => { const allowed = securitySchemeID.includes(authKey) - if(!allowed) { + if (!allowed) { const err = new Error(`${authKey} securityScheme is not defined is your asyncapi.yaml config`) this.emit('error', err) } @@ -80,6 +80,7 @@ class GleeAuth extends EventEmitter { if (query) { Object.keys(query).forEach(k => { + // eslint-disable-next-line security/detect-object-injection url.searchParams.set(k, query[k]) }) } @@ -105,7 +106,7 @@ class GleeAuth extends EventEmitter { } private httpApiKeyLogic(scheme, headers, query, authKey) { - + const loc = scheme.in() if (loc == 'header') { headers[scheme.name()] = this.auth[String(authKey)] From 777dec67507167f96a12ef684d0914afa8bcb36e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 11 Jan 2024 11:42:08 +0100 Subject: [PATCH 06/15] chore(release): v0.34.0 (#684) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 24 +----- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 52 files changed, 480 insertions(+), 502 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 233dc2602..1b95d4e6d 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 715751454..40fac1d14 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index ad92cca4e..d8f23dec4 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index a4b7c5652..f2fa88028 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index dd164f332..db62f796c 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L188) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:270](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L270) +[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L276) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:286](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L286) +[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L292) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:243](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L243) +[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L249) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:142](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L142) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L86) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L117) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:152](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/mqtt/index.ts#L152) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 031c11261..fb5d32e26 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 0685d70f7..b7dc07fdd 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index fcf74080c..686732a6a 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/dd53e26/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index bca7dc7bf..f91e74308 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 15cbcef21..f7d69c41f 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 613198aeb..e4203f961 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 2e1ea6b13..2ae22de6a 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 87c963036..cebe4b6cb 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 2f17622e1..5d4e29275 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 762bf6a79..0dd3698e5 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 7a78f6537..48d91ce7b 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:163](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L163) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:121](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L121) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:107](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L107) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:156](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L156) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:91](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/wsHttpAuth.ts#L91) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index a57efd0fa..e79178b81 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 146fa3e3b..26455cac7 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 794388188..27398758b 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index b6a00f03a..6cd7d2ab0 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 6c3c5a449..1fdf41040 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index c322f4285..840ca4f7f 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 71c337430..cb9d969cf 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 98f6ffa8c..8ab0142cb 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -7,7 +7,6 @@ ### Functions - [default](index.md#default) -- [setUpReplyMiddlewares](index.md#setupreplymiddlewares) ## Functions @@ -21,25 +20,4 @@ #### Defined in -[src/index.ts:44](https://github.com/asyncapi/glee/blob/dd53e26/src/index.ts#L44) - -___ - -### setUpReplyMiddlewares - -▸ **setUpReplyMiddlewares**(`reply`, `app`): `void` - -#### Parameters - -| Name | Type | -| :------ | :------ | -| `reply` | `OperationReplyInterface` | -| `app` | [`default`](../classes/lib_glee.default.md) | - -#### Returns - -`void` - -#### Defined in - -[src/index.ts:234](https://github.com/asyncapi/glee/blob/dd53e26/src/index.ts#L234) +[src/index.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/index.ts#L43) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 7a2b7c9dc..6c22d873b 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index f26325f31..94129f3f3 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index e2255489a..7fb9119c1 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 4271936cc..0fc2772bc 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 8f5f481d4..0d147f055 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 0ab7ef7bb..20ef2669d 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 7c6d1865d..8d93d50e6 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 3b02eb33b..e4f8ec8d0 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index f0e5e00bb..94e8efa3d 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:68](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L68) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:70](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L70) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:108](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/functions.ts#L108) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 4b34b9e9b..d7ff53ca4 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 0572807eb..89219330e 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 248539948..3af642eee 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index b8c41dcf1..cd06d8efc 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 864203477..d72e58fb7 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index b56f3dc26..6a8deb78c 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/dd53e26/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index fa6989402..cb4226438 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index f2f9689bb..ece27d792 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 3fa5953fa..846e1b3b5 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 1ef90a474..46c3c8025 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 9b9861d14..c999378fa 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 4e66d1577..bdb8e69f8 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index f8cfe3bc3..e485dcbd6 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 1394d93b4..cf6f6520b 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 295cfc3d2..f8372b5c8 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 07afb5d57..bf4a28041 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/dd53e26/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 536f0f8df..24adc1063 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/dd53e26/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 2942bd1aa..dafb55e94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.33.5", + "version": "0.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.33.5", + "version": "0.34.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.16.0", diff --git a/package.json b/package.json index da8b2f029..58d7617e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.33.5", + "version": "0.34.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 3a7daca007c07145866a16465fe29110ce8930df Mon Sep 17 00:00:00 2001 From: Akhil Jamwal Date: Tue, 16 Jan 2024 15:40:05 +0530 Subject: [PATCH 07/15] feat: add support for multiple .env files. (#683) --- docs/pages/env-vars-config.md | 10 ++++++++++ package-lock.json | 6 ++++++ package.json | 1 + src/index.ts | 8 +++++--- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/docs/pages/env-vars-config.md b/docs/pages/env-vars-config.md index e48418a44..0dddf1612 100644 --- a/docs/pages/env-vars-config.md +++ b/docs/pages/env-vars-config.md @@ -13,6 +13,16 @@ Glee provides a few environment variables for you to customize the Glee applicat |GLEE_SERVER_CERTS|A comma-separated list of `${serverName}:${pathToCertificateFile}`. These are the certificates to use when establishing the connection to the given server.|`GLEE_SERVER_CERTS=mosquitto:mosquitto.org.crt`| |GLEE_SERVER_VARIABLES|A comma-separated list of `${serverName}:${serverVariable}:${value}`. These are the values to use for each server variable.|`GLEE_SERVER_VARIABLES=websockets:namespace:public`| +### Support for multiple .env files +Glee has support for loading variables from `.env.local` into `process.env`. +This is useful for storing secret environment variables needed in development while keeping them out of the repository. +However, sometimes you might want to add some defaults for the `development` or `production` environment. You can do that by creating files with the following names: +`.env.development` or `.env.production` + +`.env.local` always overrides any other existing `.env*` file. + +You can change the environment by setting the `NODE_ENV` variable to `development` or `production`. + ## Configuring Glee Glee comes with sensible defaults so you don't have to worry about configuration. However, sometimes you may want to change the behavior or customize Glee in different ways. For that purpose, you can use the `glee.config.js` file. diff --git a/package-lock.json b/package-lock.json index dafb55e94..f6b912b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@asyncapi/html-template": "^2.0.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", + "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", "ajv": "^6.12.6", @@ -3820,6 +3821,11 @@ "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, + "node_modules/@next/env": { + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@next/env/-/env-14.0.4.tgz", + "integrity": "sha512-irQnbMLbUNQpP1wcE5NstJtbuA/69kRfzBrpAD7Gsn8zm/CY6YQYc3HQBz8QPxwISG26tIm5afvvVbu508oBeQ==" + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", diff --git a/package.json b/package.json index 58d7617e3..60f564e73 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@asyncapi/html-template": "^2.0.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", + "@next/env": "^14.0.4", "@types/jest": "^29.5.11", "@types/qs": "^6.9.7", "ajv": "^6.12.6", diff --git a/src/index.ts b/src/index.ts index 57ac5b413..9e77c7c8d 100755 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,4 @@ import { resolve } from 'path' -import * as dotenv from 'dotenv' -import dotenvExpand from 'dotenv-expand' import Glee from './lib/glee.js' import { logWelcome, logLineWithIcon, logWarningMessage } from './lib/logger.js' import experimentalFlags from './lib/experimentalFlags.js' @@ -33,8 +31,12 @@ import { getSelectedServerNames } from './lib/servers.js' import { EnrichedEvent, AuthEvent } from './lib/adapter.js' import { ClusterEvent } from './lib/cluster.js' import { getMessagesSchema } from './lib/util.js' +import { OperationReplyInterface } from '@asyncapi/parser' +import {loadEnvConfig} from '@next/env' -dotenvExpand(dotenv.config()) + +const isDev = process.env.NODE_ENV === 'development' +loadEnvConfig(process.cwd(), isDev) enum LOG_CONFIG { NONE = 'none', From 706fdf768884055d8c5f9ecbda8cd2c537a9143a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:17:50 +0100 Subject: [PATCH 08/15] docs: add AkhilJ321 as a contributor for code (#686) --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index c19c71552..c63730c7e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -50,6 +50,15 @@ "contributions": [ "code" ] + }, + { + "login": "AkhilJ321", + "name": "Akhil Jamwal", + "avatar_url": "https://avatars.githubusercontent.com/u/98508374?v=4", + "profile": "https://github.com/AkhilJ321", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 1ac9a5a76..5b344a355 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Glee — The AsyncAPI framework that will make you smile again.](assets/readme-banner.png) -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) @@ -57,6 +57,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Khuda Dad Nomani
Khuda Dad Nomani

💻 Godwin Alexander
Godwin Alexander

📖 💻 Vivek Kumar
Vivek Kumar

💻 + Akhil Jamwal
Akhil Jamwal

💻 From 5547ff7d3382b7938acebf94938a68601176437a Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 16 Jan 2024 11:22:35 +0100 Subject: [PATCH 09/15] chore: update generated docs (#687) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- 50 files changed, 477 insertions(+), 477 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 1b95d4e6d..dba9bf63c 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 40fac1d14..4e635ed29 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index d8f23dec4..cbff462ce 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index f2fa88028..2a3039041 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index db62f796c..5a97c3be4 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L194) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L276) +[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L276) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L292) +[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L292) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L249) +[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L249) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L141) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L85) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L116) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index fb5d32e26..9fc15013d 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index b7dc07fdd..5f9072846 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 686732a6a..1094a0064 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/bf65565/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index f91e74308..d319b639b 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index f7d69c41f..8e13cadf9 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index e4203f961..abae4b75b 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 2ae22de6a..476587481 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index cebe4b6cb..b1b492af7 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/bf65565/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 5d4e29275..6df23f469 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/bf65565/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 0dd3698e5..f20279b1c 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 48d91ce7b..da6243a74 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L164) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L122) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L108) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L157) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/bf65565/src/lib/wsHttpAuth.ts#L92) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index e79178b81..3f4c35645 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 26455cac7..335cc2371 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 27398758b..07af750f7 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 6cd7d2ab0..6c903be34 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 1fdf41040..f79f94682 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 840ca4f7f..152727f00 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index cb9d969cf..5802ba323 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 8ab0142cb..d9bbf5407 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/index.ts#L43) +[src/index.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/index.ts#L45) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 6c22d873b..a1334a322 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/bf65565/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 94129f3f3..6d6201e57 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/bf65565/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 7fb9119c1..461d3d0cb 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 0fc2772bc..60b92ca35 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/bf65565/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 0d147f055..bc512f1b4 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 20ef2669d..0bb0a02ba 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/bf65565/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 8d93d50e6..e9a671eac 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index e4f8ec8d0..0bc3ad47f 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 94e8efa3d..9e39ef03b 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L67) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L69) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/bf65565/src/lib/functions.ts#L107) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index d7ff53ca4..af6cc767e 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/bf65565/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 89219330e..16d351244 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/bf65565/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 3af642eee..e478b53cf 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index cd06d8efc..b54ee6434 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index d72e58fb7..00690757f 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/bf65565/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 6a8deb78c..aa5f3a10b 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/bf65565/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index cb4226438..e1b7d137c 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index ece27d792..4a4341760 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 846e1b3b5..064a1e439 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 46c3c8025..77b066b54 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index c999378fa..5bc329965 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index bdb8e69f8..31ccd5105 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index e485dcbd6..1a967f038 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index cf6f6520b..899fdbb3e 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index f8372b5c8..3f73296cf 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index bf4a28041..5a7e9a690 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/bf65565/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 24adc1063..961822757 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/bf65565/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/registerAdapters.ts#L14) From 8faaa70fc631bce57a9c030902df3012571c4366 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Jan 2024 09:49:34 +0100 Subject: [PATCH 10/15] fix: update @asyncapi/html-template to 2.1.0 version (#689) --- package-lock.json | 468 ++++------------------------------------------ package.json | 2 +- 2 files changed, 42 insertions(+), 428 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6b912b60..cc695766a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.16.0", - "@asyncapi/html-template": "^2.0.0", + "@asyncapi/html-template": "^2.1.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", "@next/env": "^14.0.4", @@ -89,107 +89,15 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", - "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.9.tgz", + "integrity": "sha512-t6B6W8QXiM0fWhj8sNnGoFkFjrNqWjLGeKiKpQFKVEghVLz5vLmARs7kMWWKGbjxQSas3e4ChcmMi1B2IplrBQ==", "dependencies": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^3.0.2", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/@asyncapi/parser": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", - "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", - "dependencies": { - "@asyncapi/specs": "^5.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "@stoplight/json": "^3.20.2", - "@stoplight/json-ref-readers": "^1.2.2", - "@stoplight/json-ref-resolver": "^3.1.5", - "@stoplight/spectral-core": "^1.16.1", - "@stoplight/spectral-functions": "^1.7.2", - "@stoplight/spectral-parsers": "^1.0.2", - "@stoplight/spectral-ref-resolver": "^1.0.3", - "@stoplight/types": "^13.12.0", - "@types/json-schema": "^7.0.11", - "@types/urijs": "^1.19.19", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", - "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7" - } - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/ajv-errors": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", - "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", - "peerDependencies": { - "ajv": "^8.0.1" - } - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/@asyncapi/avro-schema-parser/node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@asyncapi/generator": { "version": "1.16.0", "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.16.0.tgz", @@ -305,13 +213,13 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.0.0.tgz", - "integrity": "sha512-q9GNBmS1WYC2kDmq9h8wGZROzeY7HVJmeVWnnnkfa1YUqGTvVXl//hqhex209zJB3SG31l4b2EiTVERbzt69Ag==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.0.tgz", + "integrity": "sha512-R5uSALejmrdTzPlBeGJqTqWOWZRRM25uXSTDWbNhdTxE9uRdhXw1JOcalvfoF9KIoMhVP0rd54alZT8ejApmHA==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.0", - "@asyncapi/parser": "^3.0.0-next-major-spec.14", - "@asyncapi/react-component": "^1.0.1", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/react-component": "^1.2.12", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", "react-dom": "^17.0.2", @@ -330,51 +238,17 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", - "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.10.tgz", + "integrity": "sha512-kaLeYLicn65iLCKnjrmOYEybjFgxrKBOc2ZjwloCMRahyWX3hQHPU9IqL54JxEQ2R9AGznROPhrKz4iczRfKZw==", "dependencies": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^3.0.2", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", "ajv-formats": "^2.1.1" } }, - "node_modules/@asyncapi/openapi-schema-parser/node_modules/@asyncapi/parser": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", - "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", - "dependencies": { - "@asyncapi/specs": "^5.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "@stoplight/json": "^3.20.2", - "@stoplight/json-ref-readers": "^1.2.2", - "@stoplight/json-ref-resolver": "^3.1.5", - "@stoplight/spectral-core": "^1.16.1", - "@stoplight/spectral-functions": "^1.7.2", - "@stoplight/spectral-parsers": "^1.0.2", - "@stoplight/spectral-ref-resolver": "^1.0.3", - "@stoplight/types": "^13.12.0", - "@types/json-schema": "^7.0.11", - "@types/urijs": "^1.19.19", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", - "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7" - } - }, - "node_modules/@asyncapi/openapi-schema-parser/node_modules/@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, "node_modules/@asyncapi/openapi-schema-parser/node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -398,41 +272,11 @@ "ajv": "^8.0.1" } }, - "node_modules/@asyncapi/openapi-schema-parser/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/@asyncapi/openapi-schema-parser/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/@asyncapi/openapi-schema-parser/node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@asyncapi/parser": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.2.tgz", @@ -518,107 +362,15 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.0.tgz", - "integrity": "sha512-kjoLrll611K+xYC/iBUlSnZsCHbrhL999ItVHZhObUOjUB991XgonqbSAaihiiDXTYgceOLhJKAN5llkV/LOOA==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.6.tgz", + "integrity": "sha512-XdjGyj4Sp7Hu2xy1gXaEm5ed5TcB9iQy9j2im3Hcqg8pwk1DTQqWF8zvfcDAKPGn22rBRSfzyrmecLOZtbuOPQ==", "dependencies": { - "@asyncapi/parser": "^2.1.0", + "@asyncapi/parser": "^3.0.2", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" } }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/parser": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", - "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", - "dependencies": { - "@asyncapi/specs": "^5.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "@stoplight/json": "^3.20.2", - "@stoplight/json-ref-readers": "^1.2.2", - "@stoplight/json-ref-resolver": "^3.1.5", - "@stoplight/spectral-core": "^1.16.1", - "@stoplight/spectral-functions": "^1.7.2", - "@stoplight/spectral-parsers": "^1.0.2", - "@stoplight/spectral-ref-resolver": "^1.0.3", - "@stoplight/types": "^13.12.0", - "@types/json-schema": "^7.0.11", - "@types/urijs": "^1.19.19", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", - "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7" - } - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv-errors": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", - "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", - "peerDependencies": { - "ajv": "^8.0.1" - } - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/@asyncapi/protobuf-schema-parser/node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@asyncapi/raml-dt-schema-parser": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.6.tgz", @@ -723,14 +475,14 @@ } }, "node_modules/@asyncapi/react-component": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.3.tgz", - "integrity": "sha512-NGIeK10sdfTcQjKNwY+A2Hsg24XJapIChkzQbj+pBPFCSH0DdF1gBQDewlzN1PI0tyyB1q6/+kKBx0hm/XawMA==", + "version": "1.2.12", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.2.12.tgz", + "integrity": "sha512-3UImY8CRIqiZDCjs3Ps8SgmaQfbVsFHPi7bUjPd1LnmYRxXKXKIL3MHxyFlQFR/vA8g6XKNiv0soNLIGREDqsA==", "dependencies": { - "@asyncapi/avro-schema-parser": "3.0.3", - "@asyncapi/openapi-schema-parser": "3.0.4", - "@asyncapi/parser": "^2.1.1", - "@asyncapi/protobuf-schema-parser": "3.0.0", + "@asyncapi/avro-schema-parser": "^3.0.9", + "@asyncapi/openapi-schema-parser": "^3.0.10", + "@asyncapi/parser": "^3.0.2", + "@asyncapi/protobuf-schema-parser": "^3.0.6", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -742,98 +494,6 @@ "react-dom": ">=16.8.0" } }, - "node_modules/@asyncapi/react-component/node_modules/@asyncapi/parser": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.2.tgz", - "integrity": "sha512-2pHKnr2P8EujcrvZo4x4zNwsEIAg5vb1ZEhl2+OH0YBg8EYH/Xx73XZ+bbwLaYIg1gvFjm29jNB9UL3CMeDU5w==", - "dependencies": { - "@asyncapi/specs": "^5.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "@stoplight/json": "^3.20.2", - "@stoplight/json-ref-readers": "^1.2.2", - "@stoplight/json-ref-resolver": "^3.1.5", - "@stoplight/spectral-core": "^1.16.1", - "@stoplight/spectral-functions": "^1.7.2", - "@stoplight/spectral-parsers": "^1.0.2", - "@stoplight/spectral-ref-resolver": "^1.0.3", - "@stoplight/types": "^13.12.0", - "@types/json-schema": "^7.0.11", - "@types/urijs": "^1.19.19", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", - "avsc": "^5.7.5", - "js-yaml": "^4.1.0", - "jsonpath-plus": "^7.2.0", - "node-fetch": "2.6.7" - } - }, - "node_modules/@asyncapi/react-component/node_modules/@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, - "node_modules/@asyncapi/react-component/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@asyncapi/react-component/node_modules/ajv-errors": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", - "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", - "peerDependencies": { - "ajv": "^8.0.1" - } - }, - "node_modules/@asyncapi/react-component/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@asyncapi/react-component/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/@asyncapi/react-component/node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@asyncapi/specs": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.2.0.tgz", @@ -4827,9 +4487,9 @@ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, "node_modules/@types/trusted-types": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.5.tgz", - "integrity": "sha512-I3pkr8j/6tmQtKV/ZzHtuaqYSQvyjGRKH4go60Rr0IDLlFxuRT5V32uvB1mecM5G1EVAUyF/4r4QZ1GHgz+mxA==" + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" }, "node_modules/@types/uri-templates": { "version": "0.1.31", @@ -5061,7 +4721,8 @@ "node_modules/abab": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead" }, "node_modules/abbrev": { "version": "1.1.1", @@ -7170,6 +6831,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "deprecated": "Use your platform's native DOMException instead", "dependencies": { "webidl-conversions": "^5.0.0" }, @@ -7510,14 +7172,13 @@ } }, "node_modules/escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "dependencies": { "esprima": "^4.0.1", "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" + "esutils": "^2.0.2" }, "bin": { "escodegen": "bin/escodegen.js", @@ -11911,9 +11572,9 @@ } }, "node_modules/jsdom/node_modules/tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", @@ -12249,18 +11910,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -13318,9 +12967,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", - "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==" + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" }, "node_modules/oauth-sign": { "version": "0.9.0", @@ -13500,22 +13149,6 @@ "json-pointer": "0.6.2" } }, - "node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", @@ -14129,14 +13762,6 @@ "node": ">=12.0.0" } }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/prettier": { "version": "2.8.7", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", @@ -16897,17 +16522,6 @@ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, "node_modules/type-detect": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", diff --git a/package.json b/package.json index 60f564e73..4b53f7367 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.16.0", - "@asyncapi/html-template": "^2.0.0", + "@asyncapi/html-template": "^2.1.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", "@next/env": "^14.0.4", From d971d62a62aaa0f831a0fc1fcf1f0d91227065f3 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Jan 2024 09:54:50 +0100 Subject: [PATCH 11/15] chore(release): v0.35.0 (#690) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 52 files changed, 480 insertions(+), 480 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index dba9bf63c..3966607b4 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 4e635ed29..40befff52 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index cbff462ce..4b817515d 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 2a3039041..f42f0e80e 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 5a97c3be4..ec8a3c9e8 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L194) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L276) +[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L276) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L292) +[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L292) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L249) +[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L249) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L141) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L85) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L116) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 9fc15013d..6071c40ec 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 5f9072846..c76d1a971 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 1094a0064..e42141fe9 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/706fdf7/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index d319b639b..f3a070ee7 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 8e13cadf9..f263ba335 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index abae4b75b..123b722f0 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 476587481..24033c146 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index b1b492af7..6927670e0 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 6df23f469..0ef6866ea 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index f20279b1c..037cd90e2 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index da6243a74..a65b7ae37 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L164) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L122) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L108) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L157) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/wsHttpAuth.ts#L92) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index 3f4c35645..19d081e64 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 335cc2371..c00a68cf5 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 07af750f7..91ecb5039 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 6c903be34..e62464b66 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index f79f94682..dfbe0dfd0 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 152727f00..7c7c571b5 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 5802ba323..91baecf6c 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index d9bbf5407..c08f92b52 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:45](https://github.com/asyncapi/glee/blob/706fdf7/src/index.ts#L45) +[src/index.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/index.ts#L45) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index a1334a322..969e9f9db 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 6d6201e57..624939a12 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 461d3d0cb..e1d362b62 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 60b92ca35..f44a9569d 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index bc512f1b4..03b333d91 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 0bb0a02ba..3239354fb 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index e9a671eac..9ddca421a 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 0bc3ad47f..52793ed9e 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 9e39ef03b..73556d4f7 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L67) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L69) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/functions.ts#L107) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index af6cc767e..4d2cfe2ee 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 16d351244..d4fc9280f 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index e478b53cf..aa8baa382 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index b54ee6434..d782c8f4e 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 00690757f..e857bff41 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index aa5f3a10b..bc551a528 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/706fdf7/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index e1b7d137c..ece8ed3a8 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 4a4341760..a6dd5763b 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 064a1e439..27b05800c 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 77b066b54..aeb242730 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 5bc329965..e8b9ec6c8 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 31ccd5105..c204a13ad 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 1a967f038..1a03e8bef 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 899fdbb3e..058c34a05 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 3f73296cf..a206946fa 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 5a7e9a690..a366500b2 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/706fdf7/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 961822757..b0d096de4 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/706fdf7/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index cc695766a..edb6032f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.34.0", + "version": "0.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.34.0", + "version": "0.35.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.16.0", diff --git a/package.json b/package.json index 4b53f7367..8cd803d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.34.0", + "version": "0.35.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 80679df151cfc40b1fbbc16f419f173d58a2457e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Jan 2024 12:25:41 +0100 Subject: [PATCH 12/15] fix: update @asyncapi/generator to 1.17.0 version (#692) --- package-lock.json | 1898 ++++++++++++++++++--------------------------- package.json | 2 +- 2 files changed, 774 insertions(+), 1126 deletions(-) diff --git a/package-lock.json b/package-lock.json index edb6032f6..0ac12f767 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.35.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.16.0", + "@asyncapi/generator": "^1.17.0", "@asyncapi/html-template": "^2.1.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", @@ -99,13 +99,13 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.16.0.tgz", - "integrity": "sha512-DHiOG79hfsemmWvc9nSk2zmN4u9ZYVkElFO1EC0GyFDHXrdU0TbPgFXhz4AN0+I2ZSb6HaHbJif9sUreZriaug==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.17.0.tgz", + "integrity": "sha512-707vYiInjv4M4FgeJ2T3kgwczJdyHde6jYoc91RO9IrC6p+R3EnqLoLkXNCxvoiBHcNjr/6S9m0Kp25yrhHlAw==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.6", "@asyncapi/parser": "^3.0.2", - "@npmcli/arborist": "^2.2.4", + "@npmcli/arborist": "5.6.3", "@smoya/multi-parser": "^5.0.0", "ajv": "^8.12.0", "chokidar": "^3.4.0", @@ -2432,15 +2432,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/core/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/core/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", @@ -2505,18 +2496,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/core/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/core/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -2532,19 +2511,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@jest/core/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@jest/environment": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", @@ -2693,15 +2659,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/reporters/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/reporters/node_modules/convert-source-map": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", @@ -2782,18 +2739,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/reporters/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/reporters/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -2809,19 +2754,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@jest/reporters/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/@jest/schemas": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", @@ -3519,90 +3451,113 @@ } }, "node_modules/@npmcli/arborist": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.10.0.tgz", - "integrity": "sha512-CLnD+zXG9oijEEzViimz8fbOoFVb7hoypiaf7p6giJhvYtrxLAyY3cZAMPIFQvsG731+02eMDp3LqVBNo7BaZA==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.3.tgz", + "integrity": "sha512-/7hbqEM6YuRjwTcQXkK1+xKslEblY5kFQe0tZ7jKyMlIR6x4iOmhLErIkBBGtTKvYxRKdpcxnFXjCobg3UqmsA==", "dependencies": { - "@isaacs/string-locale-compare": "^1.0.1", + "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^1.0.2", - "@npmcli/metavuln-calculator": "^1.1.0", - "@npmcli/move-file": "^1.1.0", + "@npmcli/map-workspaces": "^2.0.3", + "@npmcli/metavuln-calculator": "^3.0.1", + "@npmcli/move-file": "^2.0.0", "@npmcli/name-from-folder": "^1.0.1", - "@npmcli/node-gyp": "^1.0.1", - "@npmcli/package-json": "^1.0.1", - "@npmcli/run-script": "^1.8.2", - "bin-links": "^2.2.1", - "cacache": "^15.0.3", + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/package-json": "^2.0.0", + "@npmcli/query": "^1.2.0", + "@npmcli/run-script": "^4.1.3", + "bin-links": "^3.0.3", + "cacache": "^16.1.3", "common-ancestor-path": "^1.0.1", + "hosted-git-info": "^5.2.1", "json-parse-even-better-errors": "^2.3.1", "json-stringify-nice": "^1.1.4", + "minimatch": "^5.1.0", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", - "npm-install-checks": "^4.0.0", - "npm-package-arg": "^8.1.5", - "npm-pick-manifest": "^6.1.0", - "npm-registry-fetch": "^11.0.0", - "pacote": "^11.3.5", - "parse-conflict-json": "^1.1.1", - "proc-log": "^1.0.0", + "nopt": "^6.0.0", + "npm-install-checks": "^5.0.0", + "npm-package-arg": "^9.0.0", + "npm-pick-manifest": "^7.0.2", + "npm-registry-fetch": "^13.0.0", + "npmlog": "^6.0.2", + "pacote": "^13.6.1", + "parse-conflict-json": "^2.0.1", + "proc-log": "^2.0.0", "promise-all-reject-late": "^1.0.0", "promise-call-limit": "^1.0.1", "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.5", - "ssri": "^8.0.1", - "treeverse": "^1.0.4", + "semver": "^7.3.7", + "ssri": "^9.0.0", + "treeverse": "^2.0.0", "walk-up-path": "^1.0.0" }, "bin": { "arborist": "bin/index.js" }, "engines": { - "node": ">= 10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/@npmcli/arborist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@npmcli/arborist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" } }, "node_modules/@npmcli/fs": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", - "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", + "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dependencies": { - "@gar/promisify": "^1.0.1", + "@gar/promisify": "^1.1.3", "semver": "^7.3.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/git": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.1.0.tgz", - "integrity": "sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.2.tgz", + "integrity": "sha512-CAcd08y3DWBJqJDpfuVL0uijlq5oaXaOJEKHKc4wqrjd00gkvTZB+nFuLn+doOOKddaQS9JfqtNoFCO2LCvA3w==", "dependencies": { - "@npmcli/promise-spawn": "^1.3.2", - "lru-cache": "^6.0.0", + "@npmcli/promise-spawn": "^3.0.0", + "lru-cache": "^7.4.4", "mkdirp": "^1.0.4", - "npm-pick-manifest": "^6.1.1", + "npm-pick-manifest": "^7.0.0", + "proc-log": "^2.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", "which": "^2.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/git/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/@npmcli/git/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "node_modules/@npmcli/installed-package-contents": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", @@ -3619,40 +3574,81 @@ } }, "node_modules/@npmcli/map-workspaces": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-1.0.4.tgz", - "integrity": "sha512-wVR8QxhyXsFcD/cORtJwGQodeeaDf0OxcHie8ema4VgFeqwYkFsDPnSrIRSytX8xR6nKPAH89WnwTcaU608b/Q==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-2.0.4.tgz", + "integrity": "sha512-bMo0aAfwhVwqoVM5UzX1DJnlvVvzDCHae821jv48L1EsrYwfOZChlqWYXEtto/+BkBXetPbEWgau++/brh4oVg==", "dependencies": { "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.1.6", - "minimatch": "^3.0.4", - "read-package-json-fast": "^2.0.1" + "glob": "^8.0.1", + "minimatch": "^5.0.1", + "read-package-json-fast": "^2.0.3" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@npmcli/map-workspaces/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/map-workspaces/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" }, "engines": { "node": ">=10" } }, "node_modules/@npmcli/metavuln-calculator": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-1.1.1.tgz", - "integrity": "sha512-9xe+ZZ1iGVaUovBVFI9h3qW+UuECUzhvZPxK9RaEA2mjU26o5D0JloGYWwLYvQELJNmBdQB6rrpuN8jni6LwzQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-3.1.1.tgz", + "integrity": "sha512-n69ygIaqAedecLeVH3KnO39M6ZHiJ2dEv5A7DGvcqCB8q17BGUgW8QaanIkbWUo2aYGZqJaOORTLAlIvKjNDKA==", "dependencies": { - "cacache": "^15.0.5", - "pacote": "^11.1.11", - "semver": "^7.3.2" + "cacache": "^16.0.0", + "json-parse-even-better-errors": "^2.3.1", + "pacote": "^13.0.3", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/move-file": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", - "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", + "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", "deprecated": "This functionality has been moved to @npmcli/fs", "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/name-from-folder": { @@ -3661,35 +3657,61 @@ "integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==" }, "node_modules/@npmcli/node-gyp": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz", - "integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", + "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, "node_modules/@npmcli/package-json": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz", - "integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-2.0.0.tgz", + "integrity": "sha512-42jnZ6yl16GzjWSH7vtrmWyJDGVa/LXPdpN2rcUWolFjc9ON2N3uz0qdBbQACfmhuJZ2lbKYtmK5qx68ZPLHMA==", "dependencies": { "json-parse-even-better-errors": "^2.3.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/promise-spawn": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-1.3.2.tgz", - "integrity": "sha512-QyAGYo/Fbj4MXeGdJcFzZ+FkDkomfRBrPM+9QYJSg+PxgAUL+LU3FneQk37rKR2/zjqkCV1BLHccX98wRXG3Sg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", + "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", "dependencies": { "infer-owner": "^1.0.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/@npmcli/query": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-1.2.0.tgz", + "integrity": "sha512-uWglsUM3PjBLgTSmZ3/vygeGdvWEIZ3wTUnzGFbprC/RtvQSaT+GAXu1DXmSFj2bD3oOZdcRm1xdzsV2z1YWdw==", + "dependencies": { + "npm-package-arg": "^9.1.0", + "postcss-selector-parser": "^6.0.10", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@npmcli/run-script": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-1.8.6.tgz", - "integrity": "sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", + "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", "dependencies": { - "@npmcli/node-gyp": "^1.0.2", - "@npmcli/promise-spawn": "^1.3.2", - "node-gyp": "^7.1.0", - "read-package-json-fast": "^2.0.1" + "@npmcli/node-gyp": "^2.0.0", + "@npmcli/promise-spawn": "^3.0.0", + "node-gyp": "^9.0.0", + "read-package-json-fast": "^2.0.3", + "which": "^2.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/@openapi-contrib/openapi-schema-to-json-schema": { @@ -4819,26 +4841,16 @@ } }, "node_modules/agentkeepalive": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz", - "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", + "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", "dependencies": { - "debug": "^4.1.0", - "depd": "^2.0.0", "humanize-ms": "^1.2.1" }, "engines": { "node": ">= 8.0.0" } }, - "node_modules/agentkeepalive/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", @@ -4974,11 +4986,11 @@ } }, "node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/ansi-sequence-parser": { @@ -5039,17 +5051,33 @@ } }, "node_modules/aproba": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", - "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" }, "node_modules/are-we-there-yet": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz", - "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", + "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", "dependencies": { "delegates": "^1.0.0", - "readable-stream": "^2.0.6" + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/are-we-there-yet/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, "node_modules/arg": { @@ -5161,22 +5189,6 @@ "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "engines": { - "node": ">=0.8" - } - }, "node_modules/ast-types-flow": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", @@ -5236,19 +5248,6 @@ "node": ">=0.11" } }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", - "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" - }, "node_modules/axe-core": { "version": "4.6.3", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", @@ -5388,14 +5387,6 @@ "node": "^4.5.0 || >= 5.9" } }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, "node_modules/better-ajv-errors": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/better-ajv-errors/-/better-ajv-errors-0.7.0.tgz", @@ -5427,19 +5418,27 @@ } }, "node_modules/bin-links": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-2.3.0.tgz", - "integrity": "sha512-JzrOLHLwX2zMqKdyYZjkDgQGT+kHDkIhv2/IK2lJ00qLxV4TmFoHi8drDBb6H5Zrz1YfgHkai4e2MGPqnoUhqA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-3.0.3.tgz", + "integrity": "sha512-zKdnMPWEdh4F5INR07/eBrodC7QrF5JKvqskjz/ZZRXg5YSAZIbn8zGhbhUrElzHBZ2fvEQdOU59RHcTG3GiwA==", "dependencies": { - "cmd-shim": "^4.0.1", + "cmd-shim": "^5.0.0", "mkdirp-infer-owner": "^2.0.0", - "npm-normalize-package-bin": "^1.0.0", - "read-cmd-shim": "^2.0.0", + "npm-normalize-package-bin": "^2.0.0", + "read-cmd-shim": "^3.0.0", "rimraf": "^3.0.0", - "write-file-atomic": "^3.0.3" + "write-file-atomic": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/bin-links/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/binary-extensions": { @@ -5614,53 +5613,85 @@ } }, "node_modules/builtins": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz", - "integrity": "sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", + "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", + "dependencies": { + "semver": "^7.0.0" + } }, "node_modules/cacache": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", - "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", + "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dependencies": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", "p-map": "^4.0.0", "promise-inflight": "^1.0.1", "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^2.0.0" }, "engines": { - "node": ">= 10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/cacache/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/cacache/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" }, "engines": { - "node": ">=10" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/cacache/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "node_modules/cacache/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/cacache/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } }, "node_modules/cache-point": { "version": "1.0.0", @@ -5760,11 +5791,6 @@ } ] }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" - }, "node_modules/catharsis": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz", @@ -5949,56 +5975,6 @@ "wrap-ansi": "^6.2.0" } }, - "node_modules/cliui/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/cliui/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/cluster-key-slot": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz", @@ -6008,14 +5984,14 @@ } }, "node_modules/cmd-shim": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-4.1.0.tgz", - "integrity": "sha512-lb9L7EM4I/ZRVuljLPEtUJOP+xiQVknZ4ZMpMgEp4JzNldPb27HU03hi6K1/6CoIuit/Zm/LQXySErFeXxDprw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-5.0.0.tgz", + "integrity": "sha512-qkCtZ59BidfEwHltnJwkyVZn+XQojdAySM1D1gSeh11Z4pW1Kpolkyo53L5noc0nrxmIvyFwTmJRo4xs7FFLPw==", "dependencies": { "mkdirp-infer-owner": "^2.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/co": { @@ -6035,14 +6011,6 @@ "node": ">= 4" } }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/coffee-script": { "version": "1.12.7", "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz", @@ -6089,6 +6057,14 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "bin": { + "color-support": "bin.js" + } + }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -6338,7 +6314,8 @@ "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true }, "node_modules/cors": { "version": "2.8.5", @@ -6418,6 +6395,17 @@ "node": ">= 8" } }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/cssom": { "version": "0.4.4", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", @@ -6455,17 +6443,6 @@ "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, "node_modules/data-urls": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", @@ -6531,6 +6508,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "engines": { "node": "*" } @@ -6895,15 +6873,6 @@ "node": ">= 6" } }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, "node_modules/electron-to-chromium": { "version": "1.4.345", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.345.tgz", @@ -7583,14 +7552,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, "node_modules/eslint/node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -7754,17 +7715,6 @@ "node": ">= 0.8.0" } }, - "node_modules/eslint/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/eslint/node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -8027,10 +7977,10 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "node_modules/exponential-backoff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", + "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==" }, "node_modules/extend-shallow": { "version": "2.0.1", @@ -8089,14 +8039,6 @@ "@types/yauzl": "^2.9.1" } }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "engines": [ - "node >=0.6.0" - ] - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -8329,27 +8271,6 @@ "resolved": "https://registry.npmjs.org/foreachasync/-/foreachasync-3.0.0.tgz", "integrity": "sha512-J+ler7Ta54FwwNcx6wQRDhTIbNeyDcARMkOcguEqnEdtm0jKvN3Li3PDAb2Du3ubJYEWfYL83XMROXdsXAXycw==" }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 0.12" - } - }, "node_modules/form-data-encoder": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz", @@ -8511,18 +8432,21 @@ } }, "node_modules/gauge": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", - "integrity": "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==", - "dependencies": { - "aproba": "^1.0.3", - "console-control-strings": "^1.0.0", - "has-unicode": "^2.0.0", - "object-assign": "^4.1.0", - "signal-exit": "^3.0.0", - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wide-align": "^1.1.0" + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/generic-pool": { @@ -8601,14 +8525,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dependencies": { - "assert-plus": "^1.0.0" - } - }, "node_modules/gifwrap": { "version": "0.9.4", "resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.4.tgz", @@ -8826,27 +8742,6 @@ "node": ">=0.10.0" } }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -8957,32 +8852,24 @@ } }, "node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.2.1.tgz", + "integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==", "dependencies": { - "lru-cache": "^6.0.0" + "lru-cache": "^7.5.1" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "engines": { - "node": ">=10" + "node": ">=12" } }, - "node_modules/hosted-git-info/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, "node_modules/html-encoding-sniffer": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", @@ -9018,20 +8905,6 @@ "node": ">= 6" } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", - "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" - } - }, "node_modules/http2-wrapper": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.0.tgz", @@ -9112,11 +8985,33 @@ } }, "node_modules/ignore-walk": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.4.tgz", - "integrity": "sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", + "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", "dependencies": { - "minimatch": "^3.0.4" + "minimatch": "^5.0.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" } }, "node_modules/image-q": { @@ -9250,56 +9145,6 @@ "node": ">=8.0.0" } }, - "node_modules/inquirer/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/inquirer/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/inquirer/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/inquirer/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/inquirer/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", @@ -9449,14 +9294,11 @@ } }, "node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", - "dependencies": { - "number-is-nan": "^1.0.0" - }, + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/is-function": { @@ -9655,11 +9497,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, "node_modules/is-weakmap": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", @@ -9694,7 +9531,8 @@ "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/isexe": { "version": "2.0.0", @@ -9723,11 +9561,6 @@ "jsdom": "^16.5.2" } }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" - }, "node_modules/istanbul-lib-coverage": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", @@ -10030,15 +9863,6 @@ } } }, - "node_modules/jest-cli/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-cli/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -10086,47 +9910,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/jest-cli/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/jest-cli/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-cli/node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -10391,19 +10174,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest-config/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/jest-docblock": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", @@ -10870,19 +10640,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest-runner/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/jest-runtime": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", @@ -11030,19 +10787,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest-runtime/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/jest-snapshot": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", @@ -11227,19 +10971,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest-snapshot/node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/jest-util": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", @@ -11381,11 +11112,6 @@ "xmlcreate": "^2.0.4" } }, - "node_modules/jsbn": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" - }, "node_modules/jsdoc": { "version": "3.6.11", "resolved": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz", @@ -11668,11 +11394,6 @@ "foreach": "^2.0.4" } }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - }, "node_modules/json-schema-migrate": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/json-schema-migrate/-/json-schema-migrate-0.2.0.tgz", @@ -11720,11 +11441,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" - }, "node_modules/json-to-ast": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/json-to-ast/-/json-to-ast-2.1.0.tgz", @@ -11783,20 +11499,6 @@ "node": ">=0.10.0" } }, - "node_modules/jsprim": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", - "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", - "dependencies": { - "assert-plus": "1.0.0", - "extsprintf": "1.3.0", - "json-schema": "0.4.0", - "verror": "1.10.0" - }, - "engines": { - "node": ">=0.6.0" - } - }, "node_modules/jsx-ast-utils": { "version": "3.3.3", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", @@ -11810,14 +11512,14 @@ } }, "node_modules/just-diff": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/just-diff/-/just-diff-3.1.1.tgz", - "integrity": "sha512-sdMWKjRq8qWZEjDcVA6llnUT8RDEBIfOiGpYFPYa9u+2c39JCsejktSP7mj5eRid5EIvTzIpQ2kDOCw1Nq9BjQ==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/just-diff/-/just-diff-5.2.0.tgz", + "integrity": "sha512-6ufhP9SHjb7jibNFrNxyFZ6od3g+An6Ai9mhGRvcYe8UJlH0prseN64M+6ZBBUoKYHZsitDP42gAJ8+eVWr3lw==" }, "node_modules/just-diff-apply": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-3.1.2.tgz", - "integrity": "sha512-TCa7ZdxCeq6q3Rgms2JCRHTCfWAETPZ8SzYUbkYF6KR3I03sN29DaOIC+xyWboIcMvjAsD5iG2u/RWzHD8XpgQ==" + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.5.0.tgz", + "integrity": "sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==" }, "node_modules/kafkajs": { "version": "2.2.4", @@ -12153,46 +11855,59 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" }, "node_modules/make-fetch-happen": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", - "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", + "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dependencies": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.2.0", + "agentkeepalive": "^4.2.1", + "cacache": "^16.1.0", "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", + "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", + "minipass-fetch": "^2.0.3", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.2", + "negotiator": "^0.6.3", "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.0.0", - "ssri": "^8.0.0" + "socks-proxy-agent": "^7.0.0", + "ssri": "^9.0.0" }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "engines": { "node": ">= 10" } }, - "node_modules/make-fetch-happen/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "node_modules/make-fetch-happen/node_modules/http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dependencies": { - "yallist": "^4.0.0" + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">=10" + "node": ">= 6" } }, - "node_modules/make-fetch-happen/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "node_modules/make-fetch-happen/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "engines": { + "node": ">=12" + } }, "node_modules/makeerror": { "version": "1.0.12", @@ -12432,19 +12147,19 @@ } }, "node_modules/minipass-fetch": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", - "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", + "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dependencies": { - "minipass": "^3.1.0", + "minipass": "^3.1.6", "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" + "minizlib": "^2.1.2" }, "engines": { - "node": ">=8" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" }, "optionalDependencies": { - "encoding": "^0.1.12" + "encoding": "^0.1.13" } }, "node_modules/minipass-flush": { @@ -12738,26 +12453,27 @@ } }, "node_modules/node-gyp": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz", - "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", + "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dependencies": { "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", "glob": "^7.1.4", - "graceful-fs": "^4.2.3", - "nopt": "^5.0.0", - "npmlog": "^4.1.2", - "request": "^2.88.2", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^10.0.3", + "nopt": "^6.0.0", + "npmlog": "^6.0.0", "rimraf": "^3.0.2", - "semver": "^7.3.2", - "tar": "^6.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", "which": "^2.0.2" }, "bin": { "node-gyp": "bin/node-gyp.js" }, "engines": { - "node": ">= 10.12.0" + "node": "^12.13 || ^14.13 || >=16" } }, "node_modules/node-gyp-build": { @@ -12782,17 +12498,31 @@ "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" }, "node_modules/nopt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", + "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==", "dependencies": { - "abbrev": "1" + "abbrev": "^1.0.0" }, "bin": { "nopt": "bin/nopt.js" }, "engines": { - "node": ">=6" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/normalize-package-data": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.1.tgz", + "integrity": "sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==", + "dependencies": { + "hosted-git-info": "^5.0.0", + "is-core-module": "^2.8.1", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/normalize-path": { @@ -12823,14 +12553,14 @@ } }, "node_modules/npm-install-checks": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-4.0.0.tgz", - "integrity": "sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz", + "integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==", "dependencies": { "semver": "^7.1.1" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm-normalize-package-bin": { @@ -12839,60 +12569,129 @@ "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==" }, "node_modules/npm-package-arg": { - "version": "8.1.5", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz", - "integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.1.2.tgz", + "integrity": "sha512-pzd9rLEx4TfNJkovvlBSLGhq31gGu2QDexFPWT19yCDh0JgnRhlBLNo5759N0AJmBk+kQ9Y/hXoLnlgFD+ukmg==", "dependencies": { - "hosted-git-info": "^4.0.1", - "semver": "^7.3.4", - "validate-npm-package-name": "^3.0.0" + "hosted-git-info": "^5.0.0", + "proc-log": "^2.0.1", + "semver": "^7.3.5", + "validate-npm-package-name": "^4.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm-packlist": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz", - "integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.3.tgz", + "integrity": "sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==", "dependencies": { - "glob": "^7.1.6", - "ignore-walk": "^3.0.3", - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" + "glob": "^8.0.1", + "ignore-walk": "^5.0.1", + "npm-bundled": "^2.0.0", + "npm-normalize-package-bin": "^2.0.0" }, "bin": { "npm-packlist": "bin/index.js" }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-packlist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-packlist/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-packlist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, "engines": { "node": ">=10" } }, + "node_modules/npm-packlist/node_modules/npm-bundled": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-2.0.1.tgz", + "integrity": "sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==", + "dependencies": { + "npm-normalize-package-bin": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-packlist/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/npm-pick-manifest": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz", - "integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-7.0.2.tgz", + "integrity": "sha512-gk37SyRmlIjvTfcYl6RzDbSmS9Y4TOBXfsPnoYqTHARNgWbyDiCSMLUpmALDj4jjcTZpURiEfsSHJj9k7EV4Rw==", "dependencies": { - "npm-install-checks": "^4.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^8.1.2", - "semver": "^7.3.4" + "npm-install-checks": "^5.0.0", + "npm-normalize-package-bin": "^2.0.0", + "npm-package-arg": "^9.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm-registry-fetch": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-11.0.0.tgz", - "integrity": "sha512-jmlgSxoDNuhAtxUIG6pVwwtz840i994dL14FoNVZisrmZW5kWd63IUTNv1m/hyRSGSqWjCUp/YZlS1BJyNp9XA==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.3.1.tgz", + "integrity": "sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw==", "dependencies": { - "make-fetch-happen": "^9.0.1", - "minipass": "^3.1.3", - "minipass-fetch": "^1.3.0", + "make-fetch-happen": "^10.0.6", + "minipass": "^3.1.6", + "minipass-fetch": "^2.0.3", "minipass-json-stream": "^1.0.1", - "minizlib": "^2.0.0", - "npm-package-arg": "^8.0.0" + "minizlib": "^2.1.2", + "npm-package-arg": "^9.0.1", + "proc-log": "^2.0.0" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm-run-path": { @@ -12907,14 +12706,17 @@ } }, "node_modules/npmlog": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", - "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dependencies": { - "are-we-there-yet": "~1.1.2", - "console-control-strings": "~1.1.0", - "gauge": "~2.7.3", - "set-blocking": "~2.0.0" + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/number-allocator": { @@ -12926,14 +12728,6 @@ "js-sdsl": "4.3.0" } }, - "node_modules/number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/nunjucks": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.3.tgz", @@ -12971,14 +12765,6 @@ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" }, - "node_modules/oauth-sign": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", - "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "engines": { - "node": "*" - } - }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -13214,35 +13000,37 @@ } }, "node_modules/pacote": { - "version": "11.3.5", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-11.3.5.tgz", - "integrity": "sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==", - "dependencies": { - "@npmcli/git": "^2.1.0", - "@npmcli/installed-package-contents": "^1.0.6", - "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^1.8.2", - "cacache": "^15.0.5", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz", + "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==", + "dependencies": { + "@npmcli/git": "^3.0.0", + "@npmcli/installed-package-contents": "^1.0.7", + "@npmcli/promise-spawn": "^3.0.0", + "@npmcli/run-script": "^4.1.0", + "cacache": "^16.0.0", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", "infer-owner": "^1.0.4", - "minipass": "^3.1.3", - "mkdirp": "^1.0.3", - "npm-package-arg": "^8.0.1", - "npm-packlist": "^2.1.4", - "npm-pick-manifest": "^6.0.0", - "npm-registry-fetch": "^11.0.0", + "minipass": "^3.1.6", + "mkdirp": "^1.0.4", + "npm-package-arg": "^9.0.0", + "npm-packlist": "^5.1.0", + "npm-pick-manifest": "^7.0.0", + "npm-registry-fetch": "^13.0.1", + "proc-log": "^2.0.0", "promise-retry": "^2.0.1", - "read-package-json-fast": "^2.0.1", + "read-package-json": "^5.0.0", + "read-package-json-fast": "^2.0.3", "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.1.0" + "ssri": "^9.0.0", + "tar": "^6.1.11" }, "bin": { "pacote": "lib/bin.js" }, "engines": { - "node": ">=10" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/pako": { @@ -13281,13 +13069,16 @@ } }, "node_modules/parse-conflict-json": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-1.1.1.tgz", - "integrity": "sha512-4gySviBiW5TRl7XHvp1agcS7SOe0KZOjC//71dzZVWJrY9hCrgtvl5v3SyIxCZ4fZF47TxD9nfzmxcx76xmbUw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/parse-conflict-json/-/parse-conflict-json-2.0.2.tgz", + "integrity": "sha512-jDbRGb00TAPFsKWCpZZOT93SxVP9nONOSgES3AevqRq/CHvavEBvKAjxX9p5Y5F0RZLxH9Ufd9+RwtCsa+lFDA==", "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "just-diff": "^3.0.1", - "just-diff-apply": "^3.0.0" + "json-parse-even-better-errors": "^2.3.1", + "just-diff": "^5.0.1", + "just-diff-apply": "^5.2.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/parse-headers": { @@ -13657,11 +13448,6 @@ "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - }, "node_modules/phin": { "version": "2.9.3", "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz", @@ -13762,6 +13548,18 @@ "node": ">=12.0.0" } }, + "node_modules/postcss-selector-parser": { + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/prettier": { "version": "2.8.7", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", @@ -13817,9 +13615,12 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/proc-log": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz", - "integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz", + "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, "node_modules/process": { "version": "0.11.10", @@ -13851,9 +13652,9 @@ } }, "node_modules/promise-call-limit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.1.tgz", - "integrity": "sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz", + "integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==", "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -14140,9 +13941,26 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/read-cmd-shim": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-2.0.0.tgz", - "integrity": "sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-3.0.1.tgz", + "integrity": "sha512-kEmDUoYf/CDy8yZbLTmhB1X9kkjf9Q80PCNsDMb7ufrGd6zZSQA1+UyjrO+pZm5K/S4OXCWJeiIt1JA8kAsa6g==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/read-package-json": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-5.0.2.tgz", + "integrity": "sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q==", + "dependencies": { + "glob": "^8.0.1", + "json-parse-even-better-errors": "^2.3.1", + "normalize-package-data": "^4.0.0", + "npm-normalize-package-bin": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, "node_modules/read-package-json-fast": { "version": "2.0.3", @@ -14156,10 +13974,56 @@ "node": ">=10" } }, + "node_modules/read-package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/read-package-json/node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/read-package-json/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/read-package-json/node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", + "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -14950,54 +14814,6 @@ "node": ">=0.10" } }, - "node_modules/request": { - "version": "2.88.2", - "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", - "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", - "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", - "dependencies": { - "aws-sign2": "~0.7.0", - "aws4": "^1.8.0", - "caseless": "~0.12.0", - "combined-stream": "~1.0.6", - "extend": "~3.0.2", - "forever-agent": "~0.6.1", - "form-data": "~2.3.2", - "har-validator": "~5.1.3", - "http-signature": "~1.2.0", - "is-typedarray": "~1.0.0", - "isstream": "~0.1.2", - "json-stringify-safe": "~5.0.1", - "mime-types": "~2.1.19", - "oauth-sign": "~0.9.0", - "performance-now": "^2.1.0", - "qs": "~6.5.2", - "safe-buffer": "^5.1.2", - "tough-cookie": "~2.5.0", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/request/node_modules/qs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/request/node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -15457,14 +15273,6 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", @@ -15544,9 +15352,9 @@ } }, "node_modules/socks-proxy-agent": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", - "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", + "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -15607,6 +15415,34 @@ "node": ">=0.10.0" } }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==" + }, "node_modules/split": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", @@ -15645,39 +15481,15 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, - "node_modules/sshpk": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", - "dependencies": { - "asn1": "~0.2.3", - "assert-plus": "^1.0.0", - "bcrypt-pbkdf": "^1.0.0", - "dashdash": "^1.12.0", - "ecc-jsbn": "~0.1.1", - "getpass": "^0.1.1", - "jsbn": "~0.1.0", - "safer-buffer": "^2.0.2", - "tweetnacl": "~0.14.0" - }, - "bin": { - "sshpk-conv": "bin/sshpk-conv", - "sshpk-sign": "bin/sshpk-sign", - "sshpk-verify": "bin/sshpk-verify" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", + "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dependencies": { "minipass": "^3.1.1" }, "engines": { - "node": ">= 8" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/stack-utils": { @@ -15787,39 +15599,23 @@ "node": ">=10" } }, - "node_modules/string-length/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-length/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { - "ansi-regex": "^5.0.1" + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" }, "engines": { "node": ">=8" } }, - "node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/string-width/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/string.prototype.trim": { "version": "1.2.7", @@ -15864,14 +15660,14 @@ } }, "node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "ansi-regex": "^2.0.0" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/strip-bom": { @@ -16019,13 +15815,13 @@ "dev": true }, "node_modules/tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" @@ -16079,9 +15875,9 @@ } }, "node_modules/tar/node_modules/minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "engines": { "node": ">=8" } @@ -16295,27 +16091,18 @@ "integrity": "sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==", "dev": true }, - "node_modules/tough-cookie": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", - "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", - "dependencies": { - "psl": "^1.1.28", - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=0.8" - } - }, "node_modules/tr46": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/treeverse": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-1.0.4.tgz", - "integrity": "sha512-whw60l7r+8ZU8Tu/Uc2yxtc4ZTZbR/PF3u1IPNKGQ6p8EICLb3Z2lAgoqw9bqYd8IkgnsaOcLzYHFckjqNsf0g==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/treeverse/-/treeverse-2.0.0.tgz", + "integrity": "sha512-N5gJCkLu1aXccpOTtqV6ddSEi6ZmGkh3hjmbu1IjcavJK4qyOVQmi0myQKM7z5jVGmD68SJoliaVrMmVObhj6A==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, "node_modules/trim-repeated": { "version": "1.0.0", @@ -16444,27 +16231,6 @@ "typescript": "*" } }, - "node_modules/tsc-watch/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/tsc-watch/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/tsconfig-paths": { "version": "3.14.2", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", @@ -16506,22 +16272,6 @@ "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" } }, - "node_modules/tunnel-agent": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", - "dependencies": { - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tweetnacl": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" - }, "node_modules/type-detect": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", @@ -16560,14 +16310,6 @@ "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, "node_modules/typedoc": { "version": "0.23.28", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.28.tgz", @@ -16728,19 +16470,25 @@ } }, "node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", + "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dependencies": { - "unique-slug": "^2.0.0" + "unique-slug": "^3.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", + "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dependencies": { "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/universalify": { @@ -16905,12 +16653,24 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, "node_modules/validate-npm-package-name": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", - "integrity": "sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", + "integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==", "dependencies": { - "builtins": "^1.0.3" + "builtins": "^5.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/vary": { @@ -16921,24 +16681,6 @@ "node": ">= 0.8" } }, - "node_modules/verror": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", - "engines": [ - "node >=0.6.0" - ], - "dependencies": { - "assert-plus": "^1.0.0", - "core-util-is": "1.0.2", - "extsprintf": "^1.2.0" - } - }, - "node_modules/verror/node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" - }, "node_modules/vscode-oniguruma": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", @@ -17188,14 +16930,6 @@ "node": ">=8" } }, - "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -17226,57 +16960,21 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/wrap-ansi/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrap-ansi/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", "dependencies": { "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/ws": { @@ -17413,56 +17111,6 @@ "node": ">=6" } }, - "node_modules/yargs/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/yargs/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", diff --git a/package.json b/package.json index 8cd803d5c..39739e770 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.16.0", + "@asyncapi/generator": "^1.17.0", "@asyncapi/html-template": "^2.1.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.2", From 1f43d76eeac8bd3f0ab5fd9a74beb317e4c81394 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Jan 2024 12:32:54 +0100 Subject: [PATCH 13/15] chore(release): v0.35.1 (#693) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 52 files changed, 480 insertions(+), 480 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 3966607b4..a9794a0fd 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 40befff52..b05d74daa 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 4b817515d..051796968 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index f42f0e80e..a92db95a3 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index ec8a3c9e8..a8acb6090 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L194) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L276) +[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L276) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L292) +[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L292) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L249) +[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L249) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L141) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L85) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L116) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 6071c40ec..233c578d7 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index c76d1a971..646213899 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index e42141fe9..63cbeaeb5 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/8faaa70/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index f3a070ee7..aef098737 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index f263ba335..e57ba61bb 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 123b722f0..f404373cb 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 24033c146..be0fb03c9 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 6927670e0..55bdfe590 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 0ef6866ea..6b2f88b34 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 037cd90e2..490897004 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index a65b7ae37..814d5a6fa 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L164) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L122) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L108) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L157) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/wsHttpAuth.ts#L92) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index 19d081e64..bcbebfffb 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index c00a68cf5..74a040f7f 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 91ecb5039..e6585c583 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index e62464b66..e46b72176 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index dfbe0dfd0..f862dd759 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 7c7c571b5..7be4cd865 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 91baecf6c..ff79dacc7 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index c08f92b52..074a9a59e 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:45](https://github.com/asyncapi/glee/blob/8faaa70/src/index.ts#L45) +[src/index.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/index.ts#L45) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 969e9f9db..bb49ded3f 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 624939a12..dc2e48dbf 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index e1d362b62..3ea72f639 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index f44a9569d..c117e1e84 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 03b333d91..4aa9745fa 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 3239354fb..2a985d52b 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 9ddca421a..e57d04f07 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 52793ed9e..e574e3680 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 73556d4f7..03fbdc5c8 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L67) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L69) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/functions.ts#L107) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 4d2cfe2ee..3599082c9 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index d4fc9280f..e8d448d93 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index aa8baa382..5cbb3f2f1 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index d782c8f4e..55dd75bbc 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index e857bff41..87cdc81e0 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index bc551a528..5eea4fd49 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/8faaa70/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index ece8ed3a8..b3232af1d 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index a6dd5763b..331e9f294 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 27b05800c..10e88c69b 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index aeb242730..ea2774da1 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index e8b9ec6c8..474c7b299 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index c204a13ad..685533861 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 1a03e8bef..403ad368f 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 058c34a05..ae2a8120b 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index a206946fa..8d4708a1b 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index a366500b2..6d360046d 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/8faaa70/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index b0d096de4..46eca21ac 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/8faaa70/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 0ac12f767..a547e40c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.35.0", + "version": "0.35.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.35.0", + "version": "0.35.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.0", diff --git a/package.json b/package.json index 39739e770..774d0d74d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.35.0", + "version": "0.35.1", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From f0d6c3c23bd70e905804b1b8f096392ea7b69c66 Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:18:20 +0000 Subject: [PATCH 14/15] fix: loading .env error (#691) --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 9e77c7c8d..80db5bbcc 100755 --- a/src/index.ts +++ b/src/index.ts @@ -31,8 +31,8 @@ import { getSelectedServerNames } from './lib/servers.js' import { EnrichedEvent, AuthEvent } from './lib/adapter.js' import { ClusterEvent } from './lib/cluster.js' import { getMessagesSchema } from './lib/util.js' -import { OperationReplyInterface } from '@asyncapi/parser' -import {loadEnvConfig} from '@next/env' +import pkg from '@next/env' +const { loadEnvConfig } = pkg const isDev = process.env.NODE_ENV === 'development' From 5af298798533b073d8afdc0afccced03da3d21ca Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 23 Jan 2024 12:23:26 +0100 Subject: [PATCH 15/15] chore(release): v0.35.2 (#697) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 38 ++++---- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++--- .../classes/lib_connection.default.md | 26 +++--- docs/reference/classes/lib_glee.default.md | 46 +++++----- docs/reference/classes/lib_message.default.md | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 52 files changed, 480 insertions(+), 480 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index a9794a0fd..1816e5eec 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index b05d74daa..4af267fa7 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 051796968..0816e4e31 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index a92db95a3..f5956d04d 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -85,7 +85,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -95,7 +95,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L8) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L7) ___ @@ -189,7 +189,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -207,7 +207,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -225,7 +225,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -243,7 +243,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -261,7 +261,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -279,7 +279,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -297,7 +297,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -315,7 +315,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -333,7 +333,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L95) ___ @@ -406,7 +406,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L13) ___ @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -580,7 +580,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L9) ___ @@ -1104,7 +1104,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1130,7 +1130,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/80679df/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index a8acb6090..45296c803 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L194) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L276) +[src/adapters/mqtt/index.ts:276](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L276) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L292) +[src/adapters/mqtt/index.ts:292](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L292) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L249) +[src/adapters/mqtt/index.ts:249](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L249) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L141) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L85) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L116) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/80679df/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 233c578d7..096fcf5d8 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 646213899..4ecefb02e 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 63cbeaeb5..073ece101 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/80679df/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/f0d6c3c/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index aef098737..9c6dc5c3a 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/f0d6c3c/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/f0d6c3c/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f0d6c3c/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/f0d6c3c/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index e57ba61bb..2d8b6e35e 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index f404373cb..45d046c91 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index be0fb03c9..9e85866f0 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 55bdfe590..e6c9ce3b0 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L313) +[src/lib/glee.ts:313](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L313) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L300) +[src/lib/glee.ts:300](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L300) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L231) +[src/lib/glee.ts:231](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L231) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L202) +[src/lib/glee.ts:202](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L202) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L180) +[src/lib/glee.ts:180](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L180) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L169) +[src/lib/glee.ts:169](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L169) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L215) +[src/lib/glee.ts:215](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L215) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/80679df/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 6b2f88b34..e42bff2c3 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/80679df/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 490897004..2f2e5e915 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 814d5a6fa..ae6b50995 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L164) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L122) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L108) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L157) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/80679df/src/lib/wsHttpAuth.ts#L92) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index bcbebfffb..0ba89f0a8 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 74a040f7f..cc3a2f3ea 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index e6585c583..50e2d7044 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index e46b72176..a78540b57 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index f862dd759..113155b5e 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 7be4cd865..b67992a4d 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index ff79dacc7..4b7630257 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/f0d6c3c/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 074a9a59e..02eee6fe4 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:45](https://github.com/asyncapi/glee/blob/80679df/src/index.ts#L45) +[src/index.ts:45](https://github.com/asyncapi/glee/blob/f0d6c3c/src/index.ts#L45) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index bb49ded3f..84c034e9a 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/80679df/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index dc2e48dbf..e573c1d9f 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/80679df/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 3ea72f639..f042ba524 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index c117e1e84..04f3355e2 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/80679df/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 4aa9745fa..2d7da9244 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 2a985d52b..95ca75f26 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/80679df/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index e57d04f07..767d540ca 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index e574e3680..80e555c75 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 03fbdc5c8..4a0b8e437 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L67) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L69) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/80679df/src/lib/functions.ts#L107) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 3599082c9..254454d77 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/80679df/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index e8d448d93..59494d5b3 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/80679df/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 5cbb3f2f1..76c583e70 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 55dd75bbc..519dee8c9 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 87cdc81e0..a03f289d9 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/80679df/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 5eea4fd49..7d0fb0deb 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/80679df/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/f0d6c3c/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index b3232af1d..26a0d9918 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 331e9f294..3836135c7 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index 10e88c69b..d440bea12 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index ea2774da1..2fd7bee00 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 474c7b299..14845097e 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 685533861..b32e327b7 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 403ad368f..6ee52d0e9 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index ae2a8120b..d51086cac 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 8d4708a1b..57c1c21bf 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 6d360046d..056129609 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/80679df/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/f0d6c3c/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 46eca21ac..e50f4cf1a 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/80679df/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/f0d6c3c/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index a547e40c8..41d920130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.35.1", + "version": "0.35.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.35.1", + "version": "0.35.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.0", diff --git a/package.json b/package.json index 774d0d74d..13cf17a64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.35.1", + "version": "0.35.2", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module",