@zimbra/api-client 77.0.0 → 79.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.
@@ -485,6 +485,7 @@ interface MailItem {
485
485
  type ClientInfoAttributes {
486
486
  zimbraWebClientLoginURL: String
487
487
  zimbraWebClientLogoutURL: String
488
+ zimbraWebClientSkipLogoff: Boolean
488
489
  zimbraFeatureResetPasswordStatus: ResetPasswordStatus
489
490
  }
490
491
 
@@ -1309,6 +1310,7 @@ type AccountInfoAttrs {
1309
1310
  zimbraFeatureMobileSyncEnabled: Boolean
1310
1311
  zimbraFeatureRelatedContactsEnabled: Boolean
1311
1312
  zimbraFeatureMailForwardingInFiltersEnabled: Boolean
1313
+ zimbraPasswordAllowUsername: Boolean
1312
1314
  zimbraPasswordBlockCommonEnabled: Boolean
1313
1315
  zimbraPasswordMinAlphaChars: Int
1314
1316
  zimbraPasswordMinNumericChars: Int
@@ -1,4 +1,4 @@
1
- import { gql } from '@apollo/client';
1
+ import { gql } from '@apollo/client/core';
2
2
  import get from 'lodash/get';
3
3
  import { ZimbraInMemoryCache } from '../apollo/zimbra-in-memory-cache';
4
4
  import { ZimbraSessionOptions } from './types';