dplus_common_v1 0.1.83 → 0.1.84
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.
|
@@ -137,7 +137,7 @@ export type ResponseCityDetailForAdmin = {
|
|
|
137
137
|
city: TCityDetail;
|
|
138
138
|
images?: TCityImage[];
|
|
139
139
|
metadataI18n?: DplusGetListDataResponse<TCityMetadataI18nDetail>;
|
|
140
|
-
i18n?: TCityI18n
|
|
140
|
+
i18n?: DplusGetListDataResponse<TCityI18n>;
|
|
141
141
|
videos?: TCityYouTubeVideo[];
|
|
142
142
|
mapCityFolder?: DplusGetListDataResponse<TMapCityFolderWithCityInfo>;
|
|
143
143
|
mapCityEvent?: DplusGetListDataResponse<TMapCityEventWithCityInfo>;
|
|
@@ -159,7 +159,7 @@ export type ResponseCategoryDetailForAdmin = {
|
|
|
159
159
|
category: TCategoryDetail;
|
|
160
160
|
metadataI18n?: DplusGetListDataResponse<TCategoryMetadataI18nDetail>;
|
|
161
161
|
subCategories?: TCategoryDetail[];
|
|
162
|
-
i18n?: TCategoryI18n
|
|
162
|
+
i18n?: DplusGetListDataResponse<TCategoryI18n>;
|
|
163
163
|
mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithCategoryInfo>;
|
|
164
164
|
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithCategoryInfo>;
|
|
165
165
|
};
|
|
@@ -178,7 +178,7 @@ export type ResponseCategoryDetailForUserFront = BaseResponseDetail<null, TCateg
|
|
|
178
178
|
*/
|
|
179
179
|
export type ResponseStagDetailForAdmin = {
|
|
180
180
|
stag: TStagDetail;
|
|
181
|
-
i18n?: TStagI18n
|
|
181
|
+
i18n?: DplusGetListDataResponse<TStagI18n>;
|
|
182
182
|
metadataI18n?: DplusGetListDataResponse<TStagMetadataI18nDetail>;
|
|
183
183
|
mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithStagInfo>;
|
|
184
184
|
mapStagEvent?: DplusGetListDataResponse<TMapStagEventWithStagInfo>;
|