dplus_common_v1 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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"}
|