@googleapis/sourcerepo 1.0.7 → 1.0.8
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 +7 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.8](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.7...sourcerepo-v1.0.8) (2024-02-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sourcerepo:** update the API ([3dad20b](https://github.com/googleapis/google-api-nodejs-client/commit/3dad20b96dabd02e4c1a5cc1a897ccd6cb07f2b9))
|
|
9
|
+
|
|
3
10
|
## [1.0.7](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.6...sourcerepo-v1.0.7) (2024-01-05)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -110,7 +110,7 @@ export declare namespace sourcerepo_v1 {
|
|
|
110
110
|
*/
|
|
111
111
|
members?: string[] | null;
|
|
112
112
|
/**
|
|
113
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
113
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
114
114
|
*/
|
|
115
115
|
role?: string | null;
|
|
116
116
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -163,7 +163,7 @@ export namespace sourcerepo_v1 {
|
|
|
163
163
|
*/
|
|
164
164
|
members?: string[] | null;
|
|
165
165
|
/**
|
|
166
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
166
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
167
167
|
*/
|
|
168
168
|
role?: string | null;
|
|
169
169
|
}
|