aiinbx 0.62.0__py3-none-any.whl → 0.97.0__py3-none-any.whl
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/_version.py +1 -1
- aiinbx/resources/domains.py +0 -4
- aiinbx/resources/emails.py +0 -4
- aiinbx/resources/threads.py +0 -4
- {aiinbx-0.62.0.dist-info → aiinbx-0.97.0.dist-info}/METADATA +2 -1
- {aiinbx-0.62.0.dist-info → aiinbx-0.97.0.dist-info}/RECORD +8 -8
- {aiinbx-0.62.0.dist-info → aiinbx-0.97.0.dist-info}/WHEEL +0 -0
- {aiinbx-0.62.0.dist-info → aiinbx-0.97.0.dist-info}/licenses/LICENSE +0 -0
aiinbx/_version.py
CHANGED
aiinbx/resources/domains.py
CHANGED
|
@@ -93,8 +93,6 @@ class DomainsResource(SyncAPIResource):
|
|
|
93
93
|
Retrieve a domain by its ID
|
|
94
94
|
|
|
95
95
|
Args:
|
|
96
|
-
domain_id: The unique identifier of the domain
|
|
97
|
-
|
|
98
96
|
extra_headers: Send extra headers
|
|
99
97
|
|
|
100
98
|
extra_query: Add additional query parameters to the request
|
|
@@ -268,8 +266,6 @@ class AsyncDomainsResource(AsyncAPIResource):
|
|
|
268
266
|
Retrieve a domain by its ID
|
|
269
267
|
|
|
270
268
|
Args:
|
|
271
|
-
domain_id: The unique identifier of the domain
|
|
272
|
-
|
|
273
269
|
extra_headers: Send extra headers
|
|
274
270
|
|
|
275
271
|
extra_query: Add additional query parameters to the request
|
aiinbx/resources/emails.py
CHANGED
|
@@ -60,8 +60,6 @@ class EmailsResource(SyncAPIResource):
|
|
|
60
60
|
Retrieve a specific email by its ID using API key authentication
|
|
61
61
|
|
|
62
62
|
Args:
|
|
63
|
-
email_id: The unique identifier of the email
|
|
64
|
-
|
|
65
63
|
extra_headers: Send extra headers
|
|
66
64
|
|
|
67
65
|
extra_query: Add additional query parameters to the request
|
|
@@ -245,8 +243,6 @@ class AsyncEmailsResource(AsyncAPIResource):
|
|
|
245
243
|
Retrieve a specific email by its ID using API key authentication
|
|
246
244
|
|
|
247
245
|
Args:
|
|
248
|
-
email_id: The unique identifier of the email
|
|
249
|
-
|
|
250
246
|
extra_headers: Send extra headers
|
|
251
247
|
|
|
252
248
|
extra_query: Add additional query parameters to the request
|
aiinbx/resources/threads.py
CHANGED
|
@@ -62,8 +62,6 @@ class ThreadsResource(SyncAPIResource):
|
|
|
62
62
|
authentication
|
|
63
63
|
|
|
64
64
|
Args:
|
|
65
|
-
thread_id: The unique identifier of the thread
|
|
66
|
-
|
|
67
65
|
extra_headers: Send extra headers
|
|
68
66
|
|
|
69
67
|
extra_query: Add additional query parameters to the request
|
|
@@ -255,8 +253,6 @@ class AsyncThreadsResource(AsyncAPIResource):
|
|
|
255
253
|
authentication
|
|
256
254
|
|
|
257
255
|
Args:
|
|
258
|
-
thread_id: The unique identifier of the thread
|
|
259
|
-
|
|
260
256
|
extra_headers: Send extra headers
|
|
261
257
|
|
|
262
258
|
extra_query: Add additional query parameters to the request
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: aiinbx
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.97.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
|
|
@@ -18,6 +18,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
23
|
Classifier: Typing :: Typed
|
|
23
24
|
Requires-Python: >=3.9
|
|
@@ -11,7 +11,7 @@ aiinbx/_resource.py,sha256=R_-4UEtw4XqdaVP9kNZE-XgrsuRBrQeFB0x4vbgWM_k,1100
|
|
|
11
11
|
aiinbx/_response.py,sha256=bN_uhJdOtEIu7WonnaRndk73_0N7bpUqEqUx_rZUxH8,28788
|
|
12
12
|
aiinbx/_streaming.py,sha256=u-0UUgwRBaD_lIoxSkzfS1Kh8Dzk5zZbhS9Zbqmrh40,10149
|
|
13
13
|
aiinbx/_types.py,sha256=k1TfzLVNmuxwSkopIgy03zuljyVxSEiekHlbSzCR9U0,7236
|
|
14
|
-
aiinbx/_version.py,sha256=
|
|
14
|
+
aiinbx/_version.py,sha256=daulzuLiNYRafwRQ_RRFyFHs7XwpikYMIwu9LtdaE-M,159
|
|
15
15
|
aiinbx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
aiinbx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
aiinbx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -27,10 +27,10 @@ aiinbx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
|
|
|
27
27
|
aiinbx/_utils/_utils.py,sha256=ugfUaneOK7I8h9b3656flwf5u_kthY0gvNuqvgOLoSU,12252
|
|
28
28
|
aiinbx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
|
29
29
|
aiinbx/resources/__init__.py,sha256=A9igPOfiP9soOFOLpVfUBwR7looj88eofftT1jXV-jw,2017
|
|
30
|
-
aiinbx/resources/domains.py,sha256
|
|
31
|
-
aiinbx/resources/emails.py,sha256=
|
|
30
|
+
aiinbx/resources/domains.py,sha256=-MNGBG7p7acT_ck-47NDX2nOiJ_pH-9qUrVWjbbjmsk,17432
|
|
31
|
+
aiinbx/resources/emails.py,sha256=jQLcxCDLod1gl3_qhPbduCSUylsc9bplmFhgIvgv2vo,17115
|
|
32
32
|
aiinbx/resources/meta.py,sha256=pG0ICZDnENRpvhVDPjoCZW509jhxgIpjhb8gG4hRusw,5464
|
|
33
|
-
aiinbx/resources/threads.py,sha256=
|
|
33
|
+
aiinbx/resources/threads.py,sha256=rfBH9PdliTbinebBdaSuFum2GXbVd0ut2_Dd0JHPsxI,18483
|
|
34
34
|
aiinbx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
|
|
35
35
|
aiinbx/types/__init__.py,sha256=Nax8UISh-wdV5r4vKVb8h1DXCgEhtidtyIjX0ZcBcnE,2424
|
|
36
36
|
aiinbx/types/domain_create_params.py,sha256=6VplEi2RZNbhYkfQ0E08gOYQ9nJyQvvOYu9yUsKfpq8,285
|
|
@@ -58,7 +58,7 @@ aiinbx/types/thread_retrieve_response.py,sha256=s5jj2iwBfcoVPeybIOJUVwRhvnc_0NdE
|
|
|
58
58
|
aiinbx/types/thread_search_params.py,sha256=ZvlTTw4b_swhuC0VoLnU2QI1hYjROiEAyJ4HJXCrR9M,1939
|
|
59
59
|
aiinbx/types/thread_search_response.py,sha256=lldugJNQuQ5tsD9BrgxoDNojAYs7Ks8iZDMxwhnjogY,908
|
|
60
60
|
aiinbx/types/unwrap_webhook_event.py,sha256=6Hp4c5iHNs2lw3DYgRrgvRFBOmms0NADJ5XExEZrICI,1091
|
|
61
|
-
aiinbx-0.
|
|
62
|
-
aiinbx-0.
|
|
63
|
-
aiinbx-0.
|
|
64
|
-
aiinbx-0.
|
|
61
|
+
aiinbx-0.97.0.dist-info/METADATA,sha256=2vvDpY87gvXaIFZ3NN-_6Bj6hdmaQcahhRLQ_Gfu96I,13208
|
|
62
|
+
aiinbx-0.97.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
63
|
+
aiinbx-0.97.0.dist-info/licenses/LICENSE,sha256=i1rY5G0rFWpuWXv5WPoFrQEOrDWycksLhJxuLBF1tZw,11337
|
|
64
|
+
aiinbx-0.97.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|