@maxim_mazurok/gapi.client.servicemanagement-v1 0.0.20250214 → 0.0.20250228

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 +4 -4
  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: 20250214
12
+ // Revision: 20250228
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -277,7 +277,7 @@ declare namespace gapi.client {
277
277
  pages?: Page[];
278
278
  /** A list of documentation rules that apply to individual API elements. **NOTE:** All service configuration rules follow "last one wins" order. */
279
279
  rules?: DocumentationRule[];
280
- /** Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries */
280
+ /** Specifies section and content to override the boilerplate content. Currently overrides following sections: 1. rest.service.client_libraries */
281
281
  sectionOverrides?: Page[];
282
282
  /** Specifies the service root url if the default one (the service name from the yaml file) is not suitable. This can be seen in any fully specified service urls as well as sections that show a base that other urls are relative to. */
283
283
  serviceRootUrl?: string;
@@ -289,7 +289,7 @@ declare namespace gapi.client {
289
289
  deprecationDescription?: string;
290
290
  /** Description of the selected proto element (e.g. a message, a method, a 'service' definition, or a field). Defaults to leading & trailing comments taken from the proto source definition of the proto element. */
291
291
  description?: string;
292
- /** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen. */
292
+ /** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled. */
293
293
  disableReplacementWords?: string;
294
294
  /** The selector is a comma-separated list of patterns for any element such as a method, a field, an enum value. Each pattern is a qualified name of the element which may end in "*", indicating a wildcard. Wildcards are only allowed at the end and for a whole component of the qualified name, i.e. "foo.*" is ok, but not "foo.b*" or "foo.*.bar". A wildcard will match one or more components. To specify a default for all applicable elements, the whole pattern "*" is used. */
295
295
  selector?: string;
@@ -954,7 +954,7 @@ declare namespace gapi.client {
954
954
  rules?: UsageRule[];
955
955
  }
956
956
  interface UsageRule {
957
- /** If true, the selected method allows unregistered calls, e.g. calls that don't identify any user or application. */
957
+ /** Use this rule to configure unregistered calls for the service. Unregistered calls are calls that do not contain consumer project identity. (Example: calls that do not contain an API key). WARNING: By default, API methods do not allow unregistered calls, and each method call must be identified by a consumer project identity. */
958
958
  allowUnregisteredCalls?: boolean;
959
959
  /** Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details. */
960
960
  selector?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicemanagement-v1",
3
- "version": "0.0.20250214",
3
+ "version": "0.0.20250228",
4
4
  "description": "TypeScript typings for Service Management API v1",
5
5
  "repository": {
6
6
  "type": "git",