anchorbrowser 0.6.2__py3-none-any.whl → 0.7.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 +1 -2
- anchorbrowser/_version.py +1 -1
- anchorbrowser/resources/extensions.py +1 -278
- anchorbrowser/resources/sessions/agent/files.py +0 -83
- anchorbrowser/resources/sessions/clipboard.py +0 -79
- anchorbrowser/resources/sessions/mouse.py +1 -114
- anchorbrowser/resources/sessions/recordings/recordings.py +0 -158
- anchorbrowser/resources/sessions/sessions.py +0 -246
- anchorbrowser/resources/task.py +8 -8
- anchorbrowser/resources/tools.py +8 -0
- anchorbrowser/types/__init__.py +2 -8
- anchorbrowser/types/sessions/__init__.py +0 -5
- anchorbrowser/types/sessions/agent/__init__.py +0 -1
- anchorbrowser/types/task_run_params.py +2 -2
- anchorbrowser/types/task_run_response.py +2 -2
- {anchorbrowser-0.6.2.dist-info → anchorbrowser-0.7.1.dist-info}/METADATA +1 -1
- {anchorbrowser-0.6.2.dist-info → anchorbrowser-0.7.1.dist-info}/RECORD +19 -33
- anchorbrowser/types/extension_delete_response.py +0 -12
- anchorbrowser/types/extension_retrieve_response.py +0 -27
- anchorbrowser/types/extension_upload_params.py +0 -17
- anchorbrowser/types/extension_upload_response.py +0 -31
- anchorbrowser/types/session_copy_response.py +0 -12
- anchorbrowser/types/session_list_pages_response.py +0 -25
- anchorbrowser/types/session_paste_params.py +0 -12
- anchorbrowser/types/session_paste_response.py +0 -11
- anchorbrowser/types/sessions/agent/file_list_response.py +0 -32
- anchorbrowser/types/sessions/clipboard_get_response.py +0 -16
- anchorbrowser/types/sessions/mouse_double_click_params.py +0 -18
- anchorbrowser/types/sessions/mouse_double_click_response.py +0 -11
- anchorbrowser/types/sessions/recording_pause_response.py +0 -12
- anchorbrowser/types/sessions/recording_resume_response.py +0 -12
- {anchorbrowser-0.6.2.dist-info → anchorbrowser-0.7.1.dist-info}/WHEEL +0 -0
- {anchorbrowser-0.6.2.dist-info → anchorbrowser-0.7.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
anchorbrowser/__init__.py,sha256=Wl16NhVAsaRBCpDtHZjZXDY31QMKfCIRNjzJcfb8D9E,2728
|
|
2
2
|
anchorbrowser/_base_client.py,sha256=ghFcD3ZWWwVEz34nfpk8S-AEghNchnHdyLpHPUsfSqk,73416
|
|
3
|
-
anchorbrowser/_client.py,sha256=
|
|
3
|
+
anchorbrowser/_client.py,sha256=C6r4pVrUxUcbEFB2KRKUkeuU6q7QTdlztbWZrjZp9jA,20246
|
|
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=QvYWm0TMkfoauZj7cJwLtTrdnHfy0Wl7490nj7RFC9I,7601
|
|
14
|
-
anchorbrowser/_version.py,sha256=
|
|
14
|
+
anchorbrowser/_version.py,sha256=ItP_wA2usGZxoCjtGRwe5xOHRNZDq6qEPkx7OndyjJQ,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
|
|
@@ -32,27 +32,27 @@ anchorbrowser/resources/__init__.py,sha256=9dv_oPSt9xCrVtlTsyPhFyfef2LreNaYgvmwC
|
|
|
32
32
|
anchorbrowser/resources/agent.py,sha256=xq-kcychfQTmCDfdjjQWmBWLlFf03DnW-BoK4oRPdfc,20185
|
|
33
33
|
anchorbrowser/resources/browser.py,sha256=BB5hq_ayIDL_ziYHq13oj8US3XkHzkoXiGLBm7h9dH0,5548
|
|
34
34
|
anchorbrowser/resources/events.py,sha256=B6TwziBmOVMjWwoFO7OJR2X_Jt_3jtzNhQg4lgY-7SE,10780
|
|
35
|
-
anchorbrowser/resources/extensions.py,sha256=
|
|
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=
|
|
39
|
-
anchorbrowser/resources/tools.py,sha256=
|
|
38
|
+
anchorbrowser/resources/task.py,sha256=Edh3sxfrP_0vs0j4QXS0TMFOS1frG2LZ-TITR0sPWVA,17318
|
|
39
|
+
anchorbrowser/resources/tools.py,sha256=6k2yc6O69rfQwh-rHAJ_U0iEOcZHLi-3ixSWzIuc4nI,26656
|
|
40
40
|
anchorbrowser/resources/applications/__init__.py,sha256=l-NtHBcE8rngI0MYy5C56dxZxgVx_Jeq3i3TVLpo0Xk,1120
|
|
41
41
|
anchorbrowser/resources/applications/applications.py,sha256=lhQIjdp0SKYeLkmTau0BLg7t_33ZNSHQ1CUjHUWyAr0,27666
|
|
42
42
|
anchorbrowser/resources/applications/auth_flows.py,sha256=rw28rvN1hqa4Z99kko-gKsEoIkL-Gy7NrjihCiWKwXI,21423
|
|
43
43
|
anchorbrowser/resources/sessions/__init__.py,sha256=51tmuaKqEsEMfFTtZOovPAid6vYyKLkv6quuFBnQSiY,3330
|
|
44
44
|
anchorbrowser/resources/sessions/all.py,sha256=5iN5Vv6UW-2p07lEqiRHw3fFQC4m_acfvsn3yZVi_g0,7193
|
|
45
|
-
anchorbrowser/resources/sessions/clipboard.py,sha256=
|
|
45
|
+
anchorbrowser/resources/sessions/clipboard.py,sha256=aP_O04dR9Axs_r1vMFvo8HlbX9YrNa0eWevIqCG7cTg,6482
|
|
46
46
|
anchorbrowser/resources/sessions/keyboard.py,sha256=qeHOvmTC2cA_AcEyXBCTzp6QyjN-cU6BZBq603Ex49g,11024
|
|
47
|
-
anchorbrowser/resources/sessions/mouse.py,sha256=
|
|
48
|
-
anchorbrowser/resources/sessions/sessions.py,sha256=
|
|
47
|
+
anchorbrowser/resources/sessions/mouse.py,sha256=CdHMBPWJCG1f8Ho3UDti6WUrmI8926ccRQbJ1eizzXs,12022
|
|
48
|
+
anchorbrowser/resources/sessions/sessions.py,sha256=UGkLv0vq92wusuOosfXR_U3rTgQaslg0duBje8Sb7ok,47213
|
|
49
49
|
anchorbrowser/resources/sessions/agent/__init__.py,sha256=xhYEyZLlwYxvBVBNX6FfdOYz9B5Ps4bHXNG_LY1KuDU,976
|
|
50
50
|
anchorbrowser/resources/sessions/agent/agent.py,sha256=VnrjYHkp6jDv3mYUUnfC6xxcrjwO1Uwm5bWAY85We8w,10013
|
|
51
|
-
anchorbrowser/resources/sessions/agent/files.py,sha256=
|
|
51
|
+
anchorbrowser/resources/sessions/agent/files.py,sha256=u-YfPd2BUVeseR63eHmYHmMhUGckr4kutlvZCaz1SVI,8124
|
|
52
52
|
anchorbrowser/resources/sessions/recordings/__init__.py,sha256=MRWTb2Kwpc-wGBrcaa5YnTntQ9Z85Zd0McKS5K_mG00,1067
|
|
53
53
|
anchorbrowser/resources/sessions/recordings/primary.py,sha256=p739aM0tU6CUx2KAgbo2O0oS-5T438Ho7SeUH9eSKXI,6569
|
|
54
|
-
anchorbrowser/resources/sessions/recordings/recordings.py,sha256=
|
|
55
|
-
anchorbrowser/types/__init__.py,sha256=
|
|
54
|
+
anchorbrowser/resources/sessions/recordings/recordings.py,sha256=RigJzVSaHOEdIjb-KLRvGJT61p8-r6ipwpqPXHUlWYM,7380
|
|
55
|
+
anchorbrowser/types/__init__.py,sha256=Nin6zbW5gPzERUMETKNLMWxLJ-jaed1hGQKAV94ZzKM,4490
|
|
56
56
|
anchorbrowser/types/application_create_identity_token_params.py,sha256=eLDfH8aT1nr_-qW6kmaq_5ilZr1YukWz1JMioShktE8,534
|
|
57
57
|
anchorbrowser/types/application_create_identity_token_response.py,sha256=P1BrPeb0DlIq8DluP-QxA3WsetpNIM4xgwUV5kqZihM,630
|
|
58
58
|
anchorbrowser/types/application_create_params.py,sha256=KDXFpTx3N8SuzJ8kQiXL79FNt4zcIC1Dur0d5fSaIck,451
|
|
@@ -66,12 +66,8 @@ anchorbrowser/types/application_retrieve_response.py,sha256=u3BDJ_ucR7HZSwF-X8Z_
|
|
|
66
66
|
anchorbrowser/types/event_signal_params.py,sha256=aEq0J4fq3YBGz3LLo2jtQH5GQUmfXj8Nuk-VFnnXRs8,372
|
|
67
67
|
anchorbrowser/types/event_wait_for_params.py,sha256=hyBubY4vBGTtX5AfS6KhkTQHseWKCdhSY4TIzyxPqAo,448
|
|
68
68
|
anchorbrowser/types/event_wait_for_response.py,sha256=QDjO9rVVpn34OGb5q6eQqrve1rSzzhaT8lPl_TCRXOs,319
|
|
69
|
-
anchorbrowser/types/extension_delete_response.py,sha256=3ixtvxjz_Ay-Kp8lamJzbIrqKpvfqWui5l13Sr035To,327
|
|
70
69
|
anchorbrowser/types/extension_list_response.py,sha256=-OysuceCBHQLLT8B-zvwtHQDXqx__Zjkkb-gNT58N3Y,876
|
|
71
70
|
anchorbrowser/types/extension_manifest.py,sha256=jgQzqKbPODPjEPiGPcEjCXx6yBdgFXZMmXpvy96Irz0,1099
|
|
72
|
-
anchorbrowser/types/extension_retrieve_response.py,sha256=wBpk7gNgAbVf1etsCSrC4JOrKD6c_9HTv2S2FjNiAiM,807
|
|
73
|
-
anchorbrowser/types/extension_upload_params.py,sha256=bBd8BMRVHu6P18jJovVMLPnIzGXGlV8Geb8TdiuGPbQ,470
|
|
74
|
-
anchorbrowser/types/extension_upload_response.py,sha256=ee8KYWIb-AjURMzrtAMNUTjV3Izhj6AB0LeAvR0npvk,868
|
|
75
71
|
anchorbrowser/types/identity_create_params.py,sha256=McK5P2---ht6OdVKs_CbSAXPt_z46d-u3zkSmfRIrG8,2404
|
|
76
72
|
anchorbrowser/types/identity_create_response.py,sha256=Hus1K-ImrN1yHwAsWouMJ_PzHINY2tk0r6QviP4KOgM,736
|
|
77
73
|
anchorbrowser/types/identity_delete_response.py,sha256=PJbGX_ytQfsogZlG61eMvwB1pRhxRwFk2qiooR3oarI,297
|
|
@@ -82,16 +78,12 @@ anchorbrowser/types/identity_update_response.py,sha256=g2DDgN4SZqe9o0kKRvhYBTGZx
|
|
|
82
78
|
anchorbrowser/types/profile_create_params.py,sha256=JU53ky-FAMbjHPFQzA70H63qrgvyZDmxU6v8CaUcriI,839
|
|
83
79
|
anchorbrowser/types/profile_list_response.py,sha256=8mDdiQ_YHaKeAzVbzw9D9XbFbyLL1MSBaJQN9dE1xeE,1041
|
|
84
80
|
anchorbrowser/types/profile_retrieve_response.py,sha256=OW5f6dcJfWUJUl1uKFQmwul5Uw4J5iyxP-f4vP19ufc,891
|
|
85
|
-
anchorbrowser/types/session_copy_response.py,sha256=S6SzIEYrjLATuBWk5xCuT3QhVqE1ztWr-5UomASXL7g,289
|
|
86
81
|
anchorbrowser/types/session_create_params.py,sha256=Kv3r4saV74NIRZxB7_sOCHkb2C_0tJ9zqRhSGHir5xA,11592
|
|
87
82
|
anchorbrowser/types/session_create_response.py,sha256=SKTtGQlEfLwfdQ9e8n5kETeYXHdwhnDPaXw6Myx584k,539
|
|
88
83
|
anchorbrowser/types/session_drag_and_drop_params.py,sha256=z3q4hyiRKkW7Vq8bo1Q1ryGS2FEzlfv5cw1p8qvXmcs,795
|
|
89
84
|
anchorbrowser/types/session_drag_and_drop_response.py,sha256=mxxEdrYAdbgR0khm8wPTYcZRXae5Xf1m35WAc1g9irU,270
|
|
90
85
|
anchorbrowser/types/session_goto_params.py,sha256=dFUaKLXmKGgvIfpA242s4GBkuNte5U3lbB2ircPmkPw,313
|
|
91
86
|
anchorbrowser/types/session_goto_response.py,sha256=on8DXhTpJvo1_iX_CVz2KSsPCIBASDFGJkQS4MfrgKg,256
|
|
92
|
-
anchorbrowser/types/session_list_pages_response.py,sha256=2KwUi0lq_L93sFRKdexqKjZFO2Z1Pv5a47kqtTIfy8c,605
|
|
93
|
-
anchorbrowser/types/session_paste_params.py,sha256=q2gDYly1BTKjWNG-9tSAATuhtfEUup5yleT70CztFgU,307
|
|
94
|
-
anchorbrowser/types/session_paste_response.py,sha256=I12Uixvm5gEFOXs7UiGcVCM4cd5a2zRn9JNR75F15Gk,258
|
|
95
87
|
anchorbrowser/types/session_retrieve_downloads_response.py,sha256=P0MJUHunSQVQfqFVS3fVt71r8Rwz2jTa2CaIhMTNhj8,1405
|
|
96
88
|
anchorbrowser/types/session_retrieve_response.py,sha256=syLwL7uw6TF5D3u8NbOcgsYKi1xywg5GVDxBhUZQVSc,1327
|
|
97
89
|
anchorbrowser/types/session_scroll_params.py,sha256=lRVL0Gda1Xs5Xrqu6oj70gOFd8a_ZcfgFKrzGmkT6XU,877
|
|
@@ -102,8 +94,8 @@ anchorbrowser/types/task_create_params.py,sha256=3a55Cu-r8fslLooQEsFqcliJBl1_Z9q
|
|
|
102
94
|
anchorbrowser/types/task_create_response.py,sha256=zYqfjOnibXTh7TvtPY5_aiXVXMCpK9N6WiO6cllt0Yc,8033
|
|
103
95
|
anchorbrowser/types/task_list_params.py,sha256=pu0gLGBp5UxKLpbEpSEz-J-kSRrY6VIvzjc-A0sOUFc,328
|
|
104
96
|
anchorbrowser/types/task_list_response.py,sha256=4hSdAkWJXqMErtqbsuHX4wBuEJywMkvREcSOAkqrr7U,8348
|
|
105
|
-
anchorbrowser/types/task_run_params.py,sha256=
|
|
106
|
-
anchorbrowser/types/task_run_response.py,sha256=
|
|
97
|
+
anchorbrowser/types/task_run_params.py,sha256=QZPNJb1qjA2vEvyFEE-11GGRgVo6UIDr7VWixzZq7XM,7086
|
|
98
|
+
anchorbrowser/types/task_run_response.py,sha256=EHNdKk8zWHkMk5QYsub60LjqIuDukvfQ-IIiMgjdCRQ,824
|
|
107
99
|
anchorbrowser/types/tool_fetch_webpage_params.py,sha256=g_C7tLpyFx4I2r7-iizM7ZiQ71-VfowCj9aufaSHjmg,1181
|
|
108
100
|
anchorbrowser/types/tool_fetch_webpage_response.py,sha256=hdbrNgPz_LeWa3_aVbtck-n-SRvO4moFDbGoSf_2_tU,210
|
|
109
101
|
anchorbrowser/types/tool_perform_web_task_params.py,sha256=rFEGtjZWtXA8wLLp36GLt9NuD7HO0dKSqDHp5GfFZYA,2219
|
|
@@ -116,9 +108,8 @@ anchorbrowser/types/applications/auth_flow_delete_response.py,sha256=7BCd1dNYn8C
|
|
|
116
108
|
anchorbrowser/types/applications/auth_flow_list_response.py,sha256=9xwPPmcWwz6mYwNKcHab6BbNpU4WFJQZ9SzBmH3z_yo,1231
|
|
117
109
|
anchorbrowser/types/applications/auth_flow_update_params.py,sha256=kV4OALmUEcB-1J9iNXeyDcCc1a0QqzBGBJcVwm1pmMw,892
|
|
118
110
|
anchorbrowser/types/applications/auth_flow_update_response.py,sha256=thxnOosEMhS7TagZqnRjXhHchkNHFTZ8jcFy9oCSi30,1122
|
|
119
|
-
anchorbrowser/types/sessions/__init__.py,sha256=
|
|
111
|
+
anchorbrowser/types/sessions/__init__.py,sha256=dNZck8W2DJTCddTLO-Z8wjuj3aT7z2t2FkNAOpQaEYo,1053
|
|
120
112
|
anchorbrowser/types/sessions/all_status_response.py,sha256=h4uwmS47nHkHWbRJO2Sb9h_tEaysxvWcpaNyZO-IXxo,701
|
|
121
|
-
anchorbrowser/types/sessions/clipboard_get_response.py,sha256=L6bnLDmRurfMIXJwK_y1CqITsOSLufR-5C_m9k4ccnM,362
|
|
122
113
|
anchorbrowser/types/sessions/clipboard_set_params.py,sha256=LDpW3WOXoD_dcSjTo6pE5K_ilL604sjGGx00AA1XtOQ,322
|
|
123
114
|
anchorbrowser/types/sessions/clipboard_set_response.py,sha256=R13uFA6qY0H_n4yLyb5IifqmzLAt7bWxqAFlN-0bhi0,259
|
|
124
115
|
anchorbrowser/types/sessions/keyboard_shortcut_params.py,sha256=L2B21JzcdhfQm_cpGjzbO29uCn10O7af0_E2x_2VB1E,555
|
|
@@ -127,21 +118,16 @@ anchorbrowser/types/sessions/keyboard_type_params.py,sha256=1nBPL28krDY429UBwWCG
|
|
|
127
118
|
anchorbrowser/types/sessions/keyboard_type_response.py,sha256=SzP4ku4K9Fii94MoGtnYdsrFgv4jfwMoQLOJl95RoH4,259
|
|
128
119
|
anchorbrowser/types/sessions/mouse_click_params.py,sha256=k71W2LHB0wBEmevlvlzEjWahKDanZpGRHMnkYtLfG4o,916
|
|
129
120
|
anchorbrowser/types/sessions/mouse_click_response.py,sha256=kr49gpE4B_c_IMCASSzWQYNG2o4FLM1C3vx9HEmUG2o,255
|
|
130
|
-
anchorbrowser/types/sessions/mouse_double_click_params.py,sha256=ivYklkipERNnLLxKEdXlKw8GqRa_qrxTnkFhC6KwV8c,443
|
|
131
|
-
anchorbrowser/types/sessions/mouse_double_click_response.py,sha256=D_d8D4O0fzZ3LyH6qp1Cfkig2aKLuJ5XBc_08YwbyvE,267
|
|
132
121
|
anchorbrowser/types/sessions/mouse_move_params.py,sha256=dgv2b5-ZolRX9BccNsJD-1JVAtHEqYI3x_wU19X9lsM,342
|
|
133
122
|
anchorbrowser/types/sessions/mouse_move_response.py,sha256=3HSbsIdgsIZkERrvavWUXYB9AB3HU4vLpvvMqCsBOF0,253
|
|
134
123
|
anchorbrowser/types/sessions/recording_list_response.py,sha256=IhlUNZdlK9ABG-7hEX4anljb_K-7XwVhZQhjWdm6GYM,1076
|
|
135
|
-
anchorbrowser/types/sessions/
|
|
136
|
-
anchorbrowser/types/sessions/recording_resume_response.py,sha256=JXGXVLDwcbodSOC8j-m2iLTmTqYRHSr56jNKhVJMaoY,329
|
|
137
|
-
anchorbrowser/types/sessions/agent/__init__.py,sha256=1tN-4qDeTSvaw0j1JiqNKyW83YnjkAmPMlHL9FbwjVE,336
|
|
138
|
-
anchorbrowser/types/sessions/agent/file_list_response.py,sha256=JO5AkGj76VodPN-vKO0pwUUCfwtQibToGF7C5riM9i8,768
|
|
124
|
+
anchorbrowser/types/sessions/agent/__init__.py,sha256=51Pze3TbaQ5PlAaFczCBQKX_dO6wgZD1QkllqSH3Xf0,267
|
|
139
125
|
anchorbrowser/types/sessions/agent/file_upload_params.py,sha256=WdTbFlwuwARUSDZmx82tbiIiOYlQMRlD1qvXWGylK-g,406
|
|
140
126
|
anchorbrowser/types/sessions/agent/file_upload_response.py,sha256=9DnqplfvEud89UW2ebq1uhg29GQV1Kt4LxZCQlOCafE,356
|
|
141
127
|
anchorbrowser/types/sessions/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
142
128
|
anchorbrowser/types/shared/__init__.py,sha256=FQKjY3VDxI8T0feNRazdY5TOqb2KDeEwZaoJjsxuEl4,152
|
|
143
129
|
anchorbrowser/types/shared/success_response.py,sha256=l9OWrucXoSjBdsx5QKdvBPFtxv8d0YdpYY6iL5cWWuc,314
|
|
144
|
-
anchorbrowser-0.
|
|
145
|
-
anchorbrowser-0.
|
|
146
|
-
anchorbrowser-0.
|
|
147
|
-
anchorbrowser-0.
|
|
130
|
+
anchorbrowser-0.7.1.dist-info/METADATA,sha256=CIQ40vGbgAFxFadWe6QKjvBKtvAIzzVC2sCWn7E0Dx8,15407
|
|
131
|
+
anchorbrowser-0.7.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
132
|
+
anchorbrowser-0.7.1.dist-info/licenses/LICENSE,sha256=RDcfjK9SJCPlF8nKJnQ33ZQqG4pFl5sBT9AOoTQXK5Q,11343
|
|
133
|
+
anchorbrowser-0.7.1.dist-info/RECORD,,
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from .._models import BaseModel
|
|
6
|
-
from .shared.success_response import SuccessResponse
|
|
7
|
-
|
|
8
|
-
__all__ = ["ExtensionDeleteResponse"]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class ExtensionDeleteResponse(BaseModel):
|
|
12
|
-
data: Optional[SuccessResponse] = None
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
from datetime import datetime
|
|
5
|
-
|
|
6
|
-
from pydantic import Field as FieldInfo
|
|
7
|
-
|
|
8
|
-
from .._models import BaseModel
|
|
9
|
-
from .extension_manifest import ExtensionManifest
|
|
10
|
-
|
|
11
|
-
__all__ = ["ExtensionRetrieveResponse"]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class ExtensionRetrieveResponse(BaseModel):
|
|
15
|
-
id: Optional[str] = None
|
|
16
|
-
"""Unique identifier for the extension"""
|
|
17
|
-
|
|
18
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
|
19
|
-
"""Timestamp when the extension was created"""
|
|
20
|
-
|
|
21
|
-
manifest: Optional[ExtensionManifest] = None
|
|
22
|
-
|
|
23
|
-
name: Optional[str] = None
|
|
24
|
-
"""Extension name"""
|
|
25
|
-
|
|
26
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
|
27
|
-
"""Timestamp when the extension was last updated"""
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from typing_extensions import Required, TypedDict
|
|
6
|
-
|
|
7
|
-
from .._types import FileTypes
|
|
8
|
-
|
|
9
|
-
__all__ = ["ExtensionUploadParams"]
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
class ExtensionUploadParams(TypedDict, total=False):
|
|
13
|
-
file: Required[FileTypes]
|
|
14
|
-
"""ZIP file containing the browser extension"""
|
|
15
|
-
|
|
16
|
-
name: Required[str]
|
|
17
|
-
"""User-friendly name for the extension (1-255 characters)"""
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
from datetime import datetime
|
|
5
|
-
|
|
6
|
-
from pydantic import Field as FieldInfo
|
|
7
|
-
|
|
8
|
-
from .._models import BaseModel
|
|
9
|
-
from .extension_manifest import ExtensionManifest
|
|
10
|
-
|
|
11
|
-
__all__ = ["ExtensionUploadResponse", "Data"]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class Data(BaseModel):
|
|
15
|
-
id: Optional[str] = None
|
|
16
|
-
"""Unique identifier for the extension"""
|
|
17
|
-
|
|
18
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
|
19
|
-
"""Timestamp when the extension was created"""
|
|
20
|
-
|
|
21
|
-
manifest: Optional[ExtensionManifest] = None
|
|
22
|
-
|
|
23
|
-
name: Optional[str] = None
|
|
24
|
-
"""Extension name"""
|
|
25
|
-
|
|
26
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
|
27
|
-
"""Timestamp when the extension was last updated"""
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class ExtensionUploadResponse(BaseModel):
|
|
31
|
-
data: Optional[Data] = None
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from .._models import BaseModel
|
|
6
|
-
|
|
7
|
-
__all__ = ["SessionCopyResponse"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class SessionCopyResponse(BaseModel):
|
|
11
|
-
text: Optional[str] = None
|
|
12
|
-
"""The text that was copied"""
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import List
|
|
4
|
-
from typing_extensions import TypeAlias
|
|
5
|
-
|
|
6
|
-
from .._models import BaseModel
|
|
7
|
-
|
|
8
|
-
__all__ = ["SessionListPagesResponse", "SessionListPagesResponseItem"]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class SessionListPagesResponseItem(BaseModel):
|
|
12
|
-
id: str
|
|
13
|
-
"""The unique identifier of the page."""
|
|
14
|
-
|
|
15
|
-
frontend_url: str
|
|
16
|
-
"""The frontend URL for accessing the page."""
|
|
17
|
-
|
|
18
|
-
title: str
|
|
19
|
-
"""The title of the page."""
|
|
20
|
-
|
|
21
|
-
url: str
|
|
22
|
-
"""The URL of the page."""
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
SessionListPagesResponse: TypeAlias = List[SessionListPagesResponseItem]
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from typing_extensions import Required, TypedDict
|
|
6
|
-
|
|
7
|
-
__all__ = ["SessionPasteParams"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class SessionPasteParams(TypedDict, total=False):
|
|
11
|
-
text: Required[str]
|
|
12
|
-
"""Text to paste"""
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from .._models import BaseModel
|
|
6
|
-
|
|
7
|
-
__all__ = ["SessionPasteResponse"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class SessionPasteResponse(BaseModel):
|
|
11
|
-
status: Optional[str] = None
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import List, Optional
|
|
4
|
-
from datetime import datetime
|
|
5
|
-
|
|
6
|
-
from pydantic import Field as FieldInfo
|
|
7
|
-
|
|
8
|
-
from ...._models import BaseModel
|
|
9
|
-
|
|
10
|
-
__all__ = ["FileListResponse", "Data", "DataFile"]
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class DataFile(BaseModel):
|
|
14
|
-
last_modified: Optional[datetime] = FieldInfo(alias="lastModified", default=None)
|
|
15
|
-
"""When the resource was last modified"""
|
|
16
|
-
|
|
17
|
-
name: Optional[str] = None
|
|
18
|
-
"""The resource name"""
|
|
19
|
-
|
|
20
|
-
size: Optional[int] = None
|
|
21
|
-
"""Resource size in bytes"""
|
|
22
|
-
|
|
23
|
-
type: Optional[str] = None
|
|
24
|
-
"""Resource extension/type"""
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
class Data(BaseModel):
|
|
28
|
-
files: Optional[List[DataFile]] = None
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class FileListResponse(BaseModel):
|
|
32
|
-
data: Optional[Data] = None
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from ..._models import BaseModel
|
|
6
|
-
|
|
7
|
-
__all__ = ["ClipboardGetResponse", "Data"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class Data(BaseModel):
|
|
11
|
-
text: Optional[str] = None
|
|
12
|
-
"""Text content of the clipboard"""
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
class ClipboardGetResponse(BaseModel):
|
|
16
|
-
data: Optional[Data] = None
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from typing_extensions import Literal, Required, TypedDict
|
|
6
|
-
|
|
7
|
-
__all__ = ["MouseDoubleClickParams"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class MouseDoubleClickParams(TypedDict, total=False):
|
|
11
|
-
x: Required[int]
|
|
12
|
-
"""X coordinate"""
|
|
13
|
-
|
|
14
|
-
y: Required[int]
|
|
15
|
-
"""Y coordinate"""
|
|
16
|
-
|
|
17
|
-
button: Literal["left", "middle", "right"]
|
|
18
|
-
"""Mouse button to use"""
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from ..._models import BaseModel
|
|
6
|
-
|
|
7
|
-
__all__ = ["MouseDoubleClickResponse"]
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class MouseDoubleClickResponse(BaseModel):
|
|
11
|
-
status: Optional[str] = None
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from ..._models import BaseModel
|
|
6
|
-
from ..shared.success_response import SuccessResponse
|
|
7
|
-
|
|
8
|
-
__all__ = ["RecordingPauseResponse"]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class RecordingPauseResponse(BaseModel):
|
|
12
|
-
data: Optional[SuccessResponse] = None
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Optional
|
|
4
|
-
|
|
5
|
-
from ..._models import BaseModel
|
|
6
|
-
from ..shared.success_response import SuccessResponse
|
|
7
|
-
|
|
8
|
-
__all__ = ["RecordingResumeResponse"]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class RecordingResumeResponse(BaseModel):
|
|
12
|
-
data: Optional[SuccessResponse] = None
|
|
File without changes
|
|
File without changes
|