trand_common_v1 0.2.4 → 0.2.5
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.
|
@@ -12,6 +12,8 @@ import { TContentPrice } from "../types/t-content-price";
|
|
|
12
12
|
import { TContentShowTimetable } from "../types/t-content-show-timetable";
|
|
13
13
|
import { TGooglePlaceData } from "../types/t-google-place-data";
|
|
14
14
|
import { TMapCompletedYouTubeChannelAndCountry } from "../types/t-map-completed-youtube-channel-and-country";
|
|
15
|
+
import { TMapCompletedYouTubeVideoAndKeyword } from "../types/t-map-completed-youtube-video-and-keyword";
|
|
16
|
+
import { TMapCompletedYouTubeVideoAndTimeline } from "../types/t-map-completed-youtube-video-and-timeline";
|
|
15
17
|
import { TMapContentAndInstagram } from "../types/t-map-content-and-instagram";
|
|
16
18
|
import { TMapContentAndSelectedInstagram } from "../types/t-map-content-and-selected-instagram";
|
|
17
19
|
import { TMapContentAndSelectedYouTubeVideo } from "../types/t-map-content-and-selected-youtube-video";
|
|
@@ -114,8 +116,8 @@ export type ResponseStagDetailForAdmin = {
|
|
|
114
116
|
*/
|
|
115
117
|
export type ResponseCompletedYouTubeVideoDetailForAdmin = {
|
|
116
118
|
content: TCompletedYouTubeVideoDetail;
|
|
117
|
-
mapYouTubeVideoKeyword?:
|
|
118
|
-
mapYouTubeVideoTimeline?:
|
|
119
|
+
mapYouTubeVideoKeyword?: TMapCompletedYouTubeVideoAndKeyword[];
|
|
120
|
+
mapYouTubeVideoTimeline?: TMapCompletedYouTubeVideoAndTimeline[];
|
|
119
121
|
mapYouTubeVideoCity?: TMapTypeAndYouTubeVideo[];
|
|
120
122
|
mapSelectedYouTubeVideoCity?: TMapTypeAndSelectedYouTubeVideo[];
|
|
121
123
|
mapYouTubeVideoStreet?: TMapTypeAndYouTubeVideo[];
|