dplus_common_v1 0.1.108 → 0.1.110
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/consts/db.d.ts +1 -0
- package/dist/consts/db.js +1 -0
- package/dist/consts/db.js.map +1 -1
- package/dist/dplus-types/dplus-response-types.d.ts +9 -0
- package/dist/fields/fields-category/f-category-i18n.d.ts +10 -2
- package/dist/fields/fields-category/f-category-i18n.js +16 -8
- package/dist/fields/fields-category/f-category-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-category/f-category-metadata-i18n.js +37 -16
- package/dist/fields/fields-category/f-category-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-category/f-category.d.ts +13 -101
- package/dist/fields/fields-category/f-category.js +50 -213
- package/dist/fields/fields-category/f-category.js.map +1 -1
- package/dist/fields/fields-city/f-city-i18n.d.ts +10 -0
- package/dist/fields/fields-city/f-city-i18n.js +19 -9
- package/dist/fields/fields-city/f-city-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-image.d.ts +31 -4
- package/dist/fields/fields-city/f-city-image.js +48 -20
- package/dist/fields/fields-city/f-city-image.js.map +1 -1
- package/dist/fields/fields-city/f-city-metadata-i18n.d.ts +24 -3
- package/dist/fields/fields-city/f-city-metadata-i18n.js +38 -17
- package/dist/fields/fields-city/f-city-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-city/f-city-youtube-video.d.ts +26 -2
- package/dist/fields/fields-city/f-city-youtube-video.js +35 -11
- package/dist/fields/fields-city/f-city-youtube-video.js.map +1 -1
- package/dist/fields/fields-city/f-city.d.ts +59 -185
- package/dist/fields/fields-city/f-city.js +80 -201
- package/dist/fields/fields-city/f-city.js.map +1 -1
- package/dist/fields/fields-event/f-event-description.d.ts +272 -0
- package/dist/fields/fields-event/f-event-description.js +277 -0
- package/dist/fields/fields-event/f-event-description.js.map +1 -0
- package/dist/fields/fields-event/f-event-image.d.ts +12 -21
- package/dist/fields/fields-event/f-event-image.js +41 -50
- package/dist/fields/fields-event/f-event-image.js.map +1 -1
- package/dist/fields/fields-event/f-event-metadata-i18n.d.ts +8 -18
- package/dist/fields/fields-event/f-event-metadata-i18n.js +9 -19
- package/dist/fields/fields-event/f-event-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-event/f-event.d.ts +78 -302
- package/dist/fields/fields-event/f-event.js +176 -390
- package/dist/fields/fields-event/f-event.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-description.d.ts +133 -0
- package/dist/fields/fields-folder/f-folder-description.js +134 -0
- package/dist/fields/fields-folder/f-folder-description.js.map +1 -0
- package/dist/fields/fields-folder/f-folder-image.d.ts +14 -23
- package/dist/fields/fields-folder/f-folder-image.js +41 -50
- package/dist/fields/fields-folder/f-folder-image.js.map +1 -1
- package/dist/fields/fields-folder/f-folder-metadata-i18n.d.ts +10 -2
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js +23 -15
- package/dist/fields/fields-folder/f-folder-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-folder/f-folder.d.ts +30 -336
- package/dist/fields/fields-folder/f-folder.js +44 -350
- package/dist/fields/fields-folder/f-folder.js.map +1 -1
- package/dist/fields/fields-group/f-group-image.d.ts +18 -21
- package/dist/fields/fields-group/f-group-image.js +48 -51
- package/dist/fields/fields-group/f-group-image.js.map +1 -1
- package/dist/fields/fields-group/f-group-metadata-i18n.d.ts +4 -0
- package/dist/fields/fields-group/f-group-metadata-i18n.js +14 -10
- package/dist/fields/fields-group/f-group-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-group/f-group.d.ts +30 -183
- package/dist/fields/fields-group/f-group.js +64 -208
- package/dist/fields/fields-group/f-group.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-category-event.js +0 -6
- package/dist/fields/fields-map/f-map-category-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-category-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js +0 -12
- package/dist/fields/fields-map/f-map-category-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-city-event.js +0 -6
- package/dist/fields/fields-map/f-map-city-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-city-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js +0 -12
- package/dist/fields/fields-map/f-map-city-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-country-event.js +0 -6
- package/dist/fields/fields-map/f-map-country-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-country-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js +0 -12
- package/dist/fields/fields-map/f-map-country-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-folder-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js +0 -6
- package/dist/fields/fields-map/f-map-folder-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-group-event.js +0 -6
- package/dist/fields/fields-map/f-map-group-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-group-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js +0 -12
- package/dist/fields/fields-map/f-map-group-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js +0 -6
- package/dist/fields/fields-map/f-map-stag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-stag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-stag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js +0 -6
- package/dist/fields/fields-map/f-map-tag-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-tag-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js +0 -12
- package/dist/fields/fields-map/f-map-tag-folder.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-event.d.ts +0 -6
- package/dist/fields/fields-map/f-map-user-event.js +0 -6
- package/dist/fields/fields-map/f-map-user-event.js.map +1 -1
- package/dist/fields/fields-map/f-map-user-folder.d.ts +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js +0 -12
- package/dist/fields/fields-map/f-map-user-folder.js.map +1 -1
- package/dist/fields/fields-service-provider/f-service-provider.d.ts +12 -2
- package/dist/fields/fields-service-provider/f-service-provider.js +20 -10
- package/dist/fields/fields-service-provider/f-service-provider.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-i18n.d.ts +12 -2
- package/dist/fields/fields-stag/f-stag-i18n.js +20 -10
- package/dist/fields/fields-stag/f-stag-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag-image.d.ts +97 -0
- package/dist/fields/fields-stag/f-stag-image.js +98 -0
- package/dist/fields/fields-stag/f-stag-image.js.map +1 -0
- package/dist/fields/fields-stag/f-stag-metadata-i18n.d.ts +20 -3
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js +34 -17
- package/dist/fields/fields-stag/f-stag-metadata-i18n.js.map +1 -1
- package/dist/fields/fields-stag/f-stag.d.ts +88 -201
- package/dist/fields/fields-stag/f-stag.js +121 -222
- package/dist/fields/fields-stag/f-stag.js.map +1 -1
- package/dist/fields/fields-tag/f-tag.d.ts +20 -6
- package/dist/fields/fields-tag/f-tag.js +28 -14
- package/dist/fields/fields-tag/f-tag.js.map +1 -1
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/types/t-thumbnail-source.d.ts +6 -0
- package/dist/types/t-thumbnail-source.js +2 -0
- package/dist/types/t-thumbnail-source.js.map +1 -0
- package/dist/types/types-category/t-category-i18n.d.ts +4 -2
- package/dist/types/types-category/t-category-metadata-i18n.d.ts +22 -6
- package/dist/types/types-category/t-category.d.ts +34 -14
- package/dist/types/types-category/t-category.js +11 -20
- package/dist/types/types-category/t-category.js.map +1 -1
- package/dist/types/types-city/t-city-i18n.d.ts +6 -4
- package/dist/types/types-city/t-city-image.d.ts +21 -5
- package/dist/types/types-city/t-city-metadata-i18n.d.ts +24 -8
- package/dist/types/types-city/t-city-youtube-video.d.ts +10 -6
- package/dist/types/types-city/t-city.d.ts +36 -17
- package/dist/types/types-city/t-city.js +6 -18
- package/dist/types/types-city/t-city.js.map +1 -1
- package/dist/types/types-event/t-event-description.d.ts +37 -0
- package/dist/types/types-event/t-event-description.js +2 -0
- package/dist/types/types-event/t-event-description.js.map +1 -0
- package/dist/types/types-event/t-event-image.d.ts +9 -11
- package/dist/types/types-event/t-event-metadata-i18n.d.ts +10 -8
- package/dist/types/types-event/t-event.d.ts +35 -62
- package/dist/types/types-event/t-event.js +32 -59
- package/dist/types/types-event/t-event.js.map +1 -1
- package/dist/types/types-folder/t-folder-description.d.ts +21 -0
- package/dist/types/types-folder/t-folder-description.js +2 -0
- package/dist/types/types-folder/t-folder-description.js.map +1 -0
- package/dist/types/types-folder/t-folder-image.d.ts +10 -9
- package/dist/types/types-folder/t-folder-metadata-i18n.d.ts +10 -7
- package/dist/types/types-folder/t-folder.d.ts +16 -53
- package/dist/types/types-folder/t-folder.js +19 -57
- package/dist/types/types-folder/t-folder.js.map +1 -1
- package/dist/types/types-group/t-group-image.d.ts +9 -11
- package/dist/types/types-group/t-group-metadata-i18n.d.ts +6 -7
- package/dist/types/types-group/t-group.d.ts +14 -32
- package/dist/types/types-group/t-group.js +14 -40
- package/dist/types/types-group/t-group.js.map +1 -1
- package/dist/types/types-map/t-map-category-event.d.ts +0 -1
- package/dist/types/types-map/t-map-category-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-city-event.d.ts +0 -1
- package/dist/types/types-map/t-map-city-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-country-event.d.ts +0 -1
- package/dist/types/types-map/t-map-country-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-folder-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-event.d.ts +0 -1
- package/dist/types/types-map/t-map-group-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-stag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-stag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-tag-event.d.ts +0 -1
- package/dist/types/types-map/t-map-tag-folder.d.ts +0 -2
- package/dist/types/types-map/t-map-user-event.d.ts +0 -1
- package/dist/types/types-map/t-map-user-folder.d.ts +0 -2
- package/dist/types/types-service-provider/t-service-provider.d.ts +8 -2
- package/dist/types/types-stag/t-stag-i18n.d.ts +3 -2
- package/dist/types/types-stag/t-stag-image.d.ts +25 -0
- package/dist/types/types-stag/t-stag-image.js +2 -0
- package/dist/types/types-stag/t-stag-image.js.map +1 -0
- package/dist/types/types-stag/t-stag-metadata-i18n.d.ts +15 -6
- package/dist/types/types-stag/t-stag.d.ts +46 -33
- package/dist/types/types-stag/t-stag.js +12 -37
- package/dist/types/types-stag/t-stag.js.map +1 -1
- package/dist/types/types-tag/t-tag.d.ts +5 -3
- package/package.json +1 -1
|
@@ -1,91 +1,88 @@
|
|
|
1
1
|
export const F_GROUP_IMAGE = {
|
|
2
|
-
id: {
|
|
3
|
-
id: "id",
|
|
4
|
-
label: "ID",
|
|
5
|
-
is_required: true,
|
|
6
|
-
max_length: 11,
|
|
7
|
-
placeholder: "ex. 1",
|
|
8
|
-
},
|
|
9
2
|
group_code: {
|
|
10
3
|
id: "group_code",
|
|
11
4
|
label: "Group Code",
|
|
12
5
|
is_required: true,
|
|
13
6
|
max_length: 96,
|
|
14
|
-
placeholder: "ex. BTS, BLACKPINK
|
|
7
|
+
placeholder: "ex. BTS, BLACKPINK",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
15
10
|
},
|
|
16
11
|
hash_code: {
|
|
17
12
|
id: "hash_code",
|
|
18
13
|
label: "Hash Code",
|
|
19
14
|
is_required: true,
|
|
20
15
|
max_length: 12,
|
|
21
|
-
placeholder: "
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
id: "label",
|
|
25
|
-
label: "Label",
|
|
26
|
-
is_required: false,
|
|
27
|
-
max_length: 45,
|
|
28
|
-
placeholder: "ex. 서울 타워",
|
|
29
|
-
},
|
|
30
|
-
orientation: {
|
|
31
|
-
id: "orientation",
|
|
32
|
-
label: "Orientation",
|
|
33
|
-
is_required: false,
|
|
34
|
-
max_length: 45,
|
|
35
|
-
placeholder: "ex. 'horizontal', 'vertical', 'square'",
|
|
16
|
+
placeholder: "a9Z2BcL1adfe",
|
|
17
|
+
editable: false, // PK
|
|
18
|
+
view_only: false,
|
|
36
19
|
},
|
|
37
20
|
order_num: {
|
|
38
21
|
id: "order_num",
|
|
39
22
|
label: "Order Num",
|
|
40
23
|
is_required: true,
|
|
41
24
|
default_value: 0,
|
|
25
|
+
type: "number",
|
|
26
|
+
min: 0, // CHECK (order_num >= 0)
|
|
27
|
+
placeholder: "ex. 0",
|
|
28
|
+
},
|
|
29
|
+
label: {
|
|
30
|
+
id: "label",
|
|
31
|
+
label: "Label",
|
|
32
|
+
is_required: false,
|
|
33
|
+
max_length: 45,
|
|
34
|
+
placeholder: "ex. Vertical, Mobile, Cover",
|
|
42
35
|
},
|
|
43
|
-
|
|
44
|
-
id: "
|
|
36
|
+
url: {
|
|
37
|
+
id: "url",
|
|
45
38
|
label: "Image URL",
|
|
46
39
|
is_required: true,
|
|
47
|
-
max_length:
|
|
48
|
-
placeholder: "ex. https://
|
|
49
|
-
},
|
|
50
|
-
src_thumbnail: {
|
|
51
|
-
id: "src_thumbnail",
|
|
52
|
-
label: "Src Thumbnail",
|
|
53
|
-
is_required: false,
|
|
54
|
-
max_length: 250,
|
|
55
|
-
placeholder: "ex. https://www.seoul.go.kr/images/city/thumbnail.jpg",
|
|
40
|
+
max_length: 511,
|
|
41
|
+
placeholder: "ex. https://cdn.example.com/image.jpg",
|
|
56
42
|
},
|
|
57
43
|
src_name: {
|
|
58
44
|
id: "src_name",
|
|
59
|
-
label: "
|
|
45
|
+
label: "Source Name",
|
|
60
46
|
is_required: false,
|
|
61
|
-
max_length:
|
|
62
|
-
placeholder: "ex.
|
|
47
|
+
max_length: 96,
|
|
48
|
+
placeholder: "ex. official site",
|
|
63
49
|
},
|
|
64
|
-
|
|
65
|
-
id: "
|
|
66
|
-
label: "
|
|
50
|
+
src_platform: {
|
|
51
|
+
id: "src_platform",
|
|
52
|
+
label: "Source Platform",
|
|
67
53
|
is_required: false,
|
|
68
|
-
max_length:
|
|
69
|
-
placeholder: "ex.
|
|
54
|
+
max_length: 96,
|
|
55
|
+
placeholder: "ex. instagram, youtube",
|
|
70
56
|
},
|
|
71
|
-
|
|
72
|
-
id: "
|
|
73
|
-
label: "
|
|
57
|
+
src_unique_id: {
|
|
58
|
+
id: "src_unique_id",
|
|
59
|
+
label: "Source Unique ID",
|
|
74
60
|
is_required: false,
|
|
75
|
-
max_length:
|
|
76
|
-
placeholder: "ex.
|
|
61
|
+
max_length: 96,
|
|
62
|
+
placeholder: "ex. post id, video id",
|
|
63
|
+
},
|
|
64
|
+
src_url: {
|
|
65
|
+
id: "src_url",
|
|
66
|
+
label: "Source URL",
|
|
67
|
+
is_required: false,
|
|
68
|
+
max_length: 1023,
|
|
69
|
+
placeholder: "ex. https://instagram.com/p/xxxx",
|
|
77
70
|
},
|
|
78
71
|
created_at: {
|
|
79
72
|
id: "created_at",
|
|
80
73
|
label: "Created At",
|
|
81
|
-
is_required:
|
|
82
|
-
|
|
74
|
+
is_required: false,
|
|
75
|
+
editable: false,
|
|
76
|
+
view_only: true, // DB auto
|
|
77
|
+
placeholder: "Auto-generated",
|
|
83
78
|
},
|
|
84
79
|
updated_at: {
|
|
85
80
|
id: "updated_at",
|
|
86
81
|
label: "Updated At",
|
|
87
|
-
is_required:
|
|
88
|
-
|
|
82
|
+
is_required: false,
|
|
83
|
+
editable: false,
|
|
84
|
+
view_only: true, // trigger auto
|
|
85
|
+
placeholder: "Auto-updated",
|
|
89
86
|
},
|
|
90
87
|
};
|
|
91
88
|
//# sourceMappingURL=f-group-image.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-group-image.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,
|
|
1
|
+
{"version":3,"file":"f-group-image.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-image.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,oBAAoB;QACjC,QAAQ,EAAE,KAAK,EAAO,KAAK;QAC3B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,cAAc;QAC3B,QAAQ,EAAE,KAAK,EAAO,KAAK;QAC3B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,aAAa,EAAE,CAAC;QAChB,IAAI,EAAE,QAAQ;QACd,GAAG,EAAE,CAAC,EAAgB,yBAAyB;QAC/C,WAAW,EAAE,OAAO;KACrB;IAED,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,6BAA6B;KAC3C;IAED,GAAG,EAAE;QACH,EAAE,EAAE,KAAK;QACT,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,uCAAuC;KACrD;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,mBAAmB;KACjC;IAED,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,wBAAwB;KACtC;IAED,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,uBAAuB;KACrC;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,IAAI;QAChB,WAAW,EAAE,kCAAkC;KAChD;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAO,UAAU;QAChC,WAAW,EAAE,gBAAgB;KAC9B;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAO,eAAe;QACrC,WAAW,EAAE,cAAc;KAC5B;CACF,CAAC"}
|
|
@@ -53,18 +53,22 @@ export declare const F_GROUP_METADATA_I18N: {
|
|
|
53
53
|
label: string;
|
|
54
54
|
is_required: boolean;
|
|
55
55
|
max_length: number;
|
|
56
|
+
type: string;
|
|
56
57
|
placeholder: string;
|
|
58
|
+
description: string;
|
|
57
59
|
};
|
|
58
60
|
created_at: {
|
|
59
61
|
id: string;
|
|
60
62
|
label: string;
|
|
61
63
|
is_required: boolean;
|
|
64
|
+
is_readonly: boolean;
|
|
62
65
|
placeholder: string;
|
|
63
66
|
};
|
|
64
67
|
updated_at: {
|
|
65
68
|
id: string;
|
|
66
69
|
label: string;
|
|
67
70
|
is_required: boolean;
|
|
71
|
+
is_readonly: boolean;
|
|
68
72
|
placeholder: string;
|
|
69
73
|
};
|
|
70
74
|
};
|
|
@@ -18,54 +18,58 @@ export const F_GROUP_METADATA_I18N = {
|
|
|
18
18
|
label: "Title",
|
|
19
19
|
is_required: false,
|
|
20
20
|
max_length: 100,
|
|
21
|
-
placeholder: "ex.
|
|
21
|
+
placeholder: "ex. BTS Official Profile",
|
|
22
22
|
},
|
|
23
23
|
description: {
|
|
24
24
|
id: "description",
|
|
25
25
|
label: "Description",
|
|
26
26
|
is_required: false,
|
|
27
27
|
max_length: 180,
|
|
28
|
-
placeholder: "ex.
|
|
28
|
+
placeholder: "ex. South Korean boy band formed by BigHit Music.",
|
|
29
29
|
},
|
|
30
30
|
og_title: {
|
|
31
31
|
id: "og_title",
|
|
32
32
|
label: "OG Title",
|
|
33
33
|
is_required: false,
|
|
34
34
|
max_length: 100,
|
|
35
|
-
placeholder: "ex.
|
|
35
|
+
placeholder: "ex. BTS – Global K-POP Icon",
|
|
36
36
|
},
|
|
37
37
|
og_description: {
|
|
38
38
|
id: "og_description",
|
|
39
39
|
label: "OG Description",
|
|
40
40
|
is_required: false,
|
|
41
41
|
max_length: 180,
|
|
42
|
-
placeholder: "ex.
|
|
42
|
+
placeholder: "ex. Discover BTS events, concerts, and updates.",
|
|
43
43
|
},
|
|
44
44
|
og_image: {
|
|
45
45
|
id: "og_image",
|
|
46
46
|
label: "OG Image",
|
|
47
47
|
is_required: false,
|
|
48
48
|
max_length: 250,
|
|
49
|
-
placeholder: "ex. https://
|
|
49
|
+
placeholder: "ex. https://cdn.example.com/og/bts.jpg",
|
|
50
50
|
},
|
|
51
51
|
tag_set: {
|
|
52
52
|
id: "tag_set",
|
|
53
53
|
label: "Tag Set",
|
|
54
54
|
is_required: false,
|
|
55
55
|
max_length: 250,
|
|
56
|
-
|
|
56
|
+
type: "string_array", // UI 힌트
|
|
57
|
+
placeholder: "ex. kpop, bts, idol, concert",
|
|
58
|
+
description: "Comma-separated tags (stored as text array)",
|
|
57
59
|
},
|
|
58
60
|
created_at: {
|
|
59
61
|
id: "created_at",
|
|
60
62
|
label: "Created At",
|
|
61
|
-
is_required:
|
|
62
|
-
|
|
63
|
+
is_required: false,
|
|
64
|
+
is_readonly: true,
|
|
65
|
+
placeholder: "Auto-generated",
|
|
63
66
|
},
|
|
64
67
|
updated_at: {
|
|
65
68
|
id: "updated_at",
|
|
66
69
|
label: "Updated At",
|
|
67
|
-
is_required:
|
|
68
|
-
|
|
70
|
+
is_required: false,
|
|
71
|
+
is_readonly: true,
|
|
72
|
+
placeholder: "Auto-updated",
|
|
69
73
|
},
|
|
70
74
|
};
|
|
71
75
|
//# sourceMappingURL=f-group-metadata-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-group-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0BAA0B;KACxC;
|
|
1
|
+
{"version":3,"file":"f-group-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-group/f-group-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,0BAA0B;KACxC;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,WAAW;QAClB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,wBAAwB;KACtC;IAED,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,OAAO;QACd,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,0BAA0B;KACxC;IAED,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,aAAa;QACpB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,mDAAmD;KACjE;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,6BAA6B;KAC3C;IAED,cAAc,EAAE;QACd,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,iDAAiD;KAC/D;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,wCAAwC;KACtD;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,IAAI,EAAE,cAAc,EAAE,QAAQ;QAC9B,WAAW,EAAE,8BAA8B;QAC3C,WAAW,EAAE,6CAA6C;KAC3D;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,gBAAgB;KAC9B;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,WAAW,EAAE,IAAI;QACjB,WAAW,EAAE,cAAc;KAC5B;CACF,CAAC"}
|
|
@@ -4,7 +4,7 @@ export declare const F_GROUP: {
|
|
|
4
4
|
label: string;
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
|
-
|
|
7
|
+
editable: boolean;
|
|
8
8
|
};
|
|
9
9
|
group_type: {
|
|
10
10
|
id: string;
|
|
@@ -18,116 +18,96 @@ export declare const F_GROUP: {
|
|
|
18
18
|
label: string;
|
|
19
19
|
is_required: boolean;
|
|
20
20
|
max_length: number;
|
|
21
|
-
placeholder: string;
|
|
22
21
|
};
|
|
23
22
|
name_native: {
|
|
24
23
|
id: string;
|
|
25
24
|
label: string;
|
|
26
25
|
is_required: boolean;
|
|
27
26
|
max_length: number;
|
|
28
|
-
placeholder: string;
|
|
29
27
|
};
|
|
30
28
|
related_group_code: {
|
|
31
29
|
id: string;
|
|
32
30
|
label: string;
|
|
33
31
|
is_required: boolean;
|
|
34
32
|
max_length: number;
|
|
35
|
-
placeholder: string;
|
|
36
33
|
};
|
|
37
34
|
bg_color: {
|
|
38
35
|
id: string;
|
|
39
36
|
label: string;
|
|
40
37
|
is_required: boolean;
|
|
41
38
|
max_length: number;
|
|
42
|
-
placeholder: string;
|
|
43
39
|
};
|
|
44
40
|
fg_color: {
|
|
45
41
|
id: string;
|
|
46
42
|
label: string;
|
|
47
43
|
is_required: boolean;
|
|
48
44
|
max_length: number;
|
|
49
|
-
placeholder: string;
|
|
50
45
|
};
|
|
51
46
|
thumbnail_square: {
|
|
52
47
|
id: string;
|
|
53
48
|
label: string;
|
|
54
49
|
is_required: boolean;
|
|
55
50
|
max_length: number;
|
|
56
|
-
placeholder: string;
|
|
57
51
|
};
|
|
58
52
|
thumbnail_horizontal: {
|
|
59
53
|
id: string;
|
|
60
54
|
label: string;
|
|
61
55
|
is_required: boolean;
|
|
62
56
|
max_length: number;
|
|
63
|
-
placeholder: string;
|
|
64
57
|
};
|
|
65
58
|
thumbnail_vertical: {
|
|
66
59
|
id: string;
|
|
67
60
|
label: string;
|
|
68
61
|
is_required: boolean;
|
|
69
62
|
max_length: number;
|
|
70
|
-
placeholder: string;
|
|
71
63
|
};
|
|
72
|
-
|
|
64
|
+
thumbnail_square_source: {
|
|
73
65
|
id: string;
|
|
74
66
|
label: string;
|
|
67
|
+
type: string;
|
|
75
68
|
is_required: boolean;
|
|
76
|
-
max_length: number;
|
|
77
|
-
placeholder: string;
|
|
78
69
|
};
|
|
79
|
-
|
|
70
|
+
thumbnail_horizontal_source: {
|
|
80
71
|
id: string;
|
|
81
72
|
label: string;
|
|
73
|
+
type: string;
|
|
82
74
|
is_required: boolean;
|
|
83
|
-
max_length: number;
|
|
84
|
-
placeholder: string;
|
|
85
75
|
};
|
|
86
|
-
|
|
76
|
+
thumbnail_vertical_source: {
|
|
87
77
|
id: string;
|
|
88
78
|
label: string;
|
|
79
|
+
type: string;
|
|
89
80
|
is_required: boolean;
|
|
90
|
-
max_length: number;
|
|
91
|
-
placeholder: string;
|
|
92
81
|
};
|
|
93
|
-
|
|
82
|
+
homepage: {
|
|
94
83
|
id: string;
|
|
95
84
|
label: string;
|
|
96
85
|
is_required: boolean;
|
|
97
86
|
max_length: number;
|
|
98
|
-
placeholder: string;
|
|
99
87
|
};
|
|
100
|
-
|
|
88
|
+
youtube_ch_id: {
|
|
101
89
|
id: string;
|
|
102
90
|
label: string;
|
|
103
91
|
is_required: boolean;
|
|
104
92
|
max_length: number;
|
|
105
|
-
placeholder: string;
|
|
106
93
|
};
|
|
107
|
-
|
|
94
|
+
instagram_id: {
|
|
108
95
|
id: string;
|
|
109
96
|
label: string;
|
|
110
97
|
is_required: boolean;
|
|
111
98
|
max_length: number;
|
|
112
|
-
placeholder: string;
|
|
113
99
|
};
|
|
114
|
-
|
|
115
|
-
id: string;
|
|
116
|
-
label: string;
|
|
117
|
-
is_required: boolean;
|
|
118
|
-
default_value: number;
|
|
119
|
-
};
|
|
120
|
-
added_count: {
|
|
100
|
+
tiktok_id: {
|
|
121
101
|
id: string;
|
|
122
102
|
label: string;
|
|
123
103
|
is_required: boolean;
|
|
124
|
-
|
|
104
|
+
max_length: number;
|
|
125
105
|
};
|
|
126
|
-
|
|
106
|
+
threads_id: {
|
|
127
107
|
id: string;
|
|
128
108
|
label: string;
|
|
129
109
|
is_required: boolean;
|
|
130
|
-
|
|
110
|
+
max_length: number;
|
|
131
111
|
};
|
|
132
112
|
is_active: {
|
|
133
113
|
id: string;
|
|
@@ -135,19 +115,6 @@ export declare const F_GROUP: {
|
|
|
135
115
|
is_required: boolean;
|
|
136
116
|
default_value: boolean;
|
|
137
117
|
};
|
|
138
|
-
deactivated_at: {
|
|
139
|
-
id: string;
|
|
140
|
-
label: string;
|
|
141
|
-
is_required: boolean;
|
|
142
|
-
placeholder: string;
|
|
143
|
-
};
|
|
144
|
-
deactivated_by: {
|
|
145
|
-
id: string;
|
|
146
|
-
label: string;
|
|
147
|
-
is_required: boolean;
|
|
148
|
-
max_length: number;
|
|
149
|
-
placeholder: string;
|
|
150
|
-
};
|
|
151
118
|
is_display: {
|
|
152
119
|
id: string;
|
|
153
120
|
label: string;
|
|
@@ -160,177 +127,57 @@ export declare const F_GROUP: {
|
|
|
160
127
|
is_required: boolean;
|
|
161
128
|
default_value: boolean;
|
|
162
129
|
};
|
|
163
|
-
|
|
164
|
-
id: string;
|
|
165
|
-
label: string;
|
|
166
|
-
is_required: boolean;
|
|
167
|
-
max_length: number;
|
|
168
|
-
placeholder: string;
|
|
169
|
-
};
|
|
170
|
-
hero_image_02: {
|
|
171
|
-
id: string;
|
|
172
|
-
label: string;
|
|
173
|
-
is_required: boolean;
|
|
174
|
-
max_length: number;
|
|
175
|
-
placeholder: string;
|
|
176
|
-
};
|
|
177
|
-
hero_image_03: {
|
|
178
|
-
id: string;
|
|
179
|
-
label: string;
|
|
180
|
-
is_required: boolean;
|
|
181
|
-
max_length: number;
|
|
182
|
-
placeholder: string;
|
|
183
|
-
};
|
|
184
|
-
hero_image_04: {
|
|
185
|
-
id: string;
|
|
186
|
-
label: string;
|
|
187
|
-
is_required: boolean;
|
|
188
|
-
max_length: number;
|
|
189
|
-
placeholder: string;
|
|
190
|
-
};
|
|
191
|
-
hero_image_05: {
|
|
192
|
-
id: string;
|
|
193
|
-
label: string;
|
|
194
|
-
is_required: boolean;
|
|
195
|
-
max_length: number;
|
|
196
|
-
placeholder: string;
|
|
197
|
-
};
|
|
198
|
-
thumbnail_main_01: {
|
|
199
|
-
id: string;
|
|
200
|
-
label: string;
|
|
201
|
-
is_required: boolean;
|
|
202
|
-
max_length: number;
|
|
203
|
-
placeholder: string;
|
|
204
|
-
};
|
|
205
|
-
thumbnail_main_02: {
|
|
206
|
-
id: string;
|
|
207
|
-
label: string;
|
|
208
|
-
is_required: boolean;
|
|
209
|
-
max_length: number;
|
|
210
|
-
placeholder: string;
|
|
211
|
-
};
|
|
212
|
-
thumbnail_main_03: {
|
|
213
|
-
id: string;
|
|
214
|
-
label: string;
|
|
215
|
-
is_required: boolean;
|
|
216
|
-
max_length: number;
|
|
217
|
-
placeholder: string;
|
|
218
|
-
};
|
|
219
|
-
thumbnail_main_04: {
|
|
220
|
-
id: string;
|
|
221
|
-
label: string;
|
|
222
|
-
is_required: boolean;
|
|
223
|
-
max_length: number;
|
|
224
|
-
placeholder: string;
|
|
225
|
-
};
|
|
226
|
-
thumbnail_main_05: {
|
|
227
|
-
id: string;
|
|
228
|
-
label: string;
|
|
229
|
-
is_required: boolean;
|
|
230
|
-
max_length: number;
|
|
231
|
-
placeholder: string;
|
|
232
|
-
};
|
|
233
|
-
thumbnail_vertical_01: {
|
|
234
|
-
id: string;
|
|
235
|
-
label: string;
|
|
236
|
-
is_required: boolean;
|
|
237
|
-
max_length: number;
|
|
238
|
-
placeholder: string;
|
|
239
|
-
};
|
|
240
|
-
thumbnail_vertical_02: {
|
|
241
|
-
id: string;
|
|
242
|
-
label: string;
|
|
243
|
-
is_required: boolean;
|
|
244
|
-
max_length: number;
|
|
245
|
-
placeholder: string;
|
|
246
|
-
};
|
|
247
|
-
thumbnail_vertical_03: {
|
|
248
|
-
id: string;
|
|
249
|
-
label: string;
|
|
250
|
-
is_required: boolean;
|
|
251
|
-
max_length: number;
|
|
252
|
-
placeholder: string;
|
|
253
|
-
};
|
|
254
|
-
thumbnail_vertical_04: {
|
|
255
|
-
id: string;
|
|
256
|
-
label: string;
|
|
257
|
-
is_required: boolean;
|
|
258
|
-
max_length: number;
|
|
259
|
-
placeholder: string;
|
|
260
|
-
};
|
|
261
|
-
thumbnail_vertical_05: {
|
|
262
|
-
id: string;
|
|
263
|
-
label: string;
|
|
264
|
-
is_required: boolean;
|
|
265
|
-
max_length: number;
|
|
266
|
-
placeholder: string;
|
|
267
|
-
};
|
|
268
|
-
metadata_title: {
|
|
130
|
+
deactivated_at: {
|
|
269
131
|
id: string;
|
|
270
132
|
label: string;
|
|
271
133
|
is_required: boolean;
|
|
272
|
-
|
|
273
|
-
placeholder: string;
|
|
134
|
+
is_readonly: boolean;
|
|
274
135
|
};
|
|
275
|
-
|
|
136
|
+
deactivated_by: {
|
|
276
137
|
id: string;
|
|
277
138
|
label: string;
|
|
278
139
|
is_required: boolean;
|
|
279
140
|
max_length: number;
|
|
280
|
-
|
|
141
|
+
is_readonly: boolean;
|
|
281
142
|
};
|
|
282
|
-
|
|
143
|
+
event_count: {
|
|
283
144
|
id: string;
|
|
284
145
|
label: string;
|
|
285
|
-
|
|
286
|
-
max_length: number;
|
|
287
|
-
placeholder: string;
|
|
146
|
+
is_readonly: boolean;
|
|
288
147
|
};
|
|
289
|
-
|
|
148
|
+
view_count: {
|
|
290
149
|
id: string;
|
|
291
150
|
label: string;
|
|
292
|
-
|
|
293
|
-
max_length: number;
|
|
294
|
-
placeholder: string;
|
|
151
|
+
is_readonly: boolean;
|
|
295
152
|
};
|
|
296
|
-
|
|
153
|
+
added_count: {
|
|
297
154
|
id: string;
|
|
298
155
|
label: string;
|
|
299
|
-
|
|
300
|
-
max_length: number;
|
|
301
|
-
placeholder: string;
|
|
156
|
+
is_readonly: boolean;
|
|
302
157
|
};
|
|
303
|
-
|
|
158
|
+
shared_count: {
|
|
304
159
|
id: string;
|
|
305
160
|
label: string;
|
|
306
|
-
|
|
307
|
-
max_length: number;
|
|
308
|
-
placeholder: string;
|
|
161
|
+
is_readonly: boolean;
|
|
309
162
|
};
|
|
310
163
|
created_at: {
|
|
311
164
|
id: string;
|
|
312
165
|
label: string;
|
|
313
|
-
|
|
314
|
-
placeholder: string;
|
|
166
|
+
is_readonly: boolean;
|
|
315
167
|
};
|
|
316
168
|
created_by: {
|
|
317
169
|
id: string;
|
|
318
170
|
label: string;
|
|
319
|
-
|
|
320
|
-
max_length: number;
|
|
321
|
-
placeholder: string;
|
|
171
|
+
is_readonly: boolean;
|
|
322
172
|
};
|
|
323
173
|
updated_at: {
|
|
324
174
|
id: string;
|
|
325
175
|
label: string;
|
|
326
|
-
|
|
327
|
-
placeholder: string;
|
|
176
|
+
is_readonly: boolean;
|
|
328
177
|
};
|
|
329
178
|
updated_by: {
|
|
330
179
|
id: string;
|
|
331
180
|
label: string;
|
|
332
|
-
|
|
333
|
-
max_length: number;
|
|
334
|
-
placeholder: string;
|
|
181
|
+
is_readonly: boolean;
|
|
335
182
|
};
|
|
336
183
|
};
|