@typia/utils 13.0.0-dev.20260427-3 → 13.0.0-dev.20260430

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 (345) hide show
  1. package/lib/converters/LlmSchemaConverter.js +6 -15
  2. package/lib/converters/LlmSchemaConverter.js.map +1 -1
  3. package/lib/converters/LlmSchemaConverter.mjs +2 -7
  4. package/lib/converters/LlmSchemaConverter.mjs.map +1 -1
  5. package/lib/converters/LlmSchemaConverter2.mjs +440 -451
  6. package/lib/converters/LlmSchemaConverter2.mjs.map +1 -1
  7. package/lib/converters/OpenApiConverter.mjs +2 -7
  8. package/lib/converters/OpenApiConverter.mjs.map +1 -1
  9. package/lib/converters/OpenApiConverter2.mjs +163 -164
  10. package/lib/converters/OpenApiConverter2.mjs.map +1 -1
  11. package/lib/converters/index.mjs +1 -7
  12. package/lib/converters/index.mjs.map +1 -1
  13. package/lib/converters/index2.mjs +31 -32
  14. package/lib/converters/index2.mjs.map +1 -1
  15. package/lib/converters/internal/LlmDescriptionInverter.mjs +2 -7
  16. package/lib/converters/internal/LlmDescriptionInverter.mjs.map +1 -1
  17. package/lib/converters/internal/LlmDescriptionInverter2.mjs +143 -150
  18. package/lib/converters/internal/LlmDescriptionInverter2.mjs.map +1 -1
  19. package/lib/converters/internal/LlmParametersComposer.mjs +2 -7
  20. package/lib/converters/internal/LlmParametersComposer.mjs.map +1 -1
  21. package/lib/converters/internal/LlmParametersComposer2.mjs +37 -44
  22. package/lib/converters/internal/LlmParametersComposer2.mjs.map +1 -1
  23. package/lib/converters/internal/OpenApiConstraintShifter.mjs +2 -7
  24. package/lib/converters/internal/OpenApiConstraintShifter.mjs.map +1 -1
  25. package/lib/converters/internal/OpenApiConstraintShifter2.mjs +105 -112
  26. package/lib/converters/internal/OpenApiConstraintShifter2.mjs.map +1 -1
  27. package/lib/converters/internal/OpenApiExclusiveEmender.mjs +2 -7
  28. package/lib/converters/internal/OpenApiExclusiveEmender.mjs.map +1 -1
  29. package/lib/converters/internal/OpenApiExclusiveEmender2.mjs +32 -40
  30. package/lib/converters/internal/OpenApiExclusiveEmender2.mjs.map +1 -1
  31. package/lib/converters/internal/OpenApiV3Downgrader.mjs +2 -7
  32. package/lib/converters/internal/OpenApiV3Downgrader.mjs.map +1 -1
  33. package/lib/converters/internal/OpenApiV3Downgrader2.mjs +237 -244
  34. package/lib/converters/internal/OpenApiV3Downgrader2.mjs.map +1 -1
  35. package/lib/converters/internal/OpenApiV3Upgrader.mjs +2 -7
  36. package/lib/converters/internal/OpenApiV3Upgrader.mjs.map +1 -1
  37. package/lib/converters/internal/OpenApiV3Upgrader2.mjs +300 -305
  38. package/lib/converters/internal/OpenApiV3Upgrader2.mjs.map +1 -1
  39. package/lib/converters/internal/OpenApiV3_1Downgrader.mjs +2 -7
  40. package/lib/converters/internal/OpenApiV3_1Downgrader.mjs.map +1 -1
  41. package/lib/converters/internal/OpenApiV3_1Downgrader2.mjs +193 -200
  42. package/lib/converters/internal/OpenApiV3_1Downgrader2.mjs.map +1 -1
  43. package/lib/converters/internal/OpenApiV3_1Upgrader.mjs +2 -7
  44. package/lib/converters/internal/OpenApiV3_1Upgrader.mjs.map +1 -1
  45. package/lib/converters/internal/OpenApiV3_1Upgrader2.mjs +424 -429
  46. package/lib/converters/internal/OpenApiV3_1Upgrader2.mjs.map +1 -1
  47. package/lib/converters/internal/OpenApiV3_2Upgrader.mjs +2 -7
  48. package/lib/converters/internal/OpenApiV3_2Upgrader.mjs.map +1 -1
  49. package/lib/converters/internal/OpenApiV3_2Upgrader2.mjs +202 -208
  50. package/lib/converters/internal/OpenApiV3_2Upgrader2.mjs.map +1 -1
  51. package/lib/converters/internal/SwaggerV2Downgrader.mjs +2 -7
  52. package/lib/converters/internal/SwaggerV2Downgrader.mjs.map +1 -1
  53. package/lib/converters/internal/SwaggerV2Downgrader2.mjs +287 -294
  54. package/lib/converters/internal/SwaggerV2Downgrader2.mjs.map +1 -1
  55. package/lib/converters/internal/SwaggerV2Upgrader.mjs +2 -7
  56. package/lib/converters/internal/SwaggerV2Upgrader.mjs.map +1 -1
  57. package/lib/converters/internal/SwaggerV2Upgrader2.mjs +370 -375
  58. package/lib/converters/internal/SwaggerV2Upgrader2.mjs.map +1 -1
  59. package/lib/http/HttpError.mjs +2 -7
  60. package/lib/http/HttpError.mjs.map +1 -1
  61. package/lib/http/HttpError2.mjs +69 -77
  62. package/lib/http/HttpError2.mjs.map +1 -1
  63. package/lib/http/HttpLlm.mjs +2 -7
  64. package/lib/http/HttpLlm.mjs.map +1 -1
  65. package/lib/http/HttpLlm2.mjs +107 -112
  66. package/lib/http/HttpLlm2.mjs.map +1 -1
  67. package/lib/http/HttpMigration.mjs +2 -7
  68. package/lib/http/HttpMigration.mjs.map +1 -1
  69. package/lib/http/HttpMigration2.mjs +58 -63
  70. package/lib/http/HttpMigration2.mjs.map +1 -1
  71. package/lib/http/index.mjs +1 -7
  72. package/lib/http/index.mjs.map +1 -1
  73. package/lib/http/index2.mjs +30 -31
  74. package/lib/http/index2.mjs.map +1 -1
  75. package/lib/http/internal/HttpLlmApplicationComposer.mjs +2 -7
  76. package/lib/http/internal/HttpLlmApplicationComposer.mjs.map +1 -1
  77. package/lib/http/internal/HttpLlmApplicationComposer2.mjs +301 -306
  78. package/lib/http/internal/HttpLlmApplicationComposer2.mjs.map +1 -1
  79. package/lib/http/internal/HttpLlmFunctionFetcher.mjs +2 -7
  80. package/lib/http/internal/HttpLlmFunctionFetcher.mjs.map +1 -1
  81. package/lib/http/internal/HttpLlmFunctionFetcher2.mjs +26 -33
  82. package/lib/http/internal/HttpLlmFunctionFetcher2.mjs.map +1 -1
  83. package/lib/http/internal/HttpMigrateApplicationComposer.mjs +2 -7
  84. package/lib/http/internal/HttpMigrateApplicationComposer.mjs.map +1 -1
  85. package/lib/http/internal/HttpMigrateApplicationComposer2.mjs +51 -56
  86. package/lib/http/internal/HttpMigrateApplicationComposer2.mjs.map +1 -1
  87. package/lib/http/internal/HttpMigrateRouteAccessor.mjs +2 -7
  88. package/lib/http/internal/HttpMigrateRouteAccessor.mjs.map +1 -1
  89. package/lib/http/internal/HttpMigrateRouteAccessor2.mjs +113 -118
  90. package/lib/http/internal/HttpMigrateRouteAccessor2.mjs.map +1 -1
  91. package/lib/http/internal/HttpMigrateRouteComposer.mjs +2 -7
  92. package/lib/http/internal/HttpMigrateRouteComposer.mjs.map +1 -1
  93. package/lib/http/internal/HttpMigrateRouteComposer2.mjs +376 -381
  94. package/lib/http/internal/HttpMigrateRouteComposer2.mjs.map +1 -1
  95. package/lib/http/internal/HttpMigrateRouteFetcher.mjs +2 -7
  96. package/lib/http/internal/HttpMigrateRouteFetcher.mjs.map +1 -1
  97. package/lib/http/internal/HttpMigrateRouteFetcher2.mjs +182 -189
  98. package/lib/http/internal/HttpMigrateRouteFetcher2.mjs.map +1 -1
  99. package/lib/index.mjs +1 -7
  100. package/lib/index.mjs.map +1 -1
  101. package/lib/index2.mjs +33 -33
  102. package/lib/index2.mjs.map +1 -1
  103. package/lib/utils/ArrayUtil.mjs +2 -7
  104. package/lib/utils/ArrayUtil.mjs.map +1 -1
  105. package/lib/utils/ArrayUtil2.mjs +29 -37
  106. package/lib/utils/ArrayUtil2.mjs.map +1 -1
  107. package/lib/utils/LlmJson.mjs +2 -7
  108. package/lib/utils/LlmJson.mjs.map +1 -1
  109. package/lib/utils/LlmJson2.mjs +166 -169
  110. package/lib/utils/LlmJson2.mjs.map +1 -1
  111. package/lib/utils/MapUtil.mjs +2 -7
  112. package/lib/utils/MapUtil.mjs.map +1 -1
  113. package/lib/utils/MapUtil2.mjs +16 -24
  114. package/lib/utils/MapUtil2.mjs.map +1 -1
  115. package/lib/utils/NamingConvention.mjs +2 -7
  116. package/lib/utils/NamingConvention.mjs.map +1 -1
  117. package/lib/utils/NamingConvention2.mjs +199 -207
  118. package/lib/utils/NamingConvention2.mjs.map +1 -1
  119. package/lib/utils/Singleton.d.ts +1 -6
  120. package/lib/utils/Singleton.js +1 -0
  121. package/lib/utils/Singleton.js.map +1 -1
  122. package/lib/utils/Singleton.mjs +2 -7
  123. package/lib/utils/Singleton.mjs.map +1 -1
  124. package/lib/utils/Singleton2.mjs +17 -24
  125. package/lib/utils/Singleton2.mjs.map +1 -1
  126. package/lib/utils/StringUtil.mjs +2 -7
  127. package/lib/utils/StringUtil.mjs.map +1 -1
  128. package/lib/utils/StringUtil2.mjs +14 -22
  129. package/lib/utils/StringUtil2.mjs.map +1 -1
  130. package/lib/utils/dedent.mjs +2 -7
  131. package/lib/utils/dedent.mjs.map +1 -1
  132. package/lib/utils/dedent2.mjs +50 -58
  133. package/lib/utils/dedent2.mjs.map +1 -1
  134. package/lib/utils/index.mjs +1 -7
  135. package/lib/utils/index.mjs.map +1 -1
  136. package/lib/utils/index2.mjs +42 -39
  137. package/lib/utils/index2.mjs.map +1 -1
  138. package/lib/utils/internal/EndpointUtil.mjs +2 -7
  139. package/lib/utils/internal/EndpointUtil.mjs.map +1 -1
  140. package/lib/utils/internal/EndpointUtil2.mjs +39 -46
  141. package/lib/utils/internal/EndpointUtil2.mjs.map +1 -1
  142. package/lib/utils/internal/JsonDescriptor.mjs +2 -7
  143. package/lib/utils/internal/JsonDescriptor.mjs.map +1 -1
  144. package/lib/utils/internal/JsonDescriptor2.mjs +55 -61
  145. package/lib/utils/internal/JsonDescriptor2.mjs.map +1 -1
  146. package/lib/utils/internal/OpenApiTypeCheckerBase.js +23 -14
  147. package/lib/utils/internal/OpenApiTypeCheckerBase.js.map +1 -1
  148. package/lib/utils/internal/OpenApiTypeCheckerBase.mjs +2 -7
  149. package/lib/utils/internal/OpenApiTypeCheckerBase.mjs.map +1 -1
  150. package/lib/utils/internal/OpenApiTypeCheckerBase2.mjs +539 -536
  151. package/lib/utils/internal/OpenApiTypeCheckerBase2.mjs.map +1 -1
  152. package/lib/utils/internal/coerceLlmArguments.js +27 -1
  153. package/lib/utils/internal/coerceLlmArguments.js.map +1 -1
  154. package/lib/utils/internal/coerceLlmArguments.mjs +2 -7
  155. package/lib/utils/internal/coerceLlmArguments.mjs.map +1 -1
  156. package/lib/utils/internal/coerceLlmArguments2.mjs +278 -258
  157. package/lib/utils/internal/coerceLlmArguments2.mjs.map +1 -1
  158. package/lib/utils/internal/parseLenientJson.mjs +2 -7
  159. package/lib/utils/internal/parseLenientJson.mjs.map +1 -1
  160. package/lib/utils/internal/parseLenientJson2.mjs +803 -811
  161. package/lib/utils/internal/parseLenientJson2.mjs.map +1 -1
  162. package/lib/utils/internal/stringifyValidationFailure.mjs +2 -7
  163. package/lib/utils/internal/stringifyValidationFailure.mjs.map +1 -1
  164. package/lib/utils/internal/stringifyValidationFailure2.mjs +310 -316
  165. package/lib/utils/internal/stringifyValidationFailure2.mjs.map +1 -1
  166. package/lib/validators/LlmTypeChecker.mjs +2 -7
  167. package/lib/validators/LlmTypeChecker.mjs.map +1 -1
  168. package/lib/validators/LlmTypeChecker2.mjs +314 -320
  169. package/lib/validators/LlmTypeChecker2.mjs.map +1 -1
  170. package/lib/validators/OpenApiTypeChecker.mjs +2 -7
  171. package/lib/validators/OpenApiTypeChecker.mjs.map +1 -1
  172. package/lib/validators/OpenApiTypeChecker2.mjs +209 -216
  173. package/lib/validators/OpenApiTypeChecker2.mjs.map +1 -1
  174. package/lib/validators/OpenApiV3TypeChecker.mjs +2 -7
  175. package/lib/validators/OpenApiV3TypeChecker.mjs.map +1 -1
  176. package/lib/validators/OpenApiV3TypeChecker2.mjs +30 -38
  177. package/lib/validators/OpenApiV3TypeChecker2.mjs.map +1 -1
  178. package/lib/validators/OpenApiV3_1TypeChecker.mjs +2 -7
  179. package/lib/validators/OpenApiV3_1TypeChecker.mjs.map +1 -1
  180. package/lib/validators/OpenApiV3_1TypeChecker2.mjs +34 -42
  181. package/lib/validators/OpenApiV3_1TypeChecker2.mjs.map +1 -1
  182. package/lib/validators/OpenApiValidator.mjs +2 -7
  183. package/lib/validators/OpenApiValidator.mjs.map +1 -1
  184. package/lib/validators/OpenApiValidator2.mjs +73 -80
  185. package/lib/validators/OpenApiValidator2.mjs.map +1 -1
  186. package/lib/validators/SwaggerV2TypeChecker.mjs +2 -7
  187. package/lib/validators/SwaggerV2TypeChecker.mjs.map +1 -1
  188. package/lib/validators/SwaggerV2TypeChecker2.mjs +31 -39
  189. package/lib/validators/SwaggerV2TypeChecker2.mjs.map +1 -1
  190. package/lib/validators/functional/_isBigintString.mjs +2 -7
  191. package/lib/validators/functional/_isBigintString.mjs.map +1 -1
  192. package/lib/validators/functional/_isBigintString2.mjs +14 -22
  193. package/lib/validators/functional/_isBigintString2.mjs.map +1 -1
  194. package/lib/validators/functional/_isFormatByte.mjs +2 -7
  195. package/lib/validators/functional/_isFormatByte.mjs.map +1 -1
  196. package/lib/validators/functional/_isFormatByte2.mjs +10 -18
  197. package/lib/validators/functional/_isFormatByte2.mjs.map +1 -1
  198. package/lib/validators/functional/_isFormatDate.mjs +2 -7
  199. package/lib/validators/functional/_isFormatDate.mjs.map +1 -1
  200. package/lib/validators/functional/_isFormatDate2.mjs +7 -15
  201. package/lib/validators/functional/_isFormatDate2.mjs.map +1 -1
  202. package/lib/validators/functional/_isFormatDateTime.mjs +2 -7
  203. package/lib/validators/functional/_isFormatDateTime.mjs.map +1 -1
  204. package/lib/validators/functional/_isFormatDateTime2.mjs +7 -15
  205. package/lib/validators/functional/_isFormatDateTime2.mjs.map +1 -1
  206. package/lib/validators/functional/_isFormatDuration.mjs +2 -7
  207. package/lib/validators/functional/_isFormatDuration.mjs.map +1 -1
  208. package/lib/validators/functional/_isFormatDuration2.mjs +7 -15
  209. package/lib/validators/functional/_isFormatDuration2.mjs.map +1 -1
  210. package/lib/validators/functional/_isFormatEmail.mjs +2 -7
  211. package/lib/validators/functional/_isFormatEmail.mjs.map +1 -1
  212. package/lib/validators/functional/_isFormatEmail2.mjs +7 -15
  213. package/lib/validators/functional/_isFormatEmail2.mjs.map +1 -1
  214. package/lib/validators/functional/_isFormatHostname.mjs +2 -7
  215. package/lib/validators/functional/_isFormatHostname.mjs.map +1 -1
  216. package/lib/validators/functional/_isFormatHostname2.mjs +7 -15
  217. package/lib/validators/functional/_isFormatHostname2.mjs.map +1 -1
  218. package/lib/validators/functional/_isFormatIdnEmail.mjs +2 -7
  219. package/lib/validators/functional/_isFormatIdnEmail.mjs.map +1 -1
  220. package/lib/validators/functional/_isFormatIdnEmail2.mjs +7 -15
  221. package/lib/validators/functional/_isFormatIdnEmail2.mjs.map +1 -1
  222. package/lib/validators/functional/_isFormatIdnHostname.mjs +2 -7
  223. package/lib/validators/functional/_isFormatIdnHostname.mjs.map +1 -1
  224. package/lib/validators/functional/_isFormatIdnHostname2.mjs +7 -15
  225. package/lib/validators/functional/_isFormatIdnHostname2.mjs.map +1 -1
  226. package/lib/validators/functional/_isFormatIpv4.mjs +2 -7
  227. package/lib/validators/functional/_isFormatIpv4.mjs.map +1 -1
  228. package/lib/validators/functional/_isFormatIpv42.mjs +7 -15
  229. package/lib/validators/functional/_isFormatIpv42.mjs.map +1 -1
  230. package/lib/validators/functional/_isFormatIpv6.mjs +2 -7
  231. package/lib/validators/functional/_isFormatIpv6.mjs.map +1 -1
  232. package/lib/validators/functional/_isFormatIpv62.mjs +7 -15
  233. package/lib/validators/functional/_isFormatIpv62.mjs.map +1 -1
  234. package/lib/validators/functional/_isFormatIri.mjs +2 -7
  235. package/lib/validators/functional/_isFormatIri.mjs.map +1 -1
  236. package/lib/validators/functional/_isFormatIri2.mjs +7 -15
  237. package/lib/validators/functional/_isFormatIri2.mjs.map +1 -1
  238. package/lib/validators/functional/_isFormatIriReference.mjs +2 -7
  239. package/lib/validators/functional/_isFormatIriReference.mjs.map +1 -1
  240. package/lib/validators/functional/_isFormatIriReference2.mjs +7 -15
  241. package/lib/validators/functional/_isFormatIriReference2.mjs.map +1 -1
  242. package/lib/validators/functional/_isFormatJsonPointer.mjs +2 -7
  243. package/lib/validators/functional/_isFormatJsonPointer.mjs.map +1 -1
  244. package/lib/validators/functional/_isFormatJsonPointer2.mjs +7 -15
  245. package/lib/validators/functional/_isFormatJsonPointer2.mjs.map +1 -1
  246. package/lib/validators/functional/_isFormatPassword.mjs +2 -7
  247. package/lib/validators/functional/_isFormatPassword.mjs.map +1 -1
  248. package/lib/validators/functional/_isFormatPassword2.mjs +6 -14
  249. package/lib/validators/functional/_isFormatPassword2.mjs.map +1 -1
  250. package/lib/validators/functional/_isFormatRegex.mjs +2 -7
  251. package/lib/validators/functional/_isFormatRegex.mjs.map +1 -1
  252. package/lib/validators/functional/_isFormatRegex2.mjs +14 -22
  253. package/lib/validators/functional/_isFormatRegex2.mjs.map +1 -1
  254. package/lib/validators/functional/_isFormatRelativeJsonPointer.mjs +2 -7
  255. package/lib/validators/functional/_isFormatRelativeJsonPointer.mjs.map +1 -1
  256. package/lib/validators/functional/_isFormatRelativeJsonPointer2.mjs +7 -15
  257. package/lib/validators/functional/_isFormatRelativeJsonPointer2.mjs.map +1 -1
  258. package/lib/validators/functional/_isFormatTime.mjs +2 -7
  259. package/lib/validators/functional/_isFormatTime.mjs.map +1 -1
  260. package/lib/validators/functional/_isFormatTime2.mjs +7 -15
  261. package/lib/validators/functional/_isFormatTime2.mjs.map +1 -1
  262. package/lib/validators/functional/_isFormatUri.mjs +2 -7
  263. package/lib/validators/functional/_isFormatUri.mjs.map +1 -1
  264. package/lib/validators/functional/_isFormatUri2.mjs +8 -16
  265. package/lib/validators/functional/_isFormatUri2.mjs.map +1 -1
  266. package/lib/validators/functional/_isFormatUriReference.mjs +2 -7
  267. package/lib/validators/functional/_isFormatUriReference.mjs.map +1 -1
  268. package/lib/validators/functional/_isFormatUriReference2.mjs +7 -15
  269. package/lib/validators/functional/_isFormatUriReference2.mjs.map +1 -1
  270. package/lib/validators/functional/_isFormatUriTemplate.mjs +2 -7
  271. package/lib/validators/functional/_isFormatUriTemplate.mjs.map +1 -1
  272. package/lib/validators/functional/_isFormatUriTemplate2.mjs +7 -15
  273. package/lib/validators/functional/_isFormatUriTemplate2.mjs.map +1 -1
  274. package/lib/validators/functional/_isFormatUrl.mjs +2 -7
  275. package/lib/validators/functional/_isFormatUrl.mjs.map +1 -1
  276. package/lib/validators/functional/_isFormatUrl2.mjs +7 -15
  277. package/lib/validators/functional/_isFormatUrl2.mjs.map +1 -1
  278. package/lib/validators/functional/_isFormatUuid.mjs +2 -7
  279. package/lib/validators/functional/_isFormatUuid.mjs.map +1 -1
  280. package/lib/validators/functional/_isFormatUuid2.mjs +7 -15
  281. package/lib/validators/functional/_isFormatUuid2.mjs.map +1 -1
  282. package/lib/validators/functional/_isUniqueItems.mjs +2 -7
  283. package/lib/validators/functional/_isUniqueItems.mjs.map +1 -1
  284. package/lib/validators/functional/_isUniqueItems2.mjs +140 -148
  285. package/lib/validators/functional/_isUniqueItems2.mjs.map +1 -1
  286. package/lib/validators/index.mjs +1 -7
  287. package/lib/validators/index.mjs.map +1 -1
  288. package/lib/validators/index2.mjs +42 -40
  289. package/lib/validators/index2.mjs.map +1 -1
  290. package/lib/validators/internal/IOpenApiValidatorContext.mjs +2 -7
  291. package/lib/validators/internal/IOpenApiValidatorContext.mjs.map +1 -1
  292. package/lib/validators/internal/IOpenApiValidatorContext2.mjs +2 -10
  293. package/lib/validators/internal/IOpenApiValidatorContext2.mjs.map +1 -1
  294. package/lib/validators/internal/OpenApiArrayValidator.mjs +2 -7
  295. package/lib/validators/internal/OpenApiArrayValidator.mjs.map +1 -1
  296. package/lib/validators/internal/OpenApiArrayValidator2.mjs +36 -42
  297. package/lib/validators/internal/OpenApiArrayValidator2.mjs.map +1 -1
  298. package/lib/validators/internal/OpenApiBooleanValidator.mjs +2 -7
  299. package/lib/validators/internal/OpenApiBooleanValidator.mjs.map +1 -1
  300. package/lib/validators/internal/OpenApiBooleanValidator2.mjs +10 -18
  301. package/lib/validators/internal/OpenApiBooleanValidator2.mjs.map +1 -1
  302. package/lib/validators/internal/OpenApiConstantValidator.mjs +2 -7
  303. package/lib/validators/internal/OpenApiConstantValidator.mjs.map +1 -1
  304. package/lib/validators/internal/OpenApiConstantValidator2.mjs +10 -18
  305. package/lib/validators/internal/OpenApiConstantValidator2.mjs.map +1 -1
  306. package/lib/validators/internal/OpenApiIntegerValidator.mjs +2 -7
  307. package/lib/validators/internal/OpenApiIntegerValidator.mjs.map +1 -1
  308. package/lib/validators/internal/OpenApiIntegerValidator2.mjs +33 -41
  309. package/lib/validators/internal/OpenApiIntegerValidator2.mjs.map +1 -1
  310. package/lib/validators/internal/OpenApiNumberValidator.mjs +2 -7
  311. package/lib/validators/internal/OpenApiNumberValidator.mjs.map +1 -1
  312. package/lib/validators/internal/OpenApiNumberValidator2.mjs +33 -41
  313. package/lib/validators/internal/OpenApiNumberValidator2.mjs.map +1 -1
  314. package/lib/validators/internal/OpenApiObjectValidator.js +2 -3
  315. package/lib/validators/internal/OpenApiObjectValidator.js.map +1 -1
  316. package/lib/validators/internal/OpenApiObjectValidator.mjs +2 -7
  317. package/lib/validators/internal/OpenApiObjectValidator.mjs.map +1 -1
  318. package/lib/validators/internal/OpenApiObjectValidator2.mjs +55 -62
  319. package/lib/validators/internal/OpenApiObjectValidator2.mjs.map +1 -1
  320. package/lib/validators/internal/OpenApiOneOfValidator.mjs +2 -7
  321. package/lib/validators/internal/OpenApiOneOfValidator.mjs.map +1 -1
  322. package/lib/validators/internal/OpenApiOneOfValidator2.mjs +188 -193
  323. package/lib/validators/internal/OpenApiOneOfValidator2.mjs.map +1 -1
  324. package/lib/validators/internal/OpenApiSchemaNamingRule.mjs +2 -7
  325. package/lib/validators/internal/OpenApiSchemaNamingRule.mjs.map +1 -1
  326. package/lib/validators/internal/OpenApiSchemaNamingRule2.mjs +124 -131
  327. package/lib/validators/internal/OpenApiSchemaNamingRule2.mjs.map +1 -1
  328. package/lib/validators/internal/OpenApiStationValidator.mjs +2 -7
  329. package/lib/validators/internal/OpenApiStationValidator.mjs.map +1 -1
  330. package/lib/validators/internal/OpenApiStationValidator2.mjs +86 -83
  331. package/lib/validators/internal/OpenApiStationValidator2.mjs.map +1 -1
  332. package/lib/validators/internal/OpenApiStringValidator.mjs +2 -7
  333. package/lib/validators/internal/OpenApiStringValidator.mjs.map +1 -1
  334. package/lib/validators/internal/OpenApiStringValidator2.mjs +115 -102
  335. package/lib/validators/internal/OpenApiStringValidator2.mjs.map +1 -1
  336. package/lib/validators/internal/OpenApiTupleValidator.mjs +2 -7
  337. package/lib/validators/internal/OpenApiTupleValidator.mjs.map +1 -1
  338. package/lib/validators/internal/OpenApiTupleValidator2.mjs +33 -40
  339. package/lib/validators/internal/OpenApiTupleValidator2.mjs.map +1 -1
  340. package/package.json +4 -4
  341. package/src/converters/LlmSchemaConverter.ts +1 -8
  342. package/src/utils/Singleton.ts +1 -0
  343. package/src/utils/internal/OpenApiTypeCheckerBase.ts +12 -3
  344. package/src/utils/internal/coerceLlmArguments.ts +27 -1
  345. package/src/validators/internal/OpenApiObjectValidator.ts +1 -2
@@ -1 +1 @@
1
- {"version":3,"file":"HttpLlm2.mjs","sources":["HttpLlm.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.HttpLlm = void 0;\nconst HttpMigration_1 = require(\"./HttpMigration\");\nconst HttpLlmApplicationComposer_1 = require(\"./internal/HttpLlmApplicationComposer\");\nconst HttpLlmFunctionFetcher_1 = require(\"./internal/HttpLlmFunctionFetcher\");\n/**\n * LLM function calling utilities for OpenAPI documents.\n *\n * `HttpLlm` converts OpenAPI documents into LLM function calling applications\n * and executes them. Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0,\n * 3.1) through automatic conversion to {@link OpenApi} format.\n *\n * Main functions:\n *\n * - {@link controller}: Create {@link IHttpLlmController} from OpenAPI document\n * - {@link application}: Convert OpenAPI document to {@link IHttpLlmApplication}\n * - {@link execute}: Call an LLM function and return the response body\n * - {@link propagate}: Call an LLM function and return full HTTP response\n * - {@link mergeParameters}: Merge LLM-filled and human-filled parameters\n *\n * Typical workflow:\n *\n * 1. Load OpenAPI document (JSON/YAML)\n * 2. Call `HttpLlm.application()` to get function schemas\n * 3. Send function schemas to LLM for function selection\n * 4. Call `HttpLlm.execute()` with LLM's chosen function and arguments\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar HttpLlm;\n(function (HttpLlm) {\n /* -----------------------------------------------------------\n COMPOSERS\n ----------------------------------------------------------- */\n /**\n * Create HTTP LLM controller from OpenAPI document.\n *\n * Composes {@link IHttpLlmController} from OpenAPI document with connection\n * info. The controller can be used with {@link registerMcpControllers} to\n * register all API operations as MCP tools at once.\n *\n * @param props Controller properties\n * @returns HTTP LLM controller\n */\n HttpLlm.controller = (props) => ({\n protocol: \"http\",\n name: props.name,\n application: HttpLlm.application({\n document: props.document,\n config: props.config,\n }),\n connection: props.connection,\n execute: props.execute,\n });\n /**\n * Convert OpenAPI document to LLM function calling application.\n *\n * Converts API operations to LLM-callable functions.\n *\n * @param props Composition properties\n * @returns LLM function calling application\n */\n HttpLlm.application = (props) => {\n var _a, _b, _c;\n var _d, _e, _f;\n // MIGRATE\n const migrate = HttpMigration_1.HttpMigration.application(props.document);\n return HttpLlmApplicationComposer_1.HttpLlmApplicationComposer.application({\n migrate,\n config: {\n strict: (_d = (_a = props.config) === null || _a === void 0 ? void 0 : _a.strict) !== null && _d !== void 0 ? _d : false,\n maxLength: (_e = (_b = props.config) === null || _b === void 0 ? void 0 : _b.maxLength) !== null && _e !== void 0 ? _e : 64,\n equals: (_f = (_c = props.config) === null || _c === void 0 ? void 0 : _c.equals) !== null && _f !== void 0 ? _f : false,\n },\n });\n };\n /**\n * Execute LLM function call.\n *\n * Calls API endpoint and returns response body. Throws {@link HttpError} on\n * non-2xx status.\n *\n * @param props Function call properties\n * @returns Response body\n * @throws HttpError on non-2xx status\n */\n HttpLlm.execute = (props) => HttpLlmFunctionFetcher_1.HttpLlmFunctionFetcher.execute(props);\n /**\n * Propagate LLM function call.\n *\n * Calls API endpoint and returns full response including non-2xx. Use when\n * you need to handle error responses yourself.\n *\n * @param props Function call properties\n * @returns Full HTTP response\n * @throws Error only on connection failure\n */\n HttpLlm.propagate = (props) => HttpLlmFunctionFetcher_1.HttpLlmFunctionFetcher.propagate(props);\n})(HttpLlm || (exports.HttpLlm = HttpLlm = {}));\n//# sourceMappingURL=HttpLlm.js.map"],"names":["HttpLlm_1","require$$0","require$$1","require$$2","HttpLlm"],"mappings":"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"}
1
+ {"version":3,"file":"HttpLlm2.mjs","sources":["HttpLlm.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.HttpLlm = void 0;\nconst HttpMigration_1 = require(\"./HttpMigration\");\nconst HttpLlmApplicationComposer_1 = require(\"./internal/HttpLlmApplicationComposer\");\nconst HttpLlmFunctionFetcher_1 = require(\"./internal/HttpLlmFunctionFetcher\");\n/**\n * LLM function calling utilities for OpenAPI documents.\n *\n * `HttpLlm` converts OpenAPI documents into LLM function calling applications\n * and executes them. Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0,\n * 3.1) through automatic conversion to {@link OpenApi} format.\n *\n * Main functions:\n *\n * - {@link controller}: Create {@link IHttpLlmController} from OpenAPI document\n * - {@link application}: Convert OpenAPI document to {@link IHttpLlmApplication}\n * - {@link execute}: Call an LLM function and return the response body\n * - {@link propagate}: Call an LLM function and return full HTTP response\n * - {@link mergeParameters}: Merge LLM-filled and human-filled parameters\n *\n * Typical workflow:\n *\n * 1. Load OpenAPI document (JSON/YAML)\n * 2. Call `HttpLlm.application()` to get function schemas\n * 3. Send function schemas to LLM for function selection\n * 4. Call `HttpLlm.execute()` with LLM's chosen function and arguments\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar HttpLlm;\n(function (HttpLlm) {\n /* -----------------------------------------------------------\n COMPOSERS\n ----------------------------------------------------------- */\n /**\n * Create HTTP LLM controller from OpenAPI document.\n *\n * Composes {@link IHttpLlmController} from OpenAPI document with connection\n * info. The controller can be used with {@link registerMcpControllers} to\n * register all API operations as MCP tools at once.\n *\n * @param props Controller properties\n * @returns HTTP LLM controller\n */\n HttpLlm.controller = (props) => ({\n protocol: \"http\",\n name: props.name,\n application: HttpLlm.application({\n document: props.document,\n config: props.config,\n }),\n connection: props.connection,\n execute: props.execute,\n });\n /**\n * Convert OpenAPI document to LLM function calling application.\n *\n * Converts API operations to LLM-callable functions.\n *\n * @param props Composition properties\n * @returns LLM function calling application\n */\n HttpLlm.application = (props) => {\n var _a, _b, _c;\n var _d, _e, _f;\n // MIGRATE\n const migrate = HttpMigration_1.HttpMigration.application(props.document);\n return HttpLlmApplicationComposer_1.HttpLlmApplicationComposer.application({\n migrate,\n config: {\n strict: (_d = (_a = props.config) === null || _a === void 0 ? void 0 : _a.strict) !== null && _d !== void 0 ? _d : false,\n maxLength: (_e = (_b = props.config) === null || _b === void 0 ? void 0 : _b.maxLength) !== null && _e !== void 0 ? _e : 64,\n equals: (_f = (_c = props.config) === null || _c === void 0 ? void 0 : _c.equals) !== null && _f !== void 0 ? _f : false,\n },\n });\n };\n /**\n * Execute LLM function call.\n *\n * Calls API endpoint and returns response body. Throws {@link HttpError} on\n * non-2xx status.\n *\n * @param props Function call properties\n * @returns Response body\n * @throws HttpError on non-2xx status\n */\n HttpLlm.execute = (props) => HttpLlmFunctionFetcher_1.HttpLlmFunctionFetcher.execute(props);\n /**\n * Propagate LLM function call.\n *\n * Calls API endpoint and returns full response including non-2xx. Use when\n * you need to handle error responses yourself.\n *\n * @param props Function call properties\n * @returns Full HTTP response\n * @throws Error only on connection failure\n */\n HttpLlm.propagate = (props) => HttpLlmFunctionFetcher_1.HttpLlmFunctionFetcher.propagate(props);\n})(HttpLlm || (exports.HttpLlm = HttpLlm = {}));\n//# sourceMappingURL=HttpLlm.js.map"],"names":["HttpLlm_1","require$$0","require$$1","require$$2"],"mappings":"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"}
@@ -1,8 +1,3 @@
1
- import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireHttpMigration } from './HttpMigration2.mjs';
3
-
4
- var HttpMigrationExports = requireHttpMigration();
5
- var HttpMigration = /*@__PURE__*/getDefaultExportFromCjs(HttpMigrationExports);
6
-
7
- export { HttpMigration as default };
1
+ export { HttpMigration } from './HttpMigration2.mjs';
2
+ export { __exports as default } from '../_virtual/HttpMigration.mjs';
8
3
  //# sourceMappingURL=HttpMigration.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMigration.mjs","sources":["HttpMigration.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireHttpMigration } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/http/HttpMigration.js\";\nvar HttpMigrationExports = requireHttpMigration();\nexport { HttpMigrationExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(HttpMigrationExports);"],"names":[],"mappings":";;;AAEA,IAAI,oBAAoB,GAAG,oBAAoB,EAAE;AAEjD,oBAAe,aAAa,uBAAuB,CAAC,oBAAoB,CAAC;;;;"}
1
+ {"version":3,"file":"HttpMigration.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,66 +1,61 @@
1
- import { __exports as HttpMigration } from '../_virtual/HttpMigration.mjs';
2
- import { __require as requireOpenApiConverter } from '../converters/OpenApiConverter2.mjs';
3
- import { __require as requireHttpMigrateApplicationComposer } from './internal/HttpMigrateApplicationComposer2.mjs';
4
- import { __require as requireHttpMigrateRouteFetcher } from './internal/HttpMigrateRouteFetcher2.mjs';
1
+ import { __exports as HttpMigration$1 } from '../_virtual/HttpMigration.mjs';
2
+ import '../converters/OpenApiConverter2.mjs';
3
+ import './internal/HttpMigrateApplicationComposer2.mjs';
4
+ import './internal/HttpMigrateRouteFetcher2.mjs';
5
+ import { __exports as HttpMigrateApplicationComposer } from '../_virtual/HttpMigrateApplicationComposer.mjs';
6
+ import { __exports as OpenApiConverter } from '../_virtual/OpenApiConverter.mjs';
7
+ import { __exports as HttpMigrateRouteFetcher } from '../_virtual/HttpMigrateRouteFetcher.mjs';
5
8
 
6
- var hasRequiredHttpMigration;
9
+ Object.defineProperty(HttpMigration$1, "__esModule", { value: true });
10
+ var HttpMigration_2 = HttpMigration$1.HttpMigration = void 0;
11
+ const OpenApiConverter_1 = OpenApiConverter;
12
+ const HttpMigrateApplicationComposer_1 = HttpMigrateApplicationComposer;
13
+ const HttpMigrateRouteFetcher_1 = HttpMigrateRouteFetcher;
14
+ /**
15
+ * OpenAPI to HTTP migration utilities.
16
+ *
17
+ * `HttpMigration` converts OpenAPI documents into executable HTTP routes
18
+ * ({@link IHttpMigrateApplication}). Unlike {@link HttpLlm} which targets LLM
19
+ * function calling, this focuses on SDK/client code generation.
20
+ *
21
+ * Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through
22
+ * automatic conversion to normalized {@link OpenApi} format.
23
+ *
24
+ * Main functions:
25
+ *
26
+ * - {@link application}: Convert OpenAPI document to
27
+ * {@link IHttpMigrateApplication}
28
+ * - {@link execute}: Call a route and return response body
29
+ * - {@link propagate}: Call a route and return full HTTP response (including
30
+ * non-2xx)
31
+ *
32
+ * @author Jeongho Nam - https://github.com/samchon
33
+ */
34
+ var HttpMigration;
35
+ (function (HttpMigration) {
36
+ /**
37
+ * Convert OpenAPI document to migration application.
38
+ *
39
+ * @param document OpenAPI document (any version)
40
+ * @returns Migration application with callable routes
41
+ */
42
+ HttpMigration.application = (document) => HttpMigrateApplicationComposer_1.HttpMigrateApplicationComposer.compose(OpenApiConverter_1.OpenApiConverter.upgradeDocument(document));
43
+ /**
44
+ * Execute HTTP route.
45
+ *
46
+ * @param props Fetch properties
47
+ * @returns Response body
48
+ * @throws HttpError on non-2xx status
49
+ */
50
+ HttpMigration.execute = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.execute(props);
51
+ /**
52
+ * Execute HTTP route and return full response.
53
+ *
54
+ * @param props Fetch properties
55
+ * @returns Full HTTP response including non-2xx
56
+ */
57
+ HttpMigration.propagate = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.propagate(props);
58
+ })(HttpMigration || (HttpMigration_2 = HttpMigration$1.HttpMigration = HttpMigration = {}));
7
59
 
8
- function requireHttpMigration () {
9
- if (hasRequiredHttpMigration) return HttpMigration;
10
- hasRequiredHttpMigration = 1;
11
- Object.defineProperty(HttpMigration, "__esModule", { value: true });
12
- HttpMigration.HttpMigration = void 0;
13
- const OpenApiConverter_1 = requireOpenApiConverter();
14
- const HttpMigrateApplicationComposer_1 = requireHttpMigrateApplicationComposer();
15
- const HttpMigrateRouteFetcher_1 = requireHttpMigrateRouteFetcher();
16
- /**
17
- * OpenAPI to HTTP migration utilities.
18
- *
19
- * `HttpMigration` converts OpenAPI documents into executable HTTP routes
20
- * ({@link IHttpMigrateApplication}). Unlike {@link HttpLlm} which targets LLM
21
- * function calling, this focuses on SDK/client code generation.
22
- *
23
- * Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through
24
- * automatic conversion to normalized {@link OpenApi} format.
25
- *
26
- * Main functions:
27
- *
28
- * - {@link application}: Convert OpenAPI document to
29
- * {@link IHttpMigrateApplication}
30
- * - {@link execute}: Call a route and return response body
31
- * - {@link propagate}: Call a route and return full HTTP response (including
32
- * non-2xx)
33
- *
34
- * @author Jeongho Nam - https://github.com/samchon
35
- */
36
- var HttpMigration$1;
37
- (function (HttpMigration) {
38
- /**
39
- * Convert OpenAPI document to migration application.
40
- *
41
- * @param document OpenAPI document (any version)
42
- * @returns Migration application with callable routes
43
- */
44
- HttpMigration.application = (document) => HttpMigrateApplicationComposer_1.HttpMigrateApplicationComposer.compose(OpenApiConverter_1.OpenApiConverter.upgradeDocument(document));
45
- /**
46
- * Execute HTTP route.
47
- *
48
- * @param props Fetch properties
49
- * @returns Response body
50
- * @throws HttpError on non-2xx status
51
- */
52
- HttpMigration.execute = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.execute(props);
53
- /**
54
- * Execute HTTP route and return full response.
55
- *
56
- * @param props Fetch properties
57
- * @returns Full HTTP response including non-2xx
58
- */
59
- HttpMigration.propagate = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.propagate(props);
60
- })(HttpMigration$1 || (HttpMigration.HttpMigration = HttpMigration$1 = {}));
61
-
62
- return HttpMigration;
63
- }
64
-
65
- export { requireHttpMigration as __require };
60
+ export { HttpMigration_2 as HttpMigration, HttpMigration$1 as default };
66
61
  //# sourceMappingURL=HttpMigration2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMigration2.mjs","sources":["HttpMigration.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.HttpMigration = void 0;\nconst OpenApiConverter_1 = require(\"../converters/OpenApiConverter\");\nconst HttpMigrateApplicationComposer_1 = require(\"./internal/HttpMigrateApplicationComposer\");\nconst HttpMigrateRouteFetcher_1 = require(\"./internal/HttpMigrateRouteFetcher\");\n/**\n * OpenAPI to HTTP migration utilities.\n *\n * `HttpMigration` converts OpenAPI documents into executable HTTP routes\n * ({@link IHttpMigrateApplication}). Unlike {@link HttpLlm} which targets LLM\n * function calling, this focuses on SDK/client code generation.\n *\n * Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through\n * automatic conversion to normalized {@link OpenApi} format.\n *\n * Main functions:\n *\n * - {@link application}: Convert OpenAPI document to\n * {@link IHttpMigrateApplication}\n * - {@link execute}: Call a route and return response body\n * - {@link propagate}: Call a route and return full HTTP response (including\n * non-2xx)\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar HttpMigration;\n(function (HttpMigration) {\n /**\n * Convert OpenAPI document to migration application.\n *\n * @param document OpenAPI document (any version)\n * @returns Migration application with callable routes\n */\n HttpMigration.application = (document) => HttpMigrateApplicationComposer_1.HttpMigrateApplicationComposer.compose(OpenApiConverter_1.OpenApiConverter.upgradeDocument(document));\n /**\n * Execute HTTP route.\n *\n * @param props Fetch properties\n * @returns Response body\n * @throws HttpError on non-2xx status\n */\n HttpMigration.execute = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.execute(props);\n /**\n * Execute HTTP route and return full response.\n *\n * @param props Fetch properties\n * @returns Full HTTP response including non-2xx\n */\n HttpMigration.propagate = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.propagate(props);\n})(HttpMigration || (exports.HttpMigration = HttpMigration = {}));\n//# sourceMappingURL=HttpMigration.js.map"],"names":["HttpMigration_1","require$$0","require$$1","require$$2","HttpMigration"],"mappings":";;;;;;;;;;AACA,CAAA,MAAM,CAAC,cAAc,CAACA,aAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,CAAAA,aAAA,CAAA,aAAqB,GAAG,MAAM;CAC9B,MAAM,kBAAkB,GAAGC,uBAAA,EAAyC;CACpE,MAAM,gCAAgC,GAAGC,qCAAA,EAAoD;CAC7F,MAAM,yBAAyB,GAAGC,8BAAA,EAA6C;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAA,IAAIC,eAAa;CACjB,CAAC,UAAU,aAAa,EAAE;AAC1B;AACA;AACA;AACA;AACA;AACA;KACI,aAAa,CAAC,WAAW,GAAG,CAAC,QAAQ,KAAK,gCAAgC,CAAC,8BAA8B,CAAC,OAAO,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;AACpL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,KAAI,aAAa,CAAC,OAAO,GAAG,CAAC,KAAK,KAAK,yBAAyB,CAAC,uBAAuB,CAAC,OAAO,CAAC,KAAK,CAAC;AACvG;AACA;AACA;AACA;AACA;AACA;AACA,KAAI,aAAa,CAAC,SAAS,GAAG,CAAC,KAAK,KAAK,yBAAyB,CAAC,uBAAuB,CAAC,SAAS,CAAC,KAAK,CAAC;CAC3G,CAAC,EAAEA,eAAa,KAAKJ,aAAA,CAAA,aAAqB,GAAGI,eAAa,GAAG,EAAE,CAAC,CAAC;AACjE;;;;;;"}
1
+ {"version":3,"file":"HttpMigration2.mjs","sources":["HttpMigration.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.HttpMigration = void 0;\nconst OpenApiConverter_1 = require(\"../converters/OpenApiConverter\");\nconst HttpMigrateApplicationComposer_1 = require(\"./internal/HttpMigrateApplicationComposer\");\nconst HttpMigrateRouteFetcher_1 = require(\"./internal/HttpMigrateRouteFetcher\");\n/**\n * OpenAPI to HTTP migration utilities.\n *\n * `HttpMigration` converts OpenAPI documents into executable HTTP routes\n * ({@link IHttpMigrateApplication}). Unlike {@link HttpLlm} which targets LLM\n * function calling, this focuses on SDK/client code generation.\n *\n * Supports all OpenAPI versions (Swagger 2.0, OpenAPI 3.0, 3.1) through\n * automatic conversion to normalized {@link OpenApi} format.\n *\n * Main functions:\n *\n * - {@link application}: Convert OpenAPI document to\n * {@link IHttpMigrateApplication}\n * - {@link execute}: Call a route and return response body\n * - {@link propagate}: Call a route and return full HTTP response (including\n * non-2xx)\n *\n * @author Jeongho Nam - https://github.com/samchon\n */\nvar HttpMigration;\n(function (HttpMigration) {\n /**\n * Convert OpenAPI document to migration application.\n *\n * @param document OpenAPI document (any version)\n * @returns Migration application with callable routes\n */\n HttpMigration.application = (document) => HttpMigrateApplicationComposer_1.HttpMigrateApplicationComposer.compose(OpenApiConverter_1.OpenApiConverter.upgradeDocument(document));\n /**\n * Execute HTTP route.\n *\n * @param props Fetch properties\n * @returns Response body\n * @throws HttpError on non-2xx status\n */\n HttpMigration.execute = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.execute(props);\n /**\n * Execute HTTP route and return full response.\n *\n * @param props Fetch properties\n * @returns Full HTTP response including non-2xx\n */\n HttpMigration.propagate = (props) => HttpMigrateRouteFetcher_1.HttpMigrateRouteFetcher.propagate(props);\n})(HttpMigration || (exports.HttpMigration = HttpMigration = {}));\n//# sourceMappingURL=HttpMigration.js.map"],"names":["HttpMigration_1","require$$0","require$$1","require$$2"],"mappings":";;;;;;;;AACA,MAAM,CAAC,cAAc,CAACA,eAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,IAAA,eAAA,GAAAA,eAAA,CAAA,aAAqB,GAAG;AACxB,MAAM,kBAAkB,GAAGC,gBAAyC;AACpE,MAAM,gCAAgC,GAAGC,8BAAoD;AAC7F,MAAM,yBAAyB,GAAGC,uBAA6C;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,aAAa;AACjB,CAAC,UAAU,aAAa,EAAE;AAC1B;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,aAAa,CAAC,WAAW,GAAG,CAAC,QAAQ,KAAK,gCAAgC,CAAC,8BAA8B,CAAC,OAAO,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;AACpL;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,aAAa,CAAC,OAAO,GAAG,CAAC,KAAK,KAAK,yBAAyB,CAAC,uBAAuB,CAAC,OAAO,CAAC,KAAK,CAAC;AACvG;AACA;AACA;AACA;AACA;AACA;AACA,IAAI,aAAa,CAAC,SAAS,GAAG,CAAC,KAAK,KAAK,yBAAyB,CAAC,uBAAuB,CAAC,SAAS,CAAC,KAAK,CAAC;AAC3G,CAAC,EAAE,aAAa,KAAK,eAAA,GAAAH,eAAA,CAAA,aAAqB,GAAG,aAAa,GAAG,EAAE,CAAC,CAAC;;;;"}
@@ -1,8 +1,2 @@
1
- import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireHttp } from './index2.mjs';
3
-
4
- var httpExports = requireHttp();
5
- var index = /*@__PURE__*/getDefaultExportFromCjs(httpExports);
6
-
7
- export { index as default };
1
+ export { default } from './index2.mjs';
8
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["index.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireHttp } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/http/index.js\";\nvar httpExports = requireHttp();\nexport { httpExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(httpExports);"],"names":[],"mappings":";;;AAEA,IAAI,WAAW,GAAG,WAAW,EAAE;AAE/B,YAAe,aAAa,uBAAuB,CAAC,WAAW,CAAC;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,36 +1,35 @@
1
+ import { getDefaultExportFromCjs } from '../_virtual/_commonjsHelpers.mjs';
1
2
  import { __exports as http } from '../_virtual/index3.mjs';
2
- import { __require as requireHttpError } from './HttpError2.mjs';
3
- import { __require as requireHttpLlm } from './HttpLlm2.mjs';
4
- import { __require as requireHttpMigration } from './HttpMigration2.mjs';
3
+ import './HttpError2.mjs';
4
+ import './HttpLlm2.mjs';
5
+ import './HttpMigration2.mjs';
6
+ import { __exports as HttpError } from '../_virtual/HttpError.mjs';
7
+ import { __exports as HttpLlm } from '../_virtual/HttpLlm.mjs';
8
+ import { __exports as HttpMigration } from '../_virtual/HttpMigration.mjs';
5
9
 
6
- var hasRequiredHttp;
10
+ (function (exports$1) {
11
+ var __createBinding = (http && http.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ var desc = Object.getOwnPropertyDescriptor(m, k);
14
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
15
+ desc = { enumerable: true, get: function() { return m[k]; } };
16
+ }
17
+ Object.defineProperty(o, k2, desc);
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __exportStar = (http && http.__exportStar) || function(m, exports$1) {
23
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports$1, p)) __createBinding(exports$1, m, p);
24
+ };
25
+ Object.defineProperty(exports$1, "__esModule", { value: true });
26
+ __exportStar(HttpError, exports$1);
27
+ __exportStar(HttpLlm, exports$1);
28
+ __exportStar(HttpMigration, exports$1);
29
+
30
+ } (http));
7
31
 
8
- function requireHttp () {
9
- if (hasRequiredHttp) return http;
10
- hasRequiredHttp = 1;
11
- (function (exports$1) {
12
- var __createBinding = (http && http.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- var desc = Object.getOwnPropertyDescriptor(m, k);
15
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
16
- desc = { enumerable: true, get: function() { return m[k]; } };
17
- }
18
- Object.defineProperty(o, k2, desc);
19
- }) : (function(o, m, k, k2) {
20
- if (k2 === undefined) k2 = k;
21
- o[k2] = m[k];
22
- }));
23
- var __exportStar = (http && http.__exportStar) || function(m, exports$1) {
24
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports$1, p)) __createBinding(exports$1, m, p);
25
- };
26
- Object.defineProperty(exports$1, "__esModule", { value: true });
27
- __exportStar(requireHttpError(), exports$1);
28
- __exportStar(requireHttpLlm(), exports$1);
29
- __exportStar(requireHttpMigration(), exports$1);
30
-
31
- } (http));
32
- return http;
33
- }
32
+ var index = /*@__PURE__*/getDefaultExportFromCjs(http);
34
33
 
35
- export { requireHttp as __require };
34
+ export { index as default };
36
35
  //# sourceMappingURL=index2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index2.mjs","sources":["index.js"],"sourcesContent":["\"use strict\";\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n__exportStar(require(\"./HttpError\"), exports);\n__exportStar(require(\"./HttpLlm\"), exports);\n__exportStar(require(\"./HttpMigration\"), exports);\n//# sourceMappingURL=index.js.map"],"names":["this","exports","require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;EACA,IAAI,eAAe,GAAG,CAACA,IAAI,IAAIA,IAAI,CAAC,eAAe,MAAM,MAAM,CAAC,MAAM,IAAI,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAChG,MAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;MAC5B,IAAI,IAAI,GAAG,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC;MAChD,IAAI,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,GAAG,CAAC,CAAC,CAAC,UAAU,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE;AACvF,QAAM,IAAI,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;AACnE,MAAA;MACI,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC;EACtC,CAAC,KAAK,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAC5B,MAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;MAC5B,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAChB,EAAA,CAAC,CAAC,CAAC;AACH,EAAA,IAAI,YAAY,GAAG,CAACA,IAAI,IAAIA,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,EAAEC,SAAO,EAAE;AACvE,MAAI,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAACA,SAAO,EAAE,CAAC,CAAC,EAAE,eAAe,CAACA,SAAO,EAAE,CAAC,EAAE,CAAC,CAAC;EAC7H,CAAC;EACD,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,EAAA,YAAY,CAACC,gBAAA,EAAsB,EAAED,SAAO,CAAC;AAC7C,EAAA,YAAY,CAACE,cAAA,EAAoB,EAAEF,SAAO,CAAC;AAC3C,EAAA,YAAY,CAACG,oBAAA,EAA0B,EAAEH,SAAO,CAAC;AACjD;;;;;;;"}
1
+ {"version":3,"file":"index2.mjs","sources":["index.js"],"sourcesContent":["\"use strict\";\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\n__exportStar(require(\"./HttpError\"), exports);\n__exportStar(require(\"./HttpLlm\"), exports);\n__exportStar(require(\"./HttpMigration\"), exports);\n//# sourceMappingURL=index.js.map"],"names":["this","exports","require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;CACA,IAAI,eAAe,GAAG,CAACA,IAAI,IAAIA,IAAI,CAAC,eAAe,MAAM,MAAM,CAAC,MAAM,IAAI,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAChG,KAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;KAC5B,IAAI,IAAI,GAAG,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC;KAChD,IAAI,CAAC,IAAI,KAAK,KAAK,IAAI,IAAI,GAAG,CAAC,CAAC,CAAC,UAAU,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,YAAY,CAAC,EAAE;AACvF,OAAM,IAAI,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;AACnE,KAAA;KACI,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC;CACtC,CAAC,KAAK,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;AAC5B,KAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC;KAC5B,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAChB,CAAA,CAAC,CAAC,CAAC;AACH,CAAA,IAAI,YAAY,GAAG,CAACA,IAAI,IAAIA,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,EAAEC,SAAO,EAAE;AACvE,KAAI,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAACA,SAAO,EAAE,CAAC,CAAC,EAAE,eAAe,CAACA,SAAO,EAAE,CAAC,EAAE,CAAC,CAAC;CAC7H,CAAC;CACD,MAAM,CAAC,cAAc,CAAAA,SAAA,EAAU,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC7D,CAAA,YAAY,CAACC,SAAsB,EAAED,SAAO,CAAC;AAC7C,CAAA,YAAY,CAACE,OAAoB,EAAEF,SAAO,CAAC;AAC3C,CAAA,YAAY,CAACG,aAA0B,EAAEH,SAAO,CAAC;AACjD;;;;;;;"}
@@ -1,8 +1,3 @@
1
- import { getDefaultExportFromCjs } from '../../_virtual/_commonjsHelpers.mjs';
2
- import { __require as requireHttpLlmApplicationComposer } from './HttpLlmApplicationComposer2.mjs';
3
-
4
- var HttpLlmApplicationComposerExports = requireHttpLlmApplicationComposer();
5
- var HttpLlmApplicationComposer = /*@__PURE__*/getDefaultExportFromCjs(HttpLlmApplicationComposerExports);
6
-
7
- export { HttpLlmApplicationComposer as default };
1
+ export { HttpLlmApplicationComposer } from './HttpLlmApplicationComposer2.mjs';
2
+ export { __exports as default } from '../../_virtual/HttpLlmApplicationComposer.mjs';
8
3
  //# sourceMappingURL=HttpLlmApplicationComposer.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpLlmApplicationComposer.mjs","sources":["HttpLlmApplicationComposer.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireHttpLlmApplicationComposer } from \"/home/samchon/github/samchon/typia@next/packages/utils/lib/http/internal/HttpLlmApplicationComposer.js\";\nvar HttpLlmApplicationComposerExports = requireHttpLlmApplicationComposer();\nexport { HttpLlmApplicationComposerExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(HttpLlmApplicationComposerExports);"],"names":[],"mappings":";;;AAEA,IAAI,iCAAiC,GAAG,iCAAiC,EAAE;AAE3E,iCAAe,aAAa,uBAAuB,CAAC,iCAAiC,CAAC;;;;"}
1
+ {"version":3,"file":"HttpLlmApplicationComposer.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}