anchorbrowser 0.7.3__py3-none-any.whl → 0.7.4__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.
- anchorbrowser/_version.py +1 -1
- anchorbrowser/resources/task.py +1 -1
- {anchorbrowser-0.7.3.dist-info → anchorbrowser-0.7.4.dist-info}/METADATA +1 -1
- {anchorbrowser-0.7.3.dist-info → anchorbrowser-0.7.4.dist-info}/RECORD +6 -6
- {anchorbrowser-0.7.3.dist-info → anchorbrowser-0.7.4.dist-info}/WHEEL +0 -0
- {anchorbrowser-0.7.3.dist-info → anchorbrowser-0.7.4.dist-info}/licenses/LICENSE +0 -0
anchorbrowser/_version.py
CHANGED
anchorbrowser/resources/task.py
CHANGED
|
@@ -16,7 +16,7 @@ from .._response import (
|
|
|
16
16
|
to_raw_response_wrapper,
|
|
17
17
|
to_streamed_response_wrapper,
|
|
18
18
|
async_to_raw_response_wrapper,
|
|
19
|
-
async_to_streamed_response_wrapper
|
|
19
|
+
async_to_streamed_response_wrapper,
|
|
20
20
|
)
|
|
21
21
|
from .._base_client import make_request_options
|
|
22
22
|
from ..types.task_run_response import TaskRunResponse
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: anchorbrowser
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4
|
|
4
4
|
Summary: The official Python library for the anchorbrowser API
|
|
5
5
|
Project-URL: Homepage, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
6
6
|
Project-URL: Repository, https://github.com/anchorbrowser/AnchorBrowser-SDK-Python
|
|
@@ -11,7 +11,7 @@ anchorbrowser/_resource.py,sha256=7lE1EgpVj5kwckk-27umtigTOf9nKTyRl97cgNwRbRQ,11
|
|
|
11
11
|
anchorbrowser/_response.py,sha256=xsiyWOC8LWW-NvbFtZ-MJD4f7eI9RnivKwtKImZ-8o4,28860
|
|
12
12
|
anchorbrowser/_streaming.py,sha256=ey2jst1hntYHV6HDiCFfHhWr_dUCSG4dG-VUqQkmCQ4,10249
|
|
13
13
|
anchorbrowser/_types.py,sha256=QvYWm0TMkfoauZj7cJwLtTrdnHfy0Wl7490nj7RFC9I,7601
|
|
14
|
-
anchorbrowser/_version.py,sha256=
|
|
14
|
+
anchorbrowser/_version.py,sha256=34MpIiCf-PZsAv9Bj_CJKXXsSjS0tiJvllRiYSPzNcM,165
|
|
15
15
|
anchorbrowser/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
anchorbrowser/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
anchorbrowser/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -35,7 +35,7 @@ anchorbrowser/resources/events.py,sha256=B6TwziBmOVMjWwoFO7OJR2X_Jt_3jtzNhQg4lgY
|
|
|
35
35
|
anchorbrowser/resources/extensions.py,sha256=KPBQGvjXU-cThWcd9Gf7xBBhEKjxxtaJqZiPF-hA0Ho,5131
|
|
36
36
|
anchorbrowser/resources/identities.py,sha256=Dm5H4oVpZQVJT2xVocrKaTfd9fUzYFa74uOz6xiX8Fo,23696
|
|
37
37
|
anchorbrowser/resources/profiles.py,sha256=g6xLjfmdXfRM5QV-N-omShpSPO_jMvRRmxKjOllq5RQ,16206
|
|
38
|
-
anchorbrowser/resources/task.py,sha256=
|
|
38
|
+
anchorbrowser/resources/task.py,sha256=Z4IebD0CbfdiY_C3hAm61BqFcNpcOEvA12DYviPoqcE,21272
|
|
39
39
|
anchorbrowser/resources/tools.py,sha256=5jN0dqgZ2sfzW7iN7oqoBFm0lA-f_0I66lJa1_7yyHM,30146
|
|
40
40
|
anchorbrowser/resources/applications/__init__.py,sha256=l-NtHBcE8rngI0MYy5C56dxZxgVx_Jeq3i3TVLpo0Xk,1120
|
|
41
41
|
anchorbrowser/resources/applications/applications.py,sha256=lhQIjdp0SKYeLkmTau0BLg7t_33ZNSHQ1CUjHUWyAr0,27666
|
|
@@ -127,7 +127,7 @@ anchorbrowser/types/sessions/agent/file_upload_response.py,sha256=9DnqplfvEud89U
|
|
|
127
127
|
anchorbrowser/types/sessions/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
128
128
|
anchorbrowser/types/shared/__init__.py,sha256=FQKjY3VDxI8T0feNRazdY5TOqb2KDeEwZaoJjsxuEl4,152
|
|
129
129
|
anchorbrowser/types/shared/success_response.py,sha256=l9OWrucXoSjBdsx5QKdvBPFtxv8d0YdpYY6iL5cWWuc,314
|
|
130
|
-
anchorbrowser-0.7.
|
|
131
|
-
anchorbrowser-0.7.
|
|
132
|
-
anchorbrowser-0.7.
|
|
133
|
-
anchorbrowser-0.7.
|
|
130
|
+
anchorbrowser-0.7.4.dist-info/METADATA,sha256=yPTNJNOAyhD_rTfmNR1T8E3YNMDiXtye9X8ekRN_LxE,15407
|
|
131
|
+
anchorbrowser-0.7.4.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
132
|
+
anchorbrowser-0.7.4.dist-info/licenses/LICENSE,sha256=RDcfjK9SJCPlF8nKJnQ33ZQqG4pFl5sBT9AOoTQXK5Q,11343
|
|
133
|
+
anchorbrowser-0.7.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|