@api-components/api-example-generator
Advanced tools
Comparing version
{ | ||
"name": "@api-components/api-example-generator", | ||
"description": "Examples generator from AMF model", | ||
"version": "4.4.26", | ||
"version": "4.4.27", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -536,2 +536,9 @@ import { AmfHelperMixin } from '@api-components/amf-helper-mixin'; | ||
_computeXmlSerializationData(serialization): object; | ||
/** | ||
* Generate JSON example string value from raw value definition. | ||
* @param {string} raw | ||
* @return {string} | ||
*/ | ||
computeRaw(raw: string): string | ||
} |
Sorry, the diff of this file is too big to display
109645
2.95%3075
2.36%