dplus_common_v1 0.1.65 → 0.1.66
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.
|
@@ -76,12 +76,12 @@ export type ResponseEventDetailForAdmin = BaseResponseDetail<TEventImage, TEvent
|
|
|
76
76
|
city_name: string | null;
|
|
77
77
|
city_name_native: string | null;
|
|
78
78
|
};
|
|
79
|
-
mapFolderEvent?: TMapFolderEventWithFolderInfo
|
|
80
|
-
mapCityEvent?: TMapCityEventWithCityInfo
|
|
81
|
-
mapCategoryEvent?: TMapCategoryEventWithCategoryInfo
|
|
82
|
-
mapStagEvent?: TMapStagEventWithStagInfo
|
|
83
|
-
mapTagEvent?: TMapTagEventWithTagInfo
|
|
84
|
-
mapGroupEvent?: TMapGroupEventWithGroupInfo
|
|
79
|
+
mapFolderEvent?: DplusGetListDataResponse<TMapFolderEventWithFolderInfo>;
|
|
80
|
+
mapCityEvent?: DplusGetListDataResponse<TMapCityEventWithCityInfo>;
|
|
81
|
+
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithCategoryInfo>;
|
|
82
|
+
mapStagEvent?: DplusGetListDataResponse<TMapStagEventWithStagInfo>;
|
|
83
|
+
mapTagEvent?: DplusGetListDataResponse<TMapTagEventWithTagInfo>;
|
|
84
|
+
mapGroupEvent?: DplusGetListDataResponse<TMapGroupEventWithGroupInfo>;
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* 이벤트 상세 응답 타입 For User Front
|
|
@@ -93,12 +93,12 @@ export type ResponseEventDetailForUserFront = BaseResponseDetail<TEventImage, TE
|
|
|
93
93
|
city_name: string | null;
|
|
94
94
|
city_name_native: string | null;
|
|
95
95
|
};
|
|
96
|
-
mapFolderEvent?: TMapFolderEventWithFolderInfo
|
|
97
|
-
mapCityEvent?: TMapCityEventWithCityInfo
|
|
98
|
-
mapCategoryEvent?: TMapCategoryEventWithCategoryInfo
|
|
99
|
-
mapStagEvent?: TMapStagEventWithStagInfo
|
|
100
|
-
mapTagEvent?: TMapTagEventWithTagInfo
|
|
101
|
-
mapGroupEvent?: TMapGroupEventWithGroupInfo
|
|
96
|
+
mapFolderEvent?: DplusGetListDataResponse<TMapFolderEventWithFolderInfo>;
|
|
97
|
+
mapCityEvent?: DplusGetListDataResponse<TMapCityEventWithCityInfo>;
|
|
98
|
+
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithCategoryInfo>;
|
|
99
|
+
mapStagEvent?: DplusGetListDataResponse<TMapStagEventWithStagInfo>;
|
|
100
|
+
mapTagEvent?: DplusGetListDataResponse<TMapTagEventWithTagInfo>;
|
|
101
|
+
mapGroupEvent?: DplusGetListDataResponse<TMapGroupEventWithGroupInfo>;
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
104
104
|
* 도시 상세 응답 타입 For Admin
|