sapiopycommons 2025.7.2a578__py3-none-any.whl → 2025.7.2a579__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 (60) hide show
  1. sapiopycommons/callbacks/callback_util.py +665 -332
  2. sapiopycommons/callbacks/field_builder.py +2 -0
  3. sapiopycommons/chem/IndigoMolecules.py +31 -1
  4. sapiopycommons/chem/Molecules.py +3 -3
  5. sapiopycommons/chem/ps_commons.py +381 -0
  6. sapiopycommons/customreport/auto_pagers.py +26 -1
  7. sapiopycommons/customreport/term_builder.py +1 -1
  8. sapiopycommons/datatype/pseudo_data_types.py +349 -326
  9. sapiopycommons/eln/experiment_cache.py +188 -0
  10. sapiopycommons/eln/experiment_handler.py +408 -767
  11. sapiopycommons/eln/experiment_report_util.py +11 -6
  12. sapiopycommons/eln/experiment_step_factory.py +476 -0
  13. sapiopycommons/eln/plate_designer.py +7 -2
  14. sapiopycommons/eln/step_creation.py +236 -0
  15. sapiopycommons/files/file_util.py +7 -5
  16. sapiopycommons/general/accession_service.py +2 -2
  17. sapiopycommons/general/aliases.py +3 -1
  18. sapiopycommons/general/audit_log.py +7 -0
  19. sapiopycommons/general/custom_report_util.py +12 -0
  20. sapiopycommons/general/data_structure_util.py +115 -0
  21. sapiopycommons/processtracking/custom_workflow_handler.py +11 -1
  22. sapiopycommons/processtracking/endpoints.py +27 -0
  23. sapiopycommons/recordmodel/record_handler.py +657 -317
  24. sapiopycommons/rules/eln_rule_handler.py +8 -1
  25. sapiopycommons/rules/on_save_rule_handler.py +8 -1
  26. sapiopycommons/webhook/webhook_handlers.py +3 -0
  27. sapiopycommons/webhook/webservice_handlers.py +2 -2
  28. {sapiopycommons-2025.7.2a578.dist-info → sapiopycommons-2025.7.2a579.dist-info}/METADATA +2 -2
  29. sapiopycommons-2025.7.2a579.dist-info/RECORD +69 -0
  30. sapiopycommons/ai/__init__.py +0 -0
  31. sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.py +0 -43
  32. sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2.pyi +0 -31
  33. sapiopycommons/ai/api/fielddefinitions/proto/fields_pb2_grpc.py +0 -24
  34. sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.py +0 -123
  35. sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2.pyi +0 -598
  36. sapiopycommons/ai/api/fielddefinitions/proto/velox_field_def_pb2_grpc.py +0 -24
  37. sapiopycommons/ai/api/plan/proto/step_output_pb2.py +0 -45
  38. sapiopycommons/ai/api/plan/proto/step_output_pb2.pyi +0 -42
  39. sapiopycommons/ai/api/plan/proto/step_output_pb2_grpc.py +0 -24
  40. sapiopycommons/ai/api/plan/proto/step_pb2.py +0 -43
  41. sapiopycommons/ai/api/plan/proto/step_pb2.pyi +0 -43
  42. sapiopycommons/ai/api/plan/proto/step_pb2_grpc.py +0 -24
  43. sapiopycommons/ai/api/plan/script/proto/script_pb2.py +0 -53
  44. sapiopycommons/ai/api/plan/script/proto/script_pb2.pyi +0 -99
  45. sapiopycommons/ai/api/plan/script/proto/script_pb2_grpc.py +0 -153
  46. sapiopycommons/ai/api/plan/tool/proto/entry_pb2.py +0 -57
  47. sapiopycommons/ai/api/plan/tool/proto/entry_pb2.pyi +0 -96
  48. sapiopycommons/ai/api/plan/tool/proto/entry_pb2_grpc.py +0 -24
  49. sapiopycommons/ai/api/plan/tool/proto/tool_pb2.py +0 -67
  50. sapiopycommons/ai/api/plan/tool/proto/tool_pb2.pyi +0 -220
  51. sapiopycommons/ai/api/plan/tool/proto/tool_pb2_grpc.py +0 -154
  52. sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.py +0 -39
  53. sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2.pyi +0 -32
  54. sapiopycommons/ai/api/session/proto/sapio_conn_info_pb2_grpc.py +0 -24
  55. sapiopycommons/ai/protobuf_utils.py +0 -508
  56. sapiopycommons/ai/test_client.py +0 -251
  57. sapiopycommons/ai/tool_service_base.py +0 -798
  58. sapiopycommons-2025.7.2a578.dist-info/RECORD +0 -92
  59. {sapiopycommons-2025.7.2a578.dist-info → sapiopycommons-2025.7.2a579.dist-info}/WHEEL +0 -0
  60. {sapiopycommons-2025.7.2a578.dist-info → sapiopycommons-2025.7.2a579.dist-info}/licenses/LICENSE +0 -0
@@ -126,12 +126,16 @@ class ElnRuleHandler:
126
126
  """
127
127
  return list(self._entry_to_field_maps.keys())
128
128
 
129
+ # CR-47529: Add info about HVDT behavior to the docstring of these functions.
129
130
  def get_records(self, data_type: DataTypeIdentifier, entry: str | None = None) -> list[DataRecord]:
130
131
  """
131
132
  Get records from the cached context with the given data type. Capable of being filtered to searching within
132
133
  the context of an entry name. If the given data type or entry does not exist in the context,
133
134
  returns an empty list.
134
135
 
136
+ Note that if you are attempting to retrieve record that are high volume data types and are receiving nothing,
137
+ the HVDTs may have been sent as field maps. Consider using the get_field_maps function if this occurs.
138
+
135
139
  :param data_type: The data type of the records to return.
136
140
  :param entry: The name of the entry to grab the records from. If None, returns the records that match the data
137
141
  type from every entry. If an entry is provided, but it does not exist in the context, returns an empty list.
@@ -150,7 +154,7 @@ class ElnRuleHandler:
150
154
 
151
155
  Field maps will only exist in the context if the data record that the fields are from is no longer accessible
152
156
  to the user. This can occur because the data record was deleted, or because the user does not have access to the
153
- record due to ACL.
157
+ record due to ACL. This can also occur under certain circumstances if the records are HVDTs.
154
158
 
155
159
  :param data_type: The data type of the field maps to return.
156
160
  :param entry: The name of the entry to grab the field maps from. If None, returns the field maps that match the
@@ -170,6 +174,9 @@ class ElnRuleHandler:
170
174
  within the context of an entry name. If the given data type or entry does not exist in the context,
171
175
  returns an empty list.
172
176
 
177
+ Note that if you are attempting to retrieve record that are high volume data types and are receiving nothing,
178
+ the HVDTs may have been sent as field maps. Consider using the get_field_maps function if this occurs.
179
+
173
180
  :param wrapper_type: The record model wrapper or data type name of the record to get from the context.
174
181
  :param entry: The name of the entry to grab the records from. If None, returns the records that match the data
175
182
  type from every entry. If an entry is provided, but it does not exist in the context, returns an empty list.
@@ -122,12 +122,16 @@ class OnSaveRuleHandler:
122
122
  """
123
123
  return list(self._base_id_to_field_maps.keys())
124
124
 
125
+ # CR-47529: Add info about HVDT behavior to the docstring of these functions.
125
126
  def get_records(self, data_type: DataTypeIdentifier, record_id: int | None = None) -> list[DataRecord]:
126
127
  """
127
128
  Get records from the cached context with the given data type. Capable of being filtered to searching within
128
129
  the context of a record ID. If the given data type or record ID does not exist in the context,
129
130
  returns an empty list.
130
131
 
132
+ Note that if you are attempting to retrieve record that are high volume data types and are receiving nothing,
133
+ the HVDTs may have been sent as field maps. Consider using the get_field_maps function if this occurs.
134
+
131
135
  :param data_type: The data type of the records to return.
132
136
  :param record_id: The record ID of the base record to search from. If None, returns the records that match the
133
137
  data type from every ID. If an ID is provided, but it does not exist in the context, returns an empty list.
@@ -146,7 +150,7 @@ class OnSaveRuleHandler:
146
150
 
147
151
  Field maps will only exist in the context if the data record that the fields are from is no longer accessible
148
152
  to the user. This can occur because the data record was deleted, or because the user does not have access to the
149
- record due to ACL.
153
+ record due to ACL. This can also occur under certain circumstances if the records are HVDTs.
150
154
 
151
155
  :param data_type: The data type of the field maps to return.
152
156
  :param record_id: The record ID of the base record to search from. If None, returns the field maps that match
@@ -166,6 +170,9 @@ class OnSaveRuleHandler:
166
170
  the context of a record ID. If the given data type or record ID does not exist in the context,
167
171
  returns an empty list.
168
172
 
173
+ Note that if you are attempting to retrieve record that are high volume data types and are receiving nothing,
174
+ the HVDTs may have been sent as field maps. Consider using the get_field_maps function if this occurs.
175
+
169
176
  :param wrapper_type: The record model wrapper or data type name of the record to get from the context.
170
177
  :param record_id: The record ID of the base record to search from. If None, returns the records that match the
171
178
  data type from ID. If an ID is provided, but it does not exist in the context, returns an empty list.
@@ -220,6 +220,9 @@ class CommonsWebhookHandler(AbstractWebhookHandler):
220
220
  else:
221
221
  self.custom_context = None
222
222
 
223
+ # CR-47526: Set the dialog timeout to 1 hour by default. This can be overridden by the webhook.
224
+ self.callback.set_dialog_timeout(3600)
225
+
223
226
  # Set the default display types, titles, and messages for each type of exception that can display a message.
224
227
  self.default_user_error_display_type = MessageDisplayType.TOASTER_WARNING
225
228
  self.default_critical_error_display_type = MessageDisplayType.DISPLAY_ERROR
@@ -3,7 +3,7 @@ import traceback
3
3
  from abc import abstractmethod, ABC
4
4
  from base64 import b64decode
5
5
  from logging import Logger
6
- from typing import Any
6
+ from typing import Any, Mapping
7
7
 
8
8
  from flask import request, Response, Request
9
9
  from sapiopylib.rest.DataRecordManagerService import DataRecordManager
@@ -122,7 +122,7 @@ class AbstractWebserviceHandler(AbstractWebhookHandler):
122
122
  """
123
123
  pass
124
124
 
125
- def authenticate_user(self, headers: dict[str, str]) -> SapioUser:
125
+ def authenticate_user(self, headers: Mapping[str, str]) -> SapioUser:
126
126
  """
127
127
  Authenticate a user for making requests to a Sapio server using the provided headers. If no user can be
128
128
  authenticated, then an exception will be thrown.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: sapiopycommons
3
- Version: 2025.7.2a578
3
+ Version: 2025.7.2a579
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>
@@ -17,7 +17,7 @@ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
17
17
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
18
18
  Requires-Python: >=3.10
19
19
  Requires-Dist: databind>=4.5
20
- Requires-Dist: sapiopylib>=2024.5.24.210
20
+ Requires-Dist: sapiopylib>=2025.4.17.264
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
 
@@ -0,0 +1,69 @@
1
+ sapiopycommons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ sapiopycommons/callbacks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ sapiopycommons/callbacks/callback_util.py,sha256=rps6RA6lmzCOwiBqPQAe2Mkf0CIF4RjHPQTYgduMAgE,153011
4
+ sapiopycommons/callbacks/field_builder.py,sha256=rnIP-RJafk3mZlAx1eJ8a0eSW9Ps_L6_WadCmusnENw,38772
5
+ sapiopycommons/chem/IndigoMolecules.py,sha256=30bsnZ2o4fJXUV6kUTI-I6fDa7bQj7zfE3rOQQ7WD5M,5287
6
+ sapiopycommons/chem/Molecules.py,sha256=mVqPn32MPMjF0iZas-5MFkS-upIdoW5OB72KKZmJRJA,12523
7
+ sapiopycommons/chem/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ sapiopycommons/chem/ps_commons.py,sha256=UVjfSht-xkFRREgw4npun6-E2PhXoYtKTs41clGvoA8,16488
9
+ sapiopycommons/customreport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ sapiopycommons/customreport/auto_pagers.py,sha256=89p-tik0MhsOplYje6LbAW4WClldpAmb8YXFDoXhIlY,17144
11
+ sapiopycommons/customreport/column_builder.py,sha256=0RO53e9rKPZ07C--KcepN6_tpRw_FxF3O9vdG0ilKG8,3014
12
+ sapiopycommons/customreport/custom_report_builder.py,sha256=BlTxZ4t1sfZA2Ciur1EfYvkZxHxJ7ADwYNAe2zwiN0c,7176
13
+ sapiopycommons/customreport/term_builder.py,sha256=1_PGjxNUy5YWim8WJ_HJfiTq6i0D3gLPDxLySlFt30o,18573
14
+ sapiopycommons/datatype/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ sapiopycommons/datatype/attachment_util.py,sha256=N-nhsJ0oxa_Ft6Y6VWeNFYLzfuQqsjhHA6_-yIt2wVw,3596
16
+ sapiopycommons/datatype/data_fields.py,sha256=pczUlEcE0TeHEDU0Gkvu7voacSLPXCB7l9UbI1Tb6V0,5656
17
+ sapiopycommons/datatype/pseudo_data_types.py,sha256=lAJDnFuStrUP0mK5AuYlFvLerwjEB-ABd6Z4qlCrwJA,40637
18
+ sapiopycommons/eln/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ sapiopycommons/eln/experiment_cache.py,sha256=Zv4IcsAl95ftO2ul3DRc_Hyno0AfC3OvFV7RYb72ITo,9560
20
+ sapiopycommons/eln/experiment_handler.py,sha256=kMQuccmGyPzc8wYKsds6AZ_VjH9WLjtUY6hsSWXJx6s,98786
21
+ sapiopycommons/eln/experiment_report_util.py,sha256=GLpgwSEPuUqnY1v4oJ1ao60Va-YcgXh7E-cH9YnVeAg,37256
22
+ sapiopycommons/eln/experiment_step_factory.py,sha256=qw9UfLslVzB6dEIZPOZ85XHKpld81RhD4-csM6TgQNg,26099
23
+ sapiopycommons/eln/experiment_tags.py,sha256=7-fpOiSqrjbXmWIJhEhaxMgLsVCPAtKqH8xRzpDVKoE,356
24
+ sapiopycommons/eln/plate_designer.py,sha256=XFazSvhTbSy47t80-jc2tyx_-fQ_IUjKd18JQKEFcsY,13939
25
+ sapiopycommons/eln/step_creation.py,sha256=CFkGC-SxwAQpQlcs_obqLAVgmsNxKSGMqMtO_E6IVmw,10171
26
+ sapiopycommons/files/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ sapiopycommons/files/complex_data_loader.py,sha256=T39veNhvYl6j_uZjIIJ8Mk5Aa7otR5RB-g8XlAdkksA,1421
28
+ sapiopycommons/files/file_bridge.py,sha256=vKbqxPexi15epr_-_qLrEfYoxNxB031mXN92iVtOMqE,9511
29
+ sapiopycommons/files/file_bridge_handler.py,sha256=SEYDIQhSCmjI6qyLdDJE8JVKSd0WYvF7JvAq_Ahp9Do,25503
30
+ sapiopycommons/files/file_data_handler.py,sha256=f96MlkMuQhUCi4oLnzJK5AiuElCp5jLI8_sJkZVwpws,36779
31
+ sapiopycommons/files/file_util.py,sha256=djouyGjsYgWzjz2OBRnSeMDgj6NrsJUm1a2J93J8Wco,31915
32
+ sapiopycommons/files/file_validator.py,sha256=ryg22-93csmRO_Pv0ZpWphNkB74xWZnHyJ23K56qLj0,28761
33
+ sapiopycommons/files/file_writer.py,sha256=hACVl0duCjP28gJ1NPljkjagNCLod0ygUlPbvUmRDNM,17605
34
+ sapiopycommons/flowcyto/flow_cyto.py,sha256=vs9WhXXKz3urpjL8QKSk56B-NSmQR3O3x_WFBKoeO10,3227
35
+ sapiopycommons/flowcyto/flowcyto_data.py,sha256=mYKFuLbtpJ-EsQxLGtu4tNHVlygTxKixgJxJqD68F58,2596
36
+ sapiopycommons/general/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
+ sapiopycommons/general/accession_service.py,sha256=3e__bVs7CYZ1CduLlGA9plnK7nCtdy7GXjCrNObPFgo,13484
38
+ sapiopycommons/general/aliases.py,sha256=VwnWf_P803pcteoAIs0DkLScVChCS5XNgryTp8FzaNc,14696
39
+ sapiopycommons/general/audit_log.py,sha256=sQAMcJx0cNkgZm7nTZSaGPxWvHG0_x6dBtU0jESavb4,9131
40
+ sapiopycommons/general/custom_report_util.py,sha256=9elLEUSgfM0gli8nRPz1uYkhaXN4Vnx3piSiNHv5IBs,19156
41
+ sapiopycommons/general/data_structure_util.py,sha256=fbQR_Fh4Scg67IpFPbQW9wVLw1oxlYxqp4LjBRTpjgU,4702
42
+ sapiopycommons/general/directive_util.py,sha256=7SeQrd2Ye5JHlXZtJZaVGgtaSLdq_Vm9EObuxf44Pz8,3905
43
+ sapiopycommons/general/exceptions.py,sha256=aPlzK1cvxeMU5UsokYlLrIBGltUfJZ7LH8zvLh9DxpI,3233
44
+ sapiopycommons/general/html_formatter.py,sha256=HE3OeGgwOw6x53zGSc4-UzP4-JoOmQIz3pX-DzNVg94,17138
45
+ sapiopycommons/general/popup_util.py,sha256=HKILegU1uCL_6abNlNL0Wn3xgX2JNa_kJeq7e5CZu6Q,31923
46
+ sapiopycommons/general/sapio_links.py,sha256=YkcVKNLrSGoM7tCCXBAsIbIxylctwdcEyhePrRMODe0,2859
47
+ sapiopycommons/general/storage_util.py,sha256=ovmK_jN7v09BoX07XxwShpBUC5WYQOM7dbKV_VeLXJU,8892
48
+ sapiopycommons/general/time_util.py,sha256=jU1urPoZRv6evNucR0-288EyT4PrsDpCr-H1-7BKq9A,12363
49
+ sapiopycommons/multimodal/multimodal.py,sha256=PFaGJPbKvW__tnxb8KkgkJZOKjQdgxF_kGfD5chet1s,6779
50
+ sapiopycommons/multimodal/multimodal_data.py,sha256=0BeVPr9HaC0hNTF1v1phTIKGruvNnwerHsD994qJKBg,15099
51
+ sapiopycommons/processtracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
+ sapiopycommons/processtracking/custom_workflow_handler.py,sha256=eYKdYlwo8xx-6AkB_iPUBNV9yDoNvW2h_Sm3i8JpmRU,25844
53
+ sapiopycommons/processtracking/endpoints.py,sha256=5AJLbhRKQsOeeOdQa888xcCJZD5aavxD-DHZ36Qob_M,12548
54
+ sapiopycommons/recordmodel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
+ sapiopycommons/recordmodel/record_handler.py,sha256=HfYOl_dDHFd0SEQS3g48_a4zsm36ODWkvZunwzCFDos,90666
56
+ sapiopycommons/rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
+ sapiopycommons/rules/eln_rule_handler.py,sha256=MnE-eSl1kNfaXWFi9elTOC9V2fdUzrwWTvCHUprC8_I,11388
58
+ sapiopycommons/rules/on_save_rule_handler.py,sha256=fkNIlslAZZ0BUrRiwecyvf42JBR8FpCCQ6DBNKXP2jE,11155
59
+ sapiopycommons/samples/aliquot.py,sha256=mWOJUqaQh0t3HklNuGdmuV7D5zzXs6fpLwtDdM6_XTo,3018
60
+ sapiopycommons/sftpconnect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
+ sapiopycommons/sftpconnect/sftp_builder.py,sha256=lFK3FeXk-sFLefW0hqY8WGUQDeYiGaT6yDACzT_zFgQ,3015
62
+ sapiopycommons/webhook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
+ sapiopycommons/webhook/webhook_context.py,sha256=D793uLsb1691SalaPnBUk3rOSxn_hYLhdvkaIxjNXss,1909
64
+ sapiopycommons/webhook/webhook_handlers.py,sha256=tUVNCw05CDGu1gFDm2g558hX_O203WVm_n__ojjoRRM,39841
65
+ sapiopycommons/webhook/webservice_handlers.py,sha256=tyaYGG1-v_JJrJHZ6cy5mGCxX9z1foLw7pM4MDJlFxs,14297
66
+ sapiopycommons-2025.7.2a579.dist-info/METADATA,sha256=ppszV9hs_QyAzutQuuPjETj_vnm15oQPAoxEE0pbB4k,3142
67
+ sapiopycommons-2025.7.2a579.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
68
+ sapiopycommons-2025.7.2a579.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
69
+ sapiopycommons-2025.7.2a579.dist-info/RECORD,,
File without changes
@@ -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,31 +0,0 @@
1
- from google.protobuf.internal import containers as _containers
2
- from google.protobuf import descriptor as _descriptor
3
- from google.protobuf import message as _message
4
- from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
5
-
6
- DESCRIPTOR: _descriptor.FileDescriptor
7
-
8
- class FieldValuePbo(_message.Message):
9
- __slots__ = ("string_value", "int_value", "double_value", "bool_value")
10
- STRING_VALUE_FIELD_NUMBER: _ClassVar[int]
11
- INT_VALUE_FIELD_NUMBER: _ClassVar[int]
12
- DOUBLE_VALUE_FIELD_NUMBER: _ClassVar[int]
13
- BOOL_VALUE_FIELD_NUMBER: _ClassVar[int]
14
- string_value: str
15
- int_value: int
16
- double_value: float
17
- bool_value: bool
18
- def __init__(self, string_value: _Optional[str] = ..., int_value: _Optional[int] = ..., double_value: _Optional[float] = ..., bool_value: bool = ...) -> None: ...
19
-
20
- class FieldValueMapPbo(_message.Message):
21
- __slots__ = ("fields",)
22
- class FieldsEntry(_message.Message):
23
- __slots__ = ("key", "value")
24
- KEY_FIELD_NUMBER: _ClassVar[int]
25
- VALUE_FIELD_NUMBER: _ClassVar[int]
26
- key: str
27
- value: FieldValuePbo
28
- def __init__(self, key: _Optional[str] = ..., value: _Optional[_Union[FieldValuePbo, _Mapping]] = ...) -> None: ...
29
- FIELDS_FIELD_NUMBER: _ClassVar[int]
30
- fields: _containers.MessageMap[str, FieldValuePbo]
31
- def __init__(self, fields: _Optional[_Mapping[str, FieldValuePbo]] = ...) -> None: ...
@@ -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/fields_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,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)