dplus_common_v1 0.1.76 → 0.1.78
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.
- package/dist/dplus-types/dplus-response-types.d.ts +31 -3
- package/dist/fields/fields-i18n/f-country-metadata-i18n.d.ts +70 -0
- package/dist/fields/fields-i18n/f-country-metadata-i18n.js +71 -0
- package/dist/fields/fields-i18n/f-country-metadata-i18n.js.map +1 -0
- package/dist/fields/fields-i18n/f-country-view-log.d.ts +34 -0
- package/dist/fields/fields-i18n/f-country-view-log.js +35 -0
- package/dist/fields/fields-i18n/f-country-view-log.js.map +1 -0
- package/dist/fields/fields-i18n/f-country.d.ts +199 -0
- package/dist/fields/fields-i18n/f-country.js +199 -0
- package/dist/fields/fields-i18n/f-country.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-event.d.ts +41 -0
- package/dist/fields/fields-map/f-map-country-event.js +42 -0
- package/dist/fields/fields-map/f-map-country-event.js.map +1 -0
- package/dist/fields/fields-map/f-map-country-folder.d.ts +47 -0
- package/dist/fields/fields-map/f-map-country-folder.js +48 -0
- package/dist/fields/fields-map/f-map-country-folder.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/types/types-category/t-category.d.ts +18 -0
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city.d.ts +14 -0
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-i18n/t-country-metadata-i18n.d.ts +20 -0
- package/dist/types/types-i18n/t-country-metadata-i18n.js +2 -0
- package/dist/types/types-i18n/t-country-metadata-i18n.js.map +1 -0
- package/dist/types/types-i18n/t-country-view-log.d.ts +12 -0
- package/dist/types/types-i18n/t-country-view-log.js +2 -0
- package/dist/types/types-i18n/t-country-view-log.js.map +1 -0
- package/dist/types/types-i18n/t-country.d.ts +43 -2
- package/dist/types/types-map/t-map-country-event.d.ts +21 -0
- package/dist/types/types-map/t-map-country-event.js +2 -0
- package/dist/types/types-map/t-map-country-event.js.map +1 -0
- package/dist/types/types-map/t-map-country-folder.d.ts +22 -0
- package/dist/types/types-map/t-map-country-folder.js +2 -0
- package/dist/types/types-map/t-map-country-folder.js.map +1 -0
- package/dist/types/types-stag/t-stag.d.ts +15 -0
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TCategoryDetail, TCategoryLabelInfo } from "../types/types-category/t-category";
|
|
1
|
+
import { TCategoryDetail, TCategoryInfoForCountryDetail, TCategoryLabelInfo } from "../types/types-category/t-category";
|
|
2
2
|
import { TCategoryI18n } from "../types/types-category/t-category-i18n";
|
|
3
3
|
import { TCategoryMetadataI18nDetail } from "../types/types-category/t-category-metadata-i18n";
|
|
4
|
-
import { TCityDetail, TCityLabelInfo } from "../types/types-city/t-city";
|
|
4
|
+
import { TCityDetail, TCityInfoForCountryDetail, TCityLabelInfo } from "../types/types-city/t-city";
|
|
5
5
|
import { TCityI18n } from "../types/types-city/t-city-i18n";
|
|
6
6
|
import { TCityImage } from "../types/types-city/t-city-image";
|
|
7
7
|
import { TCityMetadataI18nDetail } from "../types/types-city/t-city-metadata-i18n";
|
|
@@ -15,10 +15,14 @@ import { TFolderMetadataI18nDetail } from "../types/types-folder/t-folder-metada
|
|
|
15
15
|
import { TGroupDetail, TGroupLabelInfo } from "../types/types-group/t-group";
|
|
16
16
|
import { TGroupImage } from "../types/types-group/t-group-image";
|
|
17
17
|
import { TGroupMetadataI18nDetail } from "../types/types-group/t-group-metadata-i18n";
|
|
18
|
+
import { TCountryDetail } from "../types/types-i18n/t-country";
|
|
19
|
+
import { TCountryMetadataI18nDetail } from "../types/types-i18n/t-country-metadata-i18n";
|
|
18
20
|
import { TMapCategoryEventWithCategoryInfo, TMapCategoryEventWithEventInfo } from "../types/types-map/t-map-category-event";
|
|
19
21
|
import { TMapCategoryFolderWithCategoryInfo, TMapCategoryFolderWithFolderInfo } from "../types/types-map/t-map-category-folder";
|
|
20
22
|
import { TMapCityEventWithCityInfo, TMapCityEventWithEventInfo } from "../types/types-map/t-map-city-event";
|
|
21
23
|
import { TMapCityFolderWithCityInfo, TMapCityFolderWithFolderInfo } from "../types/types-map/t-map-city-folder";
|
|
24
|
+
import { TMapCountryEventWithCountryInfo, TMapCountryEventWithEventInfo } from "../types/types-map/t-map-country-event";
|
|
25
|
+
import { TMapCountryFolderWithCountryInfo, TMapCountryFolderWithFolderInfo } from "../types/types-map/t-map-country-folder";
|
|
22
26
|
import { TMapFolderEventWithEventInfo, TMapFolderEventWithFolderInfo } from "../types/types-map/t-map-folder-event";
|
|
23
27
|
import { TMapGroupEventWithEventInfo, TMapGroupEventWithGroupInfo } from "../types/types-map/t-map-group-event";
|
|
24
28
|
import { TMapGroupFolderWithFolderInfo, TMapGroupFolderWithGroupInfo } from "../types/types-map/t-map-group-folder";
|
|
@@ -26,7 +30,7 @@ import { TMapStagEventWithEventInfo, TMapStagEventWithStagInfo } from "../types/
|
|
|
26
30
|
import { TMapStagFolderWithFolderInfo, TMapStagFolderWithStagInfo } from "../types/types-map/t-map-stag-folder";
|
|
27
31
|
import { TMapTagEventWithEventInfo, TMapTagEventWithTagInfo } from "../types/types-map/t-map-tag-event";
|
|
28
32
|
import { TMapTagFolderWithFolderInfo, TMapTagFolderWithTagInfo } from "../types/types-map/t-map-tag-folder";
|
|
29
|
-
import { TStagDetail, TStagLabelInfo } from "../types/types-stag/t-stag";
|
|
33
|
+
import { TStagDetail, TStagInfoForCountryDetail, TStagLabelInfo } from "../types/types-stag/t-stag";
|
|
30
34
|
import { TStagI18n } from "../types/types-stag/t-stag-i18n";
|
|
31
35
|
import { TStagMetadataI18nDetail } from "../types/types-stag/t-stag-metadata-i18n";
|
|
32
36
|
import { TTag, TTagLabelInfo } from "../types/types-tag/t-tag";
|
|
@@ -102,6 +106,30 @@ export type ResponseEventDetailForUserFront = BaseResponseDetail<TEventImage, TE
|
|
|
102
106
|
mapTagEvent?: DplusGetListDataResponse<TMapTagEventWithTagInfo>;
|
|
103
107
|
mapGroupEvent?: DplusGetListDataResponse<TMapGroupEventWithGroupInfo>;
|
|
104
108
|
};
|
|
109
|
+
/**
|
|
110
|
+
* 국가 상세 응답 타입 For Admin
|
|
111
|
+
*/
|
|
112
|
+
export type ResponseCountryDetailForAdmin = {
|
|
113
|
+
country: TCountryDetail;
|
|
114
|
+
metadataI18n: TCountryMetadataI18nDetail[];
|
|
115
|
+
cities: TCityInfoForCountryDetail[];
|
|
116
|
+
categories: TCategoryInfoForCountryDetail[];
|
|
117
|
+
stags?: TStagInfoForCountryDetail[];
|
|
118
|
+
mapCountryFolder?: DplusGetListDataResponse<TMapCountryFolderWithCountryInfo>;
|
|
119
|
+
mapCountryEvent?: DplusGetListDataResponse<TMapCountryEventWithCountryInfo>;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* 국가 상세 응답 타입 For User Front
|
|
123
|
+
*/
|
|
124
|
+
export type ResponseCountryDetailForUserFront = {
|
|
125
|
+
country: TCountryDetail;
|
|
126
|
+
metadataI18n: TCountryMetadataI18nDetail[];
|
|
127
|
+
cities: TCityInfoForCountryDetail[];
|
|
128
|
+
categories: TCategoryInfoForCountryDetail[];
|
|
129
|
+
stags?: TStagInfoForCountryDetail[];
|
|
130
|
+
mapCountryFolder?: DplusGetListDataResponse<TMapCountryFolderWithFolderInfo>;
|
|
131
|
+
mapCountryEvent?: DplusGetListDataResponse<TMapCountryEventWithEventInfo>;
|
|
132
|
+
};
|
|
105
133
|
/**
|
|
106
134
|
* 도시 상세 응답 타입 For Admin
|
|
107
135
|
*/
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export declare const F_COUNTRY_METADATA_I18N: {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
lang_code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
title: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
description: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
og_title: {
|
|
31
|
+
id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
is_required: boolean;
|
|
34
|
+
max_length: number;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
};
|
|
37
|
+
og_description: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
is_required: boolean;
|
|
41
|
+
max_length: number;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
};
|
|
44
|
+
og_image: {
|
|
45
|
+
id: string;
|
|
46
|
+
label: string;
|
|
47
|
+
is_required: boolean;
|
|
48
|
+
max_length: number;
|
|
49
|
+
placeholder: string;
|
|
50
|
+
};
|
|
51
|
+
tag_set: {
|
|
52
|
+
id: string;
|
|
53
|
+
label: string;
|
|
54
|
+
is_required: boolean;
|
|
55
|
+
max_length: number;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
};
|
|
58
|
+
created_at: {
|
|
59
|
+
id: string;
|
|
60
|
+
label: string;
|
|
61
|
+
is_required: boolean;
|
|
62
|
+
placeholder: string;
|
|
63
|
+
};
|
|
64
|
+
updated_at: {
|
|
65
|
+
id: string;
|
|
66
|
+
label: string;
|
|
67
|
+
is_required: boolean;
|
|
68
|
+
placeholder: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export const F_COUNTRY_METADATA_I18N = {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: "country_code",
|
|
4
|
+
label: "Country Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 2,
|
|
7
|
+
placeholder: "ex. KR, AA, etc.",
|
|
8
|
+
},
|
|
9
|
+
lang_code: {
|
|
10
|
+
id: "lang_code",
|
|
11
|
+
label: "Lang Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 8,
|
|
14
|
+
placeholder: "ex. ko-KR, en-US, etc.",
|
|
15
|
+
},
|
|
16
|
+
title: {
|
|
17
|
+
id: "title",
|
|
18
|
+
label: "Title",
|
|
19
|
+
is_required: false,
|
|
20
|
+
max_length: 100,
|
|
21
|
+
placeholder: "ex. 서울",
|
|
22
|
+
},
|
|
23
|
+
description: {
|
|
24
|
+
id: "description",
|
|
25
|
+
label: "Description",
|
|
26
|
+
is_required: false,
|
|
27
|
+
max_length: 180,
|
|
28
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
29
|
+
},
|
|
30
|
+
og_title: {
|
|
31
|
+
id: "og_title",
|
|
32
|
+
label: "OG Title",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 100,
|
|
35
|
+
placeholder: "ex. 서울",
|
|
36
|
+
},
|
|
37
|
+
og_description: {
|
|
38
|
+
id: "og_description",
|
|
39
|
+
label: "OG Description",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 180,
|
|
42
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
43
|
+
},
|
|
44
|
+
og_image: {
|
|
45
|
+
id: "og_image",
|
|
46
|
+
label: "OG Image",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 250,
|
|
49
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
50
|
+
},
|
|
51
|
+
tag_set: {
|
|
52
|
+
id: "tag_set",
|
|
53
|
+
label: "Tag Set",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 250,
|
|
56
|
+
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
57
|
+
},
|
|
58
|
+
created_at: {
|
|
59
|
+
id: "created_at",
|
|
60
|
+
label: "Created At",
|
|
61
|
+
is_required: true,
|
|
62
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
63
|
+
},
|
|
64
|
+
updated_at: {
|
|
65
|
+
id: "updated_at",
|
|
66
|
+
label: "Updated At",
|
|
67
|
+
is_required: true,
|
|
68
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=f-country-metadata-i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"f-country-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-i18n/f-country-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,kBAAkB;KAChC;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,wBAAwB;KACtC;IACD,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,sBAAsB;KACpC;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,QAAQ;KACtB;IACD,cAAc,EAAE;QACd,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,sBAAsB;KACpC;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,uDAAuD;KACrE;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,oBAAoB;KAClC;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;CACF,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const F_COUNTRY_VIEW_LOG: {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
date: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
view_count: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
default_value: number;
|
|
21
|
+
};
|
|
22
|
+
created_at: {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
is_required: boolean;
|
|
26
|
+
placeholder: string;
|
|
27
|
+
};
|
|
28
|
+
updated_at: {
|
|
29
|
+
id: string;
|
|
30
|
+
label: string;
|
|
31
|
+
is_required: boolean;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export const F_COUNTRY_VIEW_LOG = {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: "country_code",
|
|
4
|
+
label: "Country Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 2,
|
|
7
|
+
placeholder: "ex. seoul, jeju, bangkok, etc.",
|
|
8
|
+
},
|
|
9
|
+
date: {
|
|
10
|
+
id: "date",
|
|
11
|
+
label: "Date",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 10,
|
|
14
|
+
placeholder: "ex. 2025-01-01",
|
|
15
|
+
},
|
|
16
|
+
view_count: {
|
|
17
|
+
id: "view_count",
|
|
18
|
+
label: "View Count",
|
|
19
|
+
is_required: true,
|
|
20
|
+
default_value: 0,
|
|
21
|
+
},
|
|
22
|
+
created_at: {
|
|
23
|
+
id: "created_at",
|
|
24
|
+
label: "Created At",
|
|
25
|
+
is_required: true,
|
|
26
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
27
|
+
},
|
|
28
|
+
updated_at: {
|
|
29
|
+
id: "updated_at",
|
|
30
|
+
label: "Updated At",
|
|
31
|
+
is_required: true,
|
|
32
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=f-country-view-log.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"f-country-view-log.js","sourceRoot":"","sources":["../../../src/fields/fields-i18n/f-country-view-log.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,gCAAgC;KAC9C;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,gBAAgB;KAC9B;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;CACF,CAAC"}
|
|
@@ -32,6 +32,205 @@ export declare const F_COUNTRY: {
|
|
|
32
32
|
is_required: boolean;
|
|
33
33
|
default_value: number;
|
|
34
34
|
};
|
|
35
|
+
view_count: {
|
|
36
|
+
id: string;
|
|
37
|
+
label: string;
|
|
38
|
+
is_required: boolean;
|
|
39
|
+
default_value: number;
|
|
40
|
+
};
|
|
41
|
+
thumbnail_square: {
|
|
42
|
+
id: string;
|
|
43
|
+
label: string;
|
|
44
|
+
is_required: boolean;
|
|
45
|
+
max_length: number;
|
|
46
|
+
placeholder: string;
|
|
47
|
+
};
|
|
48
|
+
thumbnail_horizontal: {
|
|
49
|
+
id: string;
|
|
50
|
+
label: string;
|
|
51
|
+
is_required: boolean;
|
|
52
|
+
max_length: number;
|
|
53
|
+
placeholder: string;
|
|
54
|
+
};
|
|
55
|
+
thumbnail_vertical: {
|
|
56
|
+
id: string;
|
|
57
|
+
label: string;
|
|
58
|
+
is_required: boolean;
|
|
59
|
+
max_length: number;
|
|
60
|
+
placeholder: string;
|
|
61
|
+
};
|
|
62
|
+
hero_image_01: {
|
|
63
|
+
id: string;
|
|
64
|
+
label: string;
|
|
65
|
+
is_required: boolean;
|
|
66
|
+
max_length: number;
|
|
67
|
+
placeholder: string;
|
|
68
|
+
};
|
|
69
|
+
hero_image_02: {
|
|
70
|
+
id: string;
|
|
71
|
+
label: string;
|
|
72
|
+
is_required: boolean;
|
|
73
|
+
max_length: number;
|
|
74
|
+
placeholder: string;
|
|
75
|
+
};
|
|
76
|
+
hero_image_03: {
|
|
77
|
+
id: string;
|
|
78
|
+
label: string;
|
|
79
|
+
is_required: boolean;
|
|
80
|
+
max_length: number;
|
|
81
|
+
placeholder: string;
|
|
82
|
+
};
|
|
83
|
+
hero_image_04: {
|
|
84
|
+
id: string;
|
|
85
|
+
label: string;
|
|
86
|
+
is_required: boolean;
|
|
87
|
+
max_length: number;
|
|
88
|
+
placeholder: string;
|
|
89
|
+
};
|
|
90
|
+
hero_image_05: {
|
|
91
|
+
id: string;
|
|
92
|
+
label: string;
|
|
93
|
+
is_required: boolean;
|
|
94
|
+
max_length: number;
|
|
95
|
+
placeholder: string;
|
|
96
|
+
};
|
|
97
|
+
thumbnail_main_01: {
|
|
98
|
+
id: string;
|
|
99
|
+
label: string;
|
|
100
|
+
is_required: boolean;
|
|
101
|
+
max_length: number;
|
|
102
|
+
placeholder: string;
|
|
103
|
+
};
|
|
104
|
+
thumbnail_main_02: {
|
|
105
|
+
id: string;
|
|
106
|
+
label: string;
|
|
107
|
+
is_required: boolean;
|
|
108
|
+
max_length: number;
|
|
109
|
+
placeholder: string;
|
|
110
|
+
};
|
|
111
|
+
thumbnail_main_03: {
|
|
112
|
+
id: string;
|
|
113
|
+
label: string;
|
|
114
|
+
is_required: boolean;
|
|
115
|
+
max_length: number;
|
|
116
|
+
placeholder: string;
|
|
117
|
+
};
|
|
118
|
+
thumbnail_main_04: {
|
|
119
|
+
id: string;
|
|
120
|
+
label: string;
|
|
121
|
+
is_required: boolean;
|
|
122
|
+
max_length: number;
|
|
123
|
+
placeholder: string;
|
|
124
|
+
};
|
|
125
|
+
thumbnail_main_05: {
|
|
126
|
+
id: string;
|
|
127
|
+
label: string;
|
|
128
|
+
is_required: boolean;
|
|
129
|
+
max_length: number;
|
|
130
|
+
placeholder: string;
|
|
131
|
+
};
|
|
132
|
+
thumbnail_vertical_01: {
|
|
133
|
+
id: string;
|
|
134
|
+
label: string;
|
|
135
|
+
is_required: boolean;
|
|
136
|
+
max_length: number;
|
|
137
|
+
placeholder: string;
|
|
138
|
+
};
|
|
139
|
+
thumbnail_vertical_02: {
|
|
140
|
+
id: string;
|
|
141
|
+
label: string;
|
|
142
|
+
is_required: boolean;
|
|
143
|
+
max_length: number;
|
|
144
|
+
placeholder: string;
|
|
145
|
+
};
|
|
146
|
+
thumbnail_vertical_03: {
|
|
147
|
+
id: string;
|
|
148
|
+
label: string;
|
|
149
|
+
is_required: boolean;
|
|
150
|
+
max_length: number;
|
|
151
|
+
placeholder: string;
|
|
152
|
+
};
|
|
153
|
+
thumbnail_vertical_04: {
|
|
154
|
+
id: string;
|
|
155
|
+
label: string;
|
|
156
|
+
is_required: boolean;
|
|
157
|
+
max_length: number;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
};
|
|
160
|
+
thumbnail_vertical_05: {
|
|
161
|
+
id: string;
|
|
162
|
+
label: string;
|
|
163
|
+
is_required: boolean;
|
|
164
|
+
max_length: number;
|
|
165
|
+
placeholder: string;
|
|
166
|
+
};
|
|
167
|
+
is_active: {
|
|
168
|
+
id: string;
|
|
169
|
+
label: string;
|
|
170
|
+
is_required: boolean;
|
|
171
|
+
default_value: boolean;
|
|
172
|
+
};
|
|
173
|
+
deactivated_at: {
|
|
174
|
+
id: string;
|
|
175
|
+
label: string;
|
|
176
|
+
is_required: boolean;
|
|
177
|
+
placeholder: string;
|
|
178
|
+
};
|
|
179
|
+
deactivated_by: {
|
|
180
|
+
id: string;
|
|
181
|
+
label: string;
|
|
182
|
+
is_required: boolean;
|
|
183
|
+
max_length: number;
|
|
184
|
+
placeholder: string;
|
|
185
|
+
};
|
|
186
|
+
is_display: {
|
|
187
|
+
id: string;
|
|
188
|
+
label: string;
|
|
189
|
+
is_required: boolean;
|
|
190
|
+
default_value: boolean;
|
|
191
|
+
};
|
|
192
|
+
metadata_title: {
|
|
193
|
+
id: string;
|
|
194
|
+
label: string;
|
|
195
|
+
is_required: boolean;
|
|
196
|
+
max_length: number;
|
|
197
|
+
placeholder: string;
|
|
198
|
+
};
|
|
199
|
+
metadata_description: {
|
|
200
|
+
id: string;
|
|
201
|
+
label: string;
|
|
202
|
+
is_required: boolean;
|
|
203
|
+
max_length: number;
|
|
204
|
+
placeholder: string;
|
|
205
|
+
};
|
|
206
|
+
metadata_keywords: {
|
|
207
|
+
id: string;
|
|
208
|
+
label: string;
|
|
209
|
+
is_required: boolean;
|
|
210
|
+
max_length: number;
|
|
211
|
+
placeholder: string;
|
|
212
|
+
};
|
|
213
|
+
metadata_og_title: {
|
|
214
|
+
id: string;
|
|
215
|
+
label: string;
|
|
216
|
+
is_required: boolean;
|
|
217
|
+
max_length: number;
|
|
218
|
+
placeholder: string;
|
|
219
|
+
};
|
|
220
|
+
metadata_og_description: {
|
|
221
|
+
id: string;
|
|
222
|
+
label: string;
|
|
223
|
+
is_required: boolean;
|
|
224
|
+
max_length: number;
|
|
225
|
+
placeholder: string;
|
|
226
|
+
};
|
|
227
|
+
metadata_og_image: {
|
|
228
|
+
id: string;
|
|
229
|
+
label: string;
|
|
230
|
+
is_required: boolean;
|
|
231
|
+
max_length: number;
|
|
232
|
+
placeholder: string;
|
|
233
|
+
};
|
|
35
234
|
created_at: {
|
|
36
235
|
id: string;
|
|
37
236
|
label: string;
|
|
@@ -32,6 +32,205 @@ export const F_COUNTRY = {
|
|
|
32
32
|
is_required: true,
|
|
33
33
|
default_value: 0,
|
|
34
34
|
},
|
|
35
|
+
view_count: {
|
|
36
|
+
id: "view_count",
|
|
37
|
+
label: "View Count",
|
|
38
|
+
is_required: true,
|
|
39
|
+
default_value: 0,
|
|
40
|
+
},
|
|
41
|
+
thumbnail_square: {
|
|
42
|
+
id: "thumbnail_square",
|
|
43
|
+
label: "Thumbnail Square",
|
|
44
|
+
is_required: false,
|
|
45
|
+
max_length: 250,
|
|
46
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
47
|
+
},
|
|
48
|
+
thumbnail_horizontal: {
|
|
49
|
+
id: "thumbnail_horizontal",
|
|
50
|
+
label: "Thumbnail Horizontal",
|
|
51
|
+
is_required: false,
|
|
52
|
+
max_length: 250,
|
|
53
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
54
|
+
},
|
|
55
|
+
thumbnail_vertical: {
|
|
56
|
+
id: "thumbnail_vertical",
|
|
57
|
+
label: "Thumbnail Vertical",
|
|
58
|
+
is_required: false,
|
|
59
|
+
max_length: 250,
|
|
60
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
61
|
+
},
|
|
62
|
+
hero_image_01: {
|
|
63
|
+
id: "hero_image_01",
|
|
64
|
+
label: "Hero Image 01",
|
|
65
|
+
is_required: false,
|
|
66
|
+
max_length: 250,
|
|
67
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_01.jpg",
|
|
68
|
+
},
|
|
69
|
+
hero_image_02: {
|
|
70
|
+
id: "hero_image_02",
|
|
71
|
+
label: "Hero Image 02",
|
|
72
|
+
is_required: false,
|
|
73
|
+
max_length: 250,
|
|
74
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_02.jpg",
|
|
75
|
+
},
|
|
76
|
+
hero_image_03: {
|
|
77
|
+
id: "hero_image_03",
|
|
78
|
+
label: "Hero Image 03",
|
|
79
|
+
is_required: false,
|
|
80
|
+
max_length: 250,
|
|
81
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_03.jpg",
|
|
82
|
+
},
|
|
83
|
+
hero_image_04: {
|
|
84
|
+
id: "hero_image_04",
|
|
85
|
+
label: "Hero Image 04",
|
|
86
|
+
is_required: false,
|
|
87
|
+
max_length: 250,
|
|
88
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_04.jpg",
|
|
89
|
+
},
|
|
90
|
+
hero_image_05: {
|
|
91
|
+
id: "hero_image_05",
|
|
92
|
+
label: "Hero Image 05",
|
|
93
|
+
is_required: false,
|
|
94
|
+
max_length: 250,
|
|
95
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_05.jpg",
|
|
96
|
+
},
|
|
97
|
+
thumbnail_main_01: {
|
|
98
|
+
id: "thumbnail_main_01",
|
|
99
|
+
label: "Thumbnail Main 01",
|
|
100
|
+
is_required: false,
|
|
101
|
+
max_length: 250,
|
|
102
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_01.jpg",
|
|
103
|
+
},
|
|
104
|
+
thumbnail_main_02: {
|
|
105
|
+
id: "thumbnail_main_02",
|
|
106
|
+
label: "Thumbnail Main 02",
|
|
107
|
+
is_required: false,
|
|
108
|
+
max_length: 250,
|
|
109
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_02.jpg",
|
|
110
|
+
},
|
|
111
|
+
thumbnail_main_03: {
|
|
112
|
+
id: "thumbnail_main_03",
|
|
113
|
+
label: "Thumbnail Main 03",
|
|
114
|
+
is_required: false,
|
|
115
|
+
max_length: 250,
|
|
116
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_03.jpg",
|
|
117
|
+
},
|
|
118
|
+
thumbnail_main_04: {
|
|
119
|
+
id: "thumbnail_main_04",
|
|
120
|
+
label: "Thumbnail Main 04",
|
|
121
|
+
is_required: false,
|
|
122
|
+
max_length: 250,
|
|
123
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_04.jpg",
|
|
124
|
+
},
|
|
125
|
+
thumbnail_main_05: {
|
|
126
|
+
id: "thumbnail_main_05",
|
|
127
|
+
label: "Thumbnail Main 05",
|
|
128
|
+
is_required: false,
|
|
129
|
+
max_length: 250,
|
|
130
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_05.jpg",
|
|
131
|
+
},
|
|
132
|
+
thumbnail_vertical_01: {
|
|
133
|
+
id: "thumbnail_vertical_01",
|
|
134
|
+
label: "Thumbnail Vertical 01",
|
|
135
|
+
is_required: false,
|
|
136
|
+
max_length: 250,
|
|
137
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_01.jpg",
|
|
138
|
+
},
|
|
139
|
+
thumbnail_vertical_02: {
|
|
140
|
+
id: "thumbnail_vertical_02",
|
|
141
|
+
label: "Thumbnail Vertical 02",
|
|
142
|
+
is_required: false,
|
|
143
|
+
max_length: 250,
|
|
144
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_02.jpg",
|
|
145
|
+
},
|
|
146
|
+
thumbnail_vertical_03: {
|
|
147
|
+
id: "thumbnail_vertical_03",
|
|
148
|
+
label: "Thumbnail Vertical 03",
|
|
149
|
+
is_required: false,
|
|
150
|
+
max_length: 250,
|
|
151
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_03.jpg",
|
|
152
|
+
},
|
|
153
|
+
thumbnail_vertical_04: {
|
|
154
|
+
id: "thumbnail_vertical_04",
|
|
155
|
+
label: "Thumbnail Vertical 04",
|
|
156
|
+
is_required: false,
|
|
157
|
+
max_length: 250,
|
|
158
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_04.jpg",
|
|
159
|
+
},
|
|
160
|
+
thumbnail_vertical_05: {
|
|
161
|
+
id: "thumbnail_vertical_05",
|
|
162
|
+
label: "Thumbnail Vertical 05",
|
|
163
|
+
is_required: false,
|
|
164
|
+
max_length: 250,
|
|
165
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_05.jpg",
|
|
166
|
+
},
|
|
167
|
+
is_active: {
|
|
168
|
+
id: "is_active",
|
|
169
|
+
label: "Is Active",
|
|
170
|
+
is_required: true,
|
|
171
|
+
default_value: true,
|
|
172
|
+
},
|
|
173
|
+
deactivated_at: {
|
|
174
|
+
id: "deactivated_at",
|
|
175
|
+
label: "Deactivated At",
|
|
176
|
+
is_required: false,
|
|
177
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
178
|
+
},
|
|
179
|
+
deactivated_by: {
|
|
180
|
+
id: "deactivated_by",
|
|
181
|
+
label: "Deactivated By",
|
|
182
|
+
is_required: false,
|
|
183
|
+
max_length: 45,
|
|
184
|
+
placeholder: "ex. JYUN",
|
|
185
|
+
},
|
|
186
|
+
is_display: {
|
|
187
|
+
id: "is_display",
|
|
188
|
+
label: "Is Display",
|
|
189
|
+
is_required: true,
|
|
190
|
+
default_value: true,
|
|
191
|
+
},
|
|
192
|
+
metadata_title: {
|
|
193
|
+
id: "metadata_title",
|
|
194
|
+
label: "Metadata Title",
|
|
195
|
+
is_required: false,
|
|
196
|
+
max_length: 100,
|
|
197
|
+
placeholder: "ex. 서울",
|
|
198
|
+
},
|
|
199
|
+
metadata_description: {
|
|
200
|
+
id: "metadata_description",
|
|
201
|
+
label: "Metadata Description",
|
|
202
|
+
is_required: false,
|
|
203
|
+
max_length: 180,
|
|
204
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
205
|
+
},
|
|
206
|
+
metadata_keywords: {
|
|
207
|
+
id: "metadata_keywords",
|
|
208
|
+
label: "Metadata Keywords",
|
|
209
|
+
is_required: false,
|
|
210
|
+
max_length: 250,
|
|
211
|
+
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
212
|
+
},
|
|
213
|
+
metadata_og_title: {
|
|
214
|
+
id: "metadata_og_title",
|
|
215
|
+
label: "Metadata OG Title",
|
|
216
|
+
is_required: false,
|
|
217
|
+
max_length: 100,
|
|
218
|
+
placeholder: "ex. 서울",
|
|
219
|
+
},
|
|
220
|
+
metadata_og_description: {
|
|
221
|
+
id: "metadata_og_description",
|
|
222
|
+
label: "Metadata OG Description",
|
|
223
|
+
is_required: false,
|
|
224
|
+
max_length: 180,
|
|
225
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
226
|
+
},
|
|
227
|
+
metadata_og_image: {
|
|
228
|
+
id: "metadata_og_image",
|
|
229
|
+
label: "Metadata OG Image",
|
|
230
|
+
is_required: false,
|
|
231
|
+
max_length: 250,
|
|
232
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
233
|
+
},
|
|
35
234
|
created_at: {
|
|
36
235
|
id: "created_at",
|
|
37
236
|
label: "Created At",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-country.js","sourceRoot":"","sources":["../../../src/fields/fields-i18n/f-country.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,kBAAkB;KAChC;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,gCAAgC;KAC9C;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,QAAQ;QACf,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wBAAwB;KACtC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;KACjB;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"f-country.js","sourceRoot":"","sources":["../../../src/fields/fields-i18n/f-country.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const F_MAP_COUNTRY_EVENT: {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
event_code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
date: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
placeholder: string;
|
|
21
|
+
};
|
|
22
|
+
is_selected: {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
is_required: boolean;
|
|
26
|
+
default_value: boolean;
|
|
27
|
+
};
|
|
28
|
+
order_num: {
|
|
29
|
+
id: string;
|
|
30
|
+
label: string;
|
|
31
|
+
is_required: boolean;
|
|
32
|
+
max_length: number;
|
|
33
|
+
placeholder: string;
|
|
34
|
+
};
|
|
35
|
+
added_at: {
|
|
36
|
+
id: string;
|
|
37
|
+
label: string;
|
|
38
|
+
is_required: boolean;
|
|
39
|
+
placeholder: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export const F_MAP_COUNTRY_EVENT = {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: "country_code",
|
|
4
|
+
label: "Country Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 2,
|
|
7
|
+
placeholder: "ex. KR, AA, etc.",
|
|
8
|
+
},
|
|
9
|
+
event_code: {
|
|
10
|
+
id: "event_code",
|
|
11
|
+
label: "Event Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 24,
|
|
14
|
+
placeholder: "ex. 202512-A12-B34",
|
|
15
|
+
},
|
|
16
|
+
date: {
|
|
17
|
+
id: "date",
|
|
18
|
+
label: "Date",
|
|
19
|
+
is_required: false,
|
|
20
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
21
|
+
},
|
|
22
|
+
is_selected: {
|
|
23
|
+
id: "is_selected",
|
|
24
|
+
label: "Is Selected",
|
|
25
|
+
is_required: true,
|
|
26
|
+
default_value: false,
|
|
27
|
+
},
|
|
28
|
+
order_num: {
|
|
29
|
+
id: "order_num",
|
|
30
|
+
label: "Order Num",
|
|
31
|
+
is_required: false,
|
|
32
|
+
max_length: 10,
|
|
33
|
+
placeholder: "ex. 1",
|
|
34
|
+
},
|
|
35
|
+
added_at: {
|
|
36
|
+
id: "added_at",
|
|
37
|
+
label: "Added At",
|
|
38
|
+
is_required: true,
|
|
39
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=f-map-country-event.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"f-map-country-event.js","sourceRoot":"","sources":["../../../src/fields/fields-map/f-map-country-event.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,kBAAkB;KAChC;IACD,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,oBAAoB;KAClC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,yBAAyB;KACvC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,KAAK;KACrB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,OAAO;KACrB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;CACF,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export declare const F_MAP_COUNTRY_FOLDER: {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
folder_code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
earliest_event: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
placeholder: string;
|
|
21
|
+
};
|
|
22
|
+
latest_event: {
|
|
23
|
+
id: string;
|
|
24
|
+
label: string;
|
|
25
|
+
is_required: boolean;
|
|
26
|
+
placeholder: string;
|
|
27
|
+
};
|
|
28
|
+
is_selected: {
|
|
29
|
+
id: string;
|
|
30
|
+
label: string;
|
|
31
|
+
is_required: boolean;
|
|
32
|
+
default_value: boolean;
|
|
33
|
+
};
|
|
34
|
+
order_num: {
|
|
35
|
+
id: string;
|
|
36
|
+
label: string;
|
|
37
|
+
is_required: boolean;
|
|
38
|
+
max_length: number;
|
|
39
|
+
placeholder: string;
|
|
40
|
+
};
|
|
41
|
+
added_at: {
|
|
42
|
+
id: string;
|
|
43
|
+
label: string;
|
|
44
|
+
is_required: boolean;
|
|
45
|
+
placeholder: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export const F_MAP_COUNTRY_FOLDER = {
|
|
2
|
+
country_code: {
|
|
3
|
+
id: "country_code",
|
|
4
|
+
label: "Country Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 2,
|
|
7
|
+
placeholder: "ex. KR, AA, etc.",
|
|
8
|
+
},
|
|
9
|
+
folder_code: {
|
|
10
|
+
id: "folder_code",
|
|
11
|
+
label: "Folder Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 96,
|
|
14
|
+
placeholder: "ex. F-NETFLIX-A12-B34",
|
|
15
|
+
},
|
|
16
|
+
earliest_event: {
|
|
17
|
+
id: "earliest_event",
|
|
18
|
+
label: "Earliest Event",
|
|
19
|
+
is_required: false,
|
|
20
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
21
|
+
},
|
|
22
|
+
latest_event: {
|
|
23
|
+
id: "latest_event",
|
|
24
|
+
label: "Latest Event",
|
|
25
|
+
is_required: false,
|
|
26
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
27
|
+
},
|
|
28
|
+
is_selected: {
|
|
29
|
+
id: "is_selected",
|
|
30
|
+
label: "Is Selected",
|
|
31
|
+
is_required: true,
|
|
32
|
+
default_value: false,
|
|
33
|
+
},
|
|
34
|
+
order_num: {
|
|
35
|
+
id: "order_num",
|
|
36
|
+
label: "Order Num",
|
|
37
|
+
is_required: false,
|
|
38
|
+
max_length: 10,
|
|
39
|
+
placeholder: "ex. 1",
|
|
40
|
+
},
|
|
41
|
+
added_at: {
|
|
42
|
+
id: "added_at",
|
|
43
|
+
label: "Added At",
|
|
44
|
+
is_required: true,
|
|
45
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=f-map-country-folder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"f-map-country-folder.js","sourceRoot":"","sources":["../../../src/fields/fields-map/f-map-country-folder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,kBAAkB;KAChC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,uBAAuB;KACrC;IACD,cAAc,EAAE;QACd,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,yBAAyB;KACvC;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,yBAAyB;KACvC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,KAAK;KACrB;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,OAAO;KACrB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,yBAAyB;KACvC;CACF,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,8 @@ export * from "./fields/fields-group/f-group-metadata-i18n.js";
|
|
|
32
32
|
export * from "./fields/fields-group/f-group-shared-log.js";
|
|
33
33
|
export * from "./fields/fields-group/f-group-view-log.js";
|
|
34
34
|
export * from "./fields/fields-group/f-group.js";
|
|
35
|
+
export * from "./fields/fields-i18n/f-country-metadata-i18n.js";
|
|
36
|
+
export * from "./fields/fields-i18n/f-country-view-log.js";
|
|
35
37
|
export * from "./fields/fields-i18n/f-country.js";
|
|
36
38
|
export * from "./fields/fields-i18n/f-language.js";
|
|
37
39
|
export * from "./fields/fields-i18n/f-map-country-language.js";
|
|
@@ -39,6 +41,8 @@ export * from "./fields/fields-map/f-map-category-event.js";
|
|
|
39
41
|
export * from "./fields/fields-map/f-map-category-folder.js";
|
|
40
42
|
export * from "./fields/fields-map/f-map-city-event.js";
|
|
41
43
|
export * from "./fields/fields-map/f-map-city-folder.js";
|
|
44
|
+
export * from "./fields/fields-map/f-map-country-event.js";
|
|
45
|
+
export * from "./fields/fields-map/f-map-country-folder.js";
|
|
42
46
|
export * from "./fields/fields-map/f-map-folder-event.js";
|
|
43
47
|
export * from "./fields/fields-map/f-map-group-event.js";
|
|
44
48
|
export * from "./fields/fields-map/f-map-group-folder.js";
|
|
@@ -87,6 +91,8 @@ export * from "./types/types-group/t-group-metadata-i18n.js";
|
|
|
87
91
|
export * from "./types/types-group/t-group-shared-log.js";
|
|
88
92
|
export * from "./types/types-group/t-group-view-log.js";
|
|
89
93
|
export * from "./types/types-group/t-group.js";
|
|
94
|
+
export * from "./types/types-i18n/t-country-metadata-i18n.js";
|
|
95
|
+
export * from "./types/types-i18n/t-country-view-log.js";
|
|
90
96
|
export * from "./types/types-i18n/t-country.js";
|
|
91
97
|
export * from "./types/types-i18n/t-language.js";
|
|
92
98
|
export * from "./types/types-i18n/t-map-country-language.js";
|
|
@@ -94,6 +100,8 @@ export * from "./types/types-map/t-map-category-event.js";
|
|
|
94
100
|
export * from "./types/types-map/t-map-category-folder.js";
|
|
95
101
|
export * from "./types/types-map/t-map-city-event.js";
|
|
96
102
|
export * from "./types/types-map/t-map-city-folder.js";
|
|
103
|
+
export * from "./types/types-map/t-map-country-event.js";
|
|
104
|
+
export * from "./types/types-map/t-map-country-folder.js";
|
|
97
105
|
export * from "./types/types-map/t-map-folder-event.js";
|
|
98
106
|
export * from "./types/types-map/t-map-group-event.js";
|
|
99
107
|
export * from "./types/types-map/t-map-group-folder.js";
|
package/dist/index.js
CHANGED
|
@@ -32,6 +32,8 @@ export * from "./fields/fields-group/f-group-metadata-i18n.js";
|
|
|
32
32
|
export * from "./fields/fields-group/f-group-shared-log.js";
|
|
33
33
|
export * from "./fields/fields-group/f-group-view-log.js";
|
|
34
34
|
export * from "./fields/fields-group/f-group.js";
|
|
35
|
+
export * from "./fields/fields-i18n/f-country-metadata-i18n.js";
|
|
36
|
+
export * from "./fields/fields-i18n/f-country-view-log.js";
|
|
35
37
|
export * from "./fields/fields-i18n/f-country.js";
|
|
36
38
|
export * from "./fields/fields-i18n/f-language.js";
|
|
37
39
|
export * from "./fields/fields-i18n/f-map-country-language.js";
|
|
@@ -39,6 +41,8 @@ export * from "./fields/fields-map/f-map-category-event.js";
|
|
|
39
41
|
export * from "./fields/fields-map/f-map-category-folder.js";
|
|
40
42
|
export * from "./fields/fields-map/f-map-city-event.js";
|
|
41
43
|
export * from "./fields/fields-map/f-map-city-folder.js";
|
|
44
|
+
export * from "./fields/fields-map/f-map-country-event.js";
|
|
45
|
+
export * from "./fields/fields-map/f-map-country-folder.js";
|
|
42
46
|
export * from "./fields/fields-map/f-map-folder-event.js";
|
|
43
47
|
export * from "./fields/fields-map/f-map-group-event.js";
|
|
44
48
|
export * from "./fields/fields-map/f-map-group-folder.js";
|
|
@@ -87,6 +91,8 @@ export * from "./types/types-group/t-group-metadata-i18n.js";
|
|
|
87
91
|
export * from "./types/types-group/t-group-shared-log.js";
|
|
88
92
|
export * from "./types/types-group/t-group-view-log.js";
|
|
89
93
|
export * from "./types/types-group/t-group.js";
|
|
94
|
+
export * from "./types/types-i18n/t-country-metadata-i18n.js";
|
|
95
|
+
export * from "./types/types-i18n/t-country-view-log.js";
|
|
90
96
|
export * from "./types/types-i18n/t-country.js";
|
|
91
97
|
export * from "./types/types-i18n/t-language.js";
|
|
92
98
|
export * from "./types/types-i18n/t-map-country-language.js";
|
|
@@ -94,6 +100,8 @@ export * from "./types/types-map/t-map-category-event.js";
|
|
|
94
100
|
export * from "./types/types-map/t-map-category-folder.js";
|
|
95
101
|
export * from "./types/types-map/t-map-city-event.js";
|
|
96
102
|
export * from "./types/types-map/t-map-city-folder.js";
|
|
103
|
+
export * from "./types/types-map/t-map-country-event.js";
|
|
104
|
+
export * from "./types/types-map/t-map-country-folder.js";
|
|
97
105
|
export * from "./types/types-map/t-map-folder-event.js";
|
|
98
106
|
export * from "./types/types-map/t-map-group-event.js";
|
|
99
107
|
export * from "./types/types-map/t-map-group-folder.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,6 +14,24 @@ export type TCategoryOption = {
|
|
|
14
14
|
is_active: boolean;
|
|
15
15
|
is_display: boolean;
|
|
16
16
|
};
|
|
17
|
+
export type TCategoryInfoForCountryDetail = {
|
|
18
|
+
category_code: string;
|
|
19
|
+
order_num: number;
|
|
20
|
+
target_country_code: string;
|
|
21
|
+
upper_category_code: string | null;
|
|
22
|
+
name: string;
|
|
23
|
+
name_i18n: string | null;
|
|
24
|
+
name_display: string | null;
|
|
25
|
+
icon: string | null;
|
|
26
|
+
bg_color: string | null;
|
|
27
|
+
fg_color: string | null;
|
|
28
|
+
thumbnail_square: string | null;
|
|
29
|
+
thumbnail_horizontal: string | null;
|
|
30
|
+
thumbnail_vertical: string | null;
|
|
31
|
+
profile: string | null;
|
|
32
|
+
view_count: number;
|
|
33
|
+
event_count: number;
|
|
34
|
+
};
|
|
17
35
|
export declare const DB_COLUMNS_CATEGORY_OPTION: string[];
|
|
18
36
|
export type TCategoryListForAdmin = TCategoryOption & {
|
|
19
37
|
icon: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"AAuCA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAenI;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG;IAChD,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,WAAW;IACX,YAAY;IACZ,MAAM;IACN,SAAS;IACT,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AA0CF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,MAAM;IACN,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,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;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -11,6 +11,20 @@ export type TCityOption = {
|
|
|
11
11
|
name_native: string | null;
|
|
12
12
|
name_ko: string | null;
|
|
13
13
|
};
|
|
14
|
+
export type TCityInfoForCountryDetail = {
|
|
15
|
+
city_code: string;
|
|
16
|
+
country_code: string;
|
|
17
|
+
name: string;
|
|
18
|
+
name_native: string | null;
|
|
19
|
+
name_ko: string | null;
|
|
20
|
+
thumbnail_square: string | null;
|
|
21
|
+
thumbnail_horizontal: string | null;
|
|
22
|
+
thumbnail_vertical: string | null;
|
|
23
|
+
view_count: number;
|
|
24
|
+
event_count: number;
|
|
25
|
+
name_i18n: string | null;
|
|
26
|
+
name_display: string | null;
|
|
27
|
+
};
|
|
14
28
|
export declare const DB_COLUMNS_CITY_OPTION: string[];
|
|
15
29
|
export type TCityListForAdmin = TCityOption & {
|
|
16
30
|
profile: string | null;
|
|
@@ -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":"AA+BA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC;AAkBtG;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,aAAa;IACb,SAAS;IACT,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,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAE5G;;;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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export type TCountryMetadataI18nListForAdmin = {
|
|
2
|
+
country_code: string;
|
|
3
|
+
lang_code: string;
|
|
4
|
+
title: string;
|
|
5
|
+
og_title: string | null;
|
|
6
|
+
};
|
|
7
|
+
export type TCountryMetadataI18nDetail = TCountryMetadataI18nListForAdmin & {
|
|
8
|
+
description: string | null;
|
|
9
|
+
og_description: string | null;
|
|
10
|
+
og_image: string | null;
|
|
11
|
+
tag_set: string | null;
|
|
12
|
+
created_at: Date;
|
|
13
|
+
updated_at: Date;
|
|
14
|
+
};
|
|
15
|
+
export type TCountryMetadataI18nDetailInsert = {
|
|
16
|
+
country_code: string;
|
|
17
|
+
lang_code: string;
|
|
18
|
+
title: string;
|
|
19
|
+
} & Partial<Omit<TCountryMetadataI18nDetail, "country_code" | "lang_code" | "title">>;
|
|
20
|
+
export type TCountryMetadataI18nDetailUpdate = Partial<Omit<TCountryMetadataI18nDetail, "country_code" | "lang_code">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-country-metadata-i18n.js","sourceRoot":"","sources":["../../../src/types/types-i18n/t-country-metadata-i18n.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type TCountryViewLog = {
|
|
2
|
+
country_code: string;
|
|
3
|
+
date: string;
|
|
4
|
+
view_count: number;
|
|
5
|
+
created_at: Date;
|
|
6
|
+
updated_at: Date;
|
|
7
|
+
};
|
|
8
|
+
export type TCountryViewLogInsert = {
|
|
9
|
+
country_code: string;
|
|
10
|
+
date: string;
|
|
11
|
+
} & Partial<Omit<TCountryViewLog, "country_code" | "date">>;
|
|
12
|
+
export type TCountryViewLogUpdate = Partial<Omit<TCountryViewLog, "country_code" | "date">>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-country-view-log.js","sourceRoot":"","sources":["../../../src/types/types-i18n/t-country-view-log.ts"],"names":[],"mappings":""}
|
|
@@ -1,10 +1,51 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type TCountryLabelInfo = {
|
|
2
|
+
country_code: string;
|
|
3
|
+
country_name: string;
|
|
4
|
+
native: string;
|
|
5
|
+
};
|
|
6
|
+
export type TCountryOption = {
|
|
7
|
+
country_code: string;
|
|
8
|
+
country_name: string;
|
|
9
|
+
native: string | null;
|
|
10
|
+
};
|
|
11
|
+
export type TCountryList = {
|
|
2
12
|
country_code: string;
|
|
3
13
|
country_name: string;
|
|
4
14
|
native: string;
|
|
5
15
|
event_count: number;
|
|
6
16
|
user_count: number;
|
|
17
|
+
view_count: number;
|
|
18
|
+
is_active: boolean;
|
|
19
|
+
is_display: boolean;
|
|
7
20
|
created_at: Date;
|
|
8
21
|
updated_at: Date;
|
|
9
22
|
};
|
|
10
|
-
export type
|
|
23
|
+
export type TCountryDetail = TCountryList & {
|
|
24
|
+
thumbnail_square: string;
|
|
25
|
+
thumbnail_horizontal: string;
|
|
26
|
+
thumbnail_vertical: string;
|
|
27
|
+
hero_image_01: string;
|
|
28
|
+
hero_image_02: string;
|
|
29
|
+
hero_image_03: string;
|
|
30
|
+
hero_image_04: string;
|
|
31
|
+
hero_image_05: string;
|
|
32
|
+
thumbnail_main_01: string;
|
|
33
|
+
thumbnail_main_02: string;
|
|
34
|
+
thumbnail_main_03: string;
|
|
35
|
+
thumbnail_main_04: string;
|
|
36
|
+
thumbnail_main_05: string;
|
|
37
|
+
thumbnail_vertical_01: string;
|
|
38
|
+
thumbnail_vertical_02: string;
|
|
39
|
+
thumbnail_vertical_03: string;
|
|
40
|
+
thumbnail_vertical_04: string;
|
|
41
|
+
thumbnail_vertical_05: string;
|
|
42
|
+
deactivated_at: Date;
|
|
43
|
+
deactivated_by: string;
|
|
44
|
+
metadata_title: string;
|
|
45
|
+
metadata_description: string;
|
|
46
|
+
metadata_keywords: string;
|
|
47
|
+
metadata_og_title: string;
|
|
48
|
+
metadata_og_description: string;
|
|
49
|
+
metadata_og_image: string;
|
|
50
|
+
};
|
|
51
|
+
export type TCountryUpdate = Partial<Omit<TCountryDetail, "country_code">>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { TCountryLabelInfo } from "../types-i18n/t-country";
|
|
2
|
+
import { TEventCard } from "../types-event/t-event";
|
|
3
|
+
export type TMapCountryEvent = {
|
|
4
|
+
country_code: string;
|
|
5
|
+
event_code: string;
|
|
6
|
+
date?: Date | null;
|
|
7
|
+
is_selected?: boolean;
|
|
8
|
+
order_num?: number;
|
|
9
|
+
added_at?: Date;
|
|
10
|
+
};
|
|
11
|
+
export type TMapCountryEventInsert = {
|
|
12
|
+
country_code: string;
|
|
13
|
+
event_code: string;
|
|
14
|
+
} & Partial<Omit<TMapCountryEvent, "country_code" | "event_code">>;
|
|
15
|
+
export type TMapCountryEventUpdate = Partial<Omit<TMapCountryEvent, "country_code" | "event_code">>;
|
|
16
|
+
export type TMapCountryEventWithCountryInfo = TMapCountryEvent & {
|
|
17
|
+
country_info: TCountryLabelInfo | null;
|
|
18
|
+
};
|
|
19
|
+
export type TMapCountryEventWithEventInfo = TMapCountryEvent & {
|
|
20
|
+
event_info: TEventCard | null;
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-map-country-event.js","sourceRoot":"","sources":["../../../src/types/types-map/t-map-country-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { TCountryLabelInfo } from "../types-i18n/t-country";
|
|
2
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
3
|
+
export type TMapCountryFolder = {
|
|
4
|
+
country_code: string;
|
|
5
|
+
folder_code: string;
|
|
6
|
+
earliest_event?: Date | null;
|
|
7
|
+
latest_event?: Date | null;
|
|
8
|
+
is_selected?: boolean;
|
|
9
|
+
order_num?: number;
|
|
10
|
+
added_at?: Date;
|
|
11
|
+
};
|
|
12
|
+
export type TMapCountryFolderInsert = {
|
|
13
|
+
country_code: string;
|
|
14
|
+
folder_code: string;
|
|
15
|
+
} & Partial<Omit<TMapCountryFolder, "country_code" | "folder_code">>;
|
|
16
|
+
export type TMapCountryFolderUpdate = Partial<Omit<TMapCountryFolder, "country_code" | "folder_code">>;
|
|
17
|
+
export type TMapCountryFolderWithCountryInfo = TMapCountryFolder & {
|
|
18
|
+
country_info: TCountryLabelInfo | null;
|
|
19
|
+
};
|
|
20
|
+
export type TMapCountryFolderWithFolderInfo = TMapCountryFolder & {
|
|
21
|
+
folder_info: TFolderSummaryInfo | null;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"t-map-country-folder.js","sourceRoot":"","sources":["../../../src/types/types-map/t-map-country-folder.ts"],"names":[],"mappings":""}
|
|
@@ -4,6 +4,21 @@ export type TStagLabelInfo = {
|
|
|
4
4
|
stag: string;
|
|
5
5
|
stag_native: string;
|
|
6
6
|
};
|
|
7
|
+
export type TStagInfoForCountryDetail = {
|
|
8
|
+
stag_code: string;
|
|
9
|
+
target_country_code: string;
|
|
10
|
+
stag: string;
|
|
11
|
+
stag_native: string | null;
|
|
12
|
+
description: string | null;
|
|
13
|
+
bg_color: string | null;
|
|
14
|
+
fg_color: string | null;
|
|
15
|
+
thumbnail_square: string | null;
|
|
16
|
+
thumbnail_horizontal: string | null;
|
|
17
|
+
thumbnail_vertical: string | null;
|
|
18
|
+
profile: string | null;
|
|
19
|
+
event_count: number;
|
|
20
|
+
view_count: number;
|
|
21
|
+
};
|
|
7
22
|
export type TStagListForAdmin = {
|
|
8
23
|
stag_code: string;
|
|
9
24
|
target_country_code: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA8CA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,qBAAqB;IACrB,WAAW;IACX,MAAM;IACN,UAAU;IACV,UAAU;IACV,KAAK;IACL,aAAa;IACb,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;CACX,CAAC;AAmDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,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;CACpB,CAAC;AAGF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE3D;;;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"}
|