@redocly/openapi-docs 3.11.0-next.7 → 3.11.0-next.9

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/dist/redocly-openapi-docs.min.js +11846 -10893
  3. package/lib/components/ApiInfo/ApiInfo.d.ts +1 -1
  4. package/lib/components/ApiInfo/ApiInfo.js +1 -2
  5. package/lib/components/ApiInfo/Metadata.d.ts +1 -1
  6. package/lib/components/ApiInfo/Metadata.js +1 -2
  7. package/lib/components/ApiInfo/index.d.ts +1 -1
  8. package/lib/components/ApiInfo/index.js +1 -2
  9. package/lib/components/ApiInfo/styled.d.ts +4 -4
  10. package/lib/components/ApiInfo/styled.js +8 -9
  11. package/lib/components/CallbackSamples/CallbackSamples.js +4 -5
  12. package/lib/components/CallbackSamples/index.d.ts +1 -1
  13. package/lib/components/CallbackSamples/index.js +1 -2
  14. package/lib/components/Callbacks/CallbackDetails.d.ts +1 -1
  15. package/lib/components/Callbacks/CallbackDetails.js +3 -4
  16. package/lib/components/Callbacks/CallbackOperation.d.ts +1 -1
  17. package/lib/components/Callbacks/CallbackOperation.js +3 -4
  18. package/lib/components/Callbacks/CallbackSummary.d.ts +1 -1
  19. package/lib/components/Callbacks/CallbackSummary.js +3 -4
  20. package/lib/components/Callbacks/CallbacksList.d.ts +1 -1
  21. package/lib/components/Callbacks/CallbacksList.js +1 -2
  22. package/lib/components/Callbacks/index.d.ts +3 -3
  23. package/lib/components/Callbacks/index.js +1 -2
  24. package/lib/components/Callbacks/styled.d.ts +1 -3
  25. package/lib/components/Callbacks/styled.js +2 -3
  26. package/lib/components/Content/Content.d.ts +1 -1
  27. package/lib/components/Content/Content.js +1 -2
  28. package/lib/components/Content/index.d.ts +1 -1
  29. package/lib/components/Content/index.js +1 -2
  30. package/lib/components/Content/useAutoScroll.js +1 -2
  31. package/lib/components/ContentItem/ContentItem.d.ts +1 -1
  32. package/lib/components/ContentItem/ContentItem.js +1 -2
  33. package/lib/components/ContentItem/index.d.ts +1 -1
  34. package/lib/components/ContentItem/index.js +1 -2
  35. package/lib/components/ContentItem/useIsExpanded.d.ts +1 -1
  36. package/lib/components/ContentItem/useIsExpanded.js +1 -2
  37. package/lib/components/ContentItems/ContentItems.d.ts +1 -1
  38. package/lib/components/ContentItems/ContentItems.js +1 -2
  39. package/lib/components/ContentItems/Items.js +1 -2
  40. package/lib/components/ContentItems/VirtualList.d.ts +1 -1
  41. package/lib/components/ContentItems/VirtualList.js +1 -2
  42. package/lib/components/ContentItems/helpers.d.ts +3 -3
  43. package/lib/components/ContentItems/helpers.js +1 -2
  44. package/lib/components/ContentItems/index.d.ts +1 -1
  45. package/lib/components/ContentItems/index.js +1 -2
  46. package/lib/components/ContentItems/useScrollOnRender.d.ts +1 -1
  47. package/lib/components/ContentItems/useScrollOnRender.js +1 -2
  48. package/lib/components/Discriminator/Discriminator.d.ts +1 -1
  49. package/lib/components/Discriminator/Discriminator.js +2 -3
  50. package/lib/components/Discriminator/index.d.ts +1 -1
  51. package/lib/components/Discriminator/index.js +1 -2
  52. package/lib/components/Download/DownloadSpecification.js +4 -5
  53. package/lib/components/Download/index.d.ts +1 -1
  54. package/lib/components/Download/index.js +1 -2
  55. package/lib/components/Download/types.js +0 -2
  56. package/lib/components/Download/useDownloadInfo.d.ts +1 -1
  57. package/lib/components/Download/useDownloadInfo.js +1 -2
  58. package/lib/components/ErrorBoundary/ErrorBoundary.js +2 -3
  59. package/lib/components/ErrorBoundary/index.d.ts +1 -1
  60. package/lib/components/ErrorBoundary/index.js +1 -2
  61. package/lib/components/ExpandAllButton/ExpandAllButton.js +2 -3
  62. package/lib/components/ExpandAllButton/index.d.ts +1 -1
  63. package/lib/components/ExpandAllButton/index.js +1 -2
  64. package/lib/components/ExternalDocumentation/ExternalDocumentation.d.ts +1 -1
  65. package/lib/components/ExternalDocumentation/ExternalDocumentation.js +4 -5
  66. package/lib/components/ExternalDocumentation/index.d.ts +1 -1
  67. package/lib/components/ExternalDocumentation/index.js +1 -2
  68. package/lib/components/Language/LanguageDropdown.d.ts +1 -1
  69. package/lib/components/Language/LanguageDropdown.js +1 -2
  70. package/lib/components/Language/LanguageItem.d.ts +1 -1
  71. package/lib/components/Language/LanguageItem.js +1 -2
  72. package/lib/components/Language/LanguageList.d.ts +1 -1
  73. package/lib/components/Language/LanguageList.js +1 -2
  74. package/lib/components/Language/_tests_/LanguageDropdown.test.js +1 -2
  75. package/lib/components/Language/constants.js +1 -2
  76. package/lib/components/Language/index.d.ts +3 -3
  77. package/lib/components/Language/index.js +1 -2
  78. package/lib/components/Language/styled.d.ts +8 -31
  79. package/lib/components/Language/styled.js +11 -12
  80. package/lib/components/Markdown/Markdown.d.ts +1 -1
  81. package/lib/components/Markdown/Markdown.js +1 -2
  82. package/lib/components/Markdown/index.d.ts +2 -2
  83. package/lib/components/Markdown/index.js +1 -2
  84. package/lib/components/Markdown/types.js +0 -2
  85. package/lib/components/MediaTypeSwitch/MediaTypesSwitch.d.ts +2 -2
  86. package/lib/components/MediaTypeSwitch/MediaTypesSwitch.js +1 -2
  87. package/lib/components/MediaTypeSwitch/index.d.ts +1 -1
  88. package/lib/components/MediaTypeSwitch/index.js +1 -2
  89. package/lib/components/OperationItem/Description.d.ts +1 -1
  90. package/lib/components/OperationItem/Description.js +1 -2
  91. package/lib/components/OperationItem/OperationItem.d.ts +1 -3
  92. package/lib/components/OperationItem/OperationItem.js +5 -6
  93. package/lib/components/OperationItem/_tests_/OperationItem.test.js +1 -2
  94. package/lib/components/OperationItem/_tests_/__mocks__/mock-intersection-observer.js +1 -2
  95. package/lib/components/OperationItem/index.d.ts +2 -2
  96. package/lib/components/OperationItem/index.js +1 -2
  97. package/lib/components/OperationItem/types.d.ts +1 -1
  98. package/lib/components/OperationItem/types.js +0 -2
  99. package/lib/components/Overlay.d.ts +1 -1
  100. package/lib/components/Overlay.js +3 -4
  101. package/lib/components/Overview/Overview.d.ts +1 -1
  102. package/lib/components/Overview/Overview.js +1 -2
  103. package/lib/components/Overview/index.d.ts +1 -1
  104. package/lib/components/Overview/index.js +1 -2
  105. package/lib/components/PageFooter/PageFooter.js +1 -2
  106. package/lib/components/PageFooter/index.d.ts +1 -1
  107. package/lib/components/PageFooter/index.js +1 -2
  108. package/lib/components/Panel/ResponsePanel.d.ts +2 -3
  109. package/lib/components/Panel/ResponsePanel.js +6 -7
  110. package/lib/components/Panel/Trigger.d.ts +1 -1
  111. package/lib/components/Panel/Trigger.js +2 -3
  112. package/lib/components/Panel/index.d.ts +2 -2
  113. package/lib/components/Panel/index.js +1 -2
  114. package/lib/components/PanelItem/PanelItem.js +1 -2
  115. package/lib/components/PanelItem/index.d.ts +2 -2
  116. package/lib/components/PanelItem/index.js +1 -2
  117. package/lib/components/PanelItem/styled.d.ts +8 -16
  118. package/lib/components/PanelItem/styled.js +9 -10
  119. package/lib/components/PayloadSamples/Example.d.ts +1 -1
  120. package/lib/components/PayloadSamples/Example.js +1 -2
  121. package/lib/components/PayloadSamples/ExampleValue.d.ts +1 -1
  122. package/lib/components/PayloadSamples/ExampleValue.js +1 -2
  123. package/lib/components/PayloadSamples/MediaTypeSamples.d.ts +1 -1
  124. package/lib/components/PayloadSamples/MediaTypeSamples.js +2 -3
  125. package/lib/components/PayloadSamples/PayloadSamples.d.ts +1 -1
  126. package/lib/components/PayloadSamples/PayloadSamples.js +1 -2
  127. package/lib/components/PayloadSamples/index.d.ts +6 -5
  128. package/lib/components/PayloadSamples/index.js +1 -2
  129. package/lib/components/PayloadSamples/styled.d.ts +3 -4
  130. package/lib/components/PayloadSamples/styled.js +4 -5
  131. package/lib/components/PayloadSamples/types.d.ts +3 -3
  132. package/lib/components/PayloadSamples/types.js +0 -2
  133. package/lib/components/PropertyDetails/DescriptionEnums.d.ts +1 -1
  134. package/lib/components/PropertyDetails/DescriptionEnums.js +3 -4
  135. package/lib/components/PropertyDetails/EnumValues.d.ts +1 -1
  136. package/lib/components/PropertyDetails/EnumValues.js +1 -2
  137. package/lib/components/PropertyDetails/Examples.d.ts +1 -1
  138. package/lib/components/PropertyDetails/Examples.js +1 -2
  139. package/lib/components/PropertyDetails/Extensions.d.ts +1 -1
  140. package/lib/components/PropertyDetails/Extensions.js +2 -3
  141. package/lib/components/PropertyDetails/FieldDetail.js +2 -3
  142. package/lib/components/PropertyDetails/FieldDetails.d.ts +1 -1
  143. package/lib/components/PropertyDetails/FieldDetails.js +6 -7
  144. package/lib/components/PropertyDetails/Pattern.js +1 -2
  145. package/lib/components/PropertyDetails/PlusCircleIcon.js +4 -5
  146. package/lib/components/PropertyDetails/PropertyDetails.d.ts +1 -1
  147. package/lib/components/PropertyDetails/PropertyDetails.js +2 -3
  148. package/lib/components/PropertyDetails/SchemaTypeInfo.js +2 -3
  149. package/lib/components/PropertyDetails/SimpleEnums.d.ts +1 -1
  150. package/lib/components/PropertyDetails/SimpleEnums.js +2 -3
  151. package/lib/components/PropertyDetails/cycleColorsByLevel.js +1 -2
  152. package/lib/components/PropertyDetails/index.d.ts +3 -3
  153. package/lib/components/PropertyDetails/index.js +1 -2
  154. package/lib/components/PropertyDetails/styled.d.ts +6 -6
  155. package/lib/components/PropertyDetails/styled.js +7 -8
  156. package/lib/components/PropertyDetails/types.d.ts +2 -2
  157. package/lib/components/PropertyDetails/types.js +0 -2
  158. package/lib/components/RedoclyOpenAPIDocs/Providers.d.ts +2 -3
  159. package/lib/components/RedoclyOpenAPIDocs/Providers.js +1 -2
  160. package/lib/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocs.d.ts +2 -3
  161. package/lib/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocs.js +1 -2
  162. package/lib/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocsStandalone.d.ts +8 -0
  163. package/lib/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocsStandalone.js +1 -0
  164. package/lib/components/RedoclyOpenAPIDocs/index.d.ts +4 -4
  165. package/lib/components/RedoclyOpenAPIDocs/index.js +1 -2
  166. package/lib/components/RedoclyOpenAPIDocs/styled.d.ts +1 -1
  167. package/lib/components/RedoclyOpenAPIDocs/styled.js +2 -3
  168. package/lib/components/RedoclyOpenAPIDocs/types.d.ts +3 -3
  169. package/lib/components/RedoclyOpenAPIDocs/types.js +0 -2
  170. package/lib/components/RedoclyOpenAPIDocs/utils.d.ts +1 -4
  171. package/lib/components/RedoclyOpenAPIDocs/utils.js +1 -2
  172. package/lib/components/RenderHook/RenderHook.d.ts +2 -2
  173. package/lib/components/RenderHook/RenderHook.js +1 -2
  174. package/lib/components/RenderHook/index.d.ts +1 -1
  175. package/lib/components/RenderHook/index.js +1 -2
  176. package/lib/components/Replay/EmbeddedReplay.d.ts +1 -1
  177. package/lib/components/Replay/EmbeddedReplay.js +3 -4
  178. package/lib/components/Replay/Replay.d.ts +1 -1
  179. package/lib/components/Replay/Replay.js +1 -2
  180. package/lib/components/Replay/index.d.ts +2 -2
  181. package/lib/components/Replay/index.js +1 -2
  182. package/lib/components/Replay/utils.d.ts +4 -4
  183. package/lib/components/Replay/utils.js +1 -2
  184. package/lib/components/Request/RequestDetails.d.ts +1 -1
  185. package/lib/components/Request/RequestDetails.js +2 -3
  186. package/lib/components/Request/types.js +0 -2
  187. package/lib/components/RequestParameters/Body.d.ts +1 -1
  188. package/lib/components/RequestParameters/Body.js +1 -2
  189. package/lib/components/RequestParameters/ParametersGroup.d.ts +1 -1
  190. package/lib/components/RequestParameters/ParametersGroup.js +4 -5
  191. package/lib/components/RequestParameters/RequestParameters.d.ts +1 -1
  192. package/lib/components/RequestParameters/RequestParameters.js +1 -2
  193. package/lib/components/RequestParameters/index.d.ts +3 -2
  194. package/lib/components/RequestParameters/index.js +1 -2
  195. package/lib/components/RequestSamples/CodeSample.d.ts +3 -3
  196. package/lib/components/RequestSamples/CodeSample.js +2 -3
  197. package/lib/components/RequestSamples/Example.d.ts +1 -1
  198. package/lib/components/RequestSamples/Example.js +1 -2
  199. package/lib/components/RequestSamples/RequestSamples.d.ts +2 -2
  200. package/lib/components/RequestSamples/RequestSamples.js +5 -6
  201. package/lib/components/RequestSamples/index.d.ts +2 -2
  202. package/lib/components/RequestSamples/index.js +1 -2
  203. package/lib/components/RequestSamples/useCodeSamples.d.ts +3 -3
  204. package/lib/components/RequestSamples/useCodeSamples.js +1 -2
  205. package/lib/components/ResponseSamples/ResponseSamples.d.ts +2 -2
  206. package/lib/components/ResponseSamples/ResponseSamples.js +1 -2
  207. package/lib/components/ResponseSamples/Summary.js +1 -2
  208. package/lib/components/ResponseSamples/index.d.ts +1 -1
  209. package/lib/components/ResponseSamples/index.js +1 -2
  210. package/lib/components/Responses/OperationResponseList.d.ts +3 -3
  211. package/lib/components/Responses/OperationResponseList.js +2 -3
  212. package/lib/components/Responses/ResponseDetails.d.ts +1 -1
  213. package/lib/components/Responses/ResponseDetails.js +1 -2
  214. package/lib/components/Responses/ResponseHeaders.d.ts +1 -1
  215. package/lib/components/Responses/ResponseHeaders.js +1 -2
  216. package/lib/components/Responses/index.d.ts +5 -3
  217. package/lib/components/Responses/index.js +1 -2
  218. package/lib/components/Responses/styled.d.ts +5 -5
  219. package/lib/components/Responses/styled.js +6 -7
  220. package/lib/components/Responses/types.d.ts +1 -1
  221. package/lib/components/Responses/types.js +0 -2
  222. package/lib/components/RightPanel/RightPanel.d.ts +1 -1
  223. package/lib/components/RightPanel/RightPanel.js +1 -2
  224. package/lib/components/RightPanel/index.d.ts +1 -1
  225. package/lib/components/RightPanel/index.js +1 -2
  226. package/lib/components/Samples/ExampleSwitch.d.ts +1 -1
  227. package/lib/components/Samples/ExampleSwitch.js +1 -2
  228. package/lib/components/Samples/index.d.ts +2 -2
  229. package/lib/components/Samples/index.js +1 -2
  230. package/lib/components/Samples/use-example-key.d.ts +1 -1
  231. package/lib/components/Samples/use-example-key.js +1 -2
  232. package/lib/components/Schema/ArraySchema.d.ts +1 -1
  233. package/lib/components/Schema/ArraySchema.js +1 -2
  234. package/lib/components/Schema/ObjectSchema.d.ts +1 -1
  235. package/lib/components/Schema/ObjectSchema.js +1 -2
  236. package/lib/components/Schema/OneOfSchema.d.ts +2 -2
  237. package/lib/components/Schema/OneOfSchema.js +3 -4
  238. package/lib/components/Schema/RecursiveSchema.d.ts +1 -1
  239. package/lib/components/Schema/RecursiveSchema.js +1 -2
  240. package/lib/components/Schema/Schema.d.ts +1 -1
  241. package/lib/components/Schema/Schema.js +2 -3
  242. package/lib/components/Schema/SubSchema.js +1 -2
  243. package/lib/components/Schema/helpers.d.ts +1 -1
  244. package/lib/components/Schema/helpers.js +1 -2
  245. package/lib/components/Schema/index.d.ts +5 -5
  246. package/lib/components/Schema/index.js +1 -2
  247. package/lib/components/Schema/types.d.ts +1 -1
  248. package/lib/components/Schema/types.js +0 -2
  249. package/lib/components/Schema/useOneOfLocationIdx.d.ts +1 -1
  250. package/lib/components/Schema/useOneOfLocationIdx.js +1 -2
  251. package/lib/components/SchemaDefinition/SchemaDefinition.js +2 -3
  252. package/lib/components/SchemaDefinition/index.d.ts +1 -1
  253. package/lib/components/SchemaDefinition/index.js +1 -2
  254. package/lib/components/SectionContent/SectionContent.d.ts +3 -10
  255. package/lib/components/SectionContent/SectionContent.js +6 -7
  256. package/lib/components/SectionContent/index.d.ts +1 -1
  257. package/lib/components/SectionContent/index.js +1 -2
  258. package/lib/components/SectionItem/SectionItem.d.ts +1 -1
  259. package/lib/components/SectionItem/SectionItem.js +1 -2
  260. package/lib/components/SectionItem/index.d.ts +1 -1
  261. package/lib/components/SectionItem/index.js +1 -2
  262. package/lib/components/Security/Divider.js +2 -3
  263. package/lib/components/Security/OAuthFlow.d.ts +1 -1
  264. package/lib/components/Security/OAuthFlow.js +1 -2
  265. package/lib/components/Security/OAuthScopes.d.ts +2 -2
  266. package/lib/components/Security/OAuthScopes.js +9 -10
  267. package/lib/components/Security/Security.d.ts +1 -1
  268. package/lib/components/Security/Security.js +1 -2
  269. package/lib/components/Security/SecurityButton.d.ts +1 -1
  270. package/lib/components/Security/SecurityButton.js +7 -8
  271. package/lib/components/Security/SecurityFlow.d.ts +1 -1
  272. package/lib/components/Security/SecurityFlow.js +4 -5
  273. package/lib/components/Security/SecurityModal.d.ts +1 -1
  274. package/lib/components/Security/SecurityModal.js +5 -6
  275. package/lib/components/Security/SecuritySchemeItem.js +4 -5
  276. package/lib/components/Security/helper.d.ts +1 -1
  277. package/lib/components/Security/helper.js +1 -2
  278. package/lib/components/Security/index.d.ts +10 -1
  279. package/lib/components/Security/index.js +1 -2
  280. package/lib/components/Security/styled.d.ts +2 -2
  281. package/lib/components/Security/styled.js +3 -4
  282. package/lib/components/SelectOrLabel/SelectOrLabel.d.ts +1 -1
  283. package/lib/components/SelectOrLabel/SelectOrLabel.js +2 -3
  284. package/lib/components/SelectOrLabel/index.d.ts +1 -1
  285. package/lib/components/SelectOrLabel/index.js +1 -2
  286. package/lib/components/ServerList/ServerList.d.ts +1 -1
  287. package/lib/components/ServerList/ServerList.js +10 -11
  288. package/lib/components/ServerList/index.d.ts +1 -1
  289. package/lib/components/ServerList/index.js +1 -2
  290. package/lib/components/ServerList/types.d.ts +1 -1
  291. package/lib/components/ServerList/types.js +0 -2
  292. package/lib/components/ServerListDropdown/ServerListDropdown.d.ts +1 -1
  293. package/lib/components/ServerListDropdown/ServerListDropdown.js +1 -2
  294. package/lib/components/ServerListDropdown/index.d.ts +1 -1
  295. package/lib/components/ServerListDropdown/index.js +1 -2
  296. package/lib/components/ServerListDropdown/styled.d.ts +4 -5
  297. package/lib/components/ServerListDropdown/styled.js +6 -7
  298. package/lib/components/SideMenu/SideMenu.d.ts +2 -2
  299. package/lib/components/SideMenu/SideMenu.js +2 -3
  300. package/lib/components/SideMenu/hooks/useMenuItems.d.ts +2 -2
  301. package/lib/components/SideMenu/hooks/useMenuItems.js +1 -2
  302. package/lib/components/SideMenu/index.d.ts +1 -1
  303. package/lib/components/SideMenu/index.js +1 -2
  304. package/lib/components/SideMenu/types.d.ts +1 -1
  305. package/lib/components/SideMenu/types.js +0 -2
  306. package/lib/components/StickySidebar/SidebarActions.js +2 -3
  307. package/lib/components/StickySidebar/StickyResponsiveSidebar.js +3 -4
  308. package/lib/components/StickySidebar/index.d.ts +1 -1
  309. package/lib/components/StickySidebar/index.js +1 -2
  310. package/lib/components/Tabs/Tabs.d.ts +1 -1
  311. package/lib/components/Tabs/Tabs.js +5 -6
  312. package/lib/components/Tabs/index.d.ts +2 -2
  313. package/lib/components/Tabs/index.js +1 -2
  314. package/lib/components/Tabs/useTabsState.d.ts +1 -1
  315. package/lib/components/Tabs/useTabsState.js +1 -2
  316. package/lib/components/TagItem/OperationNavigationItems.d.ts +1 -1
  317. package/lib/components/TagItem/OperationNavigationItems.js +4 -5
  318. package/lib/components/TagItem/OperationsNavigation.d.ts +1 -1
  319. package/lib/components/TagItem/OperationsNavigation.js +2 -3
  320. package/lib/components/TagItem/TagItem.d.ts +1 -1
  321. package/lib/components/TagItem/TagItem.js +7 -8
  322. package/lib/components/TagItem/index.d.ts +1 -1
  323. package/lib/components/TagItem/index.js +1 -2
  324. package/lib/components/TagItem/styled.d.ts +1 -1
  325. package/lib/components/TagItem/styled.js +2 -3
  326. package/lib/components/TagItem/types.d.ts +1 -1
  327. package/lib/components/TagItem/types.js +0 -2
  328. package/lib/components/ViewNested/ViewNested.js +7 -8
  329. package/lib/components/ViewNested/index.d.ts +1 -1
  330. package/lib/components/ViewNested/index.js +1 -2
  331. package/lib/components/common/Badges.d.ts +3 -7
  332. package/lib/components/common/Badges.js +4 -5
  333. package/lib/components/common/BodyContent/BodyContent.d.ts +1 -1
  334. package/lib/components/common/BodyContent/BodyContent.js +4 -5
  335. package/lib/components/common/BodyContent/index.d.ts +1 -1
  336. package/lib/components/common/BodyContent/index.js +1 -2
  337. package/lib/components/common/ClearButton/ClearButton.d.ts +1 -1
  338. package/lib/components/common/ClearButton/ClearButton.js +1 -2
  339. package/lib/components/common/ClearButton/index.d.ts +2 -2
  340. package/lib/components/common/ClearButton/index.js +1 -2
  341. package/lib/components/common/ClearButton/styled.d.ts +1 -1
  342. package/lib/components/common/ClearButton/styled.js +2 -3
  343. package/lib/components/common/ClearButton/types.js +0 -2
  344. package/lib/components/common/CodeBlockPanel.d.ts +1 -2
  345. package/lib/components/common/CodeBlockPanel.js +3 -4
  346. package/lib/components/common/ConstraintsView.js +2 -3
  347. package/lib/components/common/Dropdown/Dropdown.js +4 -5
  348. package/lib/components/common/Dropdown/index.d.ts +2 -2
  349. package/lib/components/common/Dropdown/index.js +1 -2
  350. package/lib/components/common/ExpandableExample/ExpandableExample.js +3 -4
  351. package/lib/components/common/ExpandableExample/index.d.ts +1 -1
  352. package/lib/components/common/ExpandableExample/index.js +1 -2
  353. package/lib/components/common/Extensions.js +2 -3
  354. package/lib/components/common/Fields/fields-layout.d.ts +8 -14
  355. package/lib/components/common/Fields/fields-layout.js +57 -50
  356. package/lib/components/common/Fields/fields.d.ts +17 -38
  357. package/lib/components/common/Fields/fields.js +17 -18
  358. package/lib/components/common/Fields/index.d.ts +2 -2
  359. package/lib/components/common/Fields/index.js +1 -2
  360. package/lib/components/common/LinkToField.d.ts +2 -5
  361. package/lib/components/common/LinkToField.js +6 -7
  362. package/lib/components/common/OperationItemTitle.d.ts +2 -2
  363. package/lib/components/common/OperationItemTitle.js +5 -6
  364. package/lib/components/common/SchemaSelection/SchemaSelection.d.ts +1 -1
  365. package/lib/components/common/SchemaSelection/SchemaSelection.js +1 -2
  366. package/lib/components/common/SchemaSelection/index.d.ts +1 -1
  367. package/lib/components/common/SchemaSelection/index.js +1 -2
  368. package/lib/components/common/Select/Select.d.ts +1 -1
  369. package/lib/components/common/Select/Select.js +1 -2
  370. package/lib/components/common/Select/index.d.ts +2 -2
  371. package/lib/components/common/Select/index.js +1 -2
  372. package/lib/components/common/Select/styled.d.ts +4 -22
  373. package/lib/components/common/Select/styled.js +12 -13
  374. package/lib/components/common/Select/types.js +0 -2
  375. package/lib/components/common/Skeleton/LanguageListSkeleton.js +6 -7
  376. package/lib/components/common/Skeleton/Skeleton.d.ts +1 -3
  377. package/lib/components/common/Skeleton/Skeleton.js +5 -6
  378. package/lib/components/common/Skeleton/index.d.ts +2 -1
  379. package/lib/components/common/Skeleton/index.js +1 -2
  380. package/lib/components/common/headers.d.ts +1 -1
  381. package/lib/components/common/headers.js +2 -3
  382. package/lib/components/common/index.d.ts +14 -14
  383. package/lib/components/common/index.js +1 -2
  384. package/lib/components/common/linkify.d.ts +1 -1
  385. package/lib/components/common/linkify.js +4 -5
  386. package/lib/components/common/mixins.js +2 -3
  387. package/lib/components/common/panels.d.ts +4 -17
  388. package/lib/components/common/panels.js +27 -28
  389. package/lib/components/common/schema.d.ts +4 -7
  390. package/lib/components/common/schema.js +8 -9
  391. package/lib/components/common/styled.d.ts +6 -7
  392. package/lib/components/common/styled.js +7 -8
  393. package/lib/components/index.d.ts +23 -23
  394. package/lib/components/index.js +1 -2
  395. package/lib/components/pluggable/RedocExample.d.ts +1 -1
  396. package/lib/components/pluggable/RedocExample.js +1 -2
  397. package/lib/components/pluggable/RedocSchema.d.ts +2 -2
  398. package/lib/components/pluggable/RedocSchema.js +1 -2
  399. package/lib/components/pluggable/index.d.ts +2 -2
  400. package/lib/components/pluggable/index.js +1 -2
  401. package/lib/components/pluggable/styled.components.d.ts +3 -7
  402. package/lib/components/pluggable/styled.components.js +4 -5
  403. package/lib/constants.js +1 -2
  404. package/lib/empty.d.ts +5 -2
  405. package/lib/empty.js +1 -2
  406. package/lib/events/codeSampleCopy.d.ts +1 -1
  407. package/lib/events/codeSampleCopy.js +1 -2
  408. package/lib/events/creator.d.ts +1 -1
  409. package/lib/events/creator.js +1 -2
  410. package/lib/events/index.d.ts +8 -8
  411. package/lib/events/index.js +1 -2
  412. package/lib/events/languageSwitch.d.ts +1 -1
  413. package/lib/events/languageSwitch.js +1 -2
  414. package/lib/events/panelToggle.d.ts +1 -1
  415. package/lib/events/panelToggle.js +1 -2
  416. package/lib/events/serverSwitch.d.ts +1 -1
  417. package/lib/events/serverSwitch.js +1 -2
  418. package/lib/events/tryItOpen.d.ts +1 -1
  419. package/lib/events/tryItOpen.js +1 -2
  420. package/lib/events/tryItSent.d.ts +1 -1
  421. package/lib/events/tryItSent.js +1 -2
  422. package/lib/events/types.d.ts +1 -1
  423. package/lib/events/types.js +1 -2
  424. package/lib/hoc/types.d.ts +3 -3
  425. package/lib/hoc/types.js +0 -2
  426. package/lib/hoc/utils.js +1 -2
  427. package/lib/hoc/withRouter.d.ts +1 -1
  428. package/lib/hoc/withRouter.js +1 -2
  429. package/lib/hoc/withStore.d.ts +1 -1
  430. package/lib/hoc/withStore.js +1 -2
  431. package/lib/hooks/index.d.ts +8 -8
  432. package/lib/hooks/index.js +1 -2
  433. package/lib/hooks/useActivateExample.d.ts +1 -1
  434. package/lib/hooks/useActivateExample.js +1 -2
  435. package/lib/hooks/useActiveWithFallback.js +1 -2
  436. package/lib/hooks/useContentItems.d.ts +2 -2
  437. package/lib/hooks/useContentItems.js +1 -2
  438. package/lib/hooks/useLicense.d.ts +1 -1
  439. package/lib/hooks/useLicense.js +1 -2
  440. package/lib/hooks/usePerformanceMetrics.js +1 -2
  441. package/lib/hooks/useRouter.d.ts +1 -1
  442. package/lib/hooks/useRouter.js +1 -2
  443. package/lib/hooks/useTelemetry.js +1 -2
  444. package/lib/hooks/useTranslate.js +1 -2
  445. package/lib/hooks/useUppercase2LowercaseRedirect.js +1 -2
  446. package/lib/icons/CSharpIcon/CSharpIcon.d.ts +1 -3
  447. package/lib/icons/CSharpIcon/CSharpIcon.js +1 -2
  448. package/lib/icons/CSharpIcon/index.d.ts +1 -1
  449. package/lib/icons/CSharpIcon/index.js +1 -2
  450. package/lib/icons/CurlIcon/CurlIcon.d.ts +1 -3
  451. package/lib/icons/CurlIcon/CurlIcon.js +2 -3
  452. package/lib/icons/CurlIcon/index.d.ts +1 -1
  453. package/lib/icons/CurlIcon/index.js +1 -2
  454. package/lib/icons/GOIcon/GOIcon.d.ts +1 -3
  455. package/lib/icons/GOIcon/GOIcon.js +1 -2
  456. package/lib/icons/GOIcon/index.d.ts +1 -1
  457. package/lib/icons/GOIcon/index.js +1 -2
  458. package/lib/icons/JavaIcon/JavaIcon.d.ts +1 -3
  459. package/lib/icons/JavaIcon/JavaIcon.js +1 -2
  460. package/lib/icons/JavaIcon/index.d.ts +1 -1
  461. package/lib/icons/JavaIcon/index.js +1 -2
  462. package/lib/icons/JavaScriptIcon/JavaScriptIcon.d.ts +1 -3
  463. package/lib/icons/JavaScriptIcon/JavaScriptIcon.js +1 -2
  464. package/lib/icons/JavaScriptIcon/index.d.ts +1 -1
  465. package/lib/icons/JavaScriptIcon/index.js +1 -2
  466. package/lib/icons/NodeJSIcon/NodeJSIcon.d.ts +1 -3
  467. package/lib/icons/NodeJSIcon/NodeJSIcon.js +1 -2
  468. package/lib/icons/NodeJSIcon/index.d.ts +1 -1
  469. package/lib/icons/NodeJSIcon/index.js +1 -2
  470. package/lib/icons/PHPIcon/PHPIcon.d.ts +1 -3
  471. package/lib/icons/PHPIcon/PHPIcon.js +1 -2
  472. package/lib/icons/PHPIcon/index.d.ts +1 -1
  473. package/lib/icons/PHPIcon/index.js +1 -2
  474. package/lib/icons/PayloadIcon/PayloadIcon.d.ts +1 -3
  475. package/lib/icons/PayloadIcon/PayloadIcon.js +1 -2
  476. package/lib/icons/PayloadIcon/index.d.ts +1 -1
  477. package/lib/icons/PayloadIcon/index.js +1 -2
  478. package/lib/icons/PythonIcon/PythonIcon.d.ts +1 -3
  479. package/lib/icons/PythonIcon/PythonIcon.js +1 -2
  480. package/lib/icons/PythonIcon/index.d.ts +1 -1
  481. package/lib/icons/PythonIcon/index.js +1 -2
  482. package/lib/icons/RIcon/RIcon.d.ts +1 -3
  483. package/lib/icons/RIcon/RIcon.js +1 -2
  484. package/lib/icons/RIcon/index.d.ts +1 -1
  485. package/lib/icons/RIcon/index.js +1 -2
  486. package/lib/icons/RubyIcon/RubyIcon.d.ts +1 -3
  487. package/lib/icons/RubyIcon/RubyIcon.js +1 -2
  488. package/lib/icons/RubyIcon/index.d.ts +1 -1
  489. package/lib/icons/RubyIcon/index.js +1 -2
  490. package/lib/index.d.ts +51 -43
  491. package/lib/index.js +1 -2
  492. package/lib/jotai/app.d.ts +2 -2
  493. package/lib/jotai/app.js +1 -2
  494. package/lib/jotai/operation.js +1 -2
  495. package/lib/jotai/replay.d.ts +1 -1
  496. package/lib/jotai/replay.js +1 -2
  497. package/lib/jotai/store.d.ts +1 -1
  498. package/lib/jotai/store.js +1 -2
  499. package/lib/jotai/use-write-atom.js +1 -2
  500. package/lib/models/callback.d.ts +3 -3
  501. package/lib/models/callback.js +1 -2
  502. package/lib/models/code-sample-options.d.ts +2 -2
  503. package/lib/models/code-sample-options.js +0 -2
  504. package/lib/models/example.d.ts +3 -3
  505. package/lib/models/example.js +1 -2
  506. package/lib/models/field.d.ts +3 -3
  507. package/lib/models/field.js +1 -2
  508. package/lib/models/group.d.ts +3 -3
  509. package/lib/models/group.js +1 -2
  510. package/lib/models/index.d.ts +15 -15
  511. package/lib/models/index.js +1 -2
  512. package/lib/models/mediaContent.d.ts +2 -2
  513. package/lib/models/mediaContent.js +1 -2
  514. package/lib/models/mediaType.d.ts +3 -3
  515. package/lib/models/mediaType.js +1 -2
  516. package/lib/models/operation.d.ts +3 -3
  517. package/lib/models/operation.js +1 -2
  518. package/lib/models/request.d.ts +3 -3
  519. package/lib/models/request.js +1 -2
  520. package/lib/models/response.d.ts +3 -3
  521. package/lib/models/response.js +1 -2
  522. package/lib/models/schema.d.ts +3 -3
  523. package/lib/models/schema.js +2 -2
  524. package/lib/models/security.d.ts +3 -3
  525. package/lib/models/security.js +1 -2
  526. package/lib/models/tab.js +0 -2
  527. package/lib/models/types.d.ts +4 -4
  528. package/lib/models/types.js +0 -2
  529. package/lib/services/OpenAPIParser.d.ts +3 -3
  530. package/lib/services/OpenAPIParser.js +1 -2
  531. package/lib/services/check.js +1 -2
  532. package/lib/services/code-samples/constants.d.ts +1 -1
  533. package/lib/services/code-samples/constants.js +1 -2
  534. package/lib/services/code-samples/generator.d.ts +3 -3
  535. package/lib/services/code-samples/generator.js +1 -2
  536. package/lib/services/code-samples/httpsnippet/helpers/code-builder.d.ts +2 -2
  537. package/lib/services/code-samples/httpsnippet/helpers/code-builder.js +3 -2
  538. package/lib/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +2 -2
  539. package/lib/services/code-samples/httpsnippet/helpers/code-helpers.js +2 -2
  540. package/lib/services/code-samples/httpsnippet/helpers/constants.js +1 -2
  541. package/lib/services/code-samples/httpsnippet/helpers/lodash-int.js +1 -2
  542. package/lib/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +37 -2
  543. package/lib/services/code-samples/httpsnippet/helpers/reducer.js +1 -2
  544. package/lib/services/code-samples/httpsnippet/helpers/shell.js +1 -2
  545. package/lib/services/code-samples/httpsnippet/helpers/string-utility.js +1 -2
  546. package/lib/services/code-samples/httpsnippet/index.d.ts +12 -6
  547. package/lib/services/code-samples/httpsnippet/index.js +1 -2
  548. package/lib/services/code-samples/httpsnippet/targets/__mocks__/mock.js +146 -2
  549. package/lib/services/code-samples/httpsnippet/targets/csharp/httpclient.d.ts +2 -2
  550. package/lib/services/code-samples/httpsnippet/targets/csharp/httpclient.js +2 -2
  551. package/lib/services/code-samples/httpsnippet/targets/csharp/index.d.ts +1 -1
  552. package/lib/services/code-samples/httpsnippet/targets/csharp/index.js +1 -2
  553. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +2 -2
  554. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +2 -2
  555. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +1 -1
  556. package/lib/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +1 -2
  557. package/lib/services/code-samples/httpsnippet/targets/go/index.d.ts +1 -1
  558. package/lib/services/code-samples/httpsnippet/targets/go/index.js +1 -2
  559. package/lib/services/code-samples/httpsnippet/targets/go/native.d.ts +2 -2
  560. package/lib/services/code-samples/httpsnippet/targets/go/native.js +3 -2
  561. package/lib/services/code-samples/httpsnippet/targets/index.d.ts +12 -12
  562. package/lib/services/code-samples/httpsnippet/targets/index.js +1 -2
  563. package/lib/services/code-samples/httpsnippet/targets/java/httpclient.d.ts +2 -2
  564. package/lib/services/code-samples/httpsnippet/targets/java/httpclient.js +3 -2
  565. package/lib/services/code-samples/httpsnippet/targets/java/index.d.ts +1 -1
  566. package/lib/services/code-samples/httpsnippet/targets/java/index.js +1 -2
  567. package/lib/services/code-samples/httpsnippet/targets/java8/apachehttp.d.ts +2 -2
  568. package/lib/services/code-samples/httpsnippet/targets/java8/apachehttp.js +2 -2
  569. package/lib/services/code-samples/httpsnippet/targets/java8/index.d.ts +1 -1
  570. package/lib/services/code-samples/httpsnippet/targets/java8/index.js +1 -2
  571. package/lib/services/code-samples/httpsnippet/targets/javascript/fetch.d.ts +2 -2
  572. package/lib/services/code-samples/httpsnippet/targets/javascript/fetch.js +1 -2
  573. package/lib/services/code-samples/httpsnippet/targets/javascript/index.d.ts +1 -1
  574. package/lib/services/code-samples/httpsnippet/targets/javascript/index.js +1 -2
  575. package/lib/services/code-samples/httpsnippet/targets/node/fetch.d.ts +2 -2
  576. package/lib/services/code-samples/httpsnippet/targets/node/fetch.js +1 -2
  577. package/lib/services/code-samples/httpsnippet/targets/node/index.d.ts +1 -1
  578. package/lib/services/code-samples/httpsnippet/targets/node/index.js +1 -2
  579. package/lib/services/code-samples/httpsnippet/targets/php/curl.d.ts +2 -2
  580. package/lib/services/code-samples/httpsnippet/targets/php/curl.js +5 -2
  581. package/lib/services/code-samples/httpsnippet/targets/php/index.d.ts +1 -1
  582. package/lib/services/code-samples/httpsnippet/targets/php/index.js +1 -2
  583. package/lib/services/code-samples/httpsnippet/targets/php/types.js +0 -2
  584. package/lib/services/code-samples/httpsnippet/targets/php/utils.d.ts +1 -1
  585. package/lib/services/code-samples/httpsnippet/targets/php/utils.js +5 -2
  586. package/lib/services/code-samples/httpsnippet/targets/python/index.d.ts +1 -1
  587. package/lib/services/code-samples/httpsnippet/targets/python/index.js +1 -2
  588. package/lib/services/code-samples/httpsnippet/targets/python/requests.d.ts +2 -2
  589. package/lib/services/code-samples/httpsnippet/targets/python/requests.js +6 -2
  590. package/lib/services/code-samples/httpsnippet/targets/r/httr.d.ts +2 -2
  591. package/lib/services/code-samples/httpsnippet/targets/r/httr.js +1 -2
  592. package/lib/services/code-samples/httpsnippet/targets/r/index.d.ts +1 -1
  593. package/lib/services/code-samples/httpsnippet/targets/r/index.js +1 -2
  594. package/lib/services/code-samples/httpsnippet/targets/r/utils.d.ts +3 -3
  595. package/lib/services/code-samples/httpsnippet/targets/r/utils.js +6 -2
  596. package/lib/services/code-samples/httpsnippet/targets/ruby/index.d.ts +1 -1
  597. package/lib/services/code-samples/httpsnippet/targets/ruby/index.js +1 -2
  598. package/lib/services/code-samples/httpsnippet/targets/ruby/native.d.ts +2 -2
  599. package/lib/services/code-samples/httpsnippet/targets/ruby/native.js +1 -2
  600. package/lib/services/code-samples/httpsnippet/targets/shell/curl.d.ts +2 -2
  601. package/lib/services/code-samples/httpsnippet/targets/shell/curl.js +6 -2
  602. package/lib/services/code-samples/httpsnippet/targets/shell/index.d.ts +1 -1
  603. package/lib/services/code-samples/httpsnippet/targets/shell/index.js +1 -2
  604. package/lib/services/code-samples/index.d.ts +2 -2
  605. package/lib/services/code-samples/index.js +1 -2
  606. package/lib/services/code-samples/types.js +0 -2
  607. package/lib/services/config-options/helpers.js +1 -2
  608. package/lib/services/config-options/index.d.ts +2 -2
  609. package/lib/services/config-options/index.js +1 -2
  610. package/lib/services/config-options/normalizeOptions.d.ts +1 -1
  611. package/lib/services/config-options/normalizeOptions.js +1 -2
  612. package/lib/services/config-options/types.d.ts +5 -5
  613. package/lib/services/config-options/types.js +0 -2
  614. package/lib/services/history/helpers.d.ts +1 -1
  615. package/lib/services/history/helpers.js +1 -2
  616. package/lib/services/history/index.d.ts +1 -1
  617. package/lib/services/history/index.js +1 -2
  618. package/lib/services/index.d.ts +8 -8
  619. package/lib/services/index.js +1 -2
  620. package/lib/services/menu/builder.d.ts +3 -3
  621. package/lib/services/menu/builder.js +1 -2
  622. package/lib/services/menu/index.d.ts +1 -1
  623. package/lib/services/menu/index.js +1 -2
  624. package/lib/services/menu/markdown.d.ts +1 -1
  625. package/lib/services/menu/markdown.js +1 -2
  626. package/lib/services/menu/operation.d.ts +2 -2
  627. package/lib/services/menu/operation.js +1 -2
  628. package/lib/services/menu/tags.d.ts +5 -5
  629. package/lib/services/menu/tags.js +1 -2
  630. package/lib/services/types.d.ts +1 -1
  631. package/lib/services/types.js +0 -2
  632. package/lib/services/utils.js +1 -2
  633. package/lib/standalone.d.ts +4 -19
  634. package/lib/standalone.js +1 -2
  635. package/lib/styled-components.d.ts +1 -0
  636. package/lib/styled-components.js +1 -0
  637. package/lib/types/app.js +0 -2
  638. package/lib/types/index.d.ts +3 -3
  639. package/lib/types/index.js +1 -2
  640. package/lib/types/open-api.js +0 -2
  641. package/lib/types/security.js +0 -2
  642. package/lib/utils/JsonPointer.js +1 -2
  643. package/lib/utils/areArraysEqual.js +1 -2
  644. package/lib/utils/argValuesHelpers.js +1 -2
  645. package/lib/utils/compose.js +1 -2
  646. package/lib/utils/configure-helpers.d.ts +1 -1
  647. package/lib/utils/configure-helpers.js +1 -2
  648. package/lib/utils/convertSwagger2OpenAPI.d.ts +2 -0
  649. package/lib/utils/convertSwagger2OpenAPI.js +1 -0
  650. package/lib/utils/cookies.js +1 -2
  651. package/lib/utils/debounce.js +1 -2
  652. package/lib/utils/debug.js +1 -2
  653. package/lib/utils/dom.js +1 -2
  654. package/lib/utils/environments.d.ts +1 -1
  655. package/lib/utils/environments.js +1 -2
  656. package/lib/utils/helpers.js +12 -2
  657. package/lib/utils/index.d.ts +23 -23
  658. package/lib/utils/index.js +1 -2
  659. package/lib/utils/isMobile.js +1 -2
  660. package/lib/utils/loadAndBundleSpec.d.ts +2 -3
  661. package/lib/utils/loadAndBundleSpec.js +1 -2
  662. package/lib/utils/local-storage.js +1 -2
  663. package/lib/utils/object.js +1 -2
  664. package/lib/utils/openapi.d.ts +4 -4
  665. package/lib/utils/openapi.js +1 -2
  666. package/lib/utils/parameters.js +1 -2
  667. package/lib/utils/path.js +1 -2
  668. package/lib/utils/queryString.js +1 -2
  669. package/lib/utils/replaceVariables.d.ts +1 -1
  670. package/lib/utils/replaceVariables.js +1 -2
  671. package/lib/utils/saveTextBeforeHeading.js +1 -2
  672. package/lib/utils/security-details.d.ts +1 -1
  673. package/lib/utils/security-details.js +1 -2
  674. package/lib/utils/session-storage.js +1 -2
  675. package/lib/utils/simplifyAstStructure.js +1 -2
  676. package/lib/utils/sort.js +1 -2
  677. package/lib/utils/string.js +1 -2
  678. package/lib/utils/test-utils.js +1 -2
  679. package/lib/utils/theme-helpers.js +3 -4
  680. package/lib/utils/url.d.ts +2 -0
  681. package/lib/utils/url.js +1 -0
  682. package/package.json +24 -46
  683. package/bin.js +0 -4
  684. package/lib/utils/createParsedDocument.d.ts +0 -2
  685. package/lib/utils/createParsedDocument.js +0 -2
  686. package/lib-esm/components/ApiInfo/ApiInfo.d.ts +0 -7
  687. package/lib-esm/components/ApiInfo/ApiInfo.js +0 -2
  688. package/lib-esm/components/ApiInfo/Metadata.d.ts +0 -9
  689. package/lib-esm/components/ApiInfo/Metadata.js +0 -2
  690. package/lib-esm/components/ApiInfo/index.d.ts +0 -1
  691. package/lib-esm/components/ApiInfo/index.js +0 -2
  692. package/lib-esm/components/ApiInfo/styled.d.ts +0 -4
  693. package/lib-esm/components/ApiInfo/styled.js +0 -27
  694. package/lib-esm/components/CallbackSamples/CallbackSamples.d.ts +0 -7
  695. package/lib-esm/components/CallbackSamples/CallbackSamples.js +0 -16
  696. package/lib-esm/components/CallbackSamples/index.d.ts +0 -1
  697. package/lib-esm/components/CallbackSamples/index.js +0 -2
  698. package/lib-esm/components/Callbacks/CallbackDetails.d.ts +0 -7
  699. package/lib-esm/components/Callbacks/CallbackDetails.js +0 -20
  700. package/lib-esm/components/Callbacks/CallbackOperation.d.ts +0 -8
  701. package/lib-esm/components/Callbacks/CallbackOperation.js +0 -15
  702. package/lib-esm/components/Callbacks/CallbackSummary.d.ts +0 -8
  703. package/lib-esm/components/Callbacks/CallbackSummary.js +0 -19
  704. package/lib-esm/components/Callbacks/CallbacksList.d.ts +0 -7
  705. package/lib-esm/components/Callbacks/CallbacksList.js +0 -2
  706. package/lib-esm/components/Callbacks/index.d.ts +0 -3
  707. package/lib-esm/components/Callbacks/index.js +0 -2
  708. package/lib-esm/components/Callbacks/styled.d.ts +0 -3
  709. package/lib-esm/components/Callbacks/styled.js +0 -8
  710. package/lib-esm/components/Content/Content.d.ts +0 -7
  711. package/lib-esm/components/Content/Content.js +0 -2
  712. package/lib-esm/components/Content/index.d.ts +0 -1
  713. package/lib-esm/components/Content/index.js +0 -2
  714. package/lib-esm/components/Content/useAutoScroll.d.ts +0 -3
  715. package/lib-esm/components/Content/useAutoScroll.js +0 -2
  716. package/lib-esm/components/ContentItem/ContentItem.d.ts +0 -11
  717. package/lib-esm/components/ContentItem/ContentItem.js +0 -2
  718. package/lib-esm/components/ContentItem/index.d.ts +0 -1
  719. package/lib-esm/components/ContentItem/index.js +0 -2
  720. package/lib-esm/components/ContentItem/useIsExpanded.d.ts +0 -5
  721. package/lib-esm/components/ContentItem/useIsExpanded.js +0 -2
  722. package/lib-esm/components/ContentItems/ContentItems.d.ts +0 -8
  723. package/lib-esm/components/ContentItems/ContentItems.js +0 -2
  724. package/lib-esm/components/ContentItems/Items.d.ts +0 -7
  725. package/lib-esm/components/ContentItems/Items.js +0 -2
  726. package/lib-esm/components/ContentItems/VirtualList.d.ts +0 -7
  727. package/lib-esm/components/ContentItems/VirtualList.js +0 -2
  728. package/lib-esm/components/ContentItems/helpers.d.ts +0 -10
  729. package/lib-esm/components/ContentItems/helpers.js +0 -2
  730. package/lib-esm/components/ContentItems/index.d.ts +0 -1
  731. package/lib-esm/components/ContentItems/index.js +0 -2
  732. package/lib-esm/components/ContentItems/useScrollOnRender.d.ts +0 -3
  733. package/lib-esm/components/ContentItems/useScrollOnRender.js +0 -2
  734. package/lib-esm/components/Discriminator/Discriminator.d.ts +0 -10
  735. package/lib-esm/components/Discriminator/Discriminator.js +0 -6
  736. package/lib-esm/components/Discriminator/index.d.ts +0 -1
  737. package/lib-esm/components/Discriminator/index.js +0 -2
  738. package/lib-esm/components/Download/DownloadSpecification.d.ts +0 -4
  739. package/lib-esm/components/Download/DownloadSpecification.js +0 -40
  740. package/lib-esm/components/Download/index.d.ts +0 -1
  741. package/lib-esm/components/Download/index.js +0 -2
  742. package/lib-esm/components/Download/types.d.ts +0 -15
  743. package/lib-esm/components/Download/types.js +0 -2
  744. package/lib-esm/components/Download/useDownloadInfo.d.ts +0 -2
  745. package/lib-esm/components/Download/useDownloadInfo.js +0 -2
  746. package/lib-esm/components/ErrorBoundary/ErrorBoundary.d.ts +0 -9
  747. package/lib-esm/components/ErrorBoundary/ErrorBoundary.js +0 -5
  748. package/lib-esm/components/ErrorBoundary/index.d.ts +0 -1
  749. package/lib-esm/components/ErrorBoundary/index.js +0 -2
  750. package/lib-esm/components/ExpandAllButton/ExpandAllButton.d.ts +0 -8
  751. package/lib-esm/components/ExpandAllButton/ExpandAllButton.js +0 -4
  752. package/lib-esm/components/ExpandAllButton/index.d.ts +0 -1
  753. package/lib-esm/components/ExpandAllButton/index.js +0 -2
  754. package/lib-esm/components/ExternalDocumentation/ExternalDocumentation.d.ts +0 -7
  755. package/lib-esm/components/ExternalDocumentation/ExternalDocumentation.js +0 -5
  756. package/lib-esm/components/ExternalDocumentation/index.d.ts +0 -1
  757. package/lib-esm/components/ExternalDocumentation/index.js +0 -2
  758. package/lib-esm/components/Language/LanguageDropdown.d.ts +0 -15
  759. package/lib-esm/components/Language/LanguageDropdown.js +0 -2
  760. package/lib-esm/components/Language/LanguageItem.d.ts +0 -11
  761. package/lib-esm/components/Language/LanguageItem.js +0 -2
  762. package/lib-esm/components/Language/LanguageList.d.ts +0 -10
  763. package/lib-esm/components/Language/LanguageList.js +0 -2
  764. package/lib-esm/components/Language/_tests_/LanguageDropdown.test.d.ts +0 -1
  765. package/lib-esm/components/Language/_tests_/LanguageDropdown.test.js +0 -2
  766. package/lib-esm/components/Language/constants.d.ts +0 -2
  767. package/lib-esm/components/Language/constants.js +0 -2
  768. package/lib-esm/components/Language/index.d.ts +0 -3
  769. package/lib-esm/components/Language/index.js +0 -2
  770. package/lib-esm/components/Language/styled.d.ts +0 -31
  771. package/lib-esm/components/Language/styled.js +0 -82
  772. package/lib-esm/components/Markdown/Markdown.d.ts +0 -3
  773. package/lib-esm/components/Markdown/Markdown.js +0 -2
  774. package/lib-esm/components/Markdown/index.d.ts +0 -2
  775. package/lib-esm/components/Markdown/index.js +0 -2
  776. package/lib-esm/components/Markdown/types.d.ts +0 -10
  777. package/lib-esm/components/Markdown/types.js +0 -2
  778. package/lib-esm/components/MediaTypeSwitch/MediaTypesSwitch.d.ts +0 -11
  779. package/lib-esm/components/MediaTypeSwitch/MediaTypesSwitch.js +0 -2
  780. package/lib-esm/components/MediaTypeSwitch/index.d.ts +0 -1
  781. package/lib-esm/components/MediaTypeSwitch/index.js +0 -2
  782. package/lib-esm/components/OperationItem/Description.d.ts +0 -10
  783. package/lib-esm/components/OperationItem/Description.js +0 -2
  784. package/lib-esm/components/OperationItem/OperationItem.d.ts +0 -5
  785. package/lib-esm/components/OperationItem/OperationItem.js +0 -22
  786. package/lib-esm/components/OperationItem/_tests_/OperationItem.test.d.ts +0 -1
  787. package/lib-esm/components/OperationItem/_tests_/OperationItem.test.js +0 -2
  788. package/lib-esm/components/OperationItem/_tests_/__mocks__/mock-intersection-observer.d.ts +0 -15
  789. package/lib-esm/components/OperationItem/_tests_/__mocks__/mock-intersection-observer.js +0 -2
  790. package/lib-esm/components/OperationItem/index.d.ts +0 -2
  791. package/lib-esm/components/OperationItem/index.js +0 -2
  792. package/lib-esm/components/OperationItem/types.d.ts +0 -4
  793. package/lib-esm/components/OperationItem/types.js +0 -2
  794. package/lib-esm/components/Overlay.d.ts +0 -6
  795. package/lib-esm/components/Overlay.js +0 -43
  796. package/lib-esm/components/Overview/Overview.d.ts +0 -9
  797. package/lib-esm/components/Overview/Overview.js +0 -2
  798. package/lib-esm/components/Overview/index.d.ts +0 -1
  799. package/lib-esm/components/Overview/index.js +0 -2
  800. package/lib-esm/components/PageFooter/PageFooter.d.ts +0 -2
  801. package/lib-esm/components/PageFooter/PageFooter.js +0 -2
  802. package/lib-esm/components/PageFooter/index.d.ts +0 -1
  803. package/lib-esm/components/PageFooter/index.js +0 -2
  804. package/lib-esm/components/Panel/ResponsePanel.d.ts +0 -3
  805. package/lib-esm/components/Panel/ResponsePanel.js +0 -25
  806. package/lib-esm/components/Panel/Trigger.d.ts +0 -1
  807. package/lib-esm/components/Panel/Trigger.js +0 -8
  808. package/lib-esm/components/Panel/index.d.ts +0 -2
  809. package/lib-esm/components/Panel/index.js +0 -2
  810. package/lib-esm/components/PanelItem/PanelItem.d.ts +0 -9
  811. package/lib-esm/components/PanelItem/PanelItem.js +0 -2
  812. package/lib-esm/components/PanelItem/index.d.ts +0 -2
  813. package/lib-esm/components/PanelItem/index.js +0 -2
  814. package/lib-esm/components/PanelItem/styled.d.ts +0 -16
  815. package/lib-esm/components/PanelItem/styled.js +0 -53
  816. package/lib-esm/components/PayloadSamples/Example.d.ts +0 -3
  817. package/lib-esm/components/PayloadSamples/Example.js +0 -2
  818. package/lib-esm/components/PayloadSamples/ExampleValue.d.ts +0 -2
  819. package/lib-esm/components/PayloadSamples/ExampleValue.js +0 -2
  820. package/lib-esm/components/PayloadSamples/MediaTypeSamples.d.ts +0 -2
  821. package/lib-esm/components/PayloadSamples/MediaTypeSamples.js +0 -4
  822. package/lib-esm/components/PayloadSamples/PayloadSamples.d.ts +0 -2
  823. package/lib-esm/components/PayloadSamples/PayloadSamples.js +0 -2
  824. package/lib-esm/components/PayloadSamples/index.d.ts +0 -5
  825. package/lib-esm/components/PayloadSamples/index.js +0 -2
  826. package/lib-esm/components/PayloadSamples/styled.d.ts +0 -4
  827. package/lib-esm/components/PayloadSamples/styled.js +0 -22
  828. package/lib-esm/components/PayloadSamples/types.d.ts +0 -25
  829. package/lib-esm/components/PayloadSamples/types.js +0 -2
  830. package/lib-esm/components/PropertyDetails/DescriptionEnums.d.ts +0 -4
  831. package/lib-esm/components/PropertyDetails/DescriptionEnums.js +0 -10
  832. package/lib-esm/components/PropertyDetails/EnumValues.d.ts +0 -2
  833. package/lib-esm/components/PropertyDetails/EnumValues.js +0 -2
  834. package/lib-esm/components/PropertyDetails/Examples.d.ts +0 -5
  835. package/lib-esm/components/PropertyDetails/Examples.js +0 -2
  836. package/lib-esm/components/PropertyDetails/Extensions.d.ts +0 -2
  837. package/lib-esm/components/PropertyDetails/Extensions.js +0 -4
  838. package/lib-esm/components/PropertyDetails/FieldDetail.d.ts +0 -7
  839. package/lib-esm/components/PropertyDetails/FieldDetail.js +0 -8
  840. package/lib-esm/components/PropertyDetails/FieldDetails.d.ts +0 -2
  841. package/lib-esm/components/PropertyDetails/FieldDetails.js +0 -40
  842. package/lib-esm/components/PropertyDetails/Pattern.d.ts +0 -6
  843. package/lib-esm/components/PropertyDetails/Pattern.js +0 -2
  844. package/lib-esm/components/PropertyDetails/PlusCircleIcon.d.ts +0 -7
  845. package/lib-esm/components/PropertyDetails/PlusCircleIcon.js +0 -11
  846. package/lib-esm/components/PropertyDetails/PropertyDetails.d.ts +0 -2
  847. package/lib-esm/components/PropertyDetails/PropertyDetails.js +0 -18
  848. package/lib-esm/components/PropertyDetails/SchemaTypeInfo.d.ts +0 -6
  849. package/lib-esm/components/PropertyDetails/SchemaTypeInfo.js +0 -16
  850. package/lib-esm/components/PropertyDetails/SimpleEnums.d.ts +0 -4
  851. package/lib-esm/components/PropertyDetails/SimpleEnums.js +0 -8
  852. package/lib-esm/components/PropertyDetails/cycleColorsByLevel.d.ts +0 -1
  853. package/lib-esm/components/PropertyDetails/cycleColorsByLevel.js +0 -2
  854. package/lib-esm/components/PropertyDetails/index.d.ts +0 -3
  855. package/lib-esm/components/PropertyDetails/index.js +0 -2
  856. package/lib-esm/components/PropertyDetails/styled.d.ts +0 -6
  857. package/lib-esm/components/PropertyDetails/styled.js +0 -23
  858. package/lib-esm/components/PropertyDetails/types.d.ts +0 -48
  859. package/lib-esm/components/PropertyDetails/types.js +0 -2
  860. package/lib-esm/components/RedoclyOpenAPIDocs/Providers.d.ts +0 -4
  861. package/lib-esm/components/RedoclyOpenAPIDocs/Providers.js +0 -2
  862. package/lib-esm/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocs.d.ts +0 -4
  863. package/lib-esm/components/RedoclyOpenAPIDocs/RedoclyOpenAPIDocs.js +0 -2
  864. package/lib-esm/components/RedoclyOpenAPIDocs/index.d.ts +0 -4
  865. package/lib-esm/components/RedoclyOpenAPIDocs/index.js +0 -2
  866. package/lib-esm/components/RedoclyOpenAPIDocs/styled.d.ts +0 -1
  867. package/lib-esm/components/RedoclyOpenAPIDocs/styled.js +0 -22
  868. package/lib-esm/components/RedoclyOpenAPIDocs/types.d.ts +0 -47
  869. package/lib-esm/components/RedoclyOpenAPIDocs/types.js +0 -2
  870. package/lib-esm/components/RedoclyOpenAPIDocs/utils.d.ts +0 -8
  871. package/lib-esm/components/RedoclyOpenAPIDocs/utils.js +0 -2
  872. package/lib-esm/components/RenderHook/RenderHook.d.ts +0 -8
  873. package/lib-esm/components/RenderHook/RenderHook.js +0 -2
  874. package/lib-esm/components/RenderHook/index.d.ts +0 -1
  875. package/lib-esm/components/RenderHook/index.js +0 -2
  876. package/lib-esm/components/Replay/EmbeddedReplay.d.ts +0 -9
  877. package/lib-esm/components/Replay/EmbeddedReplay.js +0 -11
  878. package/lib-esm/components/Replay/Replay.d.ts +0 -9
  879. package/lib-esm/components/Replay/Replay.js +0 -2
  880. package/lib-esm/components/Replay/index.d.ts +0 -2
  881. package/lib-esm/components/Replay/index.js +0 -2
  882. package/lib-esm/components/Replay/utils.d.ts +0 -42
  883. package/lib-esm/components/Replay/utils.js +0 -2
  884. package/lib-esm/components/Request/RequestDetails.d.ts +0 -2
  885. package/lib-esm/components/Request/RequestDetails.js +0 -4
  886. package/lib-esm/components/Request/types.d.ts +0 -10
  887. package/lib-esm/components/Request/types.js +0 -2
  888. package/lib-esm/components/RequestParameters/Body.d.ts +0 -9
  889. package/lib-esm/components/RequestParameters/Body.js +0 -2
  890. package/lib-esm/components/RequestParameters/ParametersGroup.d.ts +0 -8
  891. package/lib-esm/components/RequestParameters/ParametersGroup.js +0 -21
  892. package/lib-esm/components/RequestParameters/RequestParameters.d.ts +0 -9
  893. package/lib-esm/components/RequestParameters/RequestParameters.js +0 -2
  894. package/lib-esm/components/RequestParameters/index.d.ts +0 -2
  895. package/lib-esm/components/RequestParameters/index.js +0 -2
  896. package/lib-esm/components/RequestSamples/CodeSample.d.ts +0 -16
  897. package/lib-esm/components/RequestSamples/CodeSample.js +0 -10
  898. package/lib-esm/components/RequestSamples/Example.d.ts +0 -9
  899. package/lib-esm/components/RequestSamples/Example.js +0 -2
  900. package/lib-esm/components/RequestSamples/RequestSamples.d.ts +0 -10
  901. package/lib-esm/components/RequestSamples/RequestSamples.js +0 -13
  902. package/lib-esm/components/RequestSamples/index.d.ts +0 -2
  903. package/lib-esm/components/RequestSamples/index.js +0 -2
  904. package/lib-esm/components/RequestSamples/useCodeSamples.d.ts +0 -10
  905. package/lib-esm/components/RequestSamples/useCodeSamples.js +0 -2
  906. package/lib-esm/components/ResponseSamples/ResponseSamples.d.ts +0 -12
  907. package/lib-esm/components/ResponseSamples/ResponseSamples.js +0 -2
  908. package/lib-esm/components/ResponseSamples/Summary.d.ts +0 -5
  909. package/lib-esm/components/ResponseSamples/Summary.js +0 -2
  910. package/lib-esm/components/ResponseSamples/index.d.ts +0 -1
  911. package/lib-esm/components/ResponseSamples/index.js +0 -2
  912. package/lib-esm/components/Responses/OperationResponseList.d.ts +0 -16
  913. package/lib-esm/components/Responses/OperationResponseList.js +0 -5
  914. package/lib-esm/components/Responses/ResponseDetails.d.ts +0 -2
  915. package/lib-esm/components/Responses/ResponseDetails.js +0 -2
  916. package/lib-esm/components/Responses/ResponseHeaders.d.ts +0 -2
  917. package/lib-esm/components/Responses/ResponseHeaders.js +0 -2
  918. package/lib-esm/components/Responses/index.d.ts +0 -3
  919. package/lib-esm/components/Responses/index.js +0 -2
  920. package/lib-esm/components/Responses/styled.d.ts +0 -5
  921. package/lib-esm/components/Responses/styled.js +0 -23
  922. package/lib-esm/components/Responses/types.d.ts +0 -13
  923. package/lib-esm/components/Responses/types.js +0 -2
  924. package/lib-esm/components/RightPanel/RightPanel.d.ts +0 -5
  925. package/lib-esm/components/RightPanel/RightPanel.js +0 -2
  926. package/lib-esm/components/RightPanel/index.d.ts +0 -1
  927. package/lib-esm/components/RightPanel/index.js +0 -2
  928. package/lib-esm/components/Samples/ExampleSwitch.d.ts +0 -14
  929. package/lib-esm/components/Samples/ExampleSwitch.js +0 -2
  930. package/lib-esm/components/Samples/index.d.ts +0 -2
  931. package/lib-esm/components/Samples/index.js +0 -2
  932. package/lib-esm/components/Samples/use-example-key.d.ts +0 -6
  933. package/lib-esm/components/Samples/use-example-key.js +0 -2
  934. package/lib-esm/components/Schema/ArraySchema.d.ts +0 -2
  935. package/lib-esm/components/Schema/ArraySchema.js +0 -2
  936. package/lib-esm/components/Schema/ObjectSchema.d.ts +0 -2
  937. package/lib-esm/components/Schema/ObjectSchema.js +0 -2
  938. package/lib-esm/components/Schema/OneOfSchema.d.ts +0 -11
  939. package/lib-esm/components/Schema/OneOfSchema.js +0 -11
  940. package/lib-esm/components/Schema/RecursiveSchema.d.ts +0 -2
  941. package/lib-esm/components/Schema/RecursiveSchema.js +0 -2
  942. package/lib-esm/components/Schema/Schema.d.ts +0 -2
  943. package/lib-esm/components/Schema/Schema.js +0 -6
  944. package/lib-esm/components/Schema/SubSchema.d.ts +0 -14
  945. package/lib-esm/components/Schema/SubSchema.js +0 -2
  946. package/lib-esm/components/Schema/helpers.d.ts +0 -5
  947. package/lib-esm/components/Schema/helpers.js +0 -2
  948. package/lib-esm/components/Schema/index.d.ts +0 -5
  949. package/lib-esm/components/Schema/index.js +0 -2
  950. package/lib-esm/components/Schema/types.d.ts +0 -44
  951. package/lib-esm/components/Schema/types.js +0 -2
  952. package/lib-esm/components/Schema/useOneOfLocationIdx.d.ts +0 -2
  953. package/lib-esm/components/Schema/useOneOfLocationIdx.js +0 -2
  954. package/lib-esm/components/SchemaDefinition/SchemaDefinition.d.ts +0 -8
  955. package/lib-esm/components/SchemaDefinition/SchemaDefinition.js +0 -4
  956. package/lib-esm/components/SchemaDefinition/index.d.ts +0 -1
  957. package/lib-esm/components/SchemaDefinition/index.js +0 -2
  958. package/lib-esm/components/SectionContent/SectionContent.d.ts +0 -17
  959. package/lib-esm/components/SectionContent/SectionContent.js +0 -14
  960. package/lib-esm/components/SectionContent/index.d.ts +0 -1
  961. package/lib-esm/components/SectionContent/index.js +0 -2
  962. package/lib-esm/components/SectionItem/SectionItem.d.ts +0 -7
  963. package/lib-esm/components/SectionItem/SectionItem.js +0 -2
  964. package/lib-esm/components/SectionItem/index.d.ts +0 -1
  965. package/lib-esm/components/SectionItem/index.js +0 -2
  966. package/lib-esm/components/Security/Divider.d.ts +0 -3
  967. package/lib-esm/components/Security/Divider.js +0 -15
  968. package/lib-esm/components/Security/OAuthFlow.d.ts +0 -6
  969. package/lib-esm/components/Security/OAuthFlow.js +0 -2
  970. package/lib-esm/components/Security/OAuthScopes.d.ts +0 -13
  971. package/lib-esm/components/Security/OAuthScopes.js +0 -34
  972. package/lib-esm/components/Security/Security.d.ts +0 -7
  973. package/lib-esm/components/Security/Security.js +0 -2
  974. package/lib-esm/components/Security/SecurityButton.d.ts +0 -10
  975. package/lib-esm/components/Security/SecurityButton.js +0 -31
  976. package/lib-esm/components/Security/SecurityFlow.d.ts +0 -5
  977. package/lib-esm/components/Security/SecurityFlow.js +0 -17
  978. package/lib-esm/components/Security/SecurityModal.d.ts +0 -8
  979. package/lib-esm/components/Security/SecurityModal.js +0 -45
  980. package/lib-esm/components/Security/SecuritySchemeItem.d.ts +0 -7
  981. package/lib-esm/components/Security/SecuritySchemeItem.js +0 -21
  982. package/lib-esm/components/Security/helper.d.ts +0 -2
  983. package/lib-esm/components/Security/helper.js +0 -2
  984. package/lib-esm/components/Security/index.d.ts +0 -1
  985. package/lib-esm/components/Security/index.js +0 -2
  986. package/lib-esm/components/Security/styled.d.ts +0 -2
  987. package/lib-esm/components/Security/styled.js +0 -14
  988. package/lib-esm/components/SelectOrLabel/SelectOrLabel.d.ts +0 -7
  989. package/lib-esm/components/SelectOrLabel/SelectOrLabel.js +0 -8
  990. package/lib-esm/components/SelectOrLabel/index.d.ts +0 -1
  991. package/lib-esm/components/SelectOrLabel/index.js +0 -2
  992. package/lib-esm/components/ServerList/ServerList.d.ts +0 -3
  993. package/lib-esm/components/ServerList/ServerList.js +0 -60
  994. package/lib-esm/components/ServerList/index.d.ts +0 -1
  995. package/lib-esm/components/ServerList/index.js +0 -2
  996. package/lib-esm/components/ServerList/types.d.ts +0 -5
  997. package/lib-esm/components/ServerList/types.js +0 -2
  998. package/lib-esm/components/ServerListDropdown/ServerListDropdown.d.ts +0 -7
  999. package/lib-esm/components/ServerListDropdown/ServerListDropdown.js +0 -2
  1000. package/lib-esm/components/ServerListDropdown/index.d.ts +0 -1
  1001. package/lib-esm/components/ServerListDropdown/index.js +0 -2
  1002. package/lib-esm/components/ServerListDropdown/styled.d.ts +0 -5
  1003. package/lib-esm/components/ServerListDropdown/styled.js +0 -23
  1004. package/lib-esm/components/SideMenu/SideMenu.d.ts +0 -8
  1005. package/lib-esm/components/SideMenu/SideMenu.js +0 -4
  1006. package/lib-esm/components/SideMenu/hooks/useMenuItems.d.ts +0 -7
  1007. package/lib-esm/components/SideMenu/hooks/useMenuItems.js +0 -2
  1008. package/lib-esm/components/SideMenu/index.d.ts +0 -1
  1009. package/lib-esm/components/SideMenu/index.js +0 -2
  1010. package/lib-esm/components/SideMenu/types.d.ts +0 -16
  1011. package/lib-esm/components/SideMenu/types.js +0 -2
  1012. package/lib-esm/components/StickySidebar/SidebarActions.d.ts +0 -1
  1013. package/lib-esm/components/StickySidebar/SidebarActions.js +0 -6
  1014. package/lib-esm/components/StickySidebar/StickyResponsiveSidebar.d.ts +0 -9
  1015. package/lib-esm/components/StickySidebar/StickyResponsiveSidebar.js +0 -25
  1016. package/lib-esm/components/StickySidebar/index.d.ts +0 -1
  1017. package/lib-esm/components/StickySidebar/index.js +0 -2
  1018. package/lib-esm/components/Tabs/Tabs.d.ts +0 -8
  1019. package/lib-esm/components/Tabs/Tabs.js +0 -35
  1020. package/lib-esm/components/Tabs/index.d.ts +0 -2
  1021. package/lib-esm/components/Tabs/index.js +0 -2
  1022. package/lib-esm/components/Tabs/useTabsState.d.ts +0 -11
  1023. package/lib-esm/components/Tabs/useTabsState.js +0 -2
  1024. package/lib-esm/components/TagItem/OperationNavigationItems.d.ts +0 -9
  1025. package/lib-esm/components/TagItem/OperationNavigationItems.js +0 -37
  1026. package/lib-esm/components/TagItem/OperationsNavigation.d.ts +0 -3
  1027. package/lib-esm/components/TagItem/OperationsNavigation.js +0 -7
  1028. package/lib-esm/components/TagItem/TagItem.d.ts +0 -9
  1029. package/lib-esm/components/TagItem/TagItem.js +0 -23
  1030. package/lib-esm/components/TagItem/index.d.ts +0 -1
  1031. package/lib-esm/components/TagItem/index.js +0 -2
  1032. package/lib-esm/components/TagItem/styled.d.ts +0 -1
  1033. package/lib-esm/components/TagItem/styled.js +0 -6
  1034. package/lib-esm/components/TagItem/types.d.ts +0 -5
  1035. package/lib-esm/components/TagItem/types.js +0 -2
  1036. package/lib-esm/components/ViewNested/ViewNested.d.ts +0 -13
  1037. package/lib-esm/components/ViewNested/ViewNested.js +0 -35
  1038. package/lib-esm/components/ViewNested/index.d.ts +0 -1
  1039. package/lib-esm/components/ViewNested/index.js +0 -2
  1040. package/lib-esm/components/common/Badges.d.ts +0 -13
  1041. package/lib-esm/components/common/Badges.js +0 -19
  1042. package/lib-esm/components/common/BodyContent/BodyContent.d.ts +0 -11
  1043. package/lib-esm/components/common/BodyContent/BodyContent.js +0 -28
  1044. package/lib-esm/components/common/BodyContent/index.d.ts +0 -1
  1045. package/lib-esm/components/common/BodyContent/index.js +0 -2
  1046. package/lib-esm/components/common/ClearButton/ClearButton.d.ts +0 -2
  1047. package/lib-esm/components/common/ClearButton/ClearButton.js +0 -2
  1048. package/lib-esm/components/common/ClearButton/index.d.ts +0 -2
  1049. package/lib-esm/components/common/ClearButton/index.js +0 -2
  1050. package/lib-esm/components/common/ClearButton/styled.d.ts +0 -1
  1051. package/lib-esm/components/common/ClearButton/styled.js +0 -16
  1052. package/lib-esm/components/common/ClearButton/types.d.ts +0 -6
  1053. package/lib-esm/components/common/ClearButton/types.js +0 -2
  1054. package/lib-esm/components/common/CodeBlockPanel.d.ts +0 -2
  1055. package/lib-esm/components/common/CodeBlockPanel.js +0 -6
  1056. package/lib-esm/components/common/ConstraintsView.d.ts +0 -4
  1057. package/lib-esm/components/common/ConstraintsView.js +0 -4
  1058. package/lib-esm/components/common/Dropdown/Dropdown.d.ts +0 -12
  1059. package/lib-esm/components/common/Dropdown/Dropdown.js +0 -27
  1060. package/lib-esm/components/common/Dropdown/index.d.ts +0 -2
  1061. package/lib-esm/components/common/Dropdown/index.js +0 -2
  1062. package/lib-esm/components/common/ExpandableExample/ExpandableExample.d.ts +0 -5
  1063. package/lib-esm/components/common/ExpandableExample/ExpandableExample.js +0 -10
  1064. package/lib-esm/components/common/ExpandableExample/index.d.ts +0 -1
  1065. package/lib-esm/components/common/ExpandableExample/index.js +0 -2
  1066. package/lib-esm/components/common/Extensions.d.ts +0 -6
  1067. package/lib-esm/components/common/Extensions.js +0 -4
  1068. package/lib-esm/components/common/Fields/fields-layout.d.ts +0 -15
  1069. package/lib-esm/components/common/Fields/fields-layout.js +0 -223
  1070. package/lib-esm/components/common/Fields/fields.d.ts +0 -38
  1071. package/lib-esm/components/common/Fields/fields.js +0 -93
  1072. package/lib-esm/components/common/Fields/index.d.ts +0 -2
  1073. package/lib-esm/components/common/Fields/index.js +0 -2
  1074. package/lib-esm/components/common/LinkToField.d.ts +0 -13
  1075. package/lib-esm/components/common/LinkToField.js +0 -20
  1076. package/lib-esm/components/common/OperationItemTitle.d.ts +0 -2
  1077. package/lib-esm/components/common/OperationItemTitle.js +0 -33
  1078. package/lib-esm/components/common/SchemaSelection/SchemaSelection.d.ts +0 -12
  1079. package/lib-esm/components/common/SchemaSelection/SchemaSelection.js +0 -2
  1080. package/lib-esm/components/common/SchemaSelection/index.d.ts +0 -1
  1081. package/lib-esm/components/common/SchemaSelection/index.js +0 -2
  1082. package/lib-esm/components/common/Select/Select.d.ts +0 -2
  1083. package/lib-esm/components/common/Select/Select.js +0 -2
  1084. package/lib-esm/components/common/Select/index.d.ts +0 -2
  1085. package/lib-esm/components/common/Select/index.js +0 -2
  1086. package/lib-esm/components/common/Select/styled.d.ts +0 -22
  1087. package/lib-esm/components/common/Select/styled.js +0 -111
  1088. package/lib-esm/components/common/Select/types.d.ts +0 -20
  1089. package/lib-esm/components/common/Select/types.js +0 -2
  1090. package/lib-esm/components/common/Skeleton/LanguageListSkeleton.d.ts +0 -4
  1091. package/lib-esm/components/common/Skeleton/LanguageListSkeleton.js +0 -23
  1092. package/lib-esm/components/common/Skeleton/Skeleton.d.ts +0 -5
  1093. package/lib-esm/components/common/Skeleton/Skeleton.js +0 -33
  1094. package/lib-esm/components/common/Skeleton/index.d.ts +0 -1
  1095. package/lib-esm/components/common/Skeleton/index.js +0 -2
  1096. package/lib-esm/components/common/headers.d.ts +0 -1
  1097. package/lib-esm/components/common/headers.js +0 -8
  1098. package/lib-esm/components/common/index.d.ts +0 -14
  1099. package/lib-esm/components/common/index.js +0 -2
  1100. package/lib-esm/components/common/linkify.d.ts +0 -10
  1101. package/lib-esm/components/common/linkify.js +0 -21
  1102. package/lib-esm/components/common/mixins.d.ts +0 -1
  1103. package/lib-esm/components/common/mixins.js +0 -5
  1104. package/lib-esm/components/common/panels.d.ts +0 -17
  1105. package/lib-esm/components/common/panels.js +0 -123
  1106. package/lib-esm/components/common/schema.d.ts +0 -7
  1107. package/lib-esm/components/common/schema.js +0 -74
  1108. package/lib-esm/components/common/styled.d.ts +0 -7
  1109. package/lib-esm/components/common/styled.js +0 -59
  1110. package/lib-esm/components/index.d.ts +0 -23
  1111. package/lib-esm/components/index.js +0 -2
  1112. package/lib-esm/components/pluggable/RedocExample.d.ts +0 -11
  1113. package/lib-esm/components/pluggable/RedocExample.js +0 -2
  1114. package/lib-esm/components/pluggable/RedocSchema.d.ts +0 -12
  1115. package/lib-esm/components/pluggable/RedocSchema.js +0 -2
  1116. package/lib-esm/components/pluggable/index.d.ts +0 -2
  1117. package/lib-esm/components/pluggable/index.js +0 -2
  1118. package/lib-esm/components/pluggable/styled.components.d.ts +0 -7
  1119. package/lib-esm/components/pluggable/styled.components.js +0 -13
  1120. package/lib-esm/constants.d.ts +0 -25
  1121. package/lib-esm/constants.js +0 -2
  1122. package/lib-esm/empty.d.ts +0 -2
  1123. package/lib-esm/empty.js +0 -2
  1124. package/lib-esm/events/codeSampleCopy.d.ts +0 -2
  1125. package/lib-esm/events/codeSampleCopy.js +0 -2
  1126. package/lib-esm/events/creator.d.ts +0 -2
  1127. package/lib-esm/events/creator.js +0 -2
  1128. package/lib-esm/events/index.d.ts +0 -8
  1129. package/lib-esm/events/index.js +0 -2
  1130. package/lib-esm/events/languageSwitch.d.ts +0 -2
  1131. package/lib-esm/events/languageSwitch.js +0 -2
  1132. package/lib-esm/events/panelToggle.d.ts +0 -2
  1133. package/lib-esm/events/panelToggle.js +0 -2
  1134. package/lib-esm/events/serverSwitch.d.ts +0 -2
  1135. package/lib-esm/events/serverSwitch.js +0 -2
  1136. package/lib-esm/events/tryItOpen.d.ts +0 -2
  1137. package/lib-esm/events/tryItOpen.js +0 -2
  1138. package/lib-esm/events/tryItSent.d.ts +0 -2
  1139. package/lib-esm/events/tryItSent.js +0 -2
  1140. package/lib-esm/events/types.d.ts +0 -83
  1141. package/lib-esm/events/types.js +0 -2
  1142. package/lib-esm/hoc/types.d.ts +0 -51
  1143. package/lib-esm/hoc/types.js +0 -2
  1144. package/lib-esm/hoc/utils.d.ts +0 -2
  1145. package/lib-esm/hoc/utils.js +0 -2
  1146. package/lib-esm/hoc/withRouter.d.ts +0 -3
  1147. package/lib-esm/hoc/withRouter.js +0 -2
  1148. package/lib-esm/hoc/withStore.d.ts +0 -3
  1149. package/lib-esm/hoc/withStore.js +0 -2
  1150. package/lib-esm/hooks/index.d.ts +0 -8
  1151. package/lib-esm/hooks/index.js +0 -2
  1152. package/lib-esm/hooks/useActivateExample.d.ts +0 -2
  1153. package/lib-esm/hooks/useActivateExample.js +0 -2
  1154. package/lib-esm/hooks/useActiveWithFallback.d.ts +0 -3
  1155. package/lib-esm/hooks/useActiveWithFallback.js +0 -2
  1156. package/lib-esm/hooks/useContentItems.d.ts +0 -12
  1157. package/lib-esm/hooks/useContentItems.js +0 -2
  1158. package/lib-esm/hooks/useLicense.d.ts +0 -5
  1159. package/lib-esm/hooks/useLicense.js +0 -2
  1160. package/lib-esm/hooks/usePerformanceMetrics.d.ts +0 -5
  1161. package/lib-esm/hooks/usePerformanceMetrics.js +0 -2
  1162. package/lib-esm/hooks/useRouter.d.ts +0 -13
  1163. package/lib-esm/hooks/useRouter.js +0 -2
  1164. package/lib-esm/hooks/useTelemetry.d.ts +0 -2
  1165. package/lib-esm/hooks/useTelemetry.js +0 -2
  1166. package/lib-esm/hooks/useTranslate.d.ts +0 -2
  1167. package/lib-esm/hooks/useTranslate.js +0 -2
  1168. package/lib-esm/hooks/useUppercase2LowercaseRedirect.d.ts +0 -1
  1169. package/lib-esm/hooks/useUppercase2LowercaseRedirect.js +0 -2
  1170. package/lib-esm/icons/CSharpIcon/CSharpIcon.d.ts +0 -4
  1171. package/lib-esm/icons/CSharpIcon/CSharpIcon.js +0 -2
  1172. package/lib-esm/icons/CSharpIcon/index.d.ts +0 -1
  1173. package/lib-esm/icons/CSharpIcon/index.js +0 -2
  1174. package/lib-esm/icons/CurlIcon/CurlIcon.d.ts +0 -6
  1175. package/lib-esm/icons/CurlIcon/CurlIcon.js +0 -15
  1176. package/lib-esm/icons/CurlIcon/index.d.ts +0 -1
  1177. package/lib-esm/icons/CurlIcon/index.js +0 -2
  1178. package/lib-esm/icons/GOIcon/GOIcon.d.ts +0 -4
  1179. package/lib-esm/icons/GOIcon/GOIcon.js +0 -2
  1180. package/lib-esm/icons/GOIcon/index.d.ts +0 -1
  1181. package/lib-esm/icons/GOIcon/index.js +0 -2
  1182. package/lib-esm/icons/JavaIcon/JavaIcon.d.ts +0 -4
  1183. package/lib-esm/icons/JavaIcon/JavaIcon.js +0 -2
  1184. package/lib-esm/icons/JavaIcon/index.d.ts +0 -1
  1185. package/lib-esm/icons/JavaIcon/index.js +0 -2
  1186. package/lib-esm/icons/JavaScriptIcon/JavaScriptIcon.d.ts +0 -4
  1187. package/lib-esm/icons/JavaScriptIcon/JavaScriptIcon.js +0 -2
  1188. package/lib-esm/icons/JavaScriptIcon/index.d.ts +0 -1
  1189. package/lib-esm/icons/JavaScriptIcon/index.js +0 -2
  1190. package/lib-esm/icons/NodeJSIcon/NodeJSIcon.d.ts +0 -4
  1191. package/lib-esm/icons/NodeJSIcon/NodeJSIcon.js +0 -2
  1192. package/lib-esm/icons/NodeJSIcon/index.d.ts +0 -1
  1193. package/lib-esm/icons/NodeJSIcon/index.js +0 -2
  1194. package/lib-esm/icons/PHPIcon/PHPIcon.d.ts +0 -4
  1195. package/lib-esm/icons/PHPIcon/PHPIcon.js +0 -2
  1196. package/lib-esm/icons/PHPIcon/index.d.ts +0 -1
  1197. package/lib-esm/icons/PHPIcon/index.js +0 -2
  1198. package/lib-esm/icons/PayloadIcon/PayloadIcon.d.ts +0 -4
  1199. package/lib-esm/icons/PayloadIcon/PayloadIcon.js +0 -2
  1200. package/lib-esm/icons/PayloadIcon/index.d.ts +0 -1
  1201. package/lib-esm/icons/PayloadIcon/index.js +0 -2
  1202. package/lib-esm/icons/PythonIcon/PythonIcon.d.ts +0 -4
  1203. package/lib-esm/icons/PythonIcon/PythonIcon.js +0 -2
  1204. package/lib-esm/icons/PythonIcon/index.d.ts +0 -1
  1205. package/lib-esm/icons/PythonIcon/index.js +0 -2
  1206. package/lib-esm/icons/RIcon/RIcon.d.ts +0 -4
  1207. package/lib-esm/icons/RIcon/RIcon.js +0 -2
  1208. package/lib-esm/icons/RIcon/index.d.ts +0 -1
  1209. package/lib-esm/icons/RIcon/index.js +0 -2
  1210. package/lib-esm/icons/RubyIcon/RubyIcon.d.ts +0 -4
  1211. package/lib-esm/icons/RubyIcon/RubyIcon.js +0 -2
  1212. package/lib-esm/icons/RubyIcon/index.d.ts +0 -1
  1213. package/lib-esm/icons/RubyIcon/index.js +0 -2
  1214. package/lib-esm/index.d.ts +0 -45
  1215. package/lib-esm/index.js +0 -2
  1216. package/lib-esm/jotai/app.d.ts +0 -51
  1217. package/lib-esm/jotai/app.js +0 -2
  1218. package/lib-esm/jotai/operation.d.ts +0 -37
  1219. package/lib-esm/jotai/operation.js +0 -2
  1220. package/lib-esm/jotai/replay.d.ts +0 -7
  1221. package/lib-esm/jotai/replay.js +0 -2
  1222. package/lib-esm/jotai/store.d.ts +0 -16
  1223. package/lib-esm/jotai/store.js +0 -2
  1224. package/lib-esm/jotai/use-write-atom.d.ts +0 -1
  1225. package/lib-esm/jotai/use-write-atom.js +0 -2
  1226. package/lib-esm/models/callback.d.ts +0 -5
  1227. package/lib-esm/models/callback.js +0 -2
  1228. package/lib-esm/models/code-sample-options.d.ts +0 -8
  1229. package/lib-esm/models/code-sample-options.js +0 -2
  1230. package/lib-esm/models/example.d.ts +0 -9
  1231. package/lib-esm/models/example.js +0 -2
  1232. package/lib-esm/models/field.d.ts +0 -7
  1233. package/lib-esm/models/field.js +0 -2
  1234. package/lib-esm/models/group.d.ts +0 -4
  1235. package/lib-esm/models/group.js +0 -2
  1236. package/lib-esm/models/index.d.ts +0 -15
  1237. package/lib-esm/models/index.js +0 -2
  1238. package/lib-esm/models/mediaContent.d.ts +0 -7
  1239. package/lib-esm/models/mediaContent.js +0 -2
  1240. package/lib-esm/models/mediaType.d.ts +0 -19
  1241. package/lib-esm/models/mediaType.js +0 -2
  1242. package/lib-esm/models/operation.d.ts +0 -20
  1243. package/lib-esm/models/operation.js +0 -2
  1244. package/lib-esm/models/request.d.ts +0 -12
  1245. package/lib-esm/models/request.js +0 -2
  1246. package/lib-esm/models/response.d.ts +0 -14
  1247. package/lib-esm/models/response.js +0 -2
  1248. package/lib-esm/models/schema.d.ts +0 -13
  1249. package/lib-esm/models/schema.js +0 -2
  1250. package/lib-esm/models/security.d.ts +0 -8
  1251. package/lib-esm/models/security.js +0 -2
  1252. package/lib-esm/models/tab.d.ts +0 -4
  1253. package/lib-esm/models/tab.js +0 -2
  1254. package/lib-esm/models/types.d.ts +0 -265
  1255. package/lib-esm/models/types.js +0 -2
  1256. package/lib-esm/services/OpenAPIParser.d.ts +0 -52
  1257. package/lib-esm/services/OpenAPIParser.js +0 -2
  1258. package/lib-esm/services/check.d.ts +0 -13
  1259. package/lib-esm/services/check.js +0 -2
  1260. package/lib-esm/services/code-samples/constants.d.ts +0 -2
  1261. package/lib-esm/services/code-samples/constants.js +0 -2
  1262. package/lib-esm/services/code-samples/generator.d.ts +0 -29
  1263. package/lib-esm/services/code-samples/generator.js +0 -2
  1264. package/lib-esm/services/code-samples/httpsnippet/helpers/code-builder.d.ts +0 -83
  1265. package/lib-esm/services/code-samples/httpsnippet/helpers/code-builder.js +0 -2
  1266. package/lib-esm/services/code-samples/httpsnippet/helpers/code-helpers.d.ts +0 -28
  1267. package/lib-esm/services/code-samples/httpsnippet/helpers/code-helpers.js +0 -2
  1268. package/lib-esm/services/code-samples/httpsnippet/helpers/constants.d.ts +0 -24
  1269. package/lib-esm/services/code-samples/httpsnippet/helpers/constants.js +0 -2
  1270. package/lib-esm/services/code-samples/httpsnippet/helpers/lodash-int.d.ts +0 -5
  1271. package/lib-esm/services/code-samples/httpsnippet/helpers/lodash-int.js +0 -2
  1272. package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.d.ts +0 -30
  1273. package/lib-esm/services/code-samples/httpsnippet/helpers/mocks/code-helpers-mock.js +0 -2
  1274. package/lib-esm/services/code-samples/httpsnippet/helpers/reducer.d.ts +0 -1
  1275. package/lib-esm/services/code-samples/httpsnippet/helpers/reducer.js +0 -2
  1276. package/lib-esm/services/code-samples/httpsnippet/helpers/shell.d.ts +0 -10
  1277. package/lib-esm/services/code-samples/httpsnippet/helpers/shell.js +0 -2
  1278. package/lib-esm/services/code-samples/httpsnippet/helpers/string-utility.d.ts +0 -7
  1279. package/lib-esm/services/code-samples/httpsnippet/helpers/string-utility.js +0 -2
  1280. package/lib-esm/services/code-samples/httpsnippet/index.d.ts +0 -47
  1281. package/lib-esm/services/code-samples/httpsnippet/index.js +0 -2
  1282. package/lib-esm/services/code-samples/httpsnippet/targets/__mocks__/mock.d.ts +0 -3565
  1283. package/lib-esm/services/code-samples/httpsnippet/targets/__mocks__/mock.js +0 -2
  1284. package/lib-esm/services/code-samples/httpsnippet/targets/csharp/httpclient.d.ts +0 -10
  1285. package/lib-esm/services/code-samples/httpsnippet/targets/csharp/httpclient.js +0 -2
  1286. package/lib-esm/services/code-samples/httpsnippet/targets/csharp/index.d.ts +0 -10
  1287. package/lib-esm/services/code-samples/httpsnippet/targets/csharp/index.js +0 -2
  1288. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.d.ts +0 -10
  1289. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/httpclient.js +0 -2
  1290. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.d.ts +0 -10
  1291. package/lib-esm/services/code-samples/httpsnippet/targets/csharpNewtonsoft/index.js +0 -2
  1292. package/lib-esm/services/code-samples/httpsnippet/targets/go/index.d.ts +0 -10
  1293. package/lib-esm/services/code-samples/httpsnippet/targets/go/index.js +0 -2
  1294. package/lib-esm/services/code-samples/httpsnippet/targets/go/native.d.ts +0 -10
  1295. package/lib-esm/services/code-samples/httpsnippet/targets/go/native.js +0 -2
  1296. package/lib-esm/services/code-samples/httpsnippet/targets/index.d.ts +0 -115
  1297. package/lib-esm/services/code-samples/httpsnippet/targets/index.js +0 -2
  1298. package/lib-esm/services/code-samples/httpsnippet/targets/java/httpclient.d.ts +0 -10
  1299. package/lib-esm/services/code-samples/httpsnippet/targets/java/httpclient.js +0 -2
  1300. package/lib-esm/services/code-samples/httpsnippet/targets/java/index.d.ts +0 -10
  1301. package/lib-esm/services/code-samples/httpsnippet/targets/java/index.js +0 -2
  1302. package/lib-esm/services/code-samples/httpsnippet/targets/java8/apachehttp.d.ts +0 -10
  1303. package/lib-esm/services/code-samples/httpsnippet/targets/java8/apachehttp.js +0 -2
  1304. package/lib-esm/services/code-samples/httpsnippet/targets/java8/index.d.ts +0 -10
  1305. package/lib-esm/services/code-samples/httpsnippet/targets/java8/index.js +0 -2
  1306. package/lib-esm/services/code-samples/httpsnippet/targets/javascript/fetch.d.ts +0 -10
  1307. package/lib-esm/services/code-samples/httpsnippet/targets/javascript/fetch.js +0 -2
  1308. package/lib-esm/services/code-samples/httpsnippet/targets/javascript/index.d.ts +0 -12
  1309. package/lib-esm/services/code-samples/httpsnippet/targets/javascript/index.js +0 -2
  1310. package/lib-esm/services/code-samples/httpsnippet/targets/node/fetch.d.ts +0 -10
  1311. package/lib-esm/services/code-samples/httpsnippet/targets/node/fetch.js +0 -2
  1312. package/lib-esm/services/code-samples/httpsnippet/targets/node/index.d.ts +0 -10
  1313. package/lib-esm/services/code-samples/httpsnippet/targets/node/index.js +0 -2
  1314. package/lib-esm/services/code-samples/httpsnippet/targets/php/curl.d.ts +0 -10
  1315. package/lib-esm/services/code-samples/httpsnippet/targets/php/curl.js +0 -2
  1316. package/lib-esm/services/code-samples/httpsnippet/targets/php/index.d.ts +0 -10
  1317. package/lib-esm/services/code-samples/httpsnippet/targets/php/index.js +0 -2
  1318. package/lib-esm/services/code-samples/httpsnippet/targets/php/types.d.ts +0 -11
  1319. package/lib-esm/services/code-samples/httpsnippet/targets/php/types.js +0 -2
  1320. package/lib-esm/services/code-samples/httpsnippet/targets/php/utils.d.ts +0 -2
  1321. package/lib-esm/services/code-samples/httpsnippet/targets/php/utils.js +0 -2
  1322. package/lib-esm/services/code-samples/httpsnippet/targets/python/index.d.ts +0 -10
  1323. package/lib-esm/services/code-samples/httpsnippet/targets/python/index.js +0 -2
  1324. package/lib-esm/services/code-samples/httpsnippet/targets/python/requests.d.ts +0 -4
  1325. package/lib-esm/services/code-samples/httpsnippet/targets/python/requests.js +0 -2
  1326. package/lib-esm/services/code-samples/httpsnippet/targets/r/httr.d.ts +0 -4
  1327. package/lib-esm/services/code-samples/httpsnippet/targets/r/httr.js +0 -2
  1328. package/lib-esm/services/code-samples/httpsnippet/targets/r/index.d.ts +0 -10
  1329. package/lib-esm/services/code-samples/httpsnippet/targets/r/index.js +0 -2
  1330. package/lib-esm/services/code-samples/httpsnippet/targets/r/utils.d.ts +0 -5
  1331. package/lib-esm/services/code-samples/httpsnippet/targets/r/utils.js +0 -2
  1332. package/lib-esm/services/code-samples/httpsnippet/targets/ruby/index.d.ts +0 -10
  1333. package/lib-esm/services/code-samples/httpsnippet/targets/ruby/index.js +0 -2
  1334. package/lib-esm/services/code-samples/httpsnippet/targets/ruby/native.d.ts +0 -10
  1335. package/lib-esm/services/code-samples/httpsnippet/targets/ruby/native.js +0 -2
  1336. package/lib-esm/services/code-samples/httpsnippet/targets/shell/curl.d.ts +0 -10
  1337. package/lib-esm/services/code-samples/httpsnippet/targets/shell/curl.js +0 -2
  1338. package/lib-esm/services/code-samples/httpsnippet/targets/shell/index.d.ts +0 -12
  1339. package/lib-esm/services/code-samples/httpsnippet/targets/shell/index.js +0 -2
  1340. package/lib-esm/services/code-samples/index.d.ts +0 -2
  1341. package/lib-esm/services/code-samples/index.js +0 -2
  1342. package/lib-esm/services/code-samples/types.d.ts +0 -72
  1343. package/lib-esm/services/code-samples/types.js +0 -2
  1344. package/lib-esm/services/config-options/helpers.d.ts +0 -3
  1345. package/lib-esm/services/config-options/helpers.js +0 -2
  1346. package/lib-esm/services/config-options/index.d.ts +0 -2
  1347. package/lib-esm/services/config-options/index.js +0 -2
  1348. package/lib-esm/services/config-options/normalizeOptions.d.ts +0 -3
  1349. package/lib-esm/services/config-options/normalizeOptions.js +0 -2
  1350. package/lib-esm/services/config-options/types.d.ts +0 -55
  1351. package/lib-esm/services/config-options/types.js +0 -2
  1352. package/lib-esm/services/history/helpers.d.ts +0 -5
  1353. package/lib-esm/services/history/helpers.js +0 -2
  1354. package/lib-esm/services/history/index.d.ts +0 -1
  1355. package/lib-esm/services/history/index.js +0 -2
  1356. package/lib-esm/services/index.d.ts +0 -8
  1357. package/lib-esm/services/index.js +0 -2
  1358. package/lib-esm/services/menu/builder.d.ts +0 -8
  1359. package/lib-esm/services/menu/builder.js +0 -2
  1360. package/lib-esm/services/menu/index.d.ts +0 -1
  1361. package/lib-esm/services/menu/index.js +0 -2
  1362. package/lib-esm/services/menu/markdown.d.ts +0 -8
  1363. package/lib-esm/services/menu/markdown.js +0 -2
  1364. package/lib-esm/services/menu/operation.d.ts +0 -10
  1365. package/lib-esm/services/menu/operation.js +0 -2
  1366. package/lib-esm/services/menu/tags.d.ts +0 -27
  1367. package/lib-esm/services/menu/tags.js +0 -2
  1368. package/lib-esm/services/types.d.ts +0 -123
  1369. package/lib-esm/services/types.js +0 -2
  1370. package/lib-esm/services/utils.d.ts +0 -18
  1371. package/lib-esm/services/utils.js +0 -2
  1372. package/lib-esm/standalone.d.ts +0 -24
  1373. package/lib-esm/standalone.js +0 -2
  1374. package/lib-esm/types/app.d.ts +0 -6
  1375. package/lib-esm/types/app.js +0 -2
  1376. package/lib-esm/types/index.d.ts +0 -3
  1377. package/lib-esm/types/index.js +0 -2
  1378. package/lib-esm/types/open-api.d.ts +0 -368
  1379. package/lib-esm/types/open-api.js +0 -2
  1380. package/lib-esm/types/security.d.ts +0 -11
  1381. package/lib-esm/types/security.js +0 -2
  1382. package/lib-esm/utils/JsonPointer.d.ts +0 -51
  1383. package/lib-esm/utils/JsonPointer.js +0 -2
  1384. package/lib-esm/utils/areArraysEqual.d.ts +0 -1
  1385. package/lib-esm/utils/areArraysEqual.js +0 -2
  1386. package/lib-esm/utils/argValuesHelpers.d.ts +0 -4
  1387. package/lib-esm/utils/argValuesHelpers.js +0 -2
  1388. package/lib-esm/utils/compose.d.ts +0 -1
  1389. package/lib-esm/utils/compose.js +0 -2
  1390. package/lib-esm/utils/configure-helpers.d.ts +0 -11
  1391. package/lib-esm/utils/configure-helpers.js +0 -2
  1392. package/lib-esm/utils/cookies.d.ts +0 -7
  1393. package/lib-esm/utils/cookies.js +0 -2
  1394. package/lib-esm/utils/createParsedDocument.d.ts +0 -2
  1395. package/lib-esm/utils/createParsedDocument.js +0 -2
  1396. package/lib-esm/utils/debounce.d.ts +0 -1
  1397. package/lib-esm/utils/debounce.js +0 -2
  1398. package/lib-esm/utils/debug.d.ts +0 -2
  1399. package/lib-esm/utils/debug.js +0 -2
  1400. package/lib-esm/utils/dom.d.ts +0 -7
  1401. package/lib-esm/utils/dom.js +0 -2
  1402. package/lib-esm/utils/environments.d.ts +0 -4
  1403. package/lib-esm/utils/environments.js +0 -2
  1404. package/lib-esm/utils/helpers.d.ts +0 -46
  1405. package/lib-esm/utils/helpers.js +0 -2
  1406. package/lib-esm/utils/index.d.ts +0 -23
  1407. package/lib-esm/utils/index.js +0 -2
  1408. package/lib-esm/utils/isMobile.d.ts +0 -5
  1409. package/lib-esm/utils/isMobile.js +0 -2
  1410. package/lib-esm/utils/loadAndBundleSpec.d.ts +0 -3
  1411. package/lib-esm/utils/loadAndBundleSpec.js +0 -2
  1412. package/lib-esm/utils/local-storage.d.ts +0 -2
  1413. package/lib-esm/utils/local-storage.js +0 -2
  1414. package/lib-esm/utils/object.d.ts +0 -3
  1415. package/lib-esm/utils/object.js +0 -2
  1416. package/lib-esm/utils/openapi.d.ts +0 -43
  1417. package/lib-esm/utils/openapi.js +0 -2
  1418. package/lib-esm/utils/parameters.d.ts +0 -2
  1419. package/lib-esm/utils/parameters.js +0 -2
  1420. package/lib-esm/utils/path.d.ts +0 -4
  1421. package/lib-esm/utils/path.js +0 -2
  1422. package/lib-esm/utils/queryString.d.ts +0 -9
  1423. package/lib-esm/utils/queryString.js +0 -2
  1424. package/lib-esm/utils/replaceVariables.d.ts +0 -2
  1425. package/lib-esm/utils/replaceVariables.js +0 -2
  1426. package/lib-esm/utils/saveTextBeforeHeading.d.ts +0 -7
  1427. package/lib-esm/utils/saveTextBeforeHeading.js +0 -2
  1428. package/lib-esm/utils/security-details.d.ts +0 -9
  1429. package/lib-esm/utils/security-details.js +0 -2
  1430. package/lib-esm/utils/session-storage.d.ts +0 -2
  1431. package/lib-esm/utils/session-storage.js +0 -2
  1432. package/lib-esm/utils/simplifyAstStructure.d.ts +0 -2
  1433. package/lib-esm/utils/simplifyAstStructure.js +0 -2
  1434. package/lib-esm/utils/sort.d.ts +0 -6
  1435. package/lib-esm/utils/sort.js +0 -2
  1436. package/lib-esm/utils/string.d.ts +0 -13
  1437. package/lib-esm/utils/string.js +0 -2
  1438. package/lib-esm/utils/test-utils.d.ts +0 -1
  1439. package/lib-esm/utils/test-utils.js +0 -2
  1440. package/lib-esm/utils/theme-helpers.d.ts +0 -3
  1441. package/lib-esm/utils/theme-helpers.js +0 -4
@@ -1,3565 +0,0 @@
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
- };