dplus_common_v1 0.1.3 → 0.1.5

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.
@@ -47,7 +47,7 @@ export declare const DB_TABLE: {
47
47
  map_celeb_folder: string;
48
48
  map_celeb_event: string;
49
49
  people: string;
50
- person_metadata_i18n: string;
50
+ people_metadata_i18n: string;
51
51
  map_people_folder: string;
52
52
  map_people_event: string;
53
53
  companies: string;
package/dist/consts/db.js CHANGED
@@ -47,7 +47,7 @@ export const DB_TABLE = {
47
47
  map_celeb_folder: "map_celeb_folder",
48
48
  map_celeb_event: "map_celeb_event",
49
49
  people: "people",
50
- person_metadata_i18n: "person_metadata_i18n",
50
+ people_metadata_i18n: "people_metadata_i18n",
51
51
  map_people_folder: "map_people_folder",
52
52
  map_people_event: "map_people_event",
53
53
  companies: "companies",
@@ -36,7 +36,7 @@ export type TCelebDetail = TCelebListForAdmin & {
36
36
  metadata_og_description: string | null;
37
37
  metadata_og_image: string | null;
38
38
  };
39
- export type TCelebDeatilInsert = {
39
+ export type TCelebDetailInsert = {
40
40
  celeb_code: string;
41
41
  name: string;
42
42
  } & Partial<Omit<TCelebDetail, "celeb_code">>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dplus_common_v1",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Common modules for dplus API Server and Admin User Frontend",
5
5
  "keywords": [
6
6
  "dplus"