dplus_common_v1 0.1.6 → 0.1.9

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.
Files changed (127) hide show
  1. package/dist/db-types/db-brand-types.d.ts +9 -92
  2. package/dist/db-types/db-brand-types.js +14 -1
  3. package/dist/db-types/db-brand-types.js.map +1 -1
  4. package/dist/db-types/db-category-types.d.ts +6 -124
  5. package/dist/db-types/db-category-types.js +10 -1
  6. package/dist/db-types/db-category-types.js.map +1 -1
  7. package/dist/db-types/db-celeb-types.d.ts +9 -92
  8. package/dist/db-types/db-celeb-types.js +14 -1
  9. package/dist/db-types/db-celeb-types.js.map +1 -1
  10. package/dist/db-types/db-city-types.d.ts +9 -124
  11. package/dist/db-types/db-city-types.js +15 -1
  12. package/dist/db-types/db-city-types.js.map +1 -1
  13. package/dist/db-types/db-company-types.d.ts +9 -92
  14. package/dist/db-types/db-company-types.js +13 -1
  15. package/dist/db-types/db-company-types.js.map +1 -1
  16. package/dist/db-types/db-event-types.d.ts +13 -45
  17. package/dist/db-types/db-event-types.js +24 -1
  18. package/dist/db-types/db-event-types.js.map +1 -1
  19. package/dist/db-types/db-folder-types.d.ts +15 -34
  20. package/dist/db-types/db-folder-types.js +20 -1
  21. package/dist/db-types/db-folder-types.js.map +1 -1
  22. package/dist/db-types/db-idol-group-types.d.ts +9 -92
  23. package/dist/db-types/db-idol-group-types.js +13 -1
  24. package/dist/db-types/db-idol-group-types.js.map +1 -1
  25. package/dist/db-types/db-log-types.d.ts +19 -0
  26. package/dist/db-types/db-log-types.js +2 -0
  27. package/dist/db-types/db-log-types.js.map +1 -0
  28. package/dist/db-types/db-map-types.d.ts +44 -0
  29. package/dist/db-types/db-map-types.js +2 -0
  30. package/dist/db-types/db-map-types.js.map +1 -0
  31. package/dist/db-types/db-metadata-types.d.ts +24 -0
  32. package/dist/db-types/db-metadata-types.js +2 -0
  33. package/dist/db-types/db-metadata-types.js.map +1 -0
  34. package/dist/db-types/db-people-types.d.ts +9 -92
  35. package/dist/db-types/db-people-types.js +13 -1
  36. package/dist/db-types/db-people-types.js.map +1 -1
  37. package/dist/db-types/db-pevent-types.d.ts +109 -0
  38. package/dist/db-types/db-pevent-types.js +24 -0
  39. package/dist/db-types/db-pevent-types.js.map +1 -0
  40. package/dist/db-types/db-product-types.d.ts +9 -92
  41. package/dist/db-types/db-product-types.js +15 -1
  42. package/dist/db-types/db-product-types.js.map +1 -1
  43. package/dist/db-types/db-selected-event-types.d.ts +38 -0
  44. package/dist/db-types/db-selected-event-types.js +25 -0
  45. package/dist/db-types/db-selected-event-types.js.map +1 -0
  46. package/dist/db-types/db-selected-folder-types.d.ts +34 -0
  47. package/dist/db-types/db-selected-folder-types.js +21 -0
  48. package/dist/db-types/db-selected-folder-types.js.map +1 -0
  49. package/dist/db-types/db-service-provider-types.d.ts +2 -2
  50. package/dist/db-types/db-stag-types.d.ts +59 -0
  51. package/dist/db-types/db-stag-types.js +2 -0
  52. package/dist/db-types/db-stag-types.js.map +1 -0
  53. package/dist/db-types/db-tag-types.d.ts +0 -27
  54. package/dist/db-types/db-team-types.d.ts +9 -92
  55. package/dist/db-types/db-team-types.js +13 -1
  56. package/dist/db-types/db-team-types.js.map +1 -1
  57. package/dist/db-types/db-user-types.d.ts +8 -8
  58. package/dist/fields/field-brand.d.ts +34 -295
  59. package/dist/fields/field-brand.js +34 -295
  60. package/dist/fields/field-brand.js.map +1 -1
  61. package/dist/fields/field-category.d.ts +28 -373
  62. package/dist/fields/field-category.js +29 -374
  63. package/dist/fields/field-category.js.map +1 -1
  64. package/dist/fields/field-celeb.d.ts +34 -295
  65. package/dist/fields/field-celeb.js +34 -295
  66. package/dist/fields/field-celeb.js.map +1 -1
  67. package/dist/fields/field-city.d.ts +35 -331
  68. package/dist/fields/field-city.js +52 -348
  69. package/dist/fields/field-city.js.map +1 -1
  70. package/dist/fields/field-company.d.ts +34 -295
  71. package/dist/fields/field-company.js +34 -295
  72. package/dist/fields/field-company.js.map +1 -1
  73. package/dist/fields/field-event.d.ts +32 -56
  74. package/dist/fields/field-event.js +70 -94
  75. package/dist/fields/field-event.js.map +1 -1
  76. package/dist/fields/field-folder.d.ts +32 -33
  77. package/dist/fields/field-folder.js +47 -48
  78. package/dist/fields/field-folder.js.map +1 -1
  79. package/dist/fields/field-idol-group.d.ts +34 -295
  80. package/dist/fields/field-idol-group.js +34 -295
  81. package/dist/fields/field-idol-group.js.map +1 -1
  82. package/dist/fields/field-log.d.ts +94 -0
  83. package/dist/fields/field-log.js +95 -0
  84. package/dist/fields/field-log.js.map +1 -0
  85. package/dist/fields/field-map.d.ts +200 -0
  86. package/dist/fields/field-map.js +201 -0
  87. package/dist/fields/field-map.js.map +1 -0
  88. package/dist/fields/field-metadata.d.ts +65 -0
  89. package/dist/fields/field-metadata.js +66 -0
  90. package/dist/fields/field-metadata.js.map +1 -0
  91. package/dist/fields/field-people.d.ts +34 -295
  92. package/dist/fields/field-people.js +34 -295
  93. package/dist/fields/field-people.js.map +1 -1
  94. package/dist/fields/field-pevent.d.ts +556 -0
  95. package/dist/fields/field-pevent.js +557 -0
  96. package/dist/fields/field-pevent.js.map +1 -0
  97. package/dist/fields/field-product.d.ts +34 -295
  98. package/dist/fields/field-product.js +34 -295
  99. package/dist/fields/field-product.js.map +1 -1
  100. package/dist/fields/field-selected-event.d.ts +160 -0
  101. package/dist/fields/field-selected-event.js +161 -0
  102. package/dist/fields/field-selected-event.js.map +1 -0
  103. package/dist/fields/field-selected-folder.d.ts +133 -0
  104. package/dist/fields/field-selected-folder.js +134 -0
  105. package/dist/fields/field-selected-folder.js.map +1 -0
  106. package/dist/fields/field-selected-group.d.ts +133 -0
  107. package/dist/fields/field-selected-group.js +134 -0
  108. package/dist/fields/field-selected-group.js.map +1 -0
  109. package/dist/fields/field-service-provider.d.ts +2 -2
  110. package/dist/fields/field-service-provider.js +7 -7
  111. package/dist/fields/field-service-provider.js.map +1 -1
  112. package/dist/fields/field-stag.d.ts +280 -0
  113. package/dist/fields/field-stag.js +281 -0
  114. package/dist/fields/field-stag.js.map +1 -0
  115. package/dist/fields/field-tag.d.ts +0 -50
  116. package/dist/fields/field-tag.js +0 -50
  117. package/dist/fields/field-tag.js.map +1 -1
  118. package/dist/fields/field-team.d.ts +34 -295
  119. package/dist/fields/field-team.js +34 -295
  120. package/dist/fields/field-team.js.map +1 -1
  121. package/dist/fields/field-user.d.ts +51 -2
  122. package/dist/fields/field-user.js +56 -7
  123. package/dist/fields/field-user.js.map +1 -1
  124. package/dist/index.d.ts +14 -5
  125. package/dist/index.js +14 -5
  126. package/dist/index.js.map +1 -1
  127. package/package.json +1 -1
@@ -27,6 +27,27 @@ export declare const F_CELEB: {
27
27
  max_length: number;
28
28
  placeholder: string;
29
29
  };
30
+ thumbnail_square: {
31
+ id: string;
32
+ label: string;
33
+ is_required: boolean;
34
+ max_length: number;
35
+ placeholder: string;
36
+ };
37
+ thumbnail_horizontal: {
38
+ id: string;
39
+ label: string;
40
+ is_required: boolean;
41
+ max_length: number;
42
+ placeholder: string;
43
+ };
44
+ thumbnail_vertical: {
45
+ id: string;
46
+ label: string;
47
+ is_required: boolean;
48
+ max_length: number;
49
+ placeholder: string;
50
+ };
30
51
  profile: {
31
52
  id: string;
32
53
  label: string;
@@ -34,6 +55,13 @@ export declare const F_CELEB: {
34
55
  max_length: number;
35
56
  placeholder: string;
36
57
  };
58
+ homepage: {
59
+ id: string;
60
+ label: string;
61
+ is_required: boolean;
62
+ max_length: number;
63
+ placeholder: string;
64
+ };
37
65
  youtube_ch_id: {
38
66
  id: string;
39
67
  label: string;
@@ -87,6 +115,12 @@ export declare const F_CELEB: {
87
115
  is_required: boolean;
88
116
  default_value: boolean;
89
117
  };
118
+ is_official_account: {
119
+ id: string;
120
+ label: string;
121
+ is_required: boolean;
122
+ default_value: boolean;
123
+ };
90
124
  hero_image_01: {
91
125
  id: string;
92
126
  label: string;
@@ -242,64 +276,6 @@ export declare const F_CELEB: {
242
276
  placeholder: string;
243
277
  };
244
278
  };
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
279
  export declare const F_MAP_CELEB_FOLDER: {
304
280
  celeb_code: {
305
281
  id: string;
@@ -328,111 +304,6 @@ export declare const F_MAP_CELEB_FOLDER: {
328
304
  placeholder: string;
329
305
  };
330
306
  };
331
- export declare const F_MAP_CELEB_SELECTED_FOLDER: {
332
- celeb_code: {
333
- id: string;
334
- label: string;
335
- is_required: boolean;
336
- max_length: number;
337
- placeholder: string;
338
- };
339
- folder_id: {
340
- id: string;
341
- label: string;
342
- is_required: boolean;
343
- max_length: number;
344
- placeholder: string;
345
- };
346
- title: {
347
- id: string;
348
- label: string;
349
- is_required: boolean;
350
- max_length: number;
351
- placeholder: string;
352
- };
353
- profile: {
354
- id: string;
355
- label: string;
356
- is_required: boolean;
357
- max_length: number;
358
- placeholder: string;
359
- };
360
- description: {
361
- id: string;
362
- label: string;
363
- is_required: boolean;
364
- max_length: number;
365
- placeholder: string;
366
- };
367
- target_country_code: {
368
- id: string;
369
- label: string;
370
- is_required: boolean;
371
- max_length: number;
372
- placeholder: string;
373
- };
374
- target_city_code: {
375
- id: string;
376
- label: string;
377
- is_required: boolean;
378
- max_length: number;
379
- placeholder: string;
380
- };
381
- hero_image_01: {
382
- id: string;
383
- label: string;
384
- is_required: boolean;
385
- max_length: number;
386
- placeholder: string;
387
- };
388
- hero_image_02: {
389
- id: string;
390
- label: string;
391
- is_required: boolean;
392
- max_length: number;
393
- placeholder: string;
394
- };
395
- thumbnail_main_01: {
396
- id: string;
397
- label: string;
398
- is_required: boolean;
399
- max_length: number;
400
- placeholder: string;
401
- };
402
- thumbnail_main_02: {
403
- id: string;
404
- label: string;
405
- is_required: boolean;
406
- max_length: number;
407
- placeholder: string;
408
- };
409
- thumbnail_vertical_01: {
410
- id: string;
411
- label: string;
412
- is_required: boolean;
413
- max_length: number;
414
- placeholder: string;
415
- };
416
- thumbnail_vertical_02: {
417
- id: string;
418
- label: string;
419
- is_required: boolean;
420
- max_length: number;
421
- placeholder: string;
422
- };
423
- earliest_event: {
424
- id: string;
425
- label: string;
426
- is_required: boolean;
427
- placeholder: string;
428
- };
429
- latest_event: {
430
- id: string;
431
- label: string;
432
- is_required: boolean;
433
- placeholder: string;
434
- };
435
- };
436
307
  export declare const F_MAP_CELEB_EVENT: {
437
308
  celeb_code: {
438
309
  id: string;
@@ -455,135 +326,3 @@ export declare const F_MAP_CELEB_EVENT: {
455
326
  placeholder: string;
456
327
  };
457
328
  };
458
- export declare const F_MAP_CELEB_SELECTED_EVENT: {
459
- celeb_code: {
460
- id: string;
461
- label: string;
462
- is_required: boolean;
463
- max_length: number;
464
- placeholder: string;
465
- };
466
- event_id: {
467
- id: string;
468
- label: string;
469
- is_required: boolean;
470
- max_length: number;
471
- placeholder: string;
472
- };
473
- folder_id: {
474
- id: string;
475
- label: string;
476
- is_required: boolean;
477
- max_length: number;
478
- placeholder: string;
479
- };
480
- date: {
481
- id: string;
482
- label: string;
483
- is_required: boolean;
484
- placeholder: string;
485
- };
486
- time: {
487
- id: string;
488
- label: string;
489
- is_required: boolean;
490
- placeholder: string;
491
- };
492
- tz: {
493
- id: string;
494
- label: string;
495
- is_required: boolean;
496
- max_length: number;
497
- placeholder: string;
498
- };
499
- utc_minutes: {
500
- id: string;
501
- label: string;
502
- is_required: boolean;
503
- max_length: number;
504
- placeholder: string;
505
- };
506
- is_repeat_annually: {
507
- id: string;
508
- label: string;
509
- is_required: boolean;
510
- default_value: boolean;
511
- };
512
- title: {
513
- id: string;
514
- label: string;
515
- is_required: boolean;
516
- max_length: number;
517
- placeholder: string;
518
- };
519
- profile: {
520
- id: string;
521
- label: string;
522
- is_required: boolean;
523
- max_length: number;
524
- placeholder: string;
525
- };
526
- description: {
527
- id: string;
528
- label: string;
529
- is_required: boolean;
530
- max_length: number;
531
- placeholder: string;
532
- };
533
- target_country_code: {
534
- id: string;
535
- label: string;
536
- is_required: boolean;
537
- max_length: number;
538
- placeholder: string;
539
- };
540
- target_city_code: {
541
- id: string;
542
- label: string;
543
- is_required: boolean;
544
- max_length: number;
545
- placeholder: string;
546
- };
547
- hero_image_01: {
548
- id: string;
549
- label: string;
550
- is_required: boolean;
551
- max_length: number;
552
- placeholder: string;
553
- };
554
- hero_image_02: {
555
- id: string;
556
- label: string;
557
- is_required: boolean;
558
- max_length: number;
559
- placeholder: string;
560
- };
561
- thumbnail_main_01: {
562
- id: string;
563
- label: string;
564
- is_required: boolean;
565
- max_length: number;
566
- placeholder: string;
567
- };
568
- thumbnail_main_02: {
569
- id: string;
570
- label: string;
571
- is_required: boolean;
572
- max_length: number;
573
- placeholder: string;
574
- };
575
- thumbnail_vertical_01: {
576
- id: string;
577
- label: string;
578
- is_required: boolean;
579
- max_length: number;
580
- placeholder: string;
581
- };
582
- thumbnail_vertical_02: {
583
- id: string;
584
- label: string;
585
- is_required: boolean;
586
- max_length: number;
587
- placeholder: string;
588
- };
589
- };
@@ -27,6 +27,27 @@ export const F_CELEB = {
27
27
  max_length: 120,
28
28
  placeholder: "ex. BTS, BLACKPINK, etc.",
29
29
  },
30
+ thumbnail_square: {
31
+ id: "thumbnail_square",
32
+ label: "Thumbnail Square",
33
+ is_required: false,
34
+ max_length: 250,
35
+ placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
36
+ },
37
+ thumbnail_horizontal: {
38
+ id: "thumbnail_horizontal",
39
+ label: "Thumbnail Horizontal",
40
+ is_required: false,
41
+ max_length: 250,
42
+ placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
43
+ },
44
+ thumbnail_vertical: {
45
+ id: "thumbnail_vertical",
46
+ label: "Thumbnail Vertical",
47
+ is_required: false,
48
+ max_length: 250,
49
+ placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
50
+ },
30
51
  profile: {
31
52
  id: "profile",
32
53
  label: "Profile",
@@ -34,6 +55,13 @@ export const F_CELEB = {
34
55
  max_length: 250,
35
56
  placeholder: "ex. https://www.example.com/profile.jpg",
36
57
  },
58
+ homepage: {
59
+ id: "homepage",
60
+ label: "Homepage",
61
+ is_required: false,
62
+ max_length: 250,
63
+ placeholder: "ex. https://www.example.com",
64
+ },
37
65
  youtube_ch_id: {
38
66
  id: "youtube_ch_id",
39
67
  label: "Youtube Channel ID",
@@ -87,6 +115,12 @@ export const F_CELEB = {
87
115
  is_required: true,
88
116
  default_value: true,
89
117
  },
118
+ is_official_account: {
119
+ id: "is_official_account",
120
+ label: "Is Official Account",
121
+ is_required: true,
122
+ default_value: false,
123
+ },
90
124
  hero_image_01: {
91
125
  id: "hero_image_01",
92
126
  label: "Hero Image 01",
@@ -242,64 +276,6 @@ export const F_CELEB = {
242
276
  placeholder: "ex. BTS, BLACKPINK, etc.",
243
277
  },
244
278
  };
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: 96,
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
279
  export const F_MAP_CELEB_FOLDER = {
304
280
  celeb_code: {
305
281
  id: "celeb_code",
@@ -328,111 +304,6 @@ export const F_MAP_CELEB_FOLDER = {
328
304
  placeholder: "ex. 2025-01-01 12:00:00",
329
305
  },
330
306
  };
331
- export const F_MAP_CELEB_SELECTED_FOLDER = {
332
- celeb_code: {
333
- id: "celeb_code",
334
- label: "Celeb Code",
335
- is_required: true,
336
- max_length: 96,
337
- placeholder: "ex. BTS, BLACKPINK, etc.",
338
- },
339
- folder_id: {
340
- id: "folder_id",
341
- label: "Folder ID",
342
- is_required: true,
343
- max_length: 36,
344
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
345
- },
346
- title: {
347
- id: "title",
348
- label: "Title",
349
- is_required: true,
350
- max_length: 120,
351
- placeholder: "ex. 서울",
352
- },
353
- profile: {
354
- id: "profile",
355
- label: "Profile",
356
- is_required: false,
357
- max_length: 250,
358
- placeholder: "ex. https://www.example.com/profile.jpg",
359
- },
360
- description: {
361
- id: "description",
362
- label: "Description",
363
- is_required: false,
364
- max_length: 500,
365
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
366
- },
367
- target_country_code: {
368
- id: "target_country_code",
369
- label: "Target Country Code",
370
- is_required: false,
371
- max_length: 2,
372
- placeholder: "ex. KR, US, etc.",
373
- },
374
- target_city_code: {
375
- id: "target_city_code",
376
- label: "Target City Code",
377
- is_required: false,
378
- max_length: 96,
379
- placeholder: "ex. KR, US, etc.",
380
- },
381
- hero_image_01: {
382
- id: "hero_image_01",
383
- label: "Hero Image 01",
384
- is_required: false,
385
- max_length: 250,
386
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
387
- },
388
- hero_image_02: {
389
- id: "hero_image_02",
390
- label: "Hero Image 02",
391
- is_required: false,
392
- max_length: 250,
393
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
394
- },
395
- thumbnail_main_01: {
396
- id: "thumbnail_main_01",
397
- label: "Thumbnail Main 01",
398
- is_required: false,
399
- max_length: 250,
400
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
401
- },
402
- thumbnail_main_02: {
403
- id: "thumbnail_main_02",
404
- label: "Thumbnail Main 02",
405
- is_required: false,
406
- max_length: 250,
407
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
408
- },
409
- thumbnail_vertical_01: {
410
- id: "thumbnail_vertical_01",
411
- label: "Thumbnail Vertical 01",
412
- is_required: false,
413
- max_length: 250,
414
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
415
- },
416
- thumbnail_vertical_02: {
417
- id: "thumbnail_vertical_02",
418
- label: "Thumbnail Vertical 02",
419
- is_required: false,
420
- max_length: 250,
421
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
422
- },
423
- earliest_event: {
424
- id: "earliest_event",
425
- label: "Earliest Event",
426
- is_required: false,
427
- placeholder: "ex. 2025-01-01 12:00:00",
428
- },
429
- latest_event: {
430
- id: "latest_event",
431
- label: "Latest Event",
432
- is_required: false,
433
- placeholder: "ex. 2025-01-01 12:00:00",
434
- },
435
- };
436
307
  export const F_MAP_CELEB_EVENT = {
437
308
  celeb_code: {
438
309
  id: "celeb_code",
@@ -455,136 +326,4 @@ export const F_MAP_CELEB_EVENT = {
455
326
  placeholder: "ex. 2025-01-01 12:00:00",
456
327
  },
457
328
  };
458
- export const F_MAP_CELEB_SELECTED_EVENT = {
459
- celeb_code: {
460
- id: "celeb_code",
461
- label: "Celeb Code",
462
- is_required: true,
463
- max_length: 96,
464
- placeholder: "ex. BTS, BLACKPINK, etc.",
465
- },
466
- event_id: {
467
- id: "event_id",
468
- label: "Event ID",
469
- is_required: true,
470
- max_length: 36,
471
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
472
- },
473
- folder_id: {
474
- id: "folder_id",
475
- label: "Folder ID",
476
- is_required: false,
477
- max_length: 36,
478
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
479
- },
480
- date: {
481
- id: "date",
482
- label: "Date",
483
- is_required: false,
484
- placeholder: "ex. 2025-01-01 12:00:00",
485
- },
486
- time: {
487
- id: "time",
488
- label: "Time",
489
- is_required: false,
490
- placeholder: "ex. 12:00:00",
491
- },
492
- tz: {
493
- id: "tz",
494
- label: "TZ",
495
- is_required: false,
496
- max_length: 50,
497
- placeholder: "ex. Asia/Seoul",
498
- },
499
- utc_minutes: {
500
- id: "utc_minutes",
501
- label: "UTC Minutes",
502
- is_required: false,
503
- max_length: 20,
504
- placeholder: "ex. 490",
505
- },
506
- is_repeat_annually: {
507
- id: "is_repeat_annually",
508
- label: "Is Repeat Annually",
509
- is_required: true,
510
- default_value: false,
511
- },
512
- title: {
513
- id: "title",
514
- label: "Title",
515
- is_required: false,
516
- max_length: 120,
517
- placeholder: "ex. 서울",
518
- },
519
- profile: {
520
- id: "profile",
521
- label: "Profile",
522
- is_required: false,
523
- max_length: 250,
524
- placeholder: "ex. https://www.example.com/profile.jpg",
525
- },
526
- description: {
527
- id: "description",
528
- label: "Description",
529
- is_required: false,
530
- max_length: 500,
531
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
532
- },
533
- target_country_code: {
534
- id: "target_country_code",
535
- label: "Target Country Code",
536
- is_required: false,
537
- max_length: 2,
538
- placeholder: "ex. KR, US, etc.",
539
- },
540
- target_city_code: {
541
- id: "target_city_code",
542
- label: "Target City Code",
543
- is_required: false,
544
- max_length: 96,
545
- placeholder: "ex. KR, US, etc.",
546
- },
547
- hero_image_01: {
548
- id: "hero_image_01",
549
- label: "Hero Image 01",
550
- is_required: false,
551
- max_length: 250,
552
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
553
- },
554
- hero_image_02: {
555
- id: "hero_image_02",
556
- label: "Hero Image 02",
557
- is_required: false,
558
- max_length: 250,
559
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
560
- },
561
- thumbnail_main_01: {
562
- id: "thumbnail_main_01",
563
- label: "Thumbnail Main 01",
564
- is_required: false,
565
- max_length: 250,
566
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
567
- },
568
- thumbnail_main_02: {
569
- id: "thumbnail_main_02",
570
- label: "Thumbnail Main 02",
571
- is_required: false,
572
- max_length: 250,
573
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
574
- },
575
- thumbnail_vertical_01: {
576
- id: "thumbnail_vertical_01",
577
- label: "Thumbnail Vertical 01",
578
- is_required: false,
579
- max_length: 250,
580
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
581
- },
582
- thumbnail_vertical_02: {
583
- id: "thumbnail_vertical_02",
584
- label: "Thumbnail Vertical 02",
585
- is_required: false,
586
- max_length: 250,
587
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
588
- },
589
- };
590
329
  //# sourceMappingURL=field-celeb.js.map