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,237 +1,127 @@
|
|
|
1
1
|
export const F_GROUP = {
|
|
2
|
+
/* ========== PK ========== */
|
|
2
3
|
group_code: {
|
|
3
4
|
id: "group_code",
|
|
4
5
|
label: "Group Code",
|
|
5
6
|
is_required: true,
|
|
6
7
|
max_length: 96,
|
|
7
|
-
|
|
8
|
+
editable: false,
|
|
8
9
|
},
|
|
10
|
+
/* ========== 기본 정보 ========== */
|
|
9
11
|
group_type: {
|
|
10
12
|
id: "group_type",
|
|
11
13
|
label: "Group Type",
|
|
12
|
-
is_required:
|
|
14
|
+
is_required: false,
|
|
13
15
|
max_length: 48,
|
|
14
|
-
placeholder: "
|
|
16
|
+
placeholder: "idol_group, celeb, company, brand, team",
|
|
15
17
|
},
|
|
16
18
|
name: {
|
|
17
19
|
id: "name",
|
|
18
20
|
label: "Name",
|
|
19
21
|
is_required: true,
|
|
20
22
|
max_length: 120,
|
|
21
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
22
23
|
},
|
|
23
24
|
name_native: {
|
|
24
25
|
id: "name_native",
|
|
25
|
-
label: "Name Native",
|
|
26
|
+
label: "Name (Native)",
|
|
26
27
|
is_required: false,
|
|
27
28
|
max_length: 120,
|
|
28
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
29
29
|
},
|
|
30
30
|
related_group_code: {
|
|
31
31
|
id: "related_group_code",
|
|
32
32
|
label: "Related Group Code",
|
|
33
33
|
is_required: false,
|
|
34
34
|
max_length: 96,
|
|
35
|
-
placeholder: "ex. Group Code, etc. (optional)",
|
|
36
35
|
},
|
|
36
|
+
/* ========== 색상 ========== */
|
|
37
37
|
bg_color: {
|
|
38
38
|
id: "bg_color",
|
|
39
39
|
label: "Background Color",
|
|
40
40
|
is_required: false,
|
|
41
41
|
max_length: 7,
|
|
42
|
-
placeholder: "ex. #000000",
|
|
43
42
|
},
|
|
44
43
|
fg_color: {
|
|
45
44
|
id: "fg_color",
|
|
46
45
|
label: "Foreground Color",
|
|
47
46
|
is_required: false,
|
|
48
47
|
max_length: 7,
|
|
49
|
-
placeholder: "ex. #000000",
|
|
50
48
|
},
|
|
49
|
+
/* ========== 썸네일 URL ========== */
|
|
51
50
|
thumbnail_square: {
|
|
52
51
|
id: "thumbnail_square",
|
|
53
|
-
label: "Thumbnail Square",
|
|
52
|
+
label: "Thumbnail (Square)",
|
|
54
53
|
is_required: false,
|
|
55
54
|
max_length: 250,
|
|
56
|
-
placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
|
|
57
|
-
},
|
|
58
|
-
thumbnail_square_src_name: {
|
|
59
|
-
id: "thumbnail_square_src_name",
|
|
60
|
-
label: "Thumbnail Square Source Name",
|
|
61
|
-
is_required: false,
|
|
62
|
-
max_length: 96,
|
|
63
|
-
placeholder: "ex. thumbnail_square",
|
|
64
|
-
},
|
|
65
|
-
thumbnail_square_src_platform: {
|
|
66
|
-
id: "thumbnail_square_src_platform",
|
|
67
|
-
label: "Thumbnail Square Source Platform",
|
|
68
|
-
is_required: false,
|
|
69
|
-
max_length: 96,
|
|
70
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
71
|
-
},
|
|
72
|
-
thumbnail_square_src_unique_id: {
|
|
73
|
-
id: "thumbnail_square_src_unique_id",
|
|
74
|
-
label: "Thumbnail Square Source Unique ID",
|
|
75
|
-
is_required: false,
|
|
76
|
-
max_length: 96,
|
|
77
|
-
placeholder: "ex. 1234567890",
|
|
78
|
-
},
|
|
79
|
-
thumbnail_square_src_url: {
|
|
80
|
-
id: "thumbnail_square_src_url",
|
|
81
|
-
label: "Thumbnail Square Source URL",
|
|
82
|
-
is_required: false,
|
|
83
|
-
max_length: 1023,
|
|
84
|
-
placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
|
|
85
55
|
},
|
|
86
56
|
thumbnail_horizontal: {
|
|
87
57
|
id: "thumbnail_horizontal",
|
|
88
|
-
label: "Thumbnail Horizontal",
|
|
58
|
+
label: "Thumbnail (Horizontal)",
|
|
89
59
|
is_required: false,
|
|
90
60
|
max_length: 250,
|
|
91
|
-
placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
|
|
92
|
-
},
|
|
93
|
-
thumbnail_horizontal_src_name: {
|
|
94
|
-
id: "thumbnail_horizontal_src_name",
|
|
95
|
-
label: "Thumbnail Horizontal Source Name",
|
|
96
|
-
is_required: false,
|
|
97
|
-
max_length: 96,
|
|
98
|
-
placeholder: "ex. thumbnail_horizontal",
|
|
99
|
-
},
|
|
100
|
-
thumbnail_horizontal_src_platform: {
|
|
101
|
-
id: "thumbnail_horizontal_src_platform",
|
|
102
|
-
label: "Thumbnail Horizontal Source Platform",
|
|
103
|
-
is_required: false,
|
|
104
|
-
max_length: 96,
|
|
105
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
106
|
-
},
|
|
107
|
-
thumbnail_horizontal_src_unique_id: {
|
|
108
|
-
id: "thumbnail_horizontal_src_unique_id",
|
|
109
|
-
label: "Thumbnail Horizontal Source Unique ID",
|
|
110
|
-
is_required: false,
|
|
111
|
-
max_length: 96,
|
|
112
|
-
placeholder: "ex. 1234567890",
|
|
113
|
-
},
|
|
114
|
-
thumbnail_horizontal_src_url: {
|
|
115
|
-
id: "thumbnail_horizontal_src_url",
|
|
116
|
-
label: "Thumbnail Horizontal Source URL",
|
|
117
|
-
is_required: false,
|
|
118
|
-
max_length: 1023,
|
|
119
|
-
placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
|
|
120
61
|
},
|
|
121
62
|
thumbnail_vertical: {
|
|
122
63
|
id: "thumbnail_vertical",
|
|
123
|
-
label: "Thumbnail Vertical",
|
|
64
|
+
label: "Thumbnail (Vertical)",
|
|
124
65
|
is_required: false,
|
|
125
66
|
max_length: 250,
|
|
126
|
-
placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
|
|
127
67
|
},
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
68
|
+
/* ========== 썸네일 출처 (JSONB) ========== */
|
|
69
|
+
thumbnail_square_source: {
|
|
70
|
+
id: "thumbnail_square_source",
|
|
71
|
+
label: "Thumbnail Square Source",
|
|
72
|
+
type: "jsonb",
|
|
131
73
|
is_required: false,
|
|
132
|
-
max_length: 96,
|
|
133
|
-
placeholder: "ex. thumbnail_vertical",
|
|
134
74
|
},
|
|
135
|
-
|
|
136
|
-
id: "
|
|
137
|
-
label: "Thumbnail
|
|
75
|
+
thumbnail_horizontal_source: {
|
|
76
|
+
id: "thumbnail_horizontal_source",
|
|
77
|
+
label: "Thumbnail Horizontal Source",
|
|
78
|
+
type: "jsonb",
|
|
138
79
|
is_required: false,
|
|
139
|
-
max_length: 96,
|
|
140
|
-
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
141
80
|
},
|
|
142
|
-
|
|
143
|
-
id: "
|
|
144
|
-
label: "Thumbnail Vertical Source
|
|
81
|
+
thumbnail_vertical_source: {
|
|
82
|
+
id: "thumbnail_vertical_source",
|
|
83
|
+
label: "Thumbnail Vertical Source",
|
|
84
|
+
type: "jsonb",
|
|
145
85
|
is_required: false,
|
|
146
|
-
max_length: 96,
|
|
147
|
-
placeholder: "ex. 1234567890",
|
|
148
|
-
},
|
|
149
|
-
thumbnail_vertical_src_url: {
|
|
150
|
-
id: "thumbnail_vertical_src_url",
|
|
151
|
-
label: "Thumbnail Vertical Source URL",
|
|
152
|
-
is_required: false,
|
|
153
|
-
max_length: 1023,
|
|
154
|
-
placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
|
|
155
|
-
},
|
|
156
|
-
profile: {
|
|
157
|
-
id: "profile",
|
|
158
|
-
label: "Profile",
|
|
159
|
-
is_required: false,
|
|
160
|
-
max_length: 250,
|
|
161
|
-
placeholder: "ex. https://www.example.com/profile.jpg",
|
|
162
86
|
},
|
|
87
|
+
/* ========== 링크 & SNS ========== */
|
|
163
88
|
homepage: {
|
|
164
89
|
id: "homepage",
|
|
165
90
|
label: "Homepage",
|
|
166
91
|
is_required: false,
|
|
167
92
|
max_length: 250,
|
|
168
|
-
placeholder: "ex. https://www.example.com",
|
|
169
93
|
},
|
|
170
94
|
youtube_ch_id: {
|
|
171
95
|
id: "youtube_ch_id",
|
|
172
|
-
label: "
|
|
96
|
+
label: "YouTube Channel ID",
|
|
173
97
|
is_required: false,
|
|
174
98
|
max_length: 36,
|
|
175
|
-
placeholder: "ex. UCU0000000000000000000",
|
|
176
99
|
},
|
|
177
100
|
instagram_id: {
|
|
178
101
|
id: "instagram_id",
|
|
179
102
|
label: "Instagram ID",
|
|
180
103
|
is_required: false,
|
|
181
104
|
max_length: 36,
|
|
182
|
-
placeholder: "ex. UCU0000000000000000000",
|
|
183
105
|
},
|
|
184
106
|
tiktok_id: {
|
|
185
107
|
id: "tiktok_id",
|
|
186
|
-
label: "
|
|
108
|
+
label: "TikTok ID",
|
|
187
109
|
is_required: false,
|
|
188
110
|
max_length: 36,
|
|
189
|
-
placeholder: "ex. UCU0000000000000000000",
|
|
190
111
|
},
|
|
191
112
|
threads_id: {
|
|
192
113
|
id: "threads_id",
|
|
193
114
|
label: "Threads ID",
|
|
194
115
|
is_required: false,
|
|
195
116
|
max_length: 36,
|
|
196
|
-
placeholder: "ex. UCU0000000000000000000",
|
|
197
|
-
},
|
|
198
|
-
view_count: {
|
|
199
|
-
id: "view_count",
|
|
200
|
-
label: "View Count",
|
|
201
|
-
is_required: false,
|
|
202
|
-
default_value: 0,
|
|
203
|
-
},
|
|
204
|
-
added_count: {
|
|
205
|
-
id: "added_count",
|
|
206
|
-
label: "Added Count",
|
|
207
|
-
is_required: false,
|
|
208
|
-
default_value: 0,
|
|
209
|
-
},
|
|
210
|
-
shared_count: {
|
|
211
|
-
id: "shared_count",
|
|
212
|
-
label: "Shared Count",
|
|
213
|
-
is_required: false,
|
|
214
|
-
default_value: 0,
|
|
215
117
|
},
|
|
118
|
+
/* ========== 상태 ========== */
|
|
216
119
|
is_active: {
|
|
217
120
|
id: "is_active",
|
|
218
121
|
label: "Is Active",
|
|
219
122
|
is_required: true,
|
|
220
123
|
default_value: true,
|
|
221
124
|
},
|
|
222
|
-
deactivated_at: {
|
|
223
|
-
id: "deactivated_at",
|
|
224
|
-
label: "Deactivated At",
|
|
225
|
-
is_required: false,
|
|
226
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
227
|
-
},
|
|
228
|
-
deactivated_by: {
|
|
229
|
-
id: "deactivated_by",
|
|
230
|
-
label: "Deactivated By",
|
|
231
|
-
is_required: false,
|
|
232
|
-
max_length: 45,
|
|
233
|
-
placeholder: "ex. admin",
|
|
234
|
-
},
|
|
235
125
|
is_display: {
|
|
236
126
|
id: "is_display",
|
|
237
127
|
label: "Is Display",
|
|
@@ -240,77 +130,64 @@ export const F_GROUP = {
|
|
|
240
130
|
},
|
|
241
131
|
is_official_account: {
|
|
242
132
|
id: "is_official_account",
|
|
243
|
-
label: "
|
|
133
|
+
label: "Official Account",
|
|
244
134
|
is_required: true,
|
|
245
135
|
default_value: false,
|
|
246
136
|
},
|
|
247
|
-
|
|
248
|
-
id: "
|
|
249
|
-
label: "
|
|
137
|
+
deactivated_at: {
|
|
138
|
+
id: "deactivated_at",
|
|
139
|
+
label: "Deactivated At",
|
|
250
140
|
is_required: false,
|
|
251
|
-
|
|
252
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
141
|
+
is_readonly: true,
|
|
253
142
|
},
|
|
254
|
-
|
|
255
|
-
id: "
|
|
256
|
-
label: "
|
|
143
|
+
deactivated_by: {
|
|
144
|
+
id: "deactivated_by",
|
|
145
|
+
label: "Deactivated By",
|
|
257
146
|
is_required: false,
|
|
258
|
-
max_length:
|
|
259
|
-
|
|
147
|
+
max_length: 45,
|
|
148
|
+
is_readonly: true,
|
|
260
149
|
},
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
150
|
+
/* ========== 통계 (읽기 전용) ========== */
|
|
151
|
+
event_count: {
|
|
152
|
+
id: "event_count",
|
|
153
|
+
label: "Event Count",
|
|
154
|
+
is_readonly: true,
|
|
267
155
|
},
|
|
268
|
-
|
|
269
|
-
id: "
|
|
270
|
-
label: "
|
|
271
|
-
|
|
272
|
-
max_length: 100,
|
|
273
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
156
|
+
view_count: {
|
|
157
|
+
id: "view_count",
|
|
158
|
+
label: "View Count",
|
|
159
|
+
is_readonly: true,
|
|
274
160
|
},
|
|
275
|
-
|
|
276
|
-
id: "
|
|
277
|
-
label: "
|
|
278
|
-
|
|
279
|
-
max_length: 180,
|
|
280
|
-
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
161
|
+
added_count: {
|
|
162
|
+
id: "added_count",
|
|
163
|
+
label: "Added Count",
|
|
164
|
+
is_readonly: true,
|
|
281
165
|
},
|
|
282
|
-
|
|
283
|
-
id: "
|
|
284
|
-
label: "
|
|
285
|
-
|
|
286
|
-
max_length: 250,
|
|
287
|
-
placeholder: "ex. https://www.example.com/metadata_og_image.jpg",
|
|
166
|
+
shared_count: {
|
|
167
|
+
id: "shared_count",
|
|
168
|
+
label: "Shared Count",
|
|
169
|
+
is_readonly: true,
|
|
288
170
|
},
|
|
171
|
+
/* ========== 시스템 필드 ========== */
|
|
289
172
|
created_at: {
|
|
290
173
|
id: "created_at",
|
|
291
174
|
label: "Created At",
|
|
292
|
-
|
|
293
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
175
|
+
is_readonly: true,
|
|
294
176
|
},
|
|
295
177
|
created_by: {
|
|
296
178
|
id: "created_by",
|
|
297
179
|
label: "Created By",
|
|
298
|
-
|
|
299
|
-
max_length: 45,
|
|
300
|
-
placeholder: "ex. admin",
|
|
180
|
+
is_readonly: true,
|
|
301
181
|
},
|
|
302
182
|
updated_at: {
|
|
303
183
|
id: "updated_at",
|
|
304
184
|
label: "Updated At",
|
|
305
|
-
|
|
306
|
-
placeholder: "ex. 2025-01-01 12:00:00",
|
|
185
|
+
is_readonly: true,
|
|
307
186
|
},
|
|
308
187
|
updated_by: {
|
|
309
188
|
id: "updated_by",
|
|
310
189
|
label: "Updated By",
|
|
311
|
-
|
|
312
|
-
max_length: 45,
|
|
313
|
-
placeholder: "ex. admin",
|
|
190
|
+
is_readonly: true,
|
|
314
191
|
},
|
|
315
192
|
};
|
|
316
193
|
//# sourceMappingURL=f-group.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-group.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,
|
|
1
|
+
{"version":3,"file":"f-group.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@ export declare const F_SERVICE_PROVIDER: {
|
|
|
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
|
name: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_SERVICE_PROVIDER: {
|
|
|
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
|
thumbnail: {
|
|
17
21
|
id: string;
|
|
@@ -19,6 +23,8 @@ export declare const F_SERVICE_PROVIDER: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
22
28
|
};
|
|
23
29
|
web_url: {
|
|
24
30
|
id: string;
|
|
@@ -26,17 +32,21 @@ export declare const F_SERVICE_PROVIDER: {
|
|
|
26
32
|
is_required: boolean;
|
|
27
33
|
max_length: number;
|
|
28
34
|
placeholder: string;
|
|
35
|
+
editable: boolean;
|
|
36
|
+
view_only: boolean;
|
|
29
37
|
};
|
|
30
38
|
created_at: {
|
|
31
39
|
id: string;
|
|
32
40
|
label: string;
|
|
33
41
|
is_required: boolean;
|
|
34
|
-
|
|
42
|
+
editable: boolean;
|
|
43
|
+
view_only: boolean;
|
|
35
44
|
};
|
|
36
45
|
updated_at: {
|
|
37
46
|
id: string;
|
|
38
47
|
label: string;
|
|
39
48
|
is_required: boolean;
|
|
40
|
-
|
|
49
|
+
editable: boolean;
|
|
50
|
+
view_only: boolean;
|
|
41
51
|
};
|
|
42
52
|
};
|
|
@@ -4,40 +4,50 @@ export const F_SERVICE_PROVIDER = {
|
|
|
4
4
|
label: "Provider Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
placeholder: "ex. naver, kakao
|
|
7
|
+
placeholder: "ex. naver, kakao",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
name: {
|
|
10
12
|
id: "name",
|
|
11
13
|
label: "Name",
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 60,
|
|
14
|
-
placeholder: "ex. Naver, Kakao
|
|
16
|
+
placeholder: "ex. Naver, Kakao",
|
|
17
|
+
editable: true,
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
thumbnail: {
|
|
17
21
|
id: "thumbnail",
|
|
18
|
-
label: "Thumbnail",
|
|
22
|
+
label: "Thumbnail URL",
|
|
19
23
|
is_required: false,
|
|
20
24
|
max_length: 250,
|
|
21
|
-
placeholder: "ex. https://
|
|
25
|
+
placeholder: "ex. https://cdn.example.com/logo.png",
|
|
26
|
+
editable: true,
|
|
27
|
+
view_only: false,
|
|
22
28
|
},
|
|
23
29
|
web_url: {
|
|
24
30
|
id: "web_url",
|
|
25
|
-
label: "
|
|
31
|
+
label: "Website URL",
|
|
26
32
|
is_required: false,
|
|
27
33
|
max_length: 500,
|
|
28
|
-
placeholder: "ex. https://www.naver.com
|
|
34
|
+
placeholder: "ex. https://www.naver.com",
|
|
35
|
+
editable: true,
|
|
36
|
+
view_only: false,
|
|
29
37
|
},
|
|
30
38
|
created_at: {
|
|
31
39
|
id: "created_at",
|
|
32
40
|
label: "Created At",
|
|
33
|
-
is_required:
|
|
34
|
-
|
|
41
|
+
is_required: false,
|
|
42
|
+
editable: false,
|
|
43
|
+
view_only: true, // system managed
|
|
35
44
|
},
|
|
36
45
|
updated_at: {
|
|
37
46
|
id: "updated_at",
|
|
38
47
|
label: "Updated At",
|
|
39
|
-
is_required:
|
|
40
|
-
|
|
48
|
+
is_required: false,
|
|
49
|
+
editable: false,
|
|
50
|
+
view_only: true, // system managed
|
|
41
51
|
},
|
|
42
52
|
};
|
|
43
53
|
//# sourceMappingURL=f-service-provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-service-provider.js","sourceRoot":"","sources":["../../../src/fields/fields-service-provider/f-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"f-service-provider.js","sourceRoot":"","sources":["../../../src/fields/fields-service-provider/f-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,KAAK,EAAM,KAAK;QAC1B,SAAS,EAAE,KAAK;KACjB;IAED,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,sCAAsC;QACnD,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,2BAA2B;QACxC,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAM,iBAAiB;KACvC;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAM,iBAAiB;KACvC;CACF,CAAC"}
|
|
@@ -5,6 +5,8 @@ export declare const F_STAG_I18N: {
|
|
|
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
|
lang_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_STAG_I18N: {
|
|
|
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
|
name: {
|
|
17
21
|
id: string;
|
|
@@ -19,6 +23,8 @@ export declare const F_STAG_I18N: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
22
28
|
};
|
|
23
29
|
description: {
|
|
24
30
|
id: string;
|
|
@@ -26,17 +32,21 @@ export declare const F_STAG_I18N: {
|
|
|
26
32
|
is_required: boolean;
|
|
27
33
|
max_length: number;
|
|
28
34
|
placeholder: string;
|
|
35
|
+
editable: boolean;
|
|
36
|
+
view_only: boolean;
|
|
29
37
|
};
|
|
30
38
|
created_at: {
|
|
31
39
|
id: string;
|
|
32
40
|
label: string;
|
|
33
41
|
is_required: boolean;
|
|
34
|
-
|
|
42
|
+
editable: boolean;
|
|
43
|
+
view_only: boolean;
|
|
35
44
|
};
|
|
36
45
|
updated_at: {
|
|
37
46
|
id: string;
|
|
38
47
|
label: string;
|
|
39
48
|
is_required: boolean;
|
|
40
|
-
|
|
49
|
+
editable: boolean;
|
|
50
|
+
view_only: boolean;
|
|
41
51
|
};
|
|
42
52
|
};
|
|
@@ -4,40 +4,50 @@ export const F_STAG_I18N = {
|
|
|
4
4
|
label: "Stag Code",
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
|
-
placeholder: "ex.
|
|
7
|
+
placeholder: "ex. seongsu_cafe",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: "lang_code",
|
|
11
|
-
label: "
|
|
13
|
+
label: "Language Code",
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 8,
|
|
14
|
-
placeholder: "ex. ko
|
|
16
|
+
placeholder: "ex. ko, en, ja, zh-TW",
|
|
17
|
+
editable: false, // PK
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
name: {
|
|
17
21
|
id: "name",
|
|
18
|
-
label: "Name",
|
|
22
|
+
label: "Stag Name",
|
|
19
23
|
is_required: true,
|
|
20
24
|
max_length: 120,
|
|
21
|
-
placeholder: "ex.
|
|
25
|
+
placeholder: "ex. 성수 카페거리",
|
|
26
|
+
editable: true,
|
|
27
|
+
view_only: false,
|
|
22
28
|
},
|
|
23
29
|
description: {
|
|
24
30
|
id: "description",
|
|
25
31
|
label: "Description",
|
|
26
32
|
is_required: false,
|
|
27
33
|
max_length: 500,
|
|
28
|
-
placeholder: "ex.
|
|
34
|
+
placeholder: "ex. 성수동을 대표하는 카페 밀집 지역입니다.",
|
|
35
|
+
editable: true,
|
|
36
|
+
view_only: false,
|
|
29
37
|
},
|
|
30
38
|
created_at: {
|
|
31
39
|
id: "created_at",
|
|
32
40
|
label: "Created At",
|
|
33
|
-
is_required:
|
|
34
|
-
|
|
41
|
+
is_required: false,
|
|
42
|
+
editable: false,
|
|
43
|
+
view_only: true, // system managed
|
|
35
44
|
},
|
|
36
45
|
updated_at: {
|
|
37
46
|
id: "updated_at",
|
|
38
47
|
label: "Updated At",
|
|
39
|
-
is_required:
|
|
40
|
-
|
|
48
|
+
is_required: false,
|
|
49
|
+
editable: false,
|
|
50
|
+
view_only: true, // system managed
|
|
41
51
|
},
|
|
42
52
|
};
|
|
43
53
|
//# sourceMappingURL=f-stag-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-stag-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-stag/f-stag-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"f-stag-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-stag/f-stag-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,kBAAkB;QAC/B,QAAQ,EAAE,KAAK,EAAM,KAAK;QAC1B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,uBAAuB;QACpC,QAAQ,EAAE,KAAK,EAAM,KAAK;QAC1B,SAAS,EAAE,KAAK;KACjB;IAED,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,aAAa;QAC1B,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAM,iBAAiB;KACvC;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAM,iBAAiB;KACvC;CACF,CAAC"}
|