@googleapis/verifiedaccess 0.3.2 → 0.3.3
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/build/v2.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v2.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.3](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v0.3.2...verifiedaccess-v0.3.3) (2022-07-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **verifiedaccess:** update the API ([b61d46f](https://github.com/googleapis/google-api-nodejs-client/commit/b61d46f9facc2c4082430786c9455c108fc077c2))
|
|
9
|
+
|
|
3
10
|
## [0.3.2](https://github.com/googleapis/google-api-nodejs-client/compare/verifiedaccess-v0.3.1...verifiedaccess-v0.3.2) (2022-06-21)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare namespace verifiedaccess_v1 {
|
|
|
85
85
|
challenge?: Schema$SignedData;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* 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); \}
|
|
88
|
+
* 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); \}
|
|
89
89
|
*/
|
|
90
90
|
export interface Schema$Empty {
|
|
91
91
|
}
|
package/build/v2.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare namespace verifiedaccess_v2 {
|
|
|
85
85
|
challenge?: string | null;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* 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); \}
|
|
88
|
+
* 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); \}
|
|
89
89
|
*/
|
|
90
90
|
export interface Schema$Empty {
|
|
91
91
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -138,7 +138,7 @@ export namespace verifiedaccess_v1 {
|
|
|
138
138
|
challenge?: Schema$SignedData;
|
|
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); \}
|
|
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$Empty {}
|
|
144
144
|
/**
|
package/v2.ts
CHANGED
|
@@ -138,7 +138,7 @@ export namespace verifiedaccess_v2 {
|
|
|
138
138
|
challenge?: string | null;
|
|
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); \}
|
|
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$Empty {}
|
|
144
144
|
/**
|