amf-client-js 5.5.1 → 5.5.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.
Files changed (3) hide show
  1. package/amf.js +12063 -11822
  2. package/package.json +1 -1
  3. package/typings/amf-client-js.d.ts +1325 -321
@@ -3597,7 +3597,41 @@ declare module "amf-client-js" {
3597
3597
  withUsage(usage: string): this;
3598
3598
  }
3599
3599
  export class GooglePubSubChannelBinding implements ChannelBinding {
3600
+ labels: ObjectNode;
3601
+ messageRetentionDuration: StrField;
3602
+ messageStoragePolicy: GooglePubSubMessageStoragePolicy;
3603
+ schemaSettings: GooglePubSubSchemaSettings;
3604
+ bindingVersion: StrField;
3605
+
3606
+ withLabels(labels: ObjectNode): this;
3607
+ withMessageRetentionDuration(messageRetentionDuration: string): this;
3608
+ withMessageStoragePolicy(messageStoragePolicy: GooglePubSubMessageStoragePolicy): this;
3609
+ withSchemaSettings(schemaSettings: GooglePubSubSchemaSettings): this;
3610
+ withBindingVersion(bindingVersion: string): this;
3611
+
3612
+ customDomainProperties: Array<DomainExtension>;
3613
+ extendsNode: Array<DomainElement>;
3614
+ id: string;
3615
+ isExternalLink: BoolField;
3616
+ isLink: boolean;
3617
+ linkLabel: StrField;
3618
+ linkTarget: DomainElement | undefined;
3619
+ position: Range;
3600
3620
 
3621
+ annotations(): Annotations;
3622
+ graph(): Graph;
3623
+ link<T>(): T;
3624
+ link<T>(label: string): T;
3625
+ linkCopy(): Linkable;
3626
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3627
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3628
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3629
+ withId(id: string): this;
3630
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3631
+ withLinkLabel(label: string): this;
3632
+ withLinkTarget(target: undefined): this;
3633
+ }
3634
+ export class GooglePubSubChannelBinding010 implements GooglePubSubChannelBinding {
3601
3635
  labels: ObjectNode;
3602
3636
  messageRetentionDuration: StrField;
3603
3637
  messageStoragePolicy: GooglePubSubMessageStoragePolicy;
@@ -3634,6 +3668,41 @@ declare module "amf-client-js" {
3634
3668
  withLinkLabel(label: string): this;
3635
3669
  withLinkTarget(target: undefined): this;
3636
3670
  }
3671
+ export class GooglePubSubChannelBinding020 implements GooglePubSubChannelBinding {
3672
+ labels: ObjectNode;
3673
+ messageRetentionDuration: StrField;
3674
+ messageStoragePolicy: GooglePubSubMessageStoragePolicy;
3675
+ schemaSettings: GooglePubSubSchemaSettings;
3676
+ bindingVersion: StrField;
3677
+
3678
+ withLabels(labels: ObjectNode): this;
3679
+ withMessageRetentionDuration(messageRetentionDuration: string): this;
3680
+ withMessageStoragePolicy(messageStoragePolicy: GooglePubSubMessageStoragePolicy): this;
3681
+ withSchemaSettings(schemaSettings: GooglePubSubSchemaSettings): this;
3682
+ withBindingVersion(bindingVersion: string): this;
3683
+
3684
+ customDomainProperties: Array<DomainExtension>;
3685
+ extendsNode: Array<DomainElement>;
3686
+ id: string;
3687
+ isExternalLink: BoolField;
3688
+ isLink: boolean;
3689
+ linkLabel: StrField;
3690
+ linkTarget: DomainElement | undefined;
3691
+ position: Range;
3692
+
3693
+ annotations(): Annotations;
3694
+ graph(): Graph;
3695
+ link<T>(): T;
3696
+ link<T>(label: string): T;
3697
+ linkCopy(): Linkable;
3698
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3699
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3700
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3701
+ withId(id: string): this;
3702
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3703
+ withLinkLabel(label: string): this;
3704
+ withLinkTarget(target: undefined): this;
3705
+ }
3637
3706
  export class GooglePubSubMessageStoragePolicy implements DomainElement {
3638
3707
 
3639
3708
  allowedPersistenceRegions: Array<StrField>;
@@ -3681,7 +3750,6 @@ declare module "amf-client-js" {
3681
3750
  withIsExternalLink(isExternalLink: boolean): DomainElement;
3682
3751
  }
3683
3752
  export class GooglePubSubMessageBinding implements MessageBinding {
3684
-
3685
3753
  attributes: ObjectNode;
3686
3754
  orderingKey: StrField;
3687
3755
  schema: GooglePubSubSchemaDefinition;
@@ -3712,8 +3780,87 @@ declare module "amf-client-js" {
3712
3780
  withLinkLabel(label: string): this;
3713
3781
  withLinkTarget(target: undefined): this;
3714
3782
  }
3783
+ export class GooglePubSubMessageBinding010 implements GooglePubSubMessageBinding {
3784
+ attributes: ObjectNode;
3785
+ orderingKey: StrField;
3786
+ schema: GooglePubSubSchemaDefinition010;
3787
+
3788
+ withAttributes(attributes: ObjectNode): this;
3789
+ withOrderingKey(orderingKey: string): this;
3790
+ withSchema(schema: GooglePubSubSchemaDefinition010): this;
3791
+
3792
+ customDomainProperties: Array<DomainExtension>;
3793
+ extendsNode: Array<DomainElement>;
3794
+ id: string;
3795
+ isExternalLink: BoolField;
3796
+ isLink: boolean;
3797
+ linkLabel: StrField;
3798
+ linkTarget: DomainElement | undefined;
3799
+ position: Range;
3800
+
3801
+ annotations(): Annotations;
3802
+ graph(): Graph;
3803
+ link<T>(): T;
3804
+ link<T>(label: string): T;
3805
+ linkCopy(): Linkable;
3806
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3807
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3808
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3809
+ withId(id: string): this;
3810
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3811
+ withLinkLabel(label: string): this;
3812
+ withLinkTarget(target: undefined): this;
3813
+ }
3814
+ export class GooglePubSubMessageBinding020 implements GooglePubSubMessageBinding {
3815
+ attributes: ObjectNode;
3816
+ orderingKey: StrField;
3817
+ schema: GooglePubSubSchemaDefinition020;
3818
+
3819
+ withAttributes(attributes: ObjectNode): this;
3820
+ withOrderingKey(orderingKey: string): this;
3821
+ withSchema(schema: GooglePubSubSchemaDefinition020): this;
3822
+
3823
+ customDomainProperties: Array<DomainExtension>;
3824
+ extendsNode: Array<DomainElement>;
3825
+ id: string;
3826
+ isExternalLink: BoolField;
3827
+ isLink: boolean;
3828
+ linkLabel: StrField;
3829
+ linkTarget: DomainElement | undefined;
3830
+ position: Range;
3831
+
3832
+ annotations(): Annotations;
3833
+ graph(): Graph;
3834
+ link<T>(): T;
3835
+ link<T>(label: string): T;
3836
+ linkCopy(): Linkable;
3837
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3838
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3839
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3840
+ withId(id: string): this;
3841
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3842
+ withLinkLabel(label: string): this;
3843
+ withLinkTarget(target: undefined): this;
3844
+ }
3715
3845
  export class GooglePubSubSchemaDefinition implements DomainElement {
3846
+ name: StrField;
3847
+ withName(name: string): this;
3848
+
3849
+ customDomainProperties: Array<DomainExtension>;
3850
+ extendsNode: Array<DomainElement>;
3851
+ id: string;
3852
+ isExternalLink: BoolField;
3853
+ position: Range;
3716
3854
 
3855
+ annotations(): Annotations;
3856
+ graph(): Graph;
3857
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3858
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3859
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3860
+ withId(id: string): this;
3861
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3862
+ }
3863
+ export class GooglePubSubSchemaDefinition010 implements GooglePubSubSchemaDefinition {
3717
3864
  name: StrField;
3718
3865
  fieldType: StrField;
3719
3866
 
@@ -3734,6 +3881,24 @@ declare module "amf-client-js" {
3734
3881
  withId(id: string): this;
3735
3882
  withIsExternalLink(isExternalLink: boolean): DomainElement;
3736
3883
  }
3884
+ export class GooglePubSubSchemaDefinition020 implements GooglePubSubSchemaDefinition {
3885
+ name: StrField;
3886
+ withName(name: string): this;
3887
+
3888
+ customDomainProperties: Array<DomainExtension>;
3889
+ extendsNode: Array<DomainElement>;
3890
+ id: string;
3891
+ isExternalLink: BoolField;
3892
+ position: Range;
3893
+
3894
+ annotations(): Annotations;
3895
+ graph(): Graph;
3896
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3897
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
3898
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3899
+ withId(id: string): this;
3900
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
3901
+ }
3737
3902
  export class Graph {
3738
3903
  containsProperty(uri: string): boolean;
3739
3904
 
@@ -3810,18 +3975,16 @@ declare module "amf-client-js" {
3810
3975
 
3811
3976
  withLinkTarget(target: undefined): this;
3812
3977
  }
3813
- export class HttpOperationBinding implements OperationBinding {
3978
+ export class HttpMessageBinding020 implements HttpMessageBinding {
3814
3979
  customDomainProperties: Array<DomainExtension>;
3815
3980
  extendsNode: Array<DomainElement>;
3981
+ headers: Shape;
3816
3982
  id: string;
3817
3983
  isExternalLink: BoolField;
3818
3984
  isLink: boolean;
3819
3985
  linkLabel: StrField;
3820
3986
  linkTarget: undefined | DomainElement;
3821
- method: StrField;
3822
- operationType: StrField;
3823
3987
  position: Range;
3824
- query: Shape;
3825
3988
 
3826
3989
  constructor();
3827
3990
 
@@ -3833,7 +3996,7 @@ declare module "amf-client-js" {
3833
3996
 
3834
3997
  link<T>(): T;
3835
3998
 
3836
- linkCopy(): HttpOperationBinding;
3999
+ linkCopy(): HttpMessageBinding;
3837
4000
 
3838
4001
  withBindingVersion(bindingVersion: string): this;
3839
4002
 
@@ -3841,6 +4004,8 @@ declare module "amf-client-js" {
3841
4004
 
3842
4005
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
3843
4006
 
4007
+ withHeaders(headers: Shape): this;
4008
+
3844
4009
  withId(id: string): this;
3845
4010
 
3846
4011
  withIsExternalLink(isExternalLink: boolean): DomainElement;
@@ -3848,74 +4013,239 @@ declare module "amf-client-js" {
3848
4013
  withLinkLabel(label: string): this;
3849
4014
 
3850
4015
  withLinkTarget(target: undefined): this;
4016
+ }
4017
+ export class HttpMessageBinding030 implements HttpMessageBinding {
4018
+ customDomainProperties: Array<DomainExtension>;
4019
+ extendsNode: Array<DomainElement>;
4020
+ headers: Shape;
4021
+ id: string;
4022
+ isExternalLink: BoolField;
4023
+ isLink: boolean;
4024
+ linkLabel: StrField;
4025
+ linkTarget: undefined | DomainElement;
4026
+ position: Range;
4027
+ statusCode: number;
3851
4028
 
3852
- withMethod(method: string): this;
4029
+ constructor();
3853
4030
 
3854
- withOperationType(type: string): this;
4031
+ annotations(): Annotations;
3855
4032
 
3856
- withQuery(query: Shape): this;
3857
- }
3858
- export class HttpSettings extends Settings {
3859
- bearerFormat: StrField;
3860
- scheme: StrField;
4033
+ graph(): Graph;
3861
4034
 
3862
- constructor();
4035
+ link<T>(label: string): T;
3863
4036
 
3864
- withBearerFormat(bearerFormat: string): this;
4037
+ link<T>(): T;
3865
4038
 
3866
- withScheme(scheme: string): this;
3867
- }
3868
- export class IBMMQChannelBinding implements ChannelBinding {
3869
- destinationType: StrField;
3870
- queue: IBMMQChannelQueue;
3871
- topic: IBMMQChannelTopic;
3872
- maxMsgLength: IntField;
3873
- bindingVersion: StrField;
4039
+ linkCopy(): HttpMessageBinding;
3874
4040
 
3875
- withDestinationType(destinationType: string): this;
3876
- withQueue(queue: IBMMQChannelQueue): this;
3877
- withTopic(topic: IBMMQChannelTopic): this;
3878
- withMaxMsgLength(maxMsgLength: number): this;
3879
4041
  withBindingVersion(bindingVersion: string): this;
3880
4042
 
4043
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
4044
+
4045
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
4046
+
4047
+ withHeaders(headers: Shape): this;
4048
+
4049
+ withId(id: string): this;
4050
+
4051
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
4052
+
4053
+ withLinkLabel(label: string): this;
4054
+
4055
+ withLinkTarget(target: undefined): this;
4056
+
4057
+ withStatusCode(statusCode: number): this;
4058
+ }
4059
+ export class HttpOperationBinding implements OperationBinding {
3881
4060
  customDomainProperties: Array<DomainExtension>;
3882
4061
  extendsNode: Array<DomainElement>;
3883
4062
  id: string;
3884
4063
  isExternalLink: BoolField;
3885
4064
  isLink: boolean;
3886
4065
  linkLabel: StrField;
3887
- linkTarget: DomainElement | undefined;
4066
+ linkTarget: undefined | DomainElement;
4067
+ method: StrField;
3888
4068
  position: Range;
4069
+ query: Shape;
4070
+
4071
+ constructor();
3889
4072
 
3890
4073
  annotations(): Annotations;
4074
+
3891
4075
  graph(): Graph;
3892
- link<T>(): T;
4076
+
3893
4077
  link<T>(label: string): T;
3894
- linkCopy(): Linkable;
4078
+
4079
+ link<T>(): T;
4080
+
4081
+ linkCopy(): HttpOperationBinding;
4082
+
4083
+ withBindingVersion(bindingVersion: string): this;
4084
+
3895
4085
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
4086
+
3896
4087
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
4088
+
3897
4089
  withId(id: string): this;
4090
+
3898
4091
  withIsExternalLink(isExternalLink: boolean): DomainElement;
4092
+
3899
4093
  withLinkLabel(label: string): this;
3900
- withLinkTarget(target: undefined): this;
3901
- }
3902
- export class IBMMQChannelQueue implements DomainElement {
3903
4094
 
3904
- objectName: StrField;
3905
- isPartitioned: BoolField;
3906
- exclusive: BoolField;
3907
- name: StrField;
4095
+ withLinkTarget(target: undefined): this;
3908
4096
 
3909
- withObjectName(objectName: string): this;
3910
- withIsPartitioned(isPartitioned: boolean): this;
3911
- withExclusive(exclusive: boolean): this;
3912
- withName(name: string): this;
4097
+ withMethod(method: string): this;
3913
4098
 
4099
+ withQuery(query: Shape): this;
4100
+ }
4101
+ export class HttpOperationBinding010 implements HttpOperationBinding {
3914
4102
  customDomainProperties: Array<DomainExtension>;
3915
4103
  extendsNode: Array<DomainElement>;
3916
4104
  id: string;
3917
4105
  isExternalLink: BoolField;
3918
- position: Range;
4106
+ isLink: boolean;
4107
+ linkLabel: StrField;
4108
+ linkTarget: undefined | DomainElement;
4109
+ method: StrField;
4110
+ operationType: StrField;
4111
+ position: Range;
4112
+ query: Shape;
4113
+
4114
+ constructor();
4115
+
4116
+ annotations(): Annotations;
4117
+
4118
+ graph(): Graph;
4119
+
4120
+ link<T>(label: string): T;
4121
+
4122
+ link<T>(): T;
4123
+
4124
+ linkCopy(): HttpOperationBinding010;
4125
+
4126
+ withBindingVersion(bindingVersion: string): this;
4127
+
4128
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
4129
+
4130
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
4131
+
4132
+ withId(id: string): this;
4133
+
4134
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
4135
+
4136
+ withLinkLabel(label: string): this;
4137
+
4138
+ withLinkTarget(target: undefined): this;
4139
+
4140
+ withMethod(method: string): this;
4141
+
4142
+ withOperationType(type: string): this;
4143
+
4144
+ withQuery(query: Shape): this;
4145
+ }
4146
+ export class HttpOperationBinding020 implements HttpOperationBinding {
4147
+ customDomainProperties: Array<DomainExtension>;
4148
+ extendsNode: Array<DomainElement>;
4149
+ id: string;
4150
+ isExternalLink: BoolField;
4151
+ isLink: boolean;
4152
+ linkLabel: StrField;
4153
+ linkTarget: undefined | DomainElement;
4154
+ method: StrField;
4155
+ position: Range;
4156
+ query: Shape;
4157
+
4158
+ constructor();
4159
+
4160
+ annotations(): Annotations;
4161
+
4162
+ graph(): Graph;
4163
+
4164
+ link<T>(label: string): T;
4165
+
4166
+ link<T>(): T;
4167
+
4168
+ linkCopy(): HttpOperationBinding020;
4169
+
4170
+ withBindingVersion(bindingVersion: string): this;
4171
+
4172
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
4173
+
4174
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
4175
+
4176
+ withId(id: string): this;
4177
+
4178
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
4179
+
4180
+ withLinkLabel(label: string): this;
4181
+
4182
+ withLinkTarget(target: undefined): this;
4183
+
4184
+ withMethod(method: string): this;
4185
+
4186
+ withQuery(query: Shape): this;
4187
+ }
4188
+ export class HttpSettings extends Settings {
4189
+ bearerFormat: StrField;
4190
+ scheme: StrField;
4191
+
4192
+ constructor();
4193
+
4194
+ withBearerFormat(bearerFormat: string): this;
4195
+
4196
+ withScheme(scheme: string): this;
4197
+ }
4198
+ export class IBMMQChannelBinding implements ChannelBinding {
4199
+ destinationType: StrField;
4200
+ queue: IBMMQChannelQueue;
4201
+ topic: IBMMQChannelTopic;
4202
+ maxMsgLength: IntField;
4203
+ bindingVersion: StrField;
4204
+
4205
+ withDestinationType(destinationType: string): this;
4206
+ withQueue(queue: IBMMQChannelQueue): this;
4207
+ withTopic(topic: IBMMQChannelTopic): this;
4208
+ withMaxMsgLength(maxMsgLength: number): this;
4209
+ withBindingVersion(bindingVersion: string): this;
4210
+
4211
+ customDomainProperties: Array<DomainExtension>;
4212
+ extendsNode: Array<DomainElement>;
4213
+ id: string;
4214
+ isExternalLink: BoolField;
4215
+ isLink: boolean;
4216
+ linkLabel: StrField;
4217
+ linkTarget: DomainElement | undefined;
4218
+ position: Range;
4219
+
4220
+ annotations(): Annotations;
4221
+ graph(): Graph;
4222
+ link<T>(): T;
4223
+ link<T>(label: string): T;
4224
+ linkCopy(): Linkable;
4225
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
4226
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
4227
+ withId(id: string): this;
4228
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
4229
+ withLinkLabel(label: string): this;
4230
+ withLinkTarget(target: undefined): this;
4231
+ }
4232
+ export class IBMMQChannelQueue implements DomainElement {
4233
+
4234
+ objectName: StrField;
4235
+ isPartitioned: BoolField;
4236
+ exclusive: BoolField;
4237
+ name: StrField;
4238
+
4239
+ withObjectName(objectName: string): this;
4240
+ withIsPartitioned(isPartitioned: boolean): this;
4241
+ withExclusive(exclusive: boolean): this;
4242
+ withName(name: string): this;
4243
+
4244
+ customDomainProperties: Array<DomainExtension>;
4245
+ extendsNode: Array<DomainElement>;
4246
+ id: string;
4247
+ isExternalLink: BoolField;
4248
+ position: Range;
3919
4249
 
3920
4250
  annotations(): Annotations;
3921
4251
  graph(): Graph;
@@ -5158,7 +5488,7 @@ declare module "amf-client-js" {
5158
5488
 
5159
5489
  withLinkTarget(target: undefined): this;
5160
5490
  }
5161
- export class MqttOperationBinding implements OperationBinding {
5491
+ export class MqttMessageBinding010 implements MqttMessageBinding {
5162
5492
  customDomainProperties: Array<DomainExtension>;
5163
5493
  extendsNode: Array<DomainElement>;
5164
5494
  id: string;
@@ -5167,8 +5497,6 @@ declare module "amf-client-js" {
5167
5497
  linkLabel: StrField;
5168
5498
  linkTarget: undefined | DomainElement;
5169
5499
  position: Range;
5170
- qos: IntField;
5171
- retain: BoolField;
5172
5500
 
5173
5501
  constructor();
5174
5502
 
@@ -5180,7 +5508,7 @@ declare module "amf-client-js" {
5180
5508
 
5181
5509
  link<T>(): T;
5182
5510
 
5183
- linkCopy(): MqttOperationBinding;
5511
+ linkCopy(): MqttMessageBinding;
5184
5512
 
5185
5513
  withBindingVersion(bindingVersion: string): this;
5186
5514
 
@@ -5195,24 +5523,21 @@ declare module "amf-client-js" {
5195
5523
  withLinkLabel(label: string): this;
5196
5524
 
5197
5525
  withLinkTarget(target: undefined): this;
5198
-
5199
- withQos(qos: number): this;
5200
-
5201
- withRetain(retain: boolean): this;
5202
5526
  }
5203
- export class MqttServerBinding implements ServerBinding {
5204
- cleanSession: BoolField;
5205
- clientId: StrField;
5527
+ export class MqttMessageBinding020 implements MqttMessageBinding {
5206
5528
  customDomainProperties: Array<DomainExtension>;
5207
5529
  extendsNode: Array<DomainElement>;
5208
5530
  id: string;
5209
5531
  isExternalLink: BoolField;
5210
5532
  isLink: boolean;
5211
- keepAlive: IntField;
5212
- lastWill: MqttServerLastWill;
5213
5533
  linkLabel: StrField;
5214
5534
  linkTarget: undefined | DomainElement;
5215
5535
  position: Range;
5536
+ payloadFormatIndicator: IntField;
5537
+ correlationData: Shape;
5538
+ contentType: StrField;
5539
+ responseTopic: StrField;
5540
+ responseTopicSchema: Shape;
5216
5541
 
5217
5542
  constructor();
5218
5543
 
@@ -5224,14 +5549,10 @@ declare module "amf-client-js" {
5224
5549
 
5225
5550
  link<T>(): T;
5226
5551
 
5227
- linkCopy(): MqttServerBinding;
5552
+ linkCopy(): MqttMessageBinding;
5228
5553
 
5229
5554
  withBindingVersion(bindingVersion: string): this;
5230
5555
 
5231
- withCleanSession(cleanSession: boolean): this;
5232
-
5233
- withClientId(clientId: string): this;
5234
-
5235
5556
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5236
5557
 
5237
5558
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
@@ -5240,24 +5561,31 @@ declare module "amf-client-js" {
5240
5561
 
5241
5562
  withIsExternalLink(isExternalLink: boolean): DomainElement;
5242
5563
 
5243
- withKeepAlive(keepAlive: number): this;
5244
-
5245
- withLastWill(lastWill: MqttServerLastWill): this;
5246
-
5247
5564
  withLinkLabel(label: string): this;
5248
5565
 
5249
5566
  withLinkTarget(target: undefined): this;
5567
+
5568
+ withPayloadFormatIndicator(payloadFormatIndicator: number): this;
5569
+
5570
+ withCorrelationData(correlationData: Shape): this;
5571
+
5572
+ withContentType(contentType: string): this;
5573
+
5574
+ withResponseTopic(responseTopic: string): this;
5575
+
5576
+ withResponseTopicSchema(responseTopicSchema: Shape): this;
5250
5577
  }
5251
- export class MqttServerLastWill implements DomainElement {
5578
+ export class MqttOperationBinding implements OperationBinding {
5252
5579
  customDomainProperties: Array<DomainExtension>;
5253
5580
  extendsNode: Array<DomainElement>;
5254
5581
  id: string;
5255
5582
  isExternalLink: BoolField;
5256
- message: StrField;
5583
+ isLink: boolean;
5584
+ linkLabel: StrField;
5585
+ linkTarget: undefined | DomainElement;
5257
5586
  position: Range;
5258
5587
  qos: IntField;
5259
5588
  retain: BoolField;
5260
- topic: StrField;
5261
5589
 
5262
5590
  constructor();
5263
5591
 
@@ -5265,6 +5593,14 @@ declare module "amf-client-js" {
5265
5593
 
5266
5594
  graph(): Graph;
5267
5595
 
5596
+ link<T>(label: string): T;
5597
+
5598
+ link<T>(): T;
5599
+
5600
+ linkCopy(): MqttOperationBinding;
5601
+
5602
+ withBindingVersion(bindingVersion: string): this;
5603
+
5268
5604
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5269
5605
 
5270
5606
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
@@ -5273,170 +5609,217 @@ declare module "amf-client-js" {
5273
5609
 
5274
5610
  withIsExternalLink(isExternalLink: boolean): DomainElement;
5275
5611
 
5276
- withMessage(message: string): this;
5612
+ withLinkLabel(label: string): this;
5613
+
5614
+ withLinkTarget(target: undefined): this;
5277
5615
 
5278
5616
  withQos(qos: number): this;
5279
5617
 
5280
5618
  withRetain(retain: boolean): this;
5281
-
5282
- withTopic(topic: string): this;
5283
5619
  }
5284
- export class NamedExample extends Fragment {
5285
- constructor();
5286
- }
5287
- export class NilShape extends AnyShape {
5288
- constructor();
5289
-
5290
- linkCopy(): NilShape;
5291
- }
5292
- export class NodeMapping extends AnyMapping implements Linkable {
5293
- closed: BoolField;
5294
- idTemplate: StrField;
5620
+ export class MqttOperationBinding010 implements MqttOperationBinding {
5621
+ customDomainProperties: Array<DomainExtension>;
5622
+ extendsNode: Array<DomainElement>;
5623
+ id: string;
5624
+ isExternalLink: BoolField;
5295
5625
  isLink: boolean;
5296
5626
  linkLabel: StrField;
5297
5627
  linkTarget: undefined | DomainElement;
5298
- mergePolicy: StrField;
5299
- name: StrField;
5300
- nodetypeMapping: StrField;
5628
+ position: Range;
5629
+ qos: IntField;
5630
+ retain: BoolField;
5301
5631
 
5302
5632
  constructor();
5303
5633
 
5634
+ annotations(): Annotations;
5635
+
5636
+ graph(): Graph;
5637
+
5304
5638
  link<T>(label: string): T;
5305
5639
 
5306
5640
  link<T>(): T;
5307
5641
 
5308
- linkCopy(): NodeMapping;
5642
+ linkCopy(): MqttOperationBinding;
5309
5643
 
5310
- propertiesMapping(): Array<PropertyMapping>;
5644
+ withBindingVersion(bindingVersion: string): this;
5311
5645
 
5312
- withIdTemplate(idTemplate: string): NodeMapping;
5646
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5647
+
5648
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
5649
+
5650
+ withId(id: string): this;
5651
+
5652
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
5313
5653
 
5314
5654
  withLinkLabel(label: string): this;
5315
5655
 
5316
5656
  withLinkTarget(target: undefined): this;
5317
5657
 
5318
- withMergePolicy(mergePolicy: string): NodeMapping;
5658
+ withQos(qos: number): this;
5319
5659
 
5320
- withName(name: string): NodeMapping;
5660
+ withRetain(retain: boolean): this;
5661
+ }
5662
+ export class MqttOperationBinding020 implements MqttOperationBinding {
5663
+ customDomainProperties: Array<DomainExtension>;
5664
+ extendsNode: Array<DomainElement>;
5665
+ id: string;
5666
+ isExternalLink: BoolField;
5667
+ isLink: boolean;
5668
+ linkLabel: StrField;
5669
+ linkTarget: undefined | DomainElement;
5670
+ position: Range;
5671
+ qos: IntField;
5672
+ retain: BoolField;
5673
+ messageExpiryInterval: IntField;
5674
+ messageExpiryIntervalSchema: Shape;
5321
5675
 
5322
- withNodeTypeMapping(nodeType: string): NodeMapping;
5676
+ constructor();
5323
5677
 
5324
- withPropertiesMapping(props: Array<PropertyMapping>): NodeMapping;
5325
- }
5326
- export class NodeShape extends AnyShape {
5327
- additionalPropertiesKeySchema: Shape;
5328
- additionalPropertiesSchema: Shape;
5329
- closed: BoolField;
5330
- dependencies: Array<PropertyDependencies>;
5331
- discriminator: StrField;
5332
- discriminatorMapping: Array<IriTemplateMapping>;
5333
- discriminatorValue: StrField;
5334
- discriminatorValueMapping: Array<DiscriminatorValueMapping>;
5335
- externalProperties: Array<ExternalPropertyShape>;
5336
- isAbstract: BoolField;
5337
- isInputOnly: BoolField;
5338
- keys: undefined;
5339
- maxProperties: IntField;
5340
- minProperties: IntField;
5341
- properties: Array<PropertyShape>;
5342
- propertyNames: Shape;
5343
- schemaDependencies: Array<SchemaDependencies>;
5344
- unevaluatedProperties: boolean;
5345
- unevaluatedPropertiesSchema: Shape;
5678
+ annotations(): Annotations;
5346
5679
 
5347
- constructor();
5680
+ graph(): Graph;
5348
5681
 
5349
- linkCopy(): NodeShape;
5682
+ link<T>(label: string): T;
5350
5683
 
5351
- withAdditionalPropertiesKeySchema(
5352
- additionalPropertiesKeySchema: Shape
5353
- ): this;
5684
+ link<T>(): T;
5354
5685
 
5355
- withAdditionalPropertiesSchema(additionalPropertiesSchema: Shape): this;
5686
+ linkCopy(): MqttOperationBinding;
5356
5687
 
5357
- withClosed(closed: boolean): this;
5688
+ withBindingVersion(bindingVersion: string): this;
5358
5689
 
5359
- withDependencies(dependencies: Array<PropertyDependencies>): this;
5690
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5360
5691
 
5361
- withDependency(): PropertyDependencies;
5692
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
5362
5693
 
5363
- withDiscriminator(discriminator: string): this;
5694
+ withId(id: string): this;
5364
5695
 
5365
- withDiscriminatorMapping(mappings: Array<IriTemplateMapping>): this;
5696
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
5366
5697
 
5367
- withDiscriminatorValue(value: string): this;
5698
+ withLinkLabel(label: string): this;
5368
5699
 
5369
- withExternalProperties(
5370
- externalProperties: Array<ExternalPropertyShape>
5371
- ): this;
5700
+ withLinkTarget(target: undefined): this;
5372
5701
 
5373
- withInheritsObject(name: string): NodeShape;
5702
+ withQos(qos: number): this;
5374
5703
 
5375
- withInheritsScalar(name: string): ScalarShape;
5704
+ withRetain(retain: boolean): this;
5376
5705
 
5377
- withIsAbstract(isAbstract: boolean): this;
5706
+ withMessageExpiryInterval(messageExpiryInterval: number): this;
5378
5707
 
5379
- withIsInputOnly(isInputOnly: boolean): this;
5708
+ withMessageExpiryIntervalSchema(messageExpiryIntervalSchema: Shape): this;
5709
+ }
5710
+ export class MqttServerBinding implements ServerBinding {
5711
+ cleanSession: BoolField;
5712
+ clientId: StrField;
5713
+ customDomainProperties: Array<DomainExtension>;
5714
+ extendsNode: Array<DomainElement>;
5715
+ id: string;
5716
+ isExternalLink: BoolField;
5717
+ isLink: boolean;
5718
+ keepAlive: IntField;
5719
+ lastWill: MqttServerLastWill;
5720
+ linkLabel: StrField;
5721
+ linkTarget: undefined | DomainElement;
5722
+ position: Range;
5380
5723
 
5381
- withKeys(keys: undefined): this;
5724
+ constructor();
5382
5725
 
5383
- withMaxProperties(max: number): this;
5726
+ annotations(): Annotations;
5384
5727
 
5385
- withMinProperties(min: number): this;
5728
+ graph(): Graph;
5386
5729
 
5387
- withProperties(properties: Array<PropertyShape>): this;
5730
+ link<T>(label: string): T;
5388
5731
 
5389
- withProperty(name: string): PropertyShape;
5732
+ link<T>(): T;
5390
5733
 
5391
- withPropertyNames(propertyNames: Shape): this;
5734
+ linkCopy(): MqttServerBinding;
5392
5735
 
5393
- withSchemaDependencies(dependencies: Array<SchemaDependencies>): this;
5736
+ withBindingVersion(bindingVersion: string): this;
5394
5737
 
5395
- withUnevaluatedProperties(value: boolean): this;
5738
+ withCleanSession(cleanSession: boolean): this;
5396
5739
 
5397
- withUnevaluatedPropertiesSchema(schema: Shape): this;
5398
- }
5399
- export class NormalPriority extends PluginPriority {}
5400
- export class OASConfiguration {
5401
- static OAS(): AMFConfiguration;
5740
+ withClientId(clientId: string): this;
5402
5741
 
5403
- static OAS20(): AMFConfiguration;
5742
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5404
5743
 
5405
- static OAS30(): AMFConfiguration;
5744
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
5406
5745
 
5407
- static OAS30Component(): AMFConfiguration;
5746
+ withId(id: string): this;
5408
5747
 
5409
- static OASComponent(): AMFConfiguration;
5748
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
5410
5749
 
5411
- static fromSpec(spec: Spec): AMFConfiguration;
5750
+ withKeepAlive(keepAlive: number): this;
5751
+
5752
+ withLastWill(lastWill: MqttServerLastWill): this;
5753
+
5754
+ withLinkLabel(label: string): this;
5755
+
5756
+ withLinkTarget(target: undefined): this;
5412
5757
  }
5413
- export class OAuth1Settings extends Settings {
5414
- authorizationUri: StrField;
5415
- requestTokenUri: StrField;
5416
- signatures: Array<StrField>;
5417
- tokenCredentialsUri: StrField;
5758
+ export class MqttServerBinding010 implements MqttServerBinding {
5759
+ cleanSession: BoolField;
5760
+ clientId: StrField;
5761
+ customDomainProperties: Array<DomainExtension>;
5762
+ extendsNode: Array<DomainElement>;
5763
+ id: string;
5764
+ isExternalLink: BoolField;
5765
+ isLink: boolean;
5766
+ keepAlive: IntField;
5767
+ lastWill: MqttServerLastWill;
5768
+ linkLabel: StrField;
5769
+ linkTarget: undefined | DomainElement;
5770
+ position: Range;
5418
5771
 
5419
5772
  constructor();
5420
5773
 
5421
- withAuthorizationUri(authorizationUri: string): this;
5774
+ annotations(): Annotations;
5422
5775
 
5423
- withRequestTokenUri(requestTokenUri: string): this;
5776
+ graph(): Graph;
5424
5777
 
5425
- withSignatures(signatures: Array<string>): this;
5778
+ link<T>(label: string): T;
5426
5779
 
5427
- withTokenCredentialsUri(tokenCredentialsUri: string): this;
5780
+ link<T>(): T;
5781
+
5782
+ linkCopy(): MqttServerBinding;
5783
+
5784
+ withBindingVersion(bindingVersion: string): this;
5785
+
5786
+ withCleanSession(cleanSession: boolean): this;
5787
+
5788
+ withClientId(clientId: string): this;
5789
+
5790
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5791
+
5792
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
5793
+
5794
+ withId(id: string): this;
5795
+
5796
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
5797
+
5798
+ withKeepAlive(keepAlive: number): this;
5799
+
5800
+ withLastWill(lastWill: MqttServerLastWill): this;
5801
+
5802
+ withLinkLabel(label: string): this;
5803
+
5804
+ withLinkTarget(target: undefined): this;
5428
5805
  }
5429
- export class OAuth2Flow implements DomainElement {
5430
- accessTokenUri: StrField;
5431
- authorizationUri: StrField;
5806
+ export class MqttServerBinding020 implements MqttServerBinding {
5807
+ cleanSession: BoolField;
5808
+ clientId: StrField;
5432
5809
  customDomainProperties: Array<DomainExtension>;
5433
5810
  extendsNode: Array<DomainElement>;
5434
- flow: StrField;
5435
5811
  id: string;
5436
5812
  isExternalLink: BoolField;
5813
+ isLink: boolean;
5814
+ keepAlive: IntField;
5815
+ lastWill: MqttServerLastWill;
5816
+ linkLabel: StrField;
5817
+ linkTarget: undefined | DomainElement;
5437
5818
  position: Range;
5438
- refreshUri: StrField;
5439
- scopes: Array<Scope>;
5819
+ sessionExpiryInterval: number;
5820
+ sessionExpiryIntervalSchema: Shape;
5821
+ maximumPacketSize: number;
5822
+ maximumPacketSizeSchema: Shape;
5440
5823
 
5441
5824
  constructor();
5442
5825
 
@@ -5444,51 +5827,57 @@ declare module "amf-client-js" {
5444
5827
 
5445
5828
  graph(): Graph;
5446
5829
 
5447
- withAccessTokenUri(accessTokenUri: string): this;
5830
+ link<T>(label: string): T;
5448
5831
 
5449
- withAuthorizationUri(authorizationUri: string): this;
5832
+ link<T>(): T;
5833
+
5834
+ linkCopy(): MqttServerBinding;
5835
+
5836
+ withBindingVersion(bindingVersion: string): this;
5837
+
5838
+ withCleanSession(cleanSession: boolean): this;
5839
+
5840
+ withClientId(clientId: string): this;
5450
5841
 
5451
5842
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
5452
5843
 
5453
5844
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
5454
5845
 
5455
- withFlow(flow: string): this;
5456
-
5457
5846
  withId(id: string): this;
5458
5847
 
5459
5848
  withIsExternalLink(isExternalLink: boolean): DomainElement;
5460
5849
 
5461
- withRefreshUri(refreshUri: string): this;
5850
+ withKeepAlive(keepAlive: number): this;
5462
5851
 
5463
- withScopes(scopes: Array<Scope>): this;
5464
- }
5465
- export class OAuth2Settings extends Settings {
5466
- authorizationGrants: Array<StrField>;
5467
- flows: Array<OAuth2Flow>;
5852
+ withLastWill(lastWill: MqttServerLastWill): this;
5468
5853
 
5469
- constructor();
5854
+ withLinkLabel(label: string): this;
5470
5855
 
5471
- withAuthorizationGrants(grants: Array<string>): this;
5856
+ withLinkTarget(target: undefined): this;
5472
5857
 
5473
- withFlows(flows: Array<OAuth2Flow>): this;
5858
+ withSessionExpiryInterval(sessionExpiryInterval: number): this;
5859
+
5860
+ withSessionExpiryIntervalSchema(sessionExpiryIntervalSchema: Shape): this;
5861
+
5862
+ withMaximumPacketSize(maximumPacketSize: number): this;
5863
+
5864
+ withMaximumPacketSizeSchema(maximumPacketSizeSchema: Shape): this;
5474
5865
  }
5475
- export class ObjectNode implements DataNode {
5866
+ export class MqttServerLastWill implements DomainElement {
5476
5867
  customDomainProperties: Array<DomainExtension>;
5477
5868
  extendsNode: Array<DomainElement>;
5478
5869
  id: string;
5479
5870
  isExternalLink: BoolField;
5480
- name: StrField;
5871
+ message: StrField;
5481
5872
  position: Range;
5482
- properties: Map<string, DataNode>;
5873
+ qos: IntField;
5874
+ retain: BoolField;
5875
+ topic: StrField;
5483
5876
 
5484
5877
  constructor();
5485
5878
 
5486
- addProperty(property: string, node: DataNode): this;
5487
-
5488
5879
  annotations(): Annotations;
5489
5880
 
5490
- getProperty(property: string): undefined | DataNode;
5491
-
5492
5881
  graph(): Graph;
5493
5882
 
5494
5883
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
@@ -5499,43 +5888,31 @@ declare module "amf-client-js" {
5499
5888
 
5500
5889
  withIsExternalLink(isExternalLink: boolean): DomainElement;
5501
5890
 
5502
- withName(name: string): this;
5891
+ withMessage(message: string): this;
5892
+
5893
+ withQos(qos: number): this;
5894
+
5895
+ withRetain(retain: boolean): this;
5896
+
5897
+ withTopic(topic: string): this;
5503
5898
  }
5504
- export class ObjectPropertyTerm extends PropertyTerm {
5899
+ export class NamedExample extends Fragment {
5505
5900
  constructor();
5506
5901
  }
5507
- export class OpenIdConnectSettings extends Settings {
5508
- scopes: Array<Scope>;
5509
- url: StrField;
5510
-
5902
+ export class NilShape extends AnyShape {
5511
5903
  constructor();
5512
5904
 
5513
- withScopes(scopes: Array<Scope>): this;
5514
-
5515
- withUrl(url: string): this;
5905
+ linkCopy(): NilShape;
5516
5906
  }
5517
- export class Operation extends AbstractOperation implements Linkable {
5518
- accepts: Array<StrField>;
5519
- bindings: OperationBindings;
5520
- callbacks: Array<Callback>;
5521
- contentType: Array<StrField>;
5522
- deprecated: BoolField;
5523
- documentation: CreativeWork;
5524
- federationMetadata: OperationFederationMetadata;
5525
- isAbstract: BoolField;
5907
+ export class NodeMapping extends AnyMapping implements Linkable {
5908
+ closed: BoolField;
5909
+ idTemplate: StrField;
5526
5910
  isLink: boolean;
5527
5911
  linkLabel: StrField;
5528
5912
  linkTarget: undefined | DomainElement;
5529
- operationId: StrField;
5530
- request: Request;
5531
- requests: Array<Request>;
5532
- response: Response;
5533
- responses: Array<Response>;
5534
- schemes: Array<StrField>;
5535
- security: Array<SecurityRequirement>;
5536
- servers: Array<Server>;
5537
- summary: StrField;
5538
- tags: Array<Tag>;
5913
+ mergePolicy: StrField;
5914
+ name: StrField;
5915
+ nodetypeMapping: StrField;
5539
5916
 
5540
5917
  constructor();
5541
5918
 
@@ -5543,17 +5920,255 @@ declare module "amf-client-js" {
5543
5920
 
5544
5921
  link<T>(): T;
5545
5922
 
5546
- linkCopy(): Operation;
5923
+ linkCopy(): NodeMapping;
5547
5924
 
5548
- withAbstract(abs: boolean): this;
5925
+ propertiesMapping(): Array<PropertyMapping>;
5549
5926
 
5550
- withAccepts(accepts: Array<string>): this;
5927
+ withIdTemplate(idTemplate: string): NodeMapping;
5551
5928
 
5552
- withBindings(bindings: OperationBindings): this;
5929
+ withLinkLabel(label: string): this;
5553
5930
 
5554
- withCallback(name: string): Callback;
5931
+ withLinkTarget(target: undefined): this;
5555
5932
 
5556
- withCallbacks(callbacks: Array<Callback>): this;
5933
+ withMergePolicy(mergePolicy: string): NodeMapping;
5934
+
5935
+ withName(name: string): NodeMapping;
5936
+
5937
+ withNodeTypeMapping(nodeType: string): NodeMapping;
5938
+
5939
+ withPropertiesMapping(props: Array<PropertyMapping>): NodeMapping;
5940
+ }
5941
+ export class NodeShape extends AnyShape {
5942
+ additionalPropertiesKeySchema: Shape;
5943
+ additionalPropertiesSchema: Shape;
5944
+ closed: BoolField;
5945
+ dependencies: Array<PropertyDependencies>;
5946
+ discriminator: StrField;
5947
+ discriminatorMapping: Array<IriTemplateMapping>;
5948
+ discriminatorValue: StrField;
5949
+ discriminatorValueMapping: Array<DiscriminatorValueMapping>;
5950
+ externalProperties: Array<ExternalPropertyShape>;
5951
+ isAbstract: BoolField;
5952
+ isInputOnly: BoolField;
5953
+ keys: undefined;
5954
+ maxProperties: IntField;
5955
+ minProperties: IntField;
5956
+ properties: Array<PropertyShape>;
5957
+ propertyNames: Shape;
5958
+ schemaDependencies: Array<SchemaDependencies>;
5959
+ unevaluatedProperties: boolean;
5960
+ unevaluatedPropertiesSchema: Shape;
5961
+
5962
+ constructor();
5963
+
5964
+ linkCopy(): NodeShape;
5965
+
5966
+ withAdditionalPropertiesKeySchema(
5967
+ additionalPropertiesKeySchema: Shape
5968
+ ): this;
5969
+
5970
+ withAdditionalPropertiesSchema(additionalPropertiesSchema: Shape): this;
5971
+
5972
+ withClosed(closed: boolean): this;
5973
+
5974
+ withDependencies(dependencies: Array<PropertyDependencies>): this;
5975
+
5976
+ withDependency(): PropertyDependencies;
5977
+
5978
+ withDiscriminator(discriminator: string): this;
5979
+
5980
+ withDiscriminatorMapping(mappings: Array<IriTemplateMapping>): this;
5981
+
5982
+ withDiscriminatorValue(value: string): this;
5983
+
5984
+ withExternalProperties(
5985
+ externalProperties: Array<ExternalPropertyShape>
5986
+ ): this;
5987
+
5988
+ withInheritsObject(name: string): NodeShape;
5989
+
5990
+ withInheritsScalar(name: string): ScalarShape;
5991
+
5992
+ withIsAbstract(isAbstract: boolean): this;
5993
+
5994
+ withIsInputOnly(isInputOnly: boolean): this;
5995
+
5996
+ withKeys(keys: undefined): this;
5997
+
5998
+ withMaxProperties(max: number): this;
5999
+
6000
+ withMinProperties(min: number): this;
6001
+
6002
+ withProperties(properties: Array<PropertyShape>): this;
6003
+
6004
+ withProperty(name: string): PropertyShape;
6005
+
6006
+ withPropertyNames(propertyNames: Shape): this;
6007
+
6008
+ withSchemaDependencies(dependencies: Array<SchemaDependencies>): this;
6009
+
6010
+ withUnevaluatedProperties(value: boolean): this;
6011
+
6012
+ withUnevaluatedPropertiesSchema(schema: Shape): this;
6013
+ }
6014
+ export class NormalPriority extends PluginPriority {}
6015
+ export class OASConfiguration {
6016
+ static OAS(): AMFConfiguration;
6017
+
6018
+ static OAS20(): AMFConfiguration;
6019
+
6020
+ static OAS30(): AMFConfiguration;
6021
+
6022
+ static OAS30Component(): AMFConfiguration;
6023
+
6024
+ static OASComponent(): AMFConfiguration;
6025
+
6026
+ static fromSpec(spec: Spec): AMFConfiguration;
6027
+ }
6028
+ export class OAuth1Settings extends Settings {
6029
+ authorizationUri: StrField;
6030
+ requestTokenUri: StrField;
6031
+ signatures: Array<StrField>;
6032
+ tokenCredentialsUri: StrField;
6033
+
6034
+ constructor();
6035
+
6036
+ withAuthorizationUri(authorizationUri: string): this;
6037
+
6038
+ withRequestTokenUri(requestTokenUri: string): this;
6039
+
6040
+ withSignatures(signatures: Array<string>): this;
6041
+
6042
+ withTokenCredentialsUri(tokenCredentialsUri: string): this;
6043
+ }
6044
+ export class OAuth2Flow implements DomainElement {
6045
+ accessTokenUri: StrField;
6046
+ authorizationUri: StrField;
6047
+ customDomainProperties: Array<DomainExtension>;
6048
+ extendsNode: Array<DomainElement>;
6049
+ flow: StrField;
6050
+ id: string;
6051
+ isExternalLink: BoolField;
6052
+ position: Range;
6053
+ refreshUri: StrField;
6054
+ scopes: Array<Scope>;
6055
+
6056
+ constructor();
6057
+
6058
+ annotations(): Annotations;
6059
+
6060
+ graph(): Graph;
6061
+
6062
+ withAccessTokenUri(accessTokenUri: string): this;
6063
+
6064
+ withAuthorizationUri(authorizationUri: string): this;
6065
+
6066
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
6067
+
6068
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
6069
+
6070
+ withFlow(flow: string): this;
6071
+
6072
+ withId(id: string): this;
6073
+
6074
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
6075
+
6076
+ withRefreshUri(refreshUri: string): this;
6077
+
6078
+ withScopes(scopes: Array<Scope>): this;
6079
+ }
6080
+ export class OAuth2Settings extends Settings {
6081
+ authorizationGrants: Array<StrField>;
6082
+ flows: Array<OAuth2Flow>;
6083
+
6084
+ constructor();
6085
+
6086
+ withAuthorizationGrants(grants: Array<string>): this;
6087
+
6088
+ withFlows(flows: Array<OAuth2Flow>): this;
6089
+ }
6090
+ export class ObjectNode implements DataNode {
6091
+ customDomainProperties: Array<DomainExtension>;
6092
+ extendsNode: Array<DomainElement>;
6093
+ id: string;
6094
+ isExternalLink: BoolField;
6095
+ name: StrField;
6096
+ position: Range;
6097
+ properties: Map<string, DataNode>;
6098
+
6099
+ constructor();
6100
+
6101
+ addProperty(property: string, node: DataNode): this;
6102
+
6103
+ annotations(): Annotations;
6104
+
6105
+ getProperty(property: string): undefined | DataNode;
6106
+
6107
+ graph(): Graph;
6108
+
6109
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
6110
+
6111
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
6112
+
6113
+ withId(id: string): this;
6114
+
6115
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
6116
+
6117
+ withName(name: string): this;
6118
+ }
6119
+ export class ObjectPropertyTerm extends PropertyTerm {
6120
+ constructor();
6121
+ }
6122
+ export class OpenIdConnectSettings extends Settings {
6123
+ scopes: Array<Scope>;
6124
+ url: StrField;
6125
+
6126
+ constructor();
6127
+
6128
+ withScopes(scopes: Array<Scope>): this;
6129
+
6130
+ withUrl(url: string): this;
6131
+ }
6132
+ export class Operation extends AbstractOperation implements Linkable {
6133
+ accepts: Array<StrField>;
6134
+ bindings: OperationBindings;
6135
+ callbacks: Array<Callback>;
6136
+ contentType: Array<StrField>;
6137
+ deprecated: BoolField;
6138
+ documentation: CreativeWork;
6139
+ federationMetadata: OperationFederationMetadata;
6140
+ isAbstract: BoolField;
6141
+ isLink: boolean;
6142
+ linkLabel: StrField;
6143
+ linkTarget: undefined | DomainElement;
6144
+ operationId: StrField;
6145
+ request: Request;
6146
+ requests: Array<Request>;
6147
+ response: Response;
6148
+ responses: Array<Response>;
6149
+ schemes: Array<StrField>;
6150
+ security: Array<SecurityRequirement>;
6151
+ servers: Array<Server>;
6152
+ summary: StrField;
6153
+ tags: Array<Tag>;
6154
+
6155
+ constructor();
6156
+
6157
+ link<T>(label: string): T;
6158
+
6159
+ link<T>(): T;
6160
+
6161
+ linkCopy(): Operation;
6162
+
6163
+ withAbstract(abs: boolean): this;
6164
+
6165
+ withAccepts(accepts: Array<string>): this;
6166
+
6167
+ withBindings(bindings: OperationBindings): this;
6168
+
6169
+ withCallback(name: string): Callback;
6170
+
6171
+ withCallbacks(callbacks: Array<Callback>): this;
5557
6172
 
5558
6173
  withContentType(contentType: Array<string>): this;
5559
6174
 
@@ -7445,154 +8060,423 @@ declare module "amf-client-js" {
7445
8060
  extendsNode: Array<DomainElement>;
7446
8061
  id: string;
7447
8062
  isExternalLink: BoolField;
7448
- name: StrField;
7449
- position: Range;
7450
- queryParameters: Array<ShapeParameter>;
7451
-
7452
- constructor();
8063
+ name: StrField;
8064
+ position: Range;
8065
+ queryParameters: Array<ShapeParameter>;
8066
+
8067
+ constructor();
8068
+
8069
+ annotations(): Annotations;
8070
+
8071
+ graph(): Graph;
8072
+
8073
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8074
+
8075
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8076
+
8077
+ withId(id: string): this;
8078
+
8079
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8080
+
8081
+ withName(name: string): this;
8082
+
8083
+ withQueryParameter(name: string): ShapeParameter;
8084
+
8085
+ withQueryParameters(parameters: Array<ShapeParameter>): this;
8086
+ }
8087
+ export class ShapeResponse implements AbstractResponse {
8088
+ customDomainProperties: Array<DomainExtension>;
8089
+ extendsNode: Array<DomainElement>;
8090
+ id: string;
8091
+ isExternalLink: BoolField;
8092
+ name: StrField;
8093
+ payload: ShapePayload;
8094
+ position: Range;
8095
+
8096
+ constructor();
8097
+
8098
+ annotations(): Annotations;
8099
+
8100
+ graph(): Graph;
8101
+
8102
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8103
+
8104
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8105
+
8106
+ withId(id: string): this;
8107
+
8108
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8109
+
8110
+ withName(name: string): this;
8111
+
8112
+ withPayload(payload: ShapePayload): ShapePayload;
8113
+ }
8114
+ export class ShapeValidationConfiguration {
8115
+ readonly maxYamlReferences: undefined | number;
8116
+
8117
+ static apply(config: AMFGraphConfiguration): ShapeValidationConfiguration;
8118
+
8119
+ eh(): ClientErrorHandler;
8120
+
8121
+ fetchContent(url: string): Promise<Content>;
8122
+
8123
+ static predefined(): ShapeValidationConfiguration;
8124
+ }
8125
+ export class ShapesConfiguration extends BaseShapesConfiguration {
8126
+ baseUnitClient(): AMLBaseUnitClient;
8127
+
8128
+ configurationState(): AMLConfigurationState;
8129
+
8130
+ elementClient(): ShapesElementClient;
8131
+
8132
+ static empty(): ShapesConfiguration;
8133
+
8134
+ forInstance(url: string): Promise<ShapesConfiguration>;
8135
+
8136
+ static predefined(): ShapesConfiguration;
8137
+
8138
+ withDialect(dialect: Dialect): ShapesConfiguration;
8139
+
8140
+ withDialect(url: string): Promise<ShapesConfiguration>;
8141
+
8142
+ withErrorHandlerProvider(
8143
+ provider: ErrorHandlerProvider
8144
+ ): ShapesConfiguration;
8145
+
8146
+ withEventListener(listener: AMFEventListener): ShapesConfiguration;
8147
+
8148
+ withParsingOptions(parsingOptions: ParsingOptions): ShapesConfiguration;
8149
+
8150
+ withRenderOptions(renderOptions: RenderOptions): ShapesConfiguration;
8151
+
8152
+ withResourceLoader(rl: ResourceLoader): ShapesConfiguration;
8153
+
8154
+ withResourceLoaders(rl: Array<ResourceLoader>): ShapesConfiguration;
8155
+
8156
+ withShapePayloadPlugin(
8157
+ plugin: AMFShapePayloadValidationPlugin
8158
+ ): ShapesConfiguration;
8159
+
8160
+ withTransformationPipeline(
8161
+ pipeline: TransformationPipeline
8162
+ ): ShapesConfiguration;
8163
+
8164
+ withUnitCache(cache: UnitCache): ShapesConfiguration;
8165
+ }
8166
+ export class ShapesElementClient extends BaseShapesElementClient {
8167
+ getConfiguration(): ShapesConfiguration;
8168
+ }
8169
+ export class SkippedValidationPluginEvent {}
8170
+ export class SolaceOperationBinding implements OperationBinding {
8171
+
8172
+ withBindingVersion(bindingVersion: string): this;
8173
+
8174
+ customDomainProperties: Array<DomainExtension>;
8175
+ extendsNode: Array<DomainElement>;
8176
+ id: string;
8177
+ isExternalLink: BoolField;
8178
+ isLink: boolean;
8179
+ linkLabel: StrField;
8180
+ linkTarget: DomainElement | undefined;
8181
+ position: Range;
8182
+
8183
+ annotations(): Annotations;
8184
+ graph(): Graph;
8185
+ link<T>(): T;
8186
+ link<T>(label: string): T;
8187
+ linkCopy(): Linkable;
8188
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8189
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8190
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8191
+ withId(id: string): this;
8192
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8193
+ withLinkLabel(label: string): this;
8194
+ withLinkTarget(target: undefined): this;
8195
+ }
8196
+ export class SolaceOperationBinding010 implements SolaceOperationBinding {
8197
+
8198
+ withBindingVersion(bindingVersion: string): this;
8199
+
8200
+ customDomainProperties: Array<DomainExtension>;
8201
+ extendsNode: Array<DomainElement>;
8202
+ id: string;
8203
+ isExternalLink: BoolField;
8204
+ isLink: boolean;
8205
+ linkLabel: StrField;
8206
+ linkTarget: DomainElement | undefined;
8207
+ position: Range;
8208
+ destinations: Array<SolaceOperationDestination>;
8209
+
8210
+ annotations(): Annotations;
8211
+ graph(): Graph;
8212
+ link<T>(): T;
8213
+ link<T>(label: string): T;
8214
+ linkCopy(): Linkable;
8215
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8216
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8217
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8218
+ withId(id: string): this;
8219
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8220
+ withLinkLabel(label: string): this;
8221
+ withLinkTarget(target: undefined): this;
8222
+ withDestinations(destinations: Array<SolaceOperationDestination>): this;
8223
+ }
8224
+ export class SolaceOperationBinding020 implements SolaceOperationBinding {
8225
+
8226
+ withBindingVersion(bindingVersion: string): this;
8227
+
8228
+ customDomainProperties: Array<DomainExtension>;
8229
+ extendsNode: Array<DomainElement>;
8230
+ id: string;
8231
+ isExternalLink: BoolField;
8232
+ isLink: boolean;
8233
+ linkLabel: StrField;
8234
+ linkTarget: DomainElement | undefined;
8235
+ position: Range;
8236
+ destinations: Array<SolaceOperationDestination020>;
8237
+
8238
+ annotations(): Annotations;
8239
+ graph(): Graph;
8240
+ link<T>(): T;
8241
+ link<T>(label: string): T;
8242
+ linkCopy(): Linkable;
8243
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8244
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8245
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8246
+ withId(id: string): this;
8247
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8248
+ withLinkLabel(label: string): this;
8249
+ withLinkTarget(target: undefined): this;
8250
+ withDestinations(destinations: Array<SolaceOperationDestination020>): this;
8251
+ }
8252
+ export class SolaceOperationBinding030 implements SolaceOperationBinding {
8253
+
8254
+ withBindingVersion(bindingVersion: string): this;
8255
+
8256
+ customDomainProperties: Array<DomainExtension>;
8257
+ extendsNode: Array<DomainElement>;
8258
+ id: string;
8259
+ isExternalLink: BoolField;
8260
+ isLink: boolean;
8261
+ linkLabel: StrField;
8262
+ linkTarget: DomainElement | undefined;
8263
+ position: Range;
8264
+ destinations: Array<SolaceOperationDestination030>;
8265
+
8266
+ annotations(): Annotations;
8267
+ graph(): Graph;
8268
+ link<T>(): T;
8269
+ link<T>(label: string): T;
8270
+ linkCopy(): Linkable;
8271
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8272
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8273
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8274
+ withId(id: string): this;
8275
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8276
+ withLinkLabel(label: string): this;
8277
+ withLinkTarget(target: undefined): this;
8278
+ withDestinations(destinations: Array<SolaceOperationDestination030>): this;
8279
+ }
8280
+ export class SolaceOperationBinding040 implements SolaceOperationBinding {
8281
+
8282
+ withBindingVersion(bindingVersion: string): this;
8283
+
8284
+ customDomainProperties: Array<DomainExtension>;
8285
+ extendsNode: Array<DomainElement>;
8286
+ id: string;
8287
+ isExternalLink: BoolField;
8288
+ isLink: boolean;
8289
+ linkLabel: StrField;
8290
+ linkTarget: DomainElement | undefined;
8291
+ position: Range;
8292
+ destinations: Array<SolaceOperationDestination040>;
8293
+ timeToLive: IntField;
8294
+ priority: IntField;
8295
+ dmqEligible:BoolField;
8296
+
8297
+ annotations(): Annotations;
8298
+ graph(): Graph;
8299
+ link<T>(): T;
8300
+ link<T>(label: string): T;
8301
+ linkCopy(): Linkable;
8302
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8303
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8304
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8305
+ withId(id: string): this;
8306
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8307
+ withLinkLabel(label: string): this;
8308
+ withLinkTarget(target: undefined): this;
8309
+ withDestinations(destinations: Array<SolaceOperationDestination040>): this;
8310
+ withTimeToLive(timeToLive: number): this;
8311
+ withPriority(priority:number): this;
8312
+ withDmqEligible(dmqEligible:boolean): this;
8313
+ }
8314
+ export class SolaceOperationDestination implements DomainElement {
8315
+
8316
+ destinationType: StrField;
8317
+ deliveryMode: StrField;
8318
+ queue: SolaceOperationQueue;
8319
+
8320
+ withDestinationType(destinationType: string): this;
8321
+ withDeliveryMode(deliveryMode: string): this;
8322
+ withQueue(queue: SolaceOperationQueue): this;
8323
+
8324
+ customDomainProperties: Array<DomainExtension>;
8325
+ extendsNode: Array<DomainElement>;
8326
+ id: string;
8327
+ isExternalLink: BoolField;
8328
+ position: Range;
8329
+
8330
+ annotations(): Annotations;
8331
+ graph(): Graph;
8332
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8333
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8334
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8335
+ withId(id: string): this;
8336
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8337
+ }
8338
+ export class SolaceOperationDestination010 implements SolaceOperationDestination {
8339
+
8340
+ destinationType: StrField;
8341
+ deliveryMode: StrField;
8342
+ queue: SolaceOperationQueue010;
8343
+
8344
+
8345
+ withDestinationType(destinationType: string): this;
8346
+ withDeliveryMode(deliveryMode: string): this;
8347
+ withQueue(queue: SolaceOperationQueue010): this;
8348
+
8349
+
8350
+ customDomainProperties: Array<DomainExtension>;
8351
+ extendsNode: Array<DomainElement>;
8352
+ id: string;
8353
+ isExternalLink: BoolField;
8354
+ position: Range;
8355
+
8356
+ annotations(): Annotations;
8357
+ graph(): Graph;
8358
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8359
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8360
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8361
+ withId(id: string): this;
8362
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8363
+ }
8364
+ export class SolaceOperationDestination020 implements SolaceOperationDestination {
8365
+
8366
+ destinationType: StrField;
8367
+ deliveryMode: StrField;
8368
+ queue: SolaceOperationQueue010;
8369
+ topic: SolaceOperationTopic;
8370
+ destinations: Array<SolaceOperationDestination020>;
8371
+
8372
+ withDestinationType(destinationType: string): this;
8373
+ withDeliveryMode(deliveryMode: string): this;
8374
+ withQueue(queue: SolaceOperationQueue010): this;
8375
+ withDestinations(destinations: Array<SolaceOperationDestination020>): this;
8376
+ withTopic(topic: SolaceOperationTopic): this;
8377
+ customDomainProperties: Array<DomainExtension>;
8378
+ extendsNode: Array<DomainElement>;
8379
+ id: string;
8380
+ isExternalLink: BoolField;
7453
8381
 
8382
+ position: Range;
7454
8383
  annotations(): Annotations;
7455
-
7456
8384
  graph(): Graph;
7457
-
7458
8385
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7459
-
8386
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7460
8387
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
7461
-
7462
8388
  withId(id: string): this;
7463
-
7464
8389
  withIsExternalLink(isExternalLink: boolean): DomainElement;
8390
+ }
8391
+ export class SolaceOperationDestination030 implements SolaceOperationDestination {
7465
8392
 
7466
- withName(name: string): this;
8393
+ destinationType: StrField;
8394
+ deliveryMode: StrField;
8395
+ queue: SolaceOperationQueue030;
8396
+ topic: SolaceOperationTopic;
8397
+ destinations: Array<SolaceOperationDestination030>;
7467
8398
 
7468
- withQueryParameter(name: string): ShapeParameter;
8399
+ withDestinationType(destinationType: string): this;
8400
+ withDeliveryMode(deliveryMode: string): this;
8401
+ withQueue(queue: SolaceOperationQueue030): this;
8402
+ withTopic(topic: SolaceOperationTopic): this;
8403
+ withDestinations(destinations: Array<SolaceOperationDestination030>): this;
7469
8404
 
7470
- withQueryParameters(parameters: Array<ShapeParameter>): this;
7471
- }
7472
- export class ShapeResponse implements AbstractResponse {
7473
8405
  customDomainProperties: Array<DomainExtension>;
7474
8406
  extendsNode: Array<DomainElement>;
7475
8407
  id: string;
7476
8408
  isExternalLink: BoolField;
7477
- name: StrField;
7478
- payload: ShapePayload;
7479
8409
  position: Range;
7480
8410
 
7481
- constructor();
7482
-
7483
8411
  annotations(): Annotations;
7484
-
7485
8412
  graph(): Graph;
7486
-
7487
8413
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7488
-
8414
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7489
8415
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
7490
-
7491
8416
  withId(id: string): this;
7492
-
7493
8417
  withIsExternalLink(isExternalLink: boolean): DomainElement;
7494
-
7495
- withName(name: string): this;
7496
-
7497
- withPayload(payload: ShapePayload): ShapePayload;
7498
- }
7499
- export class ShapeValidationConfiguration {
7500
- readonly maxYamlReferences: undefined | number;
7501
-
7502
- static apply(config: AMFGraphConfiguration): ShapeValidationConfiguration;
7503
-
7504
- eh(): ClientErrorHandler;
7505
-
7506
- fetchContent(url: string): Promise<Content>;
7507
-
7508
- static predefined(): ShapeValidationConfiguration;
7509
8418
  }
7510
- export class ShapesConfiguration extends BaseShapesConfiguration {
7511
- baseUnitClient(): AMLBaseUnitClient;
7512
-
7513
- configurationState(): AMLConfigurationState;
7514
-
7515
- elementClient(): ShapesElementClient;
7516
-
7517
- static empty(): ShapesConfiguration;
7518
-
7519
- forInstance(url: string): Promise<ShapesConfiguration>;
7520
-
7521
- static predefined(): ShapesConfiguration;
8419
+ export class SolaceOperationDestination040 implements SolaceOperationDestination {
7522
8420
 
7523
- withDialect(dialect: Dialect): ShapesConfiguration;
7524
-
7525
- withDialect(url: string): Promise<ShapesConfiguration>;
7526
-
7527
- withErrorHandlerProvider(
7528
- provider: ErrorHandlerProvider
7529
- ): ShapesConfiguration;
7530
-
7531
- withEventListener(listener: AMFEventListener): ShapesConfiguration;
7532
-
7533
- withParsingOptions(parsingOptions: ParsingOptions): ShapesConfiguration;
7534
-
7535
- withRenderOptions(renderOptions: RenderOptions): ShapesConfiguration;
7536
-
7537
- withResourceLoader(rl: ResourceLoader): ShapesConfiguration;
7538
-
7539
- withResourceLoaders(rl: Array<ResourceLoader>): ShapesConfiguration;
8421
+ destinationType: StrField;
8422
+ deliveryMode: StrField;
8423
+ queue: SolaceOperationQueue030;
8424
+ topic: SolaceOperationTopic;
8425
+ destinations: Array<SolaceOperationDestination040>;
7540
8426
 
7541
- withShapePayloadPlugin(
7542
- plugin: AMFShapePayloadValidationPlugin
7543
- ): ShapesConfiguration;
8427
+ withDestinationType(destinationType: string): this;
8428
+ withDeliveryMode(deliveryMode: string): this;
8429
+ withQueue(queue: SolaceOperationQueue030): this;
8430
+ withTopic(topic: SolaceOperationTopic): this;
8431
+ withDestinations(destinations: Array<SolaceOperationDestination040>): this;
7544
8432
 
7545
- withTransformationPipeline(
7546
- pipeline: TransformationPipeline
7547
- ): ShapesConfiguration;
8433
+ customDomainProperties: Array<DomainExtension>;
8434
+ extendsNode: Array<DomainElement>;
8435
+ id: string;
8436
+ isExternalLink: BoolField;
8437
+ position: Range;
7548
8438
 
7549
- withUnitCache(cache: UnitCache): ShapesConfiguration;
7550
- }
7551
- export class ShapesElementClient extends BaseShapesElementClient {
7552
- getConfiguration(): ShapesConfiguration;
8439
+ annotations(): Annotations;
8440
+ graph(): Graph;
8441
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8442
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8443
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8444
+ withId(id: string): this;
8445
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
7553
8446
  }
7554
- export class SkippedValidationPluginEvent {}
7555
- export class SolaceOperationBinding implements OperationBinding {
8447
+ export class SolaceOperationQueue implements DomainElement {
7556
8448
 
7557
- destinations: Array<SolaceOperationDestination>;
7558
- bindingVersion: StrField;
8449
+ topicSubscriptions: Array<StrField>;
8450
+ accessType: StrField;
8451
+ name: StrField;
7559
8452
 
7560
- withDestinations(destinations: Array<SolaceOperationDestination>): this;
7561
- withBindingVersion(bindingVersion: string): this;
8453
+ withTopicSubscriptions(topicSubscriptions: Array<string>): this;
8454
+ withAccessType(accessType: string): this;
8455
+ withName(name: string): this;
7562
8456
 
7563
8457
  customDomainProperties: Array<DomainExtension>;
7564
8458
  extendsNode: Array<DomainElement>;
7565
8459
  id: string;
7566
8460
  isExternalLink: BoolField;
7567
- isLink: boolean;
7568
- linkLabel: StrField;
7569
- linkTarget: DomainElement | undefined;
7570
8461
  position: Range;
7571
8462
 
7572
8463
  annotations(): Annotations;
7573
8464
  graph(): Graph;
7574
- link<T>(): T;
7575
- link<T>(label: string): T;
7576
- linkCopy(): Linkable;
7577
8465
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7578
8466
  withCustomDomainProperties(extensions: Array<DomainExtension>): this;
7579
8467
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
7580
8468
  withId(id: string): this;
7581
8469
  withIsExternalLink(isExternalLink: boolean): DomainElement;
7582
- withLinkLabel(label: string): this;
7583
- withLinkTarget(target: undefined): this;
7584
8470
  }
7585
- export class SolaceOperationDestination implements DomainElement {
8471
+ export class SolaceOperationQueue010 implements SolaceOperationQueue {
7586
8472
 
7587
- destinationType: StrField;
7588
- deliveryMode: StrField;
7589
- queue: SolaceOperationQueue;
7590
- topic: SolaceOperationTopic;
8473
+ topicSubscriptions: Array<StrField>;
8474
+ accessType: StrField;
8475
+ name: StrField;
7591
8476
 
7592
- withDestinationType(destinationType: string): this;
7593
- withDeliveryMode(deliveryMode: string): this;
7594
- withQueue(queue: SolaceOperationQueue): this;
7595
- withTopic(topic: SolaceOperationTopic): this;
8477
+ withTopicSubscriptions(topicSubscriptions: Array<string>): this;
8478
+ withAccessType(accessType: string): this;
8479
+ withName(name: string): this;
7596
8480
 
7597
8481
  customDomainProperties: Array<DomainExtension>;
7598
8482
  extendsNode: Array<DomainElement>;
@@ -7608,7 +8492,7 @@ declare module "amf-client-js" {
7608
8492
  withId(id: string): this;
7609
8493
  withIsExternalLink(isExternalLink: boolean): DomainElement;
7610
8494
  }
7611
- export class SolaceOperationQueue implements DomainElement {
8495
+ export class SolaceOperationQueue030 implements SolaceOperationQueue {
7612
8496
 
7613
8497
  topicSubscriptions: Array<StrField>;
7614
8498
  accessType: StrField;
@@ -7639,7 +8523,6 @@ declare module "amf-client-js" {
7639
8523
  export class SolaceOperationTopic implements DomainElement {
7640
8524
 
7641
8525
  topicSubscriptions: Array<StrField>;
7642
-
7643
8526
  withTopicSubscriptions(topicSubscriptions: Array<string>): this;
7644
8527
 
7645
8528
  customDomainProperties: Array<DomainExtension>;
@@ -7656,6 +8539,127 @@ declare module "amf-client-js" {
7656
8539
  withId(id: string): this;
7657
8540
  withIsExternalLink(isExternalLink: boolean): DomainElement;
7658
8541
  }
8542
+ export class SolaceServerBinding implements ServerBinding {
8543
+ customDomainProperties: Array<DomainExtension>;
8544
+ extendsNode: Array<DomainElement>;
8545
+ id: string;
8546
+ isExternalLink: BoolField;
8547
+ isLink: boolean;
8548
+ linkLabel: StrField;
8549
+ linkTarget: undefined | DomainElement;
8550
+ msgVpn: StrField;
8551
+ clientName: StrField;
8552
+ position: Range;
8553
+
8554
+ constructor();
8555
+
8556
+ annotations(): Annotations;
8557
+
8558
+ graph(): Graph;
8559
+
8560
+ link<T>(label: string): T;
8561
+
8562
+ link<T>(): T;
8563
+
8564
+ linkCopy(): SolaceServerBinding;
8565
+
8566
+ withBindingVersion(bindingVersion: string): this;
8567
+
8568
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8569
+
8570
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8571
+
8572
+ withId(id: string): this;
8573
+
8574
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8575
+
8576
+ withMsgVpn(msgVpn: string): this;
8577
+
8578
+ withClientName(clientName: string): this;
8579
+
8580
+ withLinkLabel(label: string): this;
8581
+
8582
+ withLinkTarget(target: undefined): this;
8583
+
8584
+ }
8585
+ export class SolaceServerBinding010 implements ServerBinding {
8586
+ customDomainProperties: Array<DomainExtension>;
8587
+ extendsNode: Array<DomainElement>;
8588
+ id: string;
8589
+ isExternalLink: BoolField;
8590
+ isLink: boolean;
8591
+ linkLabel: StrField;
8592
+ linkTarget: undefined | DomainElement;
8593
+ position: Range;
8594
+
8595
+ constructor();
8596
+
8597
+ annotations(): Annotations;
8598
+
8599
+ graph(): Graph;
8600
+
8601
+ link<T>(label: string): T;
8602
+
8603
+ link<T>(): T;
8604
+
8605
+ linkCopy(): SolaceServerBinding;
8606
+
8607
+ withBindingVersion(bindingVersion: string): this;
8608
+
8609
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8610
+
8611
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8612
+
8613
+ withId(id: string): this;
8614
+
8615
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8616
+
8617
+ withLinkLabel(label: string): this;
8618
+
8619
+ withLinkTarget(target: undefined): this;
8620
+
8621
+ }
8622
+ export class SolaceServerBinding040 implements ServerBinding {
8623
+ customDomainProperties: Array<DomainExtension>;
8624
+ extendsNode: Array<DomainElement>;
8625
+ id: string;
8626
+ isExternalLink: BoolField;
8627
+ isLink: boolean;
8628
+ linkLabel: StrField;
8629
+ linkTarget: undefined | DomainElement;
8630
+ clientName: StrField;
8631
+ position: Range;
8632
+
8633
+ constructor();
8634
+
8635
+ annotations(): Annotations;
8636
+
8637
+ graph(): Graph;
8638
+
8639
+ link<T>(label: string): T;
8640
+
8641
+ link<T>(): T;
8642
+
8643
+ linkCopy(): SolaceServerBinding;
8644
+
8645
+ withBindingVersion(bindingVersion: string): this;
8646
+
8647
+ withCustomDomainProperties(extensions: Array<DomainExtension>): this;
8648
+
8649
+ withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
8650
+
8651
+ withId(id: string): this;
8652
+
8653
+ withIsExternalLink(isExternalLink: boolean): DomainElement;
8654
+
8655
+ withMsgVpn(msgVpn: string): this;
8656
+
8657
+
8658
+ withLinkLabel(label: string): this;
8659
+
8660
+ withLinkTarget(target: undefined): this;
8661
+
8662
+ }
7659
8663
  export interface Spec {
7660
8664
  readonly id: string;
7661
8665
  isAsync: boolean;