@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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
- "version": "83.0.0",
3
+ "version": "83.1.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -3173,17 +3173,6 @@
3173
3173
  "node-fetch": "^2.6.7",
3174
3174
  "undici": "^5.12.0",
3175
3175
  "web-streams-polyfill": "^3.2.0"
3176
- },
3177
- "dependencies": {
3178
- "undici": {
3179
- "version": "5.14.0",
3180
- "resolved": "https://registry.npmjs.org/undici/-/undici-5.14.0.tgz",
3181
- "integrity": "sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==",
3182
- "dev": true,
3183
- "requires": {
3184
- "busboy": "^1.6.0"
3185
- }
3186
- }
3187
3176
  }
3188
3177
  },
3189
3178
  "@wry/context": {
@@ -9949,10 +9938,13 @@
9949
9938
  "dev": true
9950
9939
  },
9951
9940
  "undici": {
9952
- "version": "5.9.1",
9953
- "resolved": "https://registry.npmjs.org/undici/-/undici-5.9.1.tgz",
9954
- "integrity": "sha512-6fB3a+SNnWEm4CJbgo0/CWR8RGcOCQP68SF4X0mxtYTq2VNN8T88NYrWVBAeSX+zb7bny2dx2iYhP3XHi00omg==",
9955
- "dev": true
9941
+ "version": "5.19.1",
9942
+ "resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
9943
+ "integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
9944
+ "dev": true,
9945
+ "requires": {
9946
+ "busboy": "^1.6.0"
9947
+ }
9956
9948
  },
9957
9949
  "unicode-canonical-property-names-ecmascript": {
9958
9950
  "version": "2.0.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
3
  "amdName": "zmApiJsClient",
4
- "version": "83.0.0",
4
+ "version": "83.1.0",
5
5
  "description": "Zimbra JS API Client and GraphQL client for making requests against the Zimbra SOAP API.",
6
6
  "main": "dist/zm-api-js-client.js",
7
7
  "source": "index.ts",
@@ -86,6 +86,8 @@ export 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']>;
@@ -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 {