trand_common_v1 0.2.21 → 0.2.22

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.
@@ -162,7 +162,7 @@ export type ResponseCategoryDetailForPublic = {
162
162
  */
163
163
  export type ResponseCategoryDetailByCityForPublic = {
164
164
  content: TCategoryDetail;
165
- cityDetail: TCityDetail[];
165
+ cityDetail: TCityDetail;
166
166
  subCategories?: TCategoryListForAdmin[];
167
167
  i18n?: TRelatedI18n[];
168
168
  metadataI18n?: TRelatedMetadataI18n[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"