trand_common_v1 0.1.52 → 0.1.54

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.
@@ -112,8 +112,9 @@ export type StreetListAdmin = StreetOption & {
112
112
  naver_map_url: string;
113
113
  is_active: boolean;
114
114
  is_display: boolean;
115
+ content_count: number;
115
116
  };
116
- export type Street = {
117
+ export type Street = StreetListAdmin & {
117
118
  description: string | null;
118
119
  description_ko: string | null;
119
120
  location: string;
@@ -122,7 +123,6 @@ export type Street = {
122
123
  radius_m: number | null;
123
124
  address: string;
124
125
  address_native: string;
125
- content_count: number;
126
126
  thumbnail_main_1: string | null;
127
127
  thumbnail_main_2: string | null;
128
128
  thumbnail_main_3: string | null;
@@ -189,7 +189,7 @@ export type CategoryListAdmin = CategoryOption & {
189
189
  deactivated_at: string | null;
190
190
  deactivated_by: string | null;
191
191
  };
192
- export type Category = {
192
+ export type Category = CategoryListAdmin & {
193
193
  description: string | null;
194
194
  description_ko: string | null;
195
195
  start_month: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"