@scalar/api-reference 1.35.7 → 1.36.1

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 (194) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist/browser/standalone.js +14984 -15007
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReferenceLayout.vue.js +1 -1
  6. package/dist/components/ApiReferenceLayout.vue2.js +148 -150
  7. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  8. package/dist/components/Content/Content.vue.js +44 -51
  9. package/dist/components/Content/Models/ClassicLayout.vue.d.ts +4 -1
  10. package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
  11. package/dist/components/Content/Models/ClassicLayout.vue.js +1 -1
  12. package/dist/components/Content/Models/ClassicLayout.vue2.js +49 -40
  13. package/dist/components/Content/Models/Models.vue.d.ts +2 -2
  14. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Models/Models.vue.js +25 -23
  16. package/dist/components/Content/Models/ModernLayout.vue.d.ts +1 -0
  17. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Models/ModernLayout.vue.js +2 -2
  19. package/dist/components/Content/Models/ModernLayout.vue2.js +54 -51
  20. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +1 -2
  21. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Operations/TraversedEntry.vue.js +24 -24
  23. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
  24. package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +1 -1
  25. package/dist/components/Content/Operations/get-current-index.d.ts +1 -1
  26. package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -1
  27. package/dist/components/Content/Operations/get-current-index.js +1 -1
  28. package/dist/components/Content/Schema/Schema.vue.d.ts +3 -4
  29. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  30. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  31. package/dist/components/Content/Schema/Schema.vue2.js +72 -75
  32. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +4 -5
  33. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Schema/SchemaComposition.vue.js +46 -49
  35. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +2 -7
  36. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  37. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +33 -54
  38. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -6
  39. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  40. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  41. package/dist/components/Content/Schema/SchemaProperty.vue2.js +72 -76
  42. package/dist/components/Content/Schema/helpers/sort-property-names.d.ts +16 -0
  43. package/dist/components/Content/Schema/helpers/sort-property-names.d.ts.map +1 -0
  44. package/dist/components/Content/Schema/helpers/sort-property-names.js +36 -0
  45. package/dist/components/Content/Schema/types.d.ts +17 -0
  46. package/dist/components/Content/Schema/types.d.ts.map +1 -0
  47. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts +1 -1
  48. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Tags/ClassicLayout.vue.js +2 -2
  50. package/dist/components/Content/Tags/ClassicLayout.vue2.js +1 -1
  51. package/dist/components/Content/Tags/ModernLayout.vue.d.ts +1 -1
  52. package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -1
  53. package/dist/components/Content/Tags/ModernLayout.vue.js +2 -2
  54. package/dist/components/Content/Tags/ModernLayout.vue2.js +2 -2
  55. package/dist/components/Content/Tags/Tag.vue.d.ts +1 -1
  56. package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
  57. package/dist/components/Content/Tags/TagSection.vue.d.ts +1 -1
  58. package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -1
  59. package/dist/components/Content/Tags/TagSection.vue.js +4 -4
  60. package/dist/components/MobileHeader.vue.js +2 -2
  61. package/dist/components/MobileHeader.vue2.js +1 -1
  62. package/dist/components/OperationsList/OperationsList.vue.d.ts +1 -1
  63. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
  64. package/dist/components/OperationsList/OperationsList.vue.js +1 -1
  65. package/dist/components/OperationsList/OperationsList.vue2.js +9 -11
  66. package/dist/components/OperationsList/OperationsListItem.vue.d.ts +1 -1
  67. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  68. package/dist/components/OperationsList/OperationsListItem.vue.js +2 -2
  69. package/dist/components/OperationsList/OperationsListItem.vue2.js +24 -27
  70. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  71. package/dist/components/Section/Section.vue.js +2 -2
  72. package/dist/components/Section/Section.vue2.js +12 -13
  73. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  74. package/dist/components/Section/SectionAccordion.vue.js +1 -1
  75. package/dist/components/Section/SectionAccordion.vue2.js +36 -37
  76. package/dist/components/ShowMoreButton.vue.js +2 -2
  77. package/dist/components/ShowMoreButton.vue2.js +3 -3
  78. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  79. package/dist/features/Operation/Operation.vue.js +32 -22
  80. package/dist/features/Operation/components/Header.vue.d.ts +2 -0
  81. package/dist/features/Operation/components/Header.vue.d.ts.map +1 -1
  82. package/dist/features/Operation/components/Header.vue.js +15 -10
  83. package/dist/features/Operation/components/Headers.vue.d.ts +2 -0
  84. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -1
  85. package/dist/features/Operation/components/Headers.vue.js +1 -1
  86. package/dist/features/Operation/components/Headers.vue2.js +23 -21
  87. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  88. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  89. package/dist/features/Operation/components/ParameterListItem.vue2.js +55 -48
  90. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  91. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  92. package/dist/features/Operation/components/RequestBody.vue2.js +74 -49
  93. package/dist/features/Operation/helpers/get-first-server.d.ts +9 -0
  94. package/dist/features/Operation/helpers/get-first-server.d.ts.map +1 -0
  95. package/dist/features/Operation/helpers/get-first-server.js +20 -0
  96. package/dist/features/Search/components/SearchButton.vue.d.ts +2 -0
  97. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
  98. package/dist/features/Search/components/SearchButton.vue.js +19 -17
  99. package/dist/features/Search/components/SearchModal.vue.d.ts +2 -1
  100. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
  101. package/dist/features/Search/components/SearchModal.vue.js +2 -2
  102. package/dist/features/Search/components/SearchModal.vue2.js +74 -75
  103. package/dist/features/Search/helpers/create-search-index.d.ts +2 -2
  104. package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -1
  105. package/dist/features/Search/helpers/create-search-index.js +68 -66
  106. package/dist/features/Search/hooks/useSearchIndex.d.ts +3 -2
  107. package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -1
  108. package/dist/features/Search/hooks/useSearchIndex.js +13 -13
  109. package/dist/features/Search/types.d.ts +1 -1
  110. package/dist/features/Search/types.d.ts.map +1 -1
  111. package/dist/features/api-client-modal/useApiClient.d.ts +40 -40
  112. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  113. package/dist/helpers/convert-security-scheme.d.ts +1 -1
  114. package/dist/helpers/test-utils.d.ts +367 -5
  115. package/dist/helpers/test-utils.d.ts.map +1 -1
  116. package/dist/hooks/useNavState.d.ts +1 -15
  117. package/dist/hooks/useNavState.d.ts.map +1 -1
  118. package/dist/hooks/useNavState.js +29 -53
  119. package/dist/index.d.ts +5 -6
  120. package/dist/index.d.ts.map +1 -1
  121. package/dist/index.js +16 -20
  122. package/dist/style.css +1 -1
  123. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -1
  124. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.js +5 -6
  125. package/dist/{features/sidebar/components/Sidebar.vue.d.ts → v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts} +1 -1
  126. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts.map +1 -0
  127. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.js +7 -0
  128. package/dist/{features/sidebar/components/Sidebar.vue2.js → v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue2.js} +15 -15
  129. package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarElement.vue.d.ts +1 -1
  130. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.d.ts.map +1 -0
  131. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.js +7 -0
  132. package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarElement.vue2.js +41 -43
  133. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.d.ts.map +1 -0
  134. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.js +7 -0
  135. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.d.ts.map +1 -0
  136. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.js +7 -0
  137. package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarHttpBadge.vue2.js +1 -1
  138. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts +385 -0
  139. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts.map +1 -0
  140. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.js +35 -0
  141. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts +189 -0
  142. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts.map +1 -0
  143. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.js +9 -0
  144. package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/hooks/useSidebar.d.ts +4 -8
  145. package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.d.ts.map +1 -0
  146. package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.js +18 -0
  147. package/dist/v2/blocks/scalar-sidebar-block/index.d.ts +4 -0
  148. package/dist/v2/blocks/scalar-sidebar-block/index.d.ts.map +1 -0
  149. package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
  150. package/package.json +11 -11
  151. package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +0 -1
  152. package/dist/features/sidebar/components/Sidebar.vue.js +0 -7
  153. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +0 -1
  154. package/dist/features/sidebar/components/SidebarElement.vue.js +0 -7
  155. package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +0 -1
  156. package/dist/features/sidebar/components/SidebarGroup.vue.js +0 -7
  157. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +0 -1
  158. package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +0 -7
  159. package/dist/features/sidebar/helpers/create-sidebar.d.ts +0 -28
  160. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +0 -1
  161. package/dist/features/sidebar/helpers/create-sidebar.js +0 -32
  162. package/dist/features/sidebar/hooks/useSidebar.d.ts.map +0 -1
  163. package/dist/features/sidebar/hooks/useSidebar.js +0 -18
  164. package/dist/features/sidebar/index.d.ts +0 -4
  165. package/dist/features/sidebar/index.d.ts.map +0 -1
  166. package/dist/features/traverse-schema/helpers/get-tag.d.ts +0 -6
  167. package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +0 -1
  168. package/dist/features/traverse-schema/helpers/get-tag.js +0 -7
  169. package/dist/features/traverse-schema/helpers/traverse-description.d.ts +0 -11
  170. package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +0 -1
  171. package/dist/features/traverse-schema/helpers/traverse-description.js +0 -32
  172. package/dist/features/traverse-schema/helpers/traverse-document.d.ts +0 -16
  173. package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +0 -1
  174. package/dist/features/traverse-schema/helpers/traverse-document.js +0 -33
  175. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +0 -18
  176. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +0 -1
  177. package/dist/features/traverse-schema/helpers/traverse-paths.js +0 -30
  178. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +0 -8
  179. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +0 -1
  180. package/dist/features/traverse-schema/helpers/traverse-schemas.js +0 -21
  181. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +0 -11
  182. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +0 -1
  183. package/dist/features/traverse-schema/helpers/traverse-tags.js +0 -43
  184. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +0 -10
  185. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +0 -1
  186. package/dist/features/traverse-schema/helpers/traverse-webhooks.js +0 -24
  187. package/dist/features/traverse-schema/index.d.ts +0 -5
  188. package/dist/features/traverse-schema/index.d.ts.map +0 -1
  189. package/dist/features/traverse-schema/types.d.ts +0 -55
  190. package/dist/features/traverse-schema/types.d.ts.map +0 -1
  191. package/dist/libs/markdown.js +0 -18
  192. /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarGroup.vue.d.ts +0 -0
  193. /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarGroup.vue2.js +0 -0
  194. /package/dist/{features/sidebar → v2/blocks/scalar-sidebar-block}/components/SidebarHttpBadge.vue.d.ts +0 -0
@@ -1,13 +1,13 @@
1
- import { ref as a, watch as i, toValue as S, computed as h } from "vue";
2
- import { createFuseInstance as p } from "../helpers/create-fuse-instance.js";
3
- import { createSearchIndex as x } from "../helpers/create-search-index.js";
1
+ import { ref as a, watch as i, toValue as p, computed as h } from "vue";
2
+ import { createFuseInstance as x } from "../helpers/create-fuse-instance.js";
3
+ import { createSearchIndex as I } from "../helpers/create-search-index.js";
4
4
  const d = 25;
5
- function _(l) {
6
- const n = p(), e = a();
5
+ function g(l, v) {
6
+ const n = x(), e = a();
7
7
  i(
8
8
  l,
9
9
  () => {
10
- const { entries: r } = S(l), c = x(r);
10
+ const { entries: r } = p(l), c = I(r, v);
11
11
  n.setCollection(c);
12
12
  },
13
13
  { immediate: !0 }
@@ -15,7 +15,7 @@ function _(l) {
15
15
  const t = a("");
16
16
  i(t, (r) => {
17
17
  if (r.length) {
18
- v();
18
+ f();
19
19
  return;
20
20
  }
21
21
  o();
@@ -23,24 +23,24 @@ function _(l) {
23
23
  function o() {
24
24
  t.value = "", e.value = void 0, s.value = [];
25
25
  }
26
- const s = a([]), v = () => {
26
+ const s = a([]), f = () => {
27
27
  e.value = 0, s.value = n.search(t.value, {
28
28
  limit: d
29
29
  });
30
- }, u = h(() => t.value.length !== 0 ? s.value : n._docs.slice(0, d).map((c, m) => ({
30
+ }, u = h(() => t.value.length !== 0 ? s.value : n._docs.slice(0, d).map((c, S) => ({
31
31
  item: c,
32
- refIndex: m
33
- }))), f = h(
32
+ refIndex: S
33
+ }))), m = h(
34
34
  () => typeof e.value == "number" ? u.value[e.value] : void 0
35
35
  );
36
36
  return {
37
37
  resetSearch: o,
38
38
  selectedIndex: e,
39
- selectedSearchResult: f,
39
+ selectedSearchResult: m,
40
40
  searchResultsWithPlaceholderResults: u,
41
41
  query: t
42
42
  };
43
43
  }
44
44
  export {
45
- _ as useSearchIndex
45
+ g as useSearchIndex
46
46
  };
@@ -1,4 +1,4 @@
1
- import type { TraversedEntry } from '../../features/traverse-schema';
1
+ import type { TraversedEntry } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
2
2
  import type { ParameterMap } from '../../libs/openapi.js';
3
3
  export type EntryType = 'operation' | 'webhook' | 'model' | 'heading' | 'tag';
4
4
  export type FuseData = {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/Search/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAA;AAE7E,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,SAAS,CAAA;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,YAAY,CAAA;IACvC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,cAAc,CAAA;CACtB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/features/Search/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8DAA8D,CAAA;AAElG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,KAAK,CAAA;AAE7E,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,SAAS,CAAA;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,YAAY,CAAA;IACvC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,cAAc,CAAA;CACtB,CAAA"}
@@ -144,7 +144,7 @@ declare const client: import("vue").Ref<{
144
144
  } | undefined;
145
145
  };
146
146
  description?: string | undefined;
147
- "x-default-scopes"?: string | string[] | undefined;
147
+ "x-default-scopes"?: string[] | undefined;
148
148
  }>;
149
149
  requests: Record<string, {
150
150
  uid: string & import("zod").BRAND<"operation">;
@@ -402,7 +402,7 @@ declare const client: import("vue").Ref<{
402
402
  } | undefined;
403
403
  raw?: {
404
404
  value: string;
405
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
405
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
406
406
  mimeType?: string | undefined;
407
407
  } | undefined;
408
408
  };
@@ -1854,7 +1854,7 @@ declare const client: import("vue").Ref<{
1854
1854
  } | undefined;
1855
1855
  raw?: {
1856
1856
  value: string;
1857
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
1857
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
1858
1858
  mimeType?: string | undefined;
1859
1859
  } | undefined;
1860
1860
  };
@@ -1955,7 +1955,7 @@ declare const client: import("vue").Ref<{
1955
1955
  } | undefined;
1956
1956
  raw?: {
1957
1957
  value: string;
1958
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
1958
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
1959
1959
  mimeType?: string | undefined;
1960
1960
  } | undefined;
1961
1961
  };
@@ -2057,7 +2057,7 @@ declare const client: import("vue").Ref<{
2057
2057
  } | undefined;
2058
2058
  raw?: {
2059
2059
  value: string;
2060
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2060
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2061
2061
  mimeType?: string | undefined;
2062
2062
  } | undefined;
2063
2063
  };
@@ -2158,7 +2158,7 @@ declare const client: import("vue").Ref<{
2158
2158
  } | undefined;
2159
2159
  raw?: {
2160
2160
  value: string;
2161
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2161
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2162
2162
  mimeType?: string | undefined;
2163
2163
  } | undefined;
2164
2164
  };
@@ -2258,7 +2258,7 @@ declare const client: import("vue").Ref<{
2258
2258
  } | undefined;
2259
2259
  raw?: {
2260
2260
  value: string;
2261
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2261
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2262
2262
  mimeType?: string | undefined;
2263
2263
  } | undefined;
2264
2264
  };
@@ -2358,7 +2358,7 @@ declare const client: import("vue").Ref<{
2358
2358
  } | undefined;
2359
2359
  raw?: {
2360
2360
  value: string;
2361
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2361
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2362
2362
  mimeType?: string | undefined;
2363
2363
  } | undefined;
2364
2364
  };
@@ -2459,7 +2459,7 @@ declare const client: import("vue").Ref<{
2459
2459
  } | undefined;
2460
2460
  raw?: {
2461
2461
  value: string;
2462
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2462
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2463
2463
  mimeType?: string | undefined;
2464
2464
  } | undefined;
2465
2465
  };
@@ -2559,7 +2559,7 @@ declare const client: import("vue").Ref<{
2559
2559
  } | undefined;
2560
2560
  raw?: {
2561
2561
  value: string;
2562
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2562
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2563
2563
  mimeType?: string | undefined;
2564
2564
  } | undefined;
2565
2565
  };
@@ -2659,7 +2659,7 @@ declare const client: import("vue").Ref<{
2659
2659
  } | undefined;
2660
2660
  raw?: {
2661
2661
  value: string;
2662
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
2662
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
2663
2663
  mimeType?: string | undefined;
2664
2664
  } | undefined;
2665
2665
  };
@@ -2762,7 +2762,7 @@ declare const client: import("vue").Ref<{
2762
2762
  } | undefined;
2763
2763
  };
2764
2764
  description?: string | undefined;
2765
- "x-default-scopes"?: string | string[] | undefined;
2765
+ "x-default-scopes"?: string[] | undefined;
2766
2766
  }) => void;
2767
2767
  add: (payload: import("@scalar/types/entities").SecuritySchemePayload, collectionUid: import("@scalar/oas-utils/entities/spec").Collection["uid"]) => {
2768
2768
  type: "apiKey";
@@ -2855,7 +2855,7 @@ declare const client: import("vue").Ref<{
2855
2855
  } | undefined;
2856
2856
  };
2857
2857
  description?: string | undefined;
2858
- "x-default-scopes"?: string | string[] | undefined;
2858
+ "x-default-scopes"?: string[] | undefined;
2859
2859
  };
2860
2860
  delete: (schemeUid: import("@scalar/types/entities").SecurityScheme["uid"]) => void;
2861
2861
  set: (item: {
@@ -2949,7 +2949,7 @@ declare const client: import("vue").Ref<{
2949
2949
  } | undefined;
2950
2950
  };
2951
2951
  description?: string | undefined;
2952
- "x-default-scopes"?: string | string[] | undefined;
2952
+ "x-default-scopes"?: string[] | undefined;
2953
2953
  }) => void;
2954
2954
  edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-credentials-location" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-credentials-location" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-credentials-location" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
2955
2955
  type: "apiKey";
@@ -3090,7 +3090,7 @@ declare const client: import("vue").Ref<{
3090
3090
  } | undefined;
3091
3091
  };
3092
3092
  description?: string | undefined;
3093
- "x-default-scopes"?: string | string[] | undefined;
3093
+ "x-default-scopes"?: string[] | undefined;
3094
3094
  }[P] : P extends `${infer K}.${infer R_3}` ? K extends "description" | "type" | "uid" | "nameKey" | "x-default-scopes" | "flows" ? R_3 extends import("@scalar/object-utils/nested").Path<{
3095
3095
  type: "oauth2";
3096
3096
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -3158,7 +3158,7 @@ declare const client: import("vue").Ref<{
3158
3158
  } | undefined;
3159
3159
  };
3160
3160
  description?: string | undefined;
3161
- "x-default-scopes"?: string | string[] | undefined;
3161
+ "x-default-scopes"?: string[] | undefined;
3162
3162
  }[K]> ? import("@scalar/object-utils/nested").PathValue<{
3163
3163
  type: "oauth2";
3164
3164
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -3226,7 +3226,7 @@ declare const client: import("vue").Ref<{
3226
3226
  } | undefined;
3227
3227
  };
3228
3228
  description?: string | undefined;
3229
- "x-default-scopes"?: string | string[] | undefined;
3229
+ "x-default-scopes"?: string[] | undefined;
3230
3230
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
3231
3231
  untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-credentials-location" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-credentials-location" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-credentials-location" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3232
3232
  type: "apiKey";
@@ -3367,7 +3367,7 @@ declare const client: import("vue").Ref<{
3367
3367
  } | undefined;
3368
3368
  };
3369
3369
  description?: string | undefined;
3370
- "x-default-scopes"?: string | string[] | undefined;
3370
+ "x-default-scopes"?: string[] | undefined;
3371
3371
  }[P] : P extends `${infer K}.${infer R_3}` ? K extends "description" | "type" | "uid" | "nameKey" | "x-default-scopes" | "flows" ? R_3 extends import("@scalar/object-utils/nested").Path<{
3372
3372
  type: "oauth2";
3373
3373
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -3435,7 +3435,7 @@ declare const client: import("vue").Ref<{
3435
3435
  } | undefined;
3436
3436
  };
3437
3437
  description?: string | undefined;
3438
- "x-default-scopes"?: string | string[] | undefined;
3438
+ "x-default-scopes"?: string[] | undefined;
3439
3439
  }[K]> ? import("@scalar/object-utils/nested").PathValue<{
3440
3440
  type: "oauth2";
3441
3441
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -3503,7 +3503,7 @@ declare const client: import("vue").Ref<{
3503
3503
  } | undefined;
3504
3504
  };
3505
3505
  description?: string | undefined;
3506
- "x-default-scopes"?: string | string[] | undefined;
3506
+ "x-default-scopes"?: string[] | undefined;
3507
3507
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
3508
3508
  undo: (uid: string & import("zod").BRAND<"securityScheme">) => void;
3509
3509
  redo: (uid: string & import("zod").BRAND<"securityScheme">) => void;
@@ -4102,7 +4102,7 @@ declare const client: import("vue").Ref<{
4102
4102
  } | undefined;
4103
4103
  };
4104
4104
  description?: string | undefined;
4105
- "x-default-scopes"?: string | string[] | undefined;
4105
+ "x-default-scopes"?: string[] | undefined;
4106
4106
  }>;
4107
4107
  requests: Record<string, {
4108
4108
  uid: string & import("zod").BRAND<"operation">;
@@ -4360,7 +4360,7 @@ declare const client: import("vue").Ref<{
4360
4360
  } | undefined;
4361
4361
  raw?: {
4362
4362
  value: string;
4363
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
4363
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
4364
4364
  mimeType?: string | undefined;
4365
4365
  } | undefined;
4366
4366
  };
@@ -5812,7 +5812,7 @@ declare const client: import("vue").Ref<{
5812
5812
  } | undefined;
5813
5813
  raw?: {
5814
5814
  value: string;
5815
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
5815
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
5816
5816
  mimeType?: string | undefined;
5817
5817
  } | undefined;
5818
5818
  };
@@ -5913,7 +5913,7 @@ declare const client: import("vue").Ref<{
5913
5913
  } | undefined;
5914
5914
  raw?: {
5915
5915
  value: string;
5916
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
5916
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
5917
5917
  mimeType?: string | undefined;
5918
5918
  } | undefined;
5919
5919
  };
@@ -6015,7 +6015,7 @@ declare const client: import("vue").Ref<{
6015
6015
  } | undefined;
6016
6016
  raw?: {
6017
6017
  value: string;
6018
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6018
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6019
6019
  mimeType?: string | undefined;
6020
6020
  } | undefined;
6021
6021
  };
@@ -6116,7 +6116,7 @@ declare const client: import("vue").Ref<{
6116
6116
  } | undefined;
6117
6117
  raw?: {
6118
6118
  value: string;
6119
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6119
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6120
6120
  mimeType?: string | undefined;
6121
6121
  } | undefined;
6122
6122
  };
@@ -6216,7 +6216,7 @@ declare const client: import("vue").Ref<{
6216
6216
  } | undefined;
6217
6217
  raw?: {
6218
6218
  value: string;
6219
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6219
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6220
6220
  mimeType?: string | undefined;
6221
6221
  } | undefined;
6222
6222
  };
@@ -6316,7 +6316,7 @@ declare const client: import("vue").Ref<{
6316
6316
  } | undefined;
6317
6317
  raw?: {
6318
6318
  value: string;
6319
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6319
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6320
6320
  mimeType?: string | undefined;
6321
6321
  } | undefined;
6322
6322
  };
@@ -6417,7 +6417,7 @@ declare const client: import("vue").Ref<{
6417
6417
  } | undefined;
6418
6418
  raw?: {
6419
6419
  value: string;
6420
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6420
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6421
6421
  mimeType?: string | undefined;
6422
6422
  } | undefined;
6423
6423
  };
@@ -6517,7 +6517,7 @@ declare const client: import("vue").Ref<{
6517
6517
  } | undefined;
6518
6518
  raw?: {
6519
6519
  value: string;
6520
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6520
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6521
6521
  mimeType?: string | undefined;
6522
6522
  } | undefined;
6523
6523
  };
@@ -6617,7 +6617,7 @@ declare const client: import("vue").Ref<{
6617
6617
  } | undefined;
6618
6618
  raw?: {
6619
6619
  value: string;
6620
- encoding: "xml" | "json" | "html" | "text" | "javascript" | "yaml" | "edn";
6620
+ encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
6621
6621
  mimeType?: string | undefined;
6622
6622
  } | undefined;
6623
6623
  };
@@ -6720,7 +6720,7 @@ declare const client: import("vue").Ref<{
6720
6720
  } | undefined;
6721
6721
  };
6722
6722
  description?: string | undefined;
6723
- "x-default-scopes"?: string | string[] | undefined;
6723
+ "x-default-scopes"?: string[] | undefined;
6724
6724
  }) => void;
6725
6725
  add: (payload: import("@scalar/types/entities").SecuritySchemePayload, collectionUid: import("@scalar/oas-utils/entities/spec").Collection["uid"]) => {
6726
6726
  type: "apiKey";
@@ -6813,7 +6813,7 @@ declare const client: import("vue").Ref<{
6813
6813
  } | undefined;
6814
6814
  };
6815
6815
  description?: string | undefined;
6816
- "x-default-scopes"?: string | string[] | undefined;
6816
+ "x-default-scopes"?: string[] | undefined;
6817
6817
  };
6818
6818
  delete: (schemeUid: import("@scalar/types/entities").SecurityScheme["uid"]) => void;
6819
6819
  set: (item: {
@@ -6907,7 +6907,7 @@ declare const client: import("vue").Ref<{
6907
6907
  } | undefined;
6908
6908
  };
6909
6909
  description?: string | undefined;
6910
- "x-default-scopes"?: string | string[] | undefined;
6910
+ "x-default-scopes"?: string[] | undefined;
6911
6911
  }) => void;
6912
6912
  edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-credentials-location" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-credentials-location" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-credentials-location" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
6913
6913
  type: "apiKey";
@@ -7048,7 +7048,7 @@ declare const client: import("vue").Ref<{
7048
7048
  } | undefined;
7049
7049
  };
7050
7050
  description?: string | undefined;
7051
- "x-default-scopes"?: string | string[] | undefined;
7051
+ "x-default-scopes"?: string[] | undefined;
7052
7052
  }[P] : P extends `${infer K}.${infer R_3}` ? K extends "description" | "type" | "uid" | "nameKey" | "x-default-scopes" | "flows" ? R_3 extends import("@scalar/object-utils/nested").Path<{
7053
7053
  type: "oauth2";
7054
7054
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -7116,7 +7116,7 @@ declare const client: import("vue").Ref<{
7116
7116
  } | undefined;
7117
7117
  };
7118
7118
  description?: string | undefined;
7119
- "x-default-scopes"?: string | string[] | undefined;
7119
+ "x-default-scopes"?: string[] | undefined;
7120
7120
  }[K]> ? import("@scalar/object-utils/nested").PathValue<{
7121
7121
  type: "oauth2";
7122
7122
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -7184,7 +7184,7 @@ declare const client: import("vue").Ref<{
7184
7184
  } | undefined;
7185
7185
  };
7186
7186
  description?: string | undefined;
7187
- "x-default-scopes"?: string | string[] | undefined;
7187
+ "x-default-scopes"?: string[] | undefined;
7188
7188
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
7189
7189
  untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-credentials-location" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-credentials-location" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-credentials-location" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
7190
7190
  type: "apiKey";
@@ -7325,7 +7325,7 @@ declare const client: import("vue").Ref<{
7325
7325
  } | undefined;
7326
7326
  };
7327
7327
  description?: string | undefined;
7328
- "x-default-scopes"?: string | string[] | undefined;
7328
+ "x-default-scopes"?: string[] | undefined;
7329
7329
  }[P] : P extends `${infer K}.${infer R_3}` ? K extends "description" | "type" | "uid" | "nameKey" | "x-default-scopes" | "flows" ? R_3 extends import("@scalar/object-utils/nested").Path<{
7330
7330
  type: "oauth2";
7331
7331
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -7393,7 +7393,7 @@ declare const client: import("vue").Ref<{
7393
7393
  } | undefined;
7394
7394
  };
7395
7395
  description?: string | undefined;
7396
- "x-default-scopes"?: string | string[] | undefined;
7396
+ "x-default-scopes"?: string[] | undefined;
7397
7397
  }[K]> ? import("@scalar/object-utils/nested").PathValue<{
7398
7398
  type: "oauth2";
7399
7399
  uid: string & import("zod").BRAND<"securityScheme">;
@@ -7461,7 +7461,7 @@ declare const client: import("vue").Ref<{
7461
7461
  } | undefined;
7462
7462
  };
7463
7463
  description?: string | undefined;
7464
- "x-default-scopes"?: string | string[] | undefined;
7464
+ "x-default-scopes"?: string[] | undefined;
7465
7465
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
7466
7466
  undo: (uid: string & import("zod").BRAND<"securityScheme">) => void;
7467
7467
  redo: (uid: string & import("zod").BRAND<"securityScheme">) => void;