dplus_common_v1 0.1.70 → 0.1.71

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.
@@ -58,7 +58,12 @@ export type ResponseFolderDetailForAdmin = BaseResponseDetail<TFolderImage, TFol
58
58
  * 폴더 상세 응답 타입 For User Front
59
59
  */
60
60
  export type ResponseFolderDetailForUserFront = BaseResponseDetail<TFolderImage, TFolderMetadataI18nDetail> & {
61
- folder: TFolderDetail;
61
+ folder: TFolderDetail & {
62
+ country_name: string | null;
63
+ country_name_native: string | null;
64
+ city_name: string | null;
65
+ city_name_native: string | null;
66
+ };
62
67
  mapCityFolder?: DplusGetListDataResponse<TMapCityFolderWithCityInfo>;
63
68
  mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithCategoryInfo>;
64
69
  mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithStagInfo>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"