amf-client-js 5.9.0-SNAPSHOT.7 → 5.9.0-SNAPSHOT.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.9.0-SNAPSHOT.7",
3
+ "version": "5.9.0-SNAPSHOT.8",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -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 {