@zextras/carbonio-shell-ui 8.0.3-devel.1731064961485 → 8.0.3-devel.1731512983957

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.
@@ -86,6 +86,8 @@ export interface AccountSettingsPrefs {
86
86
  export type AccountSettingsAttrs = {
87
87
  zimbraFeatureOptionsEnabled?: BooleanString;
88
88
  zimbraIdentityMaxNumEntries?: number;
89
+ zimbraMailAlias?: string | Array<string>;
90
+ zimbraAllowFromAddress?: string | Array<string>;
89
91
  [key: string]: string | number | Array<string | number> | undefined;
90
92
  };
91
93
  export type AccountSettings = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "8.0.3-devel.1731064961485",
3
+ "version": "8.0.3-devel.1731512983957",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
@@ -119,6 +119,7 @@
119
119
  "react-dom": "^18.3.1",
120
120
  "react-i18next": "^12.3.1",
121
121
  "react-router-dom": "^5.3.4",
122
+ "react-router-dom-v5-compat": "^6.28.0",
122
123
  "styled-components": "^5.3.11",
123
124
  "tinymce": "^6.8.4",
124
125
  "ua-parser-js": "^1.0.37",