@scalar/api-reference 1.25.43 → 1.25.45

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.
@@ -4,7 +4,7 @@ import type { OpenApiDocumentConfiguration } from './types';
4
4
  declare const dereferenced: import("vue").Ref<{
5
5
  [x: `x-${string}`]: any;
6
6
  [x: string]: any;
7
- openapi?: ("3.0.0" | "3.0.1" | "3.0.2" | "3.0.2") | undefined;
7
+ openapi?: ("3.0.0" | "3.0.1" | "3.0.2" | "3.0.3") | undefined;
8
8
  swagger?: undefined;
9
9
  info?: {
10
10
  title?: string | undefined;
@@ -249,7 +249,7 @@ declare const dereferenced: import("vue").Ref<{
249
249
  } | undefined, OpenAPI.Document<{}> | {
250
250
  [x: `x-${string}`]: any;
251
251
  [x: string]: any;
252
- openapi?: ("3.0.0" | "3.0.1" | "3.0.2" | "3.0.2") | undefined;
252
+ openapi?: ("3.0.0" | "3.0.1" | "3.0.2" | "3.0.3") | undefined;
253
253
  swagger?: undefined;
254
254
  info?: {
255
255
  title?: string | undefined;