nimble_python 0.13.0__tar.gz → 0.14.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.
- nimble_python-0.14.0/.release-please-manifest.json +3 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/CHANGELOG.md +13 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/PKG-INFO +1 -1
- {nimble_python-0.13.0 → nimble_python-0.14.0}/pyproject.toml +1 -1
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_client.py +22 -22
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_version.py +1 -1
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_extract_async_params.py +1 -1
- nimble_python-0.14.0/src/nimble_python/types/client_extract_batch_params.py +2119 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_extract_params.py +1 -1
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_run_params.py +1 -1
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_client.py +246 -12
- nimble_python-0.13.0/.release-please-manifest.json +0 -3
- nimble_python-0.13.0/src/nimble_python/types/client_extract_batch_params.py +0 -1084
- {nimble_python-0.13.0 → nimble_python-0.14.0}/.gitignore +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/CONTRIBUTING.md +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/LICENSE +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/README.md +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/SECURITY.md +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/api.md +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/bin/check-release-environment +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/bin/publish-pypi +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/examples/.keep +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/release-please-config.json +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/requirements-dev.lock +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_base_client.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_compat.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_constants.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_exceptions.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_files.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_models.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_qs.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_resource.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_streaming.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_types.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_compat.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_datetime_parse.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_json.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_logs.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_path.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_proxy.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_reflection.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_resources_proxy.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_streams.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_sync.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_transform.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_typing.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_utils.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/lib/.keep +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/py.typed +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/agent.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/batches.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/crawl.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/tasks.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_get_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_list_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_list_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_async_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_async_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/batch_get_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/batch_progress_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_map_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_search_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_list_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_list_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_run_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_status_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_terminate_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_async_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_batch_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/map_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/search_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/auto_scroll_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/click_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/eval_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/fetch_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/fill_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/get_cookies_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/goto_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/press_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/screenshot_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/scroll_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_for_element_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_for_navigation_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/auto_scroll_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/click_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/eval_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/fetch_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/fill_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/get_cookies_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/goto_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/press_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/screenshot_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/scroll_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_for_element_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_for_navigation_action.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_get_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_list_params.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_list_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_results_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimbleway/lib/.keep +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/__init__.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_agent.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_batches.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_crawl.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_tasks.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/conftest.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/sample_file.txt +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_client.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_deepcopy.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_extract_files.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_files.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_models.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_qs.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_required_args.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_response.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_streaming.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_transform.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_json.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_path.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_proxy.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_typing.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/utils.py +0 -0
- {nimble_python-0.13.0 → nimble_python-0.14.0}/uv.lock +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.14.0 (2026-03-25)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.13.0...v0.14.0](https://github.com/Nimbleway/nimble-python/compare/v0.13.0...v0.14.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([821cfa1](https://github.com/Nimbleway/nimble-python/commit/821cfa15a5328f20cda1f76b1d7a284d3d53b23f))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **ci:** skip lint on metadata-only changes ([3e1d8f5](https://github.com/Nimbleway/nimble-python/commit/3e1d8f5838127cb3145a69876d993bca07bc4b8e))
|
|
15
|
+
|
|
3
16
|
## 0.13.0 (2026-03-24)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v0.12.0...v0.13.0](https://github.com/Nimbleway/nimble-python/compare/v0.12.0...v0.13.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: nimble_python
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.14.0
|
|
4
4
|
Summary: The official Python library for the nimble API
|
|
5
5
|
Project-URL: Homepage, https://github.com/Nimbleway/nimble-python
|
|
6
6
|
Project-URL: Repository, https://github.com/Nimbleway/nimble-python
|
|
@@ -500,7 +500,7 @@ class Nimble(SyncAPIClient):
|
|
|
500
500
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
501
501
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
502
502
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
503
|
-
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
503
|
+
formats: List[Literal["html", "markdown", "screenshot", "headers"]] | Omit = omit,
|
|
504
504
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
505
505
|
http2: bool | Omit = omit,
|
|
506
506
|
is_xhr: bool | Omit = omit,
|
|
@@ -1491,7 +1491,7 @@ class Nimble(SyncAPIClient):
|
|
|
1491
1491
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
1492
1492
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
1493
1493
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
1494
|
-
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
1494
|
+
formats: List[Literal["html", "markdown", "screenshot", "headers"]] | Omit = omit,
|
|
1495
1495
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
1496
1496
|
http2: bool | Omit = omit,
|
|
1497
1497
|
is_xhr: bool | Omit = omit,
|
|
@@ -2237,8 +2237,8 @@ class Nimble(SyncAPIClient):
|
|
|
2237
2237
|
def extract_batch(
|
|
2238
2238
|
self,
|
|
2239
2239
|
*,
|
|
2240
|
-
|
|
2241
|
-
|
|
2240
|
+
inputs: Iterable[client_extract_batch_params.Input],
|
|
2241
|
+
shared_inputs: client_extract_batch_params.SharedInputs | Omit = omit,
|
|
2242
2242
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
2243
2243
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
2244
2244
|
extra_headers: Headers | None = None,
|
|
@@ -2249,13 +2249,13 @@ class Nimble(SyncAPIClient):
|
|
|
2249
2249
|
"""Extract Batch Endpoint
|
|
2250
2250
|
|
|
2251
2251
|
Args:
|
|
2252
|
-
|
|
2252
|
+
inputs: Array of extraction requests.
|
|
2253
2253
|
|
|
2254
|
-
Each object
|
|
2255
|
-
|
|
2254
|
+
Each object can include extraction parameters and
|
|
2255
|
+
async/storage settings.
|
|
2256
2256
|
|
|
2257
|
-
|
|
2258
|
-
|
|
2257
|
+
shared_inputs: Shared parameters applied to the entire batch. Can include extraction parameters
|
|
2258
|
+
and async/storage settings.
|
|
2259
2259
|
|
|
2260
2260
|
extra_headers: Send extra headers
|
|
2261
2261
|
|
|
@@ -2269,8 +2269,8 @@ class Nimble(SyncAPIClient):
|
|
|
2269
2269
|
"/v1/extract/batch",
|
|
2270
2270
|
body=maybe_transform(
|
|
2271
2271
|
{
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2272
|
+
"inputs": inputs,
|
|
2273
|
+
"shared_inputs": shared_inputs,
|
|
2274
2274
|
},
|
|
2275
2275
|
client_extract_batch_params.ClientExtractBatchParams,
|
|
2276
2276
|
),
|
|
@@ -3700,7 +3700,7 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
3700
3700
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
3701
3701
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
3702
3702
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
3703
|
-
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
3703
|
+
formats: List[Literal["html", "markdown", "screenshot", "headers"]] | Omit = omit,
|
|
3704
3704
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
3705
3705
|
http2: bool | Omit = omit,
|
|
3706
3706
|
is_xhr: bool | Omit = omit,
|
|
@@ -4691,7 +4691,7 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
4691
4691
|
device: Literal["desktop", "mobile", "tablet"] | Omit = omit,
|
|
4692
4692
|
driver: Literal["vx6", "vx8", "vx8-pro", "vx10", "vx10-pro", "vx12", "vx12-pro"] | Omit = omit,
|
|
4693
4693
|
expected_status_codes: Iterable[int] | Omit = omit,
|
|
4694
|
-
formats: List[Literal["html", "markdown", "screenshot"]] | Omit = omit,
|
|
4694
|
+
formats: List[Literal["html", "markdown", "screenshot", "headers"]] | Omit = omit,
|
|
4695
4695
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]] | Omit = omit,
|
|
4696
4696
|
http2: bool | Omit = omit,
|
|
4697
4697
|
is_xhr: bool | Omit = omit,
|
|
@@ -5437,8 +5437,8 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
5437
5437
|
async def extract_batch(
|
|
5438
5438
|
self,
|
|
5439
5439
|
*,
|
|
5440
|
-
|
|
5441
|
-
|
|
5440
|
+
inputs: Iterable[client_extract_batch_params.Input],
|
|
5441
|
+
shared_inputs: client_extract_batch_params.SharedInputs | Omit = omit,
|
|
5442
5442
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
5443
5443
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
5444
5444
|
extra_headers: Headers | None = None,
|
|
@@ -5449,13 +5449,13 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
5449
5449
|
"""Extract Batch Endpoint
|
|
5450
5450
|
|
|
5451
5451
|
Args:
|
|
5452
|
-
|
|
5452
|
+
inputs: Array of extraction requests.
|
|
5453
5453
|
|
|
5454
|
-
Each object
|
|
5455
|
-
|
|
5454
|
+
Each object can include extraction parameters and
|
|
5455
|
+
async/storage settings.
|
|
5456
5456
|
|
|
5457
|
-
|
|
5458
|
-
|
|
5457
|
+
shared_inputs: Shared parameters applied to the entire batch. Can include extraction parameters
|
|
5458
|
+
and async/storage settings.
|
|
5459
5459
|
|
|
5460
5460
|
extra_headers: Send extra headers
|
|
5461
5461
|
|
|
@@ -5469,8 +5469,8 @@ class AsyncNimble(AsyncAPIClient):
|
|
|
5469
5469
|
"/v1/extract/batch",
|
|
5470
5470
|
body=await async_maybe_transform(
|
|
5471
5471
|
{
|
|
5472
|
-
"
|
|
5473
|
-
"
|
|
5472
|
+
"inputs": inputs,
|
|
5473
|
+
"shared_inputs": shared_inputs,
|
|
5474
5474
|
},
|
|
5475
5475
|
client_extract_batch_params.ClientExtractBatchParams,
|
|
5476
5476
|
),
|
{nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_extract_async_params.py
RENAMED
|
@@ -319,7 +319,7 @@ class ClientExtractAsyncParams(TypedDict, total=False):
|
|
|
319
319
|
expected_status_codes: Iterable[int]
|
|
320
320
|
"""Expected HTTP status codes for successful requests"""
|
|
321
321
|
|
|
322
|
-
formats: List[Literal["html", "markdown", "screenshot"]]
|
|
322
|
+
formats: List[Literal["html", "markdown", "screenshot", "headers"]]
|
|
323
323
|
"""List of acceptable response formats in order of preference"""
|
|
324
324
|
|
|
325
325
|
headers: Dict[str, Union[str, SequenceNotStr[str], None]]
|