Skip to content

Commit a42f482

Browse files
committed
GRPC clients version 12.2.9
1 parent 02fc101 commit a42f482

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.2.8
1+
12.2.9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarifai-nodejs-grpc",
3-
"version": "12.2.8",
3+
"version": "12.2.9",
44
"description": "The official Clarifai Node.js gRPC client",
55
"main": "src/index.js",
66
"repository": "https://github.com/Clarifai/clarifai-javascript-grpc",

proto/clarifai/api/resources.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5165,6 +5165,7 @@ enum EventType {
51655165

51665166
// Event types related to compute clusters: 900-999
51675167
COMPUTE_CLUSTER_CREATE = 900 [(clarifai.api.utils.description) = "Compute clusters created"];
5168+
COMPUTE_CLUSTER_UPDATE = 902 [(clarifai.api.utils.description) = "Compute clusters updated"];
51685169
COMPUTE_CLUSTER_DELETE = 901 [(clarifai.api.utils.description) = "Compute clusters deleted"];
51695170

51705171
// Event types related to nodepools: 1000-1099

proto/clarifai/api/resources_pb.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11533,6 +11533,7 @@ export enum EventType {
1153311533
COLLABORATOR_REMOVE = 702,
1153411534
USER_UPDATE = 800,
1153511535
COMPUTE_CLUSTER_CREATE = 900,
11536+
COMPUTE_CLUSTER_UPDATE = 902,
1153611537
COMPUTE_CLUSTER_DELETE = 901,
1153711538
NODEPOOL_CREATE = 1000,
1153811539
NODEPOOL_UPDATE = 1001,

proto/clarifai/api/resources_pb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92889,6 +92889,7 @@ proto.clarifai.api.EventType = {
9288992889
COLLABORATOR_REMOVE: 702,
9289092890
USER_UPDATE: 800,
9289192891
COMPUTE_CLUSTER_CREATE: 900,
92892+
COMPUTE_CLUSTER_UPDATE: 902,
9289292893
COMPUTE_CLUSTER_DELETE: 901,
9289392894
NODEPOOL_CREATE: 1000,
9289492895
NODEPOOL_UPDATE: 1001,

0 commit comments

Comments
 (0)