robosystems-client 0.1.10__py3-none-any.whl → 0.1.11__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.
Potentially problematic release.
This version of robosystems-client might be problematic. Click here for more details.
- robosystems_client/api/agent/query_financial_agent.py +16 -16
- robosystems_client/api/backup/create_backup.py +0 -4
- robosystems_client/api/backup/export_backup.py +0 -3
- robosystems_client/api/backup/get_backup_download_url.py +1 -1
- robosystems_client/api/backup/restore_backup.py +0 -4
- robosystems_client/api/connections/create_connection.py +8 -20
- robosystems_client/api/connections/delete_connection.py +8 -16
- robosystems_client/api/connections/sync_connection.py +8 -20
- robosystems_client/api/create/get_available_extensions.py +1 -1
- robosystems_client/api/graph_analytics/get_graph_metrics.py +8 -16
- robosystems_client/api/graph_analytics/get_graph_usage_stats.py +8 -16
- robosystems_client/api/mcp/call_mcp_tool.py +8 -20
- robosystems_client/api/query/execute_cypher_query.py +28 -31
- robosystems_client/api/schema/get_graph_schema_info.py +4 -19
- robosystems_client/api/schema/validate_schema.py +4 -16
- robosystems_client/api/service_offerings/get_service_offerings.py +4 -4
- robosystems_client/api/user/select_user_graph.py +1 -1
- robosystems_client/api/user_limits/get_all_shared_repository_limits.py +223 -0
- robosystems_client/api/user_limits/get_shared_repository_limits.py +248 -0
- robosystems_client/api/user_subscriptions/get_repository_credits.py +18 -18
- robosystems_client/extensions/README.md +1 -1
- robosystems_client/extensions/__init__.py +1 -1
- robosystems_client/extensions/auth_integration.py +2 -2
- robosystems_client/extensions/extensions.py +1 -1
- robosystems_client/extensions/tests/__init__.py +1 -1
- robosystems_client/extensions/tests/test_integration.py +3 -3
- robosystems_client/extensions/tests/test_unit.py +5 -3
- robosystems_client/extensions/utils.py +1 -1
- robosystems_client/models/__init__.py +8 -2
- robosystems_client/models/create_graph_request.py +5 -25
- robosystems_client/models/database_health_response.py +1 -1
- robosystems_client/models/database_info_response.py +2 -2
- robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +46 -0
- robosystems_client/models/{get_mcp_health_response_getmcphealth.py → get_shared_repository_limits_response_getsharedrepositorylimits.py} +5 -5
- robosystems_client/models/repository_credits_response.py +6 -6
- robosystems_client/models/schema_export_response.py +2 -2
- robosystems_client/models/subscription_info.py +0 -28
- robosystems_client/models/subscription_request.py +0 -9
- robosystems_client/models/subscription_response.py +0 -8
- robosystems_client/sdk-config.yaml +1 -1
- {robosystems_client-0.1.10.dist-info → robosystems_client-0.1.11.dist-info}/METADATA +1 -1
- {robosystems_client-0.1.10.dist-info → robosystems_client-0.1.11.dist-info}/RECORD +43 -41
- robosystems_client/api/status/get_mcp_health.py +0 -136
- {robosystems_client-0.1.10.dist-info → robosystems_client-0.1.11.dist-info}/WHEEL +0 -0
|
@@ -2,11 +2,11 @@ robosystems_client/__init__.py,sha256=dN-OfGzTR_q_TNPqncBFjg5Dnkp_hgmzLq2pZERZ-Z
|
|
|
2
2
|
robosystems_client/client.py,sha256=glsYxdE5nRr9XWJRs9GkPOTDw65iGrmRyMdkCSckbb8,11659
|
|
3
3
|
robosystems_client/errors.py,sha256=c3fwsvNmoncJLYqwn4a82LJZamXZGd09IXPmx-qubhQ,520
|
|
4
4
|
robosystems_client/py.typed,sha256=8ZJUsxZiuOy1oJeVhsTWQhTG_6pTVHVXk5hJL79ebTk,25
|
|
5
|
-
robosystems_client/sdk-config.yaml,sha256=
|
|
5
|
+
robosystems_client/sdk-config.yaml,sha256=Y_A8qSC2zHLYy6d443Rlgdkw2GleOSFjYvq_QmIvrSc,199
|
|
6
6
|
robosystems_client/types.py,sha256=l5mTsR9GphXnb6qHvveUHNZ_GpiRMqweGNjgKmn6qXE,1349
|
|
7
7
|
robosystems_client/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
|
|
8
8
|
robosystems_client/api/agent/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
9
|
-
robosystems_client/api/agent/query_financial_agent.py,sha256=
|
|
9
|
+
robosystems_client/api/agent/query_financial_agent.py,sha256=irDYsJ-0zRCLIVQq1yHKeyMVrIDQeXbhpux-c75gcHQ,14847
|
|
10
10
|
robosystems_client/api/auth/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
11
11
|
robosystems_client/api/auth/check_password_strength.py,sha256=hukbrO7txh61gu2B4cX0ZPWV3XCF1O2Mr5US4acLOP4,4671
|
|
12
12
|
robosystems_client/api/auth/complete_sso_auth.py,sha256=9wj_oQBdzP7bzlst821sXwf7-MlZkQfaKlV5dUSeQSo,4885
|
|
@@ -21,13 +21,13 @@ robosystems_client/api/auth/register_user.py,sha256=xXgCceSaDH_oSQMT_L4_lBF3XUSV
|
|
|
21
21
|
robosystems_client/api/auth/sso_login.py,sha256=seSNkqyYjXPaSoRCxlwahiauH_BvqFbpExxkrYBXgi8,4717
|
|
22
22
|
robosystems_client/api/auth/sso_token_exchange.py,sha256=-rl28H-WCbO1gsw_kpzPe_t-WuA6mTfmcKcNzfzgY90,5088
|
|
23
23
|
robosystems_client/api/backup/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
24
|
-
robosystems_client/api/backup/create_backup.py,sha256=
|
|
25
|
-
robosystems_client/api/backup/export_backup.py,sha256=
|
|
26
|
-
robosystems_client/api/backup/get_backup_download_url.py,sha256=
|
|
24
|
+
robosystems_client/api/backup/create_backup.py,sha256=lTluuxX-vMp9OMHPkRMYAEDynfECNLTR5kHJejzWqTI,12940
|
|
25
|
+
robosystems_client/api/backup/export_backup.py,sha256=FEGswxmV9xwiLQtwzSJw4KHllnTolkE3NLLn_KwvbpE,6391
|
|
26
|
+
robosystems_client/api/backup/get_backup_download_url.py,sha256=M7XCrh7zCGzlq6IJcCGWSWF_7wgsbRzfhVqYoBfkoiw,7761
|
|
27
27
|
robosystems_client/api/backup/get_backup_stats.py,sha256=hicAwLZmjMyR5FHOAw4AcL3w9WjXggkWo0re7daug0U,4943
|
|
28
28
|
robosystems_client/api/backup/kuzu_backup_health.py,sha256=jtFf1-Tqu0Tzr8yBJkDk8gdJMdn7ATO1WtWgxE-kIk0,5913
|
|
29
29
|
robosystems_client/api/backup/list_backups.py,sha256=QD5s_i8dh8JcIijQ5I88-kRY_NlSpth6n0xH-Cu9BCM,6146
|
|
30
|
-
robosystems_client/api/backup/restore_backup.py,sha256=
|
|
30
|
+
robosystems_client/api/backup/restore_backup.py,sha256=Zc5mJXq1Kq6LYcrcoiT7Z8XaZZhDa0HJCqwXNlQ-cEY,13376
|
|
31
31
|
robosystems_client/api/billing/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
32
32
|
robosystems_client/api/billing/get_available_subscription_plans_v1_graph_id_billing_available_plans_get.py,sha256=DamWckGXnY41VKY3siWDOjqL7EpwD3hO6q31i7aofNc,5341
|
|
33
33
|
robosystems_client/api/billing/get_credit_billing_info_v1_graph_id_billing_credits_get.py,sha256=gsCfJx9OJpXyGi4vYqYS3jNZxymQIAW7a5AnBrNHncQ,5881
|
|
@@ -39,19 +39,19 @@ robosystems_client/api/billing/get_graph_subscription_v1_graph_id_billing_subscr
|
|
|
39
39
|
robosystems_client/api/billing/get_graph_usage_details.py,sha256=3tVcKKbu4dkwM1KEZgIs7s606XYtQK0Eme1vHbzid34,10256
|
|
40
40
|
robosystems_client/api/billing/upgrade_graph_subscription_v1_graph_id_billing_subscription_upgrade_post.py,sha256=d9qZiVaVujmlsV7_NYVdci9mmGcGoyhlM3AP5l-YrGo,6115
|
|
41
41
|
robosystems_client/api/connections/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
42
|
-
robosystems_client/api/connections/create_connection.py,sha256
|
|
42
|
+
robosystems_client/api/connections/create_connection.py,sha256=-6lMjj57FiA0Rp3FcvqjGoQ6tP9iz33RvlR3AMhIa9s,9168
|
|
43
43
|
robosystems_client/api/connections/create_link_token.py,sha256=AMjy9unsMxMi0yqFAw8ehM05OVrVRM-RTObIorPPB7w,8245
|
|
44
|
-
robosystems_client/api/connections/delete_connection.py,sha256=
|
|
44
|
+
robosystems_client/api/connections/delete_connection.py,sha256=O0BclSlQMoCfeZ36CQzm82cyrZ1s0cpEOOrsA7D1pNs,7753
|
|
45
45
|
robosystems_client/api/connections/exchange_link_token.py,sha256=kPJVnOdPqS1ahG7h0ODrPThHHFZSlrHC8exoBbxmJrI,8880
|
|
46
46
|
robosystems_client/api/connections/get_connection.py,sha256=vm6iGQRqsQvNwFTZe_V53VHNAtBnBXJp0raU-Trz5-A,7677
|
|
47
47
|
robosystems_client/api/connections/get_connection_options.py,sha256=qGac2D8vBOn1gs53vLl3ATeDOYk4SvVkLGrTvP_iv-s,8734
|
|
48
48
|
robosystems_client/api/connections/init_o_auth.py,sha256=jjKE6pboyw2ugg_m7WV7vAKIWwnIAh7Z7idyImiRszw,6555
|
|
49
49
|
robosystems_client/api/connections/list_connections.py,sha256=hLDqUAeeaMrCym0Onh6I0qd51e_CR9XH62aKV8PjbQ8,9981
|
|
50
50
|
robosystems_client/api/connections/oauth_callback.py,sha256=9zX9fA7V_nJTBAi6crXQweS2VJSYvYq0Y7pMzefID0E,9103
|
|
51
|
-
robosystems_client/api/connections/sync_connection.py,sha256=
|
|
51
|
+
robosystems_client/api/connections/sync_connection.py,sha256=9RvBM9zCqb4nGQCmVpK9JgzOoVbn83ojRnUzKaF8-AM,9839
|
|
52
52
|
robosystems_client/api/create/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
53
53
|
robosystems_client/api/create/create_graph.py,sha256=dwzKgdBkLd9QithUt0ERPeh3shOdsIQ8b6Xvgc_hAQo,13152
|
|
54
|
-
robosystems_client/api/create/get_available_extensions.py,sha256=
|
|
54
|
+
robosystems_client/api/create/get_available_extensions.py,sha256=sFf-YdbDy9VGOK8WZ4JBoxrcVe2PtYW6XLp-EkyMt7E,3502
|
|
55
55
|
robosystems_client/api/credits_/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
56
56
|
robosystems_client/api/credits_/check_credit_balance.py,sha256=Dg4RDy5p09VpqznewuGl-KENjybD-GJ2NYpKlea-s7A,8484
|
|
57
57
|
robosystems_client/api/credits_/check_storage_limits.py,sha256=Gq6_8dyCb05BPGVOR4qe-nJbFIfxrGu8XF--imfGnXU,7547
|
|
@@ -59,29 +59,28 @@ robosystems_client/api/credits_/get_credit_summary.py,sha256=X2yFM3ybAh15SDLE6l1
|
|
|
59
59
|
robosystems_client/api/credits_/get_storage_usage.py,sha256=pE3x94H_83rLY_OtY47XNn3lxAvdwMg847hM1U1f6hA,8112
|
|
60
60
|
robosystems_client/api/credits_/list_credit_transactions.py,sha256=OciMR4KODrYQSIPNbA6WW_Zsx2V81YV1W6P9nI6w8Xo,13663
|
|
61
61
|
robosystems_client/api/graph_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
62
|
-
robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=
|
|
63
|
-
robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=
|
|
62
|
+
robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=mCKfKQBLsg2UUOVVzUt7IqB7e6a1jDc-jnmf2Yv2OSc,8522
|
|
63
|
+
robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=sZWr5xaiK5iP7PziH3Lve-FRB7ny0VwbxnCOFSpwwt4,9598
|
|
64
64
|
robosystems_client/api/graph_status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
65
65
|
robosystems_client/api/graph_status/get_database_health.py,sha256=vresy2eiaelkTwAgp4M95LgNiWDxCP885HSIofjvFI4,8789
|
|
66
66
|
robosystems_client/api/graph_status/get_database_info.py,sha256=_DUHYBcb1ydB3Ly9G1JiZquPNfk3tIWCkEbN5sX7D0E,9125
|
|
67
67
|
robosystems_client/api/mcp/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
68
|
-
robosystems_client/api/mcp/call_mcp_tool.py,sha256=
|
|
68
|
+
robosystems_client/api/mcp/call_mcp_tool.py,sha256=SdMywHxFnz9ypJZCDIpIXRDmBXpEOoy3SsZb9lxIU1k,14111
|
|
69
69
|
robosystems_client/api/mcp/list_mcp_tools.py,sha256=yGVpB8ELAX9XMA1KqguwAT6JL16uVab6wFyHW1B9JYI,8207
|
|
70
70
|
robosystems_client/api/operations/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
71
71
|
robosystems_client/api/operations/cancel_operation.py,sha256=4qEm2tSrpX4xr0tiWA8nIfXFhJO9Dzqb6ScfmDACqYI,7506
|
|
72
72
|
robosystems_client/api/operations/get_operation_status.py,sha256=DhtRKF4v0Ggbw7Uj7WztL70fvLo_QODo7sWoU9TkP5w,8280
|
|
73
73
|
robosystems_client/api/operations/stream_operation_events.py,sha256=HjOepMeBeOjuJBFKYDoUyM5T7t3eRaLBqFj2Y_zCKsA,13944
|
|
74
74
|
robosystems_client/api/query/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
75
|
-
robosystems_client/api/query/execute_cypher_query.py,sha256=
|
|
75
|
+
robosystems_client/api/query/execute_cypher_query.py,sha256=Xzhotj9M1NLfU6paZnFNjDa_16rTFyoLsPtAmk2kYtk,16600
|
|
76
76
|
robosystems_client/api/schema/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
77
77
|
robosystems_client/api/schema/export_graph_schema.py,sha256=CCvl6D-NhkR5GzLWgrEJ3ltU8rpi2tYcchUCM-4BgK4,7487
|
|
78
|
-
robosystems_client/api/schema/get_graph_schema_info.py,sha256=
|
|
78
|
+
robosystems_client/api/schema/get_graph_schema_info.py,sha256=sl5sxYeQq6qzLo7KOqlIJwuYpvfPTSJfOzUgh3gukqc,8550
|
|
79
79
|
robosystems_client/api/schema/list_schema_extensions.py,sha256=kBcaBdtqnz_kHJ_C5yduJKic72pP0Mv8eyWyncM9Y8I,6161
|
|
80
|
-
robosystems_client/api/schema/validate_schema.py,sha256=
|
|
80
|
+
robosystems_client/api/schema/validate_schema.py,sha256=Eox5iB2l3GllcRh_H-lRYeSWmWE-xeA305ZlPZPK7Cg,9700
|
|
81
81
|
robosystems_client/api/service_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
82
|
-
robosystems_client/api/service_offerings/get_service_offerings.py,sha256=
|
|
82
|
+
robosystems_client/api/service_offerings/get_service_offerings.py,sha256=fsj86E8ml2O2HhmUMJOyte6E7qEFA5Nip30tO63kmyg,6157
|
|
83
83
|
robosystems_client/api/status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
84
|
-
robosystems_client/api/status/get_mcp_health.py,sha256=9N50gjKyStNUUaQGRAlpUauQ9orN4V2Tdv0lIt2eACQ,3487
|
|
85
84
|
robosystems_client/api/status/get_service_status.py,sha256=ORuAz31SqditB0mXVsQBSE_SJIghpwACxaJGgX5z1p8,3305
|
|
86
85
|
robosystems_client/api/user/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
87
86
|
robosystems_client/api/user/create_user_api_key.py,sha256=ccWvKxXXrHXRpQ1kwlBNymuqOvAgvwh_3j-CoL6gaH8,5827
|
|
@@ -90,7 +89,7 @@ robosystems_client/api/user/get_current_user.py,sha256=S3tE_P4PPpIpFl9UuuJ7-FQRQ
|
|
|
90
89
|
robosystems_client/api/user/get_user_graphs.py,sha256=zmdnRRNk4BB5KTsKimimO1gOVRYdeQAbGKz671lDt0Q,5193
|
|
91
90
|
robosystems_client/api/user/list_user_api_keys.py,sha256=J5WdvUdA1bZMEAsV0OPcsV9wsMDwhZkINqYkn3ufH20,5080
|
|
92
91
|
robosystems_client/api/user/revoke_user_api_key.py,sha256=DETv0GaWH-DGb4e3ZgJhqUB-iqi9EVfsFF9zG0w9aC8,5812
|
|
93
|
-
robosystems_client/api/user/select_user_graph.py,sha256=
|
|
92
|
+
robosystems_client/api/user/select_user_graph.py,sha256=O8JzyTbCy6tZMlKoX8jaxTkCwu1lP_EYM_VbnLR0yTU,6014
|
|
94
93
|
robosystems_client/api/user/update_user.py,sha256=Jj_ptsj0co6ZyKto-9giq9lHN52yamHZaCKuu5URCO8,5720
|
|
95
94
|
robosystems_client/api/user/update_user_api_key.py,sha256=b1iW0eF3BVyQ37Utp3zMqyUg014qnUNWBqZW4vXHeN8,5990
|
|
96
95
|
robosystems_client/api/user/update_user_password.py,sha256=L-WNZMGOjJe8E6r0KWvcpOnpQKn4rGJlvIvd8YzseKU,6314
|
|
@@ -98,27 +97,29 @@ robosystems_client/api/user_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1y
|
|
|
98
97
|
robosystems_client/api/user_analytics/get_detailed_user_analytics.py,sha256=IwnFYHVCTiMaS0XGiUgKdZcQie8__lfSsUs9bwb1zzM,7291
|
|
99
98
|
robosystems_client/api/user_analytics/get_user_usage_overview.py,sha256=le0c7AhyPOInv0uqgGcCaNJHOgTZl96_QdUsgaSq8tU,5364
|
|
100
99
|
robosystems_client/api/user_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
100
|
+
robosystems_client/api/user_limits/get_all_shared_repository_limits.py,sha256=rvMBc_EOIlm7w7JnvvHc3j2f2L4v5LspxKNrvvVGaNQ,6102
|
|
101
|
+
robosystems_client/api/user_limits/get_shared_repository_limits.py,sha256=RE8qRZBQqFNjAG8kVyy-SFvQqCX3EiqGZg0C2LFL-lU,7266
|
|
101
102
|
robosystems_client/api/user_limits/get_user_limits.py,sha256=D6FQtUVqR9KkjYmwaHvLfCwc13-3KWnqAQ6GoZF1iNI,5390
|
|
102
103
|
robosystems_client/api/user_limits/get_user_usage.py,sha256=V4jYSxb4wIyJxx3Yw9pZ1tzygvoi40fMzMR2VXC8Pqg,5330
|
|
103
104
|
robosystems_client/api/user_subscriptions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
104
105
|
robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py,sha256=fV1iVkpH5ZZ678FqXbXSrkA-aGX8Ii-aP2bFzj5BN54,6080
|
|
105
|
-
robosystems_client/api/user_subscriptions/get_repository_credits.py,sha256=
|
|
106
|
+
robosystems_client/api/user_subscriptions/get_repository_credits.py,sha256=_6lsjxu7Z82o5gxGvZf63MCd1bURBe8CbEUOgUsI-9E,5888
|
|
106
107
|
robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha256=vk6GZ_xvWIweL7kGPJU5ucdsqSnLn__CfZF24lajlaA,5574
|
|
107
108
|
robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=i-XEy5qLdQB1TSYYO7pM0e4OlhPnEpyV8p9Je18cj1c,6539
|
|
108
109
|
robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=bc7hUPHm_FQ_us30SLAtKSZzz6hOAysSET-DlnylsoE,6373
|
|
109
110
|
robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=ihMRdD_fbKoBuS4YAiFXAbN4UUM0bod9eS2Zpb5UtJw,6508
|
|
110
|
-
robosystems_client/extensions/README.md,sha256=
|
|
111
|
-
robosystems_client/extensions/__init__.py,sha256=
|
|
112
|
-
robosystems_client/extensions/auth_integration.py,sha256=
|
|
113
|
-
robosystems_client/extensions/extensions.py,sha256=
|
|
111
|
+
robosystems_client/extensions/README.md,sha256=bmedQ-7skgLGCMUTjTJXney_yvaRszftv-jo_ng4Vxg,16280
|
|
112
|
+
robosystems_client/extensions/__init__.py,sha256=7GY_RnQGWwxO8qU4Q85y25D6f_2DaipYpGheQF7BYnQ,2617
|
|
113
|
+
robosystems_client/extensions/auth_integration.py,sha256=Nlc40PaTGsPcDzLUVDU9IhSAQWYj3Bi-bsbxMAfNo3E,6251
|
|
114
|
+
robosystems_client/extensions/extensions.py,sha256=eFQSa_yPwq75d4TfAxVsO4_rW2rpBzaHXVdNSodhTCY,5464
|
|
114
115
|
robosystems_client/extensions/operation_client.py,sha256=INCGhAciIBeLK4sPrG5j2qCNbyITk-Q8DhVqJdr5DxA,11983
|
|
115
116
|
robosystems_client/extensions/query_client.py,sha256=Zo408qxHV7dhwjf_d_bqnGKL5O1k9WPFANTQLk2Nlyk,11471
|
|
116
117
|
robosystems_client/extensions/sse_client.py,sha256=LcEtbzbedPIfXvqfPOpJiQGm0Px65DeobbcKyi6VsEM,14457
|
|
117
|
-
robosystems_client/extensions/utils.py,sha256=
|
|
118
|
-
robosystems_client/extensions/tests/__init__.py,sha256=
|
|
119
|
-
robosystems_client/extensions/tests/test_integration.py,sha256=
|
|
120
|
-
robosystems_client/extensions/tests/test_unit.py,sha256=
|
|
121
|
-
robosystems_client/models/__init__.py,sha256=
|
|
118
|
+
robosystems_client/extensions/utils.py,sha256=6yQJFg6---nbD26IS_JxGiFr3lkVlIsSjlDXSvlIxAw,15217
|
|
119
|
+
robosystems_client/extensions/tests/__init__.py,sha256=S61GPbL-2pgLVe11uHwHLenpIpzyywWXzXqJypr0T3Q,46
|
|
120
|
+
robosystems_client/extensions/tests/test_integration.py,sha256=gYhttWufERNmlY7j-CnWzQhFCDF70rBFVw7JDzgT1-M,15443
|
|
121
|
+
robosystems_client/extensions/tests/test_unit.py,sha256=REnfMGpgH-FS-n860-3qXEUqAxZ7zbci-nIDPYuB7Tw,16712
|
|
122
|
+
robosystems_client/models/__init__.py,sha256=dsSHK0YbkV-SG-aEa-EVfq7grXrM32kcTL_wdjmxaQs,16325
|
|
122
123
|
robosystems_client/models/account_info.py,sha256=rcENAioMA3olA3Sks5raIqeODqRgrmFuiFhwzLunrGI,2054
|
|
123
124
|
robosystems_client/models/add_on_credit_info.py,sha256=h65KAb8yZP_SGpsB2Ref4IaBCthEDYJgFGTd9PjUpfs,3221
|
|
124
125
|
robosystems_client/models/agent_message.py,sha256=arwhQ2jiLsZLX7_3xjWxH5AA7LcLuDzLCA8dtHF7mG0,1544
|
|
@@ -153,7 +154,7 @@ robosystems_client/models/create_api_key_request.py,sha256=yPeQwvtQtcVET6dxfbLjk
|
|
|
153
154
|
robosystems_client/models/create_api_key_response.py,sha256=9cqlZDogqxdSXxxHT6PnfClTP-Q35CvfQjNIvPEe1Pw,1797
|
|
154
155
|
robosystems_client/models/create_connection_request.py,sha256=B9riNF1QK1P3RB680lFAJGsZtYbPHVc14u1TBnIv0QQ,5948
|
|
155
156
|
robosystems_client/models/create_connection_request_provider.py,sha256=TBZm3ApK31i1jit4WUxqtFtJq-LYKqXeVAHJIJh9Slw,190
|
|
156
|
-
robosystems_client/models/create_graph_request.py,sha256=
|
|
157
|
+
robosystems_client/models/create_graph_request.py,sha256=KaGJLxsHB7ukdcuT8GLnOfcjrE3E1kl6LuocEwXfk48,5506
|
|
157
158
|
robosystems_client/models/credit_check_request.py,sha256=35hhuBVdYYtLD4YL_ij0zWqJGRDKhb3AAKREZys_CPs,2228
|
|
158
159
|
robosystems_client/models/credit_summary.py,sha256=rBh9GRUUWV48P8ojRY1BXhBInikUQF3erbRSCnSx6jc,3940
|
|
159
160
|
robosystems_client/models/credit_summary_response.py,sha256=YuRmbDtF9YTh7beu56ZqOaNRd86gKYDP16wTCDPunVg,3963
|
|
@@ -165,8 +166,8 @@ robosystems_client/models/custom_schema_definition_nodes_item.py,sha256=0hg2ctnt
|
|
|
165
166
|
robosystems_client/models/custom_schema_definition_relationships_item.py,sha256=lJZACnh463SpmX2ncTV9Xi6NcHIejEn-SKQ81PZN654,1279
|
|
166
167
|
robosystems_client/models/cypher_query_request.py,sha256=Y40qJmtFszBPkKw1VhezR0G4Nys1HyQHFyFJMhRY2ew,3641
|
|
167
168
|
robosystems_client/models/cypher_query_request_parameters_type_0.py,sha256=I8QFYojTUqvgSeiS2uP79PQQfqulTB89OyXXgYbl3Cc,1252
|
|
168
|
-
robosystems_client/models/database_health_response.py,sha256=
|
|
169
|
-
robosystems_client/models/database_info_response.py,sha256=
|
|
169
|
+
robosystems_client/models/database_health_response.py,sha256=KPR-Z3ZKQSlScgtIpuE8Uy-LAmC0FovJ58ZZMlWSIkE,5856
|
|
170
|
+
robosystems_client/models/database_info_response.py,sha256=YUo04xh5cEa0APMm1yJSlOwxQdbQTZSKNGXS86w0kag,5983
|
|
170
171
|
robosystems_client/models/detailed_transactions_response.py,sha256=gNvssogFCR4cK54swZMpHhUOHhRLTwiUlI0oZpVwj9g,3660
|
|
171
172
|
robosystems_client/models/detailed_transactions_response_date_range.py,sha256=Ky1tjKrTW8i3ZPxv2_vIDZF8guyEilgX4r01gEKnaE4,1269
|
|
172
173
|
robosystems_client/models/detailed_transactions_response_summary.py,sha256=oPH6-HWWOLb9zmhFow3DWaxo5Y4YcfIll8RtQtPfLMA,1826
|
|
@@ -176,6 +177,7 @@ robosystems_client/models/error_response.py,sha256=ZUVGSKgQ7fG3B7IwGCVSE3FDcv6sm
|
|
|
176
177
|
robosystems_client/models/exchange_token_request.py,sha256=76zVpSXbbuJpMAnf_rRT0EjpxH1PZD9nFLJK8i6cn6E,3290
|
|
177
178
|
robosystems_client/models/exchange_token_request_metadata_type_0.py,sha256=4ndzrJRefnYO_ikDiySWS2aHBNFCG5Y2SF-bHF_jPYw,1252
|
|
178
179
|
robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py,sha256=Z-PEihC2i7G8QLlmQ1PgyLJIlETUrXyNF9j4HXt3B90,1337
|
|
180
|
+
robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py,sha256=enftcS6tkKwygWMfrsBEFEIUaLhdeJSY8-q0EKKmscA,1414
|
|
179
181
|
robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.py,sha256=dDqOgolFduHyRXl5y5q9zH0_y4GuDGq-wwQUA9pl0X0,1327
|
|
180
182
|
robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py,sha256=QbLg6o9w0UQs2npB27r2lLfWi9uAe4cjmN0srszTKDE,1307
|
|
181
183
|
robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py,sha256=PjfVnVwWG6BEBWEjb5kvN5XYtC2uTc5h4OIKPmZv-Gc,1317
|
|
@@ -183,8 +185,8 @@ robosystems_client/models/get_graph_billing_history_response_getgraphbillinghist
|
|
|
183
185
|
robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py,sha256=q1k4zEtQmcBpgz_vz9B26Deu4qT4evEsAiRoTpmcw0w,1317
|
|
184
186
|
robosystems_client/models/get_graph_schema_info_response_getgraphschemainfo.py,sha256=XlkB4KEi46O-VxGBM3jgZZ5XWlqX3YOCCGCZv_KiahU,1307
|
|
185
187
|
robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py,sha256=OfsWqXgc6O0v21jbL8Z1NquZg5eKhNQUEiTl_Vs7I7w,1327
|
|
186
|
-
robosystems_client/models/get_mcp_health_response_getmcphealth.py,sha256=pPJHhwTDqGp1K6CzjVDaejWV5Dw-27tZZvXvPucOs7c,1244
|
|
187
188
|
robosystems_client/models/get_operation_status_response_getoperationstatus.py,sha256=dhCc_dZpSo-h9210m5MShVde1sGHmMhkBanqt_6xt_A,1304
|
|
189
|
+
robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py,sha256=0-_y-77YHmK-tFdt7rQbC5j9VK4pfiE_V756EmglpaU,1377
|
|
188
190
|
robosystems_client/models/get_storage_usage_response_getstorageusage.py,sha256=5ZpeVOQNa8FLcI82C3-CCnYbtgUPXqIUa7d6cHr0Ddo,1274
|
|
189
191
|
robosystems_client/models/graph_info.py,sha256=5roDVOk3Y0sWsIS6468vHFcw2J6LFX7xK44c3L0Yvqs,2166
|
|
190
192
|
robosystems_client/models/graph_metadata.py,sha256=3JEpk0pgPrH26zTHzHkiDmHYPtZLOR2BaurGkNLuAVg,3177
|
|
@@ -227,11 +229,11 @@ robosystems_client/models/plaid_connection_config_accounts_type_0_item.py,sha256
|
|
|
227
229
|
robosystems_client/models/plaid_connection_config_institution_type_0.py,sha256=bNd_czT5nU9yTWcKJih3ft71IGL-DTgT5ot1WeitrZg,1272
|
|
228
230
|
robosystems_client/models/quick_books_connection_config.py,sha256=ohhOvNp3k8XVz-8-xGr1NygPgDdU3ELqJVteo0iTe9I,2664
|
|
229
231
|
robosystems_client/models/register_request.py,sha256=9pHjAsopUT4IJ-pWPny7VSZ5MfSq2tALCt2nTM1vRZc,2511
|
|
230
|
-
robosystems_client/models/repository_credits_response.py,sha256=
|
|
232
|
+
robosystems_client/models/repository_credits_response.py,sha256=AMvzo-MOZoBFVVFqAFW7eNfjikSg7o_i6c8AfAMbXWQ,2697
|
|
231
233
|
robosystems_client/models/repository_plan.py,sha256=BEdbh0FPIrsomZU_Aq27EAk-ppOqlJxuwNRVCZlNLKo,185
|
|
232
234
|
robosystems_client/models/repository_type.py,sha256=Mw4q6l82iVgalXxOiWCpmtGZAf4MawNxCsIW2QoPd0I,175
|
|
233
235
|
robosystems_client/models/response_mode.py,sha256=0tm3YUxAKHNYS1jn-zdR_88xn6E_bsQl85DwHZM_kkM,181
|
|
234
|
-
robosystems_client/models/schema_export_response.py,sha256=
|
|
236
|
+
robosystems_client/models/schema_export_response.py,sha256=Ilk2TwD_m3g_8OwlHHOokMZdjkSmktf1xj-eggGutTQ,5175
|
|
235
237
|
robosystems_client/models/schema_export_response_data_stats_type_0.py,sha256=QRzVNkX-1Er8oppABqj79HRGKtcMk3YNG2DFkdqdFSQ,1260
|
|
236
238
|
robosystems_client/models/schema_export_response_schema_definition_type_0.py,sha256=iYwrxPZsEttzkaDySeVyUdwF5yvhvNgALiMEqTMJTpo,1295
|
|
237
239
|
robosystems_client/models/schema_validation_request.py,sha256=-pKg_IWAo-5jIUZaLGIW6cup4OIUy9HLozsDuHtNqgY,4724
|
|
@@ -246,10 +248,10 @@ robosystems_client/models/sso_exchange_response.py,sha256=HmcvnafE-AQvzjvVBcGEft
|
|
|
246
248
|
robosystems_client/models/sso_login_request.py,sha256=zFkukTRnhKLhmcuypwEI5781XV38wB-5AW32fB25MSE,1391
|
|
247
249
|
robosystems_client/models/sso_token_response.py,sha256=nZUjC2-uvY8kBxXRzf_XLw6Oh9T2jF24sy7tf2BsYZY,1909
|
|
248
250
|
robosystems_client/models/storage_limit_response.py,sha256=MARn28shb1eSTXx7ZoXdkWr_tKRh87bdl49Ois-aVow,4149
|
|
249
|
-
robosystems_client/models/subscription_info.py,sha256=
|
|
251
|
+
robosystems_client/models/subscription_info.py,sha256=6dLANsDZ_HB9sl8sNM2aQQvHt2JqilzbYaYbCVnsHJE,3982
|
|
250
252
|
robosystems_client/models/subscription_info_metadata.py,sha256=5RZRthVzH5VloERrIXm9dHSJBntmdd_0vPYaVeEOvCo,1216
|
|
251
|
-
robosystems_client/models/subscription_request.py,sha256=
|
|
252
|
-
robosystems_client/models/subscription_response.py,sha256=
|
|
253
|
+
robosystems_client/models/subscription_request.py,sha256=QArBvYVdFtQcqfHA_47Yi07vWjZEVMBDUIhdrfHGH2M,2399
|
|
254
|
+
robosystems_client/models/subscription_response.py,sha256=OqMB-M4CYnqQ4j1WzmhLlpPDgIT3O7qNH4P0gFIrldg,1888
|
|
253
255
|
robosystems_client/models/success_response.py,sha256=FveugtqyuMe0kolqWrcKV4b4LlI28BqCxISORqSS2Dw,3215
|
|
254
256
|
robosystems_client/models/success_response_data_type_0.py,sha256=tirQFpgZO8Lpge7WDBGfILrLz0HZQVXXG6fu6b2-eSU,1204
|
|
255
257
|
robosystems_client/models/sync_connection_request.py,sha256=qyOzmAJ0khdwAZb-Hlf8jbzfqGBjMalqkQsua08vEnc,3232
|
|
@@ -277,6 +279,6 @@ robosystems_client/models/user_usage_response_graphs.py,sha256=xAH-ZnhaUfWQ_2EpZ
|
|
|
277
279
|
robosystems_client/models/user_usage_summary_response.py,sha256=4hthwTH7bXyzdYlHoekDYOgDLI-stGRH507Bl2rUjYA,3655
|
|
278
280
|
robosystems_client/models/user_usage_summary_response_usage_vs_limits.py,sha256=XrZnRcy1nD3xtKX4svbww7QfEHrN7_XIfeL9j5ZMbyQ,1298
|
|
279
281
|
robosystems_client/models/validation_error.py,sha256=R77OuQG2nJ3WDFfY--xbEhg6x1D7gAAp_1UdnG8Ka2A,1949
|
|
280
|
-
robosystems_client-0.1.
|
|
281
|
-
robosystems_client-0.1.
|
|
282
|
-
robosystems_client-0.1.
|
|
282
|
+
robosystems_client-0.1.11.dist-info/METADATA,sha256=3wusFO-7aEMP8jHzZnv0C-RfbAXmmap28N0zIaAlXzo,9351
|
|
283
|
+
robosystems_client-0.1.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
284
|
+
robosystems_client-0.1.11.dist-info/RECORD,,
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
from http import HTTPStatus
|
|
2
|
-
from typing import Any, Optional, Union
|
|
3
|
-
|
|
4
|
-
import httpx
|
|
5
|
-
|
|
6
|
-
from ... import errors
|
|
7
|
-
from ...client import AuthenticatedClient, Client
|
|
8
|
-
from ...models.get_mcp_health_response_getmcphealth import (
|
|
9
|
-
GetMCPHealthResponseGetmcphealth,
|
|
10
|
-
)
|
|
11
|
-
from ...types import Response
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
def _get_kwargs() -> dict[str, Any]:
|
|
15
|
-
_kwargs: dict[str, Any] = {
|
|
16
|
-
"method": "get",
|
|
17
|
-
"url": "/v1/mcp/health",
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
return _kwargs
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
def _parse_response(
|
|
24
|
-
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
25
|
-
) -> Optional[GetMCPHealthResponseGetmcphealth]:
|
|
26
|
-
if response.status_code == 200:
|
|
27
|
-
response_200 = GetMCPHealthResponseGetmcphealth.from_dict(response.json())
|
|
28
|
-
|
|
29
|
-
return response_200
|
|
30
|
-
if client.raise_on_unexpected_status:
|
|
31
|
-
raise errors.UnexpectedStatus(response.status_code, response.content)
|
|
32
|
-
else:
|
|
33
|
-
return None
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
def _build_response(
|
|
37
|
-
*, client: Union[AuthenticatedClient, Client], response: httpx.Response
|
|
38
|
-
) -> Response[GetMCPHealthResponseGetmcphealth]:
|
|
39
|
-
return Response(
|
|
40
|
-
status_code=HTTPStatus(response.status_code),
|
|
41
|
-
content=response.content,
|
|
42
|
-
headers=response.headers,
|
|
43
|
-
parsed=_parse_response(client=client, response=response),
|
|
44
|
-
)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
def sync_detailed(
|
|
48
|
-
*,
|
|
49
|
-
client: AuthenticatedClient,
|
|
50
|
-
) -> Response[GetMCPHealthResponseGetmcphealth]:
|
|
51
|
-
"""MCP System Health Check
|
|
52
|
-
|
|
53
|
-
Basic health check for MCP system components
|
|
54
|
-
|
|
55
|
-
Raises:
|
|
56
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
57
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
58
|
-
|
|
59
|
-
Returns:
|
|
60
|
-
Response[GetMCPHealthResponseGetmcphealth]
|
|
61
|
-
"""
|
|
62
|
-
|
|
63
|
-
kwargs = _get_kwargs()
|
|
64
|
-
|
|
65
|
-
response = client.get_httpx_client().request(
|
|
66
|
-
**kwargs,
|
|
67
|
-
)
|
|
68
|
-
|
|
69
|
-
return _build_response(client=client, response=response)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
def sync(
|
|
73
|
-
*,
|
|
74
|
-
client: AuthenticatedClient,
|
|
75
|
-
) -> Optional[GetMCPHealthResponseGetmcphealth]:
|
|
76
|
-
"""MCP System Health Check
|
|
77
|
-
|
|
78
|
-
Basic health check for MCP system components
|
|
79
|
-
|
|
80
|
-
Raises:
|
|
81
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
82
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
83
|
-
|
|
84
|
-
Returns:
|
|
85
|
-
GetMCPHealthResponseGetmcphealth
|
|
86
|
-
"""
|
|
87
|
-
|
|
88
|
-
return sync_detailed(
|
|
89
|
-
client=client,
|
|
90
|
-
).parsed
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
async def asyncio_detailed(
|
|
94
|
-
*,
|
|
95
|
-
client: AuthenticatedClient,
|
|
96
|
-
) -> Response[GetMCPHealthResponseGetmcphealth]:
|
|
97
|
-
"""MCP System Health Check
|
|
98
|
-
|
|
99
|
-
Basic health check for MCP system components
|
|
100
|
-
|
|
101
|
-
Raises:
|
|
102
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
103
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
104
|
-
|
|
105
|
-
Returns:
|
|
106
|
-
Response[GetMCPHealthResponseGetmcphealth]
|
|
107
|
-
"""
|
|
108
|
-
|
|
109
|
-
kwargs = _get_kwargs()
|
|
110
|
-
|
|
111
|
-
response = await client.get_async_httpx_client().request(**kwargs)
|
|
112
|
-
|
|
113
|
-
return _build_response(client=client, response=response)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
async def asyncio(
|
|
117
|
-
*,
|
|
118
|
-
client: AuthenticatedClient,
|
|
119
|
-
) -> Optional[GetMCPHealthResponseGetmcphealth]:
|
|
120
|
-
"""MCP System Health Check
|
|
121
|
-
|
|
122
|
-
Basic health check for MCP system components
|
|
123
|
-
|
|
124
|
-
Raises:
|
|
125
|
-
errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
|
|
126
|
-
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
127
|
-
|
|
128
|
-
Returns:
|
|
129
|
-
GetMCPHealthResponseGetmcphealth
|
|
130
|
-
"""
|
|
131
|
-
|
|
132
|
-
return (
|
|
133
|
-
await asyncio_detailed(
|
|
134
|
-
client=client,
|
|
135
|
-
)
|
|
136
|
-
).parsed
|
|
File without changes
|