@zimbra/api-client 83.1.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 {
@@ -1455,6 +1455,7 @@ export declare type Folder = {
1455
1455
  revision?: Maybe<Scalars['Float']>;
1456
1456
  search?: Maybe<Array<Maybe<Folder>>>;
1457
1457
  sharedItemId?: Maybe<Scalars['ID']>;
1458
+ types?: Maybe<Scalars['String']>;
1458
1459
  unread?: Maybe<Scalars['Float']>;
1459
1460
  unreadDescendent?: Maybe<Scalars['Boolean']>;
1460
1461
  url?: Maybe<Scalars['String']>;