@maxim_mazurok/gapi.client.sqladmin-v1beta4 0.0.20250610 → 0.0.20250613

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 -13
  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://sqladmin.googleapis.com/$discovery/rest?version=v1beta4
12
- // Revision: 20250610
12
+ // Revision: 20250613
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -375,8 +375,6 @@ declare namespace gapi.client {
375
375
  onPremisesConfiguration?: OnPremisesConfiguration;
376
376
  /** This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job */
377
377
  outOfDiskReport?: SqlOutOfDiskReport;
378
- /** Input only. PITR related fields added for Instance Independent PITR. */
379
- pitrFields?: PITRFields;
380
378
  /** Output only. DEPRECATED: please use write_endpoint instead. */
381
379
  primaryDnsName?: string;
382
380
  /** The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable. */
@@ -1048,16 +1046,6 @@ declare namespace gapi.client {
1048
1046
  /** The target disk shrink size in GigaBytes. */
1049
1047
  targetSizeGb?: string;
1050
1048
  }
1051
- interface PITRFields {
1052
- /** The enablement setting for PITR for MySQL. */
1053
- enableBinLog?: boolean;
1054
- /** The enablement setting for PITR for PostgreSQL. */
1055
- replicationLogArchivingEnabled?: boolean;
1056
- /** The enablement setting for PITR for SQL Server. */
1057
- sqlserverPitrEnabled?: boolean;
1058
- /** The number of transaction log days to retain for PITR */
1059
- transactionLogRetentionDays?: number;
1060
- }
1061
1049
  interface PointInTimeRestoreContext {
1062
1050
  /** Optional. The name of the allocated IP range for the internal IP Cloud SQL instance. For example: "google-managed-services-default". If you set this, then Cloud SQL creates the IP address for the cloned instance in the allocated range. This range must comply with [RFC 1035](https://tools.ietf.org/html/rfc1035) standards. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Reserved for future use. http://go/speckle-subnet-picker-clone */
1063
1051
  allocatedIpRange?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.sqladmin-v1beta4",
3
- "version": "0.0.20250610",
3
+ "version": "0.0.20250613",
4
4
  "description": "TypeScript typings for Cloud SQL Admin API v1beta4",
5
5
  "repository": {
6
6
  "type": "git",