dplus_common_v1 0.1.109 → 0.1.111
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 +47 -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
|
@@ -4,428 +4,143 @@ export const F_FOLDER = {
|
|
|
4
4
|
label: "Folder Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
|
|
7
|
+
editable: false,
|
|
8
8
|
},
|
|
9
9
|
folder_code_for_copy: {
|
|
10
10
|
id: "folder_code_for_copy",
|
|
11
11
|
label: "Folder Code For Copy",
|
|
12
|
-
is_required:
|
|
12
|
+
is_required: false,
|
|
13
13
|
max_length: 96,
|
|
14
|
-
placeholder: "ex. F-NETFLIX-A12-B34",
|
|
15
14
|
},
|
|
16
15
|
title: {
|
|
17
16
|
id: "title",
|
|
18
17
|
label: "Title",
|
|
19
18
|
is_required: true,
|
|
20
19
|
max_length: 120,
|
|
21
|
-
placeholder: "ex. Seoul",
|
|
22
20
|
},
|
|
23
21
|
bg_color: {
|
|
24
22
|
id: "bg_color",
|
|
25
23
|
label: "Background Color",
|
|
26
|
-
is_required: false,
|
|
27
24
|
max_length: 7,
|
|
28
|
-
placeholder: "ex. #000000",
|
|
29
25
|
},
|
|
30
26
|
fg_color: {
|
|
31
27
|
id: "fg_color",
|
|
32
28
|
label: "Foreground Color",
|
|
33
|
-
is_required: false,
|
|
34
29
|
max_length: 7,
|
|
35
|
-
placeholder: "ex. #000000",
|
|
36
30
|
},
|
|
37
31
|
thumbnail_square: {
|
|
38
32
|
id: "thumbnail_square",
|
|
39
33
|
label: "Thumbnail Square",
|
|
40
|
-
is_required: false,
|
|
41
34
|
max_length: 250,
|
|
42
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
43
35
|
},
|
|
44
|
-
|
|
45
|
-
id: "
|
|
46
|
-
label: "Thumbnail Square Source
|
|
47
|
-
|
|
48
|
-
max_length: 96,
|
|
49
|
-
placeholder: "ex. thumbnail_square",
|
|
50
|
-
},
|
|
51
|
-
thumbnail_square_src_platform: {
|
|
52
|
-
id: "thumbnail_square_src_platform",
|
|
53
|
-
label: "Thumbnail Square Source Platform",
|
|
54
|
-
is_required: false,
|
|
55
|
-
max_length: 96,
|
|
56
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
57
|
-
},
|
|
58
|
-
thumbnail_square_src_unique_id: {
|
|
59
|
-
id: "thumbnail_square_src_unique_id",
|
|
60
|
-
label: "Thumbnail Square Source Unique ID",
|
|
61
|
-
is_required: false,
|
|
62
|
-
max_length: 96,
|
|
63
|
-
placeholder: "ex. 1234567890",
|
|
64
|
-
},
|
|
65
|
-
thumbnail_square_src_url: {
|
|
66
|
-
id: "thumbnail_square_src_url",
|
|
67
|
-
label: "Thumbnail Square Source URL",
|
|
68
|
-
is_required: false,
|
|
69
|
-
max_length: 1023,
|
|
70
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
36
|
+
thumbnail_square_source: {
|
|
37
|
+
id: "thumbnail_square_source",
|
|
38
|
+
label: "Thumbnail Square Source",
|
|
39
|
+
type: "json",
|
|
71
40
|
},
|
|
72
41
|
thumbnail_horizontal: {
|
|
73
42
|
id: "thumbnail_horizontal",
|
|
74
43
|
label: "Thumbnail Horizontal",
|
|
75
|
-
is_required: false,
|
|
76
44
|
max_length: 250,
|
|
77
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
78
45
|
},
|
|
79
|
-
|
|
80
|
-
id: "
|
|
81
|
-
label: "Thumbnail Horizontal Source
|
|
82
|
-
|
|
83
|
-
max_length: 96,
|
|
84
|
-
placeholder: "ex. thumbnail_horizontal",
|
|
85
|
-
},
|
|
86
|
-
thumbnail_horizontal_src_platform: {
|
|
87
|
-
id: "thumbnail_horizontal_src_platform",
|
|
88
|
-
label: "Thumbnail Horizontal Source Platform",
|
|
89
|
-
is_required: false,
|
|
90
|
-
max_length: 96,
|
|
91
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
92
|
-
},
|
|
93
|
-
thumbnail_horizontal_src_unique_id: {
|
|
94
|
-
id: "thumbnail_horizontal_src_unique_id",
|
|
95
|
-
label: "Thumbnail Horizontal Source Unique ID",
|
|
96
|
-
is_required: false,
|
|
97
|
-
max_length: 96,
|
|
98
|
-
placeholder: "ex. 1234567890",
|
|
99
|
-
},
|
|
100
|
-
thumbnail_horizontal_src_url: {
|
|
101
|
-
id: "thumbnail_horizontal_src_url",
|
|
102
|
-
label: "Thumbnail Horizontal Source URL",
|
|
103
|
-
is_required: false,
|
|
104
|
-
max_length: 1023,
|
|
105
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
46
|
+
thumbnail_horizontal_source: {
|
|
47
|
+
id: "thumbnail_horizontal_source",
|
|
48
|
+
label: "Thumbnail Horizontal Source",
|
|
49
|
+
type: "json",
|
|
106
50
|
},
|
|
107
51
|
thumbnail_vertical: {
|
|
108
52
|
id: "thumbnail_vertical",
|
|
109
53
|
label: "Thumbnail Vertical",
|
|
110
|
-
is_required: false,
|
|
111
|
-
max_length: 250,
|
|
112
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
113
|
-
},
|
|
114
|
-
thumbnail_vertical_src_name: {
|
|
115
|
-
id: "thumbnail_vertical_src_name",
|
|
116
|
-
label: "Thumbnail Vertical Source Name",
|
|
117
|
-
is_required: false,
|
|
118
|
-
max_length: 96,
|
|
119
|
-
placeholder: "ex. thumbnail_vertical",
|
|
120
|
-
},
|
|
121
|
-
thumbnail_vertical_src_platform: {
|
|
122
|
-
id: "thumbnail_vertical_src_platform",
|
|
123
|
-
label: "Thumbnail Vertical Source Platform",
|
|
124
|
-
is_required: false,
|
|
125
|
-
max_length: 96,
|
|
126
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
127
|
-
},
|
|
128
|
-
thumbnail_vertical_src_unique_id: {
|
|
129
|
-
id: "thumbnail_vertical_src_unique_id",
|
|
130
|
-
label: "Thumbnail Vertical Source Unique ID",
|
|
131
|
-
is_required: false,
|
|
132
|
-
max_length: 96,
|
|
133
|
-
placeholder: "ex. 1234567890",
|
|
134
|
-
},
|
|
135
|
-
thumbnail_vertical_src_url: {
|
|
136
|
-
id: "thumbnail_vertical_src_url",
|
|
137
|
-
label: "Thumbnail Vertical Source URL",
|
|
138
|
-
is_required: false,
|
|
139
|
-
max_length: 1023,
|
|
140
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
141
|
-
},
|
|
142
|
-
profile: {
|
|
143
|
-
id: "profile",
|
|
144
|
-
label: "Profile",
|
|
145
|
-
is_required: false,
|
|
146
|
-
max_length: 250,
|
|
147
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/profile.jpg",
|
|
148
|
-
},
|
|
149
|
-
description: {
|
|
150
|
-
id: "description",
|
|
151
|
-
label: "Description",
|
|
152
|
-
is_required: false,
|
|
153
|
-
max_length: 500,
|
|
154
|
-
placeholder: "ex. Seoul is the capital of Korea.",
|
|
155
|
-
},
|
|
156
|
-
homepage: {
|
|
157
|
-
id: "homepage",
|
|
158
|
-
label: "Homepage",
|
|
159
|
-
is_required: false,
|
|
160
54
|
max_length: 250,
|
|
161
|
-
placeholder: "ex. https://www.seoul.go.kr",
|
|
162
55
|
},
|
|
163
|
-
|
|
164
|
-
id: "
|
|
165
|
-
label: "
|
|
166
|
-
|
|
167
|
-
max_length: 60,
|
|
168
|
-
placeholder: "ex. 서울 홈페이지",
|
|
169
|
-
},
|
|
170
|
-
url: {
|
|
171
|
-
id: "url",
|
|
172
|
-
label: "URL",
|
|
173
|
-
is_required: false,
|
|
174
|
-
max_length: 250,
|
|
175
|
-
placeholder: "ex. https://www.seoul.go.kr",
|
|
176
|
-
},
|
|
177
|
-
email: {
|
|
178
|
-
id: "email",
|
|
179
|
-
label: "Email",
|
|
180
|
-
is_required: false,
|
|
181
|
-
max_length: 320,
|
|
182
|
-
placeholder: "ex. seoul@seoul.go.kr",
|
|
183
|
-
},
|
|
184
|
-
phone_country_code: {
|
|
185
|
-
id: "phone_country_code",
|
|
186
|
-
label: "Phone Country Code",
|
|
187
|
-
is_required: false,
|
|
188
|
-
max_length: 6,
|
|
189
|
-
placeholder: "ex. +82",
|
|
190
|
-
},
|
|
191
|
-
phone: {
|
|
192
|
-
id: "phone",
|
|
193
|
-
label: "Phone",
|
|
194
|
-
is_required: false,
|
|
195
|
-
max_length: 20,
|
|
196
|
-
placeholder: "ex. 10-1234-5678",
|
|
197
|
-
},
|
|
198
|
-
youtube_ch_id: {
|
|
199
|
-
id: "youtube_ch_id",
|
|
200
|
-
label: "Youtube Channel ID",
|
|
201
|
-
is_required: false,
|
|
202
|
-
max_length: 36,
|
|
203
|
-
placeholder: "ex. UC-9-kyTW8ZkZNDHQJ6FgpwQ",
|
|
204
|
-
},
|
|
205
|
-
instagram_id: {
|
|
206
|
-
id: "instagram_id",
|
|
207
|
-
label: "Instagram ID",
|
|
208
|
-
is_required: false,
|
|
209
|
-
max_length: 36,
|
|
210
|
-
placeholder: "ex. seoul",
|
|
211
|
-
},
|
|
212
|
-
tiktok_id: {
|
|
213
|
-
id: "tiktok_id",
|
|
214
|
-
label: "Tiktok ID",
|
|
215
|
-
is_required: false,
|
|
216
|
-
max_length: 36,
|
|
217
|
-
placeholder: "ex. seoul",
|
|
218
|
-
},
|
|
219
|
-
threads_id: {
|
|
220
|
-
id: "threads_id",
|
|
221
|
-
label: "Threads ID",
|
|
222
|
-
is_required: false,
|
|
223
|
-
max_length: 36,
|
|
224
|
-
placeholder: "ex. seoul",
|
|
225
|
-
},
|
|
226
|
-
ticket_purchase: {
|
|
227
|
-
id: "ticket_purchase",
|
|
228
|
-
label: "Ticket Purchase",
|
|
229
|
-
is_required: false,
|
|
230
|
-
max_length: 320,
|
|
231
|
-
placeholder: "ex. https://www.seoul.go.kr/ticket/purchase",
|
|
56
|
+
thumbnail_vertical_source: {
|
|
57
|
+
id: "thumbnail_vertical_source",
|
|
58
|
+
label: "Thumbnail Vertical Source",
|
|
59
|
+
type: "json",
|
|
232
60
|
},
|
|
233
61
|
target_country_code: {
|
|
234
62
|
id: "target_country_code",
|
|
235
63
|
label: "Target Country Code",
|
|
236
64
|
is_required: true,
|
|
237
65
|
max_length: 2,
|
|
238
|
-
placeholder: "ex. KR",
|
|
239
66
|
},
|
|
240
67
|
target_city_code: {
|
|
241
68
|
id: "target_city_code",
|
|
242
69
|
label: "Target City Code",
|
|
243
|
-
is_required: false,
|
|
244
70
|
max_length: 96,
|
|
245
|
-
placeholder: "ex. seoul, jeju, bangkok, etc.",
|
|
246
71
|
},
|
|
247
72
|
is_public: {
|
|
248
73
|
id: "is_public",
|
|
249
74
|
label: "Is Public",
|
|
250
|
-
|
|
75
|
+
default_value: true,
|
|
76
|
+
},
|
|
77
|
+
is_active: {
|
|
78
|
+
id: "is_active",
|
|
79
|
+
label: "Is Active",
|
|
80
|
+
default_value: true,
|
|
81
|
+
},
|
|
82
|
+
is_display: {
|
|
83
|
+
id: "is_display",
|
|
84
|
+
label: "Is Display",
|
|
251
85
|
default_value: true,
|
|
252
86
|
},
|
|
253
87
|
view_count: {
|
|
254
88
|
id: "view_count",
|
|
255
89
|
label: "View Count",
|
|
256
|
-
|
|
257
|
-
default_value: 0,
|
|
90
|
+
editable: false,
|
|
258
91
|
},
|
|
259
92
|
event_count: {
|
|
260
93
|
id: "event_count",
|
|
261
94
|
label: "Event Count",
|
|
262
|
-
|
|
263
|
-
default_value: 0,
|
|
95
|
+
editable: false,
|
|
264
96
|
},
|
|
265
97
|
added_count: {
|
|
266
98
|
id: "added_count",
|
|
267
99
|
label: "Added Count",
|
|
268
|
-
|
|
269
|
-
default_value: 0,
|
|
100
|
+
editable: false,
|
|
270
101
|
},
|
|
271
102
|
shared_count: {
|
|
272
103
|
id: "shared_count",
|
|
273
104
|
label: "Shared Count",
|
|
274
|
-
|
|
275
|
-
default_value: 0,
|
|
105
|
+
editable: false,
|
|
276
106
|
},
|
|
277
107
|
earliest_event: {
|
|
278
108
|
id: "earliest_event",
|
|
279
109
|
label: "Earliest Event",
|
|
280
|
-
is_required: false,
|
|
281
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
282
110
|
},
|
|
283
111
|
latest_event: {
|
|
284
112
|
id: "latest_event",
|
|
285
113
|
label: "Latest Event",
|
|
286
|
-
is_required: false,
|
|
287
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
288
|
-
},
|
|
289
|
-
target_age_start: {
|
|
290
|
-
id: "target_age_start",
|
|
291
|
-
label: "Target Age Start",
|
|
292
|
-
is_required: false,
|
|
293
|
-
default_value: 0,
|
|
294
|
-
},
|
|
295
|
-
target_age_end: {
|
|
296
|
-
id: "target_age_end",
|
|
297
|
-
label: "Target Age End",
|
|
298
|
-
is_required: false,
|
|
299
|
-
default_value: 50,
|
|
300
|
-
},
|
|
301
|
-
target_sex: {
|
|
302
|
-
id: "target_sex",
|
|
303
|
-
label: "Target Sex",
|
|
304
|
-
is_required: false,
|
|
305
|
-
max_length: 12,
|
|
306
|
-
placeholder: "ex. male, female, etc.",
|
|
307
|
-
},
|
|
308
|
-
is_target_for_family: {
|
|
309
|
-
id: "is_target_for_family",
|
|
310
|
-
label: "Is Target for Family",
|
|
311
|
-
is_required: true,
|
|
312
|
-
default_value: false,
|
|
313
|
-
},
|
|
314
|
-
is_target_for_couple: {
|
|
315
|
-
id: "is_target_for_couple",
|
|
316
|
-
label: "Is Target for Couple",
|
|
317
|
-
is_required: true,
|
|
318
|
-
default_value: false,
|
|
319
|
-
},
|
|
320
|
-
is_target_for_children: {
|
|
321
|
-
id: "is_target_for_children",
|
|
322
|
-
label: "Is Target for Children",
|
|
323
|
-
is_required: true,
|
|
324
|
-
default_value: false,
|
|
325
|
-
},
|
|
326
|
-
is_target_for_single: {
|
|
327
|
-
id: "is_target_for_single",
|
|
328
|
-
label: "Is Target for Single",
|
|
329
|
-
is_required: true,
|
|
330
|
-
default_value: false,
|
|
331
|
-
},
|
|
332
|
-
is_target_for_traveler: {
|
|
333
|
-
id: "is_target_for_traveler",
|
|
334
|
-
label: "Is Target for Traveler",
|
|
335
|
-
is_required: true,
|
|
336
|
-
default_value: false,
|
|
337
|
-
},
|
|
338
|
-
is_active: {
|
|
339
|
-
id: "is_active",
|
|
340
|
-
label: "Is Active",
|
|
341
|
-
is_required: true,
|
|
342
|
-
default_value: true,
|
|
343
|
-
},
|
|
344
|
-
deactivated_at: {
|
|
345
|
-
id: "deactivated_at",
|
|
346
|
-
label: "Deactivated At",
|
|
347
|
-
is_required: false,
|
|
348
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
349
|
-
},
|
|
350
|
-
deactivated_by: {
|
|
351
|
-
id: "deactivated_by",
|
|
352
|
-
label: "Deactivated By",
|
|
353
|
-
is_required: false,
|
|
354
|
-
max_length: 45,
|
|
355
|
-
placeholder: "ex. JYUN",
|
|
356
|
-
},
|
|
357
|
-
is_display: {
|
|
358
|
-
id: "is_display",
|
|
359
|
-
label: "Is Display",
|
|
360
|
-
is_required: true,
|
|
361
|
-
default_value: true,
|
|
362
|
-
},
|
|
363
|
-
metadata_title: {
|
|
364
|
-
id: "metadata_title",
|
|
365
|
-
label: "Metadata Title",
|
|
366
|
-
is_required: false,
|
|
367
|
-
max_length: 100,
|
|
368
|
-
placeholder: "ex. 서울",
|
|
369
|
-
},
|
|
370
|
-
metadata_description: {
|
|
371
|
-
id: "metadata_description",
|
|
372
|
-
label: "Metadata Description",
|
|
373
|
-
is_required: false,
|
|
374
|
-
max_length: 180,
|
|
375
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
376
|
-
},
|
|
377
|
-
metadata_keywords: {
|
|
378
|
-
id: "metadata_keywords",
|
|
379
|
-
label: "Metadata Keywords",
|
|
380
|
-
is_required: false,
|
|
381
|
-
max_length: 250,
|
|
382
|
-
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
383
|
-
},
|
|
384
|
-
metadata_og_title: {
|
|
385
|
-
id: "metadata_og_title",
|
|
386
|
-
label: "Metadata OG Title",
|
|
387
|
-
is_required: false,
|
|
388
|
-
max_length: 100,
|
|
389
|
-
placeholder: "ex. 서울",
|
|
390
|
-
},
|
|
391
|
-
metadata_og_description: {
|
|
392
|
-
id: "metadata_og_description",
|
|
393
|
-
label: "Metadata OG Description",
|
|
394
|
-
is_required: false,
|
|
395
|
-
max_length: 180,
|
|
396
|
-
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
397
|
-
},
|
|
398
|
-
metadata_og_image: {
|
|
399
|
-
id: "metadata_og_image",
|
|
400
|
-
label: "Metadata OG Image",
|
|
401
|
-
is_required: false,
|
|
402
|
-
max_length: 250,
|
|
403
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
404
114
|
},
|
|
405
115
|
is_admin_created: {
|
|
406
116
|
id: "is_admin_created",
|
|
407
117
|
label: "Is Admin Created",
|
|
408
|
-
|
|
409
|
-
default_value: false,
|
|
118
|
+
editable: false,
|
|
410
119
|
},
|
|
411
120
|
created_at: {
|
|
412
121
|
id: "created_at",
|
|
413
122
|
label: "Created At",
|
|
414
|
-
|
|
415
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
123
|
+
view_only: true,
|
|
416
124
|
},
|
|
417
125
|
created_by: {
|
|
418
126
|
id: "created_by",
|
|
419
127
|
label: "Created By",
|
|
420
|
-
|
|
421
|
-
max_length: 45,
|
|
422
|
-
placeholder: "ex. JYUN",
|
|
128
|
+
view_only: true,
|
|
423
129
|
},
|
|
424
130
|
updated_at: {
|
|
425
131
|
id: "updated_at",
|
|
426
132
|
label: "Updated At",
|
|
427
|
-
|
|
428
|
-
|
|
133
|
+
view_only: true,
|
|
134
|
+
},
|
|
135
|
+
deactivated_at: {
|
|
136
|
+
id: "deactivated_at",
|
|
137
|
+
label: "Deactivated At",
|
|
138
|
+
view_only: true,
|
|
139
|
+
},
|
|
140
|
+
deactivated_by: {
|
|
141
|
+
id: "deactivated_by",
|
|
142
|
+
label: "Deactivated By",
|
|
143
|
+
view_only: true,
|
|
429
144
|
},
|
|
430
145
|
};
|
|
431
146
|
//# sourceMappingURL=f-folder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-folder.js","sourceRoot":"","sources":["../../../src/fields/fields-folder/f-folder.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,
|
|
1
|
+
{"version":3,"file":"f-folder.js","sourceRoot":"","sources":["../../../src/fields/fields-folder/f-folder.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@ export declare const F_GROUP_IMAGE: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
9
|
+
view_only: boolean;
|
|
8
10
|
};
|
|
9
11
|
hash_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,12 +14,16 @@ export declare const F_GROUP_IMAGE: {
|
|
|
12
14
|
is_required: boolean;
|
|
13
15
|
max_length: number;
|
|
14
16
|
placeholder: string;
|
|
17
|
+
editable: boolean;
|
|
18
|
+
view_only: boolean;
|
|
15
19
|
};
|
|
16
20
|
order_num: {
|
|
17
21
|
id: string;
|
|
18
22
|
label: string;
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
default_value: number;
|
|
25
|
+
type: string;
|
|
26
|
+
min: number;
|
|
21
27
|
placeholder: string;
|
|
22
28
|
};
|
|
23
29
|
label: {
|
|
@@ -66,12 +72,16 @@ export declare const F_GROUP_IMAGE: {
|
|
|
66
72
|
id: string;
|
|
67
73
|
label: string;
|
|
68
74
|
is_required: boolean;
|
|
75
|
+
editable: boolean;
|
|
76
|
+
view_only: boolean;
|
|
69
77
|
placeholder: string;
|
|
70
78
|
};
|
|
71
79
|
updated_at: {
|
|
72
80
|
id: string;
|
|
73
81
|
label: string;
|
|
74
82
|
is_required: boolean;
|
|
83
|
+
editable: boolean;
|
|
84
|
+
view_only: boolean;
|
|
75
85
|
placeholder: string;
|
|
76
86
|
};
|
|
77
87
|
};
|
|
@@ -4,7 +4,9 @@ export const F_GROUP_IMAGE = {
|
|
|
4
4
|
label: "Group Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
placeholder: "ex. BTS, BLACKPINK
|
|
7
|
+
placeholder: "ex. BTS, BLACKPINK",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
hash_code: {
|
|
10
12
|
id: "hash_code",
|
|
@@ -12,12 +14,16 @@ export const F_GROUP_IMAGE = {
|
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 12,
|
|
14
16
|
placeholder: "a9Z2BcL1adfe",
|
|
17
|
+
editable: false, // PK
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
order_num: {
|
|
17
21
|
id: "order_num",
|
|
18
22
|
label: "Order Num",
|
|
19
23
|
is_required: true,
|
|
20
24
|
default_value: 0,
|
|
25
|
+
type: "number",
|
|
26
|
+
min: 0, // CHECK (order_num >= 0)
|
|
21
27
|
placeholder: "ex. 0",
|
|
22
28
|
},
|
|
23
29
|
label: {
|
|
@@ -25,54 +31,58 @@ export const F_GROUP_IMAGE = {
|
|
|
25
31
|
label: "Label",
|
|
26
32
|
is_required: false,
|
|
27
33
|
max_length: 45,
|
|
28
|
-
placeholder: "ex.
|
|
34
|
+
placeholder: "ex. Vertical, Mobile, Cover",
|
|
29
35
|
},
|
|
30
36
|
url: {
|
|
31
37
|
id: "url",
|
|
32
|
-
label: "
|
|
38
|
+
label: "Image URL",
|
|
33
39
|
is_required: true,
|
|
34
40
|
max_length: 511,
|
|
35
|
-
placeholder: "ex. https://
|
|
41
|
+
placeholder: "ex. https://cdn.example.com/image.jpg",
|
|
36
42
|
},
|
|
37
43
|
src_name: {
|
|
38
44
|
id: "src_name",
|
|
39
45
|
label: "Source Name",
|
|
40
46
|
is_required: false,
|
|
41
47
|
max_length: 96,
|
|
42
|
-
placeholder: "ex.
|
|
48
|
+
placeholder: "ex. official site",
|
|
43
49
|
},
|
|
44
50
|
src_platform: {
|
|
45
51
|
id: "src_platform",
|
|
46
52
|
label: "Source Platform",
|
|
47
53
|
is_required: false,
|
|
48
54
|
max_length: 96,
|
|
49
|
-
placeholder: "ex.
|
|
55
|
+
placeholder: "ex. instagram, youtube",
|
|
50
56
|
},
|
|
51
57
|
src_unique_id: {
|
|
52
58
|
id: "src_unique_id",
|
|
53
59
|
label: "Source Unique ID",
|
|
54
60
|
is_required: false,
|
|
55
61
|
max_length: 96,
|
|
56
|
-
placeholder: "ex.
|
|
62
|
+
placeholder: "ex. post id, video id",
|
|
57
63
|
},
|
|
58
64
|
src_url: {
|
|
59
65
|
id: "src_url",
|
|
60
66
|
label: "Source URL",
|
|
61
67
|
is_required: false,
|
|
62
68
|
max_length: 1023,
|
|
63
|
-
placeholder: "ex. https://
|
|
69
|
+
placeholder: "ex. https://instagram.com/p/xxxx",
|
|
64
70
|
},
|
|
65
71
|
created_at: {
|
|
66
72
|
id: "created_at",
|
|
67
73
|
label: "Created At",
|
|
68
|
-
is_required:
|
|
69
|
-
|
|
74
|
+
is_required: false,
|
|
75
|
+
editable: false,
|
|
76
|
+
view_only: true, // DB auto
|
|
77
|
+
placeholder: "Auto-generated",
|
|
70
78
|
},
|
|
71
79
|
updated_at: {
|
|
72
80
|
id: "updated_at",
|
|
73
81
|
label: "Updated At",
|
|
74
|
-
is_required:
|
|
75
|
-
|
|
82
|
+
is_required: false,
|
|
83
|
+
editable: false,
|
|
84
|
+
view_only: true, // trigger auto
|
|
85
|
+
placeholder: "Auto-updated",
|
|
76
86
|
},
|
|
77
87
|
};
|
|
78
88
|
//# sourceMappingURL=f-group-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-group-image.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"f-group-image.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,oBAAoB;QACjC,QAAQ,EAAE,KAAK,EAAO,KAAK;QAC3B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,cAAc;QAC3B,QAAQ,EAAE,KAAK,EAAO,KAAK;QAC3B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;QAChB,IAAI,EAAE,QAAQ;QACd,GAAG,EAAE,CAAC,EAAgB,yBAAyB;QAC/C,WAAW,EAAE,OAAO;KACrB;IAED,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,6BAA6B;KAC3C;IAED,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,uCAAuC;KACrD;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,mBAAmB;KACjC;IAED,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IAED,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,uBAAuB;KACrC;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,kCAAkC;KAChD;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAO,UAAU;QAChC,WAAW,EAAE,gBAAgB;KAC9B;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAO,eAAe;QACrC,WAAW,EAAE,cAAc;KAC5B;CACF,CAAC"}
|
|
@@ -53,18 +53,22 @@ export declare const F_GROUP_METADATA_I18N: {
|
|
|
53
53
|
label: string;
|
|
54
54
|
is_required: boolean;
|
|
55
55
|
max_length: number;
|
|
56
|
+
type: string;
|
|
56
57
|
placeholder: string;
|
|
58
|
+
description: string;
|
|
57
59
|
};
|
|
58
60
|
created_at: {
|
|
59
61
|
id: string;
|
|
60
62
|
label: string;
|
|
61
63
|
is_required: boolean;
|
|
64
|
+
is_readonly: boolean;
|
|
62
65
|
placeholder: string;
|
|
63
66
|
};
|
|
64
67
|
updated_at: {
|
|
65
68
|
id: string;
|
|
66
69
|
label: string;
|
|
67
70
|
is_required: boolean;
|
|
71
|
+
is_readonly: boolean;
|
|
68
72
|
placeholder: string;
|
|
69
73
|
};
|
|
70
74
|
};
|