samplehc 0.7.0__tar.gz → 0.8.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 (344) hide show
  1. samplehc-0.8.0/.release-please-manifest.json +3 -0
  2. {samplehc-0.7.0 → samplehc-0.8.0}/CHANGELOG.md +9 -0
  3. {samplehc-0.7.0 → samplehc-0.8.0}/PKG-INFO +1 -1
  4. {samplehc-0.7.0 → samplehc-0.8.0}/api.md +7 -9
  5. {samplehc-0.7.0 → samplehc-0.8.0}/pyproject.toml +1 -1
  6. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_version.py +1 -1
  7. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/clearinghouse/clearinghouse.py +24 -4
  8. {samplehc-0.7.0/src/samplehc/resources/v2/events → samplehc-0.8.0/src/samplehc/resources/v2}/events.py +8 -40
  9. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/hie/__init__.py +14 -0
  10. {samplehc-0.7.0/src/samplehc/resources/v2/events → samplehc-0.8.0/src/samplehc/resources/v2}/hie/adt.py +7 -7
  11. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/hie/hie.py +32 -0
  12. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/v2.py +8 -8
  13. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_run_discovery_params.py +9 -1
  14. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/hie/__init__.py +1 -0
  15. {samplehc-0.7.0/src/samplehc/types/v2/events → samplehc-0.8.0/src/samplehc/types/v2}/hie/adt_subscribe_params.py +1 -1
  16. {samplehc-0.7.0/tests/api_resources/v2/events → samplehc-0.8.0/tests/api_resources/v2}/hie/test_adt.py +8 -8
  17. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_clearinghouse.py +6 -0
  18. samplehc-0.7.0/.release-please-manifest.json +0 -3
  19. samplehc-0.7.0/src/samplehc/resources/v2/events/__init__.py +0 -33
  20. samplehc-0.7.0/src/samplehc/resources/v2/events/hie/__init__.py +0 -33
  21. samplehc-0.7.0/src/samplehc/resources/v2/events/hie/hie.py +0 -102
  22. samplehc-0.7.0/src/samplehc/types/v2/events/__init__.py +0 -3
  23. samplehc-0.7.0/src/samplehc/types/v2/events/hie/__init__.py +0 -5
  24. samplehc-0.7.0/tests/api_resources/v2/tasks/__init__.py +0 -1
  25. samplehc-0.7.0/tests/api_resources/v2/workflow_runs/__init__.py +0 -1
  26. {samplehc-0.7.0 → samplehc-0.8.0}/.gitignore +0 -0
  27. {samplehc-0.7.0 → samplehc-0.8.0}/CONTRIBUTING.md +0 -0
  28. {samplehc-0.7.0 → samplehc-0.8.0}/LICENSE +0 -0
  29. {samplehc-0.7.0 → samplehc-0.8.0}/README.md +0 -0
  30. {samplehc-0.7.0 → samplehc-0.8.0}/SECURITY.md +0 -0
  31. {samplehc-0.7.0 → samplehc-0.8.0}/bin/check-release-environment +0 -0
  32. {samplehc-0.7.0 → samplehc-0.8.0}/bin/publish-pypi +0 -0
  33. {samplehc-0.7.0 → samplehc-0.8.0}/examples/.keep +0 -0
  34. {samplehc-0.7.0 → samplehc-0.8.0}/mypy.ini +0 -0
  35. {samplehc-0.7.0 → samplehc-0.8.0}/noxfile.py +0 -0
  36. {samplehc-0.7.0 → samplehc-0.8.0}/release-please-config.json +0 -0
  37. {samplehc-0.7.0 → samplehc-0.8.0}/requirements-dev.lock +0 -0
  38. {samplehc-0.7.0 → samplehc-0.8.0}/requirements.lock +0 -0
  39. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/__init__.py +0 -0
  40. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_base_client.py +0 -0
  41. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_client.py +0 -0
  42. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_compat.py +0 -0
  43. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_constants.py +0 -0
  44. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_exceptions.py +0 -0
  45. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_files.py +0 -0
  46. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_models.py +0 -0
  47. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_qs.py +0 -0
  48. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_resource.py +0 -0
  49. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_response.py +0 -0
  50. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_streaming.py +0 -0
  51. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_types.py +0 -0
  52. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/__init__.py +0 -0
  53. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_logs.py +0 -0
  54. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_proxy.py +0 -0
  55. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_reflection.py +0 -0
  56. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_resources_proxy.py +0 -0
  57. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_streams.py +0 -0
  58. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_sync.py +0 -0
  59. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_transform.py +0 -0
  60. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_typing.py +0 -0
  61. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/_utils/_utils.py +0 -0
  62. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/lib/.keep +0 -0
  63. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/py.typed +0 -0
  64. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/__init__.py +0 -0
  65. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v1/__init__.py +0 -0
  66. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v1/v1.py +0 -0
  67. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/__init__.py +0 -0
  68. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/async_results.py +0 -0
  69. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/browser_agents.py +0 -0
  70. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/browser_automation/__init__.py +0 -0
  71. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/browser_automation/availity.py +0 -0
  72. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/browser_automation/browser_automation.py +0 -0
  73. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/clearinghouse/__init__.py +0 -0
  74. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/clearinghouse/claim.py +0 -0
  75. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/clearinghouse/payers.py +0 -0
  76. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/communication.py +0 -0
  77. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/database.py +0 -0
  78. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/__init__.py +0 -0
  79. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/documents.py +0 -0
  80. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/formats.py +0 -0
  81. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/legacy.py +0 -0
  82. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/pdf_template.py +0 -0
  83. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/documents/templates.py +0 -0
  84. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/hie/documents.py +0 -0
  85. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/__init__.py +0 -0
  86. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/bank/__init__.py +0 -0
  87. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/bank/bank.py +0 -0
  88. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/bank/transactions.py +0 -0
  89. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/careviso.py +0 -0
  90. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/glidian/__init__.py +0 -0
  91. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/glidian/glidian.py +0 -0
  92. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/glidian/prior_authorizations/__init__.py +0 -0
  93. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/glidian/prior_authorizations/clinical_questions.py +0 -0
  94. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/glidian/prior_authorizations/prior_authorizations.py +0 -0
  95. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/integrations.py +0 -0
  96. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/kno2/__init__.py +0 -0
  97. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/kno2/kno2.py +0 -0
  98. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/kno2/messages.py +0 -0
  99. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/integrations/snowflake.py +0 -0
  100. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/__init__.py +0 -0
  101. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/institutions/__init__.py +0 -0
  102. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/institutions/institutions.py +0 -0
  103. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/institutions/orders.py +0 -0
  104. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/insurance.py +0 -0
  105. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/ledger.py +0 -0
  106. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/orders.py +0 -0
  107. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/ledger/patients.py +0 -0
  108. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/policies.py +0 -0
  109. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/tasks/__init__.py +0 -0
  110. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/tasks/state.py +0 -0
  111. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/tasks/tasks.py +0 -0
  112. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/workflow_runs/__init__.py +0 -0
  113. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/workflow_runs/step.py +0 -0
  114. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/workflow_runs/workflow_runs.py +0 -0
  115. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/resources/v2/workflows.py +0 -0
  116. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/__init__.py +0 -0
  117. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v1/__init__.py +0 -0
  118. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v1_query_audit_logs_params.py +0 -0
  119. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v1_query_audit_logs_response.py +0 -0
  120. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v1_sql_execute_params.py +0 -0
  121. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v1_sql_execute_response.py +0 -0
  122. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/__init__.py +0 -0
  123. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/async_result_retrieve_response.py +0 -0
  124. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/async_result_sleep_params.py +0 -0
  125. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/async_result_sleep_response.py +0 -0
  126. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/browser_agent_invoke_params.py +0 -0
  127. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/browser_agent_invoke_response.py +0 -0
  128. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/browser_automation/__init__.py +0 -0
  129. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/browser_automation/availity_submit_appeal_params.py +0 -0
  130. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/browser_automation/availity_submit_appeal_response.py +0 -0
  131. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/__init__.py +0 -0
  132. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/claim_submit_params.py +0 -0
  133. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/claim_submit_response.py +0 -0
  134. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/payer_list_response.py +0 -0
  135. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/payer_retrieve_search_params.py +0 -0
  136. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse/payer_retrieve_search_response.py +0 -0
  137. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_calculate_patient_cost_params.py +0 -0
  138. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_check_eligibility_params.py +0 -0
  139. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_check_eligibility_response.py +0 -0
  140. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_coordination_of_benefits_params.py +0 -0
  141. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/clearinghouse_run_discovery_response.py +0 -0
  142. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/communication_send_email_params.py +0 -0
  143. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/communication_send_fax_params.py +0 -0
  144. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/communication_send_fax_response.py +0 -0
  145. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/communication_send_letter_params.py +0 -0
  146. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/communication_send_letter_response.py +0 -0
  147. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/database_execute_sql_params.py +0 -0
  148. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/database_execute_sql_response.py +0 -0
  149. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_classify_params.py +0 -0
  150. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_classify_response.py +0 -0
  151. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_combine_params.py +0 -0
  152. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_combine_response.py +0 -0
  153. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_create_from_splits_params.py +0 -0
  154. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_create_from_splits_response.py +0 -0
  155. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_extract_params.py +0 -0
  156. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_extract_response.py +0 -0
  157. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_generate_csv_params.py +0 -0
  158. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_generate_csv_response.py +0 -0
  159. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_presigned_upload_url_params.py +0 -0
  160. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_presigned_upload_url_response.py +0 -0
  161. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_retrieve_csv_content_response.py +0 -0
  162. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_retrieve_metadata_response.py +0 -0
  163. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_retrieve_response.py +0 -0
  164. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_search_params.py +0 -0
  165. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_search_response.py +0 -0
  166. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_split_params.py +0 -0
  167. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_split_response.py +0 -0
  168. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_transform_json_to_html_params.py +0 -0
  169. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_transform_json_to_html_response.py +0 -0
  170. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/document_unzip_response.py +0 -0
  171. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/__init__.py +0 -0
  172. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/format_create_pdf_params.py +0 -0
  173. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/format_create_pdf_response.py +0 -0
  174. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/legacy_extract_params.py +0 -0
  175. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/legacy_extract_response.py +0 -0
  176. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/legacy_reason_params.py +0 -0
  177. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/legacy_reason_response.py +0 -0
  178. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/pdf_template_retrieve_metadata_response.py +0 -0
  179. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/template_generate_document_async_params.py +0 -0
  180. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/template_generate_document_async_response.py +0 -0
  181. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/template_render_document_params.py +0 -0
  182. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/documents/template_render_document_response.py +0 -0
  183. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/event_emit_params.py +0 -0
  184. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/event_emit_response.py +0 -0
  185. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/hie/document_query_params.py +0 -0
  186. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/hie/document_query_response.py +0 -0
  187. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/hie/document_upload_params.py +0 -0
  188. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/__init__.py +0 -0
  189. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/bank/__init__.py +0 -0
  190. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/bank/transaction_sync_params.py +0 -0
  191. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/bank/transaction_sync_response.py +0 -0
  192. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/careviso_get_payers_response.py +0 -0
  193. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/careviso_submit_prior_authorization_params.py +0 -0
  194. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/__init__.py +0 -0
  195. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_params.py +0 -0
  196. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_response.py +0 -0
  197. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_retrieve_record_response.py +0 -0
  198. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_submit_response.py +0 -0
  199. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_update_record_params.py +0 -0
  200. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorization_update_record_response.py +0 -0
  201. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorizations/__init__.py +0 -0
  202. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_list_response.py +0 -0
  203. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_params.py +0 -0
  204. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_response.py +0 -0
  205. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_get_submission_requirements_params.py +0 -0
  206. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_get_submission_requirements_response.py +0 -0
  207. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_list_payers_params.py +0 -0
  208. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_list_payers_response.py +0 -0
  209. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_list_services_params.py +0 -0
  210. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/glidian_list_services_response.py +0 -0
  211. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/kno2/__init__.py +0 -0
  212. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/kno2/message_get_attachment_response.py +0 -0
  213. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/kno2/message_retrieve_response.py +0 -0
  214. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/snowflake_query_params.py +0 -0
  215. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/integrations/snowflake_query_response.py +0 -0
  216. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/__init__.py +0 -0
  217. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/institution_list_outstanding_accounts_response.py +0 -0
  218. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/institution_retrieve_outstanding_orders_response.py +0 -0
  219. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/institutions/__init__.py +0 -0
  220. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/institutions/order_retrieve_balance_response.py +0 -0
  221. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/insurance_list_outstanding_accounts_response.py +0 -0
  222. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/order_retrieve_balances_response.py +0 -0
  223. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/order_retrieve_batch_balances_params.py +0 -0
  224. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/order_retrieve_batch_balances_response.py +0 -0
  225. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger/patient_list_outstanding_accounts_response.py +0 -0
  226. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_assign_invoice_params.py +0 -0
  227. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_assign_invoice_response.py +0 -0
  228. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_claim_adjustment_params.py +0 -0
  229. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_claim_adjustment_response.py +0 -0
  230. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_claim_payment_params.py +0 -0
  231. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_claim_payment_response.py +0 -0
  232. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_institution_adjustment_params.py +0 -0
  233. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_institution_adjustment_response.py +0 -0
  234. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_institution_payment_params.py +0 -0
  235. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_institution_payment_response.py +0 -0
  236. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_new_order_params.py +0 -0
  237. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_new_order_response.py +0 -0
  238. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_order_writeoff_params.py +0 -0
  239. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_order_writeoff_response.py +0 -0
  240. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_patient_adjustment_params.py +0 -0
  241. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_patient_adjustment_response.py +0 -0
  242. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_patient_payment_params.py +0 -0
  243. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_patient_payment_response.py +0 -0
  244. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_post_remittance_accepted_params.py +0 -0
  245. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_post_remittance_accepted_response.py +0 -0
  246. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_reverse_entry_params.py +0 -0
  247. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/ledger_reverse_entry_response.py +0 -0
  248. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_companies_params.py +0 -0
  249. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_companies_response.py +0 -0
  250. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_params.py +0 -0
  251. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_plans_params.py +0 -0
  252. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_plans_response.py +0 -0
  253. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_list_response.py +0 -0
  254. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_retrieve_presigned_url_response.py +0 -0
  255. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/policy_retrieve_text_response.py +0 -0
  256. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_cancel_response.py +0 -0
  257. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_complete_params.py +0 -0
  258. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_complete_response.py +0 -0
  259. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_get_suspended_payload_response.py +0 -0
  260. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_retrieve_response.py +0 -0
  261. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_retry_response.py +0 -0
  262. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_update_screen_time_params.py +0 -0
  263. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/task_update_screen_time_response.py +0 -0
  264. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/tasks/__init__.py +0 -0
  265. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/tasks/state_get_response.py +0 -0
  266. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/tasks/state_update_params.py +0 -0
  267. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/tasks/state_update_response.py +0 -0
  268. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_deploy_response.py +0 -0
  269. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_query_params.py +0 -0
  270. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_query_response.py +0 -0
  271. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_run_get_start_data_response.py +0 -0
  272. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_run_resume_when_complete_params.py +0 -0
  273. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_run_resume_when_complete_response.py +0 -0
  274. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_run_retrieve_response.py +0 -0
  275. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_runs/__init__.py +0 -0
  276. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_runs/step_get_output_response.py +0 -0
  277. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_start_params.py +0 -0
  278. {samplehc-0.7.0 → samplehc-0.8.0}/src/samplehc/types/v2/workflow_start_response.py +0 -0
  279. {samplehc-0.7.0 → samplehc-0.8.0}/tests/__init__.py +0 -0
  280. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/__init__.py +0 -0
  281. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/test_v1.py +0 -0
  282. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v1/__init__.py +0 -0
  283. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/__init__.py +0 -0
  284. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/browser_automation/__init__.py +0 -0
  285. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/browser_automation/test_availity.py +0 -0
  286. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/clearinghouse/__init__.py +0 -0
  287. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/clearinghouse/test_claim.py +0 -0
  288. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/clearinghouse/test_payers.py +0 -0
  289. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/documents/__init__.py +0 -0
  290. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/documents/test_formats.py +0 -0
  291. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/documents/test_legacy.py +0 -0
  292. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/documents/test_pdf_template.py +0 -0
  293. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/documents/test_templates.py +0 -0
  294. {samplehc-0.7.0/tests/api_resources/v2/events → samplehc-0.8.0/tests/api_resources/v2/hie}/__init__.py +0 -0
  295. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/hie/test_documents.py +0 -0
  296. {samplehc-0.7.0/tests/api_resources/v2/events/hie → samplehc-0.8.0/tests/api_resources/v2/integrations}/__init__.py +0 -0
  297. {samplehc-0.7.0/tests/api_resources/v2/hie → samplehc-0.8.0/tests/api_resources/v2/integrations/bank}/__init__.py +0 -0
  298. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/bank/test_transactions.py +0 -0
  299. {samplehc-0.7.0/tests/api_resources/v2/integrations → samplehc-0.8.0/tests/api_resources/v2/integrations/glidian}/__init__.py +0 -0
  300. {samplehc-0.7.0/tests/api_resources/v2/integrations/bank → samplehc-0.8.0/tests/api_resources/v2/integrations/glidian/prior_authorizations}/__init__.py +0 -0
  301. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/glidian/prior_authorizations/test_clinical_questions.py +0 -0
  302. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/glidian/test_prior_authorizations.py +0 -0
  303. {samplehc-0.7.0/tests/api_resources/v2/integrations/glidian → samplehc-0.8.0/tests/api_resources/v2/integrations/kno2}/__init__.py +0 -0
  304. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/kno2/test_messages.py +0 -0
  305. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/test_careviso.py +0 -0
  306. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/test_glidian.py +0 -0
  307. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/integrations/test_snowflake.py +0 -0
  308. {samplehc-0.7.0/tests/api_resources/v2/integrations/glidian/prior_authorizations → samplehc-0.8.0/tests/api_resources/v2/ledger}/__init__.py +0 -0
  309. {samplehc-0.7.0/tests/api_resources/v2/integrations/kno2 → samplehc-0.8.0/tests/api_resources/v2/ledger/institutions}/__init__.py +0 -0
  310. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/ledger/institutions/test_orders.py +0 -0
  311. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/ledger/test_institutions.py +0 -0
  312. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/ledger/test_insurance.py +0 -0
  313. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/ledger/test_orders.py +0 -0
  314. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/ledger/test_patients.py +0 -0
  315. {samplehc-0.7.0/tests/api_resources/v2/ledger → samplehc-0.8.0/tests/api_resources/v2/tasks}/__init__.py +0 -0
  316. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/tasks/test_state.py +0 -0
  317. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_async_results.py +0 -0
  318. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_browser_agents.py +0 -0
  319. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_communication.py +0 -0
  320. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_database.py +0 -0
  321. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_documents.py +0 -0
  322. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_events.py +0 -0
  323. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_ledger.py +0 -0
  324. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_policies.py +0 -0
  325. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_tasks.py +0 -0
  326. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_workflow_runs.py +0 -0
  327. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/test_workflows.py +0 -0
  328. {samplehc-0.7.0/tests/api_resources/v2/ledger/institutions → samplehc-0.8.0/tests/api_resources/v2/workflow_runs}/__init__.py +0 -0
  329. {samplehc-0.7.0 → samplehc-0.8.0}/tests/api_resources/v2/workflow_runs/test_step.py +0 -0
  330. {samplehc-0.7.0 → samplehc-0.8.0}/tests/conftest.py +0 -0
  331. {samplehc-0.7.0 → samplehc-0.8.0}/tests/sample_file.txt +0 -0
  332. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_client.py +0 -0
  333. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_deepcopy.py +0 -0
  334. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_extract_files.py +0 -0
  335. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_files.py +0 -0
  336. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_models.py +0 -0
  337. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_qs.py +0 -0
  338. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_required_args.py +0 -0
  339. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_response.py +0 -0
  340. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_streaming.py +0 -0
  341. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_transform.py +0 -0
  342. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_utils/test_proxy.py +0 -0
  343. {samplehc-0.7.0 → samplehc-0.8.0}/tests/test_utils/test_typing.py +0 -0
  344. {samplehc-0.7.0 → samplehc-0.8.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.8.0"
3
+ }
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.8.0 (2025-08-21)
4
+
5
+ Full Changelog: [v0.7.0...v0.8.0](https://github.com/samplehc/samplehc-python/compare/v0.7.0...v0.8.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([544203b](https://github.com/samplehc/samplehc-python/commit/544203b36d030471d47dac4b5dbe9b11837f0b52))
10
+ * **api:** manual updates ([058b62c](https://github.com/samplehc/samplehc-python/commit/058b62c4bd93dc8ccaa7b950790fd47600ff135c))
11
+
3
12
  ## 0.7.0 (2025-08-20)
4
13
 
5
14
  Full Changelog: [v0.6.0...v0.7.0](https://github.com/samplehc/samplehc-python/compare/v0.6.0...v0.7.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: samplehc
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: The official Python library for the Sample Healthcare API
5
5
  Project-URL: Homepage, https://github.com/samplehc/samplehc-python
6
6
  Project-URL: Repository, https://github.com/samplehc/samplehc-python
@@ -484,15 +484,7 @@ from samplehc.types.v2 import EventEmitResponse
484
484
 
485
485
  Methods:
486
486
 
487
- - <code title="post /api/v2/events/">client.v2.events.<a href="./src/samplehc/resources/v2/events/events.py">emit</a>(\*\*<a href="src/samplehc/types/v2/event_emit_params.py">params</a>) -> <a href="./src/samplehc/types/v2/event_emit_response.py">EventEmitResponse</a></code>
488
-
489
- ### Hie
490
-
491
- #### Adt
492
-
493
- Methods:
494
-
495
- - <code title="post /api/v2/hie/adt/subscribe">client.v2.events.hie.adt.<a href="./src/samplehc/resources/v2/events/hie/adt.py">subscribe</a>(\*\*<a href="src/samplehc/types/v2/events/hie/adt_subscribe_params.py">params</a>) -> object</code>
487
+ - <code title="post /api/v2/events/">client.v2.events.<a href="./src/samplehc/resources/v2/events.py">emit</a>(\*\*<a href="src/samplehc/types/v2/event_emit_params.py">params</a>) -> <a href="./src/samplehc/types/v2/event_emit_response.py">EventEmitResponse</a></code>
496
488
 
497
489
  ## BrowserAgents
498
490
 
@@ -543,6 +535,12 @@ Methods:
543
535
  - <code title="post /api/v2/hie/documents/query">client.v2.hie.documents.<a href="./src/samplehc/resources/v2/hie/documents.py">query</a>(\*\*<a href="src/samplehc/types/v2/hie/document_query_params.py">params</a>) -> <a href="./src/samplehc/types/v2/hie/document_query_response.py">DocumentQueryResponse</a></code>
544
536
  - <code title="post /api/v2/hie/documents/upload">client.v2.hie.documents.<a href="./src/samplehc/resources/v2/hie/documents.py">upload</a>(\*\*<a href="src/samplehc/types/v2/hie/document_upload_params.py">params</a>) -> object</code>
545
537
 
538
+ ### Adt
539
+
540
+ Methods:
541
+
542
+ - <code title="post /api/v2/hie/adt/subscribe">client.v2.hie.adt.<a href="./src/samplehc/resources/v2/hie/adt.py">subscribe</a>(\*\*<a href="src/samplehc/types/v2/hie/adt_subscribe_params.py">params</a>) -> object</code>
543
+
546
544
  ## Database
547
545
 
548
546
  Types:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "samplehc"
3
- version = "0.7.0"
3
+ version = "0.8.0"
4
4
  description = "The official Python library for the Sample Healthcare API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "samplehc"
4
- __version__ = "0.7.0" # x-release-please-version
4
+ __version__ = "0.8.0" # x-release-please-version
@@ -251,7 +251,10 @@ class ClearinghouseResource(SyncAPIResource):
251
251
  *,
252
252
  person: clearinghouse_run_discovery_params.Person,
253
253
  account_number: str | NotGiven = NOT_GIVEN,
254
+ check_credit: bool | NotGiven = NOT_GIVEN,
255
+ check_demographics: bool | NotGiven = NOT_GIVEN,
254
256
  date_of_service: str | NotGiven = NOT_GIVEN,
257
+ run_business_rules: bool | NotGiven = NOT_GIVEN,
255
258
  service_code: str | NotGiven = NOT_GIVEN,
256
259
  idempotency_key: str | NotGiven = NOT_GIVEN,
257
260
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -266,12 +269,16 @@ class ClearinghouseResource(SyncAPIResource):
266
269
  Front Runner integration.
267
270
 
268
271
  Args:
269
- person: Patient demographic information
270
-
271
272
  account_number: Account number
272
273
 
274
+ check_credit: Whether to check credit
275
+
276
+ check_demographics: Whether to check demographics
277
+
273
278
  date_of_service: Date of service (YYYY-MM-DD)
274
279
 
280
+ run_business_rules: Whether to run business rules
281
+
275
282
  service_code: Service code
276
283
 
277
284
  extra_headers: Send extra headers
@@ -289,7 +296,10 @@ class ClearinghouseResource(SyncAPIResource):
289
296
  {
290
297
  "person": person,
291
298
  "account_number": account_number,
299
+ "check_credit": check_credit,
300
+ "check_demographics": check_demographics,
292
301
  "date_of_service": date_of_service,
302
+ "run_business_rules": run_business_rules,
293
303
  "service_code": service_code,
294
304
  },
295
305
  clearinghouse_run_discovery_params.ClearinghouseRunDiscoveryParams,
@@ -507,7 +517,10 @@ class AsyncClearinghouseResource(AsyncAPIResource):
507
517
  *,
508
518
  person: clearinghouse_run_discovery_params.Person,
509
519
  account_number: str | NotGiven = NOT_GIVEN,
520
+ check_credit: bool | NotGiven = NOT_GIVEN,
521
+ check_demographics: bool | NotGiven = NOT_GIVEN,
510
522
  date_of_service: str | NotGiven = NOT_GIVEN,
523
+ run_business_rules: bool | NotGiven = NOT_GIVEN,
511
524
  service_code: str | NotGiven = NOT_GIVEN,
512
525
  idempotency_key: str | NotGiven = NOT_GIVEN,
513
526
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -522,12 +535,16 @@ class AsyncClearinghouseResource(AsyncAPIResource):
522
535
  Front Runner integration.
523
536
 
524
537
  Args:
525
- person: Patient demographic information
526
-
527
538
  account_number: Account number
528
539
 
540
+ check_credit: Whether to check credit
541
+
542
+ check_demographics: Whether to check demographics
543
+
529
544
  date_of_service: Date of service (YYYY-MM-DD)
530
545
 
546
+ run_business_rules: Whether to run business rules
547
+
531
548
  service_code: Service code
532
549
 
533
550
  extra_headers: Send extra headers
@@ -545,7 +562,10 @@ class AsyncClearinghouseResource(AsyncAPIResource):
545
562
  {
546
563
  "person": person,
547
564
  "account_number": account_number,
565
+ "check_credit": check_credit,
566
+ "check_demographics": check_demographics,
548
567
  "date_of_service": date_of_service,
568
+ "run_business_rules": run_business_rules,
549
569
  "service_code": service_code,
550
570
  },
551
571
  clearinghouse_run_discovery_params.ClearinghouseRunDiscoveryParams,
@@ -4,36 +4,24 @@ from __future__ import annotations
4
4
 
5
5
  import httpx
6
6
 
7
- from .hie.hie import (
8
- HieResource,
9
- AsyncHieResource,
10
- HieResourceWithRawResponse,
11
- AsyncHieResourceWithRawResponse,
12
- HieResourceWithStreamingResponse,
13
- AsyncHieResourceWithStreamingResponse,
14
- )
15
- from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven
16
- from ...._utils import maybe_transform, strip_not_given, async_maybe_transform
17
- from ...._compat import cached_property
18
- from ....types.v2 import event_emit_params
19
- from ...._resource import SyncAPIResource, AsyncAPIResource
20
- from ...._response import (
7
+ from ..._types import NOT_GIVEN, Body, Query, Headers, NotGiven
8
+ from ..._utils import maybe_transform, strip_not_given, async_maybe_transform
9
+ from ..._compat import cached_property
10
+ from ...types.v2 import event_emit_params
11
+ from ..._resource import SyncAPIResource, AsyncAPIResource
12
+ from ..._response import (
21
13
  to_raw_response_wrapper,
22
14
  to_streamed_response_wrapper,
23
15
  async_to_raw_response_wrapper,
24
16
  async_to_streamed_response_wrapper,
25
17
  )
26
- from ...._base_client import make_request_options
27
- from ....types.v2.event_emit_response import EventEmitResponse
18
+ from ..._base_client import make_request_options
19
+ from ...types.v2.event_emit_response import EventEmitResponse
28
20
 
29
21
  __all__ = ["EventsResource", "AsyncEventsResource"]
30
22
 
31
23
 
32
24
  class EventsResource(SyncAPIResource):
33
- @cached_property
34
- def hie(self) -> HieResource:
35
- return HieResource(self._client)
36
-
37
25
  @cached_property
38
26
  def with_raw_response(self) -> EventsResourceWithRawResponse:
39
27
  """
@@ -100,10 +88,6 @@ class EventsResource(SyncAPIResource):
100
88
 
101
89
 
102
90
  class AsyncEventsResource(AsyncAPIResource):
103
- @cached_property
104
- def hie(self) -> AsyncHieResource:
105
- return AsyncHieResource(self._client)
106
-
107
91
  @cached_property
108
92
  def with_raw_response(self) -> AsyncEventsResourceWithRawResponse:
109
93
  """
@@ -177,10 +161,6 @@ class EventsResourceWithRawResponse:
177
161
  events.emit,
178
162
  )
179
163
 
180
- @cached_property
181
- def hie(self) -> HieResourceWithRawResponse:
182
- return HieResourceWithRawResponse(self._events.hie)
183
-
184
164
 
185
165
  class AsyncEventsResourceWithRawResponse:
186
166
  def __init__(self, events: AsyncEventsResource) -> None:
@@ -190,10 +170,6 @@ class AsyncEventsResourceWithRawResponse:
190
170
  events.emit,
191
171
  )
192
172
 
193
- @cached_property
194
- def hie(self) -> AsyncHieResourceWithRawResponse:
195
- return AsyncHieResourceWithRawResponse(self._events.hie)
196
-
197
173
 
198
174
  class EventsResourceWithStreamingResponse:
199
175
  def __init__(self, events: EventsResource) -> None:
@@ -203,10 +179,6 @@ class EventsResourceWithStreamingResponse:
203
179
  events.emit,
204
180
  )
205
181
 
206
- @cached_property
207
- def hie(self) -> HieResourceWithStreamingResponse:
208
- return HieResourceWithStreamingResponse(self._events.hie)
209
-
210
182
 
211
183
  class AsyncEventsResourceWithStreamingResponse:
212
184
  def __init__(self, events: AsyncEventsResource) -> None:
@@ -215,7 +187,3 @@ class AsyncEventsResourceWithStreamingResponse:
215
187
  self.emit = async_to_streamed_response_wrapper(
216
188
  events.emit,
217
189
  )
218
-
219
- @cached_property
220
- def hie(self) -> AsyncHieResourceWithStreamingResponse:
221
- return AsyncHieResourceWithStreamingResponse(self._events.hie)
@@ -1,5 +1,13 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ from .adt import (
4
+ AdtResource,
5
+ AsyncAdtResource,
6
+ AdtResourceWithRawResponse,
7
+ AsyncAdtResourceWithRawResponse,
8
+ AdtResourceWithStreamingResponse,
9
+ AsyncAdtResourceWithStreamingResponse,
10
+ )
3
11
  from .hie import (
4
12
  HieResource,
5
13
  AsyncHieResource,
@@ -24,6 +32,12 @@ __all__ = [
24
32
  "AsyncDocumentsResourceWithRawResponse",
25
33
  "DocumentsResourceWithStreamingResponse",
26
34
  "AsyncDocumentsResourceWithStreamingResponse",
35
+ "AdtResource",
36
+ "AsyncAdtResource",
37
+ "AdtResourceWithRawResponse",
38
+ "AsyncAdtResourceWithRawResponse",
39
+ "AdtResourceWithStreamingResponse",
40
+ "AsyncAdtResourceWithStreamingResponse",
27
41
  "HieResource",
28
42
  "AsyncHieResource",
29
43
  "HieResourceWithRawResponse",
@@ -7,18 +7,18 @@ from typing_extensions import Literal
7
7
 
8
8
  import httpx
9
9
 
10
- from ....._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
- from ....._utils import maybe_transform, async_maybe_transform
12
- from ....._compat import cached_property
13
- from ....._resource import SyncAPIResource, AsyncAPIResource
14
- from ....._response import (
10
+ from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11
+ from ...._utils import maybe_transform, async_maybe_transform
12
+ from ...._compat import cached_property
13
+ from ...._resource import SyncAPIResource, AsyncAPIResource
14
+ from ...._response import (
15
15
  to_raw_response_wrapper,
16
16
  to_streamed_response_wrapper,
17
17
  async_to_raw_response_wrapper,
18
18
  async_to_streamed_response_wrapper,
19
19
  )
20
- from ....._base_client import make_request_options
21
- from .....types.v2.events.hie import adt_subscribe_params
20
+ from ...._base_client import make_request_options
21
+ from ....types.v2.hie import adt_subscribe_params
22
22
 
23
23
  __all__ = ["AdtResource", "AsyncAdtResource"]
24
24
 
@@ -2,6 +2,14 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
+ from .adt import (
6
+ AdtResource,
7
+ AsyncAdtResource,
8
+ AdtResourceWithRawResponse,
9
+ AsyncAdtResourceWithRawResponse,
10
+ AdtResourceWithStreamingResponse,
11
+ AsyncAdtResourceWithStreamingResponse,
12
+ )
5
13
  from .documents import (
6
14
  DocumentsResource,
7
15
  AsyncDocumentsResource,
@@ -21,6 +29,10 @@ class HieResource(SyncAPIResource):
21
29
  def documents(self) -> DocumentsResource:
22
30
  return DocumentsResource(self._client)
23
31
 
32
+ @cached_property
33
+ def adt(self) -> AdtResource:
34
+ return AdtResource(self._client)
35
+
24
36
  @cached_property
25
37
  def with_raw_response(self) -> HieResourceWithRawResponse:
26
38
  """
@@ -46,6 +58,10 @@ class AsyncHieResource(AsyncAPIResource):
46
58
  def documents(self) -> AsyncDocumentsResource:
47
59
  return AsyncDocumentsResource(self._client)
48
60
 
61
+ @cached_property
62
+ def adt(self) -> AsyncAdtResource:
63
+ return AsyncAdtResource(self._client)
64
+
49
65
  @cached_property
50
66
  def with_raw_response(self) -> AsyncHieResourceWithRawResponse:
51
67
  """
@@ -74,6 +90,10 @@ class HieResourceWithRawResponse:
74
90
  def documents(self) -> DocumentsResourceWithRawResponse:
75
91
  return DocumentsResourceWithRawResponse(self._hie.documents)
76
92
 
93
+ @cached_property
94
+ def adt(self) -> AdtResourceWithRawResponse:
95
+ return AdtResourceWithRawResponse(self._hie.adt)
96
+
77
97
 
78
98
  class AsyncHieResourceWithRawResponse:
79
99
  def __init__(self, hie: AsyncHieResource) -> None:
@@ -83,6 +103,10 @@ class AsyncHieResourceWithRawResponse:
83
103
  def documents(self) -> AsyncDocumentsResourceWithRawResponse:
84
104
  return AsyncDocumentsResourceWithRawResponse(self._hie.documents)
85
105
 
106
+ @cached_property
107
+ def adt(self) -> AsyncAdtResourceWithRawResponse:
108
+ return AsyncAdtResourceWithRawResponse(self._hie.adt)
109
+
86
110
 
87
111
  class HieResourceWithStreamingResponse:
88
112
  def __init__(self, hie: HieResource) -> None:
@@ -92,6 +116,10 @@ class HieResourceWithStreamingResponse:
92
116
  def documents(self) -> DocumentsResourceWithStreamingResponse:
93
117
  return DocumentsResourceWithStreamingResponse(self._hie.documents)
94
118
 
119
+ @cached_property
120
+ def adt(self) -> AdtResourceWithStreamingResponse:
121
+ return AdtResourceWithStreamingResponse(self._hie.adt)
122
+
95
123
 
96
124
  class AsyncHieResourceWithStreamingResponse:
97
125
  def __init__(self, hie: AsyncHieResource) -> None:
@@ -100,3 +128,7 @@ class AsyncHieResourceWithStreamingResponse:
100
128
  @cached_property
101
129
  def documents(self) -> AsyncDocumentsResourceWithStreamingResponse:
102
130
  return AsyncDocumentsResourceWithStreamingResponse(self._hie.documents)
131
+
132
+ @cached_property
133
+ def adt(self) -> AsyncAdtResourceWithStreamingResponse:
134
+ return AsyncAdtResourceWithStreamingResponse(self._hie.adt)
@@ -2,6 +2,14 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
+ from .events import (
6
+ EventsResource,
7
+ AsyncEventsResource,
8
+ EventsResourceWithRawResponse,
9
+ AsyncEventsResourceWithRawResponse,
10
+ EventsResourceWithStreamingResponse,
11
+ AsyncEventsResourceWithStreamingResponse,
12
+ )
5
13
  from .hie.hie import (
6
14
  HieResource,
7
15
  AsyncHieResource,
@@ -60,14 +68,6 @@ from .communication import (
60
68
  CommunicationResourceWithStreamingResponse,
61
69
  AsyncCommunicationResourceWithStreamingResponse,
62
70
  )
63
- from .events.events import (
64
- EventsResource,
65
- AsyncEventsResource,
66
- EventsResourceWithRawResponse,
67
- AsyncEventsResourceWithRawResponse,
68
- EventsResourceWithStreamingResponse,
69
- AsyncEventsResourceWithStreamingResponse,
70
- )
71
71
  from .ledger.ledger import (
72
72
  LedgerResource,
73
73
  AsyncLedgerResource,
@@ -11,14 +11,22 @@ __all__ = ["ClearinghouseRunDiscoveryParams", "Person"]
11
11
 
12
12
  class ClearinghouseRunDiscoveryParams(TypedDict, total=False):
13
13
  person: Required[Person]
14
- """Patient demographic information"""
15
14
 
16
15
  account_number: Annotated[str, PropertyInfo(alias="accountNumber")]
17
16
  """Account number"""
18
17
 
18
+ check_credit: Annotated[bool, PropertyInfo(alias="checkCredit")]
19
+ """Whether to check credit"""
20
+
21
+ check_demographics: Annotated[bool, PropertyInfo(alias="checkDemographics")]
22
+ """Whether to check demographics"""
23
+
19
24
  date_of_service: Annotated[str, PropertyInfo(alias="dateOfService")]
20
25
  """Date of service (YYYY-MM-DD)"""
21
26
 
27
+ run_business_rules: Annotated[bool, PropertyInfo(alias="runBusinessRules")]
28
+ """Whether to run business rules"""
29
+
22
30
  service_code: Annotated[str, PropertyInfo(alias="serviceCode")]
23
31
  """Service code"""
24
32
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
+ from .adt_subscribe_params import AdtSubscribeParams as AdtSubscribeParams
5
6
  from .document_query_params import DocumentQueryParams as DocumentQueryParams
6
7
  from .document_upload_params import DocumentUploadParams as DocumentUploadParams
7
8
  from .document_query_response import DocumentQueryResponse as DocumentQueryResponse
@@ -5,7 +5,7 @@ from __future__ import annotations
5
5
  from typing import Iterable
6
6
  from typing_extensions import Literal, Required, Annotated, TypedDict
7
7
 
8
- from ....._utils import PropertyInfo
8
+ from ...._utils import PropertyInfo
9
9
 
10
10
  __all__ = ["AdtSubscribeParams", "Address", "Contact", "PersonalIdentifier"]
11
11
 
@@ -19,7 +19,7 @@ class TestAdt:
19
19
  @pytest.mark.skip(reason="Prism tests are disabled")
20
20
  @parametrize
21
21
  def test_method_subscribe(self, client: SampleHealthcare) -> None:
22
- adt = client.v2.events.hie.adt.subscribe(
22
+ adt = client.v2.hie.adt.subscribe(
23
23
  address=[
24
24
  {
25
25
  "address_line1": "addressLine1",
@@ -39,7 +39,7 @@ class TestAdt:
39
39
  @pytest.mark.skip(reason="Prism tests are disabled")
40
40
  @parametrize
41
41
  def test_method_subscribe_with_all_params(self, client: SampleHealthcare) -> None:
42
- adt = client.v2.events.hie.adt.subscribe(
42
+ adt = client.v2.hie.adt.subscribe(
43
43
  address=[
44
44
  {
45
45
  "address_line1": "addressLine1",
@@ -74,7 +74,7 @@ class TestAdt:
74
74
  @pytest.mark.skip(reason="Prism tests are disabled")
75
75
  @parametrize
76
76
  def test_raw_response_subscribe(self, client: SampleHealthcare) -> None:
77
- response = client.v2.events.hie.adt.with_raw_response.subscribe(
77
+ response = client.v2.hie.adt.with_raw_response.subscribe(
78
78
  address=[
79
79
  {
80
80
  "address_line1": "addressLine1",
@@ -98,7 +98,7 @@ class TestAdt:
98
98
  @pytest.mark.skip(reason="Prism tests are disabled")
99
99
  @parametrize
100
100
  def test_streaming_response_subscribe(self, client: SampleHealthcare) -> None:
101
- with client.v2.events.hie.adt.with_streaming_response.subscribe(
101
+ with client.v2.hie.adt.with_streaming_response.subscribe(
102
102
  address=[
103
103
  {
104
104
  "address_line1": "addressLine1",
@@ -130,7 +130,7 @@ class TestAsyncAdt:
130
130
  @pytest.mark.skip(reason="Prism tests are disabled")
131
131
  @parametrize
132
132
  async def test_method_subscribe(self, async_client: AsyncSampleHealthcare) -> None:
133
- adt = await async_client.v2.events.hie.adt.subscribe(
133
+ adt = await async_client.v2.hie.adt.subscribe(
134
134
  address=[
135
135
  {
136
136
  "address_line1": "addressLine1",
@@ -150,7 +150,7 @@ class TestAsyncAdt:
150
150
  @pytest.mark.skip(reason="Prism tests are disabled")
151
151
  @parametrize
152
152
  async def test_method_subscribe_with_all_params(self, async_client: AsyncSampleHealthcare) -> None:
153
- adt = await async_client.v2.events.hie.adt.subscribe(
153
+ adt = await async_client.v2.hie.adt.subscribe(
154
154
  address=[
155
155
  {
156
156
  "address_line1": "addressLine1",
@@ -185,7 +185,7 @@ class TestAsyncAdt:
185
185
  @pytest.mark.skip(reason="Prism tests are disabled")
186
186
  @parametrize
187
187
  async def test_raw_response_subscribe(self, async_client: AsyncSampleHealthcare) -> None:
188
- response = await async_client.v2.events.hie.adt.with_raw_response.subscribe(
188
+ response = await async_client.v2.hie.adt.with_raw_response.subscribe(
189
189
  address=[
190
190
  {
191
191
  "address_line1": "addressLine1",
@@ -209,7 +209,7 @@ class TestAsyncAdt:
209
209
  @pytest.mark.skip(reason="Prism tests are disabled")
210
210
  @parametrize
211
211
  async def test_streaming_response_subscribe(self, async_client: AsyncSampleHealthcare) -> None:
212
- async with async_client.v2.events.hie.adt.with_streaming_response.subscribe(
212
+ async with async_client.v2.hie.adt.with_streaming_response.subscribe(
213
213
  address=[
214
214
  {
215
215
  "address_line1": "addressLine1",
@@ -223,7 +223,10 @@ class TestClearinghouse:
223
223
  "zip": "zip",
224
224
  },
225
225
  account_number="accountNumber",
226
+ check_credit=True,
227
+ check_demographics=True,
226
228
  date_of_service="dateOfService",
229
+ run_business_rules=True,
227
230
  service_code="serviceCode",
228
231
  idempotency_key="Idempotency-Key",
229
232
  )
@@ -464,7 +467,10 @@ class TestAsyncClearinghouse:
464
467
  "zip": "zip",
465
468
  },
466
469
  account_number="accountNumber",
470
+ check_credit=True,
471
+ check_demographics=True,
467
472
  date_of_service="dateOfService",
473
+ run_business_rules=True,
468
474
  service_code="serviceCode",
469
475
  idempotency_key="Idempotency-Key",
470
476
  )
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.7.0"
3
- }
@@ -1,33 +0,0 @@
1
- # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- from .hie import (
4
- HieResource,
5
- AsyncHieResource,
6
- HieResourceWithRawResponse,
7
- AsyncHieResourceWithRawResponse,
8
- HieResourceWithStreamingResponse,
9
- AsyncHieResourceWithStreamingResponse,
10
- )
11
- from .events import (
12
- EventsResource,
13
- AsyncEventsResource,
14
- EventsResourceWithRawResponse,
15
- AsyncEventsResourceWithRawResponse,
16
- EventsResourceWithStreamingResponse,
17
- AsyncEventsResourceWithStreamingResponse,
18
- )
19
-
20
- __all__ = [
21
- "HieResource",
22
- "AsyncHieResource",
23
- "HieResourceWithRawResponse",
24
- "AsyncHieResourceWithRawResponse",
25
- "HieResourceWithStreamingResponse",
26
- "AsyncHieResourceWithStreamingResponse",
27
- "EventsResource",
28
- "AsyncEventsResource",
29
- "EventsResourceWithRawResponse",
30
- "AsyncEventsResourceWithRawResponse",
31
- "EventsResourceWithStreamingResponse",
32
- "AsyncEventsResourceWithStreamingResponse",
33
- ]
@@ -1,33 +0,0 @@
1
- # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- from .adt import (
4
- AdtResource,
5
- AsyncAdtResource,
6
- AdtResourceWithRawResponse,
7
- AsyncAdtResourceWithRawResponse,
8
- AdtResourceWithStreamingResponse,
9
- AsyncAdtResourceWithStreamingResponse,
10
- )
11
- from .hie import (
12
- HieResource,
13
- AsyncHieResource,
14
- HieResourceWithRawResponse,
15
- AsyncHieResourceWithRawResponse,
16
- HieResourceWithStreamingResponse,
17
- AsyncHieResourceWithStreamingResponse,
18
- )
19
-
20
- __all__ = [
21
- "AdtResource",
22
- "AsyncAdtResource",
23
- "AdtResourceWithRawResponse",
24
- "AsyncAdtResourceWithRawResponse",
25
- "AdtResourceWithStreamingResponse",
26
- "AsyncAdtResourceWithStreamingResponse",
27
- "HieResource",
28
- "AsyncHieResource",
29
- "HieResourceWithRawResponse",
30
- "AsyncHieResourceWithRawResponse",
31
- "HieResourceWithStreamingResponse",
32
- "AsyncHieResourceWithStreamingResponse",
33
- ]