@goast/kotlin 0.4.2-beta1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (490) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +45 -45
  3. package/assets/client/okhttp3/ApiClient.kt +250 -250
  4. package/esm/_dnt.test_polyfills.d.ts +29 -0
  5. package/esm/_dnt.test_polyfills.d.ts.map +1 -0
  6. package/esm/_dnt.test_polyfills.js +31 -0
  7. package/esm/_dnt.test_shims.d.ts +6 -0
  8. package/esm/_dnt.test_shims.d.ts.map +1 -0
  9. package/esm/_dnt.test_shims.js +61 -0
  10. package/esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts +26 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.js +30 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.6/equal.d.ts +17 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.6/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.6/equal.js +136 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.6/equals.d.ts +22 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.6/equals.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.6/equals.js +45 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.6/false.d.ts +18 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.6/false.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.6/false.js +22 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts +23 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.6/instance_of.js +53 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts +25 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.6/is_error.js +54 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.6/match.d.ts +18 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.6/match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.6/match.js +26 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts +20 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.6/not_instance_of.js +29 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts +18 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.6/not_match.js +26 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts +23 -0
  38. package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts.map +1 -0
  39. package/esm/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.js +32 -0
  40. package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts +28 -0
  41. package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts.map +1 -0
  42. package/esm/deps/jsr.io/@std/assert/1.0.6/object_match.js +159 -0
  43. package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts +42 -0
  44. package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts.map +1 -0
  45. package/esm/deps/jsr.io/@std/assert/1.0.6/rejects.js +53 -0
  46. package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts +24 -0
  47. package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts.map +1 -0
  48. package/esm/deps/jsr.io/@std/assert/1.0.6/strict_equals.js +57 -0
  49. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts +20 -0
  50. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts.map +1 -0
  51. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_equals.js +29 -0
  52. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts +17 -0
  53. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts.map +1 -0
  54. package/esm/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.js +26 -0
  55. package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts +3 -0
  56. package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts.map +1 -0
  57. package/esm/deps/jsr.io/@std/expect/1.0.6/_assertion.js +9 -0
  58. package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts +41 -0
  59. package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.js +143 -0
  61. package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts +6 -0
  62. package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts.map +1 -0
  63. package/esm/deps/jsr.io/@std/expect/1.0.6/_build_message.js +29 -0
  64. package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts +4 -0
  65. package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.js +11 -0
  67. package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts +9 -0
  68. package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts.map +1 -0
  69. package/esm/deps/jsr.io/@std/expect/1.0.6/_equal.js +191 -0
  70. package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts +4 -0
  71. package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts.map +1 -0
  72. package/esm/deps/jsr.io/@std/expect/1.0.6/_extend.js +11 -0
  73. package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts +3 -0
  74. package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts.map +1 -0
  75. package/esm/deps/jsr.io/@std/expect/1.0.6/_inspect_args.js +12 -0
  76. package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts +34 -0
  77. package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/expect/1.0.6/_matchers.js +564 -0
  79. package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts +11 -0
  80. package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/expect/1.0.6/_mock_util.js +10 -0
  82. package/esm/deps/jsr.io/@std/expect/1.0.6/_types.d.ts +838 -0
  83. package/esm/deps/jsr.io/@std/expect/1.0.6/_types.d.ts.map +1 -0
  84. package/esm/deps/jsr.io/@std/expect/1.0.6/_types.js +3 -0
  85. package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts +8 -0
  86. package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/expect/1.0.6/_utils.js +159 -0
  88. package/esm/deps/jsr.io/@std/expect/1.0.6/expect.d.ts +52 -0
  89. package/esm/deps/jsr.io/@std/expect/1.0.6/expect.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/expect/1.0.6/expect.js +441 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts +75 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.4/assertion_state.js +101 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts +82 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.4/build_message.js +111 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.4/diff.d.ts +140 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.4/diff.d.ts.map +1 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.4/diff.js +277 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts +99 -0
  101. package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts.map +1 -0
  102. package/esm/deps/jsr.io/@std/internal/1.0.4/diff_str.js +180 -0
  103. package/esm/deps/jsr.io/@std/internal/1.0.4/format.d.ts +2 -0
  104. package/esm/deps/jsr.io/@std/internal/1.0.4/format.d.ts.map +1 -0
  105. package/esm/deps/jsr.io/@std/internal/1.0.4/format.js +37 -0
  106. package/esm/deps/jsr.io/@std/internal/1.0.4/styles.d.ts +159 -0
  107. package/esm/deps/jsr.io/@std/internal/1.0.4/styles.d.ts.map +1 -0
  108. package/esm/deps/jsr.io/@std/internal/1.0.4/styles.js +207 -0
  109. package/esm/deps/jsr.io/@std/internal/1.0.4/types.d.ts +16 -0
  110. package/esm/deps/jsr.io/@std/internal/1.0.4/types.d.ts.map +1 -0
  111. package/esm/deps/jsr.io/@std/internal/1.0.4/types.js +2 -0
  112. package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts +74 -0
  113. package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts.map +1 -0
  114. package/esm/deps/jsr.io/@std/testing/1.0.3/_test_suite.js +340 -0
  115. package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts +731 -0
  116. package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts.map +1 -0
  117. package/esm/deps/jsr.io/@std/testing/1.0.3/bdd.js +576 -0
  118. package/esm/deps/jsr.io/@std/testing/1.0.3/mock.d.ts +674 -0
  119. package/esm/deps/jsr.io/@std/testing/1.0.3/mock.d.ts.map +1 -0
  120. package/esm/deps/jsr.io/@std/testing/1.0.3/mock.js +1117 -0
  121. package/esm/src/ast/nodes/annotation.test.d.ts +2 -0
  122. package/esm/src/ast/nodes/annotation.test.d.ts.map +1 -0
  123. package/esm/src/ast/nodes/annotation.test.js +56 -0
  124. package/esm/src/ast/nodes/argument.test.d.ts +2 -0
  125. package/esm/src/ast/nodes/argument.test.d.ts.map +1 -0
  126. package/esm/src/ast/nodes/argument.test.js +33 -0
  127. package/esm/src/ast/nodes/call.test.d.ts +2 -0
  128. package/esm/src/ast/nodes/call.test.d.ts.map +1 -0
  129. package/esm/src/ast/nodes/call.test.js +35 -0
  130. package/esm/src/ast/nodes/class.test.d.ts +2 -0
  131. package/esm/src/ast/nodes/class.test.d.ts.map +1 -0
  132. package/esm/src/ast/nodes/class.test.js +219 -0
  133. package/esm/src/ast/nodes/constructor.test.d.ts +2 -0
  134. package/esm/src/ast/nodes/constructor.test.d.ts.map +1 -0
  135. package/esm/src/ast/nodes/constructor.test.js +139 -0
  136. package/esm/src/ast/nodes/doc-tag.test.d.ts +2 -0
  137. package/esm/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  138. package/esm/src/ast/nodes/doc-tag.test.js +67 -0
  139. package/esm/src/ast/nodes/doc.test.d.ts +2 -0
  140. package/esm/src/ast/nodes/doc.test.d.ts.map +1 -0
  141. package/esm/src/ast/nodes/doc.test.js +33 -0
  142. package/esm/src/ast/nodes/enum-value.test.d.ts +2 -0
  143. package/esm/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  144. package/esm/src/ast/nodes/enum-value.test.js +115 -0
  145. package/esm/src/ast/nodes/enum.test.d.ts +2 -0
  146. package/esm/src/ast/nodes/enum.test.d.ts.map +1 -0
  147. package/esm/src/ast/nodes/enum.test.js +129 -0
  148. package/esm/src/ast/nodes/function.test.d.ts +2 -0
  149. package/esm/src/ast/nodes/function.test.d.ts.map +1 -0
  150. package/esm/src/ast/nodes/function.test.js +160 -0
  151. package/esm/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  152. package/esm/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  153. package/esm/src/ast/nodes/generic-parameter.test.js +49 -0
  154. package/esm/src/ast/nodes/init-block.test.d.ts +2 -0
  155. package/esm/src/ast/nodes/init-block.test.d.ts.map +1 -0
  156. package/esm/src/ast/nodes/init-block.test.js +28 -0
  157. package/esm/src/ast/nodes/interface.test.d.ts +2 -0
  158. package/esm/src/ast/nodes/interface.test.d.ts.map +1 -0
  159. package/esm/src/ast/nodes/interface.test.js +121 -0
  160. package/esm/src/ast/nodes/object.test.d.ts +2 -0
  161. package/esm/src/ast/nodes/object.test.d.ts.map +1 -0
  162. package/esm/src/ast/nodes/object.test.js +78 -0
  163. package/esm/src/ast/nodes/parameter.test.d.ts +2 -0
  164. package/esm/src/ast/nodes/parameter.test.d.ts.map +1 -0
  165. package/esm/src/ast/nodes/parameter.test.js +152 -0
  166. package/esm/src/ast/nodes/property.test.d.ts +2 -0
  167. package/esm/src/ast/nodes/property.test.d.ts.map +1 -0
  168. package/esm/src/ast/nodes/property.test.js +206 -0
  169. package/esm/src/ast/nodes/reference.test.d.ts +2 -0
  170. package/esm/src/ast/nodes/reference.test.d.ts.map +1 -0
  171. package/esm/src/ast/nodes/reference.test.js +36 -0
  172. package/esm/src/ast/nodes/string.test.d.ts +2 -0
  173. package/esm/src/ast/nodes/string.test.d.ts.map +1 -0
  174. package/esm/src/ast/nodes/string.test.js +48 -0
  175. package/esm/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  176. package/esm/src/import-collection.test.d.ts +2 -0
  177. package/esm/src/import-collection.test.d.ts.map +1 -0
  178. package/esm/src/import-collection.test.js +99 -0
  179. package/esm/tests/openapi-models.test.d.ts +2 -0
  180. package/esm/tests/openapi-models.test.d.ts.map +1 -0
  181. package/esm/tests/openapi-models.test.js +45 -0
  182. package/package.json +2 -2
  183. package/script/_dnt.test_polyfills.d.ts +29 -0
  184. package/script/_dnt.test_polyfills.d.ts.map +1 -0
  185. package/script/_dnt.test_polyfills.js +32 -0
  186. package/script/_dnt.test_shims.d.ts +6 -0
  187. package/script/_dnt.test_shims.d.ts.map +1 -0
  188. package/script/_dnt.test_shims.js +65 -0
  189. package/script/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts +26 -0
  190. package/script/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts.map +1 -0
  191. package/script/deps/jsr.io/@std/assert/1.0.6/assertion_error.js +34 -0
  192. package/script/deps/jsr.io/@std/assert/1.0.6/equal.d.ts +17 -0
  193. package/script/deps/jsr.io/@std/assert/1.0.6/equal.d.ts.map +1 -0
  194. package/script/deps/jsr.io/@std/assert/1.0.6/equal.js +139 -0
  195. package/script/deps/jsr.io/@std/assert/1.0.6/equals.d.ts +22 -0
  196. package/script/deps/jsr.io/@std/assert/1.0.6/equals.d.ts.map +1 -0
  197. package/script/deps/jsr.io/@std/assert/1.0.6/equals.js +48 -0
  198. package/script/deps/jsr.io/@std/assert/1.0.6/false.d.ts +18 -0
  199. package/script/deps/jsr.io/@std/assert/1.0.6/false.d.ts.map +1 -0
  200. package/script/deps/jsr.io/@std/assert/1.0.6/false.js +25 -0
  201. package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts +23 -0
  202. package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.d.ts.map +1 -0
  203. package/script/deps/jsr.io/@std/assert/1.0.6/instance_of.js +56 -0
  204. package/script/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts +25 -0
  205. package/script/deps/jsr.io/@std/assert/1.0.6/is_error.d.ts.map +1 -0
  206. package/script/deps/jsr.io/@std/assert/1.0.6/is_error.js +57 -0
  207. package/script/deps/jsr.io/@std/assert/1.0.6/match.d.ts +18 -0
  208. package/script/deps/jsr.io/@std/assert/1.0.6/match.d.ts.map +1 -0
  209. package/script/deps/jsr.io/@std/assert/1.0.6/match.js +29 -0
  210. package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts +20 -0
  211. package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.d.ts.map +1 -0
  212. package/script/deps/jsr.io/@std/assert/1.0.6/not_instance_of.js +32 -0
  213. package/script/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts +18 -0
  214. package/script/deps/jsr.io/@std/assert/1.0.6/not_match.d.ts.map +1 -0
  215. package/script/deps/jsr.io/@std/assert/1.0.6/not_match.js +29 -0
  216. package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts +23 -0
  217. package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.d.ts.map +1 -0
  218. package/script/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.js +35 -0
  219. package/script/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts +28 -0
  220. package/script/deps/jsr.io/@std/assert/1.0.6/object_match.d.ts.map +1 -0
  221. package/script/deps/jsr.io/@std/assert/1.0.6/object_match.js +162 -0
  222. package/script/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts +42 -0
  223. package/script/deps/jsr.io/@std/assert/1.0.6/rejects.d.ts.map +1 -0
  224. package/script/deps/jsr.io/@std/assert/1.0.6/rejects.js +56 -0
  225. package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts +24 -0
  226. package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.d.ts.map +1 -0
  227. package/script/deps/jsr.io/@std/assert/1.0.6/strict_equals.js +60 -0
  228. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts +20 -0
  229. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.d.ts.map +1 -0
  230. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_equals.js +32 -0
  231. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts +17 -0
  232. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.d.ts.map +1 -0
  233. package/script/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.js +29 -0
  234. package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts +3 -0
  235. package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.d.ts.map +1 -0
  236. package/script/deps/jsr.io/@std/expect/1.0.6/_assertion.js +13 -0
  237. package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts +41 -0
  238. package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.d.ts.map +1 -0
  239. package/script/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.js +161 -0
  240. package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts +6 -0
  241. package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.d.ts.map +1 -0
  242. package/script/deps/jsr.io/@std/expect/1.0.6/_build_message.js +33 -0
  243. package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts +4 -0
  244. package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.d.ts.map +1 -0
  245. package/script/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.js +15 -0
  246. package/script/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts +9 -0
  247. package/script/deps/jsr.io/@std/expect/1.0.6/_equal.d.ts.map +1 -0
  248. package/script/deps/jsr.io/@std/expect/1.0.6/_equal.js +194 -0
  249. package/script/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts +4 -0
  250. package/script/deps/jsr.io/@std/expect/1.0.6/_extend.d.ts.map +1 -0
  251. package/script/deps/jsr.io/@std/expect/1.0.6/_extend.js +15 -0
  252. package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts +3 -0
  253. package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.d.ts.map +1 -0
  254. package/script/deps/jsr.io/@std/expect/1.0.6/_inspect_args.js +17 -0
  255. package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts +34 -0
  256. package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.d.ts.map +1 -0
  257. package/script/deps/jsr.io/@std/expect/1.0.6/_matchers.js +598 -0
  258. package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts +11 -0
  259. package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.d.ts.map +1 -0
  260. package/script/deps/jsr.io/@std/expect/1.0.6/_mock_util.js +14 -0
  261. package/script/deps/jsr.io/@std/expect/1.0.6/_types.d.ts +838 -0
  262. package/script/deps/jsr.io/@std/expect/1.0.6/_types.d.ts.map +1 -0
  263. package/script/deps/jsr.io/@std/expect/1.0.6/_types.js +4 -0
  264. package/script/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts +8 -0
  265. package/script/deps/jsr.io/@std/expect/1.0.6/_utils.d.ts.map +1 -0
  266. package/script/deps/jsr.io/@std/expect/1.0.6/_utils.js +166 -0
  267. package/script/deps/jsr.io/@std/expect/1.0.6/expect.d.ts +52 -0
  268. package/script/deps/jsr.io/@std/expect/1.0.6/expect.d.ts.map +1 -0
  269. package/script/deps/jsr.io/@std/expect/1.0.6/expect.js +445 -0
  270. package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts +75 -0
  271. package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.d.ts.map +1 -0
  272. package/script/deps/jsr.io/@std/internal/1.0.4/assertion_state.js +106 -0
  273. package/script/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts +82 -0
  274. package/script/deps/jsr.io/@std/internal/1.0.4/build_message.d.ts.map +1 -0
  275. package/script/deps/jsr.io/@std/internal/1.0.4/build_message.js +116 -0
  276. package/script/deps/jsr.io/@std/internal/1.0.4/diff.d.ts +140 -0
  277. package/script/deps/jsr.io/@std/internal/1.0.4/diff.d.ts.map +1 -0
  278. package/script/deps/jsr.io/@std/internal/1.0.4/diff.js +284 -0
  279. package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts +99 -0
  280. package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.d.ts.map +1 -0
  281. package/script/deps/jsr.io/@std/internal/1.0.4/diff_str.js +186 -0
  282. package/script/deps/jsr.io/@std/internal/1.0.4/format.d.ts +2 -0
  283. package/script/deps/jsr.io/@std/internal/1.0.4/format.d.ts.map +1 -0
  284. package/script/deps/jsr.io/@std/internal/1.0.4/format.js +41 -0
  285. package/script/deps/jsr.io/@std/internal/1.0.4/styles.d.ts +159 -0
  286. package/script/deps/jsr.io/@std/internal/1.0.4/styles.d.ts.map +1 -0
  287. package/script/deps/jsr.io/@std/internal/1.0.4/styles.js +220 -0
  288. package/script/deps/jsr.io/@std/internal/1.0.4/types.d.ts +16 -0
  289. package/script/deps/jsr.io/@std/internal/1.0.4/types.d.ts.map +1 -0
  290. package/script/deps/jsr.io/@std/internal/1.0.4/types.js +3 -0
  291. package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts +74 -0
  292. package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.d.ts.map +1 -0
  293. package/script/deps/jsr.io/@std/testing/1.0.3/_test_suite.js +345 -0
  294. package/script/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts +731 -0
  295. package/script/deps/jsr.io/@std/testing/1.0.3/bdd.d.ts.map +1 -0
  296. package/script/deps/jsr.io/@std/testing/1.0.3/bdd.js +587 -0
  297. package/script/deps/jsr.io/@std/testing/1.0.3/mock.d.ts +674 -0
  298. package/script/deps/jsr.io/@std/testing/1.0.3/mock.d.ts.map +1 -0
  299. package/script/deps/jsr.io/@std/testing/1.0.3/mock.js +1136 -0
  300. package/script/src/ast/nodes/annotation.test.d.ts +2 -0
  301. package/script/src/ast/nodes/annotation.test.d.ts.map +1 -0
  302. package/script/src/ast/nodes/annotation.test.js +58 -0
  303. package/script/src/ast/nodes/argument.test.d.ts +2 -0
  304. package/script/src/ast/nodes/argument.test.d.ts.map +1 -0
  305. package/script/src/ast/nodes/argument.test.js +35 -0
  306. package/script/src/ast/nodes/call.test.d.ts +2 -0
  307. package/script/src/ast/nodes/call.test.d.ts.map +1 -0
  308. package/script/src/ast/nodes/call.test.js +37 -0
  309. package/script/src/ast/nodes/class.test.d.ts +2 -0
  310. package/script/src/ast/nodes/class.test.d.ts.map +1 -0
  311. package/script/src/ast/nodes/class.test.js +221 -0
  312. package/script/src/ast/nodes/constructor.test.d.ts +2 -0
  313. package/script/src/ast/nodes/constructor.test.d.ts.map +1 -0
  314. package/script/src/ast/nodes/constructor.test.js +141 -0
  315. package/script/src/ast/nodes/doc-tag.test.d.ts +2 -0
  316. package/script/src/ast/nodes/doc-tag.test.d.ts.map +1 -0
  317. package/script/src/ast/nodes/doc-tag.test.js +69 -0
  318. package/script/src/ast/nodes/doc.test.d.ts +2 -0
  319. package/script/src/ast/nodes/doc.test.d.ts.map +1 -0
  320. package/script/src/ast/nodes/doc.test.js +35 -0
  321. package/script/src/ast/nodes/enum-value.test.d.ts +2 -0
  322. package/script/src/ast/nodes/enum-value.test.d.ts.map +1 -0
  323. package/script/src/ast/nodes/enum-value.test.js +117 -0
  324. package/script/src/ast/nodes/enum.test.d.ts +2 -0
  325. package/script/src/ast/nodes/enum.test.d.ts.map +1 -0
  326. package/script/src/ast/nodes/enum.test.js +131 -0
  327. package/script/src/ast/nodes/function.test.d.ts +2 -0
  328. package/script/src/ast/nodes/function.test.d.ts.map +1 -0
  329. package/script/src/ast/nodes/function.test.js +162 -0
  330. package/script/src/ast/nodes/generic-parameter.test.d.ts +2 -0
  331. package/script/src/ast/nodes/generic-parameter.test.d.ts.map +1 -0
  332. package/script/src/ast/nodes/generic-parameter.test.js +51 -0
  333. package/script/src/ast/nodes/init-block.test.d.ts +2 -0
  334. package/script/src/ast/nodes/init-block.test.d.ts.map +1 -0
  335. package/script/src/ast/nodes/init-block.test.js +30 -0
  336. package/script/src/ast/nodes/interface.test.d.ts +2 -0
  337. package/script/src/ast/nodes/interface.test.d.ts.map +1 -0
  338. package/script/src/ast/nodes/interface.test.js +123 -0
  339. package/script/src/ast/nodes/object.test.d.ts +2 -0
  340. package/script/src/ast/nodes/object.test.d.ts.map +1 -0
  341. package/script/src/ast/nodes/object.test.js +80 -0
  342. package/script/src/ast/nodes/parameter.test.d.ts +2 -0
  343. package/script/src/ast/nodes/parameter.test.d.ts.map +1 -0
  344. package/script/src/ast/nodes/parameter.test.js +154 -0
  345. package/script/src/ast/nodes/property.test.d.ts +2 -0
  346. package/script/src/ast/nodes/property.test.d.ts.map +1 -0
  347. package/script/src/ast/nodes/property.test.js +208 -0
  348. package/script/src/ast/nodes/reference.test.d.ts +2 -0
  349. package/script/src/ast/nodes/reference.test.d.ts.map +1 -0
  350. package/script/src/ast/nodes/reference.test.js +38 -0
  351. package/script/src/ast/nodes/string.test.d.ts +2 -0
  352. package/script/src/ast/nodes/string.test.d.ts.map +1 -0
  353. package/script/src/ast/nodes/string.test.js +50 -0
  354. package/script/src/generators/services/okhttp3-clients/okhttp3-client-generator.js +26 -26
  355. package/script/src/import-collection.test.d.ts +2 -0
  356. package/script/src/import-collection.test.d.ts.map +1 -0
  357. package/script/src/import-collection.test.js +101 -0
  358. package/script/tests/openapi-models.test.d.ts +2 -0
  359. package/script/tests/openapi-models.test.d.ts.map +1 -0
  360. package/script/tests/openapi-models.test.js +48 -0
  361. package/src/_dnt.test_polyfills.ts +70 -0
  362. package/src/_dnt.test_shims.ts +64 -0
  363. package/src/deps/jsr.io/@std/assert/1.0.6/assertion_error.ts +31 -0
  364. package/src/deps/jsr.io/@std/assert/1.0.6/equal.ts +152 -0
  365. package/src/deps/jsr.io/@std/assert/1.0.6/equals.ts +52 -0
  366. package/src/deps/jsr.io/@std/assert/1.0.6/false.ts +26 -0
  367. package/src/deps/jsr.io/@std/assert/1.0.6/instance_of.ts +64 -0
  368. package/src/deps/jsr.io/@std/assert/1.0.6/is_error.ts +65 -0
  369. package/src/deps/jsr.io/@std/assert/1.0.6/match.ts +30 -0
  370. package/src/deps/jsr.io/@std/assert/1.0.6/not_instance_of.ts +33 -0
  371. package/src/deps/jsr.io/@std/assert/1.0.6/not_match.ts +30 -0
  372. package/src/deps/jsr.io/@std/assert/1.0.6/not_strict_equals.ts +42 -0
  373. package/src/deps/jsr.io/@std/assert/1.0.6/object_match.ts +202 -0
  374. package/src/deps/jsr.io/@std/assert/1.0.6/rejects.ts +123 -0
  375. package/src/deps/jsr.io/@std/assert/1.0.6/strict_equals.ts +67 -0
  376. package/src/deps/jsr.io/@std/expect/1.0.6/_assert_equals.ts +38 -0
  377. package/src/deps/jsr.io/@std/expect/1.0.6/_assert_not_equals.ts +35 -0
  378. package/src/deps/jsr.io/@std/expect/1.0.6/_assertion.ts +13 -0
  379. package/src/deps/jsr.io/@std/expect/1.0.6/_asymmetric_matchers.ts +177 -0
  380. package/src/deps/jsr.io/@std/expect/1.0.6/_build_message.ts +51 -0
  381. package/src/deps/jsr.io/@std/expect/1.0.6/_custom_equality_tester.ts +19 -0
  382. package/src/deps/jsr.io/@std/expect/1.0.6/_equal.ts +229 -0
  383. package/src/deps/jsr.io/@std/expect/1.0.6/_extend.ts +16 -0
  384. package/src/deps/jsr.io/@std/expect/1.0.6/_inspect_args.ts +15 -0
  385. package/src/deps/jsr.io/@std/expect/1.0.6/_matchers.ts +828 -0
  386. package/src/deps/jsr.io/@std/expect/1.0.6/_mock_util.ts +22 -0
  387. package/src/deps/jsr.io/@std/expect/1.0.6/_types.ts +917 -0
  388. package/src/deps/jsr.io/@std/expect/1.0.6/_utils.ts +201 -0
  389. package/src/deps/jsr.io/@std/expect/1.0.6/expect.ts +529 -0
  390. package/src/deps/jsr.io/@std/internal/1.0.4/assertion_state.ts +111 -0
  391. package/src/deps/jsr.io/@std/internal/1.0.4/build_message.ts +134 -0
  392. package/src/deps/jsr.io/@std/internal/1.0.4/diff.ts +317 -0
  393. package/src/deps/jsr.io/@std/internal/1.0.4/diff_str.ts +204 -0
  394. package/src/deps/jsr.io/@std/internal/1.0.4/format.ts +39 -0
  395. package/src/deps/jsr.io/@std/internal/1.0.4/styles.ts +233 -0
  396. package/src/deps/jsr.io/@std/internal/1.0.4/types.ts +18 -0
  397. package/src/deps/jsr.io/@std/testing/1.0.3/_test_suite.ts +389 -0
  398. package/src/deps/jsr.io/@std/testing/1.0.3/bdd.ts +1202 -0
  399. package/src/deps/jsr.io/@std/testing/1.0.3/mock.ts +1839 -0
  400. package/src/mod.ts +8 -0
  401. package/src/src/assets.ts +9 -0
  402. package/src/src/ast/_index.ts +66 -0
  403. package/src/src/ast/common.ts +1 -0
  404. package/src/src/ast/index.ts +1 -0
  405. package/src/src/ast/node.ts +10 -0
  406. package/src/src/ast/nodes/annotation.test.ts +69 -0
  407. package/src/src/ast/nodes/annotation.ts +79 -0
  408. package/src/src/ast/nodes/argument.test.ts +41 -0
  409. package/src/src/ast/nodes/argument.ts +62 -0
  410. package/src/src/ast/nodes/call.test.ts +44 -0
  411. package/src/src/ast/nodes/call.ts +66 -0
  412. package/src/src/ast/nodes/class.test.ts +274 -0
  413. package/src/src/ast/nodes/class.ts +178 -0
  414. package/src/src/ast/nodes/collection-literal.ts +49 -0
  415. package/src/src/ast/nodes/constructor.test.ts +178 -0
  416. package/src/src/ast/nodes/constructor.ts +126 -0
  417. package/src/src/ast/nodes/doc-tag.test.ts +84 -0
  418. package/src/src/ast/nodes/doc-tag.ts +138 -0
  419. package/src/src/ast/nodes/doc.test.ts +42 -0
  420. package/src/src/ast/nodes/doc.ts +111 -0
  421. package/src/src/ast/nodes/enum-value.test.ts +146 -0
  422. package/src/src/ast/nodes/enum-value.ts +100 -0
  423. package/src/src/ast/nodes/enum.test.ts +167 -0
  424. package/src/src/ast/nodes/enum.ts +163 -0
  425. package/src/src/ast/nodes/function.test.ts +194 -0
  426. package/src/src/ast/nodes/function.ts +176 -0
  427. package/src/src/ast/nodes/generic-parameter.test.ts +60 -0
  428. package/src/src/ast/nodes/generic-parameter.ts +54 -0
  429. package/src/src/ast/nodes/init-block.test.ts +36 -0
  430. package/src/src/ast/nodes/init-block.ts +38 -0
  431. package/src/src/ast/nodes/interface.test.ts +151 -0
  432. package/src/src/ast/nodes/interface.ts +133 -0
  433. package/src/src/ast/nodes/lambda-type.ts +68 -0
  434. package/src/src/ast/nodes/lambda.ts +68 -0
  435. package/src/src/ast/nodes/object.test.ts +101 -0
  436. package/src/src/ast/nodes/object.ts +102 -0
  437. package/src/src/ast/nodes/parameter.test.ts +191 -0
  438. package/src/src/ast/nodes/parameter.ts +118 -0
  439. package/src/src/ast/nodes/property.test.ts +253 -0
  440. package/src/src/ast/nodes/property.ts +225 -0
  441. package/src/src/ast/nodes/reference.test.ts +47 -0
  442. package/src/src/ast/nodes/reference.ts +178 -0
  443. package/src/src/ast/nodes/string.test.ts +61 -0
  444. package/src/src/ast/nodes/string.ts +114 -0
  445. package/src/src/ast/nodes/types.ts +23 -0
  446. package/src/src/ast/references/index.ts +8 -0
  447. package/src/src/ast/references/jackson.ts +16 -0
  448. package/src/src/ast/references/jakarta.ts +10 -0
  449. package/src/src/ast/references/java.ts +19 -0
  450. package/src/src/ast/references/kotlin.ts +40 -0
  451. package/src/src/ast/references/okhttp3.ts +5 -0
  452. package/src/src/ast/references/reactor.ts +5 -0
  453. package/src/src/ast/references/spring.ts +58 -0
  454. package/src/src/ast/references/swagger.ts +19 -0
  455. package/src/src/ast/utils/get-kotlin-builder-options.ts +19 -0
  456. package/src/src/ast/utils/to-kt-node.ts +31 -0
  457. package/src/src/ast/utils/write-kt-annotations.ts +15 -0
  458. package/src/src/ast/utils/write-kt-arguments.ts +45 -0
  459. package/src/src/ast/utils/write-kt-enum-values.ts +27 -0
  460. package/src/src/ast/utils/write-kt-generic-parameters.ts +12 -0
  461. package/src/src/ast/utils/write-kt-members.ts +25 -0
  462. package/src/src/ast/utils/write-kt-node.ts +37 -0
  463. package/src/src/ast/utils/write-kt-parameters.ts +25 -0
  464. package/src/src/common-results.ts +4 -0
  465. package/src/src/config.ts +39 -0
  466. package/src/src/file-builder.ts +108 -0
  467. package/src/src/generators/file-generator.ts +29 -0
  468. package/src/src/generators/index.ts +4 -0
  469. package/src/src/generators/models/args.ts +128 -0
  470. package/src/src/generators/models/index.ts +4 -0
  471. package/src/src/generators/models/model-generator.ts +602 -0
  472. package/src/src/generators/models/models-generator.ts +65 -0
  473. package/src/src/generators/models/models.ts +95 -0
  474. package/src/src/generators/services/okhttp3-clients/args.ts +78 -0
  475. package/src/src/generators/services/okhttp3-clients/index.ts +4 -0
  476. package/src/src/generators/services/okhttp3-clients/models.ts +60 -0
  477. package/src/src/generators/services/okhttp3-clients/okhttp3-client-generator.ts +557 -0
  478. package/src/src/generators/services/okhttp3-clients/okhttp3-clients-generator.ts +128 -0
  479. package/src/src/generators/services/okhttp3-clients/refs.ts +55 -0
  480. package/src/src/generators/services/spring-controllers/args.ts +71 -0
  481. package/src/src/generators/services/spring-controllers/index.ts +4 -0
  482. package/src/src/generators/services/spring-controllers/models.ts +58 -0
  483. package/src/src/generators/services/spring-controllers/spring-controller-generator.ts +605 -0
  484. package/src/src/generators/services/spring-controllers/spring-controllers-generator.ts +70 -0
  485. package/src/src/import-collection.test.ts +116 -0
  486. package/src/src/import-collection.ts +98 -0
  487. package/src/src/types.ts +3 -0
  488. package/src/src/utils.ts +39 -0
  489. package/src/tests/openapi-models.test.ts +63 -0
  490. package/test_runner.js +227 -0
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 Marc Schmidt
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Marc Schmidt
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,45 +1,45 @@
1
- # gOAst (@goast/kotlin)
2
-
3
- [![@goast/kotlin NPM Version](https://img.shields.io/npm/v/%40goast%2Fkotlin?logo=npm&label=%40goast%2Fkotlin)](https://www.npmjs.com/package/@goast/kotlin)
4
- [![@goast/kotlin JSR Version](https://img.shields.io/jsr/v/%40goast%2Fkotlin?logo=jsr&label=%40goast%2Fkotlin)](https://jsr.io/@goast/kotlin)
5
-
6
- **gOAst** stands for **g**enerative **O**pen **A**PI **s**pecification **t**ransformer, a tool designed to transform
7
- OpenAPI specifications into various forms with flexibility and extensibility at its core.
8
-
9
- For more Information, please visit the [gOAst GitHub Repository](https://github.com/MaSch0212/goast/blob/main).
10
-
11
- ## Purpose 👍
12
-
13
- The `@goast/kotlin` package provides generators for [Kotlin](https://kotlinlang.org/) code generation from OpenAPI
14
- specifications.
15
-
16
- ## Usage Example 🚀
17
-
18
- ```typescript
19
- import { OpenApiGenerator } from '@goast/core';
20
- import { KotlinModelsGenerator, KotlinSpringControllersGenerator } from '@goast/kotlin';
21
-
22
- async function main() {
23
- await new OpenApiGenerator({ outputDir: '.api' })
24
- .useType(KotlinModelsGenerator)
25
- .useType(KotlinSpringControllersGenerator)
26
- .parseAndGenerateFromDir('.openapi');
27
- }
28
-
29
- main();
30
- ```
31
-
32
- ## Available Generators 📚
33
-
34
- - [`KotlinModelsGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20Models%20Generator): Generates Kotlin data
35
- classes from schemas in the OpenAPI specification(s).
36
- - [`KotlinSpringControllersGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20Spring%20Controllers%20Generator):
37
- Generates [Spring](https://spring.io/) controllers for Kotlin from paths in the OpenAPI specification(s).
38
- - Depends on the output of the `KotlinModelsGenerator` generator.
39
- - [`KotlinOkHttp3ClientsGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20OkHttp3%20Clients%20Generator):
40
- Generates [OkHttp3](https://square.github.io/okhttp/) clients for Kotlin from paths in the OpenAPI specification(s).
41
- - Depends on the output of the `KotlinModelsGenerator` generator.
42
-
43
- ## API Documentation 📖
44
-
45
- The API documentation can be found [here](https://github.com/MaSch0212/goast/wiki/Kotlin%20Generators).
1
+ # gOAst (@goast/kotlin)
2
+
3
+ [![@goast/kotlin NPM Version](https://img.shields.io/npm/v/%40goast%2Fkotlin?logo=npm&label=%40goast%2Fkotlin)](https://www.npmjs.com/package/@goast/kotlin)
4
+ [![@goast/kotlin JSR Version](https://img.shields.io/jsr/v/%40goast%2Fkotlin?logo=jsr&label=%40goast%2Fkotlin)](https://jsr.io/@goast/kotlin)
5
+
6
+ **gOAst** stands for **g**enerative **O**pen **A**PI **s**pecification **t**ransformer, a tool designed to transform
7
+ OpenAPI specifications into various forms with flexibility and extensibility at its core.
8
+
9
+ For more Information, please visit the [gOAst GitHub Repository](https://github.com/MaSch0212/goast/blob/main).
10
+
11
+ ## Purpose 👍
12
+
13
+ The `@goast/kotlin` package provides generators for [Kotlin](https://kotlinlang.org/) code generation from OpenAPI
14
+ specifications.
15
+
16
+ ## Usage Example 🚀
17
+
18
+ ```typescript
19
+ import { OpenApiGenerator } from '@goast/core';
20
+ import { KotlinModelsGenerator, KotlinSpringControllersGenerator } from '@goast/kotlin';
21
+
22
+ async function main() {
23
+ await new OpenApiGenerator({ outputDir: '.api' })
24
+ .useType(KotlinModelsGenerator)
25
+ .useType(KotlinSpringControllersGenerator)
26
+ .parseAndGenerateFromDir('.openapi');
27
+ }
28
+
29
+ main();
30
+ ```
31
+
32
+ ## Available Generators 📚
33
+
34
+ - [`KotlinModelsGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20Models%20Generator): Generates Kotlin data
35
+ classes from schemas in the OpenAPI specification(s).
36
+ - [`KotlinSpringControllersGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20Spring%20Controllers%20Generator):
37
+ Generates [Spring](https://spring.io/) controllers for Kotlin from paths in the OpenAPI specification(s).
38
+ - Depends on the output of the `KotlinModelsGenerator` generator.
39
+ - [`KotlinOkHttp3ClientsGenerator`](https://github.com/MaSch0212/goast/wiki/Kotlin%20OkHttp3%20Clients%20Generator):
40
+ Generates [OkHttp3](https://square.github.io/okhttp/) clients for Kotlin from paths in the OpenAPI specification(s).
41
+ - Depends on the output of the `KotlinModelsGenerator` generator.
42
+
43
+ ## API Documentation 📖
44
+
45
+ The API documentation can be found [here](https://github.com/MaSch0212/goast/wiki/Kotlin%20Generators).
@@ -1,250 +1,250 @@
1
- package @PACKAGE_NAME@
2
-
3
- import com.fasterxml.jackson.core.type.TypeReference
4
- import okhttp3.FormBody
5
- import okhttp3.Headers.Companion.toHeaders
6
- import okhttp3.HttpUrl.Companion.toHttpUrlOrNull
7
- import okhttp3.MediaType.Companion.toMediaTypeOrNull
8
- import okhttp3.MultipartBody
9
- import okhttp3.Call.Factory
10
- import okhttp3.OkHttpClient
11
- import okhttp3.Request
12
- import okhttp3.RequestBody
13
- import okhttp3.RequestBody.Companion.asRequestBody
14
- import okhttp3.RequestBody.Companion.toRequestBody
15
- import okhttp3.ResponseBody
16
- import okhttp3.internal.EMPTY_REQUEST
17
- import java.io.File
18
- import java.net.URLConnection
19
- import java.time.LocalDate
20
- import java.time.LocalDateTime
21
- import java.time.LocalTime
22
- import java.time.OffsetDateTime
23
- import java.time.OffsetTime
24
- import java.util.Locale
25
-
26
- open class ApiClient(val baseUrl: String, val client: Factory = defaultClient) {
27
- companion object {
28
- protected const val ContentType = "Content-Type"
29
- protected const val Accept = "Accept"
30
- protected const val Authorization = "Authorization"
31
- protected const val JsonMediaType = "application/json"
32
- protected const val FormDataMediaType = "multipart/form-data"
33
- protected const val FormUrlEncMediaType = "application/x-www-form-urlencoded"
34
- protected const val XmlMediaType = "application/xml"
35
-
36
- val apiKey: MutableMap<String, String> = mutableMapOf()
37
- val apiKeyPrefix: MutableMap<String, String> = mutableMapOf()
38
- var username: String? = null
39
- var password: String? = null
40
- var accessToken: String? = null
41
- const val baseUrlKey = "org.openapitools.client.baseUrl"
42
-
43
- @JvmStatic
44
- val defaultClient: OkHttpClient by lazy {
45
- builder.build()
46
- }
47
-
48
- @JvmStatic
49
- val builder: OkHttpClient.Builder = OkHttpClient.Builder()
50
- }
51
-
52
- /**
53
- * Guess Content-Type header from the given file (defaults to "application/octet-stream").
54
- *
55
- * @param file The given file
56
- * @return The guessed Content-Type
57
- */
58
- protected fun guessContentTypeFromFile(file: File): String {
59
- val contentType = URLConnection.guessContentTypeFromName(file.name)
60
- return contentType ?: "application/octet-stream"
61
- }
62
-
63
- protected inline fun <reified T> requestBody(content: T, mediaType: String?): RequestBody =
64
- when {
65
- content is File -> content.asRequestBody(
66
- (mediaType ?: guessContentTypeFromFile(content)).toMediaTypeOrNull()
67
- )
68
-
69
- mediaType == FormDataMediaType ->
70
- MultipartBody.Builder()
71
- .setType(MultipartBody.FORM)
72
- .apply {
73
- // content's type *must* be Map<String, PartConfig<*>>
74
- @Suppress("UNCHECKED_CAST")
75
- (content as Map<String, PartConfig<*>>).forEach { (name, part) ->
76
- if (part.body is File) {
77
- val partHeaders = part.headers.toMutableMap() +
78
- ("Content-Disposition" to "form-data; name=\"$name\"; filename=\"${part.body.name}\"")
79
- val fileMediaType = guessContentTypeFromFile(part.body).toMediaTypeOrNull()
80
- addPart(
81
- partHeaders.toHeaders(),
82
- part.body.asRequestBody(fileMediaType)
83
- )
84
- } else {
85
- val partHeaders = part.headers.toMutableMap() +
86
- ("Content-Disposition" to "form-data; name=\"$name\"")
87
- addPart(
88
- partHeaders.toHeaders(),
89
- Serializer.jacksonObjectMapper.writeValueAsString(part.body)
90
- .toRequestBody(JsonMediaType.toMediaTypeOrNull())
91
- )
92
- }
93
- }
94
- }.build()
95
-
96
- mediaType == FormUrlEncMediaType -> {
97
- FormBody.Builder().apply {
98
- // content's type *must* be Map<String, PartConfig<*>>
99
- @Suppress("UNCHECKED_CAST")
100
- (content as Map<String, PartConfig<*>>).forEach { (name, part) ->
101
- add(name, parameterToString(part.body))
102
- }
103
- }.build()
104
- }
105
-
106
- mediaType == null || mediaType.startsWith("application/") && mediaType.endsWith("json") ->
107
- if (content == null) {
108
- EMPTY_REQUEST
109
- } else {
110
- Serializer.jacksonObjectMapper.writeValueAsString(content)
111
- .toRequestBody((mediaType ?: JsonMediaType).toMediaTypeOrNull())
112
- }
113
-
114
- mediaType == XmlMediaType -> throw UnsupportedOperationException("xml not currently supported.")
115
- // TODO: this should be extended with other serializers
116
- else -> throw UnsupportedOperationException("requestBody currently only supports JSON body and File body.")
117
- }
118
-
119
- protected inline fun <reified T : Any?> responseBody(body: ResponseBody?, mediaType: String? = JsonMediaType): T? {
120
- if (body == null) {
121
- return null
122
- }
123
- if (T::class.java == File::class.java) {
124
- // return tempFile
125
- // Attention: if you are developing an android app that supports API Level 25 and bellow, please check flag supportAndroidApiLevel25AndBelow in https://openapi-generator.tech/docs/generators/kotlin#config-options
126
- val tempFile = java.nio.file.Files.createTempFile("tmp.org.openapitools.client", null).toFile()
127
- tempFile.deleteOnExit()
128
- body.byteStream().use { inputStream ->
129
- tempFile.outputStream().use { tempFileOutputStream ->
130
- inputStream.copyTo(tempFileOutputStream)
131
- }
132
- }
133
- return tempFile as T
134
- }
135
- val bodyContent = body.string()
136
- if (bodyContent.isEmpty()) {
137
- return null
138
- }
139
- return when {
140
- mediaType == null || (mediaType.startsWith("application/") && mediaType.endsWith("json")) ->
141
- Serializer.jacksonObjectMapper.readValue(bodyContent, object : TypeReference<T>() {})
142
-
143
- else -> throw UnsupportedOperationException("responseBody currently only supports JSON body.")
144
- }
145
- }
146
-
147
- protected inline fun <reified I, reified T : Any?> request(requestConfig: RequestConfig<I>): ApiResponse<T?> {
148
- val httpUrl = baseUrl.toHttpUrlOrNull() ?: throw IllegalStateException("baseUrl is invalid.")
149
-
150
- val url = httpUrl.newBuilder()
151
- .addEncodedPathSegments(requestConfig.path.trimStart('/'))
152
- .apply {
153
- requestConfig.query.forEach { query ->
154
- query.value.forEach { queryValue ->
155
- addQueryParameter(query.key, queryValue)
156
- }
157
- }
158
- }.build()
159
-
160
- // take content-type/accept from spec or set to default (application/json) if not defined
161
- if (requestConfig.body != null && requestConfig.headers[ContentType].isNullOrEmpty()) {
162
- requestConfig.headers[ContentType] = JsonMediaType
163
- }
164
- if (requestConfig.headers[Accept].isNullOrEmpty()) {
165
- requestConfig.headers[Accept] = JsonMediaType
166
- }
167
- val headers = requestConfig.headers
168
-
169
- if (headers[Accept].isNullOrEmpty()) {
170
- throw kotlin.IllegalStateException("Missing Accept header. This is required.")
171
- }
172
-
173
- val contentType = if (headers[ContentType] != null) {
174
- // TODO: support multiple contentType options here.
175
- (headers[ContentType] as String).substringBefore(";").lowercase(Locale.getDefault())
176
- } else {
177
- null
178
- }
179
-
180
- val request = when (requestConfig.method) {
181
- RequestMethod.DELETE -> Request.Builder().url(url).delete(requestBody(requestConfig.body, contentType))
182
- RequestMethod.GET -> Request.Builder().url(url)
183
- RequestMethod.HEAD -> Request.Builder().url(url).head()
184
- RequestMethod.PATCH -> Request.Builder().url(url).patch(requestBody(requestConfig.body, contentType))
185
- RequestMethod.PUT -> Request.Builder().url(url).put(requestBody(requestConfig.body, contentType))
186
- RequestMethod.POST -> Request.Builder().url(url).post(requestBody(requestConfig.body, contentType))
187
- RequestMethod.OPTIONS -> Request.Builder().url(url).method("OPTIONS", null)
188
- }.apply {
189
- headers.forEach { header -> addHeader(header.key, header.value) }
190
- }.build()
191
-
192
- val response = client.newCall(request).execute()
193
-
194
- val accept = response.header(ContentType)?.substringBefore(";")?.lowercase(Locale.getDefault())
195
-
196
- // TODO: handle specific mapping types. e.g. Map<int, Class<?>>
197
- return when {
198
- response.isRedirect -> Redirection(
199
- response.code,
200
- response.headers.toMultimap()
201
- )
202
-
203
- response.isInformational -> Informational(
204
- response.message,
205
- response.code,
206
- response.headers.toMultimap()
207
- )
208
-
209
- response.isSuccessful -> Success(
210
- responseBody(response.body, accept),
211
- response.code,
212
- response.headers.toMultimap()
213
- )
214
-
215
- response.isClientError -> ClientError(
216
- response.message,
217
- response.body?.string(),
218
- response.code,
219
- response.headers.toMultimap()
220
- )
221
-
222
- else -> ServerError(
223
- response.message,
224
- response.body?.string(),
225
- response.code,
226
- response.headers.toMultimap()
227
- )
228
- }
229
- }
230
-
231
- protected fun parameterToString(value: Any?): String = when (value) {
232
- null -> ""
233
- is Array<*> -> toMultiValue(value, "csv").toString()
234
- is Iterable<*> -> toMultiValue(value, "csv").toString()
235
- is OffsetDateTime, is OffsetTime, is LocalDateTime, is LocalDate, is LocalTime ->
236
- parseDateToQueryString(value)
237
-
238
- else -> value.toString()
239
- }
240
-
241
- protected inline fun <reified T : Any> parseDateToQueryString(value: T): String {
242
- /*
243
- .replace("\"", "") converts the json object string to an actual string for the query parameter.
244
- The moshi or gson adapter allows a more generic solution instead of trying to use a native
245
- formatter. It also easily allows to provide a simple way to define a custom date format pattern
246
- inside a gson/moshi adapter.
247
- */
248
- return Serializer.jacksonObjectMapper.writeValueAsString(value).replace("\"", "")
249
- }
250
- }
1
+ package @PACKAGE_NAME@
2
+
3
+ import com.fasterxml.jackson.core.type.TypeReference
4
+ import okhttp3.FormBody
5
+ import okhttp3.Headers.Companion.toHeaders
6
+ import okhttp3.HttpUrl.Companion.toHttpUrlOrNull
7
+ import okhttp3.MediaType.Companion.toMediaTypeOrNull
8
+ import okhttp3.MultipartBody
9
+ import okhttp3.Call.Factory
10
+ import okhttp3.OkHttpClient
11
+ import okhttp3.Request
12
+ import okhttp3.RequestBody
13
+ import okhttp3.RequestBody.Companion.asRequestBody
14
+ import okhttp3.RequestBody.Companion.toRequestBody
15
+ import okhttp3.ResponseBody
16
+ import okhttp3.internal.EMPTY_REQUEST
17
+ import java.io.File
18
+ import java.net.URLConnection
19
+ import java.time.LocalDate
20
+ import java.time.LocalDateTime
21
+ import java.time.LocalTime
22
+ import java.time.OffsetDateTime
23
+ import java.time.OffsetTime
24
+ import java.util.Locale
25
+
26
+ open class ApiClient(val baseUrl: String, val client: Factory = defaultClient) {
27
+ companion object {
28
+ protected const val ContentType = "Content-Type"
29
+ protected const val Accept = "Accept"
30
+ protected const val Authorization = "Authorization"
31
+ protected const val JsonMediaType = "application/json"
32
+ protected const val FormDataMediaType = "multipart/form-data"
33
+ protected const val FormUrlEncMediaType = "application/x-www-form-urlencoded"
34
+ protected const val XmlMediaType = "application/xml"
35
+
36
+ val apiKey: MutableMap<String, String> = mutableMapOf()
37
+ val apiKeyPrefix: MutableMap<String, String> = mutableMapOf()
38
+ var username: String? = null
39
+ var password: String? = null
40
+ var accessToken: String? = null
41
+ const val baseUrlKey = "org.openapitools.client.baseUrl"
42
+
43
+ @JvmStatic
44
+ val defaultClient: OkHttpClient by lazy {
45
+ builder.build()
46
+ }
47
+
48
+ @JvmStatic
49
+ val builder: OkHttpClient.Builder = OkHttpClient.Builder()
50
+ }
51
+
52
+ /**
53
+ * Guess Content-Type header from the given file (defaults to "application/octet-stream").
54
+ *
55
+ * @param file The given file
56
+ * @return The guessed Content-Type
57
+ */
58
+ protected fun guessContentTypeFromFile(file: File): String {
59
+ val contentType = URLConnection.guessContentTypeFromName(file.name)
60
+ return contentType ?: "application/octet-stream"
61
+ }
62
+
63
+ protected inline fun <reified T> requestBody(content: T, mediaType: String?): RequestBody =
64
+ when {
65
+ content is File -> content.asRequestBody(
66
+ (mediaType ?: guessContentTypeFromFile(content)).toMediaTypeOrNull()
67
+ )
68
+
69
+ mediaType == FormDataMediaType ->
70
+ MultipartBody.Builder()
71
+ .setType(MultipartBody.FORM)
72
+ .apply {
73
+ // content's type *must* be Map<String, PartConfig<*>>
74
+ @Suppress("UNCHECKED_CAST")
75
+ (content as Map<String, PartConfig<*>>).forEach { (name, part) ->
76
+ if (part.body is File) {
77
+ val partHeaders = part.headers.toMutableMap() +
78
+ ("Content-Disposition" to "form-data; name=\"$name\"; filename=\"${part.body.name}\"")
79
+ val fileMediaType = guessContentTypeFromFile(part.body).toMediaTypeOrNull()
80
+ addPart(
81
+ partHeaders.toHeaders(),
82
+ part.body.asRequestBody(fileMediaType)
83
+ )
84
+ } else {
85
+ val partHeaders = part.headers.toMutableMap() +
86
+ ("Content-Disposition" to "form-data; name=\"$name\"")
87
+ addPart(
88
+ partHeaders.toHeaders(),
89
+ Serializer.jacksonObjectMapper.writeValueAsString(part.body)
90
+ .toRequestBody(JsonMediaType.toMediaTypeOrNull())
91
+ )
92
+ }
93
+ }
94
+ }.build()
95
+
96
+ mediaType == FormUrlEncMediaType -> {
97
+ FormBody.Builder().apply {
98
+ // content's type *must* be Map<String, PartConfig<*>>
99
+ @Suppress("UNCHECKED_CAST")
100
+ (content as Map<String, PartConfig<*>>).forEach { (name, part) ->
101
+ add(name, parameterToString(part.body))
102
+ }
103
+ }.build()
104
+ }
105
+
106
+ mediaType == null || mediaType.startsWith("application/") && mediaType.endsWith("json") ->
107
+ if (content == null) {
108
+ EMPTY_REQUEST
109
+ } else {
110
+ Serializer.jacksonObjectMapper.writeValueAsString(content)
111
+ .toRequestBody((mediaType ?: JsonMediaType).toMediaTypeOrNull())
112
+ }
113
+
114
+ mediaType == XmlMediaType -> throw UnsupportedOperationException("xml not currently supported.")
115
+ // TODO: this should be extended with other serializers
116
+ else -> throw UnsupportedOperationException("requestBody currently only supports JSON body and File body.")
117
+ }
118
+
119
+ protected inline fun <reified T : Any?> responseBody(body: ResponseBody?, mediaType: String? = JsonMediaType): T? {
120
+ if (body == null) {
121
+ return null
122
+ }
123
+ if (T::class.java == File::class.java) {
124
+ // return tempFile
125
+ // Attention: if you are developing an android app that supports API Level 25 and bellow, please check flag supportAndroidApiLevel25AndBelow in https://openapi-generator.tech/docs/generators/kotlin#config-options
126
+ val tempFile = java.nio.file.Files.createTempFile("tmp.org.openapitools.client", null).toFile()
127
+ tempFile.deleteOnExit()
128
+ body.byteStream().use { inputStream ->
129
+ tempFile.outputStream().use { tempFileOutputStream ->
130
+ inputStream.copyTo(tempFileOutputStream)
131
+ }
132
+ }
133
+ return tempFile as T
134
+ }
135
+ val bodyContent = body.string()
136
+ if (bodyContent.isEmpty()) {
137
+ return null
138
+ }
139
+ return when {
140
+ mediaType == null || (mediaType.startsWith("application/") && mediaType.endsWith("json")) ->
141
+ Serializer.jacksonObjectMapper.readValue(bodyContent, object : TypeReference<T>() {})
142
+
143
+ else -> throw UnsupportedOperationException("responseBody currently only supports JSON body.")
144
+ }
145
+ }
146
+
147
+ protected inline fun <reified I, reified T : Any?> request(requestConfig: RequestConfig<I>): ApiResponse<T?> {
148
+ val httpUrl = baseUrl.toHttpUrlOrNull() ?: throw IllegalStateException("baseUrl is invalid.")
149
+
150
+ val url = httpUrl.newBuilder()
151
+ .addEncodedPathSegments(requestConfig.path.trimStart('/'))
152
+ .apply {
153
+ requestConfig.query.forEach { query ->
154
+ query.value.forEach { queryValue ->
155
+ addQueryParameter(query.key, queryValue)
156
+ }
157
+ }
158
+ }.build()
159
+
160
+ // take content-type/accept from spec or set to default (application/json) if not defined
161
+ if (requestConfig.body != null && requestConfig.headers[ContentType].isNullOrEmpty()) {
162
+ requestConfig.headers[ContentType] = JsonMediaType
163
+ }
164
+ if (requestConfig.headers[Accept].isNullOrEmpty()) {
165
+ requestConfig.headers[Accept] = JsonMediaType
166
+ }
167
+ val headers = requestConfig.headers
168
+
169
+ if (headers[Accept].isNullOrEmpty()) {
170
+ throw kotlin.IllegalStateException("Missing Accept header. This is required.")
171
+ }
172
+
173
+ val contentType = if (headers[ContentType] != null) {
174
+ // TODO: support multiple contentType options here.
175
+ (headers[ContentType] as String).substringBefore(";").lowercase(Locale.getDefault())
176
+ } else {
177
+ null
178
+ }
179
+
180
+ val request = when (requestConfig.method) {
181
+ RequestMethod.DELETE -> Request.Builder().url(url).delete(requestBody(requestConfig.body, contentType))
182
+ RequestMethod.GET -> Request.Builder().url(url)
183
+ RequestMethod.HEAD -> Request.Builder().url(url).head()
184
+ RequestMethod.PATCH -> Request.Builder().url(url).patch(requestBody(requestConfig.body, contentType))
185
+ RequestMethod.PUT -> Request.Builder().url(url).put(requestBody(requestConfig.body, contentType))
186
+ RequestMethod.POST -> Request.Builder().url(url).post(requestBody(requestConfig.body, contentType))
187
+ RequestMethod.OPTIONS -> Request.Builder().url(url).method("OPTIONS", null)
188
+ }.apply {
189
+ headers.forEach { header -> addHeader(header.key, header.value) }
190
+ }.build()
191
+
192
+ val response = client.newCall(request).execute()
193
+
194
+ val accept = response.header(ContentType)?.substringBefore(";")?.lowercase(Locale.getDefault())
195
+
196
+ // TODO: handle specific mapping types. e.g. Map<int, Class<?>>
197
+ return when {
198
+ response.isRedirect -> Redirection(
199
+ response.code,
200
+ response.headers.toMultimap()
201
+ )
202
+
203
+ response.isInformational -> Informational(
204
+ response.message,
205
+ response.code,
206
+ response.headers.toMultimap()
207
+ )
208
+
209
+ response.isSuccessful -> Success(
210
+ responseBody(response.body, accept),
211
+ response.code,
212
+ response.headers.toMultimap()
213
+ )
214
+
215
+ response.isClientError -> ClientError(
216
+ response.message,
217
+ response.body?.string(),
218
+ response.code,
219
+ response.headers.toMultimap()
220
+ )
221
+
222
+ else -> ServerError(
223
+ response.message,
224
+ response.body?.string(),
225
+ response.code,
226
+ response.headers.toMultimap()
227
+ )
228
+ }
229
+ }
230
+
231
+ protected fun parameterToString(value: Any?): String = when (value) {
232
+ null -> ""
233
+ is Array<*> -> toMultiValue(value, "csv").toString()
234
+ is Iterable<*> -> toMultiValue(value, "csv").toString()
235
+ is OffsetDateTime, is OffsetTime, is LocalDateTime, is LocalDate, is LocalTime ->
236
+ parseDateToQueryString(value)
237
+
238
+ else -> value.toString()
239
+ }
240
+
241
+ protected inline fun <reified T : Any> parseDateToQueryString(value: T): String {
242
+ /*
243
+ .replace("\"", "") converts the json object string to an actual string for the query parameter.
244
+ The moshi or gson adapter allows a more generic solution instead of trying to use a native
245
+ formatter. It also easily allows to provide a simple way to define a custom date format pattern
246
+ inside a gson/moshi adapter.
247
+ */
248
+ return Serializer.jacksonObjectMapper.writeValueAsString(value).replace("\"", "")
249
+ }
250
+ }