@googleapis/servicenetworking 10.0.0 → 11.0.0
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.
- package/CHANGELOG.md +11 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [11.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v10.0.0...servicenetworking-v11.0.0) (2023-04-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#3211](https://github.com/googleapis/google-api-nodejs-client/issues/3211)) ([e2d966e](https://github.com/googleapis/google-api-nodejs-client/commit/e2d966e089bf8e743dbfc83af8ef3b37a0f4c83d))
|
|
13
|
+
|
|
3
14
|
## [10.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v9.2.0...servicenetworking-v10.0.0) (2023-04-08)
|
|
4
15
|
|
|
5
16
|
|
package/build/v1.d.ts
CHANGED
|
@@ -1585,7 +1585,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
1585
1585
|
*/
|
|
1586
1586
|
methodSettings?: Schema$MethodSettings[];
|
|
1587
1587
|
/**
|
|
1588
|
-
* Link to a
|
|
1588
|
+
* Link to a *public* URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
1589
1589
|
*/
|
|
1590
1590
|
newIssueUri?: string | null;
|
|
1591
1591
|
/**
|
package/build/v1beta.d.ts
CHANGED
|
@@ -1430,7 +1430,7 @@ export declare namespace servicenetworking_v1beta {
|
|
|
1430
1430
|
*/
|
|
1431
1431
|
methodSettings?: Schema$MethodSettings[];
|
|
1432
1432
|
/**
|
|
1433
|
-
* Link to a
|
|
1433
|
+
* Link to a *public* URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
1434
1434
|
*/
|
|
1435
1435
|
newIssueUri?: string | null;
|
|
1436
1436
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -1613,7 +1613,7 @@ export namespace servicenetworking_v1 {
|
|
|
1613
1613
|
*/
|
|
1614
1614
|
methodSettings?: Schema$MethodSettings[];
|
|
1615
1615
|
/**
|
|
1616
|
-
* Link to a
|
|
1616
|
+
* Link to a *public* URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
1617
1617
|
*/
|
|
1618
1618
|
newIssueUri?: string | null;
|
|
1619
1619
|
/**
|
package/v1beta.ts
CHANGED
|
@@ -1460,7 +1460,7 @@ export namespace servicenetworking_v1beta {
|
|
|
1460
1460
|
*/
|
|
1461
1461
|
methodSettings?: Schema$MethodSettings[];
|
|
1462
1462
|
/**
|
|
1463
|
-
* Link to a
|
|
1463
|
+
* Link to a *public* URI where users can report issues. Example: https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
1464
1464
|
*/
|
|
1465
1465
|
newIssueUri?: string | null;
|
|
1466
1466
|
/**
|