trand_common_v1 0.2.79 → 0.2.80

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.
@@ -333,7 +333,7 @@ export type ResponseStreetListForPublic = {
333
333
  name_i18n: string;
334
334
  description_i18n: string;
335
335
  };
336
- items: TStreetDetail[];
336
+ items: TStreetListForCityDetail[];
337
337
  } & ResponseListBase;
338
338
  export type ResponseSearchResult = {
339
339
  q: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.79",
3
+ "version": "0.2.80",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"