trand_common_v1 0.2.85 → 0.2.86

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.
@@ -523,6 +523,21 @@ export type ResponseMetadata = {
523
523
  metadata: TMetadata;
524
524
  i18n?: TCityI18n | TStreetI18n | TCategoryI18n | TStagI18n | TContentI18n;
525
525
  metadataI18n?: TCityMetadataI18n | TStreetMetadataI18n | TCategoryMetadataI18n | TStagMetadataI18n | TContentMetadataI18n;
526
+ mapContentCategory?: Array<{
527
+ map: TMapCategoryContent;
528
+ category: {
529
+ target_country_code: string;
530
+ category_code: string;
531
+ order_num: number;
532
+ name: string;
533
+ name_i18n?: string | null;
534
+ description_i18n?: string | null;
535
+ content_count: number;
536
+ view_count: number;
537
+ saved_count: number;
538
+ shared_count: number;
539
+ };
540
+ }>;
526
541
  };
527
542
  /**
528
543
  * Search Result - Public
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.85",
3
+ "version": "0.2.86",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"