@zimbra/api-client 85.0.3 → 86.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.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zimbra/api-client",
3
3
  "amdName": "zmApiJsClient",
4
- "version": "85.0.3",
4
+ "version": "86.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",
@@ -27,7 +27,7 @@
27
27
  "size": "echo \"Gzipped Size: $(gzip-size $npm_package_main | pretty-bytes)\"",
28
28
  "prepublishOnly": "npm test && npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags",
29
29
  "publish:beta": "npm publish --tag=beta",
30
- "security:audit": "audit-ci --moderate --report-type summary --pass-enoaudit --skip-dev",
30
+ "security:audit": "npx audit-ci@^6 --moderate --report-type summary --pass-enoaudit --skip-dev",
31
31
  "prepare": "is-ci || husky install"
32
32
  },
33
33
  "keywords": [
@@ -43,19 +43,19 @@
43
43
  ]
44
44
  },
45
45
  "dependencies": {
46
- "@apollo/client": "^3.4.16",
47
- "dataloader": "^2.1.0",
46
+ "@apollo/client": "3.4.16",
47
+ "@graphql-tools/schema": "^9.0.17",
48
+ "dataloader": "^2.2.2",
48
49
  "graphql": "^15.8.0",
49
- "graphql-tools": "^8.2.9",
50
50
  "lodash": "^4.17.21",
51
51
  "mitt": "^3.0.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/cli": "^7.17.10",
55
- "@babel/core": "^7.17.10",
56
- "@babel/plugin-proposal-class-properties": "^7.16.7",
57
- "@babel/preset-env": "^7.17.10",
58
- "@babel/preset-typescript": "^7.16.7",
55
+ "@babel/core": "^7.18.2",
56
+ "@babel/plugin-proposal-class-properties": "^7.17.12",
57
+ "@babel/preset-env": "^7.18.2",
58
+ "@babel/preset-typescript": "^7.17.12",
59
59
  "@babel/register": "^7.17.7",
60
60
  "@graphql-codegen/cli": "^2.6.2",
61
61
  "@graphql-codegen/typescript": "^2.4.11",
@@ -65,28 +65,27 @@
65
65
  "@rollup/plugin-typescript": "^8.3.2",
66
66
  "@types/graphql": "^14.5.0",
67
67
  "@types/lodash": "^4.14.182",
68
- "@types/node": "^17.0.32",
68
+ "@types/node": "^17.0.35",
69
69
  "@types/whatwg-fetch": "^0.0.33",
70
- "audit-ci": "^6.2.0",
71
70
  "babel-plugin-lodash": "^3.3.4",
72
- "chai": "^4.3.6",
71
+ "chai": "^4.3.7",
73
72
  "copyfiles": "^2.4.1",
74
73
  "cross-var": "^1.1.0",
75
- "husky": "^8.0.1",
74
+ "husky": "^8.0.3",
76
75
  "is-ci": "^3.0.1",
77
- "lint-staged": "^12.4.1",
78
- "mocha": "^10.0.0",
76
+ "lint-staged": "^13.2.0",
77
+ "mocha": "^10.2.0",
79
78
  "npm-run-all": "^4.1.5",
80
79
  "prettier": "^2.6.2",
81
80
  "rimraf": "^3.0.2",
82
- "rollup": "^2.72.1",
81
+ "rollup": "^2.75.0",
83
82
  "rollup-plugin-graphql": "^0.1.0",
84
83
  "rollup-plugin-local-resolve": "^1.0.7",
85
- "tslib": "^2.4.0",
84
+ "tslib": "^2.5.0",
86
85
  "tslint": "^6.1.3",
87
86
  "tslint-config-prettier": "^1.18.0",
88
87
  "tslint-plugin-prettier": "^2.3.0",
89
- "typescript": "^4.6.4",
88
+ "typescript": "^4.7.2",
90
89
  "uglify-js": "^3.15.5"
91
90
  }
92
91
  }
package/rollup.config.js CHANGED
@@ -15,8 +15,8 @@ let external = FORMAT==='es' ?
15
15
  Object.keys(pkg.dependencies)
16
16
  .concat(
17
17
  ['castArray', 'get','isError', 'isObject', 'mapValues', 'reduce', 'omitBy', 'uniqBy', 'concat', 'uniqBy', 'differenceBy', 'forEach'].map(v => 'lodash/'+v),
18
- ['graphql', '@graphql-tools/schema']) :
19
- ['@graphql-tools/schema'];
18
+ ['graphql']) :
19
+ [];
20
20
 
21
21
 
22
22
  export default {
@@ -118,6 +118,7 @@ export type AccountInfoAttrs = {
118
118
  zimbraFeatureReadReceiptsEnabled?: Maybe<Scalars['Boolean']>;
119
119
  zimbraFeatureRelatedContactsEnabled?: Maybe<Scalars['Boolean']>;
120
120
  zimbraFeatureResetPasswordStatus?: Maybe<ResetPasswordStatus>;
121
+ zimbraFeatureRetentionPolicyEnabled?: Maybe<Scalars['Boolean']>;
121
122
  zimbraFeatureSharingEnabled?: Maybe<Scalars['Boolean']>;
122
123
  zimbraFeatureTaggingEnabled?: Maybe<Scalars['Boolean']>;
123
124
  zimbraFeatureTasksEnabled?: Maybe<Scalars['Boolean']>;
@@ -1331,6 +1331,7 @@ type AccountInfoAttrs {
1331
1331
  zimbraFeatureRelatedContactsEnabled: Boolean
1332
1332
  zimbraFeatureMailForwardingEnabled: Boolean
1333
1333
  zimbraFeatureMailForwardingInFiltersEnabled: Boolean
1334
+ zimbraFeatureRetentionPolicyEnabled: Boolean
1334
1335
  zimbraPasswordAllowUsername: Boolean
1335
1336
  zimbraPasswordBlockCommonEnabled: Boolean
1336
1337
  zimbraPasswordMinAlphaChars: Int