@maxim_mazurok/gapi.client.servicemanagement-v1 0.1.20251208 → 0.1.20260129

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://servicemanagement.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20251208
12
+ // Revision: 20260129
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -861,7 +861,7 @@ declare namespace gapi.client {
861
861
  customError?: CustomError;
862
862
  /** Additional API documentation. */
863
863
  documentation?: Documentation;
864
- /** Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs. */
864
+ /** Configuration for network endpoints. If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs. WARNING: Defining any entries in the `endpoints` list disables the automatic generation of default endpoint variations (e.g., `{service}.clients6.google.com`, `content-{service}.googleapis.com`, and mTLS variants like `{service}.mtls.googleapis.com`). To retain these default variations, you are required to explicitly include your main service endpoint (e.g., `myservice.googleapis.com`) in this list alongside any other custom endpoints (like REP, GFE, etc.). */
865
865
  endpoints?: Endpoint[];
866
866
  /** A list of all enum types included in this API service. Enums referenced directly or indirectly by the `apis` are automatically included. Enums which are not referenced but shall be included should be listed here by name by the configuration author. Example: enums: - name: google.someapi.v1.SomeEnum */
867
867
  enums?: Enum[];
@@ -875,7 +875,7 @@ declare namespace gapi.client {
875
875
  logs?: LogDescriptor[];
876
876
  /** Defines the metrics used by this service. */
877
877
  metrics?: MetricDescriptor[];
878
- /** Defines the monitored resources used by this service. This is required by the Service.monitoring and Service.logging configurations. */
878
+ /** Defines the monitored resources used by this service. This is required by the `Service.monitoring` and `Service.logging` configurations. */
879
879
  monitoredResources?: MonitoredResourceDescriptor[];
880
880
  /** Monitoring configuration. */
881
881
  monitoring?: Monitoring;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicemanagement-v1",
3
- "version": "0.1.20251208",
3
+ "version": "0.1.20260129",
4
4
  "description": "TypeScript typings for Service Management API v1",
5
5
  "repository": {
6
6
  "type": "git",