Skip to content

Commit cf85ba8

Browse files
committed
GRPC clients version 11.8.2
1 parent 4ed7836 commit cf85ba8

File tree

3 files changed

+493
-487
lines changed

3 files changed

+493
-487
lines changed

clarifai_grpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "11.8.1"
1+
__version__ = "11.8.2"
22

33
import os
44

clarifai_grpc/grpc/api/resources_pb2.py

Lines changed: 486 additions & 486 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clarifai_grpc/grpc/api/resources_pb2.pyi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4764,6 +4764,7 @@ class Key(google.protobuf.message.Message):
47644764
CREATED_AT_FIELD_NUMBER: builtins.int
47654765
EXPIRES_AT_FIELD_NUMBER: builtins.int
47664766
AUTHORIZED_IDP_IDS_FIELD_NUMBER: builtins.int
4767+
ORGANIZATION_ID_FIELD_NUMBER: builtins.int
47674768
id: builtins.str
47684769
"""The id of this key, it is used for authorization."""
47694770
type: builtins.str
@@ -4803,6 +4804,8 @@ class Key(google.protobuf.message.Message):
48034804
self,
48044805
) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
48054806
"""list of idp ids at which key is currently authorized"""
4807+
organization_id: builtins.str
4808+
"""The organization associated with the key, if any. This is applicable only for PAT keys."""
48064809
def __init__(
48074810
self,
48084811
*,
@@ -4815,6 +4818,7 @@ class Key(google.protobuf.message.Message):
48154818
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
48164819
expires_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
48174820
authorized_idp_ids: collections.abc.Iterable[builtins.str] | None = ...,
4821+
organization_id: builtins.str = ...,
48184822
) -> None: ...
48194823
def HasField(
48204824
self,
@@ -4839,6 +4843,8 @@ class Key(google.protobuf.message.Message):
48394843
b"expires_at",
48404844
"id",
48414845
b"id",
4846+
"organization_id",
4847+
b"organization_id",
48424848
"scopes",
48434849
b"scopes",
48444850
"type",

0 commit comments

Comments
 (0)