@redocly/openapi-docs 3.11.0-next.10 → 3.11.0-next.2

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