@google-cloud/web-risk
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -1021,2 +1021,6 @@ { | ||
"id": 12 | ||
}, | ||
"edition": { | ||
"type": "string", | ||
"id": 13 | ||
} | ||
@@ -1550,2 +1554,9 @@ } | ||
}, | ||
"unverifiedLazy": { | ||
"type": "bool", | ||
"id": 15, | ||
"options": { | ||
"default": false | ||
} | ||
}, | ||
"deprecated": { | ||
@@ -1843,3 +1854,16 @@ "type": "bool", | ||
"id": 4 | ||
}, | ||
"semantic": { | ||
"type": "Semantic", | ||
"id": 5 | ||
} | ||
}, | ||
"nested": { | ||
"Semantic": { | ||
"values": { | ||
"NONE": 0, | ||
"SET": 1, | ||
"ALIAS": 2 | ||
} | ||
} | ||
} | ||
@@ -1846,0 +1870,0 @@ } |
@@ -183,3 +183,3 @@ "use strict"; | ||
const descriptor = undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor, this._opts.fallback); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -186,0 +186,0 @@ } |
@@ -178,3 +178,3 @@ "use strict"; | ||
const descriptor = undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor, this._opts.fallback); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -181,0 +181,0 @@ } |
@@ -7,2 +7,11 @@ # Changelog | ||
## [3.1.1](https://github.com/googleapis/nodejs-web-risk/compare/v3.1.0...v3.1.1) (2022-08-23) | ||
### Bug Fixes | ||
* better support for fallback mode ([#337](https://github.com/googleapis/nodejs-web-risk/issues/337)) ([2da1386](https://github.com/googleapis/nodejs-web-risk/commit/2da138691740b8ef1264613346587839a52d083b)) | ||
* change import long to require ([#338](https://github.com/googleapis/nodejs-web-risk/issues/338)) ([50a0a67](https://github.com/googleapis/nodejs-web-risk/commit/50a0a672ffbb9b5e0cda7dc1a53e51c31b20684a)) | ||
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-web-risk/issues/1546)) ([#340](https://github.com/googleapis/nodejs-web-risk/issues/340)) ([0a19105](https://github.com/googleapis/nodejs-web-risk/commit/0a1910579ee8bf97a5b0ea20d05a39fc933d7eac)) | ||
## [3.1.0](https://github.com/googleapis/nodejs-web-risk/compare/v3.0.0...v3.1.0) (2022-06-29) | ||
@@ -9,0 +18,0 @@ |
{ | ||
"repository": "googleapis/nodejs-web-risk", | ||
"name": "@google-cloud/web-risk", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "Google LLC", | ||
@@ -40,3 +40,3 @@ "description": "Web Risk API client for Node.js", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^2.0.0", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -43,0 +43,0 @@ "null-loader": "^4.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1775686
28510