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
@@ -0,0 +1,133 @@
1
+ export declare const F_SELECTED_FOLDER: {
2
+ content_type: {
3
+ id: string;
4
+ label: string;
5
+ is_required: boolean;
6
+ max_length: number;
7
+ placeholder: string;
8
+ };
9
+ code: {
10
+ id: string;
11
+ label: string;
12
+ is_required: boolean;
13
+ max_length: number;
14
+ placeholder: string;
15
+ };
16
+ folder_id: {
17
+ id: string;
18
+ label: string;
19
+ is_required: boolean;
20
+ max_length: number;
21
+ placeholder: string;
22
+ };
23
+ title: {
24
+ id: string;
25
+ label: string;
26
+ is_required: boolean;
27
+ max_length: number;
28
+ placeholder: string;
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
+ };
51
+ profile: {
52
+ id: string;
53
+ label: string;
54
+ is_required: boolean;
55
+ max_length: number;
56
+ placeholder: string;
57
+ };
58
+ description: {
59
+ id: string;
60
+ label: string;
61
+ is_required: boolean;
62
+ max_length: number;
63
+ placeholder: string;
64
+ };
65
+ target_country_code: {
66
+ id: string;
67
+ label: string;
68
+ is_required: boolean;
69
+ max_length: number;
70
+ placeholder: string;
71
+ };
72
+ target_city_code: {
73
+ id: string;
74
+ label: string;
75
+ is_required: boolean;
76
+ max_length: number;
77
+ placeholder: string;
78
+ };
79
+ hero_image_01: {
80
+ id: string;
81
+ label: string;
82
+ is_required: boolean;
83
+ max_length: number;
84
+ placeholder: string;
85
+ };
86
+ hero_image_02: {
87
+ id: string;
88
+ label: string;
89
+ is_required: boolean;
90
+ max_length: number;
91
+ placeholder: string;
92
+ };
93
+ thumbnail_main_01: {
94
+ id: string;
95
+ label: string;
96
+ is_required: boolean;
97
+ max_length: number;
98
+ placeholder: string;
99
+ };
100
+ thumbnail_main_02: {
101
+ id: string;
102
+ label: string;
103
+ is_required: boolean;
104
+ max_length: number;
105
+ placeholder: string;
106
+ };
107
+ thumbnail_vertical_01: {
108
+ id: string;
109
+ label: string;
110
+ is_required: boolean;
111
+ max_length: number;
112
+ placeholder: string;
113
+ };
114
+ thumbnail_vertical_02: {
115
+ id: string;
116
+ label: string;
117
+ is_required: boolean;
118
+ max_length: number;
119
+ placeholder: string;
120
+ };
121
+ earliest_event: {
122
+ id: string;
123
+ label: string;
124
+ is_required: boolean;
125
+ placeholder: string;
126
+ };
127
+ latest_event: {
128
+ id: string;
129
+ label: string;
130
+ is_required: boolean;
131
+ placeholder: string;
132
+ };
133
+ };
@@ -0,0 +1,134 @@
1
+ export const F_SELECTED_FOLDER = {
2
+ content_type: {
3
+ id: "content_type",
4
+ label: "Content Type",
5
+ is_required: true,
6
+ max_length: 96,
7
+ placeholder: "ex. city, event, pevent, etc.",
8
+ },
9
+ code: {
10
+ id: "code",
11
+ label: "Code",
12
+ is_required: true,
13
+ max_length: 96,
14
+ placeholder: "ex. seoul, jeju, bangkok, etc.",
15
+ },
16
+ folder_id: {
17
+ id: "folder_id",
18
+ label: "Folder ID",
19
+ is_required: true,
20
+ max_length: 36,
21
+ placeholder: "ex. 123e4567-e89b-12d3-a456-426614174000",
22
+ },
23
+ title: {
24
+ id: "title",
25
+ label: "Title",
26
+ is_required: true,
27
+ max_length: 120,
28
+ placeholder: "ex. 서울",
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
+ },
51
+ profile: {
52
+ id: "profile",
53
+ label: "Profile",
54
+ is_required: false,
55
+ max_length: 250,
56
+ placeholder: "ex. https://www.example.com/profile.jpg",
57
+ },
58
+ description: {
59
+ id: "description",
60
+ label: "Description",
61
+ is_required: false,
62
+ max_length: 500,
63
+ placeholder: "ex. 서울은 대한민국의 수도입니다.",
64
+ },
65
+ target_country_code: {
66
+ id: "target_country_code",
67
+ label: "Target Country Code",
68
+ is_required: false,
69
+ max_length: 2,
70
+ placeholder: "ex. KR, US, etc.",
71
+ },
72
+ target_city_code: {
73
+ id: "target_city_code",
74
+ label: "Target City Code",
75
+ is_required: false,
76
+ max_length: 96,
77
+ placeholder: "ex. KR, US, etc.",
78
+ },
79
+ hero_image_01: {
80
+ id: "hero_image_01",
81
+ label: "Hero Image 01",
82
+ is_required: false,
83
+ max_length: 250,
84
+ placeholder: "ex. https://www.example.com/hero_image_01.jpg",
85
+ },
86
+ hero_image_02: {
87
+ id: "hero_image_02",
88
+ label: "Hero Image 02",
89
+ is_required: false,
90
+ max_length: 250,
91
+ placeholder: "ex. https://www.example.com/hero_image_02.jpg",
92
+ },
93
+ thumbnail_main_01: {
94
+ id: "thumbnail_main_01",
95
+ label: "Thumbnail Main 01",
96
+ is_required: false,
97
+ max_length: 250,
98
+ placeholder: "ex. https://www.example.com/thumbnail_main_01.jpg",
99
+ },
100
+ thumbnail_main_02: {
101
+ id: "thumbnail_main_02",
102
+ label: "Thumbnail Main 02",
103
+ is_required: false,
104
+ max_length: 250,
105
+ placeholder: "ex. https://www.example.com/thumbnail_main_02.jpg",
106
+ },
107
+ thumbnail_vertical_01: {
108
+ id: "thumbnail_vertical_01",
109
+ label: "Thumbnail Vertical 01",
110
+ is_required: false,
111
+ max_length: 250,
112
+ placeholder: "ex. https://www.example.com/thumbnail_vertical_01.jpg",
113
+ },
114
+ thumbnail_vertical_02: {
115
+ id: "thumbnail_vertical_02",
116
+ label: "Thumbnail Vertical 02",
117
+ is_required: false,
118
+ max_length: 250,
119
+ placeholder: "ex. https://www.example.com/thumbnail_vertical_02.jpg",
120
+ },
121
+ earliest_event: {
122
+ id: "earliest_event",
123
+ label: "Earliest Event",
124
+ is_required: false,
125
+ placeholder: "ex. 2025-01-01 12:00:00",
126
+ },
127
+ latest_event: {
128
+ id: "latest_event",
129
+ label: "Latest Event",
130
+ is_required: false,
131
+ placeholder: "ex. 2025-01-01 12:00:00",
132
+ },
133
+ };
134
+ //# sourceMappingURL=field-selected-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-selected-group.js","sourceRoot":"","sources":["../../src/fields/field-selected-group.ts"],"names":[],"mappings":"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"}
@@ -13,14 +13,14 @@ export declare const F_SERVICE_PROVIDER: {
13
13
  max_length: number;
14
14
  placeholder: string;
15
15
  };
16
- icon_url: {
16
+ thumbnail: {
17
17
  id: string;
18
18
  label: string;
19
19
  is_required: boolean;
20
20
  max_length: number;
21
21
  placeholder: string;
22
22
  };
23
- website_url: {
23
+ web_url: {
24
24
  id: string;
25
25
  label: string;
26
26
  is_required: boolean;
@@ -3,7 +3,7 @@ export const F_SERVICE_PROVIDER = {
3
3
  id: "provider_code",
4
4
  label: "Provider Code",
5
5
  is_required: true,
6
- max_length: 60,
6
+ max_length: 96,
7
7
  placeholder: "ex. naver, kakao, etc.",
8
8
  },
9
9
  name: {
@@ -13,16 +13,16 @@ export const F_SERVICE_PROVIDER = {
13
13
  max_length: 60,
14
14
  placeholder: "ex. Naver, Kakao, etc.",
15
15
  },
16
- icon_url: {
17
- id: "icon_url",
18
- label: "Icon URL",
16
+ thumbnail: {
17
+ id: "thumbnail",
18
+ label: "Thumbnail",
19
19
  is_required: false,
20
20
  max_length: 250,
21
21
  placeholder: "ex. https://www.seoul.go.kr/images/city/profile.jpg",
22
22
  },
23
- website_url: {
24
- id: "website_url",
25
- label: "Website URL",
23
+ web_url: {
24
+ id: "web_url",
25
+ label: "Web URL",
26
26
  is_required: false,
27
27
  max_length: 500,
28
28
  placeholder: "ex. https://www.naver.com, https://www.kakao.com, etc.",
@@ -1 +1 @@
1
- {"version":3,"file":"field-service-provider.js","sourceRoot":"","sources":["../../src/fields/field-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,qDAAqD;KACnE;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wDAAwD;KACtE;CACF,CAAC"}
1
+ {"version":3,"file":"field-service-provider.js","sourceRoot":"","sources":["../../src/fields/field-service-provider.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,MAAM;QACb,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,qDAAqD;KACnE;IACD,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wDAAwD;KACtE;CACF,CAAC"}
@@ -0,0 +1,280 @@
1
+ export declare const F_STAG: {
2
+ target_country_code: {
3
+ id: string;
4
+ label: string;
5
+ is_required: boolean;
6
+ max_length: number;
7
+ placeholder: string;
8
+ };
9
+ stag_code: {
10
+ id: string;
11
+ label: string;
12
+ is_required: boolean;
13
+ max_length: number;
14
+ placeholder: string;
15
+ };
16
+ stag: {
17
+ id: string;
18
+ label: string;
19
+ is_required: boolean;
20
+ max_length: number;
21
+ placeholder: string;
22
+ };
23
+ stag_native: {
24
+ id: string;
25
+ label: string;
26
+ is_required: boolean;
27
+ max_length: number;
28
+ placeholder: string;
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
+ };
51
+ profile: {
52
+ id: string;
53
+ label: string;
54
+ is_required: boolean;
55
+ max_length: number;
56
+ placeholder: string;
57
+ };
58
+ description: {
59
+ id: string;
60
+ label: string;
61
+ is_required: boolean;
62
+ max_length: number;
63
+ placeholder: string;
64
+ };
65
+ url: {
66
+ id: string;
67
+ label: string;
68
+ is_required: boolean;
69
+ max_length: number;
70
+ placeholder: string;
71
+ };
72
+ event_count: {
73
+ id: string;
74
+ label: string;
75
+ is_required: boolean;
76
+ default_value: number;
77
+ };
78
+ is_active: {
79
+ id: string;
80
+ label: string;
81
+ is_required: boolean;
82
+ default_value: boolean;
83
+ };
84
+ deactivated_at: {
85
+ id: string;
86
+ label: string;
87
+ is_required: boolean;
88
+ placeholder: string;
89
+ };
90
+ deactivated_by: {
91
+ id: string;
92
+ label: string;
93
+ is_required: boolean;
94
+ max_length: number;
95
+ placeholder: string;
96
+ };
97
+ is_display: {
98
+ id: string;
99
+ label: string;
100
+ is_required: boolean;
101
+ default_value: boolean;
102
+ };
103
+ hero_image_01: {
104
+ id: string;
105
+ label: string;
106
+ is_required: boolean;
107
+ max_length: number;
108
+ placeholder: string;
109
+ };
110
+ hero_image_02: {
111
+ id: string;
112
+ label: string;
113
+ is_required: boolean;
114
+ max_length: number;
115
+ placeholder: string;
116
+ };
117
+ hero_image_03: {
118
+ id: string;
119
+ label: string;
120
+ is_required: boolean;
121
+ max_length: number;
122
+ placeholder: string;
123
+ };
124
+ hero_image_04: {
125
+ id: string;
126
+ label: string;
127
+ is_required: boolean;
128
+ max_length: number;
129
+ placeholder: string;
130
+ };
131
+ hero_image_05: {
132
+ id: string;
133
+ label: string;
134
+ is_required: boolean;
135
+ max_length: number;
136
+ placeholder: string;
137
+ };
138
+ thumbnail_main_01: {
139
+ id: string;
140
+ label: string;
141
+ is_required: boolean;
142
+ max_length: number;
143
+ placeholder: string;
144
+ };
145
+ thumbnail_main_02: {
146
+ id: string;
147
+ label: string;
148
+ is_required: boolean;
149
+ max_length: number;
150
+ placeholder: string;
151
+ };
152
+ thumbnail_main_03: {
153
+ id: string;
154
+ label: string;
155
+ is_required: boolean;
156
+ max_length: number;
157
+ placeholder: string;
158
+ };
159
+ thumbnail_main_04: {
160
+ id: string;
161
+ label: string;
162
+ is_required: boolean;
163
+ max_length: number;
164
+ placeholder: string;
165
+ };
166
+ thumbnail_main_05: {
167
+ id: string;
168
+ label: string;
169
+ is_required: boolean;
170
+ max_length: number;
171
+ placeholder: string;
172
+ };
173
+ thumbnail_vertical_01: {
174
+ id: string;
175
+ label: string;
176
+ is_required: boolean;
177
+ max_length: number;
178
+ placeholder: string;
179
+ };
180
+ thumbnail_vertical_02: {
181
+ id: string;
182
+ label: string;
183
+ is_required: boolean;
184
+ max_length: number;
185
+ placeholder: string;
186
+ };
187
+ thumbnail_vertical_03: {
188
+ id: string;
189
+ label: string;
190
+ is_required: boolean;
191
+ max_length: number;
192
+ placeholder: string;
193
+ };
194
+ thumbnail_vertical_04: {
195
+ id: string;
196
+ label: string;
197
+ is_required: boolean;
198
+ max_length: number;
199
+ placeholder: string;
200
+ };
201
+ thumbnail_vertical_05: {
202
+ id: string;
203
+ label: string;
204
+ is_required: boolean;
205
+ max_length: number;
206
+ placeholder: string;
207
+ };
208
+ metadata_title: {
209
+ id: string;
210
+ label: string;
211
+ is_required: boolean;
212
+ max_length: number;
213
+ placeholder: string;
214
+ };
215
+ metadata_description: {
216
+ id: string;
217
+ label: string;
218
+ is_required: boolean;
219
+ max_length: number;
220
+ placeholder: string;
221
+ };
222
+ metadata_keywords: {
223
+ id: string;
224
+ label: string;
225
+ is_required: boolean;
226
+ max_length: number;
227
+ placeholder: string;
228
+ };
229
+ metadata_og_title: {
230
+ id: string;
231
+ label: string;
232
+ is_required: boolean;
233
+ max_length: number;
234
+ placeholder: string;
235
+ };
236
+ metadata_og_description: {
237
+ id: string;
238
+ label: string;
239
+ is_required: boolean;
240
+ max_length: number;
241
+ placeholder: string;
242
+ };
243
+ metadata_og_image: {
244
+ id: string;
245
+ label: string;
246
+ is_required: boolean;
247
+ max_length: number;
248
+ placeholder: string;
249
+ };
250
+ };
251
+ export declare const F_STAG_I18N: {
252
+ stag_code: {
253
+ id: string;
254
+ label: string;
255
+ is_required: boolean;
256
+ max_length: number;
257
+ placeholder: string;
258
+ };
259
+ lang_code: {
260
+ id: string;
261
+ label: string;
262
+ is_required: boolean;
263
+ max_length: number;
264
+ placeholder: string;
265
+ };
266
+ name: {
267
+ id: string;
268
+ label: string;
269
+ is_required: boolean;
270
+ max_length: number;
271
+ placeholder: string;
272
+ };
273
+ description: {
274
+ id: string;
275
+ label: string;
276
+ is_required: boolean;
277
+ max_length: number;
278
+ placeholder: string;
279
+ };
280
+ };