trand_common_v1 0.2.49 → 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.
@@ -1,7 +1,7 @@
1
1
  import { TCategoryDetail, TCategoryListForPublic } from "../types/t-category";
2
2
  import { TCategoryI18n } from "../types/t-category-i18n";
3
3
  import { TCategoryMetadataI18n } from "../types/t-category-metadata-i18n";
4
- import { TCityDetail } from "../types/t-city";
4
+ import { TCityDetail, TCityListForAdmin } from "../types/t-city";
5
5
  import { TCityI18n } from "../types/t-city-i18n";
6
6
  import { TCityImage } from "../types/t-city-image";
7
7
  import { TCityMetadataI18n } from "../types/t-city-metadata-i18n";
@@ -40,7 +40,7 @@ import { TStagDetail, TStagListForContentDetail } from "../types/t-stag";
40
40
  import { TStagI18n } from "../types/t-stag-i18n";
41
41
  import { TStagImage } from "../types/t-stag-image";
42
42
  import { TStagMetadataI18n } from "../types/t-stag-metadata-i18n";
43
- import { TStreetDetail, TStreetListForCityDetail } from "../types/t-street";
43
+ import { TStreetDetail, TStreetListForAdmin, TStreetListForCityDetail } from "../types/t-street";
44
44
  import { TStreetI18n } from "../types/t-street-i18n";
45
45
  import { TStreetImage } from "../types/t-street-image";
46
46
  import { TStreetMetadataI18n } from "../types/t-street-metadata-i18n";
@@ -309,8 +309,8 @@ export type ResponseSearchResult = {
309
309
  start: number;
310
310
  limit: number;
311
311
  serverTime: string;
312
- cities: ResponseItemsFlat<TCityDetail>;
313
- streets: ResponseItemsFlat<TStreetDetail>;
312
+ cities: ResponseItemsFlat<TCityListForAdmin>;
313
+ streets: ResponseItemsFlat<TStreetListForAdmin>;
314
314
  contents: ResponseItemsFlat<TContentDetail>;
315
315
  };
316
316
  export type ResponseTrandAPI<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.49",
3
+ "version": "0.2.51",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"