dplus_common_v1 0.1.59 → 0.1.61
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.
- package/dist/dplus-types/dplus-response-types.d.ts +161 -86
- package/dist/types/types-category/t-category.d.ts +7 -0
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city.d.ts +6 -0
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-event/t-event.d.ts +18 -0
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder.d.ts +24 -0
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group.d.ts +7 -0
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-map/t-map-category-event.d.ts +8 -0
- package/dist/types/types-map/t-map-category-folder.d.ts +7 -0
- package/dist/types/types-map/t-map-city-event.d.ts +8 -0
- package/dist/types/types-map/t-map-city-folder.d.ts +8 -0
- package/dist/types/types-map/t-map-folder-event.d.ts +8 -0
- package/dist/types/types-map/t-map-group-event.d.ts +8 -0
- package/dist/types/types-map/t-map-group-folder.d.ts +8 -0
- package/dist/types/types-map/t-map-stag-event.d.ts +8 -0
- package/dist/types/types-map/t-map-stag-folder.d.ts +8 -0
- package/dist/types/types-map/t-map-tag-event.d.ts +8 -0
- package/dist/types/types-map/t-map-tag-folder.d.ts +8 -0
- package/dist/types/types-map/t-map-user-event.d.ts +8 -0
- package/dist/types/types-map/t-map-user-folder.d.ts +8 -0
- package/dist/types/types-stag/t-stag.d.ts +6 -0
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/dist/types/types-tag/t-tag.d.ts +6 -0
- package/dist/types/types-user/t-user.d.ts +9 -0
- package/dist/types/types-user/t-user.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,114 +6,189 @@ import { TCityI18n } from "../types/types-city/t-city-i18n";
|
|
|
6
6
|
import { TCityImage } from "../types/types-city/t-city-image";
|
|
7
7
|
import { TCityMetadataI18nDetail } from "../types/types-city/t-city-metadata-i18n";
|
|
8
8
|
import { TCityYouTubeVideo } from "../types/types-city/t-city-youtube-video";
|
|
9
|
-
import { TEventDetail
|
|
9
|
+
import { TEventDetail } from "../types/types-event/t-event";
|
|
10
10
|
import { TEventImage } from "../types/types-event/t-event-image";
|
|
11
|
+
import { TEventMetadataI18nDetail } from "../types/types-event/t-event-metadata-i18n";
|
|
11
12
|
import { TFolderDetail } from "../types/types-folder/t-folder";
|
|
12
13
|
import { TFolderImage } from "../types/types-folder/t-folder-image";
|
|
14
|
+
import { TFolderMetadataI18nDetail } from "../types/types-folder/t-folder-metadata-i18n";
|
|
13
15
|
import { TGroupDetail } from "../types/types-group/t-group";
|
|
16
|
+
import { TGroupImage } from "../types/types-group/t-group-image";
|
|
14
17
|
import { TGroupMetadataI18nDetail } from "../types/types-group/t-group-metadata-i18n";
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
18
|
+
import { TMapCategoryEventWithCategoryInfo, TMapCategoryEventWithEventInfo } from "../types/types-map/t-map-category-event";
|
|
19
|
+
import { TMapCategoryFolderWithCategoryInfo, TMapCategoryFolderWithFolderInfo } from "../types/types-map/t-map-category-folder";
|
|
20
|
+
import { TMapCityEventWithCityInfo, TMapCityEventWithEventInfo } from "../types/types-map/t-map-city-event";
|
|
21
|
+
import { TMapCityFolderWithCityInfo, TMapCityFolderWithFolderInfo } from "../types/types-map/t-map-city-folder";
|
|
22
|
+
import { TMapFolderEventWithEventInfo, TMapFolderEventWithFolderInfo } from "../types/types-map/t-map-folder-event";
|
|
23
|
+
import { TMapGroupEventWithEventInfo, TMapGroupEventWithGroupInfo } from "../types/types-map/t-map-group-event";
|
|
24
|
+
import { TMapGroupFolderWithFolderInfo, TMapGroupFolderWithGroupInfo } from "../types/types-map/t-map-group-folder";
|
|
25
|
+
import { TMapStagEventWithEventInfo, TMapStagEventWithStagInfo } from "../types/types-map/t-map-stag-event";
|
|
26
|
+
import { TMapStagFolderWithFolderInfo, TMapStagFolderWithStagInfo } from "../types/types-map/t-map-stag-folder";
|
|
27
|
+
import { TMapTagEventWithEventInfo, TMapTagEventWithTagInfo } from "../types/types-map/t-map-tag-event";
|
|
28
|
+
import { TMapTagFolderWithFolderInfo, TMapTagFolderWithTagInfo } from "../types/types-map/t-map-tag-folder";
|
|
25
29
|
import { TStagDetail } from "../types/types-stag/t-stag";
|
|
26
30
|
import { TStagI18n } from "../types/types-stag/t-stag-i18n";
|
|
27
31
|
import { TStagMetadataI18nDetail } from "../types/types-stag/t-stag-metadata-i18n";
|
|
32
|
+
import { TTag } from "../types/types-tag/t-tag";
|
|
28
33
|
export type ResponseDBSelect<T> = {
|
|
29
34
|
data: T;
|
|
30
35
|
count?: number;
|
|
31
36
|
apiUrl?: string | null;
|
|
32
37
|
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
/**
|
|
39
|
+
* 공통 타입 정의
|
|
40
|
+
*/
|
|
41
|
+
type BaseResponseDetail<T, K> = {
|
|
42
|
+
images?: T[];
|
|
43
|
+
metadataI18n?: K[];
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* 폴더 상세 응답 타입 For Admin
|
|
47
|
+
*/
|
|
48
|
+
export type ResponseFolderDetailForAdmin = BaseResponseDetail<TFolderImage, TFolderMetadataI18nDetail> & {
|
|
49
|
+
folder: TFolderDetail;
|
|
50
|
+
mapCityFolder?: TMapCityFolderWithCityInfo[];
|
|
51
|
+
mapCategoryFolder?: TMapCategoryFolderWithCategoryInfo[];
|
|
52
|
+
mapStagFolder?: TMapStagFolderWithStagInfo[];
|
|
53
|
+
mapTagFolder?: TMapTagFolderWithTagInfo[];
|
|
54
|
+
mapGroupFolder?: TMapGroupFolderWithGroupInfo[];
|
|
55
|
+
folderEvent?: TMapFolderEventWithEventInfo[];
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* 폴더 상세 응답 타입 For User Front
|
|
59
|
+
*/
|
|
60
|
+
export type ResponseFolderDetailForUserFront = BaseResponseDetail<TFolderImage, TFolderMetadataI18nDetail> & {
|
|
61
|
+
folder: TFolderDetail;
|
|
62
|
+
mapCityFolder?: TMapCityFolderWithCityInfo[];
|
|
63
|
+
mapCategoryFolder?: TMapCategoryFolderWithCategoryInfo[];
|
|
64
|
+
mapStagFolder?: TMapStagFolderWithStagInfo[];
|
|
65
|
+
mapTagFolder?: TMapTagFolderWithTagInfo[];
|
|
66
|
+
mapGroupFolder?: TMapGroupFolderWithGroupInfo[];
|
|
67
|
+
folderEvent?: TMapFolderEventWithEventInfo[];
|
|
37
68
|
};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
69
|
+
/**
|
|
70
|
+
* 이벤트 상세 응답 타입 For Admin
|
|
71
|
+
*/
|
|
72
|
+
export type ResponseEventDetailForAdmin = BaseResponseDetail<TEventImage, TEventMetadataI18nDetail> & {
|
|
73
|
+
event: TEventDetail & {
|
|
74
|
+
country_name: string | null;
|
|
75
|
+
country_name_native: string | null;
|
|
76
|
+
city_name: string | null;
|
|
77
|
+
city_name_native: string | null;
|
|
78
|
+
};
|
|
79
|
+
mapFolderEvent?: TMapFolderEventWithFolderInfo[];
|
|
80
|
+
mapCityEvent?: TMapCityEventWithCityInfo[];
|
|
81
|
+
mapCategoryEvent?: TMapCategoryEventWithCategoryInfo[];
|
|
82
|
+
mapStagEvent?: TMapStagEventWithStagInfo[];
|
|
83
|
+
mapTagEvent?: TMapTagEventWithTagInfo[];
|
|
84
|
+
mapGroupEvent?: TMapGroupEventWithGroupInfo[];
|
|
41
85
|
};
|
|
42
|
-
|
|
86
|
+
/**
|
|
87
|
+
* 이벤트 상세 응답 타입 For User Front
|
|
88
|
+
*/
|
|
89
|
+
export type ResponseEventDetailForUserFront = BaseResponseDetail<TEventImage, TEventMetadataI18nDetail> & {
|
|
90
|
+
event: TEventDetail & {
|
|
91
|
+
country_name: string | null;
|
|
92
|
+
country_name_native: string | null;
|
|
93
|
+
city_name: string | null;
|
|
94
|
+
city_name_native: string | null;
|
|
95
|
+
};
|
|
96
|
+
mapFolderEvent?: TMapFolderEventWithFolderInfo[];
|
|
97
|
+
mapCityEvent?: TMapCityEventWithCityInfo[];
|
|
98
|
+
mapCategoryEvent?: TMapCategoryEventWithCategoryInfo[];
|
|
99
|
+
mapStagEvent?: TMapStagEventWithStagInfo[];
|
|
100
|
+
mapTagEvent?: TMapTagEventWithTagInfo[];
|
|
101
|
+
mapGroupEvent?: TMapGroupEventWithGroupInfo[];
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* 도시 상세 응답 타입 For Admin
|
|
105
|
+
*/
|
|
106
|
+
export type ResponseCityDetailForAdmin = BaseResponseDetail<TCityImage, TCityMetadataI18nDetail> & {
|
|
107
|
+
city: TCityDetail;
|
|
108
|
+
i18n?: TCityI18n[];
|
|
43
109
|
videos?: TCityYouTubeVideo[];
|
|
110
|
+
mapCityFolder?: TMapCityFolderWithCityInfo[];
|
|
111
|
+
mapCityEvent?: TMapCityEventWithCityInfo[];
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* 도시 상세 응답 타입 For User Front
|
|
115
|
+
*/
|
|
116
|
+
export type ResponseCityDetailForUserFront = BaseResponseDetail<TCityImage, TCityMetadataI18nDetail> & {
|
|
117
|
+
city: TCityDetail;
|
|
44
118
|
i18n?: TCityI18n[];
|
|
45
|
-
|
|
46
|
-
|
|
119
|
+
videos?: TCityYouTubeVideo[];
|
|
120
|
+
mapCityFolder?: TMapCityFolderWithFolderInfo[];
|
|
121
|
+
mapCityEvent?: TMapCityEventWithEventInfo[];
|
|
47
122
|
};
|
|
48
|
-
|
|
123
|
+
/**
|
|
124
|
+
* 카테고리 상세 응답 타입 For Admin
|
|
125
|
+
*/
|
|
126
|
+
export type ResponseCategoryDetailForAdmin = BaseResponseDetail<null, TCategoryMetadataI18nDetail> & {
|
|
127
|
+
category: TCategoryDetail;
|
|
49
128
|
subCategories?: TCategoryDetail[];
|
|
50
129
|
i18n?: TCategoryI18n[];
|
|
51
|
-
mapCategoryFolder?:
|
|
52
|
-
mapCategoryEvent?:
|
|
130
|
+
mapCategoryFolder?: TMapCategoryFolderWithCategoryInfo[];
|
|
131
|
+
mapCategoryEvent?: TMapCategoryEventWithCategoryInfo[];
|
|
53
132
|
};
|
|
54
|
-
|
|
133
|
+
/**
|
|
134
|
+
* 카테고리 상세 응답 타입 For User Front
|
|
135
|
+
*/
|
|
136
|
+
export type ResponseCategoryDetailForUserFront = BaseResponseDetail<null, TCategoryMetadataI18nDetail> & {
|
|
137
|
+
category: TCategoryDetail;
|
|
138
|
+
subCategories?: TCategoryDetail[];
|
|
139
|
+
i18n?: TCategoryI18n[];
|
|
140
|
+
mapCategoryFolder?: TMapCategoryFolderWithFolderInfo[];
|
|
141
|
+
mapCategoryEvent?: TMapCategoryEventWithEventInfo[];
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Stag 상세 응답 타입 For Admin
|
|
145
|
+
*/
|
|
146
|
+
export type ResponseStagDetailForAdmin = BaseResponseDetail<null, TStagMetadataI18nDetail> & {
|
|
147
|
+
stag: TStagDetail;
|
|
55
148
|
i18n?: TStagI18n[];
|
|
56
|
-
mapStagFolder?:
|
|
57
|
-
mapStagEvent?:
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
folderEvent?: TEventListForAdmin[];
|
|
100
|
-
mapCityFolder?: TMapCityFolder[];
|
|
101
|
-
mapCategoryFolder?: TMapCategoryFolder[];
|
|
102
|
-
mapStagFolder?: TMapStagFolder[];
|
|
103
|
-
mapTagFolder?: TMapTagFolder[];
|
|
104
|
-
mapGroupFolder?: TMapGroupFolder[];
|
|
105
|
-
};
|
|
106
|
-
export type ResponseFolderDetailForUserFront = BaseResponseDetail<TFolderDetail, TFolderImage[]> & {
|
|
107
|
-
folderEvent?: TEventListForAdmin[];
|
|
108
|
-
mapCityFolder?: TMapCityFolder[];
|
|
109
|
-
mapCategoryFolder?: TMapCategoryFolder[];
|
|
110
|
-
mapStagFolder?: TMapStagFolder[];
|
|
111
|
-
mapTagFolder?: TMapTagFolder[];
|
|
112
|
-
mapGroupFolder?: TMapGroupFolder[];
|
|
113
|
-
};
|
|
114
|
-
export type ResponseGroupDetailForAdmin = BaseResponseDetail<TGroupDetail, null> & WithSelected & {
|
|
115
|
-
mapGroupFolder?: TMapGroupFolder[];
|
|
116
|
-
mapGroupEvent?: TMapGroupEvent[];
|
|
149
|
+
mapStagFolder?: TMapStagFolderWithStagInfo[];
|
|
150
|
+
mapStagEvent?: TMapStagEventWithStagInfo[];
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Stag 상세 응답 타입 For User Front
|
|
154
|
+
*/
|
|
155
|
+
export type ResponseStagDetailForUserFront = BaseResponseDetail<null, TStagMetadataI18nDetail> & {
|
|
156
|
+
stag: TStagDetail;
|
|
157
|
+
i18n?: TStagI18n[];
|
|
158
|
+
mapStagFolder?: TMapStagFolderWithFolderInfo[];
|
|
159
|
+
mapStagEvent?: TMapStagEventWithEventInfo[];
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* Tag 상세 응답 타입 For Admin
|
|
163
|
+
*/
|
|
164
|
+
export type ResponseTagDetailForAdmin = BaseResponseDetail<null, null> & {
|
|
165
|
+
tag: TTag;
|
|
166
|
+
mapTagFolder?: TMapTagFolderWithTagInfo[];
|
|
167
|
+
mapTagEvent?: TMapTagEventWithTagInfo[];
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Tag 상세 응답 타입 For User Front
|
|
171
|
+
*/
|
|
172
|
+
export type ResponseTagDetailForUserFront = BaseResponseDetail<null, null> & {
|
|
173
|
+
tag: TTag;
|
|
174
|
+
mapTagFolder?: TMapTagFolderWithFolderInfo[];
|
|
175
|
+
mapTagEvent?: TMapTagEventWithEventInfo[];
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Group 상세 응답 타입 For Admin
|
|
179
|
+
*/
|
|
180
|
+
export type ResponseGroupDetailForAdmin = BaseResponseDetail<TGroupImage, TGroupMetadataI18nDetail> & {
|
|
181
|
+
group: TGroupDetail;
|
|
182
|
+
mapGroupFolder?: TMapGroupFolderWithGroupInfo[];
|
|
183
|
+
mapGroupEvent?: TMapGroupEventWithGroupInfo[];
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* 카테고리 상세 응답 타입 For User Front
|
|
187
|
+
*/
|
|
188
|
+
export type ResponseGroupDetailForUserFront = BaseResponseDetail<TGroupImage, TGroupMetadataI18nDetail> & {
|
|
189
|
+
group: TGroupDetail;
|
|
190
|
+
mapGroupFolder?: TMapGroupFolderWithFolderInfo[];
|
|
191
|
+
mapGroupEvent?: TMapGroupEventWithEventInfo[];
|
|
117
192
|
};
|
|
118
193
|
export type ResponseDplusAPI<T> = {
|
|
119
194
|
success: boolean;
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
export type TCategoryLabelInfo = {
|
|
2
|
+
category_code: string;
|
|
3
|
+
order_num: number | null;
|
|
4
|
+
target_country_code: string | null;
|
|
5
|
+
upper_category_code: string | null;
|
|
6
|
+
name: string | null;
|
|
7
|
+
};
|
|
1
8
|
export type TCategoryOption = {
|
|
2
9
|
category_code: string;
|
|
3
10
|
order_num: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-category.js","sourceRoot":"","sources":["../../../src/types/types-category/t-category.ts"],"names":[],"mappings":"AAmBA;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAenI;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAG;IAChD,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,WAAW;IACX,YAAY;IACZ,MAAM;IACN,SAAS;IACT,YAAY;IACZ,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AA4CF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,eAAe;IACf,WAAW;IACX,qBAAqB;IACrB,qBAAqB;IACrB,MAAM;IACN,UAAU;IACV,UAAU;IACV,MAAM;IACN,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,YAAY;IACZ,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-city.js","sourceRoot":"","sources":["../../../src/types/types-city/t-city.ts"],"names":[],"mappings":"AAeA;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC;AAkBtG;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,WAAW;IACX,MAAM;IACN,aAAa;IACb,SAAS;IACT,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,aAAa;CACd,CAAC;AAoDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,cAAc;IACd,MAAM;IACN,aAAa;IACb,SAAS;IACT,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,CAAC;AAE5G;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
export type TEventCard = {
|
|
2
|
+
event_id: string | null;
|
|
3
|
+
event_code: string | null;
|
|
4
|
+
date: string | null;
|
|
5
|
+
time: string | null;
|
|
6
|
+
utc_minutes: number | null;
|
|
7
|
+
duration: number | null;
|
|
8
|
+
is_repeat_annually: boolean | null;
|
|
9
|
+
title: string | null;
|
|
10
|
+
bg_color: string | null;
|
|
11
|
+
fg_color: 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
|
+
url: string | null;
|
|
18
|
+
};
|
|
1
19
|
export type TEventListForAdmin = {
|
|
2
20
|
event_id: string;
|
|
3
21
|
event_code: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-event.js","sourceRoot":"","sources":["../../../src/types/types-event/t-event.ts"],"names":[],"mappings":"AAgDA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,UAAU;IACV,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,aAAa;IACb,oBAAoB;IACpB,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,WAAW;IACX,YAAY;IACZ,aAAa;IACb,cAAc;IACd,aAAa;IACb,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA8EF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,UAAU;IACV,YAAY;IACZ,MAAM;IACN,MAAM;IACN,IAAI;IACJ,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,aAAa;IACb,gBAAgB;IAChB,gBAAgB;IAChB,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,aAAa;IACb,UAAU;IACV,UAAU;IACV,UAAU;IACV,WAAW;IACX,UAAU;IACV,aAAa;IACb,cAAc;IACd,aAAa;IACb,kBAAkB;IAClB,gBAAgB;CACjB,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,oBAAoB;IACpB,kBAAkB;IAClB,WAAW;IACX,aAAa;IACb,YAAY;IACZ,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,gBAAgB;IAChB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
export type TFolderSummaryInfo = {
|
|
2
|
+
folder_id: string;
|
|
3
|
+
folder_code: string | null;
|
|
4
|
+
title: string | null;
|
|
5
|
+
is_public: boolean | null;
|
|
6
|
+
is_active: boolean | null;
|
|
7
|
+
is_display: boolean | null;
|
|
8
|
+
};
|
|
9
|
+
export type TFolderCard = {
|
|
10
|
+
folder_id: string;
|
|
11
|
+
folder_code: string;
|
|
12
|
+
title: string;
|
|
13
|
+
bg_color: string | null;
|
|
14
|
+
fg_color: string | null;
|
|
15
|
+
target_country_code: string;
|
|
16
|
+
target_city_code: string | null;
|
|
17
|
+
homepage: string | null;
|
|
18
|
+
url: string | null;
|
|
19
|
+
thumbnail_square: string | null;
|
|
20
|
+
thumbnail_horizontal: string | null;
|
|
21
|
+
thumbnail_vertical: string | null;
|
|
22
|
+
profile: string | null;
|
|
23
|
+
description: string | null;
|
|
24
|
+
};
|
|
1
25
|
export type TFolderListForAdmin = {
|
|
2
26
|
folder_id: string;
|
|
3
27
|
folder_code: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-folder.js","sourceRoot":"","sources":["../../../src/types/types-folder/t-folder.ts"],"names":[],"mappings":"AAmDA;;GAEG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAAG;IAC9C,WAAW;IACX,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,KAAK;IACL,WAAW;IACX,YAAY;IACZ,aAAa;IACb,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,cAAc;IACd,WAAW;IACX,YAAY;IACZ,kBAAkB;IAClB,YAAY;IACZ,YAAY;CACb,CAAC;AA8DF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,WAAW;IACX,aAAa;IACb,OAAO;IACP,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,qBAAqB;IACrB,kBAAkB;IAClB,UAAU;IACV,WAAW;IACX,KAAK;IACL,OAAO;IACP,oBAAoB;IACpB,OAAO;IACP,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,iBAAiB;IACjB,gBAAgB;IAChB,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;AAElI;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,kBAAkB;IAClB,WAAW;IACX,sBAAsB;IACtB,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,wBAAwB;IACxB,WAAW;IACX,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-group.js","sourceRoot":"","sources":["../../../src/types/types-group/t-group.ts"],"names":[],"mappings":"AAgCA;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;IACrB,YAAY;IACZ,aAAa;IACb,cAAc;IACd,YAAY;IACZ,YAAY;CACb,CAAC;AA8CF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,YAAY;IACZ,YAAY;IACZ,MAAM;IACN,aAAa;IACb,oBAAoB;IACpB,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;IACnB,YAAY;IACZ,YAAY;CACb,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,cAAc,CAAC,CAAC;AAE5E;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAW,EAAE,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAElF;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TCategoryLabelInfo } from "../types-category/t-category";
|
|
2
|
+
import { TEventCard } from "../types-event/t-event";
|
|
1
3
|
export type TMapCategoryEvent = {
|
|
2
4
|
category_code: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapCategoryEventUpdate = {
|
|
|
14
16
|
category_code: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapCategoryEvent, "category_code" | "event_id">>;
|
|
19
|
+
export type TMapCategoryEventWithCategoryInfo = TMapCategoryEvent & {
|
|
20
|
+
category_info: TCategoryLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapCategoryEventWithEventInfo = TMapCategoryEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TCategoryLabelInfo, TFolderSummaryInfo } from "../..";
|
|
1
2
|
export type TMapCategoryFolder = {
|
|
2
3
|
category_code: string;
|
|
3
4
|
folder_id: string;
|
|
@@ -15,3 +16,9 @@ export type TMapCategoryFolderUpdate = {
|
|
|
15
16
|
category_code: string;
|
|
16
17
|
folder_id: string;
|
|
17
18
|
} & Partial<Omit<TMapCategoryFolder, "category_code" | "folder_id">>;
|
|
19
|
+
export type TMapCategoryFolderWithCategoryInfo = TMapCategoryFolder & {
|
|
20
|
+
category_info: TCategoryLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapCategoryFolderWithFolderInfo = TMapCategoryFolder & {
|
|
23
|
+
folder_info: TFolderSummaryInfo | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TCityLabelInfo } from "../types-city/t-city";
|
|
2
|
+
import { TEventCard } from "../types-event/t-event";
|
|
1
3
|
export type TMapCityEvent = {
|
|
2
4
|
city_code: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapCityEventUpdate = {
|
|
|
14
16
|
city_code: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapCityEvent, "city_code" | "event_id">>;
|
|
19
|
+
export type TMapCityEventWithCityInfo = TMapCityEvent & {
|
|
20
|
+
city_info: TCityLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapCityEventWithEventInfo = TMapCityEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TCityLabelInfo } from "../types-city/t-city";
|
|
2
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
1
3
|
export type TMapCityFolder = {
|
|
2
4
|
city_code: string;
|
|
3
5
|
folder_id: string;
|
|
@@ -15,3 +17,9 @@ export type TMapCityFolderUpdate = {
|
|
|
15
17
|
city_code: string;
|
|
16
18
|
folder_id: string;
|
|
17
19
|
} & Partial<Omit<TMapCityFolder, "city_code" | "folder_id">>;
|
|
20
|
+
export type TMapCityFolderWithCityInfo = TMapCityFolder & {
|
|
21
|
+
city_info: TCityLabelInfo | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapCityFolderWithFolderInfo = TMapCityFolder & {
|
|
24
|
+
folder_info: TFolderSummaryInfo | null;
|
|
25
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TEventCard } from "../types-event/t-event";
|
|
2
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
1
3
|
export type TMapFolderEvent = {
|
|
2
4
|
folder_id: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapFolderEventUpdate = {
|
|
|
14
16
|
folder_id: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapFolderEvent, "folder_id" | "event_id">>;
|
|
19
|
+
export type TMapFolderEventWithFolderInfo = TMapFolderEvent & {
|
|
20
|
+
folder_info: TFolderSummaryInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapFolderEventWithEventInfo = TMapFolderEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TEventCard } from "../types-event/t-event";
|
|
2
|
+
import { TGroupLabelInfo } from "../types-group/t-group";
|
|
1
3
|
export type TMapGroupEvent = {
|
|
2
4
|
group_code: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapGroupEventUpdate = {
|
|
|
14
16
|
group_code: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapGroupEvent, "group_code" | "event_id">>;
|
|
19
|
+
export type TMapGroupEventWithGroupInfo = TMapGroupEvent & {
|
|
20
|
+
group_info: TGroupLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapGroupEventWithEventInfo = TMapGroupEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TFolderSummaryInfo } from "../..";
|
|
2
|
+
import { TGroupLabelInfo } from "../types-group/t-group";
|
|
1
3
|
export type TMapGroupFolder = {
|
|
2
4
|
group_code: string;
|
|
3
5
|
folder_id: string;
|
|
@@ -15,3 +17,9 @@ export type TMapGroupFolderUpdate = {
|
|
|
15
17
|
group_code: string;
|
|
16
18
|
folder_id: string;
|
|
17
19
|
} & Partial<Omit<TMapGroupFolder, "group_code" | "folder_id">>;
|
|
20
|
+
export type TMapGroupFolderWithGroupInfo = TMapGroupFolder & {
|
|
21
|
+
group_info: TGroupLabelInfo | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapGroupFolderWithFolderInfo = TMapGroupFolder & {
|
|
24
|
+
folder_info: TFolderSummaryInfo | null;
|
|
25
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TEventCard } from "../types-event/t-event";
|
|
2
|
+
import { TStagLabelInfo } from "../types-stag/t-stag";
|
|
1
3
|
export type TMapStagEvent = {
|
|
2
4
|
stag_code: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapStagEventUpdate = {
|
|
|
14
16
|
stag_code: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapStagEvent, "stag_code" | "event_id">>;
|
|
19
|
+
export type TMapStagEventWithStagInfo = TMapStagEvent & {
|
|
20
|
+
stag_info: TStagLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapStagEventWithEventInfo = TMapStagEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
2
|
+
import { TStagLabelInfo } from "../types-stag/t-stag";
|
|
1
3
|
export type TMapStagFolder = {
|
|
2
4
|
stag_code: string;
|
|
3
5
|
folder_id: string;
|
|
@@ -15,3 +17,9 @@ export type TMapStagFolderUpdate = {
|
|
|
15
17
|
stag_code: string;
|
|
16
18
|
folder_id: string;
|
|
17
19
|
} & Partial<Omit<TMapStagFolder, "stag_code" | "folder_id">>;
|
|
20
|
+
export type TMapStagFolderWithStagInfo = TMapStagFolder & {
|
|
21
|
+
stag_info: TStagLabelInfo | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapStagFolderWithFolderInfo = TMapStagFolder & {
|
|
24
|
+
folder_info: TFolderSummaryInfo | null;
|
|
25
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TEventCard } from "../types-event/t-event";
|
|
2
|
+
import { TTagLabelInfo } from "../types-tag/t-tag";
|
|
1
3
|
export type TMapTagEvent = {
|
|
2
4
|
tag_id: number;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapTagEventUpdate = {
|
|
|
14
16
|
tag_id: number;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapTagEvent, "tag_id" | "event_id">>;
|
|
19
|
+
export type TMapTagEventWithTagInfo = TMapTagEvent & {
|
|
20
|
+
tag_info: TTagLabelInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapTagEventWithEventInfo = TMapTagEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
2
|
+
import { TTagLabelInfo } from "../types-tag/t-tag";
|
|
1
3
|
export type TMapTagFolder = {
|
|
2
4
|
tag_id: number;
|
|
3
5
|
folder_id: string;
|
|
@@ -15,3 +17,9 @@ export type TMapTagFolderUpdate = {
|
|
|
15
17
|
tag_id: number;
|
|
16
18
|
folder_id: string;
|
|
17
19
|
} & Partial<Omit<TMapTagFolder, "tag_id" | "folder_id">>;
|
|
20
|
+
export type TMapTagFolderWithTagInfo = TMapTagFolder & {
|
|
21
|
+
tag_info: TTagLabelInfo | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapTagFolderWithFolderInfo = TMapTagFolder & {
|
|
24
|
+
folder_info: TFolderSummaryInfo | null;
|
|
25
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TEventCard } from "../types-event/t-event";
|
|
2
|
+
import { TUserSummaryInfo } from "../types-user/t-user";
|
|
1
3
|
export type TMapUserEvent = {
|
|
2
4
|
user_id: string;
|
|
3
5
|
event_id: string;
|
|
@@ -14,3 +16,9 @@ export type TMapUserEventUpdate = {
|
|
|
14
16
|
user_id: string;
|
|
15
17
|
event_id: string;
|
|
16
18
|
} & Partial<Omit<TMapUserEvent, "user_id" | "event_id">>;
|
|
19
|
+
export type TMapUserEventWithUserInfo = TMapUserEvent & {
|
|
20
|
+
user_info: TUserSummaryInfo | null;
|
|
21
|
+
};
|
|
22
|
+
export type TMapUserEventWithEventInfo = TMapUserEvent & {
|
|
23
|
+
event_info: TEventCard | null;
|
|
24
|
+
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { TFolderSummaryInfo } from "../types-folder/t-folder";
|
|
2
|
+
import { TUserSummaryInfo } from "../types-user/t-user";
|
|
1
3
|
export type TMapUserFolder = {
|
|
2
4
|
user_id: string;
|
|
3
5
|
folder_id: string;
|
|
@@ -15,3 +17,9 @@ export type TMapUserFolderUpdate = {
|
|
|
15
17
|
user_id: string;
|
|
16
18
|
folder_id: string;
|
|
17
19
|
} & Partial<Omit<TMapUserFolder, "user_id" | "folder_id">>;
|
|
20
|
+
export type TMapUserFolderWithUserInfo = TMapUserFolder & {
|
|
21
|
+
user_info: TUserSummaryInfo | null;
|
|
22
|
+
};
|
|
23
|
+
export type TMapUserFolderWithFolderInfo = TMapUserFolder & {
|
|
24
|
+
folder_info: TFolderSummaryInfo | null;
|
|
25
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-stag.js","sourceRoot":"","sources":["../../../src/types/types-stag/t-stag.ts"],"names":[],"mappings":"AA4BA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,qBAAqB;IACrB,WAAW;IACX,MAAM;IACN,UAAU;IACV,UAAU;IACV,KAAK;IACL,aAAa;IACb,WAAW;IACX,YAAY;IACZ,UAAU;IACV,UAAU;CACX,CAAC;AAqDF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW;IACX,qBAAqB;IACrB,MAAM;IACN,aAAa;IACb,UAAU;IACV,UAAU;IACV,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,aAAa;IACb,KAAK;IACL,cAAc;IACd,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,SAAS;IACT,gBAAgB;IAChB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,mBAAmB;CACpB,CAAC;AAGF;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC;AAE3D;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export type TUserSummaryInfo = {
|
|
2
|
+
user_id: string;
|
|
3
|
+
user_name: string | null;
|
|
4
|
+
country_code: string | null;
|
|
5
|
+
lang_code: string | null;
|
|
6
|
+
name: string | null;
|
|
7
|
+
avatar_url: string | null;
|
|
8
|
+
timezone: string | null;
|
|
9
|
+
};
|
|
1
10
|
export type TUserListForAdmin = {
|
|
2
11
|
user_id: string;
|
|
3
12
|
user_name: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"t-user.js","sourceRoot":"","sources":["../../../src/types/types-user/t-user.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"t-user.js","sourceRoot":"","sources":["../../../src/types/types-user/t-user.ts"],"names":[],"mappings":"AAyBA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,SAAS;IACT,WAAW;IACX,cAAc;IACd,WAAW;IACX,MAAM;IACN,YAAY;IACZ,MAAM;IACN,SAAS;IACT,OAAO;IACP,cAAc;IACd,WAAW;CACZ,CAAC"}
|