sapiopycommons 2025.8.18a712__py3-none-any.whl → 2025.8.20a713__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of sapiopycommons might be problematic. Click here for more details.

Files changed (51) hide show
  1. sapiopycommons/ai/converter_service_base.py +19 -4
  2. sapiopycommons/ai/protoapi/fielddefinitions/fields_pb2.py +43 -0
  3. sapiopycommons/ai/{api/fielddefinitions/proto → protoapi/fielddefinitions}/fields_pb2_grpc.py +1 -1
  4. sapiopycommons/ai/protoapi/fielddefinitions/velox_field_def_pb2.py +123 -0
  5. sapiopycommons/ai/{api/plan/item/proto/item_container_pb2_grpc.py → protoapi/fielddefinitions/velox_field_def_pb2_grpc.py} +1 -1
  6. sapiopycommons/ai/protoapi/plan/converter/converter_pb2.py +51 -0
  7. sapiopycommons/ai/{api/plan/converter/proto → protoapi/plan/converter}/converter_pb2.pyi +22 -20
  8. sapiopycommons/ai/{api/plan/converter/proto → protoapi/plan/converter}/converter_pb2_grpc.py +14 -14
  9. sapiopycommons/ai/protoapi/plan/item/item_container_pb2.py +55 -0
  10. sapiopycommons/ai/protoapi/plan/item/item_container_pb2_grpc.py +24 -0
  11. sapiopycommons/ai/protoapi/plan/script/script_pb2.py +59 -0
  12. sapiopycommons/ai/{api/plan/script/proto → protoapi/plan/script}/script_pb2.pyi +12 -12
  13. sapiopycommons/ai/{api/plan/script/proto → protoapi/plan/script}/script_pb2_grpc.py +14 -14
  14. sapiopycommons/ai/protoapi/plan/step_output_pb2.py +45 -0
  15. sapiopycommons/ai/{api/plan/proto → protoapi/plan}/step_output_pb2_grpc.py +1 -1
  16. sapiopycommons/ai/protoapi/plan/step_pb2.py +43 -0
  17. sapiopycommons/ai/{api/plan/proto → protoapi/plan}/step_pb2_grpc.py +1 -1
  18. sapiopycommons/ai/protoapi/plan/tool/entry_pb2.py +41 -0
  19. sapiopycommons/ai/protoapi/plan/tool/entry_pb2.pyi +35 -0
  20. sapiopycommons/ai/{api/plan/tool/proto → protoapi/plan/tool}/entry_pb2_grpc.py +1 -1
  21. sapiopycommons/ai/protoapi/plan/tool/tool_pb2.py +75 -0
  22. sapiopycommons/ai/{api/plan/tool/proto → protoapi/plan/tool}/tool_pb2.pyi +50 -50
  23. sapiopycommons/ai/{api/plan/tool/proto → protoapi/plan/tool}/tool_pb2_grpc.py +14 -14
  24. sapiopycommons/ai/protoapi/session/sapio_conn_info_pb2.py +39 -0
  25. sapiopycommons/ai/{api/session/proto → protoapi/session}/sapio_conn_info_pb2_grpc.py +1 -1
  26. sapiopycommons/ai/protobuf_utils.py +2 -2
  27. sapiopycommons/ai/server.py +3 -3
  28. sapiopycommons/ai/test_client.py +8 -10
  29. sapiopycommons/ai/tool_service_base.py +7 -7
  30. {sapiopycommons-2025.8.18a712.dist-info → sapiopycommons-2025.8.20a713.dist-info}/METADATA +1 -1
  31. {sapiopycommons-2025.8.18a712.dist-info → sapiopycommons-2025.8.20a713.dist-info}/RECORD +39 -39
  32. sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.py +0 -43
  33. sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.py +0 -123
  34. sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2_grpc.py +0 -24
  35. sapiopycommons/ai/api/plan/converter/proto/converter_pb2.py +0 -50
  36. sapiopycommons/ai/api/plan/item/proto/item_container_pb2.py +0 -55
  37. sapiopycommons/ai/api/plan/proto/step_output_pb2.py +0 -45
  38. sapiopycommons/ai/api/plan/proto/step_pb2.py +0 -43
  39. sapiopycommons/ai/api/plan/script/proto/script_pb2.py +0 -59
  40. sapiopycommons/ai/api/plan/tool/proto/entry_pb2.py +0 -41
  41. sapiopycommons/ai/api/plan/tool/proto/entry_pb2.pyi +0 -35
  42. sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py +0 -75
  43. sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.py +0 -39
  44. /sapiopycommons/ai/{api/fielddefinitions/proto → protoapi/fielddefinitions}/fields_pb2.pyi +0 -0
  45. /sapiopycommons/ai/{api/fielddefinitions/proto → protoapi/fielddefinitions}/velox_field_def_pb2.pyi +0 -0
  46. /sapiopycommons/ai/{api/plan/item/proto → protoapi/plan/item}/item_container_pb2.pyi +0 -0
  47. /sapiopycommons/ai/{api/plan/proto → protoapi/plan}/step_output_pb2.pyi +0 -0
  48. /sapiopycommons/ai/{api/plan/proto → protoapi/plan}/step_pb2.pyi +0 -0
  49. /sapiopycommons/ai/{api/session/proto → protoapi/session}/sapio_conn_info_pb2.pyi +0 -0
  50. {sapiopycommons-2025.8.18a712.dist-info → sapiopycommons-2025.8.20a713.dist-info}/WHEEL +0 -0
  51. {sapiopycommons-2025.8.18a712.dist-info → sapiopycommons-2025.8.20a713.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,39 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: sapiopycommons/ai/protoapi/session/sapio_conn_info.proto
5
+ # Protobuf Python Version: 5.29.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 29,
16
+ 0,
17
+ '',
18
+ 'sapiopycommons/ai/protoapi/session/sapio_conn_info.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+
26
+
27
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8sapiopycommons/ai/protoapi/session/sapio_conn_info.proto\"\xb6\x01\n\x16SapioConnectionInfoPbo\x12\x16\n\x0ewebservice_url\x18\x01 \x01(\t\x12\x10\n\x08rmi_host\x18\x02 \x03(\t\x12\x10\n\x08rmi_port\x18\x03 \x01(\x05\x12\x10\n\x08\x61pp_guid\x18\x04 \x01(\t\x12\x10\n\x08username\x18\x05 \x01(\t\x12,\n\x0bsecret_type\x18\x06 \x01(\x0e\x32\x17.SapioUserSecretTypePbo\x12\x0e\n\x06secret\x18\x07 \x01(\t*9\n\x16SapioUserSecretTypePbo\x12\x11\n\rSESSION_TOKEN\x10\x00\x12\x0c\n\x08PASSWORD\x10\x01\x42\x1e\n\x1a\x63om.velox.protoapi.sessionP\x01\x62\x06proto3')
28
+
29
+ _globals = globals()
30
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.protoapi.session.sapio_conn_info_pb2', _globals)
32
+ if not _descriptor._USE_C_DESCRIPTORS:
33
+ _globals['DESCRIPTOR']._loaded_options = None
34
+ _globals['DESCRIPTOR']._serialized_options = b'\n\032com.velox.protoapi.sessionP\001'
35
+ _globals['_SAPIOUSERSECRETTYPEPBO']._serialized_start=245
36
+ _globals['_SAPIOUSERSECRETTYPEPBO']._serialized_end=302
37
+ _globals['_SAPIOCONNECTIONINFOPBO']._serialized_start=61
38
+ _globals['_SAPIOCONNECTIONINFOPBO']._serialized_end=243
39
+ # @@protoc_insertion_point(module_scope)
@@ -17,7 +17,7 @@ except ImportError:
17
17
  if _version_not_supported:
18
18
  raise RuntimeError(
19
19
  f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2_grpc.py depends on'
20
+ + f' but the generated code in sapiopycommons/ai/protoapi/session/sapio_conn_info_pb2_grpc.py depends on'
21
21
  + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
22
  + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
23
  + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
@@ -8,8 +8,8 @@ from sapiopylib.rest.pojo.datatype.FieldDefinition import AbstractVeloxFieldDefi
8
8
  VeloxStringFieldDefinition, VeloxSideLinkFieldDefinition, VeloxActionStringFieldDefinition, FieldValidator, \
9
9
  ListMode, SapioDoubleFormat, SapioStringFormat
10
10
 
11
- from sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2 import FieldValuePbo
12
- from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import FieldTypePbo, SortDirectionPbo, \
11
+ from sapiopycommons.ai.protoapi.fielddefinitions.fields_pb2 import FieldValuePbo
12
+ from sapiopycommons.ai.protoapi.fielddefinitions.velox_field_def_pb2 import FieldTypePbo, SortDirectionPbo, \
13
13
  DoubleFormatPbo, StringFormatPbo, FieldValidatorPbo, VeloxFieldDefPbo, BooleanPropertiesPbo, DatePropertiesPbo, \
14
14
  DoublePropertiesPbo, IntegerPropertiesPbo, LongPropertiesPbo, SelectionPropertiesPbo, StringPropertiesPbo, \
15
15
  SideLinkPropertiesPbo, ShortPropertiesPbo, PickListPropertiesPbo, ParentLinkPropertiesPbo, MultiParentPropertiesPbo, \
@@ -3,11 +3,11 @@ from typing import Any
3
3
 
4
4
  import grpc
5
5
 
6
- from sapiopycommons.ai.api.plan.converter.proto.converter_pb2_grpc import add_ConverterServiceServicer_to_server, \
6
+ from sapiopycommons.ai.protoapi.plan.converter.converter_pb2_grpc import add_ConverterServiceServicer_to_server, \
7
7
  ConverterServiceServicer
8
- from sapiopycommons.ai.api.plan.script.proto.script_pb2_grpc import add_ScriptServiceServicer_to_server, \
8
+ from sapiopycommons.ai.protoapi.plan.script.script_pb2_grpc import add_ScriptServiceServicer_to_server, \
9
9
  ScriptServiceServicer
10
- from sapiopycommons.ai.api.plan.tool.proto.tool_pb2_grpc import add_ToolServiceServicer_to_server, ToolServiceServicer
10
+ from sapiopycommons.ai.protoapi.plan.tool.tool_pb2_grpc import add_ToolServiceServicer_to_server, ToolServiceServicer
11
11
 
12
12
 
13
13
  class SapioGrpcServer:
@@ -6,18 +6,18 @@ from typing import Any
6
6
  import grpc
7
7
  from sapiopylib.rest.User import SapioUser
8
8
 
9
- from sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2 import FieldValuePbo
10
- from sapiopycommons.ai.api.plan.converter.proto.converter_pb2 import ConverterDetailsRequestPbo, \
9
+ from sapiopycommons.ai.protoapi.fielddefinitions.fields_pb2 import FieldValuePbo
10
+ from sapiopycommons.ai.protoapi.plan.converter.converter_pb2 import ConverterDetailsRequestPbo, \
11
11
  ConverterDetailsResponsePbo, ConvertResponsePbo, ConvertRequestPbo
12
- from sapiopycommons.ai.api.plan.converter.proto.converter_pb2_grpc import ConverterServiceStub
13
- from sapiopycommons.ai.api.plan.item.proto.item_container_pb2 import ContentTypePbo
14
- from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepBinaryContainerPbo, StepCsvRowPbo, \
12
+ from sapiopycommons.ai.protoapi.plan.converter.converter_pb2_grpc import ConverterServiceStub
13
+ from sapiopycommons.ai.protoapi.plan.item.item_container_pb2 import ContentTypePbo
14
+ from sapiopycommons.ai.protoapi.plan.tool.entry_pb2 import StepBinaryContainerPbo, StepCsvRowPbo, \
15
15
  StepCsvHeaderRowPbo, StepCsvContainerPbo, StepJsonContainerPbo, StepTextContainerPbo, \
16
16
  StepItemContainerPbo, StepInputBatchPbo
17
- from sapiopycommons.ai.api.plan.tool.proto.tool_pb2 import ProcessStepResponsePbo, ProcessStepRequestPbo, \
17
+ from sapiopycommons.ai.protoapi.plan.tool.tool_pb2 import ProcessStepResponsePbo, ProcessStepRequestPbo, \
18
18
  ToolDetailsRequestPbo, ToolDetailsResponsePbo, ProcessStepResponseStatusPbo
19
- from sapiopycommons.ai.api.plan.tool.proto.tool_pb2_grpc import ToolServiceStub
20
- from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import SapioConnectionInfoPbo, SapioUserSecretTypePbo
19
+ from sapiopycommons.ai.protoapi.plan.tool.tool_pb2_grpc import ToolServiceStub
20
+ from sapiopycommons.ai.protoapi.session.sapio_conn_info_pb2 import SapioConnectionInfoPbo, SapioUserSecretTypePbo
21
21
  from sapiopycommons.ai.protobuf_utils import ProtobufUtils
22
22
  from sapiopycommons.general.aliases import FieldValue
23
23
 
@@ -225,8 +225,6 @@ class TestClient:
225
225
  container = StepItemContainerPbo(content_type=ContentTypePbo(), json_container=items)
226
226
  case ContainerType.TEXT:
227
227
  container = StepItemContainerPbo(content_type=ContentTypePbo(), text_container=items)
228
- case _:
229
- raise ValueError(f"Unsupported data type: {container_type}")
230
228
  self._request_inputs.append(container)
231
229
 
232
230
  def get_service_details(self) -> ToolDetailsResponsePbo:
@@ -14,18 +14,18 @@ from grpc import ServicerContext
14
14
  from sapiopylib.rest.User import SapioUser, ensure_logger_initialized
15
15
  from sapiopylib.rest.pojo.datatype.FieldDefinition import AbstractVeloxFieldDefinition
16
16
 
17
- from sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2 import FieldValueMapPbo, FieldValuePbo
18
- from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import VeloxFieldDefPbo, FieldTypePbo, \
17
+ from sapiopycommons.ai.protoapi.fielddefinitions.fields_pb2 import FieldValueMapPbo, FieldValuePbo
18
+ from sapiopycommons.ai.protoapi.fielddefinitions.velox_field_def_pb2 import VeloxFieldDefPbo, FieldTypePbo, \
19
19
  SelectionPropertiesPbo, IntegerPropertiesPbo, DoublePropertiesPbo, BooleanPropertiesPbo, StringPropertiesPbo
20
- from sapiopycommons.ai.api.plan.item.proto.item_container_pb2 import ContentTypePbo
21
- from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import StepOutputBatchPbo, StepItemContainerPbo, \
20
+ from sapiopycommons.ai.protoapi.plan.item.item_container_pb2 import ContentTypePbo
21
+ from sapiopycommons.ai.protoapi.plan.tool.entry_pb2 import StepOutputBatchPbo, StepItemContainerPbo, \
22
22
  StepBinaryContainerPbo, StepCsvContainerPbo, StepCsvHeaderRowPbo, StepCsvRowPbo, StepJsonContainerPbo, \
23
23
  StepTextContainerPbo, StepInputBatchPbo
24
- from sapiopycommons.ai.api.plan.tool.proto.tool_pb2 import ToolDetailsRequestPbo, ToolDetailsResponsePbo, \
24
+ from sapiopycommons.ai.protoapi.plan.tool.tool_pb2 import ToolDetailsRequestPbo, ToolDetailsResponsePbo, \
25
25
  ToolDetailsPbo, ProcessStepRequestPbo, ProcessStepResponsePbo, ToolOutputDetailsPbo, ToolIoConfigBasePbo, \
26
26
  ToolInputDetailsPbo, ExampleContainerPbo, ProcessStepResponseStatusPbo
27
- from sapiopycommons.ai.api.plan.tool.proto.tool_pb2_grpc import ToolServiceServicer
28
- from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import SapioUserSecretTypePbo, SapioConnectionInfoPbo
27
+ from sapiopycommons.ai.protoapi.plan.tool.tool_pb2_grpc import ToolServiceServicer
28
+ from sapiopycommons.ai.protoapi.session.sapio_conn_info_pb2 import SapioUserSecretTypePbo, SapioConnectionInfoPbo
29
29
  from sapiopycommons.ai.protobuf_utils import ProtobufUtils
30
30
  from sapiopycommons.ai.test_client import ContainerType
31
31
  from sapiopycommons.files.file_util import FileUtil
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sapiopycommons
3
- Version: 2025.8.18a712
3
+ Version: 2025.8.20a713
4
4
  Summary: Official Sapio Python API Utilities Package
5
5
  Project-URL: Homepage, https://github.com/sapiosciences
6
6
  Author-email: Jonathan Steck <jsteck@sapiosciences.com>, Yechen Qiao <yqiao@sapiosciences.com>
@@ -1,40 +1,40 @@
1
1
  sapiopycommons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  sapiopycommons/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- sapiopycommons/ai/converter_service_base.py,sha256=w4_PXjlk7_F5AUMlPUhKJ9gZlxY9RNG6yH9cDDFROuo,4620
4
- sapiopycommons/ai/protobuf_utils.py,sha256=QdYcelIvOIKBV5u_KR_Fh06kZ0eJDIb5ZVnfqV01FeE,24601
5
- sapiopycommons/ai/server.py,sha256=dcqW7wzAF5ZUHomWILh-WzPw68O3Unm9NFTruWBNUIc,4215
6
- sapiopycommons/ai/test_client.py,sha256=gWmY4rT0F9hzXv0hQ_iQqDBfTRKWh_QKwWeGyU-E9ks,14582
7
- sapiopycommons/ai/tool_service_base.py,sha256=Y_tRanSYzZC2RGPRMj8unQzyUuoSZTpiOgfp7ugKTts,43998
8
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.py,sha256=YcZjb_YM-XeLErM8hEC_S7vGMVGvcXAMGs2b-u5zvOE,2377
9
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.pyi,sha256=FwtXmNAf7iYGEFm4kbqb04v77jNHbZg18ZmEDhle_bU,1444
10
- sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2_grpc.py,sha256=wPImJPdCUZNVEVoUWzsba9kGIXjEKPdUkawP5SnVyiU,932
11
- sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.py,sha256=nWC91vR2pMgMUyNOZRZ0YiuL1-8ntnjXLqt1daxsD34,20869
12
- sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.pyi,sha256=U5zXrbBxsWilLTsRWJd1TqjdjLKFsr3enF9OJ8GfyWw,34028
13
- sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2_grpc.py,sha256=4vD4jWanaJ4uclSkFmS7JIz_lwYXDWBE3DomuPjUyII,941
14
- sapiopycommons/ai/api/plan/converter/proto/converter_pb2.py,sha256=dT8X_D18RRAMY5PA7tHVGlbwhH2JIH6CrkuXb6iwL4E,3401
15
- sapiopycommons/ai/api/plan/converter/proto/converter_pb2.pyi,sha256=LazSPiQ0fCmI_lZ5lm-871XMU-PTlAtfbjta8Aqp3Mk,4104
16
- sapiopycommons/ai/api/plan/converter/proto/converter_pb2_grpc.py,sha256=EvhojTeQHuLNrK1HVolQbcOsa-sJDM8ExLqqu4F_a6U,6515
17
- sapiopycommons/ai/api/plan/item/proto/item_container_pb2.py,sha256=qph1v5-16l_87aKH-aQixGjQthg_xXF7Lm66DCfFWIA,3822
18
- sapiopycommons/ai/api/plan/item/proto/item_container_pb2.pyi,sha256=K8Y0dvNY7V0MLOegC1ODXqc1g4lH1NY70EGH2UWN9vQ,4118
19
- sapiopycommons/ai/api/plan/item/proto/item_container_pb2_grpc.py,sha256=nNTWRJEg7MglgC1AsVBsdXo0Q1sYvvsucwX3KpzYiOw,933
20
- sapiopycommons/ai/api/plan/proto/step_output_pb2.py,sha256=JpBZSyoYyPTEaaXjW664PeJNK0zxV1mly_kp5re42z4,2661
21
- sapiopycommons/ai/api/plan/proto/step_output_pb2.pyi,sha256=yuxOYnDZ9DRuu-TLzaKOW_B4LUiYxTrNc2AbssXg4kE,2022
22
- sapiopycommons/ai/api/plan/proto/step_output_pb2_grpc.py,sha256=vDRY_pIIshQ4UpdW-ra1F5zBmntdsW2scySkMAA-zfc,925
23
- sapiopycommons/ai/api/plan/proto/step_pb2.py,sha256=nL976oTFdX4ih4gg7_J-8eFoGB69tFvERB2gT3L2-6s,2439
24
- sapiopycommons/ai/api/plan/proto/step_pb2.pyi,sha256=QPIcsjcUvEGQkdZMUMiVzFFNDl8yOUe_qJtf5XEp5Ck,2062
25
- sapiopycommons/ai/api/plan/proto/step_pb2_grpc.py,sha256=DgiBYFvTNiDG_2a9Tpt5iel2fRUfePZWP41fZTC-KWk,918
26
- sapiopycommons/ai/api/plan/script/proto/script_pb2.py,sha256=iUjALwM3e-mwuwVTc_N0k9CF4KkwniIPcxLiQK3fOR0,5200
27
- sapiopycommons/ai/api/plan/script/proto/script_pb2.pyi,sha256=IsaOnZVLD91PQwQcjDxMpfcYlI6U9cwEIMl770m6HgI,6204
28
- sapiopycommons/ai/api/plan/script/proto/script_pb2_grpc.py,sha256=RkShHpe_d5EJHk3qp-or1JpvSEqShb7cCiaXnJ2YSww,6931
29
- sapiopycommons/ai/api/plan/tool/proto/entry_pb2.py,sha256=2q87XYhq_SOADuhoIyr1CHQC3SZiupjSjJLNp1np-hA,2141
30
- sapiopycommons/ai/api/plan/tool/proto/entry_pb2.pyi,sha256=R5apvEaENIKKG2DbqwxjgI9arkqYq928xe04WNtTniM,2365
31
- sapiopycommons/ai/api/plan/tool/proto/entry_pb2_grpc.py,sha256=YKkX2kexERUx4asLCShufSnZhgf339Zk8Xw1FAgLfHQ,924
32
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py,sha256=WzE4-S1KXJC26RlubLkiDa3GnEhZ0pbxE3V4AuFicZM,8255
33
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2.pyi,sha256=YU7CJkij037QJNR8VhheC-ouukUD13vyLt18YXR1HYA,16763
34
- sapiopycommons/ai/api/plan/tool/proto/tool_pb2_grpc.py,sha256=68u5E1ZKha5frP5GuY8Ad-c0c79vBhtfnj5Q4u-8xOY,6982
35
- sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.py,sha256=WKzNi-d5dqeJbmEXUVE5qJ4Qm34HmsqRXRtXih382g8,2100
36
- sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.pyi,sha256=vLYA8Tkzq2AwgVadoUp5vAg4HgGlgga0kzeS3e_XkCQ,1621
37
- sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2_grpc.py,sha256=2W0YzT4SfnGTLq98AdvkyNM0n75Tkl8DervPS1ryGao,932
3
+ sapiopycommons/ai/converter_service_base.py,sha256=A9DkouIT2S-SgcsphEuCpA0Jr6YjxubPVYETQXjIBLI,5065
4
+ sapiopycommons/ai/protobuf_utils.py,sha256=cBjbxoFAwU02kNUxEce95WnMU2CMuDD-qFaeWgvQJMQ,24599
5
+ sapiopycommons/ai/server.py,sha256=w70KUENxrYoMyDRFunCAlxhhwXXWBNngCwG40Po7vTU,4212
6
+ sapiopycommons/ai/test_client.py,sha256=tMaQ0kuWF4rGmp_n4-RaQ8rny7pWobE0UiTq2fbCulc,14477
7
+ sapiopycommons/ai/tool_service_base.py,sha256=oXxhhxeKiEq3QtlJEjsWnO8wrUPruz5M2Ti3ipyBf4E,43991
8
+ sapiopycommons/ai/protoapi/fielddefinitions/fields_pb2.py,sha256=8tKXwLXcqFGdQHHSEBSi6Fd7dcaCFoOqmhjzqhenb_M,2372
9
+ sapiopycommons/ai/protoapi/fielddefinitions/fields_pb2.pyi,sha256=FwtXmNAf7iYGEFm4kbqb04v77jNHbZg18ZmEDhle_bU,1444
10
+ sapiopycommons/ai/protoapi/fielddefinitions/fields_pb2_grpc.py,sha256=uO25bcnfGqXpP4ggUur54Nr73Wj-DGWftExzLNcxdHI,931
11
+ sapiopycommons/ai/protoapi/fielddefinitions/velox_field_def_pb2.py,sha256=in9iHiLPYcnLWoLeqy4nWSI0jZGHD_bMhEFRIRtJPuo,20864
12
+ sapiopycommons/ai/protoapi/fielddefinitions/velox_field_def_pb2.pyi,sha256=U5zXrbBxsWilLTsRWJd1TqjdjLKFsr3enF9OJ8GfyWw,34028
13
+ sapiopycommons/ai/protoapi/fielddefinitions/velox_field_def_pb2_grpc.py,sha256=Vj6qDKvsHgl25iBi3UjtTuGxihekgqCuufExvnJKzQI,940
14
+ sapiopycommons/ai/protoapi/plan/step_output_pb2.py,sha256=EBNCzLUDwwCqDCh35zSfFdfq0RP8WrmTMXEzEPu_1_E,2655
15
+ sapiopycommons/ai/protoapi/plan/step_output_pb2.pyi,sha256=yuxOYnDZ9DRuu-TLzaKOW_B4LUiYxTrNc2AbssXg4kE,2022
16
+ sapiopycommons/ai/protoapi/plan/step_output_pb2_grpc.py,sha256=ebWLIfOFeVE2WuUIThMBerVweH-1phviGX195UTwYyg,924
17
+ sapiopycommons/ai/protoapi/plan/step_pb2.py,sha256=mKTm_syaX99GzhWtGIPkxMTsfcsvW0QbRqjv06eHSM0,2433
18
+ sapiopycommons/ai/protoapi/plan/step_pb2.pyi,sha256=QPIcsjcUvEGQkdZMUMiVzFFNDl8yOUe_qJtf5XEp5Ck,2062
19
+ sapiopycommons/ai/protoapi/plan/step_pb2_grpc.py,sha256=1CBna5NBBxPwQhrkN8-Fim_j3FGmOfDo5C4c8sIBV8Q,917
20
+ sapiopycommons/ai/protoapi/plan/converter/converter_pb2.py,sha256=rZYBRfR0umwDYvBdYnzxR1VZSutRqunhd3QsdtQXiCM,3593
21
+ sapiopycommons/ai/protoapi/plan/converter/converter_pb2.pyi,sha256=_35yHfKTJH3SMdA5_c6qF6OZG6UwFWXpNh6dwRFDKkk,4250
22
+ sapiopycommons/ai/protoapi/plan/converter/converter_pb2_grpc.py,sha256=6T5FCmT_vEFSywUVlAlWWfBDPaILb0Dq8yCGuO_Q-BU,6448
23
+ sapiopycommons/ai/protoapi/plan/item/item_container_pb2.py,sha256=oAMgQ2R5iYjjPPfR_npySS2P0H9zB1mj-Unb0hhXNbE,3816
24
+ sapiopycommons/ai/protoapi/plan/item/item_container_pb2.pyi,sha256=K8Y0dvNY7V0MLOegC1ODXqc1g4lH1NY70EGH2UWN9vQ,4118
25
+ sapiopycommons/ai/protoapi/plan/item/item_container_pb2_grpc.py,sha256=1NzBWBUINC0Rk-NGYZ-97BVKvVUxcn_I44IjQO2h-nQ,932
26
+ sapiopycommons/ai/protoapi/plan/script/script_pb2.py,sha256=swyahlxM7fKm-RqtgMd1Czqd1JrbXRw3sYqFTkjbbyM,5144
27
+ sapiopycommons/ai/protoapi/plan/script/script_pb2.pyi,sha256=GqlqLf9UX_B5vCR9cm-VoYLHFJNmZjJafcPJ6EDa8Qw,6192
28
+ sapiopycommons/ai/protoapi/plan/script/script_pb2_grpc.py,sha256=ginPYpsiI6U6dB6gfWHJM8LWjSHUgcqz_gR7Dmdsyck,6864
29
+ sapiopycommons/ai/protoapi/plan/tool/entry_pb2.py,sha256=yNyyyVvz94ewjGaHw3t0pUP-KH7ACg5hLC0QzrsFPis,2130
30
+ sapiopycommons/ai/protoapi/plan/tool/entry_pb2.pyi,sha256=2vI0WSy0KGFHDewMSRyX5rUkmmmSaMBLvFO7txqA6Ug,2354
31
+ sapiopycommons/ai/protoapi/plan/tool/entry_pb2_grpc.py,sha256=i24BfJEt7LtyROxHVEyS9RLYqLZKPvyJMKRFZj6NUTg,923
32
+ sapiopycommons/ai/protoapi/plan/tool/tool_pb2.py,sha256=Gy6YjakkicKi4JthUFOxOyPLen-af7XI-ijinVs7EOY,8181
33
+ sapiopycommons/ai/protoapi/plan/tool/tool_pb2.pyi,sha256=x33Ko2KC5_lw8omA1hYRGoUWvDitxNdloxswTxaMaqc,16713
34
+ sapiopycommons/ai/protoapi/plan/tool/tool_pb2_grpc.py,sha256=CLSGEgSpN4D6wcE-P_5lzb2Nttjr4XjumxGUrZQSip0,6915
35
+ sapiopycommons/ai/protoapi/session/sapio_conn_info_pb2.py,sha256=MhWzTyJz3xZgpdW8_LCVKuzKXT0cv6iHMRB-UNCUNzM,2094
36
+ sapiopycommons/ai/protoapi/session/sapio_conn_info_pb2.pyi,sha256=vLYA8Tkzq2AwgVadoUp5vAg4HgGlgga0kzeS3e_XkCQ,1621
37
+ sapiopycommons/ai/protoapi/session/sapio_conn_info_pb2_grpc.py,sha256=imcciy_kbmm7OV_W3jYZ53R6GQ6Yh-eUcVW0A9GkWdg,931
38
38
  sapiopycommons/callbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  sapiopycommons/callbacks/callback_util.py,sha256=OuPJ1o6jcDQ7qV-dxrjAkJerGbVI9_9P-xu0r3ODaMM,153008
40
40
  sapiopycommons/callbacks/field_builder.py,sha256=rnIP-RJafk3mZlAx1eJ8a0eSW9Ps_L6_WadCmusnENw,38772
@@ -98,7 +98,7 @@ sapiopycommons/webhook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
98
98
  sapiopycommons/webhook/webhook_context.py,sha256=D793uLsb1691SalaPnBUk3rOSxn_hYLhdvkaIxjNXss,1909
99
99
  sapiopycommons/webhook/webhook_handlers.py,sha256=7o_wXOruhT9auNh8OfhJAh4WhhiPKij67FMBSpGPICc,39939
100
100
  sapiopycommons/webhook/webservice_handlers.py,sha256=cvW6Mk_110BzYqkbk63Kg7jWrltBCDALOlkJRu8h4VQ,14300
101
- sapiopycommons-2025.8.18a712.dist-info/METADATA,sha256=SCrwqboa30vLzoWx-62ujgnWhW79KAlaPZZ_w8n64Tw,3143
102
- sapiopycommons-2025.8.18a712.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
103
- sapiopycommons-2025.8.18a712.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
104
- sapiopycommons-2025.8.18a712.dist-info/RECORD,,
101
+ sapiopycommons-2025.8.20a713.dist-info/METADATA,sha256=FM_m5a3KjDLY1cz9yNbtR9JowgvqJZTKUh5nwZnnNtY,3143
102
+ sapiopycommons-2025.8.20a713.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
103
+ sapiopycommons-2025.8.20a713.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
104
+ sapiopycommons-2025.8.20a713.dist-info/RECORD,,
@@ -1,43 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: sapiopycommons/ai/api/fielddefinitions/proto/fields.proto
5
- # Protobuf Python Version: 5.29.0
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 29,
16
- 0,
17
- '',
18
- 'sapiopycommons/ai/api/fielddefinitions/proto/fields.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9sapiopycommons/ai/api/fielddefinitions/proto/fields.proto\"s\n\rFieldValuePbo\x12\x16\n\x0cstring_value\x18\x0f \x01(\tH\x00\x12\x13\n\tint_value\x18\x0e \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\r \x01(\x01H\x00\x12\x14\n\nbool_value\x18\x0c \x01(\x08H\x00\x42\x07\n\x05\x66ield\"\x80\x01\n\x10\x46ieldValueMapPbo\x12-\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x1d.FieldValueMapPbo.FieldsEntry\x1a=\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1d\n\x05value\x18\x02 \x01(\x0b\x32\x0e.FieldValuePbo:\x02\x38\x01\x42(\n$com.velox.api.fielddefinitions.protoP\x01\x62\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.fielddefinitions.proto.fields_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'\n$com.velox.api.fielddefinitions.protoP\001'
35
- _globals['_FIELDVALUEMAPPBO_FIELDSENTRY']._loaded_options = None
36
- _globals['_FIELDVALUEMAPPBO_FIELDSENTRY']._serialized_options = b'8\001'
37
- _globals['_FIELDVALUEPBO']._serialized_start=61
38
- _globals['_FIELDVALUEPBO']._serialized_end=176
39
- _globals['_FIELDVALUEMAPPBO']._serialized_start=179
40
- _globals['_FIELDVALUEMAPPBO']._serialized_end=307
41
- _globals['_FIELDVALUEMAPPBO_FIELDSENTRY']._serialized_start=246
42
- _globals['_FIELDVALUEMAPPBO_FIELDSENTRY']._serialized_end=307
43
- # @@protoc_insertion_point(module_scope)
@@ -1,123 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto
5
- # Protobuf Python Version: 5.29.0
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 29,
16
- 0,
17
- '',
18
- 'sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nBsapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto\"D\n\x11\x46ieldValidatorPbo\x12\x18\n\x10validation_regex\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\"D\n\rColorRangePbo\x12\x12\n\nfrom_value\x18\x01 \x01(\x01\x12\x10\n\x08to_value\x18\x02 \x01(\x01\x12\r\n\x05\x63olor\x18\x03 \x01(\t\"K\n\x1d\x42ooleanDependentFieldEntryPbo\x12\x0b\n\x03key\x18\x01 \x01(\x08\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"M\n\x1fSelectionDependentFieldEntryPbo\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"H\n\x1a\x45numDependentFieldEntryPbo\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\",\n\x15ProcessDetailEntryPbo\x12\x13\n\x0btodo_fields\x18\x01 \x03(\t\"\xbd\x01\n\x14\x42ooleanPropertiesPbo\x12\x1a\n\rdefault_value\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12\x1c\n\x14is_process_todo_item\x18\x02 \x01(\x08\x12\x38\n\x10\x64\x65pendent_fields\x18\x03 \x03(\x0b\x32\x1e.BooleanDependentFieldEntryPbo\x12\x1f\n\x17is_hide_disabled_fields\x18\x04 \x01(\x08\x42\x10\n\x0e_default_value\"s\n\x11\x44\x61tePropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x13\n\x0bstatic_date\x18\x02 \x01(\x08\x12\x1d\n\x10\x64\x61te_time_format\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x13\n\x11_date_time_format\"\xc1\x02\n\x13\x44oublePropertiesPbo\x12\x11\n\tmin_value\x18\x01 \x01(\x01\x12\x11\n\tmax_value\x18\x02 \x01(\x01\x12\x1a\n\rdefault_value\x18\x03 \x01(\x01H\x00\x88\x01\x01\x12\x11\n\tprecision\x18\x04 \x01(\x05\x12\'\n\rdouble_format\x18\x05 \x01(\x0e\x32\x10.DoubleFormatPbo\x12$\n\x0c\x63olor_ranges\x18\x06 \x03(\x0b\x32\x0e.ColorRangePbo\x12>\n1scientific_notation_min_digits_from_decimal_point\x18\x07 \x01(\x05H\x01\x88\x01\x01\x42\x10\n\x0e_default_valueB4\n2_scientific_notation_min_digits_from_decimal_point\"\xea\x02\n\x14IntegerPropertiesPbo\x12\x11\n\tmin_value\x18\x01 \x01(\x05\x12\x11\n\tmax_value\x18\x02 \x01(\x05\x12\x1a\n\rdefault_value\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12\x14\n\x0cunique_value\x18\x04 \x01(\x08\x12$\n\x0c\x63olor_ranges\x18\x05 \x03(\x0b\x32\x0e.ColorRangePbo\x12>\n1scientific_notation_min_digits_from_decimal_point\x18\x06 \x01(\x05H\x01\x88\x01\x01\x12*\n\x1dscientific_notation_precision\x18\x07 \x01(\x05H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB4\n2_scientific_notation_min_digits_from_decimal_pointB \n\x1e_scientific_notation_precision\"\xe7\x02\n\x11LongPropertiesPbo\x12\x11\n\tmin_value\x18\x01 \x01(\x03\x12\x11\n\tmax_value\x18\x02 \x01(\x03\x12\x1a\n\rdefault_value\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x14\n\x0cunique_value\x18\x04 \x01(\x08\x12$\n\x0c\x63olor_ranges\x18\x05 \x03(\x0b\x32\x0e.ColorRangePbo\x12>\n1scientific_notation_min_digits_from_decimal_point\x18\x06 \x01(\x05H\x01\x88\x01\x01\x12*\n\x1dscientific_notation_precision\x18\x07 \x01(\x05H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB4\n2_scientific_notation_min_digits_from_decimal_pointB \n\x1e_scientific_notation_precision\"\xe8\x02\n\x12ShortPropertiesPbo\x12\x11\n\tmin_value\x18\x01 \x01(\x05\x12\x11\n\tmax_value\x18\x02 \x01(\x05\x12\x1a\n\rdefault_value\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12\x14\n\x0cunique_value\x18\x04 \x01(\x08\x12$\n\x0c\x63olor_ranges\x18\x05 \x03(\x0b\x32\x0e.ColorRangePbo\x12>\n1scientific_notation_min_digits_from_decimal_point\x18\x06 \x01(\x05H\x01\x88\x01\x01\x12*\n\x1dscientific_notation_precision\x18\x07 \x01(\x05H\x02\x88\x01\x01\x42\x10\n\x0e_default_valueB4\n2_scientific_notation_min_digits_from_decimal_pointB \n\x1e_scientific_notation_precision\"\xdf\x05\n\x16SelectionPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x11\n\tlist_mode\x18\x02 \x01(\t\x12\x11\n\tauto_sort\x18\x03 \x01(\x08\x12\x13\n\x0b\x64irect_edit\x18\x04 \x01(\x08\x12\x14\n\x0cunique_value\x18\x05 \x01(\x08\x12\x10\n\x08link_out\x18\x06 \x01(\x08\x12\x14\n\x0clink_out_url\x18\x07 \x01(\t\x12\x14\n\x0cmulti_select\x18\x08 \x01(\x08\x12\x18\n\x10index_for_search\x18\t \x01(\x08\x12\x14\n\x0cis_auto_size\x18\n \x01(\x08\x12\x30\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x12.FieldValidatorPboH\x00\x88\x01\x01\x12\x1a\n\x12static_list_values\x18\x0c \x03(\t\x12@\n\rcolor_mapping\x18\r \x03(\x0b\x32).SelectionPropertiesPbo.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x0e \x03(\t\x12I\n\x12process_detail_map\x18\x0f \x03(\x0b\x32-.SelectionPropertiesPbo.ProcessDetailMapEntry\x12:\n\x10\x64\x65pendent_fields\x18\x10 \x03(\x0b\x32 .SelectionDependentFieldEntryPbo\x12\x1f\n\x17is_hide_disabled_fields\x18\x11 \x01(\x08\x1a\x33\n\x11\x43olorMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aO\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.ProcessDetailEntryPbo:\x02\x38\x01\x42\x12\n\x10_field_validator\"\xdf\x02\n\x13StringPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x12\n\nmax_length\x18\x02 \x01(\x05\x12\x11\n\tnum_lines\x18\x03 \x01(\x05\x12\x14\n\x0cunique_value\x18\x04 \x01(\x08\x12\x18\n\x10index_for_search\x18\x05 \x01(\x08\x12\x13\n\x0bhtml_editor\x18\x06 \x01(\x08\x12\x10\n\x08link_out\x18\x07 \x01(\x08\x12\x14\n\x0clink_out_url\x18\x08 \x01(\t\x12\'\n\rstring_format\x18\t \x01(\x0e\x32\x10.StringFormatPbo\x12\x14\n\x0cis_auto_size\x18\n \x01(\x08\x12\x30\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x12.FieldValidatorPboH\x00\x88\x01\x01\x12\x18\n\x10preserve_padding\x18\x0c \x01(\x08\x42\x12\n\x10_field_validator\"\xd1\x01\n\x15SideLinkPropertiesPbo\x12\x1d\n\x15linked_data_type_name\x18\x01 \x01(\t\x12\x1a\n\rdefault_value\x18\x02 \x01(\x03H\x00\x88\x01\x01\x12\x1f\n\x17show_in_knowledge_graph\x18\x03 \x01(\x08\x12)\n\x1cknowledge_graph_display_name\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x10\n\x0e_default_valueB\x1f\n\x1d_knowledge_graph_display_name\"\xf0\x04\n\x15PickListPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x16\n\x0epick_list_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64irect_edit\x18\x03 \x01(\x08\x12\x10\n\x08link_out\x18\x04 \x01(\x08\x12\x14\n\x0clink_out_url\x18\x05 \x01(\t\x12\x18\n\x10index_for_search\x18\x06 \x01(\x08\x12\x30\n\x0f\x66ield_validator\x18\x07 \x01(\x0b\x32\x12.FieldValidatorPboH\x00\x88\x01\x01\x12?\n\rcolor_mapping\x18\x08 \x03(\x0b\x32(.PickListPropertiesPbo.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\t \x03(\t\x12H\n\x12process_detail_map\x18\n \x03(\x0b\x32,.PickListPropertiesPbo.ProcessDetailMapEntry\x12:\n\x10\x64\x65pendent_fields\x18\x0b \x03(\x0b\x32 .SelectionDependentFieldEntryPbo\x12\x1f\n\x17is_hide_disabled_fields\x18\x0c \x01(\x08\x1a\x33\n\x11\x43olorMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aO\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.ProcessDetailEntryPbo:\x02\x38\x01\x42\x12\n\x10_field_validator\"0\n\x17ParentLinkPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x1a\n\x18MultiParentPropertiesPbo\"0\n\x17IdentifierPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x17\n\x15\x46ileBlobPropertiesPbo\"\xba\x02\n\x11\x45numPropertiesPbo\x12\x1a\n\rdefault_value\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x0e\n\x06values\x18\x02 \x03(\t\x12;\n\rcolor_mapping\x18\x03 \x03(\x0b\x32$.EnumPropertiesPbo.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x04 \x03(\t\x12\x35\n\x10\x64\x65pendent_fields\x18\x05 \x03(\x0b\x32\x1b.EnumDependentFieldEntryPbo\x12\x1f\n\x17is_hide_disabled_fields\x18\x06 \x01(\x08\x1a\x33\n\x11\x43olorMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x10\n\x0e_default_value\"v\n\x16\x44\x61teRangePropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x11\n\tis_static\x18\x02 \x01(\x08\x12\x1d\n\x10\x64\x61te_time_format\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x13\n\x11_date_time_format\"F\n\x16\x43hildLinkPropertiesPbo\x12\x1a\n\rdefault_value\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"\xe6\x01\n\x19\x41\x63tionStringPropertiesPbo\x12\x15\n\rdefault_value\x18\x01 \x01(\t\x12\x12\n\nmax_length\x18\x02 \x01(\x05\x12\x14\n\x0cunique_value\x18\x03 \x01(\x08\x12\x11\n\ticon_name\x18\x04 \x01(\t\x12\x1a\n\x12\x61\x63tion_plugin_path\x18\x05 \x01(\t\x12\x30\n\x0f\x66ield_validator\x18\x06 \x01(\x0b\x32\x12.FieldValidatorPboH\x00\x88\x01\x01\x12\x13\n\x0b\x64irect_edit\x18\x07 \x01(\x08\x42\x12\n\x10_field_validator\"\x86\x01\n\x13\x41\x63tionPropertiesPbo\x12\x11\n\ticon_name\x18\x01 \x01(\t\x12\x12\n\nicon_color\x18\x02 \x01(\t\x12\x18\n\x10\x62\x61\x63kground_color\x18\x03 \x01(\t\x12\x12\n\nfont_color\x18\x04 \x01(\t\x12\x1a\n\x12\x61\x63tion_plugin_path\x18\x05 \x01(\t\"\xf0\x01\n\x16\x41\x63\x63\x65ssionPropertiesPbo\x12\x14\n\x0cunique_value\x18\x01 \x01(\x08\x12\x18\n\x10index_for_search\x18\x02 \x01(\x08\x12\x10\n\x08link_out\x18\x03 \x01(\x08\x12\x14\n\x0clink_out_url\x18\x04 \x01(\t\x12\x14\n\x0csequence_key\x18\x05 \x01(\t\x12\x0e\n\x06prefix\x18\x06 \x01(\t\x12\x0e\n\x06suffix\x18\x07 \x01(\t\x12\x18\n\x10number_of_digits\x18\x08 \x01(\x05\x12\x1b\n\x0estarting_value\x18\t \x01(\x03H\x00\x88\x01\x01\x42\x11\n\x0f_starting_value\"\x9c\x0e\n\x10VeloxFieldDefPbo\x12&\n\x0f\x64\x61ta_field_type\x18\x01 \x01(\x0e\x32\r.FieldTypePbo\x12\x17\n\x0f\x64\x61ta_field_name\x18\x02 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x10\n\x08required\x18\x05 \x01(\x08\x12\x10\n\x08\x65\x64itable\x18\x06 \x01(\x08\x12\x0f\n\x07visible\x18\x07 \x01(\x08\x12\x12\n\nidentifier\x18\x08 \x01(\x08\x12\x18\n\x10identifier_order\x18\t \x01(\x05\x12)\n\x0esort_direction\x18\n \x01(\x0e\x32\x11.SortDirectionPbo\x12\x12\n\nsort_order\x18\x0b \x01(\x05\x12\x0b\n\x03tag\x18\x0c \x01(\t\x12\x14\n\x0c\x61pprove_edit\x18\r \x01(\x08\x12\x1d\n\x15workflow_only_editing\x18\x0e \x01(\x08\x12\x1f\n\tfont_size\x18\x0f \x01(\x0e\x32\x0c.FontSizePbo\x12\x11\n\tbold_font\x18\x10 \x01(\x08\x12\x13\n\x0bitalic_font\x18\x11 \x01(\x08\x12+\n\x0ftext_decoration\x18\x12 \x01(\x0e\x32\x12.TextDecorationPbo\x12\x14\n\x0cis_key_field\x18\x13 \x01(\x08\x12\x17\n\x0fkey_field_order\x18\x14 \x01(\x05\x12\x14\n\x0cis_removable\x18\x15 \x01(\x08\x12\x17\n\x0fis_system_field\x18\x16 \x01(\x08\x12\x15\n\ris_restricted\x18\x17 \x01(\x08\x12\x17\n\x0fis_audit_logged\x18\x18 \x01(\x08\x12\x11\n\tis_active\x18\x19 \x01(\x08\x12\x1e\n\x16is_for_plugin_use_only\x18\x1a \x01(\x08\x12\"\n\x1a\x64\x65\x66\x61ult_table_column_width\x18\x1b \x01(\x05\x12\x33\n\x12\x62oolean_properties\x18\x64 \x01(\x0b\x32\x15.BooleanPropertiesPboH\x00\x12-\n\x0f\x64\x61te_properties\x18\x65 \x01(\x0b\x32\x12.DatePropertiesPboH\x00\x12\x31\n\x11\x64ouble_properties\x18\x66 \x01(\x0b\x32\x14.DoublePropertiesPboH\x00\x12\x33\n\x12integer_properties\x18g \x01(\x0b\x32\x15.IntegerPropertiesPboH\x00\x12-\n\x0flong_properties\x18h \x01(\x0b\x32\x12.LongPropertiesPboH\x00\x12\x37\n\x14selection_properties\x18i \x01(\x0b\x32\x17.SelectionPropertiesPboH\x00\x12\x31\n\x11string_properties\x18j \x01(\x0b\x32\x14.StringPropertiesPboH\x00\x12\x36\n\x14side_link_properties\x18k \x01(\x0b\x32\x16.SideLinkPropertiesPboH\x00\x12/\n\x10short_properties\x18l \x01(\x0b\x32\x13.ShortPropertiesPboH\x00\x12\x35\n\x13picklist_properties\x18m \x01(\x0b\x32\x16.PickListPropertiesPboH\x00\x12:\n\x16parent_link_properties\x18n \x01(\x0b\x32\x18.ParentLinkPropertiesPboH\x00\x12<\n\x17multi_parent_properties\x18o \x01(\x0b\x32\x19.MultiParentPropertiesPboH\x00\x12\x39\n\x15identifier_properties\x18p \x01(\x0b\x32\x18.IdentifierPropertiesPboH\x00\x12\x36\n\x14\x66ile_blob_properties\x18q \x01(\x0b\x32\x16.FileBlobPropertiesPboH\x00\x12-\n\x0f\x65num_properties\x18r \x01(\x0b\x32\x12.EnumPropertiesPboH\x00\x12\x38\n\x15\x64\x61te_range_properties\x18s \x01(\x0b\x32\x17.DateRangePropertiesPboH\x00\x12\x38\n\x15\x63hild_link_properties\x18t \x01(\x0b\x32\x17.ChildLinkPropertiesPboH\x00\x12>\n\x18\x61\x63tion_string_properties\x18u \x01(\x0b\x32\x1a.ActionStringPropertiesPboH\x00\x12\x31\n\x11\x61\x63tion_properties\x18v \x01(\x0b\x32\x14.ActionPropertiesPboH\x00\x12\x37\n\x14\x61\x63\x63\x65ssion_properties\x18w \x01(\x0b\x32\x17.AccessionPropertiesPboH\x00\x42\x1a\n\x18type_specific_properties\"D\n\x14VeloxFieldDefListPbo\x12,\n\x11\x66ield_definitions\x18\x01 \x03(\x0b\x32\x11.VeloxFieldDefPbo*\xd1\x02\n\x0c\x46ieldTypePbo\x12\x1a\n\x16\x46IELD_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x42OOLEAN\x10\x01\x12\n\n\x06\x44OUBLE\x10\x02\x12\x08\n\x04\x45NUM\x10\x03\x12\x08\n\x04LONG\x10\x04\x12\x0b\n\x07INTEGER\x10\x05\x12\t\n\x05SHORT\x10\x06\x12\n\n\x06STRING\x10\x07\x12\x08\n\x04\x44\x41TE\x10\x08\x12\n\n\x06\x41\x43TION\x10\t\x12\r\n\tSELECTION\x10\n\x12\x0e\n\nPARENTLINK\x10\x0b\x12\x0e\n\nIDENTIFIER\x10\x0c\x12\x0c\n\x08PICKLIST\x10\r\x12\x08\n\x04LINK\x10\x0e\x12\x13\n\x0fMULTIPARENTLINK\x10\x0f\x12\r\n\tCHILDLINK\x10\x10\x12\x12\n\x0e\x41UTO_ACCESSION\x10\x11\x12\x0e\n\nDATE_RANGE\x10\x12\x12\r\n\tSIDE_LINK\x10\x13\x12\x11\n\rACTION_STRING\x10\x14\x12\r\n\tFILE_BLOB\x10\x15*\x88\x01\n\x10SortDirectionPbo\x12\x1e\n\x1aSORT_DIRECTION_UNSPECIFIED\x10\x00\x12\x1c\n\x18SORT_DIRECTION_ASCENDING\x10\x01\x12\x1d\n\x19SORT_DIRECTION_DESCENDING\x10\x02\x12\x17\n\x13SORT_DIRECTION_NONE\x10\x03*h\n\x0b\x46ontSizePbo\x12\x19\n\x15\x46ONT_SIZE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x46ONT_SIZE_SMALL\x10\x01\x12\x14\n\x10\x46ONT_SIZE_MEDIUM\x10\x02\x12\x13\n\x0f\x46ONT_SIZE_LARGE\x10\x03*\x90\x01\n\x11TextDecorationPbo\x12\x1f\n\x1bTEXT_DECORATION_UNSPECIFIED\x10\x00\x12\x18\n\x14TEXT_DECORATION_NONE\x10\x01\x12\x1d\n\x19TEXT_DECORATION_UNDERLINE\x10\x02\x12!\n\x1dTEXT_DECORATION_STRIKETHROUGH\x10\x03*b\n\x0fStringFormatPbo\x12\x1d\n\x19STRING_FORMAT_UNSPECIFIED\x10\x00\x12\x17\n\x13STRING_FORMAT_PHONE\x10\x01\x12\x17\n\x13STRING_FORMAT_EMAIL\x10\x02*j\n\x0f\x44oubleFormatPbo\x12\x1d\n\x19\x44OUBLE_FORMAT_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x44OUBLE_FORMAT_CURRENCY\x10\x01\x12\x1c\n\x18\x44OUBLE_FORMAT_PERCENTAGE\x10\x02\x42(\n$com.velox.api.fielddefinitions.protoP\x01\x62\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'\n$com.velox.api.fielddefinitions.protoP\001'
35
- _globals['_SELECTIONPROPERTIESPBO_COLORMAPPINGENTRY']._loaded_options = None
36
- _globals['_SELECTIONPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_options = b'8\001'
37
- _globals['_SELECTIONPROPERTIESPBO_PROCESSDETAILMAPENTRY']._loaded_options = None
38
- _globals['_SELECTIONPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_options = b'8\001'
39
- _globals['_PICKLISTPROPERTIESPBO_COLORMAPPINGENTRY']._loaded_options = None
40
- _globals['_PICKLISTPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_options = b'8\001'
41
- _globals['_PICKLISTPROPERTIESPBO_PROCESSDETAILMAPENTRY']._loaded_options = None
42
- _globals['_PICKLISTPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_options = b'8\001'
43
- _globals['_ENUMPROPERTIESPBO_COLORMAPPINGENTRY']._loaded_options = None
44
- _globals['_ENUMPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_options = b'8\001'
45
- _globals['_FIELDTYPEPBO']._serialized_start=7309
46
- _globals['_FIELDTYPEPBO']._serialized_end=7646
47
- _globals['_SORTDIRECTIONPBO']._serialized_start=7649
48
- _globals['_SORTDIRECTIONPBO']._serialized_end=7785
49
- _globals['_FONTSIZEPBO']._serialized_start=7787
50
- _globals['_FONTSIZEPBO']._serialized_end=7891
51
- _globals['_TEXTDECORATIONPBO']._serialized_start=7894
52
- _globals['_TEXTDECORATIONPBO']._serialized_end=8038
53
- _globals['_STRINGFORMATPBO']._serialized_start=8040
54
- _globals['_STRINGFORMATPBO']._serialized_end=8138
55
- _globals['_DOUBLEFORMATPBO']._serialized_start=8140
56
- _globals['_DOUBLEFORMATPBO']._serialized_end=8246
57
- _globals['_FIELDVALIDATORPBO']._serialized_start=70
58
- _globals['_FIELDVALIDATORPBO']._serialized_end=138
59
- _globals['_COLORRANGEPBO']._serialized_start=140
60
- _globals['_COLORRANGEPBO']._serialized_end=208
61
- _globals['_BOOLEANDEPENDENTFIELDENTRYPBO']._serialized_start=210
62
- _globals['_BOOLEANDEPENDENTFIELDENTRYPBO']._serialized_end=285
63
- _globals['_SELECTIONDEPENDENTFIELDENTRYPBO']._serialized_start=287
64
- _globals['_SELECTIONDEPENDENTFIELDENTRYPBO']._serialized_end=364
65
- _globals['_ENUMDEPENDENTFIELDENTRYPBO']._serialized_start=366
66
- _globals['_ENUMDEPENDENTFIELDENTRYPBO']._serialized_end=438
67
- _globals['_PROCESSDETAILENTRYPBO']._serialized_start=440
68
- _globals['_PROCESSDETAILENTRYPBO']._serialized_end=484
69
- _globals['_BOOLEANPROPERTIESPBO']._serialized_start=487
70
- _globals['_BOOLEANPROPERTIESPBO']._serialized_end=676
71
- _globals['_DATEPROPERTIESPBO']._serialized_start=678
72
- _globals['_DATEPROPERTIESPBO']._serialized_end=793
73
- _globals['_DOUBLEPROPERTIESPBO']._serialized_start=796
74
- _globals['_DOUBLEPROPERTIESPBO']._serialized_end=1117
75
- _globals['_INTEGERPROPERTIESPBO']._serialized_start=1120
76
- _globals['_INTEGERPROPERTIESPBO']._serialized_end=1482
77
- _globals['_LONGPROPERTIESPBO']._serialized_start=1485
78
- _globals['_LONGPROPERTIESPBO']._serialized_end=1844
79
- _globals['_SHORTPROPERTIESPBO']._serialized_start=1847
80
- _globals['_SHORTPROPERTIESPBO']._serialized_end=2207
81
- _globals['_SELECTIONPROPERTIESPBO']._serialized_start=2210
82
- _globals['_SELECTIONPROPERTIESPBO']._serialized_end=2945
83
- _globals['_SELECTIONPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_start=2793
84
- _globals['_SELECTIONPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_end=2844
85
- _globals['_SELECTIONPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_start=2846
86
- _globals['_SELECTIONPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_end=2925
87
- _globals['_STRINGPROPERTIESPBO']._serialized_start=2948
88
- _globals['_STRINGPROPERTIESPBO']._serialized_end=3299
89
- _globals['_SIDELINKPROPERTIESPBO']._serialized_start=3302
90
- _globals['_SIDELINKPROPERTIESPBO']._serialized_end=3511
91
- _globals['_PICKLISTPROPERTIESPBO']._serialized_start=3514
92
- _globals['_PICKLISTPROPERTIESPBO']._serialized_end=4138
93
- _globals['_PICKLISTPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_start=2793
94
- _globals['_PICKLISTPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_end=2844
95
- _globals['_PICKLISTPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_start=2846
96
- _globals['_PICKLISTPROPERTIESPBO_PROCESSDETAILMAPENTRY']._serialized_end=2925
97
- _globals['_PARENTLINKPROPERTIESPBO']._serialized_start=4140
98
- _globals['_PARENTLINKPROPERTIESPBO']._serialized_end=4188
99
- _globals['_MULTIPARENTPROPERTIESPBO']._serialized_start=4190
100
- _globals['_MULTIPARENTPROPERTIESPBO']._serialized_end=4216
101
- _globals['_IDENTIFIERPROPERTIESPBO']._serialized_start=4218
102
- _globals['_IDENTIFIERPROPERTIESPBO']._serialized_end=4266
103
- _globals['_FILEBLOBPROPERTIESPBO']._serialized_start=4268
104
- _globals['_FILEBLOBPROPERTIESPBO']._serialized_end=4291
105
- _globals['_ENUMPROPERTIESPBO']._serialized_start=4294
106
- _globals['_ENUMPROPERTIESPBO']._serialized_end=4608
107
- _globals['_ENUMPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_start=2793
108
- _globals['_ENUMPROPERTIESPBO_COLORMAPPINGENTRY']._serialized_end=2844
109
- _globals['_DATERANGEPROPERTIESPBO']._serialized_start=4610
110
- _globals['_DATERANGEPROPERTIESPBO']._serialized_end=4728
111
- _globals['_CHILDLINKPROPERTIESPBO']._serialized_start=4730
112
- _globals['_CHILDLINKPROPERTIESPBO']._serialized_end=4800
113
- _globals['_ACTIONSTRINGPROPERTIESPBO']._serialized_start=4803
114
- _globals['_ACTIONSTRINGPROPERTIESPBO']._serialized_end=5033
115
- _globals['_ACTIONPROPERTIESPBO']._serialized_start=5036
116
- _globals['_ACTIONPROPERTIESPBO']._serialized_end=5170
117
- _globals['_ACCESSIONPROPERTIESPBO']._serialized_start=5173
118
- _globals['_ACCESSIONPROPERTIESPBO']._serialized_end=5413
119
- _globals['_VELOXFIELDDEFPBO']._serialized_start=5416
120
- _globals['_VELOXFIELDDEFPBO']._serialized_end=7236
121
- _globals['_VELOXFIELDDEFLISTPBO']._serialized_start=7238
122
- _globals['_VELOXFIELDDEFLISTPBO']._serialized_end=7306
123
- # @@protoc_insertion_point(module_scope)
@@ -1,24 +0,0 @@
1
- # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
- """Client and server classes corresponding to protobuf-defined services."""
3
- import grpc
4
- import warnings
5
-
6
-
7
- GRPC_GENERATED_VERSION = '1.70.0'
8
- GRPC_VERSION = grpc.__version__
9
- _version_not_supported = False
10
-
11
- try:
12
- from grpc._utilities import first_version_is_lower
13
- _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
14
- except ImportError:
15
- _version_not_supported = True
16
-
17
- if _version_not_supported:
18
- raise RuntimeError(
19
- f'The grpc package installed is at version {GRPC_VERSION},'
20
- + f' but the generated code in sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2_grpc.py depends on'
21
- + f' grpcio>={GRPC_GENERATED_VERSION}.'
22
- + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
23
- + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
24
- )
@@ -1,50 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: sapiopycommons/ai/api/plan/converter/proto/converter.proto
5
- # Protobuf Python Version: 5.29.0
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 29,
16
- 0,
17
- '',
18
- 'sapiopycommons/ai/api/plan/converter/proto/converter.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
- from sapiopycommons.ai.api.session.proto import sapio_conn_info_pb2 as sapiopycommons_dot_ai_dot_api_dot_session_dot_proto_dot_sapio__conn__info__pb2
26
- from sapiopycommons.ai.api.plan.item.proto import item_container_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_item_dot_proto_dot_item__container__pb2
27
-
28
- from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import *
29
- from sapiopycommons.ai.api.plan.item.proto.item_container_pb2 import *
30
-
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:sapiopycommons/ai/api/plan/converter/proto/converter.proto\x1a\x39sapiopycommons/ai/api/session/proto/sapio_conn_info.proto\x1a:sapiopycommons/ai/api/plan/item/proto/item_container.proto\"\x1c\n\x1a\x43onverterDetailsRequestPbo\"o\n\x12\x43ontentTypePairPbo\x12+\n\x12input_content_type\x18\x01 \x01(\x0b\x32\x0f.ContentTypePbo\x12,\n\x13output_content_type\x18\x02 \x01(\x0b\x32\x0f.ContentTypePbo\"Y\n\x1b\x43onverterDetailsResponsePbo\x12,\n\x0fsupported_types\x18\x01 \x03(\x0b\x32\x13.ContentTypePairPbo\x12\x0c\n\x04name\x18\x02 \x01(\t\"p\n\x11\x43onvertRequestPbo\x12-\n\x0eitem_container\x18\x01 \x01(\x0b\x32\x15.StepItemContainerPbo\x12,\n\x13target_content_type\x18\x03 \x01(\x0b\x32\x0f.ContentTypePbo\"C\n\x12\x43onvertResponsePbo\x12-\n\x0eitem_container\x18\x01 \x01(\x0b\x32\x15.StepItemContainerPbo2\x9f\x01\n\x10\x43onverterService\x12P\n\x13GetConverterDetails\x12\x1b.ConverterDetailsRequestPbo\x1a\x1c.ConverterDetailsResponsePbo\x12\x39\n\x0e\x43onvertContent\x12\x12.ConvertRequestPbo\x1a\x13.ConvertResponsePboP\x00P\x01\x62\x06proto3')
32
-
33
- _globals = globals()
34
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
35
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.converter.proto.converter_pb2', _globals)
36
- if not _descriptor._USE_C_DESCRIPTORS:
37
- DESCRIPTOR._loaded_options = None
38
- _globals['_CONVERTERDETAILSREQUESTPBO']._serialized_start=181
39
- _globals['_CONVERTERDETAILSREQUESTPBO']._serialized_end=209
40
- _globals['_CONTENTTYPEPAIRPBO']._serialized_start=211
41
- _globals['_CONTENTTYPEPAIRPBO']._serialized_end=322
42
- _globals['_CONVERTERDETAILSRESPONSEPBO']._serialized_start=324
43
- _globals['_CONVERTERDETAILSRESPONSEPBO']._serialized_end=413
44
- _globals['_CONVERTREQUESTPBO']._serialized_start=415
45
- _globals['_CONVERTREQUESTPBO']._serialized_end=527
46
- _globals['_CONVERTRESPONSEPBO']._serialized_start=529
47
- _globals['_CONVERTRESPONSEPBO']._serialized_end=596
48
- _globals['_CONVERTERSERVICE']._serialized_start=599
49
- _globals['_CONVERTERSERVICE']._serialized_end=758
50
- # @@protoc_insertion_point(module_scope)
@@ -1,55 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: sapiopycommons/ai/api/plan/item/proto/item_container.proto
5
- # Protobuf Python Version: 5.29.0
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 29,
16
- 0,
17
- '',
18
- 'sapiopycommons/ai/api/plan/item/proto/item_container.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:sapiopycommons/ai/api/plan/item/proto/item_container.proto\"2\n\x0e\x43ontentTypePbo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nextensions\x18\x02 \x03(\t\"$\n\x13StepCsvHeaderRowPbo\x12\r\n\x05\x63\x65lls\x18\x01 \x03(\t\"\x1e\n\rStepCsvRowPbo\x12\r\n\x05\x63\x65lls\x18\x01 \x03(\t\"Z\n\x13StepCsvContainerPbo\x12$\n\x06header\x18\x0e \x01(\x0b\x32\x14.StepCsvHeaderRowPbo\x12\x1d\n\x05items\x18\x0f \x03(\x0b\x32\x0e.StepCsvRowPbo\"%\n\x14StepJsonContainerPbo\x12\r\n\x05items\x18\x0f \x03(\t\"%\n\x14StepTextContainerPbo\x12\r\n\x05items\x18\x0f \x03(\t\"\'\n\x16StepBinaryContainerPbo\x12\r\n\x05items\x18\x0f \x03(\x0c\"<\n\x15StepImageContainerPbo\x12\x14\n\x0cimage_format\x18\x01 \x01(\t\x12\r\n\x05items\x18\x0f \x03(\x0c\"\x94\x02\n\x14StepItemContainerPbo\x12%\n\x0c\x63ontent_type\x18\x02 \x01(\x0b\x32\x0f.ContentTypePbo\x12\x34\n\x10\x62inary_container\x18\xff\x0f \x01(\x0b\x32\x17.StepBinaryContainerPboH\x00\x12.\n\rcsv_container\x18\xfe\x0f \x01(\x0b\x32\x14.StepCsvContainerPboH\x00\x12\x30\n\x0ejson_container\x18\xfd\x0f \x01(\x0b\x32\x15.StepJsonContainerPboH\x00\x12\x30\n\x0etext_container\x18\xfc\x0f \x01(\x0b\x32\x15.StepTextContainerPboH\x00\x42\x0b\n\tcontainer*A\n\x0b\x44\x61taTypePbo\x12\n\n\x06\x42INARY\x10\x00\x12\x08\n\x04JSON\x10\x01\x12\x07\n\x03\x43SV\x10\x02\x12\x08\n\x04TEXT\x10\x03\x12\t\n\x05IMAGE\x10\x04\x42!\n\x1d\x63om.velox.api.plan.item.protoP\x01\x62\x06proto3')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.item.proto.item_container_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- _globals['DESCRIPTOR']._loaded_options = None
34
- _globals['DESCRIPTOR']._serialized_options = b'\n\035com.velox.api.plan.item.protoP\001'
35
- _globals['_DATATYPEPBO']._serialized_start=736
36
- _globals['_DATATYPEPBO']._serialized_end=801
37
- _globals['_CONTENTTYPEPBO']._serialized_start=62
38
- _globals['_CONTENTTYPEPBO']._serialized_end=112
39
- _globals['_STEPCSVHEADERROWPBO']._serialized_start=114
40
- _globals['_STEPCSVHEADERROWPBO']._serialized_end=150
41
- _globals['_STEPCSVROWPBO']._serialized_start=152
42
- _globals['_STEPCSVROWPBO']._serialized_end=182
43
- _globals['_STEPCSVCONTAINERPBO']._serialized_start=184
44
- _globals['_STEPCSVCONTAINERPBO']._serialized_end=274
45
- _globals['_STEPJSONCONTAINERPBO']._serialized_start=276
46
- _globals['_STEPJSONCONTAINERPBO']._serialized_end=313
47
- _globals['_STEPTEXTCONTAINERPBO']._serialized_start=315
48
- _globals['_STEPTEXTCONTAINERPBO']._serialized_end=352
49
- _globals['_STEPBINARYCONTAINERPBO']._serialized_start=354
50
- _globals['_STEPBINARYCONTAINERPBO']._serialized_end=393
51
- _globals['_STEPIMAGECONTAINERPBO']._serialized_start=395
52
- _globals['_STEPIMAGECONTAINERPBO']._serialized_end=455
53
- _globals['_STEPITEMCONTAINERPBO']._serialized_start=458
54
- _globals['_STEPITEMCONTAINERPBO']._serialized_end=734
55
- # @@protoc_insertion_point(module_scope)