@zimbra/api-client 69.0.0 → 69.0.1

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.
@@ -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
@@ -795,8 +795,6 @@ export declare type ContactAttributes = {
795
795
  otherURL?: Maybe<Scalars['String']>;
796
796
  pager?: Maybe<Scalars['String']>;
797
797
  pager2?: Maybe<Scalars['String']>;
798
- phone?: Maybe<Scalars['String']>;
799
- phone2?: Maybe<Scalars['String']>;
800
798
  phoneticFirstName?: Maybe<Scalars['String']>;
801
799
  phoneticLastName?: Maybe<Scalars['String']>;
802
800
  thumbnailPhoto?: Maybe<Scalars['String']>;
@@ -873,8 +871,6 @@ export declare type ContactAttrsInput = {
873
871
  otherURL?: Maybe<Scalars['String']>;
874
872
  pager?: Maybe<Scalars['String']>;
875
873
  pager2?: Maybe<Scalars['String']>;
876
- phone?: Maybe<Scalars['String']>;
877
- phone2?: Maybe<Scalars['String']>;
878
874
  phoneticFirstName?: Maybe<Scalars['String']>;
879
875
  phoneticLastName?: Maybe<Scalars['String']>;
880
876
  type?: Maybe<Scalars['String']>;