trand_common_v1 0.2.31 → 0.2.33
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.
|
@@ -161,17 +161,6 @@ export type ResponseCategoryDetailForPublic = {
|
|
|
161
161
|
}[];
|
|
162
162
|
mapCategorySelectedInstagram?: TMapTypeAndSelectedInstagram[];
|
|
163
163
|
};
|
|
164
|
-
/**
|
|
165
|
-
* Response Category Metadata For Public HTML head
|
|
166
|
-
*/
|
|
167
|
-
export type ResponseCategoryMetadata = {
|
|
168
|
-
metadata: TMetadata;
|
|
169
|
-
cityDetail: {
|
|
170
|
-
name: string;
|
|
171
|
-
};
|
|
172
|
-
i18n?: TRelatedI18n;
|
|
173
|
-
metadataI18n?: TRelatedMetadataI18n;
|
|
174
|
-
};
|
|
175
164
|
/**
|
|
176
165
|
* Response Category Detail By City For Public
|
|
177
166
|
*/
|
|
@@ -346,6 +335,18 @@ export type ResponseContentDetailForPublic = {
|
|
|
346
335
|
content: TTag;
|
|
347
336
|
}[];
|
|
348
337
|
};
|
|
338
|
+
/**
|
|
339
|
+
* Response Metadata For Public HTML head
|
|
340
|
+
* Street, Stag, Content
|
|
341
|
+
*/
|
|
342
|
+
export type ResponseMetadata = {
|
|
343
|
+
metadata: TMetadata;
|
|
344
|
+
cityDetail: {
|
|
345
|
+
name: string;
|
|
346
|
+
};
|
|
347
|
+
i18n?: TRelatedI18n;
|
|
348
|
+
metadataI18n?: TRelatedMetadataI18n;
|
|
349
|
+
};
|
|
349
350
|
export type ResponseTrandAPI<T> = {
|
|
350
351
|
success: boolean;
|
|
351
352
|
alarm?: string | null;
|