@maxim_mazurok/gapi.client.dlp-v2 0.0.20240218 → 0.0.20240225

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.
Files changed (3) hide show
  1. package/index.d.ts +616 -190
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20240218",
3
+ "version": "0.0.20240225",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # TypeScript typings for Sensitive Data Protection (DLP) v2
2
2
 
3
3
  Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.
4
- For detailed description please check [documentation](https://cloud.google.com/dlp/docs/).
4
+ For detailed description please check [documentation](https://cloud.google.com/sensitive-data-protection/docs/).
5
5
 
6
6
  ## Installing
7
7
 
@@ -70,7 +70,7 @@ After that you can use Sensitive Data Protection (DLP) resources: <!-- TODO: mak
70
70
 
71
71
  ```typescript
72
72
  /*
73
- Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/dlp/docs/infotypes-reference to learn more.
73
+ Returns a list of the sensitive information types that DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.
74
74
  */
75
75
  await gapi.client.dlp.infoTypes.list({});
76
76
  ```