@scalar/types
Advanced tools
Comparing version 0.0.22 to 0.0.23
# @scalar/types | ||
## 0.0.23 | ||
### Patch Changes | ||
- c2f5f08: feat: adds hideClientButton option configuration | ||
## 0.0.22 | ||
@@ -4,0 +10,0 @@ |
@@ -167,2 +167,8 @@ import type { OpenAPI, OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types'; | ||
_integration?: null | 'adonisjs' | 'docusaurus' | 'dotnet' | 'elysiajs' | 'express' | 'fastapi' | 'fastify' | 'go' | 'hono' | 'html' | 'laravel' | 'litestar' | 'nestjs' | 'nextjs' | 'nitro' | 'nuxt' | 'platformatic' | 'react' | 'rust' | 'vue'; | ||
/** | ||
* Whether to show the client button from the reference sidebar and modal | ||
* | ||
* @default false | ||
*/ | ||
hideClientButton?: boolean; | ||
}; | ||
@@ -169,0 +175,0 @@ export type Server = OpenAPIV3.ServerObject | OpenAPIV3_1.ServerObject; |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"engines": { | ||
@@ -22,0 +22,0 @@ "node": ">=18" |
Sorry, the diff of this file is not supported yet
34740
526