trand_common_v1 0.2.35 → 0.2.37
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.
|
@@ -174,7 +174,7 @@ export type ResponseCategoryDetailByCityForPublic = {
|
|
|
174
174
|
metadataI18n?: TRelatedMetadataI18n;
|
|
175
175
|
mapCategoryContent?: {
|
|
176
176
|
map: TMapTypeAndContent;
|
|
177
|
-
content:
|
|
177
|
+
content: TContentDetail;
|
|
178
178
|
}[];
|
|
179
179
|
mapCategorySelectedContent?: TMapTypeAndSelectedContent[];
|
|
180
180
|
mapCategoryYouTubeVideo?: {
|
|
@@ -232,6 +232,11 @@ export type TContentListForPublicFrontList = {
|
|
|
232
232
|
naver_reservation_url: string | null;
|
|
233
233
|
linkedin: string | null;
|
|
234
234
|
visit_korea: string | null;
|
|
235
|
+
official_youtube_video_1: string | null;
|
|
236
|
+
official_youtube_video_2: string | null;
|
|
237
|
+
official_youtube_video_3: string | null;
|
|
238
|
+
official_youtube_video_4: string | null;
|
|
239
|
+
official_youtube_video_5: string | null;
|
|
235
240
|
is_active: boolean;
|
|
236
241
|
is_display: boolean;
|
|
237
242
|
is_temporarily_unoperational: boolean;
|