@googleapis/sourcerepo 1.0.8 → 2.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.8...sourcerepo-v2.0.0) (2024-03-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3447](https://github.com/googleapis/google-api-nodejs-client/issues/3447)) ([873b559](https://github.com/googleapis/google-api-nodejs-client/commit/873b55950bcf04db37f08e8a62caa6e4a9b9c487))
13
+
3
14
  ## [1.0.8](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.7...sourcerepo-v1.0.8) (2024-02-02)
4
15
 
5
16
 
package/build/v1.d.ts CHANGED
@@ -480,7 +480,7 @@ export declare namespace sourcerepo_v1 {
480
480
  get(params: Params$Resource$Projects$Repos$Get, callback: BodyResponseCallback<Schema$Repo>): void;
481
481
  get(callback: BodyResponseCallback<Schema$Repo>): void;
482
482
  /**
483
- * Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
483
+ * Gets the IAM policy policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
484
484
  *
485
485
  * @param params - Parameters for request
486
486
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
@@ -522,7 +522,7 @@ export declare namespace sourcerepo_v1 {
522
522
  patch(params: Params$Resource$Projects$Repos$Patch, callback: BodyResponseCallback<Schema$Repo>): void;
523
523
  patch(callback: BodyResponseCallback<Schema$Repo>): void;
524
524
  /**
525
- * Sets the access control policy on the specified resource. Replaces any existing policy.
525
+ * Sets the IAM policy on the specified resource. Replaces any existing policy.
526
526
  *
527
527
  * @param params - Parameters for request
528
528
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sourcerepo",
3
- "version": "1.0.8",
3
+ "version": "2.0.0",
4
4
  "description": "sourcerepo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -886,7 +886,7 @@ export namespace sourcerepo_v1 {
886
886
  }
887
887
 
888
888
  /**
889
- * Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
889
+ * Gets the IAM policy policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
890
890
  *
891
891
  * @param params - Parameters for request
892
892
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
@@ -1144,7 +1144,7 @@ export namespace sourcerepo_v1 {
1144
1144
  }
1145
1145
 
1146
1146
  /**
1147
- * Sets the access control policy on the specified resource. Replaces any existing policy.
1147
+ * Sets the IAM policy on the specified resource. Replaces any existing policy.
1148
1148
  *
1149
1149
  * @param params - Parameters for request
1150
1150
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.