anchorbrowser 0.6.0__py3-none-any.whl → 0.6.1__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/_client.py CHANGED
@@ -21,7 +21,7 @@ from ._types import (
21
21
  )
22
22
  from ._utils import is_given, get_async_library
23
23
  from ._version import __version__
24
- from .resources import task, agent, tools, events, browser, profiles, extensions, identities
24
+ from .resources import task, agent, tools, events, browser, profiles, extensions, identities, applications
25
25
  from ._streaming import Stream as Stream, AsyncStream as AsyncStream
26
26
  from ._exceptions import APIStatusError, AnchorbrowserError
27
27
  from ._base_client import (
@@ -53,6 +53,7 @@ class Anchorbrowser(SyncAPIClient):
53
53
  events: events.EventsResource
54
54
  task: task.TaskResource
55
55
  identities: identities.IdentitiesResource
56
+ applications: applications.ApplicationsResource
56
57
  with_raw_response: AnchorbrowserWithRawResponse
57
58
  with_streaming_response: AnchorbrowserWithStreamedResponse
58
59
 
@@ -119,6 +120,7 @@ class Anchorbrowser(SyncAPIClient):
119
120
  self.events = events.EventsResource(self)
120
121
  self.task = task.TaskResource(self)
121
122
  self.identities = identities.IdentitiesResource(self)
123
+ self.applications = applications.ApplicationsResource(self)
122
124
  self.with_raw_response = AnchorbrowserWithRawResponse(self)
123
125
  self.with_streaming_response = AnchorbrowserWithStreamedResponse(self)
124
126
 
@@ -237,6 +239,7 @@ class AsyncAnchorbrowser(AsyncAPIClient):
237
239
  events: events.AsyncEventsResource
238
240
  task: task.AsyncTaskResource
239
241
  identities: identities.AsyncIdentitiesResource
242
+ applications: applications.AsyncApplicationsResource
240
243
  with_raw_response: AsyncAnchorbrowserWithRawResponse
241
244
  with_streaming_response: AsyncAnchorbrowserWithStreamedResponse
242
245
 
@@ -303,6 +306,7 @@ class AsyncAnchorbrowser(AsyncAPIClient):
303
306
  self.events = events.AsyncEventsResource(self)
304
307
  self.task = task.AsyncTaskResource(self)
305
308
  self.identities = identities.AsyncIdentitiesResource(self)
309
+ self.applications = applications.AsyncApplicationsResource(self)
306
310
  self.with_raw_response = AsyncAnchorbrowserWithRawResponse(self)
307
311
  self.with_streaming_response = AsyncAnchorbrowserWithStreamedResponse(self)
308
312
 
@@ -424,6 +428,7 @@ class AnchorbrowserWithRawResponse:
424
428
  self.events = events.EventsResourceWithRawResponse(client.events)
425
429
  self.task = task.TaskResourceWithRawResponse(client.task)
426
430
  self.identities = identities.IdentitiesResourceWithRawResponse(client.identities)
431
+ self.applications = applications.ApplicationsResourceWithRawResponse(client.applications)
427
432
 
428
433
 
429
434
  class AsyncAnchorbrowserWithRawResponse:
@@ -439,6 +444,7 @@ class AsyncAnchorbrowserWithRawResponse:
439
444
  self.events = events.AsyncEventsResourceWithRawResponse(client.events)
440
445
  self.task = task.AsyncTaskResourceWithRawResponse(client.task)
441
446
  self.identities = identities.AsyncIdentitiesResourceWithRawResponse(client.identities)
447
+ self.applications = applications.AsyncApplicationsResourceWithRawResponse(client.applications)
442
448
 
443
449
 
444
450
  class AnchorbrowserWithStreamedResponse:
@@ -454,6 +460,7 @@ class AnchorbrowserWithStreamedResponse:
454
460
  self.events = events.EventsResourceWithStreamingResponse(client.events)
455
461
  self.task = task.TaskResourceWithStreamingResponse(client.task)
456
462
  self.identities = identities.IdentitiesResourceWithStreamingResponse(client.identities)
463
+ self.applications = applications.ApplicationsResourceWithStreamingResponse(client.applications)
457
464
 
458
465
 
459
466
  class AsyncAnchorbrowserWithStreamedResponse:
@@ -469,6 +476,7 @@ class AsyncAnchorbrowserWithStreamedResponse:
469
476
  self.events = events.AsyncEventsResourceWithStreamingResponse(client.events)
470
477
  self.task = task.AsyncTaskResourceWithStreamingResponse(client.task)
471
478
  self.identities = identities.AsyncIdentitiesResourceWithStreamingResponse(client.identities)
479
+ self.applications = applications.AsyncApplicationsResourceWithStreamingResponse(client.applications)
472
480
 
473
481
  Client = Anchorbrowser
474
482
 
anchorbrowser/_version.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "anchorbrowser"
4
- __version__ = "0.6.0" # x-release-please-version
4
+ __version__ = "0.6.1" # x-release-please-version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: anchorbrowser
3
- Version: 0.6.0
3
+ Version: 0.6.1
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
@@ -1,6 +1,6 @@
1
1
  anchorbrowser/__init__.py,sha256=Wl16NhVAsaRBCpDtHZjZXDY31QMKfCIRNjzJcfb8D9E,2728
2
2
  anchorbrowser/_base_client.py,sha256=pfPT47zcYQABinhwqxooCtHN3QxePomTWcwdri8YOsA,67254
3
- anchorbrowser/_client.py,sha256=f-ni-vEhhMDK0w82fXDhO-yhROkyPEgIoD3L1Kpu7Xc,19599
3
+ anchorbrowser/_client.py,sha256=nFDDwX0r00CnsUvi4dtVLZBXwP2YAvN8AYDiybXkrMc,20277
4
4
  anchorbrowser/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
5
5
  anchorbrowser/_constants.py,sha256=5PS9gNlT7aVkf5APKjCI8lcWqII_saRiroEzDScVKEU,470
6
6
  anchorbrowser/_exceptions.py,sha256=Qz7WOsYUFZ3bEoN28V-C9Wk-EvYerqP83-fMUINlZKQ,3234
@@ -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=nAsmJDL_VDIWprgQ9LdTLnW1NtUssCOAD8OKIqeaHQ8,7302
14
- anchorbrowser/_version.py,sha256=Y7UegWUIhY7-jhO43tkHZNil7tvxqA0PAzz9OVT6rys,165
14
+ anchorbrowser/_version.py,sha256=EtbiLF95cOIdGY8TC00atm4PvxzyBm30f4R4iVK2LSQ,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
@@ -142,7 +142,7 @@ anchorbrowser/types/sessions/agent/file_upload_response.py,sha256=9DnqplfvEud89U
142
142
  anchorbrowser/types/sessions/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
143
143
  anchorbrowser/types/shared/__init__.py,sha256=FQKjY3VDxI8T0feNRazdY5TOqb2KDeEwZaoJjsxuEl4,152
144
144
  anchorbrowser/types/shared/success_response.py,sha256=l9OWrucXoSjBdsx5QKdvBPFtxv8d0YdpYY6iL5cWWuc,314
145
- anchorbrowser-0.6.0.dist-info/METADATA,sha256=aORF_BRYyYkew1hEwmfEQL5MTsE6-stRGgPShCDBgZc,15407
146
- anchorbrowser-0.6.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
147
- anchorbrowser-0.6.0.dist-info/licenses/LICENSE,sha256=RDcfjK9SJCPlF8nKJnQ33ZQqG4pFl5sBT9AOoTQXK5Q,11343
148
- anchorbrowser-0.6.0.dist-info/RECORD,,
145
+ anchorbrowser-0.6.1.dist-info/METADATA,sha256=DuTT0AdJ03BkVM0mvGTewfi9DQbvwC801yOxz-caFyc,15407
146
+ anchorbrowser-0.6.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
147
+ anchorbrowser-0.6.1.dist-info/licenses/LICENSE,sha256=RDcfjK9SJCPlF8nKJnQ33ZQqG4pFl5sBT9AOoTQXK5Q,11343
148
+ anchorbrowser-0.6.1.dist-info/RECORD,,