@zimbra/api-client 80.1.0 → 81.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.
@@ -1554,6 +1554,7 @@ type Document {
1554
1554
  revisedCreationDate: Float #cd
1555
1555
  lockOwnerId: ID #loid
1556
1556
  flags: String #f
1557
+ permission: String #perm
1557
1558
  docs: [Document]
1558
1559
  }
1559
1560
 
@@ -1155,6 +1155,7 @@ export declare type Document = {
1155
1155
  metadataVersion?: Maybe<Scalars['Float']>;
1156
1156
  modifiedSequence?: Maybe<Scalars['Float']>;
1157
1157
  name?: Maybe<Scalars['String']>;
1158
+ permission?: Maybe<Scalars['String']>;
1158
1159
  revisedCreationDate?: Maybe<Scalars['Float']>;
1159
1160
  revision?: Maybe<Scalars['Float']>;
1160
1161
  revisonCreator?: Maybe<Scalars['String']>;