@maxim_mazurok/gapi.client.dlp-v2 0.0.20241208 → 0.0.20241218

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 (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +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: 20241208
12
+ // Revision: 20241218
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1030,7 +1030,7 @@ declare namespace gapi.client {
1030
1030
  fileExtensionsSeen?: GooglePrivacyDlpV2FileExtensionInfo[];
1031
1031
  /** InfoTypes detected in this cluster. */
1032
1032
  fileStoreInfoTypeSummaries?: GooglePrivacyDlpV2FileStoreInfoTypeSummary[];
1033
- /** True if no files exist in this cluster. If the bucket had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty. */
1033
+ /** True if no files exist in this cluster. If the file store had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty. */
1034
1034
  noFilesExist?: boolean;
1035
1035
  /** The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned. */
1036
1036
  sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
@@ -1078,7 +1078,7 @@ declare namespace gapi.client {
1078
1078
  fullResource?: string;
1079
1079
  /** The time the file store was last modified. */
1080
1080
  lastModifiedTime?: string;
1081
- /** The location type of the bucket (region, dual-region, multi-region, etc). If dual-region, expect data_storage_locations to be populated. */
1081
+ /** The location type of the file store (region, dual-region, multi-region, etc). If dual-region, expect data_storage_locations to be populated. */
1082
1082
  locationType?: string;
1083
1083
  /** The name of the profile. */
1084
1084
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dlp-v2",
3
- "version": "0.0.20241208",
3
+ "version": "0.0.20241218",
4
4
  "description": "TypeScript typings for Sensitive Data Protection (DLP) v2",
5
5
  "repository": {
6
6
  "type": "git",