zrok2-build-debugging 22.0.2000008__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.
- test/__init__.py +0 -0
- test/test_access201_response.py +52 -0
- test/test_access_request.py +54 -0
- test/test_access_summary.py +60 -0
- test/test_accesses_list.py +63 -0
- test/test_account_api.py +79 -0
- test/test_add_frontend_grant_request.py +52 -0
- test/test_add_namespace_frontend_mapping_request.py +53 -0
- test/test_add_namespace_grant_request.py +52 -0
- test/test_add_organization_member_request.py +53 -0
- test/test_admin_api.py +199 -0
- test/test_agent_api.py +85 -0
- test/test_auth_user.py +52 -0
- test/test_change_password_request.py +53 -0
- test/test_client_version_check_request.py +51 -0
- test/test_configuration.py +56 -0
- test/test_create_frontend201_response.py +51 -0
- test/test_create_frontend_request.py +55 -0
- test/test_create_identity201_response.py +52 -0
- test/test_create_identity_request.py +51 -0
- test/test_create_namespace201_response.py +51 -0
- test/test_create_namespace_request.py +54 -0
- test/test_create_organization201_response.py +51 -0
- test/test_create_organization_request.py +51 -0
- test/test_create_share_name_request.py +52 -0
- test/test_delete_identity_request.py +51 -0
- test/test_disable_request.py +51 -0
- test/test_enable_request.py +52 -0
- test/test_enroll200_response.py +51 -0
- test/test_enroll_request.py +51 -0
- test/test_environment.py +63 -0
- test/test_environment_and_resources.py +96 -0
- test/test_environment_api.py +43 -0
- test/test_environment_summary.py +60 -0
- test/test_environments_list.py +63 -0
- test/test_frontend.py +59 -0
- test/test_get_sparklines200_response.py +62 -0
- test/test_get_sparklines_request.py +57 -0
- test/test_invite_request.py +52 -0
- test/test_invite_token_generate_request.py +53 -0
- test/test_list_frontend_namespace_mappings200_response_inner.py +54 -0
- test/test_list_frontends200_response_inner.py +58 -0
- test/test_list_memberships200_response.py +56 -0
- test/test_list_memberships200_response_memberships_inner.py +53 -0
- test/test_list_namespaces200_response_inner.py +56 -0
- test/test_list_organization_members200_response.py +55 -0
- test/test_list_organization_members200_response_members_inner.py +52 -0
- test/test_list_organizations200_response.py +55 -0
- test/test_list_organizations200_response_organizations_inner.py +52 -0
- test/test_list_share_namespaces200_response_inner.py +53 -0
- test/test_login_request.py +52 -0
- test/test_metadata_api.py +145 -0
- test/test_metrics.py +59 -0
- test/test_metrics_sample.py +53 -0
- test/test_name.py +56 -0
- test/test_name_selection.py +52 -0
- test/test_overview.py +110 -0
- test/test_overview_names_inner.py +56 -0
- test/test_ping200_response.py +51 -0
- test/test_principal.py +55 -0
- test/test_regenerate_account_token200_response.py +51 -0
- test/test_regenerate_account_token_request.py +51 -0
- test/test_register_request.py +52 -0
- test/test_remote_access_request.py +60 -0
- test/test_remote_share200_response.py +54 -0
- test/test_remote_share_request.py +74 -0
- test/test_remote_status200_response.py +82 -0
- test/test_remote_status200_response_accesses_inner.py +62 -0
- test/test_remote_status200_response_shares_inner.py +64 -0
- test/test_remote_status200_response_shares_inner_failure.py +54 -0
- test/test_remote_unaccess_request.py +52 -0
- test/test_remote_unshare_request.py +52 -0
- test/test_remove_namespace_frontend_mapping_request.py +52 -0
- test/test_remove_organization_member_request.py +52 -0
- test/test_reset_password_request.py +52 -0
- test/test_share.py +67 -0
- test/test_share_api.py +103 -0
- test/test_share_http_healthcheck200_response.py +52 -0
- test/test_share_http_healthcheck_request.py +56 -0
- test/test_share_request.py +75 -0
- test/test_share_response.py +54 -0
- test/test_share_summary.py +62 -0
- test/test_shares_list.py +65 -0
- test/test_spark_data_sample.py +52 -0
- test/test_unaccess_request.py +53 -0
- test/test_unshare_request.py +52 -0
- test/test_update_access_request.py +53 -0
- test/test_update_frontend_request.py +55 -0
- test/test_update_namespace_request.py +55 -0
- test/test_update_share_name_request.py +53 -0
- test/test_update_share_request.py +57 -0
- test/test_verify200_response.py +51 -0
- test/test_verify_request.py +51 -0
- test/test_version_inventory200_response.py +51 -0
- zrok/__init__.py +4 -0
- zrok/_version.py +21 -0
- zrok/access.py +58 -0
- zrok/decor.py +33 -0
- zrok/dialer.py +10 -0
- zrok/environment/__init__.py +1 -0
- zrok/environment/dirs.py +32 -0
- zrok/environment/root.py +182 -0
- zrok/listener.py +29 -0
- zrok/model.py +75 -0
- zrok/overview.py +77 -0
- zrok/proxy.py +203 -0
- zrok/share.py +199 -0
- zrok2_build_debugging-22.0.2000008.dist-info/METADATA +24 -0
- zrok2_build_debugging-22.0.2000008.dist-info/RECORD +213 -0
- zrok2_build_debugging-22.0.2000008.dist-info/WHEEL +5 -0
- zrok2_build_debugging-22.0.2000008.dist-info/top_level.txt +3 -0
- zrok_api/__init__.py +231 -0
- zrok_api/api/__init__.py +10 -0
- zrok_api/api/account_api.py +2261 -0
- zrok_api/api/admin_api.py +7673 -0
- zrok_api/api/agent_api.py +2547 -0
- zrok_api/api/environment_api.py +589 -0
- zrok_api/api/metadata_api.py +5614 -0
- zrok_api/api/share_api.py +3321 -0
- zrok_api/api_client.py +801 -0
- zrok_api/api_response.py +21 -0
- zrok_api/configuration.py +602 -0
- zrok_api/exceptions.py +216 -0
- zrok_api/models/__init__.py +103 -0
- zrok_api/models/access201_response.py +89 -0
- zrok_api/models/access_request.py +93 -0
- zrok_api/models/access_summary.py +105 -0
- zrok_api/models/accesses_list.py +95 -0
- zrok_api/models/add_frontend_grant_request.py +89 -0
- zrok_api/models/add_namespace_frontend_mapping_request.py +91 -0
- zrok_api/models/add_namespace_grant_request.py +89 -0
- zrok_api/models/add_organization_member_request.py +91 -0
- zrok_api/models/auth_user.py +89 -0
- zrok_api/models/change_password_request.py +91 -0
- zrok_api/models/client_version_check_request.py +87 -0
- zrok_api/models/configuration.py +97 -0
- zrok_api/models/create_frontend201_response.py +87 -0
- zrok_api/models/create_frontend_request.py +105 -0
- zrok_api/models/create_identity201_response.py +89 -0
- zrok_api/models/create_identity_request.py +87 -0
- zrok_api/models/create_namespace201_response.py +87 -0
- zrok_api/models/create_namespace_request.py +93 -0
- zrok_api/models/create_organization201_response.py +87 -0
- zrok_api/models/create_organization_request.py +87 -0
- zrok_api/models/create_share_name_request.py +89 -0
- zrok_api/models/delete_identity_request.py +87 -0
- zrok_api/models/disable_request.py +87 -0
- zrok_api/models/enable_request.py +89 -0
- zrok_api/models/enroll200_response.py +87 -0
- zrok_api/models/enroll_request.py +87 -0
- zrok_api/models/environment.py +111 -0
- zrok_api/models/environment_and_resources.py +111 -0
- zrok_api/models/environment_summary.py +105 -0
- zrok_api/models/environments_list.py +95 -0
- zrok_api/models/frontend.py +103 -0
- zrok_api/models/get_sparklines200_response.py +95 -0
- zrok_api/models/get_sparklines_request.py +91 -0
- zrok_api/models/invite_request.py +89 -0
- zrok_api/models/invite_token_generate_request.py +87 -0
- zrok_api/models/list_frontend_namespace_mappings200_response_inner.py +93 -0
- zrok_api/models/list_frontends200_response_inner.py +101 -0
- zrok_api/models/list_memberships200_response.py +95 -0
- zrok_api/models/list_memberships200_response_memberships_inner.py +91 -0
- zrok_api/models/list_namespaces200_response_inner.py +97 -0
- zrok_api/models/list_organization_members200_response.py +95 -0
- zrok_api/models/list_organization_members200_response_members_inner.py +89 -0
- zrok_api/models/list_organizations200_response.py +95 -0
- zrok_api/models/list_organizations200_response_organizations_inner.py +89 -0
- zrok_api/models/list_share_namespaces200_response_inner.py +91 -0
- zrok_api/models/login_request.py +89 -0
- zrok_api/models/metrics.py +101 -0
- zrok_api/models/metrics_sample.py +91 -0
- zrok_api/models/name.py +97 -0
- zrok_api/models/name_selection.py +89 -0
- zrok_api/models/overview.py +117 -0
- zrok_api/models/overview_names_inner.py +97 -0
- zrok_api/models/ping200_response.py +87 -0
- zrok_api/models/principal.py +95 -0
- zrok_api/models/regenerate_account_token200_response.py +87 -0
- zrok_api/models/regenerate_account_token_request.py +87 -0
- zrok_api/models/register_request.py +89 -0
- zrok_api/models/remote_access_request.py +102 -0
- zrok_api/models/remote_share200_response.py +89 -0
- zrok_api/models/remote_share_request.py +141 -0
- zrok_api/models/remote_status200_response.py +105 -0
- zrok_api/models/remote_status200_response_accesses_inner.py +101 -0
- zrok_api/models/remote_status200_response_shares_inner.py +105 -0
- zrok_api/models/remote_status200_response_shares_inner_failure.py +93 -0
- zrok_api/models/remote_unaccess_request.py +89 -0
- zrok_api/models/remote_unshare_request.py +89 -0
- zrok_api/models/remove_namespace_frontend_mapping_request.py +89 -0
- zrok_api/models/remove_organization_member_request.py +89 -0
- zrok_api/models/reset_password_request.py +89 -0
- zrok_api/models/share.py +115 -0
- zrok_api/models/share_http_healthcheck200_response.py +89 -0
- zrok_api/models/share_http_healthcheck_request.py +97 -0
- zrok_api/models/share_request.py +157 -0
- zrok_api/models/share_response.py +89 -0
- zrok_api/models/share_summary.py +105 -0
- zrok_api/models/shares_list.py +95 -0
- zrok_api/models/spark_data_sample.py +89 -0
- zrok_api/models/unaccess_request.py +91 -0
- zrok_api/models/unshare_request.py +89 -0
- zrok_api/models/update_access_request.py +91 -0
- zrok_api/models/update_frontend_request.py +95 -0
- zrok_api/models/update_namespace_request.py +95 -0
- zrok_api/models/update_share_name_request.py +91 -0
- zrok_api/models/update_share_request.py +91 -0
- zrok_api/models/verify200_response.py +87 -0
- zrok_api/models/verify_request.py +87 -0
- zrok_api/models/version_inventory200_response.py +87 -0
- zrok_api/py.typed +0 -0
- zrok_api/rest.py +258 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
test/test_access201_response.py,sha256=Q7nEfwgtj3o60fRIYuRchvGRyRXGfF4O21IsmI2Bp3s,1365
|
|
3
|
+
test/test_access_request.py,sha256=4ZUn8yrr7XaKusSdzfmlvQ6VdO34OwoCIf0XP-WE03c,1378
|
|
4
|
+
test/test_access_summary.py,sha256=HTYyWSWSLTJHAzR9CrTurJPuQuGSqgkZJ9GdchbOSqg,1573
|
|
5
|
+
test/test_accesses_list.py,sha256=2sySF76264gr--H1UPb3ysOKpLr_rC9qWeWcrl9Dx2g,1770
|
|
6
|
+
test/test_account_api.py,sha256=jmkwhi_OKJBdVyirXeBfBFA5pw0xn8-BqhTAF_9HZu4,1385
|
|
7
|
+
test/test_add_frontend_grant_request.py,sha256=HqDmwhIN51CVe0d1-f4us0vth0_0-grI7PlOB3HKu-s,1432
|
|
8
|
+
test/test_add_namespace_frontend_mapping_request.py,sha256=g75vRaYih3staoW4rWzvnZJvKAuIXkkhsV5_oFXh7QA,1610
|
|
9
|
+
test/test_add_namespace_grant_request.py,sha256=UtrdUinVTe0WzUpL_xiNaHluV-M-8rYjzG5dbiPvuHw,1445
|
|
10
|
+
test/test_add_organization_member_request.py,sha256=UP6sKkenmzgWhVDOuIhx7299Kye8MyYwPkY2eorMXjE,1526
|
|
11
|
+
test/test_admin_api.py,sha256=5Dp5ONnl2mWkpiDFaTU6g9vM8h0ZCJqxRtLAXskcQow,3903
|
|
12
|
+
test/test_agent_api.py,sha256=jzZd6OeWSbs_mFq1URimvtuzJrpi_mcmb3UIptTpcPo,1471
|
|
13
|
+
test/test_auth_user.py,sha256=xP5yr3uSeDMK7_gwobb3PmK2v-S5KTzXICxNhSA1Wn8,1247
|
|
14
|
+
test/test_change_password_request.py,sha256=fCZEjM0NicT_DeZrg__naZmY3X71rfcNkIEFm1vUD48,1440
|
|
15
|
+
test/test_client_version_check_request.py,sha256=_DOQLG7CSq6uFC8F1zVjuIINJy8XiTjIxcKzSdk9MUs,1428
|
|
16
|
+
test/test_configuration.py,sha256=fSpcFIWfGb4HnC6ggCWqwOVr4TksTP_uqjRkcm3ZpzM,1470
|
|
17
|
+
test/test_create_frontend201_response.py,sha256=L3mPue8FnO0mmMLCwgE-6mULwAT7IonPIQSMs60_bto,1427
|
|
18
|
+
test/test_create_frontend_request.py,sha256=KTWc9LdEfm_oR0Lg7XXnoNsxEmBx-MDcay3oJKO_f2A,1512
|
|
19
|
+
test/test_create_identity201_response.py,sha256=p-bF8JDdbMksbrVZr1cCHOSoAyM_vtJw4cTW0rBQNUU,1447
|
|
20
|
+
test/test_create_identity_request.py,sha256=-KgmJS9dpGcq1hfqhZfer1YPn0cRGIdYQ5nibxARvpo,1369
|
|
21
|
+
test/test_create_namespace201_response.py,sha256=bkk0l3bYrRaEENurDIy9rm5LwO18lzmmhmbiBFTn4d0,1440
|
|
22
|
+
test/test_create_namespace_request.py,sha256=-OtvQeYK1v08BLmyptCYuM8u70y_BfEQjolb_2Yl3gU,1472
|
|
23
|
+
test/test_create_organization201_response.py,sha256=I-s2IhcwV8l4eZfUWdGYGjkAxa9l8d69GgqKfCjWQ3w,1479
|
|
24
|
+
test/test_create_organization_request.py,sha256=-h01Vt1Dvrw9GFRYnBzY3H6UiJ4QFQeiZZ3pKZHgSxU,1424
|
|
25
|
+
test/test_create_share_name_request.py,sha256=tE-HItTzsx4nwAYl0ENMbYzm6prAxLfDznCismb_oMM,1420
|
|
26
|
+
test/test_delete_identity_request.py,sha256=ZP_cH5EMAJKXURLUkq91UFGFSGFIPR55T1uto6EpLgs,1369
|
|
27
|
+
test/test_disable_request.py,sha256=1oB_uLIo3-qaXODL8mxwWOLUPDQVeAEymycor_ckMVc,1288
|
|
28
|
+
test/test_enable_request.py,sha256=Ee51cwlI7ygoWSbSQ-fqYt7UTb98AOo5MUvNaG0zsiU,1306
|
|
29
|
+
test/test_enroll200_response.py,sha256=5-s8pOCVl48LvzkdBaIsuSctrc0oaCMp03TunVRviG8,1321
|
|
30
|
+
test/test_enroll_request.py,sha256=kXwS5IhHZno8o8o-cnehLjDnqPRx6XFGg9SoctLH_Ms,1275
|
|
31
|
+
test/test_environment.py,sha256=y93AQj87KO8wQ7xhmXqVGAXL5pH6e3ZHX4I7loV1o50,1671
|
|
32
|
+
test/test_environment_and_resources.py,sha256=mkpNIuwRhDJV166B73ot6X7LkBZg3Tw7wU9UeGwSDJw,3250
|
|
33
|
+
test/test_environment_api.py,sha256=3m5GnxQuDP1NOuey3Z6xvuwFRCnO4gFpftsMFT7K-Vk,739
|
|
34
|
+
test/test_environment_summary.py,sha256=Wnli1BnGmppquSq5o_A3WZC1mXguNMc3QhF8u-TNDuc,1630
|
|
35
|
+
test/test_environments_list.py,sha256=v3Pr_aK8j5MhboDCMJMK5kx2P0bh16R9tg5gnZGc21M,1829
|
|
36
|
+
test/test_frontend.py,sha256=9bughQo-aWjj90mxSisfdE_5IurgrxFOLR0yahijy3U,1477
|
|
37
|
+
test/test_get_sparklines200_response.py,sha256=WEDwrf_4PPl0GxIh3rGsUZunCSe20OwA91RYmmwS418,1883
|
|
38
|
+
test/test_get_sparklines_request.py,sha256=r8klh9Ze9kEe7CA1Z8Q4cyp6lrx-ZQRpBz1yS-4e0wk,1514
|
|
39
|
+
test/test_invite_request.py,sha256=qDqjbxQOyO8pL-GRNrak2RI7Erz8M4DrwRnL5kCoH34,1308
|
|
40
|
+
test/test_invite_token_generate_request.py,sha256=sw5sEvlBJkKNQp8C7EpzYxziKy835s6vJQ5AJcUO6B0,1483
|
|
41
|
+
test/test_list_frontend_namespace_mappings200_response_inner.py,sha256=88k7gYQ10u2xOqKqVG27xsCyp1IpPsdxMds1KfPuqFw,1776
|
|
42
|
+
test/test_list_frontends200_response_inner.py,sha256=ILwpkBWig48p2VpdE1CBKpL7lC_TSIbmAMsePk-rX88,1708
|
|
43
|
+
test/test_list_memberships200_response.py,sha256=cI2VVPM7nuUYiZCJnMa6CfxBN_LWiBbAO4HpSGIVddM,1722
|
|
44
|
+
test/test_list_memberships200_response_memberships_inner.py,sha256=13pMflbRfEV41MKQ95Wj9H001Kg4OrWoy0V2Bedk-Jo,1701
|
|
45
|
+
test/test_list_namespaces200_response_inner.py,sha256=KmCmnvqlp1elo02K80KM1BswF9fc7Hr8JE4lF8Afz_w,1645
|
|
46
|
+
test/test_list_organization_members200_response.py,sha256=KlFtD44uXPv_Vaglx77ZmEkZxgyFukIq2Pbh9yJbo4o,1768
|
|
47
|
+
test/test_list_organization_members200_response_members_inner.py,sha256=glE4uVppaOJJKiiHxfbXgiItRh7mKp0NAPeqPHUM9xc,1703
|
|
48
|
+
test/test_list_organizations200_response.py,sha256=UUWsGbXK2IA4ysAhAsvVKh6pEHPkDpNCQYszNAEjOlY,1717
|
|
49
|
+
test/test_list_organizations200_response_organizations_inner.py,sha256=ip2VJDY40vqTTQc_xJdPeKmuu4GyMcyz-z-fsuRhyAU,1719
|
|
50
|
+
test/test_list_share_namespaces200_response_inner.py,sha256=mqnjCeOglHdRVoaX3QBciZpXlVr5XDk1hTJ73_mKI-U,1611
|
|
51
|
+
test/test_login_request.py,sha256=kk6dj6AZ6gZtRn2K-iDJLZidKS7lH-saXz7K9jWY2zM,1292
|
|
52
|
+
test/test_metadata_api.py,sha256=gwqkExbJLSY_E1EEtyKeaXe-DqogZAlOsnNg5A0zg_U,2704
|
|
53
|
+
test/test_metrics.py,sha256=d1ZVL-X3y0XaxNRcqMEBcRzAUpniXm7oQZBboPX7dU8,1493
|
|
54
|
+
test/test_metrics_sample.py,sha256=syfHB9dlZfzAmbkp54z4aTx9_ewsKhRUfB1WZ-6Fgjw,1336
|
|
55
|
+
test/test_name.py,sha256=LtTUI8uFMa1hIVcKGdDP6eweXHxpAgSyGBSakBfjHsA,1338
|
|
56
|
+
test/test_name_selection.py,sha256=q_PcsfOJNBJg2Jp4IsNjUj5zDD3RPrHGQOExZ321O7I,1310
|
|
57
|
+
test/test_overview.py,sha256=cf0TlAS-sA_NWfhi8NtPeOEmG8J_3Huz42aFAxVl0mg,4027
|
|
58
|
+
test/test_overview_names_inner.py,sha256=G5z6mw1acLEoFGVMyhZeaYuAbAlB08q7lEWQ3Tem3tU,1508
|
|
59
|
+
test/test_ping200_response.py,sha256=iipc-xuB1PJAD93mAlIBtAVpBVECW5aYr3413U6demg,1299
|
|
60
|
+
test/test_principal.py,sha256=_IzNgul1BJ4XhmueK3hf8qgxRH0NWNqvVsVYJGrOv10,1341
|
|
61
|
+
test/test_regenerate_account_token200_response.py,sha256=6uxE81mdTzUgwW502Ip8oNFbuzOywGgT931fXoJTW2Y,1523
|
|
62
|
+
test/test_regenerate_account_token_request.py,sha256=ixs4TFOx4402ac4ErQhCMaKs1cpQGfIAAXOXRMRE1UM,1475
|
|
63
|
+
test/test_register_request.py,sha256=q__XzOe-Id0R2-rgl6SILdViEmAEd4Id8b7wDKk6OIM,1337
|
|
64
|
+
test/test_remote_access_request.py,sha256=DA4RzHXN8HJe9QP3AFn9TXLmCbBWUpo4VUsK8Vevnn8,1635
|
|
65
|
+
test/test_remote_share200_response.py,sha256=WEKBhc9nqvWELfb6pAjBkrfWQ0yoNFExOZz7468p24k,1467
|
|
66
|
+
test/test_remote_share_request.py,sha256=D2t3rNwzswlcXLDszNVh5st0MctbNs3SbGYoetC3rX4,2110
|
|
67
|
+
test/test_remote_status200_response.py,sha256=l1fvsYF76iG7OuLLJXlbKfaMI7uM6XQEFGhrOcEMxAg,2976
|
|
68
|
+
test/test_remote_status200_response_accesses_inner.py,sha256=zPDEaxpE7_DOB0A8xtLnQhAfqXQ3sNkt2Feh8DIDRs8,2015
|
|
69
|
+
test/test_remote_status200_response_shares_inner.py,sha256=HoAYYImUfVwOMntHzAHmne-bEAwX8zpb67Zh1zDocCo,2057
|
|
70
|
+
test/test_remote_status200_response_shares_inner_failure.py,sha256=B8YyzgDeC3gCE4apZ8EA8A9eGfd_biRJD4VCrWrwYAQ,1704
|
|
71
|
+
test/test_remote_unaccess_request.py,sha256=qIHsev9hy0cj4c2Gz5zX8oVol9-3F4GyCoGP7o11GIw,1409
|
|
72
|
+
test/test_remote_unshare_request.py,sha256=RwqgGPuita4N2lWvXqpwOdl-KRSqNyrRGVILTGo5T_I,1388
|
|
73
|
+
test/test_remove_namespace_frontend_mapping_request.py,sha256=MuaR5nkmf7EYnp6VPXPV7nOE3PxozWSbQ2gWDB64q_Y,1611
|
|
74
|
+
test/test_remove_organization_member_request.py,sha256=wD7XXeaxEmTnwubJZdDkTzNq0bgNb4Q2QGdeHX2SiJ0,1532
|
|
75
|
+
test/test_reset_password_request.py,sha256=XCmqa4HAcBnyimKG3N3DtAfxlVmWKd-J6s5UMuD5uM4,1395
|
|
76
|
+
test/test_share.py,sha256=wR9E-2JkbTM8hww_g1b6BRJ3Ri1E7Nu89d9USw1fHvw,1717
|
|
77
|
+
test/test_share_api.py,sha256=9odSuGlFiyaB2GzpCnY5FW3S5rHhEOZ-uQujOdmZy7M,1825
|
|
78
|
+
test/test_share_http_healthcheck200_response.py,sha256=mN_ixBLnISc8SyNXQNv1Oau7U-0HsAgeIOo6u1N1jnU,1523
|
|
79
|
+
test/test_share_http_healthcheck_request.py,sha256=40XDaf6wkhR0QM3Sx_avoK-9KLm0YWV0GYx4Yn58MWs,1626
|
|
80
|
+
test/test_share_request.py,sha256=ygI0BVvZwwQ8ShQdbV2LjgYSWXPk8zlG-ZTGtIIj3k8,2143
|
|
81
|
+
test/test_share_response.py,sha256=4vZtQYNNSmhSbTZMvG7ayP9uFYmxKF5IdckW6UVMiXo,1370
|
|
82
|
+
test/test_share_summary.py,sha256=44ogxmjExvHFcBwlZpEFe65luSFFfsDBlm1lVXEr5dA,1604
|
|
83
|
+
test/test_shares_list.py,sha256=kMQBhZuygoFwqQChwsjCeXfokyAfPIyoKK_azz1Jm8Y,1801
|
|
84
|
+
test/test_spark_data_sample.py,sha256=usAV57eqS2HznR5ybnuq07-hVCPNlrNy0AmkywQ1mi0,1326
|
|
85
|
+
test/test_unaccess_request.py,sha256=EqfWslQwFJNLyUh589qJKs2dZLW235Gcmuz5J6awBSU,1370
|
|
86
|
+
test/test_unshare_request.py,sha256=SQS5igyJefrDzCbTlna6gJx62w-8CZhfHqZx4FQjuaU,1321
|
|
87
|
+
test/test_update_access_request.py,sha256=_M5yvRgQH_A0VEWBg-8PM2X314chedb8G7azhPIlEBw,1424
|
|
88
|
+
test/test_update_frontend_request.py,sha256=w7yUvDoVEohqWKX_Bkbar2vuOV6XPZjab1kUqlkX3l0,1516
|
|
89
|
+
test/test_update_namespace_request.py,sha256=Y_xb98FO4BVB-s1s1wShqRyHpAqv_Sl3nvSXs0m7CnU,1515
|
|
90
|
+
test/test_update_share_name_request.py,sha256=UvMI-yKrioXzu3_eMsc0v-WwJyaUui2YdVFqev52opU,1453
|
|
91
|
+
test/test_update_share_request.py,sha256=_TxggRm0Wsl5xkC1iSYhVyQvmChldBAGcQmz4uGIfdc,1511
|
|
92
|
+
test/test_verify200_response.py,sha256=Ja20acQeQm0Y4p5Lht_7PoeBy7BoLYJ9yEkMS29MHjI,1321
|
|
93
|
+
test/test_verify_request.py,sha256=Un6AlOjEyBK5eTQyzqsBfs7CCfgQ8OFi9LoCLtsBn1Q,1282
|
|
94
|
+
test/test_version_inventory200_response.py,sha256=a_twXeAYv5Y_PnmUGc9GROGOIkI4b8CkzJRAGsfzp-8,1455
|
|
95
|
+
zrok/__init__.py,sha256=6sk89I_fgEKHXE8usMdM_ZfLBuI3wPNHC-QbJn6rmZY,164
|
|
96
|
+
zrok/_version.py,sha256=szSh1G34uFEarP0mMe2G7l2SeKE3lRsC9BsSyBytuXU,504
|
|
97
|
+
zrok/access.py,sha256=40x7gQf5SJs_y6GdogMxaiFkbMhQAEk4UBHZ0avlNGk,1894
|
|
98
|
+
zrok/decor.py,sha256=ojcwqiYF1K3-H4tGVHaIboxNO_1ZzHgOpq1X7zgX9YM,996
|
|
99
|
+
zrok/dialer.py,sha256=Ljga6OrdXSfta0oHdBmGnnevVfwTyRohXIHrX6ppyfE,332
|
|
100
|
+
zrok/listener.py,sha256=eXgdFCv5whi932FP3S14eJwtuRHZ71qJvaTNkmup_PU,748
|
|
101
|
+
zrok/model.py,sha256=wSwcIK_aVOeP80C1xH1Fno5yg9KQreeEAemTzxSym7U,1674
|
|
102
|
+
zrok/overview.py,sha256=x470Ve0txnUQGlbGLcLv_6UpJanCkvkKoOOdVKRLyM8,3000
|
|
103
|
+
zrok/proxy.py,sha256=UNk_Yma4rEfQmcBh759hZsgjQhMMpOJCH_Nu2C1vARc,7240
|
|
104
|
+
zrok/share.py,sha256=OI5CHb2yCtdHWGsnDvFp4SIgr6hPRjIwrYo4k8OQ_oI,7687
|
|
105
|
+
zrok/environment/__init__.py,sha256=uCgcswJMyow06WDv5exz9XXO4TngpQI7qJB9Z70C0WY,32
|
|
106
|
+
zrok/environment/dirs.py,sha256=bdTGmhTgVzzES7lMlCRAoonBiJp_eGyyv2RRZIHsBm8,615
|
|
107
|
+
zrok/environment/root.py,sha256=zWMIjEluaLzD_wnWRhLMMcTXJwtLVsXD8q_T8XGrkyA,4692
|
|
108
|
+
zrok_api/__init__.py,sha256=XYv0-jzRo_KW3I7I1_oFwR3gkxEh64QkHMyzRME-L84,12868
|
|
109
|
+
zrok_api/api_client.py,sha256=eyhTlEqVoDMkMEDfGe85V1qutFkpOWkz0urWFJ1FWgA,27581
|
|
110
|
+
zrok_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
111
|
+
zrok_api/configuration.py,sha256=1WSmWaB5G_pc4Q-iX7WJHWU95jwEpTLrXv3cA2ggMmI,18707
|
|
112
|
+
zrok_api/exceptions.py,sha256=XTbHezw50won8iZ3u_scNtQ5MSZ5i12MOtqZNpx8an4,6380
|
|
113
|
+
zrok_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
|
+
zrok_api/rest.py,sha256=XWV7BMTSVsTMb83ASCXvs-UnnwJpwgBGs8WGGRAmUOU,9371
|
|
115
|
+
zrok_api/api/__init__.py,sha256=z3KEou4Lkm7wPV-TNdmLd9MP4gjfNEhPijzOYqn2hq0,334
|
|
116
|
+
zrok_api/api/account_api.py,sha256=SAoWxRZFHhVR0QxjSL3gRRLgD91L2BdDg6ObNQsNPB0,83419
|
|
117
|
+
zrok_api/api/admin_api.py,sha256=bW3VtGY5e34p56TsLhE6iHE678kR8QRi-Vv912-QTpQ,287134
|
|
118
|
+
zrok_api/api/agent_api.py,sha256=JNoe3ejw20oZKJhVGyjslWmu5j6UkwogdFv5uSiU55I,93875
|
|
119
|
+
zrok_api/api/environment_api.py,sha256=4DVe6EH0DoHYnw250XiKOjCMX8KGAItuY9vdQ1vgtwo,21244
|
|
120
|
+
zrok_api/api/metadata_api.py,sha256=OZoxeKOjynjq2URQ9eF2mt_hNZsKHyENtH6wbNVLv-4,222180
|
|
121
|
+
zrok_api/api/share_api.py,sha256=4NoS0ZJlyGIg94kLTlHQewpiF0T3XHeC_h_CpziuHik,122207
|
|
122
|
+
zrok_api/models/__init__.py,sha256=bG3_u9zClsRcByYlRbTQ1D3vmcZlKTMDxxawPaNIkO4,6770
|
|
123
|
+
zrok_api/models/access201_response.py,sha256=oKnfoIXnDZcQiAZp7ZYQ01zBI_JSgNs0qtAThs-5lj8,2649
|
|
124
|
+
zrok_api/models/access_request.py,sha256=9THbFVtXRbn-kY5-_xovIhGoVa7fBLefvMZ92wKqjgg,2850
|
|
125
|
+
zrok_api/models/access_summary.py,sha256=eg_t1bHLzhW21VmRrwrCywmxXv0iEAadKgahFoVe1z8,3620
|
|
126
|
+
zrok_api/models/accesses_list.py,sha256=TsX8pE_lvxt3WvP05y8JqQaXzI1tuZsWK8wLw7CBlEw,2895
|
|
127
|
+
zrok_api/models/add_frontend_grant_request.py,sha256=aYDXKCsHtBRRcLNhddaq_mL6q0MQaWCKoX9-oopWX-Q,2612
|
|
128
|
+
zrok_api/models/add_namespace_frontend_mapping_request.py,sha256=KjZrGBa-rw7SnH4E0G0XntNUJ8fa9U302-C6QMstevE,2882
|
|
129
|
+
zrok_api/models/add_namespace_grant_request.py,sha256=W3taaJcXY3RRGupRYJEqBDwf3B9n93ApfVVgzlJirZA,2621
|
|
130
|
+
zrok_api/models/add_organization_member_request.py,sha256=pRJGqpYisFrjELhk9BUBB-6ka4e7l2Hzvms68u630f0,2751
|
|
131
|
+
zrok_api/models/auth_user.py,sha256=uQKP6O6JsSU1i-yeUDZqSS9li0WCqhfRcjSnF6HvhTE,2498
|
|
132
|
+
zrok_api/models/change_password_request.py,sha256=y2zfB8FyQ6cIq-qetzcUt5jpCqfWp-f3RszJ_vYYVZc,2741
|
|
133
|
+
zrok_api/models/client_version_check_request.py,sha256=QoQ_U-Hvg3ba-8FVp123ZbevfRlIHGwSiHbi6cKJNK8,2534
|
|
134
|
+
zrok_api/models/configuration.py,sha256=9hl263nYtrOvN1mATJdVKIBeO6vAZDE6EuejxgA-U7Y,3245
|
|
135
|
+
zrok_api/models/create_frontend201_response.py,sha256=PP2nWC98Mtd7CaN0SqRqG3cILoUyKMSH8R2Wdv_5TI4,2534
|
|
136
|
+
zrok_api/models/create_frontend_request.py,sha256=NOUB8IABaCL8OoilN5Mb-thVK9Y8y2sjvvvNUHsvGeU,3303
|
|
137
|
+
zrok_api/models/create_identity201_response.py,sha256=wF5p7gcJeu3cnRU7MRjfUhDClvKMIyuF3QokmFfSCJQ,2546
|
|
138
|
+
zrok_api/models/create_identity_request.py,sha256=RQxAlwAaLsStinQkpENE39Y-K34Q4ZDCrtZipJeA30E,2436
|
|
139
|
+
zrok_api/models/create_namespace201_response.py,sha256=XZPurvgezJ7O_lrpBfy_M8ivxQjE6WAIN_qWL2TjZAc,2543
|
|
140
|
+
zrok_api/models/create_namespace_request.py,sha256=yjcLL4Aq5qIIQ_Hexoauiqy7qxa-rKKsS62K56e0XUY,2731
|
|
141
|
+
zrok_api/models/create_organization201_response.py,sha256=2nRJo1QVJpuaXkktwvnwNU8ji47EwSp2ajfuh0wfUOo,2570
|
|
142
|
+
zrok_api/models/create_organization_request.py,sha256=Bo38Rs45IOOTEZVWy3NqFQEl3CMjNsHnCPGw5K00jxY,2480
|
|
143
|
+
zrok_api/models/create_share_name_request.py,sha256=Ky-UOmYuiW2vOJ2bripKMEJHCA2Fkn8s8hX-j4yYyFQ,2609
|
|
144
|
+
zrok_api/models/delete_identity_request.py,sha256=FtTncylEZaoY0OoaHM7pfAzKPs6e69B9HJXJYqNekNU,2468
|
|
145
|
+
zrok_api/models/disable_request.py,sha256=Wv0kp0kJ0dJsKxRs785foY8FFLP_whSi-Dfbe4xruYI,2424
|
|
146
|
+
zrok_api/models/enable_request.py,sha256=3tK1AiuszLirZFYgic2UicZeO3cGYwUOPghYfjY7YNA,2514
|
|
147
|
+
zrok_api/models/enroll200_response.py,sha256=Lj1JMHCH-aBIy8RcIcRWPIsCAGrjE0WgAhhwDO3bXnE,2424
|
|
148
|
+
zrok_api/models/enroll_request.py,sha256=OGgjyMKcIsD1ufk90wcJDjwagnCARqpkSwGz6D7vMZg,2451
|
|
149
|
+
zrok_api/models/environment.py,sha256=O4ctcs-cqC_s7YfNo-7BQ2Krrzf10tnZXNSNdvhyOR8,3851
|
|
150
|
+
zrok_api/models/environment_and_resources.py,sha256=M6N7ot3bP5WjHo3fo0HNhsg41k4L49n1O0U4OTPXl08,3873
|
|
151
|
+
zrok_api/models/environment_summary.py,sha256=XNZlsecZSCliM4Nmw0c1Rqtjayee0GNDAg-eqtHzMmk,3586
|
|
152
|
+
zrok_api/models/environments_list.py,sha256=PPqg7a0eDsBWJkAcIEUPgNj27QuDfWJozUzIjBgZEis,2979
|
|
153
|
+
zrok_api/models/frontend.py,sha256=wwZbGHyQU_sRa5IEny3eveqBj_0Mh96cFAEtabdk2Qc,3478
|
|
154
|
+
zrok_api/models/get_sparklines200_response.py,sha256=YufnTDmtLkGCQ6gRfV9MnY9EX2-NqWHm4dCSbmlxhJw,2942
|
|
155
|
+
zrok_api/models/get_sparklines_request.py,sha256=wv8m8J7bInDffLrweDC5oQydL0zunsGK8YLXBgk3pug,2673
|
|
156
|
+
zrok_api/models/invite_request.py,sha256=tosFV3X3x4Vo1wlekx8Ibf85AWtY7z7OmB1abNs_zTQ,2562
|
|
157
|
+
zrok_api/models/invite_token_generate_request.py,sha256=1wqikWPPvAsN5bdykJrhg4TSAK8wt7eU-tlIH9LUQoA,2539
|
|
158
|
+
zrok_api/models/list_frontend_namespace_mappings200_response_inner.py,sha256=fDZdHKkp2UrADjREGQAQ_dSR3W05ZCmMMGpktgIP0DQ,3074
|
|
159
|
+
zrok_api/models/list_frontends200_response_inner.py,sha256=HjQxpwxxLEnsgNa09rQzeJ5O_IT4znPqPMbvfBoZNzI,3500
|
|
160
|
+
zrok_api/models/list_memberships200_response.py,sha256=0j4C9d8VdaQRGlK4bqZTLM9c7dJHDDRIl0FcolmQvdY,3106
|
|
161
|
+
zrok_api/models/list_memberships200_response_memberships_inner.py,sha256=5b6B8E5hfEjHPJH1yJ8rML60sLpK9-zoLQkbdCQoiBs,2831
|
|
162
|
+
zrok_api/models/list_namespaces200_response_inner.py,sha256=AGcIJ7xBqKE_DUs8T0YYrJczsKecfYg91EA3PSxeowg,3131
|
|
163
|
+
zrok_api/models/list_organization_members200_response.py,sha256=Z0PmeeY7H68oJiAsLPSJUnKuS4NwQTRuxgzSQxSKeU0,3107
|
|
164
|
+
zrok_api/models/list_organization_members200_response_members_inner.py,sha256=drD-7Uit8v6svK8Be8FVNzQWELlNZ8vsPYwUETcRnX8,2639
|
|
165
|
+
zrok_api/models/list_organizations200_response.py,sha256=_bxHcwpAzhBPSS30IktGu6ZehF8tKcrGPLwP8mD36eA,3154
|
|
166
|
+
zrok_api/models/list_organizations200_response_organizations_inner.py,sha256=wfNAWGmtY5wCyBHD9nc0KpYICpEhtayHN1rZYlWBMgk,2748
|
|
167
|
+
zrok_api/models/list_share_namespaces200_response_inner.py,sha256=LhR5_kYV5HQEaFwl2LcDIWXh_NuW0VRBWifVlcZ9Dvg,2771
|
|
168
|
+
zrok_api/models/login_request.py,sha256=mxhvAbhNb32ziEHA1fsXlP4Bh-E6A__Mjix60tXs6Vs,2502
|
|
169
|
+
zrok_api/models/metrics.py,sha256=CMAzbsLex8HqN4vNKDzPY2llV7uY-mREGzRv3sD3P6M,3175
|
|
170
|
+
zrok_api/models/metrics_sample.py,sha256=g6cZRCOmpd0gtmJvpWyjKsFpzCetHQkS_mJh6AoRgdU,2652
|
|
171
|
+
zrok_api/models/name.py,sha256=_cPO6nfmFVVH9jpSbCXlD2UjsGDjA4PbYxmgEexINgQ,3095
|
|
172
|
+
zrok_api/models/name_selection.py,sha256=_5G_Pmcl17UnODoV48cQAxMcHlTghuw824G5Un4FTvA,2573
|
|
173
|
+
zrok_api/models/overview.py,sha256=7ZjmJkgR1XNwLnssMQUC-j8hWyCAsP7ByTelorqBLWc,4426
|
|
174
|
+
zrok_api/models/overview_names_inner.py,sha256=lAqgzU1Qch7QNrlDs7WTlWj9Fwsqmy07qVlTJwJwJHs,3151
|
|
175
|
+
zrok_api/models/ping200_response.py,sha256=VPddj3fltzPjcNqX35CCIFci1OtW6g9Glw96K389J5s,2424
|
|
176
|
+
zrok_api/models/principal.py,sha256=WGFR1nVqkqNagf9qNGkjoQOw6CKcgWgPpFi19w_LGUg,2765
|
|
177
|
+
zrok_api/models/regenerate_account_token200_response.py,sha256=UFU94lweve1gVzGTPWNKjaeMI0jzIWPYR0-5GN5CCFQ,2561
|
|
178
|
+
zrok_api/models/regenerate_account_token_request.py,sha256=ZD62sP_BLQRJXL7usxtCKsg-ff_rpRa3ALV0LBhMN4s,2545
|
|
179
|
+
zrok_api/models/register_request.py,sha256=PeYGpk_zuzHgB4Eqa9CGZdh4SutuiIHAlFF9j_cyMDE,2592
|
|
180
|
+
zrok_api/models/remote_access_request.py,sha256=46v2AOoRImgXpyZnzTdvJxz4FS1IZ9UkmAftWrIWTZQ,3601
|
|
181
|
+
zrok_api/models/remote_share200_response.py,sha256=2BN2MtyMhtbAQeHpe-CS2zDJyKxfU4soosi__HqOiN8,2634
|
|
182
|
+
zrok_api/models/remote_share_request.py,sha256=mm8hVGh2kY4BWlg62YmK4pOwTtdOFqS5IiFjg5Iza4o,5603
|
|
183
|
+
zrok_api/models/remote_status200_response.py,sha256=4MjzZCgAj3TBAIO-mHYhJxHBXxiYW-A_Es8q2WXBnoU,3685
|
|
184
|
+
zrok_api/models/remote_status200_response_accesses_inner.py,sha256=huw_8-Ebk_yPEyiFr1ct042uUxLrxKCMdup4V-DDDnI,3575
|
|
185
|
+
zrok_api/models/remote_status200_response_shares_inner.py,sha256=KUqOTuXNgDqb9ITApCCZDRtRxizFAl3YVzxO0ADekoU,3819
|
|
186
|
+
zrok_api/models/remote_status200_response_shares_inner_failure.py,sha256=xjdLftDBxypoQQ96aEhf7Ky-AFXFS2G5fOEKQEJnqWY,2886
|
|
187
|
+
zrok_api/models/remote_unaccess_request.py,sha256=fCjw06cSc3ZyP1y4pQ0e9MI7jVR0pjIIABKPXCUD1v8,2640
|
|
188
|
+
zrok_api/models/remote_unshare_request.py,sha256=LTvzf4w1r3Hd8UOzWGiN6_X0Fs98OBeIFHOWtjP3Ubk,2565
|
|
189
|
+
zrok_api/models/remove_namespace_frontend_mapping_request.py,sha256=FPNvs-wCBFFlj8foSgS27-M4F7aSLwezgU42lyqWY4I,2744
|
|
190
|
+
zrok_api/models/remove_organization_member_request.py,sha256=i30cGimgIpn-o47HoHmBP4N4OPVPmFEzEOK6fWv1rK8,2664
|
|
191
|
+
zrok_api/models/reset_password_request.py,sha256=4T0cJng3FovHtaOnLtEnG9Bhb5-SJNZHP9eOmiwxqyU,2597
|
|
192
|
+
zrok_api/models/share.py,sha256=bwoDawyoZMgERzVkSZerankI3f-O5_9KDYNQfYJW9aY,4214
|
|
193
|
+
zrok_api/models/share_http_healthcheck200_response.py,sha256=P0Vc92Dt4cdn9MP67AcMHSzfuJTMzleIx-znzvR4q4I,2587
|
|
194
|
+
zrok_api/models/share_http_healthcheck_request.py,sha256=iBY5htFXE4ORCIUguBsM8zQbazk9qEjZdLe-3h7siYI,3280
|
|
195
|
+
zrok_api/models/share_request.py,sha256=Q4A5jpT1IeJiTE7DPjdvuXSoRrjX2c6idWgV_N71UnE,6478
|
|
196
|
+
zrok_api/models/share_response.py,sha256=3EflWQ027EhE1lAz58XdChoQQ4N6AjW6M8ixy0dS8eI,2680
|
|
197
|
+
zrok_api/models/share_summary.py,sha256=WgNzR1AhNFaBJIws6Lgf_MyB-M5w3ni0t-YfPPAj9zc,3645
|
|
198
|
+
zrok_api/models/shares_list.py,sha256=0vcvK92kc3kSrFxP5gNwwZq46JB7mbnnsWDiSkV7kPo,2859
|
|
199
|
+
zrok_api/models/spark_data_sample.py,sha256=C1MtqSYPcX-9gDBH5DfEU-3EvNtCGkNbJKQBPDK-PSI,2538
|
|
200
|
+
zrok_api/models/unaccess_request.py,sha256=0HskcTielh7Vc-DzpuAynfSHXPMIDUcqH76tkbaoDs4,2758
|
|
201
|
+
zrok_api/models/unshare_request.py,sha256=7QLmcmaHHkGpGImAAa1p4FkHQkggsczYd6nmuo-El5k,2597
|
|
202
|
+
zrok_api/models/update_access_request.py,sha256=3aeUGXc7GnjB_1Twa1KYT9X88Rb88ZOpXwIh-fQfhBY,2767
|
|
203
|
+
zrok_api/models/update_frontend_request.py,sha256=_xGfW4AkDeNXfiTJ3BDZnNGlYNeKAMhD73U9Rx_DeDA,3057
|
|
204
|
+
zrok_api/models/update_namespace_request.py,sha256=MmZoTxRZlNXNa_AFjh50opAurziOjtadfQg8jwTjoWc,2942
|
|
205
|
+
zrok_api/models/update_share_name_request.py,sha256=T_eC84M4wzr7qITrBfBnVlz4w0zPivcGXgG51VyZf9Q,2813
|
|
206
|
+
zrok_api/models/update_share_request.py,sha256=Hzim_cK9MwgzgiQQW3Si-E4X9_9pjOPVtAy1HjBLENM,2854
|
|
207
|
+
zrok_api/models/verify200_response.py,sha256=rPNpW1AKZCVOyiqXFSOtBIG0lfKeKZ707Ih-JhUU5iA,2424
|
|
208
|
+
zrok_api/models/verify_request.py,sha256=LPBlcavSGOplH_uauNaIi9bHH84ZoG6mRQe1CYypYVU,2486
|
|
209
|
+
zrok_api/models/version_inventory200_response.py,sha256=Qby-087-MhX0A7VYDoIZmIUdEPgigxoL3UKRY6n-C8g,2562
|
|
210
|
+
zrok2_build_debugging-22.0.2000008.dist-info/METADATA,sha256=njMVQczABr7nrRKAq_kxeiPknQU5Wh3UC9uGTITeykg,727
|
|
211
|
+
zrok2_build_debugging-22.0.2000008.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
212
|
+
zrok2_build_debugging-22.0.2000008.dist-info/top_level.txt,sha256=S9TfeGi-JssSK0qiZ5nH2Y9vohUKIYlwJusJTWUspB4,19
|
|
213
|
+
zrok2_build_debugging-22.0.2000008.dist-info/RECORD,,
|
zrok_api/__init__.py
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
# flake8: noqa
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
zrok
|
|
7
|
+
|
|
8
|
+
zrok client access
|
|
9
|
+
|
|
10
|
+
The version of the OpenAPI document: 2.0.0
|
|
11
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
|
+
|
|
13
|
+
Do not edit the class manually.
|
|
14
|
+
""" # noqa: E501
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
__version__ = "1.0.0"
|
|
18
|
+
|
|
19
|
+
# Define package exports
|
|
20
|
+
__all__ = [
|
|
21
|
+
"AccountApi",
|
|
22
|
+
"AdminApi",
|
|
23
|
+
"AgentApi",
|
|
24
|
+
"EnvironmentApi",
|
|
25
|
+
"MetadataApi",
|
|
26
|
+
"ShareApi",
|
|
27
|
+
"ApiResponse",
|
|
28
|
+
"ApiClient",
|
|
29
|
+
"Configuration",
|
|
30
|
+
"OpenApiException",
|
|
31
|
+
"ApiTypeError",
|
|
32
|
+
"ApiValueError",
|
|
33
|
+
"ApiKeyError",
|
|
34
|
+
"ApiAttributeError",
|
|
35
|
+
"ApiException",
|
|
36
|
+
"Access201Response",
|
|
37
|
+
"AccessRequest",
|
|
38
|
+
"AccessSummary",
|
|
39
|
+
"AccessesList",
|
|
40
|
+
"AddFrontendGrantRequest",
|
|
41
|
+
"AddNamespaceFrontendMappingRequest",
|
|
42
|
+
"AddNamespaceGrantRequest",
|
|
43
|
+
"AddOrganizationMemberRequest",
|
|
44
|
+
"AuthUser",
|
|
45
|
+
"ChangePasswordRequest",
|
|
46
|
+
"ClientVersionCheckRequest",
|
|
47
|
+
"Configuration",
|
|
48
|
+
"CreateFrontend201Response",
|
|
49
|
+
"CreateFrontendRequest",
|
|
50
|
+
"CreateIdentity201Response",
|
|
51
|
+
"CreateIdentityRequest",
|
|
52
|
+
"CreateNamespace201Response",
|
|
53
|
+
"CreateNamespaceRequest",
|
|
54
|
+
"CreateOrganization201Response",
|
|
55
|
+
"CreateOrganizationRequest",
|
|
56
|
+
"CreateShareNameRequest",
|
|
57
|
+
"DeleteIdentityRequest",
|
|
58
|
+
"DisableRequest",
|
|
59
|
+
"EnableRequest",
|
|
60
|
+
"Enroll200Response",
|
|
61
|
+
"EnrollRequest",
|
|
62
|
+
"Environment",
|
|
63
|
+
"EnvironmentAndResources",
|
|
64
|
+
"EnvironmentSummary",
|
|
65
|
+
"EnvironmentsList",
|
|
66
|
+
"Frontend",
|
|
67
|
+
"GetSparklines200Response",
|
|
68
|
+
"GetSparklinesRequest",
|
|
69
|
+
"InviteRequest",
|
|
70
|
+
"InviteTokenGenerateRequest",
|
|
71
|
+
"ListFrontendNamespaceMappings200ResponseInner",
|
|
72
|
+
"ListFrontends200ResponseInner",
|
|
73
|
+
"ListMemberships200Response",
|
|
74
|
+
"ListMemberships200ResponseMembershipsInner",
|
|
75
|
+
"ListNamespaces200ResponseInner",
|
|
76
|
+
"ListOrganizationMembers200Response",
|
|
77
|
+
"ListOrganizationMembers200ResponseMembersInner",
|
|
78
|
+
"ListOrganizations200Response",
|
|
79
|
+
"ListOrganizations200ResponseOrganizationsInner",
|
|
80
|
+
"ListShareNamespaces200ResponseInner",
|
|
81
|
+
"LoginRequest",
|
|
82
|
+
"Metrics",
|
|
83
|
+
"MetricsSample",
|
|
84
|
+
"Name",
|
|
85
|
+
"NameSelection",
|
|
86
|
+
"Overview",
|
|
87
|
+
"OverviewNamesInner",
|
|
88
|
+
"Ping200Response",
|
|
89
|
+
"Principal",
|
|
90
|
+
"RegenerateAccountToken200Response",
|
|
91
|
+
"RegenerateAccountTokenRequest",
|
|
92
|
+
"RegisterRequest",
|
|
93
|
+
"RemoteAccessRequest",
|
|
94
|
+
"RemoteShare200Response",
|
|
95
|
+
"RemoteShareRequest",
|
|
96
|
+
"RemoteStatus200Response",
|
|
97
|
+
"RemoteStatus200ResponseAccessesInner",
|
|
98
|
+
"RemoteStatus200ResponseSharesInner",
|
|
99
|
+
"RemoteStatus200ResponseSharesInnerFailure",
|
|
100
|
+
"RemoteUnaccessRequest",
|
|
101
|
+
"RemoteUnshareRequest",
|
|
102
|
+
"RemoveNamespaceFrontendMappingRequest",
|
|
103
|
+
"RemoveOrganizationMemberRequest",
|
|
104
|
+
"ResetPasswordRequest",
|
|
105
|
+
"Share",
|
|
106
|
+
"ShareHttpHealthcheck200Response",
|
|
107
|
+
"ShareHttpHealthcheckRequest",
|
|
108
|
+
"ShareRequest",
|
|
109
|
+
"ShareResponse",
|
|
110
|
+
"ShareSummary",
|
|
111
|
+
"SharesList",
|
|
112
|
+
"SparkDataSample",
|
|
113
|
+
"UnaccessRequest",
|
|
114
|
+
"UnshareRequest",
|
|
115
|
+
"UpdateAccessRequest",
|
|
116
|
+
"UpdateFrontendRequest",
|
|
117
|
+
"UpdateNamespaceRequest",
|
|
118
|
+
"UpdateShareNameRequest",
|
|
119
|
+
"UpdateShareRequest",
|
|
120
|
+
"Verify200Response",
|
|
121
|
+
"VerifyRequest",
|
|
122
|
+
"VersionInventory200Response",
|
|
123
|
+
]
|
|
124
|
+
|
|
125
|
+
# import apis into sdk package
|
|
126
|
+
from zrok_api.api.account_api import AccountApi as AccountApi
|
|
127
|
+
from zrok_api.api.admin_api import AdminApi as AdminApi
|
|
128
|
+
from zrok_api.api.agent_api import AgentApi as AgentApi
|
|
129
|
+
from zrok_api.api.environment_api import EnvironmentApi as EnvironmentApi
|
|
130
|
+
from zrok_api.api.metadata_api import MetadataApi as MetadataApi
|
|
131
|
+
from zrok_api.api.share_api import ShareApi as ShareApi
|
|
132
|
+
|
|
133
|
+
# import ApiClient
|
|
134
|
+
from zrok_api.api_response import ApiResponse as ApiResponse
|
|
135
|
+
from zrok_api.api_client import ApiClient as ApiClient
|
|
136
|
+
from zrok_api.configuration import Configuration as Configuration
|
|
137
|
+
from zrok_api.exceptions import OpenApiException as OpenApiException
|
|
138
|
+
from zrok_api.exceptions import ApiTypeError as ApiTypeError
|
|
139
|
+
from zrok_api.exceptions import ApiValueError as ApiValueError
|
|
140
|
+
from zrok_api.exceptions import ApiKeyError as ApiKeyError
|
|
141
|
+
from zrok_api.exceptions import ApiAttributeError as ApiAttributeError
|
|
142
|
+
from zrok_api.exceptions import ApiException as ApiException
|
|
143
|
+
|
|
144
|
+
# import models into sdk package
|
|
145
|
+
from zrok_api.models.access201_response import Access201Response as Access201Response
|
|
146
|
+
from zrok_api.models.access_request import AccessRequest as AccessRequest
|
|
147
|
+
from zrok_api.models.access_summary import AccessSummary as AccessSummary
|
|
148
|
+
from zrok_api.models.accesses_list import AccessesList as AccessesList
|
|
149
|
+
from zrok_api.models.add_frontend_grant_request import AddFrontendGrantRequest as AddFrontendGrantRequest
|
|
150
|
+
from zrok_api.models.add_namespace_frontend_mapping_request import AddNamespaceFrontendMappingRequest as AddNamespaceFrontendMappingRequest
|
|
151
|
+
from zrok_api.models.add_namespace_grant_request import AddNamespaceGrantRequest as AddNamespaceGrantRequest
|
|
152
|
+
from zrok_api.models.add_organization_member_request import AddOrganizationMemberRequest as AddOrganizationMemberRequest
|
|
153
|
+
from zrok_api.models.auth_user import AuthUser as AuthUser
|
|
154
|
+
from zrok_api.models.change_password_request import ChangePasswordRequest as ChangePasswordRequest
|
|
155
|
+
from zrok_api.models.client_version_check_request import ClientVersionCheckRequest as ClientVersionCheckRequest
|
|
156
|
+
from zrok_api.models.configuration import Configuration as Configuration
|
|
157
|
+
from zrok_api.models.create_frontend201_response import CreateFrontend201Response as CreateFrontend201Response
|
|
158
|
+
from zrok_api.models.create_frontend_request import CreateFrontendRequest as CreateFrontendRequest
|
|
159
|
+
from zrok_api.models.create_identity201_response import CreateIdentity201Response as CreateIdentity201Response
|
|
160
|
+
from zrok_api.models.create_identity_request import CreateIdentityRequest as CreateIdentityRequest
|
|
161
|
+
from zrok_api.models.create_namespace201_response import CreateNamespace201Response as CreateNamespace201Response
|
|
162
|
+
from zrok_api.models.create_namespace_request import CreateNamespaceRequest as CreateNamespaceRequest
|
|
163
|
+
from zrok_api.models.create_organization201_response import CreateOrganization201Response as CreateOrganization201Response
|
|
164
|
+
from zrok_api.models.create_organization_request import CreateOrganizationRequest as CreateOrganizationRequest
|
|
165
|
+
from zrok_api.models.create_share_name_request import CreateShareNameRequest as CreateShareNameRequest
|
|
166
|
+
from zrok_api.models.delete_identity_request import DeleteIdentityRequest as DeleteIdentityRequest
|
|
167
|
+
from zrok_api.models.disable_request import DisableRequest as DisableRequest
|
|
168
|
+
from zrok_api.models.enable_request import EnableRequest as EnableRequest
|
|
169
|
+
from zrok_api.models.enroll200_response import Enroll200Response as Enroll200Response
|
|
170
|
+
from zrok_api.models.enroll_request import EnrollRequest as EnrollRequest
|
|
171
|
+
from zrok_api.models.environment import Environment as Environment
|
|
172
|
+
from zrok_api.models.environment_and_resources import EnvironmentAndResources as EnvironmentAndResources
|
|
173
|
+
from zrok_api.models.environment_summary import EnvironmentSummary as EnvironmentSummary
|
|
174
|
+
from zrok_api.models.environments_list import EnvironmentsList as EnvironmentsList
|
|
175
|
+
from zrok_api.models.frontend import Frontend as Frontend
|
|
176
|
+
from zrok_api.models.get_sparklines200_response import GetSparklines200Response as GetSparklines200Response
|
|
177
|
+
from zrok_api.models.get_sparklines_request import GetSparklinesRequest as GetSparklinesRequest
|
|
178
|
+
from zrok_api.models.invite_request import InviteRequest as InviteRequest
|
|
179
|
+
from zrok_api.models.invite_token_generate_request import InviteTokenGenerateRequest as InviteTokenGenerateRequest
|
|
180
|
+
from zrok_api.models.list_frontend_namespace_mappings200_response_inner import ListFrontendNamespaceMappings200ResponseInner as ListFrontendNamespaceMappings200ResponseInner
|
|
181
|
+
from zrok_api.models.list_frontends200_response_inner import ListFrontends200ResponseInner as ListFrontends200ResponseInner
|
|
182
|
+
from zrok_api.models.list_memberships200_response import ListMemberships200Response as ListMemberships200Response
|
|
183
|
+
from zrok_api.models.list_memberships200_response_memberships_inner import ListMemberships200ResponseMembershipsInner as ListMemberships200ResponseMembershipsInner
|
|
184
|
+
from zrok_api.models.list_namespaces200_response_inner import ListNamespaces200ResponseInner as ListNamespaces200ResponseInner
|
|
185
|
+
from zrok_api.models.list_organization_members200_response import ListOrganizationMembers200Response as ListOrganizationMembers200Response
|
|
186
|
+
from zrok_api.models.list_organization_members200_response_members_inner import ListOrganizationMembers200ResponseMembersInner as ListOrganizationMembers200ResponseMembersInner
|
|
187
|
+
from zrok_api.models.list_organizations200_response import ListOrganizations200Response as ListOrganizations200Response
|
|
188
|
+
from zrok_api.models.list_organizations200_response_organizations_inner import ListOrganizations200ResponseOrganizationsInner as ListOrganizations200ResponseOrganizationsInner
|
|
189
|
+
from zrok_api.models.list_share_namespaces200_response_inner import ListShareNamespaces200ResponseInner as ListShareNamespaces200ResponseInner
|
|
190
|
+
from zrok_api.models.login_request import LoginRequest as LoginRequest
|
|
191
|
+
from zrok_api.models.metrics import Metrics as Metrics
|
|
192
|
+
from zrok_api.models.metrics_sample import MetricsSample as MetricsSample
|
|
193
|
+
from zrok_api.models.name import Name as Name
|
|
194
|
+
from zrok_api.models.name_selection import NameSelection as NameSelection
|
|
195
|
+
from zrok_api.models.overview import Overview as Overview
|
|
196
|
+
from zrok_api.models.overview_names_inner import OverviewNamesInner as OverviewNamesInner
|
|
197
|
+
from zrok_api.models.ping200_response import Ping200Response as Ping200Response
|
|
198
|
+
from zrok_api.models.principal import Principal as Principal
|
|
199
|
+
from zrok_api.models.regenerate_account_token200_response import RegenerateAccountToken200Response as RegenerateAccountToken200Response
|
|
200
|
+
from zrok_api.models.regenerate_account_token_request import RegenerateAccountTokenRequest as RegenerateAccountTokenRequest
|
|
201
|
+
from zrok_api.models.register_request import RegisterRequest as RegisterRequest
|
|
202
|
+
from zrok_api.models.remote_access_request import RemoteAccessRequest as RemoteAccessRequest
|
|
203
|
+
from zrok_api.models.remote_share200_response import RemoteShare200Response as RemoteShare200Response
|
|
204
|
+
from zrok_api.models.remote_share_request import RemoteShareRequest as RemoteShareRequest
|
|
205
|
+
from zrok_api.models.remote_status200_response import RemoteStatus200Response as RemoteStatus200Response
|
|
206
|
+
from zrok_api.models.remote_status200_response_accesses_inner import RemoteStatus200ResponseAccessesInner as RemoteStatus200ResponseAccessesInner
|
|
207
|
+
from zrok_api.models.remote_status200_response_shares_inner import RemoteStatus200ResponseSharesInner as RemoteStatus200ResponseSharesInner
|
|
208
|
+
from zrok_api.models.remote_status200_response_shares_inner_failure import RemoteStatus200ResponseSharesInnerFailure as RemoteStatus200ResponseSharesInnerFailure
|
|
209
|
+
from zrok_api.models.remote_unaccess_request import RemoteUnaccessRequest as RemoteUnaccessRequest
|
|
210
|
+
from zrok_api.models.remote_unshare_request import RemoteUnshareRequest as RemoteUnshareRequest
|
|
211
|
+
from zrok_api.models.remove_namespace_frontend_mapping_request import RemoveNamespaceFrontendMappingRequest as RemoveNamespaceFrontendMappingRequest
|
|
212
|
+
from zrok_api.models.remove_organization_member_request import RemoveOrganizationMemberRequest as RemoveOrganizationMemberRequest
|
|
213
|
+
from zrok_api.models.reset_password_request import ResetPasswordRequest as ResetPasswordRequest
|
|
214
|
+
from zrok_api.models.share import Share as Share
|
|
215
|
+
from zrok_api.models.share_http_healthcheck200_response import ShareHttpHealthcheck200Response as ShareHttpHealthcheck200Response
|
|
216
|
+
from zrok_api.models.share_http_healthcheck_request import ShareHttpHealthcheckRequest as ShareHttpHealthcheckRequest
|
|
217
|
+
from zrok_api.models.share_request import ShareRequest as ShareRequest
|
|
218
|
+
from zrok_api.models.share_response import ShareResponse as ShareResponse
|
|
219
|
+
from zrok_api.models.share_summary import ShareSummary as ShareSummary
|
|
220
|
+
from zrok_api.models.shares_list import SharesList as SharesList
|
|
221
|
+
from zrok_api.models.spark_data_sample import SparkDataSample as SparkDataSample
|
|
222
|
+
from zrok_api.models.unaccess_request import UnaccessRequest as UnaccessRequest
|
|
223
|
+
from zrok_api.models.unshare_request import UnshareRequest as UnshareRequest
|
|
224
|
+
from zrok_api.models.update_access_request import UpdateAccessRequest as UpdateAccessRequest
|
|
225
|
+
from zrok_api.models.update_frontend_request import UpdateFrontendRequest as UpdateFrontendRequest
|
|
226
|
+
from zrok_api.models.update_namespace_request import UpdateNamespaceRequest as UpdateNamespaceRequest
|
|
227
|
+
from zrok_api.models.update_share_name_request import UpdateShareNameRequest as UpdateShareNameRequest
|
|
228
|
+
from zrok_api.models.update_share_request import UpdateShareRequest as UpdateShareRequest
|
|
229
|
+
from zrok_api.models.verify200_response import Verify200Response as Verify200Response
|
|
230
|
+
from zrok_api.models.verify_request import VerifyRequest as VerifyRequest
|
|
231
|
+
from zrok_api.models.version_inventory200_response import VersionInventory200Response as VersionInventory200Response
|
zrok_api/api/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# flake8: noqa
|
|
2
|
+
|
|
3
|
+
# import apis into api package
|
|
4
|
+
from zrok_api.api.account_api import AccountApi
|
|
5
|
+
from zrok_api.api.admin_api import AdminApi
|
|
6
|
+
from zrok_api.api.agent_api import AgentApi
|
|
7
|
+
from zrok_api.api.environment_api import EnvironmentApi
|
|
8
|
+
from zrok_api.api.metadata_api import MetadataApi
|
|
9
|
+
from zrok_api.api.share_api import ShareApi
|
|
10
|
+
|