trand_common_v1 0.1.138 → 0.1.140

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.
@@ -16,6 +16,18 @@ export type ResponseCityForAdmin = {
16
16
  mapCityInstagram?: MapRelatedContentInstagram[];
17
17
  mapCitySelectedInstagram?: MapRelatedContentSelectedInstagram[];
18
18
  };
19
+ export type ResponseCityForPublic = {
20
+ content: City;
21
+ images?: RelatedImage[];
22
+ i18n?: RelatedI18n[];
23
+ metadataI18n?: RelatedMetadataI18n[];
24
+ mapCityContent?: MapRelatedContentCompletedContent[];
25
+ mapCitySelectedContent?: MapRelatedContentSelectedCompletedContent[];
26
+ mapCityYouTubeVideo?: MapRelatedContentYouTubeVideo[];
27
+ mapCitySelectedYouTubeVideo?: MapRelatedContentSelectedYouTubeVideo[];
28
+ mapCityInstagram?: MapRelatedContentInstagram[];
29
+ mapCitySelectedInstagram?: MapRelatedContentSelectedInstagram[];
30
+ };
19
31
  export type ResponseStreetForAdmin = {
20
32
  content: Street;
21
33
  images?: RelatedImage[];
@@ -77,16 +89,18 @@ export type ResponseCompletedContentForAdmin = {
77
89
  price?: CompletedContentPrice[];
78
90
  image?: CompletedContentImage[];
79
91
  i18n?: RelatedI18n[];
92
+ metadataI18n?: RelatedMetadataI18n[];
80
93
  keyword?: CompletedContentKeyword[];
81
94
  gpPhoto?: CompletedContentGPPhoto[];
82
- metadataI18n?: RelatedMetadataI18n[];
95
+ mapContentCategory?: MapRelatedContentCompletedContent[];
83
96
  mapContentCity?: MapRelatedContentCompletedContent[];
84
97
  mapContentStreet?: MapRelatedContentCompletedContent[];
85
- mapContentCategory?: MapRelatedContentCompletedContent[];
98
+ mapContentInstagram?: MapContentInstagram[];
99
+ mapContentSelectedInstagram?: MapRelatedContentSelectedInstagram[];
100
+ mapContentYouTubeVideo?: MapContentYouTubeVideo[];
101
+ mapContentSelectedYouTubeVideo?: MapRelatedContentSelectedYouTubeVideo[];
86
102
  mapContentSpecialTag?: MapRelatedContentCompletedContent[];
87
103
  mapContentTag?: MapTagContent[];
88
- mapContentYouTubeVideo?: MapContentYouTubeVideo[];
89
- mapContentInstagram?: MapContentInstagram[];
90
104
  };
91
105
  export type ResponseTrandAPI<T> = {
92
106
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.138",
3
+ "version": "0.1.140",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"