dplus_common_v1 0.1.6 → 0.1.8

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 (105) hide show
  1. package/dist/db-types/db-brand-types.d.ts +8 -92
  2. package/dist/db-types/db-category-types.d.ts +4 -124
  3. package/dist/db-types/db-celeb-types.d.ts +8 -92
  4. package/dist/db-types/db-city-types.d.ts +7 -124
  5. package/dist/db-types/db-company-types.d.ts +8 -92
  6. package/dist/db-types/db-event-types.d.ts +12 -45
  7. package/dist/db-types/db-folder-types.d.ts +14 -34
  8. package/dist/db-types/db-idol-group-types.d.ts +8 -92
  9. package/dist/db-types/db-log-types.d.ts +19 -0
  10. package/dist/db-types/db-log-types.js +2 -0
  11. package/dist/db-types/db-log-types.js.map +1 -0
  12. package/dist/db-types/db-map-types.d.ts +44 -0
  13. package/dist/db-types/db-map-types.js +2 -0
  14. package/dist/db-types/db-map-types.js.map +1 -0
  15. package/dist/db-types/db-metadata-types.d.ts +21 -0
  16. package/dist/db-types/db-metadata-types.js +2 -0
  17. package/dist/db-types/db-metadata-types.js.map +1 -0
  18. package/dist/db-types/db-people-types.d.ts +8 -92
  19. package/dist/db-types/db-pevent-types.d.ts +108 -0
  20. package/dist/db-types/db-pevent-types.js +2 -0
  21. package/dist/db-types/db-pevent-types.js.map +1 -0
  22. package/dist/db-types/db-product-types.d.ts +8 -92
  23. package/dist/db-types/db-selected-event-types.d.ts +35 -0
  24. package/dist/db-types/db-selected-event-types.js +2 -0
  25. package/dist/db-types/db-selected-event-types.js.map +1 -0
  26. package/dist/db-types/db-selected-folder-types.d.ts +31 -0
  27. package/dist/db-types/db-selected-folder-types.js +2 -0
  28. package/dist/db-types/db-selected-folder-types.js.map +1 -0
  29. package/dist/db-types/db-service-provider-types.d.ts +2 -2
  30. package/dist/db-types/db-stag-types.d.ts +58 -0
  31. package/dist/db-types/db-stag-types.js +2 -0
  32. package/dist/db-types/db-stag-types.js.map +1 -0
  33. package/dist/db-types/db-tag-types.d.ts +0 -27
  34. package/dist/db-types/db-team-types.d.ts +8 -92
  35. package/dist/db-types/db-user-types.d.ts +8 -8
  36. package/dist/fields/field-brand.d.ts +34 -295
  37. package/dist/fields/field-brand.js +34 -295
  38. package/dist/fields/field-brand.js.map +1 -1
  39. package/dist/fields/field-category.d.ts +28 -373
  40. package/dist/fields/field-category.js +29 -374
  41. package/dist/fields/field-category.js.map +1 -1
  42. package/dist/fields/field-celeb.d.ts +34 -295
  43. package/dist/fields/field-celeb.js +34 -295
  44. package/dist/fields/field-celeb.js.map +1 -1
  45. package/dist/fields/field-city.d.ts +35 -331
  46. package/dist/fields/field-city.js +52 -348
  47. package/dist/fields/field-city.js.map +1 -1
  48. package/dist/fields/field-company.d.ts +34 -295
  49. package/dist/fields/field-company.js +34 -295
  50. package/dist/fields/field-company.js.map +1 -1
  51. package/dist/fields/field-event.d.ts +32 -56
  52. package/dist/fields/field-event.js +70 -94
  53. package/dist/fields/field-event.js.map +1 -1
  54. package/dist/fields/field-folder.d.ts +32 -33
  55. package/dist/fields/field-folder.js +47 -48
  56. package/dist/fields/field-folder.js.map +1 -1
  57. package/dist/fields/field-idol-group.d.ts +34 -295
  58. package/dist/fields/field-idol-group.js +34 -295
  59. package/dist/fields/field-idol-group.js.map +1 -1
  60. package/dist/fields/field-log.d.ts +94 -0
  61. package/dist/fields/field-log.js +95 -0
  62. package/dist/fields/field-log.js.map +1 -0
  63. package/dist/fields/field-map.d.ts +200 -0
  64. package/dist/fields/field-map.js +201 -0
  65. package/dist/fields/field-map.js.map +1 -0
  66. package/dist/fields/field-metadata.d.ts +65 -0
  67. package/dist/fields/field-metadata.js +66 -0
  68. package/dist/fields/field-metadata.js.map +1 -0
  69. package/dist/fields/field-people.d.ts +34 -295
  70. package/dist/fields/field-people.js +34 -295
  71. package/dist/fields/field-people.js.map +1 -1
  72. package/dist/fields/field-pevent.d.ts +556 -0
  73. package/dist/fields/field-pevent.js +557 -0
  74. package/dist/fields/field-pevent.js.map +1 -0
  75. package/dist/fields/field-product.d.ts +34 -295
  76. package/dist/fields/field-product.js +34 -295
  77. package/dist/fields/field-product.js.map +1 -1
  78. package/dist/fields/field-selected-event.d.ts +160 -0
  79. package/dist/fields/field-selected-event.js +161 -0
  80. package/dist/fields/field-selected-event.js.map +1 -0
  81. package/dist/fields/field-selected-folder.d.ts +133 -0
  82. package/dist/fields/field-selected-folder.js +134 -0
  83. package/dist/fields/field-selected-folder.js.map +1 -0
  84. package/dist/fields/field-selected-group.d.ts +133 -0
  85. package/dist/fields/field-selected-group.js +134 -0
  86. package/dist/fields/field-selected-group.js.map +1 -0
  87. package/dist/fields/field-service-provider.d.ts +2 -2
  88. package/dist/fields/field-service-provider.js +7 -7
  89. package/dist/fields/field-service-provider.js.map +1 -1
  90. package/dist/fields/field-stag.d.ts +280 -0
  91. package/dist/fields/field-stag.js +281 -0
  92. package/dist/fields/field-stag.js.map +1 -0
  93. package/dist/fields/field-tag.d.ts +0 -50
  94. package/dist/fields/field-tag.js +0 -50
  95. package/dist/fields/field-tag.js.map +1 -1
  96. package/dist/fields/field-team.d.ts +34 -295
  97. package/dist/fields/field-team.js +34 -295
  98. package/dist/fields/field-team.js.map +1 -1
  99. package/dist/fields/field-user.d.ts +51 -2
  100. package/dist/fields/field-user.js +56 -7
  101. package/dist/fields/field-user.js.map +1 -1
  102. package/dist/index.d.ts +14 -5
  103. package/dist/index.js +14 -5
  104. package/dist/index.js.map +1 -1
  105. package/package.json +1 -1
@@ -34,6 +34,27 @@ export declare const F_PRODUCT: {
34
34
  max_length: number;
35
35
  placeholder: string;
36
36
  };
37
+ thumbnail_square: {
38
+ id: string;
39
+ label: string;
40
+ is_required: boolean;
41
+ max_length: number;
42
+ placeholder: string;
43
+ };
44
+ thumbnail_horizontal: {
45
+ id: string;
46
+ label: string;
47
+ is_required: boolean;
48
+ max_length: number;
49
+ placeholder: string;
50
+ };
51
+ thumbnail_vertical: {
52
+ id: string;
53
+ label: string;
54
+ is_required: boolean;
55
+ max_length: number;
56
+ placeholder: string;
57
+ };
37
58
  profile: {
38
59
  id: string;
39
60
  label: string;
@@ -41,6 +62,13 @@ export declare const F_PRODUCT: {
41
62
  max_length: number;
42
63
  placeholder: string;
43
64
  };
65
+ homepage: {
66
+ id: string;
67
+ label: string;
68
+ is_required: boolean;
69
+ max_length: number;
70
+ placeholder: string;
71
+ };
44
72
  youtube_ch_id: {
45
73
  id: string;
46
74
  label: string;
@@ -94,6 +122,12 @@ export declare const F_PRODUCT: {
94
122
  is_required: boolean;
95
123
  default_value: boolean;
96
124
  };
125
+ is_official_account: {
126
+ id: string;
127
+ label: string;
128
+ is_required: boolean;
129
+ default_value: boolean;
130
+ };
97
131
  hero_image_01: {
98
132
  id: string;
99
133
  label: string;
@@ -249,64 +283,6 @@ export declare const F_PRODUCT: {
249
283
  placeholder: string;
250
284
  };
251
285
  };
252
- export declare const F_PRODUCT_METADATA_I18N: {
253
- product_code: {
254
- id: string;
255
- label: string;
256
- is_required: boolean;
257
- max_length: number;
258
- placeholder: string;
259
- };
260
- lang_code: {
261
- id: string;
262
- label: string;
263
- is_required: boolean;
264
- max_length: number;
265
- placeholder: string;
266
- };
267
- title: {
268
- id: string;
269
- label: string;
270
- is_required: boolean;
271
- max_length: number;
272
- placeholder: string;
273
- };
274
- description: {
275
- id: string;
276
- label: string;
277
- is_required: boolean;
278
- max_length: number;
279
- placeholder: string;
280
- };
281
- og_title: {
282
- id: string;
283
- label: string;
284
- is_required: boolean;
285
- max_length: number;
286
- placeholder: string;
287
- };
288
- og_description: {
289
- id: string;
290
- label: string;
291
- is_required: boolean;
292
- max_length: number;
293
- placeholder: string;
294
- };
295
- og_image: {
296
- id: string;
297
- label: string;
298
- is_required: boolean;
299
- max_length: number;
300
- placeholder: string;
301
- };
302
- tag_set: {
303
- id: string;
304
- label: string;
305
- is_required: boolean;
306
- max_length: number;
307
- placeholder: string;
308
- };
309
- };
310
286
  export declare const F_MAP_PRODUCT_FOLDER: {
311
287
  product_code: {
312
288
  id: string;
@@ -335,111 +311,6 @@ export declare const F_MAP_PRODUCT_FOLDER: {
335
311
  placeholder: string;
336
312
  };
337
313
  };
338
- export declare const F_MAP_PRODUCT_SELECTED_FOLDER: {
339
- product_code: {
340
- id: string;
341
- label: string;
342
- is_required: boolean;
343
- max_length: number;
344
- placeholder: string;
345
- };
346
- folder_id: {
347
- id: string;
348
- label: string;
349
- is_required: boolean;
350
- max_length: number;
351
- placeholder: string;
352
- };
353
- title: {
354
- id: string;
355
- label: string;
356
- is_required: boolean;
357
- max_length: number;
358
- placeholder: string;
359
- };
360
- profile: {
361
- id: string;
362
- label: string;
363
- is_required: boolean;
364
- max_length: number;
365
- placeholder: string;
366
- };
367
- description: {
368
- id: string;
369
- label: string;
370
- is_required: boolean;
371
- max_length: number;
372
- placeholder: string;
373
- };
374
- target_country_code: {
375
- id: string;
376
- label: string;
377
- is_required: boolean;
378
- max_length: number;
379
- placeholder: string;
380
- };
381
- target_city_code: {
382
- id: string;
383
- label: string;
384
- is_required: boolean;
385
- max_length: number;
386
- placeholder: string;
387
- };
388
- hero_image_01: {
389
- id: string;
390
- label: string;
391
- is_required: boolean;
392
- max_length: number;
393
- placeholder: string;
394
- };
395
- hero_image_02: {
396
- id: string;
397
- label: string;
398
- is_required: boolean;
399
- max_length: number;
400
- placeholder: string;
401
- };
402
- thumbnail_main_01: {
403
- id: string;
404
- label: string;
405
- is_required: boolean;
406
- max_length: number;
407
- placeholder: string;
408
- };
409
- thumbnail_main_02: {
410
- id: string;
411
- label: string;
412
- is_required: boolean;
413
- max_length: number;
414
- placeholder: string;
415
- };
416
- thumbnail_vertical_01: {
417
- id: string;
418
- label: string;
419
- is_required: boolean;
420
- max_length: number;
421
- placeholder: string;
422
- };
423
- thumbnail_vertical_02: {
424
- id: string;
425
- label: string;
426
- is_required: boolean;
427
- max_length: number;
428
- placeholder: string;
429
- };
430
- earliest_event: {
431
- id: string;
432
- label: string;
433
- is_required: boolean;
434
- placeholder: string;
435
- };
436
- latest_event: {
437
- id: string;
438
- label: string;
439
- is_required: boolean;
440
- placeholder: string;
441
- };
442
- };
443
314
  export declare const F_MAP_PRODUCT_EVENT: {
444
315
  product_code: {
445
316
  id: string;
@@ -462,135 +333,3 @@ export declare const F_MAP_PRODUCT_EVENT: {
462
333
  placeholder: string;
463
334
  };
464
335
  };
465
- export declare const F_MAP_PRODUCT_SELECTED_EVENT: {
466
- product_code: {
467
- id: string;
468
- label: string;
469
- is_required: boolean;
470
- max_length: number;
471
- placeholder: string;
472
- };
473
- event_id: {
474
- id: string;
475
- label: string;
476
- is_required: boolean;
477
- max_length: number;
478
- placeholder: string;
479
- };
480
- folder_id: {
481
- id: string;
482
- label: string;
483
- is_required: boolean;
484
- max_length: number;
485
- placeholder: string;
486
- };
487
- date: {
488
- id: string;
489
- label: string;
490
- is_required: boolean;
491
- placeholder: string;
492
- };
493
- time: {
494
- id: string;
495
- label: string;
496
- is_required: boolean;
497
- placeholder: string;
498
- };
499
- tz: {
500
- id: string;
501
- label: string;
502
- is_required: boolean;
503
- max_length: number;
504
- placeholder: string;
505
- };
506
- utc_minutes: {
507
- id: string;
508
- label: string;
509
- is_required: boolean;
510
- max_length: number;
511
- placeholder: string;
512
- };
513
- is_repeat_annually: {
514
- id: string;
515
- label: string;
516
- is_required: boolean;
517
- default_value: boolean;
518
- };
519
- title: {
520
- id: string;
521
- label: string;
522
- is_required: boolean;
523
- max_length: number;
524
- placeholder: string;
525
- };
526
- profile: {
527
- id: string;
528
- label: string;
529
- is_required: boolean;
530
- max_length: number;
531
- placeholder: string;
532
- };
533
- description: {
534
- id: string;
535
- label: string;
536
- is_required: boolean;
537
- max_length: number;
538
- placeholder: string;
539
- };
540
- target_country_code: {
541
- id: string;
542
- label: string;
543
- is_required: boolean;
544
- max_length: number;
545
- placeholder: string;
546
- };
547
- target_city_code: {
548
- id: string;
549
- label: string;
550
- is_required: boolean;
551
- max_length: number;
552
- placeholder: string;
553
- };
554
- hero_image_01: {
555
- id: string;
556
- label: string;
557
- is_required: boolean;
558
- max_length: number;
559
- placeholder: string;
560
- };
561
- hero_image_02: {
562
- id: string;
563
- label: string;
564
- is_required: boolean;
565
- max_length: number;
566
- placeholder: string;
567
- };
568
- thumbnail_main_01: {
569
- id: string;
570
- label: string;
571
- is_required: boolean;
572
- max_length: number;
573
- placeholder: string;
574
- };
575
- thumbnail_main_02: {
576
- id: string;
577
- label: string;
578
- is_required: boolean;
579
- max_length: number;
580
- placeholder: string;
581
- };
582
- thumbnail_vertical_01: {
583
- id: string;
584
- label: string;
585
- is_required: boolean;
586
- max_length: number;
587
- placeholder: string;
588
- };
589
- thumbnail_vertical_02: {
590
- id: string;
591
- label: string;
592
- is_required: boolean;
593
- max_length: number;
594
- placeholder: string;
595
- };
596
- };
@@ -34,6 +34,27 @@ export const F_PRODUCT = {
34
34
  max_length: 120,
35
35
  placeholder: "ex. BTS, BLACKPINK, etc.",
36
36
  },
37
+ thumbnail_square: {
38
+ id: "thumbnail_square",
39
+ label: "Thumbnail Square",
40
+ is_required: false,
41
+ max_length: 250,
42
+ placeholder: "ex. https://www.example.com/thumbnail_square.jpg",
43
+ },
44
+ thumbnail_horizontal: {
45
+ id: "thumbnail_horizontal",
46
+ label: "Thumbnail Horizontal",
47
+ is_required: false,
48
+ max_length: 250,
49
+ placeholder: "ex. https://www.example.com/thumbnail_horizontal.jpg",
50
+ },
51
+ thumbnail_vertical: {
52
+ id: "thumbnail_vertical",
53
+ label: "Thumbnail Vertical",
54
+ is_required: false,
55
+ max_length: 250,
56
+ placeholder: "ex. https://www.example.com/thumbnail_vertical.jpg",
57
+ },
37
58
  profile: {
38
59
  id: "profile",
39
60
  label: "Profile",
@@ -41,6 +62,13 @@ export const F_PRODUCT = {
41
62
  max_length: 250,
42
63
  placeholder: "ex. https://www.example.com/profile.jpg",
43
64
  },
65
+ homepage: {
66
+ id: "homepage",
67
+ label: "Homepage",
68
+ is_required: false,
69
+ max_length: 250,
70
+ placeholder: "ex. https://www.example.com",
71
+ },
44
72
  youtube_ch_id: {
45
73
  id: "youtube_ch_id",
46
74
  label: "Youtube Channel ID",
@@ -94,6 +122,12 @@ export const F_PRODUCT = {
94
122
  is_required: true,
95
123
  default_value: true,
96
124
  },
125
+ is_official_account: {
126
+ id: "is_official_account",
127
+ label: "Is Official Account",
128
+ is_required: true,
129
+ default_value: false,
130
+ },
97
131
  hero_image_01: {
98
132
  id: "hero_image_01",
99
133
  label: "Hero Image 01",
@@ -249,64 +283,6 @@ export const F_PRODUCT = {
249
283
  placeholder: "ex. BTS, BLACKPINK, etc.",
250
284
  },
251
285
  };
252
- export const F_PRODUCT_METADATA_I18N = {
253
- product_code: {
254
- id: "product_code",
255
- label: "Product Code",
256
- is_required: true,
257
- max_length: 96,
258
- placeholder: "ex. BTS, BLACKPINK, etc.",
259
- },
260
- lang_code: {
261
- id: "lang_code",
262
- label: "Language Code",
263
- is_required: true,
264
- max_length: 8,
265
- placeholder: "ex. en, ko, zh-hans, zh-hant, etc.",
266
- },
267
- title: {
268
- id: "title",
269
- label: "Title",
270
- is_required: false,
271
- max_length: 50,
272
- placeholder: "ex. 서울",
273
- },
274
- description: {
275
- id: "description",
276
- label: "Description",
277
- is_required: false,
278
- max_length: 110,
279
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
280
- },
281
- og_title: {
282
- id: "og_title",
283
- label: "OG Title",
284
- is_required: false,
285
- max_length: 60,
286
- placeholder: "ex. 서울",
287
- },
288
- og_description: {
289
- id: "og_description",
290
- label: "OG Description",
291
- is_required: false,
292
- max_length: 150,
293
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
294
- },
295
- og_image: {
296
- id: "og_image",
297
- label: "OG Image",
298
- is_required: false,
299
- max_length: 250,
300
- placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
301
- },
302
- tag_set: {
303
- id: "tag_set",
304
- label: "Tag Set",
305
- is_required: false,
306
- max_length: 250,
307
- placeholder: "ex. 서울, 서울맛집, 서울여행",
308
- },
309
- };
310
286
  export const F_MAP_PRODUCT_FOLDER = {
311
287
  product_code: {
312
288
  id: "product_code",
@@ -335,111 +311,6 @@ export const F_MAP_PRODUCT_FOLDER = {
335
311
  placeholder: "ex. 2025-01-01 12:00:00",
336
312
  },
337
313
  };
338
- export const F_MAP_PRODUCT_SELECTED_FOLDER = {
339
- product_code: {
340
- id: "product_code",
341
- label: "Product Code",
342
- is_required: true,
343
- max_length: 96,
344
- placeholder: "ex. BTS, BLACKPINK, etc.",
345
- },
346
- folder_id: {
347
- id: "folder_id",
348
- label: "Folder ID",
349
- is_required: true,
350
- max_length: 36,
351
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
352
- },
353
- title: {
354
- id: "title",
355
- label: "Title",
356
- is_required: true,
357
- max_length: 120,
358
- placeholder: "ex. 서울",
359
- },
360
- profile: {
361
- id: "profile",
362
- label: "Profile",
363
- is_required: false,
364
- max_length: 250,
365
- placeholder: "ex. https://www.example.com/profile.jpg",
366
- },
367
- description: {
368
- id: "description",
369
- label: "Description",
370
- is_required: false,
371
- max_length: 500,
372
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
373
- },
374
- target_country_code: {
375
- id: "target_country_code",
376
- label: "Target Country Code",
377
- is_required: false,
378
- max_length: 2,
379
- placeholder: "ex. KR, US, etc.",
380
- },
381
- target_city_code: {
382
- id: "target_city_code",
383
- label: "Target City Code",
384
- is_required: false,
385
- max_length: 96,
386
- placeholder: "ex. KR, US, etc.",
387
- },
388
- hero_image_01: {
389
- id: "hero_image_01",
390
- label: "Hero Image 01",
391
- is_required: false,
392
- max_length: 250,
393
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
394
- },
395
- hero_image_02: {
396
- id: "hero_image_02",
397
- label: "Hero Image 02",
398
- is_required: false,
399
- max_length: 250,
400
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
401
- },
402
- thumbnail_main_01: {
403
- id: "thumbnail_main_01",
404
- label: "Thumbnail Main 01",
405
- is_required: false,
406
- max_length: 250,
407
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
408
- },
409
- thumbnail_main_02: {
410
- id: "thumbnail_main_02",
411
- label: "Thumbnail Main 02",
412
- is_required: false,
413
- max_length: 250,
414
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
415
- },
416
- thumbnail_vertical_01: {
417
- id: "thumbnail_vertical_01",
418
- label: "Thumbnail Vertical 01",
419
- is_required: false,
420
- max_length: 250,
421
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
422
- },
423
- thumbnail_vertical_02: {
424
- id: "thumbnail_vertical_02",
425
- label: "Thumbnail Vertical 02",
426
- is_required: false,
427
- max_length: 250,
428
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
429
- },
430
- earliest_event: {
431
- id: "earliest_event",
432
- label: "Earliest Event",
433
- is_required: false,
434
- placeholder: "ex. 2025-01-01 12:00:00",
435
- },
436
- latest_event: {
437
- id: "latest_event",
438
- label: "Latest Event",
439
- is_required: false,
440
- placeholder: "ex. 2025-01-01 12:00:00",
441
- },
442
- };
443
314
  export const F_MAP_PRODUCT_EVENT = {
444
315
  product_code: {
445
316
  id: "product_code",
@@ -462,136 +333,4 @@ export const F_MAP_PRODUCT_EVENT = {
462
333
  placeholder: "ex. 2025-01-01 12:00:00",
463
334
  },
464
335
  };
465
- export const F_MAP_PRODUCT_SELECTED_EVENT = {
466
- product_code: {
467
- id: "product_code",
468
- label: "Product Code",
469
- is_required: true,
470
- max_length: 96,
471
- placeholder: "ex. BTS, BLACKPINK, etc.",
472
- },
473
- event_id: {
474
- id: "event_id",
475
- label: "Event ID",
476
- is_required: true,
477
- max_length: 36,
478
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
479
- },
480
- folder_id: {
481
- id: "folder_id",
482
- label: "Folder ID",
483
- is_required: false,
484
- max_length: 36,
485
- placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
486
- },
487
- date: {
488
- id: "date",
489
- label: "Date",
490
- is_required: false,
491
- placeholder: "ex. 2025-01-01 12:00:00",
492
- },
493
- time: {
494
- id: "time",
495
- label: "Time",
496
- is_required: false,
497
- placeholder: "ex. 12:00:00",
498
- },
499
- tz: {
500
- id: "tz",
501
- label: "TZ",
502
- is_required: false,
503
- max_length: 50,
504
- placeholder: "ex. Asia/Seoul",
505
- },
506
- utc_minutes: {
507
- id: "utc_minutes",
508
- label: "UTC Minutes",
509
- is_required: false,
510
- max_length: 20,
511
- placeholder: "ex. 490",
512
- },
513
- is_repeat_annually: {
514
- id: "is_repeat_annually",
515
- label: "Is Repeat Annually",
516
- is_required: true,
517
- default_value: false,
518
- },
519
- title: {
520
- id: "title",
521
- label: "Title",
522
- is_required: false,
523
- max_length: 120,
524
- placeholder: "ex. 서울",
525
- },
526
- profile: {
527
- id: "profile",
528
- label: "Profile",
529
- is_required: false,
530
- max_length: 250,
531
- placeholder: "ex. https://www.example.com/profile.jpg",
532
- },
533
- description: {
534
- id: "description",
535
- label: "Description",
536
- is_required: false,
537
- max_length: 500,
538
- placeholder: "ex. 서울은 대한민국의 수도입니다.",
539
- },
540
- target_country_code: {
541
- id: "target_country_code",
542
- label: "Target Country Code",
543
- is_required: false,
544
- max_length: 2,
545
- placeholder: "ex. KR, US, etc.",
546
- },
547
- target_city_code: {
548
- id: "target_city_code",
549
- label: "Target City Code",
550
- is_required: false,
551
- max_length: 96,
552
- placeholder: "ex. KR, US, etc.",
553
- },
554
- hero_image_01: {
555
- id: "hero_image_01",
556
- label: "Hero Image 01",
557
- is_required: false,
558
- max_length: 250,
559
- placeholder: "ex. https://www.example.com/hero_image_01.jpg",
560
- },
561
- hero_image_02: {
562
- id: "hero_image_02",
563
- label: "Hero Image 02",
564
- is_required: false,
565
- max_length: 250,
566
- placeholder: "ex. https://www.example.com/hero_image_02.jpg",
567
- },
568
- thumbnail_main_01: {
569
- id: "thumbnail_main_01",
570
- label: "Thumbnail Main 01",
571
- is_required: false,
572
- max_length: 250,
573
- placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
574
- },
575
- thumbnail_main_02: {
576
- id: "thumbnail_main_02",
577
- label: "Thumbnail Main 02",
578
- is_required: false,
579
- max_length: 250,
580
- placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
581
- },
582
- thumbnail_vertical_01: {
583
- id: "thumbnail_vertical_01",
584
- label: "Thumbnail Vertical 01",
585
- is_required: false,
586
- max_length: 250,
587
- placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
588
- },
589
- thumbnail_vertical_02: {
590
- id: "thumbnail_vertical_02",
591
- label: "Thumbnail Vertical 02",
592
- is_required: false,
593
- max_length: 250,
594
- placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
595
- },
596
- };
597
336
  //# sourceMappingURL=field-product.js.map