@googleapis/sourcerepo 4.0.0 → 4.0.2
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 +15 -0
- package/README.md +1 -1
- package/build/v1.d.ts +1 -1
- package/build/v1.js +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v4.0.1...sourcerepo-v4.0.2) (2024-06-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sourcerepo:** update the API ([1ac4bf6](https://github.com/googleapis/google-api-nodejs-client/commit/1ac4bf6c0ef40d81666abf46578d49b343743e72))
|
|
9
|
+
* **sourcerepo:** update the API ([0889507](https://github.com/googleapis/google-api-nodejs-client/commit/088950701aeffc7aa8e6f2f17f955023e05494e1))
|
|
10
|
+
|
|
11
|
+
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v4.0.0...sourcerepo-v4.0.1) (2024-06-03)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **sourcerepo:** update the API ([1ac4bf6](https://github.com/googleapis/google-api-nodejs-client/commit/1ac4bf6c0ef40d81666abf46578d49b343743e72))
|
|
17
|
+
|
|
3
18
|
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v3.0.1...sourcerepo-v4.0.0) (2024-05-02)
|
|
4
19
|
|
|
5
20
|
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# sourcerepo
|
|
4
4
|
|
|
5
|
-
> Accesses source code repositories hosted by Google.
|
|
5
|
+
> Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
package/build/v1.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare namespace sourcerepo_v1 {
|
|
|
58
58
|
/**
|
|
59
59
|
* Cloud Source Repositories API
|
|
60
60
|
*
|
|
61
|
-
* Accesses source code repositories hosted by Google.
|
|
61
|
+
* Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.
|
|
62
62
|
*
|
|
63
63
|
* @example
|
|
64
64
|
* ```js
|
package/build/v1.js
CHANGED
|
@@ -24,7 +24,7 @@ var sourcerepo_v1;
|
|
|
24
24
|
/**
|
|
25
25
|
* Cloud Source Repositories API
|
|
26
26
|
*
|
|
27
|
-
* Accesses source code repositories hosted by Google.
|
|
27
|
+
* Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.
|
|
28
28
|
*
|
|
29
29
|
* @example
|
|
30
30
|
* ```js
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -102,7 +102,7 @@ export namespace sourcerepo_v1 {
|
|
|
102
102
|
/**
|
|
103
103
|
* Cloud Source Repositories API
|
|
104
104
|
*
|
|
105
|
-
* Accesses source code repositories hosted by Google.
|
|
105
|
+
* Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.
|
|
106
106
|
*
|
|
107
107
|
* @example
|
|
108
108
|
* ```js
|