@dmdata/telegram-json-types 1.1.16 → 1.1.17
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.
- package/dist/build.js +17 -7
- package/dist/jschema/earthquake-hypocenter-update_1.0.0.json +1 -1
- package/dist/jschema/earthquake-information_1.0.0.json +1 -1
- package/dist/jschema/earthquake-information_1.1.0.json +1 -1
- package/dist/jschema/eew-information_1.0.0.json +1 -1
- package/dist/jschema/forecast-2week-temperature_1.0.0.json +1 -1
- package/dist/jschema/forecast-prefecture_1.0.0.json +1 -1
- package/dist/jschema/forecast-season_1.0.0.json +1 -1
- package/dist/jschema/forecast-warning-possibility_1.0.0.json +1 -1
- package/dist/jschema/forecast-weathermap_1.0.0.json +1 -1
- package/dist/jschema/tsunami-information_1.0.0.json +1 -1
- package/dist/jschema/tsunami-information_1.1.0.json +1 -1
- package/dist/jschema/volcano-information_1.0.0.json +1 -1
- package/dist/jschema/weather-impact-society_1.0.0.json +1 -1
- package/dist/jschema/weather-typhoon_1.0.0.json +1 -1
- package/dist/jschema/weather-warning_1.0.0.json +1 -1
- package/dist/jschema-load.js +18 -9
- package/package.json +8 -8
- package/types/schema/tsunami-information/1.0.0.d.ts +2 -2
- package/types/schema/tsunami-information/1.1.0.d.ts +2 -2
|
@@ -283,7 +283,7 @@ export namespace TsunamiInformation {
|
|
|
283
283
|
|
|
284
284
|
|
|
285
285
|
export interface Cancel extends TelegramJSONMain {
|
|
286
|
-
type: '津波警報・注意報・予報a' | '津波情報a' | '
|
|
286
|
+
type: '津波警報・注意報・予報a' | '津波情報a' | '沖合の津波観測に関する情報';
|
|
287
287
|
infoType: '取消';
|
|
288
288
|
targetDateTimeDubious?: never;
|
|
289
289
|
targetDuration?: never;
|
|
@@ -293,6 +293,6 @@ export namespace TsunamiInformation {
|
|
|
293
293
|
body: CancelBody;
|
|
294
294
|
}
|
|
295
295
|
|
|
296
|
-
export type Main =
|
|
296
|
+
export type Main = PublicVTSE41 | PublicVTSE51 | PublicVTSE52 | Cancel;
|
|
297
297
|
|
|
298
298
|
}
|