@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.
@@ -3445,8 +3445,7 @@ var ZimbraBatchClient = function ZimbraBatchClient() {
3445
3445
  password = _ref31.password,
3446
3446
  recoveryCode = _ref31.recoveryCode,
3447
3447
  tokenType = _ref31.tokenType,
3448
- _ref31$persistAuthTok = _ref31.persistAuthTokenCookie,
3449
- persistAuthTokenCookie = _ref31$persistAuthTok === void 0 ? true : _ref31$persistAuthTok,
3448
+ persistAuthTokenCookie = _ref31.persistAuthTokenCookie,
3450
3449
  twoFactorCode = _ref31.twoFactorCode,
3451
3450
  deviceTrusted = _ref31.deviceTrusted,
3452
3451
  csrfTokenSecured = _ref31.csrfTokenSecured;