@maxim_mazurok/gapi.client.datamigration-v1beta1 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 +2 -7
  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 BadRequest {
48
45
  /** Describes all violations in a client request. */
@@ -70,9 +67,7 @@ declare namespace gapi.client {
70
67
  interface CloudSqlSettings {
71
68
  /** The activation policy specifies when the instance is activated; it is applicable only when the instance state is 'RUNNABLE'. Valid values: 'ALWAYS': The instance is on, and remains so even in the absence of connection requests. `NEVER`: The instance is off; it is not activated, even if a connection request arrives. */
72
69
  activationPolicy?:
73
- | 'SQL_ACTIVATION_POLICY_UNSPECIFIED'
74
- | 'ALWAYS'
75
- | 'NEVER';
70
+ 'SQL_ACTIVATION_POLICY_UNSPECIFIED' | 'ALWAYS' | 'NEVER';
76
71
  /** [default: ON] If you enable this setting, Cloud SQL checks your available storage every 30 seconds. If the available storage falls below a threshold size, Cloud SQL automatically adds additional storage capacity. If the available storage repeatedly falls below the threshold size, Cloud SQL continues to add storage until it reaches the maximum of 30 TB. */
77
72
  autoStorageIncrease?: boolean;
78
73
  /** The database flags passed to the Cloud SQL instance at startup. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.datamigration-v1beta1",
3
- "version": "0.1.20260620",
3
+ "version": "0.2.20260620",
4
4
  "description": "TypeScript typings for Database Migration API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",