@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/dist/schema.graphql +0 -4
- package/dist/src/schema/generated-schema-types.d.ts +0 -4
- package/dist/zm-api-js-client.esm.js +4 -5
- 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/batch-client/index.ts +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": "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",
|
|
@@ -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
|