@nocobase/plugin-mcp-server 2.1.0-alpha.18 → 2.1.0-alpha.20

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 (1099) hide show
  1. package/dist/externalVersion.js +6 -6
  2. package/dist/node_modules/@apidevtools/json-schema-ref-parser/README.md +15 -11
  3. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/bundle.js +11 -21
  4. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/dereference.js +28 -101
  5. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.d.ts +30 -31
  6. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.js +11 -23
  7. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/options.d.ts +292 -16
  8. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parse.d.ts +1 -1
  9. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parse.js +11 -20
  10. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.d.ts +0 -1
  11. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.js +12 -36
  12. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/ref.js +5 -42
  13. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.d.ts +5 -5
  14. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.js +14 -23
  15. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolve-external.js +7 -17
  16. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/file.js +10 -23
  17. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/http.js +13 -34
  18. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/types/index.d.ts +3 -7
  19. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.d.ts +2 -18
  20. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.js +6 -53
  21. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/plugins.d.ts +2 -2
  22. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/url.d.ts +0 -7
  23. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/url.js +18 -190
  24. package/dist/node_modules/@apidevtools/json-schema-ref-parser/dist/vite.config.js +0 -1
  25. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/bundle.ts +4 -10
  26. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/dereference.ts +21 -94
  27. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/index.ts +43 -34
  28. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/options.ts +0 -17
  29. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/parse.ts +4 -3
  30. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/pointer.ts +6 -25
  31. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/ref.ts +2 -10
  32. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/refs.ts +8 -7
  33. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/file.ts +3 -6
  34. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/http.ts +11 -20
  35. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/types/index.ts +3 -8
  36. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/util/errors.ts +10 -67
  37. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/util/plugins.ts +7 -6
  38. package/dist/node_modules/@apidevtools/json-schema-ref-parser/lib/util/url.ts +10 -195
  39. package/dist/node_modules/@apidevtools/json-schema-ref-parser/package.json +35 -34
  40. package/dist/node_modules/@apidevtools/swagger-parser/README.md +63 -39
  41. package/dist/node_modules/@apidevtools/swagger-parser/lib/index.d.ts +247 -171
  42. package/dist/node_modules/@apidevtools/swagger-parser/lib/index.js +52 -32
  43. package/dist/node_modules/@apidevtools/swagger-parser/lib/options.js +7 -4
  44. package/dist/node_modules/@apidevtools/swagger-parser/lib/util.js +13 -11
  45. package/dist/node_modules/@apidevtools/swagger-parser/lib/validators/schema.js +10 -9
  46. package/dist/node_modules/@apidevtools/swagger-parser/lib/validators/spec.js +51 -51
  47. package/dist/node_modules/@apidevtools/swagger-parser/package.json +35 -36
  48. package/dist/node_modules/light-my-request/package.json +1 -1
  49. package/dist/node_modules/openapi-types/package.json +1 -1
  50. package/dist/server/mcp-tools.d.ts +1 -1
  51. package/dist/server/mcp-tools.js +1 -11
  52. package/package.json +2 -2
  53. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/LICENSE +0 -21
  54. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/README.md +0 -168
  55. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/bundle.d.ts +0 -27
  56. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/bundle.js +0 -283
  57. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/dereference.d.ts +0 -12
  58. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/dereference.js +0 -216
  59. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.d.ts +0 -162
  60. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/index.js +0 -206
  61. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/normalize-args.d.ts +0 -13
  62. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/normalize-args.js +0 -55
  63. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/options.d.ts +0 -387
  64. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/options.js +0 -122
  65. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parse.d.ts +0 -8
  66. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parse.js +0 -169
  67. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/binary.d.ts +0 -3
  68. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/binary.js +0 -35
  69. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/json.d.ts +0 -3
  70. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/json.js +0 -62
  71. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/text.d.ts +0 -3
  72. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/text.js +0 -42
  73. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/yaml.d.ts +0 -3
  74. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/parsers/yaml.js +0 -52
  75. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.d.ts +0 -88
  76. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/pointer.js +0 -283
  77. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/ref.d.ts +0 -181
  78. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/ref.js +0 -243
  79. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.d.ts +0 -127
  80. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/refs.js +0 -222
  81. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolve-external.d.ts +0 -15
  82. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolve-external.js +0 -133
  83. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/file.d.ts +0 -3
  84. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/file.js +0 -64
  85. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/http.d.ts +0 -3
  86. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/resolvers/http.js +0 -137
  87. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/types/index.d.ts +0 -114
  88. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/types/index.js +0 -2
  89. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/convert-path-to-posix.d.ts +0 -1
  90. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/convert-path-to-posix.js +0 -14
  91. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.d.ts +0 -57
  92. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/errors.js +0 -112
  93. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/is-windows.d.ts +0 -1
  94. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/is-windows.js +0 -6
  95. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/maybe.d.ts +0 -3
  96. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/maybe.js +0 -24
  97. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/next.d.ts +0 -2
  98. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/next.js +0 -16
  99. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/plugins.d.ts +0 -34
  100. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/plugins.js +0 -132
  101. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/url.d.ts +0 -94
  102. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/lib/util/url.js +0 -319
  103. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/vite.config.d.ts +0 -2
  104. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/dist/vite.config.js +0 -18
  105. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/bundle.ts +0 -299
  106. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/dereference.ts +0 -288
  107. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/index.ts +0 -453
  108. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/normalize-args.ts +0 -68
  109. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/options.ts +0 -232
  110. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/parse.ts +0 -170
  111. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/binary.ts +0 -39
  112. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/json.ts +0 -64
  113. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/text.ts +0 -46
  114. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/yaml.ts +0 -52
  115. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/pointer.ts +0 -327
  116. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/ref.ts +0 -298
  117. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/refs.ts +0 -239
  118. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/resolve-external.ts +0 -136
  119. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/file.ts +0 -39
  120. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/http.ts +0 -131
  121. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/types/index.ts +0 -151
  122. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/convert-path-to-posix.ts +0 -11
  123. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/errors.ts +0 -157
  124. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/is-windows.ts +0 -2
  125. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/maybe.ts +0 -22
  126. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/next.ts +0 -13
  127. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/plugins.ts +0 -160
  128. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/lib/util/url.ts +0 -308
  129. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/json-schema-ref-parser/package.json +0 -111
  130. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/LICENSE +0 -21
  131. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/README.md +0 -146
  132. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/index.d.ts +0 -439
  133. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/index.js +0 -206
  134. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/options.js +0 -74
  135. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/util.js +0 -79
  136. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/validators/schema.js +0 -93
  137. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/lib/validators/spec.js +0 -352
  138. package/dist/node_modules/openapi-mcp-generator/node_modules/@apidevtools/swagger-parser/package.json +0 -87
  139. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/.runkit_example.js +0 -23
  140. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/LICENSE +0 -22
  141. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/README.md +0 -207
  142. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2019.d.ts +0 -19
  143. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2019.js +0 -61
  144. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2019.js.map +0 -1
  145. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2020.d.ts +0 -19
  146. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2020.js +0 -55
  147. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/2020.js.map +0 -1
  148. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/ajv.d.ts +0 -18
  149. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/ajv.js +0 -50
  150. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/ajv.js.map +0 -1
  151. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  152. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/code.js +0 -156
  153. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
  154. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  155. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  156. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
  157. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  158. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  159. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
  160. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  161. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/errors.js +0 -123
  162. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/errors.js.map +0 -1
  163. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/index.d.ts +0 -80
  164. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/index.js +0 -242
  165. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/index.js.map +0 -1
  166. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  167. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  168. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
  169. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  170. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/serialize.js +0 -236
  171. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
  172. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  173. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  174. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
  175. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/names.d.ts +0 -20
  176. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/names.js +0 -28
  177. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/names.js.map +0 -1
  178. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  179. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/ref_error.js +0 -12
  180. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
  181. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  182. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/resolve.js +0 -155
  183. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/resolve.js.map +0 -1
  184. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  185. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/rules.js +0 -26
  186. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/rules.js.map +0 -1
  187. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/util.d.ts +0 -40
  188. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/util.js +0 -178
  189. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/util.js.map +0 -1
  190. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  191. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  192. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
  193. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  194. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  195. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
  196. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  197. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  198. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
  199. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  200. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  201. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
  202. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  203. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/index.js +0 -520
  204. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
  205. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  206. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  207. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
  208. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  209. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  210. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
  211. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/core.d.ts +0 -174
  212. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/core.js +0 -618
  213. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/core.js.map +0 -1
  214. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/jtd.d.ts +0 -47
  215. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/jtd.js +0 -72
  216. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/jtd.js.map +0 -1
  217. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/data.json +0 -13
  218. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  219. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  220. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
  221. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  222. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  223. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  224. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  225. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  226. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  227. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  228. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  229. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  230. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
  231. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  232. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  233. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  234. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  235. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  236. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  237. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  238. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  239. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  240. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  241. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  242. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  243. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  244. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
  245. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  246. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/equal.js +0 -7
  247. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/equal.js.map +0 -1
  248. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  249. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  250. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
  251. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  252. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/quote.js +0 -30
  253. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/quote.js.map +0 -1
  254. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  255. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/re2.js +0 -6
  256. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/re2.js.map +0 -1
  257. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  258. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  259. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
  260. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  261. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  262. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
  263. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  264. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/uri.js +0 -6
  265. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/uri.js.map +0 -1
  266. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  267. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  268. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
  269. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  270. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/index.js +0 -90
  271. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/index.js.map +0 -1
  272. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  273. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/instance.js +0 -35
  274. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/standalone/instance.js.map +0 -1
  275. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/index.d.ts +0 -183
  276. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/index.js +0 -3
  277. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/index.js.map +0 -1
  278. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  279. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/json-schema.js +0 -3
  280. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/json-schema.js.map +0 -1
  281. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  282. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  283. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
  284. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  285. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  286. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  287. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  288. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  289. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  290. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  291. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  292. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
  293. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  294. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  295. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
  296. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  297. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  298. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
  299. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  300. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  301. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
  302. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  303. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  304. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  305. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  306. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  307. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
  308. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  309. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  310. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
  311. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  312. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  313. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
  314. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  315. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  316. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
  317. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  318. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  319. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
  320. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  321. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  322. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
  323. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  324. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  325. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  326. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  327. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  328. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  329. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  330. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  331. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
  332. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  333. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  334. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  335. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  336. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  337. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
  338. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  339. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/code.js +0 -131
  340. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
  341. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  342. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  343. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
  344. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  345. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  346. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
  347. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  348. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  349. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
  350. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  351. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -104
  352. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
  353. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  354. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  355. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
  356. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  357. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  358. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
  359. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  360. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  361. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
  362. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  363. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  364. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  365. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  366. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  367. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  368. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  369. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  370. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
  371. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  372. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  373. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  374. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  375. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  376. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  377. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  378. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  379. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
  380. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  381. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  382. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
  383. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  384. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  385. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
  386. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  387. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  388. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
  389. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  390. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  391. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
  392. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  393. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  394. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
  395. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  396. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  397. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
  398. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  399. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  400. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
  401. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  402. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  403. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
  404. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  405. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  406. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
  407. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  408. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  409. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  410. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  411. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  412. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
  413. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  414. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  415. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
  416. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  417. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  418. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
  419. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  420. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  421. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
  422. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  423. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  424. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
  425. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  426. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  427. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
  428. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  429. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/next.js +0 -8
  430. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
  431. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  432. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  433. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
  434. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  435. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  436. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  437. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  438. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  439. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  440. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  441. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  442. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
  443. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  444. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  445. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  446. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  447. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  448. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
  449. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  450. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  451. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
  452. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  453. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  454. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
  455. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  456. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  457. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
  458. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  459. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  460. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
  461. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  462. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  463. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
  464. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  465. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  466. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
  467. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  468. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  469. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
  470. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  471. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -33
  472. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
  473. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  474. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  475. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
  476. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  477. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  478. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  479. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/2019.ts +0 -81
  480. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/2020.ts +0 -75
  481. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/ajv.ts +0 -70
  482. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  483. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  484. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  485. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/errors.ts +0 -184
  486. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/index.ts +0 -324
  487. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  488. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
  489. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  490. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/names.ts +0 -27
  491. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  492. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/resolve.ts +0 -149
  493. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/rules.ts +0 -50
  494. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/util.ts +0 -213
  495. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  496. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  497. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  498. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  499. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  500. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  501. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  502. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/core.ts +0 -892
  503. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/jtd.ts +0 -132
  504. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/data.json +0 -13
  505. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  506. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  507. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  508. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  509. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  510. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  511. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  512. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  513. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  514. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  515. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  516. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  517. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  518. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  519. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  520. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  521. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  522. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  523. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  524. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  525. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  526. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/equal.ts +0 -7
  527. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  528. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/quote.ts +0 -31
  529. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/re2.ts +0 -6
  530. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  531. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  532. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/uri.ts +0 -6
  533. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  534. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/standalone/index.ts +0 -100
  535. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/standalone/instance.ts +0 -36
  536. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/types/index.ts +0 -244
  537. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/types/json-schema.ts +0 -187
  538. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  539. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  540. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  541. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  542. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  543. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  544. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  545. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  546. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  547. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  548. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  549. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  550. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  551. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  552. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  553. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  554. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  555. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  556. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  557. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  558. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  559. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  560. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  561. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  562. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  563. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  564. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  565. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  566. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  567. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  568. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  569. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  570. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  571. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  572. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  573. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  574. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  575. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  576. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  577. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  578. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  579. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  580. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  581. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  582. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  583. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  584. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  585. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  586. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  587. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  588. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  589. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  590. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  591. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  592. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  593. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  594. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  595. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  596. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  597. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  598. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  599. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  600. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  601. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
  602. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  603. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  604. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv/package.json +0 -127
  605. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/LICENSE +0 -21
  606. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/README.md +0 -40
  607. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/index.d.ts +0 -17
  608. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/index.js +0 -50
  609. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/index.js.map +0 -1
  610. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/refs/json-schema-draft-04.json +0 -138
  611. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/core.d.ts +0 -3
  612. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/core.js +0 -13
  613. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/core.js.map +0 -1
  614. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/draft4.d.ts +0 -3
  615. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/draft4.js +0 -16
  616. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/draft4.js.map +0 -1
  617. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/index.d.ts +0 -16
  618. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/index.js +0 -35
  619. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/index.js.map +0 -1
  620. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumber.d.ts +0 -12
  621. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumber.js +0 -44
  622. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumber.js.map +0 -1
  623. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumberExclusive.d.ts +0 -3
  624. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumberExclusive.js +0 -19
  625. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/dist/vocabulary/validation/limitNumberExclusive.js.map +0 -1
  626. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/.runkit_example.js +0 -23
  627. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/LICENSE +0 -22
  628. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/README.md +0 -207
  629. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2019.d.ts +0 -19
  630. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2019.js +0 -61
  631. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2019.js.map +0 -1
  632. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2020.d.ts +0 -19
  633. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2020.js +0 -55
  634. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/2020.js.map +0 -1
  635. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/ajv.d.ts +0 -18
  636. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/ajv.js +0 -50
  637. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/ajv.js.map +0 -1
  638. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  639. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/code.js +0 -155
  640. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
  641. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  642. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  643. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
  644. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  645. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  646. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
  647. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  648. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/errors.js +0 -123
  649. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/errors.js.map +0 -1
  650. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/index.d.ts +0 -80
  651. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/index.js +0 -242
  652. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/index.js.map +0 -1
  653. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  654. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  655. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
  656. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  657. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/serialize.js +0 -229
  658. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
  659. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  660. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  661. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
  662. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/names.d.ts +0 -20
  663. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/names.js +0 -28
  664. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/names.js.map +0 -1
  665. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  666. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/ref_error.js +0 -12
  667. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
  668. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  669. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/resolve.js +0 -155
  670. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/resolve.js.map +0 -1
  671. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  672. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/rules.js +0 -26
  673. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/rules.js.map +0 -1
  674. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/util.d.ts +0 -40
  675. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/util.js +0 -178
  676. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/util.js.map +0 -1
  677. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  678. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  679. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
  680. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  681. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  682. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
  683. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  684. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  685. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
  686. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  687. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  688. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
  689. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  690. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/index.js +0 -520
  691. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
  692. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  693. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  694. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
  695. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  696. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  697. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
  698. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/core.d.ts +0 -173
  699. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/core.js +0 -618
  700. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/core.js.map +0 -1
  701. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/jtd.d.ts +0 -47
  702. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/jtd.js +0 -72
  703. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/jtd.js.map +0 -1
  704. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/data.json +0 -13
  705. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  706. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  707. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
  708. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  709. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  710. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  711. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  712. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  713. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  714. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  715. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  716. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  717. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
  718. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  719. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  720. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  721. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  722. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  723. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  724. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  725. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  726. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  727. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  728. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  729. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  730. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  731. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
  732. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  733. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/equal.js +0 -7
  734. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/equal.js.map +0 -1
  735. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  736. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  737. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
  738. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  739. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/quote.js +0 -30
  740. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/quote.js.map +0 -1
  741. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  742. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/re2.js +0 -6
  743. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/re2.js.map +0 -1
  744. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  745. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  746. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
  747. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  748. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  749. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
  750. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  751. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/uri.js +0 -6
  752. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/uri.js.map +0 -1
  753. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  754. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  755. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
  756. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  757. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/index.js +0 -90
  758. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/index.js.map +0 -1
  759. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  760. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/instance.js +0 -35
  761. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/standalone/instance.js.map +0 -1
  762. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/index.d.ts +0 -183
  763. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/index.js +0 -3
  764. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/index.js.map +0 -1
  765. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  766. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/json-schema.js +0 -3
  767. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/json-schema.js.map +0 -1
  768. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  769. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  770. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
  771. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  772. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  773. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  774. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  775. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  776. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  777. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  778. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  779. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
  780. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  781. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  782. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
  783. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  784. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  785. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
  786. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  787. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  788. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
  789. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  790. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  791. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  792. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  793. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  794. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
  795. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  796. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  797. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
  798. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  799. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  800. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
  801. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  802. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  803. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
  804. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  805. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  806. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
  807. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  808. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  809. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
  810. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  811. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  812. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  813. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  814. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  815. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  816. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  817. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  818. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
  819. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  820. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  821. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  822. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  823. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  824. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
  825. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  826. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/code.js +0 -131
  827. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
  828. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  829. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  830. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
  831. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  832. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  833. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
  834. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  835. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  836. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
  837. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  838. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -100
  839. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
  840. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  841. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  842. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
  843. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  844. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  845. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
  846. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  847. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  848. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
  849. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  850. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  851. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  852. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  853. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  854. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  855. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  856. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  857. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
  858. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  859. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  860. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  861. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  862. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  863. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  864. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  865. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  866. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
  867. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  868. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  869. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
  870. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  871. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  872. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
  873. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  874. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  875. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
  876. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  877. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  878. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
  879. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  880. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  881. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
  882. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  883. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  884. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
  885. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  886. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  887. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
  888. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  889. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  890. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
  891. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  892. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  893. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
  894. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  895. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  896. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  897. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  898. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  899. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
  900. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  901. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  902. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
  903. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  904. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  905. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
  906. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  907. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  908. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
  909. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  910. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  911. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
  912. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  913. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  914. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
  915. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  916. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/next.js +0 -8
  917. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
  918. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  919. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  920. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
  921. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  922. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  923. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  924. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  925. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  926. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  927. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  928. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  929. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
  930. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  931. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  932. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  933. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  934. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  935. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
  936. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  937. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  938. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
  939. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  940. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  941. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
  942. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  943. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  944. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
  945. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  946. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  947. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
  948. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  949. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  950. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
  951. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  952. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  953. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
  954. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  955. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  956. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
  957. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  958. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -24
  959. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
  960. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  961. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  962. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
  963. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  964. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  965. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  966. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/2019.ts +0 -81
  967. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/2020.ts +0 -75
  968. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/ajv.ts +0 -70
  969. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/codegen/code.ts +0 -168
  970. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  971. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  972. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/errors.ts +0 -184
  973. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/index.ts +0 -324
  974. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  975. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -266
  976. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  977. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/names.ts +0 -27
  978. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  979. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/resolve.ts +0 -149
  980. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/rules.ts +0 -50
  981. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/util.ts +0 -213
  982. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  983. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  984. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  985. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  986. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  987. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  988. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  989. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/core.ts +0 -891
  990. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/jtd.ts +0 -132
  991. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/data.json +0 -13
  992. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  993. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  994. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  995. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  996. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  997. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  998. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  999. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  1000. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  1001. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  1002. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  1003. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  1004. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  1005. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  1006. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  1007. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  1008. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  1009. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  1010. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  1011. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  1012. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  1013. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/equal.ts +0 -7
  1014. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  1015. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/quote.ts +0 -31
  1016. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/re2.ts +0 -6
  1017. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  1018. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  1019. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/uri.ts +0 -6
  1020. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  1021. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/standalone/index.ts +0 -100
  1022. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/standalone/instance.ts +0 -36
  1023. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/types/index.ts +0 -244
  1024. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/types/json-schema.ts +0 -187
  1025. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  1026. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  1027. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  1028. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  1029. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  1030. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  1031. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  1032. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  1033. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  1034. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  1035. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  1036. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  1037. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  1038. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  1039. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  1040. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  1041. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  1042. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  1043. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  1044. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  1045. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  1046. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  1047. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  1048. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -110
  1049. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  1050. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  1051. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  1052. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  1053. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  1054. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  1055. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  1056. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  1057. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  1058. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  1059. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  1060. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  1061. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  1062. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  1063. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  1064. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  1065. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  1066. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  1067. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  1068. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  1069. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  1070. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  1071. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  1072. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  1073. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  1074. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  1075. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  1076. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  1077. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  1078. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  1079. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  1080. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  1081. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  1082. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  1083. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  1084. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  1085. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  1086. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  1087. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  1088. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -28
  1089. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  1090. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  1091. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/node_modules/ajv/package.json +0 -126
  1092. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/package.json +0 -74
  1093. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/index.ts +0 -81
  1094. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/refs/json-schema-draft-04.json +0 -138
  1095. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/vocabulary/core.ts +0 -13
  1096. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/vocabulary/draft4.ts +0 -17
  1097. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/vocabulary/validation/index.ts +0 -51
  1098. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/vocabulary/validation/limitNumber.ts +0 -76
  1099. package/dist/node_modules/openapi-mcp-generator/node_modules/ajv-draft-04/src/vocabulary/validation/limitNumberExclusive.ts +0 -26
@@ -1,387 +0,0 @@
1
- import type { HTTPResolverOptions, JSONSchema, JSONSchemaObject, Plugin, ResolverOptions } from "./types/index.js";
2
- export type DeepPartial<T> = T extends object ? {
3
- [P in keyof T]?: DeepPartial<T[P]>;
4
- } : T;
5
- export interface DereferenceOptions {
6
- /**
7
- * Determines whether circular `$ref` pointers are handled.
8
- *
9
- * If set to `false`, then a `ReferenceError` will be thrown if the schema contains any circular references.
10
- *
11
- * If set to `"ignore"`, then circular references will simply be ignored. No error will be thrown, but the `$Refs.circular` property will still be set to `true`.
12
- */
13
- circular?: boolean | "ignore";
14
- /**
15
- * A function, called for each path, which can return true to stop this path and all
16
- * subpaths from being dereferenced further. This is useful in schemas where some
17
- * subpaths contain literal $ref keys that should not be dereferenced.
18
- */
19
- excludedPathMatcher?(path: string): boolean;
20
- /**
21
- * Callback invoked during dereferencing.
22
- *
23
- * @argument {string} path - The path being dereferenced (ie. the `$ref` string)
24
- * @argument {JSONSchemaObject} value - The JSON-Schema that the `$ref` resolved to
25
- * @argument {JSONSchemaObject} parent - The parent of the dereferenced object
26
- * @argument {string} parentPropName - The prop name of the parent object whose value was dereferenced
27
- */
28
- onDereference?(path: string, value: JSONSchemaObject, parent?: JSONSchemaObject, parentPropName?: string): void;
29
- /**
30
- * Whether a reference should resolve relative to its directory/path, or from the cwd
31
- *
32
- * Default: `relative`
33
- */
34
- externalReferenceResolution?: "relative" | "root";
35
- }
36
- /**
37
- * Options that determine how JSON schemas are parsed, resolved, and dereferenced.
38
- *
39
- * @param [options] - Overridden options
40
- * @class
41
- */
42
- export interface $RefParserOptions<S extends object = JSONSchema> {
43
- /**
44
- * The `parse` options determine how different types of files will be parsed.
45
- *
46
- * JSON Schema `$Ref` Parser comes with built-in JSON, YAML, plain-text, and binary parsers, any of which you can configure or disable. You can also add your own custom parsers if you want.
47
- */
48
- parse: {
49
- json?: Plugin | boolean;
50
- yaml?: Plugin | boolean;
51
- binary?: Plugin | boolean;
52
- text?: Plugin | boolean;
53
- [key: string]: Plugin | boolean | undefined;
54
- };
55
- /**
56
- * The `resolve` options control how JSON Schema $Ref Parser will resolve file paths and URLs, and how those files will be read/downloaded.
57
- *
58
- * JSON Schema `$Ref` Parser comes with built-in support for HTTP and HTTPS, as well as support for local files (when running in Node.js). You can configure or disable either of these built-in resolvers. You can also add your own custom resolvers if you want.
59
- */
60
- resolve: {
61
- /**
62
- * Determines whether external $ref pointers will be resolved. If this option is disabled, then external `$ref` pointers will simply be ignored.
63
- */
64
- external?: boolean;
65
- file?: Partial<ResolverOptions<S>> | boolean;
66
- http?: HTTPResolverOptions<S> | boolean;
67
- } & {
68
- [key: string]: Partial<ResolverOptions<S>> | HTTPResolverOptions<S> | boolean | undefined;
69
- };
70
- /**
71
- * By default, JSON Schema $Ref Parser throws the first error it encounters. Setting `continueOnError` to `true`
72
- * causes it to keep processing as much as possible and then throw a single error that contains all errors
73
- * that were encountered.
74
- */
75
- continueOnError: boolean;
76
- /**
77
- * The `dereference` options control how JSON Schema `$Ref` Parser will dereference `$ref` pointers within the JSON schema.
78
- */
79
- dereference: DereferenceOptions;
80
- /**
81
- * Whether to clone the schema before dereferencing it.
82
- * This is useful when you want to dereference the same schema multiple times, but you don't want to modify the original schema.
83
- * Default: `true` due to mutating the input being the default behavior historically
84
- */
85
- mutateInputSchema?: boolean;
86
- /**
87
- * The maximum amount of time (in milliseconds) that JSON Schema $Ref Parser will spend dereferencing a single schema.
88
- * It will throw a timeout error if the operation takes longer than this.
89
- */
90
- timeoutMs?: number;
91
- }
92
- export declare const getJsonSchemaRefParserDefaultOptions: () => $RefParserOptions<JSONSchema>;
93
- export declare const getNewOptions: <S extends object = JSONSchema, O extends ParserOptions<S> = {
94
- parse?: {
95
- [x: string]: boolean | {
96
- name?: string | undefined;
97
- order?: number | undefined;
98
- allowEmpty?: boolean | undefined;
99
- allowBOM?: boolean | undefined;
100
- encoding?: BufferEncoding | undefined;
101
- canParse?: string | boolean | {
102
- exec?: {} | undefined;
103
- test?: {} | undefined;
104
- readonly source?: string | undefined;
105
- readonly global?: boolean | undefined;
106
- readonly ignoreCase?: boolean | undefined;
107
- readonly multiline?: boolean | undefined;
108
- lastIndex?: number | undefined;
109
- compile?: {} | undefined;
110
- readonly flags?: string | undefined;
111
- readonly sticky?: boolean | undefined;
112
- readonly unicode?: boolean | undefined;
113
- readonly dotAll?: boolean | undefined;
114
- readonly hasIndices?: boolean | undefined;
115
- readonly unicodeSets?: boolean | undefined;
116
- [Symbol.match]?: {} | undefined;
117
- [Symbol.replace]?: {} | undefined;
118
- [Symbol.search]?: {} | undefined;
119
- [Symbol.split]?: {} | undefined;
120
- [Symbol.matchAll]?: {} | undefined;
121
- } | (string | undefined)[] | {} | undefined;
122
- parse?: string | number | {} | undefined;
123
- } | undefined;
124
- json?: boolean | {
125
- name?: string | undefined;
126
- order?: number | undefined;
127
- allowEmpty?: boolean | undefined;
128
- allowBOM?: boolean | undefined;
129
- encoding?: BufferEncoding | undefined;
130
- canParse?: string | boolean | {
131
- exec?: {} | undefined;
132
- test?: {} | undefined;
133
- readonly source?: string | undefined;
134
- readonly global?: boolean | undefined;
135
- readonly ignoreCase?: boolean | undefined;
136
- readonly multiline?: boolean | undefined;
137
- lastIndex?: number | undefined;
138
- compile?: {} | undefined;
139
- readonly flags?: string | undefined;
140
- readonly sticky?: boolean | undefined;
141
- readonly unicode?: boolean | undefined;
142
- readonly dotAll?: boolean | undefined;
143
- readonly hasIndices?: boolean | undefined;
144
- readonly unicodeSets?: boolean | undefined;
145
- [Symbol.match]?: {} | undefined;
146
- [Symbol.replace]?: {} | undefined;
147
- [Symbol.search]?: {} | undefined;
148
- [Symbol.split]?: {} | undefined;
149
- [Symbol.matchAll]?: {} | undefined;
150
- } | (string | undefined)[] | {} | undefined;
151
- parse?: string | number | {} | undefined;
152
- } | undefined;
153
- yaml?: boolean | {
154
- name?: string | undefined;
155
- order?: number | undefined;
156
- allowEmpty?: boolean | undefined;
157
- allowBOM?: boolean | undefined;
158
- encoding?: BufferEncoding | undefined;
159
- canParse?: string | boolean | {
160
- exec?: {} | undefined;
161
- test?: {} | undefined;
162
- readonly source?: string | undefined;
163
- readonly global?: boolean | undefined;
164
- readonly ignoreCase?: boolean | undefined;
165
- readonly multiline?: boolean | undefined;
166
- lastIndex?: number | undefined;
167
- compile?: {} | undefined;
168
- readonly flags?: string | undefined;
169
- readonly sticky?: boolean | undefined;
170
- readonly unicode?: boolean | undefined;
171
- readonly dotAll?: boolean | undefined;
172
- readonly hasIndices?: boolean | undefined;
173
- readonly unicodeSets?: boolean | undefined;
174
- [Symbol.match]?: {} | undefined;
175
- [Symbol.replace]?: {} | undefined;
176
- [Symbol.search]?: {} | undefined;
177
- [Symbol.split]?: {} | undefined;
178
- [Symbol.matchAll]?: {} | undefined;
179
- } | (string | undefined)[] | {} | undefined;
180
- parse?: string | number | {} | undefined;
181
- } | undefined;
182
- binary?: boolean | {
183
- name?: string | undefined;
184
- order?: number | undefined;
185
- allowEmpty?: boolean | undefined;
186
- allowBOM?: boolean | undefined;
187
- encoding?: BufferEncoding | undefined;
188
- canParse?: string | boolean | {
189
- exec?: {} | undefined;
190
- test?: {} | undefined;
191
- readonly source?: string | undefined;
192
- readonly global?: boolean | undefined;
193
- readonly ignoreCase?: boolean | undefined;
194
- readonly multiline?: boolean | undefined;
195
- lastIndex?: number | undefined;
196
- compile?: {} | undefined;
197
- readonly flags?: string | undefined;
198
- readonly sticky?: boolean | undefined;
199
- readonly unicode?: boolean | undefined;
200
- readonly dotAll?: boolean | undefined;
201
- readonly hasIndices?: boolean | undefined;
202
- readonly unicodeSets?: boolean | undefined;
203
- [Symbol.match]?: {} | undefined;
204
- [Symbol.replace]?: {} | undefined;
205
- [Symbol.search]?: {} | undefined;
206
- [Symbol.split]?: {} | undefined;
207
- [Symbol.matchAll]?: {} | undefined;
208
- } | (string | undefined)[] | {} | undefined;
209
- parse?: string | number | {} | undefined;
210
- } | undefined;
211
- text?: boolean | {
212
- name?: string | undefined;
213
- order?: number | undefined;
214
- allowEmpty?: boolean | undefined;
215
- allowBOM?: boolean | undefined;
216
- encoding?: BufferEncoding | undefined;
217
- canParse?: string | boolean | {
218
- exec?: {} | undefined;
219
- test?: {} | undefined;
220
- readonly source?: string | undefined;
221
- readonly global?: boolean | undefined;
222
- readonly ignoreCase?: boolean | undefined;
223
- readonly multiline?: boolean | undefined;
224
- lastIndex?: number | undefined;
225
- compile?: {} | undefined;
226
- readonly flags?: string | undefined;
227
- readonly sticky?: boolean | undefined;
228
- readonly unicode?: boolean | undefined;
229
- readonly dotAll?: boolean | undefined;
230
- readonly hasIndices?: boolean | undefined;
231
- readonly unicodeSets?: boolean | undefined;
232
- [Symbol.match]?: {} | undefined;
233
- [Symbol.replace]?: {} | undefined;
234
- [Symbol.search]?: {} | undefined;
235
- [Symbol.split]?: {} | undefined;
236
- [Symbol.matchAll]?: {} | undefined;
237
- } | (string | undefined)[] | {} | undefined;
238
- parse?: string | number | {} | undefined;
239
- } | undefined;
240
- } | undefined;
241
- resolve?: {
242
- [x: string]: boolean | {
243
- name?: string | undefined;
244
- order?: number | undefined;
245
- canRead?: string | boolean | {
246
- exec?: {} | undefined;
247
- test?: {} | undefined;
248
- readonly source?: string | undefined;
249
- readonly global?: boolean | undefined;
250
- readonly ignoreCase?: boolean | undefined;
251
- readonly multiline?: boolean | undefined;
252
- lastIndex?: number | undefined;
253
- compile?: {} | undefined;
254
- readonly flags?: string | undefined;
255
- readonly sticky?: boolean | undefined;
256
- readonly unicode?: boolean | undefined;
257
- readonly dotAll?: boolean | undefined;
258
- readonly hasIndices?: boolean | undefined;
259
- readonly unicodeSets?: boolean | undefined;
260
- [Symbol.match]?: {} | undefined;
261
- [Symbol.replace]?: {} | undefined;
262
- [Symbol.search]?: {} | undefined;
263
- [Symbol.split]?: {} | undefined;
264
- [Symbol.matchAll]?: {} | undefined;
265
- } | (string | undefined)[] | {} | undefined;
266
- read?: string | object | {} | undefined;
267
- } | {
268
- headers?: ([(string | undefined)?, (string | undefined)?] | undefined)[] | {
269
- [x: string]: string | undefined;
270
- } | {
271
- append?: {} | undefined;
272
- delete?: {} | undefined;
273
- get?: {} | undefined;
274
- getSetCookie?: {} | undefined;
275
- has?: {} | undefined;
276
- set?: {} | undefined;
277
- forEach?: {} | undefined;
278
- } | null | undefined;
279
- timeout?: number | undefined;
280
- redirects?: number | undefined;
281
- withCredentials?: boolean | undefined;
282
- name?: string | undefined;
283
- order?: number | undefined;
284
- canRead?: string | boolean | {
285
- exec?: {} | undefined;
286
- test?: {} | undefined;
287
- readonly source?: string | undefined;
288
- readonly global?: boolean | undefined;
289
- readonly ignoreCase?: boolean | undefined;
290
- readonly multiline?: boolean | undefined;
291
- lastIndex?: number | undefined;
292
- compile?: {} | undefined;
293
- readonly flags?: string | undefined;
294
- readonly sticky?: boolean | undefined;
295
- readonly unicode?: boolean | undefined;
296
- readonly dotAll?: boolean | undefined;
297
- readonly hasIndices?: boolean | undefined;
298
- readonly unicodeSets?: boolean | undefined;
299
- [Symbol.match]?: {} | undefined;
300
- [Symbol.replace]?: {} | undefined;
301
- [Symbol.search]?: {} | undefined;
302
- [Symbol.split]?: {} | undefined;
303
- [Symbol.matchAll]?: {} | undefined;
304
- } | (string | undefined)[] | {} | undefined;
305
- read?: string | object | {} | undefined;
306
- } | undefined;
307
- external?: boolean | undefined;
308
- file?: boolean | {
309
- name?: string | undefined;
310
- order?: number | undefined;
311
- canRead?: string | boolean | {
312
- exec?: {} | undefined;
313
- test?: {} | undefined;
314
- readonly source?: string | undefined;
315
- readonly global?: boolean | undefined;
316
- readonly ignoreCase?: boolean | undefined;
317
- readonly multiline?: boolean | undefined;
318
- lastIndex?: number | undefined;
319
- compile?: {} | undefined;
320
- readonly flags?: string | undefined;
321
- readonly sticky?: boolean | undefined;
322
- readonly unicode?: boolean | undefined;
323
- readonly dotAll?: boolean | undefined;
324
- readonly hasIndices?: boolean | undefined;
325
- readonly unicodeSets?: boolean | undefined;
326
- [Symbol.match]?: {} | undefined;
327
- [Symbol.replace]?: {} | undefined;
328
- [Symbol.search]?: {} | undefined;
329
- [Symbol.split]?: {} | undefined;
330
- [Symbol.matchAll]?: {} | undefined;
331
- } | (string | undefined)[] | {} | undefined;
332
- read?: string | object | {} | undefined;
333
- } | undefined;
334
- http?: boolean | {
335
- headers?: ([(string | undefined)?, (string | undefined)?] | undefined)[] | {
336
- [x: string]: string | undefined;
337
- } | {
338
- append?: {} | undefined;
339
- delete?: {} | undefined;
340
- get?: {} | undefined;
341
- getSetCookie?: {} | undefined;
342
- has?: {} | undefined;
343
- set?: {} | undefined;
344
- forEach?: {} | undefined;
345
- } | null | undefined;
346
- timeout?: number | undefined;
347
- redirects?: number | undefined;
348
- withCredentials?: boolean | undefined;
349
- name?: string | undefined;
350
- order?: number | undefined;
351
- canRead?: string | boolean | {
352
- exec?: {} | undefined;
353
- test?: {} | undefined;
354
- readonly source?: string | undefined;
355
- readonly global?: boolean | undefined;
356
- readonly ignoreCase?: boolean | undefined;
357
- readonly multiline?: boolean | undefined;
358
- lastIndex?: number | undefined;
359
- compile?: {} | undefined;
360
- readonly flags?: string | undefined;
361
- readonly sticky?: boolean | undefined;
362
- readonly unicode?: boolean | undefined;
363
- readonly dotAll?: boolean | undefined;
364
- readonly hasIndices?: boolean | undefined;
365
- readonly unicodeSets?: boolean | undefined;
366
- [Symbol.match]?: {} | undefined;
367
- [Symbol.replace]?: {} | undefined;
368
- [Symbol.search]?: {} | undefined;
369
- [Symbol.split]?: {} | undefined;
370
- [Symbol.matchAll]?: {} | undefined;
371
- } | (string | undefined)[] | {} | undefined;
372
- read?: string | object | {} | undefined;
373
- } | undefined;
374
- } | undefined;
375
- continueOnError?: boolean | undefined;
376
- dereference?: {
377
- circular?: (boolean | "ignore") | undefined;
378
- excludedPathMatcher?: {} | undefined;
379
- onDereference?: {} | undefined;
380
- externalReferenceResolution?: ("relative" | "root") | undefined;
381
- } | undefined;
382
- mutateInputSchema?: boolean | undefined;
383
- timeoutMs?: number | undefined;
384
- }>(options: O | undefined) => O & $RefParserOptions<S>;
385
- export type Options<S extends object = JSONSchema> = $RefParserOptions<S>;
386
- export type ParserOptions<S extends object = JSONSchema> = DeepPartial<$RefParserOptions<S>>;
387
- export default $RefParserOptions;
@@ -1,122 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.getNewOptions = exports.getJsonSchemaRefParserDefaultOptions = void 0;
7
- const json_js_1 = __importDefault(require("./parsers/json.js"));
8
- const yaml_js_1 = __importDefault(require("./parsers/yaml.js"));
9
- const text_js_1 = __importDefault(require("./parsers/text.js"));
10
- const binary_js_1 = __importDefault(require("./parsers/binary.js"));
11
- const file_js_1 = __importDefault(require("./resolvers/file.js"));
12
- const http_js_1 = __importDefault(require("./resolvers/http.js"));
13
- const getJsonSchemaRefParserDefaultOptions = () => {
14
- const defaults = {
15
- /**
16
- * Determines how different types of files will be parsed.
17
- *
18
- * You can add additional parsers of your own, replace an existing one with
19
- * your own implementation, or disable any parser by setting it to false.
20
- */
21
- parse: {
22
- json: { ...json_js_1.default },
23
- yaml: { ...yaml_js_1.default },
24
- text: { ...text_js_1.default },
25
- binary: { ...binary_js_1.default },
26
- },
27
- /**
28
- * Determines how JSON References will be resolved.
29
- *
30
- * You can add additional resolvers of your own, replace an existing one with
31
- * your own implementation, or disable any resolver by setting it to false.
32
- */
33
- resolve: {
34
- file: { ...file_js_1.default },
35
- http: { ...http_js_1.default },
36
- /**
37
- * Determines whether external $ref pointers will be resolved.
38
- * If this option is disabled, then none of above resolvers will be called.
39
- * Instead, external $ref pointers will simply be ignored.
40
- *
41
- * @type {boolean}
42
- */
43
- external: true,
44
- },
45
- /**
46
- * By default, JSON Schema $Ref Parser throws the first error it encounters. Setting `continueOnError` to `true`
47
- * causes it to keep processing as much as possible and then throw a single error that contains all errors
48
- * that were encountered.
49
- */
50
- continueOnError: false,
51
- /**
52
- * Determines the types of JSON references that are allowed.
53
- */
54
- dereference: {
55
- /**
56
- * Dereference circular (recursive) JSON references?
57
- * If false, then a {@link ReferenceError} will be thrown if a circular reference is found.
58
- * If "ignore", then circular references will not be dereferenced.
59
- *
60
- * @type {boolean|string}
61
- */
62
- circular: true,
63
- /**
64
- * A function, called for each path, which can return true to stop this path and all
65
- * subpaths from being dereferenced further. This is useful in schemas where some
66
- * subpaths contain literal $ref keys that should not be dereferenced.
67
- *
68
- * @type {function}
69
- */
70
- excludedPathMatcher: () => false,
71
- referenceResolution: "relative",
72
- },
73
- mutateInputSchema: true,
74
- };
75
- return defaults;
76
- };
77
- exports.getJsonSchemaRefParserDefaultOptions = getJsonSchemaRefParserDefaultOptions;
78
- const getNewOptions = (options) => {
79
- const newOptions = (0, exports.getJsonSchemaRefParserDefaultOptions)();
80
- if (options) {
81
- merge(newOptions, options);
82
- }
83
- return newOptions;
84
- };
85
- exports.getNewOptions = getNewOptions;
86
- /**
87
- * Merges the properties of the source object into the target object.
88
- *
89
- * @param target - The object that we're populating
90
- * @param source - The options that are being merged
91
- * @returns
92
- */
93
- function merge(target, source) {
94
- if (isMergeable(source)) {
95
- // prevent prototype pollution
96
- const keys = Object.keys(source).filter((key) => !["__proto__", "constructor", "prototype"].includes(key));
97
- for (let i = 0; i < keys.length; i++) {
98
- const key = keys[i];
99
- const sourceSetting = source[key];
100
- const targetSetting = target[key];
101
- if (isMergeable(sourceSetting)) {
102
- // It's a nested object, so merge it recursively
103
- target[key] = merge(targetSetting || {}, sourceSetting);
104
- }
105
- else if (sourceSetting !== undefined) {
106
- // It's a scalar value, function, or array. No merging necessary. Just overwrite the target value.
107
- target[key] = sourceSetting;
108
- }
109
- }
110
- }
111
- return target;
112
- }
113
- /**
114
- * Determines whether the given value can be merged,
115
- * or if it is a scalar value that should just override the target value.
116
- *
117
- * @param val
118
- * @returns
119
- */
120
- function isMergeable(val) {
121
- return val && typeof val === "object" && !Array.isArray(val) && !(val instanceof RegExp) && !(val instanceof Date);
122
- }
@@ -1,8 +0,0 @@
1
- import type $Refs from "./refs.js";
2
- import type { ParserOptions } from "./options.js";
3
- import type { JSONSchema } from "./types/index.js";
4
- /**
5
- * Reads and parses the specified file path or URL.
6
- */
7
- declare function parse<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>>(path: string, $refs: $Refs<S, O>, options: O): Promise<string | Buffer | S | undefined>;
8
- export default parse;
@@ -1,169 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- const ono_1 = require("@jsdevtools/ono");
27
- const url = __importStar(require("./util/url.js"));
28
- const plugins = __importStar(require("./util/plugins.js"));
29
- const errors_js_1 = require("./util/errors.js");
30
- /**
31
- * Reads and parses the specified file path or URL.
32
- */
33
- async function parse(path, $refs, options) {
34
- // Remove the URL fragment, if any
35
- const hashIndex = path.indexOf("#");
36
- let hash = "";
37
- if (hashIndex >= 0) {
38
- hash = path.substring(hashIndex);
39
- // Remove the URL fragment, if any
40
- path = path.substring(0, hashIndex);
41
- }
42
- // Add a new $Ref for this file, even though we don't have the value yet.
43
- // This ensures that we don't simultaneously read & parse the same file multiple times
44
- const $ref = $refs._add(path);
45
- // This "file object" will be passed to all resolvers and parsers.
46
- const file = {
47
- url: path,
48
- hash,
49
- extension: url.getExtension(path),
50
- };
51
- // Read the file and then parse the data
52
- try {
53
- const resolver = await readFile(file, options, $refs);
54
- $ref.pathType = resolver.plugin.name;
55
- file.data = resolver.result;
56
- const parser = await parseFile(file, options, $refs);
57
- $ref.value = parser.result;
58
- return parser.result;
59
- }
60
- catch (err) {
61
- if ((0, errors_js_1.isHandledError)(err)) {
62
- $ref.value = err;
63
- }
64
- throw err;
65
- }
66
- }
67
- /**
68
- * Reads the given file, using the configured resolver plugins
69
- *
70
- * @param file - An object containing information about the referenced file
71
- * @param file.url - The full URL of the referenced file
72
- * @param file.extension - The lowercased file extension (e.g. ".txt", ".html", etc.)
73
- * @param options
74
- * @param $refs
75
- * @returns
76
- * The promise resolves with the raw file contents and the resolver that was used.
77
- */
78
- async function readFile(file, options, $refs) {
79
- // console.log('Reading %s', file.url);
80
- // Find the resolvers that can read this file
81
- let resolvers = plugins.all(options.resolve);
82
- resolvers = plugins.filter(resolvers, "canRead", file);
83
- // Run the resolvers, in order, until one of them succeeds
84
- plugins.sort(resolvers);
85
- try {
86
- const data = await plugins.run(resolvers, "read", file, $refs);
87
- return data;
88
- }
89
- catch (err) {
90
- if (!err && options.continueOnError) {
91
- // No resolver could be matched
92
- throw new errors_js_1.UnmatchedResolverError(file.url);
93
- }
94
- else if (!err || !("error" in err)) {
95
- // Throw a generic, friendly error.
96
- throw ono_1.ono.syntax(`Unable to resolve $ref pointer "${file.url}"`);
97
- }
98
- // Throw the original error, if it's one of our own (user-friendly) errors.
99
- else if (err.error instanceof errors_js_1.ResolverError) {
100
- throw err.error;
101
- }
102
- else {
103
- throw new errors_js_1.ResolverError(err, file.url);
104
- }
105
- }
106
- }
107
- /**
108
- * Parses the given file's contents, using the configured parser plugins.
109
- *
110
- * @param file - An object containing information about the referenced file
111
- * @param file.url - The full URL of the referenced file
112
- * @param file.extension - The lowercased file extension (e.g. ".txt", ".html", etc.)
113
- * @param file.data - The file contents. This will be whatever data type was returned by the resolver
114
- * @param options
115
- * @param $refs
116
- *
117
- * @returns
118
- * The promise resolves with the parsed file contents and the parser that was used.
119
- */
120
- async function parseFile(file, options, $refs) {
121
- // Find the parsers that can read this file type.
122
- // If none of the parsers are an exact match for this file, then we'll try ALL of them.
123
- // This handles situations where the file IS a supported type, just with an unknown extension.
124
- const allParsers = plugins.all(options.parse);
125
- const filteredParsers = plugins.filter(allParsers, "canParse", file);
126
- const parsers = filteredParsers.length > 0 ? filteredParsers : allParsers;
127
- // Run the parsers, in order, until one of them succeeds
128
- plugins.sort(parsers);
129
- try {
130
- const parser = await plugins.run(parsers, "parse", file, $refs);
131
- if (!parser.plugin.allowEmpty && isEmpty(parser.result)) {
132
- throw ono_1.ono.syntax(`Error parsing "${file.url}" as ${parser.plugin.name}. \nParsed value is empty`);
133
- }
134
- else {
135
- return parser;
136
- }
137
- }
138
- catch (err) {
139
- if (!err && options.continueOnError) {
140
- // No resolver could be matched
141
- throw new errors_js_1.UnmatchedParserError(file.url);
142
- }
143
- else if (err && err.message && err.message.startsWith("Error parsing")) {
144
- throw err;
145
- }
146
- else if (!err || !("error" in err)) {
147
- throw ono_1.ono.syntax(`Unable to parse ${file.url}`);
148
- }
149
- else if (err.error instanceof errors_js_1.ParserError) {
150
- throw err.error;
151
- }
152
- else {
153
- throw new errors_js_1.ParserError(err.error.message, file.url);
154
- }
155
- }
156
- }
157
- /**
158
- * Determines whether the parsed value is "empty".
159
- *
160
- * @param value
161
- * @returns
162
- */
163
- function isEmpty(value) {
164
- return (value === undefined ||
165
- (typeof value === "object" && Object.keys(value).length === 0) ||
166
- (typeof value === "string" && value.trim().length === 0) ||
167
- (Buffer.isBuffer(value) && value.length === 0));
168
- }
169
- exports.default = parse;