amf-client-js 5.7.1-RC.1 → 5.7.2-RC.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 +11460 -11427
  2. package/package.json +1 -1
  3. package/typings/amf-client-js.d.ts +61 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.7.1-RC.1",
3
+ "version": "5.7.2-RC.0",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1379,6 +1379,8 @@ declare module "amf-client-js" {
1379
1379
  linkLabel: StrField;
1380
1380
  linkTarget: DomainElement | undefined;
1381
1381
  position: Range;
1382
+ refSummary: StrField;
1383
+ refDescription: StrField;
1382
1384
 
1383
1385
  annotations(): Annotations;
1384
1386
  graph(): Graph;
@@ -1409,6 +1411,8 @@ declare module "amf-client-js" {
1409
1411
  isLink: boolean;
1410
1412
  linkLabel: StrField;
1411
1413
  linkTarget: DomainElement | undefined;
1414
+ refSummary: StrField;
1415
+ refDescription: StrField;
1412
1416
  position: Range;
1413
1417
 
1414
1418
  annotations(): Annotations;
@@ -1466,6 +1470,7 @@ declare module "amf-client-js" {
1466
1470
  namespace: StrField;
1467
1471
  aliases: Array<StrField>;
1468
1472
  size: IntField;
1473
+ schemaVersion: StrField;
1469
1474
 
1470
1475
  constructor();
1471
1476
 
@@ -1561,6 +1566,8 @@ declare module "amf-client-js" {
1561
1566
 
1562
1567
  withSize(size: number): this;
1563
1568
 
1569
+ withSchemaVersion(version: string): this;
1570
+
1564
1571
  avroSchemaType(): undefined | string;
1565
1572
 
1566
1573
  isAvroSchema(): boolean;
@@ -1572,6 +1579,7 @@ declare module "amf-client-js" {
1572
1579
  description: StrField;
1573
1580
  documentations: Array<CreativeWork>;
1574
1581
  endPoints: Array<EndPoint>;
1582
+ webhooks: Array<EndPoint>;
1575
1583
  extendsNode: Array<DomainElement>;
1576
1584
  id: string;
1577
1585
  identifier: StrField;
@@ -1686,6 +1694,7 @@ declare module "amf-client-js" {
1686
1694
  description: StrField;
1687
1695
  documentations: Array<CreativeWork>;
1688
1696
  endPoints: Array<EndPoint>;
1697
+ webhooks: Array<EndPoint>;
1689
1698
  extendsNode: Array<DomainElement>;
1690
1699
  id: string;
1691
1700
  identifier: StrField;
@@ -3324,6 +3333,8 @@ declare module "amf-client-js" {
3324
3333
  isLink: boolean;
3325
3334
  linkLabel: StrField;
3326
3335
  linkTarget: DomainElement | undefined;
3336
+ refSummary: StrField;
3337
+ refDescription: StrField;
3327
3338
 
3328
3339
  link<T>(): T;
3329
3340
  link<T>(label: string): T;
@@ -3678,6 +3689,8 @@ declare module "amf-client-js" {
3678
3689
  isLink: boolean;
3679
3690
  linkLabel: StrField;
3680
3691
  linkTarget: DomainElement | undefined;
3692
+ refSummary: StrField;
3693
+ refDescription: StrField;
3681
3694
  position: Range;
3682
3695
 
3683
3696
  annotations(): Annotations;
@@ -3715,6 +3728,8 @@ declare module "amf-client-js" {
3715
3728
  isLink: boolean;
3716
3729
  linkLabel: StrField;
3717
3730
  linkTarget: DomainElement | undefined;
3731
+ refSummary: StrField;
3732
+ refDescription: StrField;
3718
3733
  position: Range;
3719
3734
 
3720
3735
  annotations(): Annotations;
@@ -3750,6 +3765,8 @@ declare module "amf-client-js" {
3750
3765
  isLink: boolean;
3751
3766
  linkLabel: StrField;
3752
3767
  linkTarget: DomainElement | undefined;
3768
+ refSummary: StrField;
3769
+ refDescription: StrField;
3753
3770
  position: Range;
3754
3771
 
3755
3772
  annotations(): Annotations;
@@ -3827,6 +3844,8 @@ declare module "amf-client-js" {
3827
3844
  isLink: boolean;
3828
3845
  linkLabel: StrField;
3829
3846
  linkTarget: DomainElement | undefined;
3847
+ refSummary: StrField;
3848
+ refDescription: StrField;
3830
3849
  position: Range;
3831
3850
 
3832
3851
  annotations(): Annotations;
@@ -3858,6 +3877,8 @@ declare module "amf-client-js" {
3858
3877
  isLink: boolean;
3859
3878
  linkLabel: StrField;
3860
3879
  linkTarget: DomainElement | undefined;
3880
+ refSummary: StrField;
3881
+ refDescription: StrField;
3861
3882
  position: Range;
3862
3883
 
3863
3884
  annotations(): Annotations;
@@ -3889,6 +3910,8 @@ declare module "amf-client-js" {
3889
3910
  isLink: boolean;
3890
3911
  linkLabel: StrField;
3891
3912
  linkTarget: DomainElement | undefined;
3913
+ refSummary: StrField;
3914
+ refDescription: StrField;
3892
3915
  position: Range;
3893
3916
 
3894
3917
  annotations(): Annotations;
@@ -4292,6 +4315,8 @@ declare module "amf-client-js" {
4292
4315
  isLink: boolean;
4293
4316
  linkLabel: StrField;
4294
4317
  linkTarget: DomainElement | undefined;
4318
+ refSummary: StrField;
4319
+ refDescription: StrField;
4295
4320
  position: Range;
4296
4321
 
4297
4322
  annotations(): Annotations;
@@ -4378,6 +4403,8 @@ declare module "amf-client-js" {
4378
4403
  isLink: boolean;
4379
4404
  linkLabel: StrField;
4380
4405
  linkTarget: DomainElement | undefined;
4406
+ refSummary: StrField;
4407
+ refDescription: StrField;
4381
4408
  position: Range;
4382
4409
 
4383
4410
  annotations(): Annotations;
@@ -4415,6 +4442,8 @@ declare module "amf-client-js" {
4415
4442
  isLink: boolean;
4416
4443
  linkLabel: StrField;
4417
4444
  linkTarget: DomainElement | undefined;
4445
+ refSummary: StrField;
4446
+ refDescription: StrField;
4418
4447
  position: Range;
4419
4448
 
4420
4449
  annotations(): Annotations;
@@ -5276,6 +5305,7 @@ declare module "amf-client-js" {
5276
5305
  name: StrField;
5277
5306
  position: Range;
5278
5307
  url: StrField;
5308
+ identifier: StrField;
5279
5309
 
5280
5310
  constructor();
5281
5311
 
@@ -5294,6 +5324,8 @@ declare module "amf-client-js" {
5294
5324
  withName(name: string): this;
5295
5325
 
5296
5326
  withUrl(url: string): this;
5327
+
5328
+ withIdentifier(identifier: string): this;
5297
5329
  }
5298
5330
  export class LinkNode implements DataNode {
5299
5331
  alias: StrField;
@@ -6253,6 +6285,13 @@ declare module "amf-client-js" {
6253
6285
 
6254
6286
  withUrl(url: string): this;
6255
6287
  }
6288
+ export class MutualTLSSettings extends Settings {
6289
+ scopes: Array<Scope>;
6290
+
6291
+ constructor();
6292
+
6293
+ withScopes(scopes: Array<Scope>): this;
6294
+ }
6256
6295
  export class Operation extends AbstractOperation implements Linkable {
6257
6296
  accepts: Array<StrField>;
6258
6297
  bindings: OperationBindings;
@@ -6569,6 +6608,8 @@ declare module "amf-client-js" {
6569
6608
  withScheme(scheme: SecurityScheme): this;
6570
6609
 
6571
6610
  withSettings(settings: Settings): this;
6611
+
6612
+ withMutualTLSSettings(): MutualTLSSettings;
6572
6613
  }
6573
6614
  export class ParametrizedTrait implements ParametrizedDeclaration {
6574
6615
  customDomainProperties: Array<DomainExtension>;
@@ -7157,6 +7198,8 @@ declare module "amf-client-js" {
7157
7198
  isLink: boolean;
7158
7199
  linkLabel: StrField;
7159
7200
  linkTarget: DomainElement | undefined;
7201
+ refSummary: StrField;
7202
+ refDescription: StrField;
7160
7203
  position: Range;
7161
7204
 
7162
7205
  annotations(): Annotations;
@@ -7797,6 +7840,8 @@ declare module "amf-client-js" {
7797
7840
  withSettings(settings: Settings): this;
7798
7841
 
7799
7842
  withType(type: string): this;
7843
+
7844
+ withMutualTLSSettings(): MutualTLSSettings;
7800
7845
  }
7801
7846
  export class SecuritySchemeFragment extends Fragment {
7802
7847
  constructor();
@@ -7980,6 +8025,8 @@ declare module "amf-client-js" {
7980
8025
  isLink: boolean;
7981
8026
  linkLabel: StrField;
7982
8027
  linkTarget: DomainElement | undefined;
8028
+ refSummary: StrField;
8029
+ refDescription: StrField;
7983
8030
 
7984
8031
  link<T>(): T;
7985
8032
  link<T>(label: string): T;
@@ -8318,6 +8365,8 @@ declare module "amf-client-js" {
8318
8365
  isLink: boolean;
8319
8366
  linkLabel: StrField;
8320
8367
  linkTarget: DomainElement | undefined;
8368
+ refSummary: StrField;
8369
+ refDescription: StrField;
8321
8370
  position: Range;
8322
8371
 
8323
8372
  annotations(): Annotations;
@@ -8344,6 +8393,8 @@ declare module "amf-client-js" {
8344
8393
  isLink: boolean;
8345
8394
  linkLabel: StrField;
8346
8395
  linkTarget: DomainElement | undefined;
8396
+ refSummary: StrField;
8397
+ refDescription: StrField;
8347
8398
  position: Range;
8348
8399
  destinations: Array<SolaceOperationDestination>;
8349
8400
 
@@ -8372,6 +8423,8 @@ declare module "amf-client-js" {
8372
8423
  isLink: boolean;
8373
8424
  linkLabel: StrField;
8374
8425
  linkTarget: DomainElement | undefined;
8426
+ refSummary: StrField;
8427
+ refDescription: StrField;
8375
8428
  position: Range;
8376
8429
  destinations: Array<SolaceOperationDestination020>;
8377
8430
 
@@ -8400,6 +8453,8 @@ declare module "amf-client-js" {
8400
8453
  isLink: boolean;
8401
8454
  linkLabel: StrField;
8402
8455
  linkTarget: DomainElement | undefined;
8456
+ refSummary: StrField;
8457
+ refDescription: StrField;
8403
8458
  position: Range;
8404
8459
  destinations: Array<SolaceOperationDestination030>;
8405
8460
 
@@ -8428,6 +8483,8 @@ declare module "amf-client-js" {
8428
8483
  isLink: boolean;
8429
8484
  linkLabel: StrField;
8430
8485
  linkTarget: DomainElement | undefined;
8486
+ refSummary: StrField;
8487
+ refDescription: StrField;
8431
8488
  position: Range;
8432
8489
  destinations: Array<SolaceOperationDestination040>;
8433
8490
  timeToLive: IntField;
@@ -9284,6 +9341,7 @@ declare module "amf-client-js" {
9284
9341
  description: StrField;
9285
9342
  documentations: Array<CreativeWork>;
9286
9343
  endPoints: Array<EndPoint>;
9344
+ webhooks: Array<EndPoint>;
9287
9345
  extendsNode: Array<DomainElement>;
9288
9346
  id: string;
9289
9347
  identifier: StrField;
@@ -9299,6 +9357,7 @@ declare module "amf-client-js" {
9299
9357
  termsOfService: StrField;
9300
9358
  version: StrField;
9301
9359
  defaultSchema: StrField;
9360
+ summary: StrField;
9302
9361
 
9303
9362
  constructor();
9304
9363
 
@@ -9357,6 +9416,8 @@ declare module "amf-client-js" {
9357
9416
  withVersion(version: string): this;
9358
9417
 
9359
9418
  withDefaultSchema(schema: string): this;
9419
+
9420
+ withSummary(summary: string): this;
9360
9421
  }
9361
9422
  export class WebSocketsChannelBinding implements ChannelBinding {
9362
9423
  customDomainProperties: Array<DomainExtension>;