dplus_common_v1 0.1.75 → 0.1.76

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.
@@ -138,7 +138,7 @@ export type ResponseCategoryDetailForAdmin = BaseResponseDetail<null, TCategoryM
138
138
  export type ResponseCategoryDetailForUserFront = BaseResponseDetail<null, TCategoryMetadataI18nDetail> & {
139
139
  category: TCategoryDetail;
140
140
  subCategories?: TCategoryDetail[];
141
- i18n?: TCategoryI18n[];
141
+ i18n?: TCategoryI18n;
142
142
  mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithFolderInfo>;
143
143
  mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithEventInfo>;
144
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.1.75",
3
+ "version": "0.1.76",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"