amf-client-js 5.8.0-SNAPSHOT.60 → 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/amf.js +11586 -11491
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +4 -0
package/package.json
CHANGED
|
@@ -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
|
}
|