dplus_common_v1 0.2.16 → 0.2.18

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.
@@ -17,8 +17,8 @@ export type TFolderMetadataI18nDetail = {
17
17
  created_at: Date;
18
18
  updated_at: Date;
19
19
  };
20
- export type TFolderMetadataI18nInsert = {
20
+ export type TFolderMetadataI18nDetailInsert = {
21
21
  folder_code: string;
22
22
  lang_code: string;
23
23
  } & Partial<Pick<TFolderMetadataI18nDetail, "title" | "description" | "og_title" | "og_description" | "og_image" | "tag_set">>;
24
- export type TFolderMetadataI18nUpdate = Partial<Omit<TFolderMetadataI18nDetail, "folder_code" | "lang_code" | "created_at" | "updated_at">>;
24
+ export type TFolderMetadataI18nDetailUpdate = Partial<Omit<TFolderMetadataI18nDetail, "folder_code" | "lang_code" | "created_at" | "updated_at">>;
@@ -55,6 +55,10 @@ export type TStagDetail = TStagListForAdmin & {
55
55
  thumbnail_horizontal_source: TThumbnailSource | null;
56
56
  thumbnail_vertical: string | null;
57
57
  thumbnail_vertical_source: TThumbnailSource | null;
58
+ youtube_ch_id: string | null;
59
+ instagram_id: string | null;
60
+ tiktok_id: string | null;
61
+ threads_id: string | null;
58
62
  deactivated_at: Date | null;
59
63
  deactivated_by: string | null;
60
64
  };
@@ -1 +1 @@
1
- {"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA6DA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,KAAK;IACL,cAAc;IACd,aAAa;IACb,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAgEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,aAAa,EAAS,YAAY;IAClC,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,YAAY,EAAU,YAAY;IAClC,YAAY,EAAU,YAAY;IAClC,YAAY,EAAU,YAAY;IAClC,gBAAgB;IAChB,gBAAgB;CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;AAEhG,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;CAC5B,CAAC"}
1
+ {"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA6DA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,KAAK;IACL,cAAc;IACd,aAAa;IACb,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAqEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,aAAa,EAAS,YAAY;IAClC,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,YAAY,EAAU,YAAY;IAClC,YAAY,EAAU,YAAY;IAClC,YAAY,EAAU,YAAY;IAClC,gBAAgB;IAChB,gBAAgB;CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;AAEhG,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;CAC5B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"