dplus_common_v1 0.1.1 → 0.1.3
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/consts/all-countries.d.ts +5 -0
- package/dist/consts/all-countries.js +256 -0
- package/dist/consts/all-countries.js.map +1 -0
- package/dist/consts/all-languages.d.ts +5 -0
- package/dist/consts/all-languages.js +191 -0
- package/dist/consts/all-languages.js.map +1 -0
- package/dist/consts/common.d.ts +33 -0
- package/dist/consts/common.js +34 -0
- package/dist/consts/common.js.map +1 -0
- package/dist/consts/db.d.ts +86 -0
- package/dist/consts/db.js +87 -0
- package/dist/consts/db.js.map +1 -0
- package/dist/consts/supported-countries.d.ts +7 -0
- package/dist/consts/supported-countries.js +18 -0
- package/dist/consts/supported-countries.js.map +1 -0
- package/dist/consts/supported-languages.d.ts +15 -0
- package/dist/consts/supported-languages.js +28 -0
- package/dist/consts/supported-languages.js.map +1 -0
- package/dist/db-types/db-administrator-types.d.ts +26 -0
- package/dist/db-types/db-administrator-types.js +2 -0
- package/dist/db-types/db-administrator-types.js.map +1 -0
- package/dist/db-types/db-brand-types.d.ts +90 -0
- package/dist/db-types/db-brand-types.js +2 -0
- package/dist/db-types/db-brand-types.js.map +1 -0
- package/dist/db-types/db-category-types.d.ts +151 -0
- package/dist/db-types/db-category-types.js +2 -0
- package/dist/db-types/db-category-types.js.map +1 -0
- package/dist/db-types/db-celeb-types.d.ts +90 -0
- package/dist/db-types/db-celeb-types.js +2 -0
- package/dist/db-types/db-celeb-types.js.map +1 -0
- package/dist/db-types/db-city-types.d.ts +201 -0
- package/dist/db-types/db-city-types.js +2 -0
- package/dist/db-types/db-city-types.js.map +1 -0
- package/dist/db-types/db-company-types.d.ts +89 -0
- package/dist/db-types/db-company-types.js +2 -0
- package/dist/db-types/db-company-types.js.map +1 -0
- package/dist/db-types/db-event-types.d.ts +142 -0
- package/dist/db-types/db-event-types.js +2 -0
- package/dist/db-types/db-event-types.js.map +1 -0
- package/dist/db-types/db-folder-types.d.ts +114 -0
- package/dist/db-types/db-folder-types.js +2 -0
- package/dist/db-types/db-folder-types.js.map +1 -0
- package/dist/db-types/db-i18n-types.d.ts +17 -0
- package/dist/db-types/db-i18n-types.js +2 -0
- package/dist/db-types/db-i18n-types.js.map +1 -0
- package/dist/db-types/db-idol-group-types.d.ts +89 -0
- package/dist/db-types/db-idol-group-types.js +2 -0
- package/dist/db-types/db-idol-group-types.js.map +1 -0
- package/dist/db-types/db-people-types.d.ts +89 -0
- package/dist/db-types/db-people-types.js +2 -0
- package/dist/db-types/db-people-types.js.map +1 -0
- package/dist/db-types/db-product-types.d.ts +91 -0
- package/dist/db-types/db-product-types.js +2 -0
- package/dist/db-types/db-product-types.js.map +1 -0
- package/dist/db-types/db-public-event-types.d.ts +142 -0
- package/dist/db-types/db-public-event-types.js +2 -0
- package/dist/db-types/db-public-event-types.js.map +1 -0
- package/dist/db-types/db-service-provider-types.d.ts +13 -0
- package/dist/db-types/db-service-provider-types.js +2 -0
- package/dist/db-types/db-service-provider-types.js.map +1 -0
- package/dist/db-types/db-special-tag-types.d.ts +146 -0
- package/dist/db-types/db-special-tag-types.js +2 -0
- package/dist/db-types/db-special-tag-types.js.map +1 -0
- package/dist/db-types/db-tag-types.d.ts +32 -0
- package/dist/db-types/db-tag-types.js +2 -0
- package/dist/db-types/db-tag-types.js.map +1 -0
- package/dist/db-types/db-team-types.d.ts +89 -0
- package/dist/db-types/db-team-types.js +2 -0
- package/dist/db-types/db-team-types.js.map +1 -0
- package/dist/db-types/db-user-report-types.d.ts +75 -0
- package/dist/db-types/db-user-report-types.js +2 -0
- package/dist/db-types/db-user-report-types.js.map +1 -0
- package/dist/db-types/db-user-types.d.ts +84 -0
- package/dist/db-types/db-user-types.js +2 -0
- package/dist/db-types/db-user-types.js.map +1 -0
- package/dist/dplus-types/dplus-response-types.d.ts +5 -0
- package/dist/dplus-types/dplus-response-types.js +57 -0
- package/dist/dplus-types/dplus-response-types.js.map +1 -0
- package/dist/fields/field-administrator.d.ts +92 -0
- package/dist/fields/field-administrator.js +93 -0
- package/dist/fields/field-administrator.js.map +1 -0
- package/dist/fields/field-brand.d.ts +352 -0
- package/dist/fields/field-brand.js +353 -0
- package/dist/fields/field-brand.js.map +1 -0
- package/dist/fields/field-category.d.ts +449 -0
- package/dist/fields/field-category.js +450 -0
- package/dist/fields/field-category.js.map +1 -0
- package/dist/fields/field-celeb.d.ts +352 -0
- package/dist/fields/field-celeb.js +353 -0
- package/dist/fields/field-celeb.js.map +1 -0
- package/dist/fields/field-city.d.ts +613 -0
- package/dist/fields/field-city.js +614 -0
- package/dist/fields/field-city.js.map +1 -0
- package/dist/fields/field-company.d.ts +345 -0
- package/dist/fields/field-company.js +346 -0
- package/dist/fields/field-company.js.map +1 -0
- package/dist/fields/field-country.d.ts +35 -0
- package/dist/fields/field-country.js +36 -0
- package/dist/fields/field-country.js.map +1 -0
- package/dist/fields/field-event.d.ts +580 -0
- package/dist/fields/field-event.js +581 -0
- package/dist/fields/field-event.js.map +1 -0
- package/dist/fields/field-folder.d.ts +481 -0
- package/dist/fields/field-folder.js +482 -0
- package/dist/fields/field-folder.js.map +1 -0
- package/dist/fields/field-idol-group.d.ts +345 -0
- package/dist/fields/field-idol-group.js +346 -0
- package/dist/fields/field-idol-group.js.map +1 -0
- package/dist/fields/field-language.d.ts +23 -0
- package/dist/fields/field-language.js +24 -0
- package/dist/fields/field-language.js.map +1 -0
- package/dist/fields/field-manager.d.ts +49 -0
- package/dist/fields/field-manager.js +50 -0
- package/dist/fields/field-manager.js.map +1 -0
- package/dist/fields/field-map-country-language.d.ts +23 -0
- package/dist/fields/field-map-country-language.js +24 -0
- package/dist/fields/field-map-country-language.js.map +1 -0
- package/dist/fields/field-people.d.ts +345 -0
- package/dist/fields/field-people.js +346 -0
- package/dist/fields/field-people.js.map +1 -0
- package/dist/fields/field-product.d.ts +359 -0
- package/dist/fields/field-product.js +360 -0
- package/dist/fields/field-product.js.map +1 -0
- package/dist/fields/field-public-event.d.ts +574 -0
- package/dist/fields/field-public-event.js +575 -0
- package/dist/fields/field-public-event.js.map +1 -0
- package/dist/fields/field-service-provider.d.ts +30 -0
- package/dist/fields/field-service-provider.js +31 -0
- package/dist/fields/field-service-provider.js.map +1 -0
- package/dist/fields/field-special-tag.d.ts +438 -0
- package/dist/fields/field-special-tag.js +439 -0
- package/dist/fields/field-special-tag.js.map +1 -0
- package/dist/fields/field-tag.d.ts +73 -0
- package/dist/fields/field-tag.js +74 -0
- package/dist/fields/field-tag.js.map +1 -0
- package/dist/fields/field-team.d.ts +345 -0
- package/dist/fields/field-team.js +346 -0
- package/dist/fields/field-team.js.map +1 -0
- package/dist/fields/field-user-report.d.ts +315 -0
- package/dist/fields/field-user-report.js +316 -0
- package/dist/fields/field-user-report.js.map +1 -0
- package/dist/fields/field-user.d.ts +167 -0
- package/dist/fields/field-user.js +168 -0
- package/dist/fields/field-user.js.map +1 -0
- package/dist/index.d.ts +48 -0
- package/dist/index.js +48 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
export declare const F_CELEB: {
|
|
2
|
+
celeb_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
idol_group_code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
name: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
name_native: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
profile: {
|
|
31
|
+
id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
is_required: boolean;
|
|
34
|
+
max_length: number;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
};
|
|
37
|
+
youtube_ch_id: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
is_required: boolean;
|
|
41
|
+
max_length: number;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
};
|
|
44
|
+
instagram_id: {
|
|
45
|
+
id: string;
|
|
46
|
+
label: string;
|
|
47
|
+
is_required: boolean;
|
|
48
|
+
max_length: number;
|
|
49
|
+
placeholder: string;
|
|
50
|
+
};
|
|
51
|
+
tiktok_id: {
|
|
52
|
+
id: string;
|
|
53
|
+
label: string;
|
|
54
|
+
is_required: boolean;
|
|
55
|
+
max_length: number;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
};
|
|
58
|
+
threads_id: {
|
|
59
|
+
id: string;
|
|
60
|
+
label: string;
|
|
61
|
+
is_required: boolean;
|
|
62
|
+
max_length: number;
|
|
63
|
+
placeholder: string;
|
|
64
|
+
};
|
|
65
|
+
is_active: {
|
|
66
|
+
id: string;
|
|
67
|
+
label: string;
|
|
68
|
+
is_required: boolean;
|
|
69
|
+
default_value: boolean;
|
|
70
|
+
};
|
|
71
|
+
deactivated_at: {
|
|
72
|
+
id: string;
|
|
73
|
+
label: string;
|
|
74
|
+
is_required: boolean;
|
|
75
|
+
placeholder: string;
|
|
76
|
+
};
|
|
77
|
+
deactivated_by: {
|
|
78
|
+
id: string;
|
|
79
|
+
label: string;
|
|
80
|
+
is_required: boolean;
|
|
81
|
+
max_length: number;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
};
|
|
84
|
+
is_display: {
|
|
85
|
+
id: string;
|
|
86
|
+
label: string;
|
|
87
|
+
is_required: boolean;
|
|
88
|
+
default_value: boolean;
|
|
89
|
+
};
|
|
90
|
+
hero_image_01: {
|
|
91
|
+
id: string;
|
|
92
|
+
label: string;
|
|
93
|
+
is_required: boolean;
|
|
94
|
+
max_length: number;
|
|
95
|
+
placeholder: string;
|
|
96
|
+
};
|
|
97
|
+
hero_image_02: {
|
|
98
|
+
id: string;
|
|
99
|
+
label: string;
|
|
100
|
+
is_required: boolean;
|
|
101
|
+
max_length: number;
|
|
102
|
+
placeholder: string;
|
|
103
|
+
};
|
|
104
|
+
hero_image_03: {
|
|
105
|
+
id: string;
|
|
106
|
+
label: string;
|
|
107
|
+
is_required: boolean;
|
|
108
|
+
max_length: number;
|
|
109
|
+
placeholder: string;
|
|
110
|
+
};
|
|
111
|
+
hero_image_04: {
|
|
112
|
+
id: string;
|
|
113
|
+
label: string;
|
|
114
|
+
is_required: boolean;
|
|
115
|
+
max_length: number;
|
|
116
|
+
placeholder: string;
|
|
117
|
+
};
|
|
118
|
+
hero_image_05: {
|
|
119
|
+
id: string;
|
|
120
|
+
label: string;
|
|
121
|
+
is_required: boolean;
|
|
122
|
+
max_length: number;
|
|
123
|
+
placeholder: string;
|
|
124
|
+
};
|
|
125
|
+
thumbnail_main_01: {
|
|
126
|
+
id: string;
|
|
127
|
+
label: string;
|
|
128
|
+
is_required: boolean;
|
|
129
|
+
max_length: number;
|
|
130
|
+
placeholder: string;
|
|
131
|
+
};
|
|
132
|
+
thumbnail_main_02: {
|
|
133
|
+
id: string;
|
|
134
|
+
label: string;
|
|
135
|
+
is_required: boolean;
|
|
136
|
+
max_length: number;
|
|
137
|
+
placeholder: string;
|
|
138
|
+
};
|
|
139
|
+
thumbnail_main_03: {
|
|
140
|
+
id: string;
|
|
141
|
+
label: string;
|
|
142
|
+
is_required: boolean;
|
|
143
|
+
max_length: number;
|
|
144
|
+
placeholder: string;
|
|
145
|
+
};
|
|
146
|
+
thumbnail_main_04: {
|
|
147
|
+
id: string;
|
|
148
|
+
label: string;
|
|
149
|
+
is_required: boolean;
|
|
150
|
+
max_length: number;
|
|
151
|
+
placeholder: string;
|
|
152
|
+
};
|
|
153
|
+
thumbnail_main_05: {
|
|
154
|
+
id: string;
|
|
155
|
+
label: string;
|
|
156
|
+
is_required: boolean;
|
|
157
|
+
max_length: number;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
};
|
|
160
|
+
thumbnail_vertical_01: {
|
|
161
|
+
id: string;
|
|
162
|
+
label: string;
|
|
163
|
+
is_required: boolean;
|
|
164
|
+
max_length: number;
|
|
165
|
+
placeholder: string;
|
|
166
|
+
};
|
|
167
|
+
thumbnail_vertical_02: {
|
|
168
|
+
id: string;
|
|
169
|
+
label: string;
|
|
170
|
+
is_required: boolean;
|
|
171
|
+
max_length: number;
|
|
172
|
+
placeholder: string;
|
|
173
|
+
};
|
|
174
|
+
thumbnail_vertical_03: {
|
|
175
|
+
id: string;
|
|
176
|
+
label: string;
|
|
177
|
+
is_required: boolean;
|
|
178
|
+
max_length: number;
|
|
179
|
+
placeholder: string;
|
|
180
|
+
};
|
|
181
|
+
thumbnail_vertical_04: {
|
|
182
|
+
id: string;
|
|
183
|
+
label: string;
|
|
184
|
+
is_required: boolean;
|
|
185
|
+
max_length: number;
|
|
186
|
+
placeholder: string;
|
|
187
|
+
};
|
|
188
|
+
thumbnail_vertical_05: {
|
|
189
|
+
id: string;
|
|
190
|
+
label: string;
|
|
191
|
+
is_required: boolean;
|
|
192
|
+
max_length: number;
|
|
193
|
+
placeholder: string;
|
|
194
|
+
};
|
|
195
|
+
metadata_title: {
|
|
196
|
+
id: string;
|
|
197
|
+
label: string;
|
|
198
|
+
is_required: boolean;
|
|
199
|
+
max_length: number;
|
|
200
|
+
placeholder: string;
|
|
201
|
+
};
|
|
202
|
+
metadata_description: {
|
|
203
|
+
id: string;
|
|
204
|
+
label: string;
|
|
205
|
+
is_required: boolean;
|
|
206
|
+
max_length: number;
|
|
207
|
+
placeholder: string;
|
|
208
|
+
};
|
|
209
|
+
metadata_keywords: {
|
|
210
|
+
id: string;
|
|
211
|
+
label: string;
|
|
212
|
+
is_required: boolean;
|
|
213
|
+
max_length: number;
|
|
214
|
+
placeholder: string;
|
|
215
|
+
};
|
|
216
|
+
metadata_og_title: {
|
|
217
|
+
id: string;
|
|
218
|
+
label: string;
|
|
219
|
+
is_required: boolean;
|
|
220
|
+
max_length: number;
|
|
221
|
+
placeholder: string;
|
|
222
|
+
};
|
|
223
|
+
metadata_og_description: {
|
|
224
|
+
id: string;
|
|
225
|
+
label: string;
|
|
226
|
+
is_required: boolean;
|
|
227
|
+
max_length: number;
|
|
228
|
+
placeholder: string;
|
|
229
|
+
};
|
|
230
|
+
metadata_og_image: {
|
|
231
|
+
id: string;
|
|
232
|
+
label: string;
|
|
233
|
+
is_required: boolean;
|
|
234
|
+
max_length: number;
|
|
235
|
+
placeholder: string;
|
|
236
|
+
};
|
|
237
|
+
metadata_tag_set: {
|
|
238
|
+
id: string;
|
|
239
|
+
label: string;
|
|
240
|
+
is_required: boolean;
|
|
241
|
+
max_length: number;
|
|
242
|
+
placeholder: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
export declare const F_CELEB_METADATA_I18N: {
|
|
246
|
+
celeb_code: {
|
|
247
|
+
id: string;
|
|
248
|
+
label: string;
|
|
249
|
+
is_required: boolean;
|
|
250
|
+
max_length: number;
|
|
251
|
+
placeholder: string;
|
|
252
|
+
};
|
|
253
|
+
lang_code: {
|
|
254
|
+
id: string;
|
|
255
|
+
label: string;
|
|
256
|
+
is_required: boolean;
|
|
257
|
+
max_length: number;
|
|
258
|
+
placeholder: string;
|
|
259
|
+
};
|
|
260
|
+
title: {
|
|
261
|
+
id: string;
|
|
262
|
+
label: string;
|
|
263
|
+
is_required: boolean;
|
|
264
|
+
max_length: number;
|
|
265
|
+
placeholder: string;
|
|
266
|
+
};
|
|
267
|
+
description: {
|
|
268
|
+
id: string;
|
|
269
|
+
label: string;
|
|
270
|
+
is_required: boolean;
|
|
271
|
+
max_length: number;
|
|
272
|
+
placeholder: string;
|
|
273
|
+
};
|
|
274
|
+
og_title: {
|
|
275
|
+
id: string;
|
|
276
|
+
label: string;
|
|
277
|
+
is_required: boolean;
|
|
278
|
+
max_length: number;
|
|
279
|
+
placeholder: string;
|
|
280
|
+
};
|
|
281
|
+
og_description: {
|
|
282
|
+
id: string;
|
|
283
|
+
label: string;
|
|
284
|
+
is_required: boolean;
|
|
285
|
+
max_length: number;
|
|
286
|
+
placeholder: string;
|
|
287
|
+
};
|
|
288
|
+
og_image: {
|
|
289
|
+
id: string;
|
|
290
|
+
label: string;
|
|
291
|
+
is_required: boolean;
|
|
292
|
+
max_length: number;
|
|
293
|
+
placeholder: string;
|
|
294
|
+
};
|
|
295
|
+
tag_set: {
|
|
296
|
+
id: string;
|
|
297
|
+
label: string;
|
|
298
|
+
is_required: boolean;
|
|
299
|
+
max_length: number;
|
|
300
|
+
placeholder: string;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
export declare const F_MAP_CELEB_FOLDER: {
|
|
304
|
+
celeb_code: {
|
|
305
|
+
id: string;
|
|
306
|
+
label: string;
|
|
307
|
+
is_required: boolean;
|
|
308
|
+
max_length: number;
|
|
309
|
+
placeholder: string;
|
|
310
|
+
};
|
|
311
|
+
folder_id: {
|
|
312
|
+
id: string;
|
|
313
|
+
label: string;
|
|
314
|
+
is_required: boolean;
|
|
315
|
+
max_length: number;
|
|
316
|
+
placeholder: string;
|
|
317
|
+
};
|
|
318
|
+
earliest_event: {
|
|
319
|
+
id: string;
|
|
320
|
+
label: string;
|
|
321
|
+
is_required: boolean;
|
|
322
|
+
placeholder: string;
|
|
323
|
+
};
|
|
324
|
+
latest_event: {
|
|
325
|
+
id: string;
|
|
326
|
+
label: string;
|
|
327
|
+
is_required: boolean;
|
|
328
|
+
placeholder: string;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
export declare const F_MAP_CELEB_EVENT: {
|
|
332
|
+
celeb_code: {
|
|
333
|
+
id: string;
|
|
334
|
+
label: string;
|
|
335
|
+
is_required: boolean;
|
|
336
|
+
max_length: number;
|
|
337
|
+
placeholder: string;
|
|
338
|
+
};
|
|
339
|
+
event_id: {
|
|
340
|
+
id: string;
|
|
341
|
+
label: string;
|
|
342
|
+
is_required: boolean;
|
|
343
|
+
max_length: number;
|
|
344
|
+
placeholder: string;
|
|
345
|
+
};
|
|
346
|
+
date: {
|
|
347
|
+
id: string;
|
|
348
|
+
label: string;
|
|
349
|
+
is_required: boolean;
|
|
350
|
+
placeholder: string;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
export const F_CELEB = {
|
|
2
|
+
celeb_code: {
|
|
3
|
+
id: "celeb_code",
|
|
4
|
+
label: "Celeb Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 24,
|
|
7
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
8
|
+
},
|
|
9
|
+
idol_group_code: {
|
|
10
|
+
id: "idol_group_code",
|
|
11
|
+
label: "Idol Group Code",
|
|
12
|
+
is_required: false,
|
|
13
|
+
max_length: 24,
|
|
14
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
15
|
+
},
|
|
16
|
+
name: {
|
|
17
|
+
id: "name",
|
|
18
|
+
label: "Name",
|
|
19
|
+
is_required: true,
|
|
20
|
+
max_length: 120,
|
|
21
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
22
|
+
},
|
|
23
|
+
name_native: {
|
|
24
|
+
id: "name_native",
|
|
25
|
+
label: "Name Native",
|
|
26
|
+
is_required: false,
|
|
27
|
+
max_length: 120,
|
|
28
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
29
|
+
},
|
|
30
|
+
profile: {
|
|
31
|
+
id: "profile",
|
|
32
|
+
label: "Profile",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 250,
|
|
35
|
+
placeholder: "ex. https://www.example.com/profile.jpg",
|
|
36
|
+
},
|
|
37
|
+
youtube_ch_id: {
|
|
38
|
+
id: "youtube_ch_id",
|
|
39
|
+
label: "Youtube Channel ID",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 36,
|
|
42
|
+
placeholder: "ex. UCU0000000000000000000",
|
|
43
|
+
},
|
|
44
|
+
instagram_id: {
|
|
45
|
+
id: "instagram_id",
|
|
46
|
+
label: "Instagram ID",
|
|
47
|
+
is_required: false,
|
|
48
|
+
max_length: 36,
|
|
49
|
+
placeholder: "ex. UCU0000000000000000000",
|
|
50
|
+
},
|
|
51
|
+
tiktok_id: {
|
|
52
|
+
id: "tiktok_id",
|
|
53
|
+
label: "Tiktok ID",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 36,
|
|
56
|
+
placeholder: "ex. UCU0000000000000000000",
|
|
57
|
+
},
|
|
58
|
+
threads_id: {
|
|
59
|
+
id: "threads_id",
|
|
60
|
+
label: "Threads ID",
|
|
61
|
+
is_required: false,
|
|
62
|
+
max_length: 36,
|
|
63
|
+
placeholder: "ex. UCU0000000000000000000",
|
|
64
|
+
},
|
|
65
|
+
is_active: {
|
|
66
|
+
id: "is_active",
|
|
67
|
+
label: "Is Active",
|
|
68
|
+
is_required: true,
|
|
69
|
+
default_value: true,
|
|
70
|
+
},
|
|
71
|
+
deactivated_at: {
|
|
72
|
+
id: "deactivated_at",
|
|
73
|
+
label: "Deactivated At",
|
|
74
|
+
is_required: false,
|
|
75
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
76
|
+
},
|
|
77
|
+
deactivated_by: {
|
|
78
|
+
id: "deactivated_by",
|
|
79
|
+
label: "Deactivated By",
|
|
80
|
+
is_required: false,
|
|
81
|
+
max_length: 45,
|
|
82
|
+
placeholder: "ex. admin",
|
|
83
|
+
},
|
|
84
|
+
is_display: {
|
|
85
|
+
id: "is_display",
|
|
86
|
+
label: "Is Display",
|
|
87
|
+
is_required: true,
|
|
88
|
+
default_value: true,
|
|
89
|
+
},
|
|
90
|
+
hero_image_01: {
|
|
91
|
+
id: "hero_image_01",
|
|
92
|
+
label: "Hero Image 01",
|
|
93
|
+
is_required: false,
|
|
94
|
+
max_length: 250,
|
|
95
|
+
placeholder: "ex. https://www.example.com/hero_image_01.jpg",
|
|
96
|
+
},
|
|
97
|
+
hero_image_02: {
|
|
98
|
+
id: "hero_image_02",
|
|
99
|
+
label: "Hero Image 02",
|
|
100
|
+
is_required: false,
|
|
101
|
+
max_length: 250,
|
|
102
|
+
placeholder: "ex. https://www.example.com/hero_image_02.jpg",
|
|
103
|
+
},
|
|
104
|
+
hero_image_03: {
|
|
105
|
+
id: "hero_image_03",
|
|
106
|
+
label: "Hero Image 03",
|
|
107
|
+
is_required: false,
|
|
108
|
+
max_length: 250,
|
|
109
|
+
placeholder: "ex. https://www.example.com/hero_image_03.jpg",
|
|
110
|
+
},
|
|
111
|
+
hero_image_04: {
|
|
112
|
+
id: "hero_image_04",
|
|
113
|
+
label: "Hero Image 04",
|
|
114
|
+
is_required: false,
|
|
115
|
+
max_length: 250,
|
|
116
|
+
placeholder: "ex. https://www.example.com/hero_image_04.jpg",
|
|
117
|
+
},
|
|
118
|
+
hero_image_05: {
|
|
119
|
+
id: "hero_image_05",
|
|
120
|
+
label: "Hero Image 05",
|
|
121
|
+
is_required: false,
|
|
122
|
+
max_length: 250,
|
|
123
|
+
placeholder: "ex. https://www.example.com/hero_image_05.jpg",
|
|
124
|
+
},
|
|
125
|
+
thumbnail_main_01: {
|
|
126
|
+
id: "thumbnail_main_01",
|
|
127
|
+
label: "Thumbnail Main 01",
|
|
128
|
+
is_required: false,
|
|
129
|
+
max_length: 250,
|
|
130
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
|
|
131
|
+
},
|
|
132
|
+
thumbnail_main_02: {
|
|
133
|
+
id: "thumbnail_main_02",
|
|
134
|
+
label: "Thumbnail Main 02",
|
|
135
|
+
is_required: false,
|
|
136
|
+
max_length: 250,
|
|
137
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
|
|
138
|
+
},
|
|
139
|
+
thumbnail_main_03: {
|
|
140
|
+
id: "thumbnail_main_03",
|
|
141
|
+
label: "Thumbnail Main 03",
|
|
142
|
+
is_required: false,
|
|
143
|
+
max_length: 250,
|
|
144
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_03.jpg",
|
|
145
|
+
},
|
|
146
|
+
thumbnail_main_04: {
|
|
147
|
+
id: "thumbnail_main_04",
|
|
148
|
+
label: "Thumbnail Main 04",
|
|
149
|
+
is_required: false,
|
|
150
|
+
max_length: 250,
|
|
151
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_04.jpg",
|
|
152
|
+
},
|
|
153
|
+
thumbnail_main_05: {
|
|
154
|
+
id: "thumbnail_main_05",
|
|
155
|
+
label: "Thumbnail Main 05",
|
|
156
|
+
is_required: false,
|
|
157
|
+
max_length: 250,
|
|
158
|
+
placeholder: "ex. https://www.example.com/thumbnail_main_05.jpg",
|
|
159
|
+
},
|
|
160
|
+
thumbnail_vertical_01: {
|
|
161
|
+
id: "thumbnail_vertical_01",
|
|
162
|
+
label: "Thumbnail Vertical 01",
|
|
163
|
+
is_required: false,
|
|
164
|
+
max_length: 250,
|
|
165
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
|
|
166
|
+
},
|
|
167
|
+
thumbnail_vertical_02: {
|
|
168
|
+
id: "thumbnail_vertical_02",
|
|
169
|
+
label: "Thumbnail Vertical 02",
|
|
170
|
+
is_required: false,
|
|
171
|
+
max_length: 250,
|
|
172
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
|
|
173
|
+
},
|
|
174
|
+
thumbnail_vertical_03: {
|
|
175
|
+
id: "thumbnail_vertical_03",
|
|
176
|
+
label: "Thumbnail Vertical 03",
|
|
177
|
+
is_required: false,
|
|
178
|
+
max_length: 250,
|
|
179
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_03.jpg",
|
|
180
|
+
},
|
|
181
|
+
thumbnail_vertical_04: {
|
|
182
|
+
id: "thumbnail_vertical_04",
|
|
183
|
+
label: "Thumbnail Vertical 04",
|
|
184
|
+
is_required: false,
|
|
185
|
+
max_length: 250,
|
|
186
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_04.jpg",
|
|
187
|
+
},
|
|
188
|
+
thumbnail_vertical_05: {
|
|
189
|
+
id: "thumbnail_vertical_05",
|
|
190
|
+
label: "Thumbnail Vertical 05",
|
|
191
|
+
is_required: false,
|
|
192
|
+
max_length: 250,
|
|
193
|
+
placeholder: "ex. https://www.example.com/thumbnail_vertical_05.jpg",
|
|
194
|
+
},
|
|
195
|
+
metadata_title: {
|
|
196
|
+
id: "metadata_title",
|
|
197
|
+
label: "Metadata Title",
|
|
198
|
+
is_required: false,
|
|
199
|
+
max_length: 50,
|
|
200
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
201
|
+
},
|
|
202
|
+
metadata_description: {
|
|
203
|
+
id: "metadata_description",
|
|
204
|
+
label: "Metadata Description",
|
|
205
|
+
is_required: false,
|
|
206
|
+
max_length: 110,
|
|
207
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
208
|
+
},
|
|
209
|
+
metadata_keywords: {
|
|
210
|
+
id: "metadata_keywords",
|
|
211
|
+
label: "Metadata Keywords",
|
|
212
|
+
is_required: false,
|
|
213
|
+
max_length: 250,
|
|
214
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
215
|
+
},
|
|
216
|
+
metadata_og_title: {
|
|
217
|
+
id: "metadata_og_title",
|
|
218
|
+
label: "Metadata OG Title",
|
|
219
|
+
is_required: false,
|
|
220
|
+
max_length: 60,
|
|
221
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
222
|
+
},
|
|
223
|
+
metadata_og_description: {
|
|
224
|
+
id: "metadata_og_description",
|
|
225
|
+
label: "Metadata OG Description",
|
|
226
|
+
is_required: false,
|
|
227
|
+
max_length: 150,
|
|
228
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
229
|
+
},
|
|
230
|
+
metadata_og_image: {
|
|
231
|
+
id: "metadata_og_image",
|
|
232
|
+
label: "Metadata OG Image",
|
|
233
|
+
is_required: false,
|
|
234
|
+
max_length: 250,
|
|
235
|
+
placeholder: "ex. https://www.example.com/metadata_og_image.jpg",
|
|
236
|
+
},
|
|
237
|
+
metadata_tag_set: {
|
|
238
|
+
id: "metadata_tag_set",
|
|
239
|
+
label: "Metadata Tag Set",
|
|
240
|
+
is_required: false,
|
|
241
|
+
max_length: 250,
|
|
242
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
243
|
+
},
|
|
244
|
+
};
|
|
245
|
+
export const F_CELEB_METADATA_I18N = {
|
|
246
|
+
celeb_code: {
|
|
247
|
+
id: "celeb_code",
|
|
248
|
+
label: "Celeb Code",
|
|
249
|
+
is_required: true,
|
|
250
|
+
max_length: 24,
|
|
251
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
252
|
+
},
|
|
253
|
+
lang_code: {
|
|
254
|
+
id: "lang_code",
|
|
255
|
+
label: "Language Code",
|
|
256
|
+
is_required: true,
|
|
257
|
+
max_length: 8,
|
|
258
|
+
placeholder: "ex. en, ko, zh-hans, zh-hant, etc.",
|
|
259
|
+
},
|
|
260
|
+
title: {
|
|
261
|
+
id: "title",
|
|
262
|
+
label: "Title",
|
|
263
|
+
is_required: false,
|
|
264
|
+
max_length: 50,
|
|
265
|
+
placeholder: "ex. 서울",
|
|
266
|
+
},
|
|
267
|
+
description: {
|
|
268
|
+
id: "description",
|
|
269
|
+
label: "Description",
|
|
270
|
+
is_required: false,
|
|
271
|
+
max_length: 110,
|
|
272
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
273
|
+
},
|
|
274
|
+
og_title: {
|
|
275
|
+
id: "og_title",
|
|
276
|
+
label: "OG Title",
|
|
277
|
+
is_required: false,
|
|
278
|
+
max_length: 60,
|
|
279
|
+
placeholder: "ex. 서울",
|
|
280
|
+
},
|
|
281
|
+
og_description: {
|
|
282
|
+
id: "og_description",
|
|
283
|
+
label: "OG Description",
|
|
284
|
+
is_required: false,
|
|
285
|
+
max_length: 150,
|
|
286
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
287
|
+
},
|
|
288
|
+
og_image: {
|
|
289
|
+
id: "og_image",
|
|
290
|
+
label: "OG Image",
|
|
291
|
+
is_required: false,
|
|
292
|
+
max_length: 250,
|
|
293
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
294
|
+
},
|
|
295
|
+
tag_set: {
|
|
296
|
+
id: "tag_set",
|
|
297
|
+
label: "Tag Set",
|
|
298
|
+
is_required: false,
|
|
299
|
+
max_length: 250,
|
|
300
|
+
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
301
|
+
},
|
|
302
|
+
};
|
|
303
|
+
export const F_MAP_CELEB_FOLDER = {
|
|
304
|
+
celeb_code: {
|
|
305
|
+
id: "celeb_code",
|
|
306
|
+
label: "Celeb Code",
|
|
307
|
+
is_required: true,
|
|
308
|
+
max_length: 24,
|
|
309
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
310
|
+
},
|
|
311
|
+
folder_id: {
|
|
312
|
+
id: "folder_id",
|
|
313
|
+
label: "Folder ID",
|
|
314
|
+
is_required: true,
|
|
315
|
+
max_length: 36,
|
|
316
|
+
placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
|
|
317
|
+
},
|
|
318
|
+
earliest_event: {
|
|
319
|
+
id: "earliest_event",
|
|
320
|
+
label: "Earliest Event",
|
|
321
|
+
is_required: false,
|
|
322
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
323
|
+
},
|
|
324
|
+
latest_event: {
|
|
325
|
+
id: "latest_event",
|
|
326
|
+
label: "Latest Event",
|
|
327
|
+
is_required: false,
|
|
328
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
329
|
+
},
|
|
330
|
+
};
|
|
331
|
+
export const F_MAP_CELEB_EVENT = {
|
|
332
|
+
celeb_code: {
|
|
333
|
+
id: "celeb_code",
|
|
334
|
+
label: "Celeb Code",
|
|
335
|
+
is_required: true,
|
|
336
|
+
max_length: 24,
|
|
337
|
+
placeholder: "ex. BTS, BLACKPINK, etc.",
|
|
338
|
+
},
|
|
339
|
+
event_id: {
|
|
340
|
+
id: "event_id",
|
|
341
|
+
label: "Event ID",
|
|
342
|
+
is_required: true,
|
|
343
|
+
max_length: 36,
|
|
344
|
+
placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
|
|
345
|
+
},
|
|
346
|
+
date: {
|
|
347
|
+
id: "date",
|
|
348
|
+
label: "Date",
|
|
349
|
+
is_required: false,
|
|
350
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
351
|
+
},
|
|
352
|
+
};
|
|
353
|
+
//# sourceMappingURL=field-celeb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-celeb.js","sourceRoot":"","sources":["../../src/fields/field-celeb.ts"],"names":[],"mappings":"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"}
|