amf-client-js 5.9.0-SNAPSHOT.21 → 5.9.0-SNAPSHOT.23

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.
Files changed (3) hide show
  1. package/amf.js +10472 -10473
  2. package/package.json +1 -1
  3. package/typings/amf-client-js.d.ts +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.9.0-SNAPSHOT.21",
3
+ "version": "5.9.0-SNAPSHOT.23",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6814,7 +6814,7 @@ declare module "amf-client-js" {
6814
6814
  static readonly RAML08: ProfileName;
6815
6815
  static readonly RAML10: ProfileName;
6816
6816
  static readonly MCP: ProfileName;
6817
- static readonly BROKER_GROUP: ProfileName;
6817
+ static readonly AGENT_NETWORK: ProfileName;
6818
6818
  static readonly AGENT_CARD: ProfileName;
6819
6819
  }
6820
6820
  export class PropertyDependencies implements DomainElement {
@@ -8960,7 +8960,7 @@ declare module "amf-client-js" {
8960
8960
  static readonly RAML08: Spec;
8961
8961
  static readonly RAML10: Spec;
8962
8962
  static readonly MCP: Spec;
8963
- static readonly BROKER_GROUP: Spec;
8963
+ static readonly AGENT_NETWORK: Spec;
8964
8964
  static readonly AGENT_CARD: Spec;
8965
8965
 
8966
8966
  static apply(name: string): Spec;
@@ -9791,36 +9791,36 @@ declare module "amf-client-js" {
9791
9791
  syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9792
9792
  }
9793
9793
 
9794
- export class BrokerGroupConfiguration extends BaseBrokerGroupConfiguration {
9795
- static BrokerGroup(): BrokerGroupConfiguration;
9794
+ export class AgentNetworkConfiguration extends BaseAgentNetworkConfiguration {
9795
+ static AgentNetwork(): AgentNetworkConfiguration;
9796
9796
 
9797
- baseUnitClient(): BrokerGroupBaseUnitClient;
9797
+ baseUnitClient(): AgentNetworkBaseUnitClient;
9798
9798
  }
9799
9799
 
9800
- export class BaseBrokerGroupConfiguration extends BaseShapesConfiguration {
9801
- withDialect(dialect: Dialect): BaseBrokerGroupConfiguration;
9800
+ export class BaseAgentNetworkConfiguration extends BaseShapesConfiguration {
9801
+ withDialect(dialect: Dialect): BaseAgentNetworkConfiguration;
9802
9802
 
9803
9803
  withErrorHandlerProvider(
9804
9804
  provider: ErrorHandlerProvider
9805
- ): BaseBrokerGroupConfiguration;
9805
+ ): BaseAgentNetworkConfiguration;
9806
9806
 
9807
- withEventListener(listener: AMFEventListener): BaseBrokerGroupConfiguration;
9807
+ withEventListener(listener: AMFEventListener): BaseAgentNetworkConfiguration;
9808
9808
 
9809
- withParsingOptions(parsingOptions: ParsingOptions): BaseBrokerGroupConfiguration;
9809
+ withParsingOptions(parsingOptions: ParsingOptions): BaseAgentNetworkConfiguration;
9810
9810
 
9811
- withRenderOptions(renderOptions: RenderOptions): BaseBrokerGroupConfiguration;
9811
+ withRenderOptions(renderOptions: RenderOptions): BaseAgentNetworkConfiguration;
9812
9812
 
9813
- withResourceLoader(rl: ResourceLoader): BaseBrokerGroupConfiguration;
9813
+ withResourceLoader(rl: ResourceLoader): BaseAgentNetworkConfiguration;
9814
9814
 
9815
- withResourceLoaders(rl: Array<ResourceLoader>): BaseBrokerGroupConfiguration;
9815
+ withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentNetworkConfiguration;
9816
9816
 
9817
9817
  withTransformationPipeline(
9818
9818
  pipeline: TransformationPipeline
9819
- ): BaseBrokerGroupConfiguration;
9819
+ ): BaseAgentNetworkConfiguration;
9820
9820
 
9821
- withUnitCache(cache: UnitCache): BaseBrokerGroupConfiguration;
9821
+ withUnitCache(cache: UnitCache): BaseAgentNetworkConfiguration;
9822
9822
  }
9823
- export class BrokerGroupBaseUnitClient extends AMLBaseUnitClient {
9823
+ export class AgentNetworkBaseUnitClient extends AMLBaseUnitClient {
9824
9824
  syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9825
9825
  }
9826
9826