@zimbra/api-client 83.0.0 → 84.0.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.
@@ -1140,6 +1140,7 @@ type Folder {
1140
1140
  broken: Boolean #shared folder link is broken or not
1141
1141
  deletable: Boolean
1142
1142
  unreadDescendent: Boolean
1143
+ types: String
1143
1144
  }
1144
1145
 
1145
1146
  type DlAttrs {
@@ -1376,6 +1377,8 @@ type AccountInfoAttrs {
1376
1377
  zimbraBlockEmailSendFromImapPop: Boolean
1377
1378
  zimbraFeatureInstantNotify: Boolean
1378
1379
  zimbraFeatureDiscardInFiltersEnabled: Boolean
1380
+ zimbraFeatureAdminMailEnabled: Boolean
1381
+ zimbraFeatureAdminPreferencesEnabled: Boolean
1379
1382
  }
1380
1383
 
1381
1384
  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']>;
@@ -1453,6 +1455,7 @@ export declare type Folder = {
1453
1455
  revision?: Maybe<Scalars['Float']>;
1454
1456
  search?: Maybe<Array<Maybe<Folder>>>;
1455
1457
  sharedItemId?: Maybe<Scalars['ID']>;
1458
+ types?: Maybe<Scalars['String']>;
1456
1459
  unread?: Maybe<Scalars['Float']>;
1457
1460
  unreadDescendent?: Maybe<Scalars['Boolean']>;
1458
1461
  url?: Maybe<Scalars['String']>;