@scalar/workspace-store 0.12.0 → 0.14.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 (431) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/dist/client.d.ts +252 -30
  3. package/dist/client.d.ts.map +1 -1
  4. package/dist/client.js +144 -277
  5. package/dist/client.js.map +2 -2
  6. package/dist/helpers/apply-selective-updates.d.ts +1 -1
  7. package/dist/helpers/apply-selective-updates.d.ts.map +1 -1
  8. package/dist/helpers/apply-selective-updates.js +1 -1
  9. package/dist/helpers/apply-selective-updates.js.map +2 -2
  10. package/dist/helpers/deep-clone.d.ts +21 -0
  11. package/dist/helpers/deep-clone.d.ts.map +1 -0
  12. package/dist/helpers/deep-clone.js +18 -0
  13. package/dist/helpers/deep-clone.js.map +7 -0
  14. package/dist/helpers/get-resolved-ref.d.ts +19 -0
  15. package/dist/helpers/get-resolved-ref.d.ts.map +1 -0
  16. package/dist/helpers/get-resolved-ref.js +13 -0
  17. package/dist/helpers/get-resolved-ref.js.map +7 -0
  18. package/dist/helpers/merge-object.d.ts +9 -1
  19. package/dist/helpers/merge-object.d.ts.map +1 -1
  20. package/dist/helpers/merge-object.js +10 -2
  21. package/dist/helpers/merge-object.js.map +2 -2
  22. package/dist/helpers/overrides-proxy.d.ts +43 -1
  23. package/dist/helpers/overrides-proxy.d.ts.map +1 -1
  24. package/dist/helpers/overrides-proxy.js +2 -2
  25. package/dist/helpers/overrides-proxy.js.map +2 -2
  26. package/dist/mutators/helpers.d.ts +2 -34830
  27. package/dist/mutators/helpers.d.ts.map +1 -1
  28. package/dist/mutators/helpers.js.map +2 -2
  29. package/dist/mutators/request-example.d.ts.map +1 -1
  30. package/dist/mutators/request-example.js +4 -7
  31. package/dist/mutators/request-example.js.map +2 -2
  32. package/dist/navigation/helpers/traverse-document.js +2 -2
  33. package/dist/navigation/helpers/traverse-document.js.map +2 -2
  34. package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
  35. package/dist/navigation/helpers/traverse-paths.js +8 -5
  36. package/dist/navigation/helpers/traverse-paths.js.map +2 -2
  37. package/dist/navigation/helpers/traverse-schemas.d.ts.map +1 -1
  38. package/dist/navigation/helpers/traverse-schemas.js +8 -5
  39. package/dist/navigation/helpers/traverse-schemas.js.map +2 -2
  40. package/dist/navigation/helpers/traverse-webhooks.d.ts.map +1 -1
  41. package/dist/navigation/helpers/traverse-webhooks.js +9 -5
  42. package/dist/navigation/helpers/traverse-webhooks.js.map +2 -2
  43. package/dist/navigation/types.d.ts +3 -3
  44. package/dist/navigation/types.d.ts.map +1 -1
  45. package/dist/plugins.d.ts +93 -0
  46. package/dist/plugins.d.ts.map +1 -0
  47. package/dist/plugins.js +107 -0
  48. package/dist/plugins.js.map +7 -0
  49. package/dist/schemas/extensions/document/x-internal.d.ts +4 -0
  50. package/dist/schemas/extensions/document/x-internal.d.ts.map +1 -0
  51. package/dist/schemas/extensions/document/x-internal.js +8 -0
  52. package/dist/schemas/extensions/document/x-internal.js.map +7 -0
  53. package/dist/schemas/extensions/document/x-scalar-icon.d.ts +4 -0
  54. package/dist/schemas/extensions/document/x-scalar-icon.d.ts.map +1 -0
  55. package/dist/schemas/extensions/document/x-scalar-icon.js +8 -0
  56. package/dist/schemas/extensions/document/x-scalar-icon.js.map +7 -0
  57. package/dist/schemas/extensions/document/x-scalar-ignore.d.ts +4 -0
  58. package/dist/schemas/extensions/document/x-scalar-ignore.d.ts.map +1 -0
  59. package/dist/schemas/extensions/document/x-scalar-ignore.js +8 -0
  60. package/dist/schemas/extensions/document/x-scalar-ignore.js.map +7 -0
  61. package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts +8 -0
  62. package/dist/schemas/extensions/document/x-scalar-sdk-installation.d.ts.map +1 -0
  63. package/dist/schemas/extensions/document/x-scalar-sdk-installation.js +16 -0
  64. package/dist/schemas/extensions/document/x-scalar-sdk-installation.js.map +7 -0
  65. package/dist/schemas/extensions/operation/x-badge.d.ts +58 -0
  66. package/dist/schemas/extensions/operation/x-badge.d.ts.map +1 -0
  67. package/dist/schemas/extensions/operation/x-badge.js +41 -0
  68. package/dist/schemas/extensions/operation/x-badge.js.map +7 -0
  69. package/dist/schemas/extensions/operation/x-code-samples.d.ts +23 -0
  70. package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -0
  71. package/dist/schemas/extensions/operation/x-code-samples.js +16 -0
  72. package/dist/schemas/extensions/operation/x-code-samples.js.map +7 -0
  73. package/dist/schemas/extensions/operation/x-post-response.d.ts +19 -0
  74. package/dist/schemas/extensions/operation/x-post-response.d.ts.map +1 -0
  75. package/dist/schemas/extensions/operation/x-post-response.js +8 -0
  76. package/dist/schemas/extensions/operation/x-post-response.js.map +7 -0
  77. package/dist/schemas/extensions/operation/x-scalar-stability.d.ts +18 -0
  78. package/dist/schemas/extensions/operation/x-scalar-stability.d.ts.map +1 -0
  79. package/dist/schemas/extensions/operation/x-scalar-stability.js +16 -0
  80. package/dist/schemas/extensions/operation/x-scalar-stability.js.map +7 -0
  81. package/dist/schemas/extensions/schema/x-additional-properties-name.d.ts +11 -0
  82. package/dist/schemas/extensions/schema/x-additional-properties-name.d.ts.map +1 -0
  83. package/dist/schemas/extensions/schema/x-additional-properties-name.js +8 -0
  84. package/dist/schemas/extensions/schema/x-additional-properties-name.js.map +7 -0
  85. package/dist/schemas/extensions/schema/x-enum-descriptions.d.ts +17 -0
  86. package/dist/schemas/extensions/schema/x-enum-descriptions.d.ts.map +1 -0
  87. package/dist/schemas/extensions/schema/x-enum-descriptions.js +8 -0
  88. package/dist/schemas/extensions/schema/x-enum-descriptions.js.map +7 -0
  89. package/dist/schemas/extensions/schema/x-variable.d.ts +4 -0
  90. package/dist/schemas/extensions/schema/x-variable.d.ts.map +1 -0
  91. package/dist/schemas/extensions/schema/x-variable.js +8 -0
  92. package/dist/schemas/extensions/schema/x-variable.js.map +7 -0
  93. package/dist/schemas/extensions/security/x-scalar-credentials-location.d.ts +17 -0
  94. package/dist/schemas/extensions/security/x-scalar-credentials-location.d.ts.map +1 -0
  95. package/dist/schemas/extensions/security/x-scalar-credentials-location.js +8 -0
  96. package/dist/schemas/extensions/security/x-scalar-credentials-location.js.map +7 -0
  97. package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts +4 -0
  98. package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts.map +1 -0
  99. package/dist/schemas/extensions/security/x-scalar-redirect-uri.js +8 -0
  100. package/dist/schemas/extensions/security/x-scalar-redirect-uri.js.map +7 -0
  101. package/dist/schemas/extensions/security/x-scalar-security-body.d.ts +15 -0
  102. package/dist/schemas/extensions/security/x-scalar-security-body.d.ts.map +1 -0
  103. package/dist/schemas/extensions/security/x-scalar-security-body.js +8 -0
  104. package/dist/schemas/extensions/security/x-scalar-security-body.js.map +7 -0
  105. package/dist/schemas/extensions/security/x-scalar-security-query.d.ts +15 -0
  106. package/dist/schemas/extensions/security/x-scalar-security-query.d.ts.map +1 -0
  107. package/dist/schemas/extensions/security/x-scalar-security-query.js +8 -0
  108. package/dist/schemas/extensions/security/x-scalar-security-query.js.map +7 -0
  109. package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts +18 -0
  110. package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts.map +1 -0
  111. package/dist/schemas/extensions/security/x-scalar-security-secrets.js +13 -0
  112. package/dist/schemas/extensions/security/x-scalar-security-secrets.js.map +7 -0
  113. package/dist/schemas/extensions/security/x-tokenName.d.ts +12 -0
  114. package/dist/schemas/extensions/security/x-tokenName.d.ts.map +1 -0
  115. package/dist/schemas/extensions/security/x-tokenName.js +8 -0
  116. package/dist/schemas/extensions/security/x-tokenName.js.map +7 -0
  117. package/dist/schemas/extensions/security/x-use-pkce.d.ts +7 -0
  118. package/dist/schemas/extensions/security/x-use-pkce.d.ts.map +1 -0
  119. package/dist/schemas/extensions/security/x-use-pkce.js +13 -0
  120. package/dist/schemas/extensions/security/x-use-pkce.js.map +7 -0
  121. package/dist/schemas/extensions/tag/x-display-name.d.ts +12 -0
  122. package/dist/schemas/extensions/tag/x-display-name.d.ts.map +1 -0
  123. package/dist/schemas/extensions/tag/x-display-name.js +8 -0
  124. package/dist/schemas/extensions/tag/x-display-name.js.map +7 -0
  125. package/dist/schemas/extensions/tag/x-tag-groups.d.ts +28 -0
  126. package/dist/schemas/extensions/tag/x-tag-groups.d.ts.map +1 -0
  127. package/dist/schemas/extensions/tag/x-tag-groups.js +19 -0
  128. package/dist/schemas/extensions/tag/x-tag-groups.js.map +7 -0
  129. package/dist/schemas/inmemory-workspace.d.ts +48 -5545
  130. package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
  131. package/dist/schemas/inmemory-workspace.js +12 -3
  132. package/dist/schemas/inmemory-workspace.js.map +2 -2
  133. package/dist/schemas/reference-config/index.d.ts +12 -4
  134. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  135. package/dist/schemas/reference-config/index.js +0 -6
  136. package/dist/schemas/reference-config/index.js.map +2 -2
  137. package/dist/schemas/reference-config/settings.d.ts +12 -1
  138. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  139. package/dist/schemas/reference-config/settings.js +9 -2
  140. package/dist/schemas/reference-config/settings.js.map +2 -2
  141. package/dist/schemas/typebox-coerce.d.ts.map +1 -1
  142. package/dist/schemas/typebox-coerce.js +1 -3
  143. package/dist/schemas/typebox-coerce.js.map +2 -2
  144. package/dist/schemas/v3.1/loose/callback.d.ts +10 -0
  145. package/dist/schemas/v3.1/loose/callback.d.ts.map +1 -0
  146. package/dist/schemas/v3.1/loose/callback.js +11 -0
  147. package/dist/schemas/v3.1/loose/callback.js.map +7 -0
  148. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-cookies.d.ts +16 -0
  149. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-cookies.d.ts.map +1 -0
  150. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-cookies.js +13 -0
  151. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-cookies.js.map +7 -0
  152. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-environments.d.ts +27 -0
  153. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-environments.d.ts.map +1 -0
  154. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-environments.js +23 -0
  155. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-environments.js.map +7 -0
  156. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-request-example.d.ts +38 -0
  157. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-request-example.d.ts.map +1 -0
  158. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-request-example.js +45 -0
  159. package/dist/schemas/v3.1/loose/client-config-extensions/x-scalar-client-config-request-example.js.map +7 -0
  160. package/dist/schemas/v3.1/loose/components.d.ts +43 -0
  161. package/dist/schemas/v3.1/loose/components.d.ts.map +1 -0
  162. package/dist/schemas/v3.1/loose/components.js +41 -0
  163. package/dist/schemas/v3.1/loose/components.js.map +7 -0
  164. package/dist/schemas/v3.1/loose/contact.d.ts +10 -0
  165. package/dist/schemas/v3.1/loose/contact.d.ts.map +1 -0
  166. package/dist/schemas/v3.1/loose/contact.js +13 -0
  167. package/dist/schemas/v3.1/loose/contact.js.map +7 -0
  168. package/dist/schemas/v3.1/loose/discriminator.d.ts +12 -0
  169. package/dist/schemas/v3.1/loose/discriminator.d.ts.map +1 -0
  170. package/dist/schemas/v3.1/loose/discriminator.js +11 -0
  171. package/dist/schemas/v3.1/loose/discriminator.js.map +7 -0
  172. package/dist/schemas/v3.1/loose/encoding.d.ts +15 -0
  173. package/dist/schemas/v3.1/loose/encoding.d.ts.map +1 -0
  174. package/dist/schemas/v3.1/loose/encoding.js +12 -0
  175. package/dist/schemas/v3.1/loose/encoding.js.map +7 -0
  176. package/dist/schemas/v3.1/loose/example.d.ts +16 -0
  177. package/dist/schemas/v3.1/loose/example.d.ts.map +1 -0
  178. package/dist/schemas/v3.1/loose/example.js +15 -0
  179. package/dist/schemas/v3.1/loose/example.js.map +7 -0
  180. package/dist/schemas/v3.1/loose/external-documentation.d.ts +8 -0
  181. package/dist/schemas/v3.1/loose/external-documentation.d.ts.map +1 -0
  182. package/dist/schemas/v3.1/loose/external-documentation.js +11 -0
  183. package/dist/schemas/v3.1/loose/external-documentation.js.map +7 -0
  184. package/dist/schemas/v3.1/loose/header.d.ts +355 -0
  185. package/dist/schemas/v3.1/loose/header.d.ts.map +1 -0
  186. package/dist/schemas/v3.1/loose/header.js +43 -0
  187. package/dist/schemas/v3.1/loose/header.js.map +7 -0
  188. package/dist/schemas/v3.1/loose/info.d.ts +48 -0
  189. package/dist/schemas/v3.1/loose/info.d.ts.map +1 -0
  190. package/dist/schemas/v3.1/loose/info.js +29 -0
  191. package/dist/schemas/v3.1/loose/info.js.map +7 -0
  192. package/dist/schemas/v3.1/loose/license.d.ts +10 -0
  193. package/dist/schemas/v3.1/loose/license.d.ts.map +1 -0
  194. package/dist/schemas/v3.1/loose/license.js +13 -0
  195. package/dist/schemas/v3.1/loose/license.js.map +7 -0
  196. package/dist/schemas/v3.1/loose/link.d.ts +30 -0
  197. package/dist/schemas/v3.1/loose/link.d.ts.map +1 -0
  198. package/dist/schemas/v3.1/loose/link.js +20 -0
  199. package/dist/schemas/v3.1/loose/link.js.map +7 -0
  200. package/dist/schemas/v3.1/loose/media-header-encoding.d.ts +1012 -0
  201. package/dist/schemas/v3.1/loose/media-header-encoding.d.ts.map +1 -0
  202. package/dist/schemas/v3.1/loose/media-header-encoding.js +19 -0
  203. package/dist/schemas/v3.1/loose/media-header-encoding.js.map +7 -0
  204. package/dist/schemas/v3.1/loose/media-type.d.ts +161 -0
  205. package/dist/schemas/v3.1/loose/media-type.d.ts.map +1 -0
  206. package/dist/schemas/v3.1/loose/media-type.js +18 -0
  207. package/dist/schemas/v3.1/loose/media-type.js.map +7 -0
  208. package/dist/schemas/v3.1/loose/oauth-flow.d.ts +95 -0
  209. package/dist/schemas/v3.1/loose/oauth-flow.d.ts.map +1 -0
  210. package/dist/schemas/v3.1/loose/oauth-flow.js +57 -0
  211. package/dist/schemas/v3.1/loose/oauth-flow.js.map +7 -0
  212. package/dist/schemas/v3.1/loose/oauthflows.d.ts +43 -0
  213. package/dist/schemas/v3.1/loose/oauthflows.d.ts.map +1 -0
  214. package/dist/schemas/v3.1/loose/oauthflows.js +21 -0
  215. package/dist/schemas/v3.1/loose/oauthflows.js.map +7 -0
  216. package/dist/schemas/v3.1/loose/openapi-document.d.ts +115 -0
  217. package/dist/schemas/v3.1/loose/openapi-document.d.ts.map +1 -0
  218. package/dist/schemas/v3.1/loose/openapi-document.js +64 -0
  219. package/dist/schemas/v3.1/loose/openapi-document.js.map +7 -0
  220. package/dist/schemas/v3.1/loose/operation.d.ts +1645 -0
  221. package/dist/schemas/v3.1/loose/operation.d.ts.map +1 -0
  222. package/dist/schemas/v3.1/loose/operation.js +61 -0
  223. package/dist/schemas/v3.1/loose/operation.js.map +7 -0
  224. package/dist/schemas/v3.1/loose/parameter.d.ts +1074 -0
  225. package/dist/schemas/v3.1/loose/parameter.d.ts.map +1 -0
  226. package/dist/schemas/v3.1/loose/parameter.js +54 -0
  227. package/dist/schemas/v3.1/loose/parameter.js.map +7 -0
  228. package/dist/schemas/v3.1/loose/path-item.d.ts +551 -0
  229. package/dist/schemas/v3.1/loose/path-item.d.ts.map +1 -0
  230. package/dist/schemas/v3.1/loose/path-item.js +42 -0
  231. package/dist/schemas/v3.1/loose/path-item.js.map +7 -0
  232. package/dist/schemas/v3.1/loose/path-operations.d.ts +2196 -0
  233. package/dist/schemas/v3.1/loose/path-operations.d.ts.map +1 -0
  234. package/dist/schemas/v3.1/loose/path-operations.js +21 -0
  235. package/dist/schemas/v3.1/loose/path-operations.js.map +7 -0
  236. package/dist/schemas/v3.1/loose/paths.d.ts +20 -0
  237. package/dist/schemas/v3.1/loose/paths.d.ts.map +1 -0
  238. package/dist/schemas/v3.1/loose/paths.js +11 -0
  239. package/dist/schemas/v3.1/loose/paths.js.map +7 -0
  240. package/dist/schemas/v3.1/loose/reference.d.ts +26 -0
  241. package/dist/schemas/v3.1/loose/reference.d.ts.map +1 -0
  242. package/dist/schemas/v3.1/loose/reference.js +24 -0
  243. package/dist/schemas/v3.1/loose/reference.js.map +7 -0
  244. package/dist/schemas/v3.1/loose/request-body.d.ts +339 -0
  245. package/dist/schemas/v3.1/loose/request-body.d.ts.map +1 -0
  246. package/dist/schemas/v3.1/loose/request-body.js +14 -0
  247. package/dist/schemas/v3.1/loose/request-body.js.map +7 -0
  248. package/dist/schemas/v3.1/loose/response.d.ts +698 -0
  249. package/dist/schemas/v3.1/loose/response.d.ts.map +1 -0
  250. package/dist/schemas/v3.1/loose/response.js +18 -0
  251. package/dist/schemas/v3.1/loose/response.js.map +7 -0
  252. package/dist/schemas/v3.1/loose/responses.d.ts +710 -0
  253. package/dist/schemas/v3.1/loose/responses.d.ts.map +1 -0
  254. package/dist/schemas/v3.1/loose/responses.js +11 -0
  255. package/dist/schemas/v3.1/loose/responses.js.map +7 -0
  256. package/dist/schemas/v3.1/loose/schema.d.ts +373 -0
  257. package/dist/schemas/v3.1/loose/schema.d.ts.map +1 -0
  258. package/dist/schemas/v3.1/loose/schema.js +146 -0
  259. package/dist/schemas/v3.1/loose/schema.js.map +7 -0
  260. package/dist/schemas/v3.1/loose/security-requirement.d.ts +11 -0
  261. package/dist/schemas/v3.1/loose/security-requirement.d.ts.map +1 -0
  262. package/dist/schemas/v3.1/loose/security-requirement.js +10 -0
  263. package/dist/schemas/v3.1/loose/security-requirement.js.map +7 -0
  264. package/dist/schemas/v3.1/loose/security-scheme.d.ts +169 -0
  265. package/dist/schemas/v3.1/loose/security-scheme.d.ts.map +1 -0
  266. package/dist/schemas/v3.1/loose/security-scheme.js +64 -0
  267. package/dist/schemas/v3.1/loose/security-scheme.js.map +7 -0
  268. package/dist/schemas/v3.1/loose/server-variable.d.ts +10 -0
  269. package/dist/schemas/v3.1/loose/server-variable.d.ts.map +1 -0
  270. package/dist/schemas/v3.1/loose/server-variable.js +13 -0
  271. package/dist/schemas/v3.1/loose/server-variable.js.map +7 -0
  272. package/dist/schemas/v3.1/loose/server.d.ts +14 -0
  273. package/dist/schemas/v3.1/loose/server.d.ts.map +1 -0
  274. package/dist/schemas/v3.1/loose/server.js +14 -0
  275. package/dist/schemas/v3.1/loose/server.js.map +7 -0
  276. package/dist/schemas/v3.1/loose/tag.d.ts +19 -0
  277. package/dist/schemas/v3.1/loose/tag.d.ts.map +1 -0
  278. package/dist/schemas/v3.1/loose/tag.js +23 -0
  279. package/dist/schemas/v3.1/loose/tag.js.map +7 -0
  280. package/dist/schemas/v3.1/loose/xml.d.ts +18 -0
  281. package/dist/schemas/v3.1/loose/xml.d.ts.map +1 -0
  282. package/dist/schemas/v3.1/loose/xml.js +17 -0
  283. package/dist/schemas/v3.1/loose/xml.js.map +7 -0
  284. package/dist/schemas/v3.1/strict/callback.d.ts +1 -8
  285. package/dist/schemas/v3.1/strict/callback.d.ts.map +1 -1
  286. package/dist/schemas/v3.1/strict/callback.js +5 -10
  287. package/dist/schemas/v3.1/strict/callback.js.map +2 -2
  288. package/dist/schemas/v3.1/strict/components.d.ts +24 -28
  289. package/dist/schemas/v3.1/strict/components.d.ts.map +1 -1
  290. package/dist/schemas/v3.1/strict/components.js +35 -32
  291. package/dist/schemas/v3.1/strict/components.js.map +2 -2
  292. package/dist/schemas/v3.1/strict/contact.d.ts +2 -2
  293. package/dist/schemas/v3.1/strict/contact.d.ts.map +1 -1
  294. package/dist/schemas/v3.1/strict/contact.js +8 -13
  295. package/dist/schemas/v3.1/strict/contact.js.map +2 -2
  296. package/dist/schemas/v3.1/strict/discriminator.d.ts +2 -2
  297. package/dist/schemas/v3.1/strict/discriminator.d.ts.map +1 -1
  298. package/dist/schemas/v3.1/strict/discriminator.js +6 -11
  299. package/dist/schemas/v3.1/strict/discriminator.js.map +2 -2
  300. package/dist/schemas/v3.1/strict/encoding.d.ts +3 -10
  301. package/dist/schemas/v3.1/strict/encoding.d.ts.map +1 -1
  302. package/dist/schemas/v3.1/strict/encoding.js +7 -12
  303. package/dist/schemas/v3.1/strict/encoding.js.map +2 -2
  304. package/dist/schemas/v3.1/strict/example.d.ts +2 -2
  305. package/dist/schemas/v3.1/strict/example.d.ts.map +1 -1
  306. package/dist/schemas/v3.1/strict/example.js +10 -15
  307. package/dist/schemas/v3.1/strict/example.js.map +2 -2
  308. package/dist/schemas/v3.1/strict/external-documentation.d.ts +2 -2
  309. package/dist/schemas/v3.1/strict/external-documentation.d.ts.map +1 -1
  310. package/dist/schemas/v3.1/strict/external-documentation.js +6 -11
  311. package/dist/schemas/v3.1/strict/external-documentation.js.map +2 -2
  312. package/dist/schemas/v3.1/strict/header.d.ts +292 -54
  313. package/dist/schemas/v3.1/strict/header.d.ts.map +1 -1
  314. package/dist/schemas/v3.1/strict/header.js +14 -17
  315. package/dist/schemas/v3.1/strict/header.js.map +2 -2
  316. package/dist/schemas/v3.1/strict/info.d.ts +11 -5
  317. package/dist/schemas/v3.1/strict/info.d.ts.map +1 -1
  318. package/dist/schemas/v3.1/strict/info.js +2 -2
  319. package/dist/schemas/v3.1/strict/info.js.map +2 -2
  320. package/dist/schemas/v3.1/strict/license.d.ts +2 -2
  321. package/dist/schemas/v3.1/strict/license.d.ts.map +1 -1
  322. package/dist/schemas/v3.1/strict/license.js +8 -13
  323. package/dist/schemas/v3.1/strict/license.js.map +2 -2
  324. package/dist/schemas/v3.1/strict/link.d.ts +6 -6
  325. package/dist/schemas/v3.1/strict/link.d.ts.map +1 -1
  326. package/dist/schemas/v3.1/strict/link.js +14 -19
  327. package/dist/schemas/v3.1/strict/link.js.map +2 -2
  328. package/dist/schemas/v3.1/strict/media-header-encoding.d.ts +1389 -164
  329. package/dist/schemas/v3.1/strict/media-header-encoding.d.ts.map +1 -1
  330. package/dist/schemas/v3.1/strict/media-type.d.ts +145 -19
  331. package/dist/schemas/v3.1/strict/media-type.d.ts.map +1 -1
  332. package/dist/schemas/v3.1/strict/media-type.js +13 -20
  333. package/dist/schemas/v3.1/strict/media-type.js.map +2 -2
  334. package/dist/schemas/v3.1/strict/oauth-flow.d.ts +24 -8
  335. package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
  336. package/dist/schemas/v3.1/strict/oauth-flow.js +9 -9
  337. package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
  338. package/dist/schemas/v3.1/strict/oauthflows.d.ts +12 -4
  339. package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
  340. package/dist/schemas/v3.1/strict/oauthflows.js +10 -13
  341. package/dist/schemas/v3.1/strict/oauthflows.js.map +2 -2
  342. package/dist/schemas/v3.1/strict/openapi-document.d.ts +7 -5
  343. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  344. package/dist/schemas/v3.1/strict/openapi-document.js +0 -2
  345. package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
  346. package/dist/schemas/v3.1/strict/operation.d.ts +4711 -343
  347. package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
  348. package/dist/schemas/v3.1/strict/operation.js +40 -35
  349. package/dist/schemas/v3.1/strict/operation.js.map +2 -2
  350. package/dist/schemas/v3.1/strict/parameter.d.ts +1226 -164
  351. package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
  352. package/dist/schemas/v3.1/strict/parameter.js +23 -25
  353. package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
  354. package/dist/schemas/v3.1/strict/path-item.d.ts +1320 -102
  355. package/dist/schemas/v3.1/strict/path-item.d.ts.map +1 -1
  356. package/dist/schemas/v3.1/strict/path-item.js +35 -40
  357. package/dist/schemas/v3.1/strict/path-item.js.map +2 -2
  358. package/dist/schemas/v3.1/strict/path-operations.d.ts +10601 -11739
  359. package/dist/schemas/v3.1/strict/path-operations.d.ts.map +1 -1
  360. package/dist/schemas/v3.1/strict/path-operations.js +3 -1
  361. package/dist/schemas/v3.1/strict/path-operations.js.map +2 -2
  362. package/dist/schemas/v3.1/strict/paths.d.ts +3 -5514
  363. package/dist/schemas/v3.1/strict/paths.d.ts.map +1 -1
  364. package/dist/schemas/v3.1/strict/paths.js +4 -9
  365. package/dist/schemas/v3.1/strict/paths.js.map +2 -2
  366. package/dist/schemas/v3.1/strict/reference.d.ts +12 -5
  367. package/dist/schemas/v3.1/strict/reference.d.ts.map +1 -1
  368. package/dist/schemas/v3.1/strict/reference.js +4 -4
  369. package/dist/schemas/v3.1/strict/reference.js.map +2 -2
  370. package/dist/schemas/v3.1/strict/request-body.d.ts +468 -56
  371. package/dist/schemas/v3.1/strict/request-body.d.ts.map +1 -1
  372. package/dist/schemas/v3.1/strict/request-body.js +8 -13
  373. package/dist/schemas/v3.1/strict/request-body.js.map +2 -2
  374. package/dist/schemas/v3.1/strict/response.d.ts +1121 -130
  375. package/dist/schemas/v3.1/strict/response.d.ts.map +1 -1
  376. package/dist/schemas/v3.1/strict/response.js +11 -16
  377. package/dist/schemas/v3.1/strict/response.js.map +2 -2
  378. package/dist/schemas/v3.1/strict/responses.d.ts +2352 -139
  379. package/dist/schemas/v3.1/strict/responses.d.ts.map +1 -1
  380. package/dist/schemas/v3.1/strict/responses.js +4 -6
  381. package/dist/schemas/v3.1/strict/responses.js.map +2 -2
  382. package/dist/schemas/v3.1/strict/schema.d.ts +232 -15
  383. package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
  384. package/dist/schemas/v3.1/strict/schema.js +206 -31
  385. package/dist/schemas/v3.1/strict/schema.js.map +2 -2
  386. package/dist/schemas/v3.1/strict/security-requirement.d.ts +1 -1
  387. package/dist/schemas/v3.1/strict/security-requirement.d.ts.map +1 -1
  388. package/dist/schemas/v3.1/strict/security-requirement.js +4 -9
  389. package/dist/schemas/v3.1/strict/security-requirement.js.map +2 -2
  390. package/dist/schemas/v3.1/strict/security-scheme.d.ts +56 -26
  391. package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
  392. package/dist/schemas/v3.1/strict/security-scheme.js +11 -8
  393. package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
  394. package/dist/schemas/v3.1/strict/server-variable.d.ts +2 -2
  395. package/dist/schemas/v3.1/strict/server-variable.d.ts.map +1 -1
  396. package/dist/schemas/v3.1/strict/server-variable.js +8 -13
  397. package/dist/schemas/v3.1/strict/server-variable.js.map +2 -2
  398. package/dist/schemas/v3.1/strict/server.d.ts +4 -4
  399. package/dist/schemas/v3.1/strict/server.d.ts.map +1 -1
  400. package/dist/schemas/v3.1/strict/server.js +8 -13
  401. package/dist/schemas/v3.1/strict/server.js.map +2 -2
  402. package/dist/schemas/v3.1/strict/tag.d.ts +7 -3
  403. package/dist/schemas/v3.1/strict/tag.d.ts.map +1 -1
  404. package/dist/schemas/v3.1/strict/tag.js +6 -8
  405. package/dist/schemas/v3.1/strict/tag.js.map +2 -2
  406. package/dist/schemas/v3.1/strict/xml.d.ts +2 -2
  407. package/dist/schemas/v3.1/strict/xml.d.ts.map +1 -1
  408. package/dist/schemas/v3.1/strict/xml.js +12 -17
  409. package/dist/schemas/v3.1/strict/xml.js.map +2 -2
  410. package/dist/schemas/workspace-specification/config.d.ts +10 -2
  411. package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
  412. package/dist/schemas/workspace-specification/index.d.ts +39 -13
  413. package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
  414. package/dist/schemas/workspace.d.ts +63 -34
  415. package/dist/schemas/workspace.d.ts.map +1 -1
  416. package/dist/schemas/workspace.js +1 -0
  417. package/dist/schemas/workspace.js.map +2 -2
  418. package/dist/server.d.ts +2 -3290
  419. package/dist/server.d.ts.map +1 -1
  420. package/dist/server.js.map +2 -2
  421. package/dist/types.d.ts +0 -6
  422. package/dist/types.d.ts.map +1 -1
  423. package/package.json +17 -11
  424. package/dist/schemas/v3.1/strict/extensions.d.ts +0 -4
  425. package/dist/schemas/v3.1/strict/extensions.d.ts.map +0 -1
  426. package/dist/schemas/v3.1/strict/extensions.js +0 -6
  427. package/dist/schemas/v3.1/strict/extensions.js.map +0 -7
  428. package/dist/schemas/v3.1/type-guard.d.ts +0 -10
  429. package/dist/schemas/v3.1/type-guard.d.ts.map +0 -1
  430. package/dist/schemas/v3.1/type-guard.js +0 -7
  431. package/dist/schemas/v3.1/type-guard.js.map +0 -7
package/dist/server.d.ts CHANGED
@@ -54,1651 +54,7 @@ type CreateServerWorkspaceStore = ({
54
54
  * }
55
55
  * }
56
56
  */
57
- export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string, Record<string, ({
58
- summary?: string | undefined;
59
- description?: string | undefined;
60
- externalDocs?: ({
61
- description?: string | undefined;
62
- url: string;
63
- } & {
64
- [x: `x-${string}`]: unknown;
65
- }) | undefined;
66
- deprecated?: boolean | undefined;
67
- operationId?: string | undefined;
68
- parameters?: (({
69
- summary?: string | undefined;
70
- description?: string | undefined;
71
- $ref: string;
72
- } & {
73
- $status?: "loading" | "error" | undefined;
74
- $global?: boolean | undefined;
75
- } & {
76
- [x: `x-${string}`]: unknown;
77
- }) | ({
78
- description?: string | undefined;
79
- required?: boolean | undefined;
80
- deprecated?: boolean | undefined;
81
- allowEmptyValue?: boolean | undefined;
82
- name: string;
83
- in: "path" | "query" | "header" | "cookie";
84
- } & {
85
- [x: `x-${string}`]: unknown;
86
- } & {
87
- examples?: {
88
- [x: string]: ({
89
- summary?: string | undefined;
90
- description?: string | undefined;
91
- $ref: string;
92
- } & {
93
- $status?: "loading" | "error" | undefined;
94
- $global?: boolean | undefined;
95
- } & {
96
- [x: `x-${string}`]: unknown;
97
- }) | ({
98
- summary?: string | undefined;
99
- description?: string | undefined;
100
- value?: any;
101
- externalValue?: string | undefined;
102
- } & {
103
- [x: `x-${string}`]: unknown;
104
- });
105
- } | undefined;
106
- style?: string | undefined;
107
- explode?: boolean | undefined;
108
- schema?: ({
109
- summary?: string | undefined;
110
- description?: string | undefined;
111
- $ref: string;
112
- } & {
113
- $status?: "loading" | "error" | undefined;
114
- $global?: boolean | undefined;
115
- } & {
116
- [x: `x-${string}`]: unknown;
117
- }) | ({
118
- discriminator?: ({
119
- mapping?: {
120
- [x: string]: string;
121
- } | undefined;
122
- propertyName: string;
123
- } & {
124
- [x: `x-${string}`]: unknown;
125
- }) | undefined;
126
- xml?: ({
127
- name?: string | undefined;
128
- namespace?: string | undefined;
129
- prefix?: string | undefined;
130
- attribute?: boolean | undefined;
131
- wrapped?: boolean | undefined;
132
- } & {
133
- [x: `x-${string}`]: unknown;
134
- }) | undefined;
135
- externalDocs?: ({
136
- description?: string | undefined;
137
- url: string;
138
- } & {
139
- [x: `x-${string}`]: unknown;
140
- }) | undefined;
141
- example?: any;
142
- examples?: unknown[] | undefined;
143
- } & {
144
- [x: `x-${string}`]: unknown;
145
- } & {
146
- 'x-tags'?: string[] | undefined;
147
- } & {
148
- [x: string]: unknown;
149
- }) | undefined;
150
- example: any;
151
- }) | ({
152
- description?: string | undefined;
153
- required?: boolean | undefined;
154
- deprecated?: boolean | undefined;
155
- allowEmptyValue?: boolean | undefined;
156
- name: string;
157
- in: "path" | "query" | "header" | "cookie";
158
- } & {
159
- [x: `x-${string}`]: unknown;
160
- } & {
161
- content?: {
162
- [x: string]: {
163
- example?: any;
164
- examples?: {
165
- [x: string]: ({
166
- summary?: string | undefined;
167
- description?: string | undefined;
168
- value?: any;
169
- externalValue?: string | undefined;
170
- } & {
171
- [x: `x-${string}`]: unknown;
172
- }) | ({
173
- summary?: string | undefined;
174
- description?: string | undefined;
175
- $ref: string;
176
- } & {
177
- $status?: "loading" | "error" | undefined;
178
- $global?: boolean | undefined;
179
- } & {
180
- [x: `x-${string}`]: unknown;
181
- });
182
- } | undefined;
183
- schema?: ({
184
- discriminator?: ({
185
- mapping?: {
186
- [x: string]: string;
187
- } | undefined;
188
- propertyName: string;
189
- } & {
190
- [x: `x-${string}`]: unknown;
191
- }) | undefined;
192
- xml?: ({
193
- name?: string | undefined;
194
- namespace?: string | undefined;
195
- prefix?: string | undefined;
196
- attribute?: boolean | undefined;
197
- wrapped?: boolean | undefined;
198
- } & {
199
- [x: `x-${string}`]: unknown;
200
- }) | undefined;
201
- externalDocs?: ({
202
- description?: string | undefined;
203
- url: string;
204
- } & {
205
- [x: `x-${string}`]: unknown;
206
- }) | undefined;
207
- example?: any;
208
- examples?: unknown[] | undefined;
209
- } & {
210
- [x: `x-${string}`]: unknown;
211
- } & {
212
- 'x-tags'?: string[] | undefined;
213
- } & {
214
- [x: string]: unknown;
215
- }) | undefined;
216
- encoding?: {
217
- [x: string]: {
218
- contentType?: string | undefined;
219
- headers?: {
220
- [x: string]: ({
221
- summary?: string | undefined;
222
- description?: string | undefined;
223
- $ref: string;
224
- } & {
225
- $status?: "loading" | "error" | undefined;
226
- $global?: boolean | undefined;
227
- } & {
228
- [x: `x-${string}`]: unknown;
229
- }) | ({
230
- description?: string | undefined;
231
- required?: boolean | undefined;
232
- deprecated?: boolean | undefined;
233
- } & {
234
- [x: `x-${string}`]: unknown;
235
- } & {
236
- examples?: {
237
- [x: string]: ({
238
- summary?: string | undefined;
239
- description?: string | undefined;
240
- value?: any;
241
- externalValue?: string | undefined;
242
- } & {
243
- [x: `x-${string}`]: unknown;
244
- }) | ({
245
- summary?: string | undefined;
246
- description?: string | undefined;
247
- $ref: string;
248
- } & {
249
- $status?: "loading" | "error" | undefined;
250
- $global?: boolean | undefined;
251
- } & {
252
- [x: `x-${string}`]: unknown;
253
- });
254
- } | undefined;
255
- style?: string | undefined;
256
- explode?: boolean | undefined;
257
- schema?: ({
258
- summary?: string | undefined;
259
- description?: string | undefined;
260
- $ref: string;
261
- } & {
262
- $status?: "loading" | "error" | undefined;
263
- $global?: boolean | undefined;
264
- } & {
265
- [x: `x-${string}`]: unknown;
266
- }) | ({
267
- discriminator?: ({
268
- mapping?: {
269
- [x: string]: string;
270
- } | undefined;
271
- propertyName: string;
272
- } & {
273
- [x: `x-${string}`]: unknown;
274
- }) | undefined;
275
- xml?: ({
276
- name?: string | undefined;
277
- namespace?: string | undefined;
278
- prefix?: string | undefined;
279
- attribute?: boolean | undefined;
280
- wrapped?: boolean | undefined;
281
- } & {
282
- [x: `x-${string}`]: unknown;
283
- }) | undefined;
284
- externalDocs?: ({
285
- description?: string | undefined;
286
- url: string;
287
- } & {
288
- [x: `x-${string}`]: unknown;
289
- }) | undefined;
290
- example?: any;
291
- examples?: unknown[] | undefined;
292
- } & {
293
- [x: `x-${string}`]: unknown;
294
- } & {
295
- 'x-tags'?: string[] | undefined;
296
- } & {
297
- [x: string]: unknown;
298
- }) | undefined;
299
- example: any;
300
- }) | ({
301
- description?: string | undefined;
302
- required?: boolean | undefined;
303
- deprecated?: boolean | undefined;
304
- } & {
305
- [x: `x-${string}`]: unknown;
306
- } & {
307
- content?: {
308
- [x: string]: any & {
309
- [x: `x-${string}`]: unknown;
310
- };
311
- } | undefined;
312
- });
313
- } | undefined;
314
- } & {
315
- [x: `x-${string}`]: unknown;
316
- };
317
- } | undefined;
318
- } & {
319
- [x: `x-${string}`]: unknown;
320
- };
321
- } | undefined;
322
- }))[] | undefined;
323
- requestBody?: ({
324
- summary?: string | undefined;
325
- description?: string | undefined;
326
- $ref: string;
327
- } & {
328
- $status?: "loading" | "error" | undefined;
329
- $global?: boolean | undefined;
330
- } & {
331
- [x: `x-${string}`]: unknown;
332
- }) | ({
333
- description?: string | undefined;
334
- required?: boolean | undefined;
335
- content: {
336
- [x: string]: {
337
- example?: any;
338
- examples?: {
339
- [x: string]: ({
340
- summary?: string | undefined;
341
- description?: string | undefined;
342
- value?: any;
343
- externalValue?: string | undefined;
344
- } & {
345
- [x: `x-${string}`]: unknown;
346
- }) | ({
347
- summary?: string | undefined;
348
- description?: string | undefined;
349
- $ref: string;
350
- } & {
351
- $status?: "loading" | "error" | undefined;
352
- $global?: boolean | undefined;
353
- } & {
354
- [x: `x-${string}`]: unknown;
355
- });
356
- } | undefined;
357
- schema?: ({
358
- discriminator?: ({
359
- mapping?: {
360
- [x: string]: string;
361
- } | undefined;
362
- propertyName: string;
363
- } & {
364
- [x: `x-${string}`]: unknown;
365
- }) | undefined;
366
- xml?: ({
367
- name?: string | undefined;
368
- namespace?: string | undefined;
369
- prefix?: string | undefined;
370
- attribute?: boolean | undefined;
371
- wrapped?: boolean | undefined;
372
- } & {
373
- [x: `x-${string}`]: unknown;
374
- }) | undefined;
375
- externalDocs?: ({
376
- description?: string | undefined;
377
- url: string;
378
- } & {
379
- [x: `x-${string}`]: unknown;
380
- }) | undefined;
381
- example?: any;
382
- examples?: unknown[] | undefined;
383
- } & {
384
- [x: `x-${string}`]: unknown;
385
- } & {
386
- 'x-tags'?: string[] | undefined;
387
- } & {
388
- [x: string]: unknown;
389
- }) | undefined;
390
- encoding?: {
391
- [x: string]: {
392
- contentType?: string | undefined;
393
- headers?: {
394
- [x: string]: ({
395
- summary?: string | undefined;
396
- description?: string | undefined;
397
- $ref: string;
398
- } & {
399
- $status?: "loading" | "error" | undefined;
400
- $global?: boolean | undefined;
401
- } & {
402
- [x: `x-${string}`]: unknown;
403
- }) | ({
404
- description?: string | undefined;
405
- required?: boolean | undefined;
406
- deprecated?: boolean | undefined;
407
- } & {
408
- [x: `x-${string}`]: unknown;
409
- } & {
410
- examples?: {
411
- [x: string]: ({
412
- summary?: string | undefined;
413
- description?: string | undefined;
414
- value?: any;
415
- externalValue?: string | undefined;
416
- } & {
417
- [x: `x-${string}`]: unknown;
418
- }) | ({
419
- summary?: string | undefined;
420
- description?: string | undefined;
421
- $ref: string;
422
- } & {
423
- $status?: "loading" | "error" | undefined;
424
- $global?: boolean | undefined;
425
- } & {
426
- [x: `x-${string}`]: unknown;
427
- });
428
- } | undefined;
429
- style?: string | undefined;
430
- explode?: boolean | undefined;
431
- schema?: ({
432
- summary?: string | undefined;
433
- description?: string | undefined;
434
- $ref: string;
435
- } & {
436
- $status?: "loading" | "error" | undefined;
437
- $global?: boolean | undefined;
438
- } & {
439
- [x: `x-${string}`]: unknown;
440
- }) | ({
441
- discriminator?: ({
442
- mapping?: {
443
- [x: string]: string;
444
- } | undefined;
445
- propertyName: string;
446
- } & {
447
- [x: `x-${string}`]: unknown;
448
- }) | undefined;
449
- xml?: ({
450
- name?: string | undefined;
451
- namespace?: string | undefined;
452
- prefix?: string | undefined;
453
- attribute?: boolean | undefined;
454
- wrapped?: boolean | undefined;
455
- } & {
456
- [x: `x-${string}`]: unknown;
457
- }) | undefined;
458
- externalDocs?: ({
459
- description?: string | undefined;
460
- url: string;
461
- } & {
462
- [x: `x-${string}`]: unknown;
463
- }) | undefined;
464
- example?: any;
465
- examples?: unknown[] | undefined;
466
- } & {
467
- [x: `x-${string}`]: unknown;
468
- } & {
469
- 'x-tags'?: string[] | undefined;
470
- } & {
471
- [x: string]: unknown;
472
- }) | undefined;
473
- example: any;
474
- }) | ({
475
- description?: string | undefined;
476
- required?: boolean | undefined;
477
- deprecated?: boolean | undefined;
478
- } & {
479
- [x: `x-${string}`]: unknown;
480
- } & {
481
- content?: {
482
- [x: string]: any & {
483
- [x: `x-${string}`]: unknown;
484
- };
485
- } | undefined;
486
- });
487
- } | undefined;
488
- } & {
489
- [x: `x-${string}`]: unknown;
490
- };
491
- } | undefined;
492
- } & {
493
- [x: `x-${string}`]: unknown;
494
- };
495
- };
496
- } & {
497
- [x: `x-${string}`]: unknown;
498
- }) | undefined;
499
- tags?: string[] | undefined;
500
- responses?: ({
501
- [x: string]: ({
502
- summary?: string | undefined;
503
- description?: string | undefined;
504
- $ref: string;
505
- } & {
506
- $status?: "loading" | "error" | undefined;
507
- $global?: boolean | undefined;
508
- } & {
509
- [x: `x-${string}`]: unknown;
510
- }) | ({
511
- headers?: {
512
- [x: string]: ({
513
- description?: string | undefined;
514
- required?: boolean | undefined;
515
- deprecated?: boolean | undefined;
516
- } & {
517
- [x: `x-${string}`]: unknown;
518
- } & {
519
- examples?: {
520
- [x: string]: ({
521
- summary?: string | undefined;
522
- description?: string | undefined;
523
- $ref: string;
524
- } & {
525
- $status?: "loading" | "error" | undefined;
526
- $global?: boolean | undefined;
527
- } & {
528
- [x: `x-${string}`]: unknown;
529
- }) | ({
530
- summary?: string | undefined;
531
- description?: string | undefined;
532
- value?: any;
533
- externalValue?: string | undefined;
534
- } & {
535
- [x: `x-${string}`]: unknown;
536
- });
537
- } | undefined;
538
- style?: string | undefined;
539
- explode?: boolean | undefined;
540
- schema?: ({
541
- discriminator?: ({
542
- mapping?: {
543
- [x: string]: string;
544
- } | undefined;
545
- propertyName: string;
546
- } & {
547
- [x: `x-${string}`]: unknown;
548
- }) | undefined;
549
- xml?: ({
550
- name?: string | undefined;
551
- namespace?: string | undefined;
552
- prefix?: string | undefined;
553
- attribute?: boolean | undefined;
554
- wrapped?: boolean | undefined;
555
- } & {
556
- [x: `x-${string}`]: unknown;
557
- }) | undefined;
558
- externalDocs?: ({
559
- description?: string | undefined;
560
- url: string;
561
- } & {
562
- [x: `x-${string}`]: unknown;
563
- }) | undefined;
564
- example?: any;
565
- examples?: unknown[] | undefined;
566
- } & {
567
- [x: `x-${string}`]: unknown;
568
- } & {
569
- 'x-tags'?: string[] | undefined;
570
- } & {
571
- [x: string]: unknown;
572
- }) | ({
573
- summary?: string | undefined;
574
- description?: string | undefined;
575
- $ref: string;
576
- } & {
577
- $status?: "loading" | "error" | undefined;
578
- $global?: boolean | undefined;
579
- } & {
580
- [x: `x-${string}`]: unknown;
581
- }) | undefined;
582
- example: any;
583
- }) | ({
584
- description?: string | undefined;
585
- required?: boolean | undefined;
586
- deprecated?: boolean | undefined;
587
- } & {
588
- [x: `x-${string}`]: unknown;
589
- } & {
590
- content?: {
591
- [x: string]: {
592
- example?: any;
593
- examples?: {
594
- [x: string]: ({
595
- summary?: string | undefined;
596
- description?: string | undefined;
597
- $ref: string;
598
- } & {
599
- $status?: "loading" | "error" | undefined;
600
- $global?: boolean | undefined;
601
- } & {
602
- [x: `x-${string}`]: unknown;
603
- }) | ({
604
- summary?: string | undefined;
605
- description?: string | undefined;
606
- value?: any;
607
- externalValue?: string | undefined;
608
- } & {
609
- [x: `x-${string}`]: unknown;
610
- });
611
- } | undefined;
612
- schema?: ({
613
- discriminator?: ({
614
- mapping?: {
615
- [x: string]: string;
616
- } | undefined;
617
- propertyName: string;
618
- } & {
619
- [x: `x-${string}`]: unknown;
620
- }) | undefined;
621
- xml?: ({
622
- name?: string | undefined;
623
- namespace?: string | undefined;
624
- prefix?: string | undefined;
625
- attribute?: boolean | undefined;
626
- wrapped?: boolean | undefined;
627
- } & {
628
- [x: `x-${string}`]: unknown;
629
- }) | undefined;
630
- externalDocs?: ({
631
- description?: string | undefined;
632
- url: string;
633
- } & {
634
- [x: `x-${string}`]: unknown;
635
- }) | undefined;
636
- example?: any;
637
- examples?: unknown[] | undefined;
638
- } & {
639
- [x: `x-${string}`]: unknown;
640
- } & {
641
- 'x-tags'?: string[] | undefined;
642
- } & {
643
- [x: string]: unknown;
644
- }) | undefined;
645
- encoding?: {
646
- [x: string]: {
647
- contentType?: string | undefined;
648
- headers?: {
649
- [x: string]: ({
650
- description?: string | undefined;
651
- required?: boolean | undefined;
652
- deprecated?: boolean | undefined;
653
- } & {
654
- [x: `x-${string}`]: unknown;
655
- } & {
656
- examples?: {
657
- [x: string]: ({
658
- summary?: string | undefined;
659
- description?: string | undefined;
660
- $ref: string;
661
- } & {
662
- $status?: "loading" | "error" | undefined;
663
- $global?: boolean | undefined;
664
- } & {
665
- [x: `x-${string}`]: unknown;
666
- }) | ({
667
- summary?: string | undefined;
668
- description?: string | undefined;
669
- value?: any;
670
- externalValue?: string | undefined;
671
- } & {
672
- [x: `x-${string}`]: unknown;
673
- });
674
- } | undefined;
675
- style?: string | undefined;
676
- explode?: boolean | undefined;
677
- schema?: ({
678
- discriminator?: ({
679
- mapping?: {
680
- [x: string]: string;
681
- } | undefined;
682
- propertyName: string;
683
- } & {
684
- [x: `x-${string}`]: unknown;
685
- }) | undefined;
686
- xml?: ({
687
- name?: string | undefined;
688
- namespace?: string | undefined;
689
- prefix?: string | undefined;
690
- attribute?: boolean | undefined;
691
- wrapped?: boolean | undefined;
692
- } & {
693
- [x: `x-${string}`]: unknown;
694
- }) | undefined;
695
- externalDocs?: ({
696
- description?: string | undefined;
697
- url: string;
698
- } & {
699
- [x: `x-${string}`]: unknown;
700
- }) | undefined;
701
- example?: any;
702
- examples?: unknown[] | undefined;
703
- } & {
704
- [x: `x-${string}`]: unknown;
705
- } & {
706
- 'x-tags'?: string[] | undefined;
707
- } & {
708
- [x: string]: unknown;
709
- }) | ({
710
- summary?: string | undefined;
711
- description?: string | undefined;
712
- $ref: string;
713
- } & {
714
- $status?: "loading" | "error" | undefined;
715
- $global?: boolean | undefined;
716
- } & {
717
- [x: `x-${string}`]: unknown;
718
- }) | undefined;
719
- example: any;
720
- }) | ({
721
- description?: string | undefined;
722
- required?: boolean | undefined;
723
- deprecated?: boolean | undefined;
724
- } & {
725
- [x: `x-${string}`]: unknown;
726
- } & any) | ({
727
- summary?: string | undefined;
728
- description?: string | undefined;
729
- $ref: string;
730
- } & {
731
- $status?: "loading" | "error" | undefined;
732
- $global?: boolean | undefined;
733
- } & {
734
- [x: `x-${string}`]: unknown;
735
- });
736
- } | undefined;
737
- } & {
738
- [x: `x-${string}`]: unknown;
739
- };
740
- } | undefined;
741
- } & {
742
- [x: `x-${string}`]: unknown;
743
- };
744
- } | undefined;
745
- }) | ({
746
- summary?: string | undefined;
747
- description?: string | undefined;
748
- $ref: string;
749
- } & {
750
- $status?: "loading" | "error" | undefined;
751
- $global?: boolean | undefined;
752
- } & {
753
- [x: `x-${string}`]: unknown;
754
- });
755
- } | undefined;
756
- content?: {
757
- [x: string]: {
758
- example?: any;
759
- examples?: {
760
- [x: string]: ({
761
- summary?: string | undefined;
762
- description?: string | undefined;
763
- value?: any;
764
- externalValue?: string | undefined;
765
- } & {
766
- [x: `x-${string}`]: unknown;
767
- }) | ({
768
- summary?: string | undefined;
769
- description?: string | undefined;
770
- $ref: string;
771
- } & {
772
- $status?: "loading" | "error" | undefined;
773
- $global?: boolean | undefined;
774
- } & {
775
- [x: `x-${string}`]: unknown;
776
- });
777
- } | undefined;
778
- schema?: ({
779
- discriminator?: ({
780
- mapping?: {
781
- [x: string]: string;
782
- } | undefined;
783
- propertyName: string;
784
- } & {
785
- [x: `x-${string}`]: unknown;
786
- }) | undefined;
787
- xml?: ({
788
- name?: string | undefined;
789
- namespace?: string | undefined;
790
- prefix?: string | undefined;
791
- attribute?: boolean | undefined;
792
- wrapped?: boolean | undefined;
793
- } & {
794
- [x: `x-${string}`]: unknown;
795
- }) | undefined;
796
- externalDocs?: ({
797
- description?: string | undefined;
798
- url: string;
799
- } & {
800
- [x: `x-${string}`]: unknown;
801
- }) | undefined;
802
- example?: any;
803
- examples?: unknown[] | undefined;
804
- } & {
805
- [x: `x-${string}`]: unknown;
806
- } & {
807
- 'x-tags'?: string[] | undefined;
808
- } & {
809
- [x: string]: unknown;
810
- }) | undefined;
811
- encoding?: {
812
- [x: string]: {
813
- contentType?: string | undefined;
814
- headers?: {
815
- [x: string]: ({
816
- summary?: string | undefined;
817
- description?: string | undefined;
818
- $ref: string;
819
- } & {
820
- $status?: "loading" | "error" | undefined;
821
- $global?: boolean | undefined;
822
- } & {
823
- [x: `x-${string}`]: unknown;
824
- }) | ({
825
- description?: string | undefined;
826
- required?: boolean | undefined;
827
- deprecated?: boolean | undefined;
828
- } & {
829
- [x: `x-${string}`]: unknown;
830
- } & {
831
- examples?: {
832
- [x: string]: ({
833
- summary?: string | undefined;
834
- description?: string | undefined;
835
- value?: any;
836
- externalValue?: string | undefined;
837
- } & {
838
- [x: `x-${string}`]: unknown;
839
- }) | ({
840
- summary?: string | undefined;
841
- description?: string | undefined;
842
- $ref: string;
843
- } & {
844
- $status?: "loading" | "error" | undefined;
845
- $global?: boolean | undefined;
846
- } & {
847
- [x: `x-${string}`]: unknown;
848
- });
849
- } | undefined;
850
- style?: string | undefined;
851
- explode?: boolean | undefined;
852
- schema?: ({
853
- summary?: string | undefined;
854
- description?: string | undefined;
855
- $ref: string;
856
- } & {
857
- $status?: "loading" | "error" | undefined;
858
- $global?: boolean | undefined;
859
- } & {
860
- [x: `x-${string}`]: unknown;
861
- }) | ({
862
- discriminator?: ({
863
- mapping?: {
864
- [x: string]: string;
865
- } | undefined;
866
- propertyName: string;
867
- } & {
868
- [x: `x-${string}`]: unknown;
869
- }) | undefined;
870
- xml?: ({
871
- name?: string | undefined;
872
- namespace?: string | undefined;
873
- prefix?: string | undefined;
874
- attribute?: boolean | undefined;
875
- wrapped?: boolean | undefined;
876
- } & {
877
- [x: `x-${string}`]: unknown;
878
- }) | undefined;
879
- externalDocs?: ({
880
- description?: string | undefined;
881
- url: string;
882
- } & {
883
- [x: `x-${string}`]: unknown;
884
- }) | undefined;
885
- example?: any;
886
- examples?: unknown[] | undefined;
887
- } & {
888
- [x: `x-${string}`]: unknown;
889
- } & {
890
- 'x-tags'?: string[] | undefined;
891
- } & {
892
- [x: string]: unknown;
893
- }) | undefined;
894
- example: any;
895
- }) | ({
896
- description?: string | undefined;
897
- required?: boolean | undefined;
898
- deprecated?: boolean | undefined;
899
- } & {
900
- [x: `x-${string}`]: unknown;
901
- } & {
902
- content?: {
903
- [x: string]: any & {
904
- [x: `x-${string}`]: unknown;
905
- };
906
- } | undefined;
907
- });
908
- } | undefined;
909
- } & {
910
- [x: `x-${string}`]: unknown;
911
- };
912
- } | undefined;
913
- } & {
914
- [x: `x-${string}`]: unknown;
915
- };
916
- } | undefined;
917
- links?: {
918
- [x: string]: ({
919
- summary?: string | undefined;
920
- description?: string | undefined;
921
- $ref: string;
922
- } & {
923
- $status?: "loading" | "error" | undefined;
924
- $global?: boolean | undefined;
925
- } & {
926
- [x: `x-${string}`]: unknown;
927
- }) | ({
928
- description?: string | undefined;
929
- operationRef?: string | undefined;
930
- operationId?: string | undefined;
931
- parameters?: {
932
- [x: string]: any;
933
- } | undefined;
934
- requestBody?: any;
935
- server?: ({
936
- description?: string | undefined;
937
- variables?: {
938
- [x: string]: {
939
- description?: string | undefined;
940
- enum?: string[] | undefined;
941
- default?: string | undefined;
942
- } & {
943
- [x: `x-${string}`]: unknown;
944
- };
945
- } | undefined;
946
- url: string;
947
- } & {
948
- [x: `x-${string}`]: unknown;
949
- }) | undefined;
950
- } & {
951
- [x: `x-${string}`]: unknown;
952
- });
953
- } | undefined;
954
- description: string;
955
- } & {
956
- [x: `x-${string}`]: unknown;
957
- });
958
- } & {
959
- [x: `x-${string}`]: unknown;
960
- }) | undefined;
961
- security?: ({
962
- [x: string]: string[];
963
- } & {
964
- [x: `x-${string}`]: unknown;
965
- })[] | undefined;
966
- servers?: ({
967
- description?: string | undefined;
968
- variables?: {
969
- [x: string]: {
970
- description?: string | undefined;
971
- enum?: string[] | undefined;
972
- default?: string | undefined;
973
- } & {
974
- [x: `x-${string}`]: unknown;
975
- };
976
- } | undefined;
977
- url: string;
978
- } & {
979
- [x: `x-${string}`]: unknown;
980
- })[] | undefined;
981
- callbacks?: {
982
- [x: string]: ({
983
- summary?: string | undefined;
984
- description?: string | undefined;
985
- $ref: string;
986
- } & {
987
- $status?: "loading" | "error" | undefined;
988
- $global?: boolean | undefined;
989
- } & {
990
- [x: `x-${string}`]: unknown;
991
- }) | ({
992
- [x: string]: ({
993
- summary?: string | undefined;
994
- description?: string | undefined;
995
- $ref: string;
996
- } & {
997
- $status?: "loading" | "error" | undefined;
998
- $global?: boolean | undefined;
999
- } & {
1000
- [x: `x-${string}`]: unknown;
1001
- }) | ({
1002
- $ref?: string | undefined;
1003
- summary?: string | undefined;
1004
- description?: string | undefined;
1005
- parameters?: (({
1006
- summary?: string | undefined;
1007
- description?: string | undefined;
1008
- $ref: string;
1009
- } & {
1010
- $status?: "loading" | "error" | undefined;
1011
- $global?: boolean | undefined;
1012
- } & {
1013
- [x: `x-${string}`]: unknown;
1014
- }) | ({
1015
- description?: string | undefined;
1016
- required?: boolean | undefined;
1017
- deprecated?: boolean | undefined;
1018
- allowEmptyValue?: boolean | undefined;
1019
- name: string;
1020
- in: "path" | "query" | "header" | "cookie";
1021
- } & {
1022
- [x: `x-${string}`]: unknown;
1023
- } & {
1024
- examples?: {
1025
- [x: string]: ({
1026
- summary?: string | undefined;
1027
- description?: string | undefined;
1028
- $ref: string;
1029
- } & {
1030
- $status?: "loading" | "error" | undefined;
1031
- $global?: boolean | undefined;
1032
- } & {
1033
- [x: `x-${string}`]: unknown;
1034
- }) | ({
1035
- summary?: string | undefined;
1036
- description?: string | undefined;
1037
- value?: any;
1038
- externalValue?: string | undefined;
1039
- } & {
1040
- [x: `x-${string}`]: unknown;
1041
- });
1042
- } | undefined;
1043
- style?: string | undefined;
1044
- explode?: boolean | undefined;
1045
- schema?: ({
1046
- summary?: string | undefined;
1047
- description?: string | undefined;
1048
- $ref: string;
1049
- } & {
1050
- $status?: "loading" | "error" | undefined;
1051
- $global?: boolean | undefined;
1052
- } & {
1053
- [x: `x-${string}`]: unknown;
1054
- }) | ({
1055
- discriminator?: ({
1056
- mapping?: {
1057
- [x: string]: string;
1058
- } | undefined;
1059
- propertyName: string;
1060
- } & {
1061
- [x: `x-${string}`]: unknown;
1062
- }) | undefined;
1063
- xml?: ({
1064
- name?: string | undefined;
1065
- namespace?: string | undefined;
1066
- prefix?: string | undefined;
1067
- attribute?: boolean | undefined;
1068
- wrapped?: boolean | undefined;
1069
- } & {
1070
- [x: `x-${string}`]: unknown;
1071
- }) | undefined;
1072
- externalDocs?: ({
1073
- description?: string | undefined;
1074
- url: string;
1075
- } & {
1076
- [x: `x-${string}`]: unknown;
1077
- }) | undefined;
1078
- example?: any;
1079
- examples?: unknown[] | undefined;
1080
- } & {
1081
- [x: `x-${string}`]: unknown;
1082
- } & {
1083
- 'x-tags'?: string[] | undefined;
1084
- } & {
1085
- [x: string]: unknown;
1086
- }) | undefined;
1087
- example: any;
1088
- }) | ({
1089
- description?: string | undefined;
1090
- required?: boolean | undefined;
1091
- deprecated?: boolean | undefined;
1092
- allowEmptyValue?: boolean | undefined;
1093
- name: string;
1094
- in: "path" | "query" | "header" | "cookie";
1095
- } & {
1096
- [x: `x-${string}`]: unknown;
1097
- } & {
1098
- content?: {
1099
- [x: string]: {
1100
- example?: any;
1101
- examples?: {
1102
- [x: string]: ({
1103
- summary?: string | undefined;
1104
- description?: string | undefined;
1105
- value?: any;
1106
- externalValue?: string | undefined;
1107
- } & {
1108
- [x: `x-${string}`]: unknown;
1109
- }) | ({
1110
- summary?: string | undefined;
1111
- description?: string | undefined;
1112
- $ref: string;
1113
- } & {
1114
- $status?: "loading" | "error" | undefined;
1115
- $global?: boolean | undefined;
1116
- } & {
1117
- [x: `x-${string}`]: unknown;
1118
- });
1119
- } | undefined;
1120
- schema?: ({
1121
- discriminator?: ({
1122
- mapping?: {
1123
- [x: string]: string;
1124
- } | undefined;
1125
- propertyName: string;
1126
- } & {
1127
- [x: `x-${string}`]: unknown;
1128
- }) | undefined;
1129
- xml?: ({
1130
- name?: string | undefined;
1131
- namespace?: string | undefined;
1132
- prefix?: string | undefined;
1133
- attribute?: boolean | undefined;
1134
- wrapped?: boolean | undefined;
1135
- } & {
1136
- [x: `x-${string}`]: unknown;
1137
- }) | undefined;
1138
- externalDocs?: ({
1139
- description?: string | undefined;
1140
- url: string;
1141
- } & {
1142
- [x: `x-${string}`]: unknown;
1143
- }) | undefined;
1144
- example?: any;
1145
- examples?: unknown[] | undefined;
1146
- } & {
1147
- [x: `x-${string}`]: unknown;
1148
- } & {
1149
- 'x-tags'?: string[] | undefined;
1150
- } & {
1151
- [x: string]: unknown;
1152
- }) | undefined;
1153
- encoding?: {
1154
- [x: string]: {
1155
- contentType?: string | undefined;
1156
- headers?: {
1157
- [x: string]: ({
1158
- summary?: string | undefined;
1159
- description?: string | undefined;
1160
- $ref: string;
1161
- } & {
1162
- $status?: "loading" | "error" | undefined;
1163
- $global?: boolean | undefined;
1164
- } & {
1165
- [x: `x-${string}`]: unknown;
1166
- }) | ({
1167
- description?: string | undefined;
1168
- required?: boolean | undefined;
1169
- deprecated?: boolean | undefined;
1170
- } & {
1171
- [x: `x-${string}`]: unknown;
1172
- } & {
1173
- examples?: {
1174
- [x: string]: ({
1175
- summary?: string | undefined;
1176
- description?: string | undefined;
1177
- value?: any;
1178
- externalValue?: string | undefined;
1179
- } & {
1180
- [x: `x-${string}`]: unknown;
1181
- }) | ({
1182
- summary?: string | undefined;
1183
- description?: string | undefined;
1184
- $ref: string;
1185
- } & {
1186
- $status?: "loading" | "error" | undefined;
1187
- $global?: boolean | undefined;
1188
- } & {
1189
- [x: `x-${string}`]: unknown;
1190
- });
1191
- } | undefined;
1192
- style?: string | undefined;
1193
- explode?: boolean | undefined;
1194
- schema?: ({
1195
- summary?: string | undefined;
1196
- description?: string | undefined;
1197
- $ref: string;
1198
- } & {
1199
- $status?: "loading" | "error" | undefined;
1200
- $global?: boolean | undefined;
1201
- } & {
1202
- [x: `x-${string}`]: unknown;
1203
- }) | ({
1204
- discriminator?: ({
1205
- mapping?: {
1206
- [x: string]: string;
1207
- } | undefined;
1208
- propertyName: string;
1209
- } & {
1210
- [x: `x-${string}`]: unknown;
1211
- }) | undefined;
1212
- xml?: ({
1213
- name?: string | undefined;
1214
- namespace?: string | undefined;
1215
- prefix?: string | undefined;
1216
- attribute?: boolean | undefined;
1217
- wrapped?: boolean | undefined;
1218
- } & {
1219
- [x: `x-${string}`]: unknown;
1220
- }) | undefined;
1221
- externalDocs?: ({
1222
- description?: string | undefined;
1223
- url: string;
1224
- } & {
1225
- [x: `x-${string}`]: unknown;
1226
- }) | undefined;
1227
- example?: any;
1228
- examples?: unknown[] | undefined;
1229
- } & {
1230
- [x: `x-${string}`]: unknown;
1231
- } & {
1232
- 'x-tags'?: string[] | undefined;
1233
- } & {
1234
- [x: string]: unknown;
1235
- }) | undefined;
1236
- example: any;
1237
- }) | ({
1238
- description?: string | undefined;
1239
- required?: boolean | undefined;
1240
- deprecated?: boolean | undefined;
1241
- } & {
1242
- [x: `x-${string}`]: unknown;
1243
- } & {
1244
- content?: {
1245
- [x: string]: any & {
1246
- [x: `x-${string}`]: unknown;
1247
- };
1248
- } | undefined;
1249
- });
1250
- } | undefined;
1251
- } & {
1252
- [x: `x-${string}`]: unknown;
1253
- };
1254
- } | undefined;
1255
- } & {
1256
- [x: `x-${string}`]: unknown;
1257
- };
1258
- } | undefined;
1259
- }))[] | undefined;
1260
- servers?: ({
1261
- description?: string | undefined;
1262
- variables?: {
1263
- [x: string]: {
1264
- description?: string | undefined;
1265
- enum?: string[] | undefined;
1266
- default?: string | undefined;
1267
- } & {
1268
- [x: `x-${string}`]: unknown;
1269
- };
1270
- } | undefined;
1271
- url: string;
1272
- } & {
1273
- [x: `x-${string}`]: unknown;
1274
- })[] | undefined;
1275
- get?: (any & {
1276
- 'x-scalar-client-config-request-example'?: {
1277
- [x: string]: {
1278
- name?: string | undefined;
1279
- parameters?: {
1280
- path?: {
1281
- [x: string]: string;
1282
- } | undefined;
1283
- query?: {
1284
- [x: string]: string;
1285
- } | undefined;
1286
- header?: {
1287
- [x: string]: string;
1288
- } | undefined;
1289
- cookie?: {
1290
- [x: string]: string;
1291
- } | undefined;
1292
- } | undefined;
1293
- body?: {
1294
- file?: {
1295
- base64?: string | undefined;
1296
- url: string;
1297
- } | null | undefined;
1298
- content: string | {
1299
- [x: string]: any;
1300
- };
1301
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1302
- } | undefined;
1303
- };
1304
- } | undefined;
1305
- } & {
1306
- [x: `x-${string}`]: unknown;
1307
- }) | ({
1308
- summary?: string | undefined;
1309
- description?: string | undefined;
1310
- $ref: string;
1311
- } & {
1312
- $status?: "loading" | "error" | undefined;
1313
- $global?: boolean | undefined;
1314
- } & {
1315
- [x: `x-${string}`]: unknown;
1316
- }) | undefined;
1317
- put?: (any & {
1318
- 'x-scalar-client-config-request-example'?: {
1319
- [x: string]: {
1320
- name?: string | undefined;
1321
- parameters?: {
1322
- path?: {
1323
- [x: string]: string;
1324
- } | undefined;
1325
- query?: {
1326
- [x: string]: string;
1327
- } | undefined;
1328
- header?: {
1329
- [x: string]: string;
1330
- } | undefined;
1331
- cookie?: {
1332
- [x: string]: string;
1333
- } | undefined;
1334
- } | undefined;
1335
- body?: {
1336
- file?: {
1337
- base64?: string | undefined;
1338
- url: string;
1339
- } | null | undefined;
1340
- content: string | {
1341
- [x: string]: any;
1342
- };
1343
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1344
- } | undefined;
1345
- };
1346
- } | undefined;
1347
- } & {
1348
- [x: `x-${string}`]: unknown;
1349
- }) | ({
1350
- summary?: string | undefined;
1351
- description?: string | undefined;
1352
- $ref: string;
1353
- } & {
1354
- $status?: "loading" | "error" | undefined;
1355
- $global?: boolean | undefined;
1356
- } & {
1357
- [x: `x-${string}`]: unknown;
1358
- }) | undefined;
1359
- post?: (any & {
1360
- 'x-scalar-client-config-request-example'?: {
1361
- [x: string]: {
1362
- name?: string | undefined;
1363
- parameters?: {
1364
- path?: {
1365
- [x: string]: string;
1366
- } | undefined;
1367
- query?: {
1368
- [x: string]: string;
1369
- } | undefined;
1370
- header?: {
1371
- [x: string]: string;
1372
- } | undefined;
1373
- cookie?: {
1374
- [x: string]: string;
1375
- } | undefined;
1376
- } | undefined;
1377
- body?: {
1378
- file?: {
1379
- base64?: string | undefined;
1380
- url: string;
1381
- } | null | undefined;
1382
- content: string | {
1383
- [x: string]: any;
1384
- };
1385
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1386
- } | undefined;
1387
- };
1388
- } | undefined;
1389
- } & {
1390
- [x: `x-${string}`]: unknown;
1391
- }) | ({
1392
- summary?: string | undefined;
1393
- description?: string | undefined;
1394
- $ref: string;
1395
- } & {
1396
- $status?: "loading" | "error" | undefined;
1397
- $global?: boolean | undefined;
1398
- } & {
1399
- [x: `x-${string}`]: unknown;
1400
- }) | undefined;
1401
- delete?: (any & {
1402
- 'x-scalar-client-config-request-example'?: {
1403
- [x: string]: {
1404
- name?: string | undefined;
1405
- parameters?: {
1406
- path?: {
1407
- [x: string]: string;
1408
- } | undefined;
1409
- query?: {
1410
- [x: string]: string;
1411
- } | undefined;
1412
- header?: {
1413
- [x: string]: string;
1414
- } | undefined;
1415
- cookie?: {
1416
- [x: string]: string;
1417
- } | undefined;
1418
- } | undefined;
1419
- body?: {
1420
- file?: {
1421
- base64?: string | undefined;
1422
- url: string;
1423
- } | null | undefined;
1424
- content: string | {
1425
- [x: string]: any;
1426
- };
1427
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1428
- } | undefined;
1429
- };
1430
- } | undefined;
1431
- } & {
1432
- [x: `x-${string}`]: unknown;
1433
- }) | ({
1434
- summary?: string | undefined;
1435
- description?: string | undefined;
1436
- $ref: string;
1437
- } & {
1438
- $status?: "loading" | "error" | undefined;
1439
- $global?: boolean | undefined;
1440
- } & {
1441
- [x: `x-${string}`]: unknown;
1442
- }) | undefined;
1443
- patch?: (any & {
1444
- 'x-scalar-client-config-request-example'?: {
1445
- [x: string]: {
1446
- name?: string | undefined;
1447
- parameters?: {
1448
- path?: {
1449
- [x: string]: string;
1450
- } | undefined;
1451
- query?: {
1452
- [x: string]: string;
1453
- } | undefined;
1454
- header?: {
1455
- [x: string]: string;
1456
- } | undefined;
1457
- cookie?: {
1458
- [x: string]: string;
1459
- } | undefined;
1460
- } | undefined;
1461
- body?: {
1462
- file?: {
1463
- base64?: string | undefined;
1464
- url: string;
1465
- } | null | undefined;
1466
- content: string | {
1467
- [x: string]: any;
1468
- };
1469
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1470
- } | undefined;
1471
- };
1472
- } | undefined;
1473
- } & {
1474
- [x: `x-${string}`]: unknown;
1475
- }) | ({
1476
- summary?: string | undefined;
1477
- description?: string | undefined;
1478
- $ref: string;
1479
- } & {
1480
- $status?: "loading" | "error" | undefined;
1481
- $global?: boolean | undefined;
1482
- } & {
1483
- [x: `x-${string}`]: unknown;
1484
- }) | undefined;
1485
- connect?: (any & {
1486
- 'x-scalar-client-config-request-example'?: {
1487
- [x: string]: {
1488
- name?: string | undefined;
1489
- parameters?: {
1490
- path?: {
1491
- [x: string]: string;
1492
- } | undefined;
1493
- query?: {
1494
- [x: string]: string;
1495
- } | undefined;
1496
- header?: {
1497
- [x: string]: string;
1498
- } | undefined;
1499
- cookie?: {
1500
- [x: string]: string;
1501
- } | undefined;
1502
- } | undefined;
1503
- body?: {
1504
- file?: {
1505
- base64?: string | undefined;
1506
- url: string;
1507
- } | null | undefined;
1508
- content: string | {
1509
- [x: string]: any;
1510
- };
1511
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1512
- } | undefined;
1513
- };
1514
- } | undefined;
1515
- } & {
1516
- [x: `x-${string}`]: unknown;
1517
- }) | ({
1518
- summary?: string | undefined;
1519
- description?: string | undefined;
1520
- $ref: string;
1521
- } & {
1522
- $status?: "loading" | "error" | undefined;
1523
- $global?: boolean | undefined;
1524
- } & {
1525
- [x: `x-${string}`]: unknown;
1526
- }) | undefined;
1527
- options?: (any & {
1528
- 'x-scalar-client-config-request-example'?: {
1529
- [x: string]: {
1530
- name?: string | undefined;
1531
- parameters?: {
1532
- path?: {
1533
- [x: string]: string;
1534
- } | undefined;
1535
- query?: {
1536
- [x: string]: string;
1537
- } | undefined;
1538
- header?: {
1539
- [x: string]: string;
1540
- } | undefined;
1541
- cookie?: {
1542
- [x: string]: string;
1543
- } | undefined;
1544
- } | undefined;
1545
- body?: {
1546
- file?: {
1547
- base64?: string | undefined;
1548
- url: string;
1549
- } | null | undefined;
1550
- content: string | {
1551
- [x: string]: any;
1552
- };
1553
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1554
- } | undefined;
1555
- };
1556
- } | undefined;
1557
- } & {
1558
- [x: `x-${string}`]: unknown;
1559
- }) | ({
1560
- summary?: string | undefined;
1561
- description?: string | undefined;
1562
- $ref: string;
1563
- } & {
1564
- $status?: "loading" | "error" | undefined;
1565
- $global?: boolean | undefined;
1566
- } & {
1567
- [x: `x-${string}`]: unknown;
1568
- }) | undefined;
1569
- head?: (any & {
1570
- 'x-scalar-client-config-request-example'?: {
1571
- [x: string]: {
1572
- name?: string | undefined;
1573
- parameters?: {
1574
- path?: {
1575
- [x: string]: string;
1576
- } | undefined;
1577
- query?: {
1578
- [x: string]: string;
1579
- } | undefined;
1580
- header?: {
1581
- [x: string]: string;
1582
- } | undefined;
1583
- cookie?: {
1584
- [x: string]: string;
1585
- } | undefined;
1586
- } | undefined;
1587
- body?: {
1588
- file?: {
1589
- base64?: string | undefined;
1590
- url: string;
1591
- } | null | undefined;
1592
- content: string | {
1593
- [x: string]: any;
1594
- };
1595
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1596
- } | undefined;
1597
- };
1598
- } | undefined;
1599
- } & {
1600
- [x: `x-${string}`]: unknown;
1601
- }) | ({
1602
- summary?: string | undefined;
1603
- description?: string | undefined;
1604
- $ref: string;
1605
- } & {
1606
- $status?: "loading" | "error" | undefined;
1607
- $global?: boolean | undefined;
1608
- } & {
1609
- [x: `x-${string}`]: unknown;
1610
- }) | undefined;
1611
- trace?: (any & {
1612
- 'x-scalar-client-config-request-example'?: {
1613
- [x: string]: {
1614
- name?: string | undefined;
1615
- parameters?: {
1616
- path?: {
1617
- [x: string]: string;
1618
- } | undefined;
1619
- query?: {
1620
- [x: string]: string;
1621
- } | undefined;
1622
- header?: {
1623
- [x: string]: string;
1624
- } | undefined;
1625
- cookie?: {
1626
- [x: string]: string;
1627
- } | undefined;
1628
- } | undefined;
1629
- body?: {
1630
- file?: {
1631
- base64?: string | undefined;
1632
- url: string;
1633
- } | null | undefined;
1634
- content: string | {
1635
- [x: string]: any;
1636
- };
1637
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1638
- } | undefined;
1639
- };
1640
- } | undefined;
1641
- } & {
1642
- [x: `x-${string}`]: unknown;
1643
- }) | ({
1644
- summary?: string | undefined;
1645
- description?: string | undefined;
1646
- $ref: string;
1647
- } & {
1648
- $status?: "loading" | "error" | undefined;
1649
- $global?: boolean | undefined;
1650
- } & {
1651
- [x: `x-${string}`]: unknown;
1652
- }) | undefined;
1653
- } & {
1654
- [x: `x-${string}`]: unknown;
1655
- });
1656
- } & {
1657
- [x: `x-${string}`]: unknown;
1658
- });
1659
- } | undefined;
1660
- } & {
1661
- 'x-scalar-client-config-request-example'?: {
1662
- [x: string]: {
1663
- name?: string | undefined;
1664
- parameters?: {
1665
- path?: {
1666
- [x: string]: string;
1667
- } | undefined;
1668
- query?: {
1669
- [x: string]: string;
1670
- } | undefined;
1671
- header?: {
1672
- [x: string]: string;
1673
- } | undefined;
1674
- cookie?: {
1675
- [x: string]: string;
1676
- } | undefined;
1677
- } | undefined;
1678
- body?: {
1679
- file?: {
1680
- base64?: string | undefined;
1681
- url: string;
1682
- } | null | undefined;
1683
- content: string | {
1684
- [x: string]: any;
1685
- };
1686
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
1687
- } | undefined;
1688
- };
1689
- } | undefined;
1690
- } & {
1691
- [x: `x-${string}`]: unknown;
1692
- }) | ({
1693
- summary?: string | undefined;
1694
- description?: string | undefined;
1695
- $ref: string;
1696
- } & {
1697
- $status?: "loading" | "error" | undefined;
1698
- $global?: boolean | undefined;
1699
- } & {
1700
- [x: `x-${string}`]: unknown;
1701
- })>>;
57
+ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string, Record<string, OperationObject>>;
1702
58
  /**
1703
59
  * Escapes path keys in an OpenAPI PathsObject to be JSON Pointer compatible.
1704
60
  * This is necessary because OpenAPI paths can contain characters that need to be escaped
@@ -1708,1651 +64,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
1708
64
  * Input: { "/users/{id}": { ... } }
1709
65
  * Output: { "/users~1{id}": { ... } }
1710
66
  */
1711
- export declare function escapePaths(paths: Record<string, Record<string, OperationObject>>): Record<string, Record<string, ({
1712
- summary?: string | undefined;
1713
- description?: string | undefined;
1714
- externalDocs?: ({
1715
- description?: string | undefined;
1716
- url: string;
1717
- } & {
1718
- [x: `x-${string}`]: unknown;
1719
- }) | undefined;
1720
- deprecated?: boolean | undefined;
1721
- operationId?: string | undefined;
1722
- parameters?: (({
1723
- summary?: string | undefined;
1724
- description?: string | undefined;
1725
- $ref: string;
1726
- } & {
1727
- $status?: "loading" | "error" | undefined;
1728
- $global?: boolean | undefined;
1729
- } & {
1730
- [x: `x-${string}`]: unknown;
1731
- }) | ({
1732
- description?: string | undefined;
1733
- required?: boolean | undefined;
1734
- deprecated?: boolean | undefined;
1735
- allowEmptyValue?: boolean | undefined;
1736
- name: string;
1737
- in: "path" | "query" | "header" | "cookie";
1738
- } & {
1739
- [x: `x-${string}`]: unknown;
1740
- } & {
1741
- examples?: {
1742
- [x: string]: ({
1743
- summary?: string | undefined;
1744
- description?: string | undefined;
1745
- $ref: string;
1746
- } & {
1747
- $status?: "loading" | "error" | undefined;
1748
- $global?: boolean | undefined;
1749
- } & {
1750
- [x: `x-${string}`]: unknown;
1751
- }) | ({
1752
- summary?: string | undefined;
1753
- description?: string | undefined;
1754
- value?: any;
1755
- externalValue?: string | undefined;
1756
- } & {
1757
- [x: `x-${string}`]: unknown;
1758
- });
1759
- } | undefined;
1760
- style?: string | undefined;
1761
- explode?: boolean | undefined;
1762
- schema?: ({
1763
- summary?: string | undefined;
1764
- description?: string | undefined;
1765
- $ref: string;
1766
- } & {
1767
- $status?: "loading" | "error" | undefined;
1768
- $global?: boolean | undefined;
1769
- } & {
1770
- [x: `x-${string}`]: unknown;
1771
- }) | ({
1772
- discriminator?: ({
1773
- mapping?: {
1774
- [x: string]: string;
1775
- } | undefined;
1776
- propertyName: string;
1777
- } & {
1778
- [x: `x-${string}`]: unknown;
1779
- }) | undefined;
1780
- xml?: ({
1781
- name?: string | undefined;
1782
- namespace?: string | undefined;
1783
- prefix?: string | undefined;
1784
- attribute?: boolean | undefined;
1785
- wrapped?: boolean | undefined;
1786
- } & {
1787
- [x: `x-${string}`]: unknown;
1788
- }) | undefined;
1789
- externalDocs?: ({
1790
- description?: string | undefined;
1791
- url: string;
1792
- } & {
1793
- [x: `x-${string}`]: unknown;
1794
- }) | undefined;
1795
- example?: any;
1796
- examples?: unknown[] | undefined;
1797
- } & {
1798
- [x: `x-${string}`]: unknown;
1799
- } & {
1800
- 'x-tags'?: string[] | undefined;
1801
- } & {
1802
- [x: string]: unknown;
1803
- }) | undefined;
1804
- example: any;
1805
- }) | ({
1806
- description?: string | undefined;
1807
- required?: boolean | undefined;
1808
- deprecated?: boolean | undefined;
1809
- allowEmptyValue?: boolean | undefined;
1810
- name: string;
1811
- in: "path" | "query" | "header" | "cookie";
1812
- } & {
1813
- [x: `x-${string}`]: unknown;
1814
- } & {
1815
- content?: {
1816
- [x: string]: {
1817
- example?: any;
1818
- examples?: {
1819
- [x: string]: ({
1820
- summary?: string | undefined;
1821
- description?: string | undefined;
1822
- value?: any;
1823
- externalValue?: string | undefined;
1824
- } & {
1825
- [x: `x-${string}`]: unknown;
1826
- }) | ({
1827
- summary?: string | undefined;
1828
- description?: string | undefined;
1829
- $ref: string;
1830
- } & {
1831
- $status?: "loading" | "error" | undefined;
1832
- $global?: boolean | undefined;
1833
- } & {
1834
- [x: `x-${string}`]: unknown;
1835
- });
1836
- } | undefined;
1837
- schema?: ({
1838
- discriminator?: ({
1839
- mapping?: {
1840
- [x: string]: string;
1841
- } | undefined;
1842
- propertyName: string;
1843
- } & {
1844
- [x: `x-${string}`]: unknown;
1845
- }) | undefined;
1846
- xml?: ({
1847
- name?: string | undefined;
1848
- namespace?: string | undefined;
1849
- prefix?: string | undefined;
1850
- attribute?: boolean | undefined;
1851
- wrapped?: boolean | undefined;
1852
- } & {
1853
- [x: `x-${string}`]: unknown;
1854
- }) | undefined;
1855
- externalDocs?: ({
1856
- description?: string | undefined;
1857
- url: string;
1858
- } & {
1859
- [x: `x-${string}`]: unknown;
1860
- }) | undefined;
1861
- example?: any;
1862
- examples?: unknown[] | undefined;
1863
- } & {
1864
- [x: `x-${string}`]: unknown;
1865
- } & {
1866
- 'x-tags'?: string[] | undefined;
1867
- } & {
1868
- [x: string]: unknown;
1869
- }) | undefined;
1870
- encoding?: {
1871
- [x: string]: {
1872
- contentType?: string | undefined;
1873
- headers?: {
1874
- [x: string]: ({
1875
- summary?: string | undefined;
1876
- description?: string | undefined;
1877
- $ref: string;
1878
- } & {
1879
- $status?: "loading" | "error" | undefined;
1880
- $global?: boolean | undefined;
1881
- } & {
1882
- [x: `x-${string}`]: unknown;
1883
- }) | ({
1884
- description?: string | undefined;
1885
- required?: boolean | undefined;
1886
- deprecated?: boolean | undefined;
1887
- } & {
1888
- [x: `x-${string}`]: unknown;
1889
- } & {
1890
- examples?: {
1891
- [x: string]: ({
1892
- summary?: string | undefined;
1893
- description?: string | undefined;
1894
- value?: any;
1895
- externalValue?: string | undefined;
1896
- } & {
1897
- [x: `x-${string}`]: unknown;
1898
- }) | ({
1899
- summary?: string | undefined;
1900
- description?: string | undefined;
1901
- $ref: string;
1902
- } & {
1903
- $status?: "loading" | "error" | undefined;
1904
- $global?: boolean | undefined;
1905
- } & {
1906
- [x: `x-${string}`]: unknown;
1907
- });
1908
- } | undefined;
1909
- style?: string | undefined;
1910
- explode?: boolean | undefined;
1911
- schema?: ({
1912
- summary?: string | undefined;
1913
- description?: string | undefined;
1914
- $ref: string;
1915
- } & {
1916
- $status?: "loading" | "error" | undefined;
1917
- $global?: boolean | undefined;
1918
- } & {
1919
- [x: `x-${string}`]: unknown;
1920
- }) | ({
1921
- discriminator?: ({
1922
- mapping?: {
1923
- [x: string]: string;
1924
- } | undefined;
1925
- propertyName: string;
1926
- } & {
1927
- [x: `x-${string}`]: unknown;
1928
- }) | undefined;
1929
- xml?: ({
1930
- name?: string | undefined;
1931
- namespace?: string | undefined;
1932
- prefix?: string | undefined;
1933
- attribute?: boolean | undefined;
1934
- wrapped?: boolean | undefined;
1935
- } & {
1936
- [x: `x-${string}`]: unknown;
1937
- }) | undefined;
1938
- externalDocs?: ({
1939
- description?: string | undefined;
1940
- url: string;
1941
- } & {
1942
- [x: `x-${string}`]: unknown;
1943
- }) | undefined;
1944
- example?: any;
1945
- examples?: unknown[] | undefined;
1946
- } & {
1947
- [x: `x-${string}`]: unknown;
1948
- } & {
1949
- 'x-tags'?: string[] | undefined;
1950
- } & {
1951
- [x: string]: unknown;
1952
- }) | undefined;
1953
- example: any;
1954
- }) | ({
1955
- description?: string | undefined;
1956
- required?: boolean | undefined;
1957
- deprecated?: boolean | undefined;
1958
- } & {
1959
- [x: `x-${string}`]: unknown;
1960
- } & {
1961
- content?: {
1962
- [x: string]: any & {
1963
- [x: `x-${string}`]: unknown;
1964
- };
1965
- } | undefined;
1966
- });
1967
- } | undefined;
1968
- } & {
1969
- [x: `x-${string}`]: unknown;
1970
- };
1971
- } | undefined;
1972
- } & {
1973
- [x: `x-${string}`]: unknown;
1974
- };
1975
- } | undefined;
1976
- }))[] | undefined;
1977
- requestBody?: ({
1978
- summary?: string | undefined;
1979
- description?: string | undefined;
1980
- $ref: string;
1981
- } & {
1982
- $status?: "loading" | "error" | undefined;
1983
- $global?: boolean | undefined;
1984
- } & {
1985
- [x: `x-${string}`]: unknown;
1986
- }) | ({
1987
- description?: string | undefined;
1988
- required?: boolean | undefined;
1989
- content: {
1990
- [x: string]: {
1991
- example?: any;
1992
- examples?: {
1993
- [x: string]: ({
1994
- summary?: string | undefined;
1995
- description?: string | undefined;
1996
- value?: any;
1997
- externalValue?: string | undefined;
1998
- } & {
1999
- [x: `x-${string}`]: unknown;
2000
- }) | ({
2001
- summary?: string | undefined;
2002
- description?: string | undefined;
2003
- $ref: string;
2004
- } & {
2005
- $status?: "loading" | "error" | undefined;
2006
- $global?: boolean | undefined;
2007
- } & {
2008
- [x: `x-${string}`]: unknown;
2009
- });
2010
- } | undefined;
2011
- schema?: ({
2012
- discriminator?: ({
2013
- mapping?: {
2014
- [x: string]: string;
2015
- } | undefined;
2016
- propertyName: string;
2017
- } & {
2018
- [x: `x-${string}`]: unknown;
2019
- }) | undefined;
2020
- xml?: ({
2021
- name?: string | undefined;
2022
- namespace?: string | undefined;
2023
- prefix?: string | undefined;
2024
- attribute?: boolean | undefined;
2025
- wrapped?: boolean | undefined;
2026
- } & {
2027
- [x: `x-${string}`]: unknown;
2028
- }) | undefined;
2029
- externalDocs?: ({
2030
- description?: string | undefined;
2031
- url: string;
2032
- } & {
2033
- [x: `x-${string}`]: unknown;
2034
- }) | undefined;
2035
- example?: any;
2036
- examples?: unknown[] | undefined;
2037
- } & {
2038
- [x: `x-${string}`]: unknown;
2039
- } & {
2040
- 'x-tags'?: string[] | undefined;
2041
- } & {
2042
- [x: string]: unknown;
2043
- }) | undefined;
2044
- encoding?: {
2045
- [x: string]: {
2046
- contentType?: string | undefined;
2047
- headers?: {
2048
- [x: string]: ({
2049
- summary?: string | undefined;
2050
- description?: string | undefined;
2051
- $ref: string;
2052
- } & {
2053
- $status?: "loading" | "error" | undefined;
2054
- $global?: boolean | undefined;
2055
- } & {
2056
- [x: `x-${string}`]: unknown;
2057
- }) | ({
2058
- description?: string | undefined;
2059
- required?: boolean | undefined;
2060
- deprecated?: boolean | undefined;
2061
- } & {
2062
- [x: `x-${string}`]: unknown;
2063
- } & {
2064
- examples?: {
2065
- [x: string]: ({
2066
- summary?: string | undefined;
2067
- description?: string | undefined;
2068
- value?: any;
2069
- externalValue?: string | undefined;
2070
- } & {
2071
- [x: `x-${string}`]: unknown;
2072
- }) | ({
2073
- summary?: string | undefined;
2074
- description?: string | undefined;
2075
- $ref: string;
2076
- } & {
2077
- $status?: "loading" | "error" | undefined;
2078
- $global?: boolean | undefined;
2079
- } & {
2080
- [x: `x-${string}`]: unknown;
2081
- });
2082
- } | undefined;
2083
- style?: string | undefined;
2084
- explode?: boolean | undefined;
2085
- schema?: ({
2086
- summary?: string | undefined;
2087
- description?: string | undefined;
2088
- $ref: string;
2089
- } & {
2090
- $status?: "loading" | "error" | undefined;
2091
- $global?: boolean | undefined;
2092
- } & {
2093
- [x: `x-${string}`]: unknown;
2094
- }) | ({
2095
- discriminator?: ({
2096
- mapping?: {
2097
- [x: string]: string;
2098
- } | undefined;
2099
- propertyName: string;
2100
- } & {
2101
- [x: `x-${string}`]: unknown;
2102
- }) | undefined;
2103
- xml?: ({
2104
- name?: string | undefined;
2105
- namespace?: string | undefined;
2106
- prefix?: string | undefined;
2107
- attribute?: boolean | undefined;
2108
- wrapped?: boolean | undefined;
2109
- } & {
2110
- [x: `x-${string}`]: unknown;
2111
- }) | undefined;
2112
- externalDocs?: ({
2113
- description?: string | undefined;
2114
- url: string;
2115
- } & {
2116
- [x: `x-${string}`]: unknown;
2117
- }) | undefined;
2118
- example?: any;
2119
- examples?: unknown[] | undefined;
2120
- } & {
2121
- [x: `x-${string}`]: unknown;
2122
- } & {
2123
- 'x-tags'?: string[] | undefined;
2124
- } & {
2125
- [x: string]: unknown;
2126
- }) | undefined;
2127
- example: any;
2128
- }) | ({
2129
- description?: string | undefined;
2130
- required?: boolean | undefined;
2131
- deprecated?: boolean | undefined;
2132
- } & {
2133
- [x: `x-${string}`]: unknown;
2134
- } & {
2135
- content?: {
2136
- [x: string]: any & {
2137
- [x: `x-${string}`]: unknown;
2138
- };
2139
- } | undefined;
2140
- });
2141
- } | undefined;
2142
- } & {
2143
- [x: `x-${string}`]: unknown;
2144
- };
2145
- } | undefined;
2146
- } & {
2147
- [x: `x-${string}`]: unknown;
2148
- };
2149
- };
2150
- } & {
2151
- [x: `x-${string}`]: unknown;
2152
- }) | undefined;
2153
- tags?: string[] | undefined;
2154
- responses?: ({
2155
- [x: string]: ({
2156
- summary?: string | undefined;
2157
- description?: string | undefined;
2158
- $ref: string;
2159
- } & {
2160
- $status?: "loading" | "error" | undefined;
2161
- $global?: boolean | undefined;
2162
- } & {
2163
- [x: `x-${string}`]: unknown;
2164
- }) | ({
2165
- headers?: {
2166
- [x: string]: ({
2167
- description?: string | undefined;
2168
- required?: boolean | undefined;
2169
- deprecated?: boolean | undefined;
2170
- } & {
2171
- [x: `x-${string}`]: unknown;
2172
- } & {
2173
- examples?: {
2174
- [x: string]: ({
2175
- summary?: string | undefined;
2176
- description?: string | undefined;
2177
- $ref: string;
2178
- } & {
2179
- $status?: "loading" | "error" | undefined;
2180
- $global?: boolean | undefined;
2181
- } & {
2182
- [x: `x-${string}`]: unknown;
2183
- }) | ({
2184
- summary?: string | undefined;
2185
- description?: string | undefined;
2186
- value?: any;
2187
- externalValue?: string | undefined;
2188
- } & {
2189
- [x: `x-${string}`]: unknown;
2190
- });
2191
- } | undefined;
2192
- style?: string | undefined;
2193
- explode?: boolean | undefined;
2194
- schema?: ({
2195
- discriminator?: ({
2196
- mapping?: {
2197
- [x: string]: string;
2198
- } | undefined;
2199
- propertyName: string;
2200
- } & {
2201
- [x: `x-${string}`]: unknown;
2202
- }) | undefined;
2203
- xml?: ({
2204
- name?: string | undefined;
2205
- namespace?: string | undefined;
2206
- prefix?: string | undefined;
2207
- attribute?: boolean | undefined;
2208
- wrapped?: boolean | undefined;
2209
- } & {
2210
- [x: `x-${string}`]: unknown;
2211
- }) | undefined;
2212
- externalDocs?: ({
2213
- description?: string | undefined;
2214
- url: string;
2215
- } & {
2216
- [x: `x-${string}`]: unknown;
2217
- }) | undefined;
2218
- example?: any;
2219
- examples?: unknown[] | undefined;
2220
- } & {
2221
- [x: `x-${string}`]: unknown;
2222
- } & {
2223
- 'x-tags'?: string[] | undefined;
2224
- } & {
2225
- [x: string]: unknown;
2226
- }) | ({
2227
- summary?: string | undefined;
2228
- description?: string | undefined;
2229
- $ref: string;
2230
- } & {
2231
- $status?: "loading" | "error" | undefined;
2232
- $global?: boolean | undefined;
2233
- } & {
2234
- [x: `x-${string}`]: unknown;
2235
- }) | undefined;
2236
- example: any;
2237
- }) | ({
2238
- description?: string | undefined;
2239
- required?: boolean | undefined;
2240
- deprecated?: boolean | undefined;
2241
- } & {
2242
- [x: `x-${string}`]: unknown;
2243
- } & {
2244
- content?: {
2245
- [x: string]: {
2246
- example?: any;
2247
- examples?: {
2248
- [x: string]: ({
2249
- summary?: string | undefined;
2250
- description?: string | undefined;
2251
- $ref: string;
2252
- } & {
2253
- $status?: "loading" | "error" | undefined;
2254
- $global?: boolean | undefined;
2255
- } & {
2256
- [x: `x-${string}`]: unknown;
2257
- }) | ({
2258
- summary?: string | undefined;
2259
- description?: string | undefined;
2260
- value?: any;
2261
- externalValue?: string | undefined;
2262
- } & {
2263
- [x: `x-${string}`]: unknown;
2264
- });
2265
- } | undefined;
2266
- schema?: ({
2267
- discriminator?: ({
2268
- mapping?: {
2269
- [x: string]: string;
2270
- } | undefined;
2271
- propertyName: string;
2272
- } & {
2273
- [x: `x-${string}`]: unknown;
2274
- }) | undefined;
2275
- xml?: ({
2276
- name?: string | undefined;
2277
- namespace?: string | undefined;
2278
- prefix?: string | undefined;
2279
- attribute?: boolean | undefined;
2280
- wrapped?: boolean | undefined;
2281
- } & {
2282
- [x: `x-${string}`]: unknown;
2283
- }) | undefined;
2284
- externalDocs?: ({
2285
- description?: string | undefined;
2286
- url: string;
2287
- } & {
2288
- [x: `x-${string}`]: unknown;
2289
- }) | undefined;
2290
- example?: any;
2291
- examples?: unknown[] | undefined;
2292
- } & {
2293
- [x: `x-${string}`]: unknown;
2294
- } & {
2295
- 'x-tags'?: string[] | undefined;
2296
- } & {
2297
- [x: string]: unknown;
2298
- }) | undefined;
2299
- encoding?: {
2300
- [x: string]: {
2301
- contentType?: string | undefined;
2302
- headers?: {
2303
- [x: string]: ({
2304
- description?: string | undefined;
2305
- required?: boolean | undefined;
2306
- deprecated?: boolean | undefined;
2307
- } & {
2308
- [x: `x-${string}`]: unknown;
2309
- } & {
2310
- examples?: {
2311
- [x: string]: ({
2312
- summary?: string | undefined;
2313
- description?: string | undefined;
2314
- $ref: string;
2315
- } & {
2316
- $status?: "loading" | "error" | undefined;
2317
- $global?: boolean | undefined;
2318
- } & {
2319
- [x: `x-${string}`]: unknown;
2320
- }) | ({
2321
- summary?: string | undefined;
2322
- description?: string | undefined;
2323
- value?: any;
2324
- externalValue?: string | undefined;
2325
- } & {
2326
- [x: `x-${string}`]: unknown;
2327
- });
2328
- } | undefined;
2329
- style?: string | undefined;
2330
- explode?: boolean | undefined;
2331
- schema?: ({
2332
- discriminator?: ({
2333
- mapping?: {
2334
- [x: string]: string;
2335
- } | undefined;
2336
- propertyName: string;
2337
- } & {
2338
- [x: `x-${string}`]: unknown;
2339
- }) | undefined;
2340
- xml?: ({
2341
- name?: string | undefined;
2342
- namespace?: string | undefined;
2343
- prefix?: string | undefined;
2344
- attribute?: boolean | undefined;
2345
- wrapped?: boolean | undefined;
2346
- } & {
2347
- [x: `x-${string}`]: unknown;
2348
- }) | undefined;
2349
- externalDocs?: ({
2350
- description?: string | undefined;
2351
- url: string;
2352
- } & {
2353
- [x: `x-${string}`]: unknown;
2354
- }) | undefined;
2355
- example?: any;
2356
- examples?: unknown[] | undefined;
2357
- } & {
2358
- [x: `x-${string}`]: unknown;
2359
- } & {
2360
- 'x-tags'?: string[] | undefined;
2361
- } & {
2362
- [x: string]: unknown;
2363
- }) | ({
2364
- summary?: string | undefined;
2365
- description?: string | undefined;
2366
- $ref: string;
2367
- } & {
2368
- $status?: "loading" | "error" | undefined;
2369
- $global?: boolean | undefined;
2370
- } & {
2371
- [x: `x-${string}`]: unknown;
2372
- }) | undefined;
2373
- example: any;
2374
- }) | ({
2375
- description?: string | undefined;
2376
- required?: boolean | undefined;
2377
- deprecated?: boolean | undefined;
2378
- } & {
2379
- [x: `x-${string}`]: unknown;
2380
- } & any) | ({
2381
- summary?: string | undefined;
2382
- description?: string | undefined;
2383
- $ref: string;
2384
- } & {
2385
- $status?: "loading" | "error" | undefined;
2386
- $global?: boolean | undefined;
2387
- } & {
2388
- [x: `x-${string}`]: unknown;
2389
- });
2390
- } | undefined;
2391
- } & {
2392
- [x: `x-${string}`]: unknown;
2393
- };
2394
- } | undefined;
2395
- } & {
2396
- [x: `x-${string}`]: unknown;
2397
- };
2398
- } | undefined;
2399
- }) | ({
2400
- summary?: string | undefined;
2401
- description?: string | undefined;
2402
- $ref: string;
2403
- } & {
2404
- $status?: "loading" | "error" | undefined;
2405
- $global?: boolean | undefined;
2406
- } & {
2407
- [x: `x-${string}`]: unknown;
2408
- });
2409
- } | undefined;
2410
- content?: {
2411
- [x: string]: {
2412
- example?: any;
2413
- examples?: {
2414
- [x: string]: ({
2415
- summary?: string | undefined;
2416
- description?: string | undefined;
2417
- value?: any;
2418
- externalValue?: string | undefined;
2419
- } & {
2420
- [x: `x-${string}`]: unknown;
2421
- }) | ({
2422
- summary?: string | undefined;
2423
- description?: string | undefined;
2424
- $ref: string;
2425
- } & {
2426
- $status?: "loading" | "error" | undefined;
2427
- $global?: boolean | undefined;
2428
- } & {
2429
- [x: `x-${string}`]: unknown;
2430
- });
2431
- } | undefined;
2432
- schema?: ({
2433
- discriminator?: ({
2434
- mapping?: {
2435
- [x: string]: string;
2436
- } | undefined;
2437
- propertyName: string;
2438
- } & {
2439
- [x: `x-${string}`]: unknown;
2440
- }) | undefined;
2441
- xml?: ({
2442
- name?: string | undefined;
2443
- namespace?: string | undefined;
2444
- prefix?: string | undefined;
2445
- attribute?: boolean | undefined;
2446
- wrapped?: boolean | undefined;
2447
- } & {
2448
- [x: `x-${string}`]: unknown;
2449
- }) | undefined;
2450
- externalDocs?: ({
2451
- description?: string | undefined;
2452
- url: string;
2453
- } & {
2454
- [x: `x-${string}`]: unknown;
2455
- }) | undefined;
2456
- example?: any;
2457
- examples?: unknown[] | undefined;
2458
- } & {
2459
- [x: `x-${string}`]: unknown;
2460
- } & {
2461
- 'x-tags'?: string[] | undefined;
2462
- } & {
2463
- [x: string]: unknown;
2464
- }) | undefined;
2465
- encoding?: {
2466
- [x: string]: {
2467
- contentType?: string | undefined;
2468
- headers?: {
2469
- [x: string]: ({
2470
- summary?: string | undefined;
2471
- description?: string | undefined;
2472
- $ref: string;
2473
- } & {
2474
- $status?: "loading" | "error" | undefined;
2475
- $global?: boolean | undefined;
2476
- } & {
2477
- [x: `x-${string}`]: unknown;
2478
- }) | ({
2479
- description?: string | undefined;
2480
- required?: boolean | undefined;
2481
- deprecated?: boolean | undefined;
2482
- } & {
2483
- [x: `x-${string}`]: unknown;
2484
- } & {
2485
- examples?: {
2486
- [x: string]: ({
2487
- summary?: string | undefined;
2488
- description?: string | undefined;
2489
- value?: any;
2490
- externalValue?: string | undefined;
2491
- } & {
2492
- [x: `x-${string}`]: unknown;
2493
- }) | ({
2494
- summary?: string | undefined;
2495
- description?: string | undefined;
2496
- $ref: string;
2497
- } & {
2498
- $status?: "loading" | "error" | undefined;
2499
- $global?: boolean | undefined;
2500
- } & {
2501
- [x: `x-${string}`]: unknown;
2502
- });
2503
- } | undefined;
2504
- style?: string | undefined;
2505
- explode?: boolean | undefined;
2506
- schema?: ({
2507
- summary?: string | undefined;
2508
- description?: string | undefined;
2509
- $ref: string;
2510
- } & {
2511
- $status?: "loading" | "error" | undefined;
2512
- $global?: boolean | undefined;
2513
- } & {
2514
- [x: `x-${string}`]: unknown;
2515
- }) | ({
2516
- discriminator?: ({
2517
- mapping?: {
2518
- [x: string]: string;
2519
- } | undefined;
2520
- propertyName: string;
2521
- } & {
2522
- [x: `x-${string}`]: unknown;
2523
- }) | undefined;
2524
- xml?: ({
2525
- name?: string | undefined;
2526
- namespace?: string | undefined;
2527
- prefix?: string | undefined;
2528
- attribute?: boolean | undefined;
2529
- wrapped?: boolean | undefined;
2530
- } & {
2531
- [x: `x-${string}`]: unknown;
2532
- }) | undefined;
2533
- externalDocs?: ({
2534
- description?: string | undefined;
2535
- url: string;
2536
- } & {
2537
- [x: `x-${string}`]: unknown;
2538
- }) | undefined;
2539
- example?: any;
2540
- examples?: unknown[] | undefined;
2541
- } & {
2542
- [x: `x-${string}`]: unknown;
2543
- } & {
2544
- 'x-tags'?: string[] | undefined;
2545
- } & {
2546
- [x: string]: unknown;
2547
- }) | undefined;
2548
- example: any;
2549
- }) | ({
2550
- description?: string | undefined;
2551
- required?: boolean | undefined;
2552
- deprecated?: boolean | undefined;
2553
- } & {
2554
- [x: `x-${string}`]: unknown;
2555
- } & {
2556
- content?: {
2557
- [x: string]: any & {
2558
- [x: `x-${string}`]: unknown;
2559
- };
2560
- } | undefined;
2561
- });
2562
- } | undefined;
2563
- } & {
2564
- [x: `x-${string}`]: unknown;
2565
- };
2566
- } | undefined;
2567
- } & {
2568
- [x: `x-${string}`]: unknown;
2569
- };
2570
- } | undefined;
2571
- links?: {
2572
- [x: string]: ({
2573
- summary?: string | undefined;
2574
- description?: string | undefined;
2575
- $ref: string;
2576
- } & {
2577
- $status?: "loading" | "error" | undefined;
2578
- $global?: boolean | undefined;
2579
- } & {
2580
- [x: `x-${string}`]: unknown;
2581
- }) | ({
2582
- description?: string | undefined;
2583
- operationRef?: string | undefined;
2584
- operationId?: string | undefined;
2585
- parameters?: {
2586
- [x: string]: any;
2587
- } | undefined;
2588
- requestBody?: any;
2589
- server?: ({
2590
- description?: string | undefined;
2591
- variables?: {
2592
- [x: string]: {
2593
- description?: string | undefined;
2594
- enum?: string[] | undefined;
2595
- default?: string | undefined;
2596
- } & {
2597
- [x: `x-${string}`]: unknown;
2598
- };
2599
- } | undefined;
2600
- url: string;
2601
- } & {
2602
- [x: `x-${string}`]: unknown;
2603
- }) | undefined;
2604
- } & {
2605
- [x: `x-${string}`]: unknown;
2606
- });
2607
- } | undefined;
2608
- description: string;
2609
- } & {
2610
- [x: `x-${string}`]: unknown;
2611
- });
2612
- } & {
2613
- [x: `x-${string}`]: unknown;
2614
- }) | undefined;
2615
- security?: ({
2616
- [x: string]: string[];
2617
- } & {
2618
- [x: `x-${string}`]: unknown;
2619
- })[] | undefined;
2620
- servers?: ({
2621
- description?: string | undefined;
2622
- variables?: {
2623
- [x: string]: {
2624
- description?: string | undefined;
2625
- enum?: string[] | undefined;
2626
- default?: string | undefined;
2627
- } & {
2628
- [x: `x-${string}`]: unknown;
2629
- };
2630
- } | undefined;
2631
- url: string;
2632
- } & {
2633
- [x: `x-${string}`]: unknown;
2634
- })[] | undefined;
2635
- callbacks?: {
2636
- [x: string]: ({
2637
- summary?: string | undefined;
2638
- description?: string | undefined;
2639
- $ref: string;
2640
- } & {
2641
- $status?: "loading" | "error" | undefined;
2642
- $global?: boolean | undefined;
2643
- } & {
2644
- [x: `x-${string}`]: unknown;
2645
- }) | ({
2646
- [x: string]: ({
2647
- summary?: string | undefined;
2648
- description?: string | undefined;
2649
- $ref: string;
2650
- } & {
2651
- $status?: "loading" | "error" | undefined;
2652
- $global?: boolean | undefined;
2653
- } & {
2654
- [x: `x-${string}`]: unknown;
2655
- }) | ({
2656
- $ref?: string | undefined;
2657
- summary?: string | undefined;
2658
- description?: string | undefined;
2659
- parameters?: (({
2660
- summary?: string | undefined;
2661
- description?: string | undefined;
2662
- $ref: string;
2663
- } & {
2664
- $status?: "loading" | "error" | undefined;
2665
- $global?: boolean | undefined;
2666
- } & {
2667
- [x: `x-${string}`]: unknown;
2668
- }) | ({
2669
- description?: string | undefined;
2670
- required?: boolean | undefined;
2671
- deprecated?: boolean | undefined;
2672
- allowEmptyValue?: boolean | undefined;
2673
- name: string;
2674
- in: "path" | "query" | "header" | "cookie";
2675
- } & {
2676
- [x: `x-${string}`]: unknown;
2677
- } & {
2678
- examples?: {
2679
- [x: string]: ({
2680
- summary?: string | undefined;
2681
- description?: string | undefined;
2682
- $ref: string;
2683
- } & {
2684
- $status?: "loading" | "error" | undefined;
2685
- $global?: boolean | undefined;
2686
- } & {
2687
- [x: `x-${string}`]: unknown;
2688
- }) | ({
2689
- summary?: string | undefined;
2690
- description?: string | undefined;
2691
- value?: any;
2692
- externalValue?: string | undefined;
2693
- } & {
2694
- [x: `x-${string}`]: unknown;
2695
- });
2696
- } | undefined;
2697
- style?: string | undefined;
2698
- explode?: boolean | undefined;
2699
- schema?: ({
2700
- summary?: string | undefined;
2701
- description?: string | undefined;
2702
- $ref: string;
2703
- } & {
2704
- $status?: "loading" | "error" | undefined;
2705
- $global?: boolean | undefined;
2706
- } & {
2707
- [x: `x-${string}`]: unknown;
2708
- }) | ({
2709
- discriminator?: ({
2710
- mapping?: {
2711
- [x: string]: string;
2712
- } | undefined;
2713
- propertyName: string;
2714
- } & {
2715
- [x: `x-${string}`]: unknown;
2716
- }) | undefined;
2717
- xml?: ({
2718
- name?: string | undefined;
2719
- namespace?: string | undefined;
2720
- prefix?: string | undefined;
2721
- attribute?: boolean | undefined;
2722
- wrapped?: boolean | undefined;
2723
- } & {
2724
- [x: `x-${string}`]: unknown;
2725
- }) | undefined;
2726
- externalDocs?: ({
2727
- description?: string | undefined;
2728
- url: string;
2729
- } & {
2730
- [x: `x-${string}`]: unknown;
2731
- }) | undefined;
2732
- example?: any;
2733
- examples?: unknown[] | undefined;
2734
- } & {
2735
- [x: `x-${string}`]: unknown;
2736
- } & {
2737
- 'x-tags'?: string[] | undefined;
2738
- } & {
2739
- [x: string]: unknown;
2740
- }) | undefined;
2741
- example: any;
2742
- }) | ({
2743
- description?: string | undefined;
2744
- required?: boolean | undefined;
2745
- deprecated?: boolean | undefined;
2746
- allowEmptyValue?: boolean | undefined;
2747
- name: string;
2748
- in: "path" | "query" | "header" | "cookie";
2749
- } & {
2750
- [x: `x-${string}`]: unknown;
2751
- } & {
2752
- content?: {
2753
- [x: string]: {
2754
- example?: any;
2755
- examples?: {
2756
- [x: string]: ({
2757
- summary?: string | undefined;
2758
- description?: string | undefined;
2759
- value?: any;
2760
- externalValue?: string | undefined;
2761
- } & {
2762
- [x: `x-${string}`]: unknown;
2763
- }) | ({
2764
- summary?: string | undefined;
2765
- description?: string | undefined;
2766
- $ref: string;
2767
- } & {
2768
- $status?: "loading" | "error" | undefined;
2769
- $global?: boolean | undefined;
2770
- } & {
2771
- [x: `x-${string}`]: unknown;
2772
- });
2773
- } | undefined;
2774
- schema?: ({
2775
- discriminator?: ({
2776
- mapping?: {
2777
- [x: string]: string;
2778
- } | undefined;
2779
- propertyName: string;
2780
- } & {
2781
- [x: `x-${string}`]: unknown;
2782
- }) | undefined;
2783
- xml?: ({
2784
- name?: string | undefined;
2785
- namespace?: string | undefined;
2786
- prefix?: string | undefined;
2787
- attribute?: boolean | undefined;
2788
- wrapped?: boolean | undefined;
2789
- } & {
2790
- [x: `x-${string}`]: unknown;
2791
- }) | undefined;
2792
- externalDocs?: ({
2793
- description?: string | undefined;
2794
- url: string;
2795
- } & {
2796
- [x: `x-${string}`]: unknown;
2797
- }) | undefined;
2798
- example?: any;
2799
- examples?: unknown[] | undefined;
2800
- } & {
2801
- [x: `x-${string}`]: unknown;
2802
- } & {
2803
- 'x-tags'?: string[] | undefined;
2804
- } & {
2805
- [x: string]: unknown;
2806
- }) | undefined;
2807
- encoding?: {
2808
- [x: string]: {
2809
- contentType?: string | undefined;
2810
- headers?: {
2811
- [x: string]: ({
2812
- summary?: string | undefined;
2813
- description?: string | undefined;
2814
- $ref: string;
2815
- } & {
2816
- $status?: "loading" | "error" | undefined;
2817
- $global?: boolean | undefined;
2818
- } & {
2819
- [x: `x-${string}`]: unknown;
2820
- }) | ({
2821
- description?: string | undefined;
2822
- required?: boolean | undefined;
2823
- deprecated?: boolean | undefined;
2824
- } & {
2825
- [x: `x-${string}`]: unknown;
2826
- } & {
2827
- examples?: {
2828
- [x: string]: ({
2829
- summary?: string | undefined;
2830
- description?: string | undefined;
2831
- value?: any;
2832
- externalValue?: string | undefined;
2833
- } & {
2834
- [x: `x-${string}`]: unknown;
2835
- }) | ({
2836
- summary?: string | undefined;
2837
- description?: string | undefined;
2838
- $ref: string;
2839
- } & {
2840
- $status?: "loading" | "error" | undefined;
2841
- $global?: boolean | undefined;
2842
- } & {
2843
- [x: `x-${string}`]: unknown;
2844
- });
2845
- } | undefined;
2846
- style?: string | undefined;
2847
- explode?: boolean | undefined;
2848
- schema?: ({
2849
- summary?: string | undefined;
2850
- description?: string | undefined;
2851
- $ref: string;
2852
- } & {
2853
- $status?: "loading" | "error" | undefined;
2854
- $global?: boolean | undefined;
2855
- } & {
2856
- [x: `x-${string}`]: unknown;
2857
- }) | ({
2858
- discriminator?: ({
2859
- mapping?: {
2860
- [x: string]: string;
2861
- } | undefined;
2862
- propertyName: string;
2863
- } & {
2864
- [x: `x-${string}`]: unknown;
2865
- }) | undefined;
2866
- xml?: ({
2867
- name?: string | undefined;
2868
- namespace?: string | undefined;
2869
- prefix?: string | undefined;
2870
- attribute?: boolean | undefined;
2871
- wrapped?: boolean | undefined;
2872
- } & {
2873
- [x: `x-${string}`]: unknown;
2874
- }) | undefined;
2875
- externalDocs?: ({
2876
- description?: string | undefined;
2877
- url: string;
2878
- } & {
2879
- [x: `x-${string}`]: unknown;
2880
- }) | undefined;
2881
- example?: any;
2882
- examples?: unknown[] | undefined;
2883
- } & {
2884
- [x: `x-${string}`]: unknown;
2885
- } & {
2886
- 'x-tags'?: string[] | undefined;
2887
- } & {
2888
- [x: string]: unknown;
2889
- }) | undefined;
2890
- example: any;
2891
- }) | ({
2892
- description?: string | undefined;
2893
- required?: boolean | undefined;
2894
- deprecated?: boolean | undefined;
2895
- } & {
2896
- [x: `x-${string}`]: unknown;
2897
- } & {
2898
- content?: {
2899
- [x: string]: any & {
2900
- [x: `x-${string}`]: unknown;
2901
- };
2902
- } | undefined;
2903
- });
2904
- } | undefined;
2905
- } & {
2906
- [x: `x-${string}`]: unknown;
2907
- };
2908
- } | undefined;
2909
- } & {
2910
- [x: `x-${string}`]: unknown;
2911
- };
2912
- } | undefined;
2913
- }))[] | undefined;
2914
- servers?: ({
2915
- description?: string | undefined;
2916
- variables?: {
2917
- [x: string]: {
2918
- description?: string | undefined;
2919
- enum?: string[] | undefined;
2920
- default?: string | undefined;
2921
- } & {
2922
- [x: `x-${string}`]: unknown;
2923
- };
2924
- } | undefined;
2925
- url: string;
2926
- } & {
2927
- [x: `x-${string}`]: unknown;
2928
- })[] | undefined;
2929
- get?: (any & {
2930
- 'x-scalar-client-config-request-example'?: {
2931
- [x: string]: {
2932
- name?: string | undefined;
2933
- parameters?: {
2934
- path?: {
2935
- [x: string]: string;
2936
- } | undefined;
2937
- query?: {
2938
- [x: string]: string;
2939
- } | undefined;
2940
- header?: {
2941
- [x: string]: string;
2942
- } | undefined;
2943
- cookie?: {
2944
- [x: string]: string;
2945
- } | undefined;
2946
- } | undefined;
2947
- body?: {
2948
- file?: {
2949
- base64?: string | undefined;
2950
- url: string;
2951
- } | null | undefined;
2952
- content: string | {
2953
- [x: string]: any;
2954
- };
2955
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
2956
- } | undefined;
2957
- };
2958
- } | undefined;
2959
- } & {
2960
- [x: `x-${string}`]: unknown;
2961
- }) | ({
2962
- summary?: string | undefined;
2963
- description?: string | undefined;
2964
- $ref: string;
2965
- } & {
2966
- $status?: "loading" | "error" | undefined;
2967
- $global?: boolean | undefined;
2968
- } & {
2969
- [x: `x-${string}`]: unknown;
2970
- }) | undefined;
2971
- put?: (any & {
2972
- 'x-scalar-client-config-request-example'?: {
2973
- [x: string]: {
2974
- name?: string | undefined;
2975
- parameters?: {
2976
- path?: {
2977
- [x: string]: string;
2978
- } | undefined;
2979
- query?: {
2980
- [x: string]: string;
2981
- } | undefined;
2982
- header?: {
2983
- [x: string]: string;
2984
- } | undefined;
2985
- cookie?: {
2986
- [x: string]: string;
2987
- } | undefined;
2988
- } | undefined;
2989
- body?: {
2990
- file?: {
2991
- base64?: string | undefined;
2992
- url: string;
2993
- } | null | undefined;
2994
- content: string | {
2995
- [x: string]: any;
2996
- };
2997
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
2998
- } | undefined;
2999
- };
3000
- } | undefined;
3001
- } & {
3002
- [x: `x-${string}`]: unknown;
3003
- }) | ({
3004
- summary?: string | undefined;
3005
- description?: string | undefined;
3006
- $ref: string;
3007
- } & {
3008
- $status?: "loading" | "error" | undefined;
3009
- $global?: boolean | undefined;
3010
- } & {
3011
- [x: `x-${string}`]: unknown;
3012
- }) | undefined;
3013
- post?: (any & {
3014
- 'x-scalar-client-config-request-example'?: {
3015
- [x: string]: {
3016
- name?: string | undefined;
3017
- parameters?: {
3018
- path?: {
3019
- [x: string]: string;
3020
- } | undefined;
3021
- query?: {
3022
- [x: string]: string;
3023
- } | undefined;
3024
- header?: {
3025
- [x: string]: string;
3026
- } | undefined;
3027
- cookie?: {
3028
- [x: string]: string;
3029
- } | undefined;
3030
- } | undefined;
3031
- body?: {
3032
- file?: {
3033
- base64?: string | undefined;
3034
- url: string;
3035
- } | null | undefined;
3036
- content: string | {
3037
- [x: string]: any;
3038
- };
3039
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3040
- } | undefined;
3041
- };
3042
- } | undefined;
3043
- } & {
3044
- [x: `x-${string}`]: unknown;
3045
- }) | ({
3046
- summary?: string | undefined;
3047
- description?: string | undefined;
3048
- $ref: string;
3049
- } & {
3050
- $status?: "loading" | "error" | undefined;
3051
- $global?: boolean | undefined;
3052
- } & {
3053
- [x: `x-${string}`]: unknown;
3054
- }) | undefined;
3055
- delete?: (any & {
3056
- 'x-scalar-client-config-request-example'?: {
3057
- [x: string]: {
3058
- name?: string | undefined;
3059
- parameters?: {
3060
- path?: {
3061
- [x: string]: string;
3062
- } | undefined;
3063
- query?: {
3064
- [x: string]: string;
3065
- } | undefined;
3066
- header?: {
3067
- [x: string]: string;
3068
- } | undefined;
3069
- cookie?: {
3070
- [x: string]: string;
3071
- } | undefined;
3072
- } | undefined;
3073
- body?: {
3074
- file?: {
3075
- base64?: string | undefined;
3076
- url: string;
3077
- } | null | undefined;
3078
- content: string | {
3079
- [x: string]: any;
3080
- };
3081
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3082
- } | undefined;
3083
- };
3084
- } | undefined;
3085
- } & {
3086
- [x: `x-${string}`]: unknown;
3087
- }) | ({
3088
- summary?: string | undefined;
3089
- description?: string | undefined;
3090
- $ref: string;
3091
- } & {
3092
- $status?: "loading" | "error" | undefined;
3093
- $global?: boolean | undefined;
3094
- } & {
3095
- [x: `x-${string}`]: unknown;
3096
- }) | undefined;
3097
- patch?: (any & {
3098
- 'x-scalar-client-config-request-example'?: {
3099
- [x: string]: {
3100
- name?: string | undefined;
3101
- parameters?: {
3102
- path?: {
3103
- [x: string]: string;
3104
- } | undefined;
3105
- query?: {
3106
- [x: string]: string;
3107
- } | undefined;
3108
- header?: {
3109
- [x: string]: string;
3110
- } | undefined;
3111
- cookie?: {
3112
- [x: string]: string;
3113
- } | undefined;
3114
- } | undefined;
3115
- body?: {
3116
- file?: {
3117
- base64?: string | undefined;
3118
- url: string;
3119
- } | null | undefined;
3120
- content: string | {
3121
- [x: string]: any;
3122
- };
3123
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3124
- } | undefined;
3125
- };
3126
- } | undefined;
3127
- } & {
3128
- [x: `x-${string}`]: unknown;
3129
- }) | ({
3130
- summary?: string | undefined;
3131
- description?: string | undefined;
3132
- $ref: string;
3133
- } & {
3134
- $status?: "loading" | "error" | undefined;
3135
- $global?: boolean | undefined;
3136
- } & {
3137
- [x: `x-${string}`]: unknown;
3138
- }) | undefined;
3139
- connect?: (any & {
3140
- 'x-scalar-client-config-request-example'?: {
3141
- [x: string]: {
3142
- name?: string | undefined;
3143
- parameters?: {
3144
- path?: {
3145
- [x: string]: string;
3146
- } | undefined;
3147
- query?: {
3148
- [x: string]: string;
3149
- } | undefined;
3150
- header?: {
3151
- [x: string]: string;
3152
- } | undefined;
3153
- cookie?: {
3154
- [x: string]: string;
3155
- } | undefined;
3156
- } | undefined;
3157
- body?: {
3158
- file?: {
3159
- base64?: string | undefined;
3160
- url: string;
3161
- } | null | undefined;
3162
- content: string | {
3163
- [x: string]: any;
3164
- };
3165
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3166
- } | undefined;
3167
- };
3168
- } | undefined;
3169
- } & {
3170
- [x: `x-${string}`]: unknown;
3171
- }) | ({
3172
- summary?: string | undefined;
3173
- description?: string | undefined;
3174
- $ref: string;
3175
- } & {
3176
- $status?: "loading" | "error" | undefined;
3177
- $global?: boolean | undefined;
3178
- } & {
3179
- [x: `x-${string}`]: unknown;
3180
- }) | undefined;
3181
- options?: (any & {
3182
- 'x-scalar-client-config-request-example'?: {
3183
- [x: string]: {
3184
- name?: string | undefined;
3185
- parameters?: {
3186
- path?: {
3187
- [x: string]: string;
3188
- } | undefined;
3189
- query?: {
3190
- [x: string]: string;
3191
- } | undefined;
3192
- header?: {
3193
- [x: string]: string;
3194
- } | undefined;
3195
- cookie?: {
3196
- [x: string]: string;
3197
- } | undefined;
3198
- } | undefined;
3199
- body?: {
3200
- file?: {
3201
- base64?: string | undefined;
3202
- url: string;
3203
- } | null | undefined;
3204
- content: string | {
3205
- [x: string]: any;
3206
- };
3207
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3208
- } | undefined;
3209
- };
3210
- } | undefined;
3211
- } & {
3212
- [x: `x-${string}`]: unknown;
3213
- }) | ({
3214
- summary?: string | undefined;
3215
- description?: string | undefined;
3216
- $ref: string;
3217
- } & {
3218
- $status?: "loading" | "error" | undefined;
3219
- $global?: boolean | undefined;
3220
- } & {
3221
- [x: `x-${string}`]: unknown;
3222
- }) | undefined;
3223
- head?: (any & {
3224
- 'x-scalar-client-config-request-example'?: {
3225
- [x: string]: {
3226
- name?: string | undefined;
3227
- parameters?: {
3228
- path?: {
3229
- [x: string]: string;
3230
- } | undefined;
3231
- query?: {
3232
- [x: string]: string;
3233
- } | undefined;
3234
- header?: {
3235
- [x: string]: string;
3236
- } | undefined;
3237
- cookie?: {
3238
- [x: string]: string;
3239
- } | undefined;
3240
- } | undefined;
3241
- body?: {
3242
- file?: {
3243
- base64?: string | undefined;
3244
- url: string;
3245
- } | null | undefined;
3246
- content: string | {
3247
- [x: string]: any;
3248
- };
3249
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3250
- } | undefined;
3251
- };
3252
- } | undefined;
3253
- } & {
3254
- [x: `x-${string}`]: unknown;
3255
- }) | ({
3256
- summary?: string | undefined;
3257
- description?: string | undefined;
3258
- $ref: string;
3259
- } & {
3260
- $status?: "loading" | "error" | undefined;
3261
- $global?: boolean | undefined;
3262
- } & {
3263
- [x: `x-${string}`]: unknown;
3264
- }) | undefined;
3265
- trace?: (any & {
3266
- 'x-scalar-client-config-request-example'?: {
3267
- [x: string]: {
3268
- name?: string | undefined;
3269
- parameters?: {
3270
- path?: {
3271
- [x: string]: string;
3272
- } | undefined;
3273
- query?: {
3274
- [x: string]: string;
3275
- } | undefined;
3276
- header?: {
3277
- [x: string]: string;
3278
- } | undefined;
3279
- cookie?: {
3280
- [x: string]: string;
3281
- } | undefined;
3282
- } | undefined;
3283
- body?: {
3284
- file?: {
3285
- base64?: string | undefined;
3286
- url: string;
3287
- } | null | undefined;
3288
- content: string | {
3289
- [x: string]: any;
3290
- };
3291
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3292
- } | undefined;
3293
- };
3294
- } | undefined;
3295
- } & {
3296
- [x: `x-${string}`]: unknown;
3297
- }) | ({
3298
- summary?: string | undefined;
3299
- description?: string | undefined;
3300
- $ref: string;
3301
- } & {
3302
- $status?: "loading" | "error" | undefined;
3303
- $global?: boolean | undefined;
3304
- } & {
3305
- [x: `x-${string}`]: unknown;
3306
- }) | undefined;
3307
- } & {
3308
- [x: `x-${string}`]: unknown;
3309
- });
3310
- } & {
3311
- [x: `x-${string}`]: unknown;
3312
- });
3313
- } | undefined;
3314
- } & {
3315
- 'x-scalar-client-config-request-example'?: {
3316
- [x: string]: {
3317
- name?: string | undefined;
3318
- parameters?: {
3319
- path?: {
3320
- [x: string]: string;
3321
- } | undefined;
3322
- query?: {
3323
- [x: string]: string;
3324
- } | undefined;
3325
- header?: {
3326
- [x: string]: string;
3327
- } | undefined;
3328
- cookie?: {
3329
- [x: string]: string;
3330
- } | undefined;
3331
- } | undefined;
3332
- body?: {
3333
- file?: {
3334
- base64?: string | undefined;
3335
- url: string;
3336
- } | null | undefined;
3337
- content: string | {
3338
- [x: string]: any;
3339
- };
3340
- encoding: "application/json" | "text/plain" | "text/html" | "application/javascript" | "application/xml" | "application/yaml" | "application/edn" | "application/octet-stream" | "application/x-www-form-urlencoded" | "multipart/form-data" | "binary";
3341
- } | undefined;
3342
- };
3343
- } | undefined;
3344
- } & {
3345
- [x: `x-${string}`]: unknown;
3346
- }) | ({
3347
- summary?: string | undefined;
3348
- description?: string | undefined;
3349
- $ref: string;
3350
- } & {
3351
- $status?: "loading" | "error" | undefined;
3352
- $global?: boolean | undefined;
3353
- } & {
3354
- [x: `x-${string}`]: unknown;
3355
- })>>;
67
+ export declare function escapePaths(paths: Record<string, Record<string, OperationObject>>): Record<string, Record<string, OperationObject>>;
3356
68
  /**
3357
69
  * Externalizes components by turning them into refs.
3358
70
  */