@zextras/carbonio-shell-ui 7.0.1-devel.1721746471977 → 7.0.1-devel.1721895147514
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.
|
@@ -80,10 +80,6 @@ export interface AccountSettingsPrefs {
|
|
|
80
80
|
zimbraPrefMailPollingInterval?: Duration;
|
|
81
81
|
zimbraPrefMailTrustedSenderList?: Array<string> | string;
|
|
82
82
|
zimbraPrefDelegatedSendSaveTarget?: (typeof DELEGATED_SEND_SAVE_TARGET)[number];
|
|
83
|
-
/**
|
|
84
|
-
* @deprecated the timezone preference is going to be removed, because now we rely on the system timezone.
|
|
85
|
-
*/
|
|
86
|
-
zimbraPrefTimeZoneId?: string;
|
|
87
83
|
carbonioPrefSendAnalytics?: BooleanString;
|
|
88
84
|
[key: string]: string | number | Array<string | number> | undefined;
|
|
89
85
|
}
|