trand_common_v1 0.1.104 → 0.1.106
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/fields/field-category-metadata-i18n.d.ts +44 -0
- package/dist/fields/field-category-metadata-i18n.js +45 -0
- package/dist/fields/field-category-metadata-i18n.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/trand-types/trand-response-types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare const FIELD_CATEGORY_METADATA_I18N: {
|
|
2
|
+
category_code: {
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
is_required: boolean;
|
|
6
|
+
max_length: number;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
};
|
|
9
|
+
lang_code: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
is_required: boolean;
|
|
13
|
+
max_length: number;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
title: {
|
|
17
|
+
id: string;
|
|
18
|
+
label: string;
|
|
19
|
+
is_required: boolean;
|
|
20
|
+
max_length: number;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
};
|
|
23
|
+
description: {
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
is_required: boolean;
|
|
27
|
+
max_length: number;
|
|
28
|
+
placeholder: string;
|
|
29
|
+
};
|
|
30
|
+
og_image: {
|
|
31
|
+
id: string;
|
|
32
|
+
label: string;
|
|
33
|
+
is_required: boolean;
|
|
34
|
+
max_length: number;
|
|
35
|
+
placeholder: string;
|
|
36
|
+
};
|
|
37
|
+
tagset: {
|
|
38
|
+
id: string;
|
|
39
|
+
label: string;
|
|
40
|
+
is_required: boolean;
|
|
41
|
+
max_length: number;
|
|
42
|
+
placeholder: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export const FIELD_CATEGORY_METADATA_I18N = {
|
|
2
|
+
category_code: {
|
|
3
|
+
id: "category_code",
|
|
4
|
+
label: "Category Code",
|
|
5
|
+
is_required: true,
|
|
6
|
+
max_length: 36,
|
|
7
|
+
placeholder: "Primary Key ex. seoul, jeju, bangkok, etc.",
|
|
8
|
+
},
|
|
9
|
+
lang_code: {
|
|
10
|
+
id: "lang_code",
|
|
11
|
+
label: "Language Code",
|
|
12
|
+
is_required: true,
|
|
13
|
+
max_length: 8,
|
|
14
|
+
placeholder: "ex. en, ko, zh-hans, zh-hant, etc.",
|
|
15
|
+
},
|
|
16
|
+
title: {
|
|
17
|
+
id: "title",
|
|
18
|
+
label: "Category Metadata Title",
|
|
19
|
+
is_required: true,
|
|
20
|
+
max_length: 50,
|
|
21
|
+
placeholder: "ex. Seoul",
|
|
22
|
+
},
|
|
23
|
+
description: {
|
|
24
|
+
id: "description",
|
|
25
|
+
label: "Category Metadata Description",
|
|
26
|
+
is_required: false,
|
|
27
|
+
max_length: 110,
|
|
28
|
+
placeholder: "ex. Seoul",
|
|
29
|
+
},
|
|
30
|
+
og_image: {
|
|
31
|
+
id: "og_image",
|
|
32
|
+
label: "Category Metadata OG Image",
|
|
33
|
+
is_required: false,
|
|
34
|
+
max_length: 250,
|
|
35
|
+
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
36
|
+
},
|
|
37
|
+
tagset: {
|
|
38
|
+
id: "tagset",
|
|
39
|
+
label: "Category Metadata Tagset",
|
|
40
|
+
is_required: false,
|
|
41
|
+
max_length: 250,
|
|
42
|
+
placeholder: "ex. seoul,서울,서울맛집,서울여행 등등 (Type: varying(32)[])",
|
|
43
|
+
},
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=field-category-metadata-i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"field-category-metadata-i18n.js","sourceRoot":"","sources":["../../src/fields/field-category-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,4CAA4C;KAC1D;IACD,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,oCAAoC;KAClD;IACD,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,yBAAyB;QAChC,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,WAAW;KACzB;IACD,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,+BAA+B;QACtC,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,WAAW;KACzB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,4BAA4B;QACnC,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,uDAAuD;KACrE;IACD,MAAM,EAAE;QACN,EAAE,EAAE,QAAQ;QACZ,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,iDAAiD;KAC/D;CACF,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export * from "./consts/supported-countries.js";
|
|
|
6
6
|
export * from "./consts/supported-languages.js";
|
|
7
7
|
export * from "./fields/field-administrator.js";
|
|
8
8
|
export * from "./fields/field-category-i18n.js";
|
|
9
|
-
export * from "./fields/field-category-metadata.js";
|
|
9
|
+
export * from "./fields/field-category-metadata-i18n.js";
|
|
10
10
|
export * from "./fields/field-category.js";
|
|
11
11
|
export * from "./fields/field-city-i18n.js";
|
|
12
12
|
export * from "./fields/field-city-image.js";
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export * from "./consts/supported-countries.js";
|
|
|
6
6
|
export * from "./consts/supported-languages.js";
|
|
7
7
|
export * from "./fields/field-administrator.js";
|
|
8
8
|
export * from "./fields/field-category-i18n.js";
|
|
9
|
-
export * from "./fields/field-category-metadata.js";
|
|
9
|
+
export * from "./fields/field-category-metadata-i18n.js";
|
|
10
10
|
export * from "./fields/field-category.js";
|
|
11
11
|
export * from "./fields/field-city-i18n.js";
|
|
12
12
|
export * from "./fields/field-city-image.js";
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAEhD,cAAc,iCAAiC,CAAC;AAChD,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sCAAsC,CAAC;AACrD,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oDAAoD,CAAC;AACnE,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kDAAkD,CAAC;AACjE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,oDAAoD,CAAC;AACnE,cAAc,uDAAuD,CAAC;AACtE,cAAc,sDAAsD,CAAC;AACrE,cAAc,wDAAwD,CAAC;AACvE,cAAc,qDAAqD,CAAC;AACpE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uDAAuD,CAAC;AACtE,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kDAAkD,CAAC;AACjE,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,+CAA+C,CAAC;AAE9D,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC"}
|
|
@@ -33,6 +33,7 @@ export type ResponseCompletedYouTubeVideoForAdmin = {
|
|
|
33
33
|
mapCompletedYouTubeVideoStreet: MapCompletedYouTubeVideoStreet[];
|
|
34
34
|
mapCompletedYouTubeVideoKeyword: MapCompletedYouTubeVideoKeyword[];
|
|
35
35
|
mapCompletedYouTubeVideoTimeline: MapCompletedYouTubeVideoTimeline[];
|
|
36
|
+
mapYouTubeVideoCompletedContent: MapYouTubeVideoCompletedContent[];
|
|
36
37
|
};
|
|
37
38
|
export type ResponseCompletedContentForAdmin = {
|
|
38
39
|
content: CompletedContent;
|