dplus_common_v1 0.1.5 → 0.1.8

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 (117) hide show
  1. package/dist/consts/all-countries.js +1 -1
  2. package/dist/consts/all-countries.js.map +1 -1
  3. package/dist/consts/db.d.ts +20 -6
  4. package/dist/consts/db.js +43 -6
  5. package/dist/consts/db.js.map +1 -1
  6. package/dist/db-types/db-brand-types.d.ts +8 -37
  7. package/dist/db-types/db-category-types.d.ts +4 -96
  8. package/dist/db-types/db-celeb-types.d.ts +8 -37
  9. package/dist/db-types/db-city-types.d.ts +7 -96
  10. package/dist/db-types/db-company-types.d.ts +8 -37
  11. package/dist/db-types/db-event-types.d.ts +12 -45
  12. package/dist/db-types/db-folder-types.d.ts +14 -34
  13. package/dist/db-types/db-idol-group-types.d.ts +8 -37
  14. package/dist/db-types/db-log-types.d.ts +19 -0
  15. package/dist/db-types/db-log-types.js +2 -0
  16. package/dist/db-types/db-log-types.js.map +1 -0
  17. package/dist/db-types/db-map-types.d.ts +44 -0
  18. package/dist/db-types/db-map-types.js +2 -0
  19. package/dist/db-types/db-map-types.js.map +1 -0
  20. package/dist/db-types/db-metadata-types.d.ts +21 -0
  21. package/dist/db-types/db-metadata-types.js +2 -0
  22. package/dist/db-types/db-metadata-types.js.map +1 -0
  23. package/dist/db-types/db-people-types.d.ts +8 -37
  24. package/dist/db-types/db-pevent-types.d.ts +108 -0
  25. package/dist/db-types/db-pevent-types.js +2 -0
  26. package/dist/db-types/db-pevent-types.js.map +1 -0
  27. package/dist/db-types/db-product-types.d.ts +8 -37
  28. package/dist/db-types/db-selected-event-types.d.ts +35 -0
  29. package/dist/db-types/db-selected-event-types.js +2 -0
  30. package/dist/db-types/db-selected-event-types.js.map +1 -0
  31. package/dist/db-types/db-selected-folder-types.d.ts +31 -0
  32. package/dist/db-types/db-selected-folder-types.js +2 -0
  33. package/dist/db-types/db-selected-folder-types.js.map +1 -0
  34. package/dist/db-types/db-service-provider-types.d.ts +2 -2
  35. package/dist/db-types/db-special-tag-types.d.ts +48 -20
  36. package/dist/db-types/db-stag-types.d.ts +58 -0
  37. package/dist/db-types/db-stag-types.js +2 -0
  38. package/dist/db-types/db-stag-types.js.map +1 -0
  39. package/dist/db-types/db-tag-types.d.ts +0 -27
  40. package/dist/db-types/db-team-types.d.ts +8 -37
  41. package/dist/db-types/db-user-types.d.ts +8 -8
  42. package/dist/dplus-types/dplus-response-types.js.map +1 -1
  43. package/dist/fields/field-brand.d.ts +34 -58
  44. package/dist/fields/field-brand.js +38 -62
  45. package/dist/fields/field-brand.js.map +1 -1
  46. package/dist/fields/field-category.d.ts +28 -186
  47. package/dist/fields/field-category.js +31 -189
  48. package/dist/fields/field-category.js.map +1 -1
  49. package/dist/fields/field-celeb.d.ts +34 -58
  50. package/dist/fields/field-celeb.js +38 -62
  51. package/dist/fields/field-celeb.js.map +1 -1
  52. package/dist/fields/field-city.d.ts +35 -144
  53. package/dist/fields/field-city.js +57 -166
  54. package/dist/fields/field-city.js.map +1 -1
  55. package/dist/fields/field-company.d.ts +34 -58
  56. package/dist/fields/field-company.js +37 -61
  57. package/dist/fields/field-company.js.map +1 -1
  58. package/dist/fields/field-event.d.ts +32 -56
  59. package/dist/fields/field-event.js +70 -94
  60. package/dist/fields/field-event.js.map +1 -1
  61. package/dist/fields/field-folder.d.ts +32 -33
  62. package/dist/fields/field-folder.js +47 -48
  63. package/dist/fields/field-folder.js.map +1 -1
  64. package/dist/fields/field-idol-group.d.ts +34 -58
  65. package/dist/fields/field-idol-group.js +37 -61
  66. package/dist/fields/field-idol-group.js.map +1 -1
  67. package/dist/fields/field-log.d.ts +94 -0
  68. package/dist/fields/field-log.js +95 -0
  69. package/dist/fields/field-log.js.map +1 -0
  70. package/dist/fields/field-map.d.ts +200 -0
  71. package/dist/fields/field-map.js +201 -0
  72. package/dist/fields/field-map.js.map +1 -0
  73. package/dist/fields/field-metadata.d.ts +65 -0
  74. package/dist/fields/field-metadata.js +66 -0
  75. package/dist/fields/field-metadata.js.map +1 -0
  76. package/dist/fields/field-people.d.ts +34 -58
  77. package/dist/fields/field-people.js +37 -61
  78. package/dist/fields/field-people.js.map +1 -1
  79. package/dist/fields/field-pevent.d.ts +556 -0
  80. package/dist/fields/field-pevent.js +557 -0
  81. package/dist/fields/field-pevent.js.map +1 -0
  82. package/dist/fields/field-product.d.ts +34 -58
  83. package/dist/fields/field-product.js +39 -63
  84. package/dist/fields/field-product.js.map +1 -1
  85. package/dist/fields/field-public-event.js.map +1 -1
  86. package/dist/fields/field-selected-event.d.ts +160 -0
  87. package/dist/fields/field-selected-event.js +161 -0
  88. package/dist/fields/field-selected-event.js.map +1 -0
  89. package/dist/fields/field-selected-folder.d.ts +133 -0
  90. package/dist/fields/field-selected-folder.js +134 -0
  91. package/dist/fields/field-selected-folder.js.map +1 -0
  92. package/dist/fields/field-selected-group.d.ts +133 -0
  93. package/dist/fields/field-selected-group.js +134 -0
  94. package/dist/fields/field-selected-group.js.map +1 -0
  95. package/dist/fields/field-service-provider.d.ts +2 -2
  96. package/dist/fields/field-service-provider.js +7 -7
  97. package/dist/fields/field-service-provider.js.map +1 -1
  98. package/dist/fields/field-special-tag.d.ts +191 -4
  99. package/dist/fields/field-special-tag.js +202 -15
  100. package/dist/fields/field-special-tag.js.map +1 -1
  101. package/dist/fields/field-stag.d.ts +280 -0
  102. package/dist/fields/field-stag.js +281 -0
  103. package/dist/fields/field-stag.js.map +1 -0
  104. package/dist/fields/field-tag.d.ts +0 -50
  105. package/dist/fields/field-tag.js +0 -50
  106. package/dist/fields/field-tag.js.map +1 -1
  107. package/dist/fields/field-team.d.ts +34 -58
  108. package/dist/fields/field-team.js +34 -58
  109. package/dist/fields/field-team.js.map +1 -1
  110. package/dist/fields/field-user-report.js.map +1 -1
  111. package/dist/fields/field-user.d.ts +51 -2
  112. package/dist/fields/field-user.js +56 -7
  113. package/dist/fields/field-user.js.map +1 -1
  114. package/dist/index.d.ts +14 -5
  115. package/dist/index.js +14 -5
  116. package/dist/index.js.map +1 -1
  117. package/package.json +1 -1
@@ -0,0 +1,108 @@
1
+ export type TPeventListForAdmin = {
2
+ pevent_id: string;
3
+ pevent_code: string;
4
+ folder_id: string | null;
5
+ date: Date;
6
+ time: string | null;
7
+ tz: string;
8
+ duration: number | null;
9
+ is_repeat_annually: boolean;
10
+ title: string;
11
+ created_at: Date;
12
+ is_admin_created: boolean;
13
+ created_by: string | null;
14
+ target_country_code: string;
15
+ target_city_code: string | null;
16
+ is_public: boolean;
17
+ view_count: number;
18
+ added_count: number;
19
+ shared_count: number;
20
+ saved_count: number;
21
+ is_active: boolean;
22
+ is_display: boolean;
23
+ };
24
+ export type TPeventDetail = TPeventListForAdmin & {
25
+ utc_minutes: number;
26
+ thumbnail_square: string | null;
27
+ thumbnail_horizontal: string | null;
28
+ thumbnail_vertical: string | null;
29
+ profile: string | null;
30
+ description: string | null;
31
+ homepage: string | null;
32
+ url_label: string | null;
33
+ url: string | null;
34
+ email: string | null;
35
+ phone_country_code: string | null;
36
+ phone: string | null;
37
+ location: string | null;
38
+ latitude: number | null;
39
+ longitude: number | null;
40
+ radius_m: number | null;
41
+ address_eng: string | null;
42
+ address_native: string | null;
43
+ target_age_start: number | null;
44
+ target_age_end: number | null;
45
+ target_sex: string | null;
46
+ is_target_for_family: boolean;
47
+ is_target_for_couple: boolean;
48
+ is_target_for_children: boolean;
49
+ is_target_for_single: boolean;
50
+ is_target_for_traveler: boolean;
51
+ updated_at: Date;
52
+ tags: string[] | string | null;
53
+ deactivated_at: Date | null;
54
+ deactivated_by: string | null;
55
+ hero_image_01: string | null;
56
+ hero_image_02: string | null;
57
+ hero_image_03: string | null;
58
+ hero_image_04: string | null;
59
+ hero_image_05: string | null;
60
+ thumbnail_main_01: string | null;
61
+ thumbnail_main_02: string | null;
62
+ thumbnail_main_03: string | null;
63
+ thumbnail_main_04: string | null;
64
+ thumbnail_main_05: string | null;
65
+ thumbnail_vertical_01: string | null;
66
+ thumbnail_vertical_02: string | null;
67
+ thumbnail_vertical_03: string | null;
68
+ thumbnail_vertical_04: string | null;
69
+ thumbnail_vertical_05: string | null;
70
+ metadata_title: string | null;
71
+ metadata_description: string | null;
72
+ metadata_keywords: string | null;
73
+ metadata_og_title: string | null;
74
+ metadata_og_description: string | null;
75
+ metadata_og_image: string | null;
76
+ };
77
+ export type TPeventDetailInsert = {
78
+ pevent_id: string;
79
+ pevent_code: string;
80
+ date: Date;
81
+ tz: string;
82
+ utc_minutes: number;
83
+ title: string;
84
+ } & Partial<Omit<TPeventDetail, "pevent_id" | "pevent_code" | "date" | "tz" | "utc_minutes" | "title">>;
85
+ export type TPeventDetailUpdate = {
86
+ pevent_id: string;
87
+ } & Partial<Omit<TPeventDetail, "pevent_id">>;
88
+ export type TPeventImage = {
89
+ pevent_id: string;
90
+ hash_code: string;
91
+ label: string | null;
92
+ orientation: string | null;
93
+ order_num: number;
94
+ image_url: string;
95
+ src_thumbnail: string | null;
96
+ src_name: string | null;
97
+ src_url: string | null;
98
+ src_reference: string | null;
99
+ };
100
+ export type TPeventImageInsert = {
101
+ pevent_id: string;
102
+ hash_code: string;
103
+ image_url: string;
104
+ } & Partial<Omit<TPeventImage, "pevent_id" | "hash_code" | "image_url">>;
105
+ export type TPeventImageUpdate = {
106
+ pevent_id: string;
107
+ hash_code: string;
108
+ } & Partial<Omit<TPeventImage, "pevent_id" | "hash_code">>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-pevent-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-pevent-types.js","sourceRoot":"","sources":["../../src/db-types/db-pevent-types.ts"],"names":[],"mappings":""}
@@ -4,14 +4,19 @@ export type TProductListForAdmin = {
4
4
  brand_code: string | null;
5
5
  name: string;
6
6
  name_native: string | null;
7
+ homepage: string | null;
7
8
  youtube_ch_id: string | null;
8
9
  instagram_id: string | null;
9
10
  tiktok_id: string | null;
10
11
  threads_id: string | null;
11
12
  is_active: boolean;
12
13
  is_display: boolean;
14
+ is_official_account: boolean;
13
15
  };
14
16
  export type TProductDetail = TProductListForAdmin & {
17
+ thumbnail_square: string | null;
18
+ thumbnail_horizontal: string | null;
19
+ thumbnail_vertical: string | null;
15
20
  profile: string | null;
16
21
  deactivated_at: Date | null;
17
22
  deactivated_by: string | null;
@@ -44,48 +49,14 @@ export type TProductDetailInsert = {
44
49
  export type TProductDetailUpdate = {
45
50
  product_code: string;
46
51
  } & Partial<Omit<TProductDetail, "product_code">>;
47
- export type TProductMetadataI18n = {
48
- product_code: string;
49
- lang_code: string;
50
- title: string | null;
51
- description: string | null;
52
- keywords: string | null;
53
- og_title: string | null;
54
- og_description: string | null;
55
- og_image: string | null;
56
- };
57
- export type TProductMetadataI18nInsert = {
58
- product_code: string;
59
- lang_code: string;
60
- } & Partial<Omit<TProductMetadataI18n, "product_code" | "lang_code">>;
61
- export type TProductMetadataI18nUpdate = {
62
- product_code: string;
63
- lang_code: string;
64
- } & Partial<Omit<TProductMetadataI18n, "product_code" | "lang_code">>;
65
52
  export type TMapProductFolder = {
66
53
  product_code: string;
67
54
  folder_id: string;
68
- earliest_event: Date | null;
69
- latest_event: Date | null;
55
+ earliest_event?: Date | null;
56
+ latest_event?: Date | null;
70
57
  };
71
- export type TMapProductFolderInsert = {
72
- product_code: string;
73
- folder_id: string;
74
- } & Partial<Omit<TMapProductFolder, "product_code" | "folder_id">>;
75
- export type TMapProductFolderUpdate = {
76
- product_code: string;
77
- folder_id: string;
78
- } & Partial<Omit<TMapProductFolder, "product_code" | "folder_id">>;
79
58
  export type TMapProductEvent = {
80
59
  product_code: string;
81
60
  event_id: string;
82
- date: Date | null;
61
+ date?: Date | null;
83
62
  };
84
- export type TMapProductEventInsert = {
85
- product_code: string;
86
- event_id: string;
87
- } & Partial<Omit<TMapProductEvent, "product_code" | "event_id">>;
88
- export type TMapProductEventUpdate = {
89
- product_code: string;
90
- event_id: string;
91
- } & Partial<Omit<TMapProductEvent, "product_code" | "event_id">>;
@@ -0,0 +1,35 @@
1
+ export type TSelectedEvent = {
2
+ content_code: string;
3
+ code: string;
4
+ folder_id: string | null;
5
+ event_id: string;
6
+ date: Date | null;
7
+ time: string | null;
8
+ tz: string | null;
9
+ duration: number | null;
10
+ is_repeat_annually: boolean;
11
+ title: string;
12
+ thumbnail_square: string | null;
13
+ thumbnail_horizontal: string | null;
14
+ thumbnail_vertical: string | null;
15
+ profile: string | null;
16
+ description: string | null;
17
+ target_country_code: string | null;
18
+ target_city_code: string | null;
19
+ hero_image_01: string | null;
20
+ hero_image_02: string | null;
21
+ thumbnail_main_01: string | null;
22
+ thumbnail_main_02: string | null;
23
+ thumbnail_vertical_01: string | null;
24
+ thumbnail_vertical_02: string | null;
25
+ };
26
+ export type TSelectedEventInsert = {
27
+ content_code: string;
28
+ code: string;
29
+ event_id: string;
30
+ } & Partial<Omit<TSelectedEvent, "content_code" | "code" | "event_id">>;
31
+ export type TSelectedEventUpdate = {
32
+ content_code: string;
33
+ code: string;
34
+ event_id: string;
35
+ } & Partial<Omit<TSelectedEvent, "content_code" | "code" | "event_id">>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-selected-event-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-selected-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-event-types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,31 @@
1
+ export type TSelectedFolder = {
2
+ content_type: string;
3
+ code: string;
4
+ folder_id: string;
5
+ title: string;
6
+ thumbnail_square: string | null;
7
+ thumbnail_horizontal: string | null;
8
+ thumbnail_vertical: string | null;
9
+ profile: string | null;
10
+ description: string | null;
11
+ target_country_code: string | null;
12
+ target_city_code: string | null;
13
+ hero_image_01: string | null;
14
+ hero_image_02: string | null;
15
+ thumbnail_main_01: string | null;
16
+ thumbnail_main_02: string | null;
17
+ thumbnail_vertical_01: string | null;
18
+ thumbnail_vertical_02: string | null;
19
+ earliest_event: Date | null;
20
+ latest_event: Date | null;
21
+ };
22
+ export type TSelectedFolderInsert = {
23
+ content_type: string;
24
+ code: string;
25
+ folder_id: string;
26
+ } & Partial<Omit<TSelectedFolder, "content_type" | "code" | "folder_id">>;
27
+ export type TSelectedFolderUpdate = {
28
+ content_type: string;
29
+ code: string;
30
+ folder_id: string;
31
+ } & Partial<Omit<TSelectedFolder, "content_type" | "code" | "folder_id">>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-selected-folder-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-selected-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-folder-types.ts"],"names":[],"mappings":""}
@@ -1,8 +1,8 @@
1
1
  export type TServiceProvider = {
2
2
  provider_code: string;
3
3
  name: string;
4
- icon_url: string | null;
5
- website_url: string | null;
4
+ thumbnail: string | null;
5
+ web_url: string | null;
6
6
  };
7
7
  export type TServiceProviderInsert = {
8
8
  provider_code: string;
@@ -90,57 +90,85 @@ export type TSpecialTagMetadataI18nUpdate = {
90
90
  special_tag_code: string;
91
91
  lang_code: string;
92
92
  } & Partial<Omit<TSpecialTagMetadataI18n, "special_tag_code" | "lang_code">>;
93
- export type TSpecialTagSelectedFolder = {
93
+ export type TMapSpecialTagFolder = {
94
94
  special_tag_code: string;
95
95
  folder_id: string;
96
96
  earliest_event: Date | null;
97
97
  latest_event: Date | null;
98
98
  };
99
- export type TSpecialTagSelectedFolderInsert = {
99
+ export type TMapSpecialTagFolderInsert = {
100
100
  special_tag_code: string;
101
101
  folder_id: string;
102
- } & Partial<Omit<TSpecialTagSelectedFolder, "special_tag_code" | "folder_id">>;
103
- export type TSpecialTagSelectedFolderUpdate = {
102
+ } & Partial<Omit<TMapSpecialTagFolder, "special_tag_code" | "folder_id">>;
103
+ export type TMapSpecialTagFolderUpdate = {
104
104
  special_tag_code: string;
105
105
  folder_id: string;
106
- } & Partial<Omit<TSpecialTagSelectedFolder, "special_tag_code" | "folder_id">>;
107
- export type TMapSpecialTagFolder = {
106
+ } & Partial<Omit<TMapSpecialTagFolder, "special_tag_code" | "folder_id">>;
107
+ export type TMapSpecialTagSelectedFolder = {
108
108
  special_tag_code: string;
109
109
  folder_id: string;
110
+ title: string | null;
111
+ profile: string | null;
112
+ description: string | null;
113
+ target_country_code: string | null;
114
+ target_city_code: string | null;
115
+ hero_image_01: string | null;
116
+ hero_image_02: string | null;
117
+ thumbnail_main_01: string | null;
118
+ thumbnail_main_02: string | null;
119
+ thumbnail_vertical_01: string | null;
120
+ thumbnail_vertical_02: string | null;
110
121
  earliest_event: Date | null;
111
122
  latest_event: Date | null;
112
123
  };
113
- export type TMapSpecialTagFolderInsert = {
124
+ export type TMapSpecialTagSelectedFolderInsert = {
114
125
  special_tag_code: string;
115
126
  folder_id: string;
116
- } & Partial<Omit<TMapSpecialTagFolder, "special_tag_code" | "folder_id">>;
117
- export type TMapSpecialTagFolderUpdate = {
127
+ } & Partial<Omit<TMapSpecialTagSelectedFolder, "special_tag_code" | "folder_id">>;
128
+ export type TMapSpecialTagSelectedFolderUpdate = {
118
129
  special_tag_code: string;
119
130
  folder_id: string;
120
- } & Partial<Omit<TMapSpecialTagFolder, "special_tag_code" | "folder_id">>;
121
- export type TSpecialTagSelectedEvent = {
131
+ } & Partial<Omit<TMapSpecialTagSelectedFolder, "special_tag_code" | "folder_id">>;
132
+ export type TMapSpecialTagEvent = {
122
133
  special_tag_code: string;
123
134
  event_id: string;
124
135
  date: Date | null;
125
136
  };
126
- export type TSpecialTagSelectedEventInsert = {
137
+ export type TMapSpecialTagEventInsert = {
127
138
  special_tag_code: string;
128
139
  event_id: string;
129
- } & Partial<Omit<TSpecialTagSelectedEvent, "special_tag_code" | "event_id">>;
130
- export type TSpecialTagSelectedEventUpdate = {
140
+ } & Partial<Omit<TMapSpecialTagEvent, "special_tag_code" | "event_id">>;
141
+ export type TMapSpecialTagEventUpdate = {
131
142
  special_tag_code: string;
132
143
  event_id: string;
133
- } & Partial<Omit<TSpecialTagSelectedEvent, "special_tag_code" | "event_id">>;
134
- export type TMapSpecialTagEvent = {
144
+ } & Partial<Omit<TMapSpecialTagEvent, "special_tag_code" | "event_id">>;
145
+ export type TMapSpecialTagSelectedEvent = {
135
146
  special_tag_code: string;
136
147
  event_id: string;
148
+ folder_id: string | null;
137
149
  date: Date | null;
150
+ time: Date | null;
151
+ tz: string | null;
152
+ utc_minutes: number | null;
153
+ duration_minutes: number | null;
154
+ is_repeat_annually: boolean;
155
+ title: string;
156
+ profile: string | null;
157
+ description: string | null;
158
+ target_country_code: string | null;
159
+ target_city_code: string | null;
160
+ hero_image_01: string | null;
161
+ hero_image_02: string | null;
162
+ thumbnail_main_01: string | null;
163
+ thumbnail_main_02: string | null;
164
+ thumbnail_vertical_01: string | null;
165
+ thumbnail_vertical_02: string | null;
138
166
  };
139
- export type TMapSpecialTagEventInsert = {
167
+ export type TMapSpecialTagSelectedEventInsert = {
140
168
  special_tag_code: string;
141
169
  event_id: string;
142
- } & Partial<Omit<TMapSpecialTagEvent, "special_tag_code" | "event_id">>;
143
- export type TMapSpecialTagEventUpdate = {
170
+ } & Partial<Omit<TMapSpecialTagSelectedEvent, "special_tag_code" | "event_id">>;
171
+ export type TMapSpecialTagSelectedEventUpdate = {
144
172
  special_tag_code: string;
145
173
  event_id: string;
146
- } & Partial<Omit<TMapSpecialTagEvent, "special_tag_code" | "event_id">>;
174
+ } & Partial<Omit<TMapSpecialTagSelectedEvent, "special_tag_code" | "event_id">>;
@@ -0,0 +1,58 @@
1
+ export type TStagListForAdmin = {
2
+ target_country_code: string;
3
+ stag_code: string;
4
+ stag: string;
5
+ url: string | null;
6
+ event_count: number;
7
+ is_active: boolean;
8
+ is_display: boolean;
9
+ };
10
+ export type TStagDetail = TStagListForAdmin & {
11
+ stag_native: string | null;
12
+ thumbnail_square: string | null;
13
+ thumbnail_horizontal: string | null;
14
+ thumbnail_vertical: string | null;
15
+ profile: string | null;
16
+ description: string | null;
17
+ deactivated_at: Date | null;
18
+ deactivated_by: string | null;
19
+ hero_image_01: string | null;
20
+ hero_image_02: string | null;
21
+ hero_image_03: string | null;
22
+ hero_image_04: string | null;
23
+ hero_image_05: string | null;
24
+ thumbnail_main_01: string | null;
25
+ thumbnail_main_02: string | null;
26
+ thumbnail_main_03: string | null;
27
+ thumbnail_main_04: string | null;
28
+ thumbnail_main_05: string | null;
29
+ thumbnail_vertical_01: string | null;
30
+ thumbnail_vertical_02: string | null;
31
+ thumbnail_vertical_03: string | null;
32
+ thumbnail_vertical_04: string | null;
33
+ thumbnail_vertical_05: string | null;
34
+ metadata_title: string | null;
35
+ metadata_description: string | null;
36
+ metadata_keywords: string | null;
37
+ metadata_og_title: string | null;
38
+ metadata_og_description: string | null;
39
+ metadata_og_image: string | null;
40
+ };
41
+ export type TStagDetailInsert = {
42
+ target_country_code: string;
43
+ stag_code: string;
44
+ stag: string;
45
+ } & Partial<Omit<TStagDetail, "target_country_code" | "stag_code" | "stag">>;
46
+ export type TStagDetailUpdate = {
47
+ stag_code: string;
48
+ } & Partial<Omit<TStagDetail, "stag_code">>;
49
+ export type TStagI18n = {
50
+ stag_code: string;
51
+ lang_code: string;
52
+ name: string;
53
+ description: string | null;
54
+ };
55
+ export type TStagI18nUpdate = {
56
+ stag_code: string;
57
+ lang_code: string;
58
+ } & Partial<Omit<TStagI18n, "stag_code" | "lang_code">>;
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=db-stag-types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-stag-types.js","sourceRoot":"","sources":["../../src/db-types/db-stag-types.ts"],"names":[],"mappings":""}
@@ -3,30 +3,3 @@ export type TTag = {
3
3
  tag: string;
4
4
  event_count: number;
5
5
  };
6
- export type TMapTagFolder = {
7
- tag_code: string;
8
- folder_id: string;
9
- earliest_event: Date | null;
10
- latest_event: Date | null;
11
- };
12
- export type TMapTagFolderInsert = {
13
- tag_code: string;
14
- folder_id: string;
15
- } & Partial<Omit<TMapTagFolder, "tag_code" | "folder_id">>;
16
- export type TMapTagFolderUpdate = {
17
- tag_code: string;
18
- folder_id: string;
19
- } & Partial<Omit<TMapTagFolder, "tag_code" | "folder_id">>;
20
- export type TMapTagEvent = {
21
- tag_code: string;
22
- event_id: string;
23
- date: Date | null;
24
- };
25
- export type TMapTagEventInsert = {
26
- tag_code: string;
27
- event_id: string;
28
- } & Partial<Omit<TMapTagEvent, "special_tag_code" | "event_id">>;
29
- export type TMapTagEventUpdate = {
30
- tag_code: string;
31
- event_id: string;
32
- } & Partial<Omit<TMapTagEvent, "tag_code" | "event_id">>;
@@ -2,14 +2,19 @@ export type TTeamListForAdmin = {
2
2
  team_code: string;
3
3
  name: string;
4
4
  name_native: string | null;
5
+ homepage: string | null;
5
6
  youtube_ch_id: string | null;
6
7
  instagram_id: string | null;
7
8
  tiktok_id: string | null;
8
9
  threads_id: string | null;
9
10
  is_active: boolean;
10
11
  is_display: boolean;
12
+ is_official_account: boolean;
11
13
  };
12
14
  export type TTeamDetail = TTeamListForAdmin & {
15
+ thumbnail_square: string | null;
16
+ thumbnail_horizontal: string | null;
17
+ thumbnail_vertical: string | null;
13
18
  profile: string | null;
14
19
  deactivated_at: Date | null;
15
20
  deactivated_by: string | null;
@@ -42,48 +47,14 @@ export type TTeamDetailInsert = {
42
47
  export type TTeamDetailUpdate = {
43
48
  team_code: string;
44
49
  } & Partial<Omit<TTeamDetail, "team_code">>;
45
- export type TTeamMetadataI18n = {
46
- team_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 TTeamMetadataI18nInsert = {
56
- team_code: string;
57
- lang_code: string;
58
- } & Partial<Omit<TTeamMetadataI18n, "team_code" | "lang_code">>;
59
- export type TTeamMetadataI18nUpdate = {
60
- team_code: string;
61
- lang_code: string;
62
- } & Partial<Omit<TTeamMetadataI18n, "team_code" | "lang_code">>;
63
50
  export type TMapTeamFolder = {
64
51
  team_code: string;
65
52
  folder_id: string;
66
- earliest_event: Date | null;
67
- latest_event: Date | null;
53
+ earliest_event?: Date | null;
54
+ latest_event?: Date | null;
68
55
  };
69
- export type TMapTeamFolderInsert = {
70
- team_code: string;
71
- folder_id: string;
72
- } & Partial<Omit<TMapTeamFolder, "team_code" | "folder_id">>;
73
- export type TMapTeamFolderUpdate = {
74
- team_code: string;
75
- folder_id: string;
76
- } & Partial<Omit<TMapTeamFolder, "team_code" | "folder_id">>;
77
56
  export type TMapTeamEvent = {
78
57
  team_code: string;
79
58
  event_id: string;
80
- date: Date | null;
59
+ date?: Date | null;
81
60
  };
82
- export type TMapTeamEventInsert = {
83
- team_code: string;
84
- event_id: string;
85
- } & Partial<Omit<TMapTeamEvent, "team_code" | "event_id">>;
86
- export type TMapTeamEventUpdate = {
87
- team_code: string;
88
- event_id: string;
89
- } & Partial<Omit<TMapTeamEvent, "team_code" | "event_id">>;
@@ -51,19 +51,19 @@ export type TMapUserEventUpdate = {
51
51
  user_id: string;
52
52
  event_id: string;
53
53
  } & Partial<Omit<TMapUserEvent, "user_id" | "event_id">>;
54
- export type TMapUserPublicEvent = {
54
+ export type TMapUserPevent = {
55
55
  user_id: string;
56
- public_event_id: string;
56
+ pevent_id: string;
57
57
  date: Date | null;
58
58
  };
59
- export type TMapUserPublicEventInsert = {
59
+ export type TMapUserPeventInsert = {
60
60
  user_id: string;
61
- public_event_id: string;
62
- } & Partial<Omit<TMapUserPublicEvent, "user_id" | "public_event_id">>;
63
- export type TMapUserPublicEventUpdate = {
61
+ pevent_id: string;
62
+ } & Partial<Omit<TMapUserPevent, "user_id" | "pevent_id">>;
63
+ export type TMapUserPeventUpdate = {
64
64
  user_id: string;
65
- public_event_id: string;
66
- } & Partial<Omit<TMapUserPublicEvent, "user_id" | "public_event_id">>;
65
+ pevent_id: string;
66
+ } & Partial<Omit<TMapUserPevent, "user_id" | "pevent_id">>;
67
67
  export type TManager = {
68
68
  type: string;
69
69
  code: string;
@@ -1 +1 @@
1
- {"version":3,"file":"dplus-response-types.js","sourceRoot":"","sources":["../../src/dplus-types/dplus-response-types.ts"],"names":[],"mappings":";AAOA,uCAAuC;AACvC,mBAAmB;AACnB,0BAA0B;AAC1B,uBAAuB;AACvB,uCAAuC;AACvC,KAAK;AAEL,yCAAyC;AACzC,qBAAqB;AACrB,4BAA4B;AAC5B,yBAAyB;AACzB,yCAAyC;AACzC,KAAK;AAGL,2CAA2C;AAC3C,uBAAuB;AACvB,gCAAgC;AAChC,2BAA2B;AAC3B,2CAA2C;AAC3C,KAAK;AAGL,6CAA6C;AAC7C,yBAAyB;AACzB,gCAAgC;AAChC,6BAA6B;AAC7B,6CAA6C;AAC7C,KAAK;AAGL,wDAAwD;AACxD,oCAAoC;AACpC,mEAAmE;AACnE,uEAAuE;AACvE,yEAAyE;AACzE,2EAA2E;AAC3E,yEAAyE;AACzE,KAAK;AAGL,mDAAmD;AACnD,+BAA+B;AAC/B,qDAAqD;AACrD,qCAAqC;AACrC,qCAAqC;AACrC,mCAAmC;AACnC,yCAAyC;AACzC,yCAAyC;AACzC,mDAAmD;AACnD,wDAAwD;AACxD,4DAA4D;AAC5D,yEAAyE;AACzE,8CAA8C;AAC9C,KAAK;AAGL,sCAAsC;AACtC,sBAAsB;AACtB,2BAA2B;AAC3B,4BAA4B;AAC5B,yBAAyB;AACzB,uCAAuC;AACvC,2BAA2B;AAC3B,8CAA8C;AAC9C,KAAK"}
1
+ {"version":3,"file":"dplus-response-types.js","sourceRoot":"","sources":["../../src/dplus-types/dplus-response-types.ts"],"names":[],"mappings":";AAMA,uCAAuC;AACvC,mBAAmB;AACnB,0BAA0B;AAC1B,uBAAuB;AACvB,uCAAuC;AACvC,KAAK;AAEL,yCAAyC;AACzC,qBAAqB;AACrB,4BAA4B;AAC5B,yBAAyB;AACzB,yCAAyC;AACzC,KAAK;AAEL,2CAA2C;AAC3C,uBAAuB;AACvB,gCAAgC;AAChC,2BAA2B;AAC3B,2CAA2C;AAC3C,KAAK;AAEL,6CAA6C;AAC7C,yBAAyB;AACzB,gCAAgC;AAChC,6BAA6B;AAC7B,6CAA6C;AAC7C,KAAK;AAEL,wDAAwD;AACxD,oCAAoC;AACpC,mEAAmE;AACnE,uEAAuE;AACvE,yEAAyE;AACzE,2EAA2E;AAC3E,yEAAyE;AACzE,KAAK;AAEL,mDAAmD;AACnD,+BAA+B;AAC/B,qDAAqD;AACrD,qCAAqC;AACrC,qCAAqC;AACrC,mCAAmC;AACnC,yCAAyC;AACzC,yCAAyC;AACzC,mDAAmD;AACnD,wDAAwD;AACxD,4DAA4D;AAC5D,yEAAyE;AACzE,8CAA8C;AAC9C,KAAK;AAEL,sCAAsC;AACtC,sBAAsB;AACtB,2BAA2B;AAC3B,4BAA4B;AAC5B,yBAAyB;AACzB,uCAAuC;AACvC,2BAA2B;AAC3B,8CAA8C;AAC9C,KAAK"}