@zimbra/api-client 74.0.0 → 75.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": "74.0.0",
3
+ "version": "75.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": "74.0.0",
4
+ "version": "75.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",
@@ -887,8 +887,6 @@ export type ContactAttributes = {
887
887
  otherURL?: Maybe<Scalars['String']>;
888
888
  pager?: Maybe<Scalars['String']>;
889
889
  pager2?: Maybe<Scalars['String']>;
890
- phone?: Maybe<Scalars['String']>;
891
- phone2?: Maybe<Scalars['String']>;
892
890
  phoneticFirstName?: Maybe<Scalars['String']>;
893
891
  phoneticLastName?: Maybe<Scalars['String']>;
894
892
  thumbnailPhoto?: Maybe<Scalars['String']>;
@@ -966,8 +964,6 @@ export type ContactAttrsInput = {
966
964
  otherURL?: Maybe<Scalars['String']>;
967
965
  pager?: Maybe<Scalars['String']>;
968
966
  pager2?: Maybe<Scalars['String']>;
969
- phone?: Maybe<Scalars['String']>;
970
- phone2?: Maybe<Scalars['String']>;
971
967
  phoneticFirstName?: Maybe<Scalars['String']>;
972
968
  phoneticLastName?: Maybe<Scalars['String']>;
973
969
  type?: Maybe<Scalars['String']>;
@@ -1668,8 +1668,6 @@ type ContactAttributes {
1668
1668
  workEmail2: String
1669
1669
  homeEmail: String
1670
1670
  homeEmail2: String
1671
- phone: String
1672
- phone2: String
1673
1671
  companyPhone: String
1674
1672
  companyPhone2: String
1675
1673
  otherPhone: String
@@ -1774,8 +1772,6 @@ input ContactAttrsInput {
1774
1772
  workEmail2: String
1775
1773
  homeEmail: String
1776
1774
  homeEmail2: String
1777
- phone: String
1778
- phone2: String
1779
1775
  companyPhone: String
1780
1776
  companyPhone2: String
1781
1777
  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',