clarifai-web-grpc
Advanced tools
Comparing version 10.5.0 to 10.5.1
@@ -181,2 +181,5 @@ "use strict"; | ||
COMPUTE_CLUSTER_INVALID_REQUEST: 25802, | ||
DEPLOYMENT_DOES_NOT_EXIST: 25900, | ||
DEPLOYMENT_INVALID_ARGUMENT: 25901, | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -183,0 +186,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -316,3 +316,6 @@ "use strict"; | ||
COMPUTECLUSTERS_ADD: 140, | ||
COMPUTECLUSTERS_DELETE: 141 | ||
COMPUTECLUSTERS_DELETE: 141, | ||
DEPLOYMENTS_GET: 144, | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
}; | ||
@@ -319,0 +322,0 @@ /** |
@@ -181,2 +181,5 @@ "use strict"; | ||
COMPUTE_CLUSTER_INVALID_REQUEST: 25802, | ||
DEPLOYMENT_DOES_NOT_EXIST: 25900, | ||
DEPLOYMENT_INVALID_ARGUMENT: 25901, | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -183,0 +186,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -316,3 +316,6 @@ "use strict"; | ||
COMPUTECLUSTERS_ADD: 140, | ||
COMPUTECLUSTERS_DELETE: 141 | ||
COMPUTECLUSTERS_DELETE: 141, | ||
DEPLOYMENTS_GET: 144, | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
}; | ||
@@ -319,0 +322,0 @@ /** |
{ | ||
"name": "clarifai-web-grpc", | ||
"version": "10.5.0", | ||
"version": "10.5.1", | ||
"description": "The official Clarifai gRPC-web client", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -160,2 +160,5 @@ import * as jspb from 'google-protobuf' | ||
COMPUTE_CLUSTER_INVALID_REQUEST = 25802, | ||
DEPLOYMENT_DOES_NOT_EXIST = 25900, | ||
DEPLOYMENT_INVALID_ARGUMENT = 25901, | ||
DEPLOYMENT_INVALID_REQUEST = 25902, | ||
INPUT_DOWNLOAD_SUCCESS = 30000, | ||
@@ -162,0 +165,0 @@ INPUT_DOWNLOAD_PENDING = 30001, |
@@ -183,2 +183,5 @@ // source: proto/clarifai/api/status/status_code.proto | ||
COMPUTE_CLUSTER_INVALID_REQUEST: 25802, | ||
DEPLOYMENT_DOES_NOT_EXIST: 25900, | ||
DEPLOYMENT_INVALID_ARGUMENT: 25901, | ||
DEPLOYMENT_INVALID_REQUEST: 25902, | ||
INPUT_DOWNLOAD_SUCCESS: 30000, | ||
@@ -185,0 +188,0 @@ INPUT_DOWNLOAD_PENDING: 30001, |
@@ -129,2 +129,5 @@ import * as jspb from 'google-protobuf' | ||
COMPUTECLUSTERS_DELETE = 141, | ||
DEPLOYMENTS_GET = 144, | ||
DEPLOYMENTS_ADD = 145, | ||
DEPLOYMENTS_DELETE = 146, | ||
} |
@@ -357,3 +357,6 @@ // source: proto/clarifai/auth/scope/scope.proto | ||
COMPUTECLUSTERS_ADD: 140, | ||
COMPUTECLUSTERS_DELETE: 141 | ||
COMPUTECLUSTERS_DELETE: 141, | ||
DEPLOYMENTS_GET: 144, | ||
DEPLOYMENTS_ADD: 145, | ||
DEPLOYMENTS_DELETE: 146 | ||
}; | ||
@@ -360,0 +363,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18082874
459942