dplus_common_v1 0.1.86 → 0.1.88

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.
@@ -272,6 +272,7 @@ export type ResponseNearbyDetailForUserFront = {
272
272
  * - tag_set은 배열(string[]), 없을 수 있으니 null 허용
273
273
  */
274
274
  export type ResponseMetadataForUserFront = {
275
+ country_code?: string | null;
275
276
  city_code?: string | null;
276
277
  category_code?: string | null;
277
278
  stag_code?: string | null;
@@ -3,7 +3,7 @@ import { TEventCard } from "../types-event/t-event";
3
3
  export type TMapCategoryEvent = {
4
4
  category_code: string;
5
5
  event_code: string;
6
- date?: Date | null;
6
+ date?: string | null;
7
7
  is_selected?: boolean;
8
8
  order_num?: number;
9
9
  added_at?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.1.86",
3
+ "version": "0.1.88",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"