dplus_common_v1 0.1.91 → 0.1.93
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.
|
@@ -10,6 +10,7 @@ export type TCityOption = {
|
|
|
10
10
|
name: string;
|
|
11
11
|
name_native: string | null;
|
|
12
12
|
name_ko: string | null;
|
|
13
|
+
order_num: number;
|
|
13
14
|
};
|
|
14
15
|
export type TCityInfoForCountryDetail = {
|
|
15
16
|
city_code: string;
|
|
@@ -17,9 +18,15 @@ export type TCityInfoForCountryDetail = {
|
|
|
17
18
|
name: string;
|
|
18
19
|
name_native: string | null;
|
|
19
20
|
name_ko: string | null;
|
|
21
|
+
order_num: number;
|
|
20
22
|
thumbnail_square: string | null;
|
|
21
23
|
thumbnail_horizontal: string | null;
|
|
22
24
|
thumbnail_vertical: string | null;
|
|
25
|
+
hero_image_01: string | null;
|
|
26
|
+
hero_image_02: string | null;
|
|
27
|
+
hero_image_03: string | null;
|
|
28
|
+
hero_image_04: string | null;
|
|
29
|
+
hero_image_05: string | null;
|
|
23
30
|
view_count: number;
|
|
24
31
|
event_count: number;
|
|
25
32
|
name_i18n: string | null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* DB 컬럼 목록 For City List For Admin
|
|
3
3
|
*/
|
|
4
|
-
export const DB_COLUMNS_CITY_OPTION = ["country_code", "city_code", "name", "name_native", "name_ko"];
|
|
4
|
+
export const DB_COLUMNS_CITY_OPTION = ["country_code", "city_code", "name", "name_native", "name_ko", "order_num"];
|
|
5
5
|
/*
|
|
6
6
|
* DB 컬럼 목록 For City List For Admin
|
|
7
7
|
*/
|
|
@@ -11,6 +11,7 @@ export const DB_COLUMNS_CITY_LIST_FOR_ADMIN = [
|
|
|
11
11
|
"name",
|
|
12
12
|
"name_native",
|
|
13
13
|
"name_ko",
|
|
14
|
+
"order_num",
|
|
14
15
|
"profile",
|
|
15
16
|
"official_web",
|
|
16
17
|
"youtube_ch_id",
|
|
@@ -77,7 +78,7 @@ export const KEYS_CITY_STR = [
|
|
|
77
78
|
* 도시 데이터 숫자 KEY 목록
|
|
78
79
|
* FormDataParsing 할 때 사용
|
|
79
80
|
*/
|
|
80
|
-
export const KEYS_CITY_NUM = ["location", "latitude", "longitude", "radius_m", "view_count", "event_count"];
|
|
81
|
+
export const KEYS_CITY_NUM = ["order_num", "location", "latitude", "longitude", "radius_m", "view_count", "event_count"];
|
|
81
82
|
/*
|
|
82
83
|
* 도시 데이터 불리언 KEY 목록
|
|
83
84
|
* FormData Parsing 할 때 사용
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"AAsCA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;AAkBnH;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,aAAa;IACb,SAAS;IACT,WAAW;IACX,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,aAAa;CACd,CAAC;AAmDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,cAAc;IACd,gBAAgB;IAChB,MAAM;IACN,aAAa;IACb,SAAS;IACT,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAEzH;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|