@google-cloud/dlp
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -110,3 +110,3 @@ { | ||
"timeout_millis": 300000, | ||
"retry_codes_name": "idempotent", | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
@@ -186,3 +186,3 @@ }, | ||
"timeout_millis": 300000, | ||
"retry_codes_name": "idempotent", | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
@@ -192,3 +192,3 @@ }, | ||
"timeout_millis": 300000, | ||
"retry_codes_name": "idempotent", | ||
"retry_codes_name": "non_idempotent", | ||
"retry_params_name": "default" | ||
@@ -195,0 +195,0 @@ } |
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.0.2](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.1...v3.0.2) (2020-07-15) | ||
### Bug Fixes | ||
* **samples:** include locations/global in parent field ([#488](https://www.github.com/googleapis/nodejs-dlp/issues/488)) ([a5ec2f3](https://www.github.com/googleapis/nodejs-dlp/commit/a5ec2f3baafbc770336596bdfe4737b61aba947e)) | ||
### [3.0.1](https://www.github.com/googleapis/nodejs-dlp/compare/v3.0.0...v3.0.1) (2020-06-15) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/dlp", | ||
"description": "DLP API client for Node.js", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "Apache-2.0", | ||
@@ -50,3 +50,3 @@ "author": "Google Inc", | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^12.0.0", | ||
@@ -64,3 +64,3 @@ "@types/sinon": "^9.0.0", | ||
"sinon": "^9.0.1", | ||
"ts-loader": "^7.0.0", | ||
"ts-loader": "^8.0.0", | ||
"typescript": "^3.8.3", | ||
@@ -67,0 +67,0 @@ "webpack": "^4.41.2", |
@@ -87,3 +87,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
const request = { | ||
parent: dlp.projectPath(projectId), | ||
parent: `projects/${projectId}/locations/global`, | ||
inspectConfig: { | ||
@@ -90,0 +90,0 @@ infoTypes: infoTypes, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 too big to display
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
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
6320299
93504