bluehive 0.1.0a13__tar.gz → 0.1.0a15__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 (141) hide show
  1. bluehive-0.1.0a15/.release-please-manifest.json +3 -0
  2. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/CHANGELOG.md +26 -0
  3. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/PKG-INFO +2 -2
  4. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/pyproject.toml +6 -2
  5. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/requirements-dev.lock +1 -1
  6. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/requirements.lock +1 -1
  7. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_streaming.py +4 -6
  8. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_version.py +1 -1
  9. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/employers/service_bundles.py +32 -0
  10. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_create_params.py +8 -0
  11. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_create_response.py +8 -0
  12. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_list_response.py +8 -0
  13. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_retrieve_response.py +8 -0
  14. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_update_params.py +8 -0
  15. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/service_bundle_update_response.py +8 -0
  16. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/employers/test_service_bundles.py +16 -0
  17. bluehive-0.1.0a13/.release-please-manifest.json +0 -3
  18. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/.gitignore +0 -0
  19. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/CONTRIBUTING.md +0 -0
  20. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/LICENSE +0 -0
  21. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/README.md +0 -0
  22. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/SECURITY.md +0 -0
  23. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/api.md +0 -0
  24. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/bin/check-release-environment +0 -0
  25. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/bin/publish-pypi +0 -0
  26. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/examples/.keep +0 -0
  27. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/noxfile.py +0 -0
  28. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/release-please-config.json +0 -0
  29. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/__init__.py +0 -0
  30. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_base_client.py +0 -0
  31. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_client.py +0 -0
  32. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_compat.py +0 -0
  33. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_constants.py +0 -0
  34. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_exceptions.py +0 -0
  35. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_files.py +0 -0
  36. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_models.py +0 -0
  37. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_qs.py +0 -0
  38. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_resource.py +0 -0
  39. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_response.py +0 -0
  40. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_types.py +0 -0
  41. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/__init__.py +0 -0
  42. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_compat.py +0 -0
  43. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_datetime_parse.py +0 -0
  44. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_logs.py +0 -0
  45. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_proxy.py +0 -0
  46. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_reflection.py +0 -0
  47. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_resources_proxy.py +0 -0
  48. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_streams.py +0 -0
  49. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_sync.py +0 -0
  50. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_transform.py +0 -0
  51. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_typing.py +0 -0
  52. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/_utils/_utils.py +0 -0
  53. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/lib/.keep +0 -0
  54. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/py.typed +0 -0
  55. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/__init__.py +0 -0
  56. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/database.py +0 -0
  57. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/employees.py +0 -0
  58. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/employers/__init__.py +0 -0
  59. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/employers/employers.py +0 -0
  60. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/fax.py +0 -0
  61. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/health.py +0 -0
  62. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/hl7.py +0 -0
  63. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/integrations.py +0 -0
  64. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/orders.py +0 -0
  65. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/providers.py +0 -0
  66. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/resources/version.py +0 -0
  67. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/__init__.py +0 -0
  68. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/database_check_health_response.py +0 -0
  69. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_create_params.py +0 -0
  70. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_create_response.py +0 -0
  71. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_delete_response.py +0 -0
  72. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_link_user_params.py +0 -0
  73. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_link_user_response.py +0 -0
  74. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_list_params.py +0 -0
  75. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_list_response.py +0 -0
  76. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_retrieve_response.py +0 -0
  77. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_unlink_user_params.py +0 -0
  78. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_unlink_user_response.py +0 -0
  79. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_update_params.py +0 -0
  80. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employee_update_response.py +0 -0
  81. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employer_create_params.py +0 -0
  82. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employer_create_response.py +0 -0
  83. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employer_list_response.py +0 -0
  84. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employer_retrieve_response.py +0 -0
  85. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/employers/__init__.py +0 -0
  86. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/fax_list_providers_response.py +0 -0
  87. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/fax_retrieve_status_response.py +0 -0
  88. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/fax_send_params.py +0 -0
  89. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/fax_send_response.py +0 -0
  90. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/health_check_response.py +0 -0
  91. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/hl7_send_results_params.py +0 -0
  92. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/hl7_send_results_response.py +0 -0
  93. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/integration_check_active_response.py +0 -0
  94. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/integration_list_response.py +0 -0
  95. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_create_params.py +0 -0
  96. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_create_response.py +0 -0
  97. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_retrieve_response.py +0 -0
  98. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_retrieve_results_params.py +0 -0
  99. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_retrieve_results_response.py +0 -0
  100. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_schedule_appointment_params.py +0 -0
  101. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_schedule_appointment_response.py +0 -0
  102. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_send_for_employee_params.py +0 -0
  103. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_send_for_employee_response.py +0 -0
  104. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_update_params.py +0 -0
  105. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_update_response.py +0 -0
  106. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_update_status_params.py +0 -0
  107. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_update_status_response.py +0 -0
  108. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_upload_results_params.py +0 -0
  109. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/order_upload_results_response.py +0 -0
  110. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/provider_lookup_params.py +0 -0
  111. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/provider_lookup_response.py +0 -0
  112. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/src/bluehive/types/version_retrieve_response.py +0 -0
  113. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/__init__.py +0 -0
  114. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/__init__.py +0 -0
  115. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/employers/__init__.py +0 -0
  116. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_database.py +0 -0
  117. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_employees.py +0 -0
  118. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_employers.py +0 -0
  119. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_fax.py +0 -0
  120. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_health.py +0 -0
  121. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_hl7.py +0 -0
  122. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_integrations.py +0 -0
  123. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_orders.py +0 -0
  124. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_providers.py +0 -0
  125. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/api_resources/test_version.py +0 -0
  126. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/conftest.py +0 -0
  127. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/sample_file.txt +0 -0
  128. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_client.py +0 -0
  129. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_deepcopy.py +0 -0
  130. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_extract_files.py +0 -0
  131. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_files.py +0 -0
  132. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_models.py +0 -0
  133. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_qs.py +0 -0
  134. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_required_args.py +0 -0
  135. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_response.py +0 -0
  136. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_streaming.py +0 -0
  137. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_transform.py +0 -0
  138. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_utils/test_datetime_parse.py +0 -0
  139. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_utils/test_proxy.py +0 -0
  140. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/test_utils/test_typing.py +0 -0
  141. {bluehive-0.1.0a13 → bluehive-0.1.0a15}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.1.0-alpha.15"
3
+ }
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.15 (2025-10-30)
4
+
5
+ Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/bluehive-health/bluehive-sdk-python/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **client:** close streams without requiring full consumption ([25e1e7c](https://github.com/bluehive-health/bluehive-sdk-python/commit/25e1e7ca071fda5025c0999704e48963d08eea1c))
10
+
11
+
12
+ ### Chores
13
+
14
+ * bump `httpx-aiohttp` version to 0.1.9 ([6cf61e6](https://github.com/bluehive-health/bluehive-sdk-python/commit/6cf61e624fdafed663c932e964287c94b870659e))
15
+
16
+ ## 0.1.0-alpha.14 (2025-10-13)
17
+
18
+ Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/bluehive-health/bluehive-sdk-python/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)
19
+
20
+ ### Features
21
+
22
+ * **api:** api update ([9429c0c](https://github.com/bluehive-health/bluehive-sdk-python/commit/9429c0cb38f28ff304b45c53474362fd9d1f5816))
23
+
24
+
25
+ ### Chores
26
+
27
+ * **internal:** detect missing future annotations with ruff ([552be23](https://github.com/bluehive-health/bluehive-sdk-python/commit/552be23072b02ca07ba39de2bcc01b9214eb635c))
28
+
3
29
  ## 0.1.0-alpha.13 (2025-10-05)
4
30
 
5
31
  Full Changelog: [v0.1.0-alpha.12...v0.1.0-alpha.13](https://github.com/bluehive-health/bluehive-sdk-python/compare/v0.1.0-alpha.12...v0.1.0-alpha.13)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bluehive
3
- Version: 0.1.0a13
3
+ Version: 0.1.0a15
4
4
  Summary: The official Python library for the bluehive API
5
5
  Project-URL: Homepage, https://github.com/bluehive-health/bluehive-sdk-python
6
6
  Project-URL: Repository, https://github.com/bluehive-health/bluehive-sdk-python
@@ -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.8; extra == 'aiohttp'
33
+ Requires-Dist: httpx-aiohttp>=0.1.9; extra == 'aiohttp'
34
34
  Description-Content-Type: text/markdown
35
35
 
36
36
  # BlueHive Python API library
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "bluehive"
3
- version = "0.1.0-alpha.13"
3
+ version = "0.1.0-alpha.15"
4
4
  description = "The official Python library for the bluehive API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/bluehive-health/bluehive-sdk-python"
39
39
  Repository = "https://github.com/bluehive-health/bluehive-sdk-python"
40
40
 
41
41
  [project.optional-dependencies]
42
- aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
42
+ aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
43
43
 
44
44
  [tool.rye]
45
45
  managed = true
@@ -224,6 +224,8 @@ select = [
224
224
  "B",
225
225
  # remove unused imports
226
226
  "F401",
227
+ # check for missing future annotations
228
+ "FA102",
227
229
  # bare except statements
228
230
  "E722",
229
231
  # unused arguments
@@ -246,6 +248,8 @@ unfixable = [
246
248
  "T203",
247
249
  ]
248
250
 
251
+ extend-safe-fixes = ["FA102"]
252
+
249
253
  [tool.ruff.lint.flake8-tidy-imports.banned-api]
250
254
  "functools.lru_cache".msg = "This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
251
255
 
@@ -56,7 +56,7 @@ httpx==0.28.1
56
56
  # via bluehive
57
57
  # via httpx-aiohttp
58
58
  # via respx
59
- httpx-aiohttp==0.1.8
59
+ httpx-aiohttp==0.1.9
60
60
  # via bluehive
61
61
  idna==3.4
62
62
  # via anyio
@@ -43,7 +43,7 @@ httpcore==1.0.9
43
43
  httpx==0.28.1
44
44
  # via bluehive
45
45
  # via httpx-aiohttp
46
- httpx-aiohttp==0.1.8
46
+ httpx-aiohttp==0.1.9
47
47
  # via bluehive
48
48
  idna==3.4
49
49
  # via anyio
@@ -57,9 +57,8 @@ class Stream(Generic[_T]):
57
57
  for sse in iterator:
58
58
  yield process_data(data=sse.json(), cast_to=cast_to, response=response)
59
59
 
60
- # Ensure the entire stream is consumed
61
- for _sse in iterator:
62
- ...
60
+ # As we might not fully consume the response stream, we need to close it explicitly
61
+ response.close()
63
62
 
64
63
  def __enter__(self) -> Self:
65
64
  return self
@@ -121,9 +120,8 @@ class AsyncStream(Generic[_T]):
121
120
  async for sse in iterator:
122
121
  yield process_data(data=sse.json(), cast_to=cast_to, response=response)
123
122
 
124
- # Ensure the entire stream is consumed
125
- async for _sse in iterator:
126
- ...
123
+ # As we might not fully consume the response stream, we need to close it explicitly
124
+ await response.aclose()
127
125
 
128
126
  async def __aenter__(self) -> Self:
129
127
  return self
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "bluehive"
4
- __version__ = "0.1.0-alpha.13" # x-release-please-version
4
+ __version__ = "0.1.0-alpha.15" # x-release-please-version
@@ -53,7 +53,11 @@ class ServiceBundlesResource(SyncAPIResource):
53
53
  bundle_name: str,
54
54
  service_ids: SequenceNotStr[str],
55
55
  _id: str | Omit = omit,
56
+ limit: float | Omit = omit,
57
+ occurrence: str | Omit = omit,
58
+ recurring: bool | Omit = omit,
56
59
  roles: Optional[SequenceNotStr[str]] | Omit = omit,
60
+ start_date: str | Omit = omit,
57
61
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
58
62
  # The extra values given here take precedence over values defined on the client or passed to this method.
59
63
  extra_headers: Headers | None = None,
@@ -82,7 +86,11 @@ class ServiceBundlesResource(SyncAPIResource):
82
86
  "bundle_name": bundle_name,
83
87
  "service_ids": service_ids,
84
88
  "_id": _id,
89
+ "limit": limit,
90
+ "occurrence": occurrence,
91
+ "recurring": recurring,
85
92
  "roles": roles,
93
+ "start_date": start_date,
86
94
  },
87
95
  service_bundle_create_params.ServiceBundleCreateParams,
88
96
  ),
@@ -136,7 +144,11 @@ class ServiceBundlesResource(SyncAPIResource):
136
144
  bundle_name: str,
137
145
  service_ids: SequenceNotStr[str],
138
146
  _id: str | Omit = omit,
147
+ limit: float | Omit = omit,
148
+ occurrence: str | Omit = omit,
149
+ recurring: bool | Omit = omit,
139
150
  roles: Optional[SequenceNotStr[str]] | Omit = omit,
151
+ start_date: str | Omit = omit,
140
152
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
141
153
  # The extra values given here take precedence over values defined on the client or passed to this method.
142
154
  extra_headers: Headers | None = None,
@@ -167,7 +179,11 @@ class ServiceBundlesResource(SyncAPIResource):
167
179
  "bundle_name": bundle_name,
168
180
  "service_ids": service_ids,
169
181
  "_id": _id,
182
+ "limit": limit,
183
+ "occurrence": occurrence,
184
+ "recurring": recurring,
170
185
  "roles": roles,
186
+ "start_date": start_date,
171
187
  },
172
188
  service_bundle_update_params.ServiceBundleUpdateParams,
173
189
  ),
@@ -275,7 +291,11 @@ class AsyncServiceBundlesResource(AsyncAPIResource):
275
291
  bundle_name: str,
276
292
  service_ids: SequenceNotStr[str],
277
293
  _id: str | Omit = omit,
294
+ limit: float | Omit = omit,
295
+ occurrence: str | Omit = omit,
296
+ recurring: bool | Omit = omit,
278
297
  roles: Optional[SequenceNotStr[str]] | Omit = omit,
298
+ start_date: str | Omit = omit,
279
299
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
280
300
  # The extra values given here take precedence over values defined on the client or passed to this method.
281
301
  extra_headers: Headers | None = None,
@@ -304,7 +324,11 @@ class AsyncServiceBundlesResource(AsyncAPIResource):
304
324
  "bundle_name": bundle_name,
305
325
  "service_ids": service_ids,
306
326
  "_id": _id,
327
+ "limit": limit,
328
+ "occurrence": occurrence,
329
+ "recurring": recurring,
307
330
  "roles": roles,
331
+ "start_date": start_date,
308
332
  },
309
333
  service_bundle_create_params.ServiceBundleCreateParams,
310
334
  ),
@@ -358,7 +382,11 @@ class AsyncServiceBundlesResource(AsyncAPIResource):
358
382
  bundle_name: str,
359
383
  service_ids: SequenceNotStr[str],
360
384
  _id: str | Omit = omit,
385
+ limit: float | Omit = omit,
386
+ occurrence: str | Omit = omit,
387
+ recurring: bool | Omit = omit,
361
388
  roles: Optional[SequenceNotStr[str]] | Omit = omit,
389
+ start_date: str | Omit = omit,
362
390
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
363
391
  # The extra values given here take precedence over values defined on the client or passed to this method.
364
392
  extra_headers: Headers | None = None,
@@ -389,7 +417,11 @@ class AsyncServiceBundlesResource(AsyncAPIResource):
389
417
  "bundle_name": bundle_name,
390
418
  "service_ids": service_ids,
391
419
  "_id": _id,
420
+ "limit": limit,
421
+ "occurrence": occurrence,
422
+ "recurring": recurring,
392
423
  "roles": roles,
424
+ "start_date": start_date,
393
425
  },
394
426
  service_bundle_update_params.ServiceBundleUpdateParams,
395
427
  ),
@@ -18,4 +18,12 @@ class ServiceBundleCreateParams(TypedDict, total=False):
18
18
 
19
19
  _id: str
20
20
 
21
+ limit: float
22
+
23
+ occurrence: str
24
+
25
+ recurring: bool
26
+
21
27
  roles: Optional[SequenceNotStr[str]]
28
+
29
+ start_date: Annotated[str, PropertyInfo(alias="startDate")]
@@ -22,8 +22,16 @@ class ServiceBundleCreateResponse(BaseModel):
22
22
 
23
23
  created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
24
24
 
25
+ limit: Optional[float] = None
26
+
27
+ occurrence: Optional[str] = None
28
+
29
+ recurring: Optional[bool] = None
30
+
25
31
  roles: Optional[List[str]] = None
26
32
 
33
+ start_date: Optional[str] = FieldInfo(alias="startDate", default=None)
34
+
27
35
  updated_at: Optional[str] = FieldInfo(alias="updatedAt", default=None)
28
36
 
29
37
  updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
@@ -23,8 +23,16 @@ class ServiceBundleListResponseItem(BaseModel):
23
23
 
24
24
  created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
25
25
 
26
+ limit: Optional[float] = None
27
+
28
+ occurrence: Optional[str] = None
29
+
30
+ recurring: Optional[bool] = None
31
+
26
32
  roles: Optional[List[str]] = None
27
33
 
34
+ start_date: Optional[str] = FieldInfo(alias="startDate", default=None)
35
+
28
36
  updated_at: Optional[str] = FieldInfo(alias="updatedAt", default=None)
29
37
 
30
38
  updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
@@ -22,8 +22,16 @@ class ServiceBundleRetrieveResponse(BaseModel):
22
22
 
23
23
  created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
24
24
 
25
+ limit: Optional[float] = None
26
+
27
+ occurrence: Optional[str] = None
28
+
29
+ recurring: Optional[bool] = None
30
+
25
31
  roles: Optional[List[str]] = None
26
32
 
33
+ start_date: Optional[str] = FieldInfo(alias="startDate", default=None)
34
+
27
35
  updated_at: Optional[str] = FieldInfo(alias="updatedAt", default=None)
28
36
 
29
37
  updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
@@ -20,4 +20,12 @@ class ServiceBundleUpdateParams(TypedDict, total=False):
20
20
 
21
21
  _id: str
22
22
 
23
+ limit: float
24
+
25
+ occurrence: str
26
+
27
+ recurring: bool
28
+
23
29
  roles: Optional[SequenceNotStr[str]]
30
+
31
+ start_date: Annotated[str, PropertyInfo(alias="startDate")]
@@ -22,8 +22,16 @@ class ServiceBundleUpdateResponse(BaseModel):
22
22
 
23
23
  created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
24
24
 
25
+ limit: Optional[float] = None
26
+
27
+ occurrence: Optional[str] = None
28
+
29
+ recurring: Optional[bool] = None
30
+
25
31
  roles: Optional[List[str]] = None
26
32
 
33
+ start_date: Optional[str] = FieldInfo(alias="startDate", default=None)
34
+
27
35
  updated_at: Optional[str] = FieldInfo(alias="updatedAt", default=None)
28
36
 
29
37
  updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
@@ -40,7 +40,11 @@ class TestServiceBundles:
40
40
  bundle_name="x",
41
41
  service_ids=["string"],
42
42
  _id="_id",
43
+ limit=0,
44
+ occurrence="occurrence",
45
+ recurring=True,
43
46
  roles=["string"],
47
+ start_date="startDate",
44
48
  )
45
49
  assert_matches_type(ServiceBundleCreateResponse, service_bundle, path=["response"])
46
50
 
@@ -156,7 +160,11 @@ class TestServiceBundles:
156
160
  bundle_name="x",
157
161
  service_ids=["string"],
158
162
  _id="_id",
163
+ limit=0,
164
+ occurrence="occurrence",
165
+ recurring=True,
159
166
  roles=["string"],
167
+ start_date="startDate",
160
168
  )
161
169
  assert_matches_type(ServiceBundleUpdateResponse, service_bundle, path=["response"])
162
170
 
@@ -329,7 +337,11 @@ class TestAsyncServiceBundles:
329
337
  bundle_name="x",
330
338
  service_ids=["string"],
331
339
  _id="_id",
340
+ limit=0,
341
+ occurrence="occurrence",
342
+ recurring=True,
332
343
  roles=["string"],
344
+ start_date="startDate",
333
345
  )
334
346
  assert_matches_type(ServiceBundleCreateResponse, service_bundle, path=["response"])
335
347
 
@@ -445,7 +457,11 @@ class TestAsyncServiceBundles:
445
457
  bundle_name="x",
446
458
  service_ids=["string"],
447
459
  _id="_id",
460
+ limit=0,
461
+ occurrence="occurrence",
462
+ recurring=True,
448
463
  roles=["string"],
464
+ start_date="startDate",
449
465
  )
450
466
  assert_matches_type(ServiceBundleUpdateResponse, service_bundle, path=["response"])
451
467
 
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.1.0-alpha.13"
3
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes