amf-client-js 5.8.0-SNAPSHOT.37 → 5.8.0-SNAPSHOT.38
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/package.json
CHANGED
|
@@ -5305,6 +5305,7 @@ declare module "amf-client-js" {
|
|
|
5305
5305
|
name: StrField;
|
|
5306
5306
|
position: Range;
|
|
5307
5307
|
url: StrField;
|
|
5308
|
+
identifier: StrField;
|
|
5308
5309
|
|
|
5309
5310
|
constructor();
|
|
5310
5311
|
|
|
@@ -5323,6 +5324,8 @@ declare module "amf-client-js" {
|
|
|
5323
5324
|
withName(name: string): this;
|
|
5324
5325
|
|
|
5325
5326
|
withUrl(url: string): this;
|
|
5327
|
+
|
|
5328
|
+
withIdentifier(identifier: string): this;
|
|
5326
5329
|
}
|
|
5327
5330
|
export class LinkNode implements DataNode {
|
|
5328
5331
|
alias: StrField;
|
|
@@ -9354,6 +9357,7 @@ declare module "amf-client-js" {
|
|
|
9354
9357
|
termsOfService: StrField;
|
|
9355
9358
|
version: StrField;
|
|
9356
9359
|
defaultSchema: StrField;
|
|
9360
|
+
summary: StrField;
|
|
9357
9361
|
|
|
9358
9362
|
constructor();
|
|
9359
9363
|
|
|
@@ -9412,6 +9416,8 @@ declare module "amf-client-js" {
|
|
|
9412
9416
|
withVersion(version: string): this;
|
|
9413
9417
|
|
|
9414
9418
|
withDefaultSchema(schema: string): this;
|
|
9419
|
+
|
|
9420
|
+
withSummary(summary: string): this;
|
|
9415
9421
|
}
|
|
9416
9422
|
export class WebSocketsChannelBinding implements ChannelBinding {
|
|
9417
9423
|
customDomainProperties: Array<DomainExtension>;
|