@maxim_mazurok/gapi.client.dlp-v2 0.0.20221001 → 0.0.20221017

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 +8 -3
  2. package/package.json +1 -1
  3. package/tests.ts +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dlp.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20221001
12
+ // Revision: 20221017
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -25,7 +25,10 @@ declare namespace gapi.client {
25
25
  interface GooglePrivacyDlpV2Action {
26
26
  /** Create a de-identified copy of the input data. */
27
27
  deidentify?: GooglePrivacyDlpV2Deidentify;
28
- /** Enable email notification for project owners and editors on job's completion/failure. */
28
+ /**
29
+ * Sends an email when the job completes. The email goes to IAM project owners and technical [Essential
30
+ * Contacts](https://cloud.google.com/resource-manager/docs/managing-notification-contacts).
31
+ */
29
32
  jobNotificationEmails?: any;
30
33
  /** Publish findings to Cloud Datahub. */
31
34
  publishFindingsToCloudDataCatalog?: any;
@@ -968,7 +971,7 @@ declare namespace gapi.client {
968
971
  interface GooglePrivacyDlpV2InfoType {
969
972
  /**
970
973
  * Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when
971
- * specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$-_]{1,64}`.
974
+ * specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern `[A-Za-z0-9$_-]{1,64}`.
972
975
  */
973
976
  name?: string;
974
977
  /** Optional version name for this InfoType. */
@@ -991,6 +994,8 @@ declare namespace gapi.client {
991
994
  displayName?: string;
992
995
  /** Internal name of the infoType. */
993
996
  name?: string;
997
+ /** The default sensitivity of the infoType. */
998
+ sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
994
999
  /** Which parts of the API supports this InfoType. */
995
1000
  supportedBy?: string[];
996
1001
  /** A list of available versions for the infotype. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20221001",
3
+ "version": "0.0.20221017",
4
4
  "description": "TypeScript typings for Cloud Data Loss Prevention (DLP) API v2",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20221001
6
+ // Revision: 20221017
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */