@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.5.24 to 4.5.25
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compute AMF values", | ||
"version": "4.5.24", | ||
"version": "4.5.25", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -137,2 +137,3 @@ interface Document { | ||
supportedOperation: string; | ||
messageId: string; | ||
statusCode: string; | ||
@@ -158,2 +159,3 @@ method: string; | ||
tag: string; | ||
tags: string; | ||
} | ||
@@ -261,3 +263,3 @@ | ||
apiContract: Readonly<ApiContract>; | ||
apiBinding: Readonly<ApiBinding> | ||
apiBinding: Readonly<ApiBinding>; | ||
shapes: Readonly<Shapes>; | ||
@@ -264,0 +266,0 @@ data: Readonly<Data>; |
@@ -158,2 +158,3 @@ | ||
ns.aml.vocabularies.apiContract.examples = `${contractKey}examples`; | ||
ns.aml.vocabularies.apiContract.messageId = `${contractKey}messageId`; | ||
ns.aml.vocabularies.apiContract.supportedOperation = `${contractKey}supportedOperation`; | ||
@@ -180,2 +181,3 @@ ns.aml.vocabularies.apiContract.statusCode = `${contractKey}statusCode`; | ||
ns.aml.vocabularies.apiContract.tag = `${contractKey}tag`; | ||
ns.aml.vocabularies.apiContract.tags = `${contractKey}tags`; | ||
ns.aml.vocabularies.shapes = {}; | ||
@@ -182,0 +184,0 @@ ns.aml.vocabularies.shapes.key = `${ns.aml.vocabularies.key}shapes#`; |
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
236260
6003