samplehc 0.17.0__py3-none-any.whl → 0.19.0__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.
Files changed (154) hide show
  1. samplehc/_base_client.py +5 -2
  2. samplehc/_client.py +1 -38
  3. samplehc/_compat.py +3 -3
  4. samplehc/_utils/_json.py +35 -0
  5. samplehc/_version.py +1 -1
  6. samplehc/resources/__init__.py +0 -14
  7. samplehc/resources/v2/__init__.py +0 -98
  8. samplehc/resources/v2/async_results.py +0 -79
  9. samplehc/resources/v2/documents/__init__.py +0 -14
  10. samplehc/resources/v2/documents/documents.py +44 -196
  11. samplehc/resources/v2/v2.py +0 -224
  12. samplehc/types/__init__.py +0 -5
  13. samplehc/types/v2/__init__.py +0 -53
  14. samplehc/types/v2/document_extract_params.py +20 -1
  15. samplehc/types/v2/documents/__init__.py +0 -3
  16. {samplehc-0.17.0.dist-info → samplehc-0.19.0.dist-info}/METADATA +22 -27
  17. samplehc-0.19.0.dist-info/RECORD +93 -0
  18. samplehc/resources/v1/__init__.py +0 -19
  19. samplehc/resources/v1/v1.py +0 -298
  20. samplehc/resources/v2/clearinghouse/__init__.py +0 -47
  21. samplehc/resources/v2/clearinghouse/claim.py +0 -407
  22. samplehc/resources/v2/clearinghouse/clearinghouse.py +0 -844
  23. samplehc/resources/v2/clearinghouse/payers.py +0 -224
  24. samplehc/resources/v2/documents/pdf_template.py +0 -165
  25. samplehc/resources/v2/hie/__init__.py +0 -47
  26. samplehc/resources/v2/hie/adt.py +0 -249
  27. samplehc/resources/v2/hie/documents.py +0 -390
  28. samplehc/resources/v2/hie/hie.py +0 -134
  29. samplehc/resources/v2/integrations/__init__.py +0 -131
  30. samplehc/resources/v2/integrations/bank/__init__.py +0 -33
  31. samplehc/resources/v2/integrations/bank/bank.py +0 -102
  32. samplehc/resources/v2/integrations/bank/transactions.py +0 -185
  33. samplehc/resources/v2/integrations/careviso.py +0 -372
  34. samplehc/resources/v2/integrations/glidian/__init__.py +0 -33
  35. samplehc/resources/v2/integrations/glidian/glidian.py +0 -425
  36. samplehc/resources/v2/integrations/glidian/prior_authorizations/__init__.py +0 -33
  37. samplehc/resources/v2/integrations/glidian/prior_authorizations/clinical_questions.py +0 -276
  38. samplehc/resources/v2/integrations/glidian/prior_authorizations/prior_authorizations.py +0 -527
  39. samplehc/resources/v2/integrations/integrations.py +0 -326
  40. samplehc/resources/v2/integrations/kno2/__init__.py +0 -33
  41. samplehc/resources/v2/integrations/kno2/kno2.py +0 -102
  42. samplehc/resources/v2/integrations/kno2/messages.py +0 -260
  43. samplehc/resources/v2/integrations/salesforce.py +0 -277
  44. samplehc/resources/v2/integrations/snowflake.py +0 -173
  45. samplehc/resources/v2/integrations/wellsky/__init__.py +0 -33
  46. samplehc/resources/v2/integrations/wellsky/patients.py +0 -324
  47. samplehc/resources/v2/integrations/wellsky/wellsky.py +0 -102
  48. samplehc/resources/v2/integrations/xcures.py +0 -197
  49. samplehc/resources/v2/policies.py +0 -655
  50. samplehc/resources/v2/tasks/__init__.py +0 -33
  51. samplehc/resources/v2/tasks/state.py +0 -266
  52. samplehc/resources/v2/tasks/tasks.py +0 -754
  53. samplehc/resources/v2/workflow_runs/__init__.py +0 -33
  54. samplehc/resources/v2/workflow_runs/step.py +0 -169
  55. samplehc/resources/v2/workflow_runs/workflow_runs.py +0 -479
  56. samplehc/resources/v2/workflows.py +0 -377
  57. samplehc/types/v1/__init__.py +0 -3
  58. samplehc/types/v1_query_audit_logs_params.py +0 -12
  59. samplehc/types/v1_query_audit_logs_response.py +0 -16
  60. samplehc/types/v1_sql_execute_params.py +0 -27
  61. samplehc/types/v1_sql_execute_response.py +0 -27
  62. samplehc/types/v2/async_result_retrieve_response.py +0 -18
  63. samplehc/types/v2/clearinghouse/__init__.py +0 -9
  64. samplehc/types/v2/clearinghouse/claim_submit_params.py +0 -2693
  65. samplehc/types/v2/clearinghouse/claim_submit_response.py +0 -23
  66. samplehc/types/v2/clearinghouse/payer_list_response.py +0 -27
  67. samplehc/types/v2/clearinghouse/payer_search_params.py +0 -12
  68. samplehc/types/v2/clearinghouse/payer_search_response.py +0 -33
  69. samplehc/types/v2/clearinghouse_calculate_patient_cost_params.py +0 -3129
  70. samplehc/types/v2/clearinghouse_check_claim_status_params.py +0 -41
  71. samplehc/types/v2/clearinghouse_check_eligibility_params.py +0 -36
  72. samplehc/types/v2/clearinghouse_check_eligibility_response.py +0 -15
  73. samplehc/types/v2/clearinghouse_coordination_of_benefits_params.py +0 -35
  74. samplehc/types/v2/clearinghouse_run_discovery_params.py +0 -59
  75. samplehc/types/v2/clearinghouse_run_discovery_response.py +0 -13
  76. samplehc/types/v2/document_unzip_async_response.py +0 -12
  77. samplehc/types/v2/document_unzip_response.py +0 -20
  78. samplehc/types/v2/documents/pdf_template_retrieve_metadata_response.py +0 -17
  79. samplehc/types/v2/hie/__init__.py +0 -8
  80. samplehc/types/v2/hie/adt_subscribe_params.py +0 -92
  81. samplehc/types/v2/hie/document_query_params.py +0 -92
  82. samplehc/types/v2/hie/document_query_response.py +0 -16
  83. samplehc/types/v2/hie/document_upload_params.py +0 -54
  84. samplehc/types/v2/integrations/__init__.py +0 -23
  85. samplehc/types/v2/integrations/bank/__init__.py +0 -6
  86. samplehc/types/v2/integrations/bank/transaction_sync_params.py +0 -15
  87. samplehc/types/v2/integrations/bank/transaction_sync_response.py +0 -26
  88. samplehc/types/v2/integrations/careviso_get_payers_response.py +0 -19
  89. samplehc/types/v2/integrations/careviso_submit_prior_authorization_params.py +0 -90
  90. samplehc/types/v2/integrations/glidian/__init__.py +0 -20
  91. samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_params.py +0 -32
  92. samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_response.py +0 -24
  93. samplehc/types/v2/integrations/glidian/prior_authorization_retrieve_record_response.py +0 -13
  94. samplehc/types/v2/integrations/glidian/prior_authorization_submit_response.py +0 -16
  95. samplehc/types/v2/integrations/glidian/prior_authorization_update_record_params.py +0 -20
  96. samplehc/types/v2/integrations/glidian/prior_authorization_update_record_response.py +0 -16
  97. samplehc/types/v2/integrations/glidian/prior_authorizations/__init__.py +0 -7
  98. samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_list_response.py +0 -42
  99. samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_params.py +0 -23
  100. samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_response.py +0 -19
  101. samplehc/types/v2/integrations/glidian_get_submission_requirements_params.py +0 -17
  102. samplehc/types/v2/integrations/glidian_get_submission_requirements_response.py +0 -31
  103. samplehc/types/v2/integrations/glidian_list_payers_params.py +0 -11
  104. samplehc/types/v2/integrations/glidian_list_payers_response.py +0 -17
  105. samplehc/types/v2/integrations/glidian_list_services_params.py +0 -13
  106. samplehc/types/v2/integrations/glidian_list_services_response.py +0 -19
  107. samplehc/types/v2/integrations/kno2/__init__.py +0 -6
  108. samplehc/types/v2/integrations/kno2/message_get_attachment_response.py +0 -15
  109. samplehc/types/v2/integrations/kno2/message_retrieve_response.py +0 -13
  110. samplehc/types/v2/integrations/salesforce_run_crud_action_params.py +0 -22
  111. samplehc/types/v2/integrations/salesforce_run_soql_query_params.py +0 -11
  112. samplehc/types/v2/integrations/snowflake_query_params.py +0 -12
  113. samplehc/types/v2/integrations/snowflake_query_response.py +0 -8
  114. samplehc/types/v2/integrations/wellsky/__init__.py +0 -6
  115. samplehc/types/v2/integrations/wellsky/patient_add_params.py +0 -13
  116. samplehc/types/v2/integrations/wellsky/patient_search_params.py +0 -32
  117. samplehc/types/v2/integrations/xcure_make_request_params.py +0 -18
  118. samplehc/types/v2/ledger/__init__.py +0 -3
  119. samplehc/types/v2/policy_list_companies_params.py +0 -18
  120. samplehc/types/v2/policy_list_companies_response.py +0 -24
  121. samplehc/types/v2/policy_list_params.py +0 -47
  122. samplehc/types/v2/policy_list_plans_params.py +0 -18
  123. samplehc/types/v2/policy_list_plans_response.py +0 -30
  124. samplehc/types/v2/policy_list_response.py +0 -67
  125. samplehc/types/v2/policy_retrieve_presigned_url_response.py +0 -17
  126. samplehc/types/v2/policy_retrieve_text_response.py +0 -12
  127. samplehc/types/v2/task_cancel_response.py +0 -12
  128. samplehc/types/v2/task_complete_params.py +0 -12
  129. samplehc/types/v2/task_complete_response.py +0 -16
  130. samplehc/types/v2/task_get_suspended_payload_response.py +0 -8
  131. samplehc/types/v2/task_retrieve_response.py +0 -22
  132. samplehc/types/v2/task_retry_response.py +0 -10
  133. samplehc/types/v2/task_update_column_params.py +0 -19
  134. samplehc/types/v2/task_update_column_response.py +0 -9
  135. samplehc/types/v2/task_update_screen_time_params.py +0 -14
  136. samplehc/types/v2/task_update_screen_time_response.py +0 -8
  137. samplehc/types/v2/tasks/__init__.py +0 -7
  138. samplehc/types/v2/tasks/state_get_response.py +0 -8
  139. samplehc/types/v2/tasks/state_update_params.py +0 -13
  140. samplehc/types/v2/tasks/state_update_response.py +0 -9
  141. samplehc/types/v2/workflow_deploy_response.py +0 -12
  142. samplehc/types/v2/workflow_query_params.py +0 -12
  143. samplehc/types/v2/workflow_query_response.py +0 -8
  144. samplehc/types/v2/workflow_run_get_start_data_response.py +0 -14
  145. samplehc/types/v2/workflow_run_resume_when_complete_params.py +0 -14
  146. samplehc/types/v2/workflow_run_resume_when_complete_response.py +0 -12
  147. samplehc/types/v2/workflow_run_retrieve_response.py +0 -16
  148. samplehc/types/v2/workflow_runs/__init__.py +0 -5
  149. samplehc/types/v2/workflow_runs/step_get_output_response.py +0 -14
  150. samplehc/types/v2/workflow_start_params.py +0 -25
  151. samplehc/types/v2/workflow_start_response.py +0 -25
  152. samplehc-0.17.0.dist-info/RECORD +0 -226
  153. {samplehc-0.17.0.dist-info → samplehc-0.19.0.dist-info}/WHEEL +0 -0
  154. {samplehc-0.17.0.dist-info → samplehc-0.19.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,93 @@
1
+ samplehc/__init__.py,sha256=Kze-TKDp8j_TYknemcBAyGIxn7a_RUlisf07X8IYIVI,2731
2
+ samplehc/_base_client.py,sha256=SdMJDhn67yatN8KvVlRaqegWGv7ICogzbSBNkhe3pys,73660
3
+ samplehc/_client.py,sha256=-VgT2RjwwXmWayeZy98IhH_F-AkMOt6zOidBZIbrHCE,16714
4
+ samplehc/_compat.py,sha256=teO44AYozpv2wFRrUi7brcZfGPpFSERQZ4fcdX6zVvs,6627
5
+ samplehc/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
+ samplehc/_exceptions.py,sha256=MxVd0pThtjM7aV1xjQcQ6nGSfxJMa5xPhoLsmtSxQgU,3240
7
+ samplehc/_files.py,sha256=KnEzGi_O756MvKyJ4fOCW_u3JhOeWPQ4RsmDvqihDQU,3545
8
+ samplehc/_models.py,sha256=R3MpO2z4XhTAnD3ObEks32suRXleF1g7BEgQTOLIxTs,32112
9
+ samplehc/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
10
+ samplehc/_resource.py,sha256=Mdg6fhf_5wYd2K2JZ4BQIJMPqJOWetqpJE3h3MmGZJE,1160
11
+ samplehc/_response.py,sha256=UzsuYRbic274gcdUWq9ShPkdRt7VrzkjaqwSwdxqWIs,28816
12
+ samplehc/_streaming.py,sha256=Wsd0pUQJT1ZW9v_iBIFKDS9lukt3M0X96f3Enqx1PYY,10261
13
+ samplehc/_types.py,sha256=j9OfrgjmrZOU2T8RbK9QKC0plnD1UCUWuH5oRR2oY3c,7596
14
+ samplehc/_version.py,sha256=IP7a2R_g2pCu-BZ2HiQDOEYKCJV_Uffum0wTW-WNCpg,161
15
+ samplehc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ samplehc/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
+ samplehc/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
18
+ samplehc/_utils/_datetime_parse.py,sha256=bABTs0Bc6rabdFvnIwXjEhWL15TcRgWZ_6XGTqN8xUk,4204
19
+ samplehc/_utils/_json.py,sha256=bl95uuIWwgSfXX-gP1trK_lDAPwJujYfJ05Cxo2SEC4,962
20
+ samplehc/_utils/_logs.py,sha256=EEt3P1dtoGlkVTZOwVml4xf3j9DvdDTzG2TpBjcQINc,789
21
+ samplehc/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,1975
22
+ samplehc/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
23
+ samplehc/_utils/_resources_proxy.py,sha256=NejY5ZPSVISf1S6P7a-AHToRY85AllNZg7ukouCdCjU,599
24
+ samplehc/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
25
+ samplehc/_utils/_sync.py,sha256=HBnZkkBnzxtwOZe0212C4EyoRvxhTVtTrLFDz2_xVCg,1589
26
+ samplehc/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
27
+ samplehc/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
28
+ samplehc/_utils/_utils.py,sha256=ugfUaneOK7I8h9b3656flwf5u_kthY0gvNuqvgOLoSU,12252
29
+ samplehc/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
30
+ samplehc/resources/__init__.py,sha256=ADMc9HzQlsVyP-m8qS4BV71h91vHtlVqhZnJVOAI2Og,500
31
+ samplehc/resources/v2/__init__.py,sha256=YPfxz80s9XhSRRH9RUq0K4TFrwXDz73P6ogRbTV-0uE,2985
32
+ samplehc/resources/v2/async_results.py,sha256=cZ-PWCSo7dM0y9FD1P-LwkvsMIp9e6_gSc5jl7T3d60,10353
33
+ samplehc/resources/v2/communication.py,sha256=fHM2kBpKvOpzROfVKIx2Nmuw-iSs6nSH-IZJZdte3M8,21239
34
+ samplehc/resources/v2/database.py,sha256=lFLepM70TzkRBaejyfU5GmE3PfgIaBi_liRTpJs2lzM,7950
35
+ samplehc/resources/v2/events.py,sha256=Kdx2fSNGr21YA7fAHvs9huMGDRra8bsvnxiO1B1ZlSE,6658
36
+ samplehc/resources/v2/v2.py,sha256=9cVu2WRE07VCDJrQZIhdjJkzcvuyLrWHLamWGhZnNiY,8210
37
+ samplehc/resources/v2/documents/__init__.py,sha256=wGPR6hdfmDxt-nXn0cDIud1eZAEs_j3kZd4KrxnuoEg,1993
38
+ samplehc/resources/v2/documents/documents.py,sha256=5bp9x9SZ4mOqnYgwv9l7CWlUsCxcURFgDcpkAiXdWqk,57688
39
+ samplehc/resources/v2/documents/formats.py,sha256=lB60NUBPBceC1XUbL04lsGIsyVWlqsOE8kQkw5oKIM0,6993
40
+ samplehc/resources/v2/documents/legacy.py,sha256=CbDfHJK_U-sDW1rIp8Hj7pTKKHscwmdijSx4mWALQk8,14095
41
+ samplehc/resources/v2/documents/templates.py,sha256=P6gbC8JxEKXN05yCO2NUXGv-ooLBkwQvDpOy4KccprY,17115
42
+ samplehc/types/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
43
+ samplehc/types/v2/__init__.py,sha256=e2G4aZMEyN94eF5XkH0G7yDB30-KawWnxqywESEW75s,3443
44
+ samplehc/types/v2/async_result_sleep_params.py,sha256=vdhEdUP6vA9Y44waJBU2p_PEC-rzWBOr4RkE1F2eTHs,729
45
+ samplehc/types/v2/async_result_sleep_response.py,sha256=nAUL4IVyG9RjVZtNyMnn_sp1mcwatJCEBjBCDf6bDtM,366
46
+ samplehc/types/v2/communication_send_email_params.py,sha256=thNaWdxK4JwOk4JQ0zvb3rab9AlOfkDbaweP_7vXsIg,1638
47
+ samplehc/types/v2/communication_send_email_response.py,sha256=0MFpU0BjZymL6dkOnxZ7wo-lUGy0l1eMjJ_vQxotejQ,665
48
+ samplehc/types/v2/communication_send_fax_params.py,sha256=QysQOLT_Rj4Cd_Q-YApgHoa6SOlTpFlXpTipwYJ9d-E,1595
49
+ samplehc/types/v2/communication_send_fax_response.py,sha256=BPXrsTZPB2rMVdkToQC1y69i-9eN-X830gRit10SRwY,427
50
+ samplehc/types/v2/communication_send_letter_params.py,sha256=rr_Ys_-WYo4ihzEyYZWyI9_-agL37zlRoJSW-7Dm5Yw,2136
51
+ samplehc/types/v2/communication_send_letter_response.py,sha256=uCq0J35m9BhzKOUO7DyS4lKCy9q44zgiWhrMkZ_HtMw,404
52
+ samplehc/types/v2/database_execute_sql_params.py,sha256=9JhgbItnJenQAP4VQPuM7CW4P3ONTWbdor9x5Gn1ZWo,783
53
+ samplehc/types/v2/database_execute_sql_response.py,sha256=2C0U5VC94Rvvkxk13KbNwefOYaPBJ3hK3ix-KKxyHVg,468
54
+ samplehc/types/v2/document_classify_params.py,sha256=R8m_hhpmb48itQrqOdUD5oYxWO8Yorl_PFgFE-8J9wg,942
55
+ samplehc/types/v2/document_classify_response.py,sha256=A6aHbd9vBrFcAga4-_TEgSvRLacS86mdAqpy7hKdxII,434
56
+ samplehc/types/v2/document_combine_params.py,sha256=U4VK6S19oy0n8-ZF6jWFWwwQweWjqqEtASyp5G9OlHw,785
57
+ samplehc/types/v2/document_combine_response.py,sha256=SVnRhWvEA-p2MuRJiJLiaVnutlw185xAAwcCp5-xP3w,559
58
+ samplehc/types/v2/document_create_from_splits_params.py,sha256=XVmvzvrYPQY_Z8omsLnFx0zeMvPcKnA9chC_KLTIpkc,878
59
+ samplehc/types/v2/document_create_from_splits_response.py,sha256=VJQCsIWz839BeXyht8fVSmrvfknMiXJDPt7ZAclGKP4,900
60
+ samplehc/types/v2/document_extract_params.py,sha256=DVjKrkMcjiTsmoMyEORDjQOzVfeyNFuwZe52BvvL5xU,2815
61
+ samplehc/types/v2/document_extract_response.py,sha256=k4nKL53ZSLoAmMdlCPZIpjkTdRuOGqG3u-qJyW1kmD4,424
62
+ samplehc/types/v2/document_generate_csv_params.py,sha256=N_GL20AyXcSG0QAkIJBbtyoq9ZW7RESAyhURmagzOTc,1063
63
+ samplehc/types/v2/document_generate_csv_response.py,sha256=n8jk3gbEU6rASKTVNCtY7Z9dDxYOWFm4nqFgbfBOcJM,539
64
+ samplehc/types/v2/document_presigned_upload_url_params.py,sha256=GUooEmi6zACjwCaao3_SP6IqLwfnwKTUxYzVTfRT4rw,1283
65
+ samplehc/types/v2/document_presigned_upload_url_response.py,sha256=Xf1WvhKXxvQhz3u_9wA-k2yeYh8f-Ip3BxXZJRkRvQg,465
66
+ samplehc/types/v2/document_retrieve_csv_content_response.py,sha256=0frl9rH6WRnDVLKxop22B1hqqjgPG1C9TVX7ZwyKTUY,414
67
+ samplehc/types/v2/document_retrieve_metadata_response.py,sha256=ImzbvYJ3GSEZXVypmLx3uaYSoL8GXUajog6en2eRhYM,435
68
+ samplehc/types/v2/document_retrieve_response.py,sha256=AVViza-zUVA3E13VPZug-3u13PVrZQdta5Lbxgx1A_g,1519
69
+ samplehc/types/v2/document_search_params.py,sha256=lJ7IpiBDoBRcm5SZzhSZflFlQGJ_7h_T2H7eX8gMX-g,651
70
+ samplehc/types/v2/document_search_response.py,sha256=8vOHI-5fl5lelBlhbGWCppl9klcyboXS0FPe2IoTOq0,379
71
+ samplehc/types/v2/document_split_params.py,sha256=SXk8xEILeB-nO-WwkR-NgzYGGxpdhac-lg2idfZXYUM,1066
72
+ samplehc/types/v2/document_split_response.py,sha256=1NID9LtcYYLUJ0sq7q1h_2dw9CMjr5cjR6_lM0aWfpM,418
73
+ samplehc/types/v2/document_transform_json_to_html_params.py,sha256=0bRUKlxD2-JB5VQ0DFDfDX1MaanOR1b0PhsD2x1YYAI,336
74
+ samplehc/types/v2/document_transform_json_to_html_response.py,sha256=ca5EIuwV1pywWDnIgy2e6vW_QunxA-PDHh69jurvcS0,268
75
+ samplehc/types/v2/event_emit_params.py,sha256=SU1pC9tVh84OmyXWsEjxmBMnkTHqHQXQaMZihEZoX2w,506
76
+ samplehc/types/v2/event_emit_response.py,sha256=Md9mWenySbRoqz2tWrY4jyXS-oWirz5VVdpg9W2gPM8,263
77
+ samplehc/types/v2/documents/__init__.py,sha256=m-DTAbY9msEuebxJrffYI5vi_m8baFX7im5aCucdUUk,1265
78
+ samplehc/types/v2/documents/format_create_pdf_params.py,sha256=OgteE7CfhVP-CAw5RGZlSoXz50rdfxohA-9fJA_9t0Q,458
79
+ samplehc/types/v2/documents/format_create_pdf_response.py,sha256=XBhC9fjEEbWeDnioXh43z_ySNJKEIycxipucZLDCoPY,362
80
+ samplehc/types/v2/documents/legacy_extract_params.py,sha256=OcutLFkSUgJ_4ZezMMZEtCmhsU-GXRzluIrceaKmDMQ,3228
81
+ samplehc/types/v2/documents/legacy_extract_response.py,sha256=2TVEWbb1LvUAUfQOS79oum1WY44Stf9IkvMAafQj7ZE,426
82
+ samplehc/types/v2/documents/legacy_reason_params.py,sha256=vfBpWWWNqTQ0u6QCL2moqHwnIrT-IrENYkFQb1-KjJg,1971
83
+ samplehc/types/v2/documents/legacy_reason_response.py,sha256=zZMpY7Pu3fXqMqCrLcM4DP8e3dNOIu78bfdaES2e4zA,415
84
+ samplehc/types/v2/documents/legacy_split_params.py,sha256=ohQXKaEZCoApDxVhtgxD-oZLJ1MG7qkWqrv82BC-Bi0,560
85
+ samplehc/types/v2/documents/legacy_split_response.py,sha256=ZxoveeffOYJEBen04VPB19sDtjzWJaWpyh-JjGsmRqM,415
86
+ samplehc/types/v2/documents/template_generate_document_async_params.py,sha256=5ajpeJbd9F8QYjb7Ac_qtj1YtUtK4vJHzO_6VEoRJFk,1273
87
+ samplehc/types/v2/documents/template_generate_document_async_response.py,sha256=xFivOxAB8jahS6vKcr-3TGR4IhF0INDH37nivTVoHSk,402
88
+ samplehc/types/v2/documents/template_render_document_params.py,sha256=egYW79gF_UNjE8wTmiwtbgOozqVDa6i8Db0yjwt5IXE,905
89
+ samplehc/types/v2/documents/template_render_document_response.py,sha256=yN2JLDHszpaA9RZq8INdJIue_JkrLON3xqWMh-z3MCc,367
90
+ samplehc-0.19.0.dist-info/METADATA,sha256=B0bWzR-Ai67O2kw5JgyNvGm-XVps5xBr9DEbTKoA4B0,14336
91
+ samplehc-0.19.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
92
+ samplehc-0.19.0.dist-info/licenses/LICENSE,sha256=ll_q1imgsIlRXL5pk6VmrO0f_L0thzOlPI2cc7qcqc0,11347
93
+ samplehc-0.19.0.dist-info/RECORD,,
@@ -1,19 +0,0 @@
1
- # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- from .v1 import (
4
- V1Resource,
5
- AsyncV1Resource,
6
- V1ResourceWithRawResponse,
7
- AsyncV1ResourceWithRawResponse,
8
- V1ResourceWithStreamingResponse,
9
- AsyncV1ResourceWithStreamingResponse,
10
- )
11
-
12
- __all__ = [
13
- "V1Resource",
14
- "AsyncV1Resource",
15
- "V1ResourceWithRawResponse",
16
- "AsyncV1ResourceWithRawResponse",
17
- "V1ResourceWithStreamingResponse",
18
- "AsyncV1ResourceWithStreamingResponse",
19
- ]
@@ -1,298 +0,0 @@
1
- # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- from __future__ import annotations
4
-
5
- from typing import Any, Iterable, cast
6
-
7
- import httpx
8
-
9
- from ...types import v1_sql_execute_params, v1_query_audit_logs_params
10
- from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
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
- to_raw_response_wrapper,
16
- to_streamed_response_wrapper,
17
- async_to_raw_response_wrapper,
18
- async_to_streamed_response_wrapper,
19
- )
20
- from ..._base_client import make_request_options
21
- from ...types.v1_sql_execute_response import V1SqlExecuteResponse
22
- from ...types.v1_query_audit_logs_response import V1QueryAuditLogsResponse
23
-
24
- __all__ = ["V1Resource", "AsyncV1Resource"]
25
-
26
-
27
- class V1Resource(SyncAPIResource):
28
- @cached_property
29
- def with_raw_response(self) -> V1ResourceWithRawResponse:
30
- """
31
- This property can be used as a prefix for any HTTP method call to return
32
- the raw response object instead of the parsed content.
33
-
34
- For more information, see https://www.github.com/samplehc/samplehc-python#accessing-raw-response-data-eg-headers
35
- """
36
- return V1ResourceWithRawResponse(self)
37
-
38
- @cached_property
39
- def with_streaming_response(self) -> V1ResourceWithStreamingResponse:
40
- """
41
- An alternative to `.with_raw_response` that doesn't eagerly read the response body.
42
-
43
- For more information, see https://www.github.com/samplehc/samplehc-python#with_streaming_response
44
- """
45
- return V1ResourceWithStreamingResponse(self)
46
-
47
- def query_audit_logs(
48
- self,
49
- *,
50
- query: str,
51
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
52
- # The extra values given here take precedence over values defined on the client or passed to this method.
53
- extra_headers: Headers | None = None,
54
- extra_query: Query | None = None,
55
- extra_body: Body | None = None,
56
- timeout: float | httpx.Timeout | None | NotGiven = not_given,
57
- ) -> V1QueryAuditLogsResponse:
58
- """Retrieves audit logs.
59
-
60
- Allows for filtering and searching through historical
61
- audit data.
62
-
63
- Args:
64
- query: The query string to filter audit logs.
65
-
66
- extra_headers: Send extra headers
67
-
68
- extra_query: Add additional query parameters to the request
69
-
70
- extra_body: Add additional JSON properties to the request
71
-
72
- timeout: Override the client-level default timeout for this request, in seconds
73
- """
74
- return self._post(
75
- "/api/v1/audit-logs",
76
- body=maybe_transform({"query": query}, v1_query_audit_logs_params.V1QueryAuditLogsParams),
77
- options=make_request_options(
78
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
79
- ),
80
- cast_to=V1QueryAuditLogsResponse,
81
- )
82
-
83
- def sql_execute(
84
- self,
85
- *,
86
- query: str,
87
- array_mode: bool | Omit = omit,
88
- params: Iterable[object] | Omit = omit,
89
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
90
- # The extra values given here take precedence over values defined on the client or passed to this method.
91
- extra_headers: Headers | None = None,
92
- extra_query: Query | None = None,
93
- extra_body: Body | None = None,
94
- timeout: float | httpx.Timeout | None | NotGiven = not_given,
95
- ) -> V1SqlExecuteResponse:
96
- """Allows execution of arbitrary SQL queries against the Sample database.
97
-
98
- Supports
99
- parameterized queries.
100
-
101
- Args:
102
- query: The SQL query to execute.
103
-
104
- array_mode: If true, rows will be returned as arrays of values instead of objects. Defaults
105
- to false.
106
-
107
- params: An array of parameters to be used in the SQL query. Use placeholders like $1,
108
- $2, etc. in the query string.
109
-
110
- extra_headers: Send extra headers
111
-
112
- extra_query: Add additional query parameters to the request
113
-
114
- extra_body: Add additional JSON properties to the request
115
-
116
- timeout: Override the client-level default timeout for this request, in seconds
117
- """
118
- return cast(
119
- V1SqlExecuteResponse,
120
- self._post(
121
- "/api/v1/sql",
122
- body=maybe_transform(
123
- {
124
- "query": query,
125
- "array_mode": array_mode,
126
- "params": params,
127
- },
128
- v1_sql_execute_params.V1SqlExecuteParams,
129
- ),
130
- options=make_request_options(
131
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
132
- ),
133
- cast_to=cast(
134
- Any, V1SqlExecuteResponse
135
- ), # Union types cannot be passed in as arguments in the type system
136
- ),
137
- )
138
-
139
-
140
- class AsyncV1Resource(AsyncAPIResource):
141
- @cached_property
142
- def with_raw_response(self) -> AsyncV1ResourceWithRawResponse:
143
- """
144
- This property can be used as a prefix for any HTTP method call to return
145
- the raw response object instead of the parsed content.
146
-
147
- For more information, see https://www.github.com/samplehc/samplehc-python#accessing-raw-response-data-eg-headers
148
- """
149
- return AsyncV1ResourceWithRawResponse(self)
150
-
151
- @cached_property
152
- def with_streaming_response(self) -> AsyncV1ResourceWithStreamingResponse:
153
- """
154
- An alternative to `.with_raw_response` that doesn't eagerly read the response body.
155
-
156
- For more information, see https://www.github.com/samplehc/samplehc-python#with_streaming_response
157
- """
158
- return AsyncV1ResourceWithStreamingResponse(self)
159
-
160
- async def query_audit_logs(
161
- self,
162
- *,
163
- query: str,
164
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
165
- # The extra values given here take precedence over values defined on the client or passed to this method.
166
- extra_headers: Headers | None = None,
167
- extra_query: Query | None = None,
168
- extra_body: Body | None = None,
169
- timeout: float | httpx.Timeout | None | NotGiven = not_given,
170
- ) -> V1QueryAuditLogsResponse:
171
- """Retrieves audit logs.
172
-
173
- Allows for filtering and searching through historical
174
- audit data.
175
-
176
- Args:
177
- query: The query string to filter audit logs.
178
-
179
- extra_headers: Send extra headers
180
-
181
- extra_query: Add additional query parameters to the request
182
-
183
- extra_body: Add additional JSON properties to the request
184
-
185
- timeout: Override the client-level default timeout for this request, in seconds
186
- """
187
- return await self._post(
188
- "/api/v1/audit-logs",
189
- body=await async_maybe_transform({"query": query}, v1_query_audit_logs_params.V1QueryAuditLogsParams),
190
- options=make_request_options(
191
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
192
- ),
193
- cast_to=V1QueryAuditLogsResponse,
194
- )
195
-
196
- async def sql_execute(
197
- self,
198
- *,
199
- query: str,
200
- array_mode: bool | Omit = omit,
201
- params: Iterable[object] | Omit = omit,
202
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
203
- # The extra values given here take precedence over values defined on the client or passed to this method.
204
- extra_headers: Headers | None = None,
205
- extra_query: Query | None = None,
206
- extra_body: Body | None = None,
207
- timeout: float | httpx.Timeout | None | NotGiven = not_given,
208
- ) -> V1SqlExecuteResponse:
209
- """Allows execution of arbitrary SQL queries against the Sample database.
210
-
211
- Supports
212
- parameterized queries.
213
-
214
- Args:
215
- query: The SQL query to execute.
216
-
217
- array_mode: If true, rows will be returned as arrays of values instead of objects. Defaults
218
- to false.
219
-
220
- params: An array of parameters to be used in the SQL query. Use placeholders like $1,
221
- $2, etc. in the query string.
222
-
223
- extra_headers: Send extra headers
224
-
225
- extra_query: Add additional query parameters to the request
226
-
227
- extra_body: Add additional JSON properties to the request
228
-
229
- timeout: Override the client-level default timeout for this request, in seconds
230
- """
231
- return cast(
232
- V1SqlExecuteResponse,
233
- await self._post(
234
- "/api/v1/sql",
235
- body=await async_maybe_transform(
236
- {
237
- "query": query,
238
- "array_mode": array_mode,
239
- "params": params,
240
- },
241
- v1_sql_execute_params.V1SqlExecuteParams,
242
- ),
243
- options=make_request_options(
244
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
245
- ),
246
- cast_to=cast(
247
- Any, V1SqlExecuteResponse
248
- ), # Union types cannot be passed in as arguments in the type system
249
- ),
250
- )
251
-
252
-
253
- class V1ResourceWithRawResponse:
254
- def __init__(self, v1: V1Resource) -> None:
255
- self._v1 = v1
256
-
257
- self.query_audit_logs = to_raw_response_wrapper(
258
- v1.query_audit_logs,
259
- )
260
- self.sql_execute = to_raw_response_wrapper(
261
- v1.sql_execute,
262
- )
263
-
264
-
265
- class AsyncV1ResourceWithRawResponse:
266
- def __init__(self, v1: AsyncV1Resource) -> None:
267
- self._v1 = v1
268
-
269
- self.query_audit_logs = async_to_raw_response_wrapper(
270
- v1.query_audit_logs,
271
- )
272
- self.sql_execute = async_to_raw_response_wrapper(
273
- v1.sql_execute,
274
- )
275
-
276
-
277
- class V1ResourceWithStreamingResponse:
278
- def __init__(self, v1: V1Resource) -> None:
279
- self._v1 = v1
280
-
281
- self.query_audit_logs = to_streamed_response_wrapper(
282
- v1.query_audit_logs,
283
- )
284
- self.sql_execute = to_streamed_response_wrapper(
285
- v1.sql_execute,
286
- )
287
-
288
-
289
- class AsyncV1ResourceWithStreamingResponse:
290
- def __init__(self, v1: AsyncV1Resource) -> None:
291
- self._v1 = v1
292
-
293
- self.query_audit_logs = async_to_streamed_response_wrapper(
294
- v1.query_audit_logs,
295
- )
296
- self.sql_execute = async_to_streamed_response_wrapper(
297
- v1.sql_execute,
298
- )
@@ -1,47 +0,0 @@
1
- # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
-
3
- from .claim import (
4
- ClaimResource,
5
- AsyncClaimResource,
6
- ClaimResourceWithRawResponse,
7
- AsyncClaimResourceWithRawResponse,
8
- ClaimResourceWithStreamingResponse,
9
- AsyncClaimResourceWithStreamingResponse,
10
- )
11
- from .payers import (
12
- PayersResource,
13
- AsyncPayersResource,
14
- PayersResourceWithRawResponse,
15
- AsyncPayersResourceWithRawResponse,
16
- PayersResourceWithStreamingResponse,
17
- AsyncPayersResourceWithStreamingResponse,
18
- )
19
- from .clearinghouse import (
20
- ClearinghouseResource,
21
- AsyncClearinghouseResource,
22
- ClearinghouseResourceWithRawResponse,
23
- AsyncClearinghouseResourceWithRawResponse,
24
- ClearinghouseResourceWithStreamingResponse,
25
- AsyncClearinghouseResourceWithStreamingResponse,
26
- )
27
-
28
- __all__ = [
29
- "PayersResource",
30
- "AsyncPayersResource",
31
- "PayersResourceWithRawResponse",
32
- "AsyncPayersResourceWithRawResponse",
33
- "PayersResourceWithStreamingResponse",
34
- "AsyncPayersResourceWithStreamingResponse",
35
- "ClaimResource",
36
- "AsyncClaimResource",
37
- "ClaimResourceWithRawResponse",
38
- "AsyncClaimResourceWithRawResponse",
39
- "ClaimResourceWithStreamingResponse",
40
- "AsyncClaimResourceWithStreamingResponse",
41
- "ClearinghouseResource",
42
- "AsyncClearinghouseResource",
43
- "ClearinghouseResourceWithRawResponse",
44
- "AsyncClearinghouseResourceWithRawResponse",
45
- "ClearinghouseResourceWithStreamingResponse",
46
- "AsyncClearinghouseResourceWithStreamingResponse",
47
- ]