@maxim_mazurok/gapi.client.bigqueryconnection-v1 0.1.20260620 → 0.2.20260620

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 +1 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -39,10 +39,7 @@ declare namespace gapi.client {
39
39
  exemptedMembers?: string[];
40
40
  /** The log type that this config enables. */
41
41
  logType?:
42
- | 'LOG_TYPE_UNSPECIFIED'
43
- | 'ADMIN_READ'
44
- | 'DATA_WRITE'
45
- | 'DATA_READ';
42
+ 'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
46
43
  }
47
44
  interface AwsAccessRole {
48
45
  /** The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigqueryconnection-v1",
3
- "version": "0.1.20260620",
3
+ "version": "0.2.20260620",
4
4
  "description": "TypeScript typings for BigQuery Connection API v1",
5
5
  "repository": {
6
6
  "type": "git",