@wundergraph/cosmo-connect
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -193,2 +193,10 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
graphName: string; | ||
/** | ||
* The version to check for. If the version is not specified, the latest router config version will be returned. | ||
* Otherwise, the version will be used to check if a newer version of the router config is available. | ||
* That allow us to not send the router config if the version is the same. | ||
* | ||
* @generated from field: optional string version = 2; | ||
*/ | ||
version?: string; | ||
constructor(data?: PartialMessage<GetConfigRequest>); | ||
@@ -212,2 +220,4 @@ static readonly runtime: typeof proto3; | ||
/** | ||
* RouterConfig is the router config for the graph. It can be nil when a version is specified and the version is the same as the latest version. | ||
* | ||
* @generated from field: optional wg.cosmo.node.v1.RouterConfig config = 2; | ||
@@ -214,0 +224,0 @@ */ |
@@ -289,2 +289,10 @@ // @generated by protoc-gen-es v1.3.0 with parameter "target=ts" | ||
graphName = ""; | ||
/** | ||
* The version to check for. If the version is not specified, the latest router config version will be returned. | ||
* Otherwise, the version will be used to check if a newer version of the router config is available. | ||
* That allow us to not send the router config if the version is the same. | ||
* | ||
* @generated from field: optional string version = 2; | ||
*/ | ||
version; | ||
constructor(data) { | ||
@@ -298,2 +306,3 @@ super(); | ||
{ no: 1, name: "graph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 2, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
]); | ||
@@ -322,2 +331,4 @@ static fromBinary(bytes, options) { | ||
/** | ||
* RouterConfig is the router config for the graph. It can be nil when a version is specified and the version is the same as the latest version. | ||
* | ||
* @generated from field: optional wg.cosmo.node.v1.RouterConfig config = 2; | ||
@@ -324,0 +335,0 @@ */ |
{ | ||
"name": "@wundergraph/cosmo-connect", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "TypeScript Connect client for WunderGraph Cosmo", | ||
@@ -38,3 +38,3 @@ "scripts": { | ||
}, | ||
"gitHead": "738b2177ff89bb34d6fc6bb824fdbf553aa91489" | ||
"gitHead": "172b096f72af3a2c342f8f58102e49e3465b9912" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
648991
10409