dplus_common_v1 0.1.109 → 0.1.110
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 +6 -0
- package/dist/fields/fields-category/f-category-i18n.d.ts +10 -2
- package/dist/fields/fields-category/f-category-i18n.js +16 -8
- package/dist/fields/fields-category/f-category-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-category/f-category-metadata-i18n.js +37 -16
- package/dist/fields/fields-category/f-category-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category.d.ts +13 -101
- package/dist/fields/fields-category/f-category.js +50 -213
- package/dist/fields/fields-category/f-category.js.map +1 -1
- package/dist/fields/fields-city/f-city-i18n.d.ts +10 -0
- package/dist/fields/fields-city/f-city-i18n.js +19 -9
- package/dist/fields/fields-city/f-city-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-image.d.ts +31 -4
- package/dist/fields/fields-city/f-city-image.js +48 -20
- package/dist/fields/fields-city/f-city-image.js.map +1 -1
- package/dist/fields/fields-city/f-city-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-city/f-city-metadata-i18n.js +38 -17
- package/dist/fields/fields-city/f-city-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-youtube-video.d.ts +26 -2
- package/dist/fields/fields-city/f-city-youtube-video.js +35 -11
- package/dist/fields/fields-city/f-city-youtube-video.js.map +1 -1
- package/dist/fields/fields-city/f-city.d.ts +59 -185
- package/dist/fields/fields-city/f-city.js +80 -201
- package/dist/fields/fields-city/f-city.js.map +1 -1
- package/dist/fields/fields-event/f-event-description.d.ts +272 -0
- package/dist/fields/fields-event/f-event-description.js +277 -0
- package/dist/fields/fields-event/f-event-description.js.map +1 -0
- package/dist/fields/fields-event/f-event-image.d.ts +4 -0
- package/dist/fields/fields-event/f-event-image.js +8 -4
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event-metadata-i18n.d.ts +8 -18
- package/dist/fields/fields-event/f-event-metadata-i18n.js +9 -19
- package/dist/fields/fields-event/f-event-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +78 -281
- package/dist/fields/fields-event/f-event.js +176 -369
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-description.d.ts +133 -0
- package/dist/fields/fields-folder/f-folder-description.js +134 -0
- package/dist/fields/fields-folder/f-folder-description.js.map +1 -0
- package/dist/fields/fields-folder/f-folder-image.d.ts +6 -2
- package/dist/fields/fields-folder/f-folder-image.js +12 -8
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-metadata-i18n.d.ts +10 -2
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js +23 -15
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +28 -313
- package/dist/fields/fields-folder/f-folder.js +42 -327
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +10 -0
- package/dist/fields/fields-group/f-group-image.js +22 -12
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group-metadata-i18n.d.ts +4 -0
- package/dist/fields/fields-group/f-group-metadata-i18n.js +14 -10
- package/dist/fields/fields-group/f-group-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +23 -155
- package/dist/fields/fields-group/f-group.js +60 -183
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-service-provider/f-service-provider.d.ts +12 -2
- package/dist/fields/fields-service-provider/f-service-provider.js +20 -10
- package/dist/fields/fields-service-provider/f-service-provider.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-i18n.d.ts +12 -2
- package/dist/fields/fields-stag/f-stag-i18n.js +20 -10
- package/dist/fields/fields-stag/f-stag-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +22 -2
- package/dist/fields/fields-stag/f-stag-image.js +34 -14
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-metadata-i18n.d.ts +20 -3
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js +34 -17
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag.d.ts +81 -173
- package/dist/fields/fields-stag/f-stag.js +117 -197
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/fields/fields-tag/f-tag.d.ts +20 -6
- package/dist/fields/fields-tag/f-tag.js +28 -14
- package/dist/fields/fields-tag/f-tag.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/types/t-thumbnail-source.d.ts +6 -0
- package/dist/types/t-thumbnail-source.js +2 -0
- package/dist/types/t-thumbnail-source.js.map +1 -0
- package/dist/types/types-category/t-category-i18n.d.ts +4 -2
- package/dist/types/types-category/t-category-metadata-i18n.d.ts +22 -6
- package/dist/types/types-category/t-category.d.ts +34 -14
- package/dist/types/types-category/t-category.js +11 -20
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city-i18n.d.ts +6 -4
- package/dist/types/types-city/t-city-image.d.ts +21 -5
- package/dist/types/types-city/t-city-metadata-i18n.d.ts +24 -8
- package/dist/types/types-city/t-city-youtube-video.d.ts +10 -6
- package/dist/types/types-city/t-city.d.ts +36 -17
- package/dist/types/types-city/t-city.js +6 -18
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-event/t-event-description.d.ts +37 -0
- package/dist/types/types-event/t-event-description.js +2 -0
- package/dist/types/types-event/t-event-description.js.map +1 -0
- package/dist/types/types-event/t-event-image.d.ts +2 -5
- package/dist/types/types-event/t-event-metadata-i18n.d.ts +10 -8
- package/dist/types/types-event/t-event.d.ts +35 -71
- package/dist/types/types-event/t-event.js +32 -56
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-description.d.ts +21 -0
- package/dist/types/types-folder/t-folder-description.js +2 -0
- package/dist/types/types-folder/t-folder-description.js.map +1 -0
- package/dist/types/types-folder/t-folder-image.d.ts +4 -4
- package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +10 -7
- package/dist/types/types-folder/t-folder.d.ts +16 -50
- package/dist/types/types-folder/t-folder.js +19 -54
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +2 -5
- package/dist/types/types-group/t-group-metadata-i18n.d.ts +6 -7
- package/dist/types/types-group/t-group.d.ts +14 -29
- package/dist/types/types-group/t-group.js +14 -37
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-service-provider/t-service-provider.d.ts +8 -2
- package/dist/types/types-stag/t-stag-i18n.d.ts +3 -2
- package/dist/types/types-stag/t-stag-image.d.ts +12 -9
- package/dist/types/types-stag/t-stag-metadata-i18n.d.ts +15 -6
- package/dist/types/types-stag/t-stag.d.ts +46 -30
- package/dist/types/types-stag/t-stag.js +12 -34
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/dist/types/types-tag/t-tag.d.ts +5 -3
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export const F_EVENT = {
|
|
2
|
+
/* ========== 분류 (UI 전용) ========== */
|
|
2
3
|
categories: {
|
|
3
4
|
id: "categories",
|
|
4
5
|
label: "Categories",
|
|
@@ -6,79 +7,103 @@ export const F_EVENT = {
|
|
|
6
7
|
is_required: false,
|
|
7
8
|
description: "Select categories for this event",
|
|
8
9
|
},
|
|
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
10
|
event_code_for_copy: {
|
|
17
11
|
id: "event_code_for_copy",
|
|
18
12
|
label: "Event Code For Copy",
|
|
13
|
+
is_required: false,
|
|
14
|
+
max_length: 24,
|
|
15
|
+
placeholder: "ex. 202512-A12-B34",
|
|
16
|
+
},
|
|
17
|
+
/* ========== 기본키 ========== */
|
|
18
|
+
event_code: {
|
|
19
|
+
id: "event_code",
|
|
20
|
+
label: "Event Code",
|
|
19
21
|
is_required: true,
|
|
20
22
|
max_length: 24,
|
|
21
23
|
placeholder: "ex. 202512-A12-B34",
|
|
22
24
|
},
|
|
25
|
+
/* ========== 시간 정보 ========== */
|
|
23
26
|
date: {
|
|
24
27
|
id: "date",
|
|
25
|
-
label: "Date",
|
|
28
|
+
label: "Start Date",
|
|
26
29
|
is_required: true,
|
|
27
30
|
placeholder: "ex. 2025-01-01",
|
|
28
31
|
},
|
|
29
32
|
time: {
|
|
30
33
|
id: "time",
|
|
31
|
-
label: "Time",
|
|
34
|
+
label: "Start Time",
|
|
32
35
|
is_required: false,
|
|
33
36
|
placeholder: "ex. 12:00:00",
|
|
34
37
|
},
|
|
38
|
+
end_date: {
|
|
39
|
+
id: "end_date",
|
|
40
|
+
label: "End Date",
|
|
41
|
+
is_required: false,
|
|
42
|
+
placeholder: "ex. 2025-01-03",
|
|
43
|
+
},
|
|
44
|
+
end_time: {
|
|
45
|
+
id: "end_time",
|
|
46
|
+
label: "End Time",
|
|
47
|
+
is_required: false,
|
|
48
|
+
placeholder: "ex. 23:59:59",
|
|
49
|
+
},
|
|
35
50
|
tz: {
|
|
36
51
|
id: "tz",
|
|
37
|
-
label: "
|
|
52
|
+
label: "Timezone",
|
|
38
53
|
is_required: true,
|
|
39
54
|
max_length: 50,
|
|
40
55
|
placeholder: "ex. Asia/Seoul",
|
|
41
56
|
},
|
|
42
57
|
utc_minutes: {
|
|
43
58
|
id: "utc_minutes",
|
|
44
|
-
label: "UTC
|
|
59
|
+
label: "UTC Offset (minutes)",
|
|
45
60
|
is_required: true,
|
|
46
|
-
|
|
47
|
-
placeholder: "ex.
|
|
61
|
+
type: "number",
|
|
62
|
+
placeholder: "ex. -540 (for KST), 0 (for UTC)",
|
|
48
63
|
},
|
|
49
64
|
duration: {
|
|
50
65
|
id: "duration",
|
|
51
|
-
label: "Duration",
|
|
66
|
+
label: "Duration (minutes)",
|
|
52
67
|
is_required: false,
|
|
53
|
-
|
|
54
|
-
placeholder: "ex. 120",
|
|
68
|
+
type: "number",
|
|
69
|
+
placeholder: "ex. 120 (2 hours)",
|
|
55
70
|
},
|
|
56
71
|
start_at_utc: {
|
|
57
72
|
id: "start_at_utc",
|
|
58
73
|
label: "Start At UTC",
|
|
59
74
|
is_required: false,
|
|
60
|
-
|
|
61
|
-
|
|
75
|
+
is_readonly: true,
|
|
76
|
+
is_generated: true,
|
|
77
|
+
placeholder: "Auto-generated",
|
|
62
78
|
},
|
|
63
79
|
end_at_utc: {
|
|
64
80
|
id: "end_at_utc",
|
|
65
81
|
label: "End At UTC",
|
|
66
82
|
is_required: false,
|
|
67
|
-
|
|
68
|
-
|
|
83
|
+
is_readonly: true,
|
|
84
|
+
is_generated: true,
|
|
85
|
+
placeholder: "Auto-generated",
|
|
69
86
|
},
|
|
70
87
|
is_repeat_annually: {
|
|
71
88
|
id: "is_repeat_annually",
|
|
72
|
-
label: "
|
|
89
|
+
label: "Repeat Annually",
|
|
73
90
|
is_required: true,
|
|
74
91
|
default_value: false,
|
|
75
92
|
},
|
|
93
|
+
/* ========== 기본 정보 ========== */
|
|
76
94
|
title: {
|
|
77
95
|
id: "title",
|
|
78
96
|
label: "Title",
|
|
79
97
|
is_required: true,
|
|
80
98
|
max_length: 120,
|
|
81
|
-
placeholder: "ex. Seoul",
|
|
99
|
+
placeholder: "ex. Seoul Night Festival",
|
|
100
|
+
},
|
|
101
|
+
short_description: {
|
|
102
|
+
id: "short_description",
|
|
103
|
+
label: "Short Description",
|
|
104
|
+
is_required: false,
|
|
105
|
+
max_length: 200,
|
|
106
|
+
placeholder: "ex. Brief description for list view",
|
|
82
107
|
},
|
|
83
108
|
bg_color: {
|
|
84
109
|
id: "bg_color",
|
|
@@ -92,295 +117,132 @@ export const F_EVENT = {
|
|
|
92
117
|
label: "Foreground Color",
|
|
93
118
|
is_required: false,
|
|
94
119
|
max_length: 7,
|
|
95
|
-
placeholder: "ex. #
|
|
120
|
+
placeholder: "ex. #FFFFFF",
|
|
96
121
|
},
|
|
122
|
+
/* ========== 썸네일 (URL만) ========== */
|
|
97
123
|
thumbnail_square: {
|
|
98
124
|
id: "thumbnail_square",
|
|
99
125
|
label: "Thumbnail Square",
|
|
100
126
|
is_required: false,
|
|
101
127
|
max_length: 250,
|
|
102
|
-
placeholder: "ex. https://
|
|
103
|
-
},
|
|
104
|
-
thumbnail_square_src_name: {
|
|
105
|
-
id: "thumbnail_square_src_name",
|
|
106
|
-
label: "Thumbnail Square Source Name",
|
|
107
|
-
is_required: false,
|
|
108
|
-
max_length: 96,
|
|
109
|
-
placeholder: "ex. thumbnail_square",
|
|
110
|
-
},
|
|
111
|
-
thumbnail_square_src_platform: {
|
|
112
|
-
id: "thumbnail_square_src_platform",
|
|
113
|
-
label: "Thumbnail Square Source Platform",
|
|
114
|
-
is_required: false,
|
|
115
|
-
max_length: 96,
|
|
116
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
117
|
-
},
|
|
118
|
-
thumbnail_square_src_unique_id: {
|
|
119
|
-
id: "thumbnail_square_src_unique_id",
|
|
120
|
-
label: "Thumbnail Square Source Unique ID",
|
|
121
|
-
is_required: false,
|
|
122
|
-
max_length: 96,
|
|
123
|
-
placeholder: "ex. 1234567890",
|
|
124
|
-
},
|
|
125
|
-
thumbnail_square_src_url: {
|
|
126
|
-
id: "thumbnail_square_src_url",
|
|
127
|
-
label: "Thumbnail Square Source URL",
|
|
128
|
-
is_required: false,
|
|
129
|
-
max_length: 1023,
|
|
130
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
128
|
+
placeholder: "ex. https://cdn.example.com/thumb_square.jpg",
|
|
131
129
|
},
|
|
132
130
|
thumbnail_horizontal: {
|
|
133
131
|
id: "thumbnail_horizontal",
|
|
134
132
|
label: "Thumbnail Horizontal",
|
|
135
133
|
is_required: false,
|
|
136
134
|
max_length: 250,
|
|
137
|
-
placeholder: "ex. https://
|
|
138
|
-
},
|
|
139
|
-
thumbnail_horizontal_src_name: {
|
|
140
|
-
id: "thumbnail_horizontal_src_name",
|
|
141
|
-
label: "Thumbnail Horizontal Source Name",
|
|
142
|
-
is_required: false,
|
|
143
|
-
max_length: 96,
|
|
144
|
-
placeholder: "ex. thumbnail_horizontal",
|
|
145
|
-
},
|
|
146
|
-
thumbnail_horizontal_src_platform: {
|
|
147
|
-
id: "thumbnail_horizontal_src_platform",
|
|
148
|
-
label: "Thumbnail Horizontal Source Platform",
|
|
149
|
-
is_required: false,
|
|
150
|
-
max_length: 96,
|
|
151
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
152
|
-
},
|
|
153
|
-
thumbnail_horizontal_src_unique_id: {
|
|
154
|
-
id: "thumbnail_horizontal_src_unique_id",
|
|
155
|
-
label: "Thumbnail Horizontal Source Unique ID",
|
|
156
|
-
is_required: false,
|
|
157
|
-
max_length: 96,
|
|
158
|
-
placeholder: "ex. 1234567890",
|
|
159
|
-
},
|
|
160
|
-
thumbnail_horizontal_src_url: {
|
|
161
|
-
id: "thumbnail_horizontal_src_url",
|
|
162
|
-
label: "Thumbnail Horizontal Source URL",
|
|
163
|
-
is_required: false,
|
|
164
|
-
max_length: 1023,
|
|
165
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
135
|
+
placeholder: "ex. https://cdn.example.com/thumb_horizontal.jpg",
|
|
166
136
|
},
|
|
167
137
|
thumbnail_vertical: {
|
|
168
138
|
id: "thumbnail_vertical",
|
|
169
139
|
label: "Thumbnail Vertical",
|
|
170
140
|
is_required: false,
|
|
171
141
|
max_length: 250,
|
|
172
|
-
placeholder: "ex. https://
|
|
142
|
+
placeholder: "ex. https://cdn.example.com/thumb_vertical.jpg",
|
|
173
143
|
},
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
144
|
+
/* ========== 썸네일 출처 (JSONB) ========== */
|
|
145
|
+
thumbnail_square_source: {
|
|
146
|
+
id: "thumbnail_square_source",
|
|
147
|
+
label: "Thumbnail Square Source",
|
|
148
|
+
type: "jsonb",
|
|
177
149
|
is_required: false,
|
|
178
|
-
|
|
179
|
-
placeholder: "ex. thumbnail_vertical",
|
|
150
|
+
description: "JSONB: {name, platform, unique_id, src_url}",
|
|
180
151
|
},
|
|
181
|
-
|
|
182
|
-
id: "
|
|
183
|
-
label: "Thumbnail
|
|
152
|
+
thumbnail_horizontal_source: {
|
|
153
|
+
id: "thumbnail_horizontal_source",
|
|
154
|
+
label: "Thumbnail Horizontal Source",
|
|
155
|
+
type: "jsonb",
|
|
184
156
|
is_required: false,
|
|
185
|
-
|
|
186
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
157
|
+
description: "JSONB: {name, platform, unique_id, src_url}",
|
|
187
158
|
},
|
|
188
|
-
|
|
189
|
-
id: "
|
|
190
|
-
label: "Thumbnail Vertical Source
|
|
159
|
+
thumbnail_vertical_source: {
|
|
160
|
+
id: "thumbnail_vertical_source",
|
|
161
|
+
label: "Thumbnail Vertical Source",
|
|
162
|
+
type: "jsonb",
|
|
191
163
|
is_required: false,
|
|
192
|
-
|
|
193
|
-
placeholder: "ex. 1234567890",
|
|
194
|
-
},
|
|
195
|
-
thumbnail_vertical_src_url: {
|
|
196
|
-
id: "thumbnail_vertical_src_url",
|
|
197
|
-
label: "Thumbnail Vertical Source URL",
|
|
198
|
-
is_required: false,
|
|
199
|
-
max_length: 1023,
|
|
200
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
201
|
-
},
|
|
202
|
-
profile: {
|
|
203
|
-
id: "profile",
|
|
204
|
-
label: "Profile",
|
|
205
|
-
is_required: false,
|
|
206
|
-
max_length: 250,
|
|
207
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/profile.jpg",
|
|
208
|
-
},
|
|
209
|
-
description: {
|
|
210
|
-
id: "description",
|
|
211
|
-
label: "Description",
|
|
212
|
-
is_required: false,
|
|
213
|
-
max_length: 500,
|
|
214
|
-
placeholder: "ex. Seoul is the capital of Korea.",
|
|
215
|
-
},
|
|
216
|
-
homepage: {
|
|
217
|
-
id: "homepage",
|
|
218
|
-
label: "Homepage",
|
|
219
|
-
is_required: false,
|
|
220
|
-
max_length: 250,
|
|
221
|
-
placeholder: "ex. https://www.seoul.go.kr",
|
|
222
|
-
},
|
|
223
|
-
url_label: {
|
|
224
|
-
id: "url_label",
|
|
225
|
-
label: "URL Label",
|
|
226
|
-
is_required: false,
|
|
227
|
-
max_length: 60,
|
|
228
|
-
placeholder: "ex. 서울 홈페이지",
|
|
229
|
-
},
|
|
230
|
-
url: {
|
|
231
|
-
id: "url",
|
|
232
|
-
label: "URL",
|
|
233
|
-
is_required: false,
|
|
234
|
-
max_length: 250,
|
|
235
|
-
placeholder: "ex. https://www.seoul.go.kr",
|
|
236
|
-
},
|
|
237
|
-
email: {
|
|
238
|
-
id: "email",
|
|
239
|
-
label: "Email",
|
|
240
|
-
is_required: false,
|
|
241
|
-
max_length: 320,
|
|
242
|
-
placeholder: "ex. seoul@seoul.go.kr",
|
|
243
|
-
},
|
|
244
|
-
phone_country_code: {
|
|
245
|
-
id: "phone_country_code",
|
|
246
|
-
label: "Phone Country Code",
|
|
247
|
-
is_required: false,
|
|
248
|
-
max_length: 6,
|
|
249
|
-
placeholder: "ex. +82",
|
|
250
|
-
},
|
|
251
|
-
phone: {
|
|
252
|
-
id: "phone",
|
|
253
|
-
label: "Phone",
|
|
254
|
-
is_required: false,
|
|
255
|
-
max_length: 20,
|
|
256
|
-
placeholder: "ex. 10-1234-5678",
|
|
257
|
-
},
|
|
258
|
-
youtube_ch_id: {
|
|
259
|
-
id: "youtube_ch_id",
|
|
260
|
-
label: "Youtube Channel ID",
|
|
261
|
-
is_required: false,
|
|
262
|
-
max_length: 36,
|
|
263
|
-
placeholder: "ex. UC-9-kyTW8ZkZNDHQJ6FgpwQ",
|
|
264
|
-
},
|
|
265
|
-
instagram_id: {
|
|
266
|
-
id: "instagram_id",
|
|
267
|
-
label: "Instagram ID",
|
|
268
|
-
is_required: false,
|
|
269
|
-
max_length: 36,
|
|
270
|
-
placeholder: "ex. seoul",
|
|
271
|
-
},
|
|
272
|
-
tiktok_id: {
|
|
273
|
-
id: "tiktok_id",
|
|
274
|
-
label: "Tiktok ID",
|
|
275
|
-
is_required: false,
|
|
276
|
-
max_length: 36,
|
|
277
|
-
placeholder: "ex. seoul",
|
|
278
|
-
},
|
|
279
|
-
threads_id: {
|
|
280
|
-
id: "threads_id",
|
|
281
|
-
label: "Threads ID",
|
|
282
|
-
is_required: false,
|
|
283
|
-
max_length: 36,
|
|
284
|
-
placeholder: "ex. seoul",
|
|
285
|
-
},
|
|
286
|
-
ticket_purchase: {
|
|
287
|
-
id: "ticket_purchase",
|
|
288
|
-
label: "Ticket Purchase",
|
|
289
|
-
is_required: false,
|
|
290
|
-
max_length: 320,
|
|
291
|
-
placeholder: "ex. https://www.seoul.go.kr/ticket/purchase",
|
|
292
|
-
},
|
|
293
|
-
product_purchase: {
|
|
294
|
-
id: "product_purchase",
|
|
295
|
-
label: "Product Purchase",
|
|
296
|
-
is_required: false,
|
|
297
|
-
max_length: 320,
|
|
298
|
-
placeholder: "ex. https://www.seoul.go.kr/product/purchase",
|
|
299
|
-
},
|
|
300
|
-
detail_info_url: {
|
|
301
|
-
id: "detail_info_url",
|
|
302
|
-
label: "Detail Info URL",
|
|
303
|
-
is_required: false,
|
|
304
|
-
max_length: 320,
|
|
305
|
-
placeholder: "ex. https://www.seoul.go.kr/detail/info",
|
|
306
|
-
},
|
|
307
|
-
watch_url: {
|
|
308
|
-
id: "watch_url",
|
|
309
|
-
label: "Watch URL",
|
|
310
|
-
is_required: false,
|
|
311
|
-
max_length: 320,
|
|
312
|
-
placeholder: "ex. https://www.seoul.go.kr/watch",
|
|
313
|
-
},
|
|
314
|
-
apply_url: {
|
|
315
|
-
id: "apply_url",
|
|
316
|
-
label: "Apply URL",
|
|
317
|
-
is_required: false,
|
|
318
|
-
max_length: 320,
|
|
319
|
-
placeholder: "ex. https://www.seoul.go.kr/apply",
|
|
164
|
+
description: "JSONB: {name, platform, unique_id, src_url}",
|
|
320
165
|
},
|
|
166
|
+
/* ========== 위치 정보 ========== */
|
|
321
167
|
target_country_code: {
|
|
322
168
|
id: "target_country_code",
|
|
323
|
-
label: "
|
|
169
|
+
label: "Country Code",
|
|
324
170
|
is_required: true,
|
|
325
171
|
max_length: 2,
|
|
326
172
|
placeholder: "ex. KR",
|
|
327
173
|
},
|
|
328
174
|
target_city_code: {
|
|
329
175
|
id: "target_city_code",
|
|
330
|
-
label: "
|
|
176
|
+
label: "City Code",
|
|
177
|
+
is_required: false,
|
|
178
|
+
max_length: 96,
|
|
179
|
+
placeholder: "ex. SEL, NYC, LON",
|
|
180
|
+
},
|
|
181
|
+
place_id: {
|
|
182
|
+
id: "place_id",
|
|
183
|
+
label: "Place ID",
|
|
184
|
+
type: "number",
|
|
185
|
+
is_required: false,
|
|
186
|
+
description: "Reference to places table (optional)",
|
|
187
|
+
},
|
|
188
|
+
place_name: {
|
|
189
|
+
id: "place_name",
|
|
190
|
+
label: "Place Name",
|
|
331
191
|
is_required: false,
|
|
332
192
|
max_length: 96,
|
|
333
|
-
placeholder: "ex.
|
|
193
|
+
placeholder: "ex. Seoul",
|
|
334
194
|
},
|
|
335
195
|
latitude: {
|
|
336
196
|
id: "latitude",
|
|
337
|
-
label: "
|
|
197
|
+
label: "Latitude",
|
|
198
|
+
type: "number",
|
|
338
199
|
is_required: false,
|
|
339
|
-
|
|
340
|
-
placeholder: "NUMERIC(10, 8) ex. 37.5665",
|
|
200
|
+
placeholder: "ex. 37.5665",
|
|
341
201
|
},
|
|
342
202
|
longitude: {
|
|
343
203
|
id: "longitude",
|
|
344
|
-
label: "
|
|
204
|
+
label: "Longitude",
|
|
205
|
+
type: "number",
|
|
345
206
|
is_required: false,
|
|
346
|
-
|
|
347
|
-
placeholder: "NUMERIC(11, 8) ex. 126.9780",
|
|
207
|
+
placeholder: "ex. 126.9780",
|
|
348
208
|
},
|
|
349
209
|
location: {
|
|
350
210
|
id: "location",
|
|
351
|
-
label: "Location",
|
|
211
|
+
label: "Location (Geography)",
|
|
352
212
|
is_required: false,
|
|
353
|
-
|
|
354
|
-
|
|
213
|
+
is_readonly: true,
|
|
214
|
+
is_generated: true,
|
|
215
|
+
placeholder: "Auto-generated from lat/lng",
|
|
355
216
|
},
|
|
356
217
|
radius_m: {
|
|
357
218
|
id: "radius_m",
|
|
358
|
-
label: "Radius
|
|
219
|
+
label: "Radius (meters)",
|
|
220
|
+
type: "number",
|
|
359
221
|
is_required: false,
|
|
360
|
-
max_length: 10,
|
|
361
222
|
placeholder: "ex. 1000",
|
|
362
223
|
},
|
|
363
224
|
address_eng: {
|
|
364
225
|
id: "address_eng",
|
|
365
|
-
label: "Address
|
|
226
|
+
label: "Address (English)",
|
|
366
227
|
is_required: false,
|
|
367
228
|
max_length: 500,
|
|
368
|
-
placeholder: "ex. 123 Main St,
|
|
229
|
+
placeholder: "ex. 123 Main St, Seoul",
|
|
369
230
|
},
|
|
370
231
|
address_native: {
|
|
371
232
|
id: "address_native",
|
|
372
|
-
label: "Address Native",
|
|
233
|
+
label: "Address (Native)",
|
|
373
234
|
is_required: false,
|
|
374
235
|
max_length: 500,
|
|
375
|
-
placeholder: "ex.
|
|
236
|
+
placeholder: "ex. 서울특별시 중구 세종대로 110",
|
|
376
237
|
},
|
|
377
238
|
google_map_url: {
|
|
378
239
|
id: "google_map_url",
|
|
379
240
|
label: "Google Map URL",
|
|
380
241
|
is_required: false,
|
|
381
242
|
max_length: 250,
|
|
382
|
-
placeholder: "ex. https://
|
|
243
|
+
placeholder: "ex. https://maps.app.goo.gl/...",
|
|
383
244
|
},
|
|
245
|
+
/* ========== 상태 & 가시성 ========== */
|
|
384
246
|
is_promoted: {
|
|
385
247
|
id: "is_promoted",
|
|
386
248
|
label: "Is Promoted",
|
|
@@ -398,87 +260,15 @@ export const F_EVENT = {
|
|
|
398
260
|
label: "Visibility",
|
|
399
261
|
is_required: true,
|
|
400
262
|
default_value: "public",
|
|
401
|
-
max_length:
|
|
402
|
-
placeholder: "ex. public, private,
|
|
403
|
-
},
|
|
404
|
-
view_count: {
|
|
405
|
-
id: "view_count",
|
|
406
|
-
label: "View Count",
|
|
407
|
-
is_required: true,
|
|
408
|
-
default_value: 0,
|
|
409
|
-
},
|
|
410
|
-
added_count: {
|
|
411
|
-
id: "added_count",
|
|
412
|
-
label: "Added Count",
|
|
413
|
-
is_required: true,
|
|
414
|
-
default_value: 0,
|
|
415
|
-
},
|
|
416
|
-
shared_count: {
|
|
417
|
-
id: "shared_count",
|
|
418
|
-
label: "Shared Count",
|
|
419
|
-
is_required: true,
|
|
420
|
-
default_value: 0,
|
|
421
|
-
},
|
|
422
|
-
saved_count: {
|
|
423
|
-
id: "saved_count",
|
|
424
|
-
label: "Saved Count",
|
|
425
|
-
is_required: true,
|
|
426
|
-
default_value: 0,
|
|
427
|
-
},
|
|
428
|
-
target_age_start: {
|
|
429
|
-
id: "target_age_start",
|
|
430
|
-
label: "Target Age Start",
|
|
431
|
-
is_required: false,
|
|
432
|
-
default_value: 0,
|
|
433
|
-
},
|
|
434
|
-
target_age_end: {
|
|
435
|
-
id: "target_age_end",
|
|
436
|
-
label: "Target Age End",
|
|
437
|
-
is_required: false,
|
|
438
|
-
default_value: 50,
|
|
439
|
-
},
|
|
440
|
-
target_sex: {
|
|
441
|
-
id: "target_sex",
|
|
442
|
-
label: "Target Sex",
|
|
443
|
-
is_required: false,
|
|
444
|
-
max_length: 12,
|
|
445
|
-
placeholder: "ex. male, female, etc.",
|
|
446
|
-
},
|
|
447
|
-
is_target_for_family: {
|
|
448
|
-
id: "is_target_for_family",
|
|
449
|
-
label: "Is Target for Family",
|
|
450
|
-
is_required: true,
|
|
451
|
-
default_value: false,
|
|
452
|
-
},
|
|
453
|
-
is_target_for_couple: {
|
|
454
|
-
id: "is_target_for_couple",
|
|
455
|
-
label: "Is Target for Couple",
|
|
456
|
-
is_required: true,
|
|
457
|
-
default_value: false,
|
|
458
|
-
},
|
|
459
|
-
is_target_for_children: {
|
|
460
|
-
id: "is_target_for_children",
|
|
461
|
-
label: "Is Target for Children",
|
|
462
|
-
is_required: true,
|
|
463
|
-
default_value: false,
|
|
464
|
-
},
|
|
465
|
-
is_target_for_single: {
|
|
466
|
-
id: "is_target_for_single",
|
|
467
|
-
label: "Is Target for Single",
|
|
468
|
-
is_required: true,
|
|
469
|
-
default_value: false,
|
|
470
|
-
},
|
|
471
|
-
is_target_for_traveler: {
|
|
472
|
-
id: "is_target_for_traveler",
|
|
473
|
-
label: "Is Target for Traveler",
|
|
474
|
-
is_required: true,
|
|
475
|
-
default_value: false,
|
|
263
|
+
max_length: 20,
|
|
264
|
+
placeholder: "ex. public, unlisted, private, draft",
|
|
476
265
|
},
|
|
477
266
|
is_ever_public: {
|
|
478
267
|
id: "is_ever_public",
|
|
479
|
-
label: "
|
|
268
|
+
label: "Ever Been Public",
|
|
480
269
|
is_required: true,
|
|
481
270
|
default_value: false,
|
|
271
|
+
is_readonly: true,
|
|
482
272
|
},
|
|
483
273
|
is_active: {
|
|
484
274
|
id: "is_active",
|
|
@@ -486,91 +276,108 @@ export const F_EVENT = {
|
|
|
486
276
|
is_required: true,
|
|
487
277
|
default_value: true,
|
|
488
278
|
},
|
|
279
|
+
is_display: {
|
|
280
|
+
id: "is_display",
|
|
281
|
+
label: "Is Display",
|
|
282
|
+
is_required: true,
|
|
283
|
+
default_value: true,
|
|
284
|
+
},
|
|
489
285
|
deactivated_at: {
|
|
490
286
|
id: "deactivated_at",
|
|
491
287
|
label: "Deactivated At",
|
|
492
288
|
is_required: false,
|
|
493
|
-
|
|
289
|
+
is_readonly: true,
|
|
290
|
+
placeholder: "Auto-set when deactivated",
|
|
494
291
|
},
|
|
495
292
|
deactivated_by: {
|
|
496
293
|
id: "deactivated_by",
|
|
497
294
|
label: "Deactivated By",
|
|
498
295
|
is_required: false,
|
|
499
296
|
max_length: 45,
|
|
500
|
-
|
|
297
|
+
is_readonly: true,
|
|
501
298
|
},
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
299
|
+
/* ========== 통계 ========== */
|
|
300
|
+
view_count: {
|
|
301
|
+
id: "view_count",
|
|
302
|
+
label: "View Count",
|
|
303
|
+
type: "number",
|
|
505
304
|
is_required: true,
|
|
506
|
-
default_value:
|
|
507
|
-
|
|
508
|
-
metadata_title: {
|
|
509
|
-
id: "metadata_title",
|
|
510
|
-
label: "Metadata Title",
|
|
511
|
-
is_required: false,
|
|
512
|
-
max_length: 50,
|
|
513
|
-
placeholder: "ex. 서울",
|
|
514
|
-
},
|
|
515
|
-
metadata_description: {
|
|
516
|
-
id: "metadata_description",
|
|
517
|
-
label: "Metadata Description",
|
|
518
|
-
is_required: false,
|
|
519
|
-
max_length: 110,
|
|
520
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
521
|
-
},
|
|
522
|
-
metadata_keywords: {
|
|
523
|
-
id: "metadata_keywords",
|
|
524
|
-
label: "Metadata Keywords",
|
|
525
|
-
is_required: false,
|
|
526
|
-
max_length: 250,
|
|
527
|
-
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
305
|
+
default_value: 0,
|
|
306
|
+
is_readonly: true,
|
|
528
307
|
},
|
|
529
|
-
|
|
530
|
-
id: "
|
|
531
|
-
label: "
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
308
|
+
added_count: {
|
|
309
|
+
id: "added_count",
|
|
310
|
+
label: "Added Count",
|
|
311
|
+
type: "number",
|
|
312
|
+
is_required: true,
|
|
313
|
+
default_value: 0,
|
|
314
|
+
is_readonly: true,
|
|
535
315
|
},
|
|
536
|
-
|
|
537
|
-
id: "
|
|
538
|
-
label: "
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
316
|
+
shared_count: {
|
|
317
|
+
id: "shared_count",
|
|
318
|
+
label: "Shared Count",
|
|
319
|
+
type: "number",
|
|
320
|
+
is_required: true,
|
|
321
|
+
default_value: 0,
|
|
322
|
+
is_readonly: true,
|
|
542
323
|
},
|
|
543
|
-
|
|
544
|
-
id: "
|
|
545
|
-
label: "
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
324
|
+
saved_count: {
|
|
325
|
+
id: "saved_count",
|
|
326
|
+
label: "Saved Count",
|
|
327
|
+
type: "number",
|
|
328
|
+
is_required: true,
|
|
329
|
+
default_value: 0,
|
|
330
|
+
is_readonly: true,
|
|
549
331
|
},
|
|
332
|
+
/* ========== 관리 정보 ========== */
|
|
550
333
|
is_admin_created: {
|
|
551
334
|
id: "is_admin_created",
|
|
552
|
-
label: "
|
|
335
|
+
label: "Admin Created",
|
|
553
336
|
is_required: true,
|
|
554
337
|
default_value: false,
|
|
555
338
|
},
|
|
339
|
+
approval_status: {
|
|
340
|
+
id: "approval_status",
|
|
341
|
+
label: "Approval Status",
|
|
342
|
+
is_required: true,
|
|
343
|
+
default_value: "approved",
|
|
344
|
+
max_length: 20,
|
|
345
|
+
placeholder: "ex. pending, approved, rejected, draft",
|
|
346
|
+
},
|
|
556
347
|
created_at: {
|
|
557
348
|
id: "created_at",
|
|
558
349
|
label: "Created At",
|
|
559
|
-
is_required:
|
|
560
|
-
|
|
350
|
+
is_required: false,
|
|
351
|
+
is_readonly: true,
|
|
352
|
+
placeholder: "Auto-generated",
|
|
561
353
|
},
|
|
562
354
|
created_by: {
|
|
563
355
|
id: "created_by",
|
|
564
356
|
label: "Created By",
|
|
565
357
|
is_required: false,
|
|
566
358
|
max_length: 45,
|
|
567
|
-
|
|
359
|
+
is_readonly: true,
|
|
360
|
+
},
|
|
361
|
+
approved_at: {
|
|
362
|
+
id: "approved_at",
|
|
363
|
+
label: "Approved At",
|
|
364
|
+
is_required: false,
|
|
365
|
+
is_readonly: true,
|
|
366
|
+
placeholder: "Auto-set when approved",
|
|
367
|
+
},
|
|
368
|
+
approved_by: {
|
|
369
|
+
id: "approved_by",
|
|
370
|
+
label: "Approved By",
|
|
371
|
+
is_required: false,
|
|
372
|
+
max_length: 45,
|
|
373
|
+
is_readonly: true,
|
|
568
374
|
},
|
|
569
375
|
updated_at: {
|
|
570
376
|
id: "updated_at",
|
|
571
377
|
label: "Updated At",
|
|
572
|
-
is_required:
|
|
573
|
-
|
|
378
|
+
is_required: false,
|
|
379
|
+
is_readonly: true,
|
|
380
|
+
placeholder: "Auto-updated",
|
|
574
381
|
},
|
|
575
382
|
};
|
|
576
383
|
//# sourceMappingURL=f-event.js.map
|