@googleapis/vault 3.0.0 → 3.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 +7 -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,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v3.0.0...vault-v3.0.1) (2023-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **vault:** update the API ([69fe021](https://github.com/googleapis/google-api-nodejs-client/commit/69fe02163128da6427f8a2d43c6ac447c5ee555f))
|
|
9
|
+
|
|
3
10
|
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v2.0.0...vault-v3.0.0) (2023-04-12)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -183,7 +183,7 @@ export declare namespace vault_v1 {
|
|
|
183
183
|
*/
|
|
184
184
|
export interface Schema$CloudStorageFile {
|
|
185
185
|
/**
|
|
186
|
-
* The name of the Cloud Storage bucket for the export file. You can use this value in the
|
|
186
|
+
* The name of the Cloud Storage bucket for the export file. You can use this value in the Cloud Storage [JSON API](https://cloud.google.com/storage/docs/json_api) or [XML API](https://cloud.google.com/storage/docs/xml-api), but not to list the bucket contents. Instead, you can [get individual export files](https://cloud.google.com/storage/docs/json_api/v1/objects/get) by object name.
|
|
187
187
|
*/
|
|
188
188
|
bucketName?: string | null;
|
|
189
189
|
/**
|
|
@@ -191,7 +191,7 @@ export declare namespace vault_v1 {
|
|
|
191
191
|
*/
|
|
192
192
|
md5Hash?: string | null;
|
|
193
193
|
/**
|
|
194
|
-
* The name of the Cloud Storage object for the export file. You can use this value in the
|
|
194
|
+
* The name of the Cloud Storage object for the export file. You can use this value in the Cloud Storage [JSON API](https://cloud.google.com/storage/docs/json_api) or [XML API](https://cloud.google.com/storage/docs/xml-api).
|
|
195
195
|
*/
|
|
196
196
|
objectName?: string | null;
|
|
197
197
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -235,7 +235,7 @@ export namespace vault_v1 {
|
|
|
235
235
|
*/
|
|
236
236
|
export interface Schema$CloudStorageFile {
|
|
237
237
|
/**
|
|
238
|
-
* The name of the Cloud Storage bucket for the export file. You can use this value in the
|
|
238
|
+
* The name of the Cloud Storage bucket for the export file. You can use this value in the Cloud Storage [JSON API](https://cloud.google.com/storage/docs/json_api) or [XML API](https://cloud.google.com/storage/docs/xml-api), but not to list the bucket contents. Instead, you can [get individual export files](https://cloud.google.com/storage/docs/json_api/v1/objects/get) by object name.
|
|
239
239
|
*/
|
|
240
240
|
bucketName?: string | null;
|
|
241
241
|
/**
|
|
@@ -243,7 +243,7 @@ export namespace vault_v1 {
|
|
|
243
243
|
*/
|
|
244
244
|
md5Hash?: string | null;
|
|
245
245
|
/**
|
|
246
|
-
* The name of the Cloud Storage object for the export file. You can use this value in the
|
|
246
|
+
* The name of the Cloud Storage object for the export file. You can use this value in the Cloud Storage [JSON API](https://cloud.google.com/storage/docs/json_api) or [XML API](https://cloud.google.com/storage/docs/xml-api).
|
|
247
247
|
*/
|
|
248
248
|
objectName?: string | null;
|
|
249
249
|
/**
|