trand_common_v1 0.2.50 → 0.2.51

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.
@@ -7,7 +7,7 @@ import { TCityImage } from "../types/t-city-image";
7
7
  import { TCityMetadataI18n } from "../types/t-city-metadata-i18n";
8
8
  import { TCompletedYouTubeChannelDetail } from "../types/t-completed-youtube-channel";
9
9
  import { TCompletedYouTubeVideoDetail, TCompletedYouTubeVideoListForPublicFront } from "../types/t-completed-youtube-video";
10
- import { TContentDetail, TContentListForPublicFrontList } from "../types/t-content";
10
+ import { TContentDetail } from "../types/t-content";
11
11
  import { TContentGPPhoto } from "../types/t-content-gp-photo";
12
12
  import { TContentI18n } from "../types/t-content-i18n";
13
13
  import { TContentImage } from "../types/t-content-image";
@@ -311,7 +311,7 @@ export type ResponseSearchResult = {
311
311
  serverTime: string;
312
312
  cities: ResponseItemsFlat<TCityListForAdmin>;
313
313
  streets: ResponseItemsFlat<TStreetListForAdmin>;
314
- contents: ResponseItemsFlat<TContentListForPublicFrontList>;
314
+ contents: ResponseItemsFlat<TContentDetail>;
315
315
  };
316
316
  export type ResponseTrandAPI<T> = {
317
317
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.50",
3
+ "version": "0.2.51",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"