@asyncapi/parser
Advanced tools
Comparing version 2.1.0-next-major-spec.6 to 2.1.0-next-major-spec.7
import { BaseModel } from '../base'; | ||
import { Schemas } from './schemas'; | ||
import type { AsyncAPIDocumentInterface } from '../asyncapi'; | ||
@@ -22,3 +23,3 @@ import type { InfoInterface } from '../info'; | ||
messages(): MessagesInterface; | ||
schemas(): any; | ||
schemas(): Schemas; | ||
securitySchemes(): SecuritySchemesInterface; | ||
@@ -25,0 +26,0 @@ components(): ComponentsInterface; |
@@ -57,3 +57,3 @@ "use strict"; | ||
schemas() { | ||
return null; | ||
return this.__schemas(false); | ||
} | ||
@@ -60,0 +60,0 @@ securitySchemes() { |
import { BaseModel } from '../base'; | ||
import { Schemas } from './schemas'; | ||
import type { AsyncAPIDocumentInterface } from '../asyncapi'; | ||
@@ -22,3 +23,3 @@ import type { InfoInterface } from '../info'; | ||
messages(): MessagesInterface; | ||
schemas(): any; | ||
schemas(): Schemas; | ||
securitySchemes(): SecuritySchemesInterface; | ||
@@ -25,0 +26,0 @@ components(): ComponentsInterface; |
@@ -54,3 +54,3 @@ import { BaseModel } from '../base'; | ||
schemas() { | ||
return null; | ||
return this.__schemas(false); | ||
} | ||
@@ -57,0 +57,0 @@ securitySchemes() { |
{ | ||
"name": "@asyncapi/parser", | ||
"version": "2.1.0-next-major-spec.6", | ||
"version": "2.1.0-next-major-spec.7", | ||
"description": "JavaScript AsyncAPI parser.", | ||
@@ -5,0 +5,0 @@ "bugs": { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2608799
26053