@scalar/api-reference 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  try {
4
4
  if (typeof document != "undefined") {
5
5
  var elementStyle = document.createElement("style");
6
- elementStyle.appendChild(document.createTextNode("@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900');@import url('https://fonts.googleapis.com/css?family=JetBrains%20Mono');\n\n:root {\n --default-theme-border-width: 1px;\n --default-theme-radius: 3px;\n --default-theme-radius-lg: 6px;\n --default-theme-radius-xl: 8px;\n\n --default-theme-header-height: 50px;\n --default-theme-sidebar-width: 250px;\n --default-theme-toc-width: 250px;\n\n /* TYPOGRAPHY ------------------------------------ */\n --default-theme-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',\n Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n --default-theme-font-code: 'JetBrains Mono';\n\n /** Font sizes for rendered text content (editor styles or static content) */\n --default-theme-heading-1: 40px; /* Editor Page heading */\n --default-theme-page-description: 24px;\n --default-theme-heading-2: 24px; /* Editor section headings */\n --default-theme-heading-3: 20px;\n --default-theme-heading-4: 16px;\n --default-theme-heading-5: 16px;\n --default-theme-heading-6: 16px;\n\n --default-theme-paragraph: 16px;\n --default-theme-small: 14px;\n --default-theme-mini: 13px;\n --default-theme-micro: 12px;\n --default-theme-bold: 600;\n --default-theme-semibold: 500;\n --default-theme-regular: 400;\n\n /* Font sizes for interactive applications (not rendered text content) */\n --default-theme-font-size-1: 24px;\n --default-theme-font-size-2: 16px;\n --default-theme-font-size-3: 14px;\n --default-theme-font-size-4: 13px;\n --default-theme-font-size-5: 12px;\n\n --default-theme-line-height-1: 32px;\n --default-theme-line-height-2: 24px;\n --default-theme-line-height-3: 20px;\n --default-theme-line-height-4: 18px;\n --default-theme-line-height-5: 16px;\n\n --default-theme-font-medium: 500;\n --default-theme-font-bold: 700;\n}\n@media (max-width: 460px) {\n :root {\n --default-theme-font-size-1: 22px;\n --default-theme-font-size-2: 14px;\n --default-theme-font-size-3: 12px;\n }\n}\n@media (max-width: 720px) {\n :root {\n --default-theme-heading-1: 24px;\n --default-theme-page-description: 20px;\n }\n}\n.cm-scroller,\n.custom-scroll {\n overflow-y: scroll;\n scrollbar-color: transparent transparent;\n scrollbar-width: thin;\n -webkit-overflow-scrolling: touch;\n}\n.custom-scroll-self-contain-overflow {\n overscroll-behavior: contain;\n}\n.custom-scroll-extra-padding-right {\n padding-right: 12px !important;\n}\n@supports (-moz-appearance: none) {\n .cm-scroller,\n .custom-scroll {\n padding-right: 12px;\n }\n .custom-scroll-extra-padding-right {\n padding-right: 24px !important;\n }\n}\n.cm-scroller:hover,\n.custom-scroll:hover {\n scrollbar-color: var(\n --theme-scrollbar-color,\n var(--default-theme-scrollbar-color)\n )\n transparent;\n}\n.cm-scroller:hover::-webkit-scrollbar-thumb,\n.custom-scroll:hover::-webkit-scrollbar-thumb {\n background: var(\n --theme-scrollbar-color,\n var(--default-theme-scrollbar-color)\n );\n background-clip: content-box;\n border: 3px solid transparent;\n}\n.cm-scroller::-webkit-scrollbar-thumb:active,\n.custom-scroll::-webkit-scrollbar-thumb:active {\n background: var(\n --theme-scrollbar-color-active,\n var(--default-theme-scrollbar-color-active)\n );\n background-clip: content-box;\n border: 3px solid transparent;\n}\n.cm-scroller::-webkit-scrollbar-corner,\n.custom-scroll::-webkit-scrollbar-corner {\n background: transparent;\n}\n.cm-scroller::-webkit-scrollbar,\n.custom-scroll::-webkit-scrollbar {\n height: 12px;\n width: 12px;\n}\n.cm-scroller::-webkit-scrollbar-track,\n.custom-scroll::-webkit-scrollbar-track {\n background: transparent;\n}\n.cm-scroller::-webkit-scrollbar-thumb,\n.custom-scroll::-webkit-scrollbar-thumb {\n border-radius: 20px;\n background: transparent;\n background-clip: content-box;\n border: 3px solid transparent;\n}\n@media (pointer: coarse) {\n .cm-scroller,\n .custom-scroll {\n padding-right: 12px;\n }\n .custom-scroll-extra-padding-right {\n padding-right: 24px !important;\n }\n}\n\n/** Basics */\n.scalar-api-client__codemirror__wrapper {\n width: 100%;\n height: 100%;\n padding-top: 4px;\n min-height: 76px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-1, var(--default-theme-color-1));\n display: flex;\n align-items: stretch;\n}\n.scalar-api-client__codemirror {\n flex-grow: 1;\n max-width: 100%;\n\n font-size: var(--theme-small, var(--default-theme-small));\n}\n\n/* .scalar-api-client__codemirror.ͼw {\n background-color: var(--theme-background-1, var(--default-theme-background-1));\n}\n\n.scalar-api-client__codemirror--read-only.ͼw {\n background-color: var(--theme-background-2, var(--default-theme-background-2));\n} */\n\n/** URL input */\n.scalar-api-client__url-input {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n min-height: auto;\n padding-top: 0;\n}\n\n/* .scalar-api-client__url-input .cm-scroller {\n padding-left: 6px;\n}\n\n.scalar-api-client__url-input .ͼ1 .cm-scroller {\n align-items: center !important;\n} */\n.scalar-api-client__variable {\n color: var(--scalar-api-client-color, var(--default-scalar-api-client-color));\n}\n.cm-focused {\n outline: none !important;\n}\n\n.modal-layout[data-v-30a935b0] {\n position: fixed;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n z-index: 1001;\n background: rgba(0, 0, 0, 0.44);\n padding: 20px;\n opacity: 0;\n animation: modal-fade-30a935b0 0.2s forwards;\n}\n.modal-body[data-v-30a935b0] {\n padding: 24px 12px 18px 24px;\n max-height: calc(100vh - 240px);\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.modal[data-v-30a935b0] {\n margin: 80px auto 0;\n position: relative;\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n text-align: left;\n line-height: 1.4;\n opacity: 0;\n transform: scale(0.98);\n animation: modal-pop-30a935b0 0.15s 0.15s forwards;\n display: flex;\n flex-direction: column;\n}\n.modal-content-history[data-v-30a935b0] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.modal-content-history[data-v-30a935b0],\n.modal-content-large[data-v-30a935b0] {\n max-width: 800px;\n}\n.modal-content-normal[data-v-30a935b0] {\n max-width: 640px;\n}\n.modal-content-small[data-v-30a935b0] {\n max-width: 480px;\n}\n@keyframes modal-fade-30a935b0 {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n@keyframes modal-pop-30a935b0 {\n0% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n transform: scale(1);\n}\n}\n.modal-header[data-v-30a935b0] {\n padding: 12px 24px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n text-align: left;\n font-weight: 600;\n margin: 0;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg)) 0 0;\n}\n.modal-content-history .modal-header[data-v-30a935b0] {\n padding-bottom: 0;\n padding-top: 24px;\n}\n.modal-content-history .modal-body[data-v-30a935b0] {\n padding-top: 12px;\n}\n.modal-content-search[data-v-30a935b0] {\n max-width: 540px;\n}\n.modal-content-search .modal-body[data-v-30a935b0] {\n padding: 0;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n max-height: 440px;\n}\n\n.navtable-mock {\n background-repeat: repeat;\n width: 100%;\n background-size: 31px 31px;\n background-position: center 1px;\n flex: 1;\n position: relative;\n z-index: 0;\n background: repeating-linear-gradient(\n var(--default-theme-background-1),\n var(--default-theme-background-1) 28.8px,\n var(--default-theme-border-color) 28.8px,\n var(--default-theme-border-color) 29.8px\n );\n}\n.navtable-mock .navtable-item {\n position: absolute;\n width: 100%;\n height: 100%;\n left: 0;\n top: 0;\n background: transparent;\n box-shadow: none;\n}\n.radio {\n height: 10px;\n width: 10px;\n background: transparent;\n border: var(--border, var(--default-border));\n flex-shrink: 0;\n margin-right: 6px;\n margin-left: 0;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n outline: none;\n}\n.radio:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n cursor: pointer;\n}\n.navtable-item__active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color)) !important;\n}\n.navtable-item__active + .navtable-item {\n /* box-shadow: none; */\n}\n.radio.post {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.radio.delete {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.radio.patch {\n background: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.radio.get {\n background: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.radio.put {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.navtable-item-request span {\n border: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.navtable-item-request span em {\n text-transform: uppercase;\n font-style: normal;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-micro, var(--default-theme-micro));\n margin-right: 6px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.request-method-select[data-v-f4689bd9] {\n position: relative;\n display: flex;\n}\n.request-method-select select[data-v-f4689bd9] {\n border: none;\n outline: none;\n cursor: pointer;\n background: var(--theme-background-3, var(--default-theme-background-3));\n box-shadow: -2px 0 0 0\n var(--theme-background-3, var(--default-theme-background-3));\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n appearance: none;\n}\n.request-method-select select[disabled][data-v-f4689bd9] {\n pointer-events: none;\n}\n.request-method[data-v-f4689bd9] {\n display: flex;\n align-items: center;\n color: var(--theme-color-3, var(--default-theme-color-3));\n appearance: none;\n -webkit-appearance: none;\n padding: 0 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.request-method span[data-v-f4689bd9] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: 500;\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n display: flex;\n align-items: center;\n}\n.request-method:not(.request-method--disabled) span[data-v-f4689bd9]:after {\n content: '';\n width: 7px;\n height: 7px;\n transform: rotate(45deg) translate3d(-2px, -2px, 0);\n display: block;\n margin-left: 6px;\n box-shadow: 1px 1px 0 currentColor;\n}\n.request-method i[data-v-f4689bd9] {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 6px;\n text-align: center;\n line-height: 18px;\n font-style: normal;\n flex-shrink: 0;\n display: inline-block;\n color: var(--theme-color-disabled, var(--default-theme-color-disabled));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n}\n\n.loader[data-v-d9427f03] {\n position: absolute;\n z-index: 3;\n height: 2px;\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n animation: loading-d9427f03 5s cubic-bezier(0, 0.5, 0.25, 1);\n}\n@keyframes loading-d9427f03 {\n0% {\n width: 0;\n}\n100% {\n width: 100%;\n}\n}\n.scalar-api-client__address-bar[data-v-d9427f03] {\n width: 100%;\n padding: 12px 12px 10px 12px;\n display: flex;\n align-items: center;\n position: relative;\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.scalar-api-client__url-form[data-v-d9427f03] {\n display: flex;\n width: 100%;\n align-items: stretch;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.scalar-api-client__field[data-v-d9427f03] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-right: 0;\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius, var(--default-theme-radius)) 0 0\n var(--theme-radius, var(--default-theme-radius));\n display: flex;\n align-items: stretch;\n width: 100%;\n overflow: hidden;\n min-height: 31px;\n}\n.scalar-api-client__address-bar-data[data-v-d9427f03] {\n width: 100%;\n}\n.scalar-api-client__address-bar-data-meta[data-v-d9427f03] {\n display: flex;\n margin-top: 5px;\n}\n.scalar-api-client__request-type[data-v-d9427f03] {\n display: flex;\n align-items: center;\n color: var(--theme-color-3, var(--default-theme-color-3));\n appearance: none;\n -webkit-appearance: none;\n padding: 0 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.scalar-api-client__request-type span[data-v-d9427f03] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: 500;\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n}\n.scalar-api-client__request-type svg[data-v-d9427f03] {\n margin-left: 6px;\n width: 8px;\n}\n.scalar-api-client__request-type i[data-v-d9427f03] {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 6px;\n text-align: center;\n line-height: 18px;\n font-style: normal;\n flex-shrink: 0;\n display: inline-block;\n color: var(--theme-color-3, var(--default-theme-color-3));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n}\n.meta-request-break[data-v-d9427f03] {\n margin: 0 5px;\n}\n.scalar-api-client__history[data-v-d9427f03] {\n appearance: none;\n -webkit-appearance: none;\n background: transparent;\n color: var(--theme-color-2, var(--default-theme-color-2));\n display: flex;\n align-items: center;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n height: 100%;\n}\n.scalar-api-client__send-request-button[type='submit'][data-v-d9427f03] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n letter-spacing: 0.25px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: white;\n border: none;\n white-space: nowrap;\n padding: 0 10px;\n text-transform: uppercase;\n cursor: pointer;\n outline: none;\n font-family: (--theme-font, var(--default-theme-font));\n border-radius: 0 var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0;\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n box-shadow: 0 0 0 1px\n var(--scalar-api-client-color, var(--default-scalar-api-client-color));\n /** #087f5b */\n display: flex;\n align-items: center;\n}\n.scalar-api-client__send-request-button svg[data-v-d9427f03] {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.scalar-api-client__send-request-button[disabled][data-v-d9427f03] {\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: var(--theme-background-3, var(--default-theme-background-3));\n border: 1px solid var(--default-theme-border-color);\n}\n.scalar-api-client__history-toggle[data-v-d9427f03] {\n padding: 0 9px;\n line-height: 30px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n letter-spacing: 0.125px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n white-space: nowrap;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n margin-left: 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n user-select: none;\n}\n.scalar-api-client__history-toggle[data-v-d9427f03]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__history-toggle svg[data-v-d9427f03] {\n height: 13px;\n width: 13px;\n margin-right: 6px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-client__address-bar-close[data-v-d9427f03] {\n fill: var(--theme-color-3, var(--default-theme-color-3));\n margin-left: 12px;\n height: 24px;\n}\n.scalar-api-client__address-bar-close[data-v-d9427f03]:hover {\n cursor: pointer;\n fill: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__content[data-v-d9427f03] {\n width: 640px;\n height: 100%;\n background: var(--theme-background-1, var(--default-theme-background-1));\n position: fixed;\n top: 0;\n right: 0;\n z-index: 1000;\n transform: translate3d(640px, 0, 0);\n opacity: 0;\n transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),\n opacity 0.01s ease-in-out 0.5s;\n pointer-events: none;\n}\n.scalar-api-client__address-bar-content-item[data-v-d9427f03] {\n height: 100vh;\n max-height: 100vh;\n overflow: auto;\n}\n.scalar-api-client__address-bar__on[data-v-d9427f03] {\n z-index: 100000;\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-d9427f03] {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n pointer-events: all;\n transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__close[data-v-d9427f03] {\n opacity: 1;\n pointer-events: all;\n cursor: pointer;\n}\n.scalar-api-client__address-bar .navtable-item__active[data-v-d9427f03] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: default;\n}\n.scalar-api-client__address-bar .navtable-item__active .radio[data-v-d9427f03]:before {\n display: none;\n}\n.navigation-back[data-v-d9427f03] {\n stroke: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.navigation-back[data-v-d9427f03]:hover {\n stroke: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__close[data-v-d9427f03] {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n /* background: rgba(0,0,0,.55);\n */\n pointer-events: none;\n opacity: 0;\n transition: all 0.1s ease-in-out;\n z-index: 1000;\n}\n.navtable-item-time[data-v-d9427f03] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-transform: capitalize;\n padding: 0 9px;\n}\n@media screen and (max-width: 720px) {\n.scalar-api-client__history-toggle span[data-v-d9427f03],\n .scalar-api-client__send-request-button span[data-v-d9427f03] {\n display: none;\n}\n.scalar-api-client__history-toggle svg[data-v-d9427f03],\n .scalar-api-client__send-request-button svg[data-v-d9427f03] {\n margin-right: 0;\n}\n}\n\n.scalar-api-client__item {\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin-bottom: 6px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n position: relative;\n}\n.scalar-api-client__item button {\n background-color: transparent;\n text-align: left;\n}\n.scalar-api-client__item:hover {\n cursor: pointer;\n}\n.scalar-api-client__item--open {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__item--open:focus-within {\n box-shadow: var(--shadow1, var(--default-shadow1));\n}\n.scalar-api-client__item--open .scalar-api-client__item__content {\n display: flex;\n}\n.scalar-api-client__item--open:hover {\n cursor: default;\n}\n.scalar-api-client__item--open .scalar-api-client__toggle__icon {\n transform: rotate(90deg);\n}\n.scalar-api-client__toggle {\n padding: 6px 12px;\n min-height: 37px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n position: relative;\n width: 100%;\n appearance: none;\n outline: 0;\n border: none;\n font-family: (--theme-font, var(--default-theme-font));\n cursor: pointer;\n}\n.scalar-api-client__item .scalar-api-client__item__title {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: (--theme-font, var(--default-theme-font));\n user-select: none;\n flex: 1;\n position: relative;\n z-index: 1;\n}\n.scalar-api-client__toggle:after {\n content: '';\n position: absolute;\n top: 6px;\n left: 6px;\n width: calc(100% - 12px);\n height: calc(100% - 12px);\n display: block;\n background: var(--theme-background-3, var(--default-theme-background-3));\n z-index: 0;\n opacity: 0;\n border-radius: var(--default-theme-radius);\n}\n.scalar-api-client__toggle:hover:after {\n opacity: 1;\n}\n.scalar-api-client__item .scalar-api-client__toggle__icon {\n width: 10px;\n margin-right: 6px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n z-index: 1;\n position: relative;\n}\n.scalar-api-client__item__options {\n position: relative;\n z-index: 1;\n}\n.scalar-api-client__item__options span {\n background: transparent;\n padding: 2px 0;\n border-radius: 3px;\n font-size: var(--theme-small, var(--default-theme-small));\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.scalar-api-client__item__options:hover span {\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-color: currentColor;\n}\n.scalar-api-client__item__options span svg {\n width: 11px;\n height: 11px;\n margin-left: 3px;\n}\n.scalar-api-client__item__options select {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n cursor: pointer;\n}\n.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper {\n padding-top: 0;\n}\n\n.table {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: transparent;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n width: 100%;\n}\n.table-row {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n display: flex;\n position: relative;\n}\n.table-row__add {\n border-radius: 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg));\n border-bottom: none;\n}\n.table-row.required-parameter .table-row-item:nth-of-type(2):after {\n content: 'Required';\n position: absolute;\n top: 4px;\n right: 0;\n padding: 5px 9px 5px 6px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: -2px 0 4px\n var(--theme-background-2, var(--default-theme-background-2));\n}\n.table-row.required-parameter\n .table-row-item:nth-of-type(2):focus-within:after {\n display: none;\n}\n.table-row:last-of-type {\n border-bottom: none;\n}\n.table-row__active {\n border-radius: 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.table-row-drag {\n width: 20px;\n flex-shrink: 0;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n align-items: center;\n justify-content: center;\n display: none;\n}\n.table-row-drag svg {\n width: 6px;\n fill: var(--theme-color-3, var(--default-theme-color-3));\n}\n.table-row-drag .table-row-drag-add {\n width: 8px;\n}\n.table-row-item {\n width: 100%;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.table-row-item-menu {\n position: absolute;\n right: 6px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n width: 24px;\n height: 24px;\n top: 50%;\n transform: translate3d(0, -50%, 0);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n cursor: pointer;\n}\n.table-row-item input:focus + .table-row-item-menu,\n.table-row-item:hover .table-row-item-menu {\n opacity: 1;\n}\n.table-row-item-menu svg {\n height: 12px;\n width: initial;\n fill: var(--theme-color-3, var(--default-theme-color-3));\n}\n.table-row-item-menu:hover svg {\n fill: var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row-item input {\n border: none;\n appearance: none;\n outline: none;\n padding: 9px;\n width: 100%;\n min-height: 100%;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: transparent;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.table-row-item input[disabled] {\n background: transparent;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.table-row-item input:focus {\n box-shadow: 0 0 0 1px var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row-item label {\n background: transparent;\n text-transform: uppercase;\n display: block;\n padding: 9px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.table-row-meta {\n overflow: hidden;\n flex-shrink: 0;\n transition: all 0.15s ease-in-out;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n user-select: none;\n}\n.table-row-meta-check {\n width: 18px;\n height: 18px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n background: rgba(47, 177, 228, 0.1);\n}\n.table-row-meta svg {\n width: 13px;\n height: 13px;\n margin: 0 1px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: pointer;\n}\n.table-row-meta svg:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.meta-check {\n display: flex;\n position: relative;\n cursor: pointer;\n align-items: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n user-select: none;\n margin: 0 1px;\n transition: all 0.15s ease-in-out;\n}\n.meta-check input {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n height: 0;\n width: 0;\n}\n.meta-checkmark {\n height: 15px;\n width: 15px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.meta-check .meta-checkmark:after {\n content: '';\n display: none;\n width: 5px;\n height: 8px;\n border: solid var(--theme-color-1, var(--default-theme-color-1));\n border-width: 0 1.5px 1.5px 0;\n transform: rotate(45deg) translate3d(0, -1px, 0);\n}\n.meta-check input:checked ~ .meta-checkmark:after {\n display: block;\n}\n\n.navtable {\n width: 100%;\n}\n.navtable-follow {\n background-color: black;\n color: white;\n font-size: 9px;\n padding: 6px;\n display: -webkit-box;\n max-width: 250px;\n -webkit-line-clamp: 12;\n border-radius: 3px;\n -webkit-box-orient: vertical;\n overflow: hidden;\n line-height: 1.24;\n transform: translate3d(10px, 0, 0);\n}\n.navtable-follow:after {\n content: '';\n position: absolute;\n bottom: 0;\n width: 100%;\n height: 6px;\n background-color: black;\n}\n.navtable-follow * {\n font-family: var(\n --theme-font-code,\n var(--default-theme-font-code)\n ) !important;\n}\n.navtable-table {\n position: relative;\n display: flex;\n flex-direction: column;\n min-height: 381px;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-radios {\n z-index: 1;\n}\n.navtable-item {\n display: flex;\n position: relative;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-micro, var(--default-theme-micro));\n box-shadow: 0 1px 0\n var(--theme-border-color, var(--default-theme-border-color));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.navtable-item > div {\n word-wrap: break-word;\n}\n.navtable-item > div:not(:first-child) {\n border-left: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-item-action {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n background: var(\n --scalar-api-client-bg3,\n var(--default-scalar-api-client-bg3)\n );\n border: none;\n border-radius: 30px;\n appearance: none;\n max-height: 25px;\n margin-left: 12px;\n margin-right: 6px;\n padding: 4px 8px;\n outline: none;\n cursor: pointer;\n opacity: 0;\n transition: opacity 0.15s ease-in-out;\n white-space: nowrap;\n position: relative;\n}\n.navtable-item-action:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: var(\n --scalar-api-client-gradient,\n var(--default-scalar-api-client-gradient)\n );\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-item-action:focus {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item:hover,\n.navtable-item:focus-within .navtable-item-action {\n opacity: 1;\n}\n.navtable-item-add {\n display: flex;\n align-items: center;\n padding: 9px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n outline: none;\n border: none;\n appearance: none;\n background: transparent;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.navtable-item-add:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: pointer;\n}\n.navtable-item-25 {\n width: 25%;\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n}\n.navtable-item-33 {\n width: 33.33333%;\n display: flex;\n font-size: var(--theme-micro, var(--default-theme-micro));\n align-items: center;\n}\n.navtable-item-66 {\n width: 66.6666%;\n display: flex;\n font-size: var(--theme-micro, var(--default-theme-micro));\n align-items: center;\n}\n.navtable-item-75 {\n width: 75%;\n display: flex;\n align-items: center;\n}\n.navtable-item-75:focus-within {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item-40 {\n width: 40%;\n display: flex;\n align-items: center;\n padding: 6px 9px;\n}\n.navtable-item-20 {\n width: 20%;\n display: flex;\n align-items: center;\n padding: 6px 9px;\n}\n.navtable-item-50 {\n width: 50%;\n display: flex;\n align-items: center;\n}\n.navtable-item-50:focus-within {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item p {\n padding: 9px;\n}\n.navtable-item input {\n padding: 12px 6px;\n border: none;\n outline: none;\n appearance: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: transparent;\n width: 100%;\n}\n.navtable-item input:focus {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item-select {\n position: relative;\n}\n.navtable-item-select select {\n background: transparent;\n outline: none;\n border: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n appearance: none;\n width: 100%;\n padding: 12px 6px;\n top: 0;\n position: relative;\n cursor: pointer;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.navtable-item-select svg {\n position: absolute;\n right: 6px;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n width: 6px;\n top: 12px;\n pointer-events: none;\n}\n.navtable-item .option {\n padding: 12px 6px;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n}\n.navtable-item label {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n display: block;\n width: 100%;\n}\n.navtable-item-response {\n padding: 0 9px;\n}\n.navtable-item-response span {\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n margin-right: 9px;\n min-width: 40px;\n}\n.scalar-api-client__status--1xx:before,\n.scalar-api-client__status--2xx:before,\n.scalar-api-client__status--3xx:before,\n.scalar-api-client__status--4xx:before,\n.scalar-api-client__status--5xx:before,\n.scalar-api-client__status--6xx:before {\n content: '';\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 4px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__status--2xx:before {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.scalar-api-client__status--3xx:before {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.scalar-api-client__status--4xx:before {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.navtable-item-response span:empty {\n display: none;\n}\n.simpletable.navtable {\n padding: 0;\n}\n.simpletable.navtable .navtable-item-66,\n.simpletable.navtable .navtable-item-33 {\n display: block;\n}\n.simpletable.navtable .navtable-table {\n height: fit-content;\n}\n\n.scalar-api-client__main__left {\n width: 50%;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 0 0 12px 12px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__left {\n width: 100%;\n border-right: none;\n}\n}\n.scalar-api-client__item__content {\n flex-flow: wrap;\n padding: 0 12px 12px;\n border-radius: 3px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n margin-top: -3px;\n justify-content: space-between;\n}\n.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper {\n min-height: 63px;\n}\n.scalar-api-client__item__content .cm-s-default {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.scalar-api-client__item__content .scalar-api-client__item__content--code {\n width: 100%;\n max-height: calc(100vh - 200px);\n overflow: auto;\n}\n.scalar-api-client__item__content .cm-scroller {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n}\n.scalar-api-client__item__content .cm-editor {\n outline: none !important;\n}\n.scalar-api-client__item__content .cm-editor .cm-gutters {\n background: transparent;\n}\n.scalar-api-client__item__content .cm-scroll {\n background: transparent;\n}\n.scalar-api-client__item__content .cm-editor * {\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.scalar-api-client__item__content .cm-editor .cm-line {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__item__content-button {\n width: 100%;\n appearance: none;\n border: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n ) !important;\n text-align: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: var(--theme-font, var(--default-theme-font));\n padding: 12px;\n text-transform: uppercase;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: white;\n cursor: pointer;\n text-align: center !important;\n}\n.scalar-api-client__item__content__split {\n justify-content: space-between;\n}\n.scalar-collapsible-section-flex {\n width: 100%;\n}\n.input {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n position: relative;\n width: 100%;\n text-align: left;\n margin-bottom: 6px;\n}\n.input__half {\n width: calc(50% - 3px);\n}\n.input:focus-within {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.input label,\n.input input {\n padding: 12px;\n border: 0;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n background: transparent;\n appearance: none;\n -webkit-appearance: none;\n left: 0;\n}\n.input label {\n position: absolute;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.input input {\n opacity: 0;\n position: relative;\n z-index: 99;\n padding: 18px 12px 6px 12px;\n}\n.input input:not(:placeholder-shown),\n.input:focus-within input {\n opacity: 1;\n}\n.input input:not(:placeholder-shown) + label,\n.input:focus-within label {\n font-size: 10px;\n top: -6px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.input input:not(:placeholder-shown) + label {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.select {\n background: --theme-background-1;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-size: var(--theme-micro, var(--default-theme-micro));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n width: 100%;\n position: relative;\n margin-bottom: 6px;\n}\n.select:focus-within {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.select:hover {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.select svg {\n position: absolute;\n right: 12px;\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n width: 6px;\n top: 10px;\n}\n.select label {\n display: block;\n font-size: 10px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n position: absolute;\n left: 12px;\n top: 6px;\n}\n.select select {\n background: transparent;\n outline: none;\n border: none;\n -webkit-appearance: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n appearance: none;\n width: 100%;\n padding: 18px 12px 6px 12px;\n top: 0;\n position: relative;\n cursor: pointer;\n}\n.check {\n display: flex;\n position: relative;\n cursor: pointer;\n align-items: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n padding: 11px 12px;\n user-select: none;\n min-height: 38px;\n width: 100%;\n}\n.check:focus-within {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.check p {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.check input {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n height: 0;\n width: 0;\n}\n.checkmark {\n height: 15px;\n width: 15px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n margin-right: 10px;\n border-radius: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.check input:checked ~ p {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.check .checkmark:after {\n content: '';\n display: none;\n width: 5px;\n height: 8px;\n border: solid var(--theme-color-1, var(--default-theme-color-1));\n border-width: 0 1.5px 1.5px 0;\n transform: rotate(45deg) translate3d(0, -1px, 0);\n}\n.check input:checked ~ .checkmark:after {\n display: block;\n}\n.scalar-api-client__main__scroll-container {\n height: calc(100vh - 320px);\n}\n.scalar-api-client__request-name {\n outline: none;\n border: none;\n appearance: none;\n -webkit-appearance: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n width: 100%;\n padding: 0;\n background: transparent;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.scalar-api-client__request-name::-webkit-input-placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__request-name:-ms-input-placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__request-name::placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n\na[data-v-5321f21b] {\n text-decoration: underline;\n text-decoration-color: var(\n --theme-border-color,\n var(--default-theme-border-color)\n );\n text-underline-offset: 2px;\n cursor: help;\n}\n\n.simple-cell[data-v-eff10185] {\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n padding: 6px 9px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n white-space: nowrap;\n}\n.simple-cell a[data-v-eff10185] {\n color: var(--theme-color-1, var(--default-theme-color-1)) !important;\n}\n.simple-cell[data-v-eff10185]:last-of-type {\n border-right: none;\n}\n.simple-cell.wrap[data-v-eff10185] {\n white-space: normal;\n}\n.simple-cell.strong[data-v-eff10185] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n\n.simple-header[data-v-b2232089] {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n}\n\n.simple-row[data-v-af58ccd0] {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.simple-row[data-v-af58ccd0]:last-of-type {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.simple-table[data-v-a872348c] {\n display: table;\n width: 100%;\n}\n\n.scalar-api-client__main__right {\n width: 50%;\n padding: 0 0 12px 12px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__right {\n width: 100%;\n border-right: none;\n}\n}\n.scalar-api-client__main__right :deep(.scalar-copilot__header-button) {\n position: absolute;\n top: 6px;\n right: 12px;\n}\n\n.scalar-api-client,\n#headlessui-portal-root {\n background: var(--theme-background-1, var(--default-theme-background-1));\n position: relative;\n height: 100%;\n overflow: hidden !important;\n display: flex;\n flex-direction: column;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.scalar-api-client {\n flex: 1;\n}\n@media screen and (max-width: 1000px) {\n.scalar-api-client {\n width: 100%;\n}\n}\n.scalar-api-client pre {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.scalar-api-client--post {\n --default-scalar-api-client-color: var(\n --theme-color-green,\n var(--default-theme-color-green)\n );\n --default-scalar-api-client-background: var(\n --theme-post-background,\n var(--default-theme-post-background)\n );\n}\n.scalar-api-client--delete {\n --default-scalar-api-client-color: var(\n --theme-color-red,\n var(--default-theme-color-red)\n );\n --default-scalar-api-client-background: var(\n --theme-delete-background,\n var(--default-theme-delete-background)\n );\n}\n.scalar-api-client--patch {\n --default-scalar-api-client-color: var(\n --theme-color-yellow,\n var(--default-theme-color-yellow)\n );\n --default-scalar-api-client-background: var(\n --theme-patch-background,\n var(--default-theme-patch-background)\n );\n}\n.scalar-api-client--get {\n --default-scalar-api-client-color: var(\n --theme-color-blue,\n var(--default-theme-color-blue)\n );\n --default-scalar-api-client-background: var(\n --theme-get-background,\n var(--default-theme-get-background)\n );\n}\n.scalar-api-client--put {\n --default-scalar-api-client-color: var(\n --theme-color-orange,\n var(--default-theme-color-orange)\n );\n --default-scalar-api-client-background: var(\n --theme-put-background,\n var(--default-theme-put-background)\n );\n}\n.scalar-api-client__mobile-navigation {\n padding: 12px 12px 0 12px;\n display: flex;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.scalar-api-client__mobile-navigation__toggle {\n appearance: none;\n border: none;\n outline: none;\n background: transparent;\n font-size: var(--theme-font-size-2);\n color: var(--theme-color-2);\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: var(--theme-font, var(--default-theme-font));\n padding: 0;\n margin-right: 9px;\n cursor: pointer;\n}\n.scalar-api-client__mobile-navigation--active {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__mobile-navigation--active:hover {\n cursor: pointer;\n}\n.scalar-api-client__main {\n display: flex;\n height: 100%;\n min-height: 0;\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main {\n display: block;\n}\n}\n\n/** TODO: Consider to make a Column component */\n.scalar-api-client__main__content {\n padding: 12px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n top: 0;\n position: sticky;\n z-index: 100;\n}\n.scalar-api-client__main__content label {\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n align-items: center;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__content {\n padding: 0 0 12px 0;\n}\n.scalar-api-client__main__content label {\n display: none;\n}\n}\n.meta {\n display: flex;\n margin-top: 3px;\n font-size: var(--theme-font-size-2, var(--default-theme-font-size-2));\n font-weight: var(--theme-font-size-2, var(--default-theme-font-size-2));\n color: var(\n --scalar-api-client-color2,\n var(--default-scalar-api-client-color2)\n );\n}\n.meta-item svg {\n fill: var(--theme-color-ghost, var(--default-theme-color-ghost));\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.meta-item {\n display: flex;\n align-items: center;\n margin-right: 12px;\n white-space: nowrap;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-3, var(--default-theme-color-3));\n min-height: 17px;\n}\n.meta-item__input {\n background: transparent;\n width: 100%;\n margin-right: 0;\n}\n.types {\n margin: auto;\n width: 580px;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-flow: wrap;\n}\n.types-heading {\n width: 100%;\n text-align: center;\n}\n.types-heading b {\n font-size: 42px;\n}\n.types-heading p {\n margin-bottom: 20px;\n margin-top: 12px;\n font-size: 24px;\n}\n.scalar-api-client__empty-state {\n border: 1px dashed\n var(--theme-border-color, var(--default-theme-border-color));\n width: 100%;\n text-align: center;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n font-size: var(--theme-small, var(--default-theme-small));\n padding: 20px;\n}\n\n.progress-ring[data-v-d16794fb] {\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n animation: linear turn-d16794fb reverse forwards;\n}\n@keyframes turn-d16794fb {\nfrom {\n stroke-dashoffset: var(--399d17d8);\n}\nto {\n stroke-dashoffset: 0;\n}\n}\n\n.toast-layout[data-v-14fb66a9] {\n pointer-events: initial;\n\n padding: 18px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n color: var(--theme-color-1, var(--default-theme-color-1));\n display: grid;\n grid-template-columns: auto 1fr auto;\n grid-template-areas:\n 'icon title timeout'\n '. description description';\n align-items: center;\n position: relative;\n\n width: 380px;\n}\n.toast-title[data-v-14fb66a9] {\n grid-area: title;\n font-weight: var(--theme-font-semibold, var(--default-theme-font-semibold));\n display: flex;\n align-items: center;\n}\n.toast-description[data-v-14fb66a9] {\n grid-area: description;\n margin-top: 5px;\n line-height: 1.45;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.toast-icon[data-v-14fb66a9] {\n grid-area: icon;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 10px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.toast-icon[data-v-14fb66a9] > * {\n width: 14px;\n height: 14px;\n}\n.toast-timeout[data-v-14fb66a9] {\n grid-area: timeout;\n margin-left: 10px;\n width: 16px;\n height: 16px;\n display: flex;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n}\n.toast-error .toast-icon[data-v-14fb66a9],\n.toast-error .toast-title[data-v-14fb66a9] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n\n.toast[data-v-7cd47ce2] {\n pointer-events: initial;\n filter: brightness(\n var(--theme-lifted-brightness, var(--default-theme-lifted-brightness))\n );\n\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n box-shadow: var(--theme-shadow-2, var(--default-theme-shadow-2));\n font-family: var(--theme-font, var(--default-theme-font));\n width: 380px;\n}\n\n.toast-container[data-v-016eca42] {\n width: 100vw;\n height: 100vh;\n position: fixed;\n z-index: 10000;\n pointer-events: none;\n\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 12px;\n\n padding: 48px;\n}\n.toasts-move[data-v-016eca42],\n.toasts-enter-active[data-v-016eca42],\n.toasts-leave-active[data-v-016eca42] {\n transition: all 0.5s ease;\n}\n.toasts-enter-from[data-v-016eca42],\n.toasts-leave-to[data-v-016eca42] {\n opacity: 0;\n transform: translateX(30px);\n}\n.toast-leave-active[data-v-016eca42] {\n position: absolute;\n}\n\n.darklight[data-v-f1139217] {\n border: none;\n border-top: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n appearance: none;\n background: transparent;\n outline: none;\n padding: 18px 24px 0;\n display: flex;\n\n align-items: center;\n text-indent: 9px;\n width: 100%;\n}\n.darklight-reference[data-v-f1139217] {\n width: 100%;\n margin-top: auto;\n}\n.darklight[data-v-f1139217]:hover {\n cursor: pointer;\n color: var(\n --sidebar-color-1,\n var(\n --default-sidebar-color-1,\n var(--theme-color-1, var(--default-theme-color-1))\n )\n );\n}\n.darklight svg[data-v-f1139217] {\n stroke: currentColor;\n height: 12px;\n width: 12px;\n}\n.darklight-reference-promo[data-v-f1139217] {\n padding: 6px 24px 12px;\n display: flex;\n align-items: center;\n font-size: var(--theme-mini, var(--default-theme-mini));\n text-decoration: none;\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n}\n.darklight-reference-promo[data-v-f1139217]:hover {\n text-decoration: underline;\n}\n\n.sidebar-search[data-v-7ae693ae] {\n display: flex;\n align-items: center;\n position: relative;\n /* Sub */\n --default-margin-x: 12px;\n width: calc(100% - 2 * var(--margin-x, var(--default-margin-x)));\n margin: 12px var(--margin-x, var(--default-margin-x)) 6px\n var(--margin-x, var(--default-margin-x));\n padding: 0 3px 0 12px;\n background: var(\n --sidebar-search-background,\n var(\n --default-sidebar-search-background,\n var(--theme-background-1, var(--default-theme-background-1))\n )\n );\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n outline: none;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n box-shadow: 0 0 0 1px\n var(\n --sidebar-search-border-color,\n var(\n --default-sidebar-search-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n /* prettier-ignore */\n cursor: pointer;\n appearance: none;\n border: none;\n}\n.sidebar-search-input[data-v-7ae693ae] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n height: 31px;\n\n user-select: none;\n z-index: 10;\n position: relative;\n display: flex;\n width: 100%;\n justify-content: space-between;\n align-items: center;\n}\n.sidebar-search-shortcut[data-v-7ae693ae] {\n text-transform: uppercase;\n}\n.sidebar-search-key[data-v-7ae693ae] {\n background-color: var(\n --theme-background-2,\n var(--default-theme-background-2)\n );\n padding: 3px 5px;\n margin: 2px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(\n --sidebar-color-2,\n var(--default-sidebar-color-2),\n var(--theme-color-2, var(--default-theme-color-2))\n );\n}\n.search-icon[data-v-7ae693ae] {\n padding: 0;\n margin-right: 9px;\n width: 12px;\n}\n\n.loader-wrapper[data-v-fdd87947] {\n position: relative;\n height: var(--53793cee);\n width: var(--53793cee);\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n --default-loader-size: 50%;\n}\n\n/*SVG Positioning for Loader Objects*/\n.svg-loader[data-v-fdd87947] {\n width: var(--loader-size, var(--default-loader-size));\n height: var(--loader-size, var(--default-loader-size));\n top: 1rem;\n right: 0.9rem;\n overflow: visible;\n\n fill: none;\n background-color: transparent;\n stroke: currentColor;\n}\n.svg-path[data-v-fdd87947] {\n stroke-width: 14;\n fill: none;\n transition: 0.3s;\n}\n.svg-x-mark[data-v-fdd87947] {\n stroke-dasharray: 57;\n stroke-dashoffset: 57;\n transition-delay: 0s;\n}\n.svg-check-mark[data-v-fdd87947] {\n stroke-dasharray: 149;\n stroke-dashoffset: 149;\n transition-delay: 0s;\n}\n.icon-is-invalid .svg-x-mark[data-v-fdd87947] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.icon-is-valid .svg-check-mark[data-v-fdd87947] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.circular-loader[data-v-fdd87947] {\n animation: rotate-fdd87947 0.7s linear infinite,fade-in-fdd87947 0.4s;\n\n transform-origin: center center;\n transform: scale(5);\n\n background: transparent;\n}\n.loader-path[data-v-fdd87947] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n stroke-linecap: round;\n}\n.loader-path-off[data-v-fdd87947] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n transition: opacity 0.3s;\n opacity: 0;\n}\n@keyframes fade-in-fdd87947 {\n0% {\n opacity: 0;\n}\n70% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}\n@keyframes rotate-fdd87947 {\nfrom {\n transform: scale(5) rotate(0deg);\n}\nto {\n transform: scale(5) rotate(360deg);\n}\n}\n\n.flow-button[data-v-a9ccf337] {\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 1;\n position: relative;\n appearance: none;\n -webkit-appearance: none;\n height: 40px;\n padding: 0px 24px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-button-1-color, var(--default-theme-button-1-color));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: 500;\n cursor: pointer;\n background: var(--theme-button-1, var(--default-theme-button-1));\n border: none;\n width: 100%;\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button[data-v-a9ccf337]:hover,\n.flow-button[data-v-a9ccf337]:focus-visible {\n background: var(--theme-button-1-hover, var(--default-theme-button-1-hover));\n}\n.flow-button[data-v-a9ccf337]:active {\n box-shadow: none;\n background: var(--theme-button-1, var(--default-theme-button-1));\n}\n.flow-button[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n.flow-button.flow-button-icon-only[data-v-a9ccf337] {\n width: 24px;\n height: 24px;\n padding: 0;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-outlined[data-v-a9ccf337] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 11px 23px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button-outlined[data-v-a9ccf337]:hover,\n.flow-button-outlined[data-v-a9ccf337]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[data-v-a9ccf337]:active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-clear[data-v-a9ccf337] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-clear[data-v-a9ccf337]:active {\n background: transparent;\n}\n.flow-button-clear[data-v-a9ccf337]:hover,\n.flow-button-clear[data-v-a9ccf337]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: none;\n}\n.flow-button-clear[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-text[data-v-a9ccf337] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-text[data-v-a9ccf337]:active {\n background: transparent;\n}\n.flow-button-text[data-v-a9ccf337]:hover,\n.flow-button-text[data-v-a9ccf337]:focus-visible {\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: transparent;\n box-shadow: none;\n}\n.flow-button-text[disabled][data-v-a9ccf337] {\n background: transparent;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button--delete[data-v-a9ccf337] {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n.flow-button--delete[data-v-a9ccf337]:active {\n background: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-button--delete[data-v-a9ccf337]:hover {\n background: var(--theme-error-color, var(--default-theme-color-red));\n opacity: 0.86;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-loader[data-v-a9ccf337] {\n position: absolute;\n right: 8px;\n}\n.flow-button-decorator[data-v-a9ccf337] {\n margin-right: 9px;\n color: currentColor;\n display: flex;\n align-items: center;\n height: 14px;\n width: 14px;\n}\n.flow-button-icon-only .flow-button-decorator[data-v-a9ccf337] {\n margin-right: 0;\n}\n\n.action-menu[data-v-dc8a97ce] {\n position: absolute;\n top: 5px;\n right: 5px;\n display: flex;\n gap: 6px;\n}\n/**\n* Some awkwardness to make the dropdown buttons hidden when not hovered\n* but still show when the panel is open and focused\n*/\n.action-menu[data-v-dc8a97ce] .button-wrapper button {\n /* Hide the icons by default */\n opacity: 0;\n width: 20px;\n height: 20px;\n padding: 4px;\n}\n.action-menu[data-v-dc8a97ce]:hover .button-wrapper button,\n.action-menu[data-v-dc8a97ce] .button-wrapper button:hover,\n.sidebar-heading:hover ~ .action-menu[data-v-dc8a97ce] .button-wrapper button,\n.action-menu[data-v-dc8a97ce] .button-wrapper button[aria-expanded='true'] {\n opacity: 1;\n}\n.sidebar-heading[data-v-dc8a97ce]:has(~ .action-menu:hover) {\n /* prettier-ignore */\n color: var(--sidebar-color-1, var(--default-sidebar-color-1), var(--theme-color-1, var(--default-theme-color-1)));\n /* prettier-ignore */\n background: var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background), var(--theme-background-2, var(--default-theme-background-2)));\n}\n\n.sidebar {\n --default-theme-sidebar-indent-base: 6px;\n}\n\n/* ----------------------------------------------------- */\n/* Main sidebar styles */\n.sidebar {\n flex: 1;\n height: 100%;\n display: flex;\n flex-direction: column;\n border-right: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n /* prettier-ignore */\n background: var(--sidebar-background-1, var(--default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1))));\n --default-sidebar-level: 0;\n}\n.pages {\n padding-top: 9px;\n padding-bottom: 9px;\n}\n.sidebar-group {\n list-style: none;\n width: 100%;\n}\n.sidebar-heading {\n display: flex;\n gap: 6px;\n\n /* prettier-ignore */\n color: var(--sidebar-color-2, var(--default-theme-color-2, var(--theme-color-2, var(--default-theme-color-2))));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n word-break: break-word;\n line-height: 1.385;\n align-items: center;\n max-width: 100%;\n position: relative;\n cursor: pointer;\n border-radius: 0 var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0;\n flex: 1;\n padding-right: 12px;\n user-select: none;\n}\n\n/* Folder/page collapse icon */\n.toggle-nested-icon {\n border: none;\n position: absolute !important;\n color: currentColor;\n top: 4px;\n color: currentColor;\n}\n.toggle-nested-icon:hover,\n.toggle-nested-icon:focus-visible {\n color: currentColor;\n filter: drop-shadow(0 0.125px 0 currentColor)\n drop-shadow(0 -0.125px 0 currentColor);\n}\n\n/* We indent each level of nesting further */\n.sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n padding-left: calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 24px) !important;\n}\n\n/* Collapse/expand icons must also be offset */\n.sidebar-indent-nested .sidebar-heading .toggle-nested-icon {\n /* prettier-ignore */\n left: calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 2px) !important;\n}\n.sidebar-heading-link {\n padding-right: 12px;\n padding: 6px 0;\n display: flex;\n align-items: center;\n}\n\n/* Sidebar link icon */\n.link-icon {\n position: relative;\n left: 4px;\n}\n.sidebar-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 6px;\n\n width: 13px;\n height: 13px;\n}\n.sidebar-icon > svg {\n width: 13px;\n height: 13px;\n}\n.sidebar-heading:hover {\n /* prettier-ignore */\n background: var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background, var(--theme-background-2, var(--default-theme-background-2))));\n}\n.sidebar-heading:hover p {\n color: var(\n --sidebar-item-hover-color,\n var(\n --default-sidebar-item-hover-color,\n var(--theme-color-accent, var(--default-theme-color-accent))\n )\n );\n}\n.sidebar-group-item {\n position: relative;\n}\n\n/* Change font colors and weights for nested items */\n.sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n color: var(--sidebar-color-1, var(--default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1))));\n}\n.sidebar-indent-nested .sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n color: var(--sidebar-color-2, var(--default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2))));\n}\n.sidebar-mobile-header {\n display: flex;\n align-items: center;\n gap: 12px;\n height: 100%;\n width: 100%;\n padding: 0 6px;\n}\n.sidebar-mobile-breadcrumbs {\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.sidebar-mobile-actions {\n display: flex;\n flex-direction: row;\n gap: 4px;\n height: 24px;\n align-items: center;\n padding: 0 4px;\n}\n.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle {\n height: 16px;\n width: 16px;\n}\n.active_page.sidebar-heading:hover,\n.active_page.sidebar-heading {\n /* prettier-ignore */\n background: var(--sidebar-item-active-background, var(--default-sidebar-item-active-background, var(--theme-background-accent, var(--default-theme-background-accent)))) !important;\n}\n.active_page.sidebar-heading p,\n.active_page.sidebar-heading:hover p {\n /* prettier-ignore */\n color: var(--sidebar-color-active, var(--default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)))) !important;\n}\n@media (max-width: 1000px) {\n.sidebar {\n min-height: 0;\n}\n.pages {\n padding-top: 12px;\n}\n}\n@media (max-width: 500px) {\n.header-item-link.header-item-active,\n .sidebar-section,\n .sidebar-heading {\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n}\n\n.scalar-api-client__container .scalar-api-client[data-v-e9e3236c] {\n width: calc(\n 100% -\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n );\n}\n@media screen and (max-width: 1000px) {\n.scalar-api-client__container .scalar-api-client[data-v-e9e3236c] {\n width: 100%;\n}\n}\n.scalar-api-client__container[data-v-e9e3236c] {\n position: absolute;\n right: 0;\n left: 0;\n bottom: 0;\n top: 0;\n z-index: 9;\n border-radius: 0;\n box-shadow: none;\n opacity: 1;\n overflow: hidden;\n pointer-events: all;\n background: var(\n --theme-background-1,\n var(--default-theme-background-1)\n ) !important;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n box-shadow: var(--theme-shadow-1, var(--default-theme-shadow-1));\n height: 100%;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n.scalar-api-client__navigation[data-v-e9e3236c] {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 11px 12px;\n height: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n z-index: 10;\n position: sticky;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n top: 0;\n}\n.scalar-api-client__close[data-v-e9e3236c] {\n appearance: none;\n border: none;\n outline: none;\n display: flex;\n align-items: center;\n background: transparent;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__close[data-v-e9e3236c]:hover {\n cursor: pointer;\n}\n/*\nTODO: Markup is missing\n.scalar-api-client__close__icon {\n width: 28px;\n height: 28px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n margin-right: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.scalar-api-client__close__icon:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__close__icon svg {\n width: 12px;\n height: 12px;\n transform: rotate(180deg);\n} */\n.api-client-drawer[data-v-e9e3236c] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n height: calc(100vh - 58px);\n width: calc(100vw - 8px);\n border-radius: 12px;\n overflow: hidden;\n visibility: visible;\n position: fixed;\n bottom: 4px;\n left: 4px;\n z-index: 1001;\n opacity: 0;\n animation: apiclientfadein-e9e3236c 0.35s forwards;\n}\n@keyframes apiclientfadein-e9e3236c {\nfrom {\n transform: translate3d(0, 20px, 0) scale(0.985);\n opacity: 0;\n}\nto {\n transform: translate3d(0, 0, 0) scale(1);\n opacity: 1;\n}\n}\n.api-client-drawer-exit[data-v-e9e3236c] {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background: rgba(0, 0, 0, 0.44);\n transition: all 0.3s ease-in-out;\n z-index: 1000;\n cursor: pointer;\n animation: drawerexitfadein-e9e3236c 0.35s forwards;\n}\n@keyframes drawerexitfadein-e9e3236c {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n.scalar-api-client-height[data-v-e9e3236c] {\n height: 100%;\n}\n.scalar-api-client-height .sidebar[data-v-e9e3236c] {\n flex: 1 1 0%;\n flex-grow: 1;\n flex-shrink: 1;\n flex-basis: 0%;\n height: 100%;\n display: flex;\n flex-direction: column;\n width: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n max-width: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n border-right: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n}\n\n.card[data-v-da3043a0] {\n font-family: var(--theme-font, var(--default-theme-font));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n overflow: hidden;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-2, var(--default-theme-background-2));\n display: flex;\n flex-direction: column;\n max-height: calc(100vh - 310px);\n}\n\n.card-content[data-v-baa04f94] {\n overflow: auto;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.card-content[data-v-baa04f94] .simple-table .simple-header {\n display: none;\n}\n.card-content[data-v-baa04f94]:last-of-type,\n.card-content.card--borderless[data-v-baa04f94] {\n border-bottom: none;\n}\n.card--muted[data-v-baa04f94] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card--contrast[data-v-baa04f94] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.card--frameless[data-v-baa04f94] {\n padding: 0;\n}\n.card--transparent[data-v-baa04f94] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n\n.card-header[data-v-d37fee76] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n flex-shrink: 0;\n}\n.card-header-slots[data-v-d37fee76] {\n display: flex;\n justify-content: space-between;\n margin: 9px 12px;\n line-height: 1.35;\n}\n.card-header-title[data-v-d37fee76] {\n text-transform: uppercase;\n word-break: break-all;\n}\n.card-header-actions[data-v-d37fee76] {\n display: flex;\n}\n\n.card-footer[data-v-deadefdd] {\n flex-shrink: 0;\n}\n\n.tab-list[data-v-b81067df] {\n display: flex;\n gap: 6px;\n position: relative;\n flex: 1;\n}\n\n.tab[data-v-e5d124ee] {\n background: none;\n border: none;\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n line-height: calc(var(--theme-mini, var(--default-theme-mini)) + 2px);\n cursor: pointer;\n padding: 0;\n margin-right: 3px;\n text-transform: uppercase;\n position: relative;\n line-height: 1.35;\n}\n.tab[data-v-e5d124ee]:before {\n content: '';\n position: absolute;\n z-index: 0;\n left: -6px;\n top: -6px;\n width: calc(100% + 12px);\n height: calc(100% + 12px);\n border-radius: var(--theme-radius, var(--default-theme-radius));\n background: var(--theme-background-3, var(--default-theme-background-3));\n opacity: 0;\n}\n.tab[data-v-e5d124ee]:hover:before {\n opacity: 1;\n}\n.tab span[data-v-e5d124ee] {\n z-index: 1;\n position: relative;\n}\n.tab-selected[data-v-e5d124ee] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-decoration: underline;\n text-underline-offset: var(--theme-micro, var(--default-theme-micro));\n}\n\n.markdown[data-v-715bced9] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n}\n.markdown[data-v-715bced9] * {\n margin-top: 12px;\n}\n.markdown[data-v-715bced9] h1,\n.markdown[data-v-715bced9] h2,\n.markdown[data-v-715bced9] h3,\n.markdown[data-v-715bced9] h4,\n.markdown[data-v-715bced9] h5,\n.markdown[data-v-715bced9] h6 {\n font-size: var(--font-size, var(--default-font-size));\n margin: 12px 0 6px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.markdown[data-v-715bced9] p {\n font-size: var(\n --font-size,\n var(--default-font-size),\n var(--theme-paragraph, var(--default-theme-paragraph))\n );\n /* prettier-ignore */\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(\n --font-weight,\n var(--default-font-weight),\n var(--theme-small, var(--default-theme-small))\n );\n line-height: 1.5;\n}\n.markdown[data-v-715bced9] ul,\n.markdown[data-v-715bced9] ol {\n padding-left: 24px;\n line-height: 1.5;\n margin: 12px 0;\n}\n.markdown[data-v-715bced9] ul {\n list-style: disc;\n}\n.markdown[data-v-715bced9] ol {\n list-style: decimal;\n}\n.markdown[data-v-715bced9] ul.contains-task-list {\n list-style: none;\n padding-left: 0;\n}\n.markdown[data-v-715bced9] li {\n margin: 6px 0;\n}\n.markdown[data-v-715bced9] a {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n text-decoration: none !important;\n}\n.markdown[data-v-715bced9] a:hover {\n text-decoration: underline !important;\n}\n.markdown[data-v-715bced9] code {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n background-color: var(\n --theme-background-2,\n var(--default-theme-background-2)\n );\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n font-size: var(--theme-micro, var(--default-theme-micro));\n border-radius: 2px;\n padding: 0 3px;\n}\n.markdown[data-v-715bced9] pre code {\n display: block;\n white-space: pre;\n padding: 3px;\n margin: 12px 0;\n -webkit-overflow-scrolling: touch;\n overflow-x: scroll;\n max-width: 100%;\n min-width: 100px;\n}\n.markdown[data-v-715bced9] blockquote {\n border-left: 3px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding-left: 12px;\n margin: 0;\n}\n.markdown[data-v-715bced9] table {\n position: relative;\n border-collapse: collapse;\n table-layout: fixed;\n width: 100%;\n margin: 1em 0;\n overflow: hidden;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.markdown[data-v-715bced9] td,\n.markdown[data-v-715bced9] th {\n min-width: 1em;\n padding: 6px;\n vertical-align: top;\n box-sizing: border-box;\n position: relative;\n word-break: break-all;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.markdown[data-v-715bced9] td > *,\n.markdown[data-v-715bced9] th > * {\n margin-bottom: 0;\n}\n.markdown.parameter-description[data-v-715bced9] p {\n margin-top: 3px;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n line-height: 1.4;\n}\n.markdown[data-v-715bced9] td:first-of-type,\n.markdown[data-v-715bced9] th:first-of-type {\n border-left: none;\n}\n.markdown[data-v-715bced9] td:last-of-type,\n.markdown[data-v-715bced9] th:last-of-type {\n border-right: none;\n}\n.markdown[data-v-715bced9] tr:last-of-type td {\n border-bottom: none;\n}\n.markdown[data-v-715bced9] th {\n font-weight: bold !important;\n text-align: left;\n border-left-color: transparent;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n\n.endpoints[data-v-66d4fbfd] {\n overflow: auto;\n background: var(--theme-background-2, var(--default-theme-background-2));\n padding: 10px 12px;\n}\n@media (max-width: 580px) {\n.endpoints[data-v-66d4fbfd] {\n max-height: calc(100vh - 150px);\n}\n}\n.endpoints span + span[data-v-66d4fbfd] {\n text-align: left;\n margin-left: 12px;\n text-transform: initial;\n}\n\n.base-url-variable {\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.base-url[data-v-a57ab550] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n cursor: pointer;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n display: flex;\n padding: 10px 12px;\n}\n\n.client-libraries-content[data-v-9ec959b4] {\n display: flex;\n justify-content: center;\n gap: 6px;\n padding: 0 12px;\n}\n.code-languages[data-v-9ec959b4] {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n max-width: 68px;\n width: 100%;\n padding: 12px 0;\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n}\n/* remove php and c on mobile */\n@media screen and (max-width: 450px) {\n.code-languages[data-v-9ec959b4]:nth-of-type(4),\n .code-languages[data-v-9ec959b4]:nth-of-type(6) {\n display: none;\n}\n}\n.code-languages-icon[data-v-9ec959b4] {\n max-width: 48px;\n width: 100%;\n max-height: 48px;\n aspect-ratio: 1;\n padding: 7px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n color: var(\n --theme-code-language-color-supersede,\n var(--default-theme-code-language-color-supersede, #fff)\n );\n}\n.code-languages-background[data-v-9ec959b4] {\n border-radius: 12px;\n position: relative;\n box-shadow: 0 0 0 1px\n var(\n --theme-code-languages-border-color,\n var(--default-theme-code-languages-border-color)\n );\n}\n.code-languages-background[data-v-9ec959b4]:before {\n content: '';\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n position: absolute;\n top: -1px;\n left: -1px;\n pointer-events: none;\n border-radius: 12px;\n background: var(\n --theme-code-languages-background-supersede,\n var(--default-theme-code-languages-background-supersede)\n );\n}\n.code-languages-icon__shell[data-v-9ec959b4] {\n background: #000;\n}\n.code-languages-icon__ruby[data-v-9ec959b4] {\n background: #d91404;\n}\n.code-languages-icon__php[data-v-9ec959b4] {\n background: #6181b6;\n}\n.code-languages-icon__python[data-v-9ec959b4] {\n background: #306998;\n}\n.code-languages-icon__more[data-v-9ec959b4] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.code-languages-icon__node[data-v-9ec959b4] {\n background: #83cd29;\n}\n.code-languages-icon__c[data-v-9ec959b4] {\n background: #03599c;\n}\n.code-languages-icon__csharp[data-v-9ec959b4] {\n background: #68217a;\n}\n.code-languages-icon__cplusplus[data-v-9ec959b4] {\n background: #9c033a;\n}\n.code-languages-icon__clojure[data-v-9ec959b4] {\n background: #5881d8;\n}\n.code-languages-icon__go[data-v-9ec959b4] {\n background: #00acd7;\n}\n.code-languages-icon__http[data-v-9ec959b4] {\n background: #005b9b;\n}\n.code-languages-icon__java[data-v-9ec959b4] {\n background: #ea2d2e;\n}\n.code-languages-icon__javascript[data-v-9ec959b4] {\n background: #f0db4f;\n}\n.code-languages-icon__kotlin[data-v-9ec959b4] {\n background: #7f6cb1;\n}\n.code-languages-icon__objc[data-v-9ec959b4] {\n background: #0b5a9d;\n}\n.code-languages-icon__ocaml[data-v-9ec959b4] {\n background: #f29100;\n}\n.code-languages-icon__powershell[data-v-9ec959b4] {\n background: #2671be;\n}\n.code-languages-icon__r[data-v-9ec959b4] {\n background: #cbced0;\n}\n.code-languages-icon__swift[data-v-9ec959b4] {\n background: #f05138;\n}\n.code-languages__loading .code-languages-icon[data-v-9ec959b4]:before {\n border: 1px solid rgba(255, 255, 255, 0.44);\n border-top: 1px solid white;\n animation: codeloader-9ec959b4 0.45s linear infinite;\n background: transparent;\n width: 18px;\n height: 18px;\n content: '';\n border-radius: 50%;\n}\n.code-languages__loading .code-languages-icon svg[data-v-9ec959b4] {\n display: none;\n}\n.code-languages__active[data-v-9ec959b4]:after {\n content: '';\n position: absolute;\n bottom: 0;\n height: 2px;\n width: 100%;\n background: var(--theme-color-1, var(--default-theme-color-1));\n}\n@keyframes codeloader-9ec959b4 {\n0% {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(1turn);\n}\n}\n.code-languages span[data-v-9ec959b4] {\n margin-top: 3px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.code-languages__active span[data-v-9ec959b4] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-languages__select select[data-v-9ec959b4] {\n opacity: 0;\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n cursor: pointer;\n z-index: 1;\n}\n.code-languages__select span[data-v-9ec959b4] {\n position: relative;\n display: flex;\n align-items: center;\n}\n.code-languages__select span[data-v-9ec959b4]:after {\n content: '';\n width: 8px;\n height: 8px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 1px 1px 0 currentColor;\n display: block;\n transform: rotate(45deg);\n margin-left: 5px;\n margin-top: -7px;\n}\n\n.heading[data-v-f689ab54] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.loading[data-v-f689ab54] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton-f689ab54 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.heading.loading[data-v-f689ab54] {\n width: 80%;\n}\n.tag-description .loading[data-v-f689ab54] {\n height: 20px;\n margin-bottom: 4px;\n width: 100%;\n display: inline-block;\n}\n.tag-description .loading[data-v-f689ab54]:first-of-type {\n margin-top: 12px;\n}\n.tag-description .loading[data-v-f689ab54]:last-of-type {\n width: 40%;\n}\n@keyframes loading-skeleton-f689ab54 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0.33;\n}\n}\n.font-mono[data-v-f689ab54] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n padding: 10px 12px;\n}\n\n.parameter p {\n margin-top: 6px;\n}\n.parameter .parameter-child {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 20px;\n margin-top: 12px;\n width: fit-content;\n}\n.parameter .parameter {\n border: none !important;\n}\n.parameter-child-trigger {\n padding: 6px 12px;\n cursor: pointer;\n font-weight: 500;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n user-select: none;\n}\n.parameter-child-trigger:has(+ .parameter li:first-of-type:last-of-type) {\n display: none;\n}\n.parameter-child-trigger:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.parameter-child-trigger > span:before {\n content: 'Show ';\n}\n.parameter-child__open > .parameter-child-trigger span:before {\n content: 'Hide ';\n}\n.parameter-child-trigger svg {\n height: 10px;\n width: 10px;\n margin-right: 6px;\n}\n.parameter-child__open .parameter-child-trigger svg {\n transform: rotate(45deg);\n}\n.parameter .parameter li:first-of-type {\n border-top: none;\n}\n.parameter .parameter li {\n padding: 10px 12px;\n}\n.parameter-child__open > .parameter {\n display: block;\n}\n.parameter .parameter-child__open {\n width: 100%;\n border-radius: 6px;\n}\n.parameter .parameter-child__open > svg {\n transform: rotate(45deg);\n}\n.parameter-child__open > .parameter-child-trigger {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.parameter {\n list-style: none;\n font-size: var(--theme-small, var(--default-theme-small));\n}\n.parameter li {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 12px 0;\n}\n.parameter-name {\n font-weight: 500;\n margin-right: 6px;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.parameter-type,\n.parameter-required {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n margin-right: 6px;\n position: relative;\n}\n.parameter-description {\n margin-top: 3px !important;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n line-height: 1.4;\n}\n.parameter__required {\n text-transform: uppercase;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.parameter-options {\n position: relative;\n}\n.copy .parameter-description:empty {\n display: none;\n}\n\n.heading[data-v-f648d386] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.tag-description[data-v-f648d386] {\n margin-top: 12px;\n}\n\n.request-path-variable {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.request[data-v-1247609d] {\n display: flex;\n flex-wrap: nowrap;\n}\n.request-method[data-v-1247609d] {\n white-space: nowrap;\n}\n.request-method--post[data-v-1247609d] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.request-method--patch[data-v-1247609d] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.request-method--get[data-v-1247609d] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.request-method--delete[data-v-1247609d] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.request-method--put[data-v-1247609d] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-path[data-v-1247609d] {\n margin-left: 6px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n overflow: hidden;\n cursor: default;\n word-wrap: break-word;\n text-transform: none !important;\n}\n.language-select[data-v-1247609d] {\n position: relative;\n padding-right: 9px;\n height: fit-content;\n padding-left: 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.language-select select[data-v-1247609d] {\n border: none;\n outline: none;\n cursor: pointer;\n background: var(--theme-background-3, var(--default-theme-background-3));\n box-shadow: -2px 0 0 0\n var(--theme-background-3, var(--default-theme-background-3));\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n appearance: none;\n}\n.language-select span[data-v-1247609d] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n white-space: nowrap;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.language-select:hover span[data-v-1247609d] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.language-select span[data-v-1247609d]:after {\n content: '';\n width: 7px;\n height: 7px;\n transform: rotate(45deg) translate3d(-2px, -2px, 0);\n display: block;\n margin-left: 6px;\n box-shadow: 1px 1px 0 currentColor;\n}\n.language-select span[data-v-1247609d]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.copy-button[data-v-1247609d] {\n appearance: none;\n -webkit-appearance: none;\n outline: none;\n background: transparent;\n display: flex;\n cursor: pointer;\n color: var(--theme-color-3, var(--default-theme-color-3));\n margin-left: 6px;\n border: none;\n border-radius: 3px;\n padding: 0;\n display: flex;\n align-items: center;\n height: fit-content;\n}\n/* Can't use flex align center on parent (card-header-actions) so have to match sibling font size vertically align*/\n.copy-button[data-v-1247609d]:after {\n content: '.';\n color: transparent;\n font-size: var(--theme-mini, var(--default-theme-mini));\n line-height: 1.35;\n width: 0px;\n}\n.copy-button[data-v-1247609d]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.copy-button svg[data-v-1247609d] {\n width: 13px;\n height: 13px;\n}\n.show-api-client-button[data-v-1247609d] {\n display: block;\n appearance: none;\n outline: none;\n border: none;\n padding: 6px;\n margin-left: auto;\n height: 23px;\n margin: 6px 6px 6px auto;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n text-transform: uppercase;\n display: flex;\n justify-content: center;\n cursor: pointer;\n align-items: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-background-2, var(--default-background-2));\n font-family: var(--theme-font, var(--default-theme-font));\n position: relative;\n cursor: pointer;\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n}\n.show-api-client-button span[data-v-1247609d],\n.show-api-client-button svg[data-v-1247609d] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n z-index: 1;\n}\n.show-api-client-button[data-v-1247609d]:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n cursor: pointer;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.show-api-client-button[data-v-1247609d]:before {\n background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));\n}\n.show-api-client-button[data-v-1247609d]:hover:before {\n background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));\n}\n.show-api-client-button svg[data-v-1247609d] {\n height: 12px;\n width: auto;\n margin-left: 9px;\n}\n.show-api-client-button--post[data-v-1247609d] {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.show-api-client-button--patch[data-v-1247609d] {\n background: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.show-api-client-button--get[data-v-1247609d] {\n background: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.show-api-client-button--delete[data-v-1247609d] {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.show-api-client-button--put[data-v-1247609d] {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-method[data-v-1247609d] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n text-transform: uppercase;\n}\n.request-path[data-v-1247609d] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.card-header-actions[data-v-1247609d] {\n display: flex;\n}\n\n.example-switcher[data-v-ec2d7ae7] {\n display: flex;\n gap: 6px;\n flex-direction: column;\n}\n.listbox-label[data-v-ec2d7ae7] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n margin: 0 4px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.listbox-button[data-v-ec2d7ae7] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-1, var(--default-theme-background-1));\n padding: 6px 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n text-align: left;\n display: block;\n font-size: var(--theme-mini, var(--default-theme-mini));\n}\n.listbox-button-content[data-v-ec2d7ae7] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.listbox-button-label[data-v-ec2d7ae7] {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.listbox-options[data-v-ec2d7ae7] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n padding: 6px 6px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n margin-top: 4px;\n box-shadow: var(--theme-shadow-2, var(--default-theme-shadow-2));\n position: absolute;\n margin: 0 1px;\n transform: translateY(-50%);\n z-index: 100;\n}\n.listbox-option[data-v-ec2d7ae7] {\n padding: 6px 12px;\n cursor: pointer;\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin: 2px 0;\n}\n.listbox-option[data-headlessui-state='selected'][data-v-ec2d7ae7] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.listbox-option[data-v-ec2d7ae7]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.icon[data-v-ec2d7ae7] {\n width: 13px;\n height: 13px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.code-copy[data-v-93805f16] {\n display: flex;\n align-items: center;\n justify-content: center;\n appearance: none;\n -webkit-appearance: none;\n outline: none;\n background: transparent;\n cursor: pointer;\n color: var(--theme-color-3, var(--default-theme-color-3));\n border: none;\n padding: 0;\n}\n.code-copy[data-v-93805f16]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-copy svg[data-v-93805f16] {\n width: 13px;\n height: 13px;\n}\n.description[data-v-93805f16] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color--1, var(--default-theme-color-1));\n padding: 10px 12px;\n min-height: 35px;\n display: flex;\n align-items: center;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.scalar-api-reference__empty-state[data-v-93805f16] {\n border: 1px dashed\n var(--theme-border-color, var(--default-theme-border-color));\n width: calc(100% - 24px);\n margin: 10px 12px;\n text-align: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n min-height: 56px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.schema-type[data-v-93805f16] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n background: var(--theme-background-3, var(--default-theme-background-3));\n padding: 2px 4px;\n border-radius: 4px;\n margin-right: 4px;\n}\n.schema-example[data-v-93805f16] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.example-response-tab[data-v-93805f16] {\n display: block;\n margin: 6px;\n}\n.card-container[data-v-93805f16] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card-container[data-v-93805f16] .cm-scroller {\n overflow: hidden;\n}\n\n.scalar-logo-animation[data-v-16147dd7] {\n width: 38px;\n height: 38px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.scalar-logo-animation .line[data-v-16147dd7]:before {\n content: '';\n width: 100%;\n height: 100%;\n background: #4c4316;\n display: block;\n position: absolute;\n}\n.scalar-logo-animation .line[data-v-16147dd7] {\n position: absolute;\n width: 100%;\n height: 1px;\n overflow: hidden;\n}\n.scalar-logo-animation .line-2[data-v-16147dd7] {\n transform: rotate(90deg);\n}\n.scalar-logo-animation .line-3[data-v-16147dd7] {\n transform: rotate(45deg);\n}\n.scalar-logo-animation .line-4[data-v-16147dd7] {\n transform: rotate(-45deg);\n}\n.scalar-logo-animation-load[data-v-16147dd7] {\n animation: rotate-16147dd7 2s linear infinite;\n}\n@keyframes rotate-16147dd7 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(360deg);\n}\n}\n\n.render-loading[data-v-519865dc] {\n height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.show-more[data-v-519865dc] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n appearance: none;\n border: none;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: auto;\n padding: 8px 12px;\n border-radius: 30px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-small, var(--default-theme-small));\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: -48px;\n margin-bottom: 48px;\n position: relative;\n}\n.show-more[data-v-519865dc]:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.show-more-icon[data-v-519865dc] {\n width: 14px;\n height: 14px;\n margin-left: 3px;\n}\n.show-more[data-v-519865dc]:active {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.references-narrow .show-more[data-v-519865dc] {\n margin-top: -25px;\n margin-bottom: 25px;\n}\n@media (max-width: 1165px) {\n.show-more[data-v-519865dc] {\n margin-top: -24px;\n margin-bottom: 24px;\n}\n}\n\n.references-mobile-header[data-v-3d087ea1] {\n display: flex;\n align-items: center;\n gap: 12px;\n height: 100%;\n width: 100%;\n padding: 0 8px;\n border-bottom: var(--theme-border);\n}\n.references-mobile-breadcrumbs[data-v-3d087ea1] {\n flex: 1;\n min-width: 0;\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n/** Input */\n.ref-search-input[data-v-d2da375a] {\n width: 100%;\n background: transparent;\n padding: 12px;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n outline: none;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n font-family: var(--theme-font, var(--default-theme-font));\n appearance: none;\n}\n.ref-search-input[data-v-d2da375a]:focus {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n/** Results */\n.item-entry[data-v-d2da375a] {\n appearance: none;\n background: transparent;\n border: none;\n outline: none;\n padding: 9px 12px;\n width: 100%;\n color: var(--theme-color-3, var(--default-theme-color-3));\n text-align: left;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n display: flex;\n align-items: center;\n font-family: var(--theme-font);\n min-height: 31px;\n display: flex;\n gap: 6px;\n}\n.item-entry-http-verb[data-v-d2da375a]:empty {\n display: none;\n}\n.ref-search-list[data-v-d2da375a] {\n padding: 0 0 12px 12px;\n}\n.ref-search-container[data-v-d2da375a] {\n padding: 12px;\n}\n.item-entry--active[data-v-d2da375a] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: pointer;\n}\n\n/** If it’s a tag, let’s put a dash between the tag name and the description and set the margin to the gap size. */\n.item-entry--tag .item-entry-description[data-v-d2da375a]::before {\n content: '–';\n margin-right: 6px;\n}\n.item-entry-description[data-v-d2da375a],\n.item-entry-title[data-v-d2da375a] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n white-space: nowrap;\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.item-entry-title[data-v-d2da375a] {\n min-width: fit-content;\n}\n.item-entry-http-verb[data-v-d2da375a],\n.item-entry-subtitle[data-v-d2da375a] {\n display: flex;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.item-entry-http-verb[data-v-d2da375a] {\n text-transform: uppercase;\n min-width: 45px;\n position: relative;\n /* optically center since all characters above baseline*/\n top: 0.5px;\n}\n.item-entry-http-verb--post[data-v-d2da375a] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.item-entry-http-verb--patch[data-v-d2da375a] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.item-entry-http-verb--get[data-v-d2da375a] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.item-entry-http-verb--delete[data-v-d2da375a] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.item-entry-http-verb--delete[data-v-d2da375a] {\n font-size: 0;\n}\n.item-entry-http-verb--delete[data-v-d2da375a]:after {\n content: 'DEL';\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n}\n.item-entry-http-verb--put[data-v-d2da375a] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.item-entry-path[data-v-d2da375a] {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.ref-search-meta[data-v-d2da375a] {\n background: var(--default-theme-background-3, var(--theme-background-3));\n padding: 6px 12px;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n gap: 12px;\n}\n\n/** CSS Reset */\n.scalar-api-reference p, #headlessui-portal-root p {\n margin: 0;\n}\n.scalar-api-reference i, #headlessui-portal-root i {\n font-style: normal;\n}\n.scalar-api-reference ul,\n .scalar-api-reference ol,\n #headlessui-portal-root ul,\n #headlessui-portal-root ol {\n margin: 0;\n padding: 0;\n}\n.scalar-api-reference,\n#headlessui-portal-root {\n font-family: var(--theme-font, var(--default-theme-font));\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n box-sizing: border-box;\n}\n/** Add some more things which are normally applied to `html`. */\n/** Make sure box-sizing is set properly. */\n.scalar-api-reference *,\n .scalar-api-reference *:before,\n .scalar-api-reference *:after,\n #headlessui-portal-root *,\n #headlessui-portal-root *:before,\n #headlessui-portal-root *:after {\n box-sizing: inherit;\n}\n/** Smooth text rendering */\n.scalar-api-reference *, #headlessui-portal-root * {\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.scalar-api-reference input::placeholder, #headlessui-portal-root input::placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-reference input:-ms-input-placeholder, #headlessui-portal-root input:-ms-input-placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-reference input::-webkit-input-placeholder, #headlessui-portal-root input::-webkit-input-placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n/* ?? layout stuff */\n:root {\n --default-scalar-api-reference-theme-header-height: 0px;\n --default-scalar-api-reference-theme-sidebar-width: 250px;\n --default-scalar-api-reference-theme-toc-width: 300px;\n --default-scalar-api-reference-app-header-height: 100px;\n --default-scalar-api-reference-col-width-1: 250px;\n --default-scalar-api-reference-col-width-2: calc(50% - 125px);\n --default-scalar-api-reference-col-width-3: calc(50% - 125px);\n --default-scalar-api-reference-document-height: 100vh;\n --default-scalar-api-reference-full-height: 100%;\n}\n@media (max-width: 1000px) {\n:root {\n --default-scalar-api-reference-theme-header-height: 50px;\n}\n}\n\n/** Utilities, how do we deal with them? */\n.flex {\n display: flex;\n}\n.flex-col {\n display: flex;\n min-height: 0;\n flex-direction: column;\n}\n.flex-mobile {\n display: flex;\n min-width: 0;\n}\n@media (max-width: 500px) {\n.flex-mobile {\n flex-direction: column;\n}\n}\n.gap-1 {\n gap: 12px;\n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n\n/** TODO: Move to components */\n.codemenu-topbar {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 0 7px 0 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0 0;\n}\n.codemenu {\n display: flex;\n position: relative;\n justify-content: space-between;\n align-items: center;\n min-height: 35px;\n}\n.codemenu-tabs {\n display: flex;\n position: relative;\n column-gap: 6px;\n}\n.codemenu-item {\n position: relative;\n display: flex;\n align-items: center;\n}\n.codemenu-item-key {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 4px;\n cursor: pointer;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n position: relative;\n margin-left: -4px;\n margin-right: -4px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n text-transform: uppercase;\n}\n.codemenu-item-key:hover {\n background: var(\n --scalar-api-reference-theme-background-3,\n var(--default-scalar-api-reference-theme-background-3)\n );\n}\n.codemenu-item:first-of-type:last-of-type .codemenu-item-key,\n.codemenu-item__active .codemenu-item-key {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.codemenu-item:first-of-type:last-of-type:after,\n.codemenu-item__active:after {\n content: '';\n width: 100%;\n height: 1px;\n position: absolute;\n bottom: -4px;\n background: var(--theme-color-1, var(--default-theme-color-1));\n}\n.codemenu-item__disabled {\n pointer-events: none;\n}\n.endpoint {\n display: flex;\n white-space: nowrap;\n cursor: pointer;\n}\n.endpoint span:first-of-type {\n text-transform: uppercase;\n}\n.codemenu .endpoint {\n overflow: hidden;\n}\n.endpoint .post {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.endpoint .patch {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.endpoint .get {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.endpoint .delete {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.endpoint .put {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.endpoint .post,\n.endpoint .get,\n.endpoint .delete,\n.endpoint .put {\n white-space: nowrap;\n}\n.endpoint span {\n color: var(--theme-color-1, var(--default-theme-color-1));\n min-width: 62px;\n display: inline-block;\n text-align: right;\n line-height: 1.55;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-small, var(--default-theme-small));\n cursor: pointer;\n}\n.languages .example-item-endpoints {\n background: var(--theme-background-2, var(--default-theme-background-2));\n width: 100%;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.endpoint-response p {\n margin-top: 6px;\n font-size: var(--theme-small, var(--default-theme-small));\n min-height: auto;\n line-height: 17px;\n}\n.codemenu .endpoint span {\n text-align: left;\n min-width: auto;\n}\n.endpoint-response {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 12px 0;\n font-size: var(--theme-small, var(--default-theme-small));\n}\n.tag-description {\n margin-top: 12px;\n}\n.reference .endpoint-title {\n display: flex;\n margin-bottom: 12px;\n margin-top: 24px;\n}\n.copy .title {\n font-size: var(--theme-heading-4, var(--default-theme-heading-4));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.45;\n margin: 0;\n}\n.endpoint-response__headers {\n padding-bottom: 0;\n}\n.endpoint-response__headers + .endpoint-response {\n border-top: none;\n}\n\n/* ----------------------------------------------------- */\n.reference {\n position: relative;\n padding: 0 60px;\n width: 100%;\n}\n.reference:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.reference .reference-container {\n position: relative;\n display: flex;\n gap: 48px;\n\n max-width: 1120px;\n margin: auto;\n padding: 90px 0;\n}\n.reference-container + .reference-container {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.reference-container .copy,\n.reference-container .example {\n flex: 1;\n min-width: 0;\n}\n.response .cm-editor {\n max-height: calc(50vh - 90px);\n}\n.example {\n padding-top: 48px;\n top: 12px;\n height: fit-content;\n position: sticky;\n max-height: calc(100vh - 96px);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n.copy .tag-description a {\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-decoration: underline;\n}\n.copy ul {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n/* ----------------------------------------------------- */\n/* Responsive styles for narrow reference container (900px) */\n.references-narrow {\n min-height: 100vh;\n}\n.references-narrow .reference {\n padding: 0 30px;\n}\n@media screen and (max-width: 1000px) {\n.references-narrow .reference {\n padding: 0 24px;\n}\n}\n.references-narrow .reference-container {\n flex-direction: column;\n gap: 24px;\n padding: 50px 0;\n}\n.references-narrow .example {\n padding-top: 0;\n}\n.editor-heading h1 {\n font-size: var(\n --font-size,\n var(\n --default-font-size,\n var(--theme-heading-2, var(--default-theme-heading-2))\n )\n );\n font-weight: var(\n --font-weight,\n var(--default-font-weight, var(--theme-bold, var(--default-theme-bold)))\n );\n /* prettier-ignore */\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n line-height: 1.45;\n margin-top: 0;\n}\n\n/** Layout */\n/* ----------------------------------------------------- */\n/* Document Layouts */\n.document {\n flex: 1;\n overflow-y: auto;\n overflow-x: hidden;\n\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n\n /* Fallback to 100vh if the element height is not specified */\n --default-full-height: var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height, 100vh)\n );\n\n --default-document-height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n\n --default-scalar-api-reference-col-width-1: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n --default-scalar-api-reference-col-width-2: auto;\n --default-scalar-api-reference-col-width-3: var(\n --scalar-api-reference-theme-toc-width,\n var(--default-scalar-api-reference-theme-toc-width)\n );\n --scalar-api-reference-theme-header-height: var(\n --theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n\n display: grid;\n\n grid-template-rows:\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n auto\n auto;\n\n grid-template-columns:\n var(\n --scalar-api-reference-col-width-1,\n var(--default-scalar-api-reference-col-width-1)\n )\n var(\n --scalar-api-reference-col-width-2,\n var(--default-scalar-api-reference-col-width-2)\n )\n var(\n --scalar-api-reference-col-width-3,\n var(--default-scalar-api-reference-col-width-3)\n );\n\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'sidebar footer footer';\n}\n.document.hide-aside-left {\n --default-scalar-api-reference-col-width-1: 0;\n}\n.document.hide-aside-right {\n --default-scalar-api-reference-col-width-3: 0;\n}\n.document.hide-aside-left .layout-aside-left .layout-aside-content,\n.document.hide-aside-right .layout-aside-right .layout-aside-content {\n border-right-color: transparent;\n border-left-color: transparent;\n display: none;\n}\n.document.footer-below-sidebar {\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'footer footer footer';\n}\n.layout-header {\n grid-area: header;\n position: sticky;\n top: 0;\n z-index: 10;\n}\n.layout-content {\n grid-area: content;\n min-width: 0;\n background: var(--theme-background-1, var(--default-theme-background-1));\n display: flex;\n}\n/* add extra padding to top of edit made to match the getting started module */\n.layout-content\n ~ .layout-aside-right\n .references-narrow\n .reference:first-of-type\n .reference-container {\n padding-top: 75px;\n}\n/* Measures the visible viewport of the editor */\n.layout-content-viewport {\n position: fixed;\n left: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n right: var(\n --scalar-api-reference-theme-toc-width,\n var(--default-scalar-api-reference-theme-toc-width)\n );\n top: calc(\n var(\n --scalar-api-reference-app-header-height,\n var(--default-scalar-api-reference-app-header-height)\n ) +\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n bottom: 0;\n pointer-events: none;\n}\n.layout-aside-left {\n position: relative;\n grid-area: sidebar;\n position: sticky;\n top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n height: calc(\n var(--full-height) - var(--scalar-api-reference-theme-header-height)\n );\n}\n.layout-aside-right {\n position: relative;\n grid-area: aside;\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.layout-aside-content {\n /* position: sticky; */\n /* top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n ); */\n /* height: calc(var(--full-height) - var(--scalar-api-reference-theme-header-height)); */\n height: 100%;\n background: var(\n --sidebar-background-1,\n var(\n --default-sidebar-background-1,\n var(--theme-background-1, var(--default-theme-background-1))\n )\n );\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n}\n.layout-footer {\n grid-area: footer;\n}\n\n/* ----------------------------------------------------- */\n/* Document layout modified for references */\n.document.layout-swagger-editor {\n /* Fallback to 100vh if the element height is not specified */\n --default-full-height: var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height),\n 100vh\n );\n /* --scalar-api-reference-theme-header-height: 50px; */\n /* --scalar-api-reference-theme-sidebar-width: 200px; */\n /* --theme-toc-width: 200px; */\n max-height: 100vh;\n --default-document-height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n\n --default-scalar-api-reference-col-width-1: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n --default-scalar-api-reference-col-width-2: calc(\n 50% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n ) / 2\n )\n );\n --default-scalar-api-reference-col-width-3: calc(\n 50% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n ) / 2\n )\n );\n\n display: grid;\n\n grid-template-rows:\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n auto;\n\n grid-template-columns:\n var(\n --scalar-api-reference-col-width-1,\n var(--default-scalar-api-reference-col-width-1)\n )\n var(\n --scalar-api-reference-col-width-2,\n var(--default-scalar-api-reference-col-width-2)\n )\n var(\n --scalar-api-reference-col-width-3,\n var(--default-scalar-api-reference-col-width-3)\n );\n\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'sidebar content footer';\n}\n.document.layout-swagger-editor .layout-content {\n position: sticky;\n top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n height: calc(\n var(--full-height) - var(--scalar-api-reference-theme-header-height)\n );\n}\n.document.preview {\n --default-scalar-api-reference-col-width-2: calc(\n 100% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n )\n );\n --default-scalar-api-reference-col-width-3: calc(\n 100% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n )\n );\n\n grid-template-areas:\n 'header header'\n 'sidebar aside'\n 'sidebar footer';\n}\n.document.layout-swagger-editor.footer-below-sidebar.preview {\n grid-template-areas:\n 'header header'\n 'sidebar aside'\n 'footer footer';\n}\n.document.layout-swagger-editor.hide-aside-left {\n --default-scalar-api-reference-col-width-1: 0;\n --default-scalar-api-reference-col-width-2: 50%;\n --default-scalar-api-reference-col-width-3: 50%;\n}\n\n/* ----------------------------------------------------- */\n/* Responsive styles */\n@media (max-width: 1150px) {\n.document.layout-swagger-editor {\n --default-scalar-api-reference-col-width-3: 0;\n --default-scalar-api-reference-col-width-2: auto;\n}\n}\n@media (max-width: 1000px) {\n.document,\n .document.layout-swagger-editor {\n /** Content area heights are restricted using just the template row defs */\n display: block;\n}\n.layout-aside-left,\n .layout-aside-right,\n .layout-aside-content {\n position: static;\n max-height: unset;\n}\n.layout-aside-left {\n position: sticky;\n top: 0;\n height: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n\n width: 100%;\n z-index: 10;\n border-right: none;\n}\n.layout-aside-left .layout-aside-content {\n position: absolute;\n\n /* Offset by 1px to avoid gap */\n top: calc(100% - 1px);\n left: 0;\n width: 100%;\n\n /* Offset by 2px to fill screen and compensate for gap */\n height: calc(\n var(\n --scalar-api-reference-document-height,\n var(--default-scalar-api-reference-document-height)\n ) - var(--scalar-api-reference-theme-header-height) + 2px\n );\n\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n display: flex;\n flex-direction: column;\n}\n}\n\n.start[data-v-b2192d10] {\n padding: 30px 18px 24px 30px;\n display: flex;\n flex-flow: wrap;\n}\n.start-h1[data-v-b2192d10] {\n font-size: var(--theme-heading-2, var(--default-theme-heading-2));\n margin-top: 0;\n line-height: 1.45;\n margin-bottom: 0;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n}\n.start-h1[data-v-b2192d10]:not(:first-of-type) {\n margin-top: 24px;\n}\n.start-p[data-v-b2192d10] {\n margin-top: 12px;\n font-size: var(--theme-paragraph, var(--default-theme-paragraph));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.5;\n width: 100%;\n}\n.start-ul[data-v-b2192d10] {\n margin-top: 6px;\n font-size: var(--theme-paragraph, var(--default-theme-paragraph));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.5;\n padding-left: 24px;\n list-style: initial;\n}\n.start-ul li[data-v-b2192d10] {\n margin: 6px 0;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.start-section[data-v-b2192d10] {\n padding: 24px 0 0;\n width: 50%;\n min-width: 180px;\n}\n.start-h2[data-v-b2192d10] {\n padding-bottom: 9px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-font-semibold, var(--default-theme-semibold));\n}\n.swagger-editor-integrations[data-v-b2192d10] {\n width: 100%;\n position: relative;\n user-select: none;\n}\n.start-link-item[data-v-b2192d10] {\n display: flex;\n align-items: center;\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n width: 100%;\n cursor: pointer;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin-bottom: 2px;\n /* background: var(--theme-background-2, var(--default-theme-background-2)); */\n color: var(--theme-color-2, var(--default-theme-color-2));\n z-index: 10;\n text-decoration: none;\n height: 30px;\n padding: 0 9px;\n}\n.start-link-item[data-v-b2192d10]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-link-item svg[data-v-b2192d10] {\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.start-item-table[data-v-b2192d10] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n padding: 2px;\n}\n.start-item-table .start-item[data-v-b2192d10]:nth-of-type(1) {\n border-top: none;\n}\n.start-item[data-v-b2192d10] {\n padding: 0 9px;\n height: 30px;\n display: flex;\n align-items: center;\n margin-bottom: 1px;\n user-select: none;\n cursor: pointer;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.start-item svg[data-v-b2192d10] {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.start-item[data-v-b2192d10]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-item-active[data-v-b2192d10] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.start-item-active[data-v-b2192d10]:hover {\n background: transparent;\n}\n.start-item-color[data-v-b2192d10] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin-right: 6px;\n border-radius: 50%;\n height: 13px;\n width: 13px;\n}\n.start-item-color-moon[data-v-b2192d10] {\n background: #cdc9b3;\n}\n.dark-mode .start-item-color-moon[data-v-b2192d10] {\n background: #323332;\n}\n.start-item-color-solarized[data-v-b2192d10] {\n background: #fdf6e3;\n}\n.dark-mode .start-item-color-solarized[data-v-b2192d10] {\n background: #00212b;\n}\n.start-item-color-purple[data-v-b2192d10] {\n background: #f5f6fd;\n}\n.dark-mode .start-item-color-purple[data-v-b2192d10] {\n background: #262a40;\n}\n.start-item-color-alternate[data-v-b2192d10] {\n background: #f6f6f6;\n}\n.dark-mode .start-item-color-alternate[data-v-b2192d10] {\n background: #252525;\n}\n.start-item-color-default[data-v-b2192d10] {\n background: #fff;\n}\n.dark-mode .start-item-color-default[data-v-b2192d10] {\n background: #1a1a1a;\n}\n.start-section-color .start-item[data-v-b2192d10] {\n text-transform: capitalize;\n}\n.start-cta[data-v-b2192d10] {\n width: 100%;\n margin-top: 12px;\n}\n.start-a[data-v-b2192d10] {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n}\n.start-a[data-v-b2192d10]:hover {\n text-decoration: underline;\n}\n\n.loader-wrapper[data-v-909988ea] {\n position: relative;\n height: var(--60bce3ec);\n width: var(--60bce3ec);\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n --default-loader-size: 50%;\n}\n\n/*SVG Positioning for Loader Objects*/\n.svg-loader[data-v-909988ea] {\n width: var(--loader-size, var(--default-loader-size));\n height: var(--loader-size, var(--default-loader-size));\n top: 1rem;\n right: 0.9rem;\n overflow: visible;\n\n fill: none;\n background-color: transparent;\n stroke: currentColor;\n}\n.svg-path[data-v-909988ea] {\n stroke-width: 14;\n fill: none;\n transition: 0.3s;\n}\n.svg-x-mark[data-v-909988ea] {\n stroke-dasharray: 57;\n stroke-dashoffset: 57;\n transition-delay: 0s;\n}\n.svg-check-mark[data-v-909988ea] {\n stroke-dasharray: 149;\n stroke-dashoffset: 149;\n transition-delay: 0s;\n}\n.icon-is-invalid .svg-x-mark[data-v-909988ea] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.icon-is-valid .svg-check-mark[data-v-909988ea] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.circular-loader[data-v-909988ea] {\n animation: rotate-909988ea 0.7s linear infinite,fade-in-909988ea 0.4s;\n\n transform-origin: center center;\n transform: scale(5);\n\n background: transparent;\n}\n.loader-path[data-v-909988ea] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n stroke-linecap: round;\n}\n.loader-path-off[data-v-909988ea] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n transition: opacity 0.3s;\n opacity: 0;\n}\n@keyframes fade-in-909988ea {\n0% {\n opacity: 0;\n}\n70% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}\n@keyframes rotate-909988ea {\nfrom {\n transform: scale(5) rotate(0deg);\n}\nto {\n transform: scale(5) rotate(360deg);\n}\n}\n\n.flow-button[data-v-48c181db] {\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 1;\n position: relative;\n appearance: none;\n -webkit-appearance: none;\n height: 40px;\n padding: 0px 24px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-button-1-color, var(--default-theme-button-1-color));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: 500;\n cursor: pointer;\n background: var(--theme-button-1, var(--default-theme-button-1));\n border: none;\n width: 100%;\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button[data-v-48c181db]:hover,\n.flow-button[data-v-48c181db]:focus-visible {\n background: var(--theme-button-1-hover, var(--default-theme-button-1-hover));\n}\n.flow-button[data-v-48c181db]:active {\n box-shadow: none;\n background: var(--theme-button-1, var(--default-theme-button-1));\n}\n.flow-button[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n.flow-button.flow-button-icon-only[data-v-48c181db] {\n width: 24px;\n height: 24px;\n padding: 0;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-outlined[data-v-48c181db] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 11px 23px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button-outlined[data-v-48c181db]:hover,\n.flow-button-outlined[data-v-48c181db]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[data-v-48c181db]:active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-clear[data-v-48c181db] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-clear[data-v-48c181db]:active {\n background: transparent;\n}\n.flow-button-clear[data-v-48c181db]:hover,\n.flow-button-clear[data-v-48c181db]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: none;\n}\n.flow-button-clear[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-text[data-v-48c181db] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-text[data-v-48c181db]:active {\n background: transparent;\n}\n.flow-button-text[data-v-48c181db]:hover,\n.flow-button-text[data-v-48c181db]:focus-visible {\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: transparent;\n box-shadow: none;\n}\n.flow-button-text[disabled][data-v-48c181db] {\n background: transparent;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button--delete[data-v-48c181db] {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n.flow-button--delete[data-v-48c181db]:active {\n background: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-button--delete[data-v-48c181db]:hover {\n background: var(--theme-error-color, var(--default-theme-color-red));\n opacity: 0.86;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-loader[data-v-48c181db] {\n position: absolute;\n right: 8px;\n}\n.flow-button-decorator[data-v-48c181db] {\n margin-right: 9px;\n color: currentColor;\n display: flex;\n align-items: center;\n height: 14px;\n width: 14px;\n}\n.flow-button-icon-only .flow-button-decorator[data-v-48c181db] {\n margin-right: 0;\n}\n\n.flow-input-cont[data-v-12153368] {\n position: relative;\n}\n.flow-input-wrapper[data-v-12153368] {\n border-radius: var(--theme-radius, var(--default-theme-radius));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n display: flex;\n align-items: center;\n}\n.flow-input-wrapper--focus[data-v-12153368] {\n border-color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-input-wrapper--focus[data-v-12153368]:has(button:active) {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color)) !important;\n}\n.flow-input__multiline[data-v-12153368] {\n min-height: 77px;\n}\n.flow-label[data-v-12153368] {\n position: absolute;\n top: 0;\n left: 0;\n pointer-events: none;\n padding: 0px 3px;\n margin: 12px 9px;\n width: fit-content;\n background: transparent;\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-color-3, var(--default-theme-color-3));\n box-shadow: 0 0 2px 2px\n var(--theme-background-1, var(--default-theme-background-1));\n transition: transform 0.2s ease-in-out;\n transform-origin: top left;\n z-index: 10;\n line-height: initial;\n}\n.flow-input[data-v-12153368] {\n outline: none;\n appearance: none;\n -webkit-appearance: none;\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n font-family: var(--theme-font, var(--default-theme-font));\n border: none;\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 12px;\n width: 100%;\n background: transparent;\n z-index: 10;\n transition: opacity 0.15s ease-in-out;\n resize: none;\n}\n.flow-input[data-v-12153368]:has(+ .flow-label) {\n opacity: 0;\n}\n.flow-input[data-v-12153368]:not(:placeholder-shown),\n.flow-input-wrapper--focus .flow-input[data-v-12153368] {\n opacity: 1;\n transition: opacity 0.2s ease-in-out 0.15s;\n}\n.flow-input-wrapper--focus .flow-label[data-v-12153368] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.flow-input[data-v-12153368]::selection {\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: rgba(255, 165, 88, 0.35);\n}\n.flow-input[data-v-12153368]:-webkit-autofill,\n.flow-input[data-v-12153368]:-webkit-autofill:hover,\n.flow-input[data-v-12153368]:-webkit-autofill:focus,\n.flow-input[data-v-12153368]:-webkit-autofill:active,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:hover,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:focus,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0px 1000px\n var(--theme-background-1, var(--default-theme-background-1)) inset !important;\n -webkit-text-fill-color: var(--theme-color-1, var(--default-theme-color-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.helper-text[data-v-12153368] {\n margin-top: 6px;\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-error-color, var(--default-theme-color-red));\n display: flex;\n align-items: center;\n}\n.helper-text[data-v-12153368]:before {\n content: '!';\n border-radius: 50%;\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n font-weight: 900;\n width: 15px;\n height: 15px;\n line-height: 15px;\n display: block;\n margin-right: 6px;\n text-align: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.helper-text[data-v-12153368]:empty {\n display: none;\n}\n.flow-input-wrapper--error[data-v-12153368] {\n border-color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--error .flow-label[data-v-12153368] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--warn[data-v-12153368] {\n border-color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--warn .flow-label[data-v-12153368] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--focus .flow-label[data-v-12153368],\n.flow-input:not(:placeholder-shown) + .flow-label[data-v-12153368] {\n transform: translate3d(0, -20px, 0) scale(0.8);\n transform-origin: top left;\n}\n.flow-input-wrapper--focus:has(button:active) .flow-label[data-v-12153368] {\n color: var(--theme-color-3, var(--default-theme-color-3)) !important;\n}\n.icon-slot[data-v-12153368]:not(:empty) {\n display: flex;\n align-items: center;\n padding-right: 12px;\n width: 28px;\n cursor: pointer;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n}\n.icon-slot[data-v-12153368]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.swagger-editor-header {\n padding: 11px 12px 0 12px;\n display: flex;\n align-items: center;\n flex-flow: wrap;\n position: relative;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.swagger-editor-header span {\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: 600;\n margin-right: 12px;\n position: relative;\n cursor: pointer;\n}\n.swagger-editor-title {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border-radius: var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0 0;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-mini, var(--default-theme-mini));\n display: flex;\n align-items: center;\n cursor: pointer;\n position: relative;\n}\n.swagger-editor-title:hover:not(.swagger-editor-active):after {\n content: '';\n position: absolute;\n top: 3px;\n left: 3px;\n width: calc(100% - 6px);\n height: calc(100% - 6px);\n border-radius: var(--theme-radius, var(--default-theme-radius));\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.swagger-editor-type {\n padding: 9px;\n user-select: none;\n position: relative;\n z-index: 1;\n}\n.swagger-editor-buttons {\n display: flex;\n justify-content: space-between;\n padding: 0 12px 0 21px;\n height: 35px;\n min-height: 35px;\n align-items: center;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.swagger-editor-active {\n /* use layered box shadow so opaque border overlap doesn't show */\n box-shadow: 0 1px 0 0px\n var(--theme-background-1, var(--default-theme-background-1)),\n 0px 0 0 1px var(--theme-border-color, var(--default-theme-border-color)),\n 0 0 0 1px var(--theme-background-1, var(--default-theme-background-1));\n cursor: default;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.swagger-editor-buttons button {\n background: transparent;\n appearance: none;\n outline: none;\n border: none;\n color: var(--theme-color-1, var(--default-theme-color-1));\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex-shrink: 1;\n min-width: 0;\n padding: 4px 6px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n user-select: none;\n display: flex;\n align-items: center;\n}\n.swagger-editor-buttons button svg {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.swagger-editor-buttons div {\n display: flex;\n}\n.swagger-editor-buttons button:hover {\n cursor: pointer;\n border-color: currentColor;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.swagger-editor-heading {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n text-transform: uppercase;\n}\n\n.swagger-editor-input {\n height: 100%;\n overflow: hidden;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n\n.swagger-editor-notification {\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 8px;\n font-size: var(--theme-font-size-5, var(--default-theme-font-size-5));\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.swagger-editor-notification--error {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n\n.swagger-editor-status-bar {\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 8px;\n font-size: var(--theme-font-size-5, var(--default-theme-font-size-5));\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n\n/** CSS Reset */\n.swagger-editor p, #headlessui-portal-root p {\n margin: 0;\n}\n.swagger-editor i, #headlessui-portal-root i {\n font-style: normal;\n}\n.swagger-editor ul,\n .swagger-editor ol,\n #headlessui-portal-root ul,\n #headlessui-portal-root ol {\n margin: 0;\n padding: 0;\n}\n.swagger-editor,\n#headlessui-portal-root {\n font-family: var(--theme-font, var(--default-theme-font));\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n box-sizing: border-box;\n}\n/** Add some more things which are normally applied to `html`. */\n/** Make sure box-sizing is set properly. */\n.swagger-editor *,\n .swagger-editor *:before,\n .swagger-editor *:after,\n #headlessui-portal-root *,\n #headlessui-portal-root *:before,\n #headlessui-portal-root *:after {\n box-sizing: inherit;\n}\n/** Smooth text rendering */\n.swagger-editor *, #headlessui-portal-root * {\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.swagger-editor[data-v-d1ac20bc] {\n min-width: 0;\n min-height: 0;\n\n display: flex;\n flex: 1;\n flex-direction: column;\n overflow: auto;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n font-size: var(--theme-small, var(--default-theme-small));\n /* layered box shadow dilenator in case themes don't have borders on their sidebar*/\n box-shadow: -1px 0 0 0\n var(--theme-border-color, var(--default-theme-border-color)),\n -1px 0 0 0 var(--theme-background-1, var(--default-theme-background-1));\n}\n@media screen and (max-width: 1000px) {\n.swagger-editor[data-v-d1ac20bc] {\n border-right: none;\n box-shadow: none;\n}\n}"));
6
+ elementStyle.appendChild(document.createTextNode("@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900');@import url('https://fonts.googleapis.com/css?family=JetBrains%20Mono');\n\n:root {\n --default-theme-border-width: 1px;\n --default-theme-radius: 3px;\n --default-theme-radius-lg: 6px;\n --default-theme-radius-xl: 8px;\n\n --default-theme-header-height: 50px;\n --default-theme-sidebar-width: 250px;\n --default-theme-toc-width: 250px;\n\n /* TYPOGRAPHY ------------------------------------ */\n --default-theme-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',\n Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n --default-theme-font-code: 'JetBrains Mono';\n\n /** Font sizes for rendered text content (editor styles or static content) */\n --default-theme-heading-1: 40px; /* Editor Page heading */\n --default-theme-page-description: 24px;\n --default-theme-heading-2: 24px; /* Editor section headings */\n --default-theme-heading-3: 20px;\n --default-theme-heading-4: 16px;\n --default-theme-heading-5: 16px;\n --default-theme-heading-6: 16px;\n\n --default-theme-paragraph: 16px;\n --default-theme-small: 14px;\n --default-theme-mini: 13px;\n --default-theme-micro: 12px;\n --default-theme-bold: 600;\n --default-theme-semibold: 500;\n --default-theme-regular: 400;\n\n /* Font sizes for interactive applications (not rendered text content) */\n --default-theme-font-size-1: 24px;\n --default-theme-font-size-2: 16px;\n --default-theme-font-size-3: 14px;\n --default-theme-font-size-4: 13px;\n --default-theme-font-size-5: 12px;\n\n --default-theme-line-height-1: 32px;\n --default-theme-line-height-2: 24px;\n --default-theme-line-height-3: 20px;\n --default-theme-line-height-4: 18px;\n --default-theme-line-height-5: 16px;\n\n --default-theme-font-medium: 500;\n --default-theme-font-bold: 700;\n}\n@media (max-width: 460px) {\n :root {\n --default-theme-font-size-1: 22px;\n --default-theme-font-size-2: 14px;\n --default-theme-font-size-3: 12px;\n }\n}\n@media (max-width: 720px) {\n :root {\n --default-theme-heading-1: 24px;\n --default-theme-page-description: 20px;\n }\n}\n.cm-scroller,\n.custom-scroll {\n overflow-y: scroll;\n scrollbar-color: transparent transparent;\n scrollbar-width: thin;\n -webkit-overflow-scrolling: touch;\n}\n.custom-scroll-self-contain-overflow {\n overscroll-behavior: contain;\n}\n.custom-scroll-extra-padding-right {\n padding-right: 12px !important;\n}\n@supports (-moz-appearance: none) {\n .cm-scroller,\n .custom-scroll {\n padding-right: 12px;\n }\n .custom-scroll-extra-padding-right {\n padding-right: 24px !important;\n }\n}\n.cm-scroller:hover,\n.custom-scroll:hover {\n scrollbar-color: var(\n --theme-scrollbar-color,\n var(--default-theme-scrollbar-color)\n )\n transparent;\n}\n.cm-scroller:hover::-webkit-scrollbar-thumb,\n.custom-scroll:hover::-webkit-scrollbar-thumb {\n background: var(\n --theme-scrollbar-color,\n var(--default-theme-scrollbar-color)\n );\n background-clip: content-box;\n border: 3px solid transparent;\n}\n.cm-scroller::-webkit-scrollbar-thumb:active,\n.custom-scroll::-webkit-scrollbar-thumb:active {\n background: var(\n --theme-scrollbar-color-active,\n var(--default-theme-scrollbar-color-active)\n );\n background-clip: content-box;\n border: 3px solid transparent;\n}\n.cm-scroller::-webkit-scrollbar-corner,\n.custom-scroll::-webkit-scrollbar-corner {\n background: transparent;\n}\n.cm-scroller::-webkit-scrollbar,\n.custom-scroll::-webkit-scrollbar {\n height: 12px;\n width: 12px;\n}\n.cm-scroller::-webkit-scrollbar-track,\n.custom-scroll::-webkit-scrollbar-track {\n background: transparent;\n}\n.cm-scroller::-webkit-scrollbar-thumb,\n.custom-scroll::-webkit-scrollbar-thumb {\n border-radius: 20px;\n background: transparent;\n background-clip: content-box;\n border: 3px solid transparent;\n}\n@media (pointer: coarse) {\n .cm-scroller,\n .custom-scroll {\n padding-right: 12px;\n }\n .custom-scroll-extra-padding-right {\n padding-right: 24px !important;\n }\n}\n\n/** Basics */\n.scalar-api-client__codemirror__wrapper {\n width: 100%;\n height: 100%;\n padding-top: 4px;\n min-height: 76px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-1, var(--default-theme-color-1));\n display: flex;\n align-items: stretch;\n}\n.scalar-api-client__codemirror {\n flex-grow: 1;\n max-width: 100%;\n\n font-size: var(--theme-small, var(--default-theme-small));\n}\n\n/* .scalar-api-client__codemirror.ͼw {\n background-color: var(--theme-background-1, var(--default-theme-background-1));\n}\n\n.scalar-api-client__codemirror--read-only.ͼw {\n background-color: var(--theme-background-2, var(--default-theme-background-2));\n} */\n\n/** URL input */\n.scalar-api-client__url-input {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n min-height: auto;\n padding-top: 0;\n}\n\n/* .scalar-api-client__url-input .cm-scroller {\n padding-left: 6px;\n}\n\n.scalar-api-client__url-input .ͼ1 .cm-scroller {\n align-items: center !important;\n} */\n.scalar-api-client__variable {\n color: var(--scalar-api-client-color, var(--default-scalar-api-client-color));\n}\n.cm-focused {\n outline: none !important;\n}\n\n.modal-layout[data-v-30a935b0] {\n position: fixed;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n z-index: 1001;\n background: rgba(0, 0, 0, 0.44);\n padding: 20px;\n opacity: 0;\n animation: modal-fade-30a935b0 0.2s forwards;\n}\n.modal-body[data-v-30a935b0] {\n padding: 24px 12px 18px 24px;\n max-height: calc(100vh - 240px);\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.modal[data-v-30a935b0] {\n margin: 80px auto 0;\n position: relative;\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n text-align: left;\n line-height: 1.4;\n opacity: 0;\n transform: scale(0.98);\n animation: modal-pop-30a935b0 0.15s 0.15s forwards;\n display: flex;\n flex-direction: column;\n}\n.modal-content-history[data-v-30a935b0] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.modal-content-history[data-v-30a935b0],\n.modal-content-large[data-v-30a935b0] {\n max-width: 800px;\n}\n.modal-content-normal[data-v-30a935b0] {\n max-width: 640px;\n}\n.modal-content-small[data-v-30a935b0] {\n max-width: 480px;\n}\n@keyframes modal-fade-30a935b0 {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n@keyframes modal-pop-30a935b0 {\n0% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n transform: scale(1);\n}\n}\n.modal-header[data-v-30a935b0] {\n padding: 12px 24px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n text-align: left;\n font-weight: 600;\n margin: 0;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg)) 0 0;\n}\n.modal-content-history .modal-header[data-v-30a935b0] {\n padding-bottom: 0;\n padding-top: 24px;\n}\n.modal-content-history .modal-body[data-v-30a935b0] {\n padding-top: 12px;\n}\n.modal-content-search[data-v-30a935b0] {\n max-width: 540px;\n}\n.modal-content-search .modal-body[data-v-30a935b0] {\n padding: 0;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n max-height: 440px;\n}\n\n.navtable-mock {\n background-repeat: repeat;\n width: 100%;\n background-size: 31px 31px;\n background-position: center 1px;\n flex: 1;\n position: relative;\n z-index: 0;\n background: repeating-linear-gradient(\n var(--default-theme-background-1),\n var(--default-theme-background-1) 28.8px,\n var(--default-theme-border-color) 28.8px,\n var(--default-theme-border-color) 29.8px\n );\n}\n.navtable-mock .navtable-item {\n position: absolute;\n width: 100%;\n height: 100%;\n left: 0;\n top: 0;\n background: transparent;\n box-shadow: none;\n}\n.radio {\n height: 10px;\n width: 10px;\n background: transparent;\n border: var(--border, var(--default-border));\n flex-shrink: 0;\n margin-right: 6px;\n margin-left: 0;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n outline: none;\n}\n.radio:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n cursor: pointer;\n}\n.navtable-item__active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color)) !important;\n}\n.navtable-item__active + .navtable-item {\n /* box-shadow: none; */\n}\n.radio.post {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.radio.delete {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.radio.patch {\n background: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.radio.get {\n background: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.radio.put {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.navtable-item-request span {\n border: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n display: block;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.navtable-item-request span em {\n text-transform: uppercase;\n font-style: normal;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-micro, var(--default-theme-micro));\n margin-right: 6px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.request-method-select[data-v-f4689bd9] {\n position: relative;\n display: flex;\n}\n.request-method-select select[data-v-f4689bd9] {\n border: none;\n outline: none;\n cursor: pointer;\n background: var(--theme-background-3, var(--default-theme-background-3));\n box-shadow: -2px 0 0 0\n var(--theme-background-3, var(--default-theme-background-3));\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n appearance: none;\n}\n.request-method-select select[disabled][data-v-f4689bd9] {\n pointer-events: none;\n}\n.request-method[data-v-f4689bd9] {\n display: flex;\n align-items: center;\n color: var(--theme-color-3, var(--default-theme-color-3));\n appearance: none;\n -webkit-appearance: none;\n padding: 0 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.request-method span[data-v-f4689bd9] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: 500;\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n display: flex;\n align-items: center;\n}\n.request-method:not(.request-method--disabled) span[data-v-f4689bd9]:after {\n content: '';\n width: 7px;\n height: 7px;\n transform: rotate(45deg) translate3d(-2px, -2px, 0);\n display: block;\n margin-left: 6px;\n box-shadow: 1px 1px 0 currentColor;\n}\n.request-method i[data-v-f4689bd9] {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 6px;\n text-align: center;\n line-height: 18px;\n font-style: normal;\n flex-shrink: 0;\n display: inline-block;\n color: var(--theme-color-disabled, var(--default-theme-color-disabled));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n}\n\n.loader[data-v-d9427f03] {\n position: absolute;\n z-index: 3;\n height: 2px;\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n animation: loading-d9427f03 5s cubic-bezier(0, 0.5, 0.25, 1);\n}\n@keyframes loading-d9427f03 {\n0% {\n width: 0;\n}\n100% {\n width: 100%;\n}\n}\n.scalar-api-client__address-bar[data-v-d9427f03] {\n width: 100%;\n padding: 12px 12px 10px 12px;\n display: flex;\n align-items: center;\n position: relative;\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.scalar-api-client__url-form[data-v-d9427f03] {\n display: flex;\n width: 100%;\n align-items: stretch;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.scalar-api-client__field[data-v-d9427f03] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-right: 0;\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius, var(--default-theme-radius)) 0 0\n var(--theme-radius, var(--default-theme-radius));\n display: flex;\n align-items: stretch;\n width: 100%;\n overflow: hidden;\n min-height: 31px;\n}\n.scalar-api-client__address-bar-data[data-v-d9427f03] {\n width: 100%;\n}\n.scalar-api-client__address-bar-data-meta[data-v-d9427f03] {\n display: flex;\n margin-top: 5px;\n}\n.scalar-api-client__request-type[data-v-d9427f03] {\n display: flex;\n align-items: center;\n color: var(--theme-color-3, var(--default-theme-color-3));\n appearance: none;\n -webkit-appearance: none;\n padding: 0 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.scalar-api-client__request-type span[data-v-d9427f03] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: 500;\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n}\n.scalar-api-client__request-type svg[data-v-d9427f03] {\n margin-left: 6px;\n width: 8px;\n}\n.scalar-api-client__request-type i[data-v-d9427f03] {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 6px;\n text-align: center;\n line-height: 18px;\n font-style: normal;\n flex-shrink: 0;\n display: inline-block;\n color: var(--theme-color-3, var(--default-theme-color-3));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n}\n.meta-request-break[data-v-d9427f03] {\n margin: 0 5px;\n}\n.scalar-api-client__history[data-v-d9427f03] {\n appearance: none;\n -webkit-appearance: none;\n background: transparent;\n color: var(--theme-color-2, var(--default-theme-color-2));\n display: flex;\n align-items: center;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n height: 100%;\n}\n.scalar-api-client__send-request-button[type='submit'][data-v-d9427f03] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n letter-spacing: 0.25px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: white;\n border: none;\n white-space: nowrap;\n padding: 0 10px;\n text-transform: uppercase;\n cursor: pointer;\n outline: none;\n font-family: (--theme-font, var(--default-theme-font));\n border-radius: 0 var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0;\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n );\n box-shadow: 0 0 0 1px\n var(--scalar-api-client-color, var(--default-scalar-api-client-color));\n /** #087f5b */\n display: flex;\n align-items: center;\n}\n.scalar-api-client__send-request-button svg[data-v-d9427f03] {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.scalar-api-client__send-request-button[disabled][data-v-d9427f03] {\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: var(--theme-background-3, var(--default-theme-background-3));\n border: 1px solid var(--default-theme-border-color);\n}\n.scalar-api-client__history-toggle[data-v-d9427f03] {\n padding: 0 9px;\n line-height: 30px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n letter-spacing: 0.125px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n height: 100%;\n display: flex;\n align-items: center;\n cursor: pointer;\n white-space: nowrap;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n margin-left: 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n user-select: none;\n}\n.scalar-api-client__history-toggle[data-v-d9427f03]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__history-toggle svg[data-v-d9427f03] {\n height: 13px;\n width: 13px;\n margin-right: 6px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-client__address-bar-close[data-v-d9427f03] {\n fill: var(--theme-color-3, var(--default-theme-color-3));\n margin-left: 12px;\n height: 24px;\n}\n.scalar-api-client__address-bar-close[data-v-d9427f03]:hover {\n cursor: pointer;\n fill: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__content[data-v-d9427f03] {\n width: 640px;\n height: 100%;\n background: var(--theme-background-1, var(--default-theme-background-1));\n position: fixed;\n top: 0;\n right: 0;\n z-index: 1000;\n transform: translate3d(640px, 0, 0);\n opacity: 0;\n transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),\n opacity 0.01s ease-in-out 0.5s;\n pointer-events: none;\n}\n.scalar-api-client__address-bar-content-item[data-v-d9427f03] {\n height: 100vh;\n max-height: 100vh;\n overflow: auto;\n}\n.scalar-api-client__address-bar__on[data-v-d9427f03] {\n z-index: 100000;\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-d9427f03] {\n transform: translate3d(0, 0, 0);\n opacity: 1;\n pointer-events: all;\n transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__close[data-v-d9427f03] {\n opacity: 1;\n pointer-events: all;\n cursor: pointer;\n}\n.scalar-api-client__address-bar .navtable-item__active[data-v-d9427f03] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: default;\n}\n.scalar-api-client__address-bar .navtable-item__active .radio[data-v-d9427f03]:before {\n display: none;\n}\n.navigation-back[data-v-d9427f03] {\n stroke: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.navigation-back[data-v-d9427f03]:hover {\n stroke: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__close[data-v-d9427f03] {\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n /* background: rgba(0,0,0,.55);\n */\n pointer-events: none;\n opacity: 0;\n transition: all 0.1s ease-in-out;\n z-index: 1000;\n}\n.navtable-item-time[data-v-d9427f03] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-transform: capitalize;\n padding: 0 9px;\n}\n@media screen and (max-width: 720px) {\n.scalar-api-client__history-toggle span[data-v-d9427f03],\n .scalar-api-client__send-request-button span[data-v-d9427f03] {\n display: none;\n}\n.scalar-api-client__history-toggle svg[data-v-d9427f03],\n .scalar-api-client__send-request-button svg[data-v-d9427f03] {\n margin-right: 0;\n}\n}\n\n.scalar-api-client__item {\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin-bottom: 6px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n position: relative;\n}\n.scalar-api-client__item button {\n background-color: transparent;\n text-align: left;\n}\n.scalar-api-client__item:hover {\n cursor: pointer;\n}\n.scalar-api-client__item--open {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__item--open:focus-within {\n box-shadow: var(--shadow1, var(--default-shadow1));\n}\n.scalar-api-client__item--open .scalar-api-client__item__content {\n display: flex;\n}\n.scalar-api-client__item--open:hover {\n cursor: default;\n}\n.scalar-api-client__item--open .scalar-api-client__toggle__icon {\n transform: rotate(90deg);\n}\n.scalar-api-client__toggle {\n padding: 6px 12px;\n min-height: 37px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n position: relative;\n width: 100%;\n appearance: none;\n outline: 0;\n border: none;\n font-family: (--theme-font, var(--default-theme-font));\n cursor: pointer;\n}\n.scalar-api-client__item .scalar-api-client__item__title {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: (--theme-font, var(--default-theme-font));\n user-select: none;\n flex: 1;\n position: relative;\n z-index: 1;\n}\n.scalar-api-client__toggle:after {\n content: '';\n position: absolute;\n top: 6px;\n left: 6px;\n width: calc(100% - 12px);\n height: calc(100% - 12px);\n display: block;\n background: var(--theme-background-3, var(--default-theme-background-3));\n z-index: 0;\n opacity: 0;\n border-radius: var(--default-theme-radius);\n}\n.scalar-api-client__toggle:hover:after {\n opacity: 1;\n}\n.scalar-api-client__item .scalar-api-client__toggle__icon {\n width: 10px;\n margin-right: 6px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n z-index: 1;\n position: relative;\n}\n.scalar-api-client__item__options {\n position: relative;\n z-index: 1;\n}\n.scalar-api-client__item__options span {\n background: transparent;\n padding: 2px 0;\n border-radius: 3px;\n font-size: var(--theme-small, var(--default-theme-small));\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.scalar-api-client__item__options:hover span {\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-color: currentColor;\n}\n.scalar-api-client__item__options span svg {\n width: 11px;\n height: 11px;\n margin-left: 3px;\n}\n.scalar-api-client__item__options select {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n cursor: pointer;\n}\n.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper {\n padding-top: 0;\n}\n\n.table {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: transparent;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n width: 100%;\n}\n.table-row {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n display: flex;\n position: relative;\n}\n.table-row__add {\n border-radius: 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg));\n border-bottom: none;\n}\n.table-row.required-parameter .table-row-item:nth-of-type(2):after {\n content: 'Required';\n position: absolute;\n top: 4px;\n right: 0;\n padding: 5px 9px 5px 6px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: -2px 0 4px\n var(--theme-background-2, var(--default-theme-background-2));\n}\n.table-row.required-parameter\n .table-row-item:nth-of-type(2):focus-within:after {\n display: none;\n}\n.table-row:last-of-type {\n border-bottom: none;\n}\n.table-row__active {\n border-radius: 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg))\n var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.table-row-drag {\n width: 20px;\n flex-shrink: 0;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n align-items: center;\n justify-content: center;\n display: none;\n}\n.table-row-drag svg {\n width: 6px;\n fill: var(--theme-color-3, var(--default-theme-color-3));\n}\n.table-row-drag .table-row-drag-add {\n width: 8px;\n}\n.table-row-item {\n width: 100%;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n}\n.table-row-item-menu {\n position: absolute;\n right: 6px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n width: 24px;\n height: 24px;\n top: 50%;\n transform: translate3d(0, -50%, 0);\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n cursor: pointer;\n}\n.table-row-item input:focus + .table-row-item-menu,\n.table-row-item:hover .table-row-item-menu {\n opacity: 1;\n}\n.table-row-item-menu svg {\n height: 12px;\n width: initial;\n fill: var(--theme-color-3, var(--default-theme-color-3));\n}\n.table-row-item-menu:hover svg {\n fill: var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row-item input {\n border: none;\n appearance: none;\n outline: none;\n padding: 9px;\n width: 100%;\n min-height: 100%;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: transparent;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.table-row-item input[disabled] {\n background: transparent;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.table-row-item input:focus {\n box-shadow: 0 0 0 1px var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row-item label {\n background: transparent;\n text-transform: uppercase;\n display: block;\n padding: 9px;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.table-row-meta {\n overflow: hidden;\n flex-shrink: 0;\n transition: all 0.15s ease-in-out;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 32px;\n user-select: none;\n}\n.table-row-meta-check {\n width: 18px;\n height: 18px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n background: rgba(47, 177, 228, 0.1);\n}\n.table-row-meta svg {\n width: 13px;\n height: 13px;\n margin: 0 1px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: pointer;\n}\n.table-row-meta svg:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.meta-check {\n display: flex;\n position: relative;\n cursor: pointer;\n align-items: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n user-select: none;\n margin: 0 1px;\n transition: all 0.15s ease-in-out;\n}\n.meta-check input {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n height: 0;\n width: 0;\n}\n.meta-checkmark {\n height: 15px;\n width: 15px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.meta-check .meta-checkmark:after {\n content: '';\n display: none;\n width: 5px;\n height: 8px;\n border: solid var(--theme-color-1, var(--default-theme-color-1));\n border-width: 0 1.5px 1.5px 0;\n transform: rotate(45deg) translate3d(0, -1px, 0);\n}\n.meta-check input:checked ~ .meta-checkmark:after {\n display: block;\n}\n\n.navtable {\n width: 100%;\n}\n.navtable-follow {\n background-color: black;\n color: white;\n font-size: 9px;\n padding: 6px;\n display: -webkit-box;\n max-width: 250px;\n -webkit-line-clamp: 12;\n border-radius: 3px;\n -webkit-box-orient: vertical;\n overflow: hidden;\n line-height: 1.24;\n transform: translate3d(10px, 0, 0);\n}\n.navtable-follow:after {\n content: '';\n position: absolute;\n bottom: 0;\n width: 100%;\n height: 6px;\n background-color: black;\n}\n.navtable-follow * {\n font-family: var(\n --theme-font-code,\n var(--default-theme-font-code)\n ) !important;\n}\n.navtable-table {\n position: relative;\n display: flex;\n flex-direction: column;\n min-height: 381px;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-radios {\n z-index: 1;\n}\n.navtable-item {\n display: flex;\n position: relative;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-micro, var(--default-theme-micro));\n box-shadow: 0 1px 0\n var(--theme-border-color, var(--default-theme-border-color));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.navtable-item > div {\n word-wrap: break-word;\n}\n.navtable-item > div:not(:first-child) {\n border-left: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-item-action {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n background: var(\n --scalar-api-client-bg3,\n var(--default-scalar-api-client-bg3)\n );\n border: none;\n border-radius: 30px;\n appearance: none;\n max-height: 25px;\n margin-left: 12px;\n margin-right: 6px;\n padding: 4px 8px;\n outline: none;\n cursor: pointer;\n opacity: 0;\n transition: opacity 0.15s ease-in-out;\n white-space: nowrap;\n position: relative;\n}\n.navtable-item-action:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: var(\n --scalar-api-client-gradient,\n var(--default-scalar-api-client-gradient)\n );\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-item-action:focus {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item:hover,\n.navtable-item:focus-within .navtable-item-action {\n opacity: 1;\n}\n.navtable-item-add {\n display: flex;\n align-items: center;\n padding: 9px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n outline: none;\n border: none;\n appearance: none;\n background: transparent;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.navtable-item-add:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: pointer;\n}\n.navtable-item-25 {\n width: 25%;\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n}\n.navtable-item-33 {\n width: 33.33333%;\n display: flex;\n font-size: var(--theme-micro, var(--default-theme-micro));\n align-items: center;\n}\n.navtable-item-66 {\n width: 66.6666%;\n display: flex;\n font-size: var(--theme-micro, var(--default-theme-micro));\n align-items: center;\n}\n.navtable-item-75 {\n width: 75%;\n display: flex;\n align-items: center;\n}\n.navtable-item-75:focus-within {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item-40 {\n width: 40%;\n display: flex;\n align-items: center;\n padding: 6px 9px;\n}\n.navtable-item-20 {\n width: 20%;\n display: flex;\n align-items: center;\n padding: 6px 9px;\n}\n.navtable-item-50 {\n width: 50%;\n display: flex;\n align-items: center;\n}\n.navtable-item-50:focus-within {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item p {\n padding: 9px;\n}\n.navtable-item input {\n padding: 12px 6px;\n border: none;\n outline: none;\n appearance: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: transparent;\n width: 100%;\n}\n.navtable-item input:focus {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.navtable-item-select {\n position: relative;\n}\n.navtable-item-select select {\n background: transparent;\n outline: none;\n border: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n appearance: none;\n width: 100%;\n padding: 12px 6px;\n top: 0;\n position: relative;\n cursor: pointer;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.navtable-item-select svg {\n position: absolute;\n right: 6px;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n width: 6px;\n top: 12px;\n pointer-events: none;\n}\n.navtable-item .option {\n padding: 12px 6px;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n}\n.navtable-item label {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n display: block;\n width: 100%;\n}\n.navtable-item-response {\n padding: 0 9px;\n}\n.navtable-item-response span {\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n margin-right: 9px;\n min-width: 40px;\n}\n.scalar-api-client__status--1xx:before,\n.scalar-api-client__status--2xx:before,\n.scalar-api-client__status--3xx:before,\n.scalar-api-client__status--4xx:before,\n.scalar-api-client__status--5xx:before,\n.scalar-api-client__status--6xx:before {\n content: '';\n width: 10px;\n height: 10px;\n border-radius: 50%;\n margin-right: 4px;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__status--2xx:before {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.scalar-api-client__status--3xx:before {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.scalar-api-client__status--4xx:before {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.navtable-item-response span:empty {\n display: none;\n}\n.simpletable.navtable {\n padding: 0;\n}\n.simpletable.navtable .navtable-item-66,\n.simpletable.navtable .navtable-item-33 {\n display: block;\n}\n.simpletable.navtable .navtable-table {\n height: fit-content;\n}\n\n.scalar-api-client__main__left {\n width: 50%;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 0 0 12px 12px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__left {\n width: 100%;\n border-right: none;\n}\n}\n.scalar-api-client__item__content {\n flex-flow: wrap;\n padding: 0 12px 12px;\n border-radius: 3px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n margin-top: -3px;\n justify-content: space-between;\n}\n.scalar-api-client__item__content .scalar-api-client__codemirror__wrapper {\n min-height: 63px;\n}\n.scalar-api-client__item__content .cm-s-default {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.scalar-api-client__item__content .scalar-api-client__item__content--code {\n width: 100%;\n max-height: calc(100vh - 200px);\n overflow: auto;\n}\n.scalar-api-client__item__content .cm-scroller {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n}\n.scalar-api-client__item__content .cm-editor {\n outline: none !important;\n}\n.scalar-api-client__item__content .cm-editor .cm-gutters {\n background: transparent;\n}\n.scalar-api-client__item__content .cm-scroll {\n background: transparent;\n}\n.scalar-api-client__item__content .cm-editor * {\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.scalar-api-client__item__content .cm-editor .cm-line {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__item__content-button {\n width: 100%;\n appearance: none;\n border: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n background: var(\n --scalar-api-client-color,\n var(--default-scalar-api-client-color)\n ) !important;\n text-align: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: var(--theme-font, var(--default-theme-font));\n padding: 12px;\n text-transform: uppercase;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: white;\n cursor: pointer;\n text-align: center !important;\n}\n.scalar-api-client__item__content__split {\n justify-content: space-between;\n}\n.scalar-collapsible-section-flex {\n width: 100%;\n}\n.input {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n position: relative;\n width: 100%;\n text-align: left;\n margin-bottom: 6px;\n}\n.input__half {\n width: calc(50% - 3px);\n}\n.input:focus-within {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.input label,\n.input input {\n padding: 12px;\n border: 0;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n background: transparent;\n appearance: none;\n -webkit-appearance: none;\n left: 0;\n}\n.input label {\n position: absolute;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.input input {\n opacity: 0;\n position: relative;\n z-index: 99;\n padding: 18px 12px 6px 12px;\n}\n.input input:not(:placeholder-shown),\n.input:focus-within input {\n opacity: 1;\n}\n.input input:not(:placeholder-shown) + label,\n.input:focus-within label {\n font-size: 10px;\n top: -6px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.input input:not(:placeholder-shown) + label {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.select {\n background: --theme-background-1;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-size: var(--theme-micro, var(--default-theme-micro));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n width: 100%;\n position: relative;\n margin-bottom: 6px;\n}\n.select:focus-within {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.select:hover {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.select svg {\n position: absolute;\n right: 12px;\n pointer-events: none;\n color: var(--theme-color-2, var(--default-theme-color-2));\n width: 6px;\n top: 10px;\n}\n.select label {\n display: block;\n font-size: 10px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n position: absolute;\n left: 12px;\n top: 6px;\n}\n.select select {\n background: transparent;\n outline: none;\n border: none;\n -webkit-appearance: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-1, var(--default-theme-color-1));\n appearance: none;\n width: 100%;\n padding: 18px 12px 6px 12px;\n top: 0;\n position: relative;\n cursor: pointer;\n}\n.check {\n display: flex;\n position: relative;\n cursor: pointer;\n align-items: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 3px;\n padding: 11px 12px;\n user-select: none;\n min-height: 38px;\n width: 100%;\n}\n.check:focus-within {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.check p {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.check input {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n height: 0;\n width: 0;\n}\n.checkmark {\n height: 15px;\n width: 15px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n margin-right: 10px;\n border-radius: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.check input:checked ~ p {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.check .checkmark:after {\n content: '';\n display: none;\n width: 5px;\n height: 8px;\n border: solid var(--theme-color-1, var(--default-theme-color-1));\n border-width: 0 1.5px 1.5px 0;\n transform: rotate(45deg) translate3d(0, -1px, 0);\n}\n.check input:checked ~ .checkmark:after {\n display: block;\n}\n.scalar-api-client__main__scroll-container {\n height: calc(100vh - 320px);\n}\n.scalar-api-client__request-name {\n outline: none;\n border: none;\n appearance: none;\n -webkit-appearance: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-3, var(--default-theme-color-3));\n width: 100%;\n padding: 0;\n background: transparent;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.scalar-api-client__request-name::-webkit-input-placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__request-name:-ms-input-placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__request-name::placeholder {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n\na[data-v-5321f21b] {\n text-decoration: underline;\n text-decoration-color: var(\n --theme-border-color,\n var(--default-theme-border-color)\n );\n text-underline-offset: 2px;\n cursor: help;\n}\n\n.simple-cell[data-v-eff10185] {\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n padding: 6px 9px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n white-space: nowrap;\n}\n.simple-cell a[data-v-eff10185] {\n color: var(--theme-color-1, var(--default-theme-color-1)) !important;\n}\n.simple-cell[data-v-eff10185]:last-of-type {\n border-right: none;\n}\n.simple-cell.wrap[data-v-eff10185] {\n white-space: normal;\n}\n.simple-cell.strong[data-v-eff10185] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n\n.simple-header[data-v-b2232089] {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n text-transform: uppercase;\n}\n\n.simple-row[data-v-af58ccd0] {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.simple-row[data-v-af58ccd0]:last-of-type {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.simple-table[data-v-a872348c] {\n display: table;\n width: 100%;\n}\n\n.scalar-api-client__main__right {\n width: 50%;\n padding: 0 0 12px 12px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__right {\n width: 100%;\n border-right: none;\n}\n}\n.scalar-api-client__main__right :deep(.scalar-copilot__header-button) {\n position: absolute;\n top: 6px;\n right: 12px;\n}\n\n.scalar-api-client,\n#headlessui-portal-root {\n background: var(--theme-background-1, var(--default-theme-background-1));\n position: relative;\n height: 100%;\n overflow: hidden !important;\n display: flex;\n flex-direction: column;\n font-family: var(--theme-font, var(--default-theme-font));\n}\n.scalar-api-client {\n flex: 1;\n}\n@media screen and (max-width: 1000px) {\n.scalar-api-client {\n width: 100%;\n}\n}\n.scalar-api-client pre {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.scalar-api-client--post {\n --default-scalar-api-client-color: var(\n --theme-color-green,\n var(--default-theme-color-green)\n );\n --default-scalar-api-client-background: var(\n --theme-post-background,\n var(--default-theme-post-background)\n );\n}\n.scalar-api-client--delete {\n --default-scalar-api-client-color: var(\n --theme-color-red,\n var(--default-theme-color-red)\n );\n --default-scalar-api-client-background: var(\n --theme-delete-background,\n var(--default-theme-delete-background)\n );\n}\n.scalar-api-client--patch {\n --default-scalar-api-client-color: var(\n --theme-color-yellow,\n var(--default-theme-color-yellow)\n );\n --default-scalar-api-client-background: var(\n --theme-patch-background,\n var(--default-theme-patch-background)\n );\n}\n.scalar-api-client--get {\n --default-scalar-api-client-color: var(\n --theme-color-blue,\n var(--default-theme-color-blue)\n );\n --default-scalar-api-client-background: var(\n --theme-get-background,\n var(--default-theme-get-background)\n );\n}\n.scalar-api-client--put {\n --default-scalar-api-client-color: var(\n --theme-color-orange,\n var(--default-theme-color-orange)\n );\n --default-scalar-api-client-background: var(\n --theme-put-background,\n var(--default-theme-put-background)\n );\n}\n.scalar-api-client__mobile-navigation {\n padding: 12px 12px 0 12px;\n display: flex;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.scalar-api-client__mobile-navigation__toggle {\n appearance: none;\n border: none;\n outline: none;\n background: transparent;\n font-size: var(--theme-font-size-2);\n color: var(--theme-color-2);\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-family: var(--theme-font, var(--default-theme-font));\n padding: 0;\n margin-right: 9px;\n cursor: pointer;\n}\n.scalar-api-client__mobile-navigation--active {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__mobile-navigation--active:hover {\n cursor: pointer;\n}\n.scalar-api-client__main {\n display: flex;\n height: 100%;\n min-height: 0;\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main {\n display: block;\n}\n}\n\n/** TODO: Consider to make a Column component */\n.scalar-api-client__main__content {\n padding: 12px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n top: 0;\n position: sticky;\n z-index: 100;\n}\n.scalar-api-client__main__content label {\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n align-items: center;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__content {\n padding: 0 0 12px 0;\n}\n.scalar-api-client__main__content label {\n display: none;\n}\n}\n.meta {\n display: flex;\n margin-top: 3px;\n font-size: var(--theme-font-size-2, var(--default-theme-font-size-2));\n font-weight: var(--theme-font-size-2, var(--default-theme-font-size-2));\n color: var(\n --scalar-api-client-color2,\n var(--default-scalar-api-client-color2)\n );\n}\n.meta-item svg {\n fill: var(--theme-color-ghost, var(--default-theme-color-ghost));\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.meta-item {\n display: flex;\n align-items: center;\n margin-right: 12px;\n white-space: nowrap;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-3, var(--default-theme-color-3));\n min-height: 17px;\n}\n.meta-item__input {\n background: transparent;\n width: 100%;\n margin-right: 0;\n}\n.types {\n margin: auto;\n width: 580px;\n display: flex;\n align-items: center;\n justify-content: center;\n flex-flow: wrap;\n}\n.types-heading {\n width: 100%;\n text-align: center;\n}\n.types-heading b {\n font-size: 42px;\n}\n.types-heading p {\n margin-bottom: 20px;\n margin-top: 12px;\n font-size: 24px;\n}\n.scalar-api-client__empty-state {\n border: 1px dashed\n var(--theme-border-color, var(--default-theme-border-color));\n width: 100%;\n text-align: center;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n font-size: var(--theme-small, var(--default-theme-small));\n padding: 20px;\n}\n\n.progress-ring[data-v-d16794fb] {\n transform: rotate(-90deg);\n transform-origin: 50% 50%;\n animation: linear turn-d16794fb reverse forwards;\n}\n@keyframes turn-d16794fb {\nfrom {\n stroke-dashoffset: var(--399d17d8);\n}\nto {\n stroke-dashoffset: 0;\n}\n}\n\n.toast-layout[data-v-14fb66a9] {\n pointer-events: initial;\n\n padding: 18px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n color: var(--theme-color-1, var(--default-theme-color-1));\n display: grid;\n grid-template-columns: auto 1fr auto;\n grid-template-areas:\n 'icon title timeout'\n '. description description';\n align-items: center;\n position: relative;\n\n width: 380px;\n}\n.toast-title[data-v-14fb66a9] {\n grid-area: title;\n font-weight: var(--theme-font-semibold, var(--default-theme-font-semibold));\n display: flex;\n align-items: center;\n}\n.toast-description[data-v-14fb66a9] {\n grid-area: description;\n margin-top: 5px;\n line-height: 1.45;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.toast-icon[data-v-14fb66a9] {\n grid-area: icon;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 10px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.toast-icon[data-v-14fb66a9] > * {\n width: 14px;\n height: 14px;\n}\n.toast-timeout[data-v-14fb66a9] {\n grid-area: timeout;\n margin-left: 10px;\n width: 16px;\n height: 16px;\n display: flex;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n}\n.toast-error .toast-icon[data-v-14fb66a9],\n.toast-error .toast-title[data-v-14fb66a9] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n\n.toast[data-v-7cd47ce2] {\n pointer-events: initial;\n filter: brightness(\n var(--theme-lifted-brightness, var(--default-theme-lifted-brightness))\n );\n\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n box-shadow: var(--theme-shadow-2, var(--default-theme-shadow-2));\n font-family: var(--theme-font, var(--default-theme-font));\n width: 380px;\n}\n\n.toast-container[data-v-016eca42] {\n width: 100vw;\n height: 100vh;\n position: fixed;\n z-index: 10000;\n pointer-events: none;\n\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 12px;\n\n padding: 48px;\n}\n.toasts-move[data-v-016eca42],\n.toasts-enter-active[data-v-016eca42],\n.toasts-leave-active[data-v-016eca42] {\n transition: all 0.5s ease;\n}\n.toasts-enter-from[data-v-016eca42],\n.toasts-leave-to[data-v-016eca42] {\n opacity: 0;\n transform: translateX(30px);\n}\n.toast-leave-active[data-v-016eca42] {\n position: absolute;\n}\n\n.darklight[data-v-f1139217] {\n border: none;\n border-top: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n appearance: none;\n background: transparent;\n outline: none;\n padding: 18px 24px 0;\n display: flex;\n\n align-items: center;\n text-indent: 9px;\n width: 100%;\n}\n.darklight-reference[data-v-f1139217] {\n width: 100%;\n margin-top: auto;\n}\n.darklight[data-v-f1139217]:hover {\n cursor: pointer;\n color: var(\n --sidebar-color-1,\n var(\n --default-sidebar-color-1,\n var(--theme-color-1, var(--default-theme-color-1))\n )\n );\n}\n.darklight svg[data-v-f1139217] {\n stroke: currentColor;\n height: 12px;\n width: 12px;\n}\n.darklight-reference-promo[data-v-f1139217] {\n padding: 6px 24px 12px;\n display: flex;\n align-items: center;\n font-size: var(--theme-mini, var(--default-theme-mini));\n text-decoration: none;\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n}\n.darklight-reference-promo[data-v-f1139217]:hover {\n text-decoration: underline;\n}\n\n.sidebar-search[data-v-7ae693ae] {\n display: flex;\n align-items: center;\n position: relative;\n /* Sub */\n --default-margin-x: 12px;\n width: calc(100% - 2 * var(--margin-x, var(--default-margin-x)));\n margin: 12px var(--margin-x, var(--default-margin-x)) 6px\n var(--margin-x, var(--default-margin-x));\n padding: 0 3px 0 12px;\n background: var(\n --sidebar-search-background,\n var(\n --default-sidebar-search-background,\n var(--theme-background-1, var(--default-theme-background-1))\n )\n );\n color: var(\n --sidebar-color-2,\n var(\n --default-sidebar-color-2,\n var(--theme-color-2, var(--default-theme-color-2))\n )\n );\n outline: none;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n box-shadow: 0 0 0 1px\n var(\n --sidebar-search-border-color,\n var(\n --default-sidebar-search-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n /* prettier-ignore */\n cursor: pointer;\n appearance: none;\n border: none;\n}\n.sidebar-search-input[data-v-7ae693ae] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n height: 31px;\n\n user-select: none;\n z-index: 10;\n position: relative;\n display: flex;\n width: 100%;\n justify-content: space-between;\n align-items: center;\n}\n.sidebar-search-shortcut[data-v-7ae693ae] {\n text-transform: uppercase;\n}\n.sidebar-search-key[data-v-7ae693ae] {\n background-color: var(\n --theme-background-2,\n var(--default-theme-background-2)\n );\n padding: 3px 5px;\n margin: 2px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(\n --sidebar-color-2,\n var(--default-sidebar-color-2),\n var(--theme-color-2, var(--default-theme-color-2))\n );\n}\n.search-icon[data-v-7ae693ae] {\n padding: 0;\n margin-right: 9px;\n width: 12px;\n}\n\n.loader-wrapper[data-v-fdd87947] {\n position: relative;\n height: var(--53793cee);\n width: var(--53793cee);\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n --default-loader-size: 50%;\n}\n\n/*SVG Positioning for Loader Objects*/\n.svg-loader[data-v-fdd87947] {\n width: var(--loader-size, var(--default-loader-size));\n height: var(--loader-size, var(--default-loader-size));\n top: 1rem;\n right: 0.9rem;\n overflow: visible;\n\n fill: none;\n background-color: transparent;\n stroke: currentColor;\n}\n.svg-path[data-v-fdd87947] {\n stroke-width: 14;\n fill: none;\n transition: 0.3s;\n}\n.svg-x-mark[data-v-fdd87947] {\n stroke-dasharray: 57;\n stroke-dashoffset: 57;\n transition-delay: 0s;\n}\n.svg-check-mark[data-v-fdd87947] {\n stroke-dasharray: 149;\n stroke-dashoffset: 149;\n transition-delay: 0s;\n}\n.icon-is-invalid .svg-x-mark[data-v-fdd87947] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.icon-is-valid .svg-check-mark[data-v-fdd87947] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.circular-loader[data-v-fdd87947] {\n animation: rotate-fdd87947 0.7s linear infinite,fade-in-fdd87947 0.4s;\n\n transform-origin: center center;\n transform: scale(5);\n\n background: transparent;\n}\n.loader-path[data-v-fdd87947] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n stroke-linecap: round;\n}\n.loader-path-off[data-v-fdd87947] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n transition: opacity 0.3s;\n opacity: 0;\n}\n@keyframes fade-in-fdd87947 {\n0% {\n opacity: 0;\n}\n70% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}\n@keyframes rotate-fdd87947 {\nfrom {\n transform: scale(5) rotate(0deg);\n}\nto {\n transform: scale(5) rotate(360deg);\n}\n}\n\n.flow-button[data-v-a9ccf337] {\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 1;\n position: relative;\n appearance: none;\n -webkit-appearance: none;\n height: 40px;\n padding: 0px 24px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-button-1-color, var(--default-theme-button-1-color));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: 500;\n cursor: pointer;\n background: var(--theme-button-1, var(--default-theme-button-1));\n border: none;\n width: 100%;\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button[data-v-a9ccf337]:hover,\n.flow-button[data-v-a9ccf337]:focus-visible {\n background: var(--theme-button-1-hover, var(--default-theme-button-1-hover));\n}\n.flow-button[data-v-a9ccf337]:active {\n box-shadow: none;\n background: var(--theme-button-1, var(--default-theme-button-1));\n}\n.flow-button[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n.flow-button.flow-button-icon-only[data-v-a9ccf337] {\n width: 24px;\n height: 24px;\n padding: 0;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-outlined[data-v-a9ccf337] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 11px 23px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button-outlined[data-v-a9ccf337]:hover,\n.flow-button-outlined[data-v-a9ccf337]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[data-v-a9ccf337]:active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-clear[data-v-a9ccf337] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-clear[data-v-a9ccf337]:active {\n background: transparent;\n}\n.flow-button-clear[data-v-a9ccf337]:hover,\n.flow-button-clear[data-v-a9ccf337]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: none;\n}\n.flow-button-clear[disabled][data-v-a9ccf337] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-text[data-v-a9ccf337] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-text[data-v-a9ccf337]:active {\n background: transparent;\n}\n.flow-button-text[data-v-a9ccf337]:hover,\n.flow-button-text[data-v-a9ccf337]:focus-visible {\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: transparent;\n box-shadow: none;\n}\n.flow-button-text[disabled][data-v-a9ccf337] {\n background: transparent;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button--delete[data-v-a9ccf337] {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n.flow-button--delete[data-v-a9ccf337]:active {\n background: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-button--delete[data-v-a9ccf337]:hover {\n background: var(--theme-error-color, var(--default-theme-color-red));\n opacity: 0.86;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-loader[data-v-a9ccf337] {\n position: absolute;\n right: 8px;\n}\n.flow-button-decorator[data-v-a9ccf337] {\n margin-right: 9px;\n color: currentColor;\n display: flex;\n align-items: center;\n height: 14px;\n width: 14px;\n}\n.flow-button-icon-only .flow-button-decorator[data-v-a9ccf337] {\n margin-right: 0;\n}\n\n.action-menu[data-v-dc8a97ce] {\n position: absolute;\n top: 5px;\n right: 5px;\n display: flex;\n gap: 6px;\n}\n/**\n* Some awkwardness to make the dropdown buttons hidden when not hovered\n* but still show when the panel is open and focused\n*/\n.action-menu[data-v-dc8a97ce] .button-wrapper button {\n /* Hide the icons by default */\n opacity: 0;\n width: 20px;\n height: 20px;\n padding: 4px;\n}\n.action-menu[data-v-dc8a97ce]:hover .button-wrapper button,\n.action-menu[data-v-dc8a97ce] .button-wrapper button:hover,\n.sidebar-heading:hover ~ .action-menu[data-v-dc8a97ce] .button-wrapper button,\n.action-menu[data-v-dc8a97ce] .button-wrapper button[aria-expanded='true'] {\n opacity: 1;\n}\n.sidebar-heading[data-v-dc8a97ce]:has(~ .action-menu:hover) {\n /* prettier-ignore */\n color: var(--sidebar-color-1, var(--default-sidebar-color-1), var(--theme-color-1, var(--default-theme-color-1)));\n /* prettier-ignore */\n background: var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background), var(--theme-background-2, var(--default-theme-background-2)));\n}\n\n.sidebar {\n --default-theme-sidebar-indent-base: 6px;\n}\n\n/* ----------------------------------------------------- */\n/* Main sidebar styles */\n.sidebar {\n flex: 1;\n height: 100%;\n display: flex;\n flex-direction: column;\n border-right: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n /* prettier-ignore */\n background: var(--sidebar-background-1, var(--default-sidebar-background-1, var(--theme-background-1, var(--default-theme-background-1))));\n --default-sidebar-level: 0;\n}\n.pages {\n padding-top: 9px;\n padding-bottom: 9px;\n}\n.sidebar-group {\n list-style: none;\n width: 100%;\n}\n.sidebar-heading {\n display: flex;\n gap: 6px;\n\n /* prettier-ignore */\n color: var(--sidebar-color-2, var(--default-theme-color-2, var(--theme-color-2, var(--default-theme-color-2))));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n word-break: break-word;\n line-height: 1.385;\n align-items: center;\n max-width: 100%;\n position: relative;\n cursor: pointer;\n border-radius: 0 var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0;\n flex: 1;\n padding-right: 12px;\n user-select: none;\n}\n\n/* Folder/page collapse icon */\n.toggle-nested-icon {\n border: none;\n position: absolute !important;\n color: currentColor;\n top: 4px;\n color: currentColor;\n}\n.toggle-nested-icon:hover,\n.toggle-nested-icon:focus-visible {\n color: currentColor;\n filter: drop-shadow(0 0.125px 0 currentColor)\n drop-shadow(0 -0.125px 0 currentColor);\n}\n\n/* We indent each level of nesting further */\n.sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n padding-left: calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 24px) !important;\n}\n\n/* Collapse/expand icons must also be offset */\n.sidebar-indent-nested .sidebar-heading .toggle-nested-icon {\n /* prettier-ignore */\n left: calc((var(--sidebar-level, var(--default-sidebar-level)) * var(--theme-sidebar-indent-base, var(--default-theme-sidebar-indent-base))) + 2px) !important;\n}\n.sidebar-heading-link {\n padding-right: 12px;\n padding: 6px 0;\n display: flex;\n align-items: center;\n}\n\n/* Sidebar link icon */\n.link-icon {\n position: relative;\n left: 4px;\n}\n.sidebar-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 6px;\n\n width: 13px;\n height: 13px;\n}\n.sidebar-icon > svg {\n width: 13px;\n height: 13px;\n}\n.sidebar-heading:hover {\n /* prettier-ignore */\n background: var(--sidebar-item-hover-background, var(--default-sidebar-item-hover-background, var(--theme-background-2, var(--default-theme-background-2))));\n}\n.sidebar-heading:hover p {\n color: var(\n --sidebar-item-hover-color,\n var(\n --default-sidebar-item-hover-color,\n var(--theme-color-accent, var(--default-theme-color-accent))\n )\n );\n}\n.sidebar-group-item {\n position: relative;\n}\n\n/* Change font colors and weights for nested items */\n.sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n color: var(--sidebar-color-1, var(--default-sidebar-color-1, var(--theme-color-1, var(--default-theme-color-1))));\n}\n.sidebar-indent-nested .sidebar-indent-nested .sidebar-heading {\n /* prettier-ignore */\n color: var(--sidebar-color-2, var(--default-sidebar-color-2, var(--theme-color-2, var(--default-theme-color-2))));\n}\n.sidebar-mobile-header {\n display: flex;\n align-items: center;\n gap: 12px;\n height: 100%;\n width: 100%;\n padding: 0 6px;\n}\n.sidebar-mobile-breadcrumbs {\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.sidebar-mobile-actions {\n display: flex;\n flex-direction: row;\n gap: 4px;\n height: 24px;\n align-items: center;\n padding: 0 4px;\n}\n.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle {\n height: 16px;\n width: 16px;\n}\n.active_page.sidebar-heading:hover,\n.active_page.sidebar-heading {\n /* prettier-ignore */\n background: var(--sidebar-item-active-background, var(--default-sidebar-item-active-background, var(--theme-background-accent, var(--default-theme-background-accent)))) !important;\n}\n.active_page.sidebar-heading p,\n.active_page.sidebar-heading:hover p {\n /* prettier-ignore */\n color: var(--sidebar-color-active, var(--default-sidebar-color-active, var(--theme-color-accent, var(--default-theme-color-accent)))) !important;\n}\n@media (max-width: 1000px) {\n.sidebar {\n min-height: 0;\n}\n.pages {\n padding-top: 12px;\n}\n}\n@media (max-width: 500px) {\n.header-item-link.header-item-active,\n .sidebar-section,\n .sidebar-heading {\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n}\n\n.scalar-api-client__container .scalar-api-client[data-v-e9e3236c] {\n width: calc(\n 100% -\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n );\n}\n@media screen and (max-width: 1000px) {\n.scalar-api-client__container .scalar-api-client[data-v-e9e3236c] {\n width: 100%;\n}\n}\n.scalar-api-client__container[data-v-e9e3236c] {\n position: absolute;\n right: 0;\n left: 0;\n bottom: 0;\n top: 0;\n z-index: 9;\n border-radius: 0;\n box-shadow: none;\n opacity: 1;\n overflow: hidden;\n pointer-events: all;\n background: var(\n --theme-background-1,\n var(--default-theme-background-1)\n ) !important;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n box-shadow: var(--theme-shadow-1, var(--default-theme-shadow-1));\n height: 100%;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n.scalar-api-client__navigation[data-v-e9e3236c] {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 11px 12px;\n height: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n z-index: 10;\n position: sticky;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n top: 0;\n}\n.scalar-api-client__close[data-v-e9e3236c] {\n appearance: none;\n border: none;\n outline: none;\n display: flex;\n align-items: center;\n background: transparent;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.scalar-api-client__close[data-v-e9e3236c]:hover {\n cursor: pointer;\n}\n/*\nTODO: Markup is missing\n.scalar-api-client__close__icon {\n width: 28px;\n height: 28px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n margin-right: 12px;\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.scalar-api-client__close__icon:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__close__icon svg {\n width: 12px;\n height: 12px;\n transform: rotate(180deg);\n} */\n.api-client-drawer[data-v-e9e3236c] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n height: calc(100vh - 58px);\n width: calc(100vw - 8px);\n border-radius: 12px;\n overflow: hidden;\n visibility: visible;\n position: fixed;\n bottom: 4px;\n left: 4px;\n z-index: 1001;\n opacity: 0;\n animation: apiclientfadein-e9e3236c 0.35s forwards;\n}\n@keyframes apiclientfadein-e9e3236c {\nfrom {\n transform: translate3d(0, 20px, 0) scale(0.985);\n opacity: 0;\n}\nto {\n transform: translate3d(0, 0, 0) scale(1);\n opacity: 1;\n}\n}\n.api-client-drawer-exit[data-v-e9e3236c] {\n position: fixed;\n top: 0;\n left: 0;\n width: 100vw;\n height: 100vh;\n background: rgba(0, 0, 0, 0.44);\n transition: all 0.3s ease-in-out;\n z-index: 1000;\n cursor: pointer;\n animation: drawerexitfadein-e9e3236c 0.35s forwards;\n}\n@keyframes drawerexitfadein-e9e3236c {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n.scalar-api-client-height[data-v-e9e3236c] {\n height: 100%;\n}\n.scalar-api-client-height .sidebar[data-v-e9e3236c] {\n flex: 1 1 0%;\n flex-grow: 1;\n flex-shrink: 1;\n flex-basis: 0%;\n height: 100%;\n display: flex;\n flex-direction: column;\n width: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n max-width: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n border-right: 1px solid\n var(\n --sidebar-border-color,\n var(\n --default-sidebar-border-color,\n var(--theme-border-color, var(--default-theme-border-color))\n )\n );\n}\n\n.card[data-v-da3043a0] {\n font-family: var(--theme-font, var(--default-theme-font));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n overflow: hidden;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-2, var(--default-theme-background-2));\n display: flex;\n flex-direction: column;\n max-height: calc(100vh - 310px);\n}\n\n.card-content[data-v-baa04f94] {\n overflow: auto;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.card-content[data-v-baa04f94] .simple-table .simple-header {\n display: none;\n}\n.card-content[data-v-baa04f94]:last-of-type,\n.card-content.card--borderless[data-v-baa04f94] {\n border-bottom: none;\n}\n.card--muted[data-v-baa04f94] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card--contrast[data-v-baa04f94] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.card--frameless[data-v-baa04f94] {\n padding: 0;\n}\n.card--transparent[data-v-baa04f94] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n\n.card-header[data-v-d37fee76] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n flex-shrink: 0;\n}\n.card-header-slots[data-v-d37fee76] {\n display: flex;\n justify-content: space-between;\n margin: 9px 12px;\n line-height: 1.35;\n}\n.card-header-title[data-v-d37fee76] {\n text-transform: uppercase;\n word-break: break-all;\n}\n.card-header-actions[data-v-d37fee76] {\n display: flex;\n}\n\n.card-footer[data-v-deadefdd] {\n flex-shrink: 0;\n}\n\n.tab-list[data-v-b81067df] {\n display: flex;\n gap: 6px;\n position: relative;\n flex: 1;\n}\n\n.tab[data-v-e5d124ee] {\n background: none;\n border: none;\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n line-height: calc(var(--theme-mini, var(--default-theme-mini)) + 2px);\n cursor: pointer;\n padding: 0;\n margin-right: 3px;\n text-transform: uppercase;\n position: relative;\n line-height: 1.35;\n}\n.tab[data-v-e5d124ee]:before {\n content: '';\n position: absolute;\n z-index: 0;\n left: -6px;\n top: -6px;\n width: calc(100% + 12px);\n height: calc(100% + 12px);\n border-radius: var(--theme-radius, var(--default-theme-radius));\n background: var(--theme-background-3, var(--default-theme-background-3));\n opacity: 0;\n}\n.tab[data-v-e5d124ee]:hover:before {\n opacity: 1;\n}\n.tab span[data-v-e5d124ee] {\n z-index: 1;\n position: relative;\n}\n.tab-selected[data-v-e5d124ee] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-decoration: underline;\n text-underline-offset: var(--theme-micro, var(--default-theme-micro));\n}\n\n.markdown[data-v-e8f238d5] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n}\n.markdown[data-v-e8f238d5] * {\n margin: 12px 0;\n}\n.markdown[data-v-e8f238d5] h1,\n.markdown[data-v-e8f238d5] h2,\n.markdown[data-v-e8f238d5] h3,\n.markdown[data-v-e8f238d5] h4,\n.markdown[data-v-e8f238d5] h5,\n.markdown[data-v-e8f238d5] h6 {\n font-size: var(--font-size, var(--default-font-size));\n margin: 12px 0 6px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.markdown[data-v-e8f238d5] p {\n font-size: var(\n --font-size,\n var(--default-font-size),\n var(--theme-paragraph, var(--default-theme-paragraph))\n );\n /* prettier-ignore */\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(\n --font-weight,\n var(--default-font-weight),\n var(--theme-small, var(--default-theme-small))\n );\n line-height: 1.5;\n}\n.markdown[data-v-e8f238d5] ul,\n.markdown[data-v-e8f238d5] ol {\n padding-left: 24px;\n line-height: 1.5;\n margin: 12px 0;\n}\n.markdown[data-v-e8f238d5] ul {\n list-style: disc;\n}\n.markdown[data-v-e8f238d5] ol {\n list-style: decimal;\n}\n.markdown[data-v-e8f238d5] ul.contains-task-list {\n list-style: none;\n padding-left: 0;\n}\n.markdown[data-v-e8f238d5] li {\n margin: 6px 0;\n}\n.markdown[data-v-e8f238d5] a {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n text-decoration: none !important;\n}\n.markdown[data-v-e8f238d5] a:hover {\n text-decoration: underline !important;\n}\n.markdown[data-v-e8f238d5] code {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n background-color: var(\n --theme-background-2,\n var(--default-theme-background-2)\n );\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n font-size: var(--theme-micro, var(--default-theme-micro));\n border-radius: 2px;\n padding: 0 3px;\n}\n.markdown[data-v-e8f238d5] pre code {\n display: block;\n white-space: pre;\n padding: 3px;\n margin: 12px 0;\n -webkit-overflow-scrolling: touch;\n overflow-x: scroll;\n max-width: 100%;\n min-width: 100px;\n}\n.markdown[data-v-e8f238d5] blockquote {\n border-left: 3px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding-left: 12px;\n margin: 0;\n}\n.markdown[data-v-e8f238d5] table {\n position: relative;\n border-collapse: collapse;\n table-layout: fixed;\n width: 100%;\n margin: 1em 0;\n overflow: hidden;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.markdown[data-v-e8f238d5] td,\n.markdown[data-v-e8f238d5] th {\n min-width: 1em;\n padding: 6px;\n vertical-align: top;\n box-sizing: border-box;\n position: relative;\n word-break: break-all;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.markdown[data-v-e8f238d5] td > *,\n.markdown[data-v-e8f238d5] th > * {\n margin-bottom: 0;\n}\n.markdown.parameter-description[data-v-e8f238d5] p {\n margin-top: 3px;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n line-height: 1.4;\n}\n.markdown[data-v-e8f238d5] td:first-of-type,\n.markdown[data-v-e8f238d5] th:first-of-type {\n border-left: none;\n}\n.markdown[data-v-e8f238d5] td:last-of-type,\n.markdown[data-v-e8f238d5] th:last-of-type {\n border-right: none;\n}\n.markdown[data-v-e8f238d5] tr:last-of-type td {\n border-bottom: none;\n}\n.markdown[data-v-e8f238d5] th {\n font-weight: bold !important;\n text-align: left;\n border-left-color: transparent;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n\n.endpoints[data-v-66d4fbfd] {\n overflow: auto;\n background: var(--theme-background-2, var(--default-theme-background-2));\n padding: 10px 12px;\n}\n@media (max-width: 580px) {\n.endpoints[data-v-66d4fbfd] {\n max-height: calc(100vh - 150px);\n}\n}\n.endpoints span + span[data-v-66d4fbfd] {\n text-align: left;\n margin-left: 12px;\n text-transform: initial;\n}\n\n.base-url-variable {\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.base-url[data-v-a57ab550] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n cursor: pointer;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n display: flex;\n padding: 10px 12px;\n}\n\n.client-libraries-content[data-v-9ec959b4] {\n display: flex;\n justify-content: center;\n gap: 6px;\n padding: 0 12px;\n}\n.code-languages[data-v-9ec959b4] {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n max-width: 68px;\n width: 100%;\n padding: 12px 0;\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n}\n/* remove php and c on mobile */\n@media screen and (max-width: 450px) {\n.code-languages[data-v-9ec959b4]:nth-of-type(4),\n .code-languages[data-v-9ec959b4]:nth-of-type(6) {\n display: none;\n}\n}\n.code-languages-icon[data-v-9ec959b4] {\n max-width: 48px;\n width: 100%;\n max-height: 48px;\n aspect-ratio: 1;\n padding: 7px;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n color: var(\n --theme-code-language-color-supersede,\n var(--default-theme-code-language-color-supersede, #fff)\n );\n}\n.code-languages-background[data-v-9ec959b4] {\n border-radius: 12px;\n position: relative;\n box-shadow: 0 0 0 1px\n var(\n --theme-code-languages-border-color,\n var(--default-theme-code-languages-border-color)\n );\n}\n.code-languages-background[data-v-9ec959b4]:before {\n content: '';\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n position: absolute;\n top: -1px;\n left: -1px;\n pointer-events: none;\n border-radius: 12px;\n background: var(\n --theme-code-languages-background-supersede,\n var(--default-theme-code-languages-background-supersede)\n );\n}\n.code-languages-icon__shell[data-v-9ec959b4] {\n background: #000;\n}\n.code-languages-icon__ruby[data-v-9ec959b4] {\n background: #d91404;\n}\n.code-languages-icon__php[data-v-9ec959b4] {\n background: #6181b6;\n}\n.code-languages-icon__python[data-v-9ec959b4] {\n background: #306998;\n}\n.code-languages-icon__more[data-v-9ec959b4] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.code-languages-icon__node[data-v-9ec959b4] {\n background: #83cd29;\n}\n.code-languages-icon__c[data-v-9ec959b4] {\n background: #03599c;\n}\n.code-languages-icon__csharp[data-v-9ec959b4] {\n background: #68217a;\n}\n.code-languages-icon__cplusplus[data-v-9ec959b4] {\n background: #9c033a;\n}\n.code-languages-icon__clojure[data-v-9ec959b4] {\n background: #5881d8;\n}\n.code-languages-icon__go[data-v-9ec959b4] {\n background: #00acd7;\n}\n.code-languages-icon__http[data-v-9ec959b4] {\n background: #005b9b;\n}\n.code-languages-icon__java[data-v-9ec959b4] {\n background: #ea2d2e;\n}\n.code-languages-icon__javascript[data-v-9ec959b4] {\n background: #f0db4f;\n}\n.code-languages-icon__kotlin[data-v-9ec959b4] {\n background: #7f6cb1;\n}\n.code-languages-icon__objc[data-v-9ec959b4] {\n background: #0b5a9d;\n}\n.code-languages-icon__ocaml[data-v-9ec959b4] {\n background: #f29100;\n}\n.code-languages-icon__powershell[data-v-9ec959b4] {\n background: #2671be;\n}\n.code-languages-icon__r[data-v-9ec959b4] {\n background: #cbced0;\n}\n.code-languages-icon__swift[data-v-9ec959b4] {\n background: #f05138;\n}\n.code-languages__loading .code-languages-icon[data-v-9ec959b4]:before {\n border: 1px solid rgba(255, 255, 255, 0.44);\n border-top: 1px solid white;\n animation: codeloader-9ec959b4 0.45s linear infinite;\n background: transparent;\n width: 18px;\n height: 18px;\n content: '';\n border-radius: 50%;\n}\n.code-languages__loading .code-languages-icon svg[data-v-9ec959b4] {\n display: none;\n}\n.code-languages__active[data-v-9ec959b4]:after {\n content: '';\n position: absolute;\n bottom: 0;\n height: 2px;\n width: 100%;\n background: var(--theme-color-1, var(--default-theme-color-1));\n}\n@keyframes codeloader-9ec959b4 {\n0% {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(1turn);\n}\n}\n.code-languages span[data-v-9ec959b4] {\n margin-top: 3px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.code-languages__active span[data-v-9ec959b4] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-languages__select select[data-v-9ec959b4] {\n opacity: 0;\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n cursor: pointer;\n z-index: 1;\n}\n.code-languages__select span[data-v-9ec959b4] {\n position: relative;\n display: flex;\n align-items: center;\n}\n.code-languages__select span[data-v-9ec959b4]:after {\n content: '';\n width: 8px;\n height: 8px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n box-shadow: 1px 1px 0 currentColor;\n display: block;\n transform: rotate(45deg);\n margin-left: 5px;\n margin-top: -7px;\n}\n\n.heading[data-v-f689ab54] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.loading[data-v-f689ab54] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton-f689ab54 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.heading.loading[data-v-f689ab54] {\n width: 80%;\n}\n.tag-description .loading[data-v-f689ab54] {\n height: 20px;\n margin-bottom: 4px;\n width: 100%;\n display: inline-block;\n}\n.tag-description .loading[data-v-f689ab54]:first-of-type {\n margin-top: 12px;\n}\n.tag-description .loading[data-v-f689ab54]:last-of-type {\n width: 40%;\n}\n@keyframes loading-skeleton-f689ab54 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0.33;\n}\n}\n.font-mono[data-v-f689ab54] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-small, var(--default-theme-small));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n padding: 10px 12px;\n}\n\n.parameter p {\n margin-top: 6px;\n}\n.parameter .parameter-child {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: 20px;\n margin-top: 12px;\n width: fit-content;\n}\n.parameter .parameter {\n border: none !important;\n}\n.parameter-child-trigger {\n padding: 6px 12px;\n cursor: pointer;\n font-weight: 500;\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-micro, var(--default-theme-micro));\n display: flex;\n align-items: center;\n user-select: none;\n}\n.parameter-child-trigger:has(+ .parameter li:first-of-type:last-of-type) {\n display: none;\n}\n.parameter-child-trigger:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.parameter-child-trigger > span:before {\n content: 'Show ';\n}\n.parameter-child__open > .parameter-child-trigger span:before {\n content: 'Hide ';\n}\n.parameter-child-trigger svg {\n height: 10px;\n width: 10px;\n margin-right: 6px;\n}\n.parameter-child__open .parameter-child-trigger svg {\n transform: rotate(45deg);\n}\n.parameter .parameter li:first-of-type {\n border-top: none;\n}\n.parameter .parameter li {\n padding: 10px 12px;\n}\n.parameter-child__open > .parameter {\n display: block;\n}\n.parameter .parameter-child__open {\n width: 100%;\n border-radius: 6px;\n}\n.parameter .parameter-child__open > svg {\n transform: rotate(45deg);\n}\n.parameter-child__open > .parameter-child-trigger {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.parameter {\n list-style: none;\n font-size: var(--theme-small, var(--default-theme-small));\n}\n.parameter li {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 12px 0;\n}\n.parameter-name {\n font-weight: 500;\n margin-right: 6px;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.parameter-type,\n.parameter-required {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n margin-right: 6px;\n position: relative;\n}\n.parameter-description {\n margin-top: 3px !important;\n font-size: var(--theme-small, var(--default-theme-small));\n color: var(--theme-color-2, var(--default-theme-color-2));\n line-height: 1.4;\n}\n.parameter__required {\n text-transform: uppercase;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.parameter-options {\n position: relative;\n}\n.copy .parameter-description:empty {\n display: none;\n}\n\n.heading[data-v-f648d386] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.tag-description[data-v-f648d386] {\n margin-top: 12px;\n}\n\n.request-path-variable {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.request[data-v-1247609d] {\n display: flex;\n flex-wrap: nowrap;\n}\n.request-method[data-v-1247609d] {\n white-space: nowrap;\n}\n.request-method--post[data-v-1247609d] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.request-method--patch[data-v-1247609d] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.request-method--get[data-v-1247609d] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.request-method--delete[data-v-1247609d] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.request-method--put[data-v-1247609d] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-path[data-v-1247609d] {\n margin-left: 6px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n overflow: hidden;\n cursor: default;\n word-wrap: break-word;\n text-transform: none !important;\n}\n.language-select[data-v-1247609d] {\n position: relative;\n padding-right: 9px;\n height: fit-content;\n padding-left: 12px;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.language-select select[data-v-1247609d] {\n border: none;\n outline: none;\n cursor: pointer;\n background: var(--theme-background-3, var(--default-theme-background-3));\n box-shadow: -2px 0 0 0\n var(--theme-background-3, var(--default-theme-background-3));\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n opacity: 0;\n appearance: none;\n}\n.language-select span[data-v-1247609d] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n white-space: nowrap;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.language-select:hover span[data-v-1247609d] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.language-select span[data-v-1247609d]:after {\n content: '';\n width: 7px;\n height: 7px;\n transform: rotate(45deg) translate3d(-2px, -2px, 0);\n display: block;\n margin-left: 6px;\n box-shadow: 1px 1px 0 currentColor;\n}\n.language-select span[data-v-1247609d]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.copy-button[data-v-1247609d] {\n appearance: none;\n -webkit-appearance: none;\n outline: none;\n background: transparent;\n display: flex;\n cursor: pointer;\n color: var(--theme-color-3, var(--default-theme-color-3));\n margin-left: 6px;\n border: none;\n border-radius: 3px;\n padding: 0;\n display: flex;\n align-items: center;\n height: fit-content;\n}\n/* Can't use flex align center on parent (card-header-actions) so have to match sibling font size vertically align*/\n.copy-button[data-v-1247609d]:after {\n content: '.';\n color: transparent;\n font-size: var(--theme-mini, var(--default-theme-mini));\n line-height: 1.35;\n width: 0px;\n}\n.copy-button[data-v-1247609d]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.copy-button svg[data-v-1247609d] {\n width: 13px;\n height: 13px;\n}\n.show-api-client-button[data-v-1247609d] {\n display: block;\n appearance: none;\n outline: none;\n border: none;\n padding: 6px;\n margin-left: auto;\n height: 23px;\n margin: 6px 6px 6px auto;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n text-transform: uppercase;\n display: flex;\n justify-content: center;\n cursor: pointer;\n align-items: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-background-2, var(--default-background-2));\n font-family: var(--theme-font, var(--default-theme-font));\n position: relative;\n cursor: pointer;\n box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);\n}\n.show-api-client-button span[data-v-1247609d],\n.show-api-client-button svg[data-v-1247609d] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n z-index: 1;\n}\n.show-api-client-button[data-v-1247609d]:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n pointer-events: none;\n cursor: pointer;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.show-api-client-button[data-v-1247609d]:before {\n background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));\n}\n.show-api-client-button[data-v-1247609d]:hover:before {\n background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));\n}\n.show-api-client-button svg[data-v-1247609d] {\n height: 12px;\n width: auto;\n margin-left: 9px;\n}\n.show-api-client-button--post[data-v-1247609d] {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.show-api-client-button--patch[data-v-1247609d] {\n background: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.show-api-client-button--get[data-v-1247609d] {\n background: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.show-api-client-button--delete[data-v-1247609d] {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.show-api-client-button--put[data-v-1247609d] {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-method[data-v-1247609d] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n text-transform: uppercase;\n}\n.request-path[data-v-1247609d] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.card-header-actions[data-v-1247609d] {\n display: flex;\n}\n\n.example-switcher[data-v-cddd1774] {\n display: flex;\n gap: 6px;\n margin: 12px 6px;\n flex-direction: column;\n}\n.listbox-label[data-v-cddd1774] {\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n margin: 0 4px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.listbox-button[data-v-cddd1774] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-1, var(--default-theme-background-1));\n padding: 6px 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n text-align: left;\n display: block;\n font-size: var(--theme-mini, var(--default-theme-mini));\n}\n.listbox-button-content[data-v-cddd1774] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.listbox-button-label[data-v-cddd1774] {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.listbox-options[data-v-cddd1774] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n padding: 6px 6px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n margin-top: 4px;\n box-shadow: var(--theme-shadow-2, var(--default-theme-shadow-2));\n position: absolute;\n margin: 0 1px;\n transform: translateY(-50%);\n z-index: 100;\n}\n.listbox-option[data-v-cddd1774] {\n padding: 6px 12px;\n cursor: pointer;\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin: 2px 0;\n}\n.listbox-option[data-headlessui-state='selected'][data-v-cddd1774] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.listbox-option[data-v-cddd1774]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.icon[data-v-cddd1774] {\n width: 13px;\n height: 13px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n.markdown[data-v-841d7b33] * {\n margin: 0;\n}\n.code-copy[data-v-841d7b33] {\n display: flex;\n align-items: center;\n justify-content: center;\n appearance: none;\n -webkit-appearance: none;\n outline: none;\n background: transparent;\n cursor: pointer;\n color: var(--theme-color-3, var(--default-theme-color-3));\n border: none;\n padding: 0;\n}\n.code-copy[data-v-841d7b33]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-copy svg[data-v-841d7b33] {\n width: 13px;\n height: 13px;\n}\n.description[data-v-841d7b33] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color--1, var(--default-theme-color-1));\n padding: 10px 12px;\n min-height: 35px;\n display: flex;\n align-items: center;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.scalar-api-reference__empty-state[data-v-841d7b33] {\n border: 1px dashed\n var(--theme-border-color, var(--default-theme-border-color));\n width: calc(100% - 24px);\n margin: 10px 12px;\n text-align: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n min-height: 56px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.schema-type[data-v-841d7b33] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n background: var(--theme-background-3, var(--default-theme-background-3));\n padding: 2px 4px;\n border-radius: 4px;\n margin-right: 4px;\n}\n.schema-example[data-v-841d7b33] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.example-response-tab[data-v-841d7b33] {\n display: block;\n margin: 6px;\n}\n.card-container[data-v-841d7b33] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card-container[data-v-841d7b33] .cm-scroller {\n overflow: hidden;\n}\n\n.scalar-logo-animation[data-v-16147dd7] {\n width: 38px;\n height: 38px;\n position: relative;\n display: flex;\n align-items: center;\n}\n.scalar-logo-animation .line[data-v-16147dd7]:before {\n content: '';\n width: 100%;\n height: 100%;\n background: #4c4316;\n display: block;\n position: absolute;\n}\n.scalar-logo-animation .line[data-v-16147dd7] {\n position: absolute;\n width: 100%;\n height: 1px;\n overflow: hidden;\n}\n.scalar-logo-animation .line-2[data-v-16147dd7] {\n transform: rotate(90deg);\n}\n.scalar-logo-animation .line-3[data-v-16147dd7] {\n transform: rotate(45deg);\n}\n.scalar-logo-animation .line-4[data-v-16147dd7] {\n transform: rotate(-45deg);\n}\n.scalar-logo-animation-load[data-v-16147dd7] {\n animation: rotate-16147dd7 2s linear infinite;\n}\n@keyframes rotate-16147dd7 {\nfrom {\n transform: rotate(0deg);\n}\nto {\n transform: rotate(360deg);\n}\n}\n\n.render-loading[data-v-519865dc] {\n height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.show-more[data-v-519865dc] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n appearance: none;\n border: none;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: auto;\n padding: 8px 12px;\n border-radius: 30px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-small, var(--default-theme-small));\n display: flex;\n align-items: center;\n justify-content: center;\n margin-top: -48px;\n margin-bottom: 48px;\n position: relative;\n}\n.show-more[data-v-519865dc]:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.show-more-icon[data-v-519865dc] {\n width: 14px;\n height: 14px;\n margin-left: 3px;\n}\n.show-more[data-v-519865dc]:active {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.references-narrow .show-more[data-v-519865dc] {\n margin-top: -25px;\n margin-bottom: 25px;\n}\n@media (max-width: 1165px) {\n.show-more[data-v-519865dc] {\n margin-top: -24px;\n margin-bottom: 24px;\n}\n}\n\n.references-mobile-header[data-v-3d087ea1] {\n display: flex;\n align-items: center;\n gap: 12px;\n height: 100%;\n width: 100%;\n padding: 0 8px;\n border-bottom: var(--theme-border);\n}\n.references-mobile-breadcrumbs[data-v-3d087ea1] {\n flex: 1;\n min-width: 0;\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n/** Input */\n.ref-search-input[data-v-d2da375a] {\n width: 100%;\n background: transparent;\n padding: 12px;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n outline: none;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n font-family: var(--theme-font, var(--default-theme-font));\n appearance: none;\n}\n.ref-search-input[data-v-d2da375a]:focus {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n/** Results */\n.item-entry[data-v-d2da375a] {\n appearance: none;\n background: transparent;\n border: none;\n outline: none;\n padding: 9px 12px;\n width: 100%;\n color: var(--theme-color-3, var(--default-theme-color-3));\n text-align: left;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n display: flex;\n align-items: center;\n font-family: var(--theme-font);\n min-height: 31px;\n display: flex;\n gap: 6px;\n}\n.item-entry-http-verb[data-v-d2da375a]:empty {\n display: none;\n}\n.ref-search-list[data-v-d2da375a] {\n padding: 0 0 12px 12px;\n}\n.ref-search-container[data-v-d2da375a] {\n padding: 12px;\n}\n.item-entry--active[data-v-d2da375a] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n cursor: pointer;\n}\n\n/** If it’s a tag, let’s put a dash between the tag name and the description and set the margin to the gap size. */\n.item-entry--tag .item-entry-description[data-v-d2da375a]::before {\n content: '–';\n margin-right: 6px;\n}\n.item-entry-description[data-v-d2da375a],\n.item-entry-title[data-v-d2da375a] {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n white-space: nowrap;\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.item-entry-title[data-v-d2da375a] {\n min-width: fit-content;\n}\n.item-entry-http-verb[data-v-d2da375a],\n.item-entry-subtitle[data-v-d2da375a] {\n display: flex;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.item-entry-http-verb[data-v-d2da375a] {\n text-transform: uppercase;\n min-width: 45px;\n position: relative;\n /* optically center since all characters above baseline*/\n top: 0.5px;\n}\n.item-entry-http-verb--post[data-v-d2da375a] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.item-entry-http-verb--patch[data-v-d2da375a] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.item-entry-http-verb--get[data-v-d2da375a] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.item-entry-http-verb--delete[data-v-d2da375a] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.item-entry-http-verb--delete[data-v-d2da375a] {\n font-size: 0;\n}\n.item-entry-http-verb--delete[data-v-d2da375a]:after {\n content: 'DEL';\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n}\n.item-entry-http-verb--put[data-v-d2da375a] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.item-entry-path[data-v-d2da375a] {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n min-width: 0;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.ref-search-meta[data-v-d2da375a] {\n background: var(--default-theme-background-3, var(--theme-background-3));\n padding: 6px 12px;\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n gap: 12px;\n}\n\n/** CSS Reset */\n.scalar-api-reference p, #headlessui-portal-root p {\n margin: 0;\n}\n.scalar-api-reference i, #headlessui-portal-root i {\n font-style: normal;\n}\n.scalar-api-reference ul,\n .scalar-api-reference ol,\n #headlessui-portal-root ul,\n #headlessui-portal-root ol {\n margin: 0;\n padding: 0;\n}\n.scalar-api-reference,\n#headlessui-portal-root {\n font-family: var(--theme-font, var(--default-theme-font));\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n box-sizing: border-box;\n}\n/** Add some more things which are normally applied to `html`. */\n/** Make sure box-sizing is set properly. */\n.scalar-api-reference *,\n .scalar-api-reference *:before,\n .scalar-api-reference *:after,\n #headlessui-portal-root *,\n #headlessui-portal-root *:before,\n #headlessui-portal-root *:after {\n box-sizing: inherit;\n}\n/** Smooth text rendering */\n.scalar-api-reference *, #headlessui-portal-root * {\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n.scalar-api-reference input::placeholder, #headlessui-portal-root input::placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-reference input:-ms-input-placeholder, #headlessui-portal-root input:-ms-input-placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.scalar-api-reference input::-webkit-input-placeholder, #headlessui-portal-root input::-webkit-input-placeholder {\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n\n/* ?? layout stuff */\n:root {\n --default-scalar-api-reference-theme-header-height: 0px;\n --default-scalar-api-reference-theme-sidebar-width: 250px;\n --default-scalar-api-reference-theme-toc-width: 300px;\n --default-scalar-api-reference-app-header-height: 100px;\n --default-scalar-api-reference-col-width-1: 250px;\n --default-scalar-api-reference-col-width-2: calc(50% - 125px);\n --default-scalar-api-reference-col-width-3: calc(50% - 125px);\n --default-scalar-api-reference-document-height: 100vh;\n --default-scalar-api-reference-full-height: 100%;\n}\n@media (max-width: 1000px) {\n:root {\n --default-scalar-api-reference-theme-header-height: 50px;\n}\n}\n\n/** Utilities, how do we deal with them? */\n.flex {\n display: flex;\n}\n.flex-col {\n display: flex;\n min-height: 0;\n flex-direction: column;\n}\n.flex-mobile {\n display: flex;\n min-width: 0;\n}\n@media (max-width: 500px) {\n.flex-mobile {\n flex-direction: column;\n}\n}\n.gap-1 {\n gap: 12px;\n}\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0;\n}\n\n/** TODO: Move to components */\n.codemenu-topbar {\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 0 7px 0 12px;\n border-radius: var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0 0;\n}\n.codemenu {\n display: flex;\n position: relative;\n justify-content: space-between;\n align-items: center;\n min-height: 35px;\n}\n.codemenu-tabs {\n display: flex;\n position: relative;\n column-gap: 6px;\n}\n.codemenu-item {\n position: relative;\n display: flex;\n align-items: center;\n}\n.codemenu-item-key {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 4px;\n cursor: pointer;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n position: relative;\n margin-left: -4px;\n margin-right: -4px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n text-transform: uppercase;\n}\n.codemenu-item-key:hover {\n background: var(\n --scalar-api-reference-theme-background-3,\n var(--default-scalar-api-reference-theme-background-3)\n );\n}\n.codemenu-item:first-of-type:last-of-type .codemenu-item-key,\n.codemenu-item__active .codemenu-item-key {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.codemenu-item:first-of-type:last-of-type:after,\n.codemenu-item__active:after {\n content: '';\n width: 100%;\n height: 1px;\n position: absolute;\n bottom: -4px;\n background: var(--theme-color-1, var(--default-theme-color-1));\n}\n.codemenu-item__disabled {\n pointer-events: none;\n}\n.endpoint {\n display: flex;\n white-space: nowrap;\n cursor: pointer;\n}\n.endpoint span:first-of-type {\n text-transform: uppercase;\n}\n.codemenu .endpoint {\n overflow: hidden;\n}\n.endpoint .post {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.endpoint .patch {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.endpoint .get {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.endpoint .delete {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.endpoint .put {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.endpoint .post,\n.endpoint .get,\n.endpoint .delete,\n.endpoint .put {\n white-space: nowrap;\n}\n.endpoint span {\n color: var(--theme-color-1, var(--default-theme-color-1));\n min-width: 62px;\n display: inline-block;\n text-align: right;\n line-height: 1.55;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-small, var(--default-theme-small));\n cursor: pointer;\n}\n.languages .example-item-endpoints {\n background: var(--theme-background-2, var(--default-theme-background-2));\n width: 100%;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.endpoint-response p {\n margin-top: 6px;\n font-size: var(--theme-small, var(--default-theme-small));\n min-height: auto;\n line-height: 17px;\n}\n.codemenu .endpoint span {\n text-align: left;\n min-width: auto;\n}\n.endpoint-response {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 12px 0;\n font-size: var(--theme-small, var(--default-theme-small));\n}\n.tag-description {\n margin-top: 12px;\n}\n.reference .endpoint-title {\n display: flex;\n margin-bottom: 12px;\n margin-top: 24px;\n}\n.copy .title {\n font-size: var(--theme-heading-4, var(--default-theme-heading-4));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.45;\n margin: 0;\n}\n.endpoint-response__headers {\n padding-bottom: 0;\n}\n.endpoint-response__headers + .endpoint-response {\n border-top: none;\n}\n\n/* ----------------------------------------------------- */\n.reference {\n position: relative;\n padding: 0 60px;\n width: 100%;\n}\n.reference:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.reference .reference-container {\n position: relative;\n display: flex;\n gap: 48px;\n\n max-width: 1120px;\n margin: auto;\n padding: 90px 0;\n}\n.reference-container + .reference-container {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.reference-container .copy,\n.reference-container .example {\n flex: 1;\n min-width: 0;\n}\n.response .cm-editor {\n max-height: calc(50vh - 90px);\n}\n.example {\n padding-top: 48px;\n top: 12px;\n height: fit-content;\n position: sticky;\n max-height: calc(100vh - 96px);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n}\n.copy .tag-description a {\n color: var(--theme-color-1, var(--default-theme-color-1));\n text-decoration: underline;\n}\n.copy ul {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n/* ----------------------------------------------------- */\n/* Responsive styles for narrow reference container (900px) */\n.references-narrow {\n min-height: 100vh;\n}\n.references-narrow .reference {\n padding: 0 30px;\n}\n@media screen and (max-width: 1000px) {\n.references-narrow .reference {\n padding: 0 24px;\n}\n}\n.references-narrow .reference-container {\n flex-direction: column;\n gap: 24px;\n padding: 50px 0;\n}\n.references-narrow .example {\n padding-top: 0;\n}\n.editor-heading h1 {\n font-size: var(\n --font-size,\n var(\n --default-font-size,\n var(--theme-heading-2, var(--default-theme-heading-2))\n )\n );\n font-weight: var(\n --font-weight,\n var(--default-font-weight, var(--theme-bold, var(--default-theme-bold)))\n );\n /* prettier-ignore */\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n line-height: 1.45;\n margin-top: 0;\n}\n\n/** Layout */\n/* ----------------------------------------------------- */\n/* Document Layouts */\n.document {\n flex: 1;\n overflow-y: auto;\n overflow-x: hidden;\n\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n\n /* Fallback to 100vh if the element height is not specified */\n --default-full-height: var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height, 100vh)\n );\n\n --default-document-height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n\n --default-scalar-api-reference-col-width-1: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n --default-scalar-api-reference-col-width-2: auto;\n --default-scalar-api-reference-col-width-3: var(\n --scalar-api-reference-theme-toc-width,\n var(--default-scalar-api-reference-theme-toc-width)\n );\n --scalar-api-reference-theme-header-height: var(\n --theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n\n display: grid;\n\n grid-template-rows:\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n auto\n auto;\n\n grid-template-columns:\n var(\n --scalar-api-reference-col-width-1,\n var(--default-scalar-api-reference-col-width-1)\n )\n var(\n --scalar-api-reference-col-width-2,\n var(--default-scalar-api-reference-col-width-2)\n )\n var(\n --scalar-api-reference-col-width-3,\n var(--default-scalar-api-reference-col-width-3)\n );\n\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'sidebar footer footer';\n}\n.document.hide-aside-left {\n --default-scalar-api-reference-col-width-1: 0;\n}\n.document.hide-aside-right {\n --default-scalar-api-reference-col-width-3: 0;\n}\n.document.hide-aside-left .layout-aside-left .layout-aside-content,\n.document.hide-aside-right .layout-aside-right .layout-aside-content {\n border-right-color: transparent;\n border-left-color: transparent;\n display: none;\n}\n.document.footer-below-sidebar {\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'footer footer footer';\n}\n.layout-header {\n grid-area: header;\n position: sticky;\n top: 0;\n z-index: 10;\n}\n.layout-content {\n grid-area: content;\n min-width: 0;\n background: var(--theme-background-1, var(--default-theme-background-1));\n display: flex;\n}\n/* add extra padding to top of edit made to match the getting started module */\n.layout-content\n ~ .layout-aside-right\n .references-narrow\n .reference:first-of-type\n .reference-container {\n padding-top: 75px;\n}\n/* Measures the visible viewport of the editor */\n.layout-content-viewport {\n position: fixed;\n left: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n right: var(\n --scalar-api-reference-theme-toc-width,\n var(--default-scalar-api-reference-theme-toc-width)\n );\n top: calc(\n var(\n --scalar-api-reference-app-header-height,\n var(--default-scalar-api-reference-app-header-height)\n ) +\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n bottom: 0;\n pointer-events: none;\n}\n.layout-aside-left {\n position: relative;\n grid-area: sidebar;\n position: sticky;\n top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n height: calc(\n var(--full-height) - var(--scalar-api-reference-theme-header-height)\n );\n}\n.layout-aside-right {\n position: relative;\n grid-area: aside;\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.layout-aside-content {\n /* position: sticky; */\n /* top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n ); */\n /* height: calc(var(--full-height) - var(--scalar-api-reference-theme-header-height)); */\n height: 100%;\n background: var(\n --sidebar-background-1,\n var(\n --default-sidebar-background-1,\n var(--theme-background-1, var(--default-theme-background-1))\n )\n );\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n}\n.layout-footer {\n grid-area: footer;\n}\n\n/* ----------------------------------------------------- */\n/* Document layout modified for references */\n.document.layout-swagger-editor {\n /* Fallback to 100vh if the element height is not specified */\n --default-full-height: var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height),\n 100vh\n );\n /* --scalar-api-reference-theme-header-height: 50px; */\n /* --scalar-api-reference-theme-sidebar-width: 200px; */\n /* --theme-toc-width: 200px; */\n max-height: 100vh;\n --default-document-height: calc(\n var(\n --scalar-api-reference-full-height,\n var(--default-scalar-api-reference-full-height)\n ) -\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n );\n\n --default-scalar-api-reference-col-width-1: var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n );\n --default-scalar-api-reference-col-width-2: calc(\n 50% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n ) / 2\n )\n );\n --default-scalar-api-reference-col-width-3: calc(\n 50% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n ) / 2\n )\n );\n\n display: grid;\n\n grid-template-rows:\n var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n )\n auto;\n\n grid-template-columns:\n var(\n --scalar-api-reference-col-width-1,\n var(--default-scalar-api-reference-col-width-1)\n )\n var(\n --scalar-api-reference-col-width-2,\n var(--default-scalar-api-reference-col-width-2)\n )\n var(\n --scalar-api-reference-col-width-3,\n var(--default-scalar-api-reference-col-width-3)\n );\n\n grid-template-areas:\n 'header header header'\n 'sidebar content aside'\n 'sidebar content footer';\n}\n.document.layout-swagger-editor .layout-content {\n position: sticky;\n top: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n height: calc(\n var(--full-height) - var(--scalar-api-reference-theme-header-height)\n );\n}\n.document.preview {\n --default-scalar-api-reference-col-width-2: calc(\n 100% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n )\n );\n --default-scalar-api-reference-col-width-3: calc(\n 100% -\n (\n var(\n --scalar-api-reference-theme-sidebar-width,\n var(--default-scalar-api-reference-theme-sidebar-width)\n )\n )\n );\n\n grid-template-areas:\n 'header header'\n 'sidebar aside'\n 'sidebar footer';\n}\n.document.layout-swagger-editor.footer-below-sidebar.preview {\n grid-template-areas:\n 'header header'\n 'sidebar aside'\n 'footer footer';\n}\n.document.layout-swagger-editor.hide-aside-left {\n --default-scalar-api-reference-col-width-1: 0;\n --default-scalar-api-reference-col-width-2: 50%;\n --default-scalar-api-reference-col-width-3: 50%;\n}\n\n/* ----------------------------------------------------- */\n/* Responsive styles */\n@media (max-width: 1150px) {\n.document.layout-swagger-editor {\n --default-scalar-api-reference-col-width-3: 0;\n --default-scalar-api-reference-col-width-2: auto;\n}\n}\n@media (max-width: 1000px) {\n.document,\n .document.layout-swagger-editor {\n /** Content area heights are restricted using just the template row defs */\n display: block;\n}\n.layout-aside-left,\n .layout-aside-right,\n .layout-aside-content {\n position: static;\n max-height: unset;\n}\n.layout-aside-left {\n position: sticky;\n top: 0;\n height: var(\n --scalar-api-reference-theme-header-height,\n var(--default-scalar-api-reference-theme-header-height)\n );\n\n width: 100%;\n z-index: 10;\n border-right: none;\n}\n.layout-aside-left .layout-aside-content {\n position: absolute;\n\n /* Offset by 1px to avoid gap */\n top: calc(100% - 1px);\n left: 0;\n width: 100%;\n\n /* Offset by 2px to fill screen and compensate for gap */\n height: calc(\n var(\n --scalar-api-reference-document-height,\n var(--default-scalar-api-reference-document-height)\n ) - var(--scalar-api-reference-theme-header-height) + 2px\n );\n\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n display: flex;\n flex-direction: column;\n}\n}\n\n.start[data-v-f0946272] {\n padding: 30px 18px 24px 30px;\n display: flex;\n flex-flow: wrap;\n}\n.start-h1[data-v-f0946272] {\n font-size: var(--theme-heading-2, var(--default-theme-heading-2));\n margin-top: 0;\n line-height: 1.45;\n margin-bottom: 0;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n color: var(--theme-color-1, var(--default-theme-color-1));\n width: 100%;\n}\n.start-h1[data-v-f0946272]:not(:first-of-type) {\n margin-top: 24px;\n}\n.start-p[data-v-f0946272] {\n margin-top: 12px;\n font-size: var(--theme-paragraph, var(--default-theme-paragraph));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.5;\n width: 100%;\n}\n.start-ul[data-v-f0946272] {\n margin-top: 6px;\n font-size: var(--theme-paragraph, var(--default-theme-paragraph));\n color: var(--theme-color-1, var(--default-theme-color-1));\n line-height: 1.5;\n padding-left: 24px;\n list-style: initial;\n}\n.start-ul li[data-v-f0946272] {\n margin: 6px 0;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.start-section[data-v-f0946272] {\n padding: 24px 0 0;\n width: 50%;\n min-width: 180px;\n}\n.start-h2[data-v-f0946272] {\n padding-bottom: 9px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-font-semibold, var(--default-theme-semibold));\n}\n.swagger-editor-integrations[data-v-f0946272] {\n width: 100%;\n position: relative;\n user-select: none;\n}\n.start-link-item[data-v-f0946272] {\n display: flex;\n align-items: center;\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n display: flex;\n width: 100%;\n cursor: pointer;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n margin-bottom: 2px;\n /* background: var(--theme-background-2, var(--default-theme-background-2)); */\n color: var(--theme-color-2, var(--default-theme-color-2));\n z-index: 10;\n text-decoration: none;\n height: 30px;\n padding: 0 9px;\n}\n.start-link-item[data-v-f0946272]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-link-item svg[data-v-f0946272] {\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.start-item-table[data-v-f0946272] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n padding: 2px;\n}\n.start-item-table .start-item[data-v-f0946272]:nth-of-type(1) {\n border-top: none;\n}\n.start-item[data-v-f0946272] {\n padding: 0 9px;\n height: 30px;\n display: flex;\n align-items: center;\n margin-bottom: 1px;\n user-select: none;\n cursor: pointer;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-mini, var(--default-theme-mini));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.start-item svg[data-v-f0946272] {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.start-item[data-v-f0946272]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-item-active[data-v-f0946272] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.start-item-active[data-v-f0946272]:hover {\n background: transparent;\n}\n.start-item-color[data-v-f0946272] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin-right: 6px;\n border-radius: 50%;\n height: 13px;\n width: 13px;\n}\n.start-item-color-moon[data-v-f0946272] {\n background: #cdc9b3;\n}\n.dark-mode .start-item-color-moon[data-v-f0946272] {\n background: #323332;\n}\n.start-item-color-solarized[data-v-f0946272] {\n background: #fdf6e3;\n}\n.dark-mode .start-item-color-solarized[data-v-f0946272] {\n background: #00212b;\n}\n.start-item-color-purple[data-v-f0946272] {\n background: #f5f6fd;\n}\n.dark-mode .start-item-color-purple[data-v-f0946272] {\n background: #262a40;\n}\n.start-item-color-alternate[data-v-f0946272] {\n background: #f6f6f6;\n}\n.dark-mode .start-item-color-alternate[data-v-f0946272] {\n background: #252525;\n}\n.start-item-color-default[data-v-f0946272] {\n background: #fff;\n}\n.dark-mode .start-item-color-default[data-v-f0946272] {\n background: #1a1a1a;\n}\n.start-section-color .start-item[data-v-f0946272] {\n text-transform: capitalize;\n}\n.start-cta[data-v-f0946272] {\n width: 100%;\n margin-top: 12px;\n}\n.start-a[data-v-f0946272] {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n}\n.start-a[data-v-f0946272]:hover {\n text-decoration: underline;\n}\n\n.loader-wrapper[data-v-909988ea] {\n position: relative;\n height: var(--60bce3ec);\n width: var(--60bce3ec);\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n --default-loader-size: 50%;\n}\n\n/*SVG Positioning for Loader Objects*/\n.svg-loader[data-v-909988ea] {\n width: var(--loader-size, var(--default-loader-size));\n height: var(--loader-size, var(--default-loader-size));\n top: 1rem;\n right: 0.9rem;\n overflow: visible;\n\n fill: none;\n background-color: transparent;\n stroke: currentColor;\n}\n.svg-path[data-v-909988ea] {\n stroke-width: 14;\n fill: none;\n transition: 0.3s;\n}\n.svg-x-mark[data-v-909988ea] {\n stroke-dasharray: 57;\n stroke-dashoffset: 57;\n transition-delay: 0s;\n}\n.svg-check-mark[data-v-909988ea] {\n stroke-dasharray: 149;\n stroke-dashoffset: 149;\n transition-delay: 0s;\n}\n.icon-is-invalid .svg-x-mark[data-v-909988ea] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.icon-is-valid .svg-check-mark[data-v-909988ea] {\n stroke-dashoffset: 0;\n transition-delay: 0.3s;\n}\n.circular-loader[data-v-909988ea] {\n animation: rotate-909988ea 0.7s linear infinite,fade-in-909988ea 0.4s;\n\n transform-origin: center center;\n transform: scale(5);\n\n background: transparent;\n}\n.loader-path[data-v-909988ea] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n stroke-linecap: round;\n}\n.loader-path-off[data-v-909988ea] {\n stroke-dasharray: 50, 200;\n stroke-dashoffset: -100;\n transition: opacity 0.3s;\n opacity: 0;\n}\n@keyframes fade-in-909988ea {\n0% {\n opacity: 0;\n}\n70% {\n opacity: 0;\n}\n100% {\n opacity: 1;\n}\n}\n@keyframes rotate-909988ea {\nfrom {\n transform: scale(5) rotate(0deg);\n}\nto {\n transform: scale(5) rotate(360deg);\n}\n}\n\n.flow-button[data-v-48c181db] {\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 1;\n position: relative;\n appearance: none;\n -webkit-appearance: none;\n height: 40px;\n padding: 0px 24px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-button-1-color, var(--default-theme-button-1-color));\n font-size: var(--theme-small, var(--default-theme-small));\n font-weight: 500;\n cursor: pointer;\n background: var(--theme-button-1, var(--default-theme-button-1));\n border: none;\n width: 100%;\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button[data-v-48c181db]:hover,\n.flow-button[data-v-48c181db]:focus-visible {\n background: var(--theme-button-1-hover, var(--default-theme-button-1-hover));\n}\n.flow-button[data-v-48c181db]:active {\n box-shadow: none;\n background: var(--theme-button-1, var(--default-theme-button-1));\n}\n.flow-button[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n.flow-button.flow-button-icon-only[data-v-48c181db] {\n width: 24px;\n height: 24px;\n padding: 0;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-outlined[data-v-48c181db] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 11px 23px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;\n}\n.flow-button-outlined[data-v-48c181db]:hover,\n.flow-button-outlined[data-v-48c181db]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[data-v-48c181db]:active {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.flow-button-outlined[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-clear[data-v-48c181db] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-clear[data-v-48c181db]:active {\n background: transparent;\n}\n.flow-button-clear[data-v-48c181db]:hover,\n.flow-button-clear[data-v-48c181db]:focus-visible {\n background: var(--theme-background-2, var(--default-theme-background-2));\n box-shadow: none;\n}\n.flow-button-clear[disabled][data-v-48c181db] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-text[data-v-48c181db] {\n background: transparent;\n box-shadow: none;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-button-text[data-v-48c181db]:active {\n background: transparent;\n}\n.flow-button-text[data-v-48c181db]:hover,\n.flow-button-text[data-v-48c181db]:focus-visible {\n color: var(--theme-color-2, var(--default-theme-color-2));\n background: transparent;\n box-shadow: none;\n}\n.flow-button-text[disabled][data-v-48c181db] {\n background: transparent;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n cursor: unset;\n box-shadow: none;\n}\n\n/* ----------------------------------------------------- */\n.flow-button--delete[data-v-48c181db] {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n.flow-button--delete[data-v-48c181db]:active {\n background: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-button--delete[data-v-48c181db]:hover {\n background: var(--theme-error-color, var(--default-theme-color-red));\n opacity: 0.86;\n}\n\n/* ----------------------------------------------------- */\n.flow-button-loader[data-v-48c181db] {\n position: absolute;\n right: 8px;\n}\n.flow-button-decorator[data-v-48c181db] {\n margin-right: 9px;\n color: currentColor;\n display: flex;\n align-items: center;\n height: 14px;\n width: 14px;\n}\n.flow-button-icon-only .flow-button-decorator[data-v-48c181db] {\n margin-right: 0;\n}\n\n.flow-input-cont[data-v-12153368] {\n position: relative;\n}\n.flow-input-wrapper[data-v-12153368] {\n border-radius: var(--theme-radius, var(--default-theme-radius));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n display: flex;\n align-items: center;\n}\n.flow-input-wrapper--focus[data-v-12153368] {\n border-color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.flow-input-wrapper--focus[data-v-12153368]:has(button:active) {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color)) !important;\n}\n.flow-input__multiline[data-v-12153368] {\n min-height: 77px;\n}\n.flow-label[data-v-12153368] {\n position: absolute;\n top: 0;\n left: 0;\n pointer-events: none;\n padding: 0px 3px;\n margin: 12px 9px;\n width: fit-content;\n background: transparent;\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n background-color: var(\n --theme-background-1,\n var(--default-theme-background-1)\n );\n border-radius: var(--theme-radius, var(--default-theme-radius));\n color: var(--theme-color-3, var(--default-theme-color-3));\n box-shadow: 0 0 2px 2px\n var(--theme-background-1, var(--default-theme-background-1));\n transition: transform 0.2s ease-in-out;\n transform-origin: top left;\n z-index: 10;\n line-height: initial;\n}\n.flow-input[data-v-12153368] {\n outline: none;\n appearance: none;\n -webkit-appearance: none;\n font-size: var(--theme-font-size-3, var(--default-theme-font-size-3));\n font-family: var(--theme-font, var(--default-theme-font));\n border: none;\n color: var(--theme-color-1, var(--default-theme-color-1));\n padding: 12px;\n width: 100%;\n background: transparent;\n z-index: 10;\n transition: opacity 0.15s ease-in-out;\n resize: none;\n}\n.flow-input[data-v-12153368]:has(+ .flow-label) {\n opacity: 0;\n}\n.flow-input[data-v-12153368]:not(:placeholder-shown),\n.flow-input-wrapper--focus .flow-input[data-v-12153368] {\n opacity: 1;\n transition: opacity 0.2s ease-in-out 0.15s;\n}\n.flow-input-wrapper--focus .flow-label[data-v-12153368] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.flow-input[data-v-12153368]::selection {\n color: var(--theme-color-1, var(--default-theme-color-1));\n background: rgba(255, 165, 88, 0.35);\n}\n.flow-input[data-v-12153368]:-webkit-autofill,\n.flow-input[data-v-12153368]:-webkit-autofill:hover,\n.flow-input[data-v-12153368]:-webkit-autofill:focus,\n.flow-input[data-v-12153368]:-webkit-autofill:active,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:hover,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:focus,\n.flow-input[data-v-12153368]:focus-within:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0px 1000px\n var(--theme-background-1, var(--default-theme-background-1)) inset !important;\n -webkit-text-fill-color: var(--theme-color-1, var(--default-theme-color-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.helper-text[data-v-12153368] {\n margin-top: 6px;\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-error-color, var(--default-theme-color-red));\n display: flex;\n align-items: center;\n}\n.helper-text[data-v-12153368]:before {\n content: '!';\n border-radius: 50%;\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n font-weight: 900;\n width: 15px;\n height: 15px;\n line-height: 15px;\n display: block;\n margin-right: 6px;\n text-align: center;\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.helper-text[data-v-12153368]:empty {\n display: none;\n}\n.flow-input-wrapper--error[data-v-12153368] {\n border-color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--error .flow-label[data-v-12153368] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--warn[data-v-12153368] {\n border-color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--warn .flow-label[data-v-12153368] {\n color: var(--theme-error-color, var(--default-theme-color-red));\n}\n.flow-input-wrapper--focus .flow-label[data-v-12153368],\n.flow-input:not(:placeholder-shown) + .flow-label[data-v-12153368] {\n transform: translate3d(0, -20px, 0) scale(0.8);\n transform-origin: top left;\n}\n.flow-input-wrapper--focus:has(button:active) .flow-label[data-v-12153368] {\n color: var(--theme-color-3, var(--default-theme-color-3)) !important;\n}\n.icon-slot[data-v-12153368]:not(:empty) {\n display: flex;\n align-items: center;\n padding-right: 12px;\n width: 28px;\n cursor: pointer;\n color: var(--theme-color-ghost, var(--default-theme-color-ghost));\n}\n.icon-slot[data-v-12153368]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.swagger-editor-header {\n padding: 11px 12px 0 12px;\n display: flex;\n align-items: center;\n flex-flow: wrap;\n position: relative;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.swagger-editor-header span {\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n font-weight: 600;\n margin-right: 12px;\n position: relative;\n cursor: pointer;\n}\n.swagger-editor-title {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border-radius: var(--theme-radius, var(--default-theme-radius))\n var(--theme-radius, var(--default-theme-radius)) 0 0;\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(--theme-mini, var(--default-theme-mini));\n display: flex;\n align-items: center;\n cursor: pointer;\n position: relative;\n}\n.swagger-editor-title:hover:not(.swagger-editor-active):after {\n content: '';\n position: absolute;\n top: 3px;\n left: 3px;\n width: calc(100% - 6px);\n height: calc(100% - 6px);\n border-radius: var(--theme-radius, var(--default-theme-radius));\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.swagger-editor-type {\n padding: 9px;\n user-select: none;\n position: relative;\n z-index: 1;\n}\n.swagger-editor-buttons {\n display: flex;\n justify-content: space-between;\n padding: 0 12px 0 21px;\n height: 35px;\n min-height: 35px;\n align-items: center;\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-1, var(--default-theme-background-1));\n}\n.swagger-editor-active {\n /* use layered box shadow so opaque border overlap doesn't show */\n box-shadow: 0 1px 0 0px\n var(--theme-background-1, var(--default-theme-background-1)),\n 0px 0 0 1px var(--theme-border-color, var(--default-theme-border-color)),\n 0 0 0 1px var(--theme-background-1, var(--default-theme-background-1));\n cursor: default;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.swagger-editor-buttons button {\n background: transparent;\n appearance: none;\n outline: none;\n border: none;\n color: var(--theme-color-1, var(--default-theme-color-1));\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n flex-shrink: 1;\n min-width: 0;\n padding: 4px 6px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-font-size-4, var(--default-theme-font-size-4));\n user-select: none;\n display: flex;\n align-items: center;\n}\n.swagger-editor-buttons button svg {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.swagger-editor-buttons div {\n display: flex;\n}\n.swagger-editor-buttons button:hover {\n cursor: pointer;\n border-color: currentColor;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.swagger-editor-heading {\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n font-size: var(--theme-mini, var(--default-theme-mini));\n color: var(--theme-color-3, var(--default-theme-color-3));\n text-transform: uppercase;\n}\n\n.swagger-editor-input {\n height: 100%;\n overflow: hidden;\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n\n.swagger-editor-notification {\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 8px;\n font-size: var(--theme-font-size-5, var(--default-theme-font-size-5));\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.swagger-editor-notification--error {\n background: var(--theme-error-color, var(--default-theme-color-red));\n color: white;\n}\n\n.swagger-editor-status-bar {\n color: var(--theme-color-3, var(--default-theme-color-3));\n padding: 6px 8px;\n font-size: var(--theme-font-size-5, var(--default-theme-font-size-5));\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n\n/** CSS Reset */\n.swagger-editor p, #headlessui-portal-root p {\n margin: 0;\n}\n.swagger-editor i, #headlessui-portal-root i {\n font-style: normal;\n}\n.swagger-editor ul,\n .swagger-editor ol,\n #headlessui-portal-root ul,\n #headlessui-portal-root ol {\n margin: 0;\n padding: 0;\n}\n.swagger-editor,\n#headlessui-portal-root {\n font-family: var(--theme-font, var(--default-theme-font));\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -moz-tab-size: 4;\n tab-size: 4;\n box-sizing: border-box;\n}\n/** Add some more things which are normally applied to `html`. */\n/** Make sure box-sizing is set properly. */\n.swagger-editor *,\n .swagger-editor *:before,\n .swagger-editor *:after,\n #headlessui-portal-root *,\n #headlessui-portal-root *:before,\n #headlessui-portal-root *:after {\n box-sizing: inherit;\n}\n/** Smooth text rendering */\n.swagger-editor *, #headlessui-portal-root * {\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.swagger-editor[data-v-87bd5714] {\n min-width: 0;\n min-height: 0;\n\n display: flex;\n flex: 1;\n flex-direction: column;\n overflow: auto;\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n font-size: var(--theme-small, var(--default-theme-small));\n /* layered box shadow dilenator in case themes don't have borders on their sidebar*/\n box-shadow: -1px 0 0 0\n var(--theme-border-color, var(--default-theme-border-color)),\n -1px 0 0 0 var(--theme-background-1, var(--default-theme-background-1));\n}\n@media screen and (max-width: 1000px) {\n.swagger-editor[data-v-87bd5714] {\n border-right: none;\n box-shadow: none;\n}\n}"));
7
7
  document.head.appendChild(elementStyle);
8
8
  }
9
9
  } catch (e) {
@@ -64281,8 +64281,8 @@ ${closingBraceIndent}]`;
64281
64281
  };
64282
64282
  }
64283
64283
  });
64284
- const MarkdownRenderer_vue_vue_type_style_index_0_scoped_715bced9_lang = "";
64285
- const MarkdownRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-715bced9"]]);
64284
+ const MarkdownRenderer_vue_vue_type_style_index_0_scoped_e8f238d5_lang = "";
64285
+ const MarkdownRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-e8f238d5"]]);
64286
64286
  const _hoisted_1$r = ["id", "data-section-id"];
64287
64287
  const _hoisted_2$m = { class: "copy" };
64288
64288
  const _hoisted_3$h = { class: "editor-heading" };
@@ -65194,6 +65194,62 @@ ${closingBraceIndent}]`;
65194
65194
  const ExampleRequest_vue_vue_type_style_index_0_lang = "";
65195
65195
  const ExampleRequest_vue_vue_type_style_index_1_scoped_1247609d_lang = "";
65196
65196
  const ExampleRequest = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-1247609d"]]);
65197
+ const generateResponseContent = (schema2) => {
65198
+ if (schema2.type === "array") {
65199
+ if (schema2.example !== void 0) {
65200
+ return schema2.example;
65201
+ }
65202
+ return [];
65203
+ }
65204
+ const response2 = {};
65205
+ if (typeof schema2.properties !== "object") {
65206
+ return response2;
65207
+ }
65208
+ Object.keys(schema2.properties).forEach((name2) => {
65209
+ var _a3;
65210
+ const property2 = schema2.properties[name2];
65211
+ if (property2.example !== void 0) {
65212
+ response2[name2] = property2.example;
65213
+ return;
65214
+ }
65215
+ if (property2.enum !== void 0) {
65216
+ response2[name2] = property2.enum[0];
65217
+ return;
65218
+ }
65219
+ if (property2.properties !== void 0) {
65220
+ response2[name2] = generateResponseContent(property2);
65221
+ return;
65222
+ }
65223
+ if (((_a3 = property2.items) == null ? void 0 : _a3.properties) !== void 0) {
65224
+ const children2 = generateResponseContent(property2.items);
65225
+ if ((property2 == null ? void 0 : property2.type) === "array") {
65226
+ response2[name2] = [children2];
65227
+ } else {
65228
+ response2[name2] = null;
65229
+ }
65230
+ return;
65231
+ }
65232
+ const exampleValues = {
65233
+ // TODO: Need to check the schema and add a default value
65234
+ array: [],
65235
+ string: "",
65236
+ boolean: true,
65237
+ integer: 1,
65238
+ number: 0,
65239
+ // TODO: Need to check the schema and add a default value
65240
+ object: {}
65241
+ };
65242
+ if (exampleValues[property2.type] !== void 0) {
65243
+ response2[name2] = exampleValues[property2.type];
65244
+ return;
65245
+ }
65246
+ console.warn(
65247
+ `[generateResponseContent] Unknown property type "${property2.type}" for property "${name2}".`
65248
+ );
65249
+ response2[name2] = null;
65250
+ });
65251
+ return response2;
65252
+ };
65197
65253
  const mapFromObject = (object) => {
65198
65254
  return Object.keys(object).map((key2) => {
65199
65255
  return {
@@ -67890,7 +67946,7 @@ ${closingBraceIndent}]`;
67890
67946
  safeLoadAll: safeLoadAll$1,
67891
67947
  safeDump: safeDump$1
67892
67948
  };
67893
- const _withScopeId$3 = (n2) => (pushScopeId("data-v-ec2d7ae7"), n2 = n2(), popScopeId(), n2);
67949
+ const _withScopeId$3 = (n2) => (pushScopeId("data-v-cddd1774"), n2 = n2(), popScopeId(), n2);
67894
67950
  const _hoisted_1$g = { class: "example-switcher" };
67895
67951
  const _hoisted_2$c = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createBaseVNode("label", {
67896
67952
  class: "listbox-label",
@@ -67961,8 +68017,8 @@ ${closingBraceIndent}]`;
67961
68017
  };
67962
68018
  }
67963
68019
  });
67964
- const SelectExample_vue_vue_type_style_index_0_scoped_ec2d7ae7_lang = "";
67965
- const SelectExample = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-ec2d7ae7"]]);
68020
+ const SelectExample_vue_vue_type_style_index_0_scoped_cddd1774_lang = "";
68021
+ const SelectExample = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-cddd1774"]]);
67966
68022
  const _hoisted_1$f = { class: "card-container custom-scroll" };
67967
68023
  const _hoisted_2$b = {
67968
68024
  key: 0,
@@ -67976,33 +68032,47 @@ ${closingBraceIndent}]`;
67976
68032
  },
67977
68033
  setup(__props) {
67978
68034
  const props = __props;
68035
+ const prettyPrintJson = (value) => {
68036
+ try {
68037
+ return JSON.stringify(value, null, 2);
68038
+ } catch {
68039
+ console.log("Error parsing JSON", value);
68040
+ return value;
68041
+ }
68042
+ };
67979
68043
  const { copyToClipboard } = useClipboard();
67980
68044
  const orderedStatusCodes = computed(() => {
67981
- var _a3;
67982
- return Object.keys(((_a3 = props == null ? void 0 : props.operation) == null ? void 0 : _a3.responses) ?? {}).sort((x2) => {
67983
- if (x2 === "default") {
67984
- return -1;
68045
+ var _a3, _b2;
68046
+ return Object.keys(((_b2 = (_a3 = props == null ? void 0 : props.operation) == null ? void 0 : _a3.information) == null ? void 0 : _b2.responses) ?? {}).sort(
68047
+ (x2) => {
68048
+ if (x2 === "default") {
68049
+ return -1;
68050
+ }
68051
+ return 0;
67985
68052
  }
67986
- return 0;
67987
- });
68053
+ );
67988
68054
  });
67989
68055
  const selectedResponseIndex = ref$2(0);
67990
68056
  const currentResponse = computed(() => {
67991
68057
  var _a3;
67992
68058
  const currentStatusCode = orderedStatusCodes.value[selectedResponseIndex.value];
67993
- return (_a3 = props.operation.responses) == null ? void 0 : _a3[currentStatusCode];
68059
+ return (_a3 = props.operation.information) == null ? void 0 : _a3.responses[currentStatusCode];
67994
68060
  });
67995
68061
  const currentResponseExamples = computed(() => {
67996
68062
  var _a3, _b2, _c;
67997
- const examples = (_c = (_b2 = (_a3 = currentResponse.value) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.examples;
67998
- if (examples) {
67999
- return JSON.parse(examples);
68000
- }
68001
- return false;
68063
+ return (_c = (_b2 = (_a3 = currentResponse.value) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.examples;
68002
68064
  });
68003
68065
  const currentResponseExample = computed(() => {
68004
- var _a3, _b2, _c;
68005
- return (_c = (_b2 = (_a3 = currentResponse.value) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.example;
68066
+ var _a3, _b2, _c, _d, _e, _f;
68067
+ const example = (_c = (_b2 = (_a3 = currentResponse.value) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.example;
68068
+ if (example) {
68069
+ return prettyPrintJson(example);
68070
+ }
68071
+ const schema2 = (_f = (_e = (_d = currentResponse.value) == null ? void 0 : _d.content) == null ? void 0 : _e["application/json"]) == null ? void 0 : _f.schema;
68072
+ if (schema2) {
68073
+ return prettyPrintJson(generateResponseContent(schema2));
68074
+ }
68075
+ return "";
68006
68076
  });
68007
68077
  const changeTab = (index2) => {
68008
68078
  selectedResponseIndex.value = index2;
@@ -68049,10 +68119,8 @@ ${closingBraceIndent}]`;
68049
68119
  createVNode(SelectExample, { examples: currentResponseExamples.value }, null, 8, ["examples"])
68050
68120
  ], 64)) : currentResponseExamples.value && Object.keys(currentResponseExamples.value).length === 1 ? (openBlock(), createBlock(unref(_sfc_main$1a), {
68051
68121
  key: 1,
68052
- content: JSON.stringify(
68053
- unref(mapFromObject)(currentResponseExamples.value)[0].value.value,
68054
- null,
68055
- 2
68122
+ content: prettyPrintJson(
68123
+ unref(mapFromObject)(currentResponseExamples.value)[0].value.value
68056
68124
  ),
68057
68125
  languages: ["json"],
68058
68126
  readOnly: ""
@@ -68076,7 +68144,12 @@ ${closingBraceIndent}]`;
68076
68144
  muted: ""
68077
68145
  }, {
68078
68146
  default: withCtx(() => [
68079
- createBaseVNode("div", _hoisted_3$7, toDisplayString(currentResponse.value.description), 1)
68147
+ createBaseVNode("div", _hoisted_3$7, [
68148
+ createVNode(MarkdownRenderer, {
68149
+ class: "markdown",
68150
+ value: currentResponse.value.description
68151
+ }, null, 8, ["value"])
68152
+ ])
68080
68153
  ]),
68081
68154
  _: 1
68082
68155
  })) : createCommentVNode("", true)
@@ -68087,8 +68160,8 @@ ${closingBraceIndent}]`;
68087
68160
  };
68088
68161
  }
68089
68162
  });
68090
- const ExampleResponses_vue_vue_type_style_index_0_scoped_93805f16_lang = "";
68091
- const ExampleResponses = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-93805f16"]]);
68163
+ const ExampleResponses_vue_vue_type_style_index_0_scoped_841d7b33_lang = "";
68164
+ const ExampleResponses = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-841d7b33"]]);
68092
68165
  const _hoisted_1$e = ["id"];
68093
68166
  const _hoisted_2$a = { class: "example" };
68094
68167
  const _sfc_main$e = /* @__PURE__ */ defineComponent({
@@ -70029,11 +70102,12 @@ ${closingBraceIndent}]`;
70029
70102
  createVNode(unref(LazyLoadedSwaggerEditor), {
70030
70103
  hocuspocusConfiguration: _ctx.hocuspocusConfiguration,
70031
70104
  initialTabState: _ctx.initialTabState,
70105
+ proxyUrl: _ctx.proxyUrl,
70032
70106
  theme: _ctx.theme,
70033
70107
  value: specRef.value,
70034
70108
  onChangeTheme: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("changeTheme", $event)),
70035
70109
  onSpecUpdate: handleSpecUpdate
70036
- }, null, 8, ["hocuspocusConfiguration", "initialTabState", "theme", "value"])
70110
+ }, null, 8, ["hocuspocusConfiguration", "initialTabState", "proxyUrl", "theme", "value"])
70037
70111
  ], 512), [
70038
70112
  [vShow, showCodeEditor.value]
70039
70113
  ]),
@@ -95886,88 +95960,6 @@ Parsed value is empty`));
95886
95960
  }
95887
95961
  };
95888
95962
  const SwaggerParser$1 = /* @__PURE__ */ getDefaultExportFromCjs(lib);
95889
- const generateResponseContent = (schema2) => {
95890
- if (schema2.type === "array") {
95891
- if (schema2.example !== void 0) {
95892
- return schema2.example;
95893
- }
95894
- return [];
95895
- }
95896
- const response2 = {};
95897
- if (typeof schema2.properties !== "object") {
95898
- return response2;
95899
- }
95900
- Object.keys(schema2.properties).forEach((name2) => {
95901
- var _a3;
95902
- const property2 = schema2.properties[name2];
95903
- if (property2.example !== void 0) {
95904
- response2[name2] = property2.example;
95905
- return;
95906
- }
95907
- if (property2.enum !== void 0) {
95908
- response2[name2] = property2.enum[0];
95909
- return;
95910
- }
95911
- if (property2.properties !== void 0) {
95912
- response2[name2] = generateResponseContent(property2);
95913
- return;
95914
- }
95915
- if (((_a3 = property2.items) == null ? void 0 : _a3.properties) !== void 0) {
95916
- const children2 = generateResponseContent(property2.items);
95917
- if ((property2 == null ? void 0 : property2.type) === "array") {
95918
- response2[name2] = [children2];
95919
- } else {
95920
- response2[name2] = null;
95921
- }
95922
- return;
95923
- }
95924
- const exampleValues = {
95925
- // TODO: Need to check the schema and add a default value
95926
- array: [],
95927
- string: "",
95928
- boolean: true,
95929
- integer: 1,
95930
- number: 0,
95931
- // TODO: Need to check the schema and add a default value
95932
- object: {}
95933
- };
95934
- if (exampleValues[property2.type] !== void 0) {
95935
- response2[name2] = exampleValues[property2.type];
95936
- return;
95937
- }
95938
- console.warn(
95939
- `[generateResponseContent] Unknown property type "${property2.type}" for property "${name2}".`
95940
- );
95941
- response2[name2] = null;
95942
- });
95943
- return response2;
95944
- };
95945
- const getExampleResponses = (responses) => {
95946
- if (!responses) {
95947
- return;
95948
- }
95949
- const exampleResponses = {};
95950
- Object.keys(responses).forEach((responseCode) => {
95951
- var _a3, _b2, _c, _d, _e, _f, _g, _h, _i;
95952
- exampleResponses[responseCode] = responses[responseCode];
95953
- const jsonResponseExample = (_c = (_b2 = (_a3 = responses[responseCode]) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.example;
95954
- if (jsonResponseExample !== void 0) {
95955
- exampleResponses[responseCode].content["application/json"].example = JSON.stringify(jsonResponseExample, null, 2);
95956
- return;
95957
- }
95958
- const jsonResponseExamples = (_f = (_e = (_d = responses[responseCode]) == null ? void 0 : _d.content) == null ? void 0 : _e["application/json"]) == null ? void 0 : _f.examples;
95959
- if (jsonResponseExamples !== void 0) {
95960
- exampleResponses[responseCode].content["application/json"].examples = JSON.stringify(jsonResponseExamples, null, 2);
95961
- return;
95962
- }
95963
- const jsonResponseSchema = (_i = (_h = (_g = responses[responseCode]) == null ? void 0 : _g.content) == null ? void 0 : _h["application/json"]) == null ? void 0 : _i.schema;
95964
- if (jsonResponseSchema !== void 0) {
95965
- exampleResponses[responseCode].headers = responses[responseCode].headers;
95966
- exampleResponses[responseCode].content["application/json"].example = JSON.stringify(generateResponseContent(jsonResponseSchema), null, 2);
95967
- }
95968
- });
95969
- return exampleResponses;
95970
- };
95971
95963
  const parseSwaggerFile = (value) => {
95972
95964
  return new Promise((resolve2, reject) => {
95973
95965
  try {
@@ -96005,7 +95997,6 @@ Parsed value is empty`));
96005
95997
  operationId: operation.operationId || path2 || "",
96006
95998
  name: operation.summary || "",
96007
95999
  description: operation.description || "",
96008
- responses: getExampleResponses(operation.responses),
96009
96000
  information: {
96010
96001
  ...operation
96011
96002
  }
@@ -112351,9 +112342,9 @@ If you don't need every "time_period" between your dates you may adjust the freq
112351
112342
  tags,
112352
112343
  paths
112353
112344
  };
112354
- const _withScopeId = (n2) => (pushScopeId("data-v-b2192d10"), n2 = n2(), popScopeId(), n2);
112345
+ const _withScopeId = (n2) => (pushScopeId("data-v-f0946272"), n2 = n2(), popScopeId(), n2);
112355
112346
  const _hoisted_1$8 = { class: "start custom-scroll" };
112356
- const _hoisted_2$4 = /* @__PURE__ */ createStaticVNode('<h1 class="start-h1" data-v-b2192d10>Swagger Editor</h1><p class="start-p" data-v-b2192d10> Welcome to the Scalar API References + Swagger Editor, a Free &amp; Open-Source tool that takes your Swagger/OAS file and generates Beautiful API references. </p><p class="start-p" data-v-b2192d10> Below you can quickly get started by importing your file, going through examples &amp; also checking out our pre-made themes ✨ </p><div class="start-p" data-v-b2192d10><a class="start-a" href="https://www.producthunt.com/posts/scalar-api-references-swagger-editor?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-scalar-api-references-swagger-editor" target="_blank" data-v-b2192d10> We’re live on Producthunt, come chat with us! </a></div>', 4);
112347
+ const _hoisted_2$4 = /* @__PURE__ */ createStaticVNode('<h1 class="start-h1" data-v-f0946272>Swagger Editor</h1><p class="start-p" data-v-f0946272> Welcome to the Scalar API References + Swagger Editor, a Free &amp; Open-Source tool that takes your Swagger/OAS file and generates Beautiful API references. </p><p class="start-p" data-v-f0946272> Below you can quickly get started by importing your file, going through examples &amp; also checking out our pre-made themes ✨ </p><div class="start-p" data-v-f0946272><a class="start-a" href="https://www.producthunt.com/posts/scalar-api-references-swagger-editor?utm_source=badge-featured&amp;utm_medium=badge&amp;utm_souce=badge-scalar-api-references-swagger-editor" target="_blank" data-v-f0946272> We’re live on Producthunt, come chat with us! </a></div>', 4);
112357
112348
  const _hoisted_6$1 = { class: "start-section" };
112358
112349
  const _hoisted_7$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("div", { class: "start-h2" }, "Quick Start", -1));
112359
112350
  const _hoisted_8$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("svg", {
@@ -112428,7 +112419,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
112428
112419
  }, [
112429
112420
  /* @__PURE__ */ createBaseVNode("path", { d: "M25 21.5a6 6 0 0 1 5.8 4.4c.9 3.3.7 6.8 4.4 8.6 3.3 1.1 4.5 2.5 4.5 6.3a7 7 0 0 1-5.8 6.5c-3.7.6-6.6-.1-8.9-1.5-2.3 1.4-5.2 2-8.9 1.5a7 7 0 0 1-5.8-6.5c0-3.7 1.3-5.2 4.6-6.3 4-2 3.4-5.6 4.3-8.7a6 6 0 0 1 5.8-4.3zm18.4-2.3c-1-.8-5 2.6-6.4 4.2-.7 1-1.2 2.1-1.2 3.5 0 2.7 2 4.9 4.3 4.9 1.8 0 3.4-1.3 4-3 1.3-3.3 1.3-7.7-.7-9.6zm-36.8 0c-2 1.9-2 6.3-.7 9.5.6 1.8 2.2 3 4 3 2.4 0 4.3-2.1 4.3-4.8 0-1.4-.5-2.6-1.2-3.5-1.3-1.6-5.4-5-6.4-4.2zM30.3 1.5c10.1 1.8 9.4 18.7 1.3 17.4-2.3-.4-4-2.5-4.3-5-.3-2.7-.9-13 3-12.4zm-10.6 0c3.9-.6 3.3 9.7 3 12.3-.3 2.6-2 4.7-4.3 5-8.1 1.4-8.8-15.5 1.3-17.3z" })
112430
112421
  ], -1));
112431
- const _hoisted_15 = /* @__PURE__ */ createStaticVNode('<svg height="2478.8" viewBox="0 0 2500 2478.8" width="2500" xmlns="http://www.w3.org/2000/svg" data-v-b2192d10><g fill="currentColor" fill-rule="evenodd" data-v-b2192d10><polygon fill-rule="nonzero" points="1181.59204 1674.7199 1318.40796 1674.7199 1318.40796 1299.74511 1662.52073 1299.74511 1662.52073 1166.42074 1318.40796 1166.42074 1318.40796 791.44595 1181.59204 791.44595 1181.59204 1166.42074 841.625207 1166.42074 841.625207 1299.74511 1181.59204 1299.74511" data-v-b2192d10></polygon><polygon fill-rule="nonzero" points="547.263682 2216.35015 663.349917 2216.35015 663.349917 1883.03923 970.149254 1883.03923 970.149254 1778.87956 663.349917 1778.87956 663.349917 1441.40225 547.263682 1441.40225 547.263682 1778.87956 240.464345 1778.87956 240.464345 1883.03923 547.263682 1883.03923" data-v-b2192d10></polygon><polygon fill-rule="nonzero" points="1836.65008 1012.26444 1952.73632 1012.26444 1952.73632 678.953513 2263.68159 678.953513 2263.68159 578.960235 1952.73632 578.960235 1952.73632 241.482924 1836.65008 241.482924 1836.65008 578.960235 1529.85075 578.960235 1529.85075 678.953513 1836.65008 678.953513" data-v-b2192d10></polygon><polygon fill-rule="nonzero" points="1202.32172 2478.8325 1301.82421 2478.8325 1301.82421 2241.34847 1513.267 2241.34847 1513.267 2153.85435 1301.82421 2153.85435 1301.82421 1916.37032 1202.32172 1916.37032 1202.32172 2153.85435 995.024876 2153.85435 995.024876 2241.34847 1202.32172 2241.34847" data-v-b2192d10></polygon><polygon fill-rule="nonzero" points="551.409619 1012.26444 659.20398 1012.26444 659.20398 674.787126 970.149254 674.787126 970.149254 578.960235 659.20398 578.960235 659.20398 241.482924 551.409619 241.482924 551.409619 578.960235 240.464345 578.960235 240.464345 674.787126 551.409619 674.787126" data-v-b2192d10></polygon><polygon fill-rule="nonzero" points="2189.05473 1512.23082 2288.55721 1512.23082 2288.55721 1278.91318 2500 1278.91318 2500 1187.25267 2288.55721 1187.25267 2288.55721 953.935025 2189.05473 953.935025 2189.05473 1187.25267 1981.75788 1187.25267 1981.75788 1278.91318 2189.05473 1278.91318" data-v-b2192d10></polygon><polygon points="1836.65008 2216.35015 1952.73632 2216.35015 1952.73632 1883.03923 2263.68159 1883.03923 2263.68159 1778.87956 1952.73632 1778.87956 1952.73632 1441.40225 1836.65008 1441.40225 1836.65008 1778.87956 1529.85075 1778.87956 1529.85075 1883.03923 1836.65008 1883.03923" data-v-b2192d10></polygon><path d="M1497 300v-71h-207.2V0h-74.6v229H1008v71h207.2v229h74.6V300H1497ZM207.2 1496h74.6v-229.2H489V1196H281.8V971h-74.6v225H0v75l207.2-4.2V1496Z" fill-rule="nonzero" data-v-b2192d10></path></g></svg>', 1);
112422
+ const _hoisted_15 = /* @__PURE__ */ createStaticVNode('<svg height="2478.8" viewBox="0 0 2500 2478.8" width="2500" xmlns="http://www.w3.org/2000/svg" data-v-f0946272><g fill="currentColor" fill-rule="evenodd" data-v-f0946272><polygon fill-rule="nonzero" points="1181.59204 1674.7199 1318.40796 1674.7199 1318.40796 1299.74511 1662.52073 1299.74511 1662.52073 1166.42074 1318.40796 1166.42074 1318.40796 791.44595 1181.59204 791.44595 1181.59204 1166.42074 841.625207 1166.42074 841.625207 1299.74511 1181.59204 1299.74511" data-v-f0946272></polygon><polygon fill-rule="nonzero" points="547.263682 2216.35015 663.349917 2216.35015 663.349917 1883.03923 970.149254 1883.03923 970.149254 1778.87956 663.349917 1778.87956 663.349917 1441.40225 547.263682 1441.40225 547.263682 1778.87956 240.464345 1778.87956 240.464345 1883.03923 547.263682 1883.03923" data-v-f0946272></polygon><polygon fill-rule="nonzero" points="1836.65008 1012.26444 1952.73632 1012.26444 1952.73632 678.953513 2263.68159 678.953513 2263.68159 578.960235 1952.73632 578.960235 1952.73632 241.482924 1836.65008 241.482924 1836.65008 578.960235 1529.85075 578.960235 1529.85075 678.953513 1836.65008 678.953513" data-v-f0946272></polygon><polygon fill-rule="nonzero" points="1202.32172 2478.8325 1301.82421 2478.8325 1301.82421 2241.34847 1513.267 2241.34847 1513.267 2153.85435 1301.82421 2153.85435 1301.82421 1916.37032 1202.32172 1916.37032 1202.32172 2153.85435 995.024876 2153.85435 995.024876 2241.34847 1202.32172 2241.34847" data-v-f0946272></polygon><polygon fill-rule="nonzero" points="551.409619 1012.26444 659.20398 1012.26444 659.20398 674.787126 970.149254 674.787126 970.149254 578.960235 659.20398 578.960235 659.20398 241.482924 551.409619 241.482924 551.409619 578.960235 240.464345 578.960235 240.464345 674.787126 551.409619 674.787126" data-v-f0946272></polygon><polygon fill-rule="nonzero" points="2189.05473 1512.23082 2288.55721 1512.23082 2288.55721 1278.91318 2500 1278.91318 2500 1187.25267 2288.55721 1187.25267 2288.55721 953.935025 2189.05473 953.935025 2189.05473 1187.25267 1981.75788 1187.25267 1981.75788 1278.91318 2189.05473 1278.91318" data-v-f0946272></polygon><polygon points="1836.65008 2216.35015 1952.73632 2216.35015 1952.73632 1883.03923 2263.68159 1883.03923 2263.68159 1778.87956 1952.73632 1778.87956 1952.73632 1441.40225 1836.65008 1441.40225 1836.65008 1778.87956 1529.85075 1778.87956 1529.85075 1883.03923 1836.65008 1883.03923" data-v-f0946272></polygon><path d="M1497 300v-71h-207.2V0h-74.6v229H1008v71h207.2v229h74.6V300H1497ZM207.2 1496h74.6v-229.2H489V1196H281.8V971h-74.6v225H0v75l207.2-4.2V1496Z" fill-rule="nonzero" data-v-f0946272></path></g></svg>', 1);
112432
112423
  const _hoisted_16 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("svg", {
112433
112424
  height: "586",
112434
112425
  viewBox: "0 0 577.5 586",
@@ -112441,7 +112432,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
112441
112432
  "fill-rule": "nonzero"
112442
112433
  })
112443
112434
  ], -1));
112444
- const _hoisted_17 = /* @__PURE__ */ createStaticVNode('<div class="start-section" data-v-b2192d10><div class="start-h2" data-v-b2192d10>Integrations - Self Hosted</div><div class="swagger-editor-integrations" data-v-b2192d10><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main/packages/fastify-api-reference#readme" target="_blank" data-v-b2192d10><svg fill="currentColor" height="16" viewBox="0 0 19 16" width="19" xmlns="http://www.w3.org/2000/svg" data-v-b2192d10><path d="m18.2 3.1.8-2V.9l-4.7 1.3C15.2 1 15 0 15 0s-2.5 1.6-4.3 1.5c-2 0-3.6.8-4 1-1.8 1.2-2.5 3.3-3.2 3.8L0 8.9 2.3 8l-2 2.5c.2.3 1.2 1.6 2.1 1.3l.4-.1 1.6.5-.7-1 .2-.2.9.3-.1-.8.9.3-.1-.8.3-.1 1-3.5 3.7-2.6-.3.7A4 4 0 0 1 8 7l-.6.2c-.5.5-.7.7-.8 2.5a2 2 0 0 1 1 0c1.6.4 2.2 2.3 1.7 2.9l-.7.6H8v.6h-.7v.5l-.2.2c-.7 0-1.4-.6-1.4-.6 0 .5.4 1.3.4 1.3s1.7 1.1 2.7.7c1-.4.7-2.3 2.8-3.2l3.3-.9.8-2.2-1.7.5v-2l2.5-.6.9-2.2-3.4.9v-2l4.2-1.1Z" fill="currentColor" fill-rule="nonzero" data-v-b2192d10></path></svg><span data-v-b2192d10>Fastify</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#from-a-cdn" target="_blank" data-v-b2192d10><svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-v-b2192d10><g data-v-b2192d10><path d="M22.5 1.5h-21A1.5 1.5 0 0 0 0 3v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 6V3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3A1.25 1.25 0 1 1 4.5 5.75 1.25 1.25 0 0 1 3.25 4.5ZM8.5 5.75A1.25 1.25 0 1 1 9.75 4.5 1.25 1.25 0 0 1 8.5 5.75Z" fill="currentColor" data-v-b2192d10></path><path d="M22.5 9h-21A1.5 1.5 0 0 0 0 10.5v3A1.5 1.5 0 0 0 1.5 15h21a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 22.5 9ZM3.25 12a1.25 1.25 0 1 1 1.25 1.25A1.25 1.25 0 0 1 3.25 12Zm5.25 1.25A1.25 1.25 0 1 1 9.75 12a1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-b2192d10></path><path d="M22.5 16.5h-21A1.5 1.5 0 0 0 0 18v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 21v-3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3a1.25 1.25 0 1 1 1.25 1.25 1.25 1.25 0 0 1-1.25-1.25Zm5.25 1.25a1.25 1.25 0 1 1 1.25-1.25 1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-b2192d10></path></g></svg><span data-v-b2192d10>CDN</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#with-vuejs" target="_blank" data-v-b2192d10><svg height="170" viewBox="0 0 196.3 170" width="196.3" xmlns="http://www.w3.org/2000/svg" data-v-b2192d10><g fill="currentColor" fill-rule="nonzero" data-v-b2192d10><polygon points="39.23 0 0 0 2.9450761 5.1010782 98.16 170.02 196.32 0 157.06 0 98.16 102.01 42.175701 5.0991171" data-v-b2192d10></polygon><polygon points="75.5 2.009956e-14 0 2.009956e-14 2.94 5.1 78.44871 5.1 98.16 39.26 117.87937 5.1 193.38 5.1 196.325 0 120.82 7.8065636e-15 114.97322 2.009956e-14 98.16 29.037153 81.35 2.009956e-14" data-v-b2192d10></polygon></g></svg><span data-v-b2192d10>Vue</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#with-react" target="_blank" data-v-b2192d10><svg height="23.3" viewBox="0 0 22 23.3" width="22" xmlns="http://www.w3.org/2000/svg" data-v-b2192d10><g fill="none" fill-rule="evenodd" data-v-b2192d10><circle cx="11" cy="11.6" fill="currentColor" fill-rule="nonzero" r="2" data-v-b2192d10></circle><g stroke="currentColor" data-v-b2192d10><ellipse cx="11" cy="11.6" rx="11" ry="4.2" data-v-b2192d10></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(60 11 11.6)" data-v-b2192d10></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(120 11 11.6)" data-v-b2192d10></ellipse></g></g></svg><span data-v-b2192d10>React</span></a></div></div>', 1);
112435
+ const _hoisted_17 = /* @__PURE__ */ createStaticVNode('<div class="start-section" data-v-f0946272><div class="start-h2" data-v-f0946272>Integrations - Self Hosted</div><div class="swagger-editor-integrations" data-v-f0946272><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main/packages/fastify-api-reference#readme" target="_blank" data-v-f0946272><svg fill="currentColor" height="16" viewBox="0 0 19 16" width="19" xmlns="http://www.w3.org/2000/svg" data-v-f0946272><path d="m18.2 3.1.8-2V.9l-4.7 1.3C15.2 1 15 0 15 0s-2.5 1.6-4.3 1.5c-2 0-3.6.8-4 1-1.8 1.2-2.5 3.3-3.2 3.8L0 8.9 2.3 8l-2 2.5c.2.3 1.2 1.6 2.1 1.3l.4-.1 1.6.5-.7-1 .2-.2.9.3-.1-.8.9.3-.1-.8.3-.1 1-3.5 3.7-2.6-.3.7A4 4 0 0 1 8 7l-.6.2c-.5.5-.7.7-.8 2.5a2 2 0 0 1 1 0c1.6.4 2.2 2.3 1.7 2.9l-.7.6H8v.6h-.7v.5l-.2.2c-.7 0-1.4-.6-1.4-.6 0 .5.4 1.3.4 1.3s1.7 1.1 2.7.7c1-.4.7-2.3 2.8-3.2l3.3-.9.8-2.2-1.7.5v-2l2.5-.6.9-2.2-3.4.9v-2l4.2-1.1Z" fill="currentColor" fill-rule="nonzero" data-v-f0946272></path></svg><span data-v-f0946272>Fastify</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#from-a-cdn" target="_blank" data-v-f0946272><svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-v-f0946272><g data-v-f0946272><path d="M22.5 1.5h-21A1.5 1.5 0 0 0 0 3v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 6V3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3A1.25 1.25 0 1 1 4.5 5.75 1.25 1.25 0 0 1 3.25 4.5ZM8.5 5.75A1.25 1.25 0 1 1 9.75 4.5 1.25 1.25 0 0 1 8.5 5.75Z" fill="currentColor" data-v-f0946272></path><path d="M22.5 9h-21A1.5 1.5 0 0 0 0 10.5v3A1.5 1.5 0 0 0 1.5 15h21a1.5 1.5 0 0 0 1.5-1.5v-3A1.5 1.5 0 0 0 22.5 9ZM3.25 12a1.25 1.25 0 1 1 1.25 1.25A1.25 1.25 0 0 1 3.25 12Zm5.25 1.25A1.25 1.25 0 1 1 9.75 12a1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-f0946272></path><path d="M22.5 16.5h-21A1.5 1.5 0 0 0 0 18v3a1.5 1.5 0 0 0 1.5 1.5h21A1.5 1.5 0 0 0 24 21v-3a1.5 1.5 0 0 0-1.5-1.5Zm-19.25 3a1.25 1.25 0 1 1 1.25 1.25 1.25 1.25 0 0 1-1.25-1.25Zm5.25 1.25a1.25 1.25 0 1 1 1.25-1.25 1.25 1.25 0 0 1-1.25 1.25Z" fill="currentColor" data-v-f0946272></path></g></svg><span data-v-f0946272>CDN</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#with-vuejs" target="_blank" data-v-f0946272><svg height="170" viewBox="0 0 196.3 170" width="196.3" xmlns="http://www.w3.org/2000/svg" data-v-f0946272><g fill="currentColor" fill-rule="nonzero" data-v-f0946272><polygon points="39.23 0 0 0 2.9450761 5.1010782 98.16 170.02 196.32 0 157.06 0 98.16 102.01 42.175701 5.0991171" data-v-f0946272></polygon><polygon points="75.5 2.009956e-14 0 2.009956e-14 2.94 5.1 78.44871 5.1 98.16 39.26 117.87937 5.1 193.38 5.1 196.325 0 120.82 7.8065636e-15 114.97322 2.009956e-14 98.16 29.037153 81.35 2.009956e-14" data-v-f0946272></polygon></g></svg><span data-v-f0946272>Vue</span></a><a class="start-link-item" href="https://github.com/scalar/scalar/tree/main#with-react" target="_blank" data-v-f0946272><svg height="23.3" viewBox="0 0 22 23.3" width="22" xmlns="http://www.w3.org/2000/svg" data-v-f0946272><g fill="none" fill-rule="evenodd" data-v-f0946272><circle cx="11" cy="11.6" fill="currentColor" fill-rule="nonzero" r="2" data-v-f0946272></circle><g stroke="currentColor" data-v-f0946272><ellipse cx="11" cy="11.6" rx="11" ry="4.2" data-v-f0946272></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(60 11 11.6)" data-v-f0946272></ellipse><ellipse cx="11" cy="11.6" rx="11" ry="4.2" transform="rotate(120 11 11.6)" data-v-f0946272></ellipse></g></g></svg><span data-v-f0946272>React</span></a></div></div>', 1);
112445
112436
  const _hoisted_18 = { class: "start-section start-section-color" };
112446
112437
  const _hoisted_19 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createBaseVNode("div", { class: "start-h2" }, "Fully Themeable", -1));
112447
112438
  const _hoisted_20 = ["onClick"];
@@ -112460,7 +112451,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
112460
112451
  props: {
112461
112452
  theme: {}
112462
112453
  },
112463
- emits: ["changeTheme", "openEditor", "changeExample"],
112454
+ emits: ["changeTheme", "openSwaggerEditor", "changeExample"],
112464
112455
  setup(__props, { emit: emits }) {
112465
112456
  const themeIds = [
112466
112457
  "default",
@@ -112482,28 +112473,28 @@ If you don't need every "time_period" between your dates you may adjust the freq
112482
112473
  _hoisted_7$2,
112483
112474
  createBaseVNode("div", {
112484
112475
  class: "start-item",
112485
- onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("openEditor"))
112476
+ onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("openSwaggerEditor", "importUrl"))
112486
112477
  }, [
112487
112478
  _hoisted_8$1,
112488
112479
  createTextVNode(" Import URL ")
112489
112480
  ]),
112490
112481
  createBaseVNode("div", {
112491
112482
  class: "start-item",
112492
- onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("openEditor"))
112483
+ onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("openSwaggerEditor", "uploadFile"))
112493
112484
  }, [
112494
112485
  _hoisted_9$1,
112495
112486
  createTextVNode(" Upload Swagger File ")
112496
112487
  ]),
112497
112488
  createBaseVNode("div", {
112498
112489
  class: "start-item",
112499
- onClick: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("openEditor"))
112490
+ onClick: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("openSwaggerEditor"))
112500
112491
  }, [
112501
112492
  _hoisted_10,
112502
112493
  createTextVNode(" Paste in Swagger Editor ")
112503
112494
  ]),
112504
112495
  createBaseVNode("div", {
112505
112496
  class: "start-item",
112506
- onClick: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("openEditor"))
112497
+ onClick: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("openSwaggerEditor"))
112507
112498
  }, [
112508
112499
  _hoisted_11,
112509
112500
  createTextVNode(" Integrate via GitHub ")
@@ -112555,8 +112546,8 @@ If you don't need every "time_period" between your dates you may adjust the freq
112555
112546
  };
112556
112547
  }
112557
112548
  });
112558
- const GettingStarted_vue_vue_type_style_index_0_scoped_b2192d10_lang = "";
112559
- const GettingStarted = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-b2192d10"]]);
112549
+ const GettingStarted_vue_vue_type_style_index_0_scoped_f0946272_lang = "";
112550
+ const GettingStarted = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-f0946272"]]);
112560
112551
  const _hoisted_1$7 = {
112561
112552
  key: 0,
112562
112553
  class: "loader-wrapper"
@@ -112758,6 +112749,38 @@ If you don't need every "time_period" between your dates you may adjust the freq
112758
112749
  });
112759
112750
  const FlowTextField_vue_vue_type_style_index_0_scoped_12153368_lang = "";
112760
112751
  const FlowTextField = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-12153368"]]);
112752
+ const fetchSpecFromUrl = async (url2, { proxyUrl }) => {
112753
+ if (proxyUrl) {
112754
+ const response2 = proxyUrl ? await fetch(proxyUrl, {
112755
+ method: "POST",
112756
+ headers: {
112757
+ "Content-Type": "application/json"
112758
+ },
112759
+ body: JSON.stringify({
112760
+ method: "GET",
112761
+ url: url2
112762
+ })
112763
+ }) : await fetch(url2);
112764
+ const payload = await response2.json();
112765
+ if (payload.error) {
112766
+ throw new Error(JSON.stringify(payload));
112767
+ }
112768
+ if (!payload.data) {
112769
+ throw new Error(
112770
+ "Didn’t receive a proper answer from the Proxy: " + JSON.stringify(payload)
112771
+ );
112772
+ }
112773
+ const data = JSON.parse(payload.data);
112774
+ return JSON.stringify(data, null, 2);
112775
+ } else {
112776
+ console.warn(
112777
+ "[fetchSpecFromUrl] Trying to fetch the spec file without a proxy. The CORS headers have to be set properly, otherwise the request will fail."
112778
+ );
112779
+ const response2 = await fetch(url2);
112780
+ const json2 = await response2.json();
112781
+ return JSON.stringify(json2, null, 2);
112782
+ }
112783
+ };
112761
112784
  const _hoisted_1$4 = { class: "swagger-editor-header" };
112762
112785
  const _hoisted_2 = /* @__PURE__ */ createBaseVNode("div", { class: "swagger-editor-type" }, "Getting Started", -1);
112763
112786
  const _hoisted_3 = [
@@ -112774,22 +112797,36 @@ If you don't need every "time_period" between your dates you may adjust the freq
112774
112797
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
112775
112798
  __name: "SwaggerEditorHeader",
112776
112799
  props: {
112777
- activeTab: {}
112800
+ activeTab: {},
112801
+ proxyUrl: {}
112778
112802
  },
112779
112803
  emits: ["import", "updateActiveTab"],
112780
- setup(__props, { emit: emit2 }) {
112804
+ setup(__props, { expose: __expose, emit: emit2 }) {
112805
+ const props = __props;
112781
112806
  const { files, open, reset } = useFileDialog({
112782
112807
  multiple: false,
112783
112808
  accept: ".json,.yaml,.yml"
112784
112809
  });
112785
- const swaggerURLModalState = useModal();
112786
- const swaggerUrl = ref$2("");
112787
- async function fetchURL() {
112788
- const response2 = await fetch(swaggerUrl.value);
112789
- const data = await response2.json();
112790
- emit2("import", JSON.stringify(data, null, 4));
112791
- swaggerURLModalState.hide();
112792
- }
112810
+ const importUrlModal = useModal();
112811
+ const importUrlError = ref$2(null);
112812
+ __expose({
112813
+ importUrlModal,
112814
+ openFileDialog: open
112815
+ });
112816
+ const specUrl = ref$2("");
112817
+ const handleImportUrl = () => {
112818
+ importUrlError.value = "";
112819
+ fetchSpecFromUrl(specUrl.value, {
112820
+ proxyUrl: props.proxyUrl
112821
+ }).then(async (content2) => {
112822
+ console.log("content", content2);
112823
+ emit2("import", content2);
112824
+ importUrlModal.hide();
112825
+ }).catch((error2) => {
112826
+ console.error("[importUrl]", error2);
112827
+ importUrlError.value = error2;
112828
+ });
112829
+ };
112793
112830
  watch(files, () => {
112794
112831
  var _a3;
112795
112832
  if ((_a3 = files.value) == null ? void 0 : _a3.length) {
@@ -112835,8 +112872,8 @@ If you don't need every "time_period" between your dates you may adjust the freq
112835
112872
  createBaseVNode("button", {
112836
112873
  type: "button",
112837
112874
  onClick: _cache[3] || (_cache[3] = //@ts-ignore
112838
- (...args) => unref(swaggerURLModalState).show && unref(swaggerURLModalState).show(...args))
112839
- }, " Paste URL "),
112875
+ (...args) => unref(importUrlModal).show && unref(importUrlModal).show(...args))
112876
+ }, " Import URL "),
112840
112877
  createBaseVNode("button", {
112841
112878
  type: "button",
112842
112879
  onClick: useExample
@@ -112846,27 +112883,28 @@ If you don't need every "time_period" between your dates you may adjust the freq
112846
112883
  [vShow, _ctx.activeTab === "Swagger Editor"]
112847
112884
  ]),
112848
112885
  createVNode(unref(FlowModal), {
112849
- state: unref(swaggerURLModalState),
112886
+ state: unref(importUrlModal),
112850
112887
  title: "Import Swagger from URL"
112851
112888
  }, {
112852
112889
  default: withCtx(() => [
112853
112890
  createBaseVNode("div", _hoisted_8, [
112854
112891
  createVNode(FlowTextField, {
112855
- modelValue: swaggerUrl.value,
112856
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => swaggerUrl.value = $event),
112892
+ modelValue: specUrl.value,
112893
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => specUrl.value = $event),
112857
112894
  autofocus: "",
112858
112895
  label: "URL",
112859
112896
  placeholder: "https://scalar.com/swagger.json"
112860
112897
  }, null, 8, ["modelValue"]),
112898
+ createTextVNode(" " + toDisplayString(importUrlError.value) + " ", 1),
112861
112899
  createBaseVNode("div", _hoisted_9, [
112862
112900
  createVNode(FlowButton, {
112863
112901
  label: "Cancel",
112864
112902
  variant: "outlined",
112865
- onClick: _cache[5] || (_cache[5] = ($event) => unref(swaggerURLModalState).hide())
112903
+ onClick: _cache[5] || (_cache[5] = ($event) => unref(importUrlModal).hide())
112866
112904
  }),
112867
112905
  createVNode(FlowButton, {
112868
112906
  label: "Import",
112869
- onClick: fetchURL
112907
+ onClick: handleImportUrl
112870
112908
  })
112871
112909
  ])
112872
112910
  ])
@@ -123529,11 +123567,13 @@ If you don't need every "time_period" between your dates you may adjust the freq
123529
123567
  value: {},
123530
123568
  hocuspocusConfiguration: {},
123531
123569
  theme: {},
123532
- initialTabState: {}
123570
+ initialTabState: {},
123571
+ proxyUrl: {}
123533
123572
  },
123534
123573
  emits: ["contentUpdate", "specUpdate", "import", "changeTheme"],
123535
123574
  setup(__props, { emit: emit2 }) {
123536
123575
  const props = __props;
123576
+ const swaggerEditorHeaderRef = ref$2(null);
123537
123577
  const currentExample = ref$2(null);
123538
123578
  const awarenessStates = ref$2([]);
123539
123579
  const parserError = ref$2("");
@@ -123604,15 +123644,27 @@ If you don't need every "time_period" between your dates you may adjust the freq
123604
123644
  const activeTab = ref$2(
123605
123645
  props.initialTabState ?? "Getting Started"
123606
123646
  );
123647
+ const handleOpenSwaggerEditor = (action) => {
123648
+ var _a3, _b2, _c;
123649
+ activeTab.value = "Swagger Editor";
123650
+ if (action === "importUrl") {
123651
+ (_b2 = (_a3 = swaggerEditorHeaderRef == null ? void 0 : swaggerEditorHeaderRef.value) == null ? void 0 : _a3.importUrlModal) == null ? void 0 : _b2.show();
123652
+ } else if (action === "uploadFile") {
123653
+ (_c = swaggerEditorHeaderRef == null ? void 0 : swaggerEditorHeaderRef.value) == null ? void 0 : _c.openFileDialog();
123654
+ }
123655
+ };
123607
123656
  return (_ctx, _cache) => {
123608
123657
  return openBlock(), createElementBlock(Fragment, null, [
123609
123658
  createVNode(unref(_sfc_main$1b), { id: _ctx.theme }, null, 8, ["id"]),
123610
123659
  createBaseVNode("div", _hoisted_1, [
123611
123660
  createVNode(_sfc_main$4, {
123661
+ ref_key: "swaggerEditorHeaderRef",
123662
+ ref: swaggerEditorHeaderRef,
123612
123663
  activeTab: activeTab.value,
123664
+ proxyUrl: _ctx.proxyUrl,
123613
123665
  onImport: importHandler,
123614
123666
  onUpdateActiveTab: _cache[0] || (_cache[0] = ($event) => activeTab.value = $event)
123615
- }, null, 8, ["activeTab"]),
123667
+ }, null, 8, ["activeTab", "proxyUrl"]),
123616
123668
  activeTab.value === "Swagger Editor" && formattedError.value ? (openBlock(), createBlock(SwaggerEditorNotification, { key: 0 }, {
123617
123669
  default: withCtx(() => [
123618
123670
  createTextVNode(toDisplayString(formattedError.value), 1)
@@ -123638,7 +123690,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
123638
123690
  theme: !_ctx.theme || _ctx.theme === "none" ? "default" : _ctx.theme,
123639
123691
  onChangeExample: handleChangeExample,
123640
123692
  onChangeTheme: _cache[1] || (_cache[1] = ($event) => emit2("changeTheme", $event)),
123641
- onOpenEditor: _cache[2] || (_cache[2] = ($event) => activeTab.value = "Swagger Editor")
123693
+ onOpenSwaggerEditor: handleOpenSwaggerEditor
123642
123694
  }, null, 8, ["theme"]), [
123643
123695
  [vShow, activeTab.value === "Getting Started"]
123644
123696
  ])
@@ -123648,8 +123700,8 @@ If you don't need every "time_period" between your dates you may adjust the freq
123648
123700
  }
123649
123701
  });
123650
123702
  const SwaggerEditor_vue_vue_type_style_index_0_lang = "";
123651
- const SwaggerEditor_vue_vue_type_style_index_1_scoped_d1ac20bc_lang = "";
123652
- const SwaggerEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d1ac20bc"]]);
123703
+ const SwaggerEditor_vue_vue_type_style_index_1_scoped_87bd5714_lang = "";
123704
+ const SwaggerEditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-87bd5714"]]);
123653
123705
  const isDark = ref$2(false);
123654
123706
  function useDarkModeState() {
123655
123707
  const getDarkModeState = () => {