amf-client-js 5.8.0-SNAPSHOT.8 → 5.8.0

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 +11626 -11437
  2. package/package.json +2 -2
  3. package/typings/amf-client-js.d.ts +296 -0
@@ -382,6 +382,8 @@ declare module "amf-client-js" {
382
382
  isLink: boolean;
383
383
  linkLabel: StrField;
384
384
  linkTarget: undefined | DomainElement;
385
+ refSummary: StrField;
386
+ refDescription: StrField;
385
387
  name: StrField;
386
388
  position: Range;
387
389
  variables: Array<StrField>;
@@ -526,6 +528,8 @@ declare module "amf-client-js" {
526
528
  isLink: boolean;
527
529
  linkLabel: StrField;
528
530
  linkTarget: undefined | DomainElement;
531
+ refSummary: StrField;
532
+ refDescription: StrField;
529
533
  mediaType: StrField;
530
534
  name: StrField;
531
535
  position: Range;
@@ -612,6 +616,8 @@ declare module "amf-client-js" {
612
616
  isLink: boolean;
613
617
  linkLabel: StrField;
614
618
  linkTarget: undefined | DomainElement;
619
+ refSummary: StrField;
620
+ refDescription: StrField;
615
621
  position: Range;
616
622
  queue: Amqp091Queue;
617
623
 
@@ -657,6 +663,8 @@ declare module "amf-client-js" {
657
663
  isLink: boolean;
658
664
  linkLabel: StrField;
659
665
  linkTarget: undefined | DomainElement;
666
+ refSummary: StrField;
667
+ refDescription: StrField;
660
668
  position: Range;
661
669
  queue: Amqp091Queue010;
662
670
 
@@ -702,6 +710,8 @@ declare module "amf-client-js" {
702
710
  isLink: boolean;
703
711
  linkLabel: StrField;
704
712
  linkTarget: undefined | DomainElement;
713
+ refSummary: StrField;
714
+ refDescription: StrField;
705
715
  position: Range;
706
716
  queue: Amqp091Queue020;
707
717
 
@@ -848,6 +858,8 @@ declare module "amf-client-js" {
848
858
  isLink: boolean;
849
859
  linkLabel: StrField;
850
860
  linkTarget: undefined | DomainElement;
861
+ refSummary: StrField;
862
+ refDescription: StrField;
851
863
  messageType: StrField;
852
864
  position: Range;
853
865
 
@@ -894,6 +906,8 @@ declare module "amf-client-js" {
894
906
  isLink: boolean;
895
907
  linkLabel: StrField;
896
908
  linkTarget: undefined | DomainElement;
909
+ refSummary: StrField;
910
+ refDescription: StrField;
897
911
  mandatory: BoolField;
898
912
  position: Range;
899
913
  priority: IntField;
@@ -957,6 +971,8 @@ declare module "amf-client-js" {
957
971
  isLink: boolean;
958
972
  linkLabel: StrField;
959
973
  linkTarget: undefined | DomainElement;
974
+ refSummary: StrField;
975
+ refDescription: StrField;
960
976
  mandatory: BoolField;
961
977
  position: Range;
962
978
  priority: IntField;
@@ -1023,6 +1039,8 @@ declare module "amf-client-js" {
1023
1039
  isLink: boolean;
1024
1040
  linkLabel: StrField;
1025
1041
  linkTarget: undefined | DomainElement;
1042
+ refSummary: StrField;
1043
+ refDescription: StrField;
1026
1044
  mandatory: BoolField;
1027
1045
  position: Range;
1028
1046
  priority: IntField;
@@ -1361,6 +1379,8 @@ declare module "amf-client-js" {
1361
1379
  linkLabel: StrField;
1362
1380
  linkTarget: DomainElement | undefined;
1363
1381
  position: Range;
1382
+ refSummary: StrField;
1383
+ refDescription: StrField;
1364
1384
 
1365
1385
  annotations(): Annotations;
1366
1386
  graph(): Graph;
@@ -1391,6 +1411,8 @@ declare module "amf-client-js" {
1391
1411
  isLink: boolean;
1392
1412
  linkLabel: StrField;
1393
1413
  linkTarget: DomainElement | undefined;
1414
+ refSummary: StrField;
1415
+ refDescription: StrField;
1394
1416
  position: Range;
1395
1417
 
1396
1418
  annotations(): Annotations;
@@ -1433,6 +1455,8 @@ declare module "amf-client-js" {
1433
1455
  isStub: BoolField;
1434
1456
  linkLabel: StrField;
1435
1457
  linkTarget: undefined | DomainElement;
1458
+ refSummary: StrField;
1459
+ refDescription: StrField;
1436
1460
  name: StrField;
1437
1461
  not: Shape;
1438
1462
  or: Array<Shape>;
@@ -1446,6 +1470,7 @@ declare module "amf-client-js" {
1446
1470
  namespace: StrField;
1447
1471
  aliases: Array<StrField>;
1448
1472
  size: IntField;
1473
+ schemaVersion: StrField;
1449
1474
 
1450
1475
  constructor();
1451
1476
 
@@ -1541,6 +1566,8 @@ declare module "amf-client-js" {
1541
1566
 
1542
1567
  withSize(size: number): this;
1543
1568
 
1569
+ withSchemaVersion(version: string): this;
1570
+
1544
1571
  avroSchemaType(): undefined | string;
1545
1572
 
1546
1573
  isAvroSchema(): boolean;
@@ -1552,6 +1579,7 @@ declare module "amf-client-js" {
1552
1579
  description: StrField;
1553
1580
  documentations: Array<CreativeWork>;
1554
1581
  endPoints: Array<EndPoint>;
1582
+ webhooks: Array<EndPoint>;
1555
1583
  extendsNode: Array<DomainElement>;
1556
1584
  id: string;
1557
1585
  identifier: StrField;
@@ -1566,6 +1594,7 @@ declare module "amf-client-js" {
1566
1594
  tags: Array<Tag>;
1567
1595
  termsOfService: StrField;
1568
1596
  version: StrField;
1597
+ defaultSchema: StrField;
1569
1598
 
1570
1599
  annotations(): Annotations;
1571
1600
 
@@ -1588,16 +1617,21 @@ declare module "amf-client-js" {
1588
1617
  withIsExternalLink(isExternalLink: boolean): DomainElement;
1589
1618
 
1590
1619
  withServer(url: string): Server;
1620
+
1621
+ withDefaultSchema(schema: string): this;
1591
1622
  }
1592
1623
  export class ApiKeySettings extends Settings {
1593
1624
  in: StrField;
1594
1625
  name: StrField;
1626
+ scopes: Array<Scope>;
1595
1627
 
1596
1628
  constructor();
1597
1629
 
1598
1630
  withIn(inVal: string): this;
1599
1631
 
1600
1632
  withName(name: string): this;
1633
+
1634
+ withScopes(scopes: Array<Scope>): this;
1601
1635
  }
1602
1636
  export class ArrayNode implements DataNode {
1603
1637
  customDomainProperties: Array<DomainExtension>;
@@ -1660,6 +1694,7 @@ declare module "amf-client-js" {
1660
1694
  description: StrField;
1661
1695
  documentations: Array<CreativeWork>;
1662
1696
  endPoints: Array<EndPoint>;
1697
+ webhooks: Array<EndPoint>;
1663
1698
  extendsNode: Array<DomainElement>;
1664
1699
  id: string;
1665
1700
  identifier: StrField;
@@ -1674,6 +1709,7 @@ declare module "amf-client-js" {
1674
1709
  tags: Array<Tag>;
1675
1710
  termsOfService: StrField;
1676
1711
  version: StrField;
1712
+ defaultSchema: StrField;
1677
1713
 
1678
1714
  constructor();
1679
1715
 
@@ -1730,6 +1766,8 @@ declare module "amf-client-js" {
1730
1766
  withTermsOfService(terms: string): this;
1731
1767
 
1732
1768
  withVersion(version: string): this;
1769
+
1770
+ withDefaultSchema(schema: string): this;
1733
1771
  }
1734
1772
  export class AvroConfiguration {
1735
1773
  static Avro(): AMFConfiguration;
@@ -1975,6 +2013,8 @@ declare module "amf-client-js" {
1975
2013
  isLink: boolean;
1976
2014
  linkLabel: StrField;
1977
2015
  linkTarget: undefined | DomainElement;
2016
+ refSummary: StrField;
2017
+ refDescription: StrField;
1978
2018
  name: StrField;
1979
2019
  position: Range;
1980
2020
 
@@ -2128,6 +2168,8 @@ declare module "amf-client-js" {
2128
2168
  isLink: boolean;
2129
2169
  linkLabel: StrField;
2130
2170
  linkTarget: undefined | DomainElement;
2171
+ refSummary: StrField;
2172
+ refDescription: StrField;
2131
2173
  name: StrField;
2132
2174
  position: Range;
2133
2175
 
@@ -2229,6 +2271,8 @@ declare module "amf-client-js" {
2229
2271
  isLink: boolean;
2230
2272
  linkLabel: StrField;
2231
2273
  linkTarget: undefined | DomainElement;
2274
+ refSummary: StrField;
2275
+ refDescription: StrField;
2232
2276
  name: StrField;
2233
2277
  position: Range;
2234
2278
  repeatable: BoolField;
@@ -2444,6 +2488,8 @@ declare module "amf-client-js" {
2444
2488
  isLink: boolean;
2445
2489
  linkLabel: StrField;
2446
2490
  linkTarget: undefined | DomainElement;
2491
+ refSummary: StrField;
2492
+ refDescription: StrField;
2447
2493
  position: Range;
2448
2494
 
2449
2495
  constructor();
@@ -3145,6 +3191,8 @@ declare module "amf-client-js" {
3145
3191
  isLink: boolean;
3146
3192
  linkLabel: StrField;
3147
3193
  linkTarget: undefined | DomainElement;
3194
+ refSummary: StrField;
3195
+ refDescription: StrField;
3148
3196
  position: Range;
3149
3197
  type: StrField;
3150
3198
 
@@ -3285,6 +3333,8 @@ declare module "amf-client-js" {
3285
3333
  isLink: boolean;
3286
3334
  linkLabel: StrField;
3287
3335
  linkTarget: DomainElement | undefined;
3336
+ refSummary: StrField;
3337
+ refDescription: StrField;
3288
3338
 
3289
3339
  link<T>(): T;
3290
3340
  link<T>(label: string): T;
@@ -3344,6 +3394,8 @@ declare module "amf-client-js" {
3344
3394
  isLink: boolean;
3345
3395
  linkLabel: StrField;
3346
3396
  linkTarget: undefined | DomainElement;
3397
+ refSummary: StrField;
3398
+ refDescription: StrField;
3347
3399
  location: undefined | string;
3348
3400
  mediaType: StrField;
3349
3401
  name: StrField;
@@ -3637,6 +3689,8 @@ declare module "amf-client-js" {
3637
3689
  isLink: boolean;
3638
3690
  linkLabel: StrField;
3639
3691
  linkTarget: DomainElement | undefined;
3692
+ refSummary: StrField;
3693
+ refDescription: StrField;
3640
3694
  position: Range;
3641
3695
 
3642
3696
  annotations(): Annotations;
@@ -3674,6 +3728,8 @@ declare module "amf-client-js" {
3674
3728
  isLink: boolean;
3675
3729
  linkLabel: StrField;
3676
3730
  linkTarget: DomainElement | undefined;
3731
+ refSummary: StrField;
3732
+ refDescription: StrField;
3677
3733
  position: Range;
3678
3734
 
3679
3735
  annotations(): Annotations;
@@ -3709,6 +3765,8 @@ declare module "amf-client-js" {
3709
3765
  isLink: boolean;
3710
3766
  linkLabel: StrField;
3711
3767
  linkTarget: DomainElement | undefined;
3768
+ refSummary: StrField;
3769
+ refDescription: StrField;
3712
3770
  position: Range;
3713
3771
 
3714
3772
  annotations(): Annotations;
@@ -3786,6 +3844,8 @@ declare module "amf-client-js" {
3786
3844
  isLink: boolean;
3787
3845
  linkLabel: StrField;
3788
3846
  linkTarget: DomainElement | undefined;
3847
+ refSummary: StrField;
3848
+ refDescription: StrField;
3789
3849
  position: Range;
3790
3850
 
3791
3851
  annotations(): Annotations;
@@ -3817,6 +3877,8 @@ declare module "amf-client-js" {
3817
3877
  isLink: boolean;
3818
3878
  linkLabel: StrField;
3819
3879
  linkTarget: DomainElement | undefined;
3880
+ refSummary: StrField;
3881
+ refDescription: StrField;
3820
3882
  position: Range;
3821
3883
 
3822
3884
  annotations(): Annotations;
@@ -3848,6 +3910,8 @@ declare module "amf-client-js" {
3848
3910
  isLink: boolean;
3849
3911
  linkLabel: StrField;
3850
3912
  linkTarget: DomainElement | undefined;
3913
+ refSummary: StrField;
3914
+ refDescription: StrField;
3851
3915
  position: Range;
3852
3916
 
3853
3917
  annotations(): Annotations;
@@ -3966,6 +4030,8 @@ declare module "amf-client-js" {
3966
4030
  isLink: boolean;
3967
4031
  linkLabel: StrField;
3968
4032
  linkTarget: undefined | DomainElement;
4033
+ refSummary: StrField;
4034
+ refDescription: StrField;
3969
4035
  position: Range;
3970
4036
 
3971
4037
  constructor();
@@ -4005,6 +4071,8 @@ declare module "amf-client-js" {
4005
4071
  isLink: boolean;
4006
4072
  linkLabel: StrField;
4007
4073
  linkTarget: undefined | DomainElement;
4074
+ refSummary: StrField;
4075
+ refDescription: StrField;
4008
4076
  position: Range;
4009
4077
 
4010
4078
  constructor();
@@ -4044,6 +4112,8 @@ declare module "amf-client-js" {
4044
4112
  isLink: boolean;
4045
4113
  linkLabel: StrField;
4046
4114
  linkTarget: undefined | DomainElement;
4115
+ refSummary: StrField;
4116
+ refDescription: StrField;
4047
4117
  position: Range;
4048
4118
  statusCode: number;
4049
4119
 
@@ -4085,6 +4155,8 @@ declare module "amf-client-js" {
4085
4155
  isLink: boolean;
4086
4156
  linkLabel: StrField;
4087
4157
  linkTarget: undefined | DomainElement;
4158
+ refSummary: StrField;
4159
+ refDescription: StrField;
4088
4160
  method: StrField;
4089
4161
  position: Range;
4090
4162
  query: Shape;
@@ -4127,6 +4199,8 @@ declare module "amf-client-js" {
4127
4199
  isLink: boolean;
4128
4200
  linkLabel: StrField;
4129
4201
  linkTarget: undefined | DomainElement;
4202
+ refSummary: StrField;
4203
+ refDescription: StrField;
4130
4204
  method: StrField;
4131
4205
  operationType: StrField;
4132
4206
  position: Range;
@@ -4172,6 +4246,8 @@ declare module "amf-client-js" {
4172
4246
  isLink: boolean;
4173
4247
  linkLabel: StrField;
4174
4248
  linkTarget: undefined | DomainElement;
4249
+ refSummary: StrField;
4250
+ refDescription: StrField;
4175
4251
  method: StrField;
4176
4252
  position: Range;
4177
4253
  query: Shape;
@@ -4209,12 +4285,15 @@ declare module "amf-client-js" {
4209
4285
  export class HttpSettings extends Settings {
4210
4286
  bearerFormat: StrField;
4211
4287
  scheme: StrField;
4288
+ scopes: Array<Scope>;
4212
4289
 
4213
4290
  constructor();
4214
4291
 
4215
4292
  withBearerFormat(bearerFormat: string): this;
4216
4293
 
4217
4294
  withScheme(scheme: string): this;
4295
+
4296
+ withScopes(scopes: Array<Scope>): this;
4218
4297
  }
4219
4298
  export class IBMMQChannelBinding implements ChannelBinding {
4220
4299
  destinationType: StrField;
@@ -4236,6 +4315,8 @@ declare module "amf-client-js" {
4236
4315
  isLink: boolean;
4237
4316
  linkLabel: StrField;
4238
4317
  linkTarget: DomainElement | undefined;
4318
+ refSummary: StrField;
4319
+ refDescription: StrField;
4239
4320
  position: Range;
4240
4321
 
4241
4322
  annotations(): Annotations;
@@ -4322,6 +4403,8 @@ declare module "amf-client-js" {
4322
4403
  isLink: boolean;
4323
4404
  linkLabel: StrField;
4324
4405
  linkTarget: DomainElement | undefined;
4406
+ refSummary: StrField;
4407
+ refDescription: StrField;
4325
4408
  position: Range;
4326
4409
 
4327
4410
  annotations(): Annotations;
@@ -4359,6 +4442,8 @@ declare module "amf-client-js" {
4359
4442
  isLink: boolean;
4360
4443
  linkLabel: StrField;
4361
4444
  linkTarget: DomainElement | undefined;
4445
+ refSummary: StrField;
4446
+ refDescription: StrField;
4362
4447
  position: Range;
4363
4448
 
4364
4449
  annotations(): Annotations;
@@ -4707,6 +4792,8 @@ declare module "amf-client-js" {
4707
4792
  isLink: boolean;
4708
4793
  linkLabel: StrField;
4709
4794
  linkTarget: undefined | DomainElement;
4795
+ refSummary: StrField;
4796
+ refDescription: StrField;
4710
4797
  messageKey: Shape;
4711
4798
  position: Range;
4712
4799
 
@@ -4746,6 +4833,8 @@ declare module "amf-client-js" {
4746
4833
  isLink: boolean;
4747
4834
  linkLabel: StrField;
4748
4835
  linkTarget: undefined | DomainElement;
4836
+ refSummary: StrField;
4837
+ refDescription: StrField;
4749
4838
  messageKey: Shape;
4750
4839
  position: Range;
4751
4840
 
@@ -4785,6 +4874,8 @@ declare module "amf-client-js" {
4785
4874
  isLink: boolean;
4786
4875
  linkLabel: StrField;
4787
4876
  linkTarget: undefined | DomainElement;
4877
+ refSummary: StrField;
4878
+ refDescription: StrField;
4788
4879
  messageKey: Shape;
4789
4880
  schemaIdLocation: string;
4790
4881
  schemaIdPayloadEncoding: string;
@@ -4835,6 +4926,8 @@ declare module "amf-client-js" {
4835
4926
  isLink: boolean;
4836
4927
  linkLabel: StrField;
4837
4928
  linkTarget: undefined | DomainElement;
4929
+ refSummary: StrField;
4930
+ refDescription: StrField;
4838
4931
  position: Range;
4839
4932
 
4840
4933
  constructor();
@@ -4875,6 +4968,8 @@ declare module "amf-client-js" {
4875
4968
  isLink: boolean;
4876
4969
  linkLabel: StrField;
4877
4970
  linkTarget: undefined | DomainElement;
4971
+ refSummary: StrField;
4972
+ refDescription: StrField;
4878
4973
  position: Range;
4879
4974
  schemaRegistryUrl: string;
4880
4975
  schemaRegistryVendor: string;
@@ -4917,6 +5012,8 @@ declare module "amf-client-js" {
4917
5012
  isLink: boolean;
4918
5013
  linkLabel: StrField;
4919
5014
  linkTarget: undefined | DomainElement;
5015
+ refSummary: StrField;
5016
+ refDescription: StrField;
4920
5017
  position: Range;
4921
5018
  topic: string;
4922
5019
  partitions: number;
@@ -4962,6 +5059,8 @@ declare module "amf-client-js" {
4962
5059
  isLink: boolean;
4963
5060
  linkLabel: StrField;
4964
5061
  linkTarget: undefined | DomainElement;
5062
+ refSummary: StrField;
5063
+ refDescription: StrField;
4965
5064
  position: Range;
4966
5065
  topic: string;
4967
5066
  partitions: number;
@@ -5007,6 +5106,8 @@ declare module "amf-client-js" {
5007
5106
  isLink: boolean;
5008
5107
  linkLabel: StrField;
5009
5108
  linkTarget: undefined | DomainElement;
5109
+ refSummary: StrField;
5110
+ refDescription: StrField;
5010
5111
  position: Range;
5011
5112
  topic: string;
5012
5113
  partitions: number;
@@ -5204,6 +5305,7 @@ declare module "amf-client-js" {
5204
5305
  name: StrField;
5205
5306
  position: Range;
5206
5307
  url: StrField;
5308
+ identifier: StrField;
5207
5309
 
5208
5310
  constructor();
5209
5311
 
@@ -5222,6 +5324,8 @@ declare module "amf-client-js" {
5222
5324
  withName(name: string): this;
5223
5325
 
5224
5326
  withUrl(url: string): this;
5327
+
5328
+ withIdentifier(identifier: string): this;
5225
5329
  }
5226
5330
  export class LinkNode implements DataNode {
5227
5331
  alias: StrField;
@@ -5307,6 +5411,8 @@ declare module "amf-client-js" {
5307
5411
  isLink: boolean;
5308
5412
  linkLabel: StrField;
5309
5413
  linkTarget: undefined | DomainElement;
5414
+ refSummary: StrField;
5415
+ refDescription: StrField;
5310
5416
  name: StrField;
5311
5417
  payloads: Array<Payload>;
5312
5418
  position: Range;
@@ -5385,6 +5491,8 @@ declare module "amf-client-js" {
5385
5491
  isLink: boolean;
5386
5492
  linkLabel: StrField;
5387
5493
  linkTarget: undefined | DomainElement;
5494
+ refSummary: StrField;
5495
+ refDescription: StrField;
5388
5496
  name: StrField;
5389
5497
  position: Range;
5390
5498
 
@@ -5486,6 +5594,8 @@ declare module "amf-client-js" {
5486
5594
  isLink: boolean;
5487
5595
  linkLabel: StrField;
5488
5596
  linkTarget: undefined | DomainElement;
5597
+ refSummary: StrField;
5598
+ refDescription: StrField;
5489
5599
  position: Range;
5490
5600
 
5491
5601
  constructor();
@@ -5522,6 +5632,8 @@ declare module "amf-client-js" {
5522
5632
  isLink: boolean;
5523
5633
  linkLabel: StrField;
5524
5634
  linkTarget: undefined | DomainElement;
5635
+ refSummary: StrField;
5636
+ refDescription: StrField;
5525
5637
  position: Range;
5526
5638
 
5527
5639
  constructor();
@@ -5558,6 +5670,8 @@ declare module "amf-client-js" {
5558
5670
  isLink: boolean;
5559
5671
  linkLabel: StrField;
5560
5672
  linkTarget: undefined | DomainElement;
5673
+ refSummary: StrField;
5674
+ refDescription: StrField;
5561
5675
  position: Range;
5562
5676
  payloadFormatIndicator: IntField;
5563
5677
  correlationData: Shape;
@@ -5609,6 +5723,8 @@ declare module "amf-client-js" {
5609
5723
  isLink: boolean;
5610
5724
  linkLabel: StrField;
5611
5725
  linkTarget: undefined | DomainElement;
5726
+ refSummary: StrField;
5727
+ refDescription: StrField;
5612
5728
  position: Range;
5613
5729
  qos: IntField;
5614
5730
  retain: BoolField;
@@ -5651,6 +5767,8 @@ declare module "amf-client-js" {
5651
5767
  isLink: boolean;
5652
5768
  linkLabel: StrField;
5653
5769
  linkTarget: undefined | DomainElement;
5770
+ refSummary: StrField;
5771
+ refDescription: StrField;
5654
5772
  position: Range;
5655
5773
  qos: IntField;
5656
5774
  retain: BoolField;
@@ -5693,6 +5811,8 @@ declare module "amf-client-js" {
5693
5811
  isLink: boolean;
5694
5812
  linkLabel: StrField;
5695
5813
  linkTarget: undefined | DomainElement;
5814
+ refSummary: StrField;
5815
+ refDescription: StrField;
5696
5816
  position: Range;
5697
5817
  qos: IntField;
5698
5818
  retain: BoolField;
@@ -5745,6 +5865,8 @@ declare module "amf-client-js" {
5745
5865
  lastWill: MqttServerLastWill;
5746
5866
  linkLabel: StrField;
5747
5867
  linkTarget: undefined | DomainElement;
5868
+ refSummary: StrField;
5869
+ refDescription: StrField;
5748
5870
  position: Range;
5749
5871
 
5750
5872
  constructor();
@@ -5793,6 +5915,8 @@ declare module "amf-client-js" {
5793
5915
  lastWill: MqttServerLastWill;
5794
5916
  linkLabel: StrField;
5795
5917
  linkTarget: undefined | DomainElement;
5918
+ refSummary: StrField;
5919
+ refDescription: StrField;
5796
5920
  position: Range;
5797
5921
 
5798
5922
  constructor();
@@ -5841,6 +5965,8 @@ declare module "amf-client-js" {
5841
5965
  lastWill: MqttServerLastWill;
5842
5966
  linkLabel: StrField;
5843
5967
  linkTarget: undefined | DomainElement;
5968
+ refSummary: StrField;
5969
+ refDescription: StrField;
5844
5970
  position: Range;
5845
5971
  sessionExpiryInterval: number;
5846
5972
  sessionExpiryIntervalSchema: Shape;
@@ -5936,6 +6062,8 @@ declare module "amf-client-js" {
5936
6062
  isLink: boolean;
5937
6063
  linkLabel: StrField;
5938
6064
  linkTarget: undefined | DomainElement;
6065
+ refSummary: StrField;
6066
+ refDescription: StrField;
5939
6067
  mergePolicy: StrField;
5940
6068
  name: StrField;
5941
6069
  nodetypeMapping: StrField;
@@ -6157,6 +6285,13 @@ declare module "amf-client-js" {
6157
6285
 
6158
6286
  withUrl(url: string): this;
6159
6287
  }
6288
+ export class MutualTLSSettings extends Settings {
6289
+ scopes: Array<Scope>;
6290
+
6291
+ constructor();
6292
+
6293
+ withScopes(scopes: Array<Scope>): this;
6294
+ }
6160
6295
  export class Operation extends AbstractOperation implements Linkable {
6161
6296
  accepts: Array<StrField>;
6162
6297
  bindings: OperationBindings;
@@ -6169,6 +6304,8 @@ declare module "amf-client-js" {
6169
6304
  isLink: boolean;
6170
6305
  linkLabel: StrField;
6171
6306
  linkTarget: undefined | DomainElement;
6307
+ refSummary: StrField;
6308
+ refDescription: StrField;
6172
6309
  operationId: StrField;
6173
6310
  request: Request;
6174
6311
  requests: Array<Request>;
@@ -6246,6 +6383,8 @@ declare module "amf-client-js" {
6246
6383
  isLink: boolean;
6247
6384
  linkLabel: StrField;
6248
6385
  linkTarget: undefined | DomainElement;
6386
+ refSummary: StrField;
6387
+ refDescription: StrField;
6249
6388
  name: StrField;
6250
6389
  position: Range;
6251
6390
 
@@ -6469,6 +6608,8 @@ declare module "amf-client-js" {
6469
6608
  withScheme(scheme: SecurityScheme): this;
6470
6609
 
6471
6610
  withSettings(settings: Settings): this;
6611
+
6612
+ withMutualTLSSettings(): MutualTLSSettings;
6472
6613
  }
6473
6614
  export class ParametrizedTrait implements ParametrizedDeclaration {
6474
6615
  customDomainProperties: Array<DomainExtension>;
@@ -6515,6 +6656,7 @@ declare module "amf-client-js" {
6515
6656
  getMaxYamlReferences: undefined | number;
6516
6657
  isAmfJsonLdSerialization: boolean;
6517
6658
  isTokens: boolean;
6659
+ isSourceSchemaDef: boolean;
6518
6660
 
6519
6661
  constructor();
6520
6662
 
@@ -6530,11 +6672,15 @@ declare module "amf-client-js" {
6530
6672
 
6531
6673
  withTokens(): ParsingOptions;
6532
6674
 
6675
+ withSourceSchemaDef(): ParsingOptions;
6676
+
6533
6677
  withoutAmfJsonLdSerialization(): ParsingOptions;
6534
6678
 
6535
6679
  withoutBaseUnitUrl(): ParsingOptions;
6536
6680
 
6537
6681
  withoutTokens(): ParsingOptions;
6682
+
6683
+ withoutSourceSchemaDef(): ParsingOptions;
6538
6684
  }
6539
6685
  export class Path {
6540
6686
  static delimiter: string;
@@ -6665,6 +6811,9 @@ declare module "amf-client-js" {
6665
6811
  static readonly PAYLOAD: ProfileName;
6666
6812
  static readonly RAML08: ProfileName;
6667
6813
  static readonly RAML10: ProfileName;
6814
+ static readonly MCP: ProfileName;
6815
+ static readonly AGENT_DOMAIN: ProfileName;
6816
+ static readonly AGENT_CARD: ProfileName;
6668
6817
  }
6669
6818
  export class PropertyDependencies implements DomainElement {
6670
6819
  customDomainProperties: Array<DomainExtension>;
@@ -6834,6 +6983,8 @@ declare module "amf-client-js" {
6834
6983
  isStub: BoolField;
6835
6984
  linkLabel: StrField;
6836
6985
  linkTarget: undefined | DomainElement;
6986
+ refSummary: StrField;
6987
+ refDescription: StrField;
6837
6988
  maxCount: IntField;
6838
6989
  minCount: IntField;
6839
6990
  name: StrField;
@@ -7055,6 +7206,8 @@ declare module "amf-client-js" {
7055
7206
  isLink: boolean;
7056
7207
  linkLabel: StrField;
7057
7208
  linkTarget: DomainElement | undefined;
7209
+ refSummary: StrField;
7210
+ refDescription: StrField;
7058
7211
  position: Range;
7059
7212
 
7060
7213
  annotations(): Annotations;
@@ -7164,6 +7317,8 @@ declare module "amf-client-js" {
7164
7317
  isStub: BoolField;
7165
7318
  linkLabel: StrField;
7166
7319
  linkTarget: undefined | DomainElement;
7320
+ refSummary: StrField;
7321
+ refDescription: StrField;
7167
7322
  name: StrField;
7168
7323
  not: Shape;
7169
7324
  or: Array<Shape>;
@@ -7369,6 +7524,8 @@ declare module "amf-client-js" {
7369
7524
  }
7370
7525
  export class ResourceType extends AbstractDeclaration {
7371
7526
  linkTarget: undefined | DomainElement;
7527
+ refSummary: StrField;
7528
+ refDescription: StrField;
7372
7529
 
7373
7530
  constructor();
7374
7531
 
@@ -7620,6 +7777,8 @@ declare module "amf-client-js" {
7620
7777
  isLink: boolean;
7621
7778
  linkLabel: StrField;
7622
7779
  linkTarget: undefined | DomainElement;
7780
+ refSummary: StrField;
7781
+ refDescription: StrField;
7623
7782
  name: StrField;
7624
7783
  position: Range;
7625
7784
  queryParameters: Array<Parameter>;
@@ -7689,6 +7848,8 @@ declare module "amf-client-js" {
7689
7848
  withSettings(settings: Settings): this;
7690
7849
 
7691
7850
  withType(type: string): this;
7851
+
7852
+ withMutualTLSSettings(): MutualTLSSettings;
7692
7853
  }
7693
7854
  export class SecuritySchemeFragment extends Fragment {
7694
7855
  constructor();
@@ -7872,6 +8033,8 @@ declare module "amf-client-js" {
7872
8033
  isLink: boolean;
7873
8034
  linkLabel: StrField;
7874
8035
  linkTarget: DomainElement | undefined;
8036
+ refSummary: StrField;
8037
+ refDescription: StrField;
7875
8038
 
7876
8039
  link<T>(): T;
7877
8040
  link<T>(label: string): T;
@@ -7889,6 +8052,8 @@ declare module "amf-client-js" {
7889
8052
  isLink: boolean;
7890
8053
  linkLabel: StrField;
7891
8054
  linkTarget: undefined | DomainElement;
8055
+ refSummary: StrField;
8056
+ refDescription: StrField;
7892
8057
  name: StrField;
7893
8058
  position: Range;
7894
8059
 
@@ -8208,6 +8373,8 @@ declare module "amf-client-js" {
8208
8373
  isLink: boolean;
8209
8374
  linkLabel: StrField;
8210
8375
  linkTarget: DomainElement | undefined;
8376
+ refSummary: StrField;
8377
+ refDescription: StrField;
8211
8378
  position: Range;
8212
8379
 
8213
8380
  annotations(): Annotations;
@@ -8234,6 +8401,8 @@ declare module "amf-client-js" {
8234
8401
  isLink: boolean;
8235
8402
  linkLabel: StrField;
8236
8403
  linkTarget: DomainElement | undefined;
8404
+ refSummary: StrField;
8405
+ refDescription: StrField;
8237
8406
  position: Range;
8238
8407
  destinations: Array<SolaceOperationDestination>;
8239
8408
 
@@ -8262,6 +8431,8 @@ declare module "amf-client-js" {
8262
8431
  isLink: boolean;
8263
8432
  linkLabel: StrField;
8264
8433
  linkTarget: DomainElement | undefined;
8434
+ refSummary: StrField;
8435
+ refDescription: StrField;
8265
8436
  position: Range;
8266
8437
  destinations: Array<SolaceOperationDestination020>;
8267
8438
 
@@ -8290,6 +8461,8 @@ declare module "amf-client-js" {
8290
8461
  isLink: boolean;
8291
8462
  linkLabel: StrField;
8292
8463
  linkTarget: DomainElement | undefined;
8464
+ refSummary: StrField;
8465
+ refDescription: StrField;
8293
8466
  position: Range;
8294
8467
  destinations: Array<SolaceOperationDestination030>;
8295
8468
 
@@ -8318,6 +8491,8 @@ declare module "amf-client-js" {
8318
8491
  isLink: boolean;
8319
8492
  linkLabel: StrField;
8320
8493
  linkTarget: DomainElement | undefined;
8494
+ refSummary: StrField;
8495
+ refDescription: StrField;
8321
8496
  position: Range;
8322
8497
  destinations: Array<SolaceOperationDestination040>;
8323
8498
  timeToLive: IntField;
@@ -8577,6 +8752,8 @@ declare module "amf-client-js" {
8577
8752
  isLink: boolean;
8578
8753
  linkLabel: StrField;
8579
8754
  linkTarget: undefined | DomainElement;
8755
+ refSummary: StrField;
8756
+ refDescription: StrField;
8580
8757
  msgVpn: StrField;
8581
8758
  clientName: StrField;
8582
8759
  position: Range;
@@ -8620,6 +8797,8 @@ declare module "amf-client-js" {
8620
8797
  isLink: boolean;
8621
8798
  linkLabel: StrField;
8622
8799
  linkTarget: undefined | DomainElement;
8800
+ refSummary: StrField;
8801
+ refDescription: StrField;
8623
8802
  position: Range;
8624
8803
 
8625
8804
  constructor();
@@ -8657,6 +8836,8 @@ declare module "amf-client-js" {
8657
8836
  isLink: boolean;
8658
8837
  linkLabel: StrField;
8659
8838
  linkTarget: undefined | DomainElement;
8839
+ refSummary: StrField;
8840
+ refDescription: StrField;
8660
8841
  clientName: StrField;
8661
8842
  position: Range;
8662
8843
 
@@ -8719,6 +8900,9 @@ declare module "amf-client-js" {
8719
8900
  static readonly PAYLOAD: Spec;
8720
8901
  static readonly RAML08: Spec;
8721
8902
  static readonly RAML10: Spec;
8903
+ static readonly MCP: Spec;
8904
+ static readonly AGENT_DOMAIN: Spec;
8905
+ static readonly AGENT_CARD: Spec;
8722
8906
 
8723
8907
  static apply(name: string): Spec;
8724
8908
  }
@@ -8874,6 +9058,8 @@ declare module "amf-client-js" {
8874
9058
  }
8875
9059
  export class Trait extends AbstractDeclaration {
8876
9060
  linkTarget: undefined | DomainElement;
9061
+ refSummary: StrField;
9062
+ refDescription: StrField;
8877
9063
 
8878
9064
  constructor();
8879
9065
 
@@ -8933,6 +9119,8 @@ declare module "amf-client-js" {
8933
9119
  isLink: boolean;
8934
9120
  linkLabel: StrField;
8935
9121
  linkTarget: undefined | DomainElement;
9122
+ refSummary: StrField;
9123
+ refDescription: StrField;
8936
9124
  name: StrField;
8937
9125
 
8938
9126
  constructor();
@@ -9164,6 +9352,7 @@ declare module "amf-client-js" {
9164
9352
  description: StrField;
9165
9353
  documentations: Array<CreativeWork>;
9166
9354
  endPoints: Array<EndPoint>;
9355
+ webhooks: Array<EndPoint>;
9167
9356
  extendsNode: Array<DomainElement>;
9168
9357
  id: string;
9169
9358
  identifier: StrField;
@@ -9178,6 +9367,8 @@ declare module "amf-client-js" {
9178
9367
  tags: Array<Tag>;
9179
9368
  termsOfService: StrField;
9180
9369
  version: StrField;
9370
+ defaultSchema: StrField;
9371
+ summary: StrField;
9181
9372
 
9182
9373
  constructor();
9183
9374
 
@@ -9234,6 +9425,10 @@ declare module "amf-client-js" {
9234
9425
  withTermsOfService(terms: string): this;
9235
9426
 
9236
9427
  withVersion(version: string): this;
9428
+
9429
+ withDefaultSchema(schema: string): this;
9430
+
9431
+ withSummary(summary: string): this;
9237
9432
  }
9238
9433
  export class WebSocketsChannelBinding implements ChannelBinding {
9239
9434
  customDomainProperties: Array<DomainExtension>;
@@ -9244,6 +9439,8 @@ declare module "amf-client-js" {
9244
9439
  isLink: boolean;
9245
9440
  linkLabel: StrField;
9246
9441
  linkTarget: undefined | DomainElement;
9442
+ refSummary: StrField;
9443
+ refDescription: StrField;
9247
9444
  method: StrField;
9248
9445
  position: Range;
9249
9446
  query: Shape;
@@ -9370,6 +9567,105 @@ declare module "amf-client-js" {
9370
9567
  static isTypeOf(element: AmfObjectWrapper, typeIri: Array<String>): boolean;
9371
9568
  }
9372
9569
 
9570
+ export class MCPConfiguration extends BaseMCPConfiguration {
9571
+ static MCP(): MCPConfiguration;
9572
+
9573
+ baseUnitClient(): MCPBaseUnitClient;
9574
+ }
9575
+
9576
+ export class BaseMCPConfiguration extends BaseShapesConfiguration {
9577
+ withDialect(dialect: Dialect): BaseMCPConfiguration;
9578
+
9579
+ withErrorHandlerProvider(
9580
+ provider: ErrorHandlerProvider
9581
+ ): BaseMCPConfiguration;
9582
+
9583
+ withEventListener(listener: AMFEventListener): BaseMCPConfiguration;
9584
+
9585
+ withParsingOptions(parsingOptions: ParsingOptions): BaseMCPConfiguration;
9586
+
9587
+ withRenderOptions(renderOptions: RenderOptions): BaseMCPConfiguration;
9588
+
9589
+ withResourceLoader(rl: ResourceLoader): BaseMCPConfiguration;
9590
+
9591
+ withResourceLoaders(rl: Array<ResourceLoader>): BaseMCPConfiguration;
9592
+
9593
+ withTransformationPipeline(
9594
+ pipeline: TransformationPipeline
9595
+ ): BaseMCPConfiguration;
9596
+
9597
+ withUnitCache(cache: UnitCache): BaseMCPConfiguration;
9598
+ }
9599
+ export class MCPBaseUnitClient extends AMLBaseUnitClient {
9600
+ syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9601
+ }
9602
+
9603
+ export class AgentCardConfiguration extends BaseAgentCardConfiguration {
9604
+ static AgentCard(): AgentCardConfiguration;
9605
+
9606
+ baseUnitClient(): AgentCardBaseUnitClient;
9607
+ }
9608
+
9609
+ export class BaseAgentCardConfiguration extends BaseShapesConfiguration {
9610
+ withDialect(dialect: Dialect): BaseAgentCardConfiguration;
9611
+
9612
+ withErrorHandlerProvider(
9613
+ provider: ErrorHandlerProvider
9614
+ ): BaseAgentCardConfiguration;
9615
+
9616
+ withEventListener(listener: AMFEventListener): BaseAgentCardConfiguration;
9617
+
9618
+ withParsingOptions(parsingOptions: ParsingOptions): BaseAgentCardConfiguration;
9619
+
9620
+ withRenderOptions(renderOptions: RenderOptions): BaseAgentCardConfiguration;
9621
+
9622
+ withResourceLoader(rl: ResourceLoader): BaseAgentCardConfiguration;
9623
+
9624
+ withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentCardConfiguration;
9625
+
9626
+ withTransformationPipeline(
9627
+ pipeline: TransformationPipeline
9628
+ ): BaseAgentCardConfiguration;
9629
+
9630
+ withUnitCache(cache: UnitCache): BaseAgentCardConfiguration;
9631
+ }
9632
+ export class AgentCardBaseUnitClient extends AMLBaseUnitClient {
9633
+ syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9634
+ }
9635
+
9636
+ export class AgentDomainConfiguration extends BaseAgentDomainConfiguration {
9637
+ static AgentDomain(): AgentDomainConfiguration;
9638
+
9639
+ baseUnitClient(): AgentDomainBaseUnitClient;
9640
+ }
9641
+
9642
+ export class BaseAgentDomainConfiguration extends BaseShapesConfiguration {
9643
+ withDialect(dialect: Dialect): BaseAgentDomainConfiguration;
9644
+
9645
+ withErrorHandlerProvider(
9646
+ provider: ErrorHandlerProvider
9647
+ ): BaseAgentDomainConfiguration;
9648
+
9649
+ withEventListener(listener: AMFEventListener): BaseAgentDomainConfiguration;
9650
+
9651
+ withParsingOptions(parsingOptions: ParsingOptions): BaseAgentDomainConfiguration;
9652
+
9653
+ withRenderOptions(renderOptions: RenderOptions): BaseAgentDomainConfiguration;
9654
+
9655
+ withResourceLoader(rl: ResourceLoader): BaseAgentDomainConfiguration;
9656
+
9657
+ withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentDomainConfiguration;
9658
+
9659
+ withTransformationPipeline(
9660
+ pipeline: TransformationPipeline
9661
+ ): BaseAgentDomainConfiguration;
9662
+
9663
+ withUnitCache(cache: UnitCache): BaseAgentDomainConfiguration;
9664
+ }
9665
+ export class AgentDomainBaseUnitClient extends AMLBaseUnitClient {
9666
+ syncValidate(baseUnit: BaseUnit): AMFValidationReport;
9667
+ }
9668
+
9373
9669
  namespace org {
9374
9670
  namespace mulesoft {
9375
9671
  namespace common {