@maxim_mazurok/gapi.client.servicenetworking-v1 0.0.20250217 → 0.0.20250219

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://servicenetworking.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250217
12
+ // Revision: 20250219
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -371,7 +371,7 @@ declare namespace gapi.client {
371
371
  pages?: Page[];
372
372
  /** A list of documentation rules that apply to individual API elements. **NOTE:** All service configuration rules follow "last one wins" order. */
373
373
  rules?: DocumentationRule[];
374
- /** Specifies section and content to override boilerplate content provided by go/api-docgen. Currently overrides following sections: 1. rest.service.client_libraries */
374
+ /** Specifies section and content to override the boilerplate content. Currently overrides following sections: 1. rest.service.client_libraries */
375
375
  sectionOverrides?: Page[];
376
376
  /** 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. */
377
377
  serviceRootUrl?: string;
@@ -383,7 +383,7 @@ declare namespace gapi.client {
383
383
  deprecationDescription?: string;
384
384
  /** 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. */
385
385
  description?: string;
386
- /** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled by go/api-docgen. */
386
+ /** String of comma or space separated case-sensitive words for which method/field name replacement will be disabled. */
387
387
  disableReplacementWords?: string;
388
388
  /** 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. */
389
389
  selector?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicenetworking-v1",
3
- "version": "0.0.20250217",
3
+ "version": "0.0.20250219",
4
4
  "description": "TypeScript typings for Service Networking API v1",
5
5
  "repository": {
6
6
  "type": "git",