trand_common_v1 0.2.35 → 0.2.36

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.
@@ -232,6 +232,11 @@ export type TContentListForPublicFrontList = {
232
232
  naver_reservation_url: string | null;
233
233
  linkedin: string | null;
234
234
  visit_korea: string | null;
235
+ official_youtube_video_1: string | null;
236
+ official_youtube_video_2: string | null;
237
+ official_youtube_video_3: string | null;
238
+ official_youtube_video_4: string | null;
239
+ official_youtube_video_5: string | null;
235
240
  is_active: boolean;
236
241
  is_display: boolean;
237
242
  is_temporarily_unoperational: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.35",
3
+ "version": "0.2.36",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"