vona-module-a-swagger 5.0.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 (458) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.d.ts +2 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +2 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/lib/common/index.d.ts +2 -0
  7. package/dist/lib/common/index.d.ts.map +1 -0
  8. package/dist/lib/common/index.js +2 -0
  9. package/dist/lib/common/index.js.map +1 -0
  10. package/dist/lib/common/type.interface.d.ts +4 -0
  11. package/dist/lib/common/type.interface.d.ts.map +1 -0
  12. package/dist/lib/common/type.interface.js +2 -0
  13. package/dist/lib/common/type.interface.js.map +1 -0
  14. package/dist/lib/constants.d.ts +22 -0
  15. package/dist/lib/constants.d.ts.map +1 -0
  16. package/dist/lib/constants.js +22 -0
  17. package/dist/lib/constants.js.map +1 -0
  18. package/dist/lib/decorators/api-basic.decorator.d.ts +2 -0
  19. package/dist/lib/decorators/api-basic.decorator.d.ts.map +1 -0
  20. package/dist/lib/decorators/api-basic.decorator.js +5 -0
  21. package/dist/lib/decorators/api-basic.decorator.js.map +1 -0
  22. package/dist/lib/decorators/api-bearer.decorator.d.ts +2 -0
  23. package/dist/lib/decorators/api-bearer.decorator.d.ts.map +1 -0
  24. package/dist/lib/decorators/api-bearer.decorator.js +5 -0
  25. package/dist/lib/decorators/api-bearer.decorator.js.map +1 -0
  26. package/dist/lib/decorators/api-body.decorator.d.ts +17 -0
  27. package/dist/lib/decorators/api-body.decorator.d.ts.map +1 -0
  28. package/dist/lib/decorators/api-body.decorator.js +24 -0
  29. package/dist/lib/decorators/api-body.decorator.js.map +1 -0
  30. package/dist/lib/decorators/api-callbacks.decorator.d.ts +3 -0
  31. package/dist/lib/decorators/api-callbacks.decorator.d.ts.map +1 -0
  32. package/dist/lib/decorators/api-callbacks.decorator.js +6 -0
  33. package/dist/lib/decorators/api-callbacks.decorator.js.map +1 -0
  34. package/dist/lib/decorators/api-consumes.decorator.d.ts +2 -0
  35. package/dist/lib/decorators/api-consumes.decorator.d.ts.map +1 -0
  36. package/dist/lib/decorators/api-consumes.decorator.js +6 -0
  37. package/dist/lib/decorators/api-consumes.decorator.js.map +1 -0
  38. package/dist/lib/decorators/api-cookie.decorator.d.ts +2 -0
  39. package/dist/lib/decorators/api-cookie.decorator.d.ts.map +1 -0
  40. package/dist/lib/decorators/api-cookie.decorator.js +5 -0
  41. package/dist/lib/decorators/api-cookie.decorator.js.map +1 -0
  42. package/dist/lib/decorators/api-default-getter.decorator.d.ts +25 -0
  43. package/dist/lib/decorators/api-default-getter.decorator.d.ts.map +1 -0
  44. package/dist/lib/decorators/api-default-getter.decorator.js +32 -0
  45. package/dist/lib/decorators/api-default-getter.decorator.js.map +1 -0
  46. package/dist/lib/decorators/api-exclude-controller.decorator.d.ts +2 -0
  47. package/dist/lib/decorators/api-exclude-controller.decorator.d.ts.map +1 -0
  48. package/dist/lib/decorators/api-exclude-controller.decorator.js +6 -0
  49. package/dist/lib/decorators/api-exclude-controller.decorator.js.map +1 -0
  50. package/dist/lib/decorators/api-exclude-endpoint.decorator.d.ts +2 -0
  51. package/dist/lib/decorators/api-exclude-endpoint.decorator.d.ts.map +1 -0
  52. package/dist/lib/decorators/api-exclude-endpoint.decorator.js +8 -0
  53. package/dist/lib/decorators/api-exclude-endpoint.decorator.js.map +1 -0
  54. package/dist/lib/decorators/api-extension.decorator.d.ts +2 -0
  55. package/dist/lib/decorators/api-extension.decorator.d.ts.map +1 -0
  56. package/dist/lib/decorators/api-extension.decorator.js +13 -0
  57. package/dist/lib/decorators/api-extension.decorator.js.map +1 -0
  58. package/dist/lib/decorators/api-extra-models.decorator.d.ts +2 -0
  59. package/dist/lib/decorators/api-extra-models.decorator.d.ts.map +1 -0
  60. package/dist/lib/decorators/api-extra-models.decorator.js +14 -0
  61. package/dist/lib/decorators/api-extra-models.decorator.js.map +1 -0
  62. package/dist/lib/decorators/api-header.decorator.d.ts +8 -0
  63. package/dist/lib/decorators/api-header.decorator.d.ts.map +1 -0
  64. package/dist/lib/decorators/api-header.decorator.js +40 -0
  65. package/dist/lib/decorators/api-header.decorator.js.map +1 -0
  66. package/dist/lib/decorators/api-hide-property.decorator.d.ts +2 -0
  67. package/dist/lib/decorators/api-hide-property.decorator.d.ts.map +1 -0
  68. package/dist/lib/decorators/api-hide-property.decorator.js +5 -0
  69. package/dist/lib/decorators/api-hide-property.decorator.js.map +1 -0
  70. package/dist/lib/decorators/api-link.decorator.d.ts +48 -0
  71. package/dist/lib/decorators/api-link.decorator.d.ts.map +1 -0
  72. package/dist/lib/decorators/api-link.decorator.js +50 -0
  73. package/dist/lib/decorators/api-link.decorator.js.map +1 -0
  74. package/dist/lib/decorators/api-oauth2.decorator.d.ts +2 -0
  75. package/dist/lib/decorators/api-oauth2.decorator.d.ts.map +1 -0
  76. package/dist/lib/decorators/api-oauth2.decorator.js +5 -0
  77. package/dist/lib/decorators/api-oauth2.decorator.js.map +1 -0
  78. package/dist/lib/decorators/api-operation.decorator.d.ts +6 -0
  79. package/dist/lib/decorators/api-operation.decorator.d.ts.map +1 -0
  80. package/dist/lib/decorators/api-operation.decorator.js +13 -0
  81. package/dist/lib/decorators/api-operation.decorator.js.map +1 -0
  82. package/dist/lib/decorators/api-param.decorator.d.ts +23 -0
  83. package/dist/lib/decorators/api-param.decorator.d.ts.map +1 -0
  84. package/dist/lib/decorators/api-param.decorator.js +19 -0
  85. package/dist/lib/decorators/api-param.decorator.js.map +1 -0
  86. package/dist/lib/decorators/api-produces.decorator.d.ts +2 -0
  87. package/dist/lib/decorators/api-produces.decorator.d.ts.map +1 -0
  88. package/dist/lib/decorators/api-produces.decorator.js +6 -0
  89. package/dist/lib/decorators/api-produces.decorator.js.map +1 -0
  90. package/dist/lib/decorators/api-property.decorator.d.ts +25 -0
  91. package/dist/lib/decorators/api-property.decorator.d.ts.map +1 -0
  92. package/dist/lib/decorators/api-property.decorator.js +53 -0
  93. package/dist/lib/decorators/api-property.decorator.js.map +1 -0
  94. package/dist/lib/decorators/api-query.decorator.d.ts +25 -0
  95. package/dist/lib/decorators/api-query.decorator.d.ts.map +1 -0
  96. package/dist/lib/decorators/api-query.decorator.js +28 -0
  97. package/dist/lib/decorators/api-query.decorator.js.map +1 -0
  98. package/dist/lib/decorators/api-response.decorator.d.ts +40 -0
  99. package/dist/lib/decorators/api-response.decorator.d.ts.map +1 -0
  100. package/dist/lib/decorators/api-response.decorator.js +63 -0
  101. package/dist/lib/decorators/api-response.decorator.js.map +1 -0
  102. package/dist/lib/decorators/api-schema.decorator.d.ts +9 -0
  103. package/dist/lib/decorators/api-schema.decorator.d.ts.map +1 -0
  104. package/dist/lib/decorators/api-schema.decorator.js +6 -0
  105. package/dist/lib/decorators/api-schema.decorator.js.map +1 -0
  106. package/dist/lib/decorators/api-security.decorator.d.ts +3 -0
  107. package/dist/lib/decorators/api-security.decorator.d.ts.map +1 -0
  108. package/dist/lib/decorators/api-security.decorator.js +23 -0
  109. package/dist/lib/decorators/api-security.decorator.js.map +1 -0
  110. package/dist/lib/decorators/api-use-tags.decorator.d.ts +2 -0
  111. package/dist/lib/decorators/api-use-tags.decorator.d.ts.map +1 -0
  112. package/dist/lib/decorators/api-use-tags.decorator.js +6 -0
  113. package/dist/lib/decorators/api-use-tags.decorator.js.map +1 -0
  114. package/dist/lib/decorators/helpers.d.ts +9 -0
  115. package/dist/lib/decorators/helpers.d.ts.map +1 -0
  116. package/dist/lib/decorators/helpers.js +120 -0
  117. package/dist/lib/decorators/helpers.js.map +1 -0
  118. package/dist/lib/decorators/index.d.ts +25 -0
  119. package/dist/lib/decorators/index.d.ts.map +1 -0
  120. package/dist/lib/decorators/index.js +25 -0
  121. package/dist/lib/decorators/index.js.map +1 -0
  122. package/dist/lib/document-builder.d.ts +28 -0
  123. package/dist/lib/document-builder.d.ts.map +1 -0
  124. package/dist/lib/document-builder.js +167 -0
  125. package/dist/lib/document-builder.js.map +1 -0
  126. package/dist/lib/explorers/api-callbacks.explorer.d.ts +3 -0
  127. package/dist/lib/explorers/api-callbacks.explorer.d.ts.map +1 -0
  128. package/dist/lib/explorers/api-callbacks.explorer.js +35 -0
  129. package/dist/lib/explorers/api-callbacks.explorer.js.map +1 -0
  130. package/dist/lib/explorers/api-consumes.explorer.d.ts +6 -0
  131. package/dist/lib/explorers/api-consumes.explorer.d.ts.map +1 -0
  132. package/dist/lib/explorers/api-consumes.explorer.js +7 -0
  133. package/dist/lib/explorers/api-consumes.explorer.js.map +1 -0
  134. package/dist/lib/explorers/api-exclude-controller.explorer.d.ts +3 -0
  135. package/dist/lib/explorers/api-exclude-controller.explorer.d.ts.map +1 -0
  136. package/dist/lib/explorers/api-exclude-controller.explorer.js +3 -0
  137. package/dist/lib/explorers/api-exclude-controller.explorer.js.map +1 -0
  138. package/dist/lib/explorers/api-exclude-endpoint.explorer.d.ts +3 -0
  139. package/dist/lib/explorers/api-exclude-endpoint.explorer.d.ts.map +1 -0
  140. package/dist/lib/explorers/api-exclude-endpoint.explorer.js +3 -0
  141. package/dist/lib/explorers/api-exclude-endpoint.explorer.js.map +1 -0
  142. package/dist/lib/explorers/api-extra-models.explorer.d.ts +4 -0
  143. package/dist/lib/explorers/api-extra-models.explorer.d.ts.map +1 -0
  144. package/dist/lib/explorers/api-extra-models.explorer.js +7 -0
  145. package/dist/lib/explorers/api-extra-models.explorer.js.map +1 -0
  146. package/dist/lib/explorers/api-headers.explorer.d.ts +8 -0
  147. package/dist/lib/explorers/api-headers.explorer.d.ts.map +1 -0
  148. package/dist/lib/explorers/api-headers.explorer.js +6 -0
  149. package/dist/lib/explorers/api-headers.explorer.js.map +1 -0
  150. package/dist/lib/explorers/api-operation.explorer.d.ts +3 -0
  151. package/dist/lib/explorers/api-operation.explorer.d.ts.map +1 -0
  152. package/dist/lib/explorers/api-operation.explorer.js +38 -0
  153. package/dist/lib/explorers/api-operation.explorer.js.map +1 -0
  154. package/dist/lib/explorers/api-parameters.explorer.d.ts +6 -0
  155. package/dist/lib/explorers/api-parameters.explorer.d.ts.map +1 -0
  156. package/dist/lib/explorers/api-parameters.explorer.js +44 -0
  157. package/dist/lib/explorers/api-parameters.explorer.js.map +1 -0
  158. package/dist/lib/explorers/api-produces.explorer.d.ts +6 -0
  159. package/dist/lib/explorers/api-produces.explorer.d.ts.map +1 -0
  160. package/dist/lib/explorers/api-produces.explorer.js +7 -0
  161. package/dist/lib/explorers/api-produces.explorer.js.map +1 -0
  162. package/dist/lib/explorers/api-response.explorer.d.ts +8 -0
  163. package/dist/lib/explorers/api-response.explorer.d.ts.map +1 -0
  164. package/dist/lib/explorers/api-response.explorer.js +77 -0
  165. package/dist/lib/explorers/api-response.explorer.js.map +1 -0
  166. package/dist/lib/explorers/api-security.explorer.d.ts +6 -0
  167. package/dist/lib/explorers/api-security.explorer.d.ts.map +1 -0
  168. package/dist/lib/explorers/api-security.explorer.js +9 -0
  169. package/dist/lib/explorers/api-security.explorer.js.map +1 -0
  170. package/dist/lib/explorers/api-use-tags.explorer.d.ts +6 -0
  171. package/dist/lib/explorers/api-use-tags.explorer.d.ts.map +1 -0
  172. package/dist/lib/explorers/api-use-tags.explorer.js +17 -0
  173. package/dist/lib/explorers/api-use-tags.explorer.js.map +1 -0
  174. package/dist/lib/extra/swagger-shim.d.ts +97 -0
  175. package/dist/lib/extra/swagger-shim.d.ts.map +1 -0
  176. package/dist/lib/extra/swagger-shim.js +265 -0
  177. package/dist/lib/extra/swagger-shim.js.map +1 -0
  178. package/dist/lib/fixtures/document.base.d.ts +3 -0
  179. package/dist/lib/fixtures/document.base.d.ts.map +1 -0
  180. package/dist/lib/fixtures/document.base.js +13 -0
  181. package/dist/lib/fixtures/document.base.js.map +1 -0
  182. package/dist/lib/index.d.ts +8 -0
  183. package/dist/lib/index.d.ts.map +1 -0
  184. package/dist/lib/index.js +8 -0
  185. package/dist/lib/index.js.map +1 -0
  186. package/dist/lib/interfaces/callback-object.interface.d.ts +13 -0
  187. package/dist/lib/interfaces/callback-object.interface.d.ts.map +1 -0
  188. package/dist/lib/interfaces/callback-object.interface.js +2 -0
  189. package/dist/lib/interfaces/callback-object.interface.js.map +1 -0
  190. package/dist/lib/interfaces/denormalized-doc-resolvers.interface.d.ts +8 -0
  191. package/dist/lib/interfaces/denormalized-doc-resolvers.interface.d.ts.map +1 -0
  192. package/dist/lib/interfaces/denormalized-doc-resolvers.interface.js +2 -0
  193. package/dist/lib/interfaces/denormalized-doc-resolvers.interface.js.map +1 -0
  194. package/dist/lib/interfaces/denormalized-doc.interface.d.ts +9 -0
  195. package/dist/lib/interfaces/denormalized-doc.interface.d.ts.map +1 -0
  196. package/dist/lib/interfaces/denormalized-doc.interface.js +2 -0
  197. package/dist/lib/interfaces/denormalized-doc.interface.js.map +1 -0
  198. package/dist/lib/interfaces/enum-schema-attributes.interface.d.ts +3 -0
  199. package/dist/lib/interfaces/enum-schema-attributes.interface.d.ts.map +1 -0
  200. package/dist/lib/interfaces/enum-schema-attributes.interface.js +2 -0
  201. package/dist/lib/interfaces/enum-schema-attributes.interface.js.map +1 -0
  202. package/dist/lib/interfaces/index.d.ts +4 -0
  203. package/dist/lib/interfaces/index.d.ts.map +1 -0
  204. package/dist/lib/interfaces/index.js +3 -0
  205. package/dist/lib/interfaces/index.js.map +1 -0
  206. package/dist/lib/interfaces/module-route.interface.d.ts +3 -0
  207. package/dist/lib/interfaces/module-route.interface.d.ts.map +1 -0
  208. package/dist/lib/interfaces/module-route.interface.js +2 -0
  209. package/dist/lib/interfaces/module-route.interface.js.map +1 -0
  210. package/dist/lib/interfaces/open-api-spec.interface.d.ts +241 -0
  211. package/dist/lib/interfaces/open-api-spec.interface.d.ts.map +1 -0
  212. package/dist/lib/interfaces/open-api-spec.interface.js +6 -0
  213. package/dist/lib/interfaces/open-api-spec.interface.js.map +1 -0
  214. package/dist/lib/interfaces/schema-object-metadata.interface.d.ts +24 -0
  215. package/dist/lib/interfaces/schema-object-metadata.interface.d.ts.map +1 -0
  216. package/dist/lib/interfaces/schema-object-metadata.interface.js +2 -0
  217. package/dist/lib/interfaces/schema-object-metadata.interface.js.map +1 -0
  218. package/dist/lib/interfaces/swagger-custom-options.interface.d.ts +85 -0
  219. package/dist/lib/interfaces/swagger-custom-options.interface.d.ts.map +1 -0
  220. package/dist/lib/interfaces/swagger-custom-options.interface.js +2 -0
  221. package/dist/lib/interfaces/swagger-custom-options.interface.js.map +1 -0
  222. package/dist/lib/interfaces/swagger-document-options.interface.d.ts +36 -0
  223. package/dist/lib/interfaces/swagger-document-options.interface.d.ts.map +1 -0
  224. package/dist/lib/interfaces/swagger-document-options.interface.js +2 -0
  225. package/dist/lib/interfaces/swagger-document-options.interface.js.map +1 -0
  226. package/dist/lib/interfaces/swagger-ui-init-options.interface.d.ts +8 -0
  227. package/dist/lib/interfaces/swagger-ui-init-options.interface.d.ts.map +1 -0
  228. package/dist/lib/interfaces/swagger-ui-init-options.interface.js +2 -0
  229. package/dist/lib/interfaces/swagger-ui-init-options.interface.js.map +1 -0
  230. package/dist/lib/interfaces/swagger-ui-options.interface.d.ts +21 -0
  231. package/dist/lib/interfaces/swagger-ui-options.interface.d.ts.map +1 -0
  232. package/dist/lib/interfaces/swagger-ui-options.interface.js +2 -0
  233. package/dist/lib/interfaces/swagger-ui-options.interface.js.map +1 -0
  234. package/dist/lib/plugin/compiler-plugin.d.ts +3 -0
  235. package/dist/lib/plugin/compiler-plugin.d.ts.map +1 -0
  236. package/dist/lib/plugin/compiler-plugin.js +27 -0
  237. package/dist/lib/plugin/compiler-plugin.js.map +1 -0
  238. package/dist/lib/plugin/index.d.ts +3 -0
  239. package/dist/lib/plugin/index.d.ts.map +1 -0
  240. package/dist/lib/plugin/index.js +3 -0
  241. package/dist/lib/plugin/index.js.map +1 -0
  242. package/dist/lib/plugin/merge-options.d.ts +15 -0
  243. package/dist/lib/plugin/merge-options.d.ts.map +1 -0
  244. package/dist/lib/plugin/merge-options.js +35 -0
  245. package/dist/lib/plugin/merge-options.js.map +1 -0
  246. package/dist/lib/plugin/metadata-loader.d.ts +8 -0
  247. package/dist/lib/plugin/metadata-loader.d.ts.map +1 -0
  248. package/dist/lib/plugin/metadata-loader.js +41 -0
  249. package/dist/lib/plugin/metadata-loader.js.map +1 -0
  250. package/dist/lib/plugin/plugin-constants.d.ts +4 -0
  251. package/dist/lib/plugin/plugin-constants.d.ts.map +1 -0
  252. package/dist/lib/plugin/plugin-constants.js +4 -0
  253. package/dist/lib/plugin/plugin-constants.js.map +1 -0
  254. package/dist/lib/plugin/plugin-debug-logger.d.ts +6 -0
  255. package/dist/lib/plugin/plugin-debug-logger.d.ts.map +1 -0
  256. package/dist/lib/plugin/plugin-debug-logger.js +5 -0
  257. package/dist/lib/plugin/plugin-debug-logger.js.map +1 -0
  258. package/dist/lib/plugin/utils/ast-utils.d.ts +31 -0
  259. package/dist/lib/plugin/utils/ast-utils.d.ts.map +1 -0
  260. package/dist/lib/plugin/utils/ast-utils.js +242 -0
  261. package/dist/lib/plugin/utils/ast-utils.js.map +1 -0
  262. package/dist/lib/plugin/utils/external-imports.util.d.ts +4 -0
  263. package/dist/lib/plugin/utils/external-imports.util.d.ts.map +1 -0
  264. package/dist/lib/plugin/utils/external-imports.util.js +31 -0
  265. package/dist/lib/plugin/utils/external-imports.util.js.map +1 -0
  266. package/dist/lib/plugin/utils/is-filename-matched.util.d.ts +2 -0
  267. package/dist/lib/plugin/utils/is-filename-matched.util.d.ts.map +1 -0
  268. package/dist/lib/plugin/utils/is-filename-matched.util.js +2 -0
  269. package/dist/lib/plugin/utils/is-filename-matched.util.js.map +1 -0
  270. package/dist/lib/plugin/utils/plugin-utils.d.ts +58 -0
  271. package/dist/lib/plugin/utils/plugin-utils.d.ts.map +1 -0
  272. package/dist/lib/plugin/utils/plugin-utils.js +282 -0
  273. package/dist/lib/plugin/utils/plugin-utils.js.map +1 -0
  274. package/dist/lib/plugin/utils/type-reference-to-identifier.util.d.ts +8 -0
  275. package/dist/lib/plugin/utils/type-reference-to-identifier.util.d.ts.map +1 -0
  276. package/dist/lib/plugin/utils/type-reference-to-identifier.util.js +50 -0
  277. package/dist/lib/plugin/utils/type-reference-to-identifier.util.js.map +1 -0
  278. package/dist/lib/plugin/visitors/abstract.visitor.d.ts +5 -0
  279. package/dist/lib/plugin/visitors/abstract.visitor.d.ts.map +1 -0
  280. package/dist/lib/plugin/visitors/abstract.visitor.js +20 -0
  281. package/dist/lib/plugin/visitors/abstract.visitor.js.map +1 -0
  282. package/dist/lib/plugin/visitors/controller-class.visitor.d.ts +21 -0
  283. package/dist/lib/plugin/visitors/controller-class.visitor.d.ts.map +1 -0
  284. package/dist/lib/plugin/visitors/controller-class.visitor.js +266 -0
  285. package/dist/lib/plugin/visitors/controller-class.visitor.js.map +1 -0
  286. package/dist/lib/plugin/visitors/model-class.visitor.d.ts +40 -0
  287. package/dist/lib/plugin/visitors/model-class.visitor.d.ts.map +1 -0
  288. package/dist/lib/plugin/visitors/model-class.visitor.js +445 -0
  289. package/dist/lib/plugin/visitors/model-class.visitor.js.map +1 -0
  290. package/dist/lib/plugin/visitors/readonly.visitor.d.ts +22 -0
  291. package/dist/lib/plugin/visitors/readonly.visitor.d.ts.map +1 -0
  292. package/dist/lib/plugin/visitors/readonly.visitor.js +60 -0
  293. package/dist/lib/plugin/visitors/readonly.visitor.js.map +1 -0
  294. package/dist/lib/services/constants.d.ts +2 -0
  295. package/dist/lib/services/constants.d.ts.map +1 -0
  296. package/dist/lib/services/constants.js +2 -0
  297. package/dist/lib/services/constants.js.map +1 -0
  298. package/dist/lib/services/decorators-properties.d.ts +27 -0
  299. package/dist/lib/services/decorators-properties.d.ts.map +1 -0
  300. package/dist/lib/services/decorators-properties.js +147 -0
  301. package/dist/lib/services/decorators-properties.js.map +1 -0
  302. package/dist/lib/services/mimetype-content-wrapper.d.ts +5 -0
  303. package/dist/lib/services/mimetype-content-wrapper.d.ts.map +1 -0
  304. package/dist/lib/services/mimetype-content-wrapper.js +8 -0
  305. package/dist/lib/services/mimetype-content-wrapper.js.map +1 -0
  306. package/dist/lib/services/model-properties-accessor.d.ts +7 -0
  307. package/dist/lib/services/model-properties-accessor.d.ts.map +1 -0
  308. package/dist/lib/services/model-properties-accessor.js +33 -0
  309. package/dist/lib/services/model-properties-accessor.js.map +1 -0
  310. package/dist/lib/services/parameter-metadata-accessor.d.ts +22 -0
  311. package/dist/lib/services/parameter-metadata-accessor.d.ts.map +1 -0
  312. package/dist/lib/services/parameter-metadata-accessor.js +38 -0
  313. package/dist/lib/services/parameter-metadata-accessor.js.map +1 -0
  314. package/dist/lib/services/parameters-metadata-mapper.d.ts +10 -0
  315. package/dist/lib/services/parameters-metadata-mapper.d.ts.map +1 -0
  316. package/dist/lib/services/parameters-metadata-mapper.js +45 -0
  317. package/dist/lib/services/parameters-metadata-mapper.js.map +1 -0
  318. package/dist/lib/services/response-object-factory.d.ts +15 -0
  319. package/dist/lib/services/response-object-factory.d.ts.map +1 -0
  320. package/dist/lib/services/response-object-factory.js +123 -0
  321. package/dist/lib/services/response-object-factory.js.map +1 -0
  322. package/dist/lib/services/response-object-mapper.d.ts +8 -0
  323. package/dist/lib/services/response-object-mapper.d.ts.map +1 -0
  324. package/dist/lib/services/response-object-mapper.js +55 -0
  325. package/dist/lib/services/response-object-mapper.js.map +1 -0
  326. package/dist/lib/services/schema-object-factory.d.ts +160 -0
  327. package/dist/lib/services/schema-object-factory.d.ts.map +1 -0
  328. package/dist/lib/services/schema-object-factory.js +484 -0
  329. package/dist/lib/services/schema-object-factory.js.map +1 -0
  330. package/dist/lib/services/swagger-types-mapper.d.ts +19 -0
  331. package/dist/lib/services/swagger-types-mapper.d.ts.map +1 -0
  332. package/dist/lib/services/swagger-types-mapper.js +132 -0
  333. package/dist/lib/services/swagger-types-mapper.js.map +1 -0
  334. package/dist/lib/storages/global-parameters.storage.d.ts +9 -0
  335. package/dist/lib/storages/global-parameters.storage.d.ts.map +1 -0
  336. package/dist/lib/storages/global-parameters.storage.js +23 -0
  337. package/dist/lib/storages/global-parameters.storage.js.map +1 -0
  338. package/dist/lib/swagger-transformer.d.ts +8 -0
  339. package/dist/lib/swagger-transformer.d.ts.map +1 -0
  340. package/dist/lib/swagger-transformer.js +36 -0
  341. package/dist/lib/swagger-transformer.js.map +1 -0
  342. package/dist/lib/swagger-ui/constants.d.ts +4 -0
  343. package/dist/lib/swagger-ui/constants.d.ts.map +1 -0
  344. package/dist/lib/swagger-ui/constants.js +130 -0
  345. package/dist/lib/swagger-ui/constants.js.map +1 -0
  346. package/dist/lib/swagger-ui/helpers.d.ts +6 -0
  347. package/dist/lib/swagger-ui/helpers.d.ts.map +1 -0
  348. package/dist/lib/swagger-ui/helpers.js +17 -0
  349. package/dist/lib/swagger-ui/helpers.js.map +1 -0
  350. package/dist/lib/swagger-ui/index.d.ts +2 -0
  351. package/dist/lib/swagger-ui/index.d.ts.map +1 -0
  352. package/dist/lib/swagger-ui/index.js +2 -0
  353. package/dist/lib/swagger-ui/index.js.map +1 -0
  354. package/dist/lib/swagger-ui/swagger-ui.d.ts +14 -0
  355. package/dist/lib/swagger-ui/swagger-ui.d.ts.map +1 -0
  356. package/dist/lib/swagger-ui/swagger-ui.js +64 -0
  357. package/dist/lib/swagger-ui/swagger-ui.js.map +1 -0
  358. package/dist/lib/type-helpers/index.d.ts +5 -0
  359. package/dist/lib/type-helpers/index.d.ts.map +1 -0
  360. package/dist/lib/type-helpers/index.js +5 -0
  361. package/dist/lib/type-helpers/index.js.map +1 -0
  362. package/dist/lib/type-helpers/intersection-type.helper.d.ts +9 -0
  363. package/dist/lib/type-helpers/intersection-type.helper.d.ts.map +1 -0
  364. package/dist/lib/type-helpers/intersection-type.helper.js +40 -0
  365. package/dist/lib/type-helpers/intersection-type.helper.js.map +1 -0
  366. package/dist/lib/type-helpers/mapped-types.utils.d.ts +3 -0
  367. package/dist/lib/type-helpers/mapped-types.utils.d.ts.map +1 -0
  368. package/dist/lib/type-helpers/mapped-types.utils.js +33 -0
  369. package/dist/lib/type-helpers/mapped-types.utils.js.map +1 -0
  370. package/dist/lib/type-helpers/omit-type.helper.d.ts +3 -0
  371. package/dist/lib/type-helpers/omit-type.helper.d.ts.map +1 -0
  372. package/dist/lib/type-helpers/omit-type.helper.js +38 -0
  373. package/dist/lib/type-helpers/omit-type.helper.js.map +1 -0
  374. package/dist/lib/type-helpers/partial-type.helper.d.ts +14 -0
  375. package/dist/lib/type-helpers/partial-type.helper.d.ts.map +1 -0
  376. package/dist/lib/type-helpers/partial-type.helper.js +52 -0
  377. package/dist/lib/type-helpers/partial-type.helper.js.map +1 -0
  378. package/dist/lib/type-helpers/pick-type.helper.d.ts +3 -0
  379. package/dist/lib/type-helpers/pick-type.helper.d.ts.map +1 -0
  380. package/dist/lib/type-helpers/pick-type.helper.js +38 -0
  381. package/dist/lib/type-helpers/pick-type.helper.js.map +1 -0
  382. package/dist/lib/types/swagger-enum.type.d.ts +2 -0
  383. package/dist/lib/types/swagger-enum.type.d.ts.map +1 -0
  384. package/dist/lib/types/swagger-enum.type.js +2 -0
  385. package/dist/lib/types/swagger-enum.type.js.map +1 -0
  386. package/dist/lib/utils/assign-two-levels-deep.d.ts +16 -0
  387. package/dist/lib/utils/assign-two-levels-deep.d.ts.map +1 -0
  388. package/dist/lib/utils/assign-two-levels-deep.js +24 -0
  389. package/dist/lib/utils/assign-two-levels-deep.js.map +1 -0
  390. package/dist/lib/utils/enum.utils.d.ts +10 -0
  391. package/dist/lib/utils/enum.utils.d.ts.map +1 -0
  392. package/dist/lib/utils/enum.utils.js +68 -0
  393. package/dist/lib/utils/enum.utils.js.map +1 -0
  394. package/dist/lib/utils/extend-metadata.util.d.ts +3 -0
  395. package/dist/lib/utils/extend-metadata.util.d.ts.map +1 -0
  396. package/dist/lib/utils/extend-metadata.util.js +9 -0
  397. package/dist/lib/utils/extend-metadata.util.js.map +1 -0
  398. package/dist/lib/utils/get-global-prefix.d.ts +3 -0
  399. package/dist/lib/utils/get-global-prefix.d.ts.map +1 -0
  400. package/dist/lib/utils/get-global-prefix.js +5 -0
  401. package/dist/lib/utils/get-global-prefix.js.map +1 -0
  402. package/dist/lib/utils/get-schema-path.util.d.ts +5 -0
  403. package/dist/lib/utils/get-schema-path.util.d.ts.map +1 -0
  404. package/dist/lib/utils/get-schema-path.util.js +22 -0
  405. package/dist/lib/utils/get-schema-path.util.js.map +1 -0
  406. package/dist/lib/utils/index.d.ts +2 -0
  407. package/dist/lib/utils/index.d.ts.map +1 -0
  408. package/dist/lib/utils/index.js +2 -0
  409. package/dist/lib/utils/index.js.map +1 -0
  410. package/dist/lib/utils/is-body-parameter.util.d.ts +3 -0
  411. package/dist/lib/utils/is-body-parameter.util.d.ts.map +1 -0
  412. package/dist/lib/utils/is-body-parameter.util.js +4 -0
  413. package/dist/lib/utils/is-body-parameter.util.js.map +1 -0
  414. package/dist/lib/utils/is-built-in-type.util.d.ts +3 -0
  415. package/dist/lib/utils/is-built-in-type.util.d.ts.map +1 -0
  416. package/dist/lib/utils/is-built-in-type.util.js +6 -0
  417. package/dist/lib/utils/is-built-in-type.util.js.map +1 -0
  418. package/dist/lib/utils/is-date-ctor.util.d.ts +3 -0
  419. package/dist/lib/utils/is-date-ctor.util.d.ts.map +1 -0
  420. package/dist/lib/utils/is-date-ctor.util.js +4 -0
  421. package/dist/lib/utils/is-date-ctor.util.js.map +1 -0
  422. package/dist/lib/utils/merge-and-uniq.util.d.ts +2 -0
  423. package/dist/lib/utils/merge-and-uniq.util.d.ts.map +1 -0
  424. package/dist/lib/utils/merge-and-uniq.util.js +5 -0
  425. package/dist/lib/utils/merge-and-uniq.util.js.map +1 -0
  426. package/dist/lib/utils/normalize-rel-path.d.ts +2 -0
  427. package/dist/lib/utils/normalize-rel-path.d.ts.map +1 -0
  428. package/dist/lib/utils/normalize-rel-path.js +6 -0
  429. package/dist/lib/utils/normalize-rel-path.js.map +1 -0
  430. package/dist/lib/utils/remove-undefined-keys.d.ts +6 -0
  431. package/dist/lib/utils/remove-undefined-keys.d.ts.map +1 -0
  432. package/dist/lib/utils/remove-undefined-keys.js +9 -0
  433. package/dist/lib/utils/remove-undefined-keys.js.map +1 -0
  434. package/dist/lib/utils/resolve-path.util.d.ts +2 -0
  435. package/dist/lib/utils/resolve-path.util.d.ts.map +1 -0
  436. package/dist/lib/utils/resolve-path.util.js +5 -0
  437. package/dist/lib/utils/resolve-path.util.js.map +1 -0
  438. package/dist/lib/utils/reverse-object-keys.util.d.ts +2 -0
  439. package/dist/lib/utils/reverse-object-keys.util.d.ts.map +1 -0
  440. package/dist/lib/utils/reverse-object-keys.util.js +9 -0
  441. package/dist/lib/utils/reverse-object-keys.util.js.map +1 -0
  442. package/dist/lib/utils/sort-object-lexicographically.d.ts +6 -0
  443. package/dist/lib/utils/sort-object-lexicographically.d.ts.map +1 -0
  444. package/dist/lib/utils/sort-object-lexicographically.js +9 -0
  445. package/dist/lib/utils/sort-object-lexicographically.js.map +1 -0
  446. package/dist/lib/utils/strip-last-slash.util.d.ts +2 -0
  447. package/dist/lib/utils/strip-last-slash.util.d.ts.map +1 -0
  448. package/dist/lib/utils/strip-last-slash.util.js +4 -0
  449. package/dist/lib/utils/strip-last-slash.util.js.map +1 -0
  450. package/dist/lib/utils/validate-global-prefix.util.d.ts +2 -0
  451. package/dist/lib/utils/validate-global-prefix.util.d.ts.map +1 -0
  452. package/dist/lib/utils/validate-global-prefix.util.js +4 -0
  453. package/dist/lib/utils/validate-global-prefix.util.js.map +1 -0
  454. package/dist/lib/utils/validate-path.util.d.ts +2 -0
  455. package/dist/lib/utils/validate-path.util.d.ts.map +1 -0
  456. package/dist/lib/utils/validate-path.util.js +4 -0
  457. package/dist/lib/utils/validate-path.util.js.map +1 -0
  458. package/package.json +40 -0
@@ -0,0 +1,266 @@
1
+ import { compact, head } from 'lodash';
2
+ import { posix } from 'path';
3
+ import * as ts from 'typescript';
4
+ import { ApiOperation, ApiResponse } from '../../decorators/index.js';
5
+ import { OPENAPI_NAMESPACE } from '../plugin-constants.js';
6
+ import { createLiteralFromAnyValue, getDecoratorArguments, getDecoratorName, getMainCommentOfNode, getTsDocErrorsOfNode, getTsDocTagsOfNode, } from '../utils/ast-utils.js';
7
+ import { convertPath, getDecoratorOrUndefinedByNames, getTypeReferenceAsString, hasPropertyKey, } from '../utils/plugin-utils.js';
8
+ import { typeReferenceToIdentifier } from '../utils/type-reference-to-identifier.util.js';
9
+ import { AbstractFileVisitor } from './abstract.visitor.js';
10
+ import { Cast } from 'vona';
11
+ export class ControllerClassVisitor extends AbstractFileVisitor {
12
+ constructor() {
13
+ super(...arguments);
14
+ Object.defineProperty(this, "_collectedMetadata", {
15
+ enumerable: true,
16
+ configurable: true,
17
+ writable: true,
18
+ value: {}
19
+ });
20
+ Object.defineProperty(this, "_typeImports", {
21
+ enumerable: true,
22
+ configurable: true,
23
+ writable: true,
24
+ value: {}
25
+ });
26
+ }
27
+ get typeImports() {
28
+ return this._typeImports;
29
+ }
30
+ get collectedMetadata() {
31
+ const metadataWithImports = [];
32
+ Object.keys(this._collectedMetadata).forEach(filePath => {
33
+ const metadata = this._collectedMetadata[filePath];
34
+ const path = filePath.replace(/\.[jt]s$/, '');
35
+ const importExpr = ts.factory.createCallExpression(ts.factory.createToken(ts.SyntaxKind.ImportKeyword), undefined, [ts.factory.createStringLiteral(path)]);
36
+ metadataWithImports.push([importExpr, metadata]);
37
+ });
38
+ return metadataWithImports;
39
+ }
40
+ visit(sourceFile, ctx, program, options) {
41
+ const typeChecker = program.getTypeChecker();
42
+ if (!options.readonly) {
43
+ sourceFile = Cast(this).updateImports(sourceFile, ctx.factory, program);
44
+ }
45
+ const visitNode = (node) => {
46
+ if (ts.isMethodDeclaration(node)) {
47
+ try {
48
+ const metadata = {};
49
+ const updatedNode = this.addDecoratorToNode(ctx.factory, node, typeChecker, options, sourceFile, metadata);
50
+ if (!options.readonly) {
51
+ return updatedNode;
52
+ }
53
+ else {
54
+ const filePath = this.normalizeImportPath(options.pathToSource, sourceFile.fileName);
55
+ if (!this._collectedMetadata[filePath]) {
56
+ this._collectedMetadata[filePath] = {};
57
+ }
58
+ const parent = node.parent;
59
+ const clsName = parent.name?.getText();
60
+ if (clsName) {
61
+ if (!this._collectedMetadata[filePath][clsName]) {
62
+ this._collectedMetadata[filePath][clsName] = {};
63
+ }
64
+ Object.assign(this._collectedMetadata[filePath][clsName], metadata);
65
+ }
66
+ }
67
+ }
68
+ catch {
69
+ if (!options.readonly) {
70
+ return node;
71
+ }
72
+ }
73
+ }
74
+ if (options.readonly) {
75
+ ts.forEachChild(node, visitNode);
76
+ }
77
+ else {
78
+ return ts.visitEachChild(node, visitNode, ctx);
79
+ }
80
+ };
81
+ return ts.visitNode(sourceFile, visitNode);
82
+ }
83
+ addDecoratorToNode(factory, compilerNode, typeChecker, options, sourceFile, metadata) {
84
+ const hostFilename = sourceFile.fileName;
85
+ const decorators = ts.canHaveDecorators(compilerNode) && ts.getDecorators(compilerNode);
86
+ if (!decorators) {
87
+ return compilerNode;
88
+ }
89
+ const apiOperationDecoratorsArray = this.createApiOperationDecorator(factory, compilerNode, decorators, options, sourceFile, typeChecker, metadata);
90
+ const apiResponseDecoratorsArray = this.createApiResponseDecorator(factory, compilerNode, options, metadata);
91
+ const removeExistingApiOperationDecorator = apiOperationDecoratorsArray.length > 0;
92
+ const existingDecorators = removeExistingApiOperationDecorator
93
+ ? decorators.filter(item => getDecoratorName(item) !== ApiOperation.name)
94
+ : decorators;
95
+ const modifiers = ts.getModifiers(compilerNode) ?? [];
96
+ const objectLiteralExpr = this.createDecoratorObjectLiteralExpr(factory, compilerNode, typeChecker, factory.createNodeArray(), hostFilename, metadata, options);
97
+ const updatedDecorators = [
98
+ ...apiOperationDecoratorsArray,
99
+ ...apiResponseDecoratorsArray,
100
+ ...existingDecorators,
101
+ factory.createDecorator(factory.createCallExpression(factory.createIdentifier(`${OPENAPI_NAMESPACE}.${ApiResponse.name}`), undefined, [
102
+ factory.createObjectLiteralExpression(objectLiteralExpr.properties),
103
+ ])),
104
+ ];
105
+ if (!options.readonly) {
106
+ return factory.updateMethodDeclaration(compilerNode, [...updatedDecorators, ...modifiers], compilerNode.asteriskToken, compilerNode.name, compilerNode.questionToken, compilerNode.typeParameters, compilerNode.parameters, compilerNode.type, compilerNode.body);
107
+ }
108
+ else {
109
+ return compilerNode;
110
+ }
111
+ }
112
+ createApiOperationDecorator(factory, node, decorators, options, sourceFile, typeChecker, metadata) {
113
+ if (!options.introspectComments) {
114
+ return [];
115
+ }
116
+ const apiOperationDecorator = getDecoratorOrUndefinedByNames([ApiOperation.name], decorators, factory);
117
+ let apiOperationExistingProps = undefined;
118
+ if (apiOperationDecorator && !options.readonly) {
119
+ const apiOperationExpr = head(getDecoratorArguments(apiOperationDecorator));
120
+ if (apiOperationExpr) {
121
+ apiOperationExistingProps = apiOperationExpr.properties;
122
+ }
123
+ }
124
+ const extractedComments = getMainCommentOfNode(node, sourceFile);
125
+ if (!extractedComments) {
126
+ return [];
127
+ }
128
+ const properties = [...(apiOperationExistingProps ?? factory.createNodeArray())];
129
+ const tags = getTsDocTagsOfNode(node, typeChecker);
130
+ const hasRemarksKey = hasPropertyKey('description', factory.createNodeArray(apiOperationExistingProps));
131
+ if (!hasRemarksKey && tags.remarks) {
132
+ // When the @remarks tag is used in the comment, it will be added to the description property of the @ApiOperation decorator.
133
+ // In this case, even when the "controllerKeyOfComment" option is set to "description", the "summary" property will be used.
134
+ const remarksPropertyAssignment = factory.createPropertyAssignment('description', createLiteralFromAnyValue(factory, tags.remarks));
135
+ properties.push(remarksPropertyAssignment);
136
+ if (options.controllerKeyOfComment === 'description') {
137
+ properties.unshift(factory.createPropertyAssignment('summary', factory.createStringLiteral(extractedComments)));
138
+ }
139
+ else {
140
+ const keyToGenerate = options.controllerKeyOfComment;
141
+ properties.unshift(factory.createPropertyAssignment(keyToGenerate, factory.createStringLiteral(extractedComments)));
142
+ }
143
+ }
144
+ else {
145
+ // No @remarks tag was found in the comment so use the attribute set by the user
146
+ const keyToGenerate = options.controllerKeyOfComment;
147
+ properties.unshift(factory.createPropertyAssignment(keyToGenerate, factory.createStringLiteral(extractedComments)));
148
+ }
149
+ const hasDeprecatedKey = hasPropertyKey('deprecated', factory.createNodeArray(apiOperationExistingProps));
150
+ if (!hasDeprecatedKey && tags.deprecated) {
151
+ const deprecatedPropertyAssignment = factory.createPropertyAssignment('deprecated', createLiteralFromAnyValue(factory, tags.deprecated));
152
+ properties.push(deprecatedPropertyAssignment);
153
+ }
154
+ const objectLiteralExpr = factory.createObjectLiteralExpression(compact(properties));
155
+ const apiOperationDecoratorArguments = factory.createNodeArray([objectLiteralExpr]);
156
+ const methodKey = node.name.getText();
157
+ if (metadata[methodKey]) {
158
+ const existingObjectLiteralExpr = metadata[methodKey];
159
+ const existingProperties = existingObjectLiteralExpr.properties;
160
+ const updatedProperties = factory.createNodeArray([...existingProperties, ...compact(properties)]);
161
+ const updatedObjectLiteralExpr = factory.createObjectLiteralExpression(updatedProperties);
162
+ metadata[methodKey] = updatedObjectLiteralExpr;
163
+ }
164
+ else {
165
+ metadata[methodKey] = objectLiteralExpr;
166
+ }
167
+ if (apiOperationDecorator) {
168
+ const expr = apiOperationDecorator.expression;
169
+ const updatedCallExpr = factory.updateCallExpression(expr, expr.expression, undefined, apiOperationDecoratorArguments);
170
+ return [factory.updateDecorator(apiOperationDecorator, updatedCallExpr)];
171
+ }
172
+ else {
173
+ return [
174
+ factory.createDecorator(factory.createCallExpression(factory.createIdentifier(`${OPENAPI_NAMESPACE}.${ApiOperation.name}`), undefined, apiOperationDecoratorArguments)),
175
+ ];
176
+ }
177
+ }
178
+ createApiResponseDecorator(factory, node, options, metadata) {
179
+ if (!options.introspectComments) {
180
+ return [];
181
+ }
182
+ const tags = getTsDocErrorsOfNode(node);
183
+ if (!tags.length) {
184
+ return [];
185
+ }
186
+ return tags.map(tag => {
187
+ const properties = [];
188
+ properties.push(factory.createPropertyAssignment('status', factory.createNumericLiteral(Cast(tag).status)));
189
+ properties.push(factory.createPropertyAssignment('description', factory.createNumericLiteral(Cast(tag).description)));
190
+ const objectLiteralExpr = factory.createObjectLiteralExpression(compact(properties));
191
+ const methodKey = node.name.getText();
192
+ metadata[methodKey] = objectLiteralExpr;
193
+ const apiResponseDecoratorArguments = factory.createNodeArray([objectLiteralExpr]);
194
+ return factory.createDecorator(factory.createCallExpression(factory.createIdentifier(`${OPENAPI_NAMESPACE}.${ApiResponse.name}`), undefined, apiResponseDecoratorArguments));
195
+ });
196
+ }
197
+ createDecoratorObjectLiteralExpr(factory, node, typeChecker, existingProperties = factory.createNodeArray(), hostFilename, metadata, options) {
198
+ let properties = [];
199
+ if (!options.readonly) {
200
+ properties = properties.concat(existingProperties, this.createStatusPropertyAssignment(factory, node, existingProperties));
201
+ }
202
+ properties = properties.concat([
203
+ this.createTypePropertyAssignment(factory, node, typeChecker, existingProperties, hostFilename, options),
204
+ ]);
205
+ const objectLiteralExpr = factory.createObjectLiteralExpression(compact(properties));
206
+ const methodKey = node.name.getText();
207
+ const existingExprOrUndefined = metadata[methodKey];
208
+ if (existingExprOrUndefined) {
209
+ const existingProperties = existingExprOrUndefined.properties;
210
+ const updatedProperties = factory.createNodeArray([...existingProperties, ...compact(properties)]);
211
+ const updatedObjectLiteralExpr = factory.createObjectLiteralExpression(updatedProperties);
212
+ metadata[methodKey] = updatedObjectLiteralExpr;
213
+ }
214
+ else {
215
+ metadata[methodKey] = objectLiteralExpr;
216
+ }
217
+ return objectLiteralExpr;
218
+ }
219
+ createTypePropertyAssignment(factory, node, typeChecker, existingProperties, hostFilename, options) {
220
+ if (hasPropertyKey('type', existingProperties)) {
221
+ return undefined;
222
+ }
223
+ const signature = typeChecker.getSignatureFromDeclaration(node);
224
+ const type = typeChecker.getReturnTypeOfSignature(signature);
225
+ if (!type) {
226
+ return undefined;
227
+ }
228
+ const typeReferenceDescriptor = getTypeReferenceAsString(type, typeChecker);
229
+ if (!typeReferenceDescriptor.typeName) {
230
+ return undefined;
231
+ }
232
+ if (typeReferenceDescriptor.typeName.includes('node_modules')) {
233
+ return undefined;
234
+ }
235
+ const identifier = typeReferenceToIdentifier(typeReferenceDescriptor, hostFilename, options, factory, type, this._typeImports);
236
+ return factory.createPropertyAssignment('type', identifier);
237
+ }
238
+ createStatusPropertyAssignment(factory, node, existingProperties) {
239
+ if (hasPropertyKey('status', existingProperties)) {
240
+ return undefined;
241
+ }
242
+ const statusNode = this.getStatusCodeIdentifier(factory, node);
243
+ return factory.createPropertyAssignment('status', statusNode);
244
+ }
245
+ getStatusCodeIdentifier(factory, node) {
246
+ const decorators = ts.canHaveDecorators(node) && ts.getDecorators(node);
247
+ const httpCodeDecorator = getDecoratorOrUndefinedByNames(['HttpCode'], decorators, factory);
248
+ if (httpCodeDecorator) {
249
+ const argument = head(getDecoratorArguments(httpCodeDecorator));
250
+ if (argument) {
251
+ return argument;
252
+ }
253
+ }
254
+ const postDecorator = getDecoratorOrUndefinedByNames(['Post'], decorators, factory);
255
+ if (postDecorator) {
256
+ return factory.createIdentifier('201');
257
+ }
258
+ return factory.createIdentifier('200');
259
+ }
260
+ normalizeImportPath(pathToSource, path) {
261
+ let relativePath = posix.relative(convertPath(pathToSource), convertPath(path));
262
+ relativePath = relativePath[0] !== '.' ? './' + relativePath : relativePath;
263
+ return relativePath;
264
+ }
265
+ }
266
+ //# sourceMappingURL=controller-class.visitor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller-class.visitor.js","sourceRoot":"","sources":["../../../../src/lib/plugin/visitors/controller-class.visitor.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ import * as ts from 'typescript';
2
+ import { PropertyAssignment } from 'typescript';
3
+ import { PluginOptions } from '../merge-options.js';
4
+ import { AbstractFileVisitor } from './abstract.visitor.js';
5
+ type ClassMetadata = Record<string, ts.ObjectLiteralExpression>;
6
+ export declare class ModelClassVisitor extends AbstractFileVisitor {
7
+ private readonly _typeImports;
8
+ private readonly _collectedMetadata;
9
+ get typeImports(): Record<string, string>;
10
+ get collectedMetadata(): Array<[ts.CallExpression, Record<string, ClassMetadata>]>;
11
+ visit(sourceFile: ts.SourceFile, ctx: ts.TransformationContext, program: ts.Program, options: PluginOptions): ts.Node | undefined;
12
+ visitPropertyNodeDeclaration(node: ts.PropertyDeclaration, ctx: ts.TransformationContext, typeChecker: ts.TypeChecker, options: PluginOptions, sourceFile: ts.SourceFile, metadata: ClassMetadata, externalImports: Record<string, string>): ts.PropertyDeclaration | undefined;
13
+ visitConstructorDeclarationNode(constructorNode: ts.ConstructorDeclaration, typeChecker: ts.TypeChecker, options: PluginOptions, sourceFile: ts.SourceFile, metadata: ClassMetadata, externalImports: Record<string, string>): void;
14
+ addMetadataFactory(factory: ts.NodeFactory, node: ts.ClassDeclaration, classMetadata: ClassMetadata, sourceFile: ts.SourceFile, options: PluginOptions): ts.ClassDeclaration | undefined;
15
+ inspectPropertyDeclaration(factory: ts.NodeFactory, compilerNode: ts.PropertyDeclaration, typeChecker: ts.TypeChecker, options: PluginOptions, hostFilename: string, sourceFile: ts.SourceFile, metadata: ClassMetadata, externalImports: Record<string, string>): void;
16
+ createDecoratorObjectLiteralExpr(factory: ts.NodeFactory, node: ts.PropertyDeclaration | ts.PropertySignature | ts.ParameterDeclaration, typeChecker: ts.TypeChecker, existingProperties?: ts.NodeArray<ts.PropertyAssignment>, options?: PluginOptions, hostFilename?: string, sourceFile?: ts.SourceFile, externalImports?: Record<string, string>): ts.ObjectLiteralExpression;
17
+ /**
18
+ * Returns an array with 0..2 "ts.PropertyAssignment"s.
19
+ * The first one is the "type" property assignment, the second one is the "nullable" property assignment.
20
+ * When type cannot be determined, an empty array is returned.
21
+ */
22
+ private createTypePropertyAssignments;
23
+ createInitializerForTypeLiteralNode(node: ts.TypeLiteralNode, factory: ts.NodeFactory, typeChecker: ts.TypeChecker, existingProperties: ts.NodeArray<ts.PropertyAssignment>, hostFilename: string, options: PluginOptions): ts.ArrowFunction;
24
+ isNullableUnion(node: ts.UnionTypeNode): {
25
+ nullableType: ts.TypeNode | undefined;
26
+ isNullable: boolean;
27
+ };
28
+ createEnumPropertyAssignment(factory: ts.NodeFactory, node: ts.PropertyDeclaration | ts.PropertySignature | ts.ParameterDeclaration, typeChecker: ts.TypeChecker, existingProperties: ts.NodeArray<ts.PropertyAssignment>, hostFilename: string, options: PluginOptions, externalImports: Record<string, string>): ts.PropertyAssignment | ts.PropertyAssignment[] | undefined;
29
+ createDefaultPropertyAssignment(factory: ts.NodeFactory, node: ts.PropertyDeclaration | ts.PropertySignature | ts.ParameterDeclaration, existingProperties: ts.NodeArray<ts.PropertyAssignment>, options: PluginOptions): ts.PropertyAssignment | undefined;
30
+ createValidationPropertyAssignments(factory: ts.NodeFactory, node: ts.PropertyDeclaration | ts.PropertySignature, options: PluginOptions): ts.PropertyAssignment[];
31
+ addPropertyByValidationDecorator(factory: ts.NodeFactory, decoratorName: string, propertyKey: string, decorators: readonly ts.Decorator[], assignments: ts.PropertyAssignment[], options: PluginOptions): void;
32
+ addPropertiesByValidationDecorator(factory: ts.NodeFactory, decoratorName: string, decorators: readonly ts.Decorator[], assignments: ts.PropertyAssignment[], addPropertyAssignments: (decoratorRef: ts.Decorator) => PropertyAssignment[]): void;
33
+ addClassMetadata(node: ts.PropertyDeclaration, objectLiteral: ts.ObjectLiteralExpression, sourceFile: ts.SourceFile, metadata: ClassMetadata): void;
34
+ createDescriptionAndTsDocTagPropertyAssignments(factory: ts.NodeFactory, node: ts.PropertyDeclaration | ts.PropertySignature | ts.ParameterDeclaration, typeChecker: ts.TypeChecker, existingProperties?: ts.NodeArray<ts.PropertyAssignment>, options?: PluginOptions, sourceFile?: ts.SourceFile): ts.PropertyAssignment[];
35
+ private normalizeImportPath;
36
+ private clonePrimitiveLiteral;
37
+ private getInitializerPrimitiveTypeName;
38
+ }
39
+ export {};
40
+ //# sourceMappingURL=model-class.visitor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model-class.visitor.d.ts","sourceRoot":"","sources":["../../../../src/lib/plugin/visitors/model-class.visitor.ts"],"names":[],"mappings":"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"}