amf-client-js 5.9.0-SNAPSHOT.0 → 5.9.0-SNAPSHOT.2

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.0",
3
+ "version": "5.9.0-SNAPSHOT.2",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6812,7 +6812,7 @@ declare module "amf-client-js" {
6812
6812
  static readonly RAML08: ProfileName;
6813
6813
  static readonly RAML10: ProfileName;
6814
6814
  static readonly MCP: ProfileName;
6815
- static readonly AGENT_DOMAIN: ProfileName;
6815
+ static readonly BROKER_GROUP: ProfileName;
6816
6816
  static readonly AGENT_CARD: ProfileName;
6817
6817
  }
6818
6818
  export class PropertyDependencies implements DomainElement {
@@ -8901,7 +8901,7 @@ declare module "amf-client-js" {
8901
8901
  static readonly RAML08: Spec;
8902
8902
  static readonly RAML10: Spec;
8903
8903
  static readonly MCP: Spec;
8904
- static readonly AGENT_DOMAIN: Spec;
8904
+ static readonly BROKER_GROUP: Spec;
8905
8905
  static readonly AGENT_CARD: Spec;
8906
8906
 
8907
8907
  static apply(name: string): Spec;
@@ -9633,36 +9633,36 @@ declare module "amf-client-js" {
9633
9633
  syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9634
9634
  }
9635
9635
 
9636
- export class AgentDomainConfiguration extends BaseAgentDomainConfiguration {
9637
- static AgentDomain(): AgentDomainConfiguration;
9636
+ export class BrokerGroupConfiguration extends BaseBrokerGroupConfiguration {
9637
+ static BrokerGroup(): BrokerGroupConfiguration;
9638
9638
 
9639
- baseUnitClient(): AgentDomainBaseUnitClient;
9639
+ baseUnitClient(): BrokerGroupBaseUnitClient;
9640
9640
  }
9641
9641
 
9642
- export class BaseAgentDomainConfiguration extends BaseShapesConfiguration {
9643
- withDialect(dialect: Dialect): BaseAgentDomainConfiguration;
9642
+ export class BaseBrokerGroupConfiguration extends BaseShapesConfiguration {
9643
+ withDialect(dialect: Dialect): BaseBrokerGroupConfiguration;
9644
9644
 
9645
9645
  withErrorHandlerProvider(
9646
9646
  provider: ErrorHandlerProvider
9647
- ): BaseAgentDomainConfiguration;
9647
+ ): BaseBrokerGroupConfiguration;
9648
9648
 
9649
- withEventListener(listener: AMFEventListener): BaseAgentDomainConfiguration;
9649
+ withEventListener(listener: AMFEventListener): BaseBrokerGroupConfiguration;
9650
9650
 
9651
- withParsingOptions(parsingOptions: ParsingOptions): BaseAgentDomainConfiguration;
9651
+ withParsingOptions(parsingOptions: ParsingOptions): BaseBrokerGroupConfiguration;
9652
9652
 
9653
- withRenderOptions(renderOptions: RenderOptions): BaseAgentDomainConfiguration;
9653
+ withRenderOptions(renderOptions: RenderOptions): BaseBrokerGroupConfiguration;
9654
9654
 
9655
- withResourceLoader(rl: ResourceLoader): BaseAgentDomainConfiguration;
9655
+ withResourceLoader(rl: ResourceLoader): BaseBrokerGroupConfiguration;
9656
9656
 
9657
- withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentDomainConfiguration;
9657
+ withResourceLoaders(rl: Array<ResourceLoader>): BaseBrokerGroupConfiguration;
9658
9658
 
9659
9659
  withTransformationPipeline(
9660
9660
  pipeline: TransformationPipeline
9661
- ): BaseAgentDomainConfiguration;
9661
+ ): BaseBrokerGroupConfiguration;
9662
9662
 
9663
- withUnitCache(cache: UnitCache): BaseAgentDomainConfiguration;
9663
+ withUnitCache(cache: UnitCache): BaseBrokerGroupConfiguration;
9664
9664
  }
9665
- export class AgentDomainBaseUnitClient extends AMLBaseUnitClient {
9665
+ export class BrokerGroupBaseUnitClient extends AMLBaseUnitClient {
9666
9666
  syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9667
9667
  }
9668
9668