Skip to content

Commit fbfb53b

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@af4536d
1 parent 35f114d commit fbfb53b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

vdp/pipeline/v1beta/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/v1beta/common_pb2.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class _ComponentTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._
5858
"""Manipulate data."""
5959
COMPONENT_TYPE_APPLICATION: _ComponentType.ValueType # 5
6060
"""Connect with an external application."""
61+
COMPONENT_TYPE_GENERIC: _ComponentType.ValueType # 6
62+
"""Generic."""
6163

6264
class ComponentType(_ComponentType, metaclass=_ComponentTypeEnumTypeWrapper):
6365
"""ComponentType defines the component type based on its task features."""
@@ -72,6 +74,8 @@ COMPONENT_TYPE_OPERATOR: ComponentType.ValueType # 4
7274
"""Manipulate data."""
7375
COMPONENT_TYPE_APPLICATION: ComponentType.ValueType # 5
7476
"""Connect with an external application."""
77+
COMPONENT_TYPE_GENERIC: ComponentType.ValueType # 6
78+
"""Generic."""
7579
global___ComponentType = ComponentType
7680

7781
@typing_extensions.final

0 commit comments

Comments
 (0)