@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/package-lock.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zimbra/api-client",
|
|
3
3
|
"amdName": "zmApiJsClient",
|
|
4
|
-
"version": "
|
|
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
|