@scalar/api-reference 0.7.6 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/browser/standalone.js +1083 -832
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/MarkdownRenderer.vue.d.ts +0 -2
- package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/components/Content/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts +1 -1
- package/dist/components/Content/ReferenceEndpoint/Copy.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/SchemaProperty.vue.d.ts +36 -0
- package/dist/components/Content/SchemaProperty.vue.d.ts.map +1 -0
- package/dist/components/Content/ShowMoreButton.vue.d.ts +13 -0
- package/dist/components/Content/ShowMoreButton.vue.d.ts.map +1 -0
- package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
- package/dist/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/helpers/generateParameters.d.ts +7 -0
- package/dist/helpers/generateParameters.d.ts.map +1 -0
- package/dist/helpers/generateRequest.d.ts +8 -0
- package/dist/helpers/generateRequest.d.ts.map +1 -0
- package/dist/helpers/generateResponseContent.d.ts.map +1 -1
- package/dist/helpers/getModelSectionId.d.ts +1 -1
- package/dist/helpers/getModelSectionId.d.ts.map +1 -1
- package/dist/helpers/hasModels.d.ts.map +1 -1
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useOperation.d.ts +16 -0
- package/dist/hooks/useOperation.d.ts.map +1 -0
- package/dist/index.js +7581 -7386
- package/package.json +4 -4
|
@@ -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-01f6175d] {\n position: relative;\n display: flex;\n}\n.request-method-select select[data-v-01f6175d] {\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-01f6175d] {\n pointer-events: none;\n}\n.request-method[data-v-01f6175d] {\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-01f6175d] {\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-01f6175d]: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-01f6175d] {\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-598ff1d9] {\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-598ff1d9 5s cubic-bezier(0, 0.5, 0.25, 1);\n}\n@keyframes loading-598ff1d9 {\n0% {\n width: 0;\n}\n100% {\n width: 100%;\n}\n}\n.scalar-api-client__address-bar[data-v-598ff1d9] {\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-598ff1d9] {\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-598ff1d9] {\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-598ff1d9] {\n width: 100%;\n}\n.scalar-api-client__address-bar-data-meta[data-v-598ff1d9] {\n display: flex;\n margin-top: 5px;\n}\n.scalar-api-client__request-type[data-v-598ff1d9] {\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-598ff1d9] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n}\n.scalar-api-client__request-type svg[data-v-598ff1d9] {\n margin-left: 6px;\n width: 8px;\n}\n.scalar-api-client__request-type i[data-v-598ff1d9] {\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-598ff1d9] {\n margin: 0 5px;\n}\n.scalar-api-client__history[data-v-598ff1d9] {\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-598ff1d9] {\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 position: relative;\n /** #087f5b */\n display: flex;\n align-items: center;\n}\n.scalar-api-client__send-request-button[data-v-598ff1d9]: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 background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));\n}\n.scalar-api-client__send-request-button[data-v-598ff1d9]:hover:before {\n background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));\n}\n.scalar-api-client__send-request-button svg[data-v-598ff1d9] {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n position: relative;\n}\n.scalar-api-client__send-request-button[disabled][data-v-598ff1d9] {\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-598ff1d9] {\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-598ff1d9]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__history-toggle svg[data-v-598ff1d9] {\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-598ff1d9] {\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-598ff1d9]: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-598ff1d9] {\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-598ff1d9] {\n height: 100vh;\n max-height: 100vh;\n overflow: auto;\n}\n.scalar-api-client__address-bar__on[data-v-598ff1d9] {\n z-index: 100000;\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-598ff1d9] {\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-598ff1d9] {\n opacity: 1;\n pointer-events: all;\n cursor: pointer;\n}\n.scalar-api-client__address-bar .navtable-item__active[data-v-598ff1d9] {\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-598ff1d9]:before {\n display: none;\n}\n.navigation-back[data-v-598ff1d9] {\n stroke: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.navigation-back[data-v-598ff1d9]:hover {\n stroke: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__close[data-v-598ff1d9] {\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-598ff1d9] {\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.scalar-api-client__send-request-button span[data-v-598ff1d9] {\n position: relative;\n}\n@media screen and (max-width: 720px) {\n.scalar-api-client__history-toggle span[data-v-598ff1d9],\n .scalar-api-client__send-request-button span[data-v-598ff1d9] {\n display: none;\n}\n.scalar-api-client__history-toggle svg[data-v-598ff1d9],\n .scalar-api-client__send-request-button svg[data-v-598ff1d9] {\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 .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-3, var(--default-theme-color-3));\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-2, var(--default-theme-color-2));\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: 51px;\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: 17px;\n width: 17px;\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-checkmark:hover {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.meta-check:focus-within .meta-checkmark {\n box-shadow: 0 0 0 1px var(--theme-color-1, var(--default-theme-color-1));\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.meta-check input:checked ~ .meta-checkmark:hover {\n background: transparent;\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.meta-delete {\n position: absolute;\n right: -9px;\n background: var(\n --theme-background-2,\n var(--default-theme-background-2)\n ) !important;\n height: 20px;\n width: 20px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: var(--default-theme-shadow-1);\n outline: none;\n border-radius: 50%;\n opacity: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.meta-delete svg {\n width: 11px;\n height: 11px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.meta-delete:hover svg {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.meta-delete:focus svg {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.meta-delete:focus {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row:hover .meta-delete {\n opacity: 1;\n}\n@media (pointer: coarse) {\n.table-row:hover .meta-delete {\n opacity: 1;\n}\n}\n.meta-add {\n border: none;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n appearance: none;\n padding: 9px;\n width: 100%;\n appearance: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: pointer;\n display: flex;\n align-items: center;\n}\n.meta-add svg {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.meta-add:hover,\n.meta-add:focus {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.scalar-api-client-add {\n color: var(--theme-color-2, var(--default-theme-color-2));\n padding: 6px;\n width: fit-content;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n cursor: pointer;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: 0 6px;\n font-family: var(--theme-font);\n background: var(\n --theme-background-3,\n var(--default-theme-background-3)\n ) !important;\n appearance: none;\n display: flex;\n align-items: center;\n}\n.scalar-api-client-add svg {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.scalar-api-client-add:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\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: 6px 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 max-height: 100vh;\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 flex-direction: column;\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: 3px 0 12px 0;\n}\n.scalar-api-client__main__content label {\n display: none;\n}\n}\n.meta {\n display: flex;\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 min-height: 58px;\n display: flex;\n align-items: center;\n justify-content: center;\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.sidebar-group-item--without-parent .sidebar-heading {\n margin-left: 12px;\n padding-left: 12px !important;\n border-radius: var(--theme-radius, var(--default-theme-radius));\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-475923d7] {\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-475923d7] {\n width: 100%;\n}\n}\n.scalar-api-client__container[data-v-475923d7] {\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-475923d7] {\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-475923d7] {\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-475923d7]: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-475923d7] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n height: calc(100% - 58px);\n width: calc(100% - 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-475923d7 0.35s forwards;\n}\n@keyframes apiclientfadein-475923d7 {\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-475923d7] {\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-475923d7 0.35s forwards;\n}\n@keyframes drawerexitfadein-475923d7 {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n.scalar-api-client-height[data-v-475923d7] {\n height: 100%;\n}\n.scalar-api-client-height .sidebar[data-v-475923d7] {\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.section[data-v-dbc76492] {\n position: relative;\n display: flex;\n flex-direction: column;\n\n max-width: 1120px;\n margin: auto;\n padding: 90px 0;\n}\n.section[data-v-dbc76492]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.section-column[data-v-89370257] {\n flex: 1;\n min-width: 0;\n}\n\n.section-columns[data-v-fcf74013] {\n display: flex;\n gap: 48px;\n}\n.references-narrow .section-columns[data-v-fcf74013] {\n flex-direction: column;\n}\n\n.section-container[data-v-01377a25] {\n position: relative;\n padding: 0 60px;\n width: 100%;\n}\n.references-narrow .section-container[data-v-01377a25] {\n padding: 0 30px !important;\n}\n.section-container[data-v-01377a25]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.loading[data-v-41eadc3c] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton-41eadc3c 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n min-height: 1.6em;\n margin: 0.6em 0;\n max-width: 60%;\n}\n.loading.single-line[data-v-41eadc3c] {\n min-height: 3em;\n margin: 0.6em 0;\n max-width: 80%;\n}\n@keyframes loading-skeleton-41eadc3c {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0.33;\n}\n}\n\n.section-content[data-v-bba63beb] {\n}\n.references-narrow .section-content--with-columns[data-v-bba63beb] {\n flex-direction: column;\n gap: 24px;\n}\n\n.section-header[data-v-b5da2b92] {\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-bottom: 24px;\n}\n.section-header.tight[data-v-b5da2b92] {\n margin-bottom: 6px;\n}\n.section-header.loading[data-v-b5da2b92] {\n width: 80%;\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-a9a4fa5f] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n}\n.markdown[data-v-a9a4fa5f] * {\n margin: 12px 0;\n}\n.markdown[data-v-a9a4fa5f] h1,\n.markdown[data-v-a9a4fa5f] h2,\n.markdown[data-v-a9a4fa5f] h3,\n.markdown[data-v-a9a4fa5f] h4,\n.markdown[data-v-a9a4fa5f] h5,\n.markdown[data-v-a9a4fa5f] h6 {\n font-size: var(--font-size, var(--default-font-size));\n margin: 24px 0 6px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.markdown[data-v-a9a4fa5f] 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-a9a4fa5f] ul,\n.markdown[data-v-a9a4fa5f] ol {\n padding-left: 24px;\n line-height: 1.5;\n margin: 12px 0;\n}\n.markdown[data-v-a9a4fa5f] ul {\n list-style: disc;\n}\n.markdown[data-v-a9a4fa5f] ol {\n list-style: decimal;\n}\n.markdown[data-v-a9a4fa5f] ul.contains-task-list {\n list-style: none;\n padding-left: 0;\n}\n.markdown[data-v-a9a4fa5f] li {\n margin: 6px 0;\n}\n.markdown[data-v-a9a4fa5f] 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-a9a4fa5f] a:hover {\n text-decoration: underline !important;\n}\n.markdown[data-v-a9a4fa5f] 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-a9a4fa5f] pre code {\n display: block;\n white-space: pre;\n padding: 12px;\n line-height: 1.5;\n margin: 12px 0;\n -webkit-overflow-scrolling: touch;\n overflow-x: auto;\n max-width: 100%;\n min-width: 100px;\n}\n.markdown[data-v-a9a4fa5f] 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-a9a4fa5f] 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-a9a4fa5f] td,\n.markdown[data-v-a9a4fa5f] 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-a9a4fa5f] td > *,\n.markdown[data-v-a9a4fa5f] th > * {\n margin-bottom: 0;\n}\n.markdown.parameter-description[data-v-a9a4fa5f] 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-a9a4fa5f] td:first-of-type,\n.markdown[data-v-a9a4fa5f] th:first-of-type {\n border-left: none;\n}\n.markdown[data-v-a9a4fa5f] td:last-of-type,\n.markdown[data-v-a9a4fa5f] th:last-of-type {\n border-right: none;\n}\n.markdown[data-v-a9a4fa5f] tr:last-of-type td {\n border-bottom: none;\n}\n.markdown[data-v-a9a4fa5f] 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-474d6911] {\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-474d6911] {\n max-height: calc(100vh - 150px);\n}\n}\n.endpoints span + span[data-v-474d6911] {\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-ded8723f] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.loading[data-v-ded8723f] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.heading.loading[data-v-ded8723f] {\n width: 80%;\n}\n.tag-description .loading[data-v-ded8723f] {\n height: 20px;\n margin-bottom: 4px;\n width: 100%;\n display: inline-block;\n}\n.tag-description .loading[data-v-ded8723f]:first-of-type {\n margin-top: 12px;\n}\n.tag-description .loading[data-v-ded8723f]:last-of-type {\n width: 40%;\n}\n.font-mono[data-v-ded8723f] {\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.schema[data-v-6e399a6e] {\n max-width: 600px;\n width: 100%;\n font-size: var(--default-theme-font-size-3, var(--default-theme-font-size-3));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.type[data-v-6e399a6e] {\n font-size: var(--default-theme-font-size-4, var(--default-theme-font-size-4));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n text-transform: uppercase;\n background: var(--theme-background-4, var(--default-theme-background-4));\n padding: 10px 12px;\n}\n.type-icon[data-v-6e399a6e] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--default-theme-font-size-3, var(--default-theme-font-size-3));\n}\n.property[data-v-6e399a6e] {\n padding: 12px 0;\n}\n.property-information[data-v-6e399a6e] {\n display: flex;\n align-items: end;\n gap: 16px;\n}\n.property-description[data-v-6e399a6e] {\n margin-top: 12px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.property[data-v-6e399a6e]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.property-name[data-v-6e399a6e] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.required[data-v-6e399a6e],\n.optional[data-v-6e399a6e] {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(\n --default-theme-font-size-5,\n var(--default-default-theme-font-size-5)\n );\n}\n.required[data-v-6e399a6e] {\n text-transform: uppercase;\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.property-type[data-v-6e399a6e] {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.properties[data-v-6e399a6e] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: 16px 0 0;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n overflow: hidden;\n}\n.property[data-v-6e399a6e] {\n padding: 12px 12px;\n}\n.property-example[data-v-6e399a6e] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.property-example-value[data-v-6e399a6e] {\n padding: 12px 12px;\n background: var(--theme-background-4, var(--default-theme-background-4));\n padding: 2px 5px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(\n --default-theme-font-size-5,\n var(--default-default-theme-font-size-5)\n );\n}\n\n.title[data-v-d173780f] {\n margin-bottom: 12px !important;\n margin-top: 12px !important;\n}\n\n.title[data-v-fe28bd1e] {\n margin-bottom: 12px !important;\n margin-top: 24px !important;\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.description[data-v-5d5ee638] {\n margin-bottom: 24px;\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-163c90a8] * {\n margin: 0;\n}\n.code-copy[data-v-163c90a8] {\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-163c90a8]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-copy svg[data-v-163c90a8] {\n width: 13px;\n height: 13px;\n}\n.description[data-v-163c90a8] {\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-163c90a8] {\n border: 1px dashed\n var(--theme-border-color, var(--default-theme-border-color));\n width: calc(100% - 24px);\n margin: 10px 0 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-163c90a8] {\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-163c90a8] {\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-163c90a8] {\n display: block;\n margin: 6px;\n}\n.card-container[data-v-163c90a8] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card-container[data-v-163c90a8] .cm-scroller {\n overflow: hidden;\n}\n\n.examples[data-v-c1131f56] {\n position: sticky;\n top: 24px;\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-f5e00396] {\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-f5e00396] {\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-f5e00396]:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.show-more-icon[data-v-f5e00396] {\n width: 14px;\n height: 14px;\n margin-left: 3px;\n}\n.show-more[data-v-f5e00396]: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-f5e00396] {\n margin-top: -25px;\n margin-bottom: 25px;\n}\n@media (max-width: 1165px) {\n.show-more[data-v-f5e00396] {\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-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(--full-height, 100vh) -\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-223be9b3] {\n padding: 30px 18px 24px 30px;\n display: flex;\n flex-flow: wrap;\n}\n.start-h1[data-v-223be9b3] {\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-223be9b3]:not(:first-of-type) {\n margin-top: 24px;\n}\n.start-p[data-v-223be9b3] {\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-223be9b3] {\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-223be9b3] {\n margin: 6px 0;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.start-section[data-v-223be9b3] {\n padding: 24px 0 0;\n width: 50%;\n min-width: 180px;\n}\n.start-h2[data-v-223be9b3] {\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-223be9b3] {\n width: 100%;\n position: relative;\n user-select: none;\n}\n.start-link-item[data-v-223be9b3] {\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-223be9b3]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-link-item svg[data-v-223be9b3] {\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.start-item-table[data-v-223be9b3] {\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-223be9b3]:nth-of-type(1) {\n border-top: none;\n}\n.start-item[data-v-223be9b3] {\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-223be9b3] {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.start-item[data-v-223be9b3]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-item-active[data-v-223be9b3] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.start-item-active[data-v-223be9b3]:hover {\n background: transparent;\n}\n.start-item-color[data-v-223be9b3] {\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-223be9b3] {\n background: #cdc9b3;\n}\n.dark-mode .start-item-color-moon[data-v-223be9b3] {\n background: #323332;\n}\n.start-item-color-solarized[data-v-223be9b3] {\n background: #fdf6e3;\n}\n.dark-mode .start-item-color-solarized[data-v-223be9b3] {\n background: #00212b;\n}\n.start-item-color-purple[data-v-223be9b3] {\n background: #f5f6fd;\n}\n.dark-mode .start-item-color-purple[data-v-223be9b3] {\n background: #262a40;\n}\n.start-item-color-alternate[data-v-223be9b3] {\n background: #f6f6f6;\n}\n.dark-mode .start-item-color-alternate[data-v-223be9b3] {\n background: #252525;\n}\n.start-item-color-default[data-v-223be9b3] {\n background: #fff;\n}\n.dark-mode .start-item-color-default[data-v-223be9b3] {\n background: #1a1a1a;\n}\n.start-section-color .start-item[data-v-223be9b3] {\n text-transform: capitalize;\n}\n.start-cta[data-v-223be9b3] {\n width: 100%;\n margin-top: 12px;\n}\n.start-a[data-v-223be9b3] {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n}\n.start-a[data-v-223be9b3]: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-38750041] {\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-38750041] {\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/** 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.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 border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n background: repeating-linear-gradient(\n var(--default-theme-background-1),\n var(--default-theme-background-1) 34.8px,\n var(--default-theme-border-color) 34.8px,\n var(--default-theme-border-color) 35.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:before {\n content: '';\n display: block;\n box-shadow: 0 0 0 1px var(--theme-color-1, var(--default-theme-color-1)) !important;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n height: 100%;\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-01f6175d] {\n position: relative;\n display: flex;\n}\n.request-method-select select[data-v-01f6175d] {\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-01f6175d] {\n pointer-events: none;\n}\n.request-method[data-v-01f6175d] {\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-01f6175d] {\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-01f6175d]: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-01f6175d] {\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-e61e9910] {\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-e61e9910 5s cubic-bezier(0, 0.5, 0.25, 1);\n}\n@keyframes loading-e61e9910 {\n0% {\n width: 0;\n}\n100% {\n width: 100%;\n}\n}\n.scalar-api-client__address-bar[data-v-e61e9910] {\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-e61e9910] {\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-e61e9910] {\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-e61e9910] {\n width: 100%;\n}\n.scalar-api-client__address-bar-data-meta[data-v-e61e9910] {\n display: flex;\n margin-top: 5px;\n}\n.scalar-api-client__request-type[data-v-e61e9910] {\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-e61e9910] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-micro, var(--default-theme-micro));\n text-transform: uppercase;\n}\n.scalar-api-client__request-type svg[data-v-e61e9910] {\n margin-left: 6px;\n width: 8px;\n}\n.scalar-api-client__request-type i[data-v-e61e9910] {\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-e61e9910] {\n margin: 0 5px;\n}\n.scalar-api-client__history[data-v-e61e9910] {\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-e61e9910] {\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 12px;\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 position: relative;\n /** #087f5b */\n display: flex;\n align-items: center;\n overflow: hidden;\n flex-shrink: 0;\n}\n.scalar-api-client__send-request-button[data-v-e61e9910]:before {\n content: '';\n position: absolute;\n top: -5%;\n left: -5%;\n width: 110%;\n height: 110%;\n pointer-events: none;\n cursor: pointer;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));\n}\n.scalar-api-client__send-request-button[data-v-e61e9910]:hover:before {\n background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));\n}\n.scalar-api-client__send-request-button svg[data-v-e61e9910] {\n width: 12px;\n height: 12px;\n flex-shrink: 0;\n margin-right: 6px;\n position: relative;\n}\n.scalar-api-client__send-request-button[disabled][data-v-e61e9910] {\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-e61e9910] {\n padding: 0 12px;\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-e61e9910]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.scalar-api-client__history-toggle svg[data-v-e61e9910] {\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-e61e9910] {\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-e61e9910]: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-e61e9910] {\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-e61e9910] {\n height: 100vh;\n max-height: 100vh;\n overflow: auto;\n}\n.scalar-api-client__address-bar__on[data-v-e61e9910] {\n z-index: 100000;\n}\n.scalar-api-client__address-bar__on .scalar-api-client__address-bar__content[data-v-e61e9910] {\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-e61e9910] {\n opacity: 1;\n pointer-events: all;\n cursor: pointer;\n}\n.scalar-api-client__address-bar .navtable-item__active[data-v-e61e9910] {\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-e61e9910]:before {\n display: none;\n}\n.navigation-back[data-v-e61e9910] {\n stroke: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.navigation-back[data-v-e61e9910]:hover {\n stroke: var(--theme-color-1, var(--default-theme-color-1));\n}\n.scalar-api-client__address-bar__close[data-v-e61e9910] {\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-e61e9910] {\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.scalar-api-client__send-request-button span[data-v-e61e9910] {\n position: relative;\n}\n@media screen and (max-width: 720px) {\n.scalar-api-client__history-toggle span[data-v-e61e9910],\n .scalar-api-client__send-request-button span[data-v-e61e9910] {\n display: none;\n}\n.scalar-api-client__history-toggle svg[data-v-e61e9910],\n .scalar-api-client__send-request-button svg[data-v-e61e9910] {\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 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__toggle:after {\n content: '';\n position: absolute;\n bottom: -6.5px;\n width: 100%;\n height: 6px;\n left: 0;\n}\n.scalar-api-client__item--open .scalar-api-client__toggle:after {\n display: none;\n}\n.scalar-api-client__item:hover,\n.scalar-api-client__item--open {\n background: var(--theme-background-2, var(--default-theme-background-2));\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;\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__item .scalar-api-client__toggle__icon {\n width: 10px;\n margin-right: 6px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n z-index: 1;\n position: relative;\n}\n.scalar-api-client__toggle:hover .scalar-api-client__toggle__icon {\n color: var(--theme-color-1, var(--default-theme-color-1));\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: 15px;\n height: 15px;\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-2, var(--default-theme-color-2));\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: 51px;\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: 17px;\n width: 17px;\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-checkmark:hover {\n background: var(--theme-background-3, var(--default-theme-background-3));\n}\n.meta-check:focus-within .meta-checkmark {\n box-shadow: 0 0 0 1px var(--theme-color-1, var(--default-theme-color-1));\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.meta-check input:checked ~ .meta-checkmark:hover {\n background: transparent;\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: 389px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n}\n.navtable-radios {\n z-index: 1;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\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 border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n}\n.navtable-item:first-of-type {\n border-top: none;\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: 9px;\n}\n.navtable-item-20 {\n width: 20%;\n display: flex;\n align-items: center;\n padding: 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.meta-delete {\n position: absolute;\n right: -9px;\n background: var(\n --theme-background-2,\n var(--default-theme-background-2)\n ) !important;\n height: 20px;\n width: 20px;\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n box-shadow: var(--default-theme-shadow-1);\n outline: none;\n border-radius: 50%;\n opacity: 0;\n padding: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.meta-delete svg {\n width: 11px;\n height: 11px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.meta-delete:hover svg {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.meta-delete:focus svg {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.meta-delete:focus {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.table-row:hover .meta-delete {\n opacity: 1;\n}\n@media (pointer: coarse) {\n.table-row:hover .meta-delete {\n opacity: 1;\n}\n}\n.meta-add {\n border: none;\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n appearance: none;\n padding: 9px;\n width: 100%;\n appearance: none;\n outline: none;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-family: var(--theme-font, var(--default-theme-font));\n color: var(--theme-color-3, var(--default-theme-color-3));\n cursor: pointer;\n display: flex;\n align-items: center;\n}\n.meta-add svg {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.meta-add:hover,\n.meta-add:focus {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.scalar-api-client-add {\n color: var(--theme-color-2, var(--default-theme-color-2));\n padding: 6px;\n width: fit-content;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n cursor: pointer;\n font-size: var(--theme-micro, var(--default-theme-micro));\n font-weight: var(--theme-semibold, var(--default-theme-semibold));\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: 0 6px;\n font-family: var(--theme-font);\n appearance: none;\n display: flex;\n align-items: center;\n}\n.scalar-api-client-add svg {\n width: 12px;\n height: 12px;\n margin-right: 6px;\n}\n.scalar-api-client-add:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\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 6px 12px 18px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__left {\n width: 100%;\n border-right: none;\n padding: 0 0 12px 12px;\n}\n}\n.scalar-api-client__item__content {\n flex-flow: wrap;\n padding: 3px 6px 6px 6px;\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: 10px 12px;\n user-select: none;\n min-height: 38px;\n width: 100%;\n}\n.checkmark:hover {\n background: var(--theme-background-3, var(--default-theme-background-3));\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: 17px;\n width: 17px;\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-f36d4a37] {\n border-right: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n position: relative;\n padding: 9px;\n color: var(--theme-color-1, var(--default-theme-color-1));\n white-space: nowrap;\n}\n.simple-cell a[data-v-f36d4a37] {\n color: var(--theme-color-1, var(--default-theme-color-1)) !important;\n}\n.simple-cell[data-v-f36d4a37]:last-of-type {\n border-right: none;\n}\n.simple-cell.wrap[data-v-f36d4a37] {\n white-space: normal;\n}\n.simple-cell.strong[data-v-f36d4a37] {\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-3bfe8f6d] {\n border-top: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.simple-row[data-v-3bfe8f6d]:first-of-type {\n border-top: none;\n}\n\n.simple-table[data-v-76b182ce] {\n display: table;\n width: 100%;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n\n.scalar-api-client__main__right {\n width: 50%;\n padding: 0 6px 12px 18px;\n}\n@media screen and (max-width: 820px) {\n.scalar-api-client__main__right {\n width: 100%;\n border-right: none;\n padding: 0 0 12px 12px;\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 /** Make sure box-sizing is set properly. */\n box-sizing: border-box;\n}\n.scalar-api-client *,\n .scalar-api-client *:before,\n .scalar-api-client *:after,\n #headlessui-portal-root *,\n #headlessui-portal-root *:before,\n #headlessui-portal-root *:after {\n box-sizing: inherit;\n}\n.scalar-api-client {\n flex: 1;\n max-height: 100vh;\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 flex-direction: column;\n}\n}\n\n/** TODO: Consider to make a Column component */\n.scalar-api-client__main__content {\n padding: 12px 6px;\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: 3px 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 min-height: 58px;\n display: flex;\n align-items: center;\n justify-content: center;\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.sidebar-group-item--without-parent .sidebar-heading {\n margin-left: 12px;\n padding-left: 12px !important;\n border-radius: var(--theme-radius, var(--default-theme-radius));\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-left: 4px;\n}\n.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle {\n height: 24px;\n width: 24px;\n margin-top: 0;\n}\n.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle .darklight {\n height: 24px;\n width: 24px;\n font-size: 0;\n padding: 0;\n margin-top: 0;\n border-top: 0;\n text-indent: 0;\n color: var(--theme-color-3, var(--default-theme-color-3));\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.sidebar-mobile-actions .sidebar-mobile-darkmode-toggle svg {\n width: 15px;\n height: 15px;\n}\n.sidebar-mobile-actions .darklight-reference-promo {\n display: none;\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 svg,\n.active_page.sidebar-heading:hover svg,\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-475923d7] {\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-475923d7] {\n width: 100%;\n}\n}\n.scalar-api-client__container[data-v-475923d7] {\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-475923d7] {\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-475923d7] {\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-475923d7]: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-475923d7] {\n background: var(--theme-background-1, var(--default-theme-background-1));\n height: calc(100% - 58px);\n width: calc(100% - 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-475923d7 0.35s forwards;\n}\n@keyframes apiclientfadein-475923d7 {\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-475923d7] {\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-475923d7 0.35s forwards;\n}\n@keyframes drawerexitfadein-475923d7 {\nfrom {\n opacity: 0;\n}\nto {\n opacity: 1;\n}\n}\n.scalar-api-client-height[data-v-475923d7] {\n height: 100%;\n}\n.scalar-api-client-height .sidebar[data-v-475923d7] {\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.section[data-v-a5374225] {\n position: relative;\n display: flex;\n flex-direction: column;\n\n max-width: 1120px;\n margin: auto;\n padding: 90px 0;\n}\n.references-narrow .section[data-v-a5374225] {\n padding: 48px 24px;\n}\n.section[data-v-a5374225]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.section-column[data-v-7e657da0] {\n flex: 1;\n min-width: 0;\n}\n.section-column[data-v-7e657da0]:nth-of-type(2) {\n padding-top: 48px;\n}\n.references-narrow .section-column[data-v-7e657da0]:nth-of-type(2) {\n padding-top: 0;\n}\n\n.section-columns[data-v-0bd51848] {\n display: flex;\n gap: 48px;\n}\n.references-narrow .section-columns[data-v-0bd51848] {\n flex-direction: column;\n gap: 24px;\n}\n\n.section-container[data-v-a27b5d0a] {\n position: relative;\n padding: 0 60px;\n width: 100%;\n}\n.references-narrow .section-container[data-v-a27b5d0a] {\n padding: 0;\n}\n.section-container[data-v-a27b5d0a]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n\n.loading[data-v-99d52311] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton-99d52311 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n min-height: 1.6em;\n margin: 0.6em 0;\n max-width: 100%;\n}\n.loading[data-v-99d52311]:first-of-type {\n min-height: 3em;\n margin-bottom: 24px;\n margin-top: 0;\n}\n.loading[data-v-99d52311]:last-of-type {\n width: 60%;\n}\n.loading.single-line[data-v-99d52311] {\n min-height: 3em;\n margin: 0.6em 0;\n max-width: 80%;\n}\n@keyframes loading-skeleton-99d52311 {\nfrom {\n opacity: 1;\n}\nto {\n opacity: 0.33;\n}\n}\n\n.section-content[data-v-bba63beb] {\n}\n.references-narrow .section-content--with-columns[data-v-bba63beb] {\n flex-direction: column;\n gap: 24px;\n}\n\n.section-header[data-v-c558bda3] {\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 margin-bottom: 0;\n}\n.section-header.tight[data-v-c558bda3] {\n margin-bottom: 6px;\n}\n.section-header.loading[data-v-c558bda3] {\n width: 80%;\n}\n\n.card[data-v-baca418c] {\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(50vh - 30px);\n position: relative;\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-a4e7af0c] {\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-a4e7af0c] {\n display: flex;\n justify-content: space-between;\n margin: 9px 0 9px 12px;\n line-height: 1.35;\n}\n.card-header-title[data-v-a4e7af0c] {\n text-transform: uppercase;\n word-break: break-all;\n}\n.card-header-actions[data-v-a4e7af0c] {\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-48bdb652] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n word-wrap: break-word;\n}\n.markdown[data-v-48bdb652] * {\n margin: 12px 0;\n}\n.markdown[data-v-48bdb652] h1,\n.markdown[data-v-48bdb652] h2,\n.markdown[data-v-48bdb652] h3,\n.markdown[data-v-48bdb652] h4,\n.markdown[data-v-48bdb652] h5,\n.markdown[data-v-48bdb652] h6 {\n font-size: var(--font-size, var(--default-font-size));\n margin: 24px 0 6px;\n font-weight: var(--theme-bold, var(--default-theme-bold));\n}\n.markdown[data-v-48bdb652] 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 margin-bottom: 0;\n}\n.markdown[data-v-48bdb652] ul,\n.markdown[data-v-48bdb652] ol {\n padding-left: 24px;\n line-height: 1.5;\n margin: 12px 0;\n}\n.markdown[data-v-48bdb652] ul {\n list-style: disc;\n}\n.markdown[data-v-48bdb652] ol {\n list-style: decimal;\n}\n.markdown[data-v-48bdb652] ul.contains-task-list {\n list-style: none;\n padding-left: 0;\n}\n.markdown[data-v-48bdb652] li {\n margin: 6px 0;\n}\n.markdown[data-v-48bdb652] 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-48bdb652] a:hover {\n text-decoration: underline !important;\n}\n.markdown[data-v-48bdb652] 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-48bdb652] pre code {\n display: block;\n white-space: pre;\n padding: 12px;\n line-height: 1.5;\n margin: 12px 0;\n -webkit-overflow-scrolling: touch;\n overflow-x: auto;\n max-width: 100%;\n min-width: 100px;\n}\n.markdown[data-v-48bdb652] 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-48bdb652] 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-48bdb652] td,\n.markdown[data-v-48bdb652] 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-48bdb652] td > *,\n.markdown[data-v-48bdb652] th > * {\n margin-bottom: 0;\n}\n.markdown.parameter-description[data-v-48bdb652] p {\n margin-top: 4px;\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-48bdb652] td:first-of-type,\n.markdown[data-v-48bdb652] th:first-of-type {\n border-left: none;\n}\n.markdown[data-v-48bdb652] td:last-of-type,\n.markdown[data-v-48bdb652] th:last-of-type {\n border-right: none;\n}\n.markdown[data-v-48bdb652] tr:last-of-type td {\n border-bottom: none;\n}\n.markdown[data-v-48bdb652] 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-b504ddb1] {\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-b504ddb1] {\n max-height: calc(100vh - 150px);\n}\n}\n.endpoints span + span[data-v-b504ddb1] {\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-662e4387] {\n margin-top: 0px !important;\n word-wrap: break-word;\n}\n.loading[data-v-662e4387] {\n background: var(--theme-background-3, var(--default-theme-background-3));\n animation: loading-skeleton 1.5s infinite alternate;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.heading.loading[data-v-662e4387] {\n width: 80%;\n}\n.tag-description .loading[data-v-662e4387] {\n height: 20px;\n margin-bottom: 4px;\n width: 100%;\n display: inline-block;\n}\n.tag-description .loading[data-v-662e4387]:first-of-type {\n margin-top: 12px;\n}\n.tag-description .loading[data-v-662e4387]:last-of-type {\n width: 40%;\n}\n.font-mono[data-v-662e4387] {\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.sticky-cards[data-v-662e4387] {\n position: sticky;\n top: 24px;\n}\n\n.property[data-v-5621a913] {\n padding: 12px 0;\n}\n.property-information[data-v-5621a913] {\n display: flex;\n align-items: end;\n gap: 9px;\n}\n.property-description[data-v-5621a913] {\n margin-top: 4px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n line-height: 1.4;\n font-size: var(--theme-small, var(--default-theme-small));\n}\n.property-rule[data-v-5621a913] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n padding: 0 6px;\n}\n.property[data-v-5621a913]:not(:last-of-type) {\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.property-name[data-v-5621a913] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(--theme-mini, var(--default-theme-mini));\n}\n.required[data-v-5621a913],\n.optional[data-v-5621a913] {\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-size: var(\n --default-theme-font-size-5,\n var(--default-default-theme-font-size-5)\n );\n}\n.required[data-v-5621a913] {\n text-transform: uppercase;\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.property-type[data-v-5621a913] {\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n.property[data-v-5621a913] {\n padding: 12px 12px;\n}\n.property-example[data-v-5621a913] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.property-example-value[data-v-5621a913] {\n padding: 12px 12px;\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n background: var(--theme-background-2, var(--default-theme-background-2));\n border-radius: var(--theme-radius, var(--default-theme-radius));\n padding: 2px 5px;\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-size: var(\n --default-theme-font-size-5,\n var(--default-default-theme-font-size-5)\n );\n}\n.rule[data-v-5621a913] {\n margin-top: 12px;\n padding: 0 12px 12px;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n background: var(--theme-background-4, var(--default-theme-background-4));\n border: 2px dotted\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.property-enum-value[data-v-5621a913] {\n padding: 3px 0;\n}\n.property-enum-value[data-v-5621a913]::before {\n content: '◼';\n margin-right: 6px;\n color: var(--theme-color-3, var(--default-theme-color-3));\n}\n.property-enum-values[data-v-5621a913] {\n margin-top: 8px;\n list-style: none;\n}\n.property-read-only[data-v-5621a913] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.property-nullable[data-v-5621a913] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n color: var(--theme-color-2, var(--default-theme-color-2));\n}\n\n.error[data-v-e887bef8] {\n background-color: red;\n}\n.schema[data-v-e887bef8] {\n width: 100%;\n font-size: var(--default-theme-font-size-3, var(--default-theme-font-size-3));\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.type[data-v-e887bef8] {\n font-size: var(--theme-micro, var(--default-theme-micro));\n color: var(--theme-color-2, var(--default-theme-color-2));\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n font-weight: var(--theme-bold, var(--default-theme-bold));\n text-transform: uppercase;\n background: var(--theme-background-4, var(--default-theme-background-4));\n padding: 10px 12px;\n}\n.type-icon[data-v-e887bef8] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n font-size: var(--theme-micro, var(--default-theme-micro));\n}\n.properties[data-v-e887bef8] {\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n margin: 24px 0 0;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n overflow: hidden;\n}\n.properties .properties[data-v-e887bef8] {\n margin-top: 12px;\n}\n\n.show-more[data-v-5ac202a8] {\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 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 position: relative;\n margin: 48px auto;\n}\n.show-more[data-v-5ac202a8]:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.show-more-icon[data-v-5ac202a8] {\n width: 14px;\n height: 14px;\n margin-left: 3px;\n}\n.show-more[data-v-5ac202a8]:active {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n@media (max-width: 1165px) {\n.show-more[data-v-5ac202a8] {\n margin: 24px auto;\n}\n}\n\n.title[data-v-d173780f] {\n margin-bottom: 12px !important;\n margin-top: 12px !important;\n}\n\n.title[data-v-fe28bd1e] {\n margin-bottom: 12px !important;\n margin-top: 24px !important;\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.description[data-v-d0646332] {\n margin-bottom: 24px;\n}\n\n.request-path-variable {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n\n.request[data-v-379b96bc] {\n display: flex;\n flex-wrap: nowrap;\n}\n.request-method[data-v-379b96bc] {\n white-space: nowrap;\n}\n.request-method--post[data-v-379b96bc] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.request-method--patch[data-v-379b96bc] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.request-method--get[data-v-379b96bc] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.request-method--delete[data-v-379b96bc] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.request-method--put[data-v-379b96bc] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-path[data-v-379b96bc] {\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-379b96bc] {\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-379b96bc] {\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-379b96bc] {\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-379b96bc] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.language-select span[data-v-379b96bc]: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-379b96bc]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.copy-button[data-v-379b96bc] {\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 margin-right: 12px;\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-379b96bc]: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-379b96bc]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.copy-button svg[data-v-379b96bc] {\n width: 13px;\n height: 13px;\n}\n.show-api-client-button[data-v-379b96bc] {\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-379b96bc],\n.show-api-client-button svg[data-v-379b96bc] {\n color: var(--theme-color-1, var(--default-theme-color-1));\n z-index: 1;\n}\n.show-api-client-button[data-v-379b96bc]: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-379b96bc]: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-379b96bc]: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-379b96bc] {\n height: 12px;\n width: auto;\n margin-left: 9px;\n}\n.show-api-client-button--post[data-v-379b96bc] {\n background: var(--theme-color-green, var(--default-theme-color-green));\n}\n.show-api-client-button--patch[data-v-379b96bc] {\n background: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.show-api-client-button--get[data-v-379b96bc] {\n background: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.show-api-client-button--delete[data-v-379b96bc] {\n background: var(--theme-color-red, var(--default-theme-color-red));\n}\n.show-api-client-button--put[data-v-379b96bc] {\n background: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.request-method[data-v-379b96bc] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n text-transform: uppercase;\n}\n.request-path[data-v-379b96bc] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n}\n.card-header-actions[data-v-379b96bc] {\n display: flex;\n}\n@media screen and (max-width: 400px) {\n.language-select[data-v-379b96bc] {\n position: absolute;\n bottom: 9px;\n left: 0;\n border-right: none;\n}\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-6710f711] * {\n margin: 0;\n}\n.code-copy[data-v-6710f711] {\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 margin-right: 12px;\n}\n.code-copy[data-v-6710f711]:hover {\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.code-copy svg[data-v-6710f711] {\n width: 13px;\n height: 13px;\n}\n.description[data-v-6710f711] {\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-6710f711] {\n margin: 10px 0 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-6710f711] {\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-6710f711] {\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-6710f711] {\n display: block;\n margin: 6px;\n}\n.card-container[data-v-6710f711] {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.card-container[data-v-6710f711] .cm-scroller {\n overflow: hidden;\n}\n.rule-title[data-v-6710f711] {\n font-family: var(--theme-font-code, var(--default-theme-font-code));\n color: var(--theme-color-1, var(--default-theme-color-1));\n display: inline-block;\n margin: 12px 0 6px;\n border-radius: var(--theme-radius, var(--default-theme-radius));\n}\n.rule[data-v-6710f711] {\n margin: 0 12px 0;\n border-radius: var(--theme-radius-lg, var(--default-theme-radius-lg));\n}\n.rule-items[data-v-6710f711] {\n counter-reset: list-number;\n display: flex;\n flex-direction: column;\n gap: 12px;\n border-left: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n padding: 12px 0 12px;\n}\n.rule-item[data-v-6710f711] {\n counter-increment: list-number;\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 overflow: hidden;\n margin-left: 24px;\n}\n.rule-item[data-v-6710f711]:before {\n /* content: counter(list-number); */\n border: 1px solid var(--theme-border-color, var(--default-theme-border-color));\n border-top: 0;\n border-right: 0;\n content: ' ';\n display: block;\n width: 24px;\n height: 6px;\n border-radius: 0 0 0 var(--theme-radius-lg, var(--default-theme-radius-lg));\n margin-top: 6px;\n color: var(--theme-color-2, var(--default-theme-color-2));\n transform: translateX(-25px);\n color: var(--theme-color-1, var(--default-theme-color-1));\n position: absolute;\n}\n\n.examples[data-v-659f757e] {\n position: sticky;\n top: 24px;\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-b0ef063e] {\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-b0ef063e] {\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-b0ef063e]:hover {\n color: var(--theme-color-2, var(--default-theme-color-2));\n cursor: pointer;\n}\n.show-more-icon[data-v-b0ef063e] {\n width: 14px;\n height: 14px;\n margin-left: 3px;\n}\n.show-more[data-v-b0ef063e]: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-b0ef063e] {\n margin-top: -25px;\n margin-bottom: 25px;\n}\n@media (max-width: 1165px) {\n.show-more[data-v-b0ef063e] {\n margin-top: -24px;\n margin-bottom: 24px;\n}\n}\n\n.references-mobile-header[data-v-8a8a5a02] {\n display: flex;\n align-items: center;\n gap: 12px;\n height: 100%;\n width: 100%;\n padding: 0 8px;\n background: var(--theme-background-1, var(--default-theme-background-1));\n border-bottom: 1px solid\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.references-mobile-breadcrumbs[data-v-8a8a5a02] {\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-2ff92401] {\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-2ff92401]:focus {\n border-color: var(--theme-color-1, var(--default-theme-color-1));\n}\n/** Results */\n.item-entry[data-v-2ff92401] {\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 overflow: hidden;\n}\n.item-entry-http-verb[data-v-2ff92401]:empty {\n display: none;\n}\n.ref-search-list[data-v-2ff92401] {\n padding: 0 0 12px 12px;\n}\n.ref-search-container[data-v-2ff92401] {\n padding: 12px;\n}\n.item-entry--active[data-v-2ff92401] {\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-2ff92401]::before {\n content: '–';\n margin-right: 6px;\n}\n.item-entry-description[data-v-2ff92401],\n.item-entry-title[data-v-2ff92401] {\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-2ff92401] {\n min-width: fit-content;\n}\n.item-entry-http-verb[data-v-2ff92401],\n.item-entry-subtitle[data-v-2ff92401] {\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-2ff92401] {\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-2ff92401] {\n color: var(--theme-color-green, var(--default-theme-color-green));\n}\n.item-entry-http-verb--patch[data-v-2ff92401] {\n color: var(--theme-color-yellow, var(--default-theme-color-yellow));\n}\n.item-entry-http-verb--get[data-v-2ff92401] {\n color: var(--theme-color-blue, var(--default-theme-color-blue));\n}\n.item-entry-http-verb--delete[data-v-2ff92401] {\n color: var(--theme-color-red, var(--default-theme-color-red));\n}\n.item-entry-http-verb--delete[data-v-2ff92401] {\n font-size: 0;\n}\n.item-entry-http-verb--delete[data-v-2ff92401]: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-2ff92401] {\n color: var(--theme-color-orange, var(--default-theme-color-orange));\n}\n.item-entry-path[data-v-2ff92401] {\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-2ff92401] {\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-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(--full-height, 100vh) -\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-223be9b3] {\n padding: 30px 18px 24px 30px;\n display: flex;\n flex-flow: wrap;\n}\n.start-h1[data-v-223be9b3] {\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-223be9b3]:not(:first-of-type) {\n margin-top: 24px;\n}\n.start-p[data-v-223be9b3] {\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-223be9b3] {\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-223be9b3] {\n margin: 6px 0;\n color: var(--theme-color-1, var(--default-theme-color-1));\n}\n.start-section[data-v-223be9b3] {\n padding: 24px 0 0;\n width: 50%;\n min-width: 180px;\n}\n.start-h2[data-v-223be9b3] {\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-223be9b3] {\n width: 100%;\n position: relative;\n user-select: none;\n}\n.start-link-item[data-v-223be9b3] {\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-223be9b3]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-link-item svg[data-v-223be9b3] {\n height: 14px;\n width: 14px;\n margin-right: 6px;\n}\n.start-item-table[data-v-223be9b3] {\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-223be9b3]:nth-of-type(1) {\n border-top: none;\n}\n.start-item[data-v-223be9b3] {\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-223be9b3] {\n width: 14px;\n height: 14px;\n margin-right: 6px;\n}\n.start-item[data-v-223be9b3]:hover {\n background: var(--theme-background-2, var(--default-theme-background-2));\n}\n.start-item-active[data-v-223be9b3] {\n box-shadow: 0 0 0 1px\n var(--theme-border-color, var(--default-theme-border-color));\n}\n.start-item-active[data-v-223be9b3]:hover {\n background: transparent;\n}\n.start-item-color[data-v-223be9b3] {\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-223be9b3] {\n background: #cdc9b3;\n}\n.dark-mode .start-item-color-moon[data-v-223be9b3] {\n background: #323332;\n}\n.start-item-color-solarized[data-v-223be9b3] {\n background: #fdf6e3;\n}\n.dark-mode .start-item-color-solarized[data-v-223be9b3] {\n background: #00212b;\n}\n.start-item-color-purple[data-v-223be9b3] {\n background: #f5f6fd;\n}\n.dark-mode .start-item-color-purple[data-v-223be9b3] {\n background: #262a40;\n}\n.start-item-color-alternate[data-v-223be9b3] {\n background: #f6f6f6;\n}\n.dark-mode .start-item-color-alternate[data-v-223be9b3] {\n background: #252525;\n}\n.start-item-color-default[data-v-223be9b3] {\n background: #fff;\n}\n.dark-mode .start-item-color-default[data-v-223be9b3] {\n background: #1a1a1a;\n}\n.start-section-color .start-item[data-v-223be9b3] {\n text-transform: capitalize;\n}\n.start-cta[data-v-223be9b3] {\n width: 100%;\n margin-top: 12px;\n}\n.start-a[data-v-223be9b3] {\n color: var(\n --theme-color-accent,\n var(--default-theme-color-accent)\n ) !important;\n}\n.start-a[data-v-223be9b3]: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-38750041] {\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-38750041] {\n border-right: none;\n box-shadow: none;\n}\n}"));
|
|
7
7
|
document.head.appendChild(elementStyle);
|
|
8
8
|
}
|
|
9
9
|
} catch (e) {
|
|
@@ -12196,7 +12196,7 @@ Component that was made reactive: `,
|
|
|
12196
12196
|
const solarizedTheme = ".light-mode {\n color-scheme: light;\n --default-theme-color-1: #584c27;\n --default-theme-color-2: #616161;\n --default-theme-color-3: #a89f84;\n --default-theme-color-accent: #b58900;\n --default-theme-background-1: #fdf6e3;\n --default-theme-background-2: #eee8d5;\n --default-theme-background-3: #ddd6c1;\n --default-theme-background-accent: #b589001f;\n\n --default-theme-border-color: #ded8c8;\n --default-theme-scrollbar-color: rgba(0, 0, 0, 0.18);\n --default-theme-scrollbar-color-active: rgba(0, 0, 0, 0.36);\n --default-theme-lifted-brightness: 1;\n --default-theme-backdrop-brightness: 1;\n\n --default-theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.11);\n --default-theme-shadow-2: rgba(0, 0, 0, 0.08) 0px 13px 20px 0px,\n rgba(0, 0, 0, 0.08) 0px 3px 8px 0px, #eeeeed 0px 0 0 1px;\n\n --default-theme-button-1: rgb(49 53 56);\n --default-theme-button-1-color: #fff;\n --default-theme-button-1-hover: rgb(28 31 33);\n\n --default-theme-color-red: #b91c1c;\n --default-theme-color-orange: #a16207;\n --default-theme-color-green: #047857;\n --default-theme-color-blue: #1d4ed8;\n --default-theme-color-orange: #c2410c;\n --default-theme-color-purple: #6d28d9;\n}\n\n.dark-mode {\n color-scheme: dark;\n --default-theme-color-1: #fff;\n --default-theme-color-2: #cccccc;\n --default-theme-color-3: #6d8890;\n --default-theme-color-accent: #007acc;\n --default-theme-background-1: #00212b;\n --default-theme-background-2: #012b36;\n --default-theme-background-3: #004052;\n --default-theme-background-accent: #015a6f;\n\n --default-theme-border-color: rgba(255, 255, 255, 0.1);\n --default-theme-scrollbar-color: rgba(255, 255, 255, 0.24);\n --default-theme-scrollbar-color-active: rgba(255, 255, 255, 0.48);\n --default-theme-lifted-brightness: 1.45;\n --default-theme-backdrop-brightness: 0.5;\n\n --default-theme-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, 0.1);\n --default-theme-shadow-2: rgba(15, 15, 15, 0.2) 0px 3px 6px,\n rgba(15, 15, 15, 0.4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, 0.1);\n\n --default-theme-button-1: #f6f6f6;\n --default-theme-button-1-color: #000;\n --default-theme-button-1-hover: #e7e7e7;\n\n --default-theme-color-green: #00b648;\n --default-theme-color-red: #dc1b19;\n --default-theme-color-yellow: #ffc90d;\n --default-theme-color-blue: #4eb3ec;\n --default-theme-color-orange: #ff8d4d;\n --default-theme-color-purple: #b191f9;\n}\n\n/* Sidebar */\n.light-mode .t-doc__sidebar {\n --default-sidebar-background-1: var(--default-theme-background-1);\n --default-sidebar-item-hover-color: currentColor;\n --default-sidebar-item-hover-background: var(--default-theme-background-2);\n --default-sidebar-item-active-background: var(\n --default-theme-background-accent\n );\n --default-sidebar-border-color: var(--default-theme-border-color);\n --default-sidebar-color-1: var(--default-theme-color-1);\n --default-sidebar-color-2: var(--default-theme-color-2);\n --default-sidebar-color-active: var(--default-theme-color-accent);\n --default-sidebar-search-background: var(--default-theme-background-2);\n --default-sidebar-search-border-color: var(--sidebar-search-background);\n --default-sidebar-search--color: var(--default-theme-color-3);\n}\n\n.dark-mode .sidebar {\n --default-sidebar-background-1: var(--default-theme-background-1);\n --default-sidebar-item-hover-color: currentColor;\n --default-sidebar-item-hover-background: var(--default-theme-background-2);\n --default-sidebar-item-active-background: var(\n --default-theme-background-accent\n );\n --default-sidebar-border-color: var(--default-theme-border-color);\n --default-sidebar-color-1: var(--default-theme-color-1);\n --default-sidebar-color-2: var(--default-theme-color-2);\n --default-sidebar-color-active: var(--default-sidebar-color-1);\n --default-sidebar-search-background: var(--default-theme-background-2);\n --default-sidebar-search-border-color: var(--sidebar-search-background);\n --default-sidebar-search--color: var(--default-theme-color-3);\n}\n";
|
|
12197
12197
|
const base$2 = "";
|
|
12198
12198
|
const scrollbar = "";
|
|
12199
|
-
const _sfc_main$
|
|
12199
|
+
const _sfc_main$1n = /* @__PURE__ */ defineComponent({
|
|
12200
12200
|
__name: "ThemeStyles",
|
|
12201
12201
|
props: {
|
|
12202
12202
|
id: {}
|
|
@@ -37419,7 +37419,7 @@ Component that was made reactive: `,
|
|
|
37419
37419
|
)
|
|
37420
37420
|
}
|
|
37421
37421
|
);
|
|
37422
|
-
const _sfc_main$
|
|
37422
|
+
const _sfc_main$1m = /* @__PURE__ */ defineComponent({
|
|
37423
37423
|
__name: "CodeMirror",
|
|
37424
37424
|
props: {
|
|
37425
37425
|
extensions: {},
|
|
@@ -37552,8 +37552,8 @@ Component that was made reactive: `,
|
|
|
37552
37552
|
}
|
|
37553
37553
|
});
|
|
37554
37554
|
const CodeMirror_vue_vue_type_style_index_0_lang = "";
|
|
37555
|
-
const _hoisted_1$
|
|
37556
|
-
const _sfc_main$
|
|
37555
|
+
const _hoisted_1$16 = { class: "modal-layout" };
|
|
37556
|
+
const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
37557
37557
|
__name: "FlowModal",
|
|
37558
37558
|
props: {
|
|
37559
37559
|
state: {},
|
|
@@ -37569,7 +37569,7 @@ Component that was made reactive: `,
|
|
|
37569
37569
|
onClose: _cache[0] || (_cache[0] = ($event) => _ctx.state.hide())
|
|
37570
37570
|
}, {
|
|
37571
37571
|
default: withCtx(() => [
|
|
37572
|
-
createBaseVNode("div", _hoisted_1$
|
|
37572
|
+
createBaseVNode("div", _hoisted_1$16, [
|
|
37573
37573
|
createVNode(unref(Ge), {
|
|
37574
37574
|
class: normalizeClass(["modal", {
|
|
37575
37575
|
"modal-content-large": _ctx.variant === "large",
|
|
@@ -37616,7 +37616,7 @@ Component that was made reactive: `,
|
|
|
37616
37616
|
}
|
|
37617
37617
|
return target;
|
|
37618
37618
|
};
|
|
37619
|
-
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37619
|
+
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__scopeId", "data-v-30a935b0"]]);
|
|
37620
37620
|
const useModal = () => reactive({
|
|
37621
37621
|
open: false,
|
|
37622
37622
|
show() {
|
|
@@ -40148,108 +40148,6 @@ Component that was made reactive: `,
|
|
|
40148
40148
|
const pathWithoutSlash = path2.startsWith("/") ? path2.slice(1) : path2;
|
|
40149
40149
|
return [urlWithSlash, pathWithoutSlash].join("");
|
|
40150
40150
|
};
|
|
40151
|
-
function generateParameters(parameters) {
|
|
40152
|
-
const params2 = [];
|
|
40153
|
-
parameters.forEach((parameter) => {
|
|
40154
|
-
const param = {
|
|
40155
|
-
name: parameter.name,
|
|
40156
|
-
value: "",
|
|
40157
|
-
customClass: parameter.required ? "required-parameter" : ""
|
|
40158
|
-
};
|
|
40159
|
-
param.value = "";
|
|
40160
|
-
params2.push(param);
|
|
40161
|
-
});
|
|
40162
|
-
return params2;
|
|
40163
|
-
}
|
|
40164
|
-
function getRequestBody(requestBody) {
|
|
40165
|
-
var _a3, _b2;
|
|
40166
|
-
if (!((_a3 = requestBody == null ? void 0 : requestBody.content["application/json"]) == null ? void 0 : _a3.schema))
|
|
40167
|
-
return "{}";
|
|
40168
|
-
const body2 = generateRequestBody(
|
|
40169
|
-
(_b2 = requestBody.content["application/json"]) == null ? void 0 : _b2.schema,
|
|
40170
|
-
0,
|
|
40171
|
-
false
|
|
40172
|
-
);
|
|
40173
|
-
return JSON.stringify(body2 || {}, null, 2);
|
|
40174
|
-
}
|
|
40175
|
-
const generateRequestBody = (schema2, level = 0, includeExample = true) => {
|
|
40176
|
-
if (level > 10) {
|
|
40177
|
-
return null;
|
|
40178
|
-
}
|
|
40179
|
-
if (schema2.type === "array") {
|
|
40180
|
-
if (schema2.example !== void 0 && includeExample) {
|
|
40181
|
-
return schema2.example;
|
|
40182
|
-
}
|
|
40183
|
-
return [];
|
|
40184
|
-
}
|
|
40185
|
-
const response2 = {};
|
|
40186
|
-
if (typeof schema2.properties !== "object") {
|
|
40187
|
-
return response2;
|
|
40188
|
-
}
|
|
40189
|
-
Object.keys(schema2.properties).forEach((name2) => {
|
|
40190
|
-
var _a3;
|
|
40191
|
-
const property2 = schema2.properties[name2];
|
|
40192
|
-
if (property2.example !== void 0 && includeExample) {
|
|
40193
|
-
response2[name2] = property2.example;
|
|
40194
|
-
return;
|
|
40195
|
-
}
|
|
40196
|
-
if (property2.enum !== void 0 && includeExample) {
|
|
40197
|
-
response2[name2] = property2.enum[0];
|
|
40198
|
-
return;
|
|
40199
|
-
}
|
|
40200
|
-
if (property2.properties !== void 0) {
|
|
40201
|
-
response2[name2] = generateRequestBody(property2, level + 1, includeExample);
|
|
40202
|
-
return;
|
|
40203
|
-
}
|
|
40204
|
-
if (((_a3 = property2.items) == null ? void 0 : _a3.properties) !== void 0) {
|
|
40205
|
-
const children2 = generateRequestBody(
|
|
40206
|
-
property2.items,
|
|
40207
|
-
level + 1,
|
|
40208
|
-
includeExample
|
|
40209
|
-
);
|
|
40210
|
-
if ((property2 == null ? void 0 : property2.type) === "array") {
|
|
40211
|
-
response2[name2] = [children2];
|
|
40212
|
-
} else {
|
|
40213
|
-
response2[name2] = null;
|
|
40214
|
-
}
|
|
40215
|
-
return;
|
|
40216
|
-
}
|
|
40217
|
-
const exampleValues = {
|
|
40218
|
-
// TODO: Need to check the schema and add a default value
|
|
40219
|
-
array: [],
|
|
40220
|
-
string: "",
|
|
40221
|
-
boolean: true,
|
|
40222
|
-
integer: 1,
|
|
40223
|
-
number: 0,
|
|
40224
|
-
// TODO: Need to check the schema and add a default value
|
|
40225
|
-
object: {}
|
|
40226
|
-
};
|
|
40227
|
-
if (exampleValues[property2.type] !== void 0) {
|
|
40228
|
-
response2[name2] = exampleValues[property2.type];
|
|
40229
|
-
return;
|
|
40230
|
-
}
|
|
40231
|
-
console.warn(
|
|
40232
|
-
`[generateResponseContent] Unknown property type "${property2.type}" for property "${name2}".`
|
|
40233
|
-
);
|
|
40234
|
-
response2[name2] = null;
|
|
40235
|
-
});
|
|
40236
|
-
return response2;
|
|
40237
|
-
};
|
|
40238
|
-
function generateRequest(operation, parameterMap, server) {
|
|
40239
|
-
var _a3;
|
|
40240
|
-
const item = {
|
|
40241
|
-
id: operation.operationId,
|
|
40242
|
-
name: operation.name,
|
|
40243
|
-
type: operation.httpVerb,
|
|
40244
|
-
path: operation.path,
|
|
40245
|
-
parameters: generateParameters(parameterMap.path),
|
|
40246
|
-
query: generateParameters(parameterMap.query),
|
|
40247
|
-
headers: generateParameters(parameterMap.header),
|
|
40248
|
-
url: server.url,
|
|
40249
|
-
body: getRequestBody((_a3 = operation == null ? void 0 : operation.information) == null ? void 0 : _a3.requestBody)
|
|
40250
|
-
};
|
|
40251
|
-
return item;
|
|
40252
|
-
}
|
|
40253
40151
|
function mapFromArray(arr, key2, valueKey) {
|
|
40254
40152
|
const obj = {};
|
|
40255
40153
|
arr.forEach((entry) => {
|
|
@@ -43412,10 +43310,10 @@ Component that was made reactive: `,
|
|
|
43412
43310
|
}
|
|
43413
43311
|
return options2.colonNotation ? result.join("") : result.join(" ");
|
|
43414
43312
|
}
|
|
43415
|
-
const _hoisted_1$
|
|
43416
|
-
const _hoisted_2$
|
|
43417
|
-
const _hoisted_3$
|
|
43418
|
-
const _sfc_main$
|
|
43313
|
+
const _hoisted_1$15 = { class: "navtable-item-40 navtable-item-request" };
|
|
43314
|
+
const _hoisted_2$L = { class: "navtable-item-40 navtable-item-response" };
|
|
43315
|
+
const _hoisted_3$y = { class: "navtable-item-20 navtable-item-time" };
|
|
43316
|
+
const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
43419
43317
|
__name: "RequestHistoryItem",
|
|
43420
43318
|
props: {
|
|
43421
43319
|
history: {}
|
|
@@ -43438,7 +43336,7 @@ Component that was made reactive: `,
|
|
|
43438
43336
|
class: normalizeClass(["navtable-item", { "navtable-item__active": unref(activeRequestId2) === _ctx.history }]),
|
|
43439
43337
|
onClick: _cache[0] || (_cache[0] = ($event) => unref(setActiveResponse2)(_ctx.history))
|
|
43440
43338
|
}, [
|
|
43441
|
-
createBaseVNode("div", _hoisted_1$
|
|
43339
|
+
createBaseVNode("div", _hoisted_1$15, [
|
|
43442
43340
|
createBaseVNode("button", {
|
|
43443
43341
|
class: normalizeClass(["radio", unref(requestHistory2)[_ctx.history].request.type.toLowerCase()]),
|
|
43444
43342
|
type: "button"
|
|
@@ -43448,7 +43346,7 @@ Component that was made reactive: `,
|
|
|
43448
43346
|
createTextVNode(" " + toDisplayString(unref(requestHistory2)[_ctx.history].request.url), 1)
|
|
43449
43347
|
])
|
|
43450
43348
|
]),
|
|
43451
|
-
createBaseVNode("div", _hoisted_2$
|
|
43349
|
+
createBaseVNode("div", _hoisted_2$L, [
|
|
43452
43350
|
createBaseVNode("span", null, toDisplayString(unref(prettyMilliseconds)(unref(requestHistory2)[_ctx.history].response.duration)), 1),
|
|
43453
43351
|
createBaseVNode("span", {
|
|
43454
43352
|
class: normalizeClass(`scalar-api-client__status--${String(
|
|
@@ -43457,38 +43355,38 @@ Component that was made reactive: `,
|
|
|
43457
43355
|
}, toDisplayString(unref(requestHistory2)[_ctx.history].response.statusCode), 3),
|
|
43458
43356
|
createBaseVNode("span", null, toDisplayString(getContentLength(unref(requestHistory2)[_ctx.history].response)), 1)
|
|
43459
43357
|
]),
|
|
43460
|
-
createBaseVNode("div", _hoisted_3$
|
|
43358
|
+
createBaseVNode("div", _hoisted_3$y, [
|
|
43461
43359
|
createBaseVNode("span", null, toDisplayString(unref(timeAgo).format(unref(requestHistory2)[_ctx.history].sentTime)), 1)
|
|
43462
43360
|
])
|
|
43463
43361
|
], 2);
|
|
43464
43362
|
};
|
|
43465
43363
|
}
|
|
43466
43364
|
});
|
|
43467
|
-
const _hoisted_1$
|
|
43468
|
-
const _hoisted_2$
|
|
43469
|
-
const _hoisted_3$
|
|
43470
|
-
const _hoisted_4$
|
|
43471
|
-
const _hoisted_5$
|
|
43472
|
-
const _hoisted_6$
|
|
43473
|
-
const _sfc_main$
|
|
43365
|
+
const _hoisted_1$14 = { class: "navigation-content-item" };
|
|
43366
|
+
const _hoisted_2$K = { class: "navtable" };
|
|
43367
|
+
const _hoisted_3$x = { class: "navtable-table" };
|
|
43368
|
+
const _hoisted_4$q = /* @__PURE__ */ createStaticVNode('<div class="navtable-item navtable-item__top"><div class="navtable-item-40"><label for="">Request</label></div><div class="navtable-item-40"><label for="">Response</label></div><div class="navtable-item-20"><label for="">TIME</label></div></div>', 1);
|
|
43369
|
+
const _hoisted_5$k = { class: "navtable-radios" };
|
|
43370
|
+
const _hoisted_6$g = /* @__PURE__ */ createStaticVNode('<div class="navtable-mock"><div class="navtable-item"><div class="navtable-item-40"></div><div class="navtable-item-40"></div><div class="navtable-item-20"></div></div></div>', 1);
|
|
43371
|
+
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
43474
43372
|
__name: "RequestHistory",
|
|
43475
43373
|
emits: ["toggle"],
|
|
43476
43374
|
setup(__props) {
|
|
43477
43375
|
const { requestHistoryOrder: requestHistoryOrder2 } = useApiClientRequestStore();
|
|
43478
43376
|
return (_ctx, _cache) => {
|
|
43479
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
43480
|
-
createBaseVNode("div", _hoisted_2$
|
|
43481
|
-
createBaseVNode("div", _hoisted_3$
|
|
43482
|
-
_hoisted_4$
|
|
43483
|
-
createBaseVNode("div", _hoisted_5$
|
|
43377
|
+
return openBlock(), createElementBlock("div", _hoisted_1$14, [
|
|
43378
|
+
createBaseVNode("div", _hoisted_2$K, [
|
|
43379
|
+
createBaseVNode("div", _hoisted_3$x, [
|
|
43380
|
+
_hoisted_4$q,
|
|
43381
|
+
createBaseVNode("div", _hoisted_5$k, [
|
|
43484
43382
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(requestHistoryOrder2), (history) => {
|
|
43485
|
-
return openBlock(), createBlock(_sfc_main$
|
|
43383
|
+
return openBlock(), createBlock(_sfc_main$1k, {
|
|
43486
43384
|
key: history,
|
|
43487
43385
|
history
|
|
43488
43386
|
}, null, 8, ["history"]);
|
|
43489
43387
|
}), 128))
|
|
43490
43388
|
]),
|
|
43491
|
-
_hoisted_6$
|
|
43389
|
+
_hoisted_6$g
|
|
43492
43390
|
])
|
|
43493
43391
|
])
|
|
43494
43392
|
]);
|
|
@@ -43496,10 +43394,10 @@ Component that was made reactive: `,
|
|
|
43496
43394
|
}
|
|
43497
43395
|
});
|
|
43498
43396
|
const RequestHistory_vue_vue_type_style_index_0_lang = "";
|
|
43499
|
-
const _hoisted_1$
|
|
43500
|
-
const _hoisted_2$
|
|
43501
|
-
const _hoisted_3$
|
|
43502
|
-
const _sfc_main$
|
|
43397
|
+
const _hoisted_1$13 = { class: "request-method-select" };
|
|
43398
|
+
const _hoisted_2$J = ["disabled", "value"];
|
|
43399
|
+
const _hoisted_3$w = ["value"];
|
|
43400
|
+
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
43503
43401
|
__name: "RequestMethodSelect",
|
|
43504
43402
|
props: {
|
|
43505
43403
|
requestMethod: {},
|
|
@@ -43519,7 +43417,7 @@ Component that was made reactive: `,
|
|
|
43519
43417
|
// 'TRACE',
|
|
43520
43418
|
];
|
|
43521
43419
|
return (_ctx, _cache) => {
|
|
43522
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
43420
|
+
return openBlock(), createElementBlock("div", _hoisted_1$13, [
|
|
43523
43421
|
createBaseVNode("span", {
|
|
43524
43422
|
class: normalizeClass(["request-method", { "request-method--disabled": _ctx.readOnly }])
|
|
43525
43423
|
}, [
|
|
@@ -43537,24 +43435,24 @@ Component that was made reactive: `,
|
|
|
43537
43435
|
return createBaseVNode("option", {
|
|
43538
43436
|
key: validRequestMethod,
|
|
43539
43437
|
value: validRequestMethod.toLocaleLowerCase()
|
|
43540
|
-
}, toDisplayString(validRequestMethod), 9, _hoisted_3$
|
|
43438
|
+
}, toDisplayString(validRequestMethod), 9, _hoisted_3$w);
|
|
43541
43439
|
}), 64))
|
|
43542
|
-
], 40, _hoisted_2$
|
|
43440
|
+
], 40, _hoisted_2$J)
|
|
43543
43441
|
]);
|
|
43544
43442
|
};
|
|
43545
43443
|
}
|
|
43546
43444
|
});
|
|
43547
43445
|
const RequestMethodSelect_vue_vue_type_style_index_0_scoped_01f6175d_lang = "";
|
|
43548
|
-
const RequestMethodSelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
43549
|
-
const _withScopeId$9 = (n2) => (pushScopeId("data-v-
|
|
43550
|
-
const _hoisted_1$
|
|
43446
|
+
const RequestMethodSelect = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-01f6175d"]]);
|
|
43447
|
+
const _withScopeId$9 = (n2) => (pushScopeId("data-v-e61e9910"), n2 = n2(), popScopeId(), n2);
|
|
43448
|
+
const _hoisted_1$12 = {
|
|
43551
43449
|
key: 0,
|
|
43552
43450
|
class: "loader"
|
|
43553
43451
|
};
|
|
43554
|
-
const _hoisted_2$
|
|
43555
|
-
const _hoisted_3$
|
|
43556
|
-
const _hoisted_4$
|
|
43557
|
-
const _hoisted_5$
|
|
43452
|
+
const _hoisted_2$I = { class: "scalar-api-client__url-form" };
|
|
43453
|
+
const _hoisted_3$v = { class: "scalar-api-client__field" };
|
|
43454
|
+
const _hoisted_4$p = ["disabled"];
|
|
43455
|
+
const _hoisted_5$j = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createBaseVNode("svg", {
|
|
43558
43456
|
fill: "none",
|
|
43559
43457
|
height: "48",
|
|
43560
43458
|
viewBox: "0 0 14 14",
|
|
@@ -43571,12 +43469,12 @@ Component that was made reactive: `,
|
|
|
43571
43469
|
})
|
|
43572
43470
|
])
|
|
43573
43471
|
], -1));
|
|
43574
|
-
const _hoisted_6$
|
|
43575
|
-
const _hoisted_7$
|
|
43576
|
-
_hoisted_5$
|
|
43577
|
-
_hoisted_6$
|
|
43472
|
+
const _hoisted_6$f = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createBaseVNode("span", null, "Send Request", -1));
|
|
43473
|
+
const _hoisted_7$e = [
|
|
43474
|
+
_hoisted_5$j,
|
|
43475
|
+
_hoisted_6$f
|
|
43578
43476
|
];
|
|
43579
|
-
const _hoisted_8$
|
|
43477
|
+
const _hoisted_8$9 = { class: "scalar-api-client__address-bar__content" };
|
|
43580
43478
|
const _hoisted_9$7 = {
|
|
43581
43479
|
key: 0,
|
|
43582
43480
|
class: "scalar-api-client__history"
|
|
@@ -43605,7 +43503,7 @@ Component that was made reactive: `,
|
|
|
43605
43503
|
})
|
|
43606
43504
|
])
|
|
43607
43505
|
], -1));
|
|
43608
|
-
const _sfc_main$
|
|
43506
|
+
const _sfc_main$1h = /* @__PURE__ */ defineComponent({
|
|
43609
43507
|
__name: "AddressBar",
|
|
43610
43508
|
props: {
|
|
43611
43509
|
proxyUrl: {}
|
|
@@ -43685,18 +43583,18 @@ Component that was made reactive: `,
|
|
|
43685
43583
|
};
|
|
43686
43584
|
return (_ctx, _cache) => {
|
|
43687
43585
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
43688
|
-
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
43586
|
+
loading.value ? (openBlock(), createElementBlock("div", _hoisted_1$12)) : createCommentVNode("", true),
|
|
43689
43587
|
createBaseVNode("div", {
|
|
43690
43588
|
class: normalizeClass(["scalar-api-client__address-bar", { "scalar-api-client__address-bar__on": showHistory.value }])
|
|
43691
43589
|
}, [
|
|
43692
|
-
createBaseVNode("div", _hoisted_2$
|
|
43693
|
-
createBaseVNode("div", _hoisted_3$
|
|
43590
|
+
createBaseVNode("div", _hoisted_2$I, [
|
|
43591
|
+
createBaseVNode("div", _hoisted_3$v, [
|
|
43694
43592
|
createVNode(RequestMethodSelect, {
|
|
43695
43593
|
readOnly: unref(readOnly2),
|
|
43696
43594
|
requestMethod: requestType.value,
|
|
43697
43595
|
onChange: handleRequestMethodChanged
|
|
43698
43596
|
}, null, 8, ["readOnly", "requestMethod"]),
|
|
43699
|
-
createVNode(unref(_sfc_main$
|
|
43597
|
+
createVNode(unref(_sfc_main$1m), {
|
|
43700
43598
|
class: "scalar-api-client__url-input",
|
|
43701
43599
|
content: formattedUrl.value,
|
|
43702
43600
|
disableEnter: "",
|
|
@@ -43711,20 +43609,20 @@ Component that was made reactive: `,
|
|
|
43711
43609
|
disabled: !formattedUrl.value.trim().length,
|
|
43712
43610
|
type: "submit",
|
|
43713
43611
|
onClick: send
|
|
43714
|
-
}, _hoisted_7$
|
|
43612
|
+
}, _hoisted_7$e, 8, _hoisted_4$p)
|
|
43715
43613
|
]),
|
|
43716
43614
|
createBaseVNode("div", {
|
|
43717
43615
|
class: "scalar-api-client__address-bar__close",
|
|
43718
43616
|
onClick: _cache[0] || (_cache[0] = ($event) => showHistory.value = false)
|
|
43719
43617
|
}),
|
|
43720
|
-
createBaseVNode("div", _hoisted_8$
|
|
43618
|
+
createBaseVNode("div", _hoisted_8$9, [
|
|
43721
43619
|
createVNode(unref(FlowModal), {
|
|
43722
43620
|
state: unref(historyModal),
|
|
43723
43621
|
title: "Request History",
|
|
43724
43622
|
variant: "history"
|
|
43725
43623
|
}, {
|
|
43726
43624
|
default: withCtx(() => [
|
|
43727
|
-
createVNode(_sfc_main$
|
|
43625
|
+
createVNode(_sfc_main$1j, {
|
|
43728
43626
|
showHistory: showHistory.value,
|
|
43729
43627
|
onToggle: _cache[1] || (_cache[1] = ($event) => showHistory.value = !showHistory.value)
|
|
43730
43628
|
}, null, 8, ["showHistory"])
|
|
@@ -43746,9 +43644,9 @@ Component that was made reactive: `,
|
|
|
43746
43644
|
};
|
|
43747
43645
|
}
|
|
43748
43646
|
});
|
|
43749
|
-
const
|
|
43750
|
-
const AdressBar = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
43751
|
-
const _hoisted_1$
|
|
43647
|
+
const AddressBar_vue_vue_type_style_index_0_scoped_e61e9910_lang = "";
|
|
43648
|
+
const AdressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-e61e9910"]]);
|
|
43649
|
+
const _hoisted_1$11 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
43752
43650
|
class: "scalar-api-client__toggle__icon",
|
|
43753
43651
|
height: "10",
|
|
43754
43652
|
viewBox: "0 0 5 10",
|
|
@@ -43761,13 +43659,13 @@ Component that was made reactive: `,
|
|
|
43761
43659
|
"fill-rule": "nonzero"
|
|
43762
43660
|
})
|
|
43763
43661
|
], -1);
|
|
43764
|
-
const _hoisted_2$
|
|
43765
|
-
const _hoisted_3$
|
|
43662
|
+
const _hoisted_2$H = { class: "scalar-api-client__item__title" };
|
|
43663
|
+
const _hoisted_3$u = {
|
|
43766
43664
|
key: 0,
|
|
43767
43665
|
class: "scalar-api-client__item__options"
|
|
43768
43666
|
};
|
|
43769
|
-
const _hoisted_4$
|
|
43770
|
-
const _sfc_main$
|
|
43667
|
+
const _hoisted_4$o = { class: "scalar-api-client__item__content" };
|
|
43668
|
+
const _sfc_main$1g = /* @__PURE__ */ defineComponent({
|
|
43771
43669
|
__name: "CollapsibleSection",
|
|
43772
43670
|
props: {
|
|
43773
43671
|
title: {}
|
|
@@ -43781,9 +43679,9 @@ Component that was made reactive: `,
|
|
|
43781
43679
|
}, [
|
|
43782
43680
|
createVNode(unref(X), { class: "scalar-api-client__toggle" }, {
|
|
43783
43681
|
default: withCtx(() => [
|
|
43784
|
-
_hoisted_1$
|
|
43785
|
-
createBaseVNode("span", _hoisted_2$
|
|
43786
|
-
_ctx.$slots.options && open ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
43682
|
+
_hoisted_1$11,
|
|
43683
|
+
createBaseVNode("span", _hoisted_2$H, toDisplayString(_ctx.title), 1),
|
|
43684
|
+
_ctx.$slots.options && open ? (openBlock(), createElementBlock("div", _hoisted_3$u, [
|
|
43787
43685
|
renderSlot(_ctx.$slots, "options")
|
|
43788
43686
|
])) : createCommentVNode("", true)
|
|
43789
43687
|
]),
|
|
@@ -43791,7 +43689,7 @@ Component that was made reactive: `,
|
|
|
43791
43689
|
}, 1024),
|
|
43792
43690
|
createVNode(unref(Y), null, {
|
|
43793
43691
|
default: withCtx(() => [
|
|
43794
|
-
createBaseVNode("div", _hoisted_4$
|
|
43692
|
+
createBaseVNode("div", _hoisted_4$o, [
|
|
43795
43693
|
renderSlot(_ctx.$slots, "default")
|
|
43796
43694
|
])
|
|
43797
43695
|
]),
|
|
@@ -43805,39 +43703,39 @@ Component that was made reactive: `,
|
|
|
43805
43703
|
}
|
|
43806
43704
|
});
|
|
43807
43705
|
const CollapsibleSection_vue_vue_type_style_index_0_lang = "";
|
|
43808
|
-
const _hoisted_1
|
|
43809
|
-
|
|
43810
|
-
|
|
43811
|
-
|
|
43706
|
+
const _hoisted_1$10 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
43707
|
+
fill: "none",
|
|
43708
|
+
height: "100%",
|
|
43709
|
+
stroke: "currentColor",
|
|
43710
|
+
viewBox: "0 0 24 24",
|
|
43812
43711
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43813
43712
|
}, [
|
|
43814
43713
|
/* @__PURE__ */ createBaseVNode("path", {
|
|
43815
|
-
d: "
|
|
43816
|
-
|
|
43817
|
-
"fill-rule": "nonzero"
|
|
43714
|
+
d: "m19.5 10-7.5 7.5-7.5-7.5",
|
|
43715
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
43818
43716
|
})
|
|
43819
43717
|
], -1);
|
|
43820
|
-
const _hoisted_2$
|
|
43821
|
-
const _hoisted_3$
|
|
43718
|
+
const _hoisted_2$G = ["disabled", "value"];
|
|
43719
|
+
const _hoisted_3$t = {
|
|
43822
43720
|
key: 0,
|
|
43823
43721
|
class: "scalar-api-client__empty-state"
|
|
43824
43722
|
};
|
|
43825
|
-
const _hoisted_4$
|
|
43826
|
-
const _hoisted_5$
|
|
43827
|
-
const _hoisted_6$
|
|
43828
|
-
const _hoisted_7$
|
|
43829
|
-
const _hoisted_8$
|
|
43723
|
+
const _hoisted_4$n = { class: "input input__half" };
|
|
43724
|
+
const _hoisted_5$i = /* @__PURE__ */ createBaseVNode("label", { for: "Username" }, "Username", -1);
|
|
43725
|
+
const _hoisted_6$e = { class: "input input__half" };
|
|
43726
|
+
const _hoisted_7$d = /* @__PURE__ */ createBaseVNode("label", { for: "Password" }, "Password", -1);
|
|
43727
|
+
const _hoisted_8$8 = { class: "check" };
|
|
43830
43728
|
const _hoisted_9$6 = /* @__PURE__ */ createBaseVNode("span", { class: "checkmark" }, null, -1);
|
|
43831
43729
|
const _hoisted_10$4 = /* @__PURE__ */ createBaseVNode("p", null, "Enabled", -1);
|
|
43832
43730
|
const _hoisted_11$3 = { class: "input input__half" };
|
|
43833
43731
|
const _hoisted_12$3 = /* @__PURE__ */ createBaseVNode("label", { for: "Username" }, "Username", -1);
|
|
43834
|
-
const _hoisted_13$
|
|
43835
|
-
const _hoisted_14$
|
|
43836
|
-
const _hoisted_15$
|
|
43837
|
-
const _hoisted_16$
|
|
43838
|
-
const _hoisted_17$
|
|
43839
|
-
const _hoisted_18$
|
|
43840
|
-
const _hoisted_19$
|
|
43732
|
+
const _hoisted_13$3 = { class: "input input__half" };
|
|
43733
|
+
const _hoisted_14$3 = /* @__PURE__ */ createBaseVNode("label", { for: "Password" }, "Password", -1);
|
|
43734
|
+
const _hoisted_15$3 = { class: "check" };
|
|
43735
|
+
const _hoisted_16$3 = /* @__PURE__ */ createBaseVNode("span", { class: "checkmark" }, null, -1);
|
|
43736
|
+
const _hoisted_17$3 = /* @__PURE__ */ createBaseVNode("p", null, "Enabled", -1);
|
|
43737
|
+
const _hoisted_18$3 = { class: "input" };
|
|
43738
|
+
const _hoisted_19$3 = /* @__PURE__ */ createBaseVNode("label", { for: "Consumer Key" }, "Generated Token", -1);
|
|
43841
43739
|
const _hoisted_20$2 = { class: "input" };
|
|
43842
43740
|
const _hoisted_21$1 = /* @__PURE__ */ createBaseVNode("label", { for: "Consumer Key" }, "OIDC Discovery URL", -1);
|
|
43843
43741
|
const _hoisted_22 = { class: "input" };
|
|
@@ -43859,7 +43757,7 @@ Component that was made reactive: `,
|
|
|
43859
43757
|
const _hoisted_35 = { class: "check" };
|
|
43860
43758
|
const _hoisted_36 = /* @__PURE__ */ createBaseVNode("span", { class: "checkmark" }, null, -1);
|
|
43861
43759
|
const _hoisted_37 = /* @__PURE__ */ createBaseVNode("p", null, "Enabled", -1);
|
|
43862
|
-
const _sfc_main$
|
|
43760
|
+
const _sfc_main$1f = /* @__PURE__ */ defineComponent({
|
|
43863
43761
|
__name: "RequestAuth",
|
|
43864
43762
|
setup(__props) {
|
|
43865
43763
|
const store = useApiClientRequestStore();
|
|
@@ -43895,12 +43793,12 @@ Component that was made reactive: `,
|
|
|
43895
43793
|
}
|
|
43896
43794
|
];
|
|
43897
43795
|
return (_ctx, _cache) => {
|
|
43898
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
43796
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Authentication" }, {
|
|
43899
43797
|
options: withCtx(() => [
|
|
43900
43798
|
createBaseVNode("div", null, [
|
|
43901
43799
|
createBaseVNode("span", null, [
|
|
43902
43800
|
createTextVNode(toDisplayString(authTypeFriendlyString[unref(authState2).type]) + " ", 1),
|
|
43903
|
-
_hoisted_1
|
|
43801
|
+
_hoisted_1$10
|
|
43904
43802
|
]),
|
|
43905
43803
|
withDirectives(createBaseVNode("select", {
|
|
43906
43804
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(authState2).type = $event),
|
|
@@ -43912,7 +43810,7 @@ Component that was made reactive: `,
|
|
|
43912
43810
|
key: option2.type,
|
|
43913
43811
|
disabled: option2.disabled,
|
|
43914
43812
|
value: option2.type
|
|
43915
|
-
}, toDisplayString(option2.text), 9, _hoisted_2$
|
|
43813
|
+
}, toDisplayString(option2.text), 9, _hoisted_2$G);
|
|
43916
43814
|
}), 64))
|
|
43917
43815
|
], 512), [
|
|
43918
43816
|
[vModelSelect, unref(authState2).type]
|
|
@@ -43920,9 +43818,9 @@ Component that was made reactive: `,
|
|
|
43920
43818
|
])
|
|
43921
43819
|
]),
|
|
43922
43820
|
default: withCtx(() => [
|
|
43923
|
-
unref(authState2).type === "none" ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
43821
|
+
unref(authState2).type === "none" ? (openBlock(), createElementBlock("div", _hoisted_3$t, "No Authentication")) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
43924
43822
|
unref(authState2).type === "basic" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
43925
|
-
createBaseVNode("div", _hoisted_4$
|
|
43823
|
+
createBaseVNode("div", _hoisted_4$n, [
|
|
43926
43824
|
withDirectives(createBaseVNode("input", {
|
|
43927
43825
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => unref(authState2).basic.username = $event),
|
|
43928
43826
|
autocomplete: "off",
|
|
@@ -43932,9 +43830,9 @@ Component that was made reactive: `,
|
|
|
43932
43830
|
}, null, 512), [
|
|
43933
43831
|
[vModelText, unref(authState2).basic.username]
|
|
43934
43832
|
]),
|
|
43935
|
-
_hoisted_5$
|
|
43833
|
+
_hoisted_5$i
|
|
43936
43834
|
]),
|
|
43937
|
-
createBaseVNode("div", _hoisted_6$
|
|
43835
|
+
createBaseVNode("div", _hoisted_6$e, [
|
|
43938
43836
|
withDirectives(createBaseVNode("input", {
|
|
43939
43837
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(authState2).basic.password = $event),
|
|
43940
43838
|
autocomplete: "off",
|
|
@@ -43944,9 +43842,9 @@ Component that was made reactive: `,
|
|
|
43944
43842
|
}, null, 512), [
|
|
43945
43843
|
[vModelText, unref(authState2).basic.password]
|
|
43946
43844
|
]),
|
|
43947
|
-
_hoisted_7$
|
|
43845
|
+
_hoisted_7$d
|
|
43948
43846
|
]),
|
|
43949
|
-
createBaseVNode("label", _hoisted_8$
|
|
43847
|
+
createBaseVNode("label", _hoisted_8$8, [
|
|
43950
43848
|
withDirectives(createBaseVNode("input", {
|
|
43951
43849
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(authState2).basic.active = $event),
|
|
43952
43850
|
type: "checkbox"
|
|
@@ -43969,7 +43867,7 @@ Component that was made reactive: `,
|
|
|
43969
43867
|
]),
|
|
43970
43868
|
_hoisted_12$3
|
|
43971
43869
|
]),
|
|
43972
|
-
createBaseVNode("div", _hoisted_13$
|
|
43870
|
+
createBaseVNode("div", _hoisted_13$3, [
|
|
43973
43871
|
withDirectives(createBaseVNode("input", {
|
|
43974
43872
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => unref(authState2).digest.password = $event),
|
|
43975
43873
|
autocomplete: "off",
|
|
@@ -43979,20 +43877,20 @@ Component that was made reactive: `,
|
|
|
43979
43877
|
}, null, 512), [
|
|
43980
43878
|
[vModelText, unref(authState2).digest.password]
|
|
43981
43879
|
]),
|
|
43982
|
-
_hoisted_14$
|
|
43880
|
+
_hoisted_14$3
|
|
43983
43881
|
]),
|
|
43984
|
-
createBaseVNode("label", _hoisted_15$
|
|
43882
|
+
createBaseVNode("label", _hoisted_15$3, [
|
|
43985
43883
|
withDirectives(createBaseVNode("input", {
|
|
43986
43884
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => unref(authState2).digest.active = $event),
|
|
43987
43885
|
type: "checkbox"
|
|
43988
43886
|
}, null, 512), [
|
|
43989
43887
|
[vModelCheckbox, unref(authState2).digest.active]
|
|
43990
43888
|
]),
|
|
43991
|
-
_hoisted_16$
|
|
43992
|
-
_hoisted_17$
|
|
43889
|
+
_hoisted_16$3,
|
|
43890
|
+
_hoisted_17$3
|
|
43993
43891
|
])
|
|
43994
43892
|
], 64)) : unref(authState2).type === "oauthTwo" ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
43995
|
-
createBaseVNode("div", _hoisted_18$
|
|
43893
|
+
createBaseVNode("div", _hoisted_18$3, [
|
|
43996
43894
|
withDirectives(createBaseVNode("input", {
|
|
43997
43895
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => unref(authState2).oauthTwo.generatedToken = $event),
|
|
43998
43896
|
autocomplete: "off",
|
|
@@ -44002,7 +43900,7 @@ Component that was made reactive: `,
|
|
|
44002
43900
|
}, null, 512), [
|
|
44003
43901
|
[vModelText, unref(authState2).oauthTwo.generatedToken]
|
|
44004
43902
|
]),
|
|
44005
|
-
_hoisted_19$
|
|
43903
|
+
_hoisted_19$3
|
|
44006
43904
|
]),
|
|
44007
43905
|
createBaseVNode("div", _hoisted_20$2, [
|
|
44008
43906
|
withDirectives(createBaseVNode("input", {
|
|
@@ -44108,20 +44006,20 @@ Component that was made reactive: `,
|
|
|
44108
44006
|
};
|
|
44109
44007
|
}
|
|
44110
44008
|
});
|
|
44111
|
-
const _hoisted_1
|
|
44112
|
-
const _hoisted_2$
|
|
44113
|
-
const _hoisted_3$
|
|
44009
|
+
const _hoisted_1$$ = { class: "table" };
|
|
44010
|
+
const _hoisted_2$F = { class: "table-row" };
|
|
44011
|
+
const _hoisted_3$s = /* @__PURE__ */ createBaseVNode("div", { class: "table-row-item" }, [
|
|
44114
44012
|
/* @__PURE__ */ createBaseVNode("label", null, "Key")
|
|
44115
44013
|
], -1);
|
|
44116
|
-
const _hoisted_4$
|
|
44014
|
+
const _hoisted_4$m = /* @__PURE__ */ createBaseVNode("div", { class: "table-row-item" }, [
|
|
44117
44015
|
/* @__PURE__ */ createBaseVNode("label", null, "Value")
|
|
44118
44016
|
], -1);
|
|
44119
|
-
const _hoisted_5$
|
|
44120
|
-
const _hoisted_6$
|
|
44121
|
-
const _hoisted_7$
|
|
44122
|
-
_hoisted_6$
|
|
44017
|
+
const _hoisted_5$h = { class: "table-row-item" };
|
|
44018
|
+
const _hoisted_6$d = /* @__PURE__ */ createBaseVNode("label", null, "Description", -1);
|
|
44019
|
+
const _hoisted_7$c = [
|
|
44020
|
+
_hoisted_6$d
|
|
44123
44021
|
];
|
|
44124
|
-
const _hoisted_8$
|
|
44022
|
+
const _hoisted_8$7 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44125
44023
|
fill: "currentColor",
|
|
44126
44024
|
height: "12",
|
|
44127
44025
|
viewBox: "0 0 18 12",
|
|
@@ -44134,20 +44032,20 @@ Component that was made reactive: `,
|
|
|
44134
44032
|
})
|
|
44135
44033
|
], -1);
|
|
44136
44034
|
const _hoisted_9$5 = [
|
|
44137
|
-
_hoisted_8$
|
|
44035
|
+
_hoisted_8$7
|
|
44138
44036
|
];
|
|
44139
44037
|
const _hoisted_10$3 = { class: "table-row-item" };
|
|
44140
44038
|
const _hoisted_11$2 = ["onUpdate:modelValue"];
|
|
44141
44039
|
const _hoisted_12$2 = { class: "table-row-item" };
|
|
44142
|
-
const _hoisted_13$
|
|
44143
|
-
const _hoisted_14$
|
|
44144
|
-
const _hoisted_15$
|
|
44145
|
-
const _hoisted_16$
|
|
44040
|
+
const _hoisted_13$2 = ["onUpdate:modelValue"];
|
|
44041
|
+
const _hoisted_14$2 = { class: "table-row-item" };
|
|
44042
|
+
const _hoisted_15$2 = { class: "table-row-meta" };
|
|
44043
|
+
const _hoisted_16$2 = /* @__PURE__ */ createBaseVNode("label", { class: "meta-check" }, [
|
|
44146
44044
|
/* @__PURE__ */ createBaseVNode("input", { type: "checkbox" }),
|
|
44147
44045
|
/* @__PURE__ */ createBaseVNode("span", { class: "meta-checkmark" })
|
|
44148
44046
|
], -1);
|
|
44149
|
-
const _hoisted_17$
|
|
44150
|
-
const _hoisted_18$
|
|
44047
|
+
const _hoisted_17$2 = ["onClick"];
|
|
44048
|
+
const _hoisted_18$2 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44151
44049
|
fill: "none",
|
|
44152
44050
|
height: "10",
|
|
44153
44051
|
viewBox: "-0.5 -0.5 10 10",
|
|
@@ -44169,8 +44067,8 @@ Component that was made reactive: `,
|
|
|
44169
44067
|
"stroke-width": "1.5"
|
|
44170
44068
|
})
|
|
44171
44069
|
], -1);
|
|
44172
|
-
const _hoisted_19$
|
|
44173
|
-
_hoisted_18$
|
|
44070
|
+
const _hoisted_19$2 = [
|
|
44071
|
+
_hoisted_18$2
|
|
44174
44072
|
];
|
|
44175
44073
|
const _hoisted_20$1 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44176
44074
|
class: "flow-icon",
|
|
@@ -44189,7 +44087,7 @@ Component that was made reactive: `,
|
|
|
44189
44087
|
xmlns: "http://www.w3.org/2000/svg"
|
|
44190
44088
|
})
|
|
44191
44089
|
], -1);
|
|
44192
|
-
const _sfc_main$
|
|
44090
|
+
const _sfc_main$1e = /* @__PURE__ */ defineComponent({
|
|
44193
44091
|
__name: "Grid",
|
|
44194
44092
|
props: {
|
|
44195
44093
|
items: {},
|
|
@@ -44199,11 +44097,11 @@ Component that was made reactive: `,
|
|
|
44199
44097
|
setup(__props) {
|
|
44200
44098
|
const showDescription = ref$2(false);
|
|
44201
44099
|
return (_ctx, _cache) => {
|
|
44202
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
44203
|
-
createBaseVNode("div", _hoisted_2$
|
|
44204
|
-
_hoisted_3$
|
|
44205
|
-
_hoisted_4$
|
|
44206
|
-
withDirectives(createBaseVNode("div", _hoisted_5$
|
|
44100
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
44101
|
+
createBaseVNode("div", _hoisted_2$F, [
|
|
44102
|
+
_hoisted_3$s,
|
|
44103
|
+
_hoisted_4$m,
|
|
44104
|
+
withDirectives(createBaseVNode("div", _hoisted_5$h, _hoisted_7$c, 512), [
|
|
44207
44105
|
[vShow, showDescription.value]
|
|
44208
44106
|
]),
|
|
44209
44107
|
createBaseVNode("div", {
|
|
@@ -44228,20 +44126,20 @@ Component that was made reactive: `,
|
|
|
44228
44126
|
withDirectives(createBaseVNode("input", {
|
|
44229
44127
|
"onUpdate:modelValue": ($event) => item.value = $event,
|
|
44230
44128
|
placeholder: "value"
|
|
44231
|
-
}, null, 8, _hoisted_13$
|
|
44129
|
+
}, null, 8, _hoisted_13$2), [
|
|
44232
44130
|
[vModelText, item.value]
|
|
44233
44131
|
])
|
|
44234
44132
|
]),
|
|
44235
|
-
withDirectives(createBaseVNode("div", _hoisted_14$
|
|
44133
|
+
withDirectives(createBaseVNode("div", _hoisted_14$2, null, 512), [
|
|
44236
44134
|
[vShow, showDescription.value]
|
|
44237
44135
|
]),
|
|
44238
|
-
createBaseVNode("div", _hoisted_15$
|
|
44239
|
-
_hoisted_16$
|
|
44136
|
+
createBaseVNode("div", _hoisted_15$2, [
|
|
44137
|
+
_hoisted_16$2,
|
|
44240
44138
|
createBaseVNode("button", {
|
|
44241
44139
|
class: "meta-delete",
|
|
44242
44140
|
type: "button",
|
|
44243
44141
|
onClick: ($event) => _ctx.$emit("deleteIndex", index2)
|
|
44244
|
-
}, _hoisted_19$
|
|
44142
|
+
}, _hoisted_19$2, 8, _hoisted_17$2)
|
|
44245
44143
|
])
|
|
44246
44144
|
], 2);
|
|
44247
44145
|
}), 128)),
|
|
@@ -44260,30 +44158,30 @@ Component that was made reactive: `,
|
|
|
44260
44158
|
});
|
|
44261
44159
|
const Grid_vue_vue_type_style_index_0_lang = "";
|
|
44262
44160
|
const Grid_vue_vue_type_style_index_1_lang = "";
|
|
44263
|
-
const _hoisted_1$
|
|
44264
|
-
const _hoisted_2$
|
|
44265
|
-
const _hoisted_3$
|
|
44266
|
-
const _hoisted_4$
|
|
44267
|
-
const _hoisted_5$
|
|
44268
|
-
const _sfc_main$
|
|
44161
|
+
const _hoisted_1$_ = { class: "navtable simpletable" };
|
|
44162
|
+
const _hoisted_2$E = { class: "navtable-table" };
|
|
44163
|
+
const _hoisted_3$r = /* @__PURE__ */ createStaticVNode('<div class="navtable-item navtable-item__top"><div class="navtable-item-33"><label for="">Name</label></div><div class="navtable-item-66"><label for="">Value</label></div></div>', 1);
|
|
44164
|
+
const _hoisted_4$l = { class: "navtable-item-33" };
|
|
44165
|
+
const _hoisted_5$g = { class: "navtable-item-66" };
|
|
44166
|
+
const _sfc_main$1d = /* @__PURE__ */ defineComponent({
|
|
44269
44167
|
__name: "SimpleGrid",
|
|
44270
44168
|
props: {
|
|
44271
44169
|
items: {}
|
|
44272
44170
|
},
|
|
44273
44171
|
setup(__props) {
|
|
44274
44172
|
return (_ctx, _cache) => {
|
|
44275
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44276
|
-
createBaseVNode("div", _hoisted_2$
|
|
44277
|
-
_hoisted_3$
|
|
44173
|
+
return openBlock(), createElementBlock("div", _hoisted_1$_, [
|
|
44174
|
+
createBaseVNode("div", _hoisted_2$E, [
|
|
44175
|
+
_hoisted_3$r,
|
|
44278
44176
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item) => {
|
|
44279
44177
|
return openBlock(), createElementBlock("div", {
|
|
44280
44178
|
key: item.id,
|
|
44281
44179
|
class: "navtable-item"
|
|
44282
44180
|
}, [
|
|
44283
|
-
createBaseVNode("div", _hoisted_4$
|
|
44181
|
+
createBaseVNode("div", _hoisted_4$l, [
|
|
44284
44182
|
createBaseVNode("p", null, toDisplayString(item.name), 1)
|
|
44285
44183
|
]),
|
|
44286
|
-
createBaseVNode("div", _hoisted_5$
|
|
44184
|
+
createBaseVNode("div", _hoisted_5$g, [
|
|
44287
44185
|
createBaseVNode("p", null, toDisplayString(item.value), 1)
|
|
44288
44186
|
])
|
|
44289
44187
|
]);
|
|
@@ -44293,8 +44191,8 @@ Component that was made reactive: `,
|
|
|
44293
44191
|
};
|
|
44294
44192
|
}
|
|
44295
44193
|
});
|
|
44296
|
-
const _hoisted_1$
|
|
44297
|
-
const _sfc_main$
|
|
44194
|
+
const _hoisted_1$Z = { key: 0 };
|
|
44195
|
+
const _sfc_main$1c = /* @__PURE__ */ defineComponent({
|
|
44298
44196
|
__name: "RequestBody",
|
|
44299
44197
|
props: {
|
|
44300
44198
|
body: {},
|
|
@@ -44311,12 +44209,12 @@ Component that was made reactive: `,
|
|
|
44311
44209
|
}
|
|
44312
44210
|
};
|
|
44313
44211
|
return (_ctx, _cache) => {
|
|
44314
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44212
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Body" }, {
|
|
44315
44213
|
default: withCtx(() => [
|
|
44316
|
-
_ctx.body && _ctx.body.length === 0 && _ctx.formData && _ctx.formData.length === 0 ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
44214
|
+
_ctx.body && _ctx.body.length === 0 && _ctx.formData && _ctx.formData.length === 0 ? (openBlock(), createElementBlock("span", _hoisted_1$Z, "No Body")) : _ctx.formData && _ctx.formData.length > 0 ? (openBlock(), createBlock(unref(_sfc_main$1e), {
|
|
44317
44215
|
key: 1,
|
|
44318
44216
|
items: _ctx.formData
|
|
44319
|
-
}, null, 8, ["items"])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
44217
|
+
}, null, 8, ["items"])) : (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
44320
44218
|
key: 2,
|
|
44321
44219
|
content: unref(activeRequest2).body,
|
|
44322
44220
|
languages: ["json"],
|
|
@@ -44329,11 +44227,11 @@ Component that was made reactive: `,
|
|
|
44329
44227
|
};
|
|
44330
44228
|
}
|
|
44331
44229
|
});
|
|
44332
|
-
const _hoisted_1$
|
|
44230
|
+
const _hoisted_1$Y = {
|
|
44333
44231
|
key: 0,
|
|
44334
44232
|
class: "scalar-api-client__empty-state"
|
|
44335
44233
|
};
|
|
44336
|
-
const _hoisted_2$
|
|
44234
|
+
const _hoisted_2$D = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44337
44235
|
class: "flow-icon",
|
|
44338
44236
|
"data-v-aa4fbd2d": "",
|
|
44339
44237
|
height: "100%",
|
|
@@ -44350,7 +44248,7 @@ Component that was made reactive: `,
|
|
|
44350
44248
|
xmlns: "http://www.w3.org/2000/svg"
|
|
44351
44249
|
})
|
|
44352
44250
|
], -1);
|
|
44353
|
-
const _sfc_main$
|
|
44251
|
+
const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
44354
44252
|
__name: "RequestHeaders",
|
|
44355
44253
|
props: {
|
|
44356
44254
|
headers: {}
|
|
@@ -44366,18 +44264,18 @@ Component that was made reactive: `,
|
|
|
44366
44264
|
(_a3 = activeRequest2.headers) == null ? void 0 : _a3.push({ name: "", value: "" });
|
|
44367
44265
|
}
|
|
44368
44266
|
return (_ctx, _cache) => {
|
|
44369
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44267
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Headers" }, {
|
|
44370
44268
|
default: withCtx(() => [
|
|
44371
|
-
!_ctx.headers || _ctx.headers.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
44269
|
+
!_ctx.headers || _ctx.headers.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$Y, [
|
|
44372
44270
|
createBaseVNode("button", {
|
|
44373
44271
|
class: "scalar-api-client-add",
|
|
44374
44272
|
type: "button",
|
|
44375
44273
|
onClick: addAnotherHandler
|
|
44376
44274
|
}, [
|
|
44377
|
-
_hoisted_2$
|
|
44275
|
+
_hoisted_2$D,
|
|
44378
44276
|
createTextVNode(" Headers ")
|
|
44379
44277
|
])
|
|
44380
|
-
])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
44278
|
+
])) : (openBlock(), createBlock(unref(_sfc_main$1e), {
|
|
44381
44279
|
key: 1,
|
|
44382
44280
|
addLabel: "Header",
|
|
44383
44281
|
items: _ctx.headers,
|
|
@@ -44391,11 +44289,11 @@ Component that was made reactive: `,
|
|
|
44391
44289
|
}
|
|
44392
44290
|
});
|
|
44393
44291
|
const RequestHeaders_vue_vue_type_style_index_0_lang = "";
|
|
44394
|
-
const _hoisted_1$
|
|
44292
|
+
const _hoisted_1$X = {
|
|
44395
44293
|
key: 0,
|
|
44396
44294
|
class: "scalar-api-client__empty-state"
|
|
44397
44295
|
};
|
|
44398
|
-
const _hoisted_2$
|
|
44296
|
+
const _hoisted_2$C = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44399
44297
|
class: "flow-icon",
|
|
44400
44298
|
"data-v-aa4fbd2d": "",
|
|
44401
44299
|
height: "100%",
|
|
@@ -44412,7 +44310,7 @@ Component that was made reactive: `,
|
|
|
44412
44310
|
xmlns: "http://www.w3.org/2000/svg"
|
|
44413
44311
|
})
|
|
44414
44312
|
], -1);
|
|
44415
|
-
const _sfc_main$
|
|
44313
|
+
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
44416
44314
|
__name: "RequestQuery",
|
|
44417
44315
|
props: {
|
|
44418
44316
|
queries: {}
|
|
@@ -44428,18 +44326,18 @@ Component that was made reactive: `,
|
|
|
44428
44326
|
(_a3 = activeRequest2.query) == null ? void 0 : _a3.push({ name: "", value: "" });
|
|
44429
44327
|
}
|
|
44430
44328
|
return (_ctx, _cache) => {
|
|
44431
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44329
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Query Parameters" }, {
|
|
44432
44330
|
default: withCtx(() => [
|
|
44433
|
-
!_ctx.queries || _ctx.queries.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
44331
|
+
!_ctx.queries || _ctx.queries.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$X, [
|
|
44434
44332
|
createBaseVNode("button", {
|
|
44435
44333
|
class: "scalar-api-client-add",
|
|
44436
44334
|
type: "button",
|
|
44437
44335
|
onClick: addAnotherHandler
|
|
44438
44336
|
}, [
|
|
44439
|
-
_hoisted_2$
|
|
44337
|
+
_hoisted_2$C,
|
|
44440
44338
|
createTextVNode(" Query Parameter ")
|
|
44441
44339
|
])
|
|
44442
|
-
])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
44340
|
+
])) : (openBlock(), createBlock(unref(_sfc_main$1e), {
|
|
44443
44341
|
key: 1,
|
|
44444
44342
|
addLabel: "Query Parameter",
|
|
44445
44343
|
items: _ctx.queries,
|
|
@@ -44452,11 +44350,11 @@ Component that was made reactive: `,
|
|
|
44452
44350
|
};
|
|
44453
44351
|
}
|
|
44454
44352
|
});
|
|
44455
|
-
const _hoisted_1$
|
|
44353
|
+
const _hoisted_1$W = {
|
|
44456
44354
|
key: 0,
|
|
44457
44355
|
class: "scalar-api-client__empty-state"
|
|
44458
44356
|
};
|
|
44459
|
-
const _hoisted_2$
|
|
44357
|
+
const _hoisted_2$B = /* @__PURE__ */ createBaseVNode("svg", {
|
|
44460
44358
|
class: "flow-icon",
|
|
44461
44359
|
"data-v-aa4fbd2d": "",
|
|
44462
44360
|
height: "100%",
|
|
@@ -44473,7 +44371,7 @@ Component that was made reactive: `,
|
|
|
44473
44371
|
xmlns: "http://www.w3.org/2000/svg"
|
|
44474
44372
|
})
|
|
44475
44373
|
], -1);
|
|
44476
|
-
const _sfc_main$
|
|
44374
|
+
const _sfc_main$19 = /* @__PURE__ */ defineComponent({
|
|
44477
44375
|
__name: "RequestVariables",
|
|
44478
44376
|
props: {
|
|
44479
44377
|
variables: {}
|
|
@@ -44489,18 +44387,18 @@ Component that was made reactive: `,
|
|
|
44489
44387
|
(_a3 = activeRequest2.parameters) == null ? void 0 : _a3.push({ name: "", value: "" });
|
|
44490
44388
|
}
|
|
44491
44389
|
return (_ctx, _cache) => {
|
|
44492
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44390
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Variables" }, {
|
|
44493
44391
|
default: withCtx(() => [
|
|
44494
|
-
!_ctx.variables || _ctx.variables.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
44392
|
+
!_ctx.variables || _ctx.variables.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_1$W, [
|
|
44495
44393
|
createBaseVNode("button", {
|
|
44496
44394
|
class: "scalar-api-client-add",
|
|
44497
44395
|
type: "button",
|
|
44498
44396
|
onClick: addAnotherHandler
|
|
44499
44397
|
}, [
|
|
44500
|
-
_hoisted_2$
|
|
44398
|
+
_hoisted_2$B,
|
|
44501
44399
|
createTextVNode(" Variable ")
|
|
44502
44400
|
])
|
|
44503
|
-
])) : (openBlock(), createBlock(unref(_sfc_main$
|
|
44401
|
+
])) : (openBlock(), createBlock(unref(_sfc_main$1e), {
|
|
44504
44402
|
key: 1,
|
|
44505
44403
|
addLabel: "Variable",
|
|
44506
44404
|
items: _ctx.variables,
|
|
@@ -44513,52 +44411,52 @@ Component that was made reactive: `,
|
|
|
44513
44411
|
};
|
|
44514
44412
|
}
|
|
44515
44413
|
});
|
|
44516
|
-
const _hoisted_1$
|
|
44517
|
-
const _hoisted_2$
|
|
44518
|
-
const _hoisted_3$
|
|
44519
|
-
const _hoisted_4$
|
|
44520
|
-
const _hoisted_5$
|
|
44521
|
-
const _hoisted_6$
|
|
44522
|
-
const _hoisted_7$
|
|
44523
|
-
const _sfc_main$
|
|
44414
|
+
const _hoisted_1$V = { class: "scalar-api-client__main__left custom-scroll" };
|
|
44415
|
+
const _hoisted_2$A = { class: "scalar-api-client__main__content" };
|
|
44416
|
+
const _hoisted_3$q = /* @__PURE__ */ createBaseVNode("label", null, "Request", -1);
|
|
44417
|
+
const _hoisted_4$k = { class: "meta" };
|
|
44418
|
+
const _hoisted_5$f = { class: "meta-item meta-item__input" };
|
|
44419
|
+
const _hoisted_6$c = ["disabled"];
|
|
44420
|
+
const _hoisted_7$b = /* @__PURE__ */ createBaseVNode("div", { class: "scalar-api-client__main__scroll-container" }, null, -1);
|
|
44421
|
+
const _sfc_main$18 = /* @__PURE__ */ defineComponent({
|
|
44524
44422
|
__name: "Request",
|
|
44525
44423
|
setup(__props) {
|
|
44526
44424
|
const { activeRequest: activeRequest2, readOnly: readOnly2 } = useApiClientRequestStore();
|
|
44527
44425
|
return (_ctx, _cache) => {
|
|
44528
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
44529
|
-
createBaseVNode("div", _hoisted_2$
|
|
44530
|
-
_hoisted_3$
|
|
44531
|
-
createBaseVNode("div", _hoisted_4$
|
|
44532
|
-
createBaseVNode("div", _hoisted_5$
|
|
44426
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [
|
|
44427
|
+
createBaseVNode("div", _hoisted_2$A, [
|
|
44428
|
+
_hoisted_3$q,
|
|
44429
|
+
createBaseVNode("div", _hoisted_4$k, [
|
|
44430
|
+
createBaseVNode("div", _hoisted_5$f, [
|
|
44533
44431
|
withDirectives(createBaseVNode("input", {
|
|
44534
44432
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(activeRequest2).name = $event),
|
|
44535
44433
|
class: "scalar-api-client__request-name",
|
|
44536
44434
|
disabled: unref(readOnly2),
|
|
44537
44435
|
placeholder: "Request Name",
|
|
44538
44436
|
type: "text"
|
|
44539
|
-
}, null, 8, _hoisted_6$
|
|
44437
|
+
}, null, 8, _hoisted_6$c), [
|
|
44540
44438
|
[vModelText, unref(activeRequest2).name]
|
|
44541
44439
|
])
|
|
44542
44440
|
])
|
|
44543
44441
|
])
|
|
44544
44442
|
]),
|
|
44545
44443
|
createBaseVNode("div", null, [
|
|
44546
|
-
createVNode(_sfc_main$
|
|
44547
|
-
createVNode(_sfc_main$
|
|
44444
|
+
createVNode(_sfc_main$1f),
|
|
44445
|
+
createVNode(_sfc_main$19, {
|
|
44548
44446
|
variables: unref(activeRequest2).parameters
|
|
44549
44447
|
}, null, 8, ["variables"]),
|
|
44550
|
-
createVNode(_sfc_main$
|
|
44448
|
+
createVNode(_sfc_main$1a, {
|
|
44551
44449
|
queries: unref(activeRequest2).query
|
|
44552
44450
|
}, null, 8, ["queries"]),
|
|
44553
|
-
createVNode(_sfc_main$
|
|
44451
|
+
createVNode(_sfc_main$1b, {
|
|
44554
44452
|
headers: unref(activeRequest2).headers
|
|
44555
44453
|
}, null, 8, ["headers"]),
|
|
44556
|
-
createVNode(_sfc_main$
|
|
44454
|
+
createVNode(_sfc_main$1c, {
|
|
44557
44455
|
body: unref(activeRequest2).body,
|
|
44558
44456
|
formData: unref(activeRequest2).formData,
|
|
44559
44457
|
requestBody: unref(activeRequest2).body
|
|
44560
44458
|
}, null, 8, ["body", "formData", "requestBody"]),
|
|
44561
|
-
_hoisted_7$
|
|
44459
|
+
_hoisted_7$b
|
|
44562
44460
|
])
|
|
44563
44461
|
]);
|
|
44564
44462
|
};
|
|
@@ -44668,15 +44566,15 @@ Component that was made reactive: `,
|
|
|
44668
44566
|
this.parameters = /* @__PURE__ */ Object.create(null);
|
|
44669
44567
|
this.type = type2;
|
|
44670
44568
|
}
|
|
44671
|
-
const _hoisted_1$
|
|
44569
|
+
const _hoisted_1$U = {
|
|
44672
44570
|
key: 1,
|
|
44673
44571
|
class: "scalar-api-client__empty-state"
|
|
44674
44572
|
};
|
|
44675
|
-
const _hoisted_2$
|
|
44573
|
+
const _hoisted_2$z = {
|
|
44676
44574
|
key: 1,
|
|
44677
44575
|
class: "scalar-api-client__empty-state"
|
|
44678
44576
|
};
|
|
44679
|
-
const _sfc_main$
|
|
44577
|
+
const _sfc_main$17 = /* @__PURE__ */ defineComponent({
|
|
44680
44578
|
__name: "ResponseBody",
|
|
44681
44579
|
props: {
|
|
44682
44580
|
active: { type: Boolean, default: false },
|
|
@@ -44708,30 +44606,30 @@ Component that was made reactive: `,
|
|
|
44708
44606
|
return null;
|
|
44709
44607
|
});
|
|
44710
44608
|
return (_ctx, _cache) => {
|
|
44711
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44609
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Body" }, {
|
|
44712
44610
|
default: withCtx(() => [
|
|
44713
44611
|
_ctx.active ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
44714
|
-
codeMirrorLanguages.value ? (openBlock(), createBlock(unref(_sfc_main$
|
|
44612
|
+
codeMirrorLanguages.value ? (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
44715
44613
|
key: 0,
|
|
44716
44614
|
content: _ctx.data,
|
|
44717
44615
|
languages: codeMirrorLanguages.value,
|
|
44718
44616
|
readOnly: ""
|
|
44719
|
-
}, null, 8, ["content", "languages"])) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
44617
|
+
}, null, 8, ["content", "languages"])) : (openBlock(), createElementBlock("div", _hoisted_1$U, [
|
|
44720
44618
|
mediaType.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
44721
44619
|
createTextVNode(" No Preview Available (" + toDisplayString(mediaType.value) + ") ", 1)
|
|
44722
44620
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
44723
44621
|
createTextVNode(" Can’t render a preview. The Content-Type header is missing or unknown. ")
|
|
44724
44622
|
], 64))
|
|
44725
44623
|
]))
|
|
44726
|
-
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$
|
|
44624
|
+
], 64)) : (openBlock(), createElementBlock("div", _hoisted_2$z, " No Response "))
|
|
44727
44625
|
]),
|
|
44728
44626
|
_: 1
|
|
44729
44627
|
});
|
|
44730
44628
|
};
|
|
44731
44629
|
}
|
|
44732
44630
|
});
|
|
44733
|
-
const _hoisted_1$
|
|
44734
|
-
const _sfc_main$
|
|
44631
|
+
const _hoisted_1$T = ["href"];
|
|
44632
|
+
const _sfc_main$16 = /* @__PURE__ */ defineComponent({
|
|
44735
44633
|
__name: "HelpfulLink",
|
|
44736
44634
|
props: {
|
|
44737
44635
|
href: {}
|
|
@@ -44744,13 +44642,13 @@ Component that was made reactive: `,
|
|
|
44744
44642
|
target: "_blank"
|
|
44745
44643
|
}, [
|
|
44746
44644
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
44747
|
-
], 8, _hoisted_1$
|
|
44645
|
+
], 8, _hoisted_1$T);
|
|
44748
44646
|
};
|
|
44749
44647
|
}
|
|
44750
44648
|
});
|
|
44751
44649
|
const HelpfulLink_vue_vue_type_style_index_0_scoped_5321f21b_lang = "";
|
|
44752
|
-
const HelpfulLink = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44753
|
-
const _sfc_main$
|
|
44650
|
+
const HelpfulLink = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-5321f21b"]]);
|
|
44651
|
+
const _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
44754
44652
|
__name: "SimpleCell",
|
|
44755
44653
|
props: {
|
|
44756
44654
|
wrap: { type: Boolean, default: true },
|
|
@@ -44775,9 +44673,9 @@ Component that was made reactive: `,
|
|
|
44775
44673
|
};
|
|
44776
44674
|
}
|
|
44777
44675
|
});
|
|
44778
|
-
const
|
|
44779
|
-
const SimpleCell = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44780
|
-
const _sfc_main$
|
|
44676
|
+
const SimpleCell_vue_vue_type_style_index_0_scoped_f36d4a37_lang = "";
|
|
44677
|
+
const SimpleCell = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-f36d4a37"]]);
|
|
44678
|
+
const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
44781
44679
|
__name: "SimpleHeader",
|
|
44782
44680
|
setup(__props) {
|
|
44783
44681
|
return (_ctx, _cache) => {
|
|
@@ -44794,30 +44692,30 @@ Component that was made reactive: `,
|
|
|
44794
44692
|
}
|
|
44795
44693
|
});
|
|
44796
44694
|
const SimpleHeader_vue_vue_type_style_index_0_scoped_b2232089_lang = "";
|
|
44797
|
-
const SimpleHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44798
|
-
const
|
|
44799
|
-
const _sfc_main$
|
|
44800
|
-
const _hoisted_1$
|
|
44695
|
+
const SimpleHeader = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-b2232089"]]);
|
|
44696
|
+
const SimpleRow_vue_vue_type_style_index_0_scoped_3bfe8f6d_lang = "";
|
|
44697
|
+
const _sfc_main$13 = {};
|
|
44698
|
+
const _hoisted_1$S = { class: "simple-row" };
|
|
44801
44699
|
function _sfc_render$8(_ctx, _cache) {
|
|
44802
|
-
return openBlock(), createElementBlock("tr", _hoisted_1$
|
|
44700
|
+
return openBlock(), createElementBlock("tr", _hoisted_1$S, [
|
|
44803
44701
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
44804
44702
|
]);
|
|
44805
44703
|
}
|
|
44806
|
-
const SimpleRow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44807
|
-
const
|
|
44808
|
-
const _sfc_main$
|
|
44809
|
-
const _hoisted_1$
|
|
44704
|
+
const SimpleRow = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$8], ["__scopeId", "data-v-3bfe8f6d"]]);
|
|
44705
|
+
const SimpleTable_vue_vue_type_style_index_0_scoped_76b182ce_lang = "";
|
|
44706
|
+
const _sfc_main$12 = {};
|
|
44707
|
+
const _hoisted_1$R = { class: "simple-table" };
|
|
44810
44708
|
function _sfc_render$7(_ctx, _cache) {
|
|
44811
|
-
return openBlock(), createElementBlock("table", _hoisted_1$
|
|
44709
|
+
return openBlock(), createElementBlock("table", _hoisted_1$R, [
|
|
44812
44710
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
44813
44711
|
]);
|
|
44814
44712
|
}
|
|
44815
|
-
const SimpleTable = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
44816
|
-
const _hoisted_1$
|
|
44713
|
+
const SimpleTable = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$7], ["__scopeId", "data-v-76b182ce"]]);
|
|
44714
|
+
const _hoisted_1$Q = {
|
|
44817
44715
|
key: 1,
|
|
44818
44716
|
class: "scalar-api-client__empty-state"
|
|
44819
44717
|
};
|
|
44820
|
-
const _sfc_main
|
|
44718
|
+
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
44821
44719
|
__name: "ResponseHeaders",
|
|
44822
44720
|
props: {
|
|
44823
44721
|
headers: {}
|
|
@@ -44835,7 +44733,7 @@ Component that was made reactive: `,
|
|
|
44835
44733
|
}).join("-");
|
|
44836
44734
|
};
|
|
44837
44735
|
return (_ctx, _cache) => {
|
|
44838
|
-
return openBlock(), createBlock(unref(_sfc_main$
|
|
44736
|
+
return openBlock(), createBlock(unref(_sfc_main$1g), { title: "Headers" }, {
|
|
44839
44737
|
default: withCtx(() => [
|
|
44840
44738
|
_ctx.headers.length > 0 ? (openBlock(), createBlock(unref(SimpleTable), { key: 0 }, {
|
|
44841
44739
|
default: withCtx(() => [
|
|
@@ -44883,17 +44781,17 @@ Component that was made reactive: `,
|
|
|
44883
44781
|
}), 128))
|
|
44884
44782
|
]),
|
|
44885
44783
|
_: 1
|
|
44886
|
-
})) : (openBlock(), createElementBlock("div", _hoisted_1$
|
|
44784
|
+
})) : (openBlock(), createElementBlock("div", _hoisted_1$Q, "No Headers"))
|
|
44887
44785
|
]),
|
|
44888
44786
|
_: 1
|
|
44889
44787
|
});
|
|
44890
44788
|
};
|
|
44891
44789
|
}
|
|
44892
44790
|
});
|
|
44893
|
-
const _hoisted_1$
|
|
44894
|
-
const _hoisted_2$
|
|
44895
|
-
const _hoisted_3$
|
|
44896
|
-
const _sfc_main$
|
|
44791
|
+
const _hoisted_1$P = { class: "meta-item" };
|
|
44792
|
+
const _hoisted_2$y = { class: "meta-item" };
|
|
44793
|
+
const _hoisted_3$p = { class: "meta-item" };
|
|
44794
|
+
const _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
44897
44795
|
__name: "ResponseMetaInformation",
|
|
44898
44796
|
props: {
|
|
44899
44797
|
response: {}
|
|
@@ -44919,13 +44817,13 @@ Component that was made reactive: `,
|
|
|
44919
44817
|
return (_ctx, _cache) => {
|
|
44920
44818
|
var _a3, _b2;
|
|
44921
44819
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
44922
|
-
createBaseVNode("div", _hoisted_1$
|
|
44820
|
+
createBaseVNode("div", _hoisted_1$P, [
|
|
44923
44821
|
createBaseVNode("span", null, toDisplayString(unref(prettyMilliseconds)(_ctx.response.duration)), 1)
|
|
44924
44822
|
]),
|
|
44925
|
-
createBaseVNode("div", _hoisted_2$
|
|
44823
|
+
createBaseVNode("div", _hoisted_2$y, [
|
|
44926
44824
|
createBaseVNode("span", null, toDisplayString(getContentLength(_ctx.response)), 1)
|
|
44927
44825
|
]),
|
|
44928
|
-
createBaseVNode("div", _hoisted_3$
|
|
44826
|
+
createBaseVNode("div", _hoisted_3$p, [
|
|
44929
44827
|
createBaseVNode("span", {
|
|
44930
44828
|
class: normalizeClass(`scalar-api-client__status scalar-api-client__status--${String(
|
|
44931
44829
|
_ctx.response.statusCode
|
|
@@ -44948,24 +44846,24 @@ Component that was made reactive: `,
|
|
|
44948
44846
|
};
|
|
44949
44847
|
}
|
|
44950
44848
|
});
|
|
44951
|
-
const _hoisted_1$
|
|
44952
|
-
const _hoisted_2$
|
|
44953
|
-
const _hoisted_3$
|
|
44954
|
-
const _hoisted_4$
|
|
44955
|
-
const _hoisted_5$
|
|
44849
|
+
const _hoisted_1$O = { class: "scalar-api-client__main__right custom-scroll" };
|
|
44850
|
+
const _hoisted_2$x = { class: "scalar-api-client__main__content" };
|
|
44851
|
+
const _hoisted_3$o = /* @__PURE__ */ createBaseVNode("label", null, "Response", -1);
|
|
44852
|
+
const _hoisted_4$j = { class: "meta" };
|
|
44853
|
+
const _hoisted_5$e = {
|
|
44956
44854
|
key: 1,
|
|
44957
44855
|
class: "meta-item"
|
|
44958
44856
|
};
|
|
44959
|
-
const _hoisted_6$
|
|
44960
|
-
const _hoisted_7$
|
|
44961
|
-
_hoisted_6$
|
|
44857
|
+
const _hoisted_6$b = /* @__PURE__ */ createBaseVNode("span", null, "Send your first request to start", -1);
|
|
44858
|
+
const _hoisted_7$a = [
|
|
44859
|
+
_hoisted_6$b
|
|
44962
44860
|
];
|
|
44963
|
-
const _hoisted_8$
|
|
44861
|
+
const _hoisted_8$6 = {
|
|
44964
44862
|
key: 0,
|
|
44965
44863
|
class: "scalar-api-client__empty-state"
|
|
44966
44864
|
};
|
|
44967
44865
|
const _hoisted_9$4 = /* @__PURE__ */ createBaseVNode("div", { class: "scalar-api-client__main__scroll-container" }, null, -1);
|
|
44968
|
-
const _sfc_main
|
|
44866
|
+
const _sfc_main$$ = /* @__PURE__ */ defineComponent({
|
|
44969
44867
|
__name: "Response",
|
|
44970
44868
|
setup(__props) {
|
|
44971
44869
|
const { activeResponse: activeResponse2, activeRequestId: activeRequestId2 } = useApiClientRequestStore();
|
|
@@ -45004,29 +44902,29 @@ Component that was made reactive: `,
|
|
|
45004
44902
|
return value;
|
|
45005
44903
|
});
|
|
45006
44904
|
return (_ctx, _cache) => {
|
|
45007
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
45008
|
-
createBaseVNode("div", _hoisted_2$
|
|
45009
|
-
_hoisted_3$
|
|
45010
|
-
createBaseVNode("div", _hoisted_4$
|
|
45011
|
-
unref(activeRequestId2) && unref(activeResponse2) ? (openBlock(), createBlock(_sfc_main$
|
|
44905
|
+
return openBlock(), createElementBlock("div", _hoisted_1$O, [
|
|
44906
|
+
createBaseVNode("div", _hoisted_2$x, [
|
|
44907
|
+
_hoisted_3$o,
|
|
44908
|
+
createBaseVNode("div", _hoisted_4$j, [
|
|
44909
|
+
unref(activeRequestId2) && unref(activeResponse2) ? (openBlock(), createBlock(_sfc_main$10, {
|
|
45012
44910
|
key: 0,
|
|
45013
44911
|
response: unref(activeResponse2)
|
|
45014
|
-
}, null, 8, ["response"])) : (openBlock(), createElementBlock("div", _hoisted_5$
|
|
44912
|
+
}, null, 8, ["response"])) : (openBlock(), createElementBlock("div", _hoisted_5$e, _hoisted_7$a))
|
|
45015
44913
|
])
|
|
45016
44914
|
]),
|
|
45017
44915
|
createBaseVNode("div", null, [
|
|
45018
|
-
createVNode(_sfc_main$
|
|
44916
|
+
createVNode(_sfc_main$17, {
|
|
45019
44917
|
active: !!unref(activeResponse2),
|
|
45020
44918
|
data: responseData.value,
|
|
45021
44919
|
headers: responseHeaders.value
|
|
45022
44920
|
}, null, 8, ["active", "data", "headers"]),
|
|
45023
|
-
createVNode(_sfc_main
|
|
45024
|
-
createVNode(unref(_sfc_main$
|
|
44921
|
+
createVNode(_sfc_main$11, { headers: responseHeaders.value }, null, 8, ["headers"]),
|
|
44922
|
+
createVNode(unref(_sfc_main$1g), { title: "Cookies" }, {
|
|
45025
44923
|
default: withCtx(() => [
|
|
45026
|
-
withDirectives(createVNode(unref(_sfc_main$
|
|
44924
|
+
withDirectives(createVNode(unref(_sfc_main$1d), { items: responseCookies.value }, null, 8, ["items"]), [
|
|
45027
44925
|
[vShow, responseCookies.value.length > 0]
|
|
45028
44926
|
]),
|
|
45029
|
-
responseCookies.value.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_8$
|
|
44927
|
+
responseCookies.value.length === 0 ? (openBlock(), createElementBlock("div", _hoisted_8$6, "No Cookies")) : createCommentVNode("", true)
|
|
45030
44928
|
]),
|
|
45031
44929
|
_: 1
|
|
45032
44930
|
}),
|
|
@@ -45037,8 +44935,8 @@ Component that was made reactive: `,
|
|
|
45037
44935
|
}
|
|
45038
44936
|
});
|
|
45039
44937
|
const Response_vue_vue_type_style_index_0_lang = "";
|
|
45040
|
-
const _hoisted_1$
|
|
45041
|
-
const _sfc_main$
|
|
44938
|
+
const _hoisted_1$N = { class: "scalar-api-client__main" };
|
|
44939
|
+
const _sfc_main$_ = /* @__PURE__ */ defineComponent({
|
|
45042
44940
|
__name: "ApiClient",
|
|
45043
44941
|
props: {
|
|
45044
44942
|
proxyUrl: {},
|
|
@@ -45071,7 +44969,7 @@ Component that was made reactive: `,
|
|
|
45071
44969
|
});
|
|
45072
44970
|
return (_ctx, _cache) => {
|
|
45073
44971
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
45074
|
-
createVNode(unref(_sfc_main$
|
|
44972
|
+
createVNode(unref(_sfc_main$1n), { id: _ctx.theme }, null, 8, ["id"]),
|
|
45075
44973
|
createBaseVNode("div", {
|
|
45076
44974
|
class: normalizeClass(["scalar-api-client", `scalar-api-client--${unref(activeRequest2).type.toLowerCase() || "get"}`]),
|
|
45077
44975
|
onKeydown: _cache[1] || (_cache[1] = withKeys(($event) => emit2("escapeKeyPress"), ["esc"]))
|
|
@@ -45080,10 +44978,10 @@ Component that was made reactive: `,
|
|
|
45080
44978
|
proxyUrl: _ctx.proxyUrl,
|
|
45081
44979
|
onOnSend: _cache[0] || (_cache[0] = ($event) => changeTab(Tabs.Response))
|
|
45082
44980
|
}, null, 8, ["proxyUrl"]),
|
|
45083
|
-
createBaseVNode("div", _hoisted_1$
|
|
44981
|
+
createBaseVNode("div", _hoisted_1$N, [
|
|
45084
44982
|
!unref(isSmallScreen) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
45085
|
-
createVNode(unref(_sfc_main$
|
|
45086
|
-
createVNode(unref(_sfc_main
|
|
44983
|
+
createVNode(unref(_sfc_main$18)),
|
|
44984
|
+
createVNode(unref(_sfc_main$$))
|
|
45087
44985
|
], 64)) : (openBlock(), createBlock(unref(xe), {
|
|
45088
44986
|
key: 1,
|
|
45089
44987
|
selectedIndex: selectedTab.value,
|
|
@@ -45119,13 +45017,13 @@ Component that was made reactive: `,
|
|
|
45119
45017
|
default: withCtx(() => [
|
|
45120
45018
|
createVNode(unref(ge), { as: "template" }, {
|
|
45121
45019
|
default: withCtx(() => [
|
|
45122
|
-
createVNode(unref(_sfc_main$
|
|
45020
|
+
createVNode(unref(_sfc_main$18))
|
|
45123
45021
|
]),
|
|
45124
45022
|
_: 1
|
|
45125
45023
|
}),
|
|
45126
45024
|
createVNode(unref(ge), { as: "template" }, {
|
|
45127
45025
|
default: withCtx(() => [
|
|
45128
|
-
createVNode(unref(_sfc_main
|
|
45026
|
+
createVNode(unref(_sfc_main$$))
|
|
45129
45027
|
]),
|
|
45130
45028
|
_: 1
|
|
45131
45029
|
})
|
|
@@ -45142,31 +45040,6 @@ Component that was made reactive: `,
|
|
|
45142
45040
|
}
|
|
45143
45041
|
});
|
|
45144
45042
|
const ApiClient_vue_vue_type_style_index_0_lang = "";
|
|
45145
|
-
function useOperation(props) {
|
|
45146
|
-
const parameterMap = computed(() => {
|
|
45147
|
-
const { parameters } = props.operation.information;
|
|
45148
|
-
const map2 = {
|
|
45149
|
-
path: [],
|
|
45150
|
-
query: [],
|
|
45151
|
-
header: []
|
|
45152
|
-
};
|
|
45153
|
-
if (parameters) {
|
|
45154
|
-
parameters.forEach((parameter) => {
|
|
45155
|
-
if (parameter.in === "path") {
|
|
45156
|
-
map2.path.push(parameter);
|
|
45157
|
-
} else if (parameter.in === "query") {
|
|
45158
|
-
map2.query.push(parameter);
|
|
45159
|
-
} else if (parameter.in === "header") {
|
|
45160
|
-
map2.header.push(parameter);
|
|
45161
|
-
}
|
|
45162
|
-
});
|
|
45163
|
-
}
|
|
45164
|
-
return map2;
|
|
45165
|
-
});
|
|
45166
|
-
return {
|
|
45167
|
-
parameterMap
|
|
45168
|
-
};
|
|
45169
|
-
}
|
|
45170
45043
|
const toasts = reactive([]);
|
|
45171
45044
|
function createToast(content2, options2) {
|
|
45172
45045
|
const id2 = nanoid();
|
|
@@ -45207,10 +45080,10 @@ Component that was made reactive: `,
|
|
|
45207
45080
|
function clearToasts() {
|
|
45208
45081
|
toasts.splice(0, toasts.length);
|
|
45209
45082
|
}
|
|
45210
|
-
const _hoisted_1$
|
|
45211
|
-
const _hoisted_2$
|
|
45083
|
+
const _hoisted_1$M = { viewBox: "0 0 24 24" };
|
|
45084
|
+
const _hoisted_2$w = ["stroke-dasharray"];
|
|
45212
45085
|
const stroke = 2;
|
|
45213
|
-
const _sfc_main$
|
|
45086
|
+
const _sfc_main$Z = /* @__PURE__ */ defineComponent({
|
|
45214
45087
|
__name: "FlowProgressRing",
|
|
45215
45088
|
props: {
|
|
45216
45089
|
duration: {}
|
|
@@ -45224,7 +45097,7 @@ Component that was made reactive: `,
|
|
|
45224
45097
|
const circumference = normalizedRadius * 2 * Math.PI;
|
|
45225
45098
|
const animationDuration = computed(() => `${props.duration}ms`);
|
|
45226
45099
|
return (_ctx, _cache) => {
|
|
45227
|
-
return openBlock(), createElementBlock("svg", _hoisted_1$
|
|
45100
|
+
return openBlock(), createElementBlock("svg", _hoisted_1$M, [
|
|
45228
45101
|
createBaseVNode("circle", {
|
|
45229
45102
|
class: "progress-ring",
|
|
45230
45103
|
cx: 12,
|
|
@@ -45235,27 +45108,27 @@ Component that was made reactive: `,
|
|
|
45235
45108
|
"stroke-dasharray": circumference + " " + circumference,
|
|
45236
45109
|
"stroke-width": stroke,
|
|
45237
45110
|
style: normalizeStyle({ animationDuration: animationDuration.value })
|
|
45238
|
-
}, null, 12, _hoisted_2$
|
|
45111
|
+
}, null, 12, _hoisted_2$w)
|
|
45239
45112
|
]);
|
|
45240
45113
|
};
|
|
45241
45114
|
}
|
|
45242
45115
|
});
|
|
45243
45116
|
const FlowProgressRing_vue_vue_type_style_index_0_scoped_d16794fb_lang = "";
|
|
45244
|
-
const FlowProgressRing = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
45245
|
-
const _hoisted_1$
|
|
45117
|
+
const FlowProgressRing = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-d16794fb"]]);
|
|
45118
|
+
const _hoisted_1$L = {
|
|
45246
45119
|
key: 0,
|
|
45247
45120
|
class: "toast-icon"
|
|
45248
45121
|
};
|
|
45249
|
-
const _hoisted_2$
|
|
45250
|
-
const _hoisted_3$
|
|
45122
|
+
const _hoisted_2$v = { class: "toast-title" };
|
|
45123
|
+
const _hoisted_3$n = {
|
|
45251
45124
|
key: 1,
|
|
45252
45125
|
class: "toast-description text-copy-light"
|
|
45253
45126
|
};
|
|
45254
|
-
const _hoisted_4$
|
|
45127
|
+
const _hoisted_4$i = {
|
|
45255
45128
|
key: 2,
|
|
45256
45129
|
class: "toast-timeout"
|
|
45257
45130
|
};
|
|
45258
|
-
const _sfc_main$
|
|
45131
|
+
const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
45259
45132
|
__name: "FlowToastLayout",
|
|
45260
45133
|
props: {
|
|
45261
45134
|
status: {}
|
|
@@ -45265,16 +45138,16 @@ Component that was made reactive: `,
|
|
|
45265
45138
|
return openBlock(), createElementBlock("div", {
|
|
45266
45139
|
class: normalizeClass(["toast-layout", { "toast-error": _ctx.status === "Error" }])
|
|
45267
45140
|
}, [
|
|
45268
|
-
_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
45141
|
+
_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_1$L, [
|
|
45269
45142
|
renderSlot(_ctx.$slots, "icon", {}, void 0, true)
|
|
45270
45143
|
])) : createCommentVNode("", true),
|
|
45271
|
-
createBaseVNode("div", _hoisted_2$
|
|
45144
|
+
createBaseVNode("div", _hoisted_2$v, [
|
|
45272
45145
|
renderSlot(_ctx.$slots, "title", {}, void 0, true)
|
|
45273
45146
|
]),
|
|
45274
|
-
_ctx.$slots.description ? (openBlock(), createElementBlock("div", _hoisted_3$
|
|
45147
|
+
_ctx.$slots.description ? (openBlock(), createElementBlock("div", _hoisted_3$n, [
|
|
45275
45148
|
renderSlot(_ctx.$slots, "description", {}, void 0, true)
|
|
45276
45149
|
])) : createCommentVNode("", true),
|
|
45277
|
-
_ctx.$slots.timeout ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
45150
|
+
_ctx.$slots.timeout ? (openBlock(), createElementBlock("div", _hoisted_4$i, [
|
|
45278
45151
|
renderSlot(_ctx.$slots, "timeout", {}, void 0, true)
|
|
45279
45152
|
])) : createCommentVNode("", true)
|
|
45280
45153
|
], 2);
|
|
@@ -45282,9 +45155,9 @@ Component that was made reactive: `,
|
|
|
45282
45155
|
}
|
|
45283
45156
|
});
|
|
45284
45157
|
const FlowToastLayout_vue_vue_type_style_index_0_scoped_14fb66a9_lang = "";
|
|
45285
|
-
const FlowToastLayout = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
45286
|
-
const _hoisted_1$
|
|
45287
|
-
const _sfc_main$
|
|
45158
|
+
const FlowToastLayout = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-14fb66a9"]]);
|
|
45159
|
+
const _hoisted_1$K = { class: "toast" };
|
|
45160
|
+
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
45288
45161
|
__name: "FlowToast",
|
|
45289
45162
|
props: {
|
|
45290
45163
|
toast: {}
|
|
@@ -45295,7 +45168,7 @@ Component that was made reactive: `,
|
|
|
45295
45168
|
};
|
|
45296
45169
|
return (_ctx, _cache) => {
|
|
45297
45170
|
var _a3, _b2;
|
|
45298
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
45171
|
+
return openBlock(), createElementBlock("div", _hoisted_1$K, [
|
|
45299
45172
|
isCustom(_ctx.toast) ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.toast.component), { key: 0 }, createSlots({ _: 2 }, [
|
|
45300
45173
|
((_a3 = _ctx.toast.options) == null ? void 0 : _a3.timeout) ? {
|
|
45301
45174
|
name: "timeout",
|
|
@@ -45340,14 +45213,14 @@ Component that was made reactive: `,
|
|
|
45340
45213
|
}
|
|
45341
45214
|
});
|
|
45342
45215
|
const FlowToast_vue_vue_type_style_index_0_scoped_7cd47ce2_lang = "";
|
|
45343
|
-
const FlowToast = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
45344
|
-
const _hoisted_1$
|
|
45345
|
-
const _sfc_main$
|
|
45216
|
+
const FlowToast = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-7cd47ce2"]]);
|
|
45217
|
+
const _hoisted_1$J = { class: "toast-container" };
|
|
45218
|
+
const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
45346
45219
|
__name: "FlowToastContainer",
|
|
45347
45220
|
setup(__props) {
|
|
45348
45221
|
const { toasts: toasts2 } = useToasts();
|
|
45349
45222
|
return (_ctx, _cache) => {
|
|
45350
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
45223
|
+
return openBlock(), createElementBlock("div", _hoisted_1$J, [
|
|
45351
45224
|
createVNode(TransitionGroup, { name: "toasts" }, {
|
|
45352
45225
|
default: withCtx(() => [
|
|
45353
45226
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(toasts2), (toast) => {
|
|
@@ -45364,7 +45237,20 @@ Component that was made reactive: `,
|
|
|
45364
45237
|
}
|
|
45365
45238
|
});
|
|
45366
45239
|
const FlowToastContainer_vue_vue_type_style_index_0_scoped_016eca42_lang = "";
|
|
45367
|
-
const FlowToastContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
45240
|
+
const FlowToastContainer = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-016eca42"]]);
|
|
45241
|
+
function generateParameters(parameters) {
|
|
45242
|
+
const params2 = [];
|
|
45243
|
+
parameters.forEach((parameter) => {
|
|
45244
|
+
const param = {
|
|
45245
|
+
name: parameter.name,
|
|
45246
|
+
value: "",
|
|
45247
|
+
customClass: parameter.required ? "required-parameter" : ""
|
|
45248
|
+
};
|
|
45249
|
+
param.value = "";
|
|
45250
|
+
params2.push(param);
|
|
45251
|
+
});
|
|
45252
|
+
return params2;
|
|
45253
|
+
}
|
|
45368
45254
|
const generateResponseContent = (schema2, level = 0) => {
|
|
45369
45255
|
if (level > 10) {
|
|
45370
45256
|
return null;
|
|
@@ -45386,6 +45272,10 @@ Component that was made reactive: `,
|
|
|
45386
45272
|
response2[name2] = property2.example;
|
|
45387
45273
|
return;
|
|
45388
45274
|
}
|
|
45275
|
+
if (property2.default !== void 0) {
|
|
45276
|
+
response2[name2] = property2.default;
|
|
45277
|
+
return;
|
|
45278
|
+
}
|
|
45389
45279
|
if (property2.enum !== void 0) {
|
|
45390
45280
|
response2[name2] = property2.enum[0];
|
|
45391
45281
|
return;
|
|
@@ -45424,6 +45314,33 @@ Component that was made reactive: `,
|
|
|
45424
45314
|
});
|
|
45425
45315
|
return response2;
|
|
45426
45316
|
};
|
|
45317
|
+
function generateRequest(operation, parameterMap, server) {
|
|
45318
|
+
var _a3, _b2;
|
|
45319
|
+
const schema2 = (_b2 = (_a3 = operation == null ? void 0 : operation.information.requestBody) == null ? void 0 : _a3.content["application/json"]) == null ? void 0 : _b2.schema;
|
|
45320
|
+
const body2 = schema2 ? JSON.stringify(generateResponseContent(schema2), null, 2) : void 0;
|
|
45321
|
+
let headers = generateParameters(parameterMap.header);
|
|
45322
|
+
if (body2) {
|
|
45323
|
+
headers = headers.filter(
|
|
45324
|
+
(header2) => header2.name.toLowerCase() !== "content-type"
|
|
45325
|
+
);
|
|
45326
|
+
headers.push({
|
|
45327
|
+
name: "Content-Type",
|
|
45328
|
+
value: "application/json"
|
|
45329
|
+
});
|
|
45330
|
+
}
|
|
45331
|
+
const item = {
|
|
45332
|
+
id: operation.operationId,
|
|
45333
|
+
name: operation.name,
|
|
45334
|
+
type: operation.httpVerb,
|
|
45335
|
+
path: operation.path,
|
|
45336
|
+
parameters: generateParameters(parameterMap.path),
|
|
45337
|
+
query: generateParameters(parameterMap.query),
|
|
45338
|
+
headers,
|
|
45339
|
+
url: server.url,
|
|
45340
|
+
body: body2
|
|
45341
|
+
};
|
|
45342
|
+
return item;
|
|
45343
|
+
}
|
|
45427
45344
|
const getHeadingId = (heading2) => {
|
|
45428
45345
|
if (heading2.slug) {
|
|
45429
45346
|
return `user-content-${heading2.slug}`;
|
|
@@ -53633,6 +53550,9 @@ Component that was made reactive: `,
|
|
|
53633
53550
|
};
|
|
53634
53551
|
});
|
|
53635
53552
|
const getModelSectionId = (name2) => {
|
|
53553
|
+
if (!name2) {
|
|
53554
|
+
return "models";
|
|
53555
|
+
}
|
|
53636
53556
|
const slugger2 = new BananaSlug$1();
|
|
53637
53557
|
const slug2 = slugger2.slug(name2);
|
|
53638
53558
|
return `model//${slug2}`;
|
|
@@ -53646,6 +53566,10 @@ Component that was made reactive: `,
|
|
|
53646
53566
|
return `tag//${slug2}`;
|
|
53647
53567
|
};
|
|
53648
53568
|
const hasModels = (spec2) => {
|
|
53569
|
+
var _a3;
|
|
53570
|
+
if (Object.keys(((_a3 = spec2 == null ? void 0 : spec2.components) == null ? void 0 : _a3.schemas) ?? {}).length) {
|
|
53571
|
+
return true;
|
|
53572
|
+
}
|
|
53649
53573
|
return false;
|
|
53650
53574
|
};
|
|
53651
53575
|
const mapFromObject = (object) => {
|
|
@@ -59984,6 +59908,38 @@ ${closingBraceIndent}]`;
|
|
|
59984
59908
|
toggleDarkMode
|
|
59985
59909
|
};
|
|
59986
59910
|
}
|
|
59911
|
+
function useOperation(props) {
|
|
59912
|
+
const parameterMap = computed(() => {
|
|
59913
|
+
const { parameters } = props.operation.information;
|
|
59914
|
+
const map2 = {
|
|
59915
|
+
path: [],
|
|
59916
|
+
query: [],
|
|
59917
|
+
header: []
|
|
59918
|
+
};
|
|
59919
|
+
if (parameters) {
|
|
59920
|
+
parameters.forEach((parameter) => {
|
|
59921
|
+
if (parameter.in === "path") {
|
|
59922
|
+
map2.path.push(parameter);
|
|
59923
|
+
} else if (parameter.in === "query") {
|
|
59924
|
+
map2.query.push(parameter);
|
|
59925
|
+
} else if (parameter.in === "header") {
|
|
59926
|
+
map2.header.push(parameter);
|
|
59927
|
+
}
|
|
59928
|
+
});
|
|
59929
|
+
}
|
|
59930
|
+
return map2;
|
|
59931
|
+
});
|
|
59932
|
+
return {
|
|
59933
|
+
parameterMap
|
|
59934
|
+
};
|
|
59935
|
+
}
|
|
59936
|
+
function useRefOnMount(setter) {
|
|
59937
|
+
const value = ref$2(null);
|
|
59938
|
+
onMounted(() => {
|
|
59939
|
+
value.value = setter();
|
|
59940
|
+
});
|
|
59941
|
+
return value;
|
|
59942
|
+
}
|
|
59987
59943
|
const attrsToObject = (m2) => Object.fromEntries(Array.from(m2).map((t2) => [t2.name, t2.value]));
|
|
59988
59944
|
const getRendererComponent = (Parser2) => ({ raw: raw2 }) => {
|
|
59989
59945
|
const parser2 = new Parser2();
|
|
@@ -60383,8 +60339,8 @@ ${closingBraceIndent}]`;
|
|
|
60383
60339
|
const getLocalIcon = (src2) => {
|
|
60384
60340
|
return localIconData[src2];
|
|
60385
60341
|
};
|
|
60386
|
-
const _hoisted_1$
|
|
60387
|
-
const _sfc_main$
|
|
60342
|
+
const _hoisted_1$I = ["alt", "src"];
|
|
60343
|
+
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
60388
60344
|
__name: "Icon",
|
|
60389
60345
|
props: {
|
|
60390
60346
|
src: {},
|
|
@@ -60401,7 +60357,7 @@ ${closingBraceIndent}]`;
|
|
|
60401
60357
|
key: 1,
|
|
60402
60358
|
alt: _ctx.title,
|
|
60403
60359
|
src: _ctx.src
|
|
60404
|
-
}, null, 8, _hoisted_1$
|
|
60360
|
+
}, null, 8, _hoisted_1$I));
|
|
60405
60361
|
};
|
|
60406
60362
|
}
|
|
60407
60363
|
});
|
|
@@ -60466,7 +60422,7 @@ ${closingBraceIndent}]`;
|
|
|
60466
60422
|
}
|
|
60467
60423
|
return icons[filename];
|
|
60468
60424
|
};
|
|
60469
|
-
const _sfc_main$
|
|
60425
|
+
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
60470
60426
|
__name: "FlowIcon",
|
|
60471
60427
|
props: {
|
|
60472
60428
|
icon: {}
|
|
@@ -60485,15 +60441,15 @@ ${closingBraceIndent}]`;
|
|
|
60485
60441
|
}
|
|
60486
60442
|
});
|
|
60487
60443
|
const _withScopeId$8 = (n2) => (pushScopeId("data-v-f1139217"), n2 = n2(), popScopeId(), n2);
|
|
60488
|
-
const _hoisted_1$
|
|
60489
|
-
const _hoisted_2$
|
|
60490
|
-
const _hoisted_3$
|
|
60491
|
-
const _hoisted_4$
|
|
60444
|
+
const _hoisted_1$H = { class: "darklight-reference" };
|
|
60445
|
+
const _hoisted_2$u = { key: 0 };
|
|
60446
|
+
const _hoisted_3$m = { key: 1 };
|
|
60447
|
+
const _hoisted_4$h = /* @__PURE__ */ _withScopeId$8(() => /* @__PURE__ */ createBaseVNode("a", {
|
|
60492
60448
|
class: "darklight-reference-promo",
|
|
60493
60449
|
href: "https://www.scalar.com",
|
|
60494
60450
|
target: "_blank"
|
|
60495
60451
|
}, " Powered by scalar.com ", -1));
|
|
60496
|
-
const _sfc_main$
|
|
60452
|
+
const _sfc_main$T = /* @__PURE__ */ defineComponent({
|
|
60497
60453
|
__name: "DarkModeToggle",
|
|
60498
60454
|
setup(__props) {
|
|
60499
60455
|
const { toggleDarkMode, isDark: isDark2 } = useDarkModeState$1();
|
|
@@ -60504,51 +60460,51 @@ ${closingBraceIndent}]`;
|
|
|
60504
60460
|
});
|
|
60505
60461
|
});
|
|
60506
60462
|
return (_ctx, _cache) => {
|
|
60507
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60463
|
+
return openBlock(), createElementBlock("div", _hoisted_1$H, [
|
|
60508
60464
|
createBaseVNode("button", {
|
|
60509
60465
|
class: "darklight",
|
|
60510
60466
|
type: "button",
|
|
60511
60467
|
onClick: _cache[0] || (_cache[0] = //@ts-ignore
|
|
60512
60468
|
(...args) => unref(toggleDarkMode) && unref(toggleDarkMode)(...args))
|
|
60513
60469
|
}, [
|
|
60514
|
-
createVNode(unref(_sfc_main$
|
|
60515
|
-
unref(isDark2) ? (openBlock(), createElementBlock("span", _hoisted_2$
|
|
60470
|
+
createVNode(unref(_sfc_main$U), { icon: "LightDarkModeToggle" }),
|
|
60471
|
+
unref(isDark2) ? (openBlock(), createElementBlock("span", _hoisted_2$u, "Light Mode")) : (openBlock(), createElementBlock("span", _hoisted_3$m, "Dark Mode"))
|
|
60516
60472
|
]),
|
|
60517
|
-
_hoisted_4$
|
|
60473
|
+
_hoisted_4$h
|
|
60518
60474
|
]);
|
|
60519
60475
|
};
|
|
60520
60476
|
}
|
|
60521
60477
|
});
|
|
60522
60478
|
const DarkModeToggle_vue_vue_type_style_index_0_scoped_f1139217_lang = "";
|
|
60523
|
-
const DarkModeToggle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60479
|
+
const DarkModeToggle = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-f1139217"]]);
|
|
60524
60480
|
function isMacOS() {
|
|
60525
60481
|
return typeof navigator !== "undefined" ? /Mac/.test(navigator.platform) : false;
|
|
60526
60482
|
}
|
|
60527
60483
|
const _withScopeId$7 = (n2) => (pushScopeId("data-v-7ae693ae"), n2 = n2(), popScopeId(), n2);
|
|
60528
|
-
const _hoisted_1$
|
|
60484
|
+
const _hoisted_1$G = {
|
|
60529
60485
|
class: "sidebar-search",
|
|
60530
60486
|
type: "button"
|
|
60531
60487
|
};
|
|
60532
|
-
const _hoisted_2$
|
|
60533
|
-
const _hoisted_3$
|
|
60488
|
+
const _hoisted_2$t = { class: "sidebar-search-input" };
|
|
60489
|
+
const _hoisted_3$l = /* @__PURE__ */ _withScopeId$7(() => /* @__PURE__ */ createBaseVNode("span", {
|
|
60534
60490
|
class: "sidebar-search-placeholder",
|
|
60535
60491
|
type: "text"
|
|
60536
60492
|
}, " Search ", -1));
|
|
60537
|
-
const _hoisted_4$
|
|
60538
|
-
const _hoisted_5$
|
|
60539
|
-
const _sfc_main$
|
|
60493
|
+
const _hoisted_4$g = { class: "sidebar-search-shortcut" };
|
|
60494
|
+
const _hoisted_5$d = { class: "sidebar-search-key" };
|
|
60495
|
+
const _sfc_main$S = /* @__PURE__ */ defineComponent({
|
|
60540
60496
|
__name: "FindAnythingButton",
|
|
60541
60497
|
setup(__props) {
|
|
60542
60498
|
return (_ctx, _cache) => {
|
|
60543
|
-
return openBlock(), createElementBlock("button", _hoisted_1$
|
|
60544
|
-
createVNode(_sfc_main$
|
|
60499
|
+
return openBlock(), createElementBlock("button", _hoisted_1$G, [
|
|
60500
|
+
createVNode(_sfc_main$U, {
|
|
60545
60501
|
class: "search-icon",
|
|
60546
60502
|
icon: "Search"
|
|
60547
60503
|
}),
|
|
60548
|
-
createBaseVNode("div", _hoisted_2$
|
|
60549
|
-
_hoisted_3$
|
|
60550
|
-
createBaseVNode("span", _hoisted_4$
|
|
60551
|
-
createBaseVNode("span", _hoisted_5$
|
|
60504
|
+
createBaseVNode("div", _hoisted_2$t, [
|
|
60505
|
+
_hoisted_3$l,
|
|
60506
|
+
createBaseVNode("span", _hoisted_4$g, [
|
|
60507
|
+
createBaseVNode("span", _hoisted_5$d, toDisplayString(unref(isMacOS)() ? "⌘" : "⌃") + "k", 1)
|
|
60552
60508
|
])
|
|
60553
60509
|
])
|
|
60554
60510
|
]);
|
|
@@ -60556,17 +60512,17 @@ ${closingBraceIndent}]`;
|
|
|
60556
60512
|
}
|
|
60557
60513
|
});
|
|
60558
60514
|
const FindAnythingButton_vue_vue_type_style_index_0_scoped_7ae693ae_lang = "";
|
|
60559
|
-
const FindAnythingButton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60560
|
-
const _hoisted_1$
|
|
60515
|
+
const FindAnythingButton = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-7ae693ae"]]);
|
|
60516
|
+
const _hoisted_1$F = {
|
|
60561
60517
|
key: 0,
|
|
60562
60518
|
class: "loader-wrapper"
|
|
60563
60519
|
};
|
|
60564
|
-
const _hoisted_2$
|
|
60565
|
-
const _hoisted_7$
|
|
60520
|
+
const _hoisted_2$s = /* @__PURE__ */ createStaticVNode('<path class="svg-path svg-check-mark" d="m 0 60 l 30 30 l 70 -80" data-v-fdd87947></path><path class="svg-path svg-x-mark" d="m 50 50 l 40 -40" data-v-fdd87947></path><path class="svg-path svg-x-mark" d="m 50 50 l 40 40" data-v-fdd87947></path><path class="svg-path svg-x-mark" d="m 50 50 l -40 -40" data-v-fdd87947></path><path class="svg-path svg-x-mark" d="m 50 50 l -40 40" data-v-fdd87947></path>', 5);
|
|
60521
|
+
const _hoisted_7$9 = {
|
|
60566
60522
|
key: 0,
|
|
60567
60523
|
class: "circular-loader"
|
|
60568
60524
|
};
|
|
60569
|
-
const _sfc_main$
|
|
60525
|
+
const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
60570
60526
|
__name: "FlowLoader",
|
|
60571
60527
|
props: {
|
|
60572
60528
|
loaderState: {},
|
|
@@ -60577,7 +60533,7 @@ ${closingBraceIndent}]`;
|
|
|
60577
60533
|
"53793cee": _ctx.size
|
|
60578
60534
|
}));
|
|
60579
60535
|
return (_ctx, _cache) => {
|
|
60580
|
-
return _ctx.loaderState ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
60536
|
+
return _ctx.loaderState ? (openBlock(), createElementBlock("div", _hoisted_1$F, [
|
|
60581
60537
|
(openBlock(), createElementBlock("svg", {
|
|
60582
60538
|
class: normalizeClass(["svg-loader", {
|
|
60583
60539
|
"icon-is-valid": _ctx.loaderState.valid,
|
|
@@ -60587,8 +60543,8 @@ ${closingBraceIndent}]`;
|
|
|
60587
60543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
60588
60544
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
60589
60545
|
}, [
|
|
60590
|
-
_hoisted_2$
|
|
60591
|
-
_ctx.loaderState.isLoading ? (openBlock(), createElementBlock("g", _hoisted_7$
|
|
60546
|
+
_hoisted_2$s,
|
|
60547
|
+
_ctx.loaderState.isLoading ? (openBlock(), createElementBlock("g", _hoisted_7$9, [
|
|
60592
60548
|
createBaseVNode("circle", {
|
|
60593
60549
|
class: normalizeClass(["loader-path", {
|
|
60594
60550
|
"loader-path-off": _ctx.loaderState.valid || _ctx.loaderState.invalid
|
|
@@ -60606,14 +60562,14 @@ ${closingBraceIndent}]`;
|
|
|
60606
60562
|
}
|
|
60607
60563
|
});
|
|
60608
60564
|
const FlowLoader_vue_vue_type_style_index_0_scoped_fdd87947_lang = "";
|
|
60609
|
-
const FlowLoader$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60610
|
-
const _hoisted_1$
|
|
60611
|
-
const _hoisted_2$
|
|
60565
|
+
const FlowLoader$1 = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-fdd87947"]]);
|
|
60566
|
+
const _hoisted_1$E = ["title"];
|
|
60567
|
+
const _hoisted_2$r = {
|
|
60612
60568
|
key: 0,
|
|
60613
60569
|
class: "flow-button-decorator"
|
|
60614
60570
|
};
|
|
60615
|
-
const _hoisted_3$
|
|
60616
|
-
const _sfc_main$
|
|
60571
|
+
const _hoisted_3$k = { class: "flow-button-loader" };
|
|
60572
|
+
const _sfc_main$Q = /* @__PURE__ */ defineComponent({
|
|
60617
60573
|
__name: "FlowButton",
|
|
60618
60574
|
props: {
|
|
60619
60575
|
label: {},
|
|
@@ -60636,25 +60592,25 @@ ${closingBraceIndent}]`;
|
|
|
60636
60592
|
title: _ctx.title || _ctx.label,
|
|
60637
60593
|
type: "button"
|
|
60638
60594
|
}, [
|
|
60639
|
-
_ctx.$slots.default ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
60595
|
+
_ctx.$slots.default ? (openBlock(), createElementBlock("div", _hoisted_2$r, [
|
|
60640
60596
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
60641
60597
|
])) : createCommentVNode("", true),
|
|
60642
60598
|
createBaseVNode("span", {
|
|
60643
60599
|
class: normalizeClass({ "sr-only": _ctx.icon })
|
|
60644
60600
|
}, toDisplayString(_ctx.label), 3),
|
|
60645
|
-
createBaseVNode("div", _hoisted_3$
|
|
60601
|
+
createBaseVNode("div", _hoisted_3$k, [
|
|
60646
60602
|
_ctx.loaderState ? (openBlock(), createBlock(FlowLoader$1, {
|
|
60647
60603
|
key: 0,
|
|
60648
60604
|
loaderState: _ctx.loaderState
|
|
60649
60605
|
}, null, 8, ["loaderState"])) : createCommentVNode("", true)
|
|
60650
60606
|
])
|
|
60651
|
-
], 10, _hoisted_1$
|
|
60607
|
+
], 10, _hoisted_1$E);
|
|
60652
60608
|
};
|
|
60653
60609
|
}
|
|
60654
60610
|
});
|
|
60655
60611
|
const FlowButton_vue_vue_type_style_index_0_scoped_a9ccf337_lang = "";
|
|
60656
|
-
const FlowButton$1 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60657
|
-
const _sfc_main$
|
|
60612
|
+
const FlowButton$1 = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-a9ccf337"]]);
|
|
60613
|
+
const _sfc_main$P = /* @__PURE__ */ defineComponent({
|
|
60658
60614
|
__name: "FlowIconButton",
|
|
60659
60615
|
props: {
|
|
60660
60616
|
label: {},
|
|
@@ -60670,19 +60626,19 @@ ${closingBraceIndent}]`;
|
|
|
60670
60626
|
variant: _ctx.variant
|
|
60671
60627
|
}, {
|
|
60672
60628
|
default: withCtx(() => [
|
|
60673
|
-
createVNode(unref(_sfc_main$
|
|
60629
|
+
createVNode(unref(_sfc_main$U), { icon: _ctx.icon }, null, 8, ["icon"])
|
|
60674
60630
|
]),
|
|
60675
60631
|
_: 1
|
|
60676
60632
|
}, 8, ["label", "variant"]);
|
|
60677
60633
|
};
|
|
60678
60634
|
}
|
|
60679
60635
|
});
|
|
60680
|
-
const _hoisted_1$
|
|
60681
|
-
const _hoisted_2$
|
|
60636
|
+
const _hoisted_1$D = { class: "sidebar-group-item" };
|
|
60637
|
+
const _hoisted_2$q = {
|
|
60682
60638
|
key: 1,
|
|
60683
60639
|
class: "action-menu"
|
|
60684
60640
|
};
|
|
60685
|
-
const _sfc_main$
|
|
60641
|
+
const _sfc_main$O = /* @__PURE__ */ defineComponent({
|
|
60686
60642
|
__name: "SidebarElement",
|
|
60687
60643
|
props: {
|
|
60688
60644
|
item: {},
|
|
@@ -60720,7 +60676,7 @@ ${closingBraceIndent}]`;
|
|
|
60720
60676
|
}
|
|
60721
60677
|
return (_ctx, _cache) => {
|
|
60722
60678
|
var _a3, _b2, _c;
|
|
60723
|
-
return openBlock(), createElementBlock("li", _hoisted_1$
|
|
60679
|
+
return openBlock(), createElementBlock("li", _hoisted_1$D, [
|
|
60724
60680
|
createBaseVNode("div", {
|
|
60725
60681
|
class: normalizeClass(["sidebar-heading", {
|
|
60726
60682
|
"sidebar-group-item__folder": _ctx.hasChildren || _ctx.item.type === "Folder",
|
|
@@ -60728,7 +60684,7 @@ ${closingBraceIndent}]`;
|
|
|
60728
60684
|
}]),
|
|
60729
60685
|
onClick: handleClick
|
|
60730
60686
|
}, [
|
|
60731
|
-
_ctx.hasChildren || _ctx.item.type === "Folder" ? (openBlock(), createBlock(_sfc_main$
|
|
60687
|
+
_ctx.hasChildren || _ctx.item.type === "Folder" ? (openBlock(), createBlock(_sfc_main$P, {
|
|
60732
60688
|
key: 0,
|
|
60733
60689
|
class: "toggle-nested-icon",
|
|
60734
60690
|
icon: _ctx.open ? "ChevronDown" : "ChevronRight",
|
|
@@ -60738,14 +60694,14 @@ ${closingBraceIndent}]`;
|
|
|
60738
60694
|
onClick: handleToggleOpen
|
|
60739
60695
|
}, null, 8, ["icon"])) : createCommentVNode("", true),
|
|
60740
60696
|
createBaseVNode("a", mergeProps({ class: "flex-1 sidebar-heading-link" }, linkProps.value), [
|
|
60741
|
-
((_b2 = (_a3 = _ctx.item) == null ? void 0 : _a3.icon) == null ? void 0 : _b2.src) ? (openBlock(), createBlock(unref(_sfc_main$
|
|
60697
|
+
((_b2 = (_a3 = _ctx.item) == null ? void 0 : _a3.icon) == null ? void 0 : _b2.src) ? (openBlock(), createBlock(unref(_sfc_main$V), {
|
|
60742
60698
|
key: 0,
|
|
60743
60699
|
class: "sidebar-icon",
|
|
60744
60700
|
src: _ctx.item.icon.src
|
|
60745
60701
|
}, null, 8, ["src"])) : createCommentVNode("", true),
|
|
60746
60702
|
createBaseVNode("p", null, toDisplayString(_ctx.item.title), 1)
|
|
60747
60703
|
], 16),
|
|
60748
|
-
((_c = _ctx.item) == null ? void 0 : _c.type) === "Link" ? (openBlock(), createBlock(unref(_sfc_main$
|
|
60704
|
+
((_c = _ctx.item) == null ? void 0 : _c.type) === "Link" ? (openBlock(), createBlock(unref(_sfc_main$U), {
|
|
60749
60705
|
key: 1,
|
|
60750
60706
|
class: "link-icon",
|
|
60751
60707
|
icon: "ExternalLink",
|
|
@@ -60753,7 +60709,7 @@ ${closingBraceIndent}]`;
|
|
|
60753
60709
|
})) : createCommentVNode("", true)
|
|
60754
60710
|
], 2),
|
|
60755
60711
|
_ctx.open ? renderSlot(_ctx.$slots, "default", { key: 0 }, void 0, true) : createCommentVNode("", true),
|
|
60756
|
-
_ctx.$slots["action-menu"] ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
60712
|
+
_ctx.$slots["action-menu"] ? (openBlock(), createElementBlock("div", _hoisted_2$q, [
|
|
60757
60713
|
renderSlot(_ctx.$slots, "action-menu", {}, void 0, true)
|
|
60758
60714
|
])) : createCommentVNode("", true)
|
|
60759
60715
|
]);
|
|
@@ -60761,8 +60717,8 @@ ${closingBraceIndent}]`;
|
|
|
60761
60717
|
}
|
|
60762
60718
|
});
|
|
60763
60719
|
const SidebarElement_vue_vue_type_style_index_0_scoped_dc8a97ce_lang = "";
|
|
60764
|
-
const SidebarElement = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
60765
|
-
const _sfc_main$
|
|
60720
|
+
const SidebarElement = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-dc8a97ce"]]);
|
|
60721
|
+
const _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
60766
60722
|
__name: "SidebarGroup",
|
|
60767
60723
|
props: {
|
|
60768
60724
|
level: {}
|
|
@@ -60778,9 +60734,9 @@ ${closingBraceIndent}]`;
|
|
|
60778
60734
|
};
|
|
60779
60735
|
}
|
|
60780
60736
|
});
|
|
60781
|
-
const _hoisted_1$
|
|
60782
|
-
const _hoisted_2$
|
|
60783
|
-
const _sfc_main$
|
|
60737
|
+
const _hoisted_1$C = { class: "sidebar" };
|
|
60738
|
+
const _hoisted_2$p = { class: "pages custom-scroll custom-scroll-self-contain-overflow" };
|
|
60739
|
+
const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
60784
60740
|
__name: "Sidebar",
|
|
60785
60741
|
props: {
|
|
60786
60742
|
spec: {}
|
|
@@ -60846,11 +60802,12 @@ ${closingBraceIndent}]`;
|
|
|
60846
60802
|
});
|
|
60847
60803
|
const firstTag = (_b2 = (_a3 = props == null ? void 0 : props.spec) == null ? void 0 : _a3.tags) == null ? void 0 : _b2[0];
|
|
60848
60804
|
const operationEntries = firstTag && moreThanOneDefaultTag(firstTag) && ((_c = firstTag.operations) == null ? void 0 : _c.length) > 0 ? props.spec.tags.map((tag) => {
|
|
60805
|
+
var _a4;
|
|
60849
60806
|
return {
|
|
60850
60807
|
id: getTagSectionId(tag),
|
|
60851
60808
|
title: tag.name.toUpperCase(),
|
|
60852
60809
|
type: "Folder",
|
|
60853
|
-
children: tag.operations.map((operation) => {
|
|
60810
|
+
children: (_a4 = tag.operations) == null ? void 0 : _a4.map((operation) => {
|
|
60854
60811
|
return {
|
|
60855
60812
|
id: getOperationSectionId(operation),
|
|
60856
60813
|
title: operation.name || operation.path,
|
|
@@ -60877,7 +60834,7 @@ ${closingBraceIndent}]`;
|
|
|
60877
60834
|
});
|
|
60878
60835
|
const modelEntries = hasModels(props.spec) ? [
|
|
60879
60836
|
{
|
|
60880
|
-
id:
|
|
60837
|
+
id: getModelSectionId(),
|
|
60881
60838
|
title: "MODELS",
|
|
60882
60839
|
type: "Folder",
|
|
60883
60840
|
children: Object.keys(((_d = props.spec.components) == null ? void 0 : _d.schemas) ?? {}).map(
|
|
@@ -60905,13 +60862,13 @@ ${closingBraceIndent}]`;
|
|
|
60905
60862
|
return ((_a3 = flattenedItems.find((item) => isVisible2(item.id))) == null ? void 0 : _a3.id) ?? null;
|
|
60906
60863
|
});
|
|
60907
60864
|
return (_ctx, _cache) => {
|
|
60908
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
60865
|
+
return openBlock(), createElementBlock("div", _hoisted_1$C, [
|
|
60909
60866
|
!unref(isMobile) ? (openBlock(), createBlock(FindAnythingButton, {
|
|
60910
60867
|
key: 0,
|
|
60911
60868
|
onClick: _cache[0] || (_cache[0] = ($event) => unref(setTemplateItem)("showSearch", true))
|
|
60912
60869
|
})) : createCommentVNode("", true),
|
|
60913
|
-
createBaseVNode("div", _hoisted_2$
|
|
60914
|
-
createVNode(_sfc_main$
|
|
60870
|
+
createBaseVNode("div", _hoisted_2$p, [
|
|
60871
|
+
createVNode(_sfc_main$N, { level: 0 }, {
|
|
60915
60872
|
default: withCtx(() => [
|
|
60916
60873
|
(openBlock(true), createElementBlock(Fragment, null, renderList(items2.value, (item) => {
|
|
60917
60874
|
return openBlock(), createBlock(SidebarElement, {
|
|
@@ -60936,7 +60893,7 @@ ${closingBraceIndent}]`;
|
|
|
60936
60893
|
default: withCtx(() => {
|
|
60937
60894
|
var _a3;
|
|
60938
60895
|
return [
|
|
60939
|
-
item.children && ((_a3 = item.children) == null ? void 0 : _a3.length) > 0 ? (openBlock(), createBlock(_sfc_main$
|
|
60896
|
+
item.children && ((_a3 = item.children) == null ? void 0 : _a3.length) > 0 ? (openBlock(), createBlock(_sfc_main$N, {
|
|
60940
60897
|
key: 0,
|
|
60941
60898
|
level: 0
|
|
60942
60899
|
}, {
|
|
@@ -60978,22 +60935,22 @@ ${closingBraceIndent}]`;
|
|
|
60978
60935
|
}
|
|
60979
60936
|
});
|
|
60980
60937
|
const Sidebar_vue_vue_type_style_index_0_lang = "";
|
|
60981
|
-
const _hoisted_1$
|
|
60938
|
+
const _hoisted_1$B = {
|
|
60982
60939
|
key: 0,
|
|
60983
60940
|
class: "api-client-drawer"
|
|
60984
60941
|
};
|
|
60985
|
-
const _hoisted_2$
|
|
60986
|
-
const _hoisted_3$
|
|
60987
|
-
const _hoisted_4$
|
|
60988
|
-
const _hoisted_5$
|
|
60942
|
+
const _hoisted_2$o = { class: "scalar-api-client__overlay" };
|
|
60943
|
+
const _hoisted_3$j = { class: "scalar-api-client__container" };
|
|
60944
|
+
const _hoisted_4$f = { class: "scalar-api-client-height flex flex-row" };
|
|
60945
|
+
const _hoisted_5$c = {
|
|
60989
60946
|
key: 0,
|
|
60990
60947
|
class: "t-doc__sidebar"
|
|
60991
60948
|
};
|
|
60992
|
-
const _hoisted_6$
|
|
60949
|
+
const _hoisted_6$a = {
|
|
60993
60950
|
key: 1,
|
|
60994
60951
|
class: "t-doc__sidebar"
|
|
60995
60952
|
};
|
|
60996
|
-
const _sfc_main$
|
|
60953
|
+
const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
60997
60954
|
__name: "ApiClientModal",
|
|
60998
60955
|
props: {
|
|
60999
60956
|
spec: {},
|
|
@@ -61007,23 +60964,23 @@ ${closingBraceIndent}]`;
|
|
|
61007
60964
|
const isMobile = useMediaQuery("(max-width: 1000px)");
|
|
61008
60965
|
return (_ctx, _cache) => {
|
|
61009
60966
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
61010
|
-
unref(state2).showApiClient || _ctx.overloadShow ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
61011
|
-
createBaseVNode("div", _hoisted_2$
|
|
61012
|
-
createBaseVNode("div", _hoisted_3$
|
|
60967
|
+
unref(state2).showApiClient || _ctx.overloadShow ? (openBlock(), createElementBlock("div", _hoisted_1$B, [
|
|
60968
|
+
createBaseVNode("div", _hoisted_2$o, [
|
|
60969
|
+
createBaseVNode("div", _hoisted_3$j, [
|
|
61013
60970
|
renderSlot(_ctx.$slots, "header", {}, void 0, true),
|
|
61014
|
-
createBaseVNode("div", _hoisted_4$
|
|
60971
|
+
createBaseVNode("div", _hoisted_4$f, [
|
|
61015
60972
|
_ctx.tabMode ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
61016
|
-
_ctx.activeTab === "sidebar" ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
61017
|
-
withDirectives(createVNode(_sfc_main$
|
|
60973
|
+
_ctx.activeTab === "sidebar" ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
|
|
60974
|
+
withDirectives(createVNode(_sfc_main$M, { spec: _ctx.spec }, null, 8, ["spec"]), [
|
|
61018
60975
|
[vShow, !unref(isMobile)]
|
|
61019
60976
|
])
|
|
61020
60977
|
])) : renderSlot(_ctx.$slots, "active-tab", { key: 1 }, void 0, true)
|
|
61021
|
-
], 64)) : (openBlock(), createElementBlock("div", _hoisted_6$
|
|
61022
|
-
withDirectives(createVNode(_sfc_main$
|
|
60978
|
+
], 64)) : (openBlock(), createElementBlock("div", _hoisted_6$a, [
|
|
60979
|
+
withDirectives(createVNode(_sfc_main$M, { spec: _ctx.spec }, null, 8, ["spec"]), [
|
|
61023
60980
|
[vShow, !unref(isMobile)]
|
|
61024
60981
|
])
|
|
61025
60982
|
])),
|
|
61026
|
-
createVNode(unref(_sfc_main$
|
|
60983
|
+
createVNode(unref(_sfc_main$_), {
|
|
61027
60984
|
proxyUrl: _ctx.proxyUrl,
|
|
61028
60985
|
readOnly: "",
|
|
61029
60986
|
theme: "none",
|
|
@@ -61044,15 +61001,8 @@ ${closingBraceIndent}]`;
|
|
|
61044
61001
|
}
|
|
61045
61002
|
});
|
|
61046
61003
|
const ApiClientModal_vue_vue_type_style_index_0_scoped_475923d7_lang = "";
|
|
61047
|
-
const ApiClientModal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61048
|
-
|
|
61049
|
-
const value = ref$2(null);
|
|
61050
|
-
onMounted(() => {
|
|
61051
|
-
value.value = setter();
|
|
61052
|
-
});
|
|
61053
|
-
return value;
|
|
61054
|
-
}
|
|
61055
|
-
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
61004
|
+
const ApiClientModal = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-475923d7"]]);
|
|
61005
|
+
const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
61056
61006
|
__name: "IntersectionObserver",
|
|
61057
61007
|
props: {
|
|
61058
61008
|
id: {},
|
|
@@ -61095,14 +61045,14 @@ ${closingBraceIndent}]`;
|
|
|
61095
61045
|
};
|
|
61096
61046
|
}
|
|
61097
61047
|
});
|
|
61098
|
-
const _sfc_main$
|
|
61048
|
+
const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
61099
61049
|
__name: "Section",
|
|
61100
61050
|
props: {
|
|
61101
61051
|
id: {}
|
|
61102
61052
|
},
|
|
61103
61053
|
setup(__props) {
|
|
61104
61054
|
return (_ctx, _cache) => {
|
|
61105
|
-
return openBlock(), createBlock(_sfc_main$
|
|
61055
|
+
return openBlock(), createBlock(_sfc_main$K, {
|
|
61106
61056
|
is: "section",
|
|
61107
61057
|
id: _ctx.id,
|
|
61108
61058
|
class: "section"
|
|
@@ -61115,36 +61065,36 @@ ${closingBraceIndent}]`;
|
|
|
61115
61065
|
};
|
|
61116
61066
|
}
|
|
61117
61067
|
});
|
|
61118
|
-
const
|
|
61119
|
-
const Section = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61120
|
-
const
|
|
61121
|
-
const _sfc_main$
|
|
61122
|
-
const _hoisted_1$
|
|
61068
|
+
const Section_vue_vue_type_style_index_0_scoped_a5374225_lang = "";
|
|
61069
|
+
const Section = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-a5374225"]]);
|
|
61070
|
+
const SectionColumn_vue_vue_type_style_index_0_scoped_7e657da0_lang = "";
|
|
61071
|
+
const _sfc_main$I = {};
|
|
61072
|
+
const _hoisted_1$A = { class: "section-column" };
|
|
61123
61073
|
function _sfc_render$6(_ctx, _cache) {
|
|
61124
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61074
|
+
return openBlock(), createElementBlock("div", _hoisted_1$A, [
|
|
61125
61075
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
61126
61076
|
]);
|
|
61127
61077
|
}
|
|
61128
|
-
const SectionColumn = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61129
|
-
const
|
|
61130
|
-
const _sfc_main$
|
|
61131
|
-
const _hoisted_1$
|
|
61078
|
+
const SectionColumn = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$6], ["__scopeId", "data-v-7e657da0"]]);
|
|
61079
|
+
const SectionColumns_vue_vue_type_style_index_0_scoped_0bd51848_lang = "";
|
|
61080
|
+
const _sfc_main$H = {};
|
|
61081
|
+
const _hoisted_1$z = { class: "section-columns" };
|
|
61132
61082
|
function _sfc_render$5(_ctx, _cache) {
|
|
61133
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61083
|
+
return openBlock(), createElementBlock("div", _hoisted_1$z, [
|
|
61134
61084
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
61135
61085
|
]);
|
|
61136
61086
|
}
|
|
61137
|
-
const SectionColumns = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61138
|
-
const
|
|
61139
|
-
const _sfc_main$
|
|
61140
|
-
const _hoisted_1$
|
|
61087
|
+
const SectionColumns = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$5], ["__scopeId", "data-v-0bd51848"]]);
|
|
61088
|
+
const SectionContainer_vue_vue_type_style_index_0_scoped_a27b5d0a_lang = "";
|
|
61089
|
+
const _sfc_main$G = {};
|
|
61090
|
+
const _hoisted_1$y = { class: "section-container" };
|
|
61141
61091
|
function _sfc_render$4(_ctx, _cache) {
|
|
61142
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61092
|
+
return openBlock(), createElementBlock("div", _hoisted_1$y, [
|
|
61143
61093
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
61144
61094
|
]);
|
|
61145
61095
|
}
|
|
61146
|
-
const SectionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61147
|
-
const _sfc_main$
|
|
61096
|
+
const SectionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$4], ["__scopeId", "data-v-a27b5d0a"]]);
|
|
61097
|
+
const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
61148
61098
|
__name: "LoadingSkeleton",
|
|
61149
61099
|
props: {
|
|
61150
61100
|
lines: { default: 1 }
|
|
@@ -61160,17 +61110,17 @@ ${closingBraceIndent}]`;
|
|
|
61160
61110
|
};
|
|
61161
61111
|
}
|
|
61162
61112
|
});
|
|
61163
|
-
const
|
|
61164
|
-
const LoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61165
|
-
const _hoisted_1$
|
|
61166
|
-
const _sfc_main$
|
|
61113
|
+
const LoadingSkeleton_vue_vue_type_style_index_0_scoped_99d52311_lang = "";
|
|
61114
|
+
const LoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-99d52311"]]);
|
|
61115
|
+
const _hoisted_1$x = { class: "section-content" };
|
|
61116
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
61167
61117
|
__name: "SectionContent",
|
|
61168
61118
|
props: {
|
|
61169
61119
|
loading: { type: Boolean, default: false }
|
|
61170
61120
|
},
|
|
61171
61121
|
setup(__props) {
|
|
61172
61122
|
return (_ctx, _cache) => {
|
|
61173
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61123
|
+
return openBlock(), createElementBlock("div", _hoisted_1$x, [
|
|
61174
61124
|
!_ctx.loading ? renderSlot(_ctx.$slots, "default", { key: 0 }, void 0, true) : (openBlock(), createBlock(LoadingSkeleton, {
|
|
61175
61125
|
key: 1,
|
|
61176
61126
|
lines: 8
|
|
@@ -61180,8 +61130,8 @@ ${closingBraceIndent}]`;
|
|
|
61180
61130
|
}
|
|
61181
61131
|
});
|
|
61182
61132
|
const SectionContent_vue_vue_type_style_index_0_scoped_bba63beb_lang = "";
|
|
61183
|
-
const SectionContent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61184
|
-
const _sfc_main$
|
|
61133
|
+
const SectionContent = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-bba63beb"]]);
|
|
61134
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
61185
61135
|
__name: "SectionHeader",
|
|
61186
61136
|
props: {
|
|
61187
61137
|
loading: { type: Boolean, default: false },
|
|
@@ -61198,18 +61148,18 @@ ${closingBraceIndent}]`;
|
|
|
61198
61148
|
};
|
|
61199
61149
|
}
|
|
61200
61150
|
});
|
|
61201
|
-
const
|
|
61202
|
-
const SectionHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61203
|
-
const
|
|
61204
|
-
const _sfc_main$
|
|
61205
|
-
const _hoisted_1$
|
|
61151
|
+
const SectionHeader_vue_vue_type_style_index_0_scoped_c558bda3_lang = "";
|
|
61152
|
+
const SectionHeader = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-c558bda3"]]);
|
|
61153
|
+
const Card_vue_vue_type_style_index_0_scoped_baca418c_lang = "";
|
|
61154
|
+
const _sfc_main$C = {};
|
|
61155
|
+
const _hoisted_1$w = { class: "card" };
|
|
61206
61156
|
function _sfc_render$3(_ctx, _cache) {
|
|
61207
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
61157
|
+
return openBlock(), createElementBlock("div", _hoisted_1$w, [
|
|
61208
61158
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
61209
61159
|
]);
|
|
61210
61160
|
}
|
|
61211
|
-
const Card = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61212
|
-
const _sfc_main$
|
|
61161
|
+
const Card = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$3], ["__scopeId", "data-v-baca418c"]]);
|
|
61162
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
61213
61163
|
__name: "CardContent",
|
|
61214
61164
|
props: {
|
|
61215
61165
|
muted: { type: Boolean, default: false },
|
|
@@ -61236,21 +61186,21 @@ ${closingBraceIndent}]`;
|
|
|
61236
61186
|
}
|
|
61237
61187
|
});
|
|
61238
61188
|
const CardContent_vue_vue_type_style_index_0_scoped_baa04f94_lang = "";
|
|
61239
|
-
const CardContent = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61240
|
-
const _hoisted_1$
|
|
61241
|
-
const _hoisted_2$
|
|
61242
|
-
const _hoisted_3$
|
|
61243
|
-
const _sfc_main$
|
|
61189
|
+
const CardContent = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-baa04f94"]]);
|
|
61190
|
+
const _hoisted_1$v = { class: "card-header-slots" };
|
|
61191
|
+
const _hoisted_2$n = { class: "card-header-slot card-header-title" };
|
|
61192
|
+
const _hoisted_3$i = { class: "card-header-slot card-header-actions" };
|
|
61193
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
61244
61194
|
__name: "CardHeader",
|
|
61245
61195
|
setup(__props) {
|
|
61246
61196
|
return (_ctx, _cache) => {
|
|
61247
61197
|
return openBlock(), createBlock(CardContent, { class: "card-header" }, {
|
|
61248
61198
|
default: withCtx(() => [
|
|
61249
|
-
createBaseVNode("div", _hoisted_1$
|
|
61250
|
-
createBaseVNode("div", _hoisted_2$
|
|
61199
|
+
createBaseVNode("div", _hoisted_1$v, [
|
|
61200
|
+
createBaseVNode("div", _hoisted_2$n, [
|
|
61251
61201
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
61252
61202
|
]),
|
|
61253
|
-
createBaseVNode("div", _hoisted_3$
|
|
61203
|
+
createBaseVNode("div", _hoisted_3$i, [
|
|
61254
61204
|
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
61255
61205
|
])
|
|
61256
61206
|
])
|
|
@@ -61260,9 +61210,9 @@ ${closingBraceIndent}]`;
|
|
|
61260
61210
|
};
|
|
61261
61211
|
}
|
|
61262
61212
|
});
|
|
61263
|
-
const
|
|
61264
|
-
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61265
|
-
const _sfc_main$
|
|
61213
|
+
const CardHeader_vue_vue_type_style_index_0_scoped_a4e7af0c_lang = "";
|
|
61214
|
+
const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-a4e7af0c"]]);
|
|
61215
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
61266
61216
|
__name: "CardFooter",
|
|
61267
61217
|
setup(__props) {
|
|
61268
61218
|
return (_ctx, _cache) => {
|
|
@@ -61276,8 +61226,8 @@ ${closingBraceIndent}]`;
|
|
|
61276
61226
|
}
|
|
61277
61227
|
});
|
|
61278
61228
|
const CardFooter_vue_vue_type_style_index_0_scoped_deadefdd_lang = "";
|
|
61279
|
-
const CardFooter = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61280
|
-
const _sfc_main$
|
|
61229
|
+
const CardFooter = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-deadefdd"]]);
|
|
61230
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
61281
61231
|
__name: "CardTabHeader",
|
|
61282
61232
|
emits: ["change"],
|
|
61283
61233
|
setup(__props, { emit: emit2 }) {
|
|
@@ -61308,8 +61258,8 @@ ${closingBraceIndent}]`;
|
|
|
61308
61258
|
}
|
|
61309
61259
|
});
|
|
61310
61260
|
const CardTabHeader_vue_vue_type_style_index_0_scoped_b81067df_lang = "";
|
|
61311
|
-
const CardTabHeader = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61312
|
-
const _sfc_main$
|
|
61261
|
+
const CardTabHeader = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-b81067df"]]);
|
|
61262
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
61313
61263
|
__name: "CardTab",
|
|
61314
61264
|
setup(__props) {
|
|
61315
61265
|
return (_ctx, _cache) => {
|
|
@@ -61330,7 +61280,7 @@ ${closingBraceIndent}]`;
|
|
|
61330
61280
|
}
|
|
61331
61281
|
});
|
|
61332
61282
|
const CardTab_vue_vue_type_style_index_0_scoped_e5d124ee_lang = "";
|
|
61333
|
-
const CardTab = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
61283
|
+
const CardTab = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-e5d124ee"]]);
|
|
61334
61284
|
let Schema$7 = class Schema {
|
|
61335
61285
|
/**
|
|
61336
61286
|
* @constructor
|
|
@@ -68764,8 +68714,8 @@ ${closingBraceIndent}]`;
|
|
|
68764
68714
|
})(index_es5$d, index_es5$d.exports);
|
|
68765
68715
|
var index_es5Exports = index_es5$d.exports;
|
|
68766
68716
|
const typographicBase = /* @__PURE__ */ getDefaultExportFromCjs(index_es5Exports);
|
|
68767
|
-
const _hoisted_1$
|
|
68768
|
-
const _sfc_main$
|
|
68717
|
+
const _hoisted_1$u = ["innerHTML"];
|
|
68718
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
68769
68719
|
__name: "MarkdownRenderer",
|
|
68770
68720
|
props: {
|
|
68771
68721
|
value: {}
|
|
@@ -68792,15 +68742,15 @@ ${closingBraceIndent}]`;
|
|
|
68792
68742
|
return openBlock(), createElementBlock("div", {
|
|
68793
68743
|
class: "markdown",
|
|
68794
68744
|
innerHTML: html2.value
|
|
68795
|
-
}, null, 8, _hoisted_1$
|
|
68745
|
+
}, null, 8, _hoisted_1$u);
|
|
68796
68746
|
};
|
|
68797
68747
|
}
|
|
68798
68748
|
});
|
|
68799
|
-
const
|
|
68800
|
-
const MarkdownRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68801
|
-
const _hoisted_1$
|
|
68802
|
-
const _hoisted_2$
|
|
68803
|
-
const _sfc_main$
|
|
68749
|
+
const MarkdownRenderer_vue_vue_type_style_index_0_scoped_48bdb652_lang = "";
|
|
68750
|
+
const MarkdownRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-48bdb652"]]);
|
|
68751
|
+
const _hoisted_1$t = { class: "endpoints custom-scroll" };
|
|
68752
|
+
const _hoisted_2$m = ["onClick"];
|
|
68753
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
68804
68754
|
__name: "EndpointsOverview",
|
|
68805
68755
|
props: {
|
|
68806
68756
|
tag: {}
|
|
@@ -68811,18 +68761,18 @@ ${closingBraceIndent}]`;
|
|
|
68811
68761
|
id: unref(getTagSectionId)(_ctx.tag)
|
|
68812
68762
|
}, {
|
|
68813
68763
|
default: withCtx(() => [
|
|
68814
|
-
createVNode(unref(SectionHeader), null, {
|
|
68815
|
-
default: withCtx(() => [
|
|
68816
|
-
createTextVNode(toDisplayString(_ctx.tag.name), 1)
|
|
68817
|
-
]),
|
|
68818
|
-
_: 1
|
|
68819
|
-
}),
|
|
68820
68764
|
createVNode(unref(SectionContent), null, {
|
|
68821
68765
|
default: withCtx(() => [
|
|
68822
68766
|
createVNode(unref(SectionColumns), null, {
|
|
68823
68767
|
default: withCtx(() => [
|
|
68824
68768
|
createVNode(unref(SectionColumn), null, {
|
|
68825
68769
|
default: withCtx(() => [
|
|
68770
|
+
createVNode(unref(SectionHeader), null, {
|
|
68771
|
+
default: withCtx(() => [
|
|
68772
|
+
createTextVNode(toDisplayString(_ctx.tag.name), 1)
|
|
68773
|
+
]),
|
|
68774
|
+
_: 1
|
|
68775
|
+
}),
|
|
68826
68776
|
createVNode(MarkdownRenderer, {
|
|
68827
68777
|
value: _ctx.tag.description
|
|
68828
68778
|
}, null, 8, ["value"])
|
|
@@ -68843,7 +68793,7 @@ ${closingBraceIndent}]`;
|
|
|
68843
68793
|
}),
|
|
68844
68794
|
createVNode(unref(CardContent), { muted: "" }, {
|
|
68845
68795
|
default: withCtx(() => [
|
|
68846
|
-
createBaseVNode("div", _hoisted_1$
|
|
68796
|
+
createBaseVNode("div", _hoisted_1$t, [
|
|
68847
68797
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tag.operations, (operation) => {
|
|
68848
68798
|
return openBlock(), createElementBlock("a", {
|
|
68849
68799
|
key: unref(getOperationSectionId)(operation),
|
|
@@ -68854,7 +68804,7 @@ ${closingBraceIndent}]`;
|
|
|
68854
68804
|
class: normalizeClass(operation.httpVerb)
|
|
68855
68805
|
}, toDisplayString(operation.httpVerb), 3),
|
|
68856
68806
|
createBaseVNode("span", null, toDisplayString(operation.path), 1)
|
|
68857
|
-
], 8, _hoisted_2$
|
|
68807
|
+
], 8, _hoisted_2$m);
|
|
68858
68808
|
}), 128))
|
|
68859
68809
|
])
|
|
68860
68810
|
]),
|
|
@@ -68879,8 +68829,8 @@ ${closingBraceIndent}]`;
|
|
|
68879
68829
|
};
|
|
68880
68830
|
}
|
|
68881
68831
|
});
|
|
68882
|
-
const
|
|
68883
|
-
const EndpointsOverview = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68832
|
+
const EndpointsOverview_vue_vue_type_style_index_0_scoped_b504ddb1_lang = "";
|
|
68833
|
+
const EndpointsOverview = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-b504ddb1"]]);
|
|
68884
68834
|
const { addToast } = useToasts();
|
|
68885
68835
|
const useClipboard = () => {
|
|
68886
68836
|
const copyToClipboard = (value) => {
|
|
@@ -68892,8 +68842,8 @@ ${closingBraceIndent}]`;
|
|
|
68892
68842
|
copyToClipboard
|
|
68893
68843
|
};
|
|
68894
68844
|
};
|
|
68895
|
-
const _hoisted_1$
|
|
68896
|
-
const _sfc_main$
|
|
68845
|
+
const _hoisted_1$s = ["title", "innerHTML"];
|
|
68846
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
68897
68847
|
__name: "BaseUrl",
|
|
68898
68848
|
props: {
|
|
68899
68849
|
server: {}
|
|
@@ -68917,21 +68867,21 @@ ${closingBraceIndent}]`;
|
|
|
68917
68867
|
title: _ctx.server.description,
|
|
68918
68868
|
onClick: _cache[0] || (_cache[0] = ($event) => unref(copyToClipboard)(_ctx.server.url)),
|
|
68919
68869
|
innerHTML: formattedServerUrl.value
|
|
68920
|
-
}, null, 8, _hoisted_1$
|
|
68870
|
+
}, null, 8, _hoisted_1$s)) : createCommentVNode("", true);
|
|
68921
68871
|
};
|
|
68922
68872
|
}
|
|
68923
68873
|
});
|
|
68924
68874
|
const BaseUrl_vue_vue_type_style_index_0_lang = "";
|
|
68925
68875
|
const BaseUrl_vue_vue_type_style_index_1_scoped_a57ab550_lang = "";
|
|
68926
|
-
const BaseUrl = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
68876
|
+
const BaseUrl = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["__scopeId", "data-v-a57ab550"]]);
|
|
68927
68877
|
const _withScopeId$6 = (n2) => (pushScopeId("data-v-9ec959b4"), n2 = n2(), popScopeId(), n2);
|
|
68928
|
-
const _hoisted_1$
|
|
68929
|
-
const _hoisted_2$
|
|
68930
|
-
const _hoisted_3$
|
|
68931
|
-
const _hoisted_4$
|
|
68932
|
-
const _hoisted_5$
|
|
68933
|
-
const _hoisted_6$
|
|
68934
|
-
const _hoisted_7$
|
|
68878
|
+
const _hoisted_1$r = { class: "client-libraries-content" };
|
|
68879
|
+
const _hoisted_2$l = ["onClick"];
|
|
68880
|
+
const _hoisted_3$h = ["value"];
|
|
68881
|
+
const _hoisted_4$e = ["label"];
|
|
68882
|
+
const _hoisted_5$b = ["value"];
|
|
68883
|
+
const _hoisted_6$9 = { class: "code-languages-background code-languages-icon__more" };
|
|
68884
|
+
const _hoisted_7$8 = {
|
|
68935
68885
|
key: 1,
|
|
68936
68886
|
class: "code-languages-icon",
|
|
68937
68887
|
height: "50",
|
|
@@ -68939,17 +68889,17 @@ ${closingBraceIndent}]`;
|
|
|
68939
68889
|
width: "50",
|
|
68940
68890
|
xmlns: "http://www.w3.org/2000/svg"
|
|
68941
68891
|
};
|
|
68942
|
-
const _hoisted_8$
|
|
68892
|
+
const _hoisted_8$5 = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createBaseVNode("g", {
|
|
68943
68893
|
fill: "currentColor",
|
|
68944
68894
|
"fill-rule": "nonzero"
|
|
68945
68895
|
}, [
|
|
68946
68896
|
/* @__PURE__ */ createBaseVNode("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
|
|
68947
68897
|
], -1));
|
|
68948
68898
|
const _hoisted_9$3 = [
|
|
68949
|
-
_hoisted_8$
|
|
68899
|
+
_hoisted_8$5
|
|
68950
68900
|
];
|
|
68951
68901
|
const _hoisted_10$2 = /* @__PURE__ */ _withScopeId$6(() => /* @__PURE__ */ createBaseVNode("span", null, "More", -1));
|
|
68952
|
-
const _sfc_main$
|
|
68902
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
68953
68903
|
__name: "ClientSelector",
|
|
68954
68904
|
setup(__props) {
|
|
68955
68905
|
const { state: state2, setItem, getClientTitle: getClientTitle2, getTargetTitle: getTargetTitle2 } = useTemplateStore();
|
|
@@ -69034,7 +68984,7 @@ ${closingBraceIndent}]`;
|
|
|
69034
68984
|
});
|
|
69035
68985
|
}
|
|
69036
68986
|
return (_ctx, _cache) => {
|
|
69037
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
68987
|
+
return openBlock(), createElementBlock("div", _hoisted_1$r, [
|
|
69038
68988
|
(openBlock(true), createElementBlock(Fragment, null, renderList(featuredClients.value, (client) => {
|
|
69039
68989
|
return openBlock(), createElementBlock("div", {
|
|
69040
68990
|
key: client.clientKey,
|
|
@@ -69046,13 +68996,13 @@ ${closingBraceIndent}]`;
|
|
|
69046
68996
|
createBaseVNode("div", {
|
|
69047
68997
|
class: normalizeClass(["code-languages-background", `code-languages-icon__${client.targetKey}`])
|
|
69048
68998
|
}, [
|
|
69049
|
-
createVNode(unref(_sfc_main$
|
|
68999
|
+
createVNode(unref(_sfc_main$V), {
|
|
69050
69000
|
class: "code-languages-icon",
|
|
69051
69001
|
src: getIconByLanguageKey(client.targetKey)
|
|
69052
69002
|
}, null, 8, ["src"])
|
|
69053
69003
|
], 2),
|
|
69054
69004
|
createBaseVNode("span", null, toDisplayString(unref(getTargetTitle2)(client)), 1)
|
|
69055
|
-
], 10, _hoisted_2$
|
|
69005
|
+
], 10, _hoisted_2$l);
|
|
69056
69006
|
}), 128)),
|
|
69057
69007
|
createBaseVNode("div", {
|
|
69058
69008
|
class: normalizeClass(["code-languages code-languages__select", {
|
|
@@ -69079,21 +69029,21 @@ ${closingBraceIndent}]`;
|
|
|
69079
69029
|
}, toDisplayString(unref(getClientTitle2)({
|
|
69080
69030
|
targetKey: target.key,
|
|
69081
69031
|
clientKey: client.key
|
|
69082
|
-
})), 9, _hoisted_5$
|
|
69032
|
+
})), 9, _hoisted_5$b);
|
|
69083
69033
|
}), 128))
|
|
69084
|
-
], 8, _hoisted_4$
|
|
69034
|
+
], 8, _hoisted_4$e);
|
|
69085
69035
|
}), 128))
|
|
69086
|
-
], 40, _hoisted_3$
|
|
69087
|
-
createBaseVNode("div", _hoisted_6$
|
|
69036
|
+
], 40, _hoisted_3$h),
|
|
69037
|
+
createBaseVNode("div", _hoisted_6$9, [
|
|
69088
69038
|
unref(state2).selectedClient && !checkIfClientIsFeatured(unref(state2).selectedClient) ? (openBlock(), createElementBlock("div", {
|
|
69089
69039
|
key: 0,
|
|
69090
69040
|
class: normalizeClass(["code-languages-background", `code-languages-icon__${unref(state2).selectedClient.targetKey}`])
|
|
69091
69041
|
}, [
|
|
69092
|
-
createVNode(unref(_sfc_main$
|
|
69042
|
+
createVNode(unref(_sfc_main$V), {
|
|
69093
69043
|
class: "code-languages-icon",
|
|
69094
69044
|
src: getIconByLanguageKey(unref(state2).selectedClient.targetKey)
|
|
69095
69045
|
}, null, 8, ["src"])
|
|
69096
|
-
], 2)) : (openBlock(), createElementBlock("svg", _hoisted_7$
|
|
69046
|
+
], 2)) : (openBlock(), createElementBlock("svg", _hoisted_7$8, _hoisted_9$3))
|
|
69097
69047
|
]),
|
|
69098
69048
|
_hoisted_10$2
|
|
69099
69049
|
], 2)
|
|
@@ -69102,9 +69052,9 @@ ${closingBraceIndent}]`;
|
|
|
69102
69052
|
}
|
|
69103
69053
|
});
|
|
69104
69054
|
const ClientSelector_vue_vue_type_style_index_0_scoped_9ec959b4_lang = "";
|
|
69105
|
-
const ClientSelector = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69106
|
-
const _hoisted_1$
|
|
69107
|
-
const _sfc_main$
|
|
69055
|
+
const ClientSelector = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-9ec959b4"]]);
|
|
69056
|
+
const _hoisted_1$q = { class: "sticky-cards flex-col gap-1" };
|
|
69057
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
69108
69058
|
__name: "Introduction",
|
|
69109
69059
|
props: {
|
|
69110
69060
|
info: {},
|
|
@@ -69117,23 +69067,23 @@ ${closingBraceIndent}]`;
|
|
|
69117
69067
|
default: withCtx(() => [
|
|
69118
69068
|
createVNode(unref(Section), null, {
|
|
69119
69069
|
default: withCtx(() => [
|
|
69120
|
-
createVNode(unref(SectionHeader), {
|
|
69121
|
-
loading: !_ctx.info.title,
|
|
69122
|
-
tight: ""
|
|
69123
|
-
}, {
|
|
69124
|
-
default: withCtx(() => [
|
|
69125
|
-
createTextVNode(toDisplayString(_ctx.info.title), 1)
|
|
69126
|
-
]),
|
|
69127
|
-
_: 1
|
|
69128
|
-
}, 8, ["loading"]),
|
|
69129
69070
|
createVNode(unref(SectionContent), {
|
|
69130
|
-
loading: !_ctx.info.description
|
|
69071
|
+
loading: !_ctx.info.description && !_ctx.info.title
|
|
69131
69072
|
}, {
|
|
69132
69073
|
default: withCtx(() => [
|
|
69133
69074
|
createVNode(unref(SectionColumns), null, {
|
|
69134
69075
|
default: withCtx(() => [
|
|
69135
69076
|
createVNode(unref(SectionColumn), null, {
|
|
69136
69077
|
default: withCtx(() => [
|
|
69078
|
+
createVNode(unref(SectionHeader), {
|
|
69079
|
+
loading: !_ctx.info.title,
|
|
69080
|
+
tight: ""
|
|
69081
|
+
}, {
|
|
69082
|
+
default: withCtx(() => [
|
|
69083
|
+
createTextVNode(toDisplayString(_ctx.info.title), 1)
|
|
69084
|
+
]),
|
|
69085
|
+
_: 1
|
|
69086
|
+
}, 8, ["loading"]),
|
|
69137
69087
|
createVNode(MarkdownRenderer, {
|
|
69138
69088
|
value: _ctx.info.description
|
|
69139
69089
|
}, null, 8, ["value"])
|
|
@@ -69142,7 +69092,7 @@ ${closingBraceIndent}]`;
|
|
|
69142
69092
|
}),
|
|
69143
69093
|
createVNode(unref(SectionColumn), null, {
|
|
69144
69094
|
default: withCtx(() => [
|
|
69145
|
-
createBaseVNode("div", _hoisted_1$
|
|
69095
|
+
createBaseVNode("div", _hoisted_1$q, [
|
|
69146
69096
|
_ctx.servers.length > 0 ? (openBlock(), createBlock(unref(Card), { key: 0 }, {
|
|
69147
69097
|
default: withCtx(() => [
|
|
69148
69098
|
createVNode(unref(CardHeader), { muted: "" }, {
|
|
@@ -69216,39 +69166,208 @@ ${closingBraceIndent}]`;
|
|
|
69216
69166
|
};
|
|
69217
69167
|
}
|
|
69218
69168
|
});
|
|
69219
|
-
const
|
|
69220
|
-
const Introduction = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69221
|
-
const _hoisted_1$
|
|
69222
|
-
const _hoisted_2$
|
|
69169
|
+
const Introduction_vue_vue_type_style_index_0_scoped_662e4387_lang = "";
|
|
69170
|
+
const Introduction = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-662e4387"]]);
|
|
69171
|
+
const _hoisted_1$p = { class: "property" };
|
|
69172
|
+
const _hoisted_2$k = { class: "property-information" };
|
|
69173
|
+
const _hoisted_3$g = {
|
|
69223
69174
|
key: 0,
|
|
69224
|
-
class: "
|
|
69175
|
+
class: "property-name"
|
|
69225
69176
|
};
|
|
69226
|
-
const
|
|
69227
|
-
|
|
69228
|
-
const _hoisted_5$8 = { class: "property-information" };
|
|
69229
|
-
const _hoisted_6$7 = { class: "property-name" };
|
|
69230
|
-
const _hoisted_7$6 = {
|
|
69231
|
-
key: 0,
|
|
69177
|
+
const _hoisted_4$d = {
|
|
69178
|
+
key: 1,
|
|
69232
69179
|
class: "required"
|
|
69233
69180
|
};
|
|
69234
|
-
const
|
|
69235
|
-
key:
|
|
69181
|
+
const _hoisted_5$a = {
|
|
69182
|
+
key: 2,
|
|
69236
69183
|
class: "property-type"
|
|
69237
69184
|
};
|
|
69238
|
-
const
|
|
69239
|
-
key:
|
|
69185
|
+
const _hoisted_6$8 = {
|
|
69186
|
+
key: 3,
|
|
69240
69187
|
class: "property-example"
|
|
69241
69188
|
};
|
|
69242
|
-
const
|
|
69189
|
+
const _hoisted_7$7 = { class: "property-example-value" };
|
|
69190
|
+
const _hoisted_8$4 = {
|
|
69191
|
+
key: 0,
|
|
69192
|
+
class: "property-rule"
|
|
69193
|
+
};
|
|
69194
|
+
const _hoisted_9$2 = {
|
|
69195
|
+
key: 4,
|
|
69196
|
+
class: "property-read-only"
|
|
69197
|
+
};
|
|
69198
|
+
const _hoisted_10$1 = {
|
|
69199
|
+
key: 5,
|
|
69200
|
+
class: "property-nullable"
|
|
69201
|
+
};
|
|
69243
69202
|
const _hoisted_11$1 = {
|
|
69244
69203
|
key: 0,
|
|
69245
69204
|
class: "property-description"
|
|
69246
69205
|
};
|
|
69247
69206
|
const _hoisted_12$1 = {
|
|
69248
69207
|
key: 1,
|
|
69208
|
+
class: "property-description"
|
|
69209
|
+
};
|
|
69210
|
+
const _hoisted_13$1 = {
|
|
69211
|
+
key: 2,
|
|
69212
|
+
class: "property-enum"
|
|
69213
|
+
};
|
|
69214
|
+
const _hoisted_14$1 = { class: "property-enum-values" };
|
|
69215
|
+
const _hoisted_15$1 = {
|
|
69216
|
+
key: 3,
|
|
69217
|
+
class: "children"
|
|
69218
|
+
};
|
|
69219
|
+
const _hoisted_16$1 = {
|
|
69220
|
+
key: 1,
|
|
69221
|
+
class: "too-deep"
|
|
69222
|
+
};
|
|
69223
|
+
const _hoisted_17$1 = {
|
|
69224
|
+
key: 0,
|
|
69249
69225
|
class: "children"
|
|
69250
69226
|
};
|
|
69251
|
-
const
|
|
69227
|
+
const _hoisted_18$1 = {
|
|
69228
|
+
key: 1,
|
|
69229
|
+
class: "too-deep"
|
|
69230
|
+
};
|
|
69231
|
+
const _hoisted_19$1 = {
|
|
69232
|
+
key: 0,
|
|
69233
|
+
class: "rule"
|
|
69234
|
+
};
|
|
69235
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
69236
|
+
__name: "SchemaProperty",
|
|
69237
|
+
props: {
|
|
69238
|
+
value: {},
|
|
69239
|
+
level: { default: 0 },
|
|
69240
|
+
name: {},
|
|
69241
|
+
required: { type: Boolean, default: false }
|
|
69242
|
+
},
|
|
69243
|
+
setup(__props) {
|
|
69244
|
+
const descriptions = {
|
|
69245
|
+
number: {
|
|
69246
|
+
_default: "Any numbers.",
|
|
69247
|
+
float: "Floating-point numbers.",
|
|
69248
|
+
double: "Floating-point numbers with double precision."
|
|
69249
|
+
},
|
|
69250
|
+
integer: {
|
|
69251
|
+
_default: "Integer numbers.",
|
|
69252
|
+
int32: "Signed 32-bit integers (commonly used integer type).",
|
|
69253
|
+
int64: "Signed 64-bit integers (long type)."
|
|
69254
|
+
},
|
|
69255
|
+
string: {
|
|
69256
|
+
"date": "full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21",
|
|
69257
|
+
"date-time": "the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z",
|
|
69258
|
+
"password": "a hint to UIs to mask the input",
|
|
69259
|
+
"byte": "base64-encoded characters, for example, U3dhZ2dlciByb2Nrcw==",
|
|
69260
|
+
"binary": "binary data, used to describe files"
|
|
69261
|
+
}
|
|
69262
|
+
};
|
|
69263
|
+
const generatePropertyDescription = function(property2) {
|
|
69264
|
+
if (!property2) {
|
|
69265
|
+
return null;
|
|
69266
|
+
}
|
|
69267
|
+
if (!descriptions[property2.type]) {
|
|
69268
|
+
return null;
|
|
69269
|
+
}
|
|
69270
|
+
return descriptions[property2.type][property2.format || "_default"];
|
|
69271
|
+
};
|
|
69272
|
+
const rules2 = ["oneOf", "anyOf", "allOf", "not"];
|
|
69273
|
+
return (_ctx, _cache) => {
|
|
69274
|
+
var _a3, _b2, _c, _d, _e, _f, _g, _h, _i;
|
|
69275
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [
|
|
69276
|
+
createBaseVNode("div", _hoisted_2$k, [
|
|
69277
|
+
_ctx.name ? (openBlock(), createElementBlock("div", _hoisted_3$g, toDisplayString(_ctx.name), 1)) : createCommentVNode("", true),
|
|
69278
|
+
_ctx.required ? (openBlock(), createElementBlock("div", _hoisted_4$d, " required ")) : createCommentVNode("", true),
|
|
69279
|
+
((_a3 = _ctx.value) == null ? void 0 : _a3.type) ? (openBlock(), createElementBlock("div", _hoisted_5$a, [
|
|
69280
|
+
_ctx.value.type !== "object" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
69281
|
+
((_b2 = _ctx.value) == null ? void 0 : _b2.items) && !["object"].includes(_ctx.value.items.type) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
69282
|
+
createTextVNode(toDisplayString(_ctx.value.type) + " " + toDisplayString(_ctx.value.items.type) + "[] ", 1)
|
|
69283
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
69284
|
+
createTextVNode(toDisplayString(_ctx.value.type), 1)
|
|
69285
|
+
], 64)),
|
|
69286
|
+
_ctx.value.minItems || _ctx.value.maxItems ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
69287
|
+
createTextVNode(toDisplayString(_ctx.value.minItems) + ".." + toDisplayString(_ctx.value.maxItems), 1)
|
|
69288
|
+
], 64)) : createCommentVNode("", true),
|
|
69289
|
+
_ctx.value.uniqueItems ? (openBlock(), createElementBlock(Fragment, { key: 3 }, [
|
|
69290
|
+
createTextVNode(" unique! ")
|
|
69291
|
+
], 64)) : createCommentVNode("", true)
|
|
69292
|
+
], 64)) : createCommentVNode("", true),
|
|
69293
|
+
_ctx.value.format ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
69294
|
+
createTextVNode(" · " + toDisplayString(_ctx.value.format), 1)
|
|
69295
|
+
], 64)) : createCommentVNode("", true),
|
|
69296
|
+
_ctx.value.enum ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
69297
|
+
createTextVNode(" · enum ")
|
|
69298
|
+
], 64)) : createCommentVNode("", true)
|
|
69299
|
+
])) : createCommentVNode("", true),
|
|
69300
|
+
((_c = _ctx.value) == null ? void 0 : _c.example) !== void 0 ? (openBlock(), createElementBlock("div", _hoisted_6$8, [
|
|
69301
|
+
createBaseVNode("code", _hoisted_7$7, " example: " + toDisplayString(_ctx.value.example), 1)
|
|
69302
|
+
])) : createCommentVNode("", true),
|
|
69303
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(rules2, (rule) => {
|
|
69304
|
+
var _a4;
|
|
69305
|
+
return openBlock(), createElementBlock(Fragment, { key: rule }, [
|
|
69306
|
+
((_a4 = _ctx.value) == null ? void 0 : _a4[rule]) ? (openBlock(), createElementBlock("div", _hoisted_8$4, toDisplayString(rule), 1)) : createCommentVNode("", true)
|
|
69307
|
+
], 64);
|
|
69308
|
+
}), 64)),
|
|
69309
|
+
((_d = _ctx.value) == null ? void 0 : _d.readOnly) ? (openBlock(), createElementBlock("div", _hoisted_9$2, " read-only ")) : createCommentVNode("", true),
|
|
69310
|
+
((_e = _ctx.value) == null ? void 0 : _e.readOnly) ? (openBlock(), createElementBlock("div", _hoisted_10$1, " nullable ")) : createCommentVNode("", true)
|
|
69311
|
+
]),
|
|
69312
|
+
((_f = _ctx.value) == null ? void 0 : _f.description) ? (openBlock(), createElementBlock("div", _hoisted_11$1, toDisplayString(_ctx.value.description), 1)) : generatePropertyDescription(_ctx.value) ? (openBlock(), createElementBlock("div", _hoisted_12$1, toDisplayString(generatePropertyDescription(_ctx.value)), 1)) : createCommentVNode("", true),
|
|
69313
|
+
((_g = _ctx.value) == null ? void 0 : _g.enum) ? (openBlock(), createElementBlock("div", _hoisted_13$1, [
|
|
69314
|
+
createBaseVNode("ul", _hoisted_14$1, [
|
|
69315
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.value.enum, (enumValue) => {
|
|
69316
|
+
return openBlock(), createElementBlock("li", {
|
|
69317
|
+
key: enumValue,
|
|
69318
|
+
class: "property-enum-value"
|
|
69319
|
+
}, toDisplayString(enumValue), 1);
|
|
69320
|
+
}), 128))
|
|
69321
|
+
])
|
|
69322
|
+
])) : createCommentVNode("", true),
|
|
69323
|
+
((_h = _ctx.value) == null ? void 0 : _h.properties) ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
69324
|
+
_ctx.level < 3 ? (openBlock(), createBlock(Schema$6, {
|
|
69325
|
+
key: 0,
|
|
69326
|
+
level: _ctx.level + 1,
|
|
69327
|
+
value: _ctx.value
|
|
69328
|
+
}, null, 8, ["level", "value"])) : (openBlock(), createElementBlock("div", _hoisted_16$1, " … "))
|
|
69329
|
+
])) : createCommentVNode("", true),
|
|
69330
|
+
((_i = _ctx.value) == null ? void 0 : _i.items) ? (openBlock(), createElementBlock(Fragment, { key: 4 }, [
|
|
69331
|
+
["object"].includes(_ctx.value.items.type) ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
|
|
69332
|
+
_ctx.level < 3 ? (openBlock(), createBlock(Schema$6, {
|
|
69333
|
+
key: 0,
|
|
69334
|
+
level: _ctx.level + 1,
|
|
69335
|
+
value: _ctx.value.items
|
|
69336
|
+
}, null, 8, ["level", "value"])) : (openBlock(), createElementBlock("div", _hoisted_18$1, " … "))
|
|
69337
|
+
])) : createCommentVNode("", true)
|
|
69338
|
+
], 64)) : createCommentVNode("", true),
|
|
69339
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(rules2, (rule) => {
|
|
69340
|
+
var _a4;
|
|
69341
|
+
return openBlock(), createElementBlock(Fragment, { key: rule }, [
|
|
69342
|
+
((_a4 = _ctx.value) == null ? void 0 : _a4[rule]) ? (openBlock(), createElementBlock("div", _hoisted_19$1, [
|
|
69343
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.value[rule], (schema2, index2) => {
|
|
69344
|
+
return openBlock(), createBlock(Schema$6, {
|
|
69345
|
+
key: index2,
|
|
69346
|
+
level: _ctx.level + 1,
|
|
69347
|
+
value: schema2
|
|
69348
|
+
}, null, 8, ["level", "value"]);
|
|
69349
|
+
}), 128))
|
|
69350
|
+
])) : createCommentVNode("", true)
|
|
69351
|
+
], 64);
|
|
69352
|
+
}), 64))
|
|
69353
|
+
]);
|
|
69354
|
+
};
|
|
69355
|
+
}
|
|
69356
|
+
});
|
|
69357
|
+
const SchemaProperty_vue_vue_type_style_index_0_scoped_5621a913_lang = "";
|
|
69358
|
+
const SchemaProperty = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-5621a913"]]);
|
|
69359
|
+
const _hoisted_1$o = { class: "schema" };
|
|
69360
|
+
const _hoisted_2$j = {
|
|
69361
|
+
key: 0,
|
|
69362
|
+
class: "properties"
|
|
69363
|
+
};
|
|
69364
|
+
const _hoisted_3$f = { class: "type" };
|
|
69365
|
+
const _hoisted_4$c = ["title"];
|
|
69366
|
+
const _hoisted_5$9 = {
|
|
69367
|
+
key: 1,
|
|
69368
|
+
class: "properties"
|
|
69369
|
+
};
|
|
69370
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
69252
69371
|
__name: "Schema",
|
|
69253
69372
|
props: {
|
|
69254
69373
|
value: {},
|
|
@@ -69256,108 +69375,137 @@ ${closingBraceIndent}]`;
|
|
|
69256
69375
|
},
|
|
69257
69376
|
setup(__props) {
|
|
69258
69377
|
return (_ctx, _cache) => {
|
|
69259
|
-
var _a3;
|
|
69378
|
+
var _a3, _b2, _c, _d, _e, _f, _g, _h;
|
|
69260
69379
|
return openBlock(), createElementBlock("div", _hoisted_1$o, [
|
|
69261
69380
|
((_a3 = _ctx.value) == null ? void 0 : _a3.properties) ? (openBlock(), createElementBlock("div", _hoisted_2$j, [
|
|
69262
|
-
createBaseVNode("div", _hoisted_3$
|
|
69263
|
-
createBaseVNode("span",
|
|
69381
|
+
createBaseVNode("div", _hoisted_3$f, [
|
|
69382
|
+
createBaseVNode("span", {
|
|
69383
|
+
class: "type-icon",
|
|
69384
|
+
title: _ctx.value.type
|
|
69385
|
+
}, [
|
|
69264
69386
|
_ctx.value.type === "object" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
69265
69387
|
createTextVNode(" {} ")
|
|
69266
69388
|
], 64)) : createCommentVNode("", true),
|
|
69267
69389
|
_ctx.value.type === "array" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
69268
69390
|
createTextVNode(" [] ")
|
|
69269
69391
|
], 64)) : createCommentVNode("", true)
|
|
69270
|
-
]),
|
|
69271
|
-
|
|
69392
|
+
], 8, _hoisted_4$c),
|
|
69393
|
+
((_c = (_b2 = _ctx.value) == null ? void 0 : _b2.xml) == null ? void 0 : _c.name) && ((_e = (_d = _ctx.value) == null ? void 0 : _d.xml) == null ? void 0 : _e.name) !== "##default" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
69394
|
+
createTextVNode(" <" + toDisplayString((_g = (_f = _ctx.value) == null ? void 0 : _f.xml) == null ? void 0 : _g.name) + " /> ", 1)
|
|
69395
|
+
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
69396
|
+
createTextVNode(toDisplayString(_ctx.value.type), 1)
|
|
69397
|
+
], 64))
|
|
69272
69398
|
]),
|
|
69273
69399
|
(openBlock(true), createElementBlock(Fragment, null, renderList(Object.keys(_ctx.value.properties), (property2) => {
|
|
69274
|
-
|
|
69275
|
-
return openBlock(), createElementBlock("div", {
|
|
69400
|
+
return openBlock(), createBlock(SchemaProperty, {
|
|
69276
69401
|
key: property2,
|
|
69277
|
-
|
|
69278
|
-
|
|
69279
|
-
|
|
69280
|
-
|
|
69281
|
-
|
|
69282
|
-
_ctx.value.properties[property2].type ? (openBlock(), createElementBlock("div", _hoisted_8$3, [
|
|
69283
|
-
_ctx.value.properties[property2].type !== "object" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
69284
|
-
createTextVNode(toDisplayString(_ctx.value.properties[property2].type), 1)
|
|
69285
|
-
], 64)) : createCommentVNode("", true),
|
|
69286
|
-
_ctx.value.properties[property2].format ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
69287
|
-
createTextVNode(" · " + toDisplayString(_ctx.value.properties[property2].format), 1)
|
|
69288
|
-
], 64)) : createCommentVNode("", true)
|
|
69289
|
-
])) : createCommentVNode("", true),
|
|
69290
|
-
_ctx.value.properties[property2].example ? (openBlock(), createElementBlock("div", _hoisted_9$2, [
|
|
69291
|
-
createBaseVNode("code", _hoisted_10$1, " example: " + toDisplayString(_ctx.value.properties[property2].example), 1)
|
|
69292
|
-
])) : createCommentVNode("", true)
|
|
69293
|
-
]),
|
|
69294
|
-
_ctx.value.properties[property2].description ? (openBlock(), createElementBlock("div", _hoisted_11$1, toDisplayString(_ctx.value.properties[property2].description), 1)) : createCommentVNode("", true),
|
|
69295
|
-
_ctx.value.properties[property2].properties ? (openBlock(), createElementBlock("div", _hoisted_12$1, [
|
|
69296
|
-
_ctx.level < 3 ? (openBlock(), createBlock(Schema$6, {
|
|
69297
|
-
key: 0,
|
|
69298
|
-
level: _ctx.level + 1,
|
|
69299
|
-
value: _ctx.value.properties[property2]
|
|
69300
|
-
}, null, 8, ["level", "value"])) : createCommentVNode("", true)
|
|
69301
|
-
])) : createCommentVNode("", true)
|
|
69302
|
-
]);
|
|
69402
|
+
level: _ctx.level,
|
|
69403
|
+
name: property2,
|
|
69404
|
+
required: _ctx.value.required && _ctx.value.required.length && _ctx.value.required.includes(property2),
|
|
69405
|
+
value: _ctx.value.properties[property2]
|
|
69406
|
+
}, null, 8, ["level", "name", "required", "value"]);
|
|
69303
69407
|
}), 128))
|
|
69408
|
+
])) : ((_h = _ctx.value) == null ? void 0 : _h.type) ? (openBlock(), createElementBlock("div", _hoisted_5$9, [
|
|
69409
|
+
createVNode(SchemaProperty, {
|
|
69410
|
+
level: _ctx.level,
|
|
69411
|
+
value: _ctx.value
|
|
69412
|
+
}, null, 8, ["level", "value"])
|
|
69304
69413
|
])) : createCommentVNode("", true)
|
|
69305
69414
|
]);
|
|
69306
69415
|
};
|
|
69307
69416
|
}
|
|
69308
69417
|
});
|
|
69309
|
-
const
|
|
69310
|
-
const Schema$6 = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
69418
|
+
const Schema_vue_vue_type_style_index_0_scoped_e887bef8_lang = "";
|
|
69419
|
+
const Schema$6 = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-e887bef8"]]);
|
|
69420
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
69421
|
+
__name: "ShowMoreButton",
|
|
69422
|
+
props: {
|
|
69423
|
+
id: {}
|
|
69424
|
+
},
|
|
69425
|
+
setup(__props) {
|
|
69426
|
+
const { setCollapsedSidebarItem: setCollapsedSidebarItem2 } = useTemplateStore();
|
|
69427
|
+
return (_ctx, _cache) => {
|
|
69428
|
+
return openBlock(), createElementBlock("button", {
|
|
69429
|
+
class: "show-more",
|
|
69430
|
+
type: "button",
|
|
69431
|
+
onClick: _cache[0] || (_cache[0] = ($event) => unref(setCollapsedSidebarItem2)(_ctx.id, true))
|
|
69432
|
+
}, [
|
|
69433
|
+
createTextVNode(" Show More "),
|
|
69434
|
+
createVNode(unref(_sfc_main$U), {
|
|
69435
|
+
class: "show-more-icon",
|
|
69436
|
+
icon: "ChevronDown"
|
|
69437
|
+
})
|
|
69438
|
+
]);
|
|
69439
|
+
};
|
|
69440
|
+
}
|
|
69441
|
+
});
|
|
69442
|
+
const ShowMoreButton_vue_vue_type_style_index_0_scoped_5ac202a8_lang = "";
|
|
69443
|
+
const ShowMoreButton = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-5ac202a8"]]);
|
|
69311
69444
|
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
69312
69445
|
__name: "Models",
|
|
69313
69446
|
props: {
|
|
69314
69447
|
components: {}
|
|
69315
69448
|
},
|
|
69316
69449
|
setup(__props) {
|
|
69450
|
+
const props = __props;
|
|
69451
|
+
const { state: templateState } = useTemplateStore();
|
|
69452
|
+
const showAllModels = computed(
|
|
69453
|
+
() => {
|
|
69454
|
+
var _a3;
|
|
69455
|
+
return Object.keys(((_a3 = props.components) == null ? void 0 : _a3.schemas) ?? {}).length <= 3 || templateState.collapsedSidebarItems[getModelSectionId()];
|
|
69456
|
+
}
|
|
69457
|
+
);
|
|
69458
|
+
const models = computed(() => {
|
|
69459
|
+
var _a3;
|
|
69460
|
+
const allModels = Object.keys(((_a3 = props.components) == null ? void 0 : _a3.schemas) ?? {});
|
|
69461
|
+
if (showAllModels.value) {
|
|
69462
|
+
return allModels;
|
|
69463
|
+
}
|
|
69464
|
+
return allModels.slice(0, 3);
|
|
69465
|
+
});
|
|
69317
69466
|
return (_ctx, _cache) => {
|
|
69318
69467
|
return _ctx.components ? (openBlock(), createBlock(unref(SectionContainer), {
|
|
69319
69468
|
key: 0,
|
|
69320
|
-
id:
|
|
69469
|
+
id: unref(getModelSectionId)()
|
|
69321
69470
|
}, {
|
|
69322
|
-
default: withCtx(() =>
|
|
69323
|
-
|
|
69324
|
-
|
|
69325
|
-
|
|
69326
|
-
|
|
69327
|
-
|
|
69328
|
-
|
|
69329
|
-
|
|
69330
|
-
|
|
69331
|
-
|
|
69332
|
-
|
|
69333
|
-
|
|
69334
|
-
|
|
69335
|
-
|
|
69336
|
-
|
|
69337
|
-
|
|
69338
|
-
|
|
69339
|
-
|
|
69340
|
-
|
|
69341
|
-
|
|
69342
|
-
|
|
69343
|
-
|
|
69344
|
-
|
|
69345
|
-
|
|
69346
|
-
|
|
69347
|
-
|
|
69348
|
-
|
|
69349
|
-
|
|
69350
|
-
|
|
69351
|
-
|
|
69352
|
-
|
|
69353
|
-
|
|
69354
|
-
|
|
69355
|
-
|
|
69356
|
-
|
|
69357
|
-
|
|
69358
|
-
}),
|
|
69471
|
+
default: withCtx(() => [
|
|
69472
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(models.value, (name2, index2) => {
|
|
69473
|
+
return openBlock(), createBlock(unref(Section), {
|
|
69474
|
+
id: unref(getModelSectionId)(name2),
|
|
69475
|
+
key: name2
|
|
69476
|
+
}, {
|
|
69477
|
+
default: withCtx(() => {
|
|
69478
|
+
var _a3, _b2;
|
|
69479
|
+
return [
|
|
69480
|
+
((_b2 = (_a3 = _ctx.components) == null ? void 0 : _a3.schemas) == null ? void 0 : _b2[name2]) ? (openBlock(), createBlock(unref(SectionContent), { key: 0 }, {
|
|
69481
|
+
default: withCtx(() => {
|
|
69482
|
+
var _a4, _b3;
|
|
69483
|
+
return [
|
|
69484
|
+
createVNode(unref(SectionHeader), null, {
|
|
69485
|
+
default: withCtx(() => [
|
|
69486
|
+
createTextVNode(toDisplayString(name2), 1)
|
|
69487
|
+
]),
|
|
69488
|
+
_: 2
|
|
69489
|
+
}, 1024),
|
|
69490
|
+
createVNode(Schema$6, {
|
|
69491
|
+
value: (_b3 = (_a4 = _ctx.components) == null ? void 0 : _a4.schemas) == null ? void 0 : _b3[name2]
|
|
69492
|
+
}, null, 8, ["value"]),
|
|
69493
|
+
!showAllModels.value && index2 === models.value.length - 1 ? (openBlock(), createBlock(ShowMoreButton, {
|
|
69494
|
+
key: 0,
|
|
69495
|
+
id: unref(getModelSectionId)()
|
|
69496
|
+
}, null, 8, ["id"])) : createCommentVNode("", true)
|
|
69497
|
+
];
|
|
69498
|
+
}),
|
|
69499
|
+
_: 2
|
|
69500
|
+
}, 1024)) : createCommentVNode("", true)
|
|
69501
|
+
];
|
|
69502
|
+
}),
|
|
69503
|
+
_: 2
|
|
69504
|
+
}, 1032, ["id"]);
|
|
69505
|
+
}), 128))
|
|
69506
|
+
]),
|
|
69359
69507
|
_: 1
|
|
69360
|
-
})) : createCommentVNode("", true);
|
|
69508
|
+
}, 8, ["id"])) : createCommentVNode("", true);
|
|
69361
69509
|
};
|
|
69362
69510
|
}
|
|
69363
69511
|
});
|
|
@@ -69395,8 +69543,8 @@ ${closingBraceIndent}]`;
|
|
|
69395
69543
|
class: "parameters-container"
|
|
69396
69544
|
};
|
|
69397
69545
|
const _hoisted_2$h = { class: "endpoint-title" };
|
|
69398
|
-
const _hoisted_3$
|
|
69399
|
-
const _hoisted_4$
|
|
69546
|
+
const _hoisted_3$e = { class: "title" };
|
|
69547
|
+
const _hoisted_4$b = { class: "parameter" };
|
|
69400
69548
|
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
69401
69549
|
__name: "Parameters",
|
|
69402
69550
|
props: {
|
|
@@ -69408,9 +69556,9 @@ ${closingBraceIndent}]`;
|
|
|
69408
69556
|
var _a3;
|
|
69409
69557
|
return ((_a3 = _ctx.parameters) == null ? void 0 : _a3.length) ? (openBlock(), createElementBlock("div", _hoisted_1$m, [
|
|
69410
69558
|
createBaseVNode("div", _hoisted_2$h, [
|
|
69411
|
-
createBaseVNode("h5", _hoisted_3$
|
|
69559
|
+
createBaseVNode("h5", _hoisted_3$e, toDisplayString(_ctx.title), 1)
|
|
69412
69560
|
]),
|
|
69413
|
-
createBaseVNode("ul", _hoisted_4$
|
|
69561
|
+
createBaseVNode("ul", _hoisted_4$b, [
|
|
69414
69562
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.parameters, (item) => {
|
|
69415
69563
|
return openBlock(), createBlock(_sfc_main$n, {
|
|
69416
69564
|
key: item.name,
|
|
@@ -69426,17 +69574,17 @@ ${closingBraceIndent}]`;
|
|
|
69426
69574
|
const Parameters = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-d173780f"]]);
|
|
69427
69575
|
const _hoisted_1$l = { class: "param-editor" };
|
|
69428
69576
|
const _hoisted_2$g = { class: "param-editor-flex" };
|
|
69429
|
-
const _hoisted_3$
|
|
69430
|
-
const _hoisted_4$
|
|
69431
|
-
const _hoisted_5$
|
|
69577
|
+
const _hoisted_3$d = { class: "parameter-name" };
|
|
69578
|
+
const _hoisted_4$a = { class: "parameter-type" };
|
|
69579
|
+
const _hoisted_5$8 = {
|
|
69432
69580
|
key: 0,
|
|
69433
69581
|
class: "parameter-description"
|
|
69434
69582
|
};
|
|
69435
|
-
const _hoisted_6$
|
|
69583
|
+
const _hoisted_6$7 = {
|
|
69436
69584
|
key: 1,
|
|
69437
69585
|
class: "parameter-child parameter-child__on"
|
|
69438
69586
|
};
|
|
69439
|
-
const _hoisted_7$
|
|
69587
|
+
const _hoisted_7$6 = /* @__PURE__ */ createBaseVNode("div", { class: "parameter-child-trigger" }, [
|
|
69440
69588
|
/* @__PURE__ */ createBaseVNode("svg", {
|
|
69441
69589
|
fill: "currentColor",
|
|
69442
69590
|
height: "14",
|
|
@@ -69451,8 +69599,8 @@ ${closingBraceIndent}]`;
|
|
|
69451
69599
|
]),
|
|
69452
69600
|
/* @__PURE__ */ createBaseVNode("span", null, "Child Attributes")
|
|
69453
69601
|
], -1);
|
|
69454
|
-
const _hoisted_8$
|
|
69455
|
-
_hoisted_7$
|
|
69602
|
+
const _hoisted_8$3 = [
|
|
69603
|
+
_hoisted_7$6
|
|
69456
69604
|
];
|
|
69457
69605
|
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
69458
69606
|
__name: "RequestBodyPropertiesChild",
|
|
@@ -69465,11 +69613,11 @@ ${closingBraceIndent}]`;
|
|
|
69465
69613
|
return openBlock(), createElementBlock("li", { key: key2 }, [
|
|
69466
69614
|
createBaseVNode("div", _hoisted_1$l, [
|
|
69467
69615
|
createBaseVNode("div", _hoisted_2$g, [
|
|
69468
|
-
createBaseVNode("span", _hoisted_3$
|
|
69469
|
-
createBaseVNode("span", _hoisted_4$
|
|
69616
|
+
createBaseVNode("span", _hoisted_3$d, toDisplayString(key2), 1),
|
|
69617
|
+
createBaseVNode("span", _hoisted_4$a, toDisplayString(value.type), 1)
|
|
69470
69618
|
]),
|
|
69471
|
-
value.description ? (openBlock(), createElementBlock("p", _hoisted_5$
|
|
69472
|
-
value.type === "object" ? (openBlock(), createElementBlock("div", _hoisted_6$
|
|
69619
|
+
value.description ? (openBlock(), createElementBlock("p", _hoisted_5$8, toDisplayString(value.description), 1)) : createCommentVNode("", true),
|
|
69620
|
+
value.type === "object" ? (openBlock(), createElementBlock("div", _hoisted_6$7, _hoisted_8$3)) : createCommentVNode("", true)
|
|
69473
69621
|
])
|
|
69474
69622
|
]);
|
|
69475
69623
|
}), 128);
|
|
@@ -69478,11 +69626,11 @@ ${closingBraceIndent}]`;
|
|
|
69478
69626
|
});
|
|
69479
69627
|
const _hoisted_1$k = { class: "parameter-name" };
|
|
69480
69628
|
const _hoisted_2$f = { class: "parameter-type" };
|
|
69481
|
-
const _hoisted_3$
|
|
69629
|
+
const _hoisted_3$c = {
|
|
69482
69630
|
key: 0,
|
|
69483
69631
|
class: "parameter-description"
|
|
69484
69632
|
};
|
|
69485
|
-
const _hoisted_4$
|
|
69633
|
+
const _hoisted_4$9 = /* @__PURE__ */ createBaseVNode("svg", {
|
|
69486
69634
|
fill: "currentColor",
|
|
69487
69635
|
height: "14",
|
|
69488
69636
|
viewBox: "0 0 14 14",
|
|
@@ -69494,12 +69642,12 @@ ${closingBraceIndent}]`;
|
|
|
69494
69642
|
points: "14 8 8 8 8 14 6 14 6 8 0 8 0 6 6 6 6 0 8 0 8 6 14 6"
|
|
69495
69643
|
})
|
|
69496
69644
|
], -1);
|
|
69497
|
-
const _hoisted_5$
|
|
69498
|
-
const _hoisted_6$
|
|
69499
|
-
_hoisted_4$
|
|
69500
|
-
_hoisted_5$
|
|
69645
|
+
const _hoisted_5$7 = /* @__PURE__ */ createBaseVNode("span", null, "Child Attributes", -1);
|
|
69646
|
+
const _hoisted_6$6 = [
|
|
69647
|
+
_hoisted_4$9,
|
|
69648
|
+
_hoisted_5$7
|
|
69501
69649
|
];
|
|
69502
|
-
const _hoisted_7$
|
|
69650
|
+
const _hoisted_7$5 = { class: "parameter" };
|
|
69503
69651
|
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
69504
69652
|
__name: "RequestBodyProperties",
|
|
69505
69653
|
props: {
|
|
@@ -69519,7 +69667,7 @@ ${closingBraceIndent}]`;
|
|
|
69519
69667
|
class: normalizeClass(["parameter-required", ((_a3 = _ctx.required) == null ? void 0 : _a3.includes(name2)) ? "parameter__required" : ""])
|
|
69520
69668
|
}, toDisplayString(((_b2 = _ctx.required) == null ? void 0 : _b2.includes(name2)) ? "required" : "optional"), 3),
|
|
69521
69669
|
createBaseVNode("span", _hoisted_2$f, toDisplayString(_ctx.contentProperties[name2].type), 1),
|
|
69522
|
-
_ctx.contentProperties[name2].description ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
69670
|
+
_ctx.contentProperties[name2].description ? (openBlock(), createElementBlock("p", _hoisted_3$c, " description ")) : createCommentVNode("", true),
|
|
69523
69671
|
Object.keys(_ctx.contentProperties[name2].properties || {}).length > 0 ? (openBlock(), createElementBlock("div", {
|
|
69524
69672
|
key: 1,
|
|
69525
69673
|
class: normalizeClass(["parameter-child", { "parameter-child__open": open.value }])
|
|
@@ -69527,8 +69675,8 @@ ${closingBraceIndent}]`;
|
|
|
69527
69675
|
createBaseVNode("div", {
|
|
69528
69676
|
class: "parameter-child-trigger",
|
|
69529
69677
|
onClick: _cache[0] || (_cache[0] = ($event) => open.value = !open.value)
|
|
69530
|
-
}, _hoisted_6$
|
|
69531
|
-
withDirectives(createBaseVNode("ul", _hoisted_7$
|
|
69678
|
+
}, _hoisted_6$6),
|
|
69679
|
+
withDirectives(createBaseVNode("ul", _hoisted_7$5, [
|
|
69532
69680
|
createVNode(_sfc_main$l, {
|
|
69533
69681
|
contentProperties: _ctx.contentProperties[name2].properties || {}
|
|
69534
69682
|
}, null, 8, ["contentProperties"])
|
|
@@ -69549,7 +69697,7 @@ ${closingBraceIndent}]`;
|
|
|
69549
69697
|
const _hoisted_2$e = /* @__PURE__ */ _withScopeId$5(() => /* @__PURE__ */ createBaseVNode("div", { class: "endpoint-title" }, [
|
|
69550
69698
|
/* @__PURE__ */ createBaseVNode("h5", { class: "title" }, "Body")
|
|
69551
69699
|
], -1));
|
|
69552
|
-
const _hoisted_3$
|
|
69700
|
+
const _hoisted_3$b = {
|
|
69553
69701
|
key: 0,
|
|
69554
69702
|
class: "parameter"
|
|
69555
69703
|
};
|
|
@@ -69562,7 +69710,7 @@ ${closingBraceIndent}]`;
|
|
|
69562
69710
|
return (_ctx, _cache) => {
|
|
69563
69711
|
return _ctx.requestBody && _ctx.requestBody.content["application/json"] ? (openBlock(), createElementBlock("div", _hoisted_1$j, [
|
|
69564
69712
|
_hoisted_2$e,
|
|
69565
|
-
_ctx.requestBody.content["application/json"] ? (openBlock(), createElementBlock("ul", _hoisted_3$
|
|
69713
|
+
_ctx.requestBody.content["application/json"] ? (openBlock(), createElementBlock("ul", _hoisted_3$b, [
|
|
69566
69714
|
createVNode(_sfc_main$k, {
|
|
69567
69715
|
contentProperties: _ctx.requestBody.content["application/json"].schema.properties || {},
|
|
69568
69716
|
required: _ctx.requestBody.content["application/json"].schema.required || []
|
|
@@ -69629,16 +69777,16 @@ ${closingBraceIndent}]`;
|
|
|
69629
69777
|
};
|
|
69630
69778
|
}
|
|
69631
69779
|
});
|
|
69632
|
-
const
|
|
69633
|
-
const Copy = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-
|
|
69634
|
-
const _withScopeId$4 = (n2) => (pushScopeId("data-v-
|
|
69780
|
+
const Copy_vue_vue_type_style_index_0_scoped_d0646332_lang = "";
|
|
69781
|
+
const Copy = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d0646332"]]);
|
|
69782
|
+
const _withScopeId$4 = (n2) => (pushScopeId("data-v-379b96bc"), n2 = n2(), popScopeId(), n2);
|
|
69635
69783
|
const _hoisted_1$h = { class: "request" };
|
|
69636
69784
|
const _hoisted_2$c = ["innerHTML"];
|
|
69637
|
-
const _hoisted_3$
|
|
69638
|
-
const _hoisted_4$
|
|
69639
|
-
const _hoisted_5$
|
|
69640
|
-
const _hoisted_6$
|
|
69641
|
-
const _hoisted_7$
|
|
69785
|
+
const _hoisted_3$a = { class: "language-select" };
|
|
69786
|
+
const _hoisted_4$8 = ["value"];
|
|
69787
|
+
const _hoisted_5$6 = ["label"];
|
|
69788
|
+
const _hoisted_6$5 = ["value"];
|
|
69789
|
+
const _hoisted_7$4 = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ createBaseVNode("span", null, "Test Request", -1));
|
|
69642
69790
|
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
69643
69791
|
__name: "ExampleRequest",
|
|
69644
69792
|
props: {
|
|
@@ -69657,6 +69805,7 @@ ${closingBraceIndent}]`;
|
|
|
69657
69805
|
});
|
|
69658
69806
|
const { parameterMap } = useOperation(props);
|
|
69659
69807
|
const generateSnippet = async () => {
|
|
69808
|
+
var _a3, _b2;
|
|
69660
69809
|
let path2 = props.operation.path;
|
|
69661
69810
|
const pathVariables = path2.match(/{(.*?)}/g);
|
|
69662
69811
|
if (pathVariables) {
|
|
@@ -69665,6 +69814,20 @@ ${closingBraceIndent}]`;
|
|
|
69665
69814
|
path2 = path2.replace(variable2, `__${variableName.toUpperCase()}__`);
|
|
69666
69815
|
});
|
|
69667
69816
|
}
|
|
69817
|
+
const jsonRequest = ((_b2 = (_a3 = props.operation.information) == null ? void 0 : _a3.requestBody) == null ? void 0 : _b2.content["application/json"]) || null;
|
|
69818
|
+
const headers = [];
|
|
69819
|
+
if (jsonRequest) {
|
|
69820
|
+
headers.push({
|
|
69821
|
+
name: "Content-Type",
|
|
69822
|
+
value: "application/json"
|
|
69823
|
+
});
|
|
69824
|
+
}
|
|
69825
|
+
const schema2 = jsonRequest == null ? void 0 : jsonRequest.schema;
|
|
69826
|
+
const requestBody = schema2 ? generateResponseContent(schema2) : null;
|
|
69827
|
+
const postData = requestBody ? {
|
|
69828
|
+
mimeType: "application/json",
|
|
69829
|
+
text: JSON.stringify(requestBody, null, 2)
|
|
69830
|
+
} : null;
|
|
69668
69831
|
let url2 = props.server.url;
|
|
69669
69832
|
const urlVariables = url2.match(/{{(.*?)}}/g);
|
|
69670
69833
|
if (urlVariables) {
|
|
@@ -69676,7 +69839,9 @@ ${closingBraceIndent}]`;
|
|
|
69676
69839
|
try {
|
|
69677
69840
|
const snippet2 = new HTTPSnippet({
|
|
69678
69841
|
method: props.operation.httpVerb.toUpperCase(),
|
|
69679
|
-
url: `${url2}${path2}
|
|
69842
|
+
url: `${url2}${path2}`,
|
|
69843
|
+
headers,
|
|
69844
|
+
postData
|
|
69680
69845
|
});
|
|
69681
69846
|
return await snippet2.convert(
|
|
69682
69847
|
state2.selectedClient.targetKey,
|
|
@@ -69685,7 +69850,9 @@ ${closingBraceIndent}]`;
|
|
|
69685
69850
|
} catch {
|
|
69686
69851
|
const snippet2 = new HTTPSnippet({
|
|
69687
69852
|
method: props.operation.httpVerb.toUpperCase(),
|
|
69688
|
-
url: `${window.location.origin}${path2}
|
|
69853
|
+
url: `${window.location.origin}${path2}`,
|
|
69854
|
+
headers,
|
|
69855
|
+
postData
|
|
69689
69856
|
});
|
|
69690
69857
|
return await snippet2.convert(
|
|
69691
69858
|
state2.selectedClient.targetKey,
|
|
@@ -69722,7 +69889,7 @@ ${closingBraceIndent}]`;
|
|
|
69722
69889
|
default: withCtx(() => [
|
|
69723
69890
|
createVNode(unref(CardHeader), { muted: "" }, {
|
|
69724
69891
|
actions: withCtx(() => [
|
|
69725
|
-
createBaseVNode("div", _hoisted_3$
|
|
69892
|
+
createBaseVNode("div", _hoisted_3$a, [
|
|
69726
69893
|
createBaseVNode("span", null, toDisplayString(unref(getTargetTitle2)(unref(state2).selectedClient)) + " " + toDisplayString(unref(getClientTitle2)(unref(state2).selectedClient)), 1),
|
|
69727
69894
|
createBaseVNode("select", {
|
|
69728
69895
|
value: JSON.stringify(unref(state2).selectedClient),
|
|
@@ -69740,18 +69907,18 @@ ${closingBraceIndent}]`;
|
|
|
69740
69907
|
targetKey: target.key,
|
|
69741
69908
|
clientKey: client.key
|
|
69742
69909
|
})
|
|
69743
|
-
}, toDisplayString(client.title), 9, _hoisted_6$
|
|
69910
|
+
}, toDisplayString(client.title), 9, _hoisted_6$5);
|
|
69744
69911
|
}), 128))
|
|
69745
|
-
], 8, _hoisted_5$
|
|
69912
|
+
], 8, _hoisted_5$6);
|
|
69746
69913
|
}), 128))
|
|
69747
|
-
], 40, _hoisted_4$
|
|
69914
|
+
], 40, _hoisted_4$8)
|
|
69748
69915
|
]),
|
|
69749
69916
|
createBaseVNode("button", {
|
|
69750
69917
|
class: "copy-button",
|
|
69751
69918
|
type: "button",
|
|
69752
69919
|
onClick: copyExampleRequest
|
|
69753
69920
|
}, [
|
|
69754
|
-
createVNode(unref(_sfc_main$
|
|
69921
|
+
createVNode(unref(_sfc_main$V), {
|
|
69755
69922
|
src: "solid/interface-copy-clipboard",
|
|
69756
69923
|
width: "10px"
|
|
69757
69924
|
})
|
|
@@ -69776,7 +69943,7 @@ ${closingBraceIndent}]`;
|
|
|
69776
69943
|
frameless: ""
|
|
69777
69944
|
}, {
|
|
69778
69945
|
default: withCtx(() => [
|
|
69779
|
-
createVNode(unref(_sfc_main$
|
|
69946
|
+
createVNode(unref(_sfc_main$1m), {
|
|
69780
69947
|
content: CodeMirrorValue.value,
|
|
69781
69948
|
forceDarkMode: true,
|
|
69782
69949
|
languages: CodeMirrorLanguages.value,
|
|
@@ -69796,8 +69963,8 @@ ${closingBraceIndent}]`;
|
|
|
69796
69963
|
type: "button",
|
|
69797
69964
|
onClick: showItemInClient
|
|
69798
69965
|
}, [
|
|
69799
|
-
_hoisted_7$
|
|
69800
|
-
createVNode(unref(_sfc_main$
|
|
69966
|
+
_hoisted_7$4,
|
|
69967
|
+
createVNode(unref(_sfc_main$V), { src: "solid/mail-send-email-paper-airplane" })
|
|
69801
69968
|
], 2)
|
|
69802
69969
|
]),
|
|
69803
69970
|
_: 1
|
|
@@ -69809,16 +69976,16 @@ ${closingBraceIndent}]`;
|
|
|
69809
69976
|
}
|
|
69810
69977
|
});
|
|
69811
69978
|
const ExampleRequest_vue_vue_type_style_index_0_lang = "";
|
|
69812
|
-
const
|
|
69813
|
-
const ExampleRequest = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
69979
|
+
const ExampleRequest_vue_vue_type_style_index_1_scoped_379b96bc_lang = "";
|
|
69980
|
+
const ExampleRequest = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-379b96bc"]]);
|
|
69814
69981
|
const _withScopeId$3 = (n2) => (pushScopeId("data-v-cddd1774"), n2 = n2(), popScopeId(), n2);
|
|
69815
69982
|
const _hoisted_1$g = { class: "example-switcher" };
|
|
69816
69983
|
const _hoisted_2$b = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createBaseVNode("label", {
|
|
69817
69984
|
class: "listbox-label",
|
|
69818
69985
|
for: "listbox-button"
|
|
69819
69986
|
}, " Select Example ", -1));
|
|
69820
|
-
const _hoisted_3$
|
|
69821
|
-
const _hoisted_4$
|
|
69987
|
+
const _hoisted_3$9 = { class: "listbox-button-content" };
|
|
69988
|
+
const _hoisted_4$7 = { class: "listbox-button-label" };
|
|
69822
69989
|
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
69823
69990
|
__name: "SelectExample",
|
|
69824
69991
|
props: {
|
|
@@ -69841,10 +70008,10 @@ ${closingBraceIndent}]`;
|
|
|
69841
70008
|
class: "listbox-button"
|
|
69842
70009
|
}, {
|
|
69843
70010
|
default: withCtx(() => [
|
|
69844
|
-
createBaseVNode("div", _hoisted_3$
|
|
69845
|
-
createBaseVNode("div", _hoisted_4$
|
|
70011
|
+
createBaseVNode("div", _hoisted_3$9, [
|
|
70012
|
+
createBaseVNode("div", _hoisted_4$7, toDisplayString(selectedExample.value.value.summary ?? selectedExample.value.key), 1),
|
|
69846
70013
|
createBaseVNode("div", null, [
|
|
69847
|
-
createVNode(unref(_sfc_main$
|
|
70014
|
+
createVNode(unref(_sfc_main$V), {
|
|
69848
70015
|
class: "icon",
|
|
69849
70016
|
src: "line/arrow-chevron-down"
|
|
69850
70017
|
})
|
|
@@ -69873,7 +70040,7 @@ ${closingBraceIndent}]`;
|
|
|
69873
70040
|
]),
|
|
69874
70041
|
_: 1
|
|
69875
70042
|
}, 8, ["modelValue"]),
|
|
69876
|
-
createVNode(unref(_sfc_main$
|
|
70043
|
+
createVNode(unref(_sfc_main$1m), {
|
|
69877
70044
|
content: JSON.stringify(selectedExample.value.value.value, null, 2),
|
|
69878
70045
|
languages: ["json"],
|
|
69879
70046
|
readOnly: ""
|
|
@@ -69885,11 +70052,19 @@ ${closingBraceIndent}]`;
|
|
|
69885
70052
|
const SelectExample_vue_vue_type_style_index_0_scoped_cddd1774_lang = "";
|
|
69886
70053
|
const SelectExample = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-cddd1774"]]);
|
|
69887
70054
|
const _hoisted_1$f = { class: "card-container custom-scroll" };
|
|
69888
|
-
const _hoisted_2$a = {
|
|
70055
|
+
const _hoisted_2$a = { key: 0 };
|
|
70056
|
+
const _hoisted_3$8 = { key: 1 };
|
|
70057
|
+
const _hoisted_4$6 = {
|
|
69889
70058
|
key: 0,
|
|
70059
|
+
class: "rule"
|
|
70060
|
+
};
|
|
70061
|
+
const _hoisted_5$5 = { class: "rule-title" };
|
|
70062
|
+
const _hoisted_6$4 = { class: "rule-items" };
|
|
70063
|
+
const _hoisted_7$3 = {
|
|
70064
|
+
key: 2,
|
|
69890
70065
|
class: "scalar-api-reference__empty-state"
|
|
69891
70066
|
};
|
|
69892
|
-
const
|
|
70067
|
+
const _hoisted_8$2 = { class: "description" };
|
|
69893
70068
|
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
69894
70069
|
__name: "ExampleResponses",
|
|
69895
70070
|
props: {
|
|
@@ -69923,25 +70098,24 @@ ${closingBraceIndent}]`;
|
|
|
69923
70098
|
const currentStatusCode = orderedStatusCodes.value[selectedResponseIndex.value];
|
|
69924
70099
|
return (_a3 = props.operation.information) == null ? void 0 : _a3.responses[currentStatusCode];
|
|
69925
70100
|
});
|
|
69926
|
-
const
|
|
69927
|
-
|
|
69928
|
-
|
|
69929
|
-
|
|
69930
|
-
const currentResponseExample = computed(() => {
|
|
69931
|
-
var _a3, _b2, _c, _d, _e, _f;
|
|
69932
|
-
const example = (_c = (_b2 = (_a3 = currentResponse.value) == null ? void 0 : _a3.content) == null ? void 0 : _b2["application/json"]) == null ? void 0 : _c.example;
|
|
69933
|
-
if (example) {
|
|
69934
|
-
return prettyPrintJson(example);
|
|
69935
|
-
}
|
|
69936
|
-
const schema2 = (_f = (_e = (_d = currentResponse.value) == null ? void 0 : _d.content) == null ? void 0 : _e["application/json"]) == null ? void 0 : _f.schema;
|
|
69937
|
-
if (schema2) {
|
|
69938
|
-
return prettyPrintJson(generateResponseContent(schema2));
|
|
70101
|
+
const currentJsonResponse = computed(
|
|
70102
|
+
() => {
|
|
70103
|
+
var _a3;
|
|
70104
|
+
return (_a3 = currentResponse.value.content) == null ? void 0 : _a3["application/json"];
|
|
69939
70105
|
}
|
|
69940
|
-
|
|
69941
|
-
});
|
|
70106
|
+
);
|
|
69942
70107
|
const changeTab = (index2) => {
|
|
69943
70108
|
selectedResponseIndex.value = index2;
|
|
69944
70109
|
};
|
|
70110
|
+
const rules2 = ["oneOf", "anyOf", "not"];
|
|
70111
|
+
const mergeAllObjects = (items2) => {
|
|
70112
|
+
return items2.reduce((acc, object) => {
|
|
70113
|
+
return {
|
|
70114
|
+
...acc,
|
|
70115
|
+
...object
|
|
70116
|
+
};
|
|
70117
|
+
}, {});
|
|
70118
|
+
};
|
|
69945
70119
|
return (_ctx, _cache) => {
|
|
69946
70120
|
return orderedStatusCodes.value.length ? (openBlock(), createBlock(unref(Card), { key: 0 }, {
|
|
69947
70121
|
default: withCtx(() => {
|
|
@@ -69951,19 +70125,25 @@ ${closingBraceIndent}]`;
|
|
|
69951
70125
|
muted: "",
|
|
69952
70126
|
onChange: changeTab
|
|
69953
70127
|
}, {
|
|
69954
|
-
actions: withCtx(() =>
|
|
69955
|
-
|
|
69956
|
-
|
|
69957
|
-
|
|
69958
|
-
|
|
69959
|
-
|
|
69960
|
-
|
|
69961
|
-
|
|
69962
|
-
|
|
69963
|
-
|
|
69964
|
-
|
|
69965
|
-
|
|
69966
|
-
|
|
70128
|
+
actions: withCtx(() => {
|
|
70129
|
+
var _a4;
|
|
70130
|
+
return [
|
|
70131
|
+
((_a4 = currentJsonResponse.value) == null ? void 0 : _a4.example) ? (openBlock(), createElementBlock("button", {
|
|
70132
|
+
key: 0,
|
|
70133
|
+
class: "code-copy",
|
|
70134
|
+
type: "button",
|
|
70135
|
+
onClick: _cache[0] || (_cache[0] = () => {
|
|
70136
|
+
var _a5;
|
|
70137
|
+
return unref(copyToClipboard)((_a5 = currentJsonResponse.value) == null ? void 0 : _a5.example);
|
|
70138
|
+
})
|
|
70139
|
+
}, [
|
|
70140
|
+
createVNode(unref(_sfc_main$V), {
|
|
70141
|
+
src: "solid/interface-copy-clipboard",
|
|
70142
|
+
width: "10px"
|
|
70143
|
+
})
|
|
70144
|
+
])) : createCommentVNode("", true)
|
|
70145
|
+
];
|
|
70146
|
+
}),
|
|
69967
70147
|
default: withCtx(() => [
|
|
69968
70148
|
(openBlock(true), createElementBlock(Fragment, null, renderList(orderedStatusCodes.value, (statusCode) => {
|
|
69969
70149
|
return openBlock(), createBlock(unref(CardTab), { key: statusCode }, {
|
|
@@ -69978,28 +70158,84 @@ ${closingBraceIndent}]`;
|
|
|
69978
70158
|
}),
|
|
69979
70159
|
createBaseVNode("div", _hoisted_1$f, [
|
|
69980
70160
|
createVNode(unref(CardContent), { muted: "" }, {
|
|
69981
|
-
default: withCtx(() =>
|
|
69982
|
-
|
|
69983
|
-
|
|
69984
|
-
|
|
69985
|
-
|
|
69986
|
-
|
|
69987
|
-
|
|
69988
|
-
|
|
69989
|
-
|
|
69990
|
-
|
|
69991
|
-
|
|
69992
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
69993
|
-
withDirectives(createVNode(unref(_sfc_main$1k), {
|
|
69994
|
-
content: currentResponseExample.value,
|
|
70161
|
+
default: withCtx(() => {
|
|
70162
|
+
var _a4, _b2, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o;
|
|
70163
|
+
return [
|
|
70164
|
+
((_a4 = currentJsonResponse.value) == null ? void 0 : _a4.examples) && Object.keys((_b2 = currentJsonResponse.value) == null ? void 0 : _b2.examples).length > 1 ? (openBlock(), createBlock(SelectExample, {
|
|
70165
|
+
key: 0,
|
|
70166
|
+
examples: (_c = currentJsonResponse.value) == null ? void 0 : _c.examples
|
|
70167
|
+
}, null, 8, ["examples"])) : ((_d = currentJsonResponse.value) == null ? void 0 : _d.examples) && Object.keys((_e = currentJsonResponse.value) == null ? void 0 : _e.examples).length === 1 ? (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
70168
|
+
key: 1,
|
|
70169
|
+
content: prettyPrintJson(
|
|
70170
|
+
unref(mapFromObject)((_f = currentJsonResponse.value) == null ? void 0 : _f.examples)[0].value.value
|
|
70171
|
+
),
|
|
69995
70172
|
languages: ["json"],
|
|
69996
70173
|
readOnly: ""
|
|
69997
|
-
}, null, 8, ["content"]), [
|
|
69998
|
-
|
|
69999
|
-
|
|
70000
|
-
|
|
70001
|
-
|
|
70002
|
-
|
|
70174
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
70175
|
+
((_g = currentJsonResponse.value) == null ? void 0 : _g.example) ? (openBlock(), createElementBlock("div", _hoisted_2$a, [
|
|
70176
|
+
createVNode(unref(_sfc_main$1m), {
|
|
70177
|
+
content: (_h = currentJsonResponse.value) == null ? void 0 : _h.example,
|
|
70178
|
+
languages: ["json"],
|
|
70179
|
+
readOnly: ""
|
|
70180
|
+
}, null, 8, ["content"])
|
|
70181
|
+
])) : createCommentVNode("", true),
|
|
70182
|
+
((_i = currentJsonResponse.value) == null ? void 0 : _i.schema) ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
|
|
70183
|
+
((_j = currentJsonResponse.value) == null ? void 0 : _j.schema.type) ? (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
70184
|
+
key: 0,
|
|
70185
|
+
content: prettyPrintJson(
|
|
70186
|
+
unref(generateResponseContent)((_k = currentJsonResponse.value) == null ? void 0 : _k.schema)
|
|
70187
|
+
),
|
|
70188
|
+
languages: ["json"],
|
|
70189
|
+
readOnly: ""
|
|
70190
|
+
}, null, 8, ["content"])) : createCommentVNode("", true),
|
|
70191
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(rules2, (rule) => {
|
|
70192
|
+
var _a5, _b3, _c2, _d2, _e2, _f2;
|
|
70193
|
+
return openBlock(), createElementBlock(Fragment, { key: rule }, [
|
|
70194
|
+
((_a5 = currentJsonResponse.value) == null ? void 0 : _a5.schema[rule]) && (((_b3 = currentJsonResponse.value) == null ? void 0 : _b3.schema[rule].length) > 1 || rule === "not") ? (openBlock(), createElementBlock("div", _hoisted_4$6, [
|
|
70195
|
+
createBaseVNode("div", _hoisted_5$5, toDisplayString(rule), 1),
|
|
70196
|
+
createBaseVNode("ol", _hoisted_6$4, [
|
|
70197
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList((_c2 = currentJsonResponse.value) == null ? void 0 : _c2.schema[rule], (example, index2) => {
|
|
70198
|
+
return openBlock(), createElementBlock("li", {
|
|
70199
|
+
key: index2,
|
|
70200
|
+
class: "rule-item"
|
|
70201
|
+
}, [
|
|
70202
|
+
createVNode(unref(_sfc_main$1m), {
|
|
70203
|
+
content: prettyPrintJson(unref(generateResponseContent)(example)),
|
|
70204
|
+
languages: ["json"],
|
|
70205
|
+
readOnly: ""
|
|
70206
|
+
}, null, 8, ["content"])
|
|
70207
|
+
]);
|
|
70208
|
+
}), 128))
|
|
70209
|
+
])
|
|
70210
|
+
])) : ((_d2 = currentJsonResponse.value) == null ? void 0 : _d2.schema[rule]) && ((_e2 = currentJsonResponse.value) == null ? void 0 : _e2.schema[rule].length) === 1 ? (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
70211
|
+
key: 1,
|
|
70212
|
+
content: prettyPrintJson(
|
|
70213
|
+
unref(generateResponseContent)(
|
|
70214
|
+
(_f2 = currentJsonResponse.value) == null ? void 0 : _f2.schema[rule][0]
|
|
70215
|
+
)
|
|
70216
|
+
),
|
|
70217
|
+
languages: ["json"],
|
|
70218
|
+
readOnly: ""
|
|
70219
|
+
}, null, 8, ["content"])) : createCommentVNode("", true)
|
|
70220
|
+
], 64);
|
|
70221
|
+
}), 64)),
|
|
70222
|
+
((_l = currentJsonResponse.value) == null ? void 0 : _l.schema["allOf"]) ? (openBlock(), createBlock(unref(_sfc_main$1m), {
|
|
70223
|
+
key: 1,
|
|
70224
|
+
content: prettyPrintJson(
|
|
70225
|
+
mergeAllObjects(
|
|
70226
|
+
(_m = currentJsonResponse.value) == null ? void 0 : _m.schema["allOf"].map(
|
|
70227
|
+
(schema2) => unref(generateResponseContent)(schema2)
|
|
70228
|
+
)
|
|
70229
|
+
)
|
|
70230
|
+
),
|
|
70231
|
+
languages: ["json"],
|
|
70232
|
+
readOnly: ""
|
|
70233
|
+
}, null, 8, ["content"])) : createCommentVNode("", true)
|
|
70234
|
+
])) : createCommentVNode("", true),
|
|
70235
|
+
!((_n = currentJsonResponse.value) == null ? void 0 : _n.example) && !((_o = currentJsonResponse.value) == null ? void 0 : _o.schema) ? (openBlock(), createElementBlock("div", _hoisted_7$3, " No Body ")) : createCommentVNode("", true)
|
|
70236
|
+
], 64))
|
|
70237
|
+
];
|
|
70238
|
+
}),
|
|
70003
70239
|
_: 1
|
|
70004
70240
|
})
|
|
70005
70241
|
]),
|
|
@@ -70009,7 +70245,7 @@ ${closingBraceIndent}]`;
|
|
|
70009
70245
|
muted: ""
|
|
70010
70246
|
}, {
|
|
70011
70247
|
default: withCtx(() => [
|
|
70012
|
-
createBaseVNode("div",
|
|
70248
|
+
createBaseVNode("div", _hoisted_8$2, [
|
|
70013
70249
|
createVNode(MarkdownRenderer, {
|
|
70014
70250
|
class: "markdown",
|
|
70015
70251
|
value: currentResponse.value.description
|
|
@@ -70025,8 +70261,8 @@ ${closingBraceIndent}]`;
|
|
|
70025
70261
|
};
|
|
70026
70262
|
}
|
|
70027
70263
|
});
|
|
70028
|
-
const
|
|
70029
|
-
const ExampleResponses = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
70264
|
+
const ExampleResponses_vue_vue_type_style_index_0_scoped_6710f711_lang = "";
|
|
70265
|
+
const ExampleResponses = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-6710f711"]]);
|
|
70030
70266
|
const _hoisted_1$e = { class: "examples" };
|
|
70031
70267
|
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
70032
70268
|
__name: "ReferenceEndpoint",
|
|
@@ -70040,18 +70276,18 @@ ${closingBraceIndent}]`;
|
|
|
70040
70276
|
id: unref(getOperationSectionId)(_ctx.operation)
|
|
70041
70277
|
}, {
|
|
70042
70278
|
default: withCtx(() => [
|
|
70043
|
-
createVNode(unref(SectionHeader), null, {
|
|
70044
|
-
default: withCtx(() => [
|
|
70045
|
-
createTextVNode(toDisplayString(_ctx.operation.name || _ctx.operation.path), 1)
|
|
70046
|
-
]),
|
|
70047
|
-
_: 1
|
|
70048
|
-
}),
|
|
70049
70279
|
createVNode(unref(SectionContent), null, {
|
|
70050
70280
|
default: withCtx(() => [
|
|
70051
70281
|
createVNode(unref(SectionColumns), null, {
|
|
70052
70282
|
default: withCtx(() => [
|
|
70053
70283
|
createVNode(unref(SectionColumn), null, {
|
|
70054
70284
|
default: withCtx(() => [
|
|
70285
|
+
createVNode(unref(SectionHeader), null, {
|
|
70286
|
+
default: withCtx(() => [
|
|
70287
|
+
createTextVNode(toDisplayString(_ctx.operation.name || _ctx.operation.path), 1)
|
|
70288
|
+
]),
|
|
70289
|
+
_: 1
|
|
70290
|
+
}),
|
|
70055
70291
|
createVNode(Copy, { operation: _ctx.operation }, null, 8, ["operation"])
|
|
70056
70292
|
]),
|
|
70057
70293
|
_: 1
|
|
@@ -70083,19 +70319,19 @@ ${closingBraceIndent}]`;
|
|
|
70083
70319
|
};
|
|
70084
70320
|
}
|
|
70085
70321
|
});
|
|
70086
|
-
const
|
|
70087
|
-
const ReferenceEndpoint = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-
|
|
70322
|
+
const ReferenceEndpoint_vue_vue_type_style_index_0_scoped_659f757e_lang = "";
|
|
70323
|
+
const ReferenceEndpoint = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-659f757e"]]);
|
|
70088
70324
|
const Spinner_vue_vue_type_style_index_0_scoped_16147dd7_lang = "";
|
|
70089
70325
|
const _sfc_main$d = {};
|
|
70090
70326
|
const _withScopeId$2 = (n2) => (pushScopeId("data-v-16147dd7"), n2 = n2(), popScopeId(), n2);
|
|
70091
70327
|
const _hoisted_1$d = { class: "scalar-logo-animation scalar-logo-animation-load" };
|
|
70092
70328
|
const _hoisted_2$9 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createBaseVNode("i", { class: "line line-1" }, null, -1));
|
|
70093
|
-
const _hoisted_3$
|
|
70329
|
+
const _hoisted_3$7 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createBaseVNode("i", { class: "line line-2" }, null, -1));
|
|
70094
70330
|
const _hoisted_4$5 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createBaseVNode("i", { class: "line line-3" }, null, -1));
|
|
70095
70331
|
const _hoisted_5$4 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createBaseVNode("i", { class: "line line-4" }, null, -1));
|
|
70096
70332
|
const _hoisted_6$3 = [
|
|
70097
70333
|
_hoisted_2$9,
|
|
70098
|
-
_hoisted_3$
|
|
70334
|
+
_hoisted_3$7,
|
|
70099
70335
|
_hoisted_4$5,
|
|
70100
70336
|
_hoisted_5$4
|
|
70101
70337
|
];
|
|
@@ -70165,7 +70401,7 @@ ${closingBraceIndent}]`;
|
|
|
70165
70401
|
}, [
|
|
70166
70402
|
tag.operations && tag.operations.length > 0 ? (openBlock(), createBlock(unref(SectionContainer), { key: 0 }, {
|
|
70167
70403
|
default: withCtx(() => {
|
|
70168
|
-
var _a3;
|
|
70404
|
+
var _a3, _b2;
|
|
70169
70405
|
return [
|
|
70170
70406
|
moreThanOneDefaultTag(tag) ? (openBlock(), createBlock(EndpointsOverview, {
|
|
70171
70407
|
key: 0,
|
|
@@ -70178,12 +70414,12 @@ ${closingBraceIndent}]`;
|
|
|
70178
70414
|
onClick: ($event) => unref(setCollapsedSidebarItem2)(unref(getTagSectionId)(tag), true)
|
|
70179
70415
|
}, [
|
|
70180
70416
|
createTextVNode(" Show More "),
|
|
70181
|
-
createVNode(unref(_sfc_main$
|
|
70417
|
+
createVNode(unref(_sfc_main$U), {
|
|
70182
70418
|
class: "show-more-icon",
|
|
70183
70419
|
icon: "ChevronDown"
|
|
70184
70420
|
})
|
|
70185
70421
|
], 8, _hoisted_1$c)) : createCommentVNode("", true),
|
|
70186
|
-
index2 === 0 || unref(templateState).collapsedSidebarItems[unref(getTagSectionId)(tag)] ? (openBlock(true), createElementBlock(Fragment, { key: 2 }, renderList(tag.operations, (operation) => {
|
|
70422
|
+
index2 === 0 || unref(templateState).collapsedSidebarItems[unref(getTagSectionId)(tag)] || ((_b2 = tag.operations) == null ? void 0 : _b2.length) === 1 ? (openBlock(true), createElementBlock(Fragment, { key: 2 }, renderList(tag.operations, (operation) => {
|
|
70187
70423
|
return openBlock(), createBlock(unref(ReferenceEndpoint), {
|
|
70188
70424
|
key: `${operation.httpVerb}-${operation.operationId}`,
|
|
70189
70425
|
operation,
|
|
@@ -70207,10 +70443,11 @@ ${closingBraceIndent}]`;
|
|
|
70207
70443
|
};
|
|
70208
70444
|
}
|
|
70209
70445
|
});
|
|
70210
|
-
const
|
|
70211
|
-
const Content = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-
|
|
70446
|
+
const Content_vue_vue_type_style_index_0_scoped_b0ef063e_lang = "";
|
|
70447
|
+
const Content = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-b0ef063e"]]);
|
|
70212
70448
|
const _hoisted_1$b = { class: "references-mobile-header t-doc__header" };
|
|
70213
70449
|
const _hoisted_2$7 = { class: "references-mobile-breadcrumbs" };
|
|
70450
|
+
const _hoisted_3$6 = { class: "sidebar-mobile-actions" };
|
|
70214
70451
|
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
70215
70452
|
__name: "MobileHeader",
|
|
70216
70453
|
setup(__props) {
|
|
@@ -70221,7 +70458,7 @@ ${closingBraceIndent}]`;
|
|
|
70221
70458
|
} = useTemplateStore();
|
|
70222
70459
|
return (_ctx, _cache) => {
|
|
70223
70460
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
70224
|
-
createVNode(_sfc_main$
|
|
70461
|
+
createVNode(_sfc_main$P, {
|
|
70225
70462
|
icon: unref(templateState).showMobileDrawer ? "Close" : "Menu",
|
|
70226
70463
|
label: unref(templateState).showMobileDrawer ? "Close Menu" : "Open Menu",
|
|
70227
70464
|
width: "20px",
|
|
@@ -70230,19 +70467,22 @@ ${closingBraceIndent}]`;
|
|
|
70230
70467
|
createBaseVNode("span", _hoisted_2$7, [
|
|
70231
70468
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
70232
70469
|
]),
|
|
70233
|
-
|
|
70234
|
-
|
|
70235
|
-
|
|
70236
|
-
|
|
70237
|
-
|
|
70238
|
-
|
|
70239
|
-
|
|
70470
|
+
createBaseVNode("div", _hoisted_3$6, [
|
|
70471
|
+
createVNode(_sfc_main$P, {
|
|
70472
|
+
icon: "Search",
|
|
70473
|
+
label: "Search",
|
|
70474
|
+
variant: "clear",
|
|
70475
|
+
width: "24px",
|
|
70476
|
+
onClick: _cache[1] || (_cache[1] = ($event) => unref(setTemplateItem)("showSearch", true))
|
|
70477
|
+
}),
|
|
70478
|
+
createVNode(DarkModeToggle, { class: "sidebar-mobile-darkmode-toggle" })
|
|
70479
|
+
])
|
|
70240
70480
|
]);
|
|
70241
70481
|
};
|
|
70242
70482
|
}
|
|
70243
70483
|
});
|
|
70244
|
-
const
|
|
70245
|
-
const MobileHeader = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
70484
|
+
const MobileHeader_vue_vue_type_style_index_0_scoped_8a8a5a02_lang = "";
|
|
70485
|
+
const MobileHeader = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-8a8a5a02"]]);
|
|
70246
70486
|
function isArray$3(value) {
|
|
70247
70487
|
return !Array.isArray ? getTag(value) === "[object Array]" : Array.isArray(value);
|
|
70248
70488
|
}
|
|
@@ -71594,7 +71834,7 @@ ${closingBraceIndent}]`;
|
|
|
71594
71834
|
return false;
|
|
71595
71835
|
}
|
|
71596
71836
|
}
|
|
71597
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
71837
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-2ff92401"), n2 = n2(), popScopeId(), n2);
|
|
71598
71838
|
const _hoisted_1$a = {
|
|
71599
71839
|
key: 0,
|
|
71600
71840
|
class: "ref-search-list custom-scroll"
|
|
@@ -71808,8 +72048,8 @@ ${closingBraceIndent}]`;
|
|
|
71808
72048
|
};
|
|
71809
72049
|
}
|
|
71810
72050
|
});
|
|
71811
|
-
const
|
|
71812
|
-
const SearchModal = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-
|
|
72051
|
+
const SearchModal_vue_vue_type_style_index_0_scoped_2ff92401_lang = "";
|
|
72052
|
+
const SearchModal = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-2ff92401"]]);
|
|
71813
72053
|
const _hoisted_1$9 = {
|
|
71814
72054
|
key: 0,
|
|
71815
72055
|
class: "layout-header"
|
|
@@ -71957,7 +72197,7 @@ ${closingBraceIndent}]`;
|
|
|
71957
72197
|
});
|
|
71958
72198
|
return (_ctx, _cache) => {
|
|
71959
72199
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
71960
|
-
createVNode(unref(_sfc_main$
|
|
72200
|
+
createVNode(unref(_sfc_main$1n), { id: _ctx.theme }, null, 8, ["id"]),
|
|
71961
72201
|
createVNode(unref(FlowToastContainer)),
|
|
71962
72202
|
createBaseVNode("div", {
|
|
71963
72203
|
ref_key: "documentEl",
|
|
@@ -71993,7 +72233,7 @@ ${closingBraceIndent}]`;
|
|
|
71993
72233
|
]) : createCommentVNode("", true),
|
|
71994
72234
|
(unref(isMobile) && !_ctx.$slots["mobile-header"] ? _ctx.showSidebar && showMobileDrawer.value : _ctx.showSidebar) ? (openBlock(), createElementBlock("div", _hoisted_3$4, [
|
|
71995
72235
|
unref(isMobile) ? renderSlot(_ctx.$slots, "header", { key: 0 }) : createCommentVNode("", true),
|
|
71996
|
-
createVNode(_sfc_main$
|
|
72236
|
+
createVNode(_sfc_main$M, { spec: transformedSpec }, null, 8, ["spec"])
|
|
71997
72237
|
])) : createCommentVNode("", true)
|
|
71998
72238
|
]),
|
|
71999
72239
|
withDirectives(createBaseVNode("div", _hoisted_4$3, [
|
|
@@ -98378,7 +98618,18 @@ Parsed value is empty`));
|
|
|
98378
98618
|
}
|
|
98379
98619
|
});
|
|
98380
98620
|
});
|
|
98381
|
-
|
|
98621
|
+
const returnedResult = result;
|
|
98622
|
+
return removeTagsWithoutOperations(returnedResult);
|
|
98623
|
+
};
|
|
98624
|
+
const removeTagsWithoutOperations = (spec2) => {
|
|
98625
|
+
var _a3;
|
|
98626
|
+
return {
|
|
98627
|
+
...spec2,
|
|
98628
|
+
tags: (_a3 = spec2.tags) == null ? void 0 : _a3.filter((tag) => {
|
|
98629
|
+
var _a4;
|
|
98630
|
+
return ((_a4 = tag.operations) == null ? void 0 : _a4.length) > 0;
|
|
98631
|
+
})
|
|
98632
|
+
};
|
|
98382
98633
|
};
|
|
98383
98634
|
const parseJsonOrYaml = (value) => {
|
|
98384
98635
|
if (typeof value === "string") {
|
|
@@ -125866,7 +126117,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
|
|
|
125866
126117
|
const codeMirrorRef = ref$2(null);
|
|
125867
126118
|
return (_ctx, _cache) => {
|
|
125868
126119
|
return openBlock(), createElementBlock("div", _hoisted_1$3, [
|
|
125869
|
-
createVNode(unref(_sfc_main$
|
|
126120
|
+
createVNode(unref(_sfc_main$1m), {
|
|
125870
126121
|
ref_key: "codeMirrorRef",
|
|
125871
126122
|
ref: codeMirrorRef,
|
|
125872
126123
|
content: _ctx.value,
|
|
@@ -125993,7 +126244,7 @@ If you don't need every "time_period" between your dates you may adjust the freq
|
|
|
125993
126244
|
};
|
|
125994
126245
|
return (_ctx, _cache) => {
|
|
125995
126246
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
125996
|
-
createVNode(unref(_sfc_main$
|
|
126247
|
+
createVNode(unref(_sfc_main$1n), { id: _ctx.theme }, null, 8, ["id"]),
|
|
125997
126248
|
createBaseVNode("div", _hoisted_1, [
|
|
125998
126249
|
createVNode(_sfc_main$4, {
|
|
125999
126250
|
ref_key: "swaggerEditorHeaderRef",
|