dplus_common_v1 0.1.6 → 0.1.9

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.
Files changed (127) hide show
  1. package/dist/db-types/db-brand-types.d.ts +9 -92
  2. package/dist/db-types/db-brand-types.js +14 -1
  3. package/dist/db-types/db-brand-types.js.map +1 -1
  4. package/dist/db-types/db-category-types.d.ts +6 -124
  5. package/dist/db-types/db-category-types.js +10 -1
  6. package/dist/db-types/db-category-types.js.map +1 -1
  7. package/dist/db-types/db-celeb-types.d.ts +9 -92
  8. package/dist/db-types/db-celeb-types.js +14 -1
  9. package/dist/db-types/db-celeb-types.js.map +1 -1
  10. package/dist/db-types/db-city-types.d.ts +9 -124
  11. package/dist/db-types/db-city-types.js +15 -1
  12. package/dist/db-types/db-city-types.js.map +1 -1
  13. package/dist/db-types/db-company-types.d.ts +9 -92
  14. package/dist/db-types/db-company-types.js +13 -1
  15. package/dist/db-types/db-company-types.js.map +1 -1
  16. package/dist/db-types/db-event-types.d.ts +13 -45
  17. package/dist/db-types/db-event-types.js +24 -1
  18. package/dist/db-types/db-event-types.js.map +1 -1
  19. package/dist/db-types/db-folder-types.d.ts +15 -34
  20. package/dist/db-types/db-folder-types.js +20 -1
  21. package/dist/db-types/db-folder-types.js.map +1 -1
  22. package/dist/db-types/db-idol-group-types.d.ts +9 -92
  23. package/dist/db-types/db-idol-group-types.js +13 -1
  24. package/dist/db-types/db-idol-group-types.js.map +1 -1
  25. package/dist/db-types/db-log-types.d.ts +19 -0
  26. package/dist/db-types/db-log-types.js +2 -0
  27. package/dist/db-types/db-log-types.js.map +1 -0
  28. package/dist/db-types/db-map-types.d.ts +44 -0
  29. package/dist/db-types/db-map-types.js +2 -0
  30. package/dist/db-types/db-map-types.js.map +1 -0
  31. package/dist/db-types/db-metadata-types.d.ts +24 -0
  32. package/dist/db-types/db-metadata-types.js +2 -0
  33. package/dist/db-types/db-metadata-types.js.map +1 -0
  34. package/dist/db-types/db-people-types.d.ts +9 -92
  35. package/dist/db-types/db-people-types.js +13 -1
  36. package/dist/db-types/db-people-types.js.map +1 -1
  37. package/dist/db-types/db-pevent-types.d.ts +109 -0
  38. package/dist/db-types/db-pevent-types.js +24 -0
  39. package/dist/db-types/db-pevent-types.js.map +1 -0
  40. package/dist/db-types/db-product-types.d.ts +9 -92
  41. package/dist/db-types/db-product-types.js +15 -1
  42. package/dist/db-types/db-product-types.js.map +1 -1
  43. package/dist/db-types/db-selected-event-types.d.ts +38 -0
  44. package/dist/db-types/db-selected-event-types.js +25 -0
  45. package/dist/db-types/db-selected-event-types.js.map +1 -0
  46. package/dist/db-types/db-selected-folder-types.d.ts +34 -0
  47. package/dist/db-types/db-selected-folder-types.js +21 -0
  48. package/dist/db-types/db-selected-folder-types.js.map +1 -0
  49. package/dist/db-types/db-service-provider-types.d.ts +2 -2
  50. package/dist/db-types/db-stag-types.d.ts +59 -0
  51. package/dist/db-types/db-stag-types.js +2 -0
  52. package/dist/db-types/db-stag-types.js.map +1 -0
  53. package/dist/db-types/db-tag-types.d.ts +0 -27
  54. package/dist/db-types/db-team-types.d.ts +9 -92
  55. package/dist/db-types/db-team-types.js +13 -1
  56. package/dist/db-types/db-team-types.js.map +1 -1
  57. package/dist/db-types/db-user-types.d.ts +8 -8
  58. package/dist/fields/field-brand.d.ts +34 -295
  59. package/dist/fields/field-brand.js +34 -295
  60. package/dist/fields/field-brand.js.map +1 -1
  61. package/dist/fields/field-category.d.ts +28 -373
  62. package/dist/fields/field-category.js +29 -374
  63. package/dist/fields/field-category.js.map +1 -1
  64. package/dist/fields/field-celeb.d.ts +34 -295
  65. package/dist/fields/field-celeb.js +34 -295
  66. package/dist/fields/field-celeb.js.map +1 -1
  67. package/dist/fields/field-city.d.ts +35 -331
  68. package/dist/fields/field-city.js +52 -348
  69. package/dist/fields/field-city.js.map +1 -1
  70. package/dist/fields/field-company.d.ts +34 -295
  71. package/dist/fields/field-company.js +34 -295
  72. package/dist/fields/field-company.js.map +1 -1
  73. package/dist/fields/field-event.d.ts +32 -56
  74. package/dist/fields/field-event.js +70 -94
  75. package/dist/fields/field-event.js.map +1 -1
  76. package/dist/fields/field-folder.d.ts +32 -33
  77. package/dist/fields/field-folder.js +47 -48
  78. package/dist/fields/field-folder.js.map +1 -1
  79. package/dist/fields/field-idol-group.d.ts +34 -295
  80. package/dist/fields/field-idol-group.js +34 -295
  81. package/dist/fields/field-idol-group.js.map +1 -1
  82. package/dist/fields/field-log.d.ts +94 -0
  83. package/dist/fields/field-log.js +95 -0
  84. package/dist/fields/field-log.js.map +1 -0
  85. package/dist/fields/field-map.d.ts +200 -0
  86. package/dist/fields/field-map.js +201 -0
  87. package/dist/fields/field-map.js.map +1 -0
  88. package/dist/fields/field-metadata.d.ts +65 -0
  89. package/dist/fields/field-metadata.js +66 -0
  90. package/dist/fields/field-metadata.js.map +1 -0
  91. package/dist/fields/field-people.d.ts +34 -295
  92. package/dist/fields/field-people.js +34 -295
  93. package/dist/fields/field-people.js.map +1 -1
  94. package/dist/fields/field-pevent.d.ts +556 -0
  95. package/dist/fields/field-pevent.js +557 -0
  96. package/dist/fields/field-pevent.js.map +1 -0
  97. package/dist/fields/field-product.d.ts +34 -295
  98. package/dist/fields/field-product.js +34 -295
  99. package/dist/fields/field-product.js.map +1 -1
  100. package/dist/fields/field-selected-event.d.ts +160 -0
  101. package/dist/fields/field-selected-event.js +161 -0
  102. package/dist/fields/field-selected-event.js.map +1 -0
  103. package/dist/fields/field-selected-folder.d.ts +133 -0
  104. package/dist/fields/field-selected-folder.js +134 -0
  105. package/dist/fields/field-selected-folder.js.map +1 -0
  106. package/dist/fields/field-selected-group.d.ts +133 -0
  107. package/dist/fields/field-selected-group.js +134 -0
  108. package/dist/fields/field-selected-group.js.map +1 -0
  109. package/dist/fields/field-service-provider.d.ts +2 -2
  110. package/dist/fields/field-service-provider.js +7 -7
  111. package/dist/fields/field-service-provider.js.map +1 -1
  112. package/dist/fields/field-stag.d.ts +280 -0
  113. package/dist/fields/field-stag.js +281 -0
  114. package/dist/fields/field-stag.js.map +1 -0
  115. package/dist/fields/field-tag.d.ts +0 -50
  116. package/dist/fields/field-tag.js +0 -50
  117. package/dist/fields/field-tag.js.map +1 -1
  118. package/dist/fields/field-team.d.ts +34 -295
  119. package/dist/fields/field-team.js +34 -295
  120. package/dist/fields/field-team.js.map +1 -1
  121. package/dist/fields/field-user.d.ts +51 -2
  122. package/dist/fields/field-user.js +56 -7
  123. package/dist/fields/field-user.js.map +1 -1
  124. package/dist/index.d.ts +14 -5
  125. package/dist/index.js +14 -5
  126. package/dist/index.js.map +1 -1
  127. package/package.json +1 -1
@@ -1,15 +1,21 @@
1
+ export declare const TCompanyListForAdminAttributes: string[];
1
2
  export type TCompanyListForAdmin = {
2
3
  company_code: string;
3
4
  name: string;
4
5
  name_native: string | null;
6
+ homepage: string | null;
5
7
  youtube_ch_id: string | null;
6
8
  instagram_id: string | null;
7
9
  tiktok_id: string | null;
8
10
  threads_id: string | null;
9
11
  is_active: boolean;
10
12
  is_display: boolean;
13
+ is_official_account: boolean;
11
14
  };
12
15
  export type TCompanyDetail = TCompanyListForAdmin & {
16
+ thumbnail_square: string | null;
17
+ thumbnail_horizontal: string | null;
18
+ thumbnail_vertical: string | null;
13
19
  profile: string | null;
14
20
  deactivated_at: Date | null;
15
21
  deactivated_by: string | null;
@@ -42,103 +48,14 @@ export type TCompanyDetailInsert = {
42
48
  export type TCompanyDetailUpdate = {
43
49
  company_code: string;
44
50
  } & Partial<Omit<TCompanyDetail, "company_code">>;
45
- export type TCompanyMetadataI18n = {
46
- company_code: string;
47
- lang_code: string;
48
- title: string | null;
49
- description: string | null;
50
- keywords: string | null;
51
- og_title: string | null;
52
- og_description: string | null;
53
- og_image: string | null;
54
- };
55
- export type TCompanyMetadataI18nInsert = {
56
- company_code: string;
57
- lang_code: string;
58
- } & Partial<Omit<TCompanyMetadataI18n, "company_code" | "lang_code">>;
59
- export type TCompanyMetadataI18nUpdate = {
60
- company_code: string;
61
- lang_code: string;
62
- } & Partial<Omit<TCompanyMetadataI18n, "company_code" | "lang_code">>;
63
51
  export type TMapCompanyFolder = {
64
52
  company_code: string;
65
53
  folder_id: string;
66
- earliest_event: Date | null;
67
- latest_event: Date | null;
68
- };
69
- export type TMapCompanyFolderInsert = {
70
- company_code: string;
71
- folder_id: string;
72
- } & Partial<Omit<TMapCompanyFolder, "company_code" | "folder_id">>;
73
- export type TMapCompanyFolderUpdate = {
74
- company_code: string;
75
- folder_id: string;
76
- } & Partial<Omit<TMapCompanyFolder, "company_code" | "folder_id">>;
77
- export type TMapCompanySelectedFolder = {
78
- company_code: string;
79
- folder_id: string;
80
- title: string | null;
81
- profile: string | null;
82
- description: string | null;
83
- target_country_code: string | null;
84
- target_city_code: string | null;
85
- hero_image_01: string | null;
86
- hero_image_02: string | null;
87
- thumbnail_main_01: string | null;
88
- thumbnail_main_02: string | null;
89
- thumbnail_vertical_01: string | null;
90
- thumbnail_vertical_02: string | null;
91
- earliest_event: Date | null;
92
- latest_event: Date | null;
54
+ earliest_event?: Date | null;
55
+ latest_event?: Date | null;
93
56
  };
94
- export type TMapCompanySelectedFolderInsert = {
95
- company_code: string;
96
- folder_id: string;
97
- } & Partial<Omit<TMapCompanySelectedFolder, "company_code" | "folder_id">>;
98
- export type TMapCompanySelectedFolderUpdate = {
99
- company_code: string;
100
- folder_id: string;
101
- } & Partial<Omit<TMapCompanySelectedFolder, "company_code" | "folder_id">>;
102
57
  export type TMapCompanyEvent = {
103
58
  company_code: string;
104
59
  event_id: string;
105
- date: Date | null;
106
- };
107
- export type TMapCompanyEventInsert = {
108
- company_code: string;
109
- event_id: string;
110
- } & Partial<Omit<TMapCompanyEvent, "company_code" | "event_id">>;
111
- export type TMapCompanyEventUpdate = {
112
- company_code: string;
113
- event_id: string;
114
- } & Partial<Omit<TMapCompanyEvent, "company_code" | "event_id">>;
115
- export type TMapCompanySelectedEvent = {
116
- company_code: string;
117
- event_id: string;
118
- folder_id: string | null;
119
- date: Date | null;
120
- time: Date | null;
121
- tz: string | null;
122
- utc_minutes: number | null;
123
- duration_minutes: number | null;
124
- is_repeat_annually: boolean;
125
- title: string;
126
- profile: string | null;
127
- description: string | null;
128
- target_country_code: string | null;
129
- target_city_code: string | null;
130
- hero_image_01: string | null;
131
- hero_image_02: string | null;
132
- thumbnail_main_01: string | null;
133
- thumbnail_main_02: string | null;
134
- thumbnail_vertical_01: string | null;
135
- thumbnail_vertical_02: string | null;
60
+ date?: Date | null;
136
61
  };
137
- export type TMapCompanySelectedEventInsert = {
138
- company_code: string;
139
- event_id: string;
140
- } & Partial<Omit<TMapCompanySelectedEvent, "company_code" | "event_id">>;
141
- export type TMapCompanySelectedEventUpdate = {
142
- company_code: string;
143
- event_id: string;
144
- } & Partial<Omit<TMapCompanySelectedEvent, "company_code" | "event_id">>;
@@ -1,2 +1,14 @@
1
- export {};
1
+ export const TCompanyListForAdminAttributes = [
2
+ "company_code",
3
+ "name",
4
+ "name_native",
5
+ "homepage",
6
+ "youtube_ch_id",
7
+ "instagram_id",
8
+ "tiktok_id",
9
+ "threads_id",
10
+ "is_active",
11
+ "is_display",
12
+ "is_official_account",
13
+ ];
2
14
  //# sourceMappingURL=db-company-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"db-company-types.js","sourceRoot":"","sources":["../../src/db-types/db-company-types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"db-company-types.js","sourceRoot":"","sources":["../../src/db-types/db-company-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
@@ -1,12 +1,17 @@
1
+ export declare const TEventListForAdminAttributes: string[];
1
2
  export type TEventListForAdmin = {
2
3
  event_id: string;
3
4
  event_code: string;
4
5
  folder_id: string | null;
5
6
  date: Date;
6
7
  time: string | null;
8
+ tz: string;
7
9
  duration: number | null;
8
10
  is_repeat_annually: boolean;
9
11
  title: string;
12
+ created_at: Date;
13
+ is_admin_created: boolean;
14
+ created_by: string | null;
10
15
  target_country_code: string;
11
16
  target_city_code: string | null;
12
17
  is_public: boolean;
@@ -19,13 +24,13 @@ export type TEventListForAdmin = {
19
24
  is_display: boolean;
20
25
  };
21
26
  export type TEventDetail = TEventListForAdmin & {
22
- tz: string;
23
27
  utc_minutes: number;
28
+ thumbnail_square: string | null;
29
+ thumbnail_horizontal: string | null;
30
+ thumbnail_vertical: string | null;
24
31
  profile: string | null;
25
32
  description: string | null;
26
- created_at: Date;
27
- is_admin_created: boolean;
28
- created_by: string | null;
33
+ homepage: string | null;
29
34
  url_label: string | null;
30
35
  url: string | null;
31
36
  email: string | null;
@@ -82,21 +87,6 @@ export type TEventDetailInsert = {
82
87
  export type TEventDetailUpdate = {
83
88
  event_id: string;
84
89
  } & Partial<Omit<TEventDetail, "event_id">>;
85
- export type TEventViewLog = {
86
- event_id: string;
87
- hash_code: string;
88
- date: Date;
89
- view_count: number;
90
- };
91
- export type TEventViewLogInsert = {
92
- event_id: string;
93
- hash_code: string;
94
- date: Date;
95
- } & Partial<Omit<TEventViewLog, "event_id" | "hash_code" | "date">>;
96
- export type TEventViewLogUpdate = {
97
- event_id: string;
98
- hash_code: string;
99
- } & Partial<Omit<TEventViewLog, "event_id" | "hash_code">>;
100
90
  export type TEventImage = {
101
91
  event_id: string;
102
92
  hash_code: string;
@@ -104,6 +94,10 @@ export type TEventImage = {
104
94
  orientation: string | null;
105
95
  order_num: number;
106
96
  image_url: string;
97
+ src_thumbnail: string | null;
98
+ src_name: string | null;
99
+ src_url: string | null;
100
+ src_reference: string | null;
107
101
  };
108
102
  export type TEventImageInsert = {
109
103
  event_id: string;
@@ -114,29 +108,3 @@ export type TEventImageUpdate = {
114
108
  event_id: string;
115
109
  hash_code: string;
116
110
  } & Partial<Omit<TEventImage, "event_id" | "hash_code">>;
117
- export type TEventShared = {
118
- event_id: string;
119
- provider_code: string;
120
- shared_count: number;
121
- };
122
- export type TEventSharedInsert = {
123
- event_id: string;
124
- provider_code: string;
125
- } & Partial<Omit<TEventShared, "event_id" | "provider_code">>;
126
- export type TEventSharedUpdate = {
127
- event_id: string;
128
- provider_code: string;
129
- } & Partial<Omit<TEventShared, "event_id" | "provider_code">>;
130
- export type TEventSaved = {
131
- event_id: string;
132
- provider_code: string;
133
- saved_count: number;
134
- };
135
- export type TEventSavedInsert = {
136
- event_id: string;
137
- provider_code: string;
138
- } & Partial<Omit<TEventSaved, "event_id" | "provider_code">>;
139
- export type TEventSavedUpdate = {
140
- event_id: string;
141
- provider_code: string;
142
- } & Partial<Omit<TEventSaved, "event_id" | "provider_code">>;
@@ -1,2 +1,25 @@
1
- export {};
1
+ export const TEventListForAdminAttributes = [
2
+ "event_id",
3
+ "event_code",
4
+ "folder_id",
5
+ "date",
6
+ "time",
7
+ "tz",
8
+ "duration",
9
+ "is_repeat_annually",
10
+ "title",
11
+ "created_at",
12
+ "is_admin_created",
13
+ "created_by",
14
+ "target_country_code",
15
+ "target_city_code",
16
+ "is_public",
17
+ "view_count",
18
+ "added_count",
19
+ "shared_count",
20
+ "saved_count",
21
+ "is_ever_public",
22
+ "is_active",
23
+ "is_display",
24
+ ];
2
25
  //# sourceMappingURL=db-event-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"db-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-event-types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"db-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-event-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,UAAU;IACV,YAAY;IACZ,WAAW;IACX,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,oBAAoB;IACpB,OAAO;IACP,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,YAAY;CACb,CAAC"}
@@ -1,7 +1,13 @@
1
+ export declare const TFolderListForAdminAttributes: string[];
1
2
  export type TFolderListForAdmin = {
2
3
  folder_id: string;
3
4
  folder_code: string;
4
5
  title: string;
6
+ created_at: Date;
7
+ is_admin_created: boolean;
8
+ created_by: string | null;
9
+ target_country_code: string;
10
+ target_city_code: string | null;
5
11
  homepage: string | null;
6
12
  url: string | null;
7
13
  is_public: boolean;
@@ -14,13 +20,11 @@ export type TFolderListForAdmin = {
14
20
  is_active: boolean;
15
21
  };
16
22
  export type TFolderDetail = TFolderListForAdmin & {
23
+ thumbnail_square: string | null;
24
+ thumbnail_horizontal: string | null;
25
+ thumbnail_vertical: string | null;
17
26
  profile: string | null;
18
27
  description: string | null;
19
- created_at: Date;
20
- is_admin_created: boolean;
21
- created_by: string | null;
22
- target_country_code: string;
23
- target_city_code: string | null;
24
28
  url_label: string | null;
25
29
  email: string | null;
26
30
  phone_country_code: string | null;
@@ -61,27 +65,13 @@ export type TFolderDetail = TFolderListForAdmin & {
61
65
  metadata_og_image: string | null;
62
66
  };
63
67
  export type TFolderDetailInsert = {
68
+ folder_id: string;
64
69
  folder_code: string;
65
70
  title: string;
66
71
  } & Partial<Omit<TFolderDetail, "folder_code" | "title">>;
67
72
  export type TFolderDetailUpdate = {
68
- folder_code: string;
73
+ folder_id: string;
69
74
  } & Partial<Omit<TFolderDetail, "folder_code">>;
70
- export type TFolderViewLog = {
71
- folder_code: string;
72
- hash_code: string;
73
- date: Date;
74
- view_count: number;
75
- };
76
- export type TFolderViewLogInsert = {
77
- folder_code: string;
78
- hash_code: string;
79
- date: Date;
80
- } & Partial<Omit<TFolderViewLog, "folder_code" | "hash_code" | "date">>;
81
- export type TFolderViewLogUpdate = {
82
- folder_code: string;
83
- hash_code: string;
84
- } & Partial<Omit<TFolderViewLog, "folder_code" | "hash_code">>;
85
75
  export type TFolderImage = {
86
76
  folder_id: string;
87
77
  hash_code: string;
@@ -89,6 +79,10 @@ export type TFolderImage = {
89
79
  orientation: string | null;
90
80
  order_num: number;
91
81
  image_url: string;
82
+ src_thumbnail: string | null;
83
+ src_name: string | null;
84
+ src_url: string | null;
85
+ src_reference: string | null;
92
86
  };
93
87
  export type TFolderImageInsert = {
94
88
  folder_id: string;
@@ -99,16 +93,3 @@ export type TFolderImageUpdate = {
99
93
  folder_id: string;
100
94
  hash_code: string;
101
95
  } & Partial<Omit<TFolderImage, "folder_id" | "hash_code">>;
102
- export type TFolderShared = {
103
- folder_id: string;
104
- provider_code: string;
105
- shared_count: number;
106
- };
107
- export type TFolderSharedInsert = {
108
- folder_id: string;
109
- provider_code: string;
110
- } & Partial<Omit<TFolderShared, "folder_id" | "provider_code">>;
111
- export type TFolderSharedUpdate = {
112
- folder_id: string;
113
- provider_code: string;
114
- } & Partial<Omit<TFolderShared, "folder_id" | "provider_code">>;
@@ -1,2 +1,21 @@
1
- export {};
1
+ export const TFolderListForAdminAttributes = [
2
+ "folder_id",
3
+ "folder_code",
4
+ "title",
5
+ "created_at",
6
+ "is_admin_created",
7
+ "created_by",
8
+ "target_country_code",
9
+ "target_city_code",
10
+ "homepage",
11
+ "url",
12
+ "is_public",
13
+ "view_count",
14
+ "event_count",
15
+ "added_count",
16
+ "shared_count",
17
+ "earliest_event",
18
+ "latest_event",
19
+ "is_active",
20
+ ];
2
21
  //# sourceMappingURL=db-folder-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"db-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-folder-types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"db-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-folder-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,WAAW;IACX,aAAa;IACb,OAAO;IACP,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;CACZ,CAAC"}
@@ -1,15 +1,21 @@
1
+ export declare const TIdolGroupListForAdminAttributes: string[];
1
2
  export type TIdolGroupListForAdmin = {
2
3
  idol_group_code: string;
3
4
  group_name: string;
4
5
  group_name_native: string | null;
6
+ homepage: string | null;
5
7
  youtube_ch_id: string | null;
6
8
  instagram_id: string | null;
7
9
  tiktok_id: string | null;
8
10
  threads_id: string | null;
9
11
  is_active: boolean;
10
12
  is_display: boolean;
13
+ is_official_account: boolean;
11
14
  };
12
15
  export type TIdolGroupDetail = TIdolGroupListForAdmin & {
16
+ thumbnail_square: string | null;
17
+ thumbnail_horizontal: string | null;
18
+ thumbnail_vertical: string | null;
13
19
  profile: string | null;
14
20
  deactivated_at: Date | null;
15
21
  deactivated_by: string | null;
@@ -42,103 +48,14 @@ export type TIdolGroupDetailInsert = {
42
48
  export type TIdolGroupDetailUpdate = {
43
49
  idol_group_code: string;
44
50
  } & Partial<Omit<TIdolGroupDetail, "idol_group_code">>;
45
- export type TIdolGroupMetadataI18n = {
46
- idol_group_code: string;
47
- lang_code: string;
48
- title: string | null;
49
- description: string | null;
50
- keywords: string | null;
51
- og_title: string | null;
52
- og_description: string | null;
53
- og_image: string | null;
54
- };
55
- export type TIdolGroupMetadataI18nInsert = {
56
- idol_group_code: string;
57
- lang_code: string;
58
- } & Partial<Omit<TIdolGroupMetadataI18n, "idol_group_code" | "lang_code">>;
59
- export type TIdolGroupMetadataI18nUpdate = {
60
- idol_group_code: string;
61
- lang_code: string;
62
- } & Partial<Omit<TIdolGroupMetadataI18n, "idol_group_code" | "lang_code">>;
63
51
  export type TMapIdolGroupFolder = {
64
52
  idol_group_code: string;
65
53
  folder_id: string;
66
- earliest_event: Date | null;
67
- latest_event: Date | null;
68
- };
69
- export type TMapIdolGroupFolderInsert = {
70
- idol_group_code: string;
71
- folder_id: string;
72
- } & Partial<Omit<TMapIdolGroupFolder, "idol_group_code" | "folder_id">>;
73
- export type TMapIdolGroupFolderUpdate = {
74
- idol_group_code: string;
75
- folder_id: string;
76
- } & Partial<Omit<TMapIdolGroupFolder, "idol_group_code" | "folder_id">>;
77
- export type TMapIdolGroupSelectedFolder = {
78
- idol_group_code: string;
79
- folder_id: string;
80
- title: string | null;
81
- profile: string | null;
82
- description: string | null;
83
- target_country_code: string | null;
84
- target_city_code: string | null;
85
- hero_image_01: string | null;
86
- hero_image_02: string | null;
87
- thumbnail_main_01: string | null;
88
- thumbnail_main_02: string | null;
89
- thumbnail_vertical_01: string | null;
90
- thumbnail_vertical_02: string | null;
91
- earliest_event: Date | null;
92
- latest_event: Date | null;
54
+ earliest_event?: Date | null;
55
+ latest_event?: Date | null;
93
56
  };
94
- export type TMapIdolGroupSelectedFolderInsert = {
95
- idol_group_code: string;
96
- folder_id: string;
97
- } & Partial<Omit<TMapIdolGroupSelectedFolder, "idol_group_code" | "folder_id">>;
98
- export type TMapIdolGroupSelectedFolderUpdate = {
99
- idol_group_code: string;
100
- folder_id: string;
101
- } & Partial<Omit<TMapIdolGroupSelectedFolder, "idol_group_code" | "folder_id">>;
102
57
  export type TMapIdolGroupEvent = {
103
58
  idol_group_code: string;
104
59
  event_id: string;
105
- date: Date | null;
106
- };
107
- export type TMapIdolGroupEventInsert = {
108
- idol_group_code: string;
109
- event_id: string;
110
- } & Partial<Omit<TMapIdolGroupEvent, "idol_group_code" | "event_id">>;
111
- export type TMapIdolGroupEventUpdate = {
112
- idol_group_code: string;
113
- event_id: string;
114
- } & Partial<Omit<TMapIdolGroupEvent, "idol_group_code" | "event_id">>;
115
- export type TMapIdolGroupSelectedEvent = {
116
- idol_group_code: string;
117
- event_id: string;
118
- folder_id: string | null;
119
- date: Date | null;
120
- time: Date | null;
121
- tz: string | null;
122
- utc_minutes: number | null;
123
- duration_minutes: number | null;
124
- is_repeat_annually: boolean;
125
- title: string;
126
- profile: string | null;
127
- description: string | null;
128
- target_country_code: string | null;
129
- target_city_code: string | null;
130
- hero_image_01: string | null;
131
- hero_image_02: string | null;
132
- thumbnail_main_01: string | null;
133
- thumbnail_main_02: string | null;
134
- thumbnail_vertical_01: string | null;
135
- thumbnail_vertical_02: string | null;
60
+ date?: Date | null;
136
61
  };
137
- export type TMapIdolGroupSelectedEventInsert = {
138
- idol_group_code: string;
139
- event_id: string;
140
- } & Partial<Omit<TMapIdolGroupSelectedEvent, "idol_group_code" | "event_id">>;
141
- export type TMapIdolGroupSelectedEventUpdate = {
142
- idol_group_code: string;
143
- event_id: string;
144
- } & Partial<Omit<TMapIdolGroupSelectedEvent, "idol_group_code" | "event_id">>;
@@ -1,2 +1,14 @@
1
- export {};
1
+ export const TIdolGroupListForAdminAttributes = [
2
+ "idol_group_code",
3
+ "group_name",
4
+ "group_name_native",
5
+ "homepage",
6
+ "youtube_ch_id",
7
+ "instagram_id",
8
+ "tiktok_id",
9
+ "threads_id",
10
+ "is_active",
11
+ "is_display",
12
+ "is_official_account",
13
+ ];
2
14
  //# sourceMappingURL=db-idol-group-types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"db-idol-group-types.js","sourceRoot":"","sources":["../../src/db-types/db-idol-group-types.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"db-idol-group-types.js","sourceRoot":"","sources":["../../src/db-types/db-idol-group-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,iBAAiB;IACjB,YAAY;IACZ,mBAAmB;IACnB,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
@@ -0,0 +1,19 @@
1
+ export type TViewLog = {
2
+ content_type: string;
3
+ code: string;
4
+ hash_code: string;
5
+ date: Date;
6
+ view_count: number;
7
+ };
8
+ export type TSharedLog = {
9
+ content_type: string;
10
+ content_id: string;
11
+ provider_code: string;
12
+ shared_count: number;
13
+ };
14
+ export type TSavedLog = {
15
+ content_type: string;
16
+ content_id: string;
17
+ provider_code: string;
18
+ saved_count: number;
19
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-log-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-log-types.js","sourceRoot":"","sources":["../../src/db-types/db-log-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,44 @@
1
+ export type TMapCityFolder = {
2
+ city_code: string;
3
+ folder_id: string;
4
+ earliest_event?: Date | null;
5
+ latest_event?: Date | null;
6
+ };
7
+ export type TMapCityEvent = {
8
+ city_code: string;
9
+ event_id: string;
10
+ date?: Date | null;
11
+ };
12
+ export type TMapCategoryFolder = {
13
+ category_code: string;
14
+ folder_id: string;
15
+ earliest_event?: Date | null;
16
+ latest_event?: Date | null;
17
+ };
18
+ export type TMapCategoryEvent = {
19
+ category_code: string;
20
+ event_id: string;
21
+ date?: Date | null;
22
+ };
23
+ export type TMapStagFolder = {
24
+ stag_code: string;
25
+ folder_id: string;
26
+ earliest_event?: Date | null;
27
+ latest_event?: Date | null;
28
+ };
29
+ export type TMapStagEvent = {
30
+ stag_code: string;
31
+ event_id: string;
32
+ date?: Date | null;
33
+ };
34
+ export type TMapTagFolder = {
35
+ tag_code: string;
36
+ folder_id: string;
37
+ earliest_event?: Date | null;
38
+ latest_event?: Date | null;
39
+ };
40
+ export type TMapTagEvent = {
41
+ tag_code: string;
42
+ event_id: string;
43
+ date?: Date | null;
44
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-map-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-map-types.js","sourceRoot":"","sources":["../../src/db-types/db-map-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,24 @@
1
+ export declare const TMetadataI18nListForAdminAttributes: string[];
2
+ export type TMetadataI18nListForAdmin = {
3
+ content_code: string;
4
+ code: string;
5
+ lang_code: string;
6
+ title: string;
7
+ og_title: string | null;
8
+ };
9
+ export type TMetadataI18nDetail = TMetadataI18nListForAdmin & {
10
+ description: string | null;
11
+ og_description: string | null;
12
+ og_image: string | null;
13
+ tag_set: string | null;
14
+ };
15
+ export type TMetadataI18nDetailInsert = {
16
+ content_code: string;
17
+ code: string;
18
+ lang_code: string;
19
+ } & Partial<Omit<TMetadataI18nDetail, "content_code" | "code" | "lang_code">>;
20
+ export type TMetadataI18nDetailUpdate = {
21
+ content_code: string;
22
+ code: string;
23
+ lang_code: string;
24
+ } & Partial<Omit<TMetadataI18nDetail, "content_code" | "code" | "lang_code">>;
@@ -0,0 +1,2 @@
1
+ export const TMetadataI18nListForAdminAttributes = ["content_code", "code", "lang_code", "title", "og_title"];
2
+ //# sourceMappingURL=db-metadata-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-metadata-types.js","sourceRoot":"","sources":["../../src/db-types/db-metadata-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,mCAAmC,GAAG,CAAC,cAAc,EAAE,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC"}