@wundergraph/cosmo-connect
Advanced tools
Comparing version 0.90.0 to 0.90.1
@@ -64,3 +64,7 @@ /** | ||
*/ | ||
ERR_DEPLOYMENT_FAILED = 14 | ||
ERR_DEPLOYMENT_FAILED = 14, | ||
/** | ||
* @generated from enum value: ERR_INVALID_NAME = 15; | ||
*/ | ||
ERR_INVALID_NAME = 15 | ||
} | ||
@@ -67,0 +71,0 @@ /** |
@@ -71,2 +71,6 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
EnumStatusCode[EnumStatusCode["ERR_DEPLOYMENT_FAILED"] = 14] = "ERR_DEPLOYMENT_FAILED"; | ||
/** | ||
* @generated from enum value: ERR_INVALID_NAME = 15; | ||
*/ | ||
EnumStatusCode[EnumStatusCode["ERR_INVALID_NAME"] = 15] = "ERR_INVALID_NAME"; | ||
})(EnumStatusCode || (EnumStatusCode = {})); | ||
@@ -90,2 +94,3 @@ // Retrieve enum metadata with: proto3.getEnumType(EnumStatusCode) | ||
{ no: 14, name: "ERR_DEPLOYMENT_FAILED" }, | ||
{ no: 15, name: "ERR_INVALID_NAME" }, | ||
]); | ||
@@ -92,0 +97,0 @@ /** |
{ | ||
"name": "@wundergraph/cosmo-connect", | ||
"version": "0.90.0", | ||
"version": "0.90.1", | ||
"description": "TypeScript Connect client for WunderGraph Cosmo", | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "65a6b31f37e4cc56b441b944cb1f1576f1b29296" | ||
"gitHead": "4bfb11b6793f3d5de242818052aa418729bc3176" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2191156
37829