aiinbx 0.82.0__tar.gz → 0.118.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.118.0/.release-please-manifest.json +3 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/CHANGELOG.md +288 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/PKG-INFO +1 -1
- {aiinbx-0.82.0 → aiinbx-0.118.0}/pyproject.toml +1 -1
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_version.py +1 -1
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/emails.py +16 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/threads.py +8 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/email_reply_params.py +4 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/email_send_params.py +4 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/thread_forward_params.py +4 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/test_emails.py +8 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/test_threads.py +4 -0
- aiinbx-0.82.0/.release-please-manifest.json +0 -3
- {aiinbx-0.82.0 → aiinbx-0.118.0}/.gitignore +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/CONTRIBUTING.md +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/LICENSE +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/README.md +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/SECURITY.md +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/api.md +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/bin/check-release-environment +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/bin/publish-pypi +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/examples/.keep +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/noxfile.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/release-please-config.json +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/requirements-dev.lock +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/requirements.lock +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/ai_inbx/lib/.keep +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_base_client.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_client.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_compat.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_constants.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_exceptions.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_files.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_models.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_qs.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_resource.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_streaming.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_types.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_compat.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_datetime_parse.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_logs.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_proxy.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_reflection.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_resources_proxy.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_streams.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_sync.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_transform.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_typing.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/_utils/_utils.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/lib/.keep +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/py.typed +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/domains.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/meta.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/resources/webhooks.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_create_params.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_create_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_delete_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_list_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_retrieve_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/domain_verify_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/email_reply_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/email_retrieve_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/email_send_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/inbound_email_received_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/meta_webhooks_schema_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_bounced_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_clicked_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_complained_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_delivered_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_opened_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_rejected_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/thread_forward_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/thread_retrieve_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/thread_search_params.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/thread_search_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/src/aiinbx/types/unwrap_webhook_event.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/__init__.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/test_domains.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/test_meta.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/api_resources/test_webhooks.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/conftest.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/sample_file.txt +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_client.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_deepcopy.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_extract_files.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_files.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_models.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_qs.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_required_args.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_response.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_streaming.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_transform.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_utils/test_proxy.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/test_utils/test_typing.py +0 -0
- {aiinbx-0.82.0 → aiinbx-0.118.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,293 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.118.0 (2025-11-26)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.117.0...v0.118.0](https://github.com/aiinbx/aiinbx-py/compare/v0.117.0...v0.118.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([6d769dd](https://github.com/aiinbx/aiinbx-py/commit/6d769dd6056b216be9a4e405f1c38fbb7fc3bd98))
|
|
10
|
+
|
|
11
|
+
## 0.117.0 (2025-11-26)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.116.0...v0.117.0](https://github.com/aiinbx/aiinbx-py/compare/v0.116.0...v0.117.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([4f55a97](https://github.com/aiinbx/aiinbx-py/commit/4f55a97efc6a614715039c6adbd64e6a5ef42aa8))
|
|
18
|
+
|
|
19
|
+
## 0.116.0 (2025-11-26)
|
|
20
|
+
|
|
21
|
+
Full Changelog: [v0.115.0...v0.116.0](https://github.com/aiinbx/aiinbx-py/compare/v0.115.0...v0.116.0)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **api:** api update ([d810f79](https://github.com/aiinbx/aiinbx-py/commit/d810f79a9c7039c1976c9ef80e160626970f3078))
|
|
26
|
+
|
|
27
|
+
## 0.115.0 (2025-11-26)
|
|
28
|
+
|
|
29
|
+
Full Changelog: [v0.114.0...v0.115.0](https://github.com/aiinbx/aiinbx-py/compare/v0.114.0...v0.115.0)
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **api:** api update ([b0b5411](https://github.com/aiinbx/aiinbx-py/commit/b0b541149a6e29cd98395f9654fe5a57593ab09a))
|
|
34
|
+
|
|
35
|
+
## 0.114.0 (2025-11-26)
|
|
36
|
+
|
|
37
|
+
Full Changelog: [v0.113.0...v0.114.0](https://github.com/aiinbx/aiinbx-py/compare/v0.113.0...v0.114.0)
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **api:** api update ([bcc7e3c](https://github.com/aiinbx/aiinbx-py/commit/bcc7e3ca3d442fad1c0354983356ceb2ef83d05a))
|
|
42
|
+
|
|
43
|
+
## 0.113.0 (2025-11-26)
|
|
44
|
+
|
|
45
|
+
Full Changelog: [v0.112.0...v0.113.0](https://github.com/aiinbx/aiinbx-py/compare/v0.112.0...v0.113.0)
|
|
46
|
+
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* **api:** api update ([f1cfc4c](https://github.com/aiinbx/aiinbx-py/commit/f1cfc4c131a165581b58bccf346353d0ee7aa73f))
|
|
50
|
+
|
|
51
|
+
## 0.112.0 (2025-11-26)
|
|
52
|
+
|
|
53
|
+
Full Changelog: [v0.111.0...v0.112.0](https://github.com/aiinbx/aiinbx-py/compare/v0.111.0...v0.112.0)
|
|
54
|
+
|
|
55
|
+
### Features
|
|
56
|
+
|
|
57
|
+
* **api:** api update ([0217e4f](https://github.com/aiinbx/aiinbx-py/commit/0217e4f6a37ff0f72b24f647e46e2126ca079e6b))
|
|
58
|
+
|
|
59
|
+
## 0.111.0 (2025-11-26)
|
|
60
|
+
|
|
61
|
+
Full Changelog: [v0.110.0...v0.111.0](https://github.com/aiinbx/aiinbx-py/compare/v0.110.0...v0.111.0)
|
|
62
|
+
|
|
63
|
+
### Features
|
|
64
|
+
|
|
65
|
+
* **api:** api update ([47d695c](https://github.com/aiinbx/aiinbx-py/commit/47d695c2780c119f0a3e754461d09edc9218c488))
|
|
66
|
+
|
|
67
|
+
## 0.110.0 (2025-11-25)
|
|
68
|
+
|
|
69
|
+
Full Changelog: [v0.109.0...v0.110.0](https://github.com/aiinbx/aiinbx-py/compare/v0.109.0...v0.110.0)
|
|
70
|
+
|
|
71
|
+
### Features
|
|
72
|
+
|
|
73
|
+
* **api:** api update ([904d6fc](https://github.com/aiinbx/aiinbx-py/commit/904d6fca59a6de80f9db2832ac1e92e326fc32c9))
|
|
74
|
+
|
|
75
|
+
## 0.109.0 (2025-11-25)
|
|
76
|
+
|
|
77
|
+
Full Changelog: [v0.108.0...v0.109.0](https://github.com/aiinbx/aiinbx-py/compare/v0.108.0...v0.109.0)
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* **api:** api update ([9dfa658](https://github.com/aiinbx/aiinbx-py/commit/9dfa658c022e27a0862f3bce8d4e3b524d2497d9))
|
|
82
|
+
|
|
83
|
+
## 0.108.0 (2025-11-25)
|
|
84
|
+
|
|
85
|
+
Full Changelog: [v0.107.0...v0.108.0](https://github.com/aiinbx/aiinbx-py/compare/v0.107.0...v0.108.0)
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* **api:** api update ([d3fd7c9](https://github.com/aiinbx/aiinbx-py/commit/d3fd7c9d952f18802eae02b6766181e5e5e42fe2))
|
|
90
|
+
|
|
91
|
+
## 0.107.0 (2025-11-25)
|
|
92
|
+
|
|
93
|
+
Full Changelog: [v0.106.0...v0.107.0](https://github.com/aiinbx/aiinbx-py/compare/v0.106.0...v0.107.0)
|
|
94
|
+
|
|
95
|
+
### Features
|
|
96
|
+
|
|
97
|
+
* **api:** api update ([9c59858](https://github.com/aiinbx/aiinbx-py/commit/9c59858f8e0d43584637920f9c6fd8e84b71199a))
|
|
98
|
+
|
|
99
|
+
## 0.106.0 (2025-11-25)
|
|
100
|
+
|
|
101
|
+
Full Changelog: [v0.105.0...v0.106.0](https://github.com/aiinbx/aiinbx-py/compare/v0.105.0...v0.106.0)
|
|
102
|
+
|
|
103
|
+
### Features
|
|
104
|
+
|
|
105
|
+
* **api:** api update ([8e56bc0](https://github.com/aiinbx/aiinbx-py/commit/8e56bc0e74dd0bb896c2ce09e65fc688511a39f2))
|
|
106
|
+
|
|
107
|
+
## 0.105.0 (2025-11-25)
|
|
108
|
+
|
|
109
|
+
Full Changelog: [v0.104.0...v0.105.0](https://github.com/aiinbx/aiinbx-py/compare/v0.104.0...v0.105.0)
|
|
110
|
+
|
|
111
|
+
### Features
|
|
112
|
+
|
|
113
|
+
* **api:** api update ([bd1404c](https://github.com/aiinbx/aiinbx-py/commit/bd1404c07eff87288b3f656c1b2dbd22b7a0b8df))
|
|
114
|
+
|
|
115
|
+
## 0.104.0 (2025-11-25)
|
|
116
|
+
|
|
117
|
+
Full Changelog: [v0.103.0...v0.104.0](https://github.com/aiinbx/aiinbx-py/compare/v0.103.0...v0.104.0)
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* **api:** api update ([32c9c5c](https://github.com/aiinbx/aiinbx-py/commit/32c9c5cef6d392062ac1ecc0f048cce94397895f))
|
|
122
|
+
|
|
123
|
+
## 0.103.0 (2025-11-25)
|
|
124
|
+
|
|
125
|
+
Full Changelog: [v0.102.0...v0.103.0](https://github.com/aiinbx/aiinbx-py/compare/v0.102.0...v0.103.0)
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* **api:** api update ([75297ac](https://github.com/aiinbx/aiinbx-py/commit/75297ace0f7ac44bec8e177b77692f4a40baf589))
|
|
130
|
+
|
|
131
|
+
## 0.102.0 (2025-11-25)
|
|
132
|
+
|
|
133
|
+
Full Changelog: [v0.101.0...v0.102.0](https://github.com/aiinbx/aiinbx-py/compare/v0.101.0...v0.102.0)
|
|
134
|
+
|
|
135
|
+
### Features
|
|
136
|
+
|
|
137
|
+
* **api:** api update ([628467e](https://github.com/aiinbx/aiinbx-py/commit/628467e4ff7ec410357dec20a7b82082d5c1804c))
|
|
138
|
+
|
|
139
|
+
## 0.101.0 (2025-11-25)
|
|
140
|
+
|
|
141
|
+
Full Changelog: [v0.100.0...v0.101.0](https://github.com/aiinbx/aiinbx-py/compare/v0.100.0...v0.101.0)
|
|
142
|
+
|
|
143
|
+
### Features
|
|
144
|
+
|
|
145
|
+
* **api:** api update ([a446d3e](https://github.com/aiinbx/aiinbx-py/commit/a446d3ea2acab4df5748e8bd67971d4d7b42045c))
|
|
146
|
+
|
|
147
|
+
## 0.100.0 (2025-11-25)
|
|
148
|
+
|
|
149
|
+
Full Changelog: [v0.99.0...v0.100.0](https://github.com/aiinbx/aiinbx-py/compare/v0.99.0...v0.100.0)
|
|
150
|
+
|
|
151
|
+
### Features
|
|
152
|
+
|
|
153
|
+
* **api:** api update ([c6bf192](https://github.com/aiinbx/aiinbx-py/commit/c6bf19267425b36e5b03333be4183ae93b626d34))
|
|
154
|
+
|
|
155
|
+
## 0.99.0 (2025-11-25)
|
|
156
|
+
|
|
157
|
+
Full Changelog: [v0.98.0...v0.99.0](https://github.com/aiinbx/aiinbx-py/compare/v0.98.0...v0.99.0)
|
|
158
|
+
|
|
159
|
+
### Features
|
|
160
|
+
|
|
161
|
+
* **api:** api update ([8e1a0d7](https://github.com/aiinbx/aiinbx-py/commit/8e1a0d7e991761b039049d7c115f5ac9e0e574dc))
|
|
162
|
+
|
|
163
|
+
## 0.98.0 (2025-11-25)
|
|
164
|
+
|
|
165
|
+
Full Changelog: [v0.97.0...v0.98.0](https://github.com/aiinbx/aiinbx-py/compare/v0.97.0...v0.98.0)
|
|
166
|
+
|
|
167
|
+
### Features
|
|
168
|
+
|
|
169
|
+
* **api:** api update ([bead2f2](https://github.com/aiinbx/aiinbx-py/commit/bead2f2f878227f6df01064c48d4e9f6881c8cb2))
|
|
170
|
+
|
|
171
|
+
## 0.97.0 (2025-11-24)
|
|
172
|
+
|
|
173
|
+
Full Changelog: [v0.96.0...v0.97.0](https://github.com/aiinbx/aiinbx-py/compare/v0.96.0...v0.97.0)
|
|
174
|
+
|
|
175
|
+
### Features
|
|
176
|
+
|
|
177
|
+
* **api:** api update ([57d31b8](https://github.com/aiinbx/aiinbx-py/commit/57d31b82d58e5664b867376a055be7e8f81c94c3))
|
|
178
|
+
|
|
179
|
+
## 0.96.0 (2025-11-24)
|
|
180
|
+
|
|
181
|
+
Full Changelog: [v0.95.0...v0.96.0](https://github.com/aiinbx/aiinbx-py/compare/v0.95.0...v0.96.0)
|
|
182
|
+
|
|
183
|
+
### Features
|
|
184
|
+
|
|
185
|
+
* **api:** api update ([e127d5f](https://github.com/aiinbx/aiinbx-py/commit/e127d5f9b1f2cd89e539540dc3f3a37bc5ea6fe5))
|
|
186
|
+
|
|
187
|
+
## 0.95.0 (2025-11-24)
|
|
188
|
+
|
|
189
|
+
Full Changelog: [v0.94.0...v0.95.0](https://github.com/aiinbx/aiinbx-py/compare/v0.94.0...v0.95.0)
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* **api:** api update ([9a2361e](https://github.com/aiinbx/aiinbx-py/commit/9a2361ed0342c66ff96a3d3f43b0dae54e51ad61))
|
|
194
|
+
|
|
195
|
+
## 0.94.0 (2025-11-24)
|
|
196
|
+
|
|
197
|
+
Full Changelog: [v0.93.0...v0.94.0](https://github.com/aiinbx/aiinbx-py/compare/v0.93.0...v0.94.0)
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* **api:** api update ([65d321c](https://github.com/aiinbx/aiinbx-py/commit/65d321ca0e96d03c657b459cd93c2198b0752a81))
|
|
202
|
+
|
|
203
|
+
## 0.93.0 (2025-11-24)
|
|
204
|
+
|
|
205
|
+
Full Changelog: [v0.92.0...v0.93.0](https://github.com/aiinbx/aiinbx-py/compare/v0.92.0...v0.93.0)
|
|
206
|
+
|
|
207
|
+
### Features
|
|
208
|
+
|
|
209
|
+
* **api:** api update ([285dc04](https://github.com/aiinbx/aiinbx-py/commit/285dc0421ae30c79ddfa4f79b66b58e23a3c3f53))
|
|
210
|
+
|
|
211
|
+
## 0.92.0 (2025-11-24)
|
|
212
|
+
|
|
213
|
+
Full Changelog: [v0.91.0...v0.92.0](https://github.com/aiinbx/aiinbx-py/compare/v0.91.0...v0.92.0)
|
|
214
|
+
|
|
215
|
+
### Features
|
|
216
|
+
|
|
217
|
+
* **api:** api update ([8a01ec4](https://github.com/aiinbx/aiinbx-py/commit/8a01ec46537fa5d1b22eece2f933df8651b060a6))
|
|
218
|
+
|
|
219
|
+
## 0.91.0 (2025-11-24)
|
|
220
|
+
|
|
221
|
+
Full Changelog: [v0.90.0...v0.91.0](https://github.com/aiinbx/aiinbx-py/compare/v0.90.0...v0.91.0)
|
|
222
|
+
|
|
223
|
+
### Features
|
|
224
|
+
|
|
225
|
+
* **api:** api update ([4e16918](https://github.com/aiinbx/aiinbx-py/commit/4e1691835040f44cd0a9aec32038c5a5f983648a))
|
|
226
|
+
|
|
227
|
+
## 0.90.0 (2025-11-24)
|
|
228
|
+
|
|
229
|
+
Full Changelog: [v0.89.0...v0.90.0](https://github.com/aiinbx/aiinbx-py/compare/v0.89.0...v0.90.0)
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* **api:** api update ([9d6c65c](https://github.com/aiinbx/aiinbx-py/commit/9d6c65c5e0c0d28ecd2207dd3588b9f87905cef4))
|
|
234
|
+
|
|
235
|
+
## 0.89.0 (2025-11-23)
|
|
236
|
+
|
|
237
|
+
Full Changelog: [v0.88.0...v0.89.0](https://github.com/aiinbx/aiinbx-py/compare/v0.88.0...v0.89.0)
|
|
238
|
+
|
|
239
|
+
### Features
|
|
240
|
+
|
|
241
|
+
* **api:** api update ([0f2a29c](https://github.com/aiinbx/aiinbx-py/commit/0f2a29c468ef2523c24c6248919e0b064f1481cf))
|
|
242
|
+
|
|
243
|
+
## 0.88.0 (2025-11-23)
|
|
244
|
+
|
|
245
|
+
Full Changelog: [v0.87.0...v0.88.0](https://github.com/aiinbx/aiinbx-py/compare/v0.87.0...v0.88.0)
|
|
246
|
+
|
|
247
|
+
### Features
|
|
248
|
+
|
|
249
|
+
* **api:** api update ([7563af9](https://github.com/aiinbx/aiinbx-py/commit/7563af9cc1ca5f3a20cb1c8d6a4cc8930c4fcc58))
|
|
250
|
+
|
|
251
|
+
## 0.87.0 (2025-11-23)
|
|
252
|
+
|
|
253
|
+
Full Changelog: [v0.86.0...v0.87.0](https://github.com/aiinbx/aiinbx-py/compare/v0.86.0...v0.87.0)
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
* **api:** api update ([db583db](https://github.com/aiinbx/aiinbx-py/commit/db583db372d4c4089dfd2e4c8987edb5f2c15626))
|
|
258
|
+
|
|
259
|
+
## 0.86.0 (2025-11-23)
|
|
260
|
+
|
|
261
|
+
Full Changelog: [v0.85.0...v0.86.0](https://github.com/aiinbx/aiinbx-py/compare/v0.85.0...v0.86.0)
|
|
262
|
+
|
|
263
|
+
### Features
|
|
264
|
+
|
|
265
|
+
* **api:** api update ([78971fb](https://github.com/aiinbx/aiinbx-py/commit/78971fbff92489b6ff981a84d44ac1a89341242c))
|
|
266
|
+
|
|
267
|
+
## 0.85.0 (2025-11-23)
|
|
268
|
+
|
|
269
|
+
Full Changelog: [v0.84.0...v0.85.0](https://github.com/aiinbx/aiinbx-py/compare/v0.84.0...v0.85.0)
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
* **api:** api update ([c449694](https://github.com/aiinbx/aiinbx-py/commit/c449694fba8d6b3ee2363cd162bb84b2323ddbb1))
|
|
274
|
+
|
|
275
|
+
## 0.84.0 (2025-11-23)
|
|
276
|
+
|
|
277
|
+
Full Changelog: [v0.83.0...v0.84.0](https://github.com/aiinbx/aiinbx-py/compare/v0.83.0...v0.84.0)
|
|
278
|
+
|
|
279
|
+
### Features
|
|
280
|
+
|
|
281
|
+
* **api:** api update ([5e04bd8](https://github.com/aiinbx/aiinbx-py/commit/5e04bd8ef846531ea62b1a04b429a1cba86fc52d))
|
|
282
|
+
|
|
283
|
+
## 0.83.0 (2025-11-23)
|
|
284
|
+
|
|
285
|
+
Full Changelog: [v0.82.0...v0.83.0](https://github.com/aiinbx/aiinbx-py/compare/v0.82.0...v0.83.0)
|
|
286
|
+
|
|
287
|
+
### Features
|
|
288
|
+
|
|
289
|
+
* **api:** api update ([17120cb](https://github.com/aiinbx/aiinbx-py/commit/17120cb060710e880444ab8659c02848fe763f13))
|
|
290
|
+
|
|
3
291
|
## 0.82.0 (2025-11-23)
|
|
4
292
|
|
|
5
293
|
Full Changelog: [v0.81.0...v0.82.0](https://github.com/aiinbx/aiinbx-py/compare/v0.81.0...v0.82.0)
|
|
@@ -95,6 +95,8 @@ class EmailsResource(SyncAPIResource):
|
|
|
95
95
|
subject: str | Omit = omit,
|
|
96
96
|
text: str | Omit = omit,
|
|
97
97
|
to: Union[str, SequenceNotStr[str]] | Omit = omit,
|
|
98
|
+
track_clicks: bool | Omit = omit,
|
|
99
|
+
track_opens: bool | Omit = omit,
|
|
98
100
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
99
101
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
100
102
|
extra_headers: Headers | None = None,
|
|
@@ -134,6 +136,8 @@ class EmailsResource(SyncAPIResource):
|
|
|
134
136
|
"subject": subject,
|
|
135
137
|
"text": text,
|
|
136
138
|
"to": to,
|
|
139
|
+
"track_clicks": track_clicks,
|
|
140
|
+
"track_opens": track_opens,
|
|
137
141
|
},
|
|
138
142
|
email_reply_params.EmailReplyParams,
|
|
139
143
|
),
|
|
@@ -160,6 +164,8 @@ class EmailsResource(SyncAPIResource):
|
|
|
160
164
|
reply_to: Union[str, SequenceNotStr[str]] | Omit = omit,
|
|
161
165
|
text: str | Omit = omit,
|
|
162
166
|
thread_id: str | Omit = omit,
|
|
167
|
+
track_clicks: bool | Omit = omit,
|
|
168
|
+
track_opens: bool | Omit = omit,
|
|
163
169
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
164
170
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
165
171
|
extra_headers: Headers | None = None,
|
|
@@ -200,6 +206,8 @@ class EmailsResource(SyncAPIResource):
|
|
|
200
206
|
"reply_to": reply_to,
|
|
201
207
|
"text": text,
|
|
202
208
|
"thread_id": thread_id,
|
|
209
|
+
"track_clicks": track_clicks,
|
|
210
|
+
"track_opens": track_opens,
|
|
203
211
|
},
|
|
204
212
|
email_send_params.EmailSendParams,
|
|
205
213
|
),
|
|
@@ -280,6 +288,8 @@ class AsyncEmailsResource(AsyncAPIResource):
|
|
|
280
288
|
subject: str | Omit = omit,
|
|
281
289
|
text: str | Omit = omit,
|
|
282
290
|
to: Union[str, SequenceNotStr[str]] | Omit = omit,
|
|
291
|
+
track_clicks: bool | Omit = omit,
|
|
292
|
+
track_opens: bool | Omit = omit,
|
|
283
293
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
284
294
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
285
295
|
extra_headers: Headers | None = None,
|
|
@@ -319,6 +329,8 @@ class AsyncEmailsResource(AsyncAPIResource):
|
|
|
319
329
|
"subject": subject,
|
|
320
330
|
"text": text,
|
|
321
331
|
"to": to,
|
|
332
|
+
"track_clicks": track_clicks,
|
|
333
|
+
"track_opens": track_opens,
|
|
322
334
|
},
|
|
323
335
|
email_reply_params.EmailReplyParams,
|
|
324
336
|
),
|
|
@@ -345,6 +357,8 @@ class AsyncEmailsResource(AsyncAPIResource):
|
|
|
345
357
|
reply_to: Union[str, SequenceNotStr[str]] | Omit = omit,
|
|
346
358
|
text: str | Omit = omit,
|
|
347
359
|
thread_id: str | Omit = omit,
|
|
360
|
+
track_clicks: bool | Omit = omit,
|
|
361
|
+
track_opens: bool | Omit = omit,
|
|
348
362
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
349
363
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
350
364
|
extra_headers: Headers | None = None,
|
|
@@ -385,6 +399,8 @@ class AsyncEmailsResource(AsyncAPIResource):
|
|
|
385
399
|
"reply_to": reply_to,
|
|
386
400
|
"text": text,
|
|
387
401
|
"thread_id": thread_id,
|
|
402
|
+
"track_clicks": track_clicks,
|
|
403
|
+
"track_opens": track_opens,
|
|
388
404
|
},
|
|
389
405
|
email_send_params.EmailSendParams,
|
|
390
406
|
),
|
|
@@ -95,6 +95,8 @@ class ThreadsResource(SyncAPIResource):
|
|
|
95
95
|
include_attachments: bool | Omit = omit,
|
|
96
96
|
is_draft: bool | Omit = omit,
|
|
97
97
|
note: str | Omit = omit,
|
|
98
|
+
track_clicks: bool | Omit = omit,
|
|
99
|
+
track_opens: bool | Omit = omit,
|
|
98
100
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
99
101
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
100
102
|
extra_headers: Headers | None = None,
|
|
@@ -129,6 +131,8 @@ class ThreadsResource(SyncAPIResource):
|
|
|
129
131
|
"include_attachments": include_attachments,
|
|
130
132
|
"is_draft": is_draft,
|
|
131
133
|
"note": note,
|
|
134
|
+
"track_clicks": track_clicks,
|
|
135
|
+
"track_opens": track_opens,
|
|
132
136
|
},
|
|
133
137
|
thread_forward_params.ThreadForwardParams,
|
|
134
138
|
),
|
|
@@ -288,6 +292,8 @@ class AsyncThreadsResource(AsyncAPIResource):
|
|
|
288
292
|
include_attachments: bool | Omit = omit,
|
|
289
293
|
is_draft: bool | Omit = omit,
|
|
290
294
|
note: str | Omit = omit,
|
|
295
|
+
track_clicks: bool | Omit = omit,
|
|
296
|
+
track_opens: bool | Omit = omit,
|
|
291
297
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
292
298
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
293
299
|
extra_headers: Headers | None = None,
|
|
@@ -322,6 +328,8 @@ class AsyncThreadsResource(AsyncAPIResource):
|
|
|
322
328
|
"include_attachments": include_attachments,
|
|
323
329
|
"is_draft": is_draft,
|
|
324
330
|
"note": note,
|
|
331
|
+
"track_clicks": track_clicks,
|
|
332
|
+
"track_opens": track_opens,
|
|
325
333
|
},
|
|
326
334
|
thread_forward_params.ThreadForwardParams,
|
|
327
335
|
),
|
|
@@ -97,6 +97,8 @@ class TestEmails:
|
|
|
97
97
|
subject="subject",
|
|
98
98
|
text="text",
|
|
99
99
|
to="dev@stainless.com",
|
|
100
|
+
track_clicks=True,
|
|
101
|
+
track_opens=True,
|
|
100
102
|
)
|
|
101
103
|
assert_matches_type(EmailReplyResponse, email, path=["response"])
|
|
102
104
|
|
|
@@ -177,6 +179,8 @@ class TestEmails:
|
|
|
177
179
|
reply_to="dev@stainless.com",
|
|
178
180
|
text="text",
|
|
179
181
|
thread_id="threadId",
|
|
182
|
+
track_clicks=True,
|
|
183
|
+
track_opens=True,
|
|
180
184
|
)
|
|
181
185
|
assert_matches_type(EmailSendResponse, email, path=["response"])
|
|
182
186
|
|
|
@@ -294,6 +298,8 @@ class TestAsyncEmails:
|
|
|
294
298
|
subject="subject",
|
|
295
299
|
text="text",
|
|
296
300
|
to="dev@stainless.com",
|
|
301
|
+
track_clicks=True,
|
|
302
|
+
track_opens=True,
|
|
297
303
|
)
|
|
298
304
|
assert_matches_type(EmailReplyResponse, email, path=["response"])
|
|
299
305
|
|
|
@@ -374,6 +380,8 @@ class TestAsyncEmails:
|
|
|
374
380
|
reply_to="dev@stainless.com",
|
|
375
381
|
text="text",
|
|
376
382
|
thread_id="threadId",
|
|
383
|
+
track_clicks=True,
|
|
384
|
+
track_opens=True,
|
|
377
385
|
)
|
|
378
386
|
assert_matches_type(EmailSendResponse, email, path=["response"])
|
|
379
387
|
|
|
@@ -94,6 +94,8 @@ class TestThreads:
|
|
|
94
94
|
include_attachments=True,
|
|
95
95
|
is_draft=True,
|
|
96
96
|
note="note",
|
|
97
|
+
track_clicks=True,
|
|
98
|
+
track_opens=True,
|
|
97
99
|
)
|
|
98
100
|
assert_matches_type(ThreadForwardResponse, thread, path=["response"])
|
|
99
101
|
|
|
@@ -264,6 +266,8 @@ class TestAsyncThreads:
|
|
|
264
266
|
include_attachments=True,
|
|
265
267
|
is_draft=True,
|
|
266
268
|
note="note",
|
|
269
|
+
track_clicks=True,
|
|
270
|
+
track_opens=True,
|
|
267
271
|
)
|
|
268
272
|
assert_matches_type(ThreadForwardResponse, thread, path=["response"])
|
|
269
273
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.82.0 → aiinbx-0.118.0}/src/aiinbx/types/outbound_email_complained_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
|