trand_common_v1 0.2.33 → 0.2.34

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.
@@ -341,7 +341,7 @@ export type ResponseContentDetailForPublic = {
341
341
  */
342
342
  export type ResponseMetadata = {
343
343
  metadata: TMetadata;
344
- cityDetail: {
344
+ cityDetail?: {
345
345
  name: string;
346
346
  };
347
347
  i18n?: TRelatedI18n;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"