amf-client-js 5.8.0-SNAPSHOT.61 → 5.8.0-SNAPSHOT.62

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.8.0-SNAPSHOT.61",
3
+ "version": "5.8.0-SNAPSHOT.62",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6811,6 +6811,8 @@ declare module "amf-client-js" {
6811
6811
  static readonly PAYLOAD: ProfileName;
6812
6812
  static readonly RAML08: ProfileName;
6813
6813
  static readonly RAML10: ProfileName;
6814
+ static readonly MCP: ProfileName;
6815
+ static readonly AGENT_FABRIC: ProfileName;
6814
6816
  }
6815
6817
  export class PropertyDependencies implements DomainElement {
6816
6818
  customDomainProperties: Array<DomainExtension>;
@@ -8897,6 +8899,8 @@ declare module "amf-client-js" {
8897
8899
  static readonly PAYLOAD: Spec;
8898
8900
  static readonly RAML08: Spec;
8899
8901
  static readonly RAML10: Spec;
8902
+ static readonly MCP: Spec;
8903
+ static readonly AGENT_FABRIC: Spec;
8900
8904
 
8901
8905
  static apply(name: string): Spec;
8902
8906
  }