dplus_common_v1 0.1.107 → 0.1.109
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/db.d.ts +1 -0
- package/dist/consts/db.js +1 -0
- package/dist/consts/db.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +3 -0
- package/dist/fields/fields-event/f-event-image.d.ts +8 -21
- package/dist/fields/fields-event/f-event-image.js +33 -46
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +85 -106
- package/dist/fields/fields-event/f-event.js +85 -106
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-image.d.ts +8 -21
- package/dist/fields/fields-folder/f-folder-image.js +33 -46
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +81 -102
- package/dist/fields/fields-folder/f-folder.js +84 -105
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +8 -21
- package/dist/fields/fields-group/f-group-image.js +33 -46
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +41 -62
- package/dist/fields/fields-group/f-group.js +84 -105
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-category-event.js +0 -6
- package/dist/fields/fields-map/f-map-category-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-city-event.js +0 -6
- package/dist/fields/fields-map/f-map-city-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-country-event.js +0 -6
- package/dist/fields/fields-map/f-map-country-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-folder-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-group-event.js +0 -6
- package/dist/fields/fields-map/f-map-group-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-user-event.js +0 -6
- package/dist/fields/fields-map/f-map-user-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +77 -0
- package/dist/fields/fields-stag/f-stag-image.js +78 -0
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -0
- package/dist/fields/fields-stag/f-stag.d.ts +47 -68
- package/dist/fields/fields-stag/f-stag.js +84 -105
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/types/types-event/t-event-image.d.ts +12 -11
- package/dist/types/types-event/t-event.d.ts +24 -15
- package/dist/types/types-event/t-event.js +12 -15
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-image.d.ts +12 -11
- package/dist/types/types-folder/t-folder.d.ts +12 -15
- package/dist/types/types-folder/t-folder.js +12 -15
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +12 -11
- package/dist/types/types-group/t-group.d.ts +12 -15
- package/dist/types/types-group/t-group.js +12 -15
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-map/t-map-category-event.d.ts +0 -1
- package/dist/types/types-map/t-map-category-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-city-event.d.ts +0 -1
- package/dist/types/types-map/t-map-city-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-country-event.d.ts +0 -1
- package/dist/types/types-map/t-map-country-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-folder-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-stag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-stag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-tag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-tag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-user-event.d.ts +0 -1
- package/dist/types/types-map/t-map-user-folder.d.ts +0 -2
- package/dist/types/types-stag/t-stag-image.d.ts +22 -0
- package/dist/types/types-stag/t-stag-image.js +2 -0
- package/dist/types/types-stag/t-stag-image.js.map +1 -0
- package/dist/types/types-stag/t-stag.d.ts +12 -15
- package/dist/types/types-stag/t-stag.js +12 -15
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/package.json +1 -1
|
@@ -55,285 +55,264 @@ export declare const F_STAG: {
|
|
|
55
55
|
max_length: number;
|
|
56
56
|
placeholder: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
thumbnail_square_src_name: {
|
|
59
59
|
id: string;
|
|
60
60
|
label: string;
|
|
61
61
|
is_required: boolean;
|
|
62
62
|
max_length: number;
|
|
63
63
|
placeholder: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
thumbnail_square_src_platform: {
|
|
66
66
|
id: string;
|
|
67
67
|
label: string;
|
|
68
68
|
is_required: boolean;
|
|
69
69
|
max_length: number;
|
|
70
70
|
placeholder: string;
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
thumbnail_square_src_unique_id: {
|
|
73
73
|
id: string;
|
|
74
74
|
label: string;
|
|
75
75
|
is_required: boolean;
|
|
76
76
|
max_length: number;
|
|
77
77
|
placeholder: string;
|
|
78
78
|
};
|
|
79
|
-
|
|
79
|
+
thumbnail_square_src_url: {
|
|
80
80
|
id: string;
|
|
81
81
|
label: string;
|
|
82
82
|
is_required: boolean;
|
|
83
83
|
max_length: number;
|
|
84
84
|
placeholder: string;
|
|
85
85
|
};
|
|
86
|
-
|
|
86
|
+
thumbnail_horizontal: {
|
|
87
87
|
id: string;
|
|
88
88
|
label: string;
|
|
89
89
|
is_required: boolean;
|
|
90
90
|
max_length: number;
|
|
91
91
|
placeholder: string;
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
thumbnail_horizontal_src_name: {
|
|
94
94
|
id: string;
|
|
95
95
|
label: string;
|
|
96
96
|
is_required: boolean;
|
|
97
97
|
max_length: number;
|
|
98
98
|
placeholder: string;
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
thumbnail_horizontal_src_platform: {
|
|
101
101
|
id: string;
|
|
102
102
|
label: string;
|
|
103
103
|
is_required: boolean;
|
|
104
104
|
max_length: number;
|
|
105
105
|
placeholder: string;
|
|
106
106
|
};
|
|
107
|
-
|
|
107
|
+
thumbnail_horizontal_src_unique_id: {
|
|
108
108
|
id: string;
|
|
109
109
|
label: string;
|
|
110
110
|
is_required: boolean;
|
|
111
111
|
max_length: number;
|
|
112
112
|
placeholder: string;
|
|
113
113
|
};
|
|
114
|
-
|
|
114
|
+
thumbnail_horizontal_src_url: {
|
|
115
115
|
id: string;
|
|
116
116
|
label: string;
|
|
117
117
|
is_required: boolean;
|
|
118
118
|
max_length: number;
|
|
119
119
|
placeholder: string;
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
thumbnail_vertical: {
|
|
122
122
|
id: string;
|
|
123
123
|
label: string;
|
|
124
124
|
is_required: boolean;
|
|
125
125
|
max_length: number;
|
|
126
126
|
placeholder: string;
|
|
127
127
|
};
|
|
128
|
-
|
|
128
|
+
thumbnail_vertical_src_name: {
|
|
129
129
|
id: string;
|
|
130
130
|
label: string;
|
|
131
131
|
is_required: boolean;
|
|
132
132
|
max_length: number;
|
|
133
133
|
placeholder: string;
|
|
134
134
|
};
|
|
135
|
-
|
|
135
|
+
thumbnail_vertical_src_platform: {
|
|
136
136
|
id: string;
|
|
137
137
|
label: string;
|
|
138
138
|
is_required: boolean;
|
|
139
139
|
max_length: number;
|
|
140
140
|
placeholder: string;
|
|
141
141
|
};
|
|
142
|
-
|
|
142
|
+
thumbnail_vertical_src_unique_id: {
|
|
143
143
|
id: string;
|
|
144
144
|
label: string;
|
|
145
145
|
is_required: boolean;
|
|
146
146
|
max_length: number;
|
|
147
147
|
placeholder: string;
|
|
148
148
|
};
|
|
149
|
-
|
|
149
|
+
thumbnail_vertical_src_url: {
|
|
150
150
|
id: string;
|
|
151
151
|
label: string;
|
|
152
152
|
is_required: boolean;
|
|
153
153
|
max_length: number;
|
|
154
154
|
placeholder: string;
|
|
155
155
|
};
|
|
156
|
-
|
|
156
|
+
profile: {
|
|
157
157
|
id: string;
|
|
158
158
|
label: string;
|
|
159
159
|
is_required: boolean;
|
|
160
160
|
max_length: number;
|
|
161
161
|
placeholder: string;
|
|
162
162
|
};
|
|
163
|
-
|
|
163
|
+
url: {
|
|
164
164
|
id: string;
|
|
165
165
|
label: string;
|
|
166
166
|
is_required: boolean;
|
|
167
167
|
max_length: number;
|
|
168
168
|
placeholder: string;
|
|
169
169
|
};
|
|
170
|
-
|
|
170
|
+
official_web: {
|
|
171
171
|
id: string;
|
|
172
172
|
label: string;
|
|
173
173
|
is_required: boolean;
|
|
174
174
|
max_length: number;
|
|
175
175
|
placeholder: string;
|
|
176
176
|
};
|
|
177
|
-
|
|
178
|
-
id: string;
|
|
179
|
-
label: string;
|
|
180
|
-
is_required: boolean;
|
|
181
|
-
default_value: number;
|
|
182
|
-
};
|
|
183
|
-
view_count: {
|
|
184
|
-
id: string;
|
|
185
|
-
label: string;
|
|
186
|
-
is_required: boolean;
|
|
187
|
-
default_value: number;
|
|
188
|
-
};
|
|
189
|
-
created_at: {
|
|
177
|
+
youtube_ch_id: {
|
|
190
178
|
id: string;
|
|
191
179
|
label: string;
|
|
192
180
|
is_required: boolean;
|
|
181
|
+
max_length: number;
|
|
193
182
|
placeholder: string;
|
|
194
183
|
};
|
|
195
|
-
|
|
184
|
+
instagram_id: {
|
|
196
185
|
id: string;
|
|
197
186
|
label: string;
|
|
198
187
|
is_required: boolean;
|
|
199
188
|
max_length: number;
|
|
200
189
|
placeholder: string;
|
|
201
190
|
};
|
|
202
|
-
|
|
191
|
+
tiktok_id: {
|
|
203
192
|
id: string;
|
|
204
193
|
label: string;
|
|
205
194
|
is_required: boolean;
|
|
195
|
+
max_length: number;
|
|
206
196
|
placeholder: string;
|
|
207
197
|
};
|
|
208
|
-
|
|
209
|
-
id: string;
|
|
210
|
-
label: string;
|
|
211
|
-
is_required: boolean;
|
|
212
|
-
default_value: boolean;
|
|
213
|
-
};
|
|
214
|
-
deactivated_at: {
|
|
198
|
+
threads_id: {
|
|
215
199
|
id: string;
|
|
216
200
|
label: string;
|
|
217
201
|
is_required: boolean;
|
|
202
|
+
max_length: number;
|
|
218
203
|
placeholder: string;
|
|
219
204
|
};
|
|
220
|
-
|
|
205
|
+
latitude: {
|
|
221
206
|
id: string;
|
|
222
207
|
label: string;
|
|
223
208
|
is_required: boolean;
|
|
224
209
|
max_length: number;
|
|
225
210
|
placeholder: string;
|
|
226
211
|
};
|
|
227
|
-
|
|
212
|
+
longitude: {
|
|
228
213
|
id: string;
|
|
229
214
|
label: string;
|
|
230
215
|
is_required: boolean;
|
|
231
|
-
|
|
216
|
+
max_length: number;
|
|
217
|
+
placeholder: string;
|
|
232
218
|
};
|
|
233
|
-
|
|
219
|
+
location: {
|
|
234
220
|
id: string;
|
|
235
221
|
label: string;
|
|
236
222
|
is_required: boolean;
|
|
237
223
|
max_length: number;
|
|
238
224
|
placeholder: string;
|
|
239
225
|
};
|
|
240
|
-
|
|
226
|
+
radius_m: {
|
|
241
227
|
id: string;
|
|
242
228
|
label: string;
|
|
243
229
|
is_required: boolean;
|
|
244
230
|
max_length: number;
|
|
245
231
|
placeholder: string;
|
|
246
232
|
};
|
|
247
|
-
|
|
233
|
+
address: {
|
|
248
234
|
id: string;
|
|
249
235
|
label: string;
|
|
250
236
|
is_required: boolean;
|
|
251
237
|
max_length: number;
|
|
252
238
|
placeholder: string;
|
|
253
239
|
};
|
|
254
|
-
|
|
240
|
+
address_native: {
|
|
255
241
|
id: string;
|
|
256
242
|
label: string;
|
|
257
243
|
is_required: boolean;
|
|
258
244
|
max_length: number;
|
|
259
245
|
placeholder: string;
|
|
260
246
|
};
|
|
261
|
-
|
|
247
|
+
google_map_url: {
|
|
262
248
|
id: string;
|
|
263
249
|
label: string;
|
|
264
250
|
is_required: boolean;
|
|
265
251
|
max_length: number;
|
|
266
252
|
placeholder: string;
|
|
267
253
|
};
|
|
268
|
-
|
|
254
|
+
naver_map_url: {
|
|
269
255
|
id: string;
|
|
270
256
|
label: string;
|
|
271
257
|
is_required: boolean;
|
|
272
258
|
max_length: number;
|
|
273
259
|
placeholder: string;
|
|
274
260
|
};
|
|
275
|
-
|
|
261
|
+
event_count: {
|
|
276
262
|
id: string;
|
|
277
263
|
label: string;
|
|
278
264
|
is_required: boolean;
|
|
279
|
-
|
|
280
|
-
placeholder: string;
|
|
265
|
+
default_value: number;
|
|
281
266
|
};
|
|
282
|
-
|
|
267
|
+
view_count: {
|
|
283
268
|
id: string;
|
|
284
269
|
label: string;
|
|
285
270
|
is_required: boolean;
|
|
286
|
-
|
|
287
|
-
placeholder: string;
|
|
271
|
+
default_value: number;
|
|
288
272
|
};
|
|
289
|
-
|
|
273
|
+
created_at: {
|
|
290
274
|
id: string;
|
|
291
275
|
label: string;
|
|
292
276
|
is_required: boolean;
|
|
293
|
-
max_length: number;
|
|
294
277
|
placeholder: string;
|
|
295
278
|
};
|
|
296
|
-
|
|
279
|
+
created_by: {
|
|
297
280
|
id: string;
|
|
298
281
|
label: string;
|
|
299
282
|
is_required: boolean;
|
|
300
283
|
max_length: number;
|
|
301
284
|
placeholder: string;
|
|
302
285
|
};
|
|
303
|
-
|
|
286
|
+
updated_at: {
|
|
304
287
|
id: string;
|
|
305
288
|
label: string;
|
|
306
289
|
is_required: boolean;
|
|
307
|
-
max_length: number;
|
|
308
290
|
placeholder: string;
|
|
309
291
|
};
|
|
310
|
-
|
|
292
|
+
is_active: {
|
|
311
293
|
id: string;
|
|
312
294
|
label: string;
|
|
313
295
|
is_required: boolean;
|
|
314
|
-
|
|
315
|
-
placeholder: string;
|
|
296
|
+
default_value: boolean;
|
|
316
297
|
};
|
|
317
|
-
|
|
298
|
+
deactivated_at: {
|
|
318
299
|
id: string;
|
|
319
300
|
label: string;
|
|
320
301
|
is_required: boolean;
|
|
321
|
-
max_length: number;
|
|
322
302
|
placeholder: string;
|
|
323
303
|
};
|
|
324
|
-
|
|
304
|
+
deactivated_by: {
|
|
325
305
|
id: string;
|
|
326
306
|
label: string;
|
|
327
307
|
is_required: boolean;
|
|
328
308
|
max_length: number;
|
|
329
309
|
placeholder: string;
|
|
330
310
|
};
|
|
331
|
-
|
|
311
|
+
is_display: {
|
|
332
312
|
id: string;
|
|
333
313
|
label: string;
|
|
334
314
|
is_required: boolean;
|
|
335
|
-
|
|
336
|
-
placeholder: string;
|
|
315
|
+
default_value: boolean;
|
|
337
316
|
};
|
|
338
317
|
metadata_title: {
|
|
339
318
|
id: string;
|
|
@@ -55,6 +55,34 @@ export const F_STAG = {
|
|
|
55
55
|
max_length: 250,
|
|
56
56
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
57
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.seoul.go.kr/images/city/thumbnail_square.jpg",
|
|
85
|
+
},
|
|
58
86
|
thumbnail_horizontal: {
|
|
59
87
|
id: "thumbnail_horizontal",
|
|
60
88
|
label: "Thumbnail Horizontal",
|
|
@@ -62,6 +90,34 @@ export const F_STAG = {
|
|
|
62
90
|
max_length: 250,
|
|
63
91
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
64
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.seoul.go.kr/images/city/thumbnail_horizontal.jpg",
|
|
120
|
+
},
|
|
65
121
|
thumbnail_vertical: {
|
|
66
122
|
id: "thumbnail_vertical",
|
|
67
123
|
label: "Thumbnail Vertical",
|
|
@@ -69,6 +125,34 @@ export const F_STAG = {
|
|
|
69
125
|
max_length: 250,
|
|
70
126
|
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
71
127
|
},
|
|
128
|
+
thumbnail_vertical_src_name: {
|
|
129
|
+
id: "thumbnail_vertical_src_name",
|
|
130
|
+
label: "Thumbnail Vertical Source Name",
|
|
131
|
+
is_required: false,
|
|
132
|
+
max_length: 96,
|
|
133
|
+
placeholder: "ex. thumbnail_vertical",
|
|
134
|
+
},
|
|
135
|
+
thumbnail_vertical_src_platform: {
|
|
136
|
+
id: "thumbnail_vertical_src_platform",
|
|
137
|
+
label: "Thumbnail Vertical Source Platform",
|
|
138
|
+
is_required: false,
|
|
139
|
+
max_length: 96,
|
|
140
|
+
placeholder: "ex. instagram, facebook, twitter, etc.",
|
|
141
|
+
},
|
|
142
|
+
thumbnail_vertical_src_unique_id: {
|
|
143
|
+
id: "thumbnail_vertical_src_unique_id",
|
|
144
|
+
label: "Thumbnail Vertical Source Unique ID",
|
|
145
|
+
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.seoul.go.kr/images/city/thumbnail_vertical.jpg",
|
|
155
|
+
},
|
|
72
156
|
profile: {
|
|
73
157
|
id: "profile",
|
|
74
158
|
label: "Profile",
|
|
@@ -230,111 +314,6 @@ export const F_STAG = {
|
|
|
230
314
|
is_required: true,
|
|
231
315
|
default_value: true,
|
|
232
316
|
},
|
|
233
|
-
hero_image_01: {
|
|
234
|
-
id: "hero_image_01",
|
|
235
|
-
label: "Hero Image 01",
|
|
236
|
-
is_required: false,
|
|
237
|
-
max_length: 250,
|
|
238
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_01.jpg",
|
|
239
|
-
},
|
|
240
|
-
hero_image_02: {
|
|
241
|
-
id: "hero_image_02",
|
|
242
|
-
label: "Hero Image 02",
|
|
243
|
-
is_required: false,
|
|
244
|
-
max_length: 250,
|
|
245
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_02.jpg",
|
|
246
|
-
},
|
|
247
|
-
hero_image_03: {
|
|
248
|
-
id: "hero_image_03",
|
|
249
|
-
label: "Hero Image 03",
|
|
250
|
-
is_required: false,
|
|
251
|
-
max_length: 250,
|
|
252
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_03.jpg",
|
|
253
|
-
},
|
|
254
|
-
hero_image_04: {
|
|
255
|
-
id: "hero_image_04",
|
|
256
|
-
label: "Hero Image 04",
|
|
257
|
-
is_required: false,
|
|
258
|
-
max_length: 250,
|
|
259
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_04.jpg",
|
|
260
|
-
},
|
|
261
|
-
hero_image_05: {
|
|
262
|
-
id: "hero_image_05",
|
|
263
|
-
label: "Hero Image 05",
|
|
264
|
-
is_required: false,
|
|
265
|
-
max_length: 250,
|
|
266
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/hero_image_05.jpg",
|
|
267
|
-
},
|
|
268
|
-
thumbnail_main_01: {
|
|
269
|
-
id: "thumbnail_main_01",
|
|
270
|
-
label: "Thumbnail Main 01",
|
|
271
|
-
is_required: false,
|
|
272
|
-
max_length: 250,
|
|
273
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_01.jpg",
|
|
274
|
-
},
|
|
275
|
-
thumbnail_main_02: {
|
|
276
|
-
id: "thumbnail_main_02",
|
|
277
|
-
label: "Thumbnail Main 02",
|
|
278
|
-
is_required: false,
|
|
279
|
-
max_length: 250,
|
|
280
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_02.jpg",
|
|
281
|
-
},
|
|
282
|
-
thumbnail_main_03: {
|
|
283
|
-
id: "thumbnail_main_03",
|
|
284
|
-
label: "Thumbnail Main 03",
|
|
285
|
-
is_required: false,
|
|
286
|
-
max_length: 250,
|
|
287
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_03.jpg",
|
|
288
|
-
},
|
|
289
|
-
thumbnail_main_04: {
|
|
290
|
-
id: "thumbnail_main_04",
|
|
291
|
-
label: "Thumbnail Main 04",
|
|
292
|
-
is_required: false,
|
|
293
|
-
max_length: 250,
|
|
294
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_04.jpg",
|
|
295
|
-
},
|
|
296
|
-
thumbnail_main_05: {
|
|
297
|
-
id: "thumbnail_main_05",
|
|
298
|
-
label: "Thumbnail Main 05",
|
|
299
|
-
is_required: false,
|
|
300
|
-
max_length: 250,
|
|
301
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_main_05.jpg",
|
|
302
|
-
},
|
|
303
|
-
thumbnail_vertical_01: {
|
|
304
|
-
id: "thumbnail_vertical_01",
|
|
305
|
-
label: "Thumbnail Vertical 01",
|
|
306
|
-
is_required: false,
|
|
307
|
-
max_length: 250,
|
|
308
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_01.jpg",
|
|
309
|
-
},
|
|
310
|
-
thumbnail_vertical_02: {
|
|
311
|
-
id: "thumbnail_vertical_02",
|
|
312
|
-
label: "Thumbnail Vertical 02",
|
|
313
|
-
is_required: false,
|
|
314
|
-
max_length: 250,
|
|
315
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_02.jpg",
|
|
316
|
-
},
|
|
317
|
-
thumbnail_vertical_03: {
|
|
318
|
-
id: "thumbnail_vertical_03",
|
|
319
|
-
label: "Thumbnail Vertical 03",
|
|
320
|
-
is_required: false,
|
|
321
|
-
max_length: 250,
|
|
322
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_03.jpg",
|
|
323
|
-
},
|
|
324
|
-
thumbnail_vertical_04: {
|
|
325
|
-
id: "thumbnail_vertical_04",
|
|
326
|
-
label: "Thumbnail Vertical 04",
|
|
327
|
-
is_required: false,
|
|
328
|
-
max_length: 250,
|
|
329
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_04.jpg",
|
|
330
|
-
},
|
|
331
|
-
thumbnail_vertical_05: {
|
|
332
|
-
id: "thumbnail_vertical_05",
|
|
333
|
-
label: "Thumbnail Vertical 05",
|
|
334
|
-
is_required: false,
|
|
335
|
-
max_length: 250,
|
|
336
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail_vertical_05.jpg",
|
|
337
|
-
},
|
|
338
317
|
metadata_title: {
|
|
339
318
|
id: "metadata_title",
|
|
340
319
|
label: "Metadata Title",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-stag.js","sourceRoot":"","sources":["../../../src/fields/fields-stag/f-stag.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,kCAAkC;KAChD;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,qBAAqB;QACzB,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,QAAQ;KACtB;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,sBAAsB;KACpC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,sBAAsB;KACpC;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,sBAAsB;KACpC;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,aAAa;KAC3B;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,aAAa;KAC3B;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,kBAAkB;QACtB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,8DAA8D;KAC5E;IACD,
|
|
1
|
+
{"version":3,"file":"f-stag.js","sourceRoot":"","sources":["../../../src/fields/fields-stag/f-stag.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export * from "./fields/fields-place/f-place.js";
|
|
|
46
46
|
export * from "./fields/fields-service-provider/f-service-provider.js";
|
|
47
47
|
export * from "./fields/fields-stag/f-stag-i18n.js";
|
|
48
48
|
export * from "./fields/fields-stag/f-stag-metadata-i18n.js";
|
|
49
|
+
export * from "./fields/fields-stag/f-stag-image.js";
|
|
49
50
|
export * from "./fields/fields-stag/f-stag.js";
|
|
50
51
|
export * from "./fields/fields-tag/f-tag.js";
|
|
51
52
|
export * from "./fields/fields-user/f-event-user-reported-added.js";
|
|
@@ -94,6 +95,7 @@ export * from "./types/types-place/t-place.js";
|
|
|
94
95
|
export * from "./types/types-service-provider/t-service-provider.js";
|
|
95
96
|
export * from "./types/types-stag/t-stag-i18n.js";
|
|
96
97
|
export * from "./types/types-stag/t-stag-metadata-i18n.js";
|
|
98
|
+
export * from "./types/types-stag/t-stag-image.js";
|
|
97
99
|
export * from "./types/types-stag/t-stag.js";
|
|
98
100
|
export * from "./types/types-tag/t-tag.js";
|
|
99
101
|
export * from "./types/types-user/t-event-user-reported-added.js";
|
package/dist/index.js
CHANGED
|
@@ -46,6 +46,7 @@ export * from "./fields/fields-place/f-place.js";
|
|
|
46
46
|
export * from "./fields/fields-service-provider/f-service-provider.js";
|
|
47
47
|
export * from "./fields/fields-stag/f-stag-i18n.js";
|
|
48
48
|
export * from "./fields/fields-stag/f-stag-metadata-i18n.js";
|
|
49
|
+
export * from "./fields/fields-stag/f-stag-image.js";
|
|
49
50
|
export * from "./fields/fields-stag/f-stag.js";
|
|
50
51
|
export * from "./fields/fields-tag/f-tag.js";
|
|
51
52
|
export * from "./fields/fields-user/f-event-user-reported-added.js";
|
|
@@ -94,6 +95,7 @@ export * from "./types/types-place/t-place.js";
|
|
|
94
95
|
export * from "./types/types-service-provider/t-service-provider.js";
|
|
95
96
|
export * from "./types/types-stag/t-stag-i18n.js";
|
|
96
97
|
export * from "./types/types-stag/t-stag-metadata-i18n.js";
|
|
98
|
+
export * from "./types/types-stag/t-stag-image.js";
|
|
97
99
|
export * from "./types/types-stag/t-stag.js";
|
|
98
100
|
export * from "./types/types-tag/t-tag.js";
|
|
99
101
|
export * from "./types/types-user/t-event-user-reported-added.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
export type TEventImage = {
|
|
2
|
-
id: number;
|
|
3
2
|
event_code: string;
|
|
4
3
|
hash_code: string;
|
|
5
|
-
label: string | null;
|
|
6
|
-
orientation: string | null;
|
|
7
4
|
order_num: number;
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
label: string | null;
|
|
6
|
+
url: string;
|
|
10
7
|
src_name: string | null;
|
|
8
|
+
src_platform: string | null;
|
|
9
|
+
src_unique_id: string | null;
|
|
11
10
|
src_url: string | null;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
updated_at: Date;
|
|
11
|
+
created_at: string;
|
|
12
|
+
updated_at: string;
|
|
15
13
|
};
|
|
16
14
|
export type TEventImageInsert = {
|
|
17
15
|
event_code: string;
|
|
18
16
|
hash_code: string;
|
|
19
|
-
|
|
20
|
-
} & Partial<Omit<TEventImage, "event_code" | "hash_code" | "
|
|
21
|
-
export type TEventImageUpdate =
|
|
17
|
+
url: string;
|
|
18
|
+
} & Partial<Omit<TEventImage, "event_code" | "hash_code" | "url">>;
|
|
19
|
+
export type TEventImageUpdate = {
|
|
20
|
+
event_code: string;
|
|
21
|
+
hash_code: string;
|
|
22
|
+
} & Partial<Omit<TEventImage, "event_code" | "hash_code">>;
|