sapiopycommons 2025.4.23a491__tar.gz → 2025.4.24a492__tar.gz
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.
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/PKG-INFO +1 -1
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/pyproject.toml +1 -1
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.py +80 -80
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_output_pb2.py +11 -11
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_pb2.py +9 -9
- sapiopycommons-2025.4.24a492/src/sapiopycommons/ai/api/plan/script/proto/script_pb2.py +53 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/script/proto/script_pb2_grpc.py +13 -13
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/tool/proto/entry_pb2.py +22 -22
- sapiopycommons-2025.4.24a492/src/sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py +73 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/tool/proto/tool_pb2_grpc.py +13 -13
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.py +4 -4
- sapiopycommons-2025.4.23a491/src/sapiopycommons/ai/api/plan/script/proto/script_pb2.py +0 -53
- sapiopycommons-2025.4.23a491/src/sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py +0 -73
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/.gitignore +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/LICENSE +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/README.md +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2_grpc.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_output_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_output_pb2_grpc.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/proto/step_pb2_grpc.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/script/proto/script_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/tool/proto/entry_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/tool/proto/entry_pb2_grpc.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/plan/tool/proto/tool_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.pyi +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2_grpc.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/tool_of_tools.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/ai/tool_service_base.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/callbacks/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/callbacks/callback_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/callbacks/field_builder.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/chem/IndigoMolecules.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/chem/Molecules.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/chem/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/customreport/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/customreport/auto_pagers.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/customreport/column_builder.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/customreport/custom_report_builder.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/customreport/term_builder.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/datatype/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/datatype/attachment_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/datatype/data_fields.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/datatype/pseudo_data_types.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/eln/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/eln/experiment_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/eln/experiment_report_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/eln/experiment_tags.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/eln/plate_designer.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/complex_data_loader.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_bridge.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_bridge_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_data_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_validator.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/files/file_writer.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/flowcyto/flow_cyto.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/flowcyto/flowcyto_data.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/accession_service.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/aliases.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/audit_log.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/custom_report_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/directive_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/exceptions.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/html_formatter.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/popup_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/sapio_links.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/storage_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/general/time_util.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/multimodal/multimodal.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/multimodal/multimodal_data.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/processtracking/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/processtracking/custom_workflow_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/processtracking/endpoints.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/recordmodel/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/recordmodel/record_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/rules/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/rules/eln_rule_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/rules/on_save_rule_handler.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/samples/aliquot.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/sftpconnect/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/sftpconnect/sftp_builder.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/webhook/__init__.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/webhook/webhook_context.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/webhook/webhook_handlers.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/src/sapiopycommons/webhook/webservice_handlers.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/AF-A0A009IHW8-F1-model_v4.cif +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/_do_not_add_init_py_here +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/accession_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/aliquot_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/bio_reg_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/chem_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/chem_test_curation_queue.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/curation_queue_test.sdf +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/data_type_models.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto/101_DEN084Y5_15_E01_008_clean.fcs +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto/101_DEN084Y5_15_E03_009_clean.fcs +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto/101_DEN084Y5_15_E05_010_clean.fcs +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto/8_color_ICS.wsp +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto/COVID19_W_001_O.fcs +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/flowcyto_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/kappa.chains.fasta +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/mafft_test.py +0 -0
- {sapiopycommons-2025.4.23a491 → sapiopycommons-2025.4.24a492}/tests/test.gb +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: sapiopycommons
|
|
3
|
-
Version: 2025.4.
|
|
3
|
+
Version: 2025.4.24a492
|
|
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>
|
|
@@ -24,14 +24,14 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto\"F\n\x13\x46ieldValidatorProto\x12\x18\n\x10validation_regex\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\"F\n\x0f\x43olorRangeProto\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\"H\n\x1a\x42ooleanDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\x08\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"J\n\x1cSelectionDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"E\n\x17\x45numDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\")\n\x12ProcessDetailEntry\x12\x13\n\x0btodo_fields\x18\x01 \x03(\t\"\xb7\x01\n\x11\x42ooleanProperties\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\x35\n\x10\x64\x65pendent_fields\x18\x03 \x03(\x0b\x32\x1b.BooleanDependentFieldEntry\x12\x1f\n\x17is_hide_disabled_fields\x18\x04 \x01(\x08\x42\x10\n\x0e_default_value\"p\n\x0e\x44\x61teProperties\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\"\xc2\x02\n\x10\x44oubleProperties\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\x12.DoubleFormatProto\x12&\n\x0c\x63olor_ranges\x18\x06 \x03(\x0b\x32\x10.ColorRangeProto\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\"\xe9\x02\n\x11IntegerProperties\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\x10.ColorRangeProto\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\"\xe6\x02\n\x0eLongProperties\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\x10.ColorRangeProto\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\x0fShortProperties\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\x10.ColorRangeProto\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\"\xd2\x05\n\x13SelectionProperties\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\x32\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x1a\n\x12static_list_values\x18\x0c \x03(\t\x12=\n\rcolor_mapping\x18\r \x03(\x0b\x32&.SelectionProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x0e \x03(\t\x12\x46\n\x12process_detail_map\x18\x0f \x03(\x0b\x32*.SelectionProperties.ProcessDetailMapEntry\x12\x37\n\x10\x64\x65pendent_fields\x18\x10 \x03(\x0b\x32\x1d.SelectionDependentFieldEntry\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\x1aL\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\"\n\x05value\x18\x02 \x01(\x0b\x32\x13.ProcessDetailEntry:\x02\x38\x01\x42\x12\n\x10_field_validator\"\xe0\x02\n\x10StringProperties\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\x12.StringFormatProto\x12\x14\n\x0cis_auto_size\x18\n \x01(\x08\x12\x32\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x18\n\x10preserve_padding\x18\x0c \x01(\x08\x42\x12\n\x10_field_validator\"\xce\x01\n\x12SideLinkProperties\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\"\xe3\x04\n\x12PickListProperties\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\x32\n\x0f\x66ield_validator\x18\x07 \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12<\n\rcolor_mapping\x18\x08 \x03(\x0b\x32%.PickListProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\t \x03(\t\x12\x45\n\x12process_detail_map\x18\n \x03(\x0b\x32).PickListProperties.ProcessDetailMapEntry\x12\x37\n\x10\x64\x65pendent_fields\x18\x0b \x03(\x0b\x32\x1d.SelectionDependentFieldEntry\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\x1aL\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\"\n\x05value\x18\x02 \x01(\x0b\x32\x13.ProcessDetailEntry:\x02\x38\x01\x42\x12\n\x10_field_validator\"-\n\x14ParentLinkProperties\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x17\n\x15MultiParentProperties\"-\n\x14IdentifierProperties\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x14\n\x12\x46ileBlobProperties\"\xb1\x02\n\x0e\x45numProperties\x12\x1a\n\rdefault_value\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x0e\n\x06values\x18\x02 \x03(\t\x12\x38\n\rcolor_mapping\x18\x03 \x03(\x0b\x32!.EnumProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x04 \x03(\t\x12\x32\n\x10\x64\x65pendent_fields\x18\x05 \x03(\x0b\x32\x18.EnumDependentFieldEntry\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\"s\n\x13\x44\x61teRangeProperties\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\"C\n\x13\x43hildLinkProperties\x12\x1a\n\rdefault_value\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"\xe5\x01\n\x16\x41\x63tionStringProperties\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\x32\n\x0f\x66ield_validator\x18\x06 \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x13\n\x0b\x64irect_edit\x18\x07 \x01(\x08\x42\x12\n\x10_field_validator\"\x83\x01\n\x10\x41\x63tionProperties\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\"\xed\x01\n\x13\x41\x63\x63\x65ssionProperties\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\"\xea\r\n\x12VeloxFieldDefProto\x12(\n\x0f\x64\x61ta_field_type\x18\x01 \x01(\x0e\x32\x0f.FieldTypeProto\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\x13.SortDirectionProto\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!\n\tfont_size\x18\x0f \x01(\x0e\x32\x0e.FontSizeProto\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\x14.TextDecorationProto\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\x30\n\x12\x62oolean_properties\x18\x64 \x01(\x0b\x32\x12.BooleanPropertiesH\x00\x12*\n\x0f\x64\x61te_properties\x18\x65 \x01(\x0b\x32\x0f.DatePropertiesH\x00\x12.\n\x11\x64ouble_properties\x18\x66 \x01(\x0b\x32\x11.DoublePropertiesH\x00\x12\x30\n\x12integer_properties\x18g \x01(\x0b\x32\x12.IntegerPropertiesH\x00\x12*\n\x0flong_properties\x18h \x01(\x0b\x32\x0f.LongPropertiesH\x00\x12\x34\n\x14selection_properties\x18i \x01(\x0b\x32\x14.SelectionPropertiesH\x00\x12.\n\x11string_properties\x18j \x01(\x0b\x32\x11.StringPropertiesH\x00\x12\x33\n\x14side_link_properties\x18k \x01(\x0b\x32\x13.SideLinkPropertiesH\x00\x12,\n\x10short_properties\x18l \x01(\x0b\x32\x10.ShortPropertiesH\x00\x12\x32\n\x13picklist_properties\x18m \x01(\x0b\x32\x13.PickListPropertiesH\x00\x12\x37\n\x16parent_link_properties\x18n \x01(\x0b\x32\x15.ParentLinkPropertiesH\x00\x12\x39\n\x17multi_parent_properties\x18o \x01(\x0b\x32\x16.MultiParentPropertiesH\x00\x12\x36\n\x15identifier_properties\x18p \x01(\x0b\x32\x15.IdentifierPropertiesH\x00\x12\x33\n\x14\x66ile_blob_properties\x18q \x01(\x0b\x32\x13.FileBlobPropertiesH\x00\x12*\n\x0f\x65num_properties\x18r \x01(\x0b\x32\x0f.EnumPropertiesH\x00\x12\x35\n\x15\x64\x61te_range_properties\x18s \x01(\x0b\x32\x14.DateRangePropertiesH\x00\x12\x35\n\x15\x63hild_link_properties\x18t \x01(\x0b\x32\x14.ChildLinkPropertiesH\x00\x12;\n\x18\x61\x63tion_string_properties\x18u \x01(\x0b\x32\x17.ActionStringPropertiesH\x00\x12.\n\x11\x61\x63tion_properties\x18v \x01(\x0b\x32\x11.ActionPropertiesH\x00\x12\x34\n\x14\x61\x63\x63\x65ssion_properties\x18w \x01(\x0b\x32\x14.AccessionPropertiesH\x00\x42\x1a\n\x18type_specific_properties\"H\n\x16VeloxFieldDefProtoList\x12.\n\x11\x66ield_definitions\x18\x01 \x03(\x0b\x32\x13.VeloxFieldDefProto*\xd3\x02\n\x0e\x46ieldTypeProto\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*\x8a\x01\n\x12SortDirectionProto\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*j\n\rFontSizeProto\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*\x92\x01\n\x13TextDecorationProto\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*d\n\x11StringFormatProto\x12\x1d\n\x19STRING_FORMAT_UNSPECIFIED\x10\x00\x12\x17\n\x13STRING_FORMAT_PHONE\x10\x01\x12\x17\n\x13STRING_FORMAT_EMAIL\x10\x02*l\n\x11\x44oubleFormatProto\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$sapiopycommons.ai.api.fielddefinitions.protoP\x01\x62\x06proto3')
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nBsapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto\"F\n\x13\x46ieldValidatorProto\x12\x18\n\x10validation_regex\x18\x01 \x01(\t\x12\x15\n\rerror_message\x18\x02 \x01(\t\"F\n\x0f\x43olorRangeProto\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\"H\n\x1a\x42ooleanDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\x08\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"J\n\x1cSelectionDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\"E\n\x17\x45numDependentFieldEntry\x12\x0b\n\x03key\x18\x01 \x01(\x05\x12\x1d\n\x15\x64\x65pendent_field_names\x18\x02 \x03(\t\")\n\x12ProcessDetailEntry\x12\x13\n\x0btodo_fields\x18\x01 \x03(\t\"\xb7\x01\n\x11\x42ooleanProperties\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\x35\n\x10\x64\x65pendent_fields\x18\x03 \x03(\x0b\x32\x1b.BooleanDependentFieldEntry\x12\x1f\n\x17is_hide_disabled_fields\x18\x04 \x01(\x08\x42\x10\n\x0e_default_value\"p\n\x0e\x44\x61teProperties\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\"\xc2\x02\n\x10\x44oubleProperties\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\x12.DoubleFormatProto\x12&\n\x0c\x63olor_ranges\x18\x06 \x03(\x0b\x32\x10.ColorRangeProto\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\"\xe9\x02\n\x11IntegerProperties\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\x10.ColorRangeProto\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\"\xe6\x02\n\x0eLongProperties\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\x10.ColorRangeProto\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\x0fShortProperties\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\x10.ColorRangeProto\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\"\xd2\x05\n\x13SelectionProperties\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\x32\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x1a\n\x12static_list_values\x18\x0c \x03(\t\x12=\n\rcolor_mapping\x18\r \x03(\x0b\x32&.SelectionProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x0e \x03(\t\x12\x46\n\x12process_detail_map\x18\x0f \x03(\x0b\x32*.SelectionProperties.ProcessDetailMapEntry\x12\x37\n\x10\x64\x65pendent_fields\x18\x10 \x03(\x0b\x32\x1d.SelectionDependentFieldEntry\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\x1aL\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\"\n\x05value\x18\x02 \x01(\x0b\x32\x13.ProcessDetailEntry:\x02\x38\x01\x42\x12\n\x10_field_validator\"\xe0\x02\n\x10StringProperties\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\x12.StringFormatProto\x12\x14\n\x0cis_auto_size\x18\n \x01(\x08\x12\x32\n\x0f\x66ield_validator\x18\x0b \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x18\n\x10preserve_padding\x18\x0c \x01(\x08\x42\x12\n\x10_field_validator\"\xce\x01\n\x12SideLinkProperties\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\"\xe3\x04\n\x12PickListProperties\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\x32\n\x0f\x66ield_validator\x18\x07 \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12<\n\rcolor_mapping\x18\x08 \x03(\x0b\x32%.PickListProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\t \x03(\t\x12\x45\n\x12process_detail_map\x18\n \x03(\x0b\x32).PickListProperties.ProcessDetailMapEntry\x12\x37\n\x10\x64\x65pendent_fields\x18\x0b \x03(\x0b\x32\x1d.SelectionDependentFieldEntry\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\x1aL\n\x15ProcessDetailMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\"\n\x05value\x18\x02 \x01(\x0b\x32\x13.ProcessDetailEntry:\x02\x38\x01\x42\x12\n\x10_field_validator\"-\n\x14ParentLinkProperties\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x17\n\x15MultiParentProperties\"-\n\x14IdentifierProperties\x12\x15\n\rdefault_value\x18\x01 \x01(\t\"\x14\n\x12\x46ileBlobProperties\"\xb1\x02\n\x0e\x45numProperties\x12\x1a\n\rdefault_value\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x0e\n\x06values\x18\x02 \x03(\t\x12\x38\n\rcolor_mapping\x18\x03 \x03(\x0b\x32!.EnumProperties.ColorMappingEntry\x12\x1d\n\x15\x61uto_clear_field_list\x18\x04 \x03(\t\x12\x32\n\x10\x64\x65pendent_fields\x18\x05 \x03(\x0b\x32\x18.EnumDependentFieldEntry\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\"s\n\x13\x44\x61teRangeProperties\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\"C\n\x13\x43hildLinkProperties\x12\x1a\n\rdefault_value\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x10\n\x0e_default_value\"\xe5\x01\n\x16\x41\x63tionStringProperties\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\x32\n\x0f\x66ield_validator\x18\x06 \x01(\x0b\x32\x14.FieldValidatorProtoH\x00\x88\x01\x01\x12\x13\n\x0b\x64irect_edit\x18\x07 \x01(\x08\x42\x12\n\x10_field_validator\"\x83\x01\n\x10\x41\x63tionProperties\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\"\xed\x01\n\x13\x41\x63\x63\x65ssionProperties\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\"\xea\r\n\x12VeloxFieldDefProto\x12(\n\x0f\x64\x61ta_field_type\x18\x01 \x01(\x0e\x32\x0f.FieldTypeProto\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\x13.SortDirectionProto\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!\n\tfont_size\x18\x0f \x01(\x0e\x32\x0e.FontSizeProto\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\x14.TextDecorationProto\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\x30\n\x12\x62oolean_properties\x18\x64 \x01(\x0b\x32\x12.BooleanPropertiesH\x00\x12*\n\x0f\x64\x61te_properties\x18\x65 \x01(\x0b\x32\x0f.DatePropertiesH\x00\x12.\n\x11\x64ouble_properties\x18\x66 \x01(\x0b\x32\x11.DoublePropertiesH\x00\x12\x30\n\x12integer_properties\x18g \x01(\x0b\x32\x12.IntegerPropertiesH\x00\x12*\n\x0flong_properties\x18h \x01(\x0b\x32\x0f.LongPropertiesH\x00\x12\x34\n\x14selection_properties\x18i \x01(\x0b\x32\x14.SelectionPropertiesH\x00\x12.\n\x11string_properties\x18j \x01(\x0b\x32\x11.StringPropertiesH\x00\x12\x33\n\x14side_link_properties\x18k \x01(\x0b\x32\x13.SideLinkPropertiesH\x00\x12,\n\x10short_properties\x18l \x01(\x0b\x32\x10.ShortPropertiesH\x00\x12\x32\n\x13picklist_properties\x18m \x01(\x0b\x32\x13.PickListPropertiesH\x00\x12\x37\n\x16parent_link_properties\x18n \x01(\x0b\x32\x15.ParentLinkPropertiesH\x00\x12\x39\n\x17multi_parent_properties\x18o \x01(\x0b\x32\x16.MultiParentPropertiesH\x00\x12\x36\n\x15identifier_properties\x18p \x01(\x0b\x32\x15.IdentifierPropertiesH\x00\x12\x33\n\x14\x66ile_blob_properties\x18q \x01(\x0b\x32\x13.FileBlobPropertiesH\x00\x12*\n\x0f\x65num_properties\x18r \x01(\x0b\x32\x0f.EnumPropertiesH\x00\x12\x35\n\x15\x64\x61te_range_properties\x18s \x01(\x0b\x32\x14.DateRangePropertiesH\x00\x12\x35\n\x15\x63hild_link_properties\x18t \x01(\x0b\x32\x14.ChildLinkPropertiesH\x00\x12;\n\x18\x61\x63tion_string_properties\x18u \x01(\x0b\x32\x17.ActionStringPropertiesH\x00\x12.\n\x11\x61\x63tion_properties\x18v \x01(\x0b\x32\x11.ActionPropertiesH\x00\x12\x34\n\x14\x61\x63\x63\x65ssion_properties\x18w \x01(\x0b\x32\x14.AccessionPropertiesH\x00\x42\x1a\n\x18type_specific_properties\"H\n\x16VeloxFieldDefProtoList\x12.\n\x11\x66ield_definitions\x18\x01 \x03(\x0b\x32\x13.VeloxFieldDefProto*\xd3\x02\n\x0e\x46ieldTypeProto\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*\x8a\x01\n\x12SortDirectionProto\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*j\n\rFontSizeProto\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*\x92\x01\n\x13TextDecorationProto\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*d\n\x11StringFormatProto\x12\x1d\n\x19STRING_FORMAT_UNSPECIFIED\x10\x00\x12\x17\n\x13STRING_FORMAT_PHONE\x10\x01\x12\x17\n\x13STRING_FORMAT_EMAIL\x10\x02*l\n\x11\x44oubleFormatProto\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
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
31
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2', _globals)
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
-
_globals['DESCRIPTOR']._serialized_options = b'\
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\nsapiopycommons.ai.api.fielddefinitions.protoP\001'
|
|
35
35
|
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._loaded_options = None
|
|
36
36
|
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._serialized_options = b'8\001'
|
|
37
37
|
_globals['_SELECTIONPROPERTIES_PROCESSDETAILMAPENTRY']._loaded_options = None
|
|
@@ -42,82 +42,82 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
42
42
|
_globals['_PICKLISTPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_options = b'8\001'
|
|
43
43
|
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._loaded_options = None
|
|
44
44
|
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._serialized_options = b'8\001'
|
|
45
|
-
_globals['_FIELDTYPEPROTO']._serialized_start=
|
|
46
|
-
_globals['_FIELDTYPEPROTO']._serialized_end=
|
|
47
|
-
_globals['_SORTDIRECTIONPROTO']._serialized_start=
|
|
48
|
-
_globals['_SORTDIRECTIONPROTO']._serialized_end=
|
|
49
|
-
_globals['_FONTSIZEPROTO']._serialized_start=
|
|
50
|
-
_globals['_FONTSIZEPROTO']._serialized_end=
|
|
51
|
-
_globals['_TEXTDECORATIONPROTO']._serialized_start=
|
|
52
|
-
_globals['_TEXTDECORATIONPROTO']._serialized_end=
|
|
53
|
-
_globals['_STRINGFORMATPROTO']._serialized_start=
|
|
54
|
-
_globals['_STRINGFORMATPROTO']._serialized_end=
|
|
55
|
-
_globals['_DOUBLEFORMATPROTO']._serialized_start=
|
|
56
|
-
_globals['_DOUBLEFORMATPROTO']._serialized_end=
|
|
57
|
-
_globals['_FIELDVALIDATORPROTO']._serialized_start=
|
|
58
|
-
_globals['_FIELDVALIDATORPROTO']._serialized_end=
|
|
59
|
-
_globals['_COLORRANGEPROTO']._serialized_start=
|
|
60
|
-
_globals['_COLORRANGEPROTO']._serialized_end=
|
|
61
|
-
_globals['_BOOLEANDEPENDENTFIELDENTRY']._serialized_start=
|
|
62
|
-
_globals['_BOOLEANDEPENDENTFIELDENTRY']._serialized_end=
|
|
63
|
-
_globals['_SELECTIONDEPENDENTFIELDENTRY']._serialized_start=
|
|
64
|
-
_globals['_SELECTIONDEPENDENTFIELDENTRY']._serialized_end=
|
|
65
|
-
_globals['_ENUMDEPENDENTFIELDENTRY']._serialized_start=
|
|
66
|
-
_globals['_ENUMDEPENDENTFIELDENTRY']._serialized_end=
|
|
67
|
-
_globals['_PROCESSDETAILENTRY']._serialized_start=
|
|
68
|
-
_globals['_PROCESSDETAILENTRY']._serialized_end=
|
|
69
|
-
_globals['_BOOLEANPROPERTIES']._serialized_start=
|
|
70
|
-
_globals['_BOOLEANPROPERTIES']._serialized_end=
|
|
71
|
-
_globals['_DATEPROPERTIES']._serialized_start=
|
|
72
|
-
_globals['_DATEPROPERTIES']._serialized_end=
|
|
73
|
-
_globals['_DOUBLEPROPERTIES']._serialized_start=
|
|
74
|
-
_globals['_DOUBLEPROPERTIES']._serialized_end=
|
|
75
|
-
_globals['_INTEGERPROPERTIES']._serialized_start=
|
|
76
|
-
_globals['_INTEGERPROPERTIES']._serialized_end=
|
|
77
|
-
_globals['_LONGPROPERTIES']._serialized_start=
|
|
78
|
-
_globals['_LONGPROPERTIES']._serialized_end=
|
|
79
|
-
_globals['_SHORTPROPERTIES']._serialized_start=
|
|
80
|
-
_globals['_SHORTPROPERTIES']._serialized_end=
|
|
81
|
-
_globals['_SELECTIONPROPERTIES']._serialized_start=
|
|
82
|
-
_globals['_SELECTIONPROPERTIES']._serialized_end=
|
|
83
|
-
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._serialized_start=
|
|
84
|
-
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._serialized_end=
|
|
85
|
-
_globals['_SELECTIONPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_start=
|
|
86
|
-
_globals['_SELECTIONPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_end=
|
|
87
|
-
_globals['_STRINGPROPERTIES']._serialized_start=
|
|
88
|
-
_globals['_STRINGPROPERTIES']._serialized_end=
|
|
89
|
-
_globals['_SIDELINKPROPERTIES']._serialized_start=
|
|
90
|
-
_globals['_SIDELINKPROPERTIES']._serialized_end=
|
|
91
|
-
_globals['_PICKLISTPROPERTIES']._serialized_start=
|
|
92
|
-
_globals['_PICKLISTPROPERTIES']._serialized_end=
|
|
93
|
-
_globals['_PICKLISTPROPERTIES_COLORMAPPINGENTRY']._serialized_start=
|
|
94
|
-
_globals['_PICKLISTPROPERTIES_COLORMAPPINGENTRY']._serialized_end=
|
|
95
|
-
_globals['_PICKLISTPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_start=
|
|
96
|
-
_globals['_PICKLISTPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_end=
|
|
97
|
-
_globals['_PARENTLINKPROPERTIES']._serialized_start=
|
|
98
|
-
_globals['_PARENTLINKPROPERTIES']._serialized_end=
|
|
99
|
-
_globals['_MULTIPARENTPROPERTIES']._serialized_start=
|
|
100
|
-
_globals['_MULTIPARENTPROPERTIES']._serialized_end=
|
|
101
|
-
_globals['_IDENTIFIERPROPERTIES']._serialized_start=
|
|
102
|
-
_globals['_IDENTIFIERPROPERTIES']._serialized_end=
|
|
103
|
-
_globals['_FILEBLOBPROPERTIES']._serialized_start=
|
|
104
|
-
_globals['_FILEBLOBPROPERTIES']._serialized_end=
|
|
105
|
-
_globals['_ENUMPROPERTIES']._serialized_start=
|
|
106
|
-
_globals['_ENUMPROPERTIES']._serialized_end=
|
|
107
|
-
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._serialized_start=
|
|
108
|
-
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._serialized_end=
|
|
109
|
-
_globals['_DATERANGEPROPERTIES']._serialized_start=
|
|
110
|
-
_globals['_DATERANGEPROPERTIES']._serialized_end=
|
|
111
|
-
_globals['_CHILDLINKPROPERTIES']._serialized_start=
|
|
112
|
-
_globals['_CHILDLINKPROPERTIES']._serialized_end=
|
|
113
|
-
_globals['_ACTIONSTRINGPROPERTIES']._serialized_start=
|
|
114
|
-
_globals['_ACTIONSTRINGPROPERTIES']._serialized_end=
|
|
115
|
-
_globals['_ACTIONPROPERTIES']._serialized_start=
|
|
116
|
-
_globals['_ACTIONPROPERTIES']._serialized_end=
|
|
117
|
-
_globals['_ACCESSIONPROPERTIES']._serialized_start=
|
|
118
|
-
_globals['_ACCESSIONPROPERTIES']._serialized_end=
|
|
119
|
-
_globals['_VELOXFIELDDEFPROTO']._serialized_start=
|
|
120
|
-
_globals['_VELOXFIELDDEFPROTO']._serialized_end=
|
|
121
|
-
_globals['_VELOXFIELDDEFPROTOLIST']._serialized_start=
|
|
122
|
-
_globals['_VELOXFIELDDEFPROTOLIST']._serialized_end=
|
|
45
|
+
_globals['_FIELDTYPEPROTO']._serialized_start=7182
|
|
46
|
+
_globals['_FIELDTYPEPROTO']._serialized_end=7521
|
|
47
|
+
_globals['_SORTDIRECTIONPROTO']._serialized_start=7524
|
|
48
|
+
_globals['_SORTDIRECTIONPROTO']._serialized_end=7662
|
|
49
|
+
_globals['_FONTSIZEPROTO']._serialized_start=7664
|
|
50
|
+
_globals['_FONTSIZEPROTO']._serialized_end=7770
|
|
51
|
+
_globals['_TEXTDECORATIONPROTO']._serialized_start=7773
|
|
52
|
+
_globals['_TEXTDECORATIONPROTO']._serialized_end=7919
|
|
53
|
+
_globals['_STRINGFORMATPROTO']._serialized_start=7921
|
|
54
|
+
_globals['_STRINGFORMATPROTO']._serialized_end=8021
|
|
55
|
+
_globals['_DOUBLEFORMATPROTO']._serialized_start=8023
|
|
56
|
+
_globals['_DOUBLEFORMATPROTO']._serialized_end=8131
|
|
57
|
+
_globals['_FIELDVALIDATORPROTO']._serialized_start=70
|
|
58
|
+
_globals['_FIELDVALIDATORPROTO']._serialized_end=140
|
|
59
|
+
_globals['_COLORRANGEPROTO']._serialized_start=142
|
|
60
|
+
_globals['_COLORRANGEPROTO']._serialized_end=212
|
|
61
|
+
_globals['_BOOLEANDEPENDENTFIELDENTRY']._serialized_start=214
|
|
62
|
+
_globals['_BOOLEANDEPENDENTFIELDENTRY']._serialized_end=286
|
|
63
|
+
_globals['_SELECTIONDEPENDENTFIELDENTRY']._serialized_start=288
|
|
64
|
+
_globals['_SELECTIONDEPENDENTFIELDENTRY']._serialized_end=362
|
|
65
|
+
_globals['_ENUMDEPENDENTFIELDENTRY']._serialized_start=364
|
|
66
|
+
_globals['_ENUMDEPENDENTFIELDENTRY']._serialized_end=433
|
|
67
|
+
_globals['_PROCESSDETAILENTRY']._serialized_start=435
|
|
68
|
+
_globals['_PROCESSDETAILENTRY']._serialized_end=476
|
|
69
|
+
_globals['_BOOLEANPROPERTIES']._serialized_start=479
|
|
70
|
+
_globals['_BOOLEANPROPERTIES']._serialized_end=662
|
|
71
|
+
_globals['_DATEPROPERTIES']._serialized_start=664
|
|
72
|
+
_globals['_DATEPROPERTIES']._serialized_end=776
|
|
73
|
+
_globals['_DOUBLEPROPERTIES']._serialized_start=779
|
|
74
|
+
_globals['_DOUBLEPROPERTIES']._serialized_end=1101
|
|
75
|
+
_globals['_INTEGERPROPERTIES']._serialized_start=1104
|
|
76
|
+
_globals['_INTEGERPROPERTIES']._serialized_end=1465
|
|
77
|
+
_globals['_LONGPROPERTIES']._serialized_start=1468
|
|
78
|
+
_globals['_LONGPROPERTIES']._serialized_end=1826
|
|
79
|
+
_globals['_SHORTPROPERTIES']._serialized_start=1829
|
|
80
|
+
_globals['_SHORTPROPERTIES']._serialized_end=2188
|
|
81
|
+
_globals['_SELECTIONPROPERTIES']._serialized_start=2191
|
|
82
|
+
_globals['_SELECTIONPROPERTIES']._serialized_end=2913
|
|
83
|
+
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._serialized_start=2764
|
|
84
|
+
_globals['_SELECTIONPROPERTIES_COLORMAPPINGENTRY']._serialized_end=2815
|
|
85
|
+
_globals['_SELECTIONPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_start=2817
|
|
86
|
+
_globals['_SELECTIONPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_end=2893
|
|
87
|
+
_globals['_STRINGPROPERTIES']._serialized_start=2916
|
|
88
|
+
_globals['_STRINGPROPERTIES']._serialized_end=3268
|
|
89
|
+
_globals['_SIDELINKPROPERTIES']._serialized_start=3271
|
|
90
|
+
_globals['_SIDELINKPROPERTIES']._serialized_end=3477
|
|
91
|
+
_globals['_PICKLISTPROPERTIES']._serialized_start=3480
|
|
92
|
+
_globals['_PICKLISTPROPERTIES']._serialized_end=4091
|
|
93
|
+
_globals['_PICKLISTPROPERTIES_COLORMAPPINGENTRY']._serialized_start=2764
|
|
94
|
+
_globals['_PICKLISTPROPERTIES_COLORMAPPINGENTRY']._serialized_end=2815
|
|
95
|
+
_globals['_PICKLISTPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_start=2817
|
|
96
|
+
_globals['_PICKLISTPROPERTIES_PROCESSDETAILMAPENTRY']._serialized_end=2893
|
|
97
|
+
_globals['_PARENTLINKPROPERTIES']._serialized_start=4093
|
|
98
|
+
_globals['_PARENTLINKPROPERTIES']._serialized_end=4138
|
|
99
|
+
_globals['_MULTIPARENTPROPERTIES']._serialized_start=4140
|
|
100
|
+
_globals['_MULTIPARENTPROPERTIES']._serialized_end=4163
|
|
101
|
+
_globals['_IDENTIFIERPROPERTIES']._serialized_start=4165
|
|
102
|
+
_globals['_IDENTIFIERPROPERTIES']._serialized_end=4210
|
|
103
|
+
_globals['_FILEBLOBPROPERTIES']._serialized_start=4212
|
|
104
|
+
_globals['_FILEBLOBPROPERTIES']._serialized_end=4232
|
|
105
|
+
_globals['_ENUMPROPERTIES']._serialized_start=4235
|
|
106
|
+
_globals['_ENUMPROPERTIES']._serialized_end=4540
|
|
107
|
+
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._serialized_start=2764
|
|
108
|
+
_globals['_ENUMPROPERTIES_COLORMAPPINGENTRY']._serialized_end=2815
|
|
109
|
+
_globals['_DATERANGEPROPERTIES']._serialized_start=4542
|
|
110
|
+
_globals['_DATERANGEPROPERTIES']._serialized_end=4657
|
|
111
|
+
_globals['_CHILDLINKPROPERTIES']._serialized_start=4659
|
|
112
|
+
_globals['_CHILDLINKPROPERTIES']._serialized_end=4726
|
|
113
|
+
_globals['_ACTIONSTRINGPROPERTIES']._serialized_start=4729
|
|
114
|
+
_globals['_ACTIONSTRINGPROPERTIES']._serialized_end=4958
|
|
115
|
+
_globals['_ACTIONPROPERTIES']._serialized_start=4961
|
|
116
|
+
_globals['_ACTIONPROPERTIES']._serialized_end=5092
|
|
117
|
+
_globals['_ACCESSIONPROPERTIES']._serialized_start=5095
|
|
118
|
+
_globals['_ACCESSIONPROPERTIES']._serialized_end=5332
|
|
119
|
+
_globals['_VELOXFIELDDEFPROTO']._serialized_start=5335
|
|
120
|
+
_globals['_VELOXFIELDDEFPROTO']._serialized_end=7105
|
|
121
|
+
_globals['_VELOXFIELDDEFPROTOLIST']._serialized_start=7107
|
|
122
|
+
_globals['_VELOXFIELDDEFPROTOLIST']._serialized_end=7179
|
|
123
123
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2sapiopycommons/ai/api/plan/proto/step_output.proto\"$\n\x13StepJsonOutputEntry\x12\r\n\x05\x65ntry\x18\x01 \x01(\t\"$\n\x13StepTextOutputEntry\x12\r\n\x05\x65ntry\x18\x01 \x01(\t\"#\n\x12StepCsvOutputEntry\x12\r\n\x05\x63\x65lls\x18\x01 \x03(\t\"&\n\x15StepBinaryOutputEntry\x12\r\n\x05\x65ntry\x18\x01 \x01(\x0c\"\xd1\x01\n\x0fStepOutputEntry\x12+\n\x0bjson_output\x18\x01 \x01(\x0b\x32\x14.StepJsonOutputEntryH\x00\x12+\n\x0btext_output\x18\x02 \x01(\x0b\x32\x14.StepTextOutputEntryH\x00\x12)\n\ncsv_output\x18\x03 \x01(\x0b\x32\x13.StepCsvOutputEntryH\x00\x12/\n\rbinary_output\x18\x04 \x01(\x0b\x32\x16.StepBinaryOutputEntryH\x00\x42\x08\n\x06outputB\x1c\n\x18\x63om.velox.api.plan.protoP\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,14 +32,14 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
34
|
_globals['DESCRIPTOR']._serialized_options = b'\n\030sapiopycommons.ai.api.plan.protoP\001'
|
|
35
|
-
_globals['_STEPJSONOUTPUTENTRY']._serialized_start=
|
|
36
|
-
_globals['_STEPJSONOUTPUTENTRY']._serialized_end=
|
|
37
|
-
_globals['_STEPTEXTOUTPUTENTRY']._serialized_start=
|
|
38
|
-
_globals['_STEPTEXTOUTPUTENTRY']._serialized_end=
|
|
39
|
-
_globals['_STEPCSVOUTPUTENTRY']._serialized_start=
|
|
40
|
-
_globals['_STEPCSVOUTPUTENTRY']._serialized_end=
|
|
41
|
-
_globals['_STEPBINARYOUTPUTENTRY']._serialized_start=
|
|
42
|
-
_globals['_STEPBINARYOUTPUTENTRY']._serialized_end=
|
|
43
|
-
_globals['_STEPOUTPUTENTRY']._serialized_start=
|
|
44
|
-
_globals['_STEPOUTPUTENTRY']._serialized_end=
|
|
35
|
+
_globals['_STEPJSONOUTPUTENTRY']._serialized_start=54
|
|
36
|
+
_globals['_STEPJSONOUTPUTENTRY']._serialized_end=90
|
|
37
|
+
_globals['_STEPTEXTOUTPUTENTRY']._serialized_start=92
|
|
38
|
+
_globals['_STEPTEXTOUTPUTENTRY']._serialized_end=128
|
|
39
|
+
_globals['_STEPCSVOUTPUTENTRY']._serialized_start=130
|
|
40
|
+
_globals['_STEPCSVOUTPUTENTRY']._serialized_end=165
|
|
41
|
+
_globals['_STEPBINARYOUTPUTENTRY']._serialized_start=167
|
|
42
|
+
_globals['_STEPBINARYOUTPUTENTRY']._serialized_end=205
|
|
43
|
+
_globals['_STEPOUTPUTENTRY']._serialized_start=208
|
|
44
|
+
_globals['_STEPOUTPUTENTRY']._serialized_end=417
|
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+sapiopycommons/ai/api/plan/proto/step.proto\"K\n\nStepIoInfo\x12\x16\n\x0estep_io_number\x18\x01 \x01(\x05\x12\x14\n\x0c\x63ontent_type\x18\x02 \x01(\t\x12\x0f\n\x07io_name\x18\x03 \x01(\t\"l\n\rStepIoDetails\x12!\n\x0cstep_io_info\x18\x01 \x01(\x0b\x32\x0b.StepIoInfo\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0f\n\x07\x65xample\x18\x03 \x01(\t\x12\x12\n\nvalidation\x18\x04 \x01(\t\"j\n\x10StepInputDetails\x12\'\n\x0fstep_io_details\x18\x01 \x01(\x0b\x32\x0e.StepIoDetails\x12\x18\n\x10paging_supported\x18\x02 \x01(\x08\x12\x13\n\x0bmax_entries\x18\x03 \x01(\x05\"<\n\x11StepOutputDetails\x12\'\n\x0fstep_io_details\x18\x01 \x01(\x0b\x32\x0e.StepIoDetailsB\x1c\n\x18\x63om.velox.api.plan.protoP\x01\x62\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -32,12 +32,12 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
34
|
_globals['DESCRIPTOR']._serialized_options = b'\n\030sapiopycommons.ai.api.plan.protoP\001'
|
|
35
|
-
_globals['_STEPIOINFO']._serialized_start=
|
|
36
|
-
_globals['_STEPIOINFO']._serialized_end=
|
|
37
|
-
_globals['_STEPIODETAILS']._serialized_start=
|
|
38
|
-
_globals['_STEPIODETAILS']._serialized_end=
|
|
39
|
-
_globals['_STEPINPUTDETAILS']._serialized_start=
|
|
40
|
-
_globals['_STEPINPUTDETAILS']._serialized_end=
|
|
41
|
-
_globals['_STEPOUTPUTDETAILS']._serialized_start=
|
|
42
|
-
_globals['_STEPOUTPUTDETAILS']._serialized_end=
|
|
35
|
+
_globals['_STEPIOINFO']._serialized_start=47
|
|
36
|
+
_globals['_STEPIOINFO']._serialized_end=122
|
|
37
|
+
_globals['_STEPIODETAILS']._serialized_start=124
|
|
38
|
+
_globals['_STEPIODETAILS']._serialized_end=232
|
|
39
|
+
_globals['_STEPINPUTDETAILS']._serialized_start=234
|
|
40
|
+
_globals['_STEPINPUTDETAILS']._serialized_end=340
|
|
41
|
+
_globals['_STEPOUTPUTDETAILS']._serialized_start=342
|
|
42
|
+
_globals['_STEPOUTPUTDETAILS']._serialized_end=402
|
|
43
43
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,53 @@
|
|
|
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/script/proto/script.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/script/proto/script.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from sapiopycommons.ai.api.plan.tool.proto import entry_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_entry__pb2
|
|
26
|
+
from sapiopycommons.ai.api.plan.proto import step_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_proto_dot_step__pb2
|
|
27
|
+
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
|
|
28
|
+
|
|
29
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import *
|
|
30
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import *
|
|
31
|
+
from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import *
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4sapiopycommons/ai/api/plan/script/proto/script.proto\x1a\x31sapiopycommons/ai/api/plan/tool/proto/entry.proto\x1a+sapiopycommons/ai/api/plan/proto/step.proto\x1a\x39sapiopycommons/ai/api/session/proto/sapio_conn_info.proto\"\xf0\x02\n\x16\x43reateScriptJobRequest\x12(\n\nsapio_user\x18\x01 \x01(\x0b\x32\x14.SapioConnectionInfo\x12\x17\n\x0fscript_language\x18\x02 \x01(\t\x12\x18\n\x10plan_instance_id\x18\x03 \x01(\x03\x12\x18\n\x10step_instance_id\x18\x04 \x01(\x03\x12\x15\n\rinvocation_id\x18\x05 \x01(\x03\x12\"\n\rinput_configs\x18\x06 \x03(\x0b\x32\x0b.StepIoInfo\x12#\n\x0eoutput_configs\x18\x07 \x03(\x0b\x32\x0b.StepIoInfo\x12\x0f\n\x06script\x18\x80\x08 \x01(\t\x12\x10\n\x07timeout\x18\x81\x08 \x01(\x05\x12\x16\n\rmax_memory_mb\x18\x82\x08 \x01(\x05\x12\x1a\n\x11working_directory\x18\x83\x08 \x01(\t\x12(\n\nentry_data\x18\xff\x0f \x03(\x0b\x32\x13.StepEntryInputData\")\n\x17\x43reateScriptJobResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"3\n\rGetJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x12\n\nlog_offset\x18\x02 \x01(\x05\"w\n\x0eGetJobResponse\x12\x1a\n\x06status\x18\x01 \x01(\x0e\x32\n.JobStatus\x12\x0b\n\x03log\x18\x02 \x01(\t\x12\x11\n\texception\x18\x03 \x01(\t\x12)\n\nentry_data\x18\xff\x0f \x03(\x0b\x32\x14.StepEntryOutputData*@\n\tJobStatus\x12\x0b\n\x07PENDING\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\r\n\tCOMPLETED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x32\x80\x01\n\rScriptService\x12\x44\n\x0f\x43reateScriptJob\x12\x17.CreateScriptJobRequest\x1a\x18.CreateScriptJobResponse\x12)\n\x06GetJob\x12\x0e.GetJobRequest\x1a\x0f.GetJobResponseB!\n\x1f\x63om.velox.api.plan.script.protoP\x00P\x01P\x02\x62\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.script.proto.script_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\037sapiopycommons.ai.api.plan.script.proto'
|
|
41
|
+
_globals['_JOBSTATUS']._serialized_start=799
|
|
42
|
+
_globals['_JOBSTATUS']._serialized_end=863
|
|
43
|
+
_globals['_CREATESCRIPTJOBREQUEST']._serialized_start=212
|
|
44
|
+
_globals['_CREATESCRIPTJOBREQUEST']._serialized_end=580
|
|
45
|
+
_globals['_CREATESCRIPTJOBRESPONSE']._serialized_start=582
|
|
46
|
+
_globals['_CREATESCRIPTJOBRESPONSE']._serialized_end=623
|
|
47
|
+
_globals['_GETJOBREQUEST']._serialized_start=625
|
|
48
|
+
_globals['_GETJOBREQUEST']._serialized_end=676
|
|
49
|
+
_globals['_GETJOBRESPONSE']._serialized_start=678
|
|
50
|
+
_globals['_GETJOBRESPONSE']._serialized_end=797
|
|
51
|
+
_globals['_SCRIPTSERVICE']._serialized_start=866
|
|
52
|
+
_globals['_SCRIPTSERVICE']._serialized_end=994
|
|
53
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import grpc
|
|
4
4
|
import warnings
|
|
5
5
|
|
|
6
|
-
from sapiopycommons.ai.api.plan.script.proto import script_pb2 as
|
|
6
|
+
from sapiopycommons.ai.api.plan.script.proto import script_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2
|
|
7
7
|
|
|
8
8
|
GRPC_GENERATED_VERSION = '1.70.0'
|
|
9
9
|
GRPC_VERSION = grpc.__version__
|
|
@@ -40,13 +40,13 @@ class ScriptServiceStub(object):
|
|
|
40
40
|
"""
|
|
41
41
|
self.CreateScriptJob = channel.unary_unary(
|
|
42
42
|
'/ScriptService/CreateScriptJob',
|
|
43
|
-
request_serializer=
|
|
44
|
-
response_deserializer=
|
|
43
|
+
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobRequest.SerializeToString,
|
|
44
|
+
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobResponse.FromString,
|
|
45
45
|
_registered_method=True)
|
|
46
46
|
self.GetJob = channel.unary_unary(
|
|
47
47
|
'/ScriptService/GetJob',
|
|
48
|
-
request_serializer=
|
|
49
|
-
response_deserializer=
|
|
48
|
+
request_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobRequest.SerializeToString,
|
|
49
|
+
response_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobResponse.FromString,
|
|
50
50
|
_registered_method=True)
|
|
51
51
|
|
|
52
52
|
|
|
@@ -75,13 +75,13 @@ def add_ScriptServiceServicer_to_server(servicer, server):
|
|
|
75
75
|
rpc_method_handlers = {
|
|
76
76
|
'CreateScriptJob': grpc.unary_unary_rpc_method_handler(
|
|
77
77
|
servicer.CreateScriptJob,
|
|
78
|
-
request_deserializer=
|
|
79
|
-
response_serializer=
|
|
78
|
+
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobRequest.FromString,
|
|
79
|
+
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobResponse.SerializeToString,
|
|
80
80
|
),
|
|
81
81
|
'GetJob': grpc.unary_unary_rpc_method_handler(
|
|
82
82
|
servicer.GetJob,
|
|
83
|
-
request_deserializer=
|
|
84
|
-
response_serializer=
|
|
83
|
+
request_deserializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobRequest.FromString,
|
|
84
|
+
response_serializer=sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobResponse.SerializeToString,
|
|
85
85
|
),
|
|
86
86
|
}
|
|
87
87
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
@@ -113,8 +113,8 @@ class ScriptService(object):
|
|
|
113
113
|
request,
|
|
114
114
|
target,
|
|
115
115
|
'/ScriptService/CreateScriptJob',
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobRequest.SerializeToString,
|
|
117
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.CreateScriptJobResponse.FromString,
|
|
118
118
|
options,
|
|
119
119
|
channel_credentials,
|
|
120
120
|
insecure,
|
|
@@ -140,8 +140,8 @@ class ScriptService(object):
|
|
|
140
140
|
request,
|
|
141
141
|
target,
|
|
142
142
|
'/ScriptService/GetJob',
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobRequest.SerializeToString,
|
|
144
|
+
sapiopycommons_dot_ai_dot_api_dot_plan_dot_script_dot_proto_dot_script__pb2.GetJobResponse.FromString,
|
|
145
145
|
options,
|
|
146
146
|
channel_credentials,
|
|
147
147
|
insecure,
|
|
@@ -32,26 +32,26 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.
|
|
|
32
32
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
33
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
34
|
_globals['DESCRIPTOR']._serialized_options = b'\n\035sapiopycommons.ai.api.plan.tool.protoP\001'
|
|
35
|
-
_globals['_DATATYPE']._serialized_start=
|
|
36
|
-
_globals['_DATATYPE']._serialized_end=
|
|
37
|
-
_globals['_STEPCSVHEADERROW']._serialized_start=
|
|
38
|
-
_globals['_STEPCSVHEADERROW']._serialized_end=
|
|
39
|
-
_globals['_STEPCSVROW']._serialized_start=
|
|
40
|
-
_globals['_STEPCSVROW']._serialized_end=
|
|
41
|
-
_globals['_STEPCSVDATA']._serialized_start=
|
|
42
|
-
_globals['_STEPCSVDATA']._serialized_end=
|
|
43
|
-
_globals['_STEPJSONDATA']._serialized_start=
|
|
44
|
-
_globals['_STEPJSONDATA']._serialized_end=
|
|
45
|
-
_globals['_STEPTEXTDATA']._serialized_start=
|
|
46
|
-
_globals['_STEPTEXTDATA']._serialized_end=
|
|
47
|
-
_globals['_STEPBINARYDATA']._serialized_start=
|
|
48
|
-
_globals['_STEPBINARYDATA']._serialized_end=
|
|
49
|
-
_globals['_STEPIMAGEDATA']._serialized_start=
|
|
50
|
-
_globals['_STEPIMAGEDATA']._serialized_end=
|
|
51
|
-
_globals['_STEPENTRYDATA']._serialized_start=
|
|
52
|
-
_globals['_STEPENTRYDATA']._serialized_end=
|
|
53
|
-
_globals['_STEPENTRYINPUTDATA']._serialized_start=
|
|
54
|
-
_globals['_STEPENTRYINPUTDATA']._serialized_end=
|
|
55
|
-
_globals['_STEPENTRYOUTPUTDATA']._serialized_start=
|
|
56
|
-
_globals['_STEPENTRYOUTPUTDATA']._serialized_end=
|
|
35
|
+
_globals['_DATATYPE']._serialized_start=735
|
|
36
|
+
_globals['_DATATYPE']._serialized_end=797
|
|
37
|
+
_globals['_STEPCSVHEADERROW']._serialized_start=53
|
|
38
|
+
_globals['_STEPCSVHEADERROW']._serialized_end=86
|
|
39
|
+
_globals['_STEPCSVROW']._serialized_start=88
|
|
40
|
+
_globals['_STEPCSVROW']._serialized_end=115
|
|
41
|
+
_globals['_STEPCSVDATA']._serialized_start=117
|
|
42
|
+
_globals['_STEPCSVDATA']._serialized_end=195
|
|
43
|
+
_globals['_STEPJSONDATA']._serialized_start=197
|
|
44
|
+
_globals['_STEPJSONDATA']._serialized_end=228
|
|
45
|
+
_globals['_STEPTEXTDATA']._serialized_start=230
|
|
46
|
+
_globals['_STEPTEXTDATA']._serialized_end=261
|
|
47
|
+
_globals['_STEPBINARYDATA']._serialized_start=263
|
|
48
|
+
_globals['_STEPBINARYDATA']._serialized_end=296
|
|
49
|
+
_globals['_STEPIMAGEDATA']._serialized_start=298
|
|
50
|
+
_globals['_STEPIMAGEDATA']._serialized_end=352
|
|
51
|
+
_globals['_STEPENTRYDATA']._serialized_start=355
|
|
52
|
+
_globals['_STEPENTRYDATA']._serialized_end=596
|
|
53
|
+
_globals['_STEPENTRYINPUTDATA']._serialized_start=598
|
|
54
|
+
_globals['_STEPENTRYINPUTDATA']._serialized_end=674
|
|
55
|
+
_globals['_STEPENTRYOUTPUTDATA']._serialized_start=676
|
|
56
|
+
_globals['_STEPENTRYOUTPUTDATA']._serialized_end=733
|
|
57
57
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,73 @@
|
|
|
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/tool/proto/tool.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/tool/proto/tool.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from sapiopycommons.ai.api.fielddefinitions.proto import velox_field_def_pb2 as sapiopycommons_dot_ai_dot_api_dot_fielddefinitions_dot_proto_dot_velox__field__def__pb2
|
|
26
|
+
from sapiopycommons.ai.api.plan.tool.proto import entry_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_tool_dot_proto_dot_entry__pb2
|
|
27
|
+
from sapiopycommons.ai.api.plan.proto import step_pb2 as sapiopycommons_dot_ai_dot_api_dot_plan_dot_proto_dot_step__pb2
|
|
28
|
+
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
|
|
29
|
+
|
|
30
|
+
from sapiopycommons.ai.api.fielddefinitions.proto.velox_field_def_pb2 import *
|
|
31
|
+
from sapiopycommons.ai.api.plan.tool.proto.entry_pb2 import *
|
|
32
|
+
from sapiopycommons.ai.api.plan.proto.step_pb2 import *
|
|
33
|
+
from sapiopycommons.ai.api.session.proto.sapio_conn_info_pb2 import *
|
|
34
|
+
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0sapiopycommons/ai/api/plan/tool/proto/tool.proto\x1a\x42sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def.proto\x1a\x31sapiopycommons/ai/api/plan/tool/proto/entry.proto\x1a+sapiopycommons/ai/api/plan/proto/step.proto\x1a\x39sapiopycommons/ai/api/session/proto/sapio_conn_info.proto\"w\n\x10ToolIoConfigBase\x12\x14\n\x0c\x63ontent_type\x18\x01 \x01(\t\x12\x11\n\tio_number\x18\x02 \x01(\x05\x12\x14\n\x0c\x64isplay_name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x0f\n\x07\x65xample\x18\x05 \x01(\t\"\xd3\x02\n\x10ToolInputDetails\x12&\n\x0b\x62\x61se_config\x18\x01 \x01(\x0b\x32\x11.ToolIoConfigBase\x12\x12\n\nvalidation\x18\x02 \x01(\t\x12\x1c\n\x0fmin_input_count\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12\x1c\n\x0fmax_input_count\x18\x04 \x01(\x05H\x01\x88\x01\x01\x12\r\n\x05paged\x18\x05 \x01(\x08\x12\x1a\n\rmin_page_size\x18\x06 \x01(\x05H\x02\x88\x01\x01\x12\x1a\n\rmax_page_size\x18\x07 \x01(\x05H\x03\x88\x01\x01\x12\x1e\n\x11max_request_bytes\x18\x08 \x01(\x05H\x04\x88\x01\x01\x42\x12\n\x10_min_input_countB\x12\n\x10_max_input_countB\x10\n\x0e_min_page_sizeB\x10\n\x0e_max_page_sizeB\x14\n\x12_max_request_bytes\";\n\x11ToolOutputDetails\x12&\n\x0b\x62\x61se_config\x18\x01 \x01(\x0b\x32\x11.ToolIoConfigBase\"\xa9\x03\n\x12ProcessStepRequest\x12(\n\nsapio_user\x18\x01 \x01(\x0b\x32\x14.SapioConnectionInfo\x12\x11\n\ttool_name\x18\x02 \x01(\t\x12\x18\n\x10plan_instance_id\x18\x03 \x01(\x03\x12\x18\n\x10step_instance_id\x18\x04 \x01(\x03\x12\x15\n\rinvocation_id\x18\x05 \x01(\x03\x12\"\n\rinput_configs\x18\x06 \x03(\x0b\x32\x0b.StepIoInfo\x12#\n\x0eoutput_configs\x18\x07 \x03(\x0b\x32\x0b.StepIoInfo\x12G\n\x13\x63onfig_field_values\x18\x08 \x03(\x0b\x32*.ProcessStepRequest.ConfigFieldValuesEntry\x12(\n\nentry_data\x18\xff\x0f \x03(\x0b\x32\x13.StepEntryInputData\x1aO\n\x16\x43onfigFieldValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.StepRecordFieldValue:\x02\x38\x01\"q\n\x13ProcessStepResponse\x12!\n\x0bnew_records\x18\xfd\x0f \x03(\x0b\x32\x0b.StepRecord\x12\x0c\n\x03log\x18\xfe\x0f \x03(\t\x12)\n\nentry_data\x18\xff\x0f \x03(\x0b\x32\x14.StepEntryOutputData\"C\n\x12ToolDetailsRequest\x12-\n\x0fsapio_conn_info\x18\x01 \x01(\x0b\x32\x14.SapioConnectionInfo\"z\n\x14StepRecordFieldValue\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\"{\n\nStepRecord\x12\'\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x17.StepRecord.FieldsEntry\x1a\x44\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.StepRecordFieldValue:\x02\x38\x01\"\xd1\x01\n\x0bToolDetails\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x1d\n\x15output_data_type_name\x18\x04 \x01(\t\x12(\n\rinput_configs\x18\x05 \x03(\x0b\x32\x11.ToolInputDetails\x12*\n\x0eoutput_configs\x18\x06 \x03(\x0b\x32\x12.ToolOutputDetails\x12*\n\rconfig_fields\x18\x07 \x03(\x0b\x32\x13.VeloxFieldDefProto\"Y\n\x13ToolDetailsResponse\x12\x1e\n\x16tool_framework_version\x18\x01 \x01(\x05\x12\"\n\x0ctool_details\x18\x02 \x03(\x0b\x32\x0c.ToolDetails2\x84\x01\n\x0bToolService\x12;\n\x0eGetToolDetails\x12\x13.ToolDetailsRequest\x1a\x14.ToolDetailsResponse\x12\x38\n\x0bProcessData\x12\x13.ProcessStepRequest\x1a\x14.ProcessStepResponseB!\n\x1d\x63om.velox.api.plan.tool.protoP\x01P\x00P\x01P\x02P\x03\x62\x06proto3')
|
|
36
|
+
|
|
37
|
+
_globals = globals()
|
|
38
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
39
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sapiopycommons.ai.api.plan.tool.proto.tool_pb2', _globals)
|
|
40
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
41
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
42
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\035sapiopycommons.ai.api.plan.tool.protoP\001'
|
|
43
|
+
_globals['_PROCESSSTEPREQUEST_CONFIGFIELDVALUESENTRY']._loaded_options = None
|
|
44
|
+
_globals['_PROCESSSTEPREQUEST_CONFIGFIELDVALUESENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_STEPRECORD_FIELDSENTRY']._loaded_options = None
|
|
46
|
+
_globals['_STEPRECORD_FIELDSENTRY']._serialized_options = b'8\001'
|
|
47
|
+
_globals['_TOOLIOCONFIGBASE']._serialized_start=275
|
|
48
|
+
_globals['_TOOLIOCONFIGBASE']._serialized_end=394
|
|
49
|
+
_globals['_TOOLINPUTDETAILS']._serialized_start=397
|
|
50
|
+
_globals['_TOOLINPUTDETAILS']._serialized_end=736
|
|
51
|
+
_globals['_TOOLOUTPUTDETAILS']._serialized_start=738
|
|
52
|
+
_globals['_TOOLOUTPUTDETAILS']._serialized_end=797
|
|
53
|
+
_globals['_PROCESSSTEPREQUEST']._serialized_start=800
|
|
54
|
+
_globals['_PROCESSSTEPREQUEST']._serialized_end=1225
|
|
55
|
+
_globals['_PROCESSSTEPREQUEST_CONFIGFIELDVALUESENTRY']._serialized_start=1146
|
|
56
|
+
_globals['_PROCESSSTEPREQUEST_CONFIGFIELDVALUESENTRY']._serialized_end=1225
|
|
57
|
+
_globals['_PROCESSSTEPRESPONSE']._serialized_start=1227
|
|
58
|
+
_globals['_PROCESSSTEPRESPONSE']._serialized_end=1340
|
|
59
|
+
_globals['_TOOLDETAILSREQUEST']._serialized_start=1342
|
|
60
|
+
_globals['_TOOLDETAILSREQUEST']._serialized_end=1409
|
|
61
|
+
_globals['_STEPRECORDFIELDVALUE']._serialized_start=1411
|
|
62
|
+
_globals['_STEPRECORDFIELDVALUE']._serialized_end=1533
|
|
63
|
+
_globals['_STEPRECORD']._serialized_start=1535
|
|
64
|
+
_globals['_STEPRECORD']._serialized_end=1658
|
|
65
|
+
_globals['_STEPRECORD_FIELDSENTRY']._serialized_start=1590
|
|
66
|
+
_globals['_STEPRECORD_FIELDSENTRY']._serialized_end=1658
|
|
67
|
+
_globals['_TOOLDETAILS']._serialized_start=1661
|
|
68
|
+
_globals['_TOOLDETAILS']._serialized_end=1870
|
|
69
|
+
_globals['_TOOLDETAILSRESPONSE']._serialized_start=1872
|
|
70
|
+
_globals['_TOOLDETAILSRESPONSE']._serialized_end=1961
|
|
71
|
+
_globals['_TOOLSERVICE']._serialized_start=1964
|
|
72
|
+
_globals['_TOOLSERVICE']._serialized_end=2096
|
|
73
|
+
# @@protoc_insertion_point(module_scope)
|