@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.
@@ -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 = (PublicVTSE41 | PublicVTSE51 | PublicVTSE52) | Cancel;
296
+ export type Main = PublicVTSE41 | PublicVTSE51 | PublicVTSE52 | Cancel;
297
297
 
298
298
  }