@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.5.9 to 4.5.10
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compute AMF values", | ||
"version": "4.5.9", | ||
"version": "4.5.10", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -237,2 +237,3 @@ interface Document { | ||
parsedJsonSchema: string; | ||
autoGeneratedName: string; | ||
lexical: string; | ||
@@ -239,0 +240,0 @@ synthesizedField: string; |
@@ -251,2 +251,3 @@ | ||
ns.aml.vocabularies.docSourceMaps.parsedJsonSchema = `${dsmKey}parsed-json-schema`; | ||
ns.aml.vocabularies.docSourceMaps.autoGeneratedName = `${dsmKey}auto-generated-name`; | ||
ns.aml.vocabularies.docSourceMaps.lexical = `${dsmKey}lexical`; | ||
@@ -253,0 +254,0 @@ ns.aml.vocabularies.docSourceMaps.synthesizedField = `${dsmKey}synthesized-field`; |
@@ -478,3 +478,6 @@ import { Server } from "./amf"; | ||
lexical?: ApiSynthesizedField[]; | ||
trackedElement?: ApiSynthesizedField[]; | ||
trackedElement?: ApiSynthesizedField; | ||
autoGeneratedName?: ApiSynthesizedField[]; | ||
parsedJsonSchema?: ApiSynthesizedField; | ||
declaredElement?: ApiSynthesizedField; | ||
} | ||
@@ -481,0 +484,0 @@ |
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
219522
5543