amf-client-js 5.9.0-SNAPSHOT.7 → 5.9.0-SNAPSHOT.9
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.
- package/amf.js +11577 -11574
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +4 -0
package/package.json
CHANGED
|
@@ -9666,6 +9666,10 @@ declare module "amf-client-js" {
|
|
|
9666
9666
|
syncValidate(baseUnit: BaseUnit): AMFValidationReport;
|
|
9667
9667
|
}
|
|
9668
9668
|
|
|
9669
|
+
export class ConfigurationAdapter {
|
|
9670
|
+
adapt(baseConfiguration: AMLConfiguration): AMFConfiguration;
|
|
9671
|
+
}
|
|
9672
|
+
|
|
9669
9673
|
namespace org {
|
|
9670
9674
|
namespace mulesoft {
|
|
9671
9675
|
namespace common {
|