dplus_common_v1 0.1.8 → 0.1.10
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/db-types/db-brand-types.d.ts +1 -0
- package/dist/db-types/db-brand-types.js +14 -1
- package/dist/db-types/db-brand-types.js.map +1 -1
- package/dist/db-types/db-category-types.d.ts +2 -0
- package/dist/db-types/db-category-types.js +10 -1
- package/dist/db-types/db-category-types.js.map +1 -1
- package/dist/db-types/db-celeb-types.d.ts +1 -0
- package/dist/db-types/db-celeb-types.js +14 -1
- package/dist/db-types/db-celeb-types.js.map +1 -1
- package/dist/db-types/db-city-types.d.ts +2 -0
- package/dist/db-types/db-city-types.js +15 -1
- package/dist/db-types/db-city-types.js.map +1 -1
- package/dist/db-types/db-company-types.d.ts +1 -0
- package/dist/db-types/db-company-types.js +13 -1
- package/dist/db-types/db-company-types.js.map +1 -1
- package/dist/db-types/db-event-types.d.ts +1 -0
- package/dist/db-types/db-event-types.js +24 -1
- package/dist/db-types/db-event-types.js.map +1 -1
- package/dist/db-types/db-folder-types.d.ts +1 -0
- package/dist/db-types/db-folder-types.js +20 -1
- package/dist/db-types/db-folder-types.js.map +1 -1
- package/dist/db-types/db-idol-group-types.d.ts +1 -0
- package/dist/db-types/db-idol-group-types.js +13 -1
- package/dist/db-types/db-idol-group-types.js.map +1 -1
- package/dist/db-types/db-metadata-types.d.ts +9 -6
- package/dist/db-types/db-metadata-types.js +1 -1
- package/dist/db-types/db-metadata-types.js.map +1 -1
- package/dist/db-types/db-people-types.d.ts +1 -0
- package/dist/db-types/db-people-types.js +13 -1
- package/dist/db-types/db-people-types.js.map +1 -1
- package/dist/db-types/db-pevent-types.d.ts +1 -0
- package/dist/db-types/db-pevent-types.js +23 -1
- package/dist/db-types/db-pevent-types.js.map +1 -1
- package/dist/db-types/db-product-types.d.ts +1 -0
- package/dist/db-types/db-product-types.js +15 -1
- package/dist/db-types/db-product-types.js.map +1 -1
- package/dist/db-types/db-selected-event-types.d.ts +9 -6
- package/dist/db-types/db-selected-event-types.js +24 -1
- package/dist/db-types/db-selected-event-types.js.map +1 -1
- package/dist/db-types/db-selected-folder-types.d.ts +9 -6
- package/dist/db-types/db-selected-folder-types.js +20 -1
- package/dist/db-types/db-selected-folder-types.js.map +1 -1
- package/dist/db-types/db-stag-types.d.ts +1 -0
- package/dist/db-types/db-stag-types.js +1 -1
- package/dist/db-types/db-stag-types.js.map +1 -1
- package/dist/db-types/db-team-types.d.ts +1 -0
- package/dist/db-types/db-team-types.js +13 -1
- package/dist/db-types/db-team-types.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +75 -0
- package/dist/dplus-types/dplus-response-types.js +0 -55
- package/dist/dplus-types/dplus-response-types.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TBrandListForAdminAttributes = [
|
|
2
|
+
"brand_code",
|
|
3
|
+
"company_code",
|
|
4
|
+
"name",
|
|
5
|
+
"name_native",
|
|
6
|
+
"homepage",
|
|
7
|
+
"youtube_ch_id",
|
|
8
|
+
"instagram_id",
|
|
9
|
+
"tiktok_id",
|
|
10
|
+
"threads_id",
|
|
11
|
+
"is_active",
|
|
12
|
+
"is_display",
|
|
13
|
+
"is_official_account",
|
|
14
|
+
];
|
|
2
15
|
//# sourceMappingURL=db-brand-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-brand-types.js","sourceRoot":"","sources":["../../src/db-types/db-brand-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-brand-types.js","sourceRoot":"","sources":["../../src/db-types/db-brand-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,YAAY;IACZ,cAAc;IACd,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TCategoryOptionForAdminAttributes = ["category_code", "order_num", "target_country_code", "name", "is_active", "is_display"];
|
|
2
|
+
export const TCategoryListForAdminAttributes = [
|
|
3
|
+
...TCategoryOptionForAdminAttributes,
|
|
4
|
+
"icon",
|
|
5
|
+
"profile",
|
|
6
|
+
"event_count",
|
|
7
|
+
"created_at",
|
|
8
|
+
"created_by",
|
|
9
|
+
"updated_at",
|
|
10
|
+
];
|
|
2
11
|
//# sourceMappingURL=db-category-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-category-types.js","sourceRoot":"","sources":["../../src/db-types/db-category-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-category-types.js","sourceRoot":"","sources":["../../src/db-types/db-category-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,eAAe,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC;AAE1I,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,GAAG,iCAAiC;IACpC,MAAM;IACN,SAAS;IACT,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,YAAY;CACb,CAAC"}
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TCelebListForAdminAttributes = [
|
|
2
|
+
"celeb_code",
|
|
3
|
+
"idol_group_code",
|
|
4
|
+
"name",
|
|
5
|
+
"name_native",
|
|
6
|
+
"homepage",
|
|
7
|
+
"youtube_ch_id",
|
|
8
|
+
"instagram_id",
|
|
9
|
+
"tiktok_id",
|
|
10
|
+
"threads_id",
|
|
11
|
+
"is_active",
|
|
12
|
+
"is_display",
|
|
13
|
+
"is_official_account",
|
|
14
|
+
];
|
|
2
15
|
//# sourceMappingURL=db-celeb-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-celeb-types.js","sourceRoot":"","sources":["../../src/db-types/db-celeb-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-celeb-types.js","sourceRoot":"","sources":["../../src/db-types/db-celeb-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,YAAY;IACZ,iBAAiB;IACjB,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TCityOptionForAdminAttributes = ["country_code", "city_code", "name", "name_native", "name_ko"];
|
|
2
|
+
export const TCityListForAdminAttributes = [
|
|
3
|
+
...TCityOptionForAdminAttributes,
|
|
4
|
+
"profile",
|
|
5
|
+
"official_web",
|
|
6
|
+
"youtube_ch_id",
|
|
7
|
+
"tiktok_id",
|
|
8
|
+
"instagram_id",
|
|
9
|
+
"address",
|
|
10
|
+
"google_map_url",
|
|
11
|
+
"is_active",
|
|
12
|
+
"is_display",
|
|
13
|
+
"view_count",
|
|
14
|
+
"event_count",
|
|
15
|
+
];
|
|
2
16
|
//# sourceMappingURL=db-city-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-city-types.js","sourceRoot":"","sources":["../../src/db-types/db-city-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-city-types.js","sourceRoot":"","sources":["../../src/db-types/db-city-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,cAAc,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC;AAE7G,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,GAAG,6BAA6B;IAChC,SAAS;IACT,cAAc;IACd,eAAe;IACf,WAAW;IACX,cAAc;IACd,SAAS;IACT,gBAAgB;IAChB,WAAW;IACX,YAAY;IACZ,YAAY;IACZ,aAAa;CACd,CAAC"}
|
|
@@ -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,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,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,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"}
|
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare const TMetadataI18nListForAdminAttributes: string[];
|
|
2
|
+
export type TMetadataI18nListForAdmin = {
|
|
2
3
|
content_code: string;
|
|
3
4
|
code: string;
|
|
4
5
|
lang_code: string;
|
|
5
6
|
title: string;
|
|
6
|
-
description: string | null;
|
|
7
7
|
og_title: string | null;
|
|
8
|
+
};
|
|
9
|
+
export type TMetadataI18nDetail = TMetadataI18nListForAdmin & {
|
|
10
|
+
description: string | null;
|
|
8
11
|
og_description: string | null;
|
|
9
12
|
og_image: string | null;
|
|
10
13
|
tag_set: string | null;
|
|
11
14
|
};
|
|
12
|
-
export type
|
|
15
|
+
export type TMetadataI18nDetailInsert = {
|
|
13
16
|
content_code: string;
|
|
14
17
|
code: string;
|
|
15
18
|
lang_code: string;
|
|
16
|
-
} & Partial<Omit<
|
|
17
|
-
export type
|
|
19
|
+
} & Partial<Omit<TMetadataI18nDetail, "content_code" | "code" | "lang_code">>;
|
|
20
|
+
export type TMetadataI18nDetailUpdate = {
|
|
18
21
|
content_code: string;
|
|
19
22
|
code: string;
|
|
20
23
|
lang_code: string;
|
|
21
|
-
} & Partial<Omit<
|
|
24
|
+
} & Partial<Omit<TMetadataI18nDetail, "content_code" | "code" | "lang_code">>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TMetadataI18nListForAdminAttributes = ["content_code", "code", "lang_code", "title", "og_title"];
|
|
2
2
|
//# sourceMappingURL=db-metadata-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-metadata-types.js","sourceRoot":"","sources":["../../src/db-types/db-metadata-types.ts"],"names":[],"mappings":""}
|
|
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"}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TPeopleListForAdminAttributes = [
|
|
2
|
+
"person_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-people-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-people-types.js","sourceRoot":"","sources":["../../src/db-types/db-people-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-people-types.js","sourceRoot":"","sources":["../../src/db-types/db-people-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,aAAa;IACb,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -1,2 +1,24 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TPeventListForAdminAttributes = [
|
|
2
|
+
"pevent_id",
|
|
3
|
+
"pevent_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_active",
|
|
22
|
+
"is_display",
|
|
23
|
+
];
|
|
2
24
|
//# sourceMappingURL=db-pevent-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-pevent-types.js","sourceRoot":"","sources":["../../src/db-types/db-pevent-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-pevent-types.js","sourceRoot":"","sources":["../../src/db-types/db-pevent-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,6BAA6B,GAAG;IAC3C,WAAW;IACX,aAAa;IACb,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,WAAW;IACX,YAAY;CACb,CAAC"}
|
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TProductListForAdminAttributes = [
|
|
2
|
+
"product_code",
|
|
3
|
+
"company_code",
|
|
4
|
+
"brand_code",
|
|
5
|
+
"name",
|
|
6
|
+
"name_native",
|
|
7
|
+
"homepage",
|
|
8
|
+
"youtube_ch_id",
|
|
9
|
+
"instagram_id",
|
|
10
|
+
"tiktok_id",
|
|
11
|
+
"threads_id",
|
|
12
|
+
"is_active",
|
|
13
|
+
"is_display",
|
|
14
|
+
"is_official_account",
|
|
15
|
+
];
|
|
2
16
|
//# sourceMappingURL=db-product-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-product-types.js","sourceRoot":"","sources":["../../src/db-types/db-product-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-product-types.js","sourceRoot":"","sources":["../../src/db-types/db-product-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,cAAc;IACd,cAAc;IACd,YAAY;IACZ,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare const TSelectedEventListForAdminAttributes: string[];
|
|
2
|
+
export type TSelectedEventListForAdmin = {
|
|
2
3
|
content_code: string;
|
|
3
4
|
code: string;
|
|
4
5
|
folder_id: string | null;
|
|
@@ -13,7 +14,6 @@ export type TSelectedEvent = {
|
|
|
13
14
|
thumbnail_horizontal: string | null;
|
|
14
15
|
thumbnail_vertical: string | null;
|
|
15
16
|
profile: string | null;
|
|
16
|
-
description: string | null;
|
|
17
17
|
target_country_code: string | null;
|
|
18
18
|
target_city_code: string | null;
|
|
19
19
|
hero_image_01: string | null;
|
|
@@ -23,13 +23,16 @@ export type TSelectedEvent = {
|
|
|
23
23
|
thumbnail_vertical_01: string | null;
|
|
24
24
|
thumbnail_vertical_02: string | null;
|
|
25
25
|
};
|
|
26
|
-
export type
|
|
26
|
+
export type TSelectedEventDetail = TSelectedEventListForAdmin & {
|
|
27
|
+
description: string | null;
|
|
28
|
+
};
|
|
29
|
+
export type TSelectedEventDetailInsert = {
|
|
27
30
|
content_code: string;
|
|
28
31
|
code: string;
|
|
29
32
|
event_id: string;
|
|
30
|
-
} & Partial<Omit<
|
|
31
|
-
export type
|
|
33
|
+
} & Partial<Omit<TSelectedEventDetail, "content_code" | "code" | "event_id">>;
|
|
34
|
+
export type TSelectedEventDetailUpdate = {
|
|
32
35
|
content_code: string;
|
|
33
36
|
code: string;
|
|
34
37
|
event_id: string;
|
|
35
|
-
} & Partial<Omit<
|
|
38
|
+
} & Partial<Omit<TSelectedEventDetail, "content_code" | "code" | "event_id">>;
|
|
@@ -1,2 +1,25 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TSelectedEventListForAdminAttributes = [
|
|
2
|
+
"content_code",
|
|
3
|
+
"code",
|
|
4
|
+
"folder_id",
|
|
5
|
+
"event_id",
|
|
6
|
+
"date",
|
|
7
|
+
"time",
|
|
8
|
+
"tz",
|
|
9
|
+
"duration",
|
|
10
|
+
"is_repeat_annually",
|
|
11
|
+
"title",
|
|
12
|
+
"thumbnail_square",
|
|
13
|
+
"thumbnail_horizontal",
|
|
14
|
+
"thumbnail_vertical",
|
|
15
|
+
"profile",
|
|
16
|
+
"target_country_code",
|
|
17
|
+
"target_city_code",
|
|
18
|
+
"hero_image_01",
|
|
19
|
+
"hero_image_02",
|
|
20
|
+
"thumbnail_main_01",
|
|
21
|
+
"thumbnail_main_02",
|
|
22
|
+
"thumbnail_vertical_01",
|
|
23
|
+
"thumbnail_vertical_02",
|
|
24
|
+
];
|
|
2
25
|
//# sourceMappingURL=db-selected-event-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-selected-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-event-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-selected-event-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-event-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,cAAc;IACd,MAAM;IACN,WAAW;IACX,UAAU;IACV,MAAM;IACN,MAAM;IACN,IAAI;IACJ,UAAU;IACV,oBAAoB;IACpB,OAAO;IACP,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;CACxB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export declare const TSelectedFolderListForAdminAttributes: string[];
|
|
2
|
+
export type TSelectedFolderListForAdmin = {
|
|
2
3
|
content_type: string;
|
|
3
4
|
code: string;
|
|
4
5
|
folder_id: string;
|
|
@@ -7,7 +8,6 @@ export type TSelectedFolder = {
|
|
|
7
8
|
thumbnail_horizontal: string | null;
|
|
8
9
|
thumbnail_vertical: string | null;
|
|
9
10
|
profile: string | null;
|
|
10
|
-
description: string | null;
|
|
11
11
|
target_country_code: string | null;
|
|
12
12
|
target_city_code: string | null;
|
|
13
13
|
hero_image_01: string | null;
|
|
@@ -19,13 +19,16 @@ export type TSelectedFolder = {
|
|
|
19
19
|
earliest_event: Date | null;
|
|
20
20
|
latest_event: Date | null;
|
|
21
21
|
};
|
|
22
|
-
export type
|
|
22
|
+
export type TSelectedFolderDetail = TSelectedFolderListForAdmin & {
|
|
23
|
+
description: string | null;
|
|
24
|
+
};
|
|
25
|
+
export type TSelectedFolderDetailInsert = {
|
|
23
26
|
content_type: string;
|
|
24
27
|
code: string;
|
|
25
28
|
folder_id: string;
|
|
26
|
-
} & Partial<Omit<
|
|
27
|
-
export type
|
|
29
|
+
} & Partial<Omit<TSelectedFolderDetail, "content_type" | "code" | "folder_id">>;
|
|
30
|
+
export type TSelectedFolderDetailUpdate = {
|
|
28
31
|
content_type: string;
|
|
29
32
|
code: string;
|
|
30
33
|
folder_id: string;
|
|
31
|
-
} & Partial<Omit<
|
|
34
|
+
} & Partial<Omit<TSelectedFolderDetail, "content_type" | "code" | "folder_id">>;
|
|
@@ -1,2 +1,21 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TSelectedFolderListForAdminAttributes = [
|
|
2
|
+
"content_type",
|
|
3
|
+
"code",
|
|
4
|
+
"folder_id",
|
|
5
|
+
"title",
|
|
6
|
+
"thumbnail_square",
|
|
7
|
+
"thumbnail_horizontal",
|
|
8
|
+
"thumbnail_vertical",
|
|
9
|
+
"profile",
|
|
10
|
+
"target_country_code",
|
|
11
|
+
"target_city_code",
|
|
12
|
+
"hero_image_01",
|
|
13
|
+
"hero_image_02",
|
|
14
|
+
"thumbnail_main_01",
|
|
15
|
+
"thumbnail_main_02",
|
|
16
|
+
"thumbnail_vertical_01",
|
|
17
|
+
"thumbnail_vertical_02",
|
|
18
|
+
"earliest_event",
|
|
19
|
+
"latest_event",
|
|
20
|
+
];
|
|
2
21
|
//# sourceMappingURL=db-selected-folder-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-selected-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-folder-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-selected-folder-types.js","sourceRoot":"","sources":["../../src/db-types/db-selected-folder-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACnD,cAAc;IACd,MAAM;IACN,WAAW;IACX,OAAO;IACP,kBAAkB;IAClB,sBAAsB;IACtB,oBAAoB;IACpB,SAAS;IACT,qBAAqB;IACrB,kBAAkB;IAClB,eAAe;IACf,eAAe;IACf,mBAAmB;IACnB,mBAAmB;IACnB,uBAAuB;IACvB,uBAAuB;IACvB,gBAAgB;IAChB,cAAc;CACf,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TStagListForAdminAttributes = ["target_country_code", "stag_code", "stag", "url", "event_count", "is_active", "is_display"];
|
|
2
2
|
//# sourceMappingURL=db-stag-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-stag-types.js","sourceRoot":"","sources":["../../src/db-types/db-stag-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-stag-types.js","sourceRoot":"","sources":["../../src/db-types/db-stag-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,qBAAqB,EAAE,WAAW,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,CAAC,CAAC"}
|
|
@@ -1,2 +1,14 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const TTeamListForAdminAttributes = [
|
|
2
|
+
"team_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-team-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db-team-types.js","sourceRoot":"","sources":["../../src/db-types/db-team-types.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"db-team-types.js","sourceRoot":"","sources":["../../src/db-types/db-team-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,WAAW;IACX,MAAM;IACN,aAAa;IACb,UAAU;IACV,eAAe;IACf,cAAc;IACd,WAAW;IACX,YAAY;IACZ,WAAW;IACX,YAAY;IACZ,qBAAqB;CACtB,CAAC"}
|
|
@@ -1,5 +1,80 @@
|
|
|
1
|
+
import { TMapBrandEvent, TMapBrandFolder } from "../db-types/db-brand-types";
|
|
2
|
+
import { TCategoryDetail, TCategoryI18n } from "../db-types/db-category-types";
|
|
3
|
+
import { TMapCelebEvent, TMapCelebFolder } from "../db-types/db-celeb-types";
|
|
4
|
+
import { TCityDetail, TCityI18n, TCityImage, TCityYouTubeVideo } from "../db-types/db-city-types";
|
|
5
|
+
import { TMapCompanyEvent, TMapCompanyFolder } from "../db-types/db-company-types";
|
|
6
|
+
import { TEventDetail, TEventImage, TEventListForAdmin } from "../db-types/db-event-types";
|
|
7
|
+
import { TFolderDetail, TFolderImage } from "../db-types/db-folder-types";
|
|
8
|
+
import { TMapIdolGroupEvent, TMapIdolGroupFolder } from "../db-types/db-idol-group-types";
|
|
9
|
+
import { TMapCategoryEvent, TMapCategoryFolder, TMapCityEvent, TMapCityFolder, TMapStagEvent, TMapStagFolder } from "../db-types/db-map-types";
|
|
10
|
+
import { TMetadataI18nDetail } from "../db-types/db-metadata-types";
|
|
11
|
+
import { TMapPeopleEvent, TMapPeopleFolder } from "../db-types/db-people-types";
|
|
12
|
+
import { TPeventDetail, TPeventImage } from "../db-types/db-pevent-types";
|
|
13
|
+
import { TMapProductEvent, TMapProductFolder } from "../db-types/db-product-types";
|
|
14
|
+
import { TSelectedEventDetail } from "../db-types/db-selected-event-types";
|
|
15
|
+
import { TSelectedFolderDetail } from "../db-types/db-selected-folder-types";
|
|
16
|
+
import { TStagDetail, TStagI18n } from "../db-types/db-stag-types";
|
|
17
|
+
import { TMapTeamEvent, TMapTeamFolder } from "../db-types/db-team-types";
|
|
1
18
|
export type ResponseDBSelect<T> = {
|
|
2
19
|
data: T;
|
|
3
20
|
count?: number;
|
|
4
21
|
apiUrl?: string | null;
|
|
5
22
|
};
|
|
23
|
+
type BaseResponseDetail<TContent, TImage = undefined> = {
|
|
24
|
+
content: TContent;
|
|
25
|
+
metadataI18n?: TMetadataI18nDetail[];
|
|
26
|
+
} & (TImage extends undefined ? object : {
|
|
27
|
+
images?: TImage[];
|
|
28
|
+
});
|
|
29
|
+
type WithSelected = {
|
|
30
|
+
selectedFolder?: TSelectedFolderDetail[];
|
|
31
|
+
selectedEvent?: TSelectedEventDetail[];
|
|
32
|
+
};
|
|
33
|
+
export type ResponseContentDetailForAdmin = BaseResponseDetail<TCityDetail, TCityImage> & WithSelected & {
|
|
34
|
+
videos?: TCityYouTubeVideo[];
|
|
35
|
+
i18n?: TCityI18n[];
|
|
36
|
+
};
|
|
37
|
+
export type ResponseCityDetailForAdmin = BaseResponseDetail<TCityDetail, TCityImage> & WithSelected & {
|
|
38
|
+
videos?: TCityYouTubeVideo[];
|
|
39
|
+
i18n?: TCityI18n[];
|
|
40
|
+
mapCityFolder?: TMapCityFolder[];
|
|
41
|
+
mapCityEvent?: TMapCityEvent[];
|
|
42
|
+
};
|
|
43
|
+
export type ResponseCategoryDetailForAdmin = BaseResponseDetail<TCategoryDetail> & WithSelected & {
|
|
44
|
+
subCategories?: TCategoryDetail[];
|
|
45
|
+
i18n?: TCategoryI18n[];
|
|
46
|
+
mapCategoryFolder?: TMapCategoryFolder[];
|
|
47
|
+
mapCategoryEvent?: TMapCategoryEvent[];
|
|
48
|
+
};
|
|
49
|
+
export type ResponseStagDetailForAdmin = BaseResponseDetail<TStagDetail> & WithSelected & {
|
|
50
|
+
i18n?: TStagI18n[];
|
|
51
|
+
mapStagFolder?: TMapStagFolder[];
|
|
52
|
+
mapStagEvent?: TMapStagEvent[];
|
|
53
|
+
};
|
|
54
|
+
export type ResponseFolderDetailForAdmin = BaseResponseDetail<TFolderDetail, TFolderImage> & {
|
|
55
|
+
mapFolderEvent?: TEventListForAdmin[];
|
|
56
|
+
mapCityFolder?: TMapCityFolder[];
|
|
57
|
+
mapCategoryFolder?: TMapCategoryFolder[];
|
|
58
|
+
mapStagFolder?: TMapStagFolder[];
|
|
59
|
+
mapIdolGroupFolder?: TMapIdolGroupFolder[];
|
|
60
|
+
mapCelebFolder?: TMapCelebFolder[];
|
|
61
|
+
mapPeopleFolder?: TMapPeopleFolder[];
|
|
62
|
+
mapCompanyFolder?: TMapCompanyFolder[];
|
|
63
|
+
mapBrandFolder?: TMapBrandFolder[];
|
|
64
|
+
mapProductFolder?: TMapProductFolder[];
|
|
65
|
+
mapTeamFolder?: TMapTeamFolder[];
|
|
66
|
+
};
|
|
67
|
+
export type ResponseEventDetailForAdmin = BaseResponseDetail<TEventDetail, TEventImage> & {
|
|
68
|
+
mapCityEvent?: TMapCityEvent[];
|
|
69
|
+
mapCategoryEvent?: TMapCategoryEvent[];
|
|
70
|
+
mapStagEvent?: TMapStagEvent[];
|
|
71
|
+
mapIdolGroupEvent?: TMapIdolGroupEvent[];
|
|
72
|
+
mapCelebEvent?: TMapCelebEvent[];
|
|
73
|
+
mapPeopleEvent?: TMapPeopleEvent[];
|
|
74
|
+
mapCompanyEvent?: TMapCompanyEvent[];
|
|
75
|
+
mapBrandEvent?: TMapBrandEvent[];
|
|
76
|
+
mapProductEvent?: TMapProductEvent[];
|
|
77
|
+
mapTeamEvent?: TMapTeamEvent[];
|
|
78
|
+
};
|
|
79
|
+
export type ResponsePeventDetailForAdmin = BaseResponseDetail<TPeventDetail, TPeventImage>;
|
|
80
|
+
export {};
|
|
@@ -1,57 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
// export type ResponseCityForAdmin = {
|
|
3
|
-
// content: City;
|
|
4
|
-
// images?: CityImage[];
|
|
5
|
-
// i18n?: CityI18n[];
|
|
6
|
-
// metadataI18n?: CityMetadataI18n[];
|
|
7
|
-
// };
|
|
8
|
-
// export type ResponseStreetForAdmin = {
|
|
9
|
-
// content: Street;
|
|
10
|
-
// images?: StreetImage[];
|
|
11
|
-
// i18n?: StreetI18n[];
|
|
12
|
-
// metadataI18n?: StreetMetadataI18n[];
|
|
13
|
-
// };
|
|
14
|
-
// export type ResponseCategoryForAdmin = {
|
|
15
|
-
// content: Category;
|
|
16
|
-
// subCategories?: Category[];
|
|
17
|
-
// i18n?: CategoryI18n[];
|
|
18
|
-
// metadataI18n?: CategoryMetadataI18n[];
|
|
19
|
-
// };
|
|
20
|
-
// export type ResponseSpecialTagForAdmin = {
|
|
21
|
-
// content: SpecialTag;
|
|
22
|
-
// images?: SpecialTagImage[];
|
|
23
|
-
// i18n?: SpecialTagI18n[];
|
|
24
|
-
// metadataI18n?: SpecialTagMetadataI18n[];
|
|
25
|
-
// };
|
|
26
|
-
// export type ResponseCompletedYouTubeVideoForAdmin = {
|
|
27
|
-
// content: CompletedYouTubeVideo;
|
|
28
|
-
// mapCompletedYouTubeVideoCity?: MapCompletedYouTubeVideoCity[];
|
|
29
|
-
// mapCompletedYouTubeVideoStreet?: MapCompletedYouTubeVideoStreet[];
|
|
30
|
-
// mapCompletedYouTubeVideoKeyword?: MapCompletedYouTubeVideoKeyword[];
|
|
31
|
-
// mapCompletedYouTubeVideoTimeline?: MapCompletedYouTubeVideoTimeline[];
|
|
32
|
-
// mapYouTubeVideoCompletedContent?: MapYouTubeVideoCompletedContent[];
|
|
33
|
-
// };
|
|
34
|
-
// export type ResponseCompletedContentForAdmin = {
|
|
35
|
-
// content: CompletedContent;
|
|
36
|
-
// showTimetable?: CompletedContentShowTimetable[];
|
|
37
|
-
// price?: CompletedContentPrice[];
|
|
38
|
-
// image?: CompletedContentImage[];
|
|
39
|
-
// i18n?: CompletedContentI18n[];
|
|
40
|
-
// keyword?: CompletedContentKeyword[];
|
|
41
|
-
// gpPhoto?: CompletedContentGPPhoto[];
|
|
42
|
-
// metadataI18n?: CompletedContentMetadataI18n[];
|
|
43
|
-
// mapCategoryContent?: MapCategoryCompletedContent[];
|
|
44
|
-
// mapSpecialTagContent?: MapSpecialTagCompletedContent[];
|
|
45
|
-
// mapYoutubeVideoCompletedContent?: MapYouTubeVideoCompletedContent[];
|
|
46
|
-
// mapTagContent?: MapTagCompletedContent[];
|
|
47
|
-
// };
|
|
48
|
-
// export type ResponseTrandAPI<T> = {
|
|
49
|
-
// success: boolean;
|
|
50
|
-
// alarm?: string | null;
|
|
51
|
-
// status?: string | null;
|
|
52
|
-
// msg?: string | null;
|
|
53
|
-
// dbResponse?: T | null | undefined;
|
|
54
|
-
// error?: string | null;
|
|
55
|
-
// missingFields?: string[] | string | null;
|
|
56
|
-
// };
|
|
57
2
|
//# sourceMappingURL=dplus-response-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dplus-response-types.js","sourceRoot":"","sources":["../../src/dplus-types/dplus-response-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dplus-response-types.js","sourceRoot":"","sources":["../../src/dplus-types/dplus-response-types.ts"],"names":[],"mappings":""}
|