@meetelise/chat 1.51.4 → 1.51.5

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.
@@ -30,6 +30,7 @@ export declare class TourScheduler extends LitElement {
30
30
  virtualToursTypeOffered: string;
31
31
  orgSlug: string;
32
32
  hasDynamicSchedulingEnabled: boolean;
33
+ bedroomPreferenceRequired: boolean;
33
34
  private leadSourceClient;
34
35
  private leadSourceMultitouchClient;
35
36
  buildingName: string;
@@ -106,6 +107,7 @@ export declare class TourScheduler extends LitElement {
106
107
  tourType: () => boolean;
107
108
  dateAndTime: () => boolean;
108
109
  leadInfo: () => boolean;
110
+ layout: () => boolean;
109
111
  };
110
112
  formIsValidForSubmission: () => boolean;
111
113
  /** E.g., `timeStringToHoursAndMinutes("4:15pm")` -> `[16, 15]`
@@ -53,6 +53,7 @@ export declare class Launcher extends LitElement {
53
53
  hasSSTEnabledMobile: boolean;
54
54
  tourTypeOptions: LabeledOption[];
55
55
  layoutOptions: LayoutOption[];
56
+ bedroomPreferenceRequired: boolean;
56
57
  hasDynamicSchedulingEnabled: boolean;
57
58
  hasPricingCalculatorEnabledDesktop: boolean;
58
59
  hasPricingCalculatorEnabledMobile: boolean;
@@ -31,6 +31,7 @@ export declare class MEChat extends LitElement {
31
31
  private leadSources;
32
32
  private currentLeadSource;
33
33
  private featureFlagShowDropdown;
34
+ private bedroomPreferenceRequired;
34
35
  private phoneNumberForSource;
35
36
  private hasMounted;
36
37
  private hideLauncher;
@@ -7,3 +7,4 @@ export declare function fetchFeatureFlagMaintenanceMode(buildingSlug: string): P
7
7
  export declare function fetchFeatureFlagUseOverrideContactUsForm(buildingSlug: string): Promise<boolean>;
8
8
  export declare function fetchFeatureFlagShowUtilities(orgSlug: string): Promise<boolean>;
9
9
  export declare function fetchFeatureFlagUseApplicationsLinkReplacement(buildingSlug: string): Promise<boolean>;
10
+ export declare function fetchTrackedRolloutBedroomPreferenceRequired(buildingSlug: string): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.51.4",
3
+ "version": "1.51.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/MeetElise/chat-ui#readme",