trand_common_v1 0.1.100 → 0.1.102

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.
@@ -98,7 +98,7 @@ export declare const FIELD_YOUTUBE_VIDEO_PREVIDEO: {
98
98
  label: string;
99
99
  is_required: boolean;
100
100
  };
101
- IS_ADMIN_RECOMMENDED: {
101
+ is_admin_recommended: {
102
102
  id: string;
103
103
  label: string;
104
104
  is_required: boolean;
@@ -98,7 +98,7 @@ export const FIELD_YOUTUBE_VIDEO_PREVIDEO = {
98
98
  label: "Is Timeline Data",
99
99
  is_required: true,
100
100
  },
101
- IS_ADMIN_RECOMMENDED: {
101
+ is_admin_recommended: {
102
102
  id: "is_admin_recommended",
103
103
  label: "Is Admin Recommended",
104
104
  is_required: true,
@@ -14,16 +14,16 @@ export type ResponseCompletedContentForAdmin = {
14
14
  gpPhoto: CompletedContentGPPhoto[];
15
15
  mapCategoryContent: MapCategoryCompletedContent[];
16
16
  mapSpecialTagContent: MapSpecialTagCompletedContent[];
17
- mapYoutubeVideoContent: MapYouTubeVideoCompletedContent[];
17
+ mapYoutubeVideoCompletedContent: MapYouTubeVideoCompletedContent[];
18
18
  mapTagContent: MapTagCompletedContent[];
19
19
  };
20
20
  export type ResponseYouTubeVideoCompletedForAdmin = {
21
21
  content: YouTubeVideo;
22
- mapYouTubeCity: MapYouTubeVideoCity[];
23
- mapYouTubeStreet: MapYouTubeVideoStreet[];
24
- mapYouTubeContent: MapYouTubeVideoCompletedContent[];
25
- mapYouTubeKeyword: MapYouTubeVideoKeyword[];
26
- mapYouTubeTimeline: MapYouTubeVideoTimeline[];
22
+ mapYouTubeVideoCity: MapYouTubeVideoCity[];
23
+ mapYouTubeVideoStreet: MapYouTubeVideoStreet[];
24
+ mapYouTubeVideoContent: MapYouTubeVideoCompletedContent[];
25
+ mapYouTubeVideoKeyword: MapYouTubeVideoKeyword[];
26
+ mapYouTubeVideoTimeline: MapYouTubeVideoTimeline[];
27
27
  };
28
28
  export type ResponseTrandAPI<T> = {
29
29
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.100",
3
+ "version": "0.1.102",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"