@skmtc/core 0.0.983 → 0.16.1

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 +109 -0
  341. package/esm/oas/webhook/Webhook.d.ts.map +1 -0
  342. package/esm/oas/webhook/Webhook.js +166 -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 +109 -0
  1059. package/script/oas/webhook/Webhook.d.ts.map +1 -0
  1060. package/script/oas/webhook/Webhook.js +170 -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
@@ -1,903 +0,0 @@
1
- // Copyright 2018-2025 the Deno authors. MIT license.
2
- // This module is browser compatible.
3
- // A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
4
- // on npm.
5
- /**
6
- * String formatters and utilities for dealing with ANSI color codes.
7
- *
8
- * > [!IMPORTANT]
9
- * > If printing directly to the console, it's recommended to style console
10
- * > output using CSS (guide
11
- * > {@linkcode https://developer.mozilla.org/en-US/docs/Web/API/console#styling_console_output | here}).
12
- *
13
- * This module supports `NO_COLOR` environmental variable disabling any coloring
14
- * if `NO_COLOR` is set.
15
- *
16
- * ```ts no-assert
17
- * import {
18
- * bgBlue,
19
- * bgRgb24,
20
- * bgRgb8,
21
- * bold,
22
- * italic,
23
- * red,
24
- * rgb24,
25
- * rgb8,
26
- * } from "@std/fmt/colors";
27
- *
28
- * console.log(bgBlue(italic(red(bold("Hello, World!")))));
29
- *
30
- * // also supports 8bit colors
31
- *
32
- * console.log(rgb8("Hello, World!", 42));
33
- *
34
- * console.log(bgRgb8("Hello, World!", 42));
35
- *
36
- * // and 24bit rgb
37
- *
38
- * console.log(rgb24("Hello, World!", {
39
- * r: 41,
40
- * g: 42,
41
- * b: 43,
42
- * }));
43
- *
44
- * console.log(bgRgb24("Hello, World!", {
45
- * r: 41,
46
- * g: 42,
47
- * b: 43,
48
- * }));
49
- * ```
50
- *
51
- * @module
52
- */
53
- // deno-lint-ignore no-explicit-any
54
- import * as dntShim from "../../../../../_dnt.shims.js";
55
- const { Deno } = dntShim.dntGlobalThis;
56
- const noColor = typeof Deno?.noColor === "boolean"
57
- ? Deno.noColor
58
- : false;
59
- let enabled = !noColor;
60
- /**
61
- * Enable or disable text color when styling.
62
- *
63
- * `@std/fmt/colors` automatically detects NO_COLOR environmental variable
64
- * and disables text color. Use this API only when the automatic detection
65
- * doesn't work.
66
- *
67
- * @example Usage
68
- * ```ts no-assert
69
- * import { setColorEnabled } from "@std/fmt/colors";
70
- *
71
- * // Disable text color
72
- * setColorEnabled(false);
73
- *
74
- * // Enable text color
75
- * setColorEnabled(true);
76
- * ```
77
- *
78
- * @param value The boolean value to enable or disable text color
79
- */
80
- export function setColorEnabled(value) {
81
- if (Deno?.noColor) {
82
- return;
83
- }
84
- enabled = value;
85
- }
86
- /**
87
- * Get whether text color change is enabled or disabled.
88
- *
89
- * @example Usage
90
- * ```ts no-assert
91
- * import { getColorEnabled } from "@std/fmt/colors";
92
- *
93
- * console.log(getColorEnabled()); // true if enabled, false if disabled
94
- * ```
95
- * @returns `true` if text color is enabled, `false` otherwise
96
- */
97
- export function getColorEnabled() {
98
- return enabled;
99
- }
100
- /**
101
- * Builds color code
102
- * @param open
103
- * @param close
104
- */
105
- function code(open, close) {
106
- return {
107
- open: `\x1b[${open.join(";")}m`,
108
- close: `\x1b[${close}m`,
109
- regexp: new RegExp(`\\x1b\\[${close}m`, "g"),
110
- };
111
- }
112
- /**
113
- * Applies color and background based on color code and its associated text
114
- * @param str The text to apply color settings to
115
- * @param code The color code to apply
116
- */
117
- function run(str, code) {
118
- return enabled
119
- ? `${code.open}${str.replace(code.regexp, code.open)}${code.close}`
120
- : str;
121
- }
122
- /**
123
- * Reset the text modified.
124
- *
125
- * @example Usage
126
- * ```ts no-assert
127
- * import { reset } from "@std/fmt/colors";
128
- *
129
- * console.log(reset("Hello, world!"));
130
- * ```
131
- *
132
- * @param str The text to reset
133
- * @returns The text with reset color
134
- */
135
- export function reset(str) {
136
- return run(str, code([0], 0));
137
- }
138
- /**
139
- * Make the text bold.
140
- *
141
- * @example Usage
142
- * ```ts no-assert
143
- * import { bold } from "@std/fmt/colors";
144
- *
145
- * console.log(bold("Hello, world!"));
146
- * ```
147
- *
148
- * @param str The text to make bold
149
- * @returns The bold text
150
- */
151
- export function bold(str) {
152
- return run(str, code([1], 22));
153
- }
154
- /**
155
- * The text emits only a small amount of light.
156
- *
157
- * @example Usage
158
- * ```ts no-assert
159
- * import { dim } from "@std/fmt/colors";
160
- *
161
- * console.log(dim("Hello, world!"));
162
- * ```
163
- *
164
- * @param str The text to dim
165
- * @returns The dimmed text
166
- *
167
- * Warning: Not all terminal emulators support `dim`.
168
- * For compatibility across all terminals, use {@linkcode gray} or {@linkcode brightBlack} instead.
169
- */
170
- export function dim(str) {
171
- return run(str, code([2], 22));
172
- }
173
- /**
174
- * Make the text italic.
175
- *
176
- * @example Usage
177
- * ```ts no-assert
178
- * import { italic } from "@std/fmt/colors";
179
- *
180
- * console.log(italic("Hello, world!"));
181
- * ```
182
- *
183
- * @param str The text to make italic
184
- * @returns The italic text
185
- */
186
- export function italic(str) {
187
- return run(str, code([3], 23));
188
- }
189
- /**
190
- * Make the text underline.
191
- *
192
- * @example Usage
193
- * ```ts no-assert
194
- * import { underline } from "@std/fmt/colors";
195
- *
196
- * console.log(underline("Hello, world!"));
197
- * ```
198
- *
199
- * @param str The text to underline
200
- * @returns The underlined text
201
- */
202
- export function underline(str) {
203
- return run(str, code([4], 24));
204
- }
205
- /**
206
- * Invert background color and text color.
207
- *
208
- * @example Usage
209
- * ```ts no-assert
210
- * import { inverse } from "@std/fmt/colors";
211
- *
212
- * console.log(inverse("Hello, world!"));
213
- * ```
214
- *
215
- * @param str The text to invert its color
216
- * @returns The inverted text
217
- */
218
- export function inverse(str) {
219
- return run(str, code([7], 27));
220
- }
221
- /**
222
- * Make the text hidden.
223
- *
224
- * @example Usage
225
- * ```ts no-assert
226
- * import { hidden } from "@std/fmt/colors";
227
- *
228
- * console.log(hidden("Hello, world!"));
229
- * ```
230
- *
231
- * @param str The text to hide
232
- * @returns The hidden text
233
- */
234
- export function hidden(str) {
235
- return run(str, code([8], 28));
236
- }
237
- /**
238
- * Put horizontal line through the center of the text.
239
- *
240
- * @example Usage
241
- * ```ts no-assert
242
- * import { strikethrough } from "@std/fmt/colors";
243
- *
244
- * console.log(strikethrough("Hello, world!"));
245
- * ```
246
- *
247
- * @param str The text to strike through
248
- * @returns The text with horizontal line through the center
249
- */
250
- export function strikethrough(str) {
251
- return run(str, code([9], 29));
252
- }
253
- /**
254
- * Set text color to black.
255
- *
256
- * @example Usage
257
- * ```ts no-assert
258
- * import { black } from "@std/fmt/colors";
259
- *
260
- * console.log(black("Hello, world!"));
261
- * ```
262
- *
263
- * @param str The text to make black
264
- * @returns The black text
265
- */
266
- export function black(str) {
267
- return run(str, code([30], 39));
268
- }
269
- /**
270
- * Set text color to red.
271
- *
272
- * @example Usage
273
- * ```ts no-assert
274
- * import { red } from "@std/fmt/colors";
275
- *
276
- * console.log(red("Hello, world!"));
277
- * ```
278
- *
279
- * @param str The text to make red
280
- * @returns The red text
281
- */
282
- export function red(str) {
283
- return run(str, code([31], 39));
284
- }
285
- /**
286
- * Set text color to green.
287
- *
288
- * @example Usage
289
- * ```ts no-assert
290
- * import { green } from "@std/fmt/colors";
291
- *
292
- * console.log(green("Hello, world!"));
293
- * ```
294
- *
295
- * @param str The text to make green
296
- * @returns The green text
297
- */
298
- export function green(str) {
299
- return run(str, code([32], 39));
300
- }
301
- /**
302
- * Set text color to yellow.
303
- *
304
- * @example Usage
305
- * ```ts no-assert
306
- * import { yellow } from "@std/fmt/colors";
307
- *
308
- * console.log(yellow("Hello, world!"));
309
- * ```
310
- *
311
- * @param str The text to make yellow
312
- * @returns The yellow text
313
- */
314
- export function yellow(str) {
315
- return run(str, code([33], 39));
316
- }
317
- /**
318
- * Set text color to blue.
319
- *
320
- * @example Usage
321
- * ```ts no-assert
322
- * import { blue } from "@std/fmt/colors";
323
- *
324
- * console.log(blue("Hello, world!"));
325
- * ```
326
- *
327
- * @param str The text to make blue
328
- * @returns The blue text
329
- */
330
- export function blue(str) {
331
- return run(str, code([34], 39));
332
- }
333
- /**
334
- * Set text color to magenta.
335
- *
336
- * @example Usage
337
- * ```ts no-assert
338
- * import { magenta } from "@std/fmt/colors";
339
- *
340
- * console.log(magenta("Hello, world!"));
341
- * ```
342
- *
343
- * @param str The text to make magenta
344
- * @returns The magenta text
345
- */
346
- export function magenta(str) {
347
- return run(str, code([35], 39));
348
- }
349
- /**
350
- * Set text color to cyan.
351
- *
352
- * @example Usage
353
- * ```ts no-assert
354
- * import { cyan } from "@std/fmt/colors";
355
- *
356
- * console.log(cyan("Hello, world!"));
357
- * ```
358
- *
359
- * @param str The text to make cyan
360
- * @returns The cyan text
361
- */
362
- export function cyan(str) {
363
- return run(str, code([36], 39));
364
- }
365
- /**
366
- * Set text color to white.
367
- *
368
- * @example Usage
369
- * ```ts no-assert
370
- * import { white } from "@std/fmt/colors";
371
- *
372
- * console.log(white("Hello, world!"));
373
- * ```
374
- *
375
- * @param str The text to make white
376
- * @returns The white text
377
- */
378
- export function white(str) {
379
- return run(str, code([37], 39));
380
- }
381
- /**
382
- * Set text color to gray.
383
- *
384
- * @example Usage
385
- * ```ts no-assert
386
- * import { gray } from "@std/fmt/colors";
387
- *
388
- * console.log(gray("Hello, world!"));
389
- * ```
390
- *
391
- * @param str The text to make gray
392
- * @returns The gray text
393
- */
394
- export function gray(str) {
395
- return brightBlack(str);
396
- }
397
- /**
398
- * Set text color to bright black.
399
- *
400
- * @example Usage
401
- * ```ts no-assert
402
- * import { brightBlack } from "@std/fmt/colors";
403
- *
404
- * console.log(brightBlack("Hello, world!"));
405
- * ```
406
- *
407
- * @param str The text to make bright black
408
- * @returns The bright black text
409
- */
410
- export function brightBlack(str) {
411
- return run(str, code([90], 39));
412
- }
413
- /**
414
- * Set text color to bright red.
415
- *
416
- * @example Usage
417
- * ```ts no-assert
418
- * import { brightRed } from "@std/fmt/colors";
419
- *
420
- * console.log(brightRed("Hello, world!"));
421
- * ```
422
- *
423
- * @param str The text to make bright red
424
- * @returns The bright red text
425
- */
426
- export function brightRed(str) {
427
- return run(str, code([91], 39));
428
- }
429
- /**
430
- * Set text color to bright green.
431
- *
432
- * @example Usage
433
- * ```ts no-assert
434
- * import { brightGreen } from "@std/fmt/colors";
435
- *
436
- * console.log(brightGreen("Hello, world!"));
437
- * ```
438
- *
439
- * @param str The text to make bright green
440
- * @returns The bright green text
441
- */
442
- export function brightGreen(str) {
443
- return run(str, code([92], 39));
444
- }
445
- /**
446
- * Set text color to bright yellow.
447
- *
448
- * @example Usage
449
- * ```ts no-assert
450
- * import { brightYellow } from "@std/fmt/colors";
451
- *
452
- * console.log(brightYellow("Hello, world!"));
453
- * ```
454
- *
455
- * @param str The text to make bright yellow
456
- * @returns The bright yellow text
457
- */
458
- export function brightYellow(str) {
459
- return run(str, code([93], 39));
460
- }
461
- /**
462
- * Set text color to bright blue.
463
- *
464
- * @example Usage
465
- * ```ts no-assert
466
- * import { brightBlue } from "@std/fmt/colors";
467
- *
468
- * console.log(brightBlue("Hello, world!"));
469
- * ```
470
- *
471
- * @param str The text to make bright blue
472
- * @returns The bright blue text
473
- */
474
- export function brightBlue(str) {
475
- return run(str, code([94], 39));
476
- }
477
- /**
478
- * Set text color to bright magenta.
479
- *
480
- * @example Usage
481
- * ```ts no-assert
482
- * import { brightMagenta } from "@std/fmt/colors";
483
- *
484
- * console.log(brightMagenta("Hello, world!"));
485
- * ```
486
- *
487
- * @param str The text to make bright magenta
488
- * @returns The bright magenta text
489
- */
490
- export function brightMagenta(str) {
491
- return run(str, code([95], 39));
492
- }
493
- /**
494
- * Set text color to bright cyan.
495
- *
496
- * @example Usage
497
- * ```ts no-assert
498
- * import { brightCyan } from "@std/fmt/colors";
499
- *
500
- * console.log(brightCyan("Hello, world!"));
501
- * ```
502
- *
503
- * @param str The text to make bright cyan
504
- * @returns The bright cyan text
505
- */
506
- export function brightCyan(str) {
507
- return run(str, code([96], 39));
508
- }
509
- /**
510
- * Set text color to bright white.
511
- *
512
- * @example Usage
513
- * ```ts no-assert
514
- * import { brightWhite } from "@std/fmt/colors";
515
- *
516
- * console.log(brightWhite("Hello, world!"));
517
- * ```
518
- *
519
- * @param str The text to make bright white
520
- * @returns The bright white text
521
- */
522
- export function brightWhite(str) {
523
- return run(str, code([97], 39));
524
- }
525
- /**
526
- * Set background color to black.
527
- *
528
- * @example Usage
529
- * ```ts no-assert
530
- * import { bgBlack } from "@std/fmt/colors";
531
- *
532
- * console.log(bgBlack("Hello, world!"));
533
- * ```
534
- *
535
- * @param str The text to make its background black
536
- * @returns The text with black background
537
- */
538
- export function bgBlack(str) {
539
- return run(str, code([40], 49));
540
- }
541
- /**
542
- * Set background color to red.
543
- *
544
- * @example Usage
545
- * ```ts no-assert
546
- * import { bgRed } from "@std/fmt/colors";
547
- *
548
- * console.log(bgRed("Hello, world!"));
549
- * ```
550
- *
551
- * @param str The text to make its background red
552
- * @returns The text with red background
553
- */
554
- export function bgRed(str) {
555
- return run(str, code([41], 49));
556
- }
557
- /**
558
- * Set background color to green.
559
- *
560
- * @example Usage
561
- * ```ts no-assert
562
- * import { bgGreen } from "@std/fmt/colors";
563
- *
564
- * console.log(bgGreen("Hello, world!"));
565
- * ```
566
- *
567
- * @param str The text to make its background green
568
- * @returns The text with green background
569
- */
570
- export function bgGreen(str) {
571
- return run(str, code([42], 49));
572
- }
573
- /**
574
- * Set background color to yellow.
575
- *
576
- * @example Usage
577
- * ```ts no-assert
578
- * import { bgYellow } from "@std/fmt/colors";
579
- *
580
- * console.log(bgYellow("Hello, world!"));
581
- * ```
582
- *
583
- * @param str The text to make its background yellow
584
- * @returns The text with yellow background
585
- */
586
- export function bgYellow(str) {
587
- return run(str, code([43], 49));
588
- }
589
- /**
590
- * Set background color to blue.
591
- *
592
- * @example Usage
593
- * ```ts no-assert
594
- * import { bgBlue } from "@std/fmt/colors";
595
- *
596
- * console.log(bgBlue("Hello, world!"));
597
- * ```
598
- *
599
- * @param str The text to make its background blue
600
- * @returns The text with blue background
601
- */
602
- export function bgBlue(str) {
603
- return run(str, code([44], 49));
604
- }
605
- /**
606
- * Set background color to magenta.
607
- *
608
- * @example Usage
609
- * ```ts no-assert
610
- * import { bgMagenta } from "@std/fmt/colors";
611
- *
612
- * console.log(bgMagenta("Hello, world!"));
613
- * ```
614
- *
615
- * @param str The text to make its background magenta
616
- * @returns The text with magenta background
617
- */
618
- export function bgMagenta(str) {
619
- return run(str, code([45], 49));
620
- }
621
- /**
622
- * Set background color to cyan.
623
- *
624
- * @example Usage
625
- * ```ts no-assert
626
- * import { bgCyan } from "@std/fmt/colors";
627
- *
628
- * console.log(bgCyan("Hello, world!"));
629
- * ```
630
- *
631
- * @param str The text to make its background cyan
632
- * @returns The text with cyan background
633
- */
634
- export function bgCyan(str) {
635
- return run(str, code([46], 49));
636
- }
637
- /**
638
- * Set background color to white.
639
- *
640
- * @example Usage
641
- * ```ts no-assert
642
- * import { bgWhite } from "@std/fmt/colors";
643
- *
644
- * console.log(bgWhite("Hello, world!"));
645
- * ```
646
- *
647
- * @param str The text to make its background white
648
- * @returns The text with white background
649
- */
650
- export function bgWhite(str) {
651
- return run(str, code([47], 49));
652
- }
653
- /**
654
- * Set background color to bright black.
655
- *
656
- * @example Usage
657
- * ```ts no-assert
658
- * import { bgBrightBlack } from "@std/fmt/colors";
659
- *
660
- * console.log(bgBrightBlack("Hello, world!"));
661
- * ```
662
- *
663
- * @param str The text to make its background bright black
664
- * @returns The text with bright black background
665
- */
666
- export function bgBrightBlack(str) {
667
- return run(str, code([100], 49));
668
- }
669
- /**
670
- * Set background color to bright red.
671
- *
672
- * @example Usage
673
- * ```ts no-assert
674
- * import { bgBrightRed } from "@std/fmt/colors";
675
- *
676
- * console.log(bgBrightRed("Hello, world!"));
677
- * ```
678
- *
679
- * @param str The text to make its background bright red
680
- * @returns The text with bright red background
681
- */
682
- export function bgBrightRed(str) {
683
- return run(str, code([101], 49));
684
- }
685
- /**
686
- * Set background color to bright green.
687
- *
688
- * @example Usage
689
- * ```ts no-assert
690
- * import { bgBrightGreen } from "@std/fmt/colors";
691
- *
692
- * console.log(bgBrightGreen("Hello, world!"));
693
- * ```
694
- *
695
- * @param str The text to make its background bright green
696
- * @returns The text with bright green background
697
- */
698
- export function bgBrightGreen(str) {
699
- return run(str, code([102], 49));
700
- }
701
- /**
702
- * Set background color to bright yellow.
703
- *
704
- * @example Usage
705
- * ```ts no-assert
706
- * import { bgBrightYellow } from "@std/fmt/colors";
707
- *
708
- * console.log(bgBrightYellow("Hello, world!"));
709
- * ```
710
- *
711
- * @param str The text to make its background bright yellow
712
- * @returns The text with bright yellow background
713
- */
714
- export function bgBrightYellow(str) {
715
- return run(str, code([103], 49));
716
- }
717
- /**
718
- * Set background color to bright blue.
719
- *
720
- * @example Usage
721
- * ```ts no-assert
722
- * import { bgBrightBlue } from "@std/fmt/colors";
723
- *
724
- * console.log(bgBrightBlue("Hello, world!"));
725
- * ```
726
- *
727
- * @param str The text to make its background bright blue
728
- * @returns The text with bright blue background
729
- */
730
- export function bgBrightBlue(str) {
731
- return run(str, code([104], 49));
732
- }
733
- /**
734
- * Set background color to bright magenta.
735
- *
736
- * @example Usage
737
- * ```ts no-assert
738
- * import { bgBrightMagenta } from "@std/fmt/colors";
739
- *
740
- * console.log(bgBrightMagenta("Hello, world!"));
741
- * ```
742
- *
743
- * @param str The text to make its background bright magenta
744
- * @returns The text with bright magenta background
745
- */
746
- export function bgBrightMagenta(str) {
747
- return run(str, code([105], 49));
748
- }
749
- /**
750
- * Set background color to bright cyan.
751
- *
752
- * @example Usage
753
- * ```ts no-assert
754
- * import { bgBrightCyan } from "@std/fmt/colors";
755
- *
756
- * console.log(bgBrightCyan("Hello, world!"));
757
- * ```
758
- *
759
- * @param str The text to make its background bright cyan
760
- * @returns The text with bright cyan background
761
- */
762
- export function bgBrightCyan(str) {
763
- return run(str, code([106], 49));
764
- }
765
- /**
766
- * Set background color to bright white.
767
- *
768
- * @example Usage
769
- * ```ts no-assert
770
- * import { bgBrightWhite } from "@std/fmt/colors";
771
- *
772
- * console.log(bgBrightWhite("Hello, world!"));
773
- * ```
774
- *
775
- * @param str The text to make its background bright white
776
- * @returns The text with bright white background
777
- */
778
- export function bgBrightWhite(str) {
779
- return run(str, code([107], 49));
780
- }
781
- /* Special Color Sequences */
782
- /**
783
- * Clam and truncate color codes
784
- * @param n The input number
785
- * @param max The number to truncate to
786
- * @param min The number to truncate from
787
- */
788
- function clampAndTruncate(n, max = 255, min = 0) {
789
- return Math.trunc(Math.max(Math.min(n, max), min));
790
- }
791
- /**
792
- * Set text color using paletted 8bit colors.
793
- * https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
794
- *
795
- * @example Usage
796
- * ```ts no-assert
797
- * import { rgb8 } from "@std/fmt/colors";
798
- *
799
- * console.log(rgb8("Hello, world!", 42));
800
- * ```
801
- *
802
- * @param str The text color to apply paletted 8bit colors to
803
- * @param color The color code
804
- * @returns The text with paletted 8bit color
805
- */
806
- export function rgb8(str, color) {
807
- return run(str, code([38, 5, clampAndTruncate(color)], 39));
808
- }
809
- /**
810
- * Set background color using paletted 8bit colors.
811
- * https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
812
- *
813
- * @example Usage
814
- * ```ts no-assert
815
- * import { bgRgb8 } from "@std/fmt/colors";
816
- *
817
- * console.log(bgRgb8("Hello, world!", 42));
818
- * ```
819
- *
820
- * @param str The text color to apply paletted 8bit background colors to
821
- * @param color code
822
- * @returns The text with paletted 8bit background color
823
- */
824
- export function bgRgb8(str, color) {
825
- return run(str, code([48, 5, clampAndTruncate(color)], 49));
826
- }
827
- /**
828
- * Set text color using 24bit rgb.
829
- * `color` can be a number in range `0x000000` to `0xffffff` or
830
- * an `Rgb`.
831
- *
832
- * @example To produce the color magenta:
833
- * ```ts no-assert
834
- * import { rgb24 } from "@std/fmt/colors";
835
- *
836
- * rgb24("foo", 0xff00ff);
837
- * rgb24("foo", {r: 255, g: 0, b: 255});
838
- * ```
839
- * @param str The text color to apply 24bit rgb to
840
- * @param color The color code
841
- * @returns The text with 24bit rgb color
842
- */
843
- export function rgb24(str, color) {
844
- if (typeof color === "number") {
845
- return run(str, code([38, 2, (color >> 16) & 0xff, (color >> 8) & 0xff, color & 0xff], 39));
846
- }
847
- return run(str, code([
848
- 38,
849
- 2,
850
- clampAndTruncate(color.r),
851
- clampAndTruncate(color.g),
852
- clampAndTruncate(color.b),
853
- ], 39));
854
- }
855
- /**
856
- * Set background color using 24bit rgb.
857
- * `color` can be a number in range `0x000000` to `0xffffff` or
858
- * an `Rgb`.
859
- *
860
- * @example To produce the color magenta:
861
- * ```ts no-assert
862
- * import { bgRgb24 } from "@std/fmt/colors";
863
- *
864
- * bgRgb24("foo", 0xff00ff);
865
- * bgRgb24("foo", {r: 255, g: 0, b: 255});
866
- * ```
867
- * @param str The text color to apply 24bit rgb to
868
- * @param color The color code
869
- * @returns The text with 24bit rgb color
870
- */
871
- export function bgRgb24(str, color) {
872
- if (typeof color === "number") {
873
- return run(str, code([48, 2, (color >> 16) & 0xff, (color >> 8) & 0xff, color & 0xff], 49));
874
- }
875
- return run(str, code([
876
- 48,
877
- 2,
878
- clampAndTruncate(color.r),
879
- clampAndTruncate(color.g),
880
- clampAndTruncate(color.b),
881
- ], 49));
882
- }
883
- // https://github.com/chalk/ansi-regex/blob/02fa893d619d3da85411acc8fd4e2eea0e95a9d9/index.js
884
- const ANSI_PATTERN = new RegExp([
885
- "[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
886
- "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TXZcf-nq-uy=><~]))",
887
- ].join("|"), "g");
888
- /**
889
- * Remove ANSI escape codes from the string.
890
- *
891
- * @example Usage
892
- * ```ts no-assert
893
- * import { stripAnsiCode, red } from "@std/fmt/colors";
894
- *
895
- * console.log(stripAnsiCode(red("Hello, world!")));
896
- * ```
897
- *
898
- * @param string The text to remove ANSI escape codes from
899
- * @returns The text without ANSI escape codes
900
- */
901
- export function stripAnsiCode(string) {
902
- return string.replace(ANSI_PATTERN, "");
903
- }