trand_common_v1 0.2.19 → 0.2.20
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.
|
@@ -157,6 +157,31 @@ export type ResponseCategoryDetailForPublic = {
|
|
|
157
157
|
}[];
|
|
158
158
|
mapCategorySelectedInstagram?: TMapTypeAndSelectedInstagram[];
|
|
159
159
|
};
|
|
160
|
+
/**
|
|
161
|
+
* Response Category Detai By City For Public
|
|
162
|
+
*/
|
|
163
|
+
export type ResponseCategoryDetailByCityForPublic = {
|
|
164
|
+
content: TCategoryDetail;
|
|
165
|
+
cityDetail: TCityDetail;
|
|
166
|
+
subCategories?: TCategoryListForAdmin[];
|
|
167
|
+
i18n?: TRelatedI18n[];
|
|
168
|
+
metadataI18n?: TRelatedMetadataI18n[];
|
|
169
|
+
mapCategoryContent?: {
|
|
170
|
+
map: TMapTypeAndContent;
|
|
171
|
+
content: TContentListForPublicFrontList;
|
|
172
|
+
}[];
|
|
173
|
+
mapCategorySelectedContent?: TMapTypeAndSelectedContent[];
|
|
174
|
+
mapCategoryYouTubeVideo?: {
|
|
175
|
+
map: TMapTypeAndYouTubeVideo;
|
|
176
|
+
content: TCompletedYouTubeVideoListForPublicFront;
|
|
177
|
+
}[];
|
|
178
|
+
mapCategorySelectedYouTubeVideo?: TMapTypeAndSelectedYouTubeVideo[];
|
|
179
|
+
mapCategoryInstagram?: {
|
|
180
|
+
map: TMapTypeAndInstagram;
|
|
181
|
+
content: TInstagramContent;
|
|
182
|
+
}[];
|
|
183
|
+
mapCategorySelectedInstagram?: TMapTypeAndSelectedInstagram[];
|
|
184
|
+
};
|
|
160
185
|
/**
|
|
161
186
|
* Response Stag Detail For Admin
|
|
162
187
|
*/
|