From 32c6a8ec998be65f5d2b75991524008da577b28e Mon Sep 17 00:00:00 2001 From: Thibaut SEVERAC Date: Wed, 29 Nov 2023 01:36:41 +0100 Subject: [PATCH 1/2] add @spailybot/moleculer-auto-openapi to the list --- modules.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules.yml b/modules.yml index df1fb3b..a3bc7a6 100644 --- a/modules.yml +++ b/modules.yml @@ -751,6 +751,11 @@ tools: desc: Auto generate OpenAPI (Swagger) scheme for Moleculer services. official: false author: grinat + - name: "@spailybot/moleculer-auto-openapi" + link: https://github.com/spailybot/moleculer-auto-openapi + desc: Generate openapi 3.1 scheme from your Moleculer actions + official: false + author: spailybot - name: x.moleculer link: https://gist.github.com/ebrahimmfadae/1d1da46b176e7c2ffa56f0e91b801e8d desc: Pure typescript solution to infer `params` and `meta` types in `call` and `mcall` From 4872ec3708b569a68a59a19e5b66f6b0f9156988 Mon Sep 17 00:00:00 2001 From: Thibaut SEVERAC Date: Wed, 29 Nov 2023 01:45:19 +0100 Subject: [PATCH 2/2] improve description --- modules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.yml b/modules.yml index a3bc7a6..ca9b98d 100644 --- a/modules.yml +++ b/modules.yml @@ -753,7 +753,7 @@ tools: author: grinat - name: "@spailybot/moleculer-auto-openapi" link: https://github.com/spailybot/moleculer-auto-openapi - desc: Generate openapi 3.1 scheme from your Moleculer actions + desc: Generate OpenAPI 3.1 from Moleculer actions, auto-generated using Fastest Validator parameters. Granular configurations, cache system, fully typed, and more. official: false author: spailybot - name: x.moleculer