@mx-cartographer/experiences 6.3.2 → 6.3.4-alpha.al0
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/CHANGELOG.md +4 -0
- package/dist/common/types/AppData.d.ts +2 -0
- package/dist/common/types/localization/NotificationsCopy.d.ts +5 -0
- package/dist/index.es.js +1623 -1594
- package/dist/index.es.js.map +1 -1
- package/dist/notifications/components/NotificationList.d.ts +1 -0
- package/dist/notifications/components/NotificationsEmptyState.d.ts +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -66,6 +66,7 @@ export interface Config {
|
|
66
66
|
enable_mark_account_duplicate_for_held_accounts: boolean;
|
67
67
|
enable_renaming_home_accounts: boolean;
|
68
68
|
enable_support_requests: boolean;
|
69
|
+
is_mobile_webview?: boolean;
|
69
70
|
language?: string;
|
70
71
|
product_name?: string;
|
71
72
|
session_token?: string;
|
@@ -114,6 +115,7 @@ export interface Options {
|
|
114
115
|
brokaw_websocket_url?: string;
|
115
116
|
bundle?: string;
|
116
117
|
custom_copy_namespace?: string;
|
118
|
+
is_mobile_webview?: boolean;
|
117
119
|
language?: string;
|
118
120
|
product_name?: string;
|
119
121
|
session_token?: string;
|