@skmtc/core 0.0.984 → 0.16.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 (2124) hide show
  1. package/README.md +65 -32
  2. package/esm/_dnt.polyfills.d.ts +7 -0
  3. package/esm/_dnt.polyfills.d.ts.map +1 -0
  4. package/esm/anchors/CaptureSink.d.ts +83 -0
  5. package/esm/anchors/CaptureSink.d.ts.map +1 -0
  6. package/esm/anchors/CaptureSink.js +188 -0
  7. package/esm/anchors/ParserAdapter.d.ts +76 -0
  8. package/esm/anchors/ParserAdapter.d.ts.map +1 -0
  9. package/esm/anchors/ParserAdapter.js +19 -0
  10. package/esm/anchors/attribute.d.ts +25 -0
  11. package/esm/anchors/attribute.d.ts.map +1 -0
  12. package/esm/anchors/attribute.js +84 -0
  13. package/esm/anchors/buildSidecar.d.ts +54 -0
  14. package/esm/anchors/buildSidecar.d.ts.map +1 -0
  15. package/esm/anchors/buildSidecar.js +104 -0
  16. package/esm/anchors/generationMap.d.ts +67 -0
  17. package/esm/anchors/generationMap.d.ts.map +1 -0
  18. package/esm/anchors/generationMap.js +97 -0
  19. package/esm/anchors/postPass.d.ts +87 -0
  20. package/esm/anchors/postPass.d.ts.map +1 -0
  21. package/esm/anchors/postPass.js +77 -0
  22. package/esm/anchors/sidecar.d.ts +89 -0
  23. package/esm/anchors/sidecar.d.ts.map +1 -0
  24. package/esm/anchors/sidecar.js +99 -0
  25. package/esm/anchors/types.d.ts +51 -0
  26. package/esm/anchors/types.d.ts.map +1 -0
  27. package/esm/anchors/types.js +9 -0
  28. package/esm/app/validate.d.ts +1 -0
  29. package/esm/app/validate.d.ts.map +1 -1
  30. package/esm/app/validate.js +1 -0
  31. package/esm/context/CoreContext.d.ts +75 -39
  32. package/esm/context/CoreContext.d.ts.map +1 -1
  33. package/esm/context/CoreContext.js +184 -53
  34. package/esm/context/GenerateContext.d.ts +154 -115
  35. package/esm/context/GenerateContext.d.ts.map +1 -1
  36. package/esm/context/GenerateContext.js +884 -255
  37. package/esm/context/ParseContext.d.ts +165 -107
  38. package/esm/context/ParseContext.d.ts.map +1 -1
  39. package/esm/context/ParseContext.js +399 -116
  40. package/esm/context/ParseIssue.d.ts +80 -0
  41. package/esm/context/ParseIssue.d.ts.map +1 -0
  42. package/esm/context/ParseIssue.js +33 -0
  43. package/esm/context/RenderContext.d.ts +46 -24
  44. package/esm/context/RenderContext.d.ts.map +1 -1
  45. package/esm/context/RenderContext.js +140 -37
  46. package/esm/context/StackTrail.d.ts +68 -0
  47. package/esm/context/StackTrail.d.ts.map +1 -1
  48. package/esm/context/StackTrail.js +84 -0
  49. package/esm/context/generateTypes.d.ts +253 -70
  50. package/esm/context/generateTypes.d.ts.map +1 -1
  51. package/esm/context/generateTypes.js +33 -1
  52. package/esm/context/parseTypes.d.ts +148 -49
  53. package/esm/context/parseTypes.d.ts.map +1 -1
  54. package/esm/context/parseTypes.js +17 -0
  55. package/esm/context/tryParseAt.d.ts +70 -0
  56. package/esm/context/tryParseAt.d.ts.map +1 -0
  57. package/esm/context/tryParseAt.js +53 -0
  58. package/esm/deps/jsr.io/@std/fmt/1.0.10/colors.d.ts +700 -0
  59. package/esm/deps/jsr.io/@std/fmt/1.0.10/colors.d.ts.map +1 -0
  60. package/esm/deps/jsr.io/@std/fmt/1.0.10/colors.js +903 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.23/exists.d.ts.map +1 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.23/exists.js +271 -0
  63. package/esm/deps/jsr.io/@std/internal/1.0.13/_os.d.ts.map +1 -0
  64. package/esm/deps/jsr.io/@std/internal/1.0.13/_os.js +12 -0
  65. package/esm/deps/jsr.io/@std/internal/1.0.13/os.d.ts.map +1 -0
  66. package/esm/deps/jsr.io/@std/internal/1.0.13/os.js +5 -0
  67. package/esm/deps/jsr.io/@std/io/0.225.3/types.d.ts.map +1 -0
  68. package/esm/deps/jsr.io/@std/io/0.225.3/types.js +15 -0
  69. package/esm/deps/jsr.io/@std/io/0.225.3/write_all.d.ts +52 -0
  70. package/esm/deps/jsr.io/@std/io/0.225.3/write_all.d.ts.map +1 -0
  71. package/esm/deps/jsr.io/@std/io/0.225.3/write_all.js +61 -0
  72. package/esm/deps/jsr.io/@std/log/0.224.14/console_handler.js +1 -1
  73. package/esm/deps/jsr.io/@std/log/0.224.14/file_handler.js +1 -1
  74. package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
  75. package/esm/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts.map +1 -0
  76. package/esm/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts.map +1 -0
  77. package/esm/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts.map +1 -0
  78. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts.map +1 -0
  79. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts.map +1 -0
  80. package/esm/deps/jsr.io/@std/path/1.1.4/join.d.ts.map +1 -0
  81. package/esm/deps/jsr.io/@std/path/1.1.4/join.js +29 -0
  82. package/esm/deps/jsr.io/@std/path/1.1.4/normalize.d.ts.map +1 -0
  83. package/esm/deps/jsr.io/@std/path/1.1.4/normalize.js +32 -0
  84. package/esm/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts.map +1 -0
  85. package/esm/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts.map +1 -0
  86. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts.map +1 -0
  87. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts.map +1 -0
  88. package/esm/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts.map +1 -0
  89. package/esm/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts.map +1 -0
  90. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts.map +1 -0
  91. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts.map +1 -0
  92. package/esm/dsl/CodeFileBase.d.ts +38 -0
  93. package/esm/dsl/CodeFileBase.d.ts.map +1 -0
  94. package/esm/dsl/CodeFileBase.js +60 -0
  95. package/esm/dsl/ContentSettings.d.ts +44 -20
  96. package/esm/dsl/ContentSettings.d.ts.map +1 -1
  97. package/esm/dsl/ContentSettings.js +35 -17
  98. package/esm/dsl/CustomValue.d.ts +3 -2
  99. package/esm/dsl/CustomValue.d.ts.map +1 -1
  100. package/esm/dsl/CustomValue.js +3 -2
  101. package/esm/dsl/Definition.d.ts +32 -200
  102. package/esm/dsl/Definition.d.ts.map +1 -1
  103. package/esm/dsl/Definition.js +16 -212
  104. package/esm/dsl/FileBase.d.ts +42 -0
  105. package/esm/dsl/FileBase.d.ts.map +1 -0
  106. package/esm/dsl/FileBase.js +53 -0
  107. package/esm/dsl/GeneratedValue.d.ts +2 -2
  108. package/esm/dsl/GeneratedValue.d.ts.map +1 -1
  109. package/esm/dsl/GeneratorKeys.d.ts +266 -73
  110. package/esm/dsl/GeneratorKeys.d.ts.map +1 -1
  111. package/esm/dsl/GeneratorKeys.js +199 -67
  112. package/esm/dsl/IdentifierBase.d.ts +55 -0
  113. package/esm/dsl/IdentifierBase.d.ts.map +1 -0
  114. package/esm/dsl/IdentifierBase.js +64 -0
  115. package/esm/dsl/IdentifierType.d.ts +31 -0
  116. package/esm/dsl/IdentifierType.d.ts.map +1 -0
  117. package/esm/dsl/IdentifierType.js +1 -0
  118. package/esm/dsl/ImportBase.d.ts +40 -0
  119. package/esm/dsl/ImportBase.d.ts.map +1 -0
  120. package/esm/dsl/ImportBase.js +24 -0
  121. package/esm/dsl/Inserted.d.ts +10 -10
  122. package/esm/dsl/Inserted.d.ts.map +1 -1
  123. package/esm/dsl/Inserted.js +8 -8
  124. package/esm/dsl/JsonFile.d.ts +2 -3
  125. package/esm/dsl/JsonFile.d.ts.map +1 -1
  126. package/esm/dsl/JsonFile.js +3 -9
  127. package/esm/dsl/Lang.d.ts +136 -0
  128. package/esm/dsl/Lang.d.ts.map +1 -0
  129. package/esm/dsl/Lang.js +1 -0
  130. package/esm/dsl/ReExportBase.d.ts +42 -0
  131. package/esm/dsl/ReExportBase.d.ts.map +1 -0
  132. package/esm/dsl/ReExportBase.js +27 -0
  133. package/esm/dsl/SnippetBase.d.ts +86 -0
  134. package/esm/dsl/SnippetBase.d.ts.map +1 -0
  135. package/esm/dsl/SnippetBase.js +113 -0
  136. package/esm/dsl/Stringable.d.ts +1 -0
  137. package/esm/dsl/Stringable.d.ts.map +1 -1
  138. package/esm/dsl/Stringable.js +9 -1
  139. package/esm/dsl/model/ModelDriver.d.ts +23 -58
  140. package/esm/dsl/model/ModelDriver.d.ts.map +1 -1
  141. package/esm/dsl/model/ModelDriver.js +86 -77
  142. package/esm/dsl/model/toModelEntry.d.ts +17 -23
  143. package/esm/dsl/model/toModelEntry.d.ts.map +1 -1
  144. package/esm/dsl/model/toModelEntry.js +7 -14
  145. package/esm/dsl/model/toModelProjectionBase.d.ts +125 -0
  146. package/esm/dsl/model/toModelProjectionBase.d.ts.map +1 -0
  147. package/esm/dsl/model/toModelProjectionBase.js +146 -0
  148. package/esm/dsl/model/types.d.ts +87 -54
  149. package/esm/dsl/model/types.d.ts.map +1 -1
  150. package/esm/dsl/operation/gql/GqlOperationDriver.d.ts +52 -0
  151. package/esm/dsl/operation/gql/GqlOperationDriver.d.ts.map +1 -0
  152. package/esm/dsl/operation/gql/GqlOperationDriver.js +203 -0
  153. package/esm/dsl/operation/gql/toGqlOperationEntry.d.ts +44 -0
  154. package/esm/dsl/operation/gql/toGqlOperationEntry.d.ts.map +1 -0
  155. package/esm/dsl/operation/gql/toGqlOperationEntry.js +45 -0
  156. package/esm/dsl/operation/gql/toGqlOperationProjectionBase.d.ts +128 -0
  157. package/esm/dsl/operation/gql/toGqlOperationProjectionBase.d.ts.map +1 -0
  158. package/esm/dsl/operation/gql/toGqlOperationProjectionBase.js +160 -0
  159. package/esm/dsl/operation/gql/types.d.ts +141 -0
  160. package/esm/dsl/operation/gql/types.d.ts.map +1 -0
  161. package/esm/dsl/operation/gql/types.js +1 -0
  162. package/esm/dsl/operation/oas/OasOperationDriver.d.ts +52 -0
  163. package/esm/dsl/operation/oas/OasOperationDriver.d.ts.map +1 -0
  164. package/esm/dsl/operation/oas/OasOperationDriver.js +220 -0
  165. package/esm/dsl/operation/oas/toOasOperationEntry.d.ts +70 -0
  166. package/esm/dsl/operation/oas/toOasOperationEntry.d.ts.map +1 -0
  167. package/esm/dsl/operation/oas/toOasOperationEntry.js +68 -0
  168. package/esm/dsl/operation/oas/toOasOperationProjectionBase.d.ts +144 -0
  169. package/esm/dsl/operation/oas/toOasOperationProjectionBase.d.ts.map +1 -0
  170. package/esm/dsl/operation/oas/toOasOperationProjectionBase.js +177 -0
  171. package/esm/dsl/operation/oas/types.d.ts +151 -0
  172. package/esm/dsl/operation/oas/types.d.ts.map +1 -0
  173. package/esm/dsl/operation/oas/types.js +1 -0
  174. package/esm/dsl/webhook/WebhookDriver.d.ts +50 -0
  175. package/esm/dsl/webhook/WebhookDriver.d.ts.map +1 -0
  176. package/esm/dsl/webhook/WebhookDriver.js +190 -0
  177. package/esm/dsl/webhook/toWebhookEntry.d.ts +58 -0
  178. package/esm/dsl/webhook/toWebhookEntry.d.ts.map +1 -0
  179. package/esm/dsl/webhook/toWebhookEntry.js +64 -0
  180. package/esm/dsl/webhook/toWebhookProjectionBase.d.ts +125 -0
  181. package/esm/dsl/webhook/toWebhookProjectionBase.d.ts.map +1 -0
  182. package/esm/dsl/webhook/toWebhookProjectionBase.js +160 -0
  183. package/esm/dsl/webhook/types.d.ts +149 -0
  184. package/esm/dsl/webhook/types.d.ts.map +1 -0
  185. package/esm/dsl/webhook/types.js +1 -0
  186. package/esm/enrichments/readEnrichments.d.ts +69 -0
  187. package/esm/enrichments/readEnrichments.d.ts.map +1 -0
  188. package/esm/enrichments/readEnrichments.js +59 -0
  189. package/esm/enrichments/toEnrichmentDescriptor.d.ts +97 -0
  190. package/esm/enrichments/toEnrichmentDescriptor.d.ts.map +1 -0
  191. package/esm/enrichments/toEnrichmentDescriptor.js +157 -0
  192. package/esm/gql/_helpers/recordAppliedDirectives.d.ts +25 -0
  193. package/esm/gql/_helpers/recordAppliedDirectives.d.ts.map +1 -0
  194. package/esm/gql/_helpers/recordAppliedDirectives.js +37 -0
  195. package/esm/gql/_helpers/unwrapType.d.ts +39 -0
  196. package/esm/gql/_helpers/unwrapType.d.ts.map +1 -0
  197. package/esm/gql/_helpers/unwrapType.js +47 -0
  198. package/esm/gql/argument/GqlArgument.d.ts +55 -0
  199. package/esm/gql/argument/GqlArgument.d.ts.map +1 -0
  200. package/esm/gql/argument/GqlArgument.js +83 -0
  201. package/esm/gql/document/GqlDocument.d.ts +93 -0
  202. package/esm/gql/document/GqlDocument.d.ts.map +1 -0
  203. package/esm/gql/document/GqlDocument.js +170 -0
  204. package/esm/gql/document/parseGqlDocument.d.ts +33 -0
  205. package/esm/gql/document/parseGqlDocument.d.ts.map +1 -0
  206. package/esm/gql/document/parseGqlDocument.js +185 -0
  207. package/esm/gql/enum/toEnumType.d.ts +29 -0
  208. package/esm/gql/enum/toEnumType.d.ts.map +1 -0
  209. package/esm/gql/enum/toEnumType.js +22 -0
  210. package/esm/gql/field/toFieldSchema.d.ts +38 -0
  211. package/esm/gql/field/toFieldSchema.d.ts.map +1 -0
  212. package/esm/gql/field/toFieldSchema.js +83 -0
  213. package/esm/gql/input/toInputType.d.ts +28 -0
  214. package/esm/gql/input/toInputType.d.ts.map +1 -0
  215. package/esm/gql/input/toInputType.js +46 -0
  216. package/esm/gql/interface/toInterfaceUnion.d.ts +28 -0
  217. package/esm/gql/interface/toInterfaceUnion.d.ts.map +1 -0
  218. package/esm/gql/interface/toInterfaceUnion.js +34 -0
  219. package/esm/gql/object/toObjectType.d.ts +23 -0
  220. package/esm/gql/object/toObjectType.d.ts.map +1 -0
  221. package/esm/gql/object/toObjectType.js +62 -0
  222. package/esm/gql/operation/GqlOperation.d.ts +63 -0
  223. package/esm/gql/operation/GqlOperation.d.ts.map +1 -0
  224. package/esm/gql/operation/GqlOperation.js +90 -0
  225. package/esm/gql/operation/synthesizeArgsObject.d.ts +22 -0
  226. package/esm/gql/operation/synthesizeArgsObject.d.ts.map +1 -0
  227. package/esm/gql/operation/synthesizeArgsObject.js +37 -0
  228. package/esm/gql/operation/toRootField.d.ts +26 -0
  229. package/esm/gql/operation/toRootField.d.ts.map +1 -0
  230. package/esm/gql/operation/toRootField.js +51 -0
  231. package/esm/gql/registry/GqlRegistry.d.ts +70 -0
  232. package/esm/gql/registry/GqlRegistry.d.ts.map +1 -0
  233. package/esm/gql/registry/GqlRegistry.js +76 -0
  234. package/esm/gql/rootType/GqlRootTypes.d.ts +15 -0
  235. package/esm/gql/rootType/GqlRootTypes.d.ts.map +1 -0
  236. package/esm/gql/rootType/GqlRootTypes.js +1 -0
  237. package/esm/gql/scalar/toScalarType.d.ts +33 -0
  238. package/esm/gql/scalar/toScalarType.d.ts.map +1 -0
  239. package/esm/gql/scalar/toScalarType.js +43 -0
  240. package/esm/gql/union/toUnionType.d.ts +24 -0
  241. package/esm/gql/union/toUnionType.d.ts.map +1 -0
  242. package/esm/gql/union/toUnionType.js +29 -0
  243. package/esm/helpers/collateExamples.d.ts +1 -0
  244. package/esm/helpers/collateExamples.d.ts.map +1 -1
  245. package/esm/helpers/collateExamples.js +1 -0
  246. package/esm/helpers/formatNumber.d.ts +1 -0
  247. package/esm/helpers/formatNumber.d.ts.map +1 -1
  248. package/esm/helpers/formatNumber.js +1 -0
  249. package/esm/helpers/isEmpty.d.ts +1 -0
  250. package/esm/helpers/isEmpty.d.ts.map +1 -1
  251. package/esm/helpers/isEmpty.js +1 -0
  252. package/esm/helpers/isImported.js +1 -1
  253. package/esm/helpers/refFns.d.ts +2 -1
  254. package/esm/helpers/refFns.d.ts.map +1 -1
  255. package/esm/helpers/refFns.js +1 -0
  256. package/esm/helpers/strings.d.ts +1 -0
  257. package/esm/helpers/strings.d.ts.map +1 -1
  258. package/esm/helpers/strings.js +1 -0
  259. package/esm/helpers/toResolvedArtifactPath.d.ts +1 -0
  260. package/esm/helpers/toResolvedArtifactPath.d.ts.map +1 -1
  261. package/esm/helpers/toResolvedArtifactPath.js +2 -1
  262. package/esm/helpers/toVariantList.d.ts +32 -0
  263. package/esm/helpers/toVariantList.d.ts.map +1 -0
  264. package/esm/helpers/toVariantList.js +31 -0
  265. package/esm/helpers/withVariant.d.ts +20 -0
  266. package/esm/helpers/withVariant.d.ts.map +1 -0
  267. package/esm/helpers/withVariant.js +27 -0
  268. package/esm/mod.d.ts +58 -37
  269. package/esm/mod.d.ts.map +1 -1
  270. package/esm/mod.js +61 -37
  271. package/esm/oas/array/Array.d.ts +5 -2
  272. package/esm/oas/array/Array.d.ts.map +1 -1
  273. package/esm/oas/array/Array.js +5 -2
  274. package/esm/oas/boolean/Boolean.d.ts +8 -2
  275. package/esm/oas/boolean/Boolean.d.ts.map +1 -1
  276. package/esm/oas/boolean/Boolean.js +8 -2
  277. package/esm/oas/components/Components.d.ts +1 -0
  278. package/esm/oas/components/Components.d.ts.map +1 -1
  279. package/esm/oas/components/Components.js +1 -0
  280. package/esm/oas/discriminator/Discriminator.d.ts +1 -0
  281. package/esm/oas/discriminator/Discriminator.d.ts.map +1 -1
  282. package/esm/oas/discriminator/Discriminator.js +1 -0
  283. package/esm/oas/document/Document.d.ts +56 -2
  284. package/esm/oas/document/Document.d.ts.map +1 -1
  285. package/esm/oas/document/Document.js +61 -1
  286. package/esm/oas/info/Info.d.ts +1 -0
  287. package/esm/oas/info/Info.d.ts.map +1 -1
  288. package/esm/oas/info/Info.js +1 -0
  289. package/esm/oas/integer/Integer.d.ts +5 -2
  290. package/esm/oas/integer/Integer.d.ts.map +1 -1
  291. package/esm/oas/integer/Integer.js +5 -2
  292. package/esm/oas/mediaType/MediaType.d.ts +4 -2
  293. package/esm/oas/mediaType/MediaType.d.ts.map +1 -1
  294. package/esm/oas/mediaType/MediaType.js +4 -2
  295. package/esm/oas/number/Number.d.ts +5 -2
  296. package/esm/oas/number/Number.d.ts.map +1 -1
  297. package/esm/oas/number/Number.js +5 -2
  298. package/esm/oas/object/Object.d.ts +5 -2
  299. package/esm/oas/object/Object.d.ts.map +1 -1
  300. package/esm/oas/object/Object.js +5 -2
  301. package/esm/oas/operation/Operation.d.ts +5 -2
  302. package/esm/oas/operation/Operation.d.ts.map +1 -1
  303. package/esm/oas/operation/Operation.js +5 -2
  304. package/esm/oas/parameter/Parameter.d.ts +5 -2
  305. package/esm/oas/parameter/Parameter.d.ts.map +1 -1
  306. package/esm/oas/parameter/Parameter.js +5 -2
  307. package/esm/oas/ref/Ref.d.ts +37 -6
  308. package/esm/oas/ref/Ref.d.ts.map +1 -1
  309. package/esm/oas/ref/Ref.js +67 -40
  310. package/esm/oas/requestBody/RequestBody.d.ts +5 -2
  311. package/esm/oas/requestBody/RequestBody.d.ts.map +1 -1
  312. package/esm/oas/requestBody/RequestBody.js +5 -2
  313. package/esm/oas/response/Response.d.ts +5 -2
  314. package/esm/oas/response/Response.d.ts.map +1 -1
  315. package/esm/oas/response/Response.js +5 -2
  316. package/esm/oas/schema/Schema.d.ts +1 -0
  317. package/esm/oas/schema/Schema.d.ts.map +1 -1
  318. package/esm/oas/schema/Schema.js +1 -1
  319. package/esm/oas/server/Server.d.ts +1 -0
  320. package/esm/oas/server/Server.d.ts.map +1 -1
  321. package/esm/oas/server/Server.js +1 -0
  322. package/esm/oas/string/String.d.ts +5 -2
  323. package/esm/oas/string/String.d.ts.map +1 -1
  324. package/esm/oas/string/String.js +5 -2
  325. package/esm/oas/tag/Tag.d.ts +4 -0
  326. package/esm/oas/tag/Tag.d.ts.map +1 -1
  327. package/esm/oas/tag/Tag.js +4 -0
  328. package/esm/oas/tag/tag-types.d.ts +2 -0
  329. package/esm/oas/tag/tag-types.d.ts.map +1 -1
  330. package/esm/oas/tag/tag-types.js +3 -2
  331. package/esm/oas/union/Union.d.ts +4 -2
  332. package/esm/oas/union/Union.d.ts.map +1 -1
  333. package/esm/oas/union/Union.js +4 -2
  334. package/esm/oas/unknown/Unknown.d.ts +5 -2
  335. package/esm/oas/unknown/Unknown.d.ts.map +1 -1
  336. package/esm/oas/unknown/Unknown.js +5 -2
  337. package/esm/oas/void/Void.d.ts +6 -3
  338. package/esm/oas/void/Void.d.ts.map +1 -1
  339. package/esm/oas/void/Void.js +6 -3
  340. package/esm/oas/webhook/Webhook.d.ts +146 -0
  341. package/esm/oas/webhook/Webhook.d.ts.map +1 -0
  342. package/esm/oas/webhook/Webhook.js +224 -0
  343. package/esm/parse/toOasDialect.d.ts +26 -0
  344. package/esm/parse/toOasDialect.d.ts.map +1 -0
  345. package/esm/parse/toOasDialect.js +22 -0
  346. package/esm/parse/v3-0/_helpers/parseDefault.d.ts +44 -0
  347. package/esm/parse/v3-0/_helpers/parseDefault.d.ts.map +1 -0
  348. package/esm/parse/v3-0/_helpers/parseDefault.js +39 -0
  349. package/esm/parse/v3-0/_helpers/parseEnum.d.ts +14 -0
  350. package/esm/parse/v3-0/_helpers/parseEnum.d.ts.map +1 -0
  351. package/esm/parse/v3-0/_helpers/parseEnum.js +23 -0
  352. package/esm/parse/v3-0/_helpers/parseExample.d.ts +42 -0
  353. package/esm/parse/v3-0/_helpers/parseExample.d.ts.map +1 -0
  354. package/esm/parse/v3-0/_helpers/parseExample.js +37 -0
  355. package/esm/parse/v3-0/_helpers/parseNullable.d.ts +142 -0
  356. package/esm/parse/v3-0/_helpers/parseNullable.d.ts.map +1 -0
  357. package/esm/parse/v3-0/_merge-all-of/check-array-item-type-conflicts.d.ts.map +1 -0
  358. package/esm/parse/v3-0/_merge-all-of/check-at-least-one-type-match.d.ts.map +1 -0
  359. package/esm/parse/v3-0/_merge-all-of/check-enum-conflicts.d.ts.map +1 -0
  360. package/esm/parse/v3-0/_merge-all-of/check-format-conflicts.d.ts.map +1 -0
  361. package/esm/parse/v3-0/_merge-all-of/check-number-constraints-conflicts.d.ts.map +1 -0
  362. package/esm/parse/v3-0/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +1 -0
  363. package/esm/parse/v3-0/_merge-all-of/check-type-conflicts.d.ts.map +1 -0
  364. package/esm/parse/v3-0/_merge-all-of/cross-product.d.ts.map +1 -0
  365. package/esm/parse/v3-0/_merge-all-of/decompose-intersection.d.ts.map +1 -0
  366. package/esm/parse/v3-0/_merge-all-of/decompose-union.d.ts.map +1 -0
  367. package/esm/parse/v3-0/_merge-all-of/decompose-union.js +73 -0
  368. package/esm/parse/v3-0/_merge-all-of/generic-merge.d.ts.map +1 -0
  369. package/esm/parse/v3-0/_merge-all-of/is-equal.d.ts.map +1 -0
  370. package/esm/parse/v3-0/_merge-all-of/merge-array-constraints.d.ts.map +1 -0
  371. package/esm/parse/v3-0/_merge-all-of/merge-boolean-constraints.d.ts.map +1 -0
  372. package/esm/parse/v3-0/_merge-all-of/merge-enum-values.d.ts.map +1 -0
  373. package/esm/parse/v3-0/_merge-all-of/merge-integer-constraints.d.ts.map +1 -0
  374. package/esm/parse/v3-0/_merge-all-of/merge-intersection.d.ts.map +1 -0
  375. package/esm/parse/v3-0/_merge-all-of/merge-number-constraints.d.ts.map +1 -0
  376. package/esm/parse/v3-0/_merge-all-of/merge-object-constraints.d.ts.map +1 -0
  377. package/esm/parse/v3-0/_merge-all-of/merge-properties.d.ts.map +1 -0
  378. package/esm/parse/v3-0/_merge-all-of/merge-required.d.ts.map +1 -0
  379. package/esm/parse/v3-0/_merge-all-of/merge-string-constraints.d.ts.map +1 -0
  380. package/esm/parse/v3-0/_merge-all-of/merge-union.d.ts.map +1 -0
  381. package/esm/parse/v3-0/_merge-all-of/merge-union.js +61 -0
  382. package/esm/parse/v3-0/_merge-all-of/merge.d.ts.map +1 -0
  383. package/esm/parse/v3-0/_merge-all-of/merge.js +155 -0
  384. package/esm/parse/v3-0/_merge-all-of/nullable-merge.d.ts.map +1 -0
  385. package/esm/parse/v3-0/_merge-all-of/nullable-merge.js +12 -0
  386. package/esm/parse/v3-0/_merge-all-of/types.d.ts.map +1 -0
  387. package/esm/parse/v3-0/array/toArray.d.ts +81 -0
  388. package/esm/parse/v3-0/array/toArray.d.ts.map +1 -0
  389. package/esm/parse/v3-0/array/toArray.js +165 -0
  390. package/esm/parse/v3-0/boolean/toBoolean.d.ts +79 -0
  391. package/esm/parse/v3-0/boolean/toBoolean.d.ts.map +1 -0
  392. package/esm/parse/v3-0/boolean/toBoolean.js +139 -0
  393. package/esm/parse/v3-0/components/toComponentsV3.d.ts +11 -0
  394. package/esm/parse/v3-0/components/toComponentsV3.d.ts.map +1 -0
  395. package/esm/parse/v3-0/components/toComponentsV3.js +39 -0
  396. package/esm/parse/v3-0/contact/toContactV3.d.ts +6 -0
  397. package/esm/parse/v3-0/contact/toContactV3.d.ts.map +1 -0
  398. package/esm/parse/v3-0/contact/toContactV3.js +18 -0
  399. package/esm/parse/v3-0/discriminator/toDiscriminatorV3.d.ts +11 -0
  400. package/esm/parse/v3-0/discriminator/toDiscriminatorV3.d.ts.map +1 -0
  401. package/esm/parse/v3-0/discriminator/toDiscriminatorV3.js +20 -0
  402. package/esm/parse/v3-0/document/toDocumentFieldsV3.d.ts +14 -0
  403. package/esm/parse/v3-0/document/toDocumentFieldsV3.d.ts.map +1 -0
  404. package/esm/parse/v3-0/document/toDocumentFieldsV3.js +32 -0
  405. package/esm/parse/v3-0/example/toExamplesV3.d.ts +68 -0
  406. package/esm/parse/v3-0/example/toExamplesV3.d.ts.map +1 -0
  407. package/esm/parse/v3-0/example/toExamplesV3.js +89 -0
  408. package/esm/parse/v3-0/externalDocs/toExternalDocs.d.ts +11 -0
  409. package/esm/parse/v3-0/externalDocs/toExternalDocs.d.ts.map +1 -0
  410. package/esm/parse/v3-0/externalDocs/toExternalDocs.js +15 -0
  411. package/esm/parse/v3-0/header/toHeadersV3.d.ts +17 -0
  412. package/esm/parse/v3-0/header/toHeadersV3.d.ts.map +1 -0
  413. package/esm/parse/v3-0/header/toHeadersV3.js +47 -0
  414. package/esm/parse/v3-0/info/toInfoV3.d.ts +11 -0
  415. package/esm/parse/v3-0/info/toInfoV3.d.ts.map +1 -0
  416. package/esm/parse/v3-0/info/toInfoV3.js +23 -0
  417. package/esm/parse/v3-0/integer/toInteger.d.ts +22 -0
  418. package/esm/parse/v3-0/integer/toInteger.d.ts.map +1 -0
  419. package/esm/parse/v3-0/integer/toInteger.js +112 -0
  420. package/esm/parse/v3-0/license/toLicenseV3.d.ts +6 -0
  421. package/esm/parse/v3-0/license/toLicenseV3.d.ts.map +1 -0
  422. package/esm/parse/v3-0/license/toLicenseV3.js +17 -0
  423. package/esm/parse/v3-0/mediaType/toMediaTypeItemV3.d.ts +315 -0
  424. package/esm/parse/v3-0/mediaType/toMediaTypeItemV3.d.ts.map +1 -0
  425. package/esm/parse/v3-0/mediaType/toMediaTypeItemV3.js +314 -0
  426. package/esm/parse/v3-0/number/toNumber.d.ts +11 -0
  427. package/esm/parse/v3-0/number/toNumber.d.ts.map +1 -0
  428. package/esm/parse/v3-0/number/toNumber.js +112 -0
  429. package/esm/parse/v3-0/object/toAdditionalPropertiesV3.d.ts +12 -0
  430. package/esm/parse/v3-0/object/toAdditionalPropertiesV3.d.ts.map +1 -0
  431. package/esm/parse/v3-0/object/toObject.d.ts +11 -0
  432. package/esm/parse/v3-0/object/toObject.d.ts.map +1 -0
  433. package/esm/parse/v3-0/object/toObject.js +88 -0
  434. package/esm/parse/v3-0/operation/toOperationsV3.d.ts +26 -0
  435. package/esm/parse/v3-0/operation/toOperationsV3.d.ts.map +1 -0
  436. package/esm/parse/v3-0/operation/toOperationsV3.js +113 -0
  437. package/esm/parse/v3-0/parameter/toParameterV3.d.ts +40 -0
  438. package/esm/parse/v3-0/parameter/toParameterV3.d.ts.map +1 -0
  439. package/esm/parse/v3-0/parameter/toParameterV3.js +112 -0
  440. package/esm/parse/v3-0/pathItem/toPathItemV3.d.ts +11 -0
  441. package/esm/parse/v3-0/pathItem/toPathItemV3.d.ts.map +1 -0
  442. package/esm/parse/v3-0/pathItem/toPathItemV3.js +18 -0
  443. package/esm/parse/v3-0/ref/toRefV31.d.ts +20 -0
  444. package/esm/parse/v3-0/ref/toRefV31.d.ts.map +1 -0
  445. package/esm/parse/v3-0/ref/toRefV31.js +10 -0
  446. package/esm/parse/v3-0/requestBody/toRequestBodiesV3.d.ts +19 -0
  447. package/esm/parse/v3-0/requestBody/toRequestBodiesV3.d.ts.map +1 -0
  448. package/esm/parse/v3-0/requestBody/toRequestBodiesV3.js +44 -0
  449. package/esm/parse/v3-0/response/toResponseV3.d.ts +24 -0
  450. package/esm/parse/v3-0/response/toResponseV3.d.ts.map +1 -0
  451. package/esm/parse/v3-0/response/toResponseV3.js +52 -0
  452. package/esm/parse/v3-0/schema/toSchemasV3.d.ts +30 -0
  453. package/esm/parse/v3-0/schema/toSchemasV3.d.ts.map +1 -0
  454. package/esm/parse/v3-0/schema/toSchemasV3.js +296 -0
  455. package/esm/parse/v3-0/securityRequirement/toSecurityRequirement.d.ts +10 -0
  456. package/esm/parse/v3-0/securityRequirement/toSecurityRequirement.d.ts.map +1 -0
  457. package/esm/parse/v3-0/securityRequirement/toSecurityRequirement.js +9 -0
  458. package/esm/parse/v3-0/securitySchemes/toSecuritySchemes.d.ts +18 -0
  459. package/esm/parse/v3-0/securitySchemes/toSecuritySchemes.d.ts.map +1 -0
  460. package/esm/parse/v3-0/securitySchemes/toSecuritySchemes.js +105 -0
  461. package/esm/parse/v3-0/server/toServerV3.d.ts +23 -0
  462. package/esm/parse/v3-0/server/toServerV3.d.ts.map +1 -0
  463. package/esm/parse/v3-0/server/toServerV3.js +30 -0
  464. package/esm/parse/v3-0/serverVariable/toServerVariableV3.d.ts +23 -0
  465. package/esm/parse/v3-0/serverVariable/toServerVariableV3.d.ts.map +1 -0
  466. package/esm/parse/v3-0/serverVariable/toServerVariableV3.js +30 -0
  467. package/esm/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.d.ts +15 -0
  468. package/esm/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +1 -0
  469. package/esm/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.js +25 -0
  470. package/esm/parse/v3-0/string/toString.d.ts +147 -0
  471. package/esm/parse/v3-0/string/toString.d.ts.map +1 -0
  472. package/esm/parse/v3-0/string/toString.js +218 -0
  473. package/esm/parse/v3-0/tag/toTagsV3.d.ts +17 -0
  474. package/esm/parse/v3-0/tag/toTagsV3.d.ts.map +1 -0
  475. package/esm/parse/v3-0/tag/toTagsV3.js +27 -0
  476. package/esm/parse/v3-0/union/toUnion.d.ts +13 -0
  477. package/esm/parse/v3-0/union/toUnion.d.ts.map +1 -0
  478. package/esm/parse/v3-0/union/toUnion.js +66 -0
  479. package/esm/parse/v3-0/unknown/toUnknown.d.ts +11 -0
  480. package/esm/parse/v3-0/unknown/toUnknown.d.ts.map +1 -0
  481. package/esm/parse/v3-0/unknown/toUnknown.js +19 -0
  482. package/esm/parse/v3-0/webhook/toWebhooksV3.d.ts +49 -0
  483. package/esm/parse/v3-0/webhook/toWebhooksV3.d.ts.map +1 -0
  484. package/esm/parse/v3-0/webhook/toWebhooksV3.js +130 -0
  485. package/esm/parse/v3-1/_helpers/parseDefault.d.ts +44 -0
  486. package/esm/parse/v3-1/_helpers/parseDefault.d.ts.map +1 -0
  487. package/esm/parse/v3-1/_helpers/parseDefault.js +39 -0
  488. package/esm/parse/v3-1/_helpers/parseEnum.d.ts +14 -0
  489. package/esm/parse/v3-1/_helpers/parseEnum.d.ts.map +1 -0
  490. package/esm/parse/v3-1/_helpers/parseEnum.js +23 -0
  491. package/esm/parse/v3-1/_helpers/parseExample.d.ts +42 -0
  492. package/esm/parse/v3-1/_helpers/parseExample.d.ts.map +1 -0
  493. package/esm/parse/v3-1/_helpers/parseExample.js +37 -0
  494. package/esm/parse/v3-1/_helpers/parseNullable.d.ts +142 -0
  495. package/esm/parse/v3-1/_helpers/parseNullable.d.ts.map +1 -0
  496. package/esm/parse/v3-1/_helpers/parseNullable.js +140 -0
  497. package/esm/parse/v3-1/_merge-all-of/check-array-item-type-conflicts.d.ts.map +1 -0
  498. package/esm/parse/v3-1/_merge-all-of/check-array-item-type-conflicts.js +9 -0
  499. package/esm/parse/v3-1/_merge-all-of/check-at-least-one-type-match.d.ts.map +1 -0
  500. package/esm/parse/v3-1/_merge-all-of/check-at-least-one-type-match.js +5 -0
  501. package/esm/parse/v3-1/_merge-all-of/check-enum-conflicts.d.ts.map +1 -0
  502. package/esm/parse/v3-1/_merge-all-of/check-enum-conflicts.js +11 -0
  503. package/esm/parse/v3-1/_merge-all-of/check-format-conflicts.d.ts.map +1 -0
  504. package/esm/parse/v3-1/_merge-all-of/check-format-conflicts.js +5 -0
  505. package/esm/parse/v3-1/_merge-all-of/check-number-constraints-conflicts.d.ts.map +1 -0
  506. package/esm/parse/v3-1/_merge-all-of/check-number-constraints-conflicts.js +11 -0
  507. package/esm/parse/v3-1/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +1 -0
  508. package/esm/parse/v3-1/_merge-all-of/check-read-only-write-only-conflicts.js +5 -0
  509. package/esm/parse/v3-1/_merge-all-of/check-type-conflicts.d.ts.map +1 -0
  510. package/esm/parse/v3-1/_merge-all-of/check-type-conflicts.js +5 -0
  511. package/esm/parse/v3-1/_merge-all-of/cross-product.d.ts.map +1 -0
  512. package/esm/parse/v3-1/_merge-all-of/cross-product.js +3 -0
  513. package/esm/parse/v3-1/_merge-all-of/decompose-intersection.d.ts.map +1 -0
  514. package/esm/parse/v3-1/_merge-all-of/decompose-intersection.js +27 -0
  515. package/esm/parse/v3-1/_merge-all-of/decompose-union.d.ts.map +1 -0
  516. package/esm/parse/v3-1/_merge-all-of/decompose-union.js +73 -0
  517. package/esm/parse/v3-1/_merge-all-of/generic-merge.d.ts.map +1 -0
  518. package/esm/parse/v3-1/_merge-all-of/generic-merge.js +12 -0
  519. package/esm/parse/v3-1/_merge-all-of/is-equal.d.ts.map +1 -0
  520. package/esm/parse/v3-1/_merge-all-of/is-equal.js +19 -0
  521. package/esm/parse/v3-1/_merge-all-of/merge-array-constraints.d.ts.map +1 -0
  522. package/esm/parse/v3-1/_merge-all-of/merge-array-constraints.js +44 -0
  523. package/esm/parse/v3-1/_merge-all-of/merge-boolean-constraints.d.ts.map +1 -0
  524. package/esm/parse/v3-1/_merge-all-of/merge-boolean-constraints.js +7 -0
  525. package/esm/parse/v3-1/_merge-all-of/merge-enum-values.d.ts.map +1 -0
  526. package/esm/parse/v3-1/_merge-all-of/merge-enum-values.js +32 -0
  527. package/esm/parse/v3-1/_merge-all-of/merge-integer-constraints.d.ts.map +1 -0
  528. package/esm/parse/v3-1/_merge-all-of/merge-integer-constraints.js +41 -0
  529. package/esm/parse/v3-1/_merge-all-of/merge-intersection.d.ts.map +1 -0
  530. package/esm/parse/v3-1/_merge-all-of/merge-intersection.js +16 -0
  531. package/esm/parse/v3-1/_merge-all-of/merge-number-constraints.d.ts.map +1 -0
  532. package/esm/parse/v3-1/_merge-all-of/merge-number-constraints.js +41 -0
  533. package/esm/parse/v3-1/_merge-all-of/merge-object-constraints.d.ts.map +1 -0
  534. package/esm/parse/v3-1/_merge-all-of/merge-object-constraints.js +28 -0
  535. package/esm/parse/v3-1/_merge-all-of/merge-properties.d.ts.map +1 -0
  536. package/esm/parse/v3-1/_merge-all-of/merge-properties.js +25 -0
  537. package/esm/parse/v3-1/_merge-all-of/merge-required.d.ts.map +1 -0
  538. package/esm/parse/v3-1/_merge-all-of/merge-required.js +10 -0
  539. package/esm/parse/v3-1/_merge-all-of/merge-string-constraints.d.ts.map +1 -0
  540. package/esm/parse/v3-1/_merge-all-of/merge-string-constraints.js +55 -0
  541. package/esm/parse/v3-1/_merge-all-of/merge-union.d.ts.map +1 -0
  542. package/esm/parse/v3-1/_merge-all-of/merge-union.js +61 -0
  543. package/esm/parse/v3-1/_merge-all-of/merge.d.ts.map +1 -0
  544. package/esm/parse/v3-1/_merge-all-of/merge.js +155 -0
  545. package/esm/parse/v3-1/_merge-all-of/nullable-merge.d.ts.map +1 -0
  546. package/esm/parse/v3-1/_merge-all-of/nullable-merge.js +12 -0
  547. package/esm/parse/v3-1/_merge-all-of/types.d.ts.map +1 -0
  548. package/esm/parse/v3-1/_merge-all-of/types.js +2 -0
  549. package/esm/parse/v3-1/array/toArray.d.ts +81 -0
  550. package/esm/parse/v3-1/array/toArray.d.ts.map +1 -0
  551. package/esm/parse/v3-1/array/toArray.js +165 -0
  552. package/esm/parse/v3-1/boolean/toBoolean.d.ts +79 -0
  553. package/esm/parse/v3-1/boolean/toBoolean.d.ts.map +1 -0
  554. package/esm/parse/v3-1/boolean/toBoolean.js +139 -0
  555. package/esm/parse/v3-1/components/toComponentsV3.d.ts +11 -0
  556. package/esm/parse/v3-1/components/toComponentsV3.d.ts.map +1 -0
  557. package/esm/parse/v3-1/components/toComponentsV3.js +39 -0
  558. package/esm/parse/v3-1/contact/toContactV3.d.ts +6 -0
  559. package/esm/parse/v3-1/contact/toContactV3.d.ts.map +1 -0
  560. package/esm/parse/v3-1/contact/toContactV3.js +18 -0
  561. package/esm/parse/v3-1/discriminator/toDiscriminatorV3.d.ts +11 -0
  562. package/esm/parse/v3-1/discriminator/toDiscriminatorV3.d.ts.map +1 -0
  563. package/esm/parse/v3-1/discriminator/toDiscriminatorV3.js +20 -0
  564. package/esm/parse/v3-1/document/toDocumentFieldsV3.d.ts +15 -0
  565. package/esm/parse/v3-1/document/toDocumentFieldsV3.d.ts.map +1 -0
  566. package/esm/parse/v3-1/document/toDocumentFieldsV3.js +32 -0
  567. package/esm/parse/v3-1/example/toExamplesV3.d.ts +68 -0
  568. package/esm/parse/v3-1/example/toExamplesV3.d.ts.map +1 -0
  569. package/esm/parse/v3-1/example/toExamplesV3.js +89 -0
  570. package/esm/parse/v3-1/externalDocs/toExternalDocs.d.ts +11 -0
  571. package/esm/parse/v3-1/externalDocs/toExternalDocs.d.ts.map +1 -0
  572. package/esm/parse/v3-1/externalDocs/toExternalDocs.js +15 -0
  573. package/esm/parse/v3-1/header/toHeadersV3.d.ts +17 -0
  574. package/esm/parse/v3-1/header/toHeadersV3.d.ts.map +1 -0
  575. package/esm/parse/v3-1/header/toHeadersV3.js +47 -0
  576. package/esm/parse/v3-1/info/toInfoV3.d.ts +11 -0
  577. package/esm/parse/v3-1/info/toInfoV3.d.ts.map +1 -0
  578. package/esm/parse/v3-1/info/toInfoV3.js +23 -0
  579. package/esm/parse/v3-1/integer/toInteger.d.ts +22 -0
  580. package/esm/parse/v3-1/integer/toInteger.d.ts.map +1 -0
  581. package/esm/parse/v3-1/integer/toInteger.js +112 -0
  582. package/esm/parse/v3-1/license/toLicenseV3.d.ts +6 -0
  583. package/esm/parse/v3-1/license/toLicenseV3.d.ts.map +1 -0
  584. package/esm/parse/v3-1/license/toLicenseV3.js +17 -0
  585. package/esm/parse/v3-1/mediaType/toMediaTypeItemV3.d.ts +315 -0
  586. package/esm/parse/v3-1/mediaType/toMediaTypeItemV3.d.ts.map +1 -0
  587. package/esm/parse/v3-1/mediaType/toMediaTypeItemV3.js +314 -0
  588. package/esm/parse/v3-1/number/toNumber.d.ts +11 -0
  589. package/esm/parse/v3-1/number/toNumber.d.ts.map +1 -0
  590. package/esm/parse/v3-1/number/toNumber.js +112 -0
  591. package/esm/parse/v3-1/object/toAdditionalPropertiesV3.d.ts +12 -0
  592. package/esm/parse/v3-1/object/toAdditionalPropertiesV3.d.ts.map +1 -0
  593. package/esm/parse/v3-1/object/toAdditionalPropertiesV3.js +10 -0
  594. package/esm/parse/v3-1/object/toObject.d.ts +11 -0
  595. package/esm/parse/v3-1/object/toObject.d.ts.map +1 -0
  596. package/esm/parse/v3-1/object/toObject.js +88 -0
  597. package/esm/parse/v3-1/operation/toOperationsV3.d.ts +26 -0
  598. package/esm/parse/v3-1/operation/toOperationsV3.d.ts.map +1 -0
  599. package/esm/parse/v3-1/operation/toOperationsV3.js +116 -0
  600. package/esm/parse/v3-1/parameter/toParameterV3.d.ts +40 -0
  601. package/esm/parse/v3-1/parameter/toParameterV3.d.ts.map +1 -0
  602. package/esm/parse/v3-1/parameter/toParameterV3.js +112 -0
  603. package/esm/parse/v3-1/pathItem/toPathItemV3.d.ts +11 -0
  604. package/esm/parse/v3-1/pathItem/toPathItemV3.d.ts.map +1 -0
  605. package/esm/parse/v3-1/pathItem/toPathItemV3.js +18 -0
  606. package/esm/parse/v3-1/ref/toRefV31.d.ts +20 -0
  607. package/esm/parse/v3-1/ref/toRefV31.d.ts.map +1 -0
  608. package/esm/parse/v3-1/ref/toRefV31.js +10 -0
  609. package/esm/parse/v3-1/requestBody/toRequestBodiesV3.d.ts +19 -0
  610. package/esm/parse/v3-1/requestBody/toRequestBodiesV3.d.ts.map +1 -0
  611. package/esm/parse/v3-1/requestBody/toRequestBodiesV3.js +44 -0
  612. package/esm/parse/v3-1/response/toResponseV3.d.ts +24 -0
  613. package/esm/parse/v3-1/response/toResponseV3.d.ts.map +1 -0
  614. package/esm/parse/v3-1/response/toResponseV3.js +52 -0
  615. package/esm/parse/v3-1/schema/toSchemasV3.d.ts +30 -0
  616. package/esm/parse/v3-1/schema/toSchemasV3.d.ts.map +1 -0
  617. package/esm/parse/v3-1/schema/toSchemasV3.js +478 -0
  618. package/esm/parse/v3-1/securityRequirement/toSecurityRequirement.d.ts +10 -0
  619. package/esm/parse/v3-1/securityRequirement/toSecurityRequirement.d.ts.map +1 -0
  620. package/esm/parse/v3-1/securityRequirement/toSecurityRequirement.js +9 -0
  621. package/esm/parse/v3-1/securitySchemes/toSecuritySchemes.d.ts +18 -0
  622. package/esm/parse/v3-1/securitySchemes/toSecuritySchemes.d.ts.map +1 -0
  623. package/esm/parse/v3-1/securitySchemes/toSecuritySchemes.js +105 -0
  624. package/esm/parse/v3-1/server/toServerV3.d.ts +23 -0
  625. package/esm/parse/v3-1/server/toServerV3.d.ts.map +1 -0
  626. package/esm/parse/v3-1/server/toServerV3.js +30 -0
  627. package/esm/parse/v3-1/serverVariable/toServerVariableV3.d.ts +23 -0
  628. package/esm/parse/v3-1/serverVariable/toServerVariableV3.d.ts.map +1 -0
  629. package/esm/parse/v3-1/serverVariable/toServerVariableV3.js +30 -0
  630. package/esm/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.d.ts +15 -0
  631. package/esm/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +1 -0
  632. package/esm/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.js +25 -0
  633. package/esm/parse/v3-1/string/toString.d.ts +147 -0
  634. package/esm/parse/v3-1/string/toString.d.ts.map +1 -0
  635. package/esm/parse/v3-1/string/toString.js +218 -0
  636. package/esm/parse/v3-1/tag/toTagsV3.d.ts +17 -0
  637. package/esm/parse/v3-1/tag/toTagsV3.d.ts.map +1 -0
  638. package/esm/parse/v3-1/tag/toTagsV3.js +27 -0
  639. package/esm/parse/v3-1/union/toUnion.d.ts +13 -0
  640. package/esm/parse/v3-1/union/toUnion.d.ts.map +1 -0
  641. package/esm/parse/v3-1/union/toUnion.js +66 -0
  642. package/esm/parse/v3-1/unknown/toUnknown.d.ts +11 -0
  643. package/esm/parse/v3-1/unknown/toUnknown.d.ts.map +1 -0
  644. package/esm/parse/v3-1/unknown/toUnknown.js +19 -0
  645. package/esm/parse/v3-1/webhook/toWebhooksV3.d.ts +49 -0
  646. package/esm/parse/v3-1/webhook/toWebhooksV3.d.ts.map +1 -0
  647. package/esm/parse/v3-1/webhook/toWebhooksV3.js +130 -0
  648. package/esm/run/toArtifacts.d.ts +20 -25
  649. package/esm/run/toArtifacts.d.ts.map +1 -1
  650. package/esm/run/toArtifacts.js +9 -27
  651. package/esm/run/toEnrichmentDefaults.d.ts +51 -0
  652. package/esm/run/toEnrichmentDefaults.d.ts.map +1 -0
  653. package/esm/run/toEnrichmentDefaults.js +24 -0
  654. package/esm/run/toSupportedSubjects.d.ts +48 -0
  655. package/esm/run/toSupportedSubjects.d.ts.map +1 -0
  656. package/esm/run/toSupportedSubjects.js +21 -0
  657. package/esm/types/AccessorPath.d.ts +17 -0
  658. package/esm/types/AccessorPath.d.ts.map +1 -0
  659. package/esm/types/AccessorPath.js +9 -0
  660. package/esm/types/AttributionState.d.ts +51 -0
  661. package/esm/types/AttributionState.d.ts.map +1 -0
  662. package/esm/types/AttributionState.js +20 -0
  663. package/esm/types/Brand.d.ts +3 -2
  664. package/esm/types/Brand.d.ts.map +1 -1
  665. package/esm/types/Brand.js +10 -1
  666. package/esm/types/DenoJson.d.ts +1 -0
  667. package/esm/types/DenoJson.d.ts.map +1 -1
  668. package/esm/types/DenoJson.js +1 -0
  669. package/esm/types/EnrichmentDefaults.d.ts +33 -0
  670. package/esm/types/EnrichmentDefaults.d.ts.map +1 -0
  671. package/esm/types/EnrichmentDefaults.js +21 -0
  672. package/esm/types/EnrichmentRequest.d.ts +1 -0
  673. package/esm/types/EnrichmentRequest.d.ts.map +1 -1
  674. package/esm/types/EnrichmentRequest.js +1 -1
  675. package/esm/types/Enrichments.d.ts +136 -175
  676. package/esm/types/Enrichments.d.ts.map +1 -1
  677. package/esm/types/Enrichments.js +100 -134
  678. package/esm/types/GeneratorType.d.ts +45 -107
  679. package/esm/types/GeneratorType.d.ts.map +1 -1
  680. package/esm/types/JsonPointer.d.ts +92 -0
  681. package/esm/types/JsonPointer.d.ts.map +1 -0
  682. package/esm/types/JsonPointer.js +112 -0
  683. package/esm/types/Manifest.d.ts +11 -2
  684. package/esm/types/Manifest.d.ts.map +1 -1
  685. package/esm/types/Manifest.js +49 -2
  686. package/esm/types/Method.d.ts +1 -0
  687. package/esm/types/Method.d.ts.map +1 -1
  688. package/esm/types/Method.js +1 -0
  689. package/esm/types/ModuleExport.d.ts +1 -0
  690. package/esm/types/ModuleExport.d.ts.map +1 -1
  691. package/esm/types/ModuleExport.js +1 -0
  692. package/esm/types/OasBase.d.ts +40 -0
  693. package/esm/types/OasBase.d.ts.map +1 -0
  694. package/esm/types/OasBase.js +48 -0
  695. package/esm/types/Preview.d.ts +100 -66
  696. package/esm/types/Preview.d.ts.map +1 -1
  697. package/esm/types/Preview.js +67 -65
  698. package/esm/types/RefName.d.ts +3 -2
  699. package/esm/types/RefName.d.ts.map +1 -1
  700. package/esm/types/RefName.js +1 -1
  701. package/esm/types/Results.d.ts +1 -0
  702. package/esm/types/Results.d.ts.map +1 -1
  703. package/esm/types/Results.js +1 -0
  704. package/esm/types/Settings.d.ts +236 -25
  705. package/esm/types/Settings.d.ts.map +1 -1
  706. package/esm/types/Settings.js +71 -7
  707. package/esm/types/SkmtcDocument.d.ts +81 -0
  708. package/esm/types/SkmtcDocument.d.ts.map +1 -0
  709. package/esm/types/SkmtcDocument.js +18 -0
  710. package/esm/types/SupportedSubjects.d.ts +41 -0
  711. package/esm/types/SupportedSubjects.d.ts.map +1 -0
  712. package/esm/types/SupportedSubjects.js +10 -0
  713. package/esm/types/TypeSystem.d.ts +1 -0
  714. package/esm/types/TypeSystem.d.ts.map +1 -1
  715. package/esm/types/TypeSystem.js +1 -1
  716. package/esm/types/Variant.d.ts +65 -0
  717. package/esm/types/Variant.d.ts.map +1 -0
  718. package/esm/types/Variant.js +55 -0
  719. package/package.json +6 -7
  720. package/script/_dnt.polyfills.d.ts +7 -0
  721. package/script/_dnt.polyfills.d.ts.map +1 -0
  722. package/script/anchors/CaptureSink.d.ts +83 -0
  723. package/script/anchors/CaptureSink.d.ts.map +1 -0
  724. package/script/anchors/CaptureSink.js +192 -0
  725. package/script/anchors/ParserAdapter.d.ts +76 -0
  726. package/script/anchors/ParserAdapter.d.ts.map +1 -0
  727. package/script/anchors/ParserAdapter.js +20 -0
  728. package/script/anchors/attribute.d.ts +25 -0
  729. package/script/anchors/attribute.d.ts.map +1 -0
  730. package/script/anchors/attribute.js +88 -0
  731. package/script/anchors/buildSidecar.d.ts +54 -0
  732. package/script/anchors/buildSidecar.d.ts.map +1 -0
  733. package/script/anchors/buildSidecar.js +108 -0
  734. package/script/anchors/generationMap.d.ts +67 -0
  735. package/script/anchors/generationMap.d.ts.map +1 -0
  736. package/script/anchors/generationMap.js +136 -0
  737. package/script/anchors/postPass.d.ts +87 -0
  738. package/script/anchors/postPass.d.ts.map +1 -0
  739. package/script/anchors/postPass.js +81 -0
  740. package/script/anchors/sidecar.d.ts +89 -0
  741. package/script/anchors/sidecar.d.ts.map +1 -0
  742. package/script/anchors/sidecar.js +136 -0
  743. package/script/anchors/types.d.ts +51 -0
  744. package/script/anchors/types.d.ts.map +1 -0
  745. package/script/anchors/types.js +10 -0
  746. package/script/app/validate.d.ts +1 -0
  747. package/script/app/validate.d.ts.map +1 -1
  748. package/script/app/validate.js +1 -0
  749. package/script/context/CoreContext.d.ts +75 -39
  750. package/script/context/CoreContext.d.ts.map +1 -1
  751. package/script/context/CoreContext.js +184 -53
  752. package/script/context/GenerateContext.d.ts +154 -115
  753. package/script/context/GenerateContext.d.ts.map +1 -1
  754. package/script/context/GenerateContext.js +888 -257
  755. package/script/context/ParseContext.d.ts +165 -107
  756. package/script/context/ParseContext.d.ts.map +1 -1
  757. package/script/context/ParseContext.js +399 -116
  758. package/script/context/ParseIssue.d.ts +80 -0
  759. package/script/context/ParseIssue.d.ts.map +1 -0
  760. package/script/context/ParseIssue.js +69 -0
  761. package/script/context/RenderContext.d.ts +46 -24
  762. package/script/context/RenderContext.d.ts.map +1 -1
  763. package/script/context/RenderContext.js +140 -37
  764. package/script/context/StackTrail.d.ts +68 -0
  765. package/script/context/StackTrail.d.ts.map +1 -1
  766. package/script/context/StackTrail.js +84 -0
  767. package/script/context/generateTypes.d.ts +253 -70
  768. package/script/context/generateTypes.d.ts.map +1 -1
  769. package/script/context/generateTypes.js +67 -0
  770. package/script/context/parseTypes.d.ts +148 -49
  771. package/script/context/parseTypes.d.ts.map +1 -1
  772. package/script/context/parseTypes.js +17 -0
  773. package/script/context/tryParseAt.d.ts +70 -0
  774. package/script/context/tryParseAt.d.ts.map +1 -0
  775. package/script/context/tryParseAt.js +57 -0
  776. package/script/deps/jsr.io/@std/fmt/1.0.10/colors.d.ts +700 -0
  777. package/script/deps/jsr.io/@std/fmt/1.0.10/colors.d.ts.map +1 -0
  778. package/script/deps/jsr.io/@std/fmt/1.0.10/colors.js +986 -0
  779. package/script/deps/jsr.io/@std/fs/1.0.23/exists.d.ts.map +1 -0
  780. package/script/deps/jsr.io/@std/fs/1.0.23/exists.js +308 -0
  781. package/script/deps/jsr.io/@std/internal/1.0.13/_os.d.ts.map +1 -0
  782. package/script/deps/jsr.io/@std/internal/1.0.13/_os.js +48 -0
  783. package/script/deps/jsr.io/@std/internal/1.0.13/os.d.ts.map +1 -0
  784. package/script/deps/jsr.io/@std/internal/1.0.13/os.js +8 -0
  785. package/script/deps/jsr.io/@std/io/0.225.3/types.d.ts.map +1 -0
  786. package/script/deps/jsr.io/@std/io/0.225.3/types.js +18 -0
  787. package/script/deps/jsr.io/@std/io/0.225.3/write_all.d.ts +52 -0
  788. package/script/deps/jsr.io/@std/io/0.225.3/write_all.d.ts.map +1 -0
  789. package/script/deps/jsr.io/@std/io/0.225.3/write_all.js +65 -0
  790. package/script/deps/jsr.io/@std/log/0.224.14/console_handler.js +1 -1
  791. package/script/deps/jsr.io/@std/log/0.224.14/file_handler.js +1 -1
  792. package/script/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
  793. package/script/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts.map +1 -0
  794. package/script/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts.map +1 -0
  795. package/script/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts.map +1 -0
  796. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts.map +1 -0
  797. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts.map +1 -0
  798. package/script/deps/jsr.io/@std/path/1.1.4/join.d.ts.map +1 -0
  799. package/script/deps/jsr.io/@std/path/1.1.4/join.js +32 -0
  800. package/script/deps/jsr.io/@std/path/1.1.4/normalize.d.ts.map +1 -0
  801. package/script/deps/jsr.io/@std/path/1.1.4/normalize.js +35 -0
  802. package/script/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts.map +1 -0
  803. package/script/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts.map +1 -0
  804. package/script/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts.map +1 -0
  805. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts.map +1 -0
  806. package/script/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts.map +1 -0
  807. package/script/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts.map +1 -0
  808. package/script/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts.map +1 -0
  809. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts.map +1 -0
  810. package/script/dsl/CodeFileBase.d.ts +38 -0
  811. package/script/dsl/CodeFileBase.d.ts.map +1 -0
  812. package/script/dsl/CodeFileBase.js +64 -0
  813. package/script/dsl/ContentSettings.d.ts +44 -20
  814. package/script/dsl/ContentSettings.d.ts.map +1 -1
  815. package/script/dsl/ContentSettings.js +35 -17
  816. package/script/dsl/CustomValue.d.ts +3 -2
  817. package/script/dsl/CustomValue.d.ts.map +1 -1
  818. package/script/dsl/CustomValue.js +3 -2
  819. package/script/dsl/Definition.d.ts +32 -200
  820. package/script/dsl/Definition.d.ts.map +1 -1
  821. package/script/dsl/Definition.js +18 -214
  822. package/script/dsl/FileBase.d.ts +42 -0
  823. package/script/dsl/FileBase.d.ts.map +1 -0
  824. package/script/dsl/FileBase.js +57 -0
  825. package/script/dsl/GeneratedValue.d.ts +2 -2
  826. package/script/dsl/GeneratedValue.d.ts.map +1 -1
  827. package/script/dsl/GeneratorKeys.d.ts +266 -73
  828. package/script/dsl/GeneratorKeys.d.ts.map +1 -1
  829. package/script/dsl/GeneratorKeys.js +207 -71
  830. package/script/dsl/IdentifierBase.d.ts +55 -0
  831. package/script/dsl/IdentifierBase.d.ts.map +1 -0
  832. package/script/dsl/IdentifierBase.js +68 -0
  833. package/script/dsl/IdentifierType.d.ts +31 -0
  834. package/script/dsl/IdentifierType.d.ts.map +1 -0
  835. package/script/dsl/IdentifierType.js +2 -0
  836. package/script/dsl/ImportBase.d.ts +40 -0
  837. package/script/dsl/ImportBase.d.ts.map +1 -0
  838. package/script/dsl/ImportBase.js +28 -0
  839. package/script/dsl/Inserted.d.ts +10 -10
  840. package/script/dsl/Inserted.d.ts.map +1 -1
  841. package/script/dsl/Inserted.js +8 -8
  842. package/script/dsl/JsonFile.d.ts +2 -3
  843. package/script/dsl/JsonFile.d.ts.map +1 -1
  844. package/script/dsl/JsonFile.js +3 -9
  845. package/script/dsl/Lang.d.ts +136 -0
  846. package/script/dsl/Lang.d.ts.map +1 -0
  847. package/script/dsl/Lang.js +2 -0
  848. package/script/dsl/ReExportBase.d.ts +42 -0
  849. package/script/dsl/ReExportBase.d.ts.map +1 -0
  850. package/script/dsl/ReExportBase.js +31 -0
  851. package/script/dsl/SnippetBase.d.ts +86 -0
  852. package/script/dsl/SnippetBase.d.ts.map +1 -0
  853. package/script/dsl/SnippetBase.js +117 -0
  854. package/script/dsl/Stringable.d.ts +1 -0
  855. package/script/dsl/Stringable.d.ts.map +1 -1
  856. package/script/dsl/Stringable.js +9 -0
  857. package/script/dsl/model/ModelDriver.d.ts +23 -58
  858. package/script/dsl/model/ModelDriver.d.ts.map +1 -1
  859. package/script/dsl/model/ModelDriver.js +89 -77
  860. package/script/dsl/model/toModelEntry.d.ts +17 -23
  861. package/script/dsl/model/toModelEntry.d.ts.map +1 -1
  862. package/script/dsl/model/toModelEntry.js +7 -14
  863. package/script/dsl/model/toModelProjectionBase.d.ts +125 -0
  864. package/script/dsl/model/toModelProjectionBase.d.ts.map +1 -0
  865. package/script/dsl/model/toModelProjectionBase.js +186 -0
  866. package/script/dsl/model/types.d.ts +87 -54
  867. package/script/dsl/model/types.d.ts.map +1 -1
  868. package/script/dsl/operation/gql/GqlOperationDriver.d.ts +52 -0
  869. package/script/dsl/operation/gql/GqlOperationDriver.d.ts.map +1 -0
  870. package/script/dsl/operation/gql/GqlOperationDriver.js +210 -0
  871. package/script/dsl/operation/gql/toGqlOperationEntry.d.ts +44 -0
  872. package/script/dsl/operation/gql/toGqlOperationEntry.d.ts.map +1 -0
  873. package/script/dsl/operation/gql/toGqlOperationEntry.js +85 -0
  874. package/script/dsl/operation/gql/toGqlOperationProjectionBase.d.ts +128 -0
  875. package/script/dsl/operation/gql/toGqlOperationProjectionBase.d.ts.map +1 -0
  876. package/script/dsl/operation/gql/toGqlOperationProjectionBase.js +200 -0
  877. package/script/dsl/operation/gql/types.d.ts +141 -0
  878. package/script/dsl/operation/gql/types.d.ts.map +1 -0
  879. package/script/dsl/operation/gql/types.js +2 -0
  880. package/script/dsl/operation/oas/OasOperationDriver.d.ts +52 -0
  881. package/script/dsl/operation/oas/OasOperationDriver.d.ts.map +1 -0
  882. package/script/dsl/operation/oas/OasOperationDriver.js +227 -0
  883. package/script/dsl/operation/oas/toOasOperationEntry.d.ts +70 -0
  884. package/script/dsl/operation/oas/toOasOperationEntry.d.ts.map +1 -0
  885. package/script/dsl/operation/oas/toOasOperationEntry.js +108 -0
  886. package/script/dsl/operation/oas/toOasOperationProjectionBase.d.ts +144 -0
  887. package/script/dsl/operation/oas/toOasOperationProjectionBase.d.ts.map +1 -0
  888. package/script/dsl/operation/oas/toOasOperationProjectionBase.js +217 -0
  889. package/script/dsl/operation/oas/types.d.ts +151 -0
  890. package/script/dsl/operation/oas/types.d.ts.map +1 -0
  891. package/script/dsl/operation/oas/types.js +2 -0
  892. package/script/dsl/webhook/WebhookDriver.d.ts +50 -0
  893. package/script/dsl/webhook/WebhookDriver.d.ts.map +1 -0
  894. package/script/dsl/webhook/WebhookDriver.js +197 -0
  895. package/script/dsl/webhook/toWebhookEntry.d.ts +58 -0
  896. package/script/dsl/webhook/toWebhookEntry.d.ts.map +1 -0
  897. package/script/dsl/webhook/toWebhookEntry.js +104 -0
  898. package/script/dsl/webhook/toWebhookProjectionBase.d.ts +125 -0
  899. package/script/dsl/webhook/toWebhookProjectionBase.d.ts.map +1 -0
  900. package/script/dsl/webhook/toWebhookProjectionBase.js +200 -0
  901. package/script/dsl/webhook/types.d.ts +149 -0
  902. package/script/dsl/webhook/types.d.ts.map +1 -0
  903. package/script/dsl/webhook/types.js +2 -0
  904. package/script/enrichments/readEnrichments.d.ts +69 -0
  905. package/script/enrichments/readEnrichments.d.ts.map +1 -0
  906. package/script/enrichments/readEnrichments.js +97 -0
  907. package/script/enrichments/toEnrichmentDescriptor.d.ts +97 -0
  908. package/script/enrichments/toEnrichmentDescriptor.d.ts.map +1 -0
  909. package/script/enrichments/toEnrichmentDescriptor.js +162 -0
  910. package/script/gql/_helpers/recordAppliedDirectives.d.ts +25 -0
  911. package/script/gql/_helpers/recordAppliedDirectives.d.ts.map +1 -0
  912. package/script/gql/_helpers/recordAppliedDirectives.js +41 -0
  913. package/script/gql/_helpers/unwrapType.d.ts +39 -0
  914. package/script/gql/_helpers/unwrapType.d.ts.map +1 -0
  915. package/script/gql/_helpers/unwrapType.js +51 -0
  916. package/script/gql/argument/GqlArgument.d.ts +55 -0
  917. package/script/gql/argument/GqlArgument.d.ts.map +1 -0
  918. package/script/gql/argument/GqlArgument.js +87 -0
  919. package/script/gql/document/GqlDocument.d.ts +93 -0
  920. package/script/gql/document/GqlDocument.d.ts.map +1 -0
  921. package/script/gql/document/GqlDocument.js +174 -0
  922. package/script/gql/document/parseGqlDocument.d.ts +33 -0
  923. package/script/gql/document/parseGqlDocument.d.ts.map +1 -0
  924. package/script/gql/document/parseGqlDocument.js +189 -0
  925. package/script/gql/enum/toEnumType.d.ts +29 -0
  926. package/script/gql/enum/toEnumType.d.ts.map +1 -0
  927. package/script/gql/enum/toEnumType.js +26 -0
  928. package/script/gql/field/toFieldSchema.d.ts +38 -0
  929. package/script/gql/field/toFieldSchema.d.ts.map +1 -0
  930. package/script/gql/field/toFieldSchema.js +87 -0
  931. package/script/gql/input/toInputType.d.ts +28 -0
  932. package/script/gql/input/toInputType.d.ts.map +1 -0
  933. package/script/gql/input/toInputType.js +50 -0
  934. package/script/gql/interface/toInterfaceUnion.d.ts +28 -0
  935. package/script/gql/interface/toInterfaceUnion.d.ts.map +1 -0
  936. package/script/gql/interface/toInterfaceUnion.js +38 -0
  937. package/script/gql/object/toObjectType.d.ts +23 -0
  938. package/script/gql/object/toObjectType.d.ts.map +1 -0
  939. package/script/gql/object/toObjectType.js +66 -0
  940. package/script/gql/operation/GqlOperation.d.ts +63 -0
  941. package/script/gql/operation/GqlOperation.d.ts.map +1 -0
  942. package/script/gql/operation/GqlOperation.js +94 -0
  943. package/script/gql/operation/synthesizeArgsObject.d.ts +22 -0
  944. package/script/gql/operation/synthesizeArgsObject.d.ts.map +1 -0
  945. package/script/gql/operation/synthesizeArgsObject.js +41 -0
  946. package/script/gql/operation/toRootField.d.ts +26 -0
  947. package/script/gql/operation/toRootField.d.ts.map +1 -0
  948. package/script/gql/operation/toRootField.js +55 -0
  949. package/script/gql/registry/GqlRegistry.d.ts +70 -0
  950. package/script/gql/registry/GqlRegistry.d.ts.map +1 -0
  951. package/script/gql/registry/GqlRegistry.js +80 -0
  952. package/script/gql/rootType/GqlRootTypes.d.ts +15 -0
  953. package/script/gql/rootType/GqlRootTypes.d.ts.map +1 -0
  954. package/script/gql/rootType/GqlRootTypes.js +2 -0
  955. package/script/gql/scalar/toScalarType.d.ts +33 -0
  956. package/script/gql/scalar/toScalarType.d.ts.map +1 -0
  957. package/script/gql/scalar/toScalarType.js +47 -0
  958. package/script/gql/union/toUnionType.d.ts +24 -0
  959. package/script/gql/union/toUnionType.d.ts.map +1 -0
  960. package/script/gql/union/toUnionType.js +33 -0
  961. package/script/helpers/collateExamples.d.ts +1 -0
  962. package/script/helpers/collateExamples.d.ts.map +1 -1
  963. package/script/helpers/collateExamples.js +1 -0
  964. package/script/helpers/formatNumber.d.ts +1 -0
  965. package/script/helpers/formatNumber.d.ts.map +1 -1
  966. package/script/helpers/formatNumber.js +1 -0
  967. package/script/helpers/isEmpty.d.ts +1 -0
  968. package/script/helpers/isEmpty.d.ts.map +1 -1
  969. package/script/helpers/isEmpty.js +1 -0
  970. package/script/helpers/isImported.js +1 -1
  971. package/script/helpers/refFns.d.ts +2 -1
  972. package/script/helpers/refFns.d.ts.map +1 -1
  973. package/script/helpers/refFns.js +1 -0
  974. package/script/helpers/strings.d.ts +1 -0
  975. package/script/helpers/strings.d.ts.map +1 -1
  976. package/script/helpers/strings.js +1 -0
  977. package/script/helpers/toResolvedArtifactPath.d.ts +1 -0
  978. package/script/helpers/toResolvedArtifactPath.d.ts.map +1 -1
  979. package/script/helpers/toResolvedArtifactPath.js +4 -3
  980. package/script/helpers/toVariantList.d.ts +32 -0
  981. package/script/helpers/toVariantList.d.ts.map +1 -0
  982. package/script/helpers/toVariantList.js +35 -0
  983. package/script/helpers/withVariant.d.ts +20 -0
  984. package/script/helpers/withVariant.d.ts.map +1 -0
  985. package/script/helpers/withVariant.js +31 -0
  986. package/script/mod.d.ts +58 -37
  987. package/script/mod.d.ts.map +1 -1
  988. package/script/mod.js +76 -52
  989. package/script/oas/array/Array.d.ts +5 -2
  990. package/script/oas/array/Array.d.ts.map +1 -1
  991. package/script/oas/array/Array.js +5 -2
  992. package/script/oas/boolean/Boolean.d.ts +8 -2
  993. package/script/oas/boolean/Boolean.d.ts.map +1 -1
  994. package/script/oas/boolean/Boolean.js +8 -2
  995. package/script/oas/components/Components.d.ts +1 -0
  996. package/script/oas/components/Components.d.ts.map +1 -1
  997. package/script/oas/components/Components.js +1 -0
  998. package/script/oas/discriminator/Discriminator.d.ts +1 -0
  999. package/script/oas/discriminator/Discriminator.d.ts.map +1 -1
  1000. package/script/oas/discriminator/Discriminator.js +1 -0
  1001. package/script/oas/document/Document.d.ts +56 -2
  1002. package/script/oas/document/Document.d.ts.map +1 -1
  1003. package/script/oas/document/Document.js +61 -1
  1004. package/script/oas/info/Info.d.ts +1 -0
  1005. package/script/oas/info/Info.d.ts.map +1 -1
  1006. package/script/oas/info/Info.js +1 -0
  1007. package/script/oas/integer/Integer.d.ts +5 -2
  1008. package/script/oas/integer/Integer.d.ts.map +1 -1
  1009. package/script/oas/integer/Integer.js +5 -2
  1010. package/script/oas/mediaType/MediaType.d.ts +4 -2
  1011. package/script/oas/mediaType/MediaType.d.ts.map +1 -1
  1012. package/script/oas/mediaType/MediaType.js +4 -2
  1013. package/script/oas/number/Number.d.ts +5 -2
  1014. package/script/oas/number/Number.d.ts.map +1 -1
  1015. package/script/oas/number/Number.js +5 -2
  1016. package/script/oas/object/Object.d.ts +5 -2
  1017. package/script/oas/object/Object.d.ts.map +1 -1
  1018. package/script/oas/object/Object.js +5 -2
  1019. package/script/oas/operation/Operation.d.ts +5 -2
  1020. package/script/oas/operation/Operation.d.ts.map +1 -1
  1021. package/script/oas/operation/Operation.js +5 -2
  1022. package/script/oas/parameter/Parameter.d.ts +5 -2
  1023. package/script/oas/parameter/Parameter.d.ts.map +1 -1
  1024. package/script/oas/parameter/Parameter.js +5 -2
  1025. package/script/oas/ref/Ref.d.ts +37 -6
  1026. package/script/oas/ref/Ref.d.ts.map +1 -1
  1027. package/script/oas/ref/Ref.js +67 -40
  1028. package/script/oas/requestBody/RequestBody.d.ts +5 -2
  1029. package/script/oas/requestBody/RequestBody.d.ts.map +1 -1
  1030. package/script/oas/requestBody/RequestBody.js +5 -2
  1031. package/script/oas/response/Response.d.ts +5 -2
  1032. package/script/oas/response/Response.d.ts.map +1 -1
  1033. package/script/oas/response/Response.js +5 -2
  1034. package/script/oas/schema/Schema.d.ts +1 -0
  1035. package/script/oas/schema/Schema.d.ts.map +1 -1
  1036. package/script/oas/schema/Schema.js +1 -0
  1037. package/script/oas/server/Server.d.ts +1 -0
  1038. package/script/oas/server/Server.d.ts.map +1 -1
  1039. package/script/oas/server/Server.js +1 -0
  1040. package/script/oas/string/String.d.ts +5 -2
  1041. package/script/oas/string/String.d.ts.map +1 -1
  1042. package/script/oas/string/String.js +5 -2
  1043. package/script/oas/tag/Tag.d.ts +4 -0
  1044. package/script/oas/tag/Tag.d.ts.map +1 -1
  1045. package/script/oas/tag/Tag.js +4 -0
  1046. package/script/oas/tag/tag-types.d.ts +2 -0
  1047. package/script/oas/tag/tag-types.d.ts.map +1 -1
  1048. package/script/oas/tag/tag-types.js +3 -2
  1049. package/script/oas/union/Union.d.ts +4 -2
  1050. package/script/oas/union/Union.d.ts.map +1 -1
  1051. package/script/oas/union/Union.js +4 -2
  1052. package/script/oas/unknown/Unknown.d.ts +5 -2
  1053. package/script/oas/unknown/Unknown.d.ts.map +1 -1
  1054. package/script/oas/unknown/Unknown.js +5 -2
  1055. package/script/oas/void/Void.d.ts +6 -3
  1056. package/script/oas/void/Void.d.ts.map +1 -1
  1057. package/script/oas/void/Void.js +6 -3
  1058. package/script/oas/webhook/Webhook.d.ts +146 -0
  1059. package/script/oas/webhook/Webhook.d.ts.map +1 -0
  1060. package/script/oas/webhook/Webhook.js +228 -0
  1061. package/script/parse/toOasDialect.d.ts +26 -0
  1062. package/script/parse/toOasDialect.d.ts.map +1 -0
  1063. package/script/parse/toOasDialect.js +26 -0
  1064. package/script/parse/v3-0/_helpers/parseDefault.d.ts +44 -0
  1065. package/script/parse/v3-0/_helpers/parseDefault.d.ts.map +1 -0
  1066. package/script/parse/v3-0/_helpers/parseDefault.js +43 -0
  1067. package/script/parse/v3-0/_helpers/parseEnum.d.ts +14 -0
  1068. package/script/parse/v3-0/_helpers/parseEnum.d.ts.map +1 -0
  1069. package/script/parse/v3-0/_helpers/parseEnum.js +27 -0
  1070. package/script/parse/v3-0/_helpers/parseExample.d.ts +42 -0
  1071. package/script/parse/v3-0/_helpers/parseExample.d.ts.map +1 -0
  1072. package/script/parse/v3-0/_helpers/parseExample.js +41 -0
  1073. package/script/parse/v3-0/_helpers/parseNullable.d.ts +142 -0
  1074. package/script/parse/v3-0/_helpers/parseNullable.d.ts.map +1 -0
  1075. package/script/parse/v3-0/_merge-all-of/check-array-item-type-conflicts.d.ts +3 -0
  1076. package/script/parse/v3-0/_merge-all-of/check-array-item-type-conflicts.d.ts.map +1 -0
  1077. package/script/parse/v3-0/_merge-all-of/check-at-least-one-type-match.d.ts +5 -0
  1078. package/script/parse/v3-0/_merge-all-of/check-at-least-one-type-match.d.ts.map +1 -0
  1079. package/script/parse/v3-0/_merge-all-of/check-enum-conflicts.d.ts +3 -0
  1080. package/script/parse/v3-0/_merge-all-of/check-enum-conflicts.d.ts.map +1 -0
  1081. package/script/parse/v3-0/_merge-all-of/check-format-conflicts.d.ts +3 -0
  1082. package/script/parse/v3-0/_merge-all-of/check-format-conflicts.d.ts.map +1 -0
  1083. package/script/parse/v3-0/_merge-all-of/check-number-constraints-conflicts.d.ts +3 -0
  1084. package/script/parse/v3-0/_merge-all-of/check-number-constraints-conflicts.d.ts.map +1 -0
  1085. package/script/parse/v3-0/_merge-all-of/check-read-only-write-only-conflicts.d.ts +3 -0
  1086. package/script/parse/v3-0/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +1 -0
  1087. package/script/parse/v3-0/_merge-all-of/check-type-conflicts.d.ts +3 -0
  1088. package/script/parse/v3-0/_merge-all-of/check-type-conflicts.d.ts.map +1 -0
  1089. package/script/parse/v3-0/_merge-all-of/cross-product.d.ts +3 -0
  1090. package/script/parse/v3-0/_merge-all-of/cross-product.d.ts.map +1 -0
  1091. package/script/parse/v3-0/_merge-all-of/decompose-intersection.d.ts +7 -0
  1092. package/script/parse/v3-0/_merge-all-of/decompose-intersection.d.ts.map +1 -0
  1093. package/script/parse/v3-0/_merge-all-of/decompose-union.d.ts +13 -0
  1094. package/script/parse/v3-0/_merge-all-of/decompose-union.d.ts.map +1 -0
  1095. package/script/parse/v3-0/_merge-all-of/decompose-union.js +77 -0
  1096. package/script/parse/v3-0/_merge-all-of/generic-merge.d.ts +4 -0
  1097. package/script/parse/v3-0/_merge-all-of/generic-merge.d.ts.map +1 -0
  1098. package/script/parse/v3-0/_merge-all-of/is-equal.d.ts +2 -0
  1099. package/script/parse/v3-0/_merge-all-of/is-equal.d.ts.map +1 -0
  1100. package/script/parse/v3-0/_merge-all-of/merge-array-constraints.d.ts +3 -0
  1101. package/script/parse/v3-0/_merge-all-of/merge-array-constraints.d.ts.map +1 -0
  1102. package/script/parse/v3-0/_merge-all-of/merge-boolean-constraints.d.ts +4 -0
  1103. package/script/parse/v3-0/_merge-all-of/merge-boolean-constraints.d.ts.map +1 -0
  1104. package/script/parse/v3-0/_merge-all-of/merge-enum-values.d.ts +4 -0
  1105. package/script/parse/v3-0/_merge-all-of/merge-enum-values.d.ts.map +1 -0
  1106. package/script/parse/v3-0/_merge-all-of/merge-integer-constraints.d.ts +4 -0
  1107. package/script/parse/v3-0/_merge-all-of/merge-integer-constraints.d.ts.map +1 -0
  1108. package/script/parse/v3-0/_merge-all-of/merge-intersection.d.ts +9 -0
  1109. package/script/parse/v3-0/_merge-all-of/merge-intersection.d.ts.map +1 -0
  1110. package/script/parse/v3-0/_merge-all-of/merge-number-constraints.d.ts +4 -0
  1111. package/script/parse/v3-0/_merge-all-of/merge-number-constraints.d.ts.map +1 -0
  1112. package/script/parse/v3-0/_merge-all-of/merge-object-constraints.d.ts +6 -0
  1113. package/script/parse/v3-0/_merge-all-of/merge-object-constraints.d.ts.map +1 -0
  1114. package/script/parse/v3-0/_merge-all-of/merge-properties.d.ts +3 -0
  1115. package/script/parse/v3-0/_merge-all-of/merge-properties.d.ts.map +1 -0
  1116. package/script/parse/v3-0/_merge-all-of/merge-required.d.ts +4 -0
  1117. package/script/parse/v3-0/_merge-all-of/merge-required.d.ts.map +1 -0
  1118. package/script/parse/v3-0/_merge-all-of/merge-string-constraints.d.ts +4 -0
  1119. package/script/parse/v3-0/_merge-all-of/merge-string-constraints.d.ts.map +1 -0
  1120. package/script/parse/v3-0/_merge-all-of/merge-union.d.ts +16 -0
  1121. package/script/parse/v3-0/_merge-all-of/merge-union.d.ts.map +1 -0
  1122. package/script/parse/v3-0/_merge-all-of/merge-union.js +66 -0
  1123. package/script/parse/v3-0/_merge-all-of/merge.d.ts +3 -0
  1124. package/script/parse/v3-0/_merge-all-of/merge.d.ts.map +1 -0
  1125. package/script/parse/v3-0/_merge-all-of/merge.js +159 -0
  1126. package/script/parse/v3-0/_merge-all-of/nullable-merge.d.ts +4 -0
  1127. package/script/parse/v3-0/_merge-all-of/nullable-merge.d.ts.map +1 -0
  1128. package/script/parse/v3-0/_merge-all-of/nullable-merge.js +17 -0
  1129. package/script/parse/v3-0/_merge-all-of/types.d.ts +15 -0
  1130. package/script/parse/v3-0/_merge-all-of/types.d.ts.map +1 -0
  1131. package/script/parse/v3-0/array/toArray.d.ts +81 -0
  1132. package/script/parse/v3-0/array/toArray.d.ts.map +1 -0
  1133. package/script/parse/v3-0/array/toArray.js +203 -0
  1134. package/script/parse/v3-0/boolean/toBoolean.d.ts +79 -0
  1135. package/script/parse/v3-0/boolean/toBoolean.d.ts.map +1 -0
  1136. package/script/parse/v3-0/boolean/toBoolean.js +177 -0
  1137. package/script/parse/v3-0/components/toComponentsV3.d.ts +11 -0
  1138. package/script/parse/v3-0/components/toComponentsV3.d.ts.map +1 -0
  1139. package/script/parse/v3-0/components/toComponentsV3.js +43 -0
  1140. package/script/parse/v3-0/contact/toContactV3.d.ts +6 -0
  1141. package/script/parse/v3-0/contact/toContactV3.d.ts.map +1 -0
  1142. package/script/parse/v3-0/contact/toContactV3.js +22 -0
  1143. package/script/parse/v3-0/discriminator/toDiscriminatorV3.d.ts +11 -0
  1144. package/script/parse/v3-0/discriminator/toDiscriminatorV3.d.ts.map +1 -0
  1145. package/script/parse/v3-0/discriminator/toDiscriminatorV3.js +24 -0
  1146. package/script/parse/v3-0/document/toDocumentFieldsV3.d.ts +14 -0
  1147. package/script/parse/v3-0/document/toDocumentFieldsV3.d.ts.map +1 -0
  1148. package/script/parse/v3-0/document/toDocumentFieldsV3.js +36 -0
  1149. package/script/parse/v3-0/example/toExamplesV3.d.ts +68 -0
  1150. package/script/parse/v3-0/example/toExamplesV3.d.ts.map +1 -0
  1151. package/script/parse/v3-0/example/toExamplesV3.js +95 -0
  1152. package/script/parse/v3-0/externalDocs/toExternalDocs.d.ts +11 -0
  1153. package/script/parse/v3-0/externalDocs/toExternalDocs.d.ts.map +1 -0
  1154. package/script/parse/v3-0/externalDocs/toExternalDocs.js +52 -0
  1155. package/script/parse/v3-0/header/toHeadersV3.d.ts +17 -0
  1156. package/script/parse/v3-0/header/toHeadersV3.d.ts.map +1 -0
  1157. package/script/parse/v3-0/header/toHeadersV3.js +51 -0
  1158. package/script/parse/v3-0/info/toInfoV3.d.ts +11 -0
  1159. package/script/parse/v3-0/info/toInfoV3.d.ts.map +1 -0
  1160. package/script/parse/v3-0/info/toInfoV3.js +27 -0
  1161. package/script/parse/v3-0/integer/toInteger.d.ts +22 -0
  1162. package/script/parse/v3-0/integer/toInteger.d.ts.map +1 -0
  1163. package/script/parse/v3-0/integer/toInteger.js +150 -0
  1164. package/script/parse/v3-0/license/toLicenseV3.d.ts +6 -0
  1165. package/script/parse/v3-0/license/toLicenseV3.d.ts.map +1 -0
  1166. package/script/parse/v3-0/license/toLicenseV3.js +21 -0
  1167. package/script/parse/v3-0/mediaType/toMediaTypeItemV3.d.ts +315 -0
  1168. package/script/parse/v3-0/mediaType/toMediaTypeItemV3.d.ts.map +1 -0
  1169. package/script/parse/v3-0/mediaType/toMediaTypeItemV3.js +320 -0
  1170. package/script/parse/v3-0/number/toNumber.d.ts +11 -0
  1171. package/script/parse/v3-0/number/toNumber.d.ts.map +1 -0
  1172. package/script/parse/v3-0/number/toNumber.js +149 -0
  1173. package/script/parse/v3-0/object/toAdditionalPropertiesV3.d.ts +12 -0
  1174. package/script/parse/v3-0/object/toAdditionalPropertiesV3.d.ts.map +1 -0
  1175. package/script/parse/v3-0/object/toObject.d.ts +11 -0
  1176. package/script/parse/v3-0/object/toObject.d.ts.map +1 -0
  1177. package/script/parse/v3-0/object/toObject.js +92 -0
  1178. package/script/parse/v3-0/operation/toOperationsV3.d.ts +26 -0
  1179. package/script/parse/v3-0/operation/toOperationsV3.d.ts.map +1 -0
  1180. package/script/parse/v3-0/operation/toOperationsV3.js +118 -0
  1181. package/script/parse/v3-0/parameter/toParameterV3.d.ts +40 -0
  1182. package/script/parse/v3-0/parameter/toParameterV3.d.ts.map +1 -0
  1183. package/script/parse/v3-0/parameter/toParameterV3.js +151 -0
  1184. package/script/parse/v3-0/pathItem/toPathItemV3.d.ts +11 -0
  1185. package/script/parse/v3-0/pathItem/toPathItemV3.d.ts.map +1 -0
  1186. package/script/parse/v3-0/pathItem/toPathItemV3.js +22 -0
  1187. package/script/parse/v3-0/ref/toRefV31.d.ts +20 -0
  1188. package/script/parse/v3-0/ref/toRefV31.d.ts.map +1 -0
  1189. package/script/parse/v3-0/ref/toRefV31.js +14 -0
  1190. package/script/parse/v3-0/requestBody/toRequestBodiesV3.d.ts +19 -0
  1191. package/script/parse/v3-0/requestBody/toRequestBodiesV3.d.ts.map +1 -0
  1192. package/script/parse/v3-0/requestBody/toRequestBodiesV3.js +49 -0
  1193. package/script/parse/v3-0/response/toResponseV3.d.ts +24 -0
  1194. package/script/parse/v3-0/response/toResponseV3.d.ts.map +1 -0
  1195. package/script/parse/v3-0/response/toResponseV3.js +58 -0
  1196. package/script/parse/v3-0/schema/toSchemasV3.d.ts +30 -0
  1197. package/script/parse/v3-0/schema/toSchemasV3.d.ts.map +1 -0
  1198. package/script/parse/v3-0/schema/toSchemasV3.js +303 -0
  1199. package/script/parse/v3-0/securityRequirement/toSecurityRequirement.d.ts +10 -0
  1200. package/script/parse/v3-0/securityRequirement/toSecurityRequirement.d.ts.map +1 -0
  1201. package/script/parse/v3-0/securityRequirement/toSecurityRequirement.js +13 -0
  1202. package/script/parse/v3-0/securitySchemes/toSecuritySchemes.d.ts +18 -0
  1203. package/script/parse/v3-0/securitySchemes/toSecuritySchemes.d.ts.map +1 -0
  1204. package/script/parse/v3-0/securitySchemes/toSecuritySchemes.js +142 -0
  1205. package/script/parse/v3-0/server/toServerV3.d.ts +23 -0
  1206. package/script/parse/v3-0/server/toServerV3.d.ts.map +1 -0
  1207. package/script/parse/v3-0/server/toServerV3.js +36 -0
  1208. package/script/parse/v3-0/serverVariable/toServerVariableV3.d.ts +23 -0
  1209. package/script/parse/v3-0/serverVariable/toServerVariableV3.d.ts.map +1 -0
  1210. package/script/parse/v3-0/serverVariable/toServerVariableV3.js +36 -0
  1211. package/script/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.d.ts +15 -0
  1212. package/script/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +1 -0
  1213. package/script/parse/v3-0/specificationExtensions/toSpecificationExtensionsV3.js +30 -0
  1214. package/script/parse/v3-0/string/toString.d.ts +147 -0
  1215. package/script/parse/v3-0/string/toString.d.ts.map +1 -0
  1216. package/script/parse/v3-0/string/toString.js +256 -0
  1217. package/script/parse/v3-0/tag/toTagsV3.d.ts +17 -0
  1218. package/script/parse/v3-0/tag/toTagsV3.d.ts.map +1 -0
  1219. package/script/parse/v3-0/tag/toTagsV3.js +32 -0
  1220. package/script/parse/v3-0/union/toUnion.d.ts +13 -0
  1221. package/script/parse/v3-0/union/toUnion.d.ts.map +1 -0
  1222. package/script/parse/v3-0/union/toUnion.js +70 -0
  1223. package/script/parse/v3-0/unknown/toUnknown.d.ts +11 -0
  1224. package/script/parse/v3-0/unknown/toUnknown.d.ts.map +1 -0
  1225. package/script/parse/v3-0/unknown/toUnknown.js +23 -0
  1226. package/script/parse/v3-0/webhook/toWebhooksV3.d.ts +49 -0
  1227. package/script/parse/v3-0/webhook/toWebhooksV3.d.ts.map +1 -0
  1228. package/script/parse/v3-0/webhook/toWebhooksV3.js +135 -0
  1229. package/script/parse/v3-1/_helpers/parseDefault.d.ts +44 -0
  1230. package/script/parse/v3-1/_helpers/parseDefault.d.ts.map +1 -0
  1231. package/script/parse/v3-1/_helpers/parseDefault.js +43 -0
  1232. package/script/parse/v3-1/_helpers/parseEnum.d.ts +14 -0
  1233. package/script/parse/v3-1/_helpers/parseEnum.d.ts.map +1 -0
  1234. package/script/parse/v3-1/_helpers/parseEnum.js +27 -0
  1235. package/script/parse/v3-1/_helpers/parseExample.d.ts +42 -0
  1236. package/script/parse/v3-1/_helpers/parseExample.d.ts.map +1 -0
  1237. package/script/parse/v3-1/_helpers/parseExample.js +41 -0
  1238. package/script/parse/v3-1/_helpers/parseNullable.d.ts +142 -0
  1239. package/script/parse/v3-1/_helpers/parseNullable.d.ts.map +1 -0
  1240. package/script/parse/v3-1/_helpers/parseNullable.js +144 -0
  1241. package/script/parse/v3-1/_merge-all-of/check-array-item-type-conflicts.d.ts +3 -0
  1242. package/script/parse/v3-1/_merge-all-of/check-array-item-type-conflicts.d.ts.map +1 -0
  1243. package/script/parse/v3-1/_merge-all-of/check-array-item-type-conflicts.js +13 -0
  1244. package/script/parse/v3-1/_merge-all-of/check-at-least-one-type-match.d.ts +5 -0
  1245. package/script/parse/v3-1/_merge-all-of/check-at-least-one-type-match.d.ts.map +1 -0
  1246. package/script/parse/v3-1/_merge-all-of/check-at-least-one-type-match.js +9 -0
  1247. package/script/parse/v3-1/_merge-all-of/check-enum-conflicts.d.ts +3 -0
  1248. package/script/parse/v3-1/_merge-all-of/check-enum-conflicts.d.ts.map +1 -0
  1249. package/script/parse/v3-1/_merge-all-of/check-enum-conflicts.js +15 -0
  1250. package/script/parse/v3-1/_merge-all-of/check-format-conflicts.d.ts +3 -0
  1251. package/script/parse/v3-1/_merge-all-of/check-format-conflicts.d.ts.map +1 -0
  1252. package/script/parse/v3-1/_merge-all-of/check-format-conflicts.js +9 -0
  1253. package/script/parse/v3-1/_merge-all-of/check-number-constraints-conflicts.d.ts +3 -0
  1254. package/script/parse/v3-1/_merge-all-of/check-number-constraints-conflicts.d.ts.map +1 -0
  1255. package/script/parse/v3-1/_merge-all-of/check-number-constraints-conflicts.js +15 -0
  1256. package/script/parse/v3-1/_merge-all-of/check-read-only-write-only-conflicts.d.ts +3 -0
  1257. package/script/parse/v3-1/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +1 -0
  1258. package/script/parse/v3-1/_merge-all-of/check-read-only-write-only-conflicts.js +9 -0
  1259. package/script/parse/v3-1/_merge-all-of/check-type-conflicts.d.ts +3 -0
  1260. package/script/parse/v3-1/_merge-all-of/check-type-conflicts.d.ts.map +1 -0
  1261. package/script/parse/v3-1/_merge-all-of/check-type-conflicts.js +9 -0
  1262. package/script/parse/v3-1/_merge-all-of/cross-product.d.ts +3 -0
  1263. package/script/parse/v3-1/_merge-all-of/cross-product.d.ts.map +1 -0
  1264. package/script/parse/v3-1/_merge-all-of/cross-product.js +7 -0
  1265. package/script/parse/v3-1/_merge-all-of/decompose-intersection.d.ts +7 -0
  1266. package/script/parse/v3-1/_merge-all-of/decompose-intersection.d.ts.map +1 -0
  1267. package/script/parse/v3-1/_merge-all-of/decompose-intersection.js +31 -0
  1268. package/script/parse/v3-1/_merge-all-of/decompose-union.d.ts +13 -0
  1269. package/script/parse/v3-1/_merge-all-of/decompose-union.d.ts.map +1 -0
  1270. package/script/parse/v3-1/_merge-all-of/decompose-union.js +77 -0
  1271. package/script/parse/v3-1/_merge-all-of/generic-merge.d.ts +4 -0
  1272. package/script/parse/v3-1/_merge-all-of/generic-merge.d.ts.map +1 -0
  1273. package/script/parse/v3-1/_merge-all-of/generic-merge.js +16 -0
  1274. package/script/parse/v3-1/_merge-all-of/is-equal.d.ts +2 -0
  1275. package/script/parse/v3-1/_merge-all-of/is-equal.d.ts.map +1 -0
  1276. package/script/parse/v3-1/_merge-all-of/is-equal.js +23 -0
  1277. package/script/parse/v3-1/_merge-all-of/merge-array-constraints.d.ts +3 -0
  1278. package/script/parse/v3-1/_merge-all-of/merge-array-constraints.d.ts.map +1 -0
  1279. package/script/parse/v3-1/_merge-all-of/merge-array-constraints.js +80 -0
  1280. package/script/parse/v3-1/_merge-all-of/merge-boolean-constraints.d.ts +4 -0
  1281. package/script/parse/v3-1/_merge-all-of/merge-boolean-constraints.d.ts.map +1 -0
  1282. package/script/parse/v3-1/_merge-all-of/merge-boolean-constraints.js +43 -0
  1283. package/script/parse/v3-1/_merge-all-of/merge-enum-values.d.ts +4 -0
  1284. package/script/parse/v3-1/_merge-all-of/merge-enum-values.d.ts.map +1 -0
  1285. package/script/parse/v3-1/_merge-all-of/merge-enum-values.js +68 -0
  1286. package/script/parse/v3-1/_merge-all-of/merge-integer-constraints.d.ts +4 -0
  1287. package/script/parse/v3-1/_merge-all-of/merge-integer-constraints.d.ts.map +1 -0
  1288. package/script/parse/v3-1/_merge-all-of/merge-integer-constraints.js +77 -0
  1289. package/script/parse/v3-1/_merge-all-of/merge-intersection.d.ts +9 -0
  1290. package/script/parse/v3-1/_merge-all-of/merge-intersection.d.ts.map +1 -0
  1291. package/script/parse/v3-1/_merge-all-of/merge-intersection.js +20 -0
  1292. package/script/parse/v3-1/_merge-all-of/merge-number-constraints.d.ts +4 -0
  1293. package/script/parse/v3-1/_merge-all-of/merge-number-constraints.d.ts.map +1 -0
  1294. package/script/parse/v3-1/_merge-all-of/merge-number-constraints.js +77 -0
  1295. package/script/parse/v3-1/_merge-all-of/merge-object-constraints.d.ts +6 -0
  1296. package/script/parse/v3-1/_merge-all-of/merge-object-constraints.d.ts.map +1 -0
  1297. package/script/parse/v3-1/_merge-all-of/merge-object-constraints.js +65 -0
  1298. package/script/parse/v3-1/_merge-all-of/merge-properties.d.ts +3 -0
  1299. package/script/parse/v3-1/_merge-all-of/merge-properties.d.ts.map +1 -0
  1300. package/script/parse/v3-1/_merge-all-of/merge-properties.js +29 -0
  1301. package/script/parse/v3-1/_merge-all-of/merge-required.d.ts +4 -0
  1302. package/script/parse/v3-1/_merge-all-of/merge-required.d.ts.map +1 -0
  1303. package/script/parse/v3-1/_merge-all-of/merge-required.js +15 -0
  1304. package/script/parse/v3-1/_merge-all-of/merge-string-constraints.d.ts +4 -0
  1305. package/script/parse/v3-1/_merge-all-of/merge-string-constraints.d.ts.map +1 -0
  1306. package/script/parse/v3-1/_merge-all-of/merge-string-constraints.js +91 -0
  1307. package/script/parse/v3-1/_merge-all-of/merge-union.d.ts +16 -0
  1308. package/script/parse/v3-1/_merge-all-of/merge-union.d.ts.map +1 -0
  1309. package/script/parse/v3-1/_merge-all-of/merge-union.js +66 -0
  1310. package/script/parse/v3-1/_merge-all-of/merge.d.ts +3 -0
  1311. package/script/parse/v3-1/_merge-all-of/merge.d.ts.map +1 -0
  1312. package/script/parse/v3-1/_merge-all-of/merge.js +159 -0
  1313. package/script/parse/v3-1/_merge-all-of/nullable-merge.d.ts +4 -0
  1314. package/script/parse/v3-1/_merge-all-of/nullable-merge.d.ts.map +1 -0
  1315. package/script/parse/v3-1/_merge-all-of/nullable-merge.js +17 -0
  1316. package/script/parse/v3-1/_merge-all-of/types.d.ts +15 -0
  1317. package/script/parse/v3-1/_merge-all-of/types.d.ts.map +1 -0
  1318. package/script/parse/v3-1/_merge-all-of/types.js +38 -0
  1319. package/script/parse/v3-1/array/toArray.d.ts +81 -0
  1320. package/script/parse/v3-1/array/toArray.d.ts.map +1 -0
  1321. package/script/parse/v3-1/array/toArray.js +203 -0
  1322. package/script/parse/v3-1/boolean/toBoolean.d.ts +79 -0
  1323. package/script/parse/v3-1/boolean/toBoolean.d.ts.map +1 -0
  1324. package/script/parse/v3-1/boolean/toBoolean.js +177 -0
  1325. package/script/parse/v3-1/components/toComponentsV3.d.ts +11 -0
  1326. package/script/parse/v3-1/components/toComponentsV3.d.ts.map +1 -0
  1327. package/script/parse/v3-1/components/toComponentsV3.js +43 -0
  1328. package/script/parse/v3-1/contact/toContactV3.d.ts +6 -0
  1329. package/script/parse/v3-1/contact/toContactV3.d.ts.map +1 -0
  1330. package/script/parse/v3-1/contact/toContactV3.js +22 -0
  1331. package/script/parse/v3-1/discriminator/toDiscriminatorV3.d.ts +11 -0
  1332. package/script/parse/v3-1/discriminator/toDiscriminatorV3.d.ts.map +1 -0
  1333. package/script/parse/v3-1/discriminator/toDiscriminatorV3.js +24 -0
  1334. package/script/parse/v3-1/document/toDocumentFieldsV3.d.ts +15 -0
  1335. package/script/parse/v3-1/document/toDocumentFieldsV3.d.ts.map +1 -0
  1336. package/script/parse/v3-1/document/toDocumentFieldsV3.js +36 -0
  1337. package/script/parse/v3-1/example/toExamplesV3.d.ts +68 -0
  1338. package/script/parse/v3-1/example/toExamplesV3.d.ts.map +1 -0
  1339. package/script/parse/v3-1/example/toExamplesV3.js +95 -0
  1340. package/script/parse/v3-1/externalDocs/toExternalDocs.d.ts +11 -0
  1341. package/script/parse/v3-1/externalDocs/toExternalDocs.d.ts.map +1 -0
  1342. package/script/parse/v3-1/externalDocs/toExternalDocs.js +52 -0
  1343. package/script/parse/v3-1/header/toHeadersV3.d.ts +17 -0
  1344. package/script/parse/v3-1/header/toHeadersV3.d.ts.map +1 -0
  1345. package/script/parse/v3-1/header/toHeadersV3.js +51 -0
  1346. package/script/parse/v3-1/info/toInfoV3.d.ts +11 -0
  1347. package/script/parse/v3-1/info/toInfoV3.d.ts.map +1 -0
  1348. package/script/parse/v3-1/info/toInfoV3.js +27 -0
  1349. package/script/parse/v3-1/integer/toInteger.d.ts +22 -0
  1350. package/script/parse/v3-1/integer/toInteger.d.ts.map +1 -0
  1351. package/script/parse/v3-1/integer/toInteger.js +150 -0
  1352. package/script/parse/v3-1/license/toLicenseV3.d.ts +6 -0
  1353. package/script/parse/v3-1/license/toLicenseV3.d.ts.map +1 -0
  1354. package/script/parse/v3-1/license/toLicenseV3.js +21 -0
  1355. package/script/parse/v3-1/mediaType/toMediaTypeItemV3.d.ts +315 -0
  1356. package/script/parse/v3-1/mediaType/toMediaTypeItemV3.d.ts.map +1 -0
  1357. package/script/parse/v3-1/mediaType/toMediaTypeItemV3.js +320 -0
  1358. package/script/parse/v3-1/number/toNumber.d.ts +11 -0
  1359. package/script/parse/v3-1/number/toNumber.d.ts.map +1 -0
  1360. package/script/parse/v3-1/number/toNumber.js +149 -0
  1361. package/script/parse/v3-1/object/toAdditionalPropertiesV3.d.ts +12 -0
  1362. package/script/parse/v3-1/object/toAdditionalPropertiesV3.d.ts.map +1 -0
  1363. package/script/parse/v3-1/object/toAdditionalPropertiesV3.js +14 -0
  1364. package/script/parse/v3-1/object/toObject.d.ts +11 -0
  1365. package/script/parse/v3-1/object/toObject.d.ts.map +1 -0
  1366. package/script/parse/v3-1/object/toObject.js +92 -0
  1367. package/script/parse/v3-1/operation/toOperationsV3.d.ts +26 -0
  1368. package/script/parse/v3-1/operation/toOperationsV3.d.ts.map +1 -0
  1369. package/script/parse/v3-1/operation/toOperationsV3.js +121 -0
  1370. package/script/parse/v3-1/parameter/toParameterV3.d.ts +40 -0
  1371. package/script/parse/v3-1/parameter/toParameterV3.d.ts.map +1 -0
  1372. package/script/parse/v3-1/parameter/toParameterV3.js +151 -0
  1373. package/script/parse/v3-1/pathItem/toPathItemV3.d.ts +11 -0
  1374. package/script/parse/v3-1/pathItem/toPathItemV3.d.ts.map +1 -0
  1375. package/script/parse/v3-1/pathItem/toPathItemV3.js +22 -0
  1376. package/script/parse/v3-1/ref/toRefV31.d.ts +20 -0
  1377. package/script/parse/v3-1/ref/toRefV31.d.ts.map +1 -0
  1378. package/script/parse/v3-1/ref/toRefV31.js +14 -0
  1379. package/script/parse/v3-1/requestBody/toRequestBodiesV3.d.ts +19 -0
  1380. package/script/parse/v3-1/requestBody/toRequestBodiesV3.d.ts.map +1 -0
  1381. package/script/parse/v3-1/requestBody/toRequestBodiesV3.js +49 -0
  1382. package/script/parse/v3-1/response/toResponseV3.d.ts +24 -0
  1383. package/script/parse/v3-1/response/toResponseV3.d.ts.map +1 -0
  1384. package/script/parse/v3-1/response/toResponseV3.js +58 -0
  1385. package/script/parse/v3-1/schema/toSchemasV3.d.ts +30 -0
  1386. package/script/parse/v3-1/schema/toSchemasV3.d.ts.map +1 -0
  1387. package/script/parse/v3-1/schema/toSchemasV3.js +485 -0
  1388. package/script/parse/v3-1/securityRequirement/toSecurityRequirement.d.ts +10 -0
  1389. package/script/parse/v3-1/securityRequirement/toSecurityRequirement.d.ts.map +1 -0
  1390. package/script/parse/v3-1/securityRequirement/toSecurityRequirement.js +13 -0
  1391. package/script/parse/v3-1/securitySchemes/toSecuritySchemes.d.ts +18 -0
  1392. package/script/parse/v3-1/securitySchemes/toSecuritySchemes.d.ts.map +1 -0
  1393. package/script/parse/v3-1/securitySchemes/toSecuritySchemes.js +142 -0
  1394. package/script/parse/v3-1/server/toServerV3.d.ts +23 -0
  1395. package/script/parse/v3-1/server/toServerV3.d.ts.map +1 -0
  1396. package/script/parse/v3-1/server/toServerV3.js +36 -0
  1397. package/script/parse/v3-1/serverVariable/toServerVariableV3.d.ts +23 -0
  1398. package/script/parse/v3-1/serverVariable/toServerVariableV3.d.ts.map +1 -0
  1399. package/script/parse/v3-1/serverVariable/toServerVariableV3.js +36 -0
  1400. package/script/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.d.ts +15 -0
  1401. package/script/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +1 -0
  1402. package/script/parse/v3-1/specificationExtensions/toSpecificationExtensionsV3.js +30 -0
  1403. package/script/parse/v3-1/string/toString.d.ts +147 -0
  1404. package/script/parse/v3-1/string/toString.d.ts.map +1 -0
  1405. package/script/parse/v3-1/string/toString.js +256 -0
  1406. package/script/parse/v3-1/tag/toTagsV3.d.ts +17 -0
  1407. package/script/parse/v3-1/tag/toTagsV3.d.ts.map +1 -0
  1408. package/script/parse/v3-1/tag/toTagsV3.js +32 -0
  1409. package/script/parse/v3-1/union/toUnion.d.ts +13 -0
  1410. package/script/parse/v3-1/union/toUnion.d.ts.map +1 -0
  1411. package/script/parse/v3-1/union/toUnion.js +70 -0
  1412. package/script/parse/v3-1/unknown/toUnknown.d.ts +11 -0
  1413. package/script/parse/v3-1/unknown/toUnknown.d.ts.map +1 -0
  1414. package/script/parse/v3-1/unknown/toUnknown.js +23 -0
  1415. package/script/parse/v3-1/webhook/toWebhooksV3.d.ts +49 -0
  1416. package/script/parse/v3-1/webhook/toWebhooksV3.d.ts.map +1 -0
  1417. package/script/parse/v3-1/webhook/toWebhooksV3.js +135 -0
  1418. package/script/run/toArtifacts.d.ts +20 -25
  1419. package/script/run/toArtifacts.d.ts.map +1 -1
  1420. package/script/run/toArtifacts.js +9 -60
  1421. package/script/run/toEnrichmentDefaults.d.ts +51 -0
  1422. package/script/run/toEnrichmentDefaults.d.ts.map +1 -0
  1423. package/script/run/toEnrichmentDefaults.js +28 -0
  1424. package/script/run/toSupportedSubjects.d.ts +48 -0
  1425. package/script/run/toSupportedSubjects.d.ts.map +1 -0
  1426. package/script/run/toSupportedSubjects.js +25 -0
  1427. package/script/types/AccessorPath.d.ts +17 -0
  1428. package/script/types/AccessorPath.d.ts.map +1 -0
  1429. package/script/types/AccessorPath.js +45 -0
  1430. package/script/types/AttributionState.d.ts +51 -0
  1431. package/script/types/AttributionState.d.ts.map +1 -0
  1432. package/script/types/AttributionState.js +21 -0
  1433. package/script/types/Brand.d.ts +3 -2
  1434. package/script/types/Brand.d.ts.map +1 -1
  1435. package/script/types/Brand.js +10 -0
  1436. package/script/types/DenoJson.d.ts +1 -0
  1437. package/script/types/DenoJson.d.ts.map +1 -1
  1438. package/script/types/DenoJson.js +1 -0
  1439. package/script/types/EnrichmentDefaults.d.ts +33 -0
  1440. package/script/types/EnrichmentDefaults.d.ts.map +1 -0
  1441. package/script/types/EnrichmentDefaults.js +22 -0
  1442. package/script/types/EnrichmentRequest.d.ts +1 -0
  1443. package/script/types/EnrichmentRequest.d.ts.map +1 -1
  1444. package/script/types/EnrichmentRequest.js +2 -1
  1445. package/script/types/Enrichments.d.ts +136 -175
  1446. package/script/types/Enrichments.d.ts.map +1 -1
  1447. package/script/types/Enrichments.js +105 -138
  1448. package/script/types/GeneratorType.d.ts +45 -107
  1449. package/script/types/GeneratorType.d.ts.map +1 -1
  1450. package/script/types/JsonPointer.d.ts +92 -0
  1451. package/script/types/JsonPointer.d.ts.map +1 -0
  1452. package/script/types/JsonPointer.js +121 -0
  1453. package/script/types/Manifest.d.ts +11 -2
  1454. package/script/types/Manifest.d.ts.map +1 -1
  1455. package/script/types/Manifest.js +84 -37
  1456. package/script/types/Method.d.ts +1 -0
  1457. package/script/types/Method.d.ts.map +1 -1
  1458. package/script/types/Method.js +1 -0
  1459. package/script/types/ModuleExport.d.ts +1 -0
  1460. package/script/types/ModuleExport.d.ts.map +1 -1
  1461. package/script/types/ModuleExport.js +1 -0
  1462. package/script/types/OasBase.d.ts +40 -0
  1463. package/script/types/OasBase.d.ts.map +1 -0
  1464. package/script/types/OasBase.js +52 -0
  1465. package/script/types/Preview.d.ts +100 -66
  1466. package/script/types/Preview.d.ts.map +1 -1
  1467. package/script/types/Preview.js +98 -96
  1468. package/script/types/RefName.d.ts +3 -2
  1469. package/script/types/RefName.d.ts.map +1 -1
  1470. package/script/types/RefName.js +2 -1
  1471. package/script/types/Results.d.ts +1 -0
  1472. package/script/types/Results.d.ts.map +1 -1
  1473. package/script/types/Results.js +36 -35
  1474. package/script/types/Settings.d.ts +236 -25
  1475. package/script/types/Settings.d.ts.map +1 -1
  1476. package/script/types/Settings.js +106 -42
  1477. package/script/types/SkmtcDocument.d.ts +81 -0
  1478. package/script/types/SkmtcDocument.d.ts.map +1 -0
  1479. package/script/types/SkmtcDocument.js +23 -0
  1480. package/script/types/SupportedSubjects.d.ts +41 -0
  1481. package/script/types/SupportedSubjects.d.ts.map +1 -0
  1482. package/script/types/SupportedSubjects.js +11 -0
  1483. package/script/types/TypeSystem.d.ts +1 -0
  1484. package/script/types/TypeSystem.d.ts.map +1 -1
  1485. package/script/types/TypeSystem.js +1 -0
  1486. package/script/types/Variant.d.ts +65 -0
  1487. package/script/types/Variant.d.ts.map +1 -0
  1488. package/script/types/Variant.js +58 -0
  1489. package/esm/deps/jsr.io/@std/fmt/1.0.8/colors.d.ts +0 -700
  1490. package/esm/deps/jsr.io/@std/fmt/1.0.8/colors.d.ts.map +0 -1
  1491. package/esm/deps/jsr.io/@std/fmt/1.0.8/colors.js +0 -903
  1492. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +0 -1
  1493. package/esm/deps/jsr.io/@std/fs/1.0.20/exists.js +0 -271
  1494. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +0 -1
  1495. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +0 -12
  1496. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +0 -1
  1497. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +0 -5
  1498. package/esm/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +0 -1
  1499. package/esm/deps/jsr.io/@std/io/0.225.2/types.js +0 -15
  1500. package/esm/deps/jsr.io/@std/io/0.225.2/write_all.d.ts +0 -51
  1501. package/esm/deps/jsr.io/@std/io/0.225.2/write_all.d.ts.map +0 -1
  1502. package/esm/deps/jsr.io/@std/io/0.225.2/write_all.js +0 -61
  1503. package/esm/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +0 -1
  1504. package/esm/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +0 -1
  1505. package/esm/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +0 -1
  1506. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +0 -1
  1507. package/esm/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +0 -1
  1508. package/esm/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +0 -1
  1509. package/esm/deps/jsr.io/@std/path/1.1.3/join.js +0 -29
  1510. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +0 -1
  1511. package/esm/deps/jsr.io/@std/path/1.1.3/normalize.js +0 -32
  1512. package/esm/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +0 -1
  1513. package/esm/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +0 -1
  1514. package/esm/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +0 -1
  1515. package/esm/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +0 -1
  1516. package/esm/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +0 -1
  1517. package/esm/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +0 -1
  1518. package/esm/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +0 -1
  1519. package/esm/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +0 -1
  1520. package/esm/dsl/ContentBase.d.ts +0 -131
  1521. package/esm/dsl/ContentBase.d.ts.map +0 -1
  1522. package/esm/dsl/ContentBase.js +0 -137
  1523. package/esm/dsl/EntityType.d.ts +0 -89
  1524. package/esm/dsl/EntityType.d.ts.map +0 -1
  1525. package/esm/dsl/EntityType.js +0 -106
  1526. package/esm/dsl/File.d.ts +0 -232
  1527. package/esm/dsl/File.d.ts.map +0 -1
  1528. package/esm/dsl/File.js +0 -288
  1529. package/esm/dsl/Identifier.d.ts +0 -163
  1530. package/esm/dsl/Identifier.d.ts.map +0 -1
  1531. package/esm/dsl/Identifier.js +0 -200
  1532. package/esm/dsl/Import.d.ts +0 -243
  1533. package/esm/dsl/Import.d.ts.map +0 -1
  1534. package/esm/dsl/Import.js +0 -265
  1535. package/esm/dsl/model/ModelBase.d.ts +0 -285
  1536. package/esm/dsl/model/ModelBase.d.ts.map +0 -1
  1537. package/esm/dsl/model/ModelBase.js +0 -294
  1538. package/esm/dsl/model/toModelBase.d.ts +0 -106
  1539. package/esm/dsl/model/toModelBase.d.ts.map +0 -1
  1540. package/esm/dsl/model/toModelBase.js +0 -105
  1541. package/esm/dsl/operation/OperationBase.d.ts +0 -388
  1542. package/esm/dsl/operation/OperationBase.d.ts.map +0 -1
  1543. package/esm/dsl/operation/OperationBase.js +0 -407
  1544. package/esm/dsl/operation/OperationDriver.d.ts +0 -111
  1545. package/esm/dsl/operation/OperationDriver.d.ts.map +0 -1
  1546. package/esm/dsl/operation/OperationDriver.js +0 -191
  1547. package/esm/dsl/operation/toOperationBase.d.ts +0 -94
  1548. package/esm/dsl/operation/toOperationBase.d.ts.map +0 -1
  1549. package/esm/dsl/operation/toOperationBase.js +0 -99
  1550. package/esm/dsl/operation/toOperationEntry.d.ts +0 -63
  1551. package/esm/dsl/operation/toOperationEntry.d.ts.map +0 -1
  1552. package/esm/dsl/operation/toOperationEntry.js +0 -53
  1553. package/esm/dsl/operation/types.d.ts +0 -125
  1554. package/esm/dsl/operation/types.d.ts.map +0 -1
  1555. package/esm/helpers/protectedKeywords.d.ts +0 -2
  1556. package/esm/helpers/protectedKeywords.d.ts.map +0 -1
  1557. package/esm/helpers/protectedKeywords.js +0 -69
  1558. package/esm/helpers/sanitizePropertyName.d.ts +0 -3
  1559. package/esm/helpers/sanitizePropertyName.d.ts.map +0 -1
  1560. package/esm/helpers/sanitizePropertyName.js +0 -14
  1561. package/esm/helpers/tracer.d.ts +0 -127
  1562. package/esm/helpers/tracer.d.ts.map +0 -1
  1563. package/esm/helpers/tracer.js +0 -137
  1564. package/esm/oas/_helpers/parseEnum.d.ts +0 -14
  1565. package/esm/oas/_helpers/parseEnum.d.ts.map +0 -1
  1566. package/esm/oas/_helpers/parseEnum.js +0 -23
  1567. package/esm/oas/_helpers/parseNullable.d.ts +0 -142
  1568. package/esm/oas/_helpers/parseNullable.d.ts.map +0 -1
  1569. package/esm/oas/_merge-all-of/check-array-item-type-conflicts.d.ts.map +0 -1
  1570. package/esm/oas/_merge-all-of/check-at-least-one-type-match.d.ts.map +0 -1
  1571. package/esm/oas/_merge-all-of/check-enum-conflicts.d.ts.map +0 -1
  1572. package/esm/oas/_merge-all-of/check-format-conflicts.d.ts.map +0 -1
  1573. package/esm/oas/_merge-all-of/check-number-constraints-conflicts.d.ts.map +0 -1
  1574. package/esm/oas/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +0 -1
  1575. package/esm/oas/_merge-all-of/check-type-conflicts.d.ts.map +0 -1
  1576. package/esm/oas/_merge-all-of/cross-product.d.ts.map +0 -1
  1577. package/esm/oas/_merge-all-of/decompose-intersection.d.ts.map +0 -1
  1578. package/esm/oas/_merge-all-of/decompose-union.d.ts.map +0 -1
  1579. package/esm/oas/_merge-all-of/decompose-union.js +0 -52
  1580. package/esm/oas/_merge-all-of/generic-merge.d.ts.map +0 -1
  1581. package/esm/oas/_merge-all-of/is-equal.d.ts.map +0 -1
  1582. package/esm/oas/_merge-all-of/merge-array-constraints.d.ts.map +0 -1
  1583. package/esm/oas/_merge-all-of/merge-boolean-constraints.d.ts.map +0 -1
  1584. package/esm/oas/_merge-all-of/merge-enum-values.d.ts.map +0 -1
  1585. package/esm/oas/_merge-all-of/merge-integer-constraints.d.ts.map +0 -1
  1586. package/esm/oas/_merge-all-of/merge-intersection.d.ts.map +0 -1
  1587. package/esm/oas/_merge-all-of/merge-number-constraints.d.ts.map +0 -1
  1588. package/esm/oas/_merge-all-of/merge-object-constraints.d.ts.map +0 -1
  1589. package/esm/oas/_merge-all-of/merge-properties.d.ts.map +0 -1
  1590. package/esm/oas/_merge-all-of/merge-required.d.ts.map +0 -1
  1591. package/esm/oas/_merge-all-of/merge-string-constraints.d.ts.map +0 -1
  1592. package/esm/oas/_merge-all-of/merge-union.d.ts.map +0 -1
  1593. package/esm/oas/_merge-all-of/merge-union.js +0 -53
  1594. package/esm/oas/_merge-all-of/merge.d.ts.map +0 -1
  1595. package/esm/oas/_merge-all-of/merge.js +0 -155
  1596. package/esm/oas/_merge-all-of/nullable-merge.d.ts.map +0 -1
  1597. package/esm/oas/_merge-all-of/nullable-merge.js +0 -12
  1598. package/esm/oas/_merge-all-of/types.d.ts.map +0 -1
  1599. package/esm/oas/array/toArray.d.ts +0 -81
  1600. package/esm/oas/array/toArray.d.ts.map +0 -1
  1601. package/esm/oas/array/toArray.js +0 -184
  1602. package/esm/oas/boolean/toBoolean.d.ts +0 -79
  1603. package/esm/oas/boolean/toBoolean.d.ts.map +0 -1
  1604. package/esm/oas/boolean/toBoolean.js +0 -179
  1605. package/esm/oas/components/toComponentsV3.d.ts +0 -12
  1606. package/esm/oas/components/toComponentsV3.d.ts.map +0 -1
  1607. package/esm/oas/components/toComponentsV3.js +0 -39
  1608. package/esm/oas/contact/toContactV3.d.ts +0 -6
  1609. package/esm/oas/contact/toContactV3.d.ts.map +0 -1
  1610. package/esm/oas/contact/toContactV3.js +0 -18
  1611. package/esm/oas/discriminator/toDiscriminatorV3.d.ts +0 -12
  1612. package/esm/oas/discriminator/toDiscriminatorV3.d.ts.map +0 -1
  1613. package/esm/oas/discriminator/toDiscriminatorV3.js +0 -20
  1614. package/esm/oas/document/toDocumentFieldsV3.d.ts +0 -12
  1615. package/esm/oas/document/toDocumentFieldsV3.d.ts.map +0 -1
  1616. package/esm/oas/document/toDocumentFieldsV3.js +0 -30
  1617. package/esm/oas/example/toExamplesV3.d.ts +0 -69
  1618. package/esm/oas/example/toExamplesV3.d.ts.map +0 -1
  1619. package/esm/oas/example/toExamplesV3.js +0 -89
  1620. package/esm/oas/externalDocs/toExternalDocs.d.ts +0 -12
  1621. package/esm/oas/externalDocs/toExternalDocs.d.ts.map +0 -1
  1622. package/esm/oas/externalDocs/toExternalDocs.js +0 -15
  1623. package/esm/oas/header/toHeadersV3.d.ts +0 -13
  1624. package/esm/oas/header/toHeadersV3.d.ts.map +0 -1
  1625. package/esm/oas/header/toHeadersV3.js +0 -47
  1626. package/esm/oas/info/toInfoV3.d.ts +0 -12
  1627. package/esm/oas/info/toInfoV3.d.ts.map +0 -1
  1628. package/esm/oas/info/toInfoV3.js +0 -23
  1629. package/esm/oas/integer/toInteger.d.ts +0 -21
  1630. package/esm/oas/integer/toInteger.d.ts.map +0 -1
  1631. package/esm/oas/integer/toInteger.js +0 -117
  1632. package/esm/oas/license/toLicenseV3.d.ts +0 -6
  1633. package/esm/oas/license/toLicenseV3.d.ts.map +0 -1
  1634. package/esm/oas/license/toLicenseV3.js +0 -17
  1635. package/esm/oas/mediaType/toMediaTypeItemV3.d.ts +0 -316
  1636. package/esm/oas/mediaType/toMediaTypeItemV3.d.ts.map +0 -1
  1637. package/esm/oas/mediaType/toMediaTypeItemV3.js +0 -314
  1638. package/esm/oas/number/toNumber.d.ts +0 -12
  1639. package/esm/oas/number/toNumber.d.ts.map +0 -1
  1640. package/esm/oas/number/toNumber.js +0 -117
  1641. package/esm/oas/object/toAdditionalPropertiesV3.d.ts +0 -13
  1642. package/esm/oas/object/toAdditionalPropertiesV3.d.ts.map +0 -1
  1643. package/esm/oas/object/toObject.d.ts +0 -12
  1644. package/esm/oas/object/toObject.d.ts.map +0 -1
  1645. package/esm/oas/object/toObject.js +0 -93
  1646. package/esm/oas/operation/toOperationsV3.d.ts +0 -26
  1647. package/esm/oas/operation/toOperationsV3.d.ts.map +0 -1
  1648. package/esm/oas/operation/toOperationsV3.js +0 -102
  1649. package/esm/oas/parameter/toParameterV3.d.ts +0 -25
  1650. package/esm/oas/parameter/toParameterV3.d.ts.map +0 -1
  1651. package/esm/oas/parameter/toParameterV3.js +0 -115
  1652. package/esm/oas/pathItem/toPathItemV3.d.ts +0 -12
  1653. package/esm/oas/pathItem/toPathItemV3.d.ts.map +0 -1
  1654. package/esm/oas/pathItem/toPathItemV3.js +0 -18
  1655. package/esm/oas/ref/toRefV31.d.ts +0 -14
  1656. package/esm/oas/ref/toRefV31.d.ts.map +0 -1
  1657. package/esm/oas/ref/toRefV31.js +0 -13
  1658. package/esm/oas/requestBody/toRequestBodiesV3.d.ts +0 -20
  1659. package/esm/oas/requestBody/toRequestBodiesV3.d.ts.map +0 -1
  1660. package/esm/oas/requestBody/toRequestBodiesV3.js +0 -44
  1661. package/esm/oas/response/toResponseV3.d.ts +0 -25
  1662. package/esm/oas/response/toResponseV3.d.ts.map +0 -1
  1663. package/esm/oas/response/toResponseV3.js +0 -53
  1664. package/esm/oas/schema/toSchemasV3.d.ts +0 -31
  1665. package/esm/oas/schema/toSchemasV3.d.ts.map +0 -1
  1666. package/esm/oas/schema/toSchemasV3.js +0 -227
  1667. package/esm/oas/securityRequirement/toSecurityRequirement.d.ts +0 -11
  1668. package/esm/oas/securityRequirement/toSecurityRequirement.d.ts.map +0 -1
  1669. package/esm/oas/securityRequirement/toSecurityRequirement.js +0 -9
  1670. package/esm/oas/securitySchemes/toSecuritySchemes.d.ts +0 -13
  1671. package/esm/oas/securitySchemes/toSecuritySchemes.d.ts.map +0 -1
  1672. package/esm/oas/securitySchemes/toSecuritySchemes.js +0 -89
  1673. package/esm/oas/server/toServerV3.d.ts +0 -24
  1674. package/esm/oas/server/toServerV3.d.ts.map +0 -1
  1675. package/esm/oas/server/toServerV3.js +0 -30
  1676. package/esm/oas/serverVariable/toServerVariableV3.d.ts +0 -24
  1677. package/esm/oas/serverVariable/toServerVariableV3.d.ts.map +0 -1
  1678. package/esm/oas/serverVariable/toServerVariableV3.js +0 -30
  1679. package/esm/oas/specificationExtensions/toSpecificationExtensionsV3.d.ts +0 -16
  1680. package/esm/oas/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +0 -1
  1681. package/esm/oas/specificationExtensions/toSpecificationExtensionsV3.js +0 -25
  1682. package/esm/oas/string/toString.d.ts +0 -147
  1683. package/esm/oas/string/toString.d.ts.map +0 -1
  1684. package/esm/oas/string/toString.js +0 -252
  1685. package/esm/oas/tag/toTagsV3.d.ts +0 -18
  1686. package/esm/oas/tag/toTagsV3.d.ts.map +0 -1
  1687. package/esm/oas/tag/toTagsV3.js +0 -24
  1688. package/esm/oas/union/toUnion.d.ts +0 -14
  1689. package/esm/oas/union/toUnion.d.ts.map +0 -1
  1690. package/esm/oas/union/toUnion.js +0 -32
  1691. package/esm/oas/unknown/toUnknown.d.ts +0 -12
  1692. package/esm/oas/unknown/toUnknown.d.ts.map +0 -1
  1693. package/esm/oas/unknown/toUnknown.js +0 -19
  1694. package/esm/types/PrettierConfig.d.ts +0 -101
  1695. package/esm/types/PrettierConfig.d.ts.map +0 -1
  1696. package/esm/types/PrettierConfig.js +0 -99
  1697. package/esm/typescript/FunctionParameter.d.ts +0 -349
  1698. package/esm/typescript/FunctionParameter.d.ts.map +0 -1
  1699. package/esm/typescript/FunctionParameter.js +0 -457
  1700. package/esm/typescript/List.d.ts +0 -362
  1701. package/esm/typescript/List.d.ts.map +0 -1
  1702. package/esm/typescript/List.js +0 -503
  1703. package/esm/typescript/PathParams.d.ts +0 -218
  1704. package/esm/typescript/PathParams.d.ts.map +0 -1
  1705. package/esm/typescript/PathParams.js +0 -239
  1706. package/esm/typescript/ReactRouterPathParams.d.ts +0 -210
  1707. package/esm/typescript/ReactRouterPathParams.d.ts.map +0 -1
  1708. package/esm/typescript/ReactRouterPathParams.js +0 -232
  1709. package/esm/typescript/identifiers.d.ts +0 -162
  1710. package/esm/typescript/identifiers.d.ts.map +0 -1
  1711. package/esm/typescript/identifiers.js +0 -166
  1712. package/esm/typescript/keyValues.d.ts +0 -128
  1713. package/esm/typescript/keyValues.d.ts.map +0 -1
  1714. package/esm/typescript/keyValues.js +0 -135
  1715. package/esm/typescript/toPathParams.d.ts +0 -181
  1716. package/esm/typescript/toPathParams.d.ts.map +0 -1
  1717. package/esm/typescript/toPathParams.js +0 -182
  1718. package/esm/typescript/toPathTemplate.d.ts +0 -116
  1719. package/esm/typescript/toPathTemplate.d.ts.map +0 -1
  1720. package/esm/typescript/toPathTemplate.js +0 -117
  1721. package/esm/typescript/withDescription.d.ts +0 -123
  1722. package/esm/typescript/withDescription.d.ts.map +0 -1
  1723. package/esm/typescript/withDescription.js +0 -122
  1724. package/script/deps/jsr.io/@std/fmt/1.0.8/colors.d.ts +0 -700
  1725. package/script/deps/jsr.io/@std/fmt/1.0.8/colors.d.ts.map +0 -1
  1726. package/script/deps/jsr.io/@std/fmt/1.0.8/colors.js +0 -986
  1727. package/script/deps/jsr.io/@std/fs/1.0.20/exists.d.ts.map +0 -1
  1728. package/script/deps/jsr.io/@std/fs/1.0.20/exists.js +0 -308
  1729. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +0 -1
  1730. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +0 -48
  1731. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +0 -1
  1732. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +0 -8
  1733. package/script/deps/jsr.io/@std/io/0.225.2/types.d.ts.map +0 -1
  1734. package/script/deps/jsr.io/@std/io/0.225.2/types.js +0 -18
  1735. package/script/deps/jsr.io/@std/io/0.225.2/write_all.d.ts +0 -51
  1736. package/script/deps/jsr.io/@std/io/0.225.2/write_all.d.ts.map +0 -1
  1737. package/script/deps/jsr.io/@std/io/0.225.2/write_all.js +0 -65
  1738. package/script/deps/jsr.io/@std/path/1.1.3/_common/assert_path.d.ts.map +0 -1
  1739. package/script/deps/jsr.io/@std/path/1.1.3/_common/constants.d.ts.map +0 -1
  1740. package/script/deps/jsr.io/@std/path/1.1.3/_common/from_file_url.d.ts.map +0 -1
  1741. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize.d.ts.map +0 -1
  1742. package/script/deps/jsr.io/@std/path/1.1.3/_common/normalize_string.d.ts.map +0 -1
  1743. package/script/deps/jsr.io/@std/path/1.1.3/join.d.ts.map +0 -1
  1744. package/script/deps/jsr.io/@std/path/1.1.3/join.js +0 -32
  1745. package/script/deps/jsr.io/@std/path/1.1.3/normalize.d.ts.map +0 -1
  1746. package/script/deps/jsr.io/@std/path/1.1.3/normalize.js +0 -35
  1747. package/script/deps/jsr.io/@std/path/1.1.3/posix/_util.d.ts.map +0 -1
  1748. package/script/deps/jsr.io/@std/path/1.1.3/posix/from_file_url.d.ts.map +0 -1
  1749. package/script/deps/jsr.io/@std/path/1.1.3/posix/join.d.ts.map +0 -1
  1750. package/script/deps/jsr.io/@std/path/1.1.3/posix/normalize.d.ts.map +0 -1
  1751. package/script/deps/jsr.io/@std/path/1.1.3/windows/_util.d.ts.map +0 -1
  1752. package/script/deps/jsr.io/@std/path/1.1.3/windows/from_file_url.d.ts.map +0 -1
  1753. package/script/deps/jsr.io/@std/path/1.1.3/windows/join.d.ts.map +0 -1
  1754. package/script/deps/jsr.io/@std/path/1.1.3/windows/normalize.d.ts.map +0 -1
  1755. package/script/dsl/ContentBase.d.ts +0 -131
  1756. package/script/dsl/ContentBase.d.ts.map +0 -1
  1757. package/script/dsl/ContentBase.js +0 -141
  1758. package/script/dsl/EntityType.d.ts +0 -89
  1759. package/script/dsl/EntityType.d.ts.map +0 -1
  1760. package/script/dsl/EntityType.js +0 -110
  1761. package/script/dsl/File.d.ts +0 -232
  1762. package/script/dsl/File.d.ts.map +0 -1
  1763. package/script/dsl/File.js +0 -293
  1764. package/script/dsl/Identifier.d.ts +0 -163
  1765. package/script/dsl/Identifier.d.ts.map +0 -1
  1766. package/script/dsl/Identifier.js +0 -204
  1767. package/script/dsl/Import.d.ts +0 -243
  1768. package/script/dsl/Import.d.ts.map +0 -1
  1769. package/script/dsl/Import.js +0 -270
  1770. package/script/dsl/model/ModelBase.d.ts +0 -285
  1771. package/script/dsl/model/ModelBase.d.ts.map +0 -1
  1772. package/script/dsl/model/ModelBase.js +0 -298
  1773. package/script/dsl/model/toModelBase.d.ts +0 -106
  1774. package/script/dsl/model/toModelBase.d.ts.map +0 -1
  1775. package/script/dsl/model/toModelBase.js +0 -145
  1776. package/script/dsl/operation/OperationBase.d.ts +0 -388
  1777. package/script/dsl/operation/OperationBase.d.ts.map +0 -1
  1778. package/script/dsl/operation/OperationBase.js +0 -411
  1779. package/script/dsl/operation/OperationDriver.d.ts +0 -111
  1780. package/script/dsl/operation/OperationDriver.d.ts.map +0 -1
  1781. package/script/dsl/operation/OperationDriver.js +0 -195
  1782. package/script/dsl/operation/toOperationBase.d.ts +0 -94
  1783. package/script/dsl/operation/toOperationBase.d.ts.map +0 -1
  1784. package/script/dsl/operation/toOperationBase.js +0 -139
  1785. package/script/dsl/operation/toOperationEntry.d.ts +0 -63
  1786. package/script/dsl/operation/toOperationEntry.d.ts.map +0 -1
  1787. package/script/dsl/operation/toOperationEntry.js +0 -93
  1788. package/script/dsl/operation/types.d.ts +0 -125
  1789. package/script/dsl/operation/types.d.ts.map +0 -1
  1790. package/script/helpers/protectedKeywords.d.ts +0 -2
  1791. package/script/helpers/protectedKeywords.d.ts.map +0 -1
  1792. package/script/helpers/protectedKeywords.js +0 -72
  1793. package/script/helpers/sanitizePropertyName.d.ts +0 -3
  1794. package/script/helpers/sanitizePropertyName.d.ts.map +0 -1
  1795. package/script/helpers/sanitizePropertyName.js +0 -18
  1796. package/script/helpers/tracer.d.ts +0 -127
  1797. package/script/helpers/tracer.d.ts.map +0 -1
  1798. package/script/helpers/tracer.js +0 -141
  1799. package/script/oas/_helpers/parseEnum.d.ts +0 -14
  1800. package/script/oas/_helpers/parseEnum.d.ts.map +0 -1
  1801. package/script/oas/_helpers/parseEnum.js +0 -27
  1802. package/script/oas/_helpers/parseNullable.d.ts +0 -142
  1803. package/script/oas/_helpers/parseNullable.d.ts.map +0 -1
  1804. package/script/oas/_merge-all-of/check-array-item-type-conflicts.d.ts.map +0 -1
  1805. package/script/oas/_merge-all-of/check-at-least-one-type-match.d.ts.map +0 -1
  1806. package/script/oas/_merge-all-of/check-enum-conflicts.d.ts.map +0 -1
  1807. package/script/oas/_merge-all-of/check-format-conflicts.d.ts.map +0 -1
  1808. package/script/oas/_merge-all-of/check-number-constraints-conflicts.d.ts.map +0 -1
  1809. package/script/oas/_merge-all-of/check-read-only-write-only-conflicts.d.ts.map +0 -1
  1810. package/script/oas/_merge-all-of/check-type-conflicts.d.ts.map +0 -1
  1811. package/script/oas/_merge-all-of/cross-product.d.ts.map +0 -1
  1812. package/script/oas/_merge-all-of/decompose-intersection.d.ts.map +0 -1
  1813. package/script/oas/_merge-all-of/decompose-union.d.ts.map +0 -1
  1814. package/script/oas/_merge-all-of/decompose-union.js +0 -56
  1815. package/script/oas/_merge-all-of/generic-merge.d.ts.map +0 -1
  1816. package/script/oas/_merge-all-of/is-equal.d.ts.map +0 -1
  1817. package/script/oas/_merge-all-of/merge-array-constraints.d.ts.map +0 -1
  1818. package/script/oas/_merge-all-of/merge-boolean-constraints.d.ts.map +0 -1
  1819. package/script/oas/_merge-all-of/merge-enum-values.d.ts.map +0 -1
  1820. package/script/oas/_merge-all-of/merge-integer-constraints.d.ts.map +0 -1
  1821. package/script/oas/_merge-all-of/merge-intersection.d.ts.map +0 -1
  1822. package/script/oas/_merge-all-of/merge-number-constraints.d.ts.map +0 -1
  1823. package/script/oas/_merge-all-of/merge-object-constraints.d.ts.map +0 -1
  1824. package/script/oas/_merge-all-of/merge-properties.d.ts.map +0 -1
  1825. package/script/oas/_merge-all-of/merge-required.d.ts.map +0 -1
  1826. package/script/oas/_merge-all-of/merge-string-constraints.d.ts.map +0 -1
  1827. package/script/oas/_merge-all-of/merge-union.d.ts.map +0 -1
  1828. package/script/oas/_merge-all-of/merge-union.js +0 -58
  1829. package/script/oas/_merge-all-of/merge.d.ts.map +0 -1
  1830. package/script/oas/_merge-all-of/merge.js +0 -159
  1831. package/script/oas/_merge-all-of/nullable-merge.d.ts.map +0 -1
  1832. package/script/oas/_merge-all-of/nullable-merge.js +0 -17
  1833. package/script/oas/_merge-all-of/types.d.ts.map +0 -1
  1834. package/script/oas/array/toArray.d.ts +0 -81
  1835. package/script/oas/array/toArray.d.ts.map +0 -1
  1836. package/script/oas/array/toArray.js +0 -222
  1837. package/script/oas/boolean/toBoolean.d.ts +0 -79
  1838. package/script/oas/boolean/toBoolean.d.ts.map +0 -1
  1839. package/script/oas/boolean/toBoolean.js +0 -217
  1840. package/script/oas/components/toComponentsV3.d.ts +0 -12
  1841. package/script/oas/components/toComponentsV3.d.ts.map +0 -1
  1842. package/script/oas/components/toComponentsV3.js +0 -43
  1843. package/script/oas/contact/toContactV3.d.ts +0 -6
  1844. package/script/oas/contact/toContactV3.d.ts.map +0 -1
  1845. package/script/oas/contact/toContactV3.js +0 -22
  1846. package/script/oas/discriminator/toDiscriminatorV3.d.ts +0 -12
  1847. package/script/oas/discriminator/toDiscriminatorV3.d.ts.map +0 -1
  1848. package/script/oas/discriminator/toDiscriminatorV3.js +0 -24
  1849. package/script/oas/document/toDocumentFieldsV3.d.ts +0 -12
  1850. package/script/oas/document/toDocumentFieldsV3.d.ts.map +0 -1
  1851. package/script/oas/document/toDocumentFieldsV3.js +0 -34
  1852. package/script/oas/example/toExamplesV3.d.ts +0 -69
  1853. package/script/oas/example/toExamplesV3.d.ts.map +0 -1
  1854. package/script/oas/example/toExamplesV3.js +0 -95
  1855. package/script/oas/externalDocs/toExternalDocs.d.ts +0 -12
  1856. package/script/oas/externalDocs/toExternalDocs.d.ts.map +0 -1
  1857. package/script/oas/externalDocs/toExternalDocs.js +0 -52
  1858. package/script/oas/header/toHeadersV3.d.ts +0 -13
  1859. package/script/oas/header/toHeadersV3.d.ts.map +0 -1
  1860. package/script/oas/header/toHeadersV3.js +0 -51
  1861. package/script/oas/info/toInfoV3.d.ts +0 -12
  1862. package/script/oas/info/toInfoV3.d.ts.map +0 -1
  1863. package/script/oas/info/toInfoV3.js +0 -27
  1864. package/script/oas/integer/toInteger.d.ts +0 -21
  1865. package/script/oas/integer/toInteger.d.ts.map +0 -1
  1866. package/script/oas/integer/toInteger.js +0 -155
  1867. package/script/oas/license/toLicenseV3.d.ts +0 -6
  1868. package/script/oas/license/toLicenseV3.d.ts.map +0 -1
  1869. package/script/oas/license/toLicenseV3.js +0 -21
  1870. package/script/oas/mediaType/toMediaTypeItemV3.d.ts +0 -316
  1871. package/script/oas/mediaType/toMediaTypeItemV3.d.ts.map +0 -1
  1872. package/script/oas/mediaType/toMediaTypeItemV3.js +0 -320
  1873. package/script/oas/number/toNumber.d.ts +0 -12
  1874. package/script/oas/number/toNumber.d.ts.map +0 -1
  1875. package/script/oas/number/toNumber.js +0 -154
  1876. package/script/oas/object/toAdditionalPropertiesV3.d.ts +0 -13
  1877. package/script/oas/object/toAdditionalPropertiesV3.d.ts.map +0 -1
  1878. package/script/oas/object/toObject.d.ts +0 -12
  1879. package/script/oas/object/toObject.d.ts.map +0 -1
  1880. package/script/oas/object/toObject.js +0 -97
  1881. package/script/oas/operation/toOperationsV3.d.ts +0 -26
  1882. package/script/oas/operation/toOperationsV3.d.ts.map +0 -1
  1883. package/script/oas/operation/toOperationsV3.js +0 -110
  1884. package/script/oas/parameter/toParameterV3.d.ts +0 -25
  1885. package/script/oas/parameter/toParameterV3.d.ts.map +0 -1
  1886. package/script/oas/parameter/toParameterV3.js +0 -157
  1887. package/script/oas/pathItem/toPathItemV3.d.ts +0 -12
  1888. package/script/oas/pathItem/toPathItemV3.d.ts.map +0 -1
  1889. package/script/oas/pathItem/toPathItemV3.js +0 -22
  1890. package/script/oas/ref/toRefV31.d.ts +0 -14
  1891. package/script/oas/ref/toRefV31.d.ts.map +0 -1
  1892. package/script/oas/ref/toRefV31.js +0 -17
  1893. package/script/oas/requestBody/toRequestBodiesV3.d.ts +0 -20
  1894. package/script/oas/requestBody/toRequestBodiesV3.d.ts.map +0 -1
  1895. package/script/oas/requestBody/toRequestBodiesV3.js +0 -49
  1896. package/script/oas/response/toResponseV3.d.ts +0 -25
  1897. package/script/oas/response/toResponseV3.d.ts.map +0 -1
  1898. package/script/oas/response/toResponseV3.js +0 -62
  1899. package/script/oas/schema/toSchemasV3.d.ts +0 -31
  1900. package/script/oas/schema/toSchemasV3.d.ts.map +0 -1
  1901. package/script/oas/schema/toSchemasV3.js +0 -237
  1902. package/script/oas/securityRequirement/toSecurityRequirement.d.ts +0 -11
  1903. package/script/oas/securityRequirement/toSecurityRequirement.d.ts.map +0 -1
  1904. package/script/oas/securityRequirement/toSecurityRequirement.js +0 -13
  1905. package/script/oas/securitySchemes/toSecuritySchemes.d.ts +0 -13
  1906. package/script/oas/securitySchemes/toSecuritySchemes.d.ts.map +0 -1
  1907. package/script/oas/securitySchemes/toSecuritySchemes.js +0 -126
  1908. package/script/oas/server/toServerV3.d.ts +0 -24
  1909. package/script/oas/server/toServerV3.d.ts.map +0 -1
  1910. package/script/oas/server/toServerV3.js +0 -36
  1911. package/script/oas/serverVariable/toServerVariableV3.d.ts +0 -24
  1912. package/script/oas/serverVariable/toServerVariableV3.d.ts.map +0 -1
  1913. package/script/oas/serverVariable/toServerVariableV3.js +0 -36
  1914. package/script/oas/specificationExtensions/toSpecificationExtensionsV3.d.ts +0 -16
  1915. package/script/oas/specificationExtensions/toSpecificationExtensionsV3.d.ts.map +0 -1
  1916. package/script/oas/specificationExtensions/toSpecificationExtensionsV3.js +0 -30
  1917. package/script/oas/string/toString.d.ts +0 -147
  1918. package/script/oas/string/toString.d.ts.map +0 -1
  1919. package/script/oas/string/toString.js +0 -290
  1920. package/script/oas/tag/toTagsV3.d.ts +0 -18
  1921. package/script/oas/tag/toTagsV3.d.ts.map +0 -1
  1922. package/script/oas/tag/toTagsV3.js +0 -29
  1923. package/script/oas/union/toUnion.d.ts +0 -14
  1924. package/script/oas/union/toUnion.d.ts.map +0 -1
  1925. package/script/oas/union/toUnion.js +0 -36
  1926. package/script/oas/unknown/toUnknown.d.ts +0 -12
  1927. package/script/oas/unknown/toUnknown.d.ts.map +0 -1
  1928. package/script/oas/unknown/toUnknown.js +0 -23
  1929. package/script/types/PrettierConfig.d.ts +0 -101
  1930. package/script/types/PrettierConfig.d.ts.map +0 -1
  1931. package/script/types/PrettierConfig.js +0 -135
  1932. package/script/typescript/FunctionParameter.d.ts +0 -349
  1933. package/script/typescript/FunctionParameter.d.ts.map +0 -1
  1934. package/script/typescript/FunctionParameter.js +0 -461
  1935. package/script/typescript/List.d.ts +0 -362
  1936. package/script/typescript/List.d.ts.map +0 -1
  1937. package/script/typescript/List.js +0 -509
  1938. package/script/typescript/PathParams.d.ts +0 -218
  1939. package/script/typescript/PathParams.d.ts.map +0 -1
  1940. package/script/typescript/PathParams.js +0 -243
  1941. package/script/typescript/ReactRouterPathParams.d.ts +0 -210
  1942. package/script/typescript/ReactRouterPathParams.d.ts.map +0 -1
  1943. package/script/typescript/ReactRouterPathParams.js +0 -236
  1944. package/script/typescript/identifiers.d.ts +0 -162
  1945. package/script/typescript/identifiers.d.ts.map +0 -1
  1946. package/script/typescript/identifiers.js +0 -171
  1947. package/script/typescript/keyValues.d.ts +0 -128
  1948. package/script/typescript/keyValues.d.ts.map +0 -1
  1949. package/script/typescript/keyValues.js +0 -139
  1950. package/script/typescript/toPathParams.d.ts +0 -181
  1951. package/script/typescript/toPathParams.d.ts.map +0 -1
  1952. package/script/typescript/toPathParams.js +0 -186
  1953. package/script/typescript/toPathTemplate.d.ts +0 -116
  1954. package/script/typescript/toPathTemplate.d.ts.map +0 -1
  1955. package/script/typescript/toPathTemplate.js +0 -121
  1956. package/script/typescript/withDescription.d.ts +0 -123
  1957. package/script/typescript/withDescription.d.ts.map +0 -1
  1958. package/script/typescript/withDescription.js +0 -126
  1959. /package/esm/{dsl/operation/types.js → _dnt.polyfills.js} +0 -0
  1960. /package/esm/deps/jsr.io/@std/fs/{1.0.20 → 1.0.23}/exists.d.ts +0 -0
  1961. /package/esm/deps/jsr.io/@std/internal/{1.0.12 → 1.0.13}/_os.d.ts +0 -0
  1962. /package/esm/deps/jsr.io/@std/internal/{1.0.12 → 1.0.13}/os.d.ts +0 -0
  1963. /package/esm/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts +0 -0
  1964. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts +0 -0
  1965. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.js +0 -0
  1966. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts +0 -0
  1967. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.js +0 -0
  1968. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts +0 -0
  1969. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.js +0 -0
  1970. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts +0 -0
  1971. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.js +0 -0
  1972. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts +0 -0
  1973. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.js +0 -0
  1974. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts +0 -0
  1975. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/normalize.d.ts +0 -0
  1976. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts +0 -0
  1977. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.js +0 -0
  1978. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts +0 -0
  1979. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.js +0 -0
  1980. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.d.ts +0 -0
  1981. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.js +0 -0
  1982. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.d.ts +0 -0
  1983. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.js +0 -0
  1984. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.d.ts +0 -0
  1985. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.js +0 -0
  1986. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.d.ts +0 -0
  1987. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.js +0 -0
  1988. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.d.ts +0 -0
  1989. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.js +0 -0
  1990. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.d.ts +0 -0
  1991. /package/esm/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.js +0 -0
  1992. /package/esm/{oas → parse/v3-0}/_helpers/parseNullable.js +0 -0
  1993. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-array-item-type-conflicts.d.ts +0 -0
  1994. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-array-item-type-conflicts.js +0 -0
  1995. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-at-least-one-type-match.d.ts +0 -0
  1996. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-at-least-one-type-match.js +0 -0
  1997. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-enum-conflicts.d.ts +0 -0
  1998. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-enum-conflicts.js +0 -0
  1999. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-format-conflicts.d.ts +0 -0
  2000. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-format-conflicts.js +0 -0
  2001. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-number-constraints-conflicts.d.ts +0 -0
  2002. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-number-constraints-conflicts.js +0 -0
  2003. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-read-only-write-only-conflicts.d.ts +0 -0
  2004. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-read-only-write-only-conflicts.js +0 -0
  2005. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-type-conflicts.d.ts +0 -0
  2006. /package/esm/{oas → parse/v3-0}/_merge-all-of/check-type-conflicts.js +0 -0
  2007. /package/esm/{oas → parse/v3-0}/_merge-all-of/cross-product.d.ts +0 -0
  2008. /package/esm/{oas → parse/v3-0}/_merge-all-of/cross-product.js +0 -0
  2009. /package/esm/{oas → parse/v3-0}/_merge-all-of/decompose-intersection.d.ts +0 -0
  2010. /package/esm/{oas → parse/v3-0}/_merge-all-of/decompose-intersection.js +0 -0
  2011. /package/esm/{oas → parse/v3-0}/_merge-all-of/decompose-union.d.ts +0 -0
  2012. /package/esm/{oas → parse/v3-0}/_merge-all-of/generic-merge.d.ts +0 -0
  2013. /package/esm/{oas → parse/v3-0}/_merge-all-of/generic-merge.js +0 -0
  2014. /package/esm/{oas → parse/v3-0}/_merge-all-of/is-equal.d.ts +0 -0
  2015. /package/esm/{oas → parse/v3-0}/_merge-all-of/is-equal.js +0 -0
  2016. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-array-constraints.d.ts +0 -0
  2017. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-array-constraints.js +0 -0
  2018. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-boolean-constraints.d.ts +0 -0
  2019. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-boolean-constraints.js +0 -0
  2020. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-enum-values.d.ts +0 -0
  2021. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-enum-values.js +0 -0
  2022. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-integer-constraints.d.ts +0 -0
  2023. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-integer-constraints.js +0 -0
  2024. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-intersection.d.ts +0 -0
  2025. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-intersection.js +0 -0
  2026. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-number-constraints.d.ts +0 -0
  2027. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-number-constraints.js +0 -0
  2028. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-object-constraints.d.ts +0 -0
  2029. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-object-constraints.js +0 -0
  2030. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-properties.d.ts +0 -0
  2031. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-properties.js +0 -0
  2032. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-required.d.ts +0 -0
  2033. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-required.js +0 -0
  2034. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-string-constraints.d.ts +0 -0
  2035. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-string-constraints.js +0 -0
  2036. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge-union.d.ts +0 -0
  2037. /package/esm/{oas → parse/v3-0}/_merge-all-of/merge.d.ts +0 -0
  2038. /package/esm/{oas → parse/v3-0}/_merge-all-of/nullable-merge.d.ts +0 -0
  2039. /package/esm/{oas → parse/v3-0}/_merge-all-of/types.d.ts +0 -0
  2040. /package/esm/{oas → parse/v3-0}/_merge-all-of/types.js +0 -0
  2041. /package/esm/{oas → parse/v3-0}/object/toAdditionalPropertiesV3.js +0 -0
  2042. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-array-item-type-conflicts.d.ts +0 -0
  2043. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-at-least-one-type-match.d.ts +0 -0
  2044. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-enum-conflicts.d.ts +0 -0
  2045. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-format-conflicts.d.ts +0 -0
  2046. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-number-constraints-conflicts.d.ts +0 -0
  2047. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-read-only-write-only-conflicts.d.ts +0 -0
  2048. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/check-type-conflicts.d.ts +0 -0
  2049. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/cross-product.d.ts +0 -0
  2050. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/decompose-intersection.d.ts +0 -0
  2051. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/decompose-union.d.ts +0 -0
  2052. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/generic-merge.d.ts +0 -0
  2053. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/is-equal.d.ts +0 -0
  2054. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-array-constraints.d.ts +0 -0
  2055. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-boolean-constraints.d.ts +0 -0
  2056. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-enum-values.d.ts +0 -0
  2057. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-integer-constraints.d.ts +0 -0
  2058. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-intersection.d.ts +0 -0
  2059. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-number-constraints.d.ts +0 -0
  2060. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-object-constraints.d.ts +0 -0
  2061. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-properties.d.ts +0 -0
  2062. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-required.d.ts +0 -0
  2063. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-string-constraints.d.ts +0 -0
  2064. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge-union.d.ts +0 -0
  2065. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/merge.d.ts +0 -0
  2066. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/nullable-merge.d.ts +0 -0
  2067. /package/{script/oas → esm/parse/v3-1}/_merge-all-of/types.d.ts +0 -0
  2068. /package/script/{dsl/operation/types.js → _dnt.polyfills.js} +0 -0
  2069. /package/script/deps/jsr.io/@std/fs/{1.0.20 → 1.0.23}/exists.d.ts +0 -0
  2070. /package/script/deps/jsr.io/@std/internal/{1.0.12 → 1.0.13}/_os.d.ts +0 -0
  2071. /package/script/deps/jsr.io/@std/internal/{1.0.12 → 1.0.13}/os.d.ts +0 -0
  2072. /package/script/deps/jsr.io/@std/io/{0.225.2 → 0.225.3}/types.d.ts +0 -0
  2073. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.d.ts +0 -0
  2074. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/assert_path.js +0 -0
  2075. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.d.ts +0 -0
  2076. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/constants.js +0 -0
  2077. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.d.ts +0 -0
  2078. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/from_file_url.js +0 -0
  2079. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.d.ts +0 -0
  2080. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize.js +0 -0
  2081. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.d.ts +0 -0
  2082. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/_common/normalize_string.js +0 -0
  2083. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/join.d.ts +0 -0
  2084. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/normalize.d.ts +0 -0
  2085. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.d.ts +0 -0
  2086. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/_util.js +0 -0
  2087. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.d.ts +0 -0
  2088. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/from_file_url.js +0 -0
  2089. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.d.ts +0 -0
  2090. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/join.js +0 -0
  2091. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.d.ts +0 -0
  2092. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/posix/normalize.js +0 -0
  2093. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.d.ts +0 -0
  2094. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/_util.js +0 -0
  2095. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.d.ts +0 -0
  2096. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/from_file_url.js +0 -0
  2097. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.d.ts +0 -0
  2098. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/join.js +0 -0
  2099. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.d.ts +0 -0
  2100. /package/script/deps/jsr.io/@std/path/{1.1.3 → 1.1.4}/windows/normalize.js +0 -0
  2101. /package/script/{oas → parse/v3-0}/_helpers/parseNullable.js +0 -0
  2102. /package/script/{oas → parse/v3-0}/_merge-all-of/check-array-item-type-conflicts.js +0 -0
  2103. /package/script/{oas → parse/v3-0}/_merge-all-of/check-at-least-one-type-match.js +0 -0
  2104. /package/script/{oas → parse/v3-0}/_merge-all-of/check-enum-conflicts.js +0 -0
  2105. /package/script/{oas → parse/v3-0}/_merge-all-of/check-format-conflicts.js +0 -0
  2106. /package/script/{oas → parse/v3-0}/_merge-all-of/check-number-constraints-conflicts.js +0 -0
  2107. /package/script/{oas → parse/v3-0}/_merge-all-of/check-read-only-write-only-conflicts.js +0 -0
  2108. /package/script/{oas → parse/v3-0}/_merge-all-of/check-type-conflicts.js +0 -0
  2109. /package/script/{oas → parse/v3-0}/_merge-all-of/cross-product.js +0 -0
  2110. /package/script/{oas → parse/v3-0}/_merge-all-of/decompose-intersection.js +0 -0
  2111. /package/script/{oas → parse/v3-0}/_merge-all-of/generic-merge.js +0 -0
  2112. /package/script/{oas → parse/v3-0}/_merge-all-of/is-equal.js +0 -0
  2113. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-array-constraints.js +0 -0
  2114. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-boolean-constraints.js +0 -0
  2115. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-enum-values.js +0 -0
  2116. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-integer-constraints.js +0 -0
  2117. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-intersection.js +0 -0
  2118. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-number-constraints.js +0 -0
  2119. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-object-constraints.js +0 -0
  2120. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-properties.js +0 -0
  2121. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-required.js +0 -0
  2122. /package/script/{oas → parse/v3-0}/_merge-all-of/merge-string-constraints.js +0 -0
  2123. /package/script/{oas → parse/v3-0}/_merge-all-of/types.js +0 -0
  2124. /package/script/{oas → parse/v3-0}/object/toAdditionalPropertiesV3.js +0 -0
@@ -0,0 +1,63 @@
1
+ import type { OasSchema } from '../../oas/schema/Schema.js';
2
+ import type { OasRef } from '../../oas/ref/Ref.js';
3
+ import type { GqlArgument } from '../argument/GqlArgument.js';
4
+ import { OasBase } from '../../types/OasBase.js';
5
+ import type { ParseContextType } from '../../context/parseTypes.js';
6
+ /**
7
+ * GraphQL root operation kind. Maps directly onto the schema's root type
8
+ * pointers (Query / Mutation / Subscription).
9
+ */
10
+ export type GqlRootKind = 'query' | 'mutation' | 'subscription';
11
+ /**
12
+ * Fields used to construct a {@link GqlOperation}.
13
+ */
14
+ export type GqlOperationFields = {
15
+ rootKind: GqlRootKind;
16
+ fieldName: string;
17
+ arguments: GqlArgument[];
18
+ returnType: OasSchema | OasRef<'schema'>;
19
+ /**
20
+ * The original GraphQL return-type string (e.g. `'User'`,
21
+ * `'[Post!]!'`). Captured at parse time so generators don't have
22
+ * to reverse-engineer it from the OAS form when emitting SDL
23
+ * fragments. Optional in construction with `''` fallback so test
24
+ * fixtures don't have to fabricate one.
25
+ */
26
+ returnTypeString?: string;
27
+ description?: string;
28
+ deprecated?: boolean;
29
+ deprecationReason?: string;
30
+ };
31
+ /**
32
+ * GraphQL counterpart to `OasOperation`.
33
+ *
34
+ * Each instance represents a single root-level field exposed by the schema
35
+ * (e.g. `Query.user`, `Mutation.createPost`). Operation generators marked
36
+ * `protocol: 'gql'` receive these via the same `transform({ context, operation, acc })`
37
+ * shape as their HTTP siblings, but with this class instead of
38
+ * `OasOperation`.
39
+ *
40
+ * Field arguments are kept structured (a list of `GqlArgument`) rather
41
+ * than synthesized into an `OasObject` upfront — generators that want an
42
+ * args object can build one at emit time, while generators that just need
43
+ * the per-argument metadata don't pay for the synthesis.
44
+ */
45
+ export declare class GqlOperation extends OasBase {
46
+ readonly oasType: "gqlOperation";
47
+ readonly rootKind: GqlRootKind;
48
+ readonly fieldName: string;
49
+ readonly arguments: GqlArgument[];
50
+ readonly returnType: OasSchema | OasRef<'schema'>;
51
+ readonly returnTypeString: string;
52
+ readonly description: string | undefined;
53
+ readonly deprecated: boolean;
54
+ readonly deprecationReason: string | undefined;
55
+ constructor(fields: GqlOperationFields, context?: ParseContextType);
56
+ /**
57
+ * Stable identifier for this operation, suitable for file naming and
58
+ * cache keying. Concatenates the root kind and field name with an
59
+ * underscore: `query_getUser`, `mutation_createPost`.
60
+ */
61
+ get identifier(): string;
62
+ }
63
+ //# sourceMappingURL=GqlOperation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GqlOperation.d.ts","sourceRoot":"","sources":["../../../src/gql/operation/GqlOperation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAClD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAChD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAEnE;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,cAAc,CAAA;AAE/D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,EAAE,WAAW,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,WAAW,EAAE,CAAA;IACxB,UAAU,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IACxC;;;;;;OAMG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,YAAa,SAAQ,OAAO;IACvC,QAAQ,CAAC,OAAO,EAAG,cAAc,CAAS;IAC1C,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAA;IAC9B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;IAC1B,QAAQ,CAAC,SAAS,EAAE,WAAW,EAAE,CAAA;IACjC,QAAQ,CAAC,UAAU,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAA;IACjD,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAA;IACjC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IACxC,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAA;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAA;gBAElC,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,gBAAgB;IAYlE;;;;OAIG;IACH,IAAI,UAAU,IAAI,MAAM,CAEvB;CACF"}
@@ -0,0 +1,90 @@
1
+ import { OasBase } from '../../types/OasBase.js';
2
+ /**
3
+ * GraphQL counterpart to `OasOperation`.
4
+ *
5
+ * Each instance represents a single root-level field exposed by the schema
6
+ * (e.g. `Query.user`, `Mutation.createPost`). Operation generators marked
7
+ * `protocol: 'gql'` receive these via the same `transform({ context, operation, acc })`
8
+ * shape as their HTTP siblings, but with this class instead of
9
+ * `OasOperation`.
10
+ *
11
+ * Field arguments are kept structured (a list of `GqlArgument`) rather
12
+ * than synthesized into an `OasObject` upfront — generators that want an
13
+ * args object can build one at emit time, while generators that just need
14
+ * the per-argument metadata don't pay for the synthesis.
15
+ */
16
+ export class GqlOperation extends OasBase {
17
+ constructor(fields, context) {
18
+ super(context);
19
+ Object.defineProperty(this, "oasType", {
20
+ enumerable: true,
21
+ configurable: true,
22
+ writable: true,
23
+ value: 'gqlOperation'
24
+ });
25
+ Object.defineProperty(this, "rootKind", {
26
+ enumerable: true,
27
+ configurable: true,
28
+ writable: true,
29
+ value: void 0
30
+ });
31
+ Object.defineProperty(this, "fieldName", {
32
+ enumerable: true,
33
+ configurable: true,
34
+ writable: true,
35
+ value: void 0
36
+ });
37
+ Object.defineProperty(this, "arguments", {
38
+ enumerable: true,
39
+ configurable: true,
40
+ writable: true,
41
+ value: void 0
42
+ });
43
+ Object.defineProperty(this, "returnType", {
44
+ enumerable: true,
45
+ configurable: true,
46
+ writable: true,
47
+ value: void 0
48
+ });
49
+ Object.defineProperty(this, "returnTypeString", {
50
+ enumerable: true,
51
+ configurable: true,
52
+ writable: true,
53
+ value: void 0
54
+ });
55
+ Object.defineProperty(this, "description", {
56
+ enumerable: true,
57
+ configurable: true,
58
+ writable: true,
59
+ value: void 0
60
+ });
61
+ Object.defineProperty(this, "deprecated", {
62
+ enumerable: true,
63
+ configurable: true,
64
+ writable: true,
65
+ value: void 0
66
+ });
67
+ Object.defineProperty(this, "deprecationReason", {
68
+ enumerable: true,
69
+ configurable: true,
70
+ writable: true,
71
+ value: void 0
72
+ });
73
+ this.rootKind = fields.rootKind;
74
+ this.fieldName = fields.fieldName;
75
+ this.arguments = fields.arguments;
76
+ this.returnType = fields.returnType;
77
+ this.returnTypeString = fields.returnTypeString ?? '';
78
+ this.description = fields.description;
79
+ this.deprecated = fields.deprecated ?? false;
80
+ this.deprecationReason = fields.deprecationReason;
81
+ }
82
+ /**
83
+ * Stable identifier for this operation, suitable for file naming and
84
+ * cache keying. Concatenates the root kind and field name with an
85
+ * underscore: `query_getUser`, `mutation_createPost`.
86
+ */
87
+ get identifier() {
88
+ return `${this.rootKind}_${this.fieldName}`;
89
+ }
90
+ }
@@ -0,0 +1,22 @@
1
+ import type { GqlOperation } from './GqlOperation.js';
2
+ import { OasObject } from '../../oas/object/Object.js';
3
+ /**
4
+ * Builds an `OasObject` representing the arguments tuple of a GraphQL
5
+ * operation.
6
+ *
7
+ * Each argument becomes a property; required arguments without default
8
+ * values go on the parent's `required` list (OAS convention). An
9
+ * argument with both `required: true` and a non-undefined `defaultValue`
10
+ * is *not* listed as required, because the caller can omit it and the
11
+ * server fills in the default — surfacing it as required would be
12
+ * misleading at the consumer side.
13
+ *
14
+ * Returns `undefined` when the operation takes no arguments. Callers can
15
+ * use that to skip emitting an args type entirely.
16
+ *
17
+ * Lives in core (not in gen-graphql-operation) because it is generic
18
+ * enough to be reused by any GraphQL operation generator and has no
19
+ * generator-specific output assumptions.
20
+ */
21
+ export declare const synthesizeArgsObject: (operation: GqlOperation) => OasObject | undefined;
22
+ //# sourceMappingURL=synthesizeArgsObject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"synthesizeArgsObject.d.ts","sourceRoot":"","sources":["../../../src/gql/operation/synthesizeArgsObject.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAItD;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,oBAAoB,GAAI,WAAW,YAAY,KAAG,SAAS,GAAG,SAoB1E,CAAA"}
@@ -0,0 +1,37 @@
1
+ import { OasObject } from '../../oas/object/Object.js';
2
+ /**
3
+ * Builds an `OasObject` representing the arguments tuple of a GraphQL
4
+ * operation.
5
+ *
6
+ * Each argument becomes a property; required arguments without default
7
+ * values go on the parent's `required` list (OAS convention). An
8
+ * argument with both `required: true` and a non-undefined `defaultValue`
9
+ * is *not* listed as required, because the caller can omit it and the
10
+ * server fills in the default — surfacing it as required would be
11
+ * misleading at the consumer side.
12
+ *
13
+ * Returns `undefined` when the operation takes no arguments. Callers can
14
+ * use that to skip emitting an args type entirely.
15
+ *
16
+ * Lives in core (not in gen-graphql-operation) because it is generic
17
+ * enough to be reused by any GraphQL operation generator and has no
18
+ * generator-specific output assumptions.
19
+ */
20
+ export const synthesizeArgsObject = (operation) => {
21
+ if (operation.arguments.length === 0) {
22
+ return undefined;
23
+ }
24
+ const properties = {};
25
+ const required = [];
26
+ for (const arg of operation.arguments) {
27
+ properties[arg.name] = arg.schema;
28
+ if (arg.required && arg.defaultValue === undefined) {
29
+ required.push(arg.name);
30
+ }
31
+ }
32
+ return new OasObject({
33
+ title: `${operation.fieldName} arguments`,
34
+ properties,
35
+ required: required.length > 0 ? required : undefined
36
+ });
37
+ };
@@ -0,0 +1,26 @@
1
+ import type { GraphQLField } from 'graphql';
2
+ import { GqlOperation, type GqlRootKind } from './GqlOperation.js';
3
+ import type { ParseContextType } from '../../context/parseTypes.js';
4
+ import type { StackTrail } from '../../context/StackTrail.js';
5
+ export type ToRootFieldArgs = {
6
+ rootKind: GqlRootKind;
7
+ field: GraphQLField<unknown, unknown>;
8
+ context: ParseContextType;
9
+ /**
10
+ * Stack trail for the root field. Typical shape is `[<RootType>,
11
+ * <fieldName>]` (e.g. `[Query, getUser]`); the function descends
12
+ * into `args:<argName>` and `return` traces for child parses, so
13
+ * `removeErroredItems` can prune individual args or the entire
14
+ * operation depending on which target type errored.
15
+ */
16
+ stackTrail: StackTrail;
17
+ };
18
+ /**
19
+ * Converts a single root-level GraphQL field into a {@link GqlOperation}.
20
+ *
21
+ * Used for each field on the Query / Mutation / Subscription root types.
22
+ * Field arguments become {@link GqlArgument} instances; the return type
23
+ * runs through {@link toFieldSchema} like any other field type.
24
+ */
25
+ export declare const toRootField: ({ rootKind, field, context, stackTrail }: ToRootFieldArgs) => GqlOperation;
26
+ //# sourceMappingURL=toRootField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toRootField.d.ts","sourceRoot":"","sources":["../../../src/gql/operation/toRootField.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAmB,MAAM,SAAS,CAAA;AAE5D,OAAO,EAAE,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAIlE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAA;AAE7D,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,WAAW,CAAA;IACrB,KAAK,EAAE,YAAY,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IACrC,OAAO,EAAE,gBAAgB,CAAA;IACzB;;;;;;OAMG;IACH,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GAAI,0CAKzB,eAAe,KAAG,YAyDpB,CAAA"}
@@ -0,0 +1,51 @@
1
+ import { isNonNullType } from 'graphql';
2
+ import { GqlOperation } from './GqlOperation.js';
3
+ import { GqlArgument } from '../argument/GqlArgument.js';
4
+ import { toFieldSchema } from '../field/toFieldSchema.js';
5
+ import { recordAppliedDirectives } from '../_helpers/recordAppliedDirectives.js';
6
+ /**
7
+ * Converts a single root-level GraphQL field into a {@link GqlOperation}.
8
+ *
9
+ * Used for each field on the Query / Mutation / Subscription root types.
10
+ * Field arguments become {@link GqlArgument} instances; the return type
11
+ * runs through {@link toFieldSchema} like any other field type.
12
+ */
13
+ export const toRootField = ({ rootKind, field, context, stackTrail }) => {
14
+ // Field-level directives on the root field itself (`me: User @auth`).
15
+ recordAppliedDirectives({ astNode: field.astNode, stackTrail, context });
16
+ const args = field.args.map((arg) => stackTrail.trace(`args:${arg.name}`, argStack => {
17
+ const schema = toFieldSchema({
18
+ type: arg.type,
19
+ context,
20
+ stackTrail: argStack
21
+ });
22
+ return context.withStackTrail(argStack, () => new GqlArgument({
23
+ name: arg.name,
24
+ schema,
25
+ required: isNonNullType(arg.type),
26
+ // graphql-js's `GraphQLType.toString()` produces SDL syntax
27
+ // (`'ID!'`, `'[String!]'`). Stash it for downstream generators
28
+ // that need to reconstruct an SDL fragment.
29
+ gqlType: arg.type.toString(),
30
+ defaultValue: arg.defaultValue,
31
+ description: arg.description ?? undefined,
32
+ deprecated: arg.deprecationReason !== null && arg.deprecationReason !== undefined,
33
+ deprecationReason: arg.deprecationReason ?? undefined
34
+ }, context));
35
+ }));
36
+ const returnType = stackTrail.trace('return', returnStack => toFieldSchema({
37
+ type: field.type,
38
+ context,
39
+ stackTrail: returnStack
40
+ }));
41
+ return context.withStackTrail(stackTrail, () => new GqlOperation({
42
+ rootKind,
43
+ fieldName: field.name,
44
+ arguments: args,
45
+ returnType,
46
+ returnTypeString: field.type.toString(),
47
+ description: field.description ?? undefined,
48
+ deprecated: field.deprecationReason !== null && field.deprecationReason !== undefined,
49
+ deprecationReason: field.deprecationReason ?? undefined
50
+ }, context));
51
+ };
@@ -0,0 +1,70 @@
1
+ import type { OasSchema } from '../../oas/schema/Schema.js';
2
+ import { OasRef } from '../../oas/ref/Ref.js';
3
+ import type { RefName } from '../../types/RefName.js';
4
+ import type { ParseContextType } from '../../context/parseTypes.js';
5
+ /**
6
+ * Fields used to construct a {@link GqlRegistry}.
7
+ */
8
+ export type GqlRegistryFields = {
9
+ /**
10
+ * Initial set of named-type entries. The registry holds a live reference
11
+ * to this record — additions made via {@link GqlRegistry.add} are visible
12
+ * to anything that reads `registry.schemas` later.
13
+ */
14
+ schemas?: Record<RefName, OasSchema | OasRef<'schema'>>;
15
+ };
16
+ /**
17
+ * The named-type registry for a {@link GqlDocument}.
18
+ *
19
+ * `GqlRegistry` mirrors the schemas bucket of `OasComponents` — it is the
20
+ * registry side of the lingua franca that both protocols share. Model
21
+ * generators read from it via the discriminated dispatch in
22
+ * `GenerateContext`.
23
+ *
24
+ * Refs resolve through the parent {@link GqlDocument} via
25
+ * {@link SkmtcParsedDocument}'s GQL variant — no fake `OasDocument`
26
+ * mirror needed. `createRef` takes the document at call time so the
27
+ * resulting `OasRef` points at the same instance that will eventually
28
+ * carry the populated registry. See the forward-declared-refs notes on
29
+ * `OasDocument` / `GqlDocument` for why the document must exist (empty)
30
+ * before any ref is constructed.
31
+ */
32
+ export declare class GqlRegistry {
33
+ readonly schemas: Record<RefName, OasSchema | OasRef<'schema'>>;
34
+ constructor(fields?: GqlRegistryFields);
35
+ /**
36
+ * Returns all RefNames currently registered, in insertion order.
37
+ *
38
+ * Mirrors `OasComponents.toSchemasRefNames()` so model generators can
39
+ * iterate the registry uniformly across protocols.
40
+ */
41
+ toSchemasRefNames(): RefName[];
42
+ /**
43
+ * Adds (or replaces) a schema entry under `refName`.
44
+ *
45
+ * The mutation is visible to any previously constructed `OasRef` that
46
+ * resolves through this registry, because resolution reads through the
47
+ * shared `schemas` record by reference.
48
+ */
49
+ add(refName: RefName, schema: OasSchema | OasRef<'schema'>): void;
50
+ /**
51
+ * Returns true if `refName` is currently registered.
52
+ */
53
+ has(refName: RefName): boolean;
54
+ /**
55
+ * Constructs an `OasRef<'schema'>` that resolves to the entry registered
56
+ * under `refName`. Use this to build cross-type references during
57
+ * GraphQL parsing instead of constructing `OasRef` directly.
58
+ *
59
+ * The ref resolves through the context's `parsedDocument` (the parent
60
+ * `GqlDocument` wrapped as `SkmtcParsedDocument`). The document can be
61
+ * empty-at-construction; the ref resolves correctly once the document's
62
+ * fields are populated at the end of parsing.
63
+ */
64
+ createRef(refName: RefName, context: ParseContextType): OasRef<'schema'>;
65
+ /**
66
+ * Removes a schema entry by name. Returns `true` if removed.
67
+ */
68
+ removeSchema(refName: RefName): boolean;
69
+ }
70
+ //# sourceMappingURL=GqlRegistry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GqlRegistry.d.ts","sourceRoot":"","sources":["../../../src/gql/registry/GqlRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AAEnE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAA;CACxD,CAAA;AAED;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,WAAW;IACtB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAA;gBAEnD,MAAM,GAAE,iBAAsB;IAI1C;;;;;OAKG;IACH,iBAAiB,IAAI,OAAO,EAAE;IAI9B;;;;;;OAMG;IACH,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI;IAIjE;;OAEG;IACH,GAAG,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO;IAI9B;;;;;;;;;OASG;IACH,SAAS,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC;IAOxE;;OAEG;IACH,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO;CAOxC"}
@@ -0,0 +1,76 @@
1
+ import { OasRef } from '../../oas/ref/Ref.js';
2
+ /**
3
+ * The named-type registry for a {@link GqlDocument}.
4
+ *
5
+ * `GqlRegistry` mirrors the schemas bucket of `OasComponents` — it is the
6
+ * registry side of the lingua franca that both protocols share. Model
7
+ * generators read from it via the discriminated dispatch in
8
+ * `GenerateContext`.
9
+ *
10
+ * Refs resolve through the parent {@link GqlDocument} via
11
+ * {@link SkmtcParsedDocument}'s GQL variant — no fake `OasDocument`
12
+ * mirror needed. `createRef` takes the document at call time so the
13
+ * resulting `OasRef` points at the same instance that will eventually
14
+ * carry the populated registry. See the forward-declared-refs notes on
15
+ * `OasDocument` / `GqlDocument` for why the document must exist (empty)
16
+ * before any ref is constructed.
17
+ */
18
+ export class GqlRegistry {
19
+ constructor(fields = {}) {
20
+ Object.defineProperty(this, "schemas", {
21
+ enumerable: true,
22
+ configurable: true,
23
+ writable: true,
24
+ value: void 0
25
+ });
26
+ this.schemas = fields.schemas ?? {};
27
+ }
28
+ /**
29
+ * Returns all RefNames currently registered, in insertion order.
30
+ *
31
+ * Mirrors `OasComponents.toSchemasRefNames()` so model generators can
32
+ * iterate the registry uniformly across protocols.
33
+ */
34
+ toSchemasRefNames() {
35
+ return Object.keys(this.schemas);
36
+ }
37
+ /**
38
+ * Adds (or replaces) a schema entry under `refName`.
39
+ *
40
+ * The mutation is visible to any previously constructed `OasRef` that
41
+ * resolves through this registry, because resolution reads through the
42
+ * shared `schemas` record by reference.
43
+ */
44
+ add(refName, schema) {
45
+ this.schemas[refName] = schema;
46
+ }
47
+ /**
48
+ * Returns true if `refName` is currently registered.
49
+ */
50
+ has(refName) {
51
+ return refName in this.schemas;
52
+ }
53
+ /**
54
+ * Constructs an `OasRef<'schema'>` that resolves to the entry registered
55
+ * under `refName`. Use this to build cross-type references during
56
+ * GraphQL parsing instead of constructing `OasRef` directly.
57
+ *
58
+ * The ref resolves through the context's `parsedDocument` (the parent
59
+ * `GqlDocument` wrapped as `SkmtcParsedDocument`). The document can be
60
+ * empty-at-construction; the ref resolves correctly once the document's
61
+ * fields are populated at the end of parsing.
62
+ */
63
+ createRef(refName, context) {
64
+ return new OasRef({ refType: 'schema', $ref: `#/components/schemas/${refName}` }, context);
65
+ }
66
+ /**
67
+ * Removes a schema entry by name. Returns `true` if removed.
68
+ */
69
+ removeSchema(refName) {
70
+ if (refName in this.schemas) {
71
+ delete this.schemas[refName];
72
+ return true;
73
+ }
74
+ return false;
75
+ }
76
+ }
@@ -0,0 +1,15 @@
1
+ import type { RefName } from '../../types/RefName.js';
2
+ /**
3
+ * Names of the root operation types declared by a GraphQL schema.
4
+ *
5
+ * Defaults are `Query`, `Mutation`, and `Subscription` but a schema may
6
+ * override any of them via `schema { query: Foo, mutation: Bar }`. Each
7
+ * field, when set, is a {@link RefName} into the document's
8
+ * {@link GqlRegistry}.
9
+ */
10
+ export type GqlRootTypes = {
11
+ query?: RefName;
12
+ mutation?: RefName;
13
+ subscription?: RefName;
14
+ };
15
+ //# sourceMappingURL=GqlRootTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GqlRootTypes.d.ts","sourceRoot":"","sources":["../../../src/gql/rootType/GqlRootTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAA;AAErD;;;;;;;GAOG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,CAAA"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,33 @@
1
+ import type { GraphQLScalarType } from 'graphql';
2
+ import type { OasSchema } from '../../oas/schema/Schema.js';
3
+ import type { ParseContextType } from '../../context/parseTypes.js';
4
+ import type { StackTrail } from '../../context/StackTrail.js';
5
+ export type ToScalarTypeArgs = {
6
+ scalar: GraphQLScalarType;
7
+ nullable: boolean;
8
+ context: ParseContextType;
9
+ stackTrail: StackTrail;
10
+ };
11
+ /**
12
+ * Maps a GraphQL scalar to an `OasSchema` primitive.
13
+ *
14
+ * Built-in GraphQL scalars map to their natural OAS counterparts:
15
+ * - `Int` → `OasInteger` (`format: 'int32'`)
16
+ * - `Float` → `OasNumber` (`format: 'float'`)
17
+ * - `String` → `OasString`
18
+ * - `Boolean` → `OasBoolean`
19
+ * - `ID` → `OasString` with `format: 'id'` so generators that want
20
+ * to treat IDs specially can narrow on the format key.
21
+ *
22
+ * Custom scalars (everything else) become `OasString` with
23
+ * `format: '<scalarName>'`. Downstream generators (`gen-typescript`,
24
+ * `gen-zod`, etc.) consult their own `scalars` config map keyed on the
25
+ * format string to decide the actual emitted type.
26
+ *
27
+ * `context` and `stackTrail` are accepted (and currently unused) so the
28
+ * signature matches the OAS parser family; future error reporting on
29
+ * unknown scalars or constraint conflicts can flow through `context`
30
+ * without an API change.
31
+ */
32
+ export declare const toScalarType: ({ scalar, nullable, context, stackTrail }: ToScalarTypeArgs) => OasSchema;
33
+ //# sourceMappingURL=toScalarType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toScalarType.d.ts","sourceRoot":"","sources":["../../../src/gql/scalar/toScalarType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAKhD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAA;AAE7D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,iBAAiB,CAAA;IACzB,QAAQ,EAAE,OAAO,CAAA;IACjB,OAAO,EAAE,gBAAgB,CAAA;IACzB,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,YAAY,GAAI,2CAK1B,gBAAgB,KAAG,SAkBlB,CAAA"}
@@ -0,0 +1,43 @@
1
+ import { OasString } from '../../oas/string/String.js';
2
+ import { OasInteger } from '../../oas/integer/Integer.js';
3
+ import { OasNumber } from '../../oas/number/Number.js';
4
+ import { OasBoolean } from '../../oas/boolean/Boolean.js';
5
+ /**
6
+ * Maps a GraphQL scalar to an `OasSchema` primitive.
7
+ *
8
+ * Built-in GraphQL scalars map to their natural OAS counterparts:
9
+ * - `Int` → `OasInteger` (`format: 'int32'`)
10
+ * - `Float` → `OasNumber` (`format: 'float'`)
11
+ * - `String` → `OasString`
12
+ * - `Boolean` → `OasBoolean`
13
+ * - `ID` → `OasString` with `format: 'id'` so generators that want
14
+ * to treat IDs specially can narrow on the format key.
15
+ *
16
+ * Custom scalars (everything else) become `OasString` with
17
+ * `format: '<scalarName>'`. Downstream generators (`gen-typescript`,
18
+ * `gen-zod`, etc.) consult their own `scalars` config map keyed on the
19
+ * format string to decide the actual emitted type.
20
+ *
21
+ * `context` and `stackTrail` are accepted (and currently unused) so the
22
+ * signature matches the OAS parser family; future error reporting on
23
+ * unknown scalars or constraint conflicts can flow through `context`
24
+ * without an API change.
25
+ */
26
+ export const toScalarType = ({ scalar, nullable, context, stackTrail }) => context.withStackTrail(stackTrail, () => {
27
+ switch (scalar.name) {
28
+ case 'Int':
29
+ return new OasInteger({ format: 'int32', nullable }, context);
30
+ case 'Float':
31
+ return new OasNumber({ format: 'float', nullable }, context);
32
+ case 'String':
33
+ return new OasString({ nullable }, context);
34
+ case 'Boolean':
35
+ return new OasBoolean({ nullable }, context);
36
+ case 'ID':
37
+ return new OasString({ format: 'id', nullable }, context);
38
+ default:
39
+ // Custom scalar — preserve the scalar name as `format` so downstream
40
+ // generators can map it via their `scalars` config.
41
+ return new OasString({ format: scalar.name, nullable }, context);
42
+ }
43
+ });
@@ -0,0 +1,24 @@
1
+ import type { GraphQLUnionType } from 'graphql';
2
+ import { OasUnion } from '../../oas/union/Union.js';
3
+ import type { ParseContextType } from '../../context/parseTypes.js';
4
+ import type { StackTrail } from '../../context/StackTrail.js';
5
+ export type ToUnionTypeArgs = {
6
+ unionType: GraphQLUnionType;
7
+ context: ParseContextType;
8
+ stackTrail: StackTrail;
9
+ };
10
+ /**
11
+ * Converts a GraphQL union type into an `OasUnion` over refs to its
12
+ * member types.
13
+ *
14
+ * GraphQL unions are always discriminated by `__typename` at the wire
15
+ * level, so we record that discriminator on the union. Generators that
16
+ * emit discriminated TS unions can read it; generators that don't care
17
+ * about discrimination ignore it.
18
+ *
19
+ * Each member ref records the consumer location via `registerRef` so
20
+ * if a member type fails to parse, the union's reference to it can be
21
+ * pruned at the end of parsing.
22
+ */
23
+ export declare const toUnionType: ({ unionType, context, stackTrail }: ToUnionTypeArgs) => OasUnion;
24
+ //# sourceMappingURL=toUnionType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toUnionType.d.ts","sourceRoot":"","sources":["../../../src/gql/union/toUnionType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AAKnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAA;AACnE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAA;AAE7D,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,gBAAgB,CAAA;IAC3B,OAAO,EAAE,gBAAgB,CAAA;IACzB,UAAU,EAAE,UAAU,CAAA;CACvB,CAAA;AAED;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,GAAI,oCAIzB,eAAe,KAAG,QAuBpB,CAAA"}
@@ -0,0 +1,29 @@
1
+ import { OasUnion } from '../../oas/union/Union.js';
2
+ import { OasDiscriminator } from '../../oas/discriminator/Discriminator.js';
3
+ import { recordAppliedDirectives } from '../_helpers/recordAppliedDirectives.js';
4
+ /**
5
+ * Converts a GraphQL union type into an `OasUnion` over refs to its
6
+ * member types.
7
+ *
8
+ * GraphQL unions are always discriminated by `__typename` at the wire
9
+ * level, so we record that discriminator on the union. Generators that
10
+ * emit discriminated TS unions can read it; generators that don't care
11
+ * about discrimination ignore it.
12
+ *
13
+ * Each member ref records the consumer location via `registerRef` so
14
+ * if a member type fails to parse, the union's reference to it can be
15
+ * pruned at the end of parsing.
16
+ */
17
+ export const toUnionType = ({ unionType, context, stackTrail }) => {
18
+ recordAppliedDirectives({ astNode: unionType.astNode, stackTrail, context });
19
+ const members = stackTrail.trace('members', membersStack => unionType.getTypes().map((member, index) => membersStack.trace(String(index), memberStack => {
20
+ context.registerRef(memberStack.clone(), member.name);
21
+ return context.registry.createRef(member.name, context);
22
+ })));
23
+ return context.withStackTrail(stackTrail, () => new OasUnion({
24
+ title: unionType.name,
25
+ description: unionType.description ?? undefined,
26
+ members,
27
+ discriminator: new OasDiscriminator({ propertyName: '__typename' })
28
+ }, context));
29
+ };
@@ -1,3 +1,4 @@
1
+ import "../_dnt.polyfills.js";
1
2
  import type { OasRef } from '../oas/ref/Ref.js';
2
3
  import type { OasSchema } from '../oas/schema/Schema.js';
3
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"collateExamples.d.ts","sourceRoot":"","sources":["../../src/helpers/collateExamples.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAGxD;;GAEG;AACH,KAAK,mBAAmB,GAAG;IACzB,+DAA+D;IAC/D,YAAY,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAA;IACtD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgJG;AACH,eAAO,MAAM,eAAe,GAAI,yBAAyB,mBAAmB,KAAG,OAyF9E,CAAA"}
1
+ {"version":3,"file":"collateExamples.d.ts","sourceRoot":"","sources":["../../src/helpers/collateExamples.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AAGxD;;GAEG;AACH,KAAK,mBAAmB,GAAG;IACzB,+DAA+D;IAC/D,YAAY,EAAE,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAA;IACtD,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgJG;AACH,eAAO,MAAM,eAAe,GAAI,yBAAyB,mBAAmB,KAAG,OAyF9E,CAAA"}
@@ -1,3 +1,4 @@
1
+ import "../_dnt.polyfills.js";
1
2
  import { isEmpty } from './isEmpty.js';
2
3
  /**
3
4
  * Recursively collates and builds example values from OpenAPI schemas.
@@ -93,5 +93,6 @@
93
93
  * // Japanese: 50,000
94
94
  * ```
95
95
  */
96
+ import "../_dnt.polyfills.js";
96
97
  export declare const formatNumber: (value: number, locales?: Intl.LocalesArgument) => string;
97
98
  //# sourceMappingURL=formatNumber.d.ts.map