@mx-cartographer/experiences 6.4.0-alpha.al0 → 6.4.0-alpha.al1

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.
@@ -10,7 +10,6 @@ export declare class AppDataStore {
10
10
  banner: Banner;
11
11
  constructor(globalStore: GlobalStore);
12
12
  get appConfig(): AppConfig;
13
- get isMobileWebview(): boolean;
14
13
  get clientCommunicationProfile(): import('../types').ClientCommunicationProfile;
15
14
  get user(): User;
16
15
  get userCommunicationProfile(): UserCommunicationProfile;
@@ -115,6 +115,7 @@ export interface Options {
115
115
  brokaw_websocket_url?: string;
116
116
  bundle?: string;
117
117
  custom_copy_namespace?: string;
118
+ is_mobile_webview?: boolean;
118
119
  language?: string;
119
120
  product_name?: string;
120
121
  session_token?: string;