@googleapis/sourcerepo 3.0.1 → 4.0.1

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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v4.0.0...sourcerepo-v4.0.1) (2024-06-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **sourcerepo:** update the API ([1ac4bf6](https://github.com/googleapis/google-api-nodejs-client/commit/1ac4bf6c0ef40d81666abf46578d49b343743e72))
9
+
10
+ ## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v3.0.1...sourcerepo-v4.0.0) (2024-05-02)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * This release has breaking changes.
16
+
17
+ ### Features
18
+
19
+ * 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))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * **sourcerepo:** update the API ([0889507](https://github.com/googleapis/google-api-nodejs-client/commit/088950701aeffc7aa8e6f2f17f955023e05494e1))
25
+ * **sourcerepo:** update the API ([3dad20b](https://github.com/googleapis/google-api-nodejs-client/commit/3dad20b96dabd02e4c1a5cc1a897ccd6cb07f2b9))
26
+
3
27
  ## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sourcerepo-v3.0.0...sourcerepo-v3.0.1) (2024-05-02)
4
28
 
5
29
 
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sourcerepo",
3
- "version": "3.0.1",
3
+ "version": "4.0.1",
4
4
  "description": "sourcerepo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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