@maxim_mazurok/gapi.client.dns-v1beta2 0.0.20240413 → 0.0.20240419

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 -5
  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://dns.googleapis.com/$discovery/rest?version=v1beta2
12
- // Revision: 20240413
12
+ // Revision: 20240419
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -524,8 +524,6 @@ declare namespace gapi.client {
524
524
  interface RRSetRoutingPolicy {
525
525
  geo?: RRSetRoutingPolicyGeoPolicy;
526
526
  geoPolicy?: RRSetRoutingPolicyGeoPolicy;
527
- /** The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks */
528
- healthCheck?: string;
529
527
  kind?: string;
530
528
  primaryBackup?: RRSetRoutingPolicyPrimaryBackupPolicy;
531
529
  wrr?: RRSetRoutingPolicyWrrPolicy;
@@ -549,8 +547,6 @@ declare namespace gapi.client {
549
547
  signatureRrdatas?: string[];
550
548
  }
551
549
  interface RRSetRoutingPolicyHealthCheckTargets {
552
- /** The Internet IP addresses to be health checked. The format matches the format of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) */
553
- externalEndpoints?: string[];
554
550
  /** Configuration for internal load balancers to be health checked. */
555
551
  internalLoadBalancers?: RRSetRoutingPolicyLoadBalancerTarget[];
556
552
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dns-v1beta2",
3
- "version": "0.0.20240413",
3
+ "version": "0.0.20240419",
4
4
  "description": "TypeScript typings for Cloud DNS API v1beta2",
5
5
  "repository": {
6
6
  "type": "git",