@redocly/openapi-language-server 0.8.10 → 0.8.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -66,7 +66,7 @@ ${JSON.stringify(p,null,4)}`);let _=p;if(le.string(_.id)||le.number(_.id)){let A
66
66
  `,`\r
67
67
  `,"\r"];(function(e){function t(o,s,a,c){return new mu(o,s,a,c)}e.create=t;function n(o){let s=o;return!!(f.defined(s)&&f.string(s.uri)&&(f.undefined(s.languageId)||f.string(s.languageId))&&f.uinteger(s.lineCount)&&f.func(s.getText)&&f.func(s.positionAt)&&f.func(s.offsetAt))}e.is=n;function r(o,s){let a=o.getText(),c=i(s,(d,h)=>{let v=d.range.start.line-h.range.start.line;return v===0?d.range.start.character-h.range.start.character:v}),u=a.length;for(let d=c.length-1;d>=0;d--){let h=c[d],v=o.offsetAt(h.range.start),y=o.offsetAt(h.range.end);if(y<=u)a=a.substring(0,v)+h.newText+a.substring(y,a.length);else throw new Error("Overlapping edit");u=v}return a}e.applyEdits=r;function i(o,s){if(o.length<=1)return o;let a=o.length/2|0,c=o.slice(0,a),u=o.slice(a);i(c,s),i(u,s);let d=0,h=0,v=0;for(;d<c.length&&h<u.length;)s(c[d],u[h])<=0?o[v++]=c[d++]:o[v++]=u[h++];for(;d<c.length;)o[v++]=c[d++];for(;h<u.length;)o[v++]=u[h++];return o}})(gu||(gu={}));mu=class{constructor(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){this._content=t.text,this._version=n,this._lineOffsets=void 0}getLineOffsets(){if(this._lineOffsets===void 0){let t=[],n=this._content,r=!0;for(let i=0;i<n.length;i++){r&&(t.push(i),r=!1);let o=n.charAt(i);r=o==="\r"||o===`
68
68
  `,o==="\r"&&i+1<n.length&&n.charAt(i+1)===`
69
- `&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return et.create(0,t);for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return et.create(o,t-n[o])}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)}get lineCount(){return this.getLineOffsets().length}};(function(e){let t=Object.prototype.toString;function n(y){return typeof y<"u"}e.defined=n;function r(y){return typeof y>"u"}e.undefined=r;function i(y){return y===!0||y===!1}e.boolean=i;function o(y){return t.call(y)==="[object String]"}e.string=o;function s(y){return t.call(y)==="[object Number]"}e.number=s;function a(y,T,I){return t.call(y)==="[object Number]"&&T<=y&&y<=I}e.numberRange=a;function c(y){return t.call(y)==="[object Number]"&&-2147483648<=y&&y<=2147483647}e.integer=c;function u(y){return t.call(y)==="[object Number]"&&0<=y&&y<=2147483647}e.uinteger=u;function d(y){return t.call(y)==="[object Function]"}e.func=d;function h(y){return y!==null&&typeof y=="object"}e.objectLiteral=h;function v(y,T){return Array.isArray(y)&&y.every(T)}e.typedArray=v})(f||(f={}))});var ae=D(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ProtocolNotificationType=Ye.ProtocolNotificationType0=Ye.ProtocolRequestType=Ye.ProtocolRequestType0=Ye.RegistrationType=Ye.MessageDirection=void 0;var Qn=bn(),bf;(function(e){e.clientToServer="clientToServer",e.serverToClient="serverToClient",e.both="both"})(bf||(Ye.MessageDirection=bf={}));var hu=class{constructor(t){this.method=t}};Ye.RegistrationType=hu;var yu=class extends Qn.RequestType0{constructor(t){super(t)}};Ye.ProtocolRequestType0=yu;var bu=class extends Qn.RequestType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolRequestType=bu;var vu=class extends Qn.NotificationType0{constructor(t){super(t)}};Ye.ProtocolNotificationType0=vu;var Pu=class extends Qn.NotificationType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolNotificationType=Pu});var so=D(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.objectLiteral=xe.typedArray=xe.stringArray=xe.array=xe.func=xe.error=xe.number=xe.string=xe.boolean=void 0;function F_(e){return e===!0||e===!1}xe.boolean=F_;function vf(e){return typeof e=="string"||e instanceof String}xe.string=vf;function U_(e){return typeof e=="number"||e instanceof Number}xe.number=U_;function W_(e){return e instanceof Error}xe.error=W_;function H_(e){return typeof e=="function"}xe.func=H_;function Pf(e){return Array.isArray(e)}xe.array=Pf;function B_(e){return Pf(e)&&e.every(t=>vf(t))}xe.stringArray=B_;function z_(e,t){return Array.isArray(e)&&e.every(t)}xe.typedArray=z_;function $_(e){return e!==null&&typeof e=="object"}xe.objectLiteral=$_});var Cf=D(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.ImplementationRequest=void 0;var xf=ae(),_f;(function(e){e.method="textDocument/implementation",e.messageDirection=xf.MessageDirection.clientToServer,e.type=new xf.ProtocolRequestType(e.method)})(_f||(ao.ImplementationRequest=_f={}))});var Tf=D(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.TypeDefinitionRequest=void 0;var Df=ae(),Rf;(function(e){e.method="textDocument/typeDefinition",e.messageDirection=Df.MessageDirection.clientToServer,e.type=new Df.ProtocolRequestType(e.method)})(Rf||(co.TypeDefinitionRequest=Rf={}))});var kf=D(Jn=>{"use strict";Object.defineProperty(Jn,"__esModule",{value:!0});Jn.DidChangeWorkspaceFoldersNotification=Jn.WorkspaceFoldersRequest=void 0;var uo=ae(),wf;(function(e){e.method="workspace/workspaceFolders",e.messageDirection=uo.MessageDirection.serverToClient,e.type=new uo.ProtocolRequestType0(e.method)})(wf||(Jn.WorkspaceFoldersRequest=wf={}));var Sf;(function(e){e.method="workspace/didChangeWorkspaceFolders",e.messageDirection=uo.MessageDirection.clientToServer,e.type=new uo.ProtocolNotificationType(e.method)})(Sf||(Jn.DidChangeWorkspaceFoldersNotification=Sf={}))});var Nf=D(lo=>{"use strict";Object.defineProperty(lo,"__esModule",{value:!0});lo.ConfigurationRequest=void 0;var Af=ae(),Ef;(function(e){e.method="workspace/configuration",e.messageDirection=Af.MessageDirection.serverToClient,e.type=new Af.ProtocolRequestType(e.method)})(Ef||(lo.ConfigurationRequest=Ef={}))});var Mf=D(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});Xn.ColorPresentationRequest=Xn.DocumentColorRequest=void 0;var po=ae(),qf;(function(e){e.method="textDocument/documentColor",e.messageDirection=po.MessageDirection.clientToServer,e.type=new po.ProtocolRequestType(e.method)})(qf||(Xn.DocumentColorRequest=qf={}));var Of;(function(e){e.method="textDocument/colorPresentation",e.messageDirection=po.MessageDirection.clientToServer,e.type=new po.ProtocolRequestType(e.method)})(Of||(Xn.ColorPresentationRequest=Of={}))});var If=D(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.FoldingRangeRefreshRequest=Zn.FoldingRangeRequest=void 0;var fo=ae(),jf;(function(e){e.method="textDocument/foldingRange",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(jf||(Zn.FoldingRangeRequest=jf={}));var Lf;(function(e){e.method="workspace/foldingRange/refresh",e.messageDirection=fo.MessageDirection.serverToClient,e.type=new fo.ProtocolRequestType0(e.method)})(Lf||(Zn.FoldingRangeRefreshRequest=Lf={}))});var Wf=D(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.DeclarationRequest=void 0;var Ff=ae(),Uf;(function(e){e.method="textDocument/declaration",e.messageDirection=Ff.MessageDirection.clientToServer,e.type=new Ff.ProtocolRequestType(e.method)})(Uf||(go.DeclarationRequest=Uf={}))});var zf=D(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.SelectionRangeRequest=void 0;var Hf=ae(),Bf;(function(e){e.method="textDocument/selectionRange",e.messageDirection=Hf.MessageDirection.clientToServer,e.type=new Hf.ProtocolRequestType(e.method)})(Bf||(mo.SelectionRangeRequest=Bf={}))});var Kf=D(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.WorkDoneProgressCancelNotification=Gt.WorkDoneProgressCreateRequest=Gt.WorkDoneProgress=void 0;var Y_=bn(),ho=ae(),$f;(function(e){e.type=new Y_.ProgressType;function t(n){return n===e.type}e.is=t})($f||(Gt.WorkDoneProgress=$f={}));var Yf;(function(e){e.method="window/workDoneProgress/create",e.messageDirection=ho.MessageDirection.serverToClient,e.type=new ho.ProtocolRequestType(e.method)})(Yf||(Gt.WorkDoneProgressCreateRequest=Yf={}));var Vf;(function(e){e.method="window/workDoneProgress/cancel",e.messageDirection=ho.MessageDirection.clientToServer,e.type=new ho.ProtocolNotificationType(e.method)})(Vf||(Gt.WorkDoneProgressCancelNotification=Vf={}))});var Xf=D(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.CallHierarchyOutgoingCallsRequest=Qt.CallHierarchyIncomingCallsRequest=Qt.CallHierarchyPrepareRequest=void 0;var er=ae(),Gf;(function(e){e.method="textDocument/prepareCallHierarchy",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Gf||(Qt.CallHierarchyPrepareRequest=Gf={}));var Qf;(function(e){e.method="callHierarchy/incomingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Qf||(Qt.CallHierarchyIncomingCallsRequest=Qf={}));var Jf;(function(e){e.method="callHierarchy/outgoingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Jf||(Qt.CallHierarchyOutgoingCallsRequest=Jf={}))});var ig=D(Ve=>{"use strict";Object.defineProperty(Ve,"__esModule",{value:!0});Ve.SemanticTokensRefreshRequest=Ve.SemanticTokensRangeRequest=Ve.SemanticTokensDeltaRequest=Ve.SemanticTokensRequest=Ve.SemanticTokensRegistrationType=Ve.TokenFormat=void 0;var Lt=ae(),Zf;(function(e){e.Relative="relative"})(Zf||(Ve.TokenFormat=Zf={}));var jr;(function(e){e.method="textDocument/semanticTokens",e.type=new Lt.RegistrationType(e.method)})(jr||(Ve.SemanticTokensRegistrationType=jr={}));var eg;(function(e){e.method="textDocument/semanticTokens/full",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(eg||(Ve.SemanticTokensRequest=eg={}));var tg;(function(e){e.method="textDocument/semanticTokens/full/delta",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(tg||(Ve.SemanticTokensDeltaRequest=tg={}));var ng;(function(e){e.method="textDocument/semanticTokens/range",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(ng||(Ve.SemanticTokensRangeRequest=ng={}));var rg;(function(e){e.method="workspace/semanticTokens/refresh",e.messageDirection=Lt.MessageDirection.serverToClient,e.type=new Lt.ProtocolRequestType0(e.method)})(rg||(Ve.SemanticTokensRefreshRequest=rg={}))});var ag=D(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.ShowDocumentRequest=void 0;var og=ae(),sg;(function(e){e.method="window/showDocument",e.messageDirection=og.MessageDirection.serverToClient,e.type=new og.ProtocolRequestType(e.method)})(sg||(yo.ShowDocumentRequest=sg={}))});var lg=D(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.LinkedEditingRangeRequest=void 0;var cg=ae(),ug;(function(e){e.method="textDocument/linkedEditingRange",e.messageDirection=cg.MessageDirection.clientToServer,e.type=new cg.ProtocolRequestType(e.method)})(ug||(bo.LinkedEditingRangeRequest=ug={}))});var bg=D(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.WillDeleteFilesRequest=Le.DidDeleteFilesNotification=Le.DidRenameFilesNotification=Le.WillRenameFilesRequest=Le.DidCreateFilesNotification=Le.WillCreateFilesRequest=Le.FileOperationPatternKind=void 0;var tt=ae(),pg;(function(e){e.file="file",e.folder="folder"})(pg||(Le.FileOperationPatternKind=pg={}));var dg;(function(e){e.method="workspace/willCreateFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(dg||(Le.WillCreateFilesRequest=dg={}));var fg;(function(e){e.method="workspace/didCreateFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(fg||(Le.DidCreateFilesNotification=fg={}));var gg;(function(e){e.method="workspace/willRenameFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(gg||(Le.WillRenameFilesRequest=gg={}));var mg;(function(e){e.method="workspace/didRenameFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(mg||(Le.DidRenameFilesNotification=mg={}));var hg;(function(e){e.method="workspace/didDeleteFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(hg||(Le.DidDeleteFilesNotification=hg={}));var yg;(function(e){e.method="workspace/willDeleteFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(yg||(Le.WillDeleteFilesRequest=yg={}))});var Cg=D(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.MonikerRequest=Jt.MonikerKind=Jt.UniquenessLevel=void 0;var vg=ae(),Pg;(function(e){e.document="document",e.project="project",e.group="group",e.scheme="scheme",e.global="global"})(Pg||(Jt.UniquenessLevel=Pg={}));var xg;(function(e){e.$import="import",e.$export="export",e.local="local"})(xg||(Jt.MonikerKind=xg={}));var _g;(function(e){e.method="textDocument/moniker",e.messageDirection=vg.MessageDirection.clientToServer,e.type=new vg.ProtocolRequestType(e.method)})(_g||(Jt.MonikerRequest=_g={}))});var wg=D(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.TypeHierarchySubtypesRequest=Xt.TypeHierarchySupertypesRequest=Xt.TypeHierarchyPrepareRequest=void 0;var tr=ae(),Dg;(function(e){e.method="textDocument/prepareTypeHierarchy",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Dg||(Xt.TypeHierarchyPrepareRequest=Dg={}));var Rg;(function(e){e.method="typeHierarchy/supertypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Rg||(Xt.TypeHierarchySupertypesRequest=Rg={}));var Tg;(function(e){e.method="typeHierarchy/subtypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Tg||(Xt.TypeHierarchySubtypesRequest=Tg={}))});var Ag=D(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.InlineValueRefreshRequest=nr.InlineValueRequest=void 0;var vo=ae(),Sg;(function(e){e.method="textDocument/inlineValue",e.messageDirection=vo.MessageDirection.clientToServer,e.type=new vo.ProtocolRequestType(e.method)})(Sg||(nr.InlineValueRequest=Sg={}));var kg;(function(e){e.method="workspace/inlineValue/refresh",e.messageDirection=vo.MessageDirection.serverToClient,e.type=new vo.ProtocolRequestType0(e.method)})(kg||(nr.InlineValueRefreshRequest=kg={}))});var Og=D(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.InlayHintRefreshRequest=Zt.InlayHintResolveRequest=Zt.InlayHintRequest=void 0;var rr=ae(),Eg;(function(e){e.method="textDocument/inlayHint",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Eg||(Zt.InlayHintRequest=Eg={}));var Ng;(function(e){e.method="inlayHint/resolve",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Ng||(Zt.InlayHintResolveRequest=Ng={}));var qg;(function(e){e.method="workspace/inlayHint/refresh",e.messageDirection=rr.MessageDirection.serverToClient,e.type=new rr.ProtocolRequestType0(e.method)})(qg||(Zt.InlayHintRefreshRequest=qg={}))});var Wg=D(nt=>{"use strict";Object.defineProperty(nt,"__esModule",{value:!0});nt.DiagnosticRefreshRequest=nt.WorkspaceDiagnosticRequest=nt.DocumentDiagnosticRequest=nt.DocumentDiagnosticReportKind=nt.DiagnosticServerCancellationData=void 0;var Ug=bn(),V_=so(),ir=ae(),Mg;(function(e){function t(n){let r=n;return r&&V_.boolean(r.retriggerRequest)}e.is=t})(Mg||(nt.DiagnosticServerCancellationData=Mg={}));var jg;(function(e){e.Full="full",e.Unchanged="unchanged"})(jg||(nt.DocumentDiagnosticReportKind=jg={}));var Lg;(function(e){e.method="textDocument/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Ug.ProgressType})(Lg||(nt.DocumentDiagnosticRequest=Lg={}));var Ig;(function(e){e.method="workspace/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Ug.ProgressType})(Ig||(nt.WorkspaceDiagnosticRequest=Ig={}));var Fg;(function(e){e.method="workspace/diagnostic/refresh",e.messageDirection=ir.MessageDirection.serverToClient,e.type=new ir.ProtocolRequestType0(e.method)})(Fg||(nt.DiagnosticRefreshRequest=Fg={}))});var Kg=D(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.DidCloseNotebookDocumentNotification=ge.DidSaveNotebookDocumentNotification=ge.DidChangeNotebookDocumentNotification=ge.NotebookCellArrayChange=ge.DidOpenNotebookDocumentNotification=ge.NotebookDocumentSyncRegistrationType=ge.NotebookDocument=ge.NotebookCell=ge.ExecutionSummary=ge.NotebookCellKind=void 0;var Lr=(oo(),ei(io)),lt=so(),Tt=ae(),xu;(function(e){e.Markup=1,e.Code=2;function t(n){return n===1||n===2}e.is=t})(xu||(ge.NotebookCellKind=xu={}));var _u;(function(e){function t(i,o){let s={executionOrder:i};return(o===!0||o===!1)&&(s.success=o),s}e.create=t;function n(i){let o=i;return lt.objectLiteral(o)&&Lr.uinteger.is(o.executionOrder)&&(o.success===void 0||lt.boolean(o.success))}e.is=n;function r(i,o){return i===o?!0:i==null||o===null||o===void 0?!1:i.executionOrder===o.executionOrder&&i.success===o.success}e.equals=r})(_u||(ge.ExecutionSummary=_u={}));var Po;(function(e){function t(o,s){return{kind:o,document:s}}e.create=t;function n(o){let s=o;return lt.objectLiteral(s)&&xu.is(s.kind)&&Lr.DocumentUri.is(s.document)&&(s.metadata===void 0||lt.objectLiteral(s.metadata))}e.is=n;function r(o,s){let a=new Set;return o.document!==s.document&&a.add("document"),o.kind!==s.kind&&a.add("kind"),o.executionSummary!==s.executionSummary&&a.add("executionSummary"),(o.metadata!==void 0||s.metadata!==void 0)&&!i(o.metadata,s.metadata)&&a.add("metadata"),(o.executionSummary!==void 0||s.executionSummary!==void 0)&&!_u.equals(o.executionSummary,s.executionSummary)&&a.add("executionSummary"),a}e.diff=r;function i(o,s){if(o===s)return!0;if(o==null||s===null||s===void 0||typeof o!=typeof s||typeof o!="object")return!1;let a=Array.isArray(o),c=Array.isArray(s);if(a!==c)return!1;if(a&&c){if(o.length!==s.length)return!1;for(let u=0;u<o.length;u++)if(!i(o[u],s[u]))return!1}if(lt.objectLiteral(o)&&lt.objectLiteral(s)){let u=Object.keys(o),d=Object.keys(s);if(u.length!==d.length||(u.sort(),d.sort(),!i(u,d)))return!1;for(let h=0;h<u.length;h++){let v=u[h];if(!i(o[v],s[v]))return!1}}return!0}})(Po||(ge.NotebookCell=Po={}));var Hg;(function(e){function t(r,i,o,s){return{uri:r,notebookType:i,version:o,cells:s}}e.create=t;function n(r){let i=r;return lt.objectLiteral(i)&&lt.string(i.uri)&&Lr.integer.is(i.version)&&lt.typedArray(i.cells,Po.is)}e.is=n})(Hg||(ge.NotebookDocument=Hg={}));var or;(function(e){e.method="notebookDocument/sync",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.RegistrationType(e.method)})(or||(ge.NotebookDocumentSyncRegistrationType=or={}));var Bg;(function(e){e.method="notebookDocument/didOpen",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Bg||(ge.DidOpenNotebookDocumentNotification=Bg={}));var zg;(function(e){function t(r){let i=r;return lt.objectLiteral(i)&&Lr.uinteger.is(i.start)&&Lr.uinteger.is(i.deleteCount)&&(i.cells===void 0||lt.typedArray(i.cells,Po.is))}e.is=t;function n(r,i,o){let s={start:r,deleteCount:i};return o!==void 0&&(s.cells=o),s}e.create=n})(zg||(ge.NotebookCellArrayChange=zg={}));var $g;(function(e){e.method="notebookDocument/didChange",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})($g||(ge.DidChangeNotebookDocumentNotification=$g={}));var Yg;(function(e){e.method="notebookDocument/didSave",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Yg||(ge.DidSaveNotebookDocumentNotification=Yg={}));var Vg;(function(e){e.method="notebookDocument/didClose",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Vg||(ge.DidCloseNotebookDocumentNotification=Vg={}))});var Jg=D(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.InlineCompletionRequest=void 0;var Gg=ae(),Qg;(function(e){e.method="textDocument/inlineCompletion",e.messageDirection=Gg.MessageDirection.clientToServer,e.type=new Gg.ProtocolRequestType(e.method)})(Qg||(xo.InlineCompletionRequest=Qg={}))});var lh=D(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});l.WorkspaceSymbolRequest=l.CodeActionResolveRequest=l.CodeActionRequest=l.DocumentSymbolRequest=l.DocumentHighlightRequest=l.ReferencesRequest=l.DefinitionRequest=l.SignatureHelpRequest=l.SignatureHelpTriggerKind=l.HoverRequest=l.CompletionResolveRequest=l.CompletionRequest=l.CompletionTriggerKind=l.PublishDiagnosticsNotification=l.WatchKind=l.RelativePattern=l.FileChangeType=l.DidChangeWatchedFilesNotification=l.WillSaveTextDocumentWaitUntilRequest=l.WillSaveTextDocumentNotification=l.TextDocumentSaveReason=l.DidSaveTextDocumentNotification=l.DidCloseTextDocumentNotification=l.DidChangeTextDocumentNotification=l.TextDocumentContentChangeEvent=l.DidOpenTextDocumentNotification=l.TextDocumentSyncKind=l.TelemetryEventNotification=l.LogMessageNotification=l.ShowMessageRequest=l.ShowMessageNotification=l.MessageType=l.DidChangeConfigurationNotification=l.ExitNotification=l.ShutdownRequest=l.InitializedNotification=l.InitializeErrorCodes=l.InitializeRequest=l.WorkDoneProgressOptions=l.TextDocumentRegistrationOptions=l.StaticRegistrationOptions=l.PositionEncodingKind=l.FailureHandlingKind=l.ResourceOperationKind=l.UnregistrationRequest=l.RegistrationRequest=l.DocumentSelector=l.NotebookCellTextDocumentFilter=l.NotebookDocumentFilter=l.TextDocumentFilter=void 0;l.MonikerRequest=l.MonikerKind=l.UniquenessLevel=l.WillDeleteFilesRequest=l.DidDeleteFilesNotification=l.WillRenameFilesRequest=l.DidRenameFilesNotification=l.WillCreateFilesRequest=l.DidCreateFilesNotification=l.FileOperationPatternKind=l.LinkedEditingRangeRequest=l.ShowDocumentRequest=l.SemanticTokensRegistrationType=l.SemanticTokensRefreshRequest=l.SemanticTokensRangeRequest=l.SemanticTokensDeltaRequest=l.SemanticTokensRequest=l.TokenFormat=l.CallHierarchyPrepareRequest=l.CallHierarchyOutgoingCallsRequest=l.CallHierarchyIncomingCallsRequest=l.WorkDoneProgressCancelNotification=l.WorkDoneProgressCreateRequest=l.WorkDoneProgress=l.SelectionRangeRequest=l.DeclarationRequest=l.FoldingRangeRefreshRequest=l.FoldingRangeRequest=l.ColorPresentationRequest=l.DocumentColorRequest=l.ConfigurationRequest=l.DidChangeWorkspaceFoldersNotification=l.WorkspaceFoldersRequest=l.TypeDefinitionRequest=l.ImplementationRequest=l.ApplyWorkspaceEditRequest=l.ExecuteCommandRequest=l.PrepareRenameRequest=l.RenameRequest=l.PrepareSupportDefaultBehavior=l.DocumentOnTypeFormattingRequest=l.DocumentRangesFormattingRequest=l.DocumentRangeFormattingRequest=l.DocumentFormattingRequest=l.DocumentLinkResolveRequest=l.DocumentLinkRequest=l.CodeLensRefreshRequest=l.CodeLensResolveRequest=l.CodeLensRequest=l.WorkspaceSymbolResolveRequest=void 0;l.InlineCompletionRequest=l.DidCloseNotebookDocumentNotification=l.DidSaveNotebookDocumentNotification=l.DidChangeNotebookDocumentNotification=l.NotebookCellArrayChange=l.DidOpenNotebookDocumentNotification=l.NotebookDocumentSyncRegistrationType=l.NotebookDocument=l.NotebookCell=l.ExecutionSummary=l.NotebookCellKind=l.DiagnosticRefreshRequest=l.WorkspaceDiagnosticRequest=l.DocumentDiagnosticRequest=l.DocumentDiagnosticReportKind=l.DiagnosticServerCancellationData=l.InlayHintRefreshRequest=l.InlayHintResolveRequest=l.InlayHintRequest=l.InlineValueRefreshRequest=l.InlineValueRequest=l.TypeHierarchySupertypesRequest=l.TypeHierarchySubtypesRequest=l.TypeHierarchyPrepareRequest=void 0;var w=ae(),Xg=(oo(),ei(io)),Se=so(),K_=Cf();Object.defineProperty(l,"ImplementationRequest",{enumerable:!0,get:function(){return K_.ImplementationRequest}});var G_=Tf();Object.defineProperty(l,"TypeDefinitionRequest",{enumerable:!0,get:function(){return G_.TypeDefinitionRequest}});var sh=kf();Object.defineProperty(l,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return sh.WorkspaceFoldersRequest}});Object.defineProperty(l,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return sh.DidChangeWorkspaceFoldersNotification}});var Q_=Nf();Object.defineProperty(l,"ConfigurationRequest",{enumerable:!0,get:function(){return Q_.ConfigurationRequest}});var ah=Mf();Object.defineProperty(l,"DocumentColorRequest",{enumerable:!0,get:function(){return ah.DocumentColorRequest}});Object.defineProperty(l,"ColorPresentationRequest",{enumerable:!0,get:function(){return ah.ColorPresentationRequest}});var ch=If();Object.defineProperty(l,"FoldingRangeRequest",{enumerable:!0,get:function(){return ch.FoldingRangeRequest}});Object.defineProperty(l,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return ch.FoldingRangeRefreshRequest}});var J_=Wf();Object.defineProperty(l,"DeclarationRequest",{enumerable:!0,get:function(){return J_.DeclarationRequest}});var X_=zf();Object.defineProperty(l,"SelectionRangeRequest",{enumerable:!0,get:function(){return X_.SelectionRangeRequest}});var wu=Kf();Object.defineProperty(l,"WorkDoneProgress",{enumerable:!0,get:function(){return wu.WorkDoneProgress}});Object.defineProperty(l,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return wu.WorkDoneProgressCreateRequest}});Object.defineProperty(l,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return wu.WorkDoneProgressCancelNotification}});var Su=Xf();Object.defineProperty(l,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return Su.CallHierarchyIncomingCallsRequest}});Object.defineProperty(l,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return Su.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(l,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return Su.CallHierarchyPrepareRequest}});var sr=ig();Object.defineProperty(l,"TokenFormat",{enumerable:!0,get:function(){return sr.TokenFormat}});Object.defineProperty(l,"SemanticTokensRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRequest}});Object.defineProperty(l,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return sr.SemanticTokensDeltaRequest}});Object.defineProperty(l,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRangeRequest}});Object.defineProperty(l,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRefreshRequest}});Object.defineProperty(l,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return sr.SemanticTokensRegistrationType}});var Z_=ag();Object.defineProperty(l,"ShowDocumentRequest",{enumerable:!0,get:function(){return Z_.ShowDocumentRequest}});var eC=lg();Object.defineProperty(l,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return eC.LinkedEditingRangeRequest}});var xn=bg();Object.defineProperty(l,"FileOperationPatternKind",{enumerable:!0,get:function(){return xn.FileOperationPatternKind}});Object.defineProperty(l,"DidCreateFilesNotification",{enumerable:!0,get:function(){return xn.DidCreateFilesNotification}});Object.defineProperty(l,"WillCreateFilesRequest",{enumerable:!0,get:function(){return xn.WillCreateFilesRequest}});Object.defineProperty(l,"DidRenameFilesNotification",{enumerable:!0,get:function(){return xn.DidRenameFilesNotification}});Object.defineProperty(l,"WillRenameFilesRequest",{enumerable:!0,get:function(){return xn.WillRenameFilesRequest}});Object.defineProperty(l,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return xn.DidDeleteFilesNotification}});Object.defineProperty(l,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return xn.WillDeleteFilesRequest}});var ku=Cg();Object.defineProperty(l,"UniquenessLevel",{enumerable:!0,get:function(){return ku.UniquenessLevel}});Object.defineProperty(l,"MonikerKind",{enumerable:!0,get:function(){return ku.MonikerKind}});Object.defineProperty(l,"MonikerRequest",{enumerable:!0,get:function(){return ku.MonikerRequest}});var Au=wg();Object.defineProperty(l,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return Au.TypeHierarchyPrepareRequest}});Object.defineProperty(l,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return Au.TypeHierarchySubtypesRequest}});Object.defineProperty(l,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return Au.TypeHierarchySupertypesRequest}});var uh=Ag();Object.defineProperty(l,"InlineValueRequest",{enumerable:!0,get:function(){return uh.InlineValueRequest}});Object.defineProperty(l,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return uh.InlineValueRefreshRequest}});var Eu=Og();Object.defineProperty(l,"InlayHintRequest",{enumerable:!0,get:function(){return Eu.InlayHintRequest}});Object.defineProperty(l,"InlayHintResolveRequest",{enumerable:!0,get:function(){return Eu.InlayHintResolveRequest}});Object.defineProperty(l,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return Eu.InlayHintRefreshRequest}});var Ir=Wg();Object.defineProperty(l,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return Ir.DiagnosticServerCancellationData}});Object.defineProperty(l,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return Ir.DocumentDiagnosticReportKind}});Object.defineProperty(l,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return Ir.DocumentDiagnosticRequest}});Object.defineProperty(l,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return Ir.WorkspaceDiagnosticRequest}});Object.defineProperty(l,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return Ir.DiagnosticRefreshRequest}});var wt=Kg();Object.defineProperty(l,"NotebookCellKind",{enumerable:!0,get:function(){return wt.NotebookCellKind}});Object.defineProperty(l,"ExecutionSummary",{enumerable:!0,get:function(){return wt.ExecutionSummary}});Object.defineProperty(l,"NotebookCell",{enumerable:!0,get:function(){return wt.NotebookCell}});Object.defineProperty(l,"NotebookDocument",{enumerable:!0,get:function(){return wt.NotebookDocument}});Object.defineProperty(l,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return wt.NotebookDocumentSyncRegistrationType}});Object.defineProperty(l,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidOpenNotebookDocumentNotification}});Object.defineProperty(l,"NotebookCellArrayChange",{enumerable:!0,get:function(){return wt.NotebookCellArrayChange}});Object.defineProperty(l,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidChangeNotebookDocumentNotification}});Object.defineProperty(l,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidSaveNotebookDocumentNotification}});Object.defineProperty(l,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidCloseNotebookDocumentNotification}});var tC=Jg();Object.defineProperty(l,"InlineCompletionRequest",{enumerable:!0,get:function(){return tC.InlineCompletionRequest}});var Cu;(function(e){function t(n){let r=n;return Se.string(r)||Se.string(r.language)||Se.string(r.scheme)||Se.string(r.pattern)}e.is=t})(Cu||(l.TextDocumentFilter=Cu={}));var Du;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebookType)||Se.string(r.scheme)||Se.string(r.pattern))}e.is=t})(Du||(l.NotebookDocumentFilter=Du={}));var Ru;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebook)||Du.is(r.notebook))&&(r.language===void 0||Se.string(r.language))}e.is=t})(Ru||(l.NotebookCellTextDocumentFilter=Ru={}));var Tu;(function(e){function t(n){if(!Array.isArray(n))return!1;for(let r of n)if(!Se.string(r)&&!Cu.is(r)&&!Ru.is(r))return!1;return!0}e.is=t})(Tu||(l.DocumentSelector=Tu={}));var Zg;(function(e){e.method="client/registerCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(Zg||(l.RegistrationRequest=Zg={}));var em;(function(e){e.method="client/unregisterCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(em||(l.UnregistrationRequest=em={}));var tm;(function(e){e.Create="create",e.Rename="rename",e.Delete="delete"})(tm||(l.ResourceOperationKind=tm={}));var nm;(function(e){e.Abort="abort",e.Transactional="transactional",e.TextOnlyTransactional="textOnlyTransactional",e.Undo="undo"})(nm||(l.FailureHandlingKind=nm={}));var rm;(function(e){e.UTF8="utf-8",e.UTF16="utf-16",e.UTF32="utf-32"})(rm||(l.PositionEncodingKind=rm={}));var im;(function(e){function t(n){let r=n;return r&&Se.string(r.id)&&r.id.length>0}e.hasId=t})(im||(l.StaticRegistrationOptions=im={}));var om;(function(e){function t(n){let r=n;return r&&(r.documentSelector===null||Tu.is(r.documentSelector))}e.is=t})(om||(l.TextDocumentRegistrationOptions=om={}));var sm;(function(e){function t(r){let i=r;return Se.objectLiteral(i)&&(i.workDoneProgress===void 0||Se.boolean(i.workDoneProgress))}e.is=t;function n(r){let i=r;return i&&Se.boolean(i.workDoneProgress)}e.hasWorkDoneProgress=n})(sm||(l.WorkDoneProgressOptions=sm={}));var am;(function(e){e.method="initialize",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(am||(l.InitializeRequest=am={}));var cm;(function(e){e.unknownProtocolVersion=1})(cm||(l.InitializeErrorCodes=cm={}));var um;(function(e){e.method="initialized",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(um||(l.InitializedNotification=um={}));var lm;(function(e){e.method="shutdown",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType0(e.method)})(lm||(l.ShutdownRequest=lm={}));var pm;(function(e){e.method="exit",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType0(e.method)})(pm||(l.ExitNotification=pm={}));var dm;(function(e){e.method="workspace/didChangeConfiguration",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(dm||(l.DidChangeConfigurationNotification=dm={}));var fm;(function(e){e.Error=1,e.Warning=2,e.Info=3,e.Log=4,e.Debug=5})(fm||(l.MessageType=fm={}));var gm;(function(e){e.method="window/showMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(gm||(l.ShowMessageNotification=gm={}));var mm;(function(e){e.method="window/showMessageRequest",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(mm||(l.ShowMessageRequest=mm={}));var hm;(function(e){e.method="window/logMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(hm||(l.LogMessageNotification=hm={}));var ym;(function(e){e.method="telemetry/event",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(ym||(l.TelemetryEventNotification=ym={}));var bm;(function(e){e.None=0,e.Full=1,e.Incremental=2})(bm||(l.TextDocumentSyncKind=bm={}));var vm;(function(e){e.method="textDocument/didOpen",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(vm||(l.DidOpenTextDocumentNotification=vm={}));var Pm;(function(e){function t(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}e.isIncremental=t;function n(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}e.isFull=n})(Pm||(l.TextDocumentContentChangeEvent=Pm={}));var xm;(function(e){e.method="textDocument/didChange",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(xm||(l.DidChangeTextDocumentNotification=xm={}));var _m;(function(e){e.method="textDocument/didClose",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(_m||(l.DidCloseTextDocumentNotification=_m={}));var Cm;(function(e){e.method="textDocument/didSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Cm||(l.DidSaveTextDocumentNotification=Cm={}));var Dm;(function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3})(Dm||(l.TextDocumentSaveReason=Dm={}));var Rm;(function(e){e.method="textDocument/willSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Rm||(l.WillSaveTextDocumentNotification=Rm={}));var Tm;(function(e){e.method="textDocument/willSaveWaitUntil",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Tm||(l.WillSaveTextDocumentWaitUntilRequest=Tm={}));var wm;(function(e){e.method="workspace/didChangeWatchedFiles",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(wm||(l.DidChangeWatchedFilesNotification=wm={}));var Sm;(function(e){e.Created=1,e.Changed=2,e.Deleted=3})(Sm||(l.FileChangeType=Sm={}));var km;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Xg.URI.is(r.baseUri)||Xg.WorkspaceFolder.is(r.baseUri))&&Se.string(r.pattern)}e.is=t})(km||(l.RelativePattern=km={}));var Am;(function(e){e.Create=1,e.Change=2,e.Delete=4})(Am||(l.WatchKind=Am={}));var Em;(function(e){e.method="textDocument/publishDiagnostics",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Em||(l.PublishDiagnosticsNotification=Em={}));var Nm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.TriggerForIncompleteCompletions=3})(Nm||(l.CompletionTriggerKind=Nm={}));var qm;(function(e){e.method="textDocument/completion",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(qm||(l.CompletionRequest=qm={}));var Om;(function(e){e.method="completionItem/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Om||(l.CompletionResolveRequest=Om={}));var Mm;(function(e){e.method="textDocument/hover",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Mm||(l.HoverRequest=Mm={}));var jm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.ContentChange=3})(jm||(l.SignatureHelpTriggerKind=jm={}));var Lm;(function(e){e.method="textDocument/signatureHelp",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Lm||(l.SignatureHelpRequest=Lm={}));var Im;(function(e){e.method="textDocument/definition",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Im||(l.DefinitionRequest=Im={}));var Fm;(function(e){e.method="textDocument/references",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Fm||(l.ReferencesRequest=Fm={}));var Um;(function(e){e.method="textDocument/documentHighlight",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Um||(l.DocumentHighlightRequest=Um={}));var Wm;(function(e){e.method="textDocument/documentSymbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Wm||(l.DocumentSymbolRequest=Wm={}));var Hm;(function(e){e.method="textDocument/codeAction",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Hm||(l.CodeActionRequest=Hm={}));var Bm;(function(e){e.method="codeAction/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Bm||(l.CodeActionResolveRequest=Bm={}));var zm;(function(e){e.method="workspace/symbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(zm||(l.WorkspaceSymbolRequest=zm={}));var $m;(function(e){e.method="workspaceSymbol/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})($m||(l.WorkspaceSymbolResolveRequest=$m={}));var Ym;(function(e){e.method="textDocument/codeLens",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Ym||(l.CodeLensRequest=Ym={}));var Vm;(function(e){e.method="codeLens/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Vm||(l.CodeLensResolveRequest=Vm={}));var Km;(function(e){e.method="workspace/codeLens/refresh",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType0(e.method)})(Km||(l.CodeLensRefreshRequest=Km={}));var Gm;(function(e){e.method="textDocument/documentLink",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Gm||(l.DocumentLinkRequest=Gm={}));var Qm;(function(e){e.method="documentLink/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Qm||(l.DocumentLinkResolveRequest=Qm={}));var Jm;(function(e){e.method="textDocument/formatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Jm||(l.DocumentFormattingRequest=Jm={}));var Xm;(function(e){e.method="textDocument/rangeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Xm||(l.DocumentRangeFormattingRequest=Xm={}));var Zm;(function(e){e.method="textDocument/rangesFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Zm||(l.DocumentRangesFormattingRequest=Zm={}));var eh;(function(e){e.method="textDocument/onTypeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(eh||(l.DocumentOnTypeFormattingRequest=eh={}));var th;(function(e){e.Identifier=1})(th||(l.PrepareSupportDefaultBehavior=th={}));var nh;(function(e){e.method="textDocument/rename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(nh||(l.RenameRequest=nh={}));var rh;(function(e){e.method="textDocument/prepareRename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(rh||(l.PrepareRenameRequest=rh={}));var ih;(function(e){e.method="workspace/executeCommand",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ih||(l.ExecuteCommandRequest=ih={}));var oh;(function(e){e.method="workspace/applyEdit",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType("workspace/applyEdit")})(oh||(l.ApplyWorkspaceEditRequest=oh={}))});var dh=D(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.createProtocolConnection=void 0;var ph=bn();function nC(e,t,n,r){return ph.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,ph.createMessageConnection)(e,t,n,r)}_o.createProtocolConnection=nC});var gh=D(Ke=>{"use strict";var rC=Ke&&Ke.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Co=Ke&&Ke.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&rC(t,e,n)};Object.defineProperty(Ke,"__esModule",{value:!0});Ke.LSPErrorCodes=Ke.createProtocolConnection=void 0;Co(bn(),Ke);Co((oo(),ei(io)),Ke);Co(ae(),Ke);Co(lh(),Ke);var iC=dh();Object.defineProperty(Ke,"createProtocolConnection",{enumerable:!0,get:function(){return iC.createProtocolConnection}});var fh;(function(e){e.lspReservedErrorRangeStart=-32899,e.RequestFailed=-32803,e.ServerCancelled=-32802,e.ContentModified=-32801,e.RequestCancelled=-32800,e.lspReservedErrorRangeEnd=-32800})(fh||(Ke.LSPErrorCodes=fh={}))});var ve=D(St=>{"use strict";var oC=St&&St.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),mh=St&&St.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&oC(t,e,n)};Object.defineProperty(St,"__esModule",{value:!0});St.createProtocolConnection=void 0;var sC=fc();mh(fc(),St);mh(gh(),St);function aC(e,t,n,r){return(0,sC.createMessageConnection)(e,t,n,r)}St.createProtocolConnection=aC});var qu=D(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.SemanticTokensBuilder=en.SemanticTokensDiff=en.SemanticTokensFeature=void 0;var Do=ve(),cC=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(Do.SemanticTokensRefreshRequest.type),on:t=>{let n=Do.SemanticTokensRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onDelta:t=>{let n=Do.SemanticTokensDeltaRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onRange:t=>{let n=Do.SemanticTokensRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};en.SemanticTokensFeature=cC;var Ro=class{constructor(t,n){this.originalSequence=t,this.modifiedSequence=n}computeDiff(){let t=this.originalSequence.length,n=this.modifiedSequence.length,r=0;for(;r<n&&r<t&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<n&&r<t){let i=t-1,o=n-1;for(;i>=r&&o>=r&&this.originalSequence[i]===this.modifiedSequence[o];)i--,o--;(i<r||o<r)&&(i++,o++);let s=i-r+1,a=this.modifiedSequence.slice(r,o+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:r,deleteCount:s-1}]:[{start:r,deleteCount:s,data:a}]}else return r<n?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<t?[{start:r,deleteCount:t-r}]:[]}};en.SemanticTokensDiff=Ro;var Nu=class{constructor(){this._prevData=void 0,this.initialize()}initialize(){this._id=Date.now(),this._prevLine=0,this._prevChar=0,this._data=[],this._dataLen=0}push(t,n,r,i,o){let s=t,a=n;this._dataLen>0&&(s-=this._prevLine,s===0&&(a-=this._prevChar)),this._data[this._dataLen++]=s,this._data[this._dataLen++]=a,this._data[this._dataLen++]=r,this._data[this._dataLen++]=i,this._data[this._dataLen++]=o,this._prevLine=t,this._prevChar=n}get id(){return this._id.toString()}previousResult(t){this.id===t&&(this._prevData=this._data),this.initialize()}build(){return this._prevData=void 0,{resultId:this.id,data:this._data}}canBuildEdits(){return this._prevData!==void 0}buildEdits(){return this._prevData!==void 0?{resultId:this.id,edits:new Ro(this._prevData,this._data).computeDiff()}:this.build()}};en.SemanticTokensBuilder=Nu});var hh=D(To=>{"use strict";Object.defineProperty(To,"__esModule",{value:!0});To.InlineCompletionFeature=void 0;var uC=ve(),lC=e=>class extends e{get inlineCompletion(){return{on:t=>this.connection.onRequest(uC.InlineCompletionRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};To.InlineCompletionFeature=lC});var Mu=D(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.TextDocuments=void 0;var _n=ve(),Ou=class{constructor(t){this._configuration=t,this._syncedDocuments=new Map,this._onDidChangeContent=new _n.Emitter,this._onDidOpen=new _n.Emitter,this._onDidClose=new _n.Emitter,this._onDidSave=new _n.Emitter,this._onWillSave=new _n.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(t){this._willSaveWaitUntil=t}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(t){return this._syncedDocuments.get(t)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(t){t.__textDocumentSync=_n.TextDocumentSyncKind.Incremental;let n=[];return n.push(t.onDidOpenTextDocument(r=>{let i=r.textDocument,o=this._configuration.create(i.uri,i.languageId,i.version,i.text);this._syncedDocuments.set(i.uri,o);let s=Object.freeze({document:o});this._onDidOpen.fire(s),this._onDidChangeContent.fire(s)})),n.push(t.onDidChangeTextDocument(r=>{let i=r.textDocument,o=r.contentChanges;if(o.length===0)return;let{version:s}=i;if(s==null)throw new Error(`Received document change event for ${i.uri} without valid version identifier`);let a=this._syncedDocuments.get(i.uri);a!==void 0&&(a=this._configuration.update(a,o,s),this._syncedDocuments.set(i.uri,a),this._onDidChangeContent.fire(Object.freeze({document:a})))})),n.push(t.onDidCloseTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&(this._syncedDocuments.delete(r.textDocument.uri),this._onDidClose.fire(Object.freeze({document:i})))})),n.push(t.onWillSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onWillSave.fire(Object.freeze({document:i,reason:r.reason}))})),n.push(t.onWillSaveTextDocumentWaitUntil((r,i)=>{let o=this._syncedDocuments.get(r.textDocument.uri);return o!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:o,reason:r.reason}),i):[]})),n.push(t.onDidSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),_n.Disposable.create(()=>{n.forEach(r=>r.dispose())})}};wo.TextDocuments=Ou});var Lu=D(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.NotebookDocuments=ar.NotebookSyncFeature=void 0;var rt=ve(),yh=Mu(),pC=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:t=>this.connection.onNotification(rt.DidOpenNotebookDocumentNotification.type,n=>{t(n)}),onDidChangeNotebookDocument:t=>this.connection.onNotification(rt.DidChangeNotebookDocumentNotification.type,n=>{t(n)}),onDidSaveNotebookDocument:t=>this.connection.onNotification(rt.DidSaveNotebookDocumentNotification.type,n=>{t(n)}),onDidCloseNotebookDocument:t=>this.connection.onNotification(rt.DidCloseNotebookDocumentNotification.type,n=>{t(n)})}}};ar.NotebookSyncFeature=pC;var So=class e{onDidOpenTextDocument(t){return this.openHandler=t,rt.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(t){this.openHandler&&this.openHandler(t)}onDidChangeTextDocument(t){return this.changeHandler=t,rt.Disposable.create(()=>{this.changeHandler=t})}changeTextDocument(t){this.changeHandler&&this.changeHandler(t)}onDidCloseTextDocument(t){return this.closeHandler=t,rt.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(t){this.closeHandler&&this.closeHandler(t)}onWillSaveTextDocument(){return e.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return e.NULL_DISPOSE}onDidSaveTextDocument(){return e.NULL_DISPOSE}};So.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var ju=class{constructor(t){t instanceof yh.TextDocuments?this._cellTextDocuments=t:this._cellTextDocuments=new yh.TextDocuments(t),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new rt.Emitter,this._onDidChange=new rt.Emitter,this._onDidSave=new rt.Emitter,this._onDidClose=new rt.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(t){return this._cellTextDocuments.get(t.document)}getNotebookDocument(t){return this.notebookDocuments.get(t)}getNotebookCell(t){let n=this.notebookCellMap.get(t);return n&&n[0]}findNotebookDocumentForCell(t){let n=typeof t=="string"?t:t.document,r=this.notebookCellMap.get(n);return r&&r[1]}get onDidOpen(){return this._onDidOpen.event}get onDidSave(){return this._onDidSave.event}get onDidChange(){return this._onDidChange.event}get onDidClose(){return this._onDidClose.event}listen(t){let n=new So,r=[];return r.push(this.cellTextDocuments.listen(n)),r.push(t.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let o of i.cellTextDocuments)n.openTextDocument({textDocument:o});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),r.push(t.notebooks.synchronization.onDidChangeNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o===void 0)return;o.version=i.notebookDocument.version;let s=o.metadata,a=!1,c=i.change;c.metadata!==void 0&&(a=!0,o.metadata=c.metadata);let u=[],d=[],h=[],v=[];if(c.cells!==void 0){let W=c.cells;if(W.structure!==void 0){let m=W.structure.array;if(o.cells.splice(m.start,m.deleteCount,...m.cells!==void 0?m.cells:[]),W.structure.didOpen!==void 0)for(let g of W.structure.didOpen)n.openTextDocument({textDocument:g}),u.push(g.uri);if(W.structure.didClose)for(let g of W.structure.didClose)n.closeTextDocument({textDocument:g}),d.push(g.uri)}if(W.data!==void 0){let m=new Map(W.data.map(g=>[g.document,g]));for(let g=0;g<=o.cells.length;g++){let S=m.get(o.cells[g].document);if(S!==void 0){let Y=o.cells.splice(g,1,S);if(h.push({old:Y[0],new:S}),m.delete(S.document),m.size===0)break}}}if(W.textContent!==void 0)for(let m of W.textContent)n.changeTextDocument({textDocument:m.document,contentChanges:m.changes}),v.push(m.document.uri)}this.updateCellMap(o);let y={notebookDocument:o};a&&(y.metadata={old:s,new:o.metadata});let T=[];for(let W of u)T.push(this.getNotebookCell(W));let I=[];for(let W of d)I.push(this.getNotebookCell(W));let K=[];for(let W of v)K.push(this.getNotebookCell(W));(T.length>0||I.length>0||h.length>0||K.length>0)&&(y.cells={added:T,removed:I,changed:{data:h,textContent:K}}),(y.metadata!==void 0||y.cells!==void 0)&&this._onDidChange.fire(y)})),r.push(t.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);o!==void 0&&this._onDidSave.fire(o)})),r.push(t.notebooks.synchronization.onDidCloseNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o!==void 0){this._onDidClose.fire(o);for(let s of i.cellTextDocuments)n.closeTextDocument({textDocument:s});this.notebookDocuments.delete(i.notebookDocument.uri);for(let s of o.cells)this.notebookCellMap.delete(s.document)}})),rt.Disposable.create(()=>{r.forEach(i=>i.dispose())})}updateCellMap(t){for(let n of t.cells)this.notebookCellMap.set(n.document,[n,t])}};ar.NotebookDocuments=ju});var Iu=D(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.thenable=_e.typedArray=_e.stringArray=_e.array=_e.func=_e.error=_e.number=_e.string=_e.boolean=void 0;function dC(e){return e===!0||e===!1}_e.boolean=dC;function bh(e){return typeof e=="string"||e instanceof String}_e.string=bh;function fC(e){return typeof e=="number"||e instanceof Number}_e.number=fC;function gC(e){return e instanceof Error}_e.error=gC;function vh(e){return typeof e=="function"}_e.func=vh;function Ph(e){return Array.isArray(e)}_e.array=Ph;function mC(e){return Ph(e)&&e.every(t=>bh(t))}_e.stringArray=mC;function hC(e,t){return Array.isArray(e)&&e.every(t)}_e.typedArray=hC;function yC(e){return e&&vh(e.then)}_e.thenable=yC});var Fu=D(it=>{"use strict";Object.defineProperty(it,"__esModule",{value:!0});it.generateUuid=it.parse=it.isUUID=it.v4=it.empty=void 0;var Fr=class{constructor(t){this._value=t}asHex(){return this._value}equals(t){return this.asHex()===t.asHex()}},Ur=class e extends Fr{static _oneOf(t){return t[Math.floor(t.length*Math.random())]}static _randomHex(){return e._oneOf(e._chars)}constructor(){super([e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-","4",e._randomHex(),e._randomHex(),e._randomHex(),"-",e._oneOf(e._timeHighBits),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex()].join(""))}};Ur._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];Ur._timeHighBits=["8","9","a","b"];it.empty=new Fr("00000000-0000-0000-0000-000000000000");function xh(){return new Ur}it.v4=xh;var bC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function _h(e){return bC.test(e)}it.isUUID=_h;function vC(e){if(!_h(e))throw new Error("invalid uuid");return new Fr(e)}it.parse=vC;function PC(){return xh().asHex()}it.generateUuid=PC});var Ch=D(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.attachPartialResult=nn.ProgressFeature=nn.attachWorkDone=void 0;var tn=ve(),xC=Fu(),Cn=class e{constructor(t,n){this._connection=t,this._token=n,e.Instances.set(this._token,this)}begin(t,n,r,i){let o={kind:"begin",title:t,percentage:n,message:r,cancellable:i};this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,o)}report(t,n){let r={kind:"report"};typeof t=="number"?(r.percentage=t,n!==void 0&&(r.message=n)):r.message=t,this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,r)}done(){e.Instances.delete(this._token),this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,{kind:"end"})}};Cn.Instances=new Map;var ko=class extends Cn{constructor(t,n){super(t,n),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},Wr=class{constructor(){}begin(){}report(){}done(){}},Ao=class extends Wr{constructor(){super(),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function _C(e,t){if(t===void 0||t.workDoneToken===void 0)return new Wr;let n=t.workDoneToken;return delete t.workDoneToken,new Cn(e,n)}nn.attachWorkDone=_C;var CC=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(t){super.initialize(t),t?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(tn.WorkDoneProgressCancelNotification.type,n=>{let r=Cn.Instances.get(n.token);(r instanceof ko||r instanceof Ao)&&r.cancel()}))}attachWorkDoneProgress(t){return t===void 0?new Wr:new Cn(this.connection,t)}createWorkDoneProgress(){if(this._progressSupported){let t=(0,xC.generateUuid)();return this.connection.sendRequest(tn.WorkDoneProgressCreateRequest.type,{token:t}).then(()=>new ko(this.connection,t))}else return Promise.resolve(new Ao)}};nn.ProgressFeature=CC;var Uu;(function(e){e.type=new tn.ProgressType})(Uu||(Uu={}));var Wu=class{constructor(t,n){this._connection=t,this._token=n}report(t){this._connection.sendProgress(Uu.type,this._token,t)}};function DC(e,t){if(t===void 0||t.partialResultToken===void 0)return;let n=t.partialResultToken;return delete t.partialResultToken,new Wu(e,n)}nn.attachPartialResult=DC});var Dh=D(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.ConfigurationFeature=void 0;var RC=ve(),TC=Iu(),wC=e=>class extends e{getConfiguration(t){return t?TC.string(t)?this._getConfiguration({section:t}):this._getConfiguration(t):this._getConfiguration({})}_getConfiguration(t){let n={items:Array.isArray(t)?t:[t]};return this.connection.sendRequest(RC.ConfigurationRequest.type,n).then(r=>Array.isArray(r)?Array.isArray(t)?r:r[0]:Array.isArray(t)?[]:null)}};Eo.ConfigurationFeature=wC});var Rh=D(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});qo.WorkspaceFoldersFeature=void 0;var No=ve(),SC=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(t){super.initialize(t);let n=t.workspace;n&&n.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new No.Emitter,this.connection.onNotification(No.DidChangeWorkspaceFoldersNotification.type,r=>{this._onDidChangeWorkspaceFolders.fire(r.event)}))}fillServerCapabilities(t){super.fillServerCapabilities(t);let n=t.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=n===!0||typeof n=="string"}getWorkspaceFolders(){return this.connection.sendRequest(No.WorkspaceFoldersRequest.type)}get onDidChangeWorkspaceFolders(){if(!this._onDidChangeWorkspaceFolders)throw new Error("Client doesn't support sending workspace folder change events.");return!this._notificationIsAutoRegistered&&!this._unregistration&&(this._unregistration=this.connection.client.register(No.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};qo.WorkspaceFoldersFeature=SC});var Th=D(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.CallHierarchyFeature=void 0;var Hu=ve(),kC=e=>class extends e{get callHierarchy(){return{onPrepare:t=>this.connection.onRequest(Hu.CallHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onIncomingCalls:t=>{let n=Hu.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onOutgoingCalls:t=>{let n=Hu.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Oo.CallHierarchyFeature=kC});var wh=D(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.ShowDocumentFeature=void 0;var AC=ve(),EC=e=>class extends e{showDocument(t){return this.connection.sendRequest(AC.ShowDocumentRequest.type,t)}};Mo.ShowDocumentFeature=EC});var Sh=D(jo=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});jo.FileOperationsFeature=void 0;var cr=ve(),NC=e=>class extends e{onDidCreateFiles(t){return this.connection.onNotification(cr.DidCreateFilesNotification.type,n=>{t(n)})}onDidRenameFiles(t){return this.connection.onNotification(cr.DidRenameFilesNotification.type,n=>{t(n)})}onDidDeleteFiles(t){return this.connection.onNotification(cr.DidDeleteFilesNotification.type,n=>{t(n)})}onWillCreateFiles(t){return this.connection.onRequest(cr.WillCreateFilesRequest.type,(n,r)=>t(n,r))}onWillRenameFiles(t){return this.connection.onRequest(cr.WillRenameFilesRequest.type,(n,r)=>t(n,r))}onWillDeleteFiles(t){return this.connection.onRequest(cr.WillDeleteFilesRequest.type,(n,r)=>t(n,r))}};jo.FileOperationsFeature=NC});var kh=D(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.LinkedEditingRangeFeature=void 0;var qC=ve(),OC=e=>class extends e{onLinkedEditingRange(t){return this.connection.onRequest(qC.LinkedEditingRangeRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0))}};Lo.LinkedEditingRangeFeature=OC});var Ah=D(Io=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});Io.TypeHierarchyFeature=void 0;var Bu=ve(),MC=e=>class extends e{get typeHierarchy(){return{onPrepare:t=>this.connection.onRequest(Bu.TypeHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onSupertypes:t=>{let n=Bu.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onSubtypes:t=>{let n=Bu.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Io.TypeHierarchyFeature=MC});var Nh=D(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.InlineValueFeature=void 0;var Eh=ve(),jC=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(Eh.InlineValueRefreshRequest.type),on:t=>this.connection.onRequest(Eh.InlineValueRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};Fo.InlineValueFeature=jC});var Oh=D(Uo=>{"use strict";Object.defineProperty(Uo,"__esModule",{value:!0});Uo.FoldingRangeFeature=void 0;var qh=ve(),LC=e=>class extends e{get foldingRange(){return{refresh:()=>this.connection.sendRequest(qh.FoldingRangeRefreshRequest.type),on:t=>{let n=qh.FoldingRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Uo.FoldingRangeFeature=LC});var Mh=D(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.InlayHintFeature=void 0;var zu=ve(),IC=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest(zu.InlayHintRefreshRequest.type),on:t=>this.connection.onRequest(zu.InlayHintRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n))),resolve:t=>this.connection.onRequest(zu.InlayHintResolveRequest.type,(n,r)=>t(n,r))}}};Wo.InlayHintFeature=IC});var jh=D(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.DiagnosticFeature=void 0;var Hr=ve(),FC=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(Hr.DiagnosticRefreshRequest.type),on:t=>this.connection.onRequest(Hr.DocumentDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Hr.DocumentDiagnosticRequest.partialResult,n))),onWorkspace:t=>this.connection.onRequest(Hr.WorkspaceDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Hr.WorkspaceDiagnosticRequest.partialResult,n)))}}};Ho.DiagnosticFeature=FC});var Lh=D(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.MonikerFeature=void 0;var UC=ve(),WC=e=>class extends e{get moniker(){return{on:t=>{let n=UC.MonikerRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Bo.MonikerFeature=WC});var Xh=D(Q=>{"use strict";Object.defineProperty(Q,"__esModule",{value:!0});Q.createConnection=Q.combineFeatures=Q.combineNotebooksFeatures=Q.combineLanguagesFeatures=Q.combineWorkspaceFeatures=Q.combineWindowFeatures=Q.combineClientFeatures=Q.combineTracerFeatures=Q.combineTelemetryFeatures=Q.combineConsoleFeatures=Q._NotebooksImpl=Q._LanguagesImpl=Q.BulkUnregistration=Q.BulkRegistration=Q.ErrorMessageTracker=void 0;var E=ve(),ot=Iu(),Yu=Fu(),B=Ch(),HC=Dh(),BC=Rh(),zC=Th(),$C=qu(),YC=wh(),VC=Sh(),KC=kh(),GC=Ah(),QC=Nh(),JC=Oh(),XC=Mh(),ZC=jh(),eD=Lu(),tD=Lh();function $u(e){if(e!==null)return e}var Vu=class{constructor(){this._messages=Object.create(null)}add(t){let n=this._messages[t];n||(n=0),n++,this._messages[t]=n}sendErrors(t){Object.keys(this._messages).forEach(n=>{t.window.showErrorMessage(n)})}};Q.ErrorMessageTracker=Vu;var zo=class{constructor(){}rawAttach(t){this._rawConnection=t}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(t){}initialize(t){}error(t){this.send(E.MessageType.Error,t)}warn(t){this.send(E.MessageType.Warning,t)}info(t){this.send(E.MessageType.Info,t)}log(t){this.send(E.MessageType.Log,t)}debug(t){this.send(E.MessageType.Debug,t)}send(t,n){this._rawConnection&&this._rawConnection.sendNotification(E.LogMessageNotification.type,{type:t,message:n}).catch(()=>{(0,E.RAL)().console.error("Sending log message failed")})}},Ku=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}showErrorMessage(t,...n){let r={type:E.MessageType.Error,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}showWarningMessage(t,...n){let r={type:E.MessageType.Warning,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}showInformationMessage(t,...n){let r={type:E.MessageType.Info,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}},Ih=(0,YC.ShowDocumentFeature)((0,B.ProgressFeature)(Ku)),Fh;(function(e){function t(){return new $o}e.create=t})(Fh||(Q.BulkRegistration=Fh={}));var $o=class{constructor(){this._registrations=[],this._registered=new Set}add(t,n){let r=ot.string(t)?t:t.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);let i=Yu.generateUuid();this._registrations.push({id:i,method:r,registerOptions:n||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}},Uh;(function(e){function t(){return new Br(void 0,[])}e.create=t})(Uh||(Q.BulkUnregistration=Uh={}));var Br=class{constructor(t,n){this._connection=t,this._unregistrations=new Map,n.forEach(r=>{this._unregistrations.set(r.method,r)})}get isAttached(){return!!this._connection}attach(t){this._connection=t}add(t){this._unregistrations.set(t.method,t)}dispose(){let t=[];for(let r of this._unregistrations.values())t.push(r);let n={unregisterations:t};this._connection.sendRequest(E.UnregistrationRequest.type,n).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(t){let n=ot.string(t)?t:t.method,r=this._unregistrations.get(n);if(!r)return!1;let i={unregisterations:[r]};return this._connection.sendRequest(E.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(n)},o=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}},Yo=class{attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}register(t,n,r){return t instanceof $o?this.registerMany(t):t instanceof Br?this.registerSingle1(t,n,r):this.registerSingle2(t,n)}registerSingle1(t,n,r){let i=ot.string(n)?n:n.method,o=Yu.generateUuid(),s={registrations:[{id:o,method:i,registerOptions:r||{}}]};return t.isAttached||t.attach(this.connection),this.connection.sendRequest(E.RegistrationRequest.type,s).then(a=>(t.add({id:o,method:i}),t),a=>(this.connection.console.info(`Registering request handler for ${i} failed.`),Promise.reject(a)))}registerSingle2(t,n){let r=ot.string(t)?t:t.method,i=Yu.generateUuid(),o={registrations:[{id:i,method:r,registerOptions:n||{}}]};return this.connection.sendRequest(E.RegistrationRequest.type,o).then(s=>E.Disposable.create(()=>{this.unregisterSingle(i,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),s=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(s)))}unregisterSingle(t,n){let r={unregisterations:[{id:t,method:n}]};return this.connection.sendRequest(E.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${t} failed.`)})}registerMany(t){let n=t.asRegistrationParams();return this.connection.sendRequest(E.RegistrationRequest.type,n).then(()=>new Br(this._connection,n.registrations.map(r=>({id:r.id,method:r.method}))),r=>(this.connection.console.info("Bulk registration failed."),Promise.reject(r)))}},Gu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}applyEdit(t){function n(i){return i&&!!i.edit}let r=n(t)?t:{edit:t};return this.connection.sendRequest(E.ApplyWorkspaceEditRequest.type,r)}},Wh=(0,VC.FileOperationsFeature)((0,BC.WorkspaceFoldersFeature)((0,HC.ConfigurationFeature)(Gu))),Vo=class{constructor(){this._trace=E.Trace.Off}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}set trace(t){this._trace=t}log(t,n){this._trace!==E.Trace.Off&&this.connection.sendNotification(E.LogTraceNotification.type,{message:t,verbose:this._trace===E.Trace.Verbose?n:void 0}).catch(()=>{})}},Ko=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}logEvent(t){this.connection.sendNotification(E.TelemetryEventNotification.type,t).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},Go=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};Q._LanguagesImpl=Go;var Hh=(0,JC.FoldingRangeFeature)((0,tD.MonikerFeature)((0,ZC.DiagnosticFeature)((0,XC.InlayHintFeature)((0,QC.InlineValueFeature)((0,GC.TypeHierarchyFeature)((0,KC.LinkedEditingRangeFeature)((0,$C.SemanticTokensFeature)((0,zC.CallHierarchyFeature)(Go))))))))),Qo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};Q._NotebooksImpl=Qo;var Bh=(0,eD.NotebookSyncFeature)(Qo);function zh(e,t){return function(n){return t(e(n))}}Q.combineConsoleFeatures=zh;function $h(e,t){return function(n){return t(e(n))}}Q.combineTelemetryFeatures=$h;function Yh(e,t){return function(n){return t(e(n))}}Q.combineTracerFeatures=Yh;function Vh(e,t){return function(n){return t(e(n))}}Q.combineClientFeatures=Vh;function Kh(e,t){return function(n){return t(e(n))}}Q.combineWindowFeatures=Kh;function Gh(e,t){return function(n){return t(e(n))}}Q.combineWorkspaceFeatures=Gh;function Qh(e,t){return function(n){return t(e(n))}}Q.combineLanguagesFeatures=Qh;function Jh(e,t){return function(n){return t(e(n))}}Q.combineNotebooksFeatures=Jh;function nD(e,t){function n(i,o,s){return i&&o?s(i,o):i||o}return{__brand:"features",console:n(e.console,t.console,zh),tracer:n(e.tracer,t.tracer,Yh),telemetry:n(e.telemetry,t.telemetry,$h),client:n(e.client,t.client,Vh),window:n(e.window,t.window,Kh),workspace:n(e.workspace,t.workspace,Gh),languages:n(e.languages,t.languages,Qh),notebooks:n(e.notebooks,t.notebooks,Jh)}}Q.combineFeatures=nD;function rD(e,t,n){let r=n&&n.console?new(n.console(zo)):new zo,i=e(r);r.rawAttach(i);let o=n&&n.tracer?new(n.tracer(Vo)):new Vo,s=n&&n.telemetry?new(n.telemetry(Ko)):new Ko,a=n&&n.client?new(n.client(Yo)):new Yo,c=n&&n.window?new(n.window(Ih)):new Ih,u=n&&n.workspace?new(n.workspace(Wh)):new Wh,d=n&&n.languages?new(n.languages(Hh)):new Hh,h=n&&n.notebooks?new(n.notebooks(Bh)):new Bh,v=[r,o,s,a,c,u,d,h];function y(m){return m instanceof Promise?m:ot.thenable(m)?new Promise((g,S)=>{m.then(Y=>g(Y),Y=>S(Y))}):Promise.resolve(m)}let T,I,K,W={listen:()=>i.listen(),sendRequest:(m,...g)=>i.sendRequest(ot.string(m)?m:m.method,...g),onRequest:(m,g)=>i.onRequest(m,g),sendNotification:(m,g)=>{let S=ot.string(m)?m:m.method;return i.sendNotification(S,g)},onNotification:(m,g)=>i.onNotification(m,g),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:m=>(I=m,{dispose:()=>{I=void 0}}),onInitialized:m=>i.onNotification(E.InitializedNotification.type,m),onShutdown:m=>(T=m,{dispose:()=>{T=void 0}}),onExit:m=>(K=m,{dispose:()=>{K=void 0}}),get console(){return r},get telemetry(){return s},get tracer(){return o},get client(){return a},get window(){return c},get workspace(){return u},get languages(){return d},get notebooks(){return h},onDidChangeConfiguration:m=>i.onNotification(E.DidChangeConfigurationNotification.type,m),onDidChangeWatchedFiles:m=>i.onNotification(E.DidChangeWatchedFilesNotification.type,m),__textDocumentSync:void 0,onDidOpenTextDocument:m=>i.onNotification(E.DidOpenTextDocumentNotification.type,m),onDidChangeTextDocument:m=>i.onNotification(E.DidChangeTextDocumentNotification.type,m),onDidCloseTextDocument:m=>i.onNotification(E.DidCloseTextDocumentNotification.type,m),onWillSaveTextDocument:m=>i.onNotification(E.WillSaveTextDocumentNotification.type,m),onWillSaveTextDocumentWaitUntil:m=>i.onRequest(E.WillSaveTextDocumentWaitUntilRequest.type,m),onDidSaveTextDocument:m=>i.onNotification(E.DidSaveTextDocumentNotification.type,m),sendDiagnostics:m=>i.sendNotification(E.PublishDiagnosticsNotification.type,m),onHover:m=>i.onRequest(E.HoverRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onCompletion:m=>i.onRequest(E.CompletionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCompletionResolve:m=>i.onRequest(E.CompletionResolveRequest.type,m),onSignatureHelp:m=>i.onRequest(E.SignatureHelpRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDeclaration:m=>i.onRequest(E.DeclarationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDefinition:m=>i.onRequest(E.DefinitionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onTypeDefinition:m=>i.onRequest(E.TypeDefinitionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onImplementation:m=>i.onRequest(E.ImplementationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onReferences:m=>i.onRequest(E.ReferencesRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentHighlight:m=>i.onRequest(E.DocumentHighlightRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentSymbol:m=>i.onRequest(E.DocumentSymbolRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbol:m=>i.onRequest(E.WorkspaceSymbolRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbolResolve:m=>i.onRequest(E.WorkspaceSymbolResolveRequest.type,m),onCodeAction:m=>i.onRequest(E.CodeActionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeActionResolve:m=>i.onRequest(E.CodeActionResolveRequest.type,(g,S)=>m(g,S)),onCodeLens:m=>i.onRequest(E.CodeLensRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeLensResolve:m=>i.onRequest(E.CodeLensResolveRequest.type,(g,S)=>m(g,S)),onDocumentFormatting:m=>i.onRequest(E.DocumentFormattingRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentRangeFormatting:m=>i.onRequest(E.DocumentRangeFormattingRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentOnTypeFormatting:m=>i.onRequest(E.DocumentOnTypeFormattingRequest.type,(g,S)=>m(g,S)),onRenameRequest:m=>i.onRequest(E.RenameRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onPrepareRename:m=>i.onRequest(E.PrepareRenameRequest.type,(g,S)=>m(g,S)),onDocumentLinks:m=>i.onRequest(E.DocumentLinkRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentLinkResolve:m=>i.onRequest(E.DocumentLinkResolveRequest.type,(g,S)=>m(g,S)),onDocumentColor:m=>i.onRequest(E.DocumentColorRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onColorPresentation:m=>i.onRequest(E.ColorPresentationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onFoldingRanges:m=>i.onRequest(E.FoldingRangeRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onSelectionRanges:m=>i.onRequest(E.SelectionRangeRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onExecuteCommand:m=>i.onRequest(E.ExecuteCommandRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),dispose:()=>i.dispose()};for(let m of v)m.attach(W);return i.onRequest(E.InitializeRequest.type,m=>{t.initialize(m),ot.string(m.trace)&&(o.trace=E.Trace.fromString(m.trace));for(let g of v)g.initialize(m.capabilities);if(I){let g=I(m,new E.CancellationTokenSource().token,(0,B.attachWorkDone)(i,m),void 0);return y(g).then(S=>{if(S instanceof E.ResponseError)return S;let Y=S;Y||(Y={capabilities:{}});let X=Y.capabilities;X||(X={},Y.capabilities=X),X.textDocumentSync===void 0||X.textDocumentSync===null?X.textDocumentSync=ot.number(W.__textDocumentSync)?W.__textDocumentSync:E.TextDocumentSyncKind.None:!ot.number(X.textDocumentSync)&&!ot.number(X.textDocumentSync.change)&&(X.textDocumentSync.change=ot.number(W.__textDocumentSync)?W.__textDocumentSync:E.TextDocumentSyncKind.None);for(let st of v)st.fillServerCapabilities(X);return Y})}else{let g={capabilities:{textDocumentSync:E.TextDocumentSyncKind.None}};for(let S of v)S.fillServerCapabilities(g.capabilities);return g}}),i.onRequest(E.ShutdownRequest.type,()=>{if(t.shutdownReceived=!0,T)return T(new E.CancellationTokenSource().token)}),i.onNotification(E.ExitNotification.type,()=>{try{K&&K()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}}),i.onNotification(E.SetTraceNotification.type,m=>{o.trace=E.Trace.fromString(m.value)}),W}Q.createConnection=rD});var Qu=D(Ie=>{"use strict";var iD=Ie&&Ie.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),ey=Ie&&Ie.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&iD(t,e,n)};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.ProposedFeatures=Ie.NotebookDocuments=Ie.TextDocuments=Ie.SemanticTokensBuilder=void 0;var oD=qu();Object.defineProperty(Ie,"SemanticTokensBuilder",{enumerable:!0,get:function(){return oD.SemanticTokensBuilder}});var sD=hh();ey(ve(),Ie);var aD=Mu();Object.defineProperty(Ie,"TextDocuments",{enumerable:!0,get:function(){return aD.TextDocuments}});var cD=Lu();Object.defineProperty(Ie,"NotebookDocuments",{enumerable:!0,get:function(){return cD.NotebookDocuments}});ey(Xh(),Ie);var Zh;(function(e){e.all={__brand:"features",languages:sD.InlineCompletionFeature}})(Zh||(Ie.ProposedFeatures=Zh={}))});var ny=D((fS,ty)=>{"use strict";ty.exports=ve()});var Xo=D(kt=>{"use strict";var uD=kt&&kt.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),iy=kt&&kt.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&uD(t,e,n)};Object.defineProperty(kt,"__esModule",{value:!0});kt.createConnection=void 0;var Jo=Qu();iy(ny(),kt);iy(Qu(),kt);var ry=!1,lD={initialize:e=>{},get shutdownReceived(){return ry},set shutdownReceived(e){ry=e},exit:e=>{}};function pD(e,t,n,r){let i,o,s,a;e!==void 0&&e.__brand==="features"&&(i=e,e=t,t=n,n=r),Jo.ConnectionStrategy.is(e)||Jo.ConnectionOptions.is(e)?a=e:(o=e,s=t,a=n);let c=u=>(0,Jo.createProtocolConnection)(o,s,u,a);return(0,Jo.createConnection)(c,lD,i)}kt.createConnection=pD});var rn=D((mS,oy)=>{"use strict";oy.exports=Xo()});var gl=D((pk,xy)=>{"use strict";function At(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function Py(e,t){for(var n="",r=0,i=-1,o=0,s,a=0;a<=e.length;++a){if(a<e.length)s=e.charCodeAt(a);else{if(s===47)break;s=47}if(s===47){if(!(i===a-1||o===1))if(i!==a-1&&o===2){if(n.length<2||r!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf("/")),i=a,o=0;continue}}else if(n.length===2||n.length===1){n="",r=0,i=a,o=0;continue}}t&&(n.length>0?n+="/..":n="..",r=2)}else n.length>0?n+="/"+e.slice(i+1,a):n=e.slice(i+1,a),r=a-i-1;i=a,o=0}else s===46&&o!==-1?++o:o=-1}return n}function uR(e,t){var n=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+r:n+e+r:r}var pr={resolve:function(){for(var t="",n=!1,r,i=arguments.length-1;i>=-1&&!n;i--){var o;i>=0?o=arguments[i]:(r===void 0&&(r=process.cwd()),o=r),At(o),o.length!==0&&(t=o+"/"+t,n=o.charCodeAt(0)===47)}return t=Py(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(At(t),t.length===0)return".";var n=t.charCodeAt(0)===47,r=t.charCodeAt(t.length-1)===47;return t=Py(t,!n),t.length===0&&!n&&(t="."),t.length>0&&r&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return At(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,n=0;n<arguments.length;++n){var r=arguments[n];At(r),r.length>0&&(t===void 0?t=r:t+="/"+r)}return t===void 0?".":pr.normalize(t)},relative:function(t,n){if(At(t),At(n),t===n||(t=pr.resolve(t),n=pr.resolve(n),t===n))return"";for(var r=1;r<t.length&&t.charCodeAt(r)===47;++r);for(var i=t.length,o=i-r,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var a=n.length,c=a-s,u=o<c?o:c,d=-1,h=0;h<=u;++h){if(h===u){if(c>u){if(n.charCodeAt(s+h)===47)return n.slice(s+h+1);if(h===0)return n.slice(s+h)}else o>u&&(t.charCodeAt(r+h)===47?d=h:h===0&&(d=0));break}var v=t.charCodeAt(r+h),y=n.charCodeAt(s+h);if(v!==y)break;v===47&&(d=h)}var T="";for(h=r+d+1;h<=i;++h)(h===i||t.charCodeAt(h)===47)&&(T.length===0?T+="..":T+="/..");return T.length>0?T+n.slice(s+d):(s+=d,n.charCodeAt(s)===47&&++s,n.slice(s))},_makeLong:function(t){return t},dirname:function(t){if(At(t),t.length===0)return".";for(var n=t.charCodeAt(0),r=n===47,i=-1,o=!0,s=t.length-1;s>=1;--s)if(n=t.charCodeAt(s),n===47){if(!o){i=s;break}}else o=!1;return i===-1?r?"/":".":r&&i===1?"//":t.slice(0,i)},basename:function(t,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');At(t);var r=0,i=-1,o=!0,s;if(n!==void 0&&n.length>0&&n.length<=t.length){if(n.length===t.length&&n===t)return"";var a=n.length-1,c=-1;for(s=t.length-1;s>=0;--s){var u=t.charCodeAt(s);if(u===47){if(!o){r=s+1;break}}else c===-1&&(o=!1,c=s+1),a>=0&&(u===n.charCodeAt(a)?--a===-1&&(i=s):(a=-1,i=c))}return r===i?i=c:i===-1&&(i=t.length),t.slice(r,i)}else{for(s=t.length-1;s>=0;--s)if(t.charCodeAt(s)===47){if(!o){r=s+1;break}}else i===-1&&(o=!1,i=s+1);return i===-1?"":t.slice(r,i)}},extname:function(t){At(t);for(var n=-1,r=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var c=t.charCodeAt(a);if(c===47){if(!o){r=a+1;break}continue}i===-1&&(o=!1,i=a+1),c===46?n===-1?n=a:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||i===-1||s===0||s===1&&n===i-1&&n===r+1?"":t.slice(n,i)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return uR("/",t)},parse:function(t){At(t);var n={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return n;var r=t.charCodeAt(0),i=r===47,o;i?(n.root="/",o=1):o=0;for(var s=-1,a=0,c=-1,u=!0,d=t.length-1,h=0;d>=o;--d){if(r=t.charCodeAt(d),r===47){if(!u){a=d+1;break}continue}c===-1&&(u=!1,c=d+1),r===46?s===-1?s=d:h!==1&&(h=1):s!==-1&&(h=-1)}return s===-1||c===-1||h===0||h===1&&s===c-1&&s===a+1?c!==-1&&(a===0&&i?n.base=n.name=t.slice(1,c):n.base=n.name=t.slice(a,c)):(a===0&&i?(n.name=t.slice(1,s),n.base=t.slice(1,c)):(n.name=t.slice(a,s),n.base=t.slice(a,c)),n.ext=t.slice(s,c)),a>0?n.dir=t.slice(0,a-1):i&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};pr.posix=pr;xy.exports=pr});import{createConfig as Xp,loadConfig as HP,loadIgnoreConfig as BP,DEFAULT_CONFIG as zP,IGNORE_FILE as $P}from"@redocly/openapi-core";var vl;(()=>{"use strict";var e={975:k=>{function b(x){if(typeof x!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(x))}function O(x,C){for(var R,q="",j=0,N=-1,$=0,V=0;V<=x.length;++V){if(V<x.length)R=x.charCodeAt(V);else{if(R===47)break;R=47}if(R===47){if(!(N===V-1||$===1))if(N!==V-1&&$===2){if(q.length<2||j!==2||q.charCodeAt(q.length-1)!==46||q.charCodeAt(q.length-2)!==46){if(q.length>2){var Re=q.lastIndexOf("/");if(Re!==q.length-1){Re===-1?(q="",j=0):j=(q=q.slice(0,Re)).length-1-q.lastIndexOf("/"),N=V,$=0;continue}}else if(q.length===2||q.length===1){q="",j=0,N=V,$=0;continue}}C&&(q.length>0?q+="/..":q="..",j=2)}else q.length>0?q+="/"+x.slice(N+1,V):q=x.slice(N+1,V),j=V-N-1;N=V,$=0}else R===46&&$!==-1?++$:$=-1}return q}var M={resolve:function(){for(var x,C="",R=!1,q=arguments.length-1;q>=-1&&!R;q--){var j;q>=0?j=arguments[q]:(x===void 0&&(x=process.cwd()),j=x),b(j),j.length!==0&&(C=j+"/"+C,R=j.charCodeAt(0)===47)}return C=O(C,!R),R?C.length>0?"/"+C:"/":C.length>0?C:"."},normalize:function(x){if(b(x),x.length===0)return".";var C=x.charCodeAt(0)===47,R=x.charCodeAt(x.length-1)===47;return(x=O(x,!C)).length!==0||C||(x="."),x.length>0&&R&&(x+="/"),C?"/"+x:x},isAbsolute:function(x){return b(x),x.length>0&&x.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var x,C=0;C<arguments.length;++C){var R=arguments[C];b(R),R.length>0&&(x===void 0?x=R:x+="/"+R)}return x===void 0?".":M.normalize(x)},relative:function(x,C){if(b(x),b(C),x===C||(x=M.resolve(x))===(C=M.resolve(C)))return"";for(var R=1;R<x.length&&x.charCodeAt(R)===47;++R);for(var q=x.length,j=q-R,N=1;N<C.length&&C.charCodeAt(N)===47;++N);for(var $=C.length-N,V=j<$?j:$,Re=-1,te=0;te<=V;++te){if(te===V){if($>V){if(C.charCodeAt(N+te)===47)return C.slice(N+te+1);if(te===0)return C.slice(N+te)}else j>V&&(x.charCodeAt(R+te)===47?Re=te:te===0&&(Re=0));break}var at=x.charCodeAt(R+te);if(at!==C.charCodeAt(N+te))break;at===47&&(Re=te)}var cn="";for(te=R+Re+1;te<=q;++te)te!==q&&x.charCodeAt(te)!==47||(cn.length===0?cn+="..":cn+="/..");return cn.length>0?cn+C.slice(N+Re):(N+=Re,C.charCodeAt(N)===47&&++N,C.slice(N))},_makeLong:function(x){return x},dirname:function(x){if(b(x),x.length===0)return".";for(var C=x.charCodeAt(0),R=C===47,q=-1,j=!0,N=x.length-1;N>=1;--N)if((C=x.charCodeAt(N))===47){if(!j){q=N;break}}else j=!1;return q===-1?R?"/":".":R&&q===1?"//":x.slice(0,q)},basename:function(x,C){if(C!==void 0&&typeof C!="string")throw new TypeError('"ext" argument must be a string');b(x);var R,q=0,j=-1,N=!0;if(C!==void 0&&C.length>0&&C.length<=x.length){if(C.length===x.length&&C===x)return"";var $=C.length-1,V=-1;for(R=x.length-1;R>=0;--R){var Re=x.charCodeAt(R);if(Re===47){if(!N){q=R+1;break}}else V===-1&&(N=!1,V=R+1),$>=0&&(Re===C.charCodeAt($)?--$==-1&&(j=R):($=-1,j=V))}return q===j?j=V:j===-1&&(j=x.length),x.slice(q,j)}for(R=x.length-1;R>=0;--R)if(x.charCodeAt(R)===47){if(!N){q=R+1;break}}else j===-1&&(N=!1,j=R+1);return j===-1?"":x.slice(q,j)},extname:function(x){b(x);for(var C=-1,R=0,q=-1,j=!0,N=0,$=x.length-1;$>=0;--$){var V=x.charCodeAt($);if(V!==47)q===-1&&(j=!1,q=$+1),V===46?C===-1?C=$:N!==1&&(N=1):C!==-1&&(N=-1);else if(!j){R=$+1;break}}return C===-1||q===-1||N===0||N===1&&C===q-1&&C===R+1?"":x.slice(C,q)},format:function(x){if(x===null||typeof x!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof x);return(function(C,R){var q=R.dir||R.root,j=R.base||(R.name||"")+(R.ext||"");return q?q===R.root?q+j:q+"/"+j:j})(0,x)},parse:function(x){b(x);var C={root:"",dir:"",base:"",ext:"",name:""};if(x.length===0)return C;var R,q=x.charCodeAt(0),j=q===47;j?(C.root="/",R=1):R=0;for(var N=-1,$=0,V=-1,Re=!0,te=x.length-1,at=0;te>=R;--te)if((q=x.charCodeAt(te))!==47)V===-1&&(Re=!1,V=te+1),q===46?N===-1?N=te:at!==1&&(at=1):N!==-1&&(at=-1);else if(!Re){$=te+1;break}return N===-1||V===-1||at===0||at===1&&N===V-1&&N===$+1?V!==-1&&(C.base=C.name=$===0&&j?x.slice(1,V):x.slice($,V)):($===0&&j?(C.name=x.slice(1,N),C.base=x.slice(1,V)):(C.name=x.slice($,N),C.base=x.slice($,V)),C.ext=x.slice(N,V)),$>0?C.dir=x.slice(0,$-1):j&&(C.dir="/"),C},sep:"/",delimiter:":",win32:null,posix:null};M.posix=M,k.exports=M}},t={};function n(k){var b=t[k];if(b!==void 0)return b.exports;var O=t[k]={exports:{}};return e[k](O,O.exports,n),O.exports}n.d=(k,b)=>{for(var O in b)n.o(b,O)&&!n.o(k,O)&&Object.defineProperty(k,O,{enumerable:!0,get:b[O]})},n.o=(k,b)=>Object.prototype.hasOwnProperty.call(k,b),n.r=k=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})};var r={};let i;n.r(r),n.d(r,{URI:()=>v,Utils:()=>Rn}),typeof process=="object"?i=process.platform==="win32":typeof navigator=="object"&&(i=navigator.userAgent.indexOf("Windows")>=0);let o=/^\w[\w\d+.-]*$/,s=/^\//,a=/^\/\//;function c(k,b){if(!k.scheme&&b)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${k.authority}", path: "${k.path}", query: "${k.query}", fragment: "${k.fragment}"}`);if(k.scheme&&!o.test(k.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(k.path){if(k.authority){if(!s.test(k.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(a.test(k.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}let u="",d="/",h=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class v{static isUri(b){return b instanceof v||!!b&&typeof b.authority=="string"&&typeof b.fragment=="string"&&typeof b.path=="string"&&typeof b.query=="string"&&typeof b.scheme=="string"&&typeof b.fsPath=="string"&&typeof b.with=="function"&&typeof b.toString=="function"}scheme;authority;path;query;fragment;constructor(b,O,M,x,C,R=!1){typeof b=="object"?(this.scheme=b.scheme||u,this.authority=b.authority||u,this.path=b.path||u,this.query=b.query||u,this.fragment=b.fragment||u):(this.scheme=(function(q,j){return q||j?q:"file"})(b,R),this.authority=O||u,this.path=(function(q,j){switch(q){case"https":case"http":case"file":j?j[0]!==d&&(j=d+j):j=d}return j})(this.scheme,M||u),this.query=x||u,this.fragment=C||u,c(this,R))}get fsPath(){return m(this,!1)}with(b){if(!b)return this;let{scheme:O,authority:M,path:x,query:C,fragment:R}=b;return O===void 0?O=this.scheme:O===null&&(O=u),M===void 0?M=this.authority:M===null&&(M=u),x===void 0?x=this.path:x===null&&(x=u),C===void 0?C=this.query:C===null&&(C=u),R===void 0?R=this.fragment:R===null&&(R=u),O===this.scheme&&M===this.authority&&x===this.path&&C===this.query&&R===this.fragment?this:new T(O,M,x,C,R)}static parse(b,O=!1){let M=h.exec(b);return M?new T(M[2]||u,X(M[4]||u),X(M[5]||u),X(M[7]||u),X(M[9]||u),O):new T(u,u,u,u,u)}static file(b){let O=u;if(i&&(b=b.replace(/\\/g,d)),b[0]===d&&b[1]===d){let M=b.indexOf(d,2);M===-1?(O=b.substring(2),b=d):(O=b.substring(2,M),b=b.substring(M)||d)}return new T("file",O,b,u,u)}static from(b){let O=new T(b.scheme,b.authority,b.path,b.query,b.fragment);return c(O,!0),O}toString(b=!1){return g(this,b)}toJSON(){return this}static revive(b){if(b){if(b instanceof v)return b;{let O=new T(b);return O._formatted=b.external,O._fsPath=b._sep===y?b.fsPath:null,O}}return b}}let y=i?1:void 0;class T extends v{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=m(this,!1)),this._fsPath}toString(b=!1){return b?g(this,!0):(this._formatted||(this._formatted=g(this,!1)),this._formatted)}toJSON(){let b={$mid:1};return this._fsPath&&(b.fsPath=this._fsPath,b._sep=y),this._formatted&&(b.external=this._formatted),this.path&&(b.path=this.path),this.scheme&&(b.scheme=this.scheme),this.authority&&(b.authority=this.authority),this.query&&(b.query=this.query),this.fragment&&(b.fragment=this.fragment),b}}let I={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function K(k,b,O){let M,x=-1;for(let C=0;C<k.length;C++){let R=k.charCodeAt(C);if(R>=97&&R<=122||R>=65&&R<=90||R>=48&&R<=57||R===45||R===46||R===95||R===126||b&&R===47||O&&R===91||O&&R===93||O&&R===58)x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M!==void 0&&(M+=k.charAt(C));else{M===void 0&&(M=k.substr(0,C));let q=I[R];q!==void 0?(x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M+=q):x===-1&&(x=C)}}return x!==-1&&(M+=encodeURIComponent(k.substring(x))),M!==void 0?M:k}function W(k){let b;for(let O=0;O<k.length;O++){let M=k.charCodeAt(O);M===35||M===63?(b===void 0&&(b=k.substr(0,O)),b+=I[M]):b!==void 0&&(b+=k[O])}return b!==void 0?b:k}function m(k,b){let O;return O=k.authority&&k.path.length>1&&k.scheme==="file"?`//${k.authority}${k.path}`:k.path.charCodeAt(0)===47&&(k.path.charCodeAt(1)>=65&&k.path.charCodeAt(1)<=90||k.path.charCodeAt(1)>=97&&k.path.charCodeAt(1)<=122)&&k.path.charCodeAt(2)===58?b?k.path.substr(1):k.path[1].toLowerCase()+k.path.substr(2):k.path,i&&(O=O.replace(/\//g,"\\")),O}function g(k,b){let O=b?W:K,M="",{scheme:x,authority:C,path:R,query:q,fragment:j}=k;if(x&&(M+=x,M+=":"),(C||x==="file")&&(M+=d,M+=d),C){let N=C.indexOf("@");if(N!==-1){let $=C.substr(0,N);C=C.substr(N+1),N=$.lastIndexOf(":"),N===-1?M+=O($,!1,!1):(M+=O($.substr(0,N),!1,!1),M+=":",M+=O($.substr(N+1),!1,!0)),M+="@"}C=C.toLowerCase(),N=C.lastIndexOf(":"),N===-1?M+=O(C,!1,!0):(M+=O(C.substr(0,N),!1,!0),M+=C.substr(N))}if(R){if(R.length>=3&&R.charCodeAt(0)===47&&R.charCodeAt(2)===58){let N=R.charCodeAt(1);N>=65&&N<=90&&(R=`/${String.fromCharCode(N+32)}:${R.substr(3)}`)}else if(R.length>=2&&R.charCodeAt(1)===58){let N=R.charCodeAt(0);N>=65&&N<=90&&(R=`${String.fromCharCode(N+32)}:${R.substr(2)}`)}M+=O(R,!0,!1)}return q&&(M+="?",M+=O(q,!1,!1)),j&&(M+="#",M+=b?j:K(j,!1,!1)),M}function S(k){try{return decodeURIComponent(k)}catch{return k.length>3?k.substr(0,3)+S(k.substr(3)):k}}let Y=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function X(k){return k.match(Y)?k.replace(Y,(b=>S(b))):k}var st=n(975);let Ft=st.posix||st,an="/";var Rn;(function(k){k.joinPath=function(b,...O){return b.with({path:Ft.join(b.path,...O)})},k.resolvePath=function(b,...O){let M=b.path,x=!1;M[0]!==an&&(M=an+M,x=!0);let C=Ft.resolve(M,...O);return x&&C[0]===an&&!b.authority&&(C=C.substring(1)),b.with({path:C})},k.dirname=function(b){if(b.path.length===0||b.path===an)return b;let O=Ft.dirname(b.path);return O.length===1&&O.charCodeAt(0)===46&&(O=""),b.with({path:O})},k.basename=function(b){return Ft.basename(b.path)},k.extname=function(b){return Ft.extname(b.path)}})(Rn||(Rn={})),vl=r})();var{URI:gt,Utils:re}=vl;import{isBrowser as rb}from"@redocly/openapi-core";import{CONFIG_FILE_NAME as nb}from"@redocly/openapi-core";var ys={languageId:"yaml",filePattern:/\.ya?ml$/i},bs={languageId:"json",filePattern:/\.json$/i},hs=class{constructor(){this._fs=null;this._documentManager=null;this._findConfig=null;this._getRootWorkspaceFolderURI=null;this._scorecardStatus="pending";this.supportedLanguages=[ys,bs];this.registerConfigFinder(async t=>{if(this._fs)try{let n=re.resolvePath(re.dirname(Ue(t)),nb);return await this._fs.exists(n)?Oe(n.toString()):void 0}catch{return}}),this.registerRootWorkspaceFolderURIGetter(async()=>"")}registerFileSystemProvider(t){this._fs=t}registerDocumentsProvider(t){this._documentManager=t}registerConfigFinder(t){this._findConfig=t}registerRootWorkspaceFolderURIGetter(t){this._getRootWorkspaceFolderURI=t}registerRemoteScorecardAndPlugins(t){this._remoteScorecardAndPlugins=t}get remoteScorecardAndPlugins(){return this._remoteScorecardAndPlugins}get fs(){if(!this._fs)throw new Error("FileSystemProvider not registered.");return this._fs}get documents(){if(!this._documentManager)throw new Error("DocumentsProvider not registered.");return this._documentManager}get findConfig(){if(!this._findConfig)throw new Error("ConfigFinder not registered.");return this._findConfig}get getRootWorkspaceFolderURI(){if(!this._getRootWorkspaceFolderURI)throw new Error("RootWorkspaceFolderURIGetter not registered.");return this._getRootWorkspaceFolderURI}setScorecardStatus(t){this._scorecardStatus=t}get scorecardStatus(){return this._scorecardStatus}},de=new hs;function vs(e,t){let n=r=>re.resolvePath(Ue(Et(r))).toString();return n(e)===n(t)}function Ue(e){return gt.parse(e)}function Et(e){return e.startsWith("file://")?e:gt.file(e).toString()}function Oe(e){let t=gt.parse(e).fsPath;return rb&&t.startsWith("/")?t.slice(1):t}function gr(e){let t=["https","http"],{scheme:n}=gt.parse(e);return t.includes(n)}function mr(e){return re.basename(Ue(e))}async function Pl(e,t="/"){let n=re.resolvePath(Ue(t));for(;e.path!=="/";)try{(await de.fs.stat(re.resolvePath(n,e.path))).isDirectory()||(e=re.dirname(e));break}catch{e=re.dirname(e)}return e}import{BaseResolver as UP,Source as Jp,readFileFromUrl as WP,isAbsoluteUrl as Gs}from"@redocly/openapi-core";var ti=class e{constructor(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){for(let r of t)if(e.isIncremental(r)){let i=Cl(r.range),o=this.offsetAt(i.start),s=this.offsetAt(i.end);this._content=this._content.substring(0,o)+r.text+this._content.substring(s,this._content.length);let a=Math.max(i.start.line,0),c=Math.max(i.end.line,0),u=this._lineOffsets,d=xl(r.text,!1,o);if(c-a===d.length)for(let v=0,y=d.length;v<y;v++)u[v+a+1]=d[v];else d.length<1e4?u.splice(a+1,c-a,...d):this._lineOffsets=u=u.slice(0,a+1).concat(d,u.slice(c+1));let h=r.text.length-(s-o);if(h!==0)for(let v=a+1+d.length,y=u.length;v<y;v++)u[v]=u[v]+h}else if(e.isFull(r))this._content=r.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received");this._version=n}getLineOffsets(){return this._lineOffsets===void 0&&(this._lineOffsets=xl(this._content,!0)),this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return t=this.ensureBeforeEOL(t,n[o]),{line:o,character:t-n[o]}}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line];if(t.character<=0)return r;let i=t.line+1<n.length?n[t.line+1]:this._content.length,o=Math.min(r+t.character,i);return this.ensureBeforeEOL(o,r)}ensureBeforeEOL(t,n){for(;t>n&&_l(this._content.charCodeAt(t-1));)t--;return t}get lineCount(){return this.getLineOffsets().length}static isIncremental(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")}static isFull(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0}},ni;(function(e){function t(i,o,s,a){return new ti(i,o,s,a)}e.create=t;function n(i,o,s){if(i instanceof ti)return i.update(o,s),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,o){let s=i.getText(),a=Ps(o.map(ib),(d,h)=>{let v=d.range.start.line-h.range.start.line;return v===0?d.range.start.character-h.range.start.character:v}),c=0,u=[];for(let d of a){let h=i.offsetAt(d.range.start);if(h<c)throw new Error("Overlapping edit");h>c&&u.push(s.substring(c,h)),d.newText.length&&u.push(d.newText),c=i.offsetAt(d.range.end)}return u.push(s.substr(c)),u.join("")}e.applyEdits=r})(ni||(ni={}));function Ps(e,t){if(e.length<=1)return e;let n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);Ps(r,t),Ps(i,t);let o=0,s=0,a=0;for(;o<r.length&&s<i.length;)t(r[o],i[s])<=0?e[a++]=r[o++]:e[a++]=i[s++];for(;o<r.length;)e[a++]=r[o++];for(;s<i.length;)e[a++]=i[s++];return e}function xl(e,t,n=0){let r=t?[n]:[];for(let i=0;i<e.length;i++){let o=e.charCodeAt(i);_l(o)&&(o===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function _l(e){return e===13||e===10}function Cl(e){let t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function ib(e){let t=Cl(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var gi=qe(qn(),1),Gp=new Map;function Qp(e,t){return Gp.set(e,t)}function Ks(e){let t=[];for(let[n,r]of Gp.entries())r.dependencyPaths.has(e)&&t.push({documentPath:n,durationMS:r.durationMS});return t}async function Qe(e){let t=de.documents.get(e);if(t)return t;let n=await de.fs.readFile(Ue(e),"utf-8");return ni.create(e,"yaml",1,n)}function Pr(e){return bs.filePattern.test(e)}function mi(e){return ys.filePattern.test(e)}function gn({uri:e,ast:t,textDocument:n}){if(!(mi(e)&&/entit(y|ies)\.ya?ml$/i.test(e)))return!1;if(n){let i=n.getText();t=gi.safeLoad(i,{filename:e})}if(t?.kind===gi.Kind.MAP){let i=["openapi","swagger","asyncapi","arazzo"];for(let o of t.mappings){let s=o.key?.value;if(i.includes(s))return!1}}return!0}var yt=class extends UP{resolveExternalRef(t,n){return Gs(n)?n:t&&Gs(t)?new URL(n,t).href:t?re.resolvePath(re.dirname(Ue(Et(t))),n).toString():n}async loadExternalRef(t){if(gr(t)){let{body:i,mimeType:o}=await WP(t,{...this.config.http,customFetch:fetch});return new Jp(t,i,o)}let n=Et(t),r=Gs(t)?Oe(t):t;return new Jp(r,(await Qe(n)).getText())}};var Ot;async function hi(e,t){try{let n=new yt,r=e?await de.findConfig(e):void 0;if(r===void 0){let i=await BP(r,n);return Ot=await Xp(zP,{externalRefResolver:n,ignore:i}),Ot}Ot=await HP({configPath:r,externalRefResolver:n})}catch(n){t?.createEventHandleLoadConfigError?.(n?.message),Ot=await Xp({})}return Ot}async function On(e){return Ot||await hi(e)}async function mn(e){return await Qs(e)?!0:!!Ot?.resolvedRefMap&&[...Ot.resolvedRefMap.keys()].map(n=>n.split("::")?.[1]?.split("#")[0]).some(n=>vs(mr(Et(e)),n))}async function Qs(e){let t=await de.findConfig(e);return t?vs(e,t):!1}function YP(e){return e.endsWith($P)}var dd={hide:{type:"boolean",default:!1},component:{type:"string",enum:["radio","checkbox"],default:"checkbox"},label:{type:"string"},items:{type:"array",items:{type:"string"}}},xr={type:"object",properties:dd,additionalProperties:!1},VP={type:"object",properties:{hide:{type:"boolean",default:!1},label:{type:"string"},placeholder:{type:"string"}},additionalProperties:!1},_r={type:"object",properties:{hide:{type:"boolean",default:!1},type:{type:"string",enum:["rating","sentiment","comment","reasons","mood","scale"],default:"sentiment"},settings:{type:"object",properties:{label:{type:"string"},submitText:{type:"string"},buttonText:{type:"string"},component:{type:"string",enum:["radio","checkbox"],default:"checkbox"},items:{type:"array",items:{type:"string"},minItems:1},leftScaleLabel:{type:"string"},rightScaleLabel:{type:"string"},reasons:{type:"object",properties:{...dd,like:xr,dislike:xr,satisfied:xr,neutral:xr,dissatisfied:xr},additionalProperties:!1},comment:{type:"object",properties:{hide:{type:"boolean",default:!1},label:{type:"string"},likeLabel:{type:"string"},dislikeLabel:{type:"string"},satisfiedLabel:{type:"string"},neutralLabel:{type:"string"},dissatisfiedLabel:{type:"string"}},additionalProperties:!1},optionalEmail:VP},additionalProperties:!1}},additionalProperties:!1},KP={type:"object",properties:{languages:{type:"array",items:{type:"object",properties:{lang:{type:"string",examples:["curl","JavaScript","Node.js","Python","Java8+Apache","Java","C#","C#+Newtonsoft","PHP","Go","Ruby","R","Payload"]},label:{type:"string"},options:{type:"object",properties:{indent:{type:"string"},withImports:{type:"boolean"},withComments:{type:"boolean"},binary:{type:"boolean"},credentials:{type:"string",enum:["omit","same-origin","include"]}},additionalProperties:!1}},required:["lang"],additionalProperties:!1}},skipOptionalParameters:{type:"boolean"},withOAuth2Call:{type:"boolean"}},additionalProperties:!1},ta={type:"array",items:{type:"object",properties:{title:{type:"string"},url:{type:"string"}},required:["url"],additionalProperties:!1}},xi={type:"object",properties:{licenseKey:{type:"string"},hideLoading:{type:"boolean"},disableRouter:{type:"boolean"},hideSidebar:{type:"boolean"},feedback:_r,hideReplay:{type:"boolean"},oAuth2RedirectURI:{type:"string",nullable:!0},corsProxyUrl:{type:"string"},sortRequiredPropsFirst:{type:"boolean"},sanitize:{type:"boolean"},hideDownloadButtons:{type:"boolean"},downloadUrls:ta,onlyRequiredInSamples:{type:"boolean"},generatedSamplesMaxDepth:{oneOf:[{type:"number"},{type:"string"}]},showExtensions:{oneOf:[{type:"boolean"},{type:"string"},{type:"array",items:{type:"string"}}]},hideSchemaTitles:{type:"boolean"},jsonSamplesExpandLevel:{oneOf:[{type:"number"},{type:"string"}]},schemasExpansionLevel:{oneOf:[{type:"number"},{type:"string"}]},mockServer:{type:"object",properties:{url:{type:"string"},position:{type:"string",enum:["first","last","replace","off"]},description:{type:"string"}}},maxDisplayedEnumValues:{type:"number"},schemaDefinitionsTagName:{type:"string"},layout:{type:"string",enum:["stacked","three-panel"]},hideInfoMetadata:{type:"boolean"},events:{type:"object"},skipBundle:{type:"boolean"},routingBasePath:{type:"string"},codeSamples:KP,ignoreNamedSchemas:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},hidePropertiesPrefix:{type:"boolean"},excludeFromSearch:{type:"boolean"},showSchemaCatalogLinks:{type:"boolean"}},additionalProperties:!1},Mn={type:"object",properties:{includeByName:{type:"array",items:{type:"string"}},excludeByName:{type:"array",items:{type:"string"}}},additionalProperties:!1},GP={type:"object",properties:{name:{type:"string"},items:Mn,queries:Mn,mutations:Mn,subscriptions:Mn,types:Mn,directives:Mn},required:["name"],additionalProperties:!1},QP={type:"object",properties:{requireExactGroups:{type:"boolean"},groups:{type:"array",items:GP},otherItemsGroupName:{type:"string"}},required:["requireExactGroups","groups","otherItemsGroupName"],additionalProperties:!1},JP={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},email:{type:"string",format:"email"}},additionalProperties:!1},XP={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},identifier:{type:"string"}},additionalProperties:!1},ZP={type:"object",properties:{title:{type:"string"},version:{type:"string"},description:{type:"string"},termsOfService:{type:"string",format:"uri"},contact:JP,license:XP},additionalProperties:!1},_i={type:"object",properties:{menu:{type:"object",properties:{...QP.properties},additionalProperties:!1},sidebar:{type:"object",properties:{hide:{type:"boolean"}}},downloadUrls:ta,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},licenseKey:{type:"string"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:_r,layout:{type:"string",enum:["stacked","three-panel"]},showBuiltInScalars:{type:"boolean"},showBuiltInDirectives:{type:"boolean"},info:ZP},additionalProperties:!1},ex={type:"object",properties:{downloadUrls:ta,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:_r,layout:{type:"string",enum:["stacked","three-panel"]}},additionalProperties:!1},tx={type:"object",properties:{label:{type:"string"},lang:{enum:["curl","C#","Go","Java","Java8+Apache","JavaScript","Node.js","PHP","Python","R","Ruby"]}},required:["lang"]},nx={type:"object",properties:{enum:{type:"string"},enumSingleValue:{type:"string"},enumArray:{type:"string"},default:{type:"string"},deprecated:{type:"string"},example:{type:"string"},examples:{type:"string"},nullable:{type:"string"},recursive:{type:"string"},arrayOf:{type:"string"},webhook:{type:"string"},authorizations:{type:"string"},tryItAuthBasicUsername:{type:"string"},tryItAuthBasicPassword:{type:"string"}}},Zp={type:"object",properties:{label:{type:"string"},link:{type:"string"},target:{type:"string"}},required:["label","link"]},rx={type:"object",properties:{beforeInfo:{type:"array",items:Zp},end:{type:"array",items:Zp}}},hn={type:"object",properties:{main:{type:"string"},light:{type:"string"},dark:{type:"string"},contrastText:{type:"string"}}},yi={type:"object",properties:{backgroundColor:{type:"string"},borderColor:{type:"string"},color:{type:"string"},tabTextColor:{type:"string"}}},ix={type:"object",properties:Si(hn.properties,["light","dark"])},ox={type:"object",properties:{basic:{type:"string"},delete:{type:"string"},get:{type:"string"},head:{type:"string"},link:{type:"string"},options:{type:"string"},patch:{type:"string"},post:{type:"string"},put:{type:"string"}}},sx={type:"object",properties:{error:yi,info:yi,redirect:yi,success:yi}},ax={type:"object",properties:jn(hn.properties,["dark"])},cx={type:"object",properties:{primary:{type:"string"},secondary:{type:"string"},light:{type:"string"}}},ux={type:"object",properties:{accent:hn,border:ix,error:hn,http:ox,primary:hn,responses:sx,secondary:ax,success:hn,text:cx,tonalOffset:{type:"number"},warning:hn}},bi={type:"object",properties:{fontSize:{type:"string"},padding:{type:"string"},minWidth:{type:"string"}}},lx={type:"object",properties:{small:bi,medium:bi,large:bi,xlarge:bi}},Ct={type:"object",properties:{fontFamily:{type:"string"},fontSize:{type:"string"},fontWeight:{type:"string"},lineHeight:{type:"string"}}},px={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},hoverStyle:{type:"string"},boxShadow:{type:"string"},hoverBoxShadow:{type:"string"},sizes:lx}},ed={type:"object",properties:Si(Ct.properties,["fontSize","lineHeight"])},dx={type:"object",properties:{medium:ed,small:ed}},fx={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},color:{type:"string"},sizes:dx}},gx={type:"object",properties:{top:{type:"string"},width:{type:"string"},height:{type:"string"}}},mx={type:"object",properties:{borderRadius:{type:"string"},backgroundColor:{type:"string"}}},td={type:"object",properties:{fullWidth:{type:"boolean"}}},hx={type:"object",properties:{buttons:px,httpBadges:fx,layoutControls:gx,panels:mx,tryItButton:td,tryItSendButton:td}},Ci={type:"object",properties:{small:{type:"string"},medium:{type:"string"},large:{type:"string"}}},yx={type:"object",properties:{maxWidth:Ci}},bx={type:"object",properties:{maxWidth:Ci,middlePanelMaxWidth:Ci}},vx={type:"object",properties:{showDarkRightPanel:{type:"boolean"},stacked:yx,"three-panel":bx}},nd={type:"object",properties:{backgroundColor:{type:"string"},border:{type:"string"}}},Px={type:"object",properties:{breakFieldNames:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},constraints:nd,defaultDetailsWidth:{type:"string"},examples:nd,labelsTextSize:{type:"string"},linesColor:{type:"string"},nestedBackground:{type:"string"},nestingSpacing:{type:"string"},requireLabelColor:{type:"string"},typeNameColor:{type:"string"},typeTitleColor:{type:"string"}}},fd={type:"object",properties:{subItemsColor:{type:"string"},textTransform:{type:"string"},fontWeight:{type:"string"}}},xx={type:"object",properties:Si(fd.properties,["textTransform"])},_x={type:"object",properties:{unit:{type:"number"},paddingHorizontal:{type:"string"},paddingVertical:{type:"string"},offsetTop:{type:"string"},offsetLeft:{type:"string"},offsetNesting:{type:"string"}}},Cx={type:"object",properties:{...jn(Ct.properties,["fontWeight","lineHeight"]),activeBgColor:{type:"string"},activeTextColor:{type:"string"},backgroundColor:{type:"string"},borderRadius:{type:"string"},breakPath:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},groupItems:fd,level1items:xx,rightLineColor:{type:"string"},separatorLabelColor:{type:"string"},showAtBreakpoint:{type:"string"},spacing:_x,textColor:{type:"string"},width:{type:"string"}}},vi={type:"object",properties:{...Ct.properties,color:{type:"string"},transform:{type:"string"}}},Dx={type:"object",properties:{...Ct.properties,backgroundColor:{type:"string"},color:{type:"string"},wordBreak:{type:"string",enum:["break-all","break-word","keep-all","normal","revert","unset","inherit","initial"]},wrap:{type:"boolean"}}},Rx={type:"object",properties:jn(Ct.properties,["fontSize"])},Tx={type:"object",properties:{color:{type:"string"},hover:{type:"string"},textDecoration:{type:"string"},hoverTextDecoration:{type:"string"},visited:{type:"string"}}},wx={type:"object",properties:{code:Dx,fieldName:Ct,...Si(Ct.properties,["fontSize","fontFamily"]),fontWeightBold:{type:"string"},fontWeightLight:{type:"string"},fontWeightRegular:{type:"string"},heading1:vi,heading2:vi,heading3:vi,headings:Rx,lineHeight:{type:"string"},links:Tx,optimizeSpeed:{type:"boolean"},rightPanelHeading:vi,smoothing:{type:"string",enum:["auto","none","antialiased","subpixel-antialiased","grayscale"]}}},Sx={type:"object",properties:{color:{type:"string"},...jn(Ct.properties,["fontWeight"])}},kx={type:"object",properties:{backgroundColor:{type:"string"},borderRadius:{type:"string"},tokens:Sx}},Ax={type:"object",properties:{gutter:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"}}},Ex={type:"object",properties:{backgroundColor:{type:"string"},color:{type:"string"}}},rd={type:"object",properties:{custom:{type:"string"}}},Nx={type:"object",properties:{DownloadButton:rd,NextSectionButton:rd}},qx={type:"object",properties:{backgroundColor:{type:"string"},panelBackgroundColor:{type:"string"},panelControlsBackgroundColor:{type:"string"},showAtBreakpoint:{type:"string"},textColor:{type:"string"},width:{type:"string"}}},Ox={type:"object",properties:{borderRadius:{type:"string"}}},Mx={type:"object",properties:{sectionHorizontal:{type:"number"},sectionVertical:{type:"number"},unit:{type:"number"}}},jx={type:"object",properties:{breakpoints:Ci,codeBlock:kx,colors:ux,components:hx,layout:vx,logo:Ax,fab:Ex,overrides:Nx,rightPanel:qx,schema:Px,shape:Ox,sidebar:Cx,spacing:Mx,typography:wx,links:{properties:{color:{type:"string"}}},codeSample:{properties:{backgroundColor:{type:"string"}}}}},Lx={type:"object",properties:{skipOptionalParameters:{type:"boolean"},languages:{type:"array",items:tx}},required:["languages"]},gd={type:"object",properties:{theme:jx,ctrlFHijack:{type:"boolean"},defaultSampleLanguage:{type:"string"},disableDeepLinks:{type:"boolean"},disableSearch:{type:"boolean"},disableSidebar:{type:"boolean"},downloadDefinitionUrl:{type:"string"},expandDefaultServerVariables:{type:"boolean"},enumSkipQuotes:{type:"boolean"},expandDefaultRequest:{type:"boolean"},expandDefaultResponse:{type:"boolean"},expandResponses:{type:"string"},expandSingleSchemaField:{type:"boolean"},generateCodeSamples:Lx,generatedPayloadSamplesMaxDepth:{type:"number"},hideDownloadButton:{type:"boolean"},hideHostname:{type:"boolean"},hideInfoSection:{type:"boolean"},hideLogo:{type:"boolean"},hideRequestPayloadSample:{type:"boolean"},hideRightPanel:{type:"boolean"},hideSchemaPattern:{type:"boolean"},hideSingleRequestSampleTab:{type:"boolean"},hideSecuritySection:{type:"boolean"},hideTryItPanel:{type:"boolean"},hideFab:{type:"boolean"},hideOneOfDescription:{type:"boolean"},htmlTemplate:{type:"string"},jsonSampleExpandLevel:{oneOf:[{type:"number",minimum:1},{type:"string"}]},labels:nx,menuToggle:{type:"boolean"},nativeScrollbars:{type:"boolean"},noAutoAuth:{type:"boolean"},onDeepLinkClick:{type:"object"},pagination:{enum:["none","section","item"]},pathInMiddlePanel:{type:"boolean"},payloadSampleIdx:{type:"number",minimum:0},requiredPropsFirst:{type:"boolean"},routingStrategy:{type:"string"},samplesTabsMaxCount:{type:"number"},schemaExpansionLevel:{oneOf:[{type:"number",minimum:0},{type:"string"}]},minCharacterLengthToInitSearch:{type:"number",minimum:1},maxResponseHeadersToShowInTryIt:{type:"number",minimum:0},scrollYOffset:{oneOf:[{type:"number"},{type:"string"}]},searchAutoExpand:{type:"boolean"},searchFieldLevelBoost:{type:"number",minimum:0},searchMaxDepth:{type:"number",minimum:1},searchMode:{type:"string",enum:["default","path-only"]},searchOperationTitleBoost:{type:"number"},searchTagTitleBoost:{type:"number"},sendXUserAgentInTryIt:{type:"boolean"},showChangeLayoutButton:{type:"boolean"},showConsole:{type:"boolean"},showNextButton:{type:"boolean"},showRightPanelToggle:{type:"boolean"},showSecuritySchemeType:{type:"boolean"},showWebhookVerb:{type:"boolean"},showObjectSchemaExamples:{type:"boolean"},disableTryItRequestUrlEncoding:{type:"boolean"},sidebarLinks:rx,sideNavStyle:{type:"string",enum:["summary-only","path-first","id-only","path-only"]},simpleOneOfTypeLabel:{type:"boolean"},sortEnumValuesAlphabetically:{type:"boolean"},sortOperationsAlphabetically:{type:"boolean"},sortPropsAlphabetically:{type:"boolean"},sortTagsAlphabetically:{type:"boolean"},suppressWarnings:{type:"boolean"},unstable_externalDescription:{type:"boolean"},unstable_ignoreMimeParameters:{type:"boolean"},untrustedDefinition:{type:"boolean"},showAccessMode:{type:"boolean"},preserveOriginalExtensionsName:{type:"boolean"},markdownHeadingsAnchorLevel:{type:"number"}},additionalProperties:!1};function Si(e,t){return Object.fromEntries(t.filter(n=>n in e).map(n=>[n,e[n]]))}function jn(e,t){return Object.fromEntries(Object.entries(e).filter(([n])=>!t.includes(n)))}var bt={nodeTypeName:void 0,type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object"}]},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules"};var Ix={rules:bt,oas2Rules:bt,oas3_0Rules:bt,oas3_1Rules:bt,oas3_2Rules:bt,async2Rules:bt,async3Rules:bt,arazzo1Rules:bt,overlay1Rules:bt,openrpc1Rules:bt};var vt={nodeTypeName:void 0,type:"object",additionalProperties:!0},Fx={preprocessors:vt,oas2Preprocessors:vt,oas3_0Preprocessors:vt,oas3_1Preprocessors:vt,oas3_2Preprocessors:vt,async2Preprocessors:vt,async3Preprocessors:vt,arazzo1Preprocessors:vt,overlay1Preprocessors:vt,openrpc1Preprocessors:vt},Pt={nodeTypeName:void 0,type:"object",additionalProperties:!0};var Ux={decorators:Pt,oas2Decorators:Pt,oas3_0Decorators:Pt,oas3_1Decorators:Pt,oas3_2Decorators:Pt,async2Decorators:Pt,async3Decorators:Pt,arazzo1Decorators:Pt,overlay1Decorators:Pt,openrpc1Decorators:Pt},Wx={nodeTypeName:void 0,type:"array",items:{type:"string"},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends"},ki={...Ix,...Ux,...Fx,extends:Wx},md=e=>e,_t=md({RedirectSource:"RedirectSource",Redirects:"Redirects",ScorecardClassic:"ScorecardClassic",ScorecardClassicLevelList:"ScorecardClassicLevelList",ScorecardClassicLevel:"ScorecardClassicLevel",ScorecardClassicTargetList:"ScorecardClassicTargetList",ScorecardClassicTarget:"ScorecardClassicTarget",ScorecardClassicTargetWhere:"ScorecardClassicTargetWhere",ScorecardClassicTargetWhereMetadata:"ScorecardClassicTargetWhereMetadata",ScorecardClassicTeamMetadataProperty:"ScorecardClassicTeamMetadataProperty"}),we={type:"object",properties:{hide:{type:"boolean"}},additionalProperties:!1},id={type:"object",properties:{src:{type:"string"},async:{type:"boolean"},crossorigin:{type:"string"},defer:{type:"boolean"},fetchpriority:{type:"string"},integrity:{type:"string"},module:{type:"boolean"},nomodule:{type:"boolean"},nonce:{type:"string"},referrerpolicy:{type:"string"},type:{type:"string"}},required:["src"],additionalProperties:!0},Js={type:"object",properties:{page:{type:"string"},directory:{type:"string"},disconnect:{type:"boolean",default:!1},group:{type:"string"},label:{type:"string"},href:{type:"string"},external:{type:"boolean"},labelTranslationKey:{type:"string"},groupTranslationKey:{type:"string"},icon:{oneOf:[{type:"string"},{type:"object",properties:{srcSet:{type:"string"}},required:["srcSet"]}]},separator:{type:"string"},separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"],default:"top"},version:{type:"string"},menuStyle:{type:"string",enum:["drilldown"]},expanded:{type:"string",const:"always"},selectFirstItemOnExpand:{type:"boolean"},flatten:{type:"boolean"},linkedSidebars:{type:"array",items:{type:"string"}},items:{type:"array",items:{type:"object",additionalProperties:!0}},rbac:{type:"object",additionalProperties:{type:"string"}},additionalProps:{type:"object",additionalProperties:!0}}},na={type:"array",items:{...Js,properties:{...Js.properties,items:{type:"array",items:Js}}}},Hx={type:"object",properties:{name:{type:"string"},icon:{type:"string"},folder:{type:"string"}},additionalProperties:!1,required:["name","folder"]},Bx={type:"object",properties:{hide:{type:"boolean",default:!1},suggestions:{default:[],type:"array",items:{type:"string"}},prompt:{type:"string"}},additionalProperties:!1},zx={type:"array",items:{type:"object",required:["name","field","type"],properties:{name:{type:"string"},field:{type:"string"},type:{type:"string",enum:["multi-select","select","tags"]}},additionalProperties:!1}},$x={type:"object",properties:{facets:zx,...we.properties},additionalProperties:!1},Yx={type:"object",properties:{page:{type:"string"},label:{type:"string"},labelTranslationKey:{type:"string"}},required:["page"]},hd={type:"object",properties:{image:{type:"string"},srcSet:{type:"string"},altText:{type:"string"},link:{type:"string"},favicon:{type:"string"}},additionalProperties:!1},yd={type:"object",properties:{items:na,...we.properties},additionalProperties:!1},bd={type:"object",additionalProperties:Hx},vd={type:"object",properties:{items:na,copyrightText:{type:"string"},logo:we,...we.properties},additionalProperties:!1},Pd={type:"object",properties:{separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"],default:"bottom"},...we.properties},additionalProperties:!1},xd={type:"object",properties:{head:{type:"array",items:id},body:{type:"array",items:id}},additionalProperties:!1},_d={type:"array",items:{type:"object",properties:{href:{type:"string"},as:{type:"string"},crossorigin:{type:"string"},fetchpriority:{type:"string"},hreflang:{type:"string"},imagesizes:{type:"string"},imagesrcset:{type:"string"},integrity:{type:"string"},media:{type:"string"},prefetch:{type:"string"},referrerpolicy:{type:"string"},rel:{type:"string"},sizes:{type:"string"},title:{type:"string"},type:{type:"string"}},required:["href"],additionalProperties:!0}},Cd={type:"object",properties:{engine:{type:"string",enum:["flexsearch","typesense"],default:"flexsearch"},ai:Bx,filters:$x,placement:{type:"string",default:"navbar"},shortcuts:{type:"array",items:{type:"string"},default:["\u2318+K,ctrl+K"]},suggestedPages:{type:"array",items:Yx},...we.properties},additionalProperties:!1},Dd={type:"object",properties:{hide:{type:"boolean"},suggestions:{default:[],type:"array",items:{type:"string"}},prompt:{type:"string"},trigger:{type:"object",properties:{hide:{type:"boolean",default:!1},inputType:{type:"string",enum:["button","icon"],default:"button"},inputIcon:{type:"string",enum:["chat","sparkles","redocly"],default:"sparkles"}},additionalProperties:!1}},additionalProperties:!1},Rd={type:"object",properties:{ignoreDetection:{type:"boolean"},modes:{type:"array",items:{type:"string"},default:["light","dark"]},...we.properties},additionalProperties:!1},ra={type:"string",enum:["slate","pink","coral","amber","jade","cyan","ocean","indigo","iris"]},Vx={type:"object",properties:{...we.properties,items:{type:"array",items:{type:"string",enum:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]},default:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]}},additionalProperties:!1},Td={type:"object",properties:{nextButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1,default:{}},previousButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1,default:{}},actions:Vx},additionalProperties:!1},wd={type:"object",properties:{elementFormat:{type:"string",default:"icon"},copy:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}},report:{type:"object",properties:{tooltipText:{type:"string"},buttonText:{type:"string"},label:{type:"string"},...we.properties},additionalProperties:!1,default:{hide:!1}},expand:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}},collapse:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}}},additionalProperties:!1},Sd={type:"object",properties:{frontMatterKeysToResolve:{type:"array",items:{type:"string"},default:["image","links"]},partialsFolders:{type:"array",items:{type:"string"},default:["**/_partials/**"]},lastUpdatedBlock:{type:"object",properties:{format:{type:"string",enum:["timeago","iso","long","short"],default:"timeago"},locale:{type:"string"},...we.properties},additionalProperties:!1,default:{}},toc:{type:"object",properties:{header:{type:"string",default:"On this page"},depth:{type:"integer",default:3,minimum:1},...we.properties},additionalProperties:!1,default:{}},editPage:{type:"object",properties:{baseUrl:{type:"string"},...we.properties},additionalProperties:!1,default:{}}},additionalProperties:!1,default:{}},Di={...xi,properties:{...xi.properties,...gd.properties}},LT={...xi,properties:{...xi.properties,...gd.properties}},Kx={type:"object",properties:{includeInDevelopment:{type:"boolean"},scriptUrl:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["scriptUrl"]},Gx={type:"object",properties:{includeInDevelopment:{type:"boolean"},apiKey:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},outboundClickEventName:{type:"string"},pageViewEventName:{type:"string"},amplitudeConfig:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["apiKey"]},Qx={type:"object",properties:{includeInDevelopment:{type:"boolean"},orgId:{type:"string"}},additionalProperties:!1,required:["orgId"]},Jx={type:"object",properties:{includeInDevelopment:{type:"boolean"},appId:{type:"string"}},additionalProperties:!1,required:["appId"]},Xx={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},dataPlaneUrl:{type:"string"},controlPlaneUrl:{type:"string"},sdkUrl:{type:"string"},loadOptions:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["writeKey"]},Zx={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},includeTitleInPageCall:{type:"boolean"},host:{type:"string"}},additionalProperties:!1,required:["writeKey"]},e0={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},gtmAuth:{type:"string"},gtmPreview:{type:"string"},defaultDataLayer:{},dataLayerName:{type:"string"},enableWebVitalsTracking:{type:"boolean"},selfHostedOrigin:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["trackingId"]},kd={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},optimizeId:{type:"string"},exclude:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["trackingId"]},t0={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},optimizeId:{type:"string"},anonymizeIp:{type:"boolean"},cookieExpires:{type:"number"},trackers:{type:"object",additionalProperties:kd}},additionalProperties:!1,required:["trackingId"]},Ad={type:"object",properties:{adobe:Kx,amplitude:Gx,fullstory:Qx,heap:Jx,rudderstack:Xx,segment:Zx,gtm:e0,ga:t0}},Ed={type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},external:{type:"boolean"},link:{type:"string"},separatorLine:{type:"boolean"}},additionalProperties:!0},default:[]},hideLoginButton:{type:"boolean"},...we.properties},additionalProperties:!1},Nd={type:"object",properties:{hide:{type:"boolean"},showForUnversioned:{type:"boolean"}}},qd={type:"object",properties:{hide:{type:"boolean"},prefixItems:{type:"array",items:{type:"object",properties:{label:{type:"string"},labelTranslationKey:{type:"string"},page:{type:"string"},icon:{type:"string"}},additionalProperties:!1,default:{}}}},additionalProperties:!1},n0={type:"object",additionalProperties:!1,required:["title","property"],properties:{type:{type:"string",enum:["select","checkboxes","date-range"],default:"checkboxes"},title:{type:"string"},titleTranslationKey:{type:"string"},property:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}},missingCategoryName:{type:"string"},missingCategoryNameTranslationKey:{type:"string"},options:{type:"array",items:{type:"string"}}}},r0={type:"object",additionalProperties:!0,required:["slug","items"],properties:{show:{type:"boolean"},slug:{type:"string"},filters:{type:"array",items:n0},groupByFirstFilter:{type:"boolean"},filterValuesCasing:{type:"string",enum:["sentence","original","lowercase","uppercase"]},items:na,requiredPermission:{type:"string"},separateVersions:{type:"boolean"},title:{type:"string"},titleTranslationKey:{type:"string"},description:{type:"string"},descriptionTranslationKey:{type:"string"}}},Ri={type:"object",patternProperties:{".*":r0}},Ti={nodeTypeName:_t.ScorecardClassic,description:"Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic",type:"object",additionalProperties:!0,required:[],properties:{ignoreNonCompliant:{type:"boolean",default:!1},teamMetadataProperty:{nodeTypeName:_t.ScorecardClassicTeamMetadataProperty,description:"Provide custom team label and team metadata property.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object",type:"object",properties:{property:{type:"string"},label:{type:"string"},default:{type:"string"}}},levels:{nodeTypeName:_t.ScorecardClassicLevelList,description:"List of levels to score against.",type:"array",items:{nodeTypeName:_t.ScorecardClassicLevel,documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#level-object",type:"object",required:["name"],properties:{name:{type:"string"},color:{type:"string"},...ki},additionalProperties:!1}},targets:{nodeTypeName:_t.ScorecardClassicTargetList,description:"Provide custom `minimumLevel` for specific targets.",type:"array",items:{nodeTypeName:_t.ScorecardClassicTarget,type:"object",required:["where"],properties:{minimumLevel:{type:"string"},rules:{type:"object",additionalProperties:!0},where:{nodeTypeName:_t.ScorecardClassicTargetWhere,description:"Specify which API descriptions to apply the `minimumLevel` to based on the metadata.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#where-object",type:"object",required:["metadata"],properties:{metadata:{nodeTypeName:_t.ScorecardClassicTargetWhereMetadata,type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1}},ignore:{type:"array",items:{type:"string"}},fromProjectUrl:{type:"string",format:"uri"}}},i0={type:"object",required:["key"],properties:{key:{type:"string"}},additionalProperties:!1},o0={type:"object",required:["type"],properties:{type:{type:"string"}},additionalProperties:!1},s0={type:"object",required:["property","title"],properties:{property:{type:"string"},hide:{type:"boolean"},label:{type:"string"},options:{type:"array",items:{type:"string"}},type:{type:"string",enum:["select","checkboxes","date-range"],default:"checkboxes"},title:{type:"string"},titleTranslationKey:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Mt={type:"object",properties:{slug:{type:"string"},hide:{type:"boolean"},includes:{type:"array",items:o0},excludes:{type:"array",items:i0},filters:{type:"array",items:s0},titleTranslationKey:{type:"string"},descriptionTranslationKey:{type:"string"},catalogSwitcherLabelTranslationKey:{type:"string"}},additionalProperties:!1},a0={type:"object",properties:{type:{type:"string",enum:["string","number","boolean","array","object"]},description:{type:"string"},example:{oneOf:[{type:"string"},{type:"number"},{type:"boolean"},{type:"array"},{type:"object"}]},enum:{type:"array",items:{type:"string"}},pattern:{type:"string"},format:{type:"string"},minimum:{type:"number"},maximum:{type:"number"},items:{type:"object"}},additionalProperties:!0},c0={type:"object",required:["type","properties"],properties:{type:{type:"string",enum:["object"]},description:{type:"string"},properties:{type:"object",additionalProperties:a0},required:{type:"array",items:{type:"string"}},additionalProperties:{type:"boolean"}},additionalProperties:!0},u0={type:"object",required:["name","description","metadataSchema"],properties:{name:{type:"string",description:"Display name of the entity type"},description:{type:"string",description:"Description of the entity type"},metadataSchema:c0,icon:{type:"object",properties:{src:{type:"string"},srcSet:{type:"string"}},additionalProperties:!1}},additionalProperties:!1},l0={type:"object",additionalProperties:u0},Od={type:"object",properties:{show:{type:"boolean",default:!1},entityTypes:l0,catalogs:{type:"object",properties:{all:Mt,services:Mt,domains:Mt,teams:Mt,users:Mt,apiDescriptions:Mt,dataSchemas:Mt,apiOperations:Mt},additionalProperties:Mt}},additionalProperties:!1},od={type:"string",enum:["eq","in","gt","gte","lt","lte","contains","startsWith","endsWith","exists","isEmpty","between","matches","some","every","none"]},ia={type:"string",enum:["and","or"]},Xs={type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]},match:{type:"array",items:{type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]}}}}}},p0={type:"object",properties:{operator:ia,conditions:{type:"array",items:Xs}},required:["operator","conditions"],additionalProperties:!1},sd={type:"array",items:{oneOf:[Xs,{type:"object",properties:{operator:ia,conditions:{type:"array",items:{oneOf:[Xs,p0]}}},required:["operator","conditions"],additionalProperties:!1}]}},Md={type:"object",properties:{defined:{type:"boolean"},nonEmpty:{type:"boolean"},eq:{},gt:{type:"number"},gte:{type:"number"},lt:{type:"number"},lte:{type:"number"},const:{}},additionalProperties:!1},d0={type:"array",items:{type:"object",properties:{subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},assertions:Md},required:["subject","assertions"],additionalProperties:!1}},f0={type:"object",properties:{title:{type:"string"},subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},severity:{type:"string",enum:["error","warn","off"]},message:{type:"string"},assertions:Md,where:d0,weight:{type:"number",default:1}},required:["subject","assertions"],additionalProperties:!1},g0={type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object",properties:{severity:{type:"string",enum:["error","warn","off"]},weight:{type:"number",default:1}},additionalProperties:!0},f0]}},m0={type:"object",properties:{name:{type:"string"},extends:ki.extends,rules:g0},required:["name"],additionalProperties:!1},ad={type:"object",properties:{event:{type:"string",enum:["runtime","manual"]}},required:["event"],additionalProperties:!1},h0={oneOf:[ad,{type:"array",items:ad}]},y0={type:"object",properties:{name:{type:"string"},key:{type:"string"},description:{type:"string"},entities:{oneOf:[sd,{type:"object",properties:{operator:ia,conditions:sd},required:["operator","conditions"],additionalProperties:!1}]},levels:{type:"array",items:m0,minItems:1},trigger:h0},required:["name","key","entities","levels"],additionalProperties:!1},jd={type:"array",items:y0},xt={type:"object",properties:{imports:{type:"array",items:{type:"string"}},logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:xd,links:_d,feedback:_r,search:Cd,aiAssistant:Dd,colorMode:Rd,palette:ra,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,asyncapi:ex,graphql:_i,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ri,entitiesCatalog:Od,catalogClassic:Ri,scorecard:Ti,scorecardClassic:Ti,scorecards:jd},additionalProperties:!0},b0="https://redocly.com/sso/teams",v0=(e=>(e.OIDC="OIDC",e.SAML2="SAML2",e))(v0||{}),P0=(e=>(e.SERVICE_ACCOUNT="SERVICE_ACCOUNT",e.OAUTH2="OAUTH2",e))(P0||{});var x0=(e=>(e.STACKED="stacked",e.THREE_PANEL="three-panel",e))(x0||{});function Zs(e,t,n){return Object.fromEntries(Object.entries(e).map(([r,i])=>{if(!(r===t&&n!=="properties"))return typeof i!="object"||!i?[r,i]:Array.isArray(i)?[r,i.map(o=>typeof o=="object"?Zs(o,t,r):o)]:[r,Zs(i,t,r)]}).filter(Boolean))}var _0={type:"object",additionalProperties:{type:"string"}},C0={type:"object",additionalProperties:!1,patternProperties:{"^[a-zA-Z0-9_-]+$":{type:"string",pattern:"^https?://[^\\s/$.?#].[^\\s]*$"}}},Pi={type:"string",enum:["error","warn","off"]},D0={type:"object",additionalProperties:!1,properties:{schemaCheck:Pi,statusCodeCheck:Pi,contentTypeCheck:Pi,successCriteriaCheck:Pi}},R0={type:"object",properties:{event:{type:"string",enum:["schedule"]},interval:{type:"string",enum:["1m","2m","5m","10m","15m","30m","1h","3h","6h","12h","1d","7d"]}},required:["event"],additionalProperties:!1},T0={type:"object",properties:{event:{type:"string",enum:["build"]}},required:["event"],additionalProperties:!1},w0={type:"object",properties:{warn:{type:"number"},error:{type:"number"}},additionalProperties:!1},S0={type:"object",properties:{ignoreLint:{oneOf:[{type:"boolean",default:!1},{type:"object",additionalProperties:{type:"boolean"}}]},ignoreLinkChecker:{type:"boolean"},ignoreMarkdocErrors:{type:"boolean"},ignoreRespectMonitoring:{type:"boolean"},jobs:{type:"array",items:{type:"object",properties:{path:{type:"string",pattern:"^(?!\\/|\\.\\./)"},agent:{type:"string",enum:["respect"]},trigger:{oneOf:[R0,T0]},inputs:_0,servers:C0,severity:D0,slo:w0},required:["path","trigger","agent"],additionalProperties:!1}}},additionalProperties:!1},k0={type:"object",properties:{end_session_endpoint:{type:"string"},token_endpoint:{type:"string"},authorization_endpoint:{type:"string"},jwks_uri:{type:"string"}},required:["token_endpoint","authorization_endpoint"],additionalProperties:!0},A0={type:"object",properties:{type:{type:"string",const:"OIDC"},title:{type:"string"},pkce:{type:"boolean",default:!1},configurationUrl:{type:"string",minLength:1},configuration:k0,clientId:{type:"string",minLength:1},clientSecret:{type:"string",minLength:0},teamsClaimName:{type:"string"},teamsClaimMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}},scopes:{type:"array",items:{type:"string"}},tokenExpirationTime:{type:"number"},authorizationRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},introspectEndpoint:{type:"string"},tokenRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},audience:{type:"array",items:{type:"string"}}},required:["type","clientId"],oneOf:[{required:["configurationUrl"]},{required:["configuration"]}],additionalProperties:!1},E0={type:"object",properties:{type:{type:"string",const:"SAML2"},title:{type:"string"},issuerId:{type:"string"},entityId:{type:"string"},ssoUrl:{type:"string"},x509PublicCert:{type:"string"},teamsAttributeName:{type:"string",default:b0},teamsAttributeMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["type","issuerId","ssoUrl","x509PublicCert"]},N0={oneOf:[A0,E0],discriminator:{propertyName:"type"}},q0={type:"object",additionalProperties:N0},Ld={oneOf:[{type:"array",items:{type:"string",enum:["REDOCLY","CORPORATE","GUEST"]},uniqueItems:!0},{type:"string",enum:["REDOCLY","CORPORATE","GUEST"]}]},Id={type:"boolean"},Fd={type:"string",pattern:"^https?://.*"},Ud={type:"string",pattern:"^https?://.*"},O0={type:"object",properties:{to:{type:"string"},type:{type:"number",default:301}},additionalProperties:!1,nodeTypeName:_t.RedirectSource,description:"Source is an absolute path that must start with a forward slash.",documentationLink:"https://redocly.com/docs/realm/config/redirects#sources-map"},M0={type:"object",additionalProperties:O0,default:{},nodeTypeName:_t.Redirects,description:"Use redirects to change which resource a URL points to, maintaining working links when you move, rename, or restructure content.",documentationLink:"https://redocly.com/docs/realm/config/redirects"},j0={type:"string",enum:["info","success","warning","error"],default:"info"},ee={type:"object",additionalProperties:{type:"string"}},L0={type:"object",properties:{trackingId:{type:"string"},content:{type:"string"},dismissible:{type:"boolean",default:!1},target:{type:"string"},color:j0,rbac:ee},required:["content"],additionalProperties:!1},I0={type:"array",items:L0,default:[]},Wd={type:"object",properties:{root:{type:"string"},output:{type:"string",pattern:"(.ya?ml|.json)$"},rbac:ee,openapi:Di,graphql:_i,theme:{type:"object",properties:{openapi:Di,graphql:_i},additionalProperties:!1},title:{type:"string"},metadata:{type:"object",additionalProperties:!0},...ki},required:["root"]},F0={type:"object",additionalProperties:!0},U0={type:"object",additionalProperties:{type:"object",additionalProperties:!0}},cd={type:"object",properties:{hide:{type:"boolean",default:!1},title:{type:"string"},description:{type:"string"},details:{type:"object",properties:{path:{type:"string"},content:{type:"string"}},additionalProperties:!1},excludeFiles:{type:"array",items:{type:"string"},default:[]},sections:{type:"array",items:{type:"object",properties:{title:{type:"string"},description:{type:"string"},includeFiles:{type:"array",items:{type:"string"},default:[]},excludeFiles:{type:"array",items:{type:"string"},default:[]}},required:["title"],additionalProperties:!1}}},default:{hide:!1,title:void 0,description:void 0,details:void 0,sections:[{title:"Table of contents",includeFiles:["**/*"],excludeFiles:[]}]},additionalProperties:!1},ud={type:"object",properties:{title:{type:"string"},projectTitle:{type:"string"},description:{type:"string"},siteUrl:{type:"string"},image:{type:"string"},keywords:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},lang:{type:"string"},jsonLd:{type:"object"},meta:{type:"array",items:{type:"object",properties:{name:{type:"string"},content:{type:"string"}},required:["name","content"],additionalProperties:!1}},llmstxt:cd},default:{llmstxt:cd.default},additionalProperties:!1},W0={type:"object",properties:{folders:{type:"array",items:{type:"string"}}},additionalProperties:!1},H0={type:"object",properties:{catalogs:{type:"object",properties:{all:ee,services:ee,domains:ee,teams:ee,users:ee,apiDescriptions:ee,dataSchemas:ee,apiOperations:ee},additionalProperties:ee},entitiesTypes:{type:"object",properties:{service:ee,domain:ee,team:ee,user:ee,apiDescription:ee,apiOperation:ee,dataSchema:ee},additionalProperties:ee},entitiesGroups:{type:"array",items:{type:"object",properties:{entities:{type:"array",items:{type:"string"}},config:ee},additionalProperties:!1}},entities:{type:"object",properties:{"**":ee},additionalProperties:ee}},additionalProperties:!1},Hd={type:"object",properties:{teamNamePatterns:{type:"array",items:{type:"string"}},teamFolders:{type:"array",items:{type:"string"}},teamFoldersBaseRoles:ee,cms:ee,reunite:ee,features:{type:"object",properties:{aiSearch:ee},additionalProperties:!1},content:{type:"object",properties:{"**":ee},additionalProperties:ee},entitiesCatalog:H0},additionalProperties:ee},B0={type:"object",properties:{static:{type:"string"}},additionalProperties:!1,required:["static"]},z0={type:"object",properties:{idp:{type:"string"}},additionalProperties:!1,required:["idp"]},$0={type:"object",properties:{type:{type:"string",const:"GRAVITEE"},apiBaseUrl:{type:"string"},env:{type:"string"},allowApiProductsOutsideCatalog:{type:"boolean",default:!1},stage:{type:"string",default:"non-production"},auth:{oneOf:[B0,z0]}},additionalProperties:!1,required:["type","apiBaseUrl"]},Y0={type:"object",properties:{type:{type:"string",const:"OAUTH2"},tokenEndpoint:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"}},additionalProperties:!1,required:["type","tokenEndpoint","clientId","clientSecret"]},V0={type:"object",properties:{type:{type:"string",const:"SERVICE_ACCOUNT"},serviceAccountEmail:{type:"string"},serviceAccountPrivateKey:{type:"string"}},additionalProperties:!1,required:["type","serviceAccountEmail","serviceAccountPrivateKey"]},ea={type:"object",properties:{type:{type:"string",const:"APIGEE_X"},apiUrl:{type:"string"},stage:{type:"string",default:"non-production"},organizationName:{type:"string"},ignoreApiProducts:{type:"array",items:{type:"string"}},allowApiProductsOutsideCatalog:{type:"boolean",default:!1},auth:{type:"object",oneOf:[Y0,V0],discriminator:{propertyName:"type"}}},additionalProperties:!1,required:["type","organizationName","auth"]},K0={...ea,properties:{...ea.properties,type:{type:"string",const:"APIGEE_EDGE"}}},G0={type:"object",oneOf:[ea,K0,$0],discriminator:{propertyName:"type"}},Q0={type:"object",required:["adapters"],additionalProperties:!1,properties:{adapters:{type:"array",items:G0}}},ld={type:"object",properties:{defaultLocale:{type:"string"},locales:{type:"array",items:{type:"object",properties:{code:{type:"string"},name:{type:"string"}},required:["code"]}}},additionalProperties:!1,required:["defaultLocale"]},J0={type:"object",properties:{name:{type:"string"},value:{type:"string"}},additionalProperties:!1,required:["name","value"]},X0={type:"object",properties:{hide:{type:"boolean",default:!1},docs:{type:"object",properties:{hide:{type:"boolean",default:!1},name:{type:"string",default:"Docs MCP server"},ignore:{type:"array",items:{type:"string"},default:[]}},additionalProperties:!1}},additionalProperties:!1,default:{hide:!1,docs:{hide:!1,name:"MCP server",ignore:[]}}},Z0={type:"object",properties:{requiresLogin:Id,logoutReturnUrl:Fd,residency:Ud,sso:Ld,rbac:Hd},additionalProperties:!1},wi={type:"object",properties:{imports:{type:"array",items:{type:"string"}},licenseKey:{type:"string"},redirects:M0,seo:ud,rbac:Hd,apiFunctions:W0,requiresLogin:Id,responseHeaders:{type:"object",additionalProperties:{type:"array",items:J0}},mockServer:{type:"object",properties:{off:{type:"boolean",default:!1},position:{type:"string",enum:["first","last","replace","off"],default:"first"},strictExamples:{type:"boolean",default:!1},errorIfForcedExampleNotFound:{type:"boolean",default:!1},description:{type:"string"}}},apis:{type:"object",additionalProperties:Wd},...ki,ssoDirect:q0,sso:Ld,residency:Ud,logoutReturnUrl:Fd,access:Z0,developerOnboarding:Q0,removeAttribution:{type:"boolean"},i18n:ld,l10n:ld,metadata:F0,metadataGlobs:U0,ignore:{type:"array",items:{type:"string"}},theme:xt,reunite:S0,logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:xd,links:_d,feedback:_r,search:Cd,aiAssistant:Dd,colorMode:Rd,palette:ra,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,graphql:_i,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ri,entitiesCatalog:Od,catalogClassic:Ri,scorecard:Ti,scorecardClassic:Ti,scorecards:jd,mcp:X0,corsProxy:{type:"object",properties:{allowedTargets:{type:"array",items:{type:"string"}}},additionalProperties:!1},banner:I0},default:{redirects:{},seo:ud.default},additionalProperties:!0},e_={...Zs(wi,"default"),additionalProperties:!1},Bd={$id:"root-redocly-config",...wi,properties:{plugins:{type:"array",items:{type:"string"}},...wi.properties,env:{type:"object",additionalProperties:e_}},default:{},additionalProperties:!1},pd={type:"object",properties:{logo:xt.properties.logo,navbar:xt.properties.navbar,footer:xt.properties.footer,sidebar:xt.properties.sidebar,search:xt.properties.search,codeSnippet:xt.properties.codeSnippet,breadcrumbs:xt.properties.breadcrumbs,openapi:xt.properties.openapi,feedback:xt.properties.feedback,palette:ra,mockServer:wi.properties.mockServer,analytics:{type:"object",properties:{ga:kd}}},additionalProperties:!0,default:{}},IT={$id:"product-config-override",type:"object",properties:{...pd.properties,apis:{type:"object",additionalProperties:Wd},theme:pd},additionalProperties:!1},t_=["partOf","hasParts","creates","createdBy","owns","ownedBy","implements","implementedBy","dependsOn","dependencyOf","uses","usedBy","produces","consumes","linksTo","supersedes","supersededBy","compatibleWith","extends","extendedBy","relatesTo","hasMember","memberOf","triggers","triggeredBy","returns","returnedBy"],Pe=md({UserEntity:"UserEntity",UserEntityMetadata:"UserEntityMetadata",ApiDescriptionEntity:"ApiDescriptionEntity",ApiDescriptionEntityMetadata:"ApiDescriptionEntityMetadata",ApiOperationEntity:"ApiOperationEntity",ApiOperationEntityMetadata:"ApiOperationEntityMetadata",DataSchemaEntity:"DataSchemaEntity",DataSchemaEntityMetadata:"DataSchemaEntityMetadata",ServiceEntity:"ServiceEntity",DomainEntity:"DomainEntity",TeamEntity:"TeamEntity",Entity:"Entity",EntityMetadata:"EntityMetadata",EntityLinkList:"EntityLinkList",EntityLink:"EntityLink",EntityRelation:"EntityRelation",EntityRelationList:"EntityRelationList",EntityContact:"EntityContact",EntitySlackContact:"EntitySlackContact",EntitySlackChannel:"EntitySlackChannel"}),n_={type:"object",nodeTypeName:Pe.UserEntityMetadata,properties:{email:{type:"string",description:"Email of the user"}},required:["email"],additionalProperties:!0},r_={type:"object",nodeTypeName:Pe.ApiDescriptionEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Type of the API description"},descriptionFile:{type:"string",description:"Path to the file containing the API description"}},required:["specType","descriptionFile"],additionalProperties:!0},i_={type:"object",nodeTypeName:Pe.ApiOperationEntityMetadata,properties:{method:{type:"string",enum:["GET","POST","PUT","DELETE","PATCH","MUTATION","QUERY","SUBSCRIBE","PUBLISH"],description:"HTTP method of the API operation"},path:{type:"string",description:"Path of the API operation"},payload:{type:"array",items:{type:"string",description:"Related dataSchema name"}},responses:{type:"array",items:{type:"string",description:"Related dataSchema name"}}},required:["method","path"],additionalProperties:!0},o_={type:"object",nodeTypeName:Pe.DataSchemaEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Specification type of the data schema"},schema:{type:"string",description:"Inline schema of the data structure"},sdl:{type:"string",description:"SDL of the data structure"}},required:["specType"],additionalProperties:!0},s_={type:"object",properties:{},nodeTypeName:Pe.EntityMetadata,additionalProperties:!0},a_={type:"object",nodeTypeName:Pe.EntitySlackChannel,properties:{name:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["name"],additionalProperties:!1},c_={type:"object",nodeTypeName:Pe.EntitySlackContact,properties:{channels:{type:"array",items:a_}},required:["channels"],additionalProperties:!1},u_={type:"object",nodeTypeName:Pe.EntityContact,properties:{slack:c_},additionalProperties:!1},l_={type:"object",nodeTypeName:Pe.EntityLink,properties:{label:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["label","url"],additionalProperties:!1},p_={type:"object",nodeTypeName:Pe.EntityRelation,properties:{type:{type:"string",enum:t_},key:{type:"string",minLength:2,maxLength:100},version:{type:"string"},revision:{type:"string"}},required:["type","key"],additionalProperties:!1},zt={version:{type:"string"},key:{type:"string",pattern:"^[a-z0-9]+(?:-[a-z0-9]+)*$",minLength:2,maxLength:150},type:{type:"string",enum:["user","data-schema","api-operation","api-description","service","domain","team"]},title:{type:"string",minLength:2,maxLength:200},summary:{type:"string",minLength:1,maxLength:500},tags:{type:"array",items:{type:"string",minLength:1,maxLength:50}},git:{type:"array",items:{type:"string"}},contact:u_,links:{type:"array",nodeTypeName:Pe.EntityLinkList,items:l_},relations:{type:"array",nodeTypeName:Pe.EntityRelationList,items:p_},metadata:s_},Ai={type:"object",discriminator:{propertyName:"type"},oneOf:[{type:"object",properties:{...zt,type:{const:"user"},metadata:n_},required:["key","title","type","metadata"],additionalProperties:!1,nodeTypeName:Pe.UserEntity},{type:"object",nodeTypeName:Pe.ApiOperationEntity,properties:{...zt,type:{const:"api-operation"},metadata:i_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DataSchemaEntity,properties:{...zt,type:{const:"data-schema"},metadata:o_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ApiDescriptionEntity,properties:{...zt,type:{const:"api-description"},metadata:r_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ServiceEntity,properties:{...zt,type:{const:"service"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DomainEntity,properties:{...zt,type:{const:"domain"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.TeamEntity,properties:{...zt,type:{const:"team"}},required:["key","title","type"],additionalProperties:!1}]},Ei={type:"object",nodeTypeName:Pe.Entity,properties:{...zt},required:["key","title","type"],additionalProperties:!1};var We=qe(rn(),1);import{getLineColLocation as TD,lintDocument as wD,makeDocumentFromString as ts,lintConfig as SD,lintEntityFile as kD,detectSpec as AD,createConfigTypes as ED}from"@redocly/openapi-core";var Zo=qe(qn(),1);function sy(e,t=100,n=!1){let r=new Map,i=new Map,o=new Map,s=new Map;function a(u){let d=i.get(u.uri),h=d?Date.now()-d:0;try{if(h<t&&h>=0)r.set(u.uri,setTimeout(()=>a(u),t-h));else if(r.delete(u.uri),i.delete(u.uri),!n){let v=s.get(u.uri),y=e(o.get(u.uri));v&&v.forEach(({resolve:T})=>T(y)),s.delete(u.uri)}}catch(v){let y=s.get(u.uri);y&&y.forEach(({reject:T})=>T(v)),s.delete(u.uri)}}function c(u){let d=r.get(u.uri),h=n&&!d;return i.set(u.uri,Date.now()),o.set(u.uri,u),new Promise((v,y)=>{let T=s.get(u.uri)||[];d||(s.set(u.uri,[...T,{resolve:v,reject:y}]),r.set(u.uri,setTimeout(()=>a(u),t))),h?v(e(o.get(u.uri))):s.set(u.uri,[...T,{resolve:v,reject:y}])})}return c}function Ju(e){let t=new Set,n=r=>Array.isArray(n)?r.map(n):typeof r=="object"&&r!==null?t.has(r)?void 0:(t.add(r),Object.fromEntries(Object.entries(r).map(([i,o])=>[i,n(o)]))):r;return n(e)}function ay(e){return e==="$ref"}function Xu(e,t){return e?re.dirname(gt.file(e)).toString():t}async function Zu(e,t){let n=gt.parse(t);return re.joinPath(n,e).toString()}async function cy(e,t,n){for(let[r,{root:i}]of Object.entries(e??{}))if(await Zu(i,n)===t)return r}function uy(e){return typeof e=="string"}function zr(e){return typeof e=="function"}function ly(e){return e?.kind===Zo.Kind.MAP}function el(e){return e?.kind===Zo.Kind.MAPPING}function tl(e){return e?.kind===Zo.Kind.SEQ}function $r(e,t){let n=t.singleQuoted?"'":'"';return`${n}${e}${n}`}import{bundleDocument as dD,isPlainObject as fD,makeDocumentFromString as gD,getTypes as mD,detectSpec as hD}from"@redocly/openapi-core";var py=new Map,es=new Map;function yD(e){return e?Array.from(e).map(([t,n])=>[t,Ju(n)]):[]}async function nl(e,t){let n=await On(),r=new yt(n.resolve),i=gD(e.getText(),e.uri),{bundle:o,rootType:s,refTypes:a}=await dD({document:i,config:n,externalRefResolver:r,types:mD(hD(i.parsed))}),c=yD(a);a&&(es=new Map([...es,...a])),py.set(e.uri,{uri:e.uri,name:mr(e.uri),definition:fD(o.parsed)?o.parsed:{},rootType:s,refTypes:c,errors:t})}function bD(){return Array.from(py).map(([e,{definition:t,rootType:n,refTypes:r,errors:i}])=>({name:mr(e),uri:e,definition:t,rootType:n,refTypes:r,errors:i}))}function rl(e){return es.has(e)?es.get(e):null}import{createConfig as dy,lintDocument as vD,loadIgnoreConfig as PD,regexFromString as xD}from"@redocly/openapi-core";async function fy(e,t,n,r,i,o){let s=[],a=await PD(r,t),c=typeof i=="string"?await _D(i):i,u={};if(n.targets?.length){let d=e.parsed?.info,h=d?.["x-metadata"]||{},v={title:d?.title,version:d?.version,...h,...o},y=DD(n.targets,v);y?.rules&&r&&(u=await CD(e.source.absoluteRef,y.rules,n.levels,c,r,a))}for(let d of n?.levels||[]){let h=u[d.name]??await dy({...d,plugins:c},{configPath:r,ignore:a}),v=await vD({document:e,externalRefResolver:t,config:h});s.push(...v.filter(({ignored:y})=>!y).map(y=>({...y,scorecardLevel:d.name})))}return s}async function _D(e){if(!e)return[];try{let t=typeof __dirname>"u"?"":__dirname.replaceAll(/\\/g,"/"),n=e.replaceAll("__redocly_dirname",`"${t}"`);return(await import(`data:text/javascript;base64,${btoa(n)}`)).default.map(a=>a())}catch(t){return console.error("Failed to load plugins module:",t.message),console.error(`
69
+ `&&i++}r&&n.length>0&&t.push(n.length),this._lineOffsets=t}return this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return et.create(0,t);for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return et.create(o,t-n[o])}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line],i=t.line+1<n.length?n[t.line+1]:this._content.length;return Math.max(Math.min(r+t.character,i),r)}get lineCount(){return this.getLineOffsets().length}};(function(e){let t=Object.prototype.toString;function n(y){return typeof y<"u"}e.defined=n;function r(y){return typeof y>"u"}e.undefined=r;function i(y){return y===!0||y===!1}e.boolean=i;function o(y){return t.call(y)==="[object String]"}e.string=o;function s(y){return t.call(y)==="[object Number]"}e.number=s;function a(y,T,I){return t.call(y)==="[object Number]"&&T<=y&&y<=I}e.numberRange=a;function c(y){return t.call(y)==="[object Number]"&&-2147483648<=y&&y<=2147483647}e.integer=c;function u(y){return t.call(y)==="[object Number]"&&0<=y&&y<=2147483647}e.uinteger=u;function d(y){return t.call(y)==="[object Function]"}e.func=d;function h(y){return y!==null&&typeof y=="object"}e.objectLiteral=h;function v(y,T){return Array.isArray(y)&&y.every(T)}e.typedArray=v})(f||(f={}))});var ae=D(Ye=>{"use strict";Object.defineProperty(Ye,"__esModule",{value:!0});Ye.ProtocolNotificationType=Ye.ProtocolNotificationType0=Ye.ProtocolRequestType=Ye.ProtocolRequestType0=Ye.RegistrationType=Ye.MessageDirection=void 0;var Qn=bn(),bf;(function(e){e.clientToServer="clientToServer",e.serverToClient="serverToClient",e.both="both"})(bf||(Ye.MessageDirection=bf={}));var hu=class{constructor(t){this.method=t}};Ye.RegistrationType=hu;var yu=class extends Qn.RequestType0{constructor(t){super(t)}};Ye.ProtocolRequestType0=yu;var bu=class extends Qn.RequestType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolRequestType=bu;var vu=class extends Qn.NotificationType0{constructor(t){super(t)}};Ye.ProtocolNotificationType0=vu;var Pu=class extends Qn.NotificationType{constructor(t){super(t,Qn.ParameterStructures.byName)}};Ye.ProtocolNotificationType=Pu});var so=D(xe=>{"use strict";Object.defineProperty(xe,"__esModule",{value:!0});xe.objectLiteral=xe.typedArray=xe.stringArray=xe.array=xe.func=xe.error=xe.number=xe.string=xe.boolean=void 0;function F_(e){return e===!0||e===!1}xe.boolean=F_;function vf(e){return typeof e=="string"||e instanceof String}xe.string=vf;function U_(e){return typeof e=="number"||e instanceof Number}xe.number=U_;function W_(e){return e instanceof Error}xe.error=W_;function H_(e){return typeof e=="function"}xe.func=H_;function Pf(e){return Array.isArray(e)}xe.array=Pf;function B_(e){return Pf(e)&&e.every(t=>vf(t))}xe.stringArray=B_;function z_(e,t){return Array.isArray(e)&&e.every(t)}xe.typedArray=z_;function $_(e){return e!==null&&typeof e=="object"}xe.objectLiteral=$_});var Cf=D(ao=>{"use strict";Object.defineProperty(ao,"__esModule",{value:!0});ao.ImplementationRequest=void 0;var xf=ae(),_f;(function(e){e.method="textDocument/implementation",e.messageDirection=xf.MessageDirection.clientToServer,e.type=new xf.ProtocolRequestType(e.method)})(_f||(ao.ImplementationRequest=_f={}))});var Tf=D(co=>{"use strict";Object.defineProperty(co,"__esModule",{value:!0});co.TypeDefinitionRequest=void 0;var Df=ae(),Rf;(function(e){e.method="textDocument/typeDefinition",e.messageDirection=Df.MessageDirection.clientToServer,e.type=new Df.ProtocolRequestType(e.method)})(Rf||(co.TypeDefinitionRequest=Rf={}))});var kf=D(Jn=>{"use strict";Object.defineProperty(Jn,"__esModule",{value:!0});Jn.DidChangeWorkspaceFoldersNotification=Jn.WorkspaceFoldersRequest=void 0;var uo=ae(),wf;(function(e){e.method="workspace/workspaceFolders",e.messageDirection=uo.MessageDirection.serverToClient,e.type=new uo.ProtocolRequestType0(e.method)})(wf||(Jn.WorkspaceFoldersRequest=wf={}));var Sf;(function(e){e.method="workspace/didChangeWorkspaceFolders",e.messageDirection=uo.MessageDirection.clientToServer,e.type=new uo.ProtocolNotificationType(e.method)})(Sf||(Jn.DidChangeWorkspaceFoldersNotification=Sf={}))});var Nf=D(lo=>{"use strict";Object.defineProperty(lo,"__esModule",{value:!0});lo.ConfigurationRequest=void 0;var Af=ae(),Ef;(function(e){e.method="workspace/configuration",e.messageDirection=Af.MessageDirection.serverToClient,e.type=new Af.ProtocolRequestType(e.method)})(Ef||(lo.ConfigurationRequest=Ef={}))});var Mf=D(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});Xn.ColorPresentationRequest=Xn.DocumentColorRequest=void 0;var po=ae(),qf;(function(e){e.method="textDocument/documentColor",e.messageDirection=po.MessageDirection.clientToServer,e.type=new po.ProtocolRequestType(e.method)})(qf||(Xn.DocumentColorRequest=qf={}));var Of;(function(e){e.method="textDocument/colorPresentation",e.messageDirection=po.MessageDirection.clientToServer,e.type=new po.ProtocolRequestType(e.method)})(Of||(Xn.ColorPresentationRequest=Of={}))});var If=D(Zn=>{"use strict";Object.defineProperty(Zn,"__esModule",{value:!0});Zn.FoldingRangeRefreshRequest=Zn.FoldingRangeRequest=void 0;var fo=ae(),jf;(function(e){e.method="textDocument/foldingRange",e.messageDirection=fo.MessageDirection.clientToServer,e.type=new fo.ProtocolRequestType(e.method)})(jf||(Zn.FoldingRangeRequest=jf={}));var Lf;(function(e){e.method="workspace/foldingRange/refresh",e.messageDirection=fo.MessageDirection.serverToClient,e.type=new fo.ProtocolRequestType0(e.method)})(Lf||(Zn.FoldingRangeRefreshRequest=Lf={}))});var Wf=D(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.DeclarationRequest=void 0;var Ff=ae(),Uf;(function(e){e.method="textDocument/declaration",e.messageDirection=Ff.MessageDirection.clientToServer,e.type=new Ff.ProtocolRequestType(e.method)})(Uf||(go.DeclarationRequest=Uf={}))});var zf=D(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.SelectionRangeRequest=void 0;var Hf=ae(),Bf;(function(e){e.method="textDocument/selectionRange",e.messageDirection=Hf.MessageDirection.clientToServer,e.type=new Hf.ProtocolRequestType(e.method)})(Bf||(mo.SelectionRangeRequest=Bf={}))});var Kf=D(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.WorkDoneProgressCancelNotification=Gt.WorkDoneProgressCreateRequest=Gt.WorkDoneProgress=void 0;var Y_=bn(),ho=ae(),$f;(function(e){e.type=new Y_.ProgressType;function t(n){return n===e.type}e.is=t})($f||(Gt.WorkDoneProgress=$f={}));var Yf;(function(e){e.method="window/workDoneProgress/create",e.messageDirection=ho.MessageDirection.serverToClient,e.type=new ho.ProtocolRequestType(e.method)})(Yf||(Gt.WorkDoneProgressCreateRequest=Yf={}));var Vf;(function(e){e.method="window/workDoneProgress/cancel",e.messageDirection=ho.MessageDirection.clientToServer,e.type=new ho.ProtocolNotificationType(e.method)})(Vf||(Gt.WorkDoneProgressCancelNotification=Vf={}))});var Xf=D(Qt=>{"use strict";Object.defineProperty(Qt,"__esModule",{value:!0});Qt.CallHierarchyOutgoingCallsRequest=Qt.CallHierarchyIncomingCallsRequest=Qt.CallHierarchyPrepareRequest=void 0;var er=ae(),Gf;(function(e){e.method="textDocument/prepareCallHierarchy",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Gf||(Qt.CallHierarchyPrepareRequest=Gf={}));var Qf;(function(e){e.method="callHierarchy/incomingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Qf||(Qt.CallHierarchyIncomingCallsRequest=Qf={}));var Jf;(function(e){e.method="callHierarchy/outgoingCalls",e.messageDirection=er.MessageDirection.clientToServer,e.type=new er.ProtocolRequestType(e.method)})(Jf||(Qt.CallHierarchyOutgoingCallsRequest=Jf={}))});var ig=D(Ve=>{"use strict";Object.defineProperty(Ve,"__esModule",{value:!0});Ve.SemanticTokensRefreshRequest=Ve.SemanticTokensRangeRequest=Ve.SemanticTokensDeltaRequest=Ve.SemanticTokensRequest=Ve.SemanticTokensRegistrationType=Ve.TokenFormat=void 0;var Lt=ae(),Zf;(function(e){e.Relative="relative"})(Zf||(Ve.TokenFormat=Zf={}));var jr;(function(e){e.method="textDocument/semanticTokens",e.type=new Lt.RegistrationType(e.method)})(jr||(Ve.SemanticTokensRegistrationType=jr={}));var eg;(function(e){e.method="textDocument/semanticTokens/full",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(eg||(Ve.SemanticTokensRequest=eg={}));var tg;(function(e){e.method="textDocument/semanticTokens/full/delta",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(tg||(Ve.SemanticTokensDeltaRequest=tg={}));var ng;(function(e){e.method="textDocument/semanticTokens/range",e.messageDirection=Lt.MessageDirection.clientToServer,e.type=new Lt.ProtocolRequestType(e.method),e.registrationMethod=jr.method})(ng||(Ve.SemanticTokensRangeRequest=ng={}));var rg;(function(e){e.method="workspace/semanticTokens/refresh",e.messageDirection=Lt.MessageDirection.serverToClient,e.type=new Lt.ProtocolRequestType0(e.method)})(rg||(Ve.SemanticTokensRefreshRequest=rg={}))});var ag=D(yo=>{"use strict";Object.defineProperty(yo,"__esModule",{value:!0});yo.ShowDocumentRequest=void 0;var og=ae(),sg;(function(e){e.method="window/showDocument",e.messageDirection=og.MessageDirection.serverToClient,e.type=new og.ProtocolRequestType(e.method)})(sg||(yo.ShowDocumentRequest=sg={}))});var lg=D(bo=>{"use strict";Object.defineProperty(bo,"__esModule",{value:!0});bo.LinkedEditingRangeRequest=void 0;var cg=ae(),ug;(function(e){e.method="textDocument/linkedEditingRange",e.messageDirection=cg.MessageDirection.clientToServer,e.type=new cg.ProtocolRequestType(e.method)})(ug||(bo.LinkedEditingRangeRequest=ug={}))});var bg=D(Le=>{"use strict";Object.defineProperty(Le,"__esModule",{value:!0});Le.WillDeleteFilesRequest=Le.DidDeleteFilesNotification=Le.DidRenameFilesNotification=Le.WillRenameFilesRequest=Le.DidCreateFilesNotification=Le.WillCreateFilesRequest=Le.FileOperationPatternKind=void 0;var tt=ae(),pg;(function(e){e.file="file",e.folder="folder"})(pg||(Le.FileOperationPatternKind=pg={}));var dg;(function(e){e.method="workspace/willCreateFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(dg||(Le.WillCreateFilesRequest=dg={}));var fg;(function(e){e.method="workspace/didCreateFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(fg||(Le.DidCreateFilesNotification=fg={}));var gg;(function(e){e.method="workspace/willRenameFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(gg||(Le.WillRenameFilesRequest=gg={}));var mg;(function(e){e.method="workspace/didRenameFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(mg||(Le.DidRenameFilesNotification=mg={}));var hg;(function(e){e.method="workspace/didDeleteFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolNotificationType(e.method)})(hg||(Le.DidDeleteFilesNotification=hg={}));var yg;(function(e){e.method="workspace/willDeleteFiles",e.messageDirection=tt.MessageDirection.clientToServer,e.type=new tt.ProtocolRequestType(e.method)})(yg||(Le.WillDeleteFilesRequest=yg={}))});var Cg=D(Jt=>{"use strict";Object.defineProperty(Jt,"__esModule",{value:!0});Jt.MonikerRequest=Jt.MonikerKind=Jt.UniquenessLevel=void 0;var vg=ae(),Pg;(function(e){e.document="document",e.project="project",e.group="group",e.scheme="scheme",e.global="global"})(Pg||(Jt.UniquenessLevel=Pg={}));var xg;(function(e){e.$import="import",e.$export="export",e.local="local"})(xg||(Jt.MonikerKind=xg={}));var _g;(function(e){e.method="textDocument/moniker",e.messageDirection=vg.MessageDirection.clientToServer,e.type=new vg.ProtocolRequestType(e.method)})(_g||(Jt.MonikerRequest=_g={}))});var wg=D(Xt=>{"use strict";Object.defineProperty(Xt,"__esModule",{value:!0});Xt.TypeHierarchySubtypesRequest=Xt.TypeHierarchySupertypesRequest=Xt.TypeHierarchyPrepareRequest=void 0;var tr=ae(),Dg;(function(e){e.method="textDocument/prepareTypeHierarchy",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Dg||(Xt.TypeHierarchyPrepareRequest=Dg={}));var Rg;(function(e){e.method="typeHierarchy/supertypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Rg||(Xt.TypeHierarchySupertypesRequest=Rg={}));var Tg;(function(e){e.method="typeHierarchy/subtypes",e.messageDirection=tr.MessageDirection.clientToServer,e.type=new tr.ProtocolRequestType(e.method)})(Tg||(Xt.TypeHierarchySubtypesRequest=Tg={}))});var Ag=D(nr=>{"use strict";Object.defineProperty(nr,"__esModule",{value:!0});nr.InlineValueRefreshRequest=nr.InlineValueRequest=void 0;var vo=ae(),Sg;(function(e){e.method="textDocument/inlineValue",e.messageDirection=vo.MessageDirection.clientToServer,e.type=new vo.ProtocolRequestType(e.method)})(Sg||(nr.InlineValueRequest=Sg={}));var kg;(function(e){e.method="workspace/inlineValue/refresh",e.messageDirection=vo.MessageDirection.serverToClient,e.type=new vo.ProtocolRequestType0(e.method)})(kg||(nr.InlineValueRefreshRequest=kg={}))});var Og=D(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.InlayHintRefreshRequest=Zt.InlayHintResolveRequest=Zt.InlayHintRequest=void 0;var rr=ae(),Eg;(function(e){e.method="textDocument/inlayHint",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Eg||(Zt.InlayHintRequest=Eg={}));var Ng;(function(e){e.method="inlayHint/resolve",e.messageDirection=rr.MessageDirection.clientToServer,e.type=new rr.ProtocolRequestType(e.method)})(Ng||(Zt.InlayHintResolveRequest=Ng={}));var qg;(function(e){e.method="workspace/inlayHint/refresh",e.messageDirection=rr.MessageDirection.serverToClient,e.type=new rr.ProtocolRequestType0(e.method)})(qg||(Zt.InlayHintRefreshRequest=qg={}))});var Wg=D(nt=>{"use strict";Object.defineProperty(nt,"__esModule",{value:!0});nt.DiagnosticRefreshRequest=nt.WorkspaceDiagnosticRequest=nt.DocumentDiagnosticRequest=nt.DocumentDiagnosticReportKind=nt.DiagnosticServerCancellationData=void 0;var Ug=bn(),V_=so(),ir=ae(),Mg;(function(e){function t(n){let r=n;return r&&V_.boolean(r.retriggerRequest)}e.is=t})(Mg||(nt.DiagnosticServerCancellationData=Mg={}));var jg;(function(e){e.Full="full",e.Unchanged="unchanged"})(jg||(nt.DocumentDiagnosticReportKind=jg={}));var Lg;(function(e){e.method="textDocument/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Ug.ProgressType})(Lg||(nt.DocumentDiagnosticRequest=Lg={}));var Ig;(function(e){e.method="workspace/diagnostic",e.messageDirection=ir.MessageDirection.clientToServer,e.type=new ir.ProtocolRequestType(e.method),e.partialResult=new Ug.ProgressType})(Ig||(nt.WorkspaceDiagnosticRequest=Ig={}));var Fg;(function(e){e.method="workspace/diagnostic/refresh",e.messageDirection=ir.MessageDirection.serverToClient,e.type=new ir.ProtocolRequestType0(e.method)})(Fg||(nt.DiagnosticRefreshRequest=Fg={}))});var Kg=D(ge=>{"use strict";Object.defineProperty(ge,"__esModule",{value:!0});ge.DidCloseNotebookDocumentNotification=ge.DidSaveNotebookDocumentNotification=ge.DidChangeNotebookDocumentNotification=ge.NotebookCellArrayChange=ge.DidOpenNotebookDocumentNotification=ge.NotebookDocumentSyncRegistrationType=ge.NotebookDocument=ge.NotebookCell=ge.ExecutionSummary=ge.NotebookCellKind=void 0;var Lr=(oo(),ei(io)),lt=so(),Tt=ae(),xu;(function(e){e.Markup=1,e.Code=2;function t(n){return n===1||n===2}e.is=t})(xu||(ge.NotebookCellKind=xu={}));var _u;(function(e){function t(i,o){let s={executionOrder:i};return(o===!0||o===!1)&&(s.success=o),s}e.create=t;function n(i){let o=i;return lt.objectLiteral(o)&&Lr.uinteger.is(o.executionOrder)&&(o.success===void 0||lt.boolean(o.success))}e.is=n;function r(i,o){return i===o?!0:i==null||o===null||o===void 0?!1:i.executionOrder===o.executionOrder&&i.success===o.success}e.equals=r})(_u||(ge.ExecutionSummary=_u={}));var Po;(function(e){function t(o,s){return{kind:o,document:s}}e.create=t;function n(o){let s=o;return lt.objectLiteral(s)&&xu.is(s.kind)&&Lr.DocumentUri.is(s.document)&&(s.metadata===void 0||lt.objectLiteral(s.metadata))}e.is=n;function r(o,s){let a=new Set;return o.document!==s.document&&a.add("document"),o.kind!==s.kind&&a.add("kind"),o.executionSummary!==s.executionSummary&&a.add("executionSummary"),(o.metadata!==void 0||s.metadata!==void 0)&&!i(o.metadata,s.metadata)&&a.add("metadata"),(o.executionSummary!==void 0||s.executionSummary!==void 0)&&!_u.equals(o.executionSummary,s.executionSummary)&&a.add("executionSummary"),a}e.diff=r;function i(o,s){if(o===s)return!0;if(o==null||s===null||s===void 0||typeof o!=typeof s||typeof o!="object")return!1;let a=Array.isArray(o),c=Array.isArray(s);if(a!==c)return!1;if(a&&c){if(o.length!==s.length)return!1;for(let u=0;u<o.length;u++)if(!i(o[u],s[u]))return!1}if(lt.objectLiteral(o)&&lt.objectLiteral(s)){let u=Object.keys(o),d=Object.keys(s);if(u.length!==d.length||(u.sort(),d.sort(),!i(u,d)))return!1;for(let h=0;h<u.length;h++){let v=u[h];if(!i(o[v],s[v]))return!1}}return!0}})(Po||(ge.NotebookCell=Po={}));var Hg;(function(e){function t(r,i,o,s){return{uri:r,notebookType:i,version:o,cells:s}}e.create=t;function n(r){let i=r;return lt.objectLiteral(i)&&lt.string(i.uri)&&Lr.integer.is(i.version)&&lt.typedArray(i.cells,Po.is)}e.is=n})(Hg||(ge.NotebookDocument=Hg={}));var or;(function(e){e.method="notebookDocument/sync",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.RegistrationType(e.method)})(or||(ge.NotebookDocumentSyncRegistrationType=or={}));var Bg;(function(e){e.method="notebookDocument/didOpen",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Bg||(ge.DidOpenNotebookDocumentNotification=Bg={}));var zg;(function(e){function t(r){let i=r;return lt.objectLiteral(i)&&Lr.uinteger.is(i.start)&&Lr.uinteger.is(i.deleteCount)&&(i.cells===void 0||lt.typedArray(i.cells,Po.is))}e.is=t;function n(r,i,o){let s={start:r,deleteCount:i};return o!==void 0&&(s.cells=o),s}e.create=n})(zg||(ge.NotebookCellArrayChange=zg={}));var $g;(function(e){e.method="notebookDocument/didChange",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})($g||(ge.DidChangeNotebookDocumentNotification=$g={}));var Yg;(function(e){e.method="notebookDocument/didSave",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Yg||(ge.DidSaveNotebookDocumentNotification=Yg={}));var Vg;(function(e){e.method="notebookDocument/didClose",e.messageDirection=Tt.MessageDirection.clientToServer,e.type=new Tt.ProtocolNotificationType(e.method),e.registrationMethod=or.method})(Vg||(ge.DidCloseNotebookDocumentNotification=Vg={}))});var Jg=D(xo=>{"use strict";Object.defineProperty(xo,"__esModule",{value:!0});xo.InlineCompletionRequest=void 0;var Gg=ae(),Qg;(function(e){e.method="textDocument/inlineCompletion",e.messageDirection=Gg.MessageDirection.clientToServer,e.type=new Gg.ProtocolRequestType(e.method)})(Qg||(xo.InlineCompletionRequest=Qg={}))});var lh=D(l=>{"use strict";Object.defineProperty(l,"__esModule",{value:!0});l.WorkspaceSymbolRequest=l.CodeActionResolveRequest=l.CodeActionRequest=l.DocumentSymbolRequest=l.DocumentHighlightRequest=l.ReferencesRequest=l.DefinitionRequest=l.SignatureHelpRequest=l.SignatureHelpTriggerKind=l.HoverRequest=l.CompletionResolveRequest=l.CompletionRequest=l.CompletionTriggerKind=l.PublishDiagnosticsNotification=l.WatchKind=l.RelativePattern=l.FileChangeType=l.DidChangeWatchedFilesNotification=l.WillSaveTextDocumentWaitUntilRequest=l.WillSaveTextDocumentNotification=l.TextDocumentSaveReason=l.DidSaveTextDocumentNotification=l.DidCloseTextDocumentNotification=l.DidChangeTextDocumentNotification=l.TextDocumentContentChangeEvent=l.DidOpenTextDocumentNotification=l.TextDocumentSyncKind=l.TelemetryEventNotification=l.LogMessageNotification=l.ShowMessageRequest=l.ShowMessageNotification=l.MessageType=l.DidChangeConfigurationNotification=l.ExitNotification=l.ShutdownRequest=l.InitializedNotification=l.InitializeErrorCodes=l.InitializeRequest=l.WorkDoneProgressOptions=l.TextDocumentRegistrationOptions=l.StaticRegistrationOptions=l.PositionEncodingKind=l.FailureHandlingKind=l.ResourceOperationKind=l.UnregistrationRequest=l.RegistrationRequest=l.DocumentSelector=l.NotebookCellTextDocumentFilter=l.NotebookDocumentFilter=l.TextDocumentFilter=void 0;l.MonikerRequest=l.MonikerKind=l.UniquenessLevel=l.WillDeleteFilesRequest=l.DidDeleteFilesNotification=l.WillRenameFilesRequest=l.DidRenameFilesNotification=l.WillCreateFilesRequest=l.DidCreateFilesNotification=l.FileOperationPatternKind=l.LinkedEditingRangeRequest=l.ShowDocumentRequest=l.SemanticTokensRegistrationType=l.SemanticTokensRefreshRequest=l.SemanticTokensRangeRequest=l.SemanticTokensDeltaRequest=l.SemanticTokensRequest=l.TokenFormat=l.CallHierarchyPrepareRequest=l.CallHierarchyOutgoingCallsRequest=l.CallHierarchyIncomingCallsRequest=l.WorkDoneProgressCancelNotification=l.WorkDoneProgressCreateRequest=l.WorkDoneProgress=l.SelectionRangeRequest=l.DeclarationRequest=l.FoldingRangeRefreshRequest=l.FoldingRangeRequest=l.ColorPresentationRequest=l.DocumentColorRequest=l.ConfigurationRequest=l.DidChangeWorkspaceFoldersNotification=l.WorkspaceFoldersRequest=l.TypeDefinitionRequest=l.ImplementationRequest=l.ApplyWorkspaceEditRequest=l.ExecuteCommandRequest=l.PrepareRenameRequest=l.RenameRequest=l.PrepareSupportDefaultBehavior=l.DocumentOnTypeFormattingRequest=l.DocumentRangesFormattingRequest=l.DocumentRangeFormattingRequest=l.DocumentFormattingRequest=l.DocumentLinkResolveRequest=l.DocumentLinkRequest=l.CodeLensRefreshRequest=l.CodeLensResolveRequest=l.CodeLensRequest=l.WorkspaceSymbolResolveRequest=void 0;l.InlineCompletionRequest=l.DidCloseNotebookDocumentNotification=l.DidSaveNotebookDocumentNotification=l.DidChangeNotebookDocumentNotification=l.NotebookCellArrayChange=l.DidOpenNotebookDocumentNotification=l.NotebookDocumentSyncRegistrationType=l.NotebookDocument=l.NotebookCell=l.ExecutionSummary=l.NotebookCellKind=l.DiagnosticRefreshRequest=l.WorkspaceDiagnosticRequest=l.DocumentDiagnosticRequest=l.DocumentDiagnosticReportKind=l.DiagnosticServerCancellationData=l.InlayHintRefreshRequest=l.InlayHintResolveRequest=l.InlayHintRequest=l.InlineValueRefreshRequest=l.InlineValueRequest=l.TypeHierarchySupertypesRequest=l.TypeHierarchySubtypesRequest=l.TypeHierarchyPrepareRequest=void 0;var w=ae(),Xg=(oo(),ei(io)),Se=so(),K_=Cf();Object.defineProperty(l,"ImplementationRequest",{enumerable:!0,get:function(){return K_.ImplementationRequest}});var G_=Tf();Object.defineProperty(l,"TypeDefinitionRequest",{enumerable:!0,get:function(){return G_.TypeDefinitionRequest}});var sh=kf();Object.defineProperty(l,"WorkspaceFoldersRequest",{enumerable:!0,get:function(){return sh.WorkspaceFoldersRequest}});Object.defineProperty(l,"DidChangeWorkspaceFoldersNotification",{enumerable:!0,get:function(){return sh.DidChangeWorkspaceFoldersNotification}});var Q_=Nf();Object.defineProperty(l,"ConfigurationRequest",{enumerable:!0,get:function(){return Q_.ConfigurationRequest}});var ah=Mf();Object.defineProperty(l,"DocumentColorRequest",{enumerable:!0,get:function(){return ah.DocumentColorRequest}});Object.defineProperty(l,"ColorPresentationRequest",{enumerable:!0,get:function(){return ah.ColorPresentationRequest}});var ch=If();Object.defineProperty(l,"FoldingRangeRequest",{enumerable:!0,get:function(){return ch.FoldingRangeRequest}});Object.defineProperty(l,"FoldingRangeRefreshRequest",{enumerable:!0,get:function(){return ch.FoldingRangeRefreshRequest}});var J_=Wf();Object.defineProperty(l,"DeclarationRequest",{enumerable:!0,get:function(){return J_.DeclarationRequest}});var X_=zf();Object.defineProperty(l,"SelectionRangeRequest",{enumerable:!0,get:function(){return X_.SelectionRangeRequest}});var wu=Kf();Object.defineProperty(l,"WorkDoneProgress",{enumerable:!0,get:function(){return wu.WorkDoneProgress}});Object.defineProperty(l,"WorkDoneProgressCreateRequest",{enumerable:!0,get:function(){return wu.WorkDoneProgressCreateRequest}});Object.defineProperty(l,"WorkDoneProgressCancelNotification",{enumerable:!0,get:function(){return wu.WorkDoneProgressCancelNotification}});var Su=Xf();Object.defineProperty(l,"CallHierarchyIncomingCallsRequest",{enumerable:!0,get:function(){return Su.CallHierarchyIncomingCallsRequest}});Object.defineProperty(l,"CallHierarchyOutgoingCallsRequest",{enumerable:!0,get:function(){return Su.CallHierarchyOutgoingCallsRequest}});Object.defineProperty(l,"CallHierarchyPrepareRequest",{enumerable:!0,get:function(){return Su.CallHierarchyPrepareRequest}});var sr=ig();Object.defineProperty(l,"TokenFormat",{enumerable:!0,get:function(){return sr.TokenFormat}});Object.defineProperty(l,"SemanticTokensRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRequest}});Object.defineProperty(l,"SemanticTokensDeltaRequest",{enumerable:!0,get:function(){return sr.SemanticTokensDeltaRequest}});Object.defineProperty(l,"SemanticTokensRangeRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRangeRequest}});Object.defineProperty(l,"SemanticTokensRefreshRequest",{enumerable:!0,get:function(){return sr.SemanticTokensRefreshRequest}});Object.defineProperty(l,"SemanticTokensRegistrationType",{enumerable:!0,get:function(){return sr.SemanticTokensRegistrationType}});var Z_=ag();Object.defineProperty(l,"ShowDocumentRequest",{enumerable:!0,get:function(){return Z_.ShowDocumentRequest}});var eC=lg();Object.defineProperty(l,"LinkedEditingRangeRequest",{enumerable:!0,get:function(){return eC.LinkedEditingRangeRequest}});var xn=bg();Object.defineProperty(l,"FileOperationPatternKind",{enumerable:!0,get:function(){return xn.FileOperationPatternKind}});Object.defineProperty(l,"DidCreateFilesNotification",{enumerable:!0,get:function(){return xn.DidCreateFilesNotification}});Object.defineProperty(l,"WillCreateFilesRequest",{enumerable:!0,get:function(){return xn.WillCreateFilesRequest}});Object.defineProperty(l,"DidRenameFilesNotification",{enumerable:!0,get:function(){return xn.DidRenameFilesNotification}});Object.defineProperty(l,"WillRenameFilesRequest",{enumerable:!0,get:function(){return xn.WillRenameFilesRequest}});Object.defineProperty(l,"DidDeleteFilesNotification",{enumerable:!0,get:function(){return xn.DidDeleteFilesNotification}});Object.defineProperty(l,"WillDeleteFilesRequest",{enumerable:!0,get:function(){return xn.WillDeleteFilesRequest}});var ku=Cg();Object.defineProperty(l,"UniquenessLevel",{enumerable:!0,get:function(){return ku.UniquenessLevel}});Object.defineProperty(l,"MonikerKind",{enumerable:!0,get:function(){return ku.MonikerKind}});Object.defineProperty(l,"MonikerRequest",{enumerable:!0,get:function(){return ku.MonikerRequest}});var Au=wg();Object.defineProperty(l,"TypeHierarchyPrepareRequest",{enumerable:!0,get:function(){return Au.TypeHierarchyPrepareRequest}});Object.defineProperty(l,"TypeHierarchySubtypesRequest",{enumerable:!0,get:function(){return Au.TypeHierarchySubtypesRequest}});Object.defineProperty(l,"TypeHierarchySupertypesRequest",{enumerable:!0,get:function(){return Au.TypeHierarchySupertypesRequest}});var uh=Ag();Object.defineProperty(l,"InlineValueRequest",{enumerable:!0,get:function(){return uh.InlineValueRequest}});Object.defineProperty(l,"InlineValueRefreshRequest",{enumerable:!0,get:function(){return uh.InlineValueRefreshRequest}});var Eu=Og();Object.defineProperty(l,"InlayHintRequest",{enumerable:!0,get:function(){return Eu.InlayHintRequest}});Object.defineProperty(l,"InlayHintResolveRequest",{enumerable:!0,get:function(){return Eu.InlayHintResolveRequest}});Object.defineProperty(l,"InlayHintRefreshRequest",{enumerable:!0,get:function(){return Eu.InlayHintRefreshRequest}});var Ir=Wg();Object.defineProperty(l,"DiagnosticServerCancellationData",{enumerable:!0,get:function(){return Ir.DiagnosticServerCancellationData}});Object.defineProperty(l,"DocumentDiagnosticReportKind",{enumerable:!0,get:function(){return Ir.DocumentDiagnosticReportKind}});Object.defineProperty(l,"DocumentDiagnosticRequest",{enumerable:!0,get:function(){return Ir.DocumentDiagnosticRequest}});Object.defineProperty(l,"WorkspaceDiagnosticRequest",{enumerable:!0,get:function(){return Ir.WorkspaceDiagnosticRequest}});Object.defineProperty(l,"DiagnosticRefreshRequest",{enumerable:!0,get:function(){return Ir.DiagnosticRefreshRequest}});var wt=Kg();Object.defineProperty(l,"NotebookCellKind",{enumerable:!0,get:function(){return wt.NotebookCellKind}});Object.defineProperty(l,"ExecutionSummary",{enumerable:!0,get:function(){return wt.ExecutionSummary}});Object.defineProperty(l,"NotebookCell",{enumerable:!0,get:function(){return wt.NotebookCell}});Object.defineProperty(l,"NotebookDocument",{enumerable:!0,get:function(){return wt.NotebookDocument}});Object.defineProperty(l,"NotebookDocumentSyncRegistrationType",{enumerable:!0,get:function(){return wt.NotebookDocumentSyncRegistrationType}});Object.defineProperty(l,"DidOpenNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidOpenNotebookDocumentNotification}});Object.defineProperty(l,"NotebookCellArrayChange",{enumerable:!0,get:function(){return wt.NotebookCellArrayChange}});Object.defineProperty(l,"DidChangeNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidChangeNotebookDocumentNotification}});Object.defineProperty(l,"DidSaveNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidSaveNotebookDocumentNotification}});Object.defineProperty(l,"DidCloseNotebookDocumentNotification",{enumerable:!0,get:function(){return wt.DidCloseNotebookDocumentNotification}});var tC=Jg();Object.defineProperty(l,"InlineCompletionRequest",{enumerable:!0,get:function(){return tC.InlineCompletionRequest}});var Cu;(function(e){function t(n){let r=n;return Se.string(r)||Se.string(r.language)||Se.string(r.scheme)||Se.string(r.pattern)}e.is=t})(Cu||(l.TextDocumentFilter=Cu={}));var Du;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebookType)||Se.string(r.scheme)||Se.string(r.pattern))}e.is=t})(Du||(l.NotebookDocumentFilter=Du={}));var Ru;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Se.string(r.notebook)||Du.is(r.notebook))&&(r.language===void 0||Se.string(r.language))}e.is=t})(Ru||(l.NotebookCellTextDocumentFilter=Ru={}));var Tu;(function(e){function t(n){if(!Array.isArray(n))return!1;for(let r of n)if(!Se.string(r)&&!Cu.is(r)&&!Ru.is(r))return!1;return!0}e.is=t})(Tu||(l.DocumentSelector=Tu={}));var Zg;(function(e){e.method="client/registerCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(Zg||(l.RegistrationRequest=Zg={}));var em;(function(e){e.method="client/unregisterCapability",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(em||(l.UnregistrationRequest=em={}));var tm;(function(e){e.Create="create",e.Rename="rename",e.Delete="delete"})(tm||(l.ResourceOperationKind=tm={}));var nm;(function(e){e.Abort="abort",e.Transactional="transactional",e.TextOnlyTransactional="textOnlyTransactional",e.Undo="undo"})(nm||(l.FailureHandlingKind=nm={}));var rm;(function(e){e.UTF8="utf-8",e.UTF16="utf-16",e.UTF32="utf-32"})(rm||(l.PositionEncodingKind=rm={}));var im;(function(e){function t(n){let r=n;return r&&Se.string(r.id)&&r.id.length>0}e.hasId=t})(im||(l.StaticRegistrationOptions=im={}));var om;(function(e){function t(n){let r=n;return r&&(r.documentSelector===null||Tu.is(r.documentSelector))}e.is=t})(om||(l.TextDocumentRegistrationOptions=om={}));var sm;(function(e){function t(r){let i=r;return Se.objectLiteral(i)&&(i.workDoneProgress===void 0||Se.boolean(i.workDoneProgress))}e.is=t;function n(r){let i=r;return i&&Se.boolean(i.workDoneProgress)}e.hasWorkDoneProgress=n})(sm||(l.WorkDoneProgressOptions=sm={}));var am;(function(e){e.method="initialize",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(am||(l.InitializeRequest=am={}));var cm;(function(e){e.unknownProtocolVersion=1})(cm||(l.InitializeErrorCodes=cm={}));var um;(function(e){e.method="initialized",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(um||(l.InitializedNotification=um={}));var lm;(function(e){e.method="shutdown",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType0(e.method)})(lm||(l.ShutdownRequest=lm={}));var pm;(function(e){e.method="exit",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType0(e.method)})(pm||(l.ExitNotification=pm={}));var dm;(function(e){e.method="workspace/didChangeConfiguration",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(dm||(l.DidChangeConfigurationNotification=dm={}));var fm;(function(e){e.Error=1,e.Warning=2,e.Info=3,e.Log=4,e.Debug=5})(fm||(l.MessageType=fm={}));var gm;(function(e){e.method="window/showMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(gm||(l.ShowMessageNotification=gm={}));var mm;(function(e){e.method="window/showMessageRequest",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType(e.method)})(mm||(l.ShowMessageRequest=mm={}));var hm;(function(e){e.method="window/logMessage",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(hm||(l.LogMessageNotification=hm={}));var ym;(function(e){e.method="telemetry/event",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(ym||(l.TelemetryEventNotification=ym={}));var bm;(function(e){e.None=0,e.Full=1,e.Incremental=2})(bm||(l.TextDocumentSyncKind=bm={}));var vm;(function(e){e.method="textDocument/didOpen",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(vm||(l.DidOpenTextDocumentNotification=vm={}));var Pm;(function(e){function t(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range!==void 0&&(i.rangeLength===void 0||typeof i.rangeLength=="number")}e.isIncremental=t;function n(r){let i=r;return i!=null&&typeof i.text=="string"&&i.range===void 0&&i.rangeLength===void 0}e.isFull=n})(Pm||(l.TextDocumentContentChangeEvent=Pm={}));var xm;(function(e){e.method="textDocument/didChange",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(xm||(l.DidChangeTextDocumentNotification=xm={}));var _m;(function(e){e.method="textDocument/didClose",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(_m||(l.DidCloseTextDocumentNotification=_m={}));var Cm;(function(e){e.method="textDocument/didSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Cm||(l.DidSaveTextDocumentNotification=Cm={}));var Dm;(function(e){e.Manual=1,e.AfterDelay=2,e.FocusOut=3})(Dm||(l.TextDocumentSaveReason=Dm={}));var Rm;(function(e){e.method="textDocument/willSave",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(Rm||(l.WillSaveTextDocumentNotification=Rm={}));var Tm;(function(e){e.method="textDocument/willSaveWaitUntil",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Tm||(l.WillSaveTextDocumentWaitUntilRequest=Tm={}));var wm;(function(e){e.method="workspace/didChangeWatchedFiles",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolNotificationType(e.method)})(wm||(l.DidChangeWatchedFilesNotification=wm={}));var Sm;(function(e){e.Created=1,e.Changed=2,e.Deleted=3})(Sm||(l.FileChangeType=Sm={}));var km;(function(e){function t(n){let r=n;return Se.objectLiteral(r)&&(Xg.URI.is(r.baseUri)||Xg.WorkspaceFolder.is(r.baseUri))&&Se.string(r.pattern)}e.is=t})(km||(l.RelativePattern=km={}));var Am;(function(e){e.Create=1,e.Change=2,e.Delete=4})(Am||(l.WatchKind=Am={}));var Em;(function(e){e.method="textDocument/publishDiagnostics",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolNotificationType(e.method)})(Em||(l.PublishDiagnosticsNotification=Em={}));var Nm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.TriggerForIncompleteCompletions=3})(Nm||(l.CompletionTriggerKind=Nm={}));var qm;(function(e){e.method="textDocument/completion",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(qm||(l.CompletionRequest=qm={}));var Om;(function(e){e.method="completionItem/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Om||(l.CompletionResolveRequest=Om={}));var Mm;(function(e){e.method="textDocument/hover",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Mm||(l.HoverRequest=Mm={}));var jm;(function(e){e.Invoked=1,e.TriggerCharacter=2,e.ContentChange=3})(jm||(l.SignatureHelpTriggerKind=jm={}));var Lm;(function(e){e.method="textDocument/signatureHelp",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Lm||(l.SignatureHelpRequest=Lm={}));var Im;(function(e){e.method="textDocument/definition",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Im||(l.DefinitionRequest=Im={}));var Fm;(function(e){e.method="textDocument/references",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Fm||(l.ReferencesRequest=Fm={}));var Um;(function(e){e.method="textDocument/documentHighlight",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Um||(l.DocumentHighlightRequest=Um={}));var Wm;(function(e){e.method="textDocument/documentSymbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Wm||(l.DocumentSymbolRequest=Wm={}));var Hm;(function(e){e.method="textDocument/codeAction",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Hm||(l.CodeActionRequest=Hm={}));var Bm;(function(e){e.method="codeAction/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Bm||(l.CodeActionResolveRequest=Bm={}));var zm;(function(e){e.method="workspace/symbol",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(zm||(l.WorkspaceSymbolRequest=zm={}));var $m;(function(e){e.method="workspaceSymbol/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})($m||(l.WorkspaceSymbolResolveRequest=$m={}));var Ym;(function(e){e.method="textDocument/codeLens",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Ym||(l.CodeLensRequest=Ym={}));var Vm;(function(e){e.method="codeLens/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Vm||(l.CodeLensResolveRequest=Vm={}));var Km;(function(e){e.method="workspace/codeLens/refresh",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType0(e.method)})(Km||(l.CodeLensRefreshRequest=Km={}));var Gm;(function(e){e.method="textDocument/documentLink",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Gm||(l.DocumentLinkRequest=Gm={}));var Qm;(function(e){e.method="documentLink/resolve",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Qm||(l.DocumentLinkResolveRequest=Qm={}));var Jm;(function(e){e.method="textDocument/formatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Jm||(l.DocumentFormattingRequest=Jm={}));var Xm;(function(e){e.method="textDocument/rangeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Xm||(l.DocumentRangeFormattingRequest=Xm={}));var Zm;(function(e){e.method="textDocument/rangesFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(Zm||(l.DocumentRangesFormattingRequest=Zm={}));var eh;(function(e){e.method="textDocument/onTypeFormatting",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(eh||(l.DocumentOnTypeFormattingRequest=eh={}));var th;(function(e){e.Identifier=1})(th||(l.PrepareSupportDefaultBehavior=th={}));var nh;(function(e){e.method="textDocument/rename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(nh||(l.RenameRequest=nh={}));var rh;(function(e){e.method="textDocument/prepareRename",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(rh||(l.PrepareRenameRequest=rh={}));var ih;(function(e){e.method="workspace/executeCommand",e.messageDirection=w.MessageDirection.clientToServer,e.type=new w.ProtocolRequestType(e.method)})(ih||(l.ExecuteCommandRequest=ih={}));var oh;(function(e){e.method="workspace/applyEdit",e.messageDirection=w.MessageDirection.serverToClient,e.type=new w.ProtocolRequestType("workspace/applyEdit")})(oh||(l.ApplyWorkspaceEditRequest=oh={}))});var dh=D(_o=>{"use strict";Object.defineProperty(_o,"__esModule",{value:!0});_o.createProtocolConnection=void 0;var ph=bn();function nC(e,t,n,r){return ph.ConnectionStrategy.is(r)&&(r={connectionStrategy:r}),(0,ph.createMessageConnection)(e,t,n,r)}_o.createProtocolConnection=nC});var gh=D(Ke=>{"use strict";var rC=Ke&&Ke.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),Co=Ke&&Ke.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&rC(t,e,n)};Object.defineProperty(Ke,"__esModule",{value:!0});Ke.LSPErrorCodes=Ke.createProtocolConnection=void 0;Co(bn(),Ke);Co((oo(),ei(io)),Ke);Co(ae(),Ke);Co(lh(),Ke);var iC=dh();Object.defineProperty(Ke,"createProtocolConnection",{enumerable:!0,get:function(){return iC.createProtocolConnection}});var fh;(function(e){e.lspReservedErrorRangeStart=-32899,e.RequestFailed=-32803,e.ServerCancelled=-32802,e.ContentModified=-32801,e.RequestCancelled=-32800,e.lspReservedErrorRangeEnd=-32800})(fh||(Ke.LSPErrorCodes=fh={}))});var ve=D(St=>{"use strict";var oC=St&&St.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),mh=St&&St.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&oC(t,e,n)};Object.defineProperty(St,"__esModule",{value:!0});St.createProtocolConnection=void 0;var sC=fc();mh(fc(),St);mh(gh(),St);function aC(e,t,n,r){return(0,sC.createMessageConnection)(e,t,n,r)}St.createProtocolConnection=aC});var qu=D(en=>{"use strict";Object.defineProperty(en,"__esModule",{value:!0});en.SemanticTokensBuilder=en.SemanticTokensDiff=en.SemanticTokensFeature=void 0;var Do=ve(),cC=e=>class extends e{get semanticTokens(){return{refresh:()=>this.connection.sendRequest(Do.SemanticTokensRefreshRequest.type),on:t=>{let n=Do.SemanticTokensRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onDelta:t=>{let n=Do.SemanticTokensDeltaRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onRange:t=>{let n=Do.SemanticTokensRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};en.SemanticTokensFeature=cC;var Ro=class{constructor(t,n){this.originalSequence=t,this.modifiedSequence=n}computeDiff(){let t=this.originalSequence.length,n=this.modifiedSequence.length,r=0;for(;r<n&&r<t&&this.originalSequence[r]===this.modifiedSequence[r];)r++;if(r<n&&r<t){let i=t-1,o=n-1;for(;i>=r&&o>=r&&this.originalSequence[i]===this.modifiedSequence[o];)i--,o--;(i<r||o<r)&&(i++,o++);let s=i-r+1,a=this.modifiedSequence.slice(r,o+1);return a.length===1&&a[0]===this.originalSequence[i]?[{start:r,deleteCount:s-1}]:[{start:r,deleteCount:s,data:a}]}else return r<n?[{start:r,deleteCount:0,data:this.modifiedSequence.slice(r)}]:r<t?[{start:r,deleteCount:t-r}]:[]}};en.SemanticTokensDiff=Ro;var Nu=class{constructor(){this._prevData=void 0,this.initialize()}initialize(){this._id=Date.now(),this._prevLine=0,this._prevChar=0,this._data=[],this._dataLen=0}push(t,n,r,i,o){let s=t,a=n;this._dataLen>0&&(s-=this._prevLine,s===0&&(a-=this._prevChar)),this._data[this._dataLen++]=s,this._data[this._dataLen++]=a,this._data[this._dataLen++]=r,this._data[this._dataLen++]=i,this._data[this._dataLen++]=o,this._prevLine=t,this._prevChar=n}get id(){return this._id.toString()}previousResult(t){this.id===t&&(this._prevData=this._data),this.initialize()}build(){return this._prevData=void 0,{resultId:this.id,data:this._data}}canBuildEdits(){return this._prevData!==void 0}buildEdits(){return this._prevData!==void 0?{resultId:this.id,edits:new Ro(this._prevData,this._data).computeDiff()}:this.build()}};en.SemanticTokensBuilder=Nu});var hh=D(To=>{"use strict";Object.defineProperty(To,"__esModule",{value:!0});To.InlineCompletionFeature=void 0;var uC=ve(),lC=e=>class extends e{get inlineCompletion(){return{on:t=>this.connection.onRequest(uC.InlineCompletionRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};To.InlineCompletionFeature=lC});var Mu=D(wo=>{"use strict";Object.defineProperty(wo,"__esModule",{value:!0});wo.TextDocuments=void 0;var _n=ve(),Ou=class{constructor(t){this._configuration=t,this._syncedDocuments=new Map,this._onDidChangeContent=new _n.Emitter,this._onDidOpen=new _n.Emitter,this._onDidClose=new _n.Emitter,this._onDidSave=new _n.Emitter,this._onWillSave=new _n.Emitter}get onDidOpen(){return this._onDidOpen.event}get onDidChangeContent(){return this._onDidChangeContent.event}get onWillSave(){return this._onWillSave.event}onWillSaveWaitUntil(t){this._willSaveWaitUntil=t}get onDidSave(){return this._onDidSave.event}get onDidClose(){return this._onDidClose.event}get(t){return this._syncedDocuments.get(t)}all(){return Array.from(this._syncedDocuments.values())}keys(){return Array.from(this._syncedDocuments.keys())}listen(t){t.__textDocumentSync=_n.TextDocumentSyncKind.Incremental;let n=[];return n.push(t.onDidOpenTextDocument(r=>{let i=r.textDocument,o=this._configuration.create(i.uri,i.languageId,i.version,i.text);this._syncedDocuments.set(i.uri,o);let s=Object.freeze({document:o});this._onDidOpen.fire(s),this._onDidChangeContent.fire(s)})),n.push(t.onDidChangeTextDocument(r=>{let i=r.textDocument,o=r.contentChanges;if(o.length===0)return;let{version:s}=i;if(s==null)throw new Error(`Received document change event for ${i.uri} without valid version identifier`);let a=this._syncedDocuments.get(i.uri);a!==void 0&&(a=this._configuration.update(a,o,s),this._syncedDocuments.set(i.uri,a),this._onDidChangeContent.fire(Object.freeze({document:a})))})),n.push(t.onDidCloseTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&(this._syncedDocuments.delete(r.textDocument.uri),this._onDidClose.fire(Object.freeze({document:i})))})),n.push(t.onWillSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onWillSave.fire(Object.freeze({document:i,reason:r.reason}))})),n.push(t.onWillSaveTextDocumentWaitUntil((r,i)=>{let o=this._syncedDocuments.get(r.textDocument.uri);return o!==void 0&&this._willSaveWaitUntil?this._willSaveWaitUntil(Object.freeze({document:o,reason:r.reason}),i):[]})),n.push(t.onDidSaveTextDocument(r=>{let i=this._syncedDocuments.get(r.textDocument.uri);i!==void 0&&this._onDidSave.fire(Object.freeze({document:i}))})),_n.Disposable.create(()=>{n.forEach(r=>r.dispose())})}};wo.TextDocuments=Ou});var Lu=D(ar=>{"use strict";Object.defineProperty(ar,"__esModule",{value:!0});ar.NotebookDocuments=ar.NotebookSyncFeature=void 0;var rt=ve(),yh=Mu(),pC=e=>class extends e{get synchronization(){return{onDidOpenNotebookDocument:t=>this.connection.onNotification(rt.DidOpenNotebookDocumentNotification.type,n=>{t(n)}),onDidChangeNotebookDocument:t=>this.connection.onNotification(rt.DidChangeNotebookDocumentNotification.type,n=>{t(n)}),onDidSaveNotebookDocument:t=>this.connection.onNotification(rt.DidSaveNotebookDocumentNotification.type,n=>{t(n)}),onDidCloseNotebookDocument:t=>this.connection.onNotification(rt.DidCloseNotebookDocumentNotification.type,n=>{t(n)})}}};ar.NotebookSyncFeature=pC;var So=class e{onDidOpenTextDocument(t){return this.openHandler=t,rt.Disposable.create(()=>{this.openHandler=void 0})}openTextDocument(t){this.openHandler&&this.openHandler(t)}onDidChangeTextDocument(t){return this.changeHandler=t,rt.Disposable.create(()=>{this.changeHandler=t})}changeTextDocument(t){this.changeHandler&&this.changeHandler(t)}onDidCloseTextDocument(t){return this.closeHandler=t,rt.Disposable.create(()=>{this.closeHandler=void 0})}closeTextDocument(t){this.closeHandler&&this.closeHandler(t)}onWillSaveTextDocument(){return e.NULL_DISPOSE}onWillSaveTextDocumentWaitUntil(){return e.NULL_DISPOSE}onDidSaveTextDocument(){return e.NULL_DISPOSE}};So.NULL_DISPOSE=Object.freeze({dispose:()=>{}});var ju=class{constructor(t){t instanceof yh.TextDocuments?this._cellTextDocuments=t:this._cellTextDocuments=new yh.TextDocuments(t),this.notebookDocuments=new Map,this.notebookCellMap=new Map,this._onDidOpen=new rt.Emitter,this._onDidChange=new rt.Emitter,this._onDidSave=new rt.Emitter,this._onDidClose=new rt.Emitter}get cellTextDocuments(){return this._cellTextDocuments}getCellTextDocument(t){return this._cellTextDocuments.get(t.document)}getNotebookDocument(t){return this.notebookDocuments.get(t)}getNotebookCell(t){let n=this.notebookCellMap.get(t);return n&&n[0]}findNotebookDocumentForCell(t){let n=typeof t=="string"?t:t.document,r=this.notebookCellMap.get(n);return r&&r[1]}get onDidOpen(){return this._onDidOpen.event}get onDidSave(){return this._onDidSave.event}get onDidChange(){return this._onDidChange.event}get onDidClose(){return this._onDidClose.event}listen(t){let n=new So,r=[];return r.push(this.cellTextDocuments.listen(n)),r.push(t.notebooks.synchronization.onDidOpenNotebookDocument(i=>{this.notebookDocuments.set(i.notebookDocument.uri,i.notebookDocument);for(let o of i.cellTextDocuments)n.openTextDocument({textDocument:o});this.updateCellMap(i.notebookDocument),this._onDidOpen.fire(i.notebookDocument)})),r.push(t.notebooks.synchronization.onDidChangeNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o===void 0)return;o.version=i.notebookDocument.version;let s=o.metadata,a=!1,c=i.change;c.metadata!==void 0&&(a=!0,o.metadata=c.metadata);let u=[],d=[],h=[],v=[];if(c.cells!==void 0){let W=c.cells;if(W.structure!==void 0){let m=W.structure.array;if(o.cells.splice(m.start,m.deleteCount,...m.cells!==void 0?m.cells:[]),W.structure.didOpen!==void 0)for(let g of W.structure.didOpen)n.openTextDocument({textDocument:g}),u.push(g.uri);if(W.structure.didClose)for(let g of W.structure.didClose)n.closeTextDocument({textDocument:g}),d.push(g.uri)}if(W.data!==void 0){let m=new Map(W.data.map(g=>[g.document,g]));for(let g=0;g<=o.cells.length;g++){let S=m.get(o.cells[g].document);if(S!==void 0){let Y=o.cells.splice(g,1,S);if(h.push({old:Y[0],new:S}),m.delete(S.document),m.size===0)break}}}if(W.textContent!==void 0)for(let m of W.textContent)n.changeTextDocument({textDocument:m.document,contentChanges:m.changes}),v.push(m.document.uri)}this.updateCellMap(o);let y={notebookDocument:o};a&&(y.metadata={old:s,new:o.metadata});let T=[];for(let W of u)T.push(this.getNotebookCell(W));let I=[];for(let W of d)I.push(this.getNotebookCell(W));let K=[];for(let W of v)K.push(this.getNotebookCell(W));(T.length>0||I.length>0||h.length>0||K.length>0)&&(y.cells={added:T,removed:I,changed:{data:h,textContent:K}}),(y.metadata!==void 0||y.cells!==void 0)&&this._onDidChange.fire(y)})),r.push(t.notebooks.synchronization.onDidSaveNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);o!==void 0&&this._onDidSave.fire(o)})),r.push(t.notebooks.synchronization.onDidCloseNotebookDocument(i=>{let o=this.notebookDocuments.get(i.notebookDocument.uri);if(o!==void 0){this._onDidClose.fire(o);for(let s of i.cellTextDocuments)n.closeTextDocument({textDocument:s});this.notebookDocuments.delete(i.notebookDocument.uri);for(let s of o.cells)this.notebookCellMap.delete(s.document)}})),rt.Disposable.create(()=>{r.forEach(i=>i.dispose())})}updateCellMap(t){for(let n of t.cells)this.notebookCellMap.set(n.document,[n,t])}};ar.NotebookDocuments=ju});var Iu=D(_e=>{"use strict";Object.defineProperty(_e,"__esModule",{value:!0});_e.thenable=_e.typedArray=_e.stringArray=_e.array=_e.func=_e.error=_e.number=_e.string=_e.boolean=void 0;function dC(e){return e===!0||e===!1}_e.boolean=dC;function bh(e){return typeof e=="string"||e instanceof String}_e.string=bh;function fC(e){return typeof e=="number"||e instanceof Number}_e.number=fC;function gC(e){return e instanceof Error}_e.error=gC;function vh(e){return typeof e=="function"}_e.func=vh;function Ph(e){return Array.isArray(e)}_e.array=Ph;function mC(e){return Ph(e)&&e.every(t=>bh(t))}_e.stringArray=mC;function hC(e,t){return Array.isArray(e)&&e.every(t)}_e.typedArray=hC;function yC(e){return e&&vh(e.then)}_e.thenable=yC});var Fu=D(it=>{"use strict";Object.defineProperty(it,"__esModule",{value:!0});it.generateUuid=it.parse=it.isUUID=it.v4=it.empty=void 0;var Fr=class{constructor(t){this._value=t}asHex(){return this._value}equals(t){return this.asHex()===t.asHex()}},Ur=class e extends Fr{static _oneOf(t){return t[Math.floor(t.length*Math.random())]}static _randomHex(){return e._oneOf(e._chars)}constructor(){super([e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),"-","4",e._randomHex(),e._randomHex(),e._randomHex(),"-",e._oneOf(e._timeHighBits),e._randomHex(),e._randomHex(),e._randomHex(),"-",e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex(),e._randomHex()].join(""))}};Ur._chars=["0","1","2","3","4","5","6","6","7","8","9","a","b","c","d","e","f"];Ur._timeHighBits=["8","9","a","b"];it.empty=new Fr("00000000-0000-0000-0000-000000000000");function xh(){return new Ur}it.v4=xh;var bC=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function _h(e){return bC.test(e)}it.isUUID=_h;function vC(e){if(!_h(e))throw new Error("invalid uuid");return new Fr(e)}it.parse=vC;function PC(){return xh().asHex()}it.generateUuid=PC});var Ch=D(nn=>{"use strict";Object.defineProperty(nn,"__esModule",{value:!0});nn.attachPartialResult=nn.ProgressFeature=nn.attachWorkDone=void 0;var tn=ve(),xC=Fu(),Cn=class e{constructor(t,n){this._connection=t,this._token=n,e.Instances.set(this._token,this)}begin(t,n,r,i){let o={kind:"begin",title:t,percentage:n,message:r,cancellable:i};this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,o)}report(t,n){let r={kind:"report"};typeof t=="number"?(r.percentage=t,n!==void 0&&(r.message=n)):r.message=t,this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,r)}done(){e.Instances.delete(this._token),this._connection.sendProgress(tn.WorkDoneProgress.type,this._token,{kind:"end"})}};Cn.Instances=new Map;var ko=class extends Cn{constructor(t,n){super(t,n),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose(),super.done()}cancel(){this._source.cancel()}},Wr=class{constructor(){}begin(){}report(){}done(){}},Ao=class extends Wr{constructor(){super(),this._source=new tn.CancellationTokenSource}get token(){return this._source.token}done(){this._source.dispose()}cancel(){this._source.cancel()}};function _C(e,t){if(t===void 0||t.workDoneToken===void 0)return new Wr;let n=t.workDoneToken;return delete t.workDoneToken,new Cn(e,n)}nn.attachWorkDone=_C;var CC=e=>class extends e{constructor(){super(),this._progressSupported=!1}initialize(t){super.initialize(t),t?.window?.workDoneProgress===!0&&(this._progressSupported=!0,this.connection.onNotification(tn.WorkDoneProgressCancelNotification.type,n=>{let r=Cn.Instances.get(n.token);(r instanceof ko||r instanceof Ao)&&r.cancel()}))}attachWorkDoneProgress(t){return t===void 0?new Wr:new Cn(this.connection,t)}createWorkDoneProgress(){if(this._progressSupported){let t=(0,xC.generateUuid)();return this.connection.sendRequest(tn.WorkDoneProgressCreateRequest.type,{token:t}).then(()=>new ko(this.connection,t))}else return Promise.resolve(new Ao)}};nn.ProgressFeature=CC;var Uu;(function(e){e.type=new tn.ProgressType})(Uu||(Uu={}));var Wu=class{constructor(t,n){this._connection=t,this._token=n}report(t){this._connection.sendProgress(Uu.type,this._token,t)}};function DC(e,t){if(t===void 0||t.partialResultToken===void 0)return;let n=t.partialResultToken;return delete t.partialResultToken,new Wu(e,n)}nn.attachPartialResult=DC});var Dh=D(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.ConfigurationFeature=void 0;var RC=ve(),TC=Iu(),wC=e=>class extends e{getConfiguration(t){return t?TC.string(t)?this._getConfiguration({section:t}):this._getConfiguration(t):this._getConfiguration({})}_getConfiguration(t){let n={items:Array.isArray(t)?t:[t]};return this.connection.sendRequest(RC.ConfigurationRequest.type,n).then(r=>Array.isArray(r)?Array.isArray(t)?r:r[0]:Array.isArray(t)?[]:null)}};Eo.ConfigurationFeature=wC});var Rh=D(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});qo.WorkspaceFoldersFeature=void 0;var No=ve(),SC=e=>class extends e{constructor(){super(),this._notificationIsAutoRegistered=!1}initialize(t){super.initialize(t);let n=t.workspace;n&&n.workspaceFolders&&(this._onDidChangeWorkspaceFolders=new No.Emitter,this.connection.onNotification(No.DidChangeWorkspaceFoldersNotification.type,r=>{this._onDidChangeWorkspaceFolders.fire(r.event)}))}fillServerCapabilities(t){super.fillServerCapabilities(t);let n=t.workspace?.workspaceFolders?.changeNotifications;this._notificationIsAutoRegistered=n===!0||typeof n=="string"}getWorkspaceFolders(){return this.connection.sendRequest(No.WorkspaceFoldersRequest.type)}get onDidChangeWorkspaceFolders(){if(!this._onDidChangeWorkspaceFolders)throw new Error("Client doesn't support sending workspace folder change events.");return!this._notificationIsAutoRegistered&&!this._unregistration&&(this._unregistration=this.connection.client.register(No.DidChangeWorkspaceFoldersNotification.type)),this._onDidChangeWorkspaceFolders.event}};qo.WorkspaceFoldersFeature=SC});var Th=D(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.CallHierarchyFeature=void 0;var Hu=ve(),kC=e=>class extends e{get callHierarchy(){return{onPrepare:t=>this.connection.onRequest(Hu.CallHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onIncomingCalls:t=>{let n=Hu.CallHierarchyIncomingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onOutgoingCalls:t=>{let n=Hu.CallHierarchyOutgoingCallsRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Oo.CallHierarchyFeature=kC});var wh=D(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.ShowDocumentFeature=void 0;var AC=ve(),EC=e=>class extends e{showDocument(t){return this.connection.sendRequest(AC.ShowDocumentRequest.type,t)}};Mo.ShowDocumentFeature=EC});var Sh=D(jo=>{"use strict";Object.defineProperty(jo,"__esModule",{value:!0});jo.FileOperationsFeature=void 0;var cr=ve(),NC=e=>class extends e{onDidCreateFiles(t){return this.connection.onNotification(cr.DidCreateFilesNotification.type,n=>{t(n)})}onDidRenameFiles(t){return this.connection.onNotification(cr.DidRenameFilesNotification.type,n=>{t(n)})}onDidDeleteFiles(t){return this.connection.onNotification(cr.DidDeleteFilesNotification.type,n=>{t(n)})}onWillCreateFiles(t){return this.connection.onRequest(cr.WillCreateFilesRequest.type,(n,r)=>t(n,r))}onWillRenameFiles(t){return this.connection.onRequest(cr.WillRenameFilesRequest.type,(n,r)=>t(n,r))}onWillDeleteFiles(t){return this.connection.onRequest(cr.WillDeleteFilesRequest.type,(n,r)=>t(n,r))}};jo.FileOperationsFeature=NC});var kh=D(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.LinkedEditingRangeFeature=void 0;var qC=ve(),OC=e=>class extends e{onLinkedEditingRange(t){return this.connection.onRequest(qC.LinkedEditingRangeRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0))}};Lo.LinkedEditingRangeFeature=OC});var Ah=D(Io=>{"use strict";Object.defineProperty(Io,"__esModule",{value:!0});Io.TypeHierarchyFeature=void 0;var Bu=ve(),MC=e=>class extends e{get typeHierarchy(){return{onPrepare:t=>this.connection.onRequest(Bu.TypeHierarchyPrepareRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),void 0)),onSupertypes:t=>{let n=Bu.TypeHierarchySupertypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))},onSubtypes:t=>{let n=Bu.TypeHierarchySubtypesRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Io.TypeHierarchyFeature=MC});var Nh=D(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.InlineValueFeature=void 0;var Eh=ve(),jC=e=>class extends e{get inlineValue(){return{refresh:()=>this.connection.sendRequest(Eh.InlineValueRefreshRequest.type),on:t=>this.connection.onRequest(Eh.InlineValueRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n)))}}};Fo.InlineValueFeature=jC});var Oh=D(Uo=>{"use strict";Object.defineProperty(Uo,"__esModule",{value:!0});Uo.FoldingRangeFeature=void 0;var qh=ve(),LC=e=>class extends e{get foldingRange(){return{refresh:()=>this.connection.sendRequest(qh.FoldingRangeRefreshRequest.type),on:t=>{let n=qh.FoldingRangeRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Uo.FoldingRangeFeature=LC});var Mh=D(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.InlayHintFeature=void 0;var zu=ve(),IC=e=>class extends e{get inlayHint(){return{refresh:()=>this.connection.sendRequest(zu.InlayHintRefreshRequest.type),on:t=>this.connection.onRequest(zu.InlayHintRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n))),resolve:t=>this.connection.onRequest(zu.InlayHintResolveRequest.type,(n,r)=>t(n,r))}}};Wo.InlayHintFeature=IC});var jh=D(Ho=>{"use strict";Object.defineProperty(Ho,"__esModule",{value:!0});Ho.DiagnosticFeature=void 0;var Hr=ve(),FC=e=>class extends e{get diagnostics(){return{refresh:()=>this.connection.sendRequest(Hr.DiagnosticRefreshRequest.type),on:t=>this.connection.onRequest(Hr.DocumentDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Hr.DocumentDiagnosticRequest.partialResult,n))),onWorkspace:t=>this.connection.onRequest(Hr.WorkspaceDiagnosticRequest.type,(n,r)=>t(n,r,this.attachWorkDoneProgress(n),this.attachPartialResultProgress(Hr.WorkspaceDiagnosticRequest.partialResult,n)))}}};Ho.DiagnosticFeature=FC});var Lh=D(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.MonikerFeature=void 0;var UC=ve(),WC=e=>class extends e{get moniker(){return{on:t=>{let n=UC.MonikerRequest.type;return this.connection.onRequest(n,(r,i)=>t(r,i,this.attachWorkDoneProgress(r),this.attachPartialResultProgress(n,r)))}}}};Bo.MonikerFeature=WC});var Xh=D(Q=>{"use strict";Object.defineProperty(Q,"__esModule",{value:!0});Q.createConnection=Q.combineFeatures=Q.combineNotebooksFeatures=Q.combineLanguagesFeatures=Q.combineWorkspaceFeatures=Q.combineWindowFeatures=Q.combineClientFeatures=Q.combineTracerFeatures=Q.combineTelemetryFeatures=Q.combineConsoleFeatures=Q._NotebooksImpl=Q._LanguagesImpl=Q.BulkUnregistration=Q.BulkRegistration=Q.ErrorMessageTracker=void 0;var E=ve(),ot=Iu(),Yu=Fu(),B=Ch(),HC=Dh(),BC=Rh(),zC=Th(),$C=qu(),YC=wh(),VC=Sh(),KC=kh(),GC=Ah(),QC=Nh(),JC=Oh(),XC=Mh(),ZC=jh(),eD=Lu(),tD=Lh();function $u(e){if(e!==null)return e}var Vu=class{constructor(){this._messages=Object.create(null)}add(t){let n=this._messages[t];n||(n=0),n++,this._messages[t]=n}sendErrors(t){Object.keys(this._messages).forEach(n=>{t.window.showErrorMessage(n)})}};Q.ErrorMessageTracker=Vu;var zo=class{constructor(){}rawAttach(t){this._rawConnection=t}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}fillServerCapabilities(t){}initialize(t){}error(t){this.send(E.MessageType.Error,t)}warn(t){this.send(E.MessageType.Warning,t)}info(t){this.send(E.MessageType.Info,t)}log(t){this.send(E.MessageType.Log,t)}debug(t){this.send(E.MessageType.Debug,t)}send(t,n){this._rawConnection&&this._rawConnection.sendNotification(E.LogMessageNotification.type,{type:t,message:n}).catch(()=>{(0,E.RAL)().console.error("Sending log message failed")})}},Ku=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}showErrorMessage(t,...n){let r={type:E.MessageType.Error,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}showWarningMessage(t,...n){let r={type:E.MessageType.Warning,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}showInformationMessage(t,...n){let r={type:E.MessageType.Info,message:t,actions:n};return this.connection.sendRequest(E.ShowMessageRequest.type,r).then($u)}},Ih=(0,YC.ShowDocumentFeature)((0,B.ProgressFeature)(Ku)),Fh;(function(e){function t(){return new $o}e.create=t})(Fh||(Q.BulkRegistration=Fh={}));var $o=class{constructor(){this._registrations=[],this._registered=new Set}add(t,n){let r=ot.string(t)?t:t.method;if(this._registered.has(r))throw new Error(`${r} is already added to this registration`);let i=Yu.generateUuid();this._registrations.push({id:i,method:r,registerOptions:n||{}}),this._registered.add(r)}asRegistrationParams(){return{registrations:this._registrations}}},Uh;(function(e){function t(){return new Br(void 0,[])}e.create=t})(Uh||(Q.BulkUnregistration=Uh={}));var Br=class{constructor(t,n){this._connection=t,this._unregistrations=new Map,n.forEach(r=>{this._unregistrations.set(r.method,r)})}get isAttached(){return!!this._connection}attach(t){this._connection=t}add(t){this._unregistrations.set(t.method,t)}dispose(){let t=[];for(let r of this._unregistrations.values())t.push(r);let n={unregisterations:t};this._connection.sendRequest(E.UnregistrationRequest.type,n).catch(()=>{this._connection.console.info("Bulk unregistration failed.")})}disposeSingle(t){let n=ot.string(t)?t:t.method,r=this._unregistrations.get(n);if(!r)return!1;let i={unregisterations:[r]};return this._connection.sendRequest(E.UnregistrationRequest.type,i).then(()=>{this._unregistrations.delete(n)},o=>{this._connection.console.info(`Un-registering request handler for ${r.id} failed.`)}),!0}},Yo=class{attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}register(t,n,r){return t instanceof $o?this.registerMany(t):t instanceof Br?this.registerSingle1(t,n,r):this.registerSingle2(t,n)}registerSingle1(t,n,r){let i=ot.string(n)?n:n.method,o=Yu.generateUuid(),s={registrations:[{id:o,method:i,registerOptions:r||{}}]};return t.isAttached||t.attach(this.connection),this.connection.sendRequest(E.RegistrationRequest.type,s).then(a=>(t.add({id:o,method:i}),t),a=>(this.connection.console.info(`Registering request handler for ${i} failed.`),Promise.reject(a)))}registerSingle2(t,n){let r=ot.string(t)?t:t.method,i=Yu.generateUuid(),o={registrations:[{id:i,method:r,registerOptions:n||{}}]};return this.connection.sendRequest(E.RegistrationRequest.type,o).then(s=>E.Disposable.create(()=>{this.unregisterSingle(i,r).catch(()=>{this.connection.console.info(`Un-registering capability with id ${i} failed.`)})}),s=>(this.connection.console.info(`Registering request handler for ${r} failed.`),Promise.reject(s)))}unregisterSingle(t,n){let r={unregisterations:[{id:t,method:n}]};return this.connection.sendRequest(E.UnregistrationRequest.type,r).catch(()=>{this.connection.console.info(`Un-registering request handler for ${t} failed.`)})}registerMany(t){let n=t.asRegistrationParams();return this.connection.sendRequest(E.RegistrationRequest.type,n).then(()=>new Br(this._connection,n.registrations.map(r=>({id:r.id,method:r.method}))),r=>(this.connection.console.info("Bulk registration failed."),Promise.reject(r)))}},Gu=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}applyEdit(t){function n(i){return i&&!!i.edit}let r=n(t)?t:{edit:t};return this.connection.sendRequest(E.ApplyWorkspaceEditRequest.type,r)}},Wh=(0,VC.FileOperationsFeature)((0,BC.WorkspaceFoldersFeature)((0,HC.ConfigurationFeature)(Gu))),Vo=class{constructor(){this._trace=E.Trace.Off}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}set trace(t){this._trace=t}log(t,n){this._trace!==E.Trace.Off&&this.connection.sendNotification(E.LogTraceNotification.type,{message:t,verbose:this._trace===E.Trace.Verbose?n:void 0}).catch(()=>{})}},Ko=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}logEvent(t){this.connection.sendNotification(E.TelemetryEventNotification.type,t).catch(()=>{this.connection.console.log("Sending TelemetryEventNotification failed")})}},Go=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};Q._LanguagesImpl=Go;var Hh=(0,JC.FoldingRangeFeature)((0,tD.MonikerFeature)((0,ZC.DiagnosticFeature)((0,XC.InlayHintFeature)((0,QC.InlineValueFeature)((0,GC.TypeHierarchyFeature)((0,KC.LinkedEditingRangeFeature)((0,$C.SemanticTokensFeature)((0,zC.CallHierarchyFeature)(Go))))))))),Qo=class{constructor(){}attach(t){this._connection=t}get connection(){if(!this._connection)throw new Error("Remote is not attached to a connection yet.");return this._connection}initialize(t){}fillServerCapabilities(t){}attachWorkDoneProgress(t){return(0,B.attachWorkDone)(this.connection,t)}attachPartialResultProgress(t,n){return(0,B.attachPartialResult)(this.connection,n)}};Q._NotebooksImpl=Qo;var Bh=(0,eD.NotebookSyncFeature)(Qo);function zh(e,t){return function(n){return t(e(n))}}Q.combineConsoleFeatures=zh;function $h(e,t){return function(n){return t(e(n))}}Q.combineTelemetryFeatures=$h;function Yh(e,t){return function(n){return t(e(n))}}Q.combineTracerFeatures=Yh;function Vh(e,t){return function(n){return t(e(n))}}Q.combineClientFeatures=Vh;function Kh(e,t){return function(n){return t(e(n))}}Q.combineWindowFeatures=Kh;function Gh(e,t){return function(n){return t(e(n))}}Q.combineWorkspaceFeatures=Gh;function Qh(e,t){return function(n){return t(e(n))}}Q.combineLanguagesFeatures=Qh;function Jh(e,t){return function(n){return t(e(n))}}Q.combineNotebooksFeatures=Jh;function nD(e,t){function n(i,o,s){return i&&o?s(i,o):i||o}return{__brand:"features",console:n(e.console,t.console,zh),tracer:n(e.tracer,t.tracer,Yh),telemetry:n(e.telemetry,t.telemetry,$h),client:n(e.client,t.client,Vh),window:n(e.window,t.window,Kh),workspace:n(e.workspace,t.workspace,Gh),languages:n(e.languages,t.languages,Qh),notebooks:n(e.notebooks,t.notebooks,Jh)}}Q.combineFeatures=nD;function rD(e,t,n){let r=n&&n.console?new(n.console(zo)):new zo,i=e(r);r.rawAttach(i);let o=n&&n.tracer?new(n.tracer(Vo)):new Vo,s=n&&n.telemetry?new(n.telemetry(Ko)):new Ko,a=n&&n.client?new(n.client(Yo)):new Yo,c=n&&n.window?new(n.window(Ih)):new Ih,u=n&&n.workspace?new(n.workspace(Wh)):new Wh,d=n&&n.languages?new(n.languages(Hh)):new Hh,h=n&&n.notebooks?new(n.notebooks(Bh)):new Bh,v=[r,o,s,a,c,u,d,h];function y(m){return m instanceof Promise?m:ot.thenable(m)?new Promise((g,S)=>{m.then(Y=>g(Y),Y=>S(Y))}):Promise.resolve(m)}let T,I,K,W={listen:()=>i.listen(),sendRequest:(m,...g)=>i.sendRequest(ot.string(m)?m:m.method,...g),onRequest:(m,g)=>i.onRequest(m,g),sendNotification:(m,g)=>{let S=ot.string(m)?m:m.method;return i.sendNotification(S,g)},onNotification:(m,g)=>i.onNotification(m,g),onProgress:i.onProgress,sendProgress:i.sendProgress,onInitialize:m=>(I=m,{dispose:()=>{I=void 0}}),onInitialized:m=>i.onNotification(E.InitializedNotification.type,m),onShutdown:m=>(T=m,{dispose:()=>{T=void 0}}),onExit:m=>(K=m,{dispose:()=>{K=void 0}}),get console(){return r},get telemetry(){return s},get tracer(){return o},get client(){return a},get window(){return c},get workspace(){return u},get languages(){return d},get notebooks(){return h},onDidChangeConfiguration:m=>i.onNotification(E.DidChangeConfigurationNotification.type,m),onDidChangeWatchedFiles:m=>i.onNotification(E.DidChangeWatchedFilesNotification.type,m),__textDocumentSync:void 0,onDidOpenTextDocument:m=>i.onNotification(E.DidOpenTextDocumentNotification.type,m),onDidChangeTextDocument:m=>i.onNotification(E.DidChangeTextDocumentNotification.type,m),onDidCloseTextDocument:m=>i.onNotification(E.DidCloseTextDocumentNotification.type,m),onWillSaveTextDocument:m=>i.onNotification(E.WillSaveTextDocumentNotification.type,m),onWillSaveTextDocumentWaitUntil:m=>i.onRequest(E.WillSaveTextDocumentWaitUntilRequest.type,m),onDidSaveTextDocument:m=>i.onNotification(E.DidSaveTextDocumentNotification.type,m),sendDiagnostics:m=>i.sendNotification(E.PublishDiagnosticsNotification.type,m),onHover:m=>i.onRequest(E.HoverRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onCompletion:m=>i.onRequest(E.CompletionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCompletionResolve:m=>i.onRequest(E.CompletionResolveRequest.type,m),onSignatureHelp:m=>i.onRequest(E.SignatureHelpRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDeclaration:m=>i.onRequest(E.DeclarationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDefinition:m=>i.onRequest(E.DefinitionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onTypeDefinition:m=>i.onRequest(E.TypeDefinitionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onImplementation:m=>i.onRequest(E.ImplementationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onReferences:m=>i.onRequest(E.ReferencesRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentHighlight:m=>i.onRequest(E.DocumentHighlightRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentSymbol:m=>i.onRequest(E.DocumentSymbolRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbol:m=>i.onRequest(E.WorkspaceSymbolRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onWorkspaceSymbolResolve:m=>i.onRequest(E.WorkspaceSymbolResolveRequest.type,m),onCodeAction:m=>i.onRequest(E.CodeActionRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeActionResolve:m=>i.onRequest(E.CodeActionResolveRequest.type,(g,S)=>m(g,S)),onCodeLens:m=>i.onRequest(E.CodeLensRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onCodeLensResolve:m=>i.onRequest(E.CodeLensResolveRequest.type,(g,S)=>m(g,S)),onDocumentFormatting:m=>i.onRequest(E.DocumentFormattingRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentRangeFormatting:m=>i.onRequest(E.DocumentRangeFormattingRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onDocumentOnTypeFormatting:m=>i.onRequest(E.DocumentOnTypeFormattingRequest.type,(g,S)=>m(g,S)),onRenameRequest:m=>i.onRequest(E.RenameRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),onPrepareRename:m=>i.onRequest(E.PrepareRenameRequest.type,(g,S)=>m(g,S)),onDocumentLinks:m=>i.onRequest(E.DocumentLinkRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onDocumentLinkResolve:m=>i.onRequest(E.DocumentLinkResolveRequest.type,(g,S)=>m(g,S)),onDocumentColor:m=>i.onRequest(E.DocumentColorRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onColorPresentation:m=>i.onRequest(E.ColorPresentationRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onFoldingRanges:m=>i.onRequest(E.FoldingRangeRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onSelectionRanges:m=>i.onRequest(E.SelectionRangeRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),(0,B.attachPartialResult)(i,g))),onExecuteCommand:m=>i.onRequest(E.ExecuteCommandRequest.type,(g,S)=>m(g,S,(0,B.attachWorkDone)(i,g),void 0)),dispose:()=>i.dispose()};for(let m of v)m.attach(W);return i.onRequest(E.InitializeRequest.type,m=>{t.initialize(m),ot.string(m.trace)&&(o.trace=E.Trace.fromString(m.trace));for(let g of v)g.initialize(m.capabilities);if(I){let g=I(m,new E.CancellationTokenSource().token,(0,B.attachWorkDone)(i,m),void 0);return y(g).then(S=>{if(S instanceof E.ResponseError)return S;let Y=S;Y||(Y={capabilities:{}});let X=Y.capabilities;X||(X={},Y.capabilities=X),X.textDocumentSync===void 0||X.textDocumentSync===null?X.textDocumentSync=ot.number(W.__textDocumentSync)?W.__textDocumentSync:E.TextDocumentSyncKind.None:!ot.number(X.textDocumentSync)&&!ot.number(X.textDocumentSync.change)&&(X.textDocumentSync.change=ot.number(W.__textDocumentSync)?W.__textDocumentSync:E.TextDocumentSyncKind.None);for(let st of v)st.fillServerCapabilities(X);return Y})}else{let g={capabilities:{textDocumentSync:E.TextDocumentSyncKind.None}};for(let S of v)S.fillServerCapabilities(g.capabilities);return g}}),i.onRequest(E.ShutdownRequest.type,()=>{if(t.shutdownReceived=!0,T)return T(new E.CancellationTokenSource().token)}),i.onNotification(E.ExitNotification.type,()=>{try{K&&K()}finally{t.shutdownReceived?t.exit(0):t.exit(1)}}),i.onNotification(E.SetTraceNotification.type,m=>{o.trace=E.Trace.fromString(m.value)}),W}Q.createConnection=rD});var Qu=D(Ie=>{"use strict";var iD=Ie&&Ie.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),ey=Ie&&Ie.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&iD(t,e,n)};Object.defineProperty(Ie,"__esModule",{value:!0});Ie.ProposedFeatures=Ie.NotebookDocuments=Ie.TextDocuments=Ie.SemanticTokensBuilder=void 0;var oD=qu();Object.defineProperty(Ie,"SemanticTokensBuilder",{enumerable:!0,get:function(){return oD.SemanticTokensBuilder}});var sD=hh();ey(ve(),Ie);var aD=Mu();Object.defineProperty(Ie,"TextDocuments",{enumerable:!0,get:function(){return aD.TextDocuments}});var cD=Lu();Object.defineProperty(Ie,"NotebookDocuments",{enumerable:!0,get:function(){return cD.NotebookDocuments}});ey(Xh(),Ie);var Zh;(function(e){e.all={__brand:"features",languages:sD.InlineCompletionFeature}})(Zh||(Ie.ProposedFeatures=Zh={}))});var ny=D((fS,ty)=>{"use strict";ty.exports=ve()});var Xo=D(kt=>{"use strict";var uD=kt&&kt.__createBinding||(Object.create?(function(e,t,n,r){r===void 0&&(r=n);var i=Object.getOwnPropertyDescriptor(t,n);(!i||("get"in i?!t.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,i)}):(function(e,t,n,r){r===void 0&&(r=n),e[r]=t[n]})),iy=kt&&kt.__exportStar||function(e,t){for(var n in e)n!=="default"&&!Object.prototype.hasOwnProperty.call(t,n)&&uD(t,e,n)};Object.defineProperty(kt,"__esModule",{value:!0});kt.createConnection=void 0;var Jo=Qu();iy(ny(),kt);iy(Qu(),kt);var ry=!1,lD={initialize:e=>{},get shutdownReceived(){return ry},set shutdownReceived(e){ry=e},exit:e=>{}};function pD(e,t,n,r){let i,o,s,a;e!==void 0&&e.__brand==="features"&&(i=e,e=t,t=n,n=r),Jo.ConnectionStrategy.is(e)||Jo.ConnectionOptions.is(e)?a=e:(o=e,s=t,a=n);let c=u=>(0,Jo.createProtocolConnection)(o,s,u,a);return(0,Jo.createConnection)(c,lD,i)}kt.createConnection=pD});var rn=D((mS,oy)=>{"use strict";oy.exports=Xo()});var gl=D((pk,xy)=>{"use strict";function At(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}function Py(e,t){for(var n="",r=0,i=-1,o=0,s,a=0;a<=e.length;++a){if(a<e.length)s=e.charCodeAt(a);else{if(s===47)break;s=47}if(s===47){if(!(i===a-1||o===1))if(i!==a-1&&o===2){if(n.length<2||r!==2||n.charCodeAt(n.length-1)!==46||n.charCodeAt(n.length-2)!==46){if(n.length>2){var c=n.lastIndexOf("/");if(c!==n.length-1){c===-1?(n="",r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf("/")),i=a,o=0;continue}}else if(n.length===2||n.length===1){n="",r=0,i=a,o=0;continue}}t&&(n.length>0?n+="/..":n="..",r=2)}else n.length>0?n+="/"+e.slice(i+1,a):n=e.slice(i+1,a),r=a-i-1;i=a,o=0}else s===46&&o!==-1?++o:o=-1}return n}function uR(e,t){var n=t.dir||t.root,r=t.base||(t.name||"")+(t.ext||"");return n?n===t.root?n+r:n+e+r:r}var pr={resolve:function(){for(var t="",n=!1,r,i=arguments.length-1;i>=-1&&!n;i--){var o;i>=0?o=arguments[i]:(r===void 0&&(r=process.cwd()),o=r),At(o),o.length!==0&&(t=o+"/"+t,n=o.charCodeAt(0)===47)}return t=Py(t,!n),n?t.length>0?"/"+t:"/":t.length>0?t:"."},normalize:function(t){if(At(t),t.length===0)return".";var n=t.charCodeAt(0)===47,r=t.charCodeAt(t.length-1)===47;return t=Py(t,!n),t.length===0&&!n&&(t="."),t.length>0&&r&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return At(t),t.length>0&&t.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var t,n=0;n<arguments.length;++n){var r=arguments[n];At(r),r.length>0&&(t===void 0?t=r:t+="/"+r)}return t===void 0?".":pr.normalize(t)},relative:function(t,n){if(At(t),At(n),t===n||(t=pr.resolve(t),n=pr.resolve(n),t===n))return"";for(var r=1;r<t.length&&t.charCodeAt(r)===47;++r);for(var i=t.length,o=i-r,s=1;s<n.length&&n.charCodeAt(s)===47;++s);for(var a=n.length,c=a-s,u=o<c?o:c,d=-1,h=0;h<=u;++h){if(h===u){if(c>u){if(n.charCodeAt(s+h)===47)return n.slice(s+h+1);if(h===0)return n.slice(s+h)}else o>u&&(t.charCodeAt(r+h)===47?d=h:h===0&&(d=0));break}var v=t.charCodeAt(r+h),y=n.charCodeAt(s+h);if(v!==y)break;v===47&&(d=h)}var T="";for(h=r+d+1;h<=i;++h)(h===i||t.charCodeAt(h)===47)&&(T.length===0?T+="..":T+="/..");return T.length>0?T+n.slice(s+d):(s+=d,n.charCodeAt(s)===47&&++s,n.slice(s))},_makeLong:function(t){return t},dirname:function(t){if(At(t),t.length===0)return".";for(var n=t.charCodeAt(0),r=n===47,i=-1,o=!0,s=t.length-1;s>=1;--s)if(n=t.charCodeAt(s),n===47){if(!o){i=s;break}}else o=!1;return i===-1?r?"/":".":r&&i===1?"//":t.slice(0,i)},basename:function(t,n){if(n!==void 0&&typeof n!="string")throw new TypeError('"ext" argument must be a string');At(t);var r=0,i=-1,o=!0,s;if(n!==void 0&&n.length>0&&n.length<=t.length){if(n.length===t.length&&n===t)return"";var a=n.length-1,c=-1;for(s=t.length-1;s>=0;--s){var u=t.charCodeAt(s);if(u===47){if(!o){r=s+1;break}}else c===-1&&(o=!1,c=s+1),a>=0&&(u===n.charCodeAt(a)?--a===-1&&(i=s):(a=-1,i=c))}return r===i?i=c:i===-1&&(i=t.length),t.slice(r,i)}else{for(s=t.length-1;s>=0;--s)if(t.charCodeAt(s)===47){if(!o){r=s+1;break}}else i===-1&&(o=!1,i=s+1);return i===-1?"":t.slice(r,i)}},extname:function(t){At(t);for(var n=-1,r=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var c=t.charCodeAt(a);if(c===47){if(!o){r=a+1;break}continue}i===-1&&(o=!1,i=a+1),c===46?n===-1?n=a:s!==1&&(s=1):n!==-1&&(s=-1)}return n===-1||i===-1||s===0||s===1&&n===i-1&&n===r+1?"":t.slice(n,i)},format:function(t){if(t===null||typeof t!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return uR("/",t)},parse:function(t){At(t);var n={root:"",dir:"",base:"",ext:"",name:""};if(t.length===0)return n;var r=t.charCodeAt(0),i=r===47,o;i?(n.root="/",o=1):o=0;for(var s=-1,a=0,c=-1,u=!0,d=t.length-1,h=0;d>=o;--d){if(r=t.charCodeAt(d),r===47){if(!u){a=d+1;break}continue}c===-1&&(u=!1,c=d+1),r===46?s===-1?s=d:h!==1&&(h=1):s!==-1&&(h=-1)}return s===-1||c===-1||h===0||h===1&&s===c-1&&s===a+1?c!==-1&&(a===0&&i?n.base=n.name=t.slice(1,c):n.base=n.name=t.slice(a,c)):(a===0&&i?(n.name=t.slice(1,s),n.base=t.slice(1,c)):(n.name=t.slice(a,s),n.base=t.slice(a,c)),n.ext=t.slice(s,c)),a>0?n.dir=t.slice(0,a-1):i&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};pr.posix=pr;xy.exports=pr});import{createConfig as Xp,loadConfig as HP,loadIgnoreConfig as BP,DEFAULT_CONFIG as zP,IGNORE_FILE as $P}from"@redocly/openapi-core";var vl;(()=>{"use strict";var e={975:k=>{function b(x){if(typeof x!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(x))}function O(x,C){for(var R,q="",j=0,N=-1,$=0,V=0;V<=x.length;++V){if(V<x.length)R=x.charCodeAt(V);else{if(R===47)break;R=47}if(R===47){if(!(N===V-1||$===1))if(N!==V-1&&$===2){if(q.length<2||j!==2||q.charCodeAt(q.length-1)!==46||q.charCodeAt(q.length-2)!==46){if(q.length>2){var Re=q.lastIndexOf("/");if(Re!==q.length-1){Re===-1?(q="",j=0):j=(q=q.slice(0,Re)).length-1-q.lastIndexOf("/"),N=V,$=0;continue}}else if(q.length===2||q.length===1){q="",j=0,N=V,$=0;continue}}C&&(q.length>0?q+="/..":q="..",j=2)}else q.length>0?q+="/"+x.slice(N+1,V):q=x.slice(N+1,V),j=V-N-1;N=V,$=0}else R===46&&$!==-1?++$:$=-1}return q}var M={resolve:function(){for(var x,C="",R=!1,q=arguments.length-1;q>=-1&&!R;q--){var j;q>=0?j=arguments[q]:(x===void 0&&(x=process.cwd()),j=x),b(j),j.length!==0&&(C=j+"/"+C,R=j.charCodeAt(0)===47)}return C=O(C,!R),R?C.length>0?"/"+C:"/":C.length>0?C:"."},normalize:function(x){if(b(x),x.length===0)return".";var C=x.charCodeAt(0)===47,R=x.charCodeAt(x.length-1)===47;return(x=O(x,!C)).length!==0||C||(x="."),x.length>0&&R&&(x+="/"),C?"/"+x:x},isAbsolute:function(x){return b(x),x.length>0&&x.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var x,C=0;C<arguments.length;++C){var R=arguments[C];b(R),R.length>0&&(x===void 0?x=R:x+="/"+R)}return x===void 0?".":M.normalize(x)},relative:function(x,C){if(b(x),b(C),x===C||(x=M.resolve(x))===(C=M.resolve(C)))return"";for(var R=1;R<x.length&&x.charCodeAt(R)===47;++R);for(var q=x.length,j=q-R,N=1;N<C.length&&C.charCodeAt(N)===47;++N);for(var $=C.length-N,V=j<$?j:$,Re=-1,te=0;te<=V;++te){if(te===V){if($>V){if(C.charCodeAt(N+te)===47)return C.slice(N+te+1);if(te===0)return C.slice(N+te)}else j>V&&(x.charCodeAt(R+te)===47?Re=te:te===0&&(Re=0));break}var at=x.charCodeAt(R+te);if(at!==C.charCodeAt(N+te))break;at===47&&(Re=te)}var cn="";for(te=R+Re+1;te<=q;++te)te!==q&&x.charCodeAt(te)!==47||(cn.length===0?cn+="..":cn+="/..");return cn.length>0?cn+C.slice(N+Re):(N+=Re,C.charCodeAt(N)===47&&++N,C.slice(N))},_makeLong:function(x){return x},dirname:function(x){if(b(x),x.length===0)return".";for(var C=x.charCodeAt(0),R=C===47,q=-1,j=!0,N=x.length-1;N>=1;--N)if((C=x.charCodeAt(N))===47){if(!j){q=N;break}}else j=!1;return q===-1?R?"/":".":R&&q===1?"//":x.slice(0,q)},basename:function(x,C){if(C!==void 0&&typeof C!="string")throw new TypeError('"ext" argument must be a string');b(x);var R,q=0,j=-1,N=!0;if(C!==void 0&&C.length>0&&C.length<=x.length){if(C.length===x.length&&C===x)return"";var $=C.length-1,V=-1;for(R=x.length-1;R>=0;--R){var Re=x.charCodeAt(R);if(Re===47){if(!N){q=R+1;break}}else V===-1&&(N=!1,V=R+1),$>=0&&(Re===C.charCodeAt($)?--$==-1&&(j=R):($=-1,j=V))}return q===j?j=V:j===-1&&(j=x.length),x.slice(q,j)}for(R=x.length-1;R>=0;--R)if(x.charCodeAt(R)===47){if(!N){q=R+1;break}}else j===-1&&(N=!1,j=R+1);return j===-1?"":x.slice(q,j)},extname:function(x){b(x);for(var C=-1,R=0,q=-1,j=!0,N=0,$=x.length-1;$>=0;--$){var V=x.charCodeAt($);if(V!==47)q===-1&&(j=!1,q=$+1),V===46?C===-1?C=$:N!==1&&(N=1):C!==-1&&(N=-1);else if(!j){R=$+1;break}}return C===-1||q===-1||N===0||N===1&&C===q-1&&C===R+1?"":x.slice(C,q)},format:function(x){if(x===null||typeof x!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof x);return(function(C,R){var q=R.dir||R.root,j=R.base||(R.name||"")+(R.ext||"");return q?q===R.root?q+j:q+"/"+j:j})(0,x)},parse:function(x){b(x);var C={root:"",dir:"",base:"",ext:"",name:""};if(x.length===0)return C;var R,q=x.charCodeAt(0),j=q===47;j?(C.root="/",R=1):R=0;for(var N=-1,$=0,V=-1,Re=!0,te=x.length-1,at=0;te>=R;--te)if((q=x.charCodeAt(te))!==47)V===-1&&(Re=!1,V=te+1),q===46?N===-1?N=te:at!==1&&(at=1):N!==-1&&(at=-1);else if(!Re){$=te+1;break}return N===-1||V===-1||at===0||at===1&&N===V-1&&N===$+1?V!==-1&&(C.base=C.name=$===0&&j?x.slice(1,V):x.slice($,V)):($===0&&j?(C.name=x.slice(1,N),C.base=x.slice(1,V)):(C.name=x.slice($,N),C.base=x.slice($,V)),C.ext=x.slice(N,V)),$>0?C.dir=x.slice(0,$-1):j&&(C.dir="/"),C},sep:"/",delimiter:":",win32:null,posix:null};M.posix=M,k.exports=M}},t={};function n(k){var b=t[k];if(b!==void 0)return b.exports;var O=t[k]={exports:{}};return e[k](O,O.exports,n),O.exports}n.d=(k,b)=>{for(var O in b)n.o(b,O)&&!n.o(k,O)&&Object.defineProperty(k,O,{enumerable:!0,get:b[O]})},n.o=(k,b)=>Object.prototype.hasOwnProperty.call(k,b),n.r=k=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(k,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(k,"__esModule",{value:!0})};var r={};let i;n.r(r),n.d(r,{URI:()=>v,Utils:()=>Rn}),typeof process=="object"?i=process.platform==="win32":typeof navigator=="object"&&(i=navigator.userAgent.indexOf("Windows")>=0);let o=/^\w[\w\d+.-]*$/,s=/^\//,a=/^\/\//;function c(k,b){if(!k.scheme&&b)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${k.authority}", path: "${k.path}", query: "${k.query}", fragment: "${k.fragment}"}`);if(k.scheme&&!o.test(k.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(k.path){if(k.authority){if(!s.test(k.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(a.test(k.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}}let u="",d="/",h=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class v{static isUri(b){return b instanceof v||!!b&&typeof b.authority=="string"&&typeof b.fragment=="string"&&typeof b.path=="string"&&typeof b.query=="string"&&typeof b.scheme=="string"&&typeof b.fsPath=="string"&&typeof b.with=="function"&&typeof b.toString=="function"}scheme;authority;path;query;fragment;constructor(b,O,M,x,C,R=!1){typeof b=="object"?(this.scheme=b.scheme||u,this.authority=b.authority||u,this.path=b.path||u,this.query=b.query||u,this.fragment=b.fragment||u):(this.scheme=(function(q,j){return q||j?q:"file"})(b,R),this.authority=O||u,this.path=(function(q,j){switch(q){case"https":case"http":case"file":j?j[0]!==d&&(j=d+j):j=d}return j})(this.scheme,M||u),this.query=x||u,this.fragment=C||u,c(this,R))}get fsPath(){return m(this,!1)}with(b){if(!b)return this;let{scheme:O,authority:M,path:x,query:C,fragment:R}=b;return O===void 0?O=this.scheme:O===null&&(O=u),M===void 0?M=this.authority:M===null&&(M=u),x===void 0?x=this.path:x===null&&(x=u),C===void 0?C=this.query:C===null&&(C=u),R===void 0?R=this.fragment:R===null&&(R=u),O===this.scheme&&M===this.authority&&x===this.path&&C===this.query&&R===this.fragment?this:new T(O,M,x,C,R)}static parse(b,O=!1){let M=h.exec(b);return M?new T(M[2]||u,X(M[4]||u),X(M[5]||u),X(M[7]||u),X(M[9]||u),O):new T(u,u,u,u,u)}static file(b){let O=u;if(i&&(b=b.replace(/\\/g,d)),b[0]===d&&b[1]===d){let M=b.indexOf(d,2);M===-1?(O=b.substring(2),b=d):(O=b.substring(2,M),b=b.substring(M)||d)}return new T("file",O,b,u,u)}static from(b){let O=new T(b.scheme,b.authority,b.path,b.query,b.fragment);return c(O,!0),O}toString(b=!1){return g(this,b)}toJSON(){return this}static revive(b){if(b){if(b instanceof v)return b;{let O=new T(b);return O._formatted=b.external,O._fsPath=b._sep===y?b.fsPath:null,O}}return b}}let y=i?1:void 0;class T extends v{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=m(this,!1)),this._fsPath}toString(b=!1){return b?g(this,!0):(this._formatted||(this._formatted=g(this,!1)),this._formatted)}toJSON(){let b={$mid:1};return this._fsPath&&(b.fsPath=this._fsPath,b._sep=y),this._formatted&&(b.external=this._formatted),this.path&&(b.path=this.path),this.scheme&&(b.scheme=this.scheme),this.authority&&(b.authority=this.authority),this.query&&(b.query=this.query),this.fragment&&(b.fragment=this.fragment),b}}let I={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function K(k,b,O){let M,x=-1;for(let C=0;C<k.length;C++){let R=k.charCodeAt(C);if(R>=97&&R<=122||R>=65&&R<=90||R>=48&&R<=57||R===45||R===46||R===95||R===126||b&&R===47||O&&R===91||O&&R===93||O&&R===58)x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M!==void 0&&(M+=k.charAt(C));else{M===void 0&&(M=k.substr(0,C));let q=I[R];q!==void 0?(x!==-1&&(M+=encodeURIComponent(k.substring(x,C)),x=-1),M+=q):x===-1&&(x=C)}}return x!==-1&&(M+=encodeURIComponent(k.substring(x))),M!==void 0?M:k}function W(k){let b;for(let O=0;O<k.length;O++){let M=k.charCodeAt(O);M===35||M===63?(b===void 0&&(b=k.substr(0,O)),b+=I[M]):b!==void 0&&(b+=k[O])}return b!==void 0?b:k}function m(k,b){let O;return O=k.authority&&k.path.length>1&&k.scheme==="file"?`//${k.authority}${k.path}`:k.path.charCodeAt(0)===47&&(k.path.charCodeAt(1)>=65&&k.path.charCodeAt(1)<=90||k.path.charCodeAt(1)>=97&&k.path.charCodeAt(1)<=122)&&k.path.charCodeAt(2)===58?b?k.path.substr(1):k.path[1].toLowerCase()+k.path.substr(2):k.path,i&&(O=O.replace(/\//g,"\\")),O}function g(k,b){let O=b?W:K,M="",{scheme:x,authority:C,path:R,query:q,fragment:j}=k;if(x&&(M+=x,M+=":"),(C||x==="file")&&(M+=d,M+=d),C){let N=C.indexOf("@");if(N!==-1){let $=C.substr(0,N);C=C.substr(N+1),N=$.lastIndexOf(":"),N===-1?M+=O($,!1,!1):(M+=O($.substr(0,N),!1,!1),M+=":",M+=O($.substr(N+1),!1,!0)),M+="@"}C=C.toLowerCase(),N=C.lastIndexOf(":"),N===-1?M+=O(C,!1,!0):(M+=O(C.substr(0,N),!1,!0),M+=C.substr(N))}if(R){if(R.length>=3&&R.charCodeAt(0)===47&&R.charCodeAt(2)===58){let N=R.charCodeAt(1);N>=65&&N<=90&&(R=`/${String.fromCharCode(N+32)}:${R.substr(3)}`)}else if(R.length>=2&&R.charCodeAt(1)===58){let N=R.charCodeAt(0);N>=65&&N<=90&&(R=`${String.fromCharCode(N+32)}:${R.substr(2)}`)}M+=O(R,!0,!1)}return q&&(M+="?",M+=O(q,!1,!1)),j&&(M+="#",M+=b?j:K(j,!1,!1)),M}function S(k){try{return decodeURIComponent(k)}catch{return k.length>3?k.substr(0,3)+S(k.substr(3)):k}}let Y=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function X(k){return k.match(Y)?k.replace(Y,(b=>S(b))):k}var st=n(975);let Ft=st.posix||st,an="/";var Rn;(function(k){k.joinPath=function(b,...O){return b.with({path:Ft.join(b.path,...O)})},k.resolvePath=function(b,...O){let M=b.path,x=!1;M[0]!==an&&(M=an+M,x=!0);let C=Ft.resolve(M,...O);return x&&C[0]===an&&!b.authority&&(C=C.substring(1)),b.with({path:C})},k.dirname=function(b){if(b.path.length===0||b.path===an)return b;let O=Ft.dirname(b.path);return O.length===1&&O.charCodeAt(0)===46&&(O=""),b.with({path:O})},k.basename=function(b){return Ft.basename(b.path)},k.extname=function(b){return Ft.extname(b.path)}})(Rn||(Rn={})),vl=r})();var{URI:gt,Utils:re}=vl;import{isBrowser as rb}from"@redocly/openapi-core";import{CONFIG_FILE_NAME as nb}from"@redocly/openapi-core";var ys={languageId:"yaml",filePattern:/\.ya?ml$/i},bs={languageId:"json",filePattern:/\.json$/i},hs=class{constructor(){this._fs=null;this._documentManager=null;this._findConfig=null;this._getRootWorkspaceFolderURI=null;this._scorecardStatus="pending";this.supportedLanguages=[ys,bs];this.registerConfigFinder(async t=>{if(this._fs)try{let n=re.resolvePath(re.dirname(Ue(t)),nb);return await this._fs.exists(n)?Oe(n.toString()):void 0}catch{return}}),this.registerRootWorkspaceFolderURIGetter(async()=>"")}registerFileSystemProvider(t){this._fs=t}registerDocumentsProvider(t){this._documentManager=t}registerConfigFinder(t){this._findConfig=t}registerRootWorkspaceFolderURIGetter(t){this._getRootWorkspaceFolderURI=t}registerRemoteScorecardAndPlugins(t){this._remoteScorecardAndPlugins=t}get remoteScorecardAndPlugins(){return this._remoteScorecardAndPlugins}get fs(){if(!this._fs)throw new Error("FileSystemProvider not registered.");return this._fs}get documents(){if(!this._documentManager)throw new Error("DocumentsProvider not registered.");return this._documentManager}get findConfig(){if(!this._findConfig)throw new Error("ConfigFinder not registered.");return this._findConfig}get getRootWorkspaceFolderURI(){if(!this._getRootWorkspaceFolderURI)throw new Error("RootWorkspaceFolderURIGetter not registered.");return this._getRootWorkspaceFolderURI}setScorecardStatus(t){this._scorecardStatus=t}get scorecardStatus(){return this._scorecardStatus}},de=new hs;function vs(e,t){let n=r=>re.resolvePath(Ue(Et(r))).toString();return n(e)===n(t)}function Ue(e){return gt.parse(e)}function Et(e){return e.startsWith("file://")?e:gt.file(e).toString()}function Oe(e){let t=gt.parse(e).fsPath;return rb&&t.startsWith("/")?t.slice(1):t}function gr(e){let t=["https","http"],{scheme:n}=gt.parse(e);return t.includes(n)}function mr(e){return re.basename(Ue(e))}async function Pl(e,t="/"){let n=re.resolvePath(Ue(t));for(;e.path!=="/";)try{(await de.fs.stat(re.resolvePath(n,e.path))).isDirectory()||(e=re.dirname(e));break}catch{e=re.dirname(e)}return e}import{BaseResolver as UP,Source as Jp,readFileFromUrl as WP,isAbsoluteUrl as Gs}from"@redocly/openapi-core";var ti=class e{constructor(t,n,r,i){this._uri=t,this._languageId=n,this._version=r,this._content=i,this._lineOffsets=void 0}get uri(){return this._uri}get languageId(){return this._languageId}get version(){return this._version}getText(t){if(t){let n=this.offsetAt(t.start),r=this.offsetAt(t.end);return this._content.substring(n,r)}return this._content}update(t,n){for(let r of t)if(e.isIncremental(r)){let i=Cl(r.range),o=this.offsetAt(i.start),s=this.offsetAt(i.end);this._content=this._content.substring(0,o)+r.text+this._content.substring(s,this._content.length);let a=Math.max(i.start.line,0),c=Math.max(i.end.line,0),u=this._lineOffsets,d=xl(r.text,!1,o);if(c-a===d.length)for(let v=0,y=d.length;v<y;v++)u[v+a+1]=d[v];else d.length<1e4?u.splice(a+1,c-a,...d):this._lineOffsets=u=u.slice(0,a+1).concat(d,u.slice(c+1));let h=r.text.length-(s-o);if(h!==0)for(let v=a+1+d.length,y=u.length;v<y;v++)u[v]=u[v]+h}else if(e.isFull(r))this._content=r.text,this._lineOffsets=void 0;else throw new Error("Unknown change event received");this._version=n}getLineOffsets(){return this._lineOffsets===void 0&&(this._lineOffsets=xl(this._content,!0)),this._lineOffsets}positionAt(t){t=Math.max(Math.min(t,this._content.length),0);let n=this.getLineOffsets(),r=0,i=n.length;if(i===0)return{line:0,character:t};for(;r<i;){let s=Math.floor((r+i)/2);n[s]>t?i=s:r=s+1}let o=r-1;return t=this.ensureBeforeEOL(t,n[o]),{line:o,character:t-n[o]}}offsetAt(t){let n=this.getLineOffsets();if(t.line>=n.length)return this._content.length;if(t.line<0)return 0;let r=n[t.line];if(t.character<=0)return r;let i=t.line+1<n.length?n[t.line+1]:this._content.length,o=Math.min(r+t.character,i);return this.ensureBeforeEOL(o,r)}ensureBeforeEOL(t,n){for(;t>n&&_l(this._content.charCodeAt(t-1));)t--;return t}get lineCount(){return this.getLineOffsets().length}static isIncremental(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range!==void 0&&(n.rangeLength===void 0||typeof n.rangeLength=="number")}static isFull(t){let n=t;return n!=null&&typeof n.text=="string"&&n.range===void 0&&n.rangeLength===void 0}},ni;(function(e){function t(i,o,s,a){return new ti(i,o,s,a)}e.create=t;function n(i,o,s){if(i instanceof ti)return i.update(o,s),i;throw new Error("TextDocument.update: document must be created by TextDocument.create")}e.update=n;function r(i,o){let s=i.getText(),a=Ps(o.map(ib),(d,h)=>{let v=d.range.start.line-h.range.start.line;return v===0?d.range.start.character-h.range.start.character:v}),c=0,u=[];for(let d of a){let h=i.offsetAt(d.range.start);if(h<c)throw new Error("Overlapping edit");h>c&&u.push(s.substring(c,h)),d.newText.length&&u.push(d.newText),c=i.offsetAt(d.range.end)}return u.push(s.substr(c)),u.join("")}e.applyEdits=r})(ni||(ni={}));function Ps(e,t){if(e.length<=1)return e;let n=e.length/2|0,r=e.slice(0,n),i=e.slice(n);Ps(r,t),Ps(i,t);let o=0,s=0,a=0;for(;o<r.length&&s<i.length;)t(r[o],i[s])<=0?e[a++]=r[o++]:e[a++]=i[s++];for(;o<r.length;)e[a++]=r[o++];for(;s<i.length;)e[a++]=i[s++];return e}function xl(e,t,n=0){let r=t?[n]:[];for(let i=0;i<e.length;i++){let o=e.charCodeAt(i);_l(o)&&(o===13&&i+1<e.length&&e.charCodeAt(i+1)===10&&i++,r.push(n+i+1))}return r}function _l(e){return e===13||e===10}function Cl(e){let t=e.start,n=e.end;return t.line>n.line||t.line===n.line&&t.character>n.character?{start:n,end:t}:e}function ib(e){let t=Cl(e.range);return t!==e.range?{newText:e.newText,range:t}:e}var gi=qe(qn(),1),Gp=new Map;function Qp(e,t){return Gp.set(e,t)}function Ks(e){let t=[];for(let[n,r]of Gp.entries())r.dependencyPaths.has(e)&&t.push({documentPath:n,durationMS:r.durationMS});return t}async function Qe(e){let t=de.documents.get(e);if(t)return t;let n=await de.fs.readFile(Ue(e),"utf-8");return ni.create(e,"yaml",1,n)}function Pr(e){return bs.filePattern.test(e)}function mi(e){return ys.filePattern.test(e)}function gn({uri:e,ast:t,textDocument:n}){if(!(mi(e)&&/entit(y|ies)\.ya?ml$/i.test(e)))return!1;if(n){let i=n.getText();t=gi.safeLoad(i,{filename:e})}if(t?.kind===gi.Kind.MAP){let i=["openapi","swagger","asyncapi","arazzo"];for(let o of t.mappings){let s=o.key?.value;if(i.includes(s))return!1}}return!0}var yt=class extends UP{resolveExternalRef(t,n){return Gs(n)?n:t&&Gs(t)?new URL(n,t).href:t?re.resolvePath(re.dirname(Ue(Et(t))),n).toString():n}async loadExternalRef(t){if(gr(t)){let{body:i,mimeType:o}=await WP(t,{...this.config.http,customFetch:fetch});return new Jp(t,i,o)}let n=Et(t),r=Gs(t)?Oe(t):t;return new Jp(r,(await Qe(n)).getText())}};var Ot;async function hi(e,t){try{let n=new yt,r=e?await de.findConfig(e):void 0;if(r===void 0){let i=await BP(r,n);return Ot=await Xp(zP,{externalRefResolver:n,ignore:i}),Ot}Ot=await HP({configPath:r,externalRefResolver:n})}catch(n){t?.createEventHandleLoadConfigError?.(n?.message),Ot=await Xp({})}return Ot}async function On(e){return Ot||await hi(e)}async function mn(e){return await Qs(e)?!0:!!Ot?.resolvedRefMap&&[...Ot.resolvedRefMap.keys()].map(n=>n.split("::")?.[1]?.split("#")[0]).some(n=>vs(mr(Et(e)),n))}async function Qs(e){let t=await de.findConfig(e);return t?vs(e,t):!1}function YP(e){return e.endsWith($P)}var dd={hide:{type:"boolean",default:!1},component:{type:"string",enum:["radio","checkbox"],default:"checkbox"},label:{type:"string"},items:{type:"array",items:{type:"string"}}},xr={type:"object",properties:dd,additionalProperties:!1},VP={type:"object",properties:{hide:{type:"boolean",default:!1},label:{type:"string"},placeholder:{type:"string"}},additionalProperties:!1},_r={type:"object",properties:{hide:{type:"boolean",default:!1},type:{type:"string",enum:["rating","sentiment","comment","reasons","mood","scale"],default:"sentiment"},settings:{type:"object",properties:{label:{type:"string"},submitText:{type:"string"},buttonText:{type:"string"},component:{type:"string",enum:["radio","checkbox"],default:"checkbox"},items:{type:"array",items:{type:"string"},minItems:1},leftScaleLabel:{type:"string"},rightScaleLabel:{type:"string"},reasons:{type:"object",properties:{...dd,like:xr,dislike:xr,satisfied:xr,neutral:xr,dissatisfied:xr},additionalProperties:!1},comment:{type:"object",properties:{hide:{type:"boolean",default:!1},label:{type:"string"},likeLabel:{type:"string"},dislikeLabel:{type:"string"},satisfiedLabel:{type:"string"},neutralLabel:{type:"string"},dissatisfiedLabel:{type:"string"}},additionalProperties:!1},optionalEmail:VP},additionalProperties:!1}},additionalProperties:!1},KP={type:"object",properties:{languages:{type:"array",items:{type:"object",properties:{lang:{type:"string",examples:["curl","JavaScript","Node.js","Python","Java8+Apache","Java","C#","C#+Newtonsoft","PHP","Go","Ruby","R","Payload"]},label:{type:"string"},options:{type:"object",properties:{indent:{type:"string"},withImports:{type:"boolean"},withComments:{type:"boolean"},binary:{type:"boolean"},credentials:{type:"string",enum:["omit","same-origin","include"]}},additionalProperties:!1}},required:["lang"],additionalProperties:!1}},skipOptionalParameters:{type:"boolean"},withOAuth2Call:{type:"boolean"}},additionalProperties:!1},ta={type:"array",items:{type:"object",properties:{title:{type:"string"},url:{type:"string"}},required:["url"],additionalProperties:!1}},xi={type:"object",properties:{licenseKey:{type:"string"},hideLoading:{type:"boolean"},disableRouter:{type:"boolean"},hideSidebar:{type:"boolean"},feedback:_r,hideReplay:{type:"boolean"},oAuth2RedirectURI:{type:"string",nullable:!0},corsProxyUrl:{type:"string"},sortRequiredPropsFirst:{type:"boolean"},sanitize:{type:"boolean"},hideDownloadButtons:{type:"boolean"},downloadUrls:ta,onlyRequiredInSamples:{type:"boolean"},generatedSamplesMaxDepth:{oneOf:[{type:"number"},{type:"string"}]},showExtensions:{oneOf:[{type:"boolean"},{type:"string"},{type:"array",items:{type:"string"}}]},hideSchemaTitles:{type:"boolean"},jsonSamplesExpandLevel:{oneOf:[{type:"number"},{type:"string"}]},schemasExpansionLevel:{oneOf:[{type:"number"},{type:"string"}]},mockServer:{type:"object",properties:{url:{type:"string"},position:{type:"string",enum:["first","last","replace","off"]},description:{type:"string"}}},maxDisplayedEnumValues:{type:"number"},schemaDefinitionsTagName:{type:"string"},layout:{type:"string",enum:["stacked","three-panel"]},hideInfoMetadata:{type:"boolean"},events:{type:"object"},skipBundle:{type:"boolean"},routingBasePath:{type:"string"},codeSamples:KP,ignoreNamedSchemas:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},hidePropertiesPrefix:{type:"boolean"},excludeFromSearch:{type:"boolean"},showSchemaCatalogLinks:{type:"boolean"}},additionalProperties:!1},Mn={type:"object",properties:{includeByName:{type:"array",items:{type:"string"}},excludeByName:{type:"array",items:{type:"string"}}},additionalProperties:!1},GP={type:"object",properties:{name:{type:"string"},items:Mn,queries:Mn,mutations:Mn,subscriptions:Mn,types:Mn,directives:Mn},required:["name"],additionalProperties:!1},QP={type:"object",properties:{requireExactGroups:{type:"boolean"},groups:{type:"array",items:GP},otherItemsGroupName:{type:"string"}},required:["requireExactGroups","groups","otherItemsGroupName"],additionalProperties:!1},JP={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},email:{type:"string",format:"email"}},additionalProperties:!1},XP={type:"object",properties:{name:{type:"string"},url:{type:"string",format:"uri"},identifier:{type:"string"}},additionalProperties:!1},ZP={type:"object",properties:{title:{type:"string"},version:{type:"string"},description:{type:"string"},termsOfService:{type:"string",format:"uri"},contact:JP,license:XP},additionalProperties:!1},_i={type:"object",properties:{menu:{type:"object",properties:{...QP.properties},additionalProperties:!1},sidebar:{type:"object",properties:{hide:{type:"boolean"}}},downloadUrls:ta,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},licenseKey:{type:"string"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:_r,layout:{type:"string",enum:["stacked","three-panel"]},showBuiltInScalars:{type:"boolean"},showBuiltInDirectives:{type:"boolean"},info:ZP},additionalProperties:!1},ex={type:"object",properties:{downloadUrls:ta,apiLogo:{type:"object",properties:{imageUrl:{type:"string"},href:{type:"string"},altText:{type:"string"},backgroundColor:{type:"string"}}},jsonSamplesDepth:{type:"number"},samplesMaxInlineArgs:{type:"number"},fieldExpandLevel:{type:"number"},baseUrlPath:{type:"string"},metadata:{type:"object",properties:{apiId:{type:"string"}},additionalProperties:!0},feedback:_r,layout:{type:"string",enum:["stacked","three-panel"]}},additionalProperties:!1},tx={type:"object",properties:{label:{type:"string"},lang:{enum:["curl","C#","Go","Java","Java8+Apache","JavaScript","Node.js","PHP","Python","R","Ruby"]}},required:["lang"]},nx={type:"object",properties:{enum:{type:"string"},enumSingleValue:{type:"string"},enumArray:{type:"string"},default:{type:"string"},deprecated:{type:"string"},example:{type:"string"},examples:{type:"string"},nullable:{type:"string"},recursive:{type:"string"},arrayOf:{type:"string"},webhook:{type:"string"},authorizations:{type:"string"},tryItAuthBasicUsername:{type:"string"},tryItAuthBasicPassword:{type:"string"}}},Zp={type:"object",properties:{label:{type:"string"},link:{type:"string"},target:{type:"string"}},required:["label","link"]},rx={type:"object",properties:{beforeInfo:{type:"array",items:Zp},end:{type:"array",items:Zp}}},hn={type:"object",properties:{main:{type:"string"},light:{type:"string"},dark:{type:"string"},contrastText:{type:"string"}}},yi={type:"object",properties:{backgroundColor:{type:"string"},borderColor:{type:"string"},color:{type:"string"},tabTextColor:{type:"string"}}},ix={type:"object",properties:Si(hn.properties,["light","dark"])},ox={type:"object",properties:{basic:{type:"string"},delete:{type:"string"},get:{type:"string"},head:{type:"string"},link:{type:"string"},options:{type:"string"},patch:{type:"string"},post:{type:"string"},put:{type:"string"}}},sx={type:"object",properties:{error:yi,info:yi,redirect:yi,success:yi}},ax={type:"object",properties:jn(hn.properties,["dark"])},cx={type:"object",properties:{primary:{type:"string"},secondary:{type:"string"},light:{type:"string"}}},ux={type:"object",properties:{accent:hn,border:ix,error:hn,http:ox,primary:hn,responses:sx,secondary:ax,success:hn,text:cx,tonalOffset:{type:"number"},warning:hn}},bi={type:"object",properties:{fontSize:{type:"string"},padding:{type:"string"},minWidth:{type:"string"}}},lx={type:"object",properties:{small:bi,medium:bi,large:bi,xlarge:bi}},Ct={type:"object",properties:{fontFamily:{type:"string"},fontSize:{type:"string"},fontWeight:{type:"string"},lineHeight:{type:"string"}}},px={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},hoverStyle:{type:"string"},boxShadow:{type:"string"},hoverBoxShadow:{type:"string"},sizes:lx}},ed={type:"object",properties:Si(Ct.properties,["fontSize","lineHeight"])},dx={type:"object",properties:{medium:ed,small:ed}},fx={type:"object",properties:{...jn(Ct.properties,["fontSize","lineHeight"]),borderRadius:{type:"string"},color:{type:"string"},sizes:dx}},gx={type:"object",properties:{top:{type:"string"},width:{type:"string"},height:{type:"string"}}},mx={type:"object",properties:{borderRadius:{type:"string"},backgroundColor:{type:"string"}}},td={type:"object",properties:{fullWidth:{type:"boolean"}}},hx={type:"object",properties:{buttons:px,httpBadges:fx,layoutControls:gx,panels:mx,tryItButton:td,tryItSendButton:td}},Ci={type:"object",properties:{small:{type:"string"},medium:{type:"string"},large:{type:"string"}}},yx={type:"object",properties:{maxWidth:Ci}},bx={type:"object",properties:{maxWidth:Ci,middlePanelMaxWidth:Ci}},vx={type:"object",properties:{showDarkRightPanel:{type:"boolean"},stacked:yx,"three-panel":bx}},nd={type:"object",properties:{backgroundColor:{type:"string"},border:{type:"string"}}},Px={type:"object",properties:{breakFieldNames:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},constraints:nd,defaultDetailsWidth:{type:"string"},examples:nd,labelsTextSize:{type:"string"},linesColor:{type:"string"},nestedBackground:{type:"string"},nestingSpacing:{type:"string"},requireLabelColor:{type:"string"},typeNameColor:{type:"string"},typeTitleColor:{type:"string"}}},fd={type:"object",properties:{subItemsColor:{type:"string"},textTransform:{type:"string"},fontWeight:{type:"string"}}},xx={type:"object",properties:Si(fd.properties,["textTransform"])},_x={type:"object",properties:{unit:{type:"number"},paddingHorizontal:{type:"string"},paddingVertical:{type:"string"},offsetTop:{type:"string"},offsetLeft:{type:"string"},offsetNesting:{type:"string"}}},Cx={type:"object",properties:{...jn(Ct.properties,["fontWeight","lineHeight"]),activeBgColor:{type:"string"},activeTextColor:{type:"string"},backgroundColor:{type:"string"},borderRadius:{type:"string"},breakPath:{type:"boolean"},caretColor:{type:"string"},caretSize:{type:"string"},groupItems:fd,level1items:xx,rightLineColor:{type:"string"},separatorLabelColor:{type:"string"},showAtBreakpoint:{type:"string"},spacing:_x,textColor:{type:"string"},width:{type:"string"}}},vi={type:"object",properties:{...Ct.properties,color:{type:"string"},transform:{type:"string"}}},Dx={type:"object",properties:{...Ct.properties,backgroundColor:{type:"string"},color:{type:"string"},wordBreak:{type:"string",enum:["break-all","break-word","keep-all","normal","revert","unset","inherit","initial"]},wrap:{type:"boolean"}}},Rx={type:"object",properties:jn(Ct.properties,["fontSize"])},Tx={type:"object",properties:{color:{type:"string"},hover:{type:"string"},textDecoration:{type:"string"},hoverTextDecoration:{type:"string"},visited:{type:"string"}}},wx={type:"object",properties:{code:Dx,fieldName:Ct,...Si(Ct.properties,["fontSize","fontFamily"]),fontWeightBold:{type:"string"},fontWeightLight:{type:"string"},fontWeightRegular:{type:"string"},heading1:vi,heading2:vi,heading3:vi,headings:Rx,lineHeight:{type:"string"},links:Tx,optimizeSpeed:{type:"boolean"},rightPanelHeading:vi,smoothing:{type:"string",enum:["auto","none","antialiased","subpixel-antialiased","grayscale"]}}},Sx={type:"object",properties:{color:{type:"string"},...jn(Ct.properties,["fontWeight"])}},kx={type:"object",properties:{backgroundColor:{type:"string"},borderRadius:{type:"string"},tokens:Sx}},Ax={type:"object",properties:{gutter:{type:"string"},maxHeight:{type:"string"},maxWidth:{type:"string"}}},Ex={type:"object",properties:{backgroundColor:{type:"string"},color:{type:"string"}}},rd={type:"object",properties:{custom:{type:"string"}}},Nx={type:"object",properties:{DownloadButton:rd,NextSectionButton:rd}},qx={type:"object",properties:{backgroundColor:{type:"string"},panelBackgroundColor:{type:"string"},panelControlsBackgroundColor:{type:"string"},showAtBreakpoint:{type:"string"},textColor:{type:"string"},width:{type:"string"}}},Ox={type:"object",properties:{borderRadius:{type:"string"}}},Mx={type:"object",properties:{sectionHorizontal:{type:"number"},sectionVertical:{type:"number"},unit:{type:"number"}}},jx={type:"object",properties:{breakpoints:Ci,codeBlock:kx,colors:ux,components:hx,layout:vx,logo:Ax,fab:Ex,overrides:Nx,rightPanel:qx,schema:Px,shape:Ox,sidebar:Cx,spacing:Mx,typography:wx,links:{properties:{color:{type:"string"}}},codeSample:{properties:{backgroundColor:{type:"string"}}}}},Lx={type:"object",properties:{skipOptionalParameters:{type:"boolean"},languages:{type:"array",items:tx}},required:["languages"]},gd={type:"object",properties:{theme:jx,ctrlFHijack:{type:"boolean"},defaultSampleLanguage:{type:"string"},disableDeepLinks:{type:"boolean"},disableSearch:{type:"boolean"},disableSidebar:{type:"boolean"},downloadDefinitionUrl:{type:"string"},expandDefaultServerVariables:{type:"boolean"},enumSkipQuotes:{type:"boolean"},expandDefaultRequest:{type:"boolean"},expandDefaultResponse:{type:"boolean"},expandResponses:{type:"string"},expandSingleSchemaField:{type:"boolean"},generateCodeSamples:Lx,generatedPayloadSamplesMaxDepth:{type:"number"},hideDownloadButton:{type:"boolean"},hideHostname:{type:"boolean"},hideInfoSection:{type:"boolean"},hideLogo:{type:"boolean"},hideRequestPayloadSample:{type:"boolean"},hideRightPanel:{type:"boolean"},hideSchemaPattern:{type:"boolean"},hideSingleRequestSampleTab:{type:"boolean"},hideSecuritySection:{type:"boolean"},hideTryItPanel:{type:"boolean"},hideFab:{type:"boolean"},hideOneOfDescription:{type:"boolean"},htmlTemplate:{type:"string"},jsonSampleExpandLevel:{oneOf:[{type:"number",minimum:1},{type:"string"}]},labels:nx,menuToggle:{type:"boolean"},nativeScrollbars:{type:"boolean"},noAutoAuth:{type:"boolean"},onDeepLinkClick:{type:"object"},pagination:{enum:["none","section","item"]},pathInMiddlePanel:{type:"boolean"},payloadSampleIdx:{type:"number",minimum:0},requiredPropsFirst:{type:"boolean"},routingStrategy:{type:"string"},samplesTabsMaxCount:{type:"number"},schemaExpansionLevel:{oneOf:[{type:"number",minimum:0},{type:"string"}]},minCharacterLengthToInitSearch:{type:"number",minimum:1},maxResponseHeadersToShowInTryIt:{type:"number",minimum:0},scrollYOffset:{oneOf:[{type:"number"},{type:"string"}]},searchAutoExpand:{type:"boolean"},searchFieldLevelBoost:{type:"number",minimum:0},searchMaxDepth:{type:"number",minimum:1},searchMode:{type:"string",enum:["default","path-only"]},searchOperationTitleBoost:{type:"number"},searchTagTitleBoost:{type:"number"},sendXUserAgentInTryIt:{type:"boolean"},showChangeLayoutButton:{type:"boolean"},showConsole:{type:"boolean"},showNextButton:{type:"boolean"},showRightPanelToggle:{type:"boolean"},showSecuritySchemeType:{type:"boolean"},showWebhookVerb:{type:"boolean"},showObjectSchemaExamples:{type:"boolean"},disableTryItRequestUrlEncoding:{type:"boolean"},sidebarLinks:rx,sideNavStyle:{type:"string",enum:["summary-only","path-first","id-only","path-only"]},simpleOneOfTypeLabel:{type:"boolean"},sortEnumValuesAlphabetically:{type:"boolean"},sortOperationsAlphabetically:{type:"boolean"},sortPropsAlphabetically:{type:"boolean"},sortTagsAlphabetically:{type:"boolean"},suppressWarnings:{type:"boolean"},unstable_externalDescription:{type:"boolean"},unstable_ignoreMimeParameters:{type:"boolean"},untrustedDefinition:{type:"boolean"},showAccessMode:{type:"boolean"},preserveOriginalExtensionsName:{type:"boolean"},markdownHeadingsAnchorLevel:{type:"number"}},additionalProperties:!1};function Si(e,t){return Object.fromEntries(t.filter(n=>n in e).map(n=>[n,e[n]]))}function jn(e,t){return Object.fromEntries(Object.entries(e).filter(([n])=>!t.includes(n)))}var bt={nodeTypeName:void 0,type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object"}]},description:"The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/rules#rules"};var Ix={rules:bt,oas2Rules:bt,oas3_0Rules:bt,oas3_1Rules:bt,oas3_2Rules:bt,async2Rules:bt,async3Rules:bt,arazzo1Rules:bt,overlay1Rules:bt,openrpc1Rules:bt};var vt={nodeTypeName:void 0,type:"object",additionalProperties:!0},Fx={preprocessors:vt,oas2Preprocessors:vt,oas3_0Preprocessors:vt,oas3_1Preprocessors:vt,oas3_2Preprocessors:vt,async2Preprocessors:vt,async3Preprocessors:vt,arazzo1Preprocessors:vt,overlay1Preprocessors:vt,openrpc1Preprocessors:vt},Pt={nodeTypeName:void 0,type:"object",additionalProperties:!0};var Ux={decorators:Pt,oas2Decorators:Pt,oas3_0Decorators:Pt,oas3_1Decorators:Pt,oas3_2Decorators:Pt,async2Decorators:Pt,async3Decorators:Pt,arazzo1Decorators:Pt,overlay1Decorators:Pt,openrpc1Decorators:Pt},Wx={nodeTypeName:void 0,type:"array",items:{type:"string"},description:"Use extends to inherit rules and their configurations from other rulesets.",documentationLink:"https://redocly.com/docs/cli/configuration/reference/extends"},ki={...Ix,...Ux,...Fx,extends:Wx},md=e=>e,_t=md({RedirectSource:"RedirectSource",Redirects:"Redirects",ScorecardClassic:"ScorecardClassic",ScorecardClassicLevelList:"ScorecardClassicLevelList",ScorecardClassicLevel:"ScorecardClassicLevel",ScorecardClassicTargetList:"ScorecardClassicTargetList",ScorecardClassicTarget:"ScorecardClassicTarget",ScorecardClassicTargetWhere:"ScorecardClassicTargetWhere",ScorecardClassicTargetWhereMetadata:"ScorecardClassicTargetWhereMetadata",ScorecardClassicTeamMetadataProperty:"ScorecardClassicTeamMetadataProperty"}),we={type:"object",properties:{hide:{type:"boolean"}},additionalProperties:!1},id={type:"object",properties:{src:{type:"string"},async:{type:"boolean"},crossorigin:{type:"string"},defer:{type:"boolean"},fetchpriority:{type:"string"},integrity:{type:"string"},module:{type:"boolean"},nomodule:{type:"boolean"},nonce:{type:"string"},referrerpolicy:{type:"string"},type:{type:"string"}},required:["src"],additionalProperties:!0},Js={type:"object",properties:{page:{type:"string"},directory:{type:"string"},disconnect:{type:"boolean",default:!1},group:{type:"string"},label:{type:"string"},href:{type:"string"},external:{type:"boolean"},labelTranslationKey:{type:"string"},groupTranslationKey:{type:"string"},icon:{oneOf:[{type:"string"},{type:"object",properties:{srcSet:{type:"string"}},required:["srcSet"]}]},separator:{type:"string"},separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"],default:"top"},version:{type:"string"},menuStyle:{type:"string",enum:["drilldown"]},expanded:{type:"string",const:"always"},selectFirstItemOnExpand:{type:"boolean"},flatten:{type:"boolean"},linkedSidebars:{type:"array",items:{type:"string"}},items:{type:"array",items:{type:"object",additionalProperties:!0}},rbac:{type:"object",additionalProperties:{type:"string"}},additionalProps:{type:"object",additionalProperties:!0}}},na={type:"array",items:{...Js,properties:{...Js.properties,items:{type:"array",items:Js}}}},Hx={type:"object",properties:{name:{type:"string"},icon:{type:"string"},folder:{type:"string"}},additionalProperties:!1,required:["name","folder"]},Bx={type:"object",properties:{hide:{type:"boolean",default:!1},suggestions:{default:[],type:"array",items:{type:"string"}},prompt:{type:"string"}},additionalProperties:!1},zx={type:"array",items:{type:"object",required:["name","field","type"],properties:{name:{type:"string"},field:{type:"string"},type:{type:"string",enum:["multi-select","select","tags"]}},additionalProperties:!1}},$x={type:"object",properties:{facets:zx,...we.properties},additionalProperties:!1},Yx={type:"object",properties:{page:{type:"string"},label:{type:"string"},labelTranslationKey:{type:"string"}},required:["page"]},hd={type:"object",properties:{image:{type:"string"},srcSet:{type:"string"},altText:{type:"string"},link:{type:"string"},favicon:{type:"string"}},additionalProperties:!1},yd={type:"object",properties:{items:na,...we.properties},additionalProperties:!1},bd={type:"object",additionalProperties:Hx},vd={type:"object",properties:{items:na,copyrightText:{type:"string"},logo:we,...we.properties},additionalProperties:!1},Pd={type:"object",properties:{separatorLine:{type:"boolean"},linePosition:{type:"string",enum:["top","bottom"],default:"bottom"},...we.properties},additionalProperties:!1},xd={type:"object",properties:{head:{type:"array",items:id},body:{type:"array",items:id}},additionalProperties:!1},_d={type:"array",items:{type:"object",properties:{href:{type:"string"},as:{type:"string"},crossorigin:{type:"string"},fetchpriority:{type:"string"},hreflang:{type:"string"},imagesizes:{type:"string"},imagesrcset:{type:"string"},integrity:{type:"string"},media:{type:"string"},prefetch:{type:"string"},referrerpolicy:{type:"string"},rel:{type:"string"},sizes:{type:"string"},title:{type:"string"},type:{type:"string"}},required:["href"],additionalProperties:!0}},Cd={type:"object",properties:{engine:{type:"string",enum:["flexsearch","typesense"],default:"flexsearch"},ai:Bx,filters:$x,placement:{type:"string",default:"navbar"},shortcuts:{type:"array",items:{type:"string"},default:["\u2318+K,ctrl+K"]},suggestedPages:{type:"array",items:Yx},...we.properties},additionalProperties:!1},Dd={type:"object",properties:{hide:{type:"boolean"},suggestions:{default:[],type:"array",items:{type:"string"}},prompt:{type:"string"},trigger:{type:"object",properties:{hide:{type:"boolean",default:!1},inputType:{type:"string",enum:["button","icon"],default:"button"},inputIcon:{type:"string",enum:["chat","sparkles","redocly"],default:"sparkles"}},additionalProperties:!1}},additionalProperties:!1},Rd={type:"object",properties:{ignoreDetection:{type:"boolean"},modes:{type:"array",items:{type:"string"},default:["light","dark"]},...we.properties},additionalProperties:!1},ra={type:"string",enum:["slate","pink","coral","amber","jade","cyan","ocean","indigo","iris"]},Vx={type:"object",properties:{...we.properties,items:{type:"array",items:{type:"string",enum:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]},default:["copy","view","chatgpt","claude","docs-mcp-cursor","docs-mcp-vscode"]}},additionalProperties:!1},Td={type:"object",properties:{nextButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1,default:{}},previousButton:{type:"object",properties:{text:{type:"string"},...we.properties},additionalProperties:!1,default:{}},actions:Vx},additionalProperties:!1},wd={type:"object",properties:{elementFormat:{type:"string",default:"icon"},copy:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}},report:{type:"object",properties:{tooltipText:{type:"string"},buttonText:{type:"string"},label:{type:"string"},...we.properties},additionalProperties:!1,default:{hide:!1}},expand:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}},collapse:{type:"object",properties:{...we.properties},additionalProperties:!1,default:{hide:!1}}},additionalProperties:!1},Sd={type:"object",properties:{frontMatterKeysToResolve:{type:"array",items:{type:"string"},default:["image","links"]},partialsFolders:{type:"array",items:{type:"string"},default:["**/_partials/**"]},lastUpdatedBlock:{type:"object",properties:{format:{type:"string",enum:["timeago","iso","long","short"],default:"timeago"},locale:{type:"string"},...we.properties},additionalProperties:!1,default:{}},toc:{type:"object",properties:{header:{type:"string",default:"On this page"},depth:{type:"integer",default:3,minimum:1},...we.properties},additionalProperties:!1,default:{}},editPage:{type:"object",properties:{baseUrl:{type:"string"},...we.properties},additionalProperties:!1,default:{}}},additionalProperties:!1,default:{}},Di={...xi,properties:{...xi.properties,...gd.properties}},LT={...xi,properties:{...xi.properties,...gd.properties}},Kx={type:"object",properties:{includeInDevelopment:{type:"boolean"},scriptUrl:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["scriptUrl"]},Gx={type:"object",properties:{includeInDevelopment:{type:"boolean"},apiKey:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},outboundClickEventName:{type:"string"},pageViewEventName:{type:"string"},amplitudeConfig:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["apiKey"]},Qx={type:"object",properties:{includeInDevelopment:{type:"boolean"},orgId:{type:"string"}},additionalProperties:!1,required:["orgId"]},Jx={type:"object",properties:{includeInDevelopment:{type:"boolean"},appId:{type:"string"}},additionalProperties:!1,required:["appId"]},Xx={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},dataPlaneUrl:{type:"string"},controlPlaneUrl:{type:"string"},sdkUrl:{type:"string"},loadOptions:{type:"object",additionalProperties:!0}},additionalProperties:!1,required:["writeKey"]},Zx={type:"object",properties:{includeInDevelopment:{type:"boolean"},writeKey:{type:"string",minLength:10},trackPage:{type:"boolean"},includeTitleInPageCall:{type:"boolean"},host:{type:"string"}},additionalProperties:!1,required:["writeKey"]},e0={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},gtmAuth:{type:"string"},gtmPreview:{type:"string"},defaultDataLayer:{},dataLayerName:{type:"string"},enableWebVitalsTracking:{type:"boolean"},selfHostedOrigin:{type:"string"},pageViewEventName:{type:"string"}},additionalProperties:!1,required:["trackingId"]},kd={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},optimizeId:{type:"string"},exclude:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["trackingId"]},t0={type:"object",properties:{includeInDevelopment:{type:"boolean"},trackingId:{type:"string"},conversionId:{type:"string"},floodlightId:{type:"string"},head:{type:"boolean"},respectDNT:{type:"boolean"},exclude:{type:"array",items:{type:"string"}},optimizeId:{type:"string"},anonymizeIp:{type:"boolean"},cookieExpires:{type:"number"},trackers:{type:"object",additionalProperties:kd}},additionalProperties:!1,required:["trackingId"]},Ad={type:"object",properties:{adobe:Kx,amplitude:Gx,fullstory:Qx,heap:Jx,rudderstack:Xx,segment:Zx,gtm:e0,ga:t0}},Ed={type:"object",properties:{items:{type:"array",items:{type:"object",properties:{label:{type:"string"},external:{type:"boolean"},link:{type:"string"},separatorLine:{type:"boolean"}},additionalProperties:!0},default:[]},hideLoginButton:{type:"boolean"},...we.properties},additionalProperties:!1},Nd={type:"object",properties:{hide:{type:"boolean"},showForUnversioned:{type:"boolean"}}},qd={type:"object",properties:{hide:{type:"boolean"},prefixItems:{type:"array",items:{type:"object",properties:{label:{type:"string"},labelTranslationKey:{type:"string"},page:{type:"string"},icon:{type:"string"}},additionalProperties:!1,default:{}}}},additionalProperties:!1},n0={type:"object",additionalProperties:!1,required:["title","property"],properties:{type:{type:"string",enum:["select","checkboxes","date-range"],default:"checkboxes"},title:{type:"string"},titleTranslationKey:{type:"string"},property:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}},missingCategoryName:{type:"string"},missingCategoryNameTranslationKey:{type:"string"},options:{type:"array",items:{type:"string"}}}},r0={type:"object",additionalProperties:!0,required:["slug","items"],properties:{show:{type:"boolean"},slug:{type:"string"},filters:{type:"array",items:n0},groupByFirstFilter:{type:"boolean"},filterValuesCasing:{type:"string",enum:["sentence","original","lowercase","uppercase"]},items:na,requiredPermission:{type:"string"},separateVersions:{type:"boolean"},title:{type:"string"},titleTranslationKey:{type:"string"},description:{type:"string"},descriptionTranslationKey:{type:"string"}}},Ri={type:"object",patternProperties:{".*":r0}},Ti={nodeTypeName:_t.ScorecardClassic,description:"Add and create sets of rules and test your API description files against them. With these rules you can maintain quality across your existing APIs and ensure that newly-added or updated APIs match your criteria. An API scorecard can include multiple sets of rules, corresponding to different quality levels.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic",type:"object",additionalProperties:!0,required:[],properties:{ignoreNonCompliant:{type:"boolean",default:!1},teamMetadataProperty:{nodeTypeName:_t.ScorecardClassicTeamMetadataProperty,description:"Provide custom team label and team metadata property.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#team-metadata-object",type:"object",properties:{property:{type:"string"},label:{type:"string"},default:{type:"string"}}},levels:{nodeTypeName:_t.ScorecardClassicLevelList,description:"List of levels to score against.",type:"array",items:{nodeTypeName:_t.ScorecardClassicLevel,documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#level-object",type:"object",required:["name"],properties:{name:{type:"string"},color:{type:"string"},...ki},additionalProperties:!1}},targets:{nodeTypeName:_t.ScorecardClassicTargetList,description:"Provide custom `minimumLevel` for specific targets.",type:"array",items:{nodeTypeName:_t.ScorecardClassicTarget,type:"object",required:["where"],properties:{minimumLevel:{type:"string"},rules:{type:"object",additionalProperties:!0},where:{nodeTypeName:_t.ScorecardClassicTargetWhere,description:"Specify which API descriptions to apply the `minimumLevel` to based on the metadata.",documentationLink:"https://redocly.com/docs/realm/config/scorecard-classic#where-object",type:"object",required:["metadata"],properties:{metadata:{nodeTypeName:_t.ScorecardClassicTargetWhereMetadata,type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1}},additionalProperties:!1}},ignore:{type:"array",items:{type:"string"}},fromProjectUrl:{type:"string",format:"uri"}}},i0={type:"object",required:["key"],properties:{key:{type:"string"}},additionalProperties:!1},o0={type:"object",required:["type"],properties:{type:{type:"string"}},additionalProperties:!1},s0={type:"object",required:["property","title"],properties:{property:{type:"string"},hide:{type:"boolean"},label:{type:"string"},options:{type:"array",items:{type:"string"}},type:{type:"string",enum:["select","checkboxes","date-range"],default:"checkboxes"},title:{type:"string"},titleTranslationKey:{type:"string"},parentFilter:{type:"string"},valuesMapping:{type:"object",additionalProperties:{type:"string"}}},additionalProperties:!1},Mt={type:"object",properties:{slug:{type:"string"},hide:{type:"boolean"},includes:{type:"array",items:o0},excludes:{type:"array",items:i0},filters:{type:"array",items:s0},titleTranslationKey:{type:"string"},descriptionTranslationKey:{type:"string"},catalogSwitcherLabelTranslationKey:{type:"string"}},additionalProperties:!1},a0={type:"object",properties:{type:{type:"string",enum:["string","number","boolean","array","object"]},description:{type:"string"},example:{oneOf:[{type:"string"},{type:"number"},{type:"boolean"},{type:"array"},{type:"object"}]},enum:{type:"array",items:{type:"string"}},pattern:{type:"string"},format:{type:"string"},minimum:{type:"number"},maximum:{type:"number"},items:{type:"object"}},additionalProperties:!0},c0={type:"object",required:["type","properties"],properties:{type:{type:"string",enum:["object"]},description:{type:"string"},properties:{type:"object",additionalProperties:a0},required:{type:"array",items:{type:"string"}},additionalProperties:{type:"boolean"}},additionalProperties:!0},u0={type:"object",required:["name","description","metadataSchema"],properties:{name:{type:"string",description:"Display name of the entity type"},description:{type:"string",description:"Description of the entity type"},metadataSchema:c0,icon:{type:"object",properties:{src:{type:"string"},srcSet:{type:"string"}},additionalProperties:!1}},additionalProperties:!1},l0={type:"object",additionalProperties:u0},Od={type:"object",properties:{show:{type:"boolean",default:!1},entityTypes:l0,catalogs:{type:"object",properties:{all:Mt,services:Mt,domains:Mt,teams:Mt,users:Mt,apiDescriptions:Mt,dataSchemas:Mt,apiOperations:Mt},additionalProperties:Mt}},additionalProperties:!1},od={type:"string",enum:["eq","in","gt","gte","lt","lte","contains","startsWith","endsWith","exists","isEmpty","between","matches","some","every","none"]},ia={type:"string",enum:["and","or"]},Xs={type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]},match:{type:"array",items:{type:"object",properties:{field:{type:"string"},operator:od,value:{oneOf:[{type:"boolean"},{type:"string"},{type:"number"}]},modifier:{type:"string",enum:["not"]}}}}}},p0={type:"object",properties:{operator:ia,conditions:{type:"array",items:Xs}},required:["operator","conditions"],additionalProperties:!1},sd={type:"array",items:{oneOf:[Xs,{type:"object",properties:{operator:ia,conditions:{type:"array",items:{oneOf:[Xs,p0]}}},required:["operator","conditions"],additionalProperties:!1}]}},Md={type:"object",properties:{defined:{type:"boolean"},nonEmpty:{type:"boolean"},eq:{},gt:{type:"number"},gte:{type:"number"},lt:{type:"number"},lte:{type:"number"},const:{}},additionalProperties:!1},d0={type:"array",items:{type:"object",properties:{subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},assertions:Md},required:["subject","assertions"],additionalProperties:!1}},f0={type:"object",properties:{title:{type:"string"},subject:{type:"object",properties:{type:{type:"string",enum:["Entity","EntityMetadata","EntityRelations","EntityRelation"]},property:{type:"string"}},required:["type","property"],additionalProperties:!1},severity:{type:"string",enum:["error","warn","off"]},message:{type:"string"},assertions:Md,where:d0,weight:{type:"number",default:1}},required:["subject","assertions"],additionalProperties:!1},g0={type:"object",additionalProperties:{oneOf:[{type:"string"},{type:"object",properties:{severity:{type:"string",enum:["error","warn","off"]},weight:{type:"number",default:1}},additionalProperties:!0},f0]}},m0={type:"object",properties:{name:{type:"string"},extends:ki.extends,rules:g0},required:["name"],additionalProperties:!1},ad={type:"object",properties:{event:{type:"string",enum:["runtime","manual"]}},required:["event"],additionalProperties:!1},h0={oneOf:[ad,{type:"array",items:ad}]},y0={type:"object",properties:{name:{type:"string"},key:{type:"string"},description:{type:"string"},entities:{oneOf:[sd,{type:"object",properties:{operator:ia,conditions:sd},required:["operator","conditions"],additionalProperties:!1}]},levels:{type:"array",items:m0,minItems:1},trigger:h0},required:["name","key","entities","levels"],additionalProperties:!1},jd={type:"array",items:y0},xt={type:"object",properties:{imports:{type:"array",items:{type:"string"}},logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:xd,links:_d,feedback:_r,search:Cd,aiAssistant:Dd,colorMode:Rd,palette:ra,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,asyncapi:ex,graphql:_i,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ri,entitiesCatalog:Od,catalogClassic:Ri,scorecard:Ti,scorecardClassic:Ti,scorecards:jd},additionalProperties:!0},b0="https://redocly.com/sso/teams",v0=(e=>(e.OIDC="OIDC",e.SAML2="SAML2",e))(v0||{}),P0=(e=>(e.SERVICE_ACCOUNT="SERVICE_ACCOUNT",e.OAUTH2="OAUTH2",e))(P0||{});var x0=(e=>(e.STACKED="stacked",e.THREE_PANEL="three-panel",e))(x0||{});function Zs(e,t,n){return Object.fromEntries(Object.entries(e).map(([r,i])=>{if(!(r===t&&n!=="properties"))return typeof i!="object"||!i?[r,i]:Array.isArray(i)?[r,i.map(o=>typeof o=="object"?Zs(o,t,r):o)]:[r,Zs(i,t,r)]}).filter(Boolean))}var _0={type:"object",additionalProperties:{type:"string"}},C0={type:"object",additionalProperties:!1,patternProperties:{"^[a-zA-Z0-9_-]+$":{type:"string",pattern:"^https?://[^\\s/$.?#].[^\\s]*$"}}},Pi={type:"string",enum:["error","warn","off"]},D0={type:"object",additionalProperties:!1,properties:{schemaCheck:Pi,statusCodeCheck:Pi,contentTypeCheck:Pi,successCriteriaCheck:Pi}},R0={type:"object",properties:{event:{type:"string",enum:["schedule"]},interval:{type:"string",enum:["1m","2m","5m","10m","15m","30m","1h","3h","6h","12h","1d","7d"]}},required:["event"],additionalProperties:!1},T0={type:"object",properties:{event:{type:"string",enum:["build"]}},required:["event"],additionalProperties:!1},w0={type:"object",properties:{warn:{type:"number"},error:{type:"number"}},additionalProperties:!1},S0={type:"object",properties:{ignoreLint:{oneOf:[{type:"boolean",default:!1},{type:"object",additionalProperties:{type:"boolean"}}]},ignoreLinkChecker:{type:"boolean"},ignoreMarkdocErrors:{type:"boolean"},ignoreRespectMonitoring:{type:"boolean"},jobs:{type:"array",items:{type:"object",properties:{path:{type:"string",pattern:"^(?!\\/|\\.\\./)"},agent:{type:"string",enum:["respect"]},trigger:{oneOf:[R0,T0]},inputs:_0,servers:C0,severity:D0,slo:w0},required:["path","trigger","agent"],additionalProperties:!1}}},additionalProperties:!1},k0={type:"object",properties:{end_session_endpoint:{type:"string"},token_endpoint:{type:"string"},authorization_endpoint:{type:"string"},jwks_uri:{type:"string"}},required:["token_endpoint","authorization_endpoint"],additionalProperties:!0},A0={type:"object",properties:{type:{type:"string",const:"OIDC"},title:{type:"string"},pkce:{type:"boolean",default:!1},configurationUrl:{type:"string",minLength:1},configuration:k0,clientId:{type:"string",minLength:1},clientSecret:{type:"string",minLength:0},teamsClaimName:{type:"string"},teamsClaimMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}},scopes:{type:"array",items:{type:"string"}},tokenExpirationTime:{type:"number"},authorizationRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},introspectEndpoint:{type:"string"},tokenRequestCustomParams:{type:"object",additionalProperties:{type:"string"}},audience:{type:"array",items:{type:"string"}}},required:["type","clientId"],oneOf:[{required:["configurationUrl"]},{required:["configuration"]}],additionalProperties:!1},E0={type:"object",properties:{type:{type:"string",const:"SAML2"},title:{type:"string"},issuerId:{type:"string"},entityId:{type:"string"},ssoUrl:{type:"string"},x509PublicCert:{type:"string"},teamsAttributeName:{type:"string",default:b0},teamsAttributeMap:{type:"object",additionalProperties:{type:"string"}},defaultTeams:{type:"array",items:{type:"string"}}},additionalProperties:!1,required:["type","issuerId","ssoUrl","x509PublicCert"]},N0={oneOf:[A0,E0],discriminator:{propertyName:"type"}},q0={type:"object",additionalProperties:N0},Ld={oneOf:[{type:"array",items:{type:"string",enum:["REDOCLY","CORPORATE","GUEST"]},uniqueItems:!0},{type:"string",enum:["REDOCLY","CORPORATE","GUEST"]}]},Id={type:"boolean"},Fd={type:"string",pattern:"^https?://.*"},Ud={type:"string",pattern:"^https?://.*"},O0={type:"object",properties:{to:{type:"string"},type:{type:"number",default:301}},additionalProperties:!1,nodeTypeName:_t.RedirectSource,description:"Source is an absolute path that must start with a forward slash.",documentationLink:"https://redocly.com/docs/realm/config/redirects#sources-map"},M0={type:"object",additionalProperties:O0,default:{},nodeTypeName:_t.Redirects,description:"Use redirects to change which resource a URL points to, maintaining working links when you move, rename, or restructure content.",documentationLink:"https://redocly.com/docs/realm/config/redirects"},j0={type:"string",enum:["info","success","warning","error"],default:"info"},ee={type:"object",additionalProperties:{type:"string"}},L0={type:"object",properties:{trackingId:{type:"string"},content:{type:"string"},dismissible:{type:"boolean",default:!1},target:{type:"string"},color:j0,rbac:ee,startAt:{type:"string",format:"date-time"},endAt:{type:"string",format:"date-time"}},required:["content"],additionalProperties:!1},I0={type:"array",items:L0,default:[]},Wd={type:"object",properties:{root:{type:"string"},output:{type:"string",pattern:"(.ya?ml|.json)$"},rbac:ee,openapi:Di,graphql:_i,theme:{type:"object",properties:{openapi:Di,graphql:_i},additionalProperties:!1},title:{type:"string"},metadata:{type:"object",additionalProperties:!0},...ki},required:["root"]},F0={type:"object",additionalProperties:!0},U0={type:"object",additionalProperties:{type:"object",additionalProperties:!0}},cd={type:"object",properties:{hide:{type:"boolean",default:!1},title:{type:"string"},description:{type:"string"},details:{type:"object",properties:{path:{type:"string"},content:{type:"string"}},additionalProperties:!1},excludeFiles:{type:"array",items:{type:"string"},default:[]},sections:{type:"array",items:{type:"object",properties:{title:{type:"string"},description:{type:"string"},includeFiles:{type:"array",items:{type:"string"},default:[]},excludeFiles:{type:"array",items:{type:"string"},default:[]}},required:["title"],additionalProperties:!1}}},default:{hide:!1,title:void 0,description:void 0,details:void 0,sections:[{title:"Table of contents",includeFiles:["**/*"],excludeFiles:[]}]},additionalProperties:!1},ud={type:"object",properties:{title:{type:"string"},projectTitle:{type:"string"},description:{type:"string"},siteUrl:{type:"string"},image:{type:"string"},keywords:{oneOf:[{type:"array",items:{type:"string"}},{type:"string"}]},lang:{type:"string"},jsonLd:{type:"object"},meta:{type:"array",items:{type:"object",properties:{name:{type:"string"},content:{type:"string"}},required:["name","content"],additionalProperties:!1}},llmstxt:cd},default:{llmstxt:cd.default},additionalProperties:!1},W0={type:"object",properties:{folders:{type:"array",items:{type:"string"}}},additionalProperties:!1},H0={type:"object",properties:{catalogs:{type:"object",properties:{all:ee,services:ee,domains:ee,teams:ee,users:ee,apiDescriptions:ee,dataSchemas:ee,apiOperations:ee},additionalProperties:ee},entitiesTypes:{type:"object",properties:{service:ee,domain:ee,team:ee,user:ee,apiDescription:ee,apiOperation:ee,dataSchema:ee},additionalProperties:ee},entitiesGroups:{type:"array",items:{type:"object",properties:{entities:{type:"array",items:{type:"string"}},config:ee},additionalProperties:!1}},entities:{type:"object",properties:{"**":ee},additionalProperties:ee}},additionalProperties:!1},Hd={type:"object",properties:{teamNamePatterns:{type:"array",items:{type:"string"}},teamFolders:{type:"array",items:{type:"string"}},teamFoldersBaseRoles:ee,cms:ee,reunite:ee,features:{type:"object",properties:{aiSearch:ee},additionalProperties:!1},content:{type:"object",properties:{"**":ee},additionalProperties:ee},entitiesCatalog:H0},additionalProperties:ee},B0={type:"object",properties:{static:{type:"string"}},additionalProperties:!1,required:["static"]},z0={type:"object",properties:{idp:{type:"string"}},additionalProperties:!1,required:["idp"]},$0={type:"object",properties:{type:{type:"string",const:"GRAVITEE"},apiBaseUrl:{type:"string"},env:{type:"string"},allowApiProductsOutsideCatalog:{type:"boolean",default:!1},stage:{type:"string",default:"non-production"},auth:{oneOf:[B0,z0]}},additionalProperties:!1,required:["type","apiBaseUrl"]},Y0={type:"object",properties:{type:{type:"string",const:"OAUTH2"},tokenEndpoint:{type:"string"},clientId:{type:"string"},clientSecret:{type:"string"}},additionalProperties:!1,required:["type","tokenEndpoint","clientId","clientSecret"]},V0={type:"object",properties:{type:{type:"string",const:"SERVICE_ACCOUNT"},serviceAccountEmail:{type:"string"},serviceAccountPrivateKey:{type:"string"}},additionalProperties:!1,required:["type","serviceAccountEmail","serviceAccountPrivateKey"]},ea={type:"object",properties:{type:{type:"string",const:"APIGEE_X"},apiUrl:{type:"string"},stage:{type:"string",default:"non-production"},organizationName:{type:"string"},ignoreApiProducts:{type:"array",items:{type:"string"}},allowApiProductsOutsideCatalog:{type:"boolean",default:!1},auth:{type:"object",oneOf:[Y0,V0],discriminator:{propertyName:"type"}}},additionalProperties:!1,required:["type","organizationName","auth"]},K0={...ea,properties:{...ea.properties,type:{type:"string",const:"APIGEE_EDGE"}}},G0={type:"object",oneOf:[ea,K0,$0],discriminator:{propertyName:"type"}},Q0={type:"object",required:["adapters"],additionalProperties:!1,properties:{adapters:{type:"array",items:G0}}},ld={type:"object",properties:{defaultLocale:{type:"string"},locales:{type:"array",items:{type:"object",properties:{code:{type:"string"},name:{type:"string"}},required:["code"]}}},additionalProperties:!1,required:["defaultLocale"]},J0={type:"object",properties:{name:{type:"string"},value:{type:"string"}},additionalProperties:!1,required:["name","value"]},X0={type:"object",properties:{hide:{type:"boolean",default:!1},docs:{type:"object",properties:{hide:{type:"boolean",default:!1},name:{type:"string",default:"Docs MCP server"},ignore:{type:"array",items:{type:"string"},default:[]}},additionalProperties:!1}},additionalProperties:!1,default:{hide:!1,docs:{hide:!1,name:"MCP server",ignore:[]}}},Z0={type:"object",properties:{requiresLogin:Id,logoutReturnUrl:Fd,residency:Ud,sso:Ld,rbac:Hd},additionalProperties:!1},wi={type:"object",properties:{imports:{type:"array",items:{type:"string"}},licenseKey:{type:"string"},redirects:M0,seo:ud,rbac:Hd,apiFunctions:W0,requiresLogin:Id,responseHeaders:{type:"object",additionalProperties:{type:"array",items:J0}},mockServer:{type:"object",properties:{off:{type:"boolean",default:!1},position:{type:"string",enum:["first","last","replace","off"],default:"first"},strictExamples:{type:"boolean",default:!1},errorIfForcedExampleNotFound:{type:"boolean",default:!1},description:{type:"string"}}},apis:{type:"object",additionalProperties:Wd},...ki,ssoDirect:q0,sso:Ld,residency:Ud,logoutReturnUrl:Fd,access:Z0,developerOnboarding:Q0,removeAttribution:{type:"boolean"},i18n:ld,l10n:ld,metadata:F0,metadataGlobs:U0,ignore:{type:"array",items:{type:"string"}},theme:xt,reunite:S0,logo:hd,navbar:yd,products:bd,footer:vd,sidebar:Pd,scripts:xd,links:_d,feedback:_r,search:Cd,aiAssistant:Dd,colorMode:Rd,palette:ra,navigation:Td,codeSnippet:wd,markdown:Sd,openapi:Di,graphql:_i,analytics:Ad,userMenu:Ed,versionPicker:Nd,breadcrumbs:qd,catalog:Ri,entitiesCatalog:Od,catalogClassic:Ri,scorecard:Ti,scorecardClassic:Ti,scorecards:jd,mcp:X0,corsProxy:{type:"object",properties:{allowedTargets:{type:"array",items:{type:"string"}}},additionalProperties:!1},banner:I0},default:{redirects:{},seo:ud.default},additionalProperties:!0},e_={...Zs(wi,"default"),additionalProperties:!1},Bd={$id:"root-redocly-config",...wi,properties:{plugins:{type:"array",items:{type:"string"}},...wi.properties,env:{type:"object",additionalProperties:e_}},default:{},additionalProperties:!1},pd={type:"object",properties:{logo:xt.properties.logo,navbar:xt.properties.navbar,footer:xt.properties.footer,sidebar:xt.properties.sidebar,search:xt.properties.search,codeSnippet:xt.properties.codeSnippet,breadcrumbs:xt.properties.breadcrumbs,openapi:xt.properties.openapi,feedback:xt.properties.feedback,palette:ra,mockServer:wi.properties.mockServer,analytics:{type:"object",properties:{ga:kd}}},additionalProperties:!0,default:{}},IT={$id:"product-config-override",type:"object",properties:{...pd.properties,apis:{type:"object",additionalProperties:Wd},theme:pd},additionalProperties:!1},t_=["partOf","hasParts","creates","createdBy","owns","ownedBy","implements","implementedBy","dependsOn","dependencyOf","uses","usedBy","produces","consumes","linksTo","supersedes","supersededBy","compatibleWith","extends","extendedBy","relatesTo","hasMember","memberOf","triggers","triggeredBy","returns","returnedBy"],Pe=md({UserEntity:"UserEntity",UserEntityMetadata:"UserEntityMetadata",ApiDescriptionEntity:"ApiDescriptionEntity",ApiDescriptionEntityMetadata:"ApiDescriptionEntityMetadata",ApiOperationEntity:"ApiOperationEntity",ApiOperationEntityMetadata:"ApiOperationEntityMetadata",DataSchemaEntity:"DataSchemaEntity",DataSchemaEntityMetadata:"DataSchemaEntityMetadata",ServiceEntity:"ServiceEntity",DomainEntity:"DomainEntity",TeamEntity:"TeamEntity",Entity:"Entity",EntityMetadata:"EntityMetadata",EntityLinkList:"EntityLinkList",EntityLink:"EntityLink",EntityRelation:"EntityRelation",EntityRelationList:"EntityRelationList",EntityContact:"EntityContact",EntitySlackContact:"EntitySlackContact",EntitySlackChannel:"EntitySlackChannel"}),n_={type:"object",nodeTypeName:Pe.UserEntityMetadata,properties:{email:{type:"string",description:"Email of the user"}},required:["email"],additionalProperties:!0},r_={type:"object",nodeTypeName:Pe.ApiDescriptionEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Type of the API description"},descriptionFile:{type:"string",description:"Path to the file containing the API description"}},required:["specType","descriptionFile"],additionalProperties:!0},i_={type:"object",nodeTypeName:Pe.ApiOperationEntityMetadata,properties:{method:{type:"string",enum:["GET","POST","PUT","DELETE","PATCH","MUTATION","QUERY","SUBSCRIBE","PUBLISH"],description:"HTTP method of the API operation"},path:{type:"string",description:"Path of the API operation"},payload:{type:"array",items:{type:"string",description:"Related dataSchema name"}},responses:{type:"array",items:{type:"string",description:"Related dataSchema name"}}},required:["method","path"],additionalProperties:!0},o_={type:"object",nodeTypeName:Pe.DataSchemaEntityMetadata,properties:{specType:{type:"string",enum:["jsonschema","openapi","asyncapi","avro","zod","graphql","protobuf","arazzo"],description:"Specification type of the data schema"},schema:{type:"string",description:"Inline schema of the data structure"},sdl:{type:"string",description:"SDL of the data structure"}},required:["specType"],additionalProperties:!0},s_={type:"object",properties:{},nodeTypeName:Pe.EntityMetadata,additionalProperties:!0},a_={type:"object",nodeTypeName:Pe.EntitySlackChannel,properties:{name:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["name"],additionalProperties:!1},c_={type:"object",nodeTypeName:Pe.EntitySlackContact,properties:{channels:{type:"array",items:a_}},required:["channels"],additionalProperties:!1},u_={type:"object",nodeTypeName:Pe.EntityContact,properties:{slack:c_},additionalProperties:!1},l_={type:"object",nodeTypeName:Pe.EntityLink,properties:{label:{type:"string",minLength:2,maxLength:150},url:{type:"string"}},required:["label","url"],additionalProperties:!1},p_={type:"object",nodeTypeName:Pe.EntityRelation,properties:{type:{type:"string",enum:t_},key:{type:"string",minLength:2,maxLength:100},version:{type:"string"},revision:{type:"string"}},required:["type","key"],additionalProperties:!1},zt={version:{type:"string"},key:{type:"string",pattern:"^[a-z0-9]+(?:-[a-z0-9]+)*$",minLength:2,maxLength:150},type:{type:"string",enum:["user","data-schema","api-operation","api-description","service","domain","team"]},title:{type:"string",minLength:2,maxLength:200},summary:{type:"string",minLength:1,maxLength:500},tags:{type:"array",items:{type:"string",minLength:1,maxLength:50}},git:{type:"array",items:{type:"string"}},contact:u_,links:{type:"array",nodeTypeName:Pe.EntityLinkList,items:l_},relations:{type:"array",nodeTypeName:Pe.EntityRelationList,items:p_},metadata:s_},Ai={type:"object",discriminator:{propertyName:"type"},oneOf:[{type:"object",properties:{...zt,type:{const:"user"},metadata:n_},required:["key","title","type","metadata"],additionalProperties:!1,nodeTypeName:Pe.UserEntity},{type:"object",nodeTypeName:Pe.ApiOperationEntity,properties:{...zt,type:{const:"api-operation"},metadata:i_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DataSchemaEntity,properties:{...zt,type:{const:"data-schema"},metadata:o_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ApiDescriptionEntity,properties:{...zt,type:{const:"api-description"},metadata:r_},required:["key","title","type","metadata"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.ServiceEntity,properties:{...zt,type:{const:"service"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.DomainEntity,properties:{...zt,type:{const:"domain"}},required:["key","title","type"],additionalProperties:!1},{type:"object",nodeTypeName:Pe.TeamEntity,properties:{...zt,type:{const:"team"}},required:["key","title","type"],additionalProperties:!1}]},Ei={type:"object",nodeTypeName:Pe.Entity,properties:{...zt},required:["key","title","type"],additionalProperties:!1};var We=qe(rn(),1);import{getLineColLocation as TD,lintDocument as wD,makeDocumentFromString as ts,lintConfig as SD,lintEntityFile as kD,detectSpec as AD,createConfigTypes as ED}from"@redocly/openapi-core";var Zo=qe(qn(),1);function sy(e,t=100,n=!1){let r=new Map,i=new Map,o=new Map,s=new Map;function a(u){let d=i.get(u.uri),h=d?Date.now()-d:0;try{if(h<t&&h>=0)r.set(u.uri,setTimeout(()=>a(u),t-h));else if(r.delete(u.uri),i.delete(u.uri),!n){let v=s.get(u.uri),y=e(o.get(u.uri));v&&v.forEach(({resolve:T})=>T(y)),s.delete(u.uri)}}catch(v){let y=s.get(u.uri);y&&y.forEach(({reject:T})=>T(v)),s.delete(u.uri)}}function c(u){let d=r.get(u.uri),h=n&&!d;return i.set(u.uri,Date.now()),o.set(u.uri,u),new Promise((v,y)=>{let T=s.get(u.uri)||[];d||(s.set(u.uri,[...T,{resolve:v,reject:y}]),r.set(u.uri,setTimeout(()=>a(u),t))),h?v(e(o.get(u.uri))):s.set(u.uri,[...T,{resolve:v,reject:y}])})}return c}function Ju(e){let t=new Set,n=r=>Array.isArray(n)?r.map(n):typeof r=="object"&&r!==null?t.has(r)?void 0:(t.add(r),Object.fromEntries(Object.entries(r).map(([i,o])=>[i,n(o)]))):r;return n(e)}function ay(e){return e==="$ref"}function Xu(e,t){return e?re.dirname(gt.file(e)).toString():t}async function Zu(e,t){let n=gt.parse(t);return re.joinPath(n,e).toString()}async function cy(e,t,n){for(let[r,{root:i}]of Object.entries(e??{}))if(await Zu(i,n)===t)return r}function uy(e){return typeof e=="string"}function zr(e){return typeof e=="function"}function ly(e){return e?.kind===Zo.Kind.MAP}function el(e){return e?.kind===Zo.Kind.MAPPING}function tl(e){return e?.kind===Zo.Kind.SEQ}function $r(e,t){let n=t.singleQuoted?"'":'"';return`${n}${e}${n}`}import{bundleDocument as dD,isPlainObject as fD,makeDocumentFromString as gD,getTypes as mD,detectSpec as hD}from"@redocly/openapi-core";var py=new Map,es=new Map;function yD(e){return e?Array.from(e).map(([t,n])=>[t,Ju(n)]):[]}async function nl(e,t){let n=await On(),r=new yt(n.resolve),i=gD(e.getText(),e.uri),{bundle:o,rootType:s,refTypes:a}=await dD({document:i,config:n,externalRefResolver:r,types:mD(hD(i.parsed))}),c=yD(a);a&&(es=new Map([...es,...a])),py.set(e.uri,{uri:e.uri,name:mr(e.uri),definition:fD(o.parsed)?o.parsed:{},rootType:s,refTypes:c,errors:t})}function bD(){return Array.from(py).map(([e,{definition:t,rootType:n,refTypes:r,errors:i}])=>({name:mr(e),uri:e,definition:t,rootType:n,refTypes:r,errors:i}))}function rl(e){return es.has(e)?es.get(e):null}import{createConfig as dy,lintDocument as vD,loadIgnoreConfig as PD,regexFromString as xD}from"@redocly/openapi-core";async function fy(e,t,n,r,i,o){let s=[],a=await PD(r,t),c=typeof i=="string"?await _D(i):i,u={};if(n.targets?.length){let d=e.parsed?.info,h=d?.["x-metadata"]||{},v={title:d?.title,version:d?.version,...h,...o},y=DD(n.targets,v);y?.rules&&r&&(u=await CD(e.source.absoluteRef,y.rules,n.levels,c,r,a))}for(let d of n?.levels||[]){let h=u[d.name]??await dy({...d,plugins:c},{configPath:r,ignore:a}),v=await vD({document:e,externalRefResolver:t,config:h});s.push(...v.filter(({ignored:y})=>!y).map(y=>({...y,scorecardLevel:d.name})))}return s}async function _D(e){if(!e)return[];try{let t=typeof __dirname>"u"?"":__dirname.replaceAll(/\\/g,"/"),n=e.replaceAll("__redocly_dirname",`"${t}"`);return(await import(`data:text/javascript;base64,${btoa(n)}`)).default.map(a=>a())}catch(t){return console.error("Failed to load plugins module:",t.message),console.error(`
70
70
  Plugins code preview:`,e.substring(0,500)+"..."),[]}}async function CD(e,t,n=[],r=[],i,o){let s={};for(let a of n){let c={[a.name]:{root:e,rules:t}},u=await dy({apis:c,...a,plugins:r},{configPath:i,...o&&{ignore:o}});s[a.name]=u.forAlias(a.name)}return s}function DD(e,t){if(e){for(let n of e)if(Object.entries(n.where?.metadata||{}).every(([i,o])=>RD(i,o,t)))return n}}function RD(e,t,n){if(t.match(/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}Z)?\/(\d{4}-\d{2}-\d{2})?$/)){if(!n[e])return!1;let[r,i]=t.split("/"),o=new Date(n[e]);return isNaN(o.getTime())?!1:!(o<new Date(r)||i&&o>new Date(i))}else if(t.match(/^\/.*\//)){if(!n[e])return!1;try{return xD(t).test(n[e])}catch(r){return console.error(`Invalid regex in scorecard target: ${t}`,r),!1}}return n[e]===t}var ND=800,ol=sy(jD,ND);async function qD(e){let t=e.map(({documentPath:o})=>Ue(o).toString()),n=await On(),r=await de.getRootWorkspaceFolderURI(),i=Xu(n.configPath,r);for(let{root:o}of Object.values(n.resolvedConfig.apis??{})){let s=await Zu(o,i);if(t.includes(s))return s}return t[0]}function OD(e){try{return AD(e),!0}catch{return!1}}async function MD(e){try{let t=ts(e.getText(),e.uri),n=new yt,r=await kD({document:t,entitySchema:Ai,entityDefaultSchema:Ei,externalRefResolver:n}),i=[{uri:e.uri,diagnostics:[]}];return il(r,i),i}catch{return[{uri:e.uri,diagnostics:[]}]}}async function jD(e){let t=e.uri,n=await On();if(await mn(Oe(t)))try{let r=await Qs(Oe(t))?ts(e.getText(),t):ts(n.document?.source.body||"",n.document?.source.absoluteRef||""),i=new yt,o=await SD({config:{document:r},externalRefResolver:i,externalConfigTypes:ED(Bd,n)}),s=[{uri:e.uri,diagnostics:[]}];return il(o,s),s}catch{return[{uri:e.uri,diagnostics:[]}]}else{if(gn({uri:Oe(t),textDocument:e}))return await MD(e);{let r=Ks(t),i=await qD(r||[]);i&&(e=await Qe(i),t=i);let o;try{o=ts(e.getText(),Oe(t))}catch{return[{uri:e.uri,diagnostics:[]}]}if(!OD(o.parsed))return[{uri:e.uri,diagnostics:[]}];let s=[];try{let a=new yt(n.resolve),c=await de.getRootWorkspaceFolderURI(),u=Xu(n.configPath,c),d=await cy(n.resolvedConfig.apis??{},e.uri,u),h=Date.now(),v=[],y=[];try{y=(await wD({document:o,config:n.forAlias(d),externalRefResolver:a})).filter(({ignored:S})=>!S);let W=de.remoteScorecardAndPlugins?.scorecard||n.resolvedConfig.scorecardClassic||n.resolvedConfig.scorecard,m=d?n.resolvedConfig.apis?.[d]?.metadata:void 0,g=W&&de.scorecardStatus==="enabled"?await fy(o,a,W,n.configPath,de.remoteScorecardAndPlugins?.plugins,m):[];v=[...y,...g]}catch(W){v.push({ruleId:"struct",suggest:[],severity:"error",message:`Error linting document: ${W.message}`,location:[{start:{line:1,col:1},end:{line:1,col:1},source:o.source}]})}let T=UD(y);nl(e,T);let I=Date.now()-h;s=[...new Set([e.uri,...[...a.getFiles()].map(W=>Ue(W).toString())])].map(W=>({uri:W,diagnostics:[]})),Qp(t,{dependencyPaths:a.getFiles(),durationMS:I}),il(v,s)}catch(a){LD(e.uri,a,s)}return s}}}function Yr(){return de.documents.all().map(ol)}function LD(e,t,n){let r=n||[{uri:e,diagnostics:[]}];if(t.line&&t.col&&t.message){let i=t.source?.absoluteRef?Et(t.source.absoluteRef):e,o=t.line-1,s=t.col-1,a=We.Position.create(o,s),c=We.Diagnostic.create(We.Range.create(a,a),t.message,We.DiagnosticSeverity.Error);gy(i,c,r)}else t.message.includes("This doesn\u2019t look like an OpenAPI document")||console.error(t);return r}function gy(e,t,n){let r=n.find(i=>i.uri===e);return r||(r={uri:e,diagnostics:[]},n.push(r)),r.diagnostics.push(t),n}function ID(e){return e.suggest.length===0?"":e.suggest.length===1?`
71
71
  Did you mean: ${e.suggest[0]} ?`:`
72
72
  Did you mean:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-language-server",
3
- "version": "0.8.10",
3
+ "version": "0.8.12",
4
4
  "description": "Redocly OpenAPI language server",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
  "author": "Redocly LLC <team@redocly.com>",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "peerDependencies": {
11
- "@redocly/openapi-core": "2.30.3"
11
+ "@redocly/openapi-core": "2.30.5"
12
12
  },
13
13
  "devDependencies": {
14
14
  "@types/node": "22.18.13",
@@ -24,7 +24,7 @@
24
24
  "vscode-languageserver": "^9.0.1",
25
25
  "vscode-languageserver-textdocument": "^1.0.12",
26
26
  "vscode-uri": "^3.1.0",
27
- "@redocly/config": "0.48.1"
27
+ "@redocly/config": "0.48.2"
28
28
  },
29
29
  "overrides": {
30
30
  "@redocly/config": "workspace:*"
@@ -33,7 +33,7 @@
33
33
  "build": "pnpm run clean && node esbuild.cjs",
34
34
  "compile": "pnpm run clean && tsc -p tsconfig.json",
35
35
  "clean": "rm -rf lib",
36
- "ts:check": "tsc --noEmit --skipLibCheck",
37
- "test": "vitest run --pool.threads.singleThread"
36
+ "test": "nx run vitest:test",
37
+ "ts:check": "tsc --noEmit --skipLibCheck"
38
38
  }
39
39
  }