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
package/dist/consts/db.d.ts
CHANGED
package/dist/consts/db.js
CHANGED
package/dist/consts/db.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"db.js","sourceRoot":"","sources":["../../src/consts/db.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,wCAAwC;IACxC,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAE9C,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,mBAAmB,EAAE,qBAAqB;IAC1C,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAEhC,aAAa;IACb,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,sBAAsB,EAAE,wBAAwB;IAChD,kBAAkB,EAAE,oBAAoB;IAExC,QAAQ;IACR,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAEhC,OAAO;IACP,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAE9B,oBAAoB;IACpB,iBAAiB,EAAE,mBAAmB;IAEtC,UAAU;IACV,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,eAAe;IAC9B,oBAAoB,EAAE,sBAAsB;IAC5C,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;IAExC,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,cAAc;IAC5B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,gBAAgB,EAAE,kBAAkB;IAEpC,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,cAAc;IAC5B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IAEtC,iBAAiB;IACjB,cAAc,EAAE,gBAAgB;IAEhC,QAAQ;IACR,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,mBAAmB,EAAE,qBAAqB;IAC1C,yBAAyB,EAAE,2BAA2B;IACtD,2BAA2B,EAAE,6BAA6B;IAE1D,SAAS;IACT,MAAM,EAAE,QAAQ;IAEhB,MAAM;IACN,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,kBAAkB,EAAE,oBAAoB;IACxC,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;IAC1C,kBAAkB,EAAE,oBAAoB;IACxC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;CACjC,CAAC"}
|
|
1
|
+
{"version":3,"file":"db.js","sourceRoot":"","sources":["../../src/consts/db.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,wCAAwC;IACxC,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,qBAAqB,EAAE,uBAAuB;IAE9C,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,mBAAmB,EAAE,qBAAqB;IAC1C,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAEhC,aAAa;IACb,UAAU,EAAE,YAAY;IACxB,aAAa,EAAE,eAAe;IAC9B,sBAAsB,EAAE,wBAAwB;IAChD,kBAAkB,EAAE,oBAAoB;IAExC,QAAQ;IACR,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAEhC,OAAO;IACP,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAE9B,oBAAoB;IACpB,iBAAiB,EAAE,mBAAmB;IAEtC,UAAU;IACV,OAAO,EAAE,SAAS;IAClB,aAAa,EAAE,eAAe;IAC9B,oBAAoB,EAAE,sBAAsB;IAC5C,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;IAExC,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,cAAc;IAC5B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,gBAAgB,EAAE,kBAAkB;IAEpC,SAAS;IACT,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,cAAc;IAC5B,mBAAmB,EAAE,qBAAqB;IAC1C,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IAEtC,iBAAiB;IACjB,cAAc,EAAE,gBAAgB;IAEhC,QAAQ;IACR,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,mBAAmB,EAAE,qBAAqB;IAC1C,yBAAyB,EAAE,2BAA2B;IACtD,2BAA2B,EAAE,6BAA6B;IAE1D,SAAS;IACT,MAAM,EAAE,QAAQ;IAEhB,MAAM;IACN,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,kBAAkB,EAAE,oBAAoB;IACxC,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;IAC1C,kBAAkB,EAAE,oBAAoB;IACxC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;CACjC,CAAC"}
|
|
@@ -7,9 +7,11 @@ import { TCityImage } from "../types/types-city/t-city-image";
|
|
|
7
7
|
import { TCityMetadataI18nDetail } from "../types/types-city/t-city-metadata-i18n";
|
|
8
8
|
import { TCityYouTubeVideo } from "../types/types-city/t-city-youtube-video";
|
|
9
9
|
import { TEventCard, TEventDetail } from "../types/types-event/t-event";
|
|
10
|
+
import { TEventDescription } from "../types/types-event/t-event-description";
|
|
10
11
|
import { TEventImage } from "../types/types-event/t-event-image";
|
|
11
12
|
import { TEventMetadataI18nDetail } from "../types/types-event/t-event-metadata-i18n";
|
|
12
13
|
import { TFolderDetail, TFolderSummaryInfo } from "../types/types-folder/t-folder";
|
|
14
|
+
import { TFolderDescription } from "../types/types-folder/t-folder-description";
|
|
13
15
|
import { TFolderImage } from "../types/types-folder/t-folder-image";
|
|
14
16
|
import { TFolderMetadataI18nDetail } from "../types/types-folder/t-folder-metadata-i18n";
|
|
15
17
|
import { TGroupDetail, TGroupLabelInfo } from "../types/types-group/t-group";
|
|
@@ -32,6 +34,7 @@ import { TMapTagEventWithEventInfo, TMapTagEventWithTagInfo } from "../types/typ
|
|
|
32
34
|
import { TMapTagFolderWithFolderInfo, TMapTagFolderWithTagInfo } from "../types/types-map/t-map-tag-folder";
|
|
33
35
|
import { TStagDetail, TStagInfoForCountryDetail, TStagLabelInfo } from "../types/types-stag/t-stag";
|
|
34
36
|
import { TStagI18n } from "../types/types-stag/t-stag-i18n";
|
|
37
|
+
import { TStagImage } from "../types/types-stag/t-stag-image";
|
|
35
38
|
import { TStagMetadataI18nDetail } from "../types/types-stag/t-stag-metadata-i18n";
|
|
36
39
|
import { TTag, TTagLabelInfo } from "../types/types-tag/t-tag";
|
|
37
40
|
export type ResponseDBSelect<T> = {
|
|
@@ -54,6 +57,7 @@ export type ResponseFolderDetailForAdmin = BaseResponseDetail<TFolderImage, TFol
|
|
|
54
57
|
target_country_native: string | null;
|
|
55
58
|
target_city_native: string | null;
|
|
56
59
|
};
|
|
60
|
+
description: TFolderDescription;
|
|
57
61
|
mapCityFolder?: DplusGetListDataResponse<TMapCityFolderWithCityInfo>;
|
|
58
62
|
mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithCategoryInfo>;
|
|
59
63
|
mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithStagInfo>;
|
|
@@ -69,6 +73,7 @@ export type ResponseFolderDetailForUserFront = BaseResponseDetail<TFolderImage,
|
|
|
69
73
|
target_country_native: string | null;
|
|
70
74
|
target_city_native: string | null;
|
|
71
75
|
};
|
|
76
|
+
description: TFolderDescription;
|
|
72
77
|
mapCityFolder?: DplusGetListDataResponse<TMapCityFolderWithCityInfo>;
|
|
73
78
|
mapCategoryFolder?: DplusGetListDataResponse<TMapCategoryFolderWithCategoryInfo>;
|
|
74
79
|
mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithStagInfo>;
|
|
@@ -84,6 +89,7 @@ export type ResponseEventDetailForAdmin = BaseResponseDetail<TEventImage, TEvent
|
|
|
84
89
|
target_country_native: string | null;
|
|
85
90
|
target_city_native: string | null;
|
|
86
91
|
};
|
|
92
|
+
description: TEventDescription;
|
|
87
93
|
mapFolderEvent?: DplusGetListDataResponse<TMapFolderEventWithFolderInfo>;
|
|
88
94
|
mapCityEvent?: DplusGetListDataResponse<TMapCityEventWithCityInfo>;
|
|
89
95
|
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithCategoryInfo>;
|
|
@@ -99,6 +105,7 @@ export type ResponseEventDetailForUserFront = BaseResponseDetail<TEventImage, TE
|
|
|
99
105
|
target_country_native: string | null;
|
|
100
106
|
target_city_native: string | null;
|
|
101
107
|
};
|
|
108
|
+
description: TEventDescription;
|
|
102
109
|
mapFolderEvent?: DplusGetListDataResponse<TMapFolderEventWithFolderInfo>;
|
|
103
110
|
mapCityEvent?: DplusGetListDataResponse<TMapCityEventWithCityInfo>;
|
|
104
111
|
mapCategoryEvent?: DplusGetListDataResponse<TMapCategoryEventWithCategoryInfo>;
|
|
@@ -178,6 +185,7 @@ export type ResponseCategoryDetailForUserFront = BaseResponseDetail<null, TCateg
|
|
|
178
185
|
*/
|
|
179
186
|
export type ResponseStagDetailForAdmin = {
|
|
180
187
|
stag: TStagDetail;
|
|
188
|
+
stagImages?: TStagImage[];
|
|
181
189
|
i18n?: DplusGetListDataResponse<TStagI18n>;
|
|
182
190
|
metadataI18n?: DplusGetListDataResponse<TStagMetadataI18nDetail>;
|
|
183
191
|
mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithStagInfo>;
|
|
@@ -189,6 +197,7 @@ export type ResponseStagDetailForAdmin = {
|
|
|
189
197
|
export type ResponseStagDetailForUserFront = BaseResponseDetail<null, TStagMetadataI18nDetail> & {
|
|
190
198
|
stag: TStagDetail;
|
|
191
199
|
i18n?: TStagI18n[];
|
|
200
|
+
stagImages?: TStagImage[];
|
|
192
201
|
mapStagFolder?: DplusGetListDataResponse<TMapStagFolderWithFolderInfo>;
|
|
193
202
|
mapStagEvent?: DplusGetListDataResponse<TMapStagEventWithEventInfo>;
|
|
194
203
|
};
|
|
@@ -5,6 +5,8 @@ export declare const F_CATEGORY_I18N: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
9
|
+
view_only: boolean;
|
|
8
10
|
};
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_CATEGORY_I18N: {
|
|
|
12
14
|
is_required: boolean;
|
|
13
15
|
max_length: number;
|
|
14
16
|
placeholder: string;
|
|
17
|
+
editable: boolean;
|
|
18
|
+
view_only: boolean;
|
|
15
19
|
};
|
|
16
20
|
name: {
|
|
17
21
|
id: string;
|
|
@@ -19,17 +23,21 @@ export declare const F_CATEGORY_I18N: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
22
28
|
};
|
|
23
29
|
created_at: {
|
|
24
30
|
id: string;
|
|
25
31
|
label: string;
|
|
26
32
|
is_required: boolean;
|
|
27
|
-
|
|
33
|
+
editable: boolean;
|
|
34
|
+
view_only: boolean;
|
|
28
35
|
};
|
|
29
36
|
updated_at: {
|
|
30
37
|
id: string;
|
|
31
38
|
label: string;
|
|
32
39
|
is_required: boolean;
|
|
33
|
-
|
|
40
|
+
editable: boolean;
|
|
41
|
+
view_only: boolean;
|
|
34
42
|
};
|
|
35
43
|
};
|
|
@@ -5,32 +5,40 @@ export const F_CATEGORY_I18N = {
|
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
7
|
placeholder: "ex. food_restaurants",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: "lang_code",
|
|
11
|
-
label: "
|
|
13
|
+
label: "Language Code",
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 8,
|
|
14
|
-
placeholder: "ex. ko
|
|
16
|
+
placeholder: "ex. ko, en, ja, zh-TW",
|
|
17
|
+
editable: false, // PK
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
name: {
|
|
17
21
|
id: "name",
|
|
18
|
-
label: "Name",
|
|
22
|
+
label: "Category Name",
|
|
19
23
|
is_required: true,
|
|
20
24
|
max_length: 120,
|
|
21
|
-
placeholder: "ex.
|
|
25
|
+
placeholder: "ex. Restaurants",
|
|
26
|
+
editable: true,
|
|
27
|
+
view_only: false,
|
|
22
28
|
},
|
|
23
29
|
created_at: {
|
|
24
30
|
id: "created_at",
|
|
25
31
|
label: "Created At",
|
|
26
|
-
is_required:
|
|
27
|
-
|
|
32
|
+
is_required: false,
|
|
33
|
+
editable: false,
|
|
34
|
+
view_only: true, // system managed
|
|
28
35
|
},
|
|
29
36
|
updated_at: {
|
|
30
37
|
id: "updated_at",
|
|
31
38
|
label: "Updated At",
|
|
32
|
-
is_required:
|
|
33
|
-
|
|
39
|
+
is_required: false,
|
|
40
|
+
editable: false,
|
|
41
|
+
view_only: true, // system managed
|
|
34
42
|
},
|
|
35
43
|
};
|
|
36
44
|
//# sourceMappingURL=f-category-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-category-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category-i18n.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"f-category-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,KAAK,EAAS,KAAK;QAC7B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,uBAAuB;QACpC,QAAQ,EAAE,KAAK,EAAS,KAAK;QAC7B,SAAS,EAAE,KAAK;KACjB;IAED,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM;QACV,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,iBAAiB;QAC9B,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAS,iBAAiB;KAC1C;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAS,iBAAiB;KAC1C;CACF,CAAC"}
|
|
@@ -5,6 +5,8 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
9
|
+
view_only: boolean;
|
|
8
10
|
};
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: string;
|
|
@@ -12,6 +14,8 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
12
14
|
is_required: boolean;
|
|
13
15
|
max_length: number;
|
|
14
16
|
placeholder: string;
|
|
17
|
+
editable: boolean;
|
|
18
|
+
view_only: boolean;
|
|
15
19
|
};
|
|
16
20
|
title: {
|
|
17
21
|
id: string;
|
|
@@ -19,6 +23,9 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
19
23
|
is_required: boolean;
|
|
20
24
|
max_length: number;
|
|
21
25
|
placeholder: string;
|
|
26
|
+
editable: boolean;
|
|
27
|
+
view_only: boolean;
|
|
28
|
+
description: string;
|
|
22
29
|
};
|
|
23
30
|
description: {
|
|
24
31
|
id: string;
|
|
@@ -26,6 +33,9 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
26
33
|
is_required: boolean;
|
|
27
34
|
max_length: number;
|
|
28
35
|
placeholder: string;
|
|
36
|
+
editable: boolean;
|
|
37
|
+
view_only: boolean;
|
|
38
|
+
description: string;
|
|
29
39
|
};
|
|
30
40
|
og_title: {
|
|
31
41
|
id: string;
|
|
@@ -33,6 +43,8 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
33
43
|
is_required: boolean;
|
|
34
44
|
max_length: number;
|
|
35
45
|
placeholder: string;
|
|
46
|
+
editable: boolean;
|
|
47
|
+
view_only: boolean;
|
|
36
48
|
};
|
|
37
49
|
og_description: {
|
|
38
50
|
id: string;
|
|
@@ -40,6 +52,8 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
40
52
|
is_required: boolean;
|
|
41
53
|
max_length: number;
|
|
42
54
|
placeholder: string;
|
|
55
|
+
editable: boolean;
|
|
56
|
+
view_only: boolean;
|
|
43
57
|
};
|
|
44
58
|
og_image: {
|
|
45
59
|
id: string;
|
|
@@ -47,24 +61,31 @@ export declare const F_CATEGORY_METADATA_I18N: {
|
|
|
47
61
|
is_required: boolean;
|
|
48
62
|
max_length: number;
|
|
49
63
|
placeholder: string;
|
|
64
|
+
editable: boolean;
|
|
65
|
+
view_only: boolean;
|
|
50
66
|
};
|
|
51
67
|
tag_set: {
|
|
52
68
|
id: string;
|
|
53
69
|
label: string;
|
|
54
70
|
is_required: boolean;
|
|
55
|
-
|
|
71
|
+
editable: boolean;
|
|
72
|
+
view_only: boolean;
|
|
73
|
+
input_type: string;
|
|
56
74
|
placeholder: string;
|
|
75
|
+
description: string;
|
|
57
76
|
};
|
|
58
77
|
created_at: {
|
|
59
78
|
id: string;
|
|
60
79
|
label: string;
|
|
61
80
|
is_required: boolean;
|
|
62
|
-
|
|
81
|
+
editable: boolean;
|
|
82
|
+
view_only: boolean;
|
|
63
83
|
};
|
|
64
84
|
updated_at: {
|
|
65
85
|
id: string;
|
|
66
86
|
label: string;
|
|
67
87
|
is_required: boolean;
|
|
68
|
-
|
|
88
|
+
editable: boolean;
|
|
89
|
+
view_only: boolean;
|
|
69
90
|
};
|
|
70
91
|
};
|
|
@@ -5,67 +5,88 @@ export const F_CATEGORY_METADATA_I18N = {
|
|
|
5
5
|
is_required: true,
|
|
6
6
|
max_length: 96,
|
|
7
7
|
placeholder: "ex. food_restaurants",
|
|
8
|
+
editable: false, // PK
|
|
9
|
+
view_only: false,
|
|
8
10
|
},
|
|
9
11
|
lang_code: {
|
|
10
12
|
id: "lang_code",
|
|
11
|
-
label: "
|
|
13
|
+
label: "Language Code",
|
|
12
14
|
is_required: true,
|
|
13
15
|
max_length: 8,
|
|
14
|
-
placeholder: "ex. ko
|
|
16
|
+
placeholder: "ex. ko, en, ja, zh-TW",
|
|
17
|
+
editable: false, // PK
|
|
18
|
+
view_only: false,
|
|
15
19
|
},
|
|
16
20
|
title: {
|
|
17
21
|
id: "title",
|
|
18
|
-
label: "Title",
|
|
22
|
+
label: "Meta Title",
|
|
19
23
|
is_required: false,
|
|
20
24
|
max_length: 100,
|
|
21
|
-
placeholder: "ex.
|
|
25
|
+
placeholder: "ex. Best Restaurants in Seoul",
|
|
26
|
+
editable: true,
|
|
27
|
+
view_only: false,
|
|
28
|
+
description: "HTML <title> tag",
|
|
22
29
|
},
|
|
23
30
|
description: {
|
|
24
31
|
id: "description",
|
|
25
|
-
label: "Description",
|
|
32
|
+
label: "Meta Description",
|
|
26
33
|
is_required: false,
|
|
27
34
|
max_length: 180,
|
|
28
|
-
placeholder: "ex.
|
|
35
|
+
placeholder: "ex. Discover top-rated restaurants and cafes.",
|
|
36
|
+
editable: true,
|
|
37
|
+
view_only: false,
|
|
38
|
+
description: "SEO meta description",
|
|
29
39
|
},
|
|
30
40
|
og_title: {
|
|
31
41
|
id: "og_title",
|
|
32
42
|
label: "OG Title",
|
|
33
43
|
is_required: false,
|
|
34
44
|
max_length: 100,
|
|
35
|
-
placeholder: "ex.
|
|
45
|
+
placeholder: "ex. Seoul Food Guide",
|
|
46
|
+
editable: true,
|
|
47
|
+
view_only: false,
|
|
36
48
|
},
|
|
37
49
|
og_description: {
|
|
38
50
|
id: "og_description",
|
|
39
51
|
label: "OG Description",
|
|
40
52
|
is_required: false,
|
|
41
53
|
max_length: 180,
|
|
42
|
-
placeholder: "ex.
|
|
54
|
+
placeholder: "ex. Explore the best food spots in Seoul.",
|
|
55
|
+
editable: true,
|
|
56
|
+
view_only: false,
|
|
43
57
|
},
|
|
44
58
|
og_image: {
|
|
45
59
|
id: "og_image",
|
|
46
|
-
label: "OG Image",
|
|
60
|
+
label: "OG Image URL",
|
|
47
61
|
is_required: false,
|
|
48
62
|
max_length: 250,
|
|
49
|
-
placeholder: "
|
|
63
|
+
placeholder: "https://example.com/images/og.jpg",
|
|
64
|
+
editable: true,
|
|
65
|
+
view_only: false,
|
|
50
66
|
},
|
|
51
67
|
tag_set: {
|
|
52
68
|
id: "tag_set",
|
|
53
69
|
label: "Tag Set",
|
|
54
70
|
is_required: false,
|
|
55
|
-
|
|
56
|
-
|
|
71
|
+
editable: true,
|
|
72
|
+
view_only: false,
|
|
73
|
+
input_type: "array", // VARCHAR[]
|
|
74
|
+
placeholder: "ex. food, seoul, restaurants",
|
|
75
|
+
description: "Comma-separated tags",
|
|
57
76
|
},
|
|
58
77
|
created_at: {
|
|
59
78
|
id: "created_at",
|
|
60
79
|
label: "Created At",
|
|
61
|
-
is_required:
|
|
62
|
-
|
|
80
|
+
is_required: false,
|
|
81
|
+
editable: false,
|
|
82
|
+
view_only: true, // system managed
|
|
63
83
|
},
|
|
64
84
|
updated_at: {
|
|
65
85
|
id: "updated_at",
|
|
66
86
|
label: "Updated At",
|
|
67
|
-
is_required:
|
|
68
|
-
|
|
87
|
+
is_required: false,
|
|
88
|
+
editable: false,
|
|
89
|
+
view_only: true, // system managed
|
|
69
90
|
},
|
|
70
91
|
};
|
|
71
92
|
//# sourceMappingURL=f-category-metadata-i18n.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"f-category-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,sBAAsB;
|
|
1
|
+
{"version":3,"file":"f-category-metadata-i18n.js","sourceRoot":"","sources":["../../../src/fields/fields-category/f-category-metadata-i18n.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,aAAa,EAAE;QACb,EAAE,EAAE,eAAe;QACnB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,EAAE;QACd,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,KAAK,EAAS,KAAK;QAC7B,SAAS,EAAE,KAAK;KACjB;IAED,SAAS,EAAE;QACT,EAAE,EAAE,WAAW;QACf,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,IAAI;QACjB,UAAU,EAAE,CAAC;QACb,WAAW,EAAE,uBAAuB;QACpC,QAAQ,EAAE,KAAK,EAAS,KAAK;QAC7B,SAAS,EAAE,KAAK;KACjB;IAED,KAAK,EAAE;QACL,EAAE,EAAE,OAAO;QACX,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,+BAA+B;QAC5C,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,kBAAkB;KAChC;IAED,WAAW,EAAE;QACX,EAAE,EAAE,aAAa;QACjB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,+CAA+C;QAC5D,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;QAChB,WAAW,EAAE,sBAAsB;KACpC;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,UAAU;QACjB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,cAAc,EAAE;QACd,EAAE,EAAE,gBAAgB;QACpB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,2CAA2C;QACxD,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,QAAQ,EAAE;QACR,EAAE,EAAE,UAAU;QACd,KAAK,EAAE,cAAc;QACrB,WAAW,EAAE,KAAK;QAClB,UAAU,EAAE,GAAG;QACf,WAAW,EAAE,mCAAmC;QAChD,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;KACjB;IAED,OAAO,EAAE;QACP,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,IAAI;QACd,SAAS,EAAE,KAAK;QAChB,UAAU,EAAE,OAAO,EAAY,YAAY;QAC3C,WAAW,EAAE,8BAA8B;QAC3C,WAAW,EAAE,sBAAsB;KACpC;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAgB,iBAAiB;KACjD;IAED,UAAU,EAAE;QACV,EAAE,EAAE,YAAY;QAChB,KAAK,EAAE,YAAY;QACnB,WAAW,EAAE,KAAK;QAClB,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI,EAAgB,iBAAiB;KACjD;CACF,CAAC"}
|
|
@@ -5,6 +5,7 @@ export declare const F_CATEGORY: {
|
|
|
5
5
|
is_required: boolean;
|
|
6
6
|
max_length: number;
|
|
7
7
|
placeholder: string;
|
|
8
|
+
editable: boolean;
|
|
8
9
|
};
|
|
9
10
|
order_num: {
|
|
10
11
|
id: string;
|
|
@@ -59,230 +60,141 @@ export declare const F_CATEGORY: {
|
|
|
59
60
|
label: string;
|
|
60
61
|
is_required: boolean;
|
|
61
62
|
max_length: number;
|
|
62
|
-
placeholder: string;
|
|
63
63
|
};
|
|
64
64
|
thumbnail_horizontal: {
|
|
65
65
|
id: string;
|
|
66
66
|
label: string;
|
|
67
67
|
is_required: boolean;
|
|
68
68
|
max_length: number;
|
|
69
|
-
placeholder: string;
|
|
70
69
|
};
|
|
71
70
|
thumbnail_vertical: {
|
|
72
71
|
id: string;
|
|
73
72
|
label: string;
|
|
74
73
|
is_required: boolean;
|
|
75
74
|
max_length: number;
|
|
76
|
-
placeholder: string;
|
|
77
|
-
};
|
|
78
|
-
profile: {
|
|
79
|
-
id: string;
|
|
80
|
-
label: string;
|
|
81
|
-
is_required: boolean;
|
|
82
|
-
max_length: number;
|
|
83
|
-
placeholder: string;
|
|
84
|
-
};
|
|
85
|
-
view_count: {
|
|
86
|
-
id: string;
|
|
87
|
-
label: string;
|
|
88
|
-
is_required: boolean;
|
|
89
|
-
default_value: number;
|
|
90
|
-
};
|
|
91
|
-
event_count: {
|
|
92
|
-
id: string;
|
|
93
|
-
label: string;
|
|
94
|
-
is_required: boolean;
|
|
95
|
-
default_value: number;
|
|
96
|
-
};
|
|
97
|
-
created_at: {
|
|
98
|
-
id: string;
|
|
99
|
-
label: string;
|
|
100
|
-
is_required: boolean;
|
|
101
|
-
placeholder: string;
|
|
102
|
-
};
|
|
103
|
-
created_by: {
|
|
104
|
-
id: string;
|
|
105
|
-
label: string;
|
|
106
|
-
is_required: boolean;
|
|
107
|
-
max_length: number;
|
|
108
|
-
placeholder: string;
|
|
109
|
-
};
|
|
110
|
-
updated_at: {
|
|
111
|
-
id: string;
|
|
112
|
-
label: string;
|
|
113
|
-
is_required: boolean;
|
|
114
|
-
placeholder: string;
|
|
115
|
-
};
|
|
116
|
-
is_active: {
|
|
117
|
-
id: string;
|
|
118
|
-
label: string;
|
|
119
|
-
is_required: boolean;
|
|
120
|
-
default_value: boolean;
|
|
121
|
-
};
|
|
122
|
-
deactivated_at: {
|
|
123
|
-
id: string;
|
|
124
|
-
label: string;
|
|
125
|
-
is_required: boolean;
|
|
126
|
-
placeholder: string;
|
|
127
|
-
};
|
|
128
|
-
deactivated_by: {
|
|
129
|
-
id: string;
|
|
130
|
-
label: string;
|
|
131
|
-
is_required: boolean;
|
|
132
|
-
max_length: number;
|
|
133
|
-
placeholder: string;
|
|
134
|
-
};
|
|
135
|
-
is_display: {
|
|
136
|
-
id: string;
|
|
137
|
-
label: string;
|
|
138
|
-
is_required: boolean;
|
|
139
|
-
default_value: boolean;
|
|
140
75
|
};
|
|
141
76
|
hero_image_01: {
|
|
142
77
|
id: string;
|
|
143
78
|
label: string;
|
|
144
79
|
is_required: boolean;
|
|
145
80
|
max_length: number;
|
|
146
|
-
placeholder: string;
|
|
147
81
|
};
|
|
148
82
|
hero_image_02: {
|
|
149
83
|
id: string;
|
|
150
84
|
label: string;
|
|
151
85
|
is_required: boolean;
|
|
152
86
|
max_length: number;
|
|
153
|
-
placeholder: string;
|
|
154
87
|
};
|
|
155
88
|
hero_image_03: {
|
|
156
89
|
id: string;
|
|
157
90
|
label: string;
|
|
158
91
|
is_required: boolean;
|
|
159
92
|
max_length: number;
|
|
160
|
-
placeholder: string;
|
|
161
93
|
};
|
|
162
94
|
hero_image_04: {
|
|
163
95
|
id: string;
|
|
164
96
|
label: string;
|
|
165
97
|
is_required: boolean;
|
|
166
98
|
max_length: number;
|
|
167
|
-
placeholder: string;
|
|
168
99
|
};
|
|
169
100
|
hero_image_05: {
|
|
170
101
|
id: string;
|
|
171
102
|
label: string;
|
|
172
103
|
is_required: boolean;
|
|
173
104
|
max_length: number;
|
|
174
|
-
placeholder: string;
|
|
175
105
|
};
|
|
176
106
|
thumbnail_main_01: {
|
|
177
107
|
id: string;
|
|
178
108
|
label: string;
|
|
179
109
|
is_required: boolean;
|
|
180
110
|
max_length: number;
|
|
181
|
-
placeholder: string;
|
|
182
111
|
};
|
|
183
112
|
thumbnail_main_02: {
|
|
184
113
|
id: string;
|
|
185
114
|
label: string;
|
|
186
115
|
is_required: boolean;
|
|
187
116
|
max_length: number;
|
|
188
|
-
placeholder: string;
|
|
189
117
|
};
|
|
190
118
|
thumbnail_main_03: {
|
|
191
119
|
id: string;
|
|
192
120
|
label: string;
|
|
193
121
|
is_required: boolean;
|
|
194
122
|
max_length: number;
|
|
195
|
-
placeholder: string;
|
|
196
123
|
};
|
|
197
124
|
thumbnail_main_04: {
|
|
198
125
|
id: string;
|
|
199
126
|
label: string;
|
|
200
127
|
is_required: boolean;
|
|
201
128
|
max_length: number;
|
|
202
|
-
placeholder: string;
|
|
203
129
|
};
|
|
204
130
|
thumbnail_main_05: {
|
|
205
131
|
id: string;
|
|
206
132
|
label: string;
|
|
207
133
|
is_required: boolean;
|
|
208
134
|
max_length: number;
|
|
209
|
-
placeholder: string;
|
|
210
135
|
};
|
|
211
136
|
thumbnail_vertical_01: {
|
|
212
137
|
id: string;
|
|
213
138
|
label: string;
|
|
214
139
|
is_required: boolean;
|
|
215
140
|
max_length: number;
|
|
216
|
-
placeholder: string;
|
|
217
141
|
};
|
|
218
142
|
thumbnail_vertical_02: {
|
|
219
143
|
id: string;
|
|
220
144
|
label: string;
|
|
221
145
|
is_required: boolean;
|
|
222
146
|
max_length: number;
|
|
223
|
-
placeholder: string;
|
|
224
147
|
};
|
|
225
148
|
thumbnail_vertical_03: {
|
|
226
149
|
id: string;
|
|
227
150
|
label: string;
|
|
228
151
|
is_required: boolean;
|
|
229
152
|
max_length: number;
|
|
230
|
-
placeholder: string;
|
|
231
153
|
};
|
|
232
154
|
thumbnail_vertical_04: {
|
|
233
155
|
id: string;
|
|
234
156
|
label: string;
|
|
235
157
|
is_required: boolean;
|
|
236
158
|
max_length: number;
|
|
237
|
-
placeholder: string;
|
|
238
159
|
};
|
|
239
160
|
thumbnail_vertical_05: {
|
|
240
161
|
id: string;
|
|
241
162
|
label: string;
|
|
242
163
|
is_required: boolean;
|
|
243
164
|
max_length: number;
|
|
244
|
-
placeholder: string;
|
|
245
165
|
};
|
|
246
|
-
|
|
166
|
+
is_active: {
|
|
247
167
|
id: string;
|
|
248
168
|
label: string;
|
|
249
169
|
is_required: boolean;
|
|
250
|
-
|
|
251
|
-
placeholder: string;
|
|
170
|
+
default_value: boolean;
|
|
252
171
|
};
|
|
253
|
-
|
|
172
|
+
is_display: {
|
|
254
173
|
id: string;
|
|
255
174
|
label: string;
|
|
256
175
|
is_required: boolean;
|
|
257
|
-
|
|
258
|
-
placeholder: string;
|
|
176
|
+
default_value: boolean;
|
|
259
177
|
};
|
|
260
|
-
|
|
178
|
+
deactivated_at: {
|
|
261
179
|
id: string;
|
|
262
180
|
label: string;
|
|
263
181
|
is_required: boolean;
|
|
264
|
-
|
|
265
|
-
placeholder: string;
|
|
182
|
+
editable: boolean;
|
|
266
183
|
};
|
|
267
|
-
|
|
184
|
+
deactivated_by: {
|
|
268
185
|
id: string;
|
|
269
186
|
label: string;
|
|
270
187
|
is_required: boolean;
|
|
271
|
-
|
|
272
|
-
placeholder: string;
|
|
188
|
+
editable: boolean;
|
|
273
189
|
};
|
|
274
|
-
|
|
190
|
+
created_at: {
|
|
275
191
|
id: string;
|
|
276
192
|
label: string;
|
|
277
|
-
|
|
278
|
-
max_length: number;
|
|
279
|
-
placeholder: string;
|
|
193
|
+
view_only: boolean;
|
|
280
194
|
};
|
|
281
|
-
|
|
195
|
+
updated_at: {
|
|
282
196
|
id: string;
|
|
283
197
|
label: string;
|
|
284
|
-
|
|
285
|
-
max_length: number;
|
|
286
|
-
placeholder: string;
|
|
198
|
+
view_only: boolean;
|
|
287
199
|
};
|
|
288
200
|
};
|