@dmdata/telegram-json-types 1.0.9-jschema.0 → 1.1.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 (74) hide show
  1. package/README.md +44 -3
  2. package/dist/build.js +22 -11
  3. package/dist/config.d.ts +2 -1
  4. package/dist/config.js +3 -2
  5. package/dist/jschema/earthquake-counts_1.0.0.json +1 -0
  6. package/dist/jschema/earthquake-explanation_1.0.0.json +1 -0
  7. package/dist/jschema/earthquake-hypocenter-update_1.0.0.json +1 -0
  8. package/dist/jschema/earthquake-information_1.0.0.json +1 -0
  9. package/dist/jschema/earthquake-information_1.1.0.json +1 -0
  10. package/dist/jschema/earthquake-nankai_1.0.0.json +1 -0
  11. package/dist/jschema/eew-information_1.0.0.json +1 -0
  12. package/dist/jschema/tsunami-information_1.0.0.json +1 -0
  13. package/dist/jschema/volcano-information_1.0.0.json +1 -0
  14. package/dist/jschema/weather-early_1.0.0.json +1 -0
  15. package/dist/jschema/weather-impact-society_1.0.0.json +1 -0
  16. package/dist/jschema/weather-information_1.0.0.json +1 -0
  17. package/dist/jschema/weather-landslide_1.0.0.json +1 -0
  18. package/dist/jschema/weather-river-flood_1.0.0.json +1 -0
  19. package/dist/jschema/weather-tornado_1.0.0.json +1 -0
  20. package/dist/jschema/weather-typhoon_1.0.0.json +1 -0
  21. package/dist/jschema/weather-warning_1.0.0.json +1 -0
  22. package/dist/jschema-load.d.ts +1 -1
  23. package/dist/jschema-load.js +12 -6
  24. package/index.d.ts +2 -2
  25. package/jest.config.ts +202 -0
  26. package/package.json +29 -21
  27. package/test/sample-schema-check.test.ts +54 -0
  28. package/tsconfig.json +28 -15
  29. package/types/component/code-name.ts +4 -0
  30. package/types/{schema/component → component}/coordinate.d.ts +2 -2
  31. package/types/{schema/component → component}/earthquake.d.ts +0 -0
  32. package/types/{schema/component → component}/unit-value.d.ts +13 -13
  33. package/types/index.d.ts +35 -4
  34. package/types/schema/earthquake-counts/1.0.0.d.ts +69 -0
  35. package/types/schema/earthquake-counts/index.d.ts +7 -0
  36. package/types/schema/earthquake-explanation/1.0.0.d.ts +57 -0
  37. package/types/schema/earthquake-explanation/index.d.ts +7 -0
  38. package/types/schema/earthquake-hypocenter-update/1.0.0.d.ts +53 -0
  39. package/types/schema/earthquake-hypocenter-update/index.d.ts +7 -0
  40. package/types/schema/earthquake-information/1.0.0.d.ts +159 -0
  41. package/types/schema/{earthquake-information.d.ts → earthquake-information/1.1.0.d.ts} +206 -181
  42. package/types/schema/earthquake-information/index.d.ts +9 -0
  43. package/types/schema/earthquake-nankai/1.0.0.d.ts +86 -0
  44. package/types/schema/earthquake-nankai/index.d.ts +7 -0
  45. package/types/schema/{eew-information.d.ts → eew-information/1.0.0.d.ts} +42 -39
  46. package/types/schema/eew-information/index.d.ts +7 -0
  47. package/types/schema/{tsunami-information.d.ts → tsunami-information/1.0.0.d.ts} +262 -230
  48. package/types/schema/tsunami-information/index.d.ts +7 -0
  49. package/types/schema/volcano-information/1.0.0.d.ts +450 -0
  50. package/types/schema/volcano-information/index.d.ts +7 -0
  51. package/types/schema/weather-early/1.0.0.d.ts +135 -0
  52. package/types/schema/weather-early/index.d.ts +7 -0
  53. package/types/schema/weather-impact-society/1.0.0.d.ts +140 -0
  54. package/types/schema/weather-impact-society/index.d.ts +7 -0
  55. package/types/schema/weather-information/1.0.0.d.ts +30 -0
  56. package/types/schema/weather-information/index.d.ts +7 -0
  57. package/types/schema/weather-landslide/1.0.0.d.ts +51 -0
  58. package/types/schema/weather-landslide/index.d.ts +7 -0
  59. package/types/schema/weather-river-flood/1.0.0.d.ts +188 -0
  60. package/types/schema/weather-river-flood/index.d.ts +7 -0
  61. package/types/schema/weather-tornado/1.0.0.d.ts +51 -0
  62. package/types/schema/weather-tornado/index.d.ts +7 -0
  63. package/types/schema/{weather-typhoon.d.ts → weather-typhoon/1.0.0.d.ts} +26 -13
  64. package/types/schema/weather-typhoon/index.d.ts +7 -0
  65. package/types/schema/weather-warning/1.0.0.d.ts +212 -0
  66. package/types/schema/weather-warning/index.d.ts +7 -0
  67. package/dist/jschema/earthquake-information.json +0 -1778
  68. package/dist/jschema/eew-information.json +0 -2742
  69. package/dist/jschema/tsunami-information.json +0 -3891
  70. package/dist/jschema/weather-typhoon.json +0 -4969
  71. package/jschema/build.ts +0 -56
  72. package/jschema/config.ts +0 -4
  73. package/jschema/jschema-load.ts +0 -26
  74. package/tsconfig.jschema.json +0 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.