@google-cloud/web-risk
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,9 @@ # Changelog | ||
### [1.1.1](https://www.github.com/googleapis/nodejs-web-risk/compare/v1.1.0...v1.1.1) (2019-06-15) | ||
### Bug Fixes | ||
* **docs:** move to new client docs URL ([#27](https://www.github.com/googleapis/nodejs-web-risk/issues/27)) ([00e3b96](https://www.github.com/googleapis/nodejs-web-risk/commit/00e3b96)) | ||
## [1.1.0](https://www.github.com/googleapis/nodejs-web-risk/compare/v1.0.1...v1.1.0) (2019-06-06) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"repository": "googleapis/nodejs-web-risk", | ||
"name": "@google-cloud/web-risk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Google LLC", | ||
@@ -6,0 +6,0 @@ "description": "Web Risk API client for Node.js", |
@@ -129,3 +129,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
[client-docs]: https://cloud.google.com/nodejs/docs/reference/web-risk/latest/ | ||
[client-docs]: https://googleapis.dev/nodejs/web-risk/latest | ||
[product-docs]: https://cloud.google.com/web-risk/docs/ | ||
@@ -132,0 +132,0 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png |
@@ -26,3 +26,3 @@ // Copyright 2019 Google LLC | ||
* | ||
* @property {string} versionToken | ||
* @property {Buffer} versionToken | ||
* The current version token of the client for the requested list (the | ||
@@ -88,3 +88,3 @@ * client version that was received from the last successful diff). | ||
* | ||
* @property {string} newVersionToken | ||
* @property {Buffer} newVersionToken | ||
* The new opaque client version token. | ||
@@ -118,3 +118,3 @@ * | ||
* | ||
* @property {string} sha256 | ||
* @property {Buffer} sha256 | ||
* The SHA256 hash of the client state; that is, of the sorted list of all | ||
@@ -216,3 +216,3 @@ * hashes present in the database. | ||
* | ||
* @property {string} hashPrefix | ||
* @property {Buffer} hashPrefix | ||
* A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 | ||
@@ -263,3 +263,3 @@ * hash. For JSON requests, this field is base64-encoded. | ||
* | ||
* @property {string} hash | ||
* @property {Buffer} hash | ||
* A 32 byte SHA256 hash. This field is in binary format. For JSON | ||
@@ -360,3 +360,3 @@ * requests, hashes are base64-encoded. | ||
* | ||
* @property {string} rawHashes | ||
* @property {Buffer} rawHashes | ||
* The hashes, in binary format, concatenated into one long string. Hashes are | ||
@@ -392,3 +392,3 @@ * sorted in lexicographic order. For JSON API users, hashes are | ||
* | ||
* @property {string} encodedData | ||
* @property {Buffer} encodedData | ||
* The encoded deltas that are encoded using the Golomb-Rice coder. | ||
@@ -395,0 +395,0 @@ * |
@@ -202,3 +202,3 @@ // Copyright 2019 Google LLC | ||
* This object should have the same structure as [Constraints]{@link google.cloud.webrisk.v1beta1.Constraints} | ||
* @param {string} [request.versionToken] | ||
* @param {Buffer} [request.versionToken] | ||
* The current version token of the client for the requested list (the | ||
@@ -318,3 +318,3 @@ * client version that was received from the last successful diff). | ||
* The request object that will be sent. | ||
* @param {string} [request.hashPrefix] | ||
* @param {Buffer} [request.hashPrefix] | ||
* A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 | ||
@@ -321,0 +321,0 @@ * hash. For JSON requests, this field is base64-encoded. |
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
69892