@maxim_mazurok/gapi.client.servicenetworking-v1 0.0.20250519 → 0.0.20250521

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: 20250519
12
+ // Revision: 20250521
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1404,11 +1404,11 @@ declare namespace gapi.client {
1404
1404
  fields?: string;
1405
1405
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1406
1406
  key?: string;
1407
- /** The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345` that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network. */
1407
+ /** Required. The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345` that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network. */
1408
1408
  network?: string;
1409
1409
  /** OAuth 2.0 token for the current user. */
1410
1410
  oauth_token?: string;
1411
- /** The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter value, all configured peering services are listed. */
1411
+ /** Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. If you specify `services/-` as the parameter value, all configured peering services are listed. */
1412
1412
  parent: string;
1413
1413
  /** Returns response with indentations and line breaks. */
1414
1414
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.servicenetworking-v1",
3
- "version": "0.0.20250519",
3
+ "version": "0.0.20250521",
4
4
  "description": "TypeScript typings for Service Networking API v1",
5
5
  "repository": {
6
6
  "type": "git",