trand_common_v1 0.2.98 → 0.2.99

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.
@@ -381,6 +381,7 @@ export type ResponseContentDetailForAdmin = {
381
381
  */
382
382
  export type ResponseContentDetailForPublic = {
383
383
  content: TContentDetail;
384
+ businessHours?: TContentBusinessHours[];
384
385
  cityDetail?: {
385
386
  city_code: string;
386
387
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.98",
3
+ "version": "0.2.99",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"