aiinbx 0.173.0__tar.gz → 0.202.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.202.0/.release-please-manifest.json +3 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/CHANGELOG.md +239 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/PKG-INFO +3 -2
- {aiinbx-0.173.0 → aiinbx-0.202.0}/README.md +2 -1
- {aiinbx-0.173.0 → aiinbx-0.202.0}/pyproject.toml +9 -7
- {aiinbx-0.173.0 → aiinbx-0.202.0}/requirements-dev.lock +59 -49
- {aiinbx-0.173.0 → aiinbx-0.202.0}/requirements.lock +16 -15
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_version.py +1 -1
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/threads.py +64 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_search_params.py +16 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/unwrap_webhook_event.py +13 -9
- aiinbx-0.173.0/.release-please-manifest.json +0 -3
- {aiinbx-0.173.0 → aiinbx-0.202.0}/.gitignore +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/CONTRIBUTING.md +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/LICENSE +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/SECURITY.md +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/api.md +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/bin/check-release-environment +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/bin/publish-pypi +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/examples/.keep +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/noxfile.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/release-please-config.json +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/ai_inbx/lib/.keep +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_base_client.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_client.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_compat.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_constants.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_exceptions.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_files.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_models.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_qs.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_resource.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_streaming.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_types.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_compat.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_logs.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_proxy.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_reflection.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_streams.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_sync.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_transform.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_typing.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/_utils/_utils.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/lib/.keep +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/py.typed +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/domains.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/emails.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/meta.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/resources/webhooks.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_create_params.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_create_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_delete_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_list_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/domain_verify_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/email_reply_params.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/email_reply_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/email_send_params.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/email_send_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_forward_params.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_forward_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/src/aiinbx/types/thread_search_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/__init__.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/test_domains.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/test_emails.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/test_meta.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/test_threads.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/api_resources/test_webhooks.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/conftest.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/sample_file.txt +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_client.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_deepcopy.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_extract_files.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_files.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_models.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_qs.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_required_args.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_response.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_streaming.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_transform.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_utils/test_proxy.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/test_utils/test_typing.py +0 -0
- {aiinbx-0.173.0 → aiinbx-0.202.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,244 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.202.0 (2025-12-08)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.201.0...v0.202.0](https://github.com/aiinbx/aiinbx-py/compare/v0.201.0...v0.202.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([6b33466](https://github.com/aiinbx/aiinbx-py/commit/6b33466e2abddf0330f8428c6cf833360115fd42))
|
|
10
|
+
|
|
11
|
+
## 0.201.0 (2025-12-07)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.200.0...v0.201.0](https://github.com/aiinbx/aiinbx-py/compare/v0.200.0...v0.201.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([e295810](https://github.com/aiinbx/aiinbx-py/commit/e295810fd3920439289945558c0fee4e6e4bc64b))
|
|
18
|
+
|
|
19
|
+
## 0.200.0 (2025-12-07)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.199.0...v0.200.0](https://github.com/aiinbx/aiinbx-py/compare/v0.199.0...v0.200.0)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **api:** api update ([64ba0c5](https://github.com/aiinbx/aiinbx-py/commit/64ba0c5de44bbd0ff052003ed4558874695b710d))
|
|
26
|
+
|
|
27
|
+
## 0.199.0 (2025-12-04)
|
|
28
|
+
|
|
29
|
+
Full Changelog: [v0.198.0...v0.199.0](https://github.com/aiinbx/aiinbx-py/compare/v0.198.0...v0.199.0)
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **api:** api update ([2a80f11](https://github.com/aiinbx/aiinbx-py/commit/2a80f11b733e0728f7aeaa09b9e4525b0b0b582c))
|
|
34
|
+
|
|
35
|
+
## 0.198.0 (2025-12-04)
|
|
36
|
+
|
|
37
|
+
Full Changelog: [v0.197.0...v0.198.0](https://github.com/aiinbx/aiinbx-py/compare/v0.197.0...v0.198.0)
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **api:** api update ([3861e7d](https://github.com/aiinbx/aiinbx-py/commit/3861e7d7cc5298c10837e6a693ec01a671206411))
|
|
42
|
+
|
|
43
|
+
## 0.197.0 (2025-12-04)
|
|
44
|
+
|
|
45
|
+
Full Changelog: [v0.196.0...v0.197.0](https://github.com/aiinbx/aiinbx-py/compare/v0.196.0...v0.197.0)
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* **api:** api update ([88d45e6](https://github.com/aiinbx/aiinbx-py/commit/88d45e6241a9067302c5a3d6381ce22d780b9a8e))
|
|
50
|
+
|
|
51
|
+
## 0.196.0 (2025-12-04)
|
|
52
|
+
|
|
53
|
+
Full Changelog: [v0.195.0...v0.196.0](https://github.com/aiinbx/aiinbx-py/compare/v0.195.0...v0.196.0)
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **api:** api update ([e81d3c2](https://github.com/aiinbx/aiinbx-py/commit/e81d3c2c2fee5b155bc2655ba94f5df8957a6b69))
|
|
58
|
+
|
|
59
|
+
## 0.195.0 (2025-12-03)
|
|
60
|
+
|
|
61
|
+
Full Changelog: [v0.194.0...v0.195.0](https://github.com/aiinbx/aiinbx-py/compare/v0.194.0...v0.195.0)
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* **api:** api update ([6757d59](https://github.com/aiinbx/aiinbx-py/commit/6757d5977fc8cfacc448327d03fa2a3c4bf54457))
|
|
66
|
+
|
|
67
|
+
## 0.194.0 (2025-12-03)
|
|
68
|
+
|
|
69
|
+
Full Changelog: [v0.193.0...v0.194.0](https://github.com/aiinbx/aiinbx-py/compare/v0.193.0...v0.194.0)
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* **api:** api update ([8996b90](https://github.com/aiinbx/aiinbx-py/commit/8996b90d7fa3905f64adc1813e3830ee7bd96a80))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Chores
|
|
77
|
+
|
|
78
|
+
* **docs:** use environment variables for authentication in code snippets ([d8471a9](https://github.com/aiinbx/aiinbx-py/commit/d8471a9f8c4cf903090ecd69208047392bd571f3))
|
|
79
|
+
* **internal:** codegen related update ([b5100ac](https://github.com/aiinbx/aiinbx-py/commit/b5100ac4d999efc9152ae9dd977380489bcc8a98))
|
|
80
|
+
* update lockfile ([fc736ad](https://github.com/aiinbx/aiinbx-py/commit/fc736ada56e81b991fd68a0eacfeaaa173926166))
|
|
81
|
+
|
|
82
|
+
## 0.193.0 (2025-12-03)
|
|
83
|
+
|
|
84
|
+
Full Changelog: [v0.192.0...v0.193.0](https://github.com/aiinbx/aiinbx-py/compare/v0.192.0...v0.193.0)
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* **api:** api update ([14cce02](https://github.com/aiinbx/aiinbx-py/commit/14cce02323e853540ed6fe02f3db03ee8a61664d))
|
|
89
|
+
|
|
90
|
+
## 0.192.0 (2025-12-03)
|
|
91
|
+
|
|
92
|
+
Full Changelog: [v0.191.0...v0.192.0](https://github.com/aiinbx/aiinbx-py/compare/v0.191.0...v0.192.0)
|
|
93
|
+
|
|
94
|
+
### Features
|
|
95
|
+
|
|
96
|
+
* **api:** api update ([c46d62b](https://github.com/aiinbx/aiinbx-py/commit/c46d62b416076de8c0c88310b9d0fbf93895ad49))
|
|
97
|
+
|
|
98
|
+
## 0.191.0 (2025-12-02)
|
|
99
|
+
|
|
100
|
+
Full Changelog: [v0.190.0...v0.191.0](https://github.com/aiinbx/aiinbx-py/compare/v0.190.0...v0.191.0)
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* **api:** api update ([8a4ae59](https://github.com/aiinbx/aiinbx-py/commit/8a4ae59d1fe9b792f7222dd3dc597f56c03eff05))
|
|
105
|
+
|
|
106
|
+
## 0.190.0 (2025-12-02)
|
|
107
|
+
|
|
108
|
+
Full Changelog: [v0.189.0...v0.190.0](https://github.com/aiinbx/aiinbx-py/compare/v0.189.0...v0.190.0)
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* **api:** api update ([3015fdd](https://github.com/aiinbx/aiinbx-py/commit/3015fdd697ba4dbac3a29f0ae2a3f2b7e22be71f))
|
|
113
|
+
|
|
114
|
+
## 0.189.0 (2025-12-02)
|
|
115
|
+
|
|
116
|
+
Full Changelog: [v0.188.0...v0.189.0](https://github.com/aiinbx/aiinbx-py/compare/v0.188.0...v0.189.0)
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
* **api:** api update ([27f06f9](https://github.com/aiinbx/aiinbx-py/commit/27f06f9b80e7cacc942de7d8bd2ceccad15e7ce3))
|
|
121
|
+
|
|
122
|
+
## 0.188.0 (2025-12-02)
|
|
123
|
+
|
|
124
|
+
Full Changelog: [v0.187.0...v0.188.0](https://github.com/aiinbx/aiinbx-py/compare/v0.187.0...v0.188.0)
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* **api:** api update ([996e7e2](https://github.com/aiinbx/aiinbx-py/commit/996e7e285fa3e0804e552863171edb9bc7f03451))
|
|
129
|
+
|
|
130
|
+
## 0.187.0 (2025-12-02)
|
|
131
|
+
|
|
132
|
+
Full Changelog: [v0.186.0...v0.187.0](https://github.com/aiinbx/aiinbx-py/compare/v0.186.0...v0.187.0)
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
* **api:** api update ([ac05446](https://github.com/aiinbx/aiinbx-py/commit/ac054460619096dbddeee9012e836586d80ecbd2))
|
|
137
|
+
|
|
138
|
+
## 0.186.0 (2025-12-02)
|
|
139
|
+
|
|
140
|
+
Full Changelog: [v0.185.0...v0.186.0](https://github.com/aiinbx/aiinbx-py/compare/v0.185.0...v0.186.0)
|
|
141
|
+
|
|
142
|
+
### Features
|
|
143
|
+
|
|
144
|
+
* **api:** api update ([ac618eb](https://github.com/aiinbx/aiinbx-py/commit/ac618eb1bcbf2fef0a8fa1a6f9a498e63c49576e))
|
|
145
|
+
|
|
146
|
+
## 0.185.0 (2025-12-02)
|
|
147
|
+
|
|
148
|
+
Full Changelog: [v0.184.0...v0.185.0](https://github.com/aiinbx/aiinbx-py/compare/v0.184.0...v0.185.0)
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* **api:** api update ([bb68e95](https://github.com/aiinbx/aiinbx-py/commit/bb68e959afbad71b5f69fd2da57081251e800a01))
|
|
153
|
+
|
|
154
|
+
## 0.184.0 (2025-12-02)
|
|
155
|
+
|
|
156
|
+
Full Changelog: [v0.183.0...v0.184.0](https://github.com/aiinbx/aiinbx-py/compare/v0.183.0...v0.184.0)
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
* **api:** api update ([f88ab54](https://github.com/aiinbx/aiinbx-py/commit/f88ab54edcb48c1d71f23a74ff53a9985610a214))
|
|
161
|
+
|
|
162
|
+
## 0.183.0 (2025-12-02)
|
|
163
|
+
|
|
164
|
+
Full Changelog: [v0.182.0...v0.183.0](https://github.com/aiinbx/aiinbx-py/compare/v0.182.0...v0.183.0)
|
|
165
|
+
|
|
166
|
+
### Features
|
|
167
|
+
|
|
168
|
+
* **api:** api update ([4f24787](https://github.com/aiinbx/aiinbx-py/commit/4f24787762fb36ebacb97749246d0706ded1c5e1))
|
|
169
|
+
|
|
170
|
+
## 0.182.0 (2025-12-02)
|
|
171
|
+
|
|
172
|
+
Full Changelog: [v0.181.0...v0.182.0](https://github.com/aiinbx/aiinbx-py/compare/v0.181.0...v0.182.0)
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
* **api:** api update ([cb81668](https://github.com/aiinbx/aiinbx-py/commit/cb81668c48415f3f399caaf5488e2e3010f104ff))
|
|
177
|
+
|
|
178
|
+
## 0.181.0 (2025-12-02)
|
|
179
|
+
|
|
180
|
+
Full Changelog: [v0.180.0...v0.181.0](https://github.com/aiinbx/aiinbx-py/compare/v0.180.0...v0.181.0)
|
|
181
|
+
|
|
182
|
+
### Features
|
|
183
|
+
|
|
184
|
+
* **api:** api update ([0c210e7](https://github.com/aiinbx/aiinbx-py/commit/0c210e7c3b43832eb83162dbeb8379b8f89af019))
|
|
185
|
+
|
|
186
|
+
## 0.180.0 (2025-12-02)
|
|
187
|
+
|
|
188
|
+
Full Changelog: [v0.179.0...v0.180.0](https://github.com/aiinbx/aiinbx-py/compare/v0.179.0...v0.180.0)
|
|
189
|
+
|
|
190
|
+
### Features
|
|
191
|
+
|
|
192
|
+
* **api:** api update ([9e7f581](https://github.com/aiinbx/aiinbx-py/commit/9e7f581fd634200d6e6ed103226d40b0ed21fcfa))
|
|
193
|
+
|
|
194
|
+
## 0.179.0 (2025-12-02)
|
|
195
|
+
|
|
196
|
+
Full Changelog: [v0.178.0...v0.179.0](https://github.com/aiinbx/aiinbx-py/compare/v0.178.0...v0.179.0)
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
* **api:** api update ([775a20c](https://github.com/aiinbx/aiinbx-py/commit/775a20c77b3c2b24b6b8fc4199eb01aba8666978))
|
|
201
|
+
|
|
202
|
+
## 0.178.0 (2025-12-02)
|
|
203
|
+
|
|
204
|
+
Full Changelog: [v0.177.0...v0.178.0](https://github.com/aiinbx/aiinbx-py/compare/v0.177.0...v0.178.0)
|
|
205
|
+
|
|
206
|
+
### Features
|
|
207
|
+
|
|
208
|
+
* **api:** api update ([d209e68](https://github.com/aiinbx/aiinbx-py/commit/d209e68e77e96c1d6896bdf1de92b99d04c39c8a))
|
|
209
|
+
|
|
210
|
+
## 0.177.0 (2025-12-02)
|
|
211
|
+
|
|
212
|
+
Full Changelog: [v0.176.0...v0.177.0](https://github.com/aiinbx/aiinbx-py/compare/v0.176.0...v0.177.0)
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
* **api:** api update ([dd11f70](https://github.com/aiinbx/aiinbx-py/commit/dd11f702ae169af4dbf2dd3148fdbf87fc838e0a))
|
|
217
|
+
|
|
218
|
+
## 0.176.0 (2025-12-01)
|
|
219
|
+
|
|
220
|
+
Full Changelog: [v0.175.0...v0.176.0](https://github.com/aiinbx/aiinbx-py/compare/v0.175.0...v0.176.0)
|
|
221
|
+
|
|
222
|
+
### Features
|
|
223
|
+
|
|
224
|
+
* **api:** api update ([4fbca7c](https://github.com/aiinbx/aiinbx-py/commit/4fbca7c2858411cacddb42f2e3136d0b06fe106c))
|
|
225
|
+
|
|
226
|
+
## 0.175.0 (2025-12-01)
|
|
227
|
+
|
|
228
|
+
Full Changelog: [v0.174.0...v0.175.0](https://github.com/aiinbx/aiinbx-py/compare/v0.174.0...v0.175.0)
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
* **api:** api update ([5e5d3c7](https://github.com/aiinbx/aiinbx-py/commit/5e5d3c77d1f71027443c2d769f50556da58b1f30))
|
|
233
|
+
|
|
234
|
+
## 0.174.0 (2025-12-01)
|
|
235
|
+
|
|
236
|
+
Full Changelog: [v0.173.0...v0.174.0](https://github.com/aiinbx/aiinbx-py/compare/v0.173.0...v0.174.0)
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
* **api:** api update ([822c3fe](https://github.com/aiinbx/aiinbx-py/commit/822c3fec6baff43deb0679dd1cdf166a3613283b))
|
|
241
|
+
|
|
3
242
|
## 0.173.0 (2025-12-01)
|
|
4
243
|
|
|
5
244
|
Full Changelog: [v0.172.0...v0.173.0](https://github.com/aiinbx/aiinbx-py/compare/v0.172.0...v0.173.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aiinbx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.202.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
|
|
@@ -114,6 +114,7 @@ pip install aiinbx[aiohttp]
|
|
|
114
114
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
115
115
|
|
|
116
116
|
```python
|
|
117
|
+
import os
|
|
117
118
|
import asyncio
|
|
118
119
|
from aiinbx import DefaultAioHttpClient
|
|
119
120
|
from aiinbx import AsyncAIInbx
|
|
@@ -121,7 +122,7 @@ from aiinbx import AsyncAIInbx
|
|
|
121
122
|
|
|
122
123
|
async def main() -> None:
|
|
123
124
|
async with AsyncAIInbx(
|
|
124
|
-
api_key="
|
|
125
|
+
api_key=os.environ.get("AI_INBX_API_KEY"), # This is the default and can be omitted
|
|
125
126
|
http_client=DefaultAioHttpClient(),
|
|
126
127
|
) as client:
|
|
127
128
|
response = await client.threads.search()
|
|
@@ -79,6 +79,7 @@ pip install aiinbx[aiohttp]
|
|
|
79
79
|
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
|
|
80
80
|
|
|
81
81
|
```python
|
|
82
|
+
import os
|
|
82
83
|
import asyncio
|
|
83
84
|
from aiinbx import DefaultAioHttpClient
|
|
84
85
|
from aiinbx import AsyncAIInbx
|
|
@@ -86,7 +87,7 @@ from aiinbx import AsyncAIInbx
|
|
|
86
87
|
|
|
87
88
|
async def main() -> None:
|
|
88
89
|
async with AsyncAIInbx(
|
|
89
|
-
api_key="
|
|
90
|
+
api_key=os.environ.get("AI_INBX_API_KEY"), # This is the default and can be omitted
|
|
90
91
|
http_client=DefaultAioHttpClient(),
|
|
91
92
|
) as client:
|
|
92
93
|
response = await client.threads.search()
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "aiinbx"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.202.0"
|
|
4
4
|
description = "The official Python library for the AIInbx API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "Apache-2.0"
|
|
7
7
|
authors = [
|
|
8
8
|
{ name = "AI Inbx", email = "" },
|
|
9
9
|
]
|
|
10
|
+
|
|
10
11
|
dependencies = [
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
"httpx>=0.23.0, <1",
|
|
13
|
+
"pydantic>=1.9.0, <3",
|
|
14
|
+
"typing-extensions>=4.10, <5",
|
|
15
|
+
"anyio>=3.5.0, <5",
|
|
16
|
+
"distro>=1.7.0, <2",
|
|
17
|
+
"sniffio",
|
|
17
18
|
]
|
|
19
|
+
|
|
18
20
|
requires-python = ">= 3.9"
|
|
19
21
|
classifiers = [
|
|
20
22
|
"Typing :: Typed",
|
|
@@ -12,40 +12,45 @@
|
|
|
12
12
|
-e file:.
|
|
13
13
|
aiohappyeyeballs==2.6.1
|
|
14
14
|
# via aiohttp
|
|
15
|
-
aiohttp==3.
|
|
15
|
+
aiohttp==3.13.2
|
|
16
16
|
# via aiinbx
|
|
17
17
|
# via httpx-aiohttp
|
|
18
|
-
aiosignal==1.
|
|
18
|
+
aiosignal==1.4.0
|
|
19
19
|
# via aiohttp
|
|
20
|
-
annotated-types==0.
|
|
20
|
+
annotated-types==0.7.0
|
|
21
21
|
# via pydantic
|
|
22
|
-
anyio==4.
|
|
22
|
+
anyio==4.12.0
|
|
23
23
|
# via aiinbx
|
|
24
24
|
# via httpx
|
|
25
|
-
argcomplete==3.
|
|
25
|
+
argcomplete==3.6.3
|
|
26
26
|
# via nox
|
|
27
27
|
async-timeout==5.0.1
|
|
28
28
|
# via aiohttp
|
|
29
|
-
attrs==25.
|
|
29
|
+
attrs==25.4.0
|
|
30
30
|
# via aiohttp
|
|
31
|
-
|
|
31
|
+
# via nox
|
|
32
|
+
backports-asyncio-runner==1.2.0
|
|
33
|
+
# via pytest-asyncio
|
|
34
|
+
certifi==2025.11.12
|
|
32
35
|
# via httpcore
|
|
33
36
|
# via httpx
|
|
34
|
-
colorlog==6.
|
|
37
|
+
colorlog==6.10.1
|
|
38
|
+
# via nox
|
|
39
|
+
dependency-groups==1.3.1
|
|
35
40
|
# via nox
|
|
36
|
-
dirty-equals==0.
|
|
37
|
-
distlib==0.
|
|
41
|
+
dirty-equals==0.11
|
|
42
|
+
distlib==0.4.0
|
|
38
43
|
# via virtualenv
|
|
39
|
-
distro==1.
|
|
44
|
+
distro==1.9.0
|
|
40
45
|
# via aiinbx
|
|
41
|
-
exceptiongroup==1.
|
|
46
|
+
exceptiongroup==1.3.1
|
|
42
47
|
# via anyio
|
|
43
48
|
# via pytest
|
|
44
|
-
execnet==2.1.
|
|
49
|
+
execnet==2.1.2
|
|
45
50
|
# via pytest-xdist
|
|
46
|
-
filelock==3.
|
|
51
|
+
filelock==3.19.1
|
|
47
52
|
# via virtualenv
|
|
48
|
-
frozenlist==1.
|
|
53
|
+
frozenlist==1.8.0
|
|
49
54
|
# via aiohttp
|
|
50
55
|
# via aiosignal
|
|
51
56
|
h11==0.16.0
|
|
@@ -58,82 +63,87 @@ httpx==0.28.1
|
|
|
58
63
|
# via respx
|
|
59
64
|
httpx-aiohttp==0.1.9
|
|
60
65
|
# via aiinbx
|
|
61
|
-
|
|
66
|
+
humanize==4.13.0
|
|
67
|
+
# via nox
|
|
68
|
+
idna==3.11
|
|
62
69
|
# via anyio
|
|
63
70
|
# via httpx
|
|
64
71
|
# via yarl
|
|
65
|
-
importlib-metadata==7.0
|
|
66
|
-
iniconfig==2.
|
|
72
|
+
importlib-metadata==8.7.0
|
|
73
|
+
iniconfig==2.1.0
|
|
67
74
|
# via pytest
|
|
68
75
|
markdown-it-py==3.0.0
|
|
69
76
|
# via rich
|
|
70
77
|
mdurl==0.1.2
|
|
71
78
|
# via markdown-it-py
|
|
72
|
-
multidict==6.
|
|
79
|
+
multidict==6.7.0
|
|
73
80
|
# via aiohttp
|
|
74
81
|
# via yarl
|
|
75
82
|
mypy==1.17.0
|
|
76
|
-
mypy-extensions==1.
|
|
83
|
+
mypy-extensions==1.1.0
|
|
77
84
|
# via mypy
|
|
78
|
-
nodeenv==1.
|
|
85
|
+
nodeenv==1.9.1
|
|
79
86
|
# via pyright
|
|
80
|
-
nox==
|
|
81
|
-
packaging==
|
|
87
|
+
nox==2025.11.12
|
|
88
|
+
packaging==25.0
|
|
89
|
+
# via dependency-groups
|
|
82
90
|
# via nox
|
|
83
91
|
# via pytest
|
|
84
92
|
pathspec==0.12.1
|
|
85
93
|
# via mypy
|
|
86
|
-
platformdirs==
|
|
94
|
+
platformdirs==4.4.0
|
|
87
95
|
# via virtualenv
|
|
88
|
-
pluggy==1.
|
|
96
|
+
pluggy==1.6.0
|
|
89
97
|
# via pytest
|
|
90
|
-
propcache==0.
|
|
98
|
+
propcache==0.4.1
|
|
91
99
|
# via aiohttp
|
|
92
100
|
# via yarl
|
|
93
|
-
pydantic==2.
|
|
101
|
+
pydantic==2.12.5
|
|
94
102
|
# via aiinbx
|
|
95
|
-
pydantic-core==2.
|
|
103
|
+
pydantic-core==2.41.5
|
|
96
104
|
# via pydantic
|
|
97
|
-
pygments==2.
|
|
105
|
+
pygments==2.19.2
|
|
106
|
+
# via pytest
|
|
98
107
|
# via rich
|
|
99
108
|
pyright==1.1.399
|
|
100
|
-
pytest==8.
|
|
109
|
+
pytest==8.4.2
|
|
101
110
|
# via pytest-asyncio
|
|
102
111
|
# via pytest-xdist
|
|
103
|
-
pytest-asyncio==
|
|
104
|
-
pytest-xdist==3.
|
|
105
|
-
python-dateutil==2.
|
|
112
|
+
pytest-asyncio==1.2.0
|
|
113
|
+
pytest-xdist==3.8.0
|
|
114
|
+
python-dateutil==2.9.0.post0
|
|
106
115
|
# via time-machine
|
|
107
|
-
pytz==2023.3.post1
|
|
108
|
-
# via dirty-equals
|
|
109
116
|
respx==0.22.0
|
|
110
|
-
rich==
|
|
111
|
-
ruff==0.
|
|
112
|
-
|
|
113
|
-
# via nodeenv
|
|
114
|
-
six==1.16.0
|
|
117
|
+
rich==14.2.0
|
|
118
|
+
ruff==0.14.7
|
|
119
|
+
six==1.17.0
|
|
115
120
|
# via python-dateutil
|
|
116
|
-
sniffio==1.3.
|
|
121
|
+
sniffio==1.3.1
|
|
117
122
|
# via aiinbx
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
time-machine==2.19.0
|
|
124
|
+
tomli==2.3.0
|
|
125
|
+
# via dependency-groups
|
|
121
126
|
# via mypy
|
|
127
|
+
# via nox
|
|
122
128
|
# via pytest
|
|
123
|
-
typing-extensions==4.
|
|
129
|
+
typing-extensions==4.15.0
|
|
124
130
|
# via aiinbx
|
|
131
|
+
# via aiosignal
|
|
125
132
|
# via anyio
|
|
133
|
+
# via exceptiongroup
|
|
126
134
|
# via multidict
|
|
127
135
|
# via mypy
|
|
128
136
|
# via pydantic
|
|
129
137
|
# via pydantic-core
|
|
130
138
|
# via pyright
|
|
139
|
+
# via pytest-asyncio
|
|
131
140
|
# via typing-inspection
|
|
132
|
-
|
|
141
|
+
# via virtualenv
|
|
142
|
+
typing-inspection==0.4.2
|
|
133
143
|
# via pydantic
|
|
134
|
-
virtualenv==20.
|
|
144
|
+
virtualenv==20.35.4
|
|
135
145
|
# via nox
|
|
136
|
-
yarl==1.
|
|
146
|
+
yarl==1.22.0
|
|
137
147
|
# via aiohttp
|
|
138
|
-
zipp==3.
|
|
148
|
+
zipp==3.23.0
|
|
139
149
|
# via importlib-metadata
|
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
-e file:.
|
|
13
13
|
aiohappyeyeballs==2.6.1
|
|
14
14
|
# via aiohttp
|
|
15
|
-
aiohttp==3.
|
|
15
|
+
aiohttp==3.13.2
|
|
16
16
|
# via aiinbx
|
|
17
17
|
# via httpx-aiohttp
|
|
18
|
-
aiosignal==1.
|
|
18
|
+
aiosignal==1.4.0
|
|
19
19
|
# via aiohttp
|
|
20
|
-
annotated-types==0.
|
|
20
|
+
annotated-types==0.7.0
|
|
21
21
|
# via pydantic
|
|
22
|
-
anyio==4.
|
|
22
|
+
anyio==4.12.0
|
|
23
23
|
# via aiinbx
|
|
24
24
|
# via httpx
|
|
25
25
|
async-timeout==5.0.1
|
|
26
26
|
# via aiohttp
|
|
27
|
-
attrs==25.
|
|
27
|
+
attrs==25.4.0
|
|
28
28
|
# via aiohttp
|
|
29
|
-
certifi==
|
|
29
|
+
certifi==2025.11.12
|
|
30
30
|
# via httpcore
|
|
31
31
|
# via httpx
|
|
32
|
-
distro==1.
|
|
32
|
+
distro==1.9.0
|
|
33
33
|
# via aiinbx
|
|
34
|
-
exceptiongroup==1.
|
|
34
|
+
exceptiongroup==1.3.1
|
|
35
35
|
# via anyio
|
|
36
|
-
frozenlist==1.
|
|
36
|
+
frozenlist==1.8.0
|
|
37
37
|
# via aiohttp
|
|
38
38
|
# via aiosignal
|
|
39
39
|
h11==0.16.0
|
|
@@ -45,31 +45,32 @@ httpx==0.28.1
|
|
|
45
45
|
# via httpx-aiohttp
|
|
46
46
|
httpx-aiohttp==0.1.9
|
|
47
47
|
# via aiinbx
|
|
48
|
-
idna==3.
|
|
48
|
+
idna==3.11
|
|
49
49
|
# via anyio
|
|
50
50
|
# via httpx
|
|
51
51
|
# via yarl
|
|
52
|
-
multidict==6.
|
|
52
|
+
multidict==6.7.0
|
|
53
53
|
# via aiohttp
|
|
54
54
|
# via yarl
|
|
55
|
-
propcache==0.
|
|
55
|
+
propcache==0.4.1
|
|
56
56
|
# via aiohttp
|
|
57
57
|
# via yarl
|
|
58
58
|
pydantic==2.12.5
|
|
59
59
|
# via aiinbx
|
|
60
60
|
pydantic-core==2.41.5
|
|
61
61
|
# via pydantic
|
|
62
|
-
sniffio==1.3.
|
|
62
|
+
sniffio==1.3.1
|
|
63
63
|
# via aiinbx
|
|
64
|
-
# via anyio
|
|
65
64
|
typing-extensions==4.15.0
|
|
66
65
|
# via aiinbx
|
|
66
|
+
# via aiosignal
|
|
67
67
|
# via anyio
|
|
68
|
+
# via exceptiongroup
|
|
68
69
|
# via multidict
|
|
69
70
|
# via pydantic
|
|
70
71
|
# via pydantic-core
|
|
71
72
|
# via typing-inspection
|
|
72
73
|
typing-inspection==0.4.2
|
|
73
74
|
# via pydantic
|
|
74
|
-
yarl==1.
|
|
75
|
+
yarl==1.22.0
|
|
75
76
|
# via aiohttp
|
|
@@ -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"""
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
from typing import Union
|
|
4
|
-
from typing_extensions import TypeAlias
|
|
4
|
+
from typing_extensions import Annotated, TypeAlias
|
|
5
5
|
|
|
6
|
+
from .._utils import PropertyInfo
|
|
6
7
|
from .outbound_email_opened_webhook_event import OutboundEmailOpenedWebhookEvent
|
|
7
8
|
from .inbound_email_received_webhook_event import InboundEmailReceivedWebhookEvent
|
|
8
9
|
from .outbound_email_bounced_webhook_event import OutboundEmailBouncedWebhookEvent
|
|
@@ -13,12 +14,15 @@ from .outbound_email_complained_webhook_event import OutboundEmailComplainedWebh
|
|
|
13
14
|
|
|
14
15
|
__all__ = ["UnwrapWebhookEvent"]
|
|
15
16
|
|
|
16
|
-
UnwrapWebhookEvent: TypeAlias =
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
UnwrapWebhookEvent: TypeAlias = Annotated[
|
|
18
|
+
Union[
|
|
19
|
+
InboundEmailReceivedWebhookEvent,
|
|
20
|
+
OutboundEmailDeliveredWebhookEvent,
|
|
21
|
+
OutboundEmailBouncedWebhookEvent,
|
|
22
|
+
OutboundEmailComplainedWebhookEvent,
|
|
23
|
+
OutboundEmailRejectedWebhookEvent,
|
|
24
|
+
OutboundEmailOpenedWebhookEvent,
|
|
25
|
+
OutboundEmailClickedWebhookEvent,
|
|
26
|
+
],
|
|
27
|
+
PropertyInfo(discriminator="event"),
|
|
24
28
|
]
|
|
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.173.0 → aiinbx-0.202.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py
RENAMED
|
File without changes
|
{aiinbx-0.173.0 → aiinbx-0.202.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
|