samplehc 0.13.0__py3-none-any.whl → 0.15.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.
- samplehc/_base_client.py +8 -2
- samplehc/_client.py +105 -29
- samplehc/_models.py +37 -15
- samplehc/_streaming.py +12 -12
- samplehc/_types.py +3 -2
- samplehc/_utils/_sync.py +3 -31
- samplehc/_utils/_utils.py +1 -1
- samplehc/_version.py +1 -1
- samplehc/resources/v2/__init__.py +0 -28
- samplehc/resources/v2/documents/documents.py +8 -0
- samplehc/resources/v2/integrations/__init__.py +14 -0
- samplehc/resources/v2/integrations/integrations.py +32 -0
- samplehc/resources/v2/integrations/wellsky/__init__.py +33 -0
- samplehc/resources/v2/integrations/wellsky/patients.py +324 -0
- samplehc/resources/v2/integrations/wellsky/wellsky.py +102 -0
- samplehc/resources/v2/tasks/tasks.py +12 -3
- samplehc/resources/v2/v2.py +0 -64
- samplehc/types/v1_query_audit_logs_response.py +4 -0
- samplehc/types/v2/__init__.py +0 -2
- samplehc/types/v2/clearinghouse/claim_submit_response.py +5 -0
- samplehc/types/v2/clearinghouse/payer_list_response.py +2 -0
- samplehc/types/v2/clearinghouse/payer_search_response.py +2 -0
- samplehc/types/v2/clearinghouse_check_eligibility_response.py +4 -0
- samplehc/types/v2/clearinghouse_run_discovery_response.py +2 -0
- samplehc/types/v2/communication_send_fax_params.py +2 -0
- samplehc/types/v2/communication_send_fax_response.py +2 -0
- samplehc/types/v2/communication_send_letter_params.py +8 -0
- samplehc/types/v2/communication_send_letter_response.py +2 -0
- samplehc/types/v2/database_execute_sql_response.py +2 -0
- samplehc/types/v2/document_classify_params.py +2 -0
- samplehc/types/v2/document_classify_response.py +2 -0
- samplehc/types/v2/document_combine_response.py +4 -0
- samplehc/types/v2/document_create_from_splits_params.py +2 -0
- samplehc/types/v2/document_create_from_splits_response.py +2 -0
- samplehc/types/v2/document_extract_params.py +40 -3
- samplehc/types/v2/document_extract_response.py +2 -0
- samplehc/types/v2/document_generate_csv_response.py +4 -0
- samplehc/types/v2/document_presigned_upload_url_response.py +2 -0
- samplehc/types/v2/document_retrieve_csv_content_response.py +2 -0
- samplehc/types/v2/document_retrieve_metadata_response.py +2 -0
- samplehc/types/v2/document_search_response.py +2 -0
- samplehc/types/v2/document_split_params.py +2 -0
- samplehc/types/v2/document_split_response.py +2 -0
- samplehc/types/v2/documents/format_create_pdf_response.py +2 -0
- samplehc/types/v2/documents/legacy_extract_response.py +2 -0
- samplehc/types/v2/documents/legacy_reason_response.py +2 -0
- samplehc/types/v2/documents/legacy_split_params.py +2 -0
- samplehc/types/v2/documents/legacy_split_response.py +2 -0
- samplehc/types/v2/documents/pdf_template_retrieve_metadata_response.py +2 -0
- samplehc/types/v2/documents/template_render_document_response.py +2 -0
- samplehc/types/v2/hie/document_upload_params.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_response.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorization_retrieve_record_response.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorization_submit_response.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorization_update_record_response.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_list_response.py +2 -0
- samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_response.py +2 -0
- samplehc/types/v2/integrations/kno2/message_get_attachment_response.py +2 -0
- samplehc/types/v2/integrations/kno2/message_retrieve_response.py +2 -0
- samplehc/types/v2/integrations/wellsky/__init__.py +6 -0
- samplehc/types/v2/integrations/wellsky/patient_add_params.py +13 -0
- samplehc/types/v2/integrations/wellsky/patient_search_params.py +32 -0
- samplehc/types/v2/policy_list_companies_response.py +2 -0
- samplehc/types/v2/policy_list_plans_response.py +2 -0
- samplehc/types/v2/policy_list_response.py +2 -0
- samplehc/types/v2/policy_retrieve_presigned_url_response.py +2 -0
- samplehc/types/v2/policy_retrieve_text_response.py +2 -0
- samplehc/types/v2/task_cancel_response.py +2 -0
- samplehc/types/v2/task_complete_response.py +2 -0
- samplehc/types/v2/task_update_column_params.py +6 -3
- samplehc/types/v2/workflow_run_resume_when_complete_response.py +2 -0
- samplehc/types/v2/workflow_run_retrieve_response.py +2 -0
- samplehc/types/v2/workflow_runs/step_get_output_response.py +2 -0
- samplehc/types/v2/workflow_start_response.py +2 -0
- {samplehc-0.13.0.dist-info → samplehc-0.15.0.dist-info}/METADATA +8 -7
- {samplehc-0.13.0.dist-info → samplehc-0.15.0.dist-info}/RECORD +78 -91
- {samplehc-0.13.0.dist-info → samplehc-0.15.0.dist-info}/licenses/LICENSE +1 -1
- samplehc/resources/v2/browser_agents/__init__.py +0 -33
- samplehc/resources/v2/browser_agents/browser_agents.py +0 -209
- samplehc/resources/v2/browser_agents/runs/__init__.py +0 -33
- samplehc/resources/v2/browser_agents/runs/help_requests.py +0 -191
- samplehc/resources/v2/browser_agents/runs/runs.py +0 -233
- samplehc/resources/v2/browser_automation/__init__.py +0 -33
- samplehc/resources/v2/browser_automation/availity.py +0 -249
- samplehc/resources/v2/browser_automation/browser_automation.py +0 -102
- samplehc/types/v2/browser_agent_invoke_params.py +0 -13
- samplehc/types/v2/browser_agent_invoke_response.py +0 -15
- samplehc/types/v2/browser_agents/__init__.py +0 -6
- samplehc/types/v2/browser_agents/run_list_events_params.py +0 -15
- samplehc/types/v2/browser_agents/run_list_events_response.py +0 -30
- samplehc/types/v2/browser_agents/runs/__init__.py +0 -6
- samplehc/types/v2/browser_agents/runs/help_request_resolve_params.py +0 -18
- samplehc/types/v2/browser_agents/runs/help_request_resolve_response.py +0 -28
- samplehc/types/v2/browser_automation/__init__.py +0 -6
- samplehc/types/v2/browser_automation/availity_submit_appeal_params.py +0 -59
- samplehc/types/v2/browser_automation/availity_submit_appeal_response.py +0 -12
- {samplehc-0.13.0.dist-info → samplehc-0.15.0.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from .patient_add_params import PatientAddParams as PatientAddParams
|
|
6
|
+
from .patient_search_params import PatientSearchParams as PatientSearchParams
|
|
@@ -0,0 +1,13 @@
|
|
|
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 Dict
|
|
6
|
+
from typing_extensions import Required, TypedDict
|
|
7
|
+
|
|
8
|
+
__all__ = ["PatientAddParams"]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class PatientAddParams(TypedDict, total=False):
|
|
12
|
+
data: Required[Dict[str, object]]
|
|
13
|
+
"""The data to add the patient to WellSky."""
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
from typing_extensions import Annotated, TypedDict
|
|
6
|
+
|
|
7
|
+
from ....._utils import PropertyInfo
|
|
8
|
+
|
|
9
|
+
__all__ = ["PatientSearchParams"]
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class PatientSearchParams(TypedDict, total=False):
|
|
13
|
+
reqdelete: Annotated[str, PropertyInfo(alias="REQDELETE")]
|
|
14
|
+
"""Delete flag (Y/N)"""
|
|
15
|
+
|
|
16
|
+
reqdispin: Annotated[str, PropertyInfo(alias="REQDISPIN")]
|
|
17
|
+
"""Disposition filter"""
|
|
18
|
+
|
|
19
|
+
reqlvl6_in: Annotated[str, PropertyInfo(alias="REQLVL6IN")]
|
|
20
|
+
"""Facility ID"""
|
|
21
|
+
|
|
22
|
+
reqnamein: Annotated[str, PropertyInfo(alias="REQNAMEIN")]
|
|
23
|
+
"""Patient name to search"""
|
|
24
|
+
|
|
25
|
+
reqnonprosp: Annotated[str, PropertyInfo(alias="REQNONPROSP")]
|
|
26
|
+
"""Non-prospect flag (Y/N)"""
|
|
27
|
+
|
|
28
|
+
reqprosp: Annotated[str, PropertyInfo(alias="REQPROSP")]
|
|
29
|
+
"""Prospect flag (Y/N)"""
|
|
30
|
+
|
|
31
|
+
reqsortin: Annotated[str, PropertyInfo(alias="REQSORTIN")]
|
|
32
|
+
"""Sort field"""
|
|
@@ -10,5 +10,7 @@ __all__ = ["TaskCompleteResponse"]
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class TaskCompleteResponse(BaseModel):
|
|
13
|
+
"""Task completed successfully."""
|
|
14
|
+
|
|
13
15
|
next_task_id: Optional[str] = FieldInfo(alias="nextTaskId", default=None)
|
|
14
16
|
"""The ID of the next task in the workflow, if any, or null."""
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
from typing import
|
|
6
|
-
from typing_extensions import Required, TypedDict
|
|
5
|
+
from typing import Union
|
|
6
|
+
from typing_extensions import Literal, Required, TypedDict
|
|
7
7
|
|
|
8
8
|
__all__ = ["TaskUpdateColumnParams"]
|
|
9
9
|
|
|
@@ -12,5 +12,8 @@ class TaskUpdateColumnParams(TypedDict, total=False):
|
|
|
12
12
|
key: Required[str]
|
|
13
13
|
"""The column key to update or insert."""
|
|
14
14
|
|
|
15
|
-
value: Required[
|
|
15
|
+
value: Required[Union[str, float, bool, None]]
|
|
16
16
|
"""The value to set for the column."""
|
|
17
|
+
|
|
18
|
+
type: Literal["string", "number", "boolean", "date", "datetime"]
|
|
19
|
+
"""The semantic type of the column. Defaults to string when omitted."""
|
|
@@ -6,5 +6,7 @@ __all__ = ["WorkflowRunResumeWhenCompleteResponse"]
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
class WorkflowRunResumeWhenCompleteResponse(BaseModel):
|
|
9
|
+
"""Request accepted, processing to resume workflow has been initiated."""
|
|
10
|
+
|
|
9
11
|
message: str
|
|
10
12
|
"""A message indicating the request has been accepted for processing."""
|
|
@@ -10,5 +10,7 @@ __all__ = ["WorkflowRunRetrieveResponse"]
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class WorkflowRunRetrieveResponse(BaseModel):
|
|
13
|
+
"""Successfully retrieved workflow run details."""
|
|
14
|
+
|
|
13
15
|
workflow_run: Optional[object] = FieldInfo(alias="workflowRun", default=None)
|
|
14
16
|
"""The detailed workflow run object."""
|
|
@@ -10,6 +10,8 @@ __all__ = ["WorkflowStartResponse"]
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class WorkflowStartResponse(BaseModel):
|
|
13
|
+
"""Workflow initiated successfully."""
|
|
14
|
+
|
|
13
15
|
next_task_id: Optional[str] = FieldInfo(alias="nextTaskId", default=None)
|
|
14
16
|
"""
|
|
15
17
|
The ID of the first task in the workflow run, or null if the workflow completes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: samplehc
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.15.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
|
|
@@ -13,15 +13,15 @@ Classifier: Operating System :: Microsoft :: Windows
|
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
14
|
Classifier: Operating System :: POSIX
|
|
15
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.9
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
22
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
23
23
|
Classifier: Typing :: Typed
|
|
24
|
-
Requires-Python: >=3.
|
|
24
|
+
Requires-Python: >=3.9
|
|
25
25
|
Requires-Dist: anyio<5,>=3.5.0
|
|
26
26
|
Requires-Dist: distro<2,>=1.7.0
|
|
27
27
|
Requires-Dist: httpx<1,>=0.23.0
|
|
@@ -30,7 +30,7 @@ Requires-Dist: sniffio
|
|
|
30
30
|
Requires-Dist: typing-extensions<5,>=4.10
|
|
31
31
|
Provides-Extra: aiohttp
|
|
32
32
|
Requires-Dist: aiohttp; extra == 'aiohttp'
|
|
33
|
-
Requires-Dist: httpx-aiohttp>=0.1.
|
|
33
|
+
Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
|
|
34
34
|
Description-Content-Type: text/markdown
|
|
35
35
|
|
|
36
36
|
# Sample Healthcare Python API library
|
|
@@ -38,7 +38,7 @@ Description-Content-Type: text/markdown
|
|
|
38
38
|
<!-- prettier-ignore -->
|
|
39
39
|
[)](https://pypi.org/project/samplehc/)
|
|
40
40
|
|
|
41
|
-
The Sample Healthcare Python library provides convenient access to the Sample Healthcare REST API from any Python 3.
|
|
41
|
+
The Sample Healthcare Python library provides convenient access to the Sample Healthcare REST API from any Python 3.9+
|
|
42
42
|
application. The library includes type definitions for all request params and response fields,
|
|
43
43
|
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
|
|
44
44
|
|
|
@@ -118,6 +118,7 @@ pip install samplehc[aiohttp]
|
|
|
118
118
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
119
119
|
|
|
120
120
|
```python
|
|
121
|
+
import os
|
|
121
122
|
import asyncio
|
|
122
123
|
from samplehc import DefaultAioHttpClient
|
|
123
124
|
from samplehc import AsyncSampleHealthcare
|
|
@@ -125,7 +126,7 @@ from samplehc import AsyncSampleHealthcare
|
|
|
125
126
|
|
|
126
127
|
async def main() -> None:
|
|
127
128
|
async with AsyncSampleHealthcare(
|
|
128
|
-
api_key="
|
|
129
|
+
api_key=os.environ.get("SAMPLEHC_API_KEY"), # This is the default and can be omitted
|
|
129
130
|
http_client=DefaultAioHttpClient(),
|
|
130
131
|
) as client:
|
|
131
132
|
response = await client.v1.sql_execute(
|
|
@@ -431,7 +432,7 @@ print(samplehc.__version__)
|
|
|
431
432
|
|
|
432
433
|
## Requirements
|
|
433
434
|
|
|
434
|
-
Python 3.
|
|
435
|
+
Python 3.9 or higher.
|
|
435
436
|
|
|
436
437
|
## Contributing
|
|
437
438
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
samplehc/__init__.py,sha256=Kze-TKDp8j_TYknemcBAyGIxn7a_RUlisf07X8IYIVI,2731
|
|
2
|
-
samplehc/_base_client.py,sha256=
|
|
3
|
-
samplehc/_client.py,sha256=
|
|
2
|
+
samplehc/_base_client.py,sha256=uAEatHvCkBLjMAdldUYk_rjn_2MK973Ud3kvh6GAULQ,67249
|
|
3
|
+
samplehc/_client.py,sha256=Zrv9qsKlxlGt7aMokgvad3n6FqkzZUyrv1lmuImYaus,17978
|
|
4
4
|
samplehc/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
|
|
5
5
|
samplehc/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
|
|
6
6
|
samplehc/_exceptions.py,sha256=MxVd0pThtjM7aV1xjQcQ6nGSfxJMa5xPhoLsmtSxQgU,3240
|
|
7
7
|
samplehc/_files.py,sha256=KnEzGi_O756MvKyJ4fOCW_u3JhOeWPQ4RsmDvqihDQU,3545
|
|
8
|
-
samplehc/_models.py,sha256=
|
|
8
|
+
samplehc/_models.py,sha256=3D65psj_C02Mw0K2zpBWrn1khmrvtEXgTTQ6P4r3tUY,31837
|
|
9
9
|
samplehc/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
|
|
10
10
|
samplehc/_resource.py,sha256=Mdg6fhf_5wYd2K2JZ4BQIJMPqJOWetqpJE3h3MmGZJE,1160
|
|
11
11
|
samplehc/_response.py,sha256=UzsuYRbic274gcdUWq9ShPkdRt7VrzkjaqwSwdxqWIs,28816
|
|
12
|
-
samplehc/_streaming.py,sha256=
|
|
13
|
-
samplehc/_types.py,sha256=
|
|
14
|
-
samplehc/_version.py,sha256=
|
|
12
|
+
samplehc/_streaming.py,sha256=Wsd0pUQJT1ZW9v_iBIFKDS9lukt3M0X96f3Enqx1PYY,10261
|
|
13
|
+
samplehc/_types.py,sha256=tCDW3kuJCvzexBc-TpW-HFSr1MywbIMpTP8XC6jNW5c,7297
|
|
14
|
+
samplehc/_version.py,sha256=slWiVW_1nqaGXzUfxtKBYd41eSDG8A549XIiS19wYUY,161
|
|
15
15
|
samplehc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
samplehc/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
samplehc/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -21,36 +21,28 @@ samplehc/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,197
|
|
|
21
21
|
samplehc/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
|
|
22
22
|
samplehc/_utils/_resources_proxy.py,sha256=NejY5ZPSVISf1S6P7a-AHToRY85AllNZg7ukouCdCjU,599
|
|
23
23
|
samplehc/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
|
|
24
|
-
samplehc/_utils/_sync.py,sha256=
|
|
24
|
+
samplehc/_utils/_sync.py,sha256=HBnZkkBnzxtwOZe0212C4EyoRvxhTVtTrLFDz2_xVCg,1589
|
|
25
25
|
samplehc/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
|
|
26
26
|
samplehc/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
|
|
27
|
-
samplehc/_utils/_utils.py,sha256=
|
|
27
|
+
samplehc/_utils/_utils.py,sha256=ugfUaneOK7I8h9b3656flwf5u_kthY0gvNuqvgOLoSU,12252
|
|
28
28
|
samplehc/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
|
29
29
|
samplehc/resources/__init__.py,sha256=d6hMh8jB7d3_ni6az6tWaXvUcIewUm0vRE2O_Y4ZTFw,898
|
|
30
30
|
samplehc/resources/v1/__init__.py,sha256=TSJ6b8GNHShyK5w7efHV93u1bY2jYVySQRa2zKc1dKM,500
|
|
31
31
|
samplehc/resources/v1/v1.py,sha256=G1SUS5rZhcE01slcOd5-ZeSn2cERwvmcfJzb0rywAdA,10965
|
|
32
|
-
samplehc/resources/v2/__init__.py,sha256=
|
|
32
|
+
samplehc/resources/v2/__init__.py,sha256=KNFQAOHJ8fixbU9c9FLL4Jfprujvk7JIEvgMRmFmBok,6846
|
|
33
33
|
samplehc/resources/v2/async_results.py,sha256=UBGM6qCcWuivX169CkJ9hvwZymz4-fQbHPSnzQOXhZc,13624
|
|
34
34
|
samplehc/resources/v2/communication.py,sha256=m6rytLcGlDtFkajfi-P5WQkaCyYbaMlBI2UrBLJ9xqI,21054
|
|
35
35
|
samplehc/resources/v2/database.py,sha256=lFLepM70TzkRBaejyfU5GmE3PfgIaBi_liRTpJs2lzM,7950
|
|
36
36
|
samplehc/resources/v2/events.py,sha256=Kdx2fSNGr21YA7fAHvs9huMGDRra8bsvnxiO1B1ZlSE,6658
|
|
37
37
|
samplehc/resources/v2/policies.py,sha256=V9631MIrlZ99oqT8v_V8Qj9a76rG317bklyoV-vNNAY,24899
|
|
38
|
-
samplehc/resources/v2/v2.py,sha256=
|
|
38
|
+
samplehc/resources/v2/v2.py,sha256=GFKZsB5vsrPlPEi-3dsCi7qCWgBZ__dc6BSUVpR20zU,17283
|
|
39
39
|
samplehc/resources/v2/workflows.py,sha256=tORLHVCYwhwFcRLlXHBxcgZ9EYjinwXcFHjX04pCKUs,14242
|
|
40
|
-
samplehc/resources/v2/browser_agents/__init__.py,sha256=Byeyzaw5o_dcSvkefEoViV9xXKlNVKDzcr5QV8ODgl0,1068
|
|
41
|
-
samplehc/resources/v2/browser_agents/browser_agents.py,sha256=fr3DQezSabZK58uAxHKk0GpqVJkXr5uynobs0FZ8Dtk,7919
|
|
42
|
-
samplehc/resources/v2/browser_agents/runs/__init__.py,sha256=v6kly2kRgTEcwzev4KKwLOvU_7iJFuYRbZckR0LmgoM,1055
|
|
43
|
-
samplehc/resources/v2/browser_agents/runs/help_requests.py,sha256=6V1AyR7_64rxBMv3KzdHvAmnzYFVGQ4W-67Wl7O7pwA,7788
|
|
44
|
-
samplehc/resources/v2/browser_agents/runs/runs.py,sha256=SYY5LX9dLFlB-LB39lQE2hnMzUwNSjnn2wLKouElpC0,8435
|
|
45
|
-
samplehc/resources/v2/browser_automation/__init__.py,sha256=a7mi3Gg12Vk6CCsm3Q50nsrwLzXK_sVk_iV6ORlqqJY,1172
|
|
46
|
-
samplehc/resources/v2/browser_automation/availity.py,sha256=QPOa5e364LqdSIlz09XyeZF5myQi6rPILZa4Mpwt0lE,9545
|
|
47
|
-
samplehc/resources/v2/browser_automation/browser_automation.py,sha256=jiBEq2DdaD6pEaWG2X2SvxNJSug-zaQ8GInPnYALcvQ,4071
|
|
48
40
|
samplehc/resources/v2/clearinghouse/__init__.py,sha256=q2mqlV5eEa0qmHkoQUSDMsZ5zxunWN5Eo6boQaNs49Q,1530
|
|
49
41
|
samplehc/resources/v2/clearinghouse/claim.py,sha256=ZgDjj4x9EWiNfFikACEBj6B-rFjtZ5-0oFN_EuDgemo,16336
|
|
50
42
|
samplehc/resources/v2/clearinghouse/clearinghouse.py,sha256=fME7jXnVG1JH5CmN149eNbefBm0kNxp1TI23kEq914s,34744
|
|
51
43
|
samplehc/resources/v2/clearinghouse/payers.py,sha256=D5NmoxTV-dS97yj8tXqdFXtPxB82lqIungIrqgW_GV4,8400
|
|
52
44
|
samplehc/resources/v2/documents/__init__.py,sha256=9Hje-AZc-uRh1mgxCDKcRtLRxIdSOB3P7QJVGKCGAc0,2509
|
|
53
|
-
samplehc/resources/v2/documents/documents.py,sha256=
|
|
45
|
+
samplehc/resources/v2/documents/documents.py,sha256=dfEsFOpSyV3AfU4n-BAbmJycaPhjnFr5L7CIanrHMNE,64612
|
|
54
46
|
samplehc/resources/v2/documents/formats.py,sha256=lB60NUBPBceC1XUbL04lsGIsyVWlqsOE8kQkw5oKIM0,6993
|
|
55
47
|
samplehc/resources/v2/documents/legacy.py,sha256=CbDfHJK_U-sDW1rIp8Hj7pTKKHscwmdijSx4mWALQk8,14095
|
|
56
48
|
samplehc/resources/v2/documents/pdf_template.py,sha256=1LY-drtfB9_GmyHoVEpEnOz-03E-JjjIHREhACQxOis,6442
|
|
@@ -59,9 +51,9 @@ samplehc/resources/v2/hie/__init__.py,sha256=kEs1If5SVR3Inp__6822fiPvynz8MwRIJdY
|
|
|
59
51
|
samplehc/resources/v2/hie/adt.py,sha256=wTasDk8rjNpfHO0k8lrGjymchtVhskwlzzd2XC5ruXQ,9538
|
|
60
52
|
samplehc/resources/v2/hie/documents.py,sha256=J3-4S4BBD7vPAo3aCThta8UeX0hyxVjizk2md26EjKs,15318
|
|
61
53
|
samplehc/resources/v2/hie/hie.py,sha256=bdTM7CeHELmGULZRkOHnnfg-MoKadTnbaY9hDBtNMv4,4550
|
|
62
|
-
samplehc/resources/v2/integrations/__init__.py,sha256=
|
|
54
|
+
samplehc/resources/v2/integrations/__init__.py,sha256=_Qn1-4MAe33zZdspy6aX-a_FPKhoi4mJI21pMmVsOZY,4321
|
|
63
55
|
samplehc/resources/v2/integrations/careviso.py,sha256=hrq_Qfw9hXvtXwJ2JayofjACBJhqDHwSU5aCQUy4G1o,15464
|
|
64
|
-
samplehc/resources/v2/integrations/integrations.py,sha256=
|
|
56
|
+
samplehc/resources/v2/integrations/integrations.py,sha256=6pswQrhQ261h1r2q-wwgzvK2LEi8qDm5A3uGQv0w3zQ,11697
|
|
65
57
|
samplehc/resources/v2/integrations/salesforce.py,sha256=2QcY6sHc12juXX3IDNt_isQk_Vca2bB1QC4ZWA5Ku6c,10914
|
|
66
58
|
samplehc/resources/v2/integrations/snowflake.py,sha256=xOF5bevD1ViDcL6qaoKMeNBtjVpZyeckzRO7dPmLdrs,6506
|
|
67
59
|
samplehc/resources/v2/integrations/xcures.py,sha256=G7d6HaTkxIv-yuePj7KREitEFjgjTk3DlAtCCLYXODE,7260
|
|
@@ -76,61 +68,62 @@ samplehc/resources/v2/integrations/glidian/prior_authorizations/prior_authorizat
|
|
|
76
68
|
samplehc/resources/v2/integrations/kno2/__init__.py,sha256=O46p4OnML6RdkmNBI_ZB79u58Sbfo9teFgQ7yrsfmI0,1002
|
|
77
69
|
samplehc/resources/v2/integrations/kno2/kno2.py,sha256=xc__0U-pQMavJNUN2t8EIZtkg3efeOpdK3JqpvDPsMk,3589
|
|
78
70
|
samplehc/resources/v2/integrations/kno2/messages.py,sha256=BlIUV_1ae2lNtjI6wJigXk7iOTAs2G8vhQJ00qO1dF8,10347
|
|
71
|
+
samplehc/resources/v2/integrations/wellsky/__init__.py,sha256=-DaaU18hvyGskY1k5y3LsMtAw8nv5X6nB2PM4BFHkS8,1041
|
|
72
|
+
samplehc/resources/v2/integrations/wellsky/patients.py,sha256=9TSUdr9taZMtb7yuPOL_85AMMc6BAfKrTgpJgUmsPIU,11493
|
|
73
|
+
samplehc/resources/v2/integrations/wellsky/wellsky.py,sha256=0-8yyclRm13JRUbH-KJpPk0uwbPke8qunO98QNF9mDw,3697
|
|
79
74
|
samplehc/resources/v2/ledger/__init__.py,sha256=wJp8z_TSgl7zuOvOvFxpwUBMAaVp4mRI2NVkbKGKiL0,1452
|
|
80
75
|
samplehc/resources/v2/ledger/account.py,sha256=Fc3A7czMWCVa1jPZXiZ2EQjtmMjVqEOz4jwAihS9N_I,11452
|
|
81
76
|
samplehc/resources/v2/ledger/entry.py,sha256=m0IuJr2Objsnm5int5Z7VGtJQkmVcFDzbK0yAqP1CUg,13982
|
|
82
77
|
samplehc/resources/v2/ledger/ledger.py,sha256=Ayzzu9491xWtnQIFuXNbKDk19JYhHCxqT1msqHElxMI,4670
|
|
83
78
|
samplehc/resources/v2/tasks/__init__.py,sha256=ez5eX-qrV79bmAy3vh-Yp2cWCpVIeDM36Zkn4lDChVg,976
|
|
84
79
|
samplehc/resources/v2/tasks/state.py,sha256=VuECXSNXtdWhaJS3cNcTIdecuQJajCGIFP3lyPZi_xA,9666
|
|
85
|
-
samplehc/resources/v2/tasks/tasks.py,sha256=
|
|
80
|
+
samplehc/resources/v2/tasks/tasks.py,sha256=ceIWwD6P0804Hk2HkmP0mEJFC89jDvvL3atk7ep1Paw,29581
|
|
86
81
|
samplehc/resources/v2/workflow_runs/__init__.py,sha256=maLNLcc-W7a0KHsoPlgCZANcyCE4owxqu3rJwY3lDbY,1055
|
|
87
82
|
samplehc/resources/v2/workflow_runs/step.py,sha256=whzHiJTIhzCNTiRAzvo01FAPEnW-Pye29itDTzZhSyc,6169
|
|
88
83
|
samplehc/resources/v2/workflow_runs/workflow_runs.py,sha256=5a23JhXliB6VNbieEBuDAF5kBbfg6FJKiBOhhwVyix8,19696
|
|
89
84
|
samplehc/types/__init__.py,sha256=s4JqHqYRXYA7SMgFJCKDOOMe7r2x9YSZAmrsc9sOX_g,465
|
|
90
85
|
samplehc/types/v1_query_audit_logs_params.py,sha256=khSImk9lMmQEN_jhRhR2fgZx1zZoPxMJKk0PaPh1izY,341
|
|
91
|
-
samplehc/types/v1_query_audit_logs_response.py,sha256=
|
|
86
|
+
samplehc/types/v1_query_audit_logs_response.py,sha256=q9TZGuYWsOa6nogQLzWyVl3IklWqA65cBK07mIdK0qE,442
|
|
92
87
|
samplehc/types/v1_sql_execute_params.py,sha256=mC_HUkRzC_d4Ve0XkRMR3VrpZHRqY6RQzaAe-hOdgEA,728
|
|
93
88
|
samplehc/types/v1_sql_execute_response.py,sha256=Fo8npustnKfbqpw8a8FSqYSOwaakmZ4siPC1LRVbpWg,683
|
|
94
89
|
samplehc/types/v1/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
95
|
-
samplehc/types/v2/__init__.py,sha256=
|
|
90
|
+
samplehc/types/v2/__init__.py,sha256=EPirAK-vqHYVr_CsUe3itn3PUAi1qE68b9Or806QV-U,7130
|
|
96
91
|
samplehc/types/v2/async_result_retrieve_response.py,sha256=hDRnUnMvLJav6RzGqFH7OsZ2fPrTXOaTqlGbWzUhWVU,504
|
|
97
92
|
samplehc/types/v2/async_result_sleep_params.py,sha256=vdhEdUP6vA9Y44waJBU2p_PEC-rzWBOr4RkE1F2eTHs,729
|
|
98
93
|
samplehc/types/v2/async_result_sleep_response.py,sha256=nAUL4IVyG9RjVZtNyMnn_sp1mcwatJCEBjBCDf6bDtM,366
|
|
99
|
-
samplehc/types/v2/browser_agent_invoke_params.py,sha256=GH1bkTIefBLcVz9nKcvQAu1hFuodCd8avTcYEcG1SIQ,367
|
|
100
|
-
samplehc/types/v2/browser_agent_invoke_response.py,sha256=008fSDAfWWy-GumiQai9BCEhPQgjB9O_3BsywHWNb7s,482
|
|
101
94
|
samplehc/types/v2/clearinghouse_calculate_patient_cost_params.py,sha256=iVZPGa5AFaTvuL5ogEQaUWfvASMw1PtTFm6fYlzDruc,86950
|
|
102
95
|
samplehc/types/v2/clearinghouse_check_claim_status_params.py,sha256=ko1_OwVFSQZ0U2unGPYYNx5eovOObjYORZSc64-DKew,1683
|
|
103
96
|
samplehc/types/v2/clearinghouse_check_eligibility_params.py,sha256=klc12zvARqdGUSUe9hi9UwK6W7Ncz8wF3PIZHeO8UXw,1488
|
|
104
|
-
samplehc/types/v2/clearinghouse_check_eligibility_response.py,sha256=
|
|
97
|
+
samplehc/types/v2/clearinghouse_check_eligibility_response.py,sha256=RTEDFrTEymtb-bL4E6G0dwnYJ-9IWpCupZHssOnQtQU,404
|
|
105
98
|
samplehc/types/v2/clearinghouse_coordination_of_benefits_params.py,sha256=09vrP_Ded8wANL1jBXVBXH7fOXMqYV8ndQclUH4QaMg,1496
|
|
106
99
|
samplehc/types/v2/clearinghouse_run_discovery_params.py,sha256=JiXY5K6qy70xzuQYhWsgo9eLRGs_N1RI5rIs3FRThWg,1779
|
|
107
|
-
samplehc/types/v2/clearinghouse_run_discovery_response.py,sha256=
|
|
100
|
+
samplehc/types/v2/clearinghouse_run_discovery_response.py,sha256=w5f93IiFraHYlg5_yUEBpLhtdymZHqGbY5lpUcucZfo,341
|
|
108
101
|
samplehc/types/v2/communication_send_email_params.py,sha256=thNaWdxK4JwOk4JQ0zvb3rab9AlOfkDbaweP_7vXsIg,1638
|
|
109
|
-
samplehc/types/v2/communication_send_fax_params.py,sha256=
|
|
110
|
-
samplehc/types/v2/communication_send_fax_response.py,sha256=
|
|
111
|
-
samplehc/types/v2/communication_send_letter_params.py,sha256=
|
|
112
|
-
samplehc/types/v2/communication_send_letter_response.py,sha256=
|
|
102
|
+
samplehc/types/v2/communication_send_fax_params.py,sha256=QysQOLT_Rj4Cd_Q-YApgHoa6SOlTpFlXpTipwYJ9d-E,1595
|
|
103
|
+
samplehc/types/v2/communication_send_fax_response.py,sha256=BPXrsTZPB2rMVdkToQC1y69i-9eN-X830gRit10SRwY,427
|
|
104
|
+
samplehc/types/v2/communication_send_letter_params.py,sha256=rr_Ys_-WYo4ihzEyYZWyI9_-agL37zlRoJSW-7Dm5Yw,2136
|
|
105
|
+
samplehc/types/v2/communication_send_letter_response.py,sha256=uCq0J35m9BhzKOUO7DyS4lKCy9q44zgiWhrMkZ_HtMw,404
|
|
113
106
|
samplehc/types/v2/database_execute_sql_params.py,sha256=9JhgbItnJenQAP4VQPuM7CW4P3ONTWbdor9x5Gn1ZWo,783
|
|
114
|
-
samplehc/types/v2/database_execute_sql_response.py,sha256=
|
|
115
|
-
samplehc/types/v2/document_classify_params.py,sha256=
|
|
116
|
-
samplehc/types/v2/document_classify_response.py,sha256=
|
|
107
|
+
samplehc/types/v2/database_execute_sql_response.py,sha256=2C0U5VC94Rvvkxk13KbNwefOYaPBJ3hK3ix-KKxyHVg,468
|
|
108
|
+
samplehc/types/v2/document_classify_params.py,sha256=R8m_hhpmb48itQrqOdUD5oYxWO8Yorl_PFgFE-8J9wg,942
|
|
109
|
+
samplehc/types/v2/document_classify_response.py,sha256=A6aHbd9vBrFcAga4-_TEgSvRLacS86mdAqpy7hKdxII,434
|
|
117
110
|
samplehc/types/v2/document_combine_params.py,sha256=U4VK6S19oy0n8-ZF6jWFWwwQweWjqqEtASyp5G9OlHw,785
|
|
118
|
-
samplehc/types/v2/document_combine_response.py,sha256=
|
|
119
|
-
samplehc/types/v2/document_create_from_splits_params.py,sha256=
|
|
120
|
-
samplehc/types/v2/document_create_from_splits_response.py,sha256=
|
|
121
|
-
samplehc/types/v2/document_extract_params.py,sha256=
|
|
122
|
-
samplehc/types/v2/document_extract_response.py,sha256=
|
|
111
|
+
samplehc/types/v2/document_combine_response.py,sha256=SVnRhWvEA-p2MuRJiJLiaVnutlw185xAAwcCp5-xP3w,559
|
|
112
|
+
samplehc/types/v2/document_create_from_splits_params.py,sha256=XVmvzvrYPQY_Z8omsLnFx0zeMvPcKnA9chC_KLTIpkc,878
|
|
113
|
+
samplehc/types/v2/document_create_from_splits_response.py,sha256=VJQCsIWz839BeXyht8fVSmrvfknMiXJDPt7ZAclGKP4,900
|
|
114
|
+
samplehc/types/v2/document_extract_params.py,sha256=CSsMnbzknkT81zLpxIL_Wb_4FidzyIr_ek0NwWbcKTc,2393
|
|
115
|
+
samplehc/types/v2/document_extract_response.py,sha256=k4nKL53ZSLoAmMdlCPZIpjkTdRuOGqG3u-qJyW1kmD4,424
|
|
123
116
|
samplehc/types/v2/document_generate_csv_params.py,sha256=N_GL20AyXcSG0QAkIJBbtyoq9ZW7RESAyhURmagzOTc,1063
|
|
124
|
-
samplehc/types/v2/document_generate_csv_response.py,sha256=
|
|
117
|
+
samplehc/types/v2/document_generate_csv_response.py,sha256=n8jk3gbEU6rASKTVNCtY7Z9dDxYOWFm4nqFgbfBOcJM,539
|
|
125
118
|
samplehc/types/v2/document_presigned_upload_url_params.py,sha256=GUooEmi6zACjwCaao3_SP6IqLwfnwKTUxYzVTfRT4rw,1283
|
|
126
|
-
samplehc/types/v2/document_presigned_upload_url_response.py,sha256=
|
|
127
|
-
samplehc/types/v2/document_retrieve_csv_content_response.py,sha256=
|
|
128
|
-
samplehc/types/v2/document_retrieve_metadata_response.py,sha256=
|
|
119
|
+
samplehc/types/v2/document_presigned_upload_url_response.py,sha256=Xf1WvhKXxvQhz3u_9wA-k2yeYh8f-Ip3BxXZJRkRvQg,465
|
|
120
|
+
samplehc/types/v2/document_retrieve_csv_content_response.py,sha256=0frl9rH6WRnDVLKxop22B1hqqjgPG1C9TVX7ZwyKTUY,414
|
|
121
|
+
samplehc/types/v2/document_retrieve_metadata_response.py,sha256=ImzbvYJ3GSEZXVypmLx3uaYSoL8GXUajog6en2eRhYM,435
|
|
129
122
|
samplehc/types/v2/document_retrieve_response.py,sha256=AVViza-zUVA3E13VPZug-3u13PVrZQdta5Lbxgx1A_g,1519
|
|
130
123
|
samplehc/types/v2/document_search_params.py,sha256=lJ7IpiBDoBRcm5SZzhSZflFlQGJ_7h_T2H7eX8gMX-g,651
|
|
131
|
-
samplehc/types/v2/document_search_response.py,sha256=
|
|
132
|
-
samplehc/types/v2/document_split_params.py,sha256=
|
|
133
|
-
samplehc/types/v2/document_split_response.py,sha256=
|
|
124
|
+
samplehc/types/v2/document_search_response.py,sha256=8vOHI-5fl5lelBlhbGWCppl9klcyboXS0FPe2IoTOq0,379
|
|
125
|
+
samplehc/types/v2/document_split_params.py,sha256=SXk8xEILeB-nO-WwkR-NgzYGGxpdhac-lg2idfZXYUM,1066
|
|
126
|
+
samplehc/types/v2/document_split_response.py,sha256=1NID9LtcYYLUJ0sq7q1h_2dw9CMjr5cjR6_lM0aWfpM,418
|
|
134
127
|
samplehc/types/v2/document_transform_json_to_html_params.py,sha256=0bRUKlxD2-JB5VQ0DFDfDX1MaanOR1b0PhsD2x1YYAI,336
|
|
135
128
|
samplehc/types/v2/document_transform_json_to_html_response.py,sha256=ca5EIuwV1pywWDnIgy2e6vW_QunxA-PDHh69jurvcS0,268
|
|
136
129
|
samplehc/types/v2/document_unzip_async_response.py,sha256=gSrnsbEE0iIlXsYdIGMEDSzvZFfJ7XzZAAn3jODxaQc,361
|
|
@@ -138,20 +131,20 @@ samplehc/types/v2/document_unzip_response.py,sha256=EJemPIV3xxnSFTOkUhgptwy_v8Fc
|
|
|
138
131
|
samplehc/types/v2/event_emit_params.py,sha256=SU1pC9tVh84OmyXWsEjxmBMnkTHqHQXQaMZihEZoX2w,506
|
|
139
132
|
samplehc/types/v2/event_emit_response.py,sha256=Md9mWenySbRoqz2tWrY4jyXS-oWirz5VVdpg9W2gPM8,263
|
|
140
133
|
samplehc/types/v2/policy_list_companies_params.py,sha256=1cAH6iiVYHmawgEZIcgtqBgJ1OvZueY3qsXeXj18SIw,438
|
|
141
|
-
samplehc/types/v2/policy_list_companies_response.py,sha256=
|
|
134
|
+
samplehc/types/v2/policy_list_companies_response.py,sha256=JNXJ8POAfzfIkUuIW7MnkMFHdHh4Jg8KYwCT6XIrRL8,506
|
|
142
135
|
samplehc/types/v2/policy_list_params.py,sha256=PMsQB1tUkpe8nBJHHL_gicCp8aClF2M-63mkWFNhSBY,1699
|
|
143
136
|
samplehc/types/v2/policy_list_plans_params.py,sha256=Hf0hlnNE-Qmq2rCyGDKz83VqP65Ey5cn9bBRrph4Dco,424
|
|
144
|
-
samplehc/types/v2/policy_list_plans_response.py,sha256=
|
|
145
|
-
samplehc/types/v2/policy_list_response.py,sha256=
|
|
146
|
-
samplehc/types/v2/policy_retrieve_presigned_url_response.py,sha256=
|
|
147
|
-
samplehc/types/v2/policy_retrieve_text_response.py,sha256=
|
|
148
|
-
samplehc/types/v2/task_cancel_response.py,sha256=
|
|
137
|
+
samplehc/types/v2/policy_list_plans_response.py,sha256=f29wOvtrbAS0qxfL9g52sgDLwkaOb2z4vZujjHmKSrM,600
|
|
138
|
+
samplehc/types/v2/policy_list_response.py,sha256=7RYgZAY8-MZQScvKHFW0e3TOzJ-vLaeayd41XpVs9n4,1369
|
|
139
|
+
samplehc/types/v2/policy_retrieve_presigned_url_response.py,sha256=SvipDt9bzbOjCp2eb0d66Zpl1RwVYHl7MdKHezVTC18,474
|
|
140
|
+
samplehc/types/v2/policy_retrieve_text_response.py,sha256=IeBV9gX-rb5jkfyjjYifMxQpoWdy4wUmyl1wfEbpoIE,319
|
|
141
|
+
samplehc/types/v2/task_cancel_response.py,sha256=6GydOTn-FNxdLJt_lUAO3JPItfVg-Wc1OWdODz4H8VI,315
|
|
149
142
|
samplehc/types/v2/task_complete_params.py,sha256=J4yswtqiJHgkt46PBeVva3MBClZ7Se99Mll18CUgT7I,321
|
|
150
|
-
samplehc/types/v2/task_complete_response.py,sha256=
|
|
143
|
+
samplehc/types/v2/task_complete_response.py,sha256=g1UyHlcwvWLjo5J940mx9fq2uQuJiGjlrg3wTLY-Aeo,453
|
|
151
144
|
samplehc/types/v2/task_get_suspended_payload_response.py,sha256=Sxy6vxXJCxI2x-7lVO-iElm8fHDBSplpsteyBYZepCw,262
|
|
152
145
|
samplehc/types/v2/task_retrieve_response.py,sha256=x48lwXHSysKM3hhi6pYWtBDH9jCI4CamjphR97h4o-o,584
|
|
153
146
|
samplehc/types/v2/task_retry_response.py,sha256=ufX9OgBQKA5JTZVa7k8plZakMj_nm1Xl0IE6r4Abyu0,279
|
|
154
|
-
samplehc/types/v2/task_update_column_params.py,sha256=
|
|
147
|
+
samplehc/types/v2/task_update_column_params.py,sha256=Vv9rhkCHf5L1rsGzWomlJmAxnGRX3JaDqN_A2owcORc,611
|
|
155
148
|
samplehc/types/v2/task_update_column_response.py,sha256=zeQliutLYrphABSmMf3zsCqZBKX9JpQB9XPTrA1BS6M,223
|
|
156
149
|
samplehc/types/v2/task_update_screen_time_params.py,sha256=IBcV9FLFpCj0SbHsnrUR-DK9lQHLeHqf7mBZxu3aO0M,502
|
|
157
150
|
samplehc/types/v2/task_update_screen_time_response.py,sha256=FzVYiZSNczXKIc5BCFwIOFRnVCzAFQQ8KfFGY1ukeTU,277
|
|
@@ -160,44 +153,35 @@ samplehc/types/v2/workflow_query_params.py,sha256=pyvMYe10bS0yxF6f4fsivlL-yddry-
|
|
|
160
153
|
samplehc/types/v2/workflow_query_response.py,sha256=Zb6BMUTQk6QwOgJzBV4WaQIngv-tJWJCaJ-2ptD9FJA,254
|
|
161
154
|
samplehc/types/v2/workflow_run_get_start_data_response.py,sha256=LZbAYXmtHZ5dA40NGOZq_td2ekHnIhFgGTJYtAvJf6k,447
|
|
162
155
|
samplehc/types/v2/workflow_run_resume_when_complete_params.py,sha256=2EhKTL1vPZnnAF6t6s4iTen5EzGzc25D0VFQwdlFE9A,510
|
|
163
|
-
samplehc/types/v2/workflow_run_resume_when_complete_response.py,sha256
|
|
164
|
-
samplehc/types/v2/workflow_run_retrieve_response.py,sha256=
|
|
156
|
+
samplehc/types/v2/workflow_run_resume_when_complete_response.py,sha256=JkBz04MX9Ka6FE1IHVhyE39W48-bprNbmcBg0elS3us,404
|
|
157
|
+
samplehc/types/v2/workflow_run_retrieve_response.py,sha256=VLirZeVrC3MVH5L7xiGSmogC4MkVtzdENO7FKQCfUo0,463
|
|
165
158
|
samplehc/types/v2/workflow_start_params.py,sha256=ng_LufXszNHLvDzGflKU4aDMKAtdCw1yqrEoXrWxWzg,477
|
|
166
|
-
samplehc/types/v2/workflow_start_response.py,sha256=
|
|
167
|
-
samplehc/types/v2/browser_agents/__init__.py,sha256=X0BUKqs0fBdSpxtv5BV9aPJazc5gRoCq4nmFfwEUZBY,287
|
|
168
|
-
samplehc/types/v2/browser_agents/run_list_events_params.py,sha256=9dSd7lXIqILZrbUmsPZyQwKI45AdwOWQxKtUojFySJQ,366
|
|
169
|
-
samplehc/types/v2/browser_agents/run_list_events_response.py,sha256=7P58g6SnhsKxNKxcS5eQkiS9ktF2mfCKNqiWq0DBFS8,790
|
|
170
|
-
samplehc/types/v2/browser_agents/runs/__init__.py,sha256=wZbYvlop8807cU8yil_oo_d3geBtPwJvKdCPrHIsABI,317
|
|
171
|
-
samplehc/types/v2/browser_agents/runs/help_request_resolve_params.py,sha256=naPrcn1OvvaLQZANW3SchskmRSPkrqy-yR0SGmW4qHY,518
|
|
172
|
-
samplehc/types/v2/browser_agents/runs/help_request_resolve_response.py,sha256=rj29f6cenKn-UvX-Ns4YZ6YvAjXGZKQgSaK1PaflJNw,650
|
|
173
|
-
samplehc/types/v2/browser_automation/__init__.py,sha256=CCz_Y-fN-C5G-ZvnLdkoE5gN5De8-_LaVjo3nAAw2w4,329
|
|
174
|
-
samplehc/types/v2/browser_automation/availity_submit_appeal_params.py,sha256=xPpXHjO-5JG4_a5e1RVb9mJQzTt_J_WvypW0nzNq76A,1985
|
|
175
|
-
samplehc/types/v2/browser_automation/availity_submit_appeal_response.py,sha256=rUKHMayj-Edo78E4hbZMXgXl8u7AxFTvVy0Dbyrc6sY,384
|
|
159
|
+
samplehc/types/v2/workflow_start_response.py,sha256=FZsu6XeR-P1tCucJUdqU3zW9N8Y9swm0Y0AN6x9XQs4,713
|
|
176
160
|
samplehc/types/v2/clearinghouse/__init__.py,sha256=wyZ7XAXj5ug8Vnca6DaozMKvxb2bP1fXEJq0mM_4SfM,495
|
|
177
161
|
samplehc/types/v2/clearinghouse/claim_submit_params.py,sha256=nxrn2qluwkI044Tm7Fg7_MRC99zYL_-Wj1Pa5MXUEWs,92742
|
|
178
|
-
samplehc/types/v2/clearinghouse/claim_submit_response.py,sha256=
|
|
179
|
-
samplehc/types/v2/clearinghouse/payer_list_response.py,sha256=
|
|
162
|
+
samplehc/types/v2/clearinghouse/claim_submit_response.py,sha256=UOWalDEMo6BSvvNkhFEHZWMp7uSVkKLR5weOf2d2iiw,692
|
|
163
|
+
samplehc/types/v2/clearinghouse/payer_list_response.py,sha256=EGA4-TySHAzJFWg5-0HTOth3Jy-uPW8E3tUkM5uOG4A,583
|
|
180
164
|
samplehc/types/v2/clearinghouse/payer_search_params.py,sha256=BGRRuYx7doSxrjnxkF4bvgG_9s1SwBvz4H7gi1O0XPY,346
|
|
181
|
-
samplehc/types/v2/clearinghouse/payer_search_response.py,sha256=
|
|
165
|
+
samplehc/types/v2/clearinghouse/payer_search_response.py,sha256=r6rLznjQZ2sbDeiVfWvDyLShQpCgiZzEi4zWVOguYhY,672
|
|
182
166
|
samplehc/types/v2/documents/__init__.py,sha256=MMvJNk3KTwvt06oNOpWyZN1VSnm6F4snmOp15XduniY,1402
|
|
183
167
|
samplehc/types/v2/documents/format_create_pdf_params.py,sha256=OgteE7CfhVP-CAw5RGZlSoXz50rdfxohA-9fJA_9t0Q,458
|
|
184
|
-
samplehc/types/v2/documents/format_create_pdf_response.py,sha256=
|
|
168
|
+
samplehc/types/v2/documents/format_create_pdf_response.py,sha256=XBhC9fjEEbWeDnioXh43z_ySNJKEIycxipucZLDCoPY,362
|
|
185
169
|
samplehc/types/v2/documents/legacy_extract_params.py,sha256=OcutLFkSUgJ_4ZezMMZEtCmhsU-GXRzluIrceaKmDMQ,3228
|
|
186
|
-
samplehc/types/v2/documents/legacy_extract_response.py,sha256=
|
|
170
|
+
samplehc/types/v2/documents/legacy_extract_response.py,sha256=2TVEWbb1LvUAUfQOS79oum1WY44Stf9IkvMAafQj7ZE,426
|
|
187
171
|
samplehc/types/v2/documents/legacy_reason_params.py,sha256=vfBpWWWNqTQ0u6QCL2moqHwnIrT-IrENYkFQb1-KjJg,1971
|
|
188
|
-
samplehc/types/v2/documents/legacy_reason_response.py,sha256=
|
|
189
|
-
samplehc/types/v2/documents/legacy_split_params.py,sha256=
|
|
190
|
-
samplehc/types/v2/documents/legacy_split_response.py,sha256=
|
|
191
|
-
samplehc/types/v2/documents/pdf_template_retrieve_metadata_response.py,sha256=
|
|
172
|
+
samplehc/types/v2/documents/legacy_reason_response.py,sha256=zZMpY7Pu3fXqMqCrLcM4DP8e3dNOIu78bfdaES2e4zA,415
|
|
173
|
+
samplehc/types/v2/documents/legacy_split_params.py,sha256=ohQXKaEZCoApDxVhtgxD-oZLJ1MG7qkWqrv82BC-Bi0,560
|
|
174
|
+
samplehc/types/v2/documents/legacy_split_response.py,sha256=ZxoveeffOYJEBen04VPB19sDtjzWJaWpyh-JjGsmRqM,415
|
|
175
|
+
samplehc/types/v2/documents/pdf_template_retrieve_metadata_response.py,sha256=EUOOfCQ4Kj56aQ_QOTaJc_q_EmWHk3PSxBNWiZP-Wmo,455
|
|
192
176
|
samplehc/types/v2/documents/template_generate_document_async_params.py,sha256=5ajpeJbd9F8QYjb7Ac_qtj1YtUtK4vJHzO_6VEoRJFk,1273
|
|
193
177
|
samplehc/types/v2/documents/template_generate_document_async_response.py,sha256=xFivOxAB8jahS6vKcr-3TGR4IhF0INDH37nivTVoHSk,402
|
|
194
178
|
samplehc/types/v2/documents/template_render_document_params.py,sha256=egYW79gF_UNjE8wTmiwtbgOozqVDa6i8Db0yjwt5IXE,905
|
|
195
|
-
samplehc/types/v2/documents/template_render_document_response.py,sha256=
|
|
179
|
+
samplehc/types/v2/documents/template_render_document_response.py,sha256=yN2JLDHszpaA9RZq8INdJIue_JkrLON3xqWMh-z3MCc,367
|
|
196
180
|
samplehc/types/v2/hie/__init__.py,sha256=xRIS1W4FJDJeqAukGxx2ZWzJBpWx_95Ckx5zl2UEunM,441
|
|
197
181
|
samplehc/types/v2/hie/adt_subscribe_params.py,sha256=XNvVgMWAnKEO_So8m7iEHgc3YQl9e7EM0CzzJXfiN3s,2975
|
|
198
182
|
samplehc/types/v2/hie/document_query_params.py,sha256=vdpaitjffO4TjsSJRiFM1k0haCKJhsNMBsAjXugBb4Q,2977
|
|
199
183
|
samplehc/types/v2/hie/document_query_response.py,sha256=scLiQ-nSkRW8vbAg-QiPgkQRLnBIfmjLKqauoNs0cZQ,442
|
|
200
|
-
samplehc/types/v2/hie/document_upload_params.py,sha256=
|
|
184
|
+
samplehc/types/v2/hie/document_upload_params.py,sha256=K2uUhTEvxS-ZtqkqSU8nc8iGiZyliN53AnOc9wTnX6U,1884
|
|
201
185
|
samplehc/types/v2/integrations/__init__.py,sha256=jiv9jsVE-mvGzwyJ2etym3eq85ppJDh7wryoQHHr3cA,1525
|
|
202
186
|
samplehc/types/v2/integrations/careviso_get_payers_response.py,sha256=Et-uLf2afZfEmu38r5xkzhQA2UolbFH5z5gpIV2v33g,543
|
|
203
187
|
samplehc/types/v2/integrations/careviso_submit_prior_authorization_params.py,sha256=Kb1VOG1BtL_3b5uBvdY8cVmicO8v3l9a3J09UPCsfrU,3460
|
|
@@ -217,18 +201,21 @@ samplehc/types/v2/integrations/bank/transaction_sync_params.py,sha256=7bNeRpP9-F
|
|
|
217
201
|
samplehc/types/v2/integrations/bank/transaction_sync_response.py,sha256=2J1PQQIIz1P-CbUvHEqXrTeMjfe1nkhzSO1qgwiInW4,724
|
|
218
202
|
samplehc/types/v2/integrations/glidian/__init__.py,sha256=UXTRN6T6Ro7X9sv8wlSbrJHHbniBMgQ95gVgb1kI-7E,959
|
|
219
203
|
samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_params.py,sha256=-YFFi4kOTVksguf-lyXnhj8NG36kUzj6F5dMZe8yO28,1054
|
|
220
|
-
samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_response.py,sha256=
|
|
221
|
-
samplehc/types/v2/integrations/glidian/prior_authorization_retrieve_record_response.py,sha256=
|
|
222
|
-
samplehc/types/v2/integrations/glidian/prior_authorization_submit_response.py,sha256=
|
|
204
|
+
samplehc/types/v2/integrations/glidian/prior_authorization_create_draft_response.py,sha256=QXKE0UUJst2i-cKVzSNjAhLk0exfQ5mImt9QE3_OGj0,692
|
|
205
|
+
samplehc/types/v2/integrations/glidian/prior_authorization_retrieve_record_response.py,sha256=k0ZOymYc4T1yvGOPigNhVNMf_9UdESi3L_nq-1-z7cI,341
|
|
206
|
+
samplehc/types/v2/integrations/glidian/prior_authorization_submit_response.py,sha256=UXFyLHY80DOzR9GHYouHA_bSwQhENE-W8MbGBhbp9Vs,390
|
|
223
207
|
samplehc/types/v2/integrations/glidian/prior_authorization_update_record_params.py,sha256=RLiky7fhGuYq73PJZ9TkTee4f2NUbo2eR7N8Dw7mwns,655
|
|
224
|
-
samplehc/types/v2/integrations/glidian/prior_authorization_update_record_response.py,sha256=
|
|
208
|
+
samplehc/types/v2/integrations/glidian/prior_authorization_update_record_response.py,sha256=tlXjpwJbGaL38gEKgNiFCeMtkqdb1ak2Ec9JzIWW4N0,423
|
|
225
209
|
samplehc/types/v2/integrations/glidian/prior_authorizations/__init__.py,sha256=L2Zdvs8EaBIctVF0V8LBDPzhZIRpLs3wBw_ozIqqQlk,447
|
|
226
|
-
samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_list_response.py,sha256=
|
|
210
|
+
samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_list_response.py,sha256=kiYQWpt_pisToMs_pOqFrI4kBcjyQ-xqMRvut8ZQcwk,932
|
|
227
211
|
samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_params.py,sha256=tomX3tStOg2bclhT6ZIfWf-sQskL6St0nGTmpBRZjoM,647
|
|
228
|
-
samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_response.py,sha256=
|
|
212
|
+
samplehc/types/v2/integrations/glidian/prior_authorizations/clinical_question_update_response.py,sha256=4CRfeUHJ_zkIMM31TYkge5YVnqAODv9DW1np6Xx9AXU,496
|
|
229
213
|
samplehc/types/v2/integrations/kno2/__init__.py,sha256=-gOR4o0TRcDJlPLYQR7Xe0kb5WIOcFem52qiHIW6seA,319
|
|
230
|
-
samplehc/types/v2/integrations/kno2/message_get_attachment_response.py,sha256=
|
|
231
|
-
samplehc/types/v2/integrations/kno2/message_retrieve_response.py,sha256=
|
|
214
|
+
samplehc/types/v2/integrations/kno2/message_get_attachment_response.py,sha256=92R7Hw1OMpTz_wJWOnQFsB_PTx_ZEaUZstj-3MWdf-Q,387
|
|
215
|
+
samplehc/types/v2/integrations/kno2/message_retrieve_response.py,sha256=tZ-l1Pljh4pUp2c85UggXxI-hl7O7Yqlz7KBfz0otXo,314
|
|
216
|
+
samplehc/types/v2/integrations/wellsky/__init__.py,sha256=yMzbfqlrc8-Dbq1uhpHeZ0XgRCdyyAeo-Vf-gCBhIi8,270
|
|
217
|
+
samplehc/types/v2/integrations/wellsky/patient_add_params.py,sha256=5pHaMWacMXHzybjSOxcDOnw8VRoQz51X0IrYxfe_lwc,367
|
|
218
|
+
samplehc/types/v2/integrations/wellsky/patient_search_params.py,sha256=tFOPYSIsulg6NTYJqQscM2g5Zpt_eBPyJroBRTWxvLY,947
|
|
232
219
|
samplehc/types/v2/ledger/__init__.py,sha256=UR89wcUHLaMEO1ZNDPNCGMK9ibhjF8oJ9eSV9RCw53s,591
|
|
233
220
|
samplehc/types/v2/ledger/account_writeoff_params.py,sha256=hRmn--xzlslRj8HGctk8ZBeWknSX_87P77Qw-sybzE4,695
|
|
234
221
|
samplehc/types/v2/ledger/account_writeoff_response.py,sha256=W-pBaGANRA0VqPme3uyfCxDGrIB_SvOvJW-rzi_w5bw,311
|
|
@@ -241,8 +228,8 @@ samplehc/types/v2/tasks/state_get_response.py,sha256=_Eyz7nB-XpI_zkG45fTR2aC7AZI
|
|
|
241
228
|
samplehc/types/v2/tasks/state_update_params.py,sha256=qSLE4Ic5PJlkvcFbTu-KlfH6qgYQCpIMqFoIspMPVNI,299
|
|
242
229
|
samplehc/types/v2/tasks/state_update_response.py,sha256=ZLnR_rl9yasOnaxQvcM3fiaI_H16pDjBve1GUUleul4,214
|
|
243
230
|
samplehc/types/v2/workflow_runs/__init__.py,sha256=Nmrudr30JDOaGyeMcc_dqaqqs_9kTdebHD7W0vHHfdE,208
|
|
244
|
-
samplehc/types/v2/workflow_runs/step_get_output_response.py,sha256=
|
|
245
|
-
samplehc-0.
|
|
246
|
-
samplehc-0.
|
|
247
|
-
samplehc-0.
|
|
248
|
-
samplehc-0.
|
|
231
|
+
samplehc/types/v2/workflow_runs/step_get_output_response.py,sha256=7uRQ1Jlt2LRZyAcn_bN2L9Ac2IkFbZAfpBuGaV6NiBk,385
|
|
232
|
+
samplehc-0.15.0.dist-info/METADATA,sha256=s_7vuyvCW-e7n44TdlhNCyWvNFmELoMAObp6cwY8WJU,14360
|
|
233
|
+
samplehc-0.15.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
234
|
+
samplehc-0.15.0.dist-info/licenses/LICENSE,sha256=ll_q1imgsIlRXL5pk6VmrO0f_L0thzOlPI2cc7qcqc0,11347
|
|
235
|
+
samplehc-0.15.0.dist-info/RECORD,,
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2026 Sample Healthcare
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from .runs import (
|
|
4
|
-
RunsResource,
|
|
5
|
-
AsyncRunsResource,
|
|
6
|
-
RunsResourceWithRawResponse,
|
|
7
|
-
AsyncRunsResourceWithRawResponse,
|
|
8
|
-
RunsResourceWithStreamingResponse,
|
|
9
|
-
AsyncRunsResourceWithStreamingResponse,
|
|
10
|
-
)
|
|
11
|
-
from .browser_agents import (
|
|
12
|
-
BrowserAgentsResource,
|
|
13
|
-
AsyncBrowserAgentsResource,
|
|
14
|
-
BrowserAgentsResourceWithRawResponse,
|
|
15
|
-
AsyncBrowserAgentsResourceWithRawResponse,
|
|
16
|
-
BrowserAgentsResourceWithStreamingResponse,
|
|
17
|
-
AsyncBrowserAgentsResourceWithStreamingResponse,
|
|
18
|
-
)
|
|
19
|
-
|
|
20
|
-
__all__ = [
|
|
21
|
-
"RunsResource",
|
|
22
|
-
"AsyncRunsResource",
|
|
23
|
-
"RunsResourceWithRawResponse",
|
|
24
|
-
"AsyncRunsResourceWithRawResponse",
|
|
25
|
-
"RunsResourceWithStreamingResponse",
|
|
26
|
-
"AsyncRunsResourceWithStreamingResponse",
|
|
27
|
-
"BrowserAgentsResource",
|
|
28
|
-
"AsyncBrowserAgentsResource",
|
|
29
|
-
"BrowserAgentsResourceWithRawResponse",
|
|
30
|
-
"AsyncBrowserAgentsResourceWithRawResponse",
|
|
31
|
-
"BrowserAgentsResourceWithStreamingResponse",
|
|
32
|
-
"AsyncBrowserAgentsResourceWithStreamingResponse",
|
|
33
|
-
]
|