aiinbx 0.261.0__tar.gz → 0.270.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 (102) hide show
  1. aiinbx-0.270.0/.release-please-manifest.json +3 -0
  2. {aiinbx-0.261.0 → aiinbx-0.270.0}/CHANGELOG.md +72 -0
  3. {aiinbx-0.261.0 → aiinbx-0.270.0}/PKG-INFO +1 -1
  4. {aiinbx-0.261.0 → aiinbx-0.270.0}/pyproject.toml +1 -1
  5. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_version.py +1 -1
  6. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/domains.py +4 -0
  7. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/emails.py +4 -0
  8. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/threads.py +4 -0
  9. aiinbx-0.261.0/.release-please-manifest.json +0 -3
  10. {aiinbx-0.261.0 → aiinbx-0.270.0}/.gitignore +0 -0
  11. {aiinbx-0.261.0 → aiinbx-0.270.0}/CONTRIBUTING.md +0 -0
  12. {aiinbx-0.261.0 → aiinbx-0.270.0}/LICENSE +0 -0
  13. {aiinbx-0.261.0 → aiinbx-0.270.0}/README.md +0 -0
  14. {aiinbx-0.261.0 → aiinbx-0.270.0}/SECURITY.md +0 -0
  15. {aiinbx-0.261.0 → aiinbx-0.270.0}/api.md +0 -0
  16. {aiinbx-0.261.0 → aiinbx-0.270.0}/bin/check-release-environment +0 -0
  17. {aiinbx-0.261.0 → aiinbx-0.270.0}/bin/publish-pypi +0 -0
  18. {aiinbx-0.261.0 → aiinbx-0.270.0}/examples/.keep +0 -0
  19. {aiinbx-0.261.0 → aiinbx-0.270.0}/noxfile.py +0 -0
  20. {aiinbx-0.261.0 → aiinbx-0.270.0}/release-please-config.json +0 -0
  21. {aiinbx-0.261.0 → aiinbx-0.270.0}/requirements-dev.lock +0 -0
  22. {aiinbx-0.261.0 → aiinbx-0.270.0}/requirements.lock +0 -0
  23. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/ai_inbx/lib/.keep +0 -0
  24. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/__init__.py +0 -0
  25. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_base_client.py +0 -0
  26. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_client.py +0 -0
  27. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_compat.py +0 -0
  28. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_constants.py +0 -0
  29. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_exceptions.py +0 -0
  30. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_files.py +0 -0
  31. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_models.py +0 -0
  32. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_qs.py +0 -0
  33. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_resource.py +0 -0
  34. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_response.py +0 -0
  35. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_streaming.py +0 -0
  36. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_types.py +0 -0
  37. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/__init__.py +0 -0
  38. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_compat.py +0 -0
  39. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
  40. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_logs.py +0 -0
  41. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_proxy.py +0 -0
  42. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_reflection.py +0 -0
  43. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
  44. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_streams.py +0 -0
  45. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_sync.py +0 -0
  46. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_transform.py +0 -0
  47. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_typing.py +0 -0
  48. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/_utils/_utils.py +0 -0
  49. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/lib/.keep +0 -0
  50. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/py.typed +0 -0
  51. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/__init__.py +0 -0
  52. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/meta.py +0 -0
  53. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/resources/webhooks.py +0 -0
  54. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/__init__.py +0 -0
  55. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_create_params.py +0 -0
  56. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_create_response.py +0 -0
  57. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_delete_response.py +0 -0
  58. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_list_response.py +0 -0
  59. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
  60. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/domain_verify_response.py +0 -0
  61. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/email_reply_params.py +0 -0
  62. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/email_reply_response.py +0 -0
  63. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
  64. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/email_send_params.py +0 -0
  65. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/email_send_response.py +0 -0
  66. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
  67. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
  68. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
  69. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
  70. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
  71. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
  72. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
  73. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
  74. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/thread_forward_params.py +0 -0
  75. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/thread_forward_response.py +0 -0
  76. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
  77. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/thread_search_params.py +0 -0
  78. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/thread_search_response.py +0 -0
  79. {aiinbx-0.261.0 → aiinbx-0.270.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
  80. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/__init__.py +0 -0
  81. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/__init__.py +0 -0
  82. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/test_domains.py +0 -0
  83. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/test_emails.py +0 -0
  84. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/test_meta.py +0 -0
  85. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/test_threads.py +0 -0
  86. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/api_resources/test_webhooks.py +0 -0
  87. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/conftest.py +0 -0
  88. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/sample_file.txt +0 -0
  89. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_client.py +0 -0
  90. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_deepcopy.py +0 -0
  91. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_extract_files.py +0 -0
  92. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_files.py +0 -0
  93. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_models.py +0 -0
  94. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_qs.py +0 -0
  95. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_required_args.py +0 -0
  96. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_response.py +0 -0
  97. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_streaming.py +0 -0
  98. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_transform.py +0 -0
  99. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_utils/test_datetime_parse.py +0 -0
  100. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_utils/test_proxy.py +0 -0
  101. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/test_utils/test_typing.py +0 -0
  102. {aiinbx-0.261.0 → aiinbx-0.270.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.270.0"
3
+ }
@@ -1,5 +1,77 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.270.0 (2026-01-02)
4
+
5
+ Full Changelog: [v0.269.0...v0.270.0](https://github.com/aiinbx/aiinbx-py/compare/v0.269.0...v0.270.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([05af418](https://github.com/aiinbx/aiinbx-py/commit/05af41863c1fa702d2510c7d9eaa6e6be038cec4))
10
+
11
+ ## 0.269.0 (2026-01-02)
12
+
13
+ Full Changelog: [v0.268.0...v0.269.0](https://github.com/aiinbx/aiinbx-py/compare/v0.268.0...v0.269.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([5e2b80a](https://github.com/aiinbx/aiinbx-py/commit/5e2b80ab729504fcf091222c562263730facc43f))
18
+
19
+ ## 0.268.0 (2026-01-02)
20
+
21
+ Full Changelog: [v0.267.0...v0.268.0](https://github.com/aiinbx/aiinbx-py/compare/v0.267.0...v0.268.0)
22
+
23
+ ### Features
24
+
25
+ * **api:** api update ([b46a2fb](https://github.com/aiinbx/aiinbx-py/commit/b46a2fbcc6596d2c864625c303ebd3e6ffe27296))
26
+
27
+ ## 0.267.0 (2026-01-02)
28
+
29
+ Full Changelog: [v0.266.0...v0.267.0](https://github.com/aiinbx/aiinbx-py/compare/v0.266.0...v0.267.0)
30
+
31
+ ### Features
32
+
33
+ * **api:** api update ([c538b3d](https://github.com/aiinbx/aiinbx-py/commit/c538b3d38e6390f6a9da7886d55976ff184372ff))
34
+
35
+ ## 0.266.0 (2026-01-01)
36
+
37
+ Full Changelog: [v0.265.0...v0.266.0](https://github.com/aiinbx/aiinbx-py/compare/v0.265.0...v0.266.0)
38
+
39
+ ### Features
40
+
41
+ * **api:** api update ([bc898ff](https://github.com/aiinbx/aiinbx-py/commit/bc898ffb67e28df36da0ce4ffae5ae6f2532f876))
42
+
43
+ ## 0.265.0 (2026-01-01)
44
+
45
+ Full Changelog: [v0.264.0...v0.265.0](https://github.com/aiinbx/aiinbx-py/compare/v0.264.0...v0.265.0)
46
+
47
+ ### Features
48
+
49
+ * **api:** api update ([16bb88d](https://github.com/aiinbx/aiinbx-py/commit/16bb88d318c5212a55bb8cf7e1d54853b990ffb2))
50
+
51
+ ## 0.264.0 (2026-01-01)
52
+
53
+ Full Changelog: [v0.263.0...v0.264.0](https://github.com/aiinbx/aiinbx-py/compare/v0.263.0...v0.264.0)
54
+
55
+ ### Features
56
+
57
+ * **api:** api update ([4629b2e](https://github.com/aiinbx/aiinbx-py/commit/4629b2e1fd699b4ed8892415959b82afea8da653))
58
+
59
+ ## 0.263.0 (2026-01-01)
60
+
61
+ Full Changelog: [v0.262.0...v0.263.0](https://github.com/aiinbx/aiinbx-py/compare/v0.262.0...v0.263.0)
62
+
63
+ ### Features
64
+
65
+ * **api:** api update ([9da2a44](https://github.com/aiinbx/aiinbx-py/commit/9da2a44e05b8f4bf583f32cefdd22573d6840c13))
66
+
67
+ ## 0.262.0 (2026-01-01)
68
+
69
+ Full Changelog: [v0.261.0...v0.262.0](https://github.com/aiinbx/aiinbx-py/compare/v0.261.0...v0.262.0)
70
+
71
+ ### Features
72
+
73
+ * **api:** api update ([e4a7610](https://github.com/aiinbx/aiinbx-py/commit/e4a76108683d2137e0c3ec950b04c82213983a29))
74
+
3
75
  ## 0.261.0 (2026-01-01)
4
76
 
5
77
  Full Changelog: [v0.260.0...v0.261.0](https://github.com/aiinbx/aiinbx-py/compare/v0.260.0...v0.261.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aiinbx
3
- Version: 0.261.0
3
+ Version: 0.270.0
4
4
  Summary: The official Python library for the AIInbx API
5
5
  Project-URL: Homepage, https://github.com/aiinbx/aiinbx-py
6
6
  Project-URL: Repository, https://github.com/aiinbx/aiinbx-py
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aiinbx"
3
- version = "0.261.0"
3
+ version = "0.270.0"
4
4
  description = "The official Python library for the AIInbx API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "aiinbx"
4
- __version__ = "0.261.0" # x-release-please-version
4
+ __version__ = "0.270.0" # x-release-please-version
@@ -93,6 +93,8 @@ class DomainsResource(SyncAPIResource):
93
93
  Retrieve a domain by its ID
94
94
 
95
95
  Args:
96
+ domain_id: The unique identifier of the domain
97
+
96
98
  extra_headers: Send extra headers
97
99
 
98
100
  extra_query: Add additional query parameters to the request
@@ -266,6 +268,8 @@ class AsyncDomainsResource(AsyncAPIResource):
266
268
  Retrieve a domain by its ID
267
269
 
268
270
  Args:
271
+ domain_id: The unique identifier of the domain
272
+
269
273
  extra_headers: Send extra headers
270
274
 
271
275
  extra_query: Add additional query parameters to the request
@@ -60,6 +60,8 @@ class EmailsResource(SyncAPIResource):
60
60
  Retrieve a specific email by its ID using API key authentication
61
61
 
62
62
  Args:
63
+ email_id: The unique identifier of the email
64
+
63
65
  extra_headers: Send extra headers
64
66
 
65
67
  extra_query: Add additional query parameters to the request
@@ -251,6 +253,8 @@ class AsyncEmailsResource(AsyncAPIResource):
251
253
  Retrieve a specific email by its ID using API key authentication
252
254
 
253
255
  Args:
256
+ email_id: The unique identifier of the email
257
+
254
258
  extra_headers: Send extra headers
255
259
 
256
260
  extra_query: Add additional query parameters to the request
@@ -62,6 +62,8 @@ class ThreadsResource(SyncAPIResource):
62
62
  authentication
63
63
 
64
64
  Args:
65
+ thread_id: The unique identifier of the thread
66
+
65
67
  extra_headers: Send extra headers
66
68
 
67
69
  extra_query: Add additional query parameters to the request
@@ -257,6 +259,8 @@ class AsyncThreadsResource(AsyncAPIResource):
257
259
  authentication
258
260
 
259
261
  Args:
262
+ thread_id: The unique identifier of the thread
263
+
260
264
  extra_headers: Send extra headers
261
265
 
262
266
  extra_query: Add additional query parameters to the request
@@ -1,3 +0,0 @@
1
- {
2
- ".": "0.261.0"
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
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
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
File without changes