@daocloud-proto/hydra 0.11.0-dev-44 → 0.11.0-dev-45

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.
@@ -10,6 +10,12 @@ export type RegisterServerRequest = {
10
10
  clusterName?: string
11
11
  serverName?: string
12
12
  host?: string
13
+ grpcConfig?: GRPCConfig
14
+ }
15
+
16
+ export type GRPCConfig = {
17
+ plaintext?: boolean
18
+ insecure?: boolean
13
19
  }
14
20
 
15
21
  export type UnregisterServerRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-44",
3
+ "version": "v0.11.0-dev-45",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"