swagger-client 3.27.2 → 3.27.3

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 (48) hide show
  1. package/dist/swagger-client.browser.js +10806 -11998
  2. package/dist/swagger-client.browser.min.js +1 -1
  3. package/dist/swagger-client.browser.min.js.map +1 -1
  4. package/es/execute/index.js +5 -8
  5. package/es/execute/oas3/build-request.js +22 -1
  6. package/es/http/index.js +6 -382
  7. package/es/http/serializers/request/file.js +46 -0
  8. package/es/http/serializers/request/format.js +143 -0
  9. package/es/http/serializers/request/index.js +111 -0
  10. package/es/http/serializers/response/index.js +55 -0
  11. package/es/index.js +2 -1
  12. package/es/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/SchemaRefError.js +3 -0
  13. package/es/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js +5 -4
  14. package/es/{specmap → resolver/specmap}/helpers.js +1 -1
  15. package/es/{specmap → resolver/specmap}/lib/refs.js +8 -8
  16. package/es/resolver/strategies/generic/index.js +1 -1
  17. package/es/resolver/strategies/generic/resolve.js +1 -1
  18. package/lib/execute/index.js +8 -11
  19. package/lib/execute/oas3/build-request.js +22 -1
  20. package/lib/http/index.js +6 -391
  21. package/lib/http/serializers/request/file.js +53 -0
  22. package/lib/http/serializers/request/format.js +147 -0
  23. package/lib/http/serializers/request/index.js +117 -0
  24. package/lib/http/serializers/response/index.js +63 -0
  25. package/lib/index.js +34 -33
  26. package/lib/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/SchemaRefError.js +7 -0
  27. package/lib/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/visitors/dereference.js +6 -5
  28. package/lib/{specmap → resolver/specmap}/helpers.js +1 -1
  29. package/lib/{specmap → resolver/specmap}/lib/refs.js +8 -8
  30. package/lib/resolver/strategies/generic/index.js +1 -1
  31. package/lib/resolver/strategies/generic/resolve.js +1 -1
  32. package/package.json +1 -1
  33. package/es/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js +0 -7
  34. package/es/specmap/lib/create-error.js +0 -17
  35. package/lib/resolver/apidom/reference/dereference/strategies/openapi-3-1-swagger-client/errors/index.js +0 -11
  36. package/lib/specmap/lib/create-error.js +0 -21
  37. /package/es/{specmap → resolver/specmap}/index.js +0 -0
  38. /package/es/{specmap → resolver/specmap}/lib/all-of.js +0 -0
  39. /package/es/{specmap → resolver/specmap}/lib/context-tree.js +0 -0
  40. /package/es/{specmap → resolver/specmap}/lib/index.js +0 -0
  41. /package/es/{specmap → resolver/specmap}/lib/parameters.js +0 -0
  42. /package/es/{specmap → resolver/specmap}/lib/properties.js +0 -0
  43. /package/lib/{specmap → resolver/specmap}/index.js +0 -0
  44. /package/lib/{specmap → resolver/specmap}/lib/all-of.js +0 -0
  45. /package/lib/{specmap → resolver/specmap}/lib/context-tree.js +0 -0
  46. /package/lib/{specmap → resolver/specmap}/lib/index.js +0 -0
  47. /package/lib/{specmap → resolver/specmap}/lib/parameters.js +0 -0
  48. /package/lib/{specmap → resolver/specmap}/lib/properties.js +0 -0
@@ -1,3 +1,3 @@
1
1
  /*! For license information please see swagger-client.browser.min.js.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.SwaggerClient=t():e.SwaggerClient=t()}(window,(()=>(()=>{var e={8075:(e,t,r)=>{"use strict";var n=r(453),s=r(487),i=s(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?s(r):r}},487:(e,t,r)=>{"use strict";var n=r(6743),s=r(453),i=r(6897),o=r(9675),a=s("%Function.prototype.apply%"),c=s("%Function.prototype.call%"),l=s("%Reflect.apply%",!0)||n.call(c,a),u=r(655),p=s("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new o("a function is required");var t=l(n,c,arguments);return i(t,1+p(0,e.length-(arguments.length-1)),!0)};var h=function(){return l(n,a,arguments)};u?u(e.exports,"apply",{value:h}):e.exports.apply=h},7427:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");var r={},n=(t||{}).decode||s,i=0;for(;i<e.length;){var a=e.indexOf("=",i);if(-1===a)break;var c=e.indexOf(";",i);if(-1===c)c=e.length;else if(c<a){i=e.lastIndexOf(";",a-1)+1;continue}var l=e.slice(i,a).trim();if(void 0===r[l]){var u=e.slice(a+1,c).trim();34===u.charCodeAt(0)&&(u=u.slice(1,-1)),r[l]=o(u,n)}i=c+1}return r},t.serialize=function(e,t,s){var o=s||{},a=o.encode||i;if("function"!=typeof a)throw new TypeError("option encode is invalid");if(!n.test(e))throw new TypeError("argument name is invalid");var c=a(t);if(c&&!n.test(c))throw new TypeError("argument val is invalid");var l=e+"="+c;if(null!=o.maxAge){var u=o.maxAge-0;if(isNaN(u)||!isFinite(u))throw new TypeError("option maxAge is invalid");l+="; Max-Age="+Math.floor(u)}if(o.domain){if(!n.test(o.domain))throw new TypeError("option domain is invalid");l+="; Domain="+o.domain}if(o.path){if(!n.test(o.path))throw new TypeError("option path is invalid");l+="; Path="+o.path}if(o.expires){var p=o.expires;if(!function(e){return"[object Date]"===r.call(e)||e instanceof Date}(p)||isNaN(p.valueOf()))throw new TypeError("option expires is invalid");l+="; Expires="+p.toUTCString()}o.httpOnly&&(l+="; HttpOnly");o.secure&&(l+="; Secure");o.partitioned&&(l+="; Partitioned");if(o.priority){switch("string"==typeof o.priority?o.priority.toLowerCase():o.priority){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError("option priority is invalid")}}if(o.sameSite){switch("string"==typeof o.sameSite?o.sameSite.toLowerCase():o.sameSite){case!0:l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"strict":l+="; SameSite=Strict";break;case"none":l+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return l};var r=Object.prototype.toString,n=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function s(e){return-1!==e.indexOf("%")?decodeURIComponent(e):e}function i(e){return encodeURIComponent(e)}function o(e,t){try{return t(e)}catch(t){return e}}},4410:(e,t,r)=>{"use strict";var n=r(8199);e.exports=n},8232:(e,t,r)=>{"use strict";r(9356),r(1095),r(3970),r(6396),r(7632);var n=r(7675);e.exports=n.AggregateError},1523:(e,t,r)=>{"use strict";e.exports=r(297)},297:(e,t,r)=>{"use strict";r(4506);var n=r(4410);e.exports=n},182:(e,t,r)=>{"use strict";var n=r(2073),s=r(4003),i=TypeError;e.exports=function(e){if(n(e))return e;throw i(s(e)+" is not a function")}},8934:(e,t,r)=>{"use strict";var n=r(2073),s=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw i("Can't set "+s(e)+" as a prototype")}},6065:e=>{"use strict";e.exports=function(){}},8347:(e,t,r)=>{"use strict";var n=r(5774),s=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw i(s(e)+" is not an object")}},4581:(e,t,r)=>{"use strict";var n=r(9441),s=r(8630),i=r(954),o=function(e){return function(t,r,o){var a,c=n(t),l=i(c),u=s(o,l);if(e&&r!=r){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===r)return e||u||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},244:(e,t,r)=>{"use strict";var n=r(9036),s=n({}.toString),i=n("".slice);e.exports=function(e){return i(s(e),8,-1)}},5663:(e,t,r)=>{"use strict";var n=r(7104),s=r(2073),i=r(244),o=r(6615)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());e.exports=n?i:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=a(e),o))?r:c?i(t):"Object"===(n=i(t))&&s(t.callee)?"Arguments":n}},2144:(e,t,r)=>{"use strict";var n=r(4373),s=r(8195),i=r(5687),o=r(6381);e.exports=function(e,t,r){for(var a=s(t),c=o.f,l=i.f,u=0;u<a.length;u++){var p=a[u];n(e,p)||r&&n(r,p)||c(e,p,l(t,p))}}},7007:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},789:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},8471:(e,t,r)=>{"use strict";var n=r(5560),s=r(6381),i=r(3768);e.exports=n?function(e,t,r){return s.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},3768:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},492:(e,t,r)=>{"use strict";var n=r(8471);e.exports=function(e,t,r,s){return s&&s.enumerable?e[t]=r:n(e,t,r),e}},909:(e,t,r)=>{"use strict";var n=r(5391),s=Object.defineProperty;e.exports=function(e,t){try{s(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},5560:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},7023:e=>{"use strict";var t="object"==typeof document&&document.all,r=void 0===t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:r}},6171:(e,t,r)=>{"use strict";var n=r(5391),s=r(5774),i=n.document,o=s(i)&&s(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},4740:e=>{"use strict";e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},4084:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},6312:(e,t,r)=>{"use strict";var n,s,i=r(5391),o=r(4084),a=i.process,c=i.Deno,l=a&&a.versions||c&&c.version,u=l&&l.v8;u&&(s=(n=u.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),e.exports=s},347:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7205:(e,t,r)=>{"use strict";var n=r(9036),s=Error,i=n("".replace),o=String(s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);e.exports=function(e,t){if(c&&"string"==typeof e&&!s.prepareStackTrace)for(;t--;)e=i(e,a,"");return e}},927:(e,t,r)=>{"use strict";var n=r(8471),s=r(7205),i=r(1527),o=Error.captureStackTrace;e.exports=function(e,t,r,a){i&&(o?o(e,t):n(e,"stack",s(r,a)))}},1527:(e,t,r)=>{"use strict";var n=r(7131),s=r(3768);e.exports=!n((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",s(1,7)),7!==e.stack)}))},1938:(e,t,r)=>{"use strict";var n=r(5391),s=r(1981),i=r(9e3),o=r(2073),a=r(5687).f,c=r(3488),l=r(7675),u=r(2116),p=r(8471),h=r(4373),f=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return s(e,this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var r,s,d,m,y,g,v,b,x,w=e.target,E=e.global,j=e.stat,O=e.proto,S=E?n:j?n[w]:(n[w]||{}).prototype,P=E?l:l[w]||p(l,w,{})[w],A=P.prototype;for(m in t)s=!(r=c(E?m:w+(j?".":"#")+m,e.forced))&&S&&h(S,m),g=P[m],s&&(v=e.dontCallGetSet?(x=a(S,m))&&x.value:S[m]),y=s&&v?v:t[m],s&&typeof g==typeof y||(b=e.bind&&s?u(y,n):e.wrap&&s?f(y):O&&o(y)?i(y):y,(e.sham||y&&y.sham||g&&g.sham)&&p(b,"sham",!0),p(P,m,b),O&&(h(l,d=w+"Prototype")||p(l,d,{}),p(l[d],m,y),e.real&&A&&(r||!A[m])&&p(A,m,y)))}},7131:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},1981:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype,i=s.apply,o=s.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},2116:(e,t,r)=>{"use strict";var n=r(9e3),s=r(182),i=r(5164),o=n(n.bind);e.exports=function(e,t){return s(e),void 0===t?e:i?o(e,t):function(){return e.apply(t,arguments)}}},5164:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},3057:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype.call;e.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},4970:(e,t,r)=>{"use strict";var n=r(5560),s=r(4373),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,l=a&&(!n||n&&o(i,"name").configurable);e.exports={EXISTS:a,PROPER:c,CONFIGURABLE:l}},7006:(e,t,r)=>{"use strict";var n=r(9036),s=r(182);e.exports=function(e,t,r){try{return n(s(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},9e3:(e,t,r)=>{"use strict";var n=r(244),s=r(9036);e.exports=function(e){if("Function"===n(e))return s(e)}},9036:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);e.exports=n?o:function(e){return function(){return i.apply(e,arguments)}}},7827:(e,t,r)=>{"use strict";var n=r(7675),s=r(5391),i=r(2073),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(n[e])||o(s[e]):n[e]&&n[e][t]||s[e]&&s[e][t]}},6399:(e,t,r)=>{"use strict";var n=r(5663),s=r(3514),i=r(6153),o=r(1113),a=r(6615)("iterator");e.exports=function(e){if(!i(e))return s(e,a)||s(e,"@@iterator")||o[n(e)]}},7013:(e,t,r)=>{"use strict";var n=r(3057),s=r(182),i=r(8347),o=r(4003),a=r(6399),c=TypeError;e.exports=function(e,t){var r=arguments.length<2?a(e):t;if(s(r))return i(n(r,e));throw c(o(e)+" is not iterable")}},3514:(e,t,r)=>{"use strict";var n=r(182),s=r(6153);e.exports=function(e,t){var r=e[t];return s(r)?void 0:n(r)}},5391:function(e,t,r){"use strict";var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4373:(e,t,r)=>{"use strict";var n=r(9036),s=r(5809),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(s(e),t)}},6145:e=>{"use strict";e.exports={}},9417:(e,t,r)=>{"use strict";var n=r(7827);e.exports=n("document","documentElement")},2633:(e,t,r)=>{"use strict";var n=r(5560),s=r(7131),i=r(6171);e.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},6731:(e,t,r)=>{"use strict";var n=r(9036),s=r(7131),i=r(244),o=Object,a=n("".split);e.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?a(e,""):o(e)}:o},9739:(e,t,r)=>{"use strict";var n=r(2073),s=r(5774),i=r(4619);e.exports=function(e,t,r){var o,a;return i&&n(o=t.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(e,a),e}},60:(e,t,r)=>{"use strict";var n=r(5774),s=r(8471);e.exports=function(e,t){n(t)&&"cause"in t&&s(e,"cause",t.cause)}},9257:(e,t,r)=>{"use strict";var n,s,i,o=r(8698),a=r(5391),c=r(5774),l=r(8471),u=r(4373),p=r(4993),h=r(651),f=r(6145),d="Object already initialized",m=a.TypeError,y=a.WeakMap;if(o||p.state){var g=p.state||(p.state=new y);g.get=g.get,g.has=g.has,g.set=g.set,n=function(e,t){if(g.has(e))throw m(d);return t.facade=e,g.set(e,t),t},s=function(e){return g.get(e)||{}},i=function(e){return g.has(e)}}else{var v=h("state");f[v]=!0,n=function(e,t){if(u(e,v))throw m(d);return t.facade=e,l(e,v,t),t},s=function(e){return u(e,v)?e[v]:{}},i=function(e){return u(e,v)}}e.exports={set:n,get:s,has:i,enforce:function(e){return i(e)?s(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=s(t)).type!==e)throw m("Incompatible receiver, "+e+" required");return r}}}},5669:(e,t,r)=>{"use strict";var n=r(6615),s=r(1113),i=n("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(s.Array===e||o[i]===e)}},2073:(e,t,r)=>{"use strict";var n=r(7023),s=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===s}:function(e){return"function"==typeof e}},3488:(e,t,r)=>{"use strict";var n=r(7131),s=r(2073),i=/#|\.prototype\./,o=function(e,t){var r=c[a(e)];return r===u||r!==l&&(s(t)?n(t):!!t)},a=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";e.exports=o},6153:e=>{"use strict";e.exports=function(e){return null==e}},5774:(e,t,r)=>{"use strict";var n=r(2073),s=r(7023),i=s.all;e.exports=s.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},3599:e=>{"use strict";e.exports=!0},3969:(e,t,r)=>{"use strict";var n=r(7827),s=r(2073),i=r(3381),o=r(1004),a=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return s(t)&&i(t.prototype,a(e))}},9384:(e,t,r)=>{"use strict";var n=r(2116),s=r(3057),i=r(8347),o=r(4003),a=r(5669),c=r(954),l=r(3381),u=r(7013),p=r(6399),h=r(7959),f=TypeError,d=function(e,t){this.stopped=e,this.result=t},m=d.prototype;e.exports=function(e,t,r){var y,g,v,b,x,w,E,j=r&&r.that,O=!(!r||!r.AS_ENTRIES),S=!(!r||!r.IS_RECORD),P=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),$=n(t,j),_=function(e){return y&&h(y,"normal",e),new d(!0,e)},k=function(e){return O?(i(e),A?$(e[0],e[1],_):$(e[0],e[1])):A?$(e,_):$(e)};if(S)y=e.iterator;else if(P)y=e;else{if(!(g=p(e)))throw f(o(e)+" is not iterable");if(a(g)){for(v=0,b=c(e);b>v;v++)if((x=k(e[v]))&&l(m,x))return x;return new d(!1)}y=u(e,g)}for(w=S?e.next:y.next;!(E=s(w,y)).done;){try{x=k(E.value)}catch(e){h(y,"throw",e)}if("object"==typeof x&&x&&l(m,x))return x}return new d(!1)}},7959:(e,t,r)=>{"use strict";var n=r(3057),s=r(8347),i=r(3514);e.exports=function(e,t,r){var o,a;s(e);try{if(!(o=i(e,"return"))){if("throw"===t)throw r;return r}o=n(o,e)}catch(e){a=!0,o=e}if("throw"===t)throw r;if(a)throw o;return s(o),r}},7102:(e,t,r)=>{"use strict";var n=r(2373).IteratorPrototype,s=r(3628),i=r(3768),o=r(5051),a=r(1113),c=function(){return this};e.exports=function(e,t,r,l){var u=t+" Iterator";return e.prototype=s(n,{next:i(+!l,r)}),o(e,u,!1,!0),a[u]=c,e}},6188:(e,t,r)=>{"use strict";var n=r(1938),s=r(3057),i=r(3599),o=r(4970),a=r(2073),c=r(7102),l=r(3439),u=r(4619),p=r(5051),h=r(8471),f=r(492),d=r(6615),m=r(1113),y=r(2373),g=o.PROPER,v=o.CONFIGURABLE,b=y.IteratorPrototype,x=y.BUGGY_SAFARI_ITERATORS,w=d("iterator"),E="keys",j="values",O="entries",S=function(){return this};e.exports=function(e,t,r,o,d,y,P){c(r,t,o);var A,$,_,k=function(e){if(e===d&&R)return R;if(!x&&e&&e in T)return T[e];switch(e){case E:case j:case O:return function(){return new r(this,e)}}return function(){return new r(this)}},I=t+" Iterator",C=!1,T=e.prototype,M=T[w]||T["@@iterator"]||d&&T[d],R=!x&&M||k(d),F="Array"===t&&T.entries||M;if(F&&(A=l(F.call(new e)))!==Object.prototype&&A.next&&(i||l(A)===b||(u?u(A,b):a(A[w])||f(A,w,S)),p(A,I,!0,!0),i&&(m[I]=S)),g&&d===j&&M&&M.name!==j&&(!i&&v?h(T,"name",j):(C=!0,R=function(){return s(M,this)})),d)if($={values:k(j),keys:y?R:k(E),entries:k(O)},P)for(_ in $)(x||C||!(_ in T))&&f(T,_,$[_]);else n({target:t,proto:!0,forced:x||C},$);return i&&!P||T[w]===R||f(T,w,R,{name:d}),m[t]=R,$}},2373:(e,t,r)=>{"use strict";var n,s,i,o=r(7131),a=r(2073),c=r(5774),l=r(3628),u=r(3439),p=r(492),h=r(6615),f=r(3599),d=h("iterator"),m=!1;[].keys&&("next"in(i=[].keys())?(s=u(u(i)))!==Object.prototype&&(n=s):m=!0),!c(n)||o((function(){var e={};return n[d].call(e)!==e}))?n={}:f&&(n=l(n)),a(n[d])||p(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:m}},1113:e=>{"use strict";e.exports={}},954:(e,t,r)=>{"use strict";var n=r(2954);e.exports=function(e){return n(e.length)}},1049:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},1764:(e,t,r)=>{"use strict";var n=r(7803);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},3628:(e,t,r)=>{"use strict";var n,s=r(8347),i=r(9157),o=r(347),a=r(6145),c=r(9417),l=r(6171),u=r(651),p="prototype",h="script",f=u("IE_PROTO"),d=function(){},m=function(e){return"<"+h+">"+e+"</"+h+">"},y=function(e){e.write(m("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;g="undefined"!=typeof document?document.domain&&n?y(n):(t=l("iframe"),r="java"+h+":",t.style.display="none",c.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(m("document.F=Object")),e.close(),e.F):y(n);for(var s=o.length;s--;)delete g[p][o[s]];return g()};a[f]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[p]=s(e),r=new d,d[p]=null,r[f]=e):r=g(),void 0===t?r:i.f(r,t)}},9157:(e,t,r)=>{"use strict";var n=r(5560),s=r(2506),i=r(6381),o=r(8347),a=r(9441),c=r(5556);t.f=n&&!s?Object.defineProperties:function(e,t){o(e);for(var r,n=a(t),s=c(t),l=s.length,u=0;l>u;)i.f(e,r=s[u++],n[r]);return e}},6381:(e,t,r)=>{"use strict";var n=r(5560),s=r(2633),i=r(2506),o=r(8347),a=r(5141),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p="enumerable",h="configurable",f="writable";t.f=n?i?function(e,t,r){if(o(e),t=a(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&f in r&&!r[f]){var n=u(e,t);n&&n[f]&&(e[t]=r.value,r={configurable:h in r?r[h]:n[h],enumerable:p in r?r[p]:n[p],writable:!1})}return l(e,t,r)}:l:function(e,t,r){if(o(e),t=a(t),o(r),s)try{return l(e,t,r)}catch(e){}if("get"in r||"set"in r)throw c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5687:(e,t,r)=>{"use strict";var n=r(5560),s=r(3057),i=r(6337),o=r(3768),a=r(9441),c=r(5141),l=r(4373),u=r(2633),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=a(e),t=c(t),u)try{return p(e,t)}catch(e){}if(l(e,t))return o(!s(i.f,e,t),e[t])}},2036:(e,t,r)=>{"use strict";var n=r(4512),s=r(347).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,s)}},6841:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},3439:(e,t,r)=>{"use strict";var n=r(4373),s=r(2073),i=r(5809),o=r(651),a=r(7007),c=o("IE_PROTO"),l=Object,u=l.prototype;e.exports=a?l.getPrototypeOf:function(e){var t=i(e);if(n(t,c))return t[c];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof l?u:null}},3381:(e,t,r)=>{"use strict";var n=r(9036);e.exports=n({}.isPrototypeOf)},4512:(e,t,r)=>{"use strict";var n=r(9036),s=r(4373),i=r(9441),o=r(4581).indexOf,a=r(6145),c=n([].push);e.exports=function(e,t){var r,n=i(e),l=0,u=[];for(r in n)!s(a,r)&&s(n,r)&&c(u,r);for(;t.length>l;)s(n,r=t[l++])&&(~o(u,r)||c(u,r));return u}},5556:(e,t,r)=>{"use strict";var n=r(4512),s=r(347);e.exports=Object.keys||function(e){return n(e,s)}},6337:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);t.f=s?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4619:(e,t,r)=>{"use strict";var n=r(7006),s=r(8347),i=r(8934);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return s(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},5759:(e,t,r)=>{"use strict";var n=r(7104),s=r(5663);e.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},6034:(e,t,r)=>{"use strict";var n=r(3057),s=r(2073),i=r(5774),o=TypeError;e.exports=function(e,t){var r,a;if("string"===t&&s(r=e.toString)&&!i(a=n(r,e)))return a;if(s(r=e.valueOf)&&!i(a=n(r,e)))return a;if("string"!==t&&s(r=e.toString)&&!i(a=n(r,e)))return a;throw o("Can't convert object to primitive value")}},8195:(e,t,r)=>{"use strict";var n=r(7827),s=r(9036),i=r(2036),o=r(6841),a=r(8347),c=s([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(a(e)),r=o.f;return r?c(t,r(e)):t}},7675:e=>{"use strict";e.exports={}},3636:(e,t,r)=>{"use strict";var n=r(6381).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},8890:(e,t,r)=>{"use strict";var n=r(6153),s=TypeError;e.exports=function(e){if(n(e))throw s("Can't call method on "+e);return e}},5051:(e,t,r)=>{"use strict";var n=r(7104),s=r(6381).f,i=r(8471),o=r(4373),a=r(5759),c=r(6615)("toStringTag");e.exports=function(e,t,r,l){if(e){var u=r?e:e.prototype;o(u,c)||s(u,c,{configurable:!0,value:t}),l&&!n&&i(u,"toString",a)}}},651:(e,t,r)=>{"use strict";var n=r(3557),s=r(7980),i=n("keys");e.exports=function(e){return i[e]||(i[e]=s(e))}},4993:(e,t,r)=>{"use strict";var n=r(5391),s=r(909),i="__core-js_shared__",o=n[i]||s(i,{});e.exports=o},3557:(e,t,r)=>{"use strict";var n=r(3599),s=r(4993);(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.32.2",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.32.2/LICENSE",source:"https://github.com/zloirock/core-js"})},235:(e,t,r)=>{"use strict";var n=r(9036),s=r(6759),i=r(7803),o=r(8890),a=n("".charAt),c=n("".charCodeAt),l=n("".slice),u=function(e){return function(t,r){var n,u,p=i(o(t)),h=s(r),f=p.length;return h<0||h>=f?e?"":void 0:(n=c(p,h))<55296||n>56319||h+1===f||(u=c(p,h+1))<56320||u>57343?e?a(p,h):n:e?l(p,h,h+2):u-56320+(n-55296<<10)+65536}};e.exports={codeAt:u(!1),charAt:u(!0)}},7235:(e,t,r)=>{"use strict";var n=r(6312),s=r(7131),i=r(5391).String;e.exports=!!Object.getOwnPropertySymbols&&!s((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},8630:(e,t,r)=>{"use strict";var n=r(6759),s=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?s(r+t,0):i(r,t)}},9441:(e,t,r)=>{"use strict";var n=r(6731),s=r(8890);e.exports=function(e){return n(s(e))}},6759:(e,t,r)=>{"use strict";var n=r(1049);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},2954:(e,t,r)=>{"use strict";var n=r(6759),s=Math.min;e.exports=function(e){return e>0?s(n(e),9007199254740991):0}},5809:(e,t,r)=>{"use strict";var n=r(8890),s=Object;e.exports=function(e){return s(n(e))}},5045:(e,t,r)=>{"use strict";var n=r(3057),s=r(5774),i=r(3969),o=r(3514),a=r(6034),c=r(6615),l=TypeError,u=c("toPrimitive");e.exports=function(e,t){if(!s(e)||i(e))return e;var r,c=o(e,u);if(c){if(void 0===t&&(t="default"),r=n(c,e,t),!s(r)||i(r))return r;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),a(e,t)}},5141:(e,t,r)=>{"use strict";var n=r(5045),s=r(3969);e.exports=function(e){var t=n(e,"string");return s(t)?t:t+""}},7104:(e,t,r)=>{"use strict";var n={};n[r(6615)("toStringTag")]="z",e.exports="[object z]"===String(n)},7803:(e,t,r)=>{"use strict";var n=r(5663),s=String;e.exports=function(e){if("Symbol"===n(e))throw TypeError("Cannot convert a Symbol value to a string");return s(e)}},4003:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},7980:(e,t,r)=>{"use strict";var n=r(9036),s=0,i=Math.random(),o=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++s+i,36)}},1004:(e,t,r)=>{"use strict";var n=r(7235);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},2506:(e,t,r)=>{"use strict";var n=r(5560),s=r(7131);e.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8698:(e,t,r)=>{"use strict";var n=r(5391),s=r(2073),i=n.WeakMap;e.exports=s(i)&&/native code/.test(String(i))},6615:(e,t,r)=>{"use strict";var n=r(5391),s=r(3557),i=r(4373),o=r(7980),a=r(7235),c=r(1004),l=n.Symbol,u=s("wks"),p=c?l.for||l:l&&l.withoutSetter||o;e.exports=function(e){return i(u,e)||(u[e]=a&&i(l,e)?l[e]:p("Symbol."+e)),u[e]}},9005:(e,t,r)=>{"use strict";var n=r(7827),s=r(4373),i=r(8471),o=r(3381),a=r(4619),c=r(2144),l=r(3636),u=r(9739),p=r(1764),h=r(60),f=r(927),d=r(5560),m=r(3599);e.exports=function(e,t,r,y){var g="stackTraceLimit",v=y?2:1,b=e.split("."),x=b[b.length-1],w=n.apply(null,b);if(w){var E=w.prototype;if(!m&&s(E,"cause")&&delete E.cause,!r)return w;var j=n("Error"),O=t((function(e,t){var r=p(y?t:e,void 0),n=y?new w(e):new w;return void 0!==r&&i(n,"message",r),f(n,O,n.stack,2),this&&o(E,this)&&u(n,this,O),arguments.length>v&&h(n,arguments[v]),n}));if(O.prototype=E,"Error"!==x?a?a(O,j):c(O,j,{name:!0}):d&&g in w&&(l(O,w,g),l(O,w,"prepareStackTrace")),c(O,w),!m)try{E.name!==x&&i(E,"name",x),E.constructor=O}catch(e){}return O}}},3970:(e,t,r)=>{"use strict";var n=r(1938),s=r(7827),i=r(1981),o=r(7131),a=r(9005),c="AggregateError",l=s(c),u=!o((function(){return 1!==l([1]).errors[0]}))&&o((function(){return 7!==l([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:a(c,(function(e){return function(t,r){return i(e,this,arguments)}}),u,!0)})},2949:(e,t,r)=>{"use strict";var n=r(1938),s=r(3381),i=r(3439),o=r(4619),a=r(2144),c=r(3628),l=r(8471),u=r(3768),p=r(60),h=r(927),f=r(9384),d=r(1764),m=r(6615)("toStringTag"),y=Error,g=[].push,v=function(e,t){var r,n=s(b,this);o?r=o(y(),n?i(this):b):(r=n?this:c(b),l(r,m,"Error")),void 0!==t&&l(r,"message",d(t)),h(r,v,r.stack,1),arguments.length>2&&p(r,arguments[2]);var a=[];return f(e,g,{that:a}),l(r,"errors",a),r};o?o(v,y):a(v,y,{name:!0});var b=v.prototype=c(y.prototype,{constructor:u(1,v),message:u(1,""),name:u(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:v})},1095:(e,t,r)=>{"use strict";r(2949)},6396:(e,t,r)=>{"use strict";var n=r(9441),s=r(6065),i=r(1113),o=r(9257),a=r(6381).f,c=r(6188),l=r(789),u=r(3599),p=r(5560),h="Array Iterator",f=o.set,d=o.getterFor(h);e.exports=c(Array,"Array",(function(e,t){f(this,{type:h,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;if(!t||n>=t.length)return e.target=void 0,l(void 0,!0);switch(r){case"keys":return l(n,!1);case"values":return l(t[n],!1)}return l([n,t[n]],!1)}),"values");var m=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!u&&p&&"values"!==m.name)try{a(m,"name",{value:"values"})}catch(e){}},9356:(e,t,r)=>{"use strict";var n=r(1938),s=r(5391),i=r(1981),o=r(9005),a="WebAssembly",c=s[a],l=7!==Error("e",{cause:7}).cause,u=function(e,t){var r={};r[e]=o(e,t,l),n({global:!0,constructor:!0,arity:1,forced:l},r)},p=function(e,t){if(c&&c[e]){var r={};r[e]=o(a+"."+e,t,l),n({target:a,stat:!0,constructor:!0,arity:1,forced:l},r)}};u("Error",(function(e){return function(t){return i(e,this,arguments)}})),u("EvalError",(function(e){return function(t){return i(e,this,arguments)}})),u("RangeError",(function(e){return function(t){return i(e,this,arguments)}})),u("ReferenceError",(function(e){return function(t){return i(e,this,arguments)}})),u("SyntaxError",(function(e){return function(t){return i(e,this,arguments)}})),u("TypeError",(function(e){return function(t){return i(e,this,arguments)}})),u("URIError",(function(e){return function(t){return i(e,this,arguments)}})),p("CompileError",(function(e){return function(t){return i(e,this,arguments)}})),p("LinkError",(function(e){return function(t){return i(e,this,arguments)}})),p("RuntimeError",(function(e){return function(t){return i(e,this,arguments)}}))},7632:(e,t,r)=>{"use strict";var n=r(235).charAt,s=r(7803),i=r(9257),o=r(6188),a=r(789),c="String Iterator",l=i.set,u=i.getterFor(c);o(String,"String",(function(e){l(this,{type:c,string:s(e),index:0})}),(function(){var e,t=u(this),r=t.string,s=t.index;return s>=r.length?a(void 0,!0):(e=n(r,s),t.index+=e.length,a(e,!1))}))},4506:(e,t,r)=>{"use strict";r(1095)},813:(e,t,r)=>{"use strict";r(6396);var n=r(4740),s=r(5391),i=r(5663),o=r(8471),a=r(1113),c=r(6615)("toStringTag");for(var l in n){var u=s[l],p=u&&u.prototype;p&&i(p)!==c&&o(p,c,l),a[l]=a.Array}},8199:(e,t,r)=>{"use strict";r(4506);var n=r(8232);r(813),e.exports=n},4744:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)};var r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function s(e,t,r){return e.concat(t).map((function(e){return n(e,r)}))}function i(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function a(e,t,r){var s={};return r.isMergeableObject(e)&&i(e).forEach((function(t){s[t]=n(e[t],r)})),i(t).forEach((function(i){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,i)||(o(e,i)&&r.isMergeableObject(t[i])?s[i]=function(e,t){if(!t.customMerge)return c;var r=t.customMerge(e);return"function"==typeof r?r:c}(i,r)(e[i],t[i],r):s[i]=n(t[i],r))})),s}function c(e,r,i){(i=i||{}).arrayMerge=i.arrayMerge||s,i.isMergeableObject=i.isMergeableObject||t,i.cloneUnlessOtherwiseSpecified=n;var o=Array.isArray(r);return o===Array.isArray(e)?o?i.arrayMerge(e,r,i):a(e,r,i):n(r,i)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return c(e,r,t)}),{})};var l=c;e.exports=l},41:(e,t,r)=>{"use strict";var n=r(655),s=r(8068),i=r(9675),o=r(5795);e.exports=function(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new i("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,c=arguments.length>4?arguments[4]:null,l=arguments.length>5?arguments[5]:null,u=arguments.length>6&&arguments[6],p=!!o&&o(e,t);if(n)n(e,t,{configurable:null===l&&p?p.configurable:!l,enumerable:null===a&&p?p.enumerable:!a,value:r,writable:null===c&&p?p.writable:!c});else{if(!u&&(a||c||l))throw new s("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=r}}},655:(e,t,r)=>{"use strict";var n=r(453)("%Object.defineProperty%",!0)||!1;if(n)try{n({},"a",{value:1})}catch(e){n=!1}e.exports=n},1237:e=>{"use strict";e.exports=EvalError},9383:e=>{"use strict";e.exports=Error},9290:e=>{"use strict";e.exports=RangeError},9538:e=>{"use strict";e.exports=ReferenceError},8068:e=>{"use strict";e.exports=SyntaxError},9675:e=>{"use strict";e.exports=TypeError},5345:e=>{"use strict";e.exports=URIError},9353:e=>{"use strict";var t=Object.prototype.toString,r=Math.max,n=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var s=0;s<t.length;s+=1)r[s+e.length]=t[s];return r};e.exports=function(e){var s=this;if("function"!=typeof s||"[object Function]"!==t.apply(s))throw new TypeError("Function.prototype.bind called on incompatible "+s);for(var i,o=function(e,t){for(var r=[],n=t||0,s=0;n<e.length;n+=1,s+=1)r[s]=e[n];return r}(arguments,1),a=r(0,s.length-o.length),c=[],l=0;l<a;l++)c[l]="$"+l;if(i=Function("binder","return function ("+function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(c,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var t=s.apply(this,n(o,arguments));return Object(t)===t?t:this}return s.apply(e,n(o,arguments))})),s.prototype){var u=function(){};u.prototype=s.prototype,i.prototype=new u,u.prototype=null}return i}},6743:(e,t,r)=>{"use strict";var n=r(9353);e.exports=Function.prototype.bind||n},453:(e,t,r)=>{"use strict";var n,s=r(9383),i=r(1237),o=r(9290),a=r(9538),c=r(8068),l=r(9675),u=r(5345),p=Function,h=function(e){try{return p('"use strict"; return ('+e+").constructor;")()}catch(e){}},f=Object.getOwnPropertyDescriptor;if(f)try{f({},"")}catch(e){f=null}var d=function(){throw new l},m=f?function(){try{return d}catch(e){try{return f(arguments,"callee").get}catch(e){return d}}}():d,y=r(4039)(),g=r(24)(),v=Object.getPrototypeOf||(g?function(e){return e.__proto__}:null),b={},x="undefined"!=typeof Uint8Array&&v?v(Uint8Array):n,w={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":y&&v?v([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":b,"%AsyncGenerator%":b,"%AsyncGeneratorFunction%":b,"%AsyncIteratorPrototype%":b,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":s,"%eval%":eval,"%EvalError%":i,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":p,"%GeneratorFunction%":b,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":y&&v?v(v([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&y&&v?v((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":o,"%ReferenceError%":a,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&y&&v?v((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":y&&v?v(""[Symbol.iterator]()):n,"%Symbol%":y?Symbol:n,"%SyntaxError%":c,"%ThrowTypeError%":m,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":u,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet};if(v)try{null.error}catch(e){var E=v(v(e));w["%Error.prototype%"]=E}var j=function e(t){var r;if("%AsyncFunction%"===t)r=h("async function () {}");else if("%GeneratorFunction%"===t)r=h("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=h("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var s=e("%AsyncGenerator%");s&&v&&(r=v(s.prototype))}return w[t]=r,r},O={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},S=r(6743),P=r(9957),A=S.call(Function.call,Array.prototype.concat),$=S.call(Function.apply,Array.prototype.splice),_=S.call(Function.call,String.prototype.replace),k=S.call(Function.call,String.prototype.slice),I=S.call(Function.call,RegExp.prototype.exec),C=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,T=/\\(\\)?/g,M=function(e,t){var r,n=e;if(P(O,n)&&(n="%"+(r=O[n])[0]+"%"),P(w,n)){var s=w[n];if(s===b&&(s=j(n)),void 0===s&&!t)throw new l("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:s}}throw new c("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new l('"allowMissing" argument must be a boolean');if(null===I(/^%?[^%]*%?$/,e))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=k(e,0,1),r=k(e,-1);if("%"===t&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new c("invalid intrinsic syntax, expected opening `%`");var n=[];return _(e,C,(function(e,t,r,s){n[n.length]=r?_(s,T,"$1"):t||e})),n}(e),n=r.length>0?r[0]:"",s=M("%"+n+"%",t),i=s.name,o=s.value,a=!1,u=s.alias;u&&(n=u[0],$(r,A([0,1],u)));for(var p=1,h=!0;p<r.length;p+=1){var d=r[p],m=k(d,0,1),y=k(d,-1);if(('"'===m||"'"===m||"`"===m||'"'===y||"'"===y||"`"===y)&&m!==y)throw new c("property names with quotes must have matching quotes");if("constructor"!==d&&h||(a=!0),P(w,i="%"+(n+="."+d)+"%"))o=w[i];else if(null!=o){if(!(d in o)){if(!t)throw new l("base intrinsic for "+e+" exists, but the property is not available.");return}if(f&&p+1>=r.length){var g=f(o,d);o=(h=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:o[d]}else h=P(o,d),o=o[d];h&&!a&&(w[i]=o)}}return o}},5795:(e,t,r)=>{"use strict";var n=r(453)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(e){n=null}e.exports=n},592:(e,t,r)=>{"use strict";var n=r(655),s=function(){return!!n};s.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(e){return!0}},e.exports=s},24:e=>{"use strict";var t={foo:{}},r=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof r)}},4039:(e,t,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,s=r(1333);e.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&s())))}},1333:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var s=Object.getOwnPropertyDescriptor(e,t);if(42!==s.value||!0!==s.enumerable)return!1}return!0}},9957:(e,t,r)=>{"use strict";var n=Function.prototype.call,s=Object.prototype.hasOwnProperty,i=r(6743);e.exports=i.call(n,s)},5580:(e,t,r)=>{var n=r(6110)(r(9325),"DataView");e.exports=n},1549:(e,t,r)=>{var n=r(2032),s=r(3862),i=r(6721),o=r(2749),a=r(5749);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},79:(e,t,r)=>{var n=r(3702),s=r(80),i=r(4739),o=r(8655),a=r(1175);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},8223:(e,t,r)=>{var n=r(6110)(r(9325),"Map");e.exports=n},3661:(e,t,r)=>{var n=r(3040),s=r(7670),i=r(289),o=r(4509),a=r(5330);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},2804:(e,t,r)=>{var n=r(6110)(r(9325),"Promise");e.exports=n},6545:(e,t,r)=>{var n=r(6110)(r(9325),"Set");e.exports=n},1240:(e,t,r)=>{var n=r(3661),s=r(1380),i=r(1459);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,e.exports=o},7217:(e,t,r)=>{var n=r(79),s=r(1420),i=r(938),o=r(3605),a=r(9817),c=r(945);function l(e){var t=this.__data__=new n(e);this.size=t.size}l.prototype.clear=s,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=c,e.exports=l},1873:(e,t,r)=>{var n=r(9325).Symbol;e.exports=n},7828:(e,t,r)=>{var n=r(9325).Uint8Array;e.exports=n},8303:(e,t,r)=>{var n=r(6110)(r(9325),"WeakMap");e.exports=n},9770:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,s=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[s++]=o)}return i}},695:(e,t,r)=>{var n=r(8096),s=r(2428),i=r(6449),o=r(3656),a=r(361),c=r(7167),l=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),u=!r&&s(e),p=!r&&!u&&o(e),h=!r&&!u&&!p&&c(e),f=r||u||p||h,d=f?n(e.length,String):[],m=d.length;for(var y in e)!t&&!l.call(e,y)||f&&("length"==y||p&&("offset"==y||"parent"==y)||h&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||a(y,m))||d.push(y);return d}},4528:e=>{e.exports=function(e,t){for(var r=-1,n=t.length,s=e.length;++r<n;)e[s+r]=t[r];return e}},4248:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},6025:(e,t,r)=>{var n=r(5288);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},2199:(e,t,r)=>{var n=r(4528),s=r(6449);e.exports=function(e,t,r){var i=t(e);return s(e)?i:n(i,r(e))}},2552:(e,t,r)=>{var n=r(1873),s=r(659),i=r(9350),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?s(e):i(e)}},7534:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return s(e)&&"[object Arguments]"==n(e)}},270:(e,t,r)=>{var n=r(7068),s=r(346);e.exports=function e(t,r,i,o,a){return t===r||(null==t||null==r||!s(t)&&!s(r)?t!=t&&r!=r:n(t,r,i,o,e,a))}},7068:(e,t,r)=>{var n=r(7217),s=r(5911),i=r(1986),o=r(689),a=r(5861),c=r(6449),l=r(3656),u=r(7167),p="[object Arguments]",h="[object Array]",f="[object Object]",d=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,m,y,g){var v=c(e),b=c(t),x=v?h:a(e),w=b?h:a(t),E=(x=x==p?f:x)==f,j=(w=w==p?f:w)==f,O=x==w;if(O&&l(e)){if(!l(t))return!1;v=!0,E=!1}if(O&&!E)return g||(g=new n),v||u(e)?s(e,t,r,m,y,g):i(e,t,x,r,m,y,g);if(!(1&r)){var S=E&&d.call(e,"__wrapped__"),P=j&&d.call(t,"__wrapped__");if(S||P){var A=S?e.value():e,$=P?t.value():t;return g||(g=new n),y(A,$,r,m,g)}}return!!O&&(g||(g=new n),o(e,t,r,m,y,g))}},5083:(e,t,r)=>{var n=r(1882),s=r(7296),i=r(3805),o=r(7473),a=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,p=l.hasOwnProperty,h=RegExp("^"+u.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||s(e))&&(n(e)?h:a).test(o(e))}},4901:(e,t,r)=>{var n=r(2552),s=r(294),i=r(346),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&s(e.length)&&!!o[n(e)]}},8984:(e,t,r)=>{var n=r(5527),s=r(3650),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return s(e);var t=[];for(var r in Object(e))i.call(e,r)&&"constructor"!=r&&t.push(r);return t}},8096:e=>{e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},7301:e=>{e.exports=function(e){return function(t){return e(t)}}},9219:e=>{e.exports=function(e,t){return e.has(t)}},5481:(e,t,r)=>{var n=r(9325)["__core-js_shared__"];e.exports=n},5911:(e,t,r)=>{var n=r(1240),s=r(4248),i=r(9219);e.exports=function(e,t,r,o,a,c){var l=1&r,u=e.length,p=t.length;if(u!=p&&!(l&&p>u))return!1;var h=c.get(e),f=c.get(t);if(h&&f)return h==t&&f==e;var d=-1,m=!0,y=2&r?new n:void 0;for(c.set(e,t),c.set(t,e);++d<u;){var g=e[d],v=t[d];if(o)var b=l?o(v,g,d,t,e,c):o(g,v,d,e,t,c);if(void 0!==b){if(b)continue;m=!1;break}if(y){if(!s(t,(function(e,t){if(!i(y,t)&&(g===e||a(g,e,r,o,c)))return y.push(t)}))){m=!1;break}}else if(g!==v&&!a(g,v,r,o,c)){m=!1;break}}return c.delete(e),c.delete(t),m}},1986:(e,t,r)=>{var n=r(1873),s=r(7828),i=r(5288),o=r(5911),a=r(317),c=r(4247),l=n?n.prototype:void 0,u=l?l.valueOf:void 0;e.exports=function(e,t,r,n,l,p,h){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!p(new s(e),new s(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var f=a;case"[object Set]":var d=1&n;if(f||(f=c),e.size!=t.size&&!d)return!1;var m=h.get(e);if(m)return m==t;n|=2,h.set(e,t);var y=o(f(e),f(t),n,l,p,h);return h.delete(e),y;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},689:(e,t,r)=>{var n=r(2),s=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,o,a){var c=1&r,l=n(e),u=l.length;if(u!=n(t).length&&!c)return!1;for(var p=u;p--;){var h=l[p];if(!(c?h in t:s.call(t,h)))return!1}var f=a.get(e),d=a.get(t);if(f&&d)return f==t&&d==e;var m=!0;a.set(e,t),a.set(t,e);for(var y=c;++p<u;){var g=e[h=l[p]],v=t[h];if(i)var b=c?i(v,g,h,t,e,a):i(g,v,h,e,t,a);if(!(void 0===b?g===v||o(g,v,r,i,a):b)){m=!1;break}y||(y="constructor"==h)}if(m&&!y){var x=e.constructor,w=t.constructor;x==w||!("constructor"in e)||!("constructor"in t)||"function"==typeof x&&x instanceof x&&"function"==typeof w&&w instanceof w||(m=!1)}return a.delete(e),a.delete(t),m}},4840:(e,t,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},2:(e,t,r)=>{var n=r(2199),s=r(4664),i=r(5950);e.exports=function(e){return n(e,i,s)}},2651:(e,t,r)=>{var n=r(4218);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},6110:(e,t,r)=>{var n=r(5083),s=r(392);e.exports=function(e,t){var r=s(e,t);return n(r)?r:void 0}},659:(e,t,r)=>{var n=r(1873),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,a),r=e[a];try{e[a]=void 0;var n=!0}catch(e){}var s=o.call(e);return n&&(t?e[a]=r:delete e[a]),s}},4664:(e,t,r)=>{var n=r(9770),s=r(3345),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return i.call(e,t)})))}:s;e.exports=a},5861:(e,t,r)=>{var n=r(5580),s=r(8223),i=r(2804),o=r(6545),a=r(8303),c=r(2552),l=r(7473),u="[object Map]",p="[object Promise]",h="[object Set]",f="[object WeakMap]",d="[object DataView]",m=l(n),y=l(s),g=l(i),v=l(o),b=l(a),x=c;(n&&x(new n(new ArrayBuffer(1)))!=d||s&&x(new s)!=u||i&&x(i.resolve())!=p||o&&x(new o)!=h||a&&x(new a)!=f)&&(x=function(e){var t=c(e),r="[object Object]"==t?e.constructor:void 0,n=r?l(r):"";if(n)switch(n){case m:return d;case y:return u;case g:return p;case v:return h;case b:return f}return t}),e.exports=x},392:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},2032:(e,t,r)=>{var n=r(1042);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},3862:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},6721:(e,t,r)=>{var n=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(t,e)?t[e]:void 0}},2749:(e,t,r)=>{var n=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:s.call(t,e)}},5749:(e,t,r)=>{var n=r(1042);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},361:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},4218:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},7296:(e,t,r)=>{var n,s=r(5481),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!i&&i in e}},5527:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},3702:e=>{e.exports=function(){this.__data__=[],this.size=0}},80:(e,t,r)=>{var n=r(6025),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():s.call(t,r,1),--this.size,!0)}},4739:(e,t,r)=>{var n=r(6025);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},8655:(e,t,r)=>{var n=r(6025);e.exports=function(e){return n(this.__data__,e)>-1}},1175:(e,t,r)=>{var n=r(6025);e.exports=function(e,t){var r=this.__data__,s=n(r,e);return s<0?(++this.size,r.push([e,t])):r[s][1]=t,this}},3040:(e,t,r)=>{var n=r(1549),s=r(79),i=r(8223);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},7670:(e,t,r)=>{var n=r(2651);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},289:(e,t,r)=>{var n=r(2651);e.exports=function(e){return n(this,e).get(e)}},4509:(e,t,r)=>{var n=r(2651);e.exports=function(e){return n(this,e).has(e)}},5330:(e,t,r)=>{var n=r(2651);e.exports=function(e,t){var r=n(this,e),s=r.size;return r.set(e,t),this.size+=r.size==s?0:1,this}},317:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},1042:(e,t,r)=>{var n=r(6110)(Object,"create");e.exports=n},3650:(e,t,r)=>{var n=r(4335)(Object.keys,Object);e.exports=n},6009:(e,t,r)=>{e=r.nmd(e);var n=r(4840),s=t&&!t.nodeType&&t,i=s&&e&&!e.nodeType&&e,o=i&&i.exports===s&&n.process,a=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},9350:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},4335:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},9325:(e,t,r)=>{var n=r(4840),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();e.exports=i},1380:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},1459:e=>{e.exports=function(e){return this.__data__.has(e)}},4247:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},1420:(e,t,r)=>{var n=r(79);e.exports=function(){this.__data__=new n,this.size=0}},938:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},3605:e=>{e.exports=function(e){return this.__data__.get(e)}},9817:e=>{e.exports=function(e){return this.__data__.has(e)}},945:(e,t,r)=>{var n=r(79),s=r(8223),i=r(3661);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(e,t),this.size=r.size,this}},7473:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},5288:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},2428:(e,t,r)=>{var n=r(7534),s=r(346),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(e){return s(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=c},6449:e=>{var t=Array.isArray;e.exports=t},4894:(e,t,r)=>{var n=r(1882),s=r(294);e.exports=function(e){return null!=e&&s(e.length)&&!n(e)}},3812:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return!0===e||!1===e||s(e)&&"[object Boolean]"==n(e)}},3656:(e,t,r)=>{e=r.nmd(e);var n=r(9325),s=r(9935),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;e.exports=c},2404:(e,t,r)=>{var n=r(270);e.exports=function(e,t){return n(e,t)}},1882:(e,t,r)=>{var n=r(2552),s=r(3805);e.exports=function(e){if(!s(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},294:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},5187:e=>{e.exports=function(e){return null===e}},8023:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return"number"==typeof e||s(e)&&"[object Number]"==n(e)}},3805:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},346:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},5015:(e,t,r)=>{var n=r(2552),s=r(6449),i=r(346);e.exports=function(e){return"string"==typeof e||!s(e)&&i(e)&&"[object String]"==n(e)}},7167:(e,t,r)=>{var n=r(4901),s=r(7301),i=r(6009),o=i&&i.isTypedArray,a=o?s(o):n;e.exports=a},5950:(e,t,r)=>{var n=r(695),s=r(8984),i=r(4894);e.exports=function(e){return i(e)?n(e):s(e)}},6048:e=>{e.exports=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}},3345:e=>{e.exports=function(){return[]}},9935:e=>{e.exports=function(){return!1}},2340:(e,t,r)=>{const n=r(6048);function s(e){return"string"==typeof e?t=>t.element===e:e.constructor&&e.extend?t=>t instanceof e:e}class i{constructor(e){this.elements=e||[]}toValue(){return this.elements.map((e=>e.toValue()))}map(e,t){return this.elements.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return e=s(e),new i(this.elements.filter(e,t))}reject(e,t){return e=s(e),new i(this.elements.filter(n(e),t))}find(e,t){return e=s(e),this.elements.find(e,t)}forEach(e,t){this.elements.forEach(e,t)}reduce(e,t){return this.elements.reduce(e,t)}includes(e){return this.elements.some((t=>t.equals(e)))}shift(){return this.elements.shift()}unshift(e){this.elements.unshift(this.refract(e))}push(e){return this.elements.push(this.refract(e)),this}add(e){this.push(e)}get(e){return this.elements[e]}getValue(e){const t=this.elements[e];if(t)return t.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),e.exports=i},5973:e=>{class t{constructor(e,t){this.key=e,this.value=t}clone(){const e=new t;return this.key&&(e.key=this.key.clone()),this.value&&(e.value=this.value.clone()),e}}e.exports=t},3110:(e,t,r)=>{const n=r(5187),s=r(5015),i=r(8023),o=r(3812),a=r(3805),c=r(5105),l=r(6804);class u{constructor(e){this.elementMap={},this.elementDetection=[],this.Element=l.Element,this.KeyValuePair=l.KeyValuePair,e&&e.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.load({base:this}),this}useDefault(){return this.register("null",l.NullElement).register("string",l.StringElement).register("number",l.NumberElement).register("boolean",l.BooleanElement).register("array",l.ArrayElement).register("object",l.ObjectElement).register("member",l.MemberElement).register("ref",l.RefElement).register("link",l.LinkElement),this.detect(n,l.NullElement,!1).detect(s,l.StringElement,!1).detect(i,l.NumberElement,!1).detect(o,l.BooleanElement,!1).detect(Array.isArray,l.ArrayElement,!1).detect(a,l.ObjectElement,!1),this}register(e,t){return this._elements=void 0,this.elementMap[e]=t,this}unregister(e){return this._elements=void 0,delete this.elementMap[e],this}detect(e,t,r){return void 0===r||r?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(e)){t=new s(e);break}}return t}getElementClass(e){const t=this.elementMap[e];return void 0===t?this.Element:t}fromRefract(e){return this.serialiser.deserialise(e)}toRefract(e){return this.serialiser.serialise(e)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((e=>{const t=e[0].toUpperCase()+e.substr(1);this._elements[t]=this.elementMap[e]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=u,e.exports=u},866:(e,t,r)=>{const n=r(6048),s=r(2340);class i extends s{map(e,t){return this.elements.map((r=>e.bind(t)(r.value,r.key,r)))}filter(e,t){return new i(this.elements.filter((r=>e.bind(t)(r.value,r.key,r))))}reject(e,t){return this.filter(n(e.bind(t)))}forEach(e,t){return this.elements.forEach(((r,n)=>{e.bind(t)(r.value,r.key,r,n)}))}keys(){return this.map(((e,t)=>t.toValue()))}values(){return this.map((e=>e.toValue()))}}e.exports=i},6804:(e,t,r)=>{const n=r(316),s=r(1067),i=r(1167),o=r(239),a=r(2242),c=r(6233),l=r(7726),u=r(1045),p=r(6303),h=r(4540),f=r(2340),d=r(866),m=r(5973);function y(e){if(e instanceof n)return e;if("string"==typeof e)return new i(e);if("number"==typeof e)return new o(e);if("boolean"==typeof e)return new a(e);if(null===e)return new s;if(Array.isArray(e))return new c(e.map(y));if("object"==typeof e){return new u(e)}return e}n.prototype.ObjectElement=u,n.prototype.RefElement=h,n.prototype.MemberElement=l,n.prototype.refract=y,f.prototype.refract=y,e.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:l,ObjectElement:u,LinkElement:p,RefElement:h,refract:y,ArraySlice:f,ObjectSlice:d,KeyValuePair:m}},6303:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}}},4540:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}}},4035:(e,t,r)=>{const n=r(3110),s=r(6804);t.g$=n,t.KeyValuePair=r(5973),t.G6=s.ArraySlice,t.ot=s.ObjectSlice,t.Hg=s.Element,t.Om=s.StringElement,t.kT=s.NumberElement,t.bd=s.BooleanElement,t.Os=s.NullElement,t.wE=s.ArrayElement,t.Sh=s.ObjectElement,t.Pr=s.MemberElement,t.sI=s.RefElement,t.Ft=s.LinkElement,t.e=s.refract,r(5105),r(5147)},6233:(e,t,r)=>{const n=r(6048),s=r(316),i=r(2340);class o extends s{constructor(e,t,r){super(e||[],t,r),this.element="array"}primitive(){return"array"}get(e){return this.content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}getIndex(e){return this.content[e]}set(e,t){return this.content[e]=this.refract(t),this}remove(e){const t=this.content.splice(e,1);return t.length?t[0]:null}map(e,t){return this.content.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return new i(this.content.filter(e,t))}reject(e,t){return this.filter(n(e),t)}reduce(e,t){let r,n;void 0!==t?(r=0,n=this.refract(t)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let t=r;t<this.length;t+=1){const r=this.content[t];n="object"===this.primitive()?this.refract(e(n,r.value,r.key,r,this)):this.refract(e(n,r,t,this))}return n}forEach(e,t){this.content.forEach(((r,n)=>{e.bind(t)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(e){this.content.unshift(this.refract(e))}push(e){return this.content.push(this.refract(e)),this}add(e){this.push(e)}findElements(e,t){const r=t||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((t,r,i)=>{n&&void 0!==t.findElements&&t.findElements(e,{results:s,recursive:n}),e(t,r,i)&&s.push(t)})),s}find(e){return new i(this.findElements(e,{recursive:!0}))}findByElement(e){return this.find((t=>t.element===e))}findByClass(e){return this.find((t=>t.classes.includes(e)))}getById(e){return this.find((t=>t.id.toValue()===e)).first}includes(e){return this.content.some((t=>t.equals(e)))}contains(e){return this.includes(e)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(e){return new this.constructor(this.content.concat(e.content))}"fantasy-land/concat"(e){return this.concat(e)}"fantasy-land/map"(e){return new this.constructor(this.map(e))}"fantasy-land/chain"(e){return this.map((t=>e(t)),this).reduce(((e,t)=>e.concat(t)),this.empty())}"fantasy-land/filter"(e){return new this.constructor(this.content.filter(e))}"fantasy-land/reduce"(e,t){return this.content.reduce(e,t)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),e.exports=o},2242:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="boolean"}primitive(){return"boolean"}}},316:(e,t,r)=>{const n=r(2404),s=r(5973),i=r(2340);class o{constructor(e,t,r){t&&(this.meta=t),r&&(this.attributes=r),this.content=e}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((e=>{e.parent=this,e.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const e=new this.constructor;return e.element=this.element,this.meta.length&&(e._meta=this.meta.clone()),this.attributes.length&&(e._attributes=this.attributes.clone()),this.content?this.content.clone?e.content=this.content.clone():Array.isArray(this.content)?e.content=this.content.map((e=>e.clone())):e.content=this.content:e.content=this.content,e}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((e=>e.toValue()),this):this.content}toRef(e){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const t=new this.RefElement(this.id.toValue());return e&&(t.path=e),t}findRecursive(...e){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const t=e.pop();let r=new i;const n=(e,t)=>(e.push(t),e),o=(e,r)=>{r.element===t&&e.push(r);const i=r.findRecursive(t);return i&&i.reduce(n,e),r.content instanceof s&&(r.content.key&&o(e,r.content.key),r.content.value&&o(e,r.content.value)),e};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),e.isEmpty||(r=r.filter((t=>{let r=t.parents.map((e=>e.element));for(const t in e){const n=e[t],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(e){return this.content=e,this}equals(e){return n(this.toValue(),e)}getMetaProperty(e,t){if(!this.meta.hasKey(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.meta.set(e,t)}return this.meta.get(e)}setMetaProperty(e,t){this.meta.set(e,t)}get element(){return this._storedElement||"element"}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof o)this._content=e;else if(e instanceof i)this.content=e.elements;else if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"null"===e||null==e)this._content=e;else if(e instanceof s)this._content=e;else if(Array.isArray(e))this._content=e.map(this.refract);else{if("object"!=typeof e)throw new Error("Cannot set content to given value");this._content=Object.keys(e).map((t=>new this.MemberElement(t,e[t])))}}get meta(){if(!this._meta){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._meta=new this.ObjectElement}return this._meta}set meta(e){e instanceof this.ObjectElement?this._meta=e:this.meta.set(e||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._attributes=new this.ObjectElement}return this._attributes}set attributes(e){e instanceof this.ObjectElement?this._attributes=e:this.attributes.set(e||{})}get id(){return this.getMetaProperty("id","")}set id(e){this.setMetaProperty("id",e)}get classes(){return this.getMetaProperty("classes",[])}set classes(e){this.setMetaProperty("classes",e)}get title(){return this.getMetaProperty("title","")}set title(e){this.setMetaProperty("title",e)}get description(){return this.getMetaProperty("description","")}set description(e){this.setMetaProperty("description",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:e}=this;const t=new i;for(;e;)t.push(e),e=e.parent;return t}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const e=new i([this.content.key]);return this.content.value&&e.push(this.content.value),e}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const e=new i;return this.children.forEach((t=>{e.push(t),t.recursiveChildren.forEach((t=>{e.push(t)}))})),e}}e.exports=o},7726:(e,t,r)=>{const n=r(5973),s=r(316);e.exports=class extends s{constructor(e,t,r,s){super(new n,r,s),this.element="member",this.key=e,this.value=t}get key(){return this.content.key}set key(e){this.content.key=this.refract(e)}get value(){return this.content.value}set value(e){this.content.value=this.refract(e)}}},1067:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||null,t,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},239:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="number"}primitive(){return"number"}}},1045:(e,t,r)=>{const n=r(6048),s=r(3805),i=r(6233),o=r(7726),a=r(866);e.exports=class extends i{constructor(e,t,r){super(e||[],t,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((e,t)=>(e[t.key.toValue()]=t.value?t.value.toValue():void 0,e)),{})}get(e){const t=this.getMember(e);if(t)return t.value}getMember(e){if(void 0!==e)return this.content.find((t=>t.key.toValue()===e))}remove(e){let t=null;return this.content=this.content.filter((r=>r.key.toValue()!==e||(t=r,!1))),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if(s(e))return Object.keys(e).forEach((t=>{this.set(t,e[t])})),this;const r=e,n=this.getMember(r);return n?n.value=t:this.content.push(new o(r,t)),this}keys(){return this.content.map((e=>e.key.toValue()))}values(){return this.content.map((e=>e.value.toValue()))}hasKey(e){return this.content.some((t=>t.key.equals(e)))}items(){return this.content.map((e=>[e.key.toValue(),e.value.toValue()]))}map(e,t){return this.content.map((r=>e.bind(t)(r.value,r.key,r)))}compactMap(e,t){const r=[];return this.forEach(((n,s,i)=>{const o=e.bind(t)(n,s,i);o&&r.push(o)})),r}filter(e,t){return new a(this.content).filter(e,t)}reject(e,t){return this.filter(n(e),t)}forEach(e,t){return this.content.forEach((r=>e.bind(t)(r.value,r.key,r)))}}},1167:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},5147:(e,t,r)=>{const n=r(5105);e.exports=class extends n{serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);let t;e._attributes&&e.attributes.get("variable")&&(t=e.attributes.get("variable"));const r={element:e.element};e._meta&&e._meta.length>0&&(r.meta=this.serialiseObject(e.meta));const n="enum"===e.element||-1!==e.attributes.keys().indexOf("enumerations");if(n){const t=this.enumSerialiseAttributes(e);t&&(r.attributes=t)}else if(e._attributes&&e._attributes.length>0){let{attributes:n}=e;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===e.element&&t&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(e,r);else if(this[`${e.element}SerialiseContent`])r.content=this[`${e.element}SerialiseContent`](e,r);else if(void 0!==e.content){let n;t&&e.content.key?(n=e.content.clone(),n.key.attributes.set("variable",t),n=this.serialiseContent(n)):n=this.serialiseContent(e.content),this.shouldSerialiseContent(e,n)&&(r.content=n)}else this.shouldSerialiseContent(e,e.content)&&e instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(e,t){return"parseResult"===e.element||"httpRequest"===e.element||"httpResponse"===e.element||"category"===e.element||"link"===e.element||void 0!==t&&(!Array.isArray(t)||0!==t.length)}refSerialiseContent(e,t){return delete t.attributes,{href:e.toValue(),path:e.path.toValue()}}sourceMapSerialiseContent(e){return e.toValue()}dataStructureSerialiseContent(e){return[this.serialiseContent(e.content)]}enumSerialiseAttributes(e){const t=e.attributes.clone(),r=t.remove("enumerations")||new this.namespace.elements.Array([]),n=t.get("default");let s=t.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),t.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((e=>{e.content&&e.content.element&&e.content.attributes.remove("typeAttributes")})),e.content&&0!==r.length&&s.unshift(e.content),s=s.map((e=>e instanceof this.namespace.elements.Array?[e]:new this.namespace.elements.Array([e.content]))),s.length&&t.set("samples",s),t.length>0)return this.serialiseObject(t)}enumSerialiseContent(e){if(e._attributes){const t=e.attributes.get("enumerations");if(t&&t.length>0)return t.content.map((e=>{const t=e.clone();return t.attributes.remove("typeAttributes"),this.serialise(t)}))}if(e.content){const t=e.content.clone();return t.attributes.remove("typeAttributes"),[this.serialise(t)]}return[]}deserialise(e){if("string"==typeof e)return new this.namespace.elements.String(e);if("number"==typeof e)return new this.namespace.elements.Number(e);if("boolean"==typeof e)return new this.namespace.elements.Boolean(e);if(null===e)return new this.namespace.elements.Null;if(Array.isArray(e))return new this.namespace.elements.Array(e.map(this.deserialise,this));const t=this.namespace.getElementClass(e.element),r=new t;r.element!==e.element&&(r.element=e.element),e.meta&&this.deserialiseObject(e.meta,r.meta),e.attributes&&this.deserialiseObject(e.attributes,r.attributes);const n=this.deserialiseContent(e.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let e=r.attributes.get("samples");if(r.attributes.remove("samples"),e){const n=e;e=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new t(n);s.element=r.element,e.push(s)}))}));const s=e.shift();r.content=s?s.content:void 0,r.attributes.set("samples",e)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const e=new t(n);e.element=r.element,r.attributes.set("default",e)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const e=r.attributes.get("meta");e&&(r.attributes.set("metadata",e),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}return e&&e.map?e.map(this.serialise,this):e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}shouldRefract(e){return!!(e._attributes&&e.attributes.keys().length||e._meta&&e.meta.keys().length)||"enum"!==e.element&&(e.element!==e.primitive()||"member"===e.element)}convertKeyToRefract(e,t){return this.shouldRefract(t)?this.serialise(t):"enum"===t.element?this.serialiseEnum(t):"array"===t.element?t.map((t=>this.shouldRefract(t)||"default"===e?this.serialise(t):"array"===t.element||"object"===t.element||"enum"===t.element?t.children.map((e=>this.serialise(e))):t.toValue())):"object"===t.element?(t.content||[]).map(this.serialise,this):t.toValue()}serialiseEnum(e){return e.children.map((e=>this.serialise(e)))}serialiseObject(e){const t={};return e.forEach(((e,r)=>{if(e){const n=r.toValue();t[n]=this.convertKeyToRefract(n,e)}})),t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},5105:e=>{e.exports=class{constructor(e){this.namespace=e||new this.Namespace}serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);const t={element:e.element};e._meta&&e._meta.length>0&&(t.meta=this.serialiseObject(e.meta)),e._attributes&&e._attributes.length>0&&(t.attributes=this.serialiseObject(e.attributes));const r=this.serialiseContent(e.content);return void 0!==r&&(t.content=r),t}deserialise(e){if(!e.element)throw new Error("Given value is not an object containing an element name");const t=new(this.namespace.getElementClass(e.element));t.element!==e.element&&(t.element=e.element),e.meta&&this.deserialiseObject(e.meta,t.meta),e.attributes&&this.deserialiseObject(e.attributes,t.attributes);const r=this.deserialiseContent(e.content);return void 0===r&&null!==t.content||(t.content=r),t}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}if(e&&e.map){if(0===e.length)return;return e.map(this.serialise,this)}return e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}serialiseObject(e){const t={};if(e.forEach(((e,r)=>{e&&(t[r.toValue()]=this.serialise(e))})),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},8859:(e,t,r)=>{var n="function"==typeof Map&&Map.prototype,s=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=n&&s&&"function"==typeof s.get?s.get:null,o=n&&Map.prototype.forEach,a="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&a?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=a&&c&&"function"==typeof c.get?c.get:null,u=a&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,f="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,m=Object.prototype.toString,y=Function.prototype.toString,g=String.prototype.match,v=String.prototype.slice,b=String.prototype.replace,x=String.prototype.toUpperCase,w=String.prototype.toLowerCase,E=RegExp.prototype.test,j=Array.prototype.concat,O=Array.prototype.join,S=Array.prototype.slice,P=Math.floor,A="function"==typeof BigInt?BigInt.prototype.valueOf:null,$=Object.getOwnPropertySymbols,_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,k="function"==typeof Symbol&&"object"==typeof Symbol.iterator,I="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===k||"symbol")?Symbol.toStringTag:null,C=Object.prototype.propertyIsEnumerable,T=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function M(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||E.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-P(-e):P(e);if(n!==e){var s=String(n),i=v.call(t,s.length+1);return b.call(s,r,"$&_")+"."+b.call(b.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(t,r,"$&_")}var R=r(2634),F=R.custom,D=U(F)?F:null;function N(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function q(e){return b.call(String(e),/"/g,"&quot;")}function L(e){return!("[object Array]"!==H(e)||I&&"object"==typeof e&&I in e)}function B(e){return!("[object RegExp]"!==H(e)||I&&"object"==typeof e&&I in e)}function U(e){if(k)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,s,a){var c=n||{};if(z(c,"quoteStyle")&&"single"!==c.quoteStyle&&"double"!==c.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(z(c,"maxStringLength")&&("number"==typeof c.maxStringLength?c.maxStringLength<0&&c.maxStringLength!==1/0:null!==c.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var m=!z(c,"customInspect")||c.customInspect;if("boolean"!=typeof m&&"symbol"!==m)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(z(c,"indent")&&null!==c.indent&&"\t"!==c.indent&&!(parseInt(c.indent,10)===c.indent&&c.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(z(c,"numericSeparator")&&"boolean"!=typeof c.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var x=c.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return G(t,c);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var E=String(t);return x?M(t,E):E}if("bigint"==typeof t){var P=String(t)+"n";return x?M(t,P):P}var $=void 0===c.depth?5:c.depth;if(void 0===s&&(s=0),s>=$&&$>0&&"object"==typeof t)return L(t)?"[Array]":"[Object]";var F=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=O.call(Array(e.indent+1)," ")}return{base:r,prev:O.call(Array(t+1),r)}}(c,s);if(void 0===a)a=[];else if(J(a,t)>=0)return"[Circular]";function V(t,r,n){if(r&&(a=S.call(a)).push(r),n){var i={depth:c.depth};return z(c,"quoteStyle")&&(i.quoteStyle=c.quoteStyle),e(t,i,s+1,a)}return e(t,c,s+1,a)}if("function"==typeof t&&!B(t)){var K=function(e){if(e.name)return e.name;var t=g.call(y.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),ee=Z(t,V);return"[Function"+(K?": "+K:" (anonymous)")+"]"+(ee.length>0?" { "+O.call(ee,", ")+" }":"")}if(U(t)){var te=k?b.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):_.call(t);return"object"!=typeof t||k?te:W(te)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var re="<"+w.call(String(t.nodeName)),ne=t.attributes||[],se=0;se<ne.length;se++)re+=" "+ne[se].name+"="+N(q(ne[se].value),"double",c);return re+=">",t.childNodes&&t.childNodes.length&&(re+="..."),re+="</"+w.call(String(t.nodeName))+">"}if(L(t)){if(0===t.length)return"[]";var ie=Z(t,V);return F&&!function(e){for(var t=0;t<e.length;t++)if(J(e[t],"\n")>=0)return!1;return!0}(ie)?"["+Q(ie,F)+"]":"[ "+O.call(ie,", ")+" ]"}if(function(e){return!("[object Error]"!==H(e)||I&&"object"==typeof e&&I in e)}(t)){var oe=Z(t,V);return"cause"in Error.prototype||!("cause"in t)||C.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+O.call(oe,", ")+" }":"{ ["+String(t)+"] "+O.call(j.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"==typeof t&&m){if(D&&"function"==typeof t[D]&&R)return R(t,{depth:$-s});if("symbol"!==m&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{l.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var ae=[];return o&&o.call(t,(function(e,r){ae.push(V(r,t,!0)+" => "+V(e,t))})),X("Map",i.call(t),ae,F)}if(function(e){if(!l||!e||"object"!=typeof e)return!1;try{l.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ce=[];return u&&u.call(t,(function(e){ce.push(V(e,t))})),X("Set",l.call(t),ce,F)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{h.call(e,h)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Y("WeakMap");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{h.call(e,h);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Y("WeakSet");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{return f.call(e),!0}catch(e){}return!1}(t))return Y("WeakRef");if(function(e){return!("[object Number]"!==H(e)||I&&"object"==typeof e&&I in e)}(t))return W(V(Number(t)));if(function(e){if(!e||"object"!=typeof e||!A)return!1;try{return A.call(e),!0}catch(e){}return!1}(t))return W(V(A.call(t)));if(function(e){return!("[object Boolean]"!==H(e)||I&&"object"==typeof e&&I in e)}(t))return W(d.call(t));if(function(e){return!("[object String]"!==H(e)||I&&"object"==typeof e&&I in e)}(t))return W(V(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if(t===r.g)return"{ [object globalThis] }";if(!function(e){return!("[object Date]"!==H(e)||I&&"object"==typeof e&&I in e)}(t)&&!B(t)){var le=Z(t,V),ue=T?T(t)===Object.prototype:t instanceof Object||t.constructor===Object,pe=t instanceof Object?"":"null prototype",he=!ue&&I&&Object(t)===t&&I in t?v.call(H(t),8,-1):pe?"Object":"",fe=(ue||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(he||pe?"["+O.call(j.call([],he||[],pe||[]),": ")+"] ":"");return 0===le.length?fe+"{}":F?fe+"{"+Q(le,F)+"}":fe+"{ "+O.call(le,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function z(e,t){return V.call(e,t)}function H(e){return m.call(e)}function J(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function G(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return G(v.call(e,0,t.maxStringLength),t)+n}return N(b.call(b.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,K),"single",t)}function K(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+x.call(t.toString(16))}function W(e){return"Object("+e+")"}function Y(e){return e+" { ? }"}function X(e,t,r,n){return e+" ("+t+") {"+(n?Q(r,n):O.call(r,", "))+"}"}function Q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+O.call(e,","+r)+"\n"+t.prev}function Z(e,t){var r=L(e),n=[];if(r){n.length=e.length;for(var s=0;s<e.length;s++)n[s]=z(e,s)?t(e[s],e):""}var i,o="function"==typeof $?$(e):[];if(k){i={};for(var a=0;a<o.length;a++)i["$"+o[a]]=o[a]}for(var c in e)z(e,c)&&(r&&String(Number(c))===c&&c<e.length||k&&i["$"+c]instanceof Symbol||(E.call(/[^\w$]/,c)?n.push(t(c,e)+": "+t(e[c],e)):n.push(c+": "+t(e[c],e))));if("function"==typeof $)for(var l=0;l<o.length;l++)C.call(e,o[l])&&n.push("["+t(o[l])+"]: "+t(e[o[l]],e));return n}},5606:e=>{var t,r,n=e.exports={};function s(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function o(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:s}catch(e){t=s}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var a,c=[],l=!1,u=-1;function p(){l&&a&&(l=!1,a.length?c=a.concat(c):u=-1,c.length&&h())}function h(){if(!l){var e=o(p);l=!0;for(var t=c.length;t;){for(a=c,c=[];++u<t;)a&&a[u].run();u=-1,t=c.length}a=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{return r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function d(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];c.push(new f(e,t)),1!==c.length||l||o(h)},f.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=d,n.addListener=d,n.once=d,n.off=d,n.removeListener=d,n.removeAllListeners=d,n.emit=d,n.prependListener=d,n.prependOnceListener=d,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},4765:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,n="RFC1738",s="RFC3986";e.exports={default:s,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:n,RFC3986:s}},5373:(e,t,r)=>{"use strict";var n=r(8636),s=r(2642),i=r(4765);e.exports={formats:i,parse:s,stringify:n}},2642:(e,t,r)=>{"use strict";var n=r(7720),s=Object.prototype.hasOwnProperty,i=Array.isArray,o={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:n.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},a=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},l=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,a=r.depth>0&&/(\[[^[\]]*])/.exec(i),l=a?i.slice(0,a.index):i,u=[];if(l){if(!r.plainObjects&&s.call(Object.prototype,l)&&!r.allowPrototypes)return;u.push(l)}for(var p=0;r.depth>0&&null!==(a=o.exec(i))&&p<r.depth;){if(p+=1,!r.plainObjects&&s.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(a[1])}return a&&u.push("["+i.slice(a.index)+"]"),function(e,t,r,n){for(var s=n?t:c(t,r),i=e.length-1;i>=0;--i){var o,a=e[i];if("[]"===a&&r.parseArrays)o=r.allowEmptyArrays&&""===s?[]:[].concat(s);else{o=r.plainObjects?Object.create(null):{};var l="["===a.charAt(0)&&"]"===a.charAt(a.length-1)?a.slice(1,-1):a,u=r.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(u,10);r.parseArrays||""!==u?!isNaN(p)&&a!==u&&String(p)===u&&p>=0&&r.parseArrays&&p<=r.arrayLimit?(o=[])[p]=s:"__proto__"!==u&&(o[u]=s):o={0:s}}s=o}return s}(u,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return o;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?o.charset:e.charset,r=void 0===e.duplicates?o.duplicates:e.duplicates;if("combine"!==r&&"first"!==r&&"last"!==r)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||o.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:o.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:o.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:o.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:o.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:o.depth,duplicates:r,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var u="string"==typeof e?function(e,t){var r,l={__proto__:null},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,h=u.split(t.delimiter,p),f=-1,d=t.charset;if(t.charsetSentinel)for(r=0;r<h.length;++r)0===h[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===h[r]?d="utf-8":"utf8=%26%2310003%3B"===h[r]&&(d="iso-8859-1"),f=r,r=h.length);for(r=0;r<h.length;++r)if(r!==f){var m,y,g=h[r],v=g.indexOf("]="),b=-1===v?g.indexOf("="):v+1;-1===b?(m=t.decoder(g,o.decoder,d,"key"),y=t.strictNullHandling?null:""):(m=t.decoder(g.slice(0,b),o.decoder,d,"key"),y=n.maybeMap(c(g.slice(b+1),t),(function(e){return t.decoder(e,o.decoder,d,"value")}))),y&&t.interpretNumericEntities&&"iso-8859-1"===d&&(y=a(y)),g.indexOf("[]=")>-1&&(y=i(y)?[y]:y);var x=s.call(l,m);x&&"combine"===t.duplicates?l[m]=n.combine(l[m],y):x&&"last"!==t.duplicates||(l[m]=y)}return l}(e,r):e,p=r.plainObjects?Object.create(null):{},h=Object.keys(u),f=0;f<h.length;++f){var d=h[f],m=l(d,u[d],r,"string"==typeof e);p=n.merge(p,m,r)}return!0===r.allowSparse?p:n.compact(p)}},8636:(e,t,r)=>{"use strict";var n=r(920),s=r(7720),i=r(4765),o=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,l=Array.prototype.push,u=function(e,t){l.apply(e,c(t)?t:[t])},p=Date.prototype.toISOString,h=i.default,f={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:s.encode,encodeValuesOnly:!1,format:h,formatter:i.formatters[h],indices:!1,serializeDate:function(e){return p.call(e)},skipNulls:!1,strictNullHandling:!1},d={},m=function e(t,r,i,o,a,l,p,h,m,y,g,v,b,x,w,E,j,O){for(var S,P=t,A=O,$=0,_=!1;void 0!==(A=A.get(d))&&!_;){var k=A.get(t);if($+=1,void 0!==k){if(k===$)throw new RangeError("Cyclic object value");_=!0}void 0===A.get(d)&&($=0)}if("function"==typeof y?P=y(r,P):P instanceof Date?P=b(P):"comma"===i&&c(P)&&(P=s.maybeMap(P,(function(e){return e instanceof Date?b(e):e}))),null===P){if(l)return m&&!E?m(r,f.encoder,j,"key",x):r;P=""}if("string"==typeof(S=P)||"number"==typeof S||"boolean"==typeof S||"symbol"==typeof S||"bigint"==typeof S||s.isBuffer(P))return m?[w(E?r:m(r,f.encoder,j,"key",x))+"="+w(m(P,f.encoder,j,"value",x))]:[w(r)+"="+w(String(P))];var I,C=[];if(void 0===P)return C;if("comma"===i&&c(P))E&&m&&(P=s.maybeMap(P,m)),I=[{value:P.length>0?P.join(",")||null:void 0}];else if(c(y))I=y;else{var T=Object.keys(P);I=g?T.sort(g):T}var M=h?r.replace(/\./g,"%2E"):r,R=o&&c(P)&&1===P.length?M+"[]":M;if(a&&c(P)&&0===P.length)return R+"[]";for(var F=0;F<I.length;++F){var D=I[F],N="object"==typeof D&&void 0!==D.value?D.value:P[D];if(!p||null!==N){var q=v&&h?D.replace(/\./g,"%2E"):D,L=c(P)?"function"==typeof i?i(R,q):R:R+(v?"."+q:"["+q+"]");O.set(t,$);var B=n();B.set(d,O),u(C,e(N,L,i,o,a,l,p,h,"comma"===i&&E&&c(P)?null:m,y,g,v,b,x,w,E,j,B))}}return C};e.exports=function(e,t){var r,s=e,l=function(e){if(!e)return f;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n,s=i.formatters[r],l=f.filter;if(("function"==typeof e.filter||c(e.filter))&&(l=e.filter),n=e.arrayFormat in a?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":f.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var u=void 0===e.allowDots?!0===e.encodeDotInKeys||f.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:u,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:f.allowEmptyArrays,arrayFormat:n,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:f.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:l,format:r,formatter:s,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof l.filter?s=(0,l.filter)("",s):c(l.filter)&&(r=l.filter);var p=[];if("object"!=typeof s||null===s)return"";var h=a[l.arrayFormat],d="comma"===h&&l.commaRoundTrip;r||(r=Object.keys(s)),l.sort&&r.sort(l.sort);for(var y=n(),g=0;g<r.length;++g){var v=r[g];l.skipNulls&&null===s[v]||u(p,m(s[v],v,h,d,l.allowEmptyArrays,l.strictNullHandling,l.skipNulls,l.encodeDotInKeys,l.encode?l.encoder:null,l.filter,l.sort,l.allowDots,l.serializeDate,l.format,l.formatter,l.encodeValuesOnly,l.charset,y))}var b=p.join(l.delimiter),x=!0===l.addQueryPrefix?"?":"";return l.charsetSentinel&&("iso-8859-1"===l.charset?x+="utf8=%26%2310003%3B&":x+="utf8=%E2%9C%93&"),b.length>0?x+b:""}},7720:(e,t,r)=>{"use strict";var n=r(4765),s=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r},c=1024;e.exports={arrayToObject:a,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var s=t[n],o=s.obj[s.prop],a=Object.keys(o),c=0;c<a.length;++c){var l=a[c],u=o[l];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:o,prop:l}),r.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],s=0;s<r.length;++s)void 0!==r[s]&&n.push(r[s]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,s,i){if(0===e.length)return e;var a=e;if("symbol"==typeof e?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===r)return escape(a).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",u=0;u<a.length;u+=c){for(var p=a.length>=c?a.slice(u,u+c):a,h=[],f=0;f<p.length;++f){var d=p.charCodeAt(f);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||i===n.RFC1738&&(40===d||41===d)?h[h.length]=p.charAt(f):d<128?h[h.length]=o[d]:d<2048?h[h.length]=o[192|d>>6]+o[128|63&d]:d<55296||d>=57344?h[h.length]=o[224|d>>12]+o[128|d>>6&63]+o[128|63&d]:(f+=1,d=65536+((1023&d)<<10|1023&p.charCodeAt(f)),h[h.length]=o[240|d>>18]+o[128|d>>12&63]+o[128|d>>6&63]+o[128|63&d])}l+=h.join("")}return l},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!s.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var o=t;return i(t)&&!i(r)&&(o=a(t,n)),i(t)&&i(r)?(r.forEach((function(r,i){if(s.call(t,i)){var o=t[i];o&&"object"==typeof o&&r&&"object"==typeof r?t[i]=e(o,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var o=r[i];return s.call(t,i)?t[i]=e(t[i],o,n):t[i]=o,t}),o)}}},6897:(e,t,r)=>{"use strict";var n=r(453),s=r(41),i=r(592)(),o=r(5795),a=r(9675),c=n("%Math.floor%");e.exports=function(e,t){if("function"!=typeof e)throw new a("`fn` is not a function");if("number"!=typeof t||t<0||t>4294967295||c(t)!==t)throw new a("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,l=!0;if("length"in e&&o){var u=o(e,"length");u&&!u.configurable&&(n=!1),u&&!u.writable&&(l=!1)}return(n||l||!r)&&(i?s(e,"length",t,!0,!0):s(e,"length",t)),e}},3306:e=>{"use strict";var t=(()=>{var e=Object.defineProperty,t=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable,o=(t,r,n)=>r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,a=(e,t)=>{for(var r in t||(t={}))s.call(t,r)&&o(e,r,t[r]);if(n)for(var r of n(t))i.call(t,r)&&o(e,r,t[r]);return e},c=(e,t,r)=>(o(e,"symbol"!=typeof t?t+"":t,r),r),l={};((t,r)=>{for(var n in r)e(t,n,{get:r[n],enumerable:!0})})(l,{DEFAULT_OPTIONS:()=>p,DEFAULT_UUID_LENGTH:()=>u,default:()=>d});var u=6,p={dictionary:"alphanum",shuffle:!0,debug:!1,length:u,counter:0},h=class{constructor(e={}){c(this,"counter"),c(this,"debug"),c(this,"dict"),c(this,"version"),c(this,"dictIndex",0),c(this,"dictRange",[]),c(this,"lowerBound",0),c(this,"upperBound",0),c(this,"dictLength",0),c(this,"uuidLength"),c(this,"_digit_first_ascii",48),c(this,"_digit_last_ascii",58),c(this,"_alpha_lower_first_ascii",97),c(this,"_alpha_lower_last_ascii",123),c(this,"_hex_last_ascii",103),c(this,"_alpha_upper_first_ascii",65),c(this,"_alpha_upper_last_ascii",91),c(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),c(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),c(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),c(this,"log",((...e)=>{const t=[...e];if(t[0]=`[short-unique-id] ${e[0]}`,!0===this.debug&&"undefined"!=typeof console&&null!==console)return console.log(...t)})),c(this,"setDictionary",((e,t)=>{let r;if(e&&Array.isArray(e)&&e.length>1)r=e;else{let t;r=[],this.dictIndex=t=0;const n=`_${e}_dict_ranges`,s=this._dict_ranges[n];Object.keys(s).forEach((e=>{const n=e;for(this.dictRange=s[n],this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1],this.dictIndex=t=this.lowerBound;this.lowerBound<=this.upperBound?t<this.upperBound:t>this.upperBound;this.dictIndex=this.lowerBound<=this.upperBound?t+=1:t-=1)r.push(String.fromCharCode(this.dictIndex))}))}if(t){const e=.5;r=r.sort((()=>Math.random()-e))}this.dict=r,this.dictLength=this.dict.length,this.setCounter(0)})),c(this,"seq",(()=>this.sequentialUUID())),c(this,"sequentialUUID",(()=>{let e,t,r="";e=this.counter;do{t=e%this.dictLength,e=Math.trunc(e/this.dictLength),r+=this.dict[t]}while(0!==e);return this.counter+=1,r})),c(this,"rnd",((e=this.uuidLength||u)=>this.randomUUID(e))),c(this,"randomUUID",((e=this.uuidLength||u)=>{let t,r,n;if(null==e||e<1)throw new Error("Invalid UUID Length Provided");for(t="",n=0;n<e;n+=1)r=parseInt((Math.random()*this.dictLength).toFixed(0),10)%this.dictLength,t+=this.dict[r];return t})),c(this,"fmt",((e,t)=>this.formattedUUID(e,t))),c(this,"formattedUUID",((e,t)=>{const r={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(e=>{const n=e.slice(0,2),s=parseInt(e.slice(2),10);return"$s"===n?r[n]().padStart(s,"0"):"$t"===n&&t?r[n](s,t):r[n](s)}))})),c(this,"availableUUIDs",((e=this.uuidLength)=>parseFloat(Math.pow([...new Set(this.dict)].length,e).toFixed(0)))),c(this,"approxMaxBeforeCollision",((e=this.availableUUIDs(this.uuidLength))=>parseFloat(Math.sqrt(Math.PI/2*e).toFixed(20)))),c(this,"collisionProbability",((e=this.availableUUIDs(this.uuidLength),t=this.uuidLength)=>parseFloat((this.approxMaxBeforeCollision(e)/this.availableUUIDs(t)).toFixed(20)))),c(this,"uniqueness",((e=this.availableUUIDs(this.uuidLength))=>{const t=parseFloat((1-this.approxMaxBeforeCollision(e)/e).toFixed(20));return t>1?1:t<0?0:t})),c(this,"getVersion",(()=>this.version)),c(this,"stamp",((e,t)=>{const r=Math.floor(+(t||new Date)/1e3).toString(16);if("number"==typeof e&&0===e)return r;if("number"!=typeof e||e<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join("\n"));const n=e-9,s=Math.round(Math.random()*(n>15?15:n)),i=this.randomUUID(n);return`${i.substring(0,s)}${r}${i.substring(s)}${s.toString(16)}`})),c(this,"parseStamp",((e,t)=>{if(t&&!/t0|t[1-9]\d{1,}/.test(t))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const r=t?t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(e=>{const t={$r:e=>[...Array(e)].map((()=>"r")).join(""),$s:e=>[...Array(e)].map((()=>"s")).join(""),$t:e=>[...Array(e)].map((()=>"t")).join("")},r=e.slice(0,2),n=parseInt(e.slice(2),10);return t[r](n)})).replace(/^(.*?)(t{8,})(.*)$/g,((t,r,n)=>e.substring(r.length,r.length+n.length))):e;if(8===r.length)return new Date(1e3*parseInt(r,16));if(r.length<10)throw new Error("Stamp length invalid");const n=parseInt(r.substring(r.length-1),16);return new Date(1e3*parseInt(r.substring(n,n+8),16))})),c(this,"setCounter",(e=>{this.counter=e}));const t=a(a({},p),e);this.counter=0,this.debug=!1,this.dict=[],this.version="5.0.2";const{dictionary:r,shuffle:n,length:s,counter:i}=t;return this.uuidLength=s,this.setDictionary(r,n),this.setCounter(i),this.debug=t.debug,this.log(this.dict),this.log(`Generator instantiated with Dictionary Size ${this.dictLength} and counter set to ${this.counter}`),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this),this}};c(h,"default",h);var f,d=h;return f=l,((n,i,o,a)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let c of r(i))s.call(n,c)||c===o||e(n,c,{get:()=>i[c],enumerable:!(a=t(i,c))||a.enumerable});return n})(e({},"__esModule",{value:!0}),f)})();e.exports=t.default,"undefined"!=typeof window&&(t=t.default)},920:(e,t,r)=>{"use strict";var n=r(453),s=r(8075),i=r(8859),o=r(9675),a=n("%WeakMap%",!0),c=n("%Map%",!0),l=s("WeakMap.prototype.get",!0),u=s("WeakMap.prototype.set",!0),p=s("WeakMap.prototype.has",!0),h=s("Map.prototype.get",!0),f=s("Map.prototype.set",!0),d=s("Map.prototype.has",!0),m=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new o("Side channel does not contain "+i(e))},get:function(n){if(a&&n&&("object"==typeof n||"function"==typeof n)){if(e)return l(e,n)}else if(c){if(t)return h(t,n)}else if(r)return function(e,t){var r=m(e,t);return r&&r.value}(r,n)},has:function(n){if(a&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return d(t,n)}else if(r)return function(e,t){return!!m(e,t)}(r,n);return!1},set:function(n,s){a&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new a),u(e,n,s)):c?(t||(t=new c),f(t,n,s)):(r||(r={key:{},next:null}),function(e,t,r){var n=m(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,s))}};return n}},2646:e=>{!function(){"use strict";var t,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",l="staticProperties",u="staticDeepProperties",p="staticPropertyDescriptors",h="configuration",f="deepConfiguration",d="deepProps",m="deepStatics",y="deepConf",g="initializers",v="methods",b="composers",x="compose";function w(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[])}function E(e,t){return Array.prototype.slice.call(arguments,2).reduce(e,t)}var j=E.bind(0,(function(e,t){if(t)for(var r=w(t),n=0;n<r.length;n+=1)Object.defineProperty(e,r[n],Object.getOwnPropertyDescriptor(t,r[n]));return e}));function O(e){return"function"==typeof e}function S(e){return e&&"object"==typeof e||O(e)}function P(e){return e&&"object"==typeof e&&e.__proto__==Object.prototype}var A=E.bind(0,(function e(r,n){if(n===t)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!P(n))return n;for(var s,i,o=w(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==t&&(r[s]=e(P(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function $(){return(r=Array.prototype.concat.apply([],arguments).filter((function(e,t,r){return O(e)&&r.indexOf(e)===t}))).length?r:t}function _(e,t){function n(r,n){S(t[r])&&(S(e[r])||(e[r]={}),(n||j)(e[r],t[r]))}function s(n){(r=$(e[n],t[n]))&&(e[n]=r)}return t&&S(t=t[x]||t)&&(n(v),n(o),n(a,A),n(c),n(l),n(u,A),n(p),n(h),n(f,A),s(g),s(b)),e}function k(){return function(e){return r=function e(r){var n,s,i=e[x]||{},l={__proto__:i[v]},u=i[g],p=Array.prototype.slice.apply(arguments),h=i[a];if(h&&A(l,h),(h=i[o])&&j(l,h),(h=i[c])&&Object.defineProperties(l,h),!u||!u.length)return l;for(r===t&&(r={}),i=0;i<u.length;)O(n=u[i++])&&(l=(s=n.call(l,r,{instance:l,stamp:e,args:p}))===t?l:s);return l},(n=e[u])&&A(r,n),(n=e[l])&&j(r,n),(n=e[p])&&Object.defineProperties(r,n),n=O(r[x])?r[x]:k,j(r[x]=function(){return n.apply(this,arguments)},e),r}(Array.prototype.concat.apply([this],arguments).reduce(_,{}))}function I(e){return O(e)&&O(e[x])}var C={};function T(e,i){return function(){return(s={})[e]=i.apply(t,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[x]||n).call(r,s)}}C[v]=T(v,j),C[o]=C.props=T(o,j),C[g]=C.init=T(g,$),C[b]=T(b,$),C[a]=C[d]=T(a,A),C[l]=C.statics=T(l,j),C[u]=C[m]=T(u,A),C[h]=C.conf=T(h,j),C[f]=C[y]=T(f,A),C[c]=T(c,j),C[p]=T(p,j),n=C[x]=j((function(){for(var e,w,E=0,O=[],P=arguments,_=this;E<P.length;)S(e=P[E++])&&O.push(I(e)?e:((s={})[v]=(w=e)[v]||t,n=w.props,s[o]=S((r=w[o])||n)?j({},n,r):t,s[g]=$(w.init,w[g]),s[b]=$(w[b]),n=w[d],s[a]=S((r=w[a])||n)?A({},n,r):t,s[c]=w[c],n=w.statics,s[l]=S((r=w[l])||n)?j({},n,r):t,n=w[m],s[u]=S((r=w[u])||n)?A({},n,r):t,r=w[p],s[p]=S((n=w.name&&{name:{value:w.name}})||r)?j({},r,n):t,n=w.conf,s[h]=S((r=w[h])||n)?j({},n,r):t,n=w[y],s[f]=S((r=w[f])||n)?A({},n,r):t,s));if(e=k.apply(_||i,O),_&&O.unshift(_),Array.isArray(P=e[x][b]))for(E=0;E<P.length;)e=I(_=P[E++]({stamp:e,composables:O}))?_:e;return e}),C),C.create=function(){return this.apply(t,arguments)},(s={})[l]=C,i=k(s),n[x]=n.bind(),n.version="4.3.2","object"!=typeof t?e.exports=n:self.stampit=n}()},6623:e=>{"use strict";function t(e){return Object.prototype.toString.call(e)}var r=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function n(e,t){if(e.forEach)return e.forEach(t);for(var r=0;r<e.length;r++)t(e[r],r,e)}var s=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t},i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols;function a(e){var t=s(e);if(o)for(var r=o(e),n=0;n<r.length;n++)i.call(e,r[n])&&t.push(r[n]);return t}var c=Object.prototype.hasOwnProperty||function(e,t){return t in e};function l(e){if("object"==typeof e&&null!==e){var s;if(r(e))s=[];else if("[object Date]"===t(e))s=new Date(e.getTime?e.getTime():e);else if(function(e){return"[object RegExp]"===t(e)}(e))s=new RegExp(e);else if(function(e){return"[object Error]"===t(e)}(e))s={message:e.message};else if(function(e){return"[object Boolean]"===t(e)}(e)||function(e){return"[object Number]"===t(e)}(e)||function(e){return"[object String]"===t(e)}(e))s=Object(e);else if(Object.create&&Object.getPrototypeOf)s=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)s={};else{var i=e.constructor&&e.constructor.prototype||e.__proto__||{},o=function(){};o.prototype=i,s=new o}return n(a(e),(function(t){s[t]=e[t]})),s}return e}function u(e,t,s){var i=[],o=[],u=!0;return function e(p){var h=s?l(p):p,f={},d=!0,m={node:h,node_:p,path:[].concat(i),parent:o[o.length-1],parents:o,key:i[i.length-1],isRoot:0===i.length,level:i.length,circular:null,update:function(e,t){m.isRoot||(m.parent.node[m.key]=e),m.node=e,t&&(d=!1)},delete:function(e){delete m.parent.node[m.key],e&&(d=!1)},remove:function(e){r(m.parent.node)?m.parent.node.splice(m.key,1):delete m.parent.node[m.key],e&&(d=!1)},keys:null,before:function(e){f.before=e},after:function(e){f.after=e},pre:function(e){f.pre=e},post:function(e){f.post=e},stop:function(){u=!1},block:function(){d=!1}};if(!u)return m;function y(){if("object"==typeof m.node&&null!==m.node){m.keys&&m.node_===m.node||(m.keys=a(m.node)),m.isLeaf=0===m.keys.length;for(var e=0;e<o.length;e++)if(o[e].node_===p){m.circular=o[e];break}}else m.isLeaf=!0,m.keys=null;m.notLeaf=!m.isLeaf,m.notRoot=!m.isRoot}y();var g=t.call(m,m.node);return void 0!==g&&m.update&&m.update(g),f.before&&f.before.call(m,m.node),d?("object"!=typeof m.node||null===m.node||m.circular||(o.push(m),y(),n(m.keys,(function(t,r){i.push(t),f.pre&&f.pre.call(m,m.node[t],t);var n=e(m.node[t]);s&&c.call(m.node,t)&&(m.node[t]=n.node),n.isLast=r===m.keys.length-1,n.isFirst=0===r,f.post&&f.post.call(m,n),i.pop()})),o.pop()),f.after&&f.after.call(m,m.node),m):m}(e).node}function p(e){this.value=e}function h(e){return new p(e)}p.prototype.get=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!c.call(t,n))return;t=t[n]}return t},p.prototype.has=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!c.call(t,n))return!1;t=t[n]}return!0},p.prototype.set=function(e,t){for(var r=this.value,n=0;n<e.length-1;n++){var s=e[n];c.call(r,s)||(r[s]={}),r=r[s]}return r[e[n]]=t,t},p.prototype.map=function(e){return u(this.value,e,!0)},p.prototype.forEach=function(e){return this.value=u(this.value,e,!1),this.value},p.prototype.reduce=function(e,t){var r=1===arguments.length,n=r?this.value:t;return this.forEach((function(t){this.isRoot&&r||(n=e.call(this,n,t))})),n},p.prototype.paths=function(){var e=[];return this.forEach((function(){e.push(this.path)})),e},p.prototype.nodes=function(){var e=[];return this.forEach((function(){e.push(this.node)})),e},p.prototype.clone=function(){var e=[],t=[];return function r(s){for(var i=0;i<e.length;i++)if(e[i]===s)return t[i];if("object"==typeof s&&null!==s){var o=l(s);return e.push(s),t.push(o),n(a(s),(function(e){o[e]=r(s[e])})),e.pop(),t.pop(),o}return s}(this.value)},n(a(p.prototype),(function(e){h[e]=function(t){var r=[].slice.call(arguments,1),n=new p(t);return n[e].apply(n,r)}})),e.exports=h},2634:()=>{},8675:(e,t,r)=>{e.exports=r(1523)}},t={};function r(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};return(()=>{"use strict";r.d(n,{default:()=>Vj});var e={};r.r(e),r.d(e,{JsonPatchError:()=>Qr,_areEquals:()=>ln,applyOperation:()=>nn,applyPatch:()=>sn,applyReducer:()=>on,deepClone:()=>Zr,getValueByPointer:()=>rn,validate:()=>cn,validator:()=>an});var t={};r.r(t),r.d(t,{compare:()=>gn,generate:()=>mn,observe:()=>dn,unobserve:()=>fn});var s={};r.r(s),r.d(s,{bJ:()=>Yi,uQ:()=>zi,Zd:()=>Ki,isHttpUrl:()=>Ji,hd:()=>Xi,aj:()=>Qi,z9:()=>Wi,zj:()=>Zi});var i={};r.r(i),r.d(i,{hasElementSourceMap:()=>Ja,includesClasses:()=>Ka,includesSymbols:()=>Ga,isAnnotationElement:()=>Ba,isArrayElement:()=>Da,isBooleanElement:()=>Ra,isCommentElement:()=>Ua,isElement:()=>Ia,isLinkElement:()=>qa,isMemberElement:()=>Na,isNullElement:()=>Ma,isNumberElement:()=>Ta,isObjectElement:()=>Fa,isParseResultElement:()=>Va,isPrimitiveElement:()=>Ha,isRefElement:()=>La,isSourceMapElement:()=>za,isStringElement:()=>Ca});var o={};r.r(o),r.d(o,{isJSONReferenceElement:()=>sh,isJSONSchemaElement:()=>nh,isLinkDescriptionElement:()=>oh,isMediaElement:()=>ih});var a={};r.r(a),r.d(a,{isBooleanJsonSchemaElement:()=>nd,isCallbackElement:()=>Df,isComponentsElement:()=>Nf,isContactElement:()=>qf,isExampleElement:()=>Lf,isExternalDocumentationElement:()=>Bf,isHeaderElement:()=>Uf,isInfoElement:()=>Vf,isLicenseElement:()=>zf,isLinkElement:()=>Hf,isMediaTypeElement:()=>cd,isOpenApi3_0Element:()=>Gf,isOpenapiElement:()=>Jf,isOperationElement:()=>Kf,isParameterElement:()=>Wf,isPathItemElement:()=>Yf,isPathsElement:()=>Xf,isReferenceElement:()=>Qf,isRequestBodyElement:()=>Zf,isResponseElement:()=>ed,isResponsesElement:()=>td,isSchemaElement:()=>rd,isSecurityRequirementElement:()=>sd,isSecuritySchemeElement:()=>id,isServerElement:()=>od,isServerVariableElement:()=>ad,isServersElement:()=>ld});var c={};r.r(c),r.d(c,{isBooleanJsonSchemaElement:()=>Mb,isCallbackElement:()=>pb,isComponentsElement:()=>hb,isContactElement:()=>fb,isExampleElement:()=>db,isExternalDocumentationElement:()=>mb,isHeaderElement:()=>yb,isInfoElement:()=>gb,isJsonSchemaDialectElement:()=>vb,isLicenseElement:()=>bb,isLinkElement:()=>xb,isMediaTypeElement:()=>qb,isOpenApi3_1Element:()=>Eb,isOpenapiElement:()=>wb,isOperationElement:()=>jb,isParameterElement:()=>Ob,isPathItemElement:()=>Sb,isPathItemElementExternal:()=>Pb,isPathsElement:()=>Ab,isReferenceElement:()=>$b,isReferenceElementExternal:()=>_b,isRequestBodyElement:()=>kb,isResponseElement:()=>Ib,isResponsesElement:()=>Cb,isSchemaElement:()=>Tb,isSecurityRequirementElement:()=>Rb,isSecuritySchemeElement:()=>Fb,isServerElement:()=>Db,isServerVariableElement:()=>Nb});var l={};r.r(l),r.d(l,{cookie:()=>jj,header:()=>Ej,path:()=>bj,query:()=>xj});const u="application/json, application/yaml",p="https://swagger.io",h=Object.freeze({url:"/"});var f=r(5373),d=r.n(f);function m(e){return null==e}var y={isNothing:m,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){return Array.isArray(e)?e:m(e)?[]:[e]},repeat:function(e,t){var r,n="";for(r=0;r<t;r+=1)n+=e;return n},isNegativeZero:function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},extend:function(e,t){var r,n,s,i;if(t)for(r=0,n=(i=Object.keys(t)).length;r<n;r+=1)e[s=i[r]]=t[s];return e}};function g(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+="\n\n"+e.mark.snippet),n+" "+r):n}function v(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=g(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}v.prototype=Object.create(Error.prototype),v.prototype.constructor=v,v.prototype.toString=function(e){return this.name+": "+g(this,e)};var b=v;function x(e,t,r,n,s){var i="",o="",a=Math.floor(s/2)-1;return n-t>a&&(t=n-a+(i=" ... ").length),r-n>a&&(r=n+a-(o=" ...").length),{str:i+e.slice(t,r).replace(/\t/g,"→")+o,pos:n-t+i.length}}function w(e,t){return y.repeat(" ",t-e.length)+e}var E=function(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),"number"!=typeof t.indent&&(t.indent=1),"number"!=typeof t.linesBefore&&(t.linesBefore=3),"number"!=typeof t.linesAfter&&(t.linesAfter=2);for(var r,n=/\r?\n|\r|\0/g,s=[0],i=[],o=-1;r=n.exec(e.buffer);)i.push(r.index),s.push(r.index+r[0].length),e.position<=r.index&&o<0&&(o=s.length-2);o<0&&(o=s.length-1);var a,c,l="",u=Math.min(e.line+t.linesAfter,i.length).toString().length,p=t.maxLength-(t.indent+u+3);for(a=1;a<=t.linesBefore&&!(o-a<0);a++)c=x(e.buffer,s[o-a],i[o-a],e.position-(s[o]-s[o-a]),p),l=y.repeat(" ",t.indent)+w((e.line-a+1).toString(),u)+" | "+c.str+"\n"+l;for(c=x(e.buffer,s[o],i[o],e.position,p),l+=y.repeat(" ",t.indent)+w((e.line+1).toString(),u)+" | "+c.str+"\n",l+=y.repeat("-",t.indent+u+3+c.pos)+"^\n",a=1;a<=t.linesAfter&&!(o+a>=i.length);a++)c=x(e.buffer,s[o+a],i[o+a],e.position-(s[o]-s[o+a]),p),l+=y.repeat(" ",t.indent)+w((e.line+a+1).toString(),u)+" | "+c.str+"\n";return l.replace(/\n$/,"")},j=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],O=["scalar","sequence","mapping"];var S=function(e,t){if(t=t||{},Object.keys(t).forEach((function(t){if(-1===j.indexOf(t))throw new b('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=function(e){var t={};return null!==e&&Object.keys(e).forEach((function(r){e[r].forEach((function(e){t[String(e)]=r}))})),t}(t.styleAliases||null),-1===O.indexOf(this.kind))throw new b('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')};function P(e,t){var r=[];return e[t].forEach((function(e){var t=r.length;r.forEach((function(r,n){r.tag===e.tag&&r.kind===e.kind&&r.multi===e.multi&&(t=n)})),r[t]=e})),r}function A(e){return this.extend(e)}A.prototype.extend=function(e){var t=[],r=[];if(e instanceof S)r.push(e);else if(Array.isArray(e))r=r.concat(e);else{if(!e||!Array.isArray(e.implicit)&&!Array.isArray(e.explicit))throw new b("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(r=r.concat(e.explicit))}t.forEach((function(e){if(!(e instanceof S))throw new b("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(e.loadKind&&"scalar"!==e.loadKind)throw new b("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(e.multi)throw new b("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")})),r.forEach((function(e){if(!(e instanceof S))throw new b("Specified list of YAML types (or a single Type object) contains a non-Type object.")}));var n=Object.create(A.prototype);return n.implicit=(this.implicit||[]).concat(t),n.explicit=(this.explicit||[]).concat(r),n.compiledImplicit=P(n,"implicit"),n.compiledExplicit=P(n,"explicit"),n.compiledTypeMap=function(){var e,t,r={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function n(e){e.multi?(r.multi[e.kind].push(e),r.multi.fallback.push(e)):r[e.kind][e.tag]=r.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(n);return r}(n.compiledImplicit,n.compiledExplicit),n};var $=A,_=new S("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),k=new S("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),I=new S("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),C=new $({explicit:[_,k,I]});var T=new S("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});var M=new S("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function R(e){return 48<=e&&e<=55}function F(e){return 48<=e&&e<=57}var D=new S("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=e.length,s=0,i=!1;if(!n)return!1;if("-"!==(t=e[s])&&"+"!==t||(t=e[++s]),"0"===t){if(s+1===n)return!0;if("b"===(t=e[++s])){for(s++;s<n;s++)if("_"!==(t=e[s])){if("0"!==t&&"1"!==t)return!1;i=!0}return i&&"_"!==t}if("x"===t){for(s++;s<n;s++)if("_"!==(t=e[s])){if(!(48<=(r=e.charCodeAt(s))&&r<=57||65<=r&&r<=70||97<=r&&r<=102))return!1;i=!0}return i&&"_"!==t}if("o"===t){for(s++;s<n;s++)if("_"!==(t=e[s])){if(!R(e.charCodeAt(s)))return!1;i=!0}return i&&"_"!==t}}if("_"===t)return!1;for(;s<n;s++)if("_"!==(t=e[s])){if(!F(e.charCodeAt(s)))return!1;i=!0}return!(!i||"_"===t)},construct:function(e){var t,r=e,n=1;if(-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(n=-1),t=(r=r.slice(1))[0]),"0"===r)return 0;if("0"===t){if("b"===r[1])return n*parseInt(r.slice(2),2);if("x"===r[1])return n*parseInt(r.slice(2),16);if("o"===r[1])return n*parseInt(r.slice(2),8)}return n*parseInt(r,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!y.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),N=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var q=/^[-+]?[0-9]+e/;var L=new S("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!N.test(e)||"_"===e[e.length-1])},construct:function(e){var t,r;return r="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===r?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:r*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||y.isNegativeZero(e))},represent:function(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(y.isNegativeZero(e))return"-0.0";return r=e.toString(10),q.test(r)?r.replace("e",".e"):r},defaultStyle:"lowercase"}),B=C.extend({implicit:[T,M,D,L]}),U=B,V=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),z=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");var H=new S("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==V.exec(e)||null!==z.exec(e))},construct:function(e){var t,r,n,s,i,o,a,c,l=0,u=null;if(null===(t=V.exec(e))&&(t=z.exec(e)),null===t)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,s=+t[3],!t[4])return new Date(Date.UTC(r,n,s));if(i=+t[4],o=+t[5],a=+t[6],t[7]){for(l=t[7].slice(0,3);l.length<3;)l+="0";l=+l}return t[9]&&(u=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(u=-u)),c=new Date(Date.UTC(r,n,s,i,o,a,l)),u&&c.setTime(c.getTime()-u),c},instanceOf:Date,represent:function(e){return e.toISOString()}});var J=new S("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}}),G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";var K=new S("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=0,s=e.length,i=G;for(r=0;r<s;r++)if(!((t=i.indexOf(e.charAt(r)))>64)){if(t<0)return!1;n+=6}return n%8==0},construct:function(e){var t,r,n=e.replace(/[\r\n=]/g,""),s=n.length,i=G,o=0,a=[];for(t=0;t<s;t++)t%4==0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)),o=o<<6|i.indexOf(n.charAt(t));return 0===(r=s%4*6)?(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)):18===r?(a.push(o>>10&255),a.push(o>>2&255)):12===r&&a.push(o>>4&255),new Uint8Array(a)},predicate:function(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)},represent:function(e){var t,r,n="",s=0,i=e.length,o=G;for(t=0;t<i;t++)t%3==0&&t&&(n+=o[s>>18&63],n+=o[s>>12&63],n+=o[s>>6&63],n+=o[63&s]),s=(s<<8)+e[t];return 0===(r=i%3)?(n+=o[s>>18&63],n+=o[s>>12&63],n+=o[s>>6&63],n+=o[63&s]):2===r?(n+=o[s>>10&63],n+=o[s>>4&63],n+=o[s<<2&63],n+=o[64]):1===r&&(n+=o[s>>2&63],n+=o[s<<4&63],n+=o[64],n+=o[64]),n}}),W=Object.prototype.hasOwnProperty,Y=Object.prototype.toString;var X=new S("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,s,i,o=[],a=e;for(t=0,r=a.length;t<r;t+=1){if(n=a[t],i=!1,"[object Object]"!==Y.call(n))return!1;for(s in n)if(W.call(n,s)){if(i)return!1;i=!0}if(!i)return!1;if(-1!==o.indexOf(s))return!1;o.push(s)}return!0},construct:function(e){return null!==e?e:[]}}),Q=Object.prototype.toString;var Z=new S("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,s,i,o=e;for(i=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],"[object Object]"!==Q.call(n))return!1;if(1!==(s=Object.keys(n)).length)return!1;i[t]=[s[0],n[s[0]]]}return!0},construct:function(e){if(null===e)return[];var t,r,n,s,i,o=e;for(i=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],s=Object.keys(n),i[t]=[s[0],n[s[0]]];return i}}),ee=Object.prototype.hasOwnProperty;var te=new S("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,r=e;for(t in r)if(ee.call(r,t)&&null!==r[t])return!1;return!0},construct:function(e){return null!==e?e:{}}}),re=U.extend({implicit:[H,J],explicit:[K,X,Z,te]}),ne=Object.prototype.hasOwnProperty,se=1,ie=2,oe=3,ae=4,ce=1,le=2,ue=3,pe=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,he=/[\x85\u2028\u2029]/,fe=/[,\[\]\{\}]/,de=/^(?:!|!!|![a-z\-]+!)$/i,me=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function ye(e){return Object.prototype.toString.call(e)}function ge(e){return 10===e||13===e}function ve(e){return 9===e||32===e}function be(e){return 9===e||32===e||10===e||13===e}function xe(e){return 44===e||91===e||93===e||123===e||125===e}function we(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function Ee(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"…":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function je(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var Oe=new Array(256),Se=new Array(256),Pe=0;Pe<256;Pe++)Oe[Pe]=Ee(Pe)?1:0,Se[Pe]=Ee(Pe);function Ae(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||re,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function $e(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=E(r),new b(t,r)}function _e(e,t){throw $e(e,t)}function ke(e,t){e.onWarning&&e.onWarning.call(null,$e(e,t))}var Ie={YAML:function(e,t,r){var n,s,i;null!==e.version&&_e(e,"duplication of %YAML directive"),1!==r.length&&_e(e,"YAML directive accepts exactly one argument"),null===(n=/^([0-9]+)\.([0-9]+)$/.exec(r[0]))&&_e(e,"ill-formed argument of the YAML directive"),s=parseInt(n[1],10),i=parseInt(n[2],10),1!==s&&_e(e,"unacceptable YAML version of the document"),e.version=r[0],e.checkLineBreaks=i<2,1!==i&&2!==i&&ke(e,"unsupported YAML version of the document")},TAG:function(e,t,r){var n,s;2!==r.length&&_e(e,"TAG directive accepts exactly two arguments"),n=r[0],s=r[1],de.test(n)||_e(e,"ill-formed tag handle (first argument) of the TAG directive"),ne.call(e.tagMap,n)&&_e(e,'there is a previously declared suffix for "'+n+'" tag handle'),me.test(s)||_e(e,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch(t){_e(e,"tag prefix is malformed: "+s)}e.tagMap[n]=s}};function Ce(e,t,r,n){var s,i,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(s=0,i=a.length;s<i;s+=1)9===(o=a.charCodeAt(s))||32<=o&&o<=1114111||_e(e,"expected valid JSON character");else pe.test(a)&&_e(e,"the stream contains non-printable characters");e.result+=a}}function Te(e,t,r,n){var s,i,o,a;for(y.isObject(r)||_e(e,"cannot merge mappings; the provided source object is unacceptable"),o=0,a=(s=Object.keys(r)).length;o<a;o+=1)i=s[o],ne.call(t,i)||(t[i]=r[i],n[i]=!0)}function Me(e,t,r,n,s,i,o,a,c){var l,u;if(Array.isArray(s))for(l=0,u=(s=Array.prototype.slice.call(s)).length;l<u;l+=1)Array.isArray(s[l])&&_e(e,"nested arrays are not supported inside keys"),"object"==typeof s&&"[object Object]"===ye(s[l])&&(s[l]="[object Object]");if("object"==typeof s&&"[object Object]"===ye(s)&&(s="[object Object]"),s=String(s),null===t&&(t={}),"tag:yaml.org,2002:merge"===n)if(Array.isArray(i))for(l=0,u=i.length;l<u;l+=1)Te(e,t,i[l],r);else Te(e,t,i,r);else e.json||ne.call(r,s)||!ne.call(t,s)||(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=c||e.position,_e(e,"duplicated mapping key")),"__proto__"===s?Object.defineProperty(t,s,{configurable:!0,enumerable:!0,writable:!0,value:i}):t[s]=i,delete r[s];return t}function Re(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):_e(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function Fe(e,t,r){for(var n=0,s=e.input.charCodeAt(e.position);0!==s;){for(;ve(s);)9===s&&-1===e.firstTabInLine&&(e.firstTabInLine=e.position),s=e.input.charCodeAt(++e.position);if(t&&35===s)do{s=e.input.charCodeAt(++e.position)}while(10!==s&&13!==s&&0!==s);if(!ge(s))break;for(Re(e),s=e.input.charCodeAt(e.position),n++,e.lineIndent=0;32===s;)e.lineIndent++,s=e.input.charCodeAt(++e.position)}return-1!==r&&0!==n&&e.lineIndent<r&&ke(e,"deficient indentation"),n}function De(e){var t,r=e.position;return!(45!==(t=e.input.charCodeAt(r))&&46!==t||t!==e.input.charCodeAt(r+1)||t!==e.input.charCodeAt(r+2)||(r+=3,0!==(t=e.input.charCodeAt(r))&&!be(t)))}function Ne(e,t){1===t?e.result+=" ":t>1&&(e.result+=y.repeat("\n",t-1))}function qe(e,t){var r,n,s=e.tag,i=e.anchor,o=[],a=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=o),n=e.input.charCodeAt(e.position);0!==n&&(-1!==e.firstTabInLine&&(e.position=e.firstTabInLine,_e(e,"tab characters must not be used in indentation")),45===n)&&be(e.input.charCodeAt(e.position+1));)if(a=!0,e.position++,Fe(e,!0,-1)&&e.lineIndent<=t)o.push(null),n=e.input.charCodeAt(e.position);else if(r=e.line,Ue(e,t,oe,!1,!0),o.push(e.result),Fe(e,!0,-1),n=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&0!==n)_e(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!a&&(e.tag=s,e.anchor=i,e.kind="sequence",e.result=o,!0)}function Le(e){var t,r,n,s,i=!1,o=!1;if(33!==(s=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&_e(e,"duplication of a tag property"),60===(s=e.input.charCodeAt(++e.position))?(i=!0,s=e.input.charCodeAt(++e.position)):33===s?(o=!0,r="!!",s=e.input.charCodeAt(++e.position)):r="!",t=e.position,i){do{s=e.input.charCodeAt(++e.position)}while(0!==s&&62!==s);e.position<e.length?(n=e.input.slice(t,e.position),s=e.input.charCodeAt(++e.position)):_e(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==s&&!be(s);)33===s&&(o?_e(e,"tag suffix cannot contain exclamation marks"):(r=e.input.slice(t-1,e.position+1),de.test(r)||_e(e,"named tag handle cannot contain such characters"),o=!0,t=e.position+1)),s=e.input.charCodeAt(++e.position);n=e.input.slice(t,e.position),fe.test(n)&&_e(e,"tag suffix cannot contain flow indicator characters")}n&&!me.test(n)&&_e(e,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch(t){_e(e,"tag name is malformed: "+n)}return i?e.tag=n:ne.call(e.tagMap,r)?e.tag=e.tagMap[r]+n:"!"===r?e.tag="!"+n:"!!"===r?e.tag="tag:yaml.org,2002:"+n:_e(e,'undeclared tag handle "'+r+'"'),!0}function Be(e){var t,r;if(38!==(r=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&_e(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!be(r)&&!xe(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&_e(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Ue(e,t,r,n,s){var i,o,a,c,l,u,p,h,f,d=1,m=!1,g=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=o=a=ae===r||oe===r,n&&Fe(e,!0,-1)&&(m=!0,e.lineIndent>t?d=1:e.lineIndent===t?d=0:e.lineIndent<t&&(d=-1)),1===d)for(;Le(e)||Be(e);)Fe(e,!0,-1)?(m=!0,a=i,e.lineIndent>t?d=1:e.lineIndent===t?d=0:e.lineIndent<t&&(d=-1)):a=!1;if(a&&(a=m||s),1!==d&&ae!==r||(h=se===r||ie===r?t:t+1,f=e.position-e.lineStart,1===d?a&&(qe(e,f)||function(e,t,r){var n,s,i,o,a,c,l,u=e.tag,p=e.anchor,h={},f=Object.create(null),d=null,m=null,y=null,g=!1,v=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=h),l=e.input.charCodeAt(e.position);0!==l;){if(g||-1===e.firstTabInLine||(e.position=e.firstTabInLine,_e(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),i=e.line,63!==l&&58!==l||!be(n)){if(o=e.line,a=e.lineStart,c=e.position,!Ue(e,r,ie,!1,!0))break;if(e.line===i){for(l=e.input.charCodeAt(e.position);ve(l);)l=e.input.charCodeAt(++e.position);if(58===l)be(l=e.input.charCodeAt(++e.position))||_e(e,"a whitespace character is expected after the key-value separator within a block mapping"),g&&(Me(e,h,f,d,m,null,o,a,c),d=m=y=null),v=!0,g=!1,s=!1,d=e.tag,m=e.result;else{if(!v)return e.tag=u,e.anchor=p,!0;_e(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!v)return e.tag=u,e.anchor=p,!0;_e(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===l?(g&&(Me(e,h,f,d,m,null,o,a,c),d=m=y=null),v=!0,g=!0,s=!0):g?(g=!1,s=!0):_e(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,l=n;if((e.line===i||e.lineIndent>t)&&(g&&(o=e.line,a=e.lineStart,c=e.position),Ue(e,t,ae,!0,s)&&(g?m=e.result:y=e.result),g||(Me(e,h,f,d,m,y,o,a,c),d=m=y=null),Fe(e,!0,-1),l=e.input.charCodeAt(e.position)),(e.line===i||e.lineIndent>t)&&0!==l)_e(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return g&&Me(e,h,f,d,m,null,o,a,c),v&&(e.tag=u,e.anchor=p,e.kind="mapping",e.result=h),v}(e,f,h))||function(e,t){var r,n,s,i,o,a,c,l,u,p,h,f,d=!0,m=e.tag,y=e.anchor,g=Object.create(null);if(91===(f=e.input.charCodeAt(e.position)))o=93,l=!1,i=[];else{if(123!==f)return!1;o=125,l=!0,i={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),f=e.input.charCodeAt(++e.position);0!==f;){if(Fe(e,!0,t),(f=e.input.charCodeAt(e.position))===o)return e.position++,e.tag=m,e.anchor=y,e.kind=l?"mapping":"sequence",e.result=i,!0;d?44===f&&_e(e,"expected the node content, but found ','"):_e(e,"missed comma between flow collection entries"),h=null,a=c=!1,63===f&&be(e.input.charCodeAt(e.position+1))&&(a=c=!0,e.position++,Fe(e,!0,t)),r=e.line,n=e.lineStart,s=e.position,Ue(e,t,se,!1,!0),p=e.tag,u=e.result,Fe(e,!0,t),f=e.input.charCodeAt(e.position),!c&&e.line!==r||58!==f||(a=!0,f=e.input.charCodeAt(++e.position),Fe(e,!0,t),Ue(e,t,se,!1,!0),h=e.result),l?Me(e,i,g,p,u,h,r,n,s):a?i.push(Me(e,null,g,p,u,h,r,n,s)):i.push(u),Fe(e,!0,t),44===(f=e.input.charCodeAt(e.position))?(d=!0,f=e.input.charCodeAt(++e.position)):d=!1}_e(e,"unexpected end of the stream within a flow collection")}(e,h)?g=!0:(o&&function(e,t){var r,n,s,i,o,a=ce,c=!1,l=!1,u=t,p=0,h=!1;if(124===(i=e.input.charCodeAt(e.position)))n=!1;else{if(62!==i)return!1;n=!0}for(e.kind="scalar",e.result="";0!==i;)if(43===(i=e.input.charCodeAt(++e.position))||45===i)ce===a?a=43===i?ue:le:_e(e,"repeat of a chomping mode identifier");else{if(!((s=48<=(o=i)&&o<=57?o-48:-1)>=0))break;0===s?_e(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?_e(e,"repeat of an indentation width identifier"):(u=t+s-1,l=!0)}if(ve(i)){do{i=e.input.charCodeAt(++e.position)}while(ve(i));if(35===i)do{i=e.input.charCodeAt(++e.position)}while(!ge(i)&&0!==i)}for(;0!==i;){for(Re(e),e.lineIndent=0,i=e.input.charCodeAt(e.position);(!l||e.lineIndent<u)&&32===i;)e.lineIndent++,i=e.input.charCodeAt(++e.position);if(!l&&e.lineIndent>u&&(u=e.lineIndent),ge(i))p++;else{if(e.lineIndent<u){a===ue?e.result+=y.repeat("\n",c?1+p:p):a===ce&&c&&(e.result+="\n");break}for(n?ve(i)?(h=!0,e.result+=y.repeat("\n",c?1+p:p)):h?(h=!1,e.result+=y.repeat("\n",p+1)):0===p?c&&(e.result+=" "):e.result+=y.repeat("\n",p):e.result+=y.repeat("\n",c?1+p:p),c=!0,l=!0,p=0,r=e.position;!ge(i)&&0!==i;)i=e.input.charCodeAt(++e.position);Ce(e,r,e.position,!1)}}return!0}(e,h)||function(e,t){var r,n,s;if(39!==(r=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=s=e.position;0!==(r=e.input.charCodeAt(e.position));)if(39===r){if(Ce(e,n,e.position,!0),39!==(r=e.input.charCodeAt(++e.position)))return!0;n=e.position,e.position++,s=e.position}else ge(r)?(Ce(e,n,s,!0),Ne(e,Fe(e,!1,t)),n=s=e.position):e.position===e.lineStart&&De(e)?_e(e,"unexpected end of the document within a single quoted scalar"):(e.position++,s=e.position);_e(e,"unexpected end of the stream within a single quoted scalar")}(e,h)||function(e,t){var r,n,s,i,o,a,c;if(34!==(a=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;0!==(a=e.input.charCodeAt(e.position));){if(34===a)return Ce(e,r,e.position,!0),e.position++,!0;if(92===a){if(Ce(e,r,e.position,!0),ge(a=e.input.charCodeAt(++e.position)))Fe(e,!1,t);else if(a<256&&Oe[a])e.result+=Se[a],e.position++;else if((o=120===(c=a)?2:117===c?4:85===c?8:0)>0){for(s=o,i=0;s>0;s--)(o=we(a=e.input.charCodeAt(++e.position)))>=0?i=(i<<4)+o:_e(e,"expected hexadecimal character");e.result+=je(i),e.position++}else _e(e,"unknown escape sequence");r=n=e.position}else ge(a)?(Ce(e,r,n,!0),Ne(e,Fe(e,!1,t)),r=n=e.position):e.position===e.lineStart&&De(e)?_e(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}_e(e,"unexpected end of the stream within a double quoted scalar")}(e,h)?g=!0:!function(e){var t,r,n;if(42!==(n=e.input.charCodeAt(e.position)))return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!be(n)&&!xe(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&_e(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),ne.call(e.anchorMap,r)||_e(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],Fe(e,!0,-1),!0}(e)?function(e,t,r){var n,s,i,o,a,c,l,u,p=e.kind,h=e.result;if(be(u=e.input.charCodeAt(e.position))||xe(u)||35===u||38===u||42===u||33===u||124===u||62===u||39===u||34===u||37===u||64===u||96===u)return!1;if((63===u||45===u)&&(be(n=e.input.charCodeAt(e.position+1))||r&&xe(n)))return!1;for(e.kind="scalar",e.result="",s=i=e.position,o=!1;0!==u;){if(58===u){if(be(n=e.input.charCodeAt(e.position+1))||r&&xe(n))break}else if(35===u){if(be(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&De(e)||r&&xe(u))break;if(ge(u)){if(a=e.line,c=e.lineStart,l=e.lineIndent,Fe(e,!1,-1),e.lineIndent>=t){o=!0,u=e.input.charCodeAt(e.position);continue}e.position=i,e.line=a,e.lineStart=c,e.lineIndent=l;break}}o&&(Ce(e,s,i,!1),Ne(e,e.line-a),s=i=e.position,o=!1),ve(u)||(i=e.position+1),u=e.input.charCodeAt(++e.position)}return Ce(e,s,i,!1),!!e.result||(e.kind=p,e.result=h,!1)}(e,h,se===r)&&(g=!0,null===e.tag&&(e.tag="?")):(g=!0,null===e.tag&&null===e.anchor||_e(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===d&&(g=a&&qe(e,f))),null===e.tag)null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);else if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&_e(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),c=0,l=e.implicitTypes.length;c<l;c+=1)if((p=e.implicitTypes[c]).resolve(e.result)){e.result=p.construct(e.result),e.tag=p.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else if("!"!==e.tag){if(ne.call(e.typeMap[e.kind||"fallback"],e.tag))p=e.typeMap[e.kind||"fallback"][e.tag];else for(p=null,c=0,l=(u=e.typeMap.multi[e.kind||"fallback"]).length;c<l;c+=1)if(e.tag.slice(0,u[c].tag.length)===u[c].tag){p=u[c];break}p||_e(e,"unknown tag !<"+e.tag+">"),null!==e.result&&p.kind!==e.kind&&_e(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+p.kind+'", not "'+e.kind+'"'),p.resolve(e.result,e.tag)?(e.result=p.construct(e.result,e.tag),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):_e(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||g}function Ve(e){var t,r,n,s,i=e.position,o=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);0!==(s=e.input.charCodeAt(e.position))&&(Fe(e,!0,-1),s=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==s));){for(o=!0,s=e.input.charCodeAt(++e.position),t=e.position;0!==s&&!be(s);)s=e.input.charCodeAt(++e.position);for(n=[],(r=e.input.slice(t,e.position)).length<1&&_e(e,"directive name must not be less than one character in length");0!==s;){for(;ve(s);)s=e.input.charCodeAt(++e.position);if(35===s){do{s=e.input.charCodeAt(++e.position)}while(0!==s&&!ge(s));break}if(ge(s))break;for(t=e.position;0!==s&&!be(s);)s=e.input.charCodeAt(++e.position);n.push(e.input.slice(t,e.position))}0!==s&&Re(e),ne.call(Ie,r)?Ie[r](e,r,n):ke(e,'unknown document directive "'+r+'"')}Fe(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,Fe(e,!0,-1)):o&&_e(e,"directives end mark is expected"),Ue(e,e.lineIndent-1,ae,!1,!0),Fe(e,!0,-1),e.checkLineBreaks&&he.test(e.input.slice(i,e.position))&&ke(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&De(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,Fe(e,!0,-1)):e.position<e.length-1&&_e(e,"end of the stream or a document separator is expected")}function ze(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var r=new Ae(e,t),n=e.indexOf("\0");for(-1!==n&&(r.position=n,_e(r,"null byte is not allowed in input")),r.input+="\0";32===r.input.charCodeAt(r.position);)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)Ve(r);return r.documents}var He={loadAll:function(e,t,r){null!==t&&"object"==typeof t&&void 0===r&&(r=t,t=null);var n=ze(e,r);if("function"!=typeof t)return n;for(var s=0,i=n.length;s<i;s+=1)t(n[s])},load:function(e,t){var r=ze(e,t);if(0!==r.length){if(1===r.length)return r[0];throw new b("expected a single document in the stream, but found more")}}},Je=Object.prototype.toString,Ge=Object.prototype.hasOwnProperty,Ke=65279,We=9,Ye=10,Xe=13,Qe=32,Ze=33,et=34,tt=35,rt=37,nt=38,st=39,it=42,ot=44,at=45,ct=58,lt=61,ut=62,pt=63,ht=64,ft=91,dt=93,mt=96,yt=123,gt=124,vt=125,bt={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},xt=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],wt=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function Et(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else{if(!(e<=4294967295))throw new b("code point within a string may not be greater than 0xFFFFFFFF");r="U",n=8}return"\\"+r+y.repeat("0",n-t.length)+t}var jt=1,Ot=2;function St(e){this.schema=e.schema||re,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=y.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=function(e,t){var r,n,s,i,o,a,c;if(null===t)return{};for(r={},s=0,i=(n=Object.keys(t)).length;s<i;s+=1)o=n[s],a=String(t[o]),"!!"===o.slice(0,2)&&(o="tag:yaml.org,2002:"+o.slice(2)),(c=e.compiledTypeMap.fallback[o])&&Ge.call(c.styleAliases,a)&&(a=c.styleAliases[a]),r[o]=a;return r}(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType='"'===e.quotingType?Ot:jt,this.forceQuotes=e.forceQuotes||!1,this.replacer="function"==typeof e.replacer?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Pt(e,t){for(var r,n=y.repeat(" ",t),s=0,i=-1,o="",a=e.length;s<a;)-1===(i=e.indexOf("\n",s))?(r=e.slice(s),s=a):(r=e.slice(s,i+1),s=i+1),r.length&&"\n"!==r&&(o+=n),o+=r;return o}function At(e,t){return"\n"+y.repeat(" ",e.indent*t)}function $t(e){return e===Qe||e===We}function _t(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&e!==Ke||65536<=e&&e<=1114111}function kt(e){return _t(e)&&e!==Ke&&e!==Xe&&e!==Ye}function It(e,t,r){var n=kt(e),s=n&&!$t(e);return(r?n:n&&e!==ot&&e!==ft&&e!==dt&&e!==yt&&e!==vt)&&e!==tt&&!(t===ct&&!s)||kt(t)&&!$t(t)&&e===tt||t===ct&&s}function Ct(e,t){var r,n=e.charCodeAt(t);return n>=55296&&n<=56319&&t+1<e.length&&(r=e.charCodeAt(t+1))>=56320&&r<=57343?1024*(n-55296)+r-56320+65536:n}function Tt(e){return/^\n* /.test(e)}var Mt=1,Rt=2,Ft=3,Dt=4,Nt=5;function qt(e,t,r,n,s,i,o,a){var c,l,u=0,p=null,h=!1,f=!1,d=-1!==n,m=-1,y=_t(l=Ct(e,0))&&l!==Ke&&!$t(l)&&l!==at&&l!==pt&&l!==ct&&l!==ot&&l!==ft&&l!==dt&&l!==yt&&l!==vt&&l!==tt&&l!==nt&&l!==it&&l!==Ze&&l!==gt&&l!==lt&&l!==ut&&l!==st&&l!==et&&l!==rt&&l!==ht&&l!==mt&&function(e){return!$t(e)&&e!==ct}(Ct(e,e.length-1));if(t||o)for(c=0;c<e.length;u>=65536?c+=2:c++){if(!_t(u=Ct(e,c)))return Nt;y=y&&It(u,p,a),p=u}else{for(c=0;c<e.length;u>=65536?c+=2:c++){if((u=Ct(e,c))===Ye)h=!0,d&&(f=f||c-m-1>n&&" "!==e[m+1],m=c);else if(!_t(u))return Nt;y=y&&It(u,p,a),p=u}f=f||d&&c-m-1>n&&" "!==e[m+1]}return h||f?r>9&&Tt(e)?Nt:o?i===Ot?Nt:Rt:f?Dt:Ft:!y||o||s(e)?i===Ot?Nt:Rt:Mt}function Lt(e,t,r,n,s){e.dump=function(){if(0===t.length)return e.quotingType===Ot?'""':"''";if(!e.noCompatMode&&(-1!==xt.indexOf(t)||wt.test(t)))return e.quotingType===Ot?'"'+t+'"':"'"+t+"'";var i=e.indent*Math.max(1,r),o=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-i),a=n||e.flowLevel>-1&&r>=e.flowLevel;switch(qt(t,a,e.indent,o,(function(t){return function(e,t){var r,n;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(e.implicitTypes[r].resolve(t))return!0;return!1}(e,t)}),e.quotingType,e.forceQuotes&&!n,s)){case Mt:return t;case Rt:return"'"+t.replace(/'/g,"''")+"'";case Ft:return"|"+Bt(t,e.indent)+Ut(Pt(t,i));case Dt:return">"+Bt(t,e.indent)+Ut(Pt(function(e,t){var r,n,s=/(\n+)([^\n]*)/g,i=(a=e.indexOf("\n"),a=-1!==a?a:e.length,s.lastIndex=a,Vt(e.slice(0,a),t)),o="\n"===e[0]||" "===e[0];var a;for(;n=s.exec(e);){var c=n[1],l=n[2];r=" "===l[0],i+=c+(o||r||""===l?"":"\n")+Vt(l,t),o=r}return i}(t,o),i));case Nt:return'"'+function(e){for(var t,r="",n=0,s=0;s<e.length;n>=65536?s+=2:s++)n=Ct(e,s),!(t=bt[n])&&_t(n)?(r+=e[s],n>=65536&&(r+=e[s+1])):r+=t||Et(n);return r}(t)+'"';default:throw new b("impossible error: invalid scalar style")}}()}function Bt(e,t){var r=Tt(e)?String(t):"",n="\n"===e[e.length-1];return r+(n&&("\n"===e[e.length-2]||"\n"===e)?"+":n?"":"-")+"\n"}function Ut(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function Vt(e,t){if(""===e||" "===e[0])return e;for(var r,n,s=/ [^ ]/g,i=0,o=0,a=0,c="";r=s.exec(e);)(a=r.index)-i>t&&(n=o>i?o:a,c+="\n"+e.slice(i,n),i=n+1),o=a;return c+="\n",e.length-i>t&&o>i?c+=e.slice(i,o)+"\n"+e.slice(o+1):c+=e.slice(i),c.slice(1)}function zt(e,t,r,n){var s,i,o,a="",c=e.tag;for(s=0,i=r.length;s<i;s+=1)o=r[s],e.replacer&&(o=e.replacer.call(r,String(s),o)),(Jt(e,t+1,o,!0,!0,!1,!0)||void 0===o&&Jt(e,t+1,null,!0,!0,!1,!0))&&(n&&""===a||(a+=At(e,t)),e.dump&&Ye===e.dump.charCodeAt(0)?a+="-":a+="- ",a+=e.dump);e.tag=c,e.dump=a||"[]"}function Ht(e,t,r){var n,s,i,o,a,c;for(i=0,o=(s=r?e.explicitTypes:e.implicitTypes).length;i<o;i+=1)if(((a=s[i]).instanceOf||a.predicate)&&(!a.instanceOf||"object"==typeof t&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(c=e.styleMap[a.tag]||a.defaultStyle,"[object Function]"===Je.call(a.represent))n=a.represent(t,c);else{if(!Ge.call(a.represent,c))throw new b("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');n=a.represent[c](t,c)}e.dump=n}return!0}return!1}function Jt(e,t,r,n,s,i,o){e.tag=null,e.dump=r,Ht(e,r,!1)||Ht(e,r,!0);var a,c=Je.call(e.dump),l=n;n&&(n=e.flowLevel<0||e.flowLevel>t);var u,p,h="[object Object]"===c||"[object Array]"===c;if(h&&(p=-1!==(u=e.duplicates.indexOf(r))),(null!==e.tag&&"?"!==e.tag||p||2!==e.indent&&t>0)&&(s=!1),p&&e.usedDuplicates[u])e.dump="*ref_"+u;else{if(h&&p&&!e.usedDuplicates[u]&&(e.usedDuplicates[u]=!0),"[object Object]"===c)n&&0!==Object.keys(e.dump).length?(!function(e,t,r,n){var s,i,o,a,c,l,u="",p=e.tag,h=Object.keys(r);if(!0===e.sortKeys)h.sort();else if("function"==typeof e.sortKeys)h.sort(e.sortKeys);else if(e.sortKeys)throw new b("sortKeys must be a boolean or a function");for(s=0,i=h.length;s<i;s+=1)l="",n&&""===u||(l+=At(e,t)),a=r[o=h[s]],e.replacer&&(a=e.replacer.call(r,o,a)),Jt(e,t+1,o,!0,!0,!0)&&((c=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&Ye===e.dump.charCodeAt(0)?l+="?":l+="? "),l+=e.dump,c&&(l+=At(e,t)),Jt(e,t+1,a,!0,c)&&(e.dump&&Ye===e.dump.charCodeAt(0)?l+=":":l+=": ",u+=l+=e.dump));e.tag=p,e.dump=u||"{}"}(e,t,e.dump,s),p&&(e.dump="&ref_"+u+e.dump)):(!function(e,t,r){var n,s,i,o,a,c="",l=e.tag,u=Object.keys(r);for(n=0,s=u.length;n<s;n+=1)a="",""!==c&&(a+=", "),e.condenseFlow&&(a+='"'),o=r[i=u[n]],e.replacer&&(o=e.replacer.call(r,i,o)),Jt(e,t,i,!1,!1)&&(e.dump.length>1024&&(a+="? "),a+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Jt(e,t,o,!1,!1)&&(c+=a+=e.dump));e.tag=l,e.dump="{"+c+"}"}(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else if("[object Array]"===c)n&&0!==e.dump.length?(e.noArrayIndent&&!o&&t>0?zt(e,t-1,e.dump,s):zt(e,t,e.dump,s),p&&(e.dump="&ref_"+u+e.dump)):(!function(e,t,r){var n,s,i,o="",a=e.tag;for(n=0,s=r.length;n<s;n+=1)i=r[n],e.replacer&&(i=e.replacer.call(r,String(n),i)),(Jt(e,t,i,!1,!1)||void 0===i&&Jt(e,t,null,!1,!1))&&(""!==o&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=a,e.dump="["+o+"]"}(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else{if("[object String]"!==c){if("[object Undefined]"===c)return!1;if(e.skipInvalid)return!1;throw new b("unacceptable kind of an object to dump "+c)}"?"!==e.tag&&Lt(e,e.dump,t,i,l)}null!==e.tag&&"?"!==e.tag&&(a=encodeURI("!"===e.tag[0]?e.tag.slice(1):e.tag).replace(/!/g,"%21"),a="!"===e.tag[0]?"!"+a:"tag:yaml.org,2002:"===a.slice(0,18)?"!!"+a.slice(18):"!<"+a+">",e.dump=a+" "+e.dump)}return!0}function Gt(e,t){var r,n,s=[],i=[];for(Kt(e,s,i),r=0,n=i.length;r<n;r+=1)t.duplicates.push(s[i[r]]);t.usedDuplicates=new Array(n)}function Kt(e,t,r){var n,s,i;if(null!==e&&"object"==typeof e)if(-1!==(s=t.indexOf(e)))-1===r.indexOf(s)&&r.push(s);else if(t.push(e),Array.isArray(e))for(s=0,i=e.length;s<i;s+=1)Kt(e[s],t,r);else for(s=0,i=(n=Object.keys(e)).length;s<i;s+=1)Kt(e[n[s]],t,r)}function Wt(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var Yt=S,Xt=$,Qt=C,Zt=B,er=U,tr=re,rr=He.load,nr=He.loadAll,sr={dump:function(e,t){var r=new St(t=t||{});r.noRefs||Gt(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),Jt(r,0,n,!0,!0)?r.dump+"\n":""}}.dump,ir=b,or={binary:K,float:L,map:I,null:T,pairs:Z,set:te,timestamp:H,bool:M,int:D,merge:J,omap:X,seq:k,str:_},ar=Wt("safeLoad","load"),cr=Wt("safeLoadAll","loadAll"),lr=Wt("safeDump","dump");const ur={Type:Yt,Schema:Xt,FAILSAFE_SCHEMA:Qt,JSON_SCHEMA:Zt,CORE_SCHEMA:er,DEFAULT_SCHEMA:tr,load:rr,loadAll:nr,dump:sr,YAMLException:ir,types:or,safeLoad:ar,safeLoadAll:cr,safeDump:lr},{fetch:pr,Response:hr,Headers:fr,Request:dr,FormData:mr,File:yr,Blob:gr}=globalThis;void 0===globalThis.fetch&&(globalThis.fetch=pr),void 0===globalThis.Headers&&(globalThis.Headers=fr),void 0===globalThis.Request&&(globalThis.Request=dr),void 0===globalThis.Response&&(globalThis.Response=hr),void 0===globalThis.FormData&&(globalThis.FormData=mr),void 0===globalThis.File&&(globalThis.File=yr),void 0===globalThis.Blob&&(globalThis.Blob=gr);const vr=e=>":/?#[]@!$&'()*+,;=".indexOf(e)>-1,br=e=>/^[a-z0-9\-._~]+$/i.test(e);function xr(e,t="reserved"){return[...e].map((e=>{if(br(e))return e;if(vr(e)&&"unsafe"===t)return e;const r=new TextEncoder;return Array.from(r.encode(e)).map((e=>`0${e.toString(16).toUpperCase()}`.slice(-2))).map((e=>`%${e}`)).join("")})).join("")}function wr(e){const{value:t}=e;return Array.isArray(t)?function({key:e,value:t,style:r,explode:n,escape:s}){if("simple"===r)return t.map((e=>Er(e,s))).join(",");if("label"===r)return`.${t.map((e=>Er(e,s))).join(".")}`;if("matrix"===r)return t.map((e=>Er(e,s))).reduce(((t,r)=>!t||n?`${t||""};${e}=${r}`:`${t},${r}`),"");if("form"===r){const r=n?`&${e}=`:",";return t.map((e=>Er(e,s))).join(r)}if("spaceDelimited"===r){const r=n?`${e}=`:"";return t.map((e=>Er(e,s))).join(` ${r}`)}if("pipeDelimited"===r){const r=n?`${e}=`:"";return t.map((e=>Er(e,s))).join(`|${r}`)}return}(e):"object"==typeof t?function({key:e,value:t,style:r,explode:n,escape:s}){const i=Object.keys(t);if("simple"===r)return i.reduce(((e,r)=>{const i=Er(t[r],s);return`${e?`${e},`:""}${r}${n?"=":","}${i}`}),"");if("label"===r)return i.reduce(((e,r)=>{const i=Er(t[r],s);return`${e?`${e}.`:"."}${r}${n?"=":"."}${i}`}),"");if("matrix"===r&&n)return i.reduce(((e,r)=>`${e?`${e};`:";"}${r}=${Er(t[r],s)}`),"");if("matrix"===r)return i.reduce(((r,n)=>{const i=Er(t[n],s);return`${r?`${r},`:`;${e}=`}${n},${i}`}),"");if("form"===r)return i.reduce(((e,r)=>{const i=Er(t[r],s);return`${e?`${e}${n?"&":","}`:""}${r}${n?"=":","}${i}`}),"");return}(e):function({key:e,value:t,style:r,escape:n}){if("simple"===r)return Er(t,n);if("label"===r)return`.${Er(t,n)}`;if("matrix"===r)return`;${e}=${Er(t,n)}`;if("form"===r)return Er(t,n);if("deepObject"===r)return Er(t,n);return}(e)}function Er(e,t=!1){return Array.isArray(e)||null!==e&&"object"==typeof e?e=JSON.stringify(e):"number"!=typeof e&&"boolean"!=typeof e||(e=String(e)),t&&e.length>0?xr(e,t):e}const jr={serializeRes:Pr,mergeInQueryOrForm:Fr};async function Or(e,t={}){"object"==typeof e&&(e=(t=e).url),t.headers=t.headers||{},jr.mergeInQueryOrForm(t),t.headers&&Object.keys(t.headers).forEach((e=>{const r=t.headers[e];"string"==typeof r&&(t.headers[e]=r.replace(/\n+/g," "))})),t.requestInterceptor&&(t=await t.requestInterceptor(t)||t);const r=t.headers["content-type"]||t.headers["Content-Type"];let n;/multipart\/form-data/i.test(r)&&(delete t.headers["content-type"],delete t.headers["Content-Type"]);try{n=await(t.userFetch||fetch)(t.url,t),n=await jr.serializeRes(n,e,t),t.responseInterceptor&&(n=await t.responseInterceptor(n)||n)}catch(e){if(!n)throw e;const t=new Error(n.statusText||`response status is ${n.status}`);throw t.status=n.status,t.statusCode=n.status,t.responseError=e,t}if(!n.ok){const e=new Error(n.statusText||`response status is ${n.status}`);throw e.status=n.status,e.statusCode=n.status,e.response=n,e}return n}const Sr=(e="")=>/(json|xml|yaml|text)\b/.test(e);function Pr(e,t,{loadSpec:r=!1}={}){const n={ok:e.ok,url:e.url||t,status:e.status,statusText:e.statusText,headers:Ar(e.headers)},s=n.headers["content-type"],i=r||Sr(s);return(i?e.text:e.blob||e.buffer).call(e).then((e=>{if(n.text=e,n.data=e,i)try{const t=function(e,t){return t&&(0===t.indexOf("application/json")||t.indexOf("+json")>0)?JSON.parse(e):ur.load(e)}(e,s);n.body=t,n.obj=t}catch(e){n.parseError=e}return n}))}function Ar(e={}){return"function"!=typeof e.entries?{}:Array.from(e.entries()).reduce(((e,[t,r])=>(e[t]=function(e){return e.includes(", ")?e.split(", "):e}(r),e)),{})}function $r(e,t){return t||"undefined"==typeof navigator||(t=navigator),t&&"ReactNative"===t.product?!(!e||"object"!=typeof e||"string"!=typeof e.uri):"undefined"!=typeof File&&e instanceof File||("undefined"!=typeof Blob&&e instanceof Blob||(!!ArrayBuffer.isView(e)||null!==e&&"object"==typeof e&&"function"==typeof e.pipe))}function _r(e,t){return Array.isArray(e)&&e.some((e=>$r(e,t)))}const kr={form:",",spaceDelimited:"%20",pipeDelimited:"|"},Ir={csv:",",ssv:"%20",tsv:"%09",pipes:"|"};class Cr extends File{constructor(e,t="",r={}){super([e],t,r),this.data=e}valueOf(){return this.data}toString(){return this.valueOf()}}function Tr(e,t,r=!1){const{collectionFormat:n,allowEmptyValue:s,serializationOption:i,encoding:o}=t,a="object"!=typeof t||Array.isArray(t)?t:t.value,c=r?e=>e.toString():e=>encodeURIComponent(e),l=c(e);if(void 0===a&&s)return[[l,""]];if($r(a)||_r(a))return[[l,a]];if(i)return Mr(e,a,r,i);if(o){if([typeof o.style,typeof o.explode,typeof o.allowReserved].some((e=>"undefined"!==e))){const{style:t,explode:n,allowReserved:s}=o;return Mr(e,a,r,{style:t,explode:n,allowReserved:s})}if("string"==typeof o.contentType){if(o.contentType.startsWith("application/json")){const e=c("string"==typeof a?a:JSON.stringify(a));return[[l,new Cr(e,"blob",{type:o.contentType})]]}const e=c(String(a));return[[l,new Cr(e,"blob",{type:o.contentType})]]}return"object"!=typeof a?[[l,c(a)]]:Array.isArray(a)&&a.every((e=>"object"!=typeof e))?[[l,a.map(c).join(",")]]:[[l,c(JSON.stringify(a))]]}return"object"!=typeof a?[[l,c(a)]]:Array.isArray(a)?"multi"===n?[[l,a.map(c)]]:[[l,a.map(c).join(Ir[n||"csv"])]]:[[l,""]]}function Mr(e,t,r,n){const s=n.style||"form",i=void 0===n.explode?"form"===s:n.explode,o=!r&&(n&&n.allowReserved?"unsafe":"reserved"),a=e=>Er(e,o),c=r?e=>e:e=>a(e);if("string"==typeof t)try{t=JSON.parse(t)}catch{}return"object"!=typeof t?[[c(e),a(t)]]:Array.isArray(t)?i?[[c(e),t.map(a)]]:[[c(e),t.map(a).join(kr[s])]]:"deepObject"===s?Object.keys(t).map((r=>[c(`${e}[${r}]`),a(t[r])])):i?Object.keys(t).map((e=>[c(e),a(t[e])])):[[c(e),Object.keys(t).map((e=>[`${c(e)},${a(t[e])}`])).join(",")]]}function Rr(e){if("string"==typeof e)try{e=JSON.parse(e),Object.entries(e).forEach((([t,r])=>{"object"!=typeof r||Array.isArray(r)||(e[t]=JSON.stringify(r))}))}catch{return Er(e,"reserved")}const t=Object.keys(e).reduce(((t,r)=>{for(const[n,s]of Tr(r,e[r]))t[n]=s instanceof Cr?s.valueOf():s;return t}),{});return d().stringify(t,{encode:!1,indices:!1})||""}function Fr(e={}){const{url:t="",query:r,form:n}=e;if(n){const t=Object.keys(n).some((e=>{const{value:t}=n[e];return $r(t)||_r(t)})),r=e.headers["content-type"]||e.headers["Content-Type"];if(t||/multipart\/form-data/i.test(r)){const t=(s=e.form,Object.entries(s).reduce(((e,[t,r])=>{for(const[n,s]of Tr(t,r,!0))if(Array.isArray(s))for(const t of s)if(ArrayBuffer.isView(t)){const r=new Blob([t]);e.append(n,r)}else e.append(n,t);else if(ArrayBuffer.isView(s)){const t=new Blob([s]);e.append(n,t)}else e.append(n,s);return e}),new FormData));e.formdata=t,e.body=t}else e.body=Rr(n);delete e.form}var s;if(r){const[n,s]=t.split("?");let i="";if(s){const e=d().parse(s);Object.keys(r).forEach((t=>delete e[t])),i=d().stringify(e,{encode:!0})}const o=((...e)=>{const t=e.filter((e=>e)).join("&");return t?`?${t}`:""})(i,Rr(r));e.url=n+o,delete e.query}return e}function Dr(e,t={}){const{requestInterceptor:r,responseInterceptor:n}=t,s=e.withCredentials?"include":"same-origin";return t=>e({url:t,loadSpec:!0,requestInterceptor:r,responseInterceptor:n,headers:{Accept:u},credentials:s}).then((e=>e.body))}const Nr=e=>{const{baseDoc:t,url:r}=e,n=t??r??"";return"string"==typeof globalThis.document?.baseURI?String(new URL(n,globalThis.document.baseURI)):n},qr=e=>{const{fetch:t,http:r}=e;return t||r||Or};var Lr,Br=(Lr=function(e,t){return Lr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},Lr(e,t)},function(e,t){function r(){this.constructor=e}Lr(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),Ur=Object.prototype.hasOwnProperty;function Vr(e,t){return Ur.call(e,t)}function zr(e){if(Array.isArray(e)){for(var t=new Array(e.length),r=0;r<t.length;r++)t[r]=""+r;return t}if(Object.keys)return Object.keys(e);var n=[];for(var s in e)Vr(e,s)&&n.push(s);return n}function Hr(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function Jr(e){for(var t,r=0,n=e.length;r<n;){if(!((t=e.charCodeAt(r))>=48&&t<=57))return!1;r++}return!0}function Gr(e){return-1===e.indexOf("/")&&-1===e.indexOf("~")?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function Kr(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function Wr(e){if(void 0===e)return!0;if(e)if(Array.isArray(e)){for(var t=0,r=e.length;t<r;t++)if(Wr(e[t]))return!0}else if("object"==typeof e)for(var n=zr(e),s=n.length,i=0;i<s;i++)if(Wr(e[n[i]]))return!0;return!1}function Yr(e,t){var r=[e];for(var n in t){var s="object"==typeof t[n]?JSON.stringify(t[n],null,2):t[n];void 0!==s&&r.push(n+": "+s)}return r.join("\n")}var Xr=function(e){function t(t,r,n,s,i){var o=this.constructor,a=e.call(this,Yr(t,{name:r,index:n,operation:s,tree:i}))||this;return a.name=r,a.index=n,a.operation=s,a.tree=i,Object.setPrototypeOf(a,o.prototype),a.message=Yr(t,{name:r,index:n,operation:s,tree:i}),a}return Br(t,e),t}(Error),Qr=Xr,Zr=Hr,en={add:function(e,t,r){return e[t]=this.value,{newDocument:r}},remove:function(e,t,r){var n=e[t];return delete e[t],{newDocument:r,removed:n}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:function(e,t,r){var n=rn(r,this.path);n&&(n=Hr(n));var s=nn(r,{op:"remove",path:this.from}).removed;return nn(r,{op:"add",path:this.path,value:s}),{newDocument:r,removed:n}},copy:function(e,t,r){var n=rn(r,this.from);return nn(r,{op:"add",path:this.path,value:Hr(n)}),{newDocument:r}},test:function(e,t,r){return{newDocument:r,test:ln(e[t],this.value)}},_get:function(e,t,r){return this.value=e[t],{newDocument:r}}},tn={add:function(e,t,r){return Jr(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:r,index:t}},remove:function(e,t,r){return{newDocument:r,removed:e.splice(t,1)[0]}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:en.move,copy:en.copy,test:en.test,_get:en._get};function rn(e,t){if(""==t)return e;var r={op:"_get",path:t};return nn(e,r),r.value}function nn(e,t,r,n,s,i){if(void 0===r&&(r=!1),void 0===n&&(n=!0),void 0===s&&(s=!0),void 0===i&&(i=0),r&&("function"==typeof r?r(t,0,e,t.path):an(t,0)),""===t.path){var o={newDocument:e};if("add"===t.op)return o.newDocument=t.value,o;if("replace"===t.op)return o.newDocument=t.value,o.removed=e,o;if("move"===t.op||"copy"===t.op)return o.newDocument=rn(e,t.from),"move"===t.op&&(o.removed=e),o;if("test"===t.op){if(o.test=ln(e,t.value),!1===o.test)throw new Qr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o.newDocument=e,o}if("remove"===t.op)return o.removed=e,o.newDocument=null,o;if("_get"===t.op)return t.value=e,o;if(r)throw new Qr("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",i,t,e);return o}n||(e=Hr(e));var a=(t.path||"").split("/"),c=e,l=1,u=a.length,p=void 0,h=void 0,f=void 0;for(f="function"==typeof r?r:an;;){if((h=a[l])&&-1!=h.indexOf("~")&&(h=Kr(h)),s&&("__proto__"==h||"prototype"==h&&l>0&&"constructor"==a[l-1]))throw new TypeError("JSON-Patch: modifying `__proto__` or `constructor/prototype` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(r&&void 0===p&&(void 0===c[h]?p=a.slice(0,l).join("/"):l==u-1&&(p=t.path),void 0!==p&&f(t,0,e,p)),l++,Array.isArray(c)){if("-"===h)h=c.length;else{if(r&&!Jr(h))throw new Qr("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",i,t,e);Jr(h)&&(h=~~h)}if(l>=u){if(r&&"add"===t.op&&h>c.length)throw new Qr("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",i,t,e);if(!1===(o=tn[t.op].call(t,c,h,e)).test)throw new Qr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o}}else if(l>=u){if(!1===(o=en[t.op].call(t,c,h,e)).test)throw new Qr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o}if(c=c[h],r&&l<u&&(!c||"object"!=typeof c))throw new Qr("Cannot perform operation at the desired path","OPERATION_PATH_UNRESOLVABLE",i,t,e)}}function sn(e,t,r,n,s){if(void 0===n&&(n=!0),void 0===s&&(s=!0),r&&!Array.isArray(t))throw new Qr("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");n||(e=Hr(e));for(var i=new Array(t.length),o=0,a=t.length;o<a;o++)i[o]=nn(e,t[o],r,!0,s,o),e=i[o].newDocument;return i.newDocument=e,i}function on(e,t,r){var n=nn(e,t);if(!1===n.test)throw new Qr("Test operation failed","TEST_OPERATION_FAILED",r,t,e);return n.newDocument}function an(e,t,r,n){if("object"!=typeof e||null===e||Array.isArray(e))throw new Qr("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,r);if(!en[e.op])throw new Qr("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,r);if("string"!=typeof e.path)throw new Qr("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,r);if(0!==e.path.indexOf("/")&&e.path.length>0)throw new Qr('Operation `path` property must start with "/"',"OPERATION_PATH_INVALID",t,e,r);if(("move"===e.op||"copy"===e.op)&&"string"!=typeof e.from)throw new Qr("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,r);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&void 0===e.value)throw new Qr("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,r);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&Wr(e.value))throw new Qr("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,r);if(r)if("add"==e.op){var s=e.path.split("/").length,i=n.split("/").length;if(s!==i+1&&s!==i)throw new Qr("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,r)}else if("replace"===e.op||"remove"===e.op||"_get"===e.op){if(e.path!==n)throw new Qr("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,r)}else if("move"===e.op||"copy"===e.op){var o=cn([{op:"_get",path:e.from,value:void 0}],r);if(o&&"OPERATION_PATH_UNRESOLVABLE"===o.name)throw new Qr("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,r)}}function cn(e,t,r){try{if(!Array.isArray(e))throw new Qr("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)sn(Hr(t),Hr(e),r||!0);else{r=r||an;for(var n=0;n<e.length;n++)r(e[n],n,t,void 0)}}catch(e){if(e instanceof Qr)return e;throw e}}function ln(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){var r,n,s,i=Array.isArray(e),o=Array.isArray(t);if(i&&o){if((n=e.length)!=t.length)return!1;for(r=n;0!=r--;)if(!ln(e[r],t[r]))return!1;return!0}if(i!=o)return!1;var a=Object.keys(e);if((n=a.length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!t.hasOwnProperty(a[r]))return!1;for(r=n;0!=r--;)if(!ln(e[s=a[r]],t[s]))return!1;return!0}return e!=e&&t!=t}var un=new WeakMap,pn=function(e){this.observers=new Map,this.obj=e},hn=function(e,t){this.callback=e,this.observer=t};function fn(e,t){t.unobserve()}function dn(e,t){var r,n=function(e){return un.get(e)}(e);if(n){var s=function(e,t){return e.observers.get(t)}(n,t);r=s&&s.observer}else n=new pn(e),un.set(e,n);if(r)return r;if(r={},n.value=Hr(e),t){r.callback=t,r.next=null;var i=function(){mn(r)},o=function(){clearTimeout(r.next),r.next=setTimeout(i)};"undefined"!=typeof window&&(window.addEventListener("mouseup",o),window.addEventListener("keyup",o),window.addEventListener("mousedown",o),window.addEventListener("keydown",o),window.addEventListener("change",o))}return r.patches=[],r.object=e,r.unobserve=function(){mn(r),clearTimeout(r.next),function(e,t){e.observers.delete(t.callback)}(n,r),"undefined"!=typeof window&&(window.removeEventListener("mouseup",o),window.removeEventListener("keyup",o),window.removeEventListener("mousedown",o),window.removeEventListener("keydown",o),window.removeEventListener("change",o))},n.observers.set(t,new hn(t,r)),r}function mn(e,t){void 0===t&&(t=!1);var r=un.get(e.object);yn(r.value,e.object,e.patches,"",t),e.patches.length&&sn(r.value,e.patches);var n=e.patches;return n.length>0&&(e.patches=[],e.callback&&e.callback(n)),n}function yn(e,t,r,n,s){if(t!==e){"function"==typeof t.toJSON&&(t=t.toJSON());for(var i=zr(t),o=zr(e),a=!1,c=o.length-1;c>=0;c--){var l=e[p=o[c]];if(!Vr(t,p)||void 0===t[p]&&void 0!==l&&!1===Array.isArray(t))Array.isArray(e)===Array.isArray(t)?(s&&r.push({op:"test",path:n+"/"+Gr(p),value:Hr(l)}),r.push({op:"remove",path:n+"/"+Gr(p)}),a=!0):(s&&r.push({op:"test",path:n,value:e}),r.push({op:"replace",path:n,value:t}),!0);else{var u=t[p];"object"==typeof l&&null!=l&&"object"==typeof u&&null!=u&&Array.isArray(l)===Array.isArray(u)?yn(l,u,r,n+"/"+Gr(p),s):l!==u&&(!0,s&&r.push({op:"test",path:n+"/"+Gr(p),value:Hr(l)}),r.push({op:"replace",path:n+"/"+Gr(p),value:Hr(u)}))}}if(a||i.length!=o.length)for(c=0;c<i.length;c++){var p;Vr(e,p=i[c])||void 0===t[p]||r.push({op:"add",path:n+"/"+Gr(p),value:Hr(t[p])})}}}function gn(e,t,r){void 0===r&&(r=!1);var n=[];return yn(e,t,n,"",r),n}Object.assign({},e,t,{JsonPatchError:Xr,deepClone:Hr,escapePathComponent:Gr,unescapePathComponent:Kr});var vn=r(4744),bn=r.n(vn);const xn={add:function(e,t){return{op:"add",path:e,value:t}},replace:En,remove:function(e){return{op:"remove",path:e}},merge:function(e,t){return{type:"mutation",op:"merge",path:e,value:t}},mergeDeep:function(e,t){return{type:"mutation",op:"mergeDeep",path:e,value:t}},context:function(e,t){return{type:"context",path:e,value:t}},getIn:function(e,t){return t.reduce(((e,t)=>void 0!==t&&e?e[t]:e),e)},applyPatch:function(e,t,r){if(r=r||{},"merge"===(t={...t,path:t.path&&wn(t.path)}).op){const r=Rn(e,t.path);Object.assign(r,t.value),sn(e,[En(t.path,r)])}else if("mergeDeep"===t.op){const r=Rn(e,t.path),n=bn()(r,t.value);e=sn(e,[En(t.path,n)]).newDocument}else if("add"===t.op&&""===t.path&&_n(t.value)){sn(e,Object.keys(t.value).reduce(((e,r)=>(e.push({op:"add",path:`/${wn(r)}`,value:t.value[r]}),e)),[]))}else if("replace"===t.op&&""===t.path){let{value:n}=t;r.allowMetaPatches&&t.meta&&Tn(t)&&(Array.isArray(t.value)||_n(t.value))&&(n={...n,...t.meta}),e=n}else if(sn(e,[t]),r.allowMetaPatches&&t.meta&&Tn(t)&&(Array.isArray(t.value)||_n(t.value))){const r={...Rn(e,t.path),...t.meta};sn(e,[En(t.path,r)])}return e},parentPathMatch:function(e,t){if(!Array.isArray(t))return!1;for(let r=0,n=t.length;r<n;r+=1)if(t[r]!==e[r])return!1;return!0},flatten:An,fullyNormalizeArray:function(e){return $n(An(Pn(e)))},normalizeArray:Pn,isPromise:function(e){return _n(e)&&kn(e.then)},forEachNew:function(e,t){try{return jn(e,Sn,t)}catch(e){return e}},forEachNewPrimitive:function(e,t){try{return jn(e,On,t)}catch(e){return e}},isJsonPatch:In,isContextPatch:function(e){return Mn(e)&&"context"===e.type},isPatch:Mn,isMutation:Cn,isAdditiveMutation:Tn,isGenerator:function(e){return"[object GeneratorFunction]"===Object.prototype.toString.call(e)},isFunction:kn,isObject:_n,isError:function(e){return e instanceof Error}};function wn(e){return Array.isArray(e)?e.length<1?"":`/${e.map((e=>(e+"").replace(/~/g,"~0").replace(/\//g,"~1"))).join("/")}`:e}function En(e,t,r){return{op:"replace",path:e,value:t,meta:r}}function jn(e,t,r){return $n(An(e.filter(Tn).map((e=>t(e.value,r,e.path)))||[]))}function On(e,t,r){return r=r||[],Array.isArray(e)?e.map(((e,n)=>On(e,t,r.concat(n)))):_n(e)?Object.keys(e).map((n=>On(e[n],t,r.concat(n)))):t(e,r[r.length-1],r)}function Sn(e,t,r){let n=[];if((r=r||[]).length>0){const s=t(e,r[r.length-1],r);s&&(n=n.concat(s))}if(Array.isArray(e)){const s=e.map(((e,n)=>Sn(e,t,r.concat(n))));s&&(n=n.concat(s))}else if(_n(e)){const s=Object.keys(e).map((n=>Sn(e[n],t,r.concat(n))));s&&(n=n.concat(s))}return n=An(n),n}function Pn(e){return Array.isArray(e)?e:[e]}function An(e){return[].concat(...e.map((e=>Array.isArray(e)?An(e):e)))}function $n(e){return e.filter((e=>void 0!==e))}function _n(e){return e&&"object"==typeof e}function kn(e){return e&&"function"==typeof e}function In(e){if(Mn(e)){const{op:t}=e;return"add"===t||"remove"===t||"replace"===t}return!1}function Cn(e){return In(e)||Mn(e)&&"mutation"===e.type}function Tn(e){return Cn(e)&&("add"===e.op||"replace"===e.op||"merge"===e.op||"mergeDeep"===e.op)}function Mn(e){return e&&"object"==typeof e}function Rn(e,t){try{return rn(e,t)}catch(e){return console.error(e),{}}}var Fn=r(5606);function Dn(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function Nn(e){return function t(r){return 0===arguments.length||Dn(r)?t:e.apply(this,arguments)}}function qn(e){return function t(r,n){switch(arguments.length){case 0:return t;case 1:return Dn(r)?t:Nn((function(t){return e(r,t)}));default:return Dn(r)&&Dn(n)?t:Dn(r)?Nn((function(t){return e(t,n)})):Dn(n)?Nn((function(t){return e(r,t)})):e(r,n)}}}function Ln(e){return function t(r,n,s){switch(arguments.length){case 0:return t;case 1:return Dn(r)?t:qn((function(t,n){return e(r,t,n)}));case 2:return Dn(r)&&Dn(n)?t:Dn(r)?qn((function(t,r){return e(t,n,r)})):Dn(n)?qn((function(t,n){return e(r,t,n)})):Nn((function(t){return e(r,n,t)}));default:return Dn(r)&&Dn(n)&&Dn(s)?t:Dn(r)&&Dn(n)?qn((function(t,r){return e(t,r,s)})):Dn(r)&&Dn(s)?qn((function(t,r){return e(t,n,r)})):Dn(n)&&Dn(s)?qn((function(t,n){return e(r,t,n)})):Dn(r)?Nn((function(t){return e(t,n,s)})):Dn(n)?Nn((function(t){return e(r,t,s)})):Dn(s)?Nn((function(t){return e(r,n,t)})):e(r,n,s)}}}const Bn=Number.isInteger||function(e){return e<<0===e};function Un(e){return"[object String]"===Object.prototype.toString.call(e)}const Vn=qn((function(e,t){var r=e<0?t.length+e:e;return Un(t)?t.charAt(r):t[r]}));const zn=qn((function(e,t){return e.map((function(e){for(var r,n=t,s=0;s<e.length;){if(null==n)return;r=e[s],n=Bn(r)?Vn(r,n):n[r],s+=1}return n}))}));const Hn=qn((function(e,t){return zn([e],t)[0]}));const Jn=Ln((function(e,t,r){return e(Hn(t,r))}));function Gn(e){return new RegExp(e.source,e.flags?e.flags:(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":"")+(e.dotAll?"s":""))}function Kn(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function Wn(e,t,r){for(var n=0,s=r.length;n<s;){if(e(t,r[n]))return!0;n+=1}return!1}function Yn(e,t){return Object.prototype.hasOwnProperty.call(t,e)}const Xn="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};var Qn=Object.prototype.toString;const Zn=function(){return"[object Arguments]"===Qn.call(arguments)?function(e){return"[object Arguments]"===Qn.call(e)}:function(e){return Yn("callee",e)}}();var es=!{toString:null}.propertyIsEnumerable("toString"),ts=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],rs=function(){return arguments.propertyIsEnumerable("length")}(),ns=function(e,t){for(var r=0;r<e.length;){if(e[r]===t)return!0;r+=1}return!1},ss="function"!=typeof Object.keys||rs?Nn((function(e){if(Object(e)!==e)return[];var t,r,n=[],s=rs&&Zn(e);for(t in e)!Yn(t,e)||s&&"length"===t||(n[n.length]=t);if(es)for(r=ts.length-1;r>=0;)Yn(t=ts[r],e)&&!ns(n,t)&&(n[n.length]=t),r-=1;return n})):Nn((function(e){return Object(e)!==e?[]:Object.keys(e)}));const is=ss;const os=Nn((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function as(e,t,r,n){var s=Kn(e);function i(e,t){return cs(e,t,r.slice(),n.slice())}return!Wn((function(e,t){return!Wn(i,t,e)}),Kn(t),s)}function cs(e,t,r,n){if(Xn(e,t))return!0;var s,i,o=os(e);if(o!==os(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(s=e.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!Xn(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!Xn(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===e)return n[a]===t;a-=1}switch(o){case"Map":return e.size===t.size&&as(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&as(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=is(e);if(c.length!==is(t).length)return!1;var l=r.concat([e]),u=n.concat([t]);for(a=c.length-1;a>=0;){var p=c[a];if(!Yn(p,t)||!cs(t[p],e[p],l,u))return!1;a-=1}return!0}const ls=qn((function(e,t){return cs(e,t,[],[])}));function us(e,t){return function(e,t,r){var n,s;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;r<e.length;){if(0===(s=e[r])&&1/s===n)return r;r+=1}return-1}if(t!=t){for(;r<e.length;){if("number"==typeof(s=e[r])&&s!=s)return r;r+=1}return-1}return e.indexOf(t,r);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,r);case"object":if(null===t)return e.indexOf(t,r)}for(;r<e.length;){if(ls(e[r],t))return r;r+=1}return-1}(t,e,0)>=0}function ps(e,t){for(var r=0,n=t.length,s=Array(n);r<n;)s[r]=e(t[r]),r+=1;return s}function hs(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var fs=function(e){return(e<10?"0":"")+e};const ds="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+fs(e.getUTCMonth()+1)+"-"+fs(e.getUTCDate())+"T"+fs(e.getUTCHours())+":"+fs(e.getUTCMinutes())+":"+fs(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function ms(e){return function(){return!e.apply(this,arguments)}}function ys(e,t,r){for(var n=0,s=r.length;n<s;)t=e(t,r[n]),n+=1;return t}const gs=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function vs(e,t,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!gs(n)){for(var s=0;s<e.length;){if("function"==typeof n[e[s]])return n[e[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(n))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function bs(e){return"[object Object]"===Object.prototype.toString.call(e)}const xs=function(){return this.xf["@@transducer/init"]()},ws=function(e){return this.xf["@@transducer/result"](e)};var Es=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=ws,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function js(e){return function(t){return new Es(e,t)}}const Os=qn(vs(["fantasy-land/filter","filter"],js,(function(e,t){return bs(t)?ys((function(r,n){return e(t[n])&&(r[n]=t[n]),r}),{},is(t)):function(e,t){for(var r=0,n=t.length,s=[];r<n;)e(t[r])&&(s[s.length]=t[r]),r+=1;return s}(e,t)})));const Ss=qn((function(e,t){return Os(ms(e),t)}));function Ps(e,t){var r=function(r){var n=t.concat([e]);return us(r,n)?"<Circular>":Ps(r,n)},n=function(e,t){return ps((function(t){return hs(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+ps(r,e).join(", ")+"))";case"[object Array]":return"["+ps(r,e).concat(n(e,Ss((function(e){return/^\d+$/.test(e)}),is(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):hs(ds(e)))+")";case"[object Map]":return"new Map("+r(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+r(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":hs(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var s=e.toString();if("[object Object]"!==s)return s}return"{"+n(e,is(e)).join(", ")+"}"}}const As=Nn((function(e){return Ps(e,[])}));var $s=qn((function(e,t){if(r=e,"[object RegExp]"!==Object.prototype.toString.call(r))throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received "+As(e));var r;return Gn(e).test(t)}));const _s=$s;function ks(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,r){return t.apply(this,arguments)};case 3:return function(e,r,n){return t.apply(this,arguments)};case 4:return function(e,r,n,s){return t.apply(this,arguments)};case 5:return function(e,r,n,s,i){return t.apply(this,arguments)};case 6:return function(e,r,n,s,i,o){return t.apply(this,arguments)};case 7:return function(e,r,n,s,i,o,a){return t.apply(this,arguments)};case 8:return function(e,r,n,s,i,o,a,c){return t.apply(this,arguments)};case 9:return function(e,r,n,s,i,o,a,c,l){return t.apply(this,arguments)};case 10:return function(e,r,n,s,i,o,a,c,l,u){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function Is(e,t){return function(){return t.call(this,e.apply(this,arguments))}}const Cs=Nn((function(e){return!!gs(e)||!!e&&("object"==typeof e&&(!Un(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))}));var Ts="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function Ms(e,t,r){return function(n,s,i){if(Cs(i))return e(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return t(n,s,i,"fantasy-land/reduce");if(null!=i[Ts])return r(n,s,i[Ts]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return t(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function Rs(e,t,r){for(var n=0,s=r.length;n<s;){if((t=e["@@transducer/step"](t,r[n]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n+=1}return e["@@transducer/result"](t)}const Fs=qn((function(e,t){return ks(e.length,(function(){return e.apply(t,arguments)}))}));function Ds(e,t,r){for(var n=r.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=r.next()}return e["@@transducer/result"](t)}function Ns(e,t,r,n){return e["@@transducer/result"](r[n](Fs(e["@@transducer/step"],e),t))}const qs=Ms(Rs,Ns,Ds);var Ls=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function Bs(e){return new Ls(e)}const Us=Ln((function(e,t,r){return qs("function"==typeof e?Bs(e):e,t,r)}));function Vs(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return gs(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const zs=Ln(Vs("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)})));const Hs=Nn(Vs("tail",zs(1,1/0)));function Js(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return ks(arguments[0].length,Us(Is,arguments[0],Hs(arguments)))}const Gs=qn((function(e,t){return null==t||t!=t?e:t}));const Ks=qn((function(e,t){if(null!=t)return Bn(e)?Vn(e,t):t[e]}));const Ws=Ln((function(e,t,r){return Gs(e,Ks(t,r))}));const Ys=Vn(-1);function Xs(e,t,r){return function(){for(var n=[],s=0,i=e,o=0,a=!1;o<t.length||s<arguments.length;){var c;o<t.length&&(!Dn(t[o])||s>=arguments.length)?c=t[o]:(c=arguments[s],s+=1),n[o]=c,Dn(c)?a=!0:i-=1,o+=1}return!a&&i<=0?r.apply(this,n):ks(Math.max(0,i),Xs(e,n,r))}}const Qs=qn((function(e,t){return 1===e?Nn(t):ks(e,Xs(e,[],t))}));const Zs=Nn((function(e){return Qs(e.length,e)}));function ei(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const ti=qn((function(e,t){return Qs(e+1,(function(){var r=arguments[e];if(null!=r&&ei(r[t]))return r[t].apply(r,Array.prototype.slice.call(arguments,0,e));throw new TypeError(As(r)+' does not have a method named "'+t+'"')}))}));const ri=ti(1,"split");function ni(e,t){for(var r=t.length-1;r>=0&&e(t[r]);)r-=1;return zs(0,r+1,t)}var si=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=qs(this.xf,e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}();function ii(e){return function(t){return new si(e,t)}}const oi=qn(vs([],ii,ni));const ai=ti(1,"join");const ci=Nn((function(e){return Qs(e.length,(function(t,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=t,e.apply(this,n)}))}))(qn(us));const li=Zs((function(e,t){return Js(ri(""),oi(ci(e)),ai(""))(t)}));function ui(e,t,r){for(var n=r.next();!n.done;)t=e(t,n.value),n=r.next();return t}function pi(e,t,r,n){return r[n](e,t)}const hi=Ms(ys,pi,ui);var fi=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=ws,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const di=qn(vs(["fantasy-land/map","map"],(function(e){return function(t){return new fi(e,t)}}),(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return Qs(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return ys((function(r,n){return r[n]=e(t[n]),r}),{},is(t));default:return ps(e,t)}})));const mi=qn((function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(r){return e(r)(t(r))}:hi((function(e,r){return function(e,t){var r;t=t||[];var n=(e=e||[]).length,s=t.length,i=[];for(r=0;r<n;)i[i.length]=e[r],r+=1;for(r=0;r<s;)i[i.length]=t[r],r+=1;return i}(e,di(r,t))}),[],e)}));const yi=qn((function(e,t){var r=Qs(e,t);return Qs(e,(function(){return ys(mi,di(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const gi=Nn((function(e){return yi(e.length,e)}));const vi=gi(Nn((function(e){return!e})));const bi=Nn((function(e){return function(){return e}}));const xi=bi(void 0);const wi=ls(xi());const Ei=vi(wi);const ji=qn((function(e,t){if(e===t)return t;function r(e,t){if(e>t!=t>e)return t>e?t:e}var n=r(e,t);if(void 0!==n)return n;var s=r(typeof e,typeof t);if(void 0!==s)return s===typeof e?e:t;var i=As(e),o=r(i,As(t));return void 0!==o&&o===i?e:t}));const Oi=qn((function(e,t){return di(Ks(e),t)}));const Si=Nn((function(e){return Qs(Us(ji,0,Oi("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(e[t].apply(this,arguments))return!0;t+=1}return!1}))}));var Pi=function(e,t){switch(arguments.length){case 0:return Pi;case 1:return function t(r){return 0===arguments.length?t:Xn(e,r)};default:return Xn(e,t)}};const Ai=Pi;const $i=Qs(1,Js(os,Ai("GeneratorFunction")));const _i=Qs(1,Js(os,Ai("AsyncFunction")));const ki=Si([Js(os,Ai("Function")),$i,_i]);var Ii=Ln((function(e,t,r){return r.replace(e,t)}));const Ci=Ii;const Ti=Qs(1,Js(os,Ai("RegExp")));const Mi=Ln((function(e,t,r){return e(r)?t(r):r}));const Ri=Qs(1,Js(os,Ai("String")));const Fi=Mi(Ri,Ci(/[.*+?^${}()|[\]\\-]/g,"\\$&"));var Di=function(e,t){if("string"!=typeof e&&!(e instanceof String))throw TypeError("`".concat(t,"` must be a string"))};const Ni=function(e,t,r){!function(e,t,r){if(null==r||null==e||null==t)throw TypeError("Input values must not be `null` or `undefined`")}(e,t,r),Di(r,"str"),Di(t,"replaceValue"),function(e){if(!("string"==typeof e||e instanceof String||e instanceof RegExp))throw TypeError("`searchValue` must be a string or an regexp")}(e);var n=new RegExp(Ti(e)?e:Fi(e),"g");return Ci(n,t,r)};var qi=Qs(3,Ni),Li=ti(2,"replaceAll");const Bi=ki(String.prototype.replaceAll)?Li:qi,Ui=()=>Jn(_s(/^win/),["platform"],Fn),Vi=e=>{try{const t=new URL(e);return li(":",t.protocol)}catch{return}},zi=(Js(Vi,Ei),e=>{const t=e.lastIndexOf(".");return t>=0?e.substring(t).toLowerCase():""}),Hi=e=>{if(Fn.browser)return!1;const t=Vi(e);return wi(t)||"file"===t||/^[a-zA-Z]$/.test(t)},Ji=e=>{const t=Vi(e);return"http"===t||"https"===t},Gi=(e,t)=>{const r=[/%23/g,"#",/%24/g,"$",/%26/g,"&",/%2C/g,",",/%40/g,"@"],n=Ws(!1,"keepFileProtocol",t),s=Ws(Ui,"isWindows",t);let i=decodeURI(e);for(let e=0;e<r.length;e+=2)i=i.replace(r[e],r[e+1]);let o="file://"===i.substring(0,7).toLowerCase();return o&&(i="/"===i[7]?i.substring(8):i.substring(7),s()&&"/"===i[1]&&(i=`${i[0]}:${i.substring(1)}`),n?i=`file:///${i}`:(o=!1,i=s()?i:`/${i}`)),s()&&!o&&(i=Bi("/","\\",i),":\\"===i.substring(1,3)&&(i=i[0].toUpperCase()+i.substring(1))),i},Ki=e=>{const t=e.indexOf("#");return-1!==t?e.substring(t):"#"},Wi=e=>{const t=e.indexOf("#");let r=e;return t>=0&&(r=e.substring(0,t)),r},Yi=()=>{if(Fn.browser)return Wi(globalThis.location.href);const e=Fn.cwd(),t=Ys(e);return["/","\\"].includes(t)?e:e+(Ui()?"\\":"/")},Xi=(e,t)=>{const r=new URL(t,new URL(e,"resolve://"));if("resolve:"===r.protocol){const{pathname:e,search:t,hash:n}=r;return e+t+n}return r.toString()},Qi=e=>{if(Hi(e))return(e=>{const t=[/\?/g,"%3F",/#/g,"%23"];let r=e;Ui()&&(r=r.replace(/\\/g,"/")),r=encodeURI(r);for(let e=0;e<t.length;e+=2)r=r.replace(t[e],t[e+1]);return r})(Gi(e));try{return new URL(e).toString()}catch{return encodeURI(decodeURI(e)).replace(/%5B/g,"[").replace(/%5D/g,"]")}},Zi=e=>Hi(e)?Gi(e):decodeURI(e);function eo(e,t){function r(...e){Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,[this.message]=e,t&&t.apply(this,e)}return r.prototype=new Error,r.prototype.name=e,r.prototype.constructor=r,r}var to=r(6623),ro=r.n(to);const no=["properties"],so=["properties"],io=["definitions","parameters","responses","securityDefinitions","components/schemas","components/responses","components/parameters","components/securitySchemes"],oo=["schema/example","items/example"];function ao(e){const t=e[e.length-1],r=e[e.length-2],n=e.join("/");return no.indexOf(t)>-1&&-1===so.indexOf(r)||io.indexOf(n)>-1||oo.some((e=>n.indexOf(e)>-1))}function co(e,t){const[r,n]=e.split("#"),s=t??"",i=r??"";let o;if(Ji(s))o=Xi(s,i);else{const e=Xi(p,s),t=Xi(e,i).replace(p,"");o=i.startsWith("/")?t:t.substring(1)}return n?`${o}#${n}`:o}const lo=/^([a-z]+:\/\/|\/\/)/i,uo=eo("JSONRefError",(function(e,t,r){this.originalError=r,Object.assign(this,t||{})})),po={},ho=new WeakMap,fo=[e=>"paths"===e[0]&&"responses"===e[3]&&"examples"===e[5],e=>"paths"===e[0]&&"responses"===e[3]&&"content"===e[5]&&"example"===e[7],e=>"paths"===e[0]&&"responses"===e[3]&&"content"===e[5]&&"examples"===e[7]&&"value"===e[9],e=>"paths"===e[0]&&"requestBody"===e[3]&&"content"===e[4]&&"example"===e[6],e=>"paths"===e[0]&&"requestBody"===e[3]&&"content"===e[4]&&"examples"===e[6]&&"value"===e[8],e=>"paths"===e[0]&&"parameters"===e[2]&&"example"===e[4],e=>"paths"===e[0]&&"parameters"===e[3]&&"example"===e[5],e=>"paths"===e[0]&&"parameters"===e[2]&&"examples"===e[4]&&"value"===e[6],e=>"paths"===e[0]&&"parameters"===e[3]&&"examples"===e[5]&&"value"===e[7],e=>"paths"===e[0]&&"parameters"===e[2]&&"content"===e[4]&&"example"===e[6],e=>"paths"===e[0]&&"parameters"===e[2]&&"content"===e[4]&&"examples"===e[6]&&"value"===e[8],e=>"paths"===e[0]&&"parameters"===e[3]&&"content"===e[4]&&"example"===e[7],e=>"paths"===e[0]&&"parameters"===e[3]&&"content"===e[5]&&"examples"===e[7]&&"value"===e[9]],mo={key:"$ref",plugin:(e,t,r,n)=>{const s=n.getInstance(),i=r.slice(0,-1);if(ao(i)||(e=>fo.some((t=>t(e))))(i))return;const{baseDoc:o}=n.getContext(r);if("string"!=typeof e)return new uo("$ref: must be a string (JSON-Ref)",{$ref:e,baseDoc:o,fullPath:r});const a=xo(e),c=a[0],l=a[1]||"";let u,p,h;try{u=o||c?vo(c,o):null}catch(t){return bo(t,{pointer:l,$ref:e,basePath:u,fullPath:r})}if(function(e,t,r,n){let s=ho.get(n);s||(s={},ho.set(n,s));const i=function(e){if(0===e.length)return"";return`/${e.map(Po).join("/")}`}(r),o=`${t||"<specmap-base>"}#${e}`,a=i.replace(/allOf\/\d+\/?/g,""),c=n.contextTree.get([]).baseDoc;if(t===c&&$o(a,e))return!0;let l="";const u=r.some((e=>(l=`${l}/${Po(e)}`,s[l]&&s[l].some((e=>$o(e,o)||$o(o,e))))));if(u)return!0;return void(s[a]=(s[a]||[]).concat(o))}(l,u,i,n)&&!s.useCircularStructures){const t=co(e,u);return e===t?null:xn.replace(r,t)}if(null==u?(h=Oo(l),p=n.get(h),void 0===p&&(p=new uo(`Could not resolve reference: ${e}`,{pointer:l,$ref:e,baseDoc:o,fullPath:r}))):(p=wo(u,l),p=null!=p.__value?p.__value:p.catch((t=>{throw bo(t,{pointer:l,$ref:e,baseDoc:o,fullPath:r})}))),p instanceof Error)return[xn.remove(r),p];const f=co(e,u),d=xn.replace(i,p,{$$ref:f});if(u&&u!==o)return[d,xn.context(i,{baseDoc:u})];try{if(!function(e,t){const r=[e];return t.path.reduce(((e,t)=>(r.push(e[t]),e[t])),e),n(t.value);function n(e){return xn.isObject(e)&&(r.indexOf(e)>=0||Object.keys(e).some((t=>n(e[t]))))}}(n.state,d)||s.useCircularStructures)return d}catch(e){return null}}},yo=Object.assign(mo,{docCache:po,absoluteify:vo,clearCache:function(e){void 0!==e?delete po[e]:Object.keys(po).forEach((e=>{delete po[e]}))},JSONRefError:uo,wrapError:bo,getDoc:Eo,split:xo,extractFromDoc:wo,fetchJSON:function(e){return fetch(e,{headers:{Accept:u},loadSpec:!0}).then((e=>e.text())).then((e=>ur.load(e)))},extract:jo,jsonPointerToArray:Oo,unescapeJsonPointerToken:So}),go=yo;function vo(e,t){if(!lo.test(e)){if(!t)throw new uo(`Tried to resolve a relative URL, without having a basePath. path: '${e}' basePath: '${t}'`);return Xi(t,e)}return e}function bo(e,t){let r;return r=e&&e.response&&e.response.body?`${e.response.body.code} ${e.response.body.message}`:e.message,new uo(`Could not resolve reference: ${r}`,t,e)}function xo(e){return(e+"").split("#")}function wo(e,t){const r=po[e];if(r&&!xn.isPromise(r))try{const e=jo(t,r);return Object.assign(Promise.resolve(e),{__value:e})}catch(e){return Promise.reject(e)}return Eo(e).then((e=>jo(t,e)))}function Eo(e){const t=po[e];return t?xn.isPromise(t)?t:Promise.resolve(t):(po[e]=yo.fetchJSON(e).then((t=>(po[e]=t,t))),po[e])}function jo(e,t){const r=Oo(e);if(r.length<1)return t;const n=xn.getIn(t,r);if(void 0===n)throw new uo(`Could not resolve pointer: ${e} does not exist in document`,{pointer:e});return n}function Oo(e){if("string"!=typeof e)throw new TypeError("Expected a string, got a "+typeof e);return"/"===e[0]&&(e=e.substr(1)),""===e?[]:e.split("/").map(So)}function So(e){if("string"!=typeof e)return e;return new URLSearchParams(`=${e.replace(/~1/g,"/").replace(/~0/g,"~")}`).get("")}function Po(e){return new URLSearchParams([["",e.replace(/~/g,"~0").replace(/\//g,"~1")]]).toString().slice(1)}const Ao=e=>!e||"/"===e||"#"===e;function $o(e,t){if(Ao(t))return!0;const r=e.charAt(t.length),n=t.slice(-1);return 0===e.indexOf(t)&&(!r||"/"===r||"#"===r)&&"#"!==n}const _o={key:"allOf",plugin:(e,t,r,n,s)=>{if(s.meta&&s.meta.$$ref)return;const i=r.slice(0,-1);if(ao(i))return;if(!Array.isArray(e)){const e=new TypeError("allOf must be an array");return e.fullPath=r,e}let o=!1,a=s.value;if(i.forEach((e=>{a&&(a=a[e])})),a={...a},0===Object.keys(a).length)return;delete a.allOf;const c=[];return c.push(n.replace(i,{})),e.forEach(((e,t)=>{if(!n.isObject(e)){if(o)return null;o=!0;const e=new TypeError("Elements in allOf must be objects");return e.fullPath=r,c.push(e)}c.push(n.mergeDeep(i,e));const s=function(e,t,{specmap:r,getBaseUrlForNodePath:n=(e=>r.getContext([...t,...e]).baseDoc),targetKeys:s=["$ref","$$ref"]}={}){const i=[];return ro()(e).forEach((function(){if(s.includes(this.key)&&"string"==typeof this.node){const e=this.path,s=t.concat(this.path),o=co(this.node,n(e));i.push(r.replace(s,o))}})),i}(e,r.slice(0,-1),{getBaseUrlForNodePath:e=>n.getContext([...r,t,...e]).baseDoc,specmap:n});c.push(...s)})),a.example&&c.push(n.remove([].concat(i,"example"))),c.push(n.mergeDeep(i,a)),a.$$ref||c.push(n.remove([].concat(i,"$$ref"))),c}},ko={key:"parameters",plugin:(e,t,r,n)=>{if(Array.isArray(e)&&e.length){const t=Object.assign([],e),s=r.slice(0,-1),i={...xn.getIn(n.spec,s)};for(let s=0;s<e.length;s+=1){const o=e[s];try{t[s].default=n.parameterMacro(i,o)}catch(e){const t=new Error(e);return t.fullPath=r,t}}return xn.replace(r,t)}return xn.replace(r,e)}},Io={key:"properties",plugin:(e,t,r,n)=>{const s={...e};for(const t in e)try{s[t].default=n.modelPropertyMacro(s[t])}catch(e){const t=new Error(e);return t.fullPath=r,t}return xn.replace(r,s)}};class Co{constructor(e){this.root=To(e||{})}set(e,t){const r=this.getParent(e,!0);if(!r)return void Mo(this.root,t,null);const n=e[e.length-1],{children:s}=r;s[n]?Mo(s[n],t,r):s[n]=To(t,r)}get(e){if((e=e||[]).length<1)return this.root.value;let t,r,n=this.root;for(let s=0;s<e.length&&(r=e[s],t=n.children,t[r]);s+=1)n=t[r];return n&&n.protoValue}getParent(e,t){return!e||e.length<1?null:e.length<2?this.root:e.slice(0,-1).reduce(((e,r)=>{if(!e)return e;const{children:n}=e;return!n[r]&&t&&(n[r]=To(null,e)),n[r]}),this.root)}}function To(e,t){return Mo({children:{}},e,t)}function Mo(e,t,r){return e.value=t||{},e.protoValue=r?{...r.protoValue,...e.value}:e.value,Object.keys(e.children).forEach((t=>{const r=e.children[t];e.children[t]=Mo(r,r.value,e)})),e}const Ro=()=>{};class Fo{static getPluginName(e){return e.pluginName}static getPatchesOfType(e,t){return e.filter(t)}constructor(e){Object.assign(this,{spec:"",debugLevel:"info",plugins:[],pluginHistory:{},errors:[],mutations:[],promisedPatches:[],state:{},patches:[],context:{},contextTree:new Co,showDebug:!1,allPatches:[],pluginProp:"specMap",libMethods:Object.assign(Object.create(this),xn,{getInstance:()=>this}),allowMetaPatches:!1},e),this.get=this._get.bind(this),this.getContext=this._getContext.bind(this),this.hasRun=this._hasRun.bind(this),this.wrappedPlugins=this.plugins.map(this.wrapPlugin.bind(this)).filter(xn.isFunction),this.patches.push(xn.add([],this.spec)),this.patches.push(xn.context([],this.context)),this.updatePatches(this.patches)}debug(e,...t){this.debugLevel===e&&console.log(...t)}verbose(e,...t){"verbose"===this.debugLevel&&console.log(`[${e}] `,...t)}wrapPlugin(e,t){const{pathDiscriminator:r}=this;let n,s=null;return e[this.pluginProp]?(s=e,n=e[this.pluginProp]):xn.isFunction(e)?n=e:xn.isObject(e)&&(n=function(e){const t=(e,t)=>!Array.isArray(e)||e.every(((e,r)=>e===t[r]));return function*(n,s){const i={};for(const[e,t]of n.filter(xn.isAdditiveMutation).entries()){if(!(e<3e3))return;yield*o(t.value,t.path,t)}function*o(n,a,c){if(xn.isObject(n)){const l=a.length-1,u=a[l],p=a.indexOf("properties"),h="properties"===u&&l===p,f=s.allowMetaPatches&&i[n.$$ref];for(const l of Object.keys(n)){const u=n[l],p=a.concat(l),d=xn.isObject(u),m=n.$$ref;if(f||d&&(s.allowMetaPatches&&m&&(i[m]=!0),yield*o(u,p,c)),!h&&l===e.key){const n=t(r,a);r&&!n||(yield e.plugin(u,l,p,s,c))}}}else e.key===a[a.length-1]&&(yield e.plugin(n,e.key,a,s))}}}(e)),Object.assign(n.bind(s),{pluginName:e.name||t,isGenerator:xn.isGenerator(n)})}nextPlugin(){return this.wrappedPlugins.find((e=>this.getMutationsForPlugin(e).length>0))}nextPromisedPatch(){if(this.promisedPatches.length>0)return Promise.race(this.promisedPatches.map((e=>e.value)))}getPluginHistory(e){const t=this.constructor.getPluginName(e);return this.pluginHistory[t]||[]}getPluginRunCount(e){return this.getPluginHistory(e).length}getPluginHistoryTip(e){const t=this.getPluginHistory(e);return t&&t[t.length-1]||{}}getPluginMutationIndex(e){const t=this.getPluginHistoryTip(e).mutationIndex;return"number"!=typeof t?-1:t}updatePluginHistory(e,t){const r=this.constructor.getPluginName(e);this.pluginHistory[r]=this.pluginHistory[r]||[],this.pluginHistory[r].push(t)}updatePatches(e){xn.normalizeArray(e).forEach((e=>{if(e instanceof Error)this.errors.push(e);else try{if(!xn.isObject(e))return void this.debug("updatePatches","Got a non-object patch",e);if(this.showDebug&&this.allPatches.push(e),xn.isPromise(e.value))return this.promisedPatches.push(e),void this.promisedPatchThen(e);if(xn.isContextPatch(e))return void this.setContext(e.path,e.value);xn.isMutation(e)&&this.updateMutations(e)}catch(e){console.error(e),this.errors.push(e)}}))}updateMutations(e){"object"==typeof e.value&&!Array.isArray(e.value)&&this.allowMetaPatches&&(e.value={...e.value});const t=xn.applyPatch(this.state,e,{allowMetaPatches:this.allowMetaPatches});t&&(this.mutations.push(e),this.state=t)}removePromisedPatch(e){const t=this.promisedPatches.indexOf(e);t<0?this.debug("Tried to remove a promisedPatch that isn't there!"):this.promisedPatches.splice(t,1)}promisedPatchThen(e){return e.value=e.value.then((t=>{const r={...e,value:t};this.removePromisedPatch(e),this.updatePatches(r)})).catch((t=>{this.removePromisedPatch(e),this.updatePatches(t)})),e.value}getMutations(e,t){return e=e||0,"number"!=typeof t&&(t=this.mutations.length),this.mutations.slice(e,t)}getCurrentMutations(){return this.getMutationsForPlugin(this.getCurrentPlugin())}getMutationsForPlugin(e){const t=this.getPluginMutationIndex(e);return this.getMutations(t+1)}getCurrentPlugin(){return this.currentPlugin}getLib(){return this.libMethods}_get(e){return xn.getIn(this.state,e)}_getContext(e){return this.contextTree.get(e)}setContext(e,t){return this.contextTree.set(e,t)}_hasRun(e){return this.getPluginRunCount(this.getCurrentPlugin())>(e||0)}dispatch(){const e=this,t=this.nextPlugin();if(!t){const e=this.nextPromisedPatch();if(e)return e.then((()=>this.dispatch())).catch((()=>this.dispatch()));const t={spec:this.state,errors:this.errors};return this.showDebug&&(t.patches=this.allPatches),Promise.resolve(t)}if(e.pluginCount=e.pluginCount||new WeakMap,e.pluginCount.set(t,(e.pluginCount.get(t)||0)+1),e.pluginCount[t]>100)return Promise.resolve({spec:e.state,errors:e.errors.concat(new Error("We've reached a hard limit of 100 plugin runs"))});if(t!==this.currentPlugin&&this.promisedPatches.length){const e=this.promisedPatches.map((e=>e.value));return Promise.all(e.map((e=>e.then(Ro,Ro)))).then((()=>this.dispatch()))}return function(){e.currentPlugin=t;const n=e.getCurrentMutations(),s=e.mutations.length-1;try{if(t.isGenerator)for(const s of t(n,e.getLib()))r(s);else{r(t(n,e.getLib()))}}catch(e){console.error(e),r([Object.assign(Object.create(e),{plugin:t})])}finally{e.updatePluginHistory(t,{mutationIndex:s})}return e.dispatch()}();function r(r){r&&(r=xn.fullyNormalizeArray(r),e.updatePatches(r,t))}}}const Do={refs:go,allOf:_o,parameters:ko,properties:Io},No=e=>e.replace(/\W/gi,"_");function qo(e,t,r="",{v2OperationIdCompatibilityMode:n}={}){if(!e||"object"!=typeof e)return null;return(e.operationId||"").replace(/\s/g,"").length?No(e.operationId):function(e,t,{v2OperationIdCompatibilityMode:r}={}){if(r){let r=`${t.toLowerCase()}_${e}`.replace(/[\s!@#$%^&*()_+=[{\]};:<>|./?,\\'""-]/g,"_");return r=r||`${e.substring(1)}_${t}`,r.replace(/((_){2,})/g,"_").replace(/^(_)*/g,"").replace(/([_])*$/g,"")}return`${t.toLowerCase()}${No(e)}`}(t,r,{v2OperationIdCompatibilityMode:n})}function Lo(e){const{spec:t}=e,{paths:r}=t,n={};if(!r||t.$$normalized)return e;for(const e in r){const s=r[e];if(null==s||!["object","function"].includes(typeof s))continue;const i=s.parameters;for(const r in s){const o=s[r];if(null==o||!["object","function"].includes(typeof o))continue;const a=qo(o,e,r);if(a){n[a]?n[a].push(o):n[a]=[o];const e=n[a];if(e.length>1)e.forEach(((e,t)=>{e.__originalOperationId=e.__originalOperationId||e.operationId,e.operationId=`${a}${t+1}`}));else if(void 0!==o.operationId){const t=e[0];t.__originalOperationId=t.__originalOperationId||o.operationId,t.operationId=a}}if("parameters"!==r){const e=[],r={};for(const n in t)"produces"!==n&&"consumes"!==n&&"security"!==n||(r[n]=t[n],e.push(r));if(i&&(r.parameters=i,e.push(r)),e.length)for(const t of e)for(const e in t)if(o[e]){if("parameters"===e)for(const r of t[e]){o[e].some((e=>e.name&&e.name===r.name||e.$ref&&e.$ref===r.$ref||e.$$ref&&e.$$ref===r.$$ref||e===r))||o[e].push(r)}}else o[e]=t[e]}}}return t.$$normalized=!0,e}async function Bo(e){const{spec:t,mode:r,allowMetaPatches:n=!0,pathDiscriminator:s,modelPropertyMacro:i,parameterMacro:o,requestInterceptor:a,responseInterceptor:c,skipNormalization:l,useCircularStructures:u}=e,p=Nr(e),h=qr(e);return function(e){p&&(Do.refs.docCache[p]=e);Do.refs.fetchJSON=Dr(h,{requestInterceptor:a,responseInterceptor:c});const t=[Do.refs];"function"==typeof o&&t.push(Do.parameters);"function"==typeof i&&t.push(Do.properties);"strict"!==r&&t.push(Do.allOf);return(f={spec:e,context:{baseDoc:p},plugins:t,allowMetaPatches:n,pathDiscriminator:s,parameterMacro:o,modelPropertyMacro:i,useCircularStructures:u},new Fo(f).dispatch()).then(l?async e=>e:Lo);var f}(t)}const Uo={name:"generic",match:()=>!0,normalize({spec:e}){const{spec:t}=Lo({spec:e});return t},resolve:async e=>Bo(e)};const Vo=e=>{try{const{swagger:t}=e;return"2.0"===t}catch{return!1}},zo=e=>{try{const{openapi:t}=e;return"string"==typeof t&&/^3\.0\.([0123])(?:-rc[012])?$/.test(t)}catch{return!1}},Ho=e=>{try{const{openapi:t}=e;return"string"==typeof t&&/^3\.1\.(?:[1-9]\d*|0)$/.test(t)}catch{return!1}},Jo=e=>zo(e)||Ho(e),Go={name:"openapi-2",match:({spec:e})=>Vo(e),normalize({spec:e}){const{spec:t}=Lo({spec:e});return t},resolve:async e=>async function(e){return Bo(e)}(e)};const Ko={name:"openapi-3-0",match:({spec:e})=>zo(e),normalize({spec:e}){const{spec:t}=Lo({spec:e});return t},resolve:async e=>async function(e){return Bo(e)}(e)},Wo=e=>async t=>(async e=>{const{spec:t,requestInterceptor:r,responseInterceptor:n}=e,s=Nr(e),i=qr(e),o=t||await Dr(i,{requestInterceptor:r,responseInterceptor:n})(s),a={...e,spec:o};return e.strategies.find((e=>e.match(a))).resolve(a)})({...e,...t}),Yo=Wo({strategies:[Ko,Go,Uo]}),Xo=e=>async(t,r,n={})=>(async(e,t,r={})=>{const{returnEntireTree:n,baseDoc:s,requestInterceptor:i,responseInterceptor:o,parameterMacro:a,modelPropertyMacro:c,useCircularStructures:l,strategies:u}=r,p={spec:e,pathDiscriminator:t,baseDoc:s,requestInterceptor:i,responseInterceptor:o,parameterMacro:a,modelPropertyMacro:c,useCircularStructures:l,strategies:u},h=u.find((e=>e.match(p))).normalize(p),f=await Yo({...p,spec:h,allowMetaPatches:!0,skipNormalization:!0});return!n&&Array.isArray(t)&&t.length&&(f.spec=t.reduce(((e,t)=>e?.[t]),f.spec)||null),f})(t,r,{...e,...n});Xo({strategies:[Ko,Go,Uo]});const Qo=function(){return!0};const Zo=function(){return!1};var ea=r(8675);const ta=class extends ea{constructor(e,t,r){if(super(e,t,r),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,null!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:e}=r;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}};class ra extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(ta,e)}constructor(e,t){if(super(e,t),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=t&&"object"==typeof t&&Object.hasOwn(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}}const na=ra;const sa=class extends na{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...r}=t;Object.assign(this,r)}}},ia=(e,t,r)=>{const n=e[t];if(null!=n){if(!r&&"function"==typeof n)return n;const e=r?n.leave:n.enter;if("function"==typeof e)return e}else{const n=r?e.leave:e.enter;if(null!=n){if("function"==typeof n)return n;const e=n[t];if("function"==typeof e)return e}}return null},oa={},aa=e=>null==e?void 0:e.type,ca=e=>"string"==typeof aa(e),la=e=>Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e)),ua=(e,{visitFnGetter:t=ia,nodeTypeGetter:r=aa,breakSymbol:n=oa,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{enter(l,...u){let p=l,h=!1;for(let f=0;f<e.length;f+=1)if(c[f]===a){const a=t(e[f],r(p),!1);if("function"==typeof a){const t=a.call(e[f],p,...u);if("function"==typeof(null==t?void 0:t.then))throw new sa("Async visitor not supported in sync mode",{visitor:e[f],visitFn:a});if(t===i)c[f]=l;else if(t===n)c[f]=n;else{if(t===s)return t;if(void 0!==t){if(!o)return t;p=t,h=!0}}}}return h?p:void 0},leave(s,...o){for(let l=0;l<e.length;l+=1)if(c[l]===a){const a=t(e[l],r(s),!0);if("function"==typeof a){const t=a.call(e[l],s,...o);if("function"==typeof(null==t?void 0:t.then))throw new sa("Async visitor not supported in sync mode",{visitor:e[l],visitFn:a});if(t===n)c[l]=n;else if(void 0!==t&&t!==i)return t}}else c[l]===s&&(c[l]=a)}}};ua[Symbol.for("nodejs.util.promisify.custom")]=(e,{visitFnGetter:t=ia,nodeTypeGetter:r=aa,breakSymbol:n=oa,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{async enter(l,...u){let p=l,h=!1;for(let f=0;f<e.length;f+=1)if(c[f]===a){const a=t(e[f],r(p),!1);if("function"==typeof a){const t=await a.call(e[f],p,...u);if(t===i)c[f]=l;else if(t===n)c[f]=n;else{if(t===s)return t;if(void 0!==t){if(!o)return t;p=t,h=!0}}}}return h?p:void 0},async leave(s,...o){for(let l=0;l<e.length;l+=1)if(c[l]===a){const a=t(e[l],r(s),!0);if("function"==typeof a){const t=await a.call(e[l],s,...o);if(t===n)c[l]=n;else if(void 0!==t&&t!==i)return t}}else c[l]===s&&(c[l]=a)}}};const pa=(e,t,{keyMap:r=null,state:n={},breakSymbol:s=oa,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=ia,nodeTypeGetter:c=aa,nodePredicate:l=ca,nodeCloneFn:u=la,detectCycles:p=!0}={})=>{const h=r||{};let f,d,m=Array.isArray(e),y=[e],g=-1,v=[],b=e;const x=[],w=[];do{g+=1;const e=g===y.length;let r;const O=e&&0!==v.length;if(e){if(r=0===w.length?void 0:x.pop(),b=d,d=w.pop(),O)if(m){b=b.slice();let e=0;for(const[t,r]of v){const n=t-e;r===i?(b.splice(n,1),e+=1):b[n]=r}}else{b=u(b);for(const[e,t]of v)b[e]=t}g=f.index,y=f.keys,v=f.edits,m=f.inArray,f=f.prev}else if(d!==i&&void 0!==d){if(r=m?g:y[g],b=d[r],b===i||void 0===b)continue;x.push(r)}let S;if(!Array.isArray(b)){var E;if(!l(b))throw new sa(`Invalid AST Node: ${String(b)}`,{node:b});if(p&&w.includes(b)){x.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=i.call(t,b,r,d,x,w)}if("function"==typeof(null===(E=S)||void 0===E?void 0:E.then))throw new sa("Async visitor not supported in sync mode",{visitor:t,visitFn:i});if(S===s)break;if(S===o){if(!e){x.pop();continue}}else if(void 0!==S&&(v.push([r,S]),!e)){if(!l(S)){x.pop();continue}b=S}}var j;if(void 0===S&&O&&v.push([r,b]),!e)f={inArray:m,index:g,keys:y,edits:v,prev:f},m=Array.isArray(b),y=m?b:null!==(j=h[c(b)])&&void 0!==j?j:[],g=-1,v=[],d!==i&&void 0!==d&&w.push(d),d=b}while(void 0!==f);return 0!==v.length?v[v.length-1][1]:e};pa[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=null,state:n={},breakSymbol:s=oa,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=ia,nodeTypeGetter:c=aa,nodePredicate:l=ca,nodeCloneFn:u=la,detectCycles:p=!0}={})=>{const h=r||{};let f,d,m=Array.isArray(e),y=[e],g=-1,v=[],b=e;const x=[],w=[];do{g+=1;const e=g===y.length;let r;const j=e&&0!==v.length;if(e){if(r=0===w.length?void 0:x.pop(),b=d,d=w.pop(),j)if(m){b=b.slice();let e=0;for(const[t,r]of v){const n=t-e;r===i?(b.splice(n,1),e+=1):b[n]=r}}else{b=u(b);for(const[e,t]of v)b[e]=t}g=f.index,y=f.keys,v=f.edits,m=f.inArray,f=f.prev}else if(d!==i&&void 0!==d){if(r=m?g:y[g],b=d[r],b===i||void 0===b)continue;x.push(r)}let O;if(!Array.isArray(b)){if(!l(b))throw new sa(`Invalid AST Node: ${String(b)}`,{node:b});if(p&&w.includes(b)){x.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;O=await i.call(t,b,r,d,x,w)}if(O===s)break;if(O===o){if(!e){x.pop();continue}}else if(void 0!==O&&(v.push([r,O]),!e)){if(!l(O)){x.pop();continue}b=O}}var E;if(void 0===O&&j&&v.push([r,b]),!e)f={inArray:m,index:g,keys:y,edits:v,prev:f},m=Array.isArray(b),y=m?b:null!==(E=h[c(b)])&&void 0!==E?E:[],g=-1,v=[],d!==i&&void 0!==d&&w.push(d),d=b}while(void 0!==f);return 0!==v.length?v[v.length-1][1]:e};var ha=r(4035);function fa(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}var da=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=fa(this.xf["@@transducer/step"](e,!1))),e},e}();function ma(e){return function(t){return new da(e,t)}}const ya=qn(vs(["all"],ma,(function(e,t){for(var r=0;r<t.length;){if(!e(t[r]))return!1;r+=1}return!0})));class ga extends ha.Om{constructor(e,t,r){super(e,t,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}}const va=ga;class ba extends ha.Om{constructor(e,t,r){super(e,t,r),this.element="comment"}}const xa=ba;class wa extends ha.wE{constructor(e,t,r){super(e,t,r),this.element="parseResult"}get api(){return this.children.filter((e=>e.classes.contains("api"))).first}get results(){return this.children.filter((e=>e.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((e=>"annotation"===e.element))}get warnings(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("warning")))}get errors(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("error")))}get isEmpty(){return this.children.reject((e=>"annotation"===e.element)).isEmpty}replaceResult(e){const{result:t}=this;if(wi(t))return!1;const r=this.content.findIndex((e=>e===t));return-1!==r&&(this.content[r]=e,!0)}}const Ea=wa;class ja extends ha.wE{constructor(e,t,r){super(e,t,r),this.element="sourceMap"}get positionStart(){return this.children.filter((e=>e.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((e=>e.classes.contains("position"))).get(1)}set position(e){if(void 0===e)return;const t=new ha.wE([e.start.row,e.start.column,e.start.char]),r=new ha.wE([e.end.row,e.end.column,e.end.char]);t.classes.push("position"),r.classes.push("position"),this.push(t).push(r)}}const Oa=ja,Sa=(e,t)=>"object"==typeof t&&null!==t&&e in t&&"function"==typeof t[e],Pa=e=>"object"==typeof e&&null!=e&&"_storedElement"in e&&"string"==typeof e._storedElement&&"_content"in e,Aa=(e,t)=>"object"==typeof t&&null!==t&&"primitive"in t&&("function"==typeof t.primitive&&t.primitive()===e),$a=(e,t)=>"object"==typeof t&&null!==t&&"classes"in t&&(Array.isArray(t.classes)||t.classes instanceof ha.wE)&&t.classes.includes(e),_a=(e,t)=>"object"==typeof t&&null!==t&&"element"in t&&t.element===e,ka=e=>e({hasMethod:Sa,hasBasicElementProps:Pa,primitiveEq:Aa,isElementType:_a,hasClass:$a}),Ia=ka((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ha.Hg||e(r)&&t(void 0,r))),Ca=ka((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ha.Om||e(r)&&t("string",r))),Ta=ka((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ha.kT||e(r)&&t("number",r))),Ma=ka((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ha.Os||e(r)&&t("null",r))),Ra=ka((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ha.bd||e(r)&&t("boolean",r))),Fa=ka((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof ha.Sh||e(n)&&t("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),Da=ka((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof ha.wE&&!(n instanceof ha.Sh)||e(n)&&t("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),Na=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ha.Pr||e(n)&&t("member",n)&&r(void 0,n))),qa=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ha.Ft||e(n)&&t("link",n)&&r(void 0,n))),La=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ha.sI||e(n)&&t("ref",n)&&r(void 0,n))),Ba=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof va||e(n)&&t("annotation",n)&&r("array",n))),Ua=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof xa||e(n)&&t("comment",n)&&r("string",n))),Va=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ea||e(n)&&t("parseResult",n)&&r("array",n))),za=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Oa||e(n)&&t("sourceMap",n)&&r("array",n))),Ha=e=>_a("object",e)||_a("array",e)||_a("boolean",e)||_a("number",e)||_a("string",e)||_a("null",e)||_a("member",e),Ja=e=>za(e.meta.get("sourceMap")),Ga=(e,t)=>{if(0===e.length)return!0;const r=t.attributes.get("symbols");return!!Da(r)&&ya(ci(r.toValue()),e)},Ka=(e,t)=>0===e.length||ya(ci(t.classes.toValue()),e);const Wa=class extends sa{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}};const Ya=class extends Wa{};const Xa=class extends Wa{},Qa=(e,t={})=>{const{visited:r=new WeakMap}=t,n={...t,visited:r};if(r.has(e))return r.get(e);if(e instanceof ha.KeyValuePair){const{key:t,value:s}=e,i=Ia(t)?Qa(t,n):t,o=Ia(s)?Qa(s,n):s,a=new ha.KeyValuePair(i,o);return r.set(e,a),a}if(e instanceof ha.ot){const t=e=>Qa(e,n),s=[...e].map(t),i=new ha.ot(s);return r.set(e,i),i}if(e instanceof ha.G6){const t=e=>Qa(e,n),s=[...e].map(t),i=new ha.G6(s);return r.set(e,i),i}if(Ia(e)){const t=tc(e);if(r.set(e,t),e.content)if(Ia(e.content))t.content=Qa(e.content,n);else if(e.content instanceof ha.KeyValuePair)t.content=Qa(e.content,n);else if(Array.isArray(e.content)){const r=e=>Qa(e,n);t.content=e.content.map(r)}else t.content=e.content;else t.content=e.content;return t}throw new Ya("Value provided to cloneDeep function couldn't be cloned",{value:e})};Qa.safe=e=>{try{return Qa(e)}catch{return e}};const Za=e=>{const{key:t,value:r}=e;return new ha.KeyValuePair(t,r)},ec=e=>{const t=new e.constructor;if(t.element=e.element,e.meta.length>0&&(t._meta=Qa(e.meta)),e.attributes.length>0&&(t._attributes=Qa(e.attributes)),Ia(e.content)){const r=e.content;t.content=ec(r)}else Array.isArray(e.content)?t.content=[...e.content]:e.content instanceof ha.KeyValuePair?t.content=Za(e.content):t.content=e.content;return t},tc=e=>{if(e instanceof ha.KeyValuePair)return Za(e);if(e instanceof ha.ot)return(e=>{const t=[...e];return new ha.ot(t)})(e);if(e instanceof ha.G6)return(e=>{const t=[...e];return new ha.G6(t)})(e);if(Ia(e))return ec(e);throw new Xa("Value provided to cloneShallow function couldn't be cloned",{value:e})};tc.safe=e=>{try{return tc(e)}catch{return e}};const rc=e=>Fa(e)?"ObjectElement":Da(e)?"ArrayElement":Na(e)?"MemberElement":Ca(e)?"StringElement":Ra(e)?"BooleanElement":Ta(e)?"NumberElement":Ma(e)?"NullElement":qa(e)?"LinkElement":La(e)?"RefElement":void 0,nc=e=>Ia(e)?tc(e):la(e),sc=Js(rc,Ri),ic={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]};class oc{result;predicate;returnOnTrue;returnOnFalse;constructor({predicate:e=Zo,returnOnTrue:t,returnOnFalse:r}={}){this.result=[],this.predicate=e,this.returnOnTrue=t,this.returnOnFalse=r}enter(e){return this.predicate(e)?(this.result.push(e),this.returnOnTrue):this.returnOnFalse}}const ac=(e,t,{keyMap:r=ic,...n}={})=>pa(e,t,{keyMap:r,nodeTypeGetter:rc,nodePredicate:sc,nodeCloneFn:nc,...n});ac[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=ic,...n}={})=>pa[Symbol.for("nodejs.util.promisify.custom")](e,t,{keyMap:r,nodeTypeGetter:rc,nodePredicate:sc,nodeCloneFn:nc,...n});const cc=e=>"string"==typeof(null==e?void 0:e.type)?e.type:rc(e),lc={EphemeralObject:["content"],EphemeralArray:["content"],...ic},uc=(e,t,{keyMap:r=lc,...n}={})=>ac(e,t,{keyMap:r,nodeTypeGetter:cc,nodePredicate:Qo,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});uc[Symbol.for("nodejs.util.promisify.custom")]=async(e,{keyMap:t=lc,...r}={})=>ac[Symbol.for("nodejs.util.promisify.custom")](e,visitor,{keyMap:t,nodeTypeGetter:cc,nodePredicate:Qo,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const pc=class{type="EphemeralArray";content=[];reference=void 0;constructor(e){this.content=e,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const hc=class{type="EphemeralObject";content=[];reference=void 0;constructor(e){this.content=e,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}};class fc{ObjectElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new hc(e.content);return this.references.set(e,t),t}};EphemeralObject={leave:e=>e.toObject()};MemberElement={enter:e=>[e.key,e.value]};ArrayElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new pc(e.content);return this.references.set(e,t),t}};EphemeralArray={leave:e=>e.toArray()};references=new WeakMap;BooleanElement(e){return e.toValue()}NumberElement(e){return e.toValue()}StringElement(e){return e.toValue()}NullElement(){return null}RefElement(e,...t){var r;const n=t[3];return"EphemeralObject"===(null===(r=n[n.length-1])||void 0===r?void 0:r.type)?Symbol.for("delete-node"):String(e.toValue())}LinkElement(e){return Ca(e.href)?e.href.toValue():""}}const dc=e=>Ia(e)?Ca(e)||Ta(e)||Ra(e)||Ma(e)?e.toValue():uc(e,new fc):e;const mc=Ln((function(e,t,r){var n,s={};for(n in r=r||{},t=t||{})Yn(n,t)&&(s[n]=Yn(n,r)?e(n,t[n],r[n]):t[n]);for(n in r)Yn(n,r)&&!Yn(n,s)&&(s[n]=r[n]);return s}));const yc=Ln((function e(t,r,n){return mc((function(r,n,s){return bs(n)&&bs(s)?e(t,n,s):t(r,n,s)}),r,n)}));const gc=qn((function(e,t){return yc((function(e,t,r){return r}),e,t)}));const vc=zs(0,-1);const bc=qn((function(e,t){return e.apply(this,t)}));const xc=vi(ki);const wc=qn((function(e,t){return e&&t}));const Ec=qn((function(e,t){return ei(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:gi(wc)(e,t)}));var jc=Nn((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():gs(e)?[]:Un(e)?"":bs(e)?{}:Zn(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0}));const Oc=jc;const Sc=Nn((function(e){return null!=e&&ls(e,Oc(e))}));const Pc=Qs(1,ki(Array.isArray)?Array.isArray:Js(os,Ai("Array")));const Ac=Ec(Pc,Sc);var $c=Qs(3,(function(e,t,r){var n=Hn(e,r),s=Hn(vc(e),r);if(!xc(n)&&!Ac(e)){var i=Fs(n,s);return bc(i,t)}}));const _c=$c;const kc=ls(null);const Ic=vi(kc);function Cc(e){return Cc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Cc(e)}const Tc=function(e){return"object"===Cc(e)};const Mc=Qs(1,Ec(Ic,Tc));var Rc=Js(os,Ai("Object")),Fc=Js(As,ls(As(Object))),Dc=Jn(Ec(ki,Fc),["constructor"]);const Nc=Qs(1,(function(e){if(!Mc(e)||!Rc(e))return!1;var t=Object.getPrototypeOf(e);return!!kc(t)||Dc(t)}));class qc extends ha.g${constructor(){super(),this.register("annotation",va),this.register("comment",xa),this.register("parseResult",Ea),this.register("sourceMap",Oa)}}const Lc=new qc,Bc=e=>{const t=new qc;return Nc(e)&&t.use(e),t},Uc=Lc,Vc=()=>({predicates:{...i},namespace:Uc}),zc={toolboxCreator:Vc,visitorOptions:{nodeTypeGetter:rc,exposeEdits:!0}},Hc=(e,t,r={})=>{if(0===t.length)return e;const n=gc(zc,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=t.map((e=>e(o))),c=ua(a.map(Ws({},"visitor")),{...i});a.forEach(_c(["pre"],[]));const l=ac(e,c,i);return a.forEach(_c(["post"],[])),l};Hc[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,r={})=>{if(0===t.length)return e;const n=gc(zc,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=t.map((e=>e(o))),c=ua[Symbol.for("nodejs.util.promisify.custom")],l=ac[Symbol.for("nodejs.util.promisify.custom")],u=c(a.map(Ws({},"visitor")),{...i});await Promise.allSettled(a.map(_c(["pre"],[])));const p=await l(e,u,i);return await Promise.allSettled(a.map(_c(["post"],[]))),p};const Jc=(e,{Type:t,plugins:r=[]})=>{const n=new t(e);return Ia(e)&&(e.meta.length>0&&(n.meta=Qa(e.meta)),e.attributes.length>0&&(n.attributes=Qa(e.attributes))),Hc(n,r,{toolboxCreator:Vc,visitorOptions:{nodeTypeGetter:rc}})},Gc=e=>(t,r={})=>Jc(t,{...r,Type:e});ha.Sh.refract=Gc(ha.Sh),ha.wE.refract=Gc(ha.wE),ha.Om.refract=Gc(ha.Om),ha.bd.refract=Gc(ha.bd),ha.Os.refract=Gc(ha.Os),ha.kT.refract=Gc(ha.kT),ha.Ft.refract=Gc(ha.Ft),ha.sI.refract=Gc(ha.sI),va.refract=Gc(va),xa.refract=Gc(xa),Ea.refract=Gc(Ea),Oa.refract=Gc(Oa);const Kc=(e,t=new WeakMap)=>(Na(e)?(t.set(e.key,e),Kc(e.key,t),t.set(e.value,e),Kc(e.value,t)):e.children.forEach((r=>{t.set(r,e),Kc(r,t)})),t);const Wc=class{element;edges;constructor({element:e}){this.element=e}transclude(e,t){var r;if(e===this.element)return t;if(e===t)return this.element;this.edges=null!==(r=this.edges)&&void 0!==r?r:Kc(this.element);const n=this.edges.get(e);return wi(n)?void 0:(Fa(n)?((e,t,r)=>{const n=r.get(e);Fa(n)&&(n.content=n.map(((s,i,o)=>o===e?(r.delete(e),r.set(t,n),t):o)))})(e,t,this.edges):Da(n)?((e,t,r)=>{const n=r.get(e);Da(n)&&(n.content=n.map((s=>s===e?(r.delete(e),r.set(t,n),t):s)))})(e,t,this.edges):Na(n)&&((e,t,r)=>{const n=r.get(e);Na(n)&&(n.key===e&&(n.key=t,r.delete(e),r.set(t,n)),n.value===e&&(n.value=t,r.delete(e),r.set(t,n)))})(e,t,this.edges),this.element)}},Yc=Js(Ci(/~/g,"~0"),Ci(/\//g,"~1"),encodeURIComponent);const Xc=class extends sa{};const Qc=class extends Xc{tokens;constructor(e,t){super(e,t),void 0!==t&&(this.tokens=[...t.tokens])}},Zc=e=>{try{return 0===e.length?"":`/${e.map(Yc).join("/")}`}catch(t){throw new Qc("JSON Pointer compilation of tokens encountered an error.",{tokens:e,cause:t})}};var el=qn((function(e,t){return Qs(Us(ji,0,Oi("length",t)),(function(){var r=arguments,n=this;return e.apply(n,ps((function(e){return e.apply(n,r)}),t))}))}));const tl=el;function rl(e){return e}const nl=Nn(rl);var sl=Ec(Qs(1,Js(os,Ai("Number"))),isFinite);var il=Qs(1,sl);var ol=Ec(ki(Number.isFinite)?Qs(1,Fs(Number.isFinite,Number)):il,tl(ls,[Math.floor,nl]));var al=Qs(1,ol);const cl=ki(Number.isInteger)?Qs(1,Fs(Number.isInteger,Number)):al;var ll=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=ws,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var r=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?fa(r):r},e}();function ul(e){return function(t){return new ll(e,t)}}const pl=qn(vs(["take"],ul,(function(e,t){return zs(0,e<0?1/0:e,t)})));const hl=qn((function(e,t){return ls(pl(e.length,t),e)}));const fl=ls("");var dl=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=ws,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}();function ml(e){return function(t){return new dl(e,t)}}const yl=qn(vs(["dropWhile"],ml,(function(e,t){for(var r=0,n=t.length;r<n&&e(t[r]);)r+=1;return zs(r,1/0,t)})));const gl=Zs((function(e,t){return Js(ri(""),yl(ci(e)),ai(""))(t)})),vl=Js(Ci(/~1/g,"/"),Ci(/~0/g,"~"),(e=>{try{return decodeURIComponent(e)}catch{return e}}));const bl=class extends Xc{pointer;constructor(e,t){super(e,t),void 0!==t&&(this.pointer=t.pointer)}},xl=e=>{const t=(e=>{const t=e.indexOf("#");return-1!==t?e.substring(t):"#"})(e);return gl("#",t)},wl=e=>{if(fl(e))return[];if(!hl("/",e))throw new bl(`Invalid JSON Pointer "${e}". JSON Pointers must begin with "/"`,{pointer:e});try{const t=Js(ri("/"),di(vl))(e);return Hs(t)}catch(t){throw new bl(`JSON Pointer parsing of "${e}" encountered an error.`,{pointer:e,cause:t})}};const El=class extends Xc{pointer;tokens;failedToken;failedTokenPosition;element;constructor(e,t){super(e,t),void 0!==t&&(this.pointer=t.pointer,Array.isArray(t.tokens)&&(this.tokens=[...t.tokens]),this.failedToken=t.failedToken,this.failedTokenPosition=t.failedTokenPosition,this.element=t.element)}},jl=(e,t)=>{let r;try{r=wl(e)}catch(r){throw new El(`JSON Pointer evaluation failed while parsing the pointer "${e}".`,{pointer:e,element:Qa(t),cause:r})}return r.reduce(((t,n,s)=>{if(Fa(t)){if(!t.hasKey(n))throw new El(`JSON Pointer evaluation failed while evaluating token "${n}" against an ObjectElement`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Qa(t)});return t.get(n)}if(Da(t)){if(!(n in t.content)||!cl(Number(n)))throw new El(`JSON Pointer evaluation failed while evaluating token "${n}" against an ArrayElement`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Qa(t)});return t.get(Number(n))}throw new El(`JSON Pointer evaluation failed while evaluating token "${n}" against an unexpected Element`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Qa(t)})}),t)};class Ol extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="callback"}}const Sl=Ol;class Pl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="components"}get schemas(){return this.get("schemas")}set schemas(e){this.set("schemas",e)}get responses(){return this.get("responses")}set responses(e){this.set("responses",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get requestBodies(){return this.get("requestBodies")}set requestBodies(e){this.set("requestBodies",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get securitySchemes(){return this.get("securitySchemes")}set securitySchemes(e){this.set("securitySchemes",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get callbacks(){return this.get("callbacks")}set callbacks(e){this.set("callbacks",e)}}const Al=Pl;class $l extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="contact"}get name(){return this.get("name")}set name(e){this.set("name",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}get email(){return this.get("email")}set email(e){this.set("email",e)}}const _l=$l;class kl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="discriminator"}get propertyName(){return this.get("propertyName")}set propertyName(e){this.set("propertyName",e)}get mapping(){return this.get("mapping")}set mapping(e){this.set("mapping",e)}}const Il=kl;class Cl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="encoding"}get contentType(){return this.get("contentType")}set contentType(e){this.set("contentType",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowedReserved(){return this.get("allowedReserved")}set allowedReserved(e){this.set("allowedReserved",e)}}const Tl=Cl;class Ml extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="example"}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get value(){return this.get("value")}set value(e){this.set("value",e)}get externalValue(){return this.get("externalValue")}set externalValue(e){this.set("externalValue",e)}}const Rl=Ml;class Fl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="externalDocumentation"}get description(){return this.get("description")}set description(e){this.set("description",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}}const Dl=Fl;class Nl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="header"}get required(){return this.hasKey("required")?this.get("required"):new ha.bd(!1)}set required(e){this.set("required",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ha.bd(!1)}set deprecated(e){this.set("deprecated",e)}get allowEmptyValue(){return this.get("allowEmptyValue")}set allowEmptyValue(e){this.set("allowEmptyValue",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowReserved(){return this.get("allowReserved")}set allowReserved(e){this.set("allowReserved",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}}Object.defineProperty(Nl.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0});const ql=Nl;class Ll extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="info",this.classes.push("info")}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get termsOfService(){return this.get("termsOfService")}set termsOfService(e){this.set("termsOfService",e)}get contact(){return this.get("contact")}set contact(e){this.set("contact",e)}get license(){return this.get("license")}set license(e){this.set("license",e)}get version(){return this.get("version")}set version(e){this.set("version",e)}}const Bl=Ll;class Ul extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="license"}get name(){return this.get("name")}set name(e){this.set("name",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}}const Vl=Ul;class zl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="link"}get operationRef(){return this.get("operationRef")}set operationRef(e){this.set("operationRef",e)}get operationId(){return this.get("operationId")}set operationId(e){this.set("operationId",e)}get operation(){var e,t;return Ca(this.operationRef)?null===(e=this.operationRef)||void 0===e?void 0:e.meta.get("operation"):Ca(this.operationId)?null===(t=this.operationId)||void 0===t?void 0:t.meta.get("operation"):void 0}set operation(e){this.set("operation",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get server(){return this.get("server")}set server(e){this.set("server",e)}}const Hl=zl;class Jl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="mediaType"}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get encoding(){return this.get("encoding")}set encoding(e){this.set("encoding",e)}}const Gl=Jl;class Kl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="oAuthFlow"}get authorizationUrl(){return this.get("authorizationUrl")}set authorizationUrl(e){this.set("authorizationUrl",e)}get tokenUrl(){return this.get("tokenUrl")}set tokenUrl(e){this.set("tokenUrl",e)}get refreshUrl(){return this.get("refreshUrl")}set refreshUrl(e){this.set("refreshUrl",e)}get scopes(){return this.get("scopes")}set scopes(e){this.set("scopes",e)}}const Wl=Kl;class Yl extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="oAuthFlows"}get implicit(){return this.get("implicit")}set implicit(e){this.set("implicit",e)}get password(){return this.get("password")}set password(e){this.set("password",e)}get clientCredentials(){return this.get("clientCredentials")}set clientCredentials(e){this.set("clientCredentials",e)}get authorizationCode(){return this.get("authorizationCode")}set authorizationCode(e){this.set("authorizationCode",e)}}const Xl=Yl;class Ql extends ha.Om{constructor(e,t,r){super(e,t,r),this.element="openapi",this.classes.push("spec-version"),this.classes.push("version")}}const Zl=Ql;class eu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="openApi3_0",this.classes.push("api")}get openapi(){return this.get("openapi")}set openapi(e){this.set("openapi",e)}get info(){return this.get("info")}set info(e){this.set("info",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get paths(){return this.get("paths")}set paths(e){this.set("paths",e)}get components(){return this.get("components")}set components(e){this.set("components",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}}const tu=eu;class ru extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="operation"}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}set externalDocs(e){this.set("externalDocs",e)}get externalDocs(){return this.get("externalDocs")}get operationId(){return this.get("operationId")}set operationId(e){this.set("operationId",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}get responses(){return this.get("responses")}set responses(e){this.set("responses",e)}get callbacks(){return this.get("callbacks")}set callbacks(e){this.set("callbacks",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ha.bd(!1)}set deprecated(e){this.set("deprecated",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get servers(){return this.get("severs")}set servers(e){this.set("servers",e)}}const nu=ru;class su extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="parameter"}get name(){return this.get("name")}set name(e){this.set("name",e)}get in(){return this.get("in")}set in(e){this.set("in",e)}get required(){return this.hasKey("required")?this.get("required"):new ha.bd(!1)}set required(e){this.set("required",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ha.bd(!1)}set deprecated(e){this.set("deprecated",e)}get allowEmptyValue(){return this.get("allowEmptyValue")}set allowEmptyValue(e){this.set("allowEmptyValue",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowReserved(){return this.get("allowReserved")}set allowReserved(e){this.set("allowReserved",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}}Object.defineProperty(su.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0});const iu=su;class ou extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="pathItem"}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get GET(){return this.get("get")}set GET(e){this.set("GET",e)}get PUT(){return this.get("put")}set PUT(e){this.set("PUT",e)}get POST(){return this.get("post")}set POST(e){this.set("POST",e)}get DELETE(){return this.get("delete")}set DELETE(e){this.set("DELETE",e)}get OPTIONS(){return this.get("options")}set OPTIONS(e){this.set("OPTIONS",e)}get HEAD(){return this.get("head")}set HEAD(e){this.set("HEAD",e)}get PATCH(){return this.get("patch")}set PATCH(e){this.set("PATCH",e)}get TRACE(){return this.get("trace")}set TRACE(e){this.set("TRACE",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}}const au=ou;class cu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="paths"}}const lu=cu;class uu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="reference",this.classes.push("openapi-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const pu=uu;class hu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="requestBody"}get description(){return this.get("description")}set description(e){this.set("description",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}get required(){return this.hasKey("required")?this.get("required"):new ha.bd(!1)}set required(e){this.set("required",e)}}const fu=hu;class du extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="response"}get description(){return this.get("description")}set description(e){this.set("description",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}}const mu=du;class yu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="responses"}get default(){return this.get("default")}set default(e){this.set("default",e)}}const gu=yu;const vu=class extends na{};class bu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft4"}get idProp(){return this.get("id")}set idProp(e){this.set("id",e)}get $schema(){return this.get("$schema")}set $schema(e){this.set("$schema",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get dependencies(){return this.get("dependencies")}set dependencies(e){this.set("dependencies",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){return this.get("definitions")}set definitions(e){this.set("definitions",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get base(){return this.get("base")}set base(e){this.set("base",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get media(){return this.get("media")}set media(e){this.set("media",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}}const xu=bu;class wu extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const Eu=wu;class ju extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="media"}get binaryEncoding(){return this.get("binaryEncoding")}set binaryEncoding(e){this.set("binaryEncoding",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}}const Ou=ju;class Su extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="linkDescription"}get href(){return this.get("href")}set href(e){this.set("href",e)}get rel(){return this.get("rel")}set rel(e){this.set("rel",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){return this.get("mediaType")}set mediaType(e){this.set("mediaType",e)}get method(){return this.get("method")}set method(e){this.set("method",e)}get encType(){return this.get("encType")}set encType(e){this.set("encType",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}}const Pu=Su;const Au=qn((function(e,t){return ys((function(r,n){return r[n]=e(t[n],n,t),r}),{},is(t))}));const $u=Nn((function(e){return null==e}));const _u=qn((function(e,t){if(0===e.length||$u(t))return!1;for(var r=t,n=0;n<e.length;){if($u(r)||!Yn(e[n],r))return!1;r=r[e[n]],n+=1}return!0}));var ku=qn((function(e,t){return _u([e],t)}));const Iu=ku;const Cu=Ln((function(e,t,r){return e(Ks(t,r))})),Tu=(e,t)=>{const r=Gs(e,t);return Au((e=>{if(Nc(e)&&Iu("$ref",e)&&Cu(Ri,"$ref",e)){const t=Hn(["$ref"],e),n=gl("#/",t);return Hn(n.split("/"),r)}return Nc(e)?Tu(e,r):e}),e)};var Mu=r(2646);const Ru=e=>{const t=e.meta.length>0?Qa(e.meta):void 0,r=e.attributes.length>0?Qa(e.attributes):void 0;return new e.constructor(void 0,t,r)},Fu=(e,t)=>t.clone&&t.isMergeableElement(e)?Lu(Ru(e),e,t):e,Du=e=>"function"!=typeof e.customMetaMerge?e=>Qa(e):e.customMetaMerge,Nu=e=>"function"!=typeof e.customAttributesMerge?e=>Qa(e):e.customAttributesMerge,qu={clone:!0,isMergeableElement:e=>Fa(e)||Da(e),arrayElementMerge:(e,t,r)=>e.concat(t)["fantasy-land/map"]((e=>Fu(e,r))),objectElementMerge:(e,t,r)=>{const n=Fa(e)?Ru(e):Ru(t);return Fa(e)&&e.forEach(((e,t,s)=>{const i=tc(s);i.value=Fu(e,r),n.content.push(i)})),t.forEach(((t,s,i)=>{const o=dc(s);let a;if(Fa(e)&&e.hasKey(o)&&r.isMergeableElement(t)){const n=e.get(o);a=tc(i),a.value=((e,t)=>{if("function"!=typeof t.customMerge)return Lu;const r=t.customMerge(e,t);return"function"==typeof r?r:Lu})(s,r)(n,t)}else a=tc(i),a.value=Fu(t,r);n.remove(o),n.content.push(a)})),n},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0};function Lu(e,t,r){var n,s,i;const o={...qu,...r};o.isMergeableElement=null!==(n=o.isMergeableElement)&&void 0!==n?n:qu.isMergeableElement,o.arrayElementMerge=null!==(s=o.arrayElementMerge)&&void 0!==s?s:qu.arrayElementMerge,o.objectElementMerge=null!==(i=o.objectElementMerge)&&void 0!==i?i:qu.objectElementMerge;const a=Da(t);if(!(a===Da(e)))return Fu(t,o);const c=a&&"function"==typeof o.arrayElementMerge?o.arrayElementMerge(e,t,o):o.objectElementMerge(e,t,o);return c.meta=Du(o)(e.meta,t.meta),c.attributes=Nu(o)(e.attributes,t.attributes),c}Lu.all=(e,t)=>{if(!Array.isArray(e))throw new TypeError("First argument of deepmerge should be an array.");return 0===e.length?new ha.Sh:e.reduce(((e,r)=>Lu(e,r,t)),Ru(e[0]))};const Bu=Mu({props:{element:null},methods:{copyMetaAndAttributes(e,t){(e.meta.length>0||t.meta.length>0)&&(t.meta=Lu(t.meta,e.meta),Ja(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))),(e.attributes.length>0||e.meta.length>0)&&(t.attributes=Lu(t.attributes,e.attributes))}}}),Uu=Bu,Vu=Mu(Uu,{methods:{enter(e){return this.element=Qa(e),oa}}});const zu=bi(xi());const Hu=qn((function(e,t){for(var r={},n=0;n<e.length;)e[n]in t&&(r[e[n]]=t[e[n]]),n+=1;return r})),Ju=Mu(Uu,{props:{specObj:null,passingOptionsNames:["specObj"]},init({specObj:e=this.specObj}){this.specObj=e},methods:{retrievePassingOptions(){return Hu(this.passingOptionsNames,this)},retrieveFixedFields(e){const t=Hn(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]},retrieveVisitor(e){return Jn(ki,["visitors",...e],this.specObj)?Hn(["visitors",...e],this.specObj):Hn(["visitors",...e,"$visitor"],this.specObj)},retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...r,...t})},toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r),s=Object.getPrototypeOf(n);return wi(this.fallbackVisitorPrototype)&&(this.fallbackVisitorPrototype=Object.getPrototypeOf(this.retrieveVisitorInstance(["value"]))),this.fallbackVisitorPrototype===s?Qa(t):(ac(t,n,r),n.element)}}}),Gu=Mu(Ju,{props:{specPath:zu,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(Ca(n)&&r.includes(dc(n))&&!this.ignoredFields.includes(dc(n))){const r=this.toRefractedElement([...t,"fixedFields",dc(n)],e),i=new ha.Pr(Qa(n),r);this.copyMetaAndAttributes(s,i),i.classes.push("fixed-field"),this.element.content.push(i)}else this.ignoredFields.includes(dc(n))||this.element.content.push(Qa(s))})),this.copyMetaAndAttributes(e,this.element),oa}}}),Ku=Mu(Gu,Vu,{props:{specPath:bi(["document","objects","JSONSchema"])},init(){this.element=new xu}}),Wu=Vu,Yu=Vu,Xu=Vu,Qu=Vu,Zu=Vu,ep=Vu,tp=Vu,rp=Vu,np=Vu,sp=Vu,ip=Mu({props:{parent:null},init({parent:e=this.parent}){this.parent=e,this.passingOptionsNames=[...this.passingOptionsNames,"parent"]}}),op=e=>Fa(e)&&e.hasKey("$ref"),ap=Mu(Ju,ip,Vu,{methods:{ObjectElement(e){const t=op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),oa},ArrayElement(e){return this.element=new ha.wE,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}}),cp=Vu,lp=Vu,up=Vu,pp=Vu,hp=Vu,fp=Mu(Vu,{methods:{ArrayElement(e){return this.element=Qa(e),this.element.classes.push("json-schema-required"),oa}}});const dp=Nn((function(e){return Qs(Us(ji,0,Oi("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0}))}));const mp=qn((function(e,t){return e||t}));const yp=vi(Qs(1,Ec(Ic,qn((function(e,t){return ei(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:gi(mp)(e,t)}))(Tc,ki))));const gp=vi(Sc);const vp=dp([Ri,yp,gp]),bp=Mu(Ju,{props:{fieldPatternPredicate:Zo,specPath:zu,ignoredFields:[]},init({specPath:e=this.specPath,ignoredFields:t=this.ignoredFields}={}){this.specPath=e,this.ignoredFields=t},methods:{ObjectElement(e){return e.forEach(((e,t,r)=>{if(!this.ignoredFields.includes(dc(t))&&this.fieldPatternPredicate(dc(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),i=new ha.Pr(Qa(t),s);this.copyMetaAndAttributes(r,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(dc(t))||this.element.content.push(Qa(r))})),this.copyMetaAndAttributes(e,this.element),oa}}}),xp=Mu(bp,{props:{fieldPatternPredicate:vp}}),wp=Mu(xp,ip,Vu,{props:{specPath:e=>op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new ha.Sh,this.element.classes.push("json-schema-properties")}}),Ep=Mu(xp,ip,Vu,{props:{specPath:e=>op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new ha.Sh,this.element.classes.push("json-schema-patternProperties")}}),jp=Mu(xp,ip,Vu,{props:{specPath:e=>op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new ha.Sh,this.element.classes.push("json-schema-dependencies")}}),Op=Mu(Vu,{methods:{ArrayElement(e){return this.element=Qa(e),this.element.classes.push("json-schema-enum"),oa}}}),Sp=Mu(Vu,{methods:{StringElement(e){return this.element=Qa(e),this.element.classes.push("json-schema-type"),oa},ArrayElement(e){return this.element=Qa(e),this.element.classes.push("json-schema-type"),oa}}}),Pp=Mu(Ju,ip,Vu,{init(){this.element=new ha.wE,this.element.classes.push("json-schema-allOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}}),Ap=Mu(Ju,ip,Vu,{init(){this.element=new ha.wE,this.element.classes.push("json-schema-anyOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}}),$p=Mu(Ju,ip,Vu,{init(){this.element=new ha.wE,this.element.classes.push("json-schema-oneOf")},methods:{ArrayElement(e){return e.forEach((e=>{const t=op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}}),_p=Mu(xp,ip,Vu,{props:{specPath:e=>op(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]},init(){this.element=new ha.Sh,this.element.classes.push("json-schema-definitions")}}),kp=Vu,Ip=Vu,Cp=Vu,Tp=Vu,Mp=Vu,Rp=Mu(Ju,ip,Vu,{init(){this.element=new ha.wE,this.element.classes.push("json-schema-links")},methods:{ArrayElement(e){return e.forEach((e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)})),this.copyMetaAndAttributes(e,this.element),oa}}}),Fp=Vu,Dp=Mu(Gu,Vu,{props:{specPath:bi(["document","objects","JSONReference"])},init(){this.element=new Eu},methods:{ObjectElement(e){const t=Gu.compose.methods.ObjectElement.call(this,e);return Ca(this.element.$ref)&&this.element.classes.push("reference-element"),t}}}),Np=Mu(Vu,{methods:{StringElement(e){return this.element=Qa(e),this.element.classes.push("reference-value"),oa}}});const qp=Ln((function(e,t,r){return Qs(Math.max(e.length,t.length,r.length),(function(){return e.apply(this,arguments)?t.apply(this,arguments):r.apply(this,arguments)}))}));const Lp=Nn((function(e){return function(t,r){return e(t,r)?-1:e(r,t)?1:0}}));var Bp=qn((function(e,t){return Array.prototype.slice.call(t,0).sort(e)}));const Up=Bp;const Vp=Vn(0);const zp=Nn(fa);const Hp=vi($u);const Jp=Ec(Pc,gp);function Gp(e){return function(e){if(Array.isArray(e))return Kp(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Kp(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Kp(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Kp(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Wp=Js(Up(Lp((function(e,t){return e.length>t.length}))),Vp,Ks("length")),Yp=Zs((function(e,t,r){var n=r.apply(void 0,Gp(e));return Hp(n)?zp(n):t}));const Xp=qp(Jp,(function(e){var t=Wp(e);return Qs(t,(function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Us(Yp(r),void 0,e)}))}),xi),Qp=Mu(Ju,{props:{alternator:[]},methods:{enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>qp(e,bi(t),xi))),r=Xp(t)(e);return this.element=this.toRefractedElement(r,e),oa}}}),Zp=Mu(Qp,{props:{alternator:[{predicate:op,specPath:["document","objects","JSONReference"]},{predicate:Qo,specPath:["document","objects","JSONSchema"]}]}}),eh={visitors:{value:Vu,JSONSchemaOrJSONReferenceVisitor:Zp,document:{objects:{JSONSchema:{$visitor:Ku,fixedFields:{id:Wu,$schema:Yu,multipleOf:Xu,maximum:Qu,exclusiveMaximum:Zu,minimum:ep,exclusiveMinimum:tp,maxLength:rp,minLength:np,pattern:sp,additionalItems:Zp,items:ap,maxItems:cp,minItems:lp,uniqueItems:up,maxProperties:pp,minProperties:hp,required:fp,properties:wp,additionalProperties:Zp,patternProperties:Ep,dependencies:jp,enum:Op,type:Sp,allOf:Pp,anyOf:Ap,oneOf:$p,not:Zp,definitions:_p,title:kp,description:Ip,default:Cp,format:Tp,base:Mp,links:Rp,media:{$ref:"#/visitors/document/objects/Media"},readOnly:Fp}},JSONReference:{$visitor:Dp,fixedFields:{$ref:Np}},Media:{$visitor:Mu(Gu,Vu,{props:{specPath:bi(["document","objects","Media"])},init(){this.element=new Ou}}),fixedFields:{binaryEncoding:Vu,type:Vu}},LinkDescription:{$visitor:Mu(Gu,Vu,{props:{specPath:bi(["document","objects","LinkDescription"])},init(){this.element=new Pu}}),fixedFields:{href:Vu,rel:Vu,title:Vu,targetSchema:Zp,mediaType:Vu,method:Vu,encType:Vu,schema:Zp}}}}}},th=e=>{if(Ia(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},rh={JSONSchemaDraft4Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...ic},nh=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof xu||e(n)&&t("JSONSchemaDraft4",n)&&r("object",n))),sh=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Eu||e(n)&&t("JSONReference",n)&&r("object",n))),ih=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ou||e(n)&&t("media",n)&&r("object",n))),oh=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Pu||e(n)&&t("linkDescription",n)&&r("object",n))),ah={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft4",xu),t.register("jSONReference",Eu),t.register("media",Ou),t.register("linkDescription",Pu),t}},ch=()=>{const e=Bc(ah);return{predicates:{...o,isStringElement:Ca},namespace:e}},lh=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=eh}={})=>{const s=(0,ha.e)(e),i=Tu(n),o=_c(t,[],i);return ac(s,o,{state:{specObj:i}}),Hc(o.element,r,{toolboxCreator:ch,visitorOptions:{keyMap:rh,nodeTypeGetter:th}})},uh=e=>(t,r={})=>lh(t,{specPath:e,...r});xu.refract=uh(["visitors","document","objects","JSONSchema","$visitor"]),Eu.refract=uh(["visitors","document","objects","JSONReference","$visitor"]),Ou.refract=uh(["visitors","document","objects","Media","$visitor"]),Pu.refract=uh(["visitors","document","objects","LinkDescription","$visitor"]);const ph=class extends xu{constructor(e,t,r){super(e,t,r),this.element="schema",this.classes.push("json-schema-draft-4")}get idProp(){throw new vu("idProp getter in Schema class is not not supported.")}set idProp(e){throw new vu("idProp setter in Schema class is not not supported.")}get $schema(){throw new vu("$schema getter in Schema class is not not supported.")}set $schema(e){throw new vu("$schema setter in Schema class is not not supported.")}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){throw new vu("patternProperties getter in Schema class is not not supported.")}set patternProperties(e){throw new vu("patternProperties setter in Schema class is not not supported.")}get dependencies(){throw new vu("dependencies getter in Schema class is not not supported.")}set dependencies(e){throw new vu("dependencies setter in Schema class is not not supported.")}get type(){return this.get("type")}set type(e){this.set("type",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){throw new vu("definitions getter in Schema class is not not supported.")}set definitions(e){throw new vu("definitions setter in Schema class is not not supported.")}get base(){throw new vu("base getter in Schema class is not not supported.")}set base(e){throw new vu("base setter in Schema class is not not supported.")}get links(){throw new vu("links getter in Schema class is not not supported.")}set links(e){throw new vu("links setter in Schema class is not not supported.")}get media(){throw new vu("media getter in Schema class is not not supported.")}set media(e){throw new vu("media setter in Schema class is not not supported.")}get nullable(){return this.get("nullable")}set nullable(e){this.set("nullable",e)}get discriminator(){return this.get("discriminator")}set discriminator(e){this.set("discriminator",e)}get writeOnly(){return this.get("writeOnly")}set writeOnly(e){this.set("writeOnly",e)}get xml(){return this.get("xml")}set xml(e){this.set("xml",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get deprecated(){return this.get("deprecated")}set deprecated(e){this.set("deprecated",e)}};class hh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="securityRequirement"}}const fh=hh;class dh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="securityScheme"}get type(){return this.get("type")}set type(e){this.set("type",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get name(){return this.get("name")}set name(e){this.set("name",e)}get in(){return this.get("in")}set in(e){this.set("in",e)}get scheme(){return this.get("scheme")}set scheme(e){this.set("scheme",e)}get bearerFormat(){return this.get("bearerFormat")}set bearerFormat(e){this.set("bearerFormat",e)}get flows(){return this.get("flows")}set flows(e){this.set("flows",e)}get openIdConnectUrl(){return this.get("openIdConnectUrl")}set openIdConnectUrl(e){this.set("openIdConnectUrl",e)}}const mh=dh;class yh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="server"}get url(){return this.get("url")}set url(e){this.set("url",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get variables(){return this.get("variables")}set variables(e){this.set("variables",e)}}const gh=yh;class vh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="serverVariable"}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}}const bh=vh;class xh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="tag"}get name(){return this.get("name")}set name(e){this.set("name",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}}const wh=xh;class Eh extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="xml"}get name(){return this.get("name")}set name(e){this.set("name",e)}get namespace(){return this.get("namespace")}set namespace(e){this.set("namespace",e)}get prefix(){return this.get("prefix")}set prefix(e){this.set("prefix",e)}get attribute(){return this.get("attribute")}set attribute(e){this.set("attribute",e)}get wrapped(){return this.get("wrapped")}set wrapped(e){this.set("wrapped",e)}}const jh=Eh,Oh=(e,t,r=[])=>{const n=Object.getOwnPropertyDescriptors(t);for(let e of r)delete n[e];Object.defineProperties(e,n)},Sh=(e,t=[e])=>{const r=Object.getPrototypeOf(e);return null===r?t:Sh(r,[...t,r])},Ph=(e,t,r=[])=>{var n;const s=null!==(n=((...e)=>{if(0===e.length)return;let t;const r=e.map((e=>Sh(e)));for(;r.every((e=>e.length>0));){const e=r.map((e=>e.pop())),n=e[0];if(!e.every((e=>e===n)))break;t=n}return t})(...e))&&void 0!==n?n:Object.prototype,i=Object.create(s),o=Sh(s);for(let t of e){let e=Sh(t);for(let t=e.length-1;t>=0;t--){let n=e[t];-1===o.indexOf(n)&&(Oh(i,n,["constructor",...r]),o.push(n))}}return i.constructor=t,i},Ah=e=>e.filter(((t,r)=>e.indexOf(t)==r)),$h=(e,t)=>{const r=t.map((e=>Sh(e)));let n=0,s=!0;for(;s;){s=!1;for(let i=t.length-1;i>=0;i--){const t=r[i][n];if(null!=t&&(s=!0,null!=Object.getOwnPropertyDescriptor(t,e)))return r[i][0]}n++}},_h=(e,t=Object.prototype)=>new Proxy({},{getPrototypeOf:()=>t,setPrototypeOf(){throw Error("Cannot set prototype of Proxies created by ts-mixer")},getOwnPropertyDescriptor:(t,r)=>Object.getOwnPropertyDescriptor($h(r,e)||{},r),defineProperty(){throw new Error("Cannot define new properties on Proxies created by ts-mixer")},has:(r,n)=>void 0!==$h(n,e)||void 0!==t[n],get:(r,n)=>($h(n,e)||t)[n],set(t,r,n){const s=$h(r,e);if(void 0===s)throw new Error("Cannot set new properties on Proxies created by ts-mixer");return s[r]=n,!0},deleteProperty(){throw new Error("Cannot delete properties on Proxies created by ts-mixer")},ownKeys:()=>e.map(Object.getOwnPropertyNames).reduce(((e,t)=>t.concat(e.filter((e=>t.indexOf(e)<0)))))}),kh=null,Ih="copy",Ch="copy",Th="deep",Mh=new Map,Rh=e=>Mh.get(e),Fh=(e,t)=>{var r,n;const s=Ah([...Object.getOwnPropertyNames(e),...Object.getOwnPropertyNames(t)]),i={};for(let o of s)i[o]=Ah([...null!==(r=null==e?void 0:e[o])&&void 0!==r?r:[],...null!==(n=null==t?void 0:t[o])&&void 0!==n?n:[]]);return i},Dh=(e,t)=>{var r,n,s,i;return{property:Fh(null!==(r=null==e?void 0:e.property)&&void 0!==r?r:{},null!==(n=null==t?void 0:t.property)&&void 0!==n?n:{}),method:Fh(null!==(s=null==e?void 0:e.method)&&void 0!==s?s:{},null!==(i=null==t?void 0:t.method)&&void 0!==i?i:{})}},Nh=(e,t)=>{var r,n,s,i,o,a;return{class:Ah([...null!==(r=null==e?void 0:e.class)&&void 0!==r?r:[],...null!==(n=null==t?void 0:t.class)&&void 0!==n?n:[]]),static:Dh(null!==(s=null==e?void 0:e.static)&&void 0!==s?s:{},null!==(i=null==t?void 0:t.static)&&void 0!==i?i:{}),instance:Dh(null!==(o=null==e?void 0:e.instance)&&void 0!==o?o:{},null!==(a=null==t?void 0:t.instance)&&void 0!==a?a:{})}},qh=new Map,Lh=(...e)=>{const t=((...e)=>{var t;const r=new Set,n=new Set([...e]);for(;n.size>0;)for(let e of n){const s=[...Sh(e.prototype).map((e=>e.constructor)),...null!==(t=Rh(e))&&void 0!==t?t:[]].filter((e=>!r.has(e)));for(let e of s)n.add(e);r.add(e),n.delete(e)}return[...r]})(...e).map((e=>qh.get(e))).filter((e=>!!e));return 0==t.length?{}:1==t.length?t[0]:t.reduce(((e,t)=>Nh(e,t)))},Bh=e=>{let t=qh.get(e);return t||(t={},qh.set(e,t)),t};function Uh(...e){var t,r,n;const s=e.map((e=>e.prototype)),i=kh;if(null!==i){const e=s.map((e=>e[i])).filter((e=>"function"==typeof e)),t={[i]:function(...t){for(let r of e)r.apply(this,t)}};s.push(t)}function o(...t){for(const r of e)Oh(this,new r(...t));null!==i&&"function"==typeof this[i]&&this[i].apply(this,t)}var a,c;o.prototype="copy"===Ch?Ph(s,o):(a=s,c=o,_h([...a,{constructor:c}])),Object.setPrototypeOf(o,"copy"===Ih?Ph(e,null,["prototype"]):_h(e,Function.prototype));let l=o;if("none"!==Th){const s="deep"===Th?Lh(...e):((...e)=>{const t=e.map((e=>Bh(e)));return 0===t.length?{}:1===t.length?t[0]:t.reduce(((e,t)=>Nh(e,t)))})(...e);for(let e of null!==(t=null==s?void 0:s.class)&&void 0!==t?t:[]){const t=e(l);t&&(l=t)}Vh(null!==(r=null==s?void 0:s.static)&&void 0!==r?r:{},l),Vh(null!==(n=null==s?void 0:s.instance)&&void 0!==n?n:{},l.prototype)}var u,p;return u=l,p=e,Mh.set(u,p),l}const Vh=(e,t)=>{const r=e.property,n=e.method;if(r)for(let e in r)for(let n of r[e])n(t,e);if(n)for(let e in n)for(let r of n[e])r(t,e,Object.getOwnPropertyDescriptor(t,e))};const zh=class{element;constructor(e={}){Object.assign(this,e)}copyMetaAndAttributes(e,t){(e.meta.length>0||t.meta.length>0)&&(t.meta=Lu(t.meta,e.meta),Ja(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))),(e.attributes.length>0||e.meta.length>0)&&(t.attributes=Lu(t.attributes,e.attributes))}};const Hh=class extends zh{enter(e){return this.element=Qa(e),oa}};const Jh=class extends zh{specObj;passingOptionsNames=["specObj","openApiGenericElement","openApiSemanticElement"];openApiGenericElement;openApiSemanticElement;constructor({specObj:e,passingOptionsNames:t,openApiGenericElement:r,openApiSemanticElement:n,...s}){super({...s}),this.specObj=e,this.openApiGenericElement=r,this.openApiSemanticElement=n,Array.isArray(t)&&(this.passingOptionsNames=t)}retrievePassingOptions(){return Hu(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=Hn(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Jn(ki,["visitors",...e],this.specObj)?Hn(["visitors",...e],this.specObj):Hn(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...r,...t})}toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r);return n instanceof Hh&&(null==n?void 0:n.constructor)===Hh?Qa(t):(ac(t,n,r),n.element)}},Gh=e=>Fa(e)&&e.hasKey("$ref"),Kh=Fa,Wh=Fa,Yh=e=>Ca(e.key)&&hl("x-",dc(e.key));const Xh=class extends Jh{specPath;ignoredFields;canSupportSpecificationExtensions=!0;specificationExtensionPredicate=Yh;constructor({specPath:e,ignoredFields:t,canSupportSpecificationExtensions:r,specificationExtensionPredicate:n,...s}){super({...s}),this.specPath=e,this.ignoredFields=t||[],"boolean"==typeof r&&(this.canSupportSpecificationExtensions=r),"function"==typeof n&&(this.specificationExtensionPredicate=n)}ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(Ca(n)&&r.includes(dc(n))&&!this.ignoredFields.includes(dc(n))){const r=this.toRefractedElement([...t,"fixedFields",dc(n)],e),i=new ha.Pr(Qa(n),r);this.copyMetaAndAttributes(s,i),i.classes.push("fixed-field"),this.element.content.push(i)}else if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(s)){const e=this.toRefractedElement(["document","extension"],s);this.element.content.push(e)}else this.ignoredFields.includes(dc(n))||this.element.content.push(Qa(s))})),this.copyMetaAndAttributes(e,this.element),oa}};class Qh extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new tu,this.specPath=bi(["document","objects","OpenApi"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){return Xh.prototype.ObjectElement.call(this,e)}}const Zh=Qh;class ef extends(Uh(Jh,Hh)){StringElement(e){const t=new Zl(dc(e));return this.copyMetaAndAttributes(e,t),this.element=t,oa}}const tf=ef;const rf=class extends Jh{MemberElement(e){return this.element=Qa(e),this.element.classes.push("specification-extension"),oa}};class nf extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Bl,this.specPath=bi(["document","objects","Info"]),this.canSupportSpecificationExtensions=!0}}const sf=nf;const of=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("api-version"),this.element.classes.push("version"),t}};class af extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new _l,this.specPath=bi(["document","objects","Contact"]),this.canSupportSpecificationExtensions=!0}}const cf=af;class lf extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Vl,this.specPath=bi(["document","objects","License"]),this.canSupportSpecificationExtensions=!0}}const uf=lf;class pf extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Hl,this.specPath=bi(["document","objects","Link"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return(Ca(this.element.operationId)||Ca(this.element.operationRef))&&this.element.classes.push("reference-element"),t}}const hf=pf;const ff=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};const df=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};const mf=class extends Jh{specPath;ignoredFields;fieldPatternPredicate=Zo;canSupportSpecificationExtensions=!1;specificationExtensionPredicate=Yh;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:r,canSupportSpecificationExtensions:n,specificationExtensionPredicate:s,...i}){super({...i}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof r&&(this.fieldPatternPredicate=r),"boolean"==typeof n&&(this.canSupportSpecificationExtensions=n),"function"==typeof s&&(this.specificationExtensionPredicate=s)}ObjectElement(e){return e.forEach(((e,t,r)=>{if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(r)){const e=this.toRefractedElement(["document","extension"],r);this.element.content.push(e)}else if(!this.ignoredFields.includes(dc(t))&&this.fieldPatternPredicate(dc(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),i=new ha.Pr(Qa(t),s);this.copyMetaAndAttributes(r,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(dc(t))||this.element.content.push(Qa(r))})),this.copyMetaAndAttributes(e,this.element),oa}};const yf=class extends mf{constructor(e){super(e),this.fieldPatternPredicate=vp}};class gf extends ha.Sh{static primaryClass="link-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(gf.primaryClass)}}const vf=gf;class bf extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new vf,this.specPath=bi(["value"])}}const xf=bf;class wf extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new gh,this.specPath=bi(["document","objects","Server"]),this.canSupportSpecificationExtensions=!0}}const Ef=wf;const jf=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("server-url"),t}};class Of extends ha.wE{static primaryClass="servers";constructor(e,t,r){super(e,t,r),this.classes.push(Of.primaryClass)}}const Sf=Of;class Pf extends(Uh(Jh,Hh)){constructor(e){super(e),this.element=new Sf}ArrayElement(e){return e.forEach((e=>{const t=Kh(e)?["document","objects","Server"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}const Af=Pf;class $f extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new bh,this.specPath=bi(["document","objects","ServerVariable"]),this.canSupportSpecificationExtensions=!0}}const _f=$f;class kf extends ha.Sh{static primaryClass="server-variables";constructor(e,t,r){super(e,t,r),this.classes.push(kf.primaryClass)}}const If=kf;class Cf extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new If,this.specPath=bi(["document","objects","ServerVariable"])}}const Tf=Cf;class Mf extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Gl,this.specPath=bi(["document","objects","MediaType"]),this.canSupportSpecificationExtensions=!0}}const Rf=Mf;const Ff=class extends Jh{alternator;constructor({alternator:e,...t}){super({...t}),this.alternator=e||[]}enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>qp(e,bi(t),xi))),r=Xp(t)(e);return this.element=this.toRefractedElement(r,e),oa}},Df=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Sl||e(n)&&t("callback",n)&&r("object",n))),Nf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Al||e(n)&&t("components",n)&&r("object",n))),qf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof _l||e(n)&&t("contact",n)&&r("object",n))),Lf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Rl||e(n)&&t("example",n)&&r("object",n))),Bf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Dl||e(n)&&t("externalDocumentation",n)&&r("object",n))),Uf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ql||e(n)&&t("header",n)&&r("object",n))),Vf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Bl||e(n)&&t("info",n)&&r("object",n))),zf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Vl||e(n)&&t("license",n)&&r("object",n))),Hf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Hl||e(n)&&t("link",n)&&r("object",n))),Jf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Zl||e(n)&&t("openapi",n)&&r("string",n))),Gf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof tu||e(s)&&t("openApi3_0",s)&&r("object",s)&&n("api",s))),Kf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof nu||e(n)&&t("operation",n)&&r("object",n))),Wf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof iu||e(n)&&t("parameter",n)&&r("object",n))),Yf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof au||e(n)&&t("pathItem",n)&&r("object",n))),Xf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof lu||e(n)&&t("paths",n)&&r("object",n))),Qf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof pu||e(n)&&t("reference",n)&&r("object",n))),Zf=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof fu||e(n)&&t("requestBody",n)&&r("object",n))),ed=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof mu||e(n)&&t("response",n)&&r("object",n))),td=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof gu||e(n)&&t("responses",n)&&r("object",n))),rd=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ph||e(n)&&t("schema",n)&&r("object",n))),nd=e=>Ra(e)&&e.classes.includes("boolean-json-schema"),sd=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof fh||e(n)&&t("securityRequirement",n)&&r("object",n))),id=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof mh||e(n)&&t("securityScheme",n)&&r("object",n))),od=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof gh||e(n)&&t("server",n)&&r("object",n))),ad=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof bh||e(n)&&t("serverVariable",n)&&r("object",n))),cd=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Gl||e(n)&&t("mediaType",n)&&r("object",n))),ld=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof Sf||e(s)&&t("array",s)&&r("array",s)&&n("servers",s)));class ud extends(Uh(Ff,Hh)){constructor(e){super(e),this.alternator=[{predicate:Gh,specPath:["document","objects","Reference"]},{predicate:Qo,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Ff.prototype.enter.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const pd=ud;class hd extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("examples"),this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Example"],this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","example")})),t}}const fd=hd;class dd extends ha.Sh{static primaryClass="media-type-examples";constructor(e,t,r){super(e,t,r),this.classes.push(dd.primaryClass),this.classes.push("examples")}}const md=dd;const yd=class extends fd{constructor(e){super(e),this.element=new md}};class gd extends ha.Sh{static primaryClass="media-type-encoding";constructor(e,t,r){super(e,t,r),this.classes.push(gd.primaryClass)}}const vd=gd;class bd extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new vd,this.specPath=bi(["document","objects","Encoding"])}}const xd=bd;class wd extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new fh,this.specPath=bi(["value"])}}const Ed=wd;class jd extends ha.wE{static primaryClass="security";constructor(e,t,r){super(e,t,r),this.classes.push(jd.primaryClass)}}const Od=jd;class Sd extends(Uh(Jh,Hh)){constructor(e){super(e),this.element=new Od}ArrayElement(e){return e.forEach((e=>{if(Fa(e)){const t=this.toRefractedElement(["document","objects","SecurityRequirement"],e);this.element.push(t)}else this.element.push(Qa(e))})),this.copyMetaAndAttributes(e,this.element),oa}}const Pd=Sd;class Ad extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Al,this.specPath=bi(["document","objects","Components"]),this.canSupportSpecificationExtensions=!0}}const $d=Ad;class _d extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new wh,this.specPath=bi(["document","objects","Tag"]),this.canSupportSpecificationExtensions=!0}}const kd=_d;class Id extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new pu,this.specPath=bi(["document","objects","Reference"]),this.canSupportSpecificationExtensions=!1}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Ca(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const Cd=Id;const Td=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class Md extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new iu,this.specPath=bi(["document","objects","Parameter"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Fa(this.element.contentProp)&&this.element.contentProp.filter(cd).forEach(((e,t)=>{e.setMetaProperty("media-type",dc(t))})),t}}const Rd=Md;class Fd extends(Uh(Ff,Hh)){constructor(e){super(e),this.alternator=[{predicate:Gh,specPath:["document","objects","Reference"]},{predicate:Qo,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Ff.prototype.enter.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const Dd=Fd;class Nd extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new ql,this.specPath=bi(["document","objects","Header"]),this.canSupportSpecificationExtensions=!0}}const qd=Nd;class Ld extends(Uh(Ff,Hh)){constructor(e){super(e),this.alternator=[{predicate:Gh,specPath:["document","objects","Reference"]},{predicate:Qo,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Ff.prototype.enter.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const Bd=Ld;class Ud extends ha.Sh{static primaryClass="header-examples";constructor(e,t,r){super(e,t,r),this.classes.push(Ud.primaryClass),this.classes.push("examples")}}const Vd=Ud;const zd=class extends fd{constructor(e){super(e),this.element=new Vd}};class Hd extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("content"),this.specPath=bi(["document","objects","MediaType"])}}const Jd=Hd;class Gd extends ha.Sh{static primaryClass="header-content";constructor(e,t,r){super(e,t,r),this.classes.push(Gd.primaryClass),this.classes.push("content")}}const Kd=Gd;const Wd=class extends Jd{constructor(e){super(e),this.element=new Kd}};class Yd extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new ph,this.specPath=bi(["document","objects","Schema"]),this.canSupportSpecificationExtensions=!0}}const Xd=Yd,{allOf:Qd}=eh.visitors.document.objects.JSONSchema.fixedFields,Zd=Qd.compose({methods:{ArrayElement(e){const t=Qd.compose.methods.ArrayElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}}),{anyOf:em}=eh.visitors.document.objects.JSONSchema.fixedFields,tm=em.compose({methods:{ArrayElement(e){const t=em.compose.methods.ArrayElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}}),{oneOf:rm}=eh.visitors.document.objects.JSONSchema.fixedFields,nm=rm.compose({methods:{ArrayElement(e){const t=rm.compose.methods.ArrayElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}}),{items:sm}=eh.visitors.document.objects.JSONSchema.fixedFields,im=sm.compose({methods:{ObjectElement(e){const t=sm.compose.methods.ObjectElement.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t},ArrayElement(e){return this.element=Qa(e),oa}}}),{properties:om}=eh.visitors.document.objects.JSONSchema.fixedFields,am=om.compose({methods:{ObjectElement(e){const t=om.compose.methods.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}}),{type:cm}=eh.visitors.document.objects.JSONSchema.fixedFields,lm=cm.compose({methods:{ArrayElement(e){return this.element=Qa(e),oa}}}),{JSONSchemaOrJSONReferenceVisitor:um}=eh.visitors,pm=um.compose({methods:{ObjectElement(e){const t=um.compose.methods.enter.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}});class hm extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Il,this.specPath=bi(["document","objects","Discriminator"]),this.canSupportSpecificationExtensions=!1}}const fm=hm;class dm extends ha.Sh{static primaryClass="discriminator-mapping";constructor(e,t,r){super(e,t,r),this.classes.push(dm.primaryClass)}}const mm=dm;class ym extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new mm,this.specPath=bi(["value"])}}const gm=ym;class vm extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new jh,this.specPath=bi(["document","objects","XML"]),this.canSupportSpecificationExtensions=!0}}const bm=vm;class xm extends ha.Sh{static primaryClass="parameter-examples";constructor(e,t,r){super(e,t,r),this.classes.push(xm.primaryClass),this.classes.push("examples")}}const wm=xm;const Em=class extends fd{constructor(e){super(e),this.element=new wm}};class jm extends ha.Sh{static primaryClass="parameter-content";constructor(e,t,r){super(e,t,r),this.classes.push(jm.primaryClass),this.classes.push("content")}}const Om=jm;const Sm=class extends Jd{constructor(e){super(e),this.element=new Om}};class Pm extends ha.Sh{static primaryClass="components-schemas";constructor(e,t,r){super(e,t,r),this.classes.push(Pm.primaryClass)}}const Am=Pm;class $m extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Am,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Schema"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}const _m=$m;class km extends ha.Sh{static primaryClass="components-responses";constructor(e,t,r){super(e,t,r),this.classes.push(km.primaryClass)}}const Im=km;class Cm extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Im,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Response"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","response")})),this.element.filter(ed).forEach(((e,t)=>{e.setMetaProperty("http-status-code",dc(t))})),t}}const Tm=Cm;class Mm extends ha.Sh{static primaryClass="components-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(Mm.primaryClass),this.classes.push("parameters")}}const Rm=Mm;class Fm extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Rm,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Parameter"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","parameter")})),t}}const Dm=Fm;class Nm extends ha.Sh{static primaryClass="components-examples";constructor(e,t,r){super(e,t,r),this.classes.push(Nm.primaryClass),this.classes.push("examples")}}const qm=Nm;class Lm extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new qm,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Example"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","example")})),t}}const Bm=Lm;class Um extends ha.Sh{static primaryClass="components-request-bodies";constructor(e,t,r){super(e,t,r),this.classes.push(Um.primaryClass)}}const Vm=Um;class zm extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Vm,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","RequestBody"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","requestBody")})),t}}const Hm=zm;class Jm extends ha.Sh{static primaryClass="components-headers";constructor(e,t,r){super(e,t,r),this.classes.push(Jm.primaryClass)}}const Gm=Jm;class Km extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Gm,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.filter(Uf).forEach(((e,t)=>{e.setMetaProperty("header-name",dc(t))})),t}}const Wm=Km;class Ym extends ha.Sh{static primaryClass="components-security-schemes";constructor(e,t,r){super(e,t,r),this.classes.push(Ym.primaryClass)}}const Xm=Ym;class Qm extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Xm,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","SecurityScheme"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","securityScheme")})),t}}const Zm=Qm;class ey extends ha.Sh{static primaryClass="components-links";constructor(e,t,r){super(e,t,r),this.classes.push(ey.primaryClass)}}const ty=ey;class ry extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new ty,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Link"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","link")})),t}}const ny=ry;class sy extends ha.Sh{static primaryClass="components-callbacks";constructor(e,t,r){super(e,t,r),this.classes.push(sy.primaryClass)}}const iy=sy;class oy extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new iy,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Callback"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","callback")})),t}}const ay=oy;class cy extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Rl,this.specPath=bi(["document","objects","Example"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Ca(this.element.externalValue)&&this.element.classes.push("reference-element"),t}}const ly=cy;const uy=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class py extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Dl,this.specPath=bi(["document","objects","ExternalDocumentation"]),this.canSupportSpecificationExtensions=!0}}const hy=py;class fy extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Tl,this.specPath=bi(["document","objects","Encoding"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Fa(this.element.headers)&&this.element.headers.filter(Uf).forEach(((e,t)=>{e.setMetaProperty("header-name",dc(t))})),t}}const dy=fy;class my extends ha.Sh{static primaryClass="encoding-headers";constructor(e,t,r){super(e,t,r),this.classes.push(my.primaryClass)}}const yy=my;class gy extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new yy,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.forEach(((e,t)=>{if(!Uf(e))return;const r=dc(t);e.setMetaProperty("headerName",r)})),t}}const vy=gy;class by extends(Uh(mf,Hh)){constructor(e){super(e),this.element=new lu,this.specPath=bi(["document","objects","PathItem"]),this.canSupportSpecificationExtensions=!0,this.fieldPatternPredicate=Qo}ObjectElement(e){const t=mf.prototype.ObjectElement.call(this,e);return this.element.filter(Yf).forEach(((e,t)=>{t.classes.push("openapi-path-template"),t.classes.push("path-template"),e.setMetaProperty("path",Qa(t))})),t}}const xy=by;class wy extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new fu,this.specPath=bi(["document","objects","RequestBody"])}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Fa(this.element.contentProp)&&this.element.contentProp.filter(cd).forEach(((e,t)=>{e.setMetaProperty("media-type",dc(t))})),t}}const Ey=wy;class jy extends ha.Sh{static primaryClass="request-body-content";constructor(e,t,r){super(e,t,r),this.classes.push(jy.primaryClass),this.classes.push("content")}}const Oy=jy;const Sy=class extends Jd{constructor(e){super(e),this.element=new Oy}};class Py extends(Uh(mf,Hh)){constructor(e){super(e),this.element=new Sl,this.specPath=bi(["document","objects","PathItem"]),this.canSupportSpecificationExtensions=!0,this.fieldPatternPredicate=e=>/{(?<expression>[^}]{1,2083})}/.test(String(e))}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Yf).forEach(((e,t)=>{e.setMetaProperty("runtime-expression",dc(t))})),t}}const Ay=Py;class $y extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new mu,this.specPath=bi(["document","objects","Response"])}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return Fa(this.element.contentProp)&&this.element.contentProp.filter(cd).forEach(((e,t)=>{e.setMetaProperty("media-type",dc(t))})),Fa(this.element.headers)&&this.element.headers.filter(Uf).forEach(((e,t)=>{e.setMetaProperty("header-name",dc(t))})),t}}const _y=$y;class ky extends ha.Sh{static primaryClass="response-headers";constructor(e,t,r){super(e,t,r),this.classes.push(ky.primaryClass)}}const Iy=ky;class Cy extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Iy,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.forEach(((e,t)=>{if(!Uf(e))return;const r=dc(t);e.setMetaProperty("header-name",r)})),t}}const Ty=Cy;class My extends ha.Sh{static primaryClass="response-content";constructor(e,t,r){super(e,t,r),this.classes.push(My.primaryClass),this.classes.push("content")}}const Ry=My;const Fy=class extends Jd{constructor(e){super(e),this.element=new Ry}};class Dy extends ha.Sh{static primaryClass="response-links";constructor(e,t,r){super(e,t,r),this.classes.push(Dy.primaryClass)}}const Ny=Dy;class qy extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Ny,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Link"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","link")})),t}}const Ly=qy;function By(e){return"[object Number]"===Object.prototype.toString.call(e)}var Uy=qn((function(e,t){if(!By(e)||!By(t))throw new TypeError("Both arguments to range must be numbers");for(var r=[],n=e;n<t;)r.push(n),n+=1;return r}));const Vy=Uy;function zy(e,t,r){var n,s=typeof e;switch(s){case"string":case"number":return 0===e&&1/e==-1/0?!!r._items["-0"]||(t&&(r._items["-0"]=!0),!1):null!==r._nativeSet?t?(n=r._nativeSet.size,r._nativeSet.add(e),r._nativeSet.size===n):r._nativeSet.has(e):s in r._items?e in r._items[s]||(t&&(r._items[s][e]=!0),!1):(t&&(r._items[s]={},r._items[s][e]=!0),!1);case"boolean":if(s in r._items){var i=e?1:0;return!!r._items[s][i]||(t&&(r._items[s][i]=!0),!1)}return t&&(r._items[s]=e?[!1,!0]:[!0,!1]),!1;case"function":return null!==r._nativeSet?t?(n=r._nativeSet.size,r._nativeSet.add(e),r._nativeSet.size===n):r._nativeSet.has(e):s in r._items?!!us(e,r._items[s])||(t&&r._items[s].push(e),!1):(t&&(r._items[s]=[e]),!1);case"undefined":return!!r._items[s]||(t&&(r._items[s]=!0),!1);case"object":if(null===e)return!!r._items.null||(t&&(r._items.null=!0),!1);default:return(s=Object.prototype.toString.call(e))in r._items?!!us(e,r._items[s])||(t&&r._items[s].push(e),!1):(t&&(r._items[s]=[e]),!1)}}const Hy=function(){function e(){this._nativeSet="function"==typeof Set?new Set:null,this._items={}}return e.prototype.add=function(e){return!zy(e,!0,this)},e.prototype.has=function(e){return zy(e,!1,this)},e}();var Jy=qn((function(e,t){for(var r=[],n=0,s=e.length,i=t.length,o=new Hy,a=0;a<i;a+=1)o.add(t[a]);for(;n<s;)o.add(e[n])&&(r[r.length]=e[n]),n+=1;return r}));const Gy=Jy;class Ky extends(Uh(Xh,mf)){specPathFixedFields;specPathPatternedFields;constructor({specPathFixedFields:e,specPathPatternedFields:t,...r}){super({...r}),this.specPathFixedFields=e,this.specPathPatternedFields=t}ObjectElement(e){const{specPath:t,ignoredFields:r}=this;try{this.specPath=this.specPathFixedFields;const t=this.retrieveFixedFields(this.specPath(e));this.ignoredFields=[...r,...Gy(e.keys(),t)],Xh.prototype.ObjectElement.call(this,e),this.specPath=this.specPathPatternedFields,this.ignoredFields=t,mf.prototype.ObjectElement.call(this,e)}catch(e){throw this.specPath=t,e}return oa}}const Wy=Ky;class Yy extends(Uh(Wy,Hh)){constructor(e){super(e),this.element=new gu,this.specPathFixedFields=bi(["document","objects","Responses"]),this.canSupportSpecificationExtensions=!0,this.specPathPatternedFields=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Response"],this.fieldPatternPredicate=e=>new RegExp(`^(1XX|2XX|3XX|4XX|5XX|${Vy(100,600).join("|")})$`).test(String(e))}ObjectElement(e){const t=Wy.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","response")})),this.element.filter(ed).forEach(((e,t)=>{const r=Qa(t);this.fieldPatternPredicate(dc(r))&&e.setMetaProperty("http-status-code",r)})),t}}const Xy=Yy;class Qy extends(Uh(Ff,Hh)){constructor(e){super(e),this.alternator=[{predicate:Gh,specPath:["document","objects","Reference"]},{predicate:Qo,specPath:["document","objects","Response"]}]}ObjectElement(e){const t=Ff.prototype.enter.call(this,e);return Qf(this.element)?this.element.setMetaProperty("referenced-element","response"):ed(this.element)&&this.element.setMetaProperty("http-status-code","default"),t}}const Zy=Qy;class eg extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new nu,this.specPath=bi(["document","objects","Operation"])}}const tg=eg;class rg extends ha.wE{static primaryClass="operation-tags";constructor(e,t,r){super(e,t,r),this.classes.push(rg.primaryClass)}}const ng=rg;const sg=class extends Hh{constructor(e){super(e),this.element=new ng}ArrayElement(e){return this.element=this.element.concat(Qa(e)),oa}};class ig extends ha.wE{static primaryClass="operation-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(ig.primaryClass),this.classes.push("parameters")}}const og=ig;class ag extends(Uh(Jh,Hh)){constructor(e){super(e),this.element=new ha.wE,this.element.classes.push("parameters")}ArrayElement(e){return e.forEach((e=>{const t=Gh(e)?["document","objects","Reference"]:["document","objects","Parameter"],r=this.toRefractedElement(t,e);Qf(r)&&r.setMetaProperty("referenced-element","parameter"),this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}const cg=ag;const lg=class extends cg{constructor(e){super(e),this.element=new og}};const ug=class extends Ff{constructor(e){super(e),this.alternator=[{predicate:Gh,specPath:["document","objects","Reference"]},{predicate:Qo,specPath:["document","objects","RequestBody"]}]}ObjectElement(e){const t=Ff.prototype.enter.call(this,e);return Qf(this.element)&&this.element.setMetaProperty("referenced-element","requestBody"),t}};class pg extends ha.Sh{static primaryClass="operation-callbacks";constructor(e,t,r){super(e,t,r),this.classes.push(pg.primaryClass)}}const hg=pg;class fg extends(Uh(yf,Hh)){specPath;constructor(e){super(e),this.element=new hg,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","Callback"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter(Qf).forEach((e=>{e.setMetaProperty("referenced-element","callback")})),t}}const dg=fg;class mg extends ha.wE{static primaryClass="operation-security";constructor(e,t,r){super(e,t,r),this.classes.push(mg.primaryClass),this.classes.push("security")}}const yg=mg;class gg extends(Uh(Jh,Hh)){constructor(e){super(e),this.element=new yg}ArrayElement(e){return e.forEach((e=>{const t=Fa(e)?["document","objects","SecurityRequirement"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}const vg=gg;class bg extends ha.wE{static primaryClass="operation-servers";constructor(e,t,r){super(e,t,r),this.classes.push(bg.primaryClass),this.classes.push("servers")}}const xg=bg;const wg=class extends Af{constructor(e){super(e),this.element=new xg}};class Eg extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new au,this.specPath=bi(["document","objects","PathItem"])}ObjectElement(e){const t=Xh.prototype.ObjectElement.call(this,e);return this.element.filter(Kf).forEach(((e,t)=>{const r=Qa(t);r.content=dc(r).toUpperCase(),e.setMetaProperty("http-method",r)})),Ca(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const jg=Eg;const Og=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class Sg extends ha.wE{static primaryClass="path-item-servers";constructor(e,t,r){super(e,t,r),this.classes.push(Sg.primaryClass),this.classes.push("servers")}}const Pg=Sg;const Ag=class extends Af{constructor(e){super(e),this.element=new Pg}};class $g extends ha.wE{static primaryClass="path-item-parameters";constructor(e,t,r){super(e,t,r),this.classes.push($g.primaryClass),this.classes.push("parameters")}}const _g=$g;const kg=class extends cg{constructor(e){super(e),this.element=new _g}};class Ig extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new mh,this.specPath=bi(["document","objects","SecurityScheme"]),this.canSupportSpecificationExtensions=!0}}const Cg=Ig;class Tg extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Xl,this.specPath=bi(["document","objects","OAuthFlows"]),this.canSupportSpecificationExtensions=!0}}const Mg=Tg;class Rg extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new Wl,this.specPath=bi(["document","objects","OAuthFlow"]),this.canSupportSpecificationExtensions=!0}}const Fg=Rg;class Dg extends ha.Sh{static primaryClass="oauth-flow-scopes";constructor(e,t,r){super(e,t,r),this.classes.push(Dg.primaryClass)}}const Ng=Dg;class qg extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Ng,this.specPath=bi(["value"])}}const Lg=qg;class Bg extends ha.wE{static primaryClass="tags";constructor(e,t,r){super(e,t,r),this.classes.push(Bg.primaryClass)}}const Ug=Bg;class Vg extends(Uh(Jh,Hh)){constructor(e){super(e),this.element=new Ug}ArrayElement(e){return e.forEach((e=>{const t=Wh(e)?["document","objects","Tag"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),oa}}const zg=Vg,{fixedFields:Hg}=eh.visitors.document.objects.JSONSchema,Jg={visitors:{value:Hh,document:{objects:{OpenApi:{$visitor:Zh,fixedFields:{openapi:tf,info:{$ref:"#/visitors/document/objects/Info"},servers:Af,paths:{$ref:"#/visitors/document/objects/Paths"},components:{$ref:"#/visitors/document/objects/Components"},security:Pd,tags:zg,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Info:{$visitor:sf,fixedFields:{title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},termsOfService:{$ref:"#/visitors/value"},contact:{$ref:"#/visitors/document/objects/Contact"},license:{$ref:"#/visitors/document/objects/License"},version:of}},Contact:{$visitor:cf,fixedFields:{name:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"},email:{$ref:"#/visitors/value"}}},License:{$visitor:uf,fixedFields:{name:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"}}},Server:{$visitor:Ef,fixedFields:{url:jf,description:{$ref:"#/visitors/value"},variables:Tf}},ServerVariable:{$visitor:_f,fixedFields:{enum:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"}}},Components:{$visitor:$d,fixedFields:{schemas:_m,responses:Tm,parameters:Dm,examples:Bm,requestBodies:Hm,headers:Wm,securitySchemes:Zm,links:ny,callbacks:ay}},Paths:{$visitor:xy},PathItem:{$visitor:jg,fixedFields:{$ref:Og,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},get:{$ref:"#/visitors/document/objects/Operation"},put:{$ref:"#/visitors/document/objects/Operation"},post:{$ref:"#/visitors/document/objects/Operation"},delete:{$ref:"#/visitors/document/objects/Operation"},options:{$ref:"#/visitors/document/objects/Operation"},head:{$ref:"#/visitors/document/objects/Operation"},patch:{$ref:"#/visitors/document/objects/Operation"},trace:{$ref:"#/visitors/document/objects/Operation"},servers:Ag,parameters:kg}},Operation:{$visitor:tg,fixedFields:{tags:sg,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},operationId:{$ref:"#/visitors/value"},parameters:lg,requestBody:ug,responses:{$ref:"#/visitors/document/objects/Responses"},callbacks:dg,deprecated:{$ref:"#/visitors/value"},security:vg,servers:wg}},ExternalDocumentation:{$visitor:hy,fixedFields:{description:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"}}},Parameter:{$visitor:Rd,fixedFields:{name:{$ref:"#/visitors/value"},in:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},allowEmptyValue:{$ref:"#/visitors/value"},style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"},schema:Dd,example:{$ref:"#/visitors/value"},examples:Em,content:Sm}},RequestBody:{$visitor:Ey,fixedFields:{description:{$ref:"#/visitors/value"},content:Sy,required:{$ref:"#/visitors/value"}}},MediaType:{$visitor:Rf,fixedFields:{schema:pd,example:{$ref:"#/visitors/value"},examples:yd,encoding:xd}},Encoding:{$visitor:dy,fixedFields:{contentType:{$ref:"#/visitors/value"},headers:vy,style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"}}},Responses:{$visitor:Xy,fixedFields:{default:Zy}},Response:{$visitor:_y,fixedFields:{description:{$ref:"#/visitors/value"},headers:Ty,content:Fy,links:Ly}},Callback:{$visitor:Ay},Example:{$visitor:ly,fixedFields:{summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},value:{$ref:"#/visitors/value"},externalValue:uy}},Link:{$visitor:hf,fixedFields:{operationRef:ff,operationId:df,parameters:xf,requestBody:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},server:{$ref:"#/visitors/document/objects/Server"}}},Header:{$visitor:qd,fixedFields:{description:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},allowEmptyValue:{$ref:"#/visitors/value"},style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"},schema:Bd,example:{$ref:"#/visitors/value"},examples:zd,content:Wd}},Tag:{$visitor:kd,fixedFields:{name:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Reference:{$visitor:Cd,fixedFields:{$ref:Td}},JSONSchema:{$ref:"#/visitors/document/objects/Schema"},JSONReference:{$ref:"#/visitors/document/objects/Reference"},Schema:{$visitor:Xd,fixedFields:{title:Hg.title,multipleOf:Hg.multipleOf,maximum:Hg.maximum,exclusiveMaximum:Hg.exclusiveMaximum,minimum:Hg.minimum,exclusiveMinimum:Hg.exclusiveMinimum,maxLength:Hg.maxLength,minLength:Hg.minLength,pattern:Hg.pattern,maxItems:Hg.maxItems,minItems:Hg.minItems,uniqueItems:Hg.uniqueItems,maxProperties:Hg.maxProperties,minProperties:Hg.minProperties,required:Hg.required,enum:Hg.enum,type:lm,allOf:Zd,anyOf:tm,oneOf:nm,not:pm,items:im,properties:am,additionalProperties:pm,description:Hg.description,format:Hg.format,default:Hg.default,nullable:{$ref:"#/visitors/value"},discriminator:{$ref:"#/visitors/document/objects/Discriminator"},writeOnly:{$ref:"#/visitors/value"},xml:{$ref:"#/visitors/document/objects/XML"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},example:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"}}},Discriminator:{$visitor:fm,fixedFields:{propertyName:{$ref:"#/visitors/value"},mapping:gm}},XML:{$visitor:bm,fixedFields:{name:{$ref:"#/visitors/value"},namespace:{$ref:"#/visitors/value"},prefix:{$ref:"#/visitors/value"},attribute:{$ref:"#/visitors/value"},wrapped:{$ref:"#/visitors/value"}}},SecurityScheme:{$visitor:Cg,fixedFields:{type:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},name:{$ref:"#/visitors/value"},in:{$ref:"#/visitors/value"},scheme:{$ref:"#/visitors/value"},bearerFormat:{$ref:"#/visitors/value"},flows:{$ref:"#/visitors/document/objects/OAuthFlows"},openIdConnectUrl:{$ref:"#/visitors/value"}}},OAuthFlows:{$visitor:Mg,fixedFields:{implicit:{$ref:"#/visitors/document/objects/OAuthFlow"},password:{$ref:"#/visitors/document/objects/OAuthFlow"},clientCredentials:{$ref:"#/visitors/document/objects/OAuthFlow"},authorizationCode:{$ref:"#/visitors/document/objects/OAuthFlow"}}},OAuthFlow:{$visitor:Fg,fixedFields:{authorizationUrl:{$ref:"#/visitors/value"},tokenUrl:{$ref:"#/visitors/value"},refreshUrl:{$ref:"#/visitors/value"},scopes:Lg}},SecurityRequirement:{$visitor:Ed}},extension:{$visitor:rf}}}},Gg=e=>{if(Ia(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Kg={CallbackElement:["content"],ComponentsElement:["content"],ContactElement:["content"],DiscriminatorElement:["content"],Encoding:["content"],Example:["content"],ExternalDocumentationElement:["content"],HeaderElement:["content"],InfoElement:["content"],LicenseElement:["content"],MediaTypeElement:["content"],OAuthFlowElement:["content"],OAuthFlowsElement:["content"],OpenApi3_0Element:["content"],OperationElement:["content"],ParameterElement:["content"],PathItemElement:["content"],PathsElement:["content"],ReferenceElement:["content"],RequestBodyElement:["content"],ResponseElement:["content"],ResponsesElement:["content"],SchemaElement:["content"],SecurityRequirementElement:["content"],SecuritySchemeElement:["content"],ServerElement:["content"],ServerVariableElement:["content"],TagElement:["content"],...ic},Wg={namespace:e=>{const{base:t}=e;return t.register("callback",Sl),t.register("components",Al),t.register("contact",_l),t.register("discriminator",Il),t.register("encoding",Tl),t.register("example",Rl),t.register("externalDocumentation",Dl),t.register("header",ql),t.register("info",Bl),t.register("license",Vl),t.register("link",Hl),t.register("mediaType",Gl),t.register("oAuthFlow",Wl),t.register("oAuthFlows",Xl),t.register("openapi",Zl),t.register("openApi3_0",tu),t.register("operation",nu),t.register("parameter",iu),t.register("pathItem",au),t.register("paths",lu),t.register("reference",pu),t.register("requestBody",fu),t.register("response",mu),t.register("responses",gu),t.register("schema",ph),t.register("securityRequirement",fh),t.register("securityScheme",mh),t.register("server",gh),t.register("serverVariable",bh),t.register("tag",wh),t.register("xml",jh),t}},Yg=()=>{const e=Bc(Wg);return{predicates:{...a,isElement:Ia,isStringElement:Ca,isArrayElement:Da,isObjectElement:Fa,isMemberElement:Na,includesClasses:Ka,hasElementSourceMap:Ja},namespace:e}},Xg=(e,{specPath:t=["visitors","document","objects","OpenApi","$visitor"],plugins:r=[]}={})=>{const n=(0,ha.e)(e),s=Tu(Jg),i=new(Hn(t,s))({specObj:s});return ac(n,i),Hc(i.element,r,{toolboxCreator:Yg,visitorOptions:{keyMap:Kg,nodeTypeGetter:Gg}})},Qg=e=>(t,r={})=>Xg(t,{specPath:e,...r});Sl.refract=Qg(["visitors","document","objects","Callback","$visitor"]),Al.refract=Qg(["visitors","document","objects","Components","$visitor"]),_l.refract=Qg(["visitors","document","objects","Contact","$visitor"]),Rl.refract=Qg(["visitors","document","objects","Example","$visitor"]),Il.refract=Qg(["visitors","document","objects","Discriminator","$visitor"]),Tl.refract=Qg(["visitors","document","objects","Encoding","$visitor"]),Dl.refract=Qg(["visitors","document","objects","ExternalDocumentation","$visitor"]),ql.refract=Qg(["visitors","document","objects","Header","$visitor"]),Bl.refract=Qg(["visitors","document","objects","Info","$visitor"]),Vl.refract=Qg(["visitors","document","objects","License","$visitor"]),Hl.refract=Qg(["visitors","document","objects","Link","$visitor"]),Gl.refract=Qg(["visitors","document","objects","MediaType","$visitor"]),Wl.refract=Qg(["visitors","document","objects","OAuthFlow","$visitor"]),Xl.refract=Qg(["visitors","document","objects","OAuthFlows","$visitor"]),Zl.refract=Qg(["visitors","document","objects","OpenApi","fixedFields","openapi"]),tu.refract=Qg(["visitors","document","objects","OpenApi","$visitor"]),nu.refract=Qg(["visitors","document","objects","Operation","$visitor"]),iu.refract=Qg(["visitors","document","objects","Parameter","$visitor"]),au.refract=Qg(["visitors","document","objects","PathItem","$visitor"]),lu.refract=Qg(["visitors","document","objects","Paths","$visitor"]),pu.refract=Qg(["visitors","document","objects","Reference","$visitor"]),fu.refract=Qg(["visitors","document","objects","RequestBody","$visitor"]),mu.refract=Qg(["visitors","document","objects","Response","$visitor"]),gu.refract=Qg(["visitors","document","objects","Responses","$visitor"]),ph.refract=Qg(["visitors","document","objects","Schema","$visitor"]),fh.refract=Qg(["visitors","document","objects","SecurityRequirement","$visitor"]),mh.refract=Qg(["visitors","document","objects","SecurityScheme","$visitor"]),gh.refract=Qg(["visitors","document","objects","Server","$visitor"]),bh.refract=Qg(["visitors","document","objects","ServerVariable","$visitor"]),wh.refract=Qg(["visitors","document","objects","Tag","$visitor"]),jh.refract=Qg(["visitors","document","objects","XML","$visitor"]);const Zg=class extends Sl{};const ev=class extends Al{get pathItems(){return this.get("pathItems")}set pathItems(e){this.set("pathItems",e)}};const tv=class extends _l{};const rv=class extends Il{};const nv=class extends Tl{};const sv=class extends Rl{};const iv=class extends Dl{};const ov=class extends ql{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const av=class extends Bl{get license(){return this.get("license")}set license(e){this.set("license",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}};class cv extends ha.Om{static default=new cv("https://spec.openapis.org/oas/3.1/dialect/base");constructor(e,t,r){super(e,t,r),this.element="jsonSchemaDialect"}}const lv=cv;const uv=class extends Vl{get identifier(){return this.get("identifier")}set identifier(e){this.set("identifier",e)}};const pv=class extends Hl{};const hv=class extends Gl{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const fv=class extends Wl{};const dv=class extends Xl{};const mv=class extends Zl{};class yv extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="openApi3_1",this.classes.push("api")}get openapi(){return this.get("openapi")}set openapi(e){this.set("openapi",e)}get info(){return this.get("info")}set info(e){this.set("info",e)}get jsonSchemaDialect(){return this.get("jsonSchemaDialect")}set jsonSchemaDialect(e){this.set("jsonSchemaDialect",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get paths(){return this.get("paths")}set paths(e){this.set("paths",e)}get components(){return this.get("components")}set components(e){this.set("components",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get webhooks(){return this.get("webhooks")}set webhooks(e){this.set("webhooks",e)}}const gv=yv;const vv=class extends nu{get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}};const bv=class extends iu{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const xv=class extends au{get GET(){return this.get("get")}set GET(e){this.set("GET",e)}get PUT(){return this.get("put")}set PUT(e){this.set("PUT",e)}get POST(){return this.get("post")}set POST(e){this.set("POST",e)}get DELETE(){return this.get("delete")}set DELETE(e){this.set("DELETE",e)}get OPTIONS(){return this.get("options")}set OPTIONS(e){this.set("OPTIONS",e)}get HEAD(){return this.get("head")}set HEAD(e){this.set("HEAD",e)}get PATCH(){return this.get("patch")}set PATCH(e){this.set("PATCH",e)}get TRACE(){return this.get("trace")}set TRACE(e){this.set("TRACE",e)}};const wv=class extends lu{};class Ev extends pu{}Object.defineProperty(Ev.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0}),Object.defineProperty(Ev.prototype,"summary",{get(){return this.get("summary")},set(e){this.set("summary",e)},enumerable:!0});const jv=Ev;const Ov=class extends fu{};const Sv=class extends mu{};const Pv=class extends gu{};class Av extends ha.Sh{constructor(e,t,r){super(e,t,r),this.element="schema"}get $schema(){return this.get("$schema")}set $schema(e){this.set("$schema",e)}get $vocabulary(){return this.get("$vocabulary")}set $vocabulary(e){this.set("$vocabulary",e)}get $id(){return this.get("$id")}set $id(e){this.set("$id",e)}get $anchor(){return this.get("$anchor")}set $anchor(e){this.set("$anchor",e)}get $dynamicAnchor(){return this.get("$dynamicAnchor")}set $dynamicAnchor(e){this.set("$dynamicAnchor",e)}get $dynamicRef(){return this.get("$dynamicRef")}set $dynamicRef(e){this.set("$dynamicRef",e)}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}get $defs(){return this.get("$defs")}set $defs(e){this.set("$defs",e)}get $comment(){return this.get("$comment")}set $comment(e){this.set("$comment",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get if(){return this.get("if")}set if(e){this.set("if",e)}get then(){return this.get("then")}set then(e){this.set("then",e)}get else(){return this.get("else")}set else(e){this.set("else",e)}get dependentSchemas(){return this.get("dependentSchemas")}set dependentSchemas(e){this.set("dependentSchemas",e)}get prefixItems(){return this.get("prefixItems")}set prefixItems(e){this.set("prefixItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get containsProp(){return this.get("contains")}set containsProp(e){this.set("contains",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get unevaluatedItems(){return this.get("unevaluatedItems")}set unevaluatedItems(e){this.set("unevaluatedItems",e)}get unevaluatedProperties(){return this.get("unevaluatedProperties")}set unevaluatedProperties(e){this.set("unevaluatedProperties",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get const(){return this.get("const")}set const(e){this.set("const",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxContains(){return this.get("maxContains")}set maxContains(e){this.set("maxContains",e)}get minContains(){return this.get("minContains")}set minContains(e){this.set("minContains",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get dependentRequired(){return this.get("dependentRequired")}set dependentRequired(e){this.set("dependentRequired",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get deprecated(){return this.get("deprecated")}set deprecated(e){this.set("deprecated",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}get writeOnly(){return this.get("writeOnly")}set writeOnly(e){this.set("writeOnly",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get contentEncoding(){return this.get("contentEncoding")}set contentEncoding(e){this.set("contentEncoding",e)}get contentMediaType(){return this.get("contentMediaType")}set contentMediaType(e){this.set("contentMediaType",e)}get contentSchema(){return this.get("contentSchema")}set contentSchema(e){this.set("contentSchema",e)}get discriminator(){return this.get("discriminator")}set discriminator(e){this.set("discriminator",e)}get xml(){return this.get("xml")}set xml(e){this.set("xml",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}}const $v=Av;const _v=class extends fh{};const kv=class extends mh{};const Iv=class extends gh{};const Cv=class extends bh{};const Tv=class extends wh{};const Mv=class extends jh{};class Rv extends(Uh(Xh,Hh)){constructor(e){super(e),this.element=new gv,this.specPath=bi(["document","objects","OpenApi"]),this.canSupportSpecificationExtensions=!0,this.openApiSemanticElement=this.element}ObjectElement(e){return this.openApiGenericElement=e,Xh.prototype.ObjectElement.call(this,e)}}const Fv=Rv,{visitors:{document:{objects:{Info:{$visitor:Dv}}}}}=Jg;const Nv=class extends Dv{constructor(e){super(e),this.element=new av}},{visitors:{document:{objects:{Contact:{$visitor:qv}}}}}=Jg;const Lv=class extends qv{constructor(e){super(e),this.element=new tv}},{visitors:{document:{objects:{License:{$visitor:Bv}}}}}=Jg;const Uv=class extends Bv{constructor(e){super(e),this.element=new uv}},{visitors:{document:{objects:{Link:{$visitor:Vv}}}}}=Jg;const zv=class extends Vv{constructor(e){super(e),this.element=new pv}};class Hv extends(Uh(Jh,Hh)){StringElement(e){const t=new lv(dc(e));return this.copyMetaAndAttributes(e,t),this.element=t,oa}}const Jv=Hv,{visitors:{document:{objects:{Server:{$visitor:Gv}}}}}=Jg;const Kv=class extends Gv{constructor(e){super(e),this.element=new Iv}},{visitors:{document:{objects:{ServerVariable:{$visitor:Wv}}}}}=Jg;const Yv=class extends Wv{constructor(e){super(e),this.element=new Cv}},{visitors:{document:{objects:{MediaType:{$visitor:Xv}}}}}=Jg;const Qv=class extends Xv{constructor(e){super(e),this.element=new hv}},{visitors:{document:{objects:{SecurityRequirement:{$visitor:Zv}}}}}=Jg;const eb=class extends Zv{constructor(e){super(e),this.element=new _v}},{visitors:{document:{objects:{Components:{$visitor:tb}}}}}=Jg;const rb=class extends tb{constructor(e){super(e),this.element=new ev}},{visitors:{document:{objects:{Tag:{$visitor:nb}}}}}=Jg;const sb=class extends nb{constructor(e){super(e),this.element=new Tv}},{visitors:{document:{objects:{Reference:{$visitor:ib}}}}}=Jg;const ob=class extends ib{constructor(e){super(e),this.element=new jv}},{visitors:{document:{objects:{Parameter:{$visitor:ab}}}}}=Jg;const cb=class extends ab{constructor(e){super(e),this.element=new bv}},{visitors:{document:{objects:{Header:{$visitor:lb}}}}}=Jg;const ub=class extends lb{constructor(e){super(e),this.element=new ov}},pb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Zg||e(n)&&t("callback",n)&&r("object",n))),hb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ev||e(n)&&t("components",n)&&r("object",n))),fb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof tv||e(n)&&t("contact",n)&&r("object",n))),db=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof sv||e(n)&&t("example",n)&&r("object",n))),mb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof iv||e(n)&&t("externalDocumentation",n)&&r("object",n))),yb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ov||e(n)&&t("header",n)&&r("object",n))),gb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof av||e(n)&&t("info",n)&&r("object",n))),vb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof lv||e(n)&&t("jsonSchemaDialect",n)&&r("string",n))),bb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof uv||e(n)&&t("license",n)&&r("object",n))),xb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof pv||e(n)&&t("link",n)&&r("object",n))),wb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof mv||e(n)&&t("openapi",n)&&r("string",n))),Eb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof gv||e(s)&&t("openApi3_1",s)&&r("object",s)&&n("api",s))),jb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof vv||e(n)&&t("operation",n)&&r("object",n))),Ob=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof bv||e(n)&&t("parameter",n)&&r("object",n))),Sb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof xv||e(n)&&t("pathItem",n)&&r("object",n))),Pb=e=>{if(!Sb(e))return!1;if(!Ca(e.$ref))return!1;const t=dc(e.$ref);return"string"==typeof t&&t.length>0&&!t.startsWith("#")},Ab=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof wv||e(n)&&t("paths",n)&&r("object",n))),$b=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof jv||e(n)&&t("reference",n)&&r("object",n))),_b=e=>{if(!$b(e))return!1;if(!Ca(e.$ref))return!1;const t=dc(e.$ref);return"string"==typeof t&&t.length>0&&!t.startsWith("#")},kb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ov||e(n)&&t("requestBody",n)&&r("object",n))),Ib=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Sv||e(n)&&t("response",n)&&r("object",n))),Cb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Pv||e(n)&&t("responses",n)&&r("object",n))),Tb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof $v||e(n)&&t("schema",n)&&r("object",n))),Mb=e=>Ra(e)&&e.classes.includes("boolean-json-schema"),Rb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof _v||e(n)&&t("securityRequirement",n)&&r("object",n))),Fb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof kv||e(n)&&t("securityScheme",n)&&r("object",n))),Db=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Iv||e(n)&&t("server",n)&&r("object",n))),Nb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Cv||e(n)&&t("serverVariable",n)&&r("object",n))),qb=ka((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof hv||e(n)&&t("mediaType",n)&&r("object",n)));const Lb=class{parent;constructor({parent:e}){this.parent=e}};class Bb extends(Uh(Xh,Lb,Hh)){constructor(e){super(e),this.element=new $v,this.specPath=bi(["document","objects","Schema"]),this.canSupportSpecificationExtensions=!0,this.jsonSchemaDefaultDialect=lv.default,this.passingOptionsNames.push("parent")}ObjectElement(e){this.handle$schema(e),this.handle$id(e),this.parent=this.element;const t=Xh.prototype.ObjectElement.call(this,e);return Ca(this.element.$ref)&&(this.element.classes.push("reference-element"),this.element.setMetaProperty("referenced-element","schema")),t}BooleanElement(e){const t=super.enter(e);return this.element.classes.push("boolean-json-schema"),t}getJsonSchemaDialect(){let e;return e=void 0!==this.openApiSemanticElement&&vb(this.openApiSemanticElement.jsonSchemaDialect)?dc(this.openApiSemanticElement.jsonSchemaDialect):void 0!==this.openApiGenericElement&&Ca(this.openApiGenericElement.get("jsonSchemaDialect"))?dc(this.openApiGenericElement.get("jsonSchemaDialect")):dc(this.jsonSchemaDefaultDialect),e}handle$schema(e){if(wi(this.parent)&&!Ca(e.get("$schema")))this.element.setMetaProperty("inherited$schema",this.getJsonSchemaDialect());else if(Tb(this.parent)&&!Ca(e.get("$schema"))){const e=Gs(dc(this.parent.meta.get("inherited$schema")),dc(this.parent.$schema));this.element.setMetaProperty("inherited$schema",e)}}handle$id(e){const t=void 0!==this.parent?Qa(this.parent.getMetaProperty("inherited$id",[])):new ha.wE,r=dc(e.get("$id"));vp(r)&&t.push(r),this.element.setMetaProperty("inherited$id",t)}}const Ub=Bb;const Vb=class extends Hh{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-$vocabulary"),t}};const zb=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class Hb extends(Uh(yf,Lb,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("json-schema-$defs"),this.specPath=bi(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const Jb=Hb;class Gb extends(Uh(Jh,Lb,Hh)){constructor(e){super(e),this.element=new ha.wE,this.element.classes.push("json-schema-allOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Fa(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Qa(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),oa}}const Kb=Gb;class Wb extends(Uh(Jh,Lb,Hh)){constructor(e){super(e),this.element=new ha.wE,this.element.classes.push("json-schema-anyOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Fa(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Qa(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),oa}}const Yb=Wb;class Xb extends(Uh(Jh,Lb,Hh)){constructor(e){super(e),this.element=new ha.wE,this.element.classes.push("json-schema-oneOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Fa(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Qa(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),oa}}const Qb=Xb;class Zb extends(Uh(yf,Lb,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("json-schema-dependentSchemas"),this.specPath=bi(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const ex=Zb;class tx extends(Uh(Jh,Lb,Hh)){constructor(e){super(e),this.element=new ha.wE,this.element.classes.push("json-schema-prefixItems"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Fa(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Qa(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),oa}}const rx=tx;class nx extends(Uh(yf,Lb,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("json-schema-properties"),this.specPath=bi(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const sx=nx;class ix extends(Uh(yf,Lb,Hh)){constructor(e){super(e),this.element=new ha.Sh,this.element.classes.push("json-schema-patternProperties"),this.specPath=bi(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const ox=ix;const ax=class extends Hh{StringElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-type"),t}ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-type"),t}};const cx=class extends Hh{ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-enum"),t}};const lx=class extends Hh{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-dependentRequired"),t}};const ux=class extends Hh{ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-examples"),t}},{visitors:{document:{objects:{Discriminator:{$visitor:px}}}}}=Jg;const hx=class extends px{constructor(e){super(e),this.element=new rv,this.canSupportSpecificationExtensions=!0}},{visitors:{document:{objects:{XML:{$visitor:fx}}}}}=Jg;const dx=class extends fx{constructor(e){super(e),this.element=new Mv}};class mx extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Am,this.specPath=bi(["document","objects","Schema"])}}const yx=mx;class gx extends ha.Sh{static primaryClass="components-path-items";constructor(e,t,r){super(e,t,r),this.classes.push(gx.primaryClass)}}const vx=gx;class bx extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new vx,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter($b).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),t}}const xx=bx,{visitors:{document:{objects:{Example:{$visitor:wx}}}}}=Jg;const Ex=class extends wx{constructor(e){super(e),this.element=new sv}},{visitors:{document:{objects:{ExternalDocumentation:{$visitor:jx}}}}}=Jg;const Ox=class extends jx{constructor(e){super(e),this.element=new iv}},{visitors:{document:{objects:{Encoding:{$visitor:Sx}}}}}=Jg;const Px=class extends Sx{constructor(e){super(e),this.element=new nv}},{visitors:{document:{objects:{Paths:{$visitor:Ax}}}}}=Jg;const $x=class extends Ax{constructor(e){super(e),this.element=new wv}},{visitors:{document:{objects:{RequestBody:{$visitor:_x}}}}}=Jg;const kx=class extends _x{constructor(e){super(e),this.element=new Ov}},{visitors:{document:{objects:{Callback:{$visitor:Ix}}}}}=Jg;const Cx=class extends Ix{constructor(e){super(e),this.element=new Zg,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=Ix.prototype.ObjectElement.call(this,e);return this.element.filter($b).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),t}},{visitors:{document:{objects:{Response:{$visitor:Tx}}}}}=Jg;const Mx=class extends Tx{constructor(e){super(e),this.element=new Sv}},{visitors:{document:{objects:{Responses:{$visitor:Rx}}}}}=Jg;const Fx=class extends Rx{constructor(e){super(e),this.element=new Pv}},{visitors:{document:{objects:{Operation:{$visitor:Dx}}}}}=Jg;const Nx=class extends Dx{constructor(e){super(e),this.element=new vv}},{visitors:{document:{objects:{PathItem:{$visitor:qx}}}}}=Jg;const Lx=class extends qx{constructor(e){super(e),this.element=new xv}},{visitors:{document:{objects:{SecurityScheme:{$visitor:Bx}}}}}=Jg;const Ux=class extends Bx{constructor(e){super(e),this.element=new kv}},{visitors:{document:{objects:{OAuthFlows:{$visitor:Vx}}}}}=Jg;const zx=class extends Vx{constructor(e){super(e),this.element=new dv}},{visitors:{document:{objects:{OAuthFlow:{$visitor:Hx}}}}}=Jg;const Jx=class extends Hx{constructor(e){super(e),this.element=new fv}};class Gx extends ha.Sh{static primaryClass="webhooks";constructor(e,t,r){super(e,t,r),this.classes.push(Gx.primaryClass)}}const Kx=Gx;class Wx extends(Uh(yf,Hh)){constructor(e){super(e),this.element=new Kx,this.specPath=e=>Gh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=yf.prototype.ObjectElement.call(this,e);return this.element.filter($b).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),this.element.filter(Sb).forEach(((e,t)=>{e.setMetaProperty("webhook-name",dc(t))})),t}}const Yx=Wx,Xx={visitors:{value:Jg.visitors.value,document:{objects:{OpenApi:{$visitor:Fv,fixedFields:{openapi:Jg.visitors.document.objects.OpenApi.fixedFields.openapi,info:{$ref:"#/visitors/document/objects/Info"},jsonSchemaDialect:Jv,servers:Jg.visitors.document.objects.OpenApi.fixedFields.servers,paths:{$ref:"#/visitors/document/objects/Paths"},webhooks:Yx,components:{$ref:"#/visitors/document/objects/Components"},security:Jg.visitors.document.objects.OpenApi.fixedFields.security,tags:Jg.visitors.document.objects.OpenApi.fixedFields.tags,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Info:{$visitor:Nv,fixedFields:{title:Jg.visitors.document.objects.Info.fixedFields.title,description:Jg.visitors.document.objects.Info.fixedFields.description,summary:{$ref:"#/visitors/value"},termsOfService:Jg.visitors.document.objects.Info.fixedFields.termsOfService,contact:{$ref:"#/visitors/document/objects/Contact"},license:{$ref:"#/visitors/document/objects/License"},version:Jg.visitors.document.objects.Info.fixedFields.version}},Contact:{$visitor:Lv,fixedFields:{name:Jg.visitors.document.objects.Contact.fixedFields.name,url:Jg.visitors.document.objects.Contact.fixedFields.url,email:Jg.visitors.document.objects.Contact.fixedFields.email}},License:{$visitor:Uv,fixedFields:{name:Jg.visitors.document.objects.License.fixedFields.name,identifier:{$ref:"#/visitors/value"},url:Jg.visitors.document.objects.License.fixedFields.url}},Server:{$visitor:Kv,fixedFields:{url:Jg.visitors.document.objects.Server.fixedFields.url,description:Jg.visitors.document.objects.Server.fixedFields.description,variables:Jg.visitors.document.objects.Server.fixedFields.variables}},ServerVariable:{$visitor:Yv,fixedFields:{enum:Jg.visitors.document.objects.ServerVariable.fixedFields.enum,default:Jg.visitors.document.objects.ServerVariable.fixedFields.default,description:Jg.visitors.document.objects.ServerVariable.fixedFields.description}},Components:{$visitor:rb,fixedFields:{schemas:yx,responses:Jg.visitors.document.objects.Components.fixedFields.responses,parameters:Jg.visitors.document.objects.Components.fixedFields.parameters,examples:Jg.visitors.document.objects.Components.fixedFields.examples,requestBodies:Jg.visitors.document.objects.Components.fixedFields.requestBodies,headers:Jg.visitors.document.objects.Components.fixedFields.headers,securitySchemes:Jg.visitors.document.objects.Components.fixedFields.securitySchemes,links:Jg.visitors.document.objects.Components.fixedFields.links,callbacks:Jg.visitors.document.objects.Components.fixedFields.callbacks,pathItems:xx}},Paths:{$visitor:$x},PathItem:{$visitor:Lx,fixedFields:{$ref:Jg.visitors.document.objects.PathItem.fixedFields.$ref,summary:Jg.visitors.document.objects.PathItem.fixedFields.summary,description:Jg.visitors.document.objects.PathItem.fixedFields.description,get:{$ref:"#/visitors/document/objects/Operation"},put:{$ref:"#/visitors/document/objects/Operation"},post:{$ref:"#/visitors/document/objects/Operation"},delete:{$ref:"#/visitors/document/objects/Operation"},options:{$ref:"#/visitors/document/objects/Operation"},head:{$ref:"#/visitors/document/objects/Operation"},patch:{$ref:"#/visitors/document/objects/Operation"},trace:{$ref:"#/visitors/document/objects/Operation"},servers:Jg.visitors.document.objects.PathItem.fixedFields.servers,parameters:Jg.visitors.document.objects.PathItem.fixedFields.parameters}},Operation:{$visitor:Nx,fixedFields:{tags:Jg.visitors.document.objects.Operation.fixedFields.tags,summary:Jg.visitors.document.objects.Operation.fixedFields.summary,description:Jg.visitors.document.objects.Operation.fixedFields.description,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},operationId:Jg.visitors.document.objects.Operation.fixedFields.operationId,parameters:Jg.visitors.document.objects.Operation.fixedFields.parameters,requestBody:Jg.visitors.document.objects.Operation.fixedFields.requestBody,responses:{$ref:"#/visitors/document/objects/Responses"},callbacks:Jg.visitors.document.objects.Operation.fixedFields.callbacks,deprecated:Jg.visitors.document.objects.Operation.fixedFields.deprecated,security:Jg.visitors.document.objects.Operation.fixedFields.security,servers:Jg.visitors.document.objects.Operation.fixedFields.servers}},ExternalDocumentation:{$visitor:Ox,fixedFields:{description:Jg.visitors.document.objects.ExternalDocumentation.fixedFields.description,url:Jg.visitors.document.objects.ExternalDocumentation.fixedFields.url}},Parameter:{$visitor:cb,fixedFields:{name:Jg.visitors.document.objects.Parameter.fixedFields.name,in:Jg.visitors.document.objects.Parameter.fixedFields.in,description:Jg.visitors.document.objects.Parameter.fixedFields.description,required:Jg.visitors.document.objects.Parameter.fixedFields.required,deprecated:Jg.visitors.document.objects.Parameter.fixedFields.deprecated,allowEmptyValue:Jg.visitors.document.objects.Parameter.fixedFields.allowEmptyValue,style:Jg.visitors.document.objects.Parameter.fixedFields.style,explode:Jg.visitors.document.objects.Parameter.fixedFields.explode,allowReserved:Jg.visitors.document.objects.Parameter.fixedFields.allowReserved,schema:{$ref:"#/visitors/document/objects/Schema"},example:Jg.visitors.document.objects.Parameter.fixedFields.example,examples:Jg.visitors.document.objects.Parameter.fixedFields.examples,content:Jg.visitors.document.objects.Parameter.fixedFields.content}},RequestBody:{$visitor:kx,fixedFields:{description:Jg.visitors.document.objects.RequestBody.fixedFields.description,content:Jg.visitors.document.objects.RequestBody.fixedFields.content,required:Jg.visitors.document.objects.RequestBody.fixedFields.required}},MediaType:{$visitor:Qv,fixedFields:{schema:{$ref:"#/visitors/document/objects/Schema"},example:Jg.visitors.document.objects.MediaType.fixedFields.example,examples:Jg.visitors.document.objects.MediaType.fixedFields.examples,encoding:Jg.visitors.document.objects.MediaType.fixedFields.encoding}},Encoding:{$visitor:Px,fixedFields:{contentType:Jg.visitors.document.objects.Encoding.fixedFields.contentType,headers:Jg.visitors.document.objects.Encoding.fixedFields.headers,style:Jg.visitors.document.objects.Encoding.fixedFields.style,explode:Jg.visitors.document.objects.Encoding.fixedFields.explode,allowReserved:Jg.visitors.document.objects.Encoding.fixedFields.allowReserved}},Responses:{$visitor:Fx,fixedFields:{default:Jg.visitors.document.objects.Responses.fixedFields.default}},Response:{$visitor:Mx,fixedFields:{description:Jg.visitors.document.objects.Response.fixedFields.description,headers:Jg.visitors.document.objects.Response.fixedFields.headers,content:Jg.visitors.document.objects.Response.fixedFields.content,links:Jg.visitors.document.objects.Response.fixedFields.links}},Callback:{$visitor:Cx},Example:{$visitor:Ex,fixedFields:{summary:Jg.visitors.document.objects.Example.fixedFields.summary,description:Jg.visitors.document.objects.Example.fixedFields.description,value:Jg.visitors.document.objects.Example.fixedFields.value,externalValue:Jg.visitors.document.objects.Example.fixedFields.externalValue}},Link:{$visitor:zv,fixedFields:{operationRef:Jg.visitors.document.objects.Link.fixedFields.operationRef,operationId:Jg.visitors.document.objects.Link.fixedFields.operationId,parameters:Jg.visitors.document.objects.Link.fixedFields.parameters,requestBody:Jg.visitors.document.objects.Link.fixedFields.requestBody,description:Jg.visitors.document.objects.Link.fixedFields.description,server:{$ref:"#/visitors/document/objects/Server"}}},Header:{$visitor:ub,fixedFields:{description:Jg.visitors.document.objects.Header.fixedFields.description,required:Jg.visitors.document.objects.Header.fixedFields.required,deprecated:Jg.visitors.document.objects.Header.fixedFields.deprecated,allowEmptyValue:Jg.visitors.document.objects.Header.fixedFields.allowEmptyValue,style:Jg.visitors.document.objects.Header.fixedFields.style,explode:Jg.visitors.document.objects.Header.fixedFields.explode,allowReserved:Jg.visitors.document.objects.Header.fixedFields.allowReserved,schema:{$ref:"#/visitors/document/objects/Schema"},example:Jg.visitors.document.objects.Header.fixedFields.example,examples:Jg.visitors.document.objects.Header.fixedFields.examples,content:Jg.visitors.document.objects.Header.fixedFields.content}},Tag:{$visitor:sb,fixedFields:{name:Jg.visitors.document.objects.Tag.fixedFields.name,description:Jg.visitors.document.objects.Tag.fixedFields.description,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Reference:{$visitor:ob,fixedFields:{$ref:Jg.visitors.document.objects.Reference.fixedFields.$ref,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"}}},Schema:{$visitor:Ub,fixedFields:{$schema:{$ref:"#/visitors/value"},$vocabulary:Vb,$id:{$ref:"#/visitors/value"},$anchor:{$ref:"#/visitors/value"},$dynamicAnchor:{$ref:"#/visitors/value"},$dynamicRef:{$ref:"#/visitors/value"},$ref:zb,$defs:Jb,$comment:{$ref:"#/visitors/value"},allOf:Kb,anyOf:Yb,oneOf:Qb,not:{$ref:"#/visitors/document/objects/Schema"},if:{$ref:"#/visitors/document/objects/Schema"},then:{$ref:"#/visitors/document/objects/Schema"},else:{$ref:"#/visitors/document/objects/Schema"},dependentSchemas:ex,prefixItems:rx,items:{$ref:"#/visitors/document/objects/Schema"},contains:{$ref:"#/visitors/document/objects/Schema"},properties:sx,patternProperties:ox,additionalProperties:{$ref:"#/visitors/document/objects/Schema"},propertyNames:{$ref:"#/visitors/document/objects/Schema"},unevaluatedItems:{$ref:"#/visitors/document/objects/Schema"},unevaluatedProperties:{$ref:"#/visitors/document/objects/Schema"},type:ax,enum:cx,const:{$ref:"#/visitors/value"},multipleOf:{$ref:"#/visitors/value"},maximum:{$ref:"#/visitors/value"},exclusiveMaximum:{$ref:"#/visitors/value"},minimum:{$ref:"#/visitors/value"},exclusiveMinimum:{$ref:"#/visitors/value"},maxLength:{$ref:"#/visitors/value"},minLength:{$ref:"#/visitors/value"},pattern:{$ref:"#/visitors/value"},maxItems:{$ref:"#/visitors/value"},minItems:{$ref:"#/visitors/value"},uniqueItems:{$ref:"#/visitors/value"},maxContains:{$ref:"#/visitors/value"},minContains:{$ref:"#/visitors/value"},maxProperties:{$ref:"#/visitors/value"},minProperties:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},dependentRequired:lx,title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},readOnly:{$ref:"#/visitors/value"},writeOnly:{$ref:"#/visitors/value"},examples:ux,format:{$ref:"#/visitors/value"},contentEncoding:{$ref:"#/visitors/value"},contentMediaType:{$ref:"#/visitors/value"},contentSchema:{$ref:"#/visitors/document/objects/Schema"},discriminator:{$ref:"#/visitors/document/objects/Discriminator"},xml:{$ref:"#/visitors/document/objects/XML"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},example:{$ref:"#/visitors/value"}}},Discriminator:{$visitor:hx,fixedFields:{propertyName:Jg.visitors.document.objects.Discriminator.fixedFields.propertyName,mapping:Jg.visitors.document.objects.Discriminator.fixedFields.mapping}},XML:{$visitor:dx,fixedFields:{name:Jg.visitors.document.objects.XML.fixedFields.name,namespace:Jg.visitors.document.objects.XML.fixedFields.namespace,prefix:Jg.visitors.document.objects.XML.fixedFields.prefix,attribute:Jg.visitors.document.objects.XML.fixedFields.attribute,wrapped:Jg.visitors.document.objects.XML.fixedFields.wrapped}},SecurityScheme:{$visitor:Ux,fixedFields:{type:Jg.visitors.document.objects.SecurityScheme.fixedFields.type,description:Jg.visitors.document.objects.SecurityScheme.fixedFields.description,name:Jg.visitors.document.objects.SecurityScheme.fixedFields.name,in:Jg.visitors.document.objects.SecurityScheme.fixedFields.in,scheme:Jg.visitors.document.objects.SecurityScheme.fixedFields.scheme,bearerFormat:Jg.visitors.document.objects.SecurityScheme.fixedFields.bearerFormat,flows:{$ref:"#/visitors/document/objects/OAuthFlows"},openIdConnectUrl:Jg.visitors.document.objects.SecurityScheme.fixedFields.openIdConnectUrl}},OAuthFlows:{$visitor:zx,fixedFields:{implicit:{$ref:"#/visitors/document/objects/OAuthFlow"},password:{$ref:"#/visitors/document/objects/OAuthFlow"},clientCredentials:{$ref:"#/visitors/document/objects/OAuthFlow"},authorizationCode:{$ref:"#/visitors/document/objects/OAuthFlow"}}},OAuthFlow:{$visitor:Jx,fixedFields:{authorizationUrl:Jg.visitors.document.objects.OAuthFlow.fixedFields.authorizationUrl,tokenUrl:Jg.visitors.document.objects.OAuthFlow.fixedFields.tokenUrl,refreshUrl:Jg.visitors.document.objects.OAuthFlow.fixedFields.refreshUrl,scopes:Jg.visitors.document.objects.OAuthFlow.fixedFields.scopes}},SecurityRequirement:{$visitor:eb}},extension:{$visitor:Jg.visitors.document.extension.$visitor}}}},Qx=e=>{if(Ia(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Zx={CallbackElement:["content"],ComponentsElement:["content"],ContactElement:["content"],DiscriminatorElement:["content"],Encoding:["content"],Example:["content"],ExternalDocumentationElement:["content"],HeaderElement:["content"],InfoElement:["content"],LicenseElement:["content"],MediaTypeElement:["content"],OAuthFlowElement:["content"],OAuthFlowsElement:["content"],OpenApi3_1Element:["content"],OperationElement:["content"],ParameterElement:["content"],PathItemElement:["content"],PathsElement:["content"],ReferenceElement:["content"],RequestBodyElement:["content"],ResponseElement:["content"],ResponsesElement:["content"],SchemaElement:["content"],SecurityRequirementElement:["content"],SecuritySchemeElement:["content"],ServerElement:["content"],ServerVariableElement:["content"],TagElement:["content"],...ic},ew={namespace:e=>{const{base:t}=e;return t.register("callback",Zg),t.register("components",ev),t.register("contact",tv),t.register("discriminator",rv),t.register("encoding",nv),t.register("example",sv),t.register("externalDocumentation",iv),t.register("header",ov),t.register("info",av),t.register("jsonSchemaDialect",lv),t.register("license",uv),t.register("link",pv),t.register("mediaType",hv),t.register("oAuthFlow",fv),t.register("oAuthFlows",dv),t.register("openapi",mv),t.register("openApi3_1",gv),t.register("operation",vv),t.register("parameter",bv),t.register("pathItem",xv),t.register("paths",wv),t.register("reference",jv),t.register("requestBody",Ov),t.register("response",Sv),t.register("responses",Pv),t.register("schema",$v),t.register("securityRequirement",_v),t.register("securityScheme",kv),t.register("server",Iv),t.register("serverVariable",Cv),t.register("tag",Tv),t.register("xml",Mv),t}},tw=()=>{const e=Bc(ew);return{predicates:{...c,isElement:Ia,isStringElement:Ca,isArrayElement:Da,isObjectElement:Fa,isMemberElement:Na,isServersElement:ld,includesClasses:Ka,hasElementSourceMap:Ja},namespace:e}},rw=(e,{specPath:t=["visitors","document","objects","OpenApi","$visitor"],plugins:r=[]}={})=>{const n=(0,ha.e)(e),s=Tu(Xx),i=new(Hn(t,s))({specObj:s});return ac(n,i),Hc(i.element,r,{toolboxCreator:tw,visitorOptions:{keyMap:Zx,nodeTypeGetter:Qx}})},nw=e=>(t,r={})=>rw(t,{specPath:e,...r});Zg.refract=nw(["visitors","document","objects","Callback","$visitor"]),ev.refract=nw(["visitors","document","objects","Components","$visitor"]),tv.refract=nw(["visitors","document","objects","Contact","$visitor"]),sv.refract=nw(["visitors","document","objects","Example","$visitor"]),rv.refract=nw(["visitors","document","objects","Discriminator","$visitor"]),nv.refract=nw(["visitors","document","objects","Encoding","$visitor"]),iv.refract=nw(["visitors","document","objects","ExternalDocumentation","$visitor"]),ov.refract=nw(["visitors","document","objects","Header","$visitor"]),av.refract=nw(["visitors","document","objects","Info","$visitor"]),lv.refract=nw(["visitors","document","objects","OpenApi","fixedFields","jsonSchemaDialect"]),uv.refract=nw(["visitors","document","objects","License","$visitor"]),pv.refract=nw(["visitors","document","objects","Link","$visitor"]),hv.refract=nw(["visitors","document","objects","MediaType","$visitor"]),fv.refract=nw(["visitors","document","objects","OAuthFlow","$visitor"]),dv.refract=nw(["visitors","document","objects","OAuthFlows","$visitor"]),mv.refract=nw(["visitors","document","objects","OpenApi","fixedFields","openapi"]),gv.refract=nw(["visitors","document","objects","OpenApi","$visitor"]),vv.refract=nw(["visitors","document","objects","Operation","$visitor"]),bv.refract=nw(["visitors","document","objects","Parameter","$visitor"]),xv.refract=nw(["visitors","document","objects","PathItem","$visitor"]),wv.refract=nw(["visitors","document","objects","Paths","$visitor"]),jv.refract=nw(["visitors","document","objects","Reference","$visitor"]),Ov.refract=nw(["visitors","document","objects","RequestBody","$visitor"]),Sv.refract=nw(["visitors","document","objects","Response","$visitor"]),Pv.refract=nw(["visitors","document","objects","Responses","$visitor"]),$v.refract=nw(["visitors","document","objects","Schema","$visitor"]),_v.refract=nw(["visitors","document","objects","SecurityRequirement","$visitor"]),kv.refract=nw(["visitors","document","objects","SecurityScheme","$visitor"]),Iv.refract=nw(["visitors","document","objects","Server","$visitor"]),Cv.refract=nw(["visitors","document","objects","ServerVariable","$visitor"]),Tv.refract=nw(["visitors","document","objects","Tag","$visitor"]),Mv.refract=nw(["visitors","document","objects","XML","$visitor"]);const sw=class extends vu{};const iw=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new sw("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new sw("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new sw("latest method in MediaTypes class is not yet implemented.")}};class ow extends iw{filterByFormat(e="generic"){const t="generic"===e?"openapi;version":e;return this.filter((e=>e.includes(t)))}findBy(e="3.1.0",t="generic"){const r="generic"===t?`vnd.oai.openapi;version=${e}`:`vnd.oai.openapi+${t};version=${e}`;return this.find((e=>e.includes(r)))||this.unknownMediaType}latest(e="generic"){return Ys(this.filterByFormat(e))}}const aw=new ow("application/vnd.oai.openapi;version=3.1.0","application/vnd.oai.openapi+json;version=3.1.0","application/vnd.oai.openapi+yaml;version=3.1.0"),cw=Mu({props:{uri:"",value:null,depth:0,refSet:null,errors:[]},init({depth:e=this.depth,refSet:t=this.refSet,uri:r=this.uri,value:n=this.value}={}){this.uri=r,this.value=n,this.depth=e,this.refSet=t,this.errors=[]}});const lw=Ln((function(e,t,r){return ls(e,Ks(t,r))})),uw=Mu({props:{rootRef:null,refs:[],circular:!1},init({refs:e=[]}={}){this.refs=[],e.forEach((e=>this.add(e)))},methods:{get size(){return this.refs.length},add(e){return this.has(e)||(this.refs.push(e),this.rootRef=null===this.rootRef?e:this.rootRef,e.refSet=this),this},merge(e){for(const t of e.values())this.add(t);return this},has(e){const t=Ri(e)?e:e.uri;return Ei(this.find(lw(t,"uri")))},find(e){return this.refs.find(e)},*values(){yield*this.refs},clean(){this.refs.forEach((e=>{e.refSet=null})),this.rootRef=null,this.refs=[]}}}),pw=uw,hw={parse:{mediaType:"text/plain",parsers:[],parserOpts:{}},resolve:{baseURI:"",resolvers:[],resolverOpts:{},strategies:[],strategyOpts:{},internal:!0,external:!0,maxDepth:1/0},dereference:{strategies:[],strategyOpts:{},refSet:null,maxDepth:1/0,circular:"ignore",circularReplacer:nl,immutable:!0},bundle:{strategies:[],refSet:null,maxDepth:1/0}};const fw=qn((function(e,t){return function(r){return function(n){return di((function(e){return t(e,n)}),r(e(n)))}}}));var dw=Ln((function e(t,r,n){if(0===t.length)return r;var s=t[0];if(t.length>1){var i=!$u(n)&&Yn(s,n)&&"object"==typeof n[s]?n[s]:Bn(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,i)}return function(e,t,r){if(Bn(e)&&gs(r)){var n=[].concat(r);return n[e]=t,n}var s={};for(var i in r)s[i]=r[i];return s[e]=t,s}(s,r,n)}));const mw=dw;var yw=function(e){return{value:e,map:function(t){return yw(t(e))}}},gw=Ln((function(e,t,r){return e((function(e){return yw(t(e))}))(r).value}));const vw=gw,bw=fw(Hn(["resolve","baseURI"]),mw(["resolve","baseURI"])),xw=e=>fl(e)?Yi():e,ww=(e,t)=>{const r=gc(e,t);return vw(bw,xw,r)},Ew=Mu({props:{uri:null,mediaType:"text/plain",data:null,parseResult:null},init({uri:e=this.uri,mediaType:t=this.mediaType,data:r=this.data,parseResult:n=this.parseResult}={}){this.uri=e,this.mediaType=t,this.data=r,this.parseResult=n},methods:{get extension(){return Ri(this.uri)?zi(this.uri):""},toString(){if("string"==typeof this.data)return this.data;if(this.data instanceof ArrayBuffer||["ArrayBuffer"].includes(os(this.data))||ArrayBuffer.isView(this.data)){return new TextDecoder("utf-8").decode(this.data)}return String(this.data)}}});const jw=class extends na{plugin;constructor(e,t){super(e,{cause:t.cause}),this.plugin=t.plugin}},Ow=async(e,t,r)=>{const n=await Promise.all(r.map(_c([e],t)));return r.filter(((e,t)=>n[t]))},Sw=async(e,t,r)=>{let n;for(const s of r)try{const r=await s[e].call(s,...t);return{plugin:s,result:r}}catch(e){n=new jw("Error while running plugin",{cause:e,plugin:s})}return Promise.reject(n)};const Pw=class extends na{};const Aw=class extends Pw{},$w=async(e,t)=>{let r=e,n=!1;if(!Va(e)){const t=tc(e);t.classes.push("result"),r=new Ea([t]),n=!0}const s=Ew({uri:t.resolve.baseURI,parseResult:r,mediaType:t.parse.mediaType}),i=await Ow("canDereference",[s,t],t.dereference.strategies);if(Sc(i))throw new Aw(s.uri);try{const{result:e}=await Sw("dereference",[s,t],i);return n?e.get(0):e}catch(e){throw new Pw(`Error while dereferencing file "${s.uri}"`,{cause:e})}};const _w=class extends na{};const kw=class extends _w{},Iw=Mu({props:{name:"",allowEmpty:!0,sourceMap:!1,fileExtensions:[],mediaTypes:[]},init({allowEmpty:e=this.allowEmpty,sourceMap:t=this.sourceMap,fileExtensions:r=this.fileExtensions,mediaTypes:n=this.mediaTypes}={}){this.allowEmpty=e,this.sourceMap=t,this.fileExtensions=r,this.mediaTypes=n},methods:{async canParse(){throw new sw("canParse method in Parser stamp is not yet implemented.")},async parse(){throw new sw("parse method in Parser stamp is not yet implemented.")}}}),Cw=Iw,Tw=Mu(Cw,{props:{name:"binary"},methods:{async canParse(e){return 0===this.fileExtensions.length||this.fileExtensions.includes(e.extension)},async parse(e){try{const t=unescape(encodeURIComponent(e.toString())),r=btoa(t),n=new Ea;if(0!==r.length){const e=new ha.Om(r);e.classes.push("result"),n.push(e)}return n}catch(t){throw new kw(`Error parsing "${e.uri}"`,{cause:t})}}}}),Mw=Mu({props:{name:null},methods:{canResolve:()=>!1,async resolve(){throw new sw("resolve method in ResolveStrategy stamp is not yet implemented.")}}}),Rw=Mu(Mw,{init(){this.name="openapi-3-1"},methods:{canResolve(e,t){const r=t.dereference.strategies.find((e=>"openapi-3-1"===e.name));return void 0!==r&&r.canDereference(e,t)},async resolve(e,t){const r=t.dereference.strategies.find((e=>"openapi-3-1"===e.name));if(void 0===r)throw new Aw('"openapi-3-1" dereference strategy is not available.');const n=pw(),s=ww(t,{resolve:{internal:!1},dereference:{refSet:n}});return await r.dereference(e,s),n}}});function Fw(e,t,r){if(r||(r=new Dw),function(e){var t=typeof e;return null==e||"object"!=t&&"function"!=t}(e))return e;var n=function(n){var s=r.get(e);if(s)return s;for(var i in r.set(e,n),e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=t?Fw(e[i],!0,r):e[i]);return n};switch(os(e)){case"Object":return n(Object.create(Object.getPrototypeOf(e)));case"Array":return n([]);case"Date":return new Date(e.valueOf());case"RegExp":return Gn(e);case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":return e.slice();default:return e}}var Dw=function(){function e(){this.map={},this.length=0}return e.prototype.set=function(e,t){const r=this.hash(e);let n=this.map[r];n||(this.map[r]=n=[]),n.push([e,t]),this.length+=1},e.prototype.hash=function(e){let t=[];for(var r in e)t.push(Object.prototype.toString.call(e[r]));return t.join()},e.prototype.get=function(e){if(this.length<=180){for(const t in this.map){const r=this.map[t];for(let t=0;t<r.length;t+=1){const n=r[t];if(n[0]===e)return n[1]}}return}const t=this.hash(e),r=this.map[t];if(r)for(let t=0;t<r.length;t+=1){const n=r[t];if(n[0]===e)return n[1]}},e}(),Nw=function(){function e(e,t,r,n){this.valueFn=e,this.valueAcc=t,this.keyFn=r,this.xf=n,this.inputs={}}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(Yn(t,this.inputs)&&(e=this.xf["@@transducer/step"](e,this.inputs[t]))["@@transducer/reduced"]){e=e["@@transducer/value"];break}return this.inputs=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){var r=this.keyFn(t);return this.inputs[r]=this.inputs[r]||[r,Fw(this.valueAcc,!1)],this.inputs[r][1]=this.valueFn(this.inputs[r][1],t),e},e}();function qw(e,t,r){return function(n){return new Nw(e,t,r,n)}}const Lw=qn(Vs("groupBy",Xs(4,[],vs([],qw,(function(e,t,r,n){var s=Bs((function(n,s){var i=r(s),o=e(Yn(i,n)?n[i]:Fw(t,!1),s);return o&&o["@@transducer/reduced"]?fa(n):(n[i]=o,n)}));return qs(s,{},n)})))((function(e,t){return e.push(t),e}),[]))),Bw=e=>e.replace(/\s/g,""),Uw=e=>e.replace(/\W/gi,"_"),Vw=(e,t,r)=>{const n=Bw(e);return n.length>0?Uw(n):((e,t)=>`${Uw(Bw(t.toLowerCase()))}${Uw(Bw(e))}`)(t,r)},zw=({operationIdNormalizer:e=Vw}={})=>({predicates:t,namespace:r})=>{const n=[],s=[],i=[];return{visitor:{OpenApi3_1Element:{leave(){const e=Lw((e=>dc(e.operationId)),s);Object.entries(e).forEach((([e,t])=>{Array.isArray(t)&&(t.length<=1||t.forEach(((t,n)=>{const s=`${e}${n+1}`;t.operationId=new r.elements.String(s)})))})),i.forEach((e=>{if(void 0===e.operationId)return;const t=String(dc(e.operationId)),r=s.find((e=>dc(e.meta.get("originalOperationId"))===t));void 0!==r&&(e.operationId=Qa.safe(r.operationId),e.meta.set("originalOperationId",t),e.set("__originalOperationId",t))})),s.length=0,i.length=0}},PathItemElement:{enter(e){const t=Gs("path",dc(e.meta.get("path")));n.push(t)},leave(){n.pop()}},OperationElement:{enter(t){if(void 0===t.operationId)return;const i=String(dc(t.operationId)),o=Ys(n),a=Gs("method",dc(t.meta.get("http-method"))),c=e(i,o,a);i!==c&&(t.operationId=new r.elements.String(c),t.set("__originalOperationId",i),t.meta.set("originalOperationId",i),s.push(t))}},LinkElement:{leave(e){t.isLinkElement(e)&&void 0!==e.operationId&&i.push(e)}}}}};const Hw=Ln((function(e,t,r){return Gs(e,Hn(t,r))}));var Jw=function(){function e(e,t){this.xf=t,this.pred=e,this.items=[]}return e.prototype["@@transducer/init"]=xs,e.prototype["@@transducer/result"]=ws,e.prototype["@@transducer/step"]=function(e,t){return Wn(this.pred,t,this.items)?e:(this.items.push(t),this.xf["@@transducer/step"](e,t))},e}();function Gw(e){return function(t){return new Jw(e,t)}}const Kw=qn(vs([],Gw,(function(e,t){for(var r,n=0,s=t.length,i=[];n<s;)Wn(e,r=t[n],i)||(i[i.length]=r),n+=1;return i}))),Ww=()=>({predicates:e})=>{const t=(t,r)=>!!e.isParameterElement(t)&&(!!e.isParameterElement(r)&&(!!e.isStringElement(t.name)&&(!!e.isStringElement(t.in)&&(!!e.isStringElement(r.name)&&(!!e.isStringElement(r.in)&&(dc(t.name)===dc(r.name)&&dc(t.in)===dc(r.in))))))),r=[];return{visitor:{PathItemElement:{enter(t,n,s,i,o){if(o.some(e.isComponentsElement))return;const{parameters:a}=t;e.isArrayElement(a)?r.push([...a.content]):r.push([])},leave(){r.pop()}},OperationElement:{leave(e){const n=Ys(r);if(!Array.isArray(n)||0===n.length)return;const s=Hw([],["parameters","content"],e),i=Kw(t,[...s,...n]);e.parameters=new og(i)}}}}},Yw=()=>({predicates:e})=>{let t;return{visitor:{OpenApi3_1Element:{enter(r){e.isArrayElement(r.security)&&(t=r.security)},leave(){t=void 0}},OperationElement:{leave(r,n,s,i,o){if(o.some(e.isComponentsElement))return;var a;void 0===r.security&&void 0!==t&&(r.security=new yg(null===(a=t)||void 0===a?void 0:a.content))}}}}},Xw=()=>({predicates:e,namespace:t})=>({visitor:{OpenApi3_1Element(r){const n=void 0===r.servers,s=e.isArrayElement(r.servers),i=s&&0===r.servers.length,o=t.elements.Server.refract({url:"/"});n||!s?r.servers=new Sf([o]):s&&i&&r.servers.push(o)},PathItemElement(t,r,n,s,i){if(i.some(e.isComponentsElement))return;if(!i.some(e.isOpenApi3_1Element))return;const o=i.find(e.isOpenApi3_1Element),a=void 0===t.servers,c=e.isArrayElement(t.servers),l=c&&0===t.servers.length;if(e.isOpenApi3_1Element(o)){var u;const e=null===(u=o.servers)||void 0===u?void 0:u.content,r=null!=e?e:[];a||!c?t.servers=new Pg(r):c&&l&&r.forEach((e=>{t.servers.push(e)}))}},OperationElement(t,r,n,s,i){if(i.some(e.isComponentsElement))return;if(!i.some(e.isOpenApi3_1Element))return;const o=[...i].reverse().find(e.isPathItemElement),a=void 0===t.servers,c=e.isArrayElement(t.servers),l=c&&0===t.servers.length;if(e.isPathItemElement(o)){var u;const e=null===(u=o.servers)||void 0===u?void 0:u.content,r=null!=e?e:[];a||!c?t.servers=new xg(r):c&&l&&r.forEach((e=>{t.servers.push(e)}))}}}}),Qw=()=>({predicates:e})=>({visitor:{ParameterElement:{leave(t,r,n,s,i){var o,a;if(!i.some(e.isComponentsElement)&&void 0!==t.schema&&e.isSchemaElement(t.schema)&&(void 0!==(null===(o=t.schema)||void 0===o?void 0:o.example)||void 0!==(null===(a=t.schema)||void 0===a?void 0:a.examples))){if(void 0!==t.examples&&e.isObjectElement(t.examples)){const e=t.examples.map((e=>Qa.safe(e.value)));return void 0!==t.schema.examples&&t.schema.set("examples",e),void(void 0!==t.schema.example&&t.schema.set("example",e))}void 0!==t.example&&(void 0!==t.schema.examples&&t.schema.set("examples",[Qa(t.example)]),void 0!==t.schema.example&&t.schema.set("example",Qa(t.example)))}}}}}),Zw=()=>({predicates:e})=>({visitor:{HeaderElement:{leave(t,r,n,s,i){var o,a;if(!i.some(e.isComponentsElement)&&void 0!==t.schema&&e.isSchemaElement(t.schema)&&(void 0!==(null===(o=t.schema)||void 0===o?void 0:o.example)||void 0!==(null===(a=t.schema)||void 0===a?void 0:a.examples))){if(void 0!==t.examples&&e.isObjectElement(t.examples)){const e=t.examples.map((e=>Qa.safe(e.value)));return void 0!==t.schema.examples&&t.schema.set("examples",e),void(void 0!==t.schema.example&&t.schema.set("example",e))}void 0!==t.example&&(void 0!==t.schema.examples&&t.schema.set("examples",[Qa(t.example)]),void 0!==t.schema.example&&t.schema.set("example",Qa(t.example)))}}}}}),eE=e=>t=>{if(t?.$$normalized)return t;if(eE.cache.has(t))return eE.cache.get(t);const r=gv.refract(t),n=e(r),s=dc(n);return eE.cache.set(t,s),s};eE.cache=new WeakMap;const tE=e=>{if(!Fa(e))return e;if(e.hasKey("$$normalized"))return e;const t=[zw({operationIdNormalizer:(e,t,r)=>qo({operationId:e},t,r,{v2OperationIdCompatibilityMode:!1})}),Ww(),Yw(),Xw(),Qw(),Zw()],r=Hc(e,t,{toolboxCreator:tw,visitorOptions:{keyMap:Zx,nodeTypeGetter:Qx}});return r.set("$$normalized",!0),r},rE=Mu({props:{name:null},methods:{canRead:()=>!1,async read(){throw new sw("read method in Resolver stamp is not yet implemented.")}}}),nE=Mu(rE,{props:{timeout:5e3,redirects:5,withCredentials:!1},init({timeout:e=this.timeout,redirects:t=this.redirects,withCredentials:r=this.withCredentials}={}){this.timeout=e,this.redirects=t,this.withCredentials=r},methods:{canRead:e=>Ji(e.uri),async read(){throw new sw("read method in HttpResolver stamp is not yet implemented.")},getHttpClient(){throw new sw("getHttpClient method in HttpResolver stamp is not yet implemented.")}}});const sE=class extends na{};const iE=class extends sE{},{AbortController:oE,AbortSignal:aE}=globalThis;void 0===globalThis.AbortController&&(globalThis.AbortController=oE),void 0===globalThis.AbortSignal&&(globalThis.AbortSignal=aE);const cE=nE.compose({props:{name:"http-swagger-client",swaggerHTTPClient:Or,swaggerHTTPClientConfig:{}},init({swaggerHTTPClient:e=this.swaggerHTTPClient}={}){this.swaggerHTTPClient=e},methods:{getHttpClient(){return this.swaggerHTTPClient},async read(e){const t=this.getHttpClient(),r=new AbortController,{signal:n}=r,s=setTimeout((()=>{r.abort()}),this.timeout),i=this.getHttpClient().withCredentials||this.withCredentials?"include":"same-origin",o=0===this.redirects?"error":"follow",a=this.redirects>0?this.redirects:void 0;try{return(await t({url:e.uri,signal:n,userFetch:async(e,t)=>{let r=await fetch(e,t);try{r.headers.delete("Content-Type")}catch{r=new Response(r.body,{...r,headers:new Headers(r.headers)}),r.headers.delete("Content-Type")}return r},credentials:i,redirect:o,follow:a,...this.swaggerHTTPClientConfig})).text.arrayBuffer()}catch(t){throw new iE(`Error downloading "${e.uri}"`,{cause:t})}finally{clearTimeout(s)}}}}),lE=(e,t=Uc)=>{if(Ri(e))try{return t.fromRefract(JSON.parse(e))}catch{}return Nc(e)&&Iu("element",e)?t.fromRefract(e):t.toElement(e)},uE=Cw.compose({props:{name:"json-swagger-client",fileExtensions:[".json"],mediaTypes:["application/json"]},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{return JSON.parse(e.toString()),!0}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new kw("json-swagger-client parser plugin doesn't support sourceMaps option");const t=new Ea,r=e.toString();if(this.allowEmpty&&""===r.trim())return t;try{const e=lE(JSON.parse(r));return e.classes.push("result"),t.push(e),t}catch(t){throw new kw(`Error parsing "${e.uri}"`,{cause:t})}}}}),pE=Cw.compose({props:{name:"yaml-1-2-swagger-client",fileExtensions:[".yaml",".yml"],mediaTypes:["text/yaml","application/yaml"]},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{return ur.load(e.toString(),{schema:Zt}),!0}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new kw("yaml-1-2-swagger-client parser plugin doesn't support sourceMaps option");const t=new Ea,r=e.toString();try{const e=ur.load(r,{schema:Zt});if(this.allowEmpty&&void 0===e)return t;const n=lE(e);return n.classes.push("result"),t.push(n),t}catch(t){throw new kw(`Error parsing "${e.uri}"`,{cause:t})}}}}),hE=Cw.compose({props:{name:"openapi-json-3-1-swagger-client",fileExtensions:[".json"],mediaTypes:new ow(...aw.filterByFormat("generic"),...aw.filterByFormat("json")),detectionRegExp:/"openapi"\s*:\s*"(?<version_json>3\.1\.(?:[1-9]\d*|0))"/},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{const t=e.toString();return JSON.parse(t),this.detectionRegExp.test(t)}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new kw("openapi-json-3-1-swagger-client parser plugin doesn't support sourceMaps option");const t=new Ea,r=e.toString();if(this.allowEmpty&&""===r.trim())return t;try{const e=JSON.parse(r),n=gv.refract(e,this.refractorOpts);return n.classes.push("result"),t.push(n),t}catch(t){throw new kw(`Error parsing "${e.uri}"`,{cause:t})}}}}),fE=Cw.compose({props:{name:"openapi-yaml-3-1-swagger-client",fileExtensions:[".yaml",".yml"],mediaTypes:new ow(...aw.filterByFormat("generic"),...aw.filterByFormat("yaml")),detectionRegExp:/(?<YAML>^(["']?)openapi\2\s*:\s*(["']?)(?<version_yaml>3\.1\.(?:[1-9]\d*|0))\3(?:\s+|$))|(?<JSON>"openapi"\s*:\s*"(?<version_json>3\.1\.(?:[1-9]\d*|0))")/m},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{const t=e.toString();return ur.load(t),this.detectionRegExp.test(t)}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new kw("openapi-yaml-3-1-swagger-client parser plugin doesn't support sourceMaps option");const t=new Ea,r=e.toString();try{const e=ur.load(r,{schema:Zt});if(this.allowEmpty&&void 0===e)return t;const n=gv.refract(e,this.refractorOpts);return n.classes.push("result"),t.push(n),t}catch(t){throw new kw(`Error parsing "${e.uri}"`,{cause:t})}}}}),dE=Mu({props:{name:null},methods:{canDereference:()=>!1,async dereference(){throw new sw("dereference method in DereferenceStrategy stamp is not yet implemented.")}}});const mE=qn((function(e,t){return ya(ms(e),t)}));var yE=r(3306);const gE=class extends sa{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}},vE=Mu({props:{uuid:null,length:null,identityMap:null},init({length:e=6}={}){this.length=6,this.uuid=new yE({length:e}),this.identityMap=new WeakMap},methods:{identify(e){if(!Ia(e))throw new gE("Cannot not identify the element. `element` is neither structurally compatible nor a subclass of an Element class.",{value:e});if(e.meta.hasKey("id")&&Ca(e.meta.get("id"))&&!e.meta.get("id").equals(""))return e.id;if(this.identityMap.has(e))return this.identityMap.get(e);const t=new ha.Om(this.generateId());return this.identityMap.set(e,t),t},forget(e){return!!this.identityMap.has(e)&&(this.identityMap.delete(e),!0)},generateId(){return this.uuid.randomUUID()}}}),bE=(vE({length:6}),(e,t)=>{const r=new oc({predicate:e,returnOnTrue:oa});return ac(t,r),Hw(void 0,[0],r.result)});const xE=class extends na{};const wE=class extends xE{};const EE=class extends xE{constructor(e){super(`Invalid JSON Schema $anchor "${e}".`)}},jE=e=>/^[A-Za-z_][A-Za-z_0-9.-]*$/.test(e),OE=e=>{const t=Ki(e);return gl("#",t)},SE=(e,t)=>{const r=(e=>{if(!jE(e))throw new EE(e);return e})(e),n=bE((e=>Tb(e)&&dc(e.$anchor)===r),t);if(wi(n))throw new wE(`Evaluation failed on token: "${r}"`);return n},PE=(e,t)=>{const r=new oc({predicate:e});return ac(t,r),new ha.G6(r.result)};const AE=class extends na{};const $E=class extends AE{},_E=(e,t)=>{if(void 0===t.$ref)return;const r=Ki(dc(t.$ref)),n=dc(t.meta.get("inherited$id"));return`${Us(((e,t)=>Xi(e,Qi(Wi(t)))),e,[...n,dc(t.$ref)])}${"#"===r?"":r}`},kE=e=>{if(kE.cache.has(e))return kE.cache.get(e);const t=$v.refract(e);return kE.cache.set(e,t),t};kE.cache=new WeakMap;const IE=e=>Ha(e)?kE(e):e,CE=(e,t)=>{const{cache:r}=CE,n=Wi(e),s=e=>Tb(e)&&void 0!==e.$id;if(!r.has(t)){const e=PE(s,t);r.set(t,Array.from(e))}const i=r.get(t).find((e=>((e,t)=>{if(void 0===t.$id)return;const r=dc(t.meta.get("inherited$id"));return Us(((e,t)=>Xi(e,Qi(Wi(t)))),e,[...r,dc(t.$id)])})(n,e)===n));if(wi(i))throw new $E(`Evaluation failed on URI: "${e}"`);let o,a;return jE(OE(e))?(o=SE,a=OE(e)):(o=jl,a=xl(e)),o(a,i)};CE.cache=new WeakMap;const TE=class extends Pw{};const ME=class extends sE{};const RE=class extends iE{},FE=async(e,t)=>{const r=Ew({uri:Qi(Wi(e)),mediaType:t.parse.mediaType}),n=await(async(e,t)=>{const r=t.resolve.resolvers.map((e=>{const r=Object.create(e);return Object.assign(r,t.resolve.resolverOpts)})),n=await Ow("canRead",[e,t],r);if(Sc(n))throw new RE(e.uri);try{const{result:t}=await Sw("read",[e],n);return t}catch(t){throw new sE(`Error while reading file "${e.uri}"`,{cause:t})}})(r,t);return(async(e,t)=>{const r=t.parse.parsers.map((e=>{const r=Object.create(e);return Object.assign(r,t.parse.parserOpts)})),n=await Ow("canParse",[e,t],r);if(Sc(n))throw new RE(e.uri);try{const{plugin:r,result:s}=await Sw("parse",[e,t],n);return!r.allowEmpty&&s.isEmpty?Promise.reject(new _w(`Error while parsing file "${e.uri}". File is empty.`)):s}catch(t){throw new _w(`Error while parsing file "${e.uri}"`,{cause:t})}})(Ew({...r,data:n}),t)};class DE extends Array{includesCycle(e){return this.filter((t=>t.has(e))).length>1}includes(e,t){return e instanceof Set?super.includes(e,t):this.some((t=>t.has(e)))}findItem(e){for(const t of this)for(const r of t)if(Ia(r)&&e(r))return r}}const NE=ac[Symbol.for("nodejs.util.promisify.custom")],qE=vE(),LE=Mu({props:{indirections:null,namespace:null,reference:null,options:null,ancestors:null,refractCache:null},init({indirections:e=[],reference:t,namespace:r,options:n,ancestors:s=new DE,refractCache:i=new Map}){this.indirections=e,this.namespace=r,this.reference=t,this.options=n,this.ancestors=new DE(...s),this.refractCache=i},methods:{toBaseURI(e){return Xi(this.reference.uri,Qi(Wi(e)))},async toReference(e){if(this.reference.depth>=this.options.resolve.maxDepth)throw new ME(`Maximum resolution depth of ${this.options.resolve.maxDepth} has been exceeded by file "${this.reference.uri}"`);const t=this.toBaseURI(e),{refSet:r}=this.reference;if(r.has(t))return r.find(lw(t,"uri"));const n=await FE(Zi(t),{...this.options,parse:{...this.options.parse,mediaType:"text/plain"}}),s=cw({uri:t,value:Qa(n),depth:this.reference.depth+1});if(r.add(s),this.options.dereference.immutable){const e=cw({uri:`immutable://${t}`,value:n,depth:this.reference.depth+1});r.add(e)}return s},toAncestorLineage(e){const t=new Set(e.filter(Ia));return[new DE(...this.ancestors,t),t]},async ReferenceElement(e,t,r,n,s){if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]),a=this.toBaseURI(dc(e.$ref)),c=Wi(this.reference.uri)===a,l=!c;if(!this.options.resolve.internal&&c)return!1;if(!this.options.resolve.external&&l)return!1;const u=await this.toReference(dc(e.$ref)),p=Xi(a,dc(e.$ref));this.indirections.push(e);const h=xl(p);let f=jl(h,u.value.result);if(f.id=qE.identify(f),Ha(f)){const t=dc(e.meta.get("referenced-element")),r=`${t}-${dc(qE.identify(f))}`;if(this.refractCache.has(r))f=this.refractCache.get(r);else if(Gh(f))f=jv.refract(f),f.setMetaProperty("referenced-element",t),this.refractCache.set(r,f);else{f=this.namespace.getElementClass(t).refract(f),this.refractCache.set(r,f)}}if(e===f)throw new na("Recursive Reference Object detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(f)){if(u.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){var d,m;const n=new ha.sI(f.id,{type:"reference",uri:u.uri,$ref:dc(e.$ref)}),s=(null!==(d=null===(m=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===m?void 0:m.circularReplacer)&&void 0!==d?d:this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Wi(u.refSet.rootRef.uri)!==u.uri,g=["error","replace"].includes(this.options.dereference.circular);if((l||y||$b(f)||g)&&!i.includesCycle(f)){o.add(e);const t=LE({reference:u,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});f=await NE(f,t,{keyMap:Zx,nodeTypeGetter:Qx}),o.delete(e)}this.indirections.pop();const v=tc(f);return v.setMetaProperty("id",qE.generateId()),v.setMetaProperty("ref-fields",{$ref:dc(e.$ref),description:dc(e.description),summary:dc(e.summary)}),v.setMetaProperty("ref-origin",u.uri),v.setMetaProperty("ref-referencing-element-id",Qa(qE.identify(e))),Fa(f)&&Fa(v)&&(e.hasKey("description")&&"description"in f&&(v.remove("description"),v.set("description",e.get("description"))),e.hasKey("summary")&&"summary"in f&&(v.remove("summary"),v.set("summary",e.get("summary")))),Na(r)?r.value=v:Array.isArray(r)&&(r[t]=v),!r&&v},async PathItemElement(e,t,r,n,s){if(!Ca(e.$ref))return;if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]),a=this.toBaseURI(dc(e.$ref)),c=Wi(this.reference.uri)===a,l=!c;if(!this.options.resolve.internal&&c)return;if(!this.options.resolve.external&&l)return;const u=await this.toReference(dc(e.$ref)),p=Xi(a,dc(e.$ref));this.indirections.push(e);const h=xl(p);let f=jl(h,u.value.result);if(f.id=qE.identify(f),Ha(f)){const e=`path-item-${dc(qE.identify(f))}`;this.refractCache.has(e)?f=this.refractCache.get(e):(f=xv.refract(f),this.refractCache.set(e,f))}if(e===f)throw new na("Recursive Path Item Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(f)){if(u.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){var d,m;const n=new ha.sI(f.id,{type:"path-item",uri:u.uri,$ref:dc(e.$ref)}),s=(null!==(d=null===(m=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===m?void 0:m.circularReplacer)&&void 0!==d?d:this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Wi(u.refSet.rootRef.uri)!==u.uri,g=["error","replace"].includes(this.options.dereference.circular);if((l||y||Sb(f)&&Ca(f.$ref)||g)&&!i.includesCycle(f)){o.add(e);const t=LE({reference:u,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});f=await NE(f,t,{keyMap:Zx,nodeTypeGetter:Qx}),o.delete(e)}if(this.indirections.pop(),Sb(f)){const t=new xv([...f.content],Qa(f.meta),Qa(f.attributes));t.setMetaProperty("id",qE.generateId()),e.forEach(((e,r,n)=>{t.remove(dc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),t.setMetaProperty("ref-origin",u.uri),t.setMetaProperty("ref-referencing-element-id",Qa(qE.identify(e))),f=t}return Na(r)?r.value=f:Array.isArray(r)&&(r[t]=f),r?void 0:f},async LinkElement(e,t,r){if(!Ca(e.operationRef)&&!Ca(e.operationId))return;if(Ca(e.operationRef)&&Ca(e.operationId))throw new na("LinkElement operationRef and operationId fields are mutually exclusive.");let n;if(Ca(e.operationRef)){var s;const i=xl(dc(e.operationRef)),o=this.toBaseURI(dc(e.operationRef)),a=Wi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return;if(!this.options.resolve.external&&c)return;const l=await this.toReference(dc(e.operationRef));if(n=jl(i,l.value.result),Ha(n)){const e=`operation-${dc(qE.identify(n))}`;this.refractCache.has(e)?n=this.refractCache.get(e):(n=vv.refract(n),this.refractCache.set(e,n))}n=tc(n),n.setMetaProperty("ref-origin",l.uri);const u=tc(e);return null===(s=u.operationRef)||void 0===s||s.meta.set("operation",n),Na(r)?r.value=u:Array.isArray(r)&&(r[t]=u),r?void 0:u}if(Ca(e.operationId)){var i;const s=dc(e.operationId),o=await this.toReference(Zi(this.reference.uri));if(n=bE((e=>jb(e)&&Ia(e.operationId)&&e.operationId.equals(s)),o.value.result),wi(n))throw new na(`OperationElement(operationId=${s}) not found.`);const a=tc(e);return null===(i=a.operationId)||void 0===i||i.meta.set("operation",n),Na(r)?r.value=a:Array.isArray(r)&&(r[t]=a),r?void 0:a}},async ExampleElement(e,t,r){if(!Ca(e.externalValue))return;if(e.hasKey("value")&&Ca(e.externalValue))throw new na("ExampleElement value and externalValue fields are mutually exclusive.");const n=this.toBaseURI(dc(e.externalValue)),s=Wi(this.reference.uri)===n,i=!s;if(!this.options.resolve.internal&&s)return;if(!this.options.resolve.external&&i)return;const o=await this.toReference(dc(e.externalValue)),a=tc(o.value.result);a.setMetaProperty("ref-origin",o.uri);const c=tc(e);return c.value=a,Na(r)?r.value=c:Array.isArray(r)&&(r[t]=c),r?void 0:c},async SchemaElement(e,t,r,n,s){if(!Ca(e.$ref))return;if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]);let a=await this.toReference(Zi(this.reference.uri)),{uri:c}=a;const l=_E(c,e),u=Wi(l),p=Ew({uri:u}),h=mE((e=>e.canRead(p)),this.options.resolve.resolvers),f=!h;let d,m=Wi(this.reference.uri)===l,y=!m;this.indirections.push(e);try{if(h||f){c=this.toBaseURI(l);const e=l,t=IE(a.value.result);if(d=CE(e,t),d=IE(d),d.id=qE.identify(d),!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return}else{if(c=this.toBaseURI(l),m=Wi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(Zi(l));const e=xl(l),t=IE(a.value.result);d=jl(e,t),d=IE(d),d.id=qE.identify(d)}}catch(e){if(!(f&&e instanceof $E))throw e;if(jE(OE(l))){if(m=Wi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(Zi(l));const e=OE(l),t=IE(a.value.result);d=SE(e,t),d=IE(d),d.id=qE.identify(d)}else{if(c=this.toBaseURI(l),m=Wi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(Zi(l));const e=xl(l),t=IE(a.value.result);d=jl(e,t),d=IE(d),d.id=qE.identify(d)}}if(e===d)throw new na("Recursive Schema Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(d)){if(a.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){var g,v;const n=new ha.sI(d.id,{type:"json-schema",uri:a.uri,$ref:dc(e.$ref)}),s=(null!==(g=null===(v=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===v?void 0:v.circularReplacer)&&void 0!==g?g:this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const b=Wi(a.refSet.rootRef.uri)!==a.uri,x=["error","replace"].includes(this.options.dereference.circular);if((y||b||Tb(d)&&Ca(d.$ref)||x)&&!i.includesCycle(d)){o.add(e);const t=LE({reference:a,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});d=await NE(d,t,{keyMap:Zx,nodeTypeGetter:Qx}),o.delete(e)}if(this.indirections.pop(),Mb(d)){const n=Qa(d);return n.setMetaProperty("id",qE.generateId()),n.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),n.setMetaProperty("ref-origin",a.uri),n.setMetaProperty("ref-referencing-element-id",Qa(qE.identify(e))),Na(r)?r.value=n:Array.isArray(r)&&(r[t]=n),!r&&n}if(Tb(d)){const t=new $v([...d.content],Qa(d.meta),Qa(d.attributes));t.setMetaProperty("id",qE.generateId()),e.forEach(((e,r,n)=>{t.remove(dc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),t.setMetaProperty("ref-origin",a.uri),t.setMetaProperty("ref-referencing-element-id",Qa(qE.identify(e))),d=t}return Na(r)?r.value=d:Array.isArray(r)&&(r[t]=d),r?void 0:d}}}),BE=LE,UE=ac[Symbol.for("nodejs.util.promisify.custom")],VE=Mu(dE,{init(){this.name="openapi-3-1"},methods:{canDereference(e){var t;return"text/plain"!==e.mediaType?aw.includes(e.mediaType):Eb(null===(t=e.parseResult)||void 0===t?void 0:t.result)},async dereference(e,t){var r;const n=Bc(ew),s=null!==(r=t.dereference.refSet)&&void 0!==r?r:pw(),i=pw();let o,a=s;s.has(e.uri)?o=s.find(lw(e.uri,"uri")):(o=cw({uri:e.uri,value:e.parseResult}),s.add(o)),t.dereference.immutable&&(s.refs.map((e=>cw({...e,value:Qa(e.value)}))).forEach((e=>i.add(e))),o=i.find((t=>t.uri===e.uri)),a=i);const c=BE({reference:o,namespace:n,options:t}),l=await UE(a.rootRef.value,c,{keyMap:Zx,nodeTypeGetter:Qx});return t.dereference.immutable&&(i.refs.filter((e=>e.uri.startsWith("immutable://"))).map((e=>cw({...e,uri:e.uri.replace(/^immutable:\/\//,"")}))).forEach((e=>s.add(e))),o=s.find((t=>t.uri===e.uri)),a=s),null===t.dereference.refSet&&s.clean(),i.clean(),l}}}),zE=VE,HE=e=>{const t=(e=>e.slice(2))(e);return t.reduce(((e,r,n)=>{if(Na(r)){const t=String(dc(r.key));e.push(t)}else if(Da(t[n-2])){const s=t[n-2].content.indexOf(r);e.push(s)}return e}),[])},JE=e=>{if(null==e.cause)return e;let{cause:t}=e;for(;null!=t.cause;)t=t.cause;return t},GE=eo("SchemaRefError",(function(e,t,r){this.originalError=r,Object.assign(this,t||{})})),{wrapError:KE}=go,WE=ac[Symbol.for("nodejs.util.promisify.custom")],YE=vE(),XE=BE.compose({props:{useCircularStructures:!0,allowMetaPatches:!1,basePath:null},init({allowMetaPatches:e=this.allowMetaPatches,useCircularStructures:t=this.useCircularStructures,basePath:r=this.basePath}){this.allowMetaPatches=e,this.useCircularStructures=t,this.basePath=r},methods:{async ReferenceElement(e,t,r,n,s){try{if(this.indirections.includes(e))return!1;const[n,i]=this.toAncestorLineage([...s,r]),o=this.toBaseURI(dc(e.$ref)),a=Wi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return!1;if(!this.options.resolve.external&&c)return!1;const l=await this.toReference(dc(e.$ref)),u=Xi(o,dc(e.$ref));this.indirections.push(e);const p=xl(u);let h=jl(p,l.value.result);if(h.id=YE.identify(h),Ha(h)){const t=dc(e.meta.get("referenced-element")),r=`${t}-${dc(YE.identify(h))}`;if(this.refractCache.has(r))h=this.refractCache.get(r);else if(Gh(h))h=jv.refract(h),h.setMetaProperty("referenced-element",t),this.refractCache.set(r,h);else{h=this.namespace.getElementClass(t).refract(h),this.refractCache.set(r,h)}}if(e===h)throw new na("Recursive Reference Object detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(h)){if(l.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ha.sI(h.id,{type:"reference",uri:l.uri,$ref:dc(e.$ref),baseURI:u,referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const f=Wi(l.refSet.rootRef.uri)!==l.uri,d=["error","replace"].includes(this.options.dereference.circular);if((c||f||$b(h)||d)&&!n.includesCycle(h)){i.add(e);const t=XE({reference:l,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:n,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,basePath:this.basePath??[...HE([...s,r,e]),"$ref"]});h=await WE(h,t,{keyMap:Zx,nodeTypeGetter:Qx}),i.delete(e)}this.indirections.pop();const m=tc(h);if(m.setMetaProperty("ref-fields",{$ref:dc(e.$ref),description:dc(e.description),summary:dc(e.summary)}),m.setMetaProperty("ref-origin",l.uri),m.setMetaProperty("ref-referencing-element-id",Qa(YE.identify(e))),Fa(h)&&(e.hasKey("description")&&"description"in h&&(m.remove("description"),m.set("description",e.get("description"))),e.hasKey("summary")&&"summary"in h&&(m.remove("summary"),m.set("summary",e.get("summary")))),this.allowMetaPatches&&Fa(m)&&!m.hasKey("$$ref")){const e=Xi(o,u);m.set("$$ref",e)}return Na(r)?r.value=m:Array.isArray(r)&&(r[t]=m),!r&&m}catch(t){const n=JE(t),i=KE(n,{baseDoc:this.reference.uri,$ref:dc(e.$ref),pointer:xl(dc(e.$ref)),fullPath:this.basePath??[...HE([...s,r,e]),"$ref"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async PathItemElement(e,t,r,n,s){try{if(!Ca(e.$ref))return;if(this.indirections.includes(e))return!1;if(Ka(["cycle"],e.$ref))return!1;const[n,i]=this.toAncestorLineage([...s,r]),o=this.toBaseURI(dc(e.$ref)),a=Wi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return;if(!this.options.resolve.external&&c)return;const l=await this.toReference(dc(e.$ref)),u=Xi(o,dc(e.$ref));this.indirections.push(e);const p=xl(u);let h=jl(p,l.value.result);if(h.id=YE.identify(h),Ha(h)){const e=`path-item-${dc(YE.identify(h))}`;this.refractCache.has(e)?h=this.refractCache.get(e):(h=xv.refract(h),this.refractCache.set(e,h))}if(e===h)throw new na("Recursive Path Item Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(h)){if(l.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ha.sI(h.id,{type:"path-item",uri:l.uri,$ref:dc(e.$ref),baseURI:u,referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const f=Wi(l.refSet.rootRef.uri)!==l.uri,d=["error","replace"].includes(this.options.dereference.circular);if((c||f||Sb(h)&&Ca(h.$ref)||d)&&!n.includesCycle(h)){i.add(e);const t=XE({reference:l,namespace:this.namespace,indirections:[...this.indirections],options:this.options,ancestors:n,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,basePath:this.basePath??[...HE([...s,r,e]),"$ref"]});h=await WE(h,t,{keyMap:Zx,nodeTypeGetter:Qx}),i.delete(e)}if(this.indirections.pop(),Sb(h)){const t=new xv([...h.content],Qa(h.meta),Qa(h.attributes));if(e.forEach(((e,r,n)=>{t.remove(dc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),t.setMetaProperty("ref-origin",l.uri),t.setMetaProperty("ref-referencing-element-id",Qa(YE.identify(e))),this.allowMetaPatches&&void 0===t.get("$$ref")){const e=Xi(o,u);t.set("$$ref",e)}h=t}return Na(r)?r.value=h:Array.isArray(r)&&(r[t]=h),r?void 0:h}catch(t){const n=JE(t),i=KE(n,{baseDoc:this.reference.uri,$ref:dc(e.$ref),pointer:xl(dc(e.$ref)),fullPath:this.basePath??[...HE([...s,r,e]),"$ref"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async SchemaElement(e,t,r,n,s){try{if(!Ca(e.$ref))return;if(this.indirections.includes(e))return!1;const[n,i]=this.toAncestorLineage([...s,r]);let o=await this.toReference(Zi(this.reference.uri)),{uri:a}=o;const c=_E(a,e),l=Wi(c),u=Ew({uri:l}),p=!this.options.resolve.resolvers.some((e=>e.canRead(u))),h=!p;let f,d=Wi(this.reference.uri)===c,m=!d;this.indirections.push(e);try{if(p||h){a=this.toBaseURI(c);const e=c,t=IE(o.value.result);if(f=CE(e,t),f=IE(f),f.id=YE.identify(f),!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return}else{if(a=this.toBaseURI(c),d=Wi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(Zi(c));const e=xl(c),t=IE(o.value.result);f=jl(e,t),f=IE(f),f.id=YE.identify(f)}}catch(e){if(!(h&&e instanceof $E))throw e;if(jE(OE(c))){if(d=Wi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(Zi(c));const e=OE(c),t=IE(o.value.result);f=SE(e,t),f=IE(f),f.id=YE.identify(f)}else{if(a=this.toBaseURI(dc(c)),d=Wi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(Zi(c));const e=xl(c),t=IE(o.value.result);f=jl(e,t),f=IE(f),f.id=YE.identify(f)}}if(e===f)throw new na("Recursive Schema Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new TE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(f)){if(o.refSet.circular=!0,"error"===this.options.dereference.circular)throw new na("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ha.sI(f.id,{type:"json-schema",uri:o.uri,$ref:dc(e.$ref),baseURI:Xi(a,c),referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Na(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Wi(o.refSet.rootRef.uri)!==o.uri,g=["error","replace"].includes(this.options.dereference.circular);if((m||y||Tb(f)&&Ca(f.$ref)||g)&&!n.includesCycle(f)){i.add(e);const t=XE({reference:o,namespace:this.namespace,indirections:[...this.indirections],options:this.options,useCircularStructures:this.useCircularStructures,allowMetaPatches:this.allowMetaPatches,ancestors:n,basePath:this.basePath??[...HE([...s,r,e]),"$ref"]});f=await WE(f,t,{keyMap:Zx,nodeTypeGetter:Qx}),i.delete(e)}if(this.indirections.pop(),Mb(f)){const n=Qa(f);return n.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),n.setMetaProperty("ref-origin",o.uri),n.setMetaProperty("ref-referencing-element-id",Qa(YE.identify(e))),Na(r)?r.value=n:Array.isArray(r)&&(r[t]=n),!r&&n}if(Tb(f)){const t=new $v([...f.content],Qa(f.meta),Qa(f.attributes));if(e.forEach(((e,r,n)=>{t.remove(dc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:dc(e.$ref)}),t.setMetaProperty("ref-origin",o.uri),t.setMetaProperty("ref-referencing-element-id",Qa(YE.identify(e))),this.allowMetaPatches&&void 0===t.get("$$ref")){const e=Xi(a,c);t.set("$$ref",e)}f=t}return Na(r)?r.value=f:Array.isArray(r)&&(r[t]=f),r?void 0:f}catch(t){const n=JE(t),i=new GE(`Could not resolve reference: ${n.message}`,{baseDoc:this.reference.uri,$ref:dc(e.$ref),fullPath:this.basePath??[...HE([...s,r,e]),"$ref"]},n);return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async LinkElement(){},async ExampleElement(e,t,r,n,s){try{return await BE.compose.methods.ExampleElement.call(this,e,t,r,n,s)}catch(t){const n=JE(t),i=KE(n,{baseDoc:this.reference.uri,externalValue:dc(e.externalValue),fullPath:this.basePath??[...HE([...s,r,e]),"externalValue"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}}}}),QE=XE,ZE=zE.compose.bind(),ej=ZE({init({parameterMacro:e,options:t}){this.parameterMacro=e,this.options=t},props:{parameterMacro:null,options:null,macroOperation:null,OperationElement:{enter(e){this.macroOperation=e},leave(){this.macroOperation=null}},ParameterElement:{leave(e,t,r,n,s){const i=null===this.macroOperation?null:dc(this.macroOperation),o=dc(e);try{const t=this.parameterMacro(i,o);e.set("default",t)}catch(e){const t=new Error(e,{cause:e});t.fullPath=HE([...s,r]),this.options.dereference.dereferenceOpts?.errors?.push?.(t)}}}}}),tj=ZE({init({modelPropertyMacro:e,options:t}){this.modelPropertyMacro=e,this.options=t},props:{modelPropertyMacro:null,options:null,SchemaElement:{leave(e,t,r,n,s){void 0!==e.properties&&Fa(e.properties)&&e.properties.forEach((t=>{if(Fa(t))try{const e=this.modelPropertyMacro(dc(t));t.set("default",e)}catch(t){const n=new Error(t,{cause:t});n.fullPath=[...HE([...s,r,e]),"properties"],this.options.dereference.dereferenceOpts?.errors?.push?.(n)}}))}}}}),rj=ZE({init({options:e}){this.options=e},props:{options:null,SchemaElement:{leave(e,t,r,n,s){if(void 0===e.allOf)return;if(!Da(e.allOf)){const t=new TypeError("allOf must be an array");return t.fullPath=[...HE([...s,r,e]),"allOf"],void this.options.dereference.dereferenceOpts?.errors?.push?.(t)}if(e.allOf.isEmpty)return void e.remove("allOf");if(!e.allOf.content.every(Tb)){const t=new TypeError("Elements in allOf must be objects");return t.fullPath=[...HE([...s,r,e]),"allOf"],void this.options.dereference.dereferenceOpts?.errors?.push?.(t)}for(;e.hasKey("allOf");){const{allOf:t}=e;e.remove("allOf");const r=Lu.all([...t.content,e]);if(e.hasKey("$$ref")||r.remove("$$ref"),e.hasKey("example")){const t=r.getMember("example");t&&(t.value=e.get("example"))}if(e.hasKey("examples")){const t=r.getMember("examples");t&&(t.value=e.get("examples"))}e.content=r.content}}}}}),nj=ac[Symbol.for("nodejs.util.promisify.custom")],sj=ua[Symbol.for("nodejs.util.promisify.custom")],ij=zE.compose({props:{allowMetaPatches:!1,parameterMacro:null,modelPropertyMacro:null,mode:"non-strict",ancestors:null},init({allowMetaPatches:e=this.allowMetaPatches,parameterMacro:t=this.parameterMacro,modelPropertyMacro:r=this.modelPropertyMacro,mode:n=this.mode,ancestors:s=[]}={}){this.name="openapi-3-1-swagger-client",this.allowMetaPatches=e,this.parameterMacro=t,this.modelPropertyMacro=r,this.mode=n,this.ancestors=[...s]},methods:{async dereference(e,t){const r=[],n=Bc(ew),s=t.dereference.refSet??pw(),i=pw();let o,a=s;s.has(e.uri)?o=s.find((t=>t.uri===e.uri)):(o=cw({uri:e.uri,value:e.parseResult}),s.add(o)),t.dereference.immutable&&(s.refs.map((e=>cw({...e,value:Qa(e.value)}))).forEach((e=>i.add(e))),o=i.find((t=>t.uri===e.uri)),a=i);const c=QE({reference:o,namespace:n,options:t,allowMetaPatches:this.allowMetaPatches,ancestors:this.ancestors});if(r.push(c),"function"==typeof this.parameterMacro){const e=ej({parameterMacro:this.parameterMacro,options:t});r.push(e)}if("function"==typeof this.modelPropertyMacro){const e=tj({modelPropertyMacro:this.modelPropertyMacro,options:t});r.push(e)}if("strict"!==this.mode){const e=rj({options:t});r.push(e)}const l=sj(r,{nodeTypeGetter:Qx}),u=await nj(a.rootRef.value,l,{keyMap:Zx,nodeTypeGetter:Qx});return t.dereference.immutable&&(i.refs.filter((e=>e.uri.startsWith("immutable://"))).map((e=>cw({...e,uri:e.uri.replace(/^immutable:\/\//,"")}))).forEach((e=>s.add(e))),o=s.find((t=>t.uri===e.uri)),a=s),null===t.dereference.refSet&&s.clean(),i.clean(),u}}}),oj=ij,aj=e=>{const t=dc(e.meta.get("baseURI")),r=e.meta.get("referencingElement");return new ha.Sh({$ref:t},Qa(r.meta),Qa(r.attributes))},cj=async e=>{const{spec:t,timeout:r,redirects:n,requestInterceptor:s,responseInterceptor:i,pathDiscriminator:o=[],allowMetaPatches:a=!1,useCircularStructures:c=!1,skipNormalization:l=!1,parameterMacro:u=null,modelPropertyMacro:h=null,mode:f="non-strict"}=e;try{const{cache:d}=cj,m=Ji(Yi())?Yi():p,y=Nr(e),g=Xi(m,y);let v;d.has(t)?v=d.get(t):(v=gv.refract(t),v.classes.push("result"),d.set(t,v));const b=new Ea([v]),x=Zc(o),w=""===x?"":`#${x}`,E=jl(x,v),j=cw({uri:g,value:b}),O=pw({refs:[j]});""!==x&&(O.rootRef=null);const S=[new Set([E])],P=[],A=await(async(e,t={})=>{const r=ww(hw,t);return $w(e,r)})(E,{resolve:{baseURI:`${g}${w}`,resolvers:[cE({timeout:r||1e4,redirects:n||10})],resolverOpts:{swaggerHTTPClientConfig:{requestInterceptor:s,responseInterceptor:i}},strategies:[Rw()]},parse:{mediaType:aw.latest(),parsers:[hE({allowEmpty:!1,sourceMap:!1}),fE({allowEmpty:!1,sourceMap:!1}),uE({allowEmpty:!1,sourceMap:!1}),pE({allowEmpty:!1,sourceMap:!1}),Tw({allowEmpty:!1,sourceMap:!1})]},dereference:{maxDepth:100,strategies:[oj({allowMetaPatches:a,useCircularStructures:c,parameterMacro:u,modelPropertyMacro:h,mode:f,ancestors:S})],refSet:O,dereferenceOpts:{errors:P},immutable:!1,circular:c?"ignore":"replace",circularReplacer:c?hw.dereference.circularReplacer:aj}}),$=((e,t,r)=>new Wc({element:r}).transclude(e,t))(E,A,v),_=l?$:tE($);return{spec:dc(_),errors:P}}catch(e){if(e instanceof bl||e instanceof El)return{spec:null,errors:[]};throw e}};cj.cache=new WeakMap;const lj=cj,uj={name:"openapi-3-1-apidom",match:({spec:e})=>Ho(e),normalize:({spec:e})=>eE(tE)(e),resolve:async e=>lj(e)};function pj(e,t,r){if(!e||"object"!=typeof e||!e.paths||"object"!=typeof e.paths)return null;const{paths:n}=e;for(const s in n)for(const i in n[s]){if("PARAMETERS"===i.toUpperCase())continue;const o=n[s][i];if(!o||"object"!=typeof o)continue;const a={spec:e,pathName:s,method:i.toUpperCase(),operation:o},c=t(a);if(r&&c)return a}}const hj=()=>null,fj={mapTagOperations:function({spec:e,cb:t=hj,defaultTag:r="default",v2OperationIdCompatibilityMode:n}){const s={},i={};return pj(e,(({pathName:o,method:a,operation:c})=>{var l;(c.tags?(l=c.tags,Array.isArray(l)?l:[l]):[r]).forEach((r=>{if("string"!=typeof r)return;i[r]=i[r]||{};const l=i[r],u=qo(c,o,a,{v2OperationIdCompatibilityMode:n}),p=t({spec:e,pathName:o,method:a,operation:c,operationId:u});if(s[u])s[u]+=1,l[`${u}${s[u]}`]=p;else if(void 0!==l[u]){const e=s[u]||1;s[u]=e+1,l[`${u}${s[u]}`]=p;const t=l[u];delete l[u],l[`${u}${e}`]=t}else l[u]=p}))})),i},makeExecute:function(e={}){return({pathName:t,method:r,operationId:n})=>(s,i={})=>{const{requestInterceptor:o,responseInterceptor:a,userFetch:c}=e;return e.execute({spec:e.spec,requestInterceptor:o,responseInterceptor:a,userFetch:c,pathName:t,method:r,parameters:s,operationId:n,...i})}}};var dj=r(7427);function mj(e){return"[object Object]"===Object.prototype.toString.call(e)}function yj(e){var t,r;return!1!==mj(e)&&(void 0===(t=e.constructor)||!1!==mj(r=t.prototype)&&!1!==r.hasOwnProperty("isPrototypeOf"))}const gj={body:function({req:e,value:t}){void 0!==t&&(e.body=t)},header:function({req:e,parameter:t,value:r}){e.headers=e.headers||{},void 0!==r&&(e.headers[t.name]=r)},query:function({req:e,value:t,parameter:r}){e.query=e.query||{},!1===t&&"boolean"===r.type&&(t="false");0===t&&["number","integer"].indexOf(r.type)>-1&&(t="0");if(t)e.query[r.name]={collectionFormat:r.collectionFormat,value:t};else if(r.allowEmptyValue&&void 0!==t){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}},path:function({req:e,value:t,parameter:r}){void 0!==t&&(e.url=e.url.replace(new RegExp(`{${r.name}}`,"g"),encodeURIComponent(t)))},formData:function({req:e,value:t,parameter:r}){!1===t&&"boolean"===r.type&&(t="false");0===t&&["number","integer"].indexOf(r.type)>-1&&(t="0");if(t)e.form=e.form||{},e.form[r.name]={collectionFormat:r.collectionFormat,value:t};else if(r.allowEmptyValue&&void 0!==t){e.form=e.form||{};const t=r.name;e.form[t]=e.form[t]||{},e.form[t].allowEmptyValue=!0}}};function vj(e,t){return t.includes("application/json")?"string"==typeof e?e:(Array.isArray(e)&&(e=e.map((e=>{try{return JSON.parse(e)}catch(t){return e}}))),JSON.stringify(e)):String(e)}function bj({req:e,value:t,parameter:r}){const{name:n,style:s,explode:i,content:o}=r;if(void 0!==t)if(o){const r=Object.keys(o)[0];e.url=e.url.split(`{${n}}`).join(xr(vj(t,r)))}else{const o=wr({key:r.name,value:t,style:s||"simple",explode:i||!1,escape:"reserved"});e.url=e.url.replace(new RegExp(`{${n}}`,"g"),o)}}function xj({req:e,value:t,parameter:r}){if(e.query=e.query||{},void 0!==t&&r.content){const n=vj(t,Object.keys(r.content)[0]);if(n)e.query[r.name]=n;else if(r.allowEmptyValue){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}}else if(!1===t&&(t="false"),0===t&&(t="0"),t){const{style:n,explode:s,allowReserved:i}=r;e.query[r.name]={value:t,serializationOption:{style:n,explode:s,allowReserved:i}}}else if(r.allowEmptyValue&&void 0!==t){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}}const wj=["accept","authorization","content-type"];function Ej({req:e,parameter:t,value:r}){if(e.headers=e.headers||{},!(wj.indexOf(t.name.toLowerCase())>-1))if(void 0!==r&&t.content){const n=Object.keys(t.content)[0];e.headers[t.name]=vj(r,n)}else void 0===r||Array.isArray(r)&&0===r.length||(e.headers[t.name]=wr({key:t.name,value:r,style:t.style||"simple",explode:void 0!==t.explode&&t.explode,escape:!1}))}function jj({req:e,parameter:t,value:r}){e.headers=e.headers||{};const n=typeof r;if(void 0!==r&&t.content){const n=Object.keys(t.content)[0];e.headers.Cookie=`${t.name}=${vj(r,n)}`}else if(void 0!==r&&(!Array.isArray(r)||0!==r.length)){const s="object"===n&&!Array.isArray(r)&&t.explode?"":`${t.name}=`;e.headers.Cookie=s+wr({key:t.name,value:r,escape:!1,style:t.style||"form",explode:void 0!==t.explode&&t.explode})}}const Oj="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:window,{btoa:Sj}=Oj,Pj=Sj;function Aj(e,t){const{operation:r,requestBody:n,securities:s,spec:i,attachContentTypeForEmptyPayload:o}=e;let{requestContentType:a}=e;t=function({request:e,securities:t={},operation:r={},spec:n}){const s={...e},{authorized:i={}}=t,o=r.security||n.security||[],a=i&&!!Object.keys(i).length,c=n?.components?.securitySchemes||{};if(s.headers=s.headers||{},s.query=s.query||{},!Object.keys(t).length||!a||!o||Array.isArray(r.security)&&!r.security.length)return e;return o.forEach((e=>{Object.keys(e).forEach((e=>{const t=i[e],r=c[e];if(!t)return;const n=t.value||t,{type:o}=r;if(t)if("apiKey"===o)"query"===r.in&&(s.query[r.name]=n),"header"===r.in&&(s.headers[r.name]=n),"cookie"===r.in&&(s.cookies[r.name]=n);else if("http"===o){if(/^basic$/i.test(r.scheme)){const e=n.username||"",t=n.password||"",r=Pj(`${e}:${t}`);s.headers.Authorization=`Basic ${r}`}/^bearer$/i.test(r.scheme)&&(s.headers.Authorization=`Bearer ${n}`)}else if("oauth2"===o||"openIdConnect"===o){const e=t.token||{},n=e[r["x-tokenName"]||"access_token"];let i=e.token_type;i&&"bearer"!==i.toLowerCase()||(i="Bearer"),s.headers.Authorization=`${i} ${n}`}}))})),s}({request:t,securities:s,operation:r,spec:i});const c=r.requestBody||{},l=Object.keys(c.content||{}),u=a&&l.indexOf(a)>-1;if(n||o){if(a&&u)t.headers["Content-Type"]=a;else if(!a){const e=l[0];e&&(t.headers["Content-Type"]=e,a=e)}}else a&&u&&(t.headers["Content-Type"]=a);if(!e.responseContentType&&r.responses){const e=Object.entries(r.responses).filter((([e,t])=>{const r=parseInt(e,10);return r>=200&&r<300&&yj(t.content)})).reduce(((e,[,t])=>e.concat(Object.keys(t.content))),[]);e.length>0&&(t.headers.accept=e.join(", "))}if(n)if(a){if(l.indexOf(a)>-1)if("application/x-www-form-urlencoded"===a||"multipart/form-data"===a)if("object"==typeof n){const e=c.content[a]?.encoding??{};t.form={},Object.keys(n).forEach((r=>{t.form[r]={value:n[r],encoding:e[r]||{}}}))}else t.form=n;else t.body=n}else t.body=n;return t}function $j(e,t){const{spec:r,operation:n,securities:s,requestContentType:i,responseContentType:o,attachContentTypeForEmptyPayload:a}=e;if(t=function({request:e,securities:t={},operation:r={},spec:n}){const s={...e},{authorized:i={},specSecurity:o=[]}=t,a=r.security||o,c=i&&!!Object.keys(i).length,l=n.securityDefinitions;if(s.headers=s.headers||{},s.query=s.query||{},!Object.keys(t).length||!c||!a||Array.isArray(r.security)&&!r.security.length)return e;return a.forEach((e=>{Object.keys(e).forEach((e=>{const t=i[e];if(!t)return;const{token:r}=t,n=t.value||t,o=l[e],{type:a}=o,c=o["x-tokenName"]||"access_token",u=r&&r[c];let p=r&&r.token_type;if(t)if("apiKey"===a){const e="query"===o.in?"query":"headers";s[e]=s[e]||{},s[e][o.name]=n}else if("basic"===a)if(n.header)s.headers.authorization=n.header;else{const e=n.username||"",t=n.password||"";n.base64=Pj(`${e}:${t}`),s.headers.authorization=`Basic ${n.base64}`}else"oauth2"===a&&u&&(p=p&&"bearer"!==p.toLowerCase()?p:"Bearer",s.headers.authorization=`${p} ${u}`)}))})),s}({request:t,securities:s,operation:n,spec:r}),t.body||t.form||a)i?t.headers["Content-Type"]=i:Array.isArray(n.consumes)?[t.headers["Content-Type"]]=n.consumes:Array.isArray(r.consumes)?[t.headers["Content-Type"]]=r.consumes:n.parameters&&n.parameters.filter((e=>"file"===e.type)).length?t.headers["Content-Type"]="multipart/form-data":n.parameters&&n.parameters.filter((e=>"formData"===e.in)).length&&(t.headers["Content-Type"]="application/x-www-form-urlencoded");else if(i){const e=n.parameters&&n.parameters.filter((e=>"body"===e.in)).length>0,r=n.parameters&&n.parameters.filter((e=>"formData"===e.in)).length>0;(e||r)&&(t.headers["Content-Type"]=i)}return!o&&Array.isArray(n.produces)&&n.produces.length>0&&(t.headers.accept=n.produces.join(", ")),t}function _j(e,t){return`${t.toLowerCase()}-${e}`}function kj(e,t){return e&&e.paths?function(e,t){return pj(e,t,!0)||null}(e,(({pathName:e,method:r,operation:n})=>{if(!n||"object"!=typeof n)return!1;const s=n.operationId;return[qo(n,e,r),_j(e,r),s].some((e=>e&&e===t))})):null}const Ij=e=>Array.isArray(e)?e:[],Cj=e=>{try{return new URL(e)}catch{const t=new URL(e,p),r=String(e).startsWith("/")?t.pathname:t.pathname.substring(1);return{hash:t.hash,host:"",hostname:"",href:"",origin:"",password:"",pathname:r,port:"",protocol:"",search:t.search,searchParams:t.searchParams}}},Tj=eo("OperationNotFoundError",(function(e,t,r){this.originalError=r,Object.assign(this,t||{})})),Mj={buildRequest:Rj};function Rj(e){const{spec:t,operationId:r,responseContentType:n,scheme:s,requestInterceptor:i,responseInterceptor:o,contextUrl:a,userFetch:c,server:u,serverVariables:p,http:h,signal:f}=e;let{parameters:d,parameterBuilders:m}=e;const y=Jo(t);m||(m=y?l:gj);let g={url:"",credentials:h&&h.withCredentials?"include":"same-origin",headers:{},cookies:{}};f&&(g.signal=f),i&&(g.requestInterceptor=i),o&&(g.responseInterceptor=o),c&&(g.userFetch=c);const v=kj(t,r);if(!v)throw new Tj(`Operation ${r} not found`);const{operation:b={},method:x,pathName:w}=v;if(g.url+=Dj({spec:t,scheme:s,contextUrl:a,server:u,serverVariables:p,pathName:w,method:x}),!r)return delete g.cookies,g;g.url+=w,g.method=`${x}`.toUpperCase(),d=d||{};const E=t.paths[w]||{};n&&(g.headers.accept=n);const j=(e=>{const t={};e.forEach((e=>{t[e.in]||(t[e.in]={}),t[e.in][e.name]=e}));const r=[];return Object.keys(t).forEach((e=>{Object.keys(t[e]).forEach((n=>{r.push(t[e][n])}))})),r})([].concat(Ij(b.parameters)).concat(Ij(E.parameters)));j.forEach((e=>{const r=m[e.in];let n;if("body"===e.in&&e.schema&&e.schema.properties&&(n=d),n=e&&e.name&&d[e.name],void 0===n?n=e&&e.name&&d[`${e.in}.${e.name}`]:((e,t)=>t.filter((t=>t.name===e)))(e.name,j).length>1&&console.warn(`Parameter '${e.name}' is ambiguous because the defined spec has more than one parameter with the name: '${e.name}' and the passed-in parameter values did not define an 'in' value.`),null!==n){if(void 0!==e.default&&void 0===n&&(n=e.default),void 0===n&&e.required&&!e.allowEmptyValue)throw new Error(`Required parameter ${e.name} is not provided`);if(y&&e.schema&&"object"===e.schema.type&&"string"==typeof n)try{n=JSON.parse(n)}catch(e){throw new Error("Could not parse object parameter value string as JSON")}r&&r({req:g,parameter:e,value:n,operation:b,spec:t})}}));const O={...e,operation:b};if(g=y?Aj(O,g):$j(O,g),g.cookies&&Object.keys(g.cookies).length){const e=Object.keys(g.cookies).reduce(((e,t)=>{const r=g.cookies[t];return e+(e?"&":"")+dj.serialize(t,r)}),"");g.headers.Cookie=e}return g.cookies&&delete g.cookies,Fr(g),g}const Fj=e=>e?e.replace(/\W/g,""):null;function Dj(e){return Jo(e.spec)?function({spec:e,pathName:t,method:r,server:n,contextUrl:s,serverVariables:i={}}){let o,a=[],c="";const l=e?.paths?.[t]?.[(r||"").toLowerCase()]?.servers,u=e?.paths?.[t]?.servers,p=e?.servers;a=Nj(l)?l:Nj(u)?u:Nj(p)?p:[h],n&&(o=a.find((e=>e.url===n)),o&&(c=n));c||([o]=a,c=o.url);if(c.includes("{")){const e=function(e){const t=[],r=/{([^}]+)}/g;let n;for(;n=r.exec(e);)t.push(n[1]);return t}(c);e.forEach((e=>{if(o.variables&&o.variables[e]){const t=o.variables[e],r=i[e]||t.default,n=new RegExp(`{${e}}`,"g");c=c.replace(n,r)}}))}return function(e="",t=""){const r=Cj(e&&t?Xi(t,e):e),n=Cj(t),s=Fj(r.protocol)||Fj(n.protocol),i=r.host||n.host,o=r.pathname;let a;a=s&&i?`${s}://${i+o}`:o;return"/"===a[a.length-1]?a.slice(0,-1):a}(c,s)}(e):function({spec:e,scheme:t,contextUrl:r=""}){const n=Cj(r),s=Array.isArray(e.schemes)?e.schemes[0]:null,i=t||s||Fj(n.protocol)||"http",o=e.host||n.host||"",a=e.basePath||"";let c;c=i&&o?`${i}://${o+a}`:a;return"/"===c[c.length-1]?c.slice(0,-1):c}(e)}const Nj=e=>Array.isArray(e)&&e.length>0;const{isHttpUrl:qj}=s,Lj=qj;function Bj(e,t={}){if("string"==typeof e?t.url=e:t=e,!(this instanceof Bj))return new Bj(t);Object.assign(this,t);const r=this.resolve().then((()=>(this.disableInterfaces||Object.assign(this,Bj.makeApisTagOperation(this)),this)));return r.client=this,r}Bj.http=Or,Bj.makeHttp=function(e,t,r){return r=r||(e=>e),t=t||(e=>e),n=>("string"==typeof n&&(n={url:n}),jr.mergeInQueryOrForm(n),n=t(n),r(e(n)))}.bind(null,Bj.http),Bj.resolveStrategies={"openapi-3-1-apidom":uj,"openapi-3-0":Ko,"openapi-2-0":Go,generic:Uo},Bj.resolve=Wo({strategies:[Bj.resolveStrategies["openapi-3-1-apidom"],Bj.resolveStrategies["openapi-3-0"],Bj.resolveStrategies["openapi-2-0"],Bj.resolveStrategies.generic]}),Bj.resolveSubtree=Xo({strategies:[Bj.resolveStrategies["openapi-3-1-apidom"],Bj.resolveStrategies["openapi-3-0"],Bj.resolveStrategies["openapi-2-0"],Bj.resolveStrategies.generic]}),Bj.execute=function({http:e,fetch:t,spec:r,operationId:n,pathName:s,method:i,parameters:o,securities:a,...c}){const l=e||t||Or;s&&i&&!n&&(n=_j(s,i));const u=Mj.buildRequest({spec:r,operationId:n,parameters:o,securities:a,http:l,...c});return u.body&&(yj(u.body)||Array.isArray(u.body))&&(u.body=JSON.stringify(u.body)),l(u)},Bj.serializeRes=Pr,Bj.serializeHeaders=Ar,Bj.clearCache=function(){Do.refs.clearCache()},Bj.makeApisTagOperation=function(e={}){const t=fj.makeExecute(e);return{apis:fj.mapTagOperations({v2OperationIdCompatibilityMode:e.v2OperationIdCompatibilityMode,spec:e.spec,cb:t})}},Bj.buildRequest=Rj,Bj.helpers={opId:qo},Bj.getBaseUrl=Dj,Bj.apidom={resolve:{resolvers:{HttpResolverSwaggerClient:cE}},parse:{parsers:{JsonParser:uE,YamlParser:pE,OpenApiJson3_1Parser:hE,OpenApiYaml3_1Parser:fE}},dereference:{strategies:{OpenApi3_1SwaggerClientDereferenceStrategy:oj}}},Bj.prototype={http:Or,execute(e){return this.applyDefaults(),Bj.execute({spec:this.spec,http:this.http,securities:{authorized:this.authorizations},contextUrl:"string"==typeof this.url?this.url:void 0,requestInterceptor:this.requestInterceptor||null,responseInterceptor:this.responseInterceptor||null,...e})},resolve(e={}){return Bj.resolve({spec:this.spec,url:this.url,http:this.http||this.fetch,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,requestInterceptor:this.requestInterceptor||null,responseInterceptor:this.responseInterceptor||null,skipNormalization:this.skipNormalization||!1,...e}).then((e=>(this.originalSpec=this.spec,this.spec=e.spec,this.errors=e.errors,this)))}},Bj.prototype.applyDefaults=function(){const{spec:e}=this,t=this.url;if(Vo(e)&&Lj(t)){const r=new URL(t);e.host||(e.host=r.host),e.schemes||(e.schemes=[r.protocol.replace(":","")]),e.basePath||(e.basePath="/")}else if(Jo(e)){const t=Array.isArray(e.servers)&&0===e.servers.length;e.servers&&!t||(e.servers=[h])}};const{helpers:Uj}=Bj,Vj=Bj})(),n=n.default})()));
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.SwaggerClient=t():e.SwaggerClient=t()}(window,(()=>(()=>{var e={8075:(e,t,r)=>{"use strict";var n=r(453),s=r(487),i=s(n("String.prototype.indexOf"));e.exports=function(e,t){var r=n(e,!!t);return"function"==typeof r&&i(e,".prototype.")>-1?s(r):r}},487:(e,t,r)=>{"use strict";var n=r(6743),s=r(453),i=r(6897),o=r(9675),a=s("%Function.prototype.apply%"),c=s("%Function.prototype.call%"),l=s("%Reflect.apply%",!0)||n.call(c,a),u=r(655),p=s("%Math.max%");e.exports=function(e){if("function"!=typeof e)throw new o("a function is required");var t=l(n,c,arguments);return i(t,1+p(0,e.length-(arguments.length-1)),!0)};var h=function(){return l(n,a,arguments)};u?u(e.exports,"apply",{value:h}):e.exports.apply=h},7427:(e,t)=>{"use strict";t.parse=function(e,t){if("string"!=typeof e)throw new TypeError("argument str must be a string");var r={},n=(t||{}).decode||s,i=0;for(;i<e.length;){var a=e.indexOf("=",i);if(-1===a)break;var c=e.indexOf(";",i);if(-1===c)c=e.length;else if(c<a){i=e.lastIndexOf(";",a-1)+1;continue}var l=e.slice(i,a).trim();if(void 0===r[l]){var u=e.slice(a+1,c).trim();34===u.charCodeAt(0)&&(u=u.slice(1,-1)),r[l]=o(u,n)}i=c+1}return r},t.serialize=function(e,t,s){var o=s||{},a=o.encode||i;if("function"!=typeof a)throw new TypeError("option encode is invalid");if(!n.test(e))throw new TypeError("argument name is invalid");var c=a(t);if(c&&!n.test(c))throw new TypeError("argument val is invalid");var l=e+"="+c;if(null!=o.maxAge){var u=o.maxAge-0;if(isNaN(u)||!isFinite(u))throw new TypeError("option maxAge is invalid");l+="; Max-Age="+Math.floor(u)}if(o.domain){if(!n.test(o.domain))throw new TypeError("option domain is invalid");l+="; Domain="+o.domain}if(o.path){if(!n.test(o.path))throw new TypeError("option path is invalid");l+="; Path="+o.path}if(o.expires){var p=o.expires;if(!function(e){return"[object Date]"===r.call(e)||e instanceof Date}(p)||isNaN(p.valueOf()))throw new TypeError("option expires is invalid");l+="; Expires="+p.toUTCString()}o.httpOnly&&(l+="; HttpOnly");o.secure&&(l+="; Secure");o.partitioned&&(l+="; Partitioned");if(o.priority){switch("string"==typeof o.priority?o.priority.toLowerCase():o.priority){case"low":l+="; Priority=Low";break;case"medium":l+="; Priority=Medium";break;case"high":l+="; Priority=High";break;default:throw new TypeError("option priority is invalid")}}if(o.sameSite){switch("string"==typeof o.sameSite?o.sameSite.toLowerCase():o.sameSite){case!0:l+="; SameSite=Strict";break;case"lax":l+="; SameSite=Lax";break;case"strict":l+="; SameSite=Strict";break;case"none":l+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return l};var r=Object.prototype.toString,n=/^[\u0009\u0020-\u007e\u0080-\u00ff]+$/;function s(e){return-1!==e.indexOf("%")?decodeURIComponent(e):e}function i(e){return encodeURIComponent(e)}function o(e,t){try{return t(e)}catch(t){return e}}},4410:(e,t,r)=>{"use strict";var n=r(8199);e.exports=n},8232:(e,t,r)=>{"use strict";r(9356),r(1095),r(3970),r(6396),r(7632);var n=r(7675);e.exports=n.AggregateError},1523:(e,t,r)=>{"use strict";e.exports=r(297)},297:(e,t,r)=>{"use strict";r(4506);var n=r(4410);e.exports=n},182:(e,t,r)=>{"use strict";var n=r(2073),s=r(4003),i=TypeError;e.exports=function(e){if(n(e))return e;throw i(s(e)+" is not a function")}},8934:(e,t,r)=>{"use strict";var n=r(2073),s=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw i("Can't set "+s(e)+" as a prototype")}},6065:e=>{"use strict";e.exports=function(){}},8347:(e,t,r)=>{"use strict";var n=r(5774),s=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw i(s(e)+" is not an object")}},4581:(e,t,r)=>{"use strict";var n=r(9441),s=r(8630),i=r(954),o=function(e){return function(t,r,o){var a,c=n(t),l=i(c),u=s(o,l);if(e&&r!=r){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===r)return e||u||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},244:(e,t,r)=>{"use strict";var n=r(9036),s=n({}.toString),i=n("".slice);e.exports=function(e){return i(s(e),8,-1)}},5663:(e,t,r)=>{"use strict";var n=r(7104),s=r(2073),i=r(244),o=r(6615)("toStringTag"),a=Object,c="Arguments"===i(function(){return arguments}());e.exports=n?i:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=a(e),o))?r:c?i(t):"Object"===(n=i(t))&&s(t.callee)?"Arguments":n}},2144:(e,t,r)=>{"use strict";var n=r(4373),s=r(8195),i=r(5687),o=r(6381);e.exports=function(e,t,r){for(var a=s(t),c=o.f,l=i.f,u=0;u<a.length;u++){var p=a[u];n(e,p)||r&&n(r,p)||c(e,p,l(t,p))}}},7007:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},789:e=>{"use strict";e.exports=function(e,t){return{value:e,done:t}}},8471:(e,t,r)=>{"use strict";var n=r(5560),s=r(6381),i=r(3768);e.exports=n?function(e,t,r){return s.f(e,t,i(1,r))}:function(e,t,r){return e[t]=r,e}},3768:e=>{"use strict";e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},492:(e,t,r)=>{"use strict";var n=r(8471);e.exports=function(e,t,r,s){return s&&s.enumerable?e[t]=r:n(e,t,r),e}},909:(e,t,r)=>{"use strict";var n=r(5391),s=Object.defineProperty;e.exports=function(e,t){try{s(n,e,{value:t,configurable:!0,writable:!0})}catch(r){n[e]=t}return t}},5560:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},7023:e=>{"use strict";var t="object"==typeof document&&document.all,r=void 0===t&&void 0!==t;e.exports={all:t,IS_HTMLDDA:r}},6171:(e,t,r)=>{"use strict";var n=r(5391),s=r(5774),i=n.document,o=s(i)&&s(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},4740:e=>{"use strict";e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},4084:e=>{"use strict";e.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},6312:(e,t,r)=>{"use strict";var n,s,i=r(5391),o=r(4084),a=i.process,c=i.Deno,l=a&&a.versions||c&&c.version,u=l&&l.v8;u&&(s=(n=u.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!s&&o&&(!(n=o.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=o.match(/Chrome\/(\d+)/))&&(s=+n[1]),e.exports=s},347:e=>{"use strict";e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7205:(e,t,r)=>{"use strict";var n=r(9036),s=Error,i=n("".replace),o=String(s("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,c=a.test(o);e.exports=function(e,t){if(c&&"string"==typeof e&&!s.prepareStackTrace)for(;t--;)e=i(e,a,"");return e}},927:(e,t,r)=>{"use strict";var n=r(8471),s=r(7205),i=r(1527),o=Error.captureStackTrace;e.exports=function(e,t,r,a){i&&(o?o(e,t):n(e,"stack",s(r,a)))}},1527:(e,t,r)=>{"use strict";var n=r(7131),s=r(3768);e.exports=!n((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",s(1,7)),7!==e.stack)}))},1938:(e,t,r)=>{"use strict";var n=r(5391),s=r(1981),i=r(9e3),o=r(2073),a=r(5687).f,c=r(3488),l=r(7675),u=r(2116),p=r(8471),h=r(4373),f=function(e){var t=function(r,n,i){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,i)}return s(e,this,arguments)};return t.prototype=e.prototype,t};e.exports=function(e,t){var r,s,d,m,y,v,g,b,x,w=e.target,E=e.global,j=e.stat,O=e.proto,S=E?n:j?n[w]:(n[w]||{}).prototype,P=E?l:l[w]||p(l,w,{})[w],A=P.prototype;for(m in t)s=!(r=c(E?m:w+(j?".":"#")+m,e.forced))&&S&&h(S,m),v=P[m],s&&(g=e.dontCallGetSet?(x=a(S,m))&&x.value:S[m]),y=s&&g?g:t[m],s&&typeof v==typeof y||(b=e.bind&&s?u(y,n):e.wrap&&s?f(y):O&&o(y)?i(y):y,(e.sham||y&&y.sham||v&&v.sham)&&p(b,"sham",!0),p(P,m,b),O&&(h(l,d=w+"Prototype")||p(l,d,{}),p(l[d],m,y),e.real&&A&&(r||!A[m])&&p(A,m,y)))}},7131:e=>{"use strict";e.exports=function(e){try{return!!e()}catch(e){return!0}}},1981:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype,i=s.apply,o=s.call;e.exports="object"==typeof Reflect&&Reflect.apply||(n?o.bind(i):function(){return o.apply(i,arguments)})},2116:(e,t,r)=>{"use strict";var n=r(9e3),s=r(182),i=r(5164),o=n(n.bind);e.exports=function(e,t){return s(e),void 0===t?e:i?o(e,t):function(){return e.apply(t,arguments)}}},5164:(e,t,r)=>{"use strict";var n=r(7131);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},3057:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype.call;e.exports=n?s.bind(s):function(){return s.apply(s,arguments)}},4970:(e,t,r)=>{"use strict";var n=r(5560),s=r(4373),i=Function.prototype,o=n&&Object.getOwnPropertyDescriptor,a=s(i,"name"),c=a&&"something"===function(){}.name,l=a&&(!n||n&&o(i,"name").configurable);e.exports={EXISTS:a,PROPER:c,CONFIGURABLE:l}},7006:(e,t,r)=>{"use strict";var n=r(9036),s=r(182);e.exports=function(e,t,r){try{return n(s(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},9e3:(e,t,r)=>{"use strict";var n=r(244),s=r(9036);e.exports=function(e){if("Function"===n(e))return s(e)}},9036:(e,t,r)=>{"use strict";var n=r(5164),s=Function.prototype,i=s.call,o=n&&s.bind.bind(i,i);e.exports=n?o:function(e){return function(){return i.apply(e,arguments)}}},7827:(e,t,r)=>{"use strict";var n=r(7675),s=r(5391),i=r(2073),o=function(e){return i(e)?e:void 0};e.exports=function(e,t){return arguments.length<2?o(n[e])||o(s[e]):n[e]&&n[e][t]||s[e]&&s[e][t]}},6399:(e,t,r)=>{"use strict";var n=r(5663),s=r(3514),i=r(6153),o=r(1113),a=r(6615)("iterator");e.exports=function(e){if(!i(e))return s(e,a)||s(e,"@@iterator")||o[n(e)]}},7013:(e,t,r)=>{"use strict";var n=r(3057),s=r(182),i=r(8347),o=r(4003),a=r(6399),c=TypeError;e.exports=function(e,t){var r=arguments.length<2?a(e):t;if(s(r))return i(n(r,e));throw c(o(e)+" is not iterable")}},3514:(e,t,r)=>{"use strict";var n=r(182),s=r(6153);e.exports=function(e,t){var r=e[t];return s(r)?void 0:n(r)}},5391:function(e,t,r){"use strict";var n=function(e){return e&&e.Math===Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||this||Function("return this")()},4373:(e,t,r)=>{"use strict";var n=r(9036),s=r(5809),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(s(e),t)}},6145:e=>{"use strict";e.exports={}},9417:(e,t,r)=>{"use strict";var n=r(7827);e.exports=n("document","documentElement")},2633:(e,t,r)=>{"use strict";var n=r(5560),s=r(7131),i=r(6171);e.exports=!n&&!s((function(){return 7!==Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},6731:(e,t,r)=>{"use strict";var n=r(9036),s=r(7131),i=r(244),o=Object,a=n("".split);e.exports=s((function(){return!o("z").propertyIsEnumerable(0)}))?function(e){return"String"===i(e)?a(e,""):o(e)}:o},9739:(e,t,r)=>{"use strict";var n=r(2073),s=r(5774),i=r(4619);e.exports=function(e,t,r){var o,a;return i&&n(o=t.constructor)&&o!==r&&s(a=o.prototype)&&a!==r.prototype&&i(e,a),e}},60:(e,t,r)=>{"use strict";var n=r(5774),s=r(8471);e.exports=function(e,t){n(t)&&"cause"in t&&s(e,"cause",t.cause)}},9257:(e,t,r)=>{"use strict";var n,s,i,o=r(8698),a=r(5391),c=r(5774),l=r(8471),u=r(4373),p=r(4993),h=r(651),f=r(6145),d="Object already initialized",m=a.TypeError,y=a.WeakMap;if(o||p.state){var v=p.state||(p.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw m(d);return t.facade=e,v.set(e,t),t},s=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var g=h("state");f[g]=!0,n=function(e,t){if(u(e,g))throw m(d);return t.facade=e,l(e,g,t),t},s=function(e){return u(e,g)?e[g]:{}},i=function(e){return u(e,g)}}e.exports={set:n,get:s,has:i,enforce:function(e){return i(e)?s(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!c(t)||(r=s(t)).type!==e)throw m("Incompatible receiver, "+e+" required");return r}}}},5669:(e,t,r)=>{"use strict";var n=r(6615),s=r(1113),i=n("iterator"),o=Array.prototype;e.exports=function(e){return void 0!==e&&(s.Array===e||o[i]===e)}},2073:(e,t,r)=>{"use strict";var n=r(7023),s=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===s}:function(e){return"function"==typeof e}},3488:(e,t,r)=>{"use strict";var n=r(7131),s=r(2073),i=/#|\.prototype\./,o=function(e,t){var r=c[a(e)];return r===u||r!==l&&(s(t)?n(t):!!t)},a=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},c=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";e.exports=o},6153:e=>{"use strict";e.exports=function(e){return null==e}},5774:(e,t,r)=>{"use strict";var n=r(2073),s=r(7023),i=s.all;e.exports=s.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},3599:e=>{"use strict";e.exports=!0},3969:(e,t,r)=>{"use strict";var n=r(7827),s=r(2073),i=r(3381),o=r(1004),a=Object;e.exports=o?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return s(t)&&i(t.prototype,a(e))}},9384:(e,t,r)=>{"use strict";var n=r(2116),s=r(3057),i=r(8347),o=r(4003),a=r(5669),c=r(954),l=r(3381),u=r(7013),p=r(6399),h=r(7959),f=TypeError,d=function(e,t){this.stopped=e,this.result=t},m=d.prototype;e.exports=function(e,t,r){var y,v,g,b,x,w,E,j=r&&r.that,O=!(!r||!r.AS_ENTRIES),S=!(!r||!r.IS_RECORD),P=!(!r||!r.IS_ITERATOR),A=!(!r||!r.INTERRUPTED),$=n(t,j),_=function(e){return y&&h(y,"normal",e),new d(!0,e)},k=function(e){return O?(i(e),A?$(e[0],e[1],_):$(e[0],e[1])):A?$(e,_):$(e)};if(S)y=e.iterator;else if(P)y=e;else{if(!(v=p(e)))throw f(o(e)+" is not iterable");if(a(v)){for(g=0,b=c(e);b>g;g++)if((x=k(e[g]))&&l(m,x))return x;return new d(!1)}y=u(e,v)}for(w=S?e.next:y.next;!(E=s(w,y)).done;){try{x=k(E.value)}catch(e){h(y,"throw",e)}if("object"==typeof x&&x&&l(m,x))return x}return new d(!1)}},7959:(e,t,r)=>{"use strict";var n=r(3057),s=r(8347),i=r(3514);e.exports=function(e,t,r){var o,a;s(e);try{if(!(o=i(e,"return"))){if("throw"===t)throw r;return r}o=n(o,e)}catch(e){a=!0,o=e}if("throw"===t)throw r;if(a)throw o;return s(o),r}},7102:(e,t,r)=>{"use strict";var n=r(2373).IteratorPrototype,s=r(3628),i=r(3768),o=r(5051),a=r(1113),c=function(){return this};e.exports=function(e,t,r,l){var u=t+" Iterator";return e.prototype=s(n,{next:i(+!l,r)}),o(e,u,!1,!0),a[u]=c,e}},6188:(e,t,r)=>{"use strict";var n=r(1938),s=r(3057),i=r(3599),o=r(4970),a=r(2073),c=r(7102),l=r(3439),u=r(4619),p=r(5051),h=r(8471),f=r(492),d=r(6615),m=r(1113),y=r(2373),v=o.PROPER,g=o.CONFIGURABLE,b=y.IteratorPrototype,x=y.BUGGY_SAFARI_ITERATORS,w=d("iterator"),E="keys",j="values",O="entries",S=function(){return this};e.exports=function(e,t,r,o,d,y,P){c(r,t,o);var A,$,_,k=function(e){if(e===d&&R)return R;if(!x&&e&&e in T)return T[e];switch(e){case E:case j:case O:return function(){return new r(this,e)}}return function(){return new r(this)}},C=t+" Iterator",I=!1,T=e.prototype,M=T[w]||T["@@iterator"]||d&&T[d],R=!x&&M||k(d),F="Array"===t&&T.entries||M;if(F&&(A=l(F.call(new e)))!==Object.prototype&&A.next&&(i||l(A)===b||(u?u(A,b):a(A[w])||f(A,w,S)),p(A,C,!0,!0),i&&(m[C]=S)),v&&d===j&&M&&M.name!==j&&(!i&&g?h(T,"name",j):(I=!0,R=function(){return s(M,this)})),d)if($={values:k(j),keys:y?R:k(E),entries:k(O)},P)for(_ in $)(x||I||!(_ in T))&&f(T,_,$[_]);else n({target:t,proto:!0,forced:x||I},$);return i&&!P||T[w]===R||f(T,w,R,{name:d}),m[t]=R,$}},2373:(e,t,r)=>{"use strict";var n,s,i,o=r(7131),a=r(2073),c=r(5774),l=r(3628),u=r(3439),p=r(492),h=r(6615),f=r(3599),d=h("iterator"),m=!1;[].keys&&("next"in(i=[].keys())?(s=u(u(i)))!==Object.prototype&&(n=s):m=!0),!c(n)||o((function(){var e={};return n[d].call(e)!==e}))?n={}:f&&(n=l(n)),a(n[d])||p(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:m}},1113:e=>{"use strict";e.exports={}},954:(e,t,r)=>{"use strict";var n=r(2954);e.exports=function(e){return n(e.length)}},1049:e=>{"use strict";var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},1764:(e,t,r)=>{"use strict";var n=r(7803);e.exports=function(e,t){return void 0===e?arguments.length<2?"":t:n(e)}},3628:(e,t,r)=>{"use strict";var n,s=r(8347),i=r(9157),o=r(347),a=r(6145),c=r(9417),l=r(6171),u=r(651),p="prototype",h="script",f=u("IE_PROTO"),d=function(){},m=function(e){return"<"+h+">"+e+"</"+h+">"},y=function(e){e.write(m("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?y(n):(t=l("iframe"),r="java"+h+":",t.style.display="none",c.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(m("document.F=Object")),e.close(),e.F):y(n);for(var s=o.length;s--;)delete v[p][o[s]];return v()};a[f]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[p]=s(e),r=new d,d[p]=null,r[f]=e):r=v(),void 0===t?r:i.f(r,t)}},9157:(e,t,r)=>{"use strict";var n=r(5560),s=r(2506),i=r(6381),o=r(8347),a=r(9441),c=r(5556);t.f=n&&!s?Object.defineProperties:function(e,t){o(e);for(var r,n=a(t),s=c(t),l=s.length,u=0;l>u;)i.f(e,r=s[u++],n[r]);return e}},6381:(e,t,r)=>{"use strict";var n=r(5560),s=r(2633),i=r(2506),o=r(8347),a=r(5141),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,p="enumerable",h="configurable",f="writable";t.f=n?i?function(e,t,r){if(o(e),t=a(t),o(r),"function"==typeof e&&"prototype"===t&&"value"in r&&f in r&&!r[f]){var n=u(e,t);n&&n[f]&&(e[t]=r.value,r={configurable:h in r?r[h]:n[h],enumerable:p in r?r[p]:n[p],writable:!1})}return l(e,t,r)}:l:function(e,t,r){if(o(e),t=a(t),o(r),s)try{return l(e,t,r)}catch(e){}if("get"in r||"set"in r)throw c("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5687:(e,t,r)=>{"use strict";var n=r(5560),s=r(3057),i=r(6337),o=r(3768),a=r(9441),c=r(5141),l=r(4373),u=r(2633),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=a(e),t=c(t),u)try{return p(e,t)}catch(e){}if(l(e,t))return o(!s(i.f,e,t),e[t])}},2036:(e,t,r)=>{"use strict";var n=r(4512),s=r(347).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,s)}},6841:(e,t)=>{"use strict";t.f=Object.getOwnPropertySymbols},3439:(e,t,r)=>{"use strict";var n=r(4373),s=r(2073),i=r(5809),o=r(651),a=r(7007),c=o("IE_PROTO"),l=Object,u=l.prototype;e.exports=a?l.getPrototypeOf:function(e){var t=i(e);if(n(t,c))return t[c];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof l?u:null}},3381:(e,t,r)=>{"use strict";var n=r(9036);e.exports=n({}.isPrototypeOf)},4512:(e,t,r)=>{"use strict";var n=r(9036),s=r(4373),i=r(9441),o=r(4581).indexOf,a=r(6145),c=n([].push);e.exports=function(e,t){var r,n=i(e),l=0,u=[];for(r in n)!s(a,r)&&s(n,r)&&c(u,r);for(;t.length>l;)s(n,r=t[l++])&&(~o(u,r)||c(u,r));return u}},5556:(e,t,r)=>{"use strict";var n=r(4512),s=r(347);e.exports=Object.keys||function(e){return n(e,s)}},6337:(e,t)=>{"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,s=n&&!r.call({1:2},1);t.f=s?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4619:(e,t,r)=>{"use strict";var n=r(7006),s=r(8347),i=r(8934);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return s(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},5759:(e,t,r)=>{"use strict";var n=r(7104),s=r(5663);e.exports=n?{}.toString:function(){return"[object "+s(this)+"]"}},6034:(e,t,r)=>{"use strict";var n=r(3057),s=r(2073),i=r(5774),o=TypeError;e.exports=function(e,t){var r,a;if("string"===t&&s(r=e.toString)&&!i(a=n(r,e)))return a;if(s(r=e.valueOf)&&!i(a=n(r,e)))return a;if("string"!==t&&s(r=e.toString)&&!i(a=n(r,e)))return a;throw o("Can't convert object to primitive value")}},8195:(e,t,r)=>{"use strict";var n=r(7827),s=r(9036),i=r(2036),o=r(6841),a=r(8347),c=s([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(a(e)),r=o.f;return r?c(t,r(e)):t}},7675:e=>{"use strict";e.exports={}},3636:(e,t,r)=>{"use strict";var n=r(6381).f;e.exports=function(e,t,r){r in e||n(e,r,{configurable:!0,get:function(){return t[r]},set:function(e){t[r]=e}})}},8890:(e,t,r)=>{"use strict";var n=r(6153),s=TypeError;e.exports=function(e){if(n(e))throw s("Can't call method on "+e);return e}},5051:(e,t,r)=>{"use strict";var n=r(7104),s=r(6381).f,i=r(8471),o=r(4373),a=r(5759),c=r(6615)("toStringTag");e.exports=function(e,t,r,l){if(e){var u=r?e:e.prototype;o(u,c)||s(u,c,{configurable:!0,value:t}),l&&!n&&i(u,"toString",a)}}},651:(e,t,r)=>{"use strict";var n=r(3557),s=r(7980),i=n("keys");e.exports=function(e){return i[e]||(i[e]=s(e))}},4993:(e,t,r)=>{"use strict";var n=r(5391),s=r(909),i="__core-js_shared__",o=n[i]||s(i,{});e.exports=o},3557:(e,t,r)=>{"use strict";var n=r(3599),s=r(4993);(e.exports=function(e,t){return s[e]||(s[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.32.2",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.32.2/LICENSE",source:"https://github.com/zloirock/core-js"})},235:(e,t,r)=>{"use strict";var n=r(9036),s=r(6759),i=r(7803),o=r(8890),a=n("".charAt),c=n("".charCodeAt),l=n("".slice),u=function(e){return function(t,r){var n,u,p=i(o(t)),h=s(r),f=p.length;return h<0||h>=f?e?"":void 0:(n=c(p,h))<55296||n>56319||h+1===f||(u=c(p,h+1))<56320||u>57343?e?a(p,h):n:e?l(p,h,h+2):u-56320+(n-55296<<10)+65536}};e.exports={codeAt:u(!1),charAt:u(!0)}},7235:(e,t,r)=>{"use strict";var n=r(6312),s=r(7131),i=r(5391).String;e.exports=!!Object.getOwnPropertySymbols&&!s((function(){var e=Symbol("symbol detection");return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},8630:(e,t,r)=>{"use strict";var n=r(6759),s=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?s(r+t,0):i(r,t)}},9441:(e,t,r)=>{"use strict";var n=r(6731),s=r(8890);e.exports=function(e){return n(s(e))}},6759:(e,t,r)=>{"use strict";var n=r(1049);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},2954:(e,t,r)=>{"use strict";var n=r(6759),s=Math.min;e.exports=function(e){return e>0?s(n(e),9007199254740991):0}},5809:(e,t,r)=>{"use strict";var n=r(8890),s=Object;e.exports=function(e){return s(n(e))}},5045:(e,t,r)=>{"use strict";var n=r(3057),s=r(5774),i=r(3969),o=r(3514),a=r(6034),c=r(6615),l=TypeError,u=c("toPrimitive");e.exports=function(e,t){if(!s(e)||i(e))return e;var r,c=o(e,u);if(c){if(void 0===t&&(t="default"),r=n(c,e,t),!s(r)||i(r))return r;throw l("Can't convert object to primitive value")}return void 0===t&&(t="number"),a(e,t)}},5141:(e,t,r)=>{"use strict";var n=r(5045),s=r(3969);e.exports=function(e){var t=n(e,"string");return s(t)?t:t+""}},7104:(e,t,r)=>{"use strict";var n={};n[r(6615)("toStringTag")]="z",e.exports="[object z]"===String(n)},7803:(e,t,r)=>{"use strict";var n=r(5663),s=String;e.exports=function(e){if("Symbol"===n(e))throw TypeError("Cannot convert a Symbol value to a string");return s(e)}},4003:e=>{"use strict";var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},7980:(e,t,r)=>{"use strict";var n=r(9036),s=0,i=Math.random(),o=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++s+i,36)}},1004:(e,t,r)=>{"use strict";var n=r(7235);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},2506:(e,t,r)=>{"use strict";var n=r(5560),s=r(7131);e.exports=n&&s((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8698:(e,t,r)=>{"use strict";var n=r(5391),s=r(2073),i=n.WeakMap;e.exports=s(i)&&/native code/.test(String(i))},6615:(e,t,r)=>{"use strict";var n=r(5391),s=r(3557),i=r(4373),o=r(7980),a=r(7235),c=r(1004),l=n.Symbol,u=s("wks"),p=c?l.for||l:l&&l.withoutSetter||o;e.exports=function(e){return i(u,e)||(u[e]=a&&i(l,e)?l[e]:p("Symbol."+e)),u[e]}},9005:(e,t,r)=>{"use strict";var n=r(7827),s=r(4373),i=r(8471),o=r(3381),a=r(4619),c=r(2144),l=r(3636),u=r(9739),p=r(1764),h=r(60),f=r(927),d=r(5560),m=r(3599);e.exports=function(e,t,r,y){var v="stackTraceLimit",g=y?2:1,b=e.split("."),x=b[b.length-1],w=n.apply(null,b);if(w){var E=w.prototype;if(!m&&s(E,"cause")&&delete E.cause,!r)return w;var j=n("Error"),O=t((function(e,t){var r=p(y?t:e,void 0),n=y?new w(e):new w;return void 0!==r&&i(n,"message",r),f(n,O,n.stack,2),this&&o(E,this)&&u(n,this,O),arguments.length>g&&h(n,arguments[g]),n}));if(O.prototype=E,"Error"!==x?a?a(O,j):c(O,j,{name:!0}):d&&v in w&&(l(O,w,v),l(O,w,"prepareStackTrace")),c(O,w),!m)try{E.name!==x&&i(E,"name",x),E.constructor=O}catch(e){}return O}}},3970:(e,t,r)=>{"use strict";var n=r(1938),s=r(7827),i=r(1981),o=r(7131),a=r(9005),c="AggregateError",l=s(c),u=!o((function(){return 1!==l([1]).errors[0]}))&&o((function(){return 7!==l([1],c,{cause:7}).cause}));n({global:!0,constructor:!0,arity:2,forced:u},{AggregateError:a(c,(function(e){return function(t,r){return i(e,this,arguments)}}),u,!0)})},2949:(e,t,r)=>{"use strict";var n=r(1938),s=r(3381),i=r(3439),o=r(4619),a=r(2144),c=r(3628),l=r(8471),u=r(3768),p=r(60),h=r(927),f=r(9384),d=r(1764),m=r(6615)("toStringTag"),y=Error,v=[].push,g=function(e,t){var r,n=s(b,this);o?r=o(y(),n?i(this):b):(r=n?this:c(b),l(r,m,"Error")),void 0!==t&&l(r,"message",d(t)),h(r,g,r.stack,1),arguments.length>2&&p(r,arguments[2]);var a=[];return f(e,v,{that:a}),l(r,"errors",a),r};o?o(g,y):a(g,y,{name:!0});var b=g.prototype=c(y.prototype,{constructor:u(1,g),message:u(1,""),name:u(1,"AggregateError")});n({global:!0,constructor:!0,arity:2},{AggregateError:g})},1095:(e,t,r)=>{"use strict";r(2949)},6396:(e,t,r)=>{"use strict";var n=r(9441),s=r(6065),i=r(1113),o=r(9257),a=r(6381).f,c=r(6188),l=r(789),u=r(3599),p=r(5560),h="Array Iterator",f=o.set,d=o.getterFor(h);e.exports=c(Array,"Array",(function(e,t){f(this,{type:h,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;if(!t||n>=t.length)return e.target=void 0,l(void 0,!0);switch(r){case"keys":return l(n,!1);case"values":return l(t[n],!1)}return l([n,t[n]],!1)}),"values");var m=i.Arguments=i.Array;if(s("keys"),s("values"),s("entries"),!u&&p&&"values"!==m.name)try{a(m,"name",{value:"values"})}catch(e){}},9356:(e,t,r)=>{"use strict";var n=r(1938),s=r(5391),i=r(1981),o=r(9005),a="WebAssembly",c=s[a],l=7!==Error("e",{cause:7}).cause,u=function(e,t){var r={};r[e]=o(e,t,l),n({global:!0,constructor:!0,arity:1,forced:l},r)},p=function(e,t){if(c&&c[e]){var r={};r[e]=o(a+"."+e,t,l),n({target:a,stat:!0,constructor:!0,arity:1,forced:l},r)}};u("Error",(function(e){return function(t){return i(e,this,arguments)}})),u("EvalError",(function(e){return function(t){return i(e,this,arguments)}})),u("RangeError",(function(e){return function(t){return i(e,this,arguments)}})),u("ReferenceError",(function(e){return function(t){return i(e,this,arguments)}})),u("SyntaxError",(function(e){return function(t){return i(e,this,arguments)}})),u("TypeError",(function(e){return function(t){return i(e,this,arguments)}})),u("URIError",(function(e){return function(t){return i(e,this,arguments)}})),p("CompileError",(function(e){return function(t){return i(e,this,arguments)}})),p("LinkError",(function(e){return function(t){return i(e,this,arguments)}})),p("RuntimeError",(function(e){return function(t){return i(e,this,arguments)}}))},7632:(e,t,r)=>{"use strict";var n=r(235).charAt,s=r(7803),i=r(9257),o=r(6188),a=r(789),c="String Iterator",l=i.set,u=i.getterFor(c);o(String,"String",(function(e){l(this,{type:c,string:s(e),index:0})}),(function(){var e,t=u(this),r=t.string,s=t.index;return s>=r.length?a(void 0,!0):(e=n(r,s),t.index+=e.length,a(e,!1))}))},4506:(e,t,r)=>{"use strict";r(1095)},813:(e,t,r)=>{"use strict";r(6396);var n=r(4740),s=r(5391),i=r(5663),o=r(8471),a=r(1113),c=r(6615)("toStringTag");for(var l in n){var u=s[l],p=u&&u.prototype;p&&i(p)!==c&&o(p,c,l),a[l]=a.Array}},8199:(e,t,r)=>{"use strict";r(4506);var n=r(8232);r(813),e.exports=n},4744:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===r}(e)}(e)};var r="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function n(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function s(e,t,r){return e.concat(t).map((function(e){return n(e,r)}))}function i(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function o(e,t){try{return t in e}catch(e){return!1}}function a(e,t,r){var s={};return r.isMergeableObject(e)&&i(e).forEach((function(t){s[t]=n(e[t],r)})),i(t).forEach((function(i){(function(e,t){return o(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,i)||(o(e,i)&&r.isMergeableObject(t[i])?s[i]=function(e,t){if(!t.customMerge)return c;var r=t.customMerge(e);return"function"==typeof r?r:c}(i,r)(e[i],t[i],r):s[i]=n(t[i],r))})),s}function c(e,r,i){(i=i||{}).arrayMerge=i.arrayMerge||s,i.isMergeableObject=i.isMergeableObject||t,i.cloneUnlessOtherwiseSpecified=n;var o=Array.isArray(r);return o===Array.isArray(e)?o?i.arrayMerge(e,r,i):a(e,r,i):n(r,i)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return c(e,r,t)}),{})};var l=c;e.exports=l},41:(e,t,r)=>{"use strict";var n=r(655),s=r(8068),i=r(9675),o=r(5795);e.exports=function(e,t,r){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new i("`obj` must be an object or a function`");if("string"!=typeof t&&"symbol"!=typeof t)throw new i("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new i("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new i("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new i("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new i("`loose`, if provided, must be a boolean");var a=arguments.length>3?arguments[3]:null,c=arguments.length>4?arguments[4]:null,l=arguments.length>5?arguments[5]:null,u=arguments.length>6&&arguments[6],p=!!o&&o(e,t);if(n)n(e,t,{configurable:null===l&&p?p.configurable:!l,enumerable:null===a&&p?p.enumerable:!a,value:r,writable:null===c&&p?p.writable:!c});else{if(!u&&(a||c||l))throw new s("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[t]=r}}},655:(e,t,r)=>{"use strict";var n=r(453)("%Object.defineProperty%",!0)||!1;if(n)try{n({},"a",{value:1})}catch(e){n=!1}e.exports=n},1237:e=>{"use strict";e.exports=EvalError},9383:e=>{"use strict";e.exports=Error},9290:e=>{"use strict";e.exports=RangeError},9538:e=>{"use strict";e.exports=ReferenceError},8068:e=>{"use strict";e.exports=SyntaxError},9675:e=>{"use strict";e.exports=TypeError},5345:e=>{"use strict";e.exports=URIError},9353:e=>{"use strict";var t=Object.prototype.toString,r=Math.max,n=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var s=0;s<t.length;s+=1)r[s+e.length]=t[s];return r};e.exports=function(e){var s=this;if("function"!=typeof s||"[object Function]"!==t.apply(s))throw new TypeError("Function.prototype.bind called on incompatible "+s);for(var i,o=function(e,t){for(var r=[],n=t||0,s=0;n<e.length;n+=1,s+=1)r[s]=e[n];return r}(arguments,1),a=r(0,s.length-o.length),c=[],l=0;l<a;l++)c[l]="$"+l;if(i=Function("binder","return function ("+function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(c,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var t=s.apply(this,n(o,arguments));return Object(t)===t?t:this}return s.apply(e,n(o,arguments))})),s.prototype){var u=function(){};u.prototype=s.prototype,i.prototype=new u,u.prototype=null}return i}},6743:(e,t,r)=>{"use strict";var n=r(9353);e.exports=Function.prototype.bind||n},453:(e,t,r)=>{"use strict";var n,s=r(9383),i=r(1237),o=r(9290),a=r(9538),c=r(8068),l=r(9675),u=r(5345),p=Function,h=function(e){try{return p('"use strict"; return ('+e+").constructor;")()}catch(e){}},f=Object.getOwnPropertyDescriptor;if(f)try{f({},"")}catch(e){f=null}var d=function(){throw new l},m=f?function(){try{return d}catch(e){try{return f(arguments,"callee").get}catch(e){return d}}}():d,y=r(4039)(),v=r(24)(),g=Object.getPrototypeOf||(v?function(e){return e.__proto__}:null),b={},x="undefined"!=typeof Uint8Array&&g?g(Uint8Array):n,w={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?n:ArrayBuffer,"%ArrayIteratorPrototype%":y&&g?g([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":b,"%AsyncGenerator%":b,"%AsyncGeneratorFunction%":b,"%AsyncIteratorPrototype%":b,"%Atomics%":"undefined"==typeof Atomics?n:Atomics,"%BigInt%":"undefined"==typeof BigInt?n:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?n:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":s,"%eval%":eval,"%EvalError%":i,"%Float32Array%":"undefined"==typeof Float32Array?n:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?n:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?n:FinalizationRegistry,"%Function%":p,"%GeneratorFunction%":b,"%Int8Array%":"undefined"==typeof Int8Array?n:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?n:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":y&&g?g(g([][Symbol.iterator]())):n,"%JSON%":"object"==typeof JSON?JSON:n,"%Map%":"undefined"==typeof Map?n:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&y&&g?g((new Map)[Symbol.iterator]()):n,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?n:Promise,"%Proxy%":"undefined"==typeof Proxy?n:Proxy,"%RangeError%":o,"%ReferenceError%":a,"%Reflect%":"undefined"==typeof Reflect?n:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?n:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&y&&g?g((new Set)[Symbol.iterator]()):n,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":y&&g?g(""[Symbol.iterator]()):n,"%Symbol%":y?Symbol:n,"%SyntaxError%":c,"%ThrowTypeError%":m,"%TypedArray%":x,"%TypeError%":l,"%Uint8Array%":"undefined"==typeof Uint8Array?n:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?n:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?n:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?n:Uint32Array,"%URIError%":u,"%WeakMap%":"undefined"==typeof WeakMap?n:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?n:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?n:WeakSet};if(g)try{null.error}catch(e){var E=g(g(e));w["%Error.prototype%"]=E}var j=function e(t){var r;if("%AsyncFunction%"===t)r=h("async function () {}");else if("%GeneratorFunction%"===t)r=h("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=h("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var s=e("%AsyncGenerator%");s&&g&&(r=g(s.prototype))}return w[t]=r,r},O={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},S=r(6743),P=r(9957),A=S.call(Function.call,Array.prototype.concat),$=S.call(Function.apply,Array.prototype.splice),_=S.call(Function.call,String.prototype.replace),k=S.call(Function.call,String.prototype.slice),C=S.call(Function.call,RegExp.prototype.exec),I=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,T=/\\(\\)?/g,M=function(e,t){var r,n=e;if(P(O,n)&&(n="%"+(r=O[n])[0]+"%"),P(w,n)){var s=w[n];if(s===b&&(s=j(n)),void 0===s&&!t)throw new l("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:s}}throw new c("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new l("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new l('"allowMissing" argument must be a boolean');if(null===C(/^%?[^%]*%?$/,e))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=k(e,0,1),r=k(e,-1);if("%"===t&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new c("invalid intrinsic syntax, expected opening `%`");var n=[];return _(e,I,(function(e,t,r,s){n[n.length]=r?_(s,T,"$1"):t||e})),n}(e),n=r.length>0?r[0]:"",s=M("%"+n+"%",t),i=s.name,o=s.value,a=!1,u=s.alias;u&&(n=u[0],$(r,A([0,1],u)));for(var p=1,h=!0;p<r.length;p+=1){var d=r[p],m=k(d,0,1),y=k(d,-1);if(('"'===m||"'"===m||"`"===m||'"'===y||"'"===y||"`"===y)&&m!==y)throw new c("property names with quotes must have matching quotes");if("constructor"!==d&&h||(a=!0),P(w,i="%"+(n+="."+d)+"%"))o=w[i];else if(null!=o){if(!(d in o)){if(!t)throw new l("base intrinsic for "+e+" exists, but the property is not available.");return}if(f&&p+1>=r.length){var v=f(o,d);o=(h=!!v)&&"get"in v&&!("originalValue"in v.get)?v.get:o[d]}else h=P(o,d),o=o[d];h&&!a&&(w[i]=o)}}return o}},5795:(e,t,r)=>{"use strict";var n=r(453)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(e){n=null}e.exports=n},592:(e,t,r)=>{"use strict";var n=r(655),s=function(){return!!n};s.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(e){return!0}},e.exports=s},24:e=>{"use strict";var t={foo:{}},r=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof r)}},4039:(e,t,r)=>{"use strict";var n="undefined"!=typeof Symbol&&Symbol,s=r(1333);e.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&s())))}},1333:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var s=Object.getOwnPropertyDescriptor(e,t);if(42!==s.value||!0!==s.enumerable)return!1}return!0}},9957:(e,t,r)=>{"use strict";var n=Function.prototype.call,s=Object.prototype.hasOwnProperty,i=r(6743);e.exports=i.call(n,s)},5580:(e,t,r)=>{var n=r(6110)(r(9325),"DataView");e.exports=n},1549:(e,t,r)=>{var n=r(2032),s=r(3862),i=r(6721),o=r(2749),a=r(5749);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},79:(e,t,r)=>{var n=r(3702),s=r(80),i=r(4739),o=r(8655),a=r(1175);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},8223:(e,t,r)=>{var n=r(6110)(r(9325),"Map");e.exports=n},3661:(e,t,r)=>{var n=r(3040),s=r(7670),i=r(289),o=r(4509),a=r(5330);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}c.prototype.clear=n,c.prototype.delete=s,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},2804:(e,t,r)=>{var n=r(6110)(r(9325),"Promise");e.exports=n},6545:(e,t,r)=>{var n=r(6110)(r(9325),"Set");e.exports=n},1240:(e,t,r)=>{var n=r(3661),s=r(1380),i=r(1459);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new n;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=s,o.prototype.has=i,e.exports=o},7217:(e,t,r)=>{var n=r(79),s=r(1420),i=r(938),o=r(3605),a=r(9817),c=r(945);function l(e){var t=this.__data__=new n(e);this.size=t.size}l.prototype.clear=s,l.prototype.delete=i,l.prototype.get=o,l.prototype.has=a,l.prototype.set=c,e.exports=l},1873:(e,t,r)=>{var n=r(9325).Symbol;e.exports=n},7828:(e,t,r)=>{var n=r(9325).Uint8Array;e.exports=n},8303:(e,t,r)=>{var n=r(6110)(r(9325),"WeakMap");e.exports=n},9770:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length,s=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[s++]=o)}return i}},695:(e,t,r)=>{var n=r(8096),s=r(2428),i=r(6449),o=r(3656),a=r(361),c=r(7167),l=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),u=!r&&s(e),p=!r&&!u&&o(e),h=!r&&!u&&!p&&c(e),f=r||u||p||h,d=f?n(e.length,String):[],m=d.length;for(var y in e)!t&&!l.call(e,y)||f&&("length"==y||p&&("offset"==y||"parent"==y)||h&&("buffer"==y||"byteLength"==y||"byteOffset"==y)||a(y,m))||d.push(y);return d}},4528:e=>{e.exports=function(e,t){for(var r=-1,n=t.length,s=e.length;++r<n;)e[s+r]=t[r];return e}},4248:e=>{e.exports=function(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}},6025:(e,t,r)=>{var n=r(5288);e.exports=function(e,t){for(var r=e.length;r--;)if(n(e[r][0],t))return r;return-1}},2199:(e,t,r)=>{var n=r(4528),s=r(6449);e.exports=function(e,t,r){var i=t(e);return s(e)?i:n(i,r(e))}},2552:(e,t,r)=>{var n=r(1873),s=r(659),i=r(9350),o=n?n.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?s(e):i(e)}},7534:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return s(e)&&"[object Arguments]"==n(e)}},270:(e,t,r)=>{var n=r(7068),s=r(346);e.exports=function e(t,r,i,o,a){return t===r||(null==t||null==r||!s(t)&&!s(r)?t!=t&&r!=r:n(t,r,i,o,e,a))}},7068:(e,t,r)=>{var n=r(7217),s=r(5911),i=r(1986),o=r(689),a=r(5861),c=r(6449),l=r(3656),u=r(7167),p="[object Arguments]",h="[object Array]",f="[object Object]",d=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,m,y,v){var g=c(e),b=c(t),x=g?h:a(e),w=b?h:a(t),E=(x=x==p?f:x)==f,j=(w=w==p?f:w)==f,O=x==w;if(O&&l(e)){if(!l(t))return!1;g=!0,E=!1}if(O&&!E)return v||(v=new n),g||u(e)?s(e,t,r,m,y,v):i(e,t,x,r,m,y,v);if(!(1&r)){var S=E&&d.call(e,"__wrapped__"),P=j&&d.call(t,"__wrapped__");if(S||P){var A=S?e.value():e,$=P?t.value():t;return v||(v=new n),y(A,$,r,m,v)}}return!!O&&(v||(v=new n),o(e,t,r,m,y,v))}},5083:(e,t,r)=>{var n=r(1882),s=r(7296),i=r(3805),o=r(7473),a=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,p=l.hasOwnProperty,h=RegExp("^"+u.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||s(e))&&(n(e)?h:a).test(o(e))}},4901:(e,t,r)=>{var n=r(2552),s=r(294),i=r(346),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&s(e.length)&&!!o[n(e)]}},8984:(e,t,r)=>{var n=r(5527),s=r(3650),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!n(e))return s(e);var t=[];for(var r in Object(e))i.call(e,r)&&"constructor"!=r&&t.push(r);return t}},8096:e=>{e.exports=function(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}},7301:e=>{e.exports=function(e){return function(t){return e(t)}}},9219:e=>{e.exports=function(e,t){return e.has(t)}},5481:(e,t,r)=>{var n=r(9325)["__core-js_shared__"];e.exports=n},5911:(e,t,r)=>{var n=r(1240),s=r(4248),i=r(9219);e.exports=function(e,t,r,o,a,c){var l=1&r,u=e.length,p=t.length;if(u!=p&&!(l&&p>u))return!1;var h=c.get(e),f=c.get(t);if(h&&f)return h==t&&f==e;var d=-1,m=!0,y=2&r?new n:void 0;for(c.set(e,t),c.set(t,e);++d<u;){var v=e[d],g=t[d];if(o)var b=l?o(g,v,d,t,e,c):o(v,g,d,e,t,c);if(void 0!==b){if(b)continue;m=!1;break}if(y){if(!s(t,(function(e,t){if(!i(y,t)&&(v===e||a(v,e,r,o,c)))return y.push(t)}))){m=!1;break}}else if(v!==g&&!a(v,g,r,o,c)){m=!1;break}}return c.delete(e),c.delete(t),m}},1986:(e,t,r)=>{var n=r(1873),s=r(7828),i=r(5288),o=r(5911),a=r(317),c=r(4247),l=n?n.prototype:void 0,u=l?l.valueOf:void 0;e.exports=function(e,t,r,n,l,p,h){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!p(new s(e),new s(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var f=a;case"[object Set]":var d=1&n;if(f||(f=c),e.size!=t.size&&!d)return!1;var m=h.get(e);if(m)return m==t;n|=2,h.set(e,t);var y=o(f(e),f(t),n,l,p,h);return h.delete(e),y;case"[object Symbol]":if(u)return u.call(e)==u.call(t)}return!1}},689:(e,t,r)=>{var n=r(2),s=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,o,a){var c=1&r,l=n(e),u=l.length;if(u!=n(t).length&&!c)return!1;for(var p=u;p--;){var h=l[p];if(!(c?h in t:s.call(t,h)))return!1}var f=a.get(e),d=a.get(t);if(f&&d)return f==t&&d==e;var m=!0;a.set(e,t),a.set(t,e);for(var y=c;++p<u;){var v=e[h=l[p]],g=t[h];if(i)var b=c?i(g,v,h,t,e,a):i(v,g,h,e,t,a);if(!(void 0===b?v===g||o(v,g,r,i,a):b)){m=!1;break}y||(y="constructor"==h)}if(m&&!y){var x=e.constructor,w=t.constructor;x==w||!("constructor"in e)||!("constructor"in t)||"function"==typeof x&&x instanceof x&&"function"==typeof w&&w instanceof w||(m=!1)}return a.delete(e),a.delete(t),m}},4840:(e,t,r)=>{var n="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=n},2:(e,t,r)=>{var n=r(2199),s=r(4664),i=r(5950);e.exports=function(e){return n(e,i,s)}},2651:(e,t,r)=>{var n=r(4218);e.exports=function(e,t){var r=e.__data__;return n(t)?r["string"==typeof t?"string":"hash"]:r.map}},6110:(e,t,r)=>{var n=r(5083),s=r(392);e.exports=function(e,t){var r=s(e,t);return n(r)?r:void 0}},659:(e,t,r)=>{var n=r(1873),s=Object.prototype,i=s.hasOwnProperty,o=s.toString,a=n?n.toStringTag:void 0;e.exports=function(e){var t=i.call(e,a),r=e[a];try{e[a]=void 0;var n=!0}catch(e){}var s=o.call(e);return n&&(t?e[a]=r:delete e[a]),s}},4664:(e,t,r)=>{var n=r(9770),s=r(3345),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(e){return null==e?[]:(e=Object(e),n(o(e),(function(t){return i.call(e,t)})))}:s;e.exports=a},5861:(e,t,r)=>{var n=r(5580),s=r(8223),i=r(2804),o=r(6545),a=r(8303),c=r(2552),l=r(7473),u="[object Map]",p="[object Promise]",h="[object Set]",f="[object WeakMap]",d="[object DataView]",m=l(n),y=l(s),v=l(i),g=l(o),b=l(a),x=c;(n&&x(new n(new ArrayBuffer(1)))!=d||s&&x(new s)!=u||i&&x(i.resolve())!=p||o&&x(new o)!=h||a&&x(new a)!=f)&&(x=function(e){var t=c(e),r="[object Object]"==t?e.constructor:void 0,n=r?l(r):"";if(n)switch(n){case m:return d;case y:return u;case v:return p;case g:return h;case b:return f}return t}),e.exports=x},392:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},2032:(e,t,r)=>{var n=r(1042);e.exports=function(){this.__data__=n?n(null):{},this.size=0}},3862:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},6721:(e,t,r)=>{var n=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(n){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return s.call(t,e)?t[e]:void 0}},2749:(e,t,r)=>{var n=r(1042),s=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return n?void 0!==t[e]:s.call(t,e)}},5749:(e,t,r)=>{var n=r(1042);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=n&&void 0===t?"__lodash_hash_undefined__":t,this}},361:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var n=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==n||"symbol"!=n&&t.test(e))&&e>-1&&e%1==0&&e<r}},4218:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},7296:(e,t,r)=>{var n,s=r(5481),i=(n=/[^.]+$/.exec(s&&s.keys&&s.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"";e.exports=function(e){return!!i&&i in e}},5527:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},3702:e=>{e.exports=function(){this.__data__=[],this.size=0}},80:(e,t,r)=>{var n=r(6025),s=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=n(t,e);return!(r<0)&&(r==t.length-1?t.pop():s.call(t,r,1),--this.size,!0)}},4739:(e,t,r)=>{var n=r(6025);e.exports=function(e){var t=this.__data__,r=n(t,e);return r<0?void 0:t[r][1]}},8655:(e,t,r)=>{var n=r(6025);e.exports=function(e){return n(this.__data__,e)>-1}},1175:(e,t,r)=>{var n=r(6025);e.exports=function(e,t){var r=this.__data__,s=n(r,e);return s<0?(++this.size,r.push([e,t])):r[s][1]=t,this}},3040:(e,t,r)=>{var n=r(1549),s=r(79),i=r(8223);e.exports=function(){this.size=0,this.__data__={hash:new n,map:new(i||s),string:new n}}},7670:(e,t,r)=>{var n=r(2651);e.exports=function(e){var t=n(this,e).delete(e);return this.size-=t?1:0,t}},289:(e,t,r)=>{var n=r(2651);e.exports=function(e){return n(this,e).get(e)}},4509:(e,t,r)=>{var n=r(2651);e.exports=function(e){return n(this,e).has(e)}},5330:(e,t,r)=>{var n=r(2651);e.exports=function(e,t){var r=n(this,e),s=r.size;return r.set(e,t),this.size+=r.size==s?0:1,this}},317:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}},1042:(e,t,r)=>{var n=r(6110)(Object,"create");e.exports=n},3650:(e,t,r)=>{var n=r(4335)(Object.keys,Object);e.exports=n},6009:(e,t,r)=>{e=r.nmd(e);var n=r(4840),s=t&&!t.nodeType&&t,i=s&&e&&!e.nodeType&&e,o=i&&i.exports===s&&n.process,a=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},9350:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},4335:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},9325:(e,t,r)=>{var n=r(4840),s="object"==typeof self&&self&&self.Object===Object&&self,i=n||s||Function("return this")();e.exports=i},1380:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},1459:e=>{e.exports=function(e){return this.__data__.has(e)}},4247:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}},1420:(e,t,r)=>{var n=r(79);e.exports=function(){this.__data__=new n,this.size=0}},938:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},3605:e=>{e.exports=function(e){return this.__data__.get(e)}},9817:e=>{e.exports=function(e){return this.__data__.has(e)}},945:(e,t,r)=>{var n=r(79),s=r(8223),i=r(3661);e.exports=function(e,t){var r=this.__data__;if(r instanceof n){var o=r.__data__;if(!s||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(e,t),this.size=r.size,this}},7473:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},5288:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},2428:(e,t,r)=>{var n=r(7534),s=r(346),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=n(function(){return arguments}())?n:function(e){return s(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=c},6449:e=>{var t=Array.isArray;e.exports=t},4894:(e,t,r)=>{var n=r(1882),s=r(294);e.exports=function(e){return null!=e&&s(e.length)&&!n(e)}},3812:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return!0===e||!1===e||s(e)&&"[object Boolean]"==n(e)}},3656:(e,t,r)=>{e=r.nmd(e);var n=r(9325),s=r(9935),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?n.Buffer:void 0,c=(a?a.isBuffer:void 0)||s;e.exports=c},2404:(e,t,r)=>{var n=r(270);e.exports=function(e,t){return n(e,t)}},1882:(e,t,r)=>{var n=r(2552),s=r(3805);e.exports=function(e){if(!s(e))return!1;var t=n(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},294:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},5187:e=>{e.exports=function(e){return null===e}},8023:(e,t,r)=>{var n=r(2552),s=r(346);e.exports=function(e){return"number"==typeof e||s(e)&&"[object Number]"==n(e)}},3805:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},346:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},5015:(e,t,r)=>{var n=r(2552),s=r(6449),i=r(346);e.exports=function(e){return"string"==typeof e||!s(e)&&i(e)&&"[object String]"==n(e)}},7167:(e,t,r)=>{var n=r(4901),s=r(7301),i=r(6009),o=i&&i.isTypedArray,a=o?s(o):n;e.exports=a},5950:(e,t,r)=>{var n=r(695),s=r(8984),i=r(4894);e.exports=function(e){return i(e)?n(e):s(e)}},6048:e=>{e.exports=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}},3345:e=>{e.exports=function(){return[]}},9935:e=>{e.exports=function(){return!1}},2340:(e,t,r)=>{const n=r(6048);function s(e){return"string"==typeof e?t=>t.element===e:e.constructor&&e.extend?t=>t instanceof e:e}class i{constructor(e){this.elements=e||[]}toValue(){return this.elements.map((e=>e.toValue()))}map(e,t){return this.elements.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return e=s(e),new i(this.elements.filter(e,t))}reject(e,t){return e=s(e),new i(this.elements.filter(n(e),t))}find(e,t){return e=s(e),this.elements.find(e,t)}forEach(e,t){this.elements.forEach(e,t)}reduce(e,t){return this.elements.reduce(e,t)}includes(e){return this.elements.some((t=>t.equals(e)))}shift(){return this.elements.shift()}unshift(e){this.elements.unshift(this.refract(e))}push(e){return this.elements.push(this.refract(e)),this}add(e){this.push(e)}get(e){return this.elements[e]}getValue(e){const t=this.elements[e];if(t)return t.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),e.exports=i},5973:e=>{class t{constructor(e,t){this.key=e,this.value=t}clone(){const e=new t;return this.key&&(e.key=this.key.clone()),this.value&&(e.value=this.value.clone()),e}}e.exports=t},3110:(e,t,r)=>{const n=r(5187),s=r(5015),i=r(8023),o=r(3812),a=r(3805),c=r(5105),l=r(6804);class u{constructor(e){this.elementMap={},this.elementDetection=[],this.Element=l.Element,this.KeyValuePair=l.KeyValuePair,e&&e.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.load({base:this}),this}useDefault(){return this.register("null",l.NullElement).register("string",l.StringElement).register("number",l.NumberElement).register("boolean",l.BooleanElement).register("array",l.ArrayElement).register("object",l.ObjectElement).register("member",l.MemberElement).register("ref",l.RefElement).register("link",l.LinkElement),this.detect(n,l.NullElement,!1).detect(s,l.StringElement,!1).detect(i,l.NumberElement,!1).detect(o,l.BooleanElement,!1).detect(Array.isArray,l.ArrayElement,!1).detect(a,l.ObjectElement,!1),this}register(e,t){return this._elements=void 0,this.elementMap[e]=t,this}unregister(e){return this._elements=void 0,delete this.elementMap[e],this}detect(e,t,r){return void 0===r||r?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(let r=0;r<this.elementDetection.length;r+=1){const n=this.elementDetection[r][0],s=this.elementDetection[r][1];if(n(e)){t=new s(e);break}}return t}getElementClass(e){const t=this.elementMap[e];return void 0===t?this.Element:t}fromRefract(e){return this.serialiser.deserialise(e)}toRefract(e){return this.serialiser.serialise(e)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach((e=>{const t=e[0].toUpperCase()+e.substr(1);this._elements[t]=this.elementMap[e]}))),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=u,e.exports=u},866:(e,t,r)=>{const n=r(6048),s=r(2340);class i extends s{map(e,t){return this.elements.map((r=>e.bind(t)(r.value,r.key,r)))}filter(e,t){return new i(this.elements.filter((r=>e.bind(t)(r.value,r.key,r))))}reject(e,t){return this.filter(n(e.bind(t)))}forEach(e,t){return this.elements.forEach(((r,n)=>{e.bind(t)(r.value,r.key,r,n)}))}keys(){return this.map(((e,t)=>t.toValue()))}values(){return this.map((e=>e.toValue()))}}e.exports=i},6804:(e,t,r)=>{const n=r(316),s=r(1067),i=r(1167),o=r(239),a=r(2242),c=r(6233),l=r(7726),u=r(1045),p=r(6303),h=r(4540),f=r(2340),d=r(866),m=r(5973);function y(e){if(e instanceof n)return e;if("string"==typeof e)return new i(e);if("number"==typeof e)return new o(e);if("boolean"==typeof e)return new a(e);if(null===e)return new s;if(Array.isArray(e))return new c(e.map(y));if("object"==typeof e){return new u(e)}return e}n.prototype.ObjectElement=u,n.prototype.RefElement=h,n.prototype.MemberElement=l,n.prototype.refract=y,f.prototype.refract=y,e.exports={Element:n,NullElement:s,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:l,ObjectElement:u,LinkElement:p,RefElement:h,refract:y,ArraySlice:f,ObjectSlice:d,KeyValuePair:m}},6303:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}}},4540:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||[],t,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}}},4035:(e,t,r)=>{const n=r(3110),s=r(6804);t.g$=n,t.KeyValuePair=r(5973),t.G6=s.ArraySlice,t.ot=s.ObjectSlice,t.Hg=s.Element,t.Om=s.StringElement,t.kT=s.NumberElement,t.bd=s.BooleanElement,t.Os=s.NullElement,t.wE=s.ArrayElement,t.Sh=s.ObjectElement,t.Pr=s.MemberElement,t.sI=s.RefElement,t.Ft=s.LinkElement,t.e=s.refract,r(5105),r(5147)},6233:(e,t,r)=>{const n=r(6048),s=r(316),i=r(2340);class o extends s{constructor(e,t,r){super(e||[],t,r),this.element="array"}primitive(){return"array"}get(e){return this.content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}getIndex(e){return this.content[e]}set(e,t){return this.content[e]=this.refract(t),this}remove(e){const t=this.content.splice(e,1);return t.length?t[0]:null}map(e,t){return this.content.map(e,t)}flatMap(e,t){return this.map(e,t).reduce(((e,t)=>e.concat(t)),[])}compactMap(e,t){const r=[];return this.forEach((n=>{const s=e.bind(t)(n);s&&r.push(s)})),r}filter(e,t){return new i(this.content.filter(e,t))}reject(e,t){return this.filter(n(e),t)}reduce(e,t){let r,n;void 0!==t?(r=0,n=this.refract(t)):(r=1,n="object"===this.primitive()?this.first.value:this.first);for(let t=r;t<this.length;t+=1){const r=this.content[t];n="object"===this.primitive()?this.refract(e(n,r.value,r.key,r,this)):this.refract(e(n,r,t,this))}return n}forEach(e,t){this.content.forEach(((r,n)=>{e.bind(t)(r,this.refract(n))}))}shift(){return this.content.shift()}unshift(e){this.content.unshift(this.refract(e))}push(e){return this.content.push(this.refract(e)),this}add(e){this.push(e)}findElements(e,t){const r=t||{},n=!!r.recursive,s=void 0===r.results?[]:r.results;return this.forEach(((t,r,i)=>{n&&void 0!==t.findElements&&t.findElements(e,{results:s,recursive:n}),e(t,r,i)&&s.push(t)})),s}find(e){return new i(this.findElements(e,{recursive:!0}))}findByElement(e){return this.find((t=>t.element===e))}findByClass(e){return this.find((t=>t.classes.includes(e)))}getById(e){return this.find((t=>t.id.toValue()===e)).first}includes(e){return this.content.some((t=>t.equals(e)))}contains(e){return this.includes(e)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(e){return new this.constructor(this.content.concat(e.content))}"fantasy-land/concat"(e){return this.concat(e)}"fantasy-land/map"(e){return new this.constructor(this.map(e))}"fantasy-land/chain"(e){return this.map((t=>e(t)),this).reduce(((e,t)=>e.concat(t)),this.empty())}"fantasy-land/filter"(e){return new this.constructor(this.content.filter(e))}"fantasy-land/reduce"(e,t){return this.content.reduce(e,t)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),e.exports=o},2242:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="boolean"}primitive(){return"boolean"}}},316:(e,t,r)=>{const n=r(2404),s=r(5973),i=r(2340);class o{constructor(e,t,r){t&&(this.meta=t),r&&(this.attributes=r),this.content=e}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach((e=>{e.parent=this,e.freeze()}),this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const e=new this.constructor;return e.element=this.element,this.meta.length&&(e._meta=this.meta.clone()),this.attributes.length&&(e._attributes=this.attributes.clone()),this.content?this.content.clone?e.content=this.content.clone():Array.isArray(this.content)?e.content=this.content.map((e=>e.clone())):e.content=this.content:e.content=this.content,e}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof s?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map((e=>e.toValue()),this):this.content}toRef(e){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const t=new this.RefElement(this.id.toValue());return e&&(t.path=e),t}findRecursive(...e){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const t=e.pop();let r=new i;const n=(e,t)=>(e.push(t),e),o=(e,r)=>{r.element===t&&e.push(r);const i=r.findRecursive(t);return i&&i.reduce(n,e),r.content instanceof s&&(r.content.key&&o(e,r.content.key),r.content.value&&o(e,r.content.value)),e};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),e.isEmpty||(r=r.filter((t=>{let r=t.parents.map((e=>e.element));for(const t in e){const n=e[t],s=r.indexOf(n);if(-1===s)return!1;r=r.splice(0,s)}return!0}))),r}set(e){return this.content=e,this}equals(e){return n(this.toValue(),e)}getMetaProperty(e,t){if(!this.meta.hasKey(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.meta.set(e,t)}return this.meta.get(e)}setMetaProperty(e,t){this.meta.set(e,t)}get element(){return this._storedElement||"element"}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof o)this._content=e;else if(e instanceof i)this.content=e.elements;else if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"null"===e||null==e)this._content=e;else if(e instanceof s)this._content=e;else if(Array.isArray(e))this._content=e.map(this.refract);else{if("object"!=typeof e)throw new Error("Cannot set content to given value");this._content=Object.keys(e).map((t=>new this.MemberElement(t,e[t])))}}get meta(){if(!this._meta){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._meta=new this.ObjectElement}return this._meta}set meta(e){e instanceof this.ObjectElement?this._meta=e:this.meta.set(e||{})}get attributes(){if(!this._attributes){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._attributes=new this.ObjectElement}return this._attributes}set attributes(e){e instanceof this.ObjectElement?this._attributes=e:this.attributes.set(e||{})}get id(){return this.getMetaProperty("id","")}set id(e){this.setMetaProperty("id",e)}get classes(){return this.getMetaProperty("classes",[])}set classes(e){this.setMetaProperty("classes",e)}get title(){return this.getMetaProperty("title","")}set title(e){this.setMetaProperty("title",e)}get description(){return this.getMetaProperty("description","")}set description(e){this.setMetaProperty("description",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:e}=this;const t=new i;for(;e;)t.push(e),e=e.parent;return t}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof s){const e=new i([this.content.key]);return this.content.value&&e.push(this.content.value),e}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const e=new i;return this.children.forEach((t=>{e.push(t),t.recursiveChildren.forEach((t=>{e.push(t)}))})),e}}e.exports=o},7726:(e,t,r)=>{const n=r(5973),s=r(316);e.exports=class extends s{constructor(e,t,r,s){super(new n,r,s),this.element="member",this.key=e,this.value=t}get key(){return this.content.key}set key(e){this.content.key=this.refract(e)}get value(){return this.content.value}set value(e){this.content.value=this.refract(e)}}},1067:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e||null,t,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},239:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="number"}primitive(){return"number"}}},1045:(e,t,r)=>{const n=r(6048),s=r(3805),i=r(6233),o=r(7726),a=r(866);e.exports=class extends i{constructor(e,t,r){super(e||[],t,r),this.element="object"}primitive(){return"object"}toValue(){return this.content.reduce(((e,t)=>(e[t.key.toValue()]=t.value?t.value.toValue():void 0,e)),{})}get(e){const t=this.getMember(e);if(t)return t.value}getMember(e){if(void 0!==e)return this.content.find((t=>t.key.toValue()===e))}remove(e){let t=null;return this.content=this.content.filter((r=>r.key.toValue()!==e||(t=r,!1))),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if(s(e))return Object.keys(e).forEach((t=>{this.set(t,e[t])})),this;const r=e,n=this.getMember(r);return n?n.value=t:this.content.push(new o(r,t)),this}keys(){return this.content.map((e=>e.key.toValue()))}values(){return this.content.map((e=>e.value.toValue()))}hasKey(e){return this.content.some((t=>t.key.equals(e)))}items(){return this.content.map((e=>[e.key.toValue(),e.value.toValue()]))}map(e,t){return this.content.map((r=>e.bind(t)(r.value,r.key,r)))}compactMap(e,t){const r=[];return this.forEach(((n,s,i)=>{const o=e.bind(t)(n,s,i);o&&r.push(o)})),r}filter(e,t){return new a(this.content).filter(e,t)}reject(e,t){return this.filter(n(e),t)}forEach(e,t){return this.content.forEach((r=>e.bind(t)(r.value,r.key,r)))}}},1167:(e,t,r)=>{const n=r(316);e.exports=class extends n{constructor(e,t,r){super(e,t,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},5147:(e,t,r)=>{const n=r(5105);e.exports=class extends n{serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);let t;e._attributes&&e.attributes.get("variable")&&(t=e.attributes.get("variable"));const r={element:e.element};e._meta&&e._meta.length>0&&(r.meta=this.serialiseObject(e.meta));const n="enum"===e.element||-1!==e.attributes.keys().indexOf("enumerations");if(n){const t=this.enumSerialiseAttributes(e);t&&(r.attributes=t)}else if(e._attributes&&e._attributes.length>0){let{attributes:n}=e;n.get("metadata")&&(n=n.clone(),n.set("meta",n.get("metadata")),n.remove("metadata")),"member"===e.element&&t&&(n=n.clone(),n.remove("variable")),n.length>0&&(r.attributes=this.serialiseObject(n))}if(n)r.content=this.enumSerialiseContent(e,r);else if(this[`${e.element}SerialiseContent`])r.content=this[`${e.element}SerialiseContent`](e,r);else if(void 0!==e.content){let n;t&&e.content.key?(n=e.content.clone(),n.key.attributes.set("variable",t),n=this.serialiseContent(n)):n=this.serialiseContent(e.content),this.shouldSerialiseContent(e,n)&&(r.content=n)}else this.shouldSerialiseContent(e,e.content)&&e instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(e,t){return"parseResult"===e.element||"httpRequest"===e.element||"httpResponse"===e.element||"category"===e.element||"link"===e.element||void 0!==t&&(!Array.isArray(t)||0!==t.length)}refSerialiseContent(e,t){return delete t.attributes,{href:e.toValue(),path:e.path.toValue()}}sourceMapSerialiseContent(e){return e.toValue()}dataStructureSerialiseContent(e){return[this.serialiseContent(e.content)]}enumSerialiseAttributes(e){const t=e.attributes.clone(),r=t.remove("enumerations")||new this.namespace.elements.Array([]),n=t.get("default");let s=t.get("samples")||new this.namespace.elements.Array([]);if(n&&n.content&&(n.content.attributes&&n.content.attributes.remove("typeAttributes"),t.set("default",new this.namespace.elements.Array([n.content]))),s.forEach((e=>{e.content&&e.content.element&&e.content.attributes.remove("typeAttributes")})),e.content&&0!==r.length&&s.unshift(e.content),s=s.map((e=>e instanceof this.namespace.elements.Array?[e]:new this.namespace.elements.Array([e.content]))),s.length&&t.set("samples",s),t.length>0)return this.serialiseObject(t)}enumSerialiseContent(e){if(e._attributes){const t=e.attributes.get("enumerations");if(t&&t.length>0)return t.content.map((e=>{const t=e.clone();return t.attributes.remove("typeAttributes"),this.serialise(t)}))}if(e.content){const t=e.content.clone();return t.attributes.remove("typeAttributes"),[this.serialise(t)]}return[]}deserialise(e){if("string"==typeof e)return new this.namespace.elements.String(e);if("number"==typeof e)return new this.namespace.elements.Number(e);if("boolean"==typeof e)return new this.namespace.elements.Boolean(e);if(null===e)return new this.namespace.elements.Null;if(Array.isArray(e))return new this.namespace.elements.Array(e.map(this.deserialise,this));const t=this.namespace.getElementClass(e.element),r=new t;r.element!==e.element&&(r.element=e.element),e.meta&&this.deserialiseObject(e.meta,r.meta),e.attributes&&this.deserialiseObject(e.attributes,r.attributes);const n=this.deserialiseContent(e.content);if(void 0===n&&null!==r.content||(r.content=n),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let e=r.attributes.get("samples");if(r.attributes.remove("samples"),e){const n=e;e=new this.namespace.elements.Array,n.forEach((n=>{n.forEach((n=>{const s=new t(n);s.element=r.element,e.push(s)}))}));const s=e.shift();r.content=s?s.content:void 0,r.attributes.set("samples",e)}else r.content=void 0;let n=r.attributes.get("default");if(n&&n.length>0){n=n.get(0);const e=new t(n);e.element=r.element,r.attributes.set("default",e)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const e=r.attributes.get("meta");e&&(r.attributes.set("metadata",e),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}return e&&e.map?e.map(this.serialise,this):e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}shouldRefract(e){return!!(e._attributes&&e.attributes.keys().length||e._meta&&e.meta.keys().length)||"enum"!==e.element&&(e.element!==e.primitive()||"member"===e.element)}convertKeyToRefract(e,t){return this.shouldRefract(t)?this.serialise(t):"enum"===t.element?this.serialiseEnum(t):"array"===t.element?t.map((t=>this.shouldRefract(t)||"default"===e?this.serialise(t):"array"===t.element||"object"===t.element||"enum"===t.element?t.children.map((e=>this.serialise(e))):t.toValue())):"object"===t.element?(t.content||[]).map(this.serialise,this):t.toValue()}serialiseEnum(e){return e.children.map((e=>this.serialise(e)))}serialiseObject(e){const t={};return e.forEach(((e,r)=>{if(e){const n=r.toValue();t[n]=this.convertKeyToRefract(n,e)}})),t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},5105:e=>{e.exports=class{constructor(e){this.namespace=e||new this.Namespace}serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);const t={element:e.element};e._meta&&e._meta.length>0&&(t.meta=this.serialiseObject(e.meta)),e._attributes&&e._attributes.length>0&&(t.attributes=this.serialiseObject(e.attributes));const r=this.serialiseContent(e.content);return void 0!==r&&(t.content=r),t}deserialise(e){if(!e.element)throw new Error("Given value is not an object containing an element name");const t=new(this.namespace.getElementClass(e.element));t.element!==e.element&&(t.element=e.element),e.meta&&this.deserialiseObject(e.meta,t.meta),e.attributes&&this.deserialiseObject(e.attributes,t.attributes);const r=this.deserialiseContent(e.content);return void 0===r&&null!==t.content||(t.content=r),t}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}if(e&&e.map){if(0===e.length)return;return e.map(this.serialise,this)}return e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(e.map)return e.map(this.deserialise,this)}return e}serialiseObject(e){const t={};if(e.forEach(((e,r)=>{e&&(t[r.toValue()]=this.serialise(e))})),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach((r=>{t.set(r,this.deserialise(e[r]))}))}}},8859:(e,t,r)=>{var n="function"==typeof Map&&Map.prototype,s=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=n&&s&&"function"==typeof s.get?s.get:null,o=n&&Map.prototype.forEach,a="function"==typeof Set&&Set.prototype,c=Object.getOwnPropertyDescriptor&&a?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,l=a&&c&&"function"==typeof c.get?c.get:null,u=a&&Set.prototype.forEach,p="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,h="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,f="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,m=Object.prototype.toString,y=Function.prototype.toString,v=String.prototype.match,g=String.prototype.slice,b=String.prototype.replace,x=String.prototype.toUpperCase,w=String.prototype.toLowerCase,E=RegExp.prototype.test,j=Array.prototype.concat,O=Array.prototype.join,S=Array.prototype.slice,P=Math.floor,A="function"==typeof BigInt?BigInt.prototype.valueOf:null,$=Object.getOwnPropertySymbols,_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,k="function"==typeof Symbol&&"object"==typeof Symbol.iterator,C="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===k||"symbol")?Symbol.toStringTag:null,I=Object.prototype.propertyIsEnumerable,T=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function M(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||E.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-P(-e):P(e);if(n!==e){var s=String(n),i=g.call(t,s.length+1);return b.call(s,r,"$&_")+"."+b.call(b.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(t,r,"$&_")}var R=r(2634),F=R.custom,D=U(F)?F:null;function N(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function q(e){return b.call(String(e),/"/g,"&quot;")}function L(e){return!("[object Array]"!==H(e)||C&&"object"==typeof e&&C in e)}function B(e){return!("[object RegExp]"!==H(e)||C&&"object"==typeof e&&C in e)}function U(e){if(k)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,s,a){var c=n||{};if(z(c,"quoteStyle")&&"single"!==c.quoteStyle&&"double"!==c.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(z(c,"maxStringLength")&&("number"==typeof c.maxStringLength?c.maxStringLength<0&&c.maxStringLength!==1/0:null!==c.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var m=!z(c,"customInspect")||c.customInspect;if("boolean"!=typeof m&&"symbol"!==m)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(z(c,"indent")&&null!==c.indent&&"\t"!==c.indent&&!(parseInt(c.indent,10)===c.indent&&c.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(z(c,"numericSeparator")&&"boolean"!=typeof c.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var x=c.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return G(t,c);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var E=String(t);return x?M(t,E):E}if("bigint"==typeof t){var P=String(t)+"n";return x?M(t,P):P}var $=void 0===c.depth?5:c.depth;if(void 0===s&&(s=0),s>=$&&$>0&&"object"==typeof t)return L(t)?"[Array]":"[Object]";var F=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=O.call(Array(e.indent+1)," ")}return{base:r,prev:O.call(Array(t+1),r)}}(c,s);if(void 0===a)a=[];else if(J(a,t)>=0)return"[Circular]";function V(t,r,n){if(r&&(a=S.call(a)).push(r),n){var i={depth:c.depth};return z(c,"quoteStyle")&&(i.quoteStyle=c.quoteStyle),e(t,i,s+1,a)}return e(t,c,s+1,a)}if("function"==typeof t&&!B(t)){var K=function(e){if(e.name)return e.name;var t=v.call(y.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),ee=Z(t,V);return"[Function"+(K?": "+K:" (anonymous)")+"]"+(ee.length>0?" { "+O.call(ee,", ")+" }":"")}if(U(t)){var te=k?b.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):_.call(t);return"object"!=typeof t||k?te:W(te)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var re="<"+w.call(String(t.nodeName)),ne=t.attributes||[],se=0;se<ne.length;se++)re+=" "+ne[se].name+"="+N(q(ne[se].value),"double",c);return re+=">",t.childNodes&&t.childNodes.length&&(re+="..."),re+="</"+w.call(String(t.nodeName))+">"}if(L(t)){if(0===t.length)return"[]";var ie=Z(t,V);return F&&!function(e){for(var t=0;t<e.length;t++)if(J(e[t],"\n")>=0)return!1;return!0}(ie)?"["+Q(ie,F)+"]":"[ "+O.call(ie,", ")+" ]"}if(function(e){return!("[object Error]"!==H(e)||C&&"object"==typeof e&&C in e)}(t)){var oe=Z(t,V);return"cause"in Error.prototype||!("cause"in t)||I.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+O.call(oe,", ")+" }":"{ ["+String(t)+"] "+O.call(j.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"==typeof t&&m){if(D&&"function"==typeof t[D]&&R)return R(t,{depth:$-s});if("symbol"!==m&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!=typeof e)return!1;try{i.call(e);try{l.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var ae=[];return o&&o.call(t,(function(e,r){ae.push(V(r,t,!0)+" => "+V(e,t))})),X("Map",i.call(t),ae,F)}if(function(e){if(!l||!e||"object"!=typeof e)return!1;try{l.call(e);try{i.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var ce=[];return u&&u.call(t,(function(e){ce.push(V(e,t))})),X("Set",l.call(t),ce,F)}if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{p.call(e,p);try{h.call(e,h)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Y("WeakMap");if(function(e){if(!h||!e||"object"!=typeof e)return!1;try{h.call(e,h);try{p.call(e,p)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Y("WeakSet");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{return f.call(e),!0}catch(e){}return!1}(t))return Y("WeakRef");if(function(e){return!("[object Number]"!==H(e)||C&&"object"==typeof e&&C in e)}(t))return W(V(Number(t)));if(function(e){if(!e||"object"!=typeof e||!A)return!1;try{return A.call(e),!0}catch(e){}return!1}(t))return W(V(A.call(t)));if(function(e){return!("[object Boolean]"!==H(e)||C&&"object"==typeof e&&C in e)}(t))return W(d.call(t));if(function(e){return!("[object String]"!==H(e)||C&&"object"==typeof e&&C in e)}(t))return W(V(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if(t===r.g)return"{ [object globalThis] }";if(!function(e){return!("[object Date]"!==H(e)||C&&"object"==typeof e&&C in e)}(t)&&!B(t)){var le=Z(t,V),ue=T?T(t)===Object.prototype:t instanceof Object||t.constructor===Object,pe=t instanceof Object?"":"null prototype",he=!ue&&C&&Object(t)===t&&C in t?g.call(H(t),8,-1):pe?"Object":"",fe=(ue||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(he||pe?"["+O.call(j.call([],he||[],pe||[]),": ")+"] ":"");return 0===le.length?fe+"{}":F?fe+"{"+Q(le,F)+"}":fe+"{ "+O.call(le,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function z(e,t){return V.call(e,t)}function H(e){return m.call(e)}function J(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function G(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return G(g.call(e,0,t.maxStringLength),t)+n}return N(b.call(b.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,K),"single",t)}function K(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+x.call(t.toString(16))}function W(e){return"Object("+e+")"}function Y(e){return e+" { ? }"}function X(e,t,r,n){return e+" ("+t+") {"+(n?Q(r,n):O.call(r,", "))+"}"}function Q(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+O.call(e,","+r)+"\n"+t.prev}function Z(e,t){var r=L(e),n=[];if(r){n.length=e.length;for(var s=0;s<e.length;s++)n[s]=z(e,s)?t(e[s],e):""}var i,o="function"==typeof $?$(e):[];if(k){i={};for(var a=0;a<o.length;a++)i["$"+o[a]]=o[a]}for(var c in e)z(e,c)&&(r&&String(Number(c))===c&&c<e.length||k&&i["$"+c]instanceof Symbol||(E.call(/[^\w$]/,c)?n.push(t(c,e)+": "+t(e[c],e)):n.push(c+": "+t(e[c],e))));if("function"==typeof $)for(var l=0;l<o.length;l++)I.call(e,o[l])&&n.push("["+t(o[l])+"]: "+t(e[o[l]],e));return n}},5606:e=>{var t,r,n=e.exports={};function s(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function o(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(r){try{return t.call(null,e,0)}catch(r){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:s}catch(e){t=s}try{r="function"==typeof clearTimeout?clearTimeout:i}catch(e){r=i}}();var a,c=[],l=!1,u=-1;function p(){l&&a&&(l=!1,a.length?c=a.concat(c):u=-1,c.length&&h())}function h(){if(!l){var e=o(p);l=!0;for(var t=c.length;t;){for(a=c,c=[];++u<t;)a&&a[u].run();u=-1,t=c.length}a=null,l=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===i||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{return r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function f(e,t){this.fun=e,this.array=t}function d(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];c.push(new f(e,t)),1!==c.length||l||o(h)},f.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=d,n.addListener=d,n.once=d,n.off=d,n.removeListener=d,n.removeAllListeners=d,n.emit=d,n.prependListener=d,n.prependOnceListener=d,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}},4765:e=>{"use strict";var t=String.prototype.replace,r=/%20/g,n="RFC1738",s="RFC3986";e.exports={default:s,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:n,RFC3986:s}},5373:(e,t,r)=>{"use strict";var n=r(8636),s=r(2642),i=r(4765);e.exports={formats:i,parse:s,stringify:n}},2642:(e,t,r)=>{"use strict";var n=r(7720),s=Object.prototype.hasOwnProperty,i=Array.isArray,o={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:n.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},a=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},l=function(e,t,r,n){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,a=r.depth>0&&/(\[[^[\]]*])/.exec(i),l=a?i.slice(0,a.index):i,u=[];if(l){if(!r.plainObjects&&s.call(Object.prototype,l)&&!r.allowPrototypes)return;u.push(l)}for(var p=0;r.depth>0&&null!==(a=o.exec(i))&&p<r.depth;){if(p+=1,!r.plainObjects&&s.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;u.push(a[1])}return a&&u.push("["+i.slice(a.index)+"]"),function(e,t,r,n){for(var s=n?t:c(t,r),i=e.length-1;i>=0;--i){var o,a=e[i];if("[]"===a&&r.parseArrays)o=r.allowEmptyArrays&&""===s?[]:[].concat(s);else{o=r.plainObjects?Object.create(null):{};var l="["===a.charAt(0)&&"]"===a.charAt(a.length-1)?a.slice(1,-1):a,u=r.decodeDotInKeys?l.replace(/%2E/g,"."):l,p=parseInt(u,10);r.parseArrays||""!==u?!isNaN(p)&&a!==u&&String(p)===u&&p>=0&&r.parseArrays&&p<=r.arrayLimit?(o=[])[p]=s:"__proto__"!==u&&(o[u]=s):o={0:s}}s=o}return s}(u,t,r,n)}};e.exports=function(e,t){var r=function(e){if(!e)return o;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?o.charset:e.charset,r=void 0===e.duplicates?o.duplicates:e.duplicates;if("combine"!==r&&"first"!==r&&"last"!==r)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||o.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:o.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:o.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:o.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:o.decoder,delimiter:"string"==typeof e.delimiter||n.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:o.depth,duplicates:r,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var u="string"==typeof e?function(e,t){var r,l={__proto__:null},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,p=t.parameterLimit===1/0?void 0:t.parameterLimit,h=u.split(t.delimiter,p),f=-1,d=t.charset;if(t.charsetSentinel)for(r=0;r<h.length;++r)0===h[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===h[r]?d="utf-8":"utf8=%26%2310003%3B"===h[r]&&(d="iso-8859-1"),f=r,r=h.length);for(r=0;r<h.length;++r)if(r!==f){var m,y,v=h[r],g=v.indexOf("]="),b=-1===g?v.indexOf("="):g+1;-1===b?(m=t.decoder(v,o.decoder,d,"key"),y=t.strictNullHandling?null:""):(m=t.decoder(v.slice(0,b),o.decoder,d,"key"),y=n.maybeMap(c(v.slice(b+1),t),(function(e){return t.decoder(e,o.decoder,d,"value")}))),y&&t.interpretNumericEntities&&"iso-8859-1"===d&&(y=a(y)),v.indexOf("[]=")>-1&&(y=i(y)?[y]:y);var x=s.call(l,m);x&&"combine"===t.duplicates?l[m]=n.combine(l[m],y):x&&"last"!==t.duplicates||(l[m]=y)}return l}(e,r):e,p=r.plainObjects?Object.create(null):{},h=Object.keys(u),f=0;f<h.length;++f){var d=h[f],m=l(d,u[d],r,"string"==typeof e);p=n.merge(p,m,r)}return!0===r.allowSparse?p:n.compact(p)}},8636:(e,t,r)=>{"use strict";var n=r(920),s=r(7720),i=r(4765),o=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,l=Array.prototype.push,u=function(e,t){l.apply(e,c(t)?t:[t])},p=Date.prototype.toISOString,h=i.default,f={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:s.encode,encodeValuesOnly:!1,format:h,formatter:i.formatters[h],indices:!1,serializeDate:function(e){return p.call(e)},skipNulls:!1,strictNullHandling:!1},d={},m=function e(t,r,i,o,a,l,p,h,m,y,v,g,b,x,w,E,j,O){for(var S,P=t,A=O,$=0,_=!1;void 0!==(A=A.get(d))&&!_;){var k=A.get(t);if($+=1,void 0!==k){if(k===$)throw new RangeError("Cyclic object value");_=!0}void 0===A.get(d)&&($=0)}if("function"==typeof y?P=y(r,P):P instanceof Date?P=b(P):"comma"===i&&c(P)&&(P=s.maybeMap(P,(function(e){return e instanceof Date?b(e):e}))),null===P){if(l)return m&&!E?m(r,f.encoder,j,"key",x):r;P=""}if("string"==typeof(S=P)||"number"==typeof S||"boolean"==typeof S||"symbol"==typeof S||"bigint"==typeof S||s.isBuffer(P))return m?[w(E?r:m(r,f.encoder,j,"key",x))+"="+w(m(P,f.encoder,j,"value",x))]:[w(r)+"="+w(String(P))];var C,I=[];if(void 0===P)return I;if("comma"===i&&c(P))E&&m&&(P=s.maybeMap(P,m)),C=[{value:P.length>0?P.join(",")||null:void 0}];else if(c(y))C=y;else{var T=Object.keys(P);C=v?T.sort(v):T}var M=h?r.replace(/\./g,"%2E"):r,R=o&&c(P)&&1===P.length?M+"[]":M;if(a&&c(P)&&0===P.length)return R+"[]";for(var F=0;F<C.length;++F){var D=C[F],N="object"==typeof D&&void 0!==D.value?D.value:P[D];if(!p||null!==N){var q=g&&h?D.replace(/\./g,"%2E"):D,L=c(P)?"function"==typeof i?i(R,q):R:R+(g?"."+q:"["+q+"]");O.set(t,$);var B=n();B.set(d,O),u(I,e(N,L,i,o,a,l,p,h,"comma"===i&&E&&c(P)?null:m,y,v,g,b,x,w,E,j,B))}}return I};e.exports=function(e,t){var r,s=e,l=function(e){if(!e)return f;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=i.default;if(void 0!==e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n,s=i.formatters[r],l=f.filter;if(("function"==typeof e.filter||c(e.filter))&&(l=e.filter),n=e.arrayFormat in a?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":f.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var u=void 0===e.allowDots?!0===e.encodeDotInKeys||f.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:u,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:f.allowEmptyArrays,arrayFormat:n,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,commaRoundTrip:e.commaRoundTrip,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:f.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:l,format:r,formatter:s,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof l.filter?s=(0,l.filter)("",s):c(l.filter)&&(r=l.filter);var p=[];if("object"!=typeof s||null===s)return"";var h=a[l.arrayFormat],d="comma"===h&&l.commaRoundTrip;r||(r=Object.keys(s)),l.sort&&r.sort(l.sort);for(var y=n(),v=0;v<r.length;++v){var g=r[v];l.skipNulls&&null===s[g]||u(p,m(s[g],g,h,d,l.allowEmptyArrays,l.strictNullHandling,l.skipNulls,l.encodeDotInKeys,l.encode?l.encoder:null,l.filter,l.sort,l.allowDots,l.serializeDate,l.format,l.formatter,l.encodeValuesOnly,l.charset,y))}var b=p.join(l.delimiter),x=!0===l.addQueryPrefix?"?":"";return l.charsetSentinel&&("iso-8859-1"===l.charset?x+="utf8=%26%2310003%3B&":x+="utf8=%E2%9C%93&"),b.length>0?x+b:""}},7720:(e,t,r)=>{"use strict";var n=r(4765),s=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r},c=1024;e.exports={arrayToObject:a,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var s=t[n],o=s.obj[s.prop],a=Object.keys(o),c=0;c<a.length;++c){var l=a[c],u=o[l];"object"==typeof u&&null!==u&&-1===r.indexOf(u)&&(t.push({obj:o,prop:l}),r.push(u))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(i(r)){for(var n=[],s=0;s<r.length;++s)void 0!==r[s]&&n.push(r[s]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,s,i){if(0===e.length)return e;var a=e;if("symbol"==typeof e?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===r)return escape(a).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",u=0;u<a.length;u+=c){for(var p=a.length>=c?a.slice(u,u+c):a,h=[],f=0;f<p.length;++f){var d=p.charCodeAt(f);45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||i===n.RFC1738&&(40===d||41===d)?h[h.length]=p.charAt(f):d<128?h[h.length]=o[d]:d<2048?h[h.length]=o[192|d>>6]+o[128|63&d]:d<55296||d>=57344?h[h.length]=o[224|d>>12]+o[128|d>>6&63]+o[128|63&d]:(f+=1,d=65536+((1023&d)<<10|1023&p.charCodeAt(f)),h[h.length]=o[240|d>>18]+o[128|d>>12&63]+o[128|d>>6&63]+o[128|63&d])}l+=h.join("")}return l},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r){if(i(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!s.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(r);var o=t;return i(t)&&!i(r)&&(o=a(t,n)),i(t)&&i(r)?(r.forEach((function(r,i){if(s.call(t,i)){var o=t[i];o&&"object"==typeof o&&r&&"object"==typeof r?t[i]=e(o,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,i){var o=r[i];return s.call(t,i)?t[i]=e(t[i],o,n):t[i]=o,t}),o)}}},6897:(e,t,r)=>{"use strict";var n=r(453),s=r(41),i=r(592)(),o=r(5795),a=r(9675),c=n("%Math.floor%");e.exports=function(e,t){if("function"!=typeof e)throw new a("`fn` is not a function");if("number"!=typeof t||t<0||t>4294967295||c(t)!==t)throw new a("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,l=!0;if("length"in e&&o){var u=o(e,"length");u&&!u.configurable&&(n=!1),u&&!u.writable&&(l=!1)}return(n||l||!r)&&(i?s(e,"length",t,!0,!0):s(e,"length",t)),e}},3306:e=>{"use strict";var t=(()=>{var e=Object.defineProperty,t=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,n=Object.getOwnPropertySymbols,s=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable,o=(t,r,n)=>r in t?e(t,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[r]=n,a=(e,t)=>{for(var r in t||(t={}))s.call(t,r)&&o(e,r,t[r]);if(n)for(var r of n(t))i.call(t,r)&&o(e,r,t[r]);return e},c=(e,t,r)=>(o(e,"symbol"!=typeof t?t+"":t,r),r),l={};((t,r)=>{for(var n in r)e(t,n,{get:r[n],enumerable:!0})})(l,{DEFAULT_OPTIONS:()=>p,DEFAULT_UUID_LENGTH:()=>u,default:()=>d});var u=6,p={dictionary:"alphanum",shuffle:!0,debug:!1,length:u,counter:0},h=class{constructor(e={}){c(this,"counter"),c(this,"debug"),c(this,"dict"),c(this,"version"),c(this,"dictIndex",0),c(this,"dictRange",[]),c(this,"lowerBound",0),c(this,"upperBound",0),c(this,"dictLength",0),c(this,"uuidLength"),c(this,"_digit_first_ascii",48),c(this,"_digit_last_ascii",58),c(this,"_alpha_lower_first_ascii",97),c(this,"_alpha_lower_last_ascii",123),c(this,"_hex_last_ascii",103),c(this,"_alpha_upper_first_ascii",65),c(this,"_alpha_upper_last_ascii",91),c(this,"_number_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii]}),c(this,"_alpha_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alpha_lower_dict_ranges",{lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alpha_upper_dict_ranges",{upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_alphanum_lower_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],lowerCase:[this._alpha_lower_first_ascii,this._alpha_lower_last_ascii]}),c(this,"_alphanum_upper_dict_ranges",{digits:[this._digit_first_ascii,this._digit_last_ascii],upperCase:[this._alpha_upper_first_ascii,this._alpha_upper_last_ascii]}),c(this,"_hex_dict_ranges",{decDigits:[this._digit_first_ascii,this._digit_last_ascii],alphaDigits:[this._alpha_lower_first_ascii,this._hex_last_ascii]}),c(this,"_dict_ranges",{_number_dict_ranges:this._number_dict_ranges,_alpha_dict_ranges:this._alpha_dict_ranges,_alpha_lower_dict_ranges:this._alpha_lower_dict_ranges,_alpha_upper_dict_ranges:this._alpha_upper_dict_ranges,_alphanum_dict_ranges:this._alphanum_dict_ranges,_alphanum_lower_dict_ranges:this._alphanum_lower_dict_ranges,_alphanum_upper_dict_ranges:this._alphanum_upper_dict_ranges,_hex_dict_ranges:this._hex_dict_ranges}),c(this,"log",((...e)=>{const t=[...e];if(t[0]=`[short-unique-id] ${e[0]}`,!0===this.debug&&"undefined"!=typeof console&&null!==console)return console.log(...t)})),c(this,"setDictionary",((e,t)=>{let r;if(e&&Array.isArray(e)&&e.length>1)r=e;else{let t;r=[],this.dictIndex=t=0;const n=`_${e}_dict_ranges`,s=this._dict_ranges[n];Object.keys(s).forEach((e=>{const n=e;for(this.dictRange=s[n],this.lowerBound=this.dictRange[0],this.upperBound=this.dictRange[1],this.dictIndex=t=this.lowerBound;this.lowerBound<=this.upperBound?t<this.upperBound:t>this.upperBound;this.dictIndex=this.lowerBound<=this.upperBound?t+=1:t-=1)r.push(String.fromCharCode(this.dictIndex))}))}if(t){const e=.5;r=r.sort((()=>Math.random()-e))}this.dict=r,this.dictLength=this.dict.length,this.setCounter(0)})),c(this,"seq",(()=>this.sequentialUUID())),c(this,"sequentialUUID",(()=>{let e,t,r="";e=this.counter;do{t=e%this.dictLength,e=Math.trunc(e/this.dictLength),r+=this.dict[t]}while(0!==e);return this.counter+=1,r})),c(this,"rnd",((e=this.uuidLength||u)=>this.randomUUID(e))),c(this,"randomUUID",((e=this.uuidLength||u)=>{let t,r,n;if(null==e||e<1)throw new Error("Invalid UUID Length Provided");for(t="",n=0;n<e;n+=1)r=parseInt((Math.random()*this.dictLength).toFixed(0),10)%this.dictLength,t+=this.dict[r];return t})),c(this,"fmt",((e,t)=>this.formattedUUID(e,t))),c(this,"formattedUUID",((e,t)=>{const r={$r:this.randomUUID,$s:this.sequentialUUID,$t:this.stamp};return e.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(e=>{const n=e.slice(0,2),s=parseInt(e.slice(2),10);return"$s"===n?r[n]().padStart(s,"0"):"$t"===n&&t?r[n](s,t):r[n](s)}))})),c(this,"availableUUIDs",((e=this.uuidLength)=>parseFloat(Math.pow([...new Set(this.dict)].length,e).toFixed(0)))),c(this,"approxMaxBeforeCollision",((e=this.availableUUIDs(this.uuidLength))=>parseFloat(Math.sqrt(Math.PI/2*e).toFixed(20)))),c(this,"collisionProbability",((e=this.availableUUIDs(this.uuidLength),t=this.uuidLength)=>parseFloat((this.approxMaxBeforeCollision(e)/this.availableUUIDs(t)).toFixed(20)))),c(this,"uniqueness",((e=this.availableUUIDs(this.uuidLength))=>{const t=parseFloat((1-this.approxMaxBeforeCollision(e)/e).toFixed(20));return t>1?1:t<0?0:t})),c(this,"getVersion",(()=>this.version)),c(this,"stamp",((e,t)=>{const r=Math.floor(+(t||new Date)/1e3).toString(16);if("number"==typeof e&&0===e)return r;if("number"!=typeof e||e<10)throw new Error(["Param finalLength must be a number greater than or equal to 10,","or 0 if you want the raw hexadecimal timestamp"].join("\n"));const n=e-9,s=Math.round(Math.random()*(n>15?15:n)),i=this.randomUUID(n);return`${i.substring(0,s)}${r}${i.substring(s)}${s.toString(16)}`})),c(this,"parseStamp",((e,t)=>{if(t&&!/t0|t[1-9]\d{1,}/.test(t))throw new Error("Cannot extract date from a formated UUID with no timestamp in the format");const r=t?t.replace(/\$[rs]\d{0,}|\$t0|\$t[1-9]\d{1,}/g,(e=>{const t={$r:e=>[...Array(e)].map((()=>"r")).join(""),$s:e=>[...Array(e)].map((()=>"s")).join(""),$t:e=>[...Array(e)].map((()=>"t")).join("")},r=e.slice(0,2),n=parseInt(e.slice(2),10);return t[r](n)})).replace(/^(.*?)(t{8,})(.*)$/g,((t,r,n)=>e.substring(r.length,r.length+n.length))):e;if(8===r.length)return new Date(1e3*parseInt(r,16));if(r.length<10)throw new Error("Stamp length invalid");const n=parseInt(r.substring(r.length-1),16);return new Date(1e3*parseInt(r.substring(n,n+8),16))})),c(this,"setCounter",(e=>{this.counter=e}));const t=a(a({},p),e);this.counter=0,this.debug=!1,this.dict=[],this.version="5.0.2";const{dictionary:r,shuffle:n,length:s,counter:i}=t;return this.uuidLength=s,this.setDictionary(r,n),this.setCounter(i),this.debug=t.debug,this.log(this.dict),this.log(`Generator instantiated with Dictionary Size ${this.dictLength} and counter set to ${this.counter}`),this.log=this.log.bind(this),this.setDictionary=this.setDictionary.bind(this),this.setCounter=this.setCounter.bind(this),this.seq=this.seq.bind(this),this.sequentialUUID=this.sequentialUUID.bind(this),this.rnd=this.rnd.bind(this),this.randomUUID=this.randomUUID.bind(this),this.fmt=this.fmt.bind(this),this.formattedUUID=this.formattedUUID.bind(this),this.availableUUIDs=this.availableUUIDs.bind(this),this.approxMaxBeforeCollision=this.approxMaxBeforeCollision.bind(this),this.collisionProbability=this.collisionProbability.bind(this),this.uniqueness=this.uniqueness.bind(this),this.getVersion=this.getVersion.bind(this),this.stamp=this.stamp.bind(this),this.parseStamp=this.parseStamp.bind(this),this}};c(h,"default",h);var f,d=h;return f=l,((n,i,o,a)=>{if(i&&"object"==typeof i||"function"==typeof i)for(let c of r(i))s.call(n,c)||c===o||e(n,c,{get:()=>i[c],enumerable:!(a=t(i,c))||a.enumerable});return n})(e({},"__esModule",{value:!0}),f)})();e.exports=t.default,"undefined"!=typeof window&&(t=t.default)},920:(e,t,r)=>{"use strict";var n=r(453),s=r(8075),i=r(8859),o=r(9675),a=n("%WeakMap%",!0),c=n("%Map%",!0),l=s("WeakMap.prototype.get",!0),u=s("WeakMap.prototype.set",!0),p=s("WeakMap.prototype.has",!0),h=s("Map.prototype.get",!0),f=s("Map.prototype.set",!0),d=s("Map.prototype.has",!0),m=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r};e.exports=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new o("Side channel does not contain "+i(e))},get:function(n){if(a&&n&&("object"==typeof n||"function"==typeof n)){if(e)return l(e,n)}else if(c){if(t)return h(t,n)}else if(r)return function(e,t){var r=m(e,t);return r&&r.value}(r,n)},has:function(n){if(a&&n&&("object"==typeof n||"function"==typeof n)){if(e)return p(e,n)}else if(c){if(t)return d(t,n)}else if(r)return function(e,t){return!!m(e,t)}(r,n);return!1},set:function(n,s){a&&n&&("object"==typeof n||"function"==typeof n)?(e||(e=new a),u(e,n,s)):c?(t||(t=new c),f(t,n,s)):(r||(r={key:{},next:null}),function(e,t,r){var n=m(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,s))}};return n}},2646:e=>{!function(){"use strict";var t,r,n,s,i,o="properties",a="deepProperties",c="propertyDescriptors",l="staticProperties",u="staticDeepProperties",p="staticPropertyDescriptors",h="configuration",f="deepConfiguration",d="deepProps",m="deepStatics",y="deepConf",v="initializers",g="methods",b="composers",x="compose";function w(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[])}function E(e,t){return Array.prototype.slice.call(arguments,2).reduce(e,t)}var j=E.bind(0,(function(e,t){if(t)for(var r=w(t),n=0;n<r.length;n+=1)Object.defineProperty(e,r[n],Object.getOwnPropertyDescriptor(t,r[n]));return e}));function O(e){return"function"==typeof e}function S(e){return e&&"object"==typeof e||O(e)}function P(e){return e&&"object"==typeof e&&e.__proto__==Object.prototype}var A=E.bind(0,(function e(r,n){if(n===t)return r;if(Array.isArray(n))return(Array.isArray(r)?r:[]).concat(n);if(!P(n))return n;for(var s,i,o=w(n),a=0;a<o.length;)s=o[a++],(i=Object.getOwnPropertyDescriptor(n,s)).hasOwnProperty("value")?i.value!==t&&(r[s]=e(P(r[s])||Array.isArray(n[s])?r[s]:{},n[s])):Object.defineProperty(r,s,i);return r}));function $(){return(r=Array.prototype.concat.apply([],arguments).filter((function(e,t,r){return O(e)&&r.indexOf(e)===t}))).length?r:t}function _(e,t){function n(r,n){S(t[r])&&(S(e[r])||(e[r]={}),(n||j)(e[r],t[r]))}function s(n){(r=$(e[n],t[n]))&&(e[n]=r)}return t&&S(t=t[x]||t)&&(n(g),n(o),n(a,A),n(c),n(l),n(u,A),n(p),n(h),n(f,A),s(v),s(b)),e}function k(){return function(e){return r=function e(r){var n,s,i=e[x]||{},l={__proto__:i[g]},u=i[v],p=Array.prototype.slice.apply(arguments),h=i[a];if(h&&A(l,h),(h=i[o])&&j(l,h),(h=i[c])&&Object.defineProperties(l,h),!u||!u.length)return l;for(r===t&&(r={}),i=0;i<u.length;)O(n=u[i++])&&(l=(s=n.call(l,r,{instance:l,stamp:e,args:p}))===t?l:s);return l},(n=e[u])&&A(r,n),(n=e[l])&&j(r,n),(n=e[p])&&Object.defineProperties(r,n),n=O(r[x])?r[x]:k,j(r[x]=function(){return n.apply(this,arguments)},e),r}(Array.prototype.concat.apply([this],arguments).reduce(_,{}))}function C(e){return O(e)&&O(e[x])}var I={};function T(e,i){return function(){return(s={})[e]=i.apply(t,Array.prototype.concat.apply([{}],arguments)),((r=this)&&r[x]||n).call(r,s)}}I[g]=T(g,j),I[o]=I.props=T(o,j),I[v]=I.init=T(v,$),I[b]=T(b,$),I[a]=I[d]=T(a,A),I[l]=I.statics=T(l,j),I[u]=I[m]=T(u,A),I[h]=I.conf=T(h,j),I[f]=I[y]=T(f,A),I[c]=T(c,j),I[p]=T(p,j),n=I[x]=j((function(){for(var e,w,E=0,O=[],P=arguments,_=this;E<P.length;)S(e=P[E++])&&O.push(C(e)?e:((s={})[g]=(w=e)[g]||t,n=w.props,s[o]=S((r=w[o])||n)?j({},n,r):t,s[v]=$(w.init,w[v]),s[b]=$(w[b]),n=w[d],s[a]=S((r=w[a])||n)?A({},n,r):t,s[c]=w[c],n=w.statics,s[l]=S((r=w[l])||n)?j({},n,r):t,n=w[m],s[u]=S((r=w[u])||n)?A({},n,r):t,r=w[p],s[p]=S((n=w.name&&{name:{value:w.name}})||r)?j({},r,n):t,n=w.conf,s[h]=S((r=w[h])||n)?j({},n,r):t,n=w[y],s[f]=S((r=w[f])||n)?A({},n,r):t,s));if(e=k.apply(_||i,O),_&&O.unshift(_),Array.isArray(P=e[x][b]))for(E=0;E<P.length;)e=C(_=P[E++]({stamp:e,composables:O}))?_:e;return e}),I),I.create=function(){return this.apply(t,arguments)},(s={})[l]=I,i=k(s),n[x]=n.bind(),n.version="4.3.2","object"!=typeof t?e.exports=n:self.stampit=n}()},6623:e=>{"use strict";function t(e){return Object.prototype.toString.call(e)}var r=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function n(e,t){if(e.forEach)return e.forEach(t);for(var r=0;r<e.length;r++)t(e[r],r,e)}var s=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t},i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols;function a(e){var t=s(e);if(o)for(var r=o(e),n=0;n<r.length;n++)i.call(e,r[n])&&t.push(r[n]);return t}var c=Object.prototype.hasOwnProperty||function(e,t){return t in e};function l(e){if("object"==typeof e&&null!==e){var s;if(r(e))s=[];else if("[object Date]"===t(e))s=new Date(e.getTime?e.getTime():e);else if(function(e){return"[object RegExp]"===t(e)}(e))s=new RegExp(e);else if(function(e){return"[object Error]"===t(e)}(e))s={message:e.message};else if(function(e){return"[object Boolean]"===t(e)}(e)||function(e){return"[object Number]"===t(e)}(e)||function(e){return"[object String]"===t(e)}(e))s=Object(e);else if(Object.create&&Object.getPrototypeOf)s=Object.create(Object.getPrototypeOf(e));else if(e.constructor===Object)s={};else{var i=e.constructor&&e.constructor.prototype||e.__proto__||{},o=function(){};o.prototype=i,s=new o}return n(a(e),(function(t){s[t]=e[t]})),s}return e}function u(e,t,s){var i=[],o=[],u=!0;return function e(p){var h=s?l(p):p,f={},d=!0,m={node:h,node_:p,path:[].concat(i),parent:o[o.length-1],parents:o,key:i[i.length-1],isRoot:0===i.length,level:i.length,circular:null,update:function(e,t){m.isRoot||(m.parent.node[m.key]=e),m.node=e,t&&(d=!1)},delete:function(e){delete m.parent.node[m.key],e&&(d=!1)},remove:function(e){r(m.parent.node)?m.parent.node.splice(m.key,1):delete m.parent.node[m.key],e&&(d=!1)},keys:null,before:function(e){f.before=e},after:function(e){f.after=e},pre:function(e){f.pre=e},post:function(e){f.post=e},stop:function(){u=!1},block:function(){d=!1}};if(!u)return m;function y(){if("object"==typeof m.node&&null!==m.node){m.keys&&m.node_===m.node||(m.keys=a(m.node)),m.isLeaf=0===m.keys.length;for(var e=0;e<o.length;e++)if(o[e].node_===p){m.circular=o[e];break}}else m.isLeaf=!0,m.keys=null;m.notLeaf=!m.isLeaf,m.notRoot=!m.isRoot}y();var v=t.call(m,m.node);return void 0!==v&&m.update&&m.update(v),f.before&&f.before.call(m,m.node),d?("object"!=typeof m.node||null===m.node||m.circular||(o.push(m),y(),n(m.keys,(function(t,r){i.push(t),f.pre&&f.pre.call(m,m.node[t],t);var n=e(m.node[t]);s&&c.call(m.node,t)&&(m.node[t]=n.node),n.isLast=r===m.keys.length-1,n.isFirst=0===r,f.post&&f.post.call(m,n),i.pop()})),o.pop()),f.after&&f.after.call(m,m.node),m):m}(e).node}function p(e){this.value=e}function h(e){return new p(e)}p.prototype.get=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!c.call(t,n))return;t=t[n]}return t},p.prototype.has=function(e){for(var t=this.value,r=0;r<e.length;r++){var n=e[r];if(!t||!c.call(t,n))return!1;t=t[n]}return!0},p.prototype.set=function(e,t){for(var r=this.value,n=0;n<e.length-1;n++){var s=e[n];c.call(r,s)||(r[s]={}),r=r[s]}return r[e[n]]=t,t},p.prototype.map=function(e){return u(this.value,e,!0)},p.prototype.forEach=function(e){return this.value=u(this.value,e,!1),this.value},p.prototype.reduce=function(e,t){var r=1===arguments.length,n=r?this.value:t;return this.forEach((function(t){this.isRoot&&r||(n=e.call(this,n,t))})),n},p.prototype.paths=function(){var e=[];return this.forEach((function(){e.push(this.path)})),e},p.prototype.nodes=function(){var e=[];return this.forEach((function(){e.push(this.node)})),e},p.prototype.clone=function(){var e=[],t=[];return function r(s){for(var i=0;i<e.length;i++)if(e[i]===s)return t[i];if("object"==typeof s&&null!==s){var o=l(s);return e.push(s),t.push(o),n(a(s),(function(e){o[e]=r(s[e])})),e.pop(),t.pop(),o}return s}(this.value)},n(a(p.prototype),(function(e){h[e]=function(t){var r=[].slice.call(arguments,1),n=new p(t);return n[e].apply(n,r)}})),e.exports=h},2634:()=>{},8675:(e,t,r)=>{e.exports=r(1523)}},t={};function r(n){var s=t[n];if(void 0!==s)return s.exports;var i=t[n]={id:n,loaded:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.loaded=!0,i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e);var n={};return(()=>{"use strict";r.d(n,{default:()=>Mj});var e={};r.r(e),r.d(e,{JsonPatchError:()=>Xr,_areEquals:()=>cn,applyOperation:()=>rn,applyPatch:()=>nn,applyReducer:()=>sn,deepClone:()=>Qr,getValueByPointer:()=>tn,validate:()=>an,validator:()=>on});var t={};r.r(t),r.d(t,{compare:()=>yn,generate:()=>dn,observe:()=>fn,unobserve:()=>hn});var s={};r.r(s),r.d(s,{bJ:()=>eo,uQ:()=>Ki,Zd:()=>Qi,isHttpUrl:()=>Yi,hd:()=>to,aj:()=>ro,z9:()=>Zi,zj:()=>no});var i={};r.r(i),r.d(i,{hasElementSourceMap:()=>za,includesClasses:()=>Ja,includesSymbols:()=>Ha,isAnnotationElement:()=>qa,isArrayElement:()=>Ra,isBooleanElement:()=>Ta,isCommentElement:()=>La,isElement:()=>_a,isLinkElement:()=>Da,isMemberElement:()=>Fa,isNullElement:()=>Ia,isNumberElement:()=>Ca,isObjectElement:()=>Ma,isParseResultElement:()=>Ba,isPrimitiveElement:()=>Va,isRefElement:()=>Na,isSourceMapElement:()=>Ua,isStringElement:()=>ka});var o={};r.r(o),r.d(o,{isJSONReferenceElement:()=>dh,isJSONSchemaElement:()=>fh,isLinkDescriptionElement:()=>yh,isMediaElement:()=>mh});var a={};r.r(a),r.d(a,{isBooleanJsonSchemaElement:()=>Gf,isCallbackElement:()=>Af,isComponentsElement:()=>$f,isContactElement:()=>_f,isExampleElement:()=>kf,isExternalDocumentationElement:()=>Cf,isHeaderElement:()=>If,isInfoElement:()=>Tf,isLicenseElement:()=>Mf,isLinkElement:()=>Rf,isMediaTypeElement:()=>Qf,isOpenApi3_0Element:()=>Df,isOpenapiElement:()=>Ff,isOperationElement:()=>Nf,isParameterElement:()=>qf,isPathItemElement:()=>Lf,isPathsElement:()=>Bf,isReferenceElement:()=>Uf,isRequestBodyElement:()=>Vf,isResponseElement:()=>zf,isResponsesElement:()=>Hf,isSchemaElement:()=>Jf,isSecurityRequirementElement:()=>Kf,isSecuritySchemeElement:()=>Wf,isServerElement:()=>Yf,isServerVariableElement:()=>Xf,isServersElement:()=>Zf});var c={};r.r(c),r.d(c,{isBooleanJsonSchemaElement:()=>Ob,isCallbackElement:()=>tb,isComponentsElement:()=>rb,isContactElement:()=>nb,isExampleElement:()=>sb,isExternalDocumentationElement:()=>ib,isHeaderElement:()=>ob,isInfoElement:()=>ab,isJsonSchemaDialectElement:()=>cb,isLicenseElement:()=>lb,isLinkElement:()=>ub,isMediaTypeElement:()=>_b,isOpenApi3_1Element:()=>hb,isOpenapiElement:()=>pb,isOperationElement:()=>fb,isParameterElement:()=>db,isPathItemElement:()=>mb,isPathItemElementExternal:()=>yb,isPathsElement:()=>vb,isReferenceElement:()=>gb,isReferenceElementExternal:()=>bb,isRequestBodyElement:()=>xb,isResponseElement:()=>wb,isResponsesElement:()=>Eb,isSchemaElement:()=>jb,isSecurityRequirementElement:()=>Sb,isSecuritySchemeElement:()=>Pb,isServerElement:()=>Ab,isServerVariableElement:()=>$b});var l={};r.r(l),r.d(l,{cookie:()=>dj,header:()=>fj,path:()=>uj,query:()=>pj});const u="application/json, application/yaml",p="https://swagger.io",h=Object.freeze({url:"/"}),{fetch:f,Response:d,Headers:m,Request:y,FormData:v,File:g,Blob:b}=globalThis;void 0===globalThis.fetch&&(globalThis.fetch=f),void 0===globalThis.Headers&&(globalThis.Headers=m),void 0===globalThis.Request&&(globalThis.Request=y),void 0===globalThis.Response&&(globalThis.Response=d),void 0===globalThis.FormData&&(globalThis.FormData=v),void 0===globalThis.File&&(globalThis.File=g),void 0===globalThis.Blob&&(globalThis.Blob=b);var x=r(5373),w=r.n(x);function E(e,t){return t||"undefined"==typeof navigator||(t=navigator),t&&"ReactNative"===t.product?!(!e||"object"!=typeof e||"string"!=typeof e.uri):"undefined"!=typeof File&&e instanceof File||("undefined"!=typeof Blob&&e instanceof Blob||(!!ArrayBuffer.isView(e)||null!==e&&"object"==typeof e&&"function"==typeof e.pipe))}function j(e,t){return Array.isArray(e)&&e.some((e=>E(e,t)))}class O extends File{constructor(e,t="",r={}){super([e],t,r),this.data=e}valueOf(){return this.data}toString(){return this.valueOf()}}const S=e=>":/?#[]@!$&'()*+,;=".indexOf(e)>-1,P=e=>/^[a-z0-9\-._~]+$/i.test(e);function A(e,t="reserved"){return[...e].map((e=>{if(P(e))return e;if(S(e)&&"unsafe"===t)return e;const r=new TextEncoder;return Array.from(r.encode(e)).map((e=>`0${e.toString(16).toUpperCase()}`.slice(-2))).map((e=>`%${e}`)).join("")})).join("")}function $(e){const{value:t}=e;return Array.isArray(t)?function({key:e,value:t,style:r,explode:n,escape:s}){if("simple"===r)return t.map((e=>_(e,s))).join(",");if("label"===r)return`.${t.map((e=>_(e,s))).join(".")}`;if("matrix"===r)return t.map((e=>_(e,s))).reduce(((t,r)=>!t||n?`${t||""};${e}=${r}`:`${t},${r}`),"");if("form"===r){const r=n?`&${e}=`:",";return t.map((e=>_(e,s))).join(r)}if("spaceDelimited"===r){const r=n?`${e}=`:"";return t.map((e=>_(e,s))).join(` ${r}`)}if("pipeDelimited"===r){const r=n?`${e}=`:"";return t.map((e=>_(e,s))).join(`|${r}`)}return}(e):"object"==typeof t?function({key:e,value:t,style:r,explode:n,escape:s}){const i=Object.keys(t);if("simple"===r)return i.reduce(((e,r)=>{const i=_(t[r],s);return`${e?`${e},`:""}${r}${n?"=":","}${i}`}),"");if("label"===r)return i.reduce(((e,r)=>{const i=_(t[r],s);return`${e?`${e}.`:"."}${r}${n?"=":"."}${i}`}),"");if("matrix"===r&&n)return i.reduce(((e,r)=>`${e?`${e};`:";"}${r}=${_(t[r],s)}`),"");if("matrix"===r)return i.reduce(((r,n)=>{const i=_(t[n],s);return`${r?`${r},`:`;${e}=`}${n},${i}`}),"");if("form"===r)return i.reduce(((e,r)=>{const i=_(t[r],s);return`${e?`${e}${n?"&":","}`:""}${r}${n?"=":","}${i}`}),"");return}(e):function({key:e,value:t,style:r,escape:n}){if("simple"===r)return _(t,n);if("label"===r)return`.${_(t,n)}`;if("matrix"===r)return`;${e}=${_(t,n)}`;if("form"===r)return _(t,n);if("deepObject"===r)return _(t,n);return}(e)}function _(e,t=!1){return Array.isArray(e)||null!==e&&"object"==typeof e?e=JSON.stringify(e):"number"!=typeof e&&"boolean"!=typeof e||(e=String(e)),t&&e.length>0?A(e,t):e}const k={form:",",spaceDelimited:"%20",pipeDelimited:"|"},C={csv:",",ssv:"%20",tsv:"%09",pipes:"|"};function I(e,t,r=!1){const{collectionFormat:n,allowEmptyValue:s,serializationOption:i,encoding:o}=t,a="object"!=typeof t||Array.isArray(t)?t:t.value,c=r?e=>e.toString():e=>encodeURIComponent(e),l=c(e);if(void 0===a&&s)return[[l,""]];if(E(a)||j(a))return[[l,a]];if(i)return T(e,a,r,i);if(o){if([typeof o.style,typeof o.explode,typeof o.allowReserved].some((e=>"undefined"!==e))){const{style:t,explode:n,allowReserved:s}=o;return T(e,a,r,{style:t,explode:n,allowReserved:s})}if("string"==typeof o.contentType){if(o.contentType.startsWith("application/json")){const e=c("string"==typeof a?a:JSON.stringify(a));return[[l,new O(e,"blob",{type:o.contentType})]]}const e=c(String(a));return[[l,new O(e,"blob",{type:o.contentType})]]}return"object"!=typeof a?[[l,c(a)]]:Array.isArray(a)&&a.every((e=>"object"!=typeof e))?[[l,a.map(c).join(",")]]:[[l,c(JSON.stringify(a))]]}return"object"!=typeof a?[[l,c(a)]]:Array.isArray(a)?"multi"===n?[[l,a.map(c)]]:[[l,a.map(c).join(C[n||"csv"])]]:[[l,""]]}function T(e,t,r,n){const s=n.style||"form",i=void 0===n.explode?"form"===s:n.explode,o=!r&&(n&&n.allowReserved?"unsafe":"reserved"),a=e=>_(e,o),c=r?e=>e:e=>a(e);return"object"!=typeof t?[[c(e),a(t)]]:Array.isArray(t)?i?[[c(e),t.map(a)]]:[[c(e),t.map(a).join(k[s])]]:"deepObject"===s?Object.keys(t).map((r=>[c(`${e}[${r}]`),a(t[r])])):i?Object.keys(t).map((e=>[c(e),a(t[e])])):[[c(e),Object.keys(t).map((e=>[`${c(e)},${a(t[e])}`])).join(",")]]}function M(e){const t=Object.keys(e).reduce(((t,r)=>{for(const[n,s]of I(r,e[r]))t[n]=s instanceof O?s.valueOf():s;return t}),{});return w().stringify(t,{encode:!1,indices:!1})||""}function R(e={}){const{url:t="",query:r,form:n}=e;if(n){const t=Object.keys(n).some((e=>{const{value:t}=n[e];return E(t)||j(t)})),r=e.headers["content-type"]||e.headers["Content-Type"];if(t||/multipart\/form-data/i.test(r)){const t=(s=e.form,Object.entries(s).reduce(((e,[t,r])=>{for(const[n,s]of I(t,r,!0))if(Array.isArray(s))for(const t of s)if(ArrayBuffer.isView(t)){const r=new Blob([t]);e.append(n,r)}else e.append(n,t);else if(ArrayBuffer.isView(s)){const t=new Blob([s]);e.append(n,t)}else e.append(n,s);return e}),new FormData));e.formdata=t,e.body=t}else e.body=M(n);delete e.form}var s;if(r){const[n,s]=t.split("?");let i="";if(s){const e=w().parse(s);Object.keys(r).forEach((t=>delete e[t])),i=w().stringify(e,{encode:!0})}const o=((...e)=>{const t=e.filter((e=>e)).join("&");return t?`?${t}`:""})(i,M(r));e.url=n+o,delete e.query}return e}function F(e){return null==e}var D={isNothing:F,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){return Array.isArray(e)?e:F(e)?[]:[e]},repeat:function(e,t){var r,n="";for(r=0;r<t;r+=1)n+=e;return n},isNegativeZero:function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},extend:function(e,t){var r,n,s,i;if(t)for(r=0,n=(i=Object.keys(t)).length;r<n;r+=1)e[s=i[r]]=t[s];return e}};function N(e,t){var r="",n=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(r+='in "'+e.mark.name+'" '),r+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(r+="\n\n"+e.mark.snippet),n+" "+r):n}function q(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=N(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}q.prototype=Object.create(Error.prototype),q.prototype.constructor=q,q.prototype.toString=function(e){return this.name+": "+N(this,e)};var L=q;function B(e,t,r,n,s){var i="",o="",a=Math.floor(s/2)-1;return n-t>a&&(t=n-a+(i=" ... ").length),r-n>a&&(r=n+a-(o=" ...").length),{str:i+e.slice(t,r).replace(/\t/g,"→")+o,pos:n-t+i.length}}function U(e,t){return D.repeat(" ",t-e.length)+e}var V=function(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),"number"!=typeof t.indent&&(t.indent=1),"number"!=typeof t.linesBefore&&(t.linesBefore=3),"number"!=typeof t.linesAfter&&(t.linesAfter=2);for(var r,n=/\r?\n|\r|\0/g,s=[0],i=[],o=-1;r=n.exec(e.buffer);)i.push(r.index),s.push(r.index+r[0].length),e.position<=r.index&&o<0&&(o=s.length-2);o<0&&(o=s.length-1);var a,c,l="",u=Math.min(e.line+t.linesAfter,i.length).toString().length,p=t.maxLength-(t.indent+u+3);for(a=1;a<=t.linesBefore&&!(o-a<0);a++)c=B(e.buffer,s[o-a],i[o-a],e.position-(s[o]-s[o-a]),p),l=D.repeat(" ",t.indent)+U((e.line-a+1).toString(),u)+" | "+c.str+"\n"+l;for(c=B(e.buffer,s[o],i[o],e.position,p),l+=D.repeat(" ",t.indent)+U((e.line+1).toString(),u)+" | "+c.str+"\n",l+=D.repeat("-",t.indent+u+3+c.pos)+"^\n",a=1;a<=t.linesAfter&&!(o+a>=i.length);a++)c=B(e.buffer,s[o+a],i[o+a],e.position-(s[o]-s[o+a]),p),l+=D.repeat(" ",t.indent)+U((e.line+a+1).toString(),u)+" | "+c.str+"\n";return l.replace(/\n$/,"")},z=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],H=["scalar","sequence","mapping"];var J=function(e,t){if(t=t||{},Object.keys(t).forEach((function(t){if(-1===z.indexOf(t))throw new L('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=function(e){var t={};return null!==e&&Object.keys(e).forEach((function(r){e[r].forEach((function(e){t[String(e)]=r}))})),t}(t.styleAliases||null),-1===H.indexOf(this.kind))throw new L('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')};function G(e,t){var r=[];return e[t].forEach((function(e){var t=r.length;r.forEach((function(r,n){r.tag===e.tag&&r.kind===e.kind&&r.multi===e.multi&&(t=n)})),r[t]=e})),r}function K(e){return this.extend(e)}K.prototype.extend=function(e){var t=[],r=[];if(e instanceof J)r.push(e);else if(Array.isArray(e))r=r.concat(e);else{if(!e||!Array.isArray(e.implicit)&&!Array.isArray(e.explicit))throw new L("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(r=r.concat(e.explicit))}t.forEach((function(e){if(!(e instanceof J))throw new L("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(e.loadKind&&"scalar"!==e.loadKind)throw new L("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(e.multi)throw new L("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")})),r.forEach((function(e){if(!(e instanceof J))throw new L("Specified list of YAML types (or a single Type object) contains a non-Type object.")}));var n=Object.create(K.prototype);return n.implicit=(this.implicit||[]).concat(t),n.explicit=(this.explicit||[]).concat(r),n.compiledImplicit=G(n,"implicit"),n.compiledExplicit=G(n,"explicit"),n.compiledTypeMap=function(){var e,t,r={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function n(e){e.multi?(r.multi[e.kind].push(e),r.multi.fallback.push(e)):r[e.kind][e.tag]=r.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(n);return r}(n.compiledImplicit,n.compiledExplicit),n};var W=K,Y=new J("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),X=new J("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),Q=new J("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),Z=new W({explicit:[Y,X,Q]});var ee=new J("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});var te=new J("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function re(e){return 48<=e&&e<=55}function ne(e){return 48<=e&&e<=57}var se=new J("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=e.length,s=0,i=!1;if(!n)return!1;if("-"!==(t=e[s])&&"+"!==t||(t=e[++s]),"0"===t){if(s+1===n)return!0;if("b"===(t=e[++s])){for(s++;s<n;s++)if("_"!==(t=e[s])){if("0"!==t&&"1"!==t)return!1;i=!0}return i&&"_"!==t}if("x"===t){for(s++;s<n;s++)if("_"!==(t=e[s])){if(!(48<=(r=e.charCodeAt(s))&&r<=57||65<=r&&r<=70||97<=r&&r<=102))return!1;i=!0}return i&&"_"!==t}if("o"===t){for(s++;s<n;s++)if("_"!==(t=e[s])){if(!re(e.charCodeAt(s)))return!1;i=!0}return i&&"_"!==t}}if("_"===t)return!1;for(;s<n;s++)if("_"!==(t=e[s])){if(!ne(e.charCodeAt(s)))return!1;i=!0}return!(!i||"_"===t)},construct:function(e){var t,r=e,n=1;if(-1!==r.indexOf("_")&&(r=r.replace(/_/g,"")),"-"!==(t=r[0])&&"+"!==t||("-"===t&&(n=-1),t=(r=r.slice(1))[0]),"0"===r)return 0;if("0"===t){if("b"===r[1])return n*parseInt(r.slice(2),2);if("x"===r[1])return n*parseInt(r.slice(2),16);if("o"===r[1])return n*parseInt(r.slice(2),8)}return n*parseInt(r,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!D.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),ie=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var oe=/^[-+]?[0-9]+e/;var ae=new J("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!ie.test(e)||"_"===e[e.length-1])},construct:function(e){var t,r;return r="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===r?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:r*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||D.isNegativeZero(e))},represent:function(e,t){var r;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(D.isNegativeZero(e))return"-0.0";return r=e.toString(10),oe.test(r)?r.replace("e",".e"):r},defaultStyle:"lowercase"}),ce=Z.extend({implicit:[ee,te,se,ae]}),le=ce,ue=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),pe=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");var he=new J("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==ue.exec(e)||null!==pe.exec(e))},construct:function(e){var t,r,n,s,i,o,a,c,l=0,u=null;if(null===(t=ue.exec(e))&&(t=pe.exec(e)),null===t)throw new Error("Date resolve error");if(r=+t[1],n=+t[2]-1,s=+t[3],!t[4])return new Date(Date.UTC(r,n,s));if(i=+t[4],o=+t[5],a=+t[6],t[7]){for(l=t[7].slice(0,3);l.length<3;)l+="0";l=+l}return t[9]&&(u=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(u=-u)),c=new Date(Date.UTC(r,n,s,i,o,a,l)),u&&c.setTime(c.getTime()-u),c},instanceOf:Date,represent:function(e){return e.toISOString()}});var fe=new J("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}}),de="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";var me=new J("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,r,n=0,s=e.length,i=de;for(r=0;r<s;r++)if(!((t=i.indexOf(e.charAt(r)))>64)){if(t<0)return!1;n+=6}return n%8==0},construct:function(e){var t,r,n=e.replace(/[\r\n=]/g,""),s=n.length,i=de,o=0,a=[];for(t=0;t<s;t++)t%4==0&&t&&(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)),o=o<<6|i.indexOf(n.charAt(t));return 0===(r=s%4*6)?(a.push(o>>16&255),a.push(o>>8&255),a.push(255&o)):18===r?(a.push(o>>10&255),a.push(o>>2&255)):12===r&&a.push(o>>4&255),new Uint8Array(a)},predicate:function(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)},represent:function(e){var t,r,n="",s=0,i=e.length,o=de;for(t=0;t<i;t++)t%3==0&&t&&(n+=o[s>>18&63],n+=o[s>>12&63],n+=o[s>>6&63],n+=o[63&s]),s=(s<<8)+e[t];return 0===(r=i%3)?(n+=o[s>>18&63],n+=o[s>>12&63],n+=o[s>>6&63],n+=o[63&s]):2===r?(n+=o[s>>10&63],n+=o[s>>4&63],n+=o[s<<2&63],n+=o[64]):1===r&&(n+=o[s>>2&63],n+=o[s<<4&63],n+=o[64],n+=o[64]),n}}),ye=Object.prototype.hasOwnProperty,ve=Object.prototype.toString;var ge=new J("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,s,i,o=[],a=e;for(t=0,r=a.length;t<r;t+=1){if(n=a[t],i=!1,"[object Object]"!==ve.call(n))return!1;for(s in n)if(ye.call(n,s)){if(i)return!1;i=!0}if(!i)return!1;if(-1!==o.indexOf(s))return!1;o.push(s)}return!0},construct:function(e){return null!==e?e:[]}}),be=Object.prototype.toString;var xe=new J("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,r,n,s,i,o=e;for(i=new Array(o.length),t=0,r=o.length;t<r;t+=1){if(n=o[t],"[object Object]"!==be.call(n))return!1;if(1!==(s=Object.keys(n)).length)return!1;i[t]=[s[0],n[s[0]]]}return!0},construct:function(e){if(null===e)return[];var t,r,n,s,i,o=e;for(i=new Array(o.length),t=0,r=o.length;t<r;t+=1)n=o[t],s=Object.keys(n),i[t]=[s[0],n[s[0]]];return i}}),we=Object.prototype.hasOwnProperty;var Ee=new J("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,r=e;for(t in r)if(we.call(r,t)&&null!==r[t])return!1;return!0},construct:function(e){return null!==e?e:{}}}),je=le.extend({implicit:[he,fe],explicit:[me,ge,xe,Ee]}),Oe=Object.prototype.hasOwnProperty,Se=1,Pe=2,Ae=3,$e=4,_e=1,ke=2,Ce=3,Ie=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Te=/[\x85\u2028\u2029]/,Me=/[,\[\]\{\}]/,Re=/^(?:!|!!|![a-z\-]+!)$/i,Fe=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function De(e){return Object.prototype.toString.call(e)}function Ne(e){return 10===e||13===e}function qe(e){return 9===e||32===e}function Le(e){return 9===e||32===e||10===e||13===e}function Be(e){return 44===e||91===e||93===e||123===e||125===e}function Ue(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function Ve(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"…":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function ze(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var He=new Array(256),Je=new Array(256),Ge=0;Ge<256;Ge++)He[Ge]=Ve(Ge)?1:0,Je[Ge]=Ve(Ge);function Ke(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||je,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function We(e,t){var r={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return r.snippet=V(r),new L(t,r)}function Ye(e,t){throw We(e,t)}function Xe(e,t){e.onWarning&&e.onWarning.call(null,We(e,t))}var Qe={YAML:function(e,t,r){var n,s,i;null!==e.version&&Ye(e,"duplication of %YAML directive"),1!==r.length&&Ye(e,"YAML directive accepts exactly one argument"),null===(n=/^([0-9]+)\.([0-9]+)$/.exec(r[0]))&&Ye(e,"ill-formed argument of the YAML directive"),s=parseInt(n[1],10),i=parseInt(n[2],10),1!==s&&Ye(e,"unacceptable YAML version of the document"),e.version=r[0],e.checkLineBreaks=i<2,1!==i&&2!==i&&Xe(e,"unsupported YAML version of the document")},TAG:function(e,t,r){var n,s;2!==r.length&&Ye(e,"TAG directive accepts exactly two arguments"),n=r[0],s=r[1],Re.test(n)||Ye(e,"ill-formed tag handle (first argument) of the TAG directive"),Oe.call(e.tagMap,n)&&Ye(e,'there is a previously declared suffix for "'+n+'" tag handle'),Fe.test(s)||Ye(e,"ill-formed tag prefix (second argument) of the TAG directive");try{s=decodeURIComponent(s)}catch(t){Ye(e,"tag prefix is malformed: "+s)}e.tagMap[n]=s}};function Ze(e,t,r,n){var s,i,o,a;if(t<r){if(a=e.input.slice(t,r),n)for(s=0,i=a.length;s<i;s+=1)9===(o=a.charCodeAt(s))||32<=o&&o<=1114111||Ye(e,"expected valid JSON character");else Ie.test(a)&&Ye(e,"the stream contains non-printable characters");e.result+=a}}function et(e,t,r,n){var s,i,o,a;for(D.isObject(r)||Ye(e,"cannot merge mappings; the provided source object is unacceptable"),o=0,a=(s=Object.keys(r)).length;o<a;o+=1)i=s[o],Oe.call(t,i)||(t[i]=r[i],n[i]=!0)}function tt(e,t,r,n,s,i,o,a,c){var l,u;if(Array.isArray(s))for(l=0,u=(s=Array.prototype.slice.call(s)).length;l<u;l+=1)Array.isArray(s[l])&&Ye(e,"nested arrays are not supported inside keys"),"object"==typeof s&&"[object Object]"===De(s[l])&&(s[l]="[object Object]");if("object"==typeof s&&"[object Object]"===De(s)&&(s="[object Object]"),s=String(s),null===t&&(t={}),"tag:yaml.org,2002:merge"===n)if(Array.isArray(i))for(l=0,u=i.length;l<u;l+=1)et(e,t,i[l],r);else et(e,t,i,r);else e.json||Oe.call(r,s)||!Oe.call(t,s)||(e.line=o||e.line,e.lineStart=a||e.lineStart,e.position=c||e.position,Ye(e,"duplicated mapping key")),"__proto__"===s?Object.defineProperty(t,s,{configurable:!0,enumerable:!0,writable:!0,value:i}):t[s]=i,delete r[s];return t}function rt(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):Ye(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function nt(e,t,r){for(var n=0,s=e.input.charCodeAt(e.position);0!==s;){for(;qe(s);)9===s&&-1===e.firstTabInLine&&(e.firstTabInLine=e.position),s=e.input.charCodeAt(++e.position);if(t&&35===s)do{s=e.input.charCodeAt(++e.position)}while(10!==s&&13!==s&&0!==s);if(!Ne(s))break;for(rt(e),s=e.input.charCodeAt(e.position),n++,e.lineIndent=0;32===s;)e.lineIndent++,s=e.input.charCodeAt(++e.position)}return-1!==r&&0!==n&&e.lineIndent<r&&Xe(e,"deficient indentation"),n}function st(e){var t,r=e.position;return!(45!==(t=e.input.charCodeAt(r))&&46!==t||t!==e.input.charCodeAt(r+1)||t!==e.input.charCodeAt(r+2)||(r+=3,0!==(t=e.input.charCodeAt(r))&&!Le(t)))}function it(e,t){1===t?e.result+=" ":t>1&&(e.result+=D.repeat("\n",t-1))}function ot(e,t){var r,n,s=e.tag,i=e.anchor,o=[],a=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=o),n=e.input.charCodeAt(e.position);0!==n&&(-1!==e.firstTabInLine&&(e.position=e.firstTabInLine,Ye(e,"tab characters must not be used in indentation")),45===n)&&Le(e.input.charCodeAt(e.position+1));)if(a=!0,e.position++,nt(e,!0,-1)&&e.lineIndent<=t)o.push(null),n=e.input.charCodeAt(e.position);else if(r=e.line,lt(e,t,Ae,!1,!0),o.push(e.result),nt(e,!0,-1),n=e.input.charCodeAt(e.position),(e.line===r||e.lineIndent>t)&&0!==n)Ye(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!a&&(e.tag=s,e.anchor=i,e.kind="sequence",e.result=o,!0)}function at(e){var t,r,n,s,i=!1,o=!1;if(33!==(s=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&Ye(e,"duplication of a tag property"),60===(s=e.input.charCodeAt(++e.position))?(i=!0,s=e.input.charCodeAt(++e.position)):33===s?(o=!0,r="!!",s=e.input.charCodeAt(++e.position)):r="!",t=e.position,i){do{s=e.input.charCodeAt(++e.position)}while(0!==s&&62!==s);e.position<e.length?(n=e.input.slice(t,e.position),s=e.input.charCodeAt(++e.position)):Ye(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==s&&!Le(s);)33===s&&(o?Ye(e,"tag suffix cannot contain exclamation marks"):(r=e.input.slice(t-1,e.position+1),Re.test(r)||Ye(e,"named tag handle cannot contain such characters"),o=!0,t=e.position+1)),s=e.input.charCodeAt(++e.position);n=e.input.slice(t,e.position),Me.test(n)&&Ye(e,"tag suffix cannot contain flow indicator characters")}n&&!Fe.test(n)&&Ye(e,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch(t){Ye(e,"tag name is malformed: "+n)}return i?e.tag=n:Oe.call(e.tagMap,r)?e.tag=e.tagMap[r]+n:"!"===r?e.tag="!"+n:"!!"===r?e.tag="tag:yaml.org,2002:"+n:Ye(e,'undeclared tag handle "'+r+'"'),!0}function ct(e){var t,r;if(38!==(r=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&Ye(e,"duplication of an anchor property"),r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!Le(r)&&!Be(r);)r=e.input.charCodeAt(++e.position);return e.position===t&&Ye(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function lt(e,t,r,n,s){var i,o,a,c,l,u,p,h,f,d=1,m=!1,y=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,i=o=a=$e===r||Ae===r,n&&nt(e,!0,-1)&&(m=!0,e.lineIndent>t?d=1:e.lineIndent===t?d=0:e.lineIndent<t&&(d=-1)),1===d)for(;at(e)||ct(e);)nt(e,!0,-1)?(m=!0,a=i,e.lineIndent>t?d=1:e.lineIndent===t?d=0:e.lineIndent<t&&(d=-1)):a=!1;if(a&&(a=m||s),1!==d&&$e!==r||(h=Se===r||Pe===r?t:t+1,f=e.position-e.lineStart,1===d?a&&(ot(e,f)||function(e,t,r){var n,s,i,o,a,c,l,u=e.tag,p=e.anchor,h={},f=Object.create(null),d=null,m=null,y=null,v=!1,g=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=h),l=e.input.charCodeAt(e.position);0!==l;){if(v||-1===e.firstTabInLine||(e.position=e.firstTabInLine,Ye(e,"tab characters must not be used in indentation")),n=e.input.charCodeAt(e.position+1),i=e.line,63!==l&&58!==l||!Le(n)){if(o=e.line,a=e.lineStart,c=e.position,!lt(e,r,Pe,!1,!0))break;if(e.line===i){for(l=e.input.charCodeAt(e.position);qe(l);)l=e.input.charCodeAt(++e.position);if(58===l)Le(l=e.input.charCodeAt(++e.position))||Ye(e,"a whitespace character is expected after the key-value separator within a block mapping"),v&&(tt(e,h,f,d,m,null,o,a,c),d=m=y=null),g=!0,v=!1,s=!1,d=e.tag,m=e.result;else{if(!g)return e.tag=u,e.anchor=p,!0;Ye(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!g)return e.tag=u,e.anchor=p,!0;Ye(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===l?(v&&(tt(e,h,f,d,m,null,o,a,c),d=m=y=null),g=!0,v=!0,s=!0):v?(v=!1,s=!0):Ye(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,l=n;if((e.line===i||e.lineIndent>t)&&(v&&(o=e.line,a=e.lineStart,c=e.position),lt(e,t,$e,!0,s)&&(v?m=e.result:y=e.result),v||(tt(e,h,f,d,m,y,o,a,c),d=m=y=null),nt(e,!0,-1),l=e.input.charCodeAt(e.position)),(e.line===i||e.lineIndent>t)&&0!==l)Ye(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return v&&tt(e,h,f,d,m,null,o,a,c),g&&(e.tag=u,e.anchor=p,e.kind="mapping",e.result=h),g}(e,f,h))||function(e,t){var r,n,s,i,o,a,c,l,u,p,h,f,d=!0,m=e.tag,y=e.anchor,v=Object.create(null);if(91===(f=e.input.charCodeAt(e.position)))o=93,l=!1,i=[];else{if(123!==f)return!1;o=125,l=!0,i={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=i),f=e.input.charCodeAt(++e.position);0!==f;){if(nt(e,!0,t),(f=e.input.charCodeAt(e.position))===o)return e.position++,e.tag=m,e.anchor=y,e.kind=l?"mapping":"sequence",e.result=i,!0;d?44===f&&Ye(e,"expected the node content, but found ','"):Ye(e,"missed comma between flow collection entries"),h=null,a=c=!1,63===f&&Le(e.input.charCodeAt(e.position+1))&&(a=c=!0,e.position++,nt(e,!0,t)),r=e.line,n=e.lineStart,s=e.position,lt(e,t,Se,!1,!0),p=e.tag,u=e.result,nt(e,!0,t),f=e.input.charCodeAt(e.position),!c&&e.line!==r||58!==f||(a=!0,f=e.input.charCodeAt(++e.position),nt(e,!0,t),lt(e,t,Se,!1,!0),h=e.result),l?tt(e,i,v,p,u,h,r,n,s):a?i.push(tt(e,null,v,p,u,h,r,n,s)):i.push(u),nt(e,!0,t),44===(f=e.input.charCodeAt(e.position))?(d=!0,f=e.input.charCodeAt(++e.position)):d=!1}Ye(e,"unexpected end of the stream within a flow collection")}(e,h)?y=!0:(o&&function(e,t){var r,n,s,i,o,a=_e,c=!1,l=!1,u=t,p=0,h=!1;if(124===(i=e.input.charCodeAt(e.position)))n=!1;else{if(62!==i)return!1;n=!0}for(e.kind="scalar",e.result="";0!==i;)if(43===(i=e.input.charCodeAt(++e.position))||45===i)_e===a?a=43===i?Ce:ke:Ye(e,"repeat of a chomping mode identifier");else{if(!((s=48<=(o=i)&&o<=57?o-48:-1)>=0))break;0===s?Ye(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):l?Ye(e,"repeat of an indentation width identifier"):(u=t+s-1,l=!0)}if(qe(i)){do{i=e.input.charCodeAt(++e.position)}while(qe(i));if(35===i)do{i=e.input.charCodeAt(++e.position)}while(!Ne(i)&&0!==i)}for(;0!==i;){for(rt(e),e.lineIndent=0,i=e.input.charCodeAt(e.position);(!l||e.lineIndent<u)&&32===i;)e.lineIndent++,i=e.input.charCodeAt(++e.position);if(!l&&e.lineIndent>u&&(u=e.lineIndent),Ne(i))p++;else{if(e.lineIndent<u){a===Ce?e.result+=D.repeat("\n",c?1+p:p):a===_e&&c&&(e.result+="\n");break}for(n?qe(i)?(h=!0,e.result+=D.repeat("\n",c?1+p:p)):h?(h=!1,e.result+=D.repeat("\n",p+1)):0===p?c&&(e.result+=" "):e.result+=D.repeat("\n",p):e.result+=D.repeat("\n",c?1+p:p),c=!0,l=!0,p=0,r=e.position;!Ne(i)&&0!==i;)i=e.input.charCodeAt(++e.position);Ze(e,r,e.position,!1)}}return!0}(e,h)||function(e,t){var r,n,s;if(39!==(r=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=s=e.position;0!==(r=e.input.charCodeAt(e.position));)if(39===r){if(Ze(e,n,e.position,!0),39!==(r=e.input.charCodeAt(++e.position)))return!0;n=e.position,e.position++,s=e.position}else Ne(r)?(Ze(e,n,s,!0),it(e,nt(e,!1,t)),n=s=e.position):e.position===e.lineStart&&st(e)?Ye(e,"unexpected end of the document within a single quoted scalar"):(e.position++,s=e.position);Ye(e,"unexpected end of the stream within a single quoted scalar")}(e,h)||function(e,t){var r,n,s,i,o,a,c;if(34!==(a=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,r=n=e.position;0!==(a=e.input.charCodeAt(e.position));){if(34===a)return Ze(e,r,e.position,!0),e.position++,!0;if(92===a){if(Ze(e,r,e.position,!0),Ne(a=e.input.charCodeAt(++e.position)))nt(e,!1,t);else if(a<256&&He[a])e.result+=Je[a],e.position++;else if((o=120===(c=a)?2:117===c?4:85===c?8:0)>0){for(s=o,i=0;s>0;s--)(o=Ue(a=e.input.charCodeAt(++e.position)))>=0?i=(i<<4)+o:Ye(e,"expected hexadecimal character");e.result+=ze(i),e.position++}else Ye(e,"unknown escape sequence");r=n=e.position}else Ne(a)?(Ze(e,r,n,!0),it(e,nt(e,!1,t)),r=n=e.position):e.position===e.lineStart&&st(e)?Ye(e,"unexpected end of the document within a double quoted scalar"):(e.position++,n=e.position)}Ye(e,"unexpected end of the stream within a double quoted scalar")}(e,h)?y=!0:!function(e){var t,r,n;if(42!==(n=e.input.charCodeAt(e.position)))return!1;for(n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!Le(n)&&!Be(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&Ye(e,"name of an alias node must contain at least one character"),r=e.input.slice(t,e.position),Oe.call(e.anchorMap,r)||Ye(e,'unidentified alias "'+r+'"'),e.result=e.anchorMap[r],nt(e,!0,-1),!0}(e)?function(e,t,r){var n,s,i,o,a,c,l,u,p=e.kind,h=e.result;if(Le(u=e.input.charCodeAt(e.position))||Be(u)||35===u||38===u||42===u||33===u||124===u||62===u||39===u||34===u||37===u||64===u||96===u)return!1;if((63===u||45===u)&&(Le(n=e.input.charCodeAt(e.position+1))||r&&Be(n)))return!1;for(e.kind="scalar",e.result="",s=i=e.position,o=!1;0!==u;){if(58===u){if(Le(n=e.input.charCodeAt(e.position+1))||r&&Be(n))break}else if(35===u){if(Le(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&st(e)||r&&Be(u))break;if(Ne(u)){if(a=e.line,c=e.lineStart,l=e.lineIndent,nt(e,!1,-1),e.lineIndent>=t){o=!0,u=e.input.charCodeAt(e.position);continue}e.position=i,e.line=a,e.lineStart=c,e.lineIndent=l;break}}o&&(Ze(e,s,i,!1),it(e,e.line-a),s=i=e.position,o=!1),qe(u)||(i=e.position+1),u=e.input.charCodeAt(++e.position)}return Ze(e,s,i,!1),!!e.result||(e.kind=p,e.result=h,!1)}(e,h,Se===r)&&(y=!0,null===e.tag&&(e.tag="?")):(y=!0,null===e.tag&&null===e.anchor||Ye(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===d&&(y=a&&ot(e,f))),null===e.tag)null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);else if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&Ye(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),c=0,l=e.implicitTypes.length;c<l;c+=1)if((p=e.implicitTypes[c]).resolve(e.result)){e.result=p.construct(e.result),e.tag=p.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else if("!"!==e.tag){if(Oe.call(e.typeMap[e.kind||"fallback"],e.tag))p=e.typeMap[e.kind||"fallback"][e.tag];else for(p=null,c=0,l=(u=e.typeMap.multi[e.kind||"fallback"]).length;c<l;c+=1)if(e.tag.slice(0,u[c].tag.length)===u[c].tag){p=u[c];break}p||Ye(e,"unknown tag !<"+e.tag+">"),null!==e.result&&p.kind!==e.kind&&Ye(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+p.kind+'", not "'+e.kind+'"'),p.resolve(e.result,e.tag)?(e.result=p.construct(e.result,e.tag),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):Ye(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||y}function ut(e){var t,r,n,s,i=e.position,o=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);0!==(s=e.input.charCodeAt(e.position))&&(nt(e,!0,-1),s=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==s));){for(o=!0,s=e.input.charCodeAt(++e.position),t=e.position;0!==s&&!Le(s);)s=e.input.charCodeAt(++e.position);for(n=[],(r=e.input.slice(t,e.position)).length<1&&Ye(e,"directive name must not be less than one character in length");0!==s;){for(;qe(s);)s=e.input.charCodeAt(++e.position);if(35===s){do{s=e.input.charCodeAt(++e.position)}while(0!==s&&!Ne(s));break}if(Ne(s))break;for(t=e.position;0!==s&&!Le(s);)s=e.input.charCodeAt(++e.position);n.push(e.input.slice(t,e.position))}0!==s&&rt(e),Oe.call(Qe,r)?Qe[r](e,r,n):Xe(e,'unknown document directive "'+r+'"')}nt(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,nt(e,!0,-1)):o&&Ye(e,"directives end mark is expected"),lt(e,e.lineIndent-1,$e,!1,!0),nt(e,!0,-1),e.checkLineBreaks&&Te.test(e.input.slice(i,e.position))&&Xe(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&st(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,nt(e,!0,-1)):e.position<e.length-1&&Ye(e,"end of the stream or a document separator is expected")}function pt(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var r=new Ke(e,t),n=e.indexOf("\0");for(-1!==n&&(r.position=n,Ye(r,"null byte is not allowed in input")),r.input+="\0";32===r.input.charCodeAt(r.position);)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)ut(r);return r.documents}var ht={loadAll:function(e,t,r){null!==t&&"object"==typeof t&&void 0===r&&(r=t,t=null);var n=pt(e,r);if("function"!=typeof t)return n;for(var s=0,i=n.length;s<i;s+=1)t(n[s])},load:function(e,t){var r=pt(e,t);if(0!==r.length){if(1===r.length)return r[0];throw new L("expected a single document in the stream, but found more")}}},ft=Object.prototype.toString,dt=Object.prototype.hasOwnProperty,mt=65279,yt=9,vt=10,gt=13,bt=32,xt=33,wt=34,Et=35,jt=37,Ot=38,St=39,Pt=42,At=44,$t=45,_t=58,kt=61,Ct=62,It=63,Tt=64,Mt=91,Rt=93,Ft=96,Dt=123,Nt=124,qt=125,Lt={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},Bt=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],Ut=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function Vt(e){var t,r,n;if(t=e.toString(16).toUpperCase(),e<=255)r="x",n=2;else if(e<=65535)r="u",n=4;else{if(!(e<=4294967295))throw new L("code point within a string may not be greater than 0xFFFFFFFF");r="U",n=8}return"\\"+r+D.repeat("0",n-t.length)+t}var zt=1,Ht=2;function Jt(e){this.schema=e.schema||je,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=D.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=function(e,t){var r,n,s,i,o,a,c;if(null===t)return{};for(r={},s=0,i=(n=Object.keys(t)).length;s<i;s+=1)o=n[s],a=String(t[o]),"!!"===o.slice(0,2)&&(o="tag:yaml.org,2002:"+o.slice(2)),(c=e.compiledTypeMap.fallback[o])&&dt.call(c.styleAliases,a)&&(a=c.styleAliases[a]),r[o]=a;return r}(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType='"'===e.quotingType?Ht:zt,this.forceQuotes=e.forceQuotes||!1,this.replacer="function"==typeof e.replacer?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Gt(e,t){for(var r,n=D.repeat(" ",t),s=0,i=-1,o="",a=e.length;s<a;)-1===(i=e.indexOf("\n",s))?(r=e.slice(s),s=a):(r=e.slice(s,i+1),s=i+1),r.length&&"\n"!==r&&(o+=n),o+=r;return o}function Kt(e,t){return"\n"+D.repeat(" ",e.indent*t)}function Wt(e){return e===bt||e===yt}function Yt(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&e!==mt||65536<=e&&e<=1114111}function Xt(e){return Yt(e)&&e!==mt&&e!==gt&&e!==vt}function Qt(e,t,r){var n=Xt(e),s=n&&!Wt(e);return(r?n:n&&e!==At&&e!==Mt&&e!==Rt&&e!==Dt&&e!==qt)&&e!==Et&&!(t===_t&&!s)||Xt(t)&&!Wt(t)&&e===Et||t===_t&&s}function Zt(e,t){var r,n=e.charCodeAt(t);return n>=55296&&n<=56319&&t+1<e.length&&(r=e.charCodeAt(t+1))>=56320&&r<=57343?1024*(n-55296)+r-56320+65536:n}function er(e){return/^\n* /.test(e)}var tr=1,rr=2,nr=3,sr=4,ir=5;function or(e,t,r,n,s,i,o,a){var c,l,u=0,p=null,h=!1,f=!1,d=-1!==n,m=-1,y=Yt(l=Zt(e,0))&&l!==mt&&!Wt(l)&&l!==$t&&l!==It&&l!==_t&&l!==At&&l!==Mt&&l!==Rt&&l!==Dt&&l!==qt&&l!==Et&&l!==Ot&&l!==Pt&&l!==xt&&l!==Nt&&l!==kt&&l!==Ct&&l!==St&&l!==wt&&l!==jt&&l!==Tt&&l!==Ft&&function(e){return!Wt(e)&&e!==_t}(Zt(e,e.length-1));if(t||o)for(c=0;c<e.length;u>=65536?c+=2:c++){if(!Yt(u=Zt(e,c)))return ir;y=y&&Qt(u,p,a),p=u}else{for(c=0;c<e.length;u>=65536?c+=2:c++){if((u=Zt(e,c))===vt)h=!0,d&&(f=f||c-m-1>n&&" "!==e[m+1],m=c);else if(!Yt(u))return ir;y=y&&Qt(u,p,a),p=u}f=f||d&&c-m-1>n&&" "!==e[m+1]}return h||f?r>9&&er(e)?ir:o?i===Ht?ir:rr:f?sr:nr:!y||o||s(e)?i===Ht?ir:rr:tr}function ar(e,t,r,n,s){e.dump=function(){if(0===t.length)return e.quotingType===Ht?'""':"''";if(!e.noCompatMode&&(-1!==Bt.indexOf(t)||Ut.test(t)))return e.quotingType===Ht?'"'+t+'"':"'"+t+"'";var i=e.indent*Math.max(1,r),o=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-i),a=n||e.flowLevel>-1&&r>=e.flowLevel;switch(or(t,a,e.indent,o,(function(t){return function(e,t){var r,n;for(r=0,n=e.implicitTypes.length;r<n;r+=1)if(e.implicitTypes[r].resolve(t))return!0;return!1}(e,t)}),e.quotingType,e.forceQuotes&&!n,s)){case tr:return t;case rr:return"'"+t.replace(/'/g,"''")+"'";case nr:return"|"+cr(t,e.indent)+lr(Gt(t,i));case sr:return">"+cr(t,e.indent)+lr(Gt(function(e,t){var r,n,s=/(\n+)([^\n]*)/g,i=(a=e.indexOf("\n"),a=-1!==a?a:e.length,s.lastIndex=a,ur(e.slice(0,a),t)),o="\n"===e[0]||" "===e[0];var a;for(;n=s.exec(e);){var c=n[1],l=n[2];r=" "===l[0],i+=c+(o||r||""===l?"":"\n")+ur(l,t),o=r}return i}(t,o),i));case ir:return'"'+function(e){for(var t,r="",n=0,s=0;s<e.length;n>=65536?s+=2:s++)n=Zt(e,s),!(t=Lt[n])&&Yt(n)?(r+=e[s],n>=65536&&(r+=e[s+1])):r+=t||Vt(n);return r}(t)+'"';default:throw new L("impossible error: invalid scalar style")}}()}function cr(e,t){var r=er(e)?String(t):"",n="\n"===e[e.length-1];return r+(n&&("\n"===e[e.length-2]||"\n"===e)?"+":n?"":"-")+"\n"}function lr(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function ur(e,t){if(""===e||" "===e[0])return e;for(var r,n,s=/ [^ ]/g,i=0,o=0,a=0,c="";r=s.exec(e);)(a=r.index)-i>t&&(n=o>i?o:a,c+="\n"+e.slice(i,n),i=n+1),o=a;return c+="\n",e.length-i>t&&o>i?c+=e.slice(i,o)+"\n"+e.slice(o+1):c+=e.slice(i),c.slice(1)}function pr(e,t,r,n){var s,i,o,a="",c=e.tag;for(s=0,i=r.length;s<i;s+=1)o=r[s],e.replacer&&(o=e.replacer.call(r,String(s),o)),(fr(e,t+1,o,!0,!0,!1,!0)||void 0===o&&fr(e,t+1,null,!0,!0,!1,!0))&&(n&&""===a||(a+=Kt(e,t)),e.dump&&vt===e.dump.charCodeAt(0)?a+="-":a+="- ",a+=e.dump);e.tag=c,e.dump=a||"[]"}function hr(e,t,r){var n,s,i,o,a,c;for(i=0,o=(s=r?e.explicitTypes:e.implicitTypes).length;i<o;i+=1)if(((a=s[i]).instanceOf||a.predicate)&&(!a.instanceOf||"object"==typeof t&&t instanceof a.instanceOf)&&(!a.predicate||a.predicate(t))){if(r?a.multi&&a.representName?e.tag=a.representName(t):e.tag=a.tag:e.tag="?",a.represent){if(c=e.styleMap[a.tag]||a.defaultStyle,"[object Function]"===ft.call(a.represent))n=a.represent(t,c);else{if(!dt.call(a.represent,c))throw new L("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');n=a.represent[c](t,c)}e.dump=n}return!0}return!1}function fr(e,t,r,n,s,i,o){e.tag=null,e.dump=r,hr(e,r,!1)||hr(e,r,!0);var a,c=ft.call(e.dump),l=n;n&&(n=e.flowLevel<0||e.flowLevel>t);var u,p,h="[object Object]"===c||"[object Array]"===c;if(h&&(p=-1!==(u=e.duplicates.indexOf(r))),(null!==e.tag&&"?"!==e.tag||p||2!==e.indent&&t>0)&&(s=!1),p&&e.usedDuplicates[u])e.dump="*ref_"+u;else{if(h&&p&&!e.usedDuplicates[u]&&(e.usedDuplicates[u]=!0),"[object Object]"===c)n&&0!==Object.keys(e.dump).length?(!function(e,t,r,n){var s,i,o,a,c,l,u="",p=e.tag,h=Object.keys(r);if(!0===e.sortKeys)h.sort();else if("function"==typeof e.sortKeys)h.sort(e.sortKeys);else if(e.sortKeys)throw new L("sortKeys must be a boolean or a function");for(s=0,i=h.length;s<i;s+=1)l="",n&&""===u||(l+=Kt(e,t)),a=r[o=h[s]],e.replacer&&(a=e.replacer.call(r,o,a)),fr(e,t+1,o,!0,!0,!0)&&((c=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&vt===e.dump.charCodeAt(0)?l+="?":l+="? "),l+=e.dump,c&&(l+=Kt(e,t)),fr(e,t+1,a,!0,c)&&(e.dump&&vt===e.dump.charCodeAt(0)?l+=":":l+=": ",u+=l+=e.dump));e.tag=p,e.dump=u||"{}"}(e,t,e.dump,s),p&&(e.dump="&ref_"+u+e.dump)):(!function(e,t,r){var n,s,i,o,a,c="",l=e.tag,u=Object.keys(r);for(n=0,s=u.length;n<s;n+=1)a="",""!==c&&(a+=", "),e.condenseFlow&&(a+='"'),o=r[i=u[n]],e.replacer&&(o=e.replacer.call(r,i,o)),fr(e,t,i,!1,!1)&&(e.dump.length>1024&&(a+="? "),a+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),fr(e,t,o,!1,!1)&&(c+=a+=e.dump));e.tag=l,e.dump="{"+c+"}"}(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else if("[object Array]"===c)n&&0!==e.dump.length?(e.noArrayIndent&&!o&&t>0?pr(e,t-1,e.dump,s):pr(e,t,e.dump,s),p&&(e.dump="&ref_"+u+e.dump)):(!function(e,t,r){var n,s,i,o="",a=e.tag;for(n=0,s=r.length;n<s;n+=1)i=r[n],e.replacer&&(i=e.replacer.call(r,String(n),i)),(fr(e,t,i,!1,!1)||void 0===i&&fr(e,t,null,!1,!1))&&(""!==o&&(o+=","+(e.condenseFlow?"":" ")),o+=e.dump);e.tag=a,e.dump="["+o+"]"}(e,t,e.dump),p&&(e.dump="&ref_"+u+" "+e.dump));else{if("[object String]"!==c){if("[object Undefined]"===c)return!1;if(e.skipInvalid)return!1;throw new L("unacceptable kind of an object to dump "+c)}"?"!==e.tag&&ar(e,e.dump,t,i,l)}null!==e.tag&&"?"!==e.tag&&(a=encodeURI("!"===e.tag[0]?e.tag.slice(1):e.tag).replace(/!/g,"%21"),a="!"===e.tag[0]?"!"+a:"tag:yaml.org,2002:"===a.slice(0,18)?"!!"+a.slice(18):"!<"+a+">",e.dump=a+" "+e.dump)}return!0}function dr(e,t){var r,n,s=[],i=[];for(mr(e,s,i),r=0,n=i.length;r<n;r+=1)t.duplicates.push(s[i[r]]);t.usedDuplicates=new Array(n)}function mr(e,t,r){var n,s,i;if(null!==e&&"object"==typeof e)if(-1!==(s=t.indexOf(e)))-1===r.indexOf(s)&&r.push(s);else if(t.push(e),Array.isArray(e))for(s=0,i=e.length;s<i;s+=1)mr(e[s],t,r);else for(s=0,i=(n=Object.keys(e)).length;s<i;s+=1)mr(e[n[s]],t,r)}function yr(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var vr=J,gr=W,br=Z,xr=ce,wr=le,Er=je,jr=ht.load,Or=ht.loadAll,Sr={dump:function(e,t){var r=new Jt(t=t||{});r.noRefs||dr(e,r);var n=e;return r.replacer&&(n=r.replacer.call({"":n},"",n)),fr(r,0,n,!0,!0)?r.dump+"\n":""}}.dump,Pr=L,Ar={binary:me,float:ae,map:Q,null:ee,pairs:xe,set:Ee,timestamp:he,bool:te,int:se,merge:fe,omap:ge,seq:X,str:Y},$r=yr("safeLoad","load"),_r=yr("safeLoadAll","loadAll"),kr=yr("safeDump","dump");const Cr={Type:vr,Schema:gr,FAILSAFE_SCHEMA:br,JSON_SCHEMA:xr,CORE_SCHEMA:wr,DEFAULT_SCHEMA:Er,load:jr,loadAll:Or,dump:Sr,YAMLException:Pr,types:Ar,safeLoad:$r,safeLoadAll:_r,safeDump:kr},Ir=(e="")=>/(json|xml|yaml|text)\b/.test(e);function Tr(e={}){return"function"!=typeof e.entries?{}:Array.from(e.entries()).reduce(((e,[t,r])=>(e[t]=function(e){return e.includes(", ")?e.split(", "):e}(r),e)),{})}function Mr(e,t,{loadSpec:r=!1}={}){const n={ok:e.ok,url:e.url||t,status:e.status,statusText:e.statusText,headers:Tr(e.headers)},s=n.headers["content-type"],i=r||Ir(s);return(i?e.text:e.blob||e.buffer).call(e).then((e=>{if(n.text=e,n.data=e,i)try{const t=function(e,t){return t&&(0===t.indexOf("application/json")||t.indexOf("+json")>0)?JSON.parse(e):Cr.load(e)}(e,s);n.body=t,n.obj=t}catch(e){n.parseError=e}return n}))}async function Rr(e,t={}){"object"==typeof e&&(e=(t=e).url),t.headers=t.headers||{},(t=R(t)).headers&&Object.keys(t.headers).forEach((e=>{const r=t.headers[e];"string"==typeof r&&(t.headers[e]=r.replace(/\n+/g," "))})),t.requestInterceptor&&(t=await t.requestInterceptor(t)||t);const r=t.headers["content-type"]||t.headers["Content-Type"];let n;/multipart\/form-data/i.test(r)&&(delete t.headers["content-type"],delete t.headers["Content-Type"]);try{n=await(t.userFetch||fetch)(t.url,t),n=await Mr(n,e,t),t.responseInterceptor&&(n=await t.responseInterceptor(n)||n)}catch(e){if(!n)throw e;const t=new Error(n.statusText||`response status is ${n.status}`);throw t.status=n.status,t.statusCode=n.status,t.responseError=e,t}if(!n.ok){const e=new Error(n.statusText||`response status is ${n.status}`);throw e.status=n.status,e.statusCode=n.status,e.response=n,e}return n}function Fr(e,t={}){const{requestInterceptor:r,responseInterceptor:n}=t,s=e.withCredentials?"include":"same-origin";return t=>e({url:t,loadSpec:!0,requestInterceptor:r,responseInterceptor:n,headers:{Accept:u},credentials:s}).then((e=>e.body))}const Dr=e=>{const{baseDoc:t,url:r}=e,n=t??r??"";return"string"==typeof globalThis.document?.baseURI?String(new URL(n,globalThis.document.baseURI)):n},Nr=e=>{const{fetch:t,http:r}=e;return t||r||Rr};var qr,Lr=(qr=function(e,t){return qr=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])},qr(e,t)},function(e,t){function r(){this.constructor=e}qr(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),Br=Object.prototype.hasOwnProperty;function Ur(e,t){return Br.call(e,t)}function Vr(e){if(Array.isArray(e)){for(var t=new Array(e.length),r=0;r<t.length;r++)t[r]=""+r;return t}if(Object.keys)return Object.keys(e);var n=[];for(var s in e)Ur(e,s)&&n.push(s);return n}function zr(e){switch(typeof e){case"object":return JSON.parse(JSON.stringify(e));case"undefined":return null;default:return e}}function Hr(e){for(var t,r=0,n=e.length;r<n;){if(!((t=e.charCodeAt(r))>=48&&t<=57))return!1;r++}return!0}function Jr(e){return-1===e.indexOf("/")&&-1===e.indexOf("~")?e:e.replace(/~/g,"~0").replace(/\//g,"~1")}function Gr(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}function Kr(e){if(void 0===e)return!0;if(e)if(Array.isArray(e)){for(var t=0,r=e.length;t<r;t++)if(Kr(e[t]))return!0}else if("object"==typeof e)for(var n=Vr(e),s=n.length,i=0;i<s;i++)if(Kr(e[n[i]]))return!0;return!1}function Wr(e,t){var r=[e];for(var n in t){var s="object"==typeof t[n]?JSON.stringify(t[n],null,2):t[n];void 0!==s&&r.push(n+": "+s)}return r.join("\n")}var Yr=function(e){function t(t,r,n,s,i){var o=this.constructor,a=e.call(this,Wr(t,{name:r,index:n,operation:s,tree:i}))||this;return a.name=r,a.index=n,a.operation=s,a.tree=i,Object.setPrototypeOf(a,o.prototype),a.message=Wr(t,{name:r,index:n,operation:s,tree:i}),a}return Lr(t,e),t}(Error),Xr=Yr,Qr=zr,Zr={add:function(e,t,r){return e[t]=this.value,{newDocument:r}},remove:function(e,t,r){var n=e[t];return delete e[t],{newDocument:r,removed:n}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:function(e,t,r){var n=tn(r,this.path);n&&(n=zr(n));var s=rn(r,{op:"remove",path:this.from}).removed;return rn(r,{op:"add",path:this.path,value:s}),{newDocument:r,removed:n}},copy:function(e,t,r){var n=tn(r,this.from);return rn(r,{op:"add",path:this.path,value:zr(n)}),{newDocument:r}},test:function(e,t,r){return{newDocument:r,test:cn(e[t],this.value)}},_get:function(e,t,r){return this.value=e[t],{newDocument:r}}},en={add:function(e,t,r){return Hr(t)?e.splice(t,0,this.value):e[t]=this.value,{newDocument:r,index:t}},remove:function(e,t,r){return{newDocument:r,removed:e.splice(t,1)[0]}},replace:function(e,t,r){var n=e[t];return e[t]=this.value,{newDocument:r,removed:n}},move:Zr.move,copy:Zr.copy,test:Zr.test,_get:Zr._get};function tn(e,t){if(""==t)return e;var r={op:"_get",path:t};return rn(e,r),r.value}function rn(e,t,r,n,s,i){if(void 0===r&&(r=!1),void 0===n&&(n=!0),void 0===s&&(s=!0),void 0===i&&(i=0),r&&("function"==typeof r?r(t,0,e,t.path):on(t,0)),""===t.path){var o={newDocument:e};if("add"===t.op)return o.newDocument=t.value,o;if("replace"===t.op)return o.newDocument=t.value,o.removed=e,o;if("move"===t.op||"copy"===t.op)return o.newDocument=tn(e,t.from),"move"===t.op&&(o.removed=e),o;if("test"===t.op){if(o.test=cn(e,t.value),!1===o.test)throw new Xr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o.newDocument=e,o}if("remove"===t.op)return o.removed=e,o.newDocument=null,o;if("_get"===t.op)return t.value=e,o;if(r)throw new Xr("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",i,t,e);return o}n||(e=zr(e));var a=(t.path||"").split("/"),c=e,l=1,u=a.length,p=void 0,h=void 0,f=void 0;for(f="function"==typeof r?r:on;;){if((h=a[l])&&-1!=h.indexOf("~")&&(h=Gr(h)),s&&("__proto__"==h||"prototype"==h&&l>0&&"constructor"==a[l-1]))throw new TypeError("JSON-Patch: modifying `__proto__` or `constructor/prototype` prop is banned for security reasons, if this was on purpose, please set `banPrototypeModifications` flag false and pass it to this function. More info in fast-json-patch README");if(r&&void 0===p&&(void 0===c[h]?p=a.slice(0,l).join("/"):l==u-1&&(p=t.path),void 0!==p&&f(t,0,e,p)),l++,Array.isArray(c)){if("-"===h)h=c.length;else{if(r&&!Hr(h))throw new Xr("Expected an unsigned base-10 integer value, making the new referenced value the array element with the zero-based index","OPERATION_PATH_ILLEGAL_ARRAY_INDEX",i,t,e);Hr(h)&&(h=~~h)}if(l>=u){if(r&&"add"===t.op&&h>c.length)throw new Xr("The specified index MUST NOT be greater than the number of elements in the array","OPERATION_VALUE_OUT_OF_BOUNDS",i,t,e);if(!1===(o=en[t.op].call(t,c,h,e)).test)throw new Xr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o}}else if(l>=u){if(!1===(o=Zr[t.op].call(t,c,h,e)).test)throw new Xr("Test operation failed","TEST_OPERATION_FAILED",i,t,e);return o}if(c=c[h],r&&l<u&&(!c||"object"!=typeof c))throw new Xr("Cannot perform operation at the desired path","OPERATION_PATH_UNRESOLVABLE",i,t,e)}}function nn(e,t,r,n,s){if(void 0===n&&(n=!0),void 0===s&&(s=!0),r&&!Array.isArray(t))throw new Xr("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");n||(e=zr(e));for(var i=new Array(t.length),o=0,a=t.length;o<a;o++)i[o]=rn(e,t[o],r,!0,s,o),e=i[o].newDocument;return i.newDocument=e,i}function sn(e,t,r){var n=rn(e,t);if(!1===n.test)throw new Xr("Test operation failed","TEST_OPERATION_FAILED",r,t,e);return n.newDocument}function on(e,t,r,n){if("object"!=typeof e||null===e||Array.isArray(e))throw new Xr("Operation is not an object","OPERATION_NOT_AN_OBJECT",t,e,r);if(!Zr[e.op])throw new Xr("Operation `op` property is not one of operations defined in RFC-6902","OPERATION_OP_INVALID",t,e,r);if("string"!=typeof e.path)throw new Xr("Operation `path` property is not a string","OPERATION_PATH_INVALID",t,e,r);if(0!==e.path.indexOf("/")&&e.path.length>0)throw new Xr('Operation `path` property must start with "/"',"OPERATION_PATH_INVALID",t,e,r);if(("move"===e.op||"copy"===e.op)&&"string"!=typeof e.from)throw new Xr("Operation `from` property is not present (applicable in `move` and `copy` operations)","OPERATION_FROM_REQUIRED",t,e,r);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&void 0===e.value)throw new Xr("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_REQUIRED",t,e,r);if(("add"===e.op||"replace"===e.op||"test"===e.op)&&Kr(e.value))throw new Xr("Operation `value` property is not present (applicable in `add`, `replace` and `test` operations)","OPERATION_VALUE_CANNOT_CONTAIN_UNDEFINED",t,e,r);if(r)if("add"==e.op){var s=e.path.split("/").length,i=n.split("/").length;if(s!==i+1&&s!==i)throw new Xr("Cannot perform an `add` operation at the desired path","OPERATION_PATH_CANNOT_ADD",t,e,r)}else if("replace"===e.op||"remove"===e.op||"_get"===e.op){if(e.path!==n)throw new Xr("Cannot perform the operation at a path that does not exist","OPERATION_PATH_UNRESOLVABLE",t,e,r)}else if("move"===e.op||"copy"===e.op){var o=an([{op:"_get",path:e.from,value:void 0}],r);if(o&&"OPERATION_PATH_UNRESOLVABLE"===o.name)throw new Xr("Cannot perform the operation from a path that does not exist","OPERATION_FROM_UNRESOLVABLE",t,e,r)}}function an(e,t,r){try{if(!Array.isArray(e))throw new Xr("Patch sequence must be an array","SEQUENCE_NOT_AN_ARRAY");if(t)nn(zr(t),zr(e),r||!0);else{r=r||on;for(var n=0;n<e.length;n++)r(e[n],n,t,void 0)}}catch(e){if(e instanceof Xr)return e;throw e}}function cn(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){var r,n,s,i=Array.isArray(e),o=Array.isArray(t);if(i&&o){if((n=e.length)!=t.length)return!1;for(r=n;0!=r--;)if(!cn(e[r],t[r]))return!1;return!0}if(i!=o)return!1;var a=Object.keys(e);if((n=a.length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!t.hasOwnProperty(a[r]))return!1;for(r=n;0!=r--;)if(!cn(e[s=a[r]],t[s]))return!1;return!0}return e!=e&&t!=t}var ln=new WeakMap,un=function(e){this.observers=new Map,this.obj=e},pn=function(e,t){this.callback=e,this.observer=t};function hn(e,t){t.unobserve()}function fn(e,t){var r,n=function(e){return ln.get(e)}(e);if(n){var s=function(e,t){return e.observers.get(t)}(n,t);r=s&&s.observer}else n=new un(e),ln.set(e,n);if(r)return r;if(r={},n.value=zr(e),t){r.callback=t,r.next=null;var i=function(){dn(r)},o=function(){clearTimeout(r.next),r.next=setTimeout(i)};"undefined"!=typeof window&&(window.addEventListener("mouseup",o),window.addEventListener("keyup",o),window.addEventListener("mousedown",o),window.addEventListener("keydown",o),window.addEventListener("change",o))}return r.patches=[],r.object=e,r.unobserve=function(){dn(r),clearTimeout(r.next),function(e,t){e.observers.delete(t.callback)}(n,r),"undefined"!=typeof window&&(window.removeEventListener("mouseup",o),window.removeEventListener("keyup",o),window.removeEventListener("mousedown",o),window.removeEventListener("keydown",o),window.removeEventListener("change",o))},n.observers.set(t,new pn(t,r)),r}function dn(e,t){void 0===t&&(t=!1);var r=ln.get(e.object);mn(r.value,e.object,e.patches,"",t),e.patches.length&&nn(r.value,e.patches);var n=e.patches;return n.length>0&&(e.patches=[],e.callback&&e.callback(n)),n}function mn(e,t,r,n,s){if(t!==e){"function"==typeof t.toJSON&&(t=t.toJSON());for(var i=Vr(t),o=Vr(e),a=!1,c=o.length-1;c>=0;c--){var l=e[p=o[c]];if(!Ur(t,p)||void 0===t[p]&&void 0!==l&&!1===Array.isArray(t))Array.isArray(e)===Array.isArray(t)?(s&&r.push({op:"test",path:n+"/"+Jr(p),value:zr(l)}),r.push({op:"remove",path:n+"/"+Jr(p)}),a=!0):(s&&r.push({op:"test",path:n,value:e}),r.push({op:"replace",path:n,value:t}),!0);else{var u=t[p];"object"==typeof l&&null!=l&&"object"==typeof u&&null!=u&&Array.isArray(l)===Array.isArray(u)?mn(l,u,r,n+"/"+Jr(p),s):l!==u&&(!0,s&&r.push({op:"test",path:n+"/"+Jr(p),value:zr(l)}),r.push({op:"replace",path:n+"/"+Jr(p),value:zr(u)}))}}if(a||i.length!=o.length)for(c=0;c<i.length;c++){var p;Ur(e,p=i[c])||void 0===t[p]||r.push({op:"add",path:n+"/"+Jr(p),value:zr(t[p])})}}}function yn(e,t,r){void 0===r&&(r=!1);var n=[];return mn(e,t,n,"",r),n}Object.assign({},e,t,{JsonPatchError:Yr,deepClone:zr,escapePathComponent:Jr,unescapePathComponent:Gr});var vn=r(4744),gn=r.n(vn);const bn={add:function(e,t){return{op:"add",path:e,value:t}},replace:wn,remove:function(e){return{op:"remove",path:e}},merge:function(e,t){return{type:"mutation",op:"merge",path:e,value:t}},mergeDeep:function(e,t){return{type:"mutation",op:"mergeDeep",path:e,value:t}},context:function(e,t){return{type:"context",path:e,value:t}},getIn:function(e,t){return t.reduce(((e,t)=>void 0!==t&&e?e[t]:e),e)},applyPatch:function(e,t,r){if(r=r||{},"merge"===(t={...t,path:t.path&&xn(t.path)}).op){const r=Mn(e,t.path);Object.assign(r,t.value),nn(e,[wn(t.path,r)])}else if("mergeDeep"===t.op){const r=Mn(e,t.path),n=gn()(r,t.value);e=nn(e,[wn(t.path,n)]).newDocument}else if("add"===t.op&&""===t.path&&$n(t.value)){nn(e,Object.keys(t.value).reduce(((e,r)=>(e.push({op:"add",path:`/${xn(r)}`,value:t.value[r]}),e)),[]))}else if("replace"===t.op&&""===t.path){let{value:n}=t;r.allowMetaPatches&&t.meta&&In(t)&&(Array.isArray(t.value)||$n(t.value))&&(n={...n,...t.meta}),e=n}else if(nn(e,[t]),r.allowMetaPatches&&t.meta&&In(t)&&(Array.isArray(t.value)||$n(t.value))){const r={...Mn(e,t.path),...t.meta};nn(e,[wn(t.path,r)])}return e},parentPathMatch:function(e,t){if(!Array.isArray(t))return!1;for(let r=0,n=t.length;r<n;r+=1)if(t[r]!==e[r])return!1;return!0},flatten:Pn,fullyNormalizeArray:function(e){return An(Pn(Sn(e)))},normalizeArray:Sn,isPromise:function(e){return $n(e)&&_n(e.then)},forEachNew:function(e,t){try{return En(e,On,t)}catch(e){return e}},forEachNewPrimitive:function(e,t){try{return En(e,jn,t)}catch(e){return e}},isJsonPatch:kn,isContextPatch:function(e){return Tn(e)&&"context"===e.type},isPatch:Tn,isMutation:Cn,isAdditiveMutation:In,isGenerator:function(e){return"[object GeneratorFunction]"===Object.prototype.toString.call(e)},isFunction:_n,isObject:$n,isError:function(e){return e instanceof Error}};function xn(e){return Array.isArray(e)?e.length<1?"":`/${e.map((e=>(e+"").replace(/~/g,"~0").replace(/\//g,"~1"))).join("/")}`:e}function wn(e,t,r){return{op:"replace",path:e,value:t,meta:r}}function En(e,t,r){return An(Pn(e.filter(In).map((e=>t(e.value,r,e.path)))||[]))}function jn(e,t,r){return r=r||[],Array.isArray(e)?e.map(((e,n)=>jn(e,t,r.concat(n)))):$n(e)?Object.keys(e).map((n=>jn(e[n],t,r.concat(n)))):t(e,r[r.length-1],r)}function On(e,t,r){let n=[];if((r=r||[]).length>0){const s=t(e,r[r.length-1],r);s&&(n=n.concat(s))}if(Array.isArray(e)){const s=e.map(((e,n)=>On(e,t,r.concat(n))));s&&(n=n.concat(s))}else if($n(e)){const s=Object.keys(e).map((n=>On(e[n],t,r.concat(n))));s&&(n=n.concat(s))}return n=Pn(n),n}function Sn(e){return Array.isArray(e)?e:[e]}function Pn(e){return[].concat(...e.map((e=>Array.isArray(e)?Pn(e):e)))}function An(e){return e.filter((e=>void 0!==e))}function $n(e){return e&&"object"==typeof e}function _n(e){return e&&"function"==typeof e}function kn(e){if(Tn(e)){const{op:t}=e;return"add"===t||"remove"===t||"replace"===t}return!1}function Cn(e){return kn(e)||Tn(e)&&"mutation"===e.type}function In(e){return Cn(e)&&("add"===e.op||"replace"===e.op||"merge"===e.op||"mergeDeep"===e.op)}function Tn(e){return e&&"object"==typeof e}function Mn(e,t){try{return tn(e,t)}catch(e){return console.error(e),{}}}var Rn=r(8675);const Fn=class extends Rn{constructor(e,t,r){if(super(e,t,r),this.name=this.constructor.name,"string"==typeof t&&(this.message=t),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(t).stack,null!=r&&"object"==typeof r&&Object.hasOwn(r,"cause")&&!("cause"in this)){const{cause:e}=r;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}};class Dn extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(Fn,e)}constructor(e,t){if(super(e,t),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=t&&"object"==typeof t&&Object.hasOwn(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}}}const Nn=Dn;const qn=class extends Nn{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...r}=t;Object.assign(this,r)}}};var Ln=r(5606);const Bn={"@@functional/placeholder":!0};function Un(e){return e===Bn}function Vn(e){return function t(r){return 0===arguments.length||Un(r)?t:e.apply(this,arguments)}}function zn(e){return function t(r,n){switch(arguments.length){case 0:return t;case 1:return Un(r)?t:Vn((function(t){return e(r,t)}));default:return Un(r)&&Un(n)?t:Un(r)?Vn((function(t){return e(t,n)})):Un(n)?Vn((function(t){return e(r,t)})):e(r,n)}}}function Hn(e){return function t(r,n,s){switch(arguments.length){case 0:return t;case 1:return Un(r)?t:zn((function(t,n){return e(r,t,n)}));case 2:return Un(r)&&Un(n)?t:Un(r)?zn((function(t,r){return e(t,n,r)})):Un(n)?zn((function(t,n){return e(r,t,n)})):Vn((function(t){return e(r,n,t)}));default:return Un(r)&&Un(n)&&Un(s)?t:Un(r)&&Un(n)?zn((function(t,r){return e(t,r,s)})):Un(r)&&Un(s)?zn((function(t,r){return e(t,n,r)})):Un(n)&&Un(s)?zn((function(t,n){return e(r,t,n)})):Un(r)?Vn((function(t){return e(t,n,s)})):Un(n)?Vn((function(t){return e(r,t,s)})):Un(s)?Vn((function(t){return e(r,n,t)})):e(r,n,s)}}}const Jn=Number.isInteger||function(e){return e<<0===e};function Gn(e){return"[object String]"===Object.prototype.toString.call(e)}function Kn(e,t){var r=e<0?t.length+e:e;return Gn(t)?t.charAt(r):t[r]}function Wn(e,t){for(var r=t,n=0;n<e.length;n+=1){if(null==r)return;var s=e[n];r=Jn(s)?Kn(s,r):r[s]}return r}const Yn=Hn((function(e,t,r){return e(Wn(t,r))}));function Xn(e){return new RegExp(e.source,e.flags?e.flags:(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":"")+(e.dotAll?"s":""))}function Qn(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function Zn(e,t,r){for(var n=0,s=r.length;n<s;){if(e(t,r[n]))return!0;n+=1}return!1}function es(e,t){return Object.prototype.hasOwnProperty.call(t,e)}const ts="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};var rs=Object.prototype.toString;const ns=function(){return"[object Arguments]"===rs.call(arguments)?function(e){return"[object Arguments]"===rs.call(e)}:function(e){return es("callee",e)}}();var ss=!{toString:null}.propertyIsEnumerable("toString"),is=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],os=function(){return arguments.propertyIsEnumerable("length")}(),as=function(e,t){for(var r=0;r<e.length;){if(e[r]===t)return!0;r+=1}return!1},cs="function"!=typeof Object.keys||os?Vn((function(e){if(Object(e)!==e)return[];var t,r,n=[],s=os&&ns(e);for(t in e)!es(t,e)||s&&"length"===t||(n[n.length]=t);if(ss)for(r=is.length-1;r>=0;)es(t=is[r],e)&&!as(n,t)&&(n[n.length]=t),r-=1;return n})):Vn((function(e){return Object(e)!==e?[]:Object.keys(e)}));const ls=cs;const us=Vn((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function ps(e,t,r,n){var s=Qn(e);function i(e,t){return hs(e,t,r.slice(),n.slice())}return!Zn((function(e,t){return!Zn(i,t,e)}),Qn(t),s)}function hs(e,t,r,n){if(ts(e,t))return!0;var s,i,o=us(e);if(o!==us(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(s=e.constructor,null==(i=String(s).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!ts(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!ts(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var a=r.length-1;a>=0;){if(r[a]===e)return n[a]===t;a-=1}switch(o){case"Map":return e.size===t.size&&ps(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&ps(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=ls(e);if(c.length!==ls(t).length)return!1;var l=r.concat([e]),u=n.concat([t]);for(a=c.length-1;a>=0;){var p=c[a];if(!es(p,t)||!hs(t[p],e[p],l,u))return!1;a-=1}return!0}const fs=zn((function(e,t){return hs(e,t,[],[])}));function ds(e,t){return function(e,t,r){var n,s;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;r<e.length;){if(0===(s=e[r])&&1/s===n)return r;r+=1}return-1}if(t!=t){for(;r<e.length;){if("number"==typeof(s=e[r])&&s!=s)return r;r+=1}return-1}return e.indexOf(t,r);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,r);case"object":if(null===t)return e.indexOf(t,r)}for(;r<e.length;){if(fs(e[r],t))return r;r+=1}return-1}(t,e,0)>=0}function ms(e,t){for(var r=0,n=t.length,s=Array(n);r<n;)s[r]=e(t[r]),r+=1;return s}function ys(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var vs=function(e){return(e<10?"0":"")+e};const gs="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+vs(e.getUTCMonth()+1)+"-"+vs(e.getUTCDate())+"T"+vs(e.getUTCHours())+":"+vs(e.getUTCMinutes())+":"+vs(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function bs(e){return function(){return!e.apply(this,arguments)}}function xs(e,t,r){for(var n=0,s=r.length;n<s;)t=e(t,r[n]),n+=1;return t}const ws=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function Es(e,t,r){return function(){if(0===arguments.length)return r();var n=arguments[arguments.length-1];if(!ws(n)){for(var s=0;s<e.length;){if("function"==typeof n[e[s]])return n[e[s]].apply(n,Array.prototype.slice.call(arguments,0,-1));s+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(n))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return r.apply(this,arguments)}}function js(e){return"[object Object]"===Object.prototype.toString.call(e)}const Os=function(){return this.xf["@@transducer/init"]()},Ss=function(e){return this.xf["@@transducer/result"](e)};var Ps=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=Ss,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function As(e){return function(t){return new Ps(e,t)}}const $s=zn(Es(["fantasy-land/filter","filter"],As,(function(e,t){return js(t)?xs((function(r,n){return e(t[n])&&(r[n]=t[n]),r}),{},ls(t)):function(e,t){for(var r=0,n=t.length,s=[];r<n;)e(t[r])&&(s[s.length]=t[r]),r+=1;return s}(e,t)})));const _s=zn((function(e,t){return $s(bs(e),t)}));function ks(e,t){var r=function(r){var n=t.concat([e]);return ds(r,n)?"<Circular>":ks(r,n)},n=function(e,t){return ms((function(t){return ys(t)+": "+r(e[t])}),t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+ms(r,e).join(", ")+"))";case"[object Array]":return"["+ms(r,e).concat(n(e,_s((function(e){return/^\d+$/.test(e)}),ls(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):ys(gs(e)))+")";case"[object Map]":return"new Map("+r(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+r(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":ys(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var s=e.toString();if("[object Object]"!==s)return s}return"{"+n(e,ls(e)).join(", ")+"}"}}const Cs=Vn((function(e){return ks(e,[])}));var Is=zn((function(e,t){if(r=e,"[object RegExp]"!==Object.prototype.toString.call(r))throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received "+Cs(e));var r;return Xn(e).test(t)}));const Ts=Is;function Ms(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,r){return t.apply(this,arguments)};case 3:return function(e,r,n){return t.apply(this,arguments)};case 4:return function(e,r,n,s){return t.apply(this,arguments)};case 5:return function(e,r,n,s,i){return t.apply(this,arguments)};case 6:return function(e,r,n,s,i,o){return t.apply(this,arguments)};case 7:return function(e,r,n,s,i,o,a){return t.apply(this,arguments)};case 8:return function(e,r,n,s,i,o,a,c){return t.apply(this,arguments)};case 9:return function(e,r,n,s,i,o,a,c,l){return t.apply(this,arguments)};case 10:return function(e,r,n,s,i,o,a,c,l,u){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function Rs(e,t){return function(){return t.call(this,e.apply(this,arguments))}}const Fs=Vn((function(e){return!!ws(e)||!!e&&("object"==typeof e&&(!Gn(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))}));var Ds="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function Ns(e,t,r){return function(n,s,i){if(Fs(i))return e(n,s,i);if(null==i)return s;if("function"==typeof i["fantasy-land/reduce"])return t(n,s,i,"fantasy-land/reduce");if(null!=i[Ds])return r(n,s,i[Ds]());if("function"==typeof i.next)return r(n,s,i);if("function"==typeof i.reduce)return t(n,s,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function qs(e,t,r){for(var n=0,s=r.length;n<s;){if((t=e["@@transducer/step"](t,r[n]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n+=1}return e["@@transducer/result"](t)}const Ls=zn((function(e,t){return Ms(e.length,(function(){return e.apply(t,arguments)}))}));function Bs(e,t,r){for(var n=r.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=r.next()}return e["@@transducer/result"](t)}function Us(e,t,r,n){return e["@@transducer/result"](r[n](Ls(e["@@transducer/step"],e),t))}const Vs=Ns(qs,Us,Bs);var zs=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function Hs(e){return new zs(e)}const Js=Hn((function(e,t,r){return Vs("function"==typeof e?Hs(e):e,t,r)}));function Gs(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return ws(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}const Ks=Hn(Gs("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)})));const Ws=Vn(Gs("tail",Ks(1,1/0)));function Ys(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return Ms(arguments[0].length,Js(Rs,arguments[0],Ws(arguments)))}const Xs=zn((function(e,t){return null==t||t!=t?e:t}));const Qs=zn((function(e,t){if(null!=t)return Jn(e)?Kn(e,t):t[e]}));const Zs=Hn((function(e,t,r){return Xs(e,Qs(t,r))}));const ei=Vn((function(e){return Kn(-1,e)}));function ti(e,t,r){return function(){for(var n=[],s=0,i=e,o=0,a=!1;o<t.length||s<arguments.length;){var c;o<t.length&&(!Un(t[o])||s>=arguments.length)?c=t[o]:(c=arguments[s],s+=1),n[o]=c,Un(c)?a=!0:i-=1,o+=1}return!a&&i<=0?r.apply(this,n):Ms(Math.max(0,i),ti(e,n,r))}}const ri=zn((function(e,t){return 1===e?Vn(t):Ms(e,ti(e,[],t))}));const ni=Vn((function(e){return ri(e.length,e)}));function si(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const ii=zn((function(e,t){return ri(e+1,(function(){var r=arguments[e];if(null!=r&&si(r[t]))return r[t].apply(r,Array.prototype.slice.call(arguments,0,e));throw new TypeError(Cs(r)+' does not have a method named "'+t+'"')}))}));const oi=ii(1,"split");function ai(e,t){for(var r=t.length-1;r>=0&&e(t[r]);)r-=1;return Ks(0,r+1,t)}var ci=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=Vs(this.xf,e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}();function li(e){return function(t){return new ci(e,t)}}const ui=zn(Es([],li,ai));const pi=ii(1,"join");const hi=Vn((function(e){return ri(e.length,(function(t,r){var n=Array.prototype.slice.call(arguments,0);return n[0]=r,n[1]=t,e.apply(this,n)}))}))(zn(ds));const fi=ni((function(e,t){return Ys(oi(""),ui(hi(e)),pi(""))(t)}));function di(e,t,r){for(var n=r.next();!n.done;)t=e(t,n.value),n=r.next();return t}function mi(e,t,r,n){return r[n](e,t)}const yi=Ns(xs,mi,di);var vi=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=Ss,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const gi=zn(Es(["fantasy-land/map","map"],(function(e){return function(t){return new vi(e,t)}}),(function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return ri(t.length,(function(){return e.call(this,t.apply(this,arguments))}));case"[object Object]":return xs((function(r,n){return r[n]=e(t[n]),r}),{},ls(t));default:return ms(e,t)}})));const bi=zn((function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(r){return e(r)(t(r))}:yi((function(e,r){return function(e,t){var r;t=t||[];var n=(e=e||[]).length,s=t.length,i=[];for(r=0;r<n;)i[i.length]=e[r],r+=1;for(r=0;r<s;)i[i.length]=t[r],r+=1;return i}(e,gi(r,t))}),[],e)}));const xi=zn((function(e,t){var r=ri(e,t);return ri(e,(function(){return xs(bi,gi(r,arguments[0]),Array.prototype.slice.call(arguments,1))}))}));const wi=Vn((function(e){return xi(e.length,e)}));const Ei=wi(Vn((function(e){return!e})));const ji=Vn((function(e){return function(){return e}}));const Oi=ji(void 0);const Si=fs(Oi());const Pi=Ei(Si);const Ai=zn((function(e,t){if(e===t)return t;function r(e,t){if(e>t!=t>e)return t>e?t:e}var n=r(e,t);if(void 0!==n)return n;var s=r(typeof e,typeof t);if(void 0!==s)return s===typeof e?e:t;var i=Cs(e),o=r(i,Cs(t));return void 0!==o&&o===i?e:t}));const $i=zn((function(e,t){return gi(Qs(e),t)}));const _i=Vn((function(e){return ri(Js(Ai,0,$i("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(e[t].apply(this,arguments))return!0;t+=1}return!1}))}));var ki=function(e,t){switch(arguments.length){case 0:return ki;case 1:return function t(r){return 0===arguments.length?t:ts(e,r)};default:return ts(e,t)}};const Ci=ki;const Ii=ri(1,Ys(us,Ci("GeneratorFunction")));const Ti=ri(1,Ys(us,Ci("AsyncFunction")));const Mi=_i([Ys(us,Ci("Function")),Ii,Ti]);var Ri=Hn((function(e,t,r){return r.replace(e,t)}));const Fi=Ri;const Di=ri(1,Ys(us,Ci("RegExp")));const Ni=Hn((function(e,t,r){return e(r)?t(r):r}));const qi=ri(1,Ys(us,Ci("String")));const Li=Ni(qi,Fi(/[.*+?^${}()|[\]\\-]/g,"\\$&"));var Bi=function(e,t){if("string"!=typeof e&&!(e instanceof String))throw TypeError("`".concat(t,"` must be a string"))};const Ui=function(e,t,r){!function(e,t,r){if(null==r||null==e||null==t)throw TypeError("Input values must not be `null` or `undefined`")}(e,t,r),Bi(r,"str"),Bi(t,"replaceValue"),function(e){if(!("string"==typeof e||e instanceof String||e instanceof RegExp))throw TypeError("`searchValue` must be a string or an regexp")}(e);var n=new RegExp(Di(e)?e:Li(e),"g");return Fi(n,t,r)};var Vi=ri(3,Ui),zi=ii(2,"replaceAll");const Hi=Mi(String.prototype.replaceAll)?zi:Vi,Ji=()=>Yn(Ts(/^win/),["platform"],Ln),Gi=e=>{try{const t=new URL(e);return fi(":",t.protocol)}catch{return}},Ki=(Ys(Gi,Pi),e=>{const t=e.lastIndexOf(".");return t>=0?e.substring(t).toLowerCase():""}),Wi=e=>{if(Ln.browser)return!1;const t=Gi(e);return Si(t)||"file"===t||/^[a-zA-Z]$/.test(t)},Yi=e=>{const t=Gi(e);return"http"===t||"https"===t},Xi=(e,t)=>{const r=[/%23/g,"#",/%24/g,"$",/%26/g,"&",/%2C/g,",",/%40/g,"@"],n=Zs(!1,"keepFileProtocol",t),s=Zs(Ji,"isWindows",t);let i=decodeURI(e);for(let e=0;e<r.length;e+=2)i=i.replace(r[e],r[e+1]);let o="file://"===i.substring(0,7).toLowerCase();return o&&(i="/"===i[7]?i.substring(8):i.substring(7),s()&&"/"===i[1]&&(i=`${i[0]}:${i.substring(1)}`),n?i=`file:///${i}`:(o=!1,i=s()?i:`/${i}`)),s()&&!o&&(i=Hi("/","\\",i),":\\"===i.substring(1,3)&&(i=i[0].toUpperCase()+i.substring(1))),i},Qi=e=>{const t=e.indexOf("#");return-1!==t?e.substring(t):"#"},Zi=e=>{const t=e.indexOf("#");let r=e;return t>=0&&(r=e.substring(0,t)),r},eo=()=>{if(Ln.browser)return Zi(globalThis.location.href);const e=Ln.cwd(),t=ei(e);return["/","\\"].includes(t)?e:e+(Ji()?"\\":"/")},to=(e,t)=>{const r=new URL(t,new URL(e,"resolve://"));if("resolve:"===r.protocol){const{pathname:e,search:t,hash:n}=r;return e+t+n}return r.toString()},ro=e=>{if(Wi(e))return(e=>{const t=[/\?/g,"%3F",/#/g,"%23"];let r=e;Ji()&&(r=r.replace(/\\/g,"/")),r=encodeURI(r);for(let e=0;e<t.length;e+=2)r=r.replace(t[e],t[e+1]);return r})(Xi(e));try{return new URL(e).toString()}catch{return encodeURI(decodeURI(e)).replace(/%5B/g,"[").replace(/%5D/g,"]")}},no=e=>Wi(e)?Xi(e):decodeURI(e);var so=r(6623),io=r.n(so);const oo=["properties"],ao=["properties"],co=["definitions","parameters","responses","securityDefinitions","components/schemas","components/responses","components/parameters","components/securitySchemes"],lo=["schema/example","items/example"];function uo(e){const t=e[e.length-1],r=e[e.length-2],n=e.join("/");return oo.indexOf(t)>-1&&-1===ao.indexOf(r)||co.indexOf(n)>-1||lo.some((e=>n.indexOf(e)>-1))}function po(e,t){const[r,n]=e.split("#"),s=t??"",i=r??"";let o;if(Yi(s))o=to(s,i);else{const e=to(p,s),t=to(e,i).replace(p,"");o=i.startsWith("/")?t:t.substring(1)}return n?`${o}#${n}`:o}const ho=/^([a-z]+:\/\/|\/\/)/i;class fo extends qn{}const mo={},yo=new WeakMap,vo=[e=>"paths"===e[0]&&"responses"===e[3]&&"examples"===e[5],e=>"paths"===e[0]&&"responses"===e[3]&&"content"===e[5]&&"example"===e[7],e=>"paths"===e[0]&&"responses"===e[3]&&"content"===e[5]&&"examples"===e[7]&&"value"===e[9],e=>"paths"===e[0]&&"requestBody"===e[3]&&"content"===e[4]&&"example"===e[6],e=>"paths"===e[0]&&"requestBody"===e[3]&&"content"===e[4]&&"examples"===e[6]&&"value"===e[8],e=>"paths"===e[0]&&"parameters"===e[2]&&"example"===e[4],e=>"paths"===e[0]&&"parameters"===e[3]&&"example"===e[5],e=>"paths"===e[0]&&"parameters"===e[2]&&"examples"===e[4]&&"value"===e[6],e=>"paths"===e[0]&&"parameters"===e[3]&&"examples"===e[5]&&"value"===e[7],e=>"paths"===e[0]&&"parameters"===e[2]&&"content"===e[4]&&"example"===e[6],e=>"paths"===e[0]&&"parameters"===e[2]&&"content"===e[4]&&"examples"===e[6]&&"value"===e[8],e=>"paths"===e[0]&&"parameters"===e[3]&&"content"===e[4]&&"example"===e[7],e=>"paths"===e[0]&&"parameters"===e[3]&&"content"===e[5]&&"examples"===e[7]&&"value"===e[9]],go={key:"$ref",plugin:(e,t,r,n)=>{const s=n.getInstance(),i=r.slice(0,-1);if(uo(i)||(e=>vo.some((t=>t(e))))(i))return;const{baseDoc:o}=n.getContext(r);if("string"!=typeof e)return new fo("$ref: must be a string (JSON-Ref)",{$ref:e,baseDoc:o,fullPath:r});const a=jo(e),c=a[0],l=a[1]||"";let u,p,h;try{u=o||c?wo(c,o):null}catch(t){return Eo(t,{pointer:l,$ref:e,basePath:u,fullPath:r})}if(function(e,t,r,n){let s=yo.get(n);s||(s={},yo.set(n,s));const i=function(e){if(0===e.length)return"";return`/${e.map(_o).join("/")}`}(r),o=`${t||"<specmap-base>"}#${e}`,a=i.replace(/allOf\/\d+\/?/g,""),c=n.contextTree.get([]).baseDoc;if(t===c&&Co(a,e))return!0;let l="";const u=r.some((e=>(l=`${l}/${_o(e)}`,s[l]&&s[l].some((e=>Co(e,o)||Co(o,e))))));if(u)return!0;return void(s[a]=(s[a]||[]).concat(o))}(l,u,i,n)&&!s.useCircularStructures){const t=po(e,u);return e===t?null:bn.replace(r,t)}if(null==u?(h=Ao(l),p=n.get(h),void 0===p&&(p=new fo(`Could not resolve reference: ${e}`,{pointer:l,$ref:e,baseDoc:o,fullPath:r}))):(p=Oo(u,l),p=null!=p.__value?p.__value:p.catch((t=>{throw Eo(t,{pointer:l,$ref:e,baseDoc:o,fullPath:r})}))),p instanceof Error)return[bn.remove(r),p];const f=po(e,u),d=bn.replace(i,p,{$$ref:f});if(u&&u!==o)return[d,bn.context(i,{baseDoc:u})];try{if(!function(e,t){const r=[e];return t.path.reduce(((e,t)=>(r.push(e[t]),e[t])),e),n(t.value);function n(e){return bn.isObject(e)&&(r.indexOf(e)>=0||Object.keys(e).some((t=>n(e[t]))))}}(n.state,d)||s.useCircularStructures)return d}catch(e){return null}}},bo=Object.assign(go,{docCache:mo,absoluteify:wo,clearCache:function(e){void 0!==e?delete mo[e]:Object.keys(mo).forEach((e=>{delete mo[e]}))},JSONRefError:fo,wrapError:Eo,getDoc:So,split:jo,extractFromDoc:Oo,fetchJSON:function(e){return fetch(e,{headers:{Accept:u},loadSpec:!0}).then((e=>e.text())).then((e=>Cr.load(e)))},extract:Po,jsonPointerToArray:Ao,unescapeJsonPointerToken:$o}),xo=bo;function wo(e,t){if(!ho.test(e)){if(!t)throw new fo(`Tried to resolve a relative URL, without having a basePath. path: '${e}' basePath: '${t}'`);return to(t,e)}return e}function Eo(e,t){let r;return r=e&&e.response&&e.response.body?`${e.response.body.code} ${e.response.body.message}`:e.message,new fo(`Could not resolve reference: ${r}`,{...t,cause:e})}function jo(e){return(e+"").split("#")}function Oo(e,t){const r=mo[e];if(r&&!bn.isPromise(r))try{const e=Po(t,r);return Object.assign(Promise.resolve(e),{__value:e})}catch(e){return Promise.reject(e)}return So(e).then((e=>Po(t,e)))}function So(e){const t=mo[e];return t?bn.isPromise(t)?t:Promise.resolve(t):(mo[e]=bo.fetchJSON(e).then((t=>(mo[e]=t,t))),mo[e])}function Po(e,t){const r=Ao(e);if(r.length<1)return t;const n=bn.getIn(t,r);if(void 0===n)throw new fo(`Could not resolve pointer: ${e} does not exist in document`,{pointer:e});return n}function Ao(e){if("string"!=typeof e)throw new TypeError("Expected a string, got a "+typeof e);return"/"===e[0]&&(e=e.substr(1)),""===e?[]:e.split("/").map($o)}function $o(e){if("string"!=typeof e)return e;return new URLSearchParams(`=${e.replace(/~1/g,"/").replace(/~0/g,"~")}`).get("")}function _o(e){return new URLSearchParams([["",e.replace(/~/g,"~0").replace(/\//g,"~1")]]).toString().slice(1)}const ko=e=>!e||"/"===e||"#"===e;function Co(e,t){if(ko(t))return!0;const r=e.charAt(t.length),n=t.slice(-1);return 0===e.indexOf(t)&&(!r||"/"===r||"#"===r)&&"#"!==n}const Io={key:"allOf",plugin:(e,t,r,n,s)=>{if(s.meta&&s.meta.$$ref)return;const i=r.slice(0,-1);if(uo(i))return;if(!Array.isArray(e)){const e=new TypeError("allOf must be an array");return e.fullPath=r,e}let o=!1,a=s.value;if(i.forEach((e=>{a&&(a=a[e])})),a={...a},0===Object.keys(a).length)return;delete a.allOf;const c=[];return c.push(n.replace(i,{})),e.forEach(((e,t)=>{if(!n.isObject(e)){if(o)return null;o=!0;const e=new TypeError("Elements in allOf must be objects");return e.fullPath=r,c.push(e)}c.push(n.mergeDeep(i,e));const s=function(e,t,{specmap:r,getBaseUrlForNodePath:n=(e=>r.getContext([...t,...e]).baseDoc),targetKeys:s=["$ref","$$ref"]}={}){const i=[];return io()(e).forEach((function(){if(s.includes(this.key)&&"string"==typeof this.node){const e=this.path,s=t.concat(this.path),o=po(this.node,n(e));i.push(r.replace(s,o))}})),i}(e,r.slice(0,-1),{getBaseUrlForNodePath:e=>n.getContext([...r,t,...e]).baseDoc,specmap:n});c.push(...s)})),a.example&&c.push(n.remove([].concat(i,"example"))),c.push(n.mergeDeep(i,a)),a.$$ref||c.push(n.remove([].concat(i,"$$ref"))),c}},To={key:"parameters",plugin:(e,t,r,n)=>{if(Array.isArray(e)&&e.length){const t=Object.assign([],e),s=r.slice(0,-1),i={...bn.getIn(n.spec,s)};for(let s=0;s<e.length;s+=1){const o=e[s];try{t[s].default=n.parameterMacro(i,o)}catch(e){const t=new Error(e);return t.fullPath=r,t}}return bn.replace(r,t)}return bn.replace(r,e)}},Mo={key:"properties",plugin:(e,t,r,n)=>{const s={...e};for(const t in e)try{s[t].default=n.modelPropertyMacro(s[t])}catch(e){const t=new Error(e);return t.fullPath=r,t}return bn.replace(r,s)}};class Ro{constructor(e){this.root=Fo(e||{})}set(e,t){const r=this.getParent(e,!0);if(!r)return void Do(this.root,t,null);const n=e[e.length-1],{children:s}=r;s[n]?Do(s[n],t,r):s[n]=Fo(t,r)}get(e){if((e=e||[]).length<1)return this.root.value;let t,r,n=this.root;for(let s=0;s<e.length&&(r=e[s],t=n.children,t[r]);s+=1)n=t[r];return n&&n.protoValue}getParent(e,t){return!e||e.length<1?null:e.length<2?this.root:e.slice(0,-1).reduce(((e,r)=>{if(!e)return e;const{children:n}=e;return!n[r]&&t&&(n[r]=Fo(null,e)),n[r]}),this.root)}}function Fo(e,t){return Do({children:{}},e,t)}function Do(e,t,r){return e.value=t||{},e.protoValue=r?{...r.protoValue,...e.value}:e.value,Object.keys(e.children).forEach((t=>{const r=e.children[t];e.children[t]=Do(r,r.value,e)})),e}const No=()=>{};class qo{static getPluginName(e){return e.pluginName}static getPatchesOfType(e,t){return e.filter(t)}constructor(e){Object.assign(this,{spec:"",debugLevel:"info",plugins:[],pluginHistory:{},errors:[],mutations:[],promisedPatches:[],state:{},patches:[],context:{},contextTree:new Ro,showDebug:!1,allPatches:[],pluginProp:"specMap",libMethods:Object.assign(Object.create(this),bn,{getInstance:()=>this}),allowMetaPatches:!1},e),this.get=this._get.bind(this),this.getContext=this._getContext.bind(this),this.hasRun=this._hasRun.bind(this),this.wrappedPlugins=this.plugins.map(this.wrapPlugin.bind(this)).filter(bn.isFunction),this.patches.push(bn.add([],this.spec)),this.patches.push(bn.context([],this.context)),this.updatePatches(this.patches)}debug(e,...t){this.debugLevel===e&&console.log(...t)}verbose(e,...t){"verbose"===this.debugLevel&&console.log(`[${e}] `,...t)}wrapPlugin(e,t){const{pathDiscriminator:r}=this;let n,s=null;return e[this.pluginProp]?(s=e,n=e[this.pluginProp]):bn.isFunction(e)?n=e:bn.isObject(e)&&(n=function(e){const t=(e,t)=>!Array.isArray(e)||e.every(((e,r)=>e===t[r]));return function*(n,s){const i={};for(const[e,t]of n.filter(bn.isAdditiveMutation).entries()){if(!(e<3e3))return;yield*o(t.value,t.path,t)}function*o(n,a,c){if(bn.isObject(n)){const l=a.length-1,u=a[l],p=a.indexOf("properties"),h="properties"===u&&l===p,f=s.allowMetaPatches&&i[n.$$ref];for(const l of Object.keys(n)){const u=n[l],p=a.concat(l),d=bn.isObject(u),m=n.$$ref;if(f||d&&(s.allowMetaPatches&&m&&(i[m]=!0),yield*o(u,p,c)),!h&&l===e.key){const n=t(r,a);r&&!n||(yield e.plugin(u,l,p,s,c))}}}else e.key===a[a.length-1]&&(yield e.plugin(n,e.key,a,s))}}}(e)),Object.assign(n.bind(s),{pluginName:e.name||t,isGenerator:bn.isGenerator(n)})}nextPlugin(){return this.wrappedPlugins.find((e=>this.getMutationsForPlugin(e).length>0))}nextPromisedPatch(){if(this.promisedPatches.length>0)return Promise.race(this.promisedPatches.map((e=>e.value)))}getPluginHistory(e){const t=this.constructor.getPluginName(e);return this.pluginHistory[t]||[]}getPluginRunCount(e){return this.getPluginHistory(e).length}getPluginHistoryTip(e){const t=this.getPluginHistory(e);return t&&t[t.length-1]||{}}getPluginMutationIndex(e){const t=this.getPluginHistoryTip(e).mutationIndex;return"number"!=typeof t?-1:t}updatePluginHistory(e,t){const r=this.constructor.getPluginName(e);this.pluginHistory[r]=this.pluginHistory[r]||[],this.pluginHistory[r].push(t)}updatePatches(e){bn.normalizeArray(e).forEach((e=>{if(e instanceof Error)this.errors.push(e);else try{if(!bn.isObject(e))return void this.debug("updatePatches","Got a non-object patch",e);if(this.showDebug&&this.allPatches.push(e),bn.isPromise(e.value))return this.promisedPatches.push(e),void this.promisedPatchThen(e);if(bn.isContextPatch(e))return void this.setContext(e.path,e.value);bn.isMutation(e)&&this.updateMutations(e)}catch(e){console.error(e),this.errors.push(e)}}))}updateMutations(e){"object"==typeof e.value&&!Array.isArray(e.value)&&this.allowMetaPatches&&(e.value={...e.value});const t=bn.applyPatch(this.state,e,{allowMetaPatches:this.allowMetaPatches});t&&(this.mutations.push(e),this.state=t)}removePromisedPatch(e){const t=this.promisedPatches.indexOf(e);t<0?this.debug("Tried to remove a promisedPatch that isn't there!"):this.promisedPatches.splice(t,1)}promisedPatchThen(e){return e.value=e.value.then((t=>{const r={...e,value:t};this.removePromisedPatch(e),this.updatePatches(r)})).catch((t=>{this.removePromisedPatch(e),this.updatePatches(t)})),e.value}getMutations(e,t){return e=e||0,"number"!=typeof t&&(t=this.mutations.length),this.mutations.slice(e,t)}getCurrentMutations(){return this.getMutationsForPlugin(this.getCurrentPlugin())}getMutationsForPlugin(e){const t=this.getPluginMutationIndex(e);return this.getMutations(t+1)}getCurrentPlugin(){return this.currentPlugin}getLib(){return this.libMethods}_get(e){return bn.getIn(this.state,e)}_getContext(e){return this.contextTree.get(e)}setContext(e,t){return this.contextTree.set(e,t)}_hasRun(e){return this.getPluginRunCount(this.getCurrentPlugin())>(e||0)}dispatch(){const e=this,t=this.nextPlugin();if(!t){const e=this.nextPromisedPatch();if(e)return e.then((()=>this.dispatch())).catch((()=>this.dispatch()));const t={spec:this.state,errors:this.errors};return this.showDebug&&(t.patches=this.allPatches),Promise.resolve(t)}if(e.pluginCount=e.pluginCount||new WeakMap,e.pluginCount.set(t,(e.pluginCount.get(t)||0)+1),e.pluginCount[t]>100)return Promise.resolve({spec:e.state,errors:e.errors.concat(new Error("We've reached a hard limit of 100 plugin runs"))});if(t!==this.currentPlugin&&this.promisedPatches.length){const e=this.promisedPatches.map((e=>e.value));return Promise.all(e.map((e=>e.then(No,No)))).then((()=>this.dispatch()))}return function(){e.currentPlugin=t;const n=e.getCurrentMutations(),s=e.mutations.length-1;try{if(t.isGenerator)for(const s of t(n,e.getLib()))r(s);else{r(t(n,e.getLib()))}}catch(e){console.error(e),r([Object.assign(Object.create(e),{plugin:t})])}finally{e.updatePluginHistory(t,{mutationIndex:s})}return e.dispatch()}();function r(r){r&&(r=bn.fullyNormalizeArray(r),e.updatePatches(r,t))}}}const Lo={refs:xo,allOf:Io,parameters:To,properties:Mo},Bo=e=>e.replace(/\W/gi,"_");function Uo(e,t,r="",{v2OperationIdCompatibilityMode:n}={}){if(!e||"object"!=typeof e)return null;return(e.operationId||"").replace(/\s/g,"").length?Bo(e.operationId):function(e,t,{v2OperationIdCompatibilityMode:r}={}){if(r){let r=`${t.toLowerCase()}_${e}`.replace(/[\s!@#$%^&*()_+=[{\]};:<>|./?,\\'""-]/g,"_");return r=r||`${e.substring(1)}_${t}`,r.replace(/((_){2,})/g,"_").replace(/^(_)*/g,"").replace(/([_])*$/g,"")}return`${t.toLowerCase()}${Bo(e)}`}(t,r,{v2OperationIdCompatibilityMode:n})}function Vo(e){const{spec:t}=e,{paths:r}=t,n={};if(!r||t.$$normalized)return e;for(const e in r){const s=r[e];if(null==s||!["object","function"].includes(typeof s))continue;const i=s.parameters;for(const r in s){const o=s[r];if(null==o||!["object","function"].includes(typeof o))continue;const a=Uo(o,e,r);if(a){n[a]?n[a].push(o):n[a]=[o];const e=n[a];if(e.length>1)e.forEach(((e,t)=>{e.__originalOperationId=e.__originalOperationId||e.operationId,e.operationId=`${a}${t+1}`}));else if(void 0!==o.operationId){const t=e[0];t.__originalOperationId=t.__originalOperationId||o.operationId,t.operationId=a}}if("parameters"!==r){const e=[],r={};for(const n in t)"produces"!==n&&"consumes"!==n&&"security"!==n||(r[n]=t[n],e.push(r));if(i&&(r.parameters=i,e.push(r)),e.length)for(const t of e)for(const e in t)if(o[e]){if("parameters"===e)for(const r of t[e]){o[e].some((e=>e.name&&e.name===r.name||e.$ref&&e.$ref===r.$ref||e.$$ref&&e.$$ref===r.$$ref||e===r))||o[e].push(r)}}else o[e]=t[e]}}}return t.$$normalized=!0,e}async function zo(e){const{spec:t,mode:r,allowMetaPatches:n=!0,pathDiscriminator:s,modelPropertyMacro:i,parameterMacro:o,requestInterceptor:a,responseInterceptor:c,skipNormalization:l,useCircularStructures:u}=e,p=Dr(e),h=Nr(e);return function(e){p&&(Lo.refs.docCache[p]=e);Lo.refs.fetchJSON=Fr(h,{requestInterceptor:a,responseInterceptor:c});const t=[Lo.refs];"function"==typeof o&&t.push(Lo.parameters);"function"==typeof i&&t.push(Lo.properties);"strict"!==r&&t.push(Lo.allOf);return(f={spec:e,context:{baseDoc:p},plugins:t,allowMetaPatches:n,pathDiscriminator:s,parameterMacro:o,modelPropertyMacro:i,useCircularStructures:u},new qo(f).dispatch()).then(l?async e=>e:Vo);var f}(t)}const Ho={name:"generic",match:()=>!0,normalize({spec:e}){const{spec:t}=Vo({spec:e});return t},resolve:async e=>zo(e)};const Jo=e=>{try{const{swagger:t}=e;return"2.0"===t}catch{return!1}},Go=e=>{try{const{openapi:t}=e;return"string"==typeof t&&/^3\.0\.([0123])(?:-rc[012])?$/.test(t)}catch{return!1}},Ko=e=>{try{const{openapi:t}=e;return"string"==typeof t&&/^3\.1\.(?:[1-9]\d*|0)$/.test(t)}catch{return!1}},Wo=e=>Go(e)||Ko(e),Yo={name:"openapi-2",match:({spec:e})=>Jo(e),normalize({spec:e}){const{spec:t}=Vo({spec:e});return t},resolve:async e=>async function(e){return zo(e)}(e)};const Xo={name:"openapi-3-0",match:({spec:e})=>Go(e),normalize({spec:e}){const{spec:t}=Vo({spec:e});return t},resolve:async e=>async function(e){return zo(e)}(e)},Qo=e=>async t=>(async e=>{const{spec:t,requestInterceptor:r,responseInterceptor:n}=e,s=Dr(e),i=Nr(e),o=t||await Fr(i,{requestInterceptor:r,responseInterceptor:n})(s),a={...e,spec:o};return e.strategies.find((e=>e.match(a))).resolve(a)})({...e,...t}),Zo=Qo({strategies:[Xo,Yo,Ho]}),ea=e=>async(t,r,n={})=>(async(e,t,r={})=>{const{returnEntireTree:n,baseDoc:s,requestInterceptor:i,responseInterceptor:o,parameterMacro:a,modelPropertyMacro:c,useCircularStructures:l,strategies:u}=r,p={spec:e,pathDiscriminator:t,baseDoc:s,requestInterceptor:i,responseInterceptor:o,parameterMacro:a,modelPropertyMacro:c,useCircularStructures:l,strategies:u},h=u.find((e=>e.match(p))).normalize(p),f=await Zo({...p,spec:h,allowMetaPatches:!0,skipNormalization:!0});return!n&&Array.isArray(t)&&t.length&&(f.spec=t.reduce(((e,t)=>e?.[t]),f.spec)||null),f})(t,r,{...e,...n});ea({strategies:[Xo,Yo,Ho]});const ta=function(){return!0};const ra=function(){return!1},na=(e,t,r)=>{const n=e[t];if(null!=n){if(!r&&"function"==typeof n)return n;const e=r?n.leave:n.enter;if("function"==typeof e)return e}else{const n=r?e.leave:e.enter;if(null!=n){if("function"==typeof n)return n;const e=n[t];if("function"==typeof e)return e}}return null},sa={},ia=e=>null==e?void 0:e.type,oa=e=>"string"==typeof ia(e),aa=e=>Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e)),ca=(e,{visitFnGetter:t=na,nodeTypeGetter:r=ia,breakSymbol:n=sa,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{enter(l,...u){let p=l,h=!1;for(let f=0;f<e.length;f+=1)if(c[f]===a){const a=t(e[f],r(p),!1);if("function"==typeof a){const t=a.call(e[f],p,...u);if("function"==typeof(null==t?void 0:t.then))throw new qn("Async visitor not supported in sync mode",{visitor:e[f],visitFn:a});if(t===i)c[f]=l;else if(t===n)c[f]=n;else{if(t===s)return t;if(void 0!==t){if(!o)return t;p=t,h=!0}}}}return h?p:void 0},leave(s,...o){for(let l=0;l<e.length;l+=1)if(c[l]===a){const a=t(e[l],r(s),!0);if("function"==typeof a){const t=a.call(e[l],s,...o);if("function"==typeof(null==t?void 0:t.then))throw new qn("Async visitor not supported in sync mode",{visitor:e[l],visitFn:a});if(t===n)c[l]=n;else if(void 0!==t&&t!==i)return t}}else c[l]===s&&(c[l]=a)}}};ca[Symbol.for("nodejs.util.promisify.custom")]=(e,{visitFnGetter:t=na,nodeTypeGetter:r=ia,breakSymbol:n=sa,deleteNodeSymbol:s=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{async enter(l,...u){let p=l,h=!1;for(let f=0;f<e.length;f+=1)if(c[f]===a){const a=t(e[f],r(p),!1);if("function"==typeof a){const t=await a.call(e[f],p,...u);if(t===i)c[f]=l;else if(t===n)c[f]=n;else{if(t===s)return t;if(void 0!==t){if(!o)return t;p=t,h=!0}}}}return h?p:void 0},async leave(s,...o){for(let l=0;l<e.length;l+=1)if(c[l]===a){const a=t(e[l],r(s),!0);if("function"==typeof a){const t=await a.call(e[l],s,...o);if(t===n)c[l]=n;else if(void 0!==t&&t!==i)return t}}else c[l]===s&&(c[l]=a)}}};const la=(e,t,{keyMap:r=null,state:n={},breakSymbol:s=sa,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=na,nodeTypeGetter:c=ia,nodePredicate:l=oa,nodeCloneFn:u=aa,detectCycles:p=!0}={})=>{const h=r||{};let f,d,m=Array.isArray(e),y=[e],v=-1,g=[],b=e;const x=[],w=[];do{v+=1;const e=v===y.length;let r;const O=e&&0!==g.length;if(e){if(r=0===w.length?void 0:x.pop(),b=d,d=w.pop(),O)if(m){b=b.slice();let e=0;for(const[t,r]of g){const n=t-e;r===i?(b.splice(n,1),e+=1):b[n]=r}}else{b=u(b);for(const[e,t]of g)b[e]=t}v=f.index,y=f.keys,g=f.edits,m=f.inArray,f=f.prev}else if(d!==i&&void 0!==d){if(r=m?v:y[v],b=d[r],b===i||void 0===b)continue;x.push(r)}let S;if(!Array.isArray(b)){var E;if(!l(b))throw new qn(`Invalid AST Node: ${String(b)}`,{node:b});if(p&&w.includes(b)){x.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;S=i.call(t,b,r,d,x,w)}if("function"==typeof(null===(E=S)||void 0===E?void 0:E.then))throw new qn("Async visitor not supported in sync mode",{visitor:t,visitFn:i});if(S===s)break;if(S===o){if(!e){x.pop();continue}}else if(void 0!==S&&(g.push([r,S]),!e)){if(!l(S)){x.pop();continue}b=S}}var j;if(void 0===S&&O&&g.push([r,b]),!e)f={inArray:m,index:v,keys:y,edits:g,prev:f},m=Array.isArray(b),y=m?b:null!==(j=h[c(b)])&&void 0!==j?j:[],v=-1,g=[],d!==i&&void 0!==d&&w.push(d),d=b}while(void 0!==f);return 0!==g.length?g[g.length-1][1]:e};la[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=null,state:n={},breakSymbol:s=sa,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=na,nodeTypeGetter:c=ia,nodePredicate:l=oa,nodeCloneFn:u=aa,detectCycles:p=!0}={})=>{const h=r||{};let f,d,m=Array.isArray(e),y=[e],v=-1,g=[],b=e;const x=[],w=[];do{v+=1;const e=v===y.length;let r;const j=e&&0!==g.length;if(e){if(r=0===w.length?void 0:x.pop(),b=d,d=w.pop(),j)if(m){b=b.slice();let e=0;for(const[t,r]of g){const n=t-e;r===i?(b.splice(n,1),e+=1):b[n]=r}}else{b=u(b);for(const[e,t]of g)b[e]=t}v=f.index,y=f.keys,g=f.edits,m=f.inArray,f=f.prev}else if(d!==i&&void 0!==d){if(r=m?v:y[v],b=d[r],b===i||void 0===b)continue;x.push(r)}let O;if(!Array.isArray(b)){if(!l(b))throw new qn(`Invalid AST Node: ${String(b)}`,{node:b});if(p&&w.includes(b)){x.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(n))t[e]=r;O=await i.call(t,b,r,d,x,w)}if(O===s)break;if(O===o){if(!e){x.pop();continue}}else if(void 0!==O&&(g.push([r,O]),!e)){if(!l(O)){x.pop();continue}b=O}}var E;if(void 0===O&&j&&g.push([r,b]),!e)f={inArray:m,index:v,keys:y,edits:g,prev:f},m=Array.isArray(b),y=m?b:null!==(E=h[c(b)])&&void 0!==E?E:[],v=-1,g=[],d!==i&&void 0!==d&&w.push(d),d=b}while(void 0!==f);return 0!==g.length?g[g.length-1][1]:e};var ua=r(4035);function pa(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}var ha=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=pa(this.xf["@@transducer/step"](e,!1))),e},e}();function fa(e){return function(t){return new ha(e,t)}}const da=zn(Es(["all"],fa,(function(e,t){for(var r=0;r<t.length;){if(!e(t[r]))return!1;r+=1}return!0})));class ma extends ua.Om{constructor(e,t,r){super(e,t,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}}const ya=ma;class va extends ua.Om{constructor(e,t,r){super(e,t,r),this.element="comment"}}const ga=va;class ba extends ua.wE{constructor(e,t,r){super(e,t,r),this.element="parseResult"}get api(){return this.children.filter((e=>e.classes.contains("api"))).first}get results(){return this.children.filter((e=>e.classes.contains("result")))}get result(){return this.results.first}get annotations(){return this.children.filter((e=>"annotation"===e.element))}get warnings(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("warning")))}get errors(){return this.children.filter((e=>"annotation"===e.element&&e.classes.contains("error")))}get isEmpty(){return this.children.reject((e=>"annotation"===e.element)).isEmpty}replaceResult(e){const{result:t}=this;if(Si(t))return!1;const r=this.content.findIndex((e=>e===t));return-1!==r&&(this.content[r]=e,!0)}}const xa=ba;class wa extends ua.wE{constructor(e,t,r){super(e,t,r),this.element="sourceMap"}get positionStart(){return this.children.filter((e=>e.classes.contains("position"))).get(0)}get positionEnd(){return this.children.filter((e=>e.classes.contains("position"))).get(1)}set position(e){if(void 0===e)return;const t=new ua.wE([e.start.row,e.start.column,e.start.char]),r=new ua.wE([e.end.row,e.end.column,e.end.char]);t.classes.push("position"),r.classes.push("position"),this.push(t).push(r)}}const Ea=wa,ja=(e,t)=>"object"==typeof t&&null!==t&&e in t&&"function"==typeof t[e],Oa=e=>"object"==typeof e&&null!=e&&"_storedElement"in e&&"string"==typeof e._storedElement&&"_content"in e,Sa=(e,t)=>"object"==typeof t&&null!==t&&"primitive"in t&&("function"==typeof t.primitive&&t.primitive()===e),Pa=(e,t)=>"object"==typeof t&&null!==t&&"classes"in t&&(Array.isArray(t.classes)||t.classes instanceof ua.wE)&&t.classes.includes(e),Aa=(e,t)=>"object"==typeof t&&null!==t&&"element"in t&&t.element===e,$a=e=>e({hasMethod:ja,hasBasicElementProps:Oa,primitiveEq:Sa,isElementType:Aa,hasClass:Pa}),_a=$a((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ua.Hg||e(r)&&t(void 0,r))),ka=$a((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ua.Om||e(r)&&t("string",r))),Ca=$a((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ua.kT||e(r)&&t("number",r))),Ia=$a((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ua.Os||e(r)&&t("null",r))),Ta=$a((({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ua.bd||e(r)&&t("boolean",r))),Ma=$a((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof ua.Sh||e(n)&&t("object",n)&&r("keys",n)&&r("values",n)&&r("items",n))),Ra=$a((({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>n=>n instanceof ua.wE&&!(n instanceof ua.Sh)||e(n)&&t("array",n)&&r("push",n)&&r("unshift",n)&&r("map",n)&&r("reduce",n))),Fa=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ua.Pr||e(n)&&t("member",n)&&r(void 0,n))),Da=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ua.Ft||e(n)&&t("link",n)&&r(void 0,n))),Na=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ua.sI||e(n)&&t("ref",n)&&r(void 0,n))),qa=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ya||e(n)&&t("annotation",n)&&r("array",n))),La=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ga||e(n)&&t("comment",n)&&r("string",n))),Ba=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof xa||e(n)&&t("parseResult",n)&&r("array",n))),Ua=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ea||e(n)&&t("sourceMap",n)&&r("array",n))),Va=e=>Aa("object",e)||Aa("array",e)||Aa("boolean",e)||Aa("number",e)||Aa("string",e)||Aa("null",e)||Aa("member",e),za=e=>Ua(e.meta.get("sourceMap")),Ha=(e,t)=>{if(0===e.length)return!0;const r=t.attributes.get("symbols");return!!Ra(r)&&da(hi(r.toValue()),e)},Ja=(e,t)=>0===e.length||da(hi(t.classes.toValue()),e);const Ga=class extends qn{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}};const Ka=class extends Ga{};const Wa=class extends Ga{},Ya=(e,t={})=>{const{visited:r=new WeakMap}=t,n={...t,visited:r};if(r.has(e))return r.get(e);if(e instanceof ua.KeyValuePair){const{key:t,value:s}=e,i=_a(t)?Ya(t,n):t,o=_a(s)?Ya(s,n):s,a=new ua.KeyValuePair(i,o);return r.set(e,a),a}if(e instanceof ua.ot){const t=e=>Ya(e,n),s=[...e].map(t),i=new ua.ot(s);return r.set(e,i),i}if(e instanceof ua.G6){const t=e=>Ya(e,n),s=[...e].map(t),i=new ua.G6(s);return r.set(e,i),i}if(_a(e)){const t=Za(e);if(r.set(e,t),e.content)if(_a(e.content))t.content=Ya(e.content,n);else if(e.content instanceof ua.KeyValuePair)t.content=Ya(e.content,n);else if(Array.isArray(e.content)){const r=e=>Ya(e,n);t.content=e.content.map(r)}else t.content=e.content;else t.content=e.content;return t}throw new Ka("Value provided to cloneDeep function couldn't be cloned",{value:e})};Ya.safe=e=>{try{return Ya(e)}catch{return e}};const Xa=e=>{const{key:t,value:r}=e;return new ua.KeyValuePair(t,r)},Qa=e=>{const t=new e.constructor;if(t.element=e.element,e.meta.length>0&&(t._meta=Ya(e.meta)),e.attributes.length>0&&(t._attributes=Ya(e.attributes)),_a(e.content)){const r=e.content;t.content=Qa(r)}else Array.isArray(e.content)?t.content=[...e.content]:e.content instanceof ua.KeyValuePair?t.content=Xa(e.content):t.content=e.content;return t},Za=e=>{if(e instanceof ua.KeyValuePair)return Xa(e);if(e instanceof ua.ot)return(e=>{const t=[...e];return new ua.ot(t)})(e);if(e instanceof ua.G6)return(e=>{const t=[...e];return new ua.G6(t)})(e);if(_a(e))return Qa(e);throw new Wa("Value provided to cloneShallow function couldn't be cloned",{value:e})};Za.safe=e=>{try{return Za(e)}catch{return e}};const ec=e=>Ma(e)?"ObjectElement":Ra(e)?"ArrayElement":Fa(e)?"MemberElement":ka(e)?"StringElement":Ta(e)?"BooleanElement":Ca(e)?"NumberElement":Ia(e)?"NullElement":Da(e)?"LinkElement":Na(e)?"RefElement":void 0,tc=e=>_a(e)?Za(e):aa(e),rc=Ys(ec,qi),nc={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]};class sc{result;predicate;returnOnTrue;returnOnFalse;constructor({predicate:e=ra,returnOnTrue:t,returnOnFalse:r}={}){this.result=[],this.predicate=e,this.returnOnTrue=t,this.returnOnFalse=r}enter(e){return this.predicate(e)?(this.result.push(e),this.returnOnTrue):this.returnOnFalse}}const ic=(e,t,{keyMap:r=nc,...n}={})=>la(e,t,{keyMap:r,nodeTypeGetter:ec,nodePredicate:rc,nodeCloneFn:tc,...n});ic[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=nc,...n}={})=>la[Symbol.for("nodejs.util.promisify.custom")](e,t,{keyMap:r,nodeTypeGetter:ec,nodePredicate:rc,nodeCloneFn:tc,...n});const oc=e=>"string"==typeof(null==e?void 0:e.type)?e.type:ec(e),ac={EphemeralObject:["content"],EphemeralArray:["content"],...nc},cc=(e,t,{keyMap:r=ac,...n}={})=>ic(e,t,{keyMap:r,nodeTypeGetter:oc,nodePredicate:ta,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...n});cc[Symbol.for("nodejs.util.promisify.custom")]=async(e,{keyMap:t=ac,...r}={})=>ic[Symbol.for("nodejs.util.promisify.custom")](e,visitor,{keyMap:t,nodeTypeGetter:oc,nodePredicate:ta,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const lc=class{type="EphemeralArray";content=[];reference=void 0;constructor(e){this.content=e,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const uc=class{type="EphemeralObject";content=[];reference=void 0;constructor(e){this.content=e,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}};class pc{ObjectElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new uc(e.content);return this.references.set(e,t),t}};EphemeralObject={leave:e=>e.toObject()};MemberElement={enter:e=>[e.key,e.value]};ArrayElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new lc(e.content);return this.references.set(e,t),t}};EphemeralArray={leave:e=>e.toArray()};references=new WeakMap;BooleanElement(e){return e.toValue()}NumberElement(e){return e.toValue()}StringElement(e){return e.toValue()}NullElement(){return null}RefElement(e,...t){var r;const n=t[3];return"EphemeralObject"===(null===(r=n[n.length-1])||void 0===r?void 0:r.type)?Symbol.for("delete-node"):String(e.toValue())}LinkElement(e){return ka(e.href)?e.href.toValue():""}}const hc=e=>_a(e)?ka(e)||Ca(e)||Ta(e)||Ia(e)?e.toValue():cc(e,new pc):e;const fc=Hn((function(e,t,r){var n,s={};for(n in r=r||{},t=t||{})es(n,t)&&(s[n]=es(n,r)?e(n,t[n],r[n]):t[n]);for(n in r)es(n,r)&&!es(n,s)&&(s[n]=r[n]);return s}));const dc=Hn((function e(t,r,n){return fc((function(r,n,s){return js(n)&&js(s)?e(t,n,s):t(r,n,s)}),r,n)}));const mc=zn((function(e,t){return dc((function(e,t,r){return r}),e,t)}));const yc=zn(Wn);const vc=Ks(0,-1);const gc=zn((function(e,t){return e.apply(this,t)}));const bc=Ei(Mi);const xc=zn((function(e,t){return e&&t}));const wc=zn((function(e,t){return si(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:wi(xc)(e,t)}));var Ec=Vn((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():ws(e)?[]:Gn(e)?"":js(e)?{}:ns(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0}));const jc=Ec;const Oc=Vn((function(e){return null!=e&&fs(e,jc(e))}));const Sc=ri(1,Mi(Array.isArray)?Array.isArray:Ys(us,Ci("Array")));const Pc=wc(Sc,Oc);var Ac=ri(3,(function(e,t,r){var n=yc(e,r),s=yc(vc(e),r);if(!bc(n)&&!Pc(e)){var i=Ls(n,s);return gc(i,t)}}));const $c=Ac;const _c=fs(null);const kc=Ei(_c);function Cc(e){return Cc="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Cc(e)}const Ic=function(e){return"object"===Cc(e)};const Tc=ri(1,wc(kc,Ic));var Mc=Ys(us,Ci("Object")),Rc=Ys(Cs,fs(Cs(Object))),Fc=Yn(wc(Mi,Rc),["constructor"]);const Dc=ri(1,(function(e){if(!Tc(e)||!Mc(e))return!1;var t=Object.getPrototypeOf(e);return!!_c(t)||Fc(t)}));class Nc extends ua.g${constructor(){super(),this.register("annotation",ya),this.register("comment",ga),this.register("parseResult",xa),this.register("sourceMap",Ea)}}const qc=new Nc,Lc=e=>{const t=new Nc;return Dc(e)&&t.use(e),t},Bc=qc,Uc=()=>({predicates:{...i},namespace:Bc}),Vc={toolboxCreator:Uc,visitorOptions:{nodeTypeGetter:ec,exposeEdits:!0}},zc=(e,t,r={})=>{if(0===t.length)return e;const n=mc(Vc,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=t.map((e=>e(o))),c=ca(a.map(Zs({},"visitor")),{...i});a.forEach($c(["pre"],[]));const l=ic(e,c,i);return a.forEach($c(["post"],[])),l};zc[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,r={})=>{if(0===t.length)return e;const n=mc(Vc,r),{toolboxCreator:s,visitorOptions:i}=n,o=s(),a=t.map((e=>e(o))),c=ca[Symbol.for("nodejs.util.promisify.custom")],l=ic[Symbol.for("nodejs.util.promisify.custom")],u=c(a.map(Zs({},"visitor")),{...i});await Promise.allSettled(a.map($c(["pre"],[])));const p=await l(e,u,i);return await Promise.allSettled(a.map($c(["post"],[]))),p};const Hc=(e,{Type:t,plugins:r=[]})=>{const n=new t(e);return _a(e)&&(e.meta.length>0&&(n.meta=Ya(e.meta)),e.attributes.length>0&&(n.attributes=Ya(e.attributes))),zc(n,r,{toolboxCreator:Uc,visitorOptions:{nodeTypeGetter:ec}})},Jc=e=>(t,r={})=>Hc(t,{...r,Type:e});ua.Sh.refract=Jc(ua.Sh),ua.wE.refract=Jc(ua.wE),ua.Om.refract=Jc(ua.Om),ua.bd.refract=Jc(ua.bd),ua.Os.refract=Jc(ua.Os),ua.kT.refract=Jc(ua.kT),ua.Ft.refract=Jc(ua.Ft),ua.sI.refract=Jc(ua.sI),ya.refract=Jc(ya),ga.refract=Jc(ga),xa.refract=Jc(xa),Ea.refract=Jc(Ea);const Gc=(e,t=new WeakMap)=>(Fa(e)?(t.set(e.key,e),Gc(e.key,t),t.set(e.value,e),Gc(e.value,t)):e.children.forEach((r=>{t.set(r,e),Gc(r,t)})),t);const Kc=class{element;edges;constructor({element:e}){this.element=e}transclude(e,t){var r;if(e===this.element)return t;if(e===t)return this.element;this.edges=null!==(r=this.edges)&&void 0!==r?r:Gc(this.element);const n=this.edges.get(e);return Si(n)?void 0:(Ma(n)?((e,t,r)=>{const n=r.get(e);Ma(n)&&(n.content=n.map(((s,i,o)=>o===e?(r.delete(e),r.set(t,n),t):o)))})(e,t,this.edges):Ra(n)?((e,t,r)=>{const n=r.get(e);Ra(n)&&(n.content=n.map((s=>s===e?(r.delete(e),r.set(t,n),t):s)))})(e,t,this.edges):Fa(n)&&((e,t,r)=>{const n=r.get(e);Fa(n)&&(n.key===e&&(n.key=t,r.delete(e),r.set(t,n)),n.value===e&&(n.value=t,r.delete(e),r.set(t,n)))})(e,t,this.edges),this.element)}},Wc=Ys(Fi(/~/g,"~0"),Fi(/\//g,"~1"),encodeURIComponent);const Yc=class extends qn{};const Xc=class extends Yc{tokens;constructor(e,t){super(e,t),void 0!==t&&(this.tokens=[...t.tokens])}},Qc=e=>{try{return 0===e.length?"":`/${e.map(Wc).join("/")}`}catch(t){throw new Xc("JSON Pointer compilation of tokens encountered an error.",{tokens:e,cause:t})}};var Zc=zn((function(e,t){return ri(Js(Ai,0,$i("length",t)),(function(){var r=arguments,n=this;return e.apply(n,ms((function(e){return e.apply(n,r)}),t))}))}));const el=Zc;function tl(e){return e}const rl=Vn(tl);var nl=wc(ri(1,Ys(us,Ci("Number"))),isFinite);var sl=ri(1,nl);var il=wc(Mi(Number.isFinite)?ri(1,Ls(Number.isFinite,Number)):sl,el(fs,[Math.floor,rl]));var ol=ri(1,il);const al=Mi(Number.isInteger)?ri(1,Ls(Number.isInteger,Number)):ol;var cl=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=Ss,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var r=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?pa(r):r},e}();function ll(e){return function(t){return new cl(e,t)}}const ul=zn(Es(["take"],ll,(function(e,t){return Ks(0,e<0?1/0:e,t)})));const pl=zn((function(e,t){return fs(ul(e.length,t),e)}));const hl=fs("");var fl=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=Ss,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}();function dl(e){return function(t){return new fl(e,t)}}const ml=zn(Es(["dropWhile"],dl,(function(e,t){for(var r=0,n=t.length;r<n&&e(t[r]);)r+=1;return Ks(r,1/0,t)})));const yl=ni((function(e,t){return Ys(oi(""),ml(hi(e)),pi(""))(t)})),vl=Ys(Fi(/~1/g,"/"),Fi(/~0/g,"~"),(e=>{try{return decodeURIComponent(e)}catch{return e}}));const gl=class extends Yc{pointer;constructor(e,t){super(e,t),void 0!==t&&(this.pointer=t.pointer)}},bl=e=>{const t=(e=>{const t=e.indexOf("#");return-1!==t?e.substring(t):"#"})(e);return yl("#",t)},xl=e=>{if(hl(e))return[];if(!pl("/",e))throw new gl(`Invalid JSON Pointer "${e}". JSON Pointers must begin with "/"`,{pointer:e});try{const t=Ys(oi("/"),gi(vl))(e);return Ws(t)}catch(t){throw new gl(`JSON Pointer parsing of "${e}" encountered an error.`,{pointer:e,cause:t})}};const wl=class extends Yc{pointer;tokens;failedToken;failedTokenPosition;element;constructor(e,t){super(e,t),void 0!==t&&(this.pointer=t.pointer,Array.isArray(t.tokens)&&(this.tokens=[...t.tokens]),this.failedToken=t.failedToken,this.failedTokenPosition=t.failedTokenPosition,this.element=t.element)}},El=(e,t)=>{let r;try{r=xl(e)}catch(r){throw new wl(`JSON Pointer evaluation failed while parsing the pointer "${e}".`,{pointer:e,element:Ya(t),cause:r})}return r.reduce(((t,n,s)=>{if(Ma(t)){if(!t.hasKey(n))throw new wl(`JSON Pointer evaluation failed while evaluating token "${n}" against an ObjectElement`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Ya(t)});return t.get(n)}if(Ra(t)){if(!(n in t.content)||!al(Number(n)))throw new wl(`JSON Pointer evaluation failed while evaluating token "${n}" against an ArrayElement`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Ya(t)});return t.get(Number(n))}throw new wl(`JSON Pointer evaluation failed while evaluating token "${n}" against an unexpected Element`,{pointer:e,tokens:r,failedToken:n,failedTokenPosition:s,element:Ya(t)})}),t)};class jl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="callback"}}const Ol=jl;class Sl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="components"}get schemas(){return this.get("schemas")}set schemas(e){this.set("schemas",e)}get responses(){return this.get("responses")}set responses(e){this.set("responses",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get requestBodies(){return this.get("requestBodies")}set requestBodies(e){this.set("requestBodies",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get securitySchemes(){return this.get("securitySchemes")}set securitySchemes(e){this.set("securitySchemes",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get callbacks(){return this.get("callbacks")}set callbacks(e){this.set("callbacks",e)}}const Pl=Sl;class Al extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="contact"}get name(){return this.get("name")}set name(e){this.set("name",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}get email(){return this.get("email")}set email(e){this.set("email",e)}}const $l=Al;class _l extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="discriminator"}get propertyName(){return this.get("propertyName")}set propertyName(e){this.set("propertyName",e)}get mapping(){return this.get("mapping")}set mapping(e){this.set("mapping",e)}}const kl=_l;class Cl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="encoding"}get contentType(){return this.get("contentType")}set contentType(e){this.set("contentType",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowedReserved(){return this.get("allowedReserved")}set allowedReserved(e){this.set("allowedReserved",e)}}const Il=Cl;class Tl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="example"}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get value(){return this.get("value")}set value(e){this.set("value",e)}get externalValue(){return this.get("externalValue")}set externalValue(e){this.set("externalValue",e)}}const Ml=Tl;class Rl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="externalDocumentation"}get description(){return this.get("description")}set description(e){this.set("description",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}}const Fl=Rl;class Dl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="header"}get required(){return this.hasKey("required")?this.get("required"):new ua.bd(!1)}set required(e){this.set("required",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ua.bd(!1)}set deprecated(e){this.set("deprecated",e)}get allowEmptyValue(){return this.get("allowEmptyValue")}set allowEmptyValue(e){this.set("allowEmptyValue",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowReserved(){return this.get("allowReserved")}set allowReserved(e){this.set("allowReserved",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}}Object.defineProperty(Dl.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0});const Nl=Dl;class ql extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="info",this.classes.push("info")}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get termsOfService(){return this.get("termsOfService")}set termsOfService(e){this.set("termsOfService",e)}get contact(){return this.get("contact")}set contact(e){this.set("contact",e)}get license(){return this.get("license")}set license(e){this.set("license",e)}get version(){return this.get("version")}set version(e){this.set("version",e)}}const Ll=ql;class Bl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="license"}get name(){return this.get("name")}set name(e){this.set("name",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}}const Ul=Bl;class Vl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="link"}get operationRef(){return this.get("operationRef")}set operationRef(e){this.set("operationRef",e)}get operationId(){return this.get("operationId")}set operationId(e){this.set("operationId",e)}get operation(){var e,t;return ka(this.operationRef)?null===(e=this.operationRef)||void 0===e?void 0:e.meta.get("operation"):ka(this.operationId)?null===(t=this.operationId)||void 0===t?void 0:t.meta.get("operation"):void 0}set operation(e){this.set("operation",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get server(){return this.get("server")}set server(e){this.set("server",e)}}const zl=Vl;class Hl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="mediaType"}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get encoding(){return this.get("encoding")}set encoding(e){this.set("encoding",e)}}const Jl=Hl;class Gl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="oAuthFlow"}get authorizationUrl(){return this.get("authorizationUrl")}set authorizationUrl(e){this.set("authorizationUrl",e)}get tokenUrl(){return this.get("tokenUrl")}set tokenUrl(e){this.set("tokenUrl",e)}get refreshUrl(){return this.get("refreshUrl")}set refreshUrl(e){this.set("refreshUrl",e)}get scopes(){return this.get("scopes")}set scopes(e){this.set("scopes",e)}}const Kl=Gl;class Wl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="oAuthFlows"}get implicit(){return this.get("implicit")}set implicit(e){this.set("implicit",e)}get password(){return this.get("password")}set password(e){this.set("password",e)}get clientCredentials(){return this.get("clientCredentials")}set clientCredentials(e){this.set("clientCredentials",e)}get authorizationCode(){return this.get("authorizationCode")}set authorizationCode(e){this.set("authorizationCode",e)}}const Yl=Wl;class Xl extends ua.Om{constructor(e,t,r){super(e,t,r),this.element="openapi",this.classes.push("spec-version"),this.classes.push("version")}}const Ql=Xl;class Zl extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="openApi3_0",this.classes.push("api")}get openapi(){return this.get("openapi")}set openapi(e){this.set("openapi",e)}get info(){return this.get("info")}set info(e){this.set("info",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get paths(){return this.get("paths")}set paths(e){this.set("paths",e)}get components(){return this.get("components")}set components(e){this.set("components",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}}const eu=Zl;class tu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="operation"}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}set externalDocs(e){this.set("externalDocs",e)}get externalDocs(){return this.get("externalDocs")}get operationId(){return this.get("operationId")}set operationId(e){this.set("operationId",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}get responses(){return this.get("responses")}set responses(e){this.set("responses",e)}get callbacks(){return this.get("callbacks")}set callbacks(e){this.set("callbacks",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ua.bd(!1)}set deprecated(e){this.set("deprecated",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get servers(){return this.get("severs")}set servers(e){this.set("servers",e)}}const ru=tu;class nu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="parameter"}get name(){return this.get("name")}set name(e){this.set("name",e)}get in(){return this.get("in")}set in(e){this.set("in",e)}get required(){return this.hasKey("required")?this.get("required"):new ua.bd(!1)}set required(e){this.set("required",e)}get deprecated(){return this.hasKey("deprecated")?this.get("deprecated"):new ua.bd(!1)}set deprecated(e){this.set("deprecated",e)}get allowEmptyValue(){return this.get("allowEmptyValue")}set allowEmptyValue(e){this.set("allowEmptyValue",e)}get style(){return this.get("style")}set style(e){this.set("style",e)}get explode(){return this.get("explode")}set explode(e){this.set("explode",e)}get allowReserved(){return this.get("allowReserved")}set allowReserved(e){this.set("allowReserved",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}}Object.defineProperty(nu.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0});const su=nu;class iu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="pathItem"}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get GET(){return this.get("get")}set GET(e){this.set("GET",e)}get PUT(){return this.get("put")}set PUT(e){this.set("PUT",e)}get POST(){return this.get("post")}set POST(e){this.set("POST",e)}get DELETE(){return this.get("delete")}set DELETE(e){this.set("DELETE",e)}get OPTIONS(){return this.get("options")}set OPTIONS(e){this.set("OPTIONS",e)}get HEAD(){return this.get("head")}set HEAD(e){this.set("HEAD",e)}get PATCH(){return this.get("patch")}set PATCH(e){this.set("PATCH",e)}get TRACE(){return this.get("trace")}set TRACE(e){this.set("TRACE",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}}const ou=iu;class au extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="paths"}}const cu=au;class lu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="reference",this.classes.push("openapi-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const uu=lu;class pu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="requestBody"}get description(){return this.get("description")}set description(e){this.set("description",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}get required(){return this.hasKey("required")?this.get("required"):new ua.bd(!1)}set required(e){this.set("required",e)}}const hu=pu;class fu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="response"}get description(){return this.get("description")}set description(e){this.set("description",e)}get headers(){return this.get("headers")}set headers(e){this.set("headers",e)}get contentProp(){return this.get("content")}set contentProp(e){this.set("content",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}}const du=fu;class mu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="responses"}get default(){return this.get("default")}set default(e){this.set("default",e)}}const yu=mu;const vu=class extends Nn{};class gu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft4"}get idProp(){return this.get("id")}set idProp(e){this.set("id",e)}get $schema(){return this.get("$schema")}set $schema(e){this.set("$schema",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get dependencies(){return this.get("dependencies")}set dependencies(e){this.set("dependencies",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){return this.get("definitions")}set definitions(e){this.set("definitions",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get base(){return this.get("base")}set base(e){this.set("base",e)}get links(){return this.get("links")}set links(e){this.set("links",e)}get media(){return this.get("media")}set media(e){this.set("media",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}}const bu=gu;class xu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const wu=xu;class Eu extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="media"}get binaryEncoding(){return this.get("binaryEncoding")}set binaryEncoding(e){this.set("binaryEncoding",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}}const ju=Eu;class Ou extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="linkDescription"}get href(){return this.get("href")}set href(e){this.set("href",e)}get rel(){return this.get("rel")}set rel(e){this.set("rel",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){return this.get("mediaType")}set mediaType(e){this.set("mediaType",e)}get method(){return this.get("method")}set method(e){this.set("method",e)}get encType(){return this.get("encType")}set encType(e){this.set("encType",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}}const Su=Ou;const Pu=zn((function(e,t){return xs((function(r,n){return r[n]=e(t[n],n,t),r}),{},ls(t))}));const Au=Vn((function(e){return null==e}));var $u=zn((function(e,t){if(0===e.length||Au(t))return!1;for(var r=t,n=0;n<e.length;){if(Au(r)||!es(e[n],r))return!1;r=r[e[n]],n+=1}return!0}));const _u=$u;var ku=zn((function(e,t){return _u([e],t)}));const Cu=ku;const Iu=Hn((function(e,t,r){return e(Qs(t,r))})),Tu=(e,t)=>{const r=Xs(e,t);return Pu((e=>{if(Dc(e)&&Cu("$ref",e)&&Iu(qi,"$ref",e)){const t=yc(["$ref"],e),n=yl("#/",t);return yc(n.split("/"),r)}return Dc(e)?Tu(e,r):e}),e)},Mu=e=>{const t=e.meta.length>0?Ya(e.meta):void 0,r=e.attributes.length>0?Ya(e.attributes):void 0;return new e.constructor(void 0,t,r)},Ru=(e,t)=>t.clone&&t.isMergeableElement(e)?qu(Mu(e),e,t):e,Fu=e=>"function"!=typeof e.customMetaMerge?e=>Ya(e):e.customMetaMerge,Du=e=>"function"!=typeof e.customAttributesMerge?e=>Ya(e):e.customAttributesMerge,Nu={clone:!0,isMergeableElement:e=>Ma(e)||Ra(e),arrayElementMerge:(e,t,r)=>e.concat(t)["fantasy-land/map"]((e=>Ru(e,r))),objectElementMerge:(e,t,r)=>{const n=Ma(e)?Mu(e):Mu(t);return Ma(e)&&e.forEach(((e,t,s)=>{const i=Za(s);i.value=Ru(e,r),n.content.push(i)})),t.forEach(((t,s,i)=>{const o=hc(s);let a;if(Ma(e)&&e.hasKey(o)&&r.isMergeableElement(t)){const n=e.get(o);a=Za(i),a.value=((e,t)=>{if("function"!=typeof t.customMerge)return qu;const r=t.customMerge(e,t);return"function"==typeof r?r:qu})(s,r)(n,t)}else a=Za(i),a.value=Ru(t,r);n.remove(o),n.content.push(a)})),n},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0};function qu(e,t,r){var n,s,i;const o={...Nu,...r};o.isMergeableElement=null!==(n=o.isMergeableElement)&&void 0!==n?n:Nu.isMergeableElement,o.arrayElementMerge=null!==(s=o.arrayElementMerge)&&void 0!==s?s:Nu.arrayElementMerge,o.objectElementMerge=null!==(i=o.objectElementMerge)&&void 0!==i?i:Nu.objectElementMerge;const a=Ra(t);if(!(a===Ra(e)))return Ru(t,o);const c=a&&"function"==typeof o.arrayElementMerge?o.arrayElementMerge(e,t,o):o.objectElementMerge(e,t,o);return c.meta=Fu(o)(e.meta,t.meta),c.attributes=Du(o)(e.attributes,t.attributes),c}qu.all=(e,t)=>{if(!Array.isArray(e))throw new TypeError("First argument of deepmerge should be an array.");return 0===e.length?new ua.Sh:e.reduce(((e,r)=>qu(e,r,t)),Mu(e[0]))};const Lu=class{element;constructor(e){Object.assign(this,e)}copyMetaAndAttributes(e,t){(e.meta.length>0||t.meta.length>0)&&(t.meta=qu(t.meta,e.meta),za(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))),(e.attributes.length>0||e.meta.length>0)&&(t.attributes=qu(t.attributes,e.attributes))}};const Bu=class extends Lu{enter(e){return this.element=Ya(e),sa}},Uu=(e,t,r=[])=>{const n=Object.getOwnPropertyDescriptors(t);for(let e of r)delete n[e];Object.defineProperties(e,n)},Vu=(e,t=[e])=>{const r=Object.getPrototypeOf(e);return null===r?t:Vu(r,[...t,r])},zu=(e,t,r=[])=>{var n;const s=null!==(n=((...e)=>{if(0===e.length)return;let t;const r=e.map((e=>Vu(e)));for(;r.every((e=>e.length>0));){const e=r.map((e=>e.pop())),n=e[0];if(!e.every((e=>e===n)))break;t=n}return t})(...e))&&void 0!==n?n:Object.prototype,i=Object.create(s),o=Vu(s);for(let t of e){let e=Vu(t);for(let t=e.length-1;t>=0;t--){let n=e[t];-1===o.indexOf(n)&&(Uu(i,n,["constructor",...r]),o.push(n))}}return i.constructor=t,i},Hu=e=>e.filter(((t,r)=>e.indexOf(t)==r)),Ju=(e,t)=>{const r=t.map((e=>Vu(e)));let n=0,s=!0;for(;s;){s=!1;for(let i=t.length-1;i>=0;i--){const t=r[i][n];if(null!=t&&(s=!0,null!=Object.getOwnPropertyDescriptor(t,e)))return r[i][0]}n++}},Gu=(e,t=Object.prototype)=>new Proxy({},{getPrototypeOf:()=>t,setPrototypeOf(){throw Error("Cannot set prototype of Proxies created by ts-mixer")},getOwnPropertyDescriptor:(t,r)=>Object.getOwnPropertyDescriptor(Ju(r,e)||{},r),defineProperty(){throw new Error("Cannot define new properties on Proxies created by ts-mixer")},has:(r,n)=>void 0!==Ju(n,e)||void 0!==t[n],get:(r,n)=>(Ju(n,e)||t)[n],set(t,r,n){const s=Ju(r,e);if(void 0===s)throw new Error("Cannot set new properties on Proxies created by ts-mixer");return s[r]=n,!0},deleteProperty(){throw new Error("Cannot delete properties on Proxies created by ts-mixer")},ownKeys:()=>e.map(Object.getOwnPropertyNames).reduce(((e,t)=>t.concat(e.filter((e=>t.indexOf(e)<0)))))}),Ku=null,Wu="copy",Yu="copy",Xu="deep",Qu=new WeakMap,Zu=e=>Qu.get(e),ep=(e,t)=>{var r,n;const s=Hu([...Object.getOwnPropertyNames(e),...Object.getOwnPropertyNames(t)]),i={};for(let o of s)i[o]=Hu([...null!==(r=null==e?void 0:e[o])&&void 0!==r?r:[],...null!==(n=null==t?void 0:t[o])&&void 0!==n?n:[]]);return i},tp=(e,t)=>{var r,n,s,i;return{property:ep(null!==(r=null==e?void 0:e.property)&&void 0!==r?r:{},null!==(n=null==t?void 0:t.property)&&void 0!==n?n:{}),method:ep(null!==(s=null==e?void 0:e.method)&&void 0!==s?s:{},null!==(i=null==t?void 0:t.method)&&void 0!==i?i:{})}},rp=(e,t)=>{var r,n,s,i,o,a;return{class:Hu([...null!==(r=null==e?void 0:e.class)&&void 0!==r?r:[],...null!==(n=null==t?void 0:t.class)&&void 0!==n?n:[]]),static:tp(null!==(s=null==e?void 0:e.static)&&void 0!==s?s:{},null!==(i=null==t?void 0:t.static)&&void 0!==i?i:{}),instance:tp(null!==(o=null==e?void 0:e.instance)&&void 0!==o?o:{},null!==(a=null==t?void 0:t.instance)&&void 0!==a?a:{})}},np=new Map,sp=(...e)=>{const t=((...e)=>{var t;const r=new Set,n=new Set([...e]);for(;n.size>0;)for(let e of n){const s=[...Vu(e.prototype).map((e=>e.constructor)),...null!==(t=Zu(e))&&void 0!==t?t:[]].filter((e=>!r.has(e)));for(let e of s)n.add(e);r.add(e),n.delete(e)}return[...r]})(...e).map((e=>np.get(e))).filter((e=>!!e));return 0==t.length?{}:1==t.length?t[0]:t.reduce(((e,t)=>rp(e,t)))},ip=e=>{let t=np.get(e);return t||(t={},np.set(e,t)),t};function op(...e){var t,r,n;const s=e.map((e=>e.prototype)),i=Ku;if(null!==i){const e=s.map((e=>e[i])).filter((e=>"function"==typeof e)),t={[i]:function(...t){for(let r of e)r.apply(this,t)}};s.push(t)}function o(...t){for(const r of e)Uu(this,new r(...t));null!==i&&"function"==typeof this[i]&&this[i].apply(this,t)}var a,c;o.prototype="copy"===Yu?zu(s,o):(a=s,c=o,Gu([...a,{constructor:c}])),Object.setPrototypeOf(o,"copy"===Wu?zu(e,null,["prototype"]):Gu(e,Function.prototype));let l=o;if("none"!==Xu){const s="deep"===Xu?sp(...e):((...e)=>{const t=e.map((e=>ip(e)));return 0===t.length?{}:1===t.length?t[0]:t.reduce(((e,t)=>rp(e,t)))})(...e);for(let e of null!==(t=null==s?void 0:s.class)&&void 0!==t?t:[]){const t=e(l);t&&(l=t)}ap(null!==(r=null==s?void 0:s.static)&&void 0!==r?r:{},l),ap(null!==(n=null==s?void 0:s.instance)&&void 0!==n?n:{},l.prototype)}var u,p;return u=l,p=e,Qu.set(u,p),l}const ap=(e,t)=>{const r=e.property,n=e.method;if(r)for(let e in r)for(let n of r[e])n(t,e);if(n)for(let e in n)for(let r of n[e])r(t,e,Object.getOwnPropertyDescriptor(t,e))};const cp=zn((function(e,t){for(var r={},n=0;n<e.length;)e[n]in t&&(r[e[n]]=t[e[n]]),n+=1;return r}));const lp=class extends Lu{specObj;passingOptionsNames=["specObj"];constructor({specObj:e,...t}){super({...t}),this.specObj=e}retrievePassingOptions(){return cp(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=yc(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Yn(Mi,["visitors",...e],this.specObj)?yc(["visitors",...e],this.specObj):yc(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...r,...t})}toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r);return n instanceof Bu&&(null==n?void 0:n.constructor)===Bu?Ya(t):(ic(t,n,r),n.element)}};const up=class extends lp{specPath;ignoredFields;constructor({specPath:e,ignoredFields:t,...r}){super({...r}),this.specPath=e,this.ignoredFields=t||[]}ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(ka(n)&&r.includes(hc(n))&&!this.ignoredFields.includes(hc(n))){const r=this.toRefractedElement([...t,"fixedFields",hc(n)],e),i=new ua.Pr(Ya(n),r);this.copyMetaAndAttributes(s,i),i.classes.push("fixed-field"),this.element.content.push(i)}else this.ignoredFields.includes(hc(n))||this.element.content.push(Ya(s))})),this.copyMetaAndAttributes(e,this.element),sa}};class pp extends(op(up,Bu)){constructor(e){super(e),this.element=new bu,this.specPath=ji(["document","objects","JSONSchema"])}}const hp=pp;const fp=class{parent;constructor({parent:e}){this.parent=e}},dp=e=>Ma(e)&&e.hasKey("$ref");class mp extends(op(lp,fp,Bu)){ObjectElement(e){const t=dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),sa}ArrayElement(e){return this.element=new ua.wE,this.element.classes.push("json-schema-items"),e.forEach((e=>{const t=dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const yp=mp;const vp=class extends Bu{ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-required"),t}};const gp=Vn((function(e){return ri(Js(Ai,0,$i("length",e)),(function(){for(var t=0,r=e.length;t<r;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0}))}));const bp=Vn((function(e){return!Oc(e)}));const xp=zn((function(e,t){return e||t}));var wp=Ei(ri(1,wc(kc,zn((function(e,t){return si(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:wi(xp)(e,t)}))(Ic,Mi))));const Ep=gp([qi,wp,bp]);const jp=class extends lp{specPath;ignoredFields;fieldPatternPredicate=ra;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:r,...n}){super({...n}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof r&&(this.fieldPatternPredicate=r)}ObjectElement(e){return e.forEach(((e,t,r)=>{if(!this.ignoredFields.includes(hc(t))&&this.fieldPatternPredicate(hc(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),i=new ua.Pr(Ya(t),s);this.copyMetaAndAttributes(r,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(hc(t))||this.element.content.push(Ya(r))})),this.copyMetaAndAttributes(e,this.element),sa}};const Op=class extends jp{constructor(e){super(e),this.fieldPatternPredicate=Ep}};class Sp extends(op(Op,fp,Bu)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-properties"),this.specPath=e=>dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const Pp=Sp;class Ap extends(op(Op,fp,Bu)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-patternProperties"),this.specPath=e=>dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const $p=Ap;class _p extends(op(Op,fp,Bu)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-dependencies"),this.specPath=e=>dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const kp=_p;const Cp=class extends Bu{ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-enum"),t}};const Ip=class extends Bu{StringElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-type"),t}ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-type"),t}};class Tp extends(op(lp,fp,Bu)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-allOf")}ArrayElement(e){return e.forEach((e=>{const t=dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const Mp=Tp;class Rp extends(op(lp,fp,Bu)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-anyOf")}ArrayElement(e){return e.forEach((e=>{const t=dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const Fp=Rp;class Dp extends(op(lp,fp,Bu)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-oneOf")}ArrayElement(e){return e.forEach((e=>{const t=dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const Np=Dp;class qp extends(op(Op,fp,Bu)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-definitions"),this.specPath=e=>dp(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const Lp=qp;class Bp extends(op(lp,fp,Bu)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-links")}ArrayElement(e){return e.forEach((e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)})),this.copyMetaAndAttributes(e,this.element),sa}}const Up=Bp;class Vp extends(op(up,Bu)){constructor(e){super(e),this.element=new wu,this.specPath=ji(["document","objects","JSONReference"])}ObjectElement(e){const t=up.prototype.ObjectElement.call(this,e);return ka(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const zp=Vp;const Hp=class extends Bu{StringElement(e){const t=this.enter(e);return this.element.classes.push("reference-value"),t}};const Jp=Hn((function(e,t,r){return ri(Math.max(e.length,t.length,r.length),(function(){return e.apply(this,arguments)?t.apply(this,arguments):r.apply(this,arguments)}))}));const Gp=Vn((function(e){return function(t,r){return e(t,r)?-1:e(r,t)?1:0}}));var Kp=zn((function(e,t){return Array.prototype.slice.call(t,0).sort(e)}));const Wp=Kp;const Yp=Vn((function(e){return Kn(0,e)}));const Xp=Vn(pa);const Qp=Ei(Au);const Zp=wc(Sc,bp);function eh(e){return function(e){if(Array.isArray(e))return th(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return th(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return th(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function th(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var rh=Ys(Wp(Gp((function(e,t){return e.length>t.length}))),Yp,Qs("length")),nh=ni((function(e,t,r){var n=r.apply(void 0,eh(e));return Qp(n)?Xp(n):t}));const sh=Jp(Zp,(function(e){var t=rh(e);return ri(t,(function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Js(nh(r),void 0,e)}))}),Oi);const ih=class extends lp{alternator;constructor({alternator:e,...t}){super({...t}),this.alternator=e}enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>Jp(e,ji(t),Oi))),r=sh(t)(e);return this.element=this.toRefractedElement(r,e),sa}};const oh=class extends ih{constructor(e){super(e),this.alternator=[{predicate:dp,specPath:["document","objects","JSONReference"]},{predicate:ta,specPath:["document","objects","JSONSchema"]}]}};class ah extends(op(up,Bu)){constructor(e){super(e),this.element=new ju,this.specPath=ji(["document","objects","Media"])}}const ch=ah;class lh extends(op(up,Bu)){constructor(e){super(e),this.element=new Su,this.specPath=ji(["document","objects","LinkDescription"])}}const uh={visitors:{value:Bu,JSONSchemaOrJSONReferenceVisitor:oh,document:{objects:{JSONSchema:{$visitor:hp,fixedFields:{id:{$ref:"#/visitors/value"},$schema:{$ref:"#/visitors/value"},multipleOf:{$ref:"#/visitors/value"},maximum:{$ref:"#/visitors/value"},exclusiveMaximum:{$ref:"#/visitors/value"},minimum:{$ref:"#/visitors/value"},exclusiveMinimum:{$ref:"#/visitors/value"},maxLength:{$ref:"#/visitors/value"},minLength:{$ref:"#/visitors/value"},pattern:{$ref:"#/visitors/value"},additionalItems:oh,items:yp,maxItems:{$ref:"#/visitors/value"},minItems:{$ref:"#/visitors/value"},uniqueItems:{$ref:"#/visitors/value"},maxProperties:{$ref:"#/visitors/value"},minProperties:{$ref:"#/visitors/value"},required:vp,properties:Pp,additionalProperties:oh,patternProperties:$p,dependencies:kp,enum:Cp,type:Ip,allOf:Mp,anyOf:Fp,oneOf:Np,not:oh,definitions:Lp,title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},format:{$ref:"#/visitors/value"},base:{$ref:"#/visitors/value"},links:Up,media:{$ref:"#/visitors/document/objects/Media"},readOnly:{$ref:"#/visitors/value"}}},JSONReference:{$visitor:zp,fixedFields:{$ref:Hp}},Media:{$visitor:ch,fixedFields:{binaryEncoding:{$ref:"#/visitors/value"},type:{$ref:"#/visitors/value"}}},LinkDescription:{$visitor:lh,fixedFields:{href:{$ref:"#/visitors/value"},rel:{$ref:"#/visitors/value"},title:{$ref:"#/visitors/value"},targetSchema:oh,mediaType:{$ref:"#/visitors/value"},method:{$ref:"#/visitors/value"},encType:{$ref:"#/visitors/value"},schema:oh}}}}}},ph=e=>{if(_a(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},hh={JSONSchemaDraft4Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...nc},fh=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof bu||e(n)&&t("JSONSchemaDraft4",n)&&r("object",n))),dh=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof wu||e(n)&&t("JSONReference",n)&&r("object",n))),mh=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ju||e(n)&&t("media",n)&&r("object",n))),yh=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Su||e(n)&&t("linkDescription",n)&&r("object",n))),vh={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft4",bu),t.register("jSONReference",wu),t.register("media",ju),t.register("linkDescription",Su),t}},gh=()=>{const e=Lc(vh);return{predicates:{...o,isStringElement:ka},namespace:e}},bh=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:n=uh}={})=>{const s=(0,ua.e)(e),i=Tu(n),o=new(yc(t,i))({specObj:i});return ic(s,o),zc(o.element,r,{toolboxCreator:gh,visitorOptions:{keyMap:hh,nodeTypeGetter:ph}})},xh=e=>(t,r={})=>bh(t,{specPath:e,...r});bu.refract=xh(["visitors","document","objects","JSONSchema","$visitor"]),wu.refract=xh(["visitors","document","objects","JSONReference","$visitor"]),ju.refract=xh(["visitors","document","objects","Media","$visitor"]),Su.refract=xh(["visitors","document","objects","LinkDescription","$visitor"]);const wh=class extends bu{constructor(e,t,r){super(e,t,r),this.element="schema",this.classes.push("json-schema-draft-4")}get idProp(){throw new vu("idProp getter in Schema class is not not supported.")}set idProp(e){throw new vu("idProp setter in Schema class is not not supported.")}get $schema(){throw new vu("$schema getter in Schema class is not not supported.")}set $schema(e){throw new vu("$schema setter in Schema class is not not supported.")}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){throw new vu("patternProperties getter in Schema class is not not supported.")}set patternProperties(e){throw new vu("patternProperties setter in Schema class is not not supported.")}get dependencies(){throw new vu("dependencies getter in Schema class is not not supported.")}set dependencies(e){throw new vu("dependencies setter in Schema class is not not supported.")}get type(){return this.get("type")}set type(e){this.set("type",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){throw new vu("definitions getter in Schema class is not not supported.")}set definitions(e){throw new vu("definitions setter in Schema class is not not supported.")}get base(){throw new vu("base getter in Schema class is not not supported.")}set base(e){throw new vu("base setter in Schema class is not not supported.")}get links(){throw new vu("links getter in Schema class is not not supported.")}set links(e){throw new vu("links setter in Schema class is not not supported.")}get media(){throw new vu("media getter in Schema class is not not supported.")}set media(e){throw new vu("media setter in Schema class is not not supported.")}get nullable(){return this.get("nullable")}set nullable(e){this.set("nullable",e)}get discriminator(){return this.get("discriminator")}set discriminator(e){this.set("discriminator",e)}get writeOnly(){return this.get("writeOnly")}set writeOnly(e){this.set("writeOnly",e)}get xml(){return this.get("xml")}set xml(e){this.set("xml",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}get deprecated(){return this.get("deprecated")}set deprecated(e){this.set("deprecated",e)}};class Eh extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="securityRequirement"}}const jh=Eh;class Oh extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="securityScheme"}get type(){return this.get("type")}set type(e){this.set("type",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get name(){return this.get("name")}set name(e){this.set("name",e)}get in(){return this.get("in")}set in(e){this.set("in",e)}get scheme(){return this.get("scheme")}set scheme(e){this.set("scheme",e)}get bearerFormat(){return this.get("bearerFormat")}set bearerFormat(e){this.set("bearerFormat",e)}get flows(){return this.get("flows")}set flows(e){this.set("flows",e)}get openIdConnectUrl(){return this.get("openIdConnectUrl")}set openIdConnectUrl(e){this.set("openIdConnectUrl",e)}}const Sh=Oh;class Ph extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="server"}get url(){return this.get("url")}set url(e){this.set("url",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get variables(){return this.get("variables")}set variables(e){this.set("variables",e)}}const Ah=Ph;class $h extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="serverVariable"}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}}const _h=$h;class kh extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="tag"}get name(){return this.get("name")}set name(e){this.set("name",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}}const Ch=kh;class Ih extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="xml"}get name(){return this.get("name")}set name(e){this.set("name",e)}get namespace(){return this.get("namespace")}set namespace(e){this.set("namespace",e)}get prefix(){return this.get("prefix")}set prefix(e){this.set("prefix",e)}get attribute(){return this.get("attribute")}set attribute(e){this.set("attribute",e)}get wrapped(){return this.get("wrapped")}set wrapped(e){this.set("wrapped",e)}}const Th=Ih;const Mh=class{element;constructor(e={}){Object.assign(this,e)}copyMetaAndAttributes(e,t){(e.meta.length>0||t.meta.length>0)&&(t.meta=qu(t.meta,e.meta),za(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))),(e.attributes.length>0||e.meta.length>0)&&(t.attributes=qu(t.attributes,e.attributes))}};const Rh=class extends Mh{enter(e){return this.element=Ya(e),sa}};const Fh=class extends Mh{specObj;passingOptionsNames=["specObj","openApiGenericElement","openApiSemanticElement"];openApiGenericElement;openApiSemanticElement;constructor({specObj:e,passingOptionsNames:t,openApiGenericElement:r,openApiSemanticElement:n,...s}){super({...s}),this.specObj=e,this.openApiGenericElement=r,this.openApiSemanticElement=n,Array.isArray(t)&&(this.passingOptionsNames=t)}retrievePassingOptions(){return cp(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=yc(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Yn(Mi,["visitors",...e],this.specObj)?yc(["visitors",...e],this.specObj):yc(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...r,...t})}toRefractedElement(e,t,r={}){const n=this.retrieveVisitorInstance(e,r);return n instanceof Rh&&(null==n?void 0:n.constructor)===Rh?Ya(t):(ic(t,n,r),n.element)}},Dh=e=>Ma(e)&&e.hasKey("$ref"),Nh=Ma,qh=Ma,Lh=e=>ka(e.key)&&pl("x-",hc(e.key));const Bh=class extends Fh{specPath;ignoredFields;canSupportSpecificationExtensions=!0;specificationExtensionPredicate=Lh;constructor({specPath:e,ignoredFields:t,canSupportSpecificationExtensions:r,specificationExtensionPredicate:n,...s}){super({...s}),this.specPath=e,this.ignoredFields=t||[],"boolean"==typeof r&&(this.canSupportSpecificationExtensions=r),"function"==typeof n&&(this.specificationExtensionPredicate=n)}ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach(((e,n,s)=>{if(ka(n)&&r.includes(hc(n))&&!this.ignoredFields.includes(hc(n))){const r=this.toRefractedElement([...t,"fixedFields",hc(n)],e),i=new ua.Pr(Ya(n),r);this.copyMetaAndAttributes(s,i),i.classes.push("fixed-field"),this.element.content.push(i)}else if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(s)){const e=this.toRefractedElement(["document","extension"],s);this.element.content.push(e)}else this.ignoredFields.includes(hc(n))||this.element.content.push(Ya(s))})),this.copyMetaAndAttributes(e,this.element),sa}};class Uh extends(op(Bh,Rh)){constructor(e){super(e),this.element=new eu,this.specPath=ji(["document","objects","OpenApi"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){return Bh.prototype.ObjectElement.call(this,e)}}const Vh=Uh;class zh extends(op(Fh,Rh)){StringElement(e){const t=new Ql(hc(e));return this.copyMetaAndAttributes(e,t),this.element=t,sa}}const Hh=zh;const Jh=class extends Fh{MemberElement(e){return this.element=Ya(e),this.element.classes.push("specification-extension"),sa}};class Gh extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Ll,this.specPath=ji(["document","objects","Info"]),this.canSupportSpecificationExtensions=!0}}const Kh=Gh;const Wh=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("api-version"),this.element.classes.push("version"),t}};class Yh extends(op(Bh,Rh)){constructor(e){super(e),this.element=new $l,this.specPath=ji(["document","objects","Contact"]),this.canSupportSpecificationExtensions=!0}}const Xh=Yh;class Qh extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Ul,this.specPath=ji(["document","objects","License"]),this.canSupportSpecificationExtensions=!0}}const Zh=Qh;class ef extends(op(Bh,Rh)){constructor(e){super(e),this.element=new zl,this.specPath=ji(["document","objects","Link"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return(ka(this.element.operationId)||ka(this.element.operationRef))&&this.element.classes.push("reference-element"),t}}const tf=ef;const rf=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};const nf=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};const sf=class extends Fh{specPath;ignoredFields;fieldPatternPredicate=ra;canSupportSpecificationExtensions=!1;specificationExtensionPredicate=Lh;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:r,canSupportSpecificationExtensions:n,specificationExtensionPredicate:s,...i}){super({...i}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof r&&(this.fieldPatternPredicate=r),"boolean"==typeof n&&(this.canSupportSpecificationExtensions=n),"function"==typeof s&&(this.specificationExtensionPredicate=s)}ObjectElement(e){return e.forEach(((e,t,r)=>{if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(r)){const e=this.toRefractedElement(["document","extension"],r);this.element.content.push(e)}else if(!this.ignoredFields.includes(hc(t))&&this.fieldPatternPredicate(hc(t))){const n=this.specPath(e),s=this.toRefractedElement(n,e),i=new ua.Pr(Ya(t),s);this.copyMetaAndAttributes(r,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(hc(t))||this.element.content.push(Ya(r))})),this.copyMetaAndAttributes(e,this.element),sa}};const of=class extends sf{constructor(e){super(e),this.fieldPatternPredicate=Ep}};class af extends ua.Sh{static primaryClass="link-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(af.primaryClass)}}const cf=af;class lf extends(op(of,Rh)){constructor(e){super(e),this.element=new cf,this.specPath=ji(["value"])}}const uf=lf;class pf extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Ah,this.specPath=ji(["document","objects","Server"]),this.canSupportSpecificationExtensions=!0}}const hf=pf;const ff=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("server-url"),t}};class df extends ua.wE{static primaryClass="servers";constructor(e,t,r){super(e,t,r),this.classes.push(df.primaryClass)}}const mf=df;class yf extends(op(Fh,Rh)){constructor(e){super(e),this.element=new mf}ArrayElement(e){return e.forEach((e=>{const t=Nh(e)?["document","objects","Server"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const vf=yf;class gf extends(op(Bh,Rh)){constructor(e){super(e),this.element=new _h,this.specPath=ji(["document","objects","ServerVariable"]),this.canSupportSpecificationExtensions=!0}}const bf=gf;class xf extends ua.Sh{static primaryClass="server-variables";constructor(e,t,r){super(e,t,r),this.classes.push(xf.primaryClass)}}const wf=xf;class Ef extends(op(of,Rh)){constructor(e){super(e),this.element=new wf,this.specPath=ji(["document","objects","ServerVariable"])}}const jf=Ef;class Of extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Jl,this.specPath=ji(["document","objects","MediaType"]),this.canSupportSpecificationExtensions=!0}}const Sf=Of;const Pf=class extends Fh{alternator;constructor({alternator:e,...t}){super({...t}),this.alternator=e||[]}enter(e){const t=this.alternator.map((({predicate:e,specPath:t})=>Jp(e,ji(t),Oi))),r=sh(t)(e);return this.element=this.toRefractedElement(r,e),sa}},Af=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ol||e(n)&&t("callback",n)&&r("object",n))),$f=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Pl||e(n)&&t("components",n)&&r("object",n))),_f=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof $l||e(n)&&t("contact",n)&&r("object",n))),kf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ml||e(n)&&t("example",n)&&r("object",n))),Cf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Fl||e(n)&&t("externalDocumentation",n)&&r("object",n))),If=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Nl||e(n)&&t("header",n)&&r("object",n))),Tf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ll||e(n)&&t("info",n)&&r("object",n))),Mf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ul||e(n)&&t("license",n)&&r("object",n))),Rf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof zl||e(n)&&t("link",n)&&r("object",n))),Ff=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ql||e(n)&&t("openapi",n)&&r("string",n))),Df=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof eu||e(s)&&t("openApi3_0",s)&&r("object",s)&&n("api",s))),Nf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ru||e(n)&&t("operation",n)&&r("object",n))),qf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof su||e(n)&&t("parameter",n)&&r("object",n))),Lf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ou||e(n)&&t("pathItem",n)&&r("object",n))),Bf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof cu||e(n)&&t("paths",n)&&r("object",n))),Uf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof uu||e(n)&&t("reference",n)&&r("object",n))),Vf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof hu||e(n)&&t("requestBody",n)&&r("object",n))),zf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof du||e(n)&&t("response",n)&&r("object",n))),Hf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof yu||e(n)&&t("responses",n)&&r("object",n))),Jf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof wh||e(n)&&t("schema",n)&&r("object",n))),Gf=e=>Ta(e)&&e.classes.includes("boolean-json-schema"),Kf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof jh||e(n)&&t("securityRequirement",n)&&r("object",n))),Wf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Sh||e(n)&&t("securityScheme",n)&&r("object",n))),Yf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Ah||e(n)&&t("server",n)&&r("object",n))),Xf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof _h||e(n)&&t("serverVariable",n)&&r("object",n))),Qf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Jl||e(n)&&t("mediaType",n)&&r("object",n))),Zf=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof mf||e(s)&&t("array",s)&&r("array",s)&&n("servers",s)));class ed extends(op(Pf,Rh)){constructor(e){super(e),this.alternator=[{predicate:Dh,specPath:["document","objects","Reference"]},{predicate:ta,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Pf.prototype.enter.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const td=ed;class rd extends(op(of,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("examples"),this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Example"],this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","example")})),t}}const nd=rd;class sd extends ua.Sh{static primaryClass="media-type-examples";constructor(e,t,r){super(e,t,r),this.classes.push(sd.primaryClass),this.classes.push("examples")}}const id=sd;const od=class extends nd{constructor(e){super(e),this.element=new id}};class ad extends ua.Sh{static primaryClass="media-type-encoding";constructor(e,t,r){super(e,t,r),this.classes.push(ad.primaryClass)}}const cd=ad;class ld extends(op(of,Rh)){constructor(e){super(e),this.element=new cd,this.specPath=ji(["document","objects","Encoding"])}}const ud=ld;class pd extends(op(of,Rh)){constructor(e){super(e),this.element=new jh,this.specPath=ji(["value"])}}const hd=pd;class fd extends ua.wE{static primaryClass="security";constructor(e,t,r){super(e,t,r),this.classes.push(fd.primaryClass)}}const dd=fd;class md extends(op(Fh,Rh)){constructor(e){super(e),this.element=new dd}ArrayElement(e){return e.forEach((e=>{if(Ma(e)){const t=this.toRefractedElement(["document","objects","SecurityRequirement"],e);this.element.push(t)}else this.element.push(Ya(e))})),this.copyMetaAndAttributes(e,this.element),sa}}const yd=md;class vd extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Pl,this.specPath=ji(["document","objects","Components"]),this.canSupportSpecificationExtensions=!0}}const gd=vd;class bd extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Ch,this.specPath=ji(["document","objects","Tag"]),this.canSupportSpecificationExtensions=!0}}const xd=bd;class wd extends(op(Bh,Rh)){constructor(e){super(e),this.element=new uu,this.specPath=ji(["document","objects","Reference"]),this.canSupportSpecificationExtensions=!1}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return ka(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const Ed=wd;const jd=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class Od extends(op(Bh,Rh)){constructor(e){super(e),this.element=new su,this.specPath=ji(["document","objects","Parameter"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return Ma(this.element.contentProp)&&this.element.contentProp.filter(Qf).forEach(((e,t)=>{e.setMetaProperty("media-type",hc(t))})),t}}const Sd=Od;class Pd extends(op(Pf,Rh)){constructor(e){super(e),this.alternator=[{predicate:Dh,specPath:["document","objects","Reference"]},{predicate:ta,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Pf.prototype.enter.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const Ad=Pd;class $d extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Nl,this.specPath=ji(["document","objects","Header"]),this.canSupportSpecificationExtensions=!0}}const _d=$d;class kd extends(op(Pf,Rh)){constructor(e){super(e),this.alternator=[{predicate:Dh,specPath:["document","objects","Reference"]},{predicate:ta,specPath:["document","objects","Schema"]}]}ObjectElement(e){const t=Pf.prototype.enter.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}}const Cd=kd;class Id extends ua.Sh{static primaryClass="header-examples";constructor(e,t,r){super(e,t,r),this.classes.push(Id.primaryClass),this.classes.push("examples")}}const Td=Id;const Md=class extends nd{constructor(e){super(e),this.element=new Td}};class Rd extends(op(of,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("content"),this.specPath=ji(["document","objects","MediaType"])}}const Fd=Rd;class Dd extends ua.Sh{static primaryClass="header-content";constructor(e,t,r){super(e,t,r),this.classes.push(Dd.primaryClass),this.classes.push("content")}}const Nd=Dd;const qd=class extends Fd{constructor(e){super(e),this.element=new Nd}};class Ld extends(op(Bh,Rh)){constructor(e){super(e),this.element=new wh,this.specPath=ji(["document","objects","Schema"]),this.canSupportSpecificationExtensions=!0}}const Bd=Ld,{allOf:Ud}=uh.visitors.document.objects.JSONSchema.fixedFields;const Vd=class extends Ud{ArrayElement(e){const t=Ud.prototype.ArrayElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}},{anyOf:zd}=uh.visitors.document.objects.JSONSchema.fixedFields;const Hd=class extends zd{ArrayElement(e){const t=zd.prototype.ArrayElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}},{oneOf:Jd}=uh.visitors.document.objects.JSONSchema.fixedFields;const Gd=class extends Jd{ArrayElement(e){const t=Jd.prototype.ArrayElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}},{items:Kd}=uh.visitors.document.objects.JSONSchema.fixedFields;const Wd=class extends Kd{ObjectElement(e){const t=Kd.prototype.ObjectElement.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}ArrayElement(e){return this.enter(e)}},{properties:Yd}=uh.visitors.document.objects.JSONSchema.fixedFields;const Xd=class extends Yd{ObjectElement(e){const t=Yd.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}},{type:Qd}=uh.visitors.document.objects.JSONSchema.fixedFields;const Zd=class extends Qd{ArrayElement(e){return this.enter(e)}},{JSONSchemaOrJSONReferenceVisitor:em}=uh.visitors;const tm=class extends em{ObjectElement(e){const t=em.prototype.enter.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","schema"),t}};class rm extends(op(Bh,Rh)){constructor(e){super(e),this.element=new kl,this.specPath=ji(["document","objects","Discriminator"]),this.canSupportSpecificationExtensions=!1}}const nm=rm;class sm extends ua.Sh{static primaryClass="discriminator-mapping";constructor(e,t,r){super(e,t,r),this.classes.push(sm.primaryClass)}}const im=sm;class om extends(op(of,Rh)){constructor(e){super(e),this.element=new im,this.specPath=ji(["value"])}}const am=om;class cm extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Th,this.specPath=ji(["document","objects","XML"]),this.canSupportSpecificationExtensions=!0}}const lm=cm;class um extends ua.Sh{static primaryClass="parameter-examples";constructor(e,t,r){super(e,t,r),this.classes.push(um.primaryClass),this.classes.push("examples")}}const pm=um;const hm=class extends nd{constructor(e){super(e),this.element=new pm}};class fm extends ua.Sh{static primaryClass="parameter-content";constructor(e,t,r){super(e,t,r),this.classes.push(fm.primaryClass),this.classes.push("content")}}const dm=fm;const mm=class extends Fd{constructor(e){super(e),this.element=new dm}};class ym extends ua.Sh{static primaryClass="components-schemas";constructor(e,t,r){super(e,t,r),this.classes.push(ym.primaryClass)}}const vm=ym;class gm extends(op(of,Rh)){constructor(e){super(e),this.element=new vm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Schema"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","schema")})),t}}const bm=gm;class xm extends ua.Sh{static primaryClass="components-responses";constructor(e,t,r){super(e,t,r),this.classes.push(xm.primaryClass)}}const wm=xm;class Em extends(op(of,Rh)){constructor(e){super(e),this.element=new wm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Response"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","response")})),this.element.filter(zf).forEach(((e,t)=>{e.setMetaProperty("http-status-code",hc(t))})),t}}const jm=Em;class Om extends ua.Sh{static primaryClass="components-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(Om.primaryClass),this.classes.push("parameters")}}const Sm=Om;class Pm extends(op(of,Rh)){constructor(e){super(e),this.element=new Sm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Parameter"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","parameter")})),t}}const Am=Pm;class $m extends ua.Sh{static primaryClass="components-examples";constructor(e,t,r){super(e,t,r),this.classes.push($m.primaryClass),this.classes.push("examples")}}const _m=$m;class km extends(op(of,Rh)){constructor(e){super(e),this.element=new _m,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Example"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","example")})),t}}const Cm=km;class Im extends ua.Sh{static primaryClass="components-request-bodies";constructor(e,t,r){super(e,t,r),this.classes.push(Im.primaryClass)}}const Tm=Im;class Mm extends(op(of,Rh)){constructor(e){super(e),this.element=new Tm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","RequestBody"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","requestBody")})),t}}const Rm=Mm;class Fm extends ua.Sh{static primaryClass="components-headers";constructor(e,t,r){super(e,t,r),this.classes.push(Fm.primaryClass)}}const Dm=Fm;class Nm extends(op(of,Rh)){constructor(e){super(e),this.element=new Dm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.filter(If).forEach(((e,t)=>{e.setMetaProperty("header-name",hc(t))})),t}}const qm=Nm;class Lm extends ua.Sh{static primaryClass="components-security-schemes";constructor(e,t,r){super(e,t,r),this.classes.push(Lm.primaryClass)}}const Bm=Lm;class Um extends(op(of,Rh)){constructor(e){super(e),this.element=new Bm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","SecurityScheme"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","securityScheme")})),t}}const Vm=Um;class zm extends ua.Sh{static primaryClass="components-links";constructor(e,t,r){super(e,t,r),this.classes.push(zm.primaryClass)}}const Hm=zm;class Jm extends(op(of,Rh)){constructor(e){super(e),this.element=new Hm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Link"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","link")})),t}}const Gm=Jm;class Km extends ua.Sh{static primaryClass="components-callbacks";constructor(e,t,r){super(e,t,r),this.classes.push(Km.primaryClass)}}const Wm=Km;class Ym extends(op(of,Rh)){constructor(e){super(e),this.element=new Wm,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Callback"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","callback")})),t}}const Xm=Ym;class Qm extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Ml,this.specPath=ji(["document","objects","Example"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return ka(this.element.externalValue)&&this.element.classes.push("reference-element"),t}}const Zm=Qm;const ey=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class ty extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Fl,this.specPath=ji(["document","objects","ExternalDocumentation"]),this.canSupportSpecificationExtensions=!0}}const ry=ty;class ny extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Il,this.specPath=ji(["document","objects","Encoding"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return Ma(this.element.headers)&&this.element.headers.filter(If).forEach(((e,t)=>{e.setMetaProperty("header-name",hc(t))})),t}}const sy=ny;class iy extends ua.Sh{static primaryClass="encoding-headers";constructor(e,t,r){super(e,t,r),this.classes.push(iy.primaryClass)}}const oy=iy;class ay extends(op(of,Rh)){constructor(e){super(e),this.element=new oy,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.forEach(((e,t)=>{if(!If(e))return;const r=hc(t);e.setMetaProperty("headerName",r)})),t}}const cy=ay;class ly extends(op(sf,Rh)){constructor(e){super(e),this.element=new cu,this.specPath=ji(["document","objects","PathItem"]),this.canSupportSpecificationExtensions=!0,this.fieldPatternPredicate=ta}ObjectElement(e){const t=sf.prototype.ObjectElement.call(this,e);return this.element.filter(Lf).forEach(((e,t)=>{t.classes.push("openapi-path-template"),t.classes.push("path-template"),e.setMetaProperty("path",Ya(t))})),t}}const uy=ly;class py extends(op(Bh,Rh)){constructor(e){super(e),this.element=new hu,this.specPath=ji(["document","objects","RequestBody"])}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return Ma(this.element.contentProp)&&this.element.contentProp.filter(Qf).forEach(((e,t)=>{e.setMetaProperty("media-type",hc(t))})),t}}const hy=py;class fy extends ua.Sh{static primaryClass="request-body-content";constructor(e,t,r){super(e,t,r),this.classes.push(fy.primaryClass),this.classes.push("content")}}const dy=fy;const my=class extends Fd{constructor(e){super(e),this.element=new dy}};class yy extends(op(sf,Rh)){constructor(e){super(e),this.element=new Ol,this.specPath=ji(["document","objects","PathItem"]),this.canSupportSpecificationExtensions=!0,this.fieldPatternPredicate=e=>/{(?<expression>[^}]{1,2083})}/.test(String(e))}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Lf).forEach(((e,t)=>{e.setMetaProperty("runtime-expression",hc(t))})),t}}const vy=yy;class gy extends(op(Bh,Rh)){constructor(e){super(e),this.element=new du,this.specPath=ji(["document","objects","Response"])}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return Ma(this.element.contentProp)&&this.element.contentProp.filter(Qf).forEach(((e,t)=>{e.setMetaProperty("media-type",hc(t))})),Ma(this.element.headers)&&this.element.headers.filter(If).forEach(((e,t)=>{e.setMetaProperty("header-name",hc(t))})),t}}const by=gy;class xy extends ua.Sh{static primaryClass="response-headers";constructor(e,t,r){super(e,t,r),this.classes.push(xy.primaryClass)}}const wy=xy;class Ey extends(op(of,Rh)){constructor(e){super(e),this.element=new wy,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Header"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","header")})),this.element.forEach(((e,t)=>{if(!If(e))return;const r=hc(t);e.setMetaProperty("header-name",r)})),t}}const jy=Ey;class Oy extends ua.Sh{static primaryClass="response-content";constructor(e,t,r){super(e,t,r),this.classes.push(Oy.primaryClass),this.classes.push("content")}}const Sy=Oy;const Py=class extends Fd{constructor(e){super(e),this.element=new Sy}};class Ay extends ua.Sh{static primaryClass="response-links";constructor(e,t,r){super(e,t,r),this.classes.push(Ay.primaryClass)}}const $y=Ay;class _y extends(op(of,Rh)){constructor(e){super(e),this.element=new $y,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Link"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","link")})),t}}const ky=_y;function Cy(e){return"[object Number]"===Object.prototype.toString.call(e)}var Iy=zn((function(e,t){if(!Cy(e)||!Cy(t))throw new TypeError("Both arguments to range must be numbers");for(var r=Array(e<t?t-e:0),n=e<0?t+Math.abs(e):t-e,s=0;s<n;)r[s]=s+e,s+=1;return r}));const Ty=Iy;function My(e,t,r){var n,s=typeof e;switch(s){case"string":case"number":return 0===e&&1/e==-1/0?!!r._items["-0"]||(t&&(r._items["-0"]=!0),!1):null!==r._nativeSet?t?(n=r._nativeSet.size,r._nativeSet.add(e),r._nativeSet.size===n):r._nativeSet.has(e):s in r._items?e in r._items[s]||(t&&(r._items[s][e]=!0),!1):(t&&(r._items[s]={},r._items[s][e]=!0),!1);case"boolean":if(s in r._items){var i=e?1:0;return!!r._items[s][i]||(t&&(r._items[s][i]=!0),!1)}return t&&(r._items[s]=e?[!1,!0]:[!0,!1]),!1;case"function":return null!==r._nativeSet?t?(n=r._nativeSet.size,r._nativeSet.add(e),r._nativeSet.size===n):r._nativeSet.has(e):s in r._items?!!ds(e,r._items[s])||(t&&r._items[s].push(e),!1):(t&&(r._items[s]=[e]),!1);case"undefined":return!!r._items[s]||(t&&(r._items[s]=!0),!1);case"object":if(null===e)return!!r._items.null||(t&&(r._items.null=!0),!1);default:return(s=Object.prototype.toString.call(e))in r._items?!!ds(e,r._items[s])||(t&&r._items[s].push(e),!1):(t&&(r._items[s]=[e]),!1)}}const Ry=function(){function e(){this._nativeSet="function"==typeof Set?new Set:null,this._items={}}return e.prototype.add=function(e){return!My(e,!0,this)},e.prototype.has=function(e){return My(e,!1,this)},e}();var Fy=zn((function(e,t){for(var r=[],n=0,s=e.length,i=t.length,o=new Ry,a=0;a<i;a+=1)o.add(t[a]);for(;n<s;)o.add(e[n])&&(r[r.length]=e[n]),n+=1;return r}));const Dy=Fy;class Ny extends(op(Bh,sf)){specPathFixedFields;specPathPatternedFields;constructor({specPathFixedFields:e,specPathPatternedFields:t,...r}){super({...r}),this.specPathFixedFields=e,this.specPathPatternedFields=t}ObjectElement(e){const{specPath:t,ignoredFields:r}=this;try{this.specPath=this.specPathFixedFields;const t=this.retrieveFixedFields(this.specPath(e));this.ignoredFields=[...r,...Dy(e.keys(),t)],Bh.prototype.ObjectElement.call(this,e),this.specPath=this.specPathPatternedFields,this.ignoredFields=t,sf.prototype.ObjectElement.call(this,e)}catch(e){throw this.specPath=t,e}return sa}}const qy=Ny;class Ly extends(op(qy,Rh)){constructor(e){super(e),this.element=new yu,this.specPathFixedFields=ji(["document","objects","Responses"]),this.canSupportSpecificationExtensions=!0,this.specPathPatternedFields=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Response"],this.fieldPatternPredicate=e=>new RegExp(`^(1XX|2XX|3XX|4XX|5XX|${Ty(100,600).join("|")})$`).test(String(e))}ObjectElement(e){const t=qy.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","response")})),this.element.filter(zf).forEach(((e,t)=>{const r=Ya(t);this.fieldPatternPredicate(hc(r))&&e.setMetaProperty("http-status-code",r)})),t}}const By=Ly;class Uy extends(op(Pf,Rh)){constructor(e){super(e),this.alternator=[{predicate:Dh,specPath:["document","objects","Reference"]},{predicate:ta,specPath:["document","objects","Response"]}]}ObjectElement(e){const t=Pf.prototype.enter.call(this,e);return Uf(this.element)?this.element.setMetaProperty("referenced-element","response"):zf(this.element)&&this.element.setMetaProperty("http-status-code","default"),t}}const Vy=Uy;class zy extends(op(Bh,Rh)){constructor(e){super(e),this.element=new ru,this.specPath=ji(["document","objects","Operation"])}}const Hy=zy;class Jy extends ua.wE{static primaryClass="operation-tags";constructor(e,t,r){super(e,t,r),this.classes.push(Jy.primaryClass)}}const Gy=Jy;const Ky=class extends Rh{constructor(e){super(e),this.element=new Gy}ArrayElement(e){return this.element=this.element.concat(Ya(e)),sa}};class Wy extends ua.wE{static primaryClass="operation-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(Wy.primaryClass),this.classes.push("parameters")}}const Yy=Wy;class Xy extends(op(Fh,Rh)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("parameters")}ArrayElement(e){return e.forEach((e=>{const t=Dh(e)?["document","objects","Reference"]:["document","objects","Parameter"],r=this.toRefractedElement(t,e);Uf(r)&&r.setMetaProperty("referenced-element","parameter"),this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const Qy=Xy;const Zy=class extends Qy{constructor(e){super(e),this.element=new Yy}};const ev=class extends Pf{constructor(e){super(e),this.alternator=[{predicate:Dh,specPath:["document","objects","Reference"]},{predicate:ta,specPath:["document","objects","RequestBody"]}]}ObjectElement(e){const t=Pf.prototype.enter.call(this,e);return Uf(this.element)&&this.element.setMetaProperty("referenced-element","requestBody"),t}};class tv extends ua.Sh{static primaryClass="operation-callbacks";constructor(e,t,r){super(e,t,r),this.classes.push(tv.primaryClass)}}const rv=tv;class nv extends(op(of,Rh)){specPath;constructor(e){super(e),this.element=new rv,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","Callback"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(Uf).forEach((e=>{e.setMetaProperty("referenced-element","callback")})),t}}const sv=nv;class iv extends ua.wE{static primaryClass="operation-security";constructor(e,t,r){super(e,t,r),this.classes.push(iv.primaryClass),this.classes.push("security")}}const ov=iv;class av extends(op(Fh,Rh)){constructor(e){super(e),this.element=new ov}ArrayElement(e){return e.forEach((e=>{const t=Ma(e)?["document","objects","SecurityRequirement"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const cv=av;class lv extends ua.wE{static primaryClass="operation-servers";constructor(e,t,r){super(e,t,r),this.classes.push(lv.primaryClass),this.classes.push("servers")}}const uv=lv;const pv=class extends vf{constructor(e){super(e),this.element=new uv}};class hv extends(op(Bh,Rh)){constructor(e){super(e),this.element=new ou,this.specPath=ji(["document","objects","PathItem"])}ObjectElement(e){const t=Bh.prototype.ObjectElement.call(this,e);return this.element.filter(Nf).forEach(((e,t)=>{const r=Ya(t);r.content=hc(r).toUpperCase(),e.setMetaProperty("http-method",r)})),ka(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const fv=hv;const dv=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class mv extends ua.wE{static primaryClass="path-item-servers";constructor(e,t,r){super(e,t,r),this.classes.push(mv.primaryClass),this.classes.push("servers")}}const yv=mv;const vv=class extends vf{constructor(e){super(e),this.element=new yv}};class gv extends ua.wE{static primaryClass="path-item-parameters";constructor(e,t,r){super(e,t,r),this.classes.push(gv.primaryClass),this.classes.push("parameters")}}const bv=gv;const xv=class extends Qy{constructor(e){super(e),this.element=new bv}};class wv extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Sh,this.specPath=ji(["document","objects","SecurityScheme"]),this.canSupportSpecificationExtensions=!0}}const Ev=wv;class jv extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Yl,this.specPath=ji(["document","objects","OAuthFlows"]),this.canSupportSpecificationExtensions=!0}}const Ov=jv;class Sv extends(op(Bh,Rh)){constructor(e){super(e),this.element=new Kl,this.specPath=ji(["document","objects","OAuthFlow"]),this.canSupportSpecificationExtensions=!0}}const Pv=Sv;class Av extends ua.Sh{static primaryClass="oauth-flow-scopes";constructor(e,t,r){super(e,t,r),this.classes.push(Av.primaryClass)}}const $v=Av;class _v extends(op(of,Rh)){constructor(e){super(e),this.element=new $v,this.specPath=ji(["value"])}}const kv=_v;class Cv extends ua.wE{static primaryClass="tags";constructor(e,t,r){super(e,t,r),this.classes.push(Cv.primaryClass)}}const Iv=Cv;class Tv extends(op(Fh,Rh)){constructor(e){super(e),this.element=new Iv}ArrayElement(e){return e.forEach((e=>{const t=qh(e)?["document","objects","Tag"]:["value"],r=this.toRefractedElement(t,e);this.element.push(r)})),this.copyMetaAndAttributes(e,this.element),sa}}const Mv=Tv,{fixedFields:Rv}=uh.visitors.document.objects.JSONSchema,Fv={visitors:{value:Rh,document:{objects:{OpenApi:{$visitor:Vh,fixedFields:{openapi:Hh,info:{$ref:"#/visitors/document/objects/Info"},servers:vf,paths:{$ref:"#/visitors/document/objects/Paths"},components:{$ref:"#/visitors/document/objects/Components"},security:yd,tags:Mv,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Info:{$visitor:Kh,fixedFields:{title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},termsOfService:{$ref:"#/visitors/value"},contact:{$ref:"#/visitors/document/objects/Contact"},license:{$ref:"#/visitors/document/objects/License"},version:Wh}},Contact:{$visitor:Xh,fixedFields:{name:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"},email:{$ref:"#/visitors/value"}}},License:{$visitor:Zh,fixedFields:{name:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"}}},Server:{$visitor:hf,fixedFields:{url:ff,description:{$ref:"#/visitors/value"},variables:jf}},ServerVariable:{$visitor:bf,fixedFields:{enum:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"}}},Components:{$visitor:gd,fixedFields:{schemas:bm,responses:jm,parameters:Am,examples:Cm,requestBodies:Rm,headers:qm,securitySchemes:Vm,links:Gm,callbacks:Xm}},Paths:{$visitor:uy},PathItem:{$visitor:fv,fixedFields:{$ref:dv,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},get:{$ref:"#/visitors/document/objects/Operation"},put:{$ref:"#/visitors/document/objects/Operation"},post:{$ref:"#/visitors/document/objects/Operation"},delete:{$ref:"#/visitors/document/objects/Operation"},options:{$ref:"#/visitors/document/objects/Operation"},head:{$ref:"#/visitors/document/objects/Operation"},patch:{$ref:"#/visitors/document/objects/Operation"},trace:{$ref:"#/visitors/document/objects/Operation"},servers:vv,parameters:xv}},Operation:{$visitor:Hy,fixedFields:{tags:Ky,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},operationId:{$ref:"#/visitors/value"},parameters:Zy,requestBody:ev,responses:{$ref:"#/visitors/document/objects/Responses"},callbacks:sv,deprecated:{$ref:"#/visitors/value"},security:cv,servers:pv}},ExternalDocumentation:{$visitor:ry,fixedFields:{description:{$ref:"#/visitors/value"},url:{$ref:"#/visitors/value"}}},Parameter:{$visitor:Sd,fixedFields:{name:{$ref:"#/visitors/value"},in:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},allowEmptyValue:{$ref:"#/visitors/value"},style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"},schema:Ad,example:{$ref:"#/visitors/value"},examples:hm,content:mm}},RequestBody:{$visitor:hy,fixedFields:{description:{$ref:"#/visitors/value"},content:my,required:{$ref:"#/visitors/value"}}},MediaType:{$visitor:Sf,fixedFields:{schema:td,example:{$ref:"#/visitors/value"},examples:od,encoding:ud}},Encoding:{$visitor:sy,fixedFields:{contentType:{$ref:"#/visitors/value"},headers:cy,style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"}}},Responses:{$visitor:By,fixedFields:{default:Vy}},Response:{$visitor:by,fixedFields:{description:{$ref:"#/visitors/value"},headers:jy,content:Py,links:ky}},Callback:{$visitor:vy},Example:{$visitor:Zm,fixedFields:{summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},value:{$ref:"#/visitors/value"},externalValue:ey}},Link:{$visitor:tf,fixedFields:{operationRef:rf,operationId:nf,parameters:uf,requestBody:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},server:{$ref:"#/visitors/document/objects/Server"}}},Header:{$visitor:_d,fixedFields:{description:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},allowEmptyValue:{$ref:"#/visitors/value"},style:{$ref:"#/visitors/value"},explode:{$ref:"#/visitors/value"},allowReserved:{$ref:"#/visitors/value"},schema:Cd,example:{$ref:"#/visitors/value"},examples:Md,content:qd}},Tag:{$visitor:xd,fixedFields:{name:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Reference:{$visitor:Ed,fixedFields:{$ref:jd}},JSONSchema:{$ref:"#/visitors/document/objects/Schema"},JSONReference:{$ref:"#/visitors/document/objects/Reference"},Schema:{$visitor:Bd,fixedFields:{title:Rv.title,multipleOf:Rv.multipleOf,maximum:Rv.maximum,exclusiveMaximum:Rv.exclusiveMaximum,minimum:Rv.minimum,exclusiveMinimum:Rv.exclusiveMinimum,maxLength:Rv.maxLength,minLength:Rv.minLength,pattern:Rv.pattern,maxItems:Rv.maxItems,minItems:Rv.minItems,uniqueItems:Rv.uniqueItems,maxProperties:Rv.maxProperties,minProperties:Rv.minProperties,required:Rv.required,enum:Rv.enum,type:Zd,allOf:Vd,anyOf:Hd,oneOf:Gd,not:tm,items:Wd,properties:Xd,additionalProperties:tm,description:Rv.description,format:Rv.format,default:Rv.default,nullable:{$ref:"#/visitors/value"},discriminator:{$ref:"#/visitors/document/objects/Discriminator"},writeOnly:{$ref:"#/visitors/value"},xml:{$ref:"#/visitors/document/objects/XML"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},example:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"}}},Discriminator:{$visitor:nm,fixedFields:{propertyName:{$ref:"#/visitors/value"},mapping:am}},XML:{$visitor:lm,fixedFields:{name:{$ref:"#/visitors/value"},namespace:{$ref:"#/visitors/value"},prefix:{$ref:"#/visitors/value"},attribute:{$ref:"#/visitors/value"},wrapped:{$ref:"#/visitors/value"}}},SecurityScheme:{$visitor:Ev,fixedFields:{type:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},name:{$ref:"#/visitors/value"},in:{$ref:"#/visitors/value"},scheme:{$ref:"#/visitors/value"},bearerFormat:{$ref:"#/visitors/value"},flows:{$ref:"#/visitors/document/objects/OAuthFlows"},openIdConnectUrl:{$ref:"#/visitors/value"}}},OAuthFlows:{$visitor:Ov,fixedFields:{implicit:{$ref:"#/visitors/document/objects/OAuthFlow"},password:{$ref:"#/visitors/document/objects/OAuthFlow"},clientCredentials:{$ref:"#/visitors/document/objects/OAuthFlow"},authorizationCode:{$ref:"#/visitors/document/objects/OAuthFlow"}}},OAuthFlow:{$visitor:Pv,fixedFields:{authorizationUrl:{$ref:"#/visitors/value"},tokenUrl:{$ref:"#/visitors/value"},refreshUrl:{$ref:"#/visitors/value"},scopes:kv}},SecurityRequirement:{$visitor:hd}},extension:{$visitor:Jh}}}},Dv=e=>{if(_a(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Nv={CallbackElement:["content"],ComponentsElement:["content"],ContactElement:["content"],DiscriminatorElement:["content"],Encoding:["content"],Example:["content"],ExternalDocumentationElement:["content"],HeaderElement:["content"],InfoElement:["content"],LicenseElement:["content"],MediaTypeElement:["content"],OAuthFlowElement:["content"],OAuthFlowsElement:["content"],OpenApi3_0Element:["content"],OperationElement:["content"],ParameterElement:["content"],PathItemElement:["content"],PathsElement:["content"],ReferenceElement:["content"],RequestBodyElement:["content"],ResponseElement:["content"],ResponsesElement:["content"],SchemaElement:["content"],SecurityRequirementElement:["content"],SecuritySchemeElement:["content"],ServerElement:["content"],ServerVariableElement:["content"],TagElement:["content"],...nc},qv={namespace:e=>{const{base:t}=e;return t.register("callback",Ol),t.register("components",Pl),t.register("contact",$l),t.register("discriminator",kl),t.register("encoding",Il),t.register("example",Ml),t.register("externalDocumentation",Fl),t.register("header",Nl),t.register("info",Ll),t.register("license",Ul),t.register("link",zl),t.register("mediaType",Jl),t.register("oAuthFlow",Kl),t.register("oAuthFlows",Yl),t.register("openapi",Ql),t.register("openApi3_0",eu),t.register("operation",ru),t.register("parameter",su),t.register("pathItem",ou),t.register("paths",cu),t.register("reference",uu),t.register("requestBody",hu),t.register("response",du),t.register("responses",yu),t.register("schema",wh),t.register("securityRequirement",jh),t.register("securityScheme",Sh),t.register("server",Ah),t.register("serverVariable",_h),t.register("tag",Ch),t.register("xml",Th),t}},Lv=()=>{const e=Lc(qv);return{predicates:{...a,isElement:_a,isStringElement:ka,isArrayElement:Ra,isObjectElement:Ma,isMemberElement:Fa,includesClasses:Ja,hasElementSourceMap:za},namespace:e}},Bv=(e,{specPath:t=["visitors","document","objects","OpenApi","$visitor"],plugins:r=[]}={})=>{const n=(0,ua.e)(e),s=Tu(Fv),i=new(yc(t,s))({specObj:s});return ic(n,i),zc(i.element,r,{toolboxCreator:Lv,visitorOptions:{keyMap:Nv,nodeTypeGetter:Dv}})},Uv=e=>(t,r={})=>Bv(t,{specPath:e,...r});Ol.refract=Uv(["visitors","document","objects","Callback","$visitor"]),Pl.refract=Uv(["visitors","document","objects","Components","$visitor"]),$l.refract=Uv(["visitors","document","objects","Contact","$visitor"]),Ml.refract=Uv(["visitors","document","objects","Example","$visitor"]),kl.refract=Uv(["visitors","document","objects","Discriminator","$visitor"]),Il.refract=Uv(["visitors","document","objects","Encoding","$visitor"]),Fl.refract=Uv(["visitors","document","objects","ExternalDocumentation","$visitor"]),Nl.refract=Uv(["visitors","document","objects","Header","$visitor"]),Ll.refract=Uv(["visitors","document","objects","Info","$visitor"]),Ul.refract=Uv(["visitors","document","objects","License","$visitor"]),zl.refract=Uv(["visitors","document","objects","Link","$visitor"]),Jl.refract=Uv(["visitors","document","objects","MediaType","$visitor"]),Kl.refract=Uv(["visitors","document","objects","OAuthFlow","$visitor"]),Yl.refract=Uv(["visitors","document","objects","OAuthFlows","$visitor"]),Ql.refract=Uv(["visitors","document","objects","OpenApi","fixedFields","openapi"]),eu.refract=Uv(["visitors","document","objects","OpenApi","$visitor"]),ru.refract=Uv(["visitors","document","objects","Operation","$visitor"]),su.refract=Uv(["visitors","document","objects","Parameter","$visitor"]),ou.refract=Uv(["visitors","document","objects","PathItem","$visitor"]),cu.refract=Uv(["visitors","document","objects","Paths","$visitor"]),uu.refract=Uv(["visitors","document","objects","Reference","$visitor"]),hu.refract=Uv(["visitors","document","objects","RequestBody","$visitor"]),du.refract=Uv(["visitors","document","objects","Response","$visitor"]),yu.refract=Uv(["visitors","document","objects","Responses","$visitor"]),wh.refract=Uv(["visitors","document","objects","Schema","$visitor"]),jh.refract=Uv(["visitors","document","objects","SecurityRequirement","$visitor"]),Sh.refract=Uv(["visitors","document","objects","SecurityScheme","$visitor"]),Ah.refract=Uv(["visitors","document","objects","Server","$visitor"]),_h.refract=Uv(["visitors","document","objects","ServerVariable","$visitor"]),Ch.refract=Uv(["visitors","document","objects","Tag","$visitor"]),Th.refract=Uv(["visitors","document","objects","XML","$visitor"]);const Vv=class extends Ol{};const zv=class extends Pl{get pathItems(){return this.get("pathItems")}set pathItems(e){this.set("pathItems",e)}};const Hv=class extends $l{};const Jv=class extends kl{};const Gv=class extends Il{};const Kv=class extends Ml{};const Wv=class extends Fl{};const Yv=class extends Nl{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const Xv=class extends Ll{get license(){return this.get("license")}set license(e){this.set("license",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}};class Qv extends ua.Om{static default=new Qv("https://spec.openapis.org/oas/3.1/dialect/base");constructor(e,t,r){super(e,t,r),this.element="jsonSchemaDialect"}}const Zv=Qv;const eg=class extends Ul{get identifier(){return this.get("identifier")}set identifier(e){this.set("identifier",e)}};const tg=class extends zl{};const rg=class extends Jl{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const ng=class extends Kl{};const sg=class extends Yl{};const ig=class extends Ql{};class og extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="openApi3_1",this.classes.push("api")}get openapi(){return this.get("openapi")}set openapi(e){this.set("openapi",e)}get info(){return this.get("info")}set info(e){this.set("info",e)}get jsonSchemaDialect(){return this.get("jsonSchemaDialect")}set jsonSchemaDialect(e){this.set("jsonSchemaDialect",e)}get servers(){return this.get("servers")}set servers(e){this.set("servers",e)}get paths(){return this.get("paths")}set paths(e){this.set("paths",e)}get components(){return this.get("components")}set components(e){this.set("components",e)}get security(){return this.get("security")}set security(e){this.set("security",e)}get tags(){return this.get("tags")}set tags(e){this.set("tags",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get webhooks(){return this.get("webhooks")}set webhooks(e){this.set("webhooks",e)}}const ag=og;const cg=class extends ru{get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}};const lg=class extends su{get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const ug=class extends ou{get GET(){return this.get("get")}set GET(e){this.set("GET",e)}get PUT(){return this.get("put")}set PUT(e){this.set("PUT",e)}get POST(){return this.get("post")}set POST(e){this.set("POST",e)}get DELETE(){return this.get("delete")}set DELETE(e){this.set("DELETE",e)}get OPTIONS(){return this.get("options")}set OPTIONS(e){this.set("OPTIONS",e)}get HEAD(){return this.get("head")}set HEAD(e){this.set("HEAD",e)}get PATCH(){return this.get("patch")}set PATCH(e){this.set("PATCH",e)}get TRACE(){return this.get("trace")}set TRACE(e){this.set("TRACE",e)}};const pg=class extends cu{};class hg extends uu{}Object.defineProperty(hg.prototype,"description",{get(){return this.get("description")},set(e){this.set("description",e)},enumerable:!0}),Object.defineProperty(hg.prototype,"summary",{get(){return this.get("summary")},set(e){this.set("summary",e)},enumerable:!0});const fg=hg;const dg=class extends hu{};const mg=class extends du{};const yg=class extends yu{};class vg extends ua.Sh{constructor(e,t,r){super(e,t,r),this.element="schema"}get $schema(){return this.get("$schema")}set $schema(e){this.set("$schema",e)}get $vocabulary(){return this.get("$vocabulary")}set $vocabulary(e){this.set("$vocabulary",e)}get $id(){return this.get("$id")}set $id(e){this.set("$id",e)}get $anchor(){return this.get("$anchor")}set $anchor(e){this.set("$anchor",e)}get $dynamicAnchor(){return this.get("$dynamicAnchor")}set $dynamicAnchor(e){this.set("$dynamicAnchor",e)}get $dynamicRef(){return this.get("$dynamicRef")}set $dynamicRef(e){this.set("$dynamicRef",e)}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}get $defs(){return this.get("$defs")}set $defs(e){this.set("$defs",e)}get $comment(){return this.get("$comment")}set $comment(e){this.set("$comment",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get if(){return this.get("if")}set if(e){this.set("if",e)}get then(){return this.get("then")}set then(e){this.set("then",e)}get else(){return this.get("else")}set else(e){this.set("else",e)}get dependentSchemas(){return this.get("dependentSchemas")}set dependentSchemas(e){this.set("dependentSchemas",e)}get prefixItems(){return this.get("prefixItems")}set prefixItems(e){this.set("prefixItems",e)}get items(){return this.get("items")}set items(e){this.set("items",e)}get containsProp(){return this.get("contains")}set containsProp(e){this.set("contains",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get unevaluatedItems(){return this.get("unevaluatedItems")}set unevaluatedItems(e){this.set("unevaluatedItems",e)}get unevaluatedProperties(){return this.get("unevaluatedProperties")}set unevaluatedProperties(e){this.set("unevaluatedProperties",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get const(){return this.get("const")}set const(e){this.set("const",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxContains(){return this.get("maxContains")}set maxContains(e){this.set("maxContains",e)}get minContains(){return this.get("minContains")}set minContains(e){this.set("minContains",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get dependentRequired(){return this.get("dependentRequired")}set dependentRequired(e){this.set("dependentRequired",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get deprecated(){return this.get("deprecated")}set deprecated(e){this.set("deprecated",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}get writeOnly(){return this.get("writeOnly")}set writeOnly(e){this.set("writeOnly",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get contentEncoding(){return this.get("contentEncoding")}set contentEncoding(e){this.set("contentEncoding",e)}get contentMediaType(){return this.get("contentMediaType")}set contentMediaType(e){this.set("contentMediaType",e)}get contentSchema(){return this.get("contentSchema")}set contentSchema(e){this.set("contentSchema",e)}get discriminator(){return this.get("discriminator")}set discriminator(e){this.set("discriminator",e)}get xml(){return this.get("xml")}set xml(e){this.set("xml",e)}get externalDocs(){return this.get("externalDocs")}set externalDocs(e){this.set("externalDocs",e)}get example(){return this.get("example")}set example(e){this.set("example",e)}}const gg=vg;const bg=class extends jh{};const xg=class extends Sh{};const wg=class extends Ah{};const Eg=class extends _h{};const jg=class extends Ch{};const Og=class extends Th{};class Sg extends(op(Bh,Rh)){constructor(e){super(e),this.element=new ag,this.specPath=ji(["document","objects","OpenApi"]),this.canSupportSpecificationExtensions=!0,this.openApiSemanticElement=this.element}ObjectElement(e){return this.openApiGenericElement=e,Bh.prototype.ObjectElement.call(this,e)}}const Pg=Sg,{visitors:{document:{objects:{Info:{$visitor:Ag}}}}}=Fv;const $g=class extends Ag{constructor(e){super(e),this.element=new Xv}},{visitors:{document:{objects:{Contact:{$visitor:_g}}}}}=Fv;const kg=class extends _g{constructor(e){super(e),this.element=new Hv}},{visitors:{document:{objects:{License:{$visitor:Cg}}}}}=Fv;const Ig=class extends Cg{constructor(e){super(e),this.element=new eg}},{visitors:{document:{objects:{Link:{$visitor:Tg}}}}}=Fv;const Mg=class extends Tg{constructor(e){super(e),this.element=new tg}};class Rg extends(op(Fh,Rh)){StringElement(e){const t=new Zv(hc(e));return this.copyMetaAndAttributes(e,t),this.element=t,sa}}const Fg=Rg,{visitors:{document:{objects:{Server:{$visitor:Dg}}}}}=Fv;const Ng=class extends Dg{constructor(e){super(e),this.element=new wg}},{visitors:{document:{objects:{ServerVariable:{$visitor:qg}}}}}=Fv;const Lg=class extends qg{constructor(e){super(e),this.element=new Eg}},{visitors:{document:{objects:{MediaType:{$visitor:Bg}}}}}=Fv;const Ug=class extends Bg{constructor(e){super(e),this.element=new rg}},{visitors:{document:{objects:{SecurityRequirement:{$visitor:Vg}}}}}=Fv;const zg=class extends Vg{constructor(e){super(e),this.element=new bg}},{visitors:{document:{objects:{Components:{$visitor:Hg}}}}}=Fv;const Jg=class extends Hg{constructor(e){super(e),this.element=new zv}},{visitors:{document:{objects:{Tag:{$visitor:Gg}}}}}=Fv;const Kg=class extends Gg{constructor(e){super(e),this.element=new jg}},{visitors:{document:{objects:{Reference:{$visitor:Wg}}}}}=Fv;const Yg=class extends Wg{constructor(e){super(e),this.element=new fg}},{visitors:{document:{objects:{Parameter:{$visitor:Xg}}}}}=Fv;const Qg=class extends Xg{constructor(e){super(e),this.element=new lg}},{visitors:{document:{objects:{Header:{$visitor:Zg}}}}}=Fv;const eb=class extends Zg{constructor(e){super(e),this.element=new Yv}},tb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Vv||e(n)&&t("callback",n)&&r("object",n))),rb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof zv||e(n)&&t("components",n)&&r("object",n))),nb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Hv||e(n)&&t("contact",n)&&r("object",n))),sb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Kv||e(n)&&t("example",n)&&r("object",n))),ib=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Wv||e(n)&&t("externalDocumentation",n)&&r("object",n))),ob=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Yv||e(n)&&t("header",n)&&r("object",n))),ab=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Xv||e(n)&&t("info",n)&&r("object",n))),cb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Zv||e(n)&&t("jsonSchemaDialect",n)&&r("string",n))),lb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof eg||e(n)&&t("license",n)&&r("object",n))),ub=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof tg||e(n)&&t("link",n)&&r("object",n))),pb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ig||e(n)&&t("openapi",n)&&r("string",n))),hb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r,hasClass:n})=>s=>s instanceof ag||e(s)&&t("openApi3_1",s)&&r("object",s)&&n("api",s))),fb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof cg||e(n)&&t("operation",n)&&r("object",n))),db=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof lg||e(n)&&t("parameter",n)&&r("object",n))),mb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof ug||e(n)&&t("pathItem",n)&&r("object",n))),yb=e=>{if(!mb(e))return!1;if(!ka(e.$ref))return!1;const t=hc(e.$ref);return"string"==typeof t&&t.length>0&&!t.startsWith("#")},vb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof pg||e(n)&&t("paths",n)&&r("object",n))),gb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof fg||e(n)&&t("reference",n)&&r("object",n))),bb=e=>{if(!gb(e))return!1;if(!ka(e.$ref))return!1;const t=hc(e.$ref);return"string"==typeof t&&t.length>0&&!t.startsWith("#")},xb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof dg||e(n)&&t("requestBody",n)&&r("object",n))),wb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof mg||e(n)&&t("response",n)&&r("object",n))),Eb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof yg||e(n)&&t("responses",n)&&r("object",n))),jb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof gg||e(n)&&t("schema",n)&&r("object",n))),Ob=e=>Ta(e)&&e.classes.includes("boolean-json-schema"),Sb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof bg||e(n)&&t("securityRequirement",n)&&r("object",n))),Pb=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof xg||e(n)&&t("securityScheme",n)&&r("object",n))),Ab=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof wg||e(n)&&t("server",n)&&r("object",n))),$b=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof Eg||e(n)&&t("serverVariable",n)&&r("object",n))),_b=$a((({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>n=>n instanceof rg||e(n)&&t("mediaType",n)&&r("object",n)));const kb=class{parent;constructor({parent:e}){this.parent=e}};class Cb extends(op(Bh,kb,Rh)){constructor(e){super(e),this.element=new gg,this.specPath=ji(["document","objects","Schema"]),this.canSupportSpecificationExtensions=!0,this.jsonSchemaDefaultDialect=Zv.default,this.passingOptionsNames.push("parent")}ObjectElement(e){this.handle$schema(e),this.handle$id(e),this.parent=this.element;const t=Bh.prototype.ObjectElement.call(this,e);return ka(this.element.$ref)&&(this.element.classes.push("reference-element"),this.element.setMetaProperty("referenced-element","schema")),t}BooleanElement(e){const t=super.enter(e);return this.element.classes.push("boolean-json-schema"),t}getJsonSchemaDialect(){let e;return e=void 0!==this.openApiSemanticElement&&cb(this.openApiSemanticElement.jsonSchemaDialect)?hc(this.openApiSemanticElement.jsonSchemaDialect):void 0!==this.openApiGenericElement&&ka(this.openApiGenericElement.get("jsonSchemaDialect"))?hc(this.openApiGenericElement.get("jsonSchemaDialect")):hc(this.jsonSchemaDefaultDialect),e}handle$schema(e){if(Si(this.parent)&&!ka(e.get("$schema")))this.element.setMetaProperty("inherited$schema",this.getJsonSchemaDialect());else if(jb(this.parent)&&!ka(e.get("$schema"))){const e=Xs(hc(this.parent.meta.get("inherited$schema")),hc(this.parent.$schema));this.element.setMetaProperty("inherited$schema",e)}}handle$id(e){const t=void 0!==this.parent?Ya(this.parent.getMetaProperty("inherited$id",[])):new ua.wE,r=hc(e.get("$id"));Ep(r)&&t.push(r),this.element.setMetaProperty("inherited$id",t)}}const Ib=Cb;const Tb=class extends Rh{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-$vocabulary"),t}};const Mb=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class Rb extends(op(of,kb,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-$defs"),this.specPath=ji(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const Fb=Rb;class Db extends(op(Fh,kb,Rh)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-allOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Ma(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Ya(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),sa}}const Nb=Db;class qb extends(op(Fh,kb,Rh)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-anyOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Ma(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Ya(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),sa}}const Lb=qb;class Bb extends(op(Fh,kb,Rh)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-oneOf"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Ma(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Ya(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),sa}}const Ub=Bb;class Vb extends(op(of,kb,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-dependentSchemas"),this.specPath=ji(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const zb=Vb;class Hb extends(op(Fh,kb,Rh)){constructor(e){super(e),this.element=new ua.wE,this.element.classes.push("json-schema-prefixItems"),this.passingOptionsNames.push("parent")}ArrayElement(e){return e.forEach((e=>{if(Ma(e)){const t=this.toRefractedElement(["document","objects","Schema"],e);this.element.push(t)}else{const t=Ya(e);this.element.push(t)}})),this.copyMetaAndAttributes(e,this.element),sa}}const Jb=Hb;class Gb extends(op(of,kb,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-properties"),this.specPath=ji(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const Kb=Gb;class Wb extends(op(of,kb,Rh)){constructor(e){super(e),this.element=new ua.Sh,this.element.classes.push("json-schema-patternProperties"),this.specPath=ji(["document","objects","Schema"]),this.passingOptionsNames.push("parent")}}const Yb=Wb;const Xb=class extends Rh{StringElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-type"),t}ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-type"),t}};const Qb=class extends Rh{ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-enum"),t}};const Zb=class extends Rh{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-dependentRequired"),t}};const ex=class extends Rh{ArrayElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-examples"),t}},{visitors:{document:{objects:{Discriminator:{$visitor:tx}}}}}=Fv;const rx=class extends tx{constructor(e){super(e),this.element=new Jv,this.canSupportSpecificationExtensions=!0}},{visitors:{document:{objects:{XML:{$visitor:nx}}}}}=Fv;const sx=class extends nx{constructor(e){super(e),this.element=new Og}};class ix extends(op(of,Rh)){constructor(e){super(e),this.element=new vm,this.specPath=ji(["document","objects","Schema"])}}const ox=ix;class ax extends ua.Sh{static primaryClass="components-path-items";constructor(e,t,r){super(e,t,r),this.classes.push(ax.primaryClass)}}const cx=ax;class lx extends(op(of,Rh)){constructor(e){super(e),this.element=new cx,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(gb).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),t}}const ux=lx,{visitors:{document:{objects:{Example:{$visitor:px}}}}}=Fv;const hx=class extends px{constructor(e){super(e),this.element=new Kv}},{visitors:{document:{objects:{ExternalDocumentation:{$visitor:fx}}}}}=Fv;const dx=class extends fx{constructor(e){super(e),this.element=new Wv}},{visitors:{document:{objects:{Encoding:{$visitor:mx}}}}}=Fv;const yx=class extends mx{constructor(e){super(e),this.element=new Gv}},{visitors:{document:{objects:{Paths:{$visitor:vx}}}}}=Fv;const gx=class extends vx{constructor(e){super(e),this.element=new pg}},{visitors:{document:{objects:{RequestBody:{$visitor:bx}}}}}=Fv;const xx=class extends bx{constructor(e){super(e),this.element=new dg}},{visitors:{document:{objects:{Callback:{$visitor:wx}}}}}=Fv;const Ex=class extends wx{constructor(e){super(e),this.element=new Vv,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=wx.prototype.ObjectElement.call(this,e);return this.element.filter(gb).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),t}},{visitors:{document:{objects:{Response:{$visitor:jx}}}}}=Fv;const Ox=class extends jx{constructor(e){super(e),this.element=new mg}},{visitors:{document:{objects:{Responses:{$visitor:Sx}}}}}=Fv;const Px=class extends Sx{constructor(e){super(e),this.element=new yg}},{visitors:{document:{objects:{Operation:{$visitor:Ax}}}}}=Fv;const $x=class extends Ax{constructor(e){super(e),this.element=new cg}},{visitors:{document:{objects:{PathItem:{$visitor:_x}}}}}=Fv;const kx=class extends _x{constructor(e){super(e),this.element=new ug}},{visitors:{document:{objects:{SecurityScheme:{$visitor:Cx}}}}}=Fv;const Ix=class extends Cx{constructor(e){super(e),this.element=new xg}},{visitors:{document:{objects:{OAuthFlows:{$visitor:Tx}}}}}=Fv;const Mx=class extends Tx{constructor(e){super(e),this.element=new sg}},{visitors:{document:{objects:{OAuthFlow:{$visitor:Rx}}}}}=Fv;const Fx=class extends Rx{constructor(e){super(e),this.element=new ng}};class Dx extends ua.Sh{static primaryClass="webhooks";constructor(e,t,r){super(e,t,r),this.classes.push(Dx.primaryClass)}}const Nx=Dx;class qx extends(op(of,Rh)){constructor(e){super(e),this.element=new Nx,this.specPath=e=>Dh(e)?["document","objects","Reference"]:["document","objects","PathItem"]}ObjectElement(e){const t=of.prototype.ObjectElement.call(this,e);return this.element.filter(gb).forEach((e=>{e.setMetaProperty("referenced-element","pathItem")})),this.element.filter(mb).forEach(((e,t)=>{e.setMetaProperty("webhook-name",hc(t))})),t}}const Lx=qx,Bx={visitors:{value:Fv.visitors.value,document:{objects:{OpenApi:{$visitor:Pg,fixedFields:{openapi:Fv.visitors.document.objects.OpenApi.fixedFields.openapi,info:{$ref:"#/visitors/document/objects/Info"},jsonSchemaDialect:Fg,servers:Fv.visitors.document.objects.OpenApi.fixedFields.servers,paths:{$ref:"#/visitors/document/objects/Paths"},webhooks:Lx,components:{$ref:"#/visitors/document/objects/Components"},security:Fv.visitors.document.objects.OpenApi.fixedFields.security,tags:Fv.visitors.document.objects.OpenApi.fixedFields.tags,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Info:{$visitor:$g,fixedFields:{title:Fv.visitors.document.objects.Info.fixedFields.title,description:Fv.visitors.document.objects.Info.fixedFields.description,summary:{$ref:"#/visitors/value"},termsOfService:Fv.visitors.document.objects.Info.fixedFields.termsOfService,contact:{$ref:"#/visitors/document/objects/Contact"},license:{$ref:"#/visitors/document/objects/License"},version:Fv.visitors.document.objects.Info.fixedFields.version}},Contact:{$visitor:kg,fixedFields:{name:Fv.visitors.document.objects.Contact.fixedFields.name,url:Fv.visitors.document.objects.Contact.fixedFields.url,email:Fv.visitors.document.objects.Contact.fixedFields.email}},License:{$visitor:Ig,fixedFields:{name:Fv.visitors.document.objects.License.fixedFields.name,identifier:{$ref:"#/visitors/value"},url:Fv.visitors.document.objects.License.fixedFields.url}},Server:{$visitor:Ng,fixedFields:{url:Fv.visitors.document.objects.Server.fixedFields.url,description:Fv.visitors.document.objects.Server.fixedFields.description,variables:Fv.visitors.document.objects.Server.fixedFields.variables}},ServerVariable:{$visitor:Lg,fixedFields:{enum:Fv.visitors.document.objects.ServerVariable.fixedFields.enum,default:Fv.visitors.document.objects.ServerVariable.fixedFields.default,description:Fv.visitors.document.objects.ServerVariable.fixedFields.description}},Components:{$visitor:Jg,fixedFields:{schemas:ox,responses:Fv.visitors.document.objects.Components.fixedFields.responses,parameters:Fv.visitors.document.objects.Components.fixedFields.parameters,examples:Fv.visitors.document.objects.Components.fixedFields.examples,requestBodies:Fv.visitors.document.objects.Components.fixedFields.requestBodies,headers:Fv.visitors.document.objects.Components.fixedFields.headers,securitySchemes:Fv.visitors.document.objects.Components.fixedFields.securitySchemes,links:Fv.visitors.document.objects.Components.fixedFields.links,callbacks:Fv.visitors.document.objects.Components.fixedFields.callbacks,pathItems:ux}},Paths:{$visitor:gx},PathItem:{$visitor:kx,fixedFields:{$ref:Fv.visitors.document.objects.PathItem.fixedFields.$ref,summary:Fv.visitors.document.objects.PathItem.fixedFields.summary,description:Fv.visitors.document.objects.PathItem.fixedFields.description,get:{$ref:"#/visitors/document/objects/Operation"},put:{$ref:"#/visitors/document/objects/Operation"},post:{$ref:"#/visitors/document/objects/Operation"},delete:{$ref:"#/visitors/document/objects/Operation"},options:{$ref:"#/visitors/document/objects/Operation"},head:{$ref:"#/visitors/document/objects/Operation"},patch:{$ref:"#/visitors/document/objects/Operation"},trace:{$ref:"#/visitors/document/objects/Operation"},servers:Fv.visitors.document.objects.PathItem.fixedFields.servers,parameters:Fv.visitors.document.objects.PathItem.fixedFields.parameters}},Operation:{$visitor:$x,fixedFields:{tags:Fv.visitors.document.objects.Operation.fixedFields.tags,summary:Fv.visitors.document.objects.Operation.fixedFields.summary,description:Fv.visitors.document.objects.Operation.fixedFields.description,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},operationId:Fv.visitors.document.objects.Operation.fixedFields.operationId,parameters:Fv.visitors.document.objects.Operation.fixedFields.parameters,requestBody:Fv.visitors.document.objects.Operation.fixedFields.requestBody,responses:{$ref:"#/visitors/document/objects/Responses"},callbacks:Fv.visitors.document.objects.Operation.fixedFields.callbacks,deprecated:Fv.visitors.document.objects.Operation.fixedFields.deprecated,security:Fv.visitors.document.objects.Operation.fixedFields.security,servers:Fv.visitors.document.objects.Operation.fixedFields.servers}},ExternalDocumentation:{$visitor:dx,fixedFields:{description:Fv.visitors.document.objects.ExternalDocumentation.fixedFields.description,url:Fv.visitors.document.objects.ExternalDocumentation.fixedFields.url}},Parameter:{$visitor:Qg,fixedFields:{name:Fv.visitors.document.objects.Parameter.fixedFields.name,in:Fv.visitors.document.objects.Parameter.fixedFields.in,description:Fv.visitors.document.objects.Parameter.fixedFields.description,required:Fv.visitors.document.objects.Parameter.fixedFields.required,deprecated:Fv.visitors.document.objects.Parameter.fixedFields.deprecated,allowEmptyValue:Fv.visitors.document.objects.Parameter.fixedFields.allowEmptyValue,style:Fv.visitors.document.objects.Parameter.fixedFields.style,explode:Fv.visitors.document.objects.Parameter.fixedFields.explode,allowReserved:Fv.visitors.document.objects.Parameter.fixedFields.allowReserved,schema:{$ref:"#/visitors/document/objects/Schema"},example:Fv.visitors.document.objects.Parameter.fixedFields.example,examples:Fv.visitors.document.objects.Parameter.fixedFields.examples,content:Fv.visitors.document.objects.Parameter.fixedFields.content}},RequestBody:{$visitor:xx,fixedFields:{description:Fv.visitors.document.objects.RequestBody.fixedFields.description,content:Fv.visitors.document.objects.RequestBody.fixedFields.content,required:Fv.visitors.document.objects.RequestBody.fixedFields.required}},MediaType:{$visitor:Ug,fixedFields:{schema:{$ref:"#/visitors/document/objects/Schema"},example:Fv.visitors.document.objects.MediaType.fixedFields.example,examples:Fv.visitors.document.objects.MediaType.fixedFields.examples,encoding:Fv.visitors.document.objects.MediaType.fixedFields.encoding}},Encoding:{$visitor:yx,fixedFields:{contentType:Fv.visitors.document.objects.Encoding.fixedFields.contentType,headers:Fv.visitors.document.objects.Encoding.fixedFields.headers,style:Fv.visitors.document.objects.Encoding.fixedFields.style,explode:Fv.visitors.document.objects.Encoding.fixedFields.explode,allowReserved:Fv.visitors.document.objects.Encoding.fixedFields.allowReserved}},Responses:{$visitor:Px,fixedFields:{default:Fv.visitors.document.objects.Responses.fixedFields.default}},Response:{$visitor:Ox,fixedFields:{description:Fv.visitors.document.objects.Response.fixedFields.description,headers:Fv.visitors.document.objects.Response.fixedFields.headers,content:Fv.visitors.document.objects.Response.fixedFields.content,links:Fv.visitors.document.objects.Response.fixedFields.links}},Callback:{$visitor:Ex},Example:{$visitor:hx,fixedFields:{summary:Fv.visitors.document.objects.Example.fixedFields.summary,description:Fv.visitors.document.objects.Example.fixedFields.description,value:Fv.visitors.document.objects.Example.fixedFields.value,externalValue:Fv.visitors.document.objects.Example.fixedFields.externalValue}},Link:{$visitor:Mg,fixedFields:{operationRef:Fv.visitors.document.objects.Link.fixedFields.operationRef,operationId:Fv.visitors.document.objects.Link.fixedFields.operationId,parameters:Fv.visitors.document.objects.Link.fixedFields.parameters,requestBody:Fv.visitors.document.objects.Link.fixedFields.requestBody,description:Fv.visitors.document.objects.Link.fixedFields.description,server:{$ref:"#/visitors/document/objects/Server"}}},Header:{$visitor:eb,fixedFields:{description:Fv.visitors.document.objects.Header.fixedFields.description,required:Fv.visitors.document.objects.Header.fixedFields.required,deprecated:Fv.visitors.document.objects.Header.fixedFields.deprecated,allowEmptyValue:Fv.visitors.document.objects.Header.fixedFields.allowEmptyValue,style:Fv.visitors.document.objects.Header.fixedFields.style,explode:Fv.visitors.document.objects.Header.fixedFields.explode,allowReserved:Fv.visitors.document.objects.Header.fixedFields.allowReserved,schema:{$ref:"#/visitors/document/objects/Schema"},example:Fv.visitors.document.objects.Header.fixedFields.example,examples:Fv.visitors.document.objects.Header.fixedFields.examples,content:Fv.visitors.document.objects.Header.fixedFields.content}},Tag:{$visitor:Kg,fixedFields:{name:Fv.visitors.document.objects.Tag.fixedFields.name,description:Fv.visitors.document.objects.Tag.fixedFields.description,externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"}}},Reference:{$visitor:Yg,fixedFields:{$ref:Fv.visitors.document.objects.Reference.fixedFields.$ref,summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"}}},Schema:{$visitor:Ib,fixedFields:{$schema:{$ref:"#/visitors/value"},$vocabulary:Tb,$id:{$ref:"#/visitors/value"},$anchor:{$ref:"#/visitors/value"},$dynamicAnchor:{$ref:"#/visitors/value"},$dynamicRef:{$ref:"#/visitors/value"},$ref:Mb,$defs:Fb,$comment:{$ref:"#/visitors/value"},allOf:Nb,anyOf:Lb,oneOf:Ub,not:{$ref:"#/visitors/document/objects/Schema"},if:{$ref:"#/visitors/document/objects/Schema"},then:{$ref:"#/visitors/document/objects/Schema"},else:{$ref:"#/visitors/document/objects/Schema"},dependentSchemas:zb,prefixItems:Jb,items:{$ref:"#/visitors/document/objects/Schema"},contains:{$ref:"#/visitors/document/objects/Schema"},properties:Kb,patternProperties:Yb,additionalProperties:{$ref:"#/visitors/document/objects/Schema"},propertyNames:{$ref:"#/visitors/document/objects/Schema"},unevaluatedItems:{$ref:"#/visitors/document/objects/Schema"},unevaluatedProperties:{$ref:"#/visitors/document/objects/Schema"},type:Xb,enum:Qb,const:{$ref:"#/visitors/value"},multipleOf:{$ref:"#/visitors/value"},maximum:{$ref:"#/visitors/value"},exclusiveMaximum:{$ref:"#/visitors/value"},minimum:{$ref:"#/visitors/value"},exclusiveMinimum:{$ref:"#/visitors/value"},maxLength:{$ref:"#/visitors/value"},minLength:{$ref:"#/visitors/value"},pattern:{$ref:"#/visitors/value"},maxItems:{$ref:"#/visitors/value"},minItems:{$ref:"#/visitors/value"},uniqueItems:{$ref:"#/visitors/value"},maxContains:{$ref:"#/visitors/value"},minContains:{$ref:"#/visitors/value"},maxProperties:{$ref:"#/visitors/value"},minProperties:{$ref:"#/visitors/value"},required:{$ref:"#/visitors/value"},dependentRequired:Zb,title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},deprecated:{$ref:"#/visitors/value"},readOnly:{$ref:"#/visitors/value"},writeOnly:{$ref:"#/visitors/value"},examples:ex,format:{$ref:"#/visitors/value"},contentEncoding:{$ref:"#/visitors/value"},contentMediaType:{$ref:"#/visitors/value"},contentSchema:{$ref:"#/visitors/document/objects/Schema"},discriminator:{$ref:"#/visitors/document/objects/Discriminator"},xml:{$ref:"#/visitors/document/objects/XML"},externalDocs:{$ref:"#/visitors/document/objects/ExternalDocumentation"},example:{$ref:"#/visitors/value"}}},Discriminator:{$visitor:rx,fixedFields:{propertyName:Fv.visitors.document.objects.Discriminator.fixedFields.propertyName,mapping:Fv.visitors.document.objects.Discriminator.fixedFields.mapping}},XML:{$visitor:sx,fixedFields:{name:Fv.visitors.document.objects.XML.fixedFields.name,namespace:Fv.visitors.document.objects.XML.fixedFields.namespace,prefix:Fv.visitors.document.objects.XML.fixedFields.prefix,attribute:Fv.visitors.document.objects.XML.fixedFields.attribute,wrapped:Fv.visitors.document.objects.XML.fixedFields.wrapped}},SecurityScheme:{$visitor:Ix,fixedFields:{type:Fv.visitors.document.objects.SecurityScheme.fixedFields.type,description:Fv.visitors.document.objects.SecurityScheme.fixedFields.description,name:Fv.visitors.document.objects.SecurityScheme.fixedFields.name,in:Fv.visitors.document.objects.SecurityScheme.fixedFields.in,scheme:Fv.visitors.document.objects.SecurityScheme.fixedFields.scheme,bearerFormat:Fv.visitors.document.objects.SecurityScheme.fixedFields.bearerFormat,flows:{$ref:"#/visitors/document/objects/OAuthFlows"},openIdConnectUrl:Fv.visitors.document.objects.SecurityScheme.fixedFields.openIdConnectUrl}},OAuthFlows:{$visitor:Mx,fixedFields:{implicit:{$ref:"#/visitors/document/objects/OAuthFlow"},password:{$ref:"#/visitors/document/objects/OAuthFlow"},clientCredentials:{$ref:"#/visitors/document/objects/OAuthFlow"},authorizationCode:{$ref:"#/visitors/document/objects/OAuthFlow"}}},OAuthFlow:{$visitor:Fx,fixedFields:{authorizationUrl:Fv.visitors.document.objects.OAuthFlow.fixedFields.authorizationUrl,tokenUrl:Fv.visitors.document.objects.OAuthFlow.fixedFields.tokenUrl,refreshUrl:Fv.visitors.document.objects.OAuthFlow.fixedFields.refreshUrl,scopes:Fv.visitors.document.objects.OAuthFlow.fixedFields.scopes}},SecurityRequirement:{$visitor:zg}},extension:{$visitor:Fv.visitors.document.extension.$visitor}}}},Ux=e=>{if(_a(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Vx={CallbackElement:["content"],ComponentsElement:["content"],ContactElement:["content"],DiscriminatorElement:["content"],Encoding:["content"],Example:["content"],ExternalDocumentationElement:["content"],HeaderElement:["content"],InfoElement:["content"],LicenseElement:["content"],MediaTypeElement:["content"],OAuthFlowElement:["content"],OAuthFlowsElement:["content"],OpenApi3_1Element:["content"],OperationElement:["content"],ParameterElement:["content"],PathItemElement:["content"],PathsElement:["content"],ReferenceElement:["content"],RequestBodyElement:["content"],ResponseElement:["content"],ResponsesElement:["content"],SchemaElement:["content"],SecurityRequirementElement:["content"],SecuritySchemeElement:["content"],ServerElement:["content"],ServerVariableElement:["content"],TagElement:["content"],...nc},zx={namespace:e=>{const{base:t}=e;return t.register("callback",Vv),t.register("components",zv),t.register("contact",Hv),t.register("discriminator",Jv),t.register("encoding",Gv),t.register("example",Kv),t.register("externalDocumentation",Wv),t.register("header",Yv),t.register("info",Xv),t.register("jsonSchemaDialect",Zv),t.register("license",eg),t.register("link",tg),t.register("mediaType",rg),t.register("oAuthFlow",ng),t.register("oAuthFlows",sg),t.register("openapi",ig),t.register("openApi3_1",ag),t.register("operation",cg),t.register("parameter",lg),t.register("pathItem",ug),t.register("paths",pg),t.register("reference",fg),t.register("requestBody",dg),t.register("response",mg),t.register("responses",yg),t.register("schema",gg),t.register("securityRequirement",bg),t.register("securityScheme",xg),t.register("server",wg),t.register("serverVariable",Eg),t.register("tag",jg),t.register("xml",Og),t}},Hx=()=>{const e=Lc(zx);return{predicates:{...c,isElement:_a,isStringElement:ka,isArrayElement:Ra,isObjectElement:Ma,isMemberElement:Fa,isServersElement:Zf,includesClasses:Ja,hasElementSourceMap:za},namespace:e}},Jx=(e,{specPath:t=["visitors","document","objects","OpenApi","$visitor"],plugins:r=[]}={})=>{const n=(0,ua.e)(e),s=Tu(Bx),i=new(yc(t,s))({specObj:s});return ic(n,i),zc(i.element,r,{toolboxCreator:Hx,visitorOptions:{keyMap:Vx,nodeTypeGetter:Ux}})},Gx=e=>(t,r={})=>Jx(t,{specPath:e,...r});Vv.refract=Gx(["visitors","document","objects","Callback","$visitor"]),zv.refract=Gx(["visitors","document","objects","Components","$visitor"]),Hv.refract=Gx(["visitors","document","objects","Contact","$visitor"]),Kv.refract=Gx(["visitors","document","objects","Example","$visitor"]),Jv.refract=Gx(["visitors","document","objects","Discriminator","$visitor"]),Gv.refract=Gx(["visitors","document","objects","Encoding","$visitor"]),Wv.refract=Gx(["visitors","document","objects","ExternalDocumentation","$visitor"]),Yv.refract=Gx(["visitors","document","objects","Header","$visitor"]),Xv.refract=Gx(["visitors","document","objects","Info","$visitor"]),Zv.refract=Gx(["visitors","document","objects","OpenApi","fixedFields","jsonSchemaDialect"]),eg.refract=Gx(["visitors","document","objects","License","$visitor"]),tg.refract=Gx(["visitors","document","objects","Link","$visitor"]),rg.refract=Gx(["visitors","document","objects","MediaType","$visitor"]),ng.refract=Gx(["visitors","document","objects","OAuthFlow","$visitor"]),sg.refract=Gx(["visitors","document","objects","OAuthFlows","$visitor"]),ig.refract=Gx(["visitors","document","objects","OpenApi","fixedFields","openapi"]),ag.refract=Gx(["visitors","document","objects","OpenApi","$visitor"]),cg.refract=Gx(["visitors","document","objects","Operation","$visitor"]),lg.refract=Gx(["visitors","document","objects","Parameter","$visitor"]),ug.refract=Gx(["visitors","document","objects","PathItem","$visitor"]),pg.refract=Gx(["visitors","document","objects","Paths","$visitor"]),fg.refract=Gx(["visitors","document","objects","Reference","$visitor"]),dg.refract=Gx(["visitors","document","objects","RequestBody","$visitor"]),mg.refract=Gx(["visitors","document","objects","Response","$visitor"]),yg.refract=Gx(["visitors","document","objects","Responses","$visitor"]),gg.refract=Gx(["visitors","document","objects","Schema","$visitor"]),bg.refract=Gx(["visitors","document","objects","SecurityRequirement","$visitor"]),xg.refract=Gx(["visitors","document","objects","SecurityScheme","$visitor"]),wg.refract=Gx(["visitors","document","objects","Server","$visitor"]),Eg.refract=Gx(["visitors","document","objects","ServerVariable","$visitor"]),jg.refract=Gx(["visitors","document","objects","Tag","$visitor"]),Og.refract=Gx(["visitors","document","objects","XML","$visitor"]);const Kx=class extends vu{};const Wx=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Kx("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Kx("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Kx("latest method in MediaTypes class is not yet implemented.")}};class Yx extends Wx{filterByFormat(e="generic"){const t="generic"===e?"openapi;version":e;return this.filter((e=>e.includes(t)))}findBy(e="3.1.0",t="generic"){const r="generic"===t?`vnd.oai.openapi;version=${e}`:`vnd.oai.openapi+${t};version=${e}`;return this.find((e=>e.includes(r)))||this.unknownMediaType}latest(e="generic"){return ei(this.filterByFormat(e))}}const Xx=new Yx("application/vnd.oai.openapi;version=3.1.0","application/vnd.oai.openapi+json;version=3.1.0","application/vnd.oai.openapi+yaml;version=3.1.0");var Qx=r(2646);const Zx=Qx({props:{uri:"",value:null,depth:0,refSet:null,errors:[]},init({depth:e=this.depth,refSet:t=this.refSet,uri:r=this.uri,value:n=this.value}={}){this.uri=r,this.value=n,this.depth=e,this.refSet=t,this.errors=[]}});const ew=Hn((function(e,t,r){return fs(e,Qs(t,r))})),tw=Qx({props:{rootRef:null,refs:[],circular:!1},init({refs:e=[]}={}){this.refs=[],e.forEach((e=>this.add(e)))},methods:{get size(){return this.refs.length},add(e){return this.has(e)||(this.refs.push(e),this.rootRef=null===this.rootRef?e:this.rootRef,e.refSet=this),this},merge(e){for(const t of e.values())this.add(t);return this},has(e){const t=qi(e)?e:e.uri;return Pi(this.find(ew(t,"uri")))},find(e){return this.refs.find(e)},*values(){yield*this.refs},clean(){this.refs.forEach((e=>{e.refSet=null})),this.rootRef=null,this.refs=[]}}}),rw=tw,nw={parse:{mediaType:"text/plain",parsers:[],parserOpts:{}},resolve:{baseURI:"",resolvers:[],resolverOpts:{},strategies:[],strategyOpts:{},internal:!0,external:!0,maxDepth:1/0},dereference:{strategies:[],strategyOpts:{},refSet:null,maxDepth:1/0,circular:"ignore",circularReplacer:rl,immutable:!0},bundle:{strategies:[],refSet:null,maxDepth:1/0}};const sw=zn((function(e,t){return function(r){return function(n){return gi((function(e){return t(e,n)}),r(e(n)))}}}));var iw=Hn((function e(t,r,n){if(0===t.length)return r;var s=t[0];if(t.length>1){var i=!Au(n)&&es(s,n)&&"object"==typeof n[s]?n[s]:Jn(t[1])?[]:{};r=e(Array.prototype.slice.call(t,1),r,i)}return function(e,t,r){if(Jn(e)&&ws(r)){var n=[].concat(r);return n[e]=t,n}var s={};for(var i in r)s[i]=r[i];return s[e]=t,s}(s,r,n)}));const ow=iw;var aw=function(e){return{value:e,map:function(t){return aw(t(e))}}},cw=Hn((function(e,t,r){return e((function(e){return aw(t(e))}))(r).value}));const lw=cw,uw=sw(yc(["resolve","baseURI"]),ow(["resolve","baseURI"])),pw=e=>hl(e)?eo():e,hw=(e,t)=>{const r=mc(e,t);return lw(uw,pw,r)},fw=Qx({props:{uri:null,mediaType:"text/plain",data:null,parseResult:null},init({uri:e=this.uri,mediaType:t=this.mediaType,data:r=this.data,parseResult:n=this.parseResult}={}){this.uri=e,this.mediaType=t,this.data=r,this.parseResult=n},methods:{get extension(){return qi(this.uri)?Ki(this.uri):""},toString(){if("string"==typeof this.data)return this.data;if(this.data instanceof ArrayBuffer||["ArrayBuffer"].includes(us(this.data))||ArrayBuffer.isView(this.data)){return new TextDecoder("utf-8").decode(this.data)}return String(this.data)}}});const dw=class extends Nn{plugin;constructor(e,t){super(e,{cause:t.cause}),this.plugin=t.plugin}},mw=async(e,t,r)=>{const n=await Promise.all(r.map($c([e],t)));return r.filter(((e,t)=>n[t]))},yw=async(e,t,r)=>{let n;for(const s of r)try{const r=await s[e].call(s,...t);return{plugin:s,result:r}}catch(e){n=new dw("Error while running plugin",{cause:e,plugin:s})}return Promise.reject(n)};const vw=class extends Nn{};const gw=class extends vw{},bw=async(e,t)=>{let r=e,n=!1;if(!Ba(e)){const t=Za(e);t.classes.push("result"),r=new xa([t]),n=!0}const s=fw({uri:t.resolve.baseURI,parseResult:r,mediaType:t.parse.mediaType}),i=await mw("canDereference",[s,t],t.dereference.strategies);if(Oc(i))throw new gw(s.uri);try{const{result:e}=await yw("dereference",[s,t],i);return n?e.get(0):e}catch(e){throw new vw(`Error while dereferencing file "${s.uri}"`,{cause:e})}};const xw=class extends Nn{};const ww=class extends xw{},Ew=Qx({props:{name:"",allowEmpty:!0,sourceMap:!1,fileExtensions:[],mediaTypes:[]},init({allowEmpty:e=this.allowEmpty,sourceMap:t=this.sourceMap,fileExtensions:r=this.fileExtensions,mediaTypes:n=this.mediaTypes}={}){this.allowEmpty=e,this.sourceMap=t,this.fileExtensions=r,this.mediaTypes=n},methods:{async canParse(){throw new Kx("canParse method in Parser stamp is not yet implemented.")},async parse(){throw new Kx("parse method in Parser stamp is not yet implemented.")}}}),jw=Ew,Ow=Qx(jw,{props:{name:"binary"},methods:{async canParse(e){return 0===this.fileExtensions.length||this.fileExtensions.includes(e.extension)},async parse(e){try{const t=unescape(encodeURIComponent(e.toString())),r=btoa(t),n=new xa;if(0!==r.length){const e=new ua.Om(r);e.classes.push("result"),n.push(e)}return n}catch(t){throw new ww(`Error parsing "${e.uri}"`,{cause:t})}}}}),Sw=Qx({props:{name:null},methods:{canResolve:()=>!1,async resolve(){throw new Kx("resolve method in ResolveStrategy stamp is not yet implemented.")}}}),Pw=Qx(Sw,{init(){this.name="openapi-3-1"},methods:{canResolve(e,t){const r=t.dereference.strategies.find((e=>"openapi-3-1"===e.name));return void 0!==r&&r.canDereference(e,t)},async resolve(e,t){const r=t.dereference.strategies.find((e=>"openapi-3-1"===e.name));if(void 0===r)throw new gw('"openapi-3-1" dereference strategy is not available.');const n=rw(),s=hw(t,{resolve:{internal:!1},dereference:{refSet:n}});return await r.dereference(e,s),n}}});function Aw(e,t,r){if(r||(r=new $w),function(e){var t=typeof e;return null==e||"object"!=t&&"function"!=t}(e))return e;var n=function(n){var s=r.get(e);if(s)return s;for(var i in r.set(e,n),e)Object.prototype.hasOwnProperty.call(e,i)&&(n[i]=t?Aw(e[i],!0,r):e[i]);return n};switch(us(e)){case"Object":return n(Object.create(Object.getPrototypeOf(e)));case"Array":return n(Array(e.length));case"Date":return new Date(e.valueOf());case"RegExp":return Xn(e);case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":return e.slice();default:return e}}var $w=function(){function e(){this.map={},this.length=0}return e.prototype.set=function(e,t){var r=this.hash(e),n=this.map[r];n||(this.map[r]=n=[]),n.push([e,t]),this.length+=1},e.prototype.hash=function(e){var t=[];for(var r in e)t.push(Object.prototype.toString.call(e[r]));return t.join()},e.prototype.get=function(e){if(this.length<=180)for(var t in this.map)for(var r=this.map[t],n=0;n<r.length;n+=1){if((i=r[n])[0]===e)return i[1]}else{var s=this.hash(e);if(r=this.map[s])for(n=0;n<r.length;n+=1){var i;if((i=r[n])[0]===e)return i[1]}}},e}(),_w=function(){function e(e,t,r,n){this.valueFn=e,this.valueAcc=t,this.keyFn=r,this.xf=n,this.inputs={}}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=function(e){var t;for(t in this.inputs)if(es(t,this.inputs)&&(e=this.xf["@@transducer/step"](e,this.inputs[t]))["@@transducer/reduced"]){e=e["@@transducer/value"];break}return this.inputs=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){var r=this.keyFn(t);return this.inputs[r]=this.inputs[r]||[r,Aw(this.valueAcc,!1)],this.inputs[r][1]=this.valueFn(this.inputs[r][1],t),e},e}();function kw(e,t,r){return function(n){return new _w(e,t,r,n)}}const Cw=zn(Gs("groupBy",ti(4,[],Es([],kw,(function(e,t,r,n){var s=Hs((function(n,s){var i=r(s),o=e(es(i,n)?n[i]:Aw(t,!1),s);return o&&o["@@transducer/reduced"]?pa(n):(n[i]=o,n)}));return Vs(s,{},n)})))((function(e,t){return e.push(t),e}),[]))),Iw=e=>e.replace(/\s/g,""),Tw=e=>e.replace(/\W/gi,"_"),Mw=(e,t,r)=>{const n=Iw(e);return n.length>0?Tw(n):((e,t)=>`${Tw(Iw(t.toLowerCase()))}${Tw(Iw(e))}`)(t,r)},Rw=({operationIdNormalizer:e=Mw}={})=>({predicates:t,namespace:r})=>{const n=[],s=[],i=[];return{visitor:{OpenApi3_1Element:{leave(){const e=Cw((e=>hc(e.operationId)),s);Object.entries(e).forEach((([e,t])=>{Array.isArray(t)&&(t.length<=1||t.forEach(((t,n)=>{const s=`${e}${n+1}`;t.operationId=new r.elements.String(s)})))})),i.forEach((e=>{if(void 0===e.operationId)return;const t=String(hc(e.operationId)),r=s.find((e=>hc(e.meta.get("originalOperationId"))===t));void 0!==r&&(e.operationId=Ya.safe(r.operationId),e.meta.set("originalOperationId",t),e.set("__originalOperationId",t))})),s.length=0,i.length=0}},PathItemElement:{enter(e){const t=Xs("path",hc(e.meta.get("path")));n.push(t)},leave(){n.pop()}},OperationElement:{enter(t){if(void 0===t.operationId)return;const i=String(hc(t.operationId)),o=ei(n),a=Xs("method",hc(t.meta.get("http-method"))),c=e(i,o,a);i!==c&&(t.operationId=new r.elements.String(c),t.set("__originalOperationId",i),t.meta.set("originalOperationId",i),s.push(t))}},LinkElement:{leave(e){t.isLinkElement(e)&&void 0!==e.operationId&&i.push(e)}}}}};const Fw=Hn((function(e,t,r){return Xs(e,Wn(t,r))}));var Dw=function(){function e(e,t){this.xf=t,this.pred=e,this.items=[]}return e.prototype["@@transducer/init"]=Os,e.prototype["@@transducer/result"]=Ss,e.prototype["@@transducer/step"]=function(e,t){return Zn(this.pred,t,this.items)?e:(this.items.push(t),this.xf["@@transducer/step"](e,t))},e}();function Nw(e){return function(t){return new Dw(e,t)}}const qw=zn(Es([],Nw,(function(e,t){for(var r,n=0,s=t.length,i=[];n<s;)Zn(e,r=t[n],i)||(i[i.length]=r),n+=1;return i}))),Lw=()=>({predicates:e})=>{const t=(t,r)=>!!e.isParameterElement(t)&&(!!e.isParameterElement(r)&&(!!e.isStringElement(t.name)&&(!!e.isStringElement(t.in)&&(!!e.isStringElement(r.name)&&(!!e.isStringElement(r.in)&&(hc(t.name)===hc(r.name)&&hc(t.in)===hc(r.in))))))),r=[];return{visitor:{PathItemElement:{enter(t,n,s,i,o){if(o.some(e.isComponentsElement))return;const{parameters:a}=t;e.isArrayElement(a)?r.push([...a.content]):r.push([])},leave(){r.pop()}},OperationElement:{leave(e){const n=ei(r);if(!Array.isArray(n)||0===n.length)return;const s=Fw([],["parameters","content"],e),i=qw(t,[...s,...n]);e.parameters=new Yy(i)}}}}},Bw=()=>({predicates:e})=>{let t;return{visitor:{OpenApi3_1Element:{enter(r){e.isArrayElement(r.security)&&(t=r.security)},leave(){t=void 0}},OperationElement:{leave(r,n,s,i,o){if(o.some(e.isComponentsElement))return;var a;void 0===r.security&&void 0!==t&&(r.security=new ov(null===(a=t)||void 0===a?void 0:a.content))}}}}},Uw=()=>({predicates:e,namespace:t})=>({visitor:{OpenApi3_1Element(r){const n=void 0===r.servers,s=e.isArrayElement(r.servers),i=s&&0===r.servers.length,o=t.elements.Server.refract({url:"/"});n||!s?r.servers=new mf([o]):s&&i&&r.servers.push(o)},PathItemElement(t,r,n,s,i){if(i.some(e.isComponentsElement))return;if(!i.some(e.isOpenApi3_1Element))return;const o=i.find(e.isOpenApi3_1Element),a=void 0===t.servers,c=e.isArrayElement(t.servers),l=c&&0===t.servers.length;if(e.isOpenApi3_1Element(o)){var u;const e=null===(u=o.servers)||void 0===u?void 0:u.content,r=null!=e?e:[];a||!c?t.servers=new yv(r):c&&l&&r.forEach((e=>{t.servers.push(e)}))}},OperationElement(t,r,n,s,i){if(i.some(e.isComponentsElement))return;if(!i.some(e.isOpenApi3_1Element))return;const o=[...i].reverse().find(e.isPathItemElement),a=void 0===t.servers,c=e.isArrayElement(t.servers),l=c&&0===t.servers.length;if(e.isPathItemElement(o)){var u;const e=null===(u=o.servers)||void 0===u?void 0:u.content,r=null!=e?e:[];a||!c?t.servers=new uv(r):c&&l&&r.forEach((e=>{t.servers.push(e)}))}}}}),Vw=()=>({predicates:e})=>({visitor:{ParameterElement:{leave(t,r,n,s,i){var o,a;if(!i.some(e.isComponentsElement)&&void 0!==t.schema&&e.isSchemaElement(t.schema)&&(void 0!==(null===(o=t.schema)||void 0===o?void 0:o.example)||void 0!==(null===(a=t.schema)||void 0===a?void 0:a.examples))){if(void 0!==t.examples&&e.isObjectElement(t.examples)){const e=t.examples.map((e=>Ya.safe(e.value)));return void 0!==t.schema.examples&&t.schema.set("examples",e),void(void 0!==t.schema.example&&t.schema.set("example",e))}void 0!==t.example&&(void 0!==t.schema.examples&&t.schema.set("examples",[Ya(t.example)]),void 0!==t.schema.example&&t.schema.set("example",Ya(t.example)))}}}}}),zw=()=>({predicates:e})=>({visitor:{HeaderElement:{leave(t,r,n,s,i){var o,a;if(!i.some(e.isComponentsElement)&&void 0!==t.schema&&e.isSchemaElement(t.schema)&&(void 0!==(null===(o=t.schema)||void 0===o?void 0:o.example)||void 0!==(null===(a=t.schema)||void 0===a?void 0:a.examples))){if(void 0!==t.examples&&e.isObjectElement(t.examples)){const e=t.examples.map((e=>Ya.safe(e.value)));return void 0!==t.schema.examples&&t.schema.set("examples",e),void(void 0!==t.schema.example&&t.schema.set("example",e))}void 0!==t.example&&(void 0!==t.schema.examples&&t.schema.set("examples",[Ya(t.example)]),void 0!==t.schema.example&&t.schema.set("example",Ya(t.example)))}}}}}),Hw=e=>t=>{if(t?.$$normalized)return t;if(Hw.cache.has(t))return Hw.cache.get(t);const r=ag.refract(t),n=e(r),s=hc(n);return Hw.cache.set(t,s),s};Hw.cache=new WeakMap;const Jw=e=>{if(!Ma(e))return e;if(e.hasKey("$$normalized"))return e;const t=[Rw({operationIdNormalizer:(e,t,r)=>Uo({operationId:e},t,r,{v2OperationIdCompatibilityMode:!1})}),Lw(),Bw(),Uw(),Vw(),zw()],r=zc(e,t,{toolboxCreator:Hx,visitorOptions:{keyMap:Vx,nodeTypeGetter:Ux}});return r.set("$$normalized",!0),r},Gw=Qx({props:{name:null},methods:{canRead:()=>!1,async read(){throw new Kx("read method in Resolver stamp is not yet implemented.")}}}),Kw=Qx(Gw,{props:{timeout:5e3,redirects:5,withCredentials:!1},init({timeout:e=this.timeout,redirects:t=this.redirects,withCredentials:r=this.withCredentials}={}){this.timeout=e,this.redirects=t,this.withCredentials=r},methods:{canRead:e=>Yi(e.uri),async read(){throw new Kx("read method in HttpResolver stamp is not yet implemented.")},getHttpClient(){throw new Kx("getHttpClient method in HttpResolver stamp is not yet implemented.")}}});const Ww=class extends Nn{};const Yw=class extends Ww{},{AbortController:Xw,AbortSignal:Qw}=globalThis;void 0===globalThis.AbortController&&(globalThis.AbortController=Xw),void 0===globalThis.AbortSignal&&(globalThis.AbortSignal=Qw);const Zw=Kw.compose({props:{name:"http-swagger-client",swaggerHTTPClient:Rr,swaggerHTTPClientConfig:{}},init({swaggerHTTPClient:e=this.swaggerHTTPClient}={}){this.swaggerHTTPClient=e},methods:{getHttpClient(){return this.swaggerHTTPClient},async read(e){const t=this.getHttpClient(),r=new AbortController,{signal:n}=r,s=setTimeout((()=>{r.abort()}),this.timeout),i=this.getHttpClient().withCredentials||this.withCredentials?"include":"same-origin",o=0===this.redirects?"error":"follow",a=this.redirects>0?this.redirects:void 0;try{return(await t({url:e.uri,signal:n,userFetch:async(e,t)=>{let r=await fetch(e,t);try{r.headers.delete("Content-Type")}catch{r=new Response(r.body,{...r,headers:new Headers(r.headers)}),r.headers.delete("Content-Type")}return r},credentials:i,redirect:o,follow:a,...this.swaggerHTTPClientConfig})).text.arrayBuffer()}catch(t){throw new Yw(`Error downloading "${e.uri}"`,{cause:t})}finally{clearTimeout(s)}}}}),eE=(e,t=Bc)=>{if(qi(e))try{return t.fromRefract(JSON.parse(e))}catch{}return Dc(e)&&Cu("element",e)?t.fromRefract(e):t.toElement(e)},tE=jw.compose({props:{name:"json-swagger-client",fileExtensions:[".json"],mediaTypes:["application/json"]},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{return JSON.parse(e.toString()),!0}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new ww("json-swagger-client parser plugin doesn't support sourceMaps option");const t=new xa,r=e.toString();if(this.allowEmpty&&""===r.trim())return t;try{const e=eE(JSON.parse(r));return e.classes.push("result"),t.push(e),t}catch(t){throw new ww(`Error parsing "${e.uri}"`,{cause:t})}}}}),rE=jw.compose({props:{name:"yaml-1-2-swagger-client",fileExtensions:[".yaml",".yml"],mediaTypes:["text/yaml","application/yaml"]},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{return Cr.load(e.toString(),{schema:xr}),!0}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new ww("yaml-1-2-swagger-client parser plugin doesn't support sourceMaps option");const t=new xa,r=e.toString();try{const e=Cr.load(r,{schema:xr});if(this.allowEmpty&&void 0===e)return t;const n=eE(e);return n.classes.push("result"),t.push(n),t}catch(t){throw new ww(`Error parsing "${e.uri}"`,{cause:t})}}}}),nE=jw.compose({props:{name:"openapi-json-3-1-swagger-client",fileExtensions:[".json"],mediaTypes:new Yx(...Xx.filterByFormat("generic"),...Xx.filterByFormat("json")),detectionRegExp:/"openapi"\s*:\s*"(?<version_json>3\.1\.(?:[1-9]\d*|0))"/},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{const t=e.toString();return JSON.parse(t),this.detectionRegExp.test(t)}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new ww("openapi-json-3-1-swagger-client parser plugin doesn't support sourceMaps option");const t=new xa,r=e.toString();if(this.allowEmpty&&""===r.trim())return t;try{const e=JSON.parse(r),n=ag.refract(e,this.refractorOpts);return n.classes.push("result"),t.push(n),t}catch(t){throw new ww(`Error parsing "${e.uri}"`,{cause:t})}}}}),sE=jw.compose({props:{name:"openapi-yaml-3-1-swagger-client",fileExtensions:[".yaml",".yml"],mediaTypes:new Yx(...Xx.filterByFormat("generic"),...Xx.filterByFormat("yaml")),detectionRegExp:/(?<YAML>^(["']?)openapi\2\s*:\s*(["']?)(?<version_yaml>3\.1\.(?:[1-9]\d*|0))\3(?:\s+|$))|(?<JSON>"openapi"\s*:\s*"(?<version_json>3\.1\.(?:[1-9]\d*|0))")/m},methods:{async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),r=this.mediaTypes.includes(e.mediaType);if(!t)return!1;if(r)return!0;if(!r)try{const t=e.toString();return Cr.load(t),this.detectionRegExp.test(t)}catch(e){return!1}return!1},async parse(e){if(this.sourceMap)throw new ww("openapi-yaml-3-1-swagger-client parser plugin doesn't support sourceMaps option");const t=new xa,r=e.toString();try{const e=Cr.load(r,{schema:xr});if(this.allowEmpty&&void 0===e)return t;const n=ag.refract(e,this.refractorOpts);return n.classes.push("result"),t.push(n),t}catch(t){throw new ww(`Error parsing "${e.uri}"`,{cause:t})}}}}),iE=Qx({props:{name:null},methods:{canDereference:()=>!1,async dereference(){throw new Kx("dereference method in DereferenceStrategy stamp is not yet implemented.")}}});const oE=zn((function(e,t){return da(bs(e),t)}));var aE=r(3306);const cE=class extends qn{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}},lE=Qx({props:{uuid:null,length:null,identityMap:null},init({length:e=6}={}){this.length=6,this.uuid=new aE({length:e}),this.identityMap=new WeakMap},methods:{identify(e){if(!_a(e))throw new cE("Cannot not identify the element. `element` is neither structurally compatible nor a subclass of an Element class.",{value:e});if(e.meta.hasKey("id")&&ka(e.meta.get("id"))&&!e.meta.get("id").equals(""))return e.id;if(this.identityMap.has(e))return this.identityMap.get(e);const t=new ua.Om(this.generateId());return this.identityMap.set(e,t),t},forget(e){return!!this.identityMap.has(e)&&(this.identityMap.delete(e),!0)},generateId(){return this.uuid.randomUUID()}}}),uE=(lE({length:6}),(e,t)=>{const r=new sc({predicate:e,returnOnTrue:sa});return ic(t,r),Fw(void 0,[0],r.result)});const pE=class extends Nn{};const hE=class extends pE{};const fE=class extends pE{constructor(e){super(`Invalid JSON Schema $anchor "${e}".`)}},dE=e=>/^[A-Za-z_][A-Za-z_0-9.-]*$/.test(e),mE=e=>{const t=Qi(e);return yl("#",t)},yE=(e,t)=>{const r=(e=>{if(!dE(e))throw new fE(e);return e})(e),n=uE((e=>jb(e)&&hc(e.$anchor)===r),t);if(Si(n))throw new hE(`Evaluation failed on token: "${r}"`);return n},vE=(e,t)=>{const r=new sc({predicate:e});return ic(t,r),new ua.G6(r.result)};const gE=class extends Nn{};const bE=class extends gE{},xE=(e,t)=>{if(void 0===t.$ref)return;const r=Qi(hc(t.$ref)),n=hc(t.meta.get("inherited$id"));return`${Js(((e,t)=>to(e,ro(Zi(t)))),e,[...n,hc(t.$ref)])}${"#"===r?"":r}`},wE=e=>{if(wE.cache.has(e))return wE.cache.get(e);const t=gg.refract(e);return wE.cache.set(e,t),t};wE.cache=new WeakMap;const EE=e=>Va(e)?wE(e):e,jE=(e,t)=>{const{cache:r}=jE,n=Zi(e),s=e=>jb(e)&&void 0!==e.$id;if(!r.has(t)){const e=vE(s,t);r.set(t,Array.from(e))}const i=r.get(t).find((e=>((e,t)=>{if(void 0===t.$id)return;const r=hc(t.meta.get("inherited$id"));return Js(((e,t)=>to(e,ro(Zi(t)))),e,[...r,hc(t.$id)])})(n,e)===n));if(Si(i))throw new bE(`Evaluation failed on URI: "${e}"`);let o,a;return dE(mE(e))?(o=yE,a=mE(e)):(o=El,a=bl(e)),o(a,i)};jE.cache=new WeakMap;const OE=class extends vw{};const SE=class extends Ww{};const PE=class extends Yw{},AE=async(e,t)=>{const r=fw({uri:ro(Zi(e)),mediaType:t.parse.mediaType}),n=await(async(e,t)=>{const r=t.resolve.resolvers.map((e=>{const r=Object.create(e);return Object.assign(r,t.resolve.resolverOpts)})),n=await mw("canRead",[e,t],r);if(Oc(n))throw new PE(e.uri);try{const{result:t}=await yw("read",[e],n);return t}catch(t){throw new Ww(`Error while reading file "${e.uri}"`,{cause:t})}})(r,t);return(async(e,t)=>{const r=t.parse.parsers.map((e=>{const r=Object.create(e);return Object.assign(r,t.parse.parserOpts)})),n=await mw("canParse",[e,t],r);if(Oc(n))throw new PE(e.uri);try{const{plugin:r,result:s}=await yw("parse",[e,t],n);return!r.allowEmpty&&s.isEmpty?Promise.reject(new xw(`Error while parsing file "${e.uri}". File is empty.`)):s}catch(t){throw new xw(`Error while parsing file "${e.uri}"`,{cause:t})}})(fw({...r,data:n}),t)};class $E extends Array{includesCycle(e){return this.filter((t=>t.has(e))).length>1}includes(e,t){return e instanceof Set?super.includes(e,t):this.some((t=>t.has(e)))}findItem(e){for(const t of this)for(const r of t)if(_a(r)&&e(r))return r}}const _E=ic[Symbol.for("nodejs.util.promisify.custom")],kE=lE(),CE=Qx({props:{indirections:null,namespace:null,reference:null,options:null,ancestors:null,refractCache:null},init({indirections:e=[],reference:t,namespace:r,options:n,ancestors:s=new $E,refractCache:i=new Map}){this.indirections=e,this.namespace=r,this.reference=t,this.options=n,this.ancestors=new $E(...s),this.refractCache=i},methods:{toBaseURI(e){return to(this.reference.uri,ro(Zi(e)))},async toReference(e){if(this.reference.depth>=this.options.resolve.maxDepth)throw new SE(`Maximum resolution depth of ${this.options.resolve.maxDepth} has been exceeded by file "${this.reference.uri}"`);const t=this.toBaseURI(e),{refSet:r}=this.reference;if(r.has(t))return r.find(ew(t,"uri"));const n=await AE(no(t),{...this.options,parse:{...this.options.parse,mediaType:"text/plain"}}),s=Zx({uri:t,value:Ya(n),depth:this.reference.depth+1});if(r.add(s),this.options.dereference.immutable){const e=Zx({uri:`immutable://${t}`,value:n,depth:this.reference.depth+1});r.add(e)}return s},toAncestorLineage(e){const t=new Set(e.filter(_a));return[new $E(...this.ancestors,t),t]},async ReferenceElement(e,t,r,n,s){if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]),a=this.toBaseURI(hc(e.$ref)),c=Zi(this.reference.uri)===a,l=!c;if(!this.options.resolve.internal&&c)return!1;if(!this.options.resolve.external&&l)return!1;const u=await this.toReference(hc(e.$ref)),p=to(a,hc(e.$ref));this.indirections.push(e);const h=bl(p);let f=El(h,u.value.result);if(f.id=kE.identify(f),Va(f)){const t=hc(e.meta.get("referenced-element")),r=`${t}-${hc(kE.identify(f))}`;if(this.refractCache.has(r))f=this.refractCache.get(r);else if(Dh(f))f=fg.refract(f),f.setMetaProperty("referenced-element",t),this.refractCache.set(r,f);else{f=this.namespace.getElementClass(t).refract(f),this.refractCache.set(r,f)}}if(e===f)throw new Nn("Recursive Reference Object detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(f)){if(u.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){var d,m;const n=new ua.sI(f.id,{type:"reference",uri:u.uri,$ref:hc(e.$ref)}),s=(null!==(d=null===(m=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===m?void 0:m.circularReplacer)&&void 0!==d?d:this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Zi(u.refSet.rootRef.uri)!==u.uri,v=["error","replace"].includes(this.options.dereference.circular);if((l||y||gb(f)||v)&&!i.includesCycle(f)){o.add(e);const t=CE({reference:u,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});f=await _E(f,t,{keyMap:Vx,nodeTypeGetter:Ux}),o.delete(e)}this.indirections.pop();const g=Za(f);return g.setMetaProperty("id",kE.generateId()),g.setMetaProperty("ref-fields",{$ref:hc(e.$ref),description:hc(e.description),summary:hc(e.summary)}),g.setMetaProperty("ref-origin",u.uri),g.setMetaProperty("ref-referencing-element-id",Ya(kE.identify(e))),Ma(f)&&Ma(g)&&(e.hasKey("description")&&"description"in f&&(g.remove("description"),g.set("description",e.get("description"))),e.hasKey("summary")&&"summary"in f&&(g.remove("summary"),g.set("summary",e.get("summary")))),Fa(r)?r.value=g:Array.isArray(r)&&(r[t]=g),!r&&g},async PathItemElement(e,t,r,n,s){if(!ka(e.$ref))return;if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]),a=this.toBaseURI(hc(e.$ref)),c=Zi(this.reference.uri)===a,l=!c;if(!this.options.resolve.internal&&c)return;if(!this.options.resolve.external&&l)return;const u=await this.toReference(hc(e.$ref)),p=to(a,hc(e.$ref));this.indirections.push(e);const h=bl(p);let f=El(h,u.value.result);if(f.id=kE.identify(f),Va(f)){const e=`path-item-${hc(kE.identify(f))}`;this.refractCache.has(e)?f=this.refractCache.get(e):(f=ug.refract(f),this.refractCache.set(e,f))}if(e===f)throw new Nn("Recursive Path Item Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(f)){if(u.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){var d,m;const n=new ua.sI(f.id,{type:"path-item",uri:u.uri,$ref:hc(e.$ref)}),s=(null!==(d=null===(m=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===m?void 0:m.circularReplacer)&&void 0!==d?d:this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Zi(u.refSet.rootRef.uri)!==u.uri,v=["error","replace"].includes(this.options.dereference.circular);if((l||y||mb(f)&&ka(f.$ref)||v)&&!i.includesCycle(f)){o.add(e);const t=CE({reference:u,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});f=await _E(f,t,{keyMap:Vx,nodeTypeGetter:Ux}),o.delete(e)}if(this.indirections.pop(),mb(f)){const t=new ug([...f.content],Ya(f.meta),Ya(f.attributes));t.setMetaProperty("id",kE.generateId()),e.forEach(((e,r,n)=>{t.remove(hc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),t.setMetaProperty("ref-origin",u.uri),t.setMetaProperty("ref-referencing-element-id",Ya(kE.identify(e))),f=t}return Fa(r)?r.value=f:Array.isArray(r)&&(r[t]=f),r?void 0:f},async LinkElement(e,t,r){if(!ka(e.operationRef)&&!ka(e.operationId))return;if(ka(e.operationRef)&&ka(e.operationId))throw new Nn("LinkElement operationRef and operationId fields are mutually exclusive.");let n;if(ka(e.operationRef)){var s;const i=bl(hc(e.operationRef)),o=this.toBaseURI(hc(e.operationRef)),a=Zi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return;if(!this.options.resolve.external&&c)return;const l=await this.toReference(hc(e.operationRef));if(n=El(i,l.value.result),Va(n)){const e=`operation-${hc(kE.identify(n))}`;this.refractCache.has(e)?n=this.refractCache.get(e):(n=cg.refract(n),this.refractCache.set(e,n))}n=Za(n),n.setMetaProperty("ref-origin",l.uri);const u=Za(e);return null===(s=u.operationRef)||void 0===s||s.meta.set("operation",n),Fa(r)?r.value=u:Array.isArray(r)&&(r[t]=u),r?void 0:u}if(ka(e.operationId)){var i;const s=hc(e.operationId),o=await this.toReference(no(this.reference.uri));if(n=uE((e=>fb(e)&&_a(e.operationId)&&e.operationId.equals(s)),o.value.result),Si(n))throw new Nn(`OperationElement(operationId=${s}) not found.`);const a=Za(e);return null===(i=a.operationId)||void 0===i||i.meta.set("operation",n),Fa(r)?r.value=a:Array.isArray(r)&&(r[t]=a),r?void 0:a}},async ExampleElement(e,t,r){if(!ka(e.externalValue))return;if(e.hasKey("value")&&ka(e.externalValue))throw new Nn("ExampleElement value and externalValue fields are mutually exclusive.");const n=this.toBaseURI(hc(e.externalValue)),s=Zi(this.reference.uri)===n,i=!s;if(!this.options.resolve.internal&&s)return;if(!this.options.resolve.external&&i)return;const o=await this.toReference(hc(e.externalValue)),a=Za(o.value.result);a.setMetaProperty("ref-origin",o.uri);const c=Za(e);return c.value=a,Fa(r)?r.value=c:Array.isArray(r)&&(r[t]=c),r?void 0:c},async SchemaElement(e,t,r,n,s){if(!ka(e.$ref))return;if(this.indirections.includes(e))return!1;const[i,o]=this.toAncestorLineage([...s,r]);let a=await this.toReference(no(this.reference.uri)),{uri:c}=a;const l=xE(c,e),u=Zi(l),p=fw({uri:u}),h=oE((e=>e.canRead(p)),this.options.resolve.resolvers),f=!h;let d,m=Zi(this.reference.uri)===l,y=!m;this.indirections.push(e);try{if(h||f){c=this.toBaseURI(l);const e=l,t=EE(a.value.result);if(d=jE(e,t),d=EE(d),d.id=kE.identify(d),!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return}else{if(c=this.toBaseURI(l),m=Zi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(no(l));const e=bl(l),t=EE(a.value.result);d=El(e,t),d=EE(d),d.id=kE.identify(d)}}catch(e){if(!(f&&e instanceof bE))throw e;if(dE(mE(l))){if(m=Zi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(no(l));const e=mE(l),t=EE(a.value.result);d=yE(e,t),d=EE(d),d.id=kE.identify(d)}else{if(c=this.toBaseURI(l),m=Zi(this.reference.uri)===c,y=!m,!this.options.resolve.internal&&m)return;if(!this.options.resolve.external&&y)return;a=await this.toReference(no(l));const e=bl(l),t=EE(a.value.result);d=El(e,t),d=EE(d),d.id=kE.identify(d)}}if(e===d)throw new Nn("Recursive Schema Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(i.includes(d)){if(a.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){var v,g;const n=new ua.sI(d.id,{type:"json-schema",uri:a.uri,$ref:hc(e.$ref)}),s=(null!==(v=null===(g=this.options.dereference.strategyOpts["openapi-3-1"])||void 0===g?void 0:g.circularReplacer)&&void 0!==v?v:this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const b=Zi(a.refSet.rootRef.uri)!==a.uri,x=["error","replace"].includes(this.options.dereference.circular);if((y||b||jb(d)&&ka(d.$ref)||x)&&!i.includesCycle(d)){o.add(e);const t=CE({reference:a,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:i});d=await _E(d,t,{keyMap:Vx,nodeTypeGetter:Ux}),o.delete(e)}if(this.indirections.pop(),Ob(d)){const n=Ya(d);return n.setMetaProperty("id",kE.generateId()),n.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),n.setMetaProperty("ref-origin",a.uri),n.setMetaProperty("ref-referencing-element-id",Ya(kE.identify(e))),Fa(r)?r.value=n:Array.isArray(r)&&(r[t]=n),!r&&n}if(jb(d)){const t=new gg([...d.content],Ya(d.meta),Ya(d.attributes));t.setMetaProperty("id",kE.generateId()),e.forEach(((e,r,n)=>{t.remove(hc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),t.setMetaProperty("ref-origin",a.uri),t.setMetaProperty("ref-referencing-element-id",Ya(kE.identify(e))),d=t}return Fa(r)?r.value=d:Array.isArray(r)&&(r[t]=d),r?void 0:d}}}),IE=CE,TE=ic[Symbol.for("nodejs.util.promisify.custom")],ME=Qx(iE,{init(){this.name="openapi-3-1"},methods:{canDereference(e){var t;return"text/plain"!==e.mediaType?Xx.includes(e.mediaType):hb(null===(t=e.parseResult)||void 0===t?void 0:t.result)},async dereference(e,t){var r;const n=Lc(zx),s=null!==(r=t.dereference.refSet)&&void 0!==r?r:rw(),i=rw();let o,a=s;s.has(e.uri)?o=s.find(ew(e.uri,"uri")):(o=Zx({uri:e.uri,value:e.parseResult}),s.add(o)),t.dereference.immutable&&(s.refs.map((e=>Zx({...e,value:Ya(e.value)}))).forEach((e=>i.add(e))),o=i.find((t=>t.uri===e.uri)),a=i);const c=IE({reference:o,namespace:n,options:t}),l=await TE(a.rootRef.value,c,{keyMap:Vx,nodeTypeGetter:Ux});return t.dereference.immutable&&(i.refs.filter((e=>e.uri.startsWith("immutable://"))).map((e=>Zx({...e,uri:e.uri.replace(/^immutable:\/\//,"")}))).forEach((e=>s.add(e))),o=s.find((t=>t.uri===e.uri)),a=s),null===t.dereference.refSet&&s.clean(),i.clean(),l}}}),RE=ME,FE=e=>{const t=(e=>e.slice(2))(e);return t.reduce(((e,r,n)=>{if(Fa(r)){const t=String(hc(r.key));e.push(t)}else if(Ra(t[n-2])){const s=t[n-2].content.indexOf(r);e.push(s)}return e}),[])},DE=e=>{if(null==e.cause)return e;let{cause:t}=e;for(;null!=t.cause;)t=t.cause;return t};const NE=class extends qn{},{wrapError:qE}=xo,LE=ic[Symbol.for("nodejs.util.promisify.custom")],BE=lE(),UE=IE.compose({props:{useCircularStructures:!0,allowMetaPatches:!1,basePath:null},init({allowMetaPatches:e=this.allowMetaPatches,useCircularStructures:t=this.useCircularStructures,basePath:r=this.basePath}){this.allowMetaPatches=e,this.useCircularStructures=t,this.basePath=r},methods:{async ReferenceElement(e,t,r,n,s){try{if(this.indirections.includes(e))return!1;const[n,i]=this.toAncestorLineage([...s,r]),o=this.toBaseURI(hc(e.$ref)),a=Zi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return!1;if(!this.options.resolve.external&&c)return!1;const l=await this.toReference(hc(e.$ref)),u=to(o,hc(e.$ref));this.indirections.push(e);const p=bl(u);let h=El(p,l.value.result);if(h.id=BE.identify(h),Va(h)){const t=hc(e.meta.get("referenced-element")),r=`${t}-${hc(BE.identify(h))}`;if(this.refractCache.has(r))h=this.refractCache.get(r);else if(Dh(h))h=fg.refract(h),h.setMetaProperty("referenced-element",t),this.refractCache.set(r,h);else{h=this.namespace.getElementClass(t).refract(h),this.refractCache.set(r,h)}}if(e===h)throw new Nn("Recursive Reference Object detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(h)){if(l.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ua.sI(h.id,{type:"reference",uri:l.uri,$ref:hc(e.$ref),baseURI:u,referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const f=Zi(l.refSet.rootRef.uri)!==l.uri,d=["error","replace"].includes(this.options.dereference.circular);if((c||f||gb(h)||d)&&!n.includesCycle(h)){i.add(e);const t=UE({reference:l,namespace:this.namespace,indirections:[...this.indirections],options:this.options,refractCache:this.refractCache,ancestors:n,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,basePath:this.basePath??[...FE([...s,r,e]),"$ref"]});h=await LE(h,t,{keyMap:Vx,nodeTypeGetter:Ux}),i.delete(e)}this.indirections.pop();const m=Za(h);if(m.setMetaProperty("ref-fields",{$ref:hc(e.$ref),description:hc(e.description),summary:hc(e.summary)}),m.setMetaProperty("ref-origin",l.uri),m.setMetaProperty("ref-referencing-element-id",Ya(BE.identify(e))),Ma(h)&&(e.hasKey("description")&&"description"in h&&(m.remove("description"),m.set("description",e.get("description"))),e.hasKey("summary")&&"summary"in h&&(m.remove("summary"),m.set("summary",e.get("summary")))),this.allowMetaPatches&&Ma(m)&&!m.hasKey("$$ref")){const e=to(o,u);m.set("$$ref",e)}return Fa(r)?r.value=m:Array.isArray(r)&&(r[t]=m),!r&&m}catch(t){const n=DE(t),i=qE(n,{baseDoc:this.reference.uri,$ref:hc(e.$ref),pointer:bl(hc(e.$ref)),fullPath:this.basePath??[...FE([...s,r,e]),"$ref"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async PathItemElement(e,t,r,n,s){try{if(!ka(e.$ref))return;if(this.indirections.includes(e))return!1;if(Ja(["cycle"],e.$ref))return!1;const[n,i]=this.toAncestorLineage([...s,r]),o=this.toBaseURI(hc(e.$ref)),a=Zi(this.reference.uri)===o,c=!a;if(!this.options.resolve.internal&&a)return;if(!this.options.resolve.external&&c)return;const l=await this.toReference(hc(e.$ref)),u=to(o,hc(e.$ref));this.indirections.push(e);const p=bl(u);let h=El(p,l.value.result);if(h.id=BE.identify(h),Va(h)){const e=`path-item-${hc(BE.identify(h))}`;this.refractCache.has(e)?h=this.refractCache.get(e):(h=ug.refract(h),this.refractCache.set(e,h))}if(e===h)throw new Nn("Recursive Path Item Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(h)){if(l.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ua.sI(h.id,{type:"path-item",uri:l.uri,$ref:hc(e.$ref),baseURI:u,referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const f=Zi(l.refSet.rootRef.uri)!==l.uri,d=["error","replace"].includes(this.options.dereference.circular);if((c||f||mb(h)&&ka(h.$ref)||d)&&!n.includesCycle(h)){i.add(e);const t=UE({reference:l,namespace:this.namespace,indirections:[...this.indirections],options:this.options,ancestors:n,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,basePath:this.basePath??[...FE([...s,r,e]),"$ref"]});h=await LE(h,t,{keyMap:Vx,nodeTypeGetter:Ux}),i.delete(e)}if(this.indirections.pop(),mb(h)){const t=new ug([...h.content],Ya(h.meta),Ya(h.attributes));if(e.forEach(((e,r,n)=>{t.remove(hc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),t.setMetaProperty("ref-origin",l.uri),t.setMetaProperty("ref-referencing-element-id",Ya(BE.identify(e))),this.allowMetaPatches&&void 0===t.get("$$ref")){const e=to(o,u);t.set("$$ref",e)}h=t}return Fa(r)?r.value=h:Array.isArray(r)&&(r[t]=h),r?void 0:h}catch(t){const n=DE(t),i=qE(n,{baseDoc:this.reference.uri,$ref:hc(e.$ref),pointer:bl(hc(e.$ref)),fullPath:this.basePath??[...FE([...s,r,e]),"$ref"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async SchemaElement(e,t,r,n,s){try{if(!ka(e.$ref))return;if(this.indirections.includes(e))return!1;const[n,i]=this.toAncestorLineage([...s,r]);let o=await this.toReference(no(this.reference.uri)),{uri:a}=o;const c=xE(a,e),l=Zi(c),u=fw({uri:l}),p=!this.options.resolve.resolvers.some((e=>e.canRead(u))),h=!p;let f,d=Zi(this.reference.uri)===c,m=!d;this.indirections.push(e);try{if(p||h){a=this.toBaseURI(c);const e=c,t=EE(o.value.result);if(f=jE(e,t),f=EE(f),f.id=BE.identify(f),!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return}else{if(a=this.toBaseURI(c),d=Zi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(no(c));const e=bl(c),t=EE(o.value.result);f=El(e,t),f=EE(f),f.id=BE.identify(f)}}catch(e){if(!(h&&e instanceof bE))throw e;if(dE(mE(c))){if(d=Zi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(no(c));const e=mE(c),t=EE(o.value.result);f=yE(e,t),f=EE(f),f.id=BE.identify(f)}else{if(a=this.toBaseURI(hc(c)),d=Zi(this.reference.uri)===a,m=!d,!this.options.resolve.internal&&d)return;if(!this.options.resolve.external&&m)return;o=await this.toReference(no(c));const e=bl(c),t=EE(o.value.result);f=El(e,t),f=EE(f),f.id=BE.identify(f)}}if(e===f)throw new Nn("Recursive Schema Object reference detected");if(this.indirections.length>this.options.dereference.maxDepth)throw new OE(`Maximum dereference depth of "${this.options.dereference.maxDepth}" has been exceeded in file "${this.reference.uri}"`);if(n.includes(f)){if(o.refSet.circular=!0,"error"===this.options.dereference.circular)throw new Nn("Circular reference detected");if("replace"===this.options.dereference.circular){const n=new ua.sI(f.id,{type:"json-schema",uri:o.uri,$ref:hc(e.$ref),baseURI:to(a,c),referencingElement:e}),s=(this.options.dereference.strategyOpts["openapi-3-1"]?.circularReplacer??this.options.dereference.circularReplacer)(n);return Fa(r)?r.value=s:Array.isArray(r)&&(r[t]=s),!r&&s}}const y=Zi(o.refSet.rootRef.uri)!==o.uri,v=["error","replace"].includes(this.options.dereference.circular);if((m||y||jb(f)&&ka(f.$ref)||v)&&!n.includesCycle(f)){i.add(e);const t=UE({reference:o,namespace:this.namespace,indirections:[...this.indirections],options:this.options,useCircularStructures:this.useCircularStructures,allowMetaPatches:this.allowMetaPatches,ancestors:n,basePath:this.basePath??[...FE([...s,r,e]),"$ref"]});f=await LE(f,t,{keyMap:Vx,nodeTypeGetter:Ux}),i.delete(e)}if(this.indirections.pop(),Ob(f)){const n=Ya(f);return n.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),n.setMetaProperty("ref-origin",o.uri),n.setMetaProperty("ref-referencing-element-id",Ya(BE.identify(e))),Fa(r)?r.value=n:Array.isArray(r)&&(r[t]=n),!r&&n}if(jb(f)){const t=new gg([...f.content],Ya(f.meta),Ya(f.attributes));if(e.forEach(((e,r,n)=>{t.remove(hc(r)),t.content.push(n)})),t.remove("$ref"),t.setMetaProperty("ref-fields",{$ref:hc(e.$ref)}),t.setMetaProperty("ref-origin",o.uri),t.setMetaProperty("ref-referencing-element-id",Ya(BE.identify(e))),this.allowMetaPatches&&void 0===t.get("$$ref")){const e=to(a,c);t.set("$$ref",e)}f=t}return Fa(r)?r.value=f:Array.isArray(r)&&(r[t]=f),r?void 0:f}catch(t){const n=DE(t),i=new NE(`Could not resolve reference: ${n.message}`,{baseDoc:this.reference.uri,$ref:hc(e.$ref),fullPath:this.basePath??[...FE([...s,r,e]),"$ref"],cause:n});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}},async LinkElement(){},async ExampleElement(e,t,r,n,s){try{return await IE.compose.methods.ExampleElement.call(this,e,t,r,n,s)}catch(t){const n=DE(t),i=qE(n,{baseDoc:this.reference.uri,externalValue:hc(e.externalValue),fullPath:this.basePath??[...FE([...s,r,e]),"externalValue"]});return void this.options.dereference.dereferenceOpts?.errors?.push?.(i)}}}}),VE=UE,zE=RE.compose.bind(),HE=zE({init({parameterMacro:e,options:t}){this.parameterMacro=e,this.options=t},props:{parameterMacro:null,options:null,macroOperation:null,OperationElement:{enter(e){this.macroOperation=e},leave(){this.macroOperation=null}},ParameterElement:{leave(e,t,r,n,s){const i=null===this.macroOperation?null:hc(this.macroOperation),o=hc(e);try{const t=this.parameterMacro(i,o);e.set("default",t)}catch(e){const t=new Error(e,{cause:e});t.fullPath=FE([...s,r]),this.options.dereference.dereferenceOpts?.errors?.push?.(t)}}}}}),JE=zE({init({modelPropertyMacro:e,options:t}){this.modelPropertyMacro=e,this.options=t},props:{modelPropertyMacro:null,options:null,SchemaElement:{leave(e,t,r,n,s){void 0!==e.properties&&Ma(e.properties)&&e.properties.forEach((t=>{if(Ma(t))try{const e=this.modelPropertyMacro(hc(t));t.set("default",e)}catch(t){const n=new Error(t,{cause:t});n.fullPath=[...FE([...s,r,e]),"properties"],this.options.dereference.dereferenceOpts?.errors?.push?.(n)}}))}}}}),GE=zE({init({options:e}){this.options=e},props:{options:null,SchemaElement:{leave(e,t,r,n,s){if(void 0===e.allOf)return;if(!Ra(e.allOf)){const t=new TypeError("allOf must be an array");return t.fullPath=[...FE([...s,r,e]),"allOf"],void this.options.dereference.dereferenceOpts?.errors?.push?.(t)}if(e.allOf.isEmpty)return void e.remove("allOf");if(!e.allOf.content.every(jb)){const t=new TypeError("Elements in allOf must be objects");return t.fullPath=[...FE([...s,r,e]),"allOf"],void this.options.dereference.dereferenceOpts?.errors?.push?.(t)}for(;e.hasKey("allOf");){const{allOf:t}=e;e.remove("allOf");const r=qu.all([...t.content,e]);if(e.hasKey("$$ref")||r.remove("$$ref"),e.hasKey("example")){const t=r.getMember("example");t&&(t.value=e.get("example"))}if(e.hasKey("examples")){const t=r.getMember("examples");t&&(t.value=e.get("examples"))}e.content=r.content}}}}}),KE=ic[Symbol.for("nodejs.util.promisify.custom")],WE=ca[Symbol.for("nodejs.util.promisify.custom")],YE=RE.compose({props:{allowMetaPatches:!1,parameterMacro:null,modelPropertyMacro:null,mode:"non-strict",ancestors:null},init({allowMetaPatches:e=this.allowMetaPatches,parameterMacro:t=this.parameterMacro,modelPropertyMacro:r=this.modelPropertyMacro,mode:n=this.mode,ancestors:s=[]}={}){this.name="openapi-3-1-swagger-client",this.allowMetaPatches=e,this.parameterMacro=t,this.modelPropertyMacro=r,this.mode=n,this.ancestors=[...s]},methods:{async dereference(e,t){const r=[],n=Lc(zx),s=t.dereference.refSet??rw(),i=rw();let o,a=s;s.has(e.uri)?o=s.find((t=>t.uri===e.uri)):(o=Zx({uri:e.uri,value:e.parseResult}),s.add(o)),t.dereference.immutable&&(s.refs.map((e=>Zx({...e,value:Ya(e.value)}))).forEach((e=>i.add(e))),o=i.find((t=>t.uri===e.uri)),a=i);const c=VE({reference:o,namespace:n,options:t,allowMetaPatches:this.allowMetaPatches,ancestors:this.ancestors});if(r.push(c),"function"==typeof this.parameterMacro){const e=HE({parameterMacro:this.parameterMacro,options:t});r.push(e)}if("function"==typeof this.modelPropertyMacro){const e=JE({modelPropertyMacro:this.modelPropertyMacro,options:t});r.push(e)}if("strict"!==this.mode){const e=GE({options:t});r.push(e)}const l=WE(r,{nodeTypeGetter:Ux}),u=await KE(a.rootRef.value,l,{keyMap:Vx,nodeTypeGetter:Ux});return t.dereference.immutable&&(i.refs.filter((e=>e.uri.startsWith("immutable://"))).map((e=>Zx({...e,uri:e.uri.replace(/^immutable:\/\//,"")}))).forEach((e=>s.add(e))),o=s.find((t=>t.uri===e.uri)),a=s),null===t.dereference.refSet&&s.clean(),i.clean(),u}}}),XE=YE,QE=e=>{const t=hc(e.meta.get("baseURI")),r=e.meta.get("referencingElement");return new ua.Sh({$ref:t},Ya(r.meta),Ya(r.attributes))},ZE=async e=>{const{spec:t,timeout:r,redirects:n,requestInterceptor:s,responseInterceptor:i,pathDiscriminator:o=[],allowMetaPatches:a=!1,useCircularStructures:c=!1,skipNormalization:l=!1,parameterMacro:u=null,modelPropertyMacro:h=null,mode:f="non-strict"}=e;try{const{cache:d}=ZE,m=Yi(eo())?eo():p,y=Dr(e),v=to(m,y);let g;d.has(t)?g=d.get(t):(g=ag.refract(t),g.classes.push("result"),d.set(t,g));const b=new xa([g]),x=Qc(o),w=""===x?"":`#${x}`,E=El(x,g),j=Zx({uri:v,value:b}),O=rw({refs:[j]});""!==x&&(O.rootRef=null);const S=[new Set([E])],P=[],A=await(async(e,t={})=>{const r=hw(nw,t);return bw(e,r)})(E,{resolve:{baseURI:`${v}${w}`,resolvers:[Zw({timeout:r||1e4,redirects:n||10})],resolverOpts:{swaggerHTTPClientConfig:{requestInterceptor:s,responseInterceptor:i}},strategies:[Pw()]},parse:{mediaType:Xx.latest(),parsers:[nE({allowEmpty:!1,sourceMap:!1}),sE({allowEmpty:!1,sourceMap:!1}),tE({allowEmpty:!1,sourceMap:!1}),rE({allowEmpty:!1,sourceMap:!1}),Ow({allowEmpty:!1,sourceMap:!1})]},dereference:{maxDepth:100,strategies:[XE({allowMetaPatches:a,useCircularStructures:c,parameterMacro:u,modelPropertyMacro:h,mode:f,ancestors:S})],refSet:O,dereferenceOpts:{errors:P},immutable:!1,circular:c?"ignore":"replace",circularReplacer:c?nw.dereference.circularReplacer:QE}}),$=((e,t,r)=>new Kc({element:r}).transclude(e,t))(E,A,g),_=l?$:Jw($);return{spec:hc(_),errors:P}}catch(e){if(e instanceof gl||e instanceof wl)return{spec:null,errors:[]};throw e}};ZE.cache=new WeakMap;const ej=ZE,tj={name:"openapi-3-1-apidom",match:({spec:e})=>Ko(e),normalize:({spec:e})=>Hw(Jw)(e),resolve:async e=>ej(e)};function rj(e,t,r){if(!e||"object"!=typeof e||!e.paths||"object"!=typeof e.paths)return null;const{paths:n}=e;for(const s in n)for(const i in n[s]){if("PARAMETERS"===i.toUpperCase())continue;const o=n[s][i];if(!o||"object"!=typeof o)continue;const a={spec:e,pathName:s,method:i.toUpperCase(),operation:o},c=t(a);if(r&&c)return a}}const nj=()=>null,sj={mapTagOperations:function({spec:e,cb:t=nj,defaultTag:r="default",v2OperationIdCompatibilityMode:n}){const s={},i={};return rj(e,(({pathName:o,method:a,operation:c})=>{var l;(c.tags?(l=c.tags,Array.isArray(l)?l:[l]):[r]).forEach((r=>{if("string"!=typeof r)return;i[r]=i[r]||{};const l=i[r],u=Uo(c,o,a,{v2OperationIdCompatibilityMode:n}),p=t({spec:e,pathName:o,method:a,operation:c,operationId:u});if(s[u])s[u]+=1,l[`${u}${s[u]}`]=p;else if(void 0!==l[u]){const e=s[u]||1;s[u]=e+1,l[`${u}${s[u]}`]=p;const t=l[u];delete l[u],l[`${u}${e}`]=t}else l[u]=p}))})),i},makeExecute:function(e={}){return({pathName:t,method:r,operationId:n})=>(s,i={})=>{const{requestInterceptor:o,responseInterceptor:a,userFetch:c}=e;return e.execute({spec:e.spec,requestInterceptor:o,responseInterceptor:a,userFetch:c,pathName:t,method:r,parameters:s,operationId:n,...i})}}};var ij=r(7427);function oj(e){return"[object Object]"===Object.prototype.toString.call(e)}function aj(e){var t,r;return!1!==oj(e)&&(void 0===(t=e.constructor)||!1!==oj(r=t.prototype)&&!1!==r.hasOwnProperty("isPrototypeOf"))}const cj={body:function({req:e,value:t}){void 0!==t&&(e.body=t)},header:function({req:e,parameter:t,value:r}){e.headers=e.headers||{},void 0!==r&&(e.headers[t.name]=r)},query:function({req:e,value:t,parameter:r}){e.query=e.query||{},!1===t&&"boolean"===r.type&&(t="false");0===t&&["number","integer"].indexOf(r.type)>-1&&(t="0");if(t)e.query[r.name]={collectionFormat:r.collectionFormat,value:t};else if(r.allowEmptyValue&&void 0!==t){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}},path:function({req:e,value:t,parameter:r}){void 0!==t&&(e.url=e.url.replace(new RegExp(`{${r.name}}`,"g"),encodeURIComponent(t)))},formData:function({req:e,value:t,parameter:r}){!1===t&&"boolean"===r.type&&(t="false");0===t&&["number","integer"].indexOf(r.type)>-1&&(t="0");if(t)e.form=e.form||{},e.form[r.name]={collectionFormat:r.collectionFormat,value:t};else if(r.allowEmptyValue&&void 0!==t){e.form=e.form||{};const t=r.name;e.form[t]=e.form[t]||{},e.form[t].allowEmptyValue=!0}}};function lj(e,t){return t.includes("application/json")?"string"==typeof e?e:(Array.isArray(e)&&(e=e.map((e=>{try{return JSON.parse(e)}catch(t){return e}}))),JSON.stringify(e)):String(e)}function uj({req:e,value:t,parameter:r}){const{name:n,style:s,explode:i,content:o}=r;if(void 0!==t)if(o){const r=Object.keys(o)[0];e.url=e.url.split(`{${n}}`).join(A(lj(t,r)))}else{const o=$({key:r.name,value:t,style:s||"simple",explode:i||!1,escape:"reserved"});e.url=e.url.replace(new RegExp(`{${n}}`,"g"),o)}}function pj({req:e,value:t,parameter:r}){if(e.query=e.query||{},void 0!==t&&r.content){const n=lj(t,Object.keys(r.content)[0]);if(n)e.query[r.name]=n;else if(r.allowEmptyValue){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}}else if(!1===t&&(t="false"),0===t&&(t="0"),t){const{style:n,explode:s,allowReserved:i}=r;e.query[r.name]={value:t,serializationOption:{style:n,explode:s,allowReserved:i}}}else if(r.allowEmptyValue&&void 0!==t){const t=r.name;e.query[t]=e.query[t]||{},e.query[t].allowEmptyValue=!0}}const hj=["accept","authorization","content-type"];function fj({req:e,parameter:t,value:r}){if(e.headers=e.headers||{},!(hj.indexOf(t.name.toLowerCase())>-1))if(void 0!==r&&t.content){const n=Object.keys(t.content)[0];e.headers[t.name]=lj(r,n)}else void 0===r||Array.isArray(r)&&0===r.length||(e.headers[t.name]=$({key:t.name,value:r,style:t.style||"simple",explode:void 0!==t.explode&&t.explode,escape:!1}))}function dj({req:e,parameter:t,value:r}){e.headers=e.headers||{};const n=typeof r;if(void 0!==r&&t.content){const n=Object.keys(t.content)[0];e.headers.Cookie=`${t.name}=${lj(r,n)}`}else if(void 0!==r&&(!Array.isArray(r)||0!==r.length)){const s="object"===n&&!Array.isArray(r)&&t.explode?"":`${t.name}=`;e.headers.Cookie=s+$({key:t.name,value:r,escape:!1,style:t.style||"form",explode:void 0!==t.explode&&t.explode})}}const mj="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:window,{btoa:yj}=mj,vj=yj;function gj(e,t){const{operation:r,requestBody:n,securities:s,spec:i,attachContentTypeForEmptyPayload:o}=e;let{requestContentType:a}=e;t=function({request:e,securities:t={},operation:r={},spec:n}){const s={...e},{authorized:i={}}=t,o=r.security||n.security||[],a=i&&!!Object.keys(i).length,c=n?.components?.securitySchemes||{};if(s.headers=s.headers||{},s.query=s.query||{},!Object.keys(t).length||!a||!o||Array.isArray(r.security)&&!r.security.length)return e;return o.forEach((e=>{Object.keys(e).forEach((e=>{const t=i[e],r=c[e];if(!t)return;const n=t.value||t,{type:o}=r;if(t)if("apiKey"===o)"query"===r.in&&(s.query[r.name]=n),"header"===r.in&&(s.headers[r.name]=n),"cookie"===r.in&&(s.cookies[r.name]=n);else if("http"===o){if(/^basic$/i.test(r.scheme)){const e=n.username||"",t=n.password||"",r=vj(`${e}:${t}`);s.headers.Authorization=`Basic ${r}`}/^bearer$/i.test(r.scheme)&&(s.headers.Authorization=`Bearer ${n}`)}else if("oauth2"===o||"openIdConnect"===o){const e=t.token||{},n=e[r["x-tokenName"]||"access_token"];let i=e.token_type;i&&"bearer"!==i.toLowerCase()||(i="Bearer"),s.headers.Authorization=`${i} ${n}`}}))})),s}({request:t,securities:s,operation:r,spec:i});const c=r.requestBody||{},l=Object.keys(c.content||{}),u=a&&l.indexOf(a)>-1;if(n||o){if(a&&u)t.headers["Content-Type"]=a;else if(!a){const e=l[0];e&&(t.headers["Content-Type"]=e,a=e)}}else a&&u&&(t.headers["Content-Type"]=a);if(!e.responseContentType&&r.responses){const e=Object.entries(r.responses).filter((([e,t])=>{const r=parseInt(e,10);return r>=200&&r<300&&aj(t.content)})).reduce(((e,[,t])=>e.concat(Object.keys(t.content))),[]);e.length>0&&(t.headers.accept=e.join(", "))}if(n)if(a){if(l.indexOf(a)>-1)if("application/x-www-form-urlencoded"===a||"multipart/form-data"===a)if("object"==typeof n){const e=c.content[a]?.encoding??{};t.form={},Object.keys(n).forEach((r=>{let s;try{s=JSON.parse(n[r])}catch{s=n[r]}t.form[r]={value:s,encoding:e[r]||{}}}))}else if("string"==typeof n){const e=c.content[a]?.encoding??{};try{t.form={};const r=JSON.parse(n);Object.entries(r).forEach((([r,n])=>{t.form[r]={value:n,encoding:e[r]||{}}}))}catch{t.form=n}}else t.form=n;else t.body=n}else t.body=n;return t}function bj(e,t){const{spec:r,operation:n,securities:s,requestContentType:i,responseContentType:o,attachContentTypeForEmptyPayload:a}=e;if(t=function({request:e,securities:t={},operation:r={},spec:n}){const s={...e},{authorized:i={},specSecurity:o=[]}=t,a=r.security||o,c=i&&!!Object.keys(i).length,l=n.securityDefinitions;if(s.headers=s.headers||{},s.query=s.query||{},!Object.keys(t).length||!c||!a||Array.isArray(r.security)&&!r.security.length)return e;return a.forEach((e=>{Object.keys(e).forEach((e=>{const t=i[e];if(!t)return;const{token:r}=t,n=t.value||t,o=l[e],{type:a}=o,c=o["x-tokenName"]||"access_token",u=r&&r[c];let p=r&&r.token_type;if(t)if("apiKey"===a){const e="query"===o.in?"query":"headers";s[e]=s[e]||{},s[e][o.name]=n}else if("basic"===a)if(n.header)s.headers.authorization=n.header;else{const e=n.username||"",t=n.password||"";n.base64=vj(`${e}:${t}`),s.headers.authorization=`Basic ${n.base64}`}else"oauth2"===a&&u&&(p=p&&"bearer"!==p.toLowerCase()?p:"Bearer",s.headers.authorization=`${p} ${u}`)}))})),s}({request:t,securities:s,operation:n,spec:r}),t.body||t.form||a)i?t.headers["Content-Type"]=i:Array.isArray(n.consumes)?[t.headers["Content-Type"]]=n.consumes:Array.isArray(r.consumes)?[t.headers["Content-Type"]]=r.consumes:n.parameters&&n.parameters.filter((e=>"file"===e.type)).length?t.headers["Content-Type"]="multipart/form-data":n.parameters&&n.parameters.filter((e=>"formData"===e.in)).length&&(t.headers["Content-Type"]="application/x-www-form-urlencoded");else if(i){const e=n.parameters&&n.parameters.filter((e=>"body"===e.in)).length>0,r=n.parameters&&n.parameters.filter((e=>"formData"===e.in)).length>0;(e||r)&&(t.headers["Content-Type"]=i)}return!o&&Array.isArray(n.produces)&&n.produces.length>0&&(t.headers.accept=n.produces.join(", ")),t}function xj(e,t){return`${t.toLowerCase()}-${e}`}function wj(e,t){return e&&e.paths?function(e,t){return rj(e,t,!0)||null}(e,(({pathName:e,method:r,operation:n})=>{if(!n||"object"!=typeof n)return!1;const s=n.operationId;return[Uo(n,e,r),xj(e,r),s].some((e=>e&&e===t))})):null}const Ej=e=>Array.isArray(e)?e:[],jj=e=>{try{return new URL(e)}catch{const t=new URL(e,p),r=String(e).startsWith("/")?t.pathname:t.pathname.substring(1);return{hash:t.hash,host:"",hostname:"",href:"",origin:"",password:"",pathname:r,port:"",protocol:"",search:t.search,searchParams:t.searchParams}}};class Oj extends qn{}const Sj={buildRequest:Pj};function Pj(e){const{spec:t,operationId:r,responseContentType:n,scheme:s,requestInterceptor:i,responseInterceptor:o,contextUrl:a,userFetch:c,server:u,serverVariables:p,http:h,signal:f}=e;let{parameters:d,parameterBuilders:m}=e;const y=Wo(t);m||(m=y?l:cj);let v={url:"",credentials:h&&h.withCredentials?"include":"same-origin",headers:{},cookies:{}};f&&(v.signal=f),i&&(v.requestInterceptor=i),o&&(v.responseInterceptor=o),c&&(v.userFetch=c);const g=wj(t,r);if(!g)throw new Oj(`Operation ${r} not found`);const{operation:b={},method:x,pathName:w}=g;if(v.url+=$j({spec:t,scheme:s,contextUrl:a,server:u,serverVariables:p,pathName:w,method:x}),!r)return delete v.cookies,v;v.url+=w,v.method=`${x}`.toUpperCase(),d=d||{};const E=t.paths[w]||{};n&&(v.headers.accept=n);const j=(e=>{const t={};e.forEach((e=>{t[e.in]||(t[e.in]={}),t[e.in][e.name]=e}));const r=[];return Object.keys(t).forEach((e=>{Object.keys(t[e]).forEach((n=>{r.push(t[e][n])}))})),r})([].concat(Ej(b.parameters)).concat(Ej(E.parameters)));j.forEach((e=>{const r=m[e.in];let n;if("body"===e.in&&e.schema&&e.schema.properties&&(n=d),n=e&&e.name&&d[e.name],void 0===n?n=e&&e.name&&d[`${e.in}.${e.name}`]:((e,t)=>t.filter((t=>t.name===e)))(e.name,j).length>1&&console.warn(`Parameter '${e.name}' is ambiguous because the defined spec has more than one parameter with the name: '${e.name}' and the passed-in parameter values did not define an 'in' value.`),null!==n){if(void 0!==e.default&&void 0===n&&(n=e.default),void 0===n&&e.required&&!e.allowEmptyValue)throw new Error(`Required parameter ${e.name} is not provided`);if(y&&e.schema&&"object"===e.schema.type&&"string"==typeof n)try{n=JSON.parse(n)}catch(e){throw new Error("Could not parse object parameter value string as JSON")}r&&r({req:v,parameter:e,value:n,operation:b,spec:t})}}));const O={...e,operation:b};if(v=y?gj(O,v):bj(O,v),v.cookies&&Object.keys(v.cookies).length){const e=Object.keys(v.cookies).reduce(((e,t)=>{const r=v.cookies[t];return e+(e?"&":"")+ij.serialize(t,r)}),"");v.headers.Cookie=e}return v.cookies&&delete v.cookies,R(v)}const Aj=e=>e?e.replace(/\W/g,""):null;function $j(e){return Wo(e.spec)?function({spec:e,pathName:t,method:r,server:n,contextUrl:s,serverVariables:i={}}){let o,a=[],c="";const l=e?.paths?.[t]?.[(r||"").toLowerCase()]?.servers,u=e?.paths?.[t]?.servers,p=e?.servers;a=_j(l)?l:_j(u)?u:_j(p)?p:[h],n&&(o=a.find((e=>e.url===n)),o&&(c=n));c||([o]=a,c=o.url);if(c.includes("{")){const e=function(e){const t=[],r=/{([^}]+)}/g;let n;for(;n=r.exec(e);)t.push(n[1]);return t}(c);e.forEach((e=>{if(o.variables&&o.variables[e]){const t=o.variables[e],r=i[e]||t.default,n=new RegExp(`{${e}}`,"g");c=c.replace(n,r)}}))}return function(e="",t=""){const r=jj(e&&t?to(t,e):e),n=jj(t),s=Aj(r.protocol)||Aj(n.protocol),i=r.host||n.host,o=r.pathname;let a;a=s&&i?`${s}://${i+o}`:o;return"/"===a[a.length-1]?a.slice(0,-1):a}(c,s)}(e):function({spec:e,scheme:t,contextUrl:r=""}){const n=jj(r),s=Array.isArray(e.schemes)?e.schemes[0]:null,i=t||s||Aj(n.protocol)||"http",o=e.host||n.host||"",a=e.basePath||"";let c;c=i&&o?`${i}://${o+a}`:a;return"/"===c[c.length-1]?c.slice(0,-1):c}(e)}const _j=e=>Array.isArray(e)&&e.length>0;const{isHttpUrl:kj}=s,Cj=kj;function Ij(e,t={}){if("string"==typeof e?t.url=e:t=e,!(this instanceof Ij))return new Ij(t);Object.assign(this,t);const r=this.resolve().then((()=>(this.disableInterfaces||Object.assign(this,Ij.makeApisTagOperation(this)),this)));return r.client=this,r}Ij.http=Rr,Ij.makeHttp=function(e,t,r){return r=r||(e=>e),t=t||(e=>e),n=>("string"==typeof n&&(n={url:n}),n=R(n),n=t(n),r(e(n)))}.bind(null,Ij.http),Ij.resolveStrategies={"openapi-3-1-apidom":tj,"openapi-3-0":Xo,"openapi-2-0":Yo,generic:Ho},Ij.resolve=Qo({strategies:[Ij.resolveStrategies["openapi-3-1-apidom"],Ij.resolveStrategies["openapi-3-0"],Ij.resolveStrategies["openapi-2-0"],Ij.resolveStrategies.generic]}),Ij.resolveSubtree=ea({strategies:[Ij.resolveStrategies["openapi-3-1-apidom"],Ij.resolveStrategies["openapi-3-0"],Ij.resolveStrategies["openapi-2-0"],Ij.resolveStrategies.generic]}),Ij.execute=function({http:e,fetch:t,spec:r,operationId:n,pathName:s,method:i,parameters:o,securities:a,...c}){const l=e||t||Rr;s&&i&&!n&&(n=xj(s,i));const u=Sj.buildRequest({spec:r,operationId:n,parameters:o,securities:a,http:l,...c});return u.body&&(aj(u.body)||Array.isArray(u.body))&&(u.body=JSON.stringify(u.body)),l(u)},Ij.serializeRes=Mr,Ij.serializeHeaders=Tr,Ij.clearCache=function(){Lo.refs.clearCache()},Ij.makeApisTagOperation=function(e={}){const t=sj.makeExecute(e);return{apis:sj.mapTagOperations({v2OperationIdCompatibilityMode:e.v2OperationIdCompatibilityMode,spec:e.spec,cb:t})}},Ij.buildRequest=Pj,Ij.helpers={opId:Uo},Ij.getBaseUrl=$j,Ij.apidom={resolve:{resolvers:{HttpResolverSwaggerClient:Zw}},parse:{parsers:{JsonParser:tE,YamlParser:rE,OpenApiJson3_1Parser:nE,OpenApiYaml3_1Parser:sE}},dereference:{strategies:{OpenApi3_1SwaggerClientDereferenceStrategy:XE}}},Ij.prototype={http:Rr,execute(e){return this.applyDefaults(),Ij.execute({spec:this.spec,http:this.http,securities:{authorized:this.authorizations},contextUrl:"string"==typeof this.url?this.url:void 0,requestInterceptor:this.requestInterceptor||null,responseInterceptor:this.responseInterceptor||null,...e})},resolve(e={}){return Ij.resolve({spec:this.spec,url:this.url,http:this.http||this.fetch,allowMetaPatches:this.allowMetaPatches,useCircularStructures:this.useCircularStructures,requestInterceptor:this.requestInterceptor||null,responseInterceptor:this.responseInterceptor||null,skipNormalization:this.skipNormalization||!1,...e}).then((e=>(this.originalSpec=this.spec,this.spec=e.spec,this.errors=e.errors,this)))}},Ij.prototype.applyDefaults=function(){const{spec:e}=this,t=this.url;if(Jo(e)&&Cj(t)){const r=new URL(t);e.host||(e.host=r.host),e.schemes||(e.schemes=[r.protocol.replace(":","")]),e.basePath||(e.basePath="/")}else if(Wo(e)){const t=Array.isArray(e.servers)&&0===e.servers.length;e.servers&&!t||(e.servers=[h])}};const{helpers:Tj}=Ij,Mj=Ij})(),n=n.default})()));
3
3
  //# sourceMappingURL=swagger-client.browser.min.js.map