aiinbx 0.202.0__tar.gz → 0.212.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.212.0/.release-please-manifest.json +3 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/CHANGELOG.md +88 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/PKG-INFO +1 -1
- {aiinbx-0.202.0 → aiinbx-0.212.0}/pyproject.toml +1 -1
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_types.py +3 -2
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_version.py +1 -1
- aiinbx-0.202.0/.release-please-manifest.json +0 -3
- {aiinbx-0.202.0 → aiinbx-0.212.0}/.gitignore +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/CONTRIBUTING.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/LICENSE +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/README.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/SECURITY.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/api.md +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/bin/check-release-environment +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/bin/publish-pypi +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/examples/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/noxfile.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/release-please-config.json +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/requirements-dev.lock +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/requirements.lock +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/ai_inbx/lib/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_base_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_compat.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_constants.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_exceptions.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_models.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_qs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_resource.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_streaming.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_compat.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_logs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_reflection.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_streams.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_sync.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_transform.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_typing.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/_utils/_utils.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/lib/.keep +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/py.typed +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/domains.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/emails.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/meta.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/threads.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/resources/webhooks.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_create_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_create_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_delete_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_list_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/domain_verify_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/email_reply_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/email_reply_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/email_send_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/email_send_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/thread_forward_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/thread_forward_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/thread_search_params.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/thread_search_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/__init__.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/test_domains.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/test_emails.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/test_meta.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/test_threads.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/api_resources/test_webhooks.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/conftest.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/sample_file.txt +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_client.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_deepcopy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_extract_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_files.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_models.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_qs.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_required_args.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_response.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_streaming.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_transform.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_utils/test_proxy.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/test_utils/test_typing.py +0 -0
- {aiinbx-0.202.0 → aiinbx-0.212.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.212.0 (2025-12-11)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.211.0...v0.212.0](https://github.com/aiinbx/aiinbx-py/compare/v0.211.0...v0.212.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([f1a2359](https://github.com/aiinbx/aiinbx-py/commit/f1a2359f4d7276a6321820cf8c4b64f9a7411944))
|
|
10
|
+
|
|
11
|
+
## 0.211.0 (2025-12-09)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.210.0...v0.211.0](https://github.com/aiinbx/aiinbx-py/compare/v0.210.0...v0.211.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([c73ca0f](https://github.com/aiinbx/aiinbx-py/commit/c73ca0fcaa079ed4015e4db7f00bbda81b6ddd79))
|
|
18
|
+
|
|
19
|
+
## 0.210.0 (2025-12-09)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.209.0...v0.210.0](https://github.com/aiinbx/aiinbx-py/compare/v0.209.0...v0.210.0)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **api:** api update ([b1d2671](https://github.com/aiinbx/aiinbx-py/commit/b1d2671a2fdb072401cf4516894153bf39147840))
|
|
26
|
+
|
|
27
|
+
## 0.209.0 (2025-12-09)
|
|
28
|
+
|
|
29
|
+
Full Changelog: [v0.208.0...v0.209.0](https://github.com/aiinbx/aiinbx-py/compare/v0.208.0...v0.209.0)
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **api:** api update ([1ecf050](https://github.com/aiinbx/aiinbx-py/commit/1ecf050690af1d84f62b99a75d592ab1d3751380))
|
|
34
|
+
|
|
35
|
+
## 0.208.0 (2025-12-09)
|
|
36
|
+
|
|
37
|
+
Full Changelog: [v0.207.0...v0.208.0](https://github.com/aiinbx/aiinbx-py/compare/v0.207.0...v0.208.0)
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **api:** api update ([d123f50](https://github.com/aiinbx/aiinbx-py/commit/d123f50c3d6eee860164a43b2ba2f8e365205fe8))
|
|
42
|
+
|
|
43
|
+
## 0.207.0 (2025-12-09)
|
|
44
|
+
|
|
45
|
+
Full Changelog: [v0.206.0...v0.207.0](https://github.com/aiinbx/aiinbx-py/compare/v0.206.0...v0.207.0)
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* **api:** api update ([4778044](https://github.com/aiinbx/aiinbx-py/commit/477804465392d86fcbeb109b4523ff82d19c2fe8))
|
|
50
|
+
|
|
51
|
+
## 0.206.0 (2025-12-09)
|
|
52
|
+
|
|
53
|
+
Full Changelog: [v0.205.1...v0.206.0](https://github.com/aiinbx/aiinbx-py/compare/v0.205.1...v0.206.0)
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **api:** api update ([1cb310d](https://github.com/aiinbx/aiinbx-py/commit/1cb310d5092cfd301ac7b63a8725db05f27fa0bc))
|
|
58
|
+
|
|
59
|
+
## 0.205.1 (2025-12-09)
|
|
60
|
+
|
|
61
|
+
Full Changelog: [v0.205.0...v0.205.1](https://github.com/aiinbx/aiinbx-py/compare/v0.205.0...v0.205.1)
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([60a68e7](https://github.com/aiinbx/aiinbx-py/commit/60a68e79093f84f630404fe209801fcc11a560df))
|
|
66
|
+
|
|
67
|
+
## 0.205.0 (2025-12-08)
|
|
68
|
+
|
|
69
|
+
Full Changelog: [v0.204.0...v0.205.0](https://github.com/aiinbx/aiinbx-py/compare/v0.204.0...v0.205.0)
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* **api:** api update ([435a74a](https://github.com/aiinbx/aiinbx-py/commit/435a74a54734b0cc3586743c6fdb2e87bd09a96c))
|
|
74
|
+
|
|
75
|
+
## 0.204.0 (2025-12-08)
|
|
76
|
+
|
|
77
|
+
Full Changelog: [v0.203.0...v0.204.0](https://github.com/aiinbx/aiinbx-py/compare/v0.203.0...v0.204.0)
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* **api:** api update ([fea2aee](https://github.com/aiinbx/aiinbx-py/commit/fea2aee2d062789526aa48310a3e681f3cb8c6ef))
|
|
82
|
+
|
|
83
|
+
## 0.203.0 (2025-12-08)
|
|
84
|
+
|
|
85
|
+
Full Changelog: [v0.202.0...v0.203.0](https://github.com/aiinbx/aiinbx-py/compare/v0.202.0...v0.203.0)
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* **api:** api update ([89932d1](https://github.com/aiinbx/aiinbx-py/commit/89932d19fdb02849bed273ffed9ea18353c406c3))
|
|
90
|
+
|
|
3
91
|
## 0.202.0 (2025-12-08)
|
|
4
92
|
|
|
5
93
|
Full Changelog: [v0.201.0...v0.202.0](https://github.com/aiinbx/aiinbx-py/compare/v0.201.0...v0.202.0)
|
|
@@ -243,6 +243,9 @@ _T_co = TypeVar("_T_co", covariant=True)
|
|
|
243
243
|
if TYPE_CHECKING:
|
|
244
244
|
# This works because str.__contains__ does not accept object (either in typeshed or at runtime)
|
|
245
245
|
# https://github.com/hauntsaninja/useful_types/blob/5e9710f3875107d068e7679fd7fec9cfab0eff3b/useful_types/__init__.py#L285
|
|
246
|
+
#
|
|
247
|
+
# Note: index() and count() methods are intentionally omitted to allow pyright to properly
|
|
248
|
+
# infer TypedDict types when dict literals are used in lists assigned to SequenceNotStr.
|
|
246
249
|
class SequenceNotStr(Protocol[_T_co]):
|
|
247
250
|
@overload
|
|
248
251
|
def __getitem__(self, index: SupportsIndex, /) -> _T_co: ...
|
|
@@ -251,8 +254,6 @@ if TYPE_CHECKING:
|
|
|
251
254
|
def __contains__(self, value: object, /) -> bool: ...
|
|
252
255
|
def __len__(self) -> int: ...
|
|
253
256
|
def __iter__(self) -> Iterator[_T_co]: ...
|
|
254
|
-
def index(self, value: Any, start: int = 0, stop: int = ..., /) -> int: ...
|
|
255
|
-
def count(self, value: Any, /) -> int: ...
|
|
256
257
|
def __reversed__(self) -> Iterator[_T_co]: ...
|
|
257
258
|
else:
|
|
258
259
|
# just point this to a normal `Sequence` at runtime to avoid having to special case
|
|
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.212.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py
RENAMED
|
File without changes
|
{aiinbx-0.202.0 → aiinbx-0.212.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
|
|
File without changes
|