trand_common_v1 0.2.38 → 0.2.39

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.
@@ -335,6 +335,19 @@ export type ResponseContentDetailForPublic = {
335
335
  content: TTag;
336
336
  }[];
337
337
  };
338
+ /**
339
+ * Response Tag Detail For Public
340
+ */
341
+ export type ResponseTagDetailForPublic = {
342
+ tag: TTag;
343
+ cityDetail: {
344
+ name: string;
345
+ };
346
+ mapTagContent?: {
347
+ map: TMapTagAndContent;
348
+ content: TContentDetail;
349
+ }[];
350
+ };
338
351
  /**
339
352
  * Response Metadata For Public HTML head
340
353
  * Street, Stag, Content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.38",
3
+ "version": "0.2.39",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"