amf-client-js 5.10.2 → 5.10.16
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 +13199 -12114
- package/package.json +4 -3
- package/typings/amf-client-js.d.ts +930 -25
|
@@ -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;
|
|
@@ -1473,6 +1701,8 @@ declare module "amf-client-js" {
|
|
|
1473
1701
|
aliases: Array<StrField>;
|
|
1474
1702
|
size: IntField;
|
|
1475
1703
|
schemaVersion: StrField;
|
|
1704
|
+
dynamicRef: StrField;
|
|
1705
|
+
dynamicAnchor: StrField;
|
|
1476
1706
|
|
|
1477
1707
|
constructor();
|
|
1478
1708
|
|
|
@@ -1570,6 +1800,10 @@ declare module "amf-client-js" {
|
|
|
1570
1800
|
|
|
1571
1801
|
withSchemaVersion(version: string): this;
|
|
1572
1802
|
|
|
1803
|
+
withDynamicRef(ref: string): this;
|
|
1804
|
+
|
|
1805
|
+
withDynamicAnchor(anchor: string): this;
|
|
1806
|
+
|
|
1573
1807
|
avroSchemaType(): undefined | string;
|
|
1574
1808
|
|
|
1575
1809
|
isAvroSchema(): boolean;
|
|
@@ -1597,6 +1831,7 @@ declare module "amf-client-js" {
|
|
|
1597
1831
|
termsOfService: StrField;
|
|
1598
1832
|
version: StrField;
|
|
1599
1833
|
defaultSchema: StrField;
|
|
1834
|
+
self: StrField;
|
|
1600
1835
|
|
|
1601
1836
|
annotations(): Annotations;
|
|
1602
1837
|
|
|
@@ -1621,6 +1856,8 @@ declare module "amf-client-js" {
|
|
|
1621
1856
|
withServer(url: string): Server;
|
|
1622
1857
|
|
|
1623
1858
|
withDefaultSchema(schema: string): this;
|
|
1859
|
+
|
|
1860
|
+
withSelf(self: string): this;
|
|
1624
1861
|
}
|
|
1625
1862
|
export class ApiKeySettings extends Settings {
|
|
1626
1863
|
in: StrField;
|
|
@@ -1687,7 +1924,13 @@ declare module "amf-client-js" {
|
|
|
1687
1924
|
withUnevaluatedItemsSchema(schema: Shape): this;
|
|
1688
1925
|
}
|
|
1689
1926
|
export class AsyncAPIConfiguration {
|
|
1927
|
+
static Async(): AMFConfiguration;
|
|
1928
|
+
|
|
1690
1929
|
static Async20(): AMFConfiguration;
|
|
1930
|
+
|
|
1931
|
+
static Async30(): AMFConfiguration;
|
|
1932
|
+
|
|
1933
|
+
static fromSpec(spec: Spec): AMFConfiguration;
|
|
1691
1934
|
}
|
|
1692
1935
|
export class AsyncApi extends Api<AsyncApi> {
|
|
1693
1936
|
accepts: Array<StrField>;
|
|
@@ -1703,6 +1946,7 @@ declare module "amf-client-js" {
|
|
|
1703
1946
|
isExternalLink: BoolField;
|
|
1704
1947
|
license: License;
|
|
1705
1948
|
name: StrField;
|
|
1949
|
+
operations: Array<Operation>;
|
|
1706
1950
|
position: Range;
|
|
1707
1951
|
provider: Organization;
|
|
1708
1952
|
schemes: Array<StrField>;
|
|
@@ -1712,6 +1956,7 @@ declare module "amf-client-js" {
|
|
|
1712
1956
|
termsOfService: StrField;
|
|
1713
1957
|
version: StrField;
|
|
1714
1958
|
defaultSchema: StrField;
|
|
1959
|
+
self: StrField;
|
|
1715
1960
|
|
|
1716
1961
|
constructor();
|
|
1717
1962
|
|
|
@@ -1753,6 +1998,8 @@ declare module "amf-client-js" {
|
|
|
1753
1998
|
|
|
1754
1999
|
withName(name: string): this;
|
|
1755
2000
|
|
|
2001
|
+
withOperations(operations: Array<Operation>): this;
|
|
2002
|
+
|
|
1756
2003
|
withProvider(provider: Organization): this;
|
|
1757
2004
|
|
|
1758
2005
|
withSchemes(schemes: Array<string>): this;
|
|
@@ -1770,6 +2017,8 @@ declare module "amf-client-js" {
|
|
|
1770
2017
|
withVersion(version: string): this;
|
|
1771
2018
|
|
|
1772
2019
|
withDefaultSchema(schema: string): this;
|
|
2020
|
+
|
|
2021
|
+
withSelf(self: string): this;
|
|
1773
2022
|
}
|
|
1774
2023
|
export class AvroConfiguration {
|
|
1775
2024
|
static Avro(): AMFConfiguration;
|
|
@@ -3233,12 +3482,15 @@ declare module "amf-client-js" {
|
|
|
3233
3482
|
allowReserved: BoolField;
|
|
3234
3483
|
contentType: StrField;
|
|
3235
3484
|
customDomainProperties: Array<DomainExtension>;
|
|
3485
|
+
encoding: Array<Encoding>;
|
|
3236
3486
|
explode: BoolField;
|
|
3237
3487
|
extendsNode: Array<DomainElement>;
|
|
3238
3488
|
headers: Array<Parameter>;
|
|
3239
3489
|
id: string;
|
|
3240
3490
|
isExternalLink: BoolField;
|
|
3491
|
+
itemEncoding: Encoding;
|
|
3241
3492
|
position: Range;
|
|
3493
|
+
prefixEncoding: Array<Encoding>;
|
|
3242
3494
|
propertyName: StrField;
|
|
3243
3495
|
style: StrField;
|
|
3244
3496
|
|
|
@@ -3254,6 +3506,8 @@ declare module "amf-client-js" {
|
|
|
3254
3506
|
|
|
3255
3507
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3256
3508
|
|
|
3509
|
+
withEncoding(encoding: Array<Encoding>): this;
|
|
3510
|
+
|
|
3257
3511
|
withExplode(explode: boolean): this;
|
|
3258
3512
|
|
|
3259
3513
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
@@ -3266,6 +3520,10 @@ declare module "amf-client-js" {
|
|
|
3266
3520
|
|
|
3267
3521
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3268
3522
|
|
|
3523
|
+
withItemEncoding(encoding: Encoding): this;
|
|
3524
|
+
|
|
3525
|
+
withPrefixEncoding(encoding: Array<Encoding>): this;
|
|
3526
|
+
|
|
3269
3527
|
withPropertyName(propertyName: string): this;
|
|
3270
3528
|
|
|
3271
3529
|
withStyle(style: string): this;
|
|
@@ -3274,10 +3532,12 @@ declare module "amf-client-js" {
|
|
|
3274
3532
|
bindings: ChannelBindings;
|
|
3275
3533
|
customDomainProperties: Array<DomainExtension>;
|
|
3276
3534
|
description: StrField;
|
|
3535
|
+
documentation: CreativeWork;
|
|
3277
3536
|
extendsNode: Array<DomainElement>;
|
|
3278
3537
|
federationMetadata: EndPointFederationMetadata;
|
|
3279
3538
|
id: string;
|
|
3280
3539
|
isExternalLink: BoolField;
|
|
3540
|
+
messages: Array<Message>;
|
|
3281
3541
|
name: StrField;
|
|
3282
3542
|
operations: Array<Operation>;
|
|
3283
3543
|
parameters: Array<Parameter>;
|
|
@@ -3289,6 +3549,8 @@ declare module "amf-client-js" {
|
|
|
3289
3549
|
security: Array<SecurityRequirement>;
|
|
3290
3550
|
servers: Array<Server>;
|
|
3291
3551
|
summary: StrField;
|
|
3552
|
+
tags: Array<Tag>;
|
|
3553
|
+
title: StrField;
|
|
3292
3554
|
|
|
3293
3555
|
constructor();
|
|
3294
3556
|
|
|
@@ -3302,12 +3564,16 @@ declare module "amf-client-js" {
|
|
|
3302
3564
|
|
|
3303
3565
|
withDescription(description: string): this;
|
|
3304
3566
|
|
|
3567
|
+
withDocumentation(documentation: CreativeWork): this;
|
|
3568
|
+
|
|
3305
3569
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
3306
3570
|
|
|
3307
3571
|
withId(id: string): this;
|
|
3308
3572
|
|
|
3309
3573
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3310
3574
|
|
|
3575
|
+
withMessages(messages: Array<Message>): this;
|
|
3576
|
+
|
|
3311
3577
|
withName(name: string): this;
|
|
3312
3578
|
|
|
3313
3579
|
withOperation(method: string): Operation;
|
|
@@ -3332,6 +3598,10 @@ declare module "amf-client-js" {
|
|
|
3332
3598
|
|
|
3333
3599
|
withSummary(summary: string): this;
|
|
3334
3600
|
|
|
3601
|
+
withTags(tags: Array<Tag>): this;
|
|
3602
|
+
|
|
3603
|
+
withTitle(title: string): this;
|
|
3604
|
+
|
|
3335
3605
|
isLink: boolean;
|
|
3336
3606
|
linkLabel: StrField;
|
|
3337
3607
|
linkTarget: DomainElement | undefined;
|
|
@@ -3402,6 +3672,7 @@ declare module "amf-client-js" {
|
|
|
3402
3672
|
mediaType: StrField;
|
|
3403
3673
|
name: StrField;
|
|
3404
3674
|
position: Range;
|
|
3675
|
+
serializedValue: StrField;
|
|
3405
3676
|
strict: BoolField;
|
|
3406
3677
|
structuredValue: DataNode;
|
|
3407
3678
|
value: StrField;
|
|
@@ -3440,6 +3711,8 @@ declare module "amf-client-js" {
|
|
|
3440
3711
|
|
|
3441
3712
|
withName(name: string): this;
|
|
3442
3713
|
|
|
3714
|
+
withSerializedValue(value: string): this;
|
|
3715
|
+
|
|
3443
3716
|
withStrict(strict: boolean): this;
|
|
3444
3717
|
|
|
3445
3718
|
withStructuredValue(value: DataNode): this;
|
|
@@ -3963,51 +4236,381 @@ declare module "amf-client-js" {
|
|
|
3963
4236
|
annotations(): Annotations;
|
|
3964
4237
|
graph(): Graph;
|
|
3965
4238
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3966
|
-
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4239
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4240
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4241
|
+
withId(id: string): this;
|
|
4242
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4243
|
+
}
|
|
4244
|
+
export class GooglePubSubSchemaDefinition020 implements GooglePubSubSchemaDefinition {
|
|
4245
|
+
name: StrField;
|
|
4246
|
+
withName(name: string): this;
|
|
4247
|
+
|
|
4248
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4249
|
+
extendsNode: Array<DomainElement>;
|
|
4250
|
+
id: string;
|
|
4251
|
+
isExternalLink: BoolField;
|
|
4252
|
+
position: Range;
|
|
4253
|
+
|
|
4254
|
+
annotations(): Annotations;
|
|
4255
|
+
graph(): Graph;
|
|
4256
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4257
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4258
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4259
|
+
withId(id: string): this;
|
|
4260
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4261
|
+
}
|
|
4262
|
+
export class Graph {
|
|
4263
|
+
containsProperty(uri: string): boolean;
|
|
4264
|
+
|
|
4265
|
+
getObjectByProperty(uri: string): Array<DomainElement>;
|
|
4266
|
+
|
|
4267
|
+
properties(): Array<string>;
|
|
4268
|
+
|
|
4269
|
+
propertyLexical(uri: string): Range;
|
|
4270
|
+
|
|
4271
|
+
removeField(uri: string): this;
|
|
4272
|
+
|
|
4273
|
+
scalarByProperty(uri: string): Array<any>;
|
|
4274
|
+
|
|
4275
|
+
types(): Array<string>;
|
|
4276
|
+
|
|
4277
|
+
propertyLexical(uri: string): Range;
|
|
4278
|
+
}
|
|
4279
|
+
export class GraphQLApiDocument extends Document {
|
|
4280
|
+
constructor();
|
|
4281
|
+
}
|
|
4282
|
+
export class GraphQLArgument implements DomainElement {
|
|
4283
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4284
|
+
deprecated: BoolField;
|
|
4285
|
+
deprecationReason: StrField;
|
|
4286
|
+
defaultValue: DataNode;
|
|
4287
|
+
description: StrField;
|
|
4288
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4289
|
+
extendsNode: Array<DomainElement>;
|
|
4290
|
+
id: string;
|
|
4291
|
+
isExternalLink: BoolField;
|
|
4292
|
+
name: StrField;
|
|
4293
|
+
namedType: DomainElement;
|
|
4294
|
+
position: Range;
|
|
4295
|
+
type: DomainElement;
|
|
4296
|
+
|
|
4297
|
+
constructor();
|
|
4298
|
+
|
|
4299
|
+
annotations(): Annotations;
|
|
4300
|
+
|
|
4301
|
+
graph(): Graph;
|
|
4302
|
+
|
|
4303
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4304
|
+
|
|
4305
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4306
|
+
|
|
4307
|
+
withId(id: string): this;
|
|
4308
|
+
|
|
4309
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4310
|
+
}
|
|
4311
|
+
export class GraphQLArgumentValue implements DomainElement {
|
|
4312
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4313
|
+
extendsNode: Array<DomainElement>;
|
|
4314
|
+
id: string;
|
|
4315
|
+
isExternalLink: BoolField;
|
|
4316
|
+
name: StrField;
|
|
4317
|
+
position: Range;
|
|
4318
|
+
value: DataNode;
|
|
4319
|
+
|
|
4320
|
+
constructor();
|
|
4321
|
+
|
|
4322
|
+
annotations(): Annotations;
|
|
4323
|
+
|
|
4324
|
+
graph(): Graph;
|
|
4325
|
+
|
|
4326
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4327
|
+
|
|
4328
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4329
|
+
|
|
4330
|
+
withId(id: string): this;
|
|
4331
|
+
|
|
4332
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4333
|
+
}
|
|
4334
|
+
export class GraphQLConfiguration {
|
|
4335
|
+
static GraphQL(): AMFConfiguration;
|
|
4336
|
+
}
|
|
4337
|
+
export class GraphQLDirectiveApplication implements DomainElement {
|
|
4338
|
+
arguments: Array<GraphQLArgumentValue>;
|
|
4339
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4340
|
+
definition: DomainElement;
|
|
4341
|
+
extendsNode: Array<DomainElement>;
|
|
4342
|
+
id: string;
|
|
4343
|
+
isExternalLink: BoolField;
|
|
4344
|
+
name: StrField;
|
|
4345
|
+
position: Range;
|
|
4346
|
+
|
|
4347
|
+
constructor();
|
|
4348
|
+
|
|
4349
|
+
annotations(): Annotations;
|
|
4350
|
+
|
|
4351
|
+
graph(): Graph;
|
|
4352
|
+
|
|
4353
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4354
|
+
|
|
4355
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4356
|
+
|
|
4357
|
+
withId(id: string): this;
|
|
4358
|
+
|
|
4359
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4360
|
+
}
|
|
4361
|
+
export class GraphQLDirectiveDefinition implements DomainElement {
|
|
4362
|
+
arguments: Array<GraphQLArgument>;
|
|
4363
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4364
|
+
description: StrField;
|
|
4365
|
+
extendsNode: Array<DomainElement>;
|
|
4366
|
+
id: string;
|
|
4367
|
+
isExternalLink: BoolField;
|
|
4368
|
+
locations: Array<StrField>;
|
|
4369
|
+
name: StrField;
|
|
4370
|
+
position: Range;
|
|
4371
|
+
repeatable: BoolField;
|
|
4372
|
+
|
|
4373
|
+
constructor();
|
|
4374
|
+
|
|
4375
|
+
annotations(): Annotations;
|
|
4376
|
+
|
|
4377
|
+
graph(): Graph;
|
|
4378
|
+
|
|
4379
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4380
|
+
|
|
4381
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4382
|
+
|
|
4383
|
+
withId(id: string): this;
|
|
4384
|
+
|
|
4385
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4386
|
+
}
|
|
4387
|
+
export class GraphQLEnumType extends ScalarShape {
|
|
4388
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4389
|
+
enumValues: Array<GraphQLEnumValue>;
|
|
4390
|
+
|
|
4391
|
+
constructor();
|
|
4392
|
+
}
|
|
4393
|
+
export class GraphQLEnumValue implements DomainElement {
|
|
4394
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4395
|
+
deprecated: BoolField;
|
|
4396
|
+
deprecationReason: StrField;
|
|
4397
|
+
description: StrField;
|
|
4398
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4399
|
+
extendsNode: Array<DomainElement>;
|
|
4400
|
+
id: string;
|
|
4401
|
+
isExternalLink: BoolField;
|
|
4402
|
+
name: StrField;
|
|
4403
|
+
position: Range;
|
|
4404
|
+
|
|
4405
|
+
constructor();
|
|
4406
|
+
|
|
4407
|
+
annotations(): Annotations;
|
|
4408
|
+
|
|
4409
|
+
graph(): Graph;
|
|
4410
|
+
|
|
4411
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4412
|
+
|
|
4413
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4414
|
+
|
|
4415
|
+
withId(id: string): this;
|
|
4416
|
+
|
|
4417
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4418
|
+
}
|
|
4419
|
+
export class GraphQLFederationConfiguration {
|
|
4420
|
+
static GraphQLFederation(): AMFConfiguration;
|
|
4421
|
+
}
|
|
4422
|
+
export class GraphQLField implements DomainElement {
|
|
4423
|
+
arguments: Array<GraphQLArgument>;
|
|
4424
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4425
|
+
deprecated: BoolField;
|
|
4426
|
+
deprecationReason: StrField;
|
|
4427
|
+
description: StrField;
|
|
4428
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4429
|
+
extendsNode: Array<DomainElement>;
|
|
4430
|
+
id: string;
|
|
4431
|
+
isExternalLink: BoolField;
|
|
4432
|
+
isMutationField: BoolField;
|
|
4433
|
+
isQueryField: BoolField;
|
|
4434
|
+
isSubscriptionField: BoolField;
|
|
4435
|
+
name: StrField;
|
|
4436
|
+
namedType: DomainElement;
|
|
4437
|
+
position: Range;
|
|
4438
|
+
type: DomainElement;
|
|
4439
|
+
|
|
4440
|
+
constructor();
|
|
4441
|
+
|
|
4442
|
+
annotations(): Annotations;
|
|
4443
|
+
|
|
4444
|
+
graph(): Graph;
|
|
4445
|
+
|
|
4446
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4447
|
+
|
|
4448
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4449
|
+
|
|
4450
|
+
withId(id: string): this;
|
|
4451
|
+
|
|
4452
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4453
|
+
}
|
|
4454
|
+
export class GraphQLInputField implements DomainElement {
|
|
4455
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4456
|
+
defaultValue: DataNode;
|
|
4457
|
+
deprecated: BoolField;
|
|
4458
|
+
deprecationReason: StrField;
|
|
4459
|
+
description: StrField;
|
|
4460
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4461
|
+
extendsNode: Array<DomainElement>;
|
|
4462
|
+
id: string;
|
|
4463
|
+
isExternalLink: BoolField;
|
|
4464
|
+
name: StrField;
|
|
4465
|
+
namedType: DomainElement;
|
|
4466
|
+
position: Range;
|
|
4467
|
+
type: DomainElement;
|
|
4468
|
+
|
|
4469
|
+
constructor();
|
|
4470
|
+
|
|
4471
|
+
annotations(): Annotations;
|
|
4472
|
+
|
|
4473
|
+
graph(): Graph;
|
|
4474
|
+
|
|
4475
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4476
|
+
|
|
4477
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4478
|
+
|
|
4479
|
+
withId(id: string): this;
|
|
4480
|
+
|
|
4481
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4482
|
+
}
|
|
4483
|
+
export class GraphQLInputObjectType extends NodeShape {
|
|
4484
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4485
|
+
inputFields: Array<GraphQLInputField>;
|
|
4486
|
+
oneOf: BoolField;
|
|
4487
|
+
|
|
4488
|
+
constructor();
|
|
4489
|
+
}
|
|
4490
|
+
export class GraphQLInterfaceType extends NodeShape {
|
|
4491
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4492
|
+
fields_: Array<GraphQLField>;
|
|
4493
|
+
interfaces: Array<DomainElement>;
|
|
4494
|
+
|
|
4495
|
+
constructor();
|
|
4496
|
+
}
|
|
4497
|
+
export class GraphQLList implements GraphQLTypeWrapper {
|
|
4498
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4499
|
+
extendsNode: Array<DomainElement>;
|
|
4500
|
+
id: string;
|
|
4501
|
+
isExternalLink: BoolField;
|
|
4502
|
+
of: DomainElement;
|
|
4503
|
+
position: Range;
|
|
4504
|
+
|
|
4505
|
+
constructor();
|
|
4506
|
+
|
|
4507
|
+
annotations(): Annotations;
|
|
4508
|
+
|
|
4509
|
+
graph(): Graph;
|
|
4510
|
+
|
|
4511
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4512
|
+
|
|
4513
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4514
|
+
|
|
4515
|
+
withId(id: string): this;
|
|
4516
|
+
|
|
4517
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4518
|
+
}
|
|
4519
|
+
export class GraphQLNamedType implements GraphQLTypeWrapper {
|
|
4520
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4521
|
+
extendsNode: Array<DomainElement>;
|
|
4522
|
+
id: string;
|
|
4523
|
+
isExternalLink: BoolField;
|
|
4524
|
+
name: StrField;
|
|
4525
|
+
position: Range;
|
|
4526
|
+
target: DomainElement;
|
|
4527
|
+
|
|
4528
|
+
constructor();
|
|
4529
|
+
|
|
4530
|
+
annotations(): Annotations;
|
|
4531
|
+
|
|
4532
|
+
graph(): Graph;
|
|
4533
|
+
|
|
4534
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4535
|
+
|
|
4536
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4537
|
+
|
|
4538
|
+
withId(id: string): this;
|
|
4539
|
+
|
|
4540
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4541
|
+
}
|
|
4542
|
+
export class GraphQLNonNull implements GraphQLTypeWrapper {
|
|
4543
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4544
|
+
extendsNode: Array<DomainElement>;
|
|
4545
|
+
id: string;
|
|
4546
|
+
isExternalLink: BoolField;
|
|
4547
|
+
of: DomainElement;
|
|
4548
|
+
position: Range;
|
|
4549
|
+
|
|
4550
|
+
constructor();
|
|
4551
|
+
|
|
4552
|
+
annotations(): Annotations;
|
|
4553
|
+
|
|
4554
|
+
graph(): Graph;
|
|
4555
|
+
|
|
4556
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4557
|
+
|
|
3967
4558
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4559
|
+
|
|
3968
4560
|
withId(id: string): this;
|
|
4561
|
+
|
|
3969
4562
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3970
4563
|
}
|
|
3971
|
-
export class
|
|
3972
|
-
|
|
3973
|
-
|
|
4564
|
+
export class GraphQLObjectType extends NodeShape {
|
|
4565
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4566
|
+
fields_: Array<GraphQLField>;
|
|
4567
|
+
interfaces: Array<DomainElement>;
|
|
4568
|
+
isMutationRoot: BoolField;
|
|
4569
|
+
isQueryRoot: BoolField;
|
|
4570
|
+
isSubscriptionRoot: BoolField;
|
|
4571
|
+
|
|
4572
|
+
constructor();
|
|
4573
|
+
}
|
|
4574
|
+
export class GraphQLScalarType extends ScalarShape {
|
|
4575
|
+
isBuiltIn: BoolField;
|
|
4576
|
+
specifiedBy: StrField;
|
|
3974
4577
|
|
|
4578
|
+
constructor();
|
|
4579
|
+
}
|
|
4580
|
+
export class GraphQLSchema implements DomainElement {
|
|
3975
4581
|
customDomainProperties: Array<DomainExtension>;
|
|
4582
|
+
description: StrField;
|
|
4583
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
3976
4584
|
extendsNode: Array<DomainElement>;
|
|
3977
4585
|
id: string;
|
|
3978
4586
|
isExternalLink: BoolField;
|
|
4587
|
+
mutationType: DomainElement;
|
|
3979
4588
|
position: Range;
|
|
4589
|
+
queryType: DomainElement;
|
|
4590
|
+
subscriptionType: DomainElement;
|
|
4591
|
+
|
|
4592
|
+
constructor();
|
|
3980
4593
|
|
|
3981
4594
|
annotations(): Annotations;
|
|
4595
|
+
|
|
3982
4596
|
graph(): Graph;
|
|
4597
|
+
|
|
3983
4598
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
3984
|
-
|
|
4599
|
+
|
|
3985
4600
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4601
|
+
|
|
3986
4602
|
withId(id: string): this;
|
|
4603
|
+
|
|
3987
4604
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
3988
4605
|
}
|
|
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>;
|
|
4606
|
+
export interface GraphQLTypeWrapper extends DomainElement {}
|
|
4607
|
+
export class GraphQLUnionType extends UnionShape {
|
|
4608
|
+
directives: Array<GraphQLDirectiveApplication>;
|
|
4003
4609
|
|
|
4004
|
-
|
|
4005
|
-
}
|
|
4006
|
-
export class GraphQLConfiguration {
|
|
4007
|
-
static GraphQL(): AMFConfiguration;
|
|
4610
|
+
constructor();
|
|
4008
4611
|
}
|
|
4009
|
-
export class
|
|
4010
|
-
static
|
|
4612
|
+
export class GraphQLV2Configuration {
|
|
4613
|
+
static GraphQLV2(): AMFConfiguration;
|
|
4011
4614
|
}
|
|
4012
4615
|
export class GRPCConfiguration {
|
|
4013
4616
|
static GRPC(): AMFConfiguration;
|
|
@@ -4284,6 +4887,50 @@ declare module "amf-client-js" {
|
|
|
4284
4887
|
|
|
4285
4888
|
withQuery(query: Shape): this;
|
|
4286
4889
|
}
|
|
4890
|
+
export class HttpOperationBinding030 implements HttpOperationBinding {
|
|
4891
|
+
customDomainProperties: Array<DomainExtension>;
|
|
4892
|
+
extendsNode: Array<DomainElement>;
|
|
4893
|
+
id: string;
|
|
4894
|
+
isExternalLink: BoolField;
|
|
4895
|
+
isLink: boolean;
|
|
4896
|
+
linkLabel: StrField;
|
|
4897
|
+
linkTarget: undefined | DomainElement;
|
|
4898
|
+
refSummary: StrField;
|
|
4899
|
+
refDescription: StrField;
|
|
4900
|
+
method: StrField;
|
|
4901
|
+
position: Range;
|
|
4902
|
+
query: Shape;
|
|
4903
|
+
|
|
4904
|
+
constructor();
|
|
4905
|
+
|
|
4906
|
+
annotations(): Annotations;
|
|
4907
|
+
|
|
4908
|
+
graph(): Graph;
|
|
4909
|
+
|
|
4910
|
+
link<T>(label: string): T;
|
|
4911
|
+
|
|
4912
|
+
link<T>(): T;
|
|
4913
|
+
|
|
4914
|
+
linkCopy(): HttpOperationBinding030;
|
|
4915
|
+
|
|
4916
|
+
withBindingVersion(bindingVersion: string): this;
|
|
4917
|
+
|
|
4918
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
4919
|
+
|
|
4920
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
4921
|
+
|
|
4922
|
+
withId(id: string): this;
|
|
4923
|
+
|
|
4924
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
4925
|
+
|
|
4926
|
+
withLinkLabel(label: string): this;
|
|
4927
|
+
|
|
4928
|
+
withLinkTarget(target: undefined): this;
|
|
4929
|
+
|
|
4930
|
+
withMethod(method: string): this;
|
|
4931
|
+
|
|
4932
|
+
withQuery(query: Shape): this;
|
|
4933
|
+
}
|
|
4287
4934
|
export class HttpSettings extends Settings {
|
|
4288
4935
|
bearerFormat: StrField;
|
|
4289
4936
|
scheme: StrField;
|
|
@@ -4510,6 +5157,7 @@ declare module "amf-client-js" {
|
|
|
4510
5157
|
static readonly Draft04: JSONSchemaVersion;
|
|
4511
5158
|
static readonly Draft07: JSONSchemaVersion;
|
|
4512
5159
|
static readonly Draft201909: JSONSchemaVersion;
|
|
5160
|
+
static readonly Draft202012: JSONSchemaVersion;
|
|
4513
5161
|
static readonly Unspecified: JSONSchemaVersion;
|
|
4514
5162
|
}
|
|
4515
5163
|
export interface JsAMFEventListener {
|
|
@@ -4773,6 +5421,7 @@ declare module "amf-client-js" {
|
|
|
4773
5421
|
constructor();
|
|
4774
5422
|
}
|
|
4775
5423
|
export class JsonSchemaDraft201909 implements JSONSchemaVersion {}
|
|
5424
|
+
export class JsonSchemaDraft202012 implements JSONSchemaVersion {}
|
|
4776
5425
|
export class JsonSchemaDraft4 implements JSONSchemaVersion {}
|
|
4777
5426
|
export class JsonSchemaDraft7 implements JSONSchemaVersion {}
|
|
4778
5427
|
export class JsonSchemaShapeRenderer {
|
|
@@ -6100,6 +6749,7 @@ declare module "amf-client-js" {
|
|
|
6100
6749
|
closed: BoolField;
|
|
6101
6750
|
dependencies: Array<PropertyDependencies>;
|
|
6102
6751
|
discriminator: StrField;
|
|
6752
|
+
discriminatorDefaultMapping: StrField;
|
|
6103
6753
|
discriminatorMapping: Array<IriTemplateMapping>;
|
|
6104
6754
|
discriminatorValue: StrField;
|
|
6105
6755
|
discriminatorValueMapping: Array<DiscriminatorValueMapping>;
|
|
@@ -6133,6 +6783,8 @@ declare module "amf-client-js" {
|
|
|
6133
6783
|
|
|
6134
6784
|
withDiscriminator(discriminator: string): this;
|
|
6135
6785
|
|
|
6786
|
+
withDiscriminatorDefaultMapping(value: string): this;
|
|
6787
|
+
|
|
6136
6788
|
withDiscriminatorMapping(mappings: Array<IriTemplateMapping>): this;
|
|
6137
6789
|
|
|
6138
6790
|
withDiscriminatorValue(value: string): this;
|
|
@@ -6177,8 +6829,14 @@ declare module "amf-client-js" {
|
|
|
6177
6829
|
|
|
6178
6830
|
static OAS31(): AMFConfiguration;
|
|
6179
6831
|
|
|
6832
|
+
static OAS32(): AMFConfiguration;
|
|
6833
|
+
|
|
6180
6834
|
static OAS30Component(): AMFConfiguration;
|
|
6181
6835
|
|
|
6836
|
+
static OAS31Component(): AMFConfiguration;
|
|
6837
|
+
|
|
6838
|
+
static OAS32Component(): AMFConfiguration;
|
|
6839
|
+
|
|
6182
6840
|
static OASComponent(): AMFConfiguration;
|
|
6183
6841
|
|
|
6184
6842
|
static fromSpec(spec: Spec): AMFConfiguration;
|
|
@@ -6203,6 +6861,7 @@ declare module "amf-client-js" {
|
|
|
6203
6861
|
accessTokenUri: StrField;
|
|
6204
6862
|
authorizationUri: StrField;
|
|
6205
6863
|
customDomainProperties: Array<DomainExtension>;
|
|
6864
|
+
deviceAuthorizationUri: StrField;
|
|
6206
6865
|
extendsNode: Array<DomainElement>;
|
|
6207
6866
|
flow: StrField;
|
|
6208
6867
|
id: string;
|
|
@@ -6223,6 +6882,8 @@ declare module "amf-client-js" {
|
|
|
6223
6882
|
|
|
6224
6883
|
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
6225
6884
|
|
|
6885
|
+
withDeviceAuthorizationUri(uri: string): this;
|
|
6886
|
+
|
|
6226
6887
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
6227
6888
|
|
|
6228
6889
|
withFlow(flow: string): this;
|
|
@@ -6296,19 +6957,24 @@ declare module "amf-client-js" {
|
|
|
6296
6957
|
}
|
|
6297
6958
|
export class Operation extends AbstractOperation implements Linkable {
|
|
6298
6959
|
accepts: Array<StrField>;
|
|
6960
|
+
action: StrField;
|
|
6299
6961
|
bindings: OperationBindings;
|
|
6300
6962
|
callbacks: Array<Callback>;
|
|
6963
|
+
channel: EndPoint;
|
|
6301
6964
|
contentType: Array<StrField>;
|
|
6302
6965
|
deprecated: BoolField;
|
|
6303
6966
|
documentation: CreativeWork;
|
|
6304
6967
|
federationMetadata: OperationFederationMetadata;
|
|
6305
6968
|
isAbstract: BoolField;
|
|
6306
6969
|
isLink: boolean;
|
|
6970
|
+
kind: StrField;
|
|
6307
6971
|
linkLabel: StrField;
|
|
6308
6972
|
linkTarget: undefined | DomainElement;
|
|
6309
6973
|
refSummary: StrField;
|
|
6310
6974
|
refDescription: StrField;
|
|
6311
6975
|
operationId: StrField;
|
|
6976
|
+
operationMessages: Array<Message>;
|
|
6977
|
+
reply: OperationReply;
|
|
6312
6978
|
request: Request;
|
|
6313
6979
|
requests: Array<Request>;
|
|
6314
6980
|
response: Response;
|
|
@@ -6318,6 +6984,7 @@ declare module "amf-client-js" {
|
|
|
6318
6984
|
servers: Array<Server>;
|
|
6319
6985
|
summary: StrField;
|
|
6320
6986
|
tags: Array<Tag>;
|
|
6987
|
+
title: StrField;
|
|
6321
6988
|
|
|
6322
6989
|
constructor();
|
|
6323
6990
|
|
|
@@ -6374,6 +7041,18 @@ declare module "amf-client-js" {
|
|
|
6374
7041
|
withSummary(summary: string): this;
|
|
6375
7042
|
|
|
6376
7043
|
withTags(tags: Array<Tag>): this;
|
|
7044
|
+
|
|
7045
|
+
withTitle(title: string): this;
|
|
7046
|
+
|
|
7047
|
+
withAction(action: string): this;
|
|
7048
|
+
|
|
7049
|
+
withChannel(channel: EndPoint): this;
|
|
7050
|
+
|
|
7051
|
+
withOperationMessages(messages: Array<Message>): this;
|
|
7052
|
+
|
|
7053
|
+
withReply(reply: OperationReply): this;
|
|
7054
|
+
|
|
7055
|
+
withKind(kind: string): this;
|
|
6377
7056
|
}
|
|
6378
7057
|
export interface OperationBinding extends DomainElement, Linkable {}
|
|
6379
7058
|
export class OperationBindings implements DomainElement, Linkable {
|
|
@@ -6431,6 +7110,47 @@ declare module "amf-client-js" {
|
|
|
6431
7110
|
|
|
6432
7111
|
withProvidedEntity(providedEntity: NodeShape): this;
|
|
6433
7112
|
}
|
|
7113
|
+
export class OperationReply implements DomainElement {
|
|
7114
|
+
address: OperationReplyAddress;
|
|
7115
|
+
channel: EndPoint;
|
|
7116
|
+
customDomainProperties: Array<DomainExtension>;
|
|
7117
|
+
extendsNode: Array<DomainElement>;
|
|
7118
|
+
id: string;
|
|
7119
|
+
isExternalLink: BoolField;
|
|
7120
|
+
messages: Array<Message>;
|
|
7121
|
+
position: Range;
|
|
7122
|
+
|
|
7123
|
+
constructor();
|
|
7124
|
+
|
|
7125
|
+
annotations(): Annotations;
|
|
7126
|
+
|
|
7127
|
+
graph(): Graph;
|
|
7128
|
+
|
|
7129
|
+
withAddress(address: OperationReplyAddress): this;
|
|
7130
|
+
|
|
7131
|
+
withChannel(channel: EndPoint): this;
|
|
7132
|
+
|
|
7133
|
+
withMessages(messages: Array<Message>): this;
|
|
7134
|
+
}
|
|
7135
|
+
export class OperationReplyAddress implements DomainElement {
|
|
7136
|
+
customDomainProperties: Array<DomainExtension>;
|
|
7137
|
+
description: StrField;
|
|
7138
|
+
extendsNode: Array<DomainElement>;
|
|
7139
|
+
id: string;
|
|
7140
|
+
isExternalLink: BoolField;
|
|
7141
|
+
position: Range;
|
|
7142
|
+
replyLocation: StrField;
|
|
7143
|
+
|
|
7144
|
+
constructor();
|
|
7145
|
+
|
|
7146
|
+
annotations(): Annotations;
|
|
7147
|
+
|
|
7148
|
+
graph(): Graph;
|
|
7149
|
+
|
|
7150
|
+
withDescription(description: string): this;
|
|
7151
|
+
|
|
7152
|
+
withReplyLocation(location: string): this;
|
|
7153
|
+
}
|
|
6434
7154
|
export class Organization implements DomainElement {
|
|
6435
7155
|
customDomainProperties: Array<DomainExtension>;
|
|
6436
7156
|
email: StrField;
|
|
@@ -6708,6 +7428,9 @@ declare module "amf-client-js" {
|
|
|
6708
7428
|
encoding: Array<Encoding>;
|
|
6709
7429
|
encodings: Array<Encoding>;
|
|
6710
7430
|
examples: Array<Example>;
|
|
7431
|
+
itemEncoding: Encoding;
|
|
7432
|
+
itemSchema: Shape;
|
|
7433
|
+
prefixEncoding: Array<Encoding>;
|
|
6711
7434
|
required: BoolField;
|
|
6712
7435
|
schemaMediaType: StrField;
|
|
6713
7436
|
|
|
@@ -6725,6 +7448,12 @@ declare module "amf-client-js" {
|
|
|
6725
7448
|
|
|
6726
7449
|
withExamples(examples: Array<Example>): this;
|
|
6727
7450
|
|
|
7451
|
+
withItemEncoding(encoding: Encoding): this;
|
|
7452
|
+
|
|
7453
|
+
withItemSchema(shape: Shape): this;
|
|
7454
|
+
|
|
7455
|
+
withPrefixEncoding(encoding: Array<Encoding>): this;
|
|
7456
|
+
|
|
6728
7457
|
withRequired(required: boolean): this;
|
|
6729
7458
|
|
|
6730
7459
|
withSchemaMediaType(mediaType: string): this;
|
|
@@ -6802,6 +7531,7 @@ declare module "amf-client-js" {
|
|
|
6802
7531
|
static readonly AML: ProfileName;
|
|
6803
7532
|
static readonly ASYNC: ProfileName;
|
|
6804
7533
|
static readonly ASYNC20: ProfileName;
|
|
7534
|
+
static readonly ASYNC30: ProfileName;
|
|
6805
7535
|
static readonly GRAPHQL: ProfileName;
|
|
6806
7536
|
static readonly GRAPHQL_FEDERATION: ProfileName;
|
|
6807
7537
|
static readonly GRPC: ProfileName;
|
|
@@ -6810,6 +7540,7 @@ declare module "amf-client-js" {
|
|
|
6810
7540
|
static readonly OAS20: ProfileName;
|
|
6811
7541
|
static readonly OAS30: ProfileName;
|
|
6812
7542
|
static readonly OAS31: ProfileName;
|
|
7543
|
+
static readonly OAS32: ProfileName;
|
|
6813
7544
|
static readonly PAYLOAD: ProfileName;
|
|
6814
7545
|
static readonly RAML08: ProfileName;
|
|
6815
7546
|
static readonly RAML10: ProfileName;
|
|
@@ -7309,6 +8040,108 @@ declare module "amf-client-js" {
|
|
|
7309
8040
|
withId(id: string): this;
|
|
7310
8041
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
7311
8042
|
}
|
|
8043
|
+
export class Ros2ServerBinding010 implements ServerBinding {
|
|
8044
|
+
|
|
8045
|
+
rmwImplementation: StrField;
|
|
8046
|
+
domainId: IntField;
|
|
8047
|
+
bindingVersion: StrField;
|
|
8048
|
+
|
|
8049
|
+
withRmwImplementation(rmwImplementation: string): this;
|
|
8050
|
+
withDomainId(domainId: number): this;
|
|
8051
|
+
withBindingVersion(bindingVersion: string): this;
|
|
8052
|
+
|
|
8053
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8054
|
+
extendsNode: Array<DomainElement>;
|
|
8055
|
+
id: string;
|
|
8056
|
+
isExternalLink: BoolField;
|
|
8057
|
+
isLink: boolean;
|
|
8058
|
+
linkLabel: StrField;
|
|
8059
|
+
linkTarget: DomainElement | undefined;
|
|
8060
|
+
refSummary: StrField;
|
|
8061
|
+
refDescription: StrField;
|
|
8062
|
+
position: Range;
|
|
8063
|
+
|
|
8064
|
+
annotations(): Annotations;
|
|
8065
|
+
graph(): Graph;
|
|
8066
|
+
link<T>(): T;
|
|
8067
|
+
link<T>(label: string): T;
|
|
8068
|
+
linkCopy(): Linkable;
|
|
8069
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8070
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8071
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8072
|
+
withId(id: string): this;
|
|
8073
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8074
|
+
withLinkLabel(label: string): this;
|
|
8075
|
+
withLinkTarget(target: undefined): this;
|
|
8076
|
+
}
|
|
8077
|
+
export class Ros2OperationBinding010 implements OperationBinding {
|
|
8078
|
+
|
|
8079
|
+
role: StrField;
|
|
8080
|
+
node: StrField;
|
|
8081
|
+
qosPolicies: Ros2OperationBindingQosPolicies;
|
|
8082
|
+
bindingVersion: StrField;
|
|
8083
|
+
|
|
8084
|
+
withRole(role: string): this;
|
|
8085
|
+
withNode(node: string): this;
|
|
8086
|
+
withQosPolicies(qosPolicies: Ros2OperationBindingQosPolicies): this;
|
|
8087
|
+
withBindingVersion(bindingVersion: string): this;
|
|
8088
|
+
|
|
8089
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8090
|
+
extendsNode: Array<DomainElement>;
|
|
8091
|
+
id: string;
|
|
8092
|
+
isExternalLink: BoolField;
|
|
8093
|
+
isLink: boolean;
|
|
8094
|
+
linkLabel: StrField;
|
|
8095
|
+
linkTarget: DomainElement | undefined;
|
|
8096
|
+
refSummary: StrField;
|
|
8097
|
+
refDescription: StrField;
|
|
8098
|
+
position: Range;
|
|
8099
|
+
|
|
8100
|
+
annotations(): Annotations;
|
|
8101
|
+
graph(): Graph;
|
|
8102
|
+
link<T>(): T;
|
|
8103
|
+
link<T>(label: string): T;
|
|
8104
|
+
linkCopy(): Linkable;
|
|
8105
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8106
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8107
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8108
|
+
withId(id: string): this;
|
|
8109
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8110
|
+
withLinkLabel(label: string): this;
|
|
8111
|
+
withLinkTarget(target: undefined): this;
|
|
8112
|
+
}
|
|
8113
|
+
export class Ros2OperationBindingQosPolicies implements DomainElement {
|
|
8114
|
+
|
|
8115
|
+
reliability: StrField;
|
|
8116
|
+
history: StrField;
|
|
8117
|
+
durability: StrField;
|
|
8118
|
+
lifespan: IntField;
|
|
8119
|
+
deadline: IntField;
|
|
8120
|
+
liveliness: StrField;
|
|
8121
|
+
leaseDuration: IntField;
|
|
8122
|
+
|
|
8123
|
+
withReliability(reliability: string): this;
|
|
8124
|
+
withHistory(history: string): this;
|
|
8125
|
+
withDurability(durability: string): this;
|
|
8126
|
+
withLifespan(lifespan: number): this;
|
|
8127
|
+
withDeadline(deadline: number): this;
|
|
8128
|
+
withLiveliness(liveliness: string): this;
|
|
8129
|
+
withLeaseDuration(leaseDuration: number): this;
|
|
8130
|
+
|
|
8131
|
+
customDomainProperties: Array<DomainExtension>;
|
|
8132
|
+
extendsNode: Array<DomainElement>;
|
|
8133
|
+
id: string;
|
|
8134
|
+
isExternalLink: BoolField;
|
|
8135
|
+
position: Range;
|
|
8136
|
+
|
|
8137
|
+
annotations(): Annotations;
|
|
8138
|
+
graph(): Graph;
|
|
8139
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8140
|
+
withCustomDomainProperties(extensions: Array<DomainExtension>): this;
|
|
8141
|
+
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8142
|
+
withId(id: string): this;
|
|
8143
|
+
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8144
|
+
}
|
|
7312
8145
|
export class RAMLConfiguration {
|
|
7313
8146
|
static RAML(): AMFConfiguration;
|
|
7314
8147
|
|
|
@@ -7832,6 +8665,7 @@ declare module "amf-client-js" {
|
|
|
7832
8665
|
}
|
|
7833
8666
|
export class SecurityScheme implements DomainElement, Linkable {
|
|
7834
8667
|
customDomainProperties: Array<DomainExtension>;
|
|
8668
|
+
deprecated: BoolField;
|
|
7835
8669
|
description: StrField;
|
|
7836
8670
|
displayName: StrField;
|
|
7837
8671
|
extendsNode: Array<DomainElement>;
|
|
@@ -7844,6 +8678,7 @@ declare module "amf-client-js" {
|
|
|
7844
8678
|
refSummary: StrField;
|
|
7845
8679
|
refDescription: StrField;
|
|
7846
8680
|
name: StrField;
|
|
8681
|
+
oauth2MetadataUrl: StrField;
|
|
7847
8682
|
position: Range;
|
|
7848
8683
|
queryParameters: Array<Parameter>;
|
|
7849
8684
|
queryString: Shape;
|
|
@@ -7914,6 +8749,10 @@ declare module "amf-client-js" {
|
|
|
7914
8749
|
withType(type: string): this;
|
|
7915
8750
|
|
|
7916
8751
|
withMutualTLSSettings(): MutualTLSSettings;
|
|
8752
|
+
|
|
8753
|
+
withDeprecated(deprecated: boolean): this;
|
|
8754
|
+
|
|
8755
|
+
withOauth2MetadataUrl(url: string): this;
|
|
7917
8756
|
}
|
|
7918
8757
|
export class SecuritySchemeFragment extends Fragment {
|
|
7919
8758
|
constructor();
|
|
@@ -8050,14 +8889,19 @@ declare module "amf-client-js" {
|
|
|
8050
8889
|
bindings: ServerBindings;
|
|
8051
8890
|
customDomainProperties: Array<DomainExtension>;
|
|
8052
8891
|
description: StrField;
|
|
8892
|
+
documentation: CreativeWork;
|
|
8053
8893
|
extendsNode: Array<DomainElement>;
|
|
8894
|
+
host: StrField;
|
|
8054
8895
|
id: string;
|
|
8055
8896
|
isExternalLink: BoolField;
|
|
8056
8897
|
name: StrField;
|
|
8898
|
+
pathname: StrField;
|
|
8057
8899
|
position: Range;
|
|
8058
8900
|
protocol: StrField;
|
|
8059
8901
|
protocolVersion: StrField;
|
|
8060
8902
|
security: Array<SecurityRequirement>;
|
|
8903
|
+
summary: StrField;
|
|
8904
|
+
title: StrField;
|
|
8061
8905
|
url: StrField;
|
|
8062
8906
|
variables: Array<Parameter>;
|
|
8063
8907
|
tags: Array<Tag>
|
|
@@ -8074,18 +8918,28 @@ declare module "amf-client-js" {
|
|
|
8074
8918
|
|
|
8075
8919
|
withDescription(description: string): this;
|
|
8076
8920
|
|
|
8921
|
+
withDocumentation(documentation: CreativeWork): this;
|
|
8922
|
+
|
|
8077
8923
|
withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
|
|
8078
8924
|
|
|
8925
|
+
withHost(host: string): this;
|
|
8926
|
+
|
|
8079
8927
|
withId(id: string): this;
|
|
8080
8928
|
|
|
8081
8929
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
8082
8930
|
|
|
8931
|
+
withPathname(pathname: string): this;
|
|
8932
|
+
|
|
8083
8933
|
withProtocol(protocol: string): this;
|
|
8084
8934
|
|
|
8085
8935
|
withProtocolVersion(protocolVersion: string): this;
|
|
8086
8936
|
|
|
8087
8937
|
withSecurity(security: Array<SecurityRequirement>): this;
|
|
8088
8938
|
|
|
8939
|
+
withSummary(summary: string): this;
|
|
8940
|
+
|
|
8941
|
+
withTitle(title: string): this;
|
|
8942
|
+
|
|
8089
8943
|
withUrl(url: string): this;
|
|
8090
8944
|
|
|
8091
8945
|
withVariable(name: string): Parameter;
|
|
@@ -8952,6 +9806,7 @@ declare module "amf-client-js" {
|
|
|
8952
9806
|
static readonly ASYNC24: Spec;
|
|
8953
9807
|
static readonly ASYNC25: Spec;
|
|
8954
9808
|
static readonly ASYNC26: Spec;
|
|
9809
|
+
static readonly ASYNC30: Spec;
|
|
8955
9810
|
static readonly GRAPHQL: Spec;
|
|
8956
9811
|
static readonly GRAPHQL_FEDERATION: Spec;
|
|
8957
9812
|
static readonly GRPC: Spec;
|
|
@@ -8961,6 +9816,7 @@ declare module "amf-client-js" {
|
|
|
8961
9816
|
static readonly OAS20: Spec;
|
|
8962
9817
|
static readonly OAS30: Spec;
|
|
8963
9818
|
static readonly OAS31: Spec;
|
|
9819
|
+
static readonly OAS32: Spec;
|
|
8964
9820
|
static readonly PAYLOAD: Spec;
|
|
8965
9821
|
static readonly RAML08: Spec;
|
|
8966
9822
|
static readonly RAML10: Spec;
|
|
@@ -9055,8 +9911,11 @@ declare module "amf-client-js" {
|
|
|
9055
9911
|
extendsNode: Array<DomainElement>;
|
|
9056
9912
|
id: string;
|
|
9057
9913
|
isExternalLink: BoolField;
|
|
9914
|
+
kind: StrField;
|
|
9058
9915
|
name: StrField;
|
|
9916
|
+
parent: StrField;
|
|
9059
9917
|
position: Range;
|
|
9918
|
+
summary: StrField;
|
|
9060
9919
|
|
|
9061
9920
|
constructor();
|
|
9062
9921
|
|
|
@@ -9076,8 +9935,14 @@ declare module "amf-client-js" {
|
|
|
9076
9935
|
|
|
9077
9936
|
withIsExternalLink(isExternalLink: boolean): DomainElement;
|
|
9078
9937
|
|
|
9938
|
+
withKind(kind: string): this;
|
|
9939
|
+
|
|
9079
9940
|
withName(name: string): this;
|
|
9080
9941
|
|
|
9942
|
+
withParent(parent: string): this;
|
|
9943
|
+
|
|
9944
|
+
withSummary(summary: string): this;
|
|
9945
|
+
|
|
9081
9946
|
withVariables(documentation: CreativeWork): this;
|
|
9082
9947
|
}
|
|
9083
9948
|
export class TemplatedLink implements DomainElement {
|
|
@@ -9437,6 +10302,7 @@ declare module "amf-client-js" {
|
|
|
9437
10302
|
termsOfService: StrField;
|
|
9438
10303
|
version: StrField;
|
|
9439
10304
|
defaultSchema: StrField;
|
|
10305
|
+
self: StrField;
|
|
9440
10306
|
summary: StrField;
|
|
9441
10307
|
|
|
9442
10308
|
constructor();
|
|
@@ -9497,6 +10363,8 @@ declare module "amf-client-js" {
|
|
|
9497
10363
|
|
|
9498
10364
|
withDefaultSchema(schema: string): this;
|
|
9499
10365
|
|
|
10366
|
+
withSelf(self: string): this;
|
|
10367
|
+
|
|
9500
10368
|
withSummary(summary: string): this;
|
|
9501
10369
|
}
|
|
9502
10370
|
export class WebSocketsChannelBinding implements ChannelBinding {
|
|
@@ -9557,6 +10425,7 @@ declare module "amf-client-js" {
|
|
|
9557
10425
|
isExternalLink: BoolField;
|
|
9558
10426
|
name: StrField;
|
|
9559
10427
|
namespace: StrField;
|
|
10428
|
+
nodeType: StrField;
|
|
9560
10429
|
position: Range;
|
|
9561
10430
|
prefix: StrField;
|
|
9562
10431
|
wrapped: BoolField;
|
|
@@ -9581,6 +10450,8 @@ declare module "amf-client-js" {
|
|
|
9581
10450
|
|
|
9582
10451
|
withNamespace(namespace: string): this;
|
|
9583
10452
|
|
|
10453
|
+
withNodeType(nodeType: string): this;
|
|
10454
|
+
|
|
9584
10455
|
withPrefix(prefix: string): this;
|
|
9585
10456
|
|
|
9586
10457
|
withWrapped(wrapped: boolean): this;
|
|
@@ -9900,6 +10771,40 @@ export class AgenticNetworkConfiguration extends BaseAgenticNetworkConfiguration
|
|
|
9900
10771
|
syncValidate(baseUnit: BaseUnit): AMFValidationReport;
|
|
9901
10772
|
}
|
|
9902
10773
|
|
|
10774
|
+
|
|
10775
|
+
export class AgentCardV1Configuration extends BaseAgentCardV1Configuration {
|
|
10776
|
+
static AgentCardV1(): AgentCardV1Configuration;
|
|
10777
|
+
|
|
10778
|
+
baseUnitClient(): AgentCardV1BaseUnitClient;
|
|
10779
|
+
}
|
|
10780
|
+
|
|
10781
|
+
export class BaseAgentCardV1Configuration extends BaseShapesConfiguration {
|
|
10782
|
+
withDialect(dialect: Dialect): BaseAgentCardV1Configuration;
|
|
10783
|
+
|
|
10784
|
+
withErrorHandlerProvider(
|
|
10785
|
+
provider: ErrorHandlerProvider
|
|
10786
|
+
): BaseAgentCardV1Configuration;
|
|
10787
|
+
|
|
10788
|
+
withEventListener(listener: AMFEventListener): BaseAgentCardV1Configuration;
|
|
10789
|
+
|
|
10790
|
+
withParsingOptions(parsingOptions: ParsingOptions): BaseAgentCardV1Configuration;
|
|
10791
|
+
|
|
10792
|
+
withRenderOptions(renderOptions: RenderOptions): BaseAgentCardV1Configuration;
|
|
10793
|
+
|
|
10794
|
+
withResourceLoader(rl: ResourceLoader): BaseAgentCardV1Configuration;
|
|
10795
|
+
|
|
10796
|
+
withResourceLoaders(rl: Array<ResourceLoader>): BaseAgentCardV1Configuration;
|
|
10797
|
+
|
|
10798
|
+
withTransformationPipeline(
|
|
10799
|
+
pipeline: TransformationPipeline
|
|
10800
|
+
): BaseAgentCardV1Configuration;
|
|
10801
|
+
|
|
10802
|
+
withUnitCache(cache: UnitCache): BaseAgentCardV1Configuration;
|
|
10803
|
+
}
|
|
10804
|
+
export class AgentCardV1BaseUnitClient extends AMLBaseUnitClient {
|
|
10805
|
+
syncValidate(baseUnit: BaseUnit): AMFValidationReport;
|
|
10806
|
+
}
|
|
10807
|
+
|
|
9903
10808
|
export class ConfigurationAdapter {
|
|
9904
10809
|
static adapt(baseConfiguration: AMFGraphConfiguration): AMFConfiguration;
|
|
9905
10810
|
}
|