@hubs101/js-api-skd-client 1.0.10607 → 1.0.10608
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/lib/api/event/types.d.ts
CHANGED
|
@@ -540,8 +540,10 @@ export type MenuItem = {
|
|
|
540
540
|
element: (typeof MENU_ELEMENT_TYPE)[number];
|
|
541
541
|
};
|
|
542
542
|
export declare const FAQ_TYPES: {
|
|
543
|
-
readonly
|
|
544
|
-
readonly
|
|
543
|
+
readonly DEFAULT_IMAGE_RIGHT: "default-image-right";
|
|
544
|
+
readonly DEFAULT_IMAGE_LEFT: "default-image-left";
|
|
545
|
+
readonly EXTENDED_IMAGES_RIGHT: "extended-images-right";
|
|
546
|
+
readonly EXTENDED_IMAGES_LEFT: "extended-images-left";
|
|
545
547
|
readonly VENUE_LOCATION: "venue-location";
|
|
546
548
|
readonly HOTEL_RESERVATION: "hotel-reservation";
|
|
547
549
|
readonly PRE_EVENT_SESSION: "pre-event-session";
|
package/lib/api/event/types.js
CHANGED
|
@@ -63,8 +63,10 @@ exports.MENU_ITEM_STYLING = {
|
|
|
63
63
|
BUTTON: exports.MENU_ITEM_STYLING_BUTTON,
|
|
64
64
|
};
|
|
65
65
|
exports.FAQ_TYPES = {
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
DEFAULT_IMAGE_RIGHT: "default-image-right",
|
|
67
|
+
DEFAULT_IMAGE_LEFT: "default-image-left",
|
|
68
|
+
EXTENDED_IMAGES_RIGHT: "extended-images-right",
|
|
69
|
+
EXTENDED_IMAGES_LEFT: "extended-images-left",
|
|
68
70
|
VENUE_LOCATION: "venue-location",
|
|
69
71
|
HOTEL_RESERVATION: "hotel-reservation",
|
|
70
72
|
PRE_EVENT_SESSION: "pre-event-session",
|