@wundergraph/cosmo-connect
Advanced tools
Comparing version 0.67.0 to 0.68.0
@@ -361,2 +361,6 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
}; | ||
/** | ||
* @generated from field: optional string graphql_client_schema = 7; | ||
*/ | ||
graphqlClientSchema?: string; | ||
constructor(data?: PartialMessage<EngineConfiguration>); | ||
@@ -363,0 +367,0 @@ static readonly runtime: typeof proto3; |
@@ -543,2 +543,6 @@ // @generated by protoc-gen-es v1.4.1 with parameter "target=ts" | ||
stringStorage = {}; | ||
/** | ||
* @generated from field: optional string graphql_client_schema = 7; | ||
*/ | ||
graphqlClientSchema; | ||
constructor(data) { | ||
@@ -557,2 +561,3 @@ super(); | ||
{ no: 6, name: "string_storage", kind: "map", K: 9 /* ScalarType.STRING */, V: { kind: "scalar", T: 9 /* ScalarType.STRING */ } }, | ||
{ no: 7, name: "graphql_client_schema", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
]); | ||
@@ -559,0 +564,0 @@ static fromBinary(bytes, options) { |
{ | ||
"name": "@wundergraph/cosmo-connect", | ||
"version": "0.67.0", | ||
"version": "0.68.0", | ||
"description": "TypeScript Connect client for WunderGraph Cosmo", | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "e13c5fd0830e3289dd9af0093ee5fb523950cda6" | ||
"gitHead": "da53dd4fec58959cbcbed71f3b627812384cb722" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1836333
30938