@zimbra/api-client 83.0.0 → 83.1.0

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.
@@ -1376,6 +1376,8 @@ type AccountInfoAttrs {
1376
1376
  zimbraBlockEmailSendFromImapPop: Boolean
1377
1377
  zimbraFeatureInstantNotify: Boolean
1378
1378
  zimbraFeatureDiscardInFiltersEnabled: Boolean
1379
+ zimbraFeatureAdminMailEnabled: Boolean
1380
+ zimbraFeatureAdminPreferencesEnabled: Boolean
1379
1381
  }
1380
1382
 
1381
1383
  type AccountCos {
@@ -86,6 +86,8 @@ export declare type AccountInfoAttrs = {
86
86
  zimbraDomainTrialExpirationDate?: Maybe<Scalars['String']>;
87
87
  zimbraDumpsterEnabled?: Maybe<Scalars['Boolean']>;
88
88
  zimbraExternalSharingEnabled?: Maybe<Scalars['Boolean']>;
89
+ zimbraFeatureAdminMailEnabled?: Maybe<Scalars['Boolean']>;
90
+ zimbraFeatureAdminPreferencesEnabled?: Maybe<Scalars['Boolean']>;
89
91
  zimbraFeatureAntispamEnabled?: Maybe<Scalars['Boolean']>;
90
92
  zimbraFeatureAppSpecificPasswordsEnabled?: Maybe<Scalars['Boolean']>;
91
93
  zimbraFeatureBriefcasesEnabled?: Maybe<Scalars['Boolean']>;