phenoml 2.1.0__tar.gz → 3.0.0__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.
Files changed (272) hide show
  1. {phenoml-2.1.0 → phenoml-3.0.0}/PKG-INFO +1 -1
  2. {phenoml-2.1.0 → phenoml-3.0.0}/pyproject.toml +1 -1
  3. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/client_wrapper.py +2 -2
  4. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/__init__.py +0 -2
  5. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/client.py +8 -15
  6. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/raw_client.py +6 -13
  7. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/__init__.py +0 -2
  8. phenoml-2.1.0/src/phenoml/lang2fhir/types/document_request_file_type.py +0 -7
  9. {phenoml-2.1.0 → phenoml-3.0.0}/LICENSE +0 -0
  10. {phenoml-2.1.0 → phenoml-3.0.0}/README.md +0 -0
  11. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/__init__.py +0 -0
  12. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/__init__.py +0 -0
  13. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/client.py +0 -0
  14. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/__init__.py +0 -0
  15. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/bad_request_error.py +0 -0
  16. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/forbidden_error.py +0 -0
  17. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/internal_server_error.py +0 -0
  18. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/not_found_error.py +0 -0
  19. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/errors/unauthorized_error.py +0 -0
  20. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/__init__.py +0 -0
  21. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/client.py +0 -0
  22. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/raw_client.py +0 -0
  23. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/types/__init__.py +0 -0
  24. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/types/prompts_delete_response.py +0 -0
  25. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/prompts/types/prompts_list_response.py +0 -0
  26. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/raw_client.py +0 -0
  27. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/__init__.py +0 -0
  28. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_chat_response.py +0 -0
  29. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_create_request.py +0 -0
  30. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_create_request_provider.py +0 -0
  31. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_delete_response.py +0 -0
  32. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_get_chat_messages_request_order.py +0 -0
  33. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_get_chat_messages_request_role.py +0 -0
  34. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_get_chat_messages_response.py +0 -0
  35. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_list_response.py +0 -0
  36. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_prompts_response.py +0 -0
  37. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_response.py +0 -0
  38. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_template.py +0 -0
  39. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/agent_template_provider.py +0 -0
  40. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/chat_message_template.py +0 -0
  41. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/chat_message_template_role.py +0 -0
  42. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/chat_session_template.py +0 -0
  43. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/json_patch.py +0 -0
  44. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/json_patch_operation.py +0 -0
  45. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/json_patch_operation_op.py +0 -0
  46. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/prompt_template.py +0 -0
  47. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/agent/types/success_response.py +0 -0
  48. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/__init__.py +0 -0
  49. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/auth/__init__.py +0 -0
  50. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/auth/client.py +0 -0
  51. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/auth/raw_client.py +0 -0
  52. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/auth/types/__init__.py +0 -0
  53. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/auth/types/auth_generate_token_response.py +0 -0
  54. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/client.py +0 -0
  55. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/errors/__init__.py +0 -0
  56. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/errors/bad_request_error.py +0 -0
  57. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/errors/unauthorized_error.py +0 -0
  58. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/raw_client.py +0 -0
  59. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/types/__init__.py +0 -0
  60. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/types/bad_request_error_body.py +0 -0
  61. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/authtoken/types/unauthorized_error_body.py +0 -0
  62. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/client.py +0 -0
  63. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/__init__.py +0 -0
  64. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/client.py +0 -0
  65. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/errors/__init__.py +0 -0
  66. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/errors/bad_request_error.py +0 -0
  67. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/errors/internal_server_error.py +0 -0
  68. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/errors/unauthorized_error.py +0 -0
  69. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/raw_client.py +0 -0
  70. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/types/__init__.py +0 -0
  71. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/types/cohort_response.py +0 -0
  72. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/cohort/types/search_concept.py +0 -0
  73. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/__init__.py +0 -0
  74. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/client.py +0 -0
  75. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/__init__.py +0 -0
  76. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/bad_request_error.py +0 -0
  77. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/conflict_error.py +0 -0
  78. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/failed_dependency_error.py +0 -0
  79. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/internal_server_error.py +0 -0
  80. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/not_found_error.py +0 -0
  81. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/not_implemented_error.py +0 -0
  82. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/service_unavailable_error.py +0 -0
  83. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/errors/unauthorized_error.py +0 -0
  84. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/raw_client.py +0 -0
  85. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/__init__.py +0 -0
  86. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/citation.py +0 -0
  87. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/code_response.py +0 -0
  88. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/code_system_details.py +0 -0
  89. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/code_system_info.py +0 -0
  90. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/construe_upload_code_system_response.py +0 -0
  91. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extract_codes_result.py +0 -0
  92. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extract_request_config.py +0 -0
  93. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extract_request_config_chunking_method.py +0 -0
  94. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extract_request_config_validation_method.py +0 -0
  95. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extract_request_system.py +0 -0
  96. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/extracted_code_result.py +0 -0
  97. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/get_code_response.py +0 -0
  98. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/list_code_systems_response.py +0 -0
  99. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/list_codes_response.py +0 -0
  100. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/semantic_search_response.py +0 -0
  101. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/semantic_search_result.py +0 -0
  102. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/text_search_response.py +0 -0
  103. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/text_search_result.py +0 -0
  104. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/construe/types/upload_request_format.py +0 -0
  105. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/__init__.py +0 -0
  106. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/api_error.py +0 -0
  107. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/datetime_utils.py +0 -0
  108. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/file.py +0 -0
  109. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/force_multipart.py +0 -0
  110. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/http_client.py +0 -0
  111. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/http_response.py +0 -0
  112. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/jsonable_encoder.py +0 -0
  113. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/pydantic_utilities.py +0 -0
  114. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/query_encoder.py +0 -0
  115. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/remove_none_from_dict.py +0 -0
  116. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/request_options.py +0 -0
  117. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/core/serialization.py +0 -0
  118. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/environment.py +0 -0
  119. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/__init__.py +0 -0
  120. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/client.py +0 -0
  121. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/__init__.py +0 -0
  122. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/bad_gateway_error.py +0 -0
  123. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/bad_request_error.py +0 -0
  124. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/internal_server_error.py +0 -0
  125. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/not_found_error.py +0 -0
  126. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/errors/unauthorized_error.py +0 -0
  127. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/raw_client.py +0 -0
  128. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/__init__.py +0 -0
  129. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/error_response.py +0 -0
  130. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_bundle.py +0 -0
  131. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_bundle_entry_item.py +0 -0
  132. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_bundle_entry_item_request.py +0 -0
  133. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_bundle_entry_item_request_method.py +0 -0
  134. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_bundle_entry_item_response.py +0 -0
  135. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_patch_request_body_item.py +0 -0
  136. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_patch_request_body_item_op.py +0 -0
  137. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_resource.py +0 -0
  138. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_resource_meta.py +0 -0
  139. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir/types/fhir_search_response.py +0 -0
  140. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/__init__.py +0 -0
  141. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/client.py +0 -0
  142. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/__init__.py +0 -0
  143. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/bad_request_error.py +0 -0
  144. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/forbidden_error.py +0 -0
  145. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/internal_server_error.py +0 -0
  146. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/not_found_error.py +0 -0
  147. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/errors/unauthorized_error.py +0 -0
  148. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/raw_client.py +0 -0
  149. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/__init__.py +0 -0
  150. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/auth_method.py +0 -0
  151. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_auth_config.py +0 -0
  152. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_delete_response.py +0 -0
  153. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_list_response.py +0 -0
  154. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_list_response_fhir_providers_item.py +0 -0
  155. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_remove_auth_config_response.py +0 -0
  156. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_response.py +0 -0
  157. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_response_data.py +0 -0
  158. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_sandbox_info.py +0 -0
  159. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_provider_template.py +0 -0
  160. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_query_response.py +0 -0
  161. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/fhir_query_response_data.py +0 -0
  162. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/json_web_key.py +0 -0
  163. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/provider.py +0 -0
  164. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/role.py +0 -0
  165. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/service_account_key.py +0 -0
  166. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/service_account_metadata.py +0 -0
  167. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/fhir_provider/types/smart_configuration.py +0 -0
  168. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/__init__.py +0 -0
  169. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/bad_request_error.py +0 -0
  170. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/failed_dependency_error.py +0 -0
  171. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/forbidden_error.py +0 -0
  172. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/internal_server_error.py +0 -0
  173. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/errors/unauthorized_error.py +0 -0
  174. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_multi_response.py +0 -0
  175. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_multi_response_bundle.py +0 -0
  176. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_multi_response_bundle_entry_item.py +0 -0
  177. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_multi_response_bundle_entry_item_request.py +0 -0
  178. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_multi_response_resources_item.py +0 -0
  179. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/create_request_resource.py +0 -0
  180. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/document_request_resource.py +0 -0
  181. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/fhir_resource.py +0 -0
  182. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/lang2fhir_upload_profile_response.py +0 -0
  183. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/search_response.py +0 -0
  184. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/lang2fhir/types/search_response_resource_type.py +0 -0
  185. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/py.typed +0 -0
  186. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/__init__.py +0 -0
  187. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/client.py +0 -0
  188. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/__init__.py +0 -0
  189. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/bad_request_error.py +0 -0
  190. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/forbidden_error.py +0 -0
  191. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/internal_server_error.py +0 -0
  192. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/not_found_error.py +0 -0
  193. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/errors/unauthorized_error.py +0 -0
  194. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/raw_client.py +0 -0
  195. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/__init__.py +0 -0
  196. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/create_summary_request_fhir_resources.py +0 -0
  197. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/create_summary_request_mode.py +0 -0
  198. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/create_summary_response.py +0 -0
  199. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/create_summary_template_response.py +0 -0
  200. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/error_response.py +0 -0
  201. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/fhir_bundle.py +0 -0
  202. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/fhir_bundle_entry_item.py +0 -0
  203. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/fhir_resource.py +0 -0
  204. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/summary_delete_template_response.py +0 -0
  205. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/summary_get_template_response.py +0 -0
  206. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/summary_list_templates_response.py +0 -0
  207. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/summary_template.py +0 -0
  208. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/summary/types/summary_update_template_response.py +0 -0
  209. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/__init__.py +0 -0
  210. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/client.py +0 -0
  211. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/__init__.py +0 -0
  212. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/bad_request_error.py +0 -0
  213. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/failed_dependency_error.py +0 -0
  214. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/forbidden_error.py +0 -0
  215. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/internal_server_error.py +0 -0
  216. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/errors/unauthorized_error.py +0 -0
  217. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/__init__.py +0 -0
  218. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/client.py +0 -0
  219. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/raw_client.py +0 -0
  220. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/tools/__init__.py +0 -0
  221. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/tools/client.py +0 -0
  222. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/mcp_server/tools/raw_client.py +0 -0
  223. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/raw_client.py +0 -0
  224. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/__init__.py +0 -0
  225. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/cohort_response.py +0 -0
  226. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_create_multi_response.py +0 -0
  227. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_create_multi_response_resource_info_item.py +0 -0
  228. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_create_multi_response_response_bundle.py +0 -0
  229. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_create_request_resource.py +0 -0
  230. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_create_response.py +0 -0
  231. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/lang2fhir_and_search_response.py +0 -0
  232. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/mcp_server_response.py +0 -0
  233. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/mcp_server_response_data.py +0 -0
  234. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/mcp_server_tool_call_response.py +0 -0
  235. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/mcp_server_tool_response.py +0 -0
  236. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/mcp_server_tool_response_data.py +0 -0
  237. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/tools/types/search_concept.py +0 -0
  238. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/version.py +0 -0
  239. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/__init__.py +0 -0
  240. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/client.py +0 -0
  241. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/__init__.py +0 -0
  242. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/bad_request_error.py +0 -0
  243. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/forbidden_error.py +0 -0
  244. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/internal_server_error.py +0 -0
  245. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/not_found_error.py +0 -0
  246. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/errors/unauthorized_error.py +0 -0
  247. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/raw_client.py +0 -0
  248. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/__init__.py +0 -0
  249. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/create_workflow_request_fhir_provider_id.py +0 -0
  250. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/create_workflow_response.py +0 -0
  251. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/decision_node_definition.py +0 -0
  252. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/execute_workflow_response.py +0 -0
  253. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/execute_workflow_response_results.py +0 -0
  254. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/lang2fhir_create_definition.py +0 -0
  255. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/lang2fhir_search_definition.py +0 -0
  256. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/list_workflows_response.py +0 -0
  257. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/step_operation.py +0 -0
  258. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/sub_workflow_definition.py +0 -0
  259. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/update_workflow_request_fhir_provider_id.py +0 -0
  260. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_config.py +0 -0
  261. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_definition.py +0 -0
  262. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_graph.py +0 -0
  263. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_response.py +0 -0
  264. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_response_graph.py +0 -0
  265. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_step.py +0 -0
  266. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_step_summary.py +0 -0
  267. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_step_summary_type.py +0 -0
  268. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflow_step_type.py +0 -0
  269. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflows_delete_response.py +0 -0
  270. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflows_get_response.py +0 -0
  271. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/workflows/types/workflows_update_response.py +0 -0
  272. {phenoml-2.1.0 → phenoml-3.0.0}/src/phenoml/wrapper_client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: phenoml
3
- Version: 2.1.0
3
+ Version: 3.0.0
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -3,7 +3,7 @@ name = "phenoml"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "phenoml"
6
- version = "2.1.0"
6
+ version = "3.0.0"
7
7
  description = ""
8
8
  readme = "README.md"
9
9
  authors = []
@@ -22,10 +22,10 @@ class BaseClientWrapper:
22
22
 
23
23
  def get_headers(self) -> typing.Dict[str, str]:
24
24
  headers: typing.Dict[str, str] = {
25
- "User-Agent": "phenoml/2.1.0",
25
+ "User-Agent": "phenoml/3.0.0",
26
26
  "X-Fern-Language": "Python",
27
27
  "X-Fern-SDK-Name": "phenoml",
28
- "X-Fern-SDK-Version": "2.1.0",
28
+ "X-Fern-SDK-Version": "3.0.0",
29
29
  **(self.get_custom_headers() or {}),
30
30
  }
31
31
  headers["Authorization"] = f"Bearer {self._get_token()}"
@@ -9,7 +9,6 @@ from .types import (
9
9
  CreateMultiResponseBundleEntryItemRequest,
10
10
  CreateMultiResponseResourcesItem,
11
11
  CreateRequestResource,
12
- DocumentRequestFileType,
13
12
  DocumentRequestResource,
14
13
  FhirResource,
15
14
  Lang2FhirUploadProfileResponse,
@@ -26,7 +25,6 @@ __all__ = [
26
25
  "CreateMultiResponseBundleEntryItemRequest",
27
26
  "CreateMultiResponseResourcesItem",
28
27
  "CreateRequestResource",
29
- "DocumentRequestFileType",
30
28
  "DocumentRequestResource",
31
29
  "FailedDependencyError",
32
30
  "FhirResource",
@@ -7,7 +7,6 @@ from ..core.request_options import RequestOptions
7
7
  from .raw_client import AsyncRawLang2FhirClient, RawLang2FhirClient
8
8
  from .types.create_multi_response import CreateMultiResponse
9
9
  from .types.create_request_resource import CreateRequestResource
10
- from .types.document_request_file_type import DocumentRequestFileType
11
10
  from .types.document_request_resource import DocumentRequestResource
12
11
  from .types.fhir_resource import FhirResource
13
12
  from .types.lang2fhir_upload_profile_response import Lang2FhirUploadProfileResponse
@@ -223,7 +222,6 @@ class Lang2FhirClient:
223
222
  version: str,
224
223
  resource: DocumentRequestResource,
225
224
  content: str,
226
- file_type: DocumentRequestFileType,
227
225
  request_options: typing.Optional[RequestOptions] = None,
228
226
  ) -> FhirResource:
229
227
  """
@@ -238,10 +236,9 @@ class Lang2FhirClient:
238
236
  Type of FHIR resource to create (questionnaire and US Core questionnaireresponse profiles currently supported)
239
237
 
240
238
  content : str
241
- Base64 encoded file content
242
-
243
- file_type : DocumentRequestFileType
244
- MIME type of the file
239
+ Base64 encoded file content.
240
+ Supported file types: PDF (application/pdf), PNG (image/png), JPEG (image/jpeg).
241
+ File type is auto-detected from content magic bytes.
245
242
 
246
243
  request_options : typing.Optional[RequestOptions]
247
244
  Request-specific configuration.
@@ -262,11 +259,10 @@ class Lang2FhirClient:
262
259
  version="R4",
263
260
  resource="questionnaire",
264
261
  content="content",
265
- file_type="application/pdf",
266
262
  )
267
263
  """
268
264
  _response = self._raw_client.document(
269
- version=version, resource=resource, content=content, file_type=file_type, request_options=request_options
265
+ version=version, resource=resource, content=content, request_options=request_options
270
266
  )
271
267
  return _response.data
272
268
 
@@ -509,7 +505,6 @@ class AsyncLang2FhirClient:
509
505
  version: str,
510
506
  resource: DocumentRequestResource,
511
507
  content: str,
512
- file_type: DocumentRequestFileType,
513
508
  request_options: typing.Optional[RequestOptions] = None,
514
509
  ) -> FhirResource:
515
510
  """
@@ -524,10 +519,9 @@ class AsyncLang2FhirClient:
524
519
  Type of FHIR resource to create (questionnaire and US Core questionnaireresponse profiles currently supported)
525
520
 
526
521
  content : str
527
- Base64 encoded file content
528
-
529
- file_type : DocumentRequestFileType
530
- MIME type of the file
522
+ Base64 encoded file content.
523
+ Supported file types: PDF (application/pdf), PNG (image/png), JPEG (image/jpeg).
524
+ File type is auto-detected from content magic bytes.
531
525
 
532
526
  request_options : typing.Optional[RequestOptions]
533
527
  Request-specific configuration.
@@ -553,13 +547,12 @@ class AsyncLang2FhirClient:
553
547
  version="R4",
554
548
  resource="questionnaire",
555
549
  content="content",
556
- file_type="application/pdf",
557
550
  )
558
551
 
559
552
 
560
553
  asyncio.run(main())
561
554
  """
562
555
  _response = await self._raw_client.document(
563
- version=version, resource=resource, content=content, file_type=file_type, request_options=request_options
556
+ version=version, resource=resource, content=content, request_options=request_options
564
557
  )
565
558
  return _response.data
@@ -15,7 +15,6 @@ from .errors.internal_server_error import InternalServerError
15
15
  from .errors.unauthorized_error import UnauthorizedError
16
16
  from .types.create_multi_response import CreateMultiResponse
17
17
  from .types.create_request_resource import CreateRequestResource
18
- from .types.document_request_file_type import DocumentRequestFileType
19
18
  from .types.document_request_resource import DocumentRequestResource
20
19
  from .types.fhir_resource import FhirResource
21
20
  from .types.lang2fhir_upload_profile_response import Lang2FhirUploadProfileResponse
@@ -424,7 +423,6 @@ class RawLang2FhirClient:
424
423
  version: str,
425
424
  resource: DocumentRequestResource,
426
425
  content: str,
427
- file_type: DocumentRequestFileType,
428
426
  request_options: typing.Optional[RequestOptions] = None,
429
427
  ) -> HttpResponse[FhirResource]:
430
428
  """
@@ -439,10 +437,9 @@ class RawLang2FhirClient:
439
437
  Type of FHIR resource to create (questionnaire and US Core questionnaireresponse profiles currently supported)
440
438
 
441
439
  content : str
442
- Base64 encoded file content
443
-
444
- file_type : DocumentRequestFileType
445
- MIME type of the file
440
+ Base64 encoded file content.
441
+ Supported file types: PDF (application/pdf), PNG (image/png), JPEG (image/jpeg).
442
+ File type is auto-detected from content magic bytes.
446
443
 
447
444
  request_options : typing.Optional[RequestOptions]
448
445
  Request-specific configuration.
@@ -459,7 +456,6 @@ class RawLang2FhirClient:
459
456
  "version": version,
460
457
  "resource": resource,
461
458
  "content": content,
462
- "fileType": file_type,
463
459
  },
464
460
  headers={
465
461
  "content-type": "application/json",
@@ -915,7 +911,6 @@ class AsyncRawLang2FhirClient:
915
911
  version: str,
916
912
  resource: DocumentRequestResource,
917
913
  content: str,
918
- file_type: DocumentRequestFileType,
919
914
  request_options: typing.Optional[RequestOptions] = None,
920
915
  ) -> AsyncHttpResponse[FhirResource]:
921
916
  """
@@ -930,10 +925,9 @@ class AsyncRawLang2FhirClient:
930
925
  Type of FHIR resource to create (questionnaire and US Core questionnaireresponse profiles currently supported)
931
926
 
932
927
  content : str
933
- Base64 encoded file content
934
-
935
- file_type : DocumentRequestFileType
936
- MIME type of the file
928
+ Base64 encoded file content.
929
+ Supported file types: PDF (application/pdf), PNG (image/png), JPEG (image/jpeg).
930
+ File type is auto-detected from content magic bytes.
937
931
 
938
932
  request_options : typing.Optional[RequestOptions]
939
933
  Request-specific configuration.
@@ -950,7 +944,6 @@ class AsyncRawLang2FhirClient:
950
944
  "version": version,
951
945
  "resource": resource,
952
946
  "content": content,
953
- "fileType": file_type,
954
947
  },
955
948
  headers={
956
949
  "content-type": "application/json",
@@ -8,7 +8,6 @@ from .create_multi_response_bundle_entry_item import CreateMultiResponseBundleEn
8
8
  from .create_multi_response_bundle_entry_item_request import CreateMultiResponseBundleEntryItemRequest
9
9
  from .create_multi_response_resources_item import CreateMultiResponseResourcesItem
10
10
  from .create_request_resource import CreateRequestResource
11
- from .document_request_file_type import DocumentRequestFileType
12
11
  from .document_request_resource import DocumentRequestResource
13
12
  from .fhir_resource import FhirResource
14
13
  from .lang2fhir_upload_profile_response import Lang2FhirUploadProfileResponse
@@ -22,7 +21,6 @@ __all__ = [
22
21
  "CreateMultiResponseBundleEntryItemRequest",
23
22
  "CreateMultiResponseResourcesItem",
24
23
  "CreateRequestResource",
25
- "DocumentRequestFileType",
26
24
  "DocumentRequestResource",
27
25
  "FhirResource",
28
26
  "Lang2FhirUploadProfileResponse",
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- DocumentRequestFileType = typing.Union[
6
- typing.Literal["application/pdf", "image/png", "image/jpeg", "image/jpg"], typing.Any
7
- ]
File without changes
File without changes
File without changes
File without changes