trand_common_v1 0.2.83 → 0.2.85

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.
@@ -424,6 +424,8 @@ export type ResponseContentDetailForPublic = {
424
424
  category_code: string;
425
425
  order_num: number;
426
426
  name: string;
427
+ name_i18n?: string | null;
428
+ description_i18n?: string | null;
427
429
  content_count: number;
428
430
  view_count: number;
429
431
  saved_count: number;
@@ -19,7 +19,6 @@ export type TCompletedYouTubeVideoListAdmin = {
19
19
  is_admin_recommended: boolean;
20
20
  is_display: boolean;
21
21
  is_active: boolean;
22
- content_count: number;
23
22
  user_view_count: number;
24
23
  saved_count: number;
25
24
  shared_count: number;
@@ -22,7 +22,6 @@ export const DB_COLUMNS_COMPLETED_YOUTUBE_VIDEO_LIST_FOR_ADMIN = [
22
22
  "is_admin_recommended",
23
23
  "is_display",
24
24
  "is_active",
25
- "content_count",
26
25
  "user_view_count",
27
26
  "saved_count",
28
27
  "shared_count",
@@ -1 +1 @@
1
- {"version":3,"file":"t-completed-youtube-video.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-video.ts"],"names":[],"mappings":"AA+EA;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAG;IAC/D,UAAU;IACV,cAAc;IACd,WAAW;IACX,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,kBAAkB;IAClB,wBAAwB;IACxB,UAAU;IACV,kBAAkB;IAClB,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,kBAAkB;IAClB,sBAAsB;IACtB,YAAY;IACZ,WAAW;IACX,eAAe;IACf,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;CACjB,CAAC"}
1
+ {"version":3,"file":"t-completed-youtube-video.js","sourceRoot":"","sources":["../../src/types/t-completed-youtube-video.ts"],"names":[],"mappings":"AA8EA;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAG;IAC/D,UAAU;IACV,cAAc;IACd,WAAW;IACX,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,kBAAkB;IAClB,wBAAwB;IACxB,UAAU;IACV,kBAAkB;IAClB,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,eAAe;IACf,WAAW;IACX,kBAAkB;IAClB,sBAAsB;IACtB,YAAY;IACZ,WAAW;IACX,iBAAiB;IACjB,aAAa;IACb,cAAc;IACd,eAAe;IACf,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;CACjB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trand_common_v1",
3
- "version": "0.2.83",
3
+ "version": "0.2.85",
4
4
  "description": "Common modules for Trand API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "trand"