aiinbx 0.202.0__tar.gz → 0.205.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.205.0/.release-please-manifest.json +3 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/CHANGELOG.md +24 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/PKG-INFO +1 -1
- {aiinbx-0.202.0 → aiinbx-0.205.0}/pyproject.toml +1 -1
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_version.py +1 -1
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/threads.py +0 -64
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/thread_search_params.py +0 -16
- aiinbx-0.202.0/.release-please-manifest.json +0 -3
- {aiinbx-0.202.0 → aiinbx-0.205.0}/.gitignore +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/CONTRIBUTING.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/LICENSE +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/README.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/SECURITY.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/api.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/bin/check-release-environment +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/bin/publish-pypi +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/examples/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/noxfile.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/release-please-config.json +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/requirements-dev.lock +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/requirements.lock +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/ai_inbx/lib/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_base_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_compat.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_constants.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_exceptions.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_models.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_qs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_resource.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_streaming.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_types.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_compat.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_logs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_reflection.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_streams.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_sync.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_transform.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_typing.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/_utils/_utils.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/lib/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/py.typed +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/domains.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/emails.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/meta.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/resources/webhooks.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_create_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_create_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_delete_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_list_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/domain_verify_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/email_reply_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/email_reply_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/email_send_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/email_send_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/thread_forward_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/thread_forward_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/thread_search_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/test_domains.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/test_emails.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/test_meta.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/test_threads.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/api_resources/test_webhooks.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/conftest.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/sample_file.txt +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_deepcopy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_extract_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_models.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_qs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_required_args.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_streaming.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_transform.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_utils/test_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/test_utils/test_typing.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.205.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.205.0 (2025-12-08)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.204.0...v0.205.0](https://github.com/aiinbx/aiinbx-py/compare/v0.204.0...v0.205.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([435a74a](https://github.com/aiinbx/aiinbx-py/commit/435a74a54734b0cc3586743c6fdb2e87bd09a96c))
|
|
10
|
+
|
|
11
|
+
## 0.204.0 (2025-12-08)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.203.0...v0.204.0](https://github.com/aiinbx/aiinbx-py/compare/v0.203.0...v0.204.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([fea2aee](https://github.com/aiinbx/aiinbx-py/commit/fea2aee2d062789526aa48310a3e681f3cb8c6ef))
|
|
18
|
+
|
|
19
|
+
## 0.203.0 (2025-12-08)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.202.0...v0.203.0](https://github.com/aiinbx/aiinbx-py/compare/v0.202.0...v0.203.0)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **api:** api update ([89932d1](https://github.com/aiinbx/aiinbx-py/commit/89932d19fdb02849bed273ffed9ea18353c406c3))
|
|
26
|
+
|
|
3
27
|
## 0.202.0 (2025-12-08)
|
|
4
28
|
|
|
5
29
|
Full Changelog: [v0.201.0...v0.202.0](https://github.com/aiinbx/aiinbx-py/compare/v0.201.0...v0.202.0)
|
|
@@ -185,38 +185,6 @@ 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
|
-
|
|
220
188
|
extra_headers: Send extra headers
|
|
221
189
|
|
|
222
190
|
extra_query: Add additional query parameters to the request
|
|
@@ -414,38 +382,6 @@ class AsyncThreadsResource(AsyncAPIResource):
|
|
|
414
382
|
Search threads with various filtering options optimized for AI agents
|
|
415
383
|
|
|
416
384
|
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
|
-
|
|
449
385
|
extra_headers: Send extra headers
|
|
450
386
|
|
|
451
387
|
extra_query: Add additional query parameters to the request
|
|
@@ -14,37 +14,26 @@ 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"""
|
|
18
17
|
|
|
19
18
|
created_after: Annotated[str, PropertyInfo(alias="createdAfter")]
|
|
20
|
-
"""Filter threads created after this date"""
|
|
21
19
|
|
|
22
20
|
created_before: Annotated[str, PropertyInfo(alias="createdBefore")]
|
|
23
|
-
"""Filter threads created before this date"""
|
|
24
21
|
|
|
25
22
|
has_email_from_address: Annotated[str, PropertyInfo(alias="hasEmailFromAddress")]
|
|
26
|
-
"""Filter threads with emails from this address"""
|
|
27
23
|
|
|
28
24
|
has_email_to_address: Annotated[str, PropertyInfo(alias="hasEmailToAddress")]
|
|
29
|
-
"""Filter threads with emails to this address"""
|
|
30
25
|
|
|
31
26
|
has_participant_emails: Annotated[SequenceNotStr[str], PropertyInfo(alias="hasParticipantEmails")]
|
|
32
|
-
"""Filter threads that include all of these email addresses as participants"""
|
|
33
27
|
|
|
34
28
|
last_email_after: Annotated[str, PropertyInfo(alias="lastEmailAfter")]
|
|
35
|
-
"""Filter threads with last email after this date"""
|
|
36
29
|
|
|
37
30
|
last_email_before: Annotated[str, PropertyInfo(alias="lastEmailBefore")]
|
|
38
|
-
"""Filter threads with last email before this date"""
|
|
39
31
|
|
|
40
32
|
limit: float
|
|
41
|
-
"""Number of threads to return (1-100)"""
|
|
42
33
|
|
|
43
34
|
offset: float
|
|
44
|
-
"""Number of threads to skip"""
|
|
45
35
|
|
|
46
36
|
some_email_has_direction: Annotated[Literal["INBOUND", "OUTBOUND"], PropertyInfo(alias="someEmailHasDirection")]
|
|
47
|
-
"""Filter threads containing emails with this direction"""
|
|
48
37
|
|
|
49
38
|
some_email_has_status: Annotated[
|
|
50
39
|
Literal[
|
|
@@ -62,16 +51,11 @@ class ThreadSearchParams(TypedDict, total=False):
|
|
|
62
51
|
],
|
|
63
52
|
PropertyInfo(alias="someEmailHasStatus"),
|
|
64
53
|
]
|
|
65
|
-
"""Filter threads containing emails with this status"""
|
|
66
54
|
|
|
67
55
|
sort_by: Annotated[Literal["createdAt", "lastEmailAt", "subject"], PropertyInfo(alias="sortBy")]
|
|
68
|
-
"""Field to sort by"""
|
|
69
56
|
|
|
70
57
|
sort_order: Annotated[Literal["asc", "desc"], PropertyInfo(alias="sortOrder")]
|
|
71
|
-
"""Sort order"""
|
|
72
58
|
|
|
73
59
|
stale_threshold_days: Annotated[float, PropertyInfo(alias="staleThresholdDays")]
|
|
74
|
-
"""Days to consider a thread stale (used with conversationState=stale)"""
|
|
75
60
|
|
|
76
61
|
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
|
|
File without changes
|
{aiinbx-0.202.0 → aiinbx-0.205.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py
RENAMED
|
File without changes
|
{aiinbx-0.202.0 → aiinbx-0.205.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
|