@scalar/api-client 2.7.0 → 2.8.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 (209) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +1 -1
  3. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  4. package/dist/components/DataTable/DataTableInputSelect.vue.js +21 -22
  5. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  6. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +4 -5
  7. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  8. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +13 -14
  9. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  10. package/dist/components/Sidebar/SidebarButton.vue.js +0 -1
  11. package/dist/hooks/useClientConfig.d.ts +30 -36
  12. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  13. package/dist/hooks/useResponseBody.js +6 -6
  14. package/dist/layouts/App/create-api-client-app.d.ts +16 -16
  15. package/dist/layouts/Modal/create-api-client-modal.d.ts +32 -32
  16. package/dist/layouts/Web/create-api-client-web.d.ts +16 -16
  17. package/dist/libs/create-client.d.ts +16 -16
  18. package/dist/libs/hot-keys.d.ts +1 -1
  19. package/dist/libs/send-request/create-request-operation.d.ts +2 -2
  20. package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
  21. package/dist/libs/send-request/create-request-operation.js +19 -19
  22. package/dist/plugins/plugin-manager.d.ts +2 -2
  23. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  24. package/dist/store/active-entities.d.ts +1 -1
  25. package/dist/store/store.d.ts +16 -16
  26. package/dist/store/workspace.d.ts +12 -12
  27. package/dist/style.css +1 -1
  28. package/dist/v2/blocks/operation-code-sample/components/ExamplePicker.vue.d.ts.map +1 -1
  29. package/dist/v2/blocks/operation-code-sample/components/ExamplePicker.vue.js +2 -3
  30. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  31. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +1 -1
  32. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +70 -71
  33. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +1 -1
  34. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
  35. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +1 -1
  36. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +31 -32
  37. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.test.d.ts +2 -0
  38. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.test.d.ts.map +1 -0
  39. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts +39 -0
  40. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts.map +1 -0
  41. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.js +7 -0
  42. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue2.js +226 -0
  43. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.d.ts +66 -0
  44. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.d.ts.map +1 -0
  45. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.js +7 -0
  46. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue2.js +200 -0
  47. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.test.d.ts +2 -0
  48. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.test.d.ts.map +1 -0
  49. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.d.ts +51 -0
  50. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.d.ts.map +1 -0
  51. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.js +89 -0
  52. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue2.js +4 -0
  53. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.test.d.ts +2 -0
  54. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.test.d.ts.map +1 -0
  55. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.d.ts +46 -0
  56. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.d.ts.map +1 -0
  57. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.js +7 -0
  58. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue2.js +85 -0
  59. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.test.d.ts +2 -0
  60. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.test.d.ts.map +1 -0
  61. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.d.ts +43 -0
  62. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.d.ts.map +1 -0
  63. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.js +193 -0
  64. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue2.js +4 -0
  65. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.test.d.ts +2 -0
  66. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.test.d.ts.map +1 -0
  67. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.d.ts +8 -0
  68. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.d.ts.map +1 -0
  69. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.js +7 -0
  70. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue2.js +62 -0
  71. package/dist/v2/blocks/scalar-operation-block/helpers/file.test.d.ts +2 -0
  72. package/dist/v2/blocks/scalar-operation-block/helpers/file.test.d.ts.map +1 -0
  73. package/dist/v2/blocks/scalar-operation-block/helpers/files.d.ts +5 -0
  74. package/dist/v2/blocks/scalar-operation-block/helpers/files.d.ts.map +1 -0
  75. package/dist/v2/blocks/scalar-operation-block/helpers/files.js +7 -0
  76. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.d.ts +8 -0
  77. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.d.ts.map +1 -0
  78. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.js +9 -0
  79. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.test.d.ts +2 -0
  80. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.test.d.ts.map +1 -0
  81. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.d.ts +6 -0
  82. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.d.ts.map +1 -0
  83. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.js +12 -0
  84. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.test.d.ts +2 -0
  85. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.test.d.ts.map +1 -0
  86. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.d.ts +6 -0
  87. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.d.ts.map +1 -0
  88. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.js +6 -0
  89. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.test.d.ts +2 -0
  90. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.test.d.ts.map +1 -0
  91. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.d.ts +3 -0
  92. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.d.ts.map +1 -0
  93. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.js +5 -0
  94. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.d.ts +5 -0
  95. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.d.ts.map +1 -0
  96. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.js +7 -0
  97. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.test.d.ts +2 -0
  98. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.test.d.ts.map +1 -0
  99. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.d.ts +11 -0
  100. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.d.ts.map +1 -0
  101. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.js +32 -0
  102. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.test.d.ts +2 -0
  103. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.test.d.ts.map +1 -0
  104. package/dist/v2/blocks/scalar-operation-block/index.d.ts +2 -0
  105. package/dist/v2/blocks/scalar-operation-block/index.d.ts.map +1 -0
  106. package/dist/v2/blocks/scalar-operation-block/index.js +4 -0
  107. package/dist/v2/blocks/scalar-response-block/components/Headers.test.d.ts +2 -0
  108. package/dist/v2/blocks/scalar-response-block/components/Headers.test.d.ts.map +1 -0
  109. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.d.ts +20 -0
  110. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.d.ts.map +1 -0
  111. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.js +98 -0
  112. package/dist/v2/blocks/scalar-response-block/components/Headers.vue2.js +4 -0
  113. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.test.d.ts +2 -0
  114. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.test.d.ts.map +1 -0
  115. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts +47 -0
  116. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts.map +1 -0
  117. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.js +7 -0
  118. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue2.js +182 -0
  119. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.d.ts +12 -0
  120. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.d.ts.map +1 -0
  121. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.js +7 -0
  122. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue2.js +88 -0
  123. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.test.d.ts +2 -0
  124. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.test.d.ts.map +1 -0
  125. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.d.ts +8 -0
  126. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.d.ts.map +1 -0
  127. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.js +36 -0
  128. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue2.js +4 -0
  129. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.d.ts +13 -0
  130. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.d.ts.map +1 -0
  131. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.js +14 -0
  132. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.test.d.ts +2 -0
  133. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.test.d.ts.map +1 -0
  134. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.d.ts +10 -0
  135. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.d.ts.map +1 -0
  136. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.js +7 -0
  137. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue2.js +64 -0
  138. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.d.ts +8 -0
  139. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.d.ts.map +1 -0
  140. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.js +7 -0
  141. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue2.js +41 -0
  142. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.test.d.ts +2 -0
  143. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.test.d.ts.map +1 -0
  144. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.d.ts +6 -0
  145. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.d.ts.map +1 -0
  146. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.js +74 -0
  147. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue2.js +4 -0
  148. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.d.ts +10 -0
  149. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.d.ts.map +1 -0
  150. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.js +25 -0
  151. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue2.js +4 -0
  152. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.d.ts +11 -0
  153. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.d.ts.map +1 -0
  154. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.js +52 -0
  155. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue3.js +5 -0
  156. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.test.d.ts +2 -0
  157. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.test.d.ts.map +1 -0
  158. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.d.ts +9 -0
  159. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.d.ts.map +1 -0
  160. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.js +54 -0
  161. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue2.js +4 -0
  162. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.d.ts +23 -0
  163. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.d.ts.map +1 -0
  164. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.js +7 -0
  165. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue2.js +88 -0
  166. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.d.ts +8 -0
  167. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.d.ts.map +1 -0
  168. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.js +7 -0
  169. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue2.js +41 -0
  170. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.d.ts +10 -0
  171. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.d.ts.map +1 -0
  172. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.js +61 -0
  173. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue2.js +4 -0
  174. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.d.ts +5 -0
  175. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.d.ts.map +1 -0
  176. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.js +18 -0
  177. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.test.d.ts +2 -0
  178. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.test.d.ts.map +1 -0
  179. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.d.ts +4 -0
  180. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.d.ts.map +1 -0
  181. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.js +12 -0
  182. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.test.d.ts +2 -0
  183. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.test.d.ts.map +1 -0
  184. package/dist/v2/blocks/scalar-response-block/helpers/media-types.d.ts +20 -0
  185. package/dist/v2/blocks/scalar-response-block/helpers/media-types.d.ts.map +1 -0
  186. package/dist/v2/blocks/scalar-response-block/helpers/media-types.js +127 -0
  187. package/dist/v2/blocks/scalar-response-block/helpers/media-types.test.d.ts +2 -0
  188. package/dist/v2/blocks/scalar-response-block/helpers/media-types.test.d.ts.map +1 -0
  189. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.d.ts +17 -0
  190. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.d.ts.map +1 -0
  191. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.js +16 -0
  192. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.test.d.ts +2 -0
  193. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.test.d.ts.map +1 -0
  194. package/dist/v2/blocks/scalar-response-block/index.d.ts +2 -0
  195. package/dist/v2/blocks/scalar-response-block/index.d.ts.map +1 -0
  196. package/dist/v2/blocks/scalar-response-block/index.js +4 -0
  197. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  198. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  199. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +31 -32
  200. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  201. package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
  202. package/dist/views/Request/RequestSection/RequestBody.vue2.js +0 -1
  203. package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
  204. package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
  205. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +13 -14
  206. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  207. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  208. package/dist/views/Request/components/WorkspaceDropdown.vue.js +5 -6
  209. package/package.json +17 -17
@@ -1,5 +1,5 @@
1
- import { defineComponent as z, useId as K, ref as g, computed as f, createBlock as V, openBlock as u, withCtx as i, createVNode as m, renderSlot as j, unref as s, createElementVNode as r, createElementBlock as h, Fragment as x, createTextVNode as k, toDisplayString as y, createCommentVNode as D, withModifiers as W, normalizeClass as Y } from "vue";
2
- import { useModal as F, ScalarComboboxMultiselect as H, ScalarButton as J, ScalarListboxCheckbox as P, ScalarIconButton as G } from "@scalar/components";
1
+ import { defineComponent as z, useId as K, ref as g, computed as f, createBlock as V, openBlock as u, withCtx as r, createVNode as m, renderSlot as j, unref as s, createElementVNode as i, createElementBlock as h, Fragment as x, createTextVNode as k, toDisplayString as y, createCommentVNode as D, withModifiers as Y, normalizeClass as F } from "vue";
2
+ import { useModal as H, ScalarComboboxMultiselect as J, ScalarButton as P, ScalarListboxCheckbox as W, ScalarIconButton as G } from "@scalar/components";
3
3
  import { safeLocalStorage as Q, CLIENT_LS_KEYS as X } from "@scalar/helpers/object/local-storage";
4
4
  import { ScalarIconCaretDown as Z, ScalarIconTrash as _ } from "@scalar/icons";
5
5
  import { isDefined as ee } from "@scalar/oas-utils/helpers";
@@ -7,7 +7,7 @@ import te from "../../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
7
  import { useWorkspace as oe } from "../../../../store/store.js";
8
8
  import le from "./DeleteRequestAuthModal.vue.js";
9
9
  import ne from "./RequestAuthDataTable.vue.js";
10
- import { getSecurityRequirements as se, formatComplexScheme as ie, formatScheme as re, getSchemeOptions as ae } from "../../libs/auth.js";
10
+ import { getSecurityRequirements as se, formatComplexScheme as re, formatScheme as ie, getSchemeOptions as ae } from "../../libs/auth.js";
11
11
  const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1 truncate" }, Ce = /* @__PURE__ */ z({
12
12
  __name: "RequestAuth",
13
13
  props: {
@@ -30,7 +30,7 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
30
30
  securitySchemeMutators: $,
31
31
  requestMutators: B,
32
32
  collectionMutators: I
33
- } = oe(), A = K(), v = g(null), p = F(), S = g(
33
+ } = oe(), A = K(), v = g(null), p = H(), S = g(
34
34
  null
35
35
  ), R = g(!1), q = f(() => {
36
36
  const t = se(n.operation, n.collection);
@@ -46,10 +46,10 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
46
46
  }), a = f(
47
47
  () => n.selectedSecuritySchemeUids.map((t) => {
48
48
  if (Array.isArray(t))
49
- return ie(t, d);
49
+ return re(t, d);
50
50
  const e = d[t ?? ""];
51
51
  if (e)
52
- return re(e);
52
+ return ie(e);
53
53
  }).filter(ee)
54
54
  );
55
55
  function M(t) {
@@ -64,9 +64,9 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
64
64
  );
65
65
  l && o.push(l.uid);
66
66
  }
67
- O(o);
67
+ w(o);
68
68
  }
69
- const O = (t) => {
69
+ const w = (t) => {
70
70
  if (n.collection.useCollectionSecurity) {
71
71
  if (I.edit(n.collection.uid, "selectedSecuritySchemeUids", t), !n.persistAuth)
72
72
  return;
@@ -77,7 +77,7 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
77
77
  );
78
78
  } else n.operation?.uid && B.edit(n.operation.uid, "selectedSecuritySchemeUids", t);
79
79
  };
80
- function w({ id: t, label: e }) {
80
+ function O({ id: t, label: e }) {
81
81
  S.value = { id: t, label: e }, p.show();
82
82
  }
83
83
  const T = (t) => {
@@ -87,7 +87,7 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
87
87
  const l = t.split(",");
88
88
  return l.length > 1 && Array.isArray(o) && l.length === o.length ? o.every((c) => !l.includes(c)) : o !== t;
89
89
  });
90
- O(e), v.value?.$el.focus(), p.hide();
90
+ w(e), v.value?.$el.focus(), p.hide();
91
91
  }, U = f(
92
92
  () => ae(
93
93
  q.value.filteredRequirements,
@@ -104,64 +104,63 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
104
104
  layout: t.layout,
105
105
  "onUpdate:modelValue": e[4] || (e[4] = (o) => R.value = o)
106
106
  }, {
107
- title: i(() => [
108
- r("div", {
107
+ title: r(() => [
108
+ i("div", {
109
109
  id: s(A),
110
110
  class: "inline-flex items-center gap-0.5 leading-[20px]"
111
111
  }, [
112
- r("span", null, y(t.title), 1),
112
+ i("span", null, y(t.title), 1),
113
113
  b.value ? (u(), h("span", {
114
114
  key: 0,
115
- class: Y(["text-c-3 hover:bg-b-3 hover:text-c-1 -mr-1 cursor-pointer rounded px-1 py-0.5 text-xs leading-[normal]", { "text-c-1": b.value.text === "Required" }]),
115
+ class: F(["text-c-3 hover:bg-b-3 hover:text-c-1 -mr-1 cursor-pointer rounded px-1 py-0.5 text-xs leading-[normal]", { "text-c-1": b.value.text === "Required" }]),
116
116
  onClick: L
117
117
  }, y(b.value.text), 3)) : D("", !0)
118
118
  ], 8, ce)
119
119
  ]),
120
- actions: i(() => [
121
- r("div", ue, [
122
- m(s(H), {
120
+ actions: r(() => [
121
+ i("div", ue, [
122
+ m(s(J), {
123
123
  class: "w-72 text-xs",
124
124
  modelValue: a.value,
125
125
  multiple: "",
126
126
  options: U.value,
127
127
  placement: "bottom-end",
128
128
  teleport: "",
129
- onDelete: w,
129
+ onDelete: O,
130
130
  "onUpdate:modelValue": M
131
131
  }, {
132
- option: i(({ option: o, selected: l }) => [
133
- m(s(P), {
132
+ option: r(({ option: o, selected: l }) => [
133
+ m(s(W), {
134
134
  multiselect: "",
135
135
  selected: l
136
136
  }, null, 8, ["selected"]),
137
- r("div", me, y(o.label), 1),
137
+ i("div", me, y(o.label), 1),
138
138
  o.isDeletable ?? !t.isReadOnly ? (u(), V(s(G), {
139
139
  key: 0,
140
140
  class: "-m-0.5 shrink-0 p-0.5 opacity-0 group-hover/item:opacity-100",
141
141
  icon: s(_),
142
142
  label: `Delete ${o.label}`,
143
143
  size: "xs",
144
- onClick: W((c) => w(o), ["stop"])
144
+ onClick: Y((c) => O(o), ["stop"])
145
145
  }, null, 8, ["icon", "label", "onClick"])) : D("", !0)
146
146
  ]),
147
- default: i(() => [
148
- m(s(J), {
147
+ default: r(() => [
148
+ m(s(P), {
149
149
  ref_key: "comboboxButtonRef",
150
150
  ref: v,
151
151
  "aria-describedby": s(A),
152
- class: "group/combobox-button hover:text-c-1 text-c-2 flex h-fit items-center gap-1 px-0.75 py-0.25 text-base font-normal transition-transform",
153
- fullWidth: "",
152
+ class: "group/combobox-button hover:text-c-1 text-c-2 flex h-fit w-full items-center gap-1 px-0.75 py-0.25 text-base font-normal transition-transform",
154
153
  variant: "ghost"
155
154
  }, {
156
- default: i(() => [
155
+ default: r(() => [
157
156
  a.value.length === 1 ? (u(), h(x, { key: 0 }, [
158
- e[5] || (e[5] = r("span", { class: "sr-only" }, "Selected Auth Type:", -1)),
157
+ e[5] || (e[5] = i("span", { class: "sr-only" }, "Selected Auth Type:", -1)),
159
158
  k(" " + y(a.value[0]?.label), 1)
160
159
  ], 64)) : a.value.length > 1 ? (u(), h(x, { key: 1 }, [
161
160
  e[6] || (e[6] = k(" Multiple ")),
162
- e[7] || (e[7] = r("span", { class: "sr-only" }, "Auth Types Selected", -1))
161
+ e[7] || (e[7] = i("span", { class: "sr-only" }, "Auth Types Selected", -1))
163
162
  ], 64)) : (u(), h(x, { key: 2 }, [
164
- e[8] || (e[8] = r("span", { class: "sr-only" }, "Select", -1)),
163
+ e[8] || (e[8] = i("span", { class: "sr-only" }, "Select", -1)),
165
164
  e[9] || (e[9] = k(" Auth Type "))
166
165
  ], 64)),
167
166
  m(s(Z), {
@@ -176,7 +175,7 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
176
175
  }, 8, ["modelValue", "options"])
177
176
  ])
178
177
  ]),
179
- default: i(() => [
178
+ default: r(() => [
180
179
  m(ne, {
181
180
  collection: t.collection,
182
181
  envVariables: t.envVariables,
@@ -189,7 +188,7 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
189
188
  onActiveSchemes: e[0] || (e[0] = (o) => C("activeSchemes", o)),
190
189
  onAuthorized: e[1] || (e[1] = (o) => C("authorized"))
191
190
  }, {
192
- "oauth-actions": i(() => [
191
+ "oauth-actions": r(() => [
193
192
  j(t.$slots, "oauth-actions", {}, void 0, !0)
194
193
  ]),
195
194
  _: 3
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAsoBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAarE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAI1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AA88BJ,wBAMG"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAqoBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAarE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAI1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AA48BJ,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a4d93a6f"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fac9ef96"]]);
5
5
  export {
6
- f as default
6
+ a as default
7
7
  };
@@ -282,7 +282,6 @@ const ie = {
282
282
  default: d(() => [
283
283
  s(c(k), {
284
284
  class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-3 font-normal",
285
- fullWidth: "",
286
285
  variant: "ghost"
287
286
  }, {
288
287
  default: d(() => [
@@ -1 +1 @@
1
- {"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"AAgSA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EAEd,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAOrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAItD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,YAAY,CAAA;CAC1B,CAAC;;AAoYF,wBAMG"}
1
+ {"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"AA+RA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EAEd,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAOrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAItD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,YAAY,CAAA;CAC1B,CAAC;;AAkYF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestCodeExample.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-73c4a2cf"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-2891f052"]]);
5
5
  export {
6
- p as default
6
+ r as default
7
7
  };
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as $, computed as a, ref as E, createElementBlock as B, openBlock as y, createVNode as i, withCtx as c, createElementVNode as x, createBlock as K, unref as u, toDisplayString as V, createTextVNode as H } from "vue";
2
2
  import { ScalarCodeBlock as U, ScalarCombobox as j, ScalarButton as D, ScalarIcon as N } from "@scalar/components";
3
3
  import { snippetz as T } from "@scalar/snippetz";
4
- import W from "../../../components/DataTable/DataTable.vue.js";
5
- import z from "../../../components/DataTable/DataTableRow.vue.js";
6
- import I from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
- import O from "../../Components/CodeSnippet/CodeSnippet.vue.js";
8
- import { useWorkspace as R } from "../../../store/store.js";
4
+ import z from "../../../components/DataTable/DataTable.vue.js";
5
+ import I from "../../../components/DataTable/DataTableRow.vue.js";
6
+ import O from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
+ import R from "../../Components/CodeSnippet/CodeSnippet.vue.js";
8
+ import { useWorkspace as W } from "../../../store/store.js";
9
9
  const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-1 flex items-center justify-center overflow-hidden border-t" }, Z = /* @__PURE__ */ $({
10
10
  __name: "RequestCodeExample",
11
11
  props: {
@@ -17,7 +17,7 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
17
17
  environment: {}
18
18
  },
19
19
  setup(n) {
20
- const { securitySchemes: b, workspaceMutators: h } = R(), f = a(() => m.value.targetKey === "custom" && d.value?.some(
20
+ const { securitySchemes: b, workspaceMutators: S } = W(), f = a(() => m.value.targetKey === "custom" && d.value?.some(
21
21
  (t) => t.lang === m.value.clientKey
22
22
  ) ? m.value : {
23
23
  targetKey: n.workspace.selectedHttpClient?.targetKey ?? "js",
@@ -32,7 +32,7 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
32
32
  targetKey: n.workspace.selectedHttpClient?.targetKey ?? "js",
33
33
  clientKey: n.workspace.selectedHttpClient?.clientKey ?? "fetch"
34
34
  }
35
- ), S = a(() => (n.operation.selectedSecuritySchemeUids || n.collection.selectedSecuritySchemeUids || []).flat().map((t) => b[t]).filter((t) => !!t)), v = a(() => {
35
+ ), h = a(() => (n.operation.selectedSecuritySchemeUids || n.collection.selectedSecuritySchemeUids || []).flat().map((t) => b[t]).filter((t) => !!t)), v = a(() => {
36
36
  const e = {}, t = T().clients().map((l) => ({
37
37
  label: l.title,
38
38
  options: l.clients.map((p) => (e[`${l.key},${p.client}`] = p.title, {
@@ -84,7 +84,7 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
84
84
  !o || !r || (m.value = {
85
85
  targetKey: o,
86
86
  clientKey: r
87
- }, o !== "custom" && h.edit(n.workspace.uid, "selectedHttpClient", {
87
+ }, o !== "custom" && S.edit(n.workspace.uid, "selectedHttpClient", {
88
88
  targetKey: o,
89
89
  clientKey: r
90
90
  }));
@@ -95,7 +95,7 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
95
95
  return d.value?.find((o) => o.lang === e)?.source;
96
96
  });
97
97
  return (e, t) => (y(), B("div", q, [
98
- i(I, {
98
+ i(O, {
99
99
  class: "group/preview w-full border-b-0",
100
100
  defaultOpen: !1
101
101
  }, {
@@ -113,7 +113,6 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
113
113
  default: c(() => [
114
114
  i(u(D), {
115
115
  class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-1.25 py-0.75 font-normal",
116
- fullWidth: "",
117
116
  variant: "ghost"
118
117
  }, {
119
118
  default: c(() => [
@@ -131,24 +130,24 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
131
130
  ])
132
131
  ]),
133
132
  default: c(() => [
134
- i(W, {
133
+ i(z, {
135
134
  columns: [""],
136
135
  presentational: ""
137
136
  }, {
138
137
  default: c(() => [
139
- i(z, null, {
138
+ i(I, null, {
140
139
  default: c(() => [
141
140
  x("div", P, [
142
141
  g.value ? (y(), K(u(U), {
143
142
  key: 0,
144
143
  content: g.value,
145
144
  lang: s.value.id.split(",")[1] ?? "plaintext"
146
- }, null, 8, ["content", "lang"])) : (y(), K(u(O), {
145
+ }, null, 8, ["content", "lang"])) : (y(), K(u(R), {
147
146
  key: 1,
148
147
  client: k.value,
149
148
  example: e.example,
150
149
  operation: e.operation,
151
- securitySchemes: S.value,
150
+ securitySchemes: h.value,
152
151
  server: e.server,
153
152
  target: C.value,
154
153
  environment: e.environment
@@ -33,7 +33,7 @@ const W = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
33
33
  }));
34
34
  }, f = (o) => {
35
35
  o?.createNew && g.name === "request" && d();
36
- }, v = "2.7.0";
36
+ }, v = "2.8.0";
37
37
  return q(() => a.hotKeys.on(f)), R(() => a.hotKeys.off(f)), (o, e) => (i(), l("div", W, [
38
38
  s("div", {
39
39
  class: y(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/components/WorkspaceDropdown.vue"],"names":[],"mappings":";AAguBA,wBAKG"}
1
+ {"version":3,"file":"WorkspaceDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/components/WorkspaceDropdown.vue"],"names":[],"mappings":";AA6tBA,wBAKG"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as A, computed as L, ref as M, createElementBlock as y, openBlock as f, createElementVNode as l, createVNode as s, unref as e, withCtx as n, toDisplayString as C, Fragment as V, renderList as I, createBlock as D, withModifiers as v, createCommentVNode as O } from "vue";
1
+ import { defineComponent as A, computed as L, ref as W, createElementBlock as y, openBlock as f, createElementVNode as l, createVNode as s, unref as e, withCtx as n, toDisplayString as C, Fragment as V, renderList as I, createBlock as D, withModifiers as v, createCommentVNode as O } from "vue";
2
2
  import { useModal as S, ScalarDropdown as $, ScalarButton as N, ScalarDropdownItem as h, ScalarListboxCheckbox as U, ScalarIcon as k, ScalarDropdownDivider as q, ScalarModal as z } from "@scalar/components";
3
3
  import { useRouter as F } from "vue-router";
4
4
  import P from "../../../components/Sidebar/Actions/DeleteSidebarListElement.vue.js";
@@ -15,7 +15,7 @@ const J = { class: "flex w-[inherit] items-center text-base" }, K = { class: "m-
15
15
  workspace: o
16
16
  }
17
17
  });
18
- }, x = L(() => Object.keys(r).length === 1), j = () => E.commandPalette.emit({ commandName: "Create Workspace" }), d = M(""), i = M(""), u = S(), p = S(), g = (o) => {
18
+ }, x = L(() => Object.keys(r).length === 1), j = () => E.commandPalette.emit({ commandName: "Create Workspace" }), d = W(""), i = W(""), u = S(), p = S(), g = (o) => {
19
19
  const t = r[o];
20
20
  t && (d.value = t.name, i.value = o, u.show());
21
21
  }, B = (o) => {
@@ -42,14 +42,14 @@ const J = { class: "flex w-[inherit] items-center text-base" }, K = { class: "m-
42
42
  l("div", J, [
43
43
  s(e($), null, {
44
44
  items: n(() => [
45
- (f(!0), y(V, null, I(e(r), (a, W) => (f(), D(e(h), {
46
- key: W,
45
+ (f(!0), y(V, null, I(e(r), (a, M) => (f(), D(e(h), {
46
+ key: M,
47
47
  class: "group/item flex w-full items-center gap-1.5 overflow-hidden text-ellipsis whitespace-nowrap",
48
48
  onClick: v((m) => T(a.uid), ["stop"])
49
49
  }, {
50
50
  default: n(() => [
51
51
  s(e(U), {
52
- selected: e(c)?.uid === W
52
+ selected: e(c)?.uid === M
53
53
  }, null, 8, ["selected"]),
54
54
  l("span", X, C(a.name), 1),
55
55
  s(e($), {
@@ -135,7 +135,6 @@ const J = { class: "flex w-[inherit] items-center text-base" }, K = { class: "m-
135
135
  default: n(() => [
136
136
  s(e(N), {
137
137
  class: "text-c-1 hover:bg-b-2 line-clamp-1 h-full w-fit justify-start px-1.5 py-1.5 font-normal",
138
- fullWidth: "",
139
138
  variant: "ghost"
140
139
  }, {
141
140
  default: n(() => [
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "2.7.0",
21
+ "version": "2.8.0",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -212,24 +212,24 @@
212
212
  "yaml": "2.8.0",
213
213
  "zod": "4.1.11",
214
214
  "@scalar/analytics-client": "1.0.0",
215
- "@scalar/components": "0.14.40",
216
- "@scalar/icons": "0.4.7",
217
- "@scalar/helpers": "0.0.11",
215
+ "@scalar/components": "0.15.0",
218
216
  "@scalar/draggable": "0.2.0",
219
- "@scalar/import": "0.4.29",
220
- "@scalar/oas-utils": "0.5.0",
221
- "@scalar/object-utils": "1.2.7",
217
+ "@scalar/helpers": "0.0.11",
218
+ "@scalar/import": "0.4.30",
222
219
  "@scalar/json-magic": "0.6.0",
223
- "@scalar/openapi-parser": "0.22.1",
224
- "@scalar/postman-to-openapi": "0.3.38",
225
- "@scalar/themes": "0.13.20",
226
- "@scalar/snippetz": "0.4.11",
227
- "@scalar/use-codemirror": "0.12.41",
228
- "@scalar/openapi-types": "0.4.0",
220
+ "@scalar/oas-utils": "0.5.1",
221
+ "@scalar/openapi-parser": "0.22.2",
222
+ "@scalar/icons": "0.4.7",
223
+ "@scalar/postman-to-openapi": "0.3.39",
224
+ "@scalar/openapi-types": "0.4.1",
225
+ "@scalar/snippetz": "0.5.0",
226
+ "@scalar/themes": "0.13.21",
227
+ "@scalar/object-utils": "1.2.7",
228
+ "@scalar/types": "0.3.1",
229
229
  "@scalar/use-hooks": "0.2.5",
230
- "@scalar/types": "0.3.0",
230
+ "@scalar/use-codemirror": "0.12.42",
231
231
  "@scalar/use-toasts": "0.8.0",
232
- "@scalar/workspace-store": "0.16.2"
232
+ "@scalar/workspace-store": "0.17.0"
233
233
  },
234
234
  "devDependencies": {
235
235
  "@tailwindcss/vite": "^4.1.7",
@@ -242,8 +242,8 @@
242
242
  "vite": "7.1.5",
243
243
  "vite-svg-loader": "^5.1.0",
244
244
  "vitest": "3.2.4",
245
- "@scalar/galaxy": "0.5.8",
246
- "@scalar/build-tooling": "0.2.7"
245
+ "@scalar/build-tooling": "0.2.7",
246
+ "@scalar/galaxy": "0.5.8"
247
247
  },
248
248
  "scripts": {
249
249
  "build": "scalar-build-vite",