clarifai-web-grpc
Advanced tools
Comparing version 10.6.3 to 10.6.4
@@ -184,2 +184,5 @@ "use strict"; | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INSTANCE_TYPE_DOES_NOT_EXIST: 26000, | ||
INSTANCE_TYPE_INVALID_ARGUMENT: 26001, | ||
INSTANCE_TYPE_INVALID_REQUEST: 26002, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -186,0 +189,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -319,3 +319,4 @@ "use strict"; | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
DEPLOYMENTS_DELETE: 146, | ||
INSTANCETYPES_GET: 148 | ||
}; | ||
@@ -322,0 +323,0 @@ /** |
@@ -184,2 +184,5 @@ "use strict"; | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INSTANCE_TYPE_DOES_NOT_EXIST: 26000, | ||
INSTANCE_TYPE_INVALID_ARGUMENT: 26001, | ||
INSTANCE_TYPE_INVALID_REQUEST: 26002, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -186,0 +189,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -319,3 +319,4 @@ "use strict"; | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
DEPLOYMENTS_DELETE: 146, | ||
INSTANCETYPES_GET: 148 | ||
}; | ||
@@ -322,0 +323,0 @@ /** |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "10.6.3", | ||
"version": "10.6.4", | ||
"description": "The official Clarifai gRPC-web client", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -163,2 +163,5 @@ import * as jspb from 'google-protobuf' | ||
DEPLOYMENT_INVALID_REQUEST = 25902, | ||
INSTANCE_TYPE_DOES_NOT_EXIST = 26000, | ||
INSTANCE_TYPE_INVALID_ARGUMENT = 26001, | ||
INSTANCE_TYPE_INVALID_REQUEST = 26002, | ||
INPUT_DOWNLOAD_SUCCESS = 30000, | ||
@@ -165,0 +168,0 @@ INPUT_DOWNLOAD_PENDING = 30001, |
@@ -186,2 +186,5 @@ // source: proto/clarifai/api/status/status_code.proto | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INSTANCE_TYPE_DOES_NOT_EXIST: 26000, | ||
INSTANCE_TYPE_INVALID_ARGUMENT: 26001, | ||
INSTANCE_TYPE_INVALID_REQUEST: 26002, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -188,0 +191,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -132,2 +132,3 @@ import * as jspb from 'google-protobuf' | ||
DEPLOYMENTS_DELETE = 146, | ||
INSTANCETYPES_GET = 148, | ||
} |
@@ -360,3 +360,4 @@ // source: proto/clarifai/auth/scope/scope.proto | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
DEPLOYMENTS_DELETE: 146, | ||
INSTANCETYPES_GET: 148 | ||
}; | ||
@@ -363,0 +364,0 @@ |
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 too big to display
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 too big to display
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 too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
18226013
463479