@googleapis/sourcerepo 1.0.8 → 3.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 +28 -0
- package/build/v1.d.ts +2 -2
- package/package.json +1 -1
- package/v1.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v2.0.0...sourcerepo-v3.0.0) (2024-04-04)
|
|
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
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **sourcerepo:** update the API ([3dad20b](https://github.com/googleapis/google-api-nodejs-client/commit/3dad20b96dabd02e4c1a5cc1a897ccd6cb07f2b9))
|
|
18
|
+
* **sourcerepo:** update the API ([1965102](https://github.com/googleapis/google-api-nodejs-client/commit/19651026aed9d4a97452b390cbc45b0bc8f97fa9))
|
|
19
|
+
|
|
20
|
+
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.8...sourcerepo-v2.0.0) (2024-03-12)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### ⚠ BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* This release has breaking changes.
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* 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))
|
|
30
|
+
|
|
3
31
|
## [1.0.8](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v1.0.7...sourcerepo-v1.0.8) (2024-02-02)
|
|
4
32
|
|
|
5
33
|
|
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
|
|
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
|
|
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
package/v1.ts
CHANGED
|
@@ -886,7 +886,7 @@ export namespace sourcerepo_v1 {
|
|
|
886
886
|
}
|
|
887
887
|
|
|
888
888
|
/**
|
|
889
|
-
* Gets the
|
|
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
|
|
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`.
|