@scalar/api-reference 1.61.0 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (499) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/blocks/scalar-asyncapi-server-selector-block/components/AsyncApiServerSelector.vue.d.ts.map +1 -1
  3. package/dist/blocks/scalar-asyncapi-server-selector-block/components/AsyncApiServerSelector.vue.js.map +1 -1
  4. package/dist/blocks/scalar-asyncapi-server-selector-block/components/AsyncApiServerSelector.vue.script.js +8 -5
  5. package/dist/blocks/scalar-asyncapi-server-selector-block/components/AsyncApiServerSelector.vue.script.js.map +1 -1
  6. package/dist/blocks/scalar-asyncapi-server-selector-block/components/Selector.vue.d.ts.map +1 -1
  7. package/dist/blocks/scalar-asyncapi-server-selector-block/components/Selector.vue.js.map +1 -1
  8. package/dist/blocks/scalar-asyncapi-server-selector-block/components/Selector.vue.script.js +11 -7
  9. package/dist/blocks/scalar-asyncapi-server-selector-block/components/Selector.vue.script.js.map +1 -1
  10. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.d.ts +36 -0
  11. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.d.ts.map +1 -0
  12. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.js +7 -0
  13. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.js.map +1 -0
  14. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.script.js +69 -0
  15. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/AsyncApiSidebarFilters.vue.script.js.map +1 -0
  16. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.d.ts +28 -0
  17. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.d.ts.map +1 -0
  18. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.js +7 -0
  19. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.js.map +1 -0
  20. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.script.js +62 -0
  21. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/components/SidebarFilter.vue.script.js.map +1 -0
  22. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/helpers/filter-async-api-navigation.d.ts +18 -0
  23. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/helpers/filter-async-api-navigation.d.ts.map +1 -0
  24. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/helpers/filter-async-api-navigation.js +59 -0
  25. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/helpers/filter-async-api-navigation.js.map +1 -0
  26. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/index.d.ts +3 -0
  27. package/dist/blocks/scalar-asyncapi-sidebar-filters-block/index.d.ts.map +1 -0
  28. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts +1 -1
  29. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -1
  30. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +1 -1
  31. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js.map +1 -1
  32. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.script.js +6 -3
  33. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.script.js.map +1 -1
  34. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts +2 -2
  35. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -1
  36. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +1 -1
  37. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.js.map +1 -1
  38. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.script.js +4 -2
  39. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.script.js.map +1 -1
  40. package/dist/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts +1 -1
  41. package/dist/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts.map +1 -1
  42. package/dist/blocks/scalar-client-selector-block/helpers/featured-clients.js.map +1 -1
  43. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -1
  44. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
  45. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js.map +1 -1
  46. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.script.js +3 -1
  47. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.script.js.map +1 -1
  48. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +1 -1
  49. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.js.map +1 -1
  50. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.script.js +17 -3
  51. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.script.js.map +1 -1
  52. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +1 -1
  53. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.js +1 -1
  54. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.js.map +1 -1
  55. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.script.js +4 -2
  56. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.script.js.map +1 -1
  57. package/dist/blocks/scalar-sdk-installation-instructions/components/SdkInstallationInstructions.vue.d.ts.map +1 -1
  58. package/dist/blocks/scalar-sdk-installation-instructions/components/SdkInstallationInstructions.vue.js +1 -1
  59. package/dist/blocks/scalar-sdk-installation-instructions/components/SdkInstallationInstructions.vue.js.map +1 -1
  60. package/dist/blocks/scalar-sdk-installation-instructions/components/SdkInstallationInstructions.vue.script.js +16 -12
  61. package/dist/blocks/scalar-sdk-installation-instructions/components/SdkInstallationInstructions.vue.script.js.map +1 -1
  62. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +1 -1
  63. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.js.map +1 -1
  64. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.script.js +11 -7
  65. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.script.js.map +1 -1
  66. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -1
  67. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.js.map +1 -1
  68. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.script.js +7 -4
  69. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.script.js.map +1 -1
  70. package/dist/browser/chunks/AgentScalarChatInterface-C3QiXv0S.js +27 -0
  71. package/dist/browser/chunks/ScalarTextInput.vue-CysYmeeN.js +27 -0
  72. package/dist/browser/chunks/basic-shape-diamond.svg-BTEOT1FL.js +1 -1
  73. package/dist/browser/chunks/basic-shape-hexagon.svg-BSPzaCgF.js +1 -1
  74. package/dist/browser/chunks/basic-shape-primary-circle-ellipse-round.svg-DKmZ8UUU.js +1 -1
  75. package/dist/browser/chunks/basic-shape-primary-square-rectangle.svg-n2YRykHD.js +1 -1
  76. package/dist/browser/chunks/basic-shape-shield.svg-Bec9cJDA.js +1 -1
  77. package/dist/browser/chunks/browser-67K6wmG9.js +1 -1
  78. package/dist/browser/chunks/computer-device-desktop-monitor.svg-m6j893Hb.js +1 -1
  79. package/dist/browser/chunks/computer-device-desktop.svg-Dk1VVO7k.js +1 -1
  80. package/dist/browser/chunks/computer-device-laptop.svg-BNGVUCYS.js +1 -1
  81. package/dist/browser/chunks/computer-device-mobile-phone-android-samsung-back.svg-CC4UUTFw.js +1 -1
  82. package/dist/browser/chunks/computer-device-mobile-phone-android-samsung.svg-D8ExpMpL.js +1 -1
  83. package/dist/browser/chunks/computer-device-mobile-phone-iphone-x-back.svg-CLm7sgMM.js +1 -1
  84. package/dist/browser/chunks/computer-device-mobile-phone-iphone-x.svg-Xrttg6_7.js +1 -1
  85. package/dist/browser/chunks/computer-device-mobile-tablet-touch.svg-DQ2oTvOG.js +1 -1
  86. package/dist/browser/chunks/computer-device-mobile-tablet.svg-DCr0XlRc.js +1 -1
  87. package/dist/browser/chunks/computer-device-network-ethernet-cat6.svg-AK9l0iOl.js +1 -1
  88. package/dist/browser/chunks/computer-device-network-lan-www.svg-gUIdFBlE.js +1 -1
  89. package/dist/browser/chunks/computer-device-network-wifi-connection.svg-Be-EMm4e.js +1 -1
  90. package/dist/browser/chunks/computer-device-network-wifi-router.svg-Dc2VzyqK.js +1 -1
  91. package/dist/browser/chunks/ecology-science-erlenmeyer-flask.svg-DHgy7Jfd.js +1 -1
  92. package/dist/browser/chunks/image-flash-lightning.svg-EETR_y1q.js +1 -1
  93. package/dist/browser/chunks/image-picture-flower.svg-DN1AYzJU.js +1 -1
  94. package/dist/browser/chunks/interface-alert-exclamation-diamond.svg-C5NozMV_.js +1 -1
  95. package/dist/browser/chunks/interface-alert-exclamation-triangle-warning.svg-DaAg2fF5.js +1 -1
  96. package/dist/browser/chunks/interface-alert-information-circle.svg-ckkkt9Mv.js +1 -1
  97. package/dist/browser/chunks/interface-award-crown.svg-pjvn9hY-.js +1 -1
  98. package/dist/browser/chunks/interface-bookmark-tag.svg-r2r-lQq4.js +1 -1
  99. package/dist/browser/chunks/interface-bookmark.svg-BK9HKQBT.js +1 -1
  100. package/dist/browser/chunks/interface-calendar-date-one.svg-DNnF0M1I.js +1 -1
  101. package/dist/browser/chunks/interface-content-book-open-pages.svg-CQj_w9Vp.js +1 -1
  102. package/dist/browser/chunks/interface-content-book-page.svg-DppoeJRe.js +1 -1
  103. package/dist/browser/chunks/interface-content-file.svg-CvcD7OiY.js +1 -1
  104. package/dist/browser/chunks/interface-content-folder.svg-BmtS5I9A.js +1 -1
  105. package/dist/browser/chunks/interface-copy-clipboard.svg-Be6EI50X.js +1 -1
  106. package/dist/browser/chunks/interface-edit-attachment.svg-G5TKzpWX.js +1 -1
  107. package/dist/browser/chunks/interface-edit-binocular.svg-jzL-DvGB.js +1 -1
  108. package/dist/browser/chunks/interface-edit-magic-wand.svg-BOTlymvp.js +1 -1
  109. package/dist/browser/chunks/interface-edit-tool-paint-roller.svg-s9dwryx7.js +1 -1
  110. package/dist/browser/chunks/interface-edit-tool-pencil.svg-C7v0dbB3.js +1 -1
  111. package/dist/browser/chunks/interface-favorite-award.svg-CYHUgUG0.js +1 -1
  112. package/dist/browser/chunks/interface-favorite-flag.svg-C10zlKOb.js +1 -1
  113. package/dist/browser/chunks/interface-favorite-heart.svg-eoduXxlz.js +1 -1
  114. package/dist/browser/chunks/interface-favorite-star.svg-BSmxJetr.js +1 -1
  115. package/dist/browser/chunks/interface-favorite-stars-sparkles.svg-JTFLj3Ls.js +1 -1
  116. package/dist/browser/chunks/interface-hierarchy-flowchart.svg-Cg_Wy0kN.js +1 -1
  117. package/dist/browser/chunks/interface-home-house.svg-DytoGRnv.js +1 -1
  118. package/dist/browser/chunks/interface-hyperlink.svg-CuEfmmQI.js +1 -1
  119. package/dist/browser/chunks/interface-lighting-brightness.svg-DSK0h_Pa.js +1 -1
  120. package/dist/browser/chunks/interface-lock-closed.svg-Cn6TaLYv.js +1 -1
  121. package/dist/browser/chunks/interface-lock-open-unlock.svg-CVkG5-9W.js +1 -1
  122. package/dist/browser/chunks/interface-login-key.svg-y-cwwXjN.js +1 -1
  123. package/dist/browser/chunks/interface-search.svg-S-puVFJB.js +1 -1
  124. package/dist/browser/chunks/interface-setting-cog.svg-CTH4_lLg.js +1 -1
  125. package/dist/browser/chunks/interface-share-megaphone-bullhorn.svg-Pbp39MyC.js +1 -1
  126. package/dist/browser/chunks/interface-share-rocket.svg-BgCsIRZO.js +1 -1
  127. package/dist/browser/chunks/interface-share-satellite.svg-DAMN9d5G.js +1 -1
  128. package/dist/browser/chunks/interface-share-space-ship.svg-Dt-Mejxk.js +1 -1
  129. package/dist/browser/chunks/interface-share.svg-vFYTXSti.js +1 -1
  130. package/dist/browser/chunks/interface-signal-square.svg-DNG4LpAe.js +1 -1
  131. package/dist/browser/chunks/interface-time-clock-circle.svg-Bpz-nLxo.js +1 -1
  132. package/dist/browser/chunks/interface-time-hour-glass.svg-D7agfKsH.js +1 -1
  133. package/dist/browser/chunks/interface-users-multiple.svg-CkPJBBnG.js +1 -1
  134. package/dist/browser/chunks/interface-weather-moon.svg-CaTZFMPO.js +1 -1
  135. package/dist/browser/chunks/mail-chat-bubble-square.svg-DC8RIihp.js +1 -1
  136. package/dist/browser/chunks/mail-send-email-paper-airplane.svg-D8OLs9jz.js +1 -1
  137. package/dist/browser/chunks/mail-send-envelope.svg-CV33h5Sx.js +1 -1
  138. package/dist/browser/chunks/{modal-CKthJJWy.js → modal-CMytT4BZ.js} +2 -2
  139. package/dist/browser/chunks/modal-wI0tG53V.js +99 -0
  140. package/dist/browser/chunks/money-cashier-receipt.svg-CJL8C2gs.js +1 -1
  141. package/dist/browser/chunks/money-currency-dollar-pay.svg-VdBplCTx.js +1 -1
  142. package/dist/browser/chunks/money-graph-arrow-increase.svg-DcRov3zk.js +1 -1
  143. package/dist/browser/chunks/money-graph-bar-chart-increase.svg-Cc7KxjX-.js +1 -1
  144. package/dist/browser/chunks/nature-ecology-leaf.svg-DR3cTZxt.js +1 -1
  145. package/dist/browser/chunks/phone-telephone.svg-DyY0gUlk.js +1 -1
  146. package/dist/browser/chunks/programming-bug.svg-BHLT-Qhp.js +1 -1
  147. package/dist/browser/chunks/programming-cloud.svg-B6YW33ba.js +1 -1
  148. package/dist/browser/chunks/programming-computer-database-server.svg-B6o5Sdn-.js +1 -1
  149. package/dist/browser/chunks/programming-computer-database.svg-Cl7OVtpJ.js +1 -1
  150. package/dist/browser/chunks/programming-module-four-layout.svg-BQrerL1x.js +1 -1
  151. package/dist/browser/chunks/programming-module-three.svg-B2KTQzBM.js +1 -1
  152. package/dist/browser/chunks/programming-module.svg-CiID7kPm.js +1 -1
  153. package/dist/browser/chunks/programming-script-code.svg-D1M5rtkN.js +1 -1
  154. package/dist/browser/chunks/runtime-core.esm-bundler-Byrbbu5Q.js +1 -1
  155. package/dist/browser/chunks/shopping-cart.svg-BEegiIR9.js +1 -1
  156. package/dist/browser/chunks/shopping-gift-present.svg-BUHwuLix.js +1 -1
  157. package/dist/browser/chunks/shopping-shipping-box-parcel-package.svg-D6fxWdYx.js +1 -1
  158. package/dist/browser/chunks/tag-new-circle.svg-jsg1bGs0.js +1 -1
  159. package/dist/browser/chunks/travel-map-earth-globe.svg-ClbMiU-f.js +1 -1
  160. package/dist/browser/chunks/vendor-BPQqqkn-.js +306 -0
  161. package/dist/browser/standalone.esm.js +20 -20
  162. package/dist/browser/standalone.js +292 -292
  163. package/dist/components/AgentScalar/AgentScalarButton.vue.d.ts.map +1 -1
  164. package/dist/components/AgentScalar/AgentScalarButton.vue.js.map +1 -1
  165. package/dist/components/AgentScalar/AgentScalarButton.vue.script.js +4 -2
  166. package/dist/components/AgentScalar/AgentScalarButton.vue.script.js.map +1 -1
  167. package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts.map +1 -1
  168. package/dist/components/AgentScalar/AgentScalarDrawer.vue.js +1 -1
  169. package/dist/components/AgentScalar/AgentScalarDrawer.vue.js.map +1 -1
  170. package/dist/components/AgentScalar/AgentScalarDrawer.vue.script.js +4 -2
  171. package/dist/components/AgentScalar/AgentScalarDrawer.vue.script.js.map +1 -1
  172. package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts.map +1 -1
  173. package/dist/components/AgentScalar/OpenMCPButton.vue.js +1 -1
  174. package/dist/components/AgentScalar/OpenMCPButton.vue.js.map +1 -1
  175. package/dist/components/AgentScalar/OpenMCPButton.vue.script.js +8 -6
  176. package/dist/components/AgentScalar/OpenMCPButton.vue.script.js.map +1 -1
  177. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  178. package/dist/components/Anchor/Anchor.vue.js.map +1 -1
  179. package/dist/components/Anchor/Anchor.vue.script.js +5 -3
  180. package/dist/components/Anchor/Anchor.vue.script.js.map +1 -1
  181. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +1 -3
  182. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -1
  183. package/dist/components/Anchor/WithBreadcrumb.vue.js.map +1 -1
  184. package/dist/components/Anchor/WithBreadcrumb.vue.script.js +6 -2
  185. package/dist/components/Anchor/WithBreadcrumb.vue.script.js.map +1 -1
  186. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  187. package/dist/components/ApiReference.vue.js +1 -1
  188. package/dist/components/ApiReference.vue.js.map +1 -1
  189. package/dist/components/ApiReference.vue.script.js +172 -43
  190. package/dist/components/ApiReference.vue.script.js.map +1 -1
  191. package/dist/components/Content/AsyncApi/AsyncApiLabels.vue.d.ts.map +1 -1
  192. package/dist/components/Content/AsyncApi/AsyncApiLabels.vue.js +1 -1
  193. package/dist/components/Content/AsyncApi/AsyncApiLabels.vue.js.map +1 -1
  194. package/dist/components/Content/AsyncApi/AsyncApiLabels.vue.script.js +6 -2
  195. package/dist/components/Content/AsyncApi/AsyncApiLabels.vue.script.js.map +1 -1
  196. package/dist/components/Content/AsyncApi/Message.vue.script.js +1 -1
  197. package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
  198. package/dist/components/Content/Auth/Auth.vue.js.map +1 -1
  199. package/dist/components/Content/Auth/Auth.vue.script.js +5 -2
  200. package/dist/components/Content/Auth/Auth.vue.script.js.map +1 -1
  201. package/dist/components/Content/Content.vue.d.ts +1 -0
  202. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  203. package/dist/components/Content/Content.vue.js.map +1 -1
  204. package/dist/components/Content/Content.vue.script.js +4 -1
  205. package/dist/components/Content/Content.vue.script.js.map +1 -1
  206. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +3 -1
  207. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  208. package/dist/components/Content/Operations/TraversedEntry.vue.js.map +1 -1
  209. package/dist/components/Content/Operations/TraversedEntry.vue.script.js +9 -0
  210. package/dist/components/Content/Operations/TraversedEntry.vue.script.js.map +1 -1
  211. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  212. package/dist/components/Content/Schema/Schema.vue.js +1 -1
  213. package/dist/components/Content/Schema/Schema.vue.js.map +1 -1
  214. package/dist/components/Content/Schema/Schema.vue.script.js +8 -5
  215. package/dist/components/Content/Schema/Schema.vue.script.js.map +1 -1
  216. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  217. package/dist/components/Content/Schema/SchemaComposition.vue.js.map +1 -1
  218. package/dist/components/Content/Schema/SchemaComposition.vue.script.js +9 -11
  219. package/dist/components/Content/Schema/SchemaComposition.vue.script.js.map +1 -1
  220. package/dist/components/Content/Schema/SchemaEnums.vue.d.ts.map +1 -1
  221. package/dist/components/Content/Schema/SchemaEnums.vue.js +1 -1
  222. package/dist/components/Content/Schema/SchemaEnums.vue.js.map +1 -1
  223. package/dist/components/Content/Schema/SchemaEnums.vue.script.js +4 -2
  224. package/dist/components/Content/Schema/SchemaEnums.vue.script.js.map +1 -1
  225. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  226. package/dist/components/Content/Schema/SchemaHeading.vue.js +1 -1
  227. package/dist/components/Content/Schema/SchemaHeading.vue.js.map +1 -1
  228. package/dist/components/Content/Schema/SchemaHeading.vue.script.js +5 -3
  229. package/dist/components/Content/Schema/SchemaHeading.vue.script.js.map +1 -1
  230. package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.js.map +1 -1
  231. package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.script.js +1 -1
  232. package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.script.js.map +1 -1
  233. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  234. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js.map +1 -1
  235. package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js +12 -0
  236. package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js.map +1 -1
  237. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -1
  238. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  239. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  240. package/dist/components/Content/Schema/SchemaProperty.vue.js.map +1 -1
  241. package/dist/components/Content/Schema/SchemaProperty.vue.script.js +3 -0
  242. package/dist/components/Content/Schema/SchemaProperty.vue.script.js.map +1 -1
  243. package/dist/components/Content/Schema/SchemaPropertyDefault.vue.d.ts.map +1 -1
  244. package/dist/components/Content/Schema/SchemaPropertyDefault.vue.js +1 -1
  245. package/dist/components/Content/Schema/SchemaPropertyDefault.vue.js.map +1 -1
  246. package/dist/components/Content/Schema/SchemaPropertyDefault.vue.script.js +8 -5
  247. package/dist/components/Content/Schema/SchemaPropertyDefault.vue.script.js.map +1 -1
  248. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  249. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +1 -1
  250. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js.map +1 -1
  251. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.script.js +5 -3
  252. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.script.js.map +1 -1
  253. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +3 -1
  254. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  255. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  256. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js.map +1 -1
  257. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.script.js +47 -22
  258. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.script.js.map +1 -1
  259. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -1
  260. package/dist/components/Content/Tags/components/ModernLayout.vue.js +1 -1
  261. package/dist/components/Content/Tags/components/ModernLayout.vue.js.map +1 -1
  262. package/dist/components/Content/Tags/components/ModernLayout.vue.script.js +3 -1
  263. package/dist/components/Content/Tags/components/ModernLayout.vue.script.js.map +1 -1
  264. package/dist/components/Content/Tags/components/TagSection.vue.d.ts.map +1 -1
  265. package/dist/components/Content/Tags/components/TagSection.vue.js.map +1 -1
  266. package/dist/components/Content/Tags/components/TagSection.vue.script.js +3 -1
  267. package/dist/components/Content/Tags/components/TagSection.vue.script.js.map +1 -1
  268. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  269. package/dist/components/GettingStarted.vue.js +1 -1
  270. package/dist/components/GettingStarted.vue.js.map +1 -1
  271. package/dist/components/GettingStarted.vue.script.js +58 -21
  272. package/dist/components/GettingStarted.vue.script.js.map +1 -1
  273. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  274. package/dist/components/MobileHeader.vue.js.map +1 -1
  275. package/dist/components/MobileHeader.vue.script.js +3 -1
  276. package/dist/components/MobileHeader.vue.script.js.map +1 -1
  277. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
  278. package/dist/components/OperationsList/OperationsList.vue.js +1 -1
  279. package/dist/components/OperationsList/OperationsList.vue.js.map +1 -1
  280. package/dist/components/OperationsList/OperationsList.vue.script.js +4 -2
  281. package/dist/components/OperationsList/OperationsList.vue.script.js.map +1 -1
  282. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  283. package/dist/components/ShowMoreButton.vue.js +1 -1
  284. package/dist/components/ShowMoreButton.vue.js.map +1 -1
  285. package/dist/components/ShowMoreButton.vue.script.js +4 -2
  286. package/dist/components/ShowMoreButton.vue.script.js.map +1 -1
  287. package/dist/features/Operation/Operation.vue.d.ts +3 -1
  288. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  289. package/dist/features/Operation/Operation.vue.js.map +1 -1
  290. package/dist/features/Operation/Operation.vue.script.js +6 -1
  291. package/dist/features/Operation/Operation.vue.script.js.map +1 -1
  292. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  293. package/dist/features/Operation/components/ContentTypeSelect.vue.js.map +1 -1
  294. package/dist/features/Operation/components/ContentTypeSelect.vue.script.js +4 -2
  295. package/dist/features/Operation/components/ContentTypeSelect.vue.script.js.map +1 -1
  296. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -1
  297. package/dist/features/Operation/components/Headers.vue.js +1 -1
  298. package/dist/features/Operation/components/Headers.vue.js.map +1 -1
  299. package/dist/features/Operation/components/Headers.vue.script.js +8 -6
  300. package/dist/features/Operation/components/Headers.vue.script.js.map +1 -1
  301. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  302. package/dist/features/Operation/components/OperationParameters.vue.js.map +1 -1
  303. package/dist/features/Operation/components/OperationParameters.vue.script.js +8 -6
  304. package/dist/features/Operation/components/OperationParameters.vue.script.js.map +1 -1
  305. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  306. package/dist/features/Operation/components/OperationResponses.vue.js.map +1 -1
  307. package/dist/features/Operation/components/OperationResponses.vue.script.js +10 -7
  308. package/dist/features/Operation/components/OperationResponses.vue.script.js.map +1 -1
  309. package/dist/features/Operation/components/ParameterListItem.vue.script.js +1 -1
  310. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  311. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  312. package/dist/features/Operation/components/RequestBody.vue.js.map +1 -1
  313. package/dist/features/Operation/components/RequestBody.vue.script.js +18 -13
  314. package/dist/features/Operation/components/RequestBody.vue.script.js.map +1 -1
  315. package/dist/features/Operation/components/SecurityRequirementBadge.vue.d.ts.map +1 -1
  316. package/dist/features/Operation/components/SecurityRequirementBadge.vue.js.map +1 -1
  317. package/dist/features/Operation/components/SecurityRequirementBadge.vue.script.js +5 -3
  318. package/dist/features/Operation/components/SecurityRequirementBadge.vue.script.js.map +1 -1
  319. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  320. package/dist/features/Operation/components/callbacks/Callbacks.vue.js.map +1 -1
  321. package/dist/features/Operation/components/callbacks/Callbacks.vue.script.js +11 -8
  322. package/dist/features/Operation/components/callbacks/Callbacks.vue.script.js.map +1 -1
  323. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  324. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  325. package/dist/features/Operation/layouts/ClassicLayout.vue.js.map +1 -1
  326. package/dist/features/Operation/layouts/ClassicLayout.vue.script.js +37 -17
  327. package/dist/features/Operation/layouts/ClassicLayout.vue.script.js.map +1 -1
  328. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  329. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  330. package/dist/features/Operation/layouts/ModernLayout.vue.js.map +1 -1
  331. package/dist/features/Operation/layouts/ModernLayout.vue.script.js +22 -7
  332. package/dist/features/Operation/layouts/ModernLayout.vue.script.js.map +1 -1
  333. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
  334. package/dist/features/Search/components/SearchButton.vue.js.map +1 -1
  335. package/dist/features/Search/components/SearchButton.vue.script.js +15 -8
  336. package/dist/features/Search/components/SearchButton.vue.script.js.map +1 -1
  337. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
  338. package/dist/features/Search/components/SearchModal.vue.js +1 -1
  339. package/dist/features/Search/components/SearchModal.vue.js.map +1 -1
  340. package/dist/features/Search/components/SearchModal.vue.script.js +29 -10
  341. package/dist/features/Search/components/SearchModal.vue.script.js.map +1 -1
  342. package/dist/features/Search/components/SearchResult.vue.d.ts.map +1 -1
  343. package/dist/features/Search/components/SearchResult.vue.js.map +1 -1
  344. package/dist/features/Search/components/SearchResult.vue.script.js +12 -8
  345. package/dist/features/Search/components/SearchResult.vue.script.js.map +1 -1
  346. package/dist/features/Search/helpers/create-search-index.d.ts +8 -0
  347. package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -1
  348. package/dist/features/Search/helpers/create-search-index.js +18 -9
  349. package/dist/features/Search/helpers/create-search-index.js.map +1 -1
  350. package/dist/features/Search/hooks/useSearchIndex.d.ts +7 -1
  351. package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -1
  352. package/dist/features/Search/hooks/useSearchIndex.js +11 -2
  353. package/dist/features/Search/hooks/useSearchIndex.js.map +1 -1
  354. package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -1
  355. package/dist/features/ask-agent-button/AskAgentButton.vue.js +1 -1
  356. package/dist/features/ask-agent-button/AskAgentButton.vue.js.map +1 -1
  357. package/dist/features/ask-agent-button/AskAgentButton.vue.script.js +10 -6
  358. package/dist/features/ask-agent-button/AskAgentButton.vue.script.js.map +1 -1
  359. package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -1
  360. package/dist/features/developer-tools/DeveloperTools.vue.js.map +1 -1
  361. package/dist/features/developer-tools/DeveloperTools.vue.script.js +10 -8
  362. package/dist/features/developer-tools/DeveloperTools.vue.script.js.map +1 -1
  363. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayout.vue.d.ts.map +1 -1
  364. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayout.vue.js.map +1 -1
  365. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayout.vue.script.js +11 -11
  366. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayout.vue.script.js.map +1 -1
  367. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts.map +1 -1
  368. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayoutOptions.vue.js.map +1 -1
  369. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayoutOptions.vue.script.js +15 -11
  370. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigLayoutOptions.vue.script.js.map +1 -1
  371. package/dist/features/developer-tools/components/ApiReferenceToolbarConfigTheme.vue.script.js +1 -1
  372. package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.d.ts +1 -3
  373. package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.d.ts.map +1 -1
  374. package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.js.map +1 -1
  375. package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.script.js +4 -6
  376. package/dist/features/developer-tools/components/ApiReferenceToolbarPopover.vue.script.js.map +1 -1
  377. package/dist/features/developer-tools/components/ApiReferenceToolbarRegisterButton.vue.d.ts.map +1 -1
  378. package/dist/features/developer-tools/components/ApiReferenceToolbarRegisterButton.vue.js.map +1 -1
  379. package/dist/features/developer-tools/components/ApiReferenceToolbarRegisterButton.vue.script.js +6 -4
  380. package/dist/features/developer-tools/components/ApiReferenceToolbarRegisterButton.vue.script.js.map +1 -1
  381. package/dist/features/developer-tools/components/ApiReferenceToolbarShareRegister.vue.d.ts.map +1 -1
  382. package/dist/features/developer-tools/components/ApiReferenceToolbarShareRegister.vue.js.map +1 -1
  383. package/dist/features/developer-tools/components/ApiReferenceToolbarShareRegister.vue.script.js +23 -22
  384. package/dist/features/developer-tools/components/ApiReferenceToolbarShareRegister.vue.script.js.map +1 -1
  385. package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.d.ts.map +1 -1
  386. package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.js.map +1 -1
  387. package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.script.js +7 -5
  388. package/dist/features/developer-tools/components/ApiReferenceToolbarShareTemporary.vue.script.js.map +1 -1
  389. package/dist/features/developer-tools/components/ApiReferenceToolbarTitle.vue.d.ts.map +1 -1
  390. package/dist/features/developer-tools/components/ApiReferenceToolbarTitle.vue.js.map +1 -1
  391. package/dist/features/developer-tools/components/ApiReferenceToolbarTitle.vue.script.js +9 -7
  392. package/dist/features/developer-tools/components/ApiReferenceToolbarTitle.vue.script.js.map +1 -1
  393. package/dist/features/developer-tools/components/DeployApiReference.vue.d.ts.map +1 -1
  394. package/dist/features/developer-tools/components/DeployApiReference.vue.js.map +1 -1
  395. package/dist/features/developer-tools/components/DeployApiReference.vue.script.js +7 -4
  396. package/dist/features/developer-tools/components/DeployApiReference.vue.script.js.map +1 -1
  397. package/dist/features/developer-tools/components/ModifyConfiguration.vue.d.ts.map +1 -1
  398. package/dist/features/developer-tools/components/ModifyConfiguration.vue.js.map +1 -1
  399. package/dist/features/developer-tools/components/ModifyConfiguration.vue.script.js +8 -6
  400. package/dist/features/developer-tools/components/ModifyConfiguration.vue.script.js.map +1 -1
  401. package/dist/features/developer-tools/components/ShareApiReference.vue.d.ts.map +1 -1
  402. package/dist/features/developer-tools/components/ShareApiReference.vue.js.map +1 -1
  403. package/dist/features/developer-tools/components/ShareApiReference.vue.script.js +7 -4
  404. package/dist/features/developer-tools/components/ShareApiReference.vue.script.js.map +1 -1
  405. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  406. package/dist/features/example-responses/ExampleResponse.vue.js +1 -1
  407. package/dist/features/example-responses/ExampleResponse.vue.js.map +1 -1
  408. package/dist/features/example-responses/ExampleResponse.vue.script.js +5 -3
  409. package/dist/features/example-responses/ExampleResponse.vue.script.js.map +1 -1
  410. package/dist/features/example-responses/ExampleResponses.vue.d.ts +9 -0
  411. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  412. package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
  413. package/dist/features/example-responses/ExampleResponses.vue.js.map +1 -1
  414. package/dist/features/example-responses/ExampleResponses.vue.script.js +42 -23
  415. package/dist/features/example-responses/ExampleResponses.vue.script.js.map +1 -1
  416. package/dist/features/example-responses/ExampleSchema.vue.js.map +1 -1
  417. package/dist/features/example-responses/ExampleSchema.vue.script.js +1 -1
  418. package/dist/features/example-responses/ExampleSchema.vue.script.js.map +1 -1
  419. package/dist/features/info-object/Contact.vue.d.ts.map +1 -1
  420. package/dist/features/info-object/Contact.vue.js.map +1 -1
  421. package/dist/features/info-object/Contact.vue.script.js +14 -11
  422. package/dist/features/info-object/Contact.vue.script.js.map +1 -1
  423. package/dist/features/info-object/InfoLink.vue.d.ts +8 -0
  424. package/dist/features/info-object/InfoLink.vue.d.ts.map +1 -0
  425. package/dist/features/info-object/InfoLink.vue.js +7 -0
  426. package/dist/features/info-object/InfoLink.vue.js.map +1 -0
  427. package/dist/features/info-object/InfoLink.vue.script.js +30 -0
  428. package/dist/features/info-object/InfoLink.vue.script.js.map +1 -0
  429. package/dist/features/info-object/TermsOfService.vue.d.ts.map +1 -1
  430. package/dist/features/info-object/TermsOfService.vue.js.map +1 -1
  431. package/dist/features/info-object/TermsOfService.vue.script.js +9 -6
  432. package/dist/features/info-object/TermsOfService.vue.script.js.map +1 -1
  433. package/dist/features/info-object/index.d.ts +1 -0
  434. package/dist/features/info-object/index.d.ts.map +1 -1
  435. package/dist/features/localization/index.d.ts +2 -0
  436. package/dist/features/localization/index.d.ts.map +1 -0
  437. package/dist/features/localization/locales/ar.d.ts +227 -0
  438. package/dist/features/localization/locales/ar.d.ts.map +1 -0
  439. package/dist/features/localization/locales/ar.js +225 -0
  440. package/dist/features/localization/locales/ar.js.map +1 -0
  441. package/dist/features/localization/locales/de.d.ts +227 -0
  442. package/dist/features/localization/locales/de.d.ts.map +1 -0
  443. package/dist/features/localization/locales/de.js +225 -0
  444. package/dist/features/localization/locales/de.js.map +1 -0
  445. package/dist/features/localization/locales/en.d.ts +227 -0
  446. package/dist/features/localization/locales/en.d.ts.map +1 -0
  447. package/dist/features/localization/locales/en.js +225 -0
  448. package/dist/features/localization/locales/en.js.map +1 -0
  449. package/dist/features/localization/locales/es.d.ts +227 -0
  450. package/dist/features/localization/locales/es.d.ts.map +1 -0
  451. package/dist/features/localization/locales/es.js +225 -0
  452. package/dist/features/localization/locales/es.js.map +1 -0
  453. package/dist/features/localization/locales/fr.d.ts +227 -0
  454. package/dist/features/localization/locales/fr.d.ts.map +1 -0
  455. package/dist/features/localization/locales/fr.js +225 -0
  456. package/dist/features/localization/locales/fr.js.map +1 -0
  457. package/dist/features/localization/locales/ru.d.ts +227 -0
  458. package/dist/features/localization/locales/ru.d.ts.map +1 -0
  459. package/dist/features/localization/locales/ru.js +225 -0
  460. package/dist/features/localization/locales/ru.js.map +1 -0
  461. package/dist/features/localization/locales/zh-cn.d.ts +227 -0
  462. package/dist/features/localization/locales/zh-cn.d.ts.map +1 -0
  463. package/dist/features/localization/locales/zh-cn.js +225 -0
  464. package/dist/features/localization/locales/zh-cn.js.map +1 -0
  465. package/dist/features/localization/translations.d.ts +1588 -0
  466. package/dist/features/localization/translations.d.ts.map +1 -0
  467. package/dist/features/localization/translations.js +27 -0
  468. package/dist/features/localization/translations.js.map +1 -0
  469. package/dist/features/localization/use-localization.d.ts +18 -0
  470. package/dist/features/localization/use-localization.d.ts.map +1 -0
  471. package/dist/features/localization/use-localization.js +58 -0
  472. package/dist/features/localization/use-localization.js.map +1 -0
  473. package/dist/features/multiple-documents/DocumentSelector.vue.script.js +1 -1
  474. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
  475. package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
  476. package/dist/features/test-request-button/TestRequestButton.vue.js.map +1 -1
  477. package/dist/features/test-request-button/TestRequestButton.vue.script.js +3 -1
  478. package/dist/features/test-request-button/TestRequestButton.vue.script.js.map +1 -1
  479. package/dist/helpers/is-introduction-entry.d.ts +16 -0
  480. package/dist/helpers/is-introduction-entry.d.ts.map +1 -0
  481. package/dist/helpers/is-introduction-entry.js +17 -0
  482. package/dist/helpers/is-introduction-entry.js.map +1 -0
  483. package/dist/helpers/load-from-perssistance.js +1 -1
  484. package/dist/helpers/load-from-perssistance.js.map +1 -1
  485. package/dist/helpers/map-config-to-workspace-store.js +1 -1
  486. package/dist/helpers/map-config-to-workspace-store.js.map +1 -1
  487. package/dist/helpers/storage.d.ts +14 -14
  488. package/dist/style.css +446 -434
  489. package/dist/styles/tailwind.config.css +1 -0
  490. package/dist/vue-styles.css +383 -380
  491. package/package.json +18 -17
  492. package/dist/browser/chunks/AgentScalarChatInterface-BhUn0w1j.js +0 -27
  493. package/dist/browser/chunks/ScalarTextInput.vue-BUzf4Z_k.js +0 -27
  494. package/dist/browser/chunks/modal-CZI71Aau.js +0 -99
  495. package/dist/browser/chunks/vendor-BeJNu9KM.js +0 -306
  496. package/dist/features/Operation/helpers/get-first-server.d.ts +0 -9
  497. package/dist/features/Operation/helpers/get-first-server.d.ts.map +0 -1
  498. package/dist/features/Operation/helpers/get-first-server.js +0 -27
  499. package/dist/features/Operation/helpers/get-first-server.js.map +0 -1
@@ -0,0 +1,1588 @@
1
+ import type { ApiReferenceBuiltInLocale } from '@scalar/types/api-reference';
2
+ export declare const localeTranslations: {
3
+ en: {
4
+ common: {
5
+ additionalProperties: string;
6
+ const: string;
7
+ deprecated: string;
8
+ description: string;
9
+ discriminator: string;
10
+ enum: string;
11
+ format: string;
12
+ greaterThan: string;
13
+ httpMethod: string;
14
+ keys: string;
15
+ lessThan: string;
16
+ max: string;
17
+ min: string;
18
+ maxLength: string;
19
+ minLength: string;
20
+ multipleOf: string;
21
+ nullable: string;
22
+ path: string;
23
+ propertyNames: string;
24
+ pattern: string;
25
+ readOnly: string;
26
+ required: string;
27
+ hideValues: string;
28
+ showAllValues: string;
29
+ type: string;
30
+ unique: string;
31
+ values: string;
32
+ writeOnly: string;
33
+ };
34
+ search: {
35
+ label: string;
36
+ inputLabel: string;
37
+ open: string;
38
+ placeholder: string;
39
+ clear: string;
40
+ keyboardShortcut: string;
41
+ command: string;
42
+ control: string;
43
+ results: string;
44
+ navigate: string;
45
+ select: string;
46
+ instructions: string;
47
+ entryHeading: string;
48
+ entryOperation: string;
49
+ entryTag: string;
50
+ entryTagGroup: string;
51
+ entryWebhook: string;
52
+ };
53
+ navigation: {
54
+ introduction: string;
55
+ closeGroup: string;
56
+ closeMenu: string;
57
+ openGroup: string;
58
+ openMenu: string;
59
+ operations: string;
60
+ endpoints: string;
61
+ showAllEndpoints: string;
62
+ sidebarFor: string;
63
+ mainContent: string;
64
+ collapsed: string;
65
+ webhooks: string;
66
+ };
67
+ server: {
68
+ label: string;
69
+ select: string;
70
+ };
71
+ info: {
72
+ termsOfService: string;
73
+ };
74
+ asyncapi: {
75
+ servers: string;
76
+ protocols: string;
77
+ };
78
+ clientLibraries: {
79
+ heading: string;
80
+ more: string;
81
+ selectAll: string;
82
+ };
83
+ operation: {
84
+ body: string;
85
+ cookies: string;
86
+ headers: string;
87
+ pathParameters: string;
88
+ queryParameters: string;
89
+ requestBody: string;
90
+ responses: string;
91
+ testRequest: string;
92
+ webhook: string;
93
+ selectedContentType: string;
94
+ hideHeaders: string;
95
+ showHeaders: string;
96
+ callbacks: string;
97
+ };
98
+ response: {
99
+ exampleResponses: string;
100
+ noBody: string;
101
+ showSchema: string;
102
+ status: string;
103
+ };
104
+ schema: {
105
+ example: string;
106
+ examples: string;
107
+ default: string;
108
+ schema: string;
109
+ emptyObject: string;
110
+ showAdditionalProperties: string;
111
+ childAttributes: string;
112
+ hideChildAttributes: string;
113
+ showChildAttributes: string;
114
+ forName: string;
115
+ showSchemaDetails: string;
116
+ oneOf: string;
117
+ anyOf: string;
118
+ allOf: string;
119
+ not: string;
120
+ unknownType: string;
121
+ };
122
+ download: {
123
+ openapi: string;
124
+ asyncapi: string;
125
+ };
126
+ models: {
127
+ label: string;
128
+ };
129
+ actions: {
130
+ copyLink: string;
131
+ copyLinkTo: string;
132
+ copyToClipboard: string;
133
+ copyEndpointUrl: string;
134
+ showMore: string;
135
+ };
136
+ agent: {
137
+ askAi: string;
138
+ askAiAgent: string;
139
+ close: string;
140
+ };
141
+ mcp: {
142
+ generate: string;
143
+ connect: string;
144
+ };
145
+ developerTools: {
146
+ title: string;
147
+ configure: string;
148
+ share: string;
149
+ deploy: string;
150
+ scalarConfiguration: string;
151
+ theme: string;
152
+ layout: string;
153
+ layoutOptions: string;
154
+ intro: string;
155
+ disableToolbarBefore: string;
156
+ disableToolbarAfter: string;
157
+ localhostOnly: string;
158
+ layoutModern: string;
159
+ layoutClassic: string;
160
+ showSidebar: string;
161
+ defaultOpenFirstTag: string;
162
+ defaultOpenAllTags: string;
163
+ expandAll: string;
164
+ expandAllResponses: string;
165
+ hideClientButton: string;
166
+ hideDarkModeToggle: string;
167
+ hideModels: string;
168
+ hideSearch: string;
169
+ showOperationId: string;
170
+ hideTestRequestButton: string;
171
+ scalarDocs: string;
172
+ deployDescription: string;
173
+ shareTitle: string;
174
+ shareDescription: string;
175
+ uploadDocument: string;
176
+ temporaryLinkExpiration: string;
177
+ deployOnScalar: string;
178
+ deployFree: string;
179
+ additionalFeaturesMightRequire: string;
180
+ generate: string;
181
+ passwordProtection: string;
182
+ customDomains: string;
183
+ freeFormContent: string;
184
+ cdnInfrastructure: string;
185
+ pullFromGitHub: string;
186
+ markdownMdx: string;
187
+ spectralLinting: string;
188
+ jsonSchemaHosting: string;
189
+ askAi: string;
190
+ mcpServers: string;
191
+ unableToExportDocument: string;
192
+ unknownError: string;
193
+ };
194
+ gettingStarted: {
195
+ swaggerEditor: string;
196
+ description: string;
197
+ showExample: string;
198
+ uploadFile: string;
199
+ integrations: string;
200
+ theming: string;
201
+ features: string;
202
+ customize: string;
203
+ customizeDescription: string;
204
+ testing: string;
205
+ testingDescription: string;
206
+ search: string;
207
+ searchDescription: string;
208
+ hosting: string;
209
+ hostingDescription: string;
210
+ openApiSwagger: string;
211
+ openApiSwaggerDescription: string;
212
+ codeSamples: string;
213
+ codeSamplesDescription: string;
214
+ };
215
+ footer: {
216
+ poweredByScalar: string;
217
+ };
218
+ authentication: {
219
+ title: string;
220
+ accepts: string;
221
+ allOf: string;
222
+ authentication: string;
223
+ optional: string;
224
+ oneOf: string;
225
+ required: string;
226
+ requires: string;
227
+ };
228
+ };
229
+ ru: {
230
+ common: {
231
+ additionalProperties: string;
232
+ const: string;
233
+ deprecated: string;
234
+ description: string;
235
+ discriminator: string;
236
+ enum: string;
237
+ format: string;
238
+ greaterThan: string;
239
+ httpMethod: string;
240
+ keys: string;
241
+ lessThan: string;
242
+ max: string;
243
+ min: string;
244
+ maxLength: string;
245
+ minLength: string;
246
+ multipleOf: string;
247
+ nullable: string;
248
+ path: string;
249
+ propertyNames: string;
250
+ pattern: string;
251
+ readOnly: string;
252
+ required: string;
253
+ hideValues: string;
254
+ showAllValues: string;
255
+ type: string;
256
+ unique: string;
257
+ values: string;
258
+ writeOnly: string;
259
+ };
260
+ search: {
261
+ label: string;
262
+ inputLabel: string;
263
+ open: string;
264
+ placeholder: string;
265
+ clear: string;
266
+ keyboardShortcut: string;
267
+ command: string;
268
+ control: string;
269
+ results: string;
270
+ navigate: string;
271
+ select: string;
272
+ instructions: string;
273
+ entryHeading: string;
274
+ entryOperation: string;
275
+ entryTag: string;
276
+ entryTagGroup: string;
277
+ entryWebhook: string;
278
+ };
279
+ navigation: {
280
+ introduction: string;
281
+ closeGroup: string;
282
+ closeMenu: string;
283
+ openGroup: string;
284
+ openMenu: string;
285
+ operations: string;
286
+ endpoints: string;
287
+ showAllEndpoints: string;
288
+ sidebarFor: string;
289
+ mainContent: string;
290
+ collapsed: string;
291
+ webhooks: string;
292
+ };
293
+ server: {
294
+ label: string;
295
+ select: string;
296
+ };
297
+ info: {
298
+ termsOfService: string;
299
+ };
300
+ asyncapi: {
301
+ servers: string;
302
+ protocols: string;
303
+ };
304
+ clientLibraries: {
305
+ heading: string;
306
+ more: string;
307
+ selectAll: string;
308
+ };
309
+ operation: {
310
+ body: string;
311
+ cookies: string;
312
+ headers: string;
313
+ pathParameters: string;
314
+ queryParameters: string;
315
+ requestBody: string;
316
+ responses: string;
317
+ testRequest: string;
318
+ webhook: string;
319
+ selectedContentType: string;
320
+ hideHeaders: string;
321
+ showHeaders: string;
322
+ callbacks: string;
323
+ };
324
+ response: {
325
+ exampleResponses: string;
326
+ noBody: string;
327
+ showSchema: string;
328
+ status: string;
329
+ };
330
+ schema: {
331
+ example: string;
332
+ examples: string;
333
+ default: string;
334
+ schema: string;
335
+ emptyObject: string;
336
+ showAdditionalProperties: string;
337
+ childAttributes: string;
338
+ hideChildAttributes: string;
339
+ showChildAttributes: string;
340
+ forName: string;
341
+ showSchemaDetails: string;
342
+ oneOf: string;
343
+ anyOf: string;
344
+ allOf: string;
345
+ not: string;
346
+ unknownType: string;
347
+ };
348
+ download: {
349
+ openapi: string;
350
+ asyncapi: string;
351
+ };
352
+ models: {
353
+ label: string;
354
+ };
355
+ actions: {
356
+ copyLink: string;
357
+ copyLinkTo: string;
358
+ copyToClipboard: string;
359
+ copyEndpointUrl: string;
360
+ showMore: string;
361
+ };
362
+ agent: {
363
+ askAi: string;
364
+ askAiAgent: string;
365
+ close: string;
366
+ };
367
+ mcp: {
368
+ generate: string;
369
+ connect: string;
370
+ };
371
+ developerTools: {
372
+ title: string;
373
+ configure: string;
374
+ share: string;
375
+ deploy: string;
376
+ scalarConfiguration: string;
377
+ theme: string;
378
+ layout: string;
379
+ layoutOptions: string;
380
+ intro: string;
381
+ disableToolbarBefore: string;
382
+ disableToolbarAfter: string;
383
+ localhostOnly: string;
384
+ layoutModern: string;
385
+ layoutClassic: string;
386
+ showSidebar: string;
387
+ defaultOpenFirstTag: string;
388
+ defaultOpenAllTags: string;
389
+ expandAll: string;
390
+ expandAllResponses: string;
391
+ hideClientButton: string;
392
+ hideDarkModeToggle: string;
393
+ hideModels: string;
394
+ hideSearch: string;
395
+ showOperationId: string;
396
+ hideTestRequestButton: string;
397
+ scalarDocs: string;
398
+ deployDescription: string;
399
+ shareTitle: string;
400
+ shareDescription: string;
401
+ uploadDocument: string;
402
+ temporaryLinkExpiration: string;
403
+ deployOnScalar: string;
404
+ deployFree: string;
405
+ additionalFeaturesMightRequire: string;
406
+ generate: string;
407
+ passwordProtection: string;
408
+ customDomains: string;
409
+ freeFormContent: string;
410
+ cdnInfrastructure: string;
411
+ pullFromGitHub: string;
412
+ markdownMdx: string;
413
+ spectralLinting: string;
414
+ jsonSchemaHosting: string;
415
+ askAi: string;
416
+ mcpServers: string;
417
+ unableToExportDocument: string;
418
+ unknownError: string;
419
+ };
420
+ gettingStarted: {
421
+ swaggerEditor: string;
422
+ description: string;
423
+ showExample: string;
424
+ uploadFile: string;
425
+ integrations: string;
426
+ theming: string;
427
+ features: string;
428
+ customize: string;
429
+ customizeDescription: string;
430
+ testing: string;
431
+ testingDescription: string;
432
+ search: string;
433
+ searchDescription: string;
434
+ hosting: string;
435
+ hostingDescription: string;
436
+ openApiSwagger: string;
437
+ openApiSwaggerDescription: string;
438
+ codeSamples: string;
439
+ codeSamplesDescription: string;
440
+ };
441
+ footer: {
442
+ poweredByScalar: string;
443
+ };
444
+ authentication: {
445
+ title: string;
446
+ accepts: string;
447
+ allOf: string;
448
+ authentication: string;
449
+ optional: string;
450
+ oneOf: string;
451
+ required: string;
452
+ requires: string;
453
+ };
454
+ };
455
+ es: {
456
+ common: {
457
+ additionalProperties: string;
458
+ const: string;
459
+ deprecated: string;
460
+ description: string;
461
+ discriminator: string;
462
+ enum: string;
463
+ format: string;
464
+ greaterThan: string;
465
+ httpMethod: string;
466
+ keys: string;
467
+ lessThan: string;
468
+ max: string;
469
+ min: string;
470
+ maxLength: string;
471
+ minLength: string;
472
+ multipleOf: string;
473
+ nullable: string;
474
+ path: string;
475
+ propertyNames: string;
476
+ pattern: string;
477
+ readOnly: string;
478
+ required: string;
479
+ hideValues: string;
480
+ showAllValues: string;
481
+ type: string;
482
+ unique: string;
483
+ values: string;
484
+ writeOnly: string;
485
+ };
486
+ search: {
487
+ label: string;
488
+ inputLabel: string;
489
+ open: string;
490
+ placeholder: string;
491
+ clear: string;
492
+ keyboardShortcut: string;
493
+ command: string;
494
+ control: string;
495
+ results: string;
496
+ navigate: string;
497
+ select: string;
498
+ instructions: string;
499
+ entryHeading: string;
500
+ entryOperation: string;
501
+ entryTag: string;
502
+ entryTagGroup: string;
503
+ entryWebhook: string;
504
+ };
505
+ navigation: {
506
+ introduction: string;
507
+ closeGroup: string;
508
+ closeMenu: string;
509
+ openGroup: string;
510
+ openMenu: string;
511
+ operations: string;
512
+ endpoints: string;
513
+ showAllEndpoints: string;
514
+ sidebarFor: string;
515
+ mainContent: string;
516
+ collapsed: string;
517
+ webhooks: string;
518
+ };
519
+ server: {
520
+ label: string;
521
+ select: string;
522
+ };
523
+ info: {
524
+ termsOfService: string;
525
+ };
526
+ asyncapi: {
527
+ servers: string;
528
+ protocols: string;
529
+ };
530
+ clientLibraries: {
531
+ heading: string;
532
+ more: string;
533
+ selectAll: string;
534
+ };
535
+ operation: {
536
+ body: string;
537
+ cookies: string;
538
+ headers: string;
539
+ pathParameters: string;
540
+ queryParameters: string;
541
+ requestBody: string;
542
+ responses: string;
543
+ testRequest: string;
544
+ webhook: string;
545
+ selectedContentType: string;
546
+ hideHeaders: string;
547
+ showHeaders: string;
548
+ callbacks: string;
549
+ };
550
+ response: {
551
+ exampleResponses: string;
552
+ noBody: string;
553
+ showSchema: string;
554
+ status: string;
555
+ };
556
+ schema: {
557
+ example: string;
558
+ examples: string;
559
+ default: string;
560
+ schema: string;
561
+ emptyObject: string;
562
+ showAdditionalProperties: string;
563
+ childAttributes: string;
564
+ hideChildAttributes: string;
565
+ showChildAttributes: string;
566
+ forName: string;
567
+ showSchemaDetails: string;
568
+ oneOf: string;
569
+ anyOf: string;
570
+ allOf: string;
571
+ not: string;
572
+ unknownType: string;
573
+ };
574
+ download: {
575
+ openapi: string;
576
+ asyncapi: string;
577
+ };
578
+ models: {
579
+ label: string;
580
+ };
581
+ actions: {
582
+ copyLink: string;
583
+ copyLinkTo: string;
584
+ copyToClipboard: string;
585
+ copyEndpointUrl: string;
586
+ showMore: string;
587
+ };
588
+ agent: {
589
+ askAi: string;
590
+ askAiAgent: string;
591
+ close: string;
592
+ };
593
+ mcp: {
594
+ generate: string;
595
+ connect: string;
596
+ };
597
+ developerTools: {
598
+ title: string;
599
+ configure: string;
600
+ share: string;
601
+ deploy: string;
602
+ scalarConfiguration: string;
603
+ theme: string;
604
+ layout: string;
605
+ layoutOptions: string;
606
+ intro: string;
607
+ disableToolbarBefore: string;
608
+ disableToolbarAfter: string;
609
+ localhostOnly: string;
610
+ layoutModern: string;
611
+ layoutClassic: string;
612
+ showSidebar: string;
613
+ defaultOpenFirstTag: string;
614
+ defaultOpenAllTags: string;
615
+ expandAll: string;
616
+ expandAllResponses: string;
617
+ hideClientButton: string;
618
+ hideDarkModeToggle: string;
619
+ hideModels: string;
620
+ hideSearch: string;
621
+ showOperationId: string;
622
+ hideTestRequestButton: string;
623
+ scalarDocs: string;
624
+ deployDescription: string;
625
+ shareTitle: string;
626
+ shareDescription: string;
627
+ uploadDocument: string;
628
+ temporaryLinkExpiration: string;
629
+ deployOnScalar: string;
630
+ deployFree: string;
631
+ additionalFeaturesMightRequire: string;
632
+ generate: string;
633
+ passwordProtection: string;
634
+ customDomains: string;
635
+ freeFormContent: string;
636
+ cdnInfrastructure: string;
637
+ pullFromGitHub: string;
638
+ markdownMdx: string;
639
+ spectralLinting: string;
640
+ jsonSchemaHosting: string;
641
+ askAi: string;
642
+ mcpServers: string;
643
+ unableToExportDocument: string;
644
+ unknownError: string;
645
+ };
646
+ gettingStarted: {
647
+ swaggerEditor: string;
648
+ description: string;
649
+ showExample: string;
650
+ uploadFile: string;
651
+ integrations: string;
652
+ theming: string;
653
+ features: string;
654
+ customize: string;
655
+ customizeDescription: string;
656
+ testing: string;
657
+ testingDescription: string;
658
+ search: string;
659
+ searchDescription: string;
660
+ hosting: string;
661
+ hostingDescription: string;
662
+ openApiSwagger: string;
663
+ openApiSwaggerDescription: string;
664
+ codeSamples: string;
665
+ codeSamplesDescription: string;
666
+ };
667
+ footer: {
668
+ poweredByScalar: string;
669
+ };
670
+ authentication: {
671
+ title: string;
672
+ accepts: string;
673
+ allOf: string;
674
+ authentication: string;
675
+ optional: string;
676
+ oneOf: string;
677
+ required: string;
678
+ requires: string;
679
+ };
680
+ };
681
+ fr: {
682
+ common: {
683
+ additionalProperties: string;
684
+ const: string;
685
+ deprecated: string;
686
+ description: string;
687
+ discriminator: string;
688
+ enum: string;
689
+ format: string;
690
+ greaterThan: string;
691
+ httpMethod: string;
692
+ keys: string;
693
+ lessThan: string;
694
+ max: string;
695
+ min: string;
696
+ maxLength: string;
697
+ minLength: string;
698
+ multipleOf: string;
699
+ nullable: string;
700
+ path: string;
701
+ propertyNames: string;
702
+ pattern: string;
703
+ readOnly: string;
704
+ required: string;
705
+ hideValues: string;
706
+ showAllValues: string;
707
+ type: string;
708
+ unique: string;
709
+ values: string;
710
+ writeOnly: string;
711
+ };
712
+ search: {
713
+ label: string;
714
+ inputLabel: string;
715
+ open: string;
716
+ placeholder: string;
717
+ clear: string;
718
+ keyboardShortcut: string;
719
+ command: string;
720
+ control: string;
721
+ results: string;
722
+ navigate: string;
723
+ select: string;
724
+ instructions: string;
725
+ entryHeading: string;
726
+ entryOperation: string;
727
+ entryTag: string;
728
+ entryTagGroup: string;
729
+ entryWebhook: string;
730
+ };
731
+ navigation: {
732
+ introduction: string;
733
+ closeGroup: string;
734
+ closeMenu: string;
735
+ openGroup: string;
736
+ openMenu: string;
737
+ operations: string;
738
+ endpoints: string;
739
+ showAllEndpoints: string;
740
+ sidebarFor: string;
741
+ mainContent: string;
742
+ collapsed: string;
743
+ webhooks: string;
744
+ };
745
+ server: {
746
+ label: string;
747
+ select: string;
748
+ };
749
+ info: {
750
+ termsOfService: string;
751
+ };
752
+ asyncapi: {
753
+ servers: string;
754
+ protocols: string;
755
+ };
756
+ clientLibraries: {
757
+ heading: string;
758
+ more: string;
759
+ selectAll: string;
760
+ };
761
+ operation: {
762
+ body: string;
763
+ cookies: string;
764
+ headers: string;
765
+ pathParameters: string;
766
+ queryParameters: string;
767
+ requestBody: string;
768
+ responses: string;
769
+ testRequest: string;
770
+ webhook: string;
771
+ selectedContentType: string;
772
+ hideHeaders: string;
773
+ showHeaders: string;
774
+ callbacks: string;
775
+ };
776
+ response: {
777
+ exampleResponses: string;
778
+ noBody: string;
779
+ showSchema: string;
780
+ status: string;
781
+ };
782
+ schema: {
783
+ example: string;
784
+ examples: string;
785
+ default: string;
786
+ schema: string;
787
+ emptyObject: string;
788
+ showAdditionalProperties: string;
789
+ childAttributes: string;
790
+ hideChildAttributes: string;
791
+ showChildAttributes: string;
792
+ forName: string;
793
+ showSchemaDetails: string;
794
+ oneOf: string;
795
+ anyOf: string;
796
+ allOf: string;
797
+ not: string;
798
+ unknownType: string;
799
+ };
800
+ download: {
801
+ openapi: string;
802
+ asyncapi: string;
803
+ };
804
+ models: {
805
+ label: string;
806
+ };
807
+ actions: {
808
+ copyLink: string;
809
+ copyLinkTo: string;
810
+ copyToClipboard: string;
811
+ copyEndpointUrl: string;
812
+ showMore: string;
813
+ };
814
+ agent: {
815
+ askAi: string;
816
+ askAiAgent: string;
817
+ close: string;
818
+ };
819
+ mcp: {
820
+ generate: string;
821
+ connect: string;
822
+ };
823
+ developerTools: {
824
+ title: string;
825
+ configure: string;
826
+ share: string;
827
+ deploy: string;
828
+ scalarConfiguration: string;
829
+ theme: string;
830
+ layout: string;
831
+ layoutOptions: string;
832
+ intro: string;
833
+ disableToolbarBefore: string;
834
+ disableToolbarAfter: string;
835
+ localhostOnly: string;
836
+ layoutModern: string;
837
+ layoutClassic: string;
838
+ showSidebar: string;
839
+ defaultOpenFirstTag: string;
840
+ defaultOpenAllTags: string;
841
+ expandAll: string;
842
+ expandAllResponses: string;
843
+ hideClientButton: string;
844
+ hideDarkModeToggle: string;
845
+ hideModels: string;
846
+ hideSearch: string;
847
+ showOperationId: string;
848
+ hideTestRequestButton: string;
849
+ scalarDocs: string;
850
+ deployDescription: string;
851
+ shareTitle: string;
852
+ shareDescription: string;
853
+ uploadDocument: string;
854
+ temporaryLinkExpiration: string;
855
+ deployOnScalar: string;
856
+ deployFree: string;
857
+ additionalFeaturesMightRequire: string;
858
+ generate: string;
859
+ passwordProtection: string;
860
+ customDomains: string;
861
+ freeFormContent: string;
862
+ cdnInfrastructure: string;
863
+ pullFromGitHub: string;
864
+ markdownMdx: string;
865
+ spectralLinting: string;
866
+ jsonSchemaHosting: string;
867
+ askAi: string;
868
+ mcpServers: string;
869
+ unableToExportDocument: string;
870
+ unknownError: string;
871
+ };
872
+ gettingStarted: {
873
+ swaggerEditor: string;
874
+ description: string;
875
+ showExample: string;
876
+ uploadFile: string;
877
+ integrations: string;
878
+ theming: string;
879
+ features: string;
880
+ customize: string;
881
+ customizeDescription: string;
882
+ testing: string;
883
+ testingDescription: string;
884
+ search: string;
885
+ searchDescription: string;
886
+ hosting: string;
887
+ hostingDescription: string;
888
+ openApiSwagger: string;
889
+ openApiSwaggerDescription: string;
890
+ codeSamples: string;
891
+ codeSamplesDescription: string;
892
+ };
893
+ footer: {
894
+ poweredByScalar: string;
895
+ };
896
+ authentication: {
897
+ title: string;
898
+ accepts: string;
899
+ allOf: string;
900
+ authentication: string;
901
+ optional: string;
902
+ oneOf: string;
903
+ required: string;
904
+ requires: string;
905
+ };
906
+ };
907
+ de: {
908
+ common: {
909
+ additionalProperties: string;
910
+ const: string;
911
+ deprecated: string;
912
+ description: string;
913
+ discriminator: string;
914
+ enum: string;
915
+ format: string;
916
+ greaterThan: string;
917
+ httpMethod: string;
918
+ keys: string;
919
+ lessThan: string;
920
+ max: string;
921
+ min: string;
922
+ maxLength: string;
923
+ minLength: string;
924
+ multipleOf: string;
925
+ nullable: string;
926
+ path: string;
927
+ propertyNames: string;
928
+ pattern: string;
929
+ readOnly: string;
930
+ required: string;
931
+ hideValues: string;
932
+ showAllValues: string;
933
+ type: string;
934
+ unique: string;
935
+ values: string;
936
+ writeOnly: string;
937
+ };
938
+ search: {
939
+ label: string;
940
+ inputLabel: string;
941
+ open: string;
942
+ placeholder: string;
943
+ clear: string;
944
+ keyboardShortcut: string;
945
+ command: string;
946
+ control: string;
947
+ results: string;
948
+ navigate: string;
949
+ select: string;
950
+ instructions: string;
951
+ entryHeading: string;
952
+ entryOperation: string;
953
+ entryTag: string;
954
+ entryTagGroup: string;
955
+ entryWebhook: string;
956
+ };
957
+ navigation: {
958
+ introduction: string;
959
+ closeGroup: string;
960
+ closeMenu: string;
961
+ openGroup: string;
962
+ openMenu: string;
963
+ operations: string;
964
+ endpoints: string;
965
+ showAllEndpoints: string;
966
+ sidebarFor: string;
967
+ mainContent: string;
968
+ collapsed: string;
969
+ webhooks: string;
970
+ };
971
+ server: {
972
+ label: string;
973
+ select: string;
974
+ };
975
+ info: {
976
+ termsOfService: string;
977
+ };
978
+ asyncapi: {
979
+ servers: string;
980
+ protocols: string;
981
+ };
982
+ clientLibraries: {
983
+ heading: string;
984
+ more: string;
985
+ selectAll: string;
986
+ };
987
+ operation: {
988
+ body: string;
989
+ cookies: string;
990
+ headers: string;
991
+ pathParameters: string;
992
+ queryParameters: string;
993
+ requestBody: string;
994
+ responses: string;
995
+ testRequest: string;
996
+ webhook: string;
997
+ selectedContentType: string;
998
+ hideHeaders: string;
999
+ showHeaders: string;
1000
+ callbacks: string;
1001
+ };
1002
+ response: {
1003
+ exampleResponses: string;
1004
+ noBody: string;
1005
+ showSchema: string;
1006
+ status: string;
1007
+ };
1008
+ schema: {
1009
+ example: string;
1010
+ examples: string;
1011
+ default: string;
1012
+ schema: string;
1013
+ emptyObject: string;
1014
+ showAdditionalProperties: string;
1015
+ childAttributes: string;
1016
+ hideChildAttributes: string;
1017
+ showChildAttributes: string;
1018
+ forName: string;
1019
+ showSchemaDetails: string;
1020
+ oneOf: string;
1021
+ anyOf: string;
1022
+ allOf: string;
1023
+ not: string;
1024
+ unknownType: string;
1025
+ };
1026
+ download: {
1027
+ openapi: string;
1028
+ asyncapi: string;
1029
+ };
1030
+ models: {
1031
+ label: string;
1032
+ };
1033
+ actions: {
1034
+ copyLink: string;
1035
+ copyLinkTo: string;
1036
+ copyToClipboard: string;
1037
+ copyEndpointUrl: string;
1038
+ showMore: string;
1039
+ };
1040
+ agent: {
1041
+ askAi: string;
1042
+ askAiAgent: string;
1043
+ close: string;
1044
+ };
1045
+ mcp: {
1046
+ generate: string;
1047
+ connect: string;
1048
+ };
1049
+ developerTools: {
1050
+ title: string;
1051
+ configure: string;
1052
+ share: string;
1053
+ deploy: string;
1054
+ scalarConfiguration: string;
1055
+ theme: string;
1056
+ layout: string;
1057
+ layoutOptions: string;
1058
+ intro: string;
1059
+ disableToolbarBefore: string;
1060
+ disableToolbarAfter: string;
1061
+ localhostOnly: string;
1062
+ layoutModern: string;
1063
+ layoutClassic: string;
1064
+ showSidebar: string;
1065
+ defaultOpenFirstTag: string;
1066
+ defaultOpenAllTags: string;
1067
+ expandAll: string;
1068
+ expandAllResponses: string;
1069
+ hideClientButton: string;
1070
+ hideDarkModeToggle: string;
1071
+ hideModels: string;
1072
+ hideSearch: string;
1073
+ showOperationId: string;
1074
+ hideTestRequestButton: string;
1075
+ scalarDocs: string;
1076
+ deployDescription: string;
1077
+ shareTitle: string;
1078
+ shareDescription: string;
1079
+ uploadDocument: string;
1080
+ temporaryLinkExpiration: string;
1081
+ deployOnScalar: string;
1082
+ deployFree: string;
1083
+ additionalFeaturesMightRequire: string;
1084
+ generate: string;
1085
+ passwordProtection: string;
1086
+ customDomains: string;
1087
+ freeFormContent: string;
1088
+ cdnInfrastructure: string;
1089
+ pullFromGitHub: string;
1090
+ markdownMdx: string;
1091
+ spectralLinting: string;
1092
+ jsonSchemaHosting: string;
1093
+ askAi: string;
1094
+ mcpServers: string;
1095
+ unableToExportDocument: string;
1096
+ unknownError: string;
1097
+ };
1098
+ gettingStarted: {
1099
+ swaggerEditor: string;
1100
+ description: string;
1101
+ showExample: string;
1102
+ uploadFile: string;
1103
+ integrations: string;
1104
+ theming: string;
1105
+ features: string;
1106
+ customize: string;
1107
+ customizeDescription: string;
1108
+ testing: string;
1109
+ testingDescription: string;
1110
+ search: string;
1111
+ searchDescription: string;
1112
+ hosting: string;
1113
+ hostingDescription: string;
1114
+ openApiSwagger: string;
1115
+ openApiSwaggerDescription: string;
1116
+ codeSamples: string;
1117
+ codeSamplesDescription: string;
1118
+ };
1119
+ footer: {
1120
+ poweredByScalar: string;
1121
+ };
1122
+ authentication: {
1123
+ title: string;
1124
+ accepts: string;
1125
+ allOf: string;
1126
+ authentication: string;
1127
+ optional: string;
1128
+ oneOf: string;
1129
+ required: string;
1130
+ requires: string;
1131
+ };
1132
+ };
1133
+ 'zh-CN': {
1134
+ common: {
1135
+ additionalProperties: string;
1136
+ const: string;
1137
+ deprecated: string;
1138
+ description: string;
1139
+ discriminator: string;
1140
+ enum: string;
1141
+ format: string;
1142
+ greaterThan: string;
1143
+ httpMethod: string;
1144
+ keys: string;
1145
+ lessThan: string;
1146
+ max: string;
1147
+ min: string;
1148
+ maxLength: string;
1149
+ minLength: string;
1150
+ multipleOf: string;
1151
+ nullable: string;
1152
+ path: string;
1153
+ propertyNames: string;
1154
+ pattern: string;
1155
+ readOnly: string;
1156
+ required: string;
1157
+ hideValues: string;
1158
+ showAllValues: string;
1159
+ type: string;
1160
+ unique: string;
1161
+ values: string;
1162
+ writeOnly: string;
1163
+ };
1164
+ search: {
1165
+ label: string;
1166
+ inputLabel: string;
1167
+ open: string;
1168
+ placeholder: string;
1169
+ clear: string;
1170
+ keyboardShortcut: string;
1171
+ command: string;
1172
+ control: string;
1173
+ results: string;
1174
+ navigate: string;
1175
+ select: string;
1176
+ instructions: string;
1177
+ entryHeading: string;
1178
+ entryOperation: string;
1179
+ entryTag: string;
1180
+ entryTagGroup: string;
1181
+ entryWebhook: string;
1182
+ };
1183
+ navigation: {
1184
+ introduction: string;
1185
+ closeGroup: string;
1186
+ closeMenu: string;
1187
+ openGroup: string;
1188
+ openMenu: string;
1189
+ operations: string;
1190
+ endpoints: string;
1191
+ showAllEndpoints: string;
1192
+ sidebarFor: string;
1193
+ mainContent: string;
1194
+ collapsed: string;
1195
+ webhooks: string;
1196
+ };
1197
+ server: {
1198
+ label: string;
1199
+ select: string;
1200
+ };
1201
+ info: {
1202
+ termsOfService: string;
1203
+ };
1204
+ asyncapi: {
1205
+ servers: string;
1206
+ protocols: string;
1207
+ };
1208
+ clientLibraries: {
1209
+ heading: string;
1210
+ more: string;
1211
+ selectAll: string;
1212
+ };
1213
+ operation: {
1214
+ body: string;
1215
+ cookies: string;
1216
+ headers: string;
1217
+ pathParameters: string;
1218
+ queryParameters: string;
1219
+ requestBody: string;
1220
+ responses: string;
1221
+ testRequest: string;
1222
+ webhook: string;
1223
+ selectedContentType: string;
1224
+ hideHeaders: string;
1225
+ showHeaders: string;
1226
+ callbacks: string;
1227
+ };
1228
+ response: {
1229
+ exampleResponses: string;
1230
+ noBody: string;
1231
+ showSchema: string;
1232
+ status: string;
1233
+ };
1234
+ schema: {
1235
+ example: string;
1236
+ examples: string;
1237
+ default: string;
1238
+ schema: string;
1239
+ emptyObject: string;
1240
+ showAdditionalProperties: string;
1241
+ childAttributes: string;
1242
+ hideChildAttributes: string;
1243
+ showChildAttributes: string;
1244
+ forName: string;
1245
+ showSchemaDetails: string;
1246
+ oneOf: string;
1247
+ anyOf: string;
1248
+ allOf: string;
1249
+ not: string;
1250
+ unknownType: string;
1251
+ };
1252
+ download: {
1253
+ openapi: string;
1254
+ asyncapi: string;
1255
+ };
1256
+ models: {
1257
+ label: string;
1258
+ };
1259
+ actions: {
1260
+ copyLink: string;
1261
+ copyLinkTo: string;
1262
+ copyToClipboard: string;
1263
+ copyEndpointUrl: string;
1264
+ showMore: string;
1265
+ };
1266
+ agent: {
1267
+ askAi: string;
1268
+ askAiAgent: string;
1269
+ close: string;
1270
+ };
1271
+ mcp: {
1272
+ generate: string;
1273
+ connect: string;
1274
+ };
1275
+ developerTools: {
1276
+ title: string;
1277
+ configure: string;
1278
+ share: string;
1279
+ deploy: string;
1280
+ scalarConfiguration: string;
1281
+ theme: string;
1282
+ layout: string;
1283
+ layoutOptions: string;
1284
+ intro: string;
1285
+ disableToolbarBefore: string;
1286
+ disableToolbarAfter: string;
1287
+ localhostOnly: string;
1288
+ layoutModern: string;
1289
+ layoutClassic: string;
1290
+ showSidebar: string;
1291
+ defaultOpenFirstTag: string;
1292
+ defaultOpenAllTags: string;
1293
+ expandAll: string;
1294
+ expandAllResponses: string;
1295
+ hideClientButton: string;
1296
+ hideDarkModeToggle: string;
1297
+ hideModels: string;
1298
+ hideSearch: string;
1299
+ showOperationId: string;
1300
+ hideTestRequestButton: string;
1301
+ scalarDocs: string;
1302
+ deployDescription: string;
1303
+ shareTitle: string;
1304
+ shareDescription: string;
1305
+ uploadDocument: string;
1306
+ temporaryLinkExpiration: string;
1307
+ deployOnScalar: string;
1308
+ deployFree: string;
1309
+ additionalFeaturesMightRequire: string;
1310
+ generate: string;
1311
+ passwordProtection: string;
1312
+ customDomains: string;
1313
+ freeFormContent: string;
1314
+ cdnInfrastructure: string;
1315
+ pullFromGitHub: string;
1316
+ markdownMdx: string;
1317
+ spectralLinting: string;
1318
+ jsonSchemaHosting: string;
1319
+ askAi: string;
1320
+ mcpServers: string;
1321
+ unableToExportDocument: string;
1322
+ unknownError: string;
1323
+ };
1324
+ gettingStarted: {
1325
+ swaggerEditor: string;
1326
+ description: string;
1327
+ showExample: string;
1328
+ uploadFile: string;
1329
+ integrations: string;
1330
+ theming: string;
1331
+ features: string;
1332
+ customize: string;
1333
+ customizeDescription: string;
1334
+ testing: string;
1335
+ testingDescription: string;
1336
+ search: string;
1337
+ searchDescription: string;
1338
+ hosting: string;
1339
+ hostingDescription: string;
1340
+ openApiSwagger: string;
1341
+ openApiSwaggerDescription: string;
1342
+ codeSamples: string;
1343
+ codeSamplesDescription: string;
1344
+ };
1345
+ footer: {
1346
+ poweredByScalar: string;
1347
+ };
1348
+ authentication: {
1349
+ title: string;
1350
+ accepts: string;
1351
+ allOf: string;
1352
+ authentication: string;
1353
+ optional: string;
1354
+ oneOf: string;
1355
+ required: string;
1356
+ requires: string;
1357
+ };
1358
+ };
1359
+ ar: {
1360
+ common: {
1361
+ additionalProperties: string;
1362
+ const: string;
1363
+ deprecated: string;
1364
+ description: string;
1365
+ discriminator: string;
1366
+ enum: string;
1367
+ format: string;
1368
+ greaterThan: string;
1369
+ httpMethod: string;
1370
+ keys: string;
1371
+ lessThan: string;
1372
+ max: string;
1373
+ min: string;
1374
+ maxLength: string;
1375
+ minLength: string;
1376
+ multipleOf: string;
1377
+ nullable: string;
1378
+ path: string;
1379
+ propertyNames: string;
1380
+ pattern: string;
1381
+ readOnly: string;
1382
+ required: string;
1383
+ hideValues: string;
1384
+ showAllValues: string;
1385
+ type: string;
1386
+ unique: string;
1387
+ values: string;
1388
+ writeOnly: string;
1389
+ };
1390
+ search: {
1391
+ label: string;
1392
+ inputLabel: string;
1393
+ open: string;
1394
+ placeholder: string;
1395
+ clear: string;
1396
+ keyboardShortcut: string;
1397
+ command: string;
1398
+ control: string;
1399
+ results: string;
1400
+ navigate: string;
1401
+ select: string;
1402
+ instructions: string;
1403
+ entryHeading: string;
1404
+ entryOperation: string;
1405
+ entryTag: string;
1406
+ entryTagGroup: string;
1407
+ entryWebhook: string;
1408
+ };
1409
+ navigation: {
1410
+ introduction: string;
1411
+ closeGroup: string;
1412
+ closeMenu: string;
1413
+ openGroup: string;
1414
+ openMenu: string;
1415
+ operations: string;
1416
+ endpoints: string;
1417
+ showAllEndpoints: string;
1418
+ sidebarFor: string;
1419
+ mainContent: string;
1420
+ collapsed: string;
1421
+ webhooks: string;
1422
+ };
1423
+ server: {
1424
+ label: string;
1425
+ select: string;
1426
+ };
1427
+ info: {
1428
+ termsOfService: string;
1429
+ };
1430
+ asyncapi: {
1431
+ servers: string;
1432
+ protocols: string;
1433
+ };
1434
+ clientLibraries: {
1435
+ heading: string;
1436
+ more: string;
1437
+ selectAll: string;
1438
+ };
1439
+ operation: {
1440
+ body: string;
1441
+ cookies: string;
1442
+ headers: string;
1443
+ pathParameters: string;
1444
+ queryParameters: string;
1445
+ requestBody: string;
1446
+ responses: string;
1447
+ testRequest: string;
1448
+ webhook: string;
1449
+ selectedContentType: string;
1450
+ hideHeaders: string;
1451
+ showHeaders: string;
1452
+ callbacks: string;
1453
+ };
1454
+ response: {
1455
+ exampleResponses: string;
1456
+ noBody: string;
1457
+ showSchema: string;
1458
+ status: string;
1459
+ };
1460
+ schema: {
1461
+ example: string;
1462
+ examples: string;
1463
+ default: string;
1464
+ schema: string;
1465
+ emptyObject: string;
1466
+ showAdditionalProperties: string;
1467
+ childAttributes: string;
1468
+ hideChildAttributes: string;
1469
+ showChildAttributes: string;
1470
+ forName: string;
1471
+ showSchemaDetails: string;
1472
+ oneOf: string;
1473
+ anyOf: string;
1474
+ allOf: string;
1475
+ not: string;
1476
+ unknownType: string;
1477
+ };
1478
+ download: {
1479
+ openapi: string;
1480
+ asyncapi: string;
1481
+ };
1482
+ models: {
1483
+ label: string;
1484
+ };
1485
+ actions: {
1486
+ copyLink: string;
1487
+ copyLinkTo: string;
1488
+ copyToClipboard: string;
1489
+ copyEndpointUrl: string;
1490
+ showMore: string;
1491
+ };
1492
+ agent: {
1493
+ askAi: string;
1494
+ askAiAgent: string;
1495
+ close: string;
1496
+ };
1497
+ mcp: {
1498
+ generate: string;
1499
+ connect: string;
1500
+ };
1501
+ developerTools: {
1502
+ title: string;
1503
+ configure: string;
1504
+ share: string;
1505
+ deploy: string;
1506
+ scalarConfiguration: string;
1507
+ theme: string;
1508
+ layout: string;
1509
+ layoutOptions: string;
1510
+ intro: string;
1511
+ disableToolbarBefore: string;
1512
+ disableToolbarAfter: string;
1513
+ localhostOnly: string;
1514
+ layoutModern: string;
1515
+ layoutClassic: string;
1516
+ showSidebar: string;
1517
+ defaultOpenFirstTag: string;
1518
+ defaultOpenAllTags: string;
1519
+ expandAll: string;
1520
+ expandAllResponses: string;
1521
+ hideClientButton: string;
1522
+ hideDarkModeToggle: string;
1523
+ hideModels: string;
1524
+ hideSearch: string;
1525
+ showOperationId: string;
1526
+ hideTestRequestButton: string;
1527
+ scalarDocs: string;
1528
+ deployDescription: string;
1529
+ shareTitle: string;
1530
+ shareDescription: string;
1531
+ uploadDocument: string;
1532
+ temporaryLinkExpiration: string;
1533
+ deployOnScalar: string;
1534
+ deployFree: string;
1535
+ additionalFeaturesMightRequire: string;
1536
+ generate: string;
1537
+ passwordProtection: string;
1538
+ customDomains: string;
1539
+ freeFormContent: string;
1540
+ cdnInfrastructure: string;
1541
+ pullFromGitHub: string;
1542
+ markdownMdx: string;
1543
+ spectralLinting: string;
1544
+ jsonSchemaHosting: string;
1545
+ askAi: string;
1546
+ mcpServers: string;
1547
+ unableToExportDocument: string;
1548
+ unknownError: string;
1549
+ };
1550
+ gettingStarted: {
1551
+ swaggerEditor: string;
1552
+ description: string;
1553
+ showExample: string;
1554
+ uploadFile: string;
1555
+ integrations: string;
1556
+ theming: string;
1557
+ features: string;
1558
+ customize: string;
1559
+ customizeDescription: string;
1560
+ testing: string;
1561
+ testingDescription: string;
1562
+ search: string;
1563
+ searchDescription: string;
1564
+ hosting: string;
1565
+ hostingDescription: string;
1566
+ openApiSwagger: string;
1567
+ openApiSwaggerDescription: string;
1568
+ codeSamples: string;
1569
+ codeSamplesDescription: string;
1570
+ };
1571
+ footer: {
1572
+ poweredByScalar: string;
1573
+ };
1574
+ authentication: {
1575
+ title: string;
1576
+ accepts: string;
1577
+ allOf: string;
1578
+ authentication: string;
1579
+ optional: string;
1580
+ oneOf: string;
1581
+ required: string;
1582
+ requires: string;
1583
+ };
1584
+ };
1585
+ };
1586
+ export declare const DEFAULT_LOCALE: ApiReferenceBuiltInLocale;
1587
+ export declare const RTL_LOCALES: Set<string>;
1588
+ //# sourceMappingURL=translations.d.ts.map