@zimbra/api-client 68.0.0 → 69.0.2

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.2",
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.2",
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
@@ -884,8 +884,6 @@ export type ContactAttributes = {
884
884
  otherURL?: Maybe<Scalars['String']>;
885
885
  pager?: Maybe<Scalars['String']>;
886
886
  pager2?: Maybe<Scalars['String']>;
887
- phone?: Maybe<Scalars['String']>;
888
- phone2?: Maybe<Scalars['String']>;
889
887
  phoneticFirstName?: Maybe<Scalars['String']>;
890
888
  phoneticLastName?: Maybe<Scalars['String']>;
891
889
  thumbnailPhoto?: Maybe<Scalars['String']>;
@@ -963,8 +961,6 @@ export type ContactAttrsInput = {
963
961
  otherURL?: Maybe<Scalars['String']>;
964
962
  pager?: Maybe<Scalars['String']>;
965
963
  pager2?: Maybe<Scalars['String']>;
966
- phone?: Maybe<Scalars['String']>;
967
- phone2?: Maybe<Scalars['String']>;
968
964
  phoneticFirstName?: Maybe<Scalars['String']>;
969
965
  phoneticLastName?: Maybe<Scalars['String']>;
970
966
  type?: Maybe<Scalars['String']>;
@@ -1655,8 +1655,6 @@ type ContactAttributes {
1655
1655
  workEmail2: String
1656
1656
  homeEmail: String
1657
1657
  homeEmail2: String
1658
- phone: String
1659
- phone2: String
1660
1658
  companyPhone: String
1661
1659
  companyPhone2: String
1662
1660
  otherPhone: String
@@ -1761,8 +1759,6 @@ input ContactAttrsInput {
1761
1759
  workEmail2: String
1762
1760
  homeEmail: String
1763
1761
  homeEmail2: String
1764
- phone: String
1765
- phone2: String
1766
1762
  companyPhone: String
1767
1763
  companyPhone2: String
1768
1764
  otherPhone: String
@@ -20,8 +20,6 @@ const supportedContactAttributes = [
20
20
  'workEmail2',
21
21
  'homeEmail',
22
22
  'homeEmail2',
23
- 'phone',
24
- 'phone2',
25
23
  'companyPhone',
26
24
  'companyPhone2',
27
25
  'otherPhone',