@redocly/reference-docs 2.11.11 → 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli/commands/redocly-docs-cli.min.js +92 -89
- package/bin/cli/commands/redocly-docs-cli.min.js.LICENSE.txt +1 -1
- package/dist/console.redocly-reference-docs.min.js +43 -43
- package/dist/oauth2-redirect.js +1 -1
- package/dist/redocly-reference-docs.min.js +563 -555
- package/lib/components/Search/MenuItemProSearch.js +1 -1
- package/lib/components/Search/styled.js +1 -1
- package/lib/components/console/AuthPanel.js +1 -1
- package/lib/redoc-lib/src/components/SideMenu/styled.elements.js +1 -1
- package/lib/services/code-samples/generator.js +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
- package/lib/services/code-samples/httpsnippet/helpers/constants.d.ts +2 -1
- package/lib/services/code-samples/httpsnippet/helpers/constants.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
- package/lib/services/code-samples/httpsnippet/targets/index.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/python/requests.js +1 -1
- package/lib/services/code-samples/httpsnippet/targets/r/httr.d.ts +4 -0
- package/lib/services/code-samples/httpsnippet/targets/r/httr.js +2 -0
- package/lib/services/code-samples/httpsnippet/targets/r/index.d.ts +10 -0
- package/lib/services/code-samples/httpsnippet/targets/r/index.js +2 -0
- package/lib/services/code-samples/httpsnippet/targets/r/utils.d.ts +5 -0
- package/lib/services/code-samples/httpsnippet/targets/r/utils.js +2 -0
- package/lib/services/code-samples/types.d.ts +5 -2
- package/lib-esm/components/Search/MenuItemProSearch.js +1 -1
- package/lib-esm/components/Search/styled.js +1 -1
- package/lib-esm/components/console/AuthPanel.js +1 -1
- package/lib-esm/redoc-lib/src/components/SideMenu/styled.elements.js +1 -1
- package/lib-esm/services/code-samples/generator.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/code-builder.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/constants.d.ts +2 -1
- package/lib-esm/services/code-samples/httpsnippet/helpers/constants.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/index.d.ts +9 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/index.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/python/requests.js +1 -1
- package/lib-esm/services/code-samples/httpsnippet/targets/r/httr.d.ts +4 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/r/httr.js +2 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/r/index.d.ts +10 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/r/index.js +2 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/r/utils.d.ts +5 -0
- package/lib-esm/services/code-samples/httpsnippet/targets/r/utils.js +2 -0
- package/lib-esm/services/code-samples/types.d.ts +5 -2
- package/package.json +3 -3