trand_common_v1 0.2.6 → 0.2.7

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.
@@ -81,3 +81,20 @@ export declare const KEYS_STREET_STR: string[];
81
81
  export declare const KEYS_STREET_NUM: string[];
82
82
  export declare const KEYS_STREET_BOOL: string[];
83
83
  export declare const KEYS_STREET_STR_ARRAY: string[];
84
+ export type TStreetListForCityDetail = {
85
+ country_code: string;
86
+ city_code: string;
87
+ street_code: string;
88
+ name: string;
89
+ native: string | null;
90
+ name_ko: string;
91
+ is_active: boolean;
92
+ is_display: boolean;
93
+ content_count: number;
94
+ thumbnail_main_1: string | null;
95
+ thumbnail_main_2: string | null;
96
+ thumbnail_1: string | null;
97
+ thumbnail_2: string | null;
98
+ thumbnail_vertical_1: string | null;
99
+ thumbnail_vertical_2: string | null;
100
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"