@gizone/rrs-client 4.2.0-alpha.312 → 4.2.0-alpha.314

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.
@@ -46,5 +46,8 @@ export declare const DisasterWarningStandardCategoryEnum: {
46
46
  readonly TaiFeng: "TAI_FENG";
47
47
  readonly XueZai: "XUE_ZAI";
48
48
  readonly ZhongWuRan: "ZHONG_WU_RAN";
49
+ readonly Ddzhqxfx: "DDZHQXFX";
50
+ readonly GanReFeng: "GAN_RE_FENG";
51
+ readonly GaoWen: "GAO_WEN";
49
52
  };
50
53
  export type DisasterWarningStandardCategoryEnum = typeof DisasterWarningStandardCategoryEnum[keyof typeof DisasterWarningStandardCategoryEnum];
@@ -47,5 +47,8 @@ export const DisasterWarningStandardCategoryEnum = {
47
47
  ShuangDong: 'SHUANG_DONG',
48
48
  TaiFeng: 'TAI_FENG',
49
49
  XueZai: 'XUE_ZAI',
50
- ZhongWuRan: 'ZHONG_WU_RAN'
50
+ ZhongWuRan: 'ZHONG_WU_RAN',
51
+ Ddzhqxfx: 'DDZHQXFX',
52
+ GanReFeng: 'GAN_RE_FENG',
53
+ GaoWen: 'GAO_WEN'
51
54
  };
@@ -46,5 +46,8 @@ export declare const DisasterWarningStandardCategoryEnum: {
46
46
  readonly TaiFeng: "TAI_FENG";
47
47
  readonly XueZai: "XUE_ZAI";
48
48
  readonly ZhongWuRan: "ZHONG_WU_RAN";
49
+ readonly Ddzhqxfx: "DDZHQXFX";
50
+ readonly GanReFeng: "GAN_RE_FENG";
51
+ readonly GaoWen: "GAO_WEN";
49
52
  };
50
53
  export type DisasterWarningStandardCategoryEnum = typeof DisasterWarningStandardCategoryEnum[keyof typeof DisasterWarningStandardCategoryEnum];
@@ -50,5 +50,8 @@ exports.DisasterWarningStandardCategoryEnum = {
50
50
  ShuangDong: 'SHUANG_DONG',
51
51
  TaiFeng: 'TAI_FENG',
52
52
  XueZai: 'XUE_ZAI',
53
- ZhongWuRan: 'ZHONG_WU_RAN'
53
+ ZhongWuRan: 'ZHONG_WU_RAN',
54
+ Ddzhqxfx: 'DDZHQXFX',
55
+ GanReFeng: 'GAN_RE_FENG',
56
+ GaoWen: 'GAO_WEN'
54
57
  };
@@ -51,7 +51,10 @@ export const DisasterWarningStandardCategoryEnum = {
51
51
  ShuangDong: 'SHUANG_DONG',
52
52
  TaiFeng: 'TAI_FENG',
53
53
  XueZai: 'XUE_ZAI',
54
- ZhongWuRan: 'ZHONG_WU_RAN'
54
+ ZhongWuRan: 'ZHONG_WU_RAN',
55
+ Ddzhqxfx: 'DDZHQXFX',
56
+ GanReFeng: 'GAN_RE_FENG',
57
+ GaoWen: 'GAO_WEN'
55
58
  } as const;
56
59
 
57
60
  export type DisasterWarningStandardCategoryEnum = typeof DisasterWarningStandardCategoryEnum[keyof typeof DisasterWarningStandardCategoryEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.312",
3
+ "version": "4.2.0-alpha.314",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {