trand_common_v1 0.2.88 → 0.2.89

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.
@@ -107,11 +107,13 @@ export type TStreetListForCityDetail = {
107
107
  name: string;
108
108
  native: string | null;
109
109
  name_ko: string;
110
+ name_i18n?: string | null;
110
111
  name_jp: string | null;
111
112
  name_zh_hans: string | null;
112
113
  name_zh_hant: string | null;
113
114
  name_es: string | null;
114
115
  one_line: string | null;
116
+ one_line_i18n?: string | null;
115
117
  order_num: number;
116
118
  is_active: boolean;
117
119
  is_display: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.88",
3
+ "version": "0.2.89",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"