2025-01-29 15:35:10 +03:30
/*! For license information please see redoc.standalone.js.LICENSE.txt */
2025-03-03 20:28:19 +03:30
! function ( e , t ) { "object" == typeof exports && "object" == typeof module ? module . exports = t ( require ( "null" ) ) : "function" == typeof define && define . amd ? define ( [ "null" ] , t ) : "object" == typeof exports ? exports . Redoc = t ( require ( "null" ) ) : e . Redoc = t ( e . null ) } ( this , ( function ( e ) { return function ( ) { var t = { 854 : function ( e , t , n ) { "use strict" ; var r = this && this . _ _awaiter || function ( e , t , n , r ) { return new ( n || ( n = Promise ) ) ( ( function ( i , o ) { function a ( e ) { try { l ( r . next ( e ) ) } catch ( e ) { o ( e ) } } function s ( e ) { try { l ( r . throw ( e ) ) } catch ( e ) { o ( e ) } } function l ( e ) { var t ; e . done ? i ( e . value ) : ( t = e . value , t instanceof n ? t : new n ( ( function ( e ) { e ( t ) } ) ) ) . then ( a , s ) } l ( ( r = r . apply ( e , t || [ ] ) ) . next ( ) ) } ) ) } ; Object . defineProperty ( t , "__esModule" , { value : ! 0 } ) , t . mapTypeToComponent = t . bundleDocument = t . bundleFromString = t . bundle = t . OasVersion = void 0 ; const i = n ( 8142 ) , o = n ( 2928 ) , a = n ( 2161 ) , s = n ( 1990 ) , l = n ( 5735 ) , c = n ( 3101 ) , u = n ( 3873 ) , p = n ( 2900 ) , d = n ( 3416 ) , f = n ( 8209 ) , h = n ( 4125 ) , m = n ( 474 ) , g = n ( 4335 ) ; var y ; function b ( e ) { return r ( this , void 0 , void 0 , ( function * ( ) { const { document : t , config : n , customTypes : r , externalRefResolver : i , dereference : u = ! 1 , skipRedoclyRegistryRefs : d = ! 1 , removeUnusedComponents : f = ! 1 , keepUrlRefs : h = ! 1 } = e , y = ( 0 , c . detectSpec ) ( t . parsed ) , b = ( 0 , c . getMajorSpecVersion ) ( y ) , v = n . getRulesForOasVersion ( b ) , w = ( 0 , s . normalizeTypes ) ( n . extendTypes ( null != r ? r : ( 0 , c . getTypes ) ( y ) , y ) , n ) , k = ( 0 , p . initRules ) ( v , n , "preprocessors" , y ) , S = ( 0 , p . initRules ) ( v , n , "decorators" , y ) , O = { problems : [ ] , oasVersion : y , refTypes : new Map , visitorsData : { } } ; f && S . push ( { severity : "error" , ruleId : "remove-unused-components" , visitor : b === c . SpecMajorVersion . OAS2 ? ( 0 , m . RemoveUnusedComponents ) ( { } ) : ( 0 , g . RemoveUnusedComponents ) ( { } ) } ) ; let E = yield ( 0 , o . resolveDocument ) ( { rootDocument : t , rootType : w . Root , externalRefResolver : i } ) ; k . length > 0 && ( ( 0 , l . walkDocument ) ( { document : t , rootType : w . Root , normalizedVisitors : ( 0 , a . normalizeVisitors ) ( k , w ) , resolvedRefMap : E , ctx : O } ) , E = yield ( 0 , o . resolveDocument ) ( { rootDocument : t , rootType : w . Root , externalRefResolver : i } ) ) ; const _ = ( 0 , a . normalizeVisitors ) ( [ { severity : "error" , ruleId : "bundler" , visitor : x ( b , u , d , t , E , h ) } , ... S ] , w ) ; return ( 0 , l . walkDocument ) ( { document : t , rootType : w . Root , normalizedVisitors : _ , resolvedRefMap : E , ctx : O } ) , { bundle : t , problems : O . problems . map ( ( e => n . addProblemToIgnore ( e ) ) ) , fileDependencies : i . getFiles ( ) , rootType : w . Root , refTypes : O . refTypes , visitorsData : O . visitorsData } } ) ) } function v ( e , t ) { switch ( t ) { case c . SpecMajorVersion . OAS3 : switch ( e ) { case "Schema" : return "schemas" ; case "Parameter" : return "parameters" ; case "Response" : return "responses" ; case "Example" : return "examples" ; case "RequestBody" : return "requestBodies" ; case "Header" : return "headers" ; case "SecuritySchema" : return "securitySchemes" ; case "Link" : return "links" ; case "Callback" : return "callbacks" ; default : return null } case c . SpecMajorVersion . OAS2 : switch ( e ) { case "Schema" : return "definitions" ; case "Parameter" : return "parameters" ; case "Response" : return "responses" ; default : return null } case c . SpecMajorVersion . Async2 : switch ( e ) { case "Schema" : return "schemas" ; case "Parameter" : return "parameters" ; default : return null } } } function x ( e , t , n , r , a , s ) { let l , p ; const m = { ref : { leave ( i , l , c ) { if ( ! c . location || void 0 === c . node ) return void ( 0 , d . reportUnresolvedRef ) ( c , l . report , l . location ) ; if ( c . location . source === r . source && c . location . source === l . location . source && "scalar" !== l . type . name && ! t ) return ; if ( n && ( 0 , h . isRedoclyRegistryURL ) ( i . $ref ) ) return ; if ( s && ( 0 , u . isAbsoluteUrl ) ( i . $ref ) ) return ; const p = v ( l . type . name , e ) ; p ? t ? ( y ( p , c , l ) , g ( i , c , l ) ) : ( i . $ref = y ( p , c , l ) , function ( e , t , n ) { const i = ( 0 , o . makeRefId ) ( n . location . source . absoluteRef , e . $ref ) ; a . set ( i , { document : r , isRemote : ! 1 , node : t . node , nodePointer : e . $ref , resolved : ! 0 } ) } ( i , c , l ) ) : g ( i , c , l ) } } , Root : { enter ( t , n ) { p = n . location , e === c . SpecMajorVersion . OAS3 ? l = t . components = t . components || { } : e === c . SpecMajorVersion . OAS2 && ( l = t ) } } } ; function g ( e , t , n ) { if ( ( 0 , f . isPlainObject ) ( t . node ) ) { delete e . $ref ; const n = Object . assign ( { } , t . node , e ) ; Object . assign ( e , n ) } else n . parent [ n . key ] = t . node } function y ( t , n , r ) { l [ t ] = l [ t ] || { } ; const i = function ( e , t , n ) { const [ r , i ] = [ e . location . source . absoluteRef , e . location . pointer ] , o = l [ t ] ; let a = "" ; const s = i . slice ( 2 ) . split ( "/" ) . filter ( f . isTruthy ) ; for ( ; s . length > 0 ; ) if ( a = s . pop ( ) + ( a ? ` - ${ a } ` : "" ) , ! o || ! o [ a ] || b ( o [ a ] , e , n ) ) return a ; if ( a = ( 0 , u . refBaseName ) ( r ) + ( a ? ` _ ${ a } ` : "" ) , ! o [ a ] || b
2025-01-29 15:35:10 +03:30
@ media $ { t ? "print, " : "" } screen and ( max - width : $ { t => t . theme . breakpoints [ e ] } ) $ { n || "" } {
$ { ma ( ... r ) } ;
}
` },greaterThan(e){return(...t)=>ma `
@ media ( min - width : $ { t => t . theme . breakpoints [ e ] } ) {
$ { ma ( ... t ) } ;
}
` },between(e,t){return(...n)=>ma `
@ media ( min - width : $ { t => t . theme . breakpoints [ e ] } ) and ( max - width : $ { e => e . theme . breakpoints [ t ] } ) {
$ { ma ( ... n ) } ;
}
` }};var xa=ha;function wa(e){return t=>{if(t.theme.extensionsHook)return t.theme.extensionsHook(e,t)}}const ka=xa.div `
padding : 20 px ;
color : red ;
2025-03-03 20:28:19 +03:30
` ;class Sa extends n.Component{constructor(e){super(e),this.state={error:void 0}}componentDidCatch(e){return this.setState({error:e}),!1}render(){return this.state.error?n.createElement(ka,null,n.createElement("h1",null,"Something went wrong..."),n.createElement("small",null," ",this.state.error.message," "),n.createElement("p",null,n.createElement("details",null,n.createElement("summary",null,"Stack trace"),n.createElement("pre",null,this.state.error.stack))),n.createElement("small",null," ReDoc Version: ","2.4.0")," ",n.createElement("br",null),n.createElement("small",null," Commit: ","1243095")):n.createElement(n.Fragment,null,n.Children.only(this.props.children))}}const Oa=ya `
2025-01-29 15:35:10 +03:30
0 % {
transform : rotate ( 0 deg ) ; }
100 % {
transform : rotate ( 360 deg ) ;
}
` ,Ea=xa((e=>n.createElement("svg",{className:e.className,version:"1.1",width:"512",height:"512",viewBox:"0 0 512 512"},n.createElement("path",{d:"M275.682 147.999c0 10.864-8.837 19.661-19.682 19.661v0c-10.875 0-19.681-8.796-19.681-19.661v-96.635c0-10.885 8.806-19.661 19.681-19.661v0c10.844 0 19.682 8.776 19.682 19.661v96.635z"}),n.createElement("path",{d:"M275.682 460.615c0 10.865-8.837 19.682-19.682 19.682v0c-10.875 0-19.681-8.817-19.681-19.682v-96.604c0-10.885 8.806-19.681 19.681-19.681v0c10.844 0 19.682 8.796 19.682 19.682v96.604z"}),n.createElement("path",{d:"M147.978 236.339c10.885 0 19.681 8.755 19.681 19.641v0c0 10.885-8.796 19.702-19.681 19.702h-96.624c-10.864 0-19.661-8.817-19.661-19.702v0c0-10.885 8.796-19.641 19.661-19.641h96.624z"}),n.createElement("path",{d:"M460.615 236.339c10.865 0 19.682 8.755 19.682 19.641v0c0 10.885-8.817 19.702-19.682 19.702h-96.584c-10.885 0-19.722-8.817-19.722-19.702v0c0-10.885 8.837-19.641 19.722-19.641h96.584z"}),n.createElement("path",{d:"M193.546 165.703c7.69 7.66 7.68 20.142 0 27.822v0c-7.701 7.701-20.162 7.701-27.853 0.020l-68.311-68.322c-7.68-7.701-7.68-20.142 0-27.863v0c7.68-7.68 20.121-7.68 27.822 0l68.342 68.342z"}),n.createElement("path",{d:"M414.597 386.775c7.7 7.68 7.7 20.163 0.021 27.863v0c-7.7 7.659-20.142 7.659-27.843-0.062l-68.311-68.26c-7.68-7.7-7.68-20.204 0-27.863v0c7.68-7.7 20.163-7.7 27.842 0l68.291 68.322z"}),n.createElement("path",{d:"M165.694 318.464c7.69-7.7 20.153-7.7 27.853 0v0c7.68 7.659 7.69 20.163 0 27.863l-68.342 68.322c-7.67 7.659-20.142 7.659-27.822-0.062v0c-7.68-7.68-7.68-20.122 0-27.801l68.311-68.322z"}),n.createElement("path",{d:"M386.775 97.362c7.7-7.68 20.142-7.68 27.822 0v0c7.7 7.68 7.7 20.183 0.021 27.863l-68.322 68.311c-7.68 7.68-20.163 7.68-27.843-0.020v0c-7.68-7.68-7.68-20.162 0-27.822l68.322-68.332z"})))) `
animation : 2 s $ { Oa } linear infinite ;
width : 50 px ;
height : 50 px ;
content : '' ;
display : inline - block ;
margin - left : - 25 px ;
path {
fill : $ { e => e . color } ;
}
` ,_a=xa.div `
font - family : helvetica , sans ;
width : 100 % ;
text - align : center ;
font - size : 25 px ;
margin : 30 px 0 20 px 0 ;
color : $ { e => e . color } ;
2025-03-03 20:28:19 +03:30
` ;class Aa extends n.PureComponent{render(){return n.createElement("div",{style:{textAlign:"center"}},n.createElement(_a,{color:this.props.color},"Loading ..."),n.createElement(Ea,{color:this.props.color}))}}var ja=r(5556);const Ca=n.createContext(new Pi({})),Pa=Ca.Provider,Ta=Ca.Consumer;var Ia=r(854),Ra=r(8921),Na=r(65), $ a=(e,t,n)=>new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{try{s(n.throw(e))}catch(e){i(e)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,a);s((n=n.apply(e,t)).next())}));var La=r(5156),Da=r(228),Ma=r(1095),Fa=r.n(Ma);const za=Ma.parse;class Ua{static baseName(e,t=1){const n=Ua.parse(e);return n[n.length-t]}static dirName(e,t=1){const n=Ua.parse(e);return Ma.compile(n.slice(0,n.length-t))}static relative(e,t){const n=Ua.parse(e);return Ua.parse(t).slice(n.length)}static parse(e){let t=e;return"#"===t.charAt(0)&&(t=t.substring(1)),za(t)}static join(e,t){const n=Ua.parse(e).concat(t);return Ma.compile(n)}static get(e,t){return Ma.get(e,t)}static compile(e){return Ma.compile(e)}static escape(e){return Ma.escape(e)}}Ma.parse=Ua.parse,Object.assign(Ua,Ma);var Ba=r(7975),qa=r(8769),Va=Object.defineProperty,Wa=Object.defineProperties,Ha=Object.getOwnPropertyDescriptors,Ya=Object.getOwnPropertySymbols,Ga=Object.prototype.hasOwnProperty,Qa=Object.prototype.propertyIsEnumerable,Xa=(e,t,n)=>t in e?Va(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ka=(e,t)=>{for(var n in t||(t={}))Ga.call(t,n)&&Xa(e,n,t[n]);if(Ya)for(var n of Ya(t))Qa.call(t,n)&&Xa(e,n,t[n]);return e},Za=(e,t)=>Wa(e,Ha(t));function Ja(e){return"string"==typeof e&&/ \d xx/i.test(e)}function es(e,t=!1){if("default"===e)return t?"error":"success";let n="string"==typeof e?parseInt(e,10):e;if(Ja(e)&&(n*=100),n<100||n>599)throw new Error("invalid HTTP code");let r="success";return n>=300&&n<400?r="redirect":n>=400?r="error":n<200&&(r="info"),r}const ts={get:!0,post:!0,put:!0,head:!0,patch:!0,delete:!0,options:!0, $ ref:!0};function ns(e){return e in ts}const rs={multipleOf:"number",maximum:"number",exclusiveMaximum:"number",minimum:"number",exclusiveMinimum:"number",maxLength:"string",minLength:"string",pattern:"string",contentEncoding:"string",contentMediaType:"string",items:"array",maxItems:"array",minItems:"array",uniqueItems:"array",maxProperties:"object",minProperties:"object",required:"object",additionalProperties:"object",unevaluatedProperties:"object",properties:"object",patternProperties:"object"};function is(e,t=e.type){if(e["x-circular-ref"])return!0;if(void 0!==e.oneOf||void 0!==e.anyOf)return!1;if(e.if&&e.then||e.if&&e.else)return!1;let n=!0;const r=mi(t);return("object"===t||r&&(null==t?void 0:t.includes("object")))&&(n=void 0!==e.properties?0===Object.keys(e.properties).length:void 0===e.additionalProperties&&void 0===e.unevaluatedProperties&&void 0===e.patternProperties),!mi(e.items)&&!mi(e.prefixItems)&&(void 0!==e.items&&!gi(e.items)&&("array"===t||r&&(null==t?void 0:t.includes("array")))&&(n=is(e.items,e.items.type)),n)}function os(e){return-1!==e.search(/json/i)}function as(e,t,n){return mi(e)?e.map((e=>e.toString())).join(n):"object"==typeof e?Object.keys(e).map((t=> ` $ { t } $ { n } $ { e [ t ] } ` )).join(n):t+"="+e.toString()}function ss(e,t){return mi(e)?(console.warn("deepObject style cannot be used with array value:"+e.toString()),""):"object"==typeof e?Object.keys(e).map((n=> ` $ { t } [ $ { n } ] = $ { e [ n ] } ` )).join("&"):(console.warn("deepObject style cannot be used with non-object value:"+e.toString()),"")}function ls(e,t,n){const r="__redoc_param_name__",i=t?"*":"";return qa.parse( ` { ? $ { r } $ { i } } ` ).expand({[r]:n}).substring(1).replace(/__redoc_param_name__/g,e)}function cs(e,t){return os(t)?JSON.stringify(e):(console.warn( ` Parameter serialization as $ { t } is not supported ` ),"")}function us(e,t){return e.in?decodeURIComponent(function(e,t){const{name:n,style:r,explode:i=!1,serializationMime:o}=e;if(o)switch(e.in){case"path":case"header":return cs(t,o);case"cookie":case"query":return ` $ { n } = $ { cs ( t , o ) } ` ;default:return console.warn("Unexpected parameter location: "+e.in),""}if(!r)return console.warn( ` Missing style att
2025-01-29 15:35:10 +03:30
width : calc ( 100 % - $ { e => e . theme . rightPanel . width } ) ;
padding : 0 $ { e => e . theme . spacing . sectionHorizontal } px ;
$ { ( { $compact : e , theme : t } ) => va . lessThan ( "medium" , ! 0 ) `
width : 100 % ;
padding : $ { ` ${ e ? 0 : t . spacing . sectionVertical } px ${ t . spacing . sectionHorizontal } px ` } ;
` };
2025-03-03 20:28:19 +03:30
` ,Lu=xa.div.attrs((e=>({[wf]:e.id}))) `
2025-01-29 15:35:10 +03:30
padding : $ { e => e . theme . spacing . sectionVertical } px 0 ;
& : last - child {
min - height : calc ( 100 vh + 1 px ) ;
}
& > & : last - child {
min - height : initial ;
}
$ { va . lessThan ( "medium" , ! 0 ) `
padding : 0 ;
` }
$ { ( { $underlined : e } ) => e ? "\n position: relative;\n\n &:not(:last-of-type):after {\n position: absolute;\n bottom: 0;\n width: 100%;\n display: block;\n content: '';\n border-bottom: 1px solid rgba(0, 0, 0, 0.2);\n }\n " : "" }
2025-03-03 20:28:19 +03:30
` ,Du=xa.div `
2025-01-29 15:35:10 +03:30
width : $ { e => e . theme . rightPanel . width } ;
color : $ { ( { theme : e } ) => e . rightPanel . textColor } ;
background - color : $ { e => e . theme . rightPanel . backgroundColor } ;
padding : 0 $ { e => e . theme . spacing . sectionHorizontal } px ;
$ { va . lessThan ( "medium" , ! 0 ) `
width : 100 % ;
padding : $ { e => ` ${ e . theme . spacing . sectionVertical } px ${ e . theme . spacing . sectionHorizontal } px ` } ;
` };
2025-03-03 20:28:19 +03:30
` ,Mu=xa(Du) `
2025-01-29 15:35:10 +03:30
background - color : $ { e => e . theme . rightPanel . backgroundColor } ;
2025-03-03 20:28:19 +03:30
` ,Fu=xa.div `
2025-01-29 15:35:10 +03:30
display : flex ;
width : 100 % ;
padding : 0 ;
$ { va . lessThan ( "medium" , ! 0 ) `
flex - direction : column ;
` };
2025-03-03 20:28:19 +03:30
` ,zu={1:"1.85714em",2:"1.57143em",3:"1.27em"},Uu=e=>ma `
2025-01-29 15:35:10 +03:30
font - family : $ { ( { theme : e } ) => e . typography . headings . fontFamily } ;
font - weight : $ { ( { theme : e } ) => e . typography . headings . fontWeight } ;
2025-03-03 20:28:19 +03:30
font - size : $ { zu [ e ] } ;
2025-01-29 15:35:10 +03:30
line - height : $ { ( { theme : e } ) => e . typography . headings . lineHeight } ;
2025-03-03 20:28:19 +03:30
` ,Bu=xa.h1 `
$ { Uu ( 1 ) } ;
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
$ { wa ( "H1" ) } ;
2025-03-03 20:28:19 +03:30
` ,qu=xa.h2 `
$ { Uu ( 2 ) } ;
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
margin : 0 0 20 px ;
$ { wa ( "H2" ) } ;
2025-03-03 20:28:19 +03:30
` ,Vu=xa.h2 `
$ { Uu ( 3 ) } ;
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
$ { wa ( "H3" ) } ;
2025-03-03 20:28:19 +03:30
` ,Wu=xa.h3 `
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . rightPanel . textColor } ;
$ { wa ( "RightPanelHeader" ) } ;
2025-03-03 20:28:19 +03:30
` ,Hu=xa.h5 `
2025-01-29 15:35:10 +03:30
border - bottom : 1 px solid rgba ( 38 , 50 , 56 , 0.3 ) ;
margin : 1 em 0 1 em 0 ;
color : rgba ( 38 , 50 , 56 , 0.5 ) ;
font - weight : normal ;
text - transform : uppercase ;
font - size : 0.929 em ;
line - height : 20 px ;
$ { wa ( "UnderlinedHeader" ) } ;
2025-03-03 20:28:19 +03:30
` ,Yu=(0,n.createContext)(void 0),{Provider:Gu,Consumer:Qu}=Yu;function Xu(e){const{spec:t,specUrl:i,options:o,onLoaded:a,children:s}=e,[l,c]=n.useState(null),[u,p]=n.useState(null);if(u)throw u;n.useEffect((()=>{!function(){return e=this,n=function*(){if(t||i){c(null);try{const e=yield function(e){return $ a(this,null,(function*(){const t=new Ra.Config({}),n={config:t,base:ei?window.location.href:process.cwd()};ei&&(t.resolve.http.customFetch=r.g.fetch),"object"==typeof e&&null!==e?n.doc={source:{absoluteRef:""},parsed:e}:n.ref=e;const{bundle:{parsed:i}}=yield(0,Ia.bundle)(n);return void 0!==i.swagger?(o=i,console.warn("[ReDoc Compatibility mode]: Converting OpenAPI 2.0 to OpenAPI 3.0"),new Promise(((e,t)=>(0,Na.convertObj)(o,{patch:!0,warnOnly:!0,text:"{}",anchors:!0},((n,r)=>{if(n)return t(n);e(r&&r.openapi)}))))):i;var o}))}(t||i);c(e)}catch(e){throw a&&a(e),p(e),e}}},new Promise(((t,r)=>{var i=e=>{try{a(n.next(e))}catch(e){r(e)}},o=e=>{try{a(n.throw(e))}catch(e){r(e)}},a=e=>e.done?t(e.value):Promise.resolve(e.value).then(i,o);a((n=n.apply(e,null)).next())}));var e,n}()}),[t,i]);const d=n.useMemo((()=>{if(!l)return null;try{return new Jg(l,i,o)}catch(e){throw a&&a(e),e}}),[l,i,o]);return n.useEffect((()=>{d&&a&&a()}),[d,a]),s({loading:!d,store:d})}const Ku=e=>ma `
2025-01-29 15:35:10 +03:30
$ { e } {
cursor : pointer ;
margin - left : - 20 px ;
padding : 0 ;
line - height : 1 ;
width : 20 px ;
display : inline - block ;
outline : 0 ;
}
$ { e } : before {
content : '' ;
width : 15 px ;
height : 15 px ;
background - size : contain ;
background - image : url ( 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==' ) ;
opacity : 0.5 ;
visibility : hidden ;
display : inline - block ;
vertical - align : middle ;
}
h1 : hover > $ { e } : : before , h2 : hover > $ { e } : : before , $ { e } : hover : : before {
visibility : visible ;
}
2025-03-03 20:28:19 +03:30
` ,Zu=xa((function(e){const t=n.useContext(Yu),r=n.useCallback((n=>{t&&function(e,t,n){t.defaultPrevented||0!==t.button||(e=>!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey))(t)||(t.preventDefault(),e.replace(encodeURI(n)))}(t.menu.history,n,e.to)}),[t,e.to]);return t?n.createElement("a",{className:e.className,href:t.menu.history.linkForId(e.to),onClick:r,"aria-label":e.to},e.children):null})) `
$ { Ku ( "&" ) } ;
` ;function Ju(e){return n.createElement(Zu,{to:e.to})}const ep={left:"90deg",right:"-90deg",up:"-180deg",down:"0"},tp=xa((e=>n.createElement("svg",{className:e.className,style:e.style,version:"1.1",viewBox:"0 0 24 24",x:"0",xmlns:"http://www.w3.org/2000/svg",y:"0","aria-hidden":"true"},n.createElement("polygon",{points:"17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "})))) `
2025-01-29 15:35:10 +03:30
height : $ { e => e . size || "18px" } ;
width : $ { e => e . size || "18px" } ;
min - width : $ { e => e . size || "18px" } ;
vertical - align : middle ;
float : $ { e => e . float || "" } ;
transition : transform 0.2 s ease - out ;
2025-03-03 20:28:19 +03:30
transform : rotateZ ( $ { e => ep [ e . direction || "down" ] } ) ;
2025-01-29 15:35:10 +03:30
polygon {
fill : $ { ( { color : e , theme : t } ) => e && t . colors . responses [ e ] && t . colors . responses [ e ] . color || e } ;
}
2025-03-03 20:28:19 +03:30
` ,np=xa.span `
2025-01-29 15:35:10 +03:30
display : inline - block ;
padding : 2 px 8 px ;
margin : 0 ;
background - color : $ { e => e . color || e . theme . colors [ e . type ] . main } ;
color : $ { e => e . theme . colors [ e . type ] . contrastText } ;
font - size : $ { e => e . theme . typography . code . fontSize } ;
vertical - align : middle ;
line - height : 1.6 ;
border - radius : 4 px ;
font - weight : $ { ( { theme : e } ) => e . typography . fontWeightBold } ;
font - size : 12 px ;
+ span [ type ] {
margin - left : 4 px ;
}
2025-03-03 20:28:19 +03:30
` ,rp=ma `
2025-01-29 15:35:10 +03:30
text - decoration : line - through ;
color : # 707070 ;
2025-03-03 20:28:19 +03:30
` ,ip=xa.caption `
2025-01-29 15:35:10 +03:30
text - align : right ;
font - size : 0.9 em ;
font - weight : normal ;
color : $ { e => e . theme . colors . text . secondary } ;
2025-03-03 20:28:19 +03:30
` ,op=xa.td `
2025-01-29 15:35:10 +03:30
border - left : 1 px solid $ { e => e . theme . schema . linesColor } ;
box - sizing : border - box ;
position : relative ;
padding : 10 px 10 px 10 px 0 ;
$ { va . lessThan ( "small" ) `
display : block ;
overflow : hidden ;
` }
tr : first - of - type > & ,
tr . last > & {
border - left - width : 0 ;
background - position : top left ;
background - repeat : no - repeat ;
background - size : 1 px 100 % ;
}
tr : first - of - type > & {
background - image : linear - gradient (
to bottom ,
transparent 0 % ,
transparent 22 px ,
$ { e => e . theme . schema . linesColor } 22 px ,
$ { e => e . theme . schema . linesColor } 100 %
) ;
}
tr . last > & {
background - image : linear - gradient (
to bottom ,
$ { e => e . theme . schema . linesColor } 0 % ,
$ { e => e . theme . schema . linesColor } 22 px ,
transparent 22 px ,
transparent 100 %
) ;
}
tr . last + tr > & {
border - left - color : transparent ;
}
tr . last : first - child > & {
background : none ;
border - left - color : transparent ;
}
2025-03-03 20:28:19 +03:30
` ,ap=xa(op) `
2025-01-29 15:35:10 +03:30
padding : 0 ;
2025-03-03 20:28:19 +03:30
` ,sp=xa(op) `
2025-01-29 15:35:10 +03:30
vertical - align : top ;
line - height : 20 px ;
white - space : nowrap ;
font - size : 13 px ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
& . deprecated {
2025-03-03 20:28:19 +03:30
$ { rp } ;
2025-01-29 15:35:10 +03:30
}
$ { ( { kind : e } ) => "patternProperties" === e && ma `
> span . property - name {
display : inline - table ;
white - space : break - spaces ;
margin - right : 20 px ;
: : before ,
: : after {
content : '/' ;
filter : opacity ( 0.2 ) ;
}
}
` }
$ { ( { kind : e = "" } ) => [ "field" , "additionalProperties" , "patternProperties" ] . includes ( e ) ? "" : "font-style: italic" } ;
$ { wa ( "PropertyNameCell" ) } ;
2025-03-03 20:28:19 +03:30
` ,lp=xa.td `
2025-01-29 15:35:10 +03:30
border - bottom : 1 px solid # 9 fb4be ;
padding : 10 px 0 ;
width : $ { e => e . theme . schema . defaultDetailsWidth } ;
box - sizing : border - box ;
tr . expanded & {
border - bottom : none ;
}
$ { va . lessThan ( "small" ) `
padding : 0 20 px ;
border - bottom : none ;
border - left : 1 px solid $ { e => e . theme . schema . linesColor } ;
tr . last > & {
border - left : none ;
}
` }
$ { wa ( "PropertyDetailsCell" ) } ;
2025-03-03 20:28:19 +03:30
` ,cp=xa.span `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . schema . linesColor } ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
margin - right : 10 px ;
& : : before {
content : '' ;
display : inline - block ;
vertical - align : middle ;
width : 10 px ;
height : 1 px ;
background : $ { e => e . theme . schema . linesColor } ;
}
& : : after {
content : '' ;
display : inline - block ;
vertical - align : middle ;
width : 1 px ;
background : $ { e => e . theme . schema . linesColor } ;
height : 7 px ;
}
2025-03-03 20:28:19 +03:30
` ,up=xa.div `
2025-01-29 15:35:10 +03:30
padding : $ { ( { theme : e } ) => e . schema . nestingSpacing } ;
2025-03-03 20:28:19 +03:30
` ,pp=xa.table `
2025-01-29 15:35:10 +03:30
border - collapse : separate ;
border - radius : 3 px ;
font - size : $ { e => e . theme . typography . fontSize } ;
border - spacing : 0 ;
width : 100 % ;
> tr {
vertical - align : middle ;
}
$ { va . lessThan ( "small" ) `
display : block ;
> tr , > tbody > tr {
display : block ;
}
` }
$ { va . lessThan ( "small" , ! 1 , " and (-ms-high-contrast:none)" ) `
td {
float : left ;
width : 100 % ;
}
` }
&
2025-03-03 20:28:19 +03:30
$ { up } ,
2025-01-29 15:35:10 +03:30
&
2025-03-03 20:28:19 +03:30
$ { up }
$ { up }
$ { up } ,
2025-01-29 15:35:10 +03:30
&
2025-03-03 20:28:19 +03:30
$ { up }
$ { up }
$ { up }
$ { up }
$ { up } {
2025-01-29 15:35:10 +03:30
margin : $ { ( { theme : e } ) => e . schema . nestingSpacing } ;
margin - right : 0 ;
background : $ { ( { theme : e } ) => e . schema . nestedBackground } ;
}
&
2025-03-03 20:28:19 +03:30
$ { up }
$ { up } ,
2025-01-29 15:35:10 +03:30
&
2025-03-03 20:28:19 +03:30
$ { up }
$ { up }
$ { up }
$ { up } ,
2025-01-29 15:35:10 +03:30
&
2025-03-03 20:28:19 +03:30
$ { up }
$ { up }
$ { up }
$ { up }
$ { up }
$ { up } {
2025-01-29 15:35:10 +03:30
background : # ffffff ;
}
2025-03-03 20:28:19 +03:30
` ,dp=xa.div `
2025-01-29 15:35:10 +03:30
margin : 0 0 3 px 0 ;
display : inline - block ;
2025-03-03 20:28:19 +03:30
` ,fp=xa.span `
2025-01-29 15:35:10 +03:30
font - size : 0.9 em ;
margin - right : 10 px ;
color : $ { e => e . theme . colors . primary . main } ;
font - family : $ { e => e . theme . typography . headings . fontFamily } ;
}
2025-03-03 20:28:19 +03:30
` ,hp=xa.button `
2025-01-29 15:35:10 +03:30
display : inline - block ;
margin - right : 10 px ;
margin - bottom : 5 px ;
font - size : 0.8 em ;
cursor : pointer ;
border : 1 px solid $ { e => e . theme . colors . primary . main } ;
padding : 2 px 10 px ;
line - height : 1.5 em ;
outline : none ;
& : focus {
box - shadow : 0 0 0 1 px $ { e => e . theme . colors . primary . main } ;
}
2025-03-03 20:28:19 +03:30
$ { ( { $deprecated : e } ) => e && rp || "" } ;
2025-01-29 15:35:10 +03:30
$ { e => e . $active ? ` \n color: white; \n background-color: ${ e . theme . colors . primary . main } ; \n &:focus { \n box-shadow: none; \n background-color: ${ Ur ( . 15 , e . theme . colors . primary . main ) } ; \n } \n ` : ` \n color: ${ e . theme . colors . primary . main } ; \n background-color: white; \n ` }
2025-03-03 20:28:19 +03:30
` ,mp=xa.div `
2025-01-29 15:35:10 +03:30
font - size : 0.9 em ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
& : : after {
content : ' [' ;
}
2025-03-03 20:28:19 +03:30
` ,gp=xa.div `
2025-01-29 15:35:10 +03:30
font - size : 0.9 em ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
& : : after {
content : ']' ;
}
2025-03-03 20:28:19 +03:30
` ;function yp(e){return t=>!!t.type&&t.type.tabsRole===e}const bp=yp("Tab"),vp=yp("TabList"),xp=yp("TabPanel");function wp(e,t){return n.Children.map(e,(e=>null===e?null:function(e){return bp(e)||vp(e)||xp(e)}(e)?t(e):e.props&&e.props.children&&"object"==typeof e.props.children?(0,n.cloneElement)(e,{...e.props,children:wp(e.props.children,t)}):e))}function kp(e,t){return n.Children.forEach(e,(e=>{null!==e&&(bp(e)||xp(e)?t(e):e.props&&e.props.children&&"object"==typeof e.props.children&&(vp(e)&&t(e),kp(e.props.children,t)))}))}function Sp(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=Sp(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}var Op=function(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=Sp(e))&&(r&&(r+=" "),r+=t);return r};function Ep(e){let t=0;return kp(e,(e=>{bp(e)&&t++})),t}function _p(e){return e&&"getAttribute"in e}function Ap(e){return _p(e)&&e.getAttribute("data-rttab")}function jp(e){return _p(e)&&"true"===e.getAttribute("aria-disabled")}let Cp;const Pp={className:"react-tabs",focus:!1},Tp=e=>{let t=(0,n.useRef)([]),r=(0,n.useRef)([]);const i=(0,n.useRef)();function o(t,n){if(t<0||t>=l())return;const{onSelect:r,selectedIndex:i}=e;r(t,i,n)}function a(e){const t=l();for(let n=e+1;n<t;n++)if(!jp(c(n)))return n;for(let t=0;t<e;t++)if(!jp(c(t)))return t;return e}function s(e){let t=e;for(;t--;)if(!jp(c(t)))return t;for(t=l();t-- >e;)if(!jp(c(t)))return t;return e}function l(){const{children:t}=e;return Ep(t)}function c(e){return t.current[ ` tabs - $ { e } ` ]}function u(e){let t=e.target;do{if(p(t)){if(jp(t))return;return void o([].slice.call(t.parentNode.children).filter(Ap).indexOf(t),e)}}while(null!=(t=t.parentNode))}function p(e){if(!Ap(e))return!1;let t=e.parentElement;do{if(t===i.current)return!0;if(t.getAttribute("data-rttabs"))break;t=t.parentElement}while(t);return!1}const{children:d,className:f,disabledTabClassName:h,domRef:m,focus:g,forceRenderTabPanel:y,onSelect:b,selectedIndex:v,selectedTabClassName:x,selectedTabPanelClassName:w,environment:k,disableUpDownKeys:S,disableLeftRightKeys:O,...E}={...Pp,...e};return n.createElement("div",Object.assign({},E,{className:Op(f),onClick:u,onKeyDown:function(t){const{direction:n,disableUpDownKeys:r,disableLeftRightKeys:i}=e;if(p(t.target)){let{selectedIndex:p}=e,d=!1,f=!1;"Space"!==t.code&&32!==t.keyCode&&"Enter"!==t.code&&13!==t.keyCode||(d=!0,f=!1,u(t)),(i||37!==t.keyCode&&"ArrowLeft"!==t.code)&&(r||38!==t.keyCode&&"ArrowUp"!==t.code)?(i||39!==t.keyCode&&"ArrowRight"!==t.code)&&(r||40!==t.keyCode&&"ArrowDown"!==t.code)?35===t.keyCode||"End"===t.code?(p=function(){let e=l();for(;e--;)if(!jp(c(e)))return e;return null}(),d=!0,f=!0):36!==t.keyCode&&"Home"!==t.code||(p=function(){const e=l();for(let t=0;t<e;t++)if(!jp(c(t)))return t;return null}(),d=!0,f=!0):(p="rtl"===n?s(p):a(p),d=!0,f=!0):(p="rtl"===n?a(p):s(p),d=!0,f=!0),d&&t.preventDefault(),f&&o(p,t)}},ref:e=>{i.current=e,m&&m(e)},"data-rttabs":!0}),function(){let i=0;const{children:o,disabledTabClassName:a,focus:s,forceRenderTabPanel:u,selectedIndex:p,selectedTabClassName:d,selectedTabPanelClassName:f,environment:h}=e;r.current=r.current||[];let m=r.current.length-l();const g=(0,n.useId)();for(;m++<0;)r.current.push( ` $ { g } $ { r . current . length } ` );return wp(o,(e=>{let o=e;if(vp(e)){let i=0,l=!1;null==Cp&&function(e){const t=e||("undefined"!=typeof window?window:void 0);try{Cp=!(void 0===t||!t.document||!t.document.activeElement)}catch(e){Cp=!1}}(h);const u=h||("undefined"!=typeof window?window:void 0);Cp&&u&&(l=n.Children.toArray(e.props.children).filter(bp).some(((e,t)=>u.document.activeElement===c(t)))),o=(0,n.cloneElement)(e,{children:wp(e.props.children,(e=>{const o= ` tabs - $ { i } ` ,c=p===i,u={tabRef:e=>{t.current[o]=e},id:r.current[i],selected:c,focus:c&&(s||l)};return d&&(u.selectedClassName=d),a&&(u.disabledClassName=a),i++,(0,n.cloneElement)(e,u)}))})}else if(xp(e)){const t={id:r.current[i],selected:p===i};u&&(t.forceRender=u),f&&(t.selectedClassName=f),i++,
2025-01-29 15:35:10 +03:30
> ul {
list - style : none ;
padding : 0 ;
margin : 0 ;
margin : 0 - 5 px ;
> li {
padding : 5 px 10 px ;
display : inline - block ;
background - color : $ { ( { theme : e } ) => e . codeBlock . backgroundColor } ;
border - bottom : 1 px solid rgba ( 0 , 0 , 0 , 0.5 ) ;
cursor : pointer ;
text - align : center ;
outline : none ;
color : $ { ( { theme : e } ) => Ur ( e . colors . tonalOffset , e . rightPanel . textColor ) } ;
margin : 0
$ { ( { theme : e } ) => ` ${ e . spacing . unit } px ${ e . spacing . unit } px ${ e . spacing . unit } px ` } ;
border : 1 px solid $ { ( { theme : e } ) => Ur ( . 05 , e . codeBlock . backgroundColor ) } ;
border - radius : 5 px ;
min - width : 60 px ;
font - size : 0.9 em ;
font - weight : bold ;
& . react - tabs _ _tab -- selected {
color : $ { e => e . theme . colors . text . primary } ;
background : $ { ( { theme : e } ) => e . rightPanel . textColor } ;
& : focus {
outline : auto ;
}
}
& : only - child {
flex : none ;
min - width : 100 px ;
}
& . tab - success {
color : $ { e => e . theme . colors . responses . success . tabTextColor } ;
}
& . tab - redirect {
color : $ { e => e . theme . colors . responses . redirect . tabTextColor } ;
}
& . tab - info {
color : $ { e => e . theme . colors . responses . info . tabTextColor } ;
}
& . tab - error {
color : $ { e => e . theme . colors . responses . error . tabTextColor } ;
}
}
}
> . react - tabs _ _tab - panel {
background : $ { ( { theme : e } ) => e . codeBlock . backgroundColor } ;
& > div ,
& > pre {
padding : $ { e => 4 * e . theme . spacing . unit } px ;
margin : 0 ;
}
& > div > pre {
padding : 0 ;
}
}
2025-03-03 20:28:19 +03:30
` ,Gp=(xa(Yp) `
2025-01-29 15:35:10 +03:30
> ul {
display : block ;
> li {
padding : 2 px 5 px ;
min - width : auto ;
margin : 0 15 px 0 0 ;
font - size : 13 px ;
font - weight : normal ;
border - bottom : 1 px dashed ;
color : $ { ( { theme : e } ) => Ur ( e . colors . tonalOffset , e . rightPanel . textColor ) } ;
border - radius : 0 ;
background : none ;
& : last - child {
margin - right : 0 ;
}
& . react - tabs _ _tab -- selected {
color : $ { ( { theme : e } ) => e . rightPanel . textColor } ;
background : none ;
}
}
}
> . react - tabs _ _tab - panel {
& > div ,
& > pre {
padding : $ { e => 2 * e . theme . spacing . unit } px 0 ;
}
}
` ,xa.div `
/ * *
* Based on prism - dark . css
* /
code [ class *= 'language-' ] ,
pre [ class *= 'language-' ] {
/ * c o l o r : w h i t e ;
background : none ; * /
text - shadow : 0 - 0.1 em 0.2 em black ;
text - align : left ;
white - space : pre ;
word - spacing : normal ;
word - break : normal ;
word - wrap : normal ;
line - height : 1.5 ;
- moz - tab - size : 4 ;
- o - tab - size : 4 ;
tab - size : 4 ;
- webkit - hyphens : none ;
- moz - hyphens : none ;
- ms - hyphens : none ;
hyphens : none ;
}
@ media print {
code [ class *= 'language-' ] ,
pre [ class *= 'language-' ] {
text - shadow : none ;
}
}
/* Code blocks */
pre [ class *= 'language-' ] {
padding : 1 em ;
margin : 0.5 em 0 ;
overflow : auto ;
}
. token . comment ,
. token . prolog ,
. token . doctype ,
. token . cdata {
color : hsl ( 30 , 20 % , 50 % ) ;
}
. token . punctuation {
opacity : 0.7 ;
}
. namespace {
opacity : 0.7 ;
}
. token . property ,
. token . tag ,
. token . number ,
. token . constant ,
. token . symbol {
color : # 4 a8bb3 ;
}
. token . boolean {
color : # e64441 ;
}
. token . selector ,
. token . attr - name ,
. token . string ,
. token . char ,
. token . builtin ,
. token . inserted {
color : # a0fbaa ;
& + a ,
& + a : visited {
color : # 4 ed2ba ;
text - decoration : underline ;
}
}
. token . property . string {
color : white ;
}
. token . operator ,
. token . entity ,
. token . url ,
. token . variable {
color : hsl ( 40 , 90 % , 60 % ) ;
}
. token . atrule ,
. token . attr - value ,
. token . keyword {
color : hsl ( 350 , 40 % , 70 % ) ;
}
. token . regex ,
. token . important {
color : # e90 ;
}
. token . important ,
. token . bold {
font - weight : bold ;
}
. token . italic {
font - style : italic ;
}
. token . entity {
cursor : help ;
}
. token . deleted {
color : red ;
}
$ { wa ( "Prism" ) } ;
2025-03-03 20:28:19 +03:30
` ),Qp=xa.div `
2025-01-29 15:35:10 +03:30
opacity : 0.7 ;
transition : opacity 0.3 s ease ;
text - align : right ;
& : focus - within {
opacity : 1 ;
}
> button {
background - color : transparent ;
border : 0 ;
color : inherit ;
padding : 2 px 10 px ;
font - family : $ { ( { theme : e } ) => e . typography . fontFamily } ;
font - size : $ { ( { theme : e } ) => e . typography . fontSize } ;
line - height : $ { ( { theme : e } ) => e . typography . lineHeight } ;
cursor : pointer ;
outline : 0 ;
: hover ,
: focus {
background : rgba ( 255 , 255 , 255 , 0.1 ) ;
}
}
2025-03-03 20:28:19 +03:30
` ,Xp=xa.div `
& : hover $ { Qp } {
2025-01-29 15:35:10 +03:30
opacity : 1 ;
}
2025-03-03 20:28:19 +03:30
` ,Kp=xa(Gp).attrs({as:"pre"}) `
2025-01-29 15:35:10 +03:30
font - family : $ { e => e . theme . typography . code . fontFamily } ;
font - size : $ { e => e . theme . typography . code . fontSize } ;
overflow - x : auto ;
margin : 0 ;
white - space : $ { ( { theme : e } ) => e . typography . code . wrap ? "pre-wrap" : "pre" } ;
2025-03-03 20:28:19 +03:30
` ;function Zp(e){return getComputedStyle(e)}function Jp(e,t){for(var n in t){var r=t[n];"number"==typeof r&&(r+="px"),e.style[n]=r}return e}function ed(e){var t=document.createElement("div");return t.className=e,t}var td="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function nd(e,t){if(!td)throw new Error("No element matching method supported");return td.call(e,t)}function rd(e){e.remove?e.remove():e.parentNode&&e.parentNode.removeChild(e)}function id(e,t){return Array.prototype.filter.call(e.children,(function(e){return nd(e,t)}))}var od={main:"ps",rtl:"ps__rtl",element:{thumb:function(e){return"ps__thumb-"+e},rail:function(e){return"ps__rail-"+e},consuming:"ps__child--consume"},state:{focus:"ps--focus",clicking:"ps--clicking",active:function(e){return"ps--active-"+e},scrolling:function(e){return"ps--scrolling-"+e}}},ad={x:null,y:null};function sd(e,t){var n=e.element.classList,r=od.state.scrolling(t);n.contains(r)?clearTimeout(ad[t]):n.add(r)}function ld(e,t){ad[t]=setTimeout((function(){return e.isAlive&&e.element.classList.remove(od.state.scrolling(t))}),e.settings.scrollingThreshold)}var cd=function(e){this.element=e,this.handlers={}},ud={isEmpty:{configurable:!0}};cd.prototype.bind=function(e,t){void 0===this.handlers[e]&&(this.handlers[e]=[]),this.handlers[e].push(t),this.element.addEventListener(e,t,!1)},cd.prototype.unbind=function(e,t){var n=this;this.handlers[e]=this.handlers[e].filter((function(r){return!(!t||r===t)||(n.element.removeEventListener(e,r,!1),!1)}))},cd.prototype.unbindAll=function(){for(var e in this.handlers)this.unbind(e)},ud.isEmpty.get=function(){var e=this;return Object.keys(this.handlers).every((function(t){return 0===e.handlers[t].length}))},Object.defineProperties(cd.prototype,ud);var pd=function(){this.eventElements=[]};function dd(e){if("function"==typeof window.CustomEvent)return new CustomEvent(e);var t=document.createEvent("CustomEvent");return t.initCustomEvent(e,!1,!1,void 0),t}function fd(e,t,n,r,i){var o;if(void 0===r&&(r=!0),void 0===i&&(i=!1),"top"===t)o=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==t)throw new Error("A proper axis should be provided");o=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function(e,t,n,r,i){var o=n[0],a=n[1],s=n[2],l=n[3],c=n[4],u=n[5];void 0===r&&(r=!0),void 0===i&&(i=!1);var p=e.element;e.reach[l]=null,p[s]<1&&(e.reach[l]="start"),p[s]>e[o]-e[a]-1&&(e.reach[l]="end"),t&&(p.dispatchEvent(dd("ps-scroll-"+l)),t<0?p.dispatchEvent(dd("ps-scroll-"+c)):t>0&&p.dispatchEvent(dd("ps-scroll-"+u)),r&&function(e,t){sd(e,t),ld(e,t)}(e,l)),e.reach[l]&&(t||i)&&p.dispatchEvent(dd("ps-"+l+"-reach-"+e.reach[l]))}(e,n,o,r,i)}function hd(e){return parseInt(e,10)||0}pd.prototype.eventElement=function(e){var t=this.eventElements.filter((function(t){return t.element===e}))[0];return t||(t=new cd(e),this.eventElements.push(t)),t},pd.prototype.bind=function(e,t,n){this.eventElement(e).bind(t,n)},pd.prototype.unbind=function(e,t,n){var r=this.eventElement(e);r.unbind(t,n),r.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(r),1)},pd.prototype.unbindAll=function(){this.eventElements.forEach((function(e){return e.unbindAll()})),this.eventElements=[]},pd.prototype.once=function(e,t,n){var r=this.eventElement(e),i=function(e){r.unbind(t,i),n(e)};r.bind(t,i)};var md={isWebKit:"undefined"!=typeof document&&"WebkitAppearance"in document.documentElement.style,supportsTouch:"undefined"!=typeof window&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:"undefined"!=typeof navigator&&navigator.msMaxTouchPoints,isChrome:"undefined"!=typeof navigator&&/Chrome/i.test(navigator&&navigator.userAgent)};function gd(e){var t=e.element,n=Math.floor(t.scrollTop),r=t.getBoundingClientRect();e.containerWidth=Math.round(r.width),e.containerHeight=Math.round(r.height),e.contentW
2025-01-29 15:35:10 +03:30
position : relative ;
2025-03-03 20:28:19 +03:30
` ;class Td extends n.Component{constructor(){super(...arguments),this.handleRef=e=>{this._container=e}}componentDidMount(){const e=this._container.parentElement&&this._container.parentElement.scrollTop||0;this.inst=new Ad(this._container,this.props.options||{}),this._container.scrollTo&&this._container.scrollTo(0,e)}componentDidUpdate(){this.inst.update()}componentWillUnmount(){this.inst.destroy()}render(){const{children:e,className:t,updateFn:r}=this.props;return r&&r(this.componentDidUpdate.bind(this)),n.createElement(n.Fragment,null,jd&&n.createElement(Cd,null),n.createElement(Pd,{className: ` scrollbar - container $ { t } ` ,ref:this.handleRef},e))}}function Id(e){return n.createElement(Ca.Consumer,null,(t=>t.nativeScrollbars?n.createElement("div",{style:{overflow:"auto",overscrollBehavior:"contain",msOverflowStyle:"-ms-autohiding-scrollbar"}},e.children):n.createElement(Td,((e,t)=>{for(var n in t||(t={}))Od.call(t,n)&&_d(e,n,t[n]);if(Sd)for(var n of Sd(t))Ed.call(t,n)&&_d(e,n,t[n]);return e})({},e),e.children)))}const Rd=xa((({className:e,style:t})=>n.createElement("svg",{className:e,style:t,xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},n.createElement("polyline",{points:"6 9 12 15 18 9"})))) `
2025-01-29 15:35:10 +03:30
position : absolute ;
pointer - events : none ;
z - index : 1 ;
top : 50 % ;
- webkit - transform : translateY ( - 50 % ) ;
- ms - transform : translateY ( - 50 % ) ;
transform : translateY ( - 50 % ) ;
right : 8 px ;
margin : auto ;
text - align : center ;
polyline {
color : $ { e => "dark" === e . variant && "white" } ;
}
2025-03-03 20:28:19 +03:30
` ,Nd=n.memo((e=>{const{options:t,onChange:r,placeholder:i,value:o="",variant:a,className:s}=e;return n.createElement("div",{className:s},n.createElement(Rd,{variant:a}),n.createElement("select",{onChange:e=>{const{selectedIndex:n}=e.target;r(t[i?n-1:n])},value:o,className:"dropdown-select"},i&&n.createElement("option",{disabled:!0,hidden:!0,value:i},i),t.map((({idx:e,value:t,title:r},i)=>n.createElement("option",{key:e||t+i,value:t},r||t)))),n.createElement("label",null,o))})), $ d=fa(Nd) `
2025-01-29 15:35:10 +03:30
label {
box - sizing : border - box ;
min - width : 100 px ;
outline : none ;
display : inline - block ;
font - family : $ { e => e . theme . typography . headings . fontFamily } ;
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
vertical - align : bottom ;
width : $ { ( { fullWidth : e } ) => e ? "100%" : "auto" } ;
text - transform : none ;
padding : 0 22 px 0 4 px ;
font - size : 0.929 em ;
line - height : 1.5 em ;
font - family : inherit ;
text - overflow : ellipsis ;
overflow : hidden ;
white - space : nowrap ;
}
. dropdown - select {
position : absolute ;
top : 0 ;
left : 0 ;
width : 100 % ;
height : 100 % ;
opacity : 0 ;
border : none ;
appearance : none ;
cursor : pointer ;
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
line - height : inherit ;
font - family : inherit ;
}
box - sizing : border - box ;
min - width : 100 px ;
outline : none ;
display : inline - block ;
border - radius : 2 px ;
border : 1 px solid rgba ( 38 , 50 , 56 , 0.5 ) ;
vertical - align : bottom ;
padding : 2 px 0 px 2 px 6 px ;
position : relative ;
width : auto ;
background : white ;
color : # 263238 ;
font - family : $ { e => e . theme . typography . headings . fontFamily } ;
font - size : 0.929 em ;
line - height : 1.5 em ;
cursor : pointer ;
transition : border 0.25 s ease , color 0.25 s ease , box - shadow 0.25 s ease ;
& : hover ,
& : focus - within {
border : 1 px solid $ { e => e . theme . colors . primary . main } ;
color : $ { e => e . theme . colors . primary . main } ;
box - shadow : 0 px 0 px 0 px 1 px $ { e => e . theme . colors . primary . main } ;
}
2025-03-03 20:28:19 +03:30
` ,Ld=fa( $ d) `
2025-01-29 15:35:10 +03:30
margin - left : 10 px ;
text - transform : none ;
font - size : 0.969 em ;
font - size : 1 em ;
border : none ;
padding : 0 1.2 em 0 0 ;
background : transparent ;
& : hover ,
& : focus - within {
border : none ;
box - shadow : none ;
label {
color : $ { e => e . theme . colors . primary . main } ;
text - shadow : 0 px 0 px 0 px $ { e => e . theme . colors . primary . main } ;
}
}
2025-03-03 20:28:19 +03:30
` ,Dd=fa.span `
2025-01-29 15:35:10 +03:30
margin - left : 10 px ;
text - transform : none ;
font - size : 0.929 em ;
color : black ;
2025-03-03 20:28:19 +03:30
` ;var Md=Object.defineProperty,Fd=Object.defineProperties,zd=Object.getOwnPropertyDescriptors,Ud=Object.getOwnPropertySymbols,Bd=Object.prototype.hasOwnProperty,qd=Object.prototype.propertyIsEnumerable,Vd=(e,t,n)=>t in e?Md(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wd=(e,t)=>{for(var n in t||(t={}))Bd.call(t,n)&&Vd(e,n,t[n]);if(Ud)for(var n of Ud(t))qd.call(t,n)&&Vd(e,n,t[n]);return e},Hd=(e,t)=>Fd(e,zd(t));class Yd{constructor(e,t,n){this.operations=[];const{resolved:r}=e.deref(n||{});this.initWebhooks(e,r,t)}initWebhooks(e,t,n){for(const r of Object.keys(t)){const i=t[r],o=Object.keys(i).filter(ns);for(const t of o){const r=i[t];if(i. $ ref){const r=e.deref(i||{});this.initWebhooks(e,{[t]:r},n)}if(!r)continue;const o=new Nu(e,Hd(Wd({},r),{httpVerb:t}),void 0,n,!1);this.operations.push(o)}}}}class Gd{constructor(e,t,n){const{resolved:r}=e.deref(n);this.id=t,this.sectionId=ks+t,this.type=r.type,this.displayName=r["x-displayName"]||t,this.description=r.description||"","apiKey"===r.type&&(this.apiKey={name:r.name,in:r.in}),"http"===r.type&&(this.http={scheme:r.scheme,bearerFormat:r.bearerFormat}),"openIdConnect"===r.type&&(this.openId={connectUrl:r.openIdConnectUrl}),"oauth2"===r.type&&r.flows&&(this.flows=r.flows)}}class Qd{constructor(e){const t=e.spec.components&&e.spec.components.securitySchemes||{};this.schemes=Object.keys(t).map((n=>new Gd(e,n,t[n])))}}var Xd=Object.defineProperty,Kd=Object.getOwnPropertySymbols,Zd=Object.prototype.hasOwnProperty,Jd=Object.prototype.propertyIsEnumerable,ef=(e,t,n)=>t in e?Xd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,tf=(e,t)=>{for(var n in t||(t={}))Zd.call(t,n)&&ef(e,n,t[n]);if(Kd)for(var n of Kd(t))Jd.call(t,n)&&ef(e,n,t[n]);return e};class nf{constructor(e,t,n){var r,i,o;this.options=n,this.parser=new kc(e,t,n),this.info=new ql(this.parser,this.options),this.externalDocs=this.parser.spec.externalDocs,this.contentItems=yf.buildStructure(this.parser,this.options),this.securitySchemes=new Qd(this.parser);const a=tf(tf({},null==(i=null==(r=this.parser)?void 0:r.spec)?void 0:i["x-webhooks"]),null==(o=this.parser)?void 0:o.spec.webhooks);this.webhooks=new Yd(this.parser,n,a)}}var rf=Object.defineProperty,of=Object.getOwnPropertyDescriptor,af=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?of(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&rf(t,n,o),o};class sf{constructor(e,t,n){this.items=[],this.active=!1,this.expanded=!1,on(this),this.id=t.id||e+"/"+di(t.name),this.type=e,this.name=t["x-displayName"]||t.name,this.level=t.level||1,this.sidebarLabel=this.name,this.description=t.description||"";const r=t.items;r&&r.length&&(this.description=Ul.getTextBeforeHading(this.description,r[0].name)),this.parent=n,this.externalDocs=t.externalDocs,"group"===this.type&&(this.expanded=!0)}activate(){this.active=!0}expand(){this.parent&&this.parent.expand(),this.expanded=!0}collapse(){"group"!==this.type&&(this.expanded=!1)}deactivate(){this.active=!1}}af([Te],sf.prototype,"active",2),af([Te],sf.prototype,"expanded",2),af([Pt],sf.prototype,"activate",1),af([Pt],sf.prototype,"expand",1),af([Pt],sf.prototype,"collapse",1),af([Pt],sf.prototype,"deactivate",1);var lf=Object.defineProperty,cf=Object.defineProperties,uf=Object.getOwnPropertyDescriptors,pf=Object.getOwnPropertySymbols,df=Object.prototype.hasOwnProperty,ff=Object.prototype.propertyIsEnumerable,hf=(e,t,n)=>t in e?lf(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,mf=(e,t)=>{for(var n in t||(t={}))df.call(t,n)&&hf(e,n,t[n]);if(pf)for(var n of pf(t))ff.call(t,n)&&hf(e,n,t[n]);return e},gf=(e,t)=>cf(e,uf(t));class yf{static buildStructure(e,t){const n=e.spec,{schemaDefinitionsTagName:r}=t,i=[],o=[...n.tags||[]];!o.find((e=>(null==e?void 0:e.name)===r))&&r&&o.push({name:r});const a=yf.getTagsWithOperations(e,o);return i.push(...yf.addMarkdownItems(n.info.description||"",void 0,1,t)),n["x-tagGroups"]&&n["x-tagGroups"].length>0?i.push(...yf.getTagGroupsItems(e,void 0,n["x-tagGroups"],a,t)):i.push(...yf.getTagsItems(e,a,void 0,void 0,t)),i}static addMarkdownItems(e,t,n,r){
2025-01-29 15:35:10 +03:30
a {
text - decoration : $ { e => e . theme . typography . links . textDecoration } ;
color : $ { e => e . theme . typography . links . color } ;
& : visited {
color : $ { e => e . theme . typography . links . visited } ;
}
& : hover {
color : $ { e => e . theme . typography . links . hover } ;
text - decoration : $ { e => e . theme . typography . links . hoverTextDecoration } ;
}
}
2025-03-03 20:28:19 +03:30
` ,Df=xa(Gp) `
2025-01-29 15:35:10 +03:30
font - family : $ { e => e . theme . typography . fontFamily } ;
font - weight : $ { e => e . theme . typography . fontWeightRegular } ;
line - height : $ { e => e . theme . typography . lineHeight } ;
p {
& : last - child {
margin - bottom : 0 ;
}
}
$ { ( { $compact : e } ) => e && "\n p:first-child {\n margin-top: 0;\n }\n p:last-child {\n margin-bottom: 0;\n }\n " }
$ { ( { $inline : e } ) => e && " p {\n display: inline-block;\n }" }
h1 {
2025-03-03 20:28:19 +03:30
$ { Uu ( 1 ) } ;
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . colors . primary . main } ;
margin - top : 0 ;
}
h2 {
2025-03-03 20:28:19 +03:30
$ { Uu ( 2 ) } ;
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . colors . text . primary } ;
}
code {
color : $ { ( { theme : e } ) => e . typography . code . color } ;
background - color : $ { ( { theme : e } ) => e . typography . code . backgroundColor } ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
border - radius : 2 px ;
border : 1 px solid rgba ( 38 , 50 , 56 , 0.1 ) ;
padding : 0 $ { ( { theme : e } ) => e . spacing . unit } px ;
font - size : $ { e => e . theme . typography . code . fontSize } ;
font - weight : $ { ( { theme : e } ) => e . typography . code . fontWeight } ;
word - break : break - word ;
}
pre {
font - family : $ { e => e . theme . typography . code . fontFamily } ;
white - space : $ { ( { theme : e } ) => e . typography . code . wrap ? "pre-wrap" : "pre" } ;
background - color : $ { ( { theme : e } ) => e . codeBlock . backgroundColor } ;
color : white ;
padding : $ { e => 4 * e . theme . spacing . unit } px ;
overflow - x : auto ;
line - height : normal ;
border - radius : 0 ;
border : 1 px solid rgba ( 38 , 50 , 56 , 0.1 ) ;
code {
background - color : transparent ;
color : white ;
padding : 0 ;
& : before ,
& : after {
content : none ;
}
}
}
blockquote {
margin : 0 ;
margin - bottom : 1 em ;
padding : 0 15 px ;
color : # 777 ;
border - left : 4 px solid # ddd ;
}
img {
max - width : 100 % ;
box - sizing : content - box ;
}
ul ,
ol {
padding - left : 2 em ;
margin : 0 ;
margin - bottom : 1 em ;
ul ,
ol {
margin - bottom : 0 ;
margin - top : 0 ;
}
}
table {
display : block ;
width : 100 % ;
overflow : auto ;
word - break : normal ;
word - break : keep - all ;
border - collapse : collapse ;
border - spacing : 0 ;
margin - top : 1.5 em ;
margin - bottom : 1.5 em ;
}
table tr {
background - color : # fff ;
border - top : 1 px solid # ccc ;
& : nth - child ( 2 n ) {
background - color : $ { ( { theme : e } ) => e . schema . nestedBackground } ;
}
}
table th ,
table td {
padding : 6 px 13 px ;
border : 1 px solid # ddd ;
}
table th {
text - align : left ;
font - weight : bold ;
}
2025-03-03 20:28:19 +03:30
$ { Ku ( ".share-link" ) } ;
2025-01-29 15:35:10 +03:30
2025-03-03 20:28:19 +03:30
$ { Lf }
2025-01-29 15:35:10 +03:30
$ { wa ( "Markdown" ) } ;
2025-03-03 20:28:19 +03:30
` ;var Mf=Object.defineProperty,Ff=Object.defineProperties,zf=Object.getOwnPropertyDescriptors,Uf=Object.getOwnPropertySymbols,Bf=Object.prototype.hasOwnProperty,qf=Object.prototype.propertyIsEnumerable,Vf=(e,t,n)=>t in e?Mf(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;const Wf=fa(Df) `
2025-01-29 15:35:10 +03:30
display : inline ;
2025-03-03 20:28:19 +03:30
` ;function Hf(e){var t=e,{inline:r,compact:i}=t,o=((e,t)=>{var n={};for(var r in e)Bf.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&Uf)for(var r of Uf(e))t.indexOf(r)<0&&qf.call(e,r)&&(n[r]=e[r]);return n})(t,["inline","compact"]);const a=r?Wf:Df;return n.createElement(Ta,null,(e=>{return n.createElement(a,((e,t)=>Ff(e,zf(t)))(((e,t)=>{for(var n in t||(t={}))Bf.call(t,n)&&Vf(e,n,t[n]);if(Uf)for(var n of Uf(t))qf.call(t,n)&&Vf(e,n,t[n]);return e})({className:"redoc-markdown "+(o.className||""),dangerouslySetInnerHTML:{__html:(t=e.sanitize,s=o.html,t? $ f.sanitize(s):s)},"data-role":o["data-role"]},o),{ $ inline:r, $ compact:i}));var t,s}))}class Yf extends n.Component{render(){const{source:e,inline:t,compact:r,className:i,"data-role":o}=this.props,a=new Ul;return n.createElement(Hf,{html:a.renderMd(e),inline:t,compact:r,className:i,"data-role":o})}}const Gf=xa.div `
2025-01-29 15:35:10 +03:30
position : relative ;
2025-03-03 20:28:19 +03:30
` ,Qf=xa.div `
2025-01-29 15:35:10 +03:30
position : absolute ;
min - width : 80 px ;
max - width : 500 px ;
background : # fff ;
bottom : 100 % ;
left : 50 % ;
margin - bottom : 10 px ;
transform : translateX ( - 50 % ) ;
border - radius : 4 px ;
padding : 0.3 em 0.6 em ;
text - align : center ;
box - shadow : 0 px 0 px 5 px 0 px rgba ( 204 , 204 , 204 , 1 ) ;
2025-03-03 20:28:19 +03:30
` ,Xf=xa.div `
2025-01-29 15:35:10 +03:30
background : # fff ;
color : # 000 ;
display : inline ;
font - size : 0.85 em ;
white - space : nowrap ;
2025-03-03 20:28:19 +03:30
` ,Kf=xa.div `
2025-01-29 15:35:10 +03:30
position : absolute ;
width : 0 ;
height : 0 ;
bottom : - 5 px ;
left : 50 % ;
margin - left : - 5 px ;
border - left : solid transparent 5 px ;
border - right : solid transparent 5 px ;
border - top : solid # fff 5 px ;
2025-03-03 20:28:19 +03:30
` ,Zf=xa.div `
2025-01-29 15:35:10 +03:30
position : absolute ;
width : 100 % ;
height : 20 px ;
bottom : - 20 px ;
2025-03-03 20:28:19 +03:30
` ;class Jf extends n.Component{render(){const{open:e,title:t,children:r}=this.props;return n.createElement(Gf,null,r,e&&n.createElement(Qf,null,n.createElement(Xf,null,t),n.createElement(Kf,null),n.createElement(Zf,null)))}}const eh="undefined"!=typeof document&&document.queryCommandSupported&&document.queryCommandSupported("copy");class th{static isSupported(){return eh}static selectElement(e){let t,n;document.body.createTextRange?(t=document.body.createTextRange(),t.moveToElementText(e),t.select()):document.createRange&&window.getSelection&&(n=window.getSelection(),t=document.createRange(),t.selectNodeContents(e),n.removeAllRanges(),n.addRange(t))}static deselect(){if(document.selection)document.selection.empty();else if(window.getSelection){const e=window.getSelection();e&&e.removeAllRanges()}}static copySelected(){let e;try{e=document.execCommand("copy")}catch(t){e=!1}return e}static copyElement(e){th.selectElement(e);const t=th.copySelected();return t&&th.deselect(),t}static copyCustom(e){const t=document.createElement("textarea");t.style.position="fixed",t.style.top="0",t.style.left="0",t.style.width="2em",t.style.height="2em",t.style.padding="0",t.style.border="none",t.style.outline="none",t.style.boxShadow="none",t.style.background="transparent",t.value=e,document.body.appendChild(t),t.select();const n=th.copySelected();return document.body.removeChild(t),n}}const nh=e=>{const[t,r]=n.useState(!1),i=()=>{const t="string"==typeof e.data?e.data:JSON.stringify(e.data,null,2);th.copyCustom(t),o()},o=()=>{r(!0),setTimeout((()=>{r(!1)}),1500)};return e.children({renderCopyButton:()=>n.createElement("button",{onClick:i},n.createElement(Jf,{title:th.isSupported()?"Copied":"Not supported in your browser",open:t},"Copy"))})};let rh=1;function ih(e,t){rh=1;let n="";return n+='<div class="redoc-json">',n+="<code>",n+=ch(e,t),n+="</code>",n+="</div>",n}function oh(e){return void 0!==e?e.toString().replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">"):""}function ah(e){return JSON.stringify(e).slice(1,-1)}function sh(e,t){return'<span class="'+t+'">'+oh(e)+"</span>"}function lh(e){return'<span class="token punctuation">'+e+"</span>"}function ch(e,t){const n=typeof e;let r="";return null==e?r+=sh("null","token keyword"):e&&e.constructor===Array?(rh++,r+=function(e,t){const n=rh>t?"collapsed":"";let r= ` < button class = "collapser" aria - label = "${rh>t+1?" expand ":" collapse "}" > < / b u t t o n > $ { l h ( " [ " ) } < s p a n c l a s s = " e l l i p s i s " > < / s p a n > < u l c l a s s = " a r r a y c o l l a p s i b l e " > ` , i = ! 1 ; c o n s t o = e . l e n g t h ; f o r ( l e t a = 0 ; a < o ; a + + ) i = ! 0 , r + = ' < l i > < d i v c l a s s = " h o v e r a b l e ' + n + ' " > ' , r + = c h ( e [ a ] , t ) , a < o - 1 & & ( r + = " , " ) , r + = " < / d i v > < / l i > " ; r e t u r n r + = ` < / u l > $ { l h ( " ] " ) } ` , i | | ( r = l h ( " [ ] " ) ) , r } ( e , t ) , r h - - ) : e & & e . c o n s t r u c t o r = = = D a t e ? r + = s h ( ' " ' + e . t o I S O S t r i n g ( ) + ' " ' , " t o k e n s t r i n g " ) : " o b j e c t " = = = n ? ( r h + + , r + = f u n c t i o n ( e , t ) { c o n s t n = r h > t ? " c o l l a p s e d " : " " , r = O b j e c t . k e y s ( e ) , i = r . l e n g t h ; l e t o = ` < b u t t o n c l a s s = " c o l l a p s e r " a r i a - l a b e l = " $ { r h > t + 1 ? " e x p a n d " : " c o l l a p s e " } " > < / b u t t o n > $ { l h ( " { " ) } < s p a n c l a s s = " e l l i p s i s " > < / s p a n > < u l c l a s s = " o b j c o l l a p s i b l e " > ` , a = ! 1 ; f o r ( l e t s = 0 ; s < i ; s + + ) { c o n s t l = r [ s ] ; a = ! 0 , o + = ' < l i > < d i v c l a s s = " h o v e r a b l e ' + n + ' " > ' , o + = ' < s p a n c l a s s = " p r o p e r t y t o k e n s t r i n g " > " ' + o h ( l ) + ' " < / s p a n > : ' , o + = c h ( e [ l ] , t ) , s < i - 1 & & ( o + = l h ( " , " ) ) , o + = " < / d i v > < / l i > " } r e t u r n o + = ` < / u l > $ { l h ( " } " ) } ` , a | | ( o = l h ( " { } " ) ) , o } ( e , t ) , r h - - ) : " n u m b e r " = = = n ? r + = s h ( e , " t o k e n n u m b e r " ) : " s t r i n g " = = = n ? / ^ ( h t t p | h t t p s ) : \ / \ / [ ^ \ s ] + $ / . t e s t ( e ) ? r + = s h ( ' " ' , " t o k e n s t r i n g " ) + ' < a h r e f = " ' + e n c o d e U R I ( e ) + ' " > ' + o h ( a h ( e ) ) + " < / a > " + s h ( ' " ' , " t o k e n s t r i n g " ) : r + = s h ( ' " ' + a h ( e ) + ' " ' , " t o k e n s t r i n g " ) : " b o o l e a n " = = = n & & ( r + = s h ( e , " t o k e n b o o l e a n " ) ) , r } c o n s t u h = m a `
2025-01-29 15:35:10 +03:30
. redoc - json code > . collapser {
display : none ;
pointer - events : none ;
}
font - family : $ { e => e . theme . typography . code . fontFamily } ;
font - size : $ { e => e . theme . typography . code . fontSize } ;
white - space : $ { ( { theme : e } ) => e . typography . code . wrap ? "pre-wrap" : "pre" } ;
contain : content ;
overflow - x : auto ;
. callback - function {
color : gray ;
}
. collapser : after {
content : '-' ;
cursor : pointer ;
}
. collapsed > . collapser : after {
content : '+' ;
cursor : pointer ;
}
. ellipsis : after {
content : ' … ' ;
}
. collapsible {
margin - left : 2 em ;
}
. hoverable {
padding - top : 1 px ;
padding - bottom : 1 px ;
padding - left : 2 px ;
padding - right : 2 px ;
border - radius : 2 px ;
}
. hovered {
background - color : rgba ( 235 , 238 , 249 , 1 ) ;
}
. collapser {
background - color : transparent ;
border : 0 ;
color : # fff ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
font - size : $ { e => e . theme . typography . code . fontSize } ;
padding - right : 6 px ;
padding - left : 6 px ;
padding - top : 0 ;
padding - bottom : 0 ;
display : flex ;
align - items : center ;
justify - content : center ;
width : 15 px ;
height : 15 px ;
position : absolute ;
top : 4 px ;
left : - 1.5 em ;
cursor : default ;
user - select : none ;
- webkit - user - select : none ;
padding : 2 px ;
& : focus {
outline - color : # fff ;
outline - style : dotted ;
outline - width : 1 px ;
}
}
ul {
list - style - type : none ;
padding : 0 px ;
margin : 0 px 0 px 0 px 26 px ;
}
li {
position : relative ;
display : block ;
}
. hoverable {
display : inline - block ;
}
. selected {
outline - style : solid ;
outline - width : 1 px ;
outline - style : dotted ;
}
. collapsed > . collapsible {
display : none ;
}
. ellipsis {
display : none ;
}
. collapsed > . ellipsis {
display : inherit ;
}
2025-03-03 20:28:19 +03:30
` ,ph=xa.div `
& : hover > $ { Qp } {
2025-01-29 15:35:10 +03:30
opacity : 1 ;
}
2025-03-03 20:28:19 +03:30
` ,dh=xa((e=>{const[t,r]=n.useState(),i=({renderCopyButton:t})=>{const i=e.data&&Object.values(e.data).some((e=>"object"==typeof e&&null!==e));return n.createElement(ph,null,n.createElement(Qp,null,t(),i&&n.createElement(n.Fragment,null,n.createElement("button",{onClick:o}," Expand all "),n.createElement("button",{onClick:a}," Collapse all "))),n.createElement(Ca.Consumer,null,(t=>n.createElement(Gp,{className:e.className,ref:e=>r(e),dangerouslySetInnerHTML:{__html:ih(e.data,t.jsonSamplesExpandLevel)}}))))},o=()=>{const e=null==t?void 0:t.getElementsByClassName("collapsible");for(const t of Array.prototype.slice.call(e)){const e=t.parentNode;e.classList.remove("collapsed"),e.querySelector(".collapser").setAttribute("aria-label","collapse")}},a=()=>{const e=null==t?void 0:t.getElementsByClassName("collapsible"),n=Array.prototype.slice.call(e,1);for(const e of n){const t=e.parentNode;t.classList.add("collapsed"),t.querySelector(".collapser").setAttribute("aria-label","expand")}},s=e=>{let t;"collapser"===e.className&&(t=e.parentElement.getElementsByClassName("collapsible")[0],t.parentElement.classList.contains("collapsed")?(t.parentElement.classList.remove("collapsed"),e.setAttribute("aria-label","collapse")):(t.parentElement.classList.add("collapsed"),e.setAttribute("aria-label","expand")))},l=n.useCallback((e=>{s(e.target)}),[]),c=n.useCallback((e=>{"Enter"===e.key&&s(e.target)}),[]);return n.useEffect((()=>(null==t||t.addEventListener("click",l),null==t||t.addEventListener("focus",c),()=>{null==t||t.removeEventListener("click",l),null==t||t.removeEventListener("focus",c)})),[l,c,t]),n.createElement(nh,{data:e.data},i)})) `
$ { uh } ;
` ,fh=e=>{const{source:t,lang:r}=e;return n.createElement(Kp,{dangerouslySetInnerHTML:{__html:As(t,r)}})},hh=e=>{const{source:t,lang:r}=e;return n.createElement(nh,{data:t},(({renderCopyButton:e})=>n.createElement(Xp,null,n.createElement(Qp,null,e()),n.createElement(fh,{lang:r,source:t}))))};function mh({value:e,mimeType:t}){return os(t)?n.createElement(dh,{data:e}):("object"==typeof e&&(e=JSON.stringify(e,null,2)),n.createElement(hh,{lang:(r=t,-1!==r.search(/xml/i)?"xml":-1!==r.search(/csv/i)?"csv":-1!==r.search(/plain/i)?"tex":"clike"),source:e}));var r}var gh=(e,t,n)=>new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{try{s(n.throw(e))}catch(e){i(e)}},s=e=>e.done?r(e.value):Promise.resolve(e.value).then(o,a);s((n=n.apply(e,t)).next())}));function yh({example:e,mimeType:t}){return void 0===e.value&&e.externalValueUrl?n.createElement(bh,{example:e,mimeType:t}):n.createElement(mh,{value:e.value,mimeType:t})}function bh({example:e,mimeType:t}){const r=function(e,t){const[,r]=(0,n.useState)(!0),i=(0,n.useRef)(void 0),o=(0,n.useRef)(void 0);return o.current!==e&&(i.current=void 0),o.current=e,(0,n.useEffect)((()=>{(()=>{gh(this,null,(function*(){r(!0);try{i.current=yield e.getExternalValue(t)}catch(e){i.current=e}r(!1)}))})()}),[e,t]),i.current}(e,t);return void 0===r?n.createElement("span",null,"Loading..."):r instanceof Error?n.createElement(Kp,null,"Error loading external example: ",n.createElement("br",null),n.createElement("a",{className:"token string",href:e.externalValueUrl,target:"_blank",rel:"noopener noreferrer"},e.externalValueUrl)):n.createElement(mh,{value:r,mimeType:t})}const vh=xa.div `
2025-01-29 15:35:10 +03:30
padding : 0.9 em ;
background - color : $ { ( { theme : e } ) => Kr ( . 6 , e . rightPanel . backgroundColor ) } ;
margin : 0 0 10 px 0 ;
display : block ;
font - family : $ { ( { theme : e } ) => e . typography . headings . fontFamily } ;
font - size : 0.929 em ;
line - height : 1.5 em ;
2025-03-03 20:28:19 +03:30
` ,xh=xa.span `
2025-01-29 15:35:10 +03:30
font - family : $ { ( { theme : e } ) => e . typography . headings . fontFamily } ;
font - size : 12 px ;
position : absolute ;
z - index : 1 ;
top : - 11 px ;
left : 12 px ;
font - weight : $ { ( { theme : e } ) => e . typography . fontWeightBold } ;
color : $ { ( { theme : e } ) => Kr ( . 3 , e . rightPanel . textColor ) } ;
2025-03-03 20:28:19 +03:30
` ,wh=xa.div `
2025-01-29 15:35:10 +03:30
position : relative ;
2025-03-03 20:28:19 +03:30
` ,kh=xa( $ d) `
2025-01-29 15:35:10 +03:30
label {
color : $ { ( { theme : e } ) => e . rightPanel . textColor } ;
text - overflow : ellipsis ;
white - space : nowrap ;
overflow : hidden ;
font - size : 1 em ;
text - transform : none ;
border : none ;
}
margin : 0 0 10 px 0 ;
display : block ;
background - color : $ { ( { theme : e } ) => Kr ( . 6 , e . rightPanel . backgroundColor ) } ;
border : none ;
padding : 0.9 em 1.6 em 0.9 em 0.9 em ;
box - shadow : none ;
& : hover ,
& : focus - within {
border : none ;
box - shadow : none ;
background - color : $ { ( { theme : e } ) => Kr ( . 3 , e . rightPanel . backgroundColor ) } ;
}
2025-03-03 20:28:19 +03:30
` ,Sh=xa.div `
2025-01-29 15:35:10 +03:30
font - family : $ { e => e . theme . typography . code . fontFamily } ;
font - size : 12 px ;
color : # ee807f ;
2025-03-03 20:28:19 +03:30
` ;class Oh extends n.Component{constructor(){super(...arguments),this.state={activeIdx:0},this.switchMedia=({idx:e})=>{void 0!==e&&this.setState({activeIdx:e})}}render(){const{activeIdx:e}=this.state,t=this.props.mediaType.examples||{},r=this.props.mediaType.name,i=n.createElement(Sh,null,"No sample"),o=Object.keys(t);if(0===o.length)return i;if(o.length>1){const i=o.map(((e,n)=>({value:t[e].summary||e,idx:n}))),a=t[o[e]],s=a.description;return n.createElement(Eh,null,n.createElement(wh,null,n.createElement(xh,null,"Example"),this.props.renderDropdown({value:i[e].value,options:i,onChange:this.switchMedia,ariaLabel:"Example"})),n.createElement("div",null,s&&n.createElement(Yf,{source:s}),n.createElement(yh,{example:a,mimeType:r})))}{const e=t[o[0]];return n.createElement(Eh,null,e.description&&n.createElement(Yf,{source:e.description}),n.createElement(yh,{example:e,mimeType:r}))}}}const Eh=xa.div `
2025-01-29 15:35:10 +03:30
margin - top : 15 px ;
2025-03-03 20:28:19 +03:30
` ;if(!n.useState)throw new Error("mobx-react-lite requires React with Hooks support");if(!on)throw new Error("mobx-react-lite@3 requires mobx at least version 6 to be available");var _h=r(961);function Ah(e){e()}function jh(e){return zt(Qn(e,t));var t}var Ch=!1;function Ph(){return Ch}var Th,Ih,Rh=function(){function e(e){var t=this;Object.defineProperty(this,"finalize",{enumerable:!0,configurable:!0,writable:!0,value:e}),Object.defineProperty(this,"registrations",{enumerable:!0,configurable:!0,writable:!0,value:new Map}),Object.defineProperty(this,"sweepTimeout",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sweep",{enumerable:!0,configurable:!0,writable:!0,value:function(e){void 0===e&&(e=1e4),clearTimeout(t.sweepTimeout),t.sweepTimeout=void 0;var n=Date.now();t.registrations.forEach((function(r,i){n-r.registeredAt>=e&&(t.finalize(r.value),t.registrations.delete(i))})),t.registrations.size>0&&t.scheduleSweep()}}),Object.defineProperty(this,"finalizeAllImmediately",{enumerable:!0,configurable:!0,writable:!0,value:function(){t.sweep(0)}})}return Object.defineProperty(e.prototype,"register",{enumerable:!1,configurable:!0,writable:!0,value:function(e,t,n){this.registrations.set(n,{value:t,registeredAt:Date.now()}),this.scheduleSweep()}}),Object.defineProperty(e.prototype,"unregister",{enumerable:!1,configurable:!0,writable:!0,value:function(e){this.registrations.delete(e)}}),Object.defineProperty(e.prototype,"scheduleSweep",{enumerable:!1,configurable:!0,writable:!0,value:function(){void 0===this.sweepTimeout&&(this.sweepTimeout=setTimeout(this.sweep,1e4))}}),e}(),Nh=new("undefined"!=typeof FinalizationRegistry?FinalizationRegistry:Rh)((function(e){var t;null===(t=e.reaction)||void 0===t||t.dispose(),e.reaction=null})), $ h=r(9888);function Lh(e){e.reaction=new yt("observer".concat(e.name),(function(){var t;e.stateVersion=Symbol(),null===(t=e.onStoreChange)||void 0===t||t.call(e)}))}var Dh="function"==typeof Symbol&&Symbol.for,Mh=null!==(Ih=null===(Th=Object.getOwnPropertyDescriptor((function(){}),"name"))||void 0===Th?void 0:Th.configurable)&&void 0!==Ih&&Ih,Fh=Dh?Symbol.for("react.forward_ref"):"function"==typeof n.forwardRef&&(0,n.forwardRef)((function(e){return null})). $ $ typeof,zh=Dh?Symbol.for("react.memo"):"function"==typeof n.memo&&(0,n.memo)((function(e){return null})). $ $ typeof;function Uh(e,t){var r;if(zh&&e. $ $ typeof===zh)throw new Error("[mobx-react-lite] You are trying to use ` observer ` on a function component wrapped in either another ` observer ` or ` React . memo ` . The observer already applies 'React.memo' for you.");if(Ph())return e;var i=null!==(r=null==t?void 0:t.forwardRef)&&void 0!==r&&r,o=e,a=e.displayName||e.name;if(Fh&&e. $ $ typeof===Fh&&(i=!0,"function"!=typeof(o=e.render)))throw new Error("[mobx-react-lite] ` render ` property of ForwardRef was not a function");var s,l,c=function(e,t){return function(e,t){if(void 0===t&&(t="observed"),Ph())return e();var r=n.useRef(null);if(!r.current){var i={reaction:null,onStoreChange:null,stateVersion:Symbol(),name:t,subscribe:function(e){return Nh.unregister(i),i.onStoreChange=e,i.reaction||(Lh(i),i.stateVersion=Symbol()),function(){var e;i.onStoreChange=null,null===(e=i.reaction)||void 0===e||e.dispose(),i.reaction=null}},getSnapshot:function(){return i.stateVersion}};r.current=i}var o,a,s=r.current;if(s.reaction||(Lh(s),Nh.register(r,s,s)),n.useDebugValue(s.reaction,jh),(0, $ h.useSyncExternalStore)(s.subscribe,s.getSnapshot,s.getSnapshot),s.reaction.track((function(){try{o=e()}catch(e){a=e}})),a)throw a;return o}((function(){return o(e,t)}),a)};return c.displayName=e.displayName,Mh&&Object.defineProperty(c,"name",{value:e.name,writable:!0,configurable:!0}),e.contextTypes&&(c.contextTypes=e.contextTypes),i&&(c=(0,n.forwardRef)(c)),c=(0,n.memo)(c),s=e,l=c,Object.keys(s).forEach((function(e){Bh[e]||Object.defineProperty(l,e,Object.getOwnPropertyDescriptor(s,e))})),c}var Bh={ $ $ typeof:!0,render:!0,compare:!0,type:!0,displayName:!0};function qh(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}!function(e){e||(e=Ah),Ft({reactionScheduler:e})}(
2025-01-29 15:35:10 +03:30
& . deprecated {
span . property - name {
2025-03-03 20:28:19 +03:30
$ { rp }
2025-01-29 15:35:10 +03:30
}
}
button {
background - color : transparent ;
border : 0 ;
outline : 0 ;
font - size : 13 px ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
cursor : pointer ;
padding : 0 ;
color : $ { e => e . theme . colors . text . primary } ;
& : focus {
font - weight : $ { ( { theme : e } ) => e . typography . fontWeightBold } ;
}
$ { ( { kind : e } ) => "patternProperties" === e && ma `
display : inline - flex ;
margin - right : 20 px ;
> span . property - name {
white - space : break - spaces ;
text - align : left ;
: : before ,
: : after {
content : '/' ;
filter : opacity ( 0.2 ) ;
}
}
> svg {
align - self : center ;
}
` }
}
2025-03-03 20:28:19 +03:30
$ { tp } {
2025-01-29 15:35:10 +03:30
height : $ { ( { theme : e } ) => e . schema . arrow . size } ;
width : $ { ( { theme : e } ) => e . schema . arrow . size } ;
polygon {
fill : $ { ( { theme : e } ) => e . schema . arrow . color } ;
}
}
2025-03-03 20:28:19 +03:30
` ,im=xa.span `
2025-01-29 15:35:10 +03:30
vertical - align : middle ;
font - size : $ { ( { theme : e } ) => e . typography . code . fontSize } ;
line - height : 20 px ;
2025-03-03 20:28:19 +03:30
` ,om=xa(im) `
2025-01-29 15:35:10 +03:30
color : $ { e => Kr ( . 1 , e . theme . schema . typeNameColor ) } ;
2025-03-03 20:28:19 +03:30
` ,am=xa(im) `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . schema . typeNameColor } ;
2025-03-03 20:28:19 +03:30
` ,sm=xa(im) `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . schema . typeTitleColor } ;
word - break : break - word ;
2025-03-03 20:28:19 +03:30
` ,lm=am,cm=xa(im).attrs({as:"div"}) `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . schema . requireLabelColor } ;
font - size : $ { e => e . theme . schema . labelsTextSize } ;
font - weight : normal ;
margin - left : 20 px ;
line - height : 1 ;
2025-03-03 20:28:19 +03:30
` ,um=xa(cm) `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . colors . primary . light } ;
2025-03-03 20:28:19 +03:30
` ,pm=xa(im) `
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . colors . warning . main } ;
font - size : 13 px ;
2025-03-03 20:28:19 +03:30
` ,dm=xa(im) `
2025-01-29 15:35:10 +03:30
color : # 0e7 c86 ;
2025-03-03 20:28:19 +03:30
font - family : $ { e => e . theme . typography . code . fontFamily } ;
font - size : 12 px ;
2025-01-29 15:35:10 +03:30
& : : before ,
& : : after {
2025-03-03 20:28:19 +03:30
content : ' ' ;
2025-01-29 15:35:10 +03:30
}
2025-03-03 20:28:19 +03:30
` ,fm=xa(im) `
2025-01-29 15:35:10 +03:30
border - radius : 2 px ;
word - break : break - word ;
$ { ( { theme : e } ) => ` \n background-color: ${ Kr ( . 95 , e . colors . text . primary ) } ; \n color: ${ Kr ( . 1 , e . colors . text . primary ) } ; \n \n padding: 0 ${ e . spacing . unit } px; \n border: 1px solid ${ Kr ( . 9 , e . colors . text . primary ) } ; \n font-family: ${ e . typography . code . fontFamily } ; \n } ` } ;
& + & {
margin - left : 0 ;
}
$ { wa ( "ExampleValue" ) } ;
2025-03-03 20:28:19 +03:30
` ,hm=xa(fm) ` ` ,mm=xa(im) `
2025-01-29 15:35:10 +03:30
border - radius : 2 px ;
$ { ( { theme : e } ) => ` \n background-color: ${ Kr ( . 95 , e . colors . primary . light ) } ; \n color: ${ Kr ( . 1 , e . colors . primary . main ) } ; \n \n margin: 0 ${ e . spacing . unit } px; \n padding: 0 ${ e . spacing . unit } px; \n border: 1px solid ${ Kr ( . 9 , e . colors . primary . main ) } ; \n } ` } ;
& + & {
margin - left : 0 ;
}
$ { wa ( "ConstraintItem" ) } ;
2025-03-03 20:28:19 +03:30
` ,gm=xa.button `
2025-01-29 15:35:10 +03:30
background - color : transparent ;
border : 0 ;
color : $ { ( { theme : e } ) => e . colors . text . secondary } ;
margin - left : $ { ( { theme : e } ) => e . spacing . unit } px ;
border - radius : 2 px ;
cursor : pointer ;
outline - color : $ { ( { theme : e } ) => e . colors . text . secondary } ;
font - size : 12 px ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;const ym=xa.div `
$ { Lf } ;
2025-01-29 15:35:10 +03:30
$ { ( { $compact : e } ) => e ? "" : "margin: 1em 0" }
2025-03-03 20:28:19 +03:30
` ;let bm=class extends n.Component{render(){const{externalDocs:e}=this.props;return e&&e.url?n.createElement(ym,{ $ compact:this.props.compact},n.createElement("a",{href:e.url},e.description||e.url)):null}};bm=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],bm);const vm=xa(Df) `
table {
margin - bottom : 0.2 em ;
}
` ;class xm extends n.PureComponent{constructor(e){super(e),this.state={collapsed:!0},this.toggle=this.toggle.bind(this)}toggle(){this.setState({collapsed:!this.state.collapsed})}render(){const{values:e,type:t}=this.props,{collapsed:r}=this.state,i=!Array.isArray(e),o=Array.isArray(e)&&e||Object.entries(e||{}).map((([e,t])=>({value:e,description:t}))),{enumSkipQuotes:a,maxDisplayedEnumValues:s}=this.context;if(!o.length)return null;const l=this.state.collapsed&&s?o.slice(0,s):o,c=!!s&&o.length>s,u=s?r? ` … $ { o . length - s } more ` :"Hide":"";return n.createElement("div",null,i?n.createElement(n.Fragment,null,n.createElement(vm,null,n.createElement("table",null,n.createElement("thead",null,n.createElement("tr",null,n.createElement("th",null,n.createElement(im,null,"array"===t?bi("enumArray"):""," ",1===o.length?bi("enumSingleValue"):bi("enum"))," "),n.createElement("th",null,n.createElement("strong",null,"Description")))),n.createElement("tbody",null,l.map((({description:e,value:t})=>n.createElement("tr",{key:t},n.createElement("td",null,t),n.createElement("td",null,n.createElement(Yf,{source:e,compact:!0,inline:!0})))))))),c?n.createElement(wm,{onClick:this.toggle},u):null):n.createElement(n.Fragment,null,n.createElement(im,null,"array"===t?bi("enumArray"):""," ",1===e.length?bi("enumSingleValue"):bi("enum"),":")," ",l.map(((e,t)=>{const r=a?String(e):JSON.stringify(e);return n.createElement(n.Fragment,{key:t},n.createElement(fm,null,r)," ")})),c?n.createElement(wm,{onClick:this.toggle},u):null))}}xm.contextType=Ca;const wm=xa.span `
2025-01-29 15:35:10 +03:30
color : $ { e => e . theme . colors . primary . main } ;
vertical - align : middle ;
font - size : 13 px ;
line - height : 20 px ;
padding : 0 5 px ;
cursor : pointer ;
2025-03-03 20:28:19 +03:30
` ,km=xa(Df) `
2025-01-29 15:35:10 +03:30
margin : 2 px 0 ;
2025-03-03 20:28:19 +03:30
` ;class Sm extends n.PureComponent{render(){const e=this.props.extensions;return n.createElement(Ca.Consumer,null,(t=>n.createElement(n.Fragment,null,t.showExtensions&&Object.keys(e).map((t=>n.createElement(km,{key:t},n.createElement(im,null," ",t.substring(2),": ")," ",n.createElement(hm,null,"string"==typeof e[t]?e[t]:JSON.stringify(e[t]))))))))}}function Om({field:e}){return e.examples?n.createElement(n.Fragment,null,n.createElement(im,null," ",bi("examples"),": "),mi(e.examples)?e.examples.map(((t,r)=>{const i=us(e,t),o=e.in?String(i):JSON.stringify(i);return n.createElement(n.Fragment,{key:r},n.createElement(fm,null,o)," ")})):n.createElement(Em,null,Object.values(e.examples).map(((t,r)=>n.createElement("li",{key:r+t.value},n.createElement(fm,null,us(e,t.value))," -"," ",t.summary||t.description))))):null}const Em=xa.ul `
2025-01-29 15:35:10 +03:30
margin - top : 1 em ;
list - style - position : outside ;
2025-03-03 20:28:19 +03:30
` ;class _m extends n.PureComponent{render(){return 0===this.props.constraints.length?null:n.createElement("span",null," ",this.props.constraints.map((e=>n.createElement(mm,{key:e}," ",e," "))))}}const Am=n.memo((function({value:e,label:t,raw:r}){if(void 0===e)return null;const i=r?String(e):JSON.stringify(e);return n.createElement("div",null,n.createElement(im,null," ",t," ")," ",n.createElement(fm,null,i))})),jm=45;function Cm(e){const t=e.schema.pattern,{hideSchemaPattern:r}=n.useContext(Ca),[i,o]=n.useState(!1),a=n.useCallback((()=>o(!i)),[i]);return!t||r?null:n.createElement(n.Fragment,null,n.createElement(dm,null,i||t.length<jm?t: ` $ { t . substr ( 0 , jm ) } ... ` ),t.length>jm&&n.createElement(gm,{onClick:a},i?"Hide pattern":"Show pattern"))}function Pm({schema:e}){var t;const{hideSchemaPattern:r}=n.useContext(Ca);return e&&((null==e?void 0:e.pattern)&&!r||e.items||e.displayFormat||(null==(t=e.constraints)?void 0:t.length))?n.createElement(Tm,null,"[ items",e.displayFormat&&n.createElement(lm,null," <",e.displayFormat," >"),n.createElement(_m,{constraints:e.constraints}),n.createElement(Cm,{schema:e}),e.items&&n.createElement(Pm,{schema:e.items})," ]"):null}const Tm=xa(om) `
2025-01-29 15:35:10 +03:30
margin : 0 5 px ;
vertical - align : text - top ;
2025-03-03 20:28:19 +03:30
` ;var Im=Object.defineProperty,Rm=Object.getOwnPropertySymbols,Nm=Object.prototype.hasOwnProperty, $ m=Object.prototype.propertyIsEnumerable,Lm=(e,t,n)=>t in e?Im(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dm=(e,t)=>{for(var n in t||(t={}))Nm.call(t,n)&&Lm(e,n,t[n]);if(Rm)for(var n of Rm(t)) $ m.call(t,n)&&Lm(e,n,t[n]);return e};const Mm=nm((e=>{const{enumSkipQuotes:t,hideSchemaTitles:r}=n.useContext(Ca),{showExamples:i,field:o,renderDiscriminatorSwitch:a}=e,{schema:s,description:l,deprecated:c,extensions:u,in:p,const:d}=o,f="array"===s.type||mi(s.type)&&s.type.includes("array"),h=t||"header"===p,m=n.useMemo((()=>!i||void 0===o.example&&void 0===o.examples?null:void 0!==o.examples?n.createElement(Om,{field:o}):n.createElement(Am,{label:bi("example")+":",value:us(o,o.example),raw:Boolean(o.in)})),[o,i]),g=ui(s.default)&&o.in?us(o,s.default).replace( ` $ { o . name } = ` ,""):s.default;return n.createElement("div",null,n.createElement("div",null,n.createElement(om,null,s.typePrefix),n.createElement(am,null,s.displayType),s.displayFormat&&n.createElement(lm,null," ","<",s.displayFormat,">"," "),s.contentEncoding&&n.createElement(lm,null," ","<",s.contentEncoding,">"," "),s.contentMediaType&&n.createElement(lm,null," ","<",s.contentMediaType,">"," "),s.title&&!r&&n.createElement(sm,null," (",s.title,") "),n.createElement(_m,{constraints:s.constraints}),n.createElement(Cm,{schema:s}),s.isCircular&&n.createElement(pm,null," ",bi("recursive")," "),f&&s.items&&n.createElement(Pm,{schema:s.items})),c&&n.createElement("div",null,n.createElement(np,{type:"warning"}," ",bi("deprecated")," ")),n.createElement(Am,{raw:h,label:bi("default")+":",value:g}),!a&&n.createElement(xm,{type:s.type,values:s["x-enumDescriptions"]||s.enum})," ",m,n.createElement(Sm,{extensions:Dm(Dm({},u),s.extensions)}),n.createElement("div",null,n.createElement(Yf,{compact:!0,source:l})),s.externalDocs&&n.createElement(bm,{externalDocs:s.externalDocs,compact:!0}),a&&a(e)||null,d&&n.createElement(Am,{label:bi("const")+":",value:d})||null)})),Fm=n.memo(Mm);var zm=Object.defineProperty,Um=(Object.getOwnPropertyDescriptor,Object.getOwnPropertySymbols),Bm=Object.prototype.hasOwnProperty,qm=Object.prototype.propertyIsEnumerable,Vm=(e,t,n)=>t in e?zm(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Wm=class extends n.Component{constructor(){super(...arguments),this.toggle=()=>{void 0===this.props.field.expanded&&this.props.expandByDefault?this.props.field.collapse():this.props.field.toggle()},this.handleKeyPress=e=>{"Enter"===e.key&&(e.preventDefault(),this.toggle())}}render(){const{hidePropertiesPrefix:e}=this.context,{className:t="",field:r,isLast:i,expandByDefault:o,fieldParentsName:a=[]}=this.props,{name:s,deprecated:l,required:c,kind:u}=r,p=!r.schema.isPrimitive&&!r.schema.isCircular,d=void 0===r.expanded?o:r.expanded,f=n.createElement(n.Fragment,null,"additionalProperties"===u&&n.createElement(um,null,"additional property"),"patternProperties"===u&&n.createElement(um,null,"pattern property"),c&&n.createElement(cm,null,"required")),h=p?n.createElement(rm,{className:l?"deprecated":"",kind:u,title:s},n.createElement(cp,null),n.createElement("button",{onClick:this.toggle,onKeyPress:this.handleKeyPress,"aria-label": ` expand $ { s } ` },!e&&a.map((e=>e+". ")),n.createElement("span",{className:"property-name"},s),n.createElement(tp,{direction:d?"down":"right"})),f):n.createElement(sp,{className:l?"deprecated":void 0,kind:u,title:s},n.createElement(cp,null),!e&&a.map((e=>e+". ")),n.createElement("span",{className:"property-name"},s),f);return n.createElement(n.Fragment,null,n.createElement("tr",{className:i?"last "+t:t},h,n.createElement(lp,null,n.createElement(Fm,((e,t)=>{for(var n in t||(t={}))Bm.call(t,n)&&Vm(e,n,t[n]);if(Um)for(var n of Um(t))qm.call(t,n)&&Vm(e,n,t[n]);return e})({},this.props)))),d&&p&&n.createElement("tr",{key:r.name+"inner"},n.createElement(ap,{colSpan:2},n.createElement(up,null,n.createElement(_g,{schema:r.schema,fieldParentsName:[...a||[],r.name],skipReadOnly:this.props.skipReadOnly,skipWriteOnly:this.props.skipWriteOnl
2025-01-29 15:35:10 +03:30
padding - left : $ { ( { theme : e } ) => 2 * e . spacing . unit } px ;
2025-03-03 20:28:19 +03:30
` ;class ig extends n.PureComponent{render(){const e=this.props.schema,t=e.items,r=this.props.fieldParentsName,i=void 0===e.minItems&&void 0===e.maxItems?"": ` ( $ { ms ( e ) } ) ` ,o=r?[...r.slice(0,-1),r[r.length-1]+"[]"]:r;return e.fields?n.createElement(Ym,ng(tg({},this.props),{level:this.props.level,fieldParentsName:o})):!e.displayType||t||i.length?n.createElement("div",null,n.createElement(mp,null," Array ",i),n.createElement(rg,null,n.createElement(_g,ng(tg({},this.props),{schema:t,fieldParentsName:o}))),n.createElement(gp,null)):n.createElement("div",null,n.createElement(am,null,e.displayType))}}var og=Object.defineProperty,ag=Object.defineProperties,sg=Object.getOwnPropertyDescriptor,lg=Object.getOwnPropertyDescriptors,cg=Object.getOwnPropertySymbols,ug=Object.prototype.hasOwnProperty,pg=Object.prototype.propertyIsEnumerable,dg=(e,t,n)=>t in e?og(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,fg=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?sg(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&og(t,n,o),o};let hg=class extends n.Component{constructor(){super(...arguments),this.activateOneOf=()=>{this.props.schema.activateOneOf(this.props.idx)}}render(){const{idx:e,schema:t,subSchema:r}=this.props;return n.createElement(hp,{ $ deprecated:r.deprecated, $ active:e===t.activeOneOf,onClick:this.activateOneOf},r.title||r.typePrefix+r.displayType)}};hg=fg([nm],hg);let mg=class extends n.Component{render(){const{schema:{oneOf:e},schema:t}=this.props;if(void 0===e)return null;const r=e[t.activeOneOf];return n.createElement("div",null,n.createElement(fp,null," ",t.oneOfType," "),n.createElement(dp,null,e.map(((e,r)=>n.createElement(hg,{key:e.pointer,schema:t,subSchema:e,idx:r})))),n.createElement("div",null,e[t.activeOneOf].deprecated&&n.createElement(np,{type:"warning"},"Deprecated")),n.createElement(_m,{constraints:r.constraints}),n.createElement(_g,((e,t)=>ag(e,lg(t)))(((e,t)=>{for(var n in t||(t={}))ug.call(t,n)&&dg(e,n,t[n]);if(cg)for(var n of cg(t))pg.call(t,n)&&dg(e,n,t[n]);return e})({},this.props),{schema:r})))}};mg=fg([nm],mg);const gg=nm((({schema:e})=>n.createElement("div",null,n.createElement(am,null,e.displayType),e.title&&n.createElement(sm,null," ",e.title," "),n.createElement(pm,null," ",bi("recursive")," "))));var yg=Object.defineProperty,bg=Object.defineProperties,vg=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),xg=Object.getOwnPropertySymbols,wg=Object.prototype.hasOwnProperty,kg=Object.prototype.propertyIsEnumerable,Sg=(e,t,n)=>t in e?yg(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Og=(e,t)=>{for(var n in t||(t={}))wg.call(t,n)&&Sg(e,n,t[n]);if(xg)for(var n of xg(t))kg.call(t,n)&&Sg(e,n,t[n]);return e},Eg=(e,t)=>bg(e,vg(t));let _g=class extends n.Component{render(){var e;const t=this.props,{schema:r}=t,i=((e,t)=>{var n={};for(var r in e)wg.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&xg)for(var r of xg(e))t.indexOf(r)<0&&kg.call(e,r)&&(n[r]=e[r]);return n})(t,["schema"]),o=(i.level||0)+1;if(!r)return n.createElement("em",null," Schema not provided ");const{type:a,oneOf:s,discriminatorProp:l,isCircular:c}=r;if(c)return n.createElement(gg,{schema:r});if(void 0!==l){if(!s||!s.length)return console.warn( ` Looks like you are using discriminator wrong : you don ' t have any definition inherited from the $ { r . title } ` ),null;const e=s[r.activeOneOf];return e.isCircular?n.createElement(gg,{schema:e}):n.createElement(Ym,Eg(Og({},i),{level:o,schema:e,discriminator:{fieldName:l,parentSchema:r}}))}if(void 0!==s)return n.createElement(mg,Og({schema:r},i));const u=mi(a)?a:[a];if(u.includes("object")){if(null==(e=r.fields)?void 0:e.length)return n.createElement(Ym,Eg(Og({},this.props),{level:o}))}else if(u.includes("array"))return n.createElement(ig,Eg(Og({},this.props),{level:o}));const p={schema:r,name:"",required:!1,description:r.description,externalDocs:r.externalDocs,deprecated:!1,toggle:()=>null,expanded:!1};return n.createElement("div",null,n.createElement(Fm,{field:p}))}};_g=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})(
2025-01-29 15:35:10 +03:30
background : $ { ( { theme : e } ) => e . codeBlock . backgroundColor } ;
& > div ,
& > pre {
padding : $ { e => 4 * e . theme . spacing . unit } px ;
margin : 0 ;
}
& > div > pre {
padding : 0 ;
}
2025-03-03 20:28:19 +03:30
` ,Lg=(fa.div `
2025-01-29 15:35:10 +03:30
background - color : # e4e7eb ;
` ,fa.ul `
display : inline ;
list - style : none ;
padding : 0 ;
li {
display : inherit ;
& : after {
content : ',' ;
}
& : last - child : after {
content : none ;
}
}
` ,fa.code `
font - size : $ { e => e . theme . typography . code . fontSize } ;
font - family : $ { e => e . theme . typography . code . fontFamily } ;
margin : 0 3 px ;
padding : 0.2 em ;
display : inline - block ;
line - height : 1 ;
& : after {
content : ',' ;
font - weight : normal ;
}
& : last - child : after {
content : none ;
}
2025-03-03 20:28:19 +03:30
` ),Dg=fa.span `
2025-01-29 15:35:10 +03:30
& : after {
content : ' and ' ;
font - weight : normal ;
}
& : last - child : after {
content : none ;
}
2025-03-03 20:28:19 +03:30
$ { Lf } ;
` ,Mg=fa.span `
2025-01-29 15:35:10 +03:30
$ { e => ! e . $expanded && "white-space: nowrap;" }
& : after {
content : ' or ' ;
$ { e => e . $expanded && "content: ' or \\a';" }
white - space : pre ;
}
& : last - child : after ,
& : only - child : after {
content : none ;
}
2025-03-03 20:28:19 +03:30
$ { Lf } ;
` ,Fg=fa.div `
2025-01-29 15:35:10 +03:30
flex : 1 1 auto ;
cursor : pointer ;
2025-03-03 20:28:19 +03:30
` ,zg=fa.div `
2025-01-29 15:35:10 +03:30
width : $ { e => e . theme . schema . defaultDetailsWidth } ;
text - overflow : ellipsis ;
border - radius : 4 px ;
overflow : hidden ;
$ { e => e . $expanded && ` background: ${ e . theme . colors . gray [ 100 ] } ; \n padding: 8px 9.6px; \n margin: 20px 0; \n width: 100%; \n ` } ;
$ { va . lessThan ( "small" ) `
margin - top : 10 px ;
` }
2025-03-03 20:28:19 +03:30
` ,Ug=fa(Hu) `
2025-01-29 15:35:10 +03:30
display : inline - block ;
margin : 0 ;
2025-03-03 20:28:19 +03:30
` ,Bg=fa.div `
2025-01-29 15:35:10 +03:30
width : 100 % ;
display : flex ;
margin : 1 em 0 ;
flex - direction : $ { e => e . $expanded ? "column" : "row" } ;
$ { va . lessThan ( "small" ) `
flex - direction : column ;
` }
2025-03-03 20:28:19 +03:30
` ,qg=fa.div `
2025-01-29 15:35:10 +03:30
margin : 0.5 em 0 ;
2025-03-03 20:28:19 +03:30
` ,Vg=fa.div `
2025-01-29 15:35:10 +03:30
border - bottom : 1 px solid $ { ( { theme : e } ) => e . colors . border . dark } ;
margin - bottom : 1.5 em ;
padding - bottom : 0.7 em ;
h5 {
line - height : 1 em ;
margin : 0 0 0.6 em ;
font - size : $ { ( { theme : e } ) => e . typography . fontSize } ;
}
. redoc - markdown p : first - child {
display : inline ;
}
2025-03-03 20:28:19 +03:30
` ;function Wg({children:e,height:t}){const r=n.createRef(),[i,o]=n.useState(!1),[a,s]=n.useState(!1);return n.useEffect((()=>{r.current&&r.current.clientHeight+20<r.current.scrollHeight&&s(!0)}),[r]),n.createElement(n.Fragment,null,n.createElement(Hg,{ref:r,className:i?"":"container",style:{height:i?"auto":t}},e),n.createElement(Yg,{ $ dimmed:!i},a&&n.createElement(Gg,{onClick:()=>{o(!i)}},i?"See less":"See more")))}const Hg=fa.div `
2025-01-29 15:35:10 +03:30
overflow - y : hidden ;
2025-03-03 20:28:19 +03:30
` ,Yg=fa.div `
2025-01-29 15:35:10 +03:30
text - align : center ;
line - height : 1.5 em ;
$ { ( { $dimmed : e } ) => e && "background-image: linear-gradient(to bottom, transparent,rgb(255 255 255));\n position: relative;\n top: -0.5em;\n padding-top: 0.5em;\n background-position-y: -1em;\n " }
2025-03-03 20:28:19 +03:30
` ,Gg=fa.a `
2025-01-29 15:35:10 +03:30
cursor : pointer ;
2025-03-03 20:28:19 +03:30
` ,Qg=n.memo((function(e){const{type:t,flow:r,RequiredScopes:i}=e,o=Object.keys((null==r?void 0:r.scopes)||{});return n.createElement(n.Fragment,null,n.createElement(qg,null,n.createElement("b",null,"Flow type: "),n.createElement("code",null,t," ")),("implicit"===t||"authorizationCode"===t)&&n.createElement(qg,null,n.createElement("strong",null," Authorization URL: "),n.createElement("code",null,n.createElement("a",{target:"_blank",rel:"noopener noreferrer",href:r.authorizationUrl},r.authorizationUrl))),("password"===t||"clientCredentials"===t||"authorizationCode"===t)&&n.createElement(qg,null,n.createElement("b",null," Token URL: "),n.createElement("code",null,r.tokenUrl)),r.refreshUrl&&n.createElement(qg,null,n.createElement("strong",null," Refresh URL: "),n.createElement("code",null,r.refreshUrl)),!!o.length&&n.createElement(n.Fragment,null,i||null,n.createElement(qg,null,n.createElement("b",null," Scopes: ")),n.createElement(Wg,{height:"4em"},n.createElement("ul",null,o.map((e=>n.createElement("li",{key:e},n.createElement("code",null,e)," -"," ",n.createElement(Yf,{className:"redoc-markdown",inline:!0,source:r.scopes[e]||""}))))))))}));function Xg(e){const{RequiredScopes:t,scheme:r}=e;return n.createElement(Df,null,r.apiKey?n.createElement(n.Fragment,null,n.createElement(qg,null,n.createElement("b",null,(i=r.apiKey.in||"").charAt(0).toUpperCase()+i.slice(1)," parameter name: "),n.createElement("code",null,r.apiKey.name)),t):r.http?n.createElement(n.Fragment,null,n.createElement(qg,null,n.createElement("b",null,"HTTP Authorization Scheme: "),n.createElement("code",null,r.http.scheme)),n.createElement(qg,null,"bearer"===r.http.scheme&&r.http.bearerFormat&&n.createElement(n.Fragment,null,n.createElement("b",null,"Bearer format: "),n.createElement("code",null,r.http.bearerFormat))),t):r.openId?n.createElement(n.Fragment,null,n.createElement(qg,null,n.createElement("b",null,"Connect URL: "),n.createElement("code",null,n.createElement("a",{target:"_blank",rel:"noopener noreferrer",href:r.openId.connectUrl},r.openId.connectUrl))),t):r.flows?Object.keys(r.flows).map((e=>n.createElement(Qg,{key:e,type:e,RequiredScopes:t,flow:r.flows[e]}))):null);var i}const Kg={oauth2:"OAuth2",apiKey:"API Key",http:"HTTP",openIdConnect:"OpenID Connect"};class Zg extends n.PureComponent{render(){return this.props.securitySchemes.schemes.map((e=>n.createElement(Lu,{id:e.sectionId,key:e.id},n.createElement(Fu,null,n.createElement( $ u,null,n.createElement(qu,null,n.createElement(Ju,{to:e.sectionId}),e.displayName),n.createElement(Yf,{source:e.description||""}),n.createElement(Vg,null,n.createElement(qg,null,n.createElement("b",null,"Security Scheme Type: "),n.createElement("span",null,Kg[e.type]||e.type)),n.createElement(Xg,{scheme:e})))))))}}class Jg{constructor(e,t,n={},r=!0){var i,o,a,s;this.marker=new Hs,this.disposer=null,this.rawOptions=n,this.options=new Pi(n,ey),this.scroll=new _f(this.options),kf.updateOnHistory(Vs.currentId,this.scroll),this.spec=new nf(e,t,this.options),this.menu=new kf(this.spec,this.scroll,Vs),this.options.disableSearch||(this.search=new Af,r&&this.search.indexItems(this.menu.items),this.disposer=(i=this.menu,o="activeItemIdx",x(a=e=>{this.updateMarkOnMenu(e.newValue)})?function(e,t,n,r){return Xn(e,t).observe_(n,r)}(i,o,a,s):function(e,t,n){return Xn(e).observe_(t,n)}(i,o,a)))}static fromJS(e){const t=new Jg(e.spec.data,e.spec.url,e.options,!1);return t.menu.activeItemIdx=e.menu.activeItemIdx||0,t.menu.activate(t.menu.flatItems[t.menu.activeItemIdx]),t.options.disableSearch||t.search.load(e.searchIndex),t}onDidMount(){this.menu.updateOnHistory(),this.updateMarkOnMenu(this.menu.activeItemIdx)}dispose(){this.scroll.dispose(),this.menu.dispose(),this.search&&this.search.dispose(),null!=this.disposer&&this.disposer()}toJS(){return e=this,t=null,n=function*(){return{menu:{activeItemIdx:this.menu.activeItemIdx},spec:{url:this.spec.parser.specUrl,data:this.spec.parser.spec},searchIndex:this.search?yield this.search.toJS():void 0,options:this.rawOptions}},new Promise(((r,i)=>{var o=e=>{try{s(n.next(e))}catch(e){i(e)}},a=e=>{
2025-01-29 15:35:10 +03:30
margin - top : 0 ;
margin - bottom : 0.5 em ;
$ { wa ( "ApiHeader" ) } ;
2025-03-03 20:28:19 +03:30
` ,ny=xa.a `
2025-01-29 15:35:10 +03:30
border : 1 px solid $ { e => e . theme . colors . primary . main } ;
color : $ { e => e . theme . colors . primary . main } ;
font - weight : normal ;
margin - left : 0.5 em ;
padding : 4 px 8 px 4 px ;
display : inline - block ;
text - decoration : none ;
cursor : pointer ;
$ { wa ( "DownloadButton" ) } ;
2025-03-03 20:28:19 +03:30
` ,ry=xa.span `
2025-01-29 15:35:10 +03:30
& : : before {
content : '|' ;
display : inline - block ;
opacity : 0.5 ;
width : $ { 15 } px ;
text - align : center ;
}
& : last - child : : after {
display : none ;
}
2025-03-03 20:28:19 +03:30
` ,iy=xa.div `
2025-01-29 15:35:10 +03:30
overflow : hidden ;
2025-03-03 20:28:19 +03:30
` ,oy=xa.div `
2025-01-29 15:35:10 +03:30
display : flex ;
flex - wrap : wrap ;
// hide separator on new lines: idea from https://stackoverflow.com/a/31732902/1749888
margin - left : - $ { 15 } px ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let ay=class extends n.Component{render(){const{store:e}=this.props,{info:t,externalDocs:r}=e.spec,i=e.options.hideDownloadButtons,o=t.downloadUrls,a=t.downloadFileName,s=t.license&&n.createElement(ry,null,"License:"," ",t.license.identifier?t.license.identifier:n.createElement("a",{href:t.license.url},t.license.name))||null,l=t.contact&&t.contact.url&&n.createElement(ry,null,"URL: ",n.createElement("a",{href:t.contact.url},t.contact.url))||null,c=t.contact&&t.contact.email&&n.createElement(ry,null,t.contact.name||"E-mail",":"," ",n.createElement("a",{href:"mailto:"+t.contact.email},t.contact.email))||null,u=t.termsOfService&&n.createElement(ry,null,n.createElement("a",{href:t.termsOfService},"Terms of Service"))||null,p=t.version&&n.createElement("span",null,"(",t.version,")")||null;return n.createElement(Lu,null,n.createElement(Fu,null,n.createElement( $ u,{className:"api-info"},n.createElement(ty,null,t.title," ",p),!i&&n.createElement("p",null,bi("downloadSpecification"),":",null==o?void 0:o.map((({title:e,url:t})=>n.createElement(ny,{download:a||!0,target:"_blank",href:t,rel:"noreferrer",key:t},e)))),n.createElement(Df,null,(t.license||t.contact||t.termsOfService)&&n.createElement(iy,null,n.createElement(oy,null,c," ",l," ",s," ",u))||null),n.createElement(Yf,{source:e.spec.info.summary,"data-role":"redoc-summary"}),n.createElement(Yf,{source:e.spec.info.description,"data-role":"redoc-description"}),r&&n.createElement(bm,{externalDocs:r}))))}};ay=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],ay);const sy=xa.img `
2025-01-29 15:35:10 +03:30
max - height : $ { e => e . theme . logo . maxHeight } ;
max - width : $ { e => e . theme . logo . maxWidth } ;
padding : $ { e => e . theme . logo . gutter } ;
width : 100 % ;
display : block ;
2025-03-03 20:28:19 +03:30
` ,ly=xa.div `
2025-01-29 15:35:10 +03:30
text - align : center ;
2025-03-03 20:28:19 +03:30
` ,cy=xa.a `
2025-01-29 15:35:10 +03:30
display : inline - block ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let uy=class extends n.Component{render(){const{info:e}=this.props,t=e["x-logo"];if(!t||!t.url)return null;const r=t.href||e.contact&&e.contact.url,i=t.altText?t.altText:"logo",o=n.createElement(sy,{src:t.url,alt:i});return n.createElement(ly,{style:{backgroundColor:t.backgroundColor}},r?(a=r,e=>n.createElement(cy,{href:a},e))(o):o);var a}};uy=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],uy);var py=Object.defineProperty,dy=Object.getOwnPropertySymbols,fy=Object.prototype.hasOwnProperty,hy=Object.prototype.propertyIsEnumerable,my=(e,t,n)=>t in e?py(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gy=(e,t)=>{for(var n in t||(t={}))fy.call(t,n)&&my(e,n,t[n]);if(dy)for(var n of dy(t))hy.call(t,n)&&my(e,n,t[n]);return e};class yy extends n.Component{render(){return n.createElement(Ta,null,(e=>n.createElement(Qu,null,(t=>this.renderWithOptionsAndStore(e,t)))))}renderWithOptionsAndStore(e,t){const{source:r,htmlWrap:i=e=>e}=this.props;if(!t)throw new Error("When using components in markdown, store prop must be provided");const o=new Ul(e,this.props.parentId).renderMdWithComponents(r);return o.length?o.map(((e,r)=>{if("string"==typeof e)return n.cloneElement(i(n.createElement(Hf,{html:e,inline:!1,compact:!1})),{key:r});const o=e.component;return n.createElement(o,gy({key:r},gy(gy({},e.props),e.propsSelector(t))))})):null}}var by=r(2485);const vy=xa.span.attrs((e=>({className: ` operation - type $ { e . type } ` }))) `
2025-01-29 15:35:10 +03:30
width : 9 ex ;
display : inline - block ;
height : $ { e => e . theme . typography . code . fontSize } ;
line - height : $ { e => e . theme . typography . code . fontSize } ;
background - color : $ { e => e . color || "#333" } ;
border - radius : 3 px ;
background - repeat : no - repeat ;
background - position : 6 px 4 px ;
font - size : 7 px ;
font - family : Verdana , sans - serif ; // web-safe
color : white ;
text - transform : uppercase ;
text - align : center ;
font - weight : bold ;
vertical - align : middle ;
margin - right : 6 px ;
margin - top : 2 px ;
& . get {
background - color : $ { ( { theme : e } ) => e . colors . http . get } ;
}
& . post {
background - color : $ { ( { theme : e } ) => e . colors . http . post } ;
}
& . put {
background - color : $ { ( { theme : e } ) => e . colors . http . put } ;
}
& . options {
background - color : $ { ( { theme : e } ) => e . colors . http . options } ;
}
& . patch {
background - color : $ { ( { theme : e } ) => e . colors . http . patch } ;
}
& . delete {
background - color : $ { ( { theme : e } ) => e . colors . http . delete } ;
}
& . basic {
background - color : $ { ( { theme : e } ) => e . colors . http . basic } ;
}
& . link {
background - color : $ { ( { theme : e } ) => e . colors . http . link } ;
}
& . head {
background - color : $ { ( { theme : e } ) => e . colors . http . head } ;
}
& . hook {
background - color : $ { ( { theme : e } ) => e . colors . primary . main } ;
}
& . schema {
background - color : $ { ( { theme : e } ) => e . colors . http . basic } ;
}
2025-03-03 20:28:19 +03:30
` ;function xy(e,{theme:t},n){return e>1?t.sidebar.level1Items[n]:1===e?t.sidebar.groupItems[n]:""}const wy=xa.ul `
2025-01-29 15:35:10 +03:30
margin : 0 ;
padding : 0 ;
& : first - child {
padding - bottom : 32 px ;
}
& & {
font - size : 0.929 em ;
}
$ { e => e . $expanded ? "" : "display: none;" } ;
2025-03-03 20:28:19 +03:30
` ,ky=xa.li `
2025-01-29 15:35:10 +03:30
list - style : none inside none ;
overflow : hidden ;
text - overflow : ellipsis ;
padding : 0 ;
$ { e => 0 === e . depth ? "margin-top: 15px" : "" } ;
2025-03-03 20:28:19 +03:30
` ,Sy={0:ma `
2025-01-29 15:35:10 +03:30
opacity : 0.7 ;
text - transform : $ { ( { theme : e } ) => e . sidebar . groupItems . textTransform } ;
font - size : 0.8 em ;
padding - bottom : 0 ;
cursor : default ;
` ,1:ma `
font - size : 0.929 em ;
text - transform : $ { ( { theme : e } ) => e . sidebar . level1Items . textTransform } ;
2025-03-03 20:28:19 +03:30
` },Oy=xa.label.attrs((e=>({className:by("-depth"+e. $ depth,{active:e. $ active})}))) `
2025-01-29 15:35:10 +03:30
cursor : pointer ;
2025-03-03 20:28:19 +03:30
color : $ { e => e . $active ? xy ( e . $depth , e , "activeTextColor" ) : e . theme . sidebar . textColor } ;
2025-01-29 15:35:10 +03:30
margin : 0 ;
padding : 12.5 px $ { e => 4 * e . theme . spacing . unit } px ;
$ { ( { $depth : e , $type : t , theme : n } ) => "section" === t && e > 1 && "padding-left: " + 8 * n . spacing . unit + "px;" || "" }
display : flex ;
justify - content : space - between ;
font - family : $ { e => e . theme . typography . headings . fontFamily } ;
2025-03-03 20:28:19 +03:30
$ { e => Sy [ e . $depth ] } ;
background - color : $ { e => e . $active ? xy ( e . $depth , e , "activeBackgroundColor" ) : e . theme . sidebar . backgroundColor } ;
2025-01-29 15:35:10 +03:30
2025-03-03 20:28:19 +03:30
$ { e => e . $deprecated && rp || "" } ;
2025-01-29 15:35:10 +03:30
& : hover {
2025-03-03 20:28:19 +03:30
color : $ { e => xy ( e . $depth , e , "activeTextColor" ) } ;
background - color : $ { e => xy ( e . $depth , e , "activeBackgroundColor" ) } ;
2025-01-29 15:35:10 +03:30
}
2025-03-03 20:28:19 +03:30
$ { tp } {
2025-01-29 15:35:10 +03:30
height : $ { ( { theme : e } ) => e . sidebar . arrow . size } ;
width : $ { ( { theme : e } ) => e . sidebar . arrow . size } ;
polygon {
fill : $ { ( { theme : e } ) => e . sidebar . arrow . color } ;
}
}
2025-03-03 20:28:19 +03:30
` ,Ey=xa.span `
2025-01-29 15:35:10 +03:30
display : inline - block ;
vertical - align : middle ;
width : $ { e => e . width ? e . width : "auto" } ;
overflow : hidden ;
text - overflow : ellipsis ;
2025-03-03 20:28:19 +03:30
` ,_y=xa.div `
2025-01-29 15:35:10 +03:30
$ { ( { theme : e } ) => ma `
font - size : 0.8 em ;
margin - top : $ { 2 * e . spacing . unit } px ;
text - align : center ;
position : fixed ;
width : $ { e . sidebar . width } ;
bottom : 0 ;
background : $ { e . sidebar . backgroundColor } ;
a ,
a : visited ,
a : hover {
color : $ { e . sidebar . textColor } ! important ;
padding : $ { e . spacing . unit } px 0 ;
border - top : 1 px solid $ { Ur ( . 1 , e . sidebar . backgroundColor ) } ;
text - decoration : none ;
display : flex ;
align - items : center ;
justify - content : center ;
}
` };
img {
width : 15 px ;
margin - right : 5 px ;
}
$ { va . lessThan ( "small" ) `
width : 100 % ;
` };
2025-03-03 20:28:19 +03:30
` ,Ay=xa.button `
2025-01-29 15:35:10 +03:30
border : 0 ;
width : 100 % ;
text - align : left ;
& > * {
vertical - align : middle ;
}
2025-03-03 20:28:19 +03:30
$ { tp } {
2025-01-29 15:35:10 +03:30
polygon {
fill : $ { ( { theme : e } ) => Ur ( e . colors . tonalOffset , e . colors . gray [ 100 ] ) } ;
}
}
2025-03-03 20:28:19 +03:30
` ,jy=xa.span `
2025-01-29 15:35:10 +03:30
text - decoration : $ { e => e . $deprecated ? "line-through" : "none" } ;
margin - right : 8 px ;
2025-03-03 20:28:19 +03:30
` ,Cy=xa(vy) `
2025-01-29 15:35:10 +03:30
margin : 0 5 px 0 0 ;
2025-03-03 20:28:19 +03:30
` ,Py=xa((e=>{const{name:t,opened:r,className:i,onClick:o,httpVerb:a,deprecated:s}=e;return n.createElement(Ay,{className:i,onClick:o||void 0},n.createElement(Cy,{type:a},Ss(a)),n.createElement(tp,{size:"1.5em",direction:r?"down":"right",float:"left"}),n.createElement(jy,{ $ deprecated:s},t),s?n.createElement(np,{type:"warning"}," ",bi("deprecated")," "):null)})) `
2025-01-29 15:35:10 +03:30
padding : 10 px ;
border - radius : 2 px ;
margin - bottom : 4 px ;
line - height : 1.5 em ;
background - color : $ { ( { theme : e } ) => e . colors . gray [ 100 ] } ;
cursor : pointer ;
outline - color : $ { ( { theme : e } ) => Ur ( e . colors . tonalOffset , e . colors . gray [ 100 ] ) } ;
2025-03-03 20:28:19 +03:30
` ,Ty=xa.div `
2025-01-29 15:35:10 +03:30
padding : 10 px 25 px ;
background - color : $ { ( { theme : e } ) => e . colors . gray [ 50 ] } ;
margin - bottom : 5 px ;
margin - top : 5 px ;
2025-03-03 20:28:19 +03:30
` ;class Iy extends n.PureComponent{constructor(){super(...arguments),this.selectElement=()=>{th.selectElement(this.child)}}render(){const{children:e}=this.props;return n.createElement("div",{ref:e=>this.child=e,onClick:this.selectElement,onFocus:this.selectElement,tabIndex:0,role:"button"},e)}}const Ry=xa.div `
2025-01-29 15:35:10 +03:30
cursor : pointer ;
position : relative ;
margin - bottom : 5 px ;
2025-03-03 20:28:19 +03:30
` ,Ny=xa.span `
2025-01-29 15:35:10 +03:30
font - family : $ { e => e . theme . typography . code . fontFamily } ;
margin - left : 10 px ;
flex : 1 ;
overflow - x : hidden ;
text - overflow : ellipsis ;
2025-03-03 20:28:19 +03:30
` , $ y=xa.button `
2025-01-29 15:35:10 +03:30
outline : 0 ;
color : inherit ;
width : 100 % ;
text - align : left ;
cursor : pointer ;
padding : 10 px 30 px 10 px $ { e => e . $inverted ? "10px" : "20px" } ;
border - radius : $ { e => e . $inverted ? "0" : "4px 4px 0 0" } ;
background - color : $ { e => e . $inverted ? "transparent" : e . theme . codeBlock . backgroundColor } ;
display : flex ;
white - space : nowrap ;
align - items : center ;
border : $ { e => e . $inverted ? "0" : "1px solid transparent" } ;
border - bottom : $ { e => e . $inverted ? "1px solid #ccc" : "0" } ;
transition : border - color 0.25 s ease ;
$ { e => e . $expanded && ! e . $inverted && ` border-color: ${ e . theme . colors . border . dark } ; ` || "" }
2025-03-03 20:28:19 +03:30
. $ { Ny } {
2025-01-29 15:35:10 +03:30
color : $ { e => e . $inverted ? e . theme . colors . text . primary : "#ffffff" } ;
}
& : focus {
box - shadow : inset 0 2 px 2 px rgba ( 0 , 0 , 0 , 0.45 ) , 0 2 px 0 rgba ( 128 , 128 , 128 , 0.25 ) ;
}
2025-03-03 20:28:19 +03:30
` ,Ly=xa.span.attrs((e=>({className: ` http - verb $ { e . type } ` }))) `
2025-01-29 15:35:10 +03:30
font - size : $ { e => e . $compact ? "0.8em" : "0.929em" } ;
line - height : $ { e => e . $compact ? "18px" : "20px" } ;
background - color : $ { e => e . theme . colors . http [ e . type ] || "#999999" } ;
color : # ffffff ;
padding : $ { e => e . $compact ? "2px 8px" : "3px 10px" } ;
text - transform : uppercase ;
font - family : $ { e => e . theme . typography . headings . fontFamily } ;
margin : 0 ;
2025-03-03 20:28:19 +03:30
` ,Dy=xa.div `
2025-01-29 15:35:10 +03:30
position : absolute ;
width : 100 % ;
z - index : 100 ;
background : $ { e => e . theme . rightPanel . servers . overlay . backgroundColor } ;
color : $ { e => e . theme . rightPanel . servers . overlay . textColor } ;
box - sizing : border - box ;
box - shadow : 0 0 6 px rgba ( 0 , 0 , 0 , 0.33 ) ;
overflow : hidden ;
border - bottom - left - radius : 4 px ;
border - bottom - right - radius : 4 px ;
transition : all 0.25 s ease ;
visibility : hidden ;
$ { e => e . $expanded ? "visibility: visible;" : "transform: translateY(-50%) scaleY(0);" }
2025-03-03 20:28:19 +03:30
` ,My=xa.div `
2025-01-29 15:35:10 +03:30
padding : 10 px ;
2025-03-03 20:28:19 +03:30
` ,Fy=xa.div `
2025-01-29 15:35:10 +03:30
padding : 5 px ;
border : 1 px solid # ccc ;
background : $ { e => e . theme . rightPanel . servers . url . backgroundColor } ;
word - break : break - all ;
color : $ { e => e . theme . colors . primary . main } ;
> span {
color : $ { e => e . theme . colors . text . primary } ;
}
2025-03-03 20:28:19 +03:30
` ;class zy extends n.Component{constructor(e){super(e),this.toggle=()=>{this.setState({expanded:!this.state.expanded})},this.state={expanded:!1}}render(){const{operation:e,inverted:t,hideHostname:r}=this.props,{expanded:i}=this.state;return n.createElement(Ca.Consumer,null,(o=>n.createElement(Ry,null,n.createElement( $ y,{onClick:this.toggle, $ expanded:i, $ inverted:t},n.createElement(Ly,{type:e.httpVerb, $ compact:this.props.compact},e.httpVerb),n.createElement(Ny,null,e.path),n.createElement(tp,{float:"right",color:t?"black":"white",size:"20px",direction:i?"up":"down",style:{marginRight:"-25px"}})),n.createElement(Dy,{ $ expanded:i,"aria-hidden":!i},e.servers.map((t=>{const i=o.expandDefaultServerVariables?function(e,t={}){return e.replace(/(?:{)([ \w -.]+)(?:})/g,((e,n)=>t[n]&&t[n].default||e))}(t.url,t.variables):t.url,a=function(e){try{return fi(e).pathname}catch(t){return e}}(i);return n.createElement(My,{key:i},n.createElement(Yf,{source:t.description||"",compact:!0}),n.createElement(Iy,null,n.createElement(Fy,null,n.createElement("span",null,r||o.hideHostname?"/"===a?"":a:i),e.path)))}))))))}}class Uy extends n.PureComponent{render(){const{place:e,parameters:t}=this.props;return t&&t.length?n.createElement("div",{key:e},n.createElement(Hu,null,e," Parameters"),n.createElement(pp,null,n.createElement("tbody",null,oi(t,((e,t)=>n.createElement(Wm,{key:e.name,isLast:t,field:e,showExamples:!0})))))):null}}Object.defineProperty,Object.getOwnPropertyDescriptor;let By=class extends n.Component{constructor(){super(...arguments),this.switchMedia=({idx:e})=>{this.props.content&&void 0!==e&&this.props.content.activate(e)}}render(){const{content:e}=this.props;if(!e||!e.mediaTypes||!e.mediaTypes.length)return null;const t=e.activeMimeIdx,r=e.mediaTypes.map(((e,t)=>({value:e.name,idx:t}))),i=({children:e})=>this.props.withLabel?n.createElement(wh,null,n.createElement(xh,null,"Content type"),e):e;return n.createElement(n.Fragment,null,n.createElement(i,null,this.props.renderDropdown({value:r[t].value,options:r,onChange:this.switchMedia,ariaLabel:"Content type"})),this.props.children(e.active))}};By=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],By);var qy=Object.defineProperty,Vy=Object.getOwnPropertySymbols,Wy=Object.prototype.hasOwnProperty,Hy=Object.prototype.propertyIsEnumerable,Yy=(e,t,n)=>t in e?qy(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Gy=(e,t)=>{for(var n in t||(t={}))Wy.call(t,n)&&Yy(e,n,t[n]);if(Vy)for(var n of Vy(t))Hy.call(t,n)&&Yy(e,n,t[n]);return e},Qy=(e,t)=>{var n={};for(var r in e)Wy.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&Vy)for(var r of Vy(e))t.indexOf(r)<0&&Hy.call(e,r)&&(n[r]=e[r]);return n};const Xy=["path","query","cookie","header"];class Ky extends n.PureComponent{orderParams(e){const t={};return e.forEach((e=>{var n,r,i;i=e,(n=t)[r=e.in]||(n[r]=[]),n[r].push(i)})),t}render(){const{body:e,parameters:t=[]}=this.props;if(void 0===e&&void 0===t)return null;const r=this.orderParams(t),i=t.length>0?Xy:[],o=e&&e.content,a=e&&e.description,s=e&&e.required;return n.createElement(n.Fragment,null,i.map((e=>n.createElement(Uy,{key:e,place:e,parameters:r[e]}))),o&&n.createElement(Jy,{content:o,description:a,bodyRequired:s}))}}function Zy(e){var t=e,{bodyRequired:r}=t,i=Qy(t,["bodyRequired"]);const o="boolean"==typeof r&&!!r,a="boolean"==typeof r&&!r;return n.createElement(Hu,{key:"header"},"Request Body schema: ",n.createElement(Nf,Gy({},i)),o&&n.createElement(tb,null,"required"),a&&n.createElement(nb,null,"optional"))}function Jy(e){const{content:t,description:r,bodyRequired:i}=e,{isRequestType:o}=t;return n.createElement(By,{content:t,renderDropdown:e=>n.createElement(Zy,Gy({bodyRequired:i},e))},(({schema:e})=>n.createElement(n.Fragment,null,void 0!==r&&n.createElement(Yf,{source:r}),"object"===(null==e?void 0:e.type)&&n.createElement(_m,{constraints:(null==e?void 0:e.constraints)||[]}),n.createElement(_g,{skipReadOnly:o,skipWriteOnly:!o,key:"schema",schema:e}))))}const eb=" \n text-transform: lowercase; \n margin-left: 0; \n line-height: 1.5em; \n ",tb=xa
$ { eb }
` ,nb=xa("div") `
$ { eb }
2025-01-29 15:35:10 +03:30
color : $ { ( { theme : e } ) => e . colors . text . secondary } ;
font - size : $ { e => e . theme . schema . labelsTextSize } ;
2025-03-03 20:28:19 +03:30
` ,rb=xa(n.memo((function({title:e,type:t,empty:r,code:i,opened:o,className:a,onClick:s}){return n.createElement("button",{className:a,onClick:!r&&s||void 0,"aria-expanded":o,disabled:r},!r&&n.createElement(tp,{size:"1.5em",color:t,direction:o?"down":"right",float:"left"}),n.createElement(ab,null,i," "),n.createElement(Yf,{compact:!0,inline:!0,source:e}))}))) `
2025-01-29 15:35:10 +03:30
display : block ;
border : 0 ;
width : 100 % ;
text - align : left ;
padding : 10 px ;
border - radius : 2 px ;
margin - bottom : 4 px ;
line - height : 1.5 em ;
cursor : pointer ;
color : $ { e => e . theme . colors . responses [ e . type ] . color } ;
background - color : $ { e => e . theme . colors . responses [ e . type ] . backgroundColor } ;
& : focus {
outline : auto $ { e => e . theme . colors . responses [ e . type ] . color } ;
}
$ { e => e . empty ? '\ncursor: default;\n&::before {\n content: "—";\n font-weight: bold;\n width: 1.5em;\n text-align: center;\n display: inline-block;\n vertical-align: top;\n}\n&:focus {\n outline: 0;\n}\n' : "" } ;
2025-03-03 20:28:19 +03:30
` ,ib=xa.div `
2025-01-29 15:35:10 +03:30
padding : 10 px ;
2025-03-03 20:28:19 +03:30
` ,ob=xa(Hu).attrs({as:"caption"}) `
2025-01-29 15:35:10 +03:30
text - align : left ;
margin - top : 1 em ;
caption - side : top ;
2025-03-03 20:28:19 +03:30
` ,ab=xa.strong `
2025-01-29 15:35:10 +03:30
vertical - align : top ;
2025-03-03 20:28:19 +03:30
` ;class sb extends n.PureComponent{render(){const{headers:e}=this.props;return void 0===e||0===e.length?null:n.createElement(pp,null,n.createElement(ob,null," Response Headers "),n.createElement("tbody",null,oi(e,((e,t)=>n.createElement(Wm,{isLast:t,key:e.name,field:e,showExamples:!0})))))}}var lb=Object.defineProperty,cb=Object.getOwnPropertySymbols,ub=Object.prototype.hasOwnProperty,pb=Object.prototype.propertyIsEnumerable,db=(e,t,n)=>t in e?lb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;class fb extends n.PureComponent{constructor(){super(...arguments),this.renderDropdown=e=>n.createElement(Hu,{key:"header"},"Response Schema: ",n.createElement(Nf,((e,t)=>{for(var n in t||(t={}))ub.call(t,n)&&db(e,n,t[n]);if(cb)for(var n of cb(t))pb.call(t,n)&&db(e,n,t[n]);return e})({},e)))}render(){const{description:e,extensions:t,headers:r,content:i}=this.props.response;return n.createElement(n.Fragment,null,e&&n.createElement(Yf,{source:e}),n.createElement(Sm,{extensions:t}),n.createElement(sb,{headers:r}),n.createElement(By,{content:i,renderDropdown:this.renderDropdown},(({schema:e})=>n.createElement(n.Fragment,null,"object"===(null==e?void 0:e.type)&&n.createElement(_m,{constraints:(null==e?void 0:e.constraints)||[]}),n.createElement(_g,{skipWriteOnly:!0,key:"schema",schema:e})))))}}const hb=nm((({response:e})=>{const{extensions:t,headers:r,type:i,summary:o,description:a,code:s,expanded:l,content:c}=e,u=n.useMemo((()=>void 0===c?[]:c.mediaTypes.filter((e=>void 0!==e.schema))),[c]),p=n.useMemo((()=>!(t&&0!==Object.keys(t).length||0!==r.length||0!==u.length||a)),[t,r,u,a]);return n.createElement("div",null,n.createElement(rb,{onClick:()=>e.toggle(),type:i,empty:p,title:o||"",code:s,opened:l}),l&&!p&&n.createElement(ib,null,n.createElement(fb,{response:e})))})),mb=xa.h3 `
2025-01-29 15:35:10 +03:30
font - size : 1.3 em ;
padding : 0.2 em 0 ;
margin : 3 em 0 1.1 em ;
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
font - weight : normal ;
2025-03-03 20:28:19 +03:30
` ;class gb extends n.PureComponent{render(){const{responses:e,isCallback:t}=this.props;return e&&0!==e.length?n.createElement("div",null,n.createElement(mb,null,bi(t?"callbackResponses":"responses")),e.map((e=>n.createElement(hb,{key:e.code,response:e})))):null}}function yb(e){const{security:t,showSecuritySchemeType:r,expanded:i}=e,o=t.schemes.length>1;return 0===t.schemes.length?n.createElement(Mg,{ $ expanded:i},"None"):n.createElement(Mg,{ $ expanded:i},o&&"(",t.schemes.map((e=>n.createElement(Dg,{key:e.id},r&& ` $ { Kg [ e . type ] || e . type } : ` ,n.createElement("i",null,e.displayName),i&&e.scopes.length?[" (",e.scopes.map((e=>n.createElement(Lg,{key:e},e))),") "]:null))),o&&") ")}const bb=({scopes:e})=>e.length?n.createElement("div",null,n.createElement("b",null,"Required scopes: "),e.map(((e,t)=>n.createElement(n.Fragment,{key:t},n.createElement("code",null,e)," ")))):null;function vb(e){const t=(0,n.useContext)(Yu),r=null==t?void 0:t.options.showSecuritySchemeType,[i,o]=(0,n.useState)(!1),{securities:a}=e;if(!(null==a?void 0:a.length)||(null==t?void 0:t.options.hideSecuritySection))return null;const s=null==t?void 0:t.spec.securitySchemes.schemes.filter((({id:e})=>a.find((t=>t.schemes.find((t=>t.id===e))))));return n.createElement(n.Fragment,null,n.createElement(Bg,{ $ expanded:i},n.createElement(Fg,{onClick:()=>o(!i)},n.createElement(Ug,null,"Authorizations:"),n.createElement(tp,{size:"1.3em",direction:i?"down":"right"})),n.createElement(zg,{ $ expanded:i},a.map(((e,t)=>n.createElement(yb,{key:t,expanded:i,showSecuritySchemeType:r,security:e}))))),i&&!!(null==s?void 0:s.length)&&s.map(((e,t)=>n.createElement(Vg,{key:t},n.createElement("h5",null,n.createElement(xb,null)," ",Kg[e.type]||e.type,": ",e.id),n.createElement(Yf,{source:e.description||""}),n.createElement(Xg,{key:e.id,scheme:e,RequiredScopes:n.createElement(bb,{scopes:wb(e.id,a)})})))))}const xb=()=>n.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"11",height:"11"},n.createElement("path",{fill:"currentColor",d:"M18 10V6A6 6 0 0 0 6 6v4H3v14h18V10h-3zM8 6c0-2.206 1.794-4 4-4s4 1.794 4 4v4H8V6zm11 16H5V12h14v10z"}));function wb(e,t){const n=[];let r=t.length;for(;r--;){const i=t[r];let o=i.schemes.length;for(;o--;){const t=i.schemes[o];t.id===e&&Array.isArray(t.scopes)&&n.push(...t.scopes)}}return Array.from(new Set(n))}Object.defineProperty,Object.getOwnPropertyDescriptor;let kb=class extends n.Component{render(){const{operation:e}=this.props,{description:t,externalDocs:r}=e,i=!(!t&&!r);return n.createElement(Ty,null,i&&n.createElement(Sb,null,void 0!==t&&n.createElement(Yf,{source:t}),r&&n.createElement(bm,{externalDocs:r})),n.createElement(zy,{operation:this.props.operation,inverted:!0,compact:!0}),n.createElement(Sm,{extensions:e.extensions}),n.createElement(vb,{securities:e.security}),n.createElement(Ky,{parameters:e.parameters,body:e.requestBody}),n.createElement(gb,{responses:e.responses,isCallback:e.isCallback}))}};kb=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],kb);const Sb=xa.div `
2025-01-29 15:35:10 +03:30
margin - bottom : $ { ( { theme : e } ) => 3 * e . spacing . unit } px ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let Ob=class extends n.Component{constructor(){super(...arguments),this.toggle=()=>{this.props.callbackOperation.toggle()}}render(){const{name:e,expanded:t,httpVerb:r,deprecated:i}=this.props.callbackOperation;return n.createElement(n.Fragment,null,n.createElement(Py,{onClick:this.toggle,name:e,opened:t,httpVerb:r,deprecated:i}),t&&n.createElement(kb,{operation:this.props.callbackOperation}))}};Ob=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],Ob);class Eb extends n.PureComponent{render(){const{callbacks:e}=this.props;return e&&0!==e.length?n.createElement("div",null,n.createElement(_b,null," Callbacks "),e.map((e=>e.operations.map(((t,r)=>n.createElement(Ob,{key: ` $ { e . name } _$ { r } ` ,callbackOperation:t})))))):null}}const _b=xa.h3 `
2025-01-29 15:35:10 +03:30
font - size : 1.3 em ;
padding : 0.2 em 0 ;
margin : 3 em 0 1.1 em ;
color : $ { ( { theme : e } ) => e . colors . text . primary } ;
font - weight : normal ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let Ab=class extends n.Component{constructor(e){super(e),this.switchItem=({idx:e})=>{this.props.items&&void 0!==e&&this.setState({activeItemIdx:e})},this.state={activeItemIdx:0}}render(){const{items:e}=this.props;if(!e||!e.length)return null;const t=({children:e})=>this.props.label?n.createElement(wh,null,n.createElement(xh,null,this.props.label),e):e;return n.createElement(n.Fragment,null,n.createElement(t,null,this.props.renderDropdown({value:this.props.options[this.state.activeItemIdx].value,options:this.props.options,onChange:this.switchItem,ariaLabel:this.props.label||"Callback"})),this.props.children(e[this.state.activeItemIdx]))}};Ab=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],Ab);var jb=Object.defineProperty,Cb=Object.defineProperties,Pb=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),Tb=Object.getOwnPropertySymbols,Ib=Object.prototype.hasOwnProperty,Rb=Object.prototype.propertyIsEnumerable,Nb=(e,t,n)=>t in e?jb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let $ b=class extends n.Component{constructor(){super(...arguments),this.renderDropdown=e=>{return n.createElement(Nf,(t=((e,t)=>{for(var n in t||(t={}))Ib.call(t,n)&&Nb(e,n,t[n]);if(Tb)for(var n of Tb(t))Rb.call(t,n)&&Nb(e,n,t[n]);return e})({Label:vh,Dropdown:kh},e),Cb(t,Pb({variant:"dark"}))));var t}}render(){const e=this.props.content;return void 0===e?null:n.createElement(By,{content:e,renderDropdown:this.renderDropdown,withLabel:!0},(e=>n.createElement(Oh,{key:"samples",mediaType:e,renderDropdown:this.renderDropdown})))}}; $ b=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm], $ b);class Lb extends n.Component{render(){const e=this.props.callback.codeSamples.find((e=>Iu(e)));return e?n.createElement(Db,null,n.createElement( $ b,{content:e.requestBodyContent})):null}}const Db=xa.div `
2025-01-29 15:35:10 +03:30
margin - top : 15 px ;
2025-03-03 20:28:19 +03:30
` ;var Mb=Object.defineProperty,Fb=Object.defineProperties,zb=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),Ub=Object.getOwnPropertySymbols,Bb=Object.prototype.hasOwnProperty,qb=Object.prototype.propertyIsEnumerable,Vb=(e,t,n)=>t in e?Mb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Wb=class extends n.Component{constructor(){super(...arguments),this.renderDropdown=e=>{return n.createElement(Nf,(t=((e,t)=>{for(var n in t||(t={}))Bb.call(t,n)&&Vb(e,n,t[n]);if(Ub)for(var n of Ub(t))qb.call(t,n)&&Vb(e,n,t[n]);return e})({Label:vh,Dropdown:kh},e),Fb(t,zb({variant:"dark"}))));var t}}render(){const{callbacks:e}=this.props;if(!e||0===e.length)return null;const t=e.map((e=>e.operations.map((e=>e)))).reduce(((e,t)=>e.concat(t)),[]);if(!t.some((e=>e.codeSamples.length>0)))return null;const r=t.map(((e,t)=>({value: ` $ { e . httpVerb . toUpperCase ( ) } : $ { e . name } ` ,idx:t})));return n.createElement("div",null,n.createElement(Wu,null," Callback payload samples "),n.createElement(Hb,null,n.createElement(Ab,{items:t,renderDropdown:this.renderDropdown,label:"Callback",options:r},(e=>n.createElement(Lb,{key:"callbackPayloadSample",callback:e,renderDropdown:this.renderDropdown})))))}};Wb.contextType=Ca,Wb=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],Wb);const Hb=xa.div `
2025-01-29 15:35:10 +03:30
background : $ { ( { theme : e } ) => e . codeBlock . backgroundColor } ;
padding : $ { e => 4 * e . theme . spacing . unit } px ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let Yb=class extends n.Component{render(){const{operation:e}=this.props,t=e.codeSamples,r=t.length>0,i=1===t.length&&this.context.hideSingleRequestSampleTab;return r&&n.createElement("div",null,n.createElement(Wu,null," ",bi("requestSamples")," "),n.createElement(Yp,{defaultIndex:0},n.createElement(Mp,{hidden:i},t.map((e=>n.createElement(Bp,{key:e.lang+"_"+(e.label||"")},void 0!==e.label?e.label:e.lang)))),t.map((e=>n.createElement(Hp,{key:e.lang+"_"+(e.label||"")},Iu(e)?n.createElement("div",null,n.createElement( $ b,{content:e.requestBodyContent})):n.createElement(hh,{lang:e.lang,source:e.source}))))))||null}};Yb.contextType=Ca,Yb=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],Yb);Object.defineProperty,Object.getOwnPropertyDescriptor;let Gb=class extends n.Component{render(){const{operation:e}=this.props,t=e.responses.filter((e=>e.content&&e.content.hasSample));return t.length>0&&n.createElement("div",null,n.createElement(Wu,null," ",bi("responseSamples")," "),n.createElement(Yp,{defaultIndex:0},n.createElement(Mp,null,t.map((e=>n.createElement(Bp,{className:"tab-"+e.type,key:e.code},e.code)))),t.map((e=>n.createElement(Hp,{key:e.code},n.createElement("div",null,n.createElement( $ b,{content:e.content})))))))||null}};Gb=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],Gb);var Qb=Object.defineProperty,Xb=Object.defineProperties,Kb=Object.getOwnPropertyDescriptors,Zb=Object.getOwnPropertySymbols,Jb=Object.prototype.hasOwnProperty,ev=Object.prototype.propertyIsEnumerable,tv=(e,t,n)=>t in e?Qb(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;const nv=xa.div `
2025-01-29 15:35:10 +03:30
margin - bottom : $ { ( { theme : e } ) => 6 * e . spacing . unit } px ;
2025-03-03 20:28:19 +03:30
` ,rv=nm((({operation:e})=>{const{name:t,description:r,deprecated:i,externalDocs:o,isWebhook:a,httpVerb:s,badges:l}=e,c=!(!r&&!o),{showWebhookVerb:u}=n.useContext(Ca),p=l.filter((({position:e})=>"before"===e)),d=l.filter((({position:e})=>"after"===e));return n.createElement(Ca.Consumer,null,(l=>n.createElement(Fu,((e,t)=>Xb(e,Kb(t)))(((e,t)=>{for(var n in t||(t={}))Jb.call(t,n)&&tv(e,n,t[n]);if(Zb)for(var n of Zb(t))ev.call(t,n)&&tv(e,n,t[n]);return e})({},{[wf]:e.operationHash}),{id:e.operationHash}),n.createElement( $ u,null,n.createElement(qu,null,n.createElement(Ju,{to:e.id}),p.map((({name:e,color:t})=>n.createElement(np,{type:"primary",key:e,color:t},e))),t," ",i&&n.createElement(np,{type:"warning"}," Deprecated "),a&&n.createElement(np,{type:"primary"}," ","Webhook ",u&&s&&"| "+s.toUpperCase()),d.map((({name:e,color:t})=>n.createElement(np,{type:"primary",key:e,color:t},e)))),l.pathInMiddlePanel&&!a&&n.createElement(zy,{operation:e,inverted:!0}),c&&n.createElement(nv,null,void 0!==r&&n.createElement(Yf,{source:r}),o&&n.createElement(bm,{externalDocs:o})),n.createElement(Sm,{extensions:e.extensions}),n.createElement(vb,{securities:e.security}),n.createElement(Ky,{parameters:e.parameters,body:e.requestBody}),n.createElement(gb,{responses:e.responses}),n.createElement(Eb,{callbacks:e.callbacks})),n.createElement(Mu,null,!l.pathInMiddlePanel&&!a&&n.createElement(zy,{operation:e}),n.createElement(Yb,{operation:e}),n.createElement(Gb,{operation:e}),n.createElement(Wb,{callbacks:e.callbacks})))))}));var iv=Object.defineProperty,ov=Object.getOwnPropertyDescriptor,av=Object.getOwnPropertySymbols,sv=Object.prototype.hasOwnProperty,lv=Object.prototype.propertyIsEnumerable,cv=(e,t,n)=>t in e?iv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,uv=(e,t,n,r)=>{for(var i,o=r>1?void 0:r?ov(t,n):t,a=e.length-1;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&iv(t,n,o),o};let pv=class extends n.Component{render(){const e=this.props.items;return 0===e.length?null:e.map((e=>n.createElement(dv,{key:e.id,item:e})))}};pv=uv([nm],pv);let dv=class extends n.Component{render(){const e=this.props.item;let t;const{type:r}=e;switch(r){case"group":t=null;break;case"tag":case"section":default:t=n.createElement(hv,((e,t)=>{for(var n in t||(t={}))sv.call(t,n)&&cv(e,n,t[n]);if(av)for(var n of av(t))lv.call(t,n)&&cv(e,n,t[n]);return e})({},this.props));break;case"operation":t=n.createElement(mv,{item:e})}return n.createElement(n.Fragment,null,t&&n.createElement(Lu,{id:e.id, $ underlined:"operation"===e.type},t),e.items&&n.createElement(pv,{items:e.items}))}};dv=uv([nm],dv);const fv=e=>n.createElement( $ u,{ $ compact:!0},e);let hv=class extends n.Component{render(){const{name:e,description:t,externalDocs:r,level:i}=this.props.item,o=2===i?Vu:qu;return n.createElement(n.Fragment,null,n.createElement(Fu,null,n.createElement( $ u,{ $ compact:!1},n.createElement(o,null,n.createElement(Ju,{to:this.props.item.id}),e))),n.createElement(yy,{parentId:this.props.item.id,source:t||"",htmlWrap:fv}),r&&n.createElement(Fu,null,n.createElement( $ u,null,n.createElement(bm,{externalDocs:r}))))}};hv=uv([nm],hv);let mv=class extends n.Component{render(){return n.createElement(rv,{operation:this.props.item})}};mv=uv([nm],mv);var gv=Object.defineProperty,yv=Object.defineProperties,bv=(Object.getOwnPropertyDescriptor,Object.getOwnPropertyDescriptors),vv=Object.getOwnPropertySymbols,xv=Object.prototype.hasOwnProperty,wv=Object.prototype.propertyIsEnumerable,kv=(e,t,n)=>t in e?gv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Sv=class extends n.Component{constructor(){super(...arguments),this.ref=n.createRef(),this.activate=e=>{this.props.onActivate(this.props.item),e.stopPropagation()}}componentDidMount(){this.scrollIntoViewIfActive()}componentDidUpdate(){this.scrollIntoViewIfActive()}scrollIntoViewIfActive(){this.props.item.active&&this.ref.current&&ni(this.ref.current)}render(){const{item:e,withoutChildren:t}=this.props;return n.createElement(ky,{tabIndex:0,onClick:this.activate,depth:e.depth,"data-item-id":e.id,role:"menuitem"},"operation"
2025-01-29 15:35:10 +03:30
user - select : none ;
width : 20 px ;
height : 20 px ;
align - self : center ;
display : flex ;
flex - direction : column ;
color : $ { e => e . theme . colors . primary . main } ;
2025-03-03 20:28:19 +03:30
` ;Object.defineProperty,Object.getOwnPropertyDescriptor;let Lv;ei&&(Lv=r(227));const Dv=Lv&&Lv(),Mv=xa.div `
2025-01-29 15:35:10 +03:30
width : $ { e => e . theme . sidebar . width } ;
background - color : $ { e => e . theme . sidebar . backgroundColor } ;
overflow : hidden ;
display : flex ;
flex - direction : column ;
backface - visibility : hidden ;
/* contain: strict; TODO: breaks layout since Chrome 80*/
height : 100 vh ;
position : sticky ;
position : - webkit - sticky ;
top : 0 ;
$ { va . lessThan ( "small" ) `
position : fixed ;
z - index : 20 ;
width : 100 % ;
background : $ { ( { theme : e } ) => e . sidebar . backgroundColor } ;
display : $ { e => e . $open ? "flex" : "none" } ;
` };
@ media print {
display : none ;
}
2025-03-03 20:28:19 +03:30
` ,Fv=xa.div `
2025-01-29 15:35:10 +03:30
outline : none ;
user - select : none ;
background - color : $ { ( { theme : e } ) => e . fab . backgroundColor } ;
color : $ { e => e . theme . colors . primary . main } ;
display : none ;
cursor : pointer ;
position : fixed ;
right : 20 px ;
z - index : 100 ;
border - radius : 50 % ;
box - shadow : 0 0 20 px rgba ( 0 , 0 , 0 , 0.3 ) ;
$ { va . lessThan ( "small" ) `
display : flex ;
` };
bottom : 44 px ;
width : 60 px ;
height : 60 px ;
padding : 0 20 px ;
svg {
color : $ { ( { theme : e } ) => e . fab . color } ;
}
@ media print {
display : none ;
}
2025-03-03 20:28:19 +03:30
` ;let zv=class extends n.Component{constructor(){super(...arguments),this.state={offsetTop:"0px"},this.toggleNavMenu=()=>{this.props.menu.toggleSidebar()}}componentDidMount(){Dv&&Dv.add(this.stickyElement),this.setState({offsetTop:this.getScrollYOffset(this.context)})}componentWillUnmount(){Dv&&Dv.remove(this.stickyElement)}getScrollYOffset(e){let t;return t=void 0!==this.props.scrollYOffset?Pi.normalizeScrollYOffset(this.props.scrollYOffset)():e.scrollYOffset(),t+"px"}render(){const e=this.props.menu.sideBarOpened,t=this.state.offsetTop;return n.createElement(n.Fragment,null,n.createElement(Mv,{ $ open:e,className:this.props.className,style:{top:t,height: ` calc ( 100 vh - $ { t } ) ` },ref:e=>{this.stickyElement=e}},this.props.children),!this.context.hideFab&&n.createElement(Fv,{onClick:this.toggleNavMenu},n.createElement(Rv,{open:e})))}};zv.contextType=Ca,zv=((e,t)=>{for(var n,r=t,i=e.length-1;i>=0;i--)(n=e[i])&&(r=n(r)||r);return r})([nm],zv);const Uv=xa.div `
2025-01-29 15:35:10 +03:30
$ { ( { theme : e } ) => ` \n font-family: ${ e . typography . fontFamily } ; \n font-size: ${ e . typography . fontSize } ; \n font-weight: ${ e . typography . fontWeightRegular } ; \n line-height: ${ e . typography . lineHeight } ; \n color: ${ e . colors . text . primary } ; \n display: flex; \n position: relative; \n text-align: left; \n \n -webkit-font-smoothing: ${ e . typography . smoothing } ; \n font-smoothing: ${ e . typography . smoothing } ; \n ${ e . typography . optimizeSpeed ? "text-rendering: optimizeSpeed !important" : "" } ; \n \n tap-highlight-color: rgba(0, 0, 0, 0); \n text-size-adjust: 100%; \n \n * { \n box-sizing: border-box; \n -webkit-tap-highlight-color: rgba(255, 255, 255, 0); \n } \n ` } ;
2025-03-03 20:28:19 +03:30
` ,Bv=xa.div `
2025-01-29 15:35:10 +03:30
z - index : 1 ;
position : relative ;
overflow : hidden ;
width : calc ( 100 % - $ { e => e . theme . sidebar . width } ) ;
$ { va . lessThan ( "small" , ! 0 ) `
width : 100 % ;
` };
contain : layout ;
2025-03-03 20:28:19 +03:30
` ,qv=xa.div `
2025-01-29 15:35:10 +03:30
background : $ { ( { theme : e } ) => e . rightPanel . backgroundColor } ;
position : absolute ;
top : 0 ;
bottom : 0 ;
right : 0 ;
width : $ { ( { theme : e } ) => { if ( e . rightPanel . width . endsWith ( "%" ) ) { const t = parseInt ( e . rightPanel . width , 10 ) ; return ` calc((100% - ${ e . sidebar . width } ) * ${ t / 100 } ) ` } return e . rightPanel . width } } ;
$ { va . lessThan ( "medium" , ! 0 ) `
display : none ;
` };
2025-03-03 20:28:19 +03:30
` ,Vv=xa.div `
2025-01-29 15:35:10 +03:30
padding : 5 px 0 ;
2025-03-03 20:28:19 +03:30
` ,Wv=xa.input.attrs((()=>({className:"search-input"}))) `
2025-01-29 15:35:10 +03:30
width : calc ( 100 % - $ { e => 8 * e . theme . spacing . unit } px ) ;
box - sizing : border - box ;
margin : 0 $ { e => 4 * e . theme . spacing . unit } px ;
padding : 5 px $ { e => 2 * e . theme . spacing . unit } px 5 px
$ { e => 4 * e . theme . spacing . unit } px ;
border : 0 ;
border - bottom : 1 px solid
2025-03-03 20:28:19 +03:30
$ { ( { theme : e } ) => ( Vr ( e . sidebar . backgroundColor ) > . 5 ? Ur : Hr ) ( . 1 , e . sidebar . backgroundColor ) } ;
2025-01-29 15:35:10 +03:30
font - family : $ { ( { theme : e } ) => e . typography . fontFamily } ;
font - weight : bold ;
font - size : 13 px ;
color : $ { e => e . theme . sidebar . textColor } ;
background - color : transparent ;
outline : none ;
2025-03-03 20:28:19 +03:30
` ,Hv=xa((e=>n.createElement("svg",{className:e.className,version:"1.1",viewBox:"0 0 1000 1000",x:"0px",xmlns:"http://www.w3.org/2000/svg",y:"0px"},n.createElement("path",{d:"M968.2,849.4L667.3,549c83.9-136.5,66.7-317.4-51.7-435.6C477.1-25,252.5-25,113.9,113.4c-138.5,138.3-138.5,362.6,0,501C219.2,730.1,413.2,743,547.6,666.5l301.9,301.4c43.6,43.6,76.9,14.9,104.2-12.4C981,928.3,1011.8,893,968.2,849.4z M524.5,522c-88.9,88.7-233,88.7-321.8,0c-88.9-88.7-88.9-232.6,0-321.3c88.9-88.7,233-88.7,321.8,0C613.4,289.4,613.4,433.3,524.5,522z"})))).attrs({className:"search-icon"}) `
2025-01-29 15:35:10 +03:30
position : absolute ;
left : $ { e => 4 * e . theme . spacing . unit } px ;
height : 1.8 em ;
width : 0.9 em ;
path {
fill : $ { e => e . theme . sidebar . textColor } ;
}
2025-03-03 20:28:19 +03:30
` ,Yv=xa.div `
2025-01-29 15:35:10 +03:30
padding : $ { e => e . theme . spacing . unit } px 0 ;
background - color : $ { ( { theme : e } ) => Ur ( . 05 , e . sidebar . backgroundColor ) } } ;
color : $ { e => e . theme . sidebar . textColor } ;
min - height : 150 px ;
max - height : 250 px ;
border - top : $ { ( { theme : e } ) => Ur ( . 1 , e . sidebar . backgroundColor ) } } ;
border - bottom : $ { ( { theme : e } ) => Ur ( . 1 , e . sidebar . backgroundColor ) } } ;
margin - top : 10 px ;
line - height : 1.4 ;
font - size : 0.9 em ;
li {
background - color : inherit ;
}
2025-03-03 20:28:19 +03:30
$ { Oy } {
2025-01-29 15:35:10 +03:30
padding - top : 6 px ;
padding - bottom : 6 px ;
& : hover ,
& . active {
background - color : $ { ( { theme : e } ) => Ur ( . 1 , e . sidebar . backgroundColor ) } ;
}
> svg {
display : none ;
}
}
2025-03-03 20:28:19 +03:30
` ,Gv=xa.i `
2025-01-29 15:35:10 +03:30
position : absolute ;
display : inline - block ;
width : $ { e => 2 * e . theme . spacing . unit } px ;
text - align : center ;
right : $ { e => 4 * e . theme . spacing . unit } px ;
line - height : 2 em ;
vertical - align : middle ;
margin - right : 2 px ;
cursor : pointer ;
font - style : normal ;
color : '#666' ;
2025-03-03 20:28:19 +03:30
` ;var Qv=Object.defineProperty,Xv=Object.getOwnPropertyDescriptor;class Kv extends n.PureComponent{constructor(e){super(e),this.activeItemRef=null,this.clear=()=>{this.setState({results:[],noResults:!1,term:"",activeItemIdx:-1}),this.props.marker.unmark()},this.handleKeyDown=e=>{if(27===e.keyCode&&this.clear(),40===e.keyCode&&(this.setState({activeItemIdx:Math.min(this.state.activeItemIdx+1,this.state.results.length-1)}),e.preventDefault()),38===e.keyCode&&(this.setState({activeItemIdx:Math.max(0,this.state.activeItemIdx-1)}),e.preventDefault()),13===e.keyCode){const e=this.state.results[this.state.activeItemIdx];if(e){const t=this.props.getItemById(e.meta);t&&this.props.onActivate(t)}}},this.search=e=>{const{minCharacterLengthToInitSearch:t}=this.context,n=e.target.value;n.length<t?this.clearResults(n):this.setState({term:n},(()=>this.searchCallback(this.state.term)))},this.state={results:[],noResults:!1,term:"",activeItemIdx:-1}}clearResults(e){this.setState({results:[],noResults:!1,term:e}),this.props.marker.unmark()}setResults(e,t){this.setState({results:e,noResults:0===e.length}),this.props.marker.mark(t)}searchCallback(e){this.props.search.search(e).then((t=>{this.setResults(t,e)}))}render(){const{activeItemIdx:e}=this.state,t=this.state.results.filter((e=>this.props.getItemById(e.meta))).map((e=>({item:this.props.getItemById(e.meta),score:e.score}))).sort(((e,t)=>t.score-e.score));return n.createElement(Vv,{role:"search"},this.state.term&&n.createElement(Gv,{onClick:this.clear},"× "),n.createElement(Hv,null),n.createElement(Wv,{value:this.state.term,onKeyDown:this.handleKeyDown,placeholder:"Search...","aria-label":"Search",type:"text",onChange:this.search}),t.length>0&&n.createElement(Id,{options:{wheelPropagation:!1}},n.createElement(Yv,{"data-role":"search:results"},t.map(((t,r)=>n.createElement(Sv,{item:Object.create(t.item,{active:{value:r===e}}),onActivate:this.props.onActivate,withoutChildren:!0,key:t.item.id,"data-role":"search:result"}))))),this.state.term&&this.state.noResults?n.createElement(Yv,{"data-role":"search:results"},bi("noResultsFound")):null)}}Kv.contextType=Ca,((e,t,n)=>{for(var r,i=Xv(t,n),o=e.length-1;o>=0;o--)(r=e[o])&&(i=r(t,n,i)||i);i&&Qv(t,n,i)})([La.bind,(0,La.debounce)(400)],Kv.prototype,"searchCallback");class Zv extends n.Component{componentDidMount(){this.props.store.onDidMount()}componentWillUnmount(){this.props.store.dispose()}render(){const{store:{spec:e,menu:t,options:r,search:i,marker:o}}=this.props,a=this.props.store;return n.createElement(ba,{theme:r.theme},n.createElement(Gu,{value:a},n.createElement(Pa,{value:r},n.createElement(Uv,{className:"redoc-wrap"},n.createElement(zv,{menu:t,className:"menu-content"},n.createElement(uy,{info:e.info}),!r.disableSearch&&n.createElement(Kv,{search:i,marker:o,getItemById:t.getItemById,onActivate:t.activateAndScroll})||null,n.createElement(Iv,{menu:t})),n.createElement(Bv,{className:"api-content"},n.createElement(ay,{store:a}),n.createElement(pv,{items:t.items})),n.createElement(qv,null)))))}}Zv.propTypes={store:ja.instanceOf(Jg).isRequired};var Jv=Object.defineProperty,ex=Object.getOwnPropertySymbols,tx=Object.prototype.hasOwnProperty,nx=Object.prototype.propertyIsEnumerable,rx=(e,t,n)=>t in e?Jv(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ix=(e,t)=>{for(var n in t||(t={}))tx.call(t,n)&&rx(e,n,t[n]);if(ex)for(var n of ex(t))nx.call(t,n)&&rx(e,n,t[n]);return e};const ox=function(e){const{spec:t,specUrl:i,options:o={},onLoaded:a}=e,s=ji(o.hideLoading,!1),l=new Pi(o);if(void 0!==l.nonce)try{r.nc=l.nonce}catch(e){}return n.createElement(Sa,null,n.createElement(Xu,{spec:t?ix({},t):void 0,specUrl:i,options:o,onLoaded:a},(({loading:e,store:t})=>e?s?null:n.createElement(Aa,{color:l.theme.colors.primary.main}):n.createElement(Zv,{store:t}))))};var ax=Object.defineProperty,sx=Object.getOwnPropertySymbols,lx=Object.prototype.hasOwnProperty,cx=Object.prototype.propertyIsEnumerable,ux=(e,t,n)=>t in e?ax(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,px=(e,t)=>{for(var n in t||(t={}))lx.call(t,n)&&ux(e,n,t[n]);if(
2025-01-29 15:35:10 +03:30
//# sourceMappingURL=redoc.standalone.js.map