trand_common_v1 0.2.25 → 0.2.26
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.
|
@@ -59,8 +59,8 @@ export type ResponseCityDetailForAdmin = {
|
|
|
59
59
|
export type ResponseCityDetailForPublic = {
|
|
60
60
|
content: TCityDetail;
|
|
61
61
|
images?: TRelatedImage[];
|
|
62
|
-
i18n?: TRelatedI18n
|
|
63
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
62
|
+
i18n?: TRelatedI18n;
|
|
63
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
64
64
|
categories?: TCategoryOption[];
|
|
65
65
|
streets?: TStreetListForCityDetail[];
|
|
66
66
|
mapCityContent?: {
|
|
@@ -103,8 +103,8 @@ export type ResponseStreetDetailForPublic = {
|
|
|
103
103
|
name: string;
|
|
104
104
|
};
|
|
105
105
|
images?: TRelatedImage[];
|
|
106
|
-
i18n?: TRelatedI18n
|
|
107
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
106
|
+
i18n?: TRelatedI18n;
|
|
107
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
108
108
|
mapStreetContent?: {
|
|
109
109
|
map: TMapTypeAndContent;
|
|
110
110
|
content: TContentListForPublicFrontList;
|
|
@@ -142,8 +142,8 @@ export type ResponseCategoryDetailForAdmin = {
|
|
|
142
142
|
export type ResponseCategoryDetailForPublic = {
|
|
143
143
|
content: TCategoryDetail;
|
|
144
144
|
subCategories?: TCategoryListForAdmin[];
|
|
145
|
-
i18n?: TRelatedI18n
|
|
146
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
145
|
+
i18n?: TRelatedI18n;
|
|
146
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
147
147
|
mapCategoryContent?: {
|
|
148
148
|
map: TMapTypeAndContent;
|
|
149
149
|
content: TContentListForPublicFrontList;
|
|
@@ -169,8 +169,8 @@ export type ResponseCategoryDetailByCityForPublic = {
|
|
|
169
169
|
name: string;
|
|
170
170
|
};
|
|
171
171
|
subCategories?: TCategoryListForAdmin[];
|
|
172
|
-
i18n?: TRelatedI18n
|
|
173
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
172
|
+
i18n?: TRelatedI18n;
|
|
173
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
174
174
|
mapCategoryContent?: {
|
|
175
175
|
map: TMapTypeAndContent;
|
|
176
176
|
content: TContentListForPublicFrontList;
|
|
@@ -208,8 +208,8 @@ export type ResponseStagDetailForAdmin = {
|
|
|
208
208
|
export type ResponseStagDetailForPublic = {
|
|
209
209
|
content: TStagDetail;
|
|
210
210
|
images?: TRelatedImage[];
|
|
211
|
-
i18n?: TRelatedI18n
|
|
212
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
211
|
+
i18n?: TRelatedI18n;
|
|
212
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
213
213
|
mapStagContent?: {
|
|
214
214
|
map: TMapTypeAndContent;
|
|
215
215
|
content: TContentListForPublicFrontList;
|
|
@@ -235,8 +235,8 @@ export type ResponseStagDetailByCityForPublic = {
|
|
|
235
235
|
name: string;
|
|
236
236
|
};
|
|
237
237
|
images?: TRelatedImage[];
|
|
238
|
-
i18n?: TRelatedI18n
|
|
239
|
-
metadataI18n?: TRelatedMetadataI18n
|
|
238
|
+
i18n?: TRelatedI18n;
|
|
239
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
240
240
|
mapStagContent?: {
|
|
241
241
|
map: TMapTypeAndContent;
|
|
242
242
|
content: TContentListForPublicFrontList;
|
|
@@ -311,8 +311,8 @@ export type ResponseContentDetailForPublic = {
|
|
|
311
311
|
showTimetable?: TContentShowTimetable[];
|
|
312
312
|
price?: TContentPrice[];
|
|
313
313
|
image?: TContentImage[];
|
|
314
|
-
i18n?: TContentI18n
|
|
315
|
-
metadataI18n?: TContentMetadataI18n
|
|
314
|
+
i18n?: TContentI18n;
|
|
315
|
+
metadataI18n?: TContentMetadataI18n;
|
|
316
316
|
keyword?: TContentKeyword[];
|
|
317
317
|
gpPhoto?: TContentGPPhoto[];
|
|
318
318
|
mapContentInstagram?: {
|