@zimbra/api-client 68.0.0 → 69.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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
- "version": "68.0.0",
3
+ "version": "69.0.0",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
3
  "amdName": "zmApiJsClient",
4
- "version": "68.0.0",
4
+ "version": "69.0.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",
@@ -1306,7 +1306,7 @@ export class ZimbraBatchClient {
1306
1306
  password,
1307
1307
  recoveryCode,
1308
1308
  tokenType,
1309
- persistAuthTokenCookie = true,
1309
+ persistAuthTokenCookie,
1310
1310
  twoFactorCode,
1311
1311
  deviceTrusted,
1312
1312
  csrfTokenSecured