@@ -90,9 +90,11 @@ export type AccountInfoAttrs = {
90
90
zimbraExternalSharingEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
91
91
zimbraFeatureAdminMailEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
92
92
zimbraFeatureAdminPreferencesEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
93
+ zimbraFeatureAdvancedChatEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
93
94
zimbraFeatureAllowUsernameInPassword ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
94
95
zimbraFeatureAntispamEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
95
96
zimbraFeatureAppSpecificPasswordsEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
97
+ zimbraFeatureBasicOneToOneChatEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
96
98
zimbraFeatureBriefcasesEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
97
99
zimbraFeatureCalendarEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
98
100
zimbraFeatureChangePasswordEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
@@ -114,8 +116,8 @@ export type AccountInfoAttrs = {
114
116
zimbraFeatureMailForwardingEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
115
117
zimbraFeatureMailForwardingInFiltersEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
116
118
zimbraFeatureMailPriorityEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
117
- zimbraFeatureMailRecallEnabled ?: Maybe < Scalars [ 'Boolean' ] > ;
118
- zimbraFeatureMailRecallTime ?: Maybe < Scalars [ 'Int' ] > ;
119
+ zimbraFeatureMailRecallEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
120
+ zimbraFeatureMailRecallTime ?: Maybe < Scalars [ 'Int' ] [ 'output' ] > ;
119
121
zimbraFeatureMailSendLaterEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
120
122
zimbraFeatureManageZimlets ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
121
123
zimbraFeatureMobileSyncEnabled ?: Maybe < Scalars [ 'Boolean' ] [ 'output' ] > ;
0 commit comments