@@ -2425,6 +2425,7 @@ export type MailboxMetadataAttrs = {
24252425 zimbraPrefSMIMEDefaultSetting ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
24262426 zimbraPrefSMIMELastOperation ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
24272427 zimbraPrefSharedFolderTreeOpen ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
2428+ zimbraPrefSidebarCollapsed ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
24282429 zimbraPrefSmartFolderTreeOpen ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
24292430 zimbraPrefTimeFormat ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
24302431 zimbraPrefUndoSendEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
@@ -2458,6 +2459,7 @@ export type MailboxMetadataSectionAttrsInput = {
24582459 zimbraPrefSMIMEDefaultSetting ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
24592460 zimbraPrefSMIMELastOperation ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
24602461 zimbraPrefSharedFolderTreeOpen ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
2462+ zimbraPrefSidebarCollapsed ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
24612463 zimbraPrefSmartFolderTreeOpen ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
24622464 zimbraPrefTimeFormat ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
24632465 zimbraPrefUndoSendEnabled ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
@@ -3488,6 +3490,7 @@ export type Preferences = {
34883490 zimbraPrefDisplayExternalImages ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
34893491 zimbraPrefDisplayTimeInMailList ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
34903492 zimbraPrefExternalSendersType ?: Maybe < ExternalSendersType > ;
3493+ zimbraPrefFolderTreeOpen ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
34913494 zimbraPrefForwardReplyInOriginalFormat ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
34923495 zimbraPrefGroupMailBy ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
34933496 zimbraPrefHtmlEditorDefaultFontColor ?: Maybe < Scalars [ 'String' ] [ 'output' ] > ;
@@ -3559,6 +3562,7 @@ export type PreferencesInput = {
35593562 zimbraPrefDisplayExternalImages ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
35603563 zimbraPrefDisplayTimeInMailList ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
35613564 zimbraPrefExternalSendersType ?: InputMaybe < ExternalSendersType > ;
3565+ zimbraPrefFolderTreeOpen ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
35623566 zimbraPrefForwardReplyInOriginalFormat ?: InputMaybe < Scalars [ 'Boolean' ] [ 'input' ] > ;
35633567 zimbraPrefGroupMailBy ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
35643568 zimbraPrefHtmlEditorDefaultFontColor ?: InputMaybe < Scalars [ 'String' ] [ 'input' ] > ;
0 commit comments