likec4 1.47.0 → 1.49.0

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 (5300) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -1
  3. package/__app__/src/const.js +0 -25
  4. package/__app__/src/fonts.css +1 -1
  5. package/__app__/src/likec4.js +10947 -8598
  6. package/__app__/src/main.js +27 -2041
  7. package/__app__/src/routes/index.js +250 -0
  8. package/__app__/src/routes/projects.js +189 -0
  9. package/__app__/src/routes/single.js +1525 -0
  10. package/__app__/src/style.css +1 -1
  11. package/__app__/src/vendors.js +20346 -11811
  12. package/__app__/src/webcomponent.js +1 -1
  13. package/config/schema.json +211 -197
  14. package/dist/THIRD-PARTY-LICENSES.md +1739 -0
  15. package/dist/_chunks/GraphvizBinaryAdapter.mjs +72 -0
  16. package/dist/_chunks/filenames.mjs +14 -0
  17. package/dist/_chunks/index.d.mts +584 -0
  18. package/dist/_chunks/index2.d.mts +3442 -0
  19. package/dist/_chunks/libs/@chevrotain/gast.mjs +1 -0
  20. package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +9 -0
  21. package/dist/_chunks/libs/@chevrotain/utils.mjs +1 -0
  22. package/dist/_chunks/libs/@hono/mcp.mjs +34 -0
  23. package/dist/_chunks/libs/@hono/node-server.mjs +1 -0
  24. package/dist/_chunks/libs/@logtape/logtape.d.mts +741 -0
  25. package/dist/_chunks/libs/@logtape/logtape.mjs +6 -0
  26. package/dist/_chunks/libs/@lume/kiwi.mjs +1 -0
  27. package/dist/_chunks/libs/@modelcontextprotocol/sdk.d.mts +8625 -0
  28. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +12 -0
  29. package/dist/_chunks/libs/@msgpack/msgpack.mjs +1 -0
  30. package/dist/_chunks/libs/@nanostores/react.d.mts +258 -0
  31. package/dist/_chunks/libs/@nanostores/react.mjs +1 -0
  32. package/dist/_chunks/libs/@smithy/util-base64.mjs +1 -0
  33. package/dist/_chunks/libs/ajv.mjs +1 -0
  34. package/dist/_chunks/libs/atomically.mjs +1 -0
  35. package/dist/_chunks/libs/birpc.mjs +1 -0
  36. package/dist/_chunks/libs/chevrotain-allstar.mjs +2 -0
  37. package/dist/_chunks/libs/chevrotain.mjs +58 -0
  38. package/dist/_chunks/libs/conf.mjs +1 -0
  39. package/dist/_chunks/libs/defu.mjs +1 -0
  40. package/dist/_chunks/libs/esm-env.mjs +1 -0
  41. package/dist/_chunks/libs/eventemitter3.mjs +1 -0
  42. package/dist/_chunks/libs/fast-equals.mjs +1 -0
  43. package/dist/_chunks/libs/find-up-simple.mjs +1 -0
  44. package/dist/_chunks/libs/get-port.mjs +1 -0
  45. package/dist/_chunks/libs/is-docker.mjs +1 -0
  46. package/dist/_chunks/libs/is-error-instance.mjs +1 -0
  47. package/dist/_chunks/libs/is-inside-container.mjs +1 -0
  48. package/dist/_chunks/libs/is-plain-obj.mjs +1 -0
  49. package/dist/_chunks/libs/isexe.mjs +1 -0
  50. package/dist/_chunks/libs/json5.mjs +14 -0
  51. package/dist/_chunks/libs/khroma.mjs +1 -0
  52. package/dist/_chunks/libs/ky.mjs +3 -0
  53. package/dist/_chunks/libs/langium.d.mts +12099 -0
  54. package/dist/_chunks/libs/langium.mjs +32 -0
  55. package/dist/_chunks/libs/merge-error-cause.mjs +2 -0
  56. package/dist/_chunks/libs/nanostores.d.mts +63 -0
  57. package/dist/_chunks/libs/nanostores.mjs +1 -0
  58. package/dist/_chunks/libs/p-limit.mjs +1 -0
  59. package/dist/_chunks/libs/p-queue.mjs +1 -0
  60. package/dist/_chunks/libs/package-manager-detector.mjs +1 -0
  61. package/dist/_chunks/libs/package-up.mjs +1 -0
  62. package/dist/_chunks/libs/parse-ms.mjs +1 -0
  63. package/dist/_chunks/libs/pathe.mjs +1 -0
  64. package/dist/_chunks/libs/picomatch.mjs +1 -0
  65. package/dist/_chunks/libs/pretty-ms.mjs +1 -0
  66. package/dist/_chunks/libs/remeda.mjs +1 -0
  67. package/dist/_chunks/libs/safe-stringify.mjs +1 -0
  68. package/dist/_chunks/libs/strip-indent.mjs +1 -0
  69. package/dist/_chunks/libs/tinyrainbow.mjs +1 -0
  70. package/dist/_chunks/libs/ts-graphviz.d.mts +10 -0
  71. package/dist/_chunks/libs/ts-graphviz.mjs +4 -0
  72. package/dist/_chunks/libs/ufo.mjs +1 -0
  73. package/dist/_chunks/libs/which.mjs +1 -0
  74. package/dist/_chunks/libs/word-wrap.mjs +12 -0
  75. package/dist/_chunks/node.mjs +481 -0
  76. package/dist/_chunks/plugin.mjs +322 -0
  77. package/dist/_chunks/rolldown-runtime.mjs +1 -0
  78. package/dist/_chunks/sequence-view.mjs +1 -0
  79. package/dist/cli/index.d.mts +1 -2
  80. package/dist/cli/index.mjs +130 -432
  81. package/dist/config/index.d.mts +3 -6
  82. package/dist/config/index.mjs +1 -1
  83. package/dist/index.d.mts +144 -162
  84. package/dist/index.mjs +1 -1
  85. package/dist/model/builder.d.mts +1 -1
  86. package/dist/model/builder.mjs +1 -1
  87. package/dist/model/index.d.mts +45 -43
  88. package/dist/model/index.mjs +1 -2
  89. package/dist/vite-plugin/index.d.mts +60 -59
  90. package/dist/vite-plugin/index.mjs +1 -1
  91. package/dist/vite-plugin/internal.d.mts +33 -405
  92. package/dist/vite-plugin/internal.mjs +1 -7
  93. package/package.json +86 -72
  94. package/react/index.d.mts +4535 -0
  95. package/react/index.mjs +53894 -0
  96. package/react/package.json +2 -3
  97. package/vite-plugin/internal/package.json +4 -0
  98. package/vite-plugin-modules.d.ts +30 -94
  99. package/dist/shared/likec4.CB2-Uaub.mjs +0 -47
  100. package/dist/shared/likec4.CDVXAxDx.mjs +0 -3573
  101. package/dist/shared/likec4.CRP-WAuw.mjs +0 -330
  102. package/dist/shared/likec4.CXTvqtC-.mjs +0 -207
  103. package/dist/shared/likec4.DOUP9ptn.mjs +0 -1
  104. package/dist/shared/likec4.DO_7oUns.mjs +0 -2
  105. package/dist/shared/likec4.DqDU0qex.d.mts +0 -4660
  106. package/dist/shared/likec4.iedqayBZ.d.mts +0 -25982
  107. package/icons/all/package.json +0 -4
  108. package/icons/all.d.ts +0 -5241
  109. package/icons/all.js +0 -10413
  110. package/icons/aws/activate.js +0 -1
  111. package/icons/aws/alexa-for-business.js +0 -1
  112. package/icons/aws/amplify.js +0 -1
  113. package/icons/aws/apache-mxnet-on-aws.js +0 -1
  114. package/icons/aws/api-gateway.js +0 -1
  115. package/icons/aws/app-config.js +0 -1
  116. package/icons/aws/app-flow.js +0 -1
  117. package/icons/aws/app-mesh.js +0 -1
  118. package/icons/aws/app-runner.js +0 -1
  119. package/icons/aws/app-stream.js +0 -1
  120. package/icons/aws/app-sync.js +0 -1
  121. package/icons/aws/application-auto-scaling.js +0 -1
  122. package/icons/aws/application-composer.js +0 -1
  123. package/icons/aws/application-cost-profiler.js +0 -1
  124. package/icons/aws/application-discovery-service.js +0 -1
  125. package/icons/aws/application-migration-service.js +0 -1
  126. package/icons/aws/artifact.js +0 -1
  127. package/icons/aws/athena.js +0 -1
  128. package/icons/aws/audit-manager.js +0 -1
  129. package/icons/aws/augmented-ai-a2i.js +0 -1
  130. package/icons/aws/aurora.js +0 -1
  131. package/icons/aws/auto-scaling.js +0 -1
  132. package/icons/aws/backint-agent.js +0 -1
  133. package/icons/aws/backup.js +0 -1
  134. package/icons/aws/batch.js +0 -1
  135. package/icons/aws/billing-conductor.js +0 -1
  136. package/icons/aws/bottlerocket.js +0 -1
  137. package/icons/aws/braket.js +0 -1
  138. package/icons/aws/budgets.js +0 -1
  139. package/icons/aws/certificate-manager.js +0 -1
  140. package/icons/aws/chatbot.js +0 -1
  141. package/icons/aws/chime-sdk.js +0 -1
  142. package/icons/aws/chime-voice-connector.js +0 -1
  143. package/icons/aws/chime.js +0 -1
  144. package/icons/aws/clean-rooms.js +0 -1
  145. package/icons/aws/client-vpn.js +0 -1
  146. package/icons/aws/cloud-control-api.js +0 -1
  147. package/icons/aws/cloud-development-kit.js +0 -1
  148. package/icons/aws/cloud-directory.js +0 -1
  149. package/icons/aws/cloud-formation.js +0 -1
  150. package/icons/aws/cloud-front.js +0 -1
  151. package/icons/aws/cloud-hsm.js +0 -1
  152. package/icons/aws/cloud-map.js +0 -1
  153. package/icons/aws/cloud-search.js +0 -1
  154. package/icons/aws/cloud-shell.js +0 -1
  155. package/icons/aws/cloud-trail.js +0 -1
  156. package/icons/aws/cloud-wan.js +0 -1
  157. package/icons/aws/cloud-watch.js +0 -1
  158. package/icons/aws/cloud9.js +0 -1
  159. package/icons/aws/code-artifact.js +0 -1
  160. package/icons/aws/code-build.js +0 -1
  161. package/icons/aws/code-catalyst.js +0 -1
  162. package/icons/aws/code-commit.js +0 -1
  163. package/icons/aws/code-deploy.js +0 -1
  164. package/icons/aws/code-guru.js +0 -1
  165. package/icons/aws/code-pipeline.js +0 -1
  166. package/icons/aws/code-star.js +0 -1
  167. package/icons/aws/code-whisperer.js +0 -1
  168. package/icons/aws/cognito.js +0 -1
  169. package/icons/aws/command-line-interface.js +0 -1
  170. package/icons/aws/comprehend-medical.js +0 -1
  171. package/icons/aws/comprehend.js +0 -1
  172. package/icons/aws/compute-optimizer.js +0 -1
  173. package/icons/aws/config.js +0 -1
  174. package/icons/aws/connect.js +0 -1
  175. package/icons/aws/console-mobile-application.js +0 -1
  176. package/icons/aws/control-tower.js +0 -1
  177. package/icons/aws/corretto.js +0 -1
  178. package/icons/aws/cost-and-usage-report.js +0 -1
  179. package/icons/aws/cost-explorer.js +0 -1
  180. package/icons/aws/data-exchange.js +0 -1
  181. package/icons/aws/data-pipeline.js +0 -1
  182. package/icons/aws/data-sync.js +0 -1
  183. package/icons/aws/data-zone.js +0 -1
  184. package/icons/aws/database-migration-service.js +0 -1
  185. package/icons/aws/deep-composer.js +0 -1
  186. package/icons/aws/deep-learning-amis.js +0 -1
  187. package/icons/aws/deep-learning-containers.js +0 -1
  188. package/icons/aws/deep-lens.js +0 -1
  189. package/icons/aws/deep-racer.js +0 -1
  190. package/icons/aws/detective.js +0 -1
  191. package/icons/aws/dev-ops-guru.js +0 -1
  192. package/icons/aws/device-farm.js +0 -1
  193. package/icons/aws/direct-connect.js +0 -1
  194. package/icons/aws/directory-service.js +0 -1
  195. package/icons/aws/distro-for-open-telemetry.js +0 -1
  196. package/icons/aws/document-db.js +0 -1
  197. package/icons/aws/dynamo-db.js +0 -1
  198. package/icons/aws/ec2-auto-scaling.js +0 -1
  199. package/icons/aws/ec2-image-builder.js +0 -1
  200. package/icons/aws/ec2.js +0 -1
  201. package/icons/aws/ecs-anywhere.js +0 -1
  202. package/icons/aws/efs.js +0 -1
  203. package/icons/aws/eks-anywhere.js +0 -1
  204. package/icons/aws/eks-cloud.js +0 -1
  205. package/icons/aws/eks-distro.js +0 -1
  206. package/icons/aws/elasti-cache.js +0 -1
  207. package/icons/aws/elastic-beanstalk.js +0 -1
  208. package/icons/aws/elastic-block-store.js +0 -1
  209. package/icons/aws/elastic-container-registry.js +0 -1
  210. package/icons/aws/elastic-container-service.js +0 -1
  211. package/icons/aws/elastic-disaster-recovery.js +0 -1
  212. package/icons/aws/elastic-fabric-adapter.js +0 -1
  213. package/icons/aws/elastic-inference.js +0 -1
  214. package/icons/aws/elastic-kubernetes-service.js +0 -1
  215. package/icons/aws/elastic-load-balancing.js +0 -1
  216. package/icons/aws/elastic-transcoder.js +0 -1
  217. package/icons/aws/elemental-appliances-software.js +0 -1
  218. package/icons/aws/elemental-conductor.js +0 -1
  219. package/icons/aws/elemental-delta.js +0 -1
  220. package/icons/aws/elemental-link.js +0 -1
  221. package/icons/aws/elemental-live.js +0 -1
  222. package/icons/aws/elemental-media-connect.js +0 -1
  223. package/icons/aws/elemental-media-convert.js +0 -1
  224. package/icons/aws/elemental-media-live.js +0 -1
  225. package/icons/aws/elemental-media-package.js +0 -1
  226. package/icons/aws/elemental-media-store.js +0 -1
  227. package/icons/aws/elemental-media-tailor.js +0 -1
  228. package/icons/aws/elemental-server.js +0 -1
  229. package/icons/aws/emr.js +0 -1
  230. package/icons/aws/event-bridge.js +0 -1
  231. package/icons/aws/express-workflows.js +0 -1
  232. package/icons/aws/fargate.js +0 -1
  233. package/icons/aws/fault-injection-simulator.js +0 -1
  234. package/icons/aws/file-cache.js +0 -1
  235. package/icons/aws/fin-space.js +0 -1
  236. package/icons/aws/firewall-manager.js +0 -1
  237. package/icons/aws/forecast.js +0 -1
  238. package/icons/aws/fraud-detector.js +0 -1
  239. package/icons/aws/free-rtos.js +0 -1
  240. package/icons/aws/fsx-for-lustre.js +0 -1
  241. package/icons/aws/fsx-for-net-app-ontap.js +0 -1
  242. package/icons/aws/fsx-for-open-zfs.js +0 -1
  243. package/icons/aws/fsx-for-wfs.js +0 -1
  244. package/icons/aws/fsx.js +0 -1
  245. package/icons/aws/game-kit.js +0 -1
  246. package/icons/aws/game-lift.js +0 -1
  247. package/icons/aws/game-sparks.js +0 -1
  248. package/icons/aws/genomics-cli.js +0 -1
  249. package/icons/aws/global-accelerator.js +0 -1
  250. package/icons/aws/glue-data-brew.js +0 -1
  251. package/icons/aws/glue-elastic-views.js +0 -1
  252. package/icons/aws/glue.js +0 -1
  253. package/icons/aws/ground-station.js +0 -1
  254. package/icons/aws/guard-duty.js +0 -1
  255. package/icons/aws/health-lake.js +0 -1
  256. package/icons/aws/honeycode.js +0 -1
  257. package/icons/aws/iam-identity-center.js +0 -1
  258. package/icons/aws/identity-and-access-management.js +0 -1
  259. package/icons/aws/inspector.js +0 -1
  260. package/icons/aws/interactive-video-service.js +0 -1
  261. package/icons/aws/io-t-1-click.js +0 -1
  262. package/icons/aws/io-t-analytics.js +0 -1
  263. package/icons/aws/io-t-button.js +0 -1
  264. package/icons/aws/io-t-core.js +0 -1
  265. package/icons/aws/io-t-device-defender.js +0 -1
  266. package/icons/aws/io-t-device-management.js +0 -1
  267. package/icons/aws/io-t-edu-kit.js +0 -1
  268. package/icons/aws/io-t-events.js +0 -1
  269. package/icons/aws/io-t-express-link.js +0 -1
  270. package/icons/aws/io-t-fleet-wise.js +0 -1
  271. package/icons/aws/io-t-greengrass.js +0 -1
  272. package/icons/aws/io-t-robo-runner.js +0 -1
  273. package/icons/aws/io-t-site-wise.js +0 -1
  274. package/icons/aws/io-t-things-graph.js +0 -1
  275. package/icons/aws/io-t-twin-maker.js +0 -1
  276. package/icons/aws/iq.js +0 -1
  277. package/icons/aws/kendra.js +0 -1
  278. package/icons/aws/key-management-service.js +0 -1
  279. package/icons/aws/keyspaces.js +0 -1
  280. package/icons/aws/kinesis-data-analytics.js +0 -1
  281. package/icons/aws/kinesis-data-streams.js +0 -1
  282. package/icons/aws/kinesis-firehose.js +0 -1
  283. package/icons/aws/kinesis-video-streams.js +0 -1
  284. package/icons/aws/kinesis.js +0 -1
  285. package/icons/aws/lake-formation.js +0 -1
  286. package/icons/aws/lambda.js +0 -1
  287. package/icons/aws/launch-wizard.js +0 -1
  288. package/icons/aws/lex.js +0 -1
  289. package/icons/aws/license-manager.js +0 -1
  290. package/icons/aws/lightsail.js +0 -1
  291. package/icons/aws/local-zones.js +0 -1
  292. package/icons/aws/location-service.js +0 -1
  293. package/icons/aws/lookout-for-equipment.js +0 -1
  294. package/icons/aws/lookout-for-metrics.js +0 -1
  295. package/icons/aws/lookout-for-vision.js +0 -1
  296. package/icons/aws/lumberyard.js +0 -1
  297. package/icons/aws/macie.js +0 -1
  298. package/icons/aws/mainframe-modernization.js +0 -1
  299. package/icons/aws/managed-blockchain.js +0 -1
  300. package/icons/aws/managed-grafana.js +0 -1
  301. package/icons/aws/managed-service-for-prometheus.js +0 -1
  302. package/icons/aws/managed-services.js +0 -1
  303. package/icons/aws/managed-streaming-for-apache-kafka.js +0 -1
  304. package/icons/aws/managed-workflows-for-apache-airflow.js +0 -1
  305. package/icons/aws/management-console.js +0 -1
  306. package/icons/aws/marketplace-dark.js +0 -1
  307. package/icons/aws/marketplace-light.js +0 -1
  308. package/icons/aws/memory-db-for-redis.js +0 -1
  309. package/icons/aws/migration-evaluator.js +0 -1
  310. package/icons/aws/migration-hub.js +0 -1
  311. package/icons/aws/monitron.js +0 -1
  312. package/icons/aws/mq.js +0 -1
  313. package/icons/aws/neptune.js +0 -1
  314. package/icons/aws/network-firewall.js +0 -1
  315. package/icons/aws/neuron.js +0 -1
  316. package/icons/aws/nice-dcv.js +0 -1
  317. package/icons/aws/nice-engin-frame.js +0 -1
  318. package/icons/aws/nimble-studio.js +0 -1
  319. package/icons/aws/nitro-enclaves.js +0 -1
  320. package/icons/aws/omics.js +0 -1
  321. package/icons/aws/open-3d-engine.js +0 -1
  322. package/icons/aws/open-search-service.js +0 -1
  323. package/icons/aws/ops-works.js +0 -1
  324. package/icons/aws/organizations.js +0 -1
  325. package/icons/aws/outposts-family.js +0 -1
  326. package/icons/aws/outposts-rack.js +0 -1
  327. package/icons/aws/outposts-servers.js +0 -1
  328. package/icons/aws/panorama.js +0 -1
  329. package/icons/aws/parallel-cluster.js +0 -1
  330. package/icons/aws/personal-health-dashboard.js +0 -1
  331. package/icons/aws/personalize.js +0 -1
  332. package/icons/aws/pinpoint-apis.js +0 -1
  333. package/icons/aws/pinpoint.js +0 -1
  334. package/icons/aws/polly.js +0 -1
  335. package/icons/aws/private-5g.js +0 -1
  336. package/icons/aws/private-certificate-authority.js +0 -1
  337. package/icons/aws/private-link.js +0 -1
  338. package/icons/aws/professional-services.js +0 -1
  339. package/icons/aws/proton.js +0 -1
  340. package/icons/aws/quantum-ledger-database.js +0 -1
  341. package/icons/aws/quick-sight.js +0 -1
  342. package/icons/aws/rds-on-vmware.js +0 -1
  343. package/icons/aws/rds.js +0 -1
  344. package/icons/aws/re-post.js +0 -1
  345. package/icons/aws/red-hat-open-shift-service-on-aws.js +0 -1
  346. package/icons/aws/redshift.js +0 -1
  347. package/icons/aws/rekognition.js +0 -1
  348. package/icons/aws/reserved-instance-reporting.js +0 -1
  349. package/icons/aws/resilience-hub.js +0 -1
  350. package/icons/aws/resource-access-manager.js +0 -1
  351. package/icons/aws/resource-explorer.js +0 -1
  352. package/icons/aws/robo-maker.js +0 -1
  353. package/icons/aws/route-53.js +0 -1
  354. package/icons/aws/s3-on-outposts.js +0 -1
  355. package/icons/aws/sage-maker-ground-truth.js +0 -1
  356. package/icons/aws/sage-maker-studio-lab.js +0 -1
  357. package/icons/aws/sage-maker.js +0 -1
  358. package/icons/aws/savings-plans.js +0 -1
  359. package/icons/aws/secrets-manager.js +0 -1
  360. package/icons/aws/security-hub.js +0 -1
  361. package/icons/aws/security-lake.js +0 -1
  362. package/icons/aws/server-migration-service.js +0 -1
  363. package/icons/aws/serverless-application-repository.js +0 -1
  364. package/icons/aws/service-catalog.js +0 -1
  365. package/icons/aws/service-management-connector.js +0 -1
  366. package/icons/aws/shield.js +0 -1
  367. package/icons/aws/signer.js +0 -1
  368. package/icons/aws/sim-space-weaver.js +0 -1
  369. package/icons/aws/simple-email-service.js +0 -1
  370. package/icons/aws/simple-notification-service.js +0 -1
  371. package/icons/aws/simple-queue-service.js +0 -1
  372. package/icons/aws/simple-storage-service-glacier.js +0 -1
  373. package/icons/aws/simple-storage-service.js +0 -1
  374. package/icons/aws/site-to-site-vpn.js +0 -1
  375. package/icons/aws/snowball-edge.js +0 -1
  376. package/icons/aws/snowball.js +0 -1
  377. package/icons/aws/snowcone.js +0 -1
  378. package/icons/aws/snowmobile.js +0 -1
  379. package/icons/aws/step-functions.js +0 -1
  380. package/icons/aws/storage-gateway.js +0 -1
  381. package/icons/aws/sumerian.js +0 -1
  382. package/icons/aws/supply-chain.js +0 -1
  383. package/icons/aws/support.js +0 -1
  384. package/icons/aws/systems-manager.js +0 -1
  385. package/icons/aws/tensor-flow-on-aws.js +0 -1
  386. package/icons/aws/textract.js +0 -1
  387. package/icons/aws/thinkbox-deadline.js +0 -1
  388. package/icons/aws/thinkbox-frost.js +0 -1
  389. package/icons/aws/thinkbox-krakatoa.js +0 -1
  390. package/icons/aws/thinkbox-sequoia.js +0 -1
  391. package/icons/aws/thinkbox-stoke.js +0 -1
  392. package/icons/aws/thinkbox-xmesh.js +0 -1
  393. package/icons/aws/timestream.js +0 -1
  394. package/icons/aws/tools-and-sdks.js +0 -1
  395. package/icons/aws/torch-serve.js +0 -1
  396. package/icons/aws/training-certification.js +0 -1
  397. package/icons/aws/transcribe.js +0 -1
  398. package/icons/aws/transfer-family.js +0 -1
  399. package/icons/aws/transit-gateway.js +0 -1
  400. package/icons/aws/translate.js +0 -1
  401. package/icons/aws/trusted-advisor.js +0 -1
  402. package/icons/aws/verified-access.js +0 -1
  403. package/icons/aws/verified-permissions.js +0 -1
  404. package/icons/aws/virtual-private-cloud.js +0 -1
  405. package/icons/aws/vmware-cloud-on-aws.js +0 -1
  406. package/icons/aws/vpc-lattice.js +0 -1
  407. package/icons/aws/waf.js +0 -1
  408. package/icons/aws/wavelength.js +0 -1
  409. package/icons/aws/well-architected-tool.js +0 -1
  410. package/icons/aws/wickr.js +0 -1
  411. package/icons/aws/work-docs-sdk.js +0 -1
  412. package/icons/aws/work-docs.js +0 -1
  413. package/icons/aws/work-link.js +0 -1
  414. package/icons/aws/work-mail.js +0 -1
  415. package/icons/aws/work-spaces-family.js +0 -1
  416. package/icons/aws/x-ray.js +0 -1
  417. package/icons/azure/abs-member.js +0 -1
  418. package/icons/azure/active-directory-connect-health.js +0 -1
  419. package/icons/azure/activity-log.js +0 -1
  420. package/icons/azure/administrative-units.js +0 -1
  421. package/icons/azure/advisor.js +0 -1
  422. package/icons/azure/ai-at-edge.js +0 -1
  423. package/icons/azure/ai-studio.js +0 -1
  424. package/icons/azure/aks-automatic.js +0 -1
  425. package/icons/azure/aks-istio.js +0 -1
  426. package/icons/azure/alerts.js +0 -1
  427. package/icons/azure/all-resources.js +0 -1
  428. package/icons/azure/analysis-services.js +0 -1
  429. package/icons/azure/anomaly-detector.js +0 -1
  430. package/icons/azure/api-center.js +0 -1
  431. package/icons/azure/api-connections.js +0 -1
  432. package/icons/azure/api-management-services.js +0 -1
  433. package/icons/azure/api-proxy.js +0 -1
  434. package/icons/azure/app-compliance-automation.js +0 -1
  435. package/icons/azure/app-configuration.js +0 -1
  436. package/icons/azure/app-registrations.js +0 -1
  437. package/icons/azure/app-service-certificates.js +0 -1
  438. package/icons/azure/app-service-domains.js +0 -1
  439. package/icons/azure/app-service-environments.js +0 -1
  440. package/icons/azure/app-service-plans.js +0 -1
  441. package/icons/azure/app-services.js +0 -1
  442. package/icons/azure/app-space-component.js +0 -1
  443. package/icons/azure/app-space.js +0 -1
  444. package/icons/azure/applens.js +0 -1
  445. package/icons/azure/application-gateway-containers.js +0 -1
  446. package/icons/azure/application-gateways.js +0 -1
  447. package/icons/azure/application-group.js +0 -1
  448. package/icons/azure/application-insights.js +0 -1
  449. package/icons/azure/application-security-groups.js +0 -1
  450. package/icons/azure/aquila.js +0 -1
  451. package/icons/azure/arc-data-services.js +0 -1
  452. package/icons/azure/arc-kubernetes.js +0 -1
  453. package/icons/azure/arc-machines.js +0 -1
  454. package/icons/azure/arc-postgre-sql.js +0 -1
  455. package/icons/azure/arc-sql-managed-instance.js +0 -1
  456. package/icons/azure/arc-sql-server.js +0 -1
  457. package/icons/azure/atm-multistack.js +0 -1
  458. package/icons/azure/auto-scale.js +0 -1
  459. package/icons/azure/automanaged-vm.js +0 -1
  460. package/icons/azure/automation-accounts.js +0 -1
  461. package/icons/azure/availability-sets.js +0 -1
  462. package/icons/azure/avs-vm.js +0 -1
  463. package/icons/azure/azure-a.js +0 -1
  464. package/icons/azure/azure-ad-b2c.js +0 -1
  465. package/icons/azure/azure-api-for-fhir.js +0 -1
  466. package/icons/azure/azure-applied-ai-services.js +0 -1
  467. package/icons/azure/azure-arc.js +0 -1
  468. package/icons/azure/azure-attestation.js +0 -1
  469. package/icons/azure/azure-backup-center.js +0 -1
  470. package/icons/azure/azure-blockchain-service.js +0 -1
  471. package/icons/azure/azure-center-for-sap.js +0 -1
  472. package/icons/azure/azure-chaos-studio.js +0 -1
  473. package/icons/azure/azure-cloud-shell.js +0 -1
  474. package/icons/azure/azure-communication-services.js +0 -1
  475. package/icons/azure/azure-communications-gateway.js +0 -1
  476. package/icons/azure/azure-compute-galleries.js +0 -1
  477. package/icons/azure/azure-consumption-commitment.js +0 -1
  478. package/icons/azure/azure-cosmos-db.js +0 -1
  479. package/icons/azure/azure-data-catalog.js +0 -1
  480. package/icons/azure/azure-data-explorer-clusters.js +0 -1
  481. package/icons/azure/azure-database-maria-db-server.js +0 -1
  482. package/icons/azure/azure-database-migration-services.js +0 -1
  483. package/icons/azure/azure-database-my-sql-server.js +0 -1
  484. package/icons/azure/azure-database-postgre-sql-server-group.js +0 -1
  485. package/icons/azure/azure-database-postgre-sql-server.js +0 -1
  486. package/icons/azure/azure-databox-gateway.js +0 -1
  487. package/icons/azure/azure-databricks.js +0 -1
  488. package/icons/azure/azure-deployment-environments.js +0 -1
  489. package/icons/azure/azure-dev-ops.js +0 -1
  490. package/icons/azure/azure-dev-tunnels.js +0 -1
  491. package/icons/azure/azure-edge-hardware-center.js +0 -1
  492. package/icons/azure/azure-experimentation-studio.js +0 -1
  493. package/icons/azure/azure-fileshares.js +0 -1
  494. package/icons/azure/azure-firewall-manager.js +0 -1
  495. package/icons/azure/azure-firewall-policy.js +0 -1
  496. package/icons/azure/azure-hcp-cache.js +0 -1
  497. package/icons/azure/azure-hpc-workbenches.js +0 -1
  498. package/icons/azure/azure-hybrid-center.js +0 -1
  499. package/icons/azure/azure-information-protection.js +0 -1
  500. package/icons/azure/azure-io-t-operations.js +0 -1
  501. package/icons/azure/azure-lighthouse.js +0 -1
  502. package/icons/azure/azure-load-testing.js +0 -1
  503. package/icons/azure/azure-managed-grafana.js +0 -1
  504. package/icons/azure/azure-managed-redis.js +0 -1
  505. package/icons/azure/azure-maps-accounts.js +0 -1
  506. package/icons/azure/azure-media-service.js +0 -1
  507. package/icons/azure/azure-migrate.js +0 -1
  508. package/icons/azure/azure-monitor-dashboard.js +0 -1
  509. package/icons/azure/azure-monitor-pipeline.js +0 -1
  510. package/icons/azure/azure-monitors-for-sap-solutions.js +0 -1
  511. package/icons/azure/azure-net-app-files.js +0 -1
  512. package/icons/azure/azure-network-function-manager-functions.js +0 -1
  513. package/icons/azure/azure-network-function-manager.js +0 -1
  514. package/icons/azure/azure-object-understanding.js +0 -1
  515. package/icons/azure/azure-open-ai.js +0 -1
  516. package/icons/azure/azure-operator-5g-core.js +0 -1
  517. package/icons/azure/azure-operator-insights.js +0 -1
  518. package/icons/azure/azure-operator-nexus.js +0 -1
  519. package/icons/azure/azure-operator-service-manager.js +0 -1
  520. package/icons/azure/azure-orbital.js +0 -1
  521. package/icons/azure/azure-programmable-connectivity.js +0 -1
  522. package/icons/azure/azure-purview-accounts.js +0 -1
  523. package/icons/azure/azure-quotas.js +0 -1
  524. package/icons/azure/azure-red-hat-open-shift.js +0 -1
  525. package/icons/azure/azure-sentinel.js +0 -1
  526. package/icons/azure/azure-service-bus.js +0 -1
  527. package/icons/azure/azure-sphere.js +0 -1
  528. package/icons/azure/azure-spring-apps.js +0 -1
  529. package/icons/azure/azure-sql-edge.js +0 -1
  530. package/icons/azure/azure-sql-server-stretch-databases.js +0 -1
  531. package/icons/azure/azure-sql-vm.js +0 -1
  532. package/icons/azure/azure-sql.js +0 -1
  533. package/icons/azure/azure-stack-edge.js +0 -1
  534. package/icons/azure/azure-stack-hci-sizer.js +0 -1
  535. package/icons/azure/azure-stack.js +0 -1
  536. package/icons/azure/azure-storage-mover.js +0 -1
  537. package/icons/azure/azure-support-center-blue.js +0 -1
  538. package/icons/azure/azure-sustainability.js +0 -1
  539. package/icons/azure/azure-synapse-analytics.js +0 -1
  540. package/icons/azure/azure-token-service.js +0 -1
  541. package/icons/azure/azure-video-indexer.js +0 -1
  542. package/icons/azure/azure-virtual-desktop.js +0 -1
  543. package/icons/azure/azure-vmware-solution.js +0 -1
  544. package/icons/azure/azure-workbooks.js +0 -1
  545. package/icons/azure/azurite.js +0 -1
  546. package/icons/azure/backlog.js +0 -1
  547. package/icons/azure/backup-vault.js +0 -1
  548. package/icons/azure/bare-metal-infrastructure.js +0 -1
  549. package/icons/azure/bastions.js +0 -1
  550. package/icons/azure/batch-accounts.js +0 -1
  551. package/icons/azure/batch-ai.js +0 -1
  552. package/icons/azure/biz-talk.js +0 -1
  553. package/icons/azure/blob-block.js +0 -1
  554. package/icons/azure/blob-page.js +0 -1
  555. package/icons/azure/blockchain-applications.js +0 -1
  556. package/icons/azure/blueprints.js +0 -1
  557. package/icons/azure/bonsai.js +0 -1
  558. package/icons/azure/bot-services.js +0 -1
  559. package/icons/azure/branch.js +0 -1
  560. package/icons/azure/breeze.js +0 -1
  561. package/icons/azure/browser.js +0 -1
  562. package/icons/azure/bug.js +0 -1
  563. package/icons/azure/builds.js +0 -1
  564. package/icons/azure/business-process-tracking.js +0 -1
  565. package/icons/azure/cache-redis.js +0 -1
  566. package/icons/azure/cache.js +0 -1
  567. package/icons/azure/capacity-reservation-groups.js +0 -1
  568. package/icons/azure/capacity.js +0 -1
  569. package/icons/azure/cdn-profiles.js +0 -1
  570. package/icons/azure/central-service-instance-for-sap.js +0 -1
  571. package/icons/azure/ceres.js +0 -1
  572. package/icons/azure/change-analysis.js +0 -1
  573. package/icons/azure/client-apps.js +0 -1
  574. package/icons/azure/cloud-services-classic.js +0 -1
  575. package/icons/azure/cloud-services-extended-support.js +0 -1
  576. package/icons/azure/cloud-test.js +0 -1
  577. package/icons/azure/code-optimization.js +0 -1
  578. package/icons/azure/code.js +0 -1
  579. package/icons/azure/cognitive-search.js +0 -1
  580. package/icons/azure/cognitive-services-decisions.js +0 -1
  581. package/icons/azure/cognitive-services.js +0 -1
  582. package/icons/azure/collaborative-service.js +0 -1
  583. package/icons/azure/commit.js +0 -1
  584. package/icons/azure/community-images.js +0 -1
  585. package/icons/azure/compliance-center.js +0 -1
  586. package/icons/azure/compliance.js +0 -1
  587. package/icons/azure/compute-fleet.js +0 -1
  588. package/icons/azure/computer-vision.js +0 -1
  589. package/icons/azure/conditional-access.js +0 -1
  590. package/icons/azure/confidential-ledgers.js +0 -1
  591. package/icons/azure/connected-cache.js +0 -1
  592. package/icons/azure/connected-vehicle-platform.js +0 -1
  593. package/icons/azure/connections.js +0 -1
  594. package/icons/azure/consortium.js +0 -1
  595. package/icons/azure/container-apps-environments.js +0 -1
  596. package/icons/azure/container-instances.js +0 -1
  597. package/icons/azure/container-registries.js +0 -1
  598. package/icons/azure/container-services-deprecated.js +0 -1
  599. package/icons/azure/content-moderators.js +0 -1
  600. package/icons/azure/content-safety.js +0 -1
  601. package/icons/azure/controls-horizontal.js +0 -1
  602. package/icons/azure/controls.js +0 -1
  603. package/icons/azure/cost-alerts.js +0 -1
  604. package/icons/azure/cost-analysis.js +0 -1
  605. package/icons/azure/cost-budgets.js +0 -1
  606. package/icons/azure/cost-export.js +0 -1
  607. package/icons/azure/cost-management-and-billing.js +0 -1
  608. package/icons/azure/cost-management.js +0 -1
  609. package/icons/azure/counter.js +0 -1
  610. package/icons/azure/cubes.js +0 -1
  611. package/icons/azure/custom-ip-prefix.js +0 -1
  612. package/icons/azure/custom-vision.js +0 -1
  613. package/icons/azure/customer-lockbox-for-microsoft-azure.js +0 -1
  614. package/icons/azure/dashboard-hub.js +0 -1
  615. package/icons/azure/dashboard.js +0 -1
  616. package/icons/azure/data-box.js +0 -1
  617. package/icons/azure/data-collection-rules.js +0 -1
  618. package/icons/azure/data-factories.js +0 -1
  619. package/icons/azure/data-lake-analytics.js +0 -1
  620. package/icons/azure/data-lake-storage-gen1.js +0 -1
  621. package/icons/azure/data-lake-store-gen1.js +0 -1
  622. package/icons/azure/data-share-invitations.js +0 -1
  623. package/icons/azure/data-shares.js +0 -1
  624. package/icons/azure/data-virtualization.js +0 -1
  625. package/icons/azure/database-instance-for-sap.js +0 -1
  626. package/icons/azure/ddo-s-protection-plans.js +0 -1
  627. package/icons/azure/dedicated-hsm.js +0 -1
  628. package/icons/azure/defender-cm-local-manager.js +0 -1
  629. package/icons/azure/defender-dcs-controller.js +0 -1
  630. package/icons/azure/defender-distributer-control-system.js +0 -1
  631. package/icons/azure/defender-engineering-station.js +0 -1
  632. package/icons/azure/defender-external-management.js +0 -1
  633. package/icons/azure/defender-freezer-monitor.js +0 -1
  634. package/icons/azure/defender-historian.js +0 -1
  635. package/icons/azure/defender-hmi.js +0 -1
  636. package/icons/azure/defender-industrial-packaging-system.js +0 -1
  637. package/icons/azure/defender-industrial-printer.js +0 -1
  638. package/icons/azure/defender-industrial-robot.js +0 -1
  639. package/icons/azure/defender-industrial-scale-system.js +0 -1
  640. package/icons/azure/defender-marquee.js +0 -1
  641. package/icons/azure/defender-meter.js +0 -1
  642. package/icons/azure/defender-plc.js +0 -1
  643. package/icons/azure/defender-pneumatic-device.js +0 -1
  644. package/icons/azure/defender-programable-board.js +0 -1
  645. package/icons/azure/defender-relay.js +0 -1
  646. package/icons/azure/defender-robot-controller.js +0 -1
  647. package/icons/azure/defender-rtu.js +0 -1
  648. package/icons/azure/defender-sensor.js +0 -1
  649. package/icons/azure/defender-slot.js +0 -1
  650. package/icons/azure/defender-web-guiding-system.js +0 -1
  651. package/icons/azure/detonation.js +0 -1
  652. package/icons/azure/dev-console.js +0 -1
  653. package/icons/azure/dev-ops-starter.js +0 -1
  654. package/icons/azure/dev-test-labs.js +0 -1
  655. package/icons/azure/device-compliance.js +0 -1
  656. package/icons/azure/device-configuration.js +0 -1
  657. package/icons/azure/device-enrollment.js +0 -1
  658. package/icons/azure/device-provisioning-services.js +0 -1
  659. package/icons/azure/device-security-apple.js +0 -1
  660. package/icons/azure/device-security-google.js +0 -1
  661. package/icons/azure/device-security-windows.js +0 -1
  662. package/icons/azure/device-update-io-t-hub.js +0 -1
  663. package/icons/azure/devices.js +0 -1
  664. package/icons/azure/diagnostics-settings.js +0 -1
  665. package/icons/azure/digital-twins.js +0 -1
  666. package/icons/azure/disk-encryption-sets.js +0 -1
  667. package/icons/azure/disk-pool.js +0 -1
  668. package/icons/azure/disks-classic.js +0 -1
  669. package/icons/azure/disks-snapshots.js +0 -1
  670. package/icons/azure/disks.js +0 -1
  671. package/icons/azure/dns-multistack.js +0 -1
  672. package/icons/azure/dns-private-resolver.js +0 -1
  673. package/icons/azure/dns-security-policy.js +0 -1
  674. package/icons/azure/dns-zones.js +0 -1
  675. package/icons/azure/download.js +0 -1
  676. package/icons/azure/e-books.js +0 -1
  677. package/icons/azure/edge-actions.js +0 -1
  678. package/icons/azure/edge-management.js +0 -1
  679. package/icons/azure/edge-storage-accelerator.js +0 -1
  680. package/icons/azure/education.js +0 -1
  681. package/icons/azure/elastic-job-agents.js +0 -1
  682. package/icons/azure/elastic-san.js +0 -1
  683. package/icons/azure/endpoint-analytics.js +0 -1
  684. package/icons/azure/engage-center-connect.js +0 -1
  685. package/icons/azure/enterprise-applications.js +0 -1
  686. package/icons/azure/entra-connect-health.js +0 -1
  687. package/icons/azure/entra-connect-sync.js +0 -1
  688. package/icons/azure/entra-connect.js +0 -1
  689. package/icons/azure/entra-domain-services.js +0 -1
  690. package/icons/azure/entra-global-secure-access.js +0 -1
  691. package/icons/azure/entra-id-protection.js +0 -1
  692. package/icons/azure/entra-identity-custom-roles.js +0 -1
  693. package/icons/azure/entra-identity-licenses.js +0 -1
  694. package/icons/azure/entra-identity-risky-signins.js +0 -1
  695. package/icons/azure/entra-identity-risky-users.js +0 -1
  696. package/icons/azure/entra-identity-roles-and-administrators.js +0 -1
  697. package/icons/azure/entra-internet-access.js +0 -1
  698. package/icons/azure/entra-managed-identities.js +0 -1
  699. package/icons/azure/entra-private-access.js +0 -1
  700. package/icons/azure/entra-privleged-identity-management.js +0 -1
  701. package/icons/azure/entra-verified-id.js +0 -1
  702. package/icons/azure/error.js +0 -1
  703. package/icons/azure/event-grid-domains.js +0 -1
  704. package/icons/azure/event-grid-subscriptions.js +0 -1
  705. package/icons/azure/event-grid-topics.js +0 -1
  706. package/icons/azure/event-hub-clusters.js +0 -1
  707. package/icons/azure/event-hubs.js +0 -1
  708. package/icons/azure/exchange-access.js +0 -1
  709. package/icons/azure/exchange-on-premises-access.js +0 -1
  710. package/icons/azure/express-route-circuits.js +0 -1
  711. package/icons/azure/express-route-direct.js +0 -1
  712. package/icons/azure/express-route-traffic-collector.js +0 -1
  713. package/icons/azure/extended-security-updates.js +0 -1
  714. package/icons/azure/extensions.js +0 -1
  715. package/icons/azure/external-id-modified.js +0 -1
  716. package/icons/azure/external-id.js +0 -1
  717. package/icons/azure/external-identities.js +0 -1
  718. package/icons/azure/face-apis.js +0 -1
  719. package/icons/azure/feature-previews.js +0 -1
  720. package/icons/azure/fhir-service.js +0 -1
  721. package/icons/azure/fiji.js +0 -1
  722. package/icons/azure/file.js +0 -1
  723. package/icons/azure/files.js +0 -1
  724. package/icons/azure/firewalls.js +0 -1
  725. package/icons/azure/folder-blank.js +0 -1
  726. package/icons/azure/folder-website.js +0 -1
  727. package/icons/azure/form-recognizers.js +0 -1
  728. package/icons/azure/frd-qa.js +0 -1
  729. package/icons/azure/free-services.js +0 -1
  730. package/icons/azure/front-door-and-cdn-profiles.js +0 -1
  731. package/icons/azure/ftp.js +0 -1
  732. package/icons/azure/function-apps.js +0 -1
  733. package/icons/azure/gear.js +0 -1
  734. package/icons/azure/genomics-accounts.js +0 -1
  735. package/icons/azure/genomics.js +0 -1
  736. package/icons/azure/globe-error.js +0 -1
  737. package/icons/azure/globe-success.js +0 -1
  738. package/icons/azure/globe-warning.js +0 -1
  739. package/icons/azure/groups.js +0 -1
  740. package/icons/azure/guide.js +0 -1
  741. package/icons/azure/hd-insight-clusters.js +0 -1
  742. package/icons/azure/hdi-aks-cluster.js +0 -1
  743. package/icons/azure/heart.js +0 -1
  744. package/icons/azure/help-and-support.js +0 -1
  745. package/icons/azure/host-groups.js +0 -1
  746. package/icons/azure/host-pools.js +0 -1
  747. package/icons/azure/hosts.js +0 -1
  748. package/icons/azure/hybrid-connectivity-hub.js +0 -1
  749. package/icons/azure/ic-m-troubleshooting.js +0 -1
  750. package/icons/azure/identity-governance.js +0 -1
  751. package/icons/azure/identity-multi-factor-authentication.js +0 -1
  752. package/icons/azure/identity-secure-score.js +0 -1
  753. package/icons/azure/image-definitions.js +0 -1
  754. package/icons/azure/image-templates.js +0 -1
  755. package/icons/azure/image-versions.js +0 -1
  756. package/icons/azure/image.js +0 -1
  757. package/icons/azure/images.js +0 -1
  758. package/icons/azure/immersive-readers.js +0 -1
  759. package/icons/azure/import-export-jobs.js +0 -1
  760. package/icons/azure/industrial-io-t.js +0 -1
  761. package/icons/azure/information.js +0 -1
  762. package/icons/azure/infrastructure-backup.js +0 -1
  763. package/icons/azure/input-output.js +0 -1
  764. package/icons/azure/instance-pools.js +0 -1
  765. package/icons/azure/integration-accounts.js +0 -1
  766. package/icons/azure/integration-environments.js +0 -1
  767. package/icons/azure/integration-service-environments.js +0 -1
  768. package/icons/azure/internet-analyzer-profiles.js +0 -1
  769. package/icons/azure/intune-app-protection.js +0 -1
  770. package/icons/azure/intune-for-education.js +0 -1
  771. package/icons/azure/intune-trends.js +0 -1
  772. package/icons/azure/intune.js +0 -1
  773. package/icons/azure/io-t-central-applications.js +0 -1
  774. package/icons/azure/io-t-edge.js +0 -1
  775. package/icons/azure/io-t-hub.js +0 -1
  776. package/icons/azure/ip-address-manager.js +0 -1
  777. package/icons/azure/ip-groups.js +0 -1
  778. package/icons/azure/journey-hub.js +0 -1
  779. package/icons/azure/key-vaults.js +0 -1
  780. package/icons/azure/keys.js +0 -1
  781. package/icons/azure/kubernetes-fleet-manager.js +0 -1
  782. package/icons/azure/kubernetes-services.js +0 -1
  783. package/icons/azure/lab-accounts.js +0 -1
  784. package/icons/azure/lab-services.js +0 -1
  785. package/icons/azure/landing-zone.js +0 -1
  786. package/icons/azure/language-understanding.js +0 -1
  787. package/icons/azure/language.js +0 -1
  788. package/icons/azure/launch-portal.js +0 -1
  789. package/icons/azure/learn.js +0 -1
  790. package/icons/azure/load-balancer-hub.js +0 -1
  791. package/icons/azure/load-balancers.js +0 -1
  792. package/icons/azure/load-test.js +0 -1
  793. package/icons/azure/load-testing.js +0 -1
  794. package/icons/azure/local-network-gateways.js +0 -1
  795. package/icons/azure/location.js +0 -1
  796. package/icons/azure/log-analytics-query-pack.js +0 -1
  797. package/icons/azure/log-analytics-workspaces.js +0 -1
  798. package/icons/azure/log-streaming.js +0 -1
  799. package/icons/azure/logic-apps-custom-connector.js +0 -1
  800. package/icons/azure/logic-apps-template.js +0 -1
  801. package/icons/azure/logic-apps.js +0 -1
  802. package/icons/azure/machine-learning-studio-classic-web-services.js +0 -1
  803. package/icons/azure/machine-learning-studio-web-service-plans.js +0 -1
  804. package/icons/azure/machine-learning-studio-workspaces.js +0 -1
  805. package/icons/azure/machine-learning.js +0 -1
  806. package/icons/azure/machines-azure-arc.js +0 -1
  807. package/icons/azure/maintenance-configuration.js +0 -1
  808. package/icons/azure/managed-applications-center.js +0 -1
  809. package/icons/azure/managed-database.js +0 -1
  810. package/icons/azure/managed-desktop.js +0 -1
  811. package/icons/azure/managed-dev-ops-pools.js +0 -1
  812. package/icons/azure/managed-file-shares.js +0 -1
  813. package/icons/azure/managed-identities.js +0 -1
  814. package/icons/azure/managed-instance-apache-cassandra.js +0 -1
  815. package/icons/azure/managed-service-fabric.js +0 -1
  816. package/icons/azure/management-groups.js +0 -1
  817. package/icons/azure/management-portal.js +0 -1
  818. package/icons/azure/marketplace-management.js +0 -1
  819. package/icons/azure/marketplace.js +0 -1
  820. package/icons/azure/med-tech-service.js +0 -1
  821. package/icons/azure/media-file.js +0 -1
  822. package/icons/azure/media.js +0 -1
  823. package/icons/azure/mesh-applications.js +0 -1
  824. package/icons/azure/metrics-advisor.js +0 -1
  825. package/icons/azure/metrics.js +0 -1
  826. package/icons/azure/microsoft-defender-easm.js +0 -1
  827. package/icons/azure/microsoft-defender-for-cloud.js +0 -1
  828. package/icons/azure/microsoft-defender-for-io-t.js +0 -1
  829. package/icons/azure/microsoft-dev-box.js +0 -1
  830. package/icons/azure/mindaro.js +0 -1
  831. package/icons/azure/mission-landing-zone.js +0 -1
  832. package/icons/azure/mobile-engagement.js +0 -1
  833. package/icons/azure/mobile-networks.js +0 -1
  834. package/icons/azure/mobile.js +0 -1
  835. package/icons/azure/modular-data-center.js +0 -1
  836. package/icons/azure/module.js +0 -1
  837. package/icons/azure/monitor-health-models.js +0 -1
  838. package/icons/azure/monitor.js +0 -1
  839. package/icons/azure/multi-tenancy.js +0 -1
  840. package/icons/azure/multifactor-authentication.js +0 -1
  841. package/icons/azure/my-customers.js +0 -1
  842. package/icons/azure/nat.js +0 -1
  843. package/icons/azure/network-foundation-hub.js +0 -1
  844. package/icons/azure/network-interfaces.js +0 -1
  845. package/icons/azure/network-managers.js +0 -1
  846. package/icons/azure/network-security-groups.js +0 -1
  847. package/icons/azure/network-security-hub.js +0 -1
  848. package/icons/azure/network-security-perimeters.js +0 -1
  849. package/icons/azure/network-watcher.js +0 -1
  850. package/icons/azure/notification-hub-namespaces.js +0 -1
  851. package/icons/azure/notification-hubs.js +0 -1
  852. package/icons/azure/offers.js +0 -1
  853. package/icons/azure/on-premises-data-gateways.js +0 -1
  854. package/icons/azure/open-supply-chain-platform.js +0 -1
  855. package/icons/azure/operation-log-classic.js +0 -1
  856. package/icons/azure/oracle-database.js +0 -1
  857. package/icons/azure/os-images-classic.js +0 -1
  858. package/icons/azure/osconfig.js +0 -1
  859. package/icons/azure/outbound-connection.js +0 -1
  860. package/icons/azure/partner-namespace.js +0 -1
  861. package/icons/azure/partner-registration.js +0 -1
  862. package/icons/azure/partner-topic.js +0 -1
  863. package/icons/azure/peering-service.js +0 -1
  864. package/icons/azure/peerings.js +0 -1
  865. package/icons/azure/personalizers.js +0 -1
  866. package/icons/azure/planetary-computer-pro.js +0 -1
  867. package/icons/azure/plans.js +0 -1
  868. package/icons/azure/policy.js +0 -1
  869. package/icons/azure/power-bi-embedded.js +0 -1
  870. package/icons/azure/power-platform.js +0 -1
  871. package/icons/azure/power-up.js +0 -1
  872. package/icons/azure/power.js +0 -1
  873. package/icons/azure/powershell.js +0 -1
  874. package/icons/azure/preview-features.js +0 -1
  875. package/icons/azure/private-endpoints.js +0 -1
  876. package/icons/azure/private-link-service.js +0 -1
  877. package/icons/azure/private-link-services.js +0 -1
  878. package/icons/azure/private-link.js +0 -1
  879. package/icons/azure/process-explorer.js +0 -1
  880. package/icons/azure/production-ready-database.js +0 -1
  881. package/icons/azure/promethus.js +0 -1
  882. package/icons/azure/proximity-placement-groups.js +0 -1
  883. package/icons/azure/public-ip-addresses-classic.js +0 -1
  884. package/icons/azure/public-ip-addresses.js +0 -1
  885. package/icons/azure/public-ip-prefixes.js +0 -1
  886. package/icons/azure/qn-a-makers.js +0 -1
  887. package/icons/azure/quickstart-center.js +0 -1
  888. package/icons/azure/recent.js +0 -1
  889. package/icons/azure/recovery-services-vaults.js +0 -1
  890. package/icons/azure/region-management.js +0 -1
  891. package/icons/azure/relays.js +0 -1
  892. package/icons/azure/remote-rendering.js +0 -1
  893. package/icons/azure/reservations.js +0 -1
  894. package/icons/azure/reserved-capacity.js +0 -1
  895. package/icons/azure/reserved-ip-addresses-classic.js +0 -1
  896. package/icons/azure/resource-explorer.js +0 -1
  897. package/icons/azure/resource-graph-explorer.js +0 -1
  898. package/icons/azure/resource-group-list.js +0 -1
  899. package/icons/azure/resource-groups.js +0 -1
  900. package/icons/azure/resource-guard.js +0 -1
  901. package/icons/azure/resource-linked.js +0 -1
  902. package/icons/azure/resource-management-private-link.js +0 -1
  903. package/icons/azure/resource-mover.js +0 -1
  904. package/icons/azure/resources-provider.js +0 -1
  905. package/icons/azure/restore-points-collections.js +0 -1
  906. package/icons/azure/restore-points.js +0 -1
  907. package/icons/azure/route-filters.js +0 -1
  908. package/icons/azure/route-tables.js +0 -1
  909. package/icons/azure/rtos.js +0 -1
  910. package/icons/azure/savings-plans.js +0 -1
  911. package/icons/azure/scheduler-job-collections.js +0 -1
  912. package/icons/azure/scheduler.js +0 -1
  913. package/icons/azure/scvmm-management-servers.js +0 -1
  914. package/icons/azure/search-grid.js +0 -1
  915. package/icons/azure/search.js +0 -1
  916. package/icons/azure/security-baselines.js +0 -1
  917. package/icons/azure/security.js +0 -1
  918. package/icons/azure/send-grid-accounts.js +0 -1
  919. package/icons/azure/server-farm.js +0 -1
  920. package/icons/azure/serverless-search.js +0 -1
  921. package/icons/azure/service-catalog-mad.js +0 -1
  922. package/icons/azure/service-endpoint-policies.js +0 -1
  923. package/icons/azure/service-fabric-clusters.js +0 -1
  924. package/icons/azure/service-group-relationships.js +0 -1
  925. package/icons/azure/service-groups.js +0 -1
  926. package/icons/azure/service-health.js +0 -1
  927. package/icons/azure/service-providers.js +0 -1
  928. package/icons/azure/shared-image-galleries.js +0 -1
  929. package/icons/azure/signal-r.js +0 -1
  930. package/icons/azure/software-as-a-service.js +0 -1
  931. package/icons/azure/software-updates.js +0 -1
  932. package/icons/azure/solutions.js +0 -1
  933. package/icons/azure/sonic-dash.js +0 -1
  934. package/icons/azure/spatial-anchor-accounts.js +0 -1
  935. package/icons/azure/speech-services.js +0 -1
  936. package/icons/azure/spot-vm.js +0 -1
  937. package/icons/azure/spot-vmss.js +0 -1
  938. package/icons/azure/sql-data-warehouses.js +0 -1
  939. package/icons/azure/sql-database-fleet-manager.js +0 -1
  940. package/icons/azure/sql-database.js +0 -1
  941. package/icons/azure/sql-elastic-pools.js +0 -1
  942. package/icons/azure/sql-managed-instance.js +0 -1
  943. package/icons/azure/sql-server-registries.js +0 -1
  944. package/icons/azure/sql-server.js +0 -1
  945. package/icons/azure/ssd.js +0 -1
  946. package/icons/azure/ssh-keys.js +0 -1
  947. package/icons/azure/ssis-lift-and-shift-ir.js +0 -1
  948. package/icons/azure/stack-hci-premium.js +0 -1
  949. package/icons/azure/static-apps.js +0 -1
  950. package/icons/azure/stor-simple-data-managers.js +0 -1
  951. package/icons/azure/stor-simple-device-managers.js +0 -1
  952. package/icons/azure/storage-accounts-classic.js +0 -1
  953. package/icons/azure/storage-accounts.js +0 -1
  954. package/icons/azure/storage-actions.js +0 -1
  955. package/icons/azure/storage-azure-files.js +0 -1
  956. package/icons/azure/storage-container.js +0 -1
  957. package/icons/azure/storage-explorer.js +0 -1
  958. package/icons/azure/storage-functions.js +0 -1
  959. package/icons/azure/storage-hubs.js +0 -1
  960. package/icons/azure/storage-queue.js +0 -1
  961. package/icons/azure/storage-sync-services.js +0 -1
  962. package/icons/azure/stream-analytics-jobs.js +0 -1
  963. package/icons/azure/subnet.js +0 -1
  964. package/icons/azure/subscriptions.js +0 -1
  965. package/icons/azure/system-topic.js +0 -1
  966. package/icons/azure/table.js +0 -1
  967. package/icons/azure/tag.js +0 -1
  968. package/icons/azure/tags.js +0 -1
  969. package/icons/azure/targets-management.js +0 -1
  970. package/icons/azure/template-specs.js +0 -1
  971. package/icons/azure/templates.js +0 -1
  972. package/icons/azure/tenant-properties.js +0 -1
  973. package/icons/azure/tenant-status.js +0 -1
  974. package/icons/azure/test-base.js +0 -1
  975. package/icons/azure/tfs-vc-repository.js +0 -1
  976. package/icons/azure/time-series-data-sets.js +0 -1
  977. package/icons/azure/time-series-insights-access-policies.js +0 -1
  978. package/icons/azure/time-series-insights-environments.js +0 -1
  979. package/icons/azure/time-series-insights-event-sources.js +0 -1
  980. package/icons/azure/toolbox.js +0 -1
  981. package/icons/azure/toolchain-orchestrator.js +0 -1
  982. package/icons/azure/traffic-manager-profiles.js +0 -1
  983. package/icons/azure/translator-text.js +0 -1
  984. package/icons/azure/troubleshoot.js +0 -1
  985. package/icons/azure/universal-print.js +0 -1
  986. package/icons/azure/update-management-center.js +0 -1
  987. package/icons/azure/updates.js +0 -1
  988. package/icons/azure/user-privacy.js +0 -1
  989. package/icons/azure/user-settings.js +0 -1
  990. package/icons/azure/user-subscriptions.js +0 -1
  991. package/icons/azure/users.js +0 -1
  992. package/icons/azure/verifiable-credentials.js +0 -1
  993. package/icons/azure/verification-as-a-service.js +0 -1
  994. package/icons/azure/versions.js +0 -1
  995. package/icons/azure/video-analyzers.js +0 -1
  996. package/icons/azure/virtual-clusters.js +0 -1
  997. package/icons/azure/virtual-enclaves.js +0 -1
  998. package/icons/azure/virtual-instance-for-sap.js +0 -1
  999. package/icons/azure/virtual-machine.js +0 -1
  1000. package/icons/azure/virtual-machines-classic.js +0 -1
  1001. package/icons/azure/virtual-network-gateways.js +0 -1
  1002. package/icons/azure/virtual-networks-classic.js +0 -1
  1003. package/icons/azure/virtual-networks.js +0 -1
  1004. package/icons/azure/virtual-router.js +0 -1
  1005. package/icons/azure/virtual-visits-builder.js +0 -1
  1006. package/icons/azure/virtual-wan-hub.js +0 -1
  1007. package/icons/azure/virtual-wans.js +0 -1
  1008. package/icons/azure/vm-app-definitions.js +0 -1
  1009. package/icons/azure/vm-app-versions.js +0 -1
  1010. package/icons/azure/vm-image-version.js +0 -1
  1011. package/icons/azure/vm-images-classic.js +0 -1
  1012. package/icons/azure/vm-scale-sets.js +0 -1
  1013. package/icons/azure/vpnclient-windows.js +0 -1
  1014. package/icons/azure/wac-installer.js +0 -1
  1015. package/icons/azure/wac.js +0 -1
  1016. package/icons/azure/web-app-database.js +0 -1
  1017. package/icons/azure/web-application-firewall-policies-waf.js +0 -1
  1018. package/icons/azure/web-jobs.js +0 -1
  1019. package/icons/azure/web-slots.js +0 -1
  1020. package/icons/azure/web-test.js +0 -1
  1021. package/icons/azure/website-power.js +0 -1
  1022. package/icons/azure/website-staging.js +0 -1
  1023. package/icons/azure/windows-notification-services.js +0 -1
  1024. package/icons/azure/windows10-core-services.js +0 -1
  1025. package/icons/azure/workbooks.js +0 -1
  1026. package/icons/azure/worker-container-app.js +0 -1
  1027. package/icons/azure/workflow.js +0 -1
  1028. package/icons/azure/workload-orchestration.js +0 -1
  1029. package/icons/azure/workspace-gateway.js +0 -1
  1030. package/icons/azure/workspaces.js +0 -1
  1031. package/icons/bootstrap/0-circle-fill.js +0 -1
  1032. package/icons/bootstrap/0-circle.js +0 -1
  1033. package/icons/bootstrap/0-square-fill.js +0 -1
  1034. package/icons/bootstrap/0-square.js +0 -1
  1035. package/icons/bootstrap/1-circle-fill.js +0 -1
  1036. package/icons/bootstrap/1-circle.js +0 -1
  1037. package/icons/bootstrap/1-square-fill.js +0 -1
  1038. package/icons/bootstrap/1-square.js +0 -1
  1039. package/icons/bootstrap/123.js +0 -1
  1040. package/icons/bootstrap/2-circle-fill.js +0 -1
  1041. package/icons/bootstrap/2-circle.js +0 -1
  1042. package/icons/bootstrap/2-square-fill.js +0 -1
  1043. package/icons/bootstrap/2-square.js +0 -1
  1044. package/icons/bootstrap/3-circle-fill.js +0 -1
  1045. package/icons/bootstrap/3-circle.js +0 -1
  1046. package/icons/bootstrap/3-square-fill.js +0 -1
  1047. package/icons/bootstrap/3-square.js +0 -1
  1048. package/icons/bootstrap/4-circle-fill.js +0 -1
  1049. package/icons/bootstrap/4-circle.js +0 -1
  1050. package/icons/bootstrap/4-square-fill.js +0 -1
  1051. package/icons/bootstrap/4-square.js +0 -1
  1052. package/icons/bootstrap/5-circle-fill.js +0 -1
  1053. package/icons/bootstrap/5-circle.js +0 -1
  1054. package/icons/bootstrap/5-square-fill.js +0 -1
  1055. package/icons/bootstrap/5-square.js +0 -1
  1056. package/icons/bootstrap/6-circle-fill.js +0 -1
  1057. package/icons/bootstrap/6-circle.js +0 -1
  1058. package/icons/bootstrap/6-square-fill.js +0 -1
  1059. package/icons/bootstrap/6-square.js +0 -1
  1060. package/icons/bootstrap/7-circle-fill.js +0 -1
  1061. package/icons/bootstrap/7-circle.js +0 -1
  1062. package/icons/bootstrap/7-square-fill.js +0 -1
  1063. package/icons/bootstrap/7-square.js +0 -1
  1064. package/icons/bootstrap/8-circle-fill.js +0 -1
  1065. package/icons/bootstrap/8-circle.js +0 -1
  1066. package/icons/bootstrap/8-square-fill.js +0 -1
  1067. package/icons/bootstrap/8-square.js +0 -1
  1068. package/icons/bootstrap/9-circle-fill.js +0 -1
  1069. package/icons/bootstrap/9-circle.js +0 -1
  1070. package/icons/bootstrap/9-square-fill.js +0 -1
  1071. package/icons/bootstrap/9-square.js +0 -1
  1072. package/icons/bootstrap/activity.js +0 -1
  1073. package/icons/bootstrap/airplane-engines-fill.js +0 -1
  1074. package/icons/bootstrap/airplane-engines.js +0 -1
  1075. package/icons/bootstrap/airplane-fill.js +0 -1
  1076. package/icons/bootstrap/airplane.js +0 -1
  1077. package/icons/bootstrap/alarm-fill.js +0 -1
  1078. package/icons/bootstrap/alarm.js +0 -1
  1079. package/icons/bootstrap/alexa.js +0 -1
  1080. package/icons/bootstrap/align-bottom.js +0 -1
  1081. package/icons/bootstrap/align-center.js +0 -1
  1082. package/icons/bootstrap/align-end.js +0 -1
  1083. package/icons/bootstrap/align-middle.js +0 -1
  1084. package/icons/bootstrap/align-start.js +0 -1
  1085. package/icons/bootstrap/align-top.js +0 -1
  1086. package/icons/bootstrap/alipay.js +0 -1
  1087. package/icons/bootstrap/alphabet-uppercase.js +0 -1
  1088. package/icons/bootstrap/alphabet.js +0 -1
  1089. package/icons/bootstrap/alt.js +0 -1
  1090. package/icons/bootstrap/amazon.js +0 -1
  1091. package/icons/bootstrap/amd.js +0 -1
  1092. package/icons/bootstrap/android.js +0 -1
  1093. package/icons/bootstrap/android2.js +0 -1
  1094. package/icons/bootstrap/app-indicator.js +0 -1
  1095. package/icons/bootstrap/app.js +0 -1
  1096. package/icons/bootstrap/apple.js +0 -1
  1097. package/icons/bootstrap/archive-fill.js +0 -1
  1098. package/icons/bootstrap/archive.js +0 -1
  1099. package/icons/bootstrap/arrow-90deg-down.js +0 -1
  1100. package/icons/bootstrap/arrow-90deg-left.js +0 -1
  1101. package/icons/bootstrap/arrow-90deg-right.js +0 -1
  1102. package/icons/bootstrap/arrow-90deg-up.js +0 -1
  1103. package/icons/bootstrap/arrow-bar-down.js +0 -1
  1104. package/icons/bootstrap/arrow-bar-left.js +0 -1
  1105. package/icons/bootstrap/arrow-bar-right.js +0 -1
  1106. package/icons/bootstrap/arrow-bar-up.js +0 -1
  1107. package/icons/bootstrap/arrow-clockwise.js +0 -1
  1108. package/icons/bootstrap/arrow-counterclockwise.js +0 -1
  1109. package/icons/bootstrap/arrow-down-circle-fill.js +0 -1
  1110. package/icons/bootstrap/arrow-down-circle.js +0 -1
  1111. package/icons/bootstrap/arrow-down-left-circle-fill.js +0 -1
  1112. package/icons/bootstrap/arrow-down-left-circle.js +0 -1
  1113. package/icons/bootstrap/arrow-down-left-square-fill.js +0 -1
  1114. package/icons/bootstrap/arrow-down-left-square.js +0 -1
  1115. package/icons/bootstrap/arrow-down-left.js +0 -1
  1116. package/icons/bootstrap/arrow-down-right-circle-fill.js +0 -1
  1117. package/icons/bootstrap/arrow-down-right-circle.js +0 -1
  1118. package/icons/bootstrap/arrow-down-right-square-fill.js +0 -1
  1119. package/icons/bootstrap/arrow-down-right-square.js +0 -1
  1120. package/icons/bootstrap/arrow-down-right.js +0 -1
  1121. package/icons/bootstrap/arrow-down-short.js +0 -1
  1122. package/icons/bootstrap/arrow-down-square-fill.js +0 -1
  1123. package/icons/bootstrap/arrow-down-square.js +0 -1
  1124. package/icons/bootstrap/arrow-down-up.js +0 -1
  1125. package/icons/bootstrap/arrow-down.js +0 -1
  1126. package/icons/bootstrap/arrow-left-circle-fill.js +0 -1
  1127. package/icons/bootstrap/arrow-left-circle.js +0 -1
  1128. package/icons/bootstrap/arrow-left-right.js +0 -1
  1129. package/icons/bootstrap/arrow-left-short.js +0 -1
  1130. package/icons/bootstrap/arrow-left-square-fill.js +0 -1
  1131. package/icons/bootstrap/arrow-left-square.js +0 -1
  1132. package/icons/bootstrap/arrow-left.js +0 -1
  1133. package/icons/bootstrap/arrow-repeat.js +0 -1
  1134. package/icons/bootstrap/arrow-return-left.js +0 -1
  1135. package/icons/bootstrap/arrow-return-right.js +0 -1
  1136. package/icons/bootstrap/arrow-right-circle-fill.js +0 -1
  1137. package/icons/bootstrap/arrow-right-circle.js +0 -1
  1138. package/icons/bootstrap/arrow-right-short.js +0 -1
  1139. package/icons/bootstrap/arrow-right-square-fill.js +0 -1
  1140. package/icons/bootstrap/arrow-right-square.js +0 -1
  1141. package/icons/bootstrap/arrow-right.js +0 -1
  1142. package/icons/bootstrap/arrow-through-heart-fill.js +0 -1
  1143. package/icons/bootstrap/arrow-through-heart.js +0 -1
  1144. package/icons/bootstrap/arrow-up-circle-fill.js +0 -1
  1145. package/icons/bootstrap/arrow-up-circle.js +0 -1
  1146. package/icons/bootstrap/arrow-up-left-circle-fill.js +0 -1
  1147. package/icons/bootstrap/arrow-up-left-circle.js +0 -1
  1148. package/icons/bootstrap/arrow-up-left-square-fill.js +0 -1
  1149. package/icons/bootstrap/arrow-up-left-square.js +0 -1
  1150. package/icons/bootstrap/arrow-up-left.js +0 -1
  1151. package/icons/bootstrap/arrow-up-right-circle-fill.js +0 -1
  1152. package/icons/bootstrap/arrow-up-right-circle.js +0 -1
  1153. package/icons/bootstrap/arrow-up-right-square-fill.js +0 -1
  1154. package/icons/bootstrap/arrow-up-right-square.js +0 -1
  1155. package/icons/bootstrap/arrow-up-right.js +0 -1
  1156. package/icons/bootstrap/arrow-up-short.js +0 -1
  1157. package/icons/bootstrap/arrow-up-square-fill.js +0 -1
  1158. package/icons/bootstrap/arrow-up-square.js +0 -1
  1159. package/icons/bootstrap/arrow-up.js +0 -1
  1160. package/icons/bootstrap/arrows-angle-contract.js +0 -1
  1161. package/icons/bootstrap/arrows-angle-expand.js +0 -1
  1162. package/icons/bootstrap/arrows-collapse-vertical.js +0 -1
  1163. package/icons/bootstrap/arrows-collapse.js +0 -1
  1164. package/icons/bootstrap/arrows-expand-vertical.js +0 -1
  1165. package/icons/bootstrap/arrows-expand.js +0 -1
  1166. package/icons/bootstrap/arrows-fullscreen.js +0 -1
  1167. package/icons/bootstrap/arrows-move.js +0 -1
  1168. package/icons/bootstrap/arrows-vertical.js +0 -1
  1169. package/icons/bootstrap/arrows.js +0 -1
  1170. package/icons/bootstrap/aspect-ratio-fill.js +0 -1
  1171. package/icons/bootstrap/aspect-ratio.js +0 -1
  1172. package/icons/bootstrap/asterisk.js +0 -1
  1173. package/icons/bootstrap/at.js +0 -1
  1174. package/icons/bootstrap/award-fill.js +0 -1
  1175. package/icons/bootstrap/award.js +0 -1
  1176. package/icons/bootstrap/back.js +0 -1
  1177. package/icons/bootstrap/backpack-fill.js +0 -1
  1178. package/icons/bootstrap/backpack.js +0 -1
  1179. package/icons/bootstrap/backpack2-fill.js +0 -1
  1180. package/icons/bootstrap/backpack2.js +0 -1
  1181. package/icons/bootstrap/backpack3-fill.js +0 -1
  1182. package/icons/bootstrap/backpack3.js +0 -1
  1183. package/icons/bootstrap/backpack4-fill.js +0 -1
  1184. package/icons/bootstrap/backpack4.js +0 -1
  1185. package/icons/bootstrap/backspace-fill.js +0 -1
  1186. package/icons/bootstrap/backspace-reverse-fill.js +0 -1
  1187. package/icons/bootstrap/backspace-reverse.js +0 -1
  1188. package/icons/bootstrap/backspace.js +0 -1
  1189. package/icons/bootstrap/badge-3d-fill.js +0 -1
  1190. package/icons/bootstrap/badge-3d.js +0 -1
  1191. package/icons/bootstrap/badge-4k-fill.js +0 -1
  1192. package/icons/bootstrap/badge-4k.js +0 -1
  1193. package/icons/bootstrap/badge-8k-fill.js +0 -1
  1194. package/icons/bootstrap/badge-8k.js +0 -1
  1195. package/icons/bootstrap/badge-ad-fill.js +0 -1
  1196. package/icons/bootstrap/badge-ad.js +0 -1
  1197. package/icons/bootstrap/badge-ar-fill.js +0 -1
  1198. package/icons/bootstrap/badge-ar.js +0 -1
  1199. package/icons/bootstrap/badge-cc-fill.js +0 -1
  1200. package/icons/bootstrap/badge-cc.js +0 -1
  1201. package/icons/bootstrap/badge-hd-fill.js +0 -1
  1202. package/icons/bootstrap/badge-hd.js +0 -1
  1203. package/icons/bootstrap/badge-sd-fill.js +0 -1
  1204. package/icons/bootstrap/badge-sd.js +0 -1
  1205. package/icons/bootstrap/badge-tm-fill.js +0 -1
  1206. package/icons/bootstrap/badge-tm.js +0 -1
  1207. package/icons/bootstrap/badge-vo-fill.js +0 -1
  1208. package/icons/bootstrap/badge-vo.js +0 -1
  1209. package/icons/bootstrap/badge-vr-fill.js +0 -1
  1210. package/icons/bootstrap/badge-vr.js +0 -1
  1211. package/icons/bootstrap/badge-wc-fill.js +0 -1
  1212. package/icons/bootstrap/badge-wc.js +0 -1
  1213. package/icons/bootstrap/bag-check-fill.js +0 -1
  1214. package/icons/bootstrap/bag-check.js +0 -1
  1215. package/icons/bootstrap/bag-dash-fill.js +0 -1
  1216. package/icons/bootstrap/bag-dash.js +0 -1
  1217. package/icons/bootstrap/bag-fill.js +0 -1
  1218. package/icons/bootstrap/bag-heart-fill.js +0 -1
  1219. package/icons/bootstrap/bag-heart.js +0 -1
  1220. package/icons/bootstrap/bag-plus-fill.js +0 -1
  1221. package/icons/bootstrap/bag-plus.js +0 -1
  1222. package/icons/bootstrap/bag-x-fill.js +0 -1
  1223. package/icons/bootstrap/bag-x.js +0 -1
  1224. package/icons/bootstrap/bag.js +0 -1
  1225. package/icons/bootstrap/balloon-fill.js +0 -1
  1226. package/icons/bootstrap/balloon-heart-fill.js +0 -1
  1227. package/icons/bootstrap/balloon-heart.js +0 -1
  1228. package/icons/bootstrap/balloon.js +0 -1
  1229. package/icons/bootstrap/ban-fill.js +0 -1
  1230. package/icons/bootstrap/ban.js +0 -1
  1231. package/icons/bootstrap/bandaid-fill.js +0 -1
  1232. package/icons/bootstrap/bandaid.js +0 -1
  1233. package/icons/bootstrap/bank.js +0 -1
  1234. package/icons/bootstrap/bank2.js +0 -1
  1235. package/icons/bootstrap/bar-chart-fill.js +0 -1
  1236. package/icons/bootstrap/bar-chart-line-fill.js +0 -1
  1237. package/icons/bootstrap/bar-chart-line.js +0 -1
  1238. package/icons/bootstrap/bar-chart-steps.js +0 -1
  1239. package/icons/bootstrap/bar-chart.js +0 -1
  1240. package/icons/bootstrap/basket-fill.js +0 -1
  1241. package/icons/bootstrap/basket.js +0 -1
  1242. package/icons/bootstrap/basket2-fill.js +0 -1
  1243. package/icons/bootstrap/basket2.js +0 -1
  1244. package/icons/bootstrap/basket3-fill.js +0 -1
  1245. package/icons/bootstrap/basket3.js +0 -1
  1246. package/icons/bootstrap/battery-charging.js +0 -1
  1247. package/icons/bootstrap/battery-full.js +0 -1
  1248. package/icons/bootstrap/battery-half.js +0 -1
  1249. package/icons/bootstrap/battery.js +0 -1
  1250. package/icons/bootstrap/behance.js +0 -1
  1251. package/icons/bootstrap/bell-fill.js +0 -1
  1252. package/icons/bootstrap/bell-slash-fill.js +0 -1
  1253. package/icons/bootstrap/bell-slash.js +0 -1
  1254. package/icons/bootstrap/bell.js +0 -1
  1255. package/icons/bootstrap/bezier.js +0 -1
  1256. package/icons/bootstrap/bezier2.js +0 -1
  1257. package/icons/bootstrap/bicycle.js +0 -1
  1258. package/icons/bootstrap/bing.js +0 -1
  1259. package/icons/bootstrap/binoculars-fill.js +0 -1
  1260. package/icons/bootstrap/binoculars.js +0 -1
  1261. package/icons/bootstrap/blockquote-left.js +0 -1
  1262. package/icons/bootstrap/blockquote-right.js +0 -1
  1263. package/icons/bootstrap/bluetooth.js +0 -1
  1264. package/icons/bootstrap/body-text.js +0 -1
  1265. package/icons/bootstrap/book-fill.js +0 -1
  1266. package/icons/bootstrap/book-half.js +0 -1
  1267. package/icons/bootstrap/book.js +0 -1
  1268. package/icons/bootstrap/bookmark-check-fill.js +0 -1
  1269. package/icons/bootstrap/bookmark-check.js +0 -1
  1270. package/icons/bootstrap/bookmark-dash-fill.js +0 -1
  1271. package/icons/bootstrap/bookmark-dash.js +0 -1
  1272. package/icons/bootstrap/bookmark-fill.js +0 -1
  1273. package/icons/bootstrap/bookmark-heart-fill.js +0 -1
  1274. package/icons/bootstrap/bookmark-heart.js +0 -1
  1275. package/icons/bootstrap/bookmark-plus-fill.js +0 -1
  1276. package/icons/bootstrap/bookmark-plus.js +0 -1
  1277. package/icons/bootstrap/bookmark-star-fill.js +0 -1
  1278. package/icons/bootstrap/bookmark-star.js +0 -1
  1279. package/icons/bootstrap/bookmark-x-fill.js +0 -1
  1280. package/icons/bootstrap/bookmark-x.js +0 -1
  1281. package/icons/bootstrap/bookmark.js +0 -1
  1282. package/icons/bootstrap/bookmarks-fill.js +0 -1
  1283. package/icons/bootstrap/bookmarks.js +0 -1
  1284. package/icons/bootstrap/bookshelf.js +0 -1
  1285. package/icons/bootstrap/boombox-fill.js +0 -1
  1286. package/icons/bootstrap/boombox.js +0 -1
  1287. package/icons/bootstrap/bootstrap-fill.js +0 -1
  1288. package/icons/bootstrap/bootstrap-icons.js +0 -1
  1289. package/icons/bootstrap/bootstrap-reboot.js +0 -1
  1290. package/icons/bootstrap/bootstrap.js +0 -1
  1291. package/icons/bootstrap/border-all.js +0 -1
  1292. package/icons/bootstrap/border-bottom.js +0 -1
  1293. package/icons/bootstrap/border-center.js +0 -1
  1294. package/icons/bootstrap/border-inner.js +0 -1
  1295. package/icons/bootstrap/border-left.js +0 -1
  1296. package/icons/bootstrap/border-middle.js +0 -1
  1297. package/icons/bootstrap/border-outer.js +0 -1
  1298. package/icons/bootstrap/border-right.js +0 -1
  1299. package/icons/bootstrap/border-style.js +0 -1
  1300. package/icons/bootstrap/border-top.js +0 -1
  1301. package/icons/bootstrap/border-width.js +0 -1
  1302. package/icons/bootstrap/border.js +0 -1
  1303. package/icons/bootstrap/bounding-box-circles.js +0 -1
  1304. package/icons/bootstrap/bounding-box.js +0 -1
  1305. package/icons/bootstrap/box-arrow-down-left.js +0 -1
  1306. package/icons/bootstrap/box-arrow-down-right.js +0 -1
  1307. package/icons/bootstrap/box-arrow-down.js +0 -1
  1308. package/icons/bootstrap/box-arrow-in-down-left.js +0 -1
  1309. package/icons/bootstrap/box-arrow-in-down-right.js +0 -1
  1310. package/icons/bootstrap/box-arrow-in-down.js +0 -1
  1311. package/icons/bootstrap/box-arrow-in-left.js +0 -1
  1312. package/icons/bootstrap/box-arrow-in-right.js +0 -1
  1313. package/icons/bootstrap/box-arrow-in-up-left.js +0 -1
  1314. package/icons/bootstrap/box-arrow-in-up-right.js +0 -1
  1315. package/icons/bootstrap/box-arrow-in-up.js +0 -1
  1316. package/icons/bootstrap/box-arrow-left.js +0 -1
  1317. package/icons/bootstrap/box-arrow-right.js +0 -1
  1318. package/icons/bootstrap/box-arrow-up-left.js +0 -1
  1319. package/icons/bootstrap/box-arrow-up-right.js +0 -1
  1320. package/icons/bootstrap/box-arrow-up.js +0 -1
  1321. package/icons/bootstrap/box-fill.js +0 -1
  1322. package/icons/bootstrap/box-seam-fill.js +0 -1
  1323. package/icons/bootstrap/box-seam.js +0 -1
  1324. package/icons/bootstrap/box.js +0 -1
  1325. package/icons/bootstrap/box2-fill.js +0 -1
  1326. package/icons/bootstrap/box2-heart-fill.js +0 -1
  1327. package/icons/bootstrap/box2-heart.js +0 -1
  1328. package/icons/bootstrap/box2.js +0 -1
  1329. package/icons/bootstrap/boxes.js +0 -1
  1330. package/icons/bootstrap/braces-asterisk.js +0 -1
  1331. package/icons/bootstrap/braces.js +0 -1
  1332. package/icons/bootstrap/bricks.js +0 -1
  1333. package/icons/bootstrap/briefcase-fill.js +0 -1
  1334. package/icons/bootstrap/briefcase.js +0 -1
  1335. package/icons/bootstrap/brightness-alt-high-fill.js +0 -1
  1336. package/icons/bootstrap/brightness-alt-high.js +0 -1
  1337. package/icons/bootstrap/brightness-alt-low-fill.js +0 -1
  1338. package/icons/bootstrap/brightness-alt-low.js +0 -1
  1339. package/icons/bootstrap/brightness-high-fill.js +0 -1
  1340. package/icons/bootstrap/brightness-high.js +0 -1
  1341. package/icons/bootstrap/brightness-low-fill.js +0 -1
  1342. package/icons/bootstrap/brightness-low.js +0 -1
  1343. package/icons/bootstrap/brilliance.js +0 -1
  1344. package/icons/bootstrap/broadcast-pin.js +0 -1
  1345. package/icons/bootstrap/broadcast.js +0 -1
  1346. package/icons/bootstrap/browser-chrome.js +0 -1
  1347. package/icons/bootstrap/browser-edge.js +0 -1
  1348. package/icons/bootstrap/browser-firefox.js +0 -1
  1349. package/icons/bootstrap/browser-safari.js +0 -1
  1350. package/icons/bootstrap/brush-fill.js +0 -1
  1351. package/icons/bootstrap/brush.js +0 -1
  1352. package/icons/bootstrap/bucket-fill.js +0 -1
  1353. package/icons/bootstrap/bucket.js +0 -1
  1354. package/icons/bootstrap/bug-fill.js +0 -1
  1355. package/icons/bootstrap/bug.js +0 -1
  1356. package/icons/bootstrap/building-add.js +0 -1
  1357. package/icons/bootstrap/building-check.js +0 -1
  1358. package/icons/bootstrap/building-dash.js +0 -1
  1359. package/icons/bootstrap/building-down.js +0 -1
  1360. package/icons/bootstrap/building-exclamation.js +0 -1
  1361. package/icons/bootstrap/building-fill-add.js +0 -1
  1362. package/icons/bootstrap/building-fill-check.js +0 -1
  1363. package/icons/bootstrap/building-fill-dash.js +0 -1
  1364. package/icons/bootstrap/building-fill-down.js +0 -1
  1365. package/icons/bootstrap/building-fill-exclamation.js +0 -1
  1366. package/icons/bootstrap/building-fill-gear.js +0 -1
  1367. package/icons/bootstrap/building-fill-lock.js +0 -1
  1368. package/icons/bootstrap/building-fill-slash.js +0 -1
  1369. package/icons/bootstrap/building-fill-up.js +0 -1
  1370. package/icons/bootstrap/building-fill-x.js +0 -1
  1371. package/icons/bootstrap/building-fill.js +0 -1
  1372. package/icons/bootstrap/building-gear.js +0 -1
  1373. package/icons/bootstrap/building-lock.js +0 -1
  1374. package/icons/bootstrap/building-slash.js +0 -1
  1375. package/icons/bootstrap/building-up.js +0 -1
  1376. package/icons/bootstrap/building-x.js +0 -1
  1377. package/icons/bootstrap/building.js +0 -1
  1378. package/icons/bootstrap/buildings-fill.js +0 -1
  1379. package/icons/bootstrap/buildings.js +0 -1
  1380. package/icons/bootstrap/bullseye.js +0 -1
  1381. package/icons/bootstrap/bus-front-fill.js +0 -1
  1382. package/icons/bootstrap/bus-front.js +0 -1
  1383. package/icons/bootstrap/c-circle-fill.js +0 -1
  1384. package/icons/bootstrap/c-circle.js +0 -1
  1385. package/icons/bootstrap/c-square-fill.js +0 -1
  1386. package/icons/bootstrap/c-square.js +0 -1
  1387. package/icons/bootstrap/cake-fill.js +0 -1
  1388. package/icons/bootstrap/cake.js +0 -1
  1389. package/icons/bootstrap/cake2-fill.js +0 -1
  1390. package/icons/bootstrap/cake2.js +0 -1
  1391. package/icons/bootstrap/calculator-fill.js +0 -1
  1392. package/icons/bootstrap/calculator.js +0 -1
  1393. package/icons/bootstrap/calendar-check-fill.js +0 -1
  1394. package/icons/bootstrap/calendar-check.js +0 -1
  1395. package/icons/bootstrap/calendar-date-fill.js +0 -1
  1396. package/icons/bootstrap/calendar-date.js +0 -1
  1397. package/icons/bootstrap/calendar-day-fill.js +0 -1
  1398. package/icons/bootstrap/calendar-day.js +0 -1
  1399. package/icons/bootstrap/calendar-event-fill.js +0 -1
  1400. package/icons/bootstrap/calendar-event.js +0 -1
  1401. package/icons/bootstrap/calendar-fill.js +0 -1
  1402. package/icons/bootstrap/calendar-heart-fill.js +0 -1
  1403. package/icons/bootstrap/calendar-heart.js +0 -1
  1404. package/icons/bootstrap/calendar-minus-fill.js +0 -1
  1405. package/icons/bootstrap/calendar-minus.js +0 -1
  1406. package/icons/bootstrap/calendar-month-fill.js +0 -1
  1407. package/icons/bootstrap/calendar-month.js +0 -1
  1408. package/icons/bootstrap/calendar-plus-fill.js +0 -1
  1409. package/icons/bootstrap/calendar-plus.js +0 -1
  1410. package/icons/bootstrap/calendar-range-fill.js +0 -1
  1411. package/icons/bootstrap/calendar-range.js +0 -1
  1412. package/icons/bootstrap/calendar-week-fill.js +0 -1
  1413. package/icons/bootstrap/calendar-week.js +0 -1
  1414. package/icons/bootstrap/calendar-x-fill.js +0 -1
  1415. package/icons/bootstrap/calendar-x.js +0 -1
  1416. package/icons/bootstrap/calendar.js +0 -1
  1417. package/icons/bootstrap/calendar2-check-fill.js +0 -1
  1418. package/icons/bootstrap/calendar2-check.js +0 -1
  1419. package/icons/bootstrap/calendar2-date-fill.js +0 -1
  1420. package/icons/bootstrap/calendar2-date.js +0 -1
  1421. package/icons/bootstrap/calendar2-day-fill.js +0 -1
  1422. package/icons/bootstrap/calendar2-day.js +0 -1
  1423. package/icons/bootstrap/calendar2-event-fill.js +0 -1
  1424. package/icons/bootstrap/calendar2-event.js +0 -1
  1425. package/icons/bootstrap/calendar2-fill.js +0 -1
  1426. package/icons/bootstrap/calendar2-heart-fill.js +0 -1
  1427. package/icons/bootstrap/calendar2-heart.js +0 -1
  1428. package/icons/bootstrap/calendar2-minus-fill.js +0 -1
  1429. package/icons/bootstrap/calendar2-minus.js +0 -1
  1430. package/icons/bootstrap/calendar2-month-fill.js +0 -1
  1431. package/icons/bootstrap/calendar2-month.js +0 -1
  1432. package/icons/bootstrap/calendar2-plus-fill.js +0 -1
  1433. package/icons/bootstrap/calendar2-plus.js +0 -1
  1434. package/icons/bootstrap/calendar2-range-fill.js +0 -1
  1435. package/icons/bootstrap/calendar2-range.js +0 -1
  1436. package/icons/bootstrap/calendar2-week-fill.js +0 -1
  1437. package/icons/bootstrap/calendar2-week.js +0 -1
  1438. package/icons/bootstrap/calendar2-x-fill.js +0 -1
  1439. package/icons/bootstrap/calendar2-x.js +0 -1
  1440. package/icons/bootstrap/calendar2.js +0 -1
  1441. package/icons/bootstrap/calendar3-event-fill.js +0 -1
  1442. package/icons/bootstrap/calendar3-event.js +0 -1
  1443. package/icons/bootstrap/calendar3-fill.js +0 -1
  1444. package/icons/bootstrap/calendar3-range-fill.js +0 -1
  1445. package/icons/bootstrap/calendar3-range.js +0 -1
  1446. package/icons/bootstrap/calendar3-week-fill.js +0 -1
  1447. package/icons/bootstrap/calendar3-week.js +0 -1
  1448. package/icons/bootstrap/calendar3.js +0 -1
  1449. package/icons/bootstrap/calendar4-event.js +0 -1
  1450. package/icons/bootstrap/calendar4-range.js +0 -1
  1451. package/icons/bootstrap/calendar4-week.js +0 -1
  1452. package/icons/bootstrap/calendar4.js +0 -1
  1453. package/icons/bootstrap/camera-fill.js +0 -1
  1454. package/icons/bootstrap/camera-reels-fill.js +0 -1
  1455. package/icons/bootstrap/camera-reels.js +0 -1
  1456. package/icons/bootstrap/camera-video-fill.js +0 -1
  1457. package/icons/bootstrap/camera-video-off-fill.js +0 -1
  1458. package/icons/bootstrap/camera-video-off.js +0 -1
  1459. package/icons/bootstrap/camera-video.js +0 -1
  1460. package/icons/bootstrap/camera.js +0 -1
  1461. package/icons/bootstrap/camera2.js +0 -1
  1462. package/icons/bootstrap/capslock-fill.js +0 -1
  1463. package/icons/bootstrap/capslock.js +0 -1
  1464. package/icons/bootstrap/capsule-pill.js +0 -1
  1465. package/icons/bootstrap/capsule.js +0 -1
  1466. package/icons/bootstrap/car-front-fill.js +0 -1
  1467. package/icons/bootstrap/car-front.js +0 -1
  1468. package/icons/bootstrap/card-checklist.js +0 -1
  1469. package/icons/bootstrap/card-heading.js +0 -1
  1470. package/icons/bootstrap/card-image.js +0 -1
  1471. package/icons/bootstrap/card-list.js +0 -1
  1472. package/icons/bootstrap/card-text.js +0 -1
  1473. package/icons/bootstrap/caret-down-fill.js +0 -1
  1474. package/icons/bootstrap/caret-down-square-fill.js +0 -1
  1475. package/icons/bootstrap/caret-down-square.js +0 -1
  1476. package/icons/bootstrap/caret-down.js +0 -1
  1477. package/icons/bootstrap/caret-left-fill.js +0 -1
  1478. package/icons/bootstrap/caret-left-square-fill.js +0 -1
  1479. package/icons/bootstrap/caret-left-square.js +0 -1
  1480. package/icons/bootstrap/caret-left.js +0 -1
  1481. package/icons/bootstrap/caret-right-fill.js +0 -1
  1482. package/icons/bootstrap/caret-right-square-fill.js +0 -1
  1483. package/icons/bootstrap/caret-right-square.js +0 -1
  1484. package/icons/bootstrap/caret-right.js +0 -1
  1485. package/icons/bootstrap/caret-up-fill.js +0 -1
  1486. package/icons/bootstrap/caret-up-square-fill.js +0 -1
  1487. package/icons/bootstrap/caret-up-square.js +0 -1
  1488. package/icons/bootstrap/caret-up.js +0 -1
  1489. package/icons/bootstrap/cart-check-fill.js +0 -1
  1490. package/icons/bootstrap/cart-check.js +0 -1
  1491. package/icons/bootstrap/cart-dash-fill.js +0 -1
  1492. package/icons/bootstrap/cart-dash.js +0 -1
  1493. package/icons/bootstrap/cart-fill.js +0 -1
  1494. package/icons/bootstrap/cart-plus-fill.js +0 -1
  1495. package/icons/bootstrap/cart-plus.js +0 -1
  1496. package/icons/bootstrap/cart-x-fill.js +0 -1
  1497. package/icons/bootstrap/cart-x.js +0 -1
  1498. package/icons/bootstrap/cart.js +0 -1
  1499. package/icons/bootstrap/cart2.js +0 -1
  1500. package/icons/bootstrap/cart3.js +0 -1
  1501. package/icons/bootstrap/cart4.js +0 -1
  1502. package/icons/bootstrap/cash-coin.js +0 -1
  1503. package/icons/bootstrap/cash-stack.js +0 -1
  1504. package/icons/bootstrap/cash.js +0 -1
  1505. package/icons/bootstrap/cassette-fill.js +0 -1
  1506. package/icons/bootstrap/cassette.js +0 -1
  1507. package/icons/bootstrap/cast.js +0 -1
  1508. package/icons/bootstrap/cc-circle-fill.js +0 -1
  1509. package/icons/bootstrap/cc-circle.js +0 -1
  1510. package/icons/bootstrap/cc-square-fill.js +0 -1
  1511. package/icons/bootstrap/cc-square.js +0 -1
  1512. package/icons/bootstrap/chat-dots-fill.js +0 -1
  1513. package/icons/bootstrap/chat-dots.js +0 -1
  1514. package/icons/bootstrap/chat-fill.js +0 -1
  1515. package/icons/bootstrap/chat-heart-fill.js +0 -1
  1516. package/icons/bootstrap/chat-heart.js +0 -1
  1517. package/icons/bootstrap/chat-left-dots-fill.js +0 -1
  1518. package/icons/bootstrap/chat-left-dots.js +0 -1
  1519. package/icons/bootstrap/chat-left-fill.js +0 -1
  1520. package/icons/bootstrap/chat-left-heart-fill.js +0 -1
  1521. package/icons/bootstrap/chat-left-heart.js +0 -1
  1522. package/icons/bootstrap/chat-left-quote-fill.js +0 -1
  1523. package/icons/bootstrap/chat-left-quote.js +0 -1
  1524. package/icons/bootstrap/chat-left-text-fill.js +0 -1
  1525. package/icons/bootstrap/chat-left-text.js +0 -1
  1526. package/icons/bootstrap/chat-left.js +0 -1
  1527. package/icons/bootstrap/chat-quote-fill.js +0 -1
  1528. package/icons/bootstrap/chat-quote.js +0 -1
  1529. package/icons/bootstrap/chat-right-dots-fill.js +0 -1
  1530. package/icons/bootstrap/chat-right-dots.js +0 -1
  1531. package/icons/bootstrap/chat-right-fill.js +0 -1
  1532. package/icons/bootstrap/chat-right-heart-fill.js +0 -1
  1533. package/icons/bootstrap/chat-right-heart.js +0 -1
  1534. package/icons/bootstrap/chat-right-quote-fill.js +0 -1
  1535. package/icons/bootstrap/chat-right-quote.js +0 -1
  1536. package/icons/bootstrap/chat-right-text-fill.js +0 -1
  1537. package/icons/bootstrap/chat-right-text.js +0 -1
  1538. package/icons/bootstrap/chat-right.js +0 -1
  1539. package/icons/bootstrap/chat-square-dots-fill.js +0 -1
  1540. package/icons/bootstrap/chat-square-dots.js +0 -1
  1541. package/icons/bootstrap/chat-square-fill.js +0 -1
  1542. package/icons/bootstrap/chat-square-heart-fill.js +0 -1
  1543. package/icons/bootstrap/chat-square-heart.js +0 -1
  1544. package/icons/bootstrap/chat-square-quote-fill.js +0 -1
  1545. package/icons/bootstrap/chat-square-quote.js +0 -1
  1546. package/icons/bootstrap/chat-square-text-fill.js +0 -1
  1547. package/icons/bootstrap/chat-square-text.js +0 -1
  1548. package/icons/bootstrap/chat-square.js +0 -1
  1549. package/icons/bootstrap/chat-text-fill.js +0 -1
  1550. package/icons/bootstrap/chat-text.js +0 -1
  1551. package/icons/bootstrap/chat.js +0 -1
  1552. package/icons/bootstrap/check-all.js +0 -1
  1553. package/icons/bootstrap/check-circle-fill.js +0 -1
  1554. package/icons/bootstrap/check-circle.js +0 -1
  1555. package/icons/bootstrap/check-lg.js +0 -1
  1556. package/icons/bootstrap/check-square-fill.js +0 -1
  1557. package/icons/bootstrap/check-square.js +0 -1
  1558. package/icons/bootstrap/check.js +0 -1
  1559. package/icons/bootstrap/check2-all.js +0 -1
  1560. package/icons/bootstrap/check2-circle.js +0 -1
  1561. package/icons/bootstrap/check2-square.js +0 -1
  1562. package/icons/bootstrap/check2.js +0 -1
  1563. package/icons/bootstrap/chevron-bar-contract.js +0 -1
  1564. package/icons/bootstrap/chevron-bar-down.js +0 -1
  1565. package/icons/bootstrap/chevron-bar-expand.js +0 -1
  1566. package/icons/bootstrap/chevron-bar-left.js +0 -1
  1567. package/icons/bootstrap/chevron-bar-right.js +0 -1
  1568. package/icons/bootstrap/chevron-bar-up.js +0 -1
  1569. package/icons/bootstrap/chevron-compact-down.js +0 -1
  1570. package/icons/bootstrap/chevron-compact-left.js +0 -1
  1571. package/icons/bootstrap/chevron-compact-right.js +0 -1
  1572. package/icons/bootstrap/chevron-compact-up.js +0 -1
  1573. package/icons/bootstrap/chevron-contract.js +0 -1
  1574. package/icons/bootstrap/chevron-double-down.js +0 -1
  1575. package/icons/bootstrap/chevron-double-left.js +0 -1
  1576. package/icons/bootstrap/chevron-double-right.js +0 -1
  1577. package/icons/bootstrap/chevron-double-up.js +0 -1
  1578. package/icons/bootstrap/chevron-down.js +0 -1
  1579. package/icons/bootstrap/chevron-expand.js +0 -1
  1580. package/icons/bootstrap/chevron-left.js +0 -1
  1581. package/icons/bootstrap/chevron-right.js +0 -1
  1582. package/icons/bootstrap/chevron-up.js +0 -1
  1583. package/icons/bootstrap/circle-fill.js +0 -1
  1584. package/icons/bootstrap/circle-half.js +0 -1
  1585. package/icons/bootstrap/circle-square.js +0 -1
  1586. package/icons/bootstrap/circle.js +0 -1
  1587. package/icons/bootstrap/clipboard-check-fill.js +0 -1
  1588. package/icons/bootstrap/clipboard-check.js +0 -1
  1589. package/icons/bootstrap/clipboard-data-fill.js +0 -1
  1590. package/icons/bootstrap/clipboard-data.js +0 -1
  1591. package/icons/bootstrap/clipboard-fill.js +0 -1
  1592. package/icons/bootstrap/clipboard-heart-fill.js +0 -1
  1593. package/icons/bootstrap/clipboard-heart.js +0 -1
  1594. package/icons/bootstrap/clipboard-minus-fill.js +0 -1
  1595. package/icons/bootstrap/clipboard-minus.js +0 -1
  1596. package/icons/bootstrap/clipboard-plus-fill.js +0 -1
  1597. package/icons/bootstrap/clipboard-plus.js +0 -1
  1598. package/icons/bootstrap/clipboard-pulse.js +0 -1
  1599. package/icons/bootstrap/clipboard-x-fill.js +0 -1
  1600. package/icons/bootstrap/clipboard-x.js +0 -1
  1601. package/icons/bootstrap/clipboard.js +0 -1
  1602. package/icons/bootstrap/clipboard2-check-fill.js +0 -1
  1603. package/icons/bootstrap/clipboard2-check.js +0 -1
  1604. package/icons/bootstrap/clipboard2-data-fill.js +0 -1
  1605. package/icons/bootstrap/clipboard2-data.js +0 -1
  1606. package/icons/bootstrap/clipboard2-fill.js +0 -1
  1607. package/icons/bootstrap/clipboard2-heart-fill.js +0 -1
  1608. package/icons/bootstrap/clipboard2-heart.js +0 -1
  1609. package/icons/bootstrap/clipboard2-minus-fill.js +0 -1
  1610. package/icons/bootstrap/clipboard2-minus.js +0 -1
  1611. package/icons/bootstrap/clipboard2-plus-fill.js +0 -1
  1612. package/icons/bootstrap/clipboard2-plus.js +0 -1
  1613. package/icons/bootstrap/clipboard2-pulse-fill.js +0 -1
  1614. package/icons/bootstrap/clipboard2-pulse.js +0 -1
  1615. package/icons/bootstrap/clipboard2-x-fill.js +0 -1
  1616. package/icons/bootstrap/clipboard2-x.js +0 -1
  1617. package/icons/bootstrap/clipboard2.js +0 -1
  1618. package/icons/bootstrap/clock-fill.js +0 -1
  1619. package/icons/bootstrap/clock-history.js +0 -1
  1620. package/icons/bootstrap/clock.js +0 -1
  1621. package/icons/bootstrap/cloud-arrow-down-fill.js +0 -1
  1622. package/icons/bootstrap/cloud-arrow-down.js +0 -1
  1623. package/icons/bootstrap/cloud-arrow-up-fill.js +0 -1
  1624. package/icons/bootstrap/cloud-arrow-up.js +0 -1
  1625. package/icons/bootstrap/cloud-check-fill.js +0 -1
  1626. package/icons/bootstrap/cloud-check.js +0 -1
  1627. package/icons/bootstrap/cloud-download-fill.js +0 -1
  1628. package/icons/bootstrap/cloud-download.js +0 -1
  1629. package/icons/bootstrap/cloud-drizzle-fill.js +0 -1
  1630. package/icons/bootstrap/cloud-drizzle.js +0 -1
  1631. package/icons/bootstrap/cloud-fill.js +0 -1
  1632. package/icons/bootstrap/cloud-fog-fill.js +0 -1
  1633. package/icons/bootstrap/cloud-fog.js +0 -1
  1634. package/icons/bootstrap/cloud-fog2-fill.js +0 -1
  1635. package/icons/bootstrap/cloud-fog2.js +0 -1
  1636. package/icons/bootstrap/cloud-hail-fill.js +0 -1
  1637. package/icons/bootstrap/cloud-hail.js +0 -1
  1638. package/icons/bootstrap/cloud-haze-fill.js +0 -1
  1639. package/icons/bootstrap/cloud-haze.js +0 -1
  1640. package/icons/bootstrap/cloud-haze2-fill.js +0 -1
  1641. package/icons/bootstrap/cloud-haze2.js +0 -1
  1642. package/icons/bootstrap/cloud-lightning-fill.js +0 -1
  1643. package/icons/bootstrap/cloud-lightning-rain-fill.js +0 -1
  1644. package/icons/bootstrap/cloud-lightning-rain.js +0 -1
  1645. package/icons/bootstrap/cloud-lightning.js +0 -1
  1646. package/icons/bootstrap/cloud-minus-fill.js +0 -1
  1647. package/icons/bootstrap/cloud-minus.js +0 -1
  1648. package/icons/bootstrap/cloud-moon-fill.js +0 -1
  1649. package/icons/bootstrap/cloud-moon.js +0 -1
  1650. package/icons/bootstrap/cloud-plus-fill.js +0 -1
  1651. package/icons/bootstrap/cloud-plus.js +0 -1
  1652. package/icons/bootstrap/cloud-rain-fill.js +0 -1
  1653. package/icons/bootstrap/cloud-rain-heavy-fill.js +0 -1
  1654. package/icons/bootstrap/cloud-rain-heavy.js +0 -1
  1655. package/icons/bootstrap/cloud-rain.js +0 -1
  1656. package/icons/bootstrap/cloud-slash-fill.js +0 -1
  1657. package/icons/bootstrap/cloud-slash.js +0 -1
  1658. package/icons/bootstrap/cloud-sleet-fill.js +0 -1
  1659. package/icons/bootstrap/cloud-sleet.js +0 -1
  1660. package/icons/bootstrap/cloud-snow-fill.js +0 -1
  1661. package/icons/bootstrap/cloud-snow.js +0 -1
  1662. package/icons/bootstrap/cloud-sun-fill.js +0 -1
  1663. package/icons/bootstrap/cloud-sun.js +0 -1
  1664. package/icons/bootstrap/cloud-upload-fill.js +0 -1
  1665. package/icons/bootstrap/cloud-upload.js +0 -1
  1666. package/icons/bootstrap/cloud.js +0 -1
  1667. package/icons/bootstrap/clouds-fill.js +0 -1
  1668. package/icons/bootstrap/clouds.js +0 -1
  1669. package/icons/bootstrap/cloudy-fill.js +0 -1
  1670. package/icons/bootstrap/cloudy.js +0 -1
  1671. package/icons/bootstrap/code-slash.js +0 -1
  1672. package/icons/bootstrap/code-square.js +0 -1
  1673. package/icons/bootstrap/code.js +0 -1
  1674. package/icons/bootstrap/coin.js +0 -1
  1675. package/icons/bootstrap/collection-fill.js +0 -1
  1676. package/icons/bootstrap/collection-play-fill.js +0 -1
  1677. package/icons/bootstrap/collection-play.js +0 -1
  1678. package/icons/bootstrap/collection.js +0 -1
  1679. package/icons/bootstrap/columns-gap.js +0 -1
  1680. package/icons/bootstrap/columns.js +0 -1
  1681. package/icons/bootstrap/command.js +0 -1
  1682. package/icons/bootstrap/compass-fill.js +0 -1
  1683. package/icons/bootstrap/compass.js +0 -1
  1684. package/icons/bootstrap/cone-striped.js +0 -1
  1685. package/icons/bootstrap/cone.js +0 -1
  1686. package/icons/bootstrap/controller.js +0 -1
  1687. package/icons/bootstrap/cookie.js +0 -1
  1688. package/icons/bootstrap/copy.js +0 -1
  1689. package/icons/bootstrap/cpu-fill.js +0 -1
  1690. package/icons/bootstrap/cpu.js +0 -1
  1691. package/icons/bootstrap/credit-card-2-back-fill.js +0 -1
  1692. package/icons/bootstrap/credit-card-2-back.js +0 -1
  1693. package/icons/bootstrap/credit-card-2-front-fill.js +0 -1
  1694. package/icons/bootstrap/credit-card-2-front.js +0 -1
  1695. package/icons/bootstrap/credit-card-fill.js +0 -1
  1696. package/icons/bootstrap/credit-card.js +0 -1
  1697. package/icons/bootstrap/crop.js +0 -1
  1698. package/icons/bootstrap/crosshair.js +0 -1
  1699. package/icons/bootstrap/crosshair2.js +0 -1
  1700. package/icons/bootstrap/cup-fill.js +0 -1
  1701. package/icons/bootstrap/cup-hot-fill.js +0 -1
  1702. package/icons/bootstrap/cup-hot.js +0 -1
  1703. package/icons/bootstrap/cup-straw.js +0 -1
  1704. package/icons/bootstrap/cup.js +0 -1
  1705. package/icons/bootstrap/currency-bitcoin.js +0 -1
  1706. package/icons/bootstrap/currency-dollar.js +0 -1
  1707. package/icons/bootstrap/currency-euro.js +0 -1
  1708. package/icons/bootstrap/currency-exchange.js +0 -1
  1709. package/icons/bootstrap/currency-pound.js +0 -1
  1710. package/icons/bootstrap/currency-rupee.js +0 -1
  1711. package/icons/bootstrap/currency-yen.js +0 -1
  1712. package/icons/bootstrap/cursor-fill.js +0 -1
  1713. package/icons/bootstrap/cursor-text.js +0 -1
  1714. package/icons/bootstrap/cursor.js +0 -1
  1715. package/icons/bootstrap/dash-circle-dotted.js +0 -1
  1716. package/icons/bootstrap/dash-circle-fill.js +0 -1
  1717. package/icons/bootstrap/dash-circle.js +0 -1
  1718. package/icons/bootstrap/dash-lg.js +0 -1
  1719. package/icons/bootstrap/dash-square-dotted.js +0 -1
  1720. package/icons/bootstrap/dash-square-fill.js +0 -1
  1721. package/icons/bootstrap/dash-square.js +0 -1
  1722. package/icons/bootstrap/dash.js +0 -1
  1723. package/icons/bootstrap/database-add.js +0 -1
  1724. package/icons/bootstrap/database-check.js +0 -1
  1725. package/icons/bootstrap/database-dash.js +0 -1
  1726. package/icons/bootstrap/database-down.js +0 -1
  1727. package/icons/bootstrap/database-exclamation.js +0 -1
  1728. package/icons/bootstrap/database-fill-add.js +0 -1
  1729. package/icons/bootstrap/database-fill-check.js +0 -1
  1730. package/icons/bootstrap/database-fill-dash.js +0 -1
  1731. package/icons/bootstrap/database-fill-down.js +0 -1
  1732. package/icons/bootstrap/database-fill-exclamation.js +0 -1
  1733. package/icons/bootstrap/database-fill-gear.js +0 -1
  1734. package/icons/bootstrap/database-fill-lock.js +0 -1
  1735. package/icons/bootstrap/database-fill-slash.js +0 -1
  1736. package/icons/bootstrap/database-fill-up.js +0 -1
  1737. package/icons/bootstrap/database-fill-x.js +0 -1
  1738. package/icons/bootstrap/database-fill.js +0 -1
  1739. package/icons/bootstrap/database-gear.js +0 -1
  1740. package/icons/bootstrap/database-lock.js +0 -1
  1741. package/icons/bootstrap/database-slash.js +0 -1
  1742. package/icons/bootstrap/database-up.js +0 -1
  1743. package/icons/bootstrap/database-x.js +0 -1
  1744. package/icons/bootstrap/database.js +0 -1
  1745. package/icons/bootstrap/device-hdd-fill.js +0 -1
  1746. package/icons/bootstrap/device-hdd.js +0 -1
  1747. package/icons/bootstrap/device-ssd-fill.js +0 -1
  1748. package/icons/bootstrap/device-ssd.js +0 -1
  1749. package/icons/bootstrap/diagram-2-fill.js +0 -1
  1750. package/icons/bootstrap/diagram-2.js +0 -1
  1751. package/icons/bootstrap/diagram-3-fill.js +0 -1
  1752. package/icons/bootstrap/diagram-3.js +0 -1
  1753. package/icons/bootstrap/diamond-fill.js +0 -1
  1754. package/icons/bootstrap/diamond-half.js +0 -1
  1755. package/icons/bootstrap/diamond.js +0 -1
  1756. package/icons/bootstrap/dice-1-fill.js +0 -1
  1757. package/icons/bootstrap/dice-1.js +0 -1
  1758. package/icons/bootstrap/dice-2-fill.js +0 -1
  1759. package/icons/bootstrap/dice-2.js +0 -1
  1760. package/icons/bootstrap/dice-3-fill.js +0 -1
  1761. package/icons/bootstrap/dice-3.js +0 -1
  1762. package/icons/bootstrap/dice-4-fill.js +0 -1
  1763. package/icons/bootstrap/dice-4.js +0 -1
  1764. package/icons/bootstrap/dice-5-fill.js +0 -1
  1765. package/icons/bootstrap/dice-5.js +0 -1
  1766. package/icons/bootstrap/dice-6-fill.js +0 -1
  1767. package/icons/bootstrap/dice-6.js +0 -1
  1768. package/icons/bootstrap/disc-fill.js +0 -1
  1769. package/icons/bootstrap/disc.js +0 -1
  1770. package/icons/bootstrap/discord.js +0 -1
  1771. package/icons/bootstrap/display-fill.js +0 -1
  1772. package/icons/bootstrap/display.js +0 -1
  1773. package/icons/bootstrap/displayport-fill.js +0 -1
  1774. package/icons/bootstrap/displayport.js +0 -1
  1775. package/icons/bootstrap/distribute-horizontal.js +0 -1
  1776. package/icons/bootstrap/distribute-vertical.js +0 -1
  1777. package/icons/bootstrap/door-closed-fill.js +0 -1
  1778. package/icons/bootstrap/door-closed.js +0 -1
  1779. package/icons/bootstrap/door-open-fill.js +0 -1
  1780. package/icons/bootstrap/door-open.js +0 -1
  1781. package/icons/bootstrap/dot.js +0 -1
  1782. package/icons/bootstrap/download.js +0 -1
  1783. package/icons/bootstrap/dpad-fill.js +0 -1
  1784. package/icons/bootstrap/dpad.js +0 -1
  1785. package/icons/bootstrap/dribbble.js +0 -1
  1786. package/icons/bootstrap/dropbox.js +0 -1
  1787. package/icons/bootstrap/droplet-fill.js +0 -1
  1788. package/icons/bootstrap/droplet-half.js +0 -1
  1789. package/icons/bootstrap/droplet.js +0 -1
  1790. package/icons/bootstrap/duffle-fill.js +0 -1
  1791. package/icons/bootstrap/duffle.js +0 -1
  1792. package/icons/bootstrap/ear-fill.js +0 -1
  1793. package/icons/bootstrap/ear.js +0 -1
  1794. package/icons/bootstrap/earbuds.js +0 -1
  1795. package/icons/bootstrap/easel-fill.js +0 -1
  1796. package/icons/bootstrap/easel.js +0 -1
  1797. package/icons/bootstrap/easel2-fill.js +0 -1
  1798. package/icons/bootstrap/easel2.js +0 -1
  1799. package/icons/bootstrap/easel3-fill.js +0 -1
  1800. package/icons/bootstrap/easel3.js +0 -1
  1801. package/icons/bootstrap/egg-fill.js +0 -1
  1802. package/icons/bootstrap/egg-fried.js +0 -1
  1803. package/icons/bootstrap/egg.js +0 -1
  1804. package/icons/bootstrap/eject-fill.js +0 -1
  1805. package/icons/bootstrap/eject.js +0 -1
  1806. package/icons/bootstrap/emoji-angry-fill.js +0 -1
  1807. package/icons/bootstrap/emoji-angry.js +0 -1
  1808. package/icons/bootstrap/emoji-astonished-fill.js +0 -1
  1809. package/icons/bootstrap/emoji-astonished.js +0 -1
  1810. package/icons/bootstrap/emoji-dizzy-fill.js +0 -1
  1811. package/icons/bootstrap/emoji-dizzy.js +0 -1
  1812. package/icons/bootstrap/emoji-expressionless-fill.js +0 -1
  1813. package/icons/bootstrap/emoji-expressionless.js +0 -1
  1814. package/icons/bootstrap/emoji-frown-fill.js +0 -1
  1815. package/icons/bootstrap/emoji-frown.js +0 -1
  1816. package/icons/bootstrap/emoji-grimace-fill.js +0 -1
  1817. package/icons/bootstrap/emoji-grimace.js +0 -1
  1818. package/icons/bootstrap/emoji-grin-fill.js +0 -1
  1819. package/icons/bootstrap/emoji-grin.js +0 -1
  1820. package/icons/bootstrap/emoji-heart-eyes-fill.js +0 -1
  1821. package/icons/bootstrap/emoji-heart-eyes.js +0 -1
  1822. package/icons/bootstrap/emoji-kiss-fill.js +0 -1
  1823. package/icons/bootstrap/emoji-kiss.js +0 -1
  1824. package/icons/bootstrap/emoji-laughing-fill.js +0 -1
  1825. package/icons/bootstrap/emoji-laughing.js +0 -1
  1826. package/icons/bootstrap/emoji-neutral-fill.js +0 -1
  1827. package/icons/bootstrap/emoji-neutral.js +0 -1
  1828. package/icons/bootstrap/emoji-smile-fill.js +0 -1
  1829. package/icons/bootstrap/emoji-smile-upside-down-fill.js +0 -1
  1830. package/icons/bootstrap/emoji-smile-upside-down.js +0 -1
  1831. package/icons/bootstrap/emoji-smile.js +0 -1
  1832. package/icons/bootstrap/emoji-sunglasses-fill.js +0 -1
  1833. package/icons/bootstrap/emoji-sunglasses.js +0 -1
  1834. package/icons/bootstrap/emoji-surprise-fill.js +0 -1
  1835. package/icons/bootstrap/emoji-surprise.js +0 -1
  1836. package/icons/bootstrap/emoji-tear-fill.js +0 -1
  1837. package/icons/bootstrap/emoji-tear.js +0 -1
  1838. package/icons/bootstrap/emoji-wink-fill.js +0 -1
  1839. package/icons/bootstrap/emoji-wink.js +0 -1
  1840. package/icons/bootstrap/envelope-arrow-down-fill.js +0 -1
  1841. package/icons/bootstrap/envelope-arrow-down.js +0 -1
  1842. package/icons/bootstrap/envelope-arrow-up-fill.js +0 -1
  1843. package/icons/bootstrap/envelope-arrow-up.js +0 -1
  1844. package/icons/bootstrap/envelope-at-fill.js +0 -1
  1845. package/icons/bootstrap/envelope-at.js +0 -1
  1846. package/icons/bootstrap/envelope-check-fill.js +0 -1
  1847. package/icons/bootstrap/envelope-check.js +0 -1
  1848. package/icons/bootstrap/envelope-dash-fill.js +0 -1
  1849. package/icons/bootstrap/envelope-dash.js +0 -1
  1850. package/icons/bootstrap/envelope-exclamation-fill.js +0 -1
  1851. package/icons/bootstrap/envelope-exclamation.js +0 -1
  1852. package/icons/bootstrap/envelope-fill.js +0 -1
  1853. package/icons/bootstrap/envelope-heart-fill.js +0 -1
  1854. package/icons/bootstrap/envelope-heart.js +0 -1
  1855. package/icons/bootstrap/envelope-open-fill.js +0 -1
  1856. package/icons/bootstrap/envelope-open-heart-fill.js +0 -1
  1857. package/icons/bootstrap/envelope-open-heart.js +0 -1
  1858. package/icons/bootstrap/envelope-open.js +0 -1
  1859. package/icons/bootstrap/envelope-paper-fill.js +0 -1
  1860. package/icons/bootstrap/envelope-paper-heart-fill.js +0 -1
  1861. package/icons/bootstrap/envelope-paper-heart.js +0 -1
  1862. package/icons/bootstrap/envelope-paper.js +0 -1
  1863. package/icons/bootstrap/envelope-plus-fill.js +0 -1
  1864. package/icons/bootstrap/envelope-plus.js +0 -1
  1865. package/icons/bootstrap/envelope-slash-fill.js +0 -1
  1866. package/icons/bootstrap/envelope-slash.js +0 -1
  1867. package/icons/bootstrap/envelope-x-fill.js +0 -1
  1868. package/icons/bootstrap/envelope-x.js +0 -1
  1869. package/icons/bootstrap/envelope.js +0 -1
  1870. package/icons/bootstrap/eraser-fill.js +0 -1
  1871. package/icons/bootstrap/eraser.js +0 -1
  1872. package/icons/bootstrap/escape.js +0 -1
  1873. package/icons/bootstrap/ethernet.js +0 -1
  1874. package/icons/bootstrap/ev-front-fill.js +0 -1
  1875. package/icons/bootstrap/ev-front.js +0 -1
  1876. package/icons/bootstrap/ev-station-fill.js +0 -1
  1877. package/icons/bootstrap/ev-station.js +0 -1
  1878. package/icons/bootstrap/exclamation-circle-fill.js +0 -1
  1879. package/icons/bootstrap/exclamation-circle.js +0 -1
  1880. package/icons/bootstrap/exclamation-diamond-fill.js +0 -1
  1881. package/icons/bootstrap/exclamation-diamond.js +0 -1
  1882. package/icons/bootstrap/exclamation-lg.js +0 -1
  1883. package/icons/bootstrap/exclamation-octagon-fill.js +0 -1
  1884. package/icons/bootstrap/exclamation-octagon.js +0 -1
  1885. package/icons/bootstrap/exclamation-square-fill.js +0 -1
  1886. package/icons/bootstrap/exclamation-square.js +0 -1
  1887. package/icons/bootstrap/exclamation-triangle-fill.js +0 -1
  1888. package/icons/bootstrap/exclamation-triangle.js +0 -1
  1889. package/icons/bootstrap/exclamation.js +0 -1
  1890. package/icons/bootstrap/exclude.js +0 -1
  1891. package/icons/bootstrap/explicit-fill.js +0 -1
  1892. package/icons/bootstrap/explicit.js +0 -1
  1893. package/icons/bootstrap/exposure.js +0 -1
  1894. package/icons/bootstrap/eye-fill.js +0 -1
  1895. package/icons/bootstrap/eye-slash-fill.js +0 -1
  1896. package/icons/bootstrap/eye-slash.js +0 -1
  1897. package/icons/bootstrap/eye.js +0 -1
  1898. package/icons/bootstrap/eyedropper.js +0 -1
  1899. package/icons/bootstrap/eyeglasses.js +0 -1
  1900. package/icons/bootstrap/facebook.js +0 -1
  1901. package/icons/bootstrap/fan.js +0 -1
  1902. package/icons/bootstrap/fast-forward-btn-fill.js +0 -1
  1903. package/icons/bootstrap/fast-forward-btn.js +0 -1
  1904. package/icons/bootstrap/fast-forward-circle-fill.js +0 -1
  1905. package/icons/bootstrap/fast-forward-circle.js +0 -1
  1906. package/icons/bootstrap/fast-forward-fill.js +0 -1
  1907. package/icons/bootstrap/fast-forward.js +0 -1
  1908. package/icons/bootstrap/feather.js +0 -1
  1909. package/icons/bootstrap/feather2.js +0 -1
  1910. package/icons/bootstrap/file-arrow-down-fill.js +0 -1
  1911. package/icons/bootstrap/file-arrow-down.js +0 -1
  1912. package/icons/bootstrap/file-arrow-up-fill.js +0 -1
  1913. package/icons/bootstrap/file-arrow-up.js +0 -1
  1914. package/icons/bootstrap/file-bar-graph-fill.js +0 -1
  1915. package/icons/bootstrap/file-bar-graph.js +0 -1
  1916. package/icons/bootstrap/file-binary-fill.js +0 -1
  1917. package/icons/bootstrap/file-binary.js +0 -1
  1918. package/icons/bootstrap/file-break-fill.js +0 -1
  1919. package/icons/bootstrap/file-break.js +0 -1
  1920. package/icons/bootstrap/file-check-fill.js +0 -1
  1921. package/icons/bootstrap/file-check.js +0 -1
  1922. package/icons/bootstrap/file-code-fill.js +0 -1
  1923. package/icons/bootstrap/file-code.js +0 -1
  1924. package/icons/bootstrap/file-diff-fill.js +0 -1
  1925. package/icons/bootstrap/file-diff.js +0 -1
  1926. package/icons/bootstrap/file-earmark-arrow-down-fill.js +0 -1
  1927. package/icons/bootstrap/file-earmark-arrow-down.js +0 -1
  1928. package/icons/bootstrap/file-earmark-arrow-up-fill.js +0 -1
  1929. package/icons/bootstrap/file-earmark-arrow-up.js +0 -1
  1930. package/icons/bootstrap/file-earmark-bar-graph-fill.js +0 -1
  1931. package/icons/bootstrap/file-earmark-bar-graph.js +0 -1
  1932. package/icons/bootstrap/file-earmark-binary-fill.js +0 -1
  1933. package/icons/bootstrap/file-earmark-binary.js +0 -1
  1934. package/icons/bootstrap/file-earmark-break-fill.js +0 -1
  1935. package/icons/bootstrap/file-earmark-break.js +0 -1
  1936. package/icons/bootstrap/file-earmark-check-fill.js +0 -1
  1937. package/icons/bootstrap/file-earmark-check.js +0 -1
  1938. package/icons/bootstrap/file-earmark-code-fill.js +0 -1
  1939. package/icons/bootstrap/file-earmark-code.js +0 -1
  1940. package/icons/bootstrap/file-earmark-diff-fill.js +0 -1
  1941. package/icons/bootstrap/file-earmark-diff.js +0 -1
  1942. package/icons/bootstrap/file-earmark-easel-fill.js +0 -1
  1943. package/icons/bootstrap/file-earmark-easel.js +0 -1
  1944. package/icons/bootstrap/file-earmark-excel-fill.js +0 -1
  1945. package/icons/bootstrap/file-earmark-excel.js +0 -1
  1946. package/icons/bootstrap/file-earmark-fill.js +0 -1
  1947. package/icons/bootstrap/file-earmark-font-fill.js +0 -1
  1948. package/icons/bootstrap/file-earmark-font.js +0 -1
  1949. package/icons/bootstrap/file-earmark-image-fill.js +0 -1
  1950. package/icons/bootstrap/file-earmark-image.js +0 -1
  1951. package/icons/bootstrap/file-earmark-lock-fill.js +0 -1
  1952. package/icons/bootstrap/file-earmark-lock.js +0 -1
  1953. package/icons/bootstrap/file-earmark-lock2-fill.js +0 -1
  1954. package/icons/bootstrap/file-earmark-lock2.js +0 -1
  1955. package/icons/bootstrap/file-earmark-medical-fill.js +0 -1
  1956. package/icons/bootstrap/file-earmark-medical.js +0 -1
  1957. package/icons/bootstrap/file-earmark-minus-fill.js +0 -1
  1958. package/icons/bootstrap/file-earmark-minus.js +0 -1
  1959. package/icons/bootstrap/file-earmark-music-fill.js +0 -1
  1960. package/icons/bootstrap/file-earmark-music.js +0 -1
  1961. package/icons/bootstrap/file-earmark-pdf-fill.js +0 -1
  1962. package/icons/bootstrap/file-earmark-pdf.js +0 -1
  1963. package/icons/bootstrap/file-earmark-person-fill.js +0 -1
  1964. package/icons/bootstrap/file-earmark-person.js +0 -1
  1965. package/icons/bootstrap/file-earmark-play-fill.js +0 -1
  1966. package/icons/bootstrap/file-earmark-play.js +0 -1
  1967. package/icons/bootstrap/file-earmark-plus-fill.js +0 -1
  1968. package/icons/bootstrap/file-earmark-plus.js +0 -1
  1969. package/icons/bootstrap/file-earmark-post-fill.js +0 -1
  1970. package/icons/bootstrap/file-earmark-post.js +0 -1
  1971. package/icons/bootstrap/file-earmark-ppt-fill.js +0 -1
  1972. package/icons/bootstrap/file-earmark-ppt.js +0 -1
  1973. package/icons/bootstrap/file-earmark-richtext-fill.js +0 -1
  1974. package/icons/bootstrap/file-earmark-richtext.js +0 -1
  1975. package/icons/bootstrap/file-earmark-ruled-fill.js +0 -1
  1976. package/icons/bootstrap/file-earmark-ruled.js +0 -1
  1977. package/icons/bootstrap/file-earmark-slides-fill.js +0 -1
  1978. package/icons/bootstrap/file-earmark-slides.js +0 -1
  1979. package/icons/bootstrap/file-earmark-spreadsheet-fill.js +0 -1
  1980. package/icons/bootstrap/file-earmark-spreadsheet.js +0 -1
  1981. package/icons/bootstrap/file-earmark-text-fill.js +0 -1
  1982. package/icons/bootstrap/file-earmark-text.js +0 -1
  1983. package/icons/bootstrap/file-earmark-word-fill.js +0 -1
  1984. package/icons/bootstrap/file-earmark-word.js +0 -1
  1985. package/icons/bootstrap/file-earmark-x-fill.js +0 -1
  1986. package/icons/bootstrap/file-earmark-x.js +0 -1
  1987. package/icons/bootstrap/file-earmark-zip-fill.js +0 -1
  1988. package/icons/bootstrap/file-earmark-zip.js +0 -1
  1989. package/icons/bootstrap/file-earmark.js +0 -1
  1990. package/icons/bootstrap/file-easel-fill.js +0 -1
  1991. package/icons/bootstrap/file-easel.js +0 -1
  1992. package/icons/bootstrap/file-excel-fill.js +0 -1
  1993. package/icons/bootstrap/file-excel.js +0 -1
  1994. package/icons/bootstrap/file-fill.js +0 -1
  1995. package/icons/bootstrap/file-font-fill.js +0 -1
  1996. package/icons/bootstrap/file-font.js +0 -1
  1997. package/icons/bootstrap/file-image-fill.js +0 -1
  1998. package/icons/bootstrap/file-image.js +0 -1
  1999. package/icons/bootstrap/file-lock-fill.js +0 -1
  2000. package/icons/bootstrap/file-lock.js +0 -1
  2001. package/icons/bootstrap/file-lock2-fill.js +0 -1
  2002. package/icons/bootstrap/file-lock2.js +0 -1
  2003. package/icons/bootstrap/file-medical-fill.js +0 -1
  2004. package/icons/bootstrap/file-medical.js +0 -1
  2005. package/icons/bootstrap/file-minus-fill.js +0 -1
  2006. package/icons/bootstrap/file-minus.js +0 -1
  2007. package/icons/bootstrap/file-music-fill.js +0 -1
  2008. package/icons/bootstrap/file-music.js +0 -1
  2009. package/icons/bootstrap/file-pdf-fill.js +0 -1
  2010. package/icons/bootstrap/file-pdf.js +0 -1
  2011. package/icons/bootstrap/file-person-fill.js +0 -1
  2012. package/icons/bootstrap/file-person.js +0 -1
  2013. package/icons/bootstrap/file-play-fill.js +0 -1
  2014. package/icons/bootstrap/file-play.js +0 -1
  2015. package/icons/bootstrap/file-plus-fill.js +0 -1
  2016. package/icons/bootstrap/file-plus.js +0 -1
  2017. package/icons/bootstrap/file-post-fill.js +0 -1
  2018. package/icons/bootstrap/file-post.js +0 -1
  2019. package/icons/bootstrap/file-ppt-fill.js +0 -1
  2020. package/icons/bootstrap/file-ppt.js +0 -1
  2021. package/icons/bootstrap/file-richtext-fill.js +0 -1
  2022. package/icons/bootstrap/file-richtext.js +0 -1
  2023. package/icons/bootstrap/file-ruled-fill.js +0 -1
  2024. package/icons/bootstrap/file-ruled.js +0 -1
  2025. package/icons/bootstrap/file-slides-fill.js +0 -1
  2026. package/icons/bootstrap/file-slides.js +0 -1
  2027. package/icons/bootstrap/file-spreadsheet-fill.js +0 -1
  2028. package/icons/bootstrap/file-spreadsheet.js +0 -1
  2029. package/icons/bootstrap/file-text-fill.js +0 -1
  2030. package/icons/bootstrap/file-text.js +0 -1
  2031. package/icons/bootstrap/file-word-fill.js +0 -1
  2032. package/icons/bootstrap/file-word.js +0 -1
  2033. package/icons/bootstrap/file-x-fill.js +0 -1
  2034. package/icons/bootstrap/file-x.js +0 -1
  2035. package/icons/bootstrap/file-zip-fill.js +0 -1
  2036. package/icons/bootstrap/file-zip.js +0 -1
  2037. package/icons/bootstrap/file.js +0 -1
  2038. package/icons/bootstrap/files-alt.js +0 -1
  2039. package/icons/bootstrap/files.js +0 -1
  2040. package/icons/bootstrap/filetype-aac.js +0 -1
  2041. package/icons/bootstrap/filetype-ai.js +0 -1
  2042. package/icons/bootstrap/filetype-bmp.js +0 -1
  2043. package/icons/bootstrap/filetype-cs.js +0 -1
  2044. package/icons/bootstrap/filetype-css.js +0 -1
  2045. package/icons/bootstrap/filetype-csv.js +0 -1
  2046. package/icons/bootstrap/filetype-doc.js +0 -1
  2047. package/icons/bootstrap/filetype-docx.js +0 -1
  2048. package/icons/bootstrap/filetype-exe.js +0 -1
  2049. package/icons/bootstrap/filetype-gif.js +0 -1
  2050. package/icons/bootstrap/filetype-heic.js +0 -1
  2051. package/icons/bootstrap/filetype-html.js +0 -1
  2052. package/icons/bootstrap/filetype-java.js +0 -1
  2053. package/icons/bootstrap/filetype-jpg.js +0 -1
  2054. package/icons/bootstrap/filetype-js.js +0 -1
  2055. package/icons/bootstrap/filetype-json.js +0 -1
  2056. package/icons/bootstrap/filetype-jsx.js +0 -1
  2057. package/icons/bootstrap/filetype-key.js +0 -1
  2058. package/icons/bootstrap/filetype-m4p.js +0 -1
  2059. package/icons/bootstrap/filetype-md.js +0 -1
  2060. package/icons/bootstrap/filetype-mdx.js +0 -1
  2061. package/icons/bootstrap/filetype-mov.js +0 -1
  2062. package/icons/bootstrap/filetype-mp3.js +0 -1
  2063. package/icons/bootstrap/filetype-mp4.js +0 -1
  2064. package/icons/bootstrap/filetype-otf.js +0 -1
  2065. package/icons/bootstrap/filetype-pdf.js +0 -1
  2066. package/icons/bootstrap/filetype-php.js +0 -1
  2067. package/icons/bootstrap/filetype-png.js +0 -1
  2068. package/icons/bootstrap/filetype-ppt.js +0 -1
  2069. package/icons/bootstrap/filetype-pptx.js +0 -1
  2070. package/icons/bootstrap/filetype-psd.js +0 -1
  2071. package/icons/bootstrap/filetype-py.js +0 -1
  2072. package/icons/bootstrap/filetype-raw.js +0 -1
  2073. package/icons/bootstrap/filetype-rb.js +0 -1
  2074. package/icons/bootstrap/filetype-sass.js +0 -1
  2075. package/icons/bootstrap/filetype-scss.js +0 -1
  2076. package/icons/bootstrap/filetype-sh.js +0 -1
  2077. package/icons/bootstrap/filetype-sql.js +0 -1
  2078. package/icons/bootstrap/filetype-svg.js +0 -1
  2079. package/icons/bootstrap/filetype-tiff.js +0 -1
  2080. package/icons/bootstrap/filetype-tsx.js +0 -1
  2081. package/icons/bootstrap/filetype-ttf.js +0 -1
  2082. package/icons/bootstrap/filetype-txt.js +0 -1
  2083. package/icons/bootstrap/filetype-wav.js +0 -1
  2084. package/icons/bootstrap/filetype-woff.js +0 -1
  2085. package/icons/bootstrap/filetype-xls.js +0 -1
  2086. package/icons/bootstrap/filetype-xlsx.js +0 -1
  2087. package/icons/bootstrap/filetype-xml.js +0 -1
  2088. package/icons/bootstrap/filetype-yml.js +0 -1
  2089. package/icons/bootstrap/film.js +0 -1
  2090. package/icons/bootstrap/filter-circle-fill.js +0 -1
  2091. package/icons/bootstrap/filter-circle.js +0 -1
  2092. package/icons/bootstrap/filter-left.js +0 -1
  2093. package/icons/bootstrap/filter-right.js +0 -1
  2094. package/icons/bootstrap/filter-square-fill.js +0 -1
  2095. package/icons/bootstrap/filter-square.js +0 -1
  2096. package/icons/bootstrap/filter.js +0 -1
  2097. package/icons/bootstrap/fingerprint.js +0 -1
  2098. package/icons/bootstrap/fire.js +0 -1
  2099. package/icons/bootstrap/flag-fill.js +0 -1
  2100. package/icons/bootstrap/flag.js +0 -1
  2101. package/icons/bootstrap/floppy-fill.js +0 -1
  2102. package/icons/bootstrap/floppy.js +0 -1
  2103. package/icons/bootstrap/floppy2-fill.js +0 -1
  2104. package/icons/bootstrap/floppy2.js +0 -1
  2105. package/icons/bootstrap/flower1.js +0 -1
  2106. package/icons/bootstrap/flower2.js +0 -1
  2107. package/icons/bootstrap/flower3.js +0 -1
  2108. package/icons/bootstrap/folder-check.js +0 -1
  2109. package/icons/bootstrap/folder-fill.js +0 -1
  2110. package/icons/bootstrap/folder-minus.js +0 -1
  2111. package/icons/bootstrap/folder-plus.js +0 -1
  2112. package/icons/bootstrap/folder-symlink-fill.js +0 -1
  2113. package/icons/bootstrap/folder-symlink.js +0 -1
  2114. package/icons/bootstrap/folder-x.js +0 -1
  2115. package/icons/bootstrap/folder.js +0 -1
  2116. package/icons/bootstrap/folder2-open.js +0 -1
  2117. package/icons/bootstrap/folder2.js +0 -1
  2118. package/icons/bootstrap/fonts.js +0 -1
  2119. package/icons/bootstrap/forward-fill.js +0 -1
  2120. package/icons/bootstrap/forward.js +0 -1
  2121. package/icons/bootstrap/front.js +0 -1
  2122. package/icons/bootstrap/fuel-pump-diesel-fill.js +0 -1
  2123. package/icons/bootstrap/fuel-pump-diesel.js +0 -1
  2124. package/icons/bootstrap/fuel-pump-fill.js +0 -1
  2125. package/icons/bootstrap/fuel-pump.js +0 -1
  2126. package/icons/bootstrap/fullscreen-exit.js +0 -1
  2127. package/icons/bootstrap/fullscreen.js +0 -1
  2128. package/icons/bootstrap/funnel-fill.js +0 -1
  2129. package/icons/bootstrap/funnel.js +0 -1
  2130. package/icons/bootstrap/gear-fill.js +0 -1
  2131. package/icons/bootstrap/gear-wide-connected.js +0 -1
  2132. package/icons/bootstrap/gear-wide.js +0 -1
  2133. package/icons/bootstrap/gear.js +0 -1
  2134. package/icons/bootstrap/gem.js +0 -1
  2135. package/icons/bootstrap/gender-ambiguous.js +0 -1
  2136. package/icons/bootstrap/gender-female.js +0 -1
  2137. package/icons/bootstrap/gender-male.js +0 -1
  2138. package/icons/bootstrap/gender-neuter.js +0 -1
  2139. package/icons/bootstrap/gender-trans.js +0 -1
  2140. package/icons/bootstrap/geo-alt-fill.js +0 -1
  2141. package/icons/bootstrap/geo-alt.js +0 -1
  2142. package/icons/bootstrap/geo-fill.js +0 -1
  2143. package/icons/bootstrap/geo.js +0 -1
  2144. package/icons/bootstrap/gift-fill.js +0 -1
  2145. package/icons/bootstrap/gift.js +0 -1
  2146. package/icons/bootstrap/git.js +0 -1
  2147. package/icons/bootstrap/github.js +0 -1
  2148. package/icons/bootstrap/gitlab.js +0 -1
  2149. package/icons/bootstrap/globe-americas.js +0 -1
  2150. package/icons/bootstrap/globe-asia-australia.js +0 -1
  2151. package/icons/bootstrap/globe-central-south-asia.js +0 -1
  2152. package/icons/bootstrap/globe-europe-africa.js +0 -1
  2153. package/icons/bootstrap/globe.js +0 -1
  2154. package/icons/bootstrap/globe2.js +0 -1
  2155. package/icons/bootstrap/google-play.js +0 -1
  2156. package/icons/bootstrap/google.js +0 -1
  2157. package/icons/bootstrap/gpu-card.js +0 -1
  2158. package/icons/bootstrap/graph-down-arrow.js +0 -1
  2159. package/icons/bootstrap/graph-down.js +0 -1
  2160. package/icons/bootstrap/graph-up-arrow.js +0 -1
  2161. package/icons/bootstrap/graph-up.js +0 -1
  2162. package/icons/bootstrap/grid-1x2-fill.js +0 -1
  2163. package/icons/bootstrap/grid-1x2.js +0 -1
  2164. package/icons/bootstrap/grid-3x2-gap-fill.js +0 -1
  2165. package/icons/bootstrap/grid-3x2-gap.js +0 -1
  2166. package/icons/bootstrap/grid-3x2.js +0 -1
  2167. package/icons/bootstrap/grid-3x3-gap-fill.js +0 -1
  2168. package/icons/bootstrap/grid-3x3-gap.js +0 -1
  2169. package/icons/bootstrap/grid-3x3.js +0 -1
  2170. package/icons/bootstrap/grid-fill.js +0 -1
  2171. package/icons/bootstrap/grid.js +0 -1
  2172. package/icons/bootstrap/grip-horizontal.js +0 -1
  2173. package/icons/bootstrap/grip-vertical.js +0 -1
  2174. package/icons/bootstrap/h-circle-fill.js +0 -1
  2175. package/icons/bootstrap/h-circle.js +0 -1
  2176. package/icons/bootstrap/h-square-fill.js +0 -1
  2177. package/icons/bootstrap/h-square.js +0 -1
  2178. package/icons/bootstrap/hammer.js +0 -1
  2179. package/icons/bootstrap/hand-index-fill.js +0 -1
  2180. package/icons/bootstrap/hand-index-thumb-fill.js +0 -1
  2181. package/icons/bootstrap/hand-index-thumb.js +0 -1
  2182. package/icons/bootstrap/hand-index.js +0 -1
  2183. package/icons/bootstrap/hand-thumbs-down-fill.js +0 -1
  2184. package/icons/bootstrap/hand-thumbs-down.js +0 -1
  2185. package/icons/bootstrap/hand-thumbs-up-fill.js +0 -1
  2186. package/icons/bootstrap/hand-thumbs-up.js +0 -1
  2187. package/icons/bootstrap/handbag-fill.js +0 -1
  2188. package/icons/bootstrap/handbag.js +0 -1
  2189. package/icons/bootstrap/hash.js +0 -1
  2190. package/icons/bootstrap/hdd-fill.js +0 -1
  2191. package/icons/bootstrap/hdd-network-fill.js +0 -1
  2192. package/icons/bootstrap/hdd-network.js +0 -1
  2193. package/icons/bootstrap/hdd-rack-fill.js +0 -1
  2194. package/icons/bootstrap/hdd-rack.js +0 -1
  2195. package/icons/bootstrap/hdd-stack-fill.js +0 -1
  2196. package/icons/bootstrap/hdd-stack.js +0 -1
  2197. package/icons/bootstrap/hdd.js +0 -1
  2198. package/icons/bootstrap/hdmi-fill.js +0 -1
  2199. package/icons/bootstrap/hdmi.js +0 -1
  2200. package/icons/bootstrap/headphones.js +0 -1
  2201. package/icons/bootstrap/headset-vr.js +0 -1
  2202. package/icons/bootstrap/headset.js +0 -1
  2203. package/icons/bootstrap/heart-arrow.js +0 -1
  2204. package/icons/bootstrap/heart-fill.js +0 -1
  2205. package/icons/bootstrap/heart-half.js +0 -1
  2206. package/icons/bootstrap/heart-pulse-fill.js +0 -1
  2207. package/icons/bootstrap/heart-pulse.js +0 -1
  2208. package/icons/bootstrap/heart.js +0 -1
  2209. package/icons/bootstrap/heartbreak-fill.js +0 -1
  2210. package/icons/bootstrap/heartbreak.js +0 -1
  2211. package/icons/bootstrap/hearts.js +0 -1
  2212. package/icons/bootstrap/heptagon-fill.js +0 -1
  2213. package/icons/bootstrap/heptagon-half.js +0 -1
  2214. package/icons/bootstrap/heptagon.js +0 -1
  2215. package/icons/bootstrap/hexagon-fill.js +0 -1
  2216. package/icons/bootstrap/hexagon-half.js +0 -1
  2217. package/icons/bootstrap/hexagon.js +0 -1
  2218. package/icons/bootstrap/highlighter.js +0 -1
  2219. package/icons/bootstrap/highlights.js +0 -1
  2220. package/icons/bootstrap/hospital-fill.js +0 -1
  2221. package/icons/bootstrap/hospital.js +0 -1
  2222. package/icons/bootstrap/hourglass-bottom.js +0 -1
  2223. package/icons/bootstrap/hourglass-split.js +0 -1
  2224. package/icons/bootstrap/hourglass-top.js +0 -1
  2225. package/icons/bootstrap/hourglass.js +0 -1
  2226. package/icons/bootstrap/house-add-fill.js +0 -1
  2227. package/icons/bootstrap/house-add.js +0 -1
  2228. package/icons/bootstrap/house-check-fill.js +0 -1
  2229. package/icons/bootstrap/house-check.js +0 -1
  2230. package/icons/bootstrap/house-dash-fill.js +0 -1
  2231. package/icons/bootstrap/house-dash.js +0 -1
  2232. package/icons/bootstrap/house-door-fill.js +0 -1
  2233. package/icons/bootstrap/house-door.js +0 -1
  2234. package/icons/bootstrap/house-down-fill.js +0 -1
  2235. package/icons/bootstrap/house-down.js +0 -1
  2236. package/icons/bootstrap/house-exclamation-fill.js +0 -1
  2237. package/icons/bootstrap/house-exclamation.js +0 -1
  2238. package/icons/bootstrap/house-fill.js +0 -1
  2239. package/icons/bootstrap/house-gear-fill.js +0 -1
  2240. package/icons/bootstrap/house-gear.js +0 -1
  2241. package/icons/bootstrap/house-heart-fill.js +0 -1
  2242. package/icons/bootstrap/house-heart.js +0 -1
  2243. package/icons/bootstrap/house-lock-fill.js +0 -1
  2244. package/icons/bootstrap/house-lock.js +0 -1
  2245. package/icons/bootstrap/house-slash-fill.js +0 -1
  2246. package/icons/bootstrap/house-slash.js +0 -1
  2247. package/icons/bootstrap/house-up-fill.js +0 -1
  2248. package/icons/bootstrap/house-up.js +0 -1
  2249. package/icons/bootstrap/house-x-fill.js +0 -1
  2250. package/icons/bootstrap/house-x.js +0 -1
  2251. package/icons/bootstrap/house.js +0 -1
  2252. package/icons/bootstrap/houses-fill.js +0 -1
  2253. package/icons/bootstrap/houses.js +0 -1
  2254. package/icons/bootstrap/hr.js +0 -1
  2255. package/icons/bootstrap/hurricane.js +0 -1
  2256. package/icons/bootstrap/hypnotize.js +0 -1
  2257. package/icons/bootstrap/image-alt.js +0 -1
  2258. package/icons/bootstrap/image-fill.js +0 -1
  2259. package/icons/bootstrap/image.js +0 -1
  2260. package/icons/bootstrap/images.js +0 -1
  2261. package/icons/bootstrap/inbox-fill.js +0 -1
  2262. package/icons/bootstrap/inbox.js +0 -1
  2263. package/icons/bootstrap/inboxes-fill.js +0 -1
  2264. package/icons/bootstrap/inboxes.js +0 -1
  2265. package/icons/bootstrap/incognito.js +0 -1
  2266. package/icons/bootstrap/indent.js +0 -1
  2267. package/icons/bootstrap/infinity.js +0 -1
  2268. package/icons/bootstrap/info-circle-fill.js +0 -1
  2269. package/icons/bootstrap/info-circle.js +0 -1
  2270. package/icons/bootstrap/info-lg.js +0 -1
  2271. package/icons/bootstrap/info-square-fill.js +0 -1
  2272. package/icons/bootstrap/info-square.js +0 -1
  2273. package/icons/bootstrap/info.js +0 -1
  2274. package/icons/bootstrap/input-cursor-text.js +0 -1
  2275. package/icons/bootstrap/input-cursor.js +0 -1
  2276. package/icons/bootstrap/instagram.js +0 -1
  2277. package/icons/bootstrap/intersect.js +0 -1
  2278. package/icons/bootstrap/journal-album.js +0 -1
  2279. package/icons/bootstrap/journal-arrow-down.js +0 -1
  2280. package/icons/bootstrap/journal-arrow-up.js +0 -1
  2281. package/icons/bootstrap/journal-bookmark-fill.js +0 -1
  2282. package/icons/bootstrap/journal-bookmark.js +0 -1
  2283. package/icons/bootstrap/journal-check.js +0 -1
  2284. package/icons/bootstrap/journal-code.js +0 -1
  2285. package/icons/bootstrap/journal-medical.js +0 -1
  2286. package/icons/bootstrap/journal-minus.js +0 -1
  2287. package/icons/bootstrap/journal-plus.js +0 -1
  2288. package/icons/bootstrap/journal-richtext.js +0 -1
  2289. package/icons/bootstrap/journal-text.js +0 -1
  2290. package/icons/bootstrap/journal-x.js +0 -1
  2291. package/icons/bootstrap/journal.js +0 -1
  2292. package/icons/bootstrap/journals.js +0 -1
  2293. package/icons/bootstrap/joystick.js +0 -1
  2294. package/icons/bootstrap/justify-left.js +0 -1
  2295. package/icons/bootstrap/justify-right.js +0 -1
  2296. package/icons/bootstrap/justify.js +0 -1
  2297. package/icons/bootstrap/kanban-fill.js +0 -1
  2298. package/icons/bootstrap/kanban.js +0 -1
  2299. package/icons/bootstrap/key-fill.js +0 -1
  2300. package/icons/bootstrap/key.js +0 -1
  2301. package/icons/bootstrap/keyboard-fill.js +0 -1
  2302. package/icons/bootstrap/keyboard.js +0 -1
  2303. package/icons/bootstrap/ladder.js +0 -1
  2304. package/icons/bootstrap/lamp-fill.js +0 -1
  2305. package/icons/bootstrap/lamp.js +0 -1
  2306. package/icons/bootstrap/laptop-fill.js +0 -1
  2307. package/icons/bootstrap/laptop.js +0 -1
  2308. package/icons/bootstrap/layer-backward.js +0 -1
  2309. package/icons/bootstrap/layer-forward.js +0 -1
  2310. package/icons/bootstrap/layers-fill.js +0 -1
  2311. package/icons/bootstrap/layers-half.js +0 -1
  2312. package/icons/bootstrap/layers.js +0 -1
  2313. package/icons/bootstrap/layout-sidebar-inset-reverse.js +0 -1
  2314. package/icons/bootstrap/layout-sidebar-inset.js +0 -1
  2315. package/icons/bootstrap/layout-sidebar-reverse.js +0 -1
  2316. package/icons/bootstrap/layout-sidebar.js +0 -1
  2317. package/icons/bootstrap/layout-split.js +0 -1
  2318. package/icons/bootstrap/layout-text-sidebar-reverse.js +0 -1
  2319. package/icons/bootstrap/layout-text-sidebar.js +0 -1
  2320. package/icons/bootstrap/layout-text-window-reverse.js +0 -1
  2321. package/icons/bootstrap/layout-text-window.js +0 -1
  2322. package/icons/bootstrap/layout-three-columns.js +0 -1
  2323. package/icons/bootstrap/layout-wtf.js +0 -1
  2324. package/icons/bootstrap/life-preserver.js +0 -1
  2325. package/icons/bootstrap/lightbulb-fill.js +0 -1
  2326. package/icons/bootstrap/lightbulb-off-fill.js +0 -1
  2327. package/icons/bootstrap/lightbulb-off.js +0 -1
  2328. package/icons/bootstrap/lightbulb.js +0 -1
  2329. package/icons/bootstrap/lightning-charge-fill.js +0 -1
  2330. package/icons/bootstrap/lightning-charge.js +0 -1
  2331. package/icons/bootstrap/lightning-fill.js +0 -1
  2332. package/icons/bootstrap/lightning.js +0 -1
  2333. package/icons/bootstrap/line.js +0 -1
  2334. package/icons/bootstrap/link-45deg.js +0 -1
  2335. package/icons/bootstrap/link.js +0 -1
  2336. package/icons/bootstrap/linkedin.js +0 -1
  2337. package/icons/bootstrap/list-check.js +0 -1
  2338. package/icons/bootstrap/list-columns-reverse.js +0 -1
  2339. package/icons/bootstrap/list-columns.js +0 -1
  2340. package/icons/bootstrap/list-nested.js +0 -1
  2341. package/icons/bootstrap/list-ol.js +0 -1
  2342. package/icons/bootstrap/list-stars.js +0 -1
  2343. package/icons/bootstrap/list-task.js +0 -1
  2344. package/icons/bootstrap/list-ul.js +0 -1
  2345. package/icons/bootstrap/list.js +0 -1
  2346. package/icons/bootstrap/lock-fill.js +0 -1
  2347. package/icons/bootstrap/lock.js +0 -1
  2348. package/icons/bootstrap/luggage-fill.js +0 -1
  2349. package/icons/bootstrap/luggage.js +0 -1
  2350. package/icons/bootstrap/lungs-fill.js +0 -1
  2351. package/icons/bootstrap/lungs.js +0 -1
  2352. package/icons/bootstrap/magic.js +0 -1
  2353. package/icons/bootstrap/magnet-fill.js +0 -1
  2354. package/icons/bootstrap/magnet.js +0 -1
  2355. package/icons/bootstrap/mailbox-flag.js +0 -1
  2356. package/icons/bootstrap/mailbox.js +0 -1
  2357. package/icons/bootstrap/mailbox2-flag.js +0 -1
  2358. package/icons/bootstrap/mailbox2.js +0 -1
  2359. package/icons/bootstrap/map-fill.js +0 -1
  2360. package/icons/bootstrap/map.js +0 -1
  2361. package/icons/bootstrap/markdown-fill.js +0 -1
  2362. package/icons/bootstrap/markdown.js +0 -1
  2363. package/icons/bootstrap/marker-tip.js +0 -1
  2364. package/icons/bootstrap/mask.js +0 -1
  2365. package/icons/bootstrap/mastodon.js +0 -1
  2366. package/icons/bootstrap/medium.js +0 -1
  2367. package/icons/bootstrap/megaphone-fill.js +0 -1
  2368. package/icons/bootstrap/megaphone.js +0 -1
  2369. package/icons/bootstrap/memory.js +0 -1
  2370. package/icons/bootstrap/menu-app-fill.js +0 -1
  2371. package/icons/bootstrap/menu-app.js +0 -1
  2372. package/icons/bootstrap/menu-button-fill.js +0 -1
  2373. package/icons/bootstrap/menu-button-wide-fill.js +0 -1
  2374. package/icons/bootstrap/menu-button-wide.js +0 -1
  2375. package/icons/bootstrap/menu-button.js +0 -1
  2376. package/icons/bootstrap/menu-down.js +0 -1
  2377. package/icons/bootstrap/menu-up.js +0 -1
  2378. package/icons/bootstrap/messenger.js +0 -1
  2379. package/icons/bootstrap/meta.js +0 -1
  2380. package/icons/bootstrap/mic-fill.js +0 -1
  2381. package/icons/bootstrap/mic-mute-fill.js +0 -1
  2382. package/icons/bootstrap/mic-mute.js +0 -1
  2383. package/icons/bootstrap/mic.js +0 -1
  2384. package/icons/bootstrap/microsoft-teams.js +0 -1
  2385. package/icons/bootstrap/microsoft.js +0 -1
  2386. package/icons/bootstrap/minecart-loaded.js +0 -1
  2387. package/icons/bootstrap/minecart.js +0 -1
  2388. package/icons/bootstrap/modem-fill.js +0 -1
  2389. package/icons/bootstrap/modem.js +0 -1
  2390. package/icons/bootstrap/moisture.js +0 -1
  2391. package/icons/bootstrap/moon-fill.js +0 -1
  2392. package/icons/bootstrap/moon-stars-fill.js +0 -1
  2393. package/icons/bootstrap/moon-stars.js +0 -1
  2394. package/icons/bootstrap/moon.js +0 -1
  2395. package/icons/bootstrap/mortarboard-fill.js +0 -1
  2396. package/icons/bootstrap/mortarboard.js +0 -1
  2397. package/icons/bootstrap/motherboard-fill.js +0 -1
  2398. package/icons/bootstrap/motherboard.js +0 -1
  2399. package/icons/bootstrap/mouse-fill.js +0 -1
  2400. package/icons/bootstrap/mouse.js +0 -1
  2401. package/icons/bootstrap/mouse2-fill.js +0 -1
  2402. package/icons/bootstrap/mouse2.js +0 -1
  2403. package/icons/bootstrap/mouse3-fill.js +0 -1
  2404. package/icons/bootstrap/mouse3.js +0 -1
  2405. package/icons/bootstrap/music-note-beamed.js +0 -1
  2406. package/icons/bootstrap/music-note-list.js +0 -1
  2407. package/icons/bootstrap/music-note.js +0 -1
  2408. package/icons/bootstrap/music-player-fill.js +0 -1
  2409. package/icons/bootstrap/music-player.js +0 -1
  2410. package/icons/bootstrap/newspaper.js +0 -1
  2411. package/icons/bootstrap/nintendo-switch.js +0 -1
  2412. package/icons/bootstrap/node-minus-fill.js +0 -1
  2413. package/icons/bootstrap/node-minus.js +0 -1
  2414. package/icons/bootstrap/node-plus-fill.js +0 -1
  2415. package/icons/bootstrap/node-plus.js +0 -1
  2416. package/icons/bootstrap/noise-reduction.js +0 -1
  2417. package/icons/bootstrap/nut-fill.js +0 -1
  2418. package/icons/bootstrap/nut.js +0 -1
  2419. package/icons/bootstrap/nvidia.js +0 -1
  2420. package/icons/bootstrap/nvme-fill.js +0 -1
  2421. package/icons/bootstrap/nvme.js +0 -1
  2422. package/icons/bootstrap/octagon-fill.js +0 -1
  2423. package/icons/bootstrap/octagon-half.js +0 -1
  2424. package/icons/bootstrap/octagon.js +0 -1
  2425. package/icons/bootstrap/opencollective.js +0 -1
  2426. package/icons/bootstrap/optical-audio-fill.js +0 -1
  2427. package/icons/bootstrap/optical-audio.js +0 -1
  2428. package/icons/bootstrap/option.js +0 -1
  2429. package/icons/bootstrap/outlet.js +0 -1
  2430. package/icons/bootstrap/p-circle-fill.js +0 -1
  2431. package/icons/bootstrap/p-circle.js +0 -1
  2432. package/icons/bootstrap/p-square-fill.js +0 -1
  2433. package/icons/bootstrap/p-square.js +0 -1
  2434. package/icons/bootstrap/paint-bucket.js +0 -1
  2435. package/icons/bootstrap/palette-fill.js +0 -1
  2436. package/icons/bootstrap/palette.js +0 -1
  2437. package/icons/bootstrap/palette2.js +0 -1
  2438. package/icons/bootstrap/paperclip.js +0 -1
  2439. package/icons/bootstrap/paragraph.js +0 -1
  2440. package/icons/bootstrap/pass-fill.js +0 -1
  2441. package/icons/bootstrap/pass.js +0 -1
  2442. package/icons/bootstrap/passport-fill.js +0 -1
  2443. package/icons/bootstrap/passport.js +0 -1
  2444. package/icons/bootstrap/patch-check-fill.js +0 -1
  2445. package/icons/bootstrap/patch-check.js +0 -1
  2446. package/icons/bootstrap/patch-exclamation-fill.js +0 -1
  2447. package/icons/bootstrap/patch-exclamation.js +0 -1
  2448. package/icons/bootstrap/patch-minus-fill.js +0 -1
  2449. package/icons/bootstrap/patch-minus.js +0 -1
  2450. package/icons/bootstrap/patch-plus-fill.js +0 -1
  2451. package/icons/bootstrap/patch-plus.js +0 -1
  2452. package/icons/bootstrap/patch-question-fill.js +0 -1
  2453. package/icons/bootstrap/patch-question.js +0 -1
  2454. package/icons/bootstrap/pause-btn-fill.js +0 -1
  2455. package/icons/bootstrap/pause-btn.js +0 -1
  2456. package/icons/bootstrap/pause-circle-fill.js +0 -1
  2457. package/icons/bootstrap/pause-circle.js +0 -1
  2458. package/icons/bootstrap/pause-fill.js +0 -1
  2459. package/icons/bootstrap/pause.js +0 -1
  2460. package/icons/bootstrap/paypal.js +0 -1
  2461. package/icons/bootstrap/pc-display-horizontal.js +0 -1
  2462. package/icons/bootstrap/pc-display.js +0 -1
  2463. package/icons/bootstrap/pc-horizontal.js +0 -1
  2464. package/icons/bootstrap/pc.js +0 -1
  2465. package/icons/bootstrap/pci-card-network.js +0 -1
  2466. package/icons/bootstrap/pci-card-sound.js +0 -1
  2467. package/icons/bootstrap/pci-card.js +0 -1
  2468. package/icons/bootstrap/peace-fill.js +0 -1
  2469. package/icons/bootstrap/peace.js +0 -1
  2470. package/icons/bootstrap/pen-fill.js +0 -1
  2471. package/icons/bootstrap/pen.js +0 -1
  2472. package/icons/bootstrap/pencil-fill.js +0 -1
  2473. package/icons/bootstrap/pencil-square.js +0 -1
  2474. package/icons/bootstrap/pencil.js +0 -1
  2475. package/icons/bootstrap/pentagon-fill.js +0 -1
  2476. package/icons/bootstrap/pentagon-half.js +0 -1
  2477. package/icons/bootstrap/pentagon.js +0 -1
  2478. package/icons/bootstrap/people-fill.js +0 -1
  2479. package/icons/bootstrap/people.js +0 -1
  2480. package/icons/bootstrap/percent.js +0 -1
  2481. package/icons/bootstrap/person-add.js +0 -1
  2482. package/icons/bootstrap/person-arms-up.js +0 -1
  2483. package/icons/bootstrap/person-badge-fill.js +0 -1
  2484. package/icons/bootstrap/person-badge.js +0 -1
  2485. package/icons/bootstrap/person-bounding-box.js +0 -1
  2486. package/icons/bootstrap/person-check-fill.js +0 -1
  2487. package/icons/bootstrap/person-check.js +0 -1
  2488. package/icons/bootstrap/person-circle.js +0 -1
  2489. package/icons/bootstrap/person-dash-fill.js +0 -1
  2490. package/icons/bootstrap/person-dash.js +0 -1
  2491. package/icons/bootstrap/person-down.js +0 -1
  2492. package/icons/bootstrap/person-exclamation.js +0 -1
  2493. package/icons/bootstrap/person-fill-add.js +0 -1
  2494. package/icons/bootstrap/person-fill-check.js +0 -1
  2495. package/icons/bootstrap/person-fill-dash.js +0 -1
  2496. package/icons/bootstrap/person-fill-down.js +0 -1
  2497. package/icons/bootstrap/person-fill-exclamation.js +0 -1
  2498. package/icons/bootstrap/person-fill-gear.js +0 -1
  2499. package/icons/bootstrap/person-fill-lock.js +0 -1
  2500. package/icons/bootstrap/person-fill-slash.js +0 -1
  2501. package/icons/bootstrap/person-fill-up.js +0 -1
  2502. package/icons/bootstrap/person-fill-x.js +0 -1
  2503. package/icons/bootstrap/person-fill.js +0 -1
  2504. package/icons/bootstrap/person-gear.js +0 -1
  2505. package/icons/bootstrap/person-heart.js +0 -1
  2506. package/icons/bootstrap/person-hearts.js +0 -1
  2507. package/icons/bootstrap/person-lines-fill.js +0 -1
  2508. package/icons/bootstrap/person-lock.js +0 -1
  2509. package/icons/bootstrap/person-plus-fill.js +0 -1
  2510. package/icons/bootstrap/person-plus.js +0 -1
  2511. package/icons/bootstrap/person-raised-hand.js +0 -1
  2512. package/icons/bootstrap/person-rolodex.js +0 -1
  2513. package/icons/bootstrap/person-slash.js +0 -1
  2514. package/icons/bootstrap/person-square.js +0 -1
  2515. package/icons/bootstrap/person-standing-dress.js +0 -1
  2516. package/icons/bootstrap/person-standing.js +0 -1
  2517. package/icons/bootstrap/person-up.js +0 -1
  2518. package/icons/bootstrap/person-vcard-fill.js +0 -1
  2519. package/icons/bootstrap/person-vcard.js +0 -1
  2520. package/icons/bootstrap/person-video.js +0 -1
  2521. package/icons/bootstrap/person-video2.js +0 -1
  2522. package/icons/bootstrap/person-video3.js +0 -1
  2523. package/icons/bootstrap/person-walking.js +0 -1
  2524. package/icons/bootstrap/person-wheelchair.js +0 -1
  2525. package/icons/bootstrap/person-workspace.js +0 -1
  2526. package/icons/bootstrap/person-x-fill.js +0 -1
  2527. package/icons/bootstrap/person-x.js +0 -1
  2528. package/icons/bootstrap/person.js +0 -1
  2529. package/icons/bootstrap/phone-fill.js +0 -1
  2530. package/icons/bootstrap/phone-flip.js +0 -1
  2531. package/icons/bootstrap/phone-landscape-fill.js +0 -1
  2532. package/icons/bootstrap/phone-landscape.js +0 -1
  2533. package/icons/bootstrap/phone-vibrate-fill.js +0 -1
  2534. package/icons/bootstrap/phone-vibrate.js +0 -1
  2535. package/icons/bootstrap/phone.js +0 -1
  2536. package/icons/bootstrap/pie-chart-fill.js +0 -1
  2537. package/icons/bootstrap/pie-chart.js +0 -1
  2538. package/icons/bootstrap/piggy-bank-fill.js +0 -1
  2539. package/icons/bootstrap/piggy-bank.js +0 -1
  2540. package/icons/bootstrap/pin-angle-fill.js +0 -1
  2541. package/icons/bootstrap/pin-angle.js +0 -1
  2542. package/icons/bootstrap/pin-fill.js +0 -1
  2543. package/icons/bootstrap/pin-map-fill.js +0 -1
  2544. package/icons/bootstrap/pin-map.js +0 -1
  2545. package/icons/bootstrap/pin.js +0 -1
  2546. package/icons/bootstrap/pinterest.js +0 -1
  2547. package/icons/bootstrap/pip-fill.js +0 -1
  2548. package/icons/bootstrap/pip.js +0 -1
  2549. package/icons/bootstrap/play-btn-fill.js +0 -1
  2550. package/icons/bootstrap/play-btn.js +0 -1
  2551. package/icons/bootstrap/play-circle-fill.js +0 -1
  2552. package/icons/bootstrap/play-circle.js +0 -1
  2553. package/icons/bootstrap/play-fill.js +0 -1
  2554. package/icons/bootstrap/play.js +0 -1
  2555. package/icons/bootstrap/playstation.js +0 -1
  2556. package/icons/bootstrap/plug-fill.js +0 -1
  2557. package/icons/bootstrap/plug.js +0 -1
  2558. package/icons/bootstrap/plugin.js +0 -1
  2559. package/icons/bootstrap/plus-circle-dotted.js +0 -1
  2560. package/icons/bootstrap/plus-circle-fill.js +0 -1
  2561. package/icons/bootstrap/plus-circle.js +0 -1
  2562. package/icons/bootstrap/plus-lg.js +0 -1
  2563. package/icons/bootstrap/plus-slash-minus.js +0 -1
  2564. package/icons/bootstrap/plus-square-dotted.js +0 -1
  2565. package/icons/bootstrap/plus-square-fill.js +0 -1
  2566. package/icons/bootstrap/plus-square.js +0 -1
  2567. package/icons/bootstrap/plus.js +0 -1
  2568. package/icons/bootstrap/postage-fill.js +0 -1
  2569. package/icons/bootstrap/postage-heart-fill.js +0 -1
  2570. package/icons/bootstrap/postage-heart.js +0 -1
  2571. package/icons/bootstrap/postage.js +0 -1
  2572. package/icons/bootstrap/postcard-fill.js +0 -1
  2573. package/icons/bootstrap/postcard-heart-fill.js +0 -1
  2574. package/icons/bootstrap/postcard-heart.js +0 -1
  2575. package/icons/bootstrap/postcard.js +0 -1
  2576. package/icons/bootstrap/power.js +0 -1
  2577. package/icons/bootstrap/prescription.js +0 -1
  2578. package/icons/bootstrap/prescription2.js +0 -1
  2579. package/icons/bootstrap/printer-fill.js +0 -1
  2580. package/icons/bootstrap/printer.js +0 -1
  2581. package/icons/bootstrap/projector-fill.js +0 -1
  2582. package/icons/bootstrap/projector.js +0 -1
  2583. package/icons/bootstrap/puzzle-fill.js +0 -1
  2584. package/icons/bootstrap/puzzle.js +0 -1
  2585. package/icons/bootstrap/qr-code-scan.js +0 -1
  2586. package/icons/bootstrap/qr-code.js +0 -1
  2587. package/icons/bootstrap/question-circle-fill.js +0 -1
  2588. package/icons/bootstrap/question-circle.js +0 -1
  2589. package/icons/bootstrap/question-diamond-fill.js +0 -1
  2590. package/icons/bootstrap/question-diamond.js +0 -1
  2591. package/icons/bootstrap/question-lg.js +0 -1
  2592. package/icons/bootstrap/question-octagon-fill.js +0 -1
  2593. package/icons/bootstrap/question-octagon.js +0 -1
  2594. package/icons/bootstrap/question-square-fill.js +0 -1
  2595. package/icons/bootstrap/question-square.js +0 -1
  2596. package/icons/bootstrap/question.js +0 -1
  2597. package/icons/bootstrap/quora.js +0 -1
  2598. package/icons/bootstrap/quote.js +0 -1
  2599. package/icons/bootstrap/r-circle-fill.js +0 -1
  2600. package/icons/bootstrap/r-circle.js +0 -1
  2601. package/icons/bootstrap/r-square-fill.js +0 -1
  2602. package/icons/bootstrap/r-square.js +0 -1
  2603. package/icons/bootstrap/radar.js +0 -1
  2604. package/icons/bootstrap/radioactive.js +0 -1
  2605. package/icons/bootstrap/rainbow.js +0 -1
  2606. package/icons/bootstrap/receipt-cutoff.js +0 -1
  2607. package/icons/bootstrap/receipt.js +0 -1
  2608. package/icons/bootstrap/reception-0.js +0 -1
  2609. package/icons/bootstrap/reception-1.js +0 -1
  2610. package/icons/bootstrap/reception-2.js +0 -1
  2611. package/icons/bootstrap/reception-3.js +0 -1
  2612. package/icons/bootstrap/reception-4.js +0 -1
  2613. package/icons/bootstrap/record-btn-fill.js +0 -1
  2614. package/icons/bootstrap/record-btn.js +0 -1
  2615. package/icons/bootstrap/record-circle-fill.js +0 -1
  2616. package/icons/bootstrap/record-circle.js +0 -1
  2617. package/icons/bootstrap/record-fill.js +0 -1
  2618. package/icons/bootstrap/record.js +0 -1
  2619. package/icons/bootstrap/record2-fill.js +0 -1
  2620. package/icons/bootstrap/record2.js +0 -1
  2621. package/icons/bootstrap/recycle.js +0 -1
  2622. package/icons/bootstrap/reddit.js +0 -1
  2623. package/icons/bootstrap/regex.js +0 -1
  2624. package/icons/bootstrap/repeat-1.js +0 -1
  2625. package/icons/bootstrap/repeat.js +0 -1
  2626. package/icons/bootstrap/reply-all-fill.js +0 -1
  2627. package/icons/bootstrap/reply-all.js +0 -1
  2628. package/icons/bootstrap/reply-fill.js +0 -1
  2629. package/icons/bootstrap/reply.js +0 -1
  2630. package/icons/bootstrap/rewind-btn-fill.js +0 -1
  2631. package/icons/bootstrap/rewind-btn.js +0 -1
  2632. package/icons/bootstrap/rewind-circle-fill.js +0 -1
  2633. package/icons/bootstrap/rewind-circle.js +0 -1
  2634. package/icons/bootstrap/rewind-fill.js +0 -1
  2635. package/icons/bootstrap/rewind.js +0 -1
  2636. package/icons/bootstrap/robot.js +0 -1
  2637. package/icons/bootstrap/rocket-fill.js +0 -1
  2638. package/icons/bootstrap/rocket-takeoff-fill.js +0 -1
  2639. package/icons/bootstrap/rocket-takeoff.js +0 -1
  2640. package/icons/bootstrap/rocket.js +0 -1
  2641. package/icons/bootstrap/router-fill.js +0 -1
  2642. package/icons/bootstrap/router.js +0 -1
  2643. package/icons/bootstrap/rss-fill.js +0 -1
  2644. package/icons/bootstrap/rss.js +0 -1
  2645. package/icons/bootstrap/rulers.js +0 -1
  2646. package/icons/bootstrap/safe-fill.js +0 -1
  2647. package/icons/bootstrap/safe.js +0 -1
  2648. package/icons/bootstrap/safe2-fill.js +0 -1
  2649. package/icons/bootstrap/safe2.js +0 -1
  2650. package/icons/bootstrap/save-fill.js +0 -1
  2651. package/icons/bootstrap/save.js +0 -1
  2652. package/icons/bootstrap/save2-fill.js +0 -1
  2653. package/icons/bootstrap/save2.js +0 -1
  2654. package/icons/bootstrap/scissors.js +0 -1
  2655. package/icons/bootstrap/scooter.js +0 -1
  2656. package/icons/bootstrap/screwdriver.js +0 -1
  2657. package/icons/bootstrap/sd-card-fill.js +0 -1
  2658. package/icons/bootstrap/sd-card.js +0 -1
  2659. package/icons/bootstrap/search-heart-fill.js +0 -1
  2660. package/icons/bootstrap/search-heart.js +0 -1
  2661. package/icons/bootstrap/search.js +0 -1
  2662. package/icons/bootstrap/segmented-nav.js +0 -1
  2663. package/icons/bootstrap/send-arrow-down-fill.js +0 -1
  2664. package/icons/bootstrap/send-arrow-down.js +0 -1
  2665. package/icons/bootstrap/send-arrow-up-fill.js +0 -1
  2666. package/icons/bootstrap/send-arrow-up.js +0 -1
  2667. package/icons/bootstrap/send-check-fill.js +0 -1
  2668. package/icons/bootstrap/send-check.js +0 -1
  2669. package/icons/bootstrap/send-dash-fill.js +0 -1
  2670. package/icons/bootstrap/send-dash.js +0 -1
  2671. package/icons/bootstrap/send-exclamation-fill.js +0 -1
  2672. package/icons/bootstrap/send-exclamation.js +0 -1
  2673. package/icons/bootstrap/send-fill.js +0 -1
  2674. package/icons/bootstrap/send-plus-fill.js +0 -1
  2675. package/icons/bootstrap/send-plus.js +0 -1
  2676. package/icons/bootstrap/send-slash-fill.js +0 -1
  2677. package/icons/bootstrap/send-slash.js +0 -1
  2678. package/icons/bootstrap/send-x-fill.js +0 -1
  2679. package/icons/bootstrap/send-x.js +0 -1
  2680. package/icons/bootstrap/send.js +0 -1
  2681. package/icons/bootstrap/server.js +0 -1
  2682. package/icons/bootstrap/shadows.js +0 -1
  2683. package/icons/bootstrap/share-fill.js +0 -1
  2684. package/icons/bootstrap/share.js +0 -1
  2685. package/icons/bootstrap/shield-check.js +0 -1
  2686. package/icons/bootstrap/shield-exclamation.js +0 -1
  2687. package/icons/bootstrap/shield-fill-check.js +0 -1
  2688. package/icons/bootstrap/shield-fill-exclamation.js +0 -1
  2689. package/icons/bootstrap/shield-fill-minus.js +0 -1
  2690. package/icons/bootstrap/shield-fill-plus.js +0 -1
  2691. package/icons/bootstrap/shield-fill-x.js +0 -1
  2692. package/icons/bootstrap/shield-fill.js +0 -1
  2693. package/icons/bootstrap/shield-lock-fill.js +0 -1
  2694. package/icons/bootstrap/shield-lock.js +0 -1
  2695. package/icons/bootstrap/shield-minus.js +0 -1
  2696. package/icons/bootstrap/shield-plus.js +0 -1
  2697. package/icons/bootstrap/shield-shaded.js +0 -1
  2698. package/icons/bootstrap/shield-slash-fill.js +0 -1
  2699. package/icons/bootstrap/shield-slash.js +0 -1
  2700. package/icons/bootstrap/shield-x.js +0 -1
  2701. package/icons/bootstrap/shield.js +0 -1
  2702. package/icons/bootstrap/shift-fill.js +0 -1
  2703. package/icons/bootstrap/shift.js +0 -1
  2704. package/icons/bootstrap/shop-window.js +0 -1
  2705. package/icons/bootstrap/shop.js +0 -1
  2706. package/icons/bootstrap/shuffle.js +0 -1
  2707. package/icons/bootstrap/sign-dead-end-fill.js +0 -1
  2708. package/icons/bootstrap/sign-dead-end.js +0 -1
  2709. package/icons/bootstrap/sign-do-not-enter-fill.js +0 -1
  2710. package/icons/bootstrap/sign-do-not-enter.js +0 -1
  2711. package/icons/bootstrap/sign-intersection-fill.js +0 -1
  2712. package/icons/bootstrap/sign-intersection-side-fill.js +0 -1
  2713. package/icons/bootstrap/sign-intersection-side.js +0 -1
  2714. package/icons/bootstrap/sign-intersection-t-fill.js +0 -1
  2715. package/icons/bootstrap/sign-intersection-t.js +0 -1
  2716. package/icons/bootstrap/sign-intersection-y-fill.js +0 -1
  2717. package/icons/bootstrap/sign-intersection-y.js +0 -1
  2718. package/icons/bootstrap/sign-intersection.js +0 -1
  2719. package/icons/bootstrap/sign-merge-left-fill.js +0 -1
  2720. package/icons/bootstrap/sign-merge-left.js +0 -1
  2721. package/icons/bootstrap/sign-merge-right-fill.js +0 -1
  2722. package/icons/bootstrap/sign-merge-right.js +0 -1
  2723. package/icons/bootstrap/sign-no-left-turn-fill.js +0 -1
  2724. package/icons/bootstrap/sign-no-left-turn.js +0 -1
  2725. package/icons/bootstrap/sign-no-parking-fill.js +0 -1
  2726. package/icons/bootstrap/sign-no-parking.js +0 -1
  2727. package/icons/bootstrap/sign-no-right-turn-fill.js +0 -1
  2728. package/icons/bootstrap/sign-no-right-turn.js +0 -1
  2729. package/icons/bootstrap/sign-railroad-fill.js +0 -1
  2730. package/icons/bootstrap/sign-railroad.js +0 -1
  2731. package/icons/bootstrap/sign-stop-fill.js +0 -1
  2732. package/icons/bootstrap/sign-stop-lights-fill.js +0 -1
  2733. package/icons/bootstrap/sign-stop-lights.js +0 -1
  2734. package/icons/bootstrap/sign-stop.js +0 -1
  2735. package/icons/bootstrap/sign-turn-left-fill.js +0 -1
  2736. package/icons/bootstrap/sign-turn-left.js +0 -1
  2737. package/icons/bootstrap/sign-turn-right-fill.js +0 -1
  2738. package/icons/bootstrap/sign-turn-right.js +0 -1
  2739. package/icons/bootstrap/sign-turn-slight-left-fill.js +0 -1
  2740. package/icons/bootstrap/sign-turn-slight-left.js +0 -1
  2741. package/icons/bootstrap/sign-turn-slight-right-fill.js +0 -1
  2742. package/icons/bootstrap/sign-turn-slight-right.js +0 -1
  2743. package/icons/bootstrap/sign-yield-fill.js +0 -1
  2744. package/icons/bootstrap/sign-yield.js +0 -1
  2745. package/icons/bootstrap/signal.js +0 -1
  2746. package/icons/bootstrap/signpost-2-fill.js +0 -1
  2747. package/icons/bootstrap/signpost-2.js +0 -1
  2748. package/icons/bootstrap/signpost-fill.js +0 -1
  2749. package/icons/bootstrap/signpost-split-fill.js +0 -1
  2750. package/icons/bootstrap/signpost-split.js +0 -1
  2751. package/icons/bootstrap/signpost.js +0 -1
  2752. package/icons/bootstrap/sim-fill.js +0 -1
  2753. package/icons/bootstrap/sim-slash-fill.js +0 -1
  2754. package/icons/bootstrap/sim-slash.js +0 -1
  2755. package/icons/bootstrap/sim.js +0 -1
  2756. package/icons/bootstrap/sina-weibo.js +0 -1
  2757. package/icons/bootstrap/skip-backward-btn-fill.js +0 -1
  2758. package/icons/bootstrap/skip-backward-btn.js +0 -1
  2759. package/icons/bootstrap/skip-backward-circle-fill.js +0 -1
  2760. package/icons/bootstrap/skip-backward-circle.js +0 -1
  2761. package/icons/bootstrap/skip-backward-fill.js +0 -1
  2762. package/icons/bootstrap/skip-backward.js +0 -1
  2763. package/icons/bootstrap/skip-end-btn-fill.js +0 -1
  2764. package/icons/bootstrap/skip-end-btn.js +0 -1
  2765. package/icons/bootstrap/skip-end-circle-fill.js +0 -1
  2766. package/icons/bootstrap/skip-end-circle.js +0 -1
  2767. package/icons/bootstrap/skip-end-fill.js +0 -1
  2768. package/icons/bootstrap/skip-end.js +0 -1
  2769. package/icons/bootstrap/skip-forward-btn-fill.js +0 -1
  2770. package/icons/bootstrap/skip-forward-btn.js +0 -1
  2771. package/icons/bootstrap/skip-forward-circle-fill.js +0 -1
  2772. package/icons/bootstrap/skip-forward-circle.js +0 -1
  2773. package/icons/bootstrap/skip-forward-fill.js +0 -1
  2774. package/icons/bootstrap/skip-forward.js +0 -1
  2775. package/icons/bootstrap/skip-start-btn-fill.js +0 -1
  2776. package/icons/bootstrap/skip-start-btn.js +0 -1
  2777. package/icons/bootstrap/skip-start-circle-fill.js +0 -1
  2778. package/icons/bootstrap/skip-start-circle.js +0 -1
  2779. package/icons/bootstrap/skip-start-fill.js +0 -1
  2780. package/icons/bootstrap/skip-start.js +0 -1
  2781. package/icons/bootstrap/skype.js +0 -1
  2782. package/icons/bootstrap/slack.js +0 -1
  2783. package/icons/bootstrap/slash-circle-fill.js +0 -1
  2784. package/icons/bootstrap/slash-circle.js +0 -1
  2785. package/icons/bootstrap/slash-lg.js +0 -1
  2786. package/icons/bootstrap/slash-square-fill.js +0 -1
  2787. package/icons/bootstrap/slash-square.js +0 -1
  2788. package/icons/bootstrap/slash.js +0 -1
  2789. package/icons/bootstrap/sliders.js +0 -1
  2790. package/icons/bootstrap/sliders2-vertical.js +0 -1
  2791. package/icons/bootstrap/sliders2.js +0 -1
  2792. package/icons/bootstrap/smartwatch.js +0 -1
  2793. package/icons/bootstrap/snapchat.js +0 -1
  2794. package/icons/bootstrap/snow.js +0 -1
  2795. package/icons/bootstrap/snow2.js +0 -1
  2796. package/icons/bootstrap/snow3.js +0 -1
  2797. package/icons/bootstrap/sort-alpha-down-alt.js +0 -1
  2798. package/icons/bootstrap/sort-alpha-down.js +0 -1
  2799. package/icons/bootstrap/sort-alpha-up-alt.js +0 -1
  2800. package/icons/bootstrap/sort-alpha-up.js +0 -1
  2801. package/icons/bootstrap/sort-down-alt.js +0 -1
  2802. package/icons/bootstrap/sort-down.js +0 -1
  2803. package/icons/bootstrap/sort-numeric-down-alt.js +0 -1
  2804. package/icons/bootstrap/sort-numeric-down.js +0 -1
  2805. package/icons/bootstrap/sort-numeric-up-alt.js +0 -1
  2806. package/icons/bootstrap/sort-numeric-up.js +0 -1
  2807. package/icons/bootstrap/sort-up-alt.js +0 -1
  2808. package/icons/bootstrap/sort-up.js +0 -1
  2809. package/icons/bootstrap/soundwave.js +0 -1
  2810. package/icons/bootstrap/sourceforge.js +0 -1
  2811. package/icons/bootstrap/speaker-fill.js +0 -1
  2812. package/icons/bootstrap/speaker.js +0 -1
  2813. package/icons/bootstrap/speedometer.js +0 -1
  2814. package/icons/bootstrap/speedometer2.js +0 -1
  2815. package/icons/bootstrap/spellcheck.js +0 -1
  2816. package/icons/bootstrap/spotify.js +0 -1
  2817. package/icons/bootstrap/square-fill.js +0 -1
  2818. package/icons/bootstrap/square-half.js +0 -1
  2819. package/icons/bootstrap/square.js +0 -1
  2820. package/icons/bootstrap/stack-overflow.js +0 -1
  2821. package/icons/bootstrap/stack.js +0 -1
  2822. package/icons/bootstrap/star-fill.js +0 -1
  2823. package/icons/bootstrap/star-half.js +0 -1
  2824. package/icons/bootstrap/star.js +0 -1
  2825. package/icons/bootstrap/stars.js +0 -1
  2826. package/icons/bootstrap/steam.js +0 -1
  2827. package/icons/bootstrap/stickies-fill.js +0 -1
  2828. package/icons/bootstrap/stickies.js +0 -1
  2829. package/icons/bootstrap/sticky-fill.js +0 -1
  2830. package/icons/bootstrap/sticky.js +0 -1
  2831. package/icons/bootstrap/stop-btn-fill.js +0 -1
  2832. package/icons/bootstrap/stop-btn.js +0 -1
  2833. package/icons/bootstrap/stop-circle-fill.js +0 -1
  2834. package/icons/bootstrap/stop-circle.js +0 -1
  2835. package/icons/bootstrap/stop-fill.js +0 -1
  2836. package/icons/bootstrap/stop.js +0 -1
  2837. package/icons/bootstrap/stoplights-fill.js +0 -1
  2838. package/icons/bootstrap/stoplights.js +0 -1
  2839. package/icons/bootstrap/stopwatch-fill.js +0 -1
  2840. package/icons/bootstrap/stopwatch.js +0 -1
  2841. package/icons/bootstrap/strava.js +0 -1
  2842. package/icons/bootstrap/stripe.js +0 -1
  2843. package/icons/bootstrap/subscript.js +0 -1
  2844. package/icons/bootstrap/substack.js +0 -1
  2845. package/icons/bootstrap/subtract.js +0 -1
  2846. package/icons/bootstrap/suit-club-fill.js +0 -1
  2847. package/icons/bootstrap/suit-club.js +0 -1
  2848. package/icons/bootstrap/suit-diamond-fill.js +0 -1
  2849. package/icons/bootstrap/suit-diamond.js +0 -1
  2850. package/icons/bootstrap/suit-heart-fill.js +0 -1
  2851. package/icons/bootstrap/suit-heart.js +0 -1
  2852. package/icons/bootstrap/suit-spade-fill.js +0 -1
  2853. package/icons/bootstrap/suit-spade.js +0 -1
  2854. package/icons/bootstrap/suitcase-fill.js +0 -1
  2855. package/icons/bootstrap/suitcase-lg-fill.js +0 -1
  2856. package/icons/bootstrap/suitcase-lg.js +0 -1
  2857. package/icons/bootstrap/suitcase.js +0 -1
  2858. package/icons/bootstrap/suitcase2-fill.js +0 -1
  2859. package/icons/bootstrap/suitcase2.js +0 -1
  2860. package/icons/bootstrap/sun-fill.js +0 -1
  2861. package/icons/bootstrap/sun.js +0 -1
  2862. package/icons/bootstrap/sunglasses.js +0 -1
  2863. package/icons/bootstrap/sunrise-fill.js +0 -1
  2864. package/icons/bootstrap/sunrise.js +0 -1
  2865. package/icons/bootstrap/sunset-fill.js +0 -1
  2866. package/icons/bootstrap/sunset.js +0 -1
  2867. package/icons/bootstrap/superscript.js +0 -1
  2868. package/icons/bootstrap/symmetry-horizontal.js +0 -1
  2869. package/icons/bootstrap/symmetry-vertical.js +0 -1
  2870. package/icons/bootstrap/table.js +0 -1
  2871. package/icons/bootstrap/tablet-fill.js +0 -1
  2872. package/icons/bootstrap/tablet-landscape-fill.js +0 -1
  2873. package/icons/bootstrap/tablet-landscape.js +0 -1
  2874. package/icons/bootstrap/tablet.js +0 -1
  2875. package/icons/bootstrap/tag-fill.js +0 -1
  2876. package/icons/bootstrap/tag.js +0 -1
  2877. package/icons/bootstrap/tags-fill.js +0 -1
  2878. package/icons/bootstrap/tags.js +0 -1
  2879. package/icons/bootstrap/taxi-front-fill.js +0 -1
  2880. package/icons/bootstrap/taxi-front.js +0 -1
  2881. package/icons/bootstrap/telegram.js +0 -1
  2882. package/icons/bootstrap/telephone-fill.js +0 -1
  2883. package/icons/bootstrap/telephone-forward-fill.js +0 -1
  2884. package/icons/bootstrap/telephone-forward.js +0 -1
  2885. package/icons/bootstrap/telephone-inbound-fill.js +0 -1
  2886. package/icons/bootstrap/telephone-inbound.js +0 -1
  2887. package/icons/bootstrap/telephone-minus-fill.js +0 -1
  2888. package/icons/bootstrap/telephone-minus.js +0 -1
  2889. package/icons/bootstrap/telephone-outbound-fill.js +0 -1
  2890. package/icons/bootstrap/telephone-outbound.js +0 -1
  2891. package/icons/bootstrap/telephone-plus-fill.js +0 -1
  2892. package/icons/bootstrap/telephone-plus.js +0 -1
  2893. package/icons/bootstrap/telephone-x-fill.js +0 -1
  2894. package/icons/bootstrap/telephone-x.js +0 -1
  2895. package/icons/bootstrap/telephone.js +0 -1
  2896. package/icons/bootstrap/tencent-qq.js +0 -1
  2897. package/icons/bootstrap/terminal-dash.js +0 -1
  2898. package/icons/bootstrap/terminal-fill.js +0 -1
  2899. package/icons/bootstrap/terminal-plus.js +0 -1
  2900. package/icons/bootstrap/terminal-split.js +0 -1
  2901. package/icons/bootstrap/terminal-x.js +0 -1
  2902. package/icons/bootstrap/terminal.js +0 -1
  2903. package/icons/bootstrap/text-center.js +0 -1
  2904. package/icons/bootstrap/text-indent-left.js +0 -1
  2905. package/icons/bootstrap/text-indent-right.js +0 -1
  2906. package/icons/bootstrap/text-left.js +0 -1
  2907. package/icons/bootstrap/text-paragraph.js +0 -1
  2908. package/icons/bootstrap/text-right.js +0 -1
  2909. package/icons/bootstrap/text-wrap.js +0 -1
  2910. package/icons/bootstrap/textarea-resize.js +0 -1
  2911. package/icons/bootstrap/textarea-t.js +0 -1
  2912. package/icons/bootstrap/textarea.js +0 -1
  2913. package/icons/bootstrap/thermometer-half.js +0 -1
  2914. package/icons/bootstrap/thermometer-high.js +0 -1
  2915. package/icons/bootstrap/thermometer-low.js +0 -1
  2916. package/icons/bootstrap/thermometer-snow.js +0 -1
  2917. package/icons/bootstrap/thermometer-sun.js +0 -1
  2918. package/icons/bootstrap/thermometer.js +0 -1
  2919. package/icons/bootstrap/threads-fill.js +0 -1
  2920. package/icons/bootstrap/threads.js +0 -1
  2921. package/icons/bootstrap/three-dots-vertical.js +0 -1
  2922. package/icons/bootstrap/three-dots.js +0 -1
  2923. package/icons/bootstrap/thunderbolt-fill.js +0 -1
  2924. package/icons/bootstrap/thunderbolt.js +0 -1
  2925. package/icons/bootstrap/ticket-detailed-fill.js +0 -1
  2926. package/icons/bootstrap/ticket-detailed.js +0 -1
  2927. package/icons/bootstrap/ticket-fill.js +0 -1
  2928. package/icons/bootstrap/ticket-perforated-fill.js +0 -1
  2929. package/icons/bootstrap/ticket-perforated.js +0 -1
  2930. package/icons/bootstrap/ticket.js +0 -1
  2931. package/icons/bootstrap/tiktok.js +0 -1
  2932. package/icons/bootstrap/toggle-off.js +0 -1
  2933. package/icons/bootstrap/toggle-on.js +0 -1
  2934. package/icons/bootstrap/toggle2-off.js +0 -1
  2935. package/icons/bootstrap/toggle2-on.js +0 -1
  2936. package/icons/bootstrap/toggles.js +0 -1
  2937. package/icons/bootstrap/toggles2.js +0 -1
  2938. package/icons/bootstrap/tools.js +0 -1
  2939. package/icons/bootstrap/tornado.js +0 -1
  2940. package/icons/bootstrap/train-freight-front-fill.js +0 -1
  2941. package/icons/bootstrap/train-freight-front.js +0 -1
  2942. package/icons/bootstrap/train-front-fill.js +0 -1
  2943. package/icons/bootstrap/train-front.js +0 -1
  2944. package/icons/bootstrap/train-lightrail-front-fill.js +0 -1
  2945. package/icons/bootstrap/train-lightrail-front.js +0 -1
  2946. package/icons/bootstrap/translate.js +0 -1
  2947. package/icons/bootstrap/transparency.js +0 -1
  2948. package/icons/bootstrap/trash-fill.js +0 -1
  2949. package/icons/bootstrap/trash.js +0 -1
  2950. package/icons/bootstrap/trash2-fill.js +0 -1
  2951. package/icons/bootstrap/trash2.js +0 -1
  2952. package/icons/bootstrap/trash3-fill.js +0 -1
  2953. package/icons/bootstrap/trash3.js +0 -1
  2954. package/icons/bootstrap/tree-fill.js +0 -1
  2955. package/icons/bootstrap/tree.js +0 -1
  2956. package/icons/bootstrap/trello.js +0 -1
  2957. package/icons/bootstrap/triangle-fill.js +0 -1
  2958. package/icons/bootstrap/triangle-half.js +0 -1
  2959. package/icons/bootstrap/triangle.js +0 -1
  2960. package/icons/bootstrap/trophy-fill.js +0 -1
  2961. package/icons/bootstrap/trophy.js +0 -1
  2962. package/icons/bootstrap/tropical-storm.js +0 -1
  2963. package/icons/bootstrap/truck-flatbed.js +0 -1
  2964. package/icons/bootstrap/truck-front-fill.js +0 -1
  2965. package/icons/bootstrap/truck-front.js +0 -1
  2966. package/icons/bootstrap/truck.js +0 -1
  2967. package/icons/bootstrap/tsunami.js +0 -1
  2968. package/icons/bootstrap/tv-fill.js +0 -1
  2969. package/icons/bootstrap/tv.js +0 -1
  2970. package/icons/bootstrap/twitch.js +0 -1
  2971. package/icons/bootstrap/twitter-x.js +0 -1
  2972. package/icons/bootstrap/twitter.js +0 -1
  2973. package/icons/bootstrap/type-bold.js +0 -1
  2974. package/icons/bootstrap/type-h1.js +0 -1
  2975. package/icons/bootstrap/type-h2.js +0 -1
  2976. package/icons/bootstrap/type-h3.js +0 -1
  2977. package/icons/bootstrap/type-h4.js +0 -1
  2978. package/icons/bootstrap/type-h5.js +0 -1
  2979. package/icons/bootstrap/type-h6.js +0 -1
  2980. package/icons/bootstrap/type-italic.js +0 -1
  2981. package/icons/bootstrap/type-strikethrough.js +0 -1
  2982. package/icons/bootstrap/type-underline.js +0 -1
  2983. package/icons/bootstrap/type.js +0 -1
  2984. package/icons/bootstrap/ubuntu.js +0 -1
  2985. package/icons/bootstrap/ui-checks-grid.js +0 -1
  2986. package/icons/bootstrap/ui-checks.js +0 -1
  2987. package/icons/bootstrap/ui-radios-grid.js +0 -1
  2988. package/icons/bootstrap/ui-radios.js +0 -1
  2989. package/icons/bootstrap/umbrella-fill.js +0 -1
  2990. package/icons/bootstrap/umbrella.js +0 -1
  2991. package/icons/bootstrap/unindent.js +0 -1
  2992. package/icons/bootstrap/union.js +0 -1
  2993. package/icons/bootstrap/unity.js +0 -1
  2994. package/icons/bootstrap/universal-access-circle.js +0 -1
  2995. package/icons/bootstrap/universal-access.js +0 -1
  2996. package/icons/bootstrap/unlock-fill.js +0 -1
  2997. package/icons/bootstrap/unlock.js +0 -1
  2998. package/icons/bootstrap/upc-scan.js +0 -1
  2999. package/icons/bootstrap/upc.js +0 -1
  3000. package/icons/bootstrap/upload.js +0 -1
  3001. package/icons/bootstrap/usb-c-fill.js +0 -1
  3002. package/icons/bootstrap/usb-c.js +0 -1
  3003. package/icons/bootstrap/usb-drive-fill.js +0 -1
  3004. package/icons/bootstrap/usb-drive.js +0 -1
  3005. package/icons/bootstrap/usb-fill.js +0 -1
  3006. package/icons/bootstrap/usb-micro-fill.js +0 -1
  3007. package/icons/bootstrap/usb-micro.js +0 -1
  3008. package/icons/bootstrap/usb-mini-fill.js +0 -1
  3009. package/icons/bootstrap/usb-mini.js +0 -1
  3010. package/icons/bootstrap/usb-plug-fill.js +0 -1
  3011. package/icons/bootstrap/usb-plug.js +0 -1
  3012. package/icons/bootstrap/usb-symbol.js +0 -1
  3013. package/icons/bootstrap/usb.js +0 -1
  3014. package/icons/bootstrap/valentine.js +0 -1
  3015. package/icons/bootstrap/valentine2.js +0 -1
  3016. package/icons/bootstrap/vector-pen.js +0 -1
  3017. package/icons/bootstrap/view-list.js +0 -1
  3018. package/icons/bootstrap/view-stacked.js +0 -1
  3019. package/icons/bootstrap/vignette.js +0 -1
  3020. package/icons/bootstrap/vimeo.js +0 -1
  3021. package/icons/bootstrap/vinyl-fill.js +0 -1
  3022. package/icons/bootstrap/vinyl.js +0 -1
  3023. package/icons/bootstrap/virus.js +0 -1
  3024. package/icons/bootstrap/virus2.js +0 -1
  3025. package/icons/bootstrap/voicemail.js +0 -1
  3026. package/icons/bootstrap/volume-down-fill.js +0 -1
  3027. package/icons/bootstrap/volume-down.js +0 -1
  3028. package/icons/bootstrap/volume-mute-fill.js +0 -1
  3029. package/icons/bootstrap/volume-mute.js +0 -1
  3030. package/icons/bootstrap/volume-off-fill.js +0 -1
  3031. package/icons/bootstrap/volume-off.js +0 -1
  3032. package/icons/bootstrap/volume-up-fill.js +0 -1
  3033. package/icons/bootstrap/volume-up.js +0 -1
  3034. package/icons/bootstrap/vr.js +0 -1
  3035. package/icons/bootstrap/wallet-fill.js +0 -1
  3036. package/icons/bootstrap/wallet.js +0 -1
  3037. package/icons/bootstrap/wallet2.js +0 -1
  3038. package/icons/bootstrap/watch.js +0 -1
  3039. package/icons/bootstrap/water.js +0 -1
  3040. package/icons/bootstrap/webcam-fill.js +0 -1
  3041. package/icons/bootstrap/webcam.js +0 -1
  3042. package/icons/bootstrap/wechat.js +0 -1
  3043. package/icons/bootstrap/whatsapp.js +0 -1
  3044. package/icons/bootstrap/wifi-1.js +0 -1
  3045. package/icons/bootstrap/wifi-2.js +0 -1
  3046. package/icons/bootstrap/wifi-off.js +0 -1
  3047. package/icons/bootstrap/wifi.js +0 -1
  3048. package/icons/bootstrap/wikipedia.js +0 -1
  3049. package/icons/bootstrap/wind.js +0 -1
  3050. package/icons/bootstrap/window-dash.js +0 -1
  3051. package/icons/bootstrap/window-desktop.js +0 -1
  3052. package/icons/bootstrap/window-dock.js +0 -1
  3053. package/icons/bootstrap/window-fullscreen.js +0 -1
  3054. package/icons/bootstrap/window-plus.js +0 -1
  3055. package/icons/bootstrap/window-sidebar.js +0 -1
  3056. package/icons/bootstrap/window-split.js +0 -1
  3057. package/icons/bootstrap/window-stack.js +0 -1
  3058. package/icons/bootstrap/window-x.js +0 -1
  3059. package/icons/bootstrap/window.js +0 -1
  3060. package/icons/bootstrap/windows.js +0 -1
  3061. package/icons/bootstrap/wordpress.js +0 -1
  3062. package/icons/bootstrap/wrench-adjustable-circle-fill.js +0 -1
  3063. package/icons/bootstrap/wrench-adjustable-circle.js +0 -1
  3064. package/icons/bootstrap/wrench-adjustable.js +0 -1
  3065. package/icons/bootstrap/wrench.js +0 -1
  3066. package/icons/bootstrap/x-circle-fill.js +0 -1
  3067. package/icons/bootstrap/x-circle.js +0 -1
  3068. package/icons/bootstrap/x-diamond-fill.js +0 -1
  3069. package/icons/bootstrap/x-diamond.js +0 -1
  3070. package/icons/bootstrap/x-lg.js +0 -1
  3071. package/icons/bootstrap/x-octagon-fill.js +0 -1
  3072. package/icons/bootstrap/x-octagon.js +0 -1
  3073. package/icons/bootstrap/x-square-fill.js +0 -1
  3074. package/icons/bootstrap/x-square.js +0 -1
  3075. package/icons/bootstrap/x.js +0 -1
  3076. package/icons/bootstrap/xbox.js +0 -1
  3077. package/icons/bootstrap/yelp.js +0 -1
  3078. package/icons/bootstrap/yin-yang.js +0 -1
  3079. package/icons/bootstrap/youtube.js +0 -1
  3080. package/icons/bootstrap/zoom-in.js +0 -1
  3081. package/icons/bootstrap/zoom-out.js +0 -1
  3082. package/icons/gcp/access-context-manager.js +0 -1
  3083. package/icons/gcp/administration.js +0 -1
  3084. package/icons/gcp/advanced-agent-modeling.js +0 -1
  3085. package/icons/gcp/advanced-solutions-lab.js +0 -1
  3086. package/icons/gcp/agent-assist.js +0 -1
  3087. package/icons/gcp/ai-hub.js +0 -1
  3088. package/icons/gcp/ai-platform-unified.js +0 -1
  3089. package/icons/gcp/ai-platform.js +0 -1
  3090. package/icons/gcp/analytics-hub.js +0 -1
  3091. package/icons/gcp/anthos-config-management.js +0 -1
  3092. package/icons/gcp/anthos-service-mesh.js +0 -1
  3093. package/icons/gcp/anthos.js +0 -1
  3094. package/icons/gcp/api-analytics.js +0 -1
  3095. package/icons/gcp/api-monetization.js +0 -1
  3096. package/icons/gcp/api.js +0 -1
  3097. package/icons/gcp/apigee-api-platform.js +0 -1
  3098. package/icons/gcp/apigee-sense.js +0 -1
  3099. package/icons/gcp/app-engine.js +0 -1
  3100. package/icons/gcp/artifact-registry.js +0 -1
  3101. package/icons/gcp/asset-inventory.js +0 -1
  3102. package/icons/gcp/assured-workloads.js +0 -1
  3103. package/icons/gcp/auto-ml-natural-language.js +0 -1
  3104. package/icons/gcp/auto-ml-tables.js +0 -1
  3105. package/icons/gcp/auto-ml-translation.js +0 -1
  3106. package/icons/gcp/auto-ml-video-intelligence.js +0 -1
  3107. package/icons/gcp/auto-ml-vision.js +0 -1
  3108. package/icons/gcp/auto-ml.js +0 -1
  3109. package/icons/gcp/bare-metal-solutions.js +0 -1
  3110. package/icons/gcp/batch.js +0 -1
  3111. package/icons/gcp/beyondcorp.js +0 -1
  3112. package/icons/gcp/big-query.js +0 -1
  3113. package/icons/gcp/bigtable.js +0 -1
  3114. package/icons/gcp/billing.js +0 -1
  3115. package/icons/gcp/binary-authorization.js +0 -1
  3116. package/icons/gcp/catalog.js +0 -1
  3117. package/icons/gcp/certificate-authority-service.js +0 -1
  3118. package/icons/gcp/certificate-manager.js +0 -1
  3119. package/icons/gcp/cloud-api-gateway.js +0 -1
  3120. package/icons/gcp/cloud-apis.js +0 -1
  3121. package/icons/gcp/cloud-armor.js +0 -1
  3122. package/icons/gcp/cloud-asset-inventory.js +0 -1
  3123. package/icons/gcp/cloud-audit-logs.js +0 -1
  3124. package/icons/gcp/cloud-build.js +0 -1
  3125. package/icons/gcp/cloud-cdn.js +0 -1
  3126. package/icons/gcp/cloud-code.js +0 -1
  3127. package/icons/gcp/cloud-composer.js +0 -1
  3128. package/icons/gcp/cloud-data-fusion.js +0 -1
  3129. package/icons/gcp/cloud-deploy.js +0 -1
  3130. package/icons/gcp/cloud-deployment-manager.js +0 -1
  3131. package/icons/gcp/cloud-dns.js +0 -1
  3132. package/icons/gcp/cloud-domains.js +0 -1
  3133. package/icons/gcp/cloud-ekm.js +0 -1
  3134. package/icons/gcp/cloud-endpoints.js +0 -1
  3135. package/icons/gcp/cloud-external-ip-addresses.js +0 -1
  3136. package/icons/gcp/cloud-firewall-rules.js +0 -1
  3137. package/icons/gcp/cloud-for-marketing.js +0 -1
  3138. package/icons/gcp/cloud-functions.js +0 -1
  3139. package/icons/gcp/cloud-generic.js +0 -1
  3140. package/icons/gcp/cloud-gpu.js +0 -1
  3141. package/icons/gcp/cloud-healthcare-api.js +0 -1
  3142. package/icons/gcp/cloud-healthcare-marketplace.js +0 -1
  3143. package/icons/gcp/cloud-hsm.js +0 -1
  3144. package/icons/gcp/cloud-ids.js +0 -1
  3145. package/icons/gcp/cloud-inference-api.js +0 -1
  3146. package/icons/gcp/cloud-interconnect.js +0 -1
  3147. package/icons/gcp/cloud-jobs-api.js +0 -1
  3148. package/icons/gcp/cloud-load-balancing.js +0 -1
  3149. package/icons/gcp/cloud-logging.js +0 -1
  3150. package/icons/gcp/cloud-media-edge.js +0 -1
  3151. package/icons/gcp/cloud-monitoring.js +0 -1
  3152. package/icons/gcp/cloud-nat.js +0 -1
  3153. package/icons/gcp/cloud-natural-language-api.js +0 -1
  3154. package/icons/gcp/cloud-network.js +0 -1
  3155. package/icons/gcp/cloud-ops.js +0 -1
  3156. package/icons/gcp/cloud-optimization-ai-fleet-routing-api.js +0 -1
  3157. package/icons/gcp/cloud-optimization-ai.js +0 -1
  3158. package/icons/gcp/cloud-router.js +0 -1
  3159. package/icons/gcp/cloud-routes.js +0 -1
  3160. package/icons/gcp/cloud-run-for-anthos.js +0 -1
  3161. package/icons/gcp/cloud-run.js +0 -1
  3162. package/icons/gcp/cloud-scheduler.js +0 -1
  3163. package/icons/gcp/cloud-security-scanner.js +0 -1
  3164. package/icons/gcp/cloud-shell.js +0 -1
  3165. package/icons/gcp/cloud-spanner.js +0 -1
  3166. package/icons/gcp/cloud-sql.js +0 -1
  3167. package/icons/gcp/cloud-storage.js +0 -1
  3168. package/icons/gcp/cloud-tasks.js +0 -1
  3169. package/icons/gcp/cloud-test-lab.js +0 -1
  3170. package/icons/gcp/cloud-tpu.js +0 -1
  3171. package/icons/gcp/cloud-translation-api.js +0 -1
  3172. package/icons/gcp/cloud-vision-api.js +0 -1
  3173. package/icons/gcp/cloud-vpn.js +0 -1
  3174. package/icons/gcp/compute-engine.js +0 -1
  3175. package/icons/gcp/configuration-management.js +0 -1
  3176. package/icons/gcp/connectivity-test.js +0 -1
  3177. package/icons/gcp/connectors.js +0 -1
  3178. package/icons/gcp/contact-center-ai.js +0 -1
  3179. package/icons/gcp/container-optimized-os.js +0 -1
  3180. package/icons/gcp/container-registry.js +0 -1
  3181. package/icons/gcp/data-catalog.js +0 -1
  3182. package/icons/gcp/data-labeling.js +0 -1
  3183. package/icons/gcp/data-layers.js +0 -1
  3184. package/icons/gcp/data-loss-prevention-api.js +0 -1
  3185. package/icons/gcp/data-qn-a.js +0 -1
  3186. package/icons/gcp/data-studio.js +0 -1
  3187. package/icons/gcp/data-transfer.js +0 -1
  3188. package/icons/gcp/database-migration-service.js +0 -1
  3189. package/icons/gcp/dataflow.js +0 -1
  3190. package/icons/gcp/datalab.js +0 -1
  3191. package/icons/gcp/dataplex.js +0 -1
  3192. package/icons/gcp/datapol.js +0 -1
  3193. package/icons/gcp/dataprep.js +0 -1
  3194. package/icons/gcp/dataproc-metastore.js +0 -1
  3195. package/icons/gcp/dataproc.js +0 -1
  3196. package/icons/gcp/datashare.js +0 -1
  3197. package/icons/gcp/datastore.js +0 -1
  3198. package/icons/gcp/datastream.js +0 -1
  3199. package/icons/gcp/debugger.js +0 -1
  3200. package/icons/gcp/developer-portal.js +0 -1
  3201. package/icons/gcp/dialogflow-cx.js +0 -1
  3202. package/icons/gcp/dialogflow-insights.js +0 -1
  3203. package/icons/gcp/dialogflow.js +0 -1
  3204. package/icons/gcp/document-ai.js +0 -1
  3205. package/icons/gcp/early-access-center.js +0 -1
  3206. package/icons/gcp/error-reporting.js +0 -1
  3207. package/icons/gcp/eventarc.js +0 -1
  3208. package/icons/gcp/filestore.js +0 -1
  3209. package/icons/gcp/financial-services-marketplace.js +0 -1
  3210. package/icons/gcp/firestore.js +0 -1
  3211. package/icons/gcp/fleet-engine.js +0 -1
  3212. package/icons/gcp/free-trial.js +0 -1
  3213. package/icons/gcp/game-servers.js +0 -1
  3214. package/icons/gcp/gce-systems-management.js +0 -1
  3215. package/icons/gcp/genomics.js +0 -1
  3216. package/icons/gcp/gke-on-prem.js +0 -1
  3217. package/icons/gcp/google-cloud-marketplace.js +0 -1
  3218. package/icons/gcp/google-kubernetes-engine.js +0 -1
  3219. package/icons/gcp/google-maps-platform.js +0 -1
  3220. package/icons/gcp/healthcare-nlp-api.js +0 -1
  3221. package/icons/gcp/home.js +0 -1
  3222. package/icons/gcp/identity-and-access-management.js +0 -1
  3223. package/icons/gcp/identity-aware-proxy.js +0 -1
  3224. package/icons/gcp/identity-platform.js +0 -1
  3225. package/icons/gcp/iot-core.js +0 -1
  3226. package/icons/gcp/iot-edge.js +0 -1
  3227. package/icons/gcp/key-access-justifications.js +0 -1
  3228. package/icons/gcp/key-management-service.js +0 -1
  3229. package/icons/gcp/kuberun.js +0 -1
  3230. package/icons/gcp/launcher.js +0 -1
  3231. package/icons/gcp/local-ssd.js +0 -1
  3232. package/icons/gcp/looker.js +0 -1
  3233. package/icons/gcp/managed-service-for-microsoft-active-directory.js +0 -1
  3234. package/icons/gcp/media-translation-api.js +0 -1
  3235. package/icons/gcp/memorystore.js +0 -1
  3236. package/icons/gcp/migrate-for-anthos.js +0 -1
  3237. package/icons/gcp/migrate-for-compute-engine.js +0 -1
  3238. package/icons/gcp/my-cloud.js +0 -1
  3239. package/icons/gcp/network-connectivity-center.js +0 -1
  3240. package/icons/gcp/network-intelligence-center.js +0 -1
  3241. package/icons/gcp/network-security.js +0 -1
  3242. package/icons/gcp/network-tiers.js +0 -1
  3243. package/icons/gcp/network-topology.js +0 -1
  3244. package/icons/gcp/onboarding.js +0 -1
  3245. package/icons/gcp/os-configuration-management.js +0 -1
  3246. package/icons/gcp/os-inventory-management.js +0 -1
  3247. package/icons/gcp/os-patch-management.js +0 -1
  3248. package/icons/gcp/partner-interconnect.js +0 -1
  3249. package/icons/gcp/partner-portal.js +0 -1
  3250. package/icons/gcp/performance-dashboard.js +0 -1
  3251. package/icons/gcp/permissions.js +0 -1
  3252. package/icons/gcp/persistent-disk.js +0 -1
  3253. package/icons/gcp/phishing-protection.js +0 -1
  3254. package/icons/gcp/policy-analyzer.js +0 -1
  3255. package/icons/gcp/premium-network-tier.js +0 -1
  3256. package/icons/gcp/private-connectivity.js +0 -1
  3257. package/icons/gcp/private-service-connect.js +0 -1
  3258. package/icons/gcp/producer-portal.js +0 -1
  3259. package/icons/gcp/profiler.js +0 -1
  3260. package/icons/gcp/project.js +0 -1
  3261. package/icons/gcp/pub-sub.js +0 -1
  3262. package/icons/gcp/quantum-engine.js +0 -1
  3263. package/icons/gcp/quotas.js +0 -1
  3264. package/icons/gcp/real-world-insights.js +0 -1
  3265. package/icons/gcp/recommendations-ai.js +0 -1
  3266. package/icons/gcp/release-notes.js +0 -1
  3267. package/icons/gcp/retail-api.js +0 -1
  3268. package/icons/gcp/risk-manager.js +0 -1
  3269. package/icons/gcp/runtime-config.js +0 -1
  3270. package/icons/gcp/secret-manager.js +0 -1
  3271. package/icons/gcp/security-command-center.js +0 -1
  3272. package/icons/gcp/security-health-advisor.js +0 -1
  3273. package/icons/gcp/security-key-enforcement.js +0 -1
  3274. package/icons/gcp/security.js +0 -1
  3275. package/icons/gcp/service-discovery.js +0 -1
  3276. package/icons/gcp/speech-to-text.js +0 -1
  3277. package/icons/gcp/stackdriver.js +0 -1
  3278. package/icons/gcp/standard-network-tier.js +0 -1
  3279. package/icons/gcp/stream-suite.js +0 -1
  3280. package/icons/gcp/support.js +0 -1
  3281. package/icons/gcp/tensorflow-enterprise.js +0 -1
  3282. package/icons/gcp/text-to-speech.js +0 -1
  3283. package/icons/gcp/tools-for-powershell.js +0 -1
  3284. package/icons/gcp/trace.js +0 -1
  3285. package/icons/gcp/traffic-director.js +0 -1
  3286. package/icons/gcp/transfer-appliance.js +0 -1
  3287. package/icons/gcp/transfer.js +0 -1
  3288. package/icons/gcp/user-preferences.js +0 -1
  3289. package/icons/gcp/vertex-ai.js +0 -1
  3290. package/icons/gcp/video-intelligence-api.js +0 -1
  3291. package/icons/gcp/virtual-private-cloud.js +0 -1
  3292. package/icons/gcp/visual-inspection.js +0 -1
  3293. package/icons/gcp/vmware-engine.js +0 -1
  3294. package/icons/gcp/web-risk.js +0 -1
  3295. package/icons/gcp/web-security-scanner.js +0 -1
  3296. package/icons/gcp/workflows.js +0 -1
  3297. package/icons/gcp/workload-identity-pool.js +0 -1
  3298. package/icons/icon.d.ts +0 -2
  3299. package/icons/tech/100tb.js +0 -1
  3300. package/icons/tech/500px.js +0 -1
  3301. package/icons/tech/aarch64.js +0 -1
  3302. package/icons/tech/active-campaign-icon.js +0 -1
  3303. package/icons/tech/active-campaign.js +0 -1
  3304. package/icons/tech/adobe-after-effects.js +0 -1
  3305. package/icons/tech/adobe-animate.js +0 -1
  3306. package/icons/tech/adobe-dreamweaver.js +0 -1
  3307. package/icons/tech/adobe-icon.js +0 -1
  3308. package/icons/tech/adobe-illustrator.js +0 -1
  3309. package/icons/tech/adobe-incopy.js +0 -1
  3310. package/icons/tech/adobe-indesign.js +0 -1
  3311. package/icons/tech/adobe-lightroom.js +0 -1
  3312. package/icons/tech/adobe-photoshop.js +0 -1
  3313. package/icons/tech/adobe-premiere-pro.js +0 -1
  3314. package/icons/tech/adobe-premiere.js +0 -1
  3315. package/icons/tech/adobe-xd.js +0 -1
  3316. package/icons/tech/adobe.js +0 -1
  3317. package/icons/tech/adonis-js.js +0 -1
  3318. package/icons/tech/adonisjs-icon.js +0 -1
  3319. package/icons/tech/adroll.js +0 -1
  3320. package/icons/tech/adyen.js +0 -1
  3321. package/icons/tech/aerogear.js +0 -1
  3322. package/icons/tech/aerospike-icon.js +0 -1
  3323. package/icons/tech/aerospike.js +0 -1
  3324. package/icons/tech/after-effects.js +0 -1
  3325. package/icons/tech/aha.js +0 -1
  3326. package/icons/tech/airbnb-icon.js +0 -1
  3327. package/icons/tech/airbnb.js +0 -1
  3328. package/icons/tech/airbrake.js +0 -1
  3329. package/icons/tech/airflow-icon.js +0 -1
  3330. package/icons/tech/airflow.js +0 -1
  3331. package/icons/tech/airtable.js +0 -1
  3332. package/icons/tech/aix.js +0 -1
  3333. package/icons/tech/akamai.js +0 -1
  3334. package/icons/tech/akka.js +0 -1
  3335. package/icons/tech/alfresco.js +0 -1
  3336. package/icons/tech/algolia.js +0 -1
  3337. package/icons/tech/alpinejs-icon.js +0 -1
  3338. package/icons/tech/alpinejs.js +0 -1
  3339. package/icons/tech/altair.js +0 -1
  3340. package/icons/tech/amazon-chime.js +0 -1
  3341. package/icons/tech/amazon-connect.js +0 -1
  3342. package/icons/tech/amazon-web-services.js +0 -1
  3343. package/icons/tech/amd.js +0 -1
  3344. package/icons/tech/amex-digital.js +0 -1
  3345. package/icons/tech/amex.js +0 -1
  3346. package/icons/tech/amp-icon.js +0 -1
  3347. package/icons/tech/amp.js +0 -1
  3348. package/icons/tech/ampersand.js +0 -1
  3349. package/icons/tech/amplication-icon.js +0 -1
  3350. package/icons/tech/amplication.js +0 -1
  3351. package/icons/tech/amplitude-icon.js +0 -1
  3352. package/icons/tech/amplitude.js +0 -1
  3353. package/icons/tech/anaconda.js +0 -1
  3354. package/icons/tech/analog.js +0 -1
  3355. package/icons/tech/android-icon.js +0 -1
  3356. package/icons/tech/android-studio.js +0 -1
  3357. package/icons/tech/android-vertical.js +0 -1
  3358. package/icons/tech/android.js +0 -1
  3359. package/icons/tech/angellist.js +0 -1
  3360. package/icons/tech/angular-icon.js +0 -1
  3361. package/icons/tech/angular-js.js +0 -1
  3362. package/icons/tech/angular.js +0 -1
  3363. package/icons/tech/ansible.js +0 -1
  3364. package/icons/tech/ant-design.js +0 -1
  3365. package/icons/tech/anthropic-icon.js +0 -1
  3366. package/icons/tech/anthropic.js +0 -1
  3367. package/icons/tech/apache-camel.js +0 -1
  3368. package/icons/tech/apache-cloudstack.js +0 -1
  3369. package/icons/tech/apache-flink-icon.js +0 -1
  3370. package/icons/tech/apache-flink.js +0 -1
  3371. package/icons/tech/apache-spark.js +0 -1
  3372. package/icons/tech/apache-superset-icon.js +0 -1
  3373. package/icons/tech/apache-superset.js +0 -1
  3374. package/icons/tech/apache.js +0 -1
  3375. package/icons/tech/apiary.js +0 -1
  3376. package/icons/tech/apidog-icon.js +0 -1
  3377. package/icons/tech/apidog.js +0 -1
  3378. package/icons/tech/apl.js +0 -1
  3379. package/icons/tech/apollostack.js +0 -1
  3380. package/icons/tech/apostrophe.js +0 -1
  3381. package/icons/tech/appbaseio-icon.js +0 -1
  3382. package/icons/tech/appbaseio.js +0 -1
  3383. package/icons/tech/appcelerator.js +0 -1
  3384. package/icons/tech/appcenter-icon.js +0 -1
  3385. package/icons/tech/appcenter.js +0 -1
  3386. package/icons/tech/appcircle-icon.js +0 -1
  3387. package/icons/tech/appcircle.js +0 -1
  3388. package/icons/tech/appcode.js +0 -1
  3389. package/icons/tech/appdynamics-icon.js +0 -1
  3390. package/icons/tech/appdynamics.js +0 -1
  3391. package/icons/tech/appium.js +0 -1
  3392. package/icons/tech/apple-app-store.js +0 -1
  3393. package/icons/tech/apple-pay.js +0 -1
  3394. package/icons/tech/apple-safari.js +0 -1
  3395. package/icons/tech/apple.js +0 -1
  3396. package/icons/tech/applitools-icon.js +0 -1
  3397. package/icons/tech/applitools.js +0 -1
  3398. package/icons/tech/appsignal-icon.js +0 -1
  3399. package/icons/tech/appsignal.js +0 -1
  3400. package/icons/tech/apptentive.js +0 -1
  3401. package/icons/tech/appveyor.js +0 -1
  3402. package/icons/tech/appwrite-icon.js +0 -1
  3403. package/icons/tech/appwrite.js +0 -1
  3404. package/icons/tech/arangodb-icon.js +0 -1
  3405. package/icons/tech/arangodb.js +0 -1
  3406. package/icons/tech/arc.js +0 -1
  3407. package/icons/tech/architect-icon.js +0 -1
  3408. package/icons/tech/architect.js +0 -1
  3409. package/icons/tech/archlinux.js +0 -1
  3410. package/icons/tech/arduino.js +0 -1
  3411. package/icons/tech/argo-icon.js +0 -1
  3412. package/icons/tech/argo.js +0 -1
  3413. package/icons/tech/argocd.js +0 -1
  3414. package/icons/tech/arm.js +0 -1
  3415. package/icons/tech/armory-icon.js +0 -1
  3416. package/icons/tech/armory.js +0 -1
  3417. package/icons/tech/asana-icon.js +0 -1
  3418. package/icons/tech/asana.js +0 -1
  3419. package/icons/tech/asciidoctor.js +0 -1
  3420. package/icons/tech/assembla-icon.js +0 -1
  3421. package/icons/tech/assembla.js +0 -1
  3422. package/icons/tech/astro-icon.js +0 -1
  3423. package/icons/tech/astro.js +0 -1
  3424. package/icons/tech/astronomer.js +0 -1
  3425. package/icons/tech/async-api-icon.js +0 -1
  3426. package/icons/tech/async-api.js +0 -1
  3427. package/icons/tech/atlassian.js +0 -1
  3428. package/icons/tech/atom-icon.js +0 -1
  3429. package/icons/tech/atom.js +0 -1
  3430. package/icons/tech/atomic-icon.js +0 -1
  3431. package/icons/tech/atomic.js +0 -1
  3432. package/icons/tech/atomicojs-icon.js +0 -1
  3433. package/icons/tech/atomicojs.js +0 -1
  3434. package/icons/tech/aurelia.js +0 -1
  3435. package/icons/tech/aurora.js +0 -1
  3436. package/icons/tech/auth0-icon.js +0 -1
  3437. package/icons/tech/auth0.js +0 -1
  3438. package/icons/tech/authy.js +0 -1
  3439. package/icons/tech/autodesk-maya.js +0 -1
  3440. package/icons/tech/autodesk-shot-grid.js +0 -1
  3441. package/icons/tech/autoit.js +0 -1
  3442. package/icons/tech/autoprefixer.js +0 -1
  3443. package/icons/tech/ava.js +0 -1
  3444. package/icons/tech/awesome.js +0 -1
  3445. package/icons/tech/awk.js +0 -1
  3446. package/icons/tech/aws-amplify.js +0 -1
  3447. package/icons/tech/aws-api-gateway.js +0 -1
  3448. package/icons/tech/aws-app-mesh.js +0 -1
  3449. package/icons/tech/aws-appflow.js +0 -1
  3450. package/icons/tech/aws-appsync.js +0 -1
  3451. package/icons/tech/aws-athena.js +0 -1
  3452. package/icons/tech/aws-aurora.js +0 -1
  3453. package/icons/tech/aws-backup.js +0 -1
  3454. package/icons/tech/aws-batch.js +0 -1
  3455. package/icons/tech/aws-certificate-manager.js +0 -1
  3456. package/icons/tech/aws-cloudformation.js +0 -1
  3457. package/icons/tech/aws-cloudfront.js +0 -1
  3458. package/icons/tech/aws-cloudsearch.js +0 -1
  3459. package/icons/tech/aws-cloudtrail.js +0 -1
  3460. package/icons/tech/aws-cloudwatch.js +0 -1
  3461. package/icons/tech/aws-codebuild.js +0 -1
  3462. package/icons/tech/aws-codecommit.js +0 -1
  3463. package/icons/tech/aws-codedeploy.js +0 -1
  3464. package/icons/tech/aws-codepipeline.js +0 -1
  3465. package/icons/tech/aws-codestar.js +0 -1
  3466. package/icons/tech/aws-cognito.js +0 -1
  3467. package/icons/tech/aws-config.js +0 -1
  3468. package/icons/tech/aws-documentdb.js +0 -1
  3469. package/icons/tech/aws-dynamodb.js +0 -1
  3470. package/icons/tech/aws-ec2.js +0 -1
  3471. package/icons/tech/aws-ecs.js +0 -1
  3472. package/icons/tech/aws-eks.js +0 -1
  3473. package/icons/tech/aws-elastic-beanstalk.js +0 -1
  3474. package/icons/tech/aws-elasticache.js +0 -1
  3475. package/icons/tech/aws-elb.js +0 -1
  3476. package/icons/tech/aws-eventbridge.js +0 -1
  3477. package/icons/tech/aws-fargate.js +0 -1
  3478. package/icons/tech/aws-glacier.js +0 -1
  3479. package/icons/tech/aws-glue.js +0 -1
  3480. package/icons/tech/aws-iam.js +0 -1
  3481. package/icons/tech/aws-keyspaces.js +0 -1
  3482. package/icons/tech/aws-kinesis.js +0 -1
  3483. package/icons/tech/aws-kms.js +0 -1
  3484. package/icons/tech/aws-lake-formation.js +0 -1
  3485. package/icons/tech/aws-lambda.js +0 -1
  3486. package/icons/tech/aws-lightsail.js +0 -1
  3487. package/icons/tech/aws-mq.js +0 -1
  3488. package/icons/tech/aws-msk.js +0 -1
  3489. package/icons/tech/aws-neptune.js +0 -1
  3490. package/icons/tech/aws-open-search.js +0 -1
  3491. package/icons/tech/aws-opsworks.js +0 -1
  3492. package/icons/tech/aws-quicksight.js +0 -1
  3493. package/icons/tech/aws-rds.js +0 -1
  3494. package/icons/tech/aws-redshift.js +0 -1
  3495. package/icons/tech/aws-route53.js +0 -1
  3496. package/icons/tech/aws-s3.js +0 -1
  3497. package/icons/tech/aws-secrets-manager.js +0 -1
  3498. package/icons/tech/aws-ses.js +0 -1
  3499. package/icons/tech/aws-shield.js +0 -1
  3500. package/icons/tech/aws-sns.js +0 -1
  3501. package/icons/tech/aws-sqs.js +0 -1
  3502. package/icons/tech/aws-step-functions.js +0 -1
  3503. package/icons/tech/aws-systems-manager.js +0 -1
  3504. package/icons/tech/aws-timestream.js +0 -1
  3505. package/icons/tech/aws-vpc.js +0 -1
  3506. package/icons/tech/aws-waf.js +0 -1
  3507. package/icons/tech/aws-xray.js +0 -1
  3508. package/icons/tech/aws.js +0 -1
  3509. package/icons/tech/axios.js +0 -1
  3510. package/icons/tech/azios.js +0 -1
  3511. package/icons/tech/azure-devops.js +0 -1
  3512. package/icons/tech/azure-sql-database.js +0 -1
  3513. package/icons/tech/azure.js +0 -1
  3514. package/icons/tech/babel.js +0 -1
  3515. package/icons/tech/backbone-icon.js +0 -1
  3516. package/icons/tech/backbone-js.js +0 -1
  3517. package/icons/tech/backbone.js +0 -1
  3518. package/icons/tech/backerkit.js +0 -1
  3519. package/icons/tech/baker-street.js +0 -1
  3520. package/icons/tech/balena.js +0 -1
  3521. package/icons/tech/ballerina.js +0 -1
  3522. package/icons/tech/bamboo.js +0 -1
  3523. package/icons/tech/basecamp-icon.js +0 -1
  3524. package/icons/tech/basecamp.js +0 -1
  3525. package/icons/tech/basekit.js +0 -1
  3526. package/icons/tech/baseline.js +0 -1
  3527. package/icons/tech/bash-icon.js +0 -1
  3528. package/icons/tech/bash.js +0 -1
  3529. package/icons/tech/batch.js +0 -1
  3530. package/icons/tech/beats.js +0 -1
  3531. package/icons/tech/behance.js +0 -1
  3532. package/icons/tech/bem-2.js +0 -1
  3533. package/icons/tech/bem.js +0 -1
  3534. package/icons/tech/bigpanda.js +0 -1
  3535. package/icons/tech/bing.js +0 -1
  3536. package/icons/tech/biomejs-icon.js +0 -1
  3537. package/icons/tech/biomejs.js +0 -1
  3538. package/icons/tech/bitbar.js +0 -1
  3539. package/icons/tech/bitbucket.js +0 -1
  3540. package/icons/tech/bitcoin.js +0 -1
  3541. package/icons/tech/bitnami.js +0 -1
  3542. package/icons/tech/bitrise-icon.js +0 -1
  3543. package/icons/tech/bitrise.js +0 -1
  3544. package/icons/tech/blender.js +0 -1
  3545. package/icons/tech/blitzjs-icon.js +0 -1
  3546. package/icons/tech/blitzjs.js +0 -1
  3547. package/icons/tech/blocs.js +0 -1
  3548. package/icons/tech/blogger.js +0 -1
  3549. package/icons/tech/blossom.js +0 -1
  3550. package/icons/tech/blueprint.js +0 -1
  3551. package/icons/tech/bluesky.js +0 -1
  3552. package/icons/tech/bluetooth.js +0 -1
  3553. package/icons/tech/booqable-icon.js +0 -1
  3554. package/icons/tech/booqable.js +0 -1
  3555. package/icons/tech/bootstrap.js +0 -1
  3556. package/icons/tech/bosun.js +0 -1
  3557. package/icons/tech/botanalytics.js +0 -1
  3558. package/icons/tech/bourbon.js +0 -1
  3559. package/icons/tech/bower.js +0 -1
  3560. package/icons/tech/box.js +0 -1
  3561. package/icons/tech/brackets.js +0 -1
  3562. package/icons/tech/brainjs.js +0 -1
  3563. package/icons/tech/branch-icon.js +0 -1
  3564. package/icons/tech/branch.js +0 -1
  3565. package/icons/tech/brandfolder-icon.js +0 -1
  3566. package/icons/tech/brandfolder.js +0 -1
  3567. package/icons/tech/brave.js +0 -1
  3568. package/icons/tech/braze-icon.js +0 -1
  3569. package/icons/tech/braze.js +0 -1
  3570. package/icons/tech/broadcom-icon.js +0 -1
  3571. package/icons/tech/broadcom.js +0 -1
  3572. package/icons/tech/broccoli.js +0 -1
  3573. package/icons/tech/brotli.js +0 -1
  3574. package/icons/tech/browserify-icon.js +0 -1
  3575. package/icons/tech/browserify.js +0 -1
  3576. package/icons/tech/browserling.js +0 -1
  3577. package/icons/tech/browserslist.js +0 -1
  3578. package/icons/tech/browserstack.js +0 -1
  3579. package/icons/tech/browsersync.js +0 -1
  3580. package/icons/tech/brunch.js +0 -1
  3581. package/icons/tech/bubble-icon.js +0 -1
  3582. package/icons/tech/bubble.js +0 -1
  3583. package/icons/tech/buck.js +0 -1
  3584. package/icons/tech/buddy.js +0 -1
  3585. package/icons/tech/buffer.js +0 -1
  3586. package/icons/tech/bugherd-icon.js +0 -1
  3587. package/icons/tech/bugherd.js +0 -1
  3588. package/icons/tech/bugsee.js +0 -1
  3589. package/icons/tech/bugsnag.js +0 -1
  3590. package/icons/tech/builder-io-icon.js +0 -1
  3591. package/icons/tech/builder-io.js +0 -1
  3592. package/icons/tech/buildkite-icon.js +0 -1
  3593. package/icons/tech/buildkite.js +0 -1
  3594. package/icons/tech/bulma.js +0 -1
  3595. package/icons/tech/bun.js +0 -1
  3596. package/icons/tech/bunny-net-icon.js +0 -1
  3597. package/icons/tech/bunny-net.js +0 -1
  3598. package/icons/tech/c.js +0 -1
  3599. package/icons/tech/cachet.js +0 -1
  3600. package/icons/tech/cairo-graphics.js +0 -1
  3601. package/icons/tech/cake-php.js +0 -1
  3602. package/icons/tech/cakephp-icon.js +0 -1
  3603. package/icons/tech/calibre-icon.js +0 -1
  3604. package/icons/tech/calibre.js +0 -1
  3605. package/icons/tech/campaignmonitor-icon.js +0 -1
  3606. package/icons/tech/campaignmonitor.js +0 -1
  3607. package/icons/tech/canjs.js +0 -1
  3608. package/icons/tech/canva.js +0 -1
  3609. package/icons/tech/capacitor.js +0 -1
  3610. package/icons/tech/capacitorjs-icon.js +0 -1
  3611. package/icons/tech/capacitorjs.js +0 -1
  3612. package/icons/tech/capistrano.js +0 -1
  3613. package/icons/tech/carbide.js +0 -1
  3614. package/icons/tech/cardano-icon.js +0 -1
  3615. package/icons/tech/cardano.js +0 -1
  3616. package/icons/tech/cassandra.js +0 -1
  3617. package/icons/tech/cent-os.js +0 -1
  3618. package/icons/tech/centos-icon.js +0 -1
  3619. package/icons/tech/certbot.js +0 -1
  3620. package/icons/tech/ceylon.js +0 -1
  3621. package/icons/tech/chai.js +0 -1
  3622. package/icons/tech/chalk.js +0 -1
  3623. package/icons/tech/chargebee-icon.js +0 -1
  3624. package/icons/tech/chargebee.js +0 -1
  3625. package/icons/tech/chartjs.js +0 -1
  3626. package/icons/tech/chef.js +0 -1
  3627. package/icons/tech/chevereto.js +0 -1
  3628. package/icons/tech/chroma.js +0 -1
  3629. package/icons/tech/chromatic-icon.js +0 -1
  3630. package/icons/tech/chromatic.js +0 -1
  3631. package/icons/tech/chrome-web-store.js +0 -1
  3632. package/icons/tech/chrome.js +0 -1
  3633. package/icons/tech/cinder.js +0 -1
  3634. package/icons/tech/circle-ci.js +0 -1
  3635. package/icons/tech/cirrus-ci.js +0 -1
  3636. package/icons/tech/cirrus.js +0 -1
  3637. package/icons/tech/clarity.js +0 -1
  3638. package/icons/tech/claude-icon.js +0 -1
  3639. package/icons/tech/claude.js +0 -1
  3640. package/icons/tech/clio-lang.js +0 -1
  3641. package/icons/tech/clion.js +0 -1
  3642. package/icons/tech/cljs.js +0 -1
  3643. package/icons/tech/clojure-script.js +0 -1
  3644. package/icons/tech/clojure.js +0 -1
  3645. package/icons/tech/close.js +0 -1
  3646. package/icons/tech/cloud9.js +0 -1
  3647. package/icons/tech/cloudacademy-icon.js +0 -1
  3648. package/icons/tech/cloudacademy.js +0 -1
  3649. package/icons/tech/cloudcraft.js +0 -1
  3650. package/icons/tech/cloudflare-icon.js +0 -1
  3651. package/icons/tech/cloudflare-workers-icon.js +0 -1
  3652. package/icons/tech/cloudflare-workers.js +0 -1
  3653. package/icons/tech/cloudflare.js +0 -1
  3654. package/icons/tech/cloudinary-icon.js +0 -1
  3655. package/icons/tech/cloudinary.js +0 -1
  3656. package/icons/tech/cloudlinux.js +0 -1
  3657. package/icons/tech/cmake.js +0 -1
  3658. package/icons/tech/cobalt.js +0 -1
  3659. package/icons/tech/cockpit.js +0 -1
  3660. package/icons/tech/cocoapods.js +0 -1
  3661. package/icons/tech/coda-icon.js +0 -1
  3662. package/icons/tech/coda.js +0 -1
  3663. package/icons/tech/codacy.js +0 -1
  3664. package/icons/tech/code-igniter.js +0 -1
  3665. package/icons/tech/code-pen.js +0 -1
  3666. package/icons/tech/codeac.js +0 -1
  3667. package/icons/tech/codebase.js +0 -1
  3668. package/icons/tech/codebeat.js +0 -1
  3669. package/icons/tech/codecademy.js +0 -1
  3670. package/icons/tech/codeception.js +0 -1
  3671. package/icons/tech/codeclimate-icon.js +0 -1
  3672. package/icons/tech/codeclimate.js +0 -1
  3673. package/icons/tech/codecov-icon.js +0 -1
  3674. package/icons/tech/codecov.js +0 -1
  3675. package/icons/tech/codefactor-icon.js +0 -1
  3676. package/icons/tech/codefactor.js +0 -1
  3677. package/icons/tech/codeigniter-icon.js +0 -1
  3678. package/icons/tech/codepen-icon.js +0 -1
  3679. package/icons/tech/codersrank-icon.js +0 -1
  3680. package/icons/tech/codersrank.js +0 -1
  3681. package/icons/tech/coderwall.js +0 -1
  3682. package/icons/tech/codesandbox-icon.js +0 -1
  3683. package/icons/tech/codesandbox.js +0 -1
  3684. package/icons/tech/codesee-icon.js +0 -1
  3685. package/icons/tech/codesee.js +0 -1
  3686. package/icons/tech/codio.js +0 -1
  3687. package/icons/tech/codium-icon.js +0 -1
  3688. package/icons/tech/codium.js +0 -1
  3689. package/icons/tech/coffee-script.js +0 -1
  3690. package/icons/tech/commitizen.js +0 -1
  3691. package/icons/tech/compass.js +0 -1
  3692. package/icons/tech/componentkit.js +0 -1
  3693. package/icons/tech/compose-multiplatform.js +0 -1
  3694. package/icons/tech/compose.js +0 -1
  3695. package/icons/tech/composer.js +0 -1
  3696. package/icons/tech/conan-io.js +0 -1
  3697. package/icons/tech/concourse.js +0 -1
  3698. package/icons/tech/concretecms-icon.js +0 -1
  3699. package/icons/tech/concretecms.js +0 -1
  3700. package/icons/tech/conda.js +0 -1
  3701. package/icons/tech/confluence.js +0 -1
  3702. package/icons/tech/consul.js +0 -1
  3703. package/icons/tech/contao.js +0 -1
  3704. package/icons/tech/contentful.js +0 -1
  3705. package/icons/tech/convox-icon.js +0 -1
  3706. package/icons/tech/convox.js +0 -1
  3707. package/icons/tech/copyleft-pirate.js +0 -1
  3708. package/icons/tech/copyleft.js +0 -1
  3709. package/icons/tech/corda.js +0 -1
  3710. package/icons/tech/cordova.js +0 -1
  3711. package/icons/tech/cosmosdb.js +0 -1
  3712. package/icons/tech/couchbase.js +0 -1
  3713. package/icons/tech/couchdb-icon.js +0 -1
  3714. package/icons/tech/couchdb.js +0 -1
  3715. package/icons/tech/coursera.js +0 -1
  3716. package/icons/tech/coveralls.js +0 -1
  3717. package/icons/tech/cpanel.js +0 -1
  3718. package/icons/tech/cplusplus.js +0 -1
  3719. package/icons/tech/craftcms.js +0 -1
  3720. package/icons/tech/crashlytics.js +0 -1
  3721. package/icons/tech/crateio.js +0 -1
  3722. package/icons/tech/create-react-app.js +0 -1
  3723. package/icons/tech/createjs.js +0 -1
  3724. package/icons/tech/crossplane-icon.js +0 -1
  3725. package/icons/tech/crossplane.js +0 -1
  3726. package/icons/tech/crucible.js +0 -1
  3727. package/icons/tech/crystal.js +0 -1
  3728. package/icons/tech/csharp.js +0 -1
  3729. package/icons/tech/css3-official.js +0 -1
  3730. package/icons/tech/css3.js +0 -1
  3731. package/icons/tech/cssnext.js +0 -1
  3732. package/icons/tech/cube-icon.js +0 -1
  3733. package/icons/tech/cube.js +0 -1
  3734. package/icons/tech/cucumber.js +0 -1
  3735. package/icons/tech/curl.js +0 -1
  3736. package/icons/tech/customerio-icon.js +0 -1
  3737. package/icons/tech/customerio.js +0 -1
  3738. package/icons/tech/cyclejs.js +0 -1
  3739. package/icons/tech/cypress-icon.js +0 -1
  3740. package/icons/tech/cypress.js +0 -1
  3741. package/icons/tech/d3.js +0 -1
  3742. package/icons/tech/d3js.js +0 -1
  3743. package/icons/tech/dailydev-icon.js +0 -1
  3744. package/icons/tech/dailydev.js +0 -1
  3745. package/icons/tech/daisy-ui-icon.js +0 -1
  3746. package/icons/tech/daisy-ui.js +0 -1
  3747. package/icons/tech/danfo.js +0 -1
  3748. package/icons/tech/dart.js +0 -1
  3749. package/icons/tech/dashlane-icon.js +0 -1
  3750. package/icons/tech/dashlane.js +0 -1
  3751. package/icons/tech/data-grip.js +0 -1
  3752. package/icons/tech/data-spell.js +0 -1
  3753. package/icons/tech/data-station.js +0 -1
  3754. package/icons/tech/database-labs.js +0 -1
  3755. package/icons/tech/datadog-icon.js +0 -1
  3756. package/icons/tech/datadog.js +0 -1
  3757. package/icons/tech/datasette-icon.js +0 -1
  3758. package/icons/tech/datasette.js +0 -1
  3759. package/icons/tech/datocms-icon.js +0 -1
  3760. package/icons/tech/datocms.js +0 -1
  3761. package/icons/tech/dbeaver.js +0 -1
  3762. package/icons/tech/dbt-icon.js +0 -1
  3763. package/icons/tech/dbt.js +0 -1
  3764. package/icons/tech/dcos-icon.js +0 -1
  3765. package/icons/tech/dcos.js +0 -1
  3766. package/icons/tech/debian.js +0 -1
  3767. package/icons/tech/delighted-icon.js +0 -1
  3768. package/icons/tech/delighted.js +0 -1
  3769. package/icons/tech/deno.js +0 -1
  3770. package/icons/tech/dependabot.js +0 -1
  3771. package/icons/tech/deployhq-icon.js +0 -1
  3772. package/icons/tech/deployhq.js +0 -1
  3773. package/icons/tech/derby.js +0 -1
  3774. package/icons/tech/descript-icon.js +0 -1
  3775. package/icons/tech/descript.js +0 -1
  3776. package/icons/tech/designernews.js +0 -1
  3777. package/icons/tech/deviantart-icon.js +0 -1
  3778. package/icons/tech/deviantart.js +0 -1
  3779. package/icons/tech/devicon.js +0 -1
  3780. package/icons/tech/dgraph-icon.js +0 -1
  3781. package/icons/tech/dgraph.js +0 -1
  3782. package/icons/tech/dialogflow.js +0 -1
  3783. package/icons/tech/digital-ocean-icon.js +0 -1
  3784. package/icons/tech/digital-ocean.js +0 -1
  3785. package/icons/tech/dimer.js +0 -1
  3786. package/icons/tech/dinersclub.js +0 -1
  3787. package/icons/tech/discord-icon.js +0 -1
  3788. package/icons/tech/discord-js.js +0 -1
  3789. package/icons/tech/discord.js +0 -1
  3790. package/icons/tech/discourse-icon.js +0 -1
  3791. package/icons/tech/discourse.js +0 -1
  3792. package/icons/tech/discover.js +0 -1
  3793. package/icons/tech/disqus.js +0 -1
  3794. package/icons/tech/django-icon.js +0 -1
  3795. package/icons/tech/django-rest.js +0 -1
  3796. package/icons/tech/django.js +0 -1
  3797. package/icons/tech/dockbit.js +0 -1
  3798. package/icons/tech/docker-icon.js +0 -1
  3799. package/icons/tech/docker.js +0 -1
  3800. package/icons/tech/doctrine.js +0 -1
  3801. package/icons/tech/docusaurus.js +0 -1
  3802. package/icons/tech/dojo-icon.js +0 -1
  3803. package/icons/tech/dojo-toolkit.js +0 -1
  3804. package/icons/tech/dojo.js +0 -1
  3805. package/icons/tech/dolt.js +0 -1
  3806. package/icons/tech/dotnet.js +0 -1
  3807. package/icons/tech/dovetail-icon.js +0 -1
  3808. package/icons/tech/dovetail.js +0 -1
  3809. package/icons/tech/dreamhost.js +0 -1
  3810. package/icons/tech/dribbble-icon.js +0 -1
  3811. package/icons/tech/dribbble.js +0 -1
  3812. package/icons/tech/drift.js +0 -1
  3813. package/icons/tech/drip.js +0 -1
  3814. package/icons/tech/drizzle-icon.js +0 -1
  3815. package/icons/tech/drizzle.js +0 -1
  3816. package/icons/tech/drone-icon.js +0 -1
  3817. package/icons/tech/drone.js +0 -1
  3818. package/icons/tech/drools-icon.js +0 -1
  3819. package/icons/tech/drools.js +0 -1
  3820. package/icons/tech/dropbox.js +0 -1
  3821. package/icons/tech/dropmark.js +0 -1
  3822. package/icons/tech/dropwizard.js +0 -1
  3823. package/icons/tech/dropzone.js +0 -1
  3824. package/icons/tech/drupal-icon.js +0 -1
  3825. package/icons/tech/drupal.js +0 -1
  3826. package/icons/tech/duckduckgo.js +0 -1
  3827. package/icons/tech/dynatrace-icon.js +0 -1
  3828. package/icons/tech/dynatrace.js +0 -1
  3829. package/icons/tech/dyndns.js +0 -1
  3830. package/icons/tech/ebanx.js +0 -1
  3831. package/icons/tech/eclipse-ceylon.js +0 -1
  3832. package/icons/tech/eclipse-icon.js +0 -1
  3833. package/icons/tech/eclipse-ide.js +0 -1
  3834. package/icons/tech/eclipse-vert-x.js +0 -1
  3835. package/icons/tech/eclipse.js +0 -1
  3836. package/icons/tech/ecma.js +0 -1
  3837. package/icons/tech/edgedb.js +0 -1
  3838. package/icons/tech/edgio-icon.js +0 -1
  3839. package/icons/tech/edgio.js +0 -1
  3840. package/icons/tech/editorconfig.js +0 -1
  3841. package/icons/tech/effect-icon.js +0 -1
  3842. package/icons/tech/effect.js +0 -1
  3843. package/icons/tech/effector.js +0 -1
  3844. package/icons/tech/egghead.js +0 -1
  3845. package/icons/tech/elasticbeats.js +0 -1
  3846. package/icons/tech/elasticpath-icon.js +0 -1
  3847. package/icons/tech/elasticpath.js +0 -1
  3848. package/icons/tech/elasticsearch.js +0 -1
  3849. package/icons/tech/electron.js +0 -1
  3850. package/icons/tech/element.js +0 -1
  3851. package/icons/tech/elemental-ui.js +0 -1
  3852. package/icons/tech/elementary.js +0 -1
  3853. package/icons/tech/eleventy-11ty.js +0 -1
  3854. package/icons/tech/eleventy.js +0 -1
  3855. package/icons/tech/elixir.js +0 -1
  3856. package/icons/tech/ello.js +0 -1
  3857. package/icons/tech/elm-classic.js +0 -1
  3858. package/icons/tech/elm.js +0 -1
  3859. package/icons/tech/elo.js +0 -1
  3860. package/icons/tech/emacs-classic.js +0 -1
  3861. package/icons/tech/emacs.js +0 -1
  3862. package/icons/tech/embedded-c.js +0 -1
  3863. package/icons/tech/embedly.js +0 -1
  3864. package/icons/tech/ember-js.js +0 -1
  3865. package/icons/tech/ember-tomster.js +0 -1
  3866. package/icons/tech/ember.js +0 -1
  3867. package/icons/tech/emmet.js +0 -1
  3868. package/icons/tech/enact.js +0 -1
  3869. package/icons/tech/engine-yard-icon.js +0 -1
  3870. package/icons/tech/engine-yard.js +0 -1
  3871. package/icons/tech/envato.js +0 -1
  3872. package/icons/tech/envoy-icon.js +0 -1
  3873. package/icons/tech/envoy.js +0 -1
  3874. package/icons/tech/envoyer.js +0 -1
  3875. package/icons/tech/eraser-icon.js +0 -1
  3876. package/icons/tech/eraser.js +0 -1
  3877. package/icons/tech/erlang.js +0 -1
  3878. package/icons/tech/esbuild.js +0 -1
  3879. package/icons/tech/esdoc.js +0 -1
  3880. package/icons/tech/eslint-old.js +0 -1
  3881. package/icons/tech/eslint.js +0 -1
  3882. package/icons/tech/eta-icon.js +0 -1
  3883. package/icons/tech/eta.js +0 -1
  3884. package/icons/tech/etcd.js +0 -1
  3885. package/icons/tech/ethereum-color.js +0 -1
  3886. package/icons/tech/ethereum.js +0 -1
  3887. package/icons/tech/ethers.js +0 -1
  3888. package/icons/tech/ethnio.js +0 -1
  3889. package/icons/tech/eventbrite-icon.js +0 -1
  3890. package/icons/tech/eventbrite.js +0 -1
  3891. package/icons/tech/eventsentry.js +0 -1
  3892. package/icons/tech/evergreen-icon.js +0 -1
  3893. package/icons/tech/evergreen.js +0 -1
  3894. package/icons/tech/expo-icon.js +0 -1
  3895. package/icons/tech/expo.js +0 -1
  3896. package/icons/tech/express.js +0 -1
  3897. package/icons/tech/fabric.js +0 -1
  3898. package/icons/tech/facebook.js +0 -1
  3899. package/icons/tech/faker.js +0 -1
  3900. package/icons/tech/falcor.js +0 -1
  3901. package/icons/tech/fast-api.js +0 -1
  3902. package/icons/tech/fastapi-icon.js +0 -1
  3903. package/icons/tech/fastify-icon.js +0 -1
  3904. package/icons/tech/fastify.js +0 -1
  3905. package/icons/tech/fastlane.js +0 -1
  3906. package/icons/tech/fastly.js +0 -1
  3907. package/icons/tech/fauna-icon.js +0 -1
  3908. package/icons/tech/fauna.js +0 -1
  3909. package/icons/tech/feathers.js +0 -1
  3910. package/icons/tech/feathersjs.js +0 -1
  3911. package/icons/tech/fedora.js +0 -1
  3912. package/icons/tech/fetch.js +0 -1
  3913. package/icons/tech/ffmpeg-icon.js +0 -1
  3914. package/icons/tech/ffmpeg.js +0 -1
  3915. package/icons/tech/figma.js +0 -1
  3916. package/icons/tech/file-zilla.js +0 -1
  3917. package/icons/tech/firebase-icon.js +0 -1
  3918. package/icons/tech/firebase.js +0 -1
  3919. package/icons/tech/firefox.js +0 -1
  3920. package/icons/tech/flannel.js +0 -1
  3921. package/icons/tech/flarum.js +0 -1
  3922. package/icons/tech/flask.js +0 -1
  3923. package/icons/tech/flat-ui.js +0 -1
  3924. package/icons/tech/flattr-icon.js +0 -1
  3925. package/icons/tech/flattr.js +0 -1
  3926. package/icons/tech/fleep.js +0 -1
  3927. package/icons/tech/flickr-icon.js +0 -1
  3928. package/icons/tech/flickr.js +0 -1
  3929. package/icons/tech/flight.js +0 -1
  3930. package/icons/tech/floodio.js +0 -1
  3931. package/icons/tech/flow.js +0 -1
  3932. package/icons/tech/flowxo.js +0 -1
  3933. package/icons/tech/floydhub.js +0 -1
  3934. package/icons/tech/flutter.js +0 -1
  3935. package/icons/tech/flux.js +0 -1
  3936. package/icons/tech/fluxxor.js +0 -1
  3937. package/icons/tech/fly-icon.js +0 -1
  3938. package/icons/tech/fly.js +0 -1
  3939. package/icons/tech/fogbugz-icon.js +0 -1
  3940. package/icons/tech/fogbugz.js +0 -1
  3941. package/icons/tech/fomo-icon.js +0 -1
  3942. package/icons/tech/fomo.js +0 -1
  3943. package/icons/tech/font-awesome.js +0 -1
  3944. package/icons/tech/forestadmin-icon.js +0 -1
  3945. package/icons/tech/forestadmin.js +0 -1
  3946. package/icons/tech/forever.js +0 -1
  3947. package/icons/tech/formkeep.js +0 -1
  3948. package/icons/tech/fortran.js +0 -1
  3949. package/icons/tech/foundation.js +0 -1
  3950. package/icons/tech/foundationdb-icon.js +0 -1
  3951. package/icons/tech/foundationdb.js +0 -1
  3952. package/icons/tech/framer.js +0 -1
  3953. package/icons/tech/framework7-icon.js +0 -1
  3954. package/icons/tech/framework7.js +0 -1
  3955. package/icons/tech/freebsd.js +0 -1
  3956. package/icons/tech/freedcamp-icon.js +0 -1
  3957. package/icons/tech/freedcamp.js +0 -1
  3958. package/icons/tech/freedomdefined.js +0 -1
  3959. package/icons/tech/fresh.js +0 -1
  3960. package/icons/tech/frontapp.js +0 -1
  3961. package/icons/tech/fsharp.js +0 -1
  3962. package/icons/tech/fuchsia.js +0 -1
  3963. package/icons/tech/galliumos.js +0 -1
  3964. package/icons/tech/game-analytics-icon.js +0 -1
  3965. package/icons/tech/game-analytics.js +0 -1
  3966. package/icons/tech/ganache-icon.js +0 -1
  3967. package/icons/tech/ganache.js +0 -1
  3968. package/icons/tech/gatling.js +0 -1
  3969. package/icons/tech/gatsby.js +0 -1
  3970. package/icons/tech/gazebo.js +0 -1
  3971. package/icons/tech/gcc.js +0 -1
  3972. package/icons/tech/geekbot.js +0 -1
  3973. package/icons/tech/geetest-icon.js +0 -1
  3974. package/icons/tech/geetest.js +0 -1
  3975. package/icons/tech/gentoo.js +0 -1
  3976. package/icons/tech/getyourguide.js +0 -1
  3977. package/icons/tech/ghost.js +0 -1
  3978. package/icons/tech/giantswarm.js +0 -1
  3979. package/icons/tech/gimp.js +0 -1
  3980. package/icons/tech/gin.js +0 -1
  3981. package/icons/tech/git-icon.js +0 -1
  3982. package/icons/tech/git.js +0 -1
  3983. package/icons/tech/gitboard.js +0 -1
  3984. package/icons/tech/gitbook.js +0 -1
  3985. package/icons/tech/github-actions.js +0 -1
  3986. package/icons/tech/github-codespaces.js +0 -1
  3987. package/icons/tech/github-copilot.js +0 -1
  3988. package/icons/tech/github-icon.js +0 -1
  3989. package/icons/tech/github-octocat.js +0 -1
  3990. package/icons/tech/github.js +0 -1
  3991. package/icons/tech/gitkraken.js +0 -1
  3992. package/icons/tech/gitlab-icon.js +0 -1
  3993. package/icons/tech/gitlab.js +0 -1
  3994. package/icons/tech/gitpod.js +0 -1
  3995. package/icons/tech/gitter.js +0 -1
  3996. package/icons/tech/gitup.js +0 -1
  3997. package/icons/tech/glamorous-icon.js +0 -1
  3998. package/icons/tech/glamorous.js +0 -1
  3999. package/icons/tech/gleam.js +0 -1
  4000. package/icons/tech/glimmerjs.js +0 -1
  4001. package/icons/tech/glint.js +0 -1
  4002. package/icons/tech/glitch-icon.js +0 -1
  4003. package/icons/tech/glitch.js +0 -1
  4004. package/icons/tech/gnome-icon.js +0 -1
  4005. package/icons/tech/gnome.js +0 -1
  4006. package/icons/tech/gnu-emacs.js +0 -1
  4007. package/icons/tech/gnu-net.js +0 -1
  4008. package/icons/tech/gnu.js +0 -1
  4009. package/icons/tech/gnupg-icon.js +0 -1
  4010. package/icons/tech/gnupg.js +0 -1
  4011. package/icons/tech/go-land.js +0 -1
  4012. package/icons/tech/go.js +0 -1
  4013. package/icons/tech/gocd.js +0 -1
  4014. package/icons/tech/godot-engine.js +0 -1
  4015. package/icons/tech/godot-icon.js +0 -1
  4016. package/icons/tech/godot.js +0 -1
  4017. package/icons/tech/gohorse.js +0 -1
  4018. package/icons/tech/google-360suite.js +0 -1
  4019. package/icons/tech/google-admob.js +0 -1
  4020. package/icons/tech/google-ads.js +0 -1
  4021. package/icons/tech/google-adsense.js +0 -1
  4022. package/icons/tech/google-analytics.js +0 -1
  4023. package/icons/tech/google-bard-icon.js +0 -1
  4024. package/icons/tech/google-bard.js +0 -1
  4025. package/icons/tech/google-calendar.js +0 -1
  4026. package/icons/tech/google-cloud-functions.js +0 -1
  4027. package/icons/tech/google-cloud-run.js +0 -1
  4028. package/icons/tech/google-cloud.js +0 -1
  4029. package/icons/tech/google-data-studio.js +0 -1
  4030. package/icons/tech/google-developers.js +0 -1
  4031. package/icons/tech/google-domains-icon.js +0 -1
  4032. package/icons/tech/google-domains.js +0 -1
  4033. package/icons/tech/google-drive.js +0 -1
  4034. package/icons/tech/google-fit.js +0 -1
  4035. package/icons/tech/google-gemini.js +0 -1
  4036. package/icons/tech/google-gmail.js +0 -1
  4037. package/icons/tech/google-home.js +0 -1
  4038. package/icons/tech/google-icon.js +0 -1
  4039. package/icons/tech/google-keep.js +0 -1
  4040. package/icons/tech/google-maps.js +0 -1
  4041. package/icons/tech/google-marketing-platform.js +0 -1
  4042. package/icons/tech/google-meet.js +0 -1
  4043. package/icons/tech/google-one.js +0 -1
  4044. package/icons/tech/google-optimize.js +0 -1
  4045. package/icons/tech/google-palm.js +0 -1
  4046. package/icons/tech/google-pay.js +0 -1
  4047. package/icons/tech/google-photos.js +0 -1
  4048. package/icons/tech/google-play-console-icon.js +0 -1
  4049. package/icons/tech/google-play-console.js +0 -1
  4050. package/icons/tech/google-play-icon.js +0 -1
  4051. package/icons/tech/google-play.js +0 -1
  4052. package/icons/tech/google-search-console.js +0 -1
  4053. package/icons/tech/google-tag-manager.js +0 -1
  4054. package/icons/tech/google-workspace.js +0 -1
  4055. package/icons/tech/google.js +0 -1
  4056. package/icons/tech/gopher.js +0 -1
  4057. package/icons/tech/gradio-icon.js +0 -1
  4058. package/icons/tech/gradio.js +0 -1
  4059. package/icons/tech/gradle.js +0 -1
  4060. package/icons/tech/grafana.js +0 -1
  4061. package/icons/tech/grails.js +0 -1
  4062. package/icons/tech/grammarly-icon.js +0 -1
  4063. package/icons/tech/grammarly.js +0 -1
  4064. package/icons/tech/graphene.js +0 -1
  4065. package/icons/tech/graphql.js +0 -1
  4066. package/icons/tech/grav.js +0 -1
  4067. package/icons/tech/gravatar-icon.js +0 -1
  4068. package/icons/tech/gravatar.js +0 -1
  4069. package/icons/tech/graylog-icon.js +0 -1
  4070. package/icons/tech/graylog.js +0 -1
  4071. package/icons/tech/greensock-icon.js +0 -1
  4072. package/icons/tech/greensock.js +0 -1
  4073. package/icons/tech/gridsome-icon.js +0 -1
  4074. package/icons/tech/gridsome.js +0 -1
  4075. package/icons/tech/grommet.js +0 -1
  4076. package/icons/tech/groovehq.js +0 -1
  4077. package/icons/tech/groovy.js +0 -1
  4078. package/icons/tech/grove.js +0 -1
  4079. package/icons/tech/growth-book-icon.js +0 -1
  4080. package/icons/tech/growth-book.js +0 -1
  4081. package/icons/tech/grpc.js +0 -1
  4082. package/icons/tech/grunt.js +0 -1
  4083. package/icons/tech/gruntjs.js +0 -1
  4084. package/icons/tech/gulp.js +0 -1
  4085. package/icons/tech/gulpjs.js +0 -1
  4086. package/icons/tech/gunicorn.js +0 -1
  4087. package/icons/tech/gunjs.js +0 -1
  4088. package/icons/tech/gusto.js +0 -1
  4089. package/icons/tech/gwt.js +0 -1
  4090. package/icons/tech/hack.js +0 -1
  4091. package/icons/tech/hacker-one.js +0 -1
  4092. package/icons/tech/hadoop.js +0 -1
  4093. package/icons/tech/haiku-icon.js +0 -1
  4094. package/icons/tech/haiku.js +0 -1
  4095. package/icons/tech/haml.js +0 -1
  4096. package/icons/tech/hanami.js +0 -1
  4097. package/icons/tech/handlebars.js +0 -1
  4098. package/icons/tech/hapi.js +0 -1
  4099. package/icons/tech/hardhat-icon.js +0 -1
  4100. package/icons/tech/hardhat.js +0 -1
  4101. package/icons/tech/harness-icon.js +0 -1
  4102. package/icons/tech/harness.js +0 -1
  4103. package/icons/tech/harvester.js +0 -1
  4104. package/icons/tech/hashicorp-icon.js +0 -1
  4105. package/icons/tech/hashicorp-vault.js +0 -1
  4106. package/icons/tech/hashicorp.js +0 -1
  4107. package/icons/tech/hashnode-icon.js +0 -1
  4108. package/icons/tech/hashnode.js +0 -1
  4109. package/icons/tech/haskell-icon.js +0 -1
  4110. package/icons/tech/haskell.js +0 -1
  4111. package/icons/tech/hasura-icon.js +0 -1
  4112. package/icons/tech/hasura.js +0 -1
  4113. package/icons/tech/haxe.js +0 -1
  4114. package/icons/tech/haxl.js +0 -1
  4115. package/icons/tech/hbase.js +0 -1
  4116. package/icons/tech/hcaptcha-icon.js +0 -1
  4117. package/icons/tech/hcaptcha.js +0 -1
  4118. package/icons/tech/headlessui-icon.js +0 -1
  4119. package/icons/tech/headlessui.js +0 -1
  4120. package/icons/tech/heap-icon.js +0 -1
  4121. package/icons/tech/heap.js +0 -1
  4122. package/icons/tech/helm.js +0 -1
  4123. package/icons/tech/helpscout-icon.js +0 -1
  4124. package/icons/tech/helpscout.js +0 -1
  4125. package/icons/tech/hermes.js +0 -1
  4126. package/icons/tech/heroku-icon.js +0 -1
  4127. package/icons/tech/heroku-redis.js +0 -1
  4128. package/icons/tech/heroku.js +0 -1
  4129. package/icons/tech/hexo.js +0 -1
  4130. package/icons/tech/hhvm.js +0 -1
  4131. package/icons/tech/hibernate.js +0 -1
  4132. package/icons/tech/highcharts.js +0 -1
  4133. package/icons/tech/hipercard.js +0 -1
  4134. package/icons/tech/homebrew.js +0 -1
  4135. package/icons/tech/hono.js +0 -1
  4136. package/icons/tech/hookstate.js +0 -1
  4137. package/icons/tech/hootsuite-icon.js +0 -1
  4138. package/icons/tech/hootsuite.js +0 -1
  4139. package/icons/tech/hosted-graphite.js +0 -1
  4140. package/icons/tech/hostgator-icon.js +0 -1
  4141. package/icons/tech/hostgator.js +0 -1
  4142. package/icons/tech/hotjar-icon.js +0 -1
  4143. package/icons/tech/hotjar.js +0 -1
  4144. package/icons/tech/houndci.js +0 -1
  4145. package/icons/tech/html5-boilerplate.js +0 -1
  4146. package/icons/tech/html5.js +0 -1
  4147. package/icons/tech/htmx-icon.js +0 -1
  4148. package/icons/tech/htmx.js +0 -1
  4149. package/icons/tech/httpie-icon.js +0 -1
  4150. package/icons/tech/httpie.js +0 -1
  4151. package/icons/tech/hubspot.js +0 -1
  4152. package/icons/tech/hugging-face-icon.js +0 -1
  4153. package/icons/tech/hugging-face.js +0 -1
  4154. package/icons/tech/huggy.js +0 -1
  4155. package/icons/tech/hugo.js +0 -1
  4156. package/icons/tech/humongous.js +0 -1
  4157. package/icons/tech/hyper.js +0 -1
  4158. package/icons/tech/hyperapp.js +0 -1
  4159. package/icons/tech/ibm-spss-statistics.js +0 -1
  4160. package/icons/tech/ibm.js +0 -1
  4161. package/icons/tech/ie10.js +0 -1
  4162. package/icons/tech/ieee.js +0 -1
  4163. package/icons/tech/ietf.js +0 -1
  4164. package/icons/tech/ifttt.js +0 -1
  4165. package/icons/tech/imagemin.js +0 -1
  4166. package/icons/tech/imba-icon.js +0 -1
  4167. package/icons/tech/imba.js +0 -1
  4168. package/icons/tech/immer-icon.js +0 -1
  4169. package/icons/tech/immer.js +0 -1
  4170. package/icons/tech/immutable.js +0 -1
  4171. package/icons/tech/impala.js +0 -1
  4172. package/icons/tech/importio-icon.js +0 -1
  4173. package/icons/tech/importio.js +0 -1
  4174. package/icons/tech/incident-icon.js +0 -1
  4175. package/icons/tech/incident.js +0 -1
  4176. package/icons/tech/infer.js +0 -1
  4177. package/icons/tech/inferno.js +0 -1
  4178. package/icons/tech/influxdb-icon.js +0 -1
  4179. package/icons/tech/influxdb.js +0 -1
  4180. package/icons/tech/ink.js +0 -1
  4181. package/icons/tech/inkscape.js +0 -1
  4182. package/icons/tech/insomnia.js +0 -1
  4183. package/icons/tech/instagram-icon.js +0 -1
  4184. package/icons/tech/instagram.js +0 -1
  4185. package/icons/tech/intel.js +0 -1
  4186. package/icons/tech/intellij-idea.js +0 -1
  4187. package/icons/tech/intercom-icon.js +0 -1
  4188. package/icons/tech/intercom.js +0 -1
  4189. package/icons/tech/internet-computer-icon.js +0 -1
  4190. package/icons/tech/internet-computer.js +0 -1
  4191. package/icons/tech/internetexplorer.js +0 -1
  4192. package/icons/tech/invision-icon.js +0 -1
  4193. package/icons/tech/invision.js +0 -1
  4194. package/icons/tech/ionic-icon.js +0 -1
  4195. package/icons/tech/ionic.js +0 -1
  4196. package/icons/tech/ios.js +0 -1
  4197. package/icons/tech/iron-icon.js +0 -1
  4198. package/icons/tech/iron.js +0 -1
  4199. package/icons/tech/itsalive-icon.js +0 -1
  4200. package/icons/tech/itsalive.js +0 -1
  4201. package/icons/tech/jade.js +0 -1
  4202. package/icons/tech/jaeger.js +0 -1
  4203. package/icons/tech/jamstack-icon.js +0 -1
  4204. package/icons/tech/jamstack.js +0 -1
  4205. package/icons/tech/jasmine.js +0 -1
  4206. package/icons/tech/java.js +0 -1
  4207. package/icons/tech/javascript.js +0 -1
  4208. package/icons/tech/jcb.js +0 -1
  4209. package/icons/tech/jeet.js +0 -1
  4210. package/icons/tech/jekyll.js +0 -1
  4211. package/icons/tech/jenkins.js +0 -1
  4212. package/icons/tech/jest.js +0 -1
  4213. package/icons/tech/jetbrains-icon.js +0 -1
  4214. package/icons/tech/jetbrains-space-icon.js +0 -1
  4215. package/icons/tech/jetbrains-space.js +0 -1
  4216. package/icons/tech/jetbrains.js +0 -1
  4217. package/icons/tech/jfrog.js +0 -1
  4218. package/icons/tech/jhipster-icon.js +0 -1
  4219. package/icons/tech/jhipster.js +0 -1
  4220. package/icons/tech/jira-align.js +0 -1
  4221. package/icons/tech/jira.js +0 -1
  4222. package/icons/tech/joomla.js +0 -1
  4223. package/icons/tech/jotai.js +0 -1
  4224. package/icons/tech/jquery-mobile.js +0 -1
  4225. package/icons/tech/jquery.js +0 -1
  4226. package/icons/tech/jruby.js +0 -1
  4227. package/icons/tech/jsbin.js +0 -1
  4228. package/icons/tech/jsdelivr.js +0 -1
  4229. package/icons/tech/jsdom.js +0 -1
  4230. package/icons/tech/jsfiddle.js +0 -1
  4231. package/icons/tech/json-ld.js +0 -1
  4232. package/icons/tech/json-schema-icon.js +0 -1
  4233. package/icons/tech/json-schema.js +0 -1
  4234. package/icons/tech/json.js +0 -1
  4235. package/icons/tech/jspm.js +0 -1
  4236. package/icons/tech/jss.js +0 -1
  4237. package/icons/tech/juju.js +0 -1
  4238. package/icons/tech/jule.js +0 -1
  4239. package/icons/tech/julia.js +0 -1
  4240. package/icons/tech/junit.js +0 -1
  4241. package/icons/tech/jupyter.js +0 -1
  4242. package/icons/tech/jwt-icon.js +0 -1
  4243. package/icons/tech/jwt.js +0 -1
  4244. package/icons/tech/k3os.js +0 -1
  4245. package/icons/tech/k3s.js +0 -1
  4246. package/icons/tech/kafka-icon.js +0 -1
  4247. package/icons/tech/kafka.js +0 -1
  4248. package/icons/tech/kaggle.js +0 -1
  4249. package/icons/tech/kaios.js +0 -1
  4250. package/icons/tech/kallithea.js +0 -1
  4251. package/icons/tech/karate.js +0 -1
  4252. package/icons/tech/karma.js +0 -1
  4253. package/icons/tech/katalon-icon.js +0 -1
  4254. package/icons/tech/katalon.js +0 -1
  4255. package/icons/tech/kde.js +0 -1
  4256. package/icons/tech/keen.js +0 -1
  4257. package/icons/tech/kemal.js +0 -1
  4258. package/icons/tech/keras.js +0 -1
  4259. package/icons/tech/keycdn-icon.js +0 -1
  4260. package/icons/tech/keycdn.js +0 -1
  4261. package/icons/tech/keydb-icon.js +0 -1
  4262. package/icons/tech/keydb.js +0 -1
  4263. package/icons/tech/keystonejs.js +0 -1
  4264. package/icons/tech/khan-academy-icon.js +0 -1
  4265. package/icons/tech/khan-academy.js +0 -1
  4266. package/icons/tech/kibana.js +0 -1
  4267. package/icons/tech/kickstarter-icon.js +0 -1
  4268. package/icons/tech/kickstarter.js +0 -1
  4269. package/icons/tech/kinto-icon.js +0 -1
  4270. package/icons/tech/kinto.js +0 -1
  4271. package/icons/tech/kirby-icon.js +0 -1
  4272. package/icons/tech/kirby.js +0 -1
  4273. package/icons/tech/knex-js.js +0 -1
  4274. package/icons/tech/knex.js +0 -1
  4275. package/icons/tech/knockout.js +0 -1
  4276. package/icons/tech/koa.js +0 -1
  4277. package/icons/tech/kong-icon.js +0 -1
  4278. package/icons/tech/kong.js +0 -1
  4279. package/icons/tech/kops.js +0 -1
  4280. package/icons/tech/koreio.js +0 -1
  4281. package/icons/tech/kotlin-icon.js +0 -1
  4282. package/icons/tech/kotlin.js +0 -1
  4283. package/icons/tech/kraken.js +0 -1
  4284. package/icons/tech/krakenjs.js +0 -1
  4285. package/icons/tech/ktor-icon.js +0 -1
  4286. package/icons/tech/ktor.js +0 -1
  4287. package/icons/tech/kubernetes.js +0 -1
  4288. package/icons/tech/kustomer.js +0 -1
  4289. package/icons/tech/labview.js +0 -1
  4290. package/icons/tech/languagetool.js +0 -1
  4291. package/icons/tech/laravel.js +0 -1
  4292. package/icons/tech/lastfm.js +0 -1
  4293. package/icons/tech/lateral-icon.js +0 -1
  4294. package/icons/tech/lateral.js +0 -1
  4295. package/icons/tech/latex.js +0 -1
  4296. package/icons/tech/launchdarkly-icon.js +0 -1
  4297. package/icons/tech/launchdarkly.js +0 -1
  4298. package/icons/tech/launchrock.js +0 -1
  4299. package/icons/tech/leaflet.js +0 -1
  4300. package/icons/tech/leankit-icon.js +0 -1
  4301. package/icons/tech/leankit.js +0 -1
  4302. package/icons/tech/lerna.js +0 -1
  4303. package/icons/tech/less-js.js +0 -1
  4304. package/icons/tech/less.js +0 -1
  4305. package/icons/tech/lets-cloud.js +0 -1
  4306. package/icons/tech/letsencrypt.js +0 -1
  4307. package/icons/tech/leveldb.js +0 -1
  4308. package/icons/tech/lexical-icon.js +0 -1
  4309. package/icons/tech/lexical.js +0 -1
  4310. package/icons/tech/liftweb.js +0 -1
  4311. package/icons/tech/lighthouse.js +0 -1
  4312. package/icons/tech/lightstep-icon.js +0 -1
  4313. package/icons/tech/lightstep.js +0 -1
  4314. package/icons/tech/lighttpd.js +0 -1
  4315. package/icons/tech/linear-icon.js +0 -1
  4316. package/icons/tech/linear.js +0 -1
  4317. package/icons/tech/linkedin-icon.js +0 -1
  4318. package/icons/tech/linkedin.js +0 -1
  4319. package/icons/tech/linkerd.js +0 -1
  4320. package/icons/tech/linode.js +0 -1
  4321. package/icons/tech/linux-mint.js +0 -1
  4322. package/icons/tech/linux-tux.js +0 -1
  4323. package/icons/tech/linux.js +0 -1
  4324. package/icons/tech/liquibase.js +0 -1
  4325. package/icons/tech/lit-icon.js +0 -1
  4326. package/icons/tech/lit.js +0 -1
  4327. package/icons/tech/litmus.js +0 -1
  4328. package/icons/tech/livewire.js +0 -1
  4329. package/icons/tech/llvm.js +0 -1
  4330. package/icons/tech/loader.js +0 -1
  4331. package/icons/tech/lodash.js +0 -1
  4332. package/icons/tech/logentries.js +0 -1
  4333. package/icons/tech/logstash.js +0 -1
  4334. package/icons/tech/lookback.js +0 -1
  4335. package/icons/tech/looker-icon.js +0 -1
  4336. package/icons/tech/looker.js +0 -1
  4337. package/icons/tech/loom-icon.js +0 -1
  4338. package/icons/tech/loom.js +0 -1
  4339. package/icons/tech/loopback-icon.js +0 -1
  4340. package/icons/tech/loopback.js +0 -1
  4341. package/icons/tech/losant.js +0 -1
  4342. package/icons/tech/lua.js +0 -1
  4343. package/icons/tech/lucene-net.js +0 -1
  4344. package/icons/tech/lucene.js +0 -1
  4345. package/icons/tech/lumen.js +0 -1
  4346. package/icons/tech/mac-os.js +0 -1
  4347. package/icons/tech/madge.js +0 -1
  4348. package/icons/tech/maestro.js +0 -1
  4349. package/icons/tech/mageia.js +0 -1
  4350. package/icons/tech/magento.js +0 -1
  4351. package/icons/tech/mailchimp-freddie.js +0 -1
  4352. package/icons/tech/mailchimp.js +0 -1
  4353. package/icons/tech/maildeveloper.js +0 -1
  4354. package/icons/tech/mailgun-icon.js +0 -1
  4355. package/icons/tech/mailgun.js +0 -1
  4356. package/icons/tech/mailjet-icon.js +0 -1
  4357. package/icons/tech/mailjet.js +0 -1
  4358. package/icons/tech/malinajs.js +0 -1
  4359. package/icons/tech/manjaro.js +0 -1
  4360. package/icons/tech/mantine-icon.js +0 -1
  4361. package/icons/tech/mantine.js +0 -1
  4362. package/icons/tech/mapbox-icon.js +0 -1
  4363. package/icons/tech/mapbox.js +0 -1
  4364. package/icons/tech/maps-me.js +0 -1
  4365. package/icons/tech/mapzen-icon.js +0 -1
  4366. package/icons/tech/mapzen.js +0 -1
  4367. package/icons/tech/mariadb-icon.js +0 -1
  4368. package/icons/tech/mariadb.js +0 -1
  4369. package/icons/tech/marionette.js +0 -1
  4370. package/icons/tech/markdown.js +0 -1
  4371. package/icons/tech/marko.js +0 -1
  4372. package/icons/tech/marvel.js +0 -1
  4373. package/icons/tech/mastercard.js +0 -1
  4374. package/icons/tech/mastodon-icon.js +0 -1
  4375. package/icons/tech/mastodon.js +0 -1
  4376. package/icons/tech/material-ui.js +0 -1
  4377. package/icons/tech/materialize.js +0 -1
  4378. package/icons/tech/materializecss.js +0 -1
  4379. package/icons/tech/matlab.js +0 -1
  4380. package/icons/tech/matomo-icon.js +0 -1
  4381. package/icons/tech/matomo.js +0 -1
  4382. package/icons/tech/matplotlib-icon.js +0 -1
  4383. package/icons/tech/matplotlib.js +0 -1
  4384. package/icons/tech/matter-icon.js +0 -1
  4385. package/icons/tech/matter.js +0 -1
  4386. package/icons/tech/mattermost-icon.js +0 -1
  4387. package/icons/tech/mattermost.js +0 -1
  4388. package/icons/tech/mautic-icon.js +0 -1
  4389. package/icons/tech/mautic.js +0 -1
  4390. package/icons/tech/maven.js +0 -1
  4391. package/icons/tech/mdn.js +0 -1
  4392. package/icons/tech/mdx.js +0 -1
  4393. package/icons/tech/medium-icon.js +0 -1
  4394. package/icons/tech/medium.js +0 -1
  4395. package/icons/tech/medusa-icon.js +0 -1
  4396. package/icons/tech/medusa.js +0 -1
  4397. package/icons/tech/meilisearch.js +0 -1
  4398. package/icons/tech/memcached.js +0 -1
  4399. package/icons/tech/memgraph.js +0 -1
  4400. package/icons/tech/mention.js +0 -1
  4401. package/icons/tech/mercurial.js +0 -1
  4402. package/icons/tech/mesos.js +0 -1
  4403. package/icons/tech/messenger.js +0 -1
  4404. package/icons/tech/meta-icon.js +0 -1
  4405. package/icons/tech/meta.js +0 -1
  4406. package/icons/tech/metabase.js +0 -1
  4407. package/icons/tech/metamask-icon.js +0 -1
  4408. package/icons/tech/metamask.js +0 -1
  4409. package/icons/tech/meteor-icon.js +0 -1
  4410. package/icons/tech/meteor-js.js +0 -1
  4411. package/icons/tech/meteor.js +0 -1
  4412. package/icons/tech/micro-icon.js +0 -1
  4413. package/icons/tech/micro-python.js +0 -1
  4414. package/icons/tech/micro.js +0 -1
  4415. package/icons/tech/microcosm.js +0 -1
  4416. package/icons/tech/micron-icon.js +0 -1
  4417. package/icons/tech/micron.js +0 -1
  4418. package/icons/tech/microsoft-azure.js +0 -1
  4419. package/icons/tech/microsoft-edge.js +0 -1
  4420. package/icons/tech/microsoft-icon.js +0 -1
  4421. package/icons/tech/microsoft-onedrive.js +0 -1
  4422. package/icons/tech/microsoft-power-bi.js +0 -1
  4423. package/icons/tech/microsoft-sql-server.js +0 -1
  4424. package/icons/tech/microsoft-teams.js +0 -1
  4425. package/icons/tech/microsoft-windows-icon.js +0 -1
  4426. package/icons/tech/microsoft-windows.js +0 -1
  4427. package/icons/tech/microsoft.js +0 -1
  4428. package/icons/tech/mida-icon.js +0 -1
  4429. package/icons/tech/mida.js +0 -1
  4430. package/icons/tech/middleman.js +0 -1
  4431. package/icons/tech/midjourney.js +0 -1
  4432. package/icons/tech/milligram.js +0 -1
  4433. package/icons/tech/million-icon.js +0 -1
  4434. package/icons/tech/million.js +0 -1
  4435. package/icons/tech/milvus-icon.js +0 -1
  4436. package/icons/tech/milvus.js +0 -1
  4437. package/icons/tech/mindsdb-icon.js +0 -1
  4438. package/icons/tech/mindsdb.js +0 -1
  4439. package/icons/tech/minitab.js +0 -1
  4440. package/icons/tech/mint-lang.js +0 -1
  4441. package/icons/tech/mio.js +0 -1
  4442. package/icons/tech/miro-icon.js +0 -1
  4443. package/icons/tech/miro.js +0 -1
  4444. package/icons/tech/mist.js +0 -1
  4445. package/icons/tech/mistral-ai-icon.js +0 -1
  4446. package/icons/tech/mistral-ai.js +0 -1
  4447. package/icons/tech/mithril.js +0 -1
  4448. package/icons/tech/mixmax.js +0 -1
  4449. package/icons/tech/mixpanel.js +0 -1
  4450. package/icons/tech/mlab.js +0 -1
  4451. package/icons/tech/mob-x.js +0 -1
  4452. package/icons/tech/mocha.js +0 -1
  4453. package/icons/tech/mockflow-icon.js +0 -1
  4454. package/icons/tech/mockflow.js +0 -1
  4455. package/icons/tech/modernizr.js +0 -1
  4456. package/icons/tech/modx-icon.js +0 -1
  4457. package/icons/tech/modx.js +0 -1
  4458. package/icons/tech/moleculer.js +0 -1
  4459. package/icons/tech/momentjs.js +0 -1
  4460. package/icons/tech/monday-icon.js +0 -1
  4461. package/icons/tech/monday.js +0 -1
  4462. package/icons/tech/monero.js +0 -1
  4463. package/icons/tech/mongodb-icon.js +0 -1
  4464. package/icons/tech/mongodb.js +0 -1
  4465. package/icons/tech/mongoose-js.js +0 -1
  4466. package/icons/tech/mono.js +0 -1
  4467. package/icons/tech/moodle.js +0 -1
  4468. package/icons/tech/moon.js +0 -1
  4469. package/icons/tech/mootools.js +0 -1
  4470. package/icons/tech/morpheus-icon.js +0 -1
  4471. package/icons/tech/morpheus.js +0 -1
  4472. package/icons/tech/mozilla.js +0 -1
  4473. package/icons/tech/mparticle-icon.js +0 -1
  4474. package/icons/tech/mparticle.js +0 -1
  4475. package/icons/tech/mps-icon.js +0 -1
  4476. package/icons/tech/mps.js +0 -1
  4477. package/icons/tech/ms-dos.js +0 -1
  4478. package/icons/tech/msw-icon.js +0 -1
  4479. package/icons/tech/msw.js +0 -1
  4480. package/icons/tech/multipass.js +0 -1
  4481. package/icons/tech/mysql-icon.js +0 -1
  4482. package/icons/tech/mysql.js +0 -1
  4483. package/icons/tech/naiveui.js +0 -1
  4484. package/icons/tech/namecheap.js +0 -1
  4485. package/icons/tech/nano.js +0 -1
  4486. package/icons/tech/nanonets.js +0 -1
  4487. package/icons/tech/nasm.js +0 -1
  4488. package/icons/tech/nativescript.js +0 -1
  4489. package/icons/tech/nats-icon.js +0 -1
  4490. package/icons/tech/nats.js +0 -1
  4491. package/icons/tech/neat.js +0 -1
  4492. package/icons/tech/neo4j.js +0 -1
  4493. package/icons/tech/neon-icon.js +0 -1
  4494. package/icons/tech/neon.js +0 -1
  4495. package/icons/tech/neovim.js +0 -1
  4496. package/icons/tech/nerog.js +0 -1
  4497. package/icons/tech/nestjs.js +0 -1
  4498. package/icons/tech/net-core.js +0 -1
  4499. package/icons/tech/net.js +0 -1
  4500. package/icons/tech/netbeans.js +0 -1
  4501. package/icons/tech/netflix-icon.js +0 -1
  4502. package/icons/tech/netflix.js +0 -1
  4503. package/icons/tech/netlify-icon.js +0 -1
  4504. package/icons/tech/netlify.js +0 -1
  4505. package/icons/tech/network-x.js +0 -1
  4506. package/icons/tech/neverinstall-icon.js +0 -1
  4507. package/icons/tech/neverinstall.js +0 -1
  4508. package/icons/tech/new-relic-icon.js +0 -1
  4509. package/icons/tech/new-relic.js +0 -1
  4510. package/icons/tech/new4j.js +0 -1
  4511. package/icons/tech/nextjs-icon.js +0 -1
  4512. package/icons/tech/nextjs.js +0 -1
  4513. package/icons/tech/nginx.js +0 -1
  4514. package/icons/tech/ngrok.js +0 -1
  4515. package/icons/tech/nhibernate.js +0 -1
  4516. package/icons/tech/nhost-icon.js +0 -1
  4517. package/icons/tech/nhost.js +0 -1
  4518. package/icons/tech/nightwatch.js +0 -1
  4519. package/icons/tech/nim-lang.js +0 -1
  4520. package/icons/tech/nim.js +0 -1
  4521. package/icons/tech/nimble.js +0 -1
  4522. package/icons/tech/nix.js +0 -1
  4523. package/icons/tech/nocodb.js +0 -1
  4524. package/icons/tech/nodal.js +0 -1
  4525. package/icons/tech/node-sass.js +0 -1
  4526. package/icons/tech/nodebots.js +0 -1
  4527. package/icons/tech/nodejs-icon-alt.js +0 -1
  4528. package/icons/tech/nodejs-icon.js +0 -1
  4529. package/icons/tech/nodejs.js +0 -1
  4530. package/icons/tech/nodemon.js +0 -1
  4531. package/icons/tech/nodeos.js +0 -1
  4532. package/icons/tech/nodewebkit.js +0 -1
  4533. package/icons/tech/nomad-icon.js +0 -1
  4534. package/icons/tech/nomad.js +0 -1
  4535. package/icons/tech/notion-icon.js +0 -1
  4536. package/icons/tech/notion.js +0 -1
  4537. package/icons/tech/noysi.js +0 -1
  4538. package/icons/tech/npm-icon.js +0 -1
  4539. package/icons/tech/npm.js +0 -1
  4540. package/icons/tech/nuclide.js +0 -1
  4541. package/icons/tech/nuget.js +0 -1
  4542. package/icons/tech/num-py.js +0 -1
  4543. package/icons/tech/nuxt-icon.js +0 -1
  4544. package/icons/tech/nuxt-js.js +0 -1
  4545. package/icons/tech/nuxt.js +0 -1
  4546. package/icons/tech/nvidia.js +0 -1
  4547. package/icons/tech/nvm.js +0 -1
  4548. package/icons/tech/nx.js +0 -1
  4549. package/icons/tech/oauth.js +0 -1
  4550. package/icons/tech/objective-c.js +0 -1
  4551. package/icons/tech/observablehq.js +0 -1
  4552. package/icons/tech/obsidian-icon.js +0 -1
  4553. package/icons/tech/obsidian.js +0 -1
  4554. package/icons/tech/ocaml.js +0 -1
  4555. package/icons/tech/octodns.js +0 -1
  4556. package/icons/tech/octopus-deploy.js +0 -1
  4557. package/icons/tech/oh-my-zsh.js +0 -1
  4558. package/icons/tech/okta-icon.js +0 -1
  4559. package/icons/tech/okta.js +0 -1
  4560. package/icons/tech/olark.js +0 -1
  4561. package/icons/tech/onesignal.js +0 -1
  4562. package/icons/tech/open-al.js +0 -1
  4563. package/icons/tech/open-api.js +0 -1
  4564. package/icons/tech/open-cl.js +0 -1
  4565. package/icons/tech/open-cv.js +0 -1
  4566. package/icons/tech/open-gl.js +0 -1
  4567. package/icons/tech/open-graph.js +0 -1
  4568. package/icons/tech/open-stack.js +0 -1
  4569. package/icons/tech/open-suse.js +0 -1
  4570. package/icons/tech/open-telemetry.js +0 -1
  4571. package/icons/tech/open-zeppelin-icon.js +0 -1
  4572. package/icons/tech/open-zeppelin.js +0 -1
  4573. package/icons/tech/openai-icon.js +0 -1
  4574. package/icons/tech/openai.js +0 -1
  4575. package/icons/tech/openapi-icon.js +0 -1
  4576. package/icons/tech/opencart.js +0 -1
  4577. package/icons/tech/opencollective.js +0 -1
  4578. package/icons/tech/openframeworks.js +0 -1
  4579. package/icons/tech/openjs-foundation-icon.js +0 -1
  4580. package/icons/tech/openjs-foundation.js +0 -1
  4581. package/icons/tech/openlayers.js +0 -1
  4582. package/icons/tech/opensearch-icon.js +0 -1
  4583. package/icons/tech/opensearch.js +0 -1
  4584. package/icons/tech/openshift.js +0 -1
  4585. package/icons/tech/opensource.js +0 -1
  4586. package/icons/tech/openstack-icon.js +0 -1
  4587. package/icons/tech/opentelemetry-icon.js +0 -1
  4588. package/icons/tech/opera.js +0 -1
  4589. package/icons/tech/opsgenie.js +0 -1
  4590. package/icons/tech/optimizely-icon.js +0 -1
  4591. package/icons/tech/optimizely.js +0 -1
  4592. package/icons/tech/oracle.js +0 -1
  4593. package/icons/tech/oreilly.js +0 -1
  4594. package/icons/tech/origami.js +0 -1
  4595. package/icons/tech/origin.js +0 -1
  4596. package/icons/tech/oshw.js +0 -1
  4597. package/icons/tech/osquery.js +0 -1
  4598. package/icons/tech/overloop-icon.js +0 -1
  4599. package/icons/tech/overloop.js +0 -1
  4600. package/icons/tech/p5js.js +0 -1
  4601. package/icons/tech/packer.js +0 -1
  4602. package/icons/tech/pagekit.js +0 -1
  4603. package/icons/tech/pagekite.js +0 -1
  4604. package/icons/tech/pagerduty-icon.js +0 -1
  4605. package/icons/tech/pagerduty.js +0 -1
  4606. package/icons/tech/panda.js +0 -1
  4607. package/icons/tech/pandacss-icon.js +0 -1
  4608. package/icons/tech/pandacss.js +0 -1
  4609. package/icons/tech/pandas-icon.js +0 -1
  4610. package/icons/tech/pandas.js +0 -1
  4611. package/icons/tech/parcel-icon.js +0 -1
  4612. package/icons/tech/parcel.js +0 -1
  4613. package/icons/tech/parse.js +0 -1
  4614. package/icons/tech/parsehub.js +0 -1
  4615. package/icons/tech/partytown-icon.js +0 -1
  4616. package/icons/tech/partytown.js +0 -1
  4617. package/icons/tech/passbolt-icon.js +0 -1
  4618. package/icons/tech/passbolt.js +0 -1
  4619. package/icons/tech/passport.js +0 -1
  4620. package/icons/tech/patreon.js +0 -1
  4621. package/icons/tech/payload.js +0 -1
  4622. package/icons/tech/paypal.js +0 -1
  4623. package/icons/tech/peer5.js +0 -1
  4624. package/icons/tech/pepperoni.js +0 -1
  4625. package/icons/tech/percona.js +0 -1
  4626. package/icons/tech/percy-icon.js +0 -1
  4627. package/icons/tech/percy.js +0 -1
  4628. package/icons/tech/perf-rocks.js +0 -1
  4629. package/icons/tech/perl.js +0 -1
  4630. package/icons/tech/perplexity-icon.js +0 -1
  4631. package/icons/tech/perplexity.js +0 -1
  4632. package/icons/tech/pf-sense.js +0 -1
  4633. package/icons/tech/phalcon.js +0 -1
  4634. package/icons/tech/phoenix-framework.js +0 -1
  4635. package/icons/tech/phoenix.js +0 -1
  4636. package/icons/tech/photon-engine.js +0 -1
  4637. package/icons/tech/php-alt.js +0 -1
  4638. package/icons/tech/php-storm.js +0 -1
  4639. package/icons/tech/php.js +0 -1
  4640. package/icons/tech/pinecone-icon.js +0 -1
  4641. package/icons/tech/pinecone.js +0 -1
  4642. package/icons/tech/pinia.js +0 -1
  4643. package/icons/tech/pinterest.js +0 -1
  4644. package/icons/tech/pipedream.js +0 -1
  4645. package/icons/tech/pipedrive.js +0 -1
  4646. package/icons/tech/pipefy.js +0 -1
  4647. package/icons/tech/pivotal-tracker.js +0 -1
  4648. package/icons/tech/pixijs.js +0 -1
  4649. package/icons/tech/pkg.js +0 -1
  4650. package/icons/tech/planetscale.js +0 -1
  4651. package/icons/tech/planless-icon.js +0 -1
  4652. package/icons/tech/planless.js +0 -1
  4653. package/icons/tech/plasmic.js +0 -1
  4654. package/icons/tech/plastic-scm.js +0 -1
  4655. package/icons/tech/platformio.js +0 -1
  4656. package/icons/tech/play.js +0 -1
  4657. package/icons/tech/playwright.js +0 -1
  4658. package/icons/tech/playwrite.js +0 -1
  4659. package/icons/tech/ploty.js +0 -1
  4660. package/icons/tech/pluralsight-icon.js +0 -1
  4661. package/icons/tech/pluralsight.js +0 -1
  4662. package/icons/tech/pm2-icon.js +0 -1
  4663. package/icons/tech/pm2.js +0 -1
  4664. package/icons/tech/pnpm.js +0 -1
  4665. package/icons/tech/pocket-base.js +0 -1
  4666. package/icons/tech/podman.js +0 -1
  4667. package/icons/tech/poeditor.js +0 -1
  4668. package/icons/tech/polygon.js +0 -1
  4669. package/icons/tech/polymer.js +0 -1
  4670. package/icons/tech/portainer.js +0 -1
  4671. package/icons/tech/postcss.js +0 -1
  4672. package/icons/tech/postgraphile.js +0 -1
  4673. package/icons/tech/postgresql.js +0 -1
  4674. package/icons/tech/posthog-icon.js +0 -1
  4675. package/icons/tech/posthog.js +0 -1
  4676. package/icons/tech/postman-icon.js +0 -1
  4677. package/icons/tech/postman.js +0 -1
  4678. package/icons/tech/pouchdb.js +0 -1
  4679. package/icons/tech/powershell.js +0 -1
  4680. package/icons/tech/preact.js +0 -1
  4681. package/icons/tech/precursor.js +0 -1
  4682. package/icons/tech/prerender-icon.js +0 -1
  4683. package/icons/tech/prerender.js +0 -1
  4684. package/icons/tech/prestashop-icon.js +0 -1
  4685. package/icons/tech/prestashop.js +0 -1
  4686. package/icons/tech/presto-icon.js +0 -1
  4687. package/icons/tech/presto.js +0 -1
  4688. package/icons/tech/prettier.js +0 -1
  4689. package/icons/tech/prisma.js +0 -1
  4690. package/icons/tech/prismic-icon.js +0 -1
  4691. package/icons/tech/prismic.js +0 -1
  4692. package/icons/tech/processing.js +0 -1
  4693. package/icons/tech/processwire-icon.js +0 -1
  4694. package/icons/tech/processwire.js +0 -1
  4695. package/icons/tech/productboard-icon.js +0 -1
  4696. package/icons/tech/productboard.js +0 -1
  4697. package/icons/tech/producthunt.js +0 -1
  4698. package/icons/tech/progress.js +0 -1
  4699. package/icons/tech/prometheus.js +0 -1
  4700. package/icons/tech/promises.js +0 -1
  4701. package/icons/tech/proofy.js +0 -1
  4702. package/icons/tech/protoio.js +0 -1
  4703. package/icons/tech/protonet.js +0 -1
  4704. package/icons/tech/protractor.js +0 -1
  4705. package/icons/tech/prott.js +0 -1
  4706. package/icons/tech/pug.js +0 -1
  4707. package/icons/tech/pulumi-icon.js +0 -1
  4708. package/icons/tech/pulumi.js +0 -1
  4709. package/icons/tech/pumpkindb.js +0 -1
  4710. package/icons/tech/puppet-icon.js +0 -1
  4711. package/icons/tech/puppet.js +0 -1
  4712. package/icons/tech/puppeteer.js +0 -1
  4713. package/icons/tech/purescript-icon.js +0 -1
  4714. package/icons/tech/purescript.js +0 -1
  4715. package/icons/tech/pushbullet.js +0 -1
  4716. package/icons/tech/pusher-icon.js +0 -1
  4717. package/icons/tech/pusher.js +0 -1
  4718. package/icons/tech/putty.js +0 -1
  4719. package/icons/tech/pwa.js +0 -1
  4720. package/icons/tech/pycharm.js +0 -1
  4721. package/icons/tech/pypi.js +0 -1
  4722. package/icons/tech/pyscript.js +0 -1
  4723. package/icons/tech/pytest.js +0 -1
  4724. package/icons/tech/python-poetry.js +0 -1
  4725. package/icons/tech/python.js +0 -1
  4726. package/icons/tech/pytorch-icon.js +0 -1
  4727. package/icons/tech/pytorch.js +0 -1
  4728. package/icons/tech/pyup.js +0 -1
  4729. package/icons/tech/q.js +0 -1
  4730. package/icons/tech/qdrant-icon.js +0 -1
  4731. package/icons/tech/qdrant.js +0 -1
  4732. package/icons/tech/qlik.js +0 -1
  4733. package/icons/tech/qodana.js +0 -1
  4734. package/icons/tech/qt.js +0 -1
  4735. package/icons/tech/qualcomm.js +0 -1
  4736. package/icons/tech/quarkus-icon.js +0 -1
  4737. package/icons/tech/quarkus.js +0 -1
  4738. package/icons/tech/quasar.js +0 -1
  4739. package/icons/tech/quay.js +0 -1
  4740. package/icons/tech/quobyte.js +0 -1
  4741. package/icons/tech/quora.js +0 -1
  4742. package/icons/tech/qwik-icon.js +0 -1
  4743. package/icons/tech/qwik.js +0 -1
  4744. package/icons/tech/r-lang.js +0 -1
  4745. package/icons/tech/r.js +0 -1
  4746. package/icons/tech/rabbitmq-icon.js +0 -1
  4747. package/icons/tech/rabbitmq.js +0 -1
  4748. package/icons/tech/rackspace-icon.js +0 -1
  4749. package/icons/tech/rackspace.js +0 -1
  4750. package/icons/tech/rails.js +0 -1
  4751. package/icons/tech/ramda.js +0 -1
  4752. package/icons/tech/raml.js +0 -1
  4753. package/icons/tech/rancher-icon.js +0 -1
  4754. package/icons/tech/rancher.js +0 -1
  4755. package/icons/tech/raphael.js +0 -1
  4756. package/icons/tech/raspberry-pi.js +0 -1
  4757. package/icons/tech/rax.js +0 -1
  4758. package/icons/tech/reach.js +0 -1
  4759. package/icons/tech/react-bootstrap.js +0 -1
  4760. package/icons/tech/react-query-icon.js +0 -1
  4761. package/icons/tech/react-query.js +0 -1
  4762. package/icons/tech/react-router.js +0 -1
  4763. package/icons/tech/react-spring.js +0 -1
  4764. package/icons/tech/react-styleguidist.js +0 -1
  4765. package/icons/tech/react.js +0 -1
  4766. package/icons/tech/reactivex.js +0 -1
  4767. package/icons/tech/realm.js +0 -1
  4768. package/icons/tech/reapp.js +0 -1
  4769. package/icons/tech/reasonml-icon.js +0 -1
  4770. package/icons/tech/reasonml.js +0 -1
  4771. package/icons/tech/recaptcha.js +0 -1
  4772. package/icons/tech/recoil-icon.js +0 -1
  4773. package/icons/tech/recoil.js +0 -1
  4774. package/icons/tech/red-cube-s-epic-compiler-thingy-programming-re-ct.js +0 -1
  4775. package/icons/tech/reddit-icon.js +0 -1
  4776. package/icons/tech/reddit.js +0 -1
  4777. package/icons/tech/redhat-icon.js +0 -1
  4778. package/icons/tech/redhat.js +0 -1
  4779. package/icons/tech/redis.js +0 -1
  4780. package/icons/tech/redsmin.js +0 -1
  4781. package/icons/tech/redux-observable.js +0 -1
  4782. package/icons/tech/redux-saga.js +0 -1
  4783. package/icons/tech/redux.js +0 -1
  4784. package/icons/tech/redwoodjs.js +0 -1
  4785. package/icons/tech/reindex.js +0 -1
  4786. package/icons/tech/relay.js +0 -1
  4787. package/icons/tech/release.js +0 -1
  4788. package/icons/tech/remix-icon.js +0 -1
  4789. package/icons/tech/remix.js +0 -1
  4790. package/icons/tech/ren-py.js +0 -1
  4791. package/icons/tech/renovatebot.js +0 -1
  4792. package/icons/tech/replay-icon.js +0 -1
  4793. package/icons/tech/replay.js +0 -1
  4794. package/icons/tech/replit-icon.js +0 -1
  4795. package/icons/tech/replit.js +0 -1
  4796. package/icons/tech/require.js +0 -1
  4797. package/icons/tech/rescript-icon.js +0 -1
  4798. package/icons/tech/rescript.js +0 -1
  4799. package/icons/tech/rest-li.js +0 -1
  4800. package/icons/tech/rethinkdb.js +0 -1
  4801. package/icons/tech/retool-icon.js +0 -1
  4802. package/icons/tech/retool.js +0 -1
  4803. package/icons/tech/riak.js +0 -1
  4804. package/icons/tech/rider.js +0 -1
  4805. package/icons/tech/riot.js +0 -1
  4806. package/icons/tech/risingwave-icon.js +0 -1
  4807. package/icons/tech/risingwave.js +0 -1
  4808. package/icons/tech/robot-operating-system-ros.js +0 -1
  4809. package/icons/tech/rocket-chat-icon.js +0 -1
  4810. package/icons/tech/rocket-chat.js +0 -1
  4811. package/icons/tech/rocksdb.js +0 -1
  4812. package/icons/tech/rocky-linux-icon.js +0 -1
  4813. package/icons/tech/rocky-linux.js +0 -1
  4814. package/icons/tech/rollbar-icon.js +0 -1
  4815. package/icons/tech/rollbar.js +0 -1
  4816. package/icons/tech/rollupjs.js +0 -1
  4817. package/icons/tech/rome-icon.js +0 -1
  4818. package/icons/tech/rome.js +0 -1
  4819. package/icons/tech/ros.js +0 -1
  4820. package/icons/tech/rsa.js +0 -1
  4821. package/icons/tech/rsmq.js +0 -1
  4822. package/icons/tech/rspec.js +0 -1
  4823. package/icons/tech/rstudio.js +0 -1
  4824. package/icons/tech/rubocop.js +0 -1
  4825. package/icons/tech/ruby-mine.js +0 -1
  4826. package/icons/tech/ruby-on-rails.js +0 -1
  4827. package/icons/tech/ruby.js +0 -1
  4828. package/icons/tech/rubygems.js +0 -1
  4829. package/icons/tech/rum.js +0 -1
  4830. package/icons/tech/runscope.js +0 -1
  4831. package/icons/tech/rush-icon.js +0 -1
  4832. package/icons/tech/rush.js +0 -1
  4833. package/icons/tech/rust.js +0 -1
  4834. package/icons/tech/rxdb.js +0 -1
  4835. package/icons/tech/safari.js +0 -1
  4836. package/icons/tech/sagui.js +0 -1
  4837. package/icons/tech/sails.js +0 -1
  4838. package/icons/tech/salesforce.js +0 -1
  4839. package/icons/tech/sameroom.js +0 -1
  4840. package/icons/tech/samsung.js +0 -1
  4841. package/icons/tech/sanity.js +0 -1
  4842. package/icons/tech/sap.js +0 -1
  4843. package/icons/tech/sass-doc.js +0 -1
  4844. package/icons/tech/sass.js +0 -1
  4845. package/icons/tech/saucelabs.js +0 -1
  4846. package/icons/tech/scala.js +0 -1
  4847. package/icons/tech/scaledrone.js +0 -1
  4848. package/icons/tech/scalingo.js +0 -1
  4849. package/icons/tech/scribd-icon.js +0 -1
  4850. package/icons/tech/scribd.js +0 -1
  4851. package/icons/tech/sdl.js +0 -1
  4852. package/icons/tech/seaborn-icon.js +0 -1
  4853. package/icons/tech/seaborn.js +0 -1
  4854. package/icons/tech/section-icon.js +0 -1
  4855. package/icons/tech/section.js +0 -1
  4856. package/icons/tech/segment-icon.js +0 -1
  4857. package/icons/tech/segment.js +0 -1
  4858. package/icons/tech/selenium.js +0 -1
  4859. package/icons/tech/sema-software.js +0 -1
  4860. package/icons/tech/semantic-release.js +0 -1
  4861. package/icons/tech/semantic-ui.js +0 -1
  4862. package/icons/tech/semaphoreci.js +0 -1
  4863. package/icons/tech/sencha.js +0 -1
  4864. package/icons/tech/sendgrid-icon.js +0 -1
  4865. package/icons/tech/sendgrid.js +0 -1
  4866. package/icons/tech/seneca.js +0 -1
  4867. package/icons/tech/sensu-icon.js +0 -1
  4868. package/icons/tech/sensu.js +0 -1
  4869. package/icons/tech/sentry-icon.js +0 -1
  4870. package/icons/tech/sentry.js +0 -1
  4871. package/icons/tech/sequelize.js +0 -1
  4872. package/icons/tech/serverless.js +0 -1
  4873. package/icons/tech/sherlock-icon.js +0 -1
  4874. package/icons/tech/sherlock.js +0 -1
  4875. package/icons/tech/shields.js +0 -1
  4876. package/icons/tech/shipit.js +0 -1
  4877. package/icons/tech/shogun.js +0 -1
  4878. package/icons/tech/shopify.js +0 -1
  4879. package/icons/tech/shopware.js +0 -1
  4880. package/icons/tech/shortcut-icon.js +0 -1
  4881. package/icons/tech/shortcut.js +0 -1
  4882. package/icons/tech/sidekiq-icon.js +0 -1
  4883. package/icons/tech/sidekiq.js +0 -1
  4884. package/icons/tech/signal.js +0 -1
  4885. package/icons/tech/sigstore-icon.js +0 -1
  4886. package/icons/tech/sigstore.js +0 -1
  4887. package/icons/tech/sinatra.js +0 -1
  4888. package/icons/tech/singlestore-icon.js +0 -1
  4889. package/icons/tech/singlestore.js +0 -1
  4890. package/icons/tech/sitepoint.js +0 -1
  4891. package/icons/tech/sk-hynix.js +0 -1
  4892. package/icons/tech/skaffolder.js +0 -1
  4893. package/icons/tech/sketch.js +0 -1
  4894. package/icons/tech/skylight.js +0 -1
  4895. package/icons/tech/skype.js +0 -1
  4896. package/icons/tech/slack-icon.js +0 -1
  4897. package/icons/tech/slack.js +0 -1
  4898. package/icons/tech/slides.js +0 -1
  4899. package/icons/tech/slidev.js +0 -1
  4900. package/icons/tech/slim.js +0 -1
  4901. package/icons/tech/smartling.js +0 -1
  4902. package/icons/tech/smashingmagazine.js +0 -1
  4903. package/icons/tech/snap-svg.js +0 -1
  4904. package/icons/tech/snaplet-icon.js +0 -1
  4905. package/icons/tech/snaplet.js +0 -1
  4906. package/icons/tech/snowflake-icon.js +0 -1
  4907. package/icons/tech/snowflake.js +0 -1
  4908. package/icons/tech/snowpack.js +0 -1
  4909. package/icons/tech/snyk.js +0 -1
  4910. package/icons/tech/socket-io.js +0 -1
  4911. package/icons/tech/solarwinds.js +0 -1
  4912. package/icons/tech/solid.js +0 -1
  4913. package/icons/tech/solidity.js +0 -1
  4914. package/icons/tech/solidjs-icon.js +0 -1
  4915. package/icons/tech/solidjs.js +0 -1
  4916. package/icons/tech/solr.js +0 -1
  4917. package/icons/tech/sonarcloud-icon.js +0 -1
  4918. package/icons/tech/sonarcloud.js +0 -1
  4919. package/icons/tech/sonarlint-icon.js +0 -1
  4920. package/icons/tech/sonarlint.js +0 -1
  4921. package/icons/tech/sonarqube.js +0 -1
  4922. package/icons/tech/soundcloud.js +0 -1
  4923. package/icons/tech/sourcegraph.js +0 -1
  4924. package/icons/tech/sourcetree.js +0 -1
  4925. package/icons/tech/spark.js +0 -1
  4926. package/icons/tech/sparkpost.js +0 -1
  4927. package/icons/tech/speakerdeck.js +0 -1
  4928. package/icons/tech/speedcurve.js +0 -1
  4929. package/icons/tech/spidermonkey-icon.js +0 -1
  4930. package/icons/tech/spidermonkey.js +0 -1
  4931. package/icons/tech/spinnaker.js +0 -1
  4932. package/icons/tech/splunk.js +0 -1
  4933. package/icons/tech/spotify-icon.js +0 -1
  4934. package/icons/tech/spotify.js +0 -1
  4935. package/icons/tech/spree.js +0 -1
  4936. package/icons/tech/spring-icon.js +0 -1
  4937. package/icons/tech/spring.js +0 -1
  4938. package/icons/tech/sql-developer.js +0 -1
  4939. package/icons/tech/sqlalchemy.js +0 -1
  4940. package/icons/tech/sqlite.js +0 -1
  4941. package/icons/tech/square.js +0 -1
  4942. package/icons/tech/squarespace.js +0 -1
  4943. package/icons/tech/ssh.js +0 -1
  4944. package/icons/tech/sst-icon.js +0 -1
  4945. package/icons/tech/sst.js +0 -1
  4946. package/icons/tech/stability-ai-icon.js +0 -1
  4947. package/icons/tech/stability-ai.js +0 -1
  4948. package/icons/tech/stackbit-icon.js +0 -1
  4949. package/icons/tech/stackbit.js +0 -1
  4950. package/icons/tech/stackblitz-icon.js +0 -1
  4951. package/icons/tech/stackblitz.js +0 -1
  4952. package/icons/tech/stackoverflow-icon.js +0 -1
  4953. package/icons/tech/stackoverflow.js +0 -1
  4954. package/icons/tech/stackshare.js +0 -1
  4955. package/icons/tech/stata.js +0 -1
  4956. package/icons/tech/stately-icon.js +0 -1
  4957. package/icons/tech/stately.js +0 -1
  4958. package/icons/tech/statuspage.js +0 -1
  4959. package/icons/tech/stdlib-icon.js +0 -1
  4960. package/icons/tech/stdlib.js +0 -1
  4961. package/icons/tech/steam.js +0 -1
  4962. package/icons/tech/stenciljs-icon.js +0 -1
  4963. package/icons/tech/stenciljs.js +0 -1
  4964. package/icons/tech/stetho.js +0 -1
  4965. package/icons/tech/stickermule.js +0 -1
  4966. package/icons/tech/stigg-icon.js +0 -1
  4967. package/icons/tech/stigg.js +0 -1
  4968. package/icons/tech/stimulus-icon.js +0 -1
  4969. package/icons/tech/stimulus.js +0 -1
  4970. package/icons/tech/stitch.js +0 -1
  4971. package/icons/tech/stoplight.js +0 -1
  4972. package/icons/tech/storyblocks-icon.js +0 -1
  4973. package/icons/tech/storyblocks.js +0 -1
  4974. package/icons/tech/storyblok-icon.js +0 -1
  4975. package/icons/tech/storyblok.js +0 -1
  4976. package/icons/tech/storybook-icon.js +0 -1
  4977. package/icons/tech/storybook.js +0 -1
  4978. package/icons/tech/strapi-icon.js +0 -1
  4979. package/icons/tech/strapi.js +0 -1
  4980. package/icons/tech/streamlit.js +0 -1
  4981. package/icons/tech/strider.js +0 -1
  4982. package/icons/tech/stripe.js +0 -1
  4983. package/icons/tech/struts.js +0 -1
  4984. package/icons/tech/styleci.js +0 -1
  4985. package/icons/tech/stylefmt.js +0 -1
  4986. package/icons/tech/stylelint.js +0 -1
  4987. package/icons/tech/stylis.js +0 -1
  4988. package/icons/tech/stylus.js +0 -1
  4989. package/icons/tech/stytch.js +0 -1
  4990. package/icons/tech/sublimetext-icon.js +0 -1
  4991. package/icons/tech/sublimetext.js +0 -1
  4992. package/icons/tech/subversion.js +0 -1
  4993. package/icons/tech/sugarss.js +0 -1
  4994. package/icons/tech/supabase-icon.js +0 -1
  4995. package/icons/tech/supabase.js +0 -1
  4996. package/icons/tech/supertokens-icon.js +0 -1
  4997. package/icons/tech/supertokens.js +0 -1
  4998. package/icons/tech/surge.js +0 -1
  4999. package/icons/tech/surrealdb-icon.js +0 -1
  5000. package/icons/tech/surrealdb.js +0 -1
  5001. package/icons/tech/survicate-icon.js +0 -1
  5002. package/icons/tech/survicate.js +0 -1
  5003. package/icons/tech/suse.js +0 -1
  5004. package/icons/tech/susy.js +0 -1
  5005. package/icons/tech/svelte-icon.js +0 -1
  5006. package/icons/tech/svelte-kit.js +0 -1
  5007. package/icons/tech/svelte.js +0 -1
  5008. package/icons/tech/svg.js +0 -1
  5009. package/icons/tech/svgator.js +0 -1
  5010. package/icons/tech/swagger.js +0 -1
  5011. package/icons/tech/swc.js +0 -1
  5012. package/icons/tech/swift.js +0 -1
  5013. package/icons/tech/swiftype.js +0 -1
  5014. package/icons/tech/swimm.js +0 -1
  5015. package/icons/tech/swr.js +0 -1
  5016. package/icons/tech/symfony.js +0 -1
  5017. package/icons/tech/sysdig-icon.js +0 -1
  5018. package/icons/tech/sysdig.js +0 -1
  5019. package/icons/tech/t3.js +0 -1
  5020. package/icons/tech/tableau-icon.js +0 -1
  5021. package/icons/tech/tableau.js +0 -1
  5022. package/icons/tech/taiga.js +0 -1
  5023. package/icons/tech/tailwindcss-icon.js +0 -1
  5024. package/icons/tech/tailwindcss.js +0 -1
  5025. package/icons/tech/tapcart-icon.js +0 -1
  5026. package/icons/tech/tapcart.js +0 -1
  5027. package/icons/tech/taskade-icon.js +0 -1
  5028. package/icons/tech/taskade.js +0 -1
  5029. package/icons/tech/tastejs.js +0 -1
  5030. package/icons/tech/tauri.js +0 -1
  5031. package/icons/tech/tealium.js +0 -1
  5032. package/icons/tech/teamcity.js +0 -1
  5033. package/icons/tech/teamgrid.js +0 -1
  5034. package/icons/tech/teamwork-icon.js +0 -1
  5035. package/icons/tech/teamwork.js +0 -1
  5036. package/icons/tech/telegram.js +0 -1
  5037. package/icons/tech/tensorflow.js +0 -1
  5038. package/icons/tech/terminal.js +0 -1
  5039. package/icons/tech/terraform-icon.js +0 -1
  5040. package/icons/tech/terraform.js +0 -1
  5041. package/icons/tech/terser-icon.js +0 -1
  5042. package/icons/tech/terser.js +0 -1
  5043. package/icons/tech/testcafe.js +0 -1
  5044. package/icons/tech/testing-library.js +0 -1
  5045. package/icons/tech/testlodge.js +0 -1
  5046. package/icons/tech/tex.js +0 -1
  5047. package/icons/tech/the-algorithms.js +0 -1
  5048. package/icons/tech/threejs.js +0 -1
  5049. package/icons/tech/thymeleaf-icon.js +0 -1
  5050. package/icons/tech/thymeleaf.js +0 -1
  5051. package/icons/tech/tidal-icon.js +0 -1
  5052. package/icons/tech/tidal.js +0 -1
  5053. package/icons/tech/tiktok-icon.js +0 -1
  5054. package/icons/tech/tiktok.js +0 -1
  5055. package/icons/tech/titanium-sdk.js +0 -1
  5056. package/icons/tech/tnw.js +0 -1
  5057. package/icons/tech/todoist-icon.js +0 -1
  5058. package/icons/tech/todoist.js +0 -1
  5059. package/icons/tech/todomvc.js +0 -1
  5060. package/icons/tech/tomcat.js +0 -1
  5061. package/icons/tech/toml.js +0 -1
  5062. package/icons/tech/tor-browser.js +0 -1
  5063. package/icons/tech/tor.js +0 -1
  5064. package/icons/tech/tortoise-git.js +0 -1
  5065. package/icons/tech/tower.js +0 -1
  5066. package/icons/tech/traackr.js +0 -1
  5067. package/icons/tech/trac.js +0 -1
  5068. package/icons/tech/traefik-mesh.js +0 -1
  5069. package/icons/tech/traefik-proxy.js +0 -1
  5070. package/icons/tech/travis-ci-monochrome.js +0 -1
  5071. package/icons/tech/travis-ci.js +0 -1
  5072. package/icons/tech/treasuredata-icon.js +0 -1
  5073. package/icons/tech/treasuredata.js +0 -1
  5074. package/icons/tech/treehouse-icon.js +0 -1
  5075. package/icons/tech/treehouse.js +0 -1
  5076. package/icons/tech/trello.js +0 -1
  5077. package/icons/tech/trpc.js +0 -1
  5078. package/icons/tech/truffle-icon.js +0 -1
  5079. package/icons/tech/truffle.js +0 -1
  5080. package/icons/tech/tsmc.js +0 -1
  5081. package/icons/tech/tsnode.js +0 -1
  5082. package/icons/tech/tsuru.js +0 -1
  5083. package/icons/tech/tumblr-icon.js +0 -1
  5084. package/icons/tech/tumblr.js +0 -1
  5085. package/icons/tech/tunein.js +0 -1
  5086. package/icons/tech/tuple.js +0 -1
  5087. package/icons/tech/turbopack-icon.js +0 -1
  5088. package/icons/tech/turbopack.js +0 -1
  5089. package/icons/tech/turborepo-icon.js +0 -1
  5090. package/icons/tech/turborepo.js +0 -1
  5091. package/icons/tech/turret.js +0 -1
  5092. package/icons/tech/twilio-icon.js +0 -1
  5093. package/icons/tech/twilio.js +0 -1
  5094. package/icons/tech/twitch.js +0 -1
  5095. package/icons/tech/twitter.js +0 -1
  5096. package/icons/tech/typeform-icon.js +0 -1
  5097. package/icons/tech/typeform.js +0 -1
  5098. package/icons/tech/typeorm.js +0 -1
  5099. package/icons/tech/typescript-icon-round.js +0 -1
  5100. package/icons/tech/typescript-icon.js +0 -1
  5101. package/icons/tech/typescript.js +0 -1
  5102. package/icons/tech/typesense-icon.js +0 -1
  5103. package/icons/tech/typesense.js +0 -1
  5104. package/icons/tech/typo3-icon.js +0 -1
  5105. package/icons/tech/typo3.js +0 -1
  5106. package/icons/tech/ubuntu.js +0 -1
  5107. package/icons/tech/udacity-icon.js +0 -1
  5108. package/icons/tech/udacity.js +0 -1
  5109. package/icons/tech/udemy-icon.js +0 -1
  5110. package/icons/tech/udemy.js +0 -1
  5111. package/icons/tech/uikit.js +0 -1
  5112. package/icons/tech/uml.js +0 -1
  5113. package/icons/tech/umu.js +0 -1
  5114. package/icons/tech/unbounce-icon.js +0 -1
  5115. package/icons/tech/unbounce.js +0 -1
  5116. package/icons/tech/undertow.js +0 -1
  5117. package/icons/tech/unionpay.js +0 -1
  5118. package/icons/tech/unitjs.js +0 -1
  5119. package/icons/tech/unito-icon.js +0 -1
  5120. package/icons/tech/unito.js +0 -1
  5121. package/icons/tech/unity.js +0 -1
  5122. package/icons/tech/unix.js +0 -1
  5123. package/icons/tech/unjs.js +0 -1
  5124. package/icons/tech/unocss.js +0 -1
  5125. package/icons/tech/unrealengine-icon.js +0 -1
  5126. package/icons/tech/unrealengine.js +0 -1
  5127. package/icons/tech/upcase.js +0 -1
  5128. package/icons/tech/upstash-icon.js +0 -1
  5129. package/icons/tech/upstash.js +0 -1
  5130. package/icons/tech/upwork.js +0 -1
  5131. package/icons/tech/user-testing-icon.js +0 -1
  5132. package/icons/tech/user-testing.js +0 -1
  5133. package/icons/tech/uservoice-icon.js +0 -1
  5134. package/icons/tech/uservoice.js +0 -1
  5135. package/icons/tech/uwsgi.js +0 -1
  5136. package/icons/tech/v8-ignition.js +0 -1
  5137. package/icons/tech/v8-turbofan.js +0 -1
  5138. package/icons/tech/v8.js +0 -1
  5139. package/icons/tech/vaadin.js +0 -1
  5140. package/icons/tech/vaddy.js +0 -1
  5141. package/icons/tech/vagrant-icon.js +0 -1
  5142. package/icons/tech/vagrant.js +0 -1
  5143. package/icons/tech/vala.js +0 -1
  5144. package/icons/tech/vault-icon.js +0 -1
  5145. package/icons/tech/vault.js +0 -1
  5146. package/icons/tech/vector.js +0 -1
  5147. package/icons/tech/vercel-icon.js +0 -1
  5148. package/icons/tech/vercel.js +0 -1
  5149. package/icons/tech/verdaccio-icon.js +0 -1
  5150. package/icons/tech/verdaccio.js +0 -1
  5151. package/icons/tech/vernemq.js +0 -1
  5152. package/icons/tech/veutify.js +0 -1
  5153. package/icons/tech/vim.js +0 -1
  5154. package/icons/tech/vimeo-icon.js +0 -1
  5155. package/icons/tech/vimeo.js +0 -1
  5156. package/icons/tech/visa.js +0 -1
  5157. package/icons/tech/visaelectron.js +0 -1
  5158. package/icons/tech/visual-studio-code.js +0 -1
  5159. package/icons/tech/visual-studio.js +0 -1
  5160. package/icons/tech/vite.js +0 -1
  5161. package/icons/tech/vitejs.js +0 -1
  5162. package/icons/tech/vitess.js +0 -1
  5163. package/icons/tech/vitest.js +0 -1
  5164. package/icons/tech/vivaldi-icon.js +0 -1
  5165. package/icons/tech/vivaldi.js +0 -1
  5166. package/icons/tech/vlang.js +0 -1
  5167. package/icons/tech/vmware.js +0 -1
  5168. package/icons/tech/void.js +0 -1
  5169. package/icons/tech/volar.js +0 -1
  5170. package/icons/tech/vorejs.js +0 -1
  5171. package/icons/tech/vscode.js +0 -1
  5172. package/icons/tech/vsphere.js +0 -1
  5173. package/icons/tech/vue-storefront.js +0 -1
  5174. package/icons/tech/vue.js +0 -1
  5175. package/icons/tech/vuetifyjs.js +0 -1
  5176. package/icons/tech/vueuse.js +0 -1
  5177. package/icons/tech/vulkan.js +0 -1
  5178. package/icons/tech/vultr-icon.js +0 -1
  5179. package/icons/tech/vultr.js +0 -1
  5180. package/icons/tech/vwo.js +0 -1
  5181. package/icons/tech/vyper.js +0 -1
  5182. package/icons/tech/w3c.js +0 -1
  5183. package/icons/tech/waffle-icon.js +0 -1
  5184. package/icons/tech/waffle.js +0 -1
  5185. package/icons/tech/wagtail.js +0 -1
  5186. package/icons/tech/wakatime.js +0 -1
  5187. package/icons/tech/walkme.js +0 -1
  5188. package/icons/tech/watchman.js +0 -1
  5189. package/icons/tech/waypoint-icon.js +0 -1
  5190. package/icons/tech/waypoint.js +0 -1
  5191. package/icons/tech/wayscript-icon.js +0 -1
  5192. package/icons/tech/wayscript.js +0 -1
  5193. package/icons/tech/wearos.js +0 -1
  5194. package/icons/tech/weave.js +0 -1
  5195. package/icons/tech/web-dev-icon.js +0 -1
  5196. package/icons/tech/web-dev.js +0 -1
  5197. package/icons/tech/web3js.js +0 -1
  5198. package/icons/tech/webassembly.js +0 -1
  5199. package/icons/tech/webcomponents.js +0 -1
  5200. package/icons/tech/webdriverio.js +0 -1
  5201. package/icons/tech/webflow.js +0 -1
  5202. package/icons/tech/webgpu.js +0 -1
  5203. package/icons/tech/webhint-icon.js +0 -1
  5204. package/icons/tech/webhint.js +0 -1
  5205. package/icons/tech/webhooks.js +0 -1
  5206. package/icons/tech/webix-icon.js +0 -1
  5207. package/icons/tech/webix.js +0 -1
  5208. package/icons/tech/webkit.js +0 -1
  5209. package/icons/tech/weblate.js +0 -1
  5210. package/icons/tech/webmin.js +0 -1
  5211. package/icons/tech/webpack.js +0 -1
  5212. package/icons/tech/webplatform.js +0 -1
  5213. package/icons/tech/webrtc.js +0 -1
  5214. package/icons/tech/websocket.js +0 -1
  5215. package/icons/tech/webstorm.js +0 -1
  5216. package/icons/tech/webtorrent.js +0 -1
  5217. package/icons/tech/weebly.js +0 -1
  5218. package/icons/tech/whalar-icon.js +0 -1
  5219. package/icons/tech/whalar.js +0 -1
  5220. package/icons/tech/whatsapp-icon.js +0 -1
  5221. package/icons/tech/whatsapp-monochrome-icon.js +0 -1
  5222. package/icons/tech/whatsapp.js +0 -1
  5223. package/icons/tech/whatwg.js +0 -1
  5224. package/icons/tech/wicket-icon.js +0 -1
  5225. package/icons/tech/wicket.js +0 -1
  5226. package/icons/tech/wifi.js +0 -1
  5227. package/icons/tech/wildfly.js +0 -1
  5228. package/icons/tech/windi-css.js +0 -1
  5229. package/icons/tech/windows11.js +0 -1
  5230. package/icons/tech/windows8.js +0 -1
  5231. package/icons/tech/winglang-icon.js +0 -1
  5232. package/icons/tech/winglang.js +0 -1
  5233. package/icons/tech/wire.js +0 -1
  5234. package/icons/tech/wix.js +0 -1
  5235. package/icons/tech/wmr.js +0 -1
  5236. package/icons/tech/woo-commerce.js +0 -1
  5237. package/icons/tech/woocommerce-icon.js +0 -1
  5238. package/icons/tech/woopra.js +0 -1
  5239. package/icons/tech/wordpress-icon-alt.js +0 -1
  5240. package/icons/tech/wordpress-icon.js +0 -1
  5241. package/icons/tech/wordpress.js +0 -1
  5242. package/icons/tech/workboard.js +0 -1
  5243. package/icons/tech/workos-icon.js +0 -1
  5244. package/icons/tech/workos.js +0 -1
  5245. package/icons/tech/workplace-icon.js +0 -1
  5246. package/icons/tech/workplace.js +0 -1
  5247. package/icons/tech/wpengine.js +0 -1
  5248. package/icons/tech/wufoo.js +0 -1
  5249. package/icons/tech/x.js +0 -1
  5250. package/icons/tech/xamarin.js +0 -1
  5251. package/icons/tech/xampp.js +0 -1
  5252. package/icons/tech/xata-icon.js +0 -1
  5253. package/icons/tech/xata.js +0 -1
  5254. package/icons/tech/xcart.js +0 -1
  5255. package/icons/tech/xcode.js +0 -1
  5256. package/icons/tech/xero.js +0 -1
  5257. package/icons/tech/xml.js +0 -1
  5258. package/icons/tech/xray-for-jira.js +0 -1
  5259. package/icons/tech/xstate.js +0 -1
  5260. package/icons/tech/xtend.js +0 -1
  5261. package/icons/tech/xwiki-icon.js +0 -1
  5262. package/icons/tech/xwiki.js +0 -1
  5263. package/icons/tech/yahoo.js +0 -1
  5264. package/icons/tech/yaml.js +0 -1
  5265. package/icons/tech/yammer.js +0 -1
  5266. package/icons/tech/yandex-ru.js +0 -1
  5267. package/icons/tech/yarn.js +0 -1
  5268. package/icons/tech/ycombinator.js +0 -1
  5269. package/icons/tech/yeoman.js +0 -1
  5270. package/icons/tech/yii-framework.js +0 -1
  5271. package/icons/tech/yii.js +0 -1
  5272. package/icons/tech/youtrack.js +0 -1
  5273. package/icons/tech/youtube-icon.js +0 -1
  5274. package/icons/tech/youtube.js +0 -1
  5275. package/icons/tech/yugabyte-icon.js +0 -1
  5276. package/icons/tech/yugabyte.js +0 -1
  5277. package/icons/tech/yuno-host.js +0 -1
  5278. package/icons/tech/zabbix.js +0 -1
  5279. package/icons/tech/zapier.js +0 -1
  5280. package/icons/tech/zend-framework.js +0 -1
  5281. package/icons/tech/zendesk-icon.js +0 -1
  5282. package/icons/tech/zendesk.js +0 -1
  5283. package/icons/tech/zenhub-icon.js +0 -1
  5284. package/icons/tech/zenhub.js +0 -1
  5285. package/icons/tech/zeplin.js +0 -1
  5286. package/icons/tech/zeroheight-icon.js +0 -1
  5287. package/icons/tech/zeroheight.js +0 -1
  5288. package/icons/tech/zig.js +0 -1
  5289. package/icons/tech/zod.js +0 -1
  5290. package/icons/tech/zoho.js +0 -1
  5291. package/icons/tech/zoom-icon.js +0 -1
  5292. package/icons/tech/zoom.js +0 -1
  5293. package/icons/tech/zorin-os.js +0 -1
  5294. package/icons/tech/zsh.js +0 -1
  5295. package/icons/tech/zube.js +0 -1
  5296. package/icons/tech/zulip-icon.js +0 -1
  5297. package/icons/tech/zulip.js +0 -1
  5298. package/icons/tech/zwave.js +0 -1
  5299. package/react/index.d.ts +0 -5016
  5300. package/react/index.js +0 -54032
@@ -0,0 +1,12 @@
1
+ import{s as __toESM,t as __commonJSMin}from"../../rolldown-runtime.mjs";import{$ as parseAsync,A as ListTasksResultSchema,B as TaskStatusNotificationSchema,C as JSONRPCMessageSchema,D as ListResourcesRequestSchema,E as ListResourceTemplatesRequestSchema,F as ProgressNotificationSchema,G as isJSONRPCRequest,H as assertCompleteRequestResourceTemplate,I as RELATED_TASK_META_KEY,K as isJSONRPCResultResponse,L as ReadResourceRequestSchema,M as LoggingLevelSchema,N as McpError,O as ListRootsResultSchema,P as PingRequestSchema,Q as parse,R as SUPPORTED_PROTOCOL_VERSIONS,S as InitializedNotificationSchema,T as ListPromptsRequestSchema,U as isJSONRPCErrorResponse,V as assertCompleteRequestPrompt,W as isJSONRPCNotification,X as $ZodObject,Y as toJSONSchema,Z as $ZodType,_ as GetPromptRequestSchema,a as CallToolRequestSchema,at as normalizeParams,b as GetTaskResultSchema,c as CancelTaskResultSchema,d as CreateMessageResultSchema,et as safeParse$1,f as CreateMessageResultWithToolsSchema,g as ErrorCode,h as EmptyResultSchema,it as defineLazy,j as ListToolsRequestSchema,k as ListTasksRequestSchema,l as CancelledNotificationSchema,m as ElicitResultSchema,nt as assignProp,o as CallToolResultSchema,ot as $constructor,p as CreateTaskResultSchema,q as isTaskAugmentedRequestParams,rt as clone,s as CancelTaskRequestSchema,tt as safeParseAsync$1,u as CompleteRequestSchema,v as GetTaskPayloadRequestSchema,w as LATEST_PROTOCOL_VERSION,x as InitializeRequestSchema,y as GetTaskRequestSchema,z as SetLevelRequestSchema}from"../@hono/mcp.mjs";import process from"node:process";var util;(function(e){e.assertEqual=e=>{};function t(e){}e.assertIs=t;function n(e){throw Error()}e.assertNever=n,e.arrayToEnum=e=>{let t={};for(let n of e)t[n]=n;return t},e.getValidEnumValues=t=>{let n=e.objectKeys(t).filter(e=>typeof t[t[e]]!=`number`),r={};for(let e of n)r[e]=t[e];return e.objectValues(r)},e.objectValues=t=>e.objectKeys(t).map(function(e){return t[e]}),e.objectKeys=typeof Object.keys==`function`?e=>Object.keys(e):e=>{let t=[];for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t},e.find=(e,t)=>{for(let n of e)if(t(n))return n},e.isInteger=typeof Number.isInteger==`function`?e=>Number.isInteger(e):e=>typeof e==`number`&&Number.isFinite(e)&&Math.floor(e)===e;function r(e,t=` | `){return e.map(e=>typeof e==`string`?`'${e}'`:e).join(t)}e.joinValues=r,e.jsonStringifyReplacer=(e,t)=>typeof t==`bigint`?t.toString():t})(util||={});var objectUtil;(function(e){e.mergeShapes=(e,t)=>({...e,...t})})(objectUtil||={});const ZodParsedType=util.arrayToEnum([`string`,`nan`,`number`,`integer`,`float`,`boolean`,`date`,`bigint`,`symbol`,`function`,`undefined`,`null`,`array`,`object`,`unknown`,`promise`,`void`,`never`,`map`,`set`]),getParsedType=e=>{switch(typeof e){case`undefined`:return ZodParsedType.undefined;case`string`:return ZodParsedType.string;case`number`:return Number.isNaN(e)?ZodParsedType.nan:ZodParsedType.number;case`boolean`:return ZodParsedType.boolean;case`function`:return ZodParsedType.function;case`bigint`:return ZodParsedType.bigint;case`symbol`:return ZodParsedType.symbol;case`object`:return Array.isArray(e)?ZodParsedType.array:e===null?ZodParsedType.null:e.then&&typeof e.then==`function`&&e.catch&&typeof e.catch==`function`?ZodParsedType.promise:typeof Map<`u`&&e instanceof Map?ZodParsedType.map:typeof Set<`u`&&e instanceof Set?ZodParsedType.set:typeof Date<`u`&&e instanceof Date?ZodParsedType.date:ZodParsedType.object;default:return ZodParsedType.unknown}},ZodIssueCode=util.arrayToEnum([`invalid_type`,`invalid_literal`,`custom`,`invalid_union`,`invalid_union_discriminator`,`invalid_enum_value`,`unrecognized_keys`,`invalid_arguments`,`invalid_return_type`,`invalid_date`,`invalid_string`,`too_small`,`too_big`,`invalid_intersection_types`,`not_multiple_of`,`not_finite`]);var ZodError=class e extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=e=>{this.issues=[...this.issues,e]},this.addIssues=(e=[])=>{this.issues=[...this.issues,...e]};let t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name=`ZodError`,this.issues=e}format(e){let t=e||function(e){return e.message},n={_errors:[]},r=e=>{for(let i of e.issues)if(i.code===`invalid_union`)i.unionErrors.map(r);else if(i.code===`invalid_return_type`)r(i.returnTypeError);else if(i.code===`invalid_arguments`)r(i.argumentsError);else if(i.path.length===0)n._errors.push(t(i));else{let e=n,r=0;for(;r<i.path.length;){let n=i.path[r];r===i.path.length-1?(e[n]=e[n]||{_errors:[]},e[n]._errors.push(t(i))):e[n]=e[n]||{_errors:[]},e=e[n],r++}}};return r(this),n}static assert(t){if(!(t instanceof e))throw Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,util.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=e=>e.message){let t={},n=[];for(let r of this.issues)if(r.path.length>0){let n=r.path[0];t[n]=t[n]||[],t[n].push(e(r))}else n.push(e(r));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}};ZodError.create=e=>new ZodError(e);const errorMap=(e,t)=>{let n;switch(e.code){case ZodIssueCode.invalid_type:n=e.received===ZodParsedType.undefined?`Required`:`Expected ${e.expected}, received ${e.received}`;break;case ZodIssueCode.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(e.expected,util.jsonStringifyReplacer)}`;break;case ZodIssueCode.unrecognized_keys:n=`Unrecognized key(s) in object: ${util.joinValues(e.keys,`, `)}`;break;case ZodIssueCode.invalid_union:n=`Invalid input`;break;case ZodIssueCode.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${util.joinValues(e.options)}`;break;case ZodIssueCode.invalid_enum_value:n=`Invalid enum value. Expected ${util.joinValues(e.options)}, received '${e.received}'`;break;case ZodIssueCode.invalid_arguments:n=`Invalid function arguments`;break;case ZodIssueCode.invalid_return_type:n=`Invalid function return type`;break;case ZodIssueCode.invalid_date:n=`Invalid date`;break;case ZodIssueCode.invalid_string:typeof e.validation==`object`?`includes`in e.validation?(n=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position==`number`&&(n=`${n} at one or more positions greater than or equal to ${e.validation.position}`)):`startsWith`in e.validation?n=`Invalid input: must start with "${e.validation.startsWith}"`:`endsWith`in e.validation?n=`Invalid input: must end with "${e.validation.endsWith}"`:util.assertNever(e.validation):n=e.validation===`regex`?`Invalid`:`Invalid ${e.validation}`;break;case ZodIssueCode.too_small:n=e.type===`array`?`Array must contain ${e.exact?`exactly`:e.inclusive?`at least`:`more than`} ${e.minimum} element(s)`:e.type===`string`?`String must contain ${e.exact?`exactly`:e.inclusive?`at least`:`over`} ${e.minimum} character(s)`:e.type===`number`||e.type===`bigint`?`Number must be ${e.exact?`exactly equal to `:e.inclusive?`greater than or equal to `:`greater than `}${e.minimum}`:e.type===`date`?`Date must be ${e.exact?`exactly equal to `:e.inclusive?`greater than or equal to `:`greater than `}${new Date(Number(e.minimum))}`:`Invalid input`;break;case ZodIssueCode.too_big:n=e.type===`array`?`Array must contain ${e.exact?`exactly`:e.inclusive?`at most`:`less than`} ${e.maximum} element(s)`:e.type===`string`?`String must contain ${e.exact?`exactly`:e.inclusive?`at most`:`under`} ${e.maximum} character(s)`:e.type===`number`?`Number must be ${e.exact?`exactly`:e.inclusive?`less than or equal to`:`less than`} ${e.maximum}`:e.type===`bigint`?`BigInt must be ${e.exact?`exactly`:e.inclusive?`less than or equal to`:`less than`} ${e.maximum}`:e.type===`date`?`Date must be ${e.exact?`exactly`:e.inclusive?`smaller than or equal to`:`smaller than`} ${new Date(Number(e.maximum))}`:`Invalid input`;break;case ZodIssueCode.custom:n=`Invalid input`;break;case ZodIssueCode.invalid_intersection_types:n=`Intersection results could not be merged`;break;case ZodIssueCode.not_multiple_of:n=`Number must be a multiple of ${e.multipleOf}`;break;case ZodIssueCode.not_finite:n=`Number must be finite`;break;default:n=t.defaultError,util.assertNever(e)}return{message:n}};let overrideErrorMap=errorMap;function getErrorMap(){return overrideErrorMap}const makeIssue=e=>{let{data:t,path:n,errorMaps:r,issueData:i}=e,a=[...n,...i.path||[]],o={...i,path:a};if(i.message!==void 0)return{...i,path:a,message:i.message};let s=``,c=r.filter(e=>!!e).slice().reverse();for(let e of c)s=e(o,{data:t,defaultError:s}).message;return{...i,path:a,message:s}};function addIssueToContext(e,t){let n=getErrorMap(),r=makeIssue({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===errorMap?void 0:errorMap].filter(e=>!!e)});e.common.issues.push(r)}var ParseStatus=class e{constructor(){this.value=`valid`}dirty(){this.value===`valid`&&(this.value=`dirty`)}abort(){this.value!==`aborted`&&(this.value=`aborted`)}static mergeArray(e,t){let n=[];for(let r of t){if(r.status===`aborted`)return INVALID;r.status===`dirty`&&e.dirty(),n.push(r.value)}return{status:e.value,value:n}}static async mergeObjectAsync(t,n){let r=[];for(let e of n){let t=await e.key,n=await e.value;r.push({key:t,value:n})}return e.mergeObjectSync(t,r)}static mergeObjectSync(e,t){let n={};for(let r of t){let{key:t,value:i}=r;if(t.status===`aborted`||i.status===`aborted`)return INVALID;t.status===`dirty`&&e.dirty(),i.status===`dirty`&&e.dirty(),t.value!==`__proto__`&&(i.value!==void 0||r.alwaysSet)&&(n[t.value]=i.value)}return{status:e.value,value:n}}};const INVALID=Object.freeze({status:`aborted`}),DIRTY=e=>({status:`dirty`,value:e}),OK=e=>({status:`valid`,value:e}),isAborted=e=>e.status===`aborted`,isDirty=e=>e.status===`dirty`,isValid=e=>e.status===`valid`,isAsync=e=>typeof Promise<`u`&&e instanceof Promise;var errorUtil;(function(e){e.errToObj=e=>typeof e==`string`?{message:e}:e||{},e.toString=e=>typeof e==`string`?e:e?.message})(errorUtil||={});var ParseInputLazyPath=class{constructor(e,t,n,r){this._cachedPath=[],this.parent=e,this.data=t,this._path=n,this._key=r}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}};const handleResult=(e,t)=>{if(isValid(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw Error(`Validation failed but no issues detected.`);return{success:!1,get error(){return this._error||=new ZodError(e.common.issues),this._error}}};function processCreateParams(e){if(!e)return{};let{errorMap:t,invalid_type_error:n,required_error:r,description:i}=e;if(t&&(n||r))throw Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);if(t)return{errorMap:t,description:i};let a=(t,i)=>{let{message:a}=e;return t.code===`invalid_enum_value`?{message:a??i.defaultError}:i.data===void 0?{message:a??r??i.defaultError}:t.code===`invalid_type`?{message:a??n??i.defaultError}:{message:i.defaultError}};return{errorMap:a,description:i}}var ZodType=class{get description(){return this._def.description}_getType(e){return getParsedType(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:getParsedType(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ParseStatus,ctx:{common:e.parent.common,data:e.data,parsedType:getParsedType(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(isAsync(t))throw Error(`Synchronous parse encountered promise.`);return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){let n={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:getParsedType(e)};return handleResult(n,this._parseSync({data:e,path:n.path,parent:n}))}"~validate"(e){let t={common:{issues:[],async:!!this[`~standard`].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:getParsedType(e)};if(!this[`~standard`].async)try{let n=this._parseSync({data:e,path:[],parent:t});return isValid(n)?{value:n.value}:{issues:t.common.issues}}catch(e){e?.message?.toLowerCase()?.includes(`encountered`)&&(this[`~standard`].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(e=>isValid(e)?{value:e.value}:{issues:t.common.issues})}async parseAsync(e,t){let n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){let n={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:getParsedType(e)},r=this._parse({data:e,path:n.path,parent:n});return handleResult(n,await(isAsync(r)?r:Promise.resolve(r)))}refine(e,t){let n=e=>typeof t==`string`||t===void 0?{message:t}:typeof t==`function`?t(e):t;return this._refinement((t,r)=>{let i=e(t),a=()=>r.addIssue({code:ZodIssueCode.custom,...n(t)});return typeof Promise<`u`&&i instanceof Promise?i.then(e=>e?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,t){return this._refinement((n,r)=>e(n)?!0:(r.addIssue(typeof t==`function`?t(n,r):t),!1))}_refinement(e){return new ZodEffects({schema:this,typeName:ZodFirstPartyTypeKind.ZodEffects,effect:{type:`refinement`,refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this[`~standard`]={version:1,vendor:`zod`,validate:e=>this[`~validate`](e)}}optional(){return ZodOptional.create(this,this._def)}nullable(){return ZodNullable.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return ZodArray.create(this)}promise(){return ZodPromise.create(this,this._def)}or(e){return ZodUnion.create([this,e],this._def)}and(e){return ZodIntersection.create(this,e,this._def)}transform(e){return new ZodEffects({...processCreateParams(this._def),schema:this,typeName:ZodFirstPartyTypeKind.ZodEffects,effect:{type:`transform`,transform:e}})}default(e){let t=typeof e==`function`?e:()=>e;return new ZodDefault({...processCreateParams(this._def),innerType:this,defaultValue:t,typeName:ZodFirstPartyTypeKind.ZodDefault})}brand(){return new ZodBranded({typeName:ZodFirstPartyTypeKind.ZodBranded,type:this,...processCreateParams(this._def)})}catch(e){let t=typeof e==`function`?e:()=>e;return new ZodCatch({...processCreateParams(this._def),innerType:this,catchValue:t,typeName:ZodFirstPartyTypeKind.ZodCatch})}describe(e){let t=this.constructor;return new t({...this._def,description:e})}pipe(e){return ZodPipeline.create(this,e)}readonly(){return ZodReadonly.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}};const cuidRegex=/^c[^\s-]{8,}$/i,cuid2Regex=/^[0-9a-z]+$/,ulidRegex=/^[0-9A-HJKMNP-TV-Z]{26}$/i,uuidRegex=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,nanoidRegex=/^[a-z0-9_-]{21}$/i,jwtRegex=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,durationRegex=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,emailRegex=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i;let emojiRegex$1;const ipv4Regex=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4CidrRegex=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6Regex=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,ipv6CidrRegex=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64Regex=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64urlRegex=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,dateRegexSource=`((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))`,dateRegex=RegExp(`^${dateRegexSource}$`);function timeRegexSource(e){let t=`[0-5]\\d`;e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision??(t=`${t}(\\.\\d+)?`);let n=e.precision?`+`:`?`;return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${n}`}function timeRegex(e){return RegExp(`^${timeRegexSource(e)}$`)}function datetimeRegex(e){let t=`${dateRegexSource}T${timeRegexSource(e)}`,n=[];return n.push(e.local?`Z?`:`Z`),e.offset&&n.push(`([+-]\\d{2}:?\\d{2})`),t=`${t}(${n.join(`|`)})`,RegExp(`^${t}$`)}function isValidIP(e,t){return!!((t===`v4`||!t)&&ipv4Regex.test(e)||(t===`v6`||!t)&&ipv6Regex.test(e))}function isValidJWT(e,t){if(!jwtRegex.test(e))return!1;try{let[n]=e.split(`.`);if(!n)return!1;let r=n.replace(/-/g,`+`).replace(/_/g,`/`).padEnd(n.length+(4-n.length%4)%4,`=`),i=JSON.parse(atob(r));return!(typeof i!=`object`||!i||`typ`in i&&i?.typ!==`JWT`||!i.alg||t&&i.alg!==t)}catch{return!1}}function isValidCidr(e,t){return!!((t===`v4`||!t)&&ipv4CidrRegex.test(e)||(t===`v6`||!t)&&ipv6CidrRegex.test(e))}var ZodString=class e extends ZodType{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==ZodParsedType.string){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.string,received:t.parsedType}),INVALID}let t=new ParseStatus,n;for(let r of this._def.checks)if(r.kind===`min`)e.data.length<r.value&&(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.too_small,minimum:r.value,type:`string`,inclusive:!0,exact:!1,message:r.message}),t.dirty());else if(r.kind===`max`)e.data.length>r.value&&(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.too_big,maximum:r.value,type:`string`,inclusive:!0,exact:!1,message:r.message}),t.dirty());else if(r.kind===`length`){let i=e.data.length>r.value,a=e.data.length<r.value;(i||a)&&(n=this._getOrReturnCtx(e,n),i?addIssueToContext(n,{code:ZodIssueCode.too_big,maximum:r.value,type:`string`,inclusive:!0,exact:!0,message:r.message}):a&&addIssueToContext(n,{code:ZodIssueCode.too_small,minimum:r.value,type:`string`,inclusive:!0,exact:!0,message:r.message}),t.dirty())}else if(r.kind===`email`)emailRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`email`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`emoji`)emojiRegex$1||=RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`),emojiRegex$1.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`emoji`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`uuid`)uuidRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`uuid`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`nanoid`)nanoidRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`nanoid`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`cuid`)cuidRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`cuid`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`cuid2`)cuid2Regex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`cuid2`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`ulid`)ulidRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`ulid`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty());else if(r.kind===`url`)try{new URL(e.data)}catch{n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`url`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()}else r.kind===`regex`?(r.regex.lastIndex=0,r.regex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`regex`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty())):r.kind===`trim`?e.data=e.data.trim():r.kind===`includes`?e.data.includes(r.value,r.position)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:{includes:r.value,position:r.position},message:r.message}),t.dirty()):r.kind===`toLowerCase`?e.data=e.data.toLowerCase():r.kind===`toUpperCase`?e.data=e.data.toUpperCase():r.kind===`startsWith`?e.data.startsWith(r.value)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:{startsWith:r.value},message:r.message}),t.dirty()):r.kind===`endsWith`?e.data.endsWith(r.value)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:{endsWith:r.value},message:r.message}),t.dirty()):r.kind===`datetime`?datetimeRegex(r).test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:`datetime`,message:r.message}),t.dirty()):r.kind===`date`?dateRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:`date`,message:r.message}),t.dirty()):r.kind===`time`?timeRegex(r).test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.invalid_string,validation:`time`,message:r.message}),t.dirty()):r.kind===`duration`?durationRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`duration`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):r.kind===`ip`?isValidIP(e.data,r.version)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`ip`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):r.kind===`jwt`?isValidJWT(e.data,r.alg)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`jwt`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):r.kind===`cidr`?isValidCidr(e.data,r.version)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`cidr`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):r.kind===`base64`?base64Regex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`base64`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):r.kind===`base64url`?base64urlRegex.test(e.data)||(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{validation:`base64url`,code:ZodIssueCode.invalid_string,message:r.message}),t.dirty()):util.assertNever(r);return{status:t.value,value:e.data}}_regex(e,t,n){return this.refinement(t=>e.test(t),{validation:t,code:ZodIssueCode.invalid_string,...errorUtil.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(e){return this._addCheck({kind:`email`,...errorUtil.errToObj(e)})}url(e){return this._addCheck({kind:`url`,...errorUtil.errToObj(e)})}emoji(e){return this._addCheck({kind:`emoji`,...errorUtil.errToObj(e)})}uuid(e){return this._addCheck({kind:`uuid`,...errorUtil.errToObj(e)})}nanoid(e){return this._addCheck({kind:`nanoid`,...errorUtil.errToObj(e)})}cuid(e){return this._addCheck({kind:`cuid`,...errorUtil.errToObj(e)})}cuid2(e){return this._addCheck({kind:`cuid2`,...errorUtil.errToObj(e)})}ulid(e){return this._addCheck({kind:`ulid`,...errorUtil.errToObj(e)})}base64(e){return this._addCheck({kind:`base64`,...errorUtil.errToObj(e)})}base64url(e){return this._addCheck({kind:`base64url`,...errorUtil.errToObj(e)})}jwt(e){return this._addCheck({kind:`jwt`,...errorUtil.errToObj(e)})}ip(e){return this._addCheck({kind:`ip`,...errorUtil.errToObj(e)})}cidr(e){return this._addCheck({kind:`cidr`,...errorUtil.errToObj(e)})}datetime(e){return typeof e==`string`?this._addCheck({kind:`datetime`,precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:`datetime`,precision:e?.precision===void 0?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...errorUtil.errToObj(e?.message)})}date(e){return this._addCheck({kind:`date`,message:e})}time(e){return typeof e==`string`?this._addCheck({kind:`time`,precision:null,message:e}):this._addCheck({kind:`time`,precision:e?.precision===void 0?null:e?.precision,...errorUtil.errToObj(e?.message)})}duration(e){return this._addCheck({kind:`duration`,...errorUtil.errToObj(e)})}regex(e,t){return this._addCheck({kind:`regex`,regex:e,...errorUtil.errToObj(t)})}includes(e,t){return this._addCheck({kind:`includes`,value:e,position:t?.position,...errorUtil.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:`startsWith`,value:e,...errorUtil.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:`endsWith`,value:e,...errorUtil.errToObj(t)})}min(e,t){return this._addCheck({kind:`min`,value:e,...errorUtil.errToObj(t)})}max(e,t){return this._addCheck({kind:`max`,value:e,...errorUtil.errToObj(t)})}length(e,t){return this._addCheck({kind:`length`,value:e,...errorUtil.errToObj(t)})}nonempty(e){return this.min(1,errorUtil.errToObj(e))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:`trim`}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:`toLowerCase`}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:`toUpperCase`}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind===`datetime`)}get isDate(){return!!this._def.checks.find(e=>e.kind===`date`)}get isTime(){return!!this._def.checks.find(e=>e.kind===`time`)}get isDuration(){return!!this._def.checks.find(e=>e.kind===`duration`)}get isEmail(){return!!this._def.checks.find(e=>e.kind===`email`)}get isURL(){return!!this._def.checks.find(e=>e.kind===`url`)}get isEmoji(){return!!this._def.checks.find(e=>e.kind===`emoji`)}get isUUID(){return!!this._def.checks.find(e=>e.kind===`uuid`)}get isNANOID(){return!!this._def.checks.find(e=>e.kind===`nanoid`)}get isCUID(){return!!this._def.checks.find(e=>e.kind===`cuid`)}get isCUID2(){return!!this._def.checks.find(e=>e.kind===`cuid2`)}get isULID(){return!!this._def.checks.find(e=>e.kind===`ulid`)}get isIP(){return!!this._def.checks.find(e=>e.kind===`ip`)}get isCIDR(){return!!this._def.checks.find(e=>e.kind===`cidr`)}get isBase64(){return!!this._def.checks.find(e=>e.kind===`base64`)}get isBase64url(){return!!this._def.checks.find(e=>e.kind===`base64url`)}get minLength(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}};ZodString.create=e=>new ZodString({checks:[],typeName:ZodFirstPartyTypeKind.ZodString,coerce:e?.coerce??!1,...processCreateParams(e)});function floatSafeRemainder(e,t){let n=(e.toString().split(`.`)[1]||``).length,r=(t.toString().split(`.`)[1]||``).length,i=n>r?n:r;return Number.parseInt(e.toFixed(i).replace(`.`,``))%Number.parseInt(t.toFixed(i).replace(`.`,``))/10**i}var ZodNumber=class e extends ZodType{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==ZodParsedType.number){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.number,received:t.parsedType}),INVALID}let t,n=new ParseStatus;for(let r of this._def.checks)r.kind===`int`?util.isInteger(e.data)||(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:`integer`,received:`float`,message:r.message}),n.dirty()):r.kind===`min`?(r.inclusive?e.data<r.value:e.data<=r.value)&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.too_small,minimum:r.value,type:`number`,inclusive:r.inclusive,exact:!1,message:r.message}),n.dirty()):r.kind===`max`?(r.inclusive?e.data>r.value:e.data>=r.value)&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.too_big,maximum:r.value,type:`number`,inclusive:r.inclusive,exact:!1,message:r.message}),n.dirty()):r.kind===`multipleOf`?floatSafeRemainder(e.data,r.value)!==0&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.not_multiple_of,multipleOf:r.value,message:r.message}),n.dirty()):r.kind===`finite`?Number.isFinite(e.data)||(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.not_finite,message:r.message}),n.dirty()):util.assertNever(r);return{status:n.value,value:e.data}}gte(e,t){return this.setLimit(`min`,e,!0,errorUtil.toString(t))}gt(e,t){return this.setLimit(`min`,e,!1,errorUtil.toString(t))}lte(e,t){return this.setLimit(`max`,e,!0,errorUtil.toString(t))}lt(e,t){return this.setLimit(`max`,e,!1,errorUtil.toString(t))}setLimit(t,n,r,i){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:errorUtil.toString(i)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(e){return this._addCheck({kind:`int`,message:errorUtil.toString(e)})}positive(e){return this._addCheck({kind:`min`,value:0,inclusive:!1,message:errorUtil.toString(e)})}negative(e){return this._addCheck({kind:`max`,value:0,inclusive:!1,message:errorUtil.toString(e)})}nonpositive(e){return this._addCheck({kind:`max`,value:0,inclusive:!0,message:errorUtil.toString(e)})}nonnegative(e){return this._addCheck({kind:`min`,value:0,inclusive:!0,message:errorUtil.toString(e)})}multipleOf(e,t){return this._addCheck({kind:`multipleOf`,value:e,message:errorUtil.toString(t)})}finite(e){return this._addCheck({kind:`finite`,message:errorUtil.toString(e)})}safe(e){return this._addCheck({kind:`min`,inclusive:!0,value:-(2**53-1),message:errorUtil.toString(e)})._addCheck({kind:`max`,inclusive:!0,value:2**53-1,message:errorUtil.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind===`int`||e.kind===`multipleOf`&&util.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let n of this._def.checks)if(n.kind===`finite`||n.kind===`int`||n.kind===`multipleOf`)return!0;else n.kind===`min`?(t===null||n.value>t)&&(t=n.value):n.kind===`max`&&(e===null||n.value<e)&&(e=n.value);return Number.isFinite(t)&&Number.isFinite(e)}};ZodNumber.create=e=>new ZodNumber({checks:[],typeName:ZodFirstPartyTypeKind.ZodNumber,coerce:e?.coerce||!1,...processCreateParams(e)});var ZodBigInt=class e extends ZodType{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==ZodParsedType.bigint)return this._getInvalidInput(e);let t,n=new ParseStatus;for(let r of this._def.checks)r.kind===`min`?(r.inclusive?e.data<r.value:e.data<=r.value)&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.too_small,type:`bigint`,minimum:r.value,inclusive:r.inclusive,message:r.message}),n.dirty()):r.kind===`max`?(r.inclusive?e.data>r.value:e.data>=r.value)&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.too_big,type:`bigint`,maximum:r.value,inclusive:r.inclusive,message:r.message}),n.dirty()):r.kind===`multipleOf`?e.data%r.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),addIssueToContext(t,{code:ZodIssueCode.not_multiple_of,multipleOf:r.value,message:r.message}),n.dirty()):util.assertNever(r);return{status:n.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.bigint,received:t.parsedType}),INVALID}gte(e,t){return this.setLimit(`min`,e,!0,errorUtil.toString(t))}gt(e,t){return this.setLimit(`min`,e,!1,errorUtil.toString(t))}lte(e,t){return this.setLimit(`max`,e,!0,errorUtil.toString(t))}lt(e,t){return this.setLimit(`max`,e,!1,errorUtil.toString(t))}setLimit(t,n,r,i){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:errorUtil.toString(i)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(e){return this._addCheck({kind:`min`,value:BigInt(0),inclusive:!1,message:errorUtil.toString(e)})}negative(e){return this._addCheck({kind:`max`,value:BigInt(0),inclusive:!1,message:errorUtil.toString(e)})}nonpositive(e){return this._addCheck({kind:`max`,value:BigInt(0),inclusive:!0,message:errorUtil.toString(e)})}nonnegative(e){return this._addCheck({kind:`min`,value:BigInt(0),inclusive:!0,message:errorUtil.toString(e)})}multipleOf(e,t){return this._addCheck({kind:`multipleOf`,value:e,message:errorUtil.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}};ZodBigInt.create=e=>new ZodBigInt({checks:[],typeName:ZodFirstPartyTypeKind.ZodBigInt,coerce:e?.coerce??!1,...processCreateParams(e)});var ZodBoolean=class extends ZodType{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==ZodParsedType.boolean){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.boolean,received:t.parsedType}),INVALID}return OK(e.data)}};ZodBoolean.create=e=>new ZodBoolean({typeName:ZodFirstPartyTypeKind.ZodBoolean,coerce:e?.coerce||!1,...processCreateParams(e)});var ZodDate=class e extends ZodType{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==ZodParsedType.date){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.date,received:t.parsedType}),INVALID}if(Number.isNaN(e.data.getTime()))return addIssueToContext(this._getOrReturnCtx(e),{code:ZodIssueCode.invalid_date}),INVALID;let t=new ParseStatus,n;for(let r of this._def.checks)r.kind===`min`?e.data.getTime()<r.value&&(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.too_small,message:r.message,inclusive:!0,exact:!1,minimum:r.value,type:`date`}),t.dirty()):r.kind===`max`?e.data.getTime()>r.value&&(n=this._getOrReturnCtx(e,n),addIssueToContext(n,{code:ZodIssueCode.too_big,message:r.message,inclusive:!0,exact:!1,maximum:r.value,type:`date`}),t.dirty()):util.assertNever(r);return{status:t.value,value:new Date(e.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(e,t){return this._addCheck({kind:`min`,value:e.getTime(),message:errorUtil.toString(t)})}max(e,t){return this._addCheck({kind:`max`,value:e.getTime(),message:errorUtil.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e==null?null:new Date(e)}get maxDate(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e==null?null:new Date(e)}};ZodDate.create=e=>new ZodDate({checks:[],coerce:e?.coerce||!1,typeName:ZodFirstPartyTypeKind.ZodDate,...processCreateParams(e)});var ZodSymbol=class extends ZodType{_parse(e){if(this._getType(e)!==ZodParsedType.symbol){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.symbol,received:t.parsedType}),INVALID}return OK(e.data)}};ZodSymbol.create=e=>new ZodSymbol({typeName:ZodFirstPartyTypeKind.ZodSymbol,...processCreateParams(e)});var ZodUndefined=class extends ZodType{_parse(e){if(this._getType(e)!==ZodParsedType.undefined){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.undefined,received:t.parsedType}),INVALID}return OK(e.data)}};ZodUndefined.create=e=>new ZodUndefined({typeName:ZodFirstPartyTypeKind.ZodUndefined,...processCreateParams(e)});var ZodNull=class extends ZodType{_parse(e){if(this._getType(e)!==ZodParsedType.null){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.null,received:t.parsedType}),INVALID}return OK(e.data)}};ZodNull.create=e=>new ZodNull({typeName:ZodFirstPartyTypeKind.ZodNull,...processCreateParams(e)});var ZodAny=class extends ZodType{constructor(){super(...arguments),this._any=!0}_parse(e){return OK(e.data)}};ZodAny.create=e=>new ZodAny({typeName:ZodFirstPartyTypeKind.ZodAny,...processCreateParams(e)});var ZodUnknown=class extends ZodType{constructor(){super(...arguments),this._unknown=!0}_parse(e){return OK(e.data)}};ZodUnknown.create=e=>new ZodUnknown({typeName:ZodFirstPartyTypeKind.ZodUnknown,...processCreateParams(e)});var ZodNever=class extends ZodType{_parse(e){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.never,received:t.parsedType}),INVALID}};ZodNever.create=e=>new ZodNever({typeName:ZodFirstPartyTypeKind.ZodNever,...processCreateParams(e)});var ZodVoid=class extends ZodType{_parse(e){if(this._getType(e)!==ZodParsedType.undefined){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.void,received:t.parsedType}),INVALID}return OK(e.data)}};ZodVoid.create=e=>new ZodVoid({typeName:ZodFirstPartyTypeKind.ZodVoid,...processCreateParams(e)});var ZodArray=class e extends ZodType{_parse(e){let{ctx:t,status:n}=this._processInputParams(e),r=this._def;if(t.parsedType!==ZodParsedType.array)return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.array,received:t.parsedType}),INVALID;if(r.exactLength!==null){let e=t.data.length>r.exactLength.value,i=t.data.length<r.exactLength.value;(e||i)&&(addIssueToContext(t,{code:e?ZodIssueCode.too_big:ZodIssueCode.too_small,minimum:i?r.exactLength.value:void 0,maximum:e?r.exactLength.value:void 0,type:`array`,inclusive:!0,exact:!0,message:r.exactLength.message}),n.dirty())}if(r.minLength!==null&&t.data.length<r.minLength.value&&(addIssueToContext(t,{code:ZodIssueCode.too_small,minimum:r.minLength.value,type:`array`,inclusive:!0,exact:!1,message:r.minLength.message}),n.dirty()),r.maxLength!==null&&t.data.length>r.maxLength.value&&(addIssueToContext(t,{code:ZodIssueCode.too_big,maximum:r.maxLength.value,type:`array`,inclusive:!0,exact:!1,message:r.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((e,n)=>r.type._parseAsync(new ParseInputLazyPath(t,e,t.path,n)))).then(e=>ParseStatus.mergeArray(n,e));let i=[...t.data].map((e,n)=>r.type._parseSync(new ParseInputLazyPath(t,e,t.path,n)));return ParseStatus.mergeArray(n,i)}get element(){return this._def.type}min(t,n){return new e({...this._def,minLength:{value:t,message:errorUtil.toString(n)}})}max(t,n){return new e({...this._def,maxLength:{value:t,message:errorUtil.toString(n)}})}length(t,n){return new e({...this._def,exactLength:{value:t,message:errorUtil.toString(n)}})}nonempty(e){return this.min(1,e)}};ZodArray.create=(e,t)=>new ZodArray({type:e,minLength:null,maxLength:null,exactLength:null,typeName:ZodFirstPartyTypeKind.ZodArray,...processCreateParams(t)});function deepPartialify(e){if(e instanceof ZodObject){let t={};for(let n in e.shape){let r=e.shape[n];t[n]=ZodOptional.create(deepPartialify(r))}return new ZodObject({...e._def,shape:()=>t})}else if(e instanceof ZodArray)return new ZodArray({...e._def,type:deepPartialify(e.element)});else if(e instanceof ZodOptional)return ZodOptional.create(deepPartialify(e.unwrap()));else if(e instanceof ZodNullable)return ZodNullable.create(deepPartialify(e.unwrap()));else if(e instanceof ZodTuple)return ZodTuple.create(e.items.map(e=>deepPartialify(e)));else return e}var ZodObject=class e extends ZodType{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape();return this._cached={shape:e,keys:util.objectKeys(e)},this._cached}_parse(e){if(this._getType(e)!==ZodParsedType.object){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.object,received:t.parsedType}),INVALID}let{status:t,ctx:n}=this._processInputParams(e),{shape:r,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ZodNever&&this._def.unknownKeys===`strip`))for(let e in n.data)i.includes(e)||a.push(e);let o=[];for(let e of i){let t=r[e],i=n.data[e];o.push({key:{status:`valid`,value:e},value:t._parse(new ParseInputLazyPath(n,i,n.path,e)),alwaysSet:e in n.data})}if(this._def.catchall instanceof ZodNever){let e=this._def.unknownKeys;if(e===`passthrough`)for(let e of a)o.push({key:{status:`valid`,value:e},value:{status:`valid`,value:n.data[e]}});else if(e===`strict`)a.length>0&&(addIssueToContext(n,{code:ZodIssueCode.unrecognized_keys,keys:a}),t.dirty());else if(e!==`strip`)throw Error(`Internal ZodObject error: invalid unknownKeys value.`)}else{let e=this._def.catchall;for(let t of a){let r=n.data[t];o.push({key:{status:`valid`,value:t},value:e._parse(new ParseInputLazyPath(n,r,n.path,t)),alwaysSet:t in n.data})}}return n.common.async?Promise.resolve().then(async()=>{let e=[];for(let t of o){let n=await t.key,r=await t.value;e.push({key:n,value:r,alwaysSet:t.alwaysSet})}return e}).then(e=>ParseStatus.mergeObjectSync(t,e)):ParseStatus.mergeObjectSync(t,o)}get shape(){return this._def.shape()}strict(t){return errorUtil.errToObj,new e({...this._def,unknownKeys:`strict`,...t===void 0?{}:{errorMap:(e,n)=>{let r=this._def.errorMap?.(e,n).message??n.defaultError;return e.code===`unrecognized_keys`?{message:errorUtil.errToObj(t).message??r}:{message:r}}}})}strip(){return new e({...this._def,unknownKeys:`strip`})}passthrough(){return new e({...this._def,unknownKeys:`passthrough`})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:ZodFirstPartyTypeKind.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let n={};for(let e of util.objectKeys(t))t[e]&&this.shape[e]&&(n[e]=this.shape[e]);return new e({...this._def,shape:()=>n})}omit(t){let n={};for(let e of util.objectKeys(this.shape))t[e]||(n[e]=this.shape[e]);return new e({...this._def,shape:()=>n})}deepPartial(){return deepPartialify(this)}partial(t){let n={};for(let e of util.objectKeys(this.shape)){let r=this.shape[e];t&&!t[e]?n[e]=r:n[e]=r.optional()}return new e({...this._def,shape:()=>n})}required(t){let n={};for(let e of util.objectKeys(this.shape))if(t&&!t[e])n[e]=this.shape[e];else{let t=this.shape[e];for(;t instanceof ZodOptional;)t=t._def.innerType;n[e]=t}return new e({...this._def,shape:()=>n})}keyof(){return createZodEnum(util.objectKeys(this.shape))}};ZodObject.create=(e,t)=>new ZodObject({shape:()=>e,unknownKeys:`strip`,catchall:ZodNever.create(),typeName:ZodFirstPartyTypeKind.ZodObject,...processCreateParams(t)}),ZodObject.strictCreate=(e,t)=>new ZodObject({shape:()=>e,unknownKeys:`strict`,catchall:ZodNever.create(),typeName:ZodFirstPartyTypeKind.ZodObject,...processCreateParams(t)}),ZodObject.lazycreate=(e,t)=>new ZodObject({shape:e,unknownKeys:`strip`,catchall:ZodNever.create(),typeName:ZodFirstPartyTypeKind.ZodObject,...processCreateParams(t)});var ZodUnion=class extends ZodType{_parse(e){let{ctx:t}=this._processInputParams(e),n=this._def.options;function r(e){for(let t of e)if(t.result.status===`valid`)return t.result;for(let n of e)if(n.result.status===`dirty`)return t.common.issues.push(...n.ctx.common.issues),n.result;let n=e.map(e=>new ZodError(e.ctx.common.issues));return addIssueToContext(t,{code:ZodIssueCode.invalid_union,unionErrors:n}),INVALID}if(t.common.async)return Promise.all(n.map(async e=>{let n={...t,common:{...t.common,issues:[]},parent:null};return{result:await e._parseAsync({data:t.data,path:t.path,parent:n}),ctx:n}})).then(r);{let e,r=[];for(let i of n){let n={...t,common:{...t.common,issues:[]},parent:null},a=i._parseSync({data:t.data,path:t.path,parent:n});if(a.status===`valid`)return a;a.status===`dirty`&&!e&&(e={result:a,ctx:n}),n.common.issues.length&&r.push(n.common.issues)}if(e)return t.common.issues.push(...e.ctx.common.issues),e.result;let i=r.map(e=>new ZodError(e));return addIssueToContext(t,{code:ZodIssueCode.invalid_union,unionErrors:i}),INVALID}}get options(){return this._def.options}};ZodUnion.create=(e,t)=>new ZodUnion({options:e,typeName:ZodFirstPartyTypeKind.ZodUnion,...processCreateParams(t)});const getDiscriminator=e=>e instanceof ZodLazy?getDiscriminator(e.schema):e instanceof ZodEffects?getDiscriminator(e.innerType()):e instanceof ZodLiteral?[e.value]:e instanceof ZodEnum?e.options:e instanceof ZodNativeEnum?util.objectValues(e.enum):e instanceof ZodDefault?getDiscriminator(e._def.innerType):e instanceof ZodUndefined?[void 0]:e instanceof ZodNull?[null]:e instanceof ZodOptional?[void 0,...getDiscriminator(e.unwrap())]:e instanceof ZodNullable?[null,...getDiscriminator(e.unwrap())]:e instanceof ZodBranded||e instanceof ZodReadonly?getDiscriminator(e.unwrap()):e instanceof ZodCatch?getDiscriminator(e._def.innerType):[];var ZodDiscriminatedUnion=class e extends ZodType{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==ZodParsedType.object)return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.object,received:t.parsedType}),INVALID;let n=this.discriminator,r=t.data[n],i=this.optionsMap.get(r);return i?t.common.async?i._parseAsync({data:t.data,path:t.path,parent:t}):i._parseSync({data:t.data,path:t.path,parent:t}):(addIssueToContext(t,{code:ZodIssueCode.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),INVALID)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,n,r){let i=new Map;for(let e of n){let n=getDiscriminator(e.shape[t]);if(!n.length)throw Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let r of n){if(i.has(r))throw Error(`Discriminator property ${String(t)} has duplicate value ${String(r)}`);i.set(r,e)}}return new e({typeName:ZodFirstPartyTypeKind.ZodDiscriminatedUnion,discriminator:t,options:n,optionsMap:i,...processCreateParams(r)})}};function mergeValues(e,t){let n=getParsedType(e),r=getParsedType(t);if(e===t)return{valid:!0,data:e};if(n===ZodParsedType.object&&r===ZodParsedType.object){let n=util.objectKeys(t),r=util.objectKeys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=mergeValues(e[n],t[n]);if(!r.valid)return{valid:!1};i[n]=r.data}return{valid:!0,data:i}}else if(n===ZodParsedType.array&&r===ZodParsedType.array){if(e.length!==t.length)return{valid:!1};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=mergeValues(i,a);if(!o.valid)return{valid:!1};n.push(o.data)}return{valid:!0,data:n}}else if(n===ZodParsedType.date&&r===ZodParsedType.date&&+e==+t)return{valid:!0,data:e};else return{valid:!1}}var ZodIntersection=class extends ZodType{_parse(e){let{status:t,ctx:n}=this._processInputParams(e),r=(e,r)=>{if(isAborted(e)||isAborted(r))return INVALID;let i=mergeValues(e.value,r.value);return i.valid?((isDirty(e)||isDirty(r))&&t.dirty(),{status:t.value,value:i.data}):(addIssueToContext(n,{code:ZodIssueCode.invalid_intersection_types}),INVALID)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([e,t])=>r(e,t)):r(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};ZodIntersection.create=(e,t,n)=>new ZodIntersection({left:e,right:t,typeName:ZodFirstPartyTypeKind.ZodIntersection,...processCreateParams(n)});var ZodTuple=class e extends ZodType{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ZodParsedType.array)return addIssueToContext(n,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.array,received:n.parsedType}),INVALID;if(n.data.length<this._def.items.length)return addIssueToContext(n,{code:ZodIssueCode.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:`array`}),INVALID;!this._def.rest&&n.data.length>this._def.items.length&&(addIssueToContext(n,{code:ZodIssueCode.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:`array`}),t.dirty());let r=[...n.data].map((e,t)=>{let r=this._def.items[t]||this._def.rest;return r?r._parse(new ParseInputLazyPath(n,e,n.path,t)):null}).filter(e=>!!e);return n.common.async?Promise.all(r).then(e=>ParseStatus.mergeArray(t,e)):ParseStatus.mergeArray(t,r)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};ZodTuple.create=(e,t)=>{if(!Array.isArray(e))throw Error(`You must pass an array of schemas to z.tuple([ ... ])`);return new ZodTuple({items:e,typeName:ZodFirstPartyTypeKind.ZodTuple,rest:null,...processCreateParams(t)})};var ZodRecord=class e extends ZodType{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ZodParsedType.object)return addIssueToContext(n,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.object,received:n.parsedType}),INVALID;let r=[],i=this._def.keyType,a=this._def.valueType;for(let e in n.data)r.push({key:i._parse(new ParseInputLazyPath(n,e,n.path,e)),value:a._parse(new ParseInputLazyPath(n,n.data[e],n.path,e)),alwaysSet:e in n.data});return n.common.async?ParseStatus.mergeObjectAsync(t,r):ParseStatus.mergeObjectSync(t,r)}get element(){return this._def.valueType}static create(t,n,r){return n instanceof ZodType?new e({keyType:t,valueType:n,typeName:ZodFirstPartyTypeKind.ZodRecord,...processCreateParams(r)}):new e({keyType:ZodString.create(),valueType:t,typeName:ZodFirstPartyTypeKind.ZodRecord,...processCreateParams(n)})}},ZodMap=class extends ZodType{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ZodParsedType.map)return addIssueToContext(n,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.map,received:n.parsedType}),INVALID;let r=this._def.keyType,i=this._def.valueType,a=[...n.data.entries()].map(([e,t],a)=>({key:r._parse(new ParseInputLazyPath(n,e,n.path,[a,`key`])),value:i._parse(new ParseInputLazyPath(n,t,n.path,[a,`value`]))}));if(n.common.async){let e=new Map;return Promise.resolve().then(async()=>{for(let n of a){let r=await n.key,i=await n.value;if(r.status===`aborted`||i.status===`aborted`)return INVALID;(r.status===`dirty`||i.status===`dirty`)&&t.dirty(),e.set(r.value,i.value)}return{status:t.value,value:e}})}else{let e=new Map;for(let n of a){let r=n.key,i=n.value;if(r.status===`aborted`||i.status===`aborted`)return INVALID;(r.status===`dirty`||i.status===`dirty`)&&t.dirty(),e.set(r.value,i.value)}return{status:t.value,value:e}}}};ZodMap.create=(e,t,n)=>new ZodMap({valueType:t,keyType:e,typeName:ZodFirstPartyTypeKind.ZodMap,...processCreateParams(n)});var ZodSet=class e extends ZodType{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ZodParsedType.set)return addIssueToContext(n,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.set,received:n.parsedType}),INVALID;let r=this._def;r.minSize!==null&&n.data.size<r.minSize.value&&(addIssueToContext(n,{code:ZodIssueCode.too_small,minimum:r.minSize.value,type:`set`,inclusive:!0,exact:!1,message:r.minSize.message}),t.dirty()),r.maxSize!==null&&n.data.size>r.maxSize.value&&(addIssueToContext(n,{code:ZodIssueCode.too_big,maximum:r.maxSize.value,type:`set`,inclusive:!0,exact:!1,message:r.maxSize.message}),t.dirty());let i=this._def.valueType;function a(e){let n=new Set;for(let r of e){if(r.status===`aborted`)return INVALID;r.status===`dirty`&&t.dirty(),n.add(r.value)}return{status:t.value,value:n}}let o=[...n.data.values()].map((e,t)=>i._parse(new ParseInputLazyPath(n,e,n.path,t)));return n.common.async?Promise.all(o).then(e=>a(e)):a(o)}min(t,n){return new e({...this._def,minSize:{value:t,message:errorUtil.toString(n)}})}max(t,n){return new e({...this._def,maxSize:{value:t,message:errorUtil.toString(n)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}};ZodSet.create=(e,t)=>new ZodSet({valueType:e,minSize:null,maxSize:null,typeName:ZodFirstPartyTypeKind.ZodSet,...processCreateParams(t)});var ZodFunction=class e extends ZodType{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==ZodParsedType.function)return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.function,received:t.parsedType}),INVALID;function n(e,n){return makeIssue({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,getErrorMap(),errorMap].filter(e=>!!e),issueData:{code:ZodIssueCode.invalid_arguments,argumentsError:n}})}function r(e,n){return makeIssue({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,getErrorMap(),errorMap].filter(e=>!!e),issueData:{code:ZodIssueCode.invalid_return_type,returnTypeError:n}})}let i={errorMap:t.common.contextualErrorMap},a=t.data;if(this._def.returns instanceof ZodPromise){let e=this;return OK(async function(...t){let o=new ZodError([]),s=await e._def.args.parseAsync(t,i).catch(e=>{throw o.addIssue(n(t,e)),o}),c=await Reflect.apply(a,this,s);return await e._def.returns._def.type.parseAsync(c,i).catch(e=>{throw o.addIssue(r(c,e)),o})})}else{let e=this;return OK(function(...t){let o=e._def.args.safeParse(t,i);if(!o.success)throw new ZodError([n(t,o.error)]);let s=Reflect.apply(a,this,o.data),c=e._def.returns.safeParse(s,i);if(!c.success)throw new ZodError([r(s,c.error)]);return c.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:ZodTuple.create(t).rest(ZodUnknown.create())})}returns(t){return new e({...this._def,returns:t})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(t,n,r){return new e({args:t||ZodTuple.create([]).rest(ZodUnknown.create()),returns:n||ZodUnknown.create(),typeName:ZodFirstPartyTypeKind.ZodFunction,...processCreateParams(r)})}},ZodLazy=class extends ZodType{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}};ZodLazy.create=(e,t)=>new ZodLazy({getter:e,typeName:ZodFirstPartyTypeKind.ZodLazy,...processCreateParams(t)});var ZodLiteral=class extends ZodType{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{received:t.data,code:ZodIssueCode.invalid_literal,expected:this._def.value}),INVALID}return{status:`valid`,value:e.data}}get value(){return this._def.value}};ZodLiteral.create=(e,t)=>new ZodLiteral({value:e,typeName:ZodFirstPartyTypeKind.ZodLiteral,...processCreateParams(t)});function createZodEnum(e,t){return new ZodEnum({values:e,typeName:ZodFirstPartyTypeKind.ZodEnum,...processCreateParams(t)})}var ZodEnum=class e extends ZodType{_parse(e){if(typeof e.data!=`string`){let t=this._getOrReturnCtx(e),n=this._def.values;return addIssueToContext(t,{expected:util.joinValues(n),received:t.parsedType,code:ZodIssueCode.invalid_type}),INVALID}if(this._cache||=new Set(this._def.values),!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),n=this._def.values;return addIssueToContext(t,{received:t.data,code:ZodIssueCode.invalid_enum_value,options:n}),INVALID}return OK(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(t,n=this._def){return e.create(t,{...this._def,...n})}exclude(t,n=this._def){return e.create(this.options.filter(e=>!t.includes(e)),{...this._def,...n})}};ZodEnum.create=createZodEnum;var ZodNativeEnum=class extends ZodType{_parse(e){let t=util.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==ZodParsedType.string&&n.parsedType!==ZodParsedType.number){let e=util.objectValues(t);return addIssueToContext(n,{expected:util.joinValues(e),received:n.parsedType,code:ZodIssueCode.invalid_type}),INVALID}if(this._cache||=new Set(util.getValidEnumValues(this._def.values)),!this._cache.has(e.data)){let e=util.objectValues(t);return addIssueToContext(n,{received:n.data,code:ZodIssueCode.invalid_enum_value,options:e}),INVALID}return OK(e.data)}get enum(){return this._def.values}};ZodNativeEnum.create=(e,t)=>new ZodNativeEnum({values:e,typeName:ZodFirstPartyTypeKind.ZodNativeEnum,...processCreateParams(t)});var ZodPromise=class extends ZodType{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);return t.parsedType!==ZodParsedType.promise&&t.common.async===!1?(addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.promise,received:t.parsedType}),INVALID):OK((t.parsedType===ZodParsedType.promise?t.data:Promise.resolve(t.data)).then(e=>this._def.type.parseAsync(e,{path:t.path,errorMap:t.common.contextualErrorMap})))}};ZodPromise.create=(e,t)=>new ZodPromise({type:e,typeName:ZodFirstPartyTypeKind.ZodPromise,...processCreateParams(t)});var ZodEffects=class extends ZodType{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ZodFirstPartyTypeKind.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:n}=this._processInputParams(e),r=this._def.effect||null,i={addIssue:e=>{addIssueToContext(n,e),e.fatal?t.abort():t.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),r.type===`preprocess`){let e=r.transform(n.data,i);if(n.common.async)return Promise.resolve(e).then(async e=>{if(t.value===`aborted`)return INVALID;let r=await this._def.schema._parseAsync({data:e,path:n.path,parent:n});return r.status===`aborted`?INVALID:r.status===`dirty`||t.value===`dirty`?DIRTY(r.value):r});{if(t.value===`aborted`)return INVALID;let r=this._def.schema._parseSync({data:e,path:n.path,parent:n});return r.status===`aborted`?INVALID:r.status===`dirty`||t.value===`dirty`?DIRTY(r.value):r}}if(r.type===`refinement`){let e=e=>{let t=r.refinement(e,i);if(n.common.async)return Promise.resolve(t);if(t instanceof Promise)throw Error(`Async refinement encountered during synchronous parse operation. Use .parseAsync instead.`);return e};if(n.common.async===!1){let r=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return r.status===`aborted`?INVALID:(r.status===`dirty`&&t.dirty(),e(r.value),{status:t.value,value:r.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(n=>n.status===`aborted`?INVALID:(n.status===`dirty`&&t.dirty(),e(n.value).then(()=>({status:t.value,value:n.value}))))}if(r.type===`transform`)if(n.common.async===!1){let e=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!isValid(e))return INVALID;let a=r.transform(e.value,i);if(a instanceof Promise)throw Error(`Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.`);return{status:t.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(e=>isValid(e)?Promise.resolve(r.transform(e.value,i)).then(e=>({status:t.value,value:e})):INVALID);util.assertNever(r)}};ZodEffects.create=(e,t,n)=>new ZodEffects({schema:e,typeName:ZodFirstPartyTypeKind.ZodEffects,effect:t,...processCreateParams(n)}),ZodEffects.createWithPreprocess=(e,t,n)=>new ZodEffects({schema:t,effect:{type:`preprocess`,transform:e},typeName:ZodFirstPartyTypeKind.ZodEffects,...processCreateParams(n)});var ZodOptional=class extends ZodType{_parse(e){return this._getType(e)===ZodParsedType.undefined?OK(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ZodOptional.create=(e,t)=>new ZodOptional({innerType:e,typeName:ZodFirstPartyTypeKind.ZodOptional,...processCreateParams(t)});var ZodNullable=class extends ZodType{_parse(e){return this._getType(e)===ZodParsedType.null?OK(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};ZodNullable.create=(e,t)=>new ZodNullable({innerType:e,typeName:ZodFirstPartyTypeKind.ZodNullable,...processCreateParams(t)});var ZodDefault=class extends ZodType{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return t.parsedType===ZodParsedType.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}};ZodDefault.create=(e,t)=>new ZodDefault({innerType:e,typeName:ZodFirstPartyTypeKind.ZodDefault,defaultValue:typeof t.default==`function`?t.default:()=>t.default,...processCreateParams(t)});var ZodCatch=class extends ZodType{_parse(e){let{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},r=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return isAsync(r)?r.then(e=>({status:`valid`,value:e.status===`valid`?e.value:this._def.catchValue({get error(){return new ZodError(n.common.issues)},input:n.data})})):{status:`valid`,value:r.status===`valid`?r.value:this._def.catchValue({get error(){return new ZodError(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};ZodCatch.create=(e,t)=>new ZodCatch({innerType:e,typeName:ZodFirstPartyTypeKind.ZodCatch,catchValue:typeof t.catch==`function`?t.catch:()=>t.catch,...processCreateParams(t)});var ZodNaN=class extends ZodType{_parse(e){if(this._getType(e)!==ZodParsedType.nan){let t=this._getOrReturnCtx(e);return addIssueToContext(t,{code:ZodIssueCode.invalid_type,expected:ZodParsedType.nan,received:t.parsedType}),INVALID}return{status:`valid`,value:e.data}}};ZodNaN.create=e=>new ZodNaN({typeName:ZodFirstPartyTypeKind.ZodNaN,...processCreateParams(e)});var ZodBranded=class extends ZodType{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}},ZodPipeline=class e extends ZodType{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.common.async){let e=async()=>{let e=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return e.status===`aborted`?INVALID:e.status===`dirty`?(t.dirty(),DIRTY(e.value)):this._def.out._parseAsync({data:e.value,path:n.path,parent:n})};return e()}else{let e=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return e.status===`aborted`?INVALID:e.status===`dirty`?(t.dirty(),{status:`dirty`,value:e.value}):this._def.out._parseSync({data:e.value,path:n.path,parent:n})}}static create(t,n){return new e({in:t,out:n,typeName:ZodFirstPartyTypeKind.ZodPipeline})}},ZodReadonly=class extends ZodType{_parse(e){let t=this._def.innerType._parse(e),n=e=>(isValid(e)&&(e.value=Object.freeze(e.value)),e);return isAsync(t)?t.then(e=>n(e)):n(t)}unwrap(){return this._def.innerType}};ZodReadonly.create=(e,t)=>new ZodReadonly({innerType:e,typeName:ZodFirstPartyTypeKind.ZodReadonly,...processCreateParams(t)}),ZodObject.lazycreate;var ZodFirstPartyTypeKind;(function(e){e.ZodString=`ZodString`,e.ZodNumber=`ZodNumber`,e.ZodNaN=`ZodNaN`,e.ZodBigInt=`ZodBigInt`,e.ZodBoolean=`ZodBoolean`,e.ZodDate=`ZodDate`,e.ZodSymbol=`ZodSymbol`,e.ZodUndefined=`ZodUndefined`,e.ZodNull=`ZodNull`,e.ZodAny=`ZodAny`,e.ZodUnknown=`ZodUnknown`,e.ZodNever=`ZodNever`,e.ZodVoid=`ZodVoid`,e.ZodArray=`ZodArray`,e.ZodObject=`ZodObject`,e.ZodUnion=`ZodUnion`,e.ZodDiscriminatedUnion=`ZodDiscriminatedUnion`,e.ZodIntersection=`ZodIntersection`,e.ZodTuple=`ZodTuple`,e.ZodRecord=`ZodRecord`,e.ZodMap=`ZodMap`,e.ZodSet=`ZodSet`,e.ZodFunction=`ZodFunction`,e.ZodLazy=`ZodLazy`,e.ZodLiteral=`ZodLiteral`,e.ZodEnum=`ZodEnum`,e.ZodEffects=`ZodEffects`,e.ZodNativeEnum=`ZodNativeEnum`,e.ZodOptional=`ZodOptional`,e.ZodNullable=`ZodNullable`,e.ZodDefault=`ZodDefault`,e.ZodCatch=`ZodCatch`,e.ZodPromise=`ZodPromise`,e.ZodBranded=`ZodBranded`,e.ZodPipeline=`ZodPipeline`,e.ZodReadonly=`ZodReadonly`})(ZodFirstPartyTypeKind||={});const stringType=ZodString.create,numberType=ZodNumber.create;ZodNaN.create,ZodBigInt.create,ZodBoolean.create,ZodDate.create,ZodSymbol.create,ZodUndefined.create,ZodNull.create,ZodAny.create,ZodUnknown.create,ZodNever.create,ZodVoid.create;const arrayType=ZodArray.create,objectType=ZodObject.create;ZodObject.strictCreate;const unionType=ZodUnion.create,discriminatedUnionType=ZodDiscriminatedUnion.create;ZodIntersection.create,ZodTuple.create;const recordType=ZodRecord.create;ZodMap.create,ZodSet.create,ZodFunction.create,ZodLazy.create;const literalType=ZodLiteral.create,enumType=ZodEnum.create;ZodNativeEnum.create,ZodPromise.create,ZodEffects.create,ZodOptional.create,ZodNullable.create,ZodEffects.createWithPreprocess,ZodPipeline.create;const ZodMiniType=$constructor(`ZodMiniType`,(e,t)=>{if(!e._zod)throw Error(`Uninitialized schema in ZodMiniType.`);$ZodType.init(e,t),e.def=t,e.parse=(t,n)=>parse(e,t,n,{callee:e.parse}),e.safeParse=(t,n)=>safeParse$1(e,t,n),e.parseAsync=async(t,r)=>parseAsync(e,t,r,{callee:e.parseAsync}),e.safeParseAsync=async(t,n)=>safeParseAsync$1(e,t,n),e.check=(...n)=>e.clone({...t,checks:[...t.checks??[],...n.map(e=>typeof e==`function`?{_zod:{check:e,def:{check:`custom`},onattach:[]}}:e)]}),e.clone=(t,n)=>clone(e,t,n),e.brand=()=>e,e.register=((t,n)=>(t.add(e,n),e))}),ZodMiniObject=$constructor(`ZodMiniObject`,(e,t)=>{$ZodObject.init(e,t),ZodMiniType.init(e,t),defineLazy(e,`shape`,()=>t.shape)});function object(e,t){return new ZodMiniObject({type:`object`,get shape(){return assignProp(this,`shape`,{...e}),this.shape},...normalizeParams(t)})}function isZ4Schema(e){return!!e._zod}function objectFromShape(e){let t=Object.values(e);if(t.length===0)return object({});let n=t.every(isZ4Schema),r=t.every(e=>!isZ4Schema(e));if(n)return object(e);if(r)return objectType(e);throw Error(`Mixed Zod versions detected in object shape.`)}function safeParse(e,t){return isZ4Schema(e)?safeParse$1(e,t):e.safeParse(t)}async function safeParseAsync(e,t){return isZ4Schema(e)?await safeParseAsync$1(e,t):await e.safeParseAsync(t)}function getObjectShape(e){if(!e)return;let t;if(t=isZ4Schema(e)?e._zod?.def?.shape:e.shape,t){if(typeof t==`function`)try{return t()}catch{return}return t}}function normalizeObjectSchema(e){if(e){if(typeof e==`object`){let t=e,n=e;if(!t._def&&!n._zod){let t=Object.values(e);if(t.length>0&&t.every(e=>typeof e==`object`&&!!e&&(e._def!==void 0||e._zod!==void 0||typeof e.parse==`function`)))return objectFromShape(e)}}if(isZ4Schema(e)){let t=e._zod?.def;if(t&&(t.type===`object`||t.shape!==void 0))return e}else if(e.shape!==void 0)return e}}function getParseErrorMessage(e){if(e&&typeof e==`object`){if(`message`in e&&typeof e.message==`string`)return e.message;if(`issues`in e&&Array.isArray(e.issues)&&e.issues.length>0){let t=e.issues[0];if(t&&typeof t==`object`&&`message`in t)return String(t.message)}try{return JSON.stringify(e)}catch{return String(e)}}return String(e)}function getSchemaDescription(e){return e.description}function isSchemaOptional(e){if(isZ4Schema(e))return e._zod?.def?.type===`optional`;let t=e;return typeof e.isOptional==`function`?e.isOptional():t._def?.typeName===`ZodOptional`}function getLiteralValue(e){if(isZ4Schema(e)){let t=e._zod?.def;if(t){if(t.value!==void 0)return t.value;if(Array.isArray(t.values)&&t.values.length>0)return t.values[0]}}let t=e._def;if(t){if(t.value!==void 0)return t.value;if(Array.isArray(t.values)&&t.values.length>0)return t.values[0]}let n=e.value;if(n!==void 0)return n}function isTerminal(e){return e===`completed`||e===`failed`||e===`cancelled`}const ignoreOverride=Symbol(`Let zodToJsonSchema decide on which parser to use`),defaultOptions={name:void 0,$refStrategy:`root`,basePath:[`#`],effectStrategy:`input`,pipeStrategy:`all`,dateStrategy:`format:date-time`,mapStrategy:`entries`,removeAdditionalStrategy:`passthrough`,allowedAdditionalProperties:!0,rejectedAdditionalProperties:!1,definitionPath:`definitions`,target:`jsonSchema7`,strictUnions:!1,definitions:{},errorMessages:!1,markdownDescription:!1,patternStrategy:`escape`,applyRegexFlags:!1,emailStrategy:`format:email`,base64Strategy:`contentEncoding:base64`,nameStrategy:`ref`,openAiAnyTypeName:`OpenAiAnyType`},getDefaultOptions=e=>typeof e==`string`?{...defaultOptions,name:e}:{...defaultOptions,...e},getRefs=e=>{let t=getDefaultOptions(e),n=t.name===void 0?t.basePath:[...t.basePath,t.definitionPath,t.name];return{...t,flags:{hasReferencedOpenAiAnyType:!1},currentPath:n,propertyPath:void 0,seen:new Map(Object.entries(t.definitions).map(([e,n])=>[n._def,{def:n._def,path:[...t.basePath,t.definitionPath,e],jsonSchema:void 0}]))}};function addErrorMessage(e,t,n,r){r?.errorMessages&&n&&(e.errorMessage={...e.errorMessage,[t]:n})}function setResponseValueAndErrors(e,t,n,r,i){e[t]=n,addErrorMessage(e,t,r,i)}const getRelativePath=(e,t)=>{let n=0;for(;n<e.length&&n<t.length&&e[n]===t[n];n++);return[(e.length-n).toString(),...t.slice(n)].join(`/`)};function parseAnyDef(e){if(e.target!==`openAi`)return{};let t=[...e.basePath,e.definitionPath,e.openAiAnyTypeName];return e.flags.hasReferencedOpenAiAnyType=!0,{$ref:e.$refStrategy===`relative`?getRelativePath(t,e.currentPath):t.join(`/`)}}function parseArrayDef(e,t){let n={type:`array`};return e.type?._def&&e.type?._def?.typeName!==ZodFirstPartyTypeKind.ZodAny&&(n.items=parseDef(e.type._def,{...t,currentPath:[...t.currentPath,`items`]})),e.minLength&&setResponseValueAndErrors(n,`minItems`,e.minLength.value,e.minLength.message,t),e.maxLength&&setResponseValueAndErrors(n,`maxItems`,e.maxLength.value,e.maxLength.message,t),e.exactLength&&(setResponseValueAndErrors(n,`minItems`,e.exactLength.value,e.exactLength.message,t),setResponseValueAndErrors(n,`maxItems`,e.exactLength.value,e.exactLength.message,t)),n}function parseBigintDef(e,t){let n={type:`integer`,format:`int64`};if(!e.checks)return n;for(let r of e.checks)switch(r.kind){case`min`:t.target===`jsonSchema7`?r.inclusive?setResponseValueAndErrors(n,`minimum`,r.value,r.message,t):setResponseValueAndErrors(n,`exclusiveMinimum`,r.value,r.message,t):(r.inclusive||(n.exclusiveMinimum=!0),setResponseValueAndErrors(n,`minimum`,r.value,r.message,t));break;case`max`:t.target===`jsonSchema7`?r.inclusive?setResponseValueAndErrors(n,`maximum`,r.value,r.message,t):setResponseValueAndErrors(n,`exclusiveMaximum`,r.value,r.message,t):(r.inclusive||(n.exclusiveMaximum=!0),setResponseValueAndErrors(n,`maximum`,r.value,r.message,t));break;case`multipleOf`:setResponseValueAndErrors(n,`multipleOf`,r.value,r.message,t);break}return n}function parseBooleanDef(){return{type:`boolean`}}function parseBrandedDef(e,t){return parseDef(e.type._def,t)}const parseCatchDef=(e,t)=>parseDef(e.innerType._def,t);function parseDateDef(e,t,n){let r=n??t.dateStrategy;if(Array.isArray(r))return{anyOf:r.map((n,r)=>parseDateDef(e,t,n))};switch(r){case`string`:case`format:date-time`:return{type:`string`,format:`date-time`};case`format:date`:return{type:`string`,format:`date`};case`integer`:return integerDateParser(e,t)}}const integerDateParser=(e,t)=>{let n={type:`integer`,format:`unix-time`};if(t.target===`openApi3`)return n;for(let r of e.checks)switch(r.kind){case`min`:setResponseValueAndErrors(n,`minimum`,r.value,r.message,t);break;case`max`:setResponseValueAndErrors(n,`maximum`,r.value,r.message,t);break}return n};function parseDefaultDef(e,t){return{...parseDef(e.innerType._def,t),default:e.defaultValue()}}function parseEffectsDef(e,t){return t.effectStrategy===`input`?parseDef(e.schema._def,t):parseAnyDef(t)}function parseEnumDef(e){return{type:`string`,enum:Array.from(e.values)}}const isJsonSchema7AllOfType=e=>`type`in e&&e.type===`string`?!1:`allOf`in e;function parseIntersectionDef(e,t){let n=[parseDef(e.left._def,{...t,currentPath:[...t.currentPath,`allOf`,`0`]}),parseDef(e.right._def,{...t,currentPath:[...t.currentPath,`allOf`,`1`]})].filter(e=>!!e),r=t.target===`jsonSchema2019-09`?{unevaluatedProperties:!1}:void 0,i=[];return n.forEach(e=>{if(isJsonSchema7AllOfType(e))i.push(...e.allOf),e.unevaluatedProperties===void 0&&(r=void 0);else{let t=e;if(`additionalProperties`in e&&e.additionalProperties===!1){let{additionalProperties:n,...r}=e;t=r}else r=void 0;i.push(t)}}),i.length?{allOf:i,...r}:void 0}function parseLiteralDef(e,t){let n=typeof e.value;return n!==`bigint`&&n!==`number`&&n!==`boolean`&&n!==`string`?{type:Array.isArray(e.value)?`array`:`object`}:t.target===`openApi3`?{type:n===`bigint`?`integer`:n,enum:[e.value]}:{type:n===`bigint`?`integer`:n,const:e.value}}let emojiRegex;const zodPatterns={cuid:/^[cC][^\s-]{8,}$/,cuid2:/^[0-9a-z]+$/,ulid:/^[0-9A-HJKMNP-TV-Z]{26}$/,email:/^(?!\.)(?!.*\.\.)([a-zA-Z0-9_'+\-\.]*)[a-zA-Z0-9_+-]@([a-zA-Z0-9][a-zA-Z0-9\-]*\.)+[a-zA-Z]{2,}$/,emoji:()=>(emojiRegex===void 0&&(emojiRegex=RegExp(`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,`u`)),emojiRegex),uuid:/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/,ipv4:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,ipv4Cidr:/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,ipv6:/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,ipv6Cidr:/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,base64:/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,base64url:/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,nanoid:/^[a-zA-Z0-9_-]{21}$/,jwt:/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/};function parseStringDef(e,t){let n={type:`string`};if(e.checks)for(let r of e.checks)switch(r.kind){case`min`:setResponseValueAndErrors(n,`minLength`,typeof n.minLength==`number`?Math.max(n.minLength,r.value):r.value,r.message,t);break;case`max`:setResponseValueAndErrors(n,`maxLength`,typeof n.maxLength==`number`?Math.min(n.maxLength,r.value):r.value,r.message,t);break;case`email`:switch(t.emailStrategy){case`format:email`:addFormat(n,`email`,r.message,t);break;case`format:idn-email`:addFormat(n,`idn-email`,r.message,t);break;case`pattern:zod`:addPattern(n,zodPatterns.email,r.message,t);break}break;case`url`:addFormat(n,`uri`,r.message,t);break;case`uuid`:addFormat(n,`uuid`,r.message,t);break;case`regex`:addPattern(n,r.regex,r.message,t);break;case`cuid`:addPattern(n,zodPatterns.cuid,r.message,t);break;case`cuid2`:addPattern(n,zodPatterns.cuid2,r.message,t);break;case`startsWith`:addPattern(n,RegExp(`^${escapeLiteralCheckValue(r.value,t)}`),r.message,t);break;case`endsWith`:addPattern(n,RegExp(`${escapeLiteralCheckValue(r.value,t)}$`),r.message,t);break;case`datetime`:addFormat(n,`date-time`,r.message,t);break;case`date`:addFormat(n,`date`,r.message,t);break;case`time`:addFormat(n,`time`,r.message,t);break;case`duration`:addFormat(n,`duration`,r.message,t);break;case`length`:setResponseValueAndErrors(n,`minLength`,typeof n.minLength==`number`?Math.max(n.minLength,r.value):r.value,r.message,t),setResponseValueAndErrors(n,`maxLength`,typeof n.maxLength==`number`?Math.min(n.maxLength,r.value):r.value,r.message,t);break;case`includes`:addPattern(n,RegExp(escapeLiteralCheckValue(r.value,t)),r.message,t);break;case`ip`:r.version!==`v6`&&addFormat(n,`ipv4`,r.message,t),r.version!==`v4`&&addFormat(n,`ipv6`,r.message,t);break;case`base64url`:addPattern(n,zodPatterns.base64url,r.message,t);break;case`jwt`:addPattern(n,zodPatterns.jwt,r.message,t);break;case`cidr`:r.version!==`v6`&&addPattern(n,zodPatterns.ipv4Cidr,r.message,t),r.version!==`v4`&&addPattern(n,zodPatterns.ipv6Cidr,r.message,t);break;case`emoji`:addPattern(n,zodPatterns.emoji(),r.message,t);break;case`ulid`:addPattern(n,zodPatterns.ulid,r.message,t);break;case`base64`:switch(t.base64Strategy){case`format:binary`:addFormat(n,`binary`,r.message,t);break;case`contentEncoding:base64`:setResponseValueAndErrors(n,`contentEncoding`,`base64`,r.message,t);break;case`pattern:zod`:addPattern(n,zodPatterns.base64,r.message,t);break}break;case`nanoid`:addPattern(n,zodPatterns.nanoid,r.message,t);case`toLowerCase`:case`toUpperCase`:case`trim`:break;default:(e=>{})(r)}return n}function escapeLiteralCheckValue(e,t){return t.patternStrategy===`escape`?escapeNonAlphaNumeric(e):e}const ALPHA_NUMERIC=new Set(`ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789`);function escapeNonAlphaNumeric(e){let t=``;for(let n=0;n<e.length;n++)ALPHA_NUMERIC.has(e[n])||(t+=`\\`),t+=e[n];return t}function addFormat(e,t,n,r){e.format||e.anyOf?.some(e=>e.format)?(e.anyOf||=[],e.format&&(e.anyOf.push({format:e.format,...e.errorMessage&&r.errorMessages&&{errorMessage:{format:e.errorMessage.format}}}),delete e.format,e.errorMessage&&(delete e.errorMessage.format,Object.keys(e.errorMessage).length===0&&delete e.errorMessage)),e.anyOf.push({format:t,...n&&r.errorMessages&&{errorMessage:{format:n}}})):setResponseValueAndErrors(e,`format`,t,n,r)}function addPattern(e,t,n,r){e.pattern||e.allOf?.some(e=>e.pattern)?(e.allOf||=[],e.pattern&&(e.allOf.push({pattern:e.pattern,...e.errorMessage&&r.errorMessages&&{errorMessage:{pattern:e.errorMessage.pattern}}}),delete e.pattern,e.errorMessage&&(delete e.errorMessage.pattern,Object.keys(e.errorMessage).length===0&&delete e.errorMessage)),e.allOf.push({pattern:stringifyRegExpWithFlags(t,r),...n&&r.errorMessages&&{errorMessage:{pattern:n}}})):setResponseValueAndErrors(e,`pattern`,stringifyRegExpWithFlags(t,r),n,r)}function stringifyRegExpWithFlags(e,t){if(!t.applyRegexFlags||!e.flags)return e.source;let n={i:e.flags.includes(`i`),m:e.flags.includes(`m`),s:e.flags.includes(`s`)},r=n.i?e.source.toLowerCase():e.source,i=``,a=!1,o=!1,s=!1;for(let e=0;e<r.length;e++){if(a){i+=r[e],a=!1;continue}if(n.i){if(o){if(r[e].match(/[a-z]/)){s?(i+=r[e],i+=`${r[e-2]}-${r[e]}`.toUpperCase(),s=!1):r[e+1]===`-`&&r[e+2]?.match(/[a-z]/)?(i+=r[e],s=!0):i+=`${r[e]}${r[e].toUpperCase()}`;continue}}else if(r[e].match(/[a-z]/)){i+=`[${r[e]}${r[e].toUpperCase()}]`;continue}}if(n.m){if(r[e]===`^`){i+=`(^|(?<=[\r
2
+ ]))`;continue}else if(r[e]===`$`){i+=`($|(?=[\r
3
+ ]))`;continue}}if(n.s&&r[e]===`.`){i+=o?`${r[e]}\r\n`:`[${r[e]}\r\n]`;continue}i+=r[e],r[e]===`\\`?a=!0:o&&r[e]===`]`?o=!1:!o&&r[e]===`[`&&(o=!0)}try{new RegExp(i)}catch{return console.warn(`Could not convert regex pattern at ${t.currentPath.join(`/`)} to a flag-independent form! Falling back to the flag-ignorant source`),e.source}return i}function parseRecordDef(e,t){if(t.target===`openAi`&&console.warn(`Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.`),t.target===`openApi3`&&e.keyType?._def.typeName===ZodFirstPartyTypeKind.ZodEnum)return{type:`object`,required:e.keyType._def.values,properties:e.keyType._def.values.reduce((n,r)=>({...n,[r]:parseDef(e.valueType._def,{...t,currentPath:[...t.currentPath,`properties`,r]})??parseAnyDef(t)}),{}),additionalProperties:t.rejectedAdditionalProperties};let n={type:`object`,additionalProperties:parseDef(e.valueType._def,{...t,currentPath:[...t.currentPath,`additionalProperties`]})??t.allowedAdditionalProperties};if(t.target===`openApi3`)return n;if(e.keyType?._def.typeName===ZodFirstPartyTypeKind.ZodString&&e.keyType._def.checks?.length){let{type:r,...i}=parseStringDef(e.keyType._def,t);return{...n,propertyNames:i}}else if(e.keyType?._def.typeName===ZodFirstPartyTypeKind.ZodEnum)return{...n,propertyNames:{enum:e.keyType._def.values}};else if(e.keyType?._def.typeName===ZodFirstPartyTypeKind.ZodBranded&&e.keyType._def.type._def.typeName===ZodFirstPartyTypeKind.ZodString&&e.keyType._def.type._def.checks?.length){let{type:r,...i}=parseBrandedDef(e.keyType._def,t);return{...n,propertyNames:i}}return n}function parseMapDef(e,t){return t.mapStrategy===`record`?parseRecordDef(e,t):{type:`array`,maxItems:125,items:{type:`array`,items:[parseDef(e.keyType._def,{...t,currentPath:[...t.currentPath,`items`,`items`,`0`]})||parseAnyDef(t),parseDef(e.valueType._def,{...t,currentPath:[...t.currentPath,`items`,`items`,`1`]})||parseAnyDef(t)],minItems:2,maxItems:2}}}function parseNativeEnumDef(e){let t=e.values,n=Object.keys(e.values).filter(e=>typeof t[t[e]]!=`number`).map(e=>t[e]),r=Array.from(new Set(n.map(e=>typeof e)));return{type:r.length===1?r[0]===`string`?`string`:`number`:[`string`,`number`],enum:n}}function parseNeverDef(e){return e.target===`openAi`?void 0:{not:parseAnyDef({...e,currentPath:[...e.currentPath,`not`]})}}function parseNullDef(e){return e.target===`openApi3`?{enum:[`null`],nullable:!0}:{type:`null`}}const primitiveMappings={ZodString:`string`,ZodNumber:`number`,ZodBigInt:`integer`,ZodBoolean:`boolean`,ZodNull:`null`};function parseUnionDef(e,t){if(t.target===`openApi3`)return asAnyOf(e,t);let n=e.options instanceof Map?Array.from(e.options.values()):e.options;if(n.every(e=>e._def.typeName in primitiveMappings&&(!e._def.checks||!e._def.checks.length))){let e=n.reduce((e,t)=>{let n=primitiveMappings[t._def.typeName];return n&&!e.includes(n)?[...e,n]:e},[]);return{type:e.length>1?e:e[0]}}else if(n.every(e=>e._def.typeName===`ZodLiteral`&&!e.description)){let e=n.reduce((e,t)=>{let n=typeof t._def.value;switch(n){case`string`:case`number`:case`boolean`:return[...e,n];case`bigint`:return[...e,`integer`];case`object`:if(t._def.value===null)return[...e,`null`];default:return e}},[]);if(e.length===n.length){let t=e.filter((e,t,n)=>n.indexOf(e)===t);return{type:t.length>1?t:t[0],enum:n.reduce((e,t)=>e.includes(t._def.value)?e:[...e,t._def.value],[])}}}else if(n.every(e=>e._def.typeName===`ZodEnum`))return{type:`string`,enum:n.reduce((e,t)=>[...e,...t._def.values.filter(t=>!e.includes(t))],[])};return asAnyOf(e,t)}const asAnyOf=(e,t)=>{let n=(e.options instanceof Map?Array.from(e.options.values()):e.options).map((e,n)=>parseDef(e._def,{...t,currentPath:[...t.currentPath,`anyOf`,`${n}`]})).filter(e=>!!e&&(!t.strictUnions||typeof e==`object`&&Object.keys(e).length>0));return n.length?{anyOf:n}:void 0};function parseNullableDef(e,t){if([`ZodString`,`ZodNumber`,`ZodBigInt`,`ZodBoolean`,`ZodNull`].includes(e.innerType._def.typeName)&&(!e.innerType._def.checks||!e.innerType._def.checks.length))return t.target===`openApi3`?{type:primitiveMappings[e.innerType._def.typeName],nullable:!0}:{type:[primitiveMappings[e.innerType._def.typeName],`null`]};if(t.target===`openApi3`){let n=parseDef(e.innerType._def,{...t,currentPath:[...t.currentPath]});return n&&`$ref`in n?{allOf:[n],nullable:!0}:n&&{...n,nullable:!0}}let n=parseDef(e.innerType._def,{...t,currentPath:[...t.currentPath,`anyOf`,`0`]});return n&&{anyOf:[n,{type:`null`}]}}function parseNumberDef(e,t){let n={type:`number`};if(!e.checks)return n;for(let r of e.checks)switch(r.kind){case`int`:n.type=`integer`,addErrorMessage(n,`type`,r.message,t);break;case`min`:t.target===`jsonSchema7`?r.inclusive?setResponseValueAndErrors(n,`minimum`,r.value,r.message,t):setResponseValueAndErrors(n,`exclusiveMinimum`,r.value,r.message,t):(r.inclusive||(n.exclusiveMinimum=!0),setResponseValueAndErrors(n,`minimum`,r.value,r.message,t));break;case`max`:t.target===`jsonSchema7`?r.inclusive?setResponseValueAndErrors(n,`maximum`,r.value,r.message,t):setResponseValueAndErrors(n,`exclusiveMaximum`,r.value,r.message,t):(r.inclusive||(n.exclusiveMaximum=!0),setResponseValueAndErrors(n,`maximum`,r.value,r.message,t));break;case`multipleOf`:setResponseValueAndErrors(n,`multipleOf`,r.value,r.message,t);break}return n}function parseObjectDef(e,t){let n=t.target===`openAi`,r={type:`object`,properties:{}},i=[],a=e.shape();for(let e in a){let o=a[e];if(o===void 0||o._def===void 0)continue;let s=safeIsOptional(o);s&&n&&(o._def.typeName===`ZodOptional`&&(o=o._def.innerType),o.isNullable()||(o=o.nullable()),s=!1);let c=parseDef(o._def,{...t,currentPath:[...t.currentPath,`properties`,e],propertyPath:[...t.currentPath,`properties`,e]});c!==void 0&&(r.properties[e]=c,s||i.push(e))}i.length&&(r.required=i);let o=decideAdditionalProperties(e,t);return o!==void 0&&(r.additionalProperties=o),r}function decideAdditionalProperties(e,t){if(e.catchall._def.typeName!==`ZodNever`)return parseDef(e.catchall._def,{...t,currentPath:[...t.currentPath,`additionalProperties`]});switch(e.unknownKeys){case`passthrough`:return t.allowedAdditionalProperties;case`strict`:return t.rejectedAdditionalProperties;case`strip`:return t.removeAdditionalStrategy===`strict`?t.allowedAdditionalProperties:t.rejectedAdditionalProperties}}function safeIsOptional(e){try{return e.isOptional()}catch{return!0}}const parseOptionalDef=(e,t)=>{if(t.currentPath.toString()===t.propertyPath?.toString())return parseDef(e.innerType._def,t);let n=parseDef(e.innerType._def,{...t,currentPath:[...t.currentPath,`anyOf`,`1`]});return n?{anyOf:[{not:parseAnyDef(t)},n]}:parseAnyDef(t)},parsePipelineDef=(e,t)=>{if(t.pipeStrategy===`input`)return parseDef(e.in._def,t);if(t.pipeStrategy===`output`)return parseDef(e.out._def,t);let n=parseDef(e.in._def,{...t,currentPath:[...t.currentPath,`allOf`,`0`]});return{allOf:[n,parseDef(e.out._def,{...t,currentPath:[...t.currentPath,`allOf`,n?`1`:`0`]})].filter(e=>e!==void 0)}};function parsePromiseDef(e,t){return parseDef(e.type._def,t)}function parseSetDef(e,t){let n={type:`array`,uniqueItems:!0,items:parseDef(e.valueType._def,{...t,currentPath:[...t.currentPath,`items`]})};return e.minSize&&setResponseValueAndErrors(n,`minItems`,e.minSize.value,e.minSize.message,t),e.maxSize&&setResponseValueAndErrors(n,`maxItems`,e.maxSize.value,e.maxSize.message,t),n}function parseTupleDef(e,t){return e.rest?{type:`array`,minItems:e.items.length,items:e.items.map((e,n)=>parseDef(e._def,{...t,currentPath:[...t.currentPath,`items`,`${n}`]})).reduce((e,t)=>t===void 0?e:[...e,t],[]),additionalItems:parseDef(e.rest._def,{...t,currentPath:[...t.currentPath,`additionalItems`]})}:{type:`array`,minItems:e.items.length,maxItems:e.items.length,items:e.items.map((e,n)=>parseDef(e._def,{...t,currentPath:[...t.currentPath,`items`,`${n}`]})).reduce((e,t)=>t===void 0?e:[...e,t],[])}}function parseUndefinedDef(e){return{not:parseAnyDef(e)}}function parseUnknownDef(e){return parseAnyDef(e)}const parseReadonlyDef=(e,t)=>parseDef(e.innerType._def,t),selectParser=(e,t,n)=>{switch(t){case ZodFirstPartyTypeKind.ZodString:return parseStringDef(e,n);case ZodFirstPartyTypeKind.ZodNumber:return parseNumberDef(e,n);case ZodFirstPartyTypeKind.ZodObject:return parseObjectDef(e,n);case ZodFirstPartyTypeKind.ZodBigInt:return parseBigintDef(e,n);case ZodFirstPartyTypeKind.ZodBoolean:return parseBooleanDef();case ZodFirstPartyTypeKind.ZodDate:return parseDateDef(e,n);case ZodFirstPartyTypeKind.ZodUndefined:return parseUndefinedDef(n);case ZodFirstPartyTypeKind.ZodNull:return parseNullDef(n);case ZodFirstPartyTypeKind.ZodArray:return parseArrayDef(e,n);case ZodFirstPartyTypeKind.ZodUnion:case ZodFirstPartyTypeKind.ZodDiscriminatedUnion:return parseUnionDef(e,n);case ZodFirstPartyTypeKind.ZodIntersection:return parseIntersectionDef(e,n);case ZodFirstPartyTypeKind.ZodTuple:return parseTupleDef(e,n);case ZodFirstPartyTypeKind.ZodRecord:return parseRecordDef(e,n);case ZodFirstPartyTypeKind.ZodLiteral:return parseLiteralDef(e,n);case ZodFirstPartyTypeKind.ZodEnum:return parseEnumDef(e);case ZodFirstPartyTypeKind.ZodNativeEnum:return parseNativeEnumDef(e);case ZodFirstPartyTypeKind.ZodNullable:return parseNullableDef(e,n);case ZodFirstPartyTypeKind.ZodOptional:return parseOptionalDef(e,n);case ZodFirstPartyTypeKind.ZodMap:return parseMapDef(e,n);case ZodFirstPartyTypeKind.ZodSet:return parseSetDef(e,n);case ZodFirstPartyTypeKind.ZodLazy:return()=>e.getter()._def;case ZodFirstPartyTypeKind.ZodPromise:return parsePromiseDef(e,n);case ZodFirstPartyTypeKind.ZodNaN:case ZodFirstPartyTypeKind.ZodNever:return parseNeverDef(n);case ZodFirstPartyTypeKind.ZodEffects:return parseEffectsDef(e,n);case ZodFirstPartyTypeKind.ZodAny:return parseAnyDef(n);case ZodFirstPartyTypeKind.ZodUnknown:return parseUnknownDef(n);case ZodFirstPartyTypeKind.ZodDefault:return parseDefaultDef(e,n);case ZodFirstPartyTypeKind.ZodBranded:return parseBrandedDef(e,n);case ZodFirstPartyTypeKind.ZodReadonly:return parseReadonlyDef(e,n);case ZodFirstPartyTypeKind.ZodCatch:return parseCatchDef(e,n);case ZodFirstPartyTypeKind.ZodPipeline:return parsePipelineDef(e,n);case ZodFirstPartyTypeKind.ZodFunction:case ZodFirstPartyTypeKind.ZodVoid:case ZodFirstPartyTypeKind.ZodSymbol:return;default:return(e=>void 0)(t)}};function parseDef(e,t,n=!1){let r=t.seen.get(e);if(t.override){let i=t.override?.(e,t,r,n);if(i!==ignoreOverride)return i}if(r&&!n){let e=get$ref(r,t);if(e!==void 0)return e}let i={def:e,path:t.currentPath,jsonSchema:void 0};t.seen.set(e,i);let a=selectParser(e,e.typeName,t),o=typeof a==`function`?parseDef(a(),t):a;if(o&&addMeta(e,t,o),t.postProcess){let n=t.postProcess(o,e,t);return i.jsonSchema=o,n}return i.jsonSchema=o,o}const get$ref=(e,t)=>{switch(t.$refStrategy){case`root`:return{$ref:e.path.join(`/`)};case`relative`:return{$ref:getRelativePath(t.currentPath,e.path)};case`none`:case`seen`:return e.path.length<t.currentPath.length&&e.path.every((e,n)=>t.currentPath[n]===e)?(console.warn(`Recursive reference detected at ${t.currentPath.join(`/`)}! Defaulting to any`),parseAnyDef(t)):t.$refStrategy===`seen`?parseAnyDef(t):void 0}},addMeta=(e,t,n)=>(e.description&&(n.description=e.description,t.markdownDescription&&(n.markdownDescription=e.description)),n),zodToJsonSchema=(e,t)=>{let n=getRefs(t),r=typeof t==`object`&&t.definitions?Object.entries(t.definitions).reduce((e,[t,r])=>({...e,[t]:parseDef(r._def,{...n,currentPath:[...n.basePath,n.definitionPath,t]},!0)??parseAnyDef(n)}),{}):void 0,i=typeof t==`string`?t:t?.nameStrategy===`title`?void 0:t?.name,a=parseDef(e._def,i===void 0?n:{...n,currentPath:[...n.basePath,n.definitionPath,i]},!1)??parseAnyDef(n),o=typeof t==`object`&&t.name!==void 0&&t.nameStrategy===`title`?t.name:void 0;o!==void 0&&(a.title=o),n.flags.hasReferencedOpenAiAnyType&&(r||={},r[n.openAiAnyTypeName]||(r[n.openAiAnyTypeName]={type:[`string`,`number`,`integer`,`boolean`,`array`,`null`],items:{$ref:n.$refStrategy===`relative`?`1`:[...n.basePath,n.definitionPath,n.openAiAnyTypeName].join(`/`)}}));let s=i===void 0?r?{...a,[n.definitionPath]:r}:a:{$ref:[...n.$refStrategy===`relative`?[]:n.basePath,n.definitionPath,i].join(`/`),[n.definitionPath]:{...r,[i]:a}};return n.target===`jsonSchema7`?s.$schema=`http://json-schema.org/draft-07/schema#`:(n.target===`jsonSchema2019-09`||n.target===`openAi`)&&(s.$schema=`https://json-schema.org/draft/2019-09/schema#`),n.target===`openAi`&&(`anyOf`in s||`oneOf`in s||`allOf`in s||`type`in s&&Array.isArray(s.type))&&console.warn(`Warning: OpenAI may not support schemas with unions as roots! Try wrapping it in an object property.`),s};function mapMiniTarget(e){return!e||e===`jsonSchema7`||e===`draft-7`?`draft-7`:e===`jsonSchema2019-09`||e===`draft-2020-12`?`draft-2020-12`:`draft-7`}function toJsonSchemaCompat(e,t){return isZ4Schema(e)?toJSONSchema(e,{target:mapMiniTarget(t?.target),io:t?.pipeStrategy??`input`}):zodToJsonSchema(e,{strictUnions:t?.strictUnions??!0,pipeStrategy:t?.pipeStrategy??`input`})}function getMethodLiteral(e){let t=getObjectShape(e)?.method;if(!t)throw Error(`Schema is missing a method literal`);let n=getLiteralValue(t);if(typeof n!=`string`)throw Error(`Schema method literal must be a string`);return n}function parseWithCompat(e,t){let n=safeParse(e,t);if(!n.success)throw n.error;return n.data}var Protocol=class{constructor(e){this._options=e,this._requestMessageId=0,this._requestHandlers=new Map,this._requestHandlerAbortControllers=new Map,this._notificationHandlers=new Map,this._responseHandlers=new Map,this._progressHandlers=new Map,this._timeoutInfo=new Map,this._pendingDebouncedNotifications=new Set,this._taskProgressTokens=new Map,this._requestResolvers=new Map,this.setNotificationHandler(CancelledNotificationSchema,e=>{this._oncancel(e)}),this.setNotificationHandler(ProgressNotificationSchema,e=>{this._onprogress(e)}),this.setRequestHandler(PingRequestSchema,e=>({})),this._taskStore=e?.taskStore,this._taskMessageQueue=e?.taskMessageQueue,this._taskStore&&(this.setRequestHandler(GetTaskRequestSchema,async(e,t)=>{let n=await this._taskStore.getTask(e.params.taskId,t.sessionId);if(!n)throw new McpError(ErrorCode.InvalidParams,`Failed to retrieve task: Task not found`);return{...n}}),this.setRequestHandler(GetTaskPayloadRequestSchema,async(e,t)=>{let n=async()=>{let r=e.params.taskId;if(this._taskMessageQueue){let e;for(;e=await this._taskMessageQueue.dequeue(r,t.sessionId);){if(e.type===`response`||e.type===`error`){let t=e.message,n=t.id,r=this._requestResolvers.get(n);if(r)if(this._requestResolvers.delete(n),e.type===`response`)r(t);else{let e=t;r(new McpError(e.error.code,e.error.message,e.error.data))}else{let t=e.type===`response`?`Response`:`Error`;this._onerror(Error(`${t} handler missing for request ${n}`))}continue}await this._transport?.send(e.message,{relatedRequestId:t.requestId})}}let i=await this._taskStore.getTask(r,t.sessionId);if(!i)throw new McpError(ErrorCode.InvalidParams,`Task not found: ${r}`);if(!isTerminal(i.status))return await this._waitForTaskUpdate(r,t.signal),await n();if(isTerminal(i.status)){let e=await this._taskStore.getTaskResult(r,t.sessionId);return this._clearTaskQueue(r),{...e,_meta:{...e._meta,[RELATED_TASK_META_KEY]:{taskId:r}}}}return await n()};return await n()}),this.setRequestHandler(ListTasksRequestSchema,async(e,t)=>{try{let{tasks:n,nextCursor:r}=await this._taskStore.listTasks(e.params?.cursor,t.sessionId);return{tasks:n,nextCursor:r,_meta:{}}}catch(e){throw new McpError(ErrorCode.InvalidParams,`Failed to list tasks: ${e instanceof Error?e.message:String(e)}`)}}),this.setRequestHandler(CancelTaskRequestSchema,async(e,t)=>{try{let n=await this._taskStore.getTask(e.params.taskId,t.sessionId);if(!n)throw new McpError(ErrorCode.InvalidParams,`Task not found: ${e.params.taskId}`);if(isTerminal(n.status))throw new McpError(ErrorCode.InvalidParams,`Cannot cancel task in terminal status: ${n.status}`);await this._taskStore.updateTaskStatus(e.params.taskId,`cancelled`,`Client cancelled task execution.`,t.sessionId),this._clearTaskQueue(e.params.taskId);let r=await this._taskStore.getTask(e.params.taskId,t.sessionId);if(!r)throw new McpError(ErrorCode.InvalidParams,`Task not found after cancellation: ${e.params.taskId}`);return{_meta:{},...r}}catch(e){throw e instanceof McpError?e:new McpError(ErrorCode.InvalidRequest,`Failed to cancel task: ${e instanceof Error?e.message:String(e)}`)}}))}async _oncancel(e){e.params.requestId&&this._requestHandlerAbortControllers.get(e.params.requestId)?.abort(e.params.reason)}_setupTimeout(e,t,n,r,i=!1){this._timeoutInfo.set(e,{timeoutId:setTimeout(r,t),startTime:Date.now(),timeout:t,maxTotalTimeout:n,resetTimeoutOnProgress:i,onTimeout:r})}_resetTimeout(e){let t=this._timeoutInfo.get(e);if(!t)return!1;let n=Date.now()-t.startTime;if(t.maxTotalTimeout&&n>=t.maxTotalTimeout)throw this._timeoutInfo.delete(e),McpError.fromError(ErrorCode.RequestTimeout,`Maximum total timeout exceeded`,{maxTotalTimeout:t.maxTotalTimeout,totalElapsed:n});return clearTimeout(t.timeoutId),t.timeoutId=setTimeout(t.onTimeout,t.timeout),!0}_cleanupTimeout(e){let t=this._timeoutInfo.get(e);t&&(clearTimeout(t.timeoutId),this._timeoutInfo.delete(e))}async connect(e){if(this._transport)throw Error(`Already connected to a transport. Call close() before connecting to a new transport, or use a separate Protocol instance per connection.`);this._transport=e;let t=this.transport?.onclose;this._transport.onclose=()=>{t?.(),this._onclose()};let n=this.transport?.onerror;this._transport.onerror=e=>{n?.(e),this._onerror(e)};let r=this._transport?.onmessage;this._transport.onmessage=(e,t)=>{r?.(e,t),isJSONRPCResultResponse(e)||isJSONRPCErrorResponse(e)?this._onresponse(e):isJSONRPCRequest(e)?this._onrequest(e,t):isJSONRPCNotification(e)?this._onnotification(e):this._onerror(Error(`Unknown message type: ${JSON.stringify(e)}`))},await this._transport.start()}_onclose(){let e=this._responseHandlers;this._responseHandlers=new Map,this._progressHandlers.clear(),this._taskProgressTokens.clear(),this._pendingDebouncedNotifications.clear();for(let e of this._requestHandlerAbortControllers.values())e.abort();this._requestHandlerAbortControllers.clear();let t=McpError.fromError(ErrorCode.ConnectionClosed,`Connection closed`);this._transport=void 0,this.onclose?.();for(let n of e.values())n(t)}_onerror(e){this.onerror?.(e)}_onnotification(e){let t=this._notificationHandlers.get(e.method)??this.fallbackNotificationHandler;t!==void 0&&Promise.resolve().then(()=>t(e)).catch(e=>this._onerror(Error(`Uncaught error in notification handler: ${e}`)))}_onrequest(e,t){let n=this._requestHandlers.get(e.method)??this.fallbackRequestHandler,r=this._transport,i=e.params?._meta?.[RELATED_TASK_META_KEY]?.taskId;if(n===void 0){let t={jsonrpc:`2.0`,id:e.id,error:{code:ErrorCode.MethodNotFound,message:`Method not found`}};i&&this._taskMessageQueue?this._enqueueTaskMessage(i,{type:`error`,message:t,timestamp:Date.now()},r?.sessionId).catch(e=>this._onerror(Error(`Failed to enqueue error response: ${e}`))):r?.send(t).catch(e=>this._onerror(Error(`Failed to send an error response: ${e}`)));return}let a=new AbortController;this._requestHandlerAbortControllers.set(e.id,a);let o=isTaskAugmentedRequestParams(e.params)?e.params.task:void 0,s=this._taskStore?this.requestTaskStore(e,r?.sessionId):void 0,c={signal:a.signal,sessionId:r?.sessionId,_meta:e.params?._meta,sendNotification:async t=>{if(a.signal.aborted)return;let n={relatedRequestId:e.id};i&&(n.relatedTask={taskId:i}),await this.notification(t,n)},sendRequest:async(t,n,r)=>{if(a.signal.aborted)throw new McpError(ErrorCode.ConnectionClosed,`Request was cancelled`);let o={...r,relatedRequestId:e.id};i&&!o.relatedTask&&(o.relatedTask={taskId:i});let c=o.relatedTask?.taskId??i;return c&&s&&await s.updateTaskStatus(c,`input_required`),await this.request(t,n,o)},authInfo:t?.authInfo,requestId:e.id,requestInfo:t?.requestInfo,taskId:i,taskStore:s,taskRequestedTtl:o?.ttl,closeSSEStream:t?.closeSSEStream,closeStandaloneSSEStream:t?.closeStandaloneSSEStream};Promise.resolve().then(()=>{o&&this.assertTaskHandlerCapability(e.method)}).then(()=>n(e,c)).then(async t=>{if(a.signal.aborted)return;let n={result:t,jsonrpc:`2.0`,id:e.id};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:`response`,message:n,timestamp:Date.now()},r?.sessionId):await r?.send(n)},async t=>{if(a.signal.aborted)return;let n={jsonrpc:`2.0`,id:e.id,error:{code:Number.isSafeInteger(t.code)?t.code:ErrorCode.InternalError,message:t.message??`Internal error`,...t.data!==void 0&&{data:t.data}}};i&&this._taskMessageQueue?await this._enqueueTaskMessage(i,{type:`error`,message:n,timestamp:Date.now()},r?.sessionId):await r?.send(n)}).catch(e=>this._onerror(Error(`Failed to send response: ${e}`))).finally(()=>{this._requestHandlerAbortControllers.delete(e.id)})}_onprogress(e){let{progressToken:t,...n}=e.params,r=Number(t),i=this._progressHandlers.get(r);if(!i){this._onerror(Error(`Received a progress notification for an unknown token: ${JSON.stringify(e)}`));return}let a=this._responseHandlers.get(r),o=this._timeoutInfo.get(r);if(o&&a&&o.resetTimeoutOnProgress)try{this._resetTimeout(r)}catch(e){this._responseHandlers.delete(r),this._progressHandlers.delete(r),this._cleanupTimeout(r),a(e);return}i(n)}_onresponse(e){let t=Number(e.id),n=this._requestResolvers.get(t);if(n){this._requestResolvers.delete(t),isJSONRPCResultResponse(e)?n(e):n(new McpError(e.error.code,e.error.message,e.error.data));return}let r=this._responseHandlers.get(t);if(r===void 0){this._onerror(Error(`Received a response for an unknown message ID: ${JSON.stringify(e)}`));return}this._responseHandlers.delete(t),this._cleanupTimeout(t);let i=!1;if(isJSONRPCResultResponse(e)&&e.result&&typeof e.result==`object`){let n=e.result;if(n.task&&typeof n.task==`object`){let e=n.task;typeof e.taskId==`string`&&(i=!0,this._taskProgressTokens.set(e.taskId,t))}}i||this._progressHandlers.delete(t),isJSONRPCResultResponse(e)?r(e):r(McpError.fromError(e.error.code,e.error.message,e.error.data))}get transport(){return this._transport}async close(){await this._transport?.close()}async*requestStream(e,t,n){let{task:r}=n??{};if(!r){try{yield{type:`result`,result:await this.request(e,t,n)}}catch(e){yield{type:`error`,error:e instanceof McpError?e:new McpError(ErrorCode.InternalError,String(e))}}return}let i;try{let r=await this.request(e,CreateTaskResultSchema,n);if(r.task)i=r.task.taskId,yield{type:`taskCreated`,task:r.task};else throw new McpError(ErrorCode.InternalError,`Task creation did not return a task`);for(;;){let e=await this.getTask({taskId:i},n);if(yield{type:`taskStatus`,task:e},isTerminal(e.status)){e.status===`completed`?yield{type:`result`,result:await this.getTaskResult({taskId:i},t,n)}:e.status===`failed`?yield{type:`error`,error:new McpError(ErrorCode.InternalError,`Task ${i} failed`)}:e.status===`cancelled`&&(yield{type:`error`,error:new McpError(ErrorCode.InternalError,`Task ${i} was cancelled`)});return}if(e.status===`input_required`){yield{type:`result`,result:await this.getTaskResult({taskId:i},t,n)};return}let r=e.pollInterval??this._options?.defaultTaskPollInterval??1e3;await new Promise(e=>setTimeout(e,r)),n?.signal?.throwIfAborted()}}catch(e){yield{type:`error`,error:e instanceof McpError?e:new McpError(ErrorCode.InternalError,String(e))}}}request(e,t,n){let{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a,task:o,relatedTask:s}=n??{};return new Promise((c,l)=>{let u=e=>{l(e)};if(!this._transport){u(Error(`Not connected`));return}if(this._options?.enforceStrictCapabilities===!0)try{this.assertCapabilityForMethod(e.method),o&&this.assertTaskCapability(e.method)}catch(e){u(e);return}n?.signal?.throwIfAborted();let f=this._requestMessageId++,p={...e,jsonrpc:`2.0`,id:f};n?.onprogress&&(this._progressHandlers.set(f,n.onprogress),p.params={...e.params,_meta:{...e.params?._meta||{},progressToken:f}}),o&&(p.params={...p.params,task:o}),s&&(p.params={...p.params,_meta:{...p.params?._meta||{},[RELATED_TASK_META_KEY]:s}});let m=e=>{this._responseHandlers.delete(f),this._progressHandlers.delete(f),this._cleanupTimeout(f),this._transport?.send({jsonrpc:`2.0`,method:`notifications/cancelled`,params:{requestId:f,reason:String(e)}},{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(e=>this._onerror(Error(`Failed to send cancellation: ${e}`))),l(e instanceof McpError?e:new McpError(ErrorCode.RequestTimeout,String(e)))};this._responseHandlers.set(f,e=>{if(!n?.signal?.aborted){if(e instanceof Error)return l(e);try{let n=safeParse(t,e.result);n.success?c(n.data):l(n.error)}catch(e){l(e)}}}),n?.signal?.addEventListener(`abort`,()=>{m(n?.signal?.reason)});let g=n?.timeout??6e4,_=()=>m(McpError.fromError(ErrorCode.RequestTimeout,`Request timed out`,{timeout:g}));this._setupTimeout(f,g,n?.maxTotalTimeout,_,n?.resetTimeoutOnProgress??!1);let v=s?.taskId;if(v){let e=e=>{let t=this._responseHandlers.get(f);t?t(e):this._onerror(Error(`Response handler missing for side-channeled request ${f}`))};this._requestResolvers.set(f,e),this._enqueueTaskMessage(v,{type:`request`,message:p,timestamp:Date.now()}).catch(e=>{this._cleanupTimeout(f),l(e)})}else this._transport.send(p,{relatedRequestId:r,resumptionToken:i,onresumptiontoken:a}).catch(e=>{this._cleanupTimeout(f),l(e)})})}async getTask(e,t){return this.request({method:`tasks/get`,params:e},GetTaskResultSchema,t)}async getTaskResult(e,t,n){return this.request({method:`tasks/result`,params:e},t,n)}async listTasks(e,t){return this.request({method:`tasks/list`,params:e},ListTasksResultSchema,t)}async cancelTask(e,t){return this.request({method:`tasks/cancel`,params:e},CancelTaskResultSchema,t)}async notification(e,t){if(!this._transport)throw Error(`Not connected`);this.assertNotificationCapability(e.method);let n=t?.relatedTask?.taskId;if(n){let r={...e,jsonrpc:`2.0`,params:{...e.params,_meta:{...e.params?._meta||{},[RELATED_TASK_META_KEY]:t.relatedTask}}};await this._enqueueTaskMessage(n,{type:`notification`,message:r,timestamp:Date.now()});return}if((this._options?.debouncedNotificationMethods??[]).includes(e.method)&&!e.params&&!t?.relatedRequestId&&!t?.relatedTask){if(this._pendingDebouncedNotifications.has(e.method))return;this._pendingDebouncedNotifications.add(e.method),Promise.resolve().then(()=>{if(this._pendingDebouncedNotifications.delete(e.method),!this._transport)return;let n={...e,jsonrpc:`2.0`};t?.relatedTask&&(n={...n,params:{...n.params,_meta:{...n.params?._meta||{},[RELATED_TASK_META_KEY]:t.relatedTask}}}),this._transport?.send(n,t).catch(e=>this._onerror(e))});return}let r={...e,jsonrpc:`2.0`};t?.relatedTask&&(r={...r,params:{...r.params,_meta:{...r.params?._meta||{},[RELATED_TASK_META_KEY]:t.relatedTask}}}),await this._transport.send(r,t)}setRequestHandler(e,t){let n=getMethodLiteral(e);this.assertRequestHandlerCapability(n),this._requestHandlers.set(n,(n,r)=>{let i=parseWithCompat(e,n);return Promise.resolve(t(i,r))})}removeRequestHandler(e){this._requestHandlers.delete(e)}assertCanSetRequestHandler(e){if(this._requestHandlers.has(e))throw Error(`A request handler for ${e} already exists, which would be overridden`)}setNotificationHandler(e,t){let n=getMethodLiteral(e);this._notificationHandlers.set(n,n=>{let r=parseWithCompat(e,n);return Promise.resolve(t(r))})}removeNotificationHandler(e){this._notificationHandlers.delete(e)}_cleanupTaskProgressHandler(e){let t=this._taskProgressTokens.get(e);t!==void 0&&(this._progressHandlers.delete(t),this._taskProgressTokens.delete(e))}async _enqueueTaskMessage(e,t,n){if(!this._taskStore||!this._taskMessageQueue)throw Error(`Cannot enqueue task message: taskStore and taskMessageQueue are not configured`);let r=this._options?.maxTaskQueueSize;await this._taskMessageQueue.enqueue(e,t,n,r)}async _clearTaskQueue(e,t){if(this._taskMessageQueue){let n=await this._taskMessageQueue.dequeueAll(e,t);for(let t of n)if(t.type===`request`&&isJSONRPCRequest(t.message)){let n=t.message.id,r=this._requestResolvers.get(n);r?(r(new McpError(ErrorCode.InternalError,`Task cancelled or completed`)),this._requestResolvers.delete(n)):this._onerror(Error(`Resolver missing for request ${n} during task ${e} cleanup`))}}}async _waitForTaskUpdate(e,t){let n=this._options?.defaultTaskPollInterval??1e3;try{let t=await this._taskStore?.getTask(e);t?.pollInterval&&(n=t.pollInterval)}catch{}return new Promise((e,r)=>{if(t.aborted){r(new McpError(ErrorCode.InvalidRequest,`Request cancelled`));return}let i=setTimeout(e,n);t.addEventListener(`abort`,()=>{clearTimeout(i),r(new McpError(ErrorCode.InvalidRequest,`Request cancelled`))},{once:!0})})}requestTaskStore(e,t){let n=this._taskStore;if(!n)throw Error(`No task store configured`);return{createTask:async r=>{if(!e)throw Error(`No request provided`);return await n.createTask(r,e.id,{method:e.method,params:e.params},t)},getTask:async e=>{let r=await n.getTask(e,t);if(!r)throw new McpError(ErrorCode.InvalidParams,`Failed to retrieve task: Task not found`);return r},storeTaskResult:async(e,r,a)=>{await n.storeTaskResult(e,r,a,t);let o=await n.getTask(e,t);if(o){let t=TaskStatusNotificationSchema.parse({method:`notifications/tasks/status`,params:o});await this.notification(t),isTerminal(o.status)&&this._cleanupTaskProgressHandler(e)}},getTaskResult:e=>n.getTaskResult(e,t),updateTaskStatus:async(e,r,a)=>{let o=await n.getTask(e,t);if(!o)throw new McpError(ErrorCode.InvalidParams,`Task "${e}" not found - it may have been cleaned up`);if(isTerminal(o.status))throw new McpError(ErrorCode.InvalidParams,`Cannot update task "${e}" from terminal status "${o.status}" to "${r}". Terminal states (completed, failed, cancelled) cannot transition to other states.`);await n.updateTaskStatus(e,r,a,t);let s=await n.getTask(e,t);if(s){let t=TaskStatusNotificationSchema.parse({method:`notifications/tasks/status`,params:s});await this.notification(t),isTerminal(s.status)&&this._cleanupTaskProgressHandler(e)}},listTasks:e=>n.listTasks(e,t)}}};function isPlainObject(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function mergeCapabilities(e,t){let n={...e};for(let e in t){let r=e,i=t[r];if(i===void 0)continue;let a=n[r];isPlainObject(a)&&isPlainObject(i)?n[r]={...a,...i}:n[r]=i}return n}var require_code$1=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.regexpCode=e.getEsmExportName=e.getProperty=e.safeStringify=e.stringify=e.strConcat=e.addCodeArg=e.str=e._=e.nil=e._Code=e.Name=e.IDENTIFIER=e._CodeOrName=void 0;var t=class{};e._CodeOrName=t,e.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var n=class extends t{constructor(t){if(super(),!e.IDENTIFIER.test(t))throw Error(`CodeGen: name must be a valid identifier`);this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};e.Name=n;var r=class extends t{constructor(e){super(),this._items=typeof e==`string`?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===``||e===`""`}get str(){return this._str??=this._items.reduce((e,t)=>`${e}${t}`,``)}get names(){return this._names??=this._items.reduce((e,t)=>(t instanceof n&&(e[t.str]=(e[t.str]||0)+1),e),{})}};e._Code=r,e.nil=new r(``);function i(e,...t){let n=[e[0]],i=0;for(;i<t.length;)s(n,t[i]),n.push(e[++i]);return new r(n)}e._=i;let a=new r(`+`);function o(e,...t){let n=[p(e[0])],i=0;for(;i<t.length;)n.push(a),s(n,t[i]),n.push(a,p(e[++i]));return c(n),new r(n)}e.str=o;function s(e,t){t instanceof r?e.push(...t._items):t instanceof n?e.push(t):e.push(d(t))}e.addCodeArg=s;function c(e){let t=1;for(;t<e.length-1;){if(e[t]===a){let n=l(e[t-1],e[t+1]);if(n!==void 0){e.splice(t-1,3,n);continue}e[t++]=`+`}t++}}function l(e,t){if(t===`""`)return e;if(e===`""`)return t;if(typeof e==`string`)return t instanceof n||e[e.length-1]!==`"`?void 0:typeof t==`string`?t[0]===`"`?e.slice(0,-1)+t.slice(1):void 0:`${e.slice(0,-1)}${t}"`;if(typeof t==`string`&&t[0]===`"`&&!(e instanceof n))return`"${e}${t.slice(1)}`}function u(e,t){return t.emptyStr()?e:e.emptyStr()?t:o`${e}${t}`}e.strConcat=u;function d(e){return typeof e==`number`||typeof e==`boolean`||e===null?e:p(Array.isArray(e)?e.join(`,`):e)}function f(e){return new r(p(e))}e.stringify=f;function p(e){return JSON.stringify(e).replace(/\u2028/g,`\\u2028`).replace(/\u2029/g,`\\u2029`)}e.safeStringify=p;function m(t){return typeof t==`string`&&e.IDENTIFIER.test(t)?new r(`.${t}`):i`[${t}]`}e.getProperty=m;function h(t){if(typeof t==`string`&&e.IDENTIFIER.test(t))return new r(`${t}`);throw Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}e.getEsmExportName=h;function g(e){return new r(e.toString())}e.regexpCode=g})),require_scope=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.ValueScope=e.ValueScopeName=e.Scope=e.varKinds=e.UsedValueState=void 0;let t=require_code$1();var n=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},r;(function(e){e[e.Started=0]=`Started`,e[e.Completed=1]=`Completed`})(r||(e.UsedValueState=r={})),e.varKinds={const:new t.Name(`const`),let:new t.Name(`let`),var:new t.Name(`var`)};var i=class{constructor({prefixes:e,parent:t}={}){this._names={},this._prefixes=e,this._parent=t}toName(e){return e instanceof t.Name?e:this.name(e)}name(e){return new t.Name(this._newName(e))}_newName(e){let t=this._names[e]||this._nameGroup(e);return`${e}${t.index++}`}_nameGroup(e){if((this._parent?._prefixes)?.has(e)||this._prefixes&&!this._prefixes.has(e))throw Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};e.Scope=i;var a=class extends t.Name{constructor(e,t){super(t),this.prefix=e}setValue(e,{property:n,itemIndex:r}){this.value=e,this.scopePath=(0,t._)`.${new t.Name(n)}[${r}]`}};e.ValueScopeName=a;let o=(0,t._)`\n`;var s=class extends i{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?o:t.nil}}get(){return this._scope}name(e){return new a(e,this._newName(e))}value(e,t){if(t.ref===void 0)throw Error(`CodeGen: ref must be passed in value`);let n=this.toName(e),{prefix:r}=n,i=t.key??t.ref,a=this._values[r];if(a){let e=a.get(i);if(e)return e}else a=this._values[r]=new Map;a.set(i,n);let o=this._scope[r]||(this._scope[r]=[]),s=o.length;return o[s]=t.ref,n.setValue(t,{property:r,itemIndex:s}),n}getValue(e,t){let n=this._values[e];if(n)return n.get(t)}scopeRefs(e,n=this._values){return this._reduceValues(n,n=>{if(n.scopePath===void 0)throw Error(`CodeGen: name "${n}" has no value`);return(0,t._)`${e}${n.scopePath}`})}scopeCode(e=this._values,t,n){return this._reduceValues(e,e=>{if(e.value===void 0)throw Error(`CodeGen: name "${e}" has no value`);return e.value.code},t,n)}_reduceValues(i,a,o={},s){let c=t.nil;for(let l in i){let u=i[l];if(!u)continue;let d=o[l]=o[l]||new Map;u.forEach(i=>{if(d.has(i))return;d.set(i,r.Started);let o=a(i);if(o){let n=this.opts.es5?e.varKinds.var:e.varKinds.const;c=(0,t._)`${c}${n} ${i} = ${o};${this.opts._n}`}else if(o=s?.(i))c=(0,t._)`${c}${o}${this.opts._n}`;else throw new n(i);d.set(i,r.Completed)})}return c}};e.ValueScope=s})),require_codegen=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.or=e.and=e.not=e.CodeGen=e.operators=e.varKinds=e.ValueScopeName=e.ValueScope=e.Scope=e.Name=e.regexpCode=e.stringify=e.getProperty=e.nil=e.strConcat=e.str=e._=void 0;let t=require_code$1(),n=require_scope();var r=require_code$1();Object.defineProperty(e,`_`,{enumerable:!0,get:function(){return r._}}),Object.defineProperty(e,`str`,{enumerable:!0,get:function(){return r.str}}),Object.defineProperty(e,`strConcat`,{enumerable:!0,get:function(){return r.strConcat}}),Object.defineProperty(e,`nil`,{enumerable:!0,get:function(){return r.nil}}),Object.defineProperty(e,`getProperty`,{enumerable:!0,get:function(){return r.getProperty}}),Object.defineProperty(e,`stringify`,{enumerable:!0,get:function(){return r.stringify}}),Object.defineProperty(e,`regexpCode`,{enumerable:!0,get:function(){return r.regexpCode}}),Object.defineProperty(e,`Name`,{enumerable:!0,get:function(){return r.Name}});var i=require_scope();Object.defineProperty(e,`Scope`,{enumerable:!0,get:function(){return i.Scope}}),Object.defineProperty(e,`ValueScope`,{enumerable:!0,get:function(){return i.ValueScope}}),Object.defineProperty(e,`ValueScopeName`,{enumerable:!0,get:function(){return i.ValueScopeName}}),Object.defineProperty(e,`varKinds`,{enumerable:!0,get:function(){return i.varKinds}}),e.operators={GT:new t._Code(`>`),GTE:new t._Code(`>=`),LT:new t._Code(`<`),LTE:new t._Code(`<=`),EQ:new t._Code(`===`),NEQ:new t._Code(`!==`),NOT:new t._Code(`!`),OR:new t._Code(`||`),AND:new t._Code(`&&`),ADD:new t._Code(`+`)};var a=class{optimizeNodes(){return this}optimizeNames(e,t){return this}},o=class extends a{constructor(e,t,n){super(),this.varKind=e,this.name=t,this.rhs=n}render({es5:e,_n:t}){let r=e?n.varKinds.var:this.varKind,i=this.rhs===void 0?``:` = ${this.rhs}`;return`${r} ${this.name}${i};`+t}optimizeNames(e,t){if(e[this.name.str])return this.rhs&&=A(this.rhs,e,t),this}get names(){return this.rhs instanceof t._CodeOrName?this.rhs.names:{}}},s=class extends a{constructor(e,t,n){super(),this.lhs=e,this.rhs=t,this.sideEffects=n}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,n){if(!(this.lhs instanceof t.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=A(this.rhs,e,n),this}get names(){return k(this.lhs instanceof t.Name?{}:{...this.lhs.names},this.rhs)}},c=class extends s{constructor(e,t,n,r){super(e,n,r),this.op=t}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},l=class extends a{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},u=class extends a{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:``};`+e}},d=class extends a{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},f=class extends a{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,t){return this.code=A(this.code,e,t),this}get names(){return this.code instanceof t._CodeOrName?this.code.names:{}}},p=class extends a{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((t,n)=>t+n.render(e),``)}optimizeNodes(){let{nodes:e}=this,t=e.length;for(;t--;){let n=e[t].optimizeNodes();Array.isArray(n)?e.splice(t,1,...n):n?e[t]=n:e.splice(t,1)}return e.length>0?this:void 0}optimizeNames(e,t){let{nodes:n}=this,r=n.length;for(;r--;){let i=n[r];i.optimizeNames(e,t)||(j(e,i.names),n.splice(r,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((e,t)=>O(e,t.names),{})}},m=class extends p{render(e){return`{`+e._n+super.render(e)+`}`+e._n}},h=class extends p{},g=class extends m{};g.kind=`else`;var _=class e extends m{constructor(e,t){super(t),this.condition=e}render(e){let t=`if(${this.condition})`+super.render(e);return this.else&&(t+=`else `+this.else.render(e)),t}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let n=this.else;if(n){let e=n.optimizeNodes();n=this.else=Array.isArray(e)?new g(e):e}if(n)return t===!1?n instanceof e?n:n.nodes:this.nodes.length?this:new e(M(t),n instanceof e?[n]:n.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(e,t){if(this.else=this.else?.optimizeNames(e,t),super.optimizeNames(e,t)||this.else)return this.condition=A(this.condition,e,t),this}get names(){let e=super.names;return k(e,this.condition),this.else&&O(e,this.else.names),e}};_.kind=`if`;var v=class extends m{};v.kind=`for`;var y=class extends v{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iteration=A(this.iteration,e,t),this}get names(){return O(super.names,this.iteration.names)}},b=class extends v{constructor(e,t,n,r){super(),this.varKind=e,this.name=t,this.from=n,this.to=r}render(e){let t=e.es5?n.varKinds.var:this.varKind,{name:r,from:i,to:a}=this;return`for(${t} ${r}=${i}; ${r}<${a}; ${r}++)`+super.render(e)}get names(){return k(k(super.names,this.from),this.to)}},x=class extends v{constructor(e,t,n,r){super(),this.loop=e,this.varKind=t,this.name=n,this.iterable=r}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,t){if(super.optimizeNames(e,t))return this.iterable=A(this.iterable,e,t),this}get names(){return O(super.names,this.iterable.names)}},S=class extends m{constructor(e,t,n){super(),this.name=e,this.args=t,this.async=n}render(e){return`${this.async?`async `:``}function ${this.name}(${this.args})`+super.render(e)}};S.kind=`func`;var C=class extends p{render(e){return`return `+super.render(e)}};C.kind=`return`;var w=class extends m{render(e){let t=`try`+super.render(e);return this.catch&&(t+=this.catch.render(e)),this.finally&&(t+=this.finally.render(e)),t}optimizeNodes(){var e,t;return super.optimizeNodes(),(e=this.catch)==null||e.optimizeNodes(),(t=this.finally)==null||t.optimizeNodes(),this}optimizeNames(e,t){var n,r;return super.optimizeNames(e,t),(n=this.catch)==null||n.optimizeNames(e,t),(r=this.finally)==null||r.optimizeNames(e,t),this}get names(){let e=super.names;return this.catch&&O(e,this.catch.names),this.finally&&O(e,this.finally.names),e}},T=class extends m{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};T.kind=`catch`;var E=class extends m{render(e){return`finally`+super.render(e)}};E.kind=`finally`;var D=class{constructor(e,t={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...t,_n:t.lines?`
4
+ `:``},this._extScope=e,this._scope=new n.Scope({parent:e}),this._nodes=[new h]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,t){let n=this._extScope.value(e,t);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(e,t){return this._extScope.getValue(e,t)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,t,n,r){let i=this._scope.toName(t);return n!==void 0&&r&&(this._constants[i.str]=n),this._leafNode(new o(e,i,n)),i}const(e,t,r){return this._def(n.varKinds.const,e,t,r)}let(e,t,r){return this._def(n.varKinds.let,e,t,r)}var(e,t,r){return this._def(n.varKinds.var,e,t,r)}assign(e,t,n){return this._leafNode(new s(e,t,n))}add(t,n){return this._leafNode(new c(t,e.operators.ADD,n))}code(e){return typeof e==`function`?e():e!==t.nil&&this._leafNode(new f(e)),this}object(...e){let n=[`{`];for(let[r,i]of e)n.length>1&&n.push(`,`),n.push(r),(r!==i||this.opts.es5)&&(n.push(`:`),(0,t.addCodeArg)(n,i));return n.push(`}`),new t._Code(n)}if(e,t,n){if(this._blockNode(new _(e)),t&&n)this.code(t).else().code(n).endIf();else if(t)this.code(t).endIf();else if(n)throw Error(`CodeGen: "else" body without "then" body`);return this}elseIf(e){return this._elseNode(new _(e))}else(){return this._elseNode(new g)}endIf(){return this._endBlockNode(_,g)}_for(e,t){return this._blockNode(e),t&&this.code(t).endFor(),this}for(e,t){return this._for(new y(e),t)}forRange(e,t,r,i,a=this.opts.es5?n.varKinds.var:n.varKinds.let){let o=this._scope.toName(e);return this._for(new b(a,o,t,r),()=>i(o))}forOf(e,r,i,a=n.varKinds.const){let o=this._scope.toName(e);if(this.opts.es5){let e=r instanceof t.Name?r:this.var(`_arr`,r);return this.forRange(`_i`,0,(0,t._)`${e}.length`,n=>{this.var(o,(0,t._)`${e}[${n}]`),i(o)})}return this._for(new x(`of`,a,o,r),()=>i(o))}forIn(e,r,i,a=this.opts.es5?n.varKinds.var:n.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,t._)`Object.keys(${r})`,i);let o=this._scope.toName(e);return this._for(new x(`in`,a,o,r),()=>i(o))}endFor(){return this._endBlockNode(v)}label(e){return this._leafNode(new l(e))}break(e){return this._leafNode(new u(e))}return(e){let t=new C;if(this._blockNode(t),this.code(e),t.nodes.length!==1)throw Error(`CodeGen: "return" should have one node`);return this._endBlockNode(C)}try(e,t,n){if(!t&&!n)throw Error(`CodeGen: "try" without "catch" and "finally"`);let r=new w;if(this._blockNode(r),this.code(e),t){let e=this.name(`e`);this._currNode=r.catch=new T(e),t(e)}return n&&(this._currNode=r.finally=new E,this.code(n)),this._endBlockNode(T,E)}throw(e){return this._leafNode(new d(e))}block(e,t){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(t),this}endBlock(e){let t=this._blockStarts.pop();if(t===void 0)throw Error(`CodeGen: not in self-balancing block`);let n=this._nodes.length-t;if(n<0||e!==void 0&&n!==e)throw Error(`CodeGen: wrong number of nodes: ${n} vs ${e} expected`);return this._nodes.length=t,this}func(e,n=t.nil,r,i){return this._blockNode(new S(e,n,r)),i&&this.code(i).endFunc(),this}endFunc(){return this._endBlockNode(S)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,t){let n=this._currNode;if(n instanceof e||t&&n instanceof t)return this._nodes.pop(),this;throw Error(`CodeGen: not in block "${t?`${e.kind}/${t.kind}`:e.kind}"`)}_elseNode(e){let t=this._currNode;if(!(t instanceof _))throw Error(`CodeGen: "else" without "if"`);return this._currNode=t.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let t=this._nodes;t[t.length-1]=e}};e.CodeGen=D;function O(e,t){for(let n in t)e[n]=(e[n]||0)+(t[n]||0);return e}function k(e,n){return n instanceof t._CodeOrName?O(e,n.names):e}function A(e,n,r){if(e instanceof t.Name)return i(e);if(!a(e))return e;return new t._Code(e._items.reduce((e,n)=>(n instanceof t.Name&&(n=i(n)),n instanceof t._Code?e.push(...n._items):e.push(n),e),[]));function i(e){let t=r[e.str];return t===void 0||n[e.str]!==1?e:(delete n[e.str],t)}function a(e){return e instanceof t._Code&&e._items.some(e=>e instanceof t.Name&&n[e.str]===1&&r[e.str]!==void 0)}}function j(e,t){for(let n in t)e[n]=(e[n]||0)-(t[n]||0)}function M(e){return typeof e==`boolean`||typeof e==`number`||e===null?!e:(0,t._)`!${R(e)}`}e.not=M;let N=L(e.operators.AND);function P(...e){return e.reduce(N)}e.and=P;let F=L(e.operators.OR);function I(...e){return e.reduce(F)}e.or=I;function L(e){return(n,r)=>n===t.nil?r:r===t.nil?n:(0,t._)`${R(n)} ${e} ${R(r)}`}function R(e){return e instanceof t.Name?e:(0,t._)`(${e})`}})),require_util=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.checkStrictMode=e.getErrorPath=e.Type=e.useFunc=e.setEvaluated=e.evaluatedPropsToName=e.mergeEvaluated=e.eachItem=e.unescapeJsonPointer=e.escapeJsonPointer=e.escapeFragment=e.unescapeFragment=e.schemaRefOrVal=e.schemaHasRulesButRef=e.schemaHasRules=e.checkUnknownRules=e.alwaysValidSchema=e.toHash=void 0;let t=require_codegen(),n=require_code$1();function r(e){let t={};for(let n of e)t[n]=!0;return t}e.toHash=r;function i(e,t){return typeof t==`boolean`?t:Object.keys(t).length===0?!0:(a(e,t),!o(t,e.self.RULES.all))}e.alwaysValidSchema=i;function a(e,t=e.schema){let{opts:n,self:r}=e;if(!n.strictSchema||typeof t==`boolean`)return;let i=r.RULES.keywords;for(let n in t)i[n]||x(e,`unknown keyword: "${n}"`)}e.checkUnknownRules=a;function o(e,t){if(typeof e==`boolean`)return!e;for(let n in e)if(t[n])return!0;return!1}e.schemaHasRules=o;function s(e,t){if(typeof e==`boolean`)return!e;for(let n in e)if(n!==`$ref`&&t.all[n])return!0;return!1}e.schemaHasRulesButRef=s;function c({topSchemaRef:e,schemaPath:n},r,i,a){if(!a){if(typeof r==`number`||typeof r==`boolean`)return r;if(typeof r==`string`)return(0,t._)`${r}`}return(0,t._)`${e}${n}${(0,t.getProperty)(i)}`}e.schemaRefOrVal=c;function l(e){return f(decodeURIComponent(e))}e.unescapeFragment=l;function u(e){return encodeURIComponent(d(e))}e.escapeFragment=u;function d(e){return typeof e==`number`?`${e}`:e.replace(/~/g,`~0`).replace(/\//g,`~1`)}e.escapeJsonPointer=d;function f(e){return e.replace(/~1/g,`/`).replace(/~0/g,`~`)}e.unescapeJsonPointer=f;function p(e,t){if(Array.isArray(e))for(let n of e)t(n);else t(e)}e.eachItem=p;function m({mergeNames:e,mergeToName:n,mergeValues:r,resultToName:i}){return(a,o,s,c)=>{let l=s===void 0?o:s instanceof t.Name?(o instanceof t.Name?e(a,o,s):n(a,o,s),s):o instanceof t.Name?(n(a,s,o),o):r(o,s);return c===t.Name&&!(l instanceof t.Name)?i(a,l):l}}e.mergeEvaluated={props:m({mergeNames:(e,n,r)=>e.if((0,t._)`${r} !== true && ${n} !== undefined`,()=>{e.if((0,t._)`${n} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,t._)`${r} || {}`).code((0,t._)`Object.assign(${r}, ${n})`))}),mergeToName:(e,n,r)=>e.if((0,t._)`${r} !== true`,()=>{n===!0?e.assign(r,!0):(e.assign(r,(0,t._)`${r} || {}`),g(e,r,n))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:h}),items:m({mergeNames:(e,n,r)=>e.if((0,t._)`${r} !== true && ${n} !== undefined`,()=>e.assign(r,(0,t._)`${n} === true ? true : ${r} > ${n} ? ${r} : ${n}`)),mergeToName:(e,n,r)=>e.if((0,t._)`${r} !== true`,()=>e.assign(r,n===!0?!0:(0,t._)`${r} > ${n} ? ${r} : ${n}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var(`items`,t)})};function h(e,n){if(n===!0)return e.var(`props`,!0);let r=e.var(`props`,(0,t._)`{}`);return n!==void 0&&g(e,r,n),r}e.evaluatedPropsToName=h;function g(e,n,r){Object.keys(r).forEach(r=>e.assign((0,t._)`${n}${(0,t.getProperty)(r)}`,!0))}e.setEvaluated=g;let _={};function v(e,t){return e.scopeValue(`func`,{ref:t,code:_[t.code]||(_[t.code]=new n._Code(t.code))})}e.useFunc=v;var y;(function(e){e[e.Num=0]=`Num`,e[e.Str=1]=`Str`})(y||(e.Type=y={}));function b(e,n,r){if(e instanceof t.Name){let i=n===y.Num;return r?i?(0,t._)`"[" + ${e} + "]"`:(0,t._)`"['" + ${e} + "']"`:i?(0,t._)`"/" + ${e}`:(0,t._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,t.getProperty)(e).toString():`/`+d(e)}e.getErrorPath=b;function x(e,t,n=e.opts.strictSchema){if(n){if(t=`strict mode: ${t}`,n===!0)throw Error(t);e.self.logger.warn(t)}}e.checkStrictMode=x})),require_names=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen();e.default={data:new t.Name(`data`),valCxt:new t.Name(`valCxt`),instancePath:new t.Name(`instancePath`),parentData:new t.Name(`parentData`),parentDataProperty:new t.Name(`parentDataProperty`),rootData:new t.Name(`rootData`),dynamicAnchors:new t.Name(`dynamicAnchors`),vErrors:new t.Name(`vErrors`),errors:new t.Name(`errors`),this:new t.Name(`this`),self:new t.Name(`self`),scope:new t.Name(`scope`),json:new t.Name(`json`),jsonPos:new t.Name(`jsonPos`),jsonLen:new t.Name(`jsonLen`),jsonPart:new t.Name(`jsonPart`)}})),require_errors=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.extendErrors=e.resetErrorsCount=e.reportExtraError=e.reportError=e.keyword$DataError=e.keywordError=void 0;let t=require_codegen(),n=require_util(),r=require_names();e.keywordError={message:({keyword:e})=>(0,t.str)`must pass "${e}" keyword validation`},e.keyword$DataError={message:({keyword:e,schemaType:n})=>n?(0,t.str)`"${e}" keyword must be ${n} ($data)`:(0,t.str)`"${e}" keyword is invalid ($data)`};function i(n,r=e.keywordError,i,a){let{it:o}=n,{gen:s,compositeRule:u,allErrors:f}=o,p=d(n,r,i);a??(u||f)?c(s,p):l(o,(0,t._)`[${p}]`)}e.reportError=i;function a(t,n=e.keywordError,i){let{it:a}=t,{gen:o,compositeRule:s,allErrors:u}=a;c(o,d(t,n,i)),s||u||l(a,r.default.vErrors)}e.reportExtraError=a;function o(e,n){e.assign(r.default.errors,n),e.if((0,t._)`${r.default.vErrors} !== null`,()=>e.if(n,()=>e.assign((0,t._)`${r.default.vErrors}.length`,n),()=>e.assign(r.default.vErrors,null)))}e.resetErrorsCount=o;function s({gen:e,keyword:n,schemaValue:i,data:a,errsCount:o,it:s}){if(o===void 0)throw Error(`ajv implementation error`);let c=e.name(`err`);e.forRange(`i`,o,r.default.errors,o=>{e.const(c,(0,t._)`${r.default.vErrors}[${o}]`),e.if((0,t._)`${c}.instancePath === undefined`,()=>e.assign((0,t._)`${c}.instancePath`,(0,t.strConcat)(r.default.instancePath,s.errorPath))),e.assign((0,t._)`${c}.schemaPath`,(0,t.str)`${s.errSchemaPath}/${n}`),s.opts.verbose&&(e.assign((0,t._)`${c}.schema`,i),e.assign((0,t._)`${c}.data`,a))})}e.extendErrors=s;function c(e,n){let i=e.const(`err`,n);e.if((0,t._)`${r.default.vErrors} === null`,()=>e.assign(r.default.vErrors,(0,t._)`[${i}]`),(0,t._)`${r.default.vErrors}.push(${i})`),e.code((0,t._)`${r.default.errors}++`)}function l(e,n){let{gen:r,validateName:i,schemaEnv:a}=e;a.$async?r.throw((0,t._)`new ${e.ValidationError}(${n})`):(r.assign((0,t._)`${i}.errors`,n),r.return(!1))}let u={keyword:new t.Name(`keyword`),schemaPath:new t.Name(`schemaPath`),params:new t.Name(`params`),propertyName:new t.Name(`propertyName`),message:new t.Name(`message`),schema:new t.Name(`schema`),parentSchema:new t.Name(`parentSchema`)};function d(e,n,r){let{createErrors:i}=e.it;return i===!1?(0,t._)`{}`:f(e,n,r)}function f(e,t,n={}){let{gen:r,it:i}=e,a=[p(i,n),m(e,n)];return h(e,t,a),r.object(...a)}function p({errorPath:e},{instancePath:i}){let a=i?(0,t.str)`${e}${(0,n.getErrorPath)(i,n.Type.Str)}`:e;return[r.default.instancePath,(0,t.strConcat)(r.default.instancePath,a)]}function m({keyword:e,it:{errSchemaPath:r}},{schemaPath:i,parentSchema:a}){let o=a?r:(0,t.str)`${r}/${e}`;return i&&(o=(0,t.str)`${o}${(0,n.getErrorPath)(i,n.Type.Str)}`),[u.schemaPath,o]}function h(e,{params:n,message:i},a){let{keyword:o,data:s,schemaValue:c,it:l}=e,{opts:d,propertyName:f,topSchemaRef:p,schemaPath:m}=l;a.push([u.keyword,o],[u.params,typeof n==`function`?n(e):n||(0,t._)`{}`]),d.messages&&a.push([u.message,typeof i==`function`?i(e):i]),d.verbose&&a.push([u.schema,c],[u.parentSchema,(0,t._)`${p}${m}`],[r.default.data,s]),f&&a.push([u.propertyName,f])}})),require_boolSchema=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.boolOrEmptySchema=e.topBoolOrEmptySchema=void 0;let t=require_errors(),n=require_codegen(),r=require_names(),i={message:`boolean schema is false`};function a(e){let{gen:t,schema:i,validateName:a}=e;i===!1?s(e,!1):typeof i==`object`&&i.$async===!0?t.return(r.default.data):(t.assign((0,n._)`${a}.errors`,null),t.return(!0))}e.topBoolOrEmptySchema=a;function o(e,t){let{gen:n,schema:r}=e;r===!1?(n.var(t,!1),s(e)):n.var(t,!0)}e.boolOrEmptySchema=o;function s(e,n){let{gen:r,data:a}=e,o={gen:r,keyword:`false schema`,data:a,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,t.reportError)(o,i,void 0,n)}})),require_rules=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getRules=e.isJSONType=void 0;let t=new Set([`string`,`number`,`integer`,`boolean`,`null`,`object`,`array`]);function n(e){return typeof e==`string`&&t.has(e)}e.isJSONType=n;function r(){let e={number:{type:`number`,rules:[]},string:{type:`string`,rules:[]},array:{type:`array`,rules:[]},object:{type:`object`,rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}e.getRules=r})),require_applicability=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.shouldUseRule=e.shouldUseGroup=e.schemaHasRulesForType=void 0;function t({schema:e,self:t},r){let i=t.RULES.types[r];return i&&i!==!0&&n(e,i)}e.schemaHasRulesForType=t;function n(e,t){return t.rules.some(t=>r(e,t))}e.shouldUseGroup=n;function r(e,t){return e[t.keyword]!==void 0||t.definition.implements?.some(t=>e[t]!==void 0)}e.shouldUseRule=r})),require_dataType=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.reportTypeError=e.checkDataTypes=e.checkDataType=e.coerceAndCheckDataType=e.getJSONTypes=e.getSchemaTypes=e.DataType=void 0;let t=require_rules(),n=require_applicability(),r=require_errors(),i=require_codegen(),a=require_util();var o;(function(e){e[e.Correct=0]=`Correct`,e[e.Wrong=1]=`Wrong`})(o||(e.DataType=o={}));function s(e){let t=c(e.type);if(t.includes(`null`)){if(e.nullable===!1)throw Error(`type: null contradicts nullable: false`)}else{if(!t.length&&e.nullable!==void 0)throw Error(`"nullable" cannot be used without "type"`);e.nullable===!0&&t.push(`null`)}return t}e.getSchemaTypes=s;function c(e){let n=Array.isArray(e)?e:e?[e]:[];if(n.every(t.isJSONType))return n;throw Error(`type must be JSONType or JSONType[]: `+n.join(`,`))}e.getJSONTypes=c;function l(e,t){let{gen:r,data:i,opts:a}=e,s=d(t,a.coerceTypes),c=t.length>0&&!(s.length===0&&t.length===1&&(0,n.schemaHasRulesForType)(e,t[0]));if(c){let n=h(t,i,a.strictNumbers,o.Wrong);r.if(n,()=>{s.length?f(e,t,s):_(e)})}return c}e.coerceAndCheckDataType=l;let u=new Set([`string`,`number`,`integer`,`boolean`,`null`]);function d(e,t){return t?e.filter(e=>u.has(e)||t===`array`&&e===`array`):[]}function f(e,t,n){let{gen:r,data:a,opts:o}=e,s=r.let(`dataType`,(0,i._)`typeof ${a}`),c=r.let(`coerced`,(0,i._)`undefined`);o.coerceTypes===`array`&&r.if((0,i._)`${s} == 'object' && Array.isArray(${a}) && ${a}.length == 1`,()=>r.assign(a,(0,i._)`${a}[0]`).assign(s,(0,i._)`typeof ${a}`).if(h(t,a,o.strictNumbers),()=>r.assign(c,a))),r.if((0,i._)`${c} !== undefined`);for(let e of n)(u.has(e)||e===`array`&&o.coerceTypes===`array`)&&l(e);r.else(),_(e),r.endIf(),r.if((0,i._)`${c} !== undefined`,()=>{r.assign(a,c),p(e,c)});function l(e){switch(e){case`string`:r.elseIf((0,i._)`${s} == "number" || ${s} == "boolean"`).assign(c,(0,i._)`"" + ${a}`).elseIf((0,i._)`${a} === null`).assign(c,(0,i._)`""`);return;case`number`:r.elseIf((0,i._)`${s} == "boolean" || ${a} === null
5
+ || (${s} == "string" && ${a} && ${a} == +${a})`).assign(c,(0,i._)`+${a}`);return;case`integer`:r.elseIf((0,i._)`${s} === "boolean" || ${a} === null
6
+ || (${s} === "string" && ${a} && ${a} == +${a} && !(${a} % 1))`).assign(c,(0,i._)`+${a}`);return;case`boolean`:r.elseIf((0,i._)`${a} === "false" || ${a} === 0 || ${a} === null`).assign(c,!1).elseIf((0,i._)`${a} === "true" || ${a} === 1`).assign(c,!0);return;case`null`:r.elseIf((0,i._)`${a} === "" || ${a} === 0 || ${a} === false`),r.assign(c,null);return;case`array`:r.elseIf((0,i._)`${s} === "string" || ${s} === "number"
7
+ || ${s} === "boolean" || ${a} === null`).assign(c,(0,i._)`[${a}]`)}}}function p({gen:e,parentData:t,parentDataProperty:n},r){e.if((0,i._)`${t} !== undefined`,()=>e.assign((0,i._)`${t}[${n}]`,r))}function m(e,t,n,r=o.Correct){let a=r===o.Correct?i.operators.EQ:i.operators.NEQ,s;switch(e){case`null`:return(0,i._)`${t} ${a} null`;case`array`:s=(0,i._)`Array.isArray(${t})`;break;case`object`:s=(0,i._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case`integer`:s=c((0,i._)`!(${t} % 1) && !isNaN(${t})`);break;case`number`:s=c();break;default:return(0,i._)`typeof ${t} ${a} ${e}`}return r===o.Correct?s:(0,i.not)(s);function c(e=i.nil){return(0,i.and)((0,i._)`typeof ${t} == "number"`,e,n?(0,i._)`isFinite(${t})`:i.nil)}}e.checkDataType=m;function h(e,t,n,r){if(e.length===1)return m(e[0],t,n,r);let o,s=(0,a.toHash)(e);if(s.array&&s.object){let e=(0,i._)`typeof ${t} != "object"`;o=s.null?e:(0,i._)`!${t} || ${e}`,delete s.null,delete s.array,delete s.object}else o=i.nil;s.number&&delete s.integer;for(let e in s)o=(0,i.and)(o,m(e,t,n,r));return o}e.checkDataTypes=h;let g={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e==`string`?(0,i._)`{type: ${e}}`:(0,i._)`{type: ${t}}`};function _(e){let t=v(e);(0,r.reportError)(t,g)}e.reportTypeError=_;function v(e){let{gen:t,data:n,schema:r}=e,i=(0,a.schemaRefOrVal)(e,r,`type`);return{gen:t,keyword:`type`,data:n,schema:r.type,schemaCode:i,schemaValue:i,parentSchema:r,params:{},it:e}}})),require_defaults=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.assignDefaults=void 0;let t=require_codegen(),n=require_util();function r(e,t){let{properties:n,items:r}=e.schema;if(t===`object`&&n)for(let t in n)i(e,t,n[t].default);else t===`array`&&Array.isArray(r)&&r.forEach((t,n)=>i(e,n,t.default))}e.assignDefaults=r;function i(e,r,i){let{gen:a,compositeRule:o,data:s,opts:c}=e;if(i===void 0)return;let l=(0,t._)`${s}${(0,t.getProperty)(r)}`;if(o){(0,n.checkStrictMode)(e,`default is ignored for: ${l}`);return}let u=(0,t._)`${l} === undefined`;c.useDefaults===`empty`&&(u=(0,t._)`${u} || ${l} === null || ${l} === ""`),a.if(u,(0,t._)`${l} = ${(0,t.stringify)(i)}`)}})),require_code=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.validateUnion=e.validateArray=e.usePattern=e.callValidateCode=e.schemaProperties=e.allSchemaProperties=e.noPropertyInData=e.propertyInData=e.isOwnProperty=e.hasPropFunc=e.reportMissingProp=e.checkMissingProp=e.checkReportMissingProp=void 0;let t=require_codegen(),n=require_util(),r=require_names(),i=require_util();function a(e,n){let{gen:r,data:i,it:a}=e;r.if(d(r,i,n,a.opts.ownProperties),()=>{e.setParams({missingProperty:(0,t._)`${n}`},!0),e.error()})}e.checkReportMissingProp=a;function o({gen:e,data:n,it:{opts:r}},i,a){return(0,t.or)(...i.map(i=>(0,t.and)(d(e,n,i,r.ownProperties),(0,t._)`${a} = ${i}`)))}e.checkMissingProp=o;function s(e,t){e.setParams({missingProperty:t},!0),e.error()}e.reportMissingProp=s;function c(e){return e.scopeValue(`func`,{ref:Object.prototype.hasOwnProperty,code:(0,t._)`Object.prototype.hasOwnProperty`})}e.hasPropFunc=c;function l(e,n,r){return(0,t._)`${c(e)}.call(${n}, ${r})`}e.isOwnProperty=l;function u(e,n,r,i){let a=(0,t._)`${n}${(0,t.getProperty)(r)} !== undefined`;return i?(0,t._)`${a} && ${l(e,n,r)}`:a}e.propertyInData=u;function d(e,n,r,i){let a=(0,t._)`${n}${(0,t.getProperty)(r)} === undefined`;return i?(0,t.or)(a,(0,t.not)(l(e,n,r))):a}e.noPropertyInData=d;function f(e){return e?Object.keys(e).filter(e=>e!==`__proto__`):[]}e.allSchemaProperties=f;function p(e,t){return f(t).filter(r=>!(0,n.alwaysValidSchema)(e,t[r]))}e.schemaProperties=p;function m({schemaCode:e,data:n,it:{gen:i,topSchemaRef:a,schemaPath:o,errorPath:s},it:c},l,u,d){let f=d?(0,t._)`${e}, ${n}, ${a}${o}`:n,p=[[r.default.instancePath,(0,t.strConcat)(r.default.instancePath,s)],[r.default.parentData,c.parentData],[r.default.parentDataProperty,c.parentDataProperty],[r.default.rootData,r.default.rootData]];c.opts.dynamicRef&&p.push([r.default.dynamicAnchors,r.default.dynamicAnchors]);let m=(0,t._)`${f}, ${i.object(...p)}`;return u===t.nil?(0,t._)`${l}(${m})`:(0,t._)`${l}.call(${u}, ${m})`}e.callValidateCode=m;let h=(0,t._)`new RegExp`;function g({gen:e,it:{opts:n}},r){let a=n.unicodeRegExp?`u`:``,{regExp:o}=n.code,s=o(r,a);return e.scopeValue(`pattern`,{key:s.toString(),ref:s,code:(0,t._)`${o.code===`new RegExp`?h:(0,i.useFunc)(e,o)}(${r}, ${a})`})}e.usePattern=g;function _(e){let{gen:r,data:i,keyword:a,it:o}=e,s=r.name(`valid`);if(o.allErrors){let e=r.let(`valid`,!0);return c(()=>r.assign(e,!1)),e}return r.var(s,!0),c(()=>r.break()),s;function c(o){let c=r.const(`len`,(0,t._)`${i}.length`);r.forRange(`i`,0,c,i=>{e.subschema({keyword:a,dataProp:i,dataPropType:n.Type.Num},s),r.if((0,t.not)(s),o)})}}e.validateArray=_;function v(e){let{gen:r,schema:i,keyword:a,it:o}=e;if(!Array.isArray(i))throw Error(`ajv implementation error`);if(i.some(e=>(0,n.alwaysValidSchema)(o,e))&&!o.opts.unevaluated)return;let s=r.let(`valid`,!1),c=r.name(`_valid`);r.block(()=>i.forEach((n,i)=>{let o=e.subschema({keyword:a,schemaProp:i,compositeRule:!0},c);r.assign(s,(0,t._)`${s} || ${c}`),e.mergeValidEvaluated(o,c)||r.if((0,t.not)(s))})),e.result(s,()=>e.reset(),()=>e.error(!0))}e.validateUnion=v})),require_keyword=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.validateKeywordUsage=e.validSchemaType=e.funcKeywordCode=e.macroKeywordCode=void 0;let t=require_codegen(),n=require_names(),r=require_code(),i=require_errors();function a(e,n){let{gen:r,keyword:i,schema:a,parentSchema:o,it:s}=e,c=n.macro.call(s.self,a,o,s),l=u(r,i,c);s.opts.validateSchema!==!1&&s.self.validateSchema(c,!0);let d=r.name(`valid`);e.subschema({schema:c,schemaPath:t.nil,errSchemaPath:`${s.errSchemaPath}/${i}`,topSchemaRef:l,compositeRule:!0},d),e.pass(d,()=>e.error(!0))}e.macroKeywordCode=a;function o(e,i){let{gen:a,keyword:o,schema:d,parentSchema:f,$data:p,it:m}=e;l(m,i);let h=u(a,o,!p&&i.compile?i.compile.call(m.self,d,f,m):i.validate),g=a.let(`valid`);e.block$data(g,_),e.ok(i.valid??g);function _(){if(i.errors===!1)b(),i.modifying&&s(e),x(()=>e.error());else{let t=i.async?v():y();i.modifying&&s(e),x(()=>c(e,t))}}function v(){let e=a.let(`ruleErrs`,null);return a.try(()=>b((0,t._)`await `),n=>a.assign(g,!1).if((0,t._)`${n} instanceof ${m.ValidationError}`,()=>a.assign(e,(0,t._)`${n}.errors`),()=>a.throw(n))),e}function y(){let e=(0,t._)`${h}.errors`;return a.assign(e,null),b(t.nil),e}function b(o=i.async?(0,t._)`await `:t.nil){let s=m.opts.passContext?n.default.this:n.default.self,c=!(`compile`in i&&!p||i.schema===!1);a.assign(g,(0,t._)`${o}${(0,r.callValidateCode)(e,h,s,c)}`,i.modifying)}function x(e){a.if((0,t.not)(i.valid??g),e)}}e.funcKeywordCode=o;function s(e){let{gen:n,data:r,it:i}=e;n.if(i.parentData,()=>n.assign(r,(0,t._)`${i.parentData}[${i.parentDataProperty}]`))}function c(e,r){let{gen:a}=e;a.if((0,t._)`Array.isArray(${r})`,()=>{a.assign(n.default.vErrors,(0,t._)`${n.default.vErrors} === null ? ${r} : ${n.default.vErrors}.concat(${r})`).assign(n.default.errors,(0,t._)`${n.default.vErrors}.length`),(0,i.extendErrors)(e)},()=>e.error())}function l({schemaEnv:e},t){if(t.async&&!e.$async)throw Error(`async keyword in sync schema`)}function u(e,n,r){if(r===void 0)throw Error(`keyword "${n}" failed to compile`);return e.scopeValue(`keyword`,typeof r==`function`?{ref:r}:{ref:r,code:(0,t.stringify)(r)})}function d(e,t,n=!1){return!t.length||t.some(t=>t===`array`?Array.isArray(e):t===`object`?e&&typeof e==`object`&&!Array.isArray(e):typeof e==t||n&&e===void 0)}e.validSchemaType=d;function f({schema:e,opts:t,self:n,errSchemaPath:r},i,a){if(Array.isArray(i.keyword)?!i.keyword.includes(a):i.keyword!==a)throw Error(`ajv implementation error`);let o=i.dependencies;if(o?.some(t=>!Object.prototype.hasOwnProperty.call(e,t)))throw Error(`parent schema must have dependencies of ${a}: ${o.join(`,`)}`);if(i.validateSchema&&!i.validateSchema(e[a])){let e=`keyword "${a}" value is invalid at path "${r}": `+n.errorsText(i.validateSchema.errors);if(t.validateSchema===`log`)n.logger.error(e);else throw Error(e)}}e.validateKeywordUsage=f})),require_subschema=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.extendSubschemaMode=e.extendSubschemaData=e.getSubschema=void 0;let t=require_codegen(),n=require_util();function r(e,{keyword:r,schemaProp:i,schema:a,schemaPath:o,errSchemaPath:s,topSchemaRef:c}){if(r!==void 0&&a!==void 0)throw Error(`both "keyword" and "schema" passed, only one allowed`);if(r!==void 0){let a=e.schema[r];return i===void 0?{schema:a,schemaPath:(0,t._)`${e.schemaPath}${(0,t.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${r}`}:{schema:a[i],schemaPath:(0,t._)`${e.schemaPath}${(0,t.getProperty)(r)}${(0,t.getProperty)(i)}`,errSchemaPath:`${e.errSchemaPath}/${r}/${(0,n.escapeFragment)(i)}`}}if(a!==void 0){if(o===void 0||s===void 0||c===void 0)throw Error(`"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"`);return{schema:a,schemaPath:o,topSchemaRef:c,errSchemaPath:s}}throw Error(`either "keyword" or "schema" must be passed`)}e.getSubschema=r;function i(e,r,{dataProp:i,dataPropType:a,data:o,dataTypes:s,propertyName:c}){if(o!==void 0&&i!==void 0)throw Error(`both "data" and "dataProp" passed, only one allowed`);let{gen:l}=r;if(i!==void 0){let{errorPath:o,dataPathArr:s,opts:c}=r;u(l.let(`data`,(0,t._)`${r.data}${(0,t.getProperty)(i)}`,!0)),e.errorPath=(0,t.str)`${o}${(0,n.getErrorPath)(i,a,c.jsPropertySyntax)}`,e.parentDataProperty=(0,t._)`${i}`,e.dataPathArr=[...s,e.parentDataProperty]}o!==void 0&&(u(o instanceof t.Name?o:l.let(`data`,o,!0)),c!==void 0&&(e.propertyName=c)),s&&(e.dataTypes=s);function u(t){e.data=t,e.dataLevel=r.dataLevel+1,e.dataTypes=[],r.definedProperties=new Set,e.parentData=r.data,e.dataNames=[...r.dataNames,t]}}e.extendSubschemaData=i;function a(e,{jtdDiscriminator:t,jtdMetadata:n,compositeRule:r,createErrors:i,allErrors:a}){r!==void 0&&(e.compositeRule=r),i!==void 0&&(e.createErrors=i),a!==void 0&&(e.allErrors=a),e.jtdDiscriminator=t,e.jtdMetadata=n}e.extendSubschemaMode=a})),require_fast_deep_equal=__commonJSMin(((e,t)=>{t.exports=function e(t,n){if(t===n)return!0;if(t&&n&&typeof t==`object`&&typeof n==`object`){if(t.constructor!==n.constructor)return!1;var r,i,a;if(Array.isArray(t)){if(r=t.length,r!=n.length)return!1;for(i=r;i--!==0;)if(!e(t[i],n[i]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if(a=Object.keys(t),r=a.length,r!==Object.keys(n).length)return!1;for(i=r;i--!==0;)if(!Object.prototype.hasOwnProperty.call(n,a[i]))return!1;for(i=r;i--!==0;){var o=a[i];if(!e(t[o],n[o]))return!1}return!0}return t!==t&&n!==n}})),require_json_schema_traverse=__commonJSMin(((e,t)=>{var n=t.exports=function(e,t,n){typeof t==`function`&&(n=t,t={}),n=t.cb||n;var i=typeof n==`function`?n:n.pre||function(){},a=n.post||function(){};r(t,i,a,e,``,e)};n.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0},n.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0},n.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0},n.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function r(e,t,a,o,s,c,l,u,d,f){if(o&&typeof o==`object`&&!Array.isArray(o)){for(var p in t(o,s,c,l,u,d,f),o){var m=o[p];if(Array.isArray(m)){if(p in n.arrayKeywords)for(var h=0;h<m.length;h++)r(e,t,a,m[h],s+`/`+p+`/`+h,c,s,p,o,h)}else if(p in n.propsKeywords){if(m&&typeof m==`object`)for(var g in m)r(e,t,a,m[g],s+`/`+p+`/`+i(g),c,s,p,o,g)}else (p in n.keywords||e.allKeys&&!(p in n.skipKeywords))&&r(e,t,a,m,s+`/`+p,c,s,p,o)}a(o,s,c,l,u,d,f)}}function i(e){return e.replace(/~/g,`~0`).replace(/\//g,`~1`)}})),require_resolve=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getSchemaRefs=e.resolveUrl=e.normalizeId=e._getFullPath=e.getFullPath=e.inlineRef=void 0;let t=require_util(),n=require_fast_deep_equal(),r=require_json_schema_traverse(),i=new Set([`type`,`format`,`pattern`,`maxLength`,`minLength`,`maxProperties`,`minProperties`,`maxItems`,`minItems`,`maximum`,`minimum`,`uniqueItems`,`multipleOf`,`required`,`enum`,`const`]);function a(e,t=!0){return typeof e==`boolean`?!0:t===!0?!s(e):t?c(e)<=t:!1}e.inlineRef=a;let o=new Set([`$ref`,`$recursiveRef`,`$recursiveAnchor`,`$dynamicRef`,`$dynamicAnchor`]);function s(e){for(let t in e){if(o.has(t))return!0;let n=e[t];if(Array.isArray(n)&&n.some(s)||typeof n==`object`&&s(n))return!0}return!1}function c(e){let n=0;for(let r in e)if(r===`$ref`||(n++,!i.has(r)&&(typeof e[r]==`object`&&(0,t.eachItem)(e[r],e=>n+=c(e)),n===1/0)))return 1/0;return n}function l(e,t=``,n){return n!==!1&&(t=f(t)),u(e,e.parse(t))}e.getFullPath=l;function u(e,t){return e.serialize(t).split(`#`)[0]+`#`}e._getFullPath=u;let d=/#\/?$/;function f(e){return e?e.replace(d,``):``}e.normalizeId=f;function p(e,t,n){return n=f(n),e.resolve(t,n)}e.resolveUrl=p;let m=/^[a-z_][-a-z0-9._]*$/i;function h(e,t){if(typeof e==`boolean`)return{};let{schemaId:i,uriResolver:a}=this.opts,o=f(e[i]||t),s={"":o},c=l(a,o,!1),u={},d=new Set;return r(e,{allKeys:!0},(e,t,n,r)=>{if(r===void 0)return;let a=c+t,o=s[r];typeof e[i]==`string`&&(o=l.call(this,e[i])),g.call(this,e.$anchor),g.call(this,e.$dynamicAnchor),s[t]=o;function l(t){let n=this.opts.uriResolver.resolve;if(t=f(o?n(o,t):t),d.has(t))throw h(t);d.add(t);let r=this.refs[t];return typeof r==`string`&&(r=this.refs[r]),typeof r==`object`?p(e,r.schema,t):t!==f(a)&&(t[0]===`#`?(p(e,u[t],t),u[t]=e):this.refs[t]=a),t}function g(e){if(typeof e==`string`){if(!m.test(e))throw Error(`invalid anchor "${e}"`);l.call(this,`#${e}`)}}}),u;function p(e,t,r){if(t!==void 0&&!n(e,t))throw h(r)}function h(e){return Error(`reference "${e}" resolves to more than one schema`)}}e.getSchemaRefs=h})),require_validate=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.getData=e.KeywordCxt=e.validateFunctionCode=void 0;let t=require_boolSchema(),n=require_dataType(),r=require_applicability(),i=require_dataType(),a=require_defaults(),o=require_keyword(),s=require_subschema(),c=require_codegen(),l=require_names(),u=require_resolve(),d=require_util(),f=require_errors();function p(e){if(S(e)&&(w(e),x(e))){_(e);return}m(e,()=>(0,t.topBoolOrEmptySchema)(e))}e.validateFunctionCode=p;function m({gen:e,validateName:t,schema:n,schemaEnv:r,opts:i},a){i.code.es5?e.func(t,(0,c._)`${l.default.data}, ${l.default.valCxt}`,r.$async,()=>{e.code((0,c._)`"use strict"; ${y(n,i)}`),g(e,i),e.code(a)}):e.func(t,(0,c._)`${l.default.data}, ${h(i)}`,r.$async,()=>e.code(y(n,i)).code(a))}function h(e){return(0,c._)`{${l.default.instancePath}="", ${l.default.parentData}, ${l.default.parentDataProperty}, ${l.default.rootData}=${l.default.data}${e.dynamicRef?(0,c._)`, ${l.default.dynamicAnchors}={}`:c.nil}}={}`}function g(e,t){e.if(l.default.valCxt,()=>{e.var(l.default.instancePath,(0,c._)`${l.default.valCxt}.${l.default.instancePath}`),e.var(l.default.parentData,(0,c._)`${l.default.valCxt}.${l.default.parentData}`),e.var(l.default.parentDataProperty,(0,c._)`${l.default.valCxt}.${l.default.parentDataProperty}`),e.var(l.default.rootData,(0,c._)`${l.default.valCxt}.${l.default.rootData}`),t.dynamicRef&&e.var(l.default.dynamicAnchors,(0,c._)`${l.default.valCxt}.${l.default.dynamicAnchors}`)},()=>{e.var(l.default.instancePath,(0,c._)`""`),e.var(l.default.parentData,(0,c._)`undefined`),e.var(l.default.parentDataProperty,(0,c._)`undefined`),e.var(l.default.rootData,l.default.data),t.dynamicRef&&e.var(l.default.dynamicAnchors,(0,c._)`{}`)})}function _(e){let{schema:t,opts:n,gen:r}=e;m(e,()=>{n.$comment&&t.$comment&&A(e),D(e),r.let(l.default.vErrors,null),r.let(l.default.errors,0),n.unevaluated&&v(e),T(e),j(e)})}function v(e){let{gen:t,validateName:n}=e;e.evaluated=t.const(`evaluated`,(0,c._)`${n}.evaluated`),t.if((0,c._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,c._)`${e.evaluated}.props`,(0,c._)`undefined`)),t.if((0,c._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,c._)`${e.evaluated}.items`,(0,c._)`undefined`))}function y(e,t){let n=typeof e==`object`&&e[t.schemaId];return n&&(t.code.source||t.code.process)?(0,c._)`/*# sourceURL=${n} */`:c.nil}function b(e,n){if(S(e)&&(w(e),x(e))){C(e,n);return}(0,t.boolOrEmptySchema)(e,n)}function x({schema:e,self:t}){if(typeof e==`boolean`)return!e;for(let n in e)if(t.RULES.all[n])return!0;return!1}function S(e){return typeof e.schema!=`boolean`}function C(e,t){let{schema:n,gen:r,opts:i}=e;i.$comment&&n.$comment&&A(e),O(e),k(e);let a=r.const(`_errs`,l.default.errors);T(e,a),r.var(t,(0,c._)`${a} === ${l.default.errors}`)}function w(e){(0,d.checkUnknownRules)(e),E(e)}function T(e,t){if(e.opts.jtd)return N(e,[],!1,t);let r=(0,n.getSchemaTypes)(e.schema);N(e,r,!(0,n.coerceAndCheckDataType)(e,r),t)}function E(e){let{schema:t,errSchemaPath:n,opts:r,self:i}=e;t.$ref&&r.ignoreKeywordsWithRef&&(0,d.schemaHasRulesButRef)(t,i.RULES)&&i.logger.warn(`$ref: keywords ignored in schema at path "${n}"`)}function D(e){let{schema:t,opts:n}=e;t.default!==void 0&&n.useDefaults&&n.strictSchema&&(0,d.checkStrictMode)(e,`default is ignored in the schema root`)}function O(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,u.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function k(e){if(e.schema.$async&&!e.schemaEnv.$async)throw Error(`async schema in sync schema`)}function A({gen:e,schemaEnv:t,schema:n,errSchemaPath:r,opts:i}){let a=n.$comment;if(i.$comment===!0)e.code((0,c._)`${l.default.self}.logger.log(${a})`);else if(typeof i.$comment==`function`){let n=(0,c.str)`${r}/$comment`,i=e.scopeValue(`root`,{ref:t.root});e.code((0,c._)`${l.default.self}.opts.$comment(${a}, ${n}, ${i}.schema)`)}}function j(e){let{gen:t,schemaEnv:n,validateName:r,ValidationError:i,opts:a}=e;n.$async?t.if((0,c._)`${l.default.errors} === 0`,()=>t.return(l.default.data),()=>t.throw((0,c._)`new ${i}(${l.default.vErrors})`)):(t.assign((0,c._)`${r}.errors`,l.default.vErrors),a.unevaluated&&M(e),t.return((0,c._)`${l.default.errors} === 0`))}function M({gen:e,evaluated:t,props:n,items:r}){n instanceof c.Name&&e.assign((0,c._)`${t}.props`,n),r instanceof c.Name&&e.assign((0,c._)`${t}.items`,r)}function N(e,t,n,a){let{gen:o,schema:s,data:u,allErrors:f,opts:p,self:m}=e,{RULES:h}=m;if(s.$ref&&(p.ignoreKeywordsWithRef||!(0,d.schemaHasRulesButRef)(s,h))){o.block(()=>W(e,`$ref`,h.all.$ref.definition));return}p.jtd||F(e,t),o.block(()=>{for(let e of h.rules)g(e);g(h.post)});function g(d){(0,r.shouldUseGroup)(s,d)&&(d.type?(o.if((0,i.checkDataType)(d.type,u,p.strictNumbers)),P(e,d),t.length===1&&t[0]===d.type&&n&&(o.else(),(0,i.reportTypeError)(e)),o.endIf()):P(e,d),f||o.if((0,c._)`${l.default.errors} === ${a||0}`))}}function P(e,t){let{gen:n,schema:i,opts:{useDefaults:o}}=e;o&&(0,a.assignDefaults)(e,t.type),n.block(()=>{for(let n of t.rules)(0,r.shouldUseRule)(i,n)&&W(e,n.keyword,n.definition,t.type)})}function F(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(I(e,t),e.opts.allowUnionTypes||L(e,t),R(e,e.dataTypes))}function I(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(t=>{B(e.dataTypes,t)||H(e,`type "${t}" not allowed by context "${e.dataTypes.join(`,`)}"`)}),V(e,t)}}function L(e,t){t.length>1&&!(t.length===2&&t.includes(`null`))&&H(e,`use allowUnionTypes to allow union type keyword`)}function R(e,t){let n=e.self.RULES.all;for(let i in n){let a=n[i];if(typeof a==`object`&&(0,r.shouldUseRule)(e.schema,a)){let{type:n}=a.definition;n.length&&!n.some(e=>z(t,e))&&H(e,`missing type "${n.join(`,`)}" for keyword "${i}"`)}}}function z(e,t){return e.includes(t)||t===`number`&&e.includes(`integer`)}function B(e,t){return e.includes(t)||t===`integer`&&e.includes(`number`)}function V(e,t){let n=[];for(let r of e.dataTypes)B(t,r)?n.push(r):t.includes(`integer`)&&r===`number`&&n.push(`integer`);e.dataTypes=n}function H(e,t){let n=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${n}" (strictTypes)`,(0,d.checkStrictMode)(e,t,e.opts.strictTypes)}var U=class{constructor(e,t,n){if((0,o.validateKeywordUsage)(e,t,n),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=n,this.data=e.data,this.schema=e.schema[n],this.$data=t.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,d.schemaRefOrVal)(e,this.schema,n,this.$data),this.schemaType=t.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=t,this.$data)this.schemaCode=e.gen.const(`vSchema`,q(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,o.validSchemaType)(this.schema,t.schemaType,t.allowUndefined))throw Error(`${n} value must be ${JSON.stringify(t.schemaType)}`);(`code`in t?t.trackErrors:t.errors!==!1)&&(this.errsCount=e.gen.const(`_errs`,l.default.errors))}result(e,t,n){this.failResult((0,c.not)(e),t,n)}failResult(e,t,n){this.gen.if(e),n?n():this.error(),t?(this.gen.else(),t(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,t){this.failResult((0,c.not)(e),void 0,t)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:t}=this;this.fail((0,c._)`${t} !== undefined && (${(0,c.or)(this.invalid$data(),e)})`)}error(e,t,n){if(t){this.setParams(t),this._error(e,n),this.setParams({});return}this._error(e,n)}_error(e,t){(e?f.reportExtraError:f.reportError)(this,this.def.error,t)}$dataError(){(0,f.reportError)(this,this.def.$dataError||f.keyword$DataError)}reset(){if(this.errsCount===void 0)throw Error(`add "trackErrors" to keyword definition`);(0,f.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,t){t?Object.assign(this.params,e):this.params=e}block$data(e,t,n=c.nil){this.gen.block(()=>{this.check$data(e,n),t()})}check$data(e=c.nil,t=c.nil){if(!this.$data)return;let{gen:n,schemaCode:r,schemaType:i,def:a}=this;n.if((0,c.or)((0,c._)`${r} === undefined`,t)),e!==c.nil&&n.assign(e,!0),(i.length||a.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),e!==c.nil&&n.assign(e,!1)),n.else()}invalid$data(){let{gen:e,schemaCode:t,schemaType:n,def:r,it:a}=this;return(0,c.or)(o(),s());function o(){if(n.length){if(!(t instanceof c.Name))throw Error(`ajv implementation error`);let e=Array.isArray(n)?n:[n];return(0,c._)`${(0,i.checkDataTypes)(e,t,a.opts.strictNumbers,i.DataType.Wrong)}`}return c.nil}function s(){if(r.validateSchema){let n=e.scopeValue(`validate$data`,{ref:r.validateSchema});return(0,c._)`!${n}(${t})`}return c.nil}}subschema(e,t){let n=(0,s.getSubschema)(this.it,e);(0,s.extendSubschemaData)(n,this.it,e),(0,s.extendSubschemaMode)(n,e);let r={...this.it,...n,items:void 0,props:void 0};return b(r,t),r}mergeEvaluated(e,t){let{it:n,gen:r}=this;n.opts.unevaluated&&(n.props!==!0&&e.props!==void 0&&(n.props=d.mergeEvaluated.props(r,e.props,n.props,t)),n.items!==!0&&e.items!==void 0&&(n.items=d.mergeEvaluated.items(r,e.items,n.items,t)))}mergeValidEvaluated(e,t){let{it:n,gen:r}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return r.if(t,()=>this.mergeEvaluated(e,c.Name)),!0}};e.KeywordCxt=U;function W(e,t,n,r){let i=new U(e,n,t);`code`in n?n.code(i,r):i.$data&&n.validate?(0,o.funcKeywordCode)(i,n):`macro`in n?(0,o.macroKeywordCode)(i,n):(n.compile||n.validate)&&(0,o.funcKeywordCode)(i,n)}let G=/^\/(?:[^~]|~0|~1)*$/,K=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function q(e,{dataLevel:t,dataNames:n,dataPathArr:r}){let i,a;if(e===``)return l.default.rootData;if(e[0]===`/`){if(!G.test(e))throw Error(`Invalid JSON-pointer: ${e}`);i=e,a=l.default.rootData}else{let o=K.exec(e);if(!o)throw Error(`Invalid JSON-pointer: ${e}`);let s=+o[1];if(i=o[2],i===`#`){if(s>=t)throw Error(u(`property/index`,s));return r[t-s]}if(s>t)throw Error(u(`data`,s));if(a=n[t-s],!i)return a}let o=a,s=i.split(`/`);for(let e of s)e&&(a=(0,c._)`${a}${(0,c.getProperty)((0,d.unescapeJsonPointer)(e))}`,o=(0,c._)`${o} && ${a}`);return o;function u(e,n){return`Cannot access ${e} ${n} levels up, current level is ${t}`}}e.getData=q})),require_validation_error=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});var t=class extends Error{constructor(e){super(`validation failed`),this.errors=e,this.ajv=this.validation=!0}};e.default=t})),require_ref_error=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_resolve();var n=class extends Error{constructor(e,n,r,i){super(i||`can't resolve reference ${r} from id ${n}`),this.missingRef=(0,t.resolveUrl)(e,n,r),this.missingSchema=(0,t.normalizeId)((0,t.getFullPath)(e,this.missingRef))}};e.default=n})),require_compile=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.resolveSchema=e.getCompilingSchema=e.resolveRef=e.compileSchema=e.SchemaEnv=void 0;let t=require_codegen(),n=require_validation_error(),r=require_names(),i=require_resolve(),a=require_util(),o=require_validate();var s=class{constructor(e){this.refs={},this.dynamicAnchors={};let t;typeof e.schema==`object`&&(t=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=e.baseId??(0,i.normalizeId)(t?.[e.schemaId||`$id`]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=t?.$async,this.refs={}}};e.SchemaEnv=s;function c(e){let a=d.call(this,e);if(a)return a;let s=(0,i.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:c,lines:l}=this.opts.code,{ownProperties:u}=this.opts,f=new t.CodeGen(this.scope,{es5:c,lines:l,ownProperties:u}),p;e.$async&&(p=f.scopeValue(`Error`,{ref:n.default,code:(0,t._)`require("ajv/dist/runtime/validation_error").default`}));let m=f.scopeName(`validate`);e.validateName=m;let h={gen:f,allErrors:this.opts.allErrors,data:r.default.data,parentData:r.default.parentData,parentDataProperty:r.default.parentDataProperty,dataNames:[r.default.data],dataPathArr:[t.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:f.scopeValue(`schema`,this.opts.code.source===!0?{ref:e.schema,code:(0,t.stringify)(e.schema)}:{ref:e.schema}),validateName:m,ValidationError:p,schema:e.schema,schemaEnv:e,rootId:s,baseId:e.baseId||s,schemaPath:t.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?``:`#`),errorPath:(0,t._)`""`,opts:this.opts,self:this},g;try{this._compilations.add(e),(0,o.validateFunctionCode)(h),f.optimize(this.opts.code.optimize);let n=f.toString();g=`${f.scopeRefs(r.default.scope)}return ${n}`,this.opts.code.process&&(g=this.opts.code.process(g,e));let i=Function(`${r.default.self}`,`${r.default.scope}`,g)(this,this.scope.get());if(this.scope.value(m,{ref:i}),i.errors=null,i.schema=e.schema,i.schemaEnv=e,e.$async&&(i.$async=!0),this.opts.code.source===!0&&(i.source={validateName:m,validateCode:n,scopeValues:f._values}),this.opts.unevaluated){let{props:e,items:n}=h;i.evaluated={props:e instanceof t.Name?void 0:e,items:n instanceof t.Name?void 0:n,dynamicProps:e instanceof t.Name,dynamicItems:n instanceof t.Name},i.source&&(i.source.evaluated=(0,t.stringify)(i.evaluated))}return e.validate=i,e}catch(t){throw delete e.validate,delete e.validateName,g&&this.logger.error(`Error compiling schema, function code:`,g),t}finally{this._compilations.delete(e)}}e.compileSchema=c;function l(e,t,n){n=(0,i.resolveUrl)(this.opts.uriResolver,t,n);let r=e.refs[n];if(r)return r;let a=p.call(this,e,n);if(a===void 0){let r=e.localRefs?.[n],{schemaId:i}=this.opts;r&&(a=new s({schema:r,schemaId:i,root:e,baseId:t}))}if(a!==void 0)return e.refs[n]=u.call(this,a)}e.resolveRef=l;function u(e){return(0,i.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:c.call(this,e)}function d(e){for(let t of this._compilations)if(f(t,e))return t}e.getCompilingSchema=d;function f(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function p(e,t){let n;for(;typeof(n=this.refs[t])==`string`;)t=n;return n||this.schemas[t]||m.call(this,e,t)}function m(e,t){let n=this.opts.uriResolver.parse(t),r=(0,i._getFullPath)(this.opts.uriResolver,n),a=(0,i.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&r===a)return g.call(this,n,e);let o=(0,i.normalizeId)(r),l=this.refs[o]||this.schemas[o];if(typeof l==`string`){let t=m.call(this,e,l);return typeof t?.schema==`object`?g.call(this,n,t):void 0}if(typeof l?.schema==`object`){if(l.validate||c.call(this,l),o===(0,i.normalizeId)(t)){let{schema:t}=l,{schemaId:n}=this.opts,r=t[n];return r&&(a=(0,i.resolveUrl)(this.opts.uriResolver,a,r)),new s({schema:t,schemaId:n,root:e,baseId:a})}return g.call(this,n,l)}}e.resolveSchema=m;let h=new Set([`properties`,`patternProperties`,`enum`,`dependencies`,`definitions`]);function g(e,{baseId:t,schema:n,root:r}){if(e.fragment?.[0]!==`/`)return;for(let r of e.fragment.slice(1).split(`/`)){if(typeof n==`boolean`)return;let e=n[(0,a.unescapeFragment)(r)];if(e===void 0)return;n=e;let o=typeof n==`object`&&n[this.opts.schemaId];!h.has(r)&&o&&(t=(0,i.resolveUrl)(this.opts.uriResolver,t,o))}let o;if(typeof n!=`boolean`&&n.$ref&&!(0,a.schemaHasRulesButRef)(n,this.RULES)){let e=(0,i.resolveUrl)(this.opts.uriResolver,t,n.$ref);o=m.call(this,r,e)}let{schemaId:c}=this.opts;if(o||=new s({schema:n,schemaId:c,root:r,baseId:t}),o.schema!==o.root.schema)return o}})),require_data=__commonJSMin(((e,t)=>{t.exports={$id:`https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#`,description:`Meta-schema for $data reference (JSON AnySchema extension proposal)`,type:`object`,required:[`$data`],properties:{$data:{type:`string`,anyOf:[{format:`relative-json-pointer`},{format:`json-pointer`}]}},additionalProperties:!1}})),require_utils=__commonJSMin(((e,t)=>{let n=RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu),r=RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);function i(e){let t=``,n=0,r=0;for(r=0;r<e.length;r++)if(n=e[r].charCodeAt(0),n!==48){if(!(n>=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return``;t+=e[r];break}for(r+=1;r<e.length;r++){if(n=e[r].charCodeAt(0),!(n>=48&&n<=57||n>=65&&n<=70||n>=97&&n<=102))return``;t+=e[r]}return t}let a=RegExp.prototype.test.bind(/[^!"$&'()*+,\-.;=_`a-z{}~]/u);function o(e){return e.length=0,!0}function s(e,t,n){if(e.length){let r=i(e);if(r!==``)t.push(r);else return n.error=!0,!1;e.length=0}return!0}function c(e){let t=0,n={error:!1,address:``,zone:``},r=[],a=[],c=!1,l=!1,u=s;for(let i=0;i<e.length;i++){let s=e[i];if(!(s===`[`||s===`]`))if(s===`:`){if(c===!0&&(l=!0),!u(a,r,n))break;if(++t>7){n.error=!0;break}i>0&&e[i-1]===`:`&&(c=!0),r.push(`:`);continue}else if(s===`%`){if(!u(a,r,n))break;u=o}else{a.push(s);continue}}return a.length&&(u===o?n.zone=a.join(``):l?r.push(a.join(``)):r.push(i(a))),n.address=r.join(``),n}function l(e){if(u(e,`:`)<2)return{host:e,isIPV6:!1};let t=c(e);if(t.error)return{host:e,isIPV6:!1};{let e=t.address,n=t.address;return t.zone&&(e+=`%`+t.zone,n+=`%25`+t.zone),{host:e,isIPV6:!0,escapedHost:n}}}function u(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n}function d(e){let t=e,n=[],r=-1,i=0;for(;i=t.length;){if(i===1){if(t===`.`)break;if(t===`/`){n.push(`/`);break}else{n.push(t);break}}else if(i===2){if(t[0]===`.`){if(t[1]===`.`)break;if(t[1]===`/`){t=t.slice(2);continue}}else if(t[0]===`/`&&(t[1]===`.`||t[1]===`/`)){n.push(`/`);break}}else if(i===3&&t===`/..`){n.length!==0&&n.pop(),n.push(`/`);break}if(t[0]===`.`){if(t[1]===`.`){if(t[2]===`/`){t=t.slice(3);continue}}else if(t[1]===`/`){t=t.slice(2);continue}}else if(t[0]===`/`&&t[1]===`.`){if(t[2]===`/`){t=t.slice(2);continue}else if(t[2]===`.`&&t[3]===`/`){t=t.slice(3),n.length!==0&&n.pop();continue}}if((r=t.indexOf(`/`,1))===-1){n.push(t);break}else n.push(t.slice(0,r)),t=t.slice(r)}return n.join(``)}function f(e,t){let n=t===!0?unescape:escape;return e.scheme!==void 0&&(e.scheme=n(e.scheme)),e.userinfo!==void 0&&(e.userinfo=n(e.userinfo)),e.host!==void 0&&(e.host=n(e.host)),e.path!==void 0&&(e.path=n(e.path)),e.query!==void 0&&(e.query=n(e.query)),e.fragment!==void 0&&(e.fragment=n(e.fragment)),e}function p(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push(`@`)),e.host!==void 0){let n=unescape(e.host);if(!r(n)){let t=l(n);n=t.isIPV6===!0?`[${t.escapedHost}]`:e.host}t.push(n)}return(typeof e.port==`number`||typeof e.port==`string`)&&(t.push(`:`),t.push(String(e.port))),t.length?t.join(``):void 0}t.exports={nonSimpleDomain:a,recomposeAuthority:p,normalizeComponentEncoding:f,removeDotSegments:d,isIPv4:r,isUUID:n,normalizeIPv6:l,stringArrayToHexStripped:i}})),require_schemes=__commonJSMin(((e,t)=>{let{isUUID:n}=require_utils(),r=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu,i=[`http`,`https`,`ws`,`wss`,`urn`,`urn:uuid`];function a(e){return i.indexOf(e)!==-1}function o(e){return e.secure===!0?!0:e.secure===!1?!1:e.scheme?e.scheme.length===3&&(e.scheme[0]===`w`||e.scheme[0]===`W`)&&(e.scheme[1]===`s`||e.scheme[1]===`S`)&&(e.scheme[2]===`s`||e.scheme[2]===`S`):!1}function s(e){return e.host||(e.error=e.error||`HTTP URIs must have a host.`),e}function c(e){let t=String(e.scheme).toLowerCase()===`https`;return(e.port===(t?443:80)||e.port===``)&&(e.port=void 0),e.path||=`/`,e}function l(e){return e.secure=o(e),e.resourceName=(e.path||`/`)+(e.query?`?`+e.query:``),e.path=void 0,e.query=void 0,e}function u(e){if((e.port===(o(e)?443:80)||e.port===``)&&(e.port=void 0),typeof e.secure==`boolean`&&(e.scheme=e.secure?`wss`:`ws`,e.secure=void 0),e.resourceName){let[t,n]=e.resourceName.split(`?`);e.path=t&&t!==`/`?t:void 0,e.query=n,e.resourceName=void 0}return e.fragment=void 0,e}function d(e,t){if(!e.path)return e.error=`URN can not be parsed`,e;let n=e.path.match(r);if(n){let r=t.scheme||e.scheme||`urn`;e.nid=n[1].toLowerCase(),e.nss=n[2];let i=S(`${r}:${t.nid||e.nid}`);e.path=void 0,i&&(e=i.parse(e,t))}else e.error=e.error||`URN can not be parsed.`;return e}function f(e,t){if(e.nid===void 0)throw Error(`URN without nid cannot be serialized`);let n=t.scheme||e.scheme||`urn`,r=e.nid.toLowerCase(),i=S(`${n}:${t.nid||r}`);i&&(e=i.serialize(e,t));let a=e,o=e.nss;return a.path=`${r||t.nid}:${o}`,t.skipEscape=!0,a}function p(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!n(r.uuid))&&(r.error=r.error||`UUID is not valid.`),r}function m(e){let t=e;return t.nss=(e.uuid||``).toLowerCase(),t}let h={scheme:`http`,domainHost:!0,parse:s,serialize:c},g={scheme:`https`,domainHost:h.domainHost,parse:s,serialize:c},_={scheme:`ws`,domainHost:!0,parse:l,serialize:u},v={scheme:`wss`,domainHost:_.domainHost,parse:_.parse,serialize:_.serialize},y={scheme:`urn`,parse:d,serialize:f,skipNormalize:!0},b={scheme:`urn:uuid`,parse:p,serialize:m,skipNormalize:!0},x={http:h,https:g,ws:_,wss:v,urn:y,"urn:uuid":b};Object.setPrototypeOf(x,null);function S(e){return e&&(x[e]||x[e.toLowerCase()])||void 0}t.exports={wsIsSecure:o,SCHEMES:x,isValidSchemeName:a,getSchemeHandler:S}})),require_fast_uri=__commonJSMin(((e,t)=>{let{normalizeIPv6:n,removeDotSegments:r,recomposeAuthority:i,normalizeComponentEncoding:a,isIPv4:o,nonSimpleDomain:s}=require_utils(),{SCHEMES:c,getSchemeHandler:l}=require_schemes();function u(e,t){return typeof e==`string`?e=m(g(e,t),t):typeof e==`object`&&(e=g(m(e,t),t)),e}function d(e,t,n){let r=n?Object.assign({scheme:`null`},n):{scheme:`null`},i=f(g(e,r),g(t,r),r,!0);return r.skipEscape=!0,m(i,r)}function f(e,t,n,i){let a={};return i||(e=g(m(e,n),n),t=g(m(t,n),n)),n||={},!n.tolerant&&t.scheme?(a.scheme=t.scheme,a.userinfo=t.userinfo,a.host=t.host,a.port=t.port,a.path=r(t.path||``),a.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(a.userinfo=t.userinfo,a.host=t.host,a.port=t.port,a.path=r(t.path||``),a.query=t.query):(t.path?(t.path[0]===`/`?a.path=r(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?a.path=`/`+t.path:e.path?a.path=e.path.slice(0,e.path.lastIndexOf(`/`)+1)+t.path:a.path=t.path,a.path=r(a.path)),a.query=t.query):(a.path=e.path,t.query===void 0?a.query=e.query:a.query=t.query),a.userinfo=e.userinfo,a.host=e.host,a.port=e.port),a.scheme=e.scheme),a.fragment=t.fragment,a}function p(e,t,n){return typeof e==`string`?(e=unescape(e),e=m(a(g(e,n),!0),{...n,skipEscape:!0})):typeof e==`object`&&(e=m(a(e,!0),{...n,skipEscape:!0})),typeof t==`string`?(t=unescape(t),t=m(a(g(t,n),!0),{...n,skipEscape:!0})):typeof t==`object`&&(t=m(a(t,!0),{...n,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function m(e,t){let n={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:``},a=Object.assign({},t),o=[],s=l(a.scheme||n.scheme);s&&s.serialize&&s.serialize(n,a),n.path!==void 0&&(a.skipEscape?n.path=unescape(n.path):(n.path=escape(n.path),n.scheme!==void 0&&(n.path=n.path.split(`%3A`).join(`:`)))),a.reference!==`suffix`&&n.scheme&&o.push(n.scheme,`:`);let c=i(n);if(c!==void 0&&(a.reference!==`suffix`&&o.push(`//`),o.push(c),n.path&&n.path[0]!==`/`&&o.push(`/`)),n.path!==void 0){let e=n.path;!a.absolutePath&&(!s||!s.absolutePath)&&(e=r(e)),c===void 0&&e[0]===`/`&&e[1]===`/`&&(e=`/%2F`+e.slice(2)),o.push(e)}return n.query!==void 0&&o.push(`?`,n.query),n.fragment!==void 0&&o.push(`#`,n.fragment),o.join(``)}let h=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function g(e,t){let r=Object.assign({},t),i={scheme:void 0,userinfo:void 0,host:``,port:void 0,path:``,query:void 0,fragment:void 0},a=!1;r.reference===`suffix`&&(e=r.scheme?r.scheme+`:`+e:`//`+e);let c=e.match(h);if(c){if(i.scheme=c[1],i.userinfo=c[3],i.host=c[4],i.port=parseInt(c[5],10),i.path=c[6]||``,i.query=c[7],i.fragment=c[8],isNaN(i.port)&&(i.port=c[5]),i.host)if(o(i.host)===!1){let e=n(i.host);i.host=e.host.toLowerCase(),a=e.isIPV6}else a=!0;i.scheme===void 0&&i.userinfo===void 0&&i.host===void 0&&i.port===void 0&&i.query===void 0&&!i.path?i.reference=`same-document`:i.scheme===void 0?i.reference=`relative`:i.fragment===void 0?i.reference=`absolute`:i.reference=`uri`,r.reference&&r.reference!==`suffix`&&r.reference!==i.reference&&(i.error=i.error||`URI is not a `+r.reference+` reference.`);let t=l(r.scheme||i.scheme);if(!r.unicodeSupport&&(!t||!t.unicodeSupport)&&i.host&&(r.domainHost||t&&t.domainHost)&&a===!1&&s(i.host))try{i.host=URL.domainToASCII(i.host.toLowerCase())}catch(e){i.error=i.error||`Host's domain name can not be converted to ASCII: `+e}(!t||t&&!t.skipNormalize)&&(e.indexOf(`%`)!==-1&&(i.scheme!==void 0&&(i.scheme=unescape(i.scheme)),i.host!==void 0&&(i.host=unescape(i.host))),i.path&&=escape(unescape(i.path)),i.fragment&&=encodeURI(decodeURIComponent(i.fragment))),t&&t.parse&&t.parse(i,r)}else i.error=i.error||`URI can not be parsed.`;return i}let _={SCHEMES:c,normalize:u,resolve:d,resolveComponent:f,equal:p,serialize:m,parse:g};t.exports=_,t.exports.default=_,t.exports.fastUri=_})),require_uri=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_fast_uri();t.code=`require("ajv/dist/runtime/uri").default`,e.default=t})),require_core$1=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=void 0;var t=require_validate();Object.defineProperty(e,`KeywordCxt`,{enumerable:!0,get:function(){return t.KeywordCxt}});var n=require_codegen();Object.defineProperty(e,`_`,{enumerable:!0,get:function(){return n._}}),Object.defineProperty(e,`str`,{enumerable:!0,get:function(){return n.str}}),Object.defineProperty(e,`stringify`,{enumerable:!0,get:function(){return n.stringify}}),Object.defineProperty(e,`nil`,{enumerable:!0,get:function(){return n.nil}}),Object.defineProperty(e,`Name`,{enumerable:!0,get:function(){return n.Name}}),Object.defineProperty(e,`CodeGen`,{enumerable:!0,get:function(){return n.CodeGen}});let r=require_validation_error(),i=require_ref_error(),a=require_rules(),o=require_compile(),s=require_codegen(),c=require_resolve(),l=require_dataType(),u=require_util(),d=require_data(),f=require_uri(),p=(e,t)=>new RegExp(e,t);p.code=`new RegExp`;let m=[`removeAdditional`,`useDefaults`,`coerceTypes`],h=new Set([`validate`,`serialize`,`parse`,`wrapper`,`root`,`schema`,`keyword`,`pattern`,`formats`,`validate$data`,`func`,`obj`,`Error`]),g={errorDataPath:``,format:"`validateFormats: false` can be used instead.",nullable:`"nullable" keyword is supported by default.`,jsonPointers:`Deprecated jsPropertySyntax can be used instead.`,extendRefs:`Deprecated ignoreKeywordsWithRef can be used instead.`,missingRefs:`Pass empty schema with $id that should be ignored to ajv.addSchema.`,processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:`"uniqueItems" keyword is always validated.`,unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:`Map is used as cache, schema object as key.`,serialize:`Map is used as cache, schema object as key.`,ajvErrors:`It is default now.`},_={ignoreKeywordsWithRef:``,jsPropertySyntax:``,unicode:`"minLength"/"maxLength" account for unicode characters by default.`};function v(e){let t=e.strict,n=e.code?.optimize,r=n===!0||n===void 0?1:n||0,i=e.code?.regExp??p,a=e.uriResolver??f.default;return{strictSchema:e.strictSchema??t??!0,strictNumbers:e.strictNumbers??t??!0,strictTypes:e.strictTypes??t??`log`,strictTuples:e.strictTuples??t??`log`,strictRequired:e.strictRequired??t??!1,code:e.code?{...e.code,optimize:r,regExp:i}:{optimize:r,regExp:i},loopRequired:e.loopRequired??200,loopEnum:e.loopEnum??200,meta:e.meta??!0,messages:e.messages??!0,inlineRefs:e.inlineRefs??!0,schemaId:e.schemaId??`$id`,addUsedSchema:e.addUsedSchema??!0,validateSchema:e.validateSchema??!0,validateFormats:e.validateFormats??!0,unicodeRegExp:e.unicodeRegExp??!0,int32range:e.int32range??!0,uriResolver:a}}var y=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...v(e)};let{es5:t,lines:n}=this.opts.code;this.scope=new s.ValueScope({scope:{},prefixes:h,es5:t,lines:n}),this.logger=D(e.logger);let r=e.validateFormats;e.validateFormats=!1,this.RULES=(0,a.getRules)(),b.call(this,g,e,`NOT SUPPORTED`),b.call(this,_,e,`DEPRECATED`,`warn`),this._metaOpts=T.call(this),e.formats&&C.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&w.call(this,e.keywords),typeof e.meta==`object`&&this.addMetaSchema(e.meta),S.call(this),e.validateFormats=r}_addVocabularies(){this.addKeyword(`$async`)}_addDefaultMetaSchema(){let{$data:e,meta:t,schemaId:n}=this.opts,r=d;n===`id`&&(r={...d},r.id=r.$id,delete r.$id),t&&e&&this.addMetaSchema(r,r[n],!1)}defaultMeta(){let{meta:e,schemaId:t}=this.opts;return this.opts.defaultMeta=typeof e==`object`?e[t]||e:void 0}validate(e,t){let n;if(typeof e==`string`){if(n=this.getSchema(e),!n)throw Error(`no schema with key or ref "${e}"`)}else n=this.compile(e);let r=n(t);return`$async`in n||(this.errors=n.errors),r}compile(e,t){let n=this._addSchema(e,t);return n.validate||this._compileSchemaEnv(n)}compileAsync(e,t){if(typeof this.opts.loadSchema!=`function`)throw Error(`options.loadSchema should be a function`);let{loadSchema:n}=this.opts;return r.call(this,e,t);async function r(e,t){await a.call(this,e.$schema);let n=this._addSchema(e,t);return n.validate||o.call(this,n)}async function a(e){e&&!this.getSchema(e)&&await r.call(this,{$ref:e},!0)}async function o(e){try{return this._compileSchemaEnv(e)}catch(t){if(!(t instanceof i.default))throw t;return s.call(this,t),await c.call(this,t.missingSchema),o.call(this,e)}}function s({missingSchema:e,missingRef:t}){if(this.refs[e])throw Error(`AnySchema ${e} is loaded but ${t} cannot be resolved`)}async function c(e){let n=await l.call(this,e);this.refs[e]||await a.call(this,n.$schema),this.refs[e]||this.addSchema(n,e,t)}async function l(e){let t=this._loading[e];if(t)return t;try{return await(this._loading[e]=n(e))}finally{delete this._loading[e]}}}addSchema(e,t,n,r=this.opts.validateSchema){if(Array.isArray(e)){for(let t of e)this.addSchema(t,void 0,n,r);return this}let i;if(typeof e==`object`){let{schemaId:t}=this.opts;if(i=e[t],i!==void 0&&typeof i!=`string`)throw Error(`schema ${t} must be string`)}return t=(0,c.normalizeId)(t||i),this._checkUnique(t),this.schemas[t]=this._addSchema(e,n,t,r,!0),this}addMetaSchema(e,t,n=this.opts.validateSchema){return this.addSchema(e,t,!0,n),this}validateSchema(e,t){if(typeof e==`boolean`)return!0;let n;if(n=e.$schema,n!==void 0&&typeof n!=`string`)throw Error(`$schema must be a string`);if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn(`meta-schema not available`),this.errors=null,!0;let r=this.validate(n,e);if(!r&&t){let e=`schema is invalid: `+this.errorsText();if(this.opts.validateSchema===`log`)this.logger.error(e);else throw Error(e)}return r}getSchema(e){let t;for(;typeof(t=x.call(this,e))==`string`;)e=t;if(t===void 0){let{schemaId:n}=this.opts,r=new o.SchemaEnv({schema:{},schemaId:n});if(t=o.resolveSchema.call(this,r,e),!t)return;this.refs[e]=t}return t.validate||this._compileSchemaEnv(t)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case`undefined`:return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case`string`:{let t=x.call(this,e);return typeof t==`object`&&this._cache.delete(t.schema),delete this.schemas[e],delete this.refs[e],this}case`object`:{let t=e;this._cache.delete(t);let n=e[this.opts.schemaId];return n&&(n=(0,c.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw Error(`ajv.removeSchema: invalid parameter`)}}addVocabulary(e){for(let t of e)this.addKeyword(t);return this}addKeyword(e,t){let n;if(typeof e==`string`)n=e,typeof t==`object`&&(this.logger.warn(`these parameters are deprecated, see docs for addKeyword`),t.keyword=n);else if(typeof e==`object`&&t===void 0){if(t=e,n=t.keyword,Array.isArray(n)&&!n.length)throw Error(`addKeywords: keyword must be string or non-empty array`)}else throw Error(`invalid addKeywords parameters`);if(k.call(this,n,t),!t)return(0,u.eachItem)(n,e=>A.call(this,e)),this;M.call(this,t);let r={...t,type:(0,l.getJSONTypes)(t.type),schemaType:(0,l.getJSONTypes)(t.schemaType)};return(0,u.eachItem)(n,r.type.length===0?e=>A.call(this,e,r):e=>r.type.forEach(t=>A.call(this,e,r,t))),this}getKeyword(e){let t=this.RULES.all[e];return typeof t==`object`?t.definition:!!t}removeKeyword(e){let{RULES:t}=this;delete t.keywords[e],delete t.all[e];for(let n of t.rules){let t=n.rules.findIndex(t=>t.keyword===e);t>=0&&n.rules.splice(t,1)}return this}addFormat(e,t){return typeof t==`string`&&(t=new RegExp(t)),this.formats[e]=t,this}errorsText(e=this.errors,{separator:t=`, `,dataVar:n=`data`}={}){return!e||e.length===0?`No errors`:e.map(e=>`${n}${e.instancePath} ${e.message}`).reduce((e,n)=>e+t+n)}$dataMetaSchema(e,t){let n=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let r of t){let t=r.split(`/`).slice(1),i=e;for(let e of t)i=i[e];for(let e in n){let t=n[e];if(typeof t!=`object`)continue;let{$data:r}=t.definition,a=i[e];r&&a&&(i[e]=P(a))}}return e}_removeAllSchemas(e,t){for(let n in e){let r=e[n];(!t||t.test(n))&&(typeof r==`string`?delete e[n]:r&&!r.meta&&(this._cache.delete(r.schema),delete e[n]))}}_addSchema(e,t,n,r=this.opts.validateSchema,i=this.opts.addUsedSchema){let a,{schemaId:s}=this.opts;if(typeof e==`object`)a=e[s];else if(this.opts.jtd)throw Error(`schema must be object`);else if(typeof e!=`boolean`)throw Error(`schema must be object or boolean`);let l=this._cache.get(e);if(l!==void 0)return l;n=(0,c.normalizeId)(a||n);let u=c.getSchemaRefs.call(this,e,n);return l=new o.SchemaEnv({schema:e,schemaId:s,meta:t,baseId:n,localRefs:u}),this._cache.set(l.schema,l),i&&!n.startsWith(`#`)&&(n&&this._checkUnique(n),this.refs[n]=l),r&&this.validateSchema(e,!0),l}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):o.compileSchema.call(this,e),!e.validate)throw Error(`ajv implementation error`);return e.validate}_compileMetaSchema(e){let t=this.opts;this.opts=this._metaOpts;try{o.compileSchema.call(this,e)}finally{this.opts=t}}};y.ValidationError=r.default,y.MissingRefError=i.default,e.default=y;function b(e,t,n,r=`error`){for(let i in e){let a=i;a in t&&this.logger[r](`${n}: option ${i}. ${e[a]}`)}}function x(e){return e=(0,c.normalizeId)(e),this.schemas[e]||this.refs[e]}function S(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function C(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function w(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn(`keywords option as map is deprecated, pass array`);for(let t in e){let n=e[t];n.keyword||=t,this.addKeyword(n)}}function T(){let e={...this.opts};for(let t of m)delete e[t];return e}let E={log(){},warn(){},error(){}};function D(e){if(e===!1)return E;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw Error(`logger must implement log, warn and error methods`)}let O=/^[a-z_$][a-z0-9_$:-]*$/i;function k(e,t){let{RULES:n}=this;if((0,u.eachItem)(e,e=>{if(n.keywords[e])throw Error(`Keyword ${e} is already defined`);if(!O.test(e))throw Error(`Keyword ${e} has invalid name`)}),t&&t.$data&&!(`code`in t||`validate`in t))throw Error(`$data keyword must have "code" or "validate" function`)}function A(e,t,n){var r;let i=t?.post;if(n&&i)throw Error(`keyword with "post" flag cannot have "type"`);let{RULES:a}=this,o=i?a.post:a.rules.find(({type:e})=>e===n);if(o||(o={type:n,rules:[]},a.rules.push(o)),a.keywords[e]=!0,!t)return;let s={keyword:e,definition:{...t,type:(0,l.getJSONTypes)(t.type),schemaType:(0,l.getJSONTypes)(t.schemaType)}};t.before?j.call(this,o,s,t.before):o.rules.push(s),a.all[e]=s,(r=t.implements)==null||r.forEach(e=>this.addKeyword(e))}function j(e,t,n){let r=e.rules.findIndex(e=>e.keyword===n);r>=0?e.rules.splice(r,0,t):(e.rules.push(t),this.logger.warn(`rule ${n} is not defined`))}function M(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=P(t)),e.validateSchema=this.compile(t,!0))}let N={$ref:`https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#`};function P(e){return{anyOf:[e,N]}}})),require_id=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.default={keyword:`id`,code(){throw Error(`NOT SUPPORTED: keyword "id", use "$id" for schema ID`)}}})),require_ref=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.callRef=e.getValidate=void 0;let t=require_ref_error(),n=require_code(),r=require_codegen(),i=require_names(),a=require_compile(),o=require_util(),s={keyword:`$ref`,schemaType:`string`,code(e){let{gen:n,schema:i,it:o}=e,{baseId:s,schemaEnv:u,validateName:d,opts:f,self:p}=o,{root:m}=u;if((i===`#`||i===`#/`)&&s===m.baseId)return g();let h=a.resolveRef.call(p,m,s,i);if(h===void 0)throw new t.default(o.opts.uriResolver,s,i);if(h instanceof a.SchemaEnv)return _(h);return v(h);function g(){if(u===m)return l(e,d,u,u.$async);let t=n.scopeValue(`root`,{ref:m});return l(e,(0,r._)`${t}.validate`,m,m.$async)}function _(t){l(e,c(e,t),t,t.$async)}function v(t){let a=n.scopeValue(`schema`,f.code.source===!0?{ref:t,code:(0,r.stringify)(t)}:{ref:t}),o=n.name(`valid`),s=e.subschema({schema:t,dataTypes:[],schemaPath:r.nil,topSchemaRef:a,errSchemaPath:i},o);e.mergeEvaluated(s),e.ok(o)}}};function c(e,t){let{gen:n}=e;return t.validate?n.scopeValue(`validate`,{ref:t.validate}):(0,r._)`${n.scopeValue(`wrapper`,{ref:t})}.validate`}e.getValidate=c;function l(e,t,a,s){let{gen:c,it:l}=e,{allErrors:u,schemaEnv:d,opts:f}=l,p=f.passContext?i.default.this:r.nil;s?m():h();function m(){if(!d.$async)throw Error(`async schema referenced by sync schema`);let i=c.let(`valid`);c.try(()=>{c.code((0,r._)`await ${(0,n.callValidateCode)(e,t,p)}`),_(t),u||c.assign(i,!0)},e=>{c.if((0,r._)`!(${e} instanceof ${l.ValidationError})`,()=>c.throw(e)),g(e),u||c.assign(i,!1)}),e.ok(i)}function h(){e.result((0,n.callValidateCode)(e,t,p),()=>_(t),()=>g(t))}function g(e){let t=(0,r._)`${e}.errors`;c.assign(i.default.vErrors,(0,r._)`${i.default.vErrors} === null ? ${t} : ${i.default.vErrors}.concat(${t})`),c.assign(i.default.errors,(0,r._)`${i.default.vErrors}.length`)}function _(e){if(!l.opts.unevaluated)return;let t=a?.validate?.evaluated;if(l.props!==!0)if(t&&!t.dynamicProps)t.props!==void 0&&(l.props=o.mergeEvaluated.props(c,t.props,l.props));else{let t=c.var(`props`,(0,r._)`${e}.evaluated.props`);l.props=o.mergeEvaluated.props(c,t,l.props,r.Name)}if(l.items!==!0)if(t&&!t.dynamicItems)t.items!==void 0&&(l.items=o.mergeEvaluated.items(c,t.items,l.items));else{let t=c.var(`items`,(0,r._)`${e}.evaluated.items`);l.items=o.mergeEvaluated.items(c,t,l.items,r.Name)}}}e.callRef=l,e.default=s})),require_core=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_id(),n=require_ref();e.default=[`$schema`,`$id`,`$defs`,`$vocabulary`,{keyword:`$comment`},`definitions`,t.default,n.default]})),require_limitNumber=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=t.operators,r={maximum:{okStr:`<=`,ok:n.LTE,fail:n.GT},minimum:{okStr:`>=`,ok:n.GTE,fail:n.LT},exclusiveMaximum:{okStr:`<`,ok:n.LT,fail:n.GTE},exclusiveMinimum:{okStr:`>`,ok:n.GT,fail:n.LTE}};e.default={keyword:Object.keys(r),type:`number`,schemaType:`number`,$data:!0,error:{message:({keyword:e,schemaCode:n})=>(0,t.str)`must be ${r[e].okStr} ${n}`,params:({keyword:e,schemaCode:n})=>(0,t._)`{comparison: ${r[e].okStr}, limit: ${n}}`},code(e){let{keyword:n,data:i,schemaCode:a}=e;e.fail$data((0,t._)`${i} ${r[n].fail} ${a} || isNaN(${i})`)}}})),require_multipleOf=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen();e.default={keyword:`multipleOf`,type:`number`,schemaType:`number`,$data:!0,error:{message:({schemaCode:e})=>(0,t.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,t._)`{multipleOf: ${e}}`},code(e){let{gen:n,data:r,schemaCode:i,it:a}=e,o=a.opts.multipleOfPrecision,s=n.let(`res`),c=o?(0,t._)`Math.abs(Math.round(${s}) - ${s}) > 1e-${o}`:(0,t._)`${s} !== parseInt(${s})`;e.fail$data((0,t._)`(${i} === 0 || (${s} = ${r}/${i}, ${c}))`)}}})),require_ucs2length=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});function t(e){let t=e.length,n=0,r=0,i;for(;r<t;)n++,i=e.charCodeAt(r++),i>=55296&&i<=56319&&r<t&&(i=e.charCodeAt(r),(i&64512)==56320&&r++);return n}e.default=t,t.code=`require("ajv/dist/runtime/ucs2length").default`})),require_limitLength=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util(),r=require_ucs2length();e.default={keyword:[`maxLength`,`minLength`],type:`string`,schemaType:`number`,$data:!0,error:{message({keyword:e,schemaCode:n}){let r=e===`maxLength`?`more`:`fewer`;return(0,t.str)`must NOT have ${r} than ${n} characters`},params:({schemaCode:e})=>(0,t._)`{limit: ${e}}`},code(e){let{keyword:i,data:a,schemaCode:o,it:s}=e,c=i===`maxLength`?t.operators.GT:t.operators.LT,l=s.opts.unicode===!1?(0,t._)`${a}.length`:(0,t._)`${(0,n.useFunc)(e.gen,r.default)}(${a})`;e.fail$data((0,t._)`${l} ${c} ${o}`)}}})),require_pattern=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_code(),n=require_codegen();e.default={keyword:`pattern`,type:`string`,schemaType:`string`,$data:!0,error:{message:({schemaCode:e})=>(0,n.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,n._)`{pattern: ${e}}`},code(e){let{data:r,$data:i,schema:a,schemaCode:o,it:s}=e,c=s.opts.unicodeRegExp?`u`:``,l=i?(0,n._)`(new RegExp(${o}, ${c}))`:(0,t.usePattern)(e,a);e.fail$data((0,n._)`!${l}.test(${r})`)}}})),require_limitProperties=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen();e.default={keyword:[`maxProperties`,`minProperties`],type:`object`,schemaType:`number`,$data:!0,error:{message({keyword:e,schemaCode:n}){let r=e===`maxProperties`?`more`:`fewer`;return(0,t.str)`must NOT have ${r} than ${n} properties`},params:({schemaCode:e})=>(0,t._)`{limit: ${e}}`},code(e){let{keyword:n,data:r,schemaCode:i}=e,a=n===`maxProperties`?t.operators.GT:t.operators.LT;e.fail$data((0,t._)`Object.keys(${r}).length ${a} ${i}`)}}})),require_required=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_code(),n=require_codegen(),r=require_util();e.default={keyword:`required`,type:`object`,schemaType:`array`,$data:!0,error:{message:({params:{missingProperty:e}})=>(0,n.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,n._)`{missingProperty: ${e}}`},code(e){let{gen:i,schema:a,schemaCode:o,data:s,$data:c,it:l}=e,{opts:u}=l;if(!c&&a.length===0)return;let d=a.length>=u.loopRequired;if(l.allErrors?f():p(),u.strictRequired){let t=e.parentSchema.properties,{definedProperties:n}=e.it;for(let e of a)if(t?.[e]===void 0&&!n.has(e)){let t=`required property "${e}" is not defined at "${l.schemaEnv.baseId+l.errSchemaPath}" (strictRequired)`;(0,r.checkStrictMode)(l,t,l.opts.strictRequired)}}function f(){if(d||c)e.block$data(n.nil,m);else for(let n of a)(0,t.checkReportMissingProp)(e,n)}function p(){let n=i.let(`missing`);if(d||c){let t=i.let(`valid`,!0);e.block$data(t,()=>h(n,t)),e.ok(t)}else i.if((0,t.checkMissingProp)(e,a,n)),(0,t.reportMissingProp)(e,n),i.else()}function m(){i.forOf(`prop`,o,n=>{e.setParams({missingProperty:n}),i.if((0,t.noPropertyInData)(i,s,n,u.ownProperties),()=>e.error())})}function h(r,a){e.setParams({missingProperty:r}),i.forOf(r,o,()=>{i.assign(a,(0,t.propertyInData)(i,s,r,u.ownProperties)),i.if((0,n.not)(a),()=>{e.error(),i.break()})},n.nil)}}}})),require_limitItems=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen();e.default={keyword:[`maxItems`,`minItems`],type:`array`,schemaType:`number`,$data:!0,error:{message({keyword:e,schemaCode:n}){let r=e===`maxItems`?`more`:`fewer`;return(0,t.str)`must NOT have ${r} than ${n} items`},params:({schemaCode:e})=>(0,t._)`{limit: ${e}}`},code(e){let{keyword:n,data:r,schemaCode:i}=e,a=n===`maxItems`?t.operators.GT:t.operators.LT;e.fail$data((0,t._)`${r}.length ${a} ${i}`)}}})),require_equal=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_fast_deep_equal();t.code=`require("ajv/dist/runtime/equal").default`,e.default=t})),require_uniqueItems=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_dataType(),n=require_codegen(),r=require_util(),i=require_equal();e.default={keyword:`uniqueItems`,type:`array`,schemaType:`boolean`,$data:!0,error:{message:({params:{i:e,j:t}})=>(0,n.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,n._)`{i: ${e}, j: ${t}}`},code(e){let{gen:a,data:o,$data:s,schema:c,parentSchema:l,schemaCode:u,it:d}=e;if(!s&&!c)return;let f=a.let(`valid`),p=l.items?(0,t.getSchemaTypes)(l.items):[];e.block$data(f,m,(0,n._)`${u} === false`),e.ok(f);function m(){let t=a.let(`i`,(0,n._)`${o}.length`),r=a.let(`j`);e.setParams({i:t,j:r}),a.assign(f,!0),a.if((0,n._)`${t} > 1`,()=>(h()?g:_)(t,r))}function h(){return p.length>0&&!p.some(e=>e===`object`||e===`array`)}function g(r,i){let s=a.name(`item`),c=(0,t.checkDataTypes)(p,s,d.opts.strictNumbers,t.DataType.Wrong),l=a.const(`indices`,(0,n._)`{}`);a.for((0,n._)`;${r}--;`,()=>{a.let(s,(0,n._)`${o}[${r}]`),a.if(c,(0,n._)`continue`),p.length>1&&a.if((0,n._)`typeof ${s} == "string"`,(0,n._)`${s} += "_"`),a.if((0,n._)`typeof ${l}[${s}] == "number"`,()=>{a.assign(i,(0,n._)`${l}[${s}]`),e.error(),a.assign(f,!1).break()}).code((0,n._)`${l}[${s}] = ${r}`)})}function _(t,s){let c=(0,r.useFunc)(a,i.default),l=a.name(`outer`);a.label(l).for((0,n._)`;${t}--;`,()=>a.for((0,n._)`${s} = ${t}; ${s}--;`,()=>a.if((0,n._)`${c}(${o}[${t}], ${o}[${s}])`,()=>{e.error(),a.assign(f,!1).break(l)})))}}}})),require_const=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util(),r=require_equal();e.default={keyword:`const`,$data:!0,error:{message:`must be equal to constant`,params:({schemaCode:e})=>(0,t._)`{allowedValue: ${e}}`},code(e){let{gen:i,data:a,$data:o,schemaCode:s,schema:c}=e;o||c&&typeof c==`object`?e.fail$data((0,t._)`!${(0,n.useFunc)(i,r.default)}(${a}, ${s})`):e.fail((0,t._)`${c} !== ${a}`)}}})),require_enum=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util(),r=require_equal();e.default={keyword:`enum`,schemaType:`array`,$data:!0,error:{message:`must be equal to one of the allowed values`,params:({schemaCode:e})=>(0,t._)`{allowedValues: ${e}}`},code(e){let{gen:i,data:a,$data:o,schema:s,schemaCode:c,it:l}=e;if(!o&&s.length===0)throw Error(`enum must have non-empty array`);let u=s.length>=l.opts.loopEnum,d,f=()=>d??=(0,n.useFunc)(i,r.default),p;if(u||o)p=i.let(`valid`),e.block$data(p,m);else{if(!Array.isArray(s))throw Error(`ajv implementation error`);let e=i.const(`vSchema`,c);p=(0,t.or)(...s.map((t,n)=>h(e,n)))}e.pass(p);function m(){i.assign(p,!1),i.forOf(`v`,c,e=>i.if((0,t._)`${f()}(${a}, ${e})`,()=>i.assign(p,!0).break()))}function h(e,n){let r=s[n];return typeof r==`object`&&r?(0,t._)`${f()}(${a}, ${e}[${n}])`:(0,t._)`${a} === ${r}`}}}})),require_validation=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_limitNumber(),n=require_multipleOf(),r=require_limitLength(),i=require_pattern(),a=require_limitProperties(),o=require_required(),s=require_limitItems(),c=require_uniqueItems(),l=require_const(),u=require_enum();e.default=[t.default,n.default,r.default,i.default,a.default,o.default,s.default,c.default,{keyword:`type`,schemaType:[`string`,`array`]},{keyword:`nullable`,schemaType:`boolean`},l.default,u.default]})),require_additionalItems=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.validateAdditionalItems=void 0;let t=require_codegen(),n=require_util(),r={keyword:`additionalItems`,type:`array`,schemaType:[`boolean`,`object`],before:`uniqueItems`,error:{message:({params:{len:e}})=>(0,t.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,t._)`{limit: ${e}}`},code(e){let{parentSchema:t,it:r}=e,{items:a}=t;if(!Array.isArray(a)){(0,n.checkStrictMode)(r,`"additionalItems" is ignored when "items" is not an array of schemas`);return}i(e,a)}};function i(e,r){let{gen:i,schema:a,data:o,keyword:s,it:c}=e;c.items=!0;let l=i.const(`len`,(0,t._)`${o}.length`);if(a===!1)e.setParams({len:r.length}),e.pass((0,t._)`${l} <= ${r.length}`);else if(typeof a==`object`&&!(0,n.alwaysValidSchema)(c,a)){let n=i.var(`valid`,(0,t._)`${l} <= ${r.length}`);i.if((0,t.not)(n),()=>u(n)),e.ok(n)}function u(a){i.forRange(`i`,r.length,l,r=>{e.subschema({keyword:s,dataProp:r,dataPropType:n.Type.Num},a),c.allErrors||i.if((0,t.not)(a),()=>i.break())})}}e.validateAdditionalItems=i,e.default=r})),require_items=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.validateTuple=void 0;let t=require_codegen(),n=require_util(),r=require_code(),i={keyword:`items`,type:`array`,schemaType:[`object`,`array`,`boolean`],before:`uniqueItems`,code(e){let{schema:t,it:i}=e;if(Array.isArray(t))return a(e,`additionalItems`,t);i.items=!0,!(0,n.alwaysValidSchema)(i,t)&&e.ok((0,r.validateArray)(e))}};function a(e,r,i=e.schema){let{gen:a,parentSchema:o,data:s,keyword:c,it:l}=e;f(o),l.opts.unevaluated&&i.length&&l.items!==!0&&(l.items=n.mergeEvaluated.items(a,i.length,l.items));let u=a.name(`valid`),d=a.const(`len`,(0,t._)`${s}.length`);i.forEach((r,i)=>{(0,n.alwaysValidSchema)(l,r)||(a.if((0,t._)`${d} > ${i}`,()=>e.subschema({keyword:c,schemaProp:i,dataProp:i},u)),e.ok(u))});function f(e){let{opts:t,errSchemaPath:a}=l,o=i.length,s=o===e.minItems&&(o===e.maxItems||e[r]===!1);if(t.strictTuples&&!s){let e=`"${c}" is ${o}-tuple, but minItems or maxItems/${r} are not specified or different at path "${a}"`;(0,n.checkStrictMode)(l,e,t.strictTuples)}}}e.validateTuple=a,e.default=i})),require_prefixItems=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_items();e.default={keyword:`prefixItems`,type:`array`,schemaType:[`array`],before:`uniqueItems`,code:e=>(0,t.validateTuple)(e,`items`)}})),require_items2020=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util(),r=require_code(),i=require_additionalItems();e.default={keyword:`items`,type:`array`,schemaType:[`object`,`boolean`],before:`uniqueItems`,error:{message:({params:{len:e}})=>(0,t.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,t._)`{limit: ${e}}`},code(e){let{schema:t,parentSchema:a,it:o}=e,{prefixItems:s}=a;o.items=!0,!(0,n.alwaysValidSchema)(o,t)&&(s?(0,i.validateAdditionalItems)(e,s):e.ok((0,r.validateArray)(e)))}}})),require_contains=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util();e.default={keyword:`contains`,type:`array`,schemaType:[`object`,`boolean`],before:`uniqueItems`,trackErrors:!0,error:{message:({params:{min:e,max:n}})=>n===void 0?(0,t.str)`must contain at least ${e} valid item(s)`:(0,t.str)`must contain at least ${e} and no more than ${n} valid item(s)`,params:({params:{min:e,max:n}})=>n===void 0?(0,t._)`{minContains: ${e}}`:(0,t._)`{minContains: ${e}, maxContains: ${n}}`},code(e){let{gen:r,schema:i,parentSchema:a,data:o,it:s}=e,c,l,{minContains:u,maxContains:d}=a;s.opts.next?(c=u===void 0?1:u,l=d):c=1;let f=r.const(`len`,(0,t._)`${o}.length`);if(e.setParams({min:c,max:l}),l===void 0&&c===0){(0,n.checkStrictMode)(s,`"minContains" == 0 without "maxContains": "contains" keyword ignored`);return}if(l!==void 0&&c>l){(0,n.checkStrictMode)(s,`"minContains" > "maxContains" is always invalid`),e.fail();return}if((0,n.alwaysValidSchema)(s,i)){let n=(0,t._)`${f} >= ${c}`;l!==void 0&&(n=(0,t._)`${n} && ${f} <= ${l}`),e.pass(n);return}s.items=!0;let p=r.name(`valid`);l===void 0&&c===1?h(p,()=>r.if(p,()=>r.break())):c===0?(r.let(p,!0),l!==void 0&&r.if((0,t._)`${o}.length > 0`,m)):(r.let(p,!1),m()),e.result(p,()=>e.reset());function m(){let e=r.name(`_valid`),t=r.let(`count`,0);h(e,()=>r.if(e,()=>g(t)))}function h(t,i){r.forRange(`i`,0,f,r=>{e.subschema({keyword:`contains`,dataProp:r,dataPropType:n.Type.Num,compositeRule:!0},t),i()})}function g(e){r.code((0,t._)`${e}++`),l===void 0?r.if((0,t._)`${e} >= ${c}`,()=>r.assign(p,!0).break()):(r.if((0,t._)`${e} > ${l}`,()=>r.assign(p,!1).break()),c===1?r.assign(p,!0):r.if((0,t._)`${e} >= ${c}`,()=>r.assign(p,!0)))}}}})),require_dependencies=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.validateSchemaDeps=e.validatePropertyDeps=e.error=void 0;let t=require_codegen(),n=require_util(),r=require_code();e.error={message:({params:{property:e,depsCount:n,deps:r}})=>{let i=n===1?`property`:`properties`;return(0,t.str)`must have ${i} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:n,deps:r,missingProperty:i}})=>(0,t._)`{property: ${e},
8
+ missingProperty: ${i},
9
+ depsCount: ${n},
10
+ deps: ${r}}`};let i={keyword:`dependencies`,type:`object`,schemaType:`object`,error:e.error,code(e){let[t,n]=a(e);o(e,t),s(e,n)}};function a({schema:e}){let t={},n={};for(let r in e){if(r===`__proto__`)continue;let i=Array.isArray(e[r])?t:n;i[r]=e[r]}return[t,n]}function o(e,n=e.schema){let{gen:i,data:a,it:o}=e;if(Object.keys(n).length===0)return;let s=i.let(`missing`);for(let c in n){let l=n[c];if(l.length===0)continue;let u=(0,r.propertyInData)(i,a,c,o.opts.ownProperties);e.setParams({property:c,depsCount:l.length,deps:l.join(`, `)}),o.allErrors?i.if(u,()=>{for(let t of l)(0,r.checkReportMissingProp)(e,t)}):(i.if((0,t._)`${u} && (${(0,r.checkMissingProp)(e,l,s)})`),(0,r.reportMissingProp)(e,s),i.else())}}e.validatePropertyDeps=o;function s(e,t=e.schema){let{gen:i,data:a,keyword:o,it:s}=e,c=i.name(`valid`);for(let l in t)(0,n.alwaysValidSchema)(s,t[l])||(i.if((0,r.propertyInData)(i,a,l,s.opts.ownProperties),()=>{let t=e.subschema({keyword:o,schemaProp:l},c);e.mergeValidEvaluated(t,c)},()=>i.var(c,!0)),e.ok(c))}e.validateSchemaDeps=s,e.default=i})),require_propertyNames=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util();e.default={keyword:`propertyNames`,type:`object`,schemaType:[`object`,`boolean`],error:{message:`property name must be valid`,params:({params:e})=>(0,t._)`{propertyName: ${e.propertyName}}`},code(e){let{gen:r,schema:i,data:a,it:o}=e;if((0,n.alwaysValidSchema)(o,i))return;let s=r.name(`valid`);r.forIn(`key`,a,n=>{e.setParams({propertyName:n}),e.subschema({keyword:`propertyNames`,data:n,dataTypes:[`string`],propertyName:n,compositeRule:!0},s),r.if((0,t.not)(s),()=>{e.error(!0),o.allErrors||r.break()})}),e.ok(s)}}})),require_additionalProperties=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_code(),n=require_codegen(),r=require_names(),i=require_util();e.default={keyword:`additionalProperties`,type:[`object`],schemaType:[`boolean`,`object`],allowUndefined:!0,trackErrors:!0,error:{message:`must NOT have additional properties`,params:({params:e})=>(0,n._)`{additionalProperty: ${e.additionalProperty}}`},code(e){let{gen:a,schema:o,parentSchema:s,data:c,errsCount:l,it:u}=e;if(!l)throw Error(`ajv implementation error`);let{allErrors:d,opts:f}=u;if(u.props=!0,f.removeAdditional!==`all`&&(0,i.alwaysValidSchema)(u,o))return;let p=(0,t.allSchemaProperties)(s.properties),m=(0,t.allSchemaProperties)(s.patternProperties);h(),e.ok((0,n._)`${l} === ${r.default.errors}`);function h(){a.forIn(`key`,c,e=>{!p.length&&!m.length?v(e):a.if(g(e),()=>v(e))})}function g(r){let o;if(p.length>8){let e=(0,i.schemaRefOrVal)(u,s.properties,`properties`);o=(0,t.isOwnProperty)(a,e,r)}else o=p.length?(0,n.or)(...p.map(e=>(0,n._)`${r} === ${e}`)):n.nil;return m.length&&(o=(0,n.or)(o,...m.map(i=>(0,n._)`${(0,t.usePattern)(e,i)}.test(${r})`))),(0,n.not)(o)}function _(e){a.code((0,n._)`delete ${c}[${e}]`)}function v(t){if(f.removeAdditional===`all`||f.removeAdditional&&o===!1){_(t);return}if(o===!1){e.setParams({additionalProperty:t}),e.error(),d||a.break();return}if(typeof o==`object`&&!(0,i.alwaysValidSchema)(u,o)){let r=a.name(`valid`);f.removeAdditional===`failing`?(y(t,r,!1),a.if((0,n.not)(r),()=>{e.reset(),_(t)})):(y(t,r),d||a.if((0,n.not)(r),()=>a.break()))}}function y(t,n,r){let a={keyword:`additionalProperties`,dataProp:t,dataPropType:i.Type.Str};r===!1&&Object.assign(a,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(a,n)}}}})),require_properties=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_validate(),n=require_code(),r=require_util(),i=require_additionalProperties();e.default={keyword:`properties`,type:`object`,schemaType:`object`,code(e){let{gen:a,schema:o,parentSchema:s,data:c,it:l}=e;l.opts.removeAdditional===`all`&&s.additionalProperties===void 0&&i.default.code(new t.KeywordCxt(l,i.default,`additionalProperties`));let u=(0,n.allSchemaProperties)(o);for(let e of u)l.definedProperties.add(e);l.opts.unevaluated&&u.length&&l.props!==!0&&(l.props=r.mergeEvaluated.props(a,(0,r.toHash)(u),l.props));let d=u.filter(e=>!(0,r.alwaysValidSchema)(l,o[e]));if(d.length===0)return;let f=a.name(`valid`);for(let t of d)p(t)?m(t):(a.if((0,n.propertyInData)(a,c,t,l.opts.ownProperties)),m(t),l.allErrors||a.else().var(f,!0),a.endIf()),e.it.definedProperties.add(t),e.ok(f);function p(e){return l.opts.useDefaults&&!l.compositeRule&&o[e].default!==void 0}function m(t){e.subschema({keyword:`properties`,schemaProp:t,dataProp:t},f)}}}})),require_patternProperties=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_code(),n=require_codegen(),r=require_util(),i=require_util();e.default={keyword:`patternProperties`,type:`object`,schemaType:`object`,code(e){let{gen:a,schema:o,data:s,parentSchema:c,it:l}=e,{opts:u}=l,d=(0,t.allSchemaProperties)(o),f=d.filter(e=>(0,r.alwaysValidSchema)(l,o[e]));if(d.length===0||f.length===d.length&&(!l.opts.unevaluated||l.props===!0))return;let p=u.strictSchema&&!u.allowMatchingProperties&&c.properties,m=a.name(`valid`);l.props!==!0&&!(l.props instanceof n.Name)&&(l.props=(0,i.evaluatedPropsToName)(a,l.props));let{props:h}=l;g();function g(){for(let e of d)p&&_(e),l.allErrors?v(e):(a.var(m,!0),v(e),a.if(m))}function _(e){for(let t in p)new RegExp(e).test(t)&&(0,r.checkStrictMode)(l,`property ${t} matches pattern ${e} (use allowMatchingProperties)`)}function v(r){a.forIn(`key`,s,o=>{a.if((0,n._)`${(0,t.usePattern)(e,r)}.test(${o})`,()=>{let t=f.includes(r);t||e.subschema({keyword:`patternProperties`,schemaProp:r,dataProp:o,dataPropType:i.Type.Str},m),l.opts.unevaluated&&h!==!0?a.assign((0,n._)`${h}[${o}]`,!0):!t&&!l.allErrors&&a.if((0,n.not)(m),()=>a.break())})})}}}})),require_not=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_util();e.default={keyword:`not`,schemaType:[`object`,`boolean`],trackErrors:!0,code(e){let{gen:n,schema:r,it:i}=e;if((0,t.alwaysValidSchema)(i,r)){e.fail();return}let a=n.name(`valid`);e.subschema({keyword:`not`,compositeRule:!0,createErrors:!1,allErrors:!1},a),e.failResult(a,()=>e.reset(),()=>e.error())},error:{message:`must NOT be valid`}}})),require_anyOf=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.default={keyword:`anyOf`,schemaType:`array`,trackErrors:!0,code:require_code().validateUnion,error:{message:`must match a schema in anyOf`}}})),require_oneOf=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util();e.default={keyword:`oneOf`,schemaType:`array`,trackErrors:!0,error:{message:`must match exactly one schema in oneOf`,params:({params:e})=>(0,t._)`{passingSchemas: ${e.passing}}`},code(e){let{gen:r,schema:i,parentSchema:a,it:o}=e;if(!Array.isArray(i))throw Error(`ajv implementation error`);if(o.opts.discriminator&&a.discriminator)return;let s=i,c=r.let(`valid`,!1),l=r.let(`passing`,null),u=r.name(`_valid`);e.setParams({passing:l}),r.block(d),e.result(c,()=>e.reset(),()=>e.error(!0));function d(){s.forEach((i,a)=>{let s;(0,n.alwaysValidSchema)(o,i)?r.var(u,!0):s=e.subschema({keyword:`oneOf`,schemaProp:a,compositeRule:!0},u),a>0&&r.if((0,t._)`${u} && ${c}`).assign(c,!1).assign(l,(0,t._)`[${l}, ${a}]`).else(),r.if(u,()=>{r.assign(c,!0),r.assign(l,a),s&&e.mergeEvaluated(s,t.Name)})})}}}})),require_allOf=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_util();e.default={keyword:`allOf`,schemaType:`array`,code(e){let{gen:n,schema:r,it:i}=e;if(!Array.isArray(r))throw Error(`ajv implementation error`);let a=n.name(`valid`);r.forEach((n,r)=>{if((0,t.alwaysValidSchema)(i,n))return;let o=e.subschema({keyword:`allOf`,schemaProp:r},a);e.ok(a),e.mergeEvaluated(o)})}}})),require_if=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_util(),r={keyword:`if`,schemaType:[`object`,`boolean`],trackErrors:!0,error:{message:({params:e})=>(0,t.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,t._)`{failingKeyword: ${e.ifClause}}`},code(e){let{gen:r,parentSchema:a,it:o}=e;a.then===void 0&&a.else===void 0&&(0,n.checkStrictMode)(o,`"if" without "then" and "else" is ignored`);let s=i(o,`then`),c=i(o,`else`);if(!s&&!c)return;let l=r.let(`valid`,!0),u=r.name(`_valid`);if(d(),e.reset(),s&&c){let t=r.let(`ifClause`);e.setParams({ifClause:t}),r.if(u,f(`then`,t),f(`else`,t))}else s?r.if(u,f(`then`)):r.if((0,t.not)(u),f(`else`));e.pass(l,()=>e.error(!0));function d(){let t=e.subschema({keyword:`if`,compositeRule:!0,createErrors:!1,allErrors:!1},u);e.mergeEvaluated(t)}function f(n,i){return()=>{let a=e.subschema({keyword:n},u);r.assign(l,u),e.mergeValidEvaluated(a,l),i?r.assign(i,(0,t._)`${n}`):e.setParams({ifClause:n})}}}};function i(e,t){let r=e.schema[t];return r!==void 0&&!(0,n.alwaysValidSchema)(e,r)}e.default=r})),require_thenElse=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_util();e.default={keyword:[`then`,`else`],schemaType:[`object`,`boolean`],code({keyword:e,parentSchema:n,it:r}){n.if===void 0&&(0,t.checkStrictMode)(r,`"${e}" without "if" is ignored`)}}})),require_applicator=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_additionalItems(),n=require_prefixItems(),r=require_items(),i=require_items2020(),a=require_contains(),o=require_dependencies(),s=require_propertyNames(),c=require_additionalProperties(),l=require_properties(),u=require_patternProperties(),d=require_not(),f=require_anyOf(),p=require_oneOf(),m=require_allOf(),h=require_if(),g=require_thenElse();function _(e=!1){let _=[d.default,f.default,p.default,m.default,h.default,g.default,s.default,c.default,o.default,l.default,u.default];return e?_.push(n.default,i.default):_.push(t.default,r.default),_.push(a.default),_}e.default=_})),require_format$1=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen();e.default={keyword:`format`,type:[`number`,`string`],schemaType:`string`,$data:!0,error:{message:({schemaCode:e})=>(0,t.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,t._)`{format: ${e}}`},code(e,n){let{gen:r,data:i,$data:a,schema:o,schemaCode:s,it:c}=e,{opts:l,errSchemaPath:u,schemaEnv:d,self:f}=c;if(!l.validateFormats)return;a?p():m();function p(){let a=r.scopeValue(`formats`,{ref:f.formats,code:l.code.formats}),o=r.const(`fDef`,(0,t._)`${a}[${s}]`),c=r.let(`fType`),u=r.let(`format`);r.if((0,t._)`typeof ${o} == "object" && !(${o} instanceof RegExp)`,()=>r.assign(c,(0,t._)`${o}.type || "string"`).assign(u,(0,t._)`${o}.validate`),()=>r.assign(c,(0,t._)`"string"`).assign(u,o)),e.fail$data((0,t.or)(p(),m()));function p(){return l.strictSchema===!1?t.nil:(0,t._)`${s} && !${u}`}function m(){let e=d.$async?(0,t._)`(${o}.async ? await ${u}(${i}) : ${u}(${i}))`:(0,t._)`${u}(${i})`,r=(0,t._)`(typeof ${u} == "function" ? ${e} : ${u}.test(${i}))`;return(0,t._)`${u} && ${u} !== true && ${c} === ${n} && !${r}`}}function m(){let a=f.formats[o];if(!a){m();return}if(a===!0)return;let[s,c,p]=h(a);s===n&&e.pass(g());function m(){if(l.strictSchema===!1){f.logger.warn(e());return}throw Error(e());function e(){return`unknown format "${o}" ignored in schema at path "${u}"`}}function h(e){let n=e instanceof RegExp?(0,t.regexpCode)(e):l.code.formats?(0,t._)`${l.code.formats}${(0,t.getProperty)(o)}`:void 0,i=r.scopeValue(`formats`,{key:o,ref:e,code:n});return typeof e==`object`&&!(e instanceof RegExp)?[e.type||`string`,e.validate,(0,t._)`${i}.validate`]:[`string`,e,i]}function g(){if(typeof a==`object`&&!(a instanceof RegExp)&&a.async){if(!d.$async)throw Error(`async format in sync schema`);return(0,t._)`await ${p}(${i})`}return typeof c==`function`?(0,t._)`${p}(${i})`:(0,t._)`${p}.test(${i})`}}}}})),require_format=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.default=[require_format$1().default]})),require_metadata=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.contentVocabulary=e.metadataVocabulary=void 0,e.metadataVocabulary=[`title`,`description`,`default`,`deprecated`,`readOnly`,`writeOnly`,`examples`],e.contentVocabulary=[`contentMediaType`,`contentEncoding`,`contentSchema`]})),require_draft7=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_core(),n=require_validation(),r=require_applicator(),i=require_format(),a=require_metadata();e.default=[t.default,n.default,(0,r.default)(),i.default,a.metadataVocabulary,a.contentVocabulary]})),require_types=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.DiscrError=void 0;var t;(function(e){e.Tag=`tag`,e.Mapping=`mapping`})(t||(e.DiscrError=t={}))})),require_discriminator=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0});let t=require_codegen(),n=require_types(),r=require_compile(),i=require_ref_error(),a=require_util();e.default={keyword:`discriminator`,type:`object`,schemaType:`object`,error:{message:({params:{discrError:e,tagName:t}})=>e===n.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:n,tagName:r}})=>(0,t._)`{error: ${e}, tag: ${r}, tagValue: ${n}}`},code(e){let{gen:o,data:s,schema:c,parentSchema:l,it:u}=e,{oneOf:d}=l;if(!u.opts.discriminator)throw Error(`discriminator: requires discriminator option`);let f=c.propertyName;if(typeof f!=`string`)throw Error(`discriminator: requires propertyName`);if(c.mapping)throw Error(`discriminator: mapping is not supported`);if(!d)throw Error(`discriminator: requires oneOf keyword`);let p=o.let(`valid`,!1),m=o.const(`tag`,(0,t._)`${s}${(0,t.getProperty)(f)}`);o.if((0,t._)`typeof ${m} == "string"`,()=>h(),()=>e.error(!1,{discrError:n.DiscrError.Tag,tag:m,tagName:f})),e.ok(p);function h(){let r=_();o.if(!1);for(let e in r)o.elseIf((0,t._)`${m} === ${e}`),o.assign(p,g(r[e]));o.else(),e.error(!1,{discrError:n.DiscrError.Mapping,tag:m,tagName:f}),o.endIf()}function g(n){let r=o.name(`valid`),i=e.subschema({keyword:`oneOf`,schemaProp:n},r);return e.mergeEvaluated(i,t.Name),r}function _(){let e={},t=o(l),n=!0;for(let e=0;e<d.length;e++){let c=d[e];if(c?.$ref&&!(0,a.schemaHasRulesButRef)(c,u.self.RULES)){let e=c.$ref;if(c=r.resolveRef.call(u.self,u.schemaEnv.root,u.baseId,e),c instanceof r.SchemaEnv&&(c=c.schema),c===void 0)throw new i.default(u.opts.uriResolver,u.baseId,e)}let l=c?.properties?.[f];if(typeof l!=`object`)throw Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${f}"`);n&&=t||o(c),s(l,e)}if(!n)throw Error(`discriminator: "${f}" must be required`);return e;function o({required:e}){return Array.isArray(e)&&e.includes(f)}function s(e,t){if(e.const)c(e.const,t);else if(e.enum)for(let n of e.enum)c(n,t);else throw Error(`discriminator: "properties/${f}" must have "const" or "enum"`)}function c(t,n){if(typeof t!=`string`||t in e)throw Error(`discriminator: "${f}" values must be unique strings`);e[t]=n}}}}})),require_json_schema_draft_07=__commonJSMin(((e,t)=>{t.exports={$schema:`http://json-schema.org/draft-07/schema#`,$id:`http://json-schema.org/draft-07/schema#`,title:`Core schema meta-schema`,definitions:{schemaArray:{type:`array`,minItems:1,items:{$ref:`#`}},nonNegativeInteger:{type:`integer`,minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:`#/definitions/nonNegativeInteger`},{default:0}]},simpleTypes:{enum:[`array`,`boolean`,`integer`,`null`,`number`,`object`,`string`]},stringArray:{type:`array`,items:{type:`string`},uniqueItems:!0,default:[]}},type:[`object`,`boolean`],properties:{$id:{type:`string`,format:`uri-reference`},$schema:{type:`string`,format:`uri`},$ref:{type:`string`,format:`uri-reference`},$comment:{type:`string`},title:{type:`string`},description:{type:`string`},default:!0,readOnly:{type:`boolean`,default:!1},examples:{type:`array`,items:!0},multipleOf:{type:`number`,exclusiveMinimum:0},maximum:{type:`number`},exclusiveMaximum:{type:`number`},minimum:{type:`number`},exclusiveMinimum:{type:`number`},maxLength:{$ref:`#/definitions/nonNegativeInteger`},minLength:{$ref:`#/definitions/nonNegativeIntegerDefault0`},pattern:{type:`string`,format:`regex`},additionalItems:{$ref:`#`},items:{anyOf:[{$ref:`#`},{$ref:`#/definitions/schemaArray`}],default:!0},maxItems:{$ref:`#/definitions/nonNegativeInteger`},minItems:{$ref:`#/definitions/nonNegativeIntegerDefault0`},uniqueItems:{type:`boolean`,default:!1},contains:{$ref:`#`},maxProperties:{$ref:`#/definitions/nonNegativeInteger`},minProperties:{$ref:`#/definitions/nonNegativeIntegerDefault0`},required:{$ref:`#/definitions/stringArray`},additionalProperties:{$ref:`#`},definitions:{type:`object`,additionalProperties:{$ref:`#`},default:{}},properties:{type:`object`,additionalProperties:{$ref:`#`},default:{}},patternProperties:{type:`object`,additionalProperties:{$ref:`#`},propertyNames:{format:`regex`},default:{}},dependencies:{type:`object`,additionalProperties:{anyOf:[{$ref:`#`},{$ref:`#/definitions/stringArray`}]}},propertyNames:{$ref:`#`},const:!0,enum:{type:`array`,items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:`#/definitions/simpleTypes`},{type:`array`,items:{$ref:`#/definitions/simpleTypes`},minItems:1,uniqueItems:!0}]},format:{type:`string`},contentMediaType:{type:`string`},contentEncoding:{type:`string`},if:{$ref:`#`},then:{$ref:`#`},else:{$ref:`#`},allOf:{$ref:`#/definitions/schemaArray`},anyOf:{$ref:`#/definitions/schemaArray`},oneOf:{$ref:`#/definitions/schemaArray`},not:{$ref:`#`}},default:!0}})),require_ajv=__commonJSMin(((e,t)=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.MissingRefError=e.ValidationError=e.CodeGen=e.Name=e.nil=e.stringify=e.str=e._=e.KeywordCxt=e.Ajv=void 0;let n=require_core$1(),r=require_draft7(),i=require_discriminator(),a=require_json_schema_draft_07(),o=[`/properties`],s=`http://json-schema.org/draft-07/schema`;var c=class extends n.default{_addVocabularies(){super._addVocabularies(),r.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(i.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(a,o):a;this.addMetaSchema(e,s,!1),this.refs[`http://json-schema.org/schema`]=s}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(s)?s:void 0)}};e.Ajv=c,t.exports=e=c,t.exports.Ajv=c,Object.defineProperty(e,`__esModule`,{value:!0}),e.default=c;var l=require_validate();Object.defineProperty(e,`KeywordCxt`,{enumerable:!0,get:function(){return l.KeywordCxt}});var u=require_codegen();Object.defineProperty(e,`_`,{enumerable:!0,get:function(){return u._}}),Object.defineProperty(e,`str`,{enumerable:!0,get:function(){return u.str}}),Object.defineProperty(e,`stringify`,{enumerable:!0,get:function(){return u.stringify}}),Object.defineProperty(e,`nil`,{enumerable:!0,get:function(){return u.nil}}),Object.defineProperty(e,`Name`,{enumerable:!0,get:function(){return u.Name}}),Object.defineProperty(e,`CodeGen`,{enumerable:!0,get:function(){return u.CodeGen}});var d=require_validation_error();Object.defineProperty(e,`ValidationError`,{enumerable:!0,get:function(){return d.default}});var f=require_ref_error();Object.defineProperty(e,`MissingRefError`,{enumerable:!0,get:function(){return f.default}})})),require_formats=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.formatNames=e.fastFormats=e.fullFormats=void 0;function t(e,t){return{validate:e,compare:t}}e.fullFormats={date:t(a,o),time:t(c(!0),l),"date-time":t(f(!0),p),"iso-time":t(c(),u),"iso-date-time":t(f(),m),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:_,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:E,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:y,int32:{type:`number`,validate:S},int64:{type:`number`,validate:C},float:{type:`number`,validate:w},double:{type:`number`,validate:w},password:!0,binary:!0},e.fastFormats={...e.fullFormats,date:t(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,o),time:t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,l),"date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,p),"iso-time":t(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,u),"iso-date-time":t(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,m),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i},e.formatNames=Object.keys(e.fullFormats);function n(e){return e%4==0&&(e%100!=0||e%400==0)}let r=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,i=[0,31,28,31,30,31,30,31,31,30,31,30,31];function a(e){let t=r.exec(e);if(!t)return!1;let a=+t[1],o=+t[2],s=+t[3];return o>=1&&o<=12&&s>=1&&s<=(o===2&&n(a)?29:i[o])}function o(e,t){if(e&&t)return e>t?1:e<t?-1:0}let s=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function c(e){return function t(n){let r=s.exec(n);if(!r)return!1;let i=+r[1],a=+r[2],o=+r[3],c=r[4],l=r[5]===`-`?-1:1,u=+(r[6]||0),d=+(r[7]||0);if(u>23||d>59||e&&!c)return!1;if(i<=23&&a<=59&&o<60)return!0;let f=a-d*l,p=i-u*l-(f<0?1:0);return(p===23||p===-1)&&(f===59||f===-1)&&o<61}}function l(e,t){if(!(e&&t))return;let n=new Date(`2020-01-01T`+e).valueOf(),r=new Date(`2020-01-01T`+t).valueOf();if(n&&r)return n-r}function u(e,t){if(!(e&&t))return;let n=s.exec(e),r=s.exec(t);if(n&&r)return e=n[1]+n[2]+n[3],t=r[1]+r[2]+r[3],e>t?1:e<t?-1:0}let d=/t|\s/i;function f(e){let t=c(e);return function e(n){let r=n.split(d);return r.length===2&&a(r[0])&&t(r[1])}}function p(e,t){if(!(e&&t))return;let n=new Date(e).valueOf(),r=new Date(t).valueOf();if(n&&r)return n-r}function m(e,t){if(!(e&&t))return;let[n,r]=e.split(d),[i,a]=t.split(d),s=o(n,i);if(s!==void 0)return s||l(r,a)}let h=/\/|:/,g=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function _(e){return h.test(e)&&g.test(e)}let v=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function y(e){return v.lastIndex=0,v.test(e)}let b=-(2**31),x=2**31-1;function S(e){return Number.isInteger(e)&&e<=x&&e>=b}function C(e){return Number.isInteger(e)}function w(){return!0}let T=/[^\\]\\Z/;function E(e){if(T.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}})),require_limit=__commonJSMin((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.formatLimitDefinition=void 0;let t=require_ajv(),n=require_codegen(),r=n.operators,i={formatMaximum:{okStr:`<=`,ok:r.LTE,fail:r.GT},formatMinimum:{okStr:`>=`,ok:r.GTE,fail:r.LT},formatExclusiveMaximum:{okStr:`<`,ok:r.LT,fail:r.GTE},formatExclusiveMinimum:{okStr:`>`,ok:r.GT,fail:r.LTE}};e.formatLimitDefinition={keyword:Object.keys(i),type:`string`,schemaType:`string`,$data:!0,error:{message:({keyword:e,schemaCode:t})=>(0,n.str)`should be ${i[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,n._)`{comparison: ${i[e].okStr}, limit: ${t}}`},code(e){let{gen:r,data:a,schemaCode:o,keyword:s,it:c}=e,{opts:l,self:u}=c;if(!l.validateFormats)return;let d=new t.KeywordCxt(c,u.RULES.all.format.definition,`format`);d.$data?f():p();function f(){let t=r.scopeValue(`formats`,{ref:u.formats,code:l.code.formats}),i=r.const(`fmt`,(0,n._)`${t}[${d.schemaCode}]`);e.fail$data((0,n.or)((0,n._)`typeof ${i} != "object"`,(0,n._)`${i} instanceof RegExp`,(0,n._)`typeof ${i}.compare != "function"`,m(i)))}function p(){let t=d.schema,i=u.formats[t];if(!i||i===!0)return;if(typeof i!=`object`||i instanceof RegExp||typeof i.compare!=`function`)throw Error(`"${s}": format "${t}" does not define "compare" function`);let a=r.scopeValue(`formats`,{key:t,ref:i,code:l.code.formats?(0,n._)`${l.code.formats}${(0,n.getProperty)(t)}`:void 0});e.fail$data(m(a))}function m(e){return(0,n._)`${e}.compare(${a}, ${o}) ${i[s].fail} 0`}},dependencies:[`format`]};let a=t=>(t.addKeyword(e.formatLimitDefinition),t);e.default=a})),require_dist=__commonJSMin(((e,t)=>{Object.defineProperty(e,`__esModule`,{value:!0});let n=require_formats(),r=require_limit(),i=require_codegen(),a=new i.Name(`fullFormats`),o=new i.Name(`fastFormats`),s=(e,t={keywords:!0})=>{if(Array.isArray(t))return c(e,t,n.fullFormats,a),e;let[i,s]=t.mode===`fast`?[n.fastFormats,o]:[n.fullFormats,a];return c(e,t.formats||n.formatNames,i,s),t.keywords&&(0,r.default)(e),e};s.get=(e,t=`full`)=>{let r=(t===`fast`?n.fastFormats:n.fullFormats)[e];if(!r)throw Error(`Unknown format "${e}"`);return r};function c(e,t,n,r){var a;(a=e.opts.code).formats??(a.formats=(0,i._)`require("ajv-formats/dist/formats").${r}`);for(let r of t)e.addFormat(r,n[r])}t.exports=e=s,Object.defineProperty(e,`__esModule`,{value:!0}),e.default=s})),import_ajv=__toESM(require_ajv(),1),import_dist=__toESM(require_dist(),1);function createDefaultAjvInstance(){let e=new import_ajv.default({strict:!1,validateFormats:!0,validateSchema:!1,allErrors:!0});return(0,import_dist.default)(e),e}var AjvJsonSchemaValidator=class{constructor(e){this._ajv=e??createDefaultAjvInstance()}getValidator(e){let t=`$id`in e&&typeof e.$id==`string`?this._ajv.getSchema(e.$id)??this._ajv.compile(e):this._ajv.compile(e);return e=>t(e)?{valid:!0,data:e,errorMessage:void 0}:{valid:!1,data:void 0,errorMessage:this._ajv.errorsText(t.errors)}}},ExperimentalServerTasks=class{constructor(e){this._server=e}requestStream(e,t,n){return this._server.requestStream(e,t,n)}async getTask(e,t){return this._server.getTask({taskId:e},t)}async getTaskResult(e,t,n){return this._server.getTaskResult({taskId:e},t,n)}async listTasks(e,t){return this._server.listTasks(e?{cursor:e}:void 0,t)}async cancelTask(e,t){return this._server.cancelTask({taskId:e},t)}};function assertToolsCallTaskCapability(e,t,n){if(!e)throw Error(`${n} does not support task creation (required for ${t})`);switch(t){case`tools/call`:if(!e.tools?.call)throw Error(`${n} does not support task creation for tools/call (required for ${t})`);break;default:break}}function assertClientRequestTaskCapability(e,t,n){if(!e)throw Error(`${n} does not support task creation (required for ${t})`);switch(t){case`sampling/createMessage`:if(!e.sampling?.createMessage)throw Error(`${n} does not support task creation for sampling/createMessage (required for ${t})`);break;case`elicitation/create`:if(!e.elicitation?.create)throw Error(`${n} does not support task creation for elicitation/create (required for ${t})`);break;default:break}}var Server=class extends Protocol{constructor(e,t){super(t),this._serverInfo=e,this._loggingLevels=new Map,this.LOG_LEVEL_SEVERITY=new Map(LoggingLevelSchema.options.map((e,t)=>[e,t])),this.isMessageIgnored=(e,t)=>{let n=this._loggingLevels.get(t);return n?this.LOG_LEVEL_SEVERITY.get(e)<this.LOG_LEVEL_SEVERITY.get(n):!1},this._capabilities=t?.capabilities??{},this._instructions=t?.instructions,this._jsonSchemaValidator=t?.jsonSchemaValidator??new AjvJsonSchemaValidator,this.setRequestHandler(InitializeRequestSchema,e=>this._oninitialize(e)),this.setNotificationHandler(InitializedNotificationSchema,()=>this.oninitialized?.()),this._capabilities.logging&&this.setRequestHandler(SetLevelRequestSchema,async(e,t)=>{let n=t.sessionId||t.requestInfo?.headers[`mcp-session-id`]||void 0,{level:r}=e.params,i=LoggingLevelSchema.safeParse(r);return i.success&&this._loggingLevels.set(n,i.data),{}})}get experimental(){return this._experimental||={tasks:new ExperimentalServerTasks(this)},this._experimental}registerCapabilities(e){if(this.transport)throw Error(`Cannot register capabilities after connecting to transport`);this._capabilities=mergeCapabilities(this._capabilities,e)}setRequestHandler(e,t){let n=getObjectShape(e)?.method;if(!n)throw Error(`Schema is missing a method literal`);let r;if(isZ4Schema(n)){let e=n;r=e._zod?.def?.value??e.value}else{let e=n;r=e._def?.value??e.value}if(typeof r!=`string`)throw Error(`Schema method literal must be a string`);if(r===`tools/call`){let n=async(e,n)=>{let r=safeParse(CallToolRequestSchema,e);if(!r.success){let e=r.error instanceof Error?r.error.message:String(r.error);throw new McpError(ErrorCode.InvalidParams,`Invalid tools/call request: ${e}`)}let{params:i}=r.data,a=await Promise.resolve(t(e,n));if(i.task){let e=safeParse(CreateTaskResultSchema,a);if(!e.success){let t=e.error instanceof Error?e.error.message:String(e.error);throw new McpError(ErrorCode.InvalidParams,`Invalid task creation result: ${t}`)}return e.data}let o=safeParse(CallToolResultSchema,a);if(!o.success){let e=o.error instanceof Error?o.error.message:String(o.error);throw new McpError(ErrorCode.InvalidParams,`Invalid tools/call result: ${e}`)}return o.data};return super.setRequestHandler(e,n)}return super.setRequestHandler(e,t)}assertCapabilityForMethod(e){switch(e){case`sampling/createMessage`:if(!this._clientCapabilities?.sampling)throw Error(`Client does not support sampling (required for ${e})`);break;case`elicitation/create`:if(!this._clientCapabilities?.elicitation)throw Error(`Client does not support elicitation (required for ${e})`);break;case`roots/list`:if(!this._clientCapabilities?.roots)throw Error(`Client does not support listing roots (required for ${e})`);break;case`ping`:break}}assertNotificationCapability(e){switch(e){case`notifications/message`:if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case`notifications/resources/updated`:case`notifications/resources/list_changed`:if(!this._capabilities.resources)throw Error(`Server does not support notifying about resources (required for ${e})`);break;case`notifications/tools/list_changed`:if(!this._capabilities.tools)throw Error(`Server does not support notifying of tool list changes (required for ${e})`);break;case`notifications/prompts/list_changed`:if(!this._capabilities.prompts)throw Error(`Server does not support notifying of prompt list changes (required for ${e})`);break;case`notifications/elicitation/complete`:if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for ${e})`);break;case`notifications/cancelled`:break;case`notifications/progress`:break}}assertRequestHandlerCapability(e){if(this._capabilities)switch(e){case`completion/complete`:if(!this._capabilities.completions)throw Error(`Server does not support completions (required for ${e})`);break;case`logging/setLevel`:if(!this._capabilities.logging)throw Error(`Server does not support logging (required for ${e})`);break;case`prompts/get`:case`prompts/list`:if(!this._capabilities.prompts)throw Error(`Server does not support prompts (required for ${e})`);break;case`resources/list`:case`resources/templates/list`:case`resources/read`:if(!this._capabilities.resources)throw Error(`Server does not support resources (required for ${e})`);break;case`tools/call`:case`tools/list`:if(!this._capabilities.tools)throw Error(`Server does not support tools (required for ${e})`);break;case`tasks/get`:case`tasks/list`:case`tasks/result`:case`tasks/cancel`:if(!this._capabilities.tasks)throw Error(`Server does not support tasks capability (required for ${e})`);break;case`ping`:case`initialize`:break}}assertTaskCapability(e){assertClientRequestTaskCapability(this._clientCapabilities?.tasks?.requests,e,`Client`)}assertTaskHandlerCapability(e){this._capabilities&&assertToolsCallTaskCapability(this._capabilities.tasks?.requests,e,`Server`)}async _oninitialize(e){let t=e.params.protocolVersion;return this._clientCapabilities=e.params.capabilities,this._clientVersion=e.params.clientInfo,{protocolVersion:SUPPORTED_PROTOCOL_VERSIONS.includes(t)?t:LATEST_PROTOCOL_VERSION,capabilities:this.getCapabilities(),serverInfo:this._serverInfo,...this._instructions&&{instructions:this._instructions}}}getClientCapabilities(){return this._clientCapabilities}getClientVersion(){return this._clientVersion}getCapabilities(){return this._capabilities}async ping(){return this.request({method:`ping`},EmptyResultSchema)}async createMessage(e,t){if((e.tools||e.toolChoice)&&!this._clientCapabilities?.sampling?.tools)throw Error(`Client does not support sampling tools capability.`);if(e.messages.length>0){let t=e.messages[e.messages.length-1],n=Array.isArray(t.content)?t.content:[t.content],r=n.some(e=>e.type===`tool_result`),i=e.messages.length>1?e.messages[e.messages.length-2]:void 0,a=i?Array.isArray(i.content)?i.content:[i.content]:[],o=a.some(e=>e.type===`tool_use`);if(r){if(n.some(e=>e.type!==`tool_result`))throw Error(`The last message must contain only tool_result content if any is present`);if(!o)throw Error(`tool_result blocks are not matching any tool_use from the previous message`)}if(o){let e=new Set(a.filter(e=>e.type===`tool_use`).map(e=>e.id)),t=new Set(n.filter(e=>e.type===`tool_result`).map(e=>e.toolUseId));if(e.size!==t.size||![...e].every(e=>t.has(e)))throw Error(`ids of tool_result blocks and tool_use blocks from previous message do not match`)}}return e.tools?this.request({method:`sampling/createMessage`,params:e},CreateMessageResultWithToolsSchema,t):this.request({method:`sampling/createMessage`,params:e},CreateMessageResultSchema,t)}async elicitInput(e,t){switch(e.mode??`form`){case`url`:{if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support url elicitation.`);let n=e;return this.request({method:`elicitation/create`,params:n},ElicitResultSchema,t)}case`form`:{if(!this._clientCapabilities?.elicitation?.form)throw Error(`Client does not support form elicitation.`);let n=e.mode===`form`?e:{...e,mode:`form`},r=await this.request({method:`elicitation/create`,params:n},ElicitResultSchema,t);if(r.action===`accept`&&r.content&&n.requestedSchema)try{let e=this._jsonSchemaValidator.getValidator(n.requestedSchema)(r.content);if(!e.valid)throw new McpError(ErrorCode.InvalidParams,`Elicitation response content does not match requested schema: ${e.errorMessage}`)}catch(e){throw e instanceof McpError?e:new McpError(ErrorCode.InternalError,`Error validating elicitation response: ${e instanceof Error?e.message:String(e)}`)}return r}}}createElicitationCompletionNotifier(e,t){if(!this._clientCapabilities?.elicitation?.url)throw Error(`Client does not support URL elicitation (required for notifications/elicitation/complete)`);return()=>this.notification({method:`notifications/elicitation/complete`,params:{elicitationId:e}},t)}async listRoots(e,t){return this.request({method:`roots/list`,params:e},ListRootsResultSchema,t)}async sendLoggingMessage(e,t){if(this._capabilities.logging&&!this.isMessageIgnored(e.level,t))return this.notification({method:`notifications/message`,params:e})}async sendResourceUpdated(e){return this.notification({method:`notifications/resources/updated`,params:e})}async sendResourceListChanged(){return this.notification({method:`notifications/resources/list_changed`})}async sendToolListChanged(){return this.notification({method:`notifications/tools/list_changed`})}async sendPromptListChanged(){return this.notification({method:`notifications/prompts/list_changed`})}};const COMPLETABLE_SYMBOL=Symbol.for(`mcp.completable`);function isCompletable(e){return!!e&&typeof e==`object`&&COMPLETABLE_SYMBOL in e}function getCompleter(e){return e[COMPLETABLE_SYMBOL]?.complete}var McpZodTypeKind;(function(e){e.Completable=`McpCompletable`})(McpZodTypeKind||={});const TOOL_NAME_REGEX=/^[A-Za-z0-9._-]{1,128}$/;function validateToolName(e){let t=[];if(e.length===0)return{isValid:!1,warnings:[`Tool name cannot be empty`]};if(e.length>128)return{isValid:!1,warnings:[`Tool name exceeds maximum length of 128 characters (current: ${e.length})`]};if(e.includes(` `)&&t.push(`Tool name contains spaces, which may cause parsing issues`),e.includes(`,`)&&t.push(`Tool name contains commas, which may cause parsing issues`),(e.startsWith(`-`)||e.endsWith(`-`))&&t.push(`Tool name starts or ends with a dash, which may cause parsing issues in some contexts`),(e.startsWith(`.`)||e.endsWith(`.`))&&t.push(`Tool name starts or ends with a dot, which may cause parsing issues in some contexts`),!TOOL_NAME_REGEX.test(e)){let n=e.split(``).filter(e=>!/[A-Za-z0-9._-]/.test(e)).filter((e,t,n)=>n.indexOf(e)===t);return t.push(`Tool name contains invalid characters: ${n.map(e=>`"${e}"`).join(`, `)}`,`Allowed characters are: A-Z, a-z, 0-9, underscore (_), dash (-), and dot (.)`),{isValid:!1,warnings:t}}return{isValid:!0,warnings:t}}function issueToolNameWarning(e,t){if(t.length>0){console.warn(`Tool name validation warning for "${e}":`);for(let e of t)console.warn(` - ${e}`);console.warn(`Tool registration will proceed, but this may cause compatibility issues.`),console.warn(`Consider updating the tool name to conform to the MCP tool naming standard.`),console.warn(`See SEP: Specify Format for Tool Names (https://github.com/modelcontextprotocol/modelcontextprotocol/issues/986) for more details.`)}}function validateAndWarnToolName(e){let t=validateToolName(e);return issueToolNameWarning(e,t.warnings),t.isValid}var ExperimentalMcpServerTasks=class{constructor(e){this._mcpServer=e}registerToolTask(e,t,n){let r={taskSupport:`required`,...t.execution};if(r.taskSupport===`forbidden`)throw Error(`Cannot register task-based tool '${e}' with taskSupport 'forbidden'. Use registerTool() instead.`);return this._mcpServer._createRegisteredTool(e,t.title,t.description,t.inputSchema,t.outputSchema,t.annotations,r,t._meta,n)}},McpServer=class{constructor(e,t){this._registeredResources={},this._registeredResourceTemplates={},this._registeredTools={},this._registeredPrompts={},this._toolHandlersInitialized=!1,this._completionHandlerInitialized=!1,this._resourceHandlersInitialized=!1,this._promptHandlersInitialized=!1,this.server=new Server(e,t)}get experimental(){return this._experimental||={tasks:new ExperimentalMcpServerTasks(this)},this._experimental}async connect(e){return await this.server.connect(e)}async close(){await this.server.close()}setToolRequestHandlers(){this._toolHandlersInitialized||=(this.server.assertCanSetRequestHandler(getMethodValue(ListToolsRequestSchema)),this.server.assertCanSetRequestHandler(getMethodValue(CallToolRequestSchema)),this.server.registerCapabilities({tools:{listChanged:!0}}),this.server.setRequestHandler(ListToolsRequestSchema,()=>({tools:Object.entries(this._registeredTools).filter(([,e])=>e.enabled).map(([e,t])=>{let n={name:e,title:t.title,description:t.description,inputSchema:(()=>{let e=normalizeObjectSchema(t.inputSchema);return e?toJsonSchemaCompat(e,{strictUnions:!0,pipeStrategy:`input`}):EMPTY_OBJECT_JSON_SCHEMA})(),annotations:t.annotations,execution:t.execution,_meta:t._meta};if(t.outputSchema){let e=normalizeObjectSchema(t.outputSchema);e&&(n.outputSchema=toJsonSchemaCompat(e,{strictUnions:!0,pipeStrategy:`output`}))}return n})})),this.server.setRequestHandler(CallToolRequestSchema,async(e,t)=>{try{let n=this._registeredTools[e.params.name];if(!n)throw new McpError(ErrorCode.InvalidParams,`Tool ${e.params.name} not found`);if(!n.enabled)throw new McpError(ErrorCode.InvalidParams,`Tool ${e.params.name} disabled`);let r=!!e.params.task,i=n.execution?.taskSupport,a=`createTask`in n.handler;if((i===`required`||i===`optional`)&&!a)throw new McpError(ErrorCode.InternalError,`Tool ${e.params.name} has taskSupport '${i}' but was not registered with registerToolTask`);if(i===`required`&&!r)throw new McpError(ErrorCode.MethodNotFound,`Tool ${e.params.name} requires task augmentation (taskSupport: 'required')`);if(i===`optional`&&!r&&a)return await this.handleAutomaticTaskPolling(n,e,t);let o=await this.validateToolInput(n,e.params.arguments,e.params.name),s=await this.executeToolHandler(n,o,t);return r||await this.validateToolOutput(n,s,e.params.name),s}catch(e){if(e instanceof McpError&&e.code===ErrorCode.UrlElicitationRequired)throw e;return this.createToolError(e instanceof Error?e.message:String(e))}}),!0)}createToolError(e){return{content:[{type:`text`,text:e}],isError:!0}}async validateToolInput(e,t,n){if(!e.inputSchema)return;let r=await safeParseAsync(normalizeObjectSchema(e.inputSchema)??e.inputSchema,t);if(!r.success){let e=getParseErrorMessage(`error`in r?r.error:`Unknown error`);throw new McpError(ErrorCode.InvalidParams,`Input validation error: Invalid arguments for tool ${n}: ${e}`)}return r.data}async validateToolOutput(e,t,n){if(!e.outputSchema||!(`content`in t)||t.isError)return;if(!t.structuredContent)throw new McpError(ErrorCode.InvalidParams,`Output validation error: Tool ${n} has an output schema but no structured content was provided`);let r=await safeParseAsync(normalizeObjectSchema(e.outputSchema),t.structuredContent);if(!r.success){let e=getParseErrorMessage(`error`in r?r.error:`Unknown error`);throw new McpError(ErrorCode.InvalidParams,`Output validation error: Invalid structured content for tool ${n}: ${e}`)}}async executeToolHandler(e,t,n){let r=e.handler;if(`createTask`in r){if(!n.taskStore)throw Error(`No task store provided.`);let i={...n,taskStore:n.taskStore};if(e.inputSchema){let e=r;return await Promise.resolve(e.createTask(t,i))}else{let e=r;return await Promise.resolve(e.createTask(i))}}if(e.inputSchema){let e=r;return await Promise.resolve(e(t,n))}else{let e=r;return await Promise.resolve(e(n))}}async handleAutomaticTaskPolling(e,t,n){if(!n.taskStore)throw Error(`No task store provided for task-capable tool.`);let r=await this.validateToolInput(e,t.params.arguments,t.params.name),i=e.handler,a={...n,taskStore:n.taskStore},o=r?await Promise.resolve(i.createTask(r,a)):await Promise.resolve(i.createTask(a)),s=o.task.taskId,c=o.task,l=c.pollInterval??5e3;for(;c.status!==`completed`&&c.status!==`failed`&&c.status!==`cancelled`;){await new Promise(e=>setTimeout(e,l));let e=await n.taskStore.getTask(s);if(!e)throw new McpError(ErrorCode.InternalError,`Task ${s} not found during polling`);c=e}return await n.taskStore.getTaskResult(s)}setCompletionRequestHandler(){this._completionHandlerInitialized||=(this.server.assertCanSetRequestHandler(getMethodValue(CompleteRequestSchema)),this.server.registerCapabilities({completions:{}}),this.server.setRequestHandler(CompleteRequestSchema,async e=>{switch(e.params.ref.type){case`ref/prompt`:return assertCompleteRequestPrompt(e),this.handlePromptCompletion(e,e.params.ref);case`ref/resource`:return assertCompleteRequestResourceTemplate(e),this.handleResourceCompletion(e,e.params.ref);default:throw new McpError(ErrorCode.InvalidParams,`Invalid completion reference: ${e.params.ref}`)}}),!0)}async handlePromptCompletion(e,t){let n=this._registeredPrompts[t.name];if(!n)throw new McpError(ErrorCode.InvalidParams,`Prompt ${t.name} not found`);if(!n.enabled)throw new McpError(ErrorCode.InvalidParams,`Prompt ${t.name} disabled`);if(!n.argsSchema)return EMPTY_COMPLETION_RESULT;let r=getObjectShape(n.argsSchema)?.[e.params.argument.name];if(!isCompletable(r))return EMPTY_COMPLETION_RESULT;let i=getCompleter(r);return i?createCompletionResult(await i(e.params.argument.value,e.params.context)):EMPTY_COMPLETION_RESULT}async handleResourceCompletion(e,t){let n=Object.values(this._registeredResourceTemplates).find(e=>e.resourceTemplate.uriTemplate.toString()===t.uri);if(!n){if(this._registeredResources[t.uri])return EMPTY_COMPLETION_RESULT;throw new McpError(ErrorCode.InvalidParams,`Resource template ${e.params.ref.uri} not found`)}let r=n.resourceTemplate.completeCallback(e.params.argument.name);return r?createCompletionResult(await r(e.params.argument.value,e.params.context)):EMPTY_COMPLETION_RESULT}setResourceRequestHandlers(){this._resourceHandlersInitialized||=(this.server.assertCanSetRequestHandler(getMethodValue(ListResourcesRequestSchema)),this.server.assertCanSetRequestHandler(getMethodValue(ListResourceTemplatesRequestSchema)),this.server.assertCanSetRequestHandler(getMethodValue(ReadResourceRequestSchema)),this.server.registerCapabilities({resources:{listChanged:!0}}),this.server.setRequestHandler(ListResourcesRequestSchema,async(e,t)=>{let n=Object.entries(this._registeredResources).filter(([e,t])=>t.enabled).map(([e,t])=>({uri:e,name:t.name,...t.metadata})),r=[];for(let e of Object.values(this._registeredResourceTemplates)){if(!e.resourceTemplate.listCallback)continue;let n=await e.resourceTemplate.listCallback(t);for(let t of n.resources)r.push({...e.metadata,...t})}return{resources:[...n,...r]}}),this.server.setRequestHandler(ListResourceTemplatesRequestSchema,async()=>({resourceTemplates:Object.entries(this._registeredResourceTemplates).map(([e,t])=>({name:e,uriTemplate:t.resourceTemplate.uriTemplate.toString(),...t.metadata}))})),this.server.setRequestHandler(ReadResourceRequestSchema,async(e,t)=>{let n=new URL(e.params.uri),r=this._registeredResources[n.toString()];if(r){if(!r.enabled)throw new McpError(ErrorCode.InvalidParams,`Resource ${n} disabled`);return r.readCallback(n,t)}for(let e of Object.values(this._registeredResourceTemplates)){let r=e.resourceTemplate.uriTemplate.match(n.toString());if(r)return e.readCallback(n,r,t)}throw new McpError(ErrorCode.InvalidParams,`Resource ${n} not found`)}),!0)}setPromptRequestHandlers(){this._promptHandlersInitialized||=(this.server.assertCanSetRequestHandler(getMethodValue(ListPromptsRequestSchema)),this.server.assertCanSetRequestHandler(getMethodValue(GetPromptRequestSchema)),this.server.registerCapabilities({prompts:{listChanged:!0}}),this.server.setRequestHandler(ListPromptsRequestSchema,()=>({prompts:Object.entries(this._registeredPrompts).filter(([,e])=>e.enabled).map(([e,t])=>({name:e,title:t.title,description:t.description,arguments:t.argsSchema?promptArgumentsFromSchema(t.argsSchema):void 0}))})),this.server.setRequestHandler(GetPromptRequestSchema,async(e,t)=>{let n=this._registeredPrompts[e.params.name];if(!n)throw new McpError(ErrorCode.InvalidParams,`Prompt ${e.params.name} not found`);if(!n.enabled)throw new McpError(ErrorCode.InvalidParams,`Prompt ${e.params.name} disabled`);if(n.argsSchema){let r=await safeParseAsync(normalizeObjectSchema(n.argsSchema),e.params.arguments);if(!r.success){let t=getParseErrorMessage(`error`in r?r.error:`Unknown error`);throw new McpError(ErrorCode.InvalidParams,`Invalid arguments for prompt ${e.params.name}: ${t}`)}let i=r.data,a=n.callback;return await Promise.resolve(a(i,t))}else{let e=n.callback;return await Promise.resolve(e(t))}}),!0)}resource(e,t,...n){let r;typeof n[0]==`object`&&(r=n.shift());let i=n[0];if(typeof t==`string`){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let n=this._createRegisteredResource(e,void 0,t,r,i);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let n=this._createRegisteredResourceTemplate(e,void 0,t,r,i);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),n}}registerResource(e,t,n,r){if(typeof t==`string`){if(this._registeredResources[t])throw Error(`Resource ${t} is already registered`);let i=this._createRegisteredResource(e,n.title,t,n,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}else{if(this._registeredResourceTemplates[e])throw Error(`Resource template ${e} is already registered`);let i=this._createRegisteredResourceTemplate(e,n.title,t,n,r);return this.setResourceRequestHandlers(),this.sendResourceListChanged(),i}}_createRegisteredResource(e,t,n,r,i){let a={name:e,title:t,metadata:r,readCallback:i,enabled:!0,disable:()=>a.update({enabled:!1}),enable:()=>a.update({enabled:!0}),remove:()=>a.update({uri:null}),update:e=>{e.uri!==void 0&&e.uri!==n&&(delete this._registeredResources[n],e.uri&&(this._registeredResources[e.uri]=a)),e.name!==void 0&&(a.name=e.name),e.title!==void 0&&(a.title=e.title),e.metadata!==void 0&&(a.metadata=e.metadata),e.callback!==void 0&&(a.readCallback=e.callback),e.enabled!==void 0&&(a.enabled=e.enabled),this.sendResourceListChanged()}};return this._registeredResources[n]=a,a}_createRegisteredResourceTemplate(e,t,n,r,i){let a={resourceTemplate:n,title:t,metadata:r,readCallback:i,enabled:!0,disable:()=>a.update({enabled:!1}),enable:()=>a.update({enabled:!0}),remove:()=>a.update({name:null}),update:t=>{t.name!==void 0&&t.name!==e&&(delete this._registeredResourceTemplates[e],t.name&&(this._registeredResourceTemplates[t.name]=a)),t.title!==void 0&&(a.title=t.title),t.template!==void 0&&(a.resourceTemplate=t.template),t.metadata!==void 0&&(a.metadata=t.metadata),t.callback!==void 0&&(a.readCallback=t.callback),t.enabled!==void 0&&(a.enabled=t.enabled),this.sendResourceListChanged()}};this._registeredResourceTemplates[e]=a;let o=n.uriTemplate.variableNames;return Array.isArray(o)&&o.some(e=>!!n.completeCallback(e))&&this.setCompletionRequestHandler(),a}_createRegisteredPrompt(e,t,n,r,i){let a={title:t,description:n,argsSchema:r===void 0?void 0:objectFromShape(r),callback:i,enabled:!0,disable:()=>a.update({enabled:!1}),enable:()=>a.update({enabled:!0}),remove:()=>a.update({name:null}),update:t=>{t.name!==void 0&&t.name!==e&&(delete this._registeredPrompts[e],t.name&&(this._registeredPrompts[t.name]=a)),t.title!==void 0&&(a.title=t.title),t.description!==void 0&&(a.description=t.description),t.argsSchema!==void 0&&(a.argsSchema=objectFromShape(t.argsSchema)),t.callback!==void 0&&(a.callback=t.callback),t.enabled!==void 0&&(a.enabled=t.enabled),this.sendPromptListChanged()}};return this._registeredPrompts[e]=a,r&&Object.values(r).some(e=>isCompletable(e instanceof ZodOptional?e._def?.innerType:e))&&this.setCompletionRequestHandler(),a}_createRegisteredTool(e,t,n,r,i,a,o,s,c){validateAndWarnToolName(e);let l={title:t,description:n,inputSchema:getZodSchemaObject(r),outputSchema:getZodSchemaObject(i),annotations:a,execution:o,_meta:s,handler:c,enabled:!0,disable:()=>l.update({enabled:!1}),enable:()=>l.update({enabled:!0}),remove:()=>l.update({name:null}),update:t=>{t.name!==void 0&&t.name!==e&&(typeof t.name==`string`&&validateAndWarnToolName(t.name),delete this._registeredTools[e],t.name&&(this._registeredTools[t.name]=l)),t.title!==void 0&&(l.title=t.title),t.description!==void 0&&(l.description=t.description),t.paramsSchema!==void 0&&(l.inputSchema=objectFromShape(t.paramsSchema)),t.outputSchema!==void 0&&(l.outputSchema=objectFromShape(t.outputSchema)),t.callback!==void 0&&(l.handler=t.callback),t.annotations!==void 0&&(l.annotations=t.annotations),t._meta!==void 0&&(l._meta=t._meta),t.enabled!==void 0&&(l.enabled=t.enabled),this.sendToolListChanged()}};return this._registeredTools[e]=l,this.setToolRequestHandlers(),this.sendToolListChanged(),l}tool(e,...t){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let n,r,i;if(typeof t[0]==`string`&&(n=t.shift()),t.length>1){let e=t[0];isZodRawShapeCompat(e)?(r=t.shift(),t.length>1&&typeof t[0]==`object`&&t[0]!==null&&!isZodRawShapeCompat(t[0])&&(i=t.shift())):typeof e==`object`&&e&&(i=t.shift())}let a=t[0];return this._createRegisteredTool(e,void 0,n,r,void 0,i,{taskSupport:`forbidden`},void 0,a)}registerTool(e,t,n){if(this._registeredTools[e])throw Error(`Tool ${e} is already registered`);let{title:r,description:i,inputSchema:a,outputSchema:o,annotations:s,_meta:c}=t;return this._createRegisteredTool(e,r,i,a,o,s,{taskSupport:`forbidden`},c,n)}prompt(e,...t){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let n;typeof t[0]==`string`&&(n=t.shift());let r;t.length>1&&(r=t.shift());let i=t[0],a=this._createRegisteredPrompt(e,void 0,n,r,i);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),a}registerPrompt(e,t,n){if(this._registeredPrompts[e])throw Error(`Prompt ${e} is already registered`);let{title:r,description:i,argsSchema:a}=t,o=this._createRegisteredPrompt(e,r,i,a,n);return this.setPromptRequestHandlers(),this.sendPromptListChanged(),o}isConnected(){return this.server.transport!==void 0}async sendLoggingMessage(e,t){return this.server.sendLoggingMessage(e,t)}sendResourceListChanged(){this.isConnected()&&this.server.sendResourceListChanged()}sendToolListChanged(){this.isConnected()&&this.server.sendToolListChanged()}sendPromptListChanged(){this.isConnected()&&this.server.sendPromptListChanged()}};const EMPTY_OBJECT_JSON_SCHEMA={type:`object`,properties:{}};function isZodTypeLike(e){return typeof e==`object`&&!!e&&`parse`in e&&typeof e.parse==`function`&&`safeParse`in e&&typeof e.safeParse==`function`}function isZodSchemaInstance(e){return`_def`in e||`_zod`in e||isZodTypeLike(e)}function isZodRawShapeCompat(e){return typeof e!=`object`||!e||isZodSchemaInstance(e)?!1:Object.keys(e).length===0?!0:Object.values(e).some(isZodTypeLike)}function getZodSchemaObject(e){if(e)return isZodRawShapeCompat(e)?objectFromShape(e):e}function promptArgumentsFromSchema(e){let t=getObjectShape(e);return t?Object.entries(t).map(([e,t])=>({name:e,description:getSchemaDescription(t),required:!isSchemaOptional(t)})):[]}function getMethodValue(e){let t=getObjectShape(e)?.method;if(!t)throw Error(`Schema is missing a method literal`);let n=getLiteralValue(t);if(typeof n==`string`)return n;throw Error(`Schema method literal must be a string`)}function createCompletionResult(e){return{completion:{values:e.slice(0,100),total:e.length,hasMore:e.length>100}}}const EMPTY_COMPLETION_RESULT={completion:{values:[],hasMore:!1}};var ReadBuffer=class{append(e){this._buffer=this._buffer?Buffer.concat([this._buffer,e]):e}readMessage(){if(!this._buffer)return null;let e=this._buffer.indexOf(`
11
+ `);if(e===-1)return null;let t=this._buffer.toString(`utf8`,0,e).replace(/\r$/,``);return this._buffer=this._buffer.subarray(e+1),deserializeMessage(t)}clear(){this._buffer=void 0}};function deserializeMessage(e){return JSONRPCMessageSchema.parse(JSON.parse(e))}function serializeMessage(e){return JSON.stringify(e)+`
12
+ `}var StdioServerTransport=class{constructor(e=process.stdin,t=process.stdout){this._stdin=e,this._stdout=t,this._readBuffer=new ReadBuffer,this._started=!1,this._ondata=e=>{this._readBuffer.append(e),this.processReadBuffer()},this._onerror=e=>{this.onerror?.(e)}}async start(){if(this._started)throw Error(`StdioServerTransport already started! If using Server class, note that connect() calls start() automatically.`);this._started=!0,this._stdin.on(`data`,this._ondata),this._stdin.on(`error`,this._onerror)}processReadBuffer(){for(;;)try{let e=this._readBuffer.readMessage();if(e===null)break;this.onmessage?.(e)}catch(e){this.onerror?.(e)}}async close(){this._stdin.off(`data`,this._ondata),this._stdin.off(`error`,this._onerror),this._stdin.listenerCount(`data`)===0&&this._stdin.pause(),this._readBuffer.clear(),this.onclose?.()}send(e){return new Promise(t=>{let n=serializeMessage(e);this._stdout.write(n)?t():this._stdout.once(`drain`,t)})}};export{literalType as C,stringType as D,recordType as E,unionType as O,enumType as S,objectType as T,require_names as _,require_metadata as a,arrayType as b,require_dependencies as c,require_ref as d,require_core$1 as f,require_validate as g,require_validation_error as h,require_discriminator as i,require_validation as l,require_ref_error as m,McpServer as n,require_format as o,require_compile as p,require_dist as r,require_applicator as s,StdioServerTransport as t,require_core as u,require_util as v,numberType as w,discriminatedUnionType as x,require_codegen as y};