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,575 @@
|
|
|
1
|
+
export const F_PUBLIC_EVENT = {
|
|
2
|
+
public_event_id: {
|
|
3
|
+
id: "public_event_id",
|
|
4
|
+
label: "Public Event ID",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 36,
|
|
7
|
+
placeholder: "ex. UUID",
|
|
8
|
+
},
|
|
9
|
+
public_event_code: {
|
|
10
|
+
id: "public_event_code",
|
|
11
|
+
label: "Public Event Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 60,
|
|
14
|
+
placeholder: "ex. Seoul",
|
|
15
|
+
},
|
|
16
|
+
folder_id: {
|
|
17
|
+
id: "folder_id",
|
|
18
|
+
label: "Folder ID",
|
|
19
|
+
is_required: false,
|
|
20
|
+
max_length: 36,
|
|
21
|
+
placeholder: "ex. UUID",
|
|
22
|
+
},
|
|
23
|
+
date: {
|
|
24
|
+
id: "date",
|
|
25
|
+
label: "Date",
|
|
26
|
+
is_required: true,
|
|
27
|
+
max_length: 20,
|
|
28
|
+
placeholder: "ex. 2025-01-01",
|
|
29
|
+
},
|
|
30
|
+
time: {
|
|
31
|
+
id: "time",
|
|
32
|
+
label: "Time",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 20,
|
|
35
|
+
placeholder: "ex. 12:00:00",
|
|
36
|
+
},
|
|
37
|
+
tz: {
|
|
38
|
+
id: "tz",
|
|
39
|
+
label: "TZ",
|
|
40
|
+
is_required: true,
|
|
41
|
+
max_length: 50,
|
|
42
|
+
placeholder: "ex. Asia/Seoul, America/New_York, etc.",
|
|
43
|
+
},
|
|
44
|
+
utc_minutes: {
|
|
45
|
+
id: "utc_minutes",
|
|
46
|
+
label: "UTC Minutes",
|
|
47
|
+
is_required: true,
|
|
48
|
+
max_length: 4,
|
|
49
|
+
placeholder: "ex. 900",
|
|
50
|
+
},
|
|
51
|
+
duration: {
|
|
52
|
+
id: "duration",
|
|
53
|
+
label: "Duration",
|
|
54
|
+
is_required: false,
|
|
55
|
+
max_length: 20,
|
|
56
|
+
placeholder: "ex. 60 (minutes)",
|
|
57
|
+
},
|
|
58
|
+
is_repeat_annually: {
|
|
59
|
+
id: "is_repeat_annually",
|
|
60
|
+
label: "Is Repeat Annually",
|
|
61
|
+
is_required: true,
|
|
62
|
+
default_value: false,
|
|
63
|
+
},
|
|
64
|
+
title: {
|
|
65
|
+
id: "title",
|
|
66
|
+
label: "Title",
|
|
67
|
+
is_required: true,
|
|
68
|
+
max_length: 120,
|
|
69
|
+
placeholder: "ex. Seoul",
|
|
70
|
+
},
|
|
71
|
+
description: {
|
|
72
|
+
id: "description",
|
|
73
|
+
label: "Description",
|
|
74
|
+
is_required: false,
|
|
75
|
+
max_length: 500,
|
|
76
|
+
placeholder: "ex. Seoul is the capital of Korea.",
|
|
77
|
+
},
|
|
78
|
+
created_at: {
|
|
79
|
+
id: "created_at",
|
|
80
|
+
label: "Created At",
|
|
81
|
+
is_required: true,
|
|
82
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
83
|
+
},
|
|
84
|
+
is_admin_created: {
|
|
85
|
+
id: "is_admin_created",
|
|
86
|
+
label: "Is Admin Created",
|
|
87
|
+
is_required: true,
|
|
88
|
+
default_value: false,
|
|
89
|
+
},
|
|
90
|
+
created_by: {
|
|
91
|
+
id: "created_by",
|
|
92
|
+
label: "Created By",
|
|
93
|
+
is_required: false,
|
|
94
|
+
max_length: 45,
|
|
95
|
+
placeholder: "ex. JYUN",
|
|
96
|
+
},
|
|
97
|
+
target_country_code: {
|
|
98
|
+
id: "target_country_code",
|
|
99
|
+
label: "Target Country Code",
|
|
100
|
+
is_required: true,
|
|
101
|
+
max_length: 2,
|
|
102
|
+
placeholder: "ex. KR",
|
|
103
|
+
},
|
|
104
|
+
target_city_code: {
|
|
105
|
+
id: "target_city_code",
|
|
106
|
+
label: "Target City Code",
|
|
107
|
+
is_required: false,
|
|
108
|
+
max_length: 60,
|
|
109
|
+
placeholder: "ex. seoul, jeju, bangkok, etc.",
|
|
110
|
+
},
|
|
111
|
+
homepage: {
|
|
112
|
+
id: "homepage",
|
|
113
|
+
label: "Homepage",
|
|
114
|
+
is_required: false,
|
|
115
|
+
max_length: 250,
|
|
116
|
+
placeholder: "ex. https://www.seoul.go.kr",
|
|
117
|
+
},
|
|
118
|
+
url_label: {
|
|
119
|
+
id: "url_label",
|
|
120
|
+
label: "URL Label",
|
|
121
|
+
is_required: false,
|
|
122
|
+
max_length: 60,
|
|
123
|
+
placeholder: "ex. 서울 홈페이지",
|
|
124
|
+
},
|
|
125
|
+
url: {
|
|
126
|
+
id: "url",
|
|
127
|
+
label: "URL",
|
|
128
|
+
is_required: false,
|
|
129
|
+
max_length: 250,
|
|
130
|
+
placeholder: "ex. https://www.seoul.go.kr",
|
|
131
|
+
},
|
|
132
|
+
email: {
|
|
133
|
+
id: "email",
|
|
134
|
+
label: "Email",
|
|
135
|
+
is_required: false,
|
|
136
|
+
max_length: 320,
|
|
137
|
+
placeholder: "ex. seoul@seoul.go.kr",
|
|
138
|
+
},
|
|
139
|
+
phone_country_code: {
|
|
140
|
+
id: "phone_country_code",
|
|
141
|
+
label: "Phone Country Code",
|
|
142
|
+
is_required: false,
|
|
143
|
+
max_length: 6,
|
|
144
|
+
placeholder: "ex. +82",
|
|
145
|
+
},
|
|
146
|
+
phone: {
|
|
147
|
+
id: "phone",
|
|
148
|
+
label: "Phone",
|
|
149
|
+
is_required: false,
|
|
150
|
+
max_length: 20,
|
|
151
|
+
placeholder: "ex. 10-1234-5678",
|
|
152
|
+
},
|
|
153
|
+
location: {
|
|
154
|
+
id: "location",
|
|
155
|
+
label: "Location",
|
|
156
|
+
is_required: false,
|
|
157
|
+
max_length: 250,
|
|
158
|
+
placeholder: "ex. 10110102011020201020101",
|
|
159
|
+
},
|
|
160
|
+
latitude: {
|
|
161
|
+
id: "latitude",
|
|
162
|
+
label: "Latitude",
|
|
163
|
+
is_required: false,
|
|
164
|
+
max_length: 20,
|
|
165
|
+
placeholder: "ex. 37.5665",
|
|
166
|
+
},
|
|
167
|
+
longitude: {
|
|
168
|
+
id: "longitude",
|
|
169
|
+
label: "Longitude",
|
|
170
|
+
is_required: false,
|
|
171
|
+
max_length: 20,
|
|
172
|
+
placeholder: "ex. 126.9780",
|
|
173
|
+
},
|
|
174
|
+
radius_m: {
|
|
175
|
+
id: "radius_m",
|
|
176
|
+
label: "Radius (m)",
|
|
177
|
+
is_required: false,
|
|
178
|
+
max_length: 10,
|
|
179
|
+
placeholder: "ex. 1000",
|
|
180
|
+
},
|
|
181
|
+
address_eng: {
|
|
182
|
+
id: "address_eng",
|
|
183
|
+
label: "Address (EN)",
|
|
184
|
+
is_required: false,
|
|
185
|
+
max_length: 500,
|
|
186
|
+
placeholder: "ex. Seoul Tower",
|
|
187
|
+
},
|
|
188
|
+
address_native: {
|
|
189
|
+
id: "address_native",
|
|
190
|
+
label: "Address (Native)",
|
|
191
|
+
is_required: false,
|
|
192
|
+
max_length: 500,
|
|
193
|
+
placeholder: "ex. 서울 타워",
|
|
194
|
+
},
|
|
195
|
+
is_public: {
|
|
196
|
+
id: "is_public",
|
|
197
|
+
label: "Is Public",
|
|
198
|
+
is_required: true,
|
|
199
|
+
default_value: false,
|
|
200
|
+
},
|
|
201
|
+
view_count: {
|
|
202
|
+
id: "view_count",
|
|
203
|
+
label: "View Count",
|
|
204
|
+
is_required: true,
|
|
205
|
+
default_value: 0,
|
|
206
|
+
},
|
|
207
|
+
added_count: {
|
|
208
|
+
id: "added_count",
|
|
209
|
+
label: "Added Count",
|
|
210
|
+
is_required: true,
|
|
211
|
+
default_value: 0,
|
|
212
|
+
},
|
|
213
|
+
shared_count: {
|
|
214
|
+
id: "shared_count",
|
|
215
|
+
label: "Shared Count",
|
|
216
|
+
is_required: true,
|
|
217
|
+
default_value: 0,
|
|
218
|
+
},
|
|
219
|
+
saved_count: {
|
|
220
|
+
id: "saved_count",
|
|
221
|
+
label: "Saved Count",
|
|
222
|
+
is_required: true,
|
|
223
|
+
default_value: 0,
|
|
224
|
+
},
|
|
225
|
+
target_age_start: {
|
|
226
|
+
id: "target_age_start",
|
|
227
|
+
label: "Target Age Start",
|
|
228
|
+
is_required: false,
|
|
229
|
+
default_value: 0,
|
|
230
|
+
},
|
|
231
|
+
target_age_end: {
|
|
232
|
+
id: "target_age_end",
|
|
233
|
+
label: "Target Age End",
|
|
234
|
+
is_required: false,
|
|
235
|
+
default_value: 50,
|
|
236
|
+
},
|
|
237
|
+
target_sex: {
|
|
238
|
+
id: "target_sex",
|
|
239
|
+
label: "Target Sex",
|
|
240
|
+
is_required: false,
|
|
241
|
+
max_length: 12,
|
|
242
|
+
placeholder: "ex. male, female, etc.",
|
|
243
|
+
},
|
|
244
|
+
is_target_for_family: {
|
|
245
|
+
id: "is_target_for_family",
|
|
246
|
+
label: "Is Target for Family",
|
|
247
|
+
is_required: true,
|
|
248
|
+
default_value: false,
|
|
249
|
+
},
|
|
250
|
+
is_target_for_couple: {
|
|
251
|
+
id: "is_target_for_couple",
|
|
252
|
+
label: "Is Target for Couple",
|
|
253
|
+
is_required: true,
|
|
254
|
+
default_value: false,
|
|
255
|
+
},
|
|
256
|
+
is_target_for_children: {
|
|
257
|
+
id: "is_target_for_children",
|
|
258
|
+
label: "Is Target for Children",
|
|
259
|
+
is_required: true,
|
|
260
|
+
default_value: false,
|
|
261
|
+
},
|
|
262
|
+
is_target_for_single: {
|
|
263
|
+
id: "is_target_for_single",
|
|
264
|
+
label: "Is Target for Single",
|
|
265
|
+
is_required: true,
|
|
266
|
+
default_value: false,
|
|
267
|
+
},
|
|
268
|
+
is_target_for_traveler: {
|
|
269
|
+
id: "is_target_for_traveler",
|
|
270
|
+
label: "Is Target for Traveler",
|
|
271
|
+
is_required: true,
|
|
272
|
+
default_value: false,
|
|
273
|
+
},
|
|
274
|
+
updated_at: {
|
|
275
|
+
id: "updated_at",
|
|
276
|
+
label: "Updated At",
|
|
277
|
+
is_required: true,
|
|
278
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
279
|
+
},
|
|
280
|
+
tags: {
|
|
281
|
+
id: "tags",
|
|
282
|
+
label: "Tags",
|
|
283
|
+
is_required: false,
|
|
284
|
+
max_length: 500,
|
|
285
|
+
placeholder: "ex. 서울, 서울맛집, 서울여행 varying(31)[] null",
|
|
286
|
+
},
|
|
287
|
+
is_active: {
|
|
288
|
+
id: "is_active",
|
|
289
|
+
label: "Is Active",
|
|
290
|
+
is_required: true,
|
|
291
|
+
default_value: true,
|
|
292
|
+
},
|
|
293
|
+
deactivated_at: {
|
|
294
|
+
id: "deactivated_at",
|
|
295
|
+
label: "Deactivated At",
|
|
296
|
+
is_required: false,
|
|
297
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
298
|
+
},
|
|
299
|
+
deactivated_by: {
|
|
300
|
+
id: "deactivated_by",
|
|
301
|
+
label: "Deactivated By",
|
|
302
|
+
is_required: false,
|
|
303
|
+
max_length: 45,
|
|
304
|
+
placeholder: "ex. JYUN",
|
|
305
|
+
},
|
|
306
|
+
is_display: {
|
|
307
|
+
id: "is_display",
|
|
308
|
+
label: "Is Display",
|
|
309
|
+
is_required: true,
|
|
310
|
+
default_value: true,
|
|
311
|
+
},
|
|
312
|
+
hero_image_01: {
|
|
313
|
+
id: "hero_image_01",
|
|
314
|
+
label: "Hero Image 01",
|
|
315
|
+
is_required: false,
|
|
316
|
+
max_length: 250,
|
|
317
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_01.jpg",
|
|
318
|
+
},
|
|
319
|
+
hero_image_02: {
|
|
320
|
+
id: "hero_image_02",
|
|
321
|
+
label: "Hero Image 02",
|
|
322
|
+
is_required: false,
|
|
323
|
+
max_length: 250,
|
|
324
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_02.jpg",
|
|
325
|
+
},
|
|
326
|
+
hero_image_03: {
|
|
327
|
+
id: "hero_image_03",
|
|
328
|
+
label: "Hero Image 03",
|
|
329
|
+
is_required: false,
|
|
330
|
+
max_length: 250,
|
|
331
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_03.jpg",
|
|
332
|
+
},
|
|
333
|
+
hero_image_04: {
|
|
334
|
+
id: "hero_image_04",
|
|
335
|
+
label: "Hero Image 04",
|
|
336
|
+
is_required: false,
|
|
337
|
+
max_length: 250,
|
|
338
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_04.jpg",
|
|
339
|
+
},
|
|
340
|
+
hero_image_05: {
|
|
341
|
+
id: "hero_image_05",
|
|
342
|
+
label: "Hero Image 05",
|
|
343
|
+
is_required: false,
|
|
344
|
+
max_length: 250,
|
|
345
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_05.jpg",
|
|
346
|
+
},
|
|
347
|
+
thumbnail_main_01: {
|
|
348
|
+
id: "thumbnail_main_01",
|
|
349
|
+
label: "Thumbnail Main 01",
|
|
350
|
+
is_required: false,
|
|
351
|
+
max_length: 250,
|
|
352
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_01.jpg",
|
|
353
|
+
},
|
|
354
|
+
thumbnail_main_02: {
|
|
355
|
+
id: "thumbnail_main_02",
|
|
356
|
+
label: "Thumbnail Main 02",
|
|
357
|
+
is_required: false,
|
|
358
|
+
max_length: 250,
|
|
359
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_02.jpg",
|
|
360
|
+
},
|
|
361
|
+
thumbnail_main_03: {
|
|
362
|
+
id: "thumbnail_main_03",
|
|
363
|
+
label: "Thumbnail Main 03",
|
|
364
|
+
is_required: false,
|
|
365
|
+
max_length: 250,
|
|
366
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_03.jpg",
|
|
367
|
+
},
|
|
368
|
+
thumbnail_main_04: {
|
|
369
|
+
id: "thumbnail_main_04",
|
|
370
|
+
label: "Thumbnail Main 04",
|
|
371
|
+
is_required: false,
|
|
372
|
+
max_length: 250,
|
|
373
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_04.jpg",
|
|
374
|
+
},
|
|
375
|
+
thumbnail_main_05: {
|
|
376
|
+
id: "thumbnail_main_05",
|
|
377
|
+
label: "Thumbnail Main 05",
|
|
378
|
+
is_required: false,
|
|
379
|
+
max_length: 250,
|
|
380
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_05.jpg",
|
|
381
|
+
},
|
|
382
|
+
thumbnail_vertical_01: {
|
|
383
|
+
id: "thumbnail_vertical_01",
|
|
384
|
+
label: "Thumbnail Vertical 01",
|
|
385
|
+
is_required: false,
|
|
386
|
+
max_length: 250,
|
|
387
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_01.jpg",
|
|
388
|
+
},
|
|
389
|
+
thumbnail_vertical_02: {
|
|
390
|
+
id: "thumbnail_vertical_02",
|
|
391
|
+
label: "Thumbnail Vertical 02",
|
|
392
|
+
is_required: false,
|
|
393
|
+
max_length: 250,
|
|
394
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_02.jpg",
|
|
395
|
+
},
|
|
396
|
+
thumbnail_vertical_03: {
|
|
397
|
+
id: "thumbnail_vertical_03",
|
|
398
|
+
label: "Thumbnail Vertical 03",
|
|
399
|
+
is_required: false,
|
|
400
|
+
max_length: 250,
|
|
401
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_03.jpg",
|
|
402
|
+
},
|
|
403
|
+
thumbnail_vertical_04: {
|
|
404
|
+
id: "thumbnail_vertical_04",
|
|
405
|
+
label: "Thumbnail Vertical 04",
|
|
406
|
+
is_required: false,
|
|
407
|
+
max_length: 250,
|
|
408
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_04.jpg",
|
|
409
|
+
},
|
|
410
|
+
thumbnail_vertical_05: {
|
|
411
|
+
id: "thumbnail_vertical_05",
|
|
412
|
+
label: "Thumbnail Vertical 05",
|
|
413
|
+
is_required: false,
|
|
414
|
+
max_length: 250,
|
|
415
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_05.jpg",
|
|
416
|
+
},
|
|
417
|
+
metadata_title: {
|
|
418
|
+
id: "metadata_title",
|
|
419
|
+
label: "Metadata Title",
|
|
420
|
+
is_required: false,
|
|
421
|
+
max_length: 50,
|
|
422
|
+
placeholder: "ex. 서울",
|
|
423
|
+
},
|
|
424
|
+
metadata_description: {
|
|
425
|
+
id: "metadata_description",
|
|
426
|
+
label: "Metadata Description",
|
|
427
|
+
is_required: false,
|
|
428
|
+
max_length: 110,
|
|
429
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
430
|
+
},
|
|
431
|
+
metadata_keywords: {
|
|
432
|
+
id: "metadata_keywords",
|
|
433
|
+
label: "Metadata Keywords",
|
|
434
|
+
is_required: false,
|
|
435
|
+
max_length: 250,
|
|
436
|
+
placeholder: "ex. 서울, 서울맛집, 서울여행",
|
|
437
|
+
},
|
|
438
|
+
metadata_og_title: {
|
|
439
|
+
id: "metadata_og_title",
|
|
440
|
+
label: "Metadata OG Title",
|
|
441
|
+
is_required: false,
|
|
442
|
+
max_length: 60,
|
|
443
|
+
placeholder: "ex. 서울",
|
|
444
|
+
},
|
|
445
|
+
metadata_og_description: {
|
|
446
|
+
id: "metadata_og_description",
|
|
447
|
+
label: "Metadata OG Description",
|
|
448
|
+
is_required: false,
|
|
449
|
+
max_length: 150,
|
|
450
|
+
placeholder: "ex. 서울은 대한민국의 수도입니다.",
|
|
451
|
+
},
|
|
452
|
+
metadata_og_image: {
|
|
453
|
+
id: "metadata_og_image",
|
|
454
|
+
label: "Metadata OG Image",
|
|
455
|
+
is_required: false,
|
|
456
|
+
max_length: 250,
|
|
457
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
458
|
+
},
|
|
459
|
+
};
|
|
460
|
+
export const F_PUBLIC_EVENT_VIEW_LOG = {
|
|
461
|
+
public_event_id: {
|
|
462
|
+
id: "public_event_id",
|
|
463
|
+
label: "Public Event ID",
|
|
464
|
+
is_required: true,
|
|
465
|
+
max_length: 36,
|
|
466
|
+
placeholder: "ex. UUID",
|
|
467
|
+
},
|
|
468
|
+
hash_code: {
|
|
469
|
+
id: "hash_code",
|
|
470
|
+
label: "Hash Code",
|
|
471
|
+
is_required: true,
|
|
472
|
+
max_length: 12,
|
|
473
|
+
placeholder: "ex. 19B2C3D4E5F6",
|
|
474
|
+
},
|
|
475
|
+
date: {
|
|
476
|
+
id: "date",
|
|
477
|
+
label: "Date",
|
|
478
|
+
is_required: true,
|
|
479
|
+
placeholder: "ex. 2025-01-01 12:00:00",
|
|
480
|
+
},
|
|
481
|
+
view_count: {
|
|
482
|
+
id: "view_count",
|
|
483
|
+
label: "View Count",
|
|
484
|
+
is_required: true,
|
|
485
|
+
default_value: 0,
|
|
486
|
+
},
|
|
487
|
+
};
|
|
488
|
+
export const F_PUBLIC_EVENT_IMAGE = {
|
|
489
|
+
public_event_id: {
|
|
490
|
+
id: "public_event_id",
|
|
491
|
+
label: "Public Event ID",
|
|
492
|
+
is_required: true,
|
|
493
|
+
max_length: 36,
|
|
494
|
+
placeholder: "ex. UUID",
|
|
495
|
+
},
|
|
496
|
+
hash_code: {
|
|
497
|
+
id: "hash_code",
|
|
498
|
+
label: "Hash Code",
|
|
499
|
+
is_required: true,
|
|
500
|
+
max_length: 12,
|
|
501
|
+
placeholder: "ex. 19B2C3D4E5F6",
|
|
502
|
+
},
|
|
503
|
+
label: {
|
|
504
|
+
id: "label",
|
|
505
|
+
label: "Label",
|
|
506
|
+
is_required: false,
|
|
507
|
+
max_length: 45,
|
|
508
|
+
placeholder: "ex. 서울 타워",
|
|
509
|
+
},
|
|
510
|
+
orientation: {
|
|
511
|
+
id: "orientation",
|
|
512
|
+
label: "Orientation",
|
|
513
|
+
is_required: false,
|
|
514
|
+
max_length: 45,
|
|
515
|
+
placeholder: "ex. vertical, horizontal",
|
|
516
|
+
},
|
|
517
|
+
order_num: {
|
|
518
|
+
id: "order_num",
|
|
519
|
+
label: "Order Num",
|
|
520
|
+
is_required: true,
|
|
521
|
+
default_value: 0,
|
|
522
|
+
},
|
|
523
|
+
image_url: {
|
|
524
|
+
id: "image_url",
|
|
525
|
+
label: "Image URL",
|
|
526
|
+
is_required: true,
|
|
527
|
+
max_length: 250,
|
|
528
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/image_01.jpg",
|
|
529
|
+
},
|
|
530
|
+
};
|
|
531
|
+
export const F_PUBLIC_EVENT_SHARED = {
|
|
532
|
+
public_event_id: {
|
|
533
|
+
id: "public_event_id",
|
|
534
|
+
label: "Public Event ID",
|
|
535
|
+
is_required: true,
|
|
536
|
+
max_length: 36,
|
|
537
|
+
placeholder: "ex. UUID",
|
|
538
|
+
},
|
|
539
|
+
provider_code: {
|
|
540
|
+
id: "provider_code",
|
|
541
|
+
label: "Provider Code",
|
|
542
|
+
is_required: true,
|
|
543
|
+
max_length: 60,
|
|
544
|
+
placeholder: "ex. naver, kakao, etc.",
|
|
545
|
+
},
|
|
546
|
+
shared_count: {
|
|
547
|
+
id: "shared_count",
|
|
548
|
+
label: "Shared Count",
|
|
549
|
+
is_required: true,
|
|
550
|
+
default_value: 0,
|
|
551
|
+
},
|
|
552
|
+
};
|
|
553
|
+
export const F_PUBLIC_EVENT_SAVED = {
|
|
554
|
+
public_event_id: {
|
|
555
|
+
id: "public_event_id",
|
|
556
|
+
label: "Public Event ID",
|
|
557
|
+
is_required: true,
|
|
558
|
+
max_length: 36,
|
|
559
|
+
placeholder: "ex. UUID",
|
|
560
|
+
},
|
|
561
|
+
provider_code: {
|
|
562
|
+
id: "provider_code",
|
|
563
|
+
label: "Provider Code",
|
|
564
|
+
is_required: true,
|
|
565
|
+
max_length: 60,
|
|
566
|
+
placeholder: "ex. naver, kakao, etc.",
|
|
567
|
+
},
|
|
568
|
+
saved_count: {
|
|
569
|
+
id: "saved_count",
|
|
570
|
+
label: "Saved Count",
|
|
571
|
+
is_required: true,
|
|
572
|
+
default_value: 0,
|
|
573
|
+
},
|
|
574
|
+
};
|
|
575
|
+
//# sourceMappingURL=field-public-event.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-public-event.js","sourceRoot":"","sources":["../../src/fields/field-public-event.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const F_SERVICE_PROVIDER: {
|
|
2
|
+
provider_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
name: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
icon_url: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
website_url: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export const F_SERVICE_PROVIDER = {
|
|
2
|
+
provider_code: {
|
|
3
|
+
id: "provider_code",
|
|
4
|
+
label: "Provider Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 60,
|
|
7
|
+
placeholder: "ex. naver, kakao, etc.",
|
|
8
|
+
},
|
|
9
|
+
name: {
|
|
10
|
+
id: "name",
|
|
11
|
+
label: "Name",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 60,
|
|
14
|
+
placeholder: "ex. Naver, Kakao, etc.",
|
|
15
|
+
},
|
|
16
|
+
icon_url: {
|
|
17
|
+
id: "icon_url",
|
|
18
|
+
label: "Icon URL",
|
|
19
|
+
is_required: false,
|
|
20
|
+
max_length: 250,
|
|
21
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/profile.jpg",
|
|
22
|
+
},
|
|
23
|
+
website_url: {
|
|
24
|
+
id: "website_url",
|
|
25
|
+
label: "Website URL",
|
|
26
|
+
is_required: false,
|
|
27
|
+
max_length: 500,
|
|
28
|
+
placeholder: "ex. https://www.naver.com, https://www.kakao.com, etc.",
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=field-service-provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-service-provider.js","sourceRoot":"","sources":["../../src/fields/field-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,wBAAwB;KACtC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,qDAAqD;KACnE;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wDAAwD;KACtE;CACF,CAAC"}
|