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.
Files changed (137) hide show
  1. nimble_python-0.14.0/.release-please-manifest.json +3 -0
  2. {nimble_python-0.13.0 → nimble_python-0.14.0}/CHANGELOG.md +13 -0
  3. {nimble_python-0.13.0 → nimble_python-0.14.0}/PKG-INFO +1 -1
  4. {nimble_python-0.13.0 → nimble_python-0.14.0}/pyproject.toml +1 -1
  5. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_client.py +22 -22
  6. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_version.py +1 -1
  7. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_extract_async_params.py +1 -1
  8. nimble_python-0.14.0/src/nimble_python/types/client_extract_batch_params.py +2119 -0
  9. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_extract_params.py +1 -1
  10. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_run_params.py +1 -1
  11. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_client.py +246 -12
  12. nimble_python-0.13.0/.release-please-manifest.json +0 -3
  13. nimble_python-0.13.0/src/nimble_python/types/client_extract_batch_params.py +0 -1084
  14. {nimble_python-0.13.0 → nimble_python-0.14.0}/.gitignore +0 -0
  15. {nimble_python-0.13.0 → nimble_python-0.14.0}/CONTRIBUTING.md +0 -0
  16. {nimble_python-0.13.0 → nimble_python-0.14.0}/LICENSE +0 -0
  17. {nimble_python-0.13.0 → nimble_python-0.14.0}/README.md +0 -0
  18. {nimble_python-0.13.0 → nimble_python-0.14.0}/SECURITY.md +0 -0
  19. {nimble_python-0.13.0 → nimble_python-0.14.0}/api.md +0 -0
  20. {nimble_python-0.13.0 → nimble_python-0.14.0}/bin/check-release-environment +0 -0
  21. {nimble_python-0.13.0 → nimble_python-0.14.0}/bin/publish-pypi +0 -0
  22. {nimble_python-0.13.0 → nimble_python-0.14.0}/examples/.keep +0 -0
  23. {nimble_python-0.13.0 → nimble_python-0.14.0}/release-please-config.json +0 -0
  24. {nimble_python-0.13.0 → nimble_python-0.14.0}/requirements-dev.lock +0 -0
  25. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/__init__.py +0 -0
  26. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_base_client.py +0 -0
  27. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_compat.py +0 -0
  28. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_constants.py +0 -0
  29. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_exceptions.py +0 -0
  30. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_files.py +0 -0
  31. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_models.py +0 -0
  32. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_qs.py +0 -0
  33. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_resource.py +0 -0
  34. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_response.py +0 -0
  35. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_streaming.py +0 -0
  36. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_types.py +0 -0
  37. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/__init__.py +0 -0
  38. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_compat.py +0 -0
  39. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_datetime_parse.py +0 -0
  40. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_json.py +0 -0
  41. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_logs.py +0 -0
  42. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_path.py +0 -0
  43. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_proxy.py +0 -0
  44. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_reflection.py +0 -0
  45. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_resources_proxy.py +0 -0
  46. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_streams.py +0 -0
  47. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_sync.py +0 -0
  48. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_transform.py +0 -0
  49. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_typing.py +0 -0
  50. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/_utils/_utils.py +0 -0
  51. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/lib/.keep +0 -0
  52. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/py.typed +0 -0
  53. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/__init__.py +0 -0
  54. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/agent.py +0 -0
  55. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/batches.py +0 -0
  56. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/crawl.py +0 -0
  57. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/resources/tasks.py +0 -0
  58. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/__init__.py +0 -0
  59. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_get_response.py +0 -0
  60. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_list_params.py +0 -0
  61. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_list_response.py +0 -0
  62. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_async_params.py +0 -0
  63. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_async_response.py +0 -0
  64. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_params.py +0 -0
  65. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/agent_run_response.py +0 -0
  66. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/batch_get_response.py +0 -0
  67. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/batch_progress_response.py +0 -0
  68. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_map_params.py +0 -0
  69. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/client_search_params.py +0 -0
  70. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_list_params.py +0 -0
  71. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_list_response.py +0 -0
  72. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_run_response.py +0 -0
  73. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_status_response.py +0 -0
  74. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/crawl_terminate_response.py +0 -0
  75. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_async_response.py +0 -0
  76. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_batch_response.py +0 -0
  77. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/extract_response.py +0 -0
  78. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/map_response.py +0 -0
  79. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/search_response.py +0 -0
  80. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/__init__.py +0 -0
  81. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/auto_scroll_action.py +0 -0
  82. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/click_action.py +0 -0
  83. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/eval_action.py +0 -0
  84. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/fetch_action.py +0 -0
  85. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/fill_action.py +0 -0
  86. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/get_cookies_action.py +0 -0
  87. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/goto_action.py +0 -0
  88. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/press_action.py +0 -0
  89. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/screenshot_action.py +0 -0
  90. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/scroll_action.py +0 -0
  91. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_action.py +0 -0
  92. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_for_element_action.py +0 -0
  93. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared/wait_for_navigation_action.py +0 -0
  94. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/__init__.py +0 -0
  95. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/auto_scroll_action.py +0 -0
  96. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/click_action.py +0 -0
  97. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/eval_action.py +0 -0
  98. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/fetch_action.py +0 -0
  99. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/fill_action.py +0 -0
  100. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/get_cookies_action.py +0 -0
  101. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/goto_action.py +0 -0
  102. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/press_action.py +0 -0
  103. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/screenshot_action.py +0 -0
  104. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/scroll_action.py +0 -0
  105. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_action.py +0 -0
  106. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_for_element_action.py +0 -0
  107. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/shared_params/wait_for_navigation_action.py +0 -0
  108. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_get_response.py +0 -0
  109. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_list_params.py +0 -0
  110. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_list_response.py +0 -0
  111. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimble_python/types/task_results_response.py +0 -0
  112. {nimble_python-0.13.0 → nimble_python-0.14.0}/src/nimbleway/lib/.keep +0 -0
  113. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/__init__.py +0 -0
  114. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/__init__.py +0 -0
  115. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_agent.py +0 -0
  116. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_batches.py +0 -0
  117. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_crawl.py +0 -0
  118. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/api_resources/test_tasks.py +0 -0
  119. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/conftest.py +0 -0
  120. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/sample_file.txt +0 -0
  121. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_client.py +0 -0
  122. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_deepcopy.py +0 -0
  123. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_extract_files.py +0 -0
  124. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_files.py +0 -0
  125. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_models.py +0 -0
  126. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_qs.py +0 -0
  127. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_required_args.py +0 -0
  128. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_response.py +0 -0
  129. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_streaming.py +0 -0
  130. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_transform.py +0 -0
  131. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_datetime_parse.py +0 -0
  132. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_json.py +0 -0
  133. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_path.py +0 -0
  134. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_proxy.py +0 -0
  135. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/test_utils/test_typing.py +0 -0
  136. {nimble_python-0.13.0 → nimble_python-0.14.0}/tests/utils.py +0 -0
  137. {nimble_python-0.13.0 → nimble_python-0.14.0}/uv.lock +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.14.0"
3
+ }
@@ -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.13.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nimble_python"
3
- version = "0.13.0"
3
+ version = "0.14.0"
4
4
  description = "The official Python library for the nimble API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -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
- params: Iterable[client_extract_batch_params.Param],
2241
- shared_params: client_extract_batch_params.SharedParams | Omit = omit,
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
- params: Array of extraction requests.
2252
+ inputs: Array of extraction requests.
2253
2253
 
2254
- Each object represents one extraction with its own
2255
- parameters.
2254
+ Each object can include extraction parameters and
2255
+ async/storage settings.
2256
2256
 
2257
- shared_params: Shared parameters applied to the entire batch, such as storage and callback
2258
- configuration.
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
- "params": params,
2273
- "shared_params": shared_params,
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
- params: Iterable[client_extract_batch_params.Param],
5441
- shared_params: client_extract_batch_params.SharedParams | Omit = omit,
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
- params: Array of extraction requests.
5452
+ inputs: Array of extraction requests.
5453
5453
 
5454
- Each object represents one extraction with its own
5455
- parameters.
5454
+ Each object can include extraction parameters and
5455
+ async/storage settings.
5456
5456
 
5457
- shared_params: Shared parameters applied to the entire batch, such as storage and callback
5458
- configuration.
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
- "params": params,
5473
- "shared_params": shared_params,
5472
+ "inputs": inputs,
5473
+ "shared_inputs": shared_inputs,
5474
5474
  },
5475
5475
  client_extract_batch_params.ClientExtractBatchParams,
5476
5476
  ),
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "nimble_python"
4
- __version__ = "0.13.0" # x-release-please-version
4
+ __version__ = "0.14.0" # x-release-please-version
@@ -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]]