@googleapis/safebrowsing 1.0.0 → 2.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,31 @@
1
1
  # Changelog
2
2
 
3
+ ### [2.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v2.0.0...safebrowsing-v2.0.1) (2022-03-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **safebrowsing:** update the API ([eae6b15](https://github.com/googleapis/google-api-nodejs-client/commit/eae6b154d8cfc020665f2ece1855bde7547007b5))
9
+
10
+ ## [2.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v1.0.0...safebrowsing-v2.0.0) (2021-09-14)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * **safebrowsing:** This release has breaking changes.
16
+
17
+ ### Features
18
+
19
+ * **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))
20
+ * **safebrowsing:** update the API ([8d2dc33](https://www.github.com/googleapis/google-api-nodejs-client/commit/8d2dc334504480e64d85c96c61aac3ca730dd802))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **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))
26
+ * **safebrowsing:** update the API ([e917163](https://www.github.com/googleapis/google-api-nodejs-client/commit/e9171631fc41fff1a7f543e8fd699de7c7336430))
27
+ * 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))
28
+
3
29
  ## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/safebrowsing-v0.1.0...safebrowsing-v1.0.0) (2021-03-18)
4
30
 
5
31
 
package/README.md CHANGED
@@ -7,37 +7,18 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- $ npm install googleapis
10
+ $ npm install @googleapis/safebrowsing
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/safebrowsing
23
- $ npm install
24
- $ npm run webpack
25
- ```
26
-
27
- The generated bundle will be written to `dist/safebrowsing.min.js`. Use it from your HTML file:
28
-
29
- ```html
30
- <script src="/path/to/safebrowsing.min.js"></script>
31
- <script>
32
- const { safebrowsing, auth } = Safebrowsing;
33
- </script>
34
- ```
15
+ Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/safebrowsing/classes/Safebrowsing.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).
package/build/v4.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare namespace safebrowsing_v4 {
78
78
  constructor(options: GlobalOptions, google?: GoogleConfigurable);
79
79
  }
80
80
  /**
81
- * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \} The JSON representation for `Empty` is empty JSON object `{\}`.
81
+ * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
82
82
  */
83
83
  export interface Schema$GoogleProtobufEmpty {
84
84
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/safebrowsing",
3
- "version": "1.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "safebrowsing",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -35,7 +35,7 @@
35
35
  "@microsoft/api-extractor": "^7.8.10",
36
36
  "gts": "^2.0.0",
37
37
  "null-loader": "^4.0.0",
38
- "ts-loader": "^8.0.0",
38
+ "ts-loader": "^9.0.0",
39
39
  "typescript": "~3.7.0",
40
40
  "webpack": "^5.0.0",
41
41
  "webpack-cli": "^4.0.0"
package/v4.ts CHANGED
@@ -138,7 +138,7 @@ export namespace safebrowsing_v4 {
138
138
  }
139
139
 
140
140
  /**
141
- * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \} The JSON representation for `Empty` is empty JSON object `{\}`.
141
+ * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
142
142
  */
143
143
  export interface Schema$GoogleProtobufEmpty {}
144
144
  /**