@meetelise/chat 1.43.0 → 1.43.2

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.
@@ -112,6 +112,10 @@ export interface BuildingWebchatView {
112
112
  autoOpenChat: boolean | null;
113
113
  isInheritingFromOrg: boolean | null;
114
114
  isGlobalDefault: boolean | null;
115
+ featureFlagWebchatMarketingSourceDropdownConfiguration: string;
116
+ featureFlagWebchatUseDniPhoneNumberBySource: boolean;
117
+ featureFlagInsertDniIntoWebsite: boolean;
118
+ featureFlagWebchatReplaceAnyScheduleTourCtaWebsite: boolean;
115
119
  }
116
120
  /**
117
121
  * Load the publicly-available info for a building.
@@ -4,11 +4,6 @@ export declare enum FeatureFlagsShowDropdown {
4
4
  always = "always"
5
5
  }
6
6
  export declare function fetchFeatureFlagMaintenanceMode(buildingSlug: string): Promise<boolean>;
7
- export declare function fetchFeatureFlagShowMarketingSourceDropdown(buildingSlug: string): Promise<FeatureFlagsShowDropdown>;
8
- export declare function fetchFeatureFlagUsePhoneNumberBySource(buildingSlug: string): Promise<boolean>;
9
7
  export declare function fetchFeatureFlagUseOverrideContactUsForm(buildingSlug: string): Promise<boolean>;
10
- export declare function fetchFeatureFlagUsePubnub(buildingSlug?: string): Promise<boolean>;
11
- export declare function fetchFeatureFlagInsertDNIWebsite(buildingSlug?: string): Promise<boolean>;
12
8
  export declare function fetchFeatureFlagShowUtilities(orgSlug: string): Promise<boolean>;
13
- export declare function fetchFeatureFlagReplaceScheduleTourCtaWebsite(buildingSlug: string): Promise<boolean>;
14
9
  export declare function fetchFeatureFlagUseApplicationsLinkReplacement(buildingSlug: string): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/MeetElise/chat-ui#readme",