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
@@ -20,6 +20,27 @@ export declare const F_COMPANY: {
20
20
  max_length: number;
21
21
  placeholder: string;
22
22
  };
23
+ thumbnail_square: {
24
+ id: string;
25
+ label: string;
26
+ is_required: boolean;
27
+ max_length: number;
28
+ placeholder: string;
29
+ };
30
+ thumbnail_horizontal: {
31
+ id: string;
32
+ label: string;
33
+ is_required: boolean;
34
+ max_length: number;
35
+ placeholder: string;
36
+ };
37
+ thumbnail_vertical: {
38
+ id: string;
39
+ label: string;
40
+ is_required: boolean;
41
+ max_length: number;
42
+ placeholder: string;
43
+ };
23
44
  profile: {
24
45
  id: string;
25
46
  label: string;
@@ -27,6 +48,13 @@ export declare const F_COMPANY: {
27
48
  max_length: number;
28
49
  placeholder: string;
29
50
  };
51
+ homepage: {
52
+ id: string;
53
+ label: string;
54
+ is_required: boolean;
55
+ max_length: number;
56
+ placeholder: string;
57
+ };
30
58
  youtube_ch_id: {
31
59
  id: string;
32
60
  label: string;
@@ -80,6 +108,12 @@ export declare const F_COMPANY: {
80
108
  is_required: boolean;
81
109
  default_value: boolean;
82
110
  };
111
+ is_official_account: {
112
+ id: string;
113
+ label: string;
114
+ is_required: boolean;
115
+ default_value: boolean;
116
+ };
83
117
  hero_image_01: {
84
118
  id: string;
85
119
  label: string;
@@ -235,64 +269,6 @@ export declare const F_COMPANY: {
235
269
  placeholder: string;
236
270
  };
237
271
  };
238
- export declare const F_COMPANY_METADATA_I18N: {
239
- company_code: {
240
- id: string;
241
- label: string;
242
- is_required: boolean;
243
- max_length: number;
244
- placeholder: string;
245
- };
246
- lang_code: {
247
- id: string;
248
- label: string;
249
- is_required: boolean;
250
- max_length: number;
251
- placeholder: string;
252
- };
253
- title: {
254
- id: string;
255
- label: string;
256
- is_required: boolean;
257
- max_length: number;
258
- placeholder: string;
259
- };
260
- description: {
261
- id: string;
262
- label: string;
263
- is_required: boolean;
264
- max_length: number;
265
- placeholder: string;
266
- };
267
- og_title: {
268
- id: string;
269
- label: string;
270
- is_required: boolean;
271
- max_length: number;
272
- placeholder: string;
273
- };
274
- og_description: {
275
- id: string;
276
- label: string;
277
- is_required: boolean;
278
- max_length: number;
279
- placeholder: string;
280
- };
281
- og_image: {
282
- id: string;
283
- label: string;
284
- is_required: boolean;
285
- max_length: number;
286
- placeholder: string;
287
- };
288
- tag_set: {
289
- id: string;
290
- label: string;
291
- is_required: boolean;
292
- max_length: number;
293
- placeholder: string;
294
- };
295
- };
296
272
  export declare const F_MAP_COMPANY_FOLDER: {
297
273
  company_code: {
298
274
  id: string;
@@ -321,111 +297,6 @@ export declare const F_MAP_COMPANY_FOLDER: {
321
297
  placeholder: string;
322
298
  };
323
299
  };
324
- export declare const F_MAP_COMPANY_SELECTED_FOLDER: {
325
- company_code: {
326
- id: string;
327
- label: string;
328
- is_required: boolean;
329
- max_length: number;
330
- placeholder: string;
331
- };
332
- folder_id: {
333
- id: string;
334
- label: string;
335
- is_required: boolean;
336
- max_length: number;
337
- placeholder: string;
338
- };
339
- title: {
340
- id: string;
341
- label: string;
342
- is_required: boolean;
343
- max_length: number;
344
- placeholder: string;
345
- };
346
- profile: {
347
- id: string;
348
- label: string;
349
- is_required: boolean;
350
- max_length: number;
351
- placeholder: string;
352
- };
353
- description: {
354
- id: string;
355
- label: string;
356
- is_required: boolean;
357
- max_length: number;
358
- placeholder: string;
359
- };
360
- target_country_code: {
361
- id: string;
362
- label: string;
363
- is_required: boolean;
364
- max_length: number;
365
- placeholder: string;
366
- };
367
- target_city_code: {
368
- id: string;
369
- label: string;
370
- is_required: boolean;
371
- max_length: number;
372
- placeholder: string;
373
- };
374
- hero_image_01: {
375
- id: string;
376
- label: string;
377
- is_required: boolean;
378
- max_length: number;
379
- placeholder: string;
380
- };
381
- hero_image_02: {
382
- id: string;
383
- label: string;
384
- is_required: boolean;
385
- max_length: number;
386
- placeholder: string;
387
- };
388
- thumbnail_main_01: {
389
- id: string;
390
- label: string;
391
- is_required: boolean;
392
- max_length: number;
393
- placeholder: string;
394
- };
395
- thumbnail_main_02: {
396
- id: string;
397
- label: string;
398
- is_required: boolean;
399
- max_length: number;
400
- placeholder: string;
401
- };
402
- thumbnail_vertical_01: {
403
- id: string;
404
- label: string;
405
- is_required: boolean;
406
- max_length: number;
407
- placeholder: string;
408
- };
409
- thumbnail_vertical_02: {
410
- id: string;
411
- label: string;
412
- is_required: boolean;
413
- max_length: number;
414
- placeholder: string;
415
- };
416
- earliest_event: {
417
- id: string;
418
- label: string;
419
- is_required: boolean;
420
- placeholder: string;
421
- };
422
- latest_event: {
423
- id: string;
424
- label: string;
425
- is_required: boolean;
426
- placeholder: string;
427
- };
428
- };
429
300
  export declare const F_MAP_COMPANY_EVENT: {
430
301
  company_code: {
431
302
  id: string;
@@ -448,135 +319,3 @@ export declare const F_MAP_COMPANY_EVENT: {
448
319
  placeholder: string;
449
320
  };
450
321
  };
451
- export declare const F_MAP_COMPANY_SELECTED_EVENT: {
452
- company_code: {
453
- id: string;
454
- label: string;
455
- is_required: boolean;
456
- max_length: number;
457
- placeholder: string;
458
- };
459
- event_id: {
460
- id: string;
461
- label: string;
462
- is_required: boolean;
463
- max_length: number;
464
- placeholder: string;
465
- };
466
- folder_id: {
467
- id: string;
468
- label: string;
469
- is_required: boolean;
470
- max_length: number;
471
- placeholder: string;
472
- };
473
- date: {
474
- id: string;
475
- label: string;
476
- is_required: boolean;
477
- placeholder: string;
478
- };
479
- time: {
480
- id: string;
481
- label: string;
482
- is_required: boolean;
483
- placeholder: string;
484
- };
485
- tz: {
486
- id: string;
487
- label: string;
488
- is_required: boolean;
489
- max_length: number;
490
- placeholder: string;
491
- };
492
- utc_minutes: {
493
- id: string;
494
- label: string;
495
- is_required: boolean;
496
- max_length: number;
497
- placeholder: string;
498
- };
499
- is_repeat_annually: {
500
- id: string;
501
- label: string;
502
- is_required: boolean;
503
- default_value: boolean;
504
- };
505
- title: {
506
- id: string;
507
- label: string;
508
- is_required: boolean;
509
- max_length: number;
510
- placeholder: string;
511
- };
512
- profile: {
513
- id: string;
514
- label: string;
515
- is_required: boolean;
516
- max_length: number;
517
- placeholder: string;
518
- };
519
- description: {
520
- id: string;
521
- label: string;
522
- is_required: boolean;
523
- max_length: number;
524
- placeholder: string;
525
- };
526
- target_country_code: {
527
- id: string;
528
- label: string;
529
- is_required: boolean;
530
- max_length: number;
531
- placeholder: string;
532
- };
533
- target_city_code: {
534
- id: string;
535
- label: string;
536
- is_required: boolean;
537
- max_length: number;
538
- placeholder: string;
539
- };
540
- hero_image_01: {
541
- id: string;
542
- label: string;
543
- is_required: boolean;
544
- max_length: number;
545
- placeholder: string;
546
- };
547
- hero_image_02: {
548
- id: string;
549
- label: string;
550
- is_required: boolean;
551
- max_length: number;
552
- placeholder: string;
553
- };
554
- thumbnail_main_01: {
555
- id: string;
556
- label: string;
557
- is_required: boolean;
558
- max_length: number;
559
- placeholder: string;
560
- };
561
- thumbnail_main_02: {
562
- id: string;
563
- label: string;
564
- is_required: boolean;
565
- max_length: number;
566
- placeholder: string;
567
- };
568
- thumbnail_vertical_01: {
569
- id: string;
570
- label: string;
571
- is_required: boolean;
572
- max_length: number;
573
- placeholder: string;
574
- };
575
- thumbnail_vertical_02: {
576
- id: string;
577
- label: string;
578
- is_required: boolean;
579
- max_length: number;
580
- placeholder: string;
581
- };
582
- };
@@ -20,6 +20,27 @@ export const F_COMPANY = {
20
20
  max_length: 120,
21
21
  placeholder: "ex. BTS, BLACKPINK, etc.",
22
22
  },
23
+ thumbnail_square: {
24
+ id: "thumbnail_square",
25
+ label: "Thumbnail Square",
26
+ is_required: false,
27
+ max_length: 250,
28
+ placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
29
+ },
30
+ thumbnail_horizontal: {
31
+ id: "thumbnail_horizontal",
32
+ label: "Thumbnail Horizontal",
33
+ is_required: false,
34
+ max_length: 250,
35
+ placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
36
+ },
37
+ thumbnail_vertical: {
38
+ id: "thumbnail_vertical",
39
+ label: "Thumbnail Vertical",
40
+ is_required: false,
41
+ max_length: 250,
42
+ placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
43
+ },
23
44
  profile: {
24
45
  id: "profile",
25
46
  label: "Profile",
@@ -27,6 +48,13 @@ export const F_COMPANY = {
27
48
  max_length: 250,
28
49
  placeholder: "ex. https://www.example.com/profile.jpg",
29
50
  },
51
+ homepage: {
52
+ id: "homepage",
53
+ label: "Homepage",
54
+ is_required: false,
55
+ max_length: 250,
56
+ placeholder: "ex. https://www.example.com",
57
+ },
30
58
  youtube_ch_id: {
31
59
  id: "youtube_ch_id",
32
60
  label: "Youtube Channel ID",
@@ -80,6 +108,12 @@ export const F_COMPANY = {
80
108
  is_required: true,
81
109
  default_value: true,
82
110
  },
111
+ is_official_account: {
112
+ id: "is_official_account",
113
+ label: "Is Official Account",
114
+ is_required: true,
115
+ default_value: false,
116
+ },
83
117
  hero_image_01: {
84
118
  id: "hero_image_01",
85
119
  label: "Hero Image 01",
@@ -235,64 +269,6 @@ export const F_COMPANY = {
235
269
  placeholder: "ex. BTS, BLACKPINK, etc.",
236
270
  },
237
271
  };
238
- export const F_COMPANY_METADATA_I18N = {
239
- company_code: {
240
- id: "company_code",
241
- label: "Company Code",
242
- is_required: true,
243
- max_length: 96,
244
- placeholder: "ex. BTS, BLACKPINK, etc.",
245
- },
246
- lang_code: {
247
- id: "lang_code",
248
- label: "Language Code",
249
- is_required: true,
250
- max_length: 8,
251
- placeholder: "ex. en, ko, zh-hans, zh-hant, etc.",
252
- },
253
- title: {
254
- id: "title",
255
- label: "Title",
256
- is_required: false,
257
- max_length: 50,
258
- placeholder: "ex. 서울",
259
- },
260
- description: {
261
- id: "description",
262
- label: "Description",
263
- is_required: false,
264
- max_length: 110,
265
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
266
- },
267
- og_title: {
268
- id: "og_title",
269
- label: "OG Title",
270
- is_required: false,
271
- max_length: 60,
272
- placeholder: "ex. 서울",
273
- },
274
- og_description: {
275
- id: "og_description",
276
- label: "OG Description",
277
- is_required: false,
278
- max_length: 150,
279
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
280
- },
281
- og_image: {
282
- id: "og_image",
283
- label: "OG Image",
284
- is_required: false,
285
- max_length: 250,
286
- placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
287
- },
288
- tag_set: {
289
- id: "tag_set",
290
- label: "Tag Set",
291
- is_required: false,
292
- max_length: 250,
293
- placeholder: "ex. 서울, 서울맛집, 서울여행",
294
- },
295
- };
296
272
  export const F_MAP_COMPANY_FOLDER = {
297
273
  company_code: {
298
274
  id: "company_code",
@@ -321,111 +297,6 @@ export const F_MAP_COMPANY_FOLDER = {
321
297
  placeholder: "ex. 2025-01-01 12:00:00",
322
298
  },
323
299
  };
324
- export const F_MAP_COMPANY_SELECTED_FOLDER = {
325
- company_code: {
326
- id: "company_code",
327
- label: "Company Code",
328
- is_required: true,
329
- max_length: 96,
330
- placeholder: "ex. BTS, BLACKPINK, etc.",
331
- },
332
- folder_id: {
333
- id: "folder_id",
334
- label: "Folder ID",
335
- is_required: true,
336
- max_length: 36,
337
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
338
- },
339
- title: {
340
- id: "title",
341
- label: "Title",
342
- is_required: true,
343
- max_length: 120,
344
- placeholder: "ex. 서울",
345
- },
346
- profile: {
347
- id: "profile",
348
- label: "Profile",
349
- is_required: false,
350
- max_length: 250,
351
- placeholder: "ex. https://www.example.com/profile.jpg",
352
- },
353
- description: {
354
- id: "description",
355
- label: "Description",
356
- is_required: false,
357
- max_length: 500,
358
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
359
- },
360
- target_country_code: {
361
- id: "target_country_code",
362
- label: "Target Country Code",
363
- is_required: false,
364
- max_length: 2,
365
- placeholder: "ex. KR, US, etc.",
366
- },
367
- target_city_code: {
368
- id: "target_city_code",
369
- label: "Target City Code",
370
- is_required: false,
371
- max_length: 96,
372
- placeholder: "ex. KR, US, etc.",
373
- },
374
- hero_image_01: {
375
- id: "hero_image_01",
376
- label: "Hero Image 01",
377
- is_required: false,
378
- max_length: 250,
379
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
380
- },
381
- hero_image_02: {
382
- id: "hero_image_02",
383
- label: "Hero Image 02",
384
- is_required: false,
385
- max_length: 250,
386
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
387
- },
388
- thumbnail_main_01: {
389
- id: "thumbnail_main_01",
390
- label: "Thumbnail Main 01",
391
- is_required: false,
392
- max_length: 250,
393
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
394
- },
395
- thumbnail_main_02: {
396
- id: "thumbnail_main_02",
397
- label: "Thumbnail Main 02",
398
- is_required: false,
399
- max_length: 250,
400
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
401
- },
402
- thumbnail_vertical_01: {
403
- id: "thumbnail_vertical_01",
404
- label: "Thumbnail Vertical 01",
405
- is_required: false,
406
- max_length: 250,
407
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
408
- },
409
- thumbnail_vertical_02: {
410
- id: "thumbnail_vertical_02",
411
- label: "Thumbnail Vertical 02",
412
- is_required: false,
413
- max_length: 250,
414
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
415
- },
416
- earliest_event: {
417
- id: "earliest_event",
418
- label: "Earliest Event",
419
- is_required: false,
420
- placeholder: "ex. 2025-01-01 12:00:00",
421
- },
422
- latest_event: {
423
- id: "latest_event",
424
- label: "Latest Event",
425
- is_required: false,
426
- placeholder: "ex. 2025-01-01 12:00:00",
427
- },
428
- };
429
300
  export const F_MAP_COMPANY_EVENT = {
430
301
  company_code: {
431
302
  id: "company_code",
@@ -448,136 +319,4 @@ export const F_MAP_COMPANY_EVENT = {
448
319
  placeholder: "ex. 2025-01-01 12:00:00",
449
320
  },
450
321
  };
451
- export const F_MAP_COMPANY_SELECTED_EVENT = {
452
- company_code: {
453
- id: "company_code",
454
- label: "Company Code",
455
- is_required: true,
456
- max_length: 96,
457
- placeholder: "ex. BTS, BLACKPINK, etc.",
458
- },
459
- event_id: {
460
- id: "event_id",
461
- label: "Event ID",
462
- is_required: true,
463
- max_length: 36,
464
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
465
- },
466
- folder_id: {
467
- id: "folder_id",
468
- label: "Folder ID",
469
- is_required: false,
470
- max_length: 36,
471
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
472
- },
473
- date: {
474
- id: "date",
475
- label: "Date",
476
- is_required: false,
477
- placeholder: "ex. 2025-01-01 12:00:00",
478
- },
479
- time: {
480
- id: "time",
481
- label: "Time",
482
- is_required: false,
483
- placeholder: "ex. 12:00:00",
484
- },
485
- tz: {
486
- id: "tz",
487
- label: "TZ",
488
- is_required: false,
489
- max_length: 50,
490
- placeholder: "ex. Asia/Seoul",
491
- },
492
- utc_minutes: {
493
- id: "utc_minutes",
494
- label: "UTC Minutes",
495
- is_required: false,
496
- max_length: 20,
497
- placeholder: "ex. 490",
498
- },
499
- is_repeat_annually: {
500
- id: "is_repeat_annually",
501
- label: "Is Repeat Annually",
502
- is_required: true,
503
- default_value: false,
504
- },
505
- title: {
506
- id: "title",
507
- label: "Title",
508
- is_required: false,
509
- max_length: 120,
510
- placeholder: "ex. 서울",
511
- },
512
- profile: {
513
- id: "profile",
514
- label: "Profile",
515
- is_required: false,
516
- max_length: 250,
517
- placeholder: "ex. https://www.example.com/profile.jpg",
518
- },
519
- description: {
520
- id: "description",
521
- label: "Description",
522
- is_required: false,
523
- max_length: 500,
524
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
525
- },
526
- target_country_code: {
527
- id: "target_country_code",
528
- label: "Target Country Code",
529
- is_required: false,
530
- max_length: 2,
531
- placeholder: "ex. KR, US, etc.",
532
- },
533
- target_city_code: {
534
- id: "target_city_code",
535
- label: "Target City Code",
536
- is_required: false,
537
- max_length: 96,
538
- placeholder: "ex. KR, US, etc.",
539
- },
540
- hero_image_01: {
541
- id: "hero_image_01",
542
- label: "Hero Image 01",
543
- is_required: false,
544
- max_length: 250,
545
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
546
- },
547
- hero_image_02: {
548
- id: "hero_image_02",
549
- label: "Hero Image 02",
550
- is_required: false,
551
- max_length: 250,
552
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
553
- },
554
- thumbnail_main_01: {
555
- id: "thumbnail_main_01",
556
- label: "Thumbnail Main 01",
557
- is_required: false,
558
- max_length: 250,
559
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
560
- },
561
- thumbnail_main_02: {
562
- id: "thumbnail_main_02",
563
- label: "Thumbnail Main 02",
564
- is_required: false,
565
- max_length: 250,
566
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
567
- },
568
- thumbnail_vertical_01: {
569
- id: "thumbnail_vertical_01",
570
- label: "Thumbnail Vertical 01",
571
- is_required: false,
572
- max_length: 250,
573
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
574
- },
575
- thumbnail_vertical_02: {
576
- id: "thumbnail_vertical_02",
577
- label: "Thumbnail Vertical 02",
578
- is_required: false,
579
- max_length: 250,
580
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
581
- },
582
- };
583
322
  //# sourceMappingURL=field-company.js.map