@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/.tmp/introspected-schema.json +31072 -0
- package/dist/schema.graphql +0 -4
- package/dist/src/schema/generated-schema-types.d.ts +0 -4
- package/dist/zm-api-js-client.esm.js +3 -3
- package/dist/zm-api-js-client.esm.js.map +1 -1
- package/dist/zm-api-js-client.js +1 -1
- package/dist/zm-api-js-client.js.map +1 -1
- package/dist/zm-api-js-client.umd.js +1 -1
- package/dist/zm-api-js-client.umd.js.map +1 -1
- package/package-lock.json +1 -1
- package/package.json +1 -1
- package/src/schema/generated-schema-types.ts +0 -4
- package/src/schema/schema.graphql +0 -4
- package/src/utils/normalize-otherAttribute-contact.ts +0 -2
package/dist/schema.graphql
CHANGED
|
@@ -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
|
|
@@ -798,8 +798,6 @@ export declare type ContactAttributes = {
|
|
|
798
798
|
otherURL?: Maybe<Scalars['String']>;
|
|
799
799
|
pager?: Maybe<Scalars['String']>;
|
|
800
800
|
pager2?: Maybe<Scalars['String']>;
|
|
801
|
-
phone?: Maybe<Scalars['String']>;
|
|
802
|
-
phone2?: Maybe<Scalars['String']>;
|
|
803
801
|
phoneticFirstName?: Maybe<Scalars['String']>;
|
|
804
802
|
phoneticLastName?: Maybe<Scalars['String']>;
|
|
805
803
|
thumbnailPhoto?: Maybe<Scalars['String']>;
|
|
@@ -876,8 +874,6 @@ export declare type ContactAttrsInput = {
|
|
|
876
874
|
otherURL?: Maybe<Scalars['String']>;
|
|
877
875
|
pager?: Maybe<Scalars['String']>;
|
|
878
876
|
pager2?: Maybe<Scalars['String']>;
|
|
879
|
-
phone?: Maybe<Scalars['String']>;
|
|
880
|
-
phone2?: Maybe<Scalars['String']>;
|
|
881
877
|
phoneticFirstName?: Maybe<Scalars['String']>;
|
|
882
878
|
phoneticLastName?: Maybe<Scalars['String']>;
|
|
883
879
|
type?: Maybe<Scalars['String']>;
|