amf-client-js 5.10.2 → 5.11.0-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.
- package/amf.js +13168 -12110
- package/package.json +2 -2
- package/typings/amf-client-js.d.ts +920 -27
|
@@ -747,6 +747,53 @@ declare module "amf-client-js" {
|
|
|
747
747
|
|
|
748
748
|
withQueue(queue: Amqp091Queue): this;
|
|
749
749
|
}
|
|
750
|
+
export class Amqp091ChannelBinding030 implements Amqp091ChannelBinding {
|
|
751
|
+
customDomainProperties: Array<DomainExtension>;
|
|
752
|
+
exchange: Amqp091ChannelExchange030;
|
|
753
|
+
extendsNode: Array<DomainElement>;
|
|
754
|
+
id: string;
|
|
755
|
+
is: StrField;
|
|
756
|
+
isExternalLink: BoolField;
|
|
757
|
+
isLink: boolean;
|
|
758
|
+
linkLabel: StrField;
|
|
759
|
+
linkTarget: undefined | DomainElement;
|
|
760
|
+
refSummary: StrField;
|
|
761
|
+
refDescription: StrField;
|
|
762
|
+
position: Range;
|
|
763
|
+
queue: Amqp091Queue030;
|
|
764
|
+
|
|
765
|
+
constructor();
|
|
766
|
+
|
|
767
|
+
annotations(): Annotations;
|
|
768
|
+
|
|
769
|
+
graph(): Graph;
|
|
770
|
+
|
|
771
|
+
link<T>(label: string): T;
|
|
772
|
+
|
|
773
|
+
link<T>(): T;
|
|
774
|
+
|
|
775
|
+
linkCopy(): Amqp091ChannelBinding030;
|
|
776
|
+
|
|
777
|
+
withBindingVersion(bindingVersion: string): this;
|
|
778
|
+
|
|
779
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
780
|
+
|
|
781
|
+
withExchange(exchange: Amqp091ChannelExchange): this;
|
|
782
|
+
|
|
783
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
784
|
+
|
|
785
|
+
withId(id: string): this;
|
|
786
|
+
|
|
787
|
+
withIs(is: string): this;
|
|
788
|
+
|
|
789
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
790
|
+
|
|
791
|
+
withLinkLabel(label: string): this;
|
|
792
|
+
|
|
793
|
+
withLinkTarget(target: undefined): this;
|
|
794
|
+
|
|
795
|
+
withQueue(queue: Amqp091Queue): this;
|
|
796
|
+
}
|
|
750
797
|
export class Amqp091ChannelExchange implements DomainElement {
|
|
751
798
|
autoDelete: BoolField;
|
|
752
799
|
customDomainProperties: Array<DomainExtension>;
|
|
@@ -849,6 +896,42 @@ declare module "amf-client-js" {
|
|
|
849
896
|
|
|
850
897
|
withVHost(vHost: string): this;
|
|
851
898
|
}
|
|
899
|
+
export class Amqp091ChannelExchange030 implements Amqp091ChannelExchange {
|
|
900
|
+
autoDelete: BoolField;
|
|
901
|
+
customDomainProperties: Array<DomainExtension>;
|
|
902
|
+
durable: BoolField;
|
|
903
|
+
extendsNode: Array<DomainElement>;
|
|
904
|
+
id: string;
|
|
905
|
+
isExternalLink: BoolField;
|
|
906
|
+
name: StrField;
|
|
907
|
+
position: Range;
|
|
908
|
+
type: StrField;
|
|
909
|
+
vHost: StrField;
|
|
910
|
+
|
|
911
|
+
constructor();
|
|
912
|
+
|
|
913
|
+
annotations(): Annotations;
|
|
914
|
+
|
|
915
|
+
graph(): Graph;
|
|
916
|
+
|
|
917
|
+
withAutoDelete(autoDelete: boolean): this;
|
|
918
|
+
|
|
919
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
920
|
+
|
|
921
|
+
withDurable(durable: boolean): this;
|
|
922
|
+
|
|
923
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
924
|
+
|
|
925
|
+
withId(id: string): this;
|
|
926
|
+
|
|
927
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
928
|
+
|
|
929
|
+
withName(name: string): this;
|
|
930
|
+
|
|
931
|
+
withType(type: string): this;
|
|
932
|
+
|
|
933
|
+
withVHost(vHost: string): this;
|
|
934
|
+
}
|
|
852
935
|
export class Amqp091MessageBinding implements MessageBinding {
|
|
853
936
|
contentEncoding: StrField;
|
|
854
937
|
customDomainProperties: Array<DomainExtension>;
|
|
@@ -893,6 +976,50 @@ declare module "amf-client-js" {
|
|
|
893
976
|
|
|
894
977
|
withMessageType(messageType: string): this;
|
|
895
978
|
}
|
|
979
|
+
export class Amqp091MessageBinding030 implements Amqp091MessageBinding {
|
|
980
|
+
contentEncoding: StrField;
|
|
981
|
+
customDomainProperties: Array<DomainExtension>;
|
|
982
|
+
extendsNode: Array<DomainElement>;
|
|
983
|
+
id: string;
|
|
984
|
+
isExternalLink: BoolField;
|
|
985
|
+
isLink: boolean;
|
|
986
|
+
linkLabel: StrField;
|
|
987
|
+
linkTarget: undefined | DomainElement;
|
|
988
|
+
refSummary: StrField;
|
|
989
|
+
refDescription: StrField;
|
|
990
|
+
messageType: StrField;
|
|
991
|
+
position: Range;
|
|
992
|
+
|
|
993
|
+
constructor();
|
|
994
|
+
|
|
995
|
+
annotations(): Annotations;
|
|
996
|
+
|
|
997
|
+
graph(): Graph;
|
|
998
|
+
|
|
999
|
+
link<T>(label: string): T;
|
|
1000
|
+
|
|
1001
|
+
link<T>(): T;
|
|
1002
|
+
|
|
1003
|
+
linkCopy(): Amqp091MessageBinding030;
|
|
1004
|
+
|
|
1005
|
+
withBindingVersion(bindingVersion: string): this;
|
|
1006
|
+
|
|
1007
|
+
withContentEncoding(contentEncoding: string): this;
|
|
1008
|
+
|
|
1009
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
1010
|
+
|
|
1011
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
1012
|
+
|
|
1013
|
+
withId(id: string): this;
|
|
1014
|
+
|
|
1015
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
1016
|
+
|
|
1017
|
+
withLinkLabel(label: string): this;
|
|
1018
|
+
|
|
1019
|
+
withLinkTarget(target: undefined): this;
|
|
1020
|
+
|
|
1021
|
+
withMessageType(messageType: string): this;
|
|
1022
|
+
}
|
|
896
1023
|
export class Amqp091OperationBinding implements OperationBinding {
|
|
897
1024
|
ack: BoolField;
|
|
898
1025
|
bcc: Array<StrField>;
|
|
@@ -1193,6 +1320,42 @@ declare module "amf-client-js" {
|
|
|
1193
1320
|
|
|
1194
1321
|
withVHost(vHost: string): this;
|
|
1195
1322
|
}
|
|
1323
|
+
export class Amqp091Queue030 implements Amqp091Queue {
|
|
1324
|
+
autoDelete: BoolField;
|
|
1325
|
+
customDomainProperties: Array<DomainExtension>;
|
|
1326
|
+
durable: BoolField;
|
|
1327
|
+
exclusive: BoolField;
|
|
1328
|
+
extendsNode: Array<DomainElement>;
|
|
1329
|
+
id: string;
|
|
1330
|
+
isExternalLink: BoolField;
|
|
1331
|
+
name: StrField;
|
|
1332
|
+
position: Range;
|
|
1333
|
+
vHost: StrField;
|
|
1334
|
+
|
|
1335
|
+
constructor();
|
|
1336
|
+
|
|
1337
|
+
annotations(): Annotations;
|
|
1338
|
+
|
|
1339
|
+
graph(): Graph;
|
|
1340
|
+
|
|
1341
|
+
withAutoDelete(autoDelete: boolean): this;
|
|
1342
|
+
|
|
1343
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
1344
|
+
|
|
1345
|
+
withDurable(durable: boolean): this;
|
|
1346
|
+
|
|
1347
|
+
withExclusive(exclusive: boolean): this;
|
|
1348
|
+
|
|
1349
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
1350
|
+
|
|
1351
|
+
withId(id: string): this;
|
|
1352
|
+
|
|
1353
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
1354
|
+
|
|
1355
|
+
withName(name: string): this;
|
|
1356
|
+
|
|
1357
|
+
withVHost(vHost: string): this;
|
|
1358
|
+
}
|
|
1196
1359
|
export interface Annotable {
|
|
1197
1360
|
annotations(): Annotations;
|
|
1198
1361
|
}
|
|
@@ -1430,6 +1593,71 @@ declare module "amf-client-js" {
|
|
|
1430
1593
|
withLinkLabel(label: string): this;
|
|
1431
1594
|
withLinkTarget(target: undefined): this;
|
|
1432
1595
|
}
|
|
1596
|
+
export class AnypointMQChannelBinding010 implements AnypointMQChannelBinding {
|
|
1597
|
+
|
|
1598
|
+
destination: StrField;
|
|
1599
|
+
destinationType: StrField;
|
|
1600
|
+
bindingVersion: StrField
|
|
1601
|
+
|
|
1602
|
+
withDestination(destination: string): this;
|
|
1603
|
+
withDestinationType(destinationType: string): this;
|
|
1604
|
+
withBindingVersion(bindingVersion: string): this;
|
|
1605
|
+
|
|
1606
|
+
customDomainProperties: Array<DomainExtension>;
|
|
1607
|
+
extendsNode: Array<DomainElement>;
|
|
1608
|
+
id: string;
|
|
1609
|
+
isExternalLink: BoolField;
|
|
1610
|
+
isLink: boolean;
|
|
1611
|
+
linkLabel: StrField;
|
|
1612
|
+
linkTarget: DomainElement | undefined;
|
|
1613
|
+
position: Range;
|
|
1614
|
+
refSummary: StrField;
|
|
1615
|
+
refDescription: StrField;
|
|
1616
|
+
|
|
1617
|
+
annotations(): Annotations;
|
|
1618
|
+
graph(): Graph;
|
|
1619
|
+
link<T>(): T;
|
|
1620
|
+
link<T>(label: string): T;
|
|
1621
|
+
linkCopy(): Linkable;
|
|
1622
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
1623
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
1624
|
+
withId(id: string): this;
|
|
1625
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
1626
|
+
withLinkLabel(label: string): this;
|
|
1627
|
+
withLinkTarget(target: undefined): this;
|
|
1628
|
+
|
|
1629
|
+
}
|
|
1630
|
+
export class AnypointMQMessageBinding010 implements AnypointMQMessageBinding {
|
|
1631
|
+
|
|
1632
|
+
headers: Shape;
|
|
1633
|
+
bindingVersion: StrField;
|
|
1634
|
+
|
|
1635
|
+
withHeaders(headers: Shape): this;
|
|
1636
|
+
withBindingVersion(bindingVersion: string): this;
|
|
1637
|
+
|
|
1638
|
+
customDomainProperties: Array<DomainExtension>;
|
|
1639
|
+
extendsNode: Array<DomainElement>;
|
|
1640
|
+
id: string;
|
|
1641
|
+
isExternalLink: BoolField;
|
|
1642
|
+
isLink: boolean;
|
|
1643
|
+
linkLabel: StrField;
|
|
1644
|
+
linkTarget: DomainElement | undefined;
|
|
1645
|
+
refSummary: StrField;
|
|
1646
|
+
refDescription: StrField;
|
|
1647
|
+
position: Range;
|
|
1648
|
+
|
|
1649
|
+
annotations(): Annotations;
|
|
1650
|
+
graph(): Graph;
|
|
1651
|
+
link<T>(): T;
|
|
1652
|
+
link<T>(label: string): T;
|
|
1653
|
+
linkCopy(): Linkable;
|
|
1654
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
1655
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
1656
|
+
withId(id: string): this;
|
|
1657
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
1658
|
+
withLinkLabel(label: string): this;
|
|
1659
|
+
withLinkTarget(target: undefined): this;
|
|
1660
|
+
}
|
|
1433
1661
|
export class AnyShape implements Shape {
|
|
1434
1662
|
and: Array<Shape>;
|
|
1435
1663
|
comment: StrField;
|
|
@@ -1597,6 +1825,7 @@ declare module "amf-client-js" {
|
|
|
1597
1825
|
termsOfService: StrField;
|
|
1598
1826
|
version: StrField;
|
|
1599
1827
|
defaultSchema: StrField;
|
|
1828
|
+
self: StrField;
|
|
1600
1829
|
|
|
1601
1830
|
annotations(): Annotations;
|
|
1602
1831
|
|
|
@@ -1621,6 +1850,8 @@ declare module "amf-client-js" {
|
|
|
1621
1850
|
withServer(url: string): Server;
|
|
1622
1851
|
|
|
1623
1852
|
withDefaultSchema(schema: string): this;
|
|
1853
|
+
|
|
1854
|
+
withSelf(self: string): this;
|
|
1624
1855
|
}
|
|
1625
1856
|
export class ApiKeySettings extends Settings {
|
|
1626
1857
|
in: StrField;
|
|
@@ -1687,7 +1918,13 @@ declare module "amf-client-js" {
|
|
|
1687
1918
|
withUnevaluatedItemsSchema(schema: Shape): this;
|
|
1688
1919
|
}
|
|
1689
1920
|
export class AsyncAPIConfiguration {
|
|
1921
|
+
static Async(): AMFConfiguration;
|
|
1922
|
+
|
|
1690
1923
|
static Async20(): AMFConfiguration;
|
|
1924
|
+
|
|
1925
|
+
static Async30(): AMFConfiguration;
|
|
1926
|
+
|
|
1927
|
+
static fromSpec(spec: Spec): AMFConfiguration;
|
|
1691
1928
|
}
|
|
1692
1929
|
export class AsyncApi extends Api<AsyncApi> {
|
|
1693
1930
|
accepts: Array<StrField>;
|
|
@@ -1703,6 +1940,7 @@ declare module "amf-client-js" {
|
|
|
1703
1940
|
isExternalLink: BoolField;
|
|
1704
1941
|
license: License;
|
|
1705
1942
|
name: StrField;
|
|
1943
|
+
operations: Array<Operation>;
|
|
1706
1944
|
position: Range;
|
|
1707
1945
|
provider: Organization;
|
|
1708
1946
|
schemes: Array<StrField>;
|
|
@@ -1712,6 +1950,7 @@ declare module "amf-client-js" {
|
|
|
1712
1950
|
termsOfService: StrField;
|
|
1713
1951
|
version: StrField;
|
|
1714
1952
|
defaultSchema: StrField;
|
|
1953
|
+
self: StrField;
|
|
1715
1954
|
|
|
1716
1955
|
constructor();
|
|
1717
1956
|
|
|
@@ -1753,6 +1992,8 @@ declare module "amf-client-js" {
|
|
|
1753
1992
|
|
|
1754
1993
|
withName(name: string): this;
|
|
1755
1994
|
|
|
1995
|
+
withOperations(operations: Array<Operation>): this;
|
|
1996
|
+
|
|
1756
1997
|
withProvider(provider: Organization): this;
|
|
1757
1998
|
|
|
1758
1999
|
withSchemes(schemes: Array<string>): this;
|
|
@@ -1770,6 +2011,8 @@ declare module "amf-client-js" {
|
|
|
1770
2011
|
withVersion(version: string): this;
|
|
1771
2012
|
|
|
1772
2013
|
withDefaultSchema(schema: string): this;
|
|
2014
|
+
|
|
2015
|
+
withSelf(self: string): this;
|
|
1773
2016
|
}
|
|
1774
2017
|
export class AvroConfiguration {
|
|
1775
2018
|
static Avro(): AMFConfiguration;
|
|
@@ -3233,12 +3476,15 @@ declare module "amf-client-js" {
|
|
|
3233
3476
|
allowReserved: BoolField;
|
|
3234
3477
|
contentType: StrField;
|
|
3235
3478
|
customDomainProperties: Array<DomainExtension>;
|
|
3479
|
+
encoding: Array<Encoding>;
|
|
3236
3480
|
explode: BoolField;
|
|
3237
3481
|
extendsNode: Array<DomainElement>;
|
|
3238
3482
|
headers: Array<Parameter>;
|
|
3239
3483
|
id: string;
|
|
3240
3484
|
isExternalLink: BoolField;
|
|
3485
|
+
itemEncoding: Encoding;
|
|
3241
3486
|
position: Range;
|
|
3487
|
+
prefixEncoding: Array<Encoding>;
|
|
3242
3488
|
propertyName: StrField;
|
|
3243
3489
|
style: StrField;
|
|
3244
3490
|
|
|
@@ -3254,6 +3500,8 @@ declare module "amf-client-js" {
|
|
|
3254
3500
|
|
|
3255
3501
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3256
3502
|
|
|
3503
|
+
withEncoding(encoding: Array<Encoding>): this;
|
|
3504
|
+
|
|
3257
3505
|
withExplode(explode: boolean): this;
|
|
3258
3506
|
|
|
3259
3507
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
@@ -3266,6 +3514,10 @@ declare module "amf-client-js" {
|
|
|
3266
3514
|
|
|
3267
3515
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3268
3516
|
|
|
3517
|
+
withItemEncoding(encoding: Encoding): this;
|
|
3518
|
+
|
|
3519
|
+
withPrefixEncoding(encoding: Array<Encoding>): this;
|
|
3520
|
+
|
|
3269
3521
|
withPropertyName(propertyName: string): this;
|
|
3270
3522
|
|
|
3271
3523
|
withStyle(style: string): this;
|
|
@@ -3274,10 +3526,12 @@ declare module "amf-client-js" {
|
|
|
3274
3526
|
bindings: ChannelBindings;
|
|
3275
3527
|
customDomainProperties: Array<DomainExtension>;
|
|
3276
3528
|
description: StrField;
|
|
3529
|
+
documentation: CreativeWork;
|
|
3277
3530
|
extendsNode: Array<DomainElement>;
|
|
3278
3531
|
federationMetadata: EndPointFederationMetadata;
|
|
3279
3532
|
id: string;
|
|
3280
3533
|
isExternalLink: BoolField;
|
|
3534
|
+
messages: Array<Message>;
|
|
3281
3535
|
name: StrField;
|
|
3282
3536
|
operations: Array<Operation>;
|
|
3283
3537
|
parameters: Array<Parameter>;
|
|
@@ -3289,6 +3543,8 @@ declare module "amf-client-js" {
|
|
|
3289
3543
|
security: Array<SecurityRequirement>;
|
|
3290
3544
|
servers: Array<Server>;
|
|
3291
3545
|
summary: StrField;
|
|
3546
|
+
tags: Array<Tag>;
|
|
3547
|
+
title: StrField;
|
|
3292
3548
|
|
|
3293
3549
|
constructor();
|
|
3294
3550
|
|
|
@@ -3302,12 +3558,16 @@ declare module "amf-client-js" {
|
|
|
3302
3558
|
|
|
3303
3559
|
withDescription(description: string): this;
|
|
3304
3560
|
|
|
3561
|
+
withDocumentation(documentation: CreativeWork): this;
|
|
3562
|
+
|
|
3305
3563
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
3306
3564
|
|
|
3307
3565
|
withId(id: string): this;
|
|
3308
3566
|
|
|
3309
3567
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3310
3568
|
|
|
3569
|
+
withMessages(messages: Array<Message>): this;
|
|
3570
|
+
|
|
3311
3571
|
withName(name: string): this;
|
|
3312
3572
|
|
|
3313
3573
|
withOperation(method: string): Operation;
|
|
@@ -3332,6 +3592,10 @@ declare module "amf-client-js" {
|
|
|
3332
3592
|
|
|
3333
3593
|
withSummary(summary: string): this;
|
|
3334
3594
|
|
|
3595
|
+
withTags(tags: Array<Tag>): this;
|
|
3596
|
+
|
|
3597
|
+
withTitle(title: string): this;
|
|
3598
|
+
|
|
3335
3599
|
isLink: boolean;
|
|
3336
3600
|
linkLabel: StrField;
|
|
3337
3601
|
linkTarget: DomainElement | undefined;
|
|
@@ -3402,6 +3666,7 @@ declare module "amf-client-js" {
|
|
|
3402
3666
|
mediaType: StrField;
|
|
3403
3667
|
name: StrField;
|
|
3404
3668
|
position: Range;
|
|
3669
|
+
serializedValue: StrField;
|
|
3405
3670
|
strict: BoolField;
|
|
3406
3671
|
structuredValue: DataNode;
|
|
3407
3672
|
value: StrField;
|
|
@@ -3440,6 +3705,8 @@ declare module "amf-client-js" {
|
|
|
3440
3705
|
|
|
3441
3706
|
withName(name: string): this;
|
|
3442
3707
|
|
|
3708
|
+
withSerializedValue(value: string): this;
|
|
3709
|
+
|
|
3443
3710
|
withStrict(strict: boolean): this;
|
|
3444
3711
|
|
|
3445
3712
|
withStructuredValue(value: DataNode): this;
|
|
@@ -3951,63 +4218,393 @@ declare module "amf-client-js" {
|
|
|
3951
4218
|
name: StrField;
|
|
3952
4219
|
fieldType: StrField;
|
|
3953
4220
|
|
|
3954
|
-
withName(name: string): this;
|
|
3955
|
-
withFieldType(fieldType: string): this;
|
|
4221
|
+
withName(name: string): this;
|
|
4222
|
+
withFieldType(fieldType: string): this;
|
|
4223
|
+
|
|
4224
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4225
|
+
extendsNode: Array<DomainElement>;
|
|
4226
|
+
id: string;
|
|
4227
|
+
isExternalLink: BoolField;
|
|
4228
|
+
position: Range;
|
|
4229
|
+
|
|
4230
|
+
annotations(): Annotations;
|
|
4231
|
+
graph(): Graph;
|
|
4232
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4233
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4234
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4235
|
+
withId(id: string): this;
|
|
4236
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4237
|
+
}
|
|
4238
|
+
export class GooglePubSubSchemaDefinition020 implements GooglePubSubSchemaDefinition {
|
|
4239
|
+
name: StrField;
|
|
4240
|
+
withName(name: string): this;
|
|
4241
|
+
|
|
4242
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4243
|
+
extendsNode: Array<DomainElement>;
|
|
4244
|
+
id: string;
|
|
4245
|
+
isExternalLink: BoolField;
|
|
4246
|
+
position: Range;
|
|
4247
|
+
|
|
4248
|
+
annotations(): Annotations;
|
|
4249
|
+
graph(): Graph;
|
|
4250
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4251
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4252
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4253
|
+
withId(id: string): this;
|
|
4254
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4255
|
+
}
|
|
4256
|
+
export class Graph {
|
|
4257
|
+
containsProperty(uri: string): boolean;
|
|
4258
|
+
|
|
4259
|
+
getObjectByProperty(uri: string): Array<DomainElement>;
|
|
4260
|
+
|
|
4261
|
+
properties(): Array<string>;
|
|
4262
|
+
|
|
4263
|
+
propertyLexical(uri: string): Range;
|
|
4264
|
+
|
|
4265
|
+
removeField(uri: string): this;
|
|
4266
|
+
|
|
4267
|
+
scalarByProperty(uri: string): Array<any>;
|
|
4268
|
+
|
|
4269
|
+
types(): Array<string>;
|
|
4270
|
+
|
|
4271
|
+
propertyLexical(uri: string): Range;
|
|
4272
|
+
}
|
|
4273
|
+
export class GraphQLApiDocument extends Document {
|
|
4274
|
+
constructor();
|
|
4275
|
+
}
|
|
4276
|
+
export class GraphQLArgument implements DomainElement {
|
|
4277
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4278
|
+
deprecated: BoolField;
|
|
4279
|
+
deprecationReason: StrField;
|
|
4280
|
+
defaultValue: DataNode;
|
|
4281
|
+
description: StrField;
|
|
4282
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4283
|
+
extendsNode: Array<DomainElement>;
|
|
4284
|
+
id: string;
|
|
4285
|
+
isExternalLink: BoolField;
|
|
4286
|
+
name: StrField;
|
|
4287
|
+
namedType: DomainElement;
|
|
4288
|
+
position: Range;
|
|
4289
|
+
type: DomainElement;
|
|
4290
|
+
|
|
4291
|
+
constructor();
|
|
4292
|
+
|
|
4293
|
+
annotations(): Annotations;
|
|
4294
|
+
|
|
4295
|
+
graph(): Graph;
|
|
4296
|
+
|
|
4297
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4298
|
+
|
|
4299
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4300
|
+
|
|
4301
|
+
withId(id: string): this;
|
|
4302
|
+
|
|
4303
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4304
|
+
}
|
|
4305
|
+
export class GraphQLArgumentValue implements DomainElement {
|
|
4306
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4307
|
+
extendsNode: Array<DomainElement>;
|
|
4308
|
+
id: string;
|
|
4309
|
+
isExternalLink: BoolField;
|
|
4310
|
+
name: StrField;
|
|
4311
|
+
position: Range;
|
|
4312
|
+
value: DataNode;
|
|
4313
|
+
|
|
4314
|
+
constructor();
|
|
4315
|
+
|
|
4316
|
+
annotations(): Annotations;
|
|
4317
|
+
|
|
4318
|
+
graph(): Graph;
|
|
4319
|
+
|
|
4320
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4321
|
+
|
|
4322
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4323
|
+
|
|
4324
|
+
withId(id: string): this;
|
|
4325
|
+
|
|
4326
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4327
|
+
}
|
|
4328
|
+
export class GraphQLConfiguration {
|
|
4329
|
+
static GraphQL(): AMFConfiguration;
|
|
4330
|
+
}
|
|
4331
|
+
export class GraphQLDirectiveApplication implements DomainElement {
|
|
4332
|
+
arguments: Array<GraphQLArgumentValue>;
|
|
4333
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4334
|
+
definition: DomainElement;
|
|
4335
|
+
extendsNode: Array<DomainElement>;
|
|
4336
|
+
id: string;
|
|
4337
|
+
isExternalLink: BoolField;
|
|
4338
|
+
name: StrField;
|
|
4339
|
+
position: Range;
|
|
4340
|
+
|
|
4341
|
+
constructor();
|
|
4342
|
+
|
|
4343
|
+
annotations(): Annotations;
|
|
4344
|
+
|
|
4345
|
+
graph(): Graph;
|
|
4346
|
+
|
|
4347
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4348
|
+
|
|
4349
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4350
|
+
|
|
4351
|
+
withId(id: string): this;
|
|
4352
|
+
|
|
4353
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4354
|
+
}
|
|
4355
|
+
export class GraphQLDirectiveDefinition implements DomainElement {
|
|
4356
|
+
arguments: Array<GraphQLArgument>;
|
|
4357
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4358
|
+
description: StrField;
|
|
4359
|
+
extendsNode: Array<DomainElement>;
|
|
4360
|
+
id: string;
|
|
4361
|
+
isExternalLink: BoolField;
|
|
4362
|
+
locations: Array<StrField>;
|
|
4363
|
+
name: StrField;
|
|
4364
|
+
position: Range;
|
|
4365
|
+
repeatable: BoolField;
|
|
4366
|
+
|
|
4367
|
+
constructor();
|
|
4368
|
+
|
|
4369
|
+
annotations(): Annotations;
|
|
4370
|
+
|
|
4371
|
+
graph(): Graph;
|
|
4372
|
+
|
|
4373
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4374
|
+
|
|
4375
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4376
|
+
|
|
4377
|
+
withId(id: string): this;
|
|
4378
|
+
|
|
4379
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4380
|
+
}
|
|
4381
|
+
export class GraphQLEnumType extends ScalarShape {
|
|
4382
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4383
|
+
enumValues: Array<GraphQLEnumValue>;
|
|
4384
|
+
|
|
4385
|
+
constructor();
|
|
4386
|
+
}
|
|
4387
|
+
export class GraphQLEnumValue implements DomainElement {
|
|
4388
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4389
|
+
deprecated: BoolField;
|
|
4390
|
+
deprecationReason: StrField;
|
|
4391
|
+
description: StrField;
|
|
4392
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4393
|
+
extendsNode: Array<DomainElement>;
|
|
4394
|
+
id: string;
|
|
4395
|
+
isExternalLink: BoolField;
|
|
4396
|
+
name: StrField;
|
|
4397
|
+
position: Range;
|
|
4398
|
+
|
|
4399
|
+
constructor();
|
|
4400
|
+
|
|
4401
|
+
annotations(): Annotations;
|
|
4402
|
+
|
|
4403
|
+
graph(): Graph;
|
|
4404
|
+
|
|
4405
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4406
|
+
|
|
4407
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4408
|
+
|
|
4409
|
+
withId(id: string): this;
|
|
4410
|
+
|
|
4411
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4412
|
+
}
|
|
4413
|
+
export class GraphQLFederationConfiguration {
|
|
4414
|
+
static GraphQLFederation(): AMFConfiguration;
|
|
4415
|
+
}
|
|
4416
|
+
export class GraphQLField implements DomainElement {
|
|
4417
|
+
arguments: Array<GraphQLArgument>;
|
|
4418
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4419
|
+
deprecated: BoolField;
|
|
4420
|
+
deprecationReason: StrField;
|
|
4421
|
+
description: StrField;
|
|
4422
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4423
|
+
extendsNode: Array<DomainElement>;
|
|
4424
|
+
id: string;
|
|
4425
|
+
isExternalLink: BoolField;
|
|
4426
|
+
isMutationField: BoolField;
|
|
4427
|
+
isQueryField: BoolField;
|
|
4428
|
+
isSubscriptionField: BoolField;
|
|
4429
|
+
name: StrField;
|
|
4430
|
+
namedType: DomainElement;
|
|
4431
|
+
position: Range;
|
|
4432
|
+
type: DomainElement;
|
|
4433
|
+
|
|
4434
|
+
constructor();
|
|
4435
|
+
|
|
4436
|
+
annotations(): Annotations;
|
|
4437
|
+
|
|
4438
|
+
graph(): Graph;
|
|
4439
|
+
|
|
4440
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4441
|
+
|
|
4442
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4443
|
+
|
|
4444
|
+
withId(id: string): this;
|
|
4445
|
+
|
|
4446
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4447
|
+
}
|
|
4448
|
+
export class GraphQLInputField implements DomainElement {
|
|
4449
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4450
|
+
defaultValue: DataNode;
|
|
4451
|
+
deprecated: BoolField;
|
|
4452
|
+
deprecationReason: StrField;
|
|
4453
|
+
description: StrField;
|
|
4454
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4455
|
+
extendsNode: Array<DomainElement>;
|
|
4456
|
+
id: string;
|
|
4457
|
+
isExternalLink: BoolField;
|
|
4458
|
+
name: StrField;
|
|
4459
|
+
namedType: DomainElement;
|
|
4460
|
+
position: Range;
|
|
4461
|
+
type: DomainElement;
|
|
4462
|
+
|
|
4463
|
+
constructor();
|
|
4464
|
+
|
|
4465
|
+
annotations(): Annotations;
|
|
4466
|
+
|
|
4467
|
+
graph(): Graph;
|
|
4468
|
+
|
|
4469
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4470
|
+
|
|
4471
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4472
|
+
|
|
4473
|
+
withId(id: string): this;
|
|
4474
|
+
|
|
4475
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4476
|
+
}
|
|
4477
|
+
export class GraphQLInputObjectType extends NodeShape {
|
|
4478
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4479
|
+
inputFields: Array<GraphQLInputField>;
|
|
4480
|
+
oneOf: BoolField;
|
|
4481
|
+
|
|
4482
|
+
constructor();
|
|
4483
|
+
}
|
|
4484
|
+
export class GraphQLInterfaceType extends NodeShape {
|
|
4485
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4486
|
+
fields_: Array<GraphQLField>;
|
|
4487
|
+
interfaces: Array<DomainElement>;
|
|
4488
|
+
|
|
4489
|
+
constructor();
|
|
4490
|
+
}
|
|
4491
|
+
export class GraphQLList implements GraphQLTypeWrapper {
|
|
4492
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4493
|
+
extendsNode: Array<DomainElement>;
|
|
4494
|
+
id: string;
|
|
4495
|
+
isExternalLink: BoolField;
|
|
4496
|
+
of: DomainElement;
|
|
4497
|
+
position: Range;
|
|
4498
|
+
|
|
4499
|
+
constructor();
|
|
4500
|
+
|
|
4501
|
+
annotations(): Annotations;
|
|
4502
|
+
|
|
4503
|
+
graph(): Graph;
|
|
4504
|
+
|
|
4505
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4506
|
+
|
|
4507
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4508
|
+
|
|
4509
|
+
withId(id: string): this;
|
|
4510
|
+
|
|
4511
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4512
|
+
}
|
|
4513
|
+
export class GraphQLNamedType implements GraphQLTypeWrapper {
|
|
4514
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4515
|
+
extendsNode: Array<DomainElement>;
|
|
4516
|
+
id: string;
|
|
4517
|
+
isExternalLink: BoolField;
|
|
4518
|
+
name: StrField;
|
|
4519
|
+
position: Range;
|
|
4520
|
+
target: DomainElement;
|
|
4521
|
+
|
|
4522
|
+
constructor();
|
|
4523
|
+
|
|
4524
|
+
annotations(): Annotations;
|
|
4525
|
+
|
|
4526
|
+
graph(): Graph;
|
|
4527
|
+
|
|
4528
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4529
|
+
|
|
4530
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4531
|
+
|
|
4532
|
+
withId(id: string): this;
|
|
3956
4533
|
|
|
4534
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4535
|
+
}
|
|
4536
|
+
export class GraphQLNonNull implements GraphQLTypeWrapper {
|
|
3957
4537
|
customDomainProperties: Array<DomainExtension>;
|
|
3958
4538
|
extendsNode: Array<DomainElement>;
|
|
3959
4539
|
id: string;
|
|
3960
4540
|
isExternalLink: BoolField;
|
|
4541
|
+
of: DomainElement;
|
|
3961
4542
|
position: Range;
|
|
3962
4543
|
|
|
4544
|
+
constructor();
|
|
4545
|
+
|
|
3963
4546
|
annotations(): Annotations;
|
|
4547
|
+
|
|
3964
4548
|
graph(): Graph;
|
|
4549
|
+
|
|
3965
4550
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3966
|
-
|
|
4551
|
+
|
|
3967
4552
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4553
|
+
|
|
3968
4554
|
withId(id: string): this;
|
|
4555
|
+
|
|
3969
4556
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3970
4557
|
}
|
|
3971
|
-
export class
|
|
3972
|
-
|
|
3973
|
-
|
|
4558
|
+
export class GraphQLObjectType extends NodeShape {
|
|
4559
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4560
|
+
fields_: Array<GraphQLField>;
|
|
4561
|
+
interfaces: Array<DomainElement>;
|
|
4562
|
+
isMutationRoot: BoolField;
|
|
4563
|
+
isQueryRoot: BoolField;
|
|
4564
|
+
isSubscriptionRoot: BoolField;
|
|
4565
|
+
|
|
4566
|
+
constructor();
|
|
4567
|
+
}
|
|
4568
|
+
export class GraphQLScalarType extends ScalarShape {
|
|
4569
|
+
isBuiltIn: BoolField;
|
|
4570
|
+
specifiedBy: StrField;
|
|
3974
4571
|
|
|
4572
|
+
constructor();
|
|
4573
|
+
}
|
|
4574
|
+
export class GraphQLSchema implements DomainElement {
|
|
3975
4575
|
customDomainProperties: Array<DomainExtension>;
|
|
4576
|
+
description: StrField;
|
|
4577
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
3976
4578
|
extendsNode: Array<DomainElement>;
|
|
3977
4579
|
id: string;
|
|
3978
4580
|
isExternalLink: BoolField;
|
|
4581
|
+
mutationType: DomainElement;
|
|
3979
4582
|
position: Range;
|
|
4583
|
+
queryType: DomainElement;
|
|
4584
|
+
subscriptionType: DomainElement;
|
|
4585
|
+
|
|
4586
|
+
constructor();
|
|
3980
4587
|
|
|
3981
4588
|
annotations(): Annotations;
|
|
4589
|
+
|
|
3982
4590
|
graph(): Graph;
|
|
4591
|
+
|
|
3983
4592
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3984
|
-
|
|
4593
|
+
|
|
3985
4594
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4595
|
+
|
|
3986
4596
|
withId(id: string): this;
|
|
4597
|
+
|
|
3987
4598
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3988
4599
|
}
|
|
3989
|
-
export
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
getObjectByProperty(uri: string): Array<DomainElement>;
|
|
3993
|
-
|
|
3994
|
-
properties(): Array<string>;
|
|
3995
|
-
|
|
3996
|
-
propertyLexical(uri: string): Range;
|
|
3997
|
-
|
|
3998
|
-
removeField(uri: string): this;
|
|
3999
|
-
|
|
4000
|
-
scalarByProperty(uri: string): Array<any>;
|
|
4001
|
-
|
|
4002
|
-
types(): Array<string>;
|
|
4600
|
+
export interface GraphQLTypeWrapper extends DomainElement {}
|
|
4601
|
+
export class GraphQLUnionType extends UnionShape {
|
|
4602
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4003
4603
|
|
|
4004
|
-
|
|
4005
|
-
}
|
|
4006
|
-
export class GraphQLConfiguration {
|
|
4007
|
-
static GraphQL(): AMFConfiguration;
|
|
4604
|
+
constructor();
|
|
4008
4605
|
}
|
|
4009
|
-
export class
|
|
4010
|
-
static
|
|
4606
|
+
export class GraphQLV2Configuration {
|
|
4607
|
+
static GraphQLV2(): AMFConfiguration;
|
|
4011
4608
|
}
|
|
4012
4609
|
export class GRPCConfiguration {
|
|
4013
4610
|
static GRPC(): AMFConfiguration;
|
|
@@ -4284,6 +4881,50 @@ declare module "amf-client-js" {
|
|
|
4284
4881
|
|
|
4285
4882
|
withQuery(query: Shape): this;
|
|
4286
4883
|
}
|
|
4884
|
+
export class HttpOperationBinding030 implements HttpOperationBinding {
|
|
4885
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4886
|
+
extendsNode: Array<DomainElement>;
|
|
4887
|
+
id: string;
|
|
4888
|
+
isExternalLink: BoolField;
|
|
4889
|
+
isLink: boolean;
|
|
4890
|
+
linkLabel: StrField;
|
|
4891
|
+
linkTarget: undefined | DomainElement;
|
|
4892
|
+
refSummary: StrField;
|
|
4893
|
+
refDescription: StrField;
|
|
4894
|
+
method: StrField;
|
|
4895
|
+
position: Range;
|
|
4896
|
+
query: Shape;
|
|
4897
|
+
|
|
4898
|
+
constructor();
|
|
4899
|
+
|
|
4900
|
+
annotations(): Annotations;
|
|
4901
|
+
|
|
4902
|
+
graph(): Graph;
|
|
4903
|
+
|
|
4904
|
+
link<T>(label: string): T;
|
|
4905
|
+
|
|
4906
|
+
link<T>(): T;
|
|
4907
|
+
|
|
4908
|
+
linkCopy(): HttpOperationBinding030;
|
|
4909
|
+
|
|
4910
|
+
withBindingVersion(bindingVersion: string): this;
|
|
4911
|
+
|
|
4912
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4913
|
+
|
|
4914
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4915
|
+
|
|
4916
|
+
withId(id: string): this;
|
|
4917
|
+
|
|
4918
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4919
|
+
|
|
4920
|
+
withLinkLabel(label: string): this;
|
|
4921
|
+
|
|
4922
|
+
withLinkTarget(target: undefined): this;
|
|
4923
|
+
|
|
4924
|
+
withMethod(method: string): this;
|
|
4925
|
+
|
|
4926
|
+
withQuery(query: Shape): this;
|
|
4927
|
+
}
|
|
4287
4928
|
export class HttpSettings extends Settings {
|
|
4288
4929
|
bearerFormat: StrField;
|
|
4289
4930
|
scheme: StrField;
|
|
@@ -6100,6 +6741,7 @@ declare module "amf-client-js" {
|
|
|
6100
6741
|
closed: BoolField;
|
|
6101
6742
|
dependencies: Array<PropertyDependencies>;
|
|
6102
6743
|
discriminator: StrField;
|
|
6744
|
+
discriminatorDefaultMapping: StrField;
|
|
6103
6745
|
discriminatorMapping: Array<IriTemplateMapping>;
|
|
6104
6746
|
discriminatorValue: StrField;
|
|
6105
6747
|
discriminatorValueMapping: Array<DiscriminatorValueMapping>;
|
|
@@ -6133,6 +6775,8 @@ declare module "amf-client-js" {
|
|
|
6133
6775
|
|
|
6134
6776
|
withDiscriminator(discriminator: string): this;
|
|
6135
6777
|
|
|
6778
|
+
withDiscriminatorDefaultMapping(value: string): this;
|
|
6779
|
+
|
|
6136
6780
|
withDiscriminatorMapping(mappings: Array<IriTemplateMapping>): this;
|
|
6137
6781
|
|
|
6138
6782
|
withDiscriminatorValue(value: string): this;
|
|
@@ -6177,6 +6821,8 @@ declare module "amf-client-js" {
|
|
|
6177
6821
|
|
|
6178
6822
|
static OAS31(): AMFConfiguration;
|
|
6179
6823
|
|
|
6824
|
+
static OAS32(): AMFConfiguration;
|
|
6825
|
+
|
|
6180
6826
|
static OAS30Component(): AMFConfiguration;
|
|
6181
6827
|
|
|
6182
6828
|
static OASComponent(): AMFConfiguration;
|
|
@@ -6203,6 +6849,7 @@ declare module "amf-client-js" {
|
|
|
6203
6849
|
accessTokenUri: StrField;
|
|
6204
6850
|
authorizationUri: StrField;
|
|
6205
6851
|
customDomainProperties: Array<DomainExtension>;
|
|
6852
|
+
deviceAuthorizationUri: StrField;
|
|
6206
6853
|
extendsNode: Array<DomainElement>;
|
|
6207
6854
|
flow: StrField;
|
|
6208
6855
|
id: string;
|
|
@@ -6223,6 +6870,8 @@ declare module "amf-client-js" {
|
|
|
6223
6870
|
|
|
6224
6871
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
6225
6872
|
|
|
6873
|
+
withDeviceAuthorizationUri(uri: string): this;
|
|
6874
|
+
|
|
6226
6875
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
6227
6876
|
|
|
6228
6877
|
withFlow(flow: string): this;
|
|
@@ -6296,19 +6945,24 @@ declare module "amf-client-js" {
|
|
|
6296
6945
|
}
|
|
6297
6946
|
export class Operation extends AbstractOperation implements Linkable {
|
|
6298
6947
|
accepts: Array<StrField>;
|
|
6948
|
+
action: StrField;
|
|
6299
6949
|
bindings: OperationBindings;
|
|
6300
6950
|
callbacks: Array<Callback>;
|
|
6951
|
+
channel: EndPoint;
|
|
6301
6952
|
contentType: Array<StrField>;
|
|
6302
6953
|
deprecated: BoolField;
|
|
6303
6954
|
documentation: CreativeWork;
|
|
6304
6955
|
federationMetadata: OperationFederationMetadata;
|
|
6305
6956
|
isAbstract: BoolField;
|
|
6306
6957
|
isLink: boolean;
|
|
6958
|
+
kind: StrField;
|
|
6307
6959
|
linkLabel: StrField;
|
|
6308
6960
|
linkTarget: undefined | DomainElement;
|
|
6309
6961
|
refSummary: StrField;
|
|
6310
6962
|
refDescription: StrField;
|
|
6311
6963
|
operationId: StrField;
|
|
6964
|
+
operationMessages: Array<Message>;
|
|
6965
|
+
reply: OperationReply;
|
|
6312
6966
|
request: Request;
|
|
6313
6967
|
requests: Array<Request>;
|
|
6314
6968
|
response: Response;
|
|
@@ -6318,6 +6972,7 @@ declare module "amf-client-js" {
|
|
|
6318
6972
|
servers: Array<Server>;
|
|
6319
6973
|
summary: StrField;
|
|
6320
6974
|
tags: Array<Tag>;
|
|
6975
|
+
title: StrField;
|
|
6321
6976
|
|
|
6322
6977
|
constructor();
|
|
6323
6978
|
|
|
@@ -6374,6 +7029,18 @@ declare module "amf-client-js" {
|
|
|
6374
7029
|
withSummary(summary: string): this;
|
|
6375
7030
|
|
|
6376
7031
|
withTags(tags: Array<Tag>): this;
|
|
7032
|
+
|
|
7033
|
+
withTitle(title: string): this;
|
|
7034
|
+
|
|
7035
|
+
withAction(action: string): this;
|
|
7036
|
+
|
|
7037
|
+
withChannel(channel: EndPoint): this;
|
|
7038
|
+
|
|
7039
|
+
withOperationMessages(messages: Array<Message>): this;
|
|
7040
|
+
|
|
7041
|
+
withReply(reply: OperationReply): this;
|
|
7042
|
+
|
|
7043
|
+
withKind(kind: string): this;
|
|
6377
7044
|
}
|
|
6378
7045
|
export interface OperationBinding extends DomainElement, Linkable {}
|
|
6379
7046
|
export class OperationBindings implements DomainElement, Linkable {
|
|
@@ -6431,6 +7098,47 @@ declare module "amf-client-js" {
|
|
|
6431
7098
|
|
|
6432
7099
|
withProvidedEntity(providedEntity: NodeShape): this;
|
|
6433
7100
|
}
|
|
7101
|
+
export class OperationReply implements DomainElement {
|
|
7102
|
+
address: OperationReplyAddress;
|
|
7103
|
+
channel: EndPoint;
|
|
7104
|
+
customDomainProperties: Array<DomainExtension>;
|
|
7105
|
+
extendsNode: Array<DomainElement>;
|
|
7106
|
+
id: string;
|
|
7107
|
+
isExternalLink: BoolField;
|
|
7108
|
+
messages: Array<Message>;
|
|
7109
|
+
position: Range;
|
|
7110
|
+
|
|
7111
|
+
constructor();
|
|
7112
|
+
|
|
7113
|
+
annotations(): Annotations;
|
|
7114
|
+
|
|
7115
|
+
graph(): Graph;
|
|
7116
|
+
|
|
7117
|
+
withAddress(address: OperationReplyAddress): this;
|
|
7118
|
+
|
|
7119
|
+
withChannel(channel: EndPoint): this;
|
|
7120
|
+
|
|
7121
|
+
withMessages(messages: Array<Message>): this;
|
|
7122
|
+
}
|
|
7123
|
+
export class OperationReplyAddress implements DomainElement {
|
|
7124
|
+
customDomainProperties: Array<DomainExtension>;
|
|
7125
|
+
description: StrField;
|
|
7126
|
+
extendsNode: Array<DomainElement>;
|
|
7127
|
+
id: string;
|
|
7128
|
+
isExternalLink: BoolField;
|
|
7129
|
+
position: Range;
|
|
7130
|
+
replyLocation: StrField;
|
|
7131
|
+
|
|
7132
|
+
constructor();
|
|
7133
|
+
|
|
7134
|
+
annotations(): Annotations;
|
|
7135
|
+
|
|
7136
|
+
graph(): Graph;
|
|
7137
|
+
|
|
7138
|
+
withDescription(description: string): this;
|
|
7139
|
+
|
|
7140
|
+
withReplyLocation(location: string): this;
|
|
7141
|
+
}
|
|
6434
7142
|
export class Organization implements DomainElement {
|
|
6435
7143
|
customDomainProperties: Array<DomainExtension>;
|
|
6436
7144
|
email: StrField;
|
|
@@ -6708,6 +7416,9 @@ declare module "amf-client-js" {
|
|
|
6708
7416
|
encoding: Array<Encoding>;
|
|
6709
7417
|
encodings: Array<Encoding>;
|
|
6710
7418
|
examples: Array<Example>;
|
|
7419
|
+
itemEncoding: Encoding;
|
|
7420
|
+
itemSchema: Shape;
|
|
7421
|
+
prefixEncoding: Array<Encoding>;
|
|
6711
7422
|
required: BoolField;
|
|
6712
7423
|
schemaMediaType: StrField;
|
|
6713
7424
|
|
|
@@ -6725,6 +7436,12 @@ declare module "amf-client-js" {
|
|
|
6725
7436
|
|
|
6726
7437
|
withExamples(examples: Array<Example>): this;
|
|
6727
7438
|
|
|
7439
|
+
withItemEncoding(encoding: Encoding): this;
|
|
7440
|
+
|
|
7441
|
+
withItemSchema(shape: Shape): this;
|
|
7442
|
+
|
|
7443
|
+
withPrefixEncoding(encoding: Array<Encoding>): this;
|
|
7444
|
+
|
|
6728
7445
|
withRequired(required: boolean): this;
|
|
6729
7446
|
|
|
6730
7447
|
withSchemaMediaType(mediaType: string): this;
|
|
@@ -6802,6 +7519,7 @@ declare module "amf-client-js" {
|
|
|
6802
7519
|
static readonly AML: ProfileName;
|
|
6803
7520
|
static readonly ASYNC: ProfileName;
|
|
6804
7521
|
static readonly ASYNC20: ProfileName;
|
|
7522
|
+
static readonly ASYNC30: ProfileName;
|
|
6805
7523
|
static readonly GRAPHQL: ProfileName;
|
|
6806
7524
|
static readonly GRAPHQL_FEDERATION: ProfileName;
|
|
6807
7525
|
static readonly GRPC: ProfileName;
|
|
@@ -6810,6 +7528,7 @@ declare module "amf-client-js" {
|
|
|
6810
7528
|
static readonly OAS20: ProfileName;
|
|
6811
7529
|
static readonly OAS30: ProfileName;
|
|
6812
7530
|
static readonly OAS31: ProfileName;
|
|
7531
|
+
static readonly OAS32: ProfileName;
|
|
6813
7532
|
static readonly PAYLOAD: ProfileName;
|
|
6814
7533
|
static readonly RAML08: ProfileName;
|
|
6815
7534
|
static readonly RAML10: ProfileName;
|
|
@@ -7309,6 +8028,108 @@ declare module "amf-client-js" {
|
|
|
7309
8028
|
withId(id: string): this;
|
|
7310
8029
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
7311
8030
|
}
|
|
8031
|
+
export class Ros2ServerBinding010 implements ServerBinding {
|
|
8032
|
+
|
|
8033
|
+
rmwImplementation: StrField;
|
|
8034
|
+
domainId: IntField;
|
|
8035
|
+
bindingVersion: StrField;
|
|
8036
|
+
|
|
8037
|
+
withRmwImplementation(rmwImplementation: string): this;
|
|
8038
|
+
withDomainId(domainId: number): this;
|
|
8039
|
+
withBindingVersion(bindingVersion: string): this;
|
|
8040
|
+
|
|
8041
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8042
|
+
extendsNode: Array<DomainElement>;
|
|
8043
|
+
id: string;
|
|
8044
|
+
isExternalLink: BoolField;
|
|
8045
|
+
isLink: boolean;
|
|
8046
|
+
linkLabel: StrField;
|
|
8047
|
+
linkTarget: DomainElement | undefined;
|
|
8048
|
+
refSummary: StrField;
|
|
8049
|
+
refDescription: StrField;
|
|
8050
|
+
position: Range;
|
|
8051
|
+
|
|
8052
|
+
annotations(): Annotations;
|
|
8053
|
+
graph(): Graph;
|
|
8054
|
+
link<T>(): T;
|
|
8055
|
+
link<T>(label: string): T;
|
|
8056
|
+
linkCopy(): Linkable;
|
|
8057
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8058
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8059
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8060
|
+
withId(id: string): this;
|
|
8061
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8062
|
+
withLinkLabel(label: string): this;
|
|
8063
|
+
withLinkTarget(target: undefined): this;
|
|
8064
|
+
}
|
|
8065
|
+
export class Ros2OperationBinding010 implements OperationBinding {
|
|
8066
|
+
|
|
8067
|
+
role: StrField;
|
|
8068
|
+
node: StrField;
|
|
8069
|
+
qosPolicies: Ros2OperationBindingQosPolicies;
|
|
8070
|
+
bindingVersion: StrField;
|
|
8071
|
+
|
|
8072
|
+
withRole(role: string): this;
|
|
8073
|
+
withNode(node: string): this;
|
|
8074
|
+
withQosPolicies(qosPolicies: Ros2OperationBindingQosPolicies): this;
|
|
8075
|
+
withBindingVersion(bindingVersion: string): this;
|
|
8076
|
+
|
|
8077
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8078
|
+
extendsNode: Array<DomainElement>;
|
|
8079
|
+
id: string;
|
|
8080
|
+
isExternalLink: BoolField;
|
|
8081
|
+
isLink: boolean;
|
|
8082
|
+
linkLabel: StrField;
|
|
8083
|
+
linkTarget: DomainElement | undefined;
|
|
8084
|
+
refSummary: StrField;
|
|
8085
|
+
refDescription: StrField;
|
|
8086
|
+
position: Range;
|
|
8087
|
+
|
|
8088
|
+
annotations(): Annotations;
|
|
8089
|
+
graph(): Graph;
|
|
8090
|
+
link<T>(): T;
|
|
8091
|
+
link<T>(label: string): T;
|
|
8092
|
+
linkCopy(): Linkable;
|
|
8093
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8094
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8095
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8096
|
+
withId(id: string): this;
|
|
8097
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8098
|
+
withLinkLabel(label: string): this;
|
|
8099
|
+
withLinkTarget(target: undefined): this;
|
|
8100
|
+
}
|
|
8101
|
+
export class Ros2OperationBindingQosPolicies implements DomainElement {
|
|
8102
|
+
|
|
8103
|
+
reliability: StrField;
|
|
8104
|
+
history: StrField;
|
|
8105
|
+
durability: StrField;
|
|
8106
|
+
lifespan: IntField;
|
|
8107
|
+
deadline: IntField;
|
|
8108
|
+
liveliness: StrField;
|
|
8109
|
+
leaseDuration: IntField;
|
|
8110
|
+
|
|
8111
|
+
withReliability(reliability: string): this;
|
|
8112
|
+
withHistory(history: string): this;
|
|
8113
|
+
withDurability(durability: string): this;
|
|
8114
|
+
withLifespan(lifespan: number): this;
|
|
8115
|
+
withDeadline(deadline: number): this;
|
|
8116
|
+
withLiveliness(liveliness: string): this;
|
|
8117
|
+
withLeaseDuration(leaseDuration: number): this;
|
|
8118
|
+
|
|
8119
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8120
|
+
extendsNode: Array<DomainElement>;
|
|
8121
|
+
id: string;
|
|
8122
|
+
isExternalLink: BoolField;
|
|
8123
|
+
position: Range;
|
|
8124
|
+
|
|
8125
|
+
annotations(): Annotations;
|
|
8126
|
+
graph(): Graph;
|
|
8127
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8128
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8129
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8130
|
+
withId(id: string): this;
|
|
8131
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8132
|
+
}
|
|
7312
8133
|
export class RAMLConfiguration {
|
|
7313
8134
|
static RAML(): AMFConfiguration;
|
|
7314
8135
|
|
|
@@ -7832,6 +8653,7 @@ declare module "amf-client-js" {
|
|
|
7832
8653
|
}
|
|
7833
8654
|
export class SecurityScheme implements DomainElement, Linkable {
|
|
7834
8655
|
customDomainProperties: Array<DomainExtension>;
|
|
8656
|
+
deprecated: BoolField;
|
|
7835
8657
|
description: StrField;
|
|
7836
8658
|
displayName: StrField;
|
|
7837
8659
|
extendsNode: Array<DomainElement>;
|
|
@@ -7844,6 +8666,7 @@ declare module "amf-client-js" {
|
|
|
7844
8666
|
refSummary: StrField;
|
|
7845
8667
|
refDescription: StrField;
|
|
7846
8668
|
name: StrField;
|
|
8669
|
+
oauth2MetadataUrl: StrField;
|
|
7847
8670
|
position: Range;
|
|
7848
8671
|
queryParameters: Array<Parameter>;
|
|
7849
8672
|
queryString: Shape;
|
|
@@ -7914,6 +8737,10 @@ declare module "amf-client-js" {
|
|
|
7914
8737
|
withType(type: string): this;
|
|
7915
8738
|
|
|
7916
8739
|
withMutualTLSSettings(): MutualTLSSettings;
|
|
8740
|
+
|
|
8741
|
+
withDeprecated(deprecated: boolean): this;
|
|
8742
|
+
|
|
8743
|
+
withOauth2MetadataUrl(url: string): this;
|
|
7917
8744
|
}
|
|
7918
8745
|
export class SecuritySchemeFragment extends Fragment {
|
|
7919
8746
|
constructor();
|
|
@@ -8050,14 +8877,19 @@ declare module "amf-client-js" {
|
|
|
8050
8877
|
bindings: ServerBindings;
|
|
8051
8878
|
customDomainProperties: Array<DomainExtension>;
|
|
8052
8879
|
description: StrField;
|
|
8880
|
+
documentation: CreativeWork;
|
|
8053
8881
|
extendsNode: Array<DomainElement>;
|
|
8882
|
+
host: StrField;
|
|
8054
8883
|
id: string;
|
|
8055
8884
|
isExternalLink: BoolField;
|
|
8056
8885
|
name: StrField;
|
|
8886
|
+
pathname: StrField;
|
|
8057
8887
|
position: Range;
|
|
8058
8888
|
protocol: StrField;
|
|
8059
8889
|
protocolVersion: StrField;
|
|
8060
8890
|
security: Array<SecurityRequirement>;
|
|
8891
|
+
summary: StrField;
|
|
8892
|
+
title: StrField;
|
|
8061
8893
|
url: StrField;
|
|
8062
8894
|
variables: Array<Parameter>;
|
|
8063
8895
|
tags: Array<Tag>
|
|
@@ -8074,18 +8906,28 @@ declare module "amf-client-js" {
|
|
|
8074
8906
|
|
|
8075
8907
|
withDescription(description: string): this;
|
|
8076
8908
|
|
|
8909
|
+
withDocumentation(documentation: CreativeWork): this;
|
|
8910
|
+
|
|
8077
8911
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8078
8912
|
|
|
8913
|
+
withHost(host: string): this;
|
|
8914
|
+
|
|
8079
8915
|
withId(id: string): this;
|
|
8080
8916
|
|
|
8081
8917
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8082
8918
|
|
|
8919
|
+
withPathname(pathname: string): this;
|
|
8920
|
+
|
|
8083
8921
|
withProtocol(protocol: string): this;
|
|
8084
8922
|
|
|
8085
8923
|
withProtocolVersion(protocolVersion: string): this;
|
|
8086
8924
|
|
|
8087
8925
|
withSecurity(security: Array<SecurityRequirement>): this;
|
|
8088
8926
|
|
|
8927
|
+
withSummary(summary: string): this;
|
|
8928
|
+
|
|
8929
|
+
withTitle(title: string): this;
|
|
8930
|
+
|
|
8089
8931
|
withUrl(url: string): this;
|
|
8090
8932
|
|
|
8091
8933
|
withVariable(name: string): Parameter;
|
|
@@ -8952,6 +9794,7 @@ declare module "amf-client-js" {
|
|
|
8952
9794
|
static readonly ASYNC24: Spec;
|
|
8953
9795
|
static readonly ASYNC25: Spec;
|
|
8954
9796
|
static readonly ASYNC26: Spec;
|
|
9797
|
+
static readonly ASYNC30: Spec;
|
|
8955
9798
|
static readonly GRAPHQL: Spec;
|
|
8956
9799
|
static readonly GRAPHQL_FEDERATION: Spec;
|
|
8957
9800
|
static readonly GRPC: Spec;
|
|
@@ -8961,6 +9804,7 @@ declare module "amf-client-js" {
|
|
|
8961
9804
|
static readonly OAS20: Spec;
|
|
8962
9805
|
static readonly OAS30: Spec;
|
|
8963
9806
|
static readonly OAS31: Spec;
|
|
9807
|
+
static readonly OAS32: Spec;
|
|
8964
9808
|
static readonly PAYLOAD: Spec;
|
|
8965
9809
|
static readonly RAML08: Spec;
|
|
8966
9810
|
static readonly RAML10: Spec;
|
|
@@ -9055,8 +9899,11 @@ declare module "amf-client-js" {
|
|
|
9055
9899
|
extendsNode: Array<DomainElement>;
|
|
9056
9900
|
id: string;
|
|
9057
9901
|
isExternalLink: BoolField;
|
|
9902
|
+
kind: StrField;
|
|
9058
9903
|
name: StrField;
|
|
9904
|
+
parent: StrField;
|
|
9059
9905
|
position: Range;
|
|
9906
|
+
summary: StrField;
|
|
9060
9907
|
|
|
9061
9908
|
constructor();
|
|
9062
9909
|
|
|
@@ -9076,8 +9923,14 @@ declare module "amf-client-js" {
|
|
|
9076
9923
|
|
|
9077
9924
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
9078
9925
|
|
|
9926
|
+
withKind(kind: string): this;
|
|
9927
|
+
|
|
9079
9928
|
withName(name: string): this;
|
|
9080
9929
|
|
|
9930
|
+
withParent(parent: string): this;
|
|
9931
|
+
|
|
9932
|
+
withSummary(summary: string): this;
|
|
9933
|
+
|
|
9081
9934
|
withVariables(documentation: CreativeWork): this;
|
|
9082
9935
|
}
|
|
9083
9936
|
export class TemplatedLink implements DomainElement {
|
|
@@ -9437,6 +10290,7 @@ declare module "amf-client-js" {
|
|
|
9437
10290
|
termsOfService: StrField;
|
|
9438
10291
|
version: StrField;
|
|
9439
10292
|
defaultSchema: StrField;
|
|
10293
|
+
self: StrField;
|
|
9440
10294
|
summary: StrField;
|
|
9441
10295
|
|
|
9442
10296
|
constructor();
|
|
@@ -9497,6 +10351,8 @@ declare module "amf-client-js" {
|
|
|
9497
10351
|
|
|
9498
10352
|
withDefaultSchema(schema: string): this;
|
|
9499
10353
|
|
|
10354
|
+
withSelf(self: string): this;
|
|
10355
|
+
|
|
9500
10356
|
withSummary(summary: string): this;
|
|
9501
10357
|
}
|
|
9502
10358
|
export class WebSocketsChannelBinding implements ChannelBinding {
|
|
@@ -9557,6 +10413,7 @@ declare module "amf-client-js" {
|
|
|
9557
10413
|
isExternalLink: BoolField;
|
|
9558
10414
|
name: StrField;
|
|
9559
10415
|
namespace: StrField;
|
|
10416
|
+
nodeType: StrField;
|
|
9560
10417
|
position: Range;
|
|
9561
10418
|
prefix: StrField;
|
|
9562
10419
|
wrapped: BoolField;
|
|
@@ -9581,6 +10438,8 @@ declare module "amf-client-js" {
|
|
|
9581
10438
|
|
|
9582
10439
|
withNamespace(namespace: string): this;
|
|
9583
10440
|
|
|
10441
|
+
withNodeType(nodeType: string): this;
|
|
10442
|
+
|
|
9584
10443
|
withPrefix(prefix: string): this;
|
|
9585
10444
|
|
|
9586
10445
|
withWrapped(wrapped: boolean): this;
|
|
@@ -9900,6 +10759,40 @@ export class AgenticNetworkConfiguration extends BaseAgenticNetworkConfiguration
|
|
|
9900
10759
|
syncValidate(baseUnit: BaseUnit): AMFValidationReport;
|
|
9901
10760
|
}
|
|
9902
10761
|
|
|
10762
|
+
|
|
10763
|
+
export class AgentCardV1Configuration extends BaseAgentCardV1Configuration {
|
|
10764
|
+
static AgentCardV1(): AgentCardV1Configuration;
|
|
10765
|
+
|
|
10766
|
+
baseUnitClient(): AgentCardV1BaseUnitClient;
|
|
10767
|
+
}
|
|
10768
|
+
|
|
10769
|
+
export class BaseAgentCardV1Configuration extends BaseShapesConfiguration {
|
|
10770
|
+
withDialect(dialect: Dialect): BaseAgentCardV1Configuration;
|
|
10771
|
+
|
|
10772
|
+
withErrorHandlerProvider(
|
|
10773
|
+
provider: ErrorHandlerProvider
|
|
10774
|
+
): BaseAgentCardV1Configuration;
|
|
10775
|
+
|
|
10776
|
+
withEventListener(listener: AMFEventListener): BaseAgentCardV1Configuration;
|
|
10777
|
+
|
|
10778
|
+
withParsingOptions(parsingOptions: ParsingOptions): BaseAgentCardV1Configuration;
|
|
10779
|
+
|
|
10780
|
+
withRenderOptions(renderOptions: RenderOptions): BaseAgentCardV1Configuration;
|
|
10781
|
+
|
|
10782
|
+
withResourceLoader(rl: ResourceLoader): BaseAgentCardV1Configuration;
|
|
10783
|
+
|
|
10784
|
+
withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentCardV1Configuration;
|
|
10785
|
+
|
|
10786
|
+
withTransformationPipeline(
|
|
10787
|
+
pipeline: TransformationPipeline
|
|
10788
|
+
): BaseAgentCardV1Configuration;
|
|
10789
|
+
|
|
10790
|
+
withUnitCache(cache: UnitCache): BaseAgentCardV1Configuration;
|
|
10791
|
+
}
|
|
10792
|
+
export class AgentCardV1BaseUnitClient extends AMLBaseUnitClient {
|
|
10793
|
+
syncValidate(baseUnit: BaseUnit): AMFValidationReport;
|
|
10794
|
+
}
|
|
10795
|
+
|
|
9903
10796
|
export class ConfigurationAdapter {
|
|
9904
10797
|
static adapt(baseConfiguration: AMFGraphConfiguration): AMFConfiguration;
|
|
9905
10798
|
}
|