@googleapis/vault 0.4.0 → 0.4.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 +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v0.4.0...vault-v0.4.1) (2022-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **vault:** update the API ([fd7a6ff](https://github.com/googleapis/google-api-nodejs-client/commit/fd7a6ff5f47969279dd9156cfb2d8f436e894011))
|
|
9
|
+
|
|
3
10
|
## [0.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v0.3.1...vault-v0.4.0) (2022-03-08)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -340,7 +340,7 @@ export declare namespace vault_v1 {
|
|
|
340
340
|
*/
|
|
341
341
|
matterId?: string | null;
|
|
342
342
|
/**
|
|
343
|
-
* The export name.
|
|
343
|
+
* The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
|
|
344
344
|
*/
|
|
345
345
|
name?: string | null;
|
|
346
346
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -392,7 +392,7 @@ export namespace vault_v1 {
|
|
|
392
392
|
*/
|
|
393
393
|
matterId?: string | null;
|
|
394
394
|
/**
|
|
395
|
-
* The export name.
|
|
395
|
+
* The export name. Don't use special characters (~!$'(),;@:/?) in the name, they can prevent you from downloading exports.
|
|
396
396
|
*/
|
|
397
397
|
name?: string | null;
|
|
398
398
|
/**
|