Skip to content

Commit 971fd41

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@9c5a634
1 parent 4e4721d commit 971fd41

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

vdp/pipeline/v1alpha/common_pb2.py

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

vdp/pipeline/v1alpha/common_pb2.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class _RoleEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
2828
"""ROLE: UNSPECIFIED"""
2929
ROLE_VIEWER: _Role.ValueType # 1
3030
"""Role: Viewer"""
31+
ROLE_EXECUTOR: _Role.ValueType # 2
32+
"""Role: Executor"""
3133

3234
class Role(_Role, metaclass=_RoleEnumTypeWrapper):
3335
"""Role"""
@@ -36,6 +38,8 @@ ROLE_UNSPECIFIED: Role.ValueType # 0
3638
"""ROLE: UNSPECIFIED"""
3739
ROLE_VIEWER: Role.ValueType # 1
3840
"""Role: Viewer"""
41+
ROLE_EXECUTOR: Role.ValueType # 2
42+
"""Role: Executor"""
3943
global___Role = Role
4044

4145
@typing_extensions.final

0 commit comments

Comments
 (0)