@googleapis/vault 0.2.0 → 0.4.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 CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/vault-v0.3.1...vault-v0.4.0) (2022-03-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * **vault:** update the API ([762c73d](https://github.com/googleapis/google-api-nodejs-client/commit/762c73d5485d65c9ead00d6da47ec2802ffae7ca))
9
+
10
+ ### [0.3.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.3.0...vault-v0.3.1) (2021-11-08)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **vault:** update the API ([503571f](https://www.github.com/googleapis/google-api-nodejs-client/commit/503571f69e11d3e50438d0a8a7c24c22b2a66825))
16
+
17
+ ## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.2.4...vault-v0.3.0) (2021-09-14)
18
+
19
+
20
+ ### Features
21
+
22
+ * **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
23
+ * **vault:** update the API ([7dde0a1](https://www.github.com/googleapis/google-api-nodejs-client/commit/7dde0a148532f9092ac9d10b208ef51e043fd1ea))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
29
+ * upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
30
+ * **vault:** update the API ([84a3568](https://www.github.com/googleapis/google-api-nodejs-client/commit/84a3568ded3abcca3391622a2f90274f5bdd48a9))
31
+ * **vault:** update the API ([f955fe9](https://www.github.com/googleapis/google-api-nodejs-client/commit/f955fe96ed490c369f8dd6689735c2ef323be337))
32
+ * **vault:** update the API ([976867c](https://www.github.com/googleapis/google-api-nodejs-client/commit/976867c2c04e07876fce34271e58e977b1b36426))
33
+ * **vault:** update the API ([2cf2a7c](https://www.github.com/googleapis/google-api-nodejs-client/commit/2cf2a7c4b800d1cda7c84999dda8563989c92f08))
34
+ * **vault:** update the API ([8b28e90](https://www.github.com/googleapis/google-api-nodejs-client/commit/8b28e90918736c14e7edafc9d659384967e7aa8c))
35
+
36
+ ### [0.2.4](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.2.3...vault-v0.2.4) (2021-08-31)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **vault:** update the API ([f955fe9](https://www.github.com/googleapis/google-api-nodejs-client/commit/f955fe96ed490c369f8dd6689735c2ef323be337))
42
+
43
+ ### [0.2.3](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.2.2...vault-v0.2.3) (2021-06-25)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * **vault:** update the API ([976867c](https://www.github.com/googleapis/google-api-nodejs-client/commit/976867c2c04e07876fce34271e58e977b1b36426))
49
+
50
+ ### [0.2.2](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.2.1...vault-v0.2.2) (2021-05-23)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **vault:** update the API ([2cf2a7c](https://www.github.com/googleapis/google-api-nodejs-client/commit/2cf2a7c4b800d1cda7c84999dda8563989c92f08))
56
+
57
+ ### [0.2.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.2.0...vault-v0.2.1) (2021-04-21)
58
+
59
+
60
+ ### Bug Fixes
61
+
62
+ * **vault:** update the API ([8b28e90](https://www.github.com/googleapis/google-api-nodejs-client/commit/8b28e90918736c14e7edafc9d659384967e7aa8c))
63
+
3
64
  ## [0.2.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/vault-v0.1.0...vault-v0.2.0) (2021-03-18)
4
65
 
5
66
 
package/README.md CHANGED
@@ -2,42 +2,23 @@
2
2
 
3
3
  # vault
4
4
 
5
- > Archiving and eDiscovery for G Suite.
5
+ > Retention and eDiscovery for Google Workspace. To work with Vault resources, the account must have the [required Vault privileges](https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege. For example, to download an export, an account needs the **Manage Exports** privilege and the matter shared with them.
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- $ npm install googleapis
10
+ $ npm install @googleapis/vault
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
  All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client).
15
-
16
- ## Building a browser bundle
17
-
18
- This library can be used in a browser. To prepare a single file bundle, clone the
19
- [repository](https://github.com/googleapis/google-api-nodejs-client) and run
20
-
21
- ```sh
22
- $ cd src/apis/vault
23
- $ npm install
24
- $ npm run webpack
25
- ```
26
-
27
- The generated bundle will be written to `dist/vault.min.js`. Use it from your HTML file:
28
-
29
- ```html
30
- <script src="/path/to/vault.min.js"></script>
31
- <script>
32
- const { vault, auth } = Vault;
33
- </script>
34
- ```
15
+ Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/vault/classes/Vault.html).
35
16
 
36
17
  ## License
37
- This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/master/LICENSE).
18
+ This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
38
19
 
39
20
  ## Contributing
40
- We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/master/.github/CONTRIBUTING.md).
21
+ We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
41
22
 
42
23
  ## Questions/problems?
43
24
  * Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).