amf-client-js 5.8.0-SNAPSHOT.37 → 5.8.0-SNAPSHOT.39

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 CHANGED
@@ -4605,7 +4605,7 @@ p(Tpa,"amf.apicontract.internal.transformation.stages.ExtendsResolutionStage$Ext
4605
4605
  d.h=function(){return X(Y(),this)};d.c=function(a){return this===a||a instanceof BJ&&a.DOc===this.DOc&&this.Phb===a.Phb&&this.Ohb===a.Ohb};p(BJ,"amf.apicontract.internal.transformation.stages.ExtensionLikeResolutionStage$IriMerger",{nle:1,j:1,i:1,e:1,d:1});function vJ(){this.lOa=null;this.lOa=y(Yi(),u())}vJ.prototype=new n;vJ.prototype.constructor=vJ;function sqa(a,b){return!a.lOa.S(b)}function Yib(a,b){return b.xf(new q(c=>sqa(a,c)))}d=vJ.prototype;d.o=function(){return"IdTracker"};d.m=function(){return 0};
4606
4606
  d.n=function(a){throw W(""+a);};d.k=function(){return Z(this)};d.h=function(){return X(Y(),this)};d.c=function(a){return a instanceof vJ};p(vJ,"amf.apicontract.internal.transformation.stages.IdTracker",{tle:1,j:1,i:1,e:1,d:1});function Aic(a,b){this.JRb=a;this.KRb=b}Aic.prototype=new n;Aic.prototype.constructor=Aic;d=Aic.prototype;d.o=function(){return"Key"};d.m=function(){return 2};d.n=function(a){switch(a){case 0:return this.JRb;case 1:return this.KRb;default:throw W(""+a);}};d.k=function(){return Z(this)};
4607
4607
  d.h=function(){return X(Y(),this)};d.c=function(a){if(this===a)return!0;if(a instanceof Aic&&this.JRb===a.JRb){var b=this.KRb;a=a.KRb;return null===b?null===a:b.c(a)}return!1};p(Aic,"amf.apicontract.internal.transformation.stages.Key",{vle:1,j:1,i:1,e:1,d:1});
4608
- function Eqa(){this.NOc=this.LRb=null;Dqa=this;this.LRb="3.10.0";var a=[this.LRb],b=(new Qc("apiContractModelVersion: %s")).Ka,c=[];a.length|0;for(var e=0,f=a.length|0;e<f;)c.push(hx(a[e])),e=1+e|0;a=new Fa(c.length|0);var g=a.g.length;f=e=0;var h=c.length|0;g=h<g?h:g;h=a.g.length;for(g=g<h?g:h;e<g;)a.g[f]=c[e],e=1+e|0,f=1+f|0;this.NOc=ix(jx(),b,a)}Eqa.prototype=new n;Eqa.prototype.constructor=Eqa;d=Eqa.prototype;d.h=function(){return this.NOc};d.o=function(){return"BuildInfo"};d.m=function(){return 0};
4608
+ function Eqa(){this.NOc=this.LRb=null;Dqa=this;this.LRb="3.11.0";var a=[this.LRb],b=(new Qc("apiContractModelVersion: %s")).Ka,c=[];a.length|0;for(var e=0,f=a.length|0;e<f;)c.push(hx(a[e])),e=1+e|0;a=new Fa(c.length|0);var g=a.g.length;f=e=0;var h=c.length|0;g=h<g?h:g;h=a.g.length;for(g=g<h?g:h;e<g;)a.g[f]=c[e],e=1+e|0,f=1+f|0;this.NOc=ix(jx(),b,a)}Eqa.prototype=new n;Eqa.prototype.constructor=Eqa;d=Eqa.prototype;d.h=function(){return this.NOc};d.o=function(){return"BuildInfo"};d.m=function(){return 0};
4609
4609
  d.n=function(a){throw W(""+a);};d.k=function(){return 602658844};p(Eqa,"amf.apicontract.internal.unsafe.BuildInfo$",{Fle:1,j:1,i:1,e:1,d:1});var Dqa;
4610
4610
  function Bic(a){a=a.LCa().B(ZUa(),z().f);var b=z(),c=WB(Dp(),"mandatory-api-version");Dp();var e=new G(I().za,"WebAPI");Dp();var f=new G(I().Ab,"version"),g=Dp().Gl;c=Ep(Fp(),c,"Missing madatory Swagger / info / version",e,f,(Gp(),new G(I().G,"path")),g,"1","API Version is Mandatory","Version is mandatory in Info object","Violation");e=WB(Dp(),"openapi-schemes");Dp();f=new G(I().za,"WebAPI");Dp();g=new G(I().za,"scheme");Dp();var h=new G(I().G,"in");e=Ep(Fp(),e,"Protocols property must be http,https,ws,wss",
4611
4611
  f,g,(Gp(),new G(I().G,"path")),h,"http,https,ws,wss","Protocols must match a value http, https, ws or wss","Swagger object 'schemes' property must have a value matching http, https, ws or wss","Violation");f=WB(Dp(),"mandatory-external-doc-url");Dp();g=new G(I().Ab,"CreativeWork");Dp();h=new G(I().Ab,"url");var k=Dp().Gl;f=Ep(Fp(),f,"Swagger external-doc element without URL",g,h,(Gp(),new G(I().G,"path")),k,"1","Documentation URL is mandatory in API external documentation","URL is mandatory in External Documentation object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.8.0-SNAPSHOT.37",
3
+ "version": "5.8.0-SNAPSHOT.39",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -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>;