aiinbx 0.270.0__tar.gz → 0.286.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.
- aiinbx-0.286.0/.release-please-manifest.json +3 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/CHANGELOG.md +134 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/PKG-INFO +10 -1
- {aiinbx-0.270.0 → aiinbx-0.286.0}/README.md +9 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/pyproject.toml +1 -1
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_version.py +1 -1
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/threads.py +64 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_search_params.py +16 -0
- aiinbx-0.270.0/.release-please-manifest.json +0 -3
- {aiinbx-0.270.0 → aiinbx-0.286.0}/.gitignore +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/CONTRIBUTING.md +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/LICENSE +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/SECURITY.md +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/api.md +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/bin/check-release-environment +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/bin/publish-pypi +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/examples/.keep +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/noxfile.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/release-please-config.json +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/requirements-dev.lock +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/requirements.lock +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/ai_inbx/lib/.keep +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_base_client.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_client.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_compat.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_constants.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_exceptions.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_files.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_models.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_qs.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_resource.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_streaming.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_types.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_compat.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_logs.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_proxy.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_reflection.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_streams.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_sync.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_transform.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_typing.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/_utils/_utils.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/lib/.keep +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/py.typed +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/domains.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/emails.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/meta.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/resources/webhooks.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_create_params.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_create_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_delete_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_list_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/domain_verify_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/email_reply_params.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/email_reply_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/email_send_params.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/email_send_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_forward_params.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_forward_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/thread_search_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/__init__.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/test_domains.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/test_emails.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/test_meta.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/test_threads.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/api_resources/test_webhooks.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/conftest.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/sample_file.txt +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_client.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_deepcopy.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_extract_files.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_files.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_models.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_qs.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_required_args.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_response.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_streaming.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_transform.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_utils/test_proxy.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/test_utils/test_typing.py +0 -0
- {aiinbx-0.270.0 → aiinbx-0.286.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,139 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.286.0 (2026-01-07)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.285.0...v0.286.0](https://github.com/aiinbx/aiinbx-py/compare/v0.285.0...v0.286.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([98830c2](https://github.com/aiinbx/aiinbx-py/commit/98830c27455d2fff942e6475154e14796f2fa8b7))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* prominently feature MCP server setup in root SDK readmes ([3df28c1](https://github.com/aiinbx/aiinbx-py/commit/3df28c1a1fde175530de2eca9a3574fccf26ac23))
|
|
15
|
+
|
|
16
|
+
## 0.285.0 (2026-01-06)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v0.284.0...v0.285.0](https://github.com/aiinbx/aiinbx-py/compare/v0.284.0...v0.285.0)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **api:** api update ([3c5b036](https://github.com/aiinbx/aiinbx-py/commit/3c5b036d42270e48866d55aedcc22caf0d99d0d4))
|
|
23
|
+
|
|
24
|
+
## 0.284.0 (2026-01-06)
|
|
25
|
+
|
|
26
|
+
Full Changelog: [v0.283.0...v0.284.0](https://github.com/aiinbx/aiinbx-py/compare/v0.283.0...v0.284.0)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **api:** api update ([3f2d95f](https://github.com/aiinbx/aiinbx-py/commit/3f2d95f8c4d2b0ff52acd231321fca47d24bb387))
|
|
31
|
+
|
|
32
|
+
## 0.283.0 (2026-01-04)
|
|
33
|
+
|
|
34
|
+
Full Changelog: [v0.282.0...v0.283.0](https://github.com/aiinbx/aiinbx-py/compare/v0.282.0...v0.283.0)
|
|
35
|
+
|
|
36
|
+
### Features
|
|
37
|
+
|
|
38
|
+
* **api:** api update ([598758f](https://github.com/aiinbx/aiinbx-py/commit/598758f83a40a68c28e467a748fdd655e0828ec9))
|
|
39
|
+
|
|
40
|
+
## 0.282.0 (2026-01-04)
|
|
41
|
+
|
|
42
|
+
Full Changelog: [v0.281.0...v0.282.0](https://github.com/aiinbx/aiinbx-py/compare/v0.281.0...v0.282.0)
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **api:** api update ([c3fcf69](https://github.com/aiinbx/aiinbx-py/commit/c3fcf69279dc8fb55faea720b848157cf6351fc4))
|
|
47
|
+
|
|
48
|
+
## 0.281.0 (2026-01-04)
|
|
49
|
+
|
|
50
|
+
Full Changelog: [v0.280.0...v0.281.0](https://github.com/aiinbx/aiinbx-py/compare/v0.280.0...v0.281.0)
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* **api:** api update ([9cb1cb2](https://github.com/aiinbx/aiinbx-py/commit/9cb1cb2b2bc4b08b31c0bf997214597f0818986d))
|
|
55
|
+
|
|
56
|
+
## 0.280.0 (2026-01-04)
|
|
57
|
+
|
|
58
|
+
Full Changelog: [v0.279.0...v0.280.0](https://github.com/aiinbx/aiinbx-py/compare/v0.279.0...v0.280.0)
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* **api:** api update ([a8b7c99](https://github.com/aiinbx/aiinbx-py/commit/a8b7c99b8dc1a43d95eef114df0ed9b6a86937e3))
|
|
63
|
+
|
|
64
|
+
## 0.279.0 (2026-01-04)
|
|
65
|
+
|
|
66
|
+
Full Changelog: [v0.278.0...v0.279.0](https://github.com/aiinbx/aiinbx-py/compare/v0.278.0...v0.279.0)
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* **api:** api update ([ebbb487](https://github.com/aiinbx/aiinbx-py/commit/ebbb487dd4ae5dbefc316762b076d1fd7779bd0c))
|
|
71
|
+
|
|
72
|
+
## 0.278.0 (2026-01-04)
|
|
73
|
+
|
|
74
|
+
Full Changelog: [v0.277.0...v0.278.0](https://github.com/aiinbx/aiinbx-py/compare/v0.277.0...v0.278.0)
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* **api:** api update ([42cb134](https://github.com/aiinbx/aiinbx-py/commit/42cb134e7ada539b083468f055b360aac05e5a11))
|
|
79
|
+
|
|
80
|
+
## 0.277.0 (2026-01-04)
|
|
81
|
+
|
|
82
|
+
Full Changelog: [v0.276.0...v0.277.0](https://github.com/aiinbx/aiinbx-py/compare/v0.276.0...v0.277.0)
|
|
83
|
+
|
|
84
|
+
### Features
|
|
85
|
+
|
|
86
|
+
* **api:** api update ([f1f74d3](https://github.com/aiinbx/aiinbx-py/commit/f1f74d37cebe0866bdda51528c992f821f68358e))
|
|
87
|
+
|
|
88
|
+
## 0.276.0 (2026-01-04)
|
|
89
|
+
|
|
90
|
+
Full Changelog: [v0.275.0...v0.276.0](https://github.com/aiinbx/aiinbx-py/compare/v0.275.0...v0.276.0)
|
|
91
|
+
|
|
92
|
+
### Features
|
|
93
|
+
|
|
94
|
+
* **api:** api update ([23a2c47](https://github.com/aiinbx/aiinbx-py/commit/23a2c47615a1cf911c0c6baff08f4f6fe850de14))
|
|
95
|
+
|
|
96
|
+
## 0.275.0 (2026-01-03)
|
|
97
|
+
|
|
98
|
+
Full Changelog: [v0.274.0...v0.275.0](https://github.com/aiinbx/aiinbx-py/compare/v0.274.0...v0.275.0)
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* **api:** api update ([8db12ca](https://github.com/aiinbx/aiinbx-py/commit/8db12caeb00b39e85425f16c703d2c571d8fe021))
|
|
103
|
+
* **api:** api update ([5e26990](https://github.com/aiinbx/aiinbx-py/commit/5e269900ed71244ff5e65282ef3554ecff8773ea))
|
|
104
|
+
|
|
105
|
+
## 0.274.0 (2026-01-03)
|
|
106
|
+
|
|
107
|
+
Full Changelog: [v0.273.0...v0.274.0](https://github.com/aiinbx/aiinbx-py/compare/v0.273.0...v0.274.0)
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* **api:** api update ([09bbf98](https://github.com/aiinbx/aiinbx-py/commit/09bbf985a0e65675ca5bc2727f64647e0d0596b1))
|
|
112
|
+
|
|
113
|
+
## 0.273.0 (2026-01-03)
|
|
114
|
+
|
|
115
|
+
Full Changelog: [v0.272.0...v0.273.0](https://github.com/aiinbx/aiinbx-py/compare/v0.272.0...v0.273.0)
|
|
116
|
+
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
* **api:** api update ([fd18b15](https://github.com/aiinbx/aiinbx-py/commit/fd18b155aa92a7d5f6c58058387324df73ab685d))
|
|
120
|
+
|
|
121
|
+
## 0.272.0 (2026-01-02)
|
|
122
|
+
|
|
123
|
+
Full Changelog: [v0.271.0...v0.272.0](https://github.com/aiinbx/aiinbx-py/compare/v0.271.0...v0.272.0)
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
* **api:** api update ([7debe54](https://github.com/aiinbx/aiinbx-py/commit/7debe546a80c19f9421b79588857acf4a19fe8d7))
|
|
128
|
+
|
|
129
|
+
## 0.271.0 (2026-01-02)
|
|
130
|
+
|
|
131
|
+
Full Changelog: [v0.270.0...v0.271.0](https://github.com/aiinbx/aiinbx-py/compare/v0.270.0...v0.271.0)
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* **api:** api update ([f9d40e5](https://github.com/aiinbx/aiinbx-py/commit/f9d40e57c9303c01adeccebce2ba35a49f6ad6d5))
|
|
136
|
+
|
|
3
137
|
## 0.270.0 (2026-01-02)
|
|
4
138
|
|
|
5
139
|
Full Changelog: [v0.269.0...v0.270.0](https://github.com/aiinbx/aiinbx-py/compare/v0.269.0...v0.270.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aiinbx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.286.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
|
|
@@ -44,6 +44,15 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
|
|
|
44
44
|
|
|
45
45
|
It is generated with [Stainless](https://www.stainless.com/).
|
|
46
46
|
|
|
47
|
+
## MCP Server
|
|
48
|
+
|
|
49
|
+
Use the AI Inbx MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
50
|
+
|
|
51
|
+
[](https://cursor.com/en-US/install-mcp?name=aiinbx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImFpaW5ieC1tY3AiXX0)
|
|
52
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22aiinbx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22aiinbx-mcp%22%5D%7D)
|
|
53
|
+
|
|
54
|
+
> Note: You may need to set environment variables in your MCP client.
|
|
55
|
+
|
|
47
56
|
## Documentation
|
|
48
57
|
|
|
49
58
|
The full API of this library can be found in [api.md](https://github.com/aiinbx/aiinbx-py/tree/main/api.md).
|
|
@@ -9,6 +9,15 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
|
|
|
9
9
|
|
|
10
10
|
It is generated with [Stainless](https://www.stainless.com/).
|
|
11
11
|
|
|
12
|
+
## MCP Server
|
|
13
|
+
|
|
14
|
+
Use the AI Inbx MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
|
|
15
|
+
|
|
16
|
+
[](https://cursor.com/en-US/install-mcp?name=aiinbx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImFpaW5ieC1tY3AiXX0)
|
|
17
|
+
[](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22aiinbx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22aiinbx-mcp%22%5D%7D)
|
|
18
|
+
|
|
19
|
+
> Note: You may need to set environment variables in your MCP client.
|
|
20
|
+
|
|
12
21
|
## Documentation
|
|
13
22
|
|
|
14
23
|
The full API of this library can be found in [api.md](api.md).
|
|
@@ -185,6 +185,38 @@ class ThreadsResource(SyncAPIResource):
|
|
|
185
185
|
Search threads with various filtering options optimized for AI agents
|
|
186
186
|
|
|
187
187
|
Args:
|
|
188
|
+
conversation_state: Filter threads by conversation state
|
|
189
|
+
|
|
190
|
+
created_after: Filter threads created after this date
|
|
191
|
+
|
|
192
|
+
created_before: Filter threads created before this date
|
|
193
|
+
|
|
194
|
+
has_email_from_address: Filter threads with emails from this address
|
|
195
|
+
|
|
196
|
+
has_email_to_address: Filter threads with emails to this address
|
|
197
|
+
|
|
198
|
+
has_participant_emails: Filter threads that include all of these email addresses as participants
|
|
199
|
+
|
|
200
|
+
last_email_after: Filter threads with last email after this date
|
|
201
|
+
|
|
202
|
+
last_email_before: Filter threads with last email before this date
|
|
203
|
+
|
|
204
|
+
limit: Number of threads to return (1-100)
|
|
205
|
+
|
|
206
|
+
offset: Number of threads to skip
|
|
207
|
+
|
|
208
|
+
some_email_has_direction: Filter threads containing emails with this direction
|
|
209
|
+
|
|
210
|
+
some_email_has_status: Filter threads containing emails with this status
|
|
211
|
+
|
|
212
|
+
sort_by: Field to sort by
|
|
213
|
+
|
|
214
|
+
sort_order: Sort order
|
|
215
|
+
|
|
216
|
+
stale_threshold_days: Days to consider a thread stale (used with conversationState=stale)
|
|
217
|
+
|
|
218
|
+
subject_contains: Filter threads where subject contains this text
|
|
219
|
+
|
|
188
220
|
extra_headers: Send extra headers
|
|
189
221
|
|
|
190
222
|
extra_query: Add additional query parameters to the request
|
|
@@ -382,6 +414,38 @@ class AsyncThreadsResource(AsyncAPIResource):
|
|
|
382
414
|
Search threads with various filtering options optimized for AI agents
|
|
383
415
|
|
|
384
416
|
Args:
|
|
417
|
+
conversation_state: Filter threads by conversation state
|
|
418
|
+
|
|
419
|
+
created_after: Filter threads created after this date
|
|
420
|
+
|
|
421
|
+
created_before: Filter threads created before this date
|
|
422
|
+
|
|
423
|
+
has_email_from_address: Filter threads with emails from this address
|
|
424
|
+
|
|
425
|
+
has_email_to_address: Filter threads with emails to this address
|
|
426
|
+
|
|
427
|
+
has_participant_emails: Filter threads that include all of these email addresses as participants
|
|
428
|
+
|
|
429
|
+
last_email_after: Filter threads with last email after this date
|
|
430
|
+
|
|
431
|
+
last_email_before: Filter threads with last email before this date
|
|
432
|
+
|
|
433
|
+
limit: Number of threads to return (1-100)
|
|
434
|
+
|
|
435
|
+
offset: Number of threads to skip
|
|
436
|
+
|
|
437
|
+
some_email_has_direction: Filter threads containing emails with this direction
|
|
438
|
+
|
|
439
|
+
some_email_has_status: Filter threads containing emails with this status
|
|
440
|
+
|
|
441
|
+
sort_by: Field to sort by
|
|
442
|
+
|
|
443
|
+
sort_order: Sort order
|
|
444
|
+
|
|
445
|
+
stale_threshold_days: Days to consider a thread stale (used with conversationState=stale)
|
|
446
|
+
|
|
447
|
+
subject_contains: Filter threads where subject contains this text
|
|
448
|
+
|
|
385
449
|
extra_headers: Send extra headers
|
|
386
450
|
|
|
387
451
|
extra_query: Add additional query parameters to the request
|
|
@@ -14,26 +14,37 @@ class ThreadSearchParams(TypedDict, total=False):
|
|
|
14
14
|
conversation_state: Annotated[
|
|
15
15
|
Literal["awaiting_reply", "needs_reply", "active", "stale"], PropertyInfo(alias="conversationState")
|
|
16
16
|
]
|
|
17
|
+
"""Filter threads by conversation state"""
|
|
17
18
|
|
|
18
19
|
created_after: Annotated[str, PropertyInfo(alias="createdAfter")]
|
|
20
|
+
"""Filter threads created after this date"""
|
|
19
21
|
|
|
20
22
|
created_before: Annotated[str, PropertyInfo(alias="createdBefore")]
|
|
23
|
+
"""Filter threads created before this date"""
|
|
21
24
|
|
|
22
25
|
has_email_from_address: Annotated[str, PropertyInfo(alias="hasEmailFromAddress")]
|
|
26
|
+
"""Filter threads with emails from this address"""
|
|
23
27
|
|
|
24
28
|
has_email_to_address: Annotated[str, PropertyInfo(alias="hasEmailToAddress")]
|
|
29
|
+
"""Filter threads with emails to this address"""
|
|
25
30
|
|
|
26
31
|
has_participant_emails: Annotated[SequenceNotStr[str], PropertyInfo(alias="hasParticipantEmails")]
|
|
32
|
+
"""Filter threads that include all of these email addresses as participants"""
|
|
27
33
|
|
|
28
34
|
last_email_after: Annotated[str, PropertyInfo(alias="lastEmailAfter")]
|
|
35
|
+
"""Filter threads with last email after this date"""
|
|
29
36
|
|
|
30
37
|
last_email_before: Annotated[str, PropertyInfo(alias="lastEmailBefore")]
|
|
38
|
+
"""Filter threads with last email before this date"""
|
|
31
39
|
|
|
32
40
|
limit: float
|
|
41
|
+
"""Number of threads to return (1-100)"""
|
|
33
42
|
|
|
34
43
|
offset: float
|
|
44
|
+
"""Number of threads to skip"""
|
|
35
45
|
|
|
36
46
|
some_email_has_direction: Annotated[Literal["INBOUND", "OUTBOUND"], PropertyInfo(alias="someEmailHasDirection")]
|
|
47
|
+
"""Filter threads containing emails with this direction"""
|
|
37
48
|
|
|
38
49
|
some_email_has_status: Annotated[
|
|
39
50
|
Literal[
|
|
@@ -51,11 +62,16 @@ class ThreadSearchParams(TypedDict, total=False):
|
|
|
51
62
|
],
|
|
52
63
|
PropertyInfo(alias="someEmailHasStatus"),
|
|
53
64
|
]
|
|
65
|
+
"""Filter threads containing emails with this status"""
|
|
54
66
|
|
|
55
67
|
sort_by: Annotated[Literal["createdAt", "lastEmailAt", "subject"], PropertyInfo(alias="sortBy")]
|
|
68
|
+
"""Field to sort by"""
|
|
56
69
|
|
|
57
70
|
sort_order: Annotated[Literal["asc", "desc"], PropertyInfo(alias="sortOrder")]
|
|
71
|
+
"""Sort order"""
|
|
58
72
|
|
|
59
73
|
stale_threshold_days: Annotated[float, PropertyInfo(alias="staleThresholdDays")]
|
|
74
|
+
"""Days to consider a thread stale (used with conversationState=stale)"""
|
|
60
75
|
|
|
61
76
|
subject_contains: Annotated[str, PropertyInfo(alias="subjectContains")]
|
|
77
|
+
"""Filter threads where subject contains this text"""
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py
RENAMED
|
File without changes
|
{aiinbx-0.270.0 → aiinbx-0.286.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|