robosystems-client 0.1.11__py3-none-any.whl → 0.1.13__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.

Files changed (69) hide show
  1. robosystems_client/api/agent/query_financial_agent.py +4 -4
  2. robosystems_client/api/backup/create_backup.py +1 -1
  3. robosystems_client/api/backup/export_backup.py +14 -19
  4. robosystems_client/api/backup/get_backup_download_url.py +1 -1
  5. robosystems_client/api/backup/get_backup_stats.py +19 -1
  6. robosystems_client/api/backup/list_backups.py +19 -1
  7. robosystems_client/api/backup/restore_backup.py +1 -1
  8. robosystems_client/api/copy/copy_data_to_graph.py +314 -0
  9. robosystems_client/api/{credits_ → graph_credits}/check_credit_balance.py +42 -20
  10. robosystems_client/api/graph_health/__init__.py +1 -0
  11. robosystems_client/api/{graph_status → graph_health}/get_database_health.py +1 -1
  12. robosystems_client/api/graph_info/__init__.py +1 -0
  13. robosystems_client/api/{graph_status → graph_info}/get_database_info.py +1 -1
  14. robosystems_client/api/graph_limits/__init__.py +1 -0
  15. robosystems_client/api/graph_limits/get_graph_limits.py +259 -0
  16. robosystems_client/api/subgraphs/__init__.py +1 -0
  17. robosystems_client/api/{billing/upgrade_graph_subscription_v1_graph_id_billing_subscription_upgrade_post.py → subgraphs/create_subgraph.py} +82 -36
  18. robosystems_client/api/subgraphs/delete_subgraph.py +317 -0
  19. robosystems_client/api/subgraphs/get_subgraph_info.py +300 -0
  20. robosystems_client/api/subgraphs/get_subgraph_quota.py +276 -0
  21. robosystems_client/api/{billing/get_credit_billing_info_v1_graph_id_billing_credits_get.py → subgraphs/list_subgraphs.py} +58 -32
  22. robosystems_client/api/user/get_all_credit_summaries.py +1 -1
  23. robosystems_client/extensions/README.md +2 -6
  24. robosystems_client/models/__init__.py +46 -10
  25. robosystems_client/models/copy_response.py +223 -0
  26. robosystems_client/models/{kuzu_backup_health_response_kuzubackuphealth.py → copy_response_error_details_type_0.py} +5 -5
  27. robosystems_client/models/copy_response_status.py +10 -0
  28. robosystems_client/models/create_subgraph_request.py +185 -0
  29. robosystems_client/models/create_subgraph_request_metadata_type_0.py +44 -0
  30. robosystems_client/models/credit_summary_response.py +0 -8
  31. robosystems_client/models/custom_schema_definition.py +2 -2
  32. robosystems_client/models/data_frame_copy_request.py +125 -0
  33. robosystems_client/models/data_frame_copy_request_format.py +10 -0
  34. robosystems_client/models/delete_subgraph_request.py +89 -0
  35. robosystems_client/models/delete_subgraph_response.py +120 -0
  36. robosystems_client/models/get_graph_limits_response_getgraphlimits.py +44 -0
  37. robosystems_client/models/list_subgraphs_response.py +148 -0
  38. robosystems_client/models/s3_copy_request.py +375 -0
  39. robosystems_client/models/s3_copy_request_file_format.py +12 -0
  40. robosystems_client/models/s3_copy_request_s3_url_style_type_0.py +9 -0
  41. robosystems_client/models/subgraph_quota_response.py +158 -0
  42. robosystems_client/models/subgraph_response.py +279 -0
  43. robosystems_client/models/subgraph_response_metadata_type_0.py +44 -0
  44. robosystems_client/models/subgraph_summary.py +155 -0
  45. robosystems_client/models/subgraph_type.py +11 -0
  46. robosystems_client/models/url_copy_request.py +157 -0
  47. robosystems_client/models/url_copy_request_file_format.py +10 -0
  48. robosystems_client/models/url_copy_request_headers_type_0.py +44 -0
  49. {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.13.dist-info}/METADATA +1 -1
  50. {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.13.dist-info}/RECORD +62 -39
  51. robosystems_client/api/backup/kuzu_backup_health.py +0 -202
  52. robosystems_client/api/billing/get_available_subscription_plans_v1_graph_id_billing_available_plans_get.py +0 -198
  53. robosystems_client/api/billing/get_graph_pricing_info_v1_graph_id_billing_pricing_get.py +0 -198
  54. robosystems_client/api/billing/get_graph_subscription_v1_graph_id_billing_subscription_get.py +0 -198
  55. robosystems_client/models/backup_export_request.py +0 -72
  56. robosystems_client/models/credit_check_request.py +0 -82
  57. robosystems_client/models/upgrade_subscription_request.py +0 -82
  58. /robosystems_client/api/{billing → copy}/__init__.py +0 -0
  59. /robosystems_client/api/{credits_ → graph_billing}/__init__.py +0 -0
  60. /robosystems_client/api/{billing → graph_billing}/get_current_graph_bill.py +0 -0
  61. /robosystems_client/api/{billing → graph_billing}/get_graph_billing_history.py +0 -0
  62. /robosystems_client/api/{billing → graph_billing}/get_graph_monthly_bill.py +0 -0
  63. /robosystems_client/api/{billing → graph_billing}/get_graph_usage_details.py +0 -0
  64. /robosystems_client/api/{graph_status → graph_credits}/__init__.py +0 -0
  65. /robosystems_client/api/{credits_ → graph_credits}/check_storage_limits.py +0 -0
  66. /robosystems_client/api/{credits_ → graph_credits}/get_credit_summary.py +0 -0
  67. /robosystems_client/api/{credits_ → graph_credits}/get_storage_usage.py +0 -0
  68. /robosystems_client/api/{credits_ → graph_credits}/list_credit_transactions.py +0 -0
  69. {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.13.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robosystems-client
3
- Version: 0.1.11
3
+ Version: 0.1.13
4
4
  Summary: Python Client for RoboSystems financial graph database API
5
5
  Author: Harbinger FinLab
6
6
  License: MIT
@@ -6,7 +6,7 @@ robosystems_client/sdk-config.yaml,sha256=Y_A8qSC2zHLYy6d443Rlgdkw2GleOSFjYvq_Qm
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=irDYsJ-0zRCLIVQq1yHKeyMVrIDQeXbhpux-c75gcHQ,14847
9
+ robosystems_client/api/agent/query_financial_agent.py,sha256=3auQ9AbYIQbh1K51ypHFzaVf7eTu91d2ZW6KbHLWlOI,14863
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,23 +21,12 @@ 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=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
- robosystems_client/api/backup/get_backup_stats.py,sha256=hicAwLZmjMyR5FHOAw4AcL3w9WjXggkWo0re7daug0U,4943
28
- robosystems_client/api/backup/kuzu_backup_health.py,sha256=jtFf1-Tqu0Tzr8yBJkDk8gdJMdn7ATO1WtWgxE-kIk0,5913
29
- robosystems_client/api/backup/list_backups.py,sha256=QD5s_i8dh8JcIijQ5I88-kRY_NlSpth6n0xH-Cu9BCM,6146
30
- robosystems_client/api/backup/restore_backup.py,sha256=Zc5mJXq1Kq6LYcrcoiT7Z8XaZZhDa0HJCqwXNlQ-cEY,13376
31
- robosystems_client/api/billing/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
32
- robosystems_client/api/billing/get_available_subscription_plans_v1_graph_id_billing_available_plans_get.py,sha256=DamWckGXnY41VKY3siWDOjqL7EpwD3hO6q31i7aofNc,5341
33
- robosystems_client/api/billing/get_credit_billing_info_v1_graph_id_billing_credits_get.py,sha256=gsCfJx9OJpXyGi4vYqYS3jNZxymQIAW7a5AnBrNHncQ,5881
34
- robosystems_client/api/billing/get_current_graph_bill.py,sha256=j6l4Hc-rIsce6VGJvsbq6dElUXcqKrP0U4j0oRnDdSU,8444
35
- robosystems_client/api/billing/get_graph_billing_history.py,sha256=hi28XqYyNg3CcsJrkQ4EauaZGlWYyJGBBnNssdr99rI,8807
36
- robosystems_client/api/billing/get_graph_monthly_bill.py,sha256=vMrhCkZ-JaG20lSOEM36iCezT8tsxSSTvWRfDJLdCWI,8453
37
- robosystems_client/api/billing/get_graph_pricing_info_v1_graph_id_billing_pricing_get.py,sha256=490AAeMwPHLMMvGqUocLytDCxozjCteOCnchHdImSZc,5329
38
- robosystems_client/api/billing/get_graph_subscription_v1_graph_id_billing_subscription_get.py,sha256=_Z26_Ul1A8CiLN_BJ8Pvq3qXM5uCJG757WKDOYQo2r8,5302
39
- robosystems_client/api/billing/get_graph_usage_details.py,sha256=3tVcKKbu4dkwM1KEZgIs7s606XYtQK0Eme1vHbzid34,10256
40
- robosystems_client/api/billing/upgrade_graph_subscription_v1_graph_id_billing_subscription_upgrade_post.py,sha256=d9qZiVaVujmlsV7_NYVdci9mmGcGoyhlM3AP5l-YrGo,6115
24
+ robosystems_client/api/backup/create_backup.py,sha256=ipVHfFL1vvpt9sKDueoGRC3dL26_lbiDoSKhMkOIPbs,12934
25
+ robosystems_client/api/backup/export_backup.py,sha256=oImZqYR06TH6e4xHuleAObhArjNfTHr8xF_A09Ug794,6117
26
+ robosystems_client/api/backup/get_backup_download_url.py,sha256=KoQiA4aDEUChVLuGHbWeoiBV70or2UI8la9O9miA0HY,7762
27
+ robosystems_client/api/backup/get_backup_stats.py,sha256=RB7kCf8Y-5MS0FwwA8pIEsQCLktSRJGHoORLnSvH01k,5667
28
+ robosystems_client/api/backup/list_backups.py,sha256=F0DKzTY8NRTA5BWadHtL0y90FatEf2LI9xaUyYVKiHQ,6865
29
+ robosystems_client/api/backup/restore_backup.py,sha256=Jg9kH5cpv7ahsqgzhDMpGZoYkGi60jrBm0Bkxgxj090,13377
41
30
  robosystems_client/api/connections/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
42
31
  robosystems_client/api/connections/create_connection.py,sha256=-6lMjj57FiA0Rp3FcvqjGoQ6tP9iz33RvlR3AMhIa9s,9168
43
32
  robosystems_client/api/connections/create_link_token.py,sha256=AMjy9unsMxMi0yqFAw8ehM05OVrVRM-RTObIorPPB7w,8245
@@ -49,21 +38,31 @@ robosystems_client/api/connections/init_o_auth.py,sha256=jjKE6pboyw2ugg_m7WV7vAK
49
38
  robosystems_client/api/connections/list_connections.py,sha256=hLDqUAeeaMrCym0Onh6I0qd51e_CR9XH62aKV8PjbQ8,9981
50
39
  robosystems_client/api/connections/oauth_callback.py,sha256=9zX9fA7V_nJTBAi6crXQweS2VJSYvYq0Y7pMzefID0E,9103
51
40
  robosystems_client/api/connections/sync_connection.py,sha256=9RvBM9zCqb4nGQCmVpK9JgzOoVbn83ojRnUzKaF8-AM,9839
41
+ robosystems_client/api/copy/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
42
+ robosystems_client/api/copy/copy_data_to_graph.py,sha256=Na69NkEH3Y6ihuStFYs9gBdZRuNPMjk0OKZFtXUu4Z4,10613
52
43
  robosystems_client/api/create/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
53
44
  robosystems_client/api/create/create_graph.py,sha256=dwzKgdBkLd9QithUt0ERPeh3shOdsIQ8b6Xvgc_hAQo,13152
54
45
  robosystems_client/api/create/get_available_extensions.py,sha256=sFf-YdbDy9VGOK8WZ4JBoxrcVe2PtYW6XLp-EkyMt7E,3502
55
- robosystems_client/api/credits_/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
56
- robosystems_client/api/credits_/check_credit_balance.py,sha256=Dg4RDy5p09VpqznewuGl-KENjybD-GJ2NYpKlea-s7A,8484
57
- robosystems_client/api/credits_/check_storage_limits.py,sha256=Gq6_8dyCb05BPGVOR4qe-nJbFIfxrGu8XF--imfGnXU,7547
58
- robosystems_client/api/credits_/get_credit_summary.py,sha256=X2yFM3ybAh15SDLE6l1wl8ElhIVKr9mu1DPORlsKPyk,7401
59
- robosystems_client/api/credits_/get_storage_usage.py,sha256=pE3x94H_83rLY_OtY47XNn3lxAvdwMg847hM1U1f6hA,8112
60
- robosystems_client/api/credits_/list_credit_transactions.py,sha256=OciMR4KODrYQSIPNbA6WW_Zsx2V81YV1W6P9nI6w8Xo,13663
61
46
  robosystems_client/api/graph_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
62
47
  robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=mCKfKQBLsg2UUOVVzUt7IqB7e6a1jDc-jnmf2Yv2OSc,8522
63
48
  robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=sZWr5xaiK5iP7PziH3Lve-FRB7ny0VwbxnCOFSpwwt4,9598
64
- robosystems_client/api/graph_status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
65
- robosystems_client/api/graph_status/get_database_health.py,sha256=vresy2eiaelkTwAgp4M95LgNiWDxCP885HSIofjvFI4,8789
66
- robosystems_client/api/graph_status/get_database_info.py,sha256=_DUHYBcb1ydB3Ly9G1JiZquPNfk3tIWCkEbN5sX7D0E,9125
49
+ robosystems_client/api/graph_billing/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
50
+ robosystems_client/api/graph_billing/get_current_graph_bill.py,sha256=j6l4Hc-rIsce6VGJvsbq6dElUXcqKrP0U4j0oRnDdSU,8444
51
+ robosystems_client/api/graph_billing/get_graph_billing_history.py,sha256=hi28XqYyNg3CcsJrkQ4EauaZGlWYyJGBBnNssdr99rI,8807
52
+ robosystems_client/api/graph_billing/get_graph_monthly_bill.py,sha256=vMrhCkZ-JaG20lSOEM36iCezT8tsxSSTvWRfDJLdCWI,8453
53
+ robosystems_client/api/graph_billing/get_graph_usage_details.py,sha256=3tVcKKbu4dkwM1KEZgIs7s606XYtQK0Eme1vHbzid34,10256
54
+ robosystems_client/api/graph_credits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
55
+ robosystems_client/api/graph_credits/check_credit_balance.py,sha256=UkMRk2l_SFUSjVAtBzhJ2oluaEMD_LGoEMNz1i9et8c,9435
56
+ robosystems_client/api/graph_credits/check_storage_limits.py,sha256=Gq6_8dyCb05BPGVOR4qe-nJbFIfxrGu8XF--imfGnXU,7547
57
+ robosystems_client/api/graph_credits/get_credit_summary.py,sha256=X2yFM3ybAh15SDLE6l1wl8ElhIVKr9mu1DPORlsKPyk,7401
58
+ robosystems_client/api/graph_credits/get_storage_usage.py,sha256=pE3x94H_83rLY_OtY47XNn3lxAvdwMg847hM1U1f6hA,8112
59
+ robosystems_client/api/graph_credits/list_credit_transactions.py,sha256=OciMR4KODrYQSIPNbA6WW_Zsx2V81YV1W6P9nI6w8Xo,13663
60
+ robosystems_client/api/graph_health/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
61
+ robosystems_client/api/graph_health/get_database_health.py,sha256=iETRS9vX9dLOSw6pwF5x1gYw4DoPi1N515FIe-jtRTk,8782
62
+ robosystems_client/api/graph_info/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
63
+ robosystems_client/api/graph_info/get_database_info.py,sha256=zQ1X-Md2e6sKa2KujRHNnptQE61bQLfU4NQvKHQdTRg,9118
64
+ robosystems_client/api/graph_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
65
+ robosystems_client/api/graph_limits/get_graph_limits.py,sha256=Gag_WqLmKxhGY1z3tvopNayeSRl0ZBRcuV-_dUeeaOU,8813
67
66
  robosystems_client/api/mcp/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
68
67
  robosystems_client/api/mcp/call_mcp_tool.py,sha256=SdMywHxFnz9ypJZCDIpIXRDmBXpEOoy3SsZb9lxIU1k,14111
69
68
  robosystems_client/api/mcp/list_mcp_tools.py,sha256=yGVpB8ELAX9XMA1KqguwAT6JL16uVab6wFyHW1B9JYI,8207
@@ -82,9 +81,15 @@ robosystems_client/api/service_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkL
82
81
  robosystems_client/api/service_offerings/get_service_offerings.py,sha256=fsj86E8ml2O2HhmUMJOyte6E7qEFA5Nip30tO63kmyg,6157
83
82
  robosystems_client/api/status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
84
83
  robosystems_client/api/status/get_service_status.py,sha256=ORuAz31SqditB0mXVsQBSE_SJIghpwACxaJGgX5z1p8,3305
84
+ robosystems_client/api/subgraphs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
85
+ robosystems_client/api/subgraphs/create_subgraph.py,sha256=RqPiXCGXR_tDANssITuO71KFVh6_5SC01a3P-rDoz7M,7833
86
+ robosystems_client/api/subgraphs/delete_subgraph.py,sha256=10JYk6Aaq7ZRTOJmOOWFhFnVgre96q8EWFkS_6QPB4I,9320
87
+ robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=M1kpjW0GA0miELKO-34GvKC4YMYR6KKUEAosGFLwAV0,8165
88
+ robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=kvAqM8d2qmS6iXc2Z8irgh7_Ffmo8_Q5Lvn8QYJN5PQ,7967
89
+ robosystems_client/api/subgraphs/list_subgraphs.py,sha256=uK92SCp12v_6_T8Gc4NAmRyJaYwCL7s1CR3igC_N5I4,6865
85
90
  robosystems_client/api/user/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
86
91
  robosystems_client/api/user/create_user_api_key.py,sha256=ccWvKxXXrHXRpQ1kwlBNymuqOvAgvwh_3j-CoL6gaH8,5827
87
- robosystems_client/api/user/get_all_credit_summaries.py,sha256=fzAfUSWxkJo5OPJ1DPQBR69Wcd3_XOM0TgUssVM0T84,7010
92
+ robosystems_client/api/user/get_all_credit_summaries.py,sha256=-P4TTC2eXyY-jztmQnVpP0Tg73fhxGdG_rlUzBENQbg,7002
88
93
  robosystems_client/api/user/get_current_user.py,sha256=S3tE_P4PPpIpFl9UuuJ7-FQRQTe4AC4vq1eET1TWG6s,5127
89
94
  robosystems_client/api/user/get_user_graphs.py,sha256=zmdnRRNk4BB5KTsKimimO1gOVRYdeQAbGKz671lDt0Q,5193
90
95
  robosystems_client/api/user/list_user_api_keys.py,sha256=J5WdvUdA1bZMEAsV0OPcsV9wsMDwhZkINqYkn3ufH20,5080
@@ -108,7 +113,7 @@ robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha25
108
113
  robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=i-XEy5qLdQB1TSYYO7pM0e4OlhPnEpyV8p9Je18cj1c,6539
109
114
  robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=bc7hUPHm_FQ_us30SLAtKSZzz6hOAysSET-DlnylsoE,6373
110
115
  robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=ihMRdD_fbKoBuS4YAiFXAbN4UUM0bod9eS2Zpb5UtJw,6508
111
- robosystems_client/extensions/README.md,sha256=bmedQ-7skgLGCMUTjTJXney_yvaRszftv-jo_ng4Vxg,16280
116
+ robosystems_client/extensions/README.md,sha256=0EtK1qR0w8G-GeoeMsH_kpMdYAihQyfwIv3AwVSPkn4,16138
112
117
  robosystems_client/extensions/__init__.py,sha256=7GY_RnQGWwxO8qU4Q85y25D6f_2DaipYpGheQF7BYnQ,2617
113
118
  robosystems_client/extensions/auth_integration.py,sha256=Nlc40PaTGsPcDzLUVDU9IhSAQWYj3Bi-bsbxMAfNo3E,6251
114
119
  robosystems_client/extensions/extensions.py,sha256=eFQSa_yPwq75d4TfAxVsO4_rW2rpBzaHXVdNSodhTCY,5464
@@ -119,7 +124,7 @@ robosystems_client/extensions/utils.py,sha256=6yQJFg6---nbD26IS_JxGiFr3lkVlIsSjl
119
124
  robosystems_client/extensions/tests/__init__.py,sha256=S61GPbL-2pgLVe11uHwHLenpIpzyywWXzXqJypr0T3Q,46
120
125
  robosystems_client/extensions/tests/test_integration.py,sha256=gYhttWufERNmlY7j-CnWzQhFCDF70rBFVw7JDzgT1-M,15443
121
126
  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
127
+ robosystems_client/models/__init__.py,sha256=mjkNH7Zs-3JpnCsVQ_cl1GgfQT4L6_xOHp-VghYnJ08,17892
123
128
  robosystems_client/models/account_info.py,sha256=rcENAioMA3olA3Sks5raIqeODqRgrmFuiFhwzLunrGI,2054
124
129
  robosystems_client/models/add_on_credit_info.py,sha256=h65KAb8yZP_SGpsB2Ref4IaBCthEDYJgFGTd9PjUpfs,3221
125
130
  robosystems_client/models/agent_message.py,sha256=arwhQ2jiLsZLX7_3xjWxH5AA7LcLuDzLCA8dtHF7mG0,1544
@@ -134,7 +139,6 @@ robosystems_client/models/auth_response_user.py,sha256=QSXztxSkwxAbCkUJBeKcN-_4d
134
139
  robosystems_client/models/available_extension.py,sha256=YKL7EfIcYfSdBFzpmlMXp0GQqCdab8CiRtapIpO6UOc,1824
135
140
  robosystems_client/models/available_extensions_response.py,sha256=zt9ggowoErKKoqxle5sa10XCx5wh-j71xw-Rq4Ya16c,1979
136
141
  robosystems_client/models/backup_create_request.py,sha256=51DBMilcgEu0GDXwuPnFm3gSAOWYYbkq2PsDCXAgQ2A,3710
137
- robosystems_client/models/backup_export_request.py,sha256=M_3awrPYz8pEGaNh6gdGKoC7EsKJVK7prTugdsaxR38,1908
138
142
  robosystems_client/models/backup_list_response.py,sha256=0hXeW9J2UzHZtESAjOKNMK5ETt-Juc2OiY4svNLVB8A,2216
139
143
  robosystems_client/models/backup_response.py,sha256=LCJgvjSDK6KMOXGJm9coTiU7VSQ9fd549Q2xsGzM8qY,5402
140
144
  robosystems_client/models/backup_restore_request.py,sha256=52Y1XfaSzu5dN54OyQlcOxPyxnCJi2m-rpOnGrhPhpg,2409
@@ -150,24 +154,32 @@ robosystems_client/models/connection_provider_info_provider.py,sha256=-IsFtqa7td
150
154
  robosystems_client/models/connection_response.py,sha256=VCOxkvvpwBwZz-TU4FHsmcuvwn3me-2AQyAB_hknCio,4174
151
155
  robosystems_client/models/connection_response_metadata.py,sha256=xp9LNJHpuXrfLKSQFLVHwhAF4Ieu26rbSe-odVFWBcM,1233
152
156
  robosystems_client/models/connection_response_provider.py,sha256=th7b2inab-PZWaQ9kjsYoM81Xo4coJGJ1kqYh7txnYE,185
157
+ robosystems_client/models/copy_response.py,sha256=0ixQPOpCMhdrMYIOXoI_8RBgZMc9iba5k-gNpSEFC4M,6923
158
+ robosystems_client/models/copy_response_error_details_type_0.py,sha256=_Y_o8lWlPlQtQJxIX33URTGkzC4CDslBWloxpUgw4u4,1232
159
+ robosystems_client/models/copy_response_status.py,sha256=LcmMg0L5h3aXGaF49WpORGvm-rdW27ziGYnkAZ8t9D4,185
153
160
  robosystems_client/models/create_api_key_request.py,sha256=yPeQwvtQtcVET6dxfbLjkCDv8UL4Ox_L3D6gXAVhnjM,2134
154
161
  robosystems_client/models/create_api_key_response.py,sha256=9cqlZDogqxdSXxxHT6PnfClTP-Q35CvfQjNIvPEe1Pw,1797
155
162
  robosystems_client/models/create_connection_request.py,sha256=B9riNF1QK1P3RB680lFAJGsZtYbPHVc14u1TBnIv0QQ,5948
156
163
  robosystems_client/models/create_connection_request_provider.py,sha256=TBZm3ApK31i1jit4WUxqtFtJq-LYKqXeVAHJIJh9Slw,190
157
164
  robosystems_client/models/create_graph_request.py,sha256=KaGJLxsHB7ukdcuT8GLnOfcjrE3E1kl6LuocEwXfk48,5506
158
- robosystems_client/models/credit_check_request.py,sha256=35hhuBVdYYtLD4YL_ij0zWqJGRDKhb3AAKREZys_CPs,2228
165
+ robosystems_client/models/create_subgraph_request.py,sha256=upBIPF4MIrawR_fAodpo4ts9sinq7FyDT2VyfR_uCp8,5777
166
+ robosystems_client/models/create_subgraph_request_metadata_type_0.py,sha256=dqVIzDSjIeTsKLCC7pmJAik2eJPIyi_6uTHzkspU37M,1257
159
167
  robosystems_client/models/credit_summary.py,sha256=rBh9GRUUWV48P8ojRY1BXhBInikUQF3erbRSCnSx6jc,3940
160
- robosystems_client/models/credit_summary_response.py,sha256=YuRmbDtF9YTh7beu56ZqOaNRd86gKYDP16wTCDPunVg,3963
168
+ robosystems_client/models/credit_summary_response.py,sha256=M5ZFcNZ4IqtZZG1zFrdOBKGsEs9S9A174LVVmdplItM,3712
161
169
  robosystems_client/models/credits_summary_response.py,sha256=QAqJMJ2WtzNiqg2comgAfLxw155kgq1V3ql_CjLbYhs,3730
162
170
  robosystems_client/models/credits_summary_response_credits_by_addon_item.py,sha256=bIs0s1LNwAs9H1KmIy3pUUyaM6bEB7fLqCB6MvVK7zs,1290
163
- robosystems_client/models/custom_schema_definition.py,sha256=YDqYamVHCv-9UW6bCrucdaVk1EaSaVU9c2OZle8yEX0,6715
171
+ robosystems_client/models/custom_schema_definition.py,sha256=IOyk34jPHiUd_gdB7N-UI60Sicl0_-YlN0-Lp8WtNOU,6723
164
172
  robosystems_client/models/custom_schema_definition_metadata.py,sha256=Em3kBLoXLJ32PwAVsfE5mlSprBLZx6EHLPdQ0a51KCs,1333
165
173
  robosystems_client/models/custom_schema_definition_nodes_item.py,sha256=0hg2ctntwlXkP43NdtAa2gRFMogKU80Mwg_JmSUb4h4,1239
166
174
  robosystems_client/models/custom_schema_definition_relationships_item.py,sha256=lJZACnh463SpmX2ncTV9Xi6NcHIejEn-SKQ81PZN654,1279
167
175
  robosystems_client/models/cypher_query_request.py,sha256=Y40qJmtFszBPkKw1VhezR0G4Nys1HyQHFyFJMhRY2ew,3641
168
176
  robosystems_client/models/cypher_query_request_parameters_type_0.py,sha256=I8QFYojTUqvgSeiS2uP79PQQfqulTB89OyXXgYbl3Cc,1252
177
+ robosystems_client/models/data_frame_copy_request.py,sha256=kooobSAmts4dyjgKmird_taE_dabWqUY6k-ekGtj_Pw,4215
178
+ robosystems_client/models/data_frame_copy_request_format.py,sha256=FdD8grwEoNlP7BMpFoFrHcZjYmhxvk_CHT-0qNQShI4,183
169
179
  robosystems_client/models/database_health_response.py,sha256=KPR-Z3ZKQSlScgtIpuE8Uy-LAmC0FovJ58ZZMlWSIkE,5856
170
180
  robosystems_client/models/database_info_response.py,sha256=YUo04xh5cEa0APMm1yJSlOwxQdbQTZSKNGXS86w0kag,5983
181
+ robosystems_client/models/delete_subgraph_request.py,sha256=F0UVznC5pUnwhX2zZWyPdSxpwtrj-jZIVmnTKCgjDNI,2682
182
+ robosystems_client/models/delete_subgraph_response.py,sha256=zPgaUcaqzwmaxEFwok2c3OLCEe1YT4-mnckD_Lr-Nd4,3340
171
183
  robosystems_client/models/detailed_transactions_response.py,sha256=gNvssogFCR4cK54swZMpHhUOHhRLTwiUlI0oZpVwj9g,3660
172
184
  robosystems_client/models/detailed_transactions_response_date_range.py,sha256=Ky1tjKrTW8i3ZPxv2_vIDZF8guyEilgX4r01gEKnaE4,1269
173
185
  robosystems_client/models/detailed_transactions_response_summary.py,sha256=oPH6-HWWOLb9zmhFow3DWaxo5Y4YcfIll8RtQtPfLMA,1826
@@ -182,6 +194,7 @@ robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.
182
194
  robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py,sha256=QbLg6o9w0UQs2npB27r2lLfWi9uAe4cjmN0srszTKDE,1307
183
195
  robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py,sha256=PjfVnVwWG6BEBWEjb5kvN5XYtC2uTc5h4OIKPmZv-Gc,1317
184
196
  robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py,sha256=IyBAkkk8vtqQx9Twif1J7iG-9iaeuMm1W_75E7pzM-A,1347
197
+ robosystems_client/models/get_graph_limits_response_getgraphlimits.py,sha256=ekkBGt3Pybn7-xZIhth_uBGhyiTvWRxHbXRPBSX0ms0,1264
185
198
  robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py,sha256=q1k4zEtQmcBpgz_vz9B26Deu4qT4evEsAiRoTpmcw0w,1317
186
199
  robosystems_client/models/get_graph_schema_info_response_getgraphschemainfo.py,sha256=XlkB4KEi46O-VxGBM3jgZZ5XWlqX3YOCCGCZv_KiahU,1307
187
200
  robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py,sha256=OfsWqXgc6O0v21jbL8Z1NquZg5eKhNQUEiTl_Vs7I7w,1327
@@ -203,12 +216,12 @@ robosystems_client/models/health_status.py,sha256=YzvlAez-PycBKR_u4xNqj0TXAIlvHN
203
216
  robosystems_client/models/health_status_details_type_0.py,sha256=ORS2NbiOWUJZvxa1dYdngpphzj_5lj7fLhmKqxyiVNU,1204
204
217
  robosystems_client/models/http_validation_error.py,sha256=LXy3nhf_7F-tawZB7Rd6lqwi5FDtNtX58oil3X5hxLI,2045
205
218
  robosystems_client/models/initial_entity_data.py,sha256=P6lP81w0G72OMuRxV3r7Q_hALiP93bKDWGXldCJSbmE,6113
206
- robosystems_client/models/kuzu_backup_health_response_kuzubackuphealth.py,sha256=jkWdC4OcMUxuCPfYignYCIX1LZpwCPHTUxd5g6tjW0k,1284
207
219
  robosystems_client/models/link_token_request.py,sha256=smOO4eebeImqNM9j7pOmbVeJXK0oEuqRYuvvMeZP0Sc,5144
208
220
  robosystems_client/models/link_token_request_options_type_0.py,sha256=WjW-JluLY0LijMFwGAtSIpNAFBLFHayZ8T1NZ2SaQJ8,1227
209
221
  robosystems_client/models/link_token_request_provider_type_0.py,sha256=N2wRX99ghudXH6qC8HX9MUgUrwFRCzasoQSg74UCHZo,188
210
222
  robosystems_client/models/list_connections_provider_type_0.py,sha256=Mmteiaom76sOnidak7Y1zY4UemEbnM_3BnfbkFUUVv0,187
211
223
  robosystems_client/models/list_schema_extensions_response_listschemaextensions.py,sha256=ywzRLGbL2PuMdC1td41i0KYm_O3sKzagXZqXS4c49KM,1324
224
+ robosystems_client/models/list_subgraphs_response.py,sha256=PsavKzFwdPfM_4ZeX5-NcWo8K-x0KaFT7y4y_Zf7J98,4498
212
225
  robosystems_client/models/login_request.py,sha256=bWvQYg7jPbtE__tVOqPKqGYx7Yzex2hPfOm2fJZjvLU,1543
213
226
  robosystems_client/models/logout_user_response_logoutuser.py,sha256=UGr9RnAP7Db-T5JLbH6R6CZjZaENzIX6iW31nxBAIBI,1221
214
227
  robosystems_client/models/mcp_tool_call.py,sha256=--2c-SyQb1XxZNMTcb8VWZ_ldomBp3zefuirUybIwWQ,2212
@@ -233,6 +246,9 @@ robosystems_client/models/repository_credits_response.py,sha256=AMvzo-MOZoBFVVFq
233
246
  robosystems_client/models/repository_plan.py,sha256=BEdbh0FPIrsomZU_Aq27EAk-ppOqlJxuwNRVCZlNLKo,185
234
247
  robosystems_client/models/repository_type.py,sha256=Mw4q6l82iVgalXxOiWCpmtGZAf4MawNxCsIW2QoPd0I,175
235
248
  robosystems_client/models/response_mode.py,sha256=0tm3YUxAKHNYS1jn-zdR_88xn6E_bsQl85DwHZM_kkM,181
249
+ robosystems_client/models/s3_copy_request.py,sha256=L2UMeIqom4f-uMNcMRb-ZZB6dKEUKCdBHj6FN4sbkmY,12930
250
+ robosystems_client/models/s3_copy_request_file_format.py,sha256=VfyvnQl7Mcl3mytceCFHUsYuwZqdD_RTFTi47TpW6l8,214
251
+ robosystems_client/models/s3_copy_request_s3_url_style_type_0.py,sha256=Rwj6q4HT0178ogoLSSAme0QwoFBpWYU9bDoPWqJnMaQ,161
236
252
  robosystems_client/models/schema_export_response.py,sha256=Ilk2TwD_m3g_8OwlHHOokMZdjkSmktf1xj-eggGutTQ,5175
237
253
  robosystems_client/models/schema_export_response_data_stats_type_0.py,sha256=QRzVNkX-1Er8oppABqj79HRGKtcMk3YNG2DFkdqdFSQ,1260
238
254
  robosystems_client/models/schema_export_response_schema_definition_type_0.py,sha256=iYwrxPZsEttzkaDySeVyUdwF5yvhvNgALiMEqTMJTpo,1295
@@ -248,6 +264,11 @@ robosystems_client/models/sso_exchange_response.py,sha256=HmcvnafE-AQvzjvVBcGEft
248
264
  robosystems_client/models/sso_login_request.py,sha256=zFkukTRnhKLhmcuypwEI5781XV38wB-5AW32fB25MSE,1391
249
265
  robosystems_client/models/sso_token_response.py,sha256=nZUjC2-uvY8kBxXRzf_XLw6Oh9T2jF24sy7tf2BsYZY,1909
250
266
  robosystems_client/models/storage_limit_response.py,sha256=MARn28shb1eSTXx7ZoXdkWr_tKRh87bdl49Ois-aVow,4149
267
+ robosystems_client/models/subgraph_quota_response.py,sha256=pBHhUt2CXHR3UondX10XGkpmM7wlyxCqk39Te1LZXz8,4693
268
+ robosystems_client/models/subgraph_response.py,sha256=2yDyTyat-5W2bOvNH8rGbErXWYkn9c1Aq2bpXwF0JTY,8635
269
+ robosystems_client/models/subgraph_response_metadata_type_0.py,sha256=Lfz_uYJ7C2-F8qBnb5CaEonpZTEfcapn7DawFaXmYlk,1229
270
+ robosystems_client/models/subgraph_summary.py,sha256=fZskewbuXff15lzC5DDpIgreQg4Pit-rbCAn_lvPvHM,4364
271
+ robosystems_client/models/subgraph_type.py,sha256=UuhtI16pPNdwvznfvlb6iFP2Ow7XhO8oLhJlq0wbl-0,201
251
272
  robosystems_client/models/subscription_info.py,sha256=6dLANsDZ_HB9sl8sNM2aQQvHt2JqilzbYaYbCVnsHJE,3982
252
273
  robosystems_client/models/subscription_info_metadata.py,sha256=5RZRthVzH5VloERrIXm9dHSJBntmdd_0vPYaVeEOvCo,1216
253
274
  robosystems_client/models/subscription_request.py,sha256=QArBvYVdFtQcqfHA_47Yi07vWjZEVMBDUIhdrfHGH2M,2399
@@ -262,7 +283,9 @@ robosystems_client/models/transaction_summary_response.py,sha256=MSQYuOharoRpBil
262
283
  robosystems_client/models/update_api_key_request.py,sha256=fQVFQnUSIRDcBkCZP6ObAdVjIReaYuqSS3eliNSt59c,2527
263
284
  robosystems_client/models/update_password_request.py,sha256=3YwCzOJwE3WYpv05JwVBpwL71GCsj1fMLngxuEsXtpE,2013
264
285
  robosystems_client/models/update_user_request.py,sha256=DLN_cfsk24jG34v66YedfJ1N26wvueoXVTTi8Bd4mcQ,2420
265
- robosystems_client/models/upgrade_subscription_request.py,sha256=ZCdLWYJSFSKVv4Rb2HMTtKVwEqHI97p5BrXJxfNH_cQ,2278
286
+ robosystems_client/models/url_copy_request.py,sha256=ZIW522f0Xu4EKnKChMOrtZQjxsGEw5fL8AktpSum6-w,5024
287
+ robosystems_client/models/url_copy_request_file_format.py,sha256=9YvyAICJanuX5V1ciJclpgx0T2GLzJxQ5OKmT4hufMM,175
288
+ robosystems_client/models/url_copy_request_headers_type_0.py,sha256=8bBG9jIbcQDsHaWG2ZUwV4XF9S5DLuZudTpTc8otD0E,1217
266
289
  robosystems_client/models/user_analytics_response.py,sha256=M89LNcZ6x2p0WY1NTKs9mu2o1ql-ubdr5RFZnQVCXnM,4423
267
290
  robosystems_client/models/user_analytics_response_api_usage.py,sha256=rCzeBaCp40iOhr784WJ5pBnBnVFFkrf7Uy-TuUKyxwQ,1248
268
291
  robosystems_client/models/user_analytics_response_graph_usage.py,sha256=i71sukhzKuhTQ_luiqbe0gWvsruRmUlvqsuBPZU3XwM,1260
@@ -279,6 +302,6 @@ robosystems_client/models/user_usage_response_graphs.py,sha256=xAH-ZnhaUfWQ_2EpZ
279
302
  robosystems_client/models/user_usage_summary_response.py,sha256=4hthwTH7bXyzdYlHoekDYOgDLI-stGRH507Bl2rUjYA,3655
280
303
  robosystems_client/models/user_usage_summary_response_usage_vs_limits.py,sha256=XrZnRcy1nD3xtKX4svbww7QfEHrN7_XIfeL9j5ZMbyQ,1298
281
304
  robosystems_client/models/validation_error.py,sha256=R77OuQG2nJ3WDFfY--xbEhg6x1D7gAAp_1UdnG8Ka2A,1949
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,,
305
+ robosystems_client-0.1.13.dist-info/METADATA,sha256=57Oo_1PVmsIyIyP4atK7CcIKBYtgJl5uYIte4x27a1k,9351
306
+ robosystems_client-0.1.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
307
+ robosystems_client-0.1.13.dist-info/RECORD,,
@@ -1,202 +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.http_validation_error import HTTPValidationError
9
- from ...models.kuzu_backup_health_response_kuzubackuphealth import (
10
- KuzuBackupHealthResponseKuzubackuphealth,
11
- )
12
- from ...types import UNSET, Response, Unset
13
-
14
-
15
- def _get_kwargs(
16
- graph_id: str,
17
- *,
18
- authorization: Union[None, Unset, str] = UNSET,
19
- auth_token: Union[None, Unset, str] = UNSET,
20
- ) -> dict[str, Any]:
21
- headers: dict[str, Any] = {}
22
- if not isinstance(authorization, Unset):
23
- headers["authorization"] = authorization
24
-
25
- cookies = {}
26
- if auth_token is not UNSET:
27
- cookies["auth-token"] = auth_token
28
-
29
- _kwargs: dict[str, Any] = {
30
- "method": "get",
31
- "url": f"/v1/{graph_id}/backup/health",
32
- "cookies": cookies,
33
- }
34
-
35
- _kwargs["headers"] = headers
36
- return _kwargs
37
-
38
-
39
- def _parse_response(
40
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
41
- ) -> Optional[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
42
- if response.status_code == 200:
43
- response_200 = KuzuBackupHealthResponseKuzubackuphealth.from_dict(response.json())
44
-
45
- return response_200
46
- if response.status_code == 422:
47
- response_422 = HTTPValidationError.from_dict(response.json())
48
-
49
- return response_422
50
- if client.raise_on_unexpected_status:
51
- raise errors.UnexpectedStatus(response.status_code, response.content)
52
- else:
53
- return None
54
-
55
-
56
- def _build_response(
57
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
58
- ) -> Response[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
59
- return Response(
60
- status_code=HTTPStatus(response.status_code),
61
- content=response.content,
62
- headers=response.headers,
63
- parsed=_parse_response(client=client, response=response),
64
- )
65
-
66
-
67
- def sync_detailed(
68
- graph_id: str,
69
- *,
70
- client: AuthenticatedClient,
71
- authorization: Union[None, Unset, str] = UNSET,
72
- auth_token: Union[None, Unset, str] = UNSET,
73
- ) -> Response[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
74
- """Check Kuzu backup system health
75
-
76
- Check the health status of the Kuzu backup system
77
-
78
- Args:
79
- graph_id (str): Graph database identifier
80
- authorization (Union[None, Unset, str]):
81
- auth_token (Union[None, Unset, str]):
82
-
83
- Raises:
84
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
85
- httpx.TimeoutException: If the request takes longer than Client.timeout.
86
-
87
- Returns:
88
- Response[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]
89
- """
90
-
91
- kwargs = _get_kwargs(
92
- graph_id=graph_id,
93
- authorization=authorization,
94
- auth_token=auth_token,
95
- )
96
-
97
- response = client.get_httpx_client().request(
98
- **kwargs,
99
- )
100
-
101
- return _build_response(client=client, response=response)
102
-
103
-
104
- def sync(
105
- graph_id: str,
106
- *,
107
- client: AuthenticatedClient,
108
- authorization: Union[None, Unset, str] = UNSET,
109
- auth_token: Union[None, Unset, str] = UNSET,
110
- ) -> Optional[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
111
- """Check Kuzu backup system health
112
-
113
- Check the health status of the Kuzu backup system
114
-
115
- Args:
116
- graph_id (str): Graph database identifier
117
- authorization (Union[None, Unset, str]):
118
- auth_token (Union[None, Unset, str]):
119
-
120
- Raises:
121
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
122
- httpx.TimeoutException: If the request takes longer than Client.timeout.
123
-
124
- Returns:
125
- Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]
126
- """
127
-
128
- return sync_detailed(
129
- graph_id=graph_id,
130
- client=client,
131
- authorization=authorization,
132
- auth_token=auth_token,
133
- ).parsed
134
-
135
-
136
- async def asyncio_detailed(
137
- graph_id: str,
138
- *,
139
- client: AuthenticatedClient,
140
- authorization: Union[None, Unset, str] = UNSET,
141
- auth_token: Union[None, Unset, str] = UNSET,
142
- ) -> Response[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
143
- """Check Kuzu backup system health
144
-
145
- Check the health status of the Kuzu backup system
146
-
147
- Args:
148
- graph_id (str): Graph database identifier
149
- authorization (Union[None, Unset, str]):
150
- auth_token (Union[None, Unset, str]):
151
-
152
- Raises:
153
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
154
- httpx.TimeoutException: If the request takes longer than Client.timeout.
155
-
156
- Returns:
157
- Response[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]
158
- """
159
-
160
- kwargs = _get_kwargs(
161
- graph_id=graph_id,
162
- authorization=authorization,
163
- auth_token=auth_token,
164
- )
165
-
166
- response = await client.get_async_httpx_client().request(**kwargs)
167
-
168
- return _build_response(client=client, response=response)
169
-
170
-
171
- async def asyncio(
172
- graph_id: str,
173
- *,
174
- client: AuthenticatedClient,
175
- authorization: Union[None, Unset, str] = UNSET,
176
- auth_token: Union[None, Unset, str] = UNSET,
177
- ) -> Optional[Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]]:
178
- """Check Kuzu backup system health
179
-
180
- Check the health status of the Kuzu backup system
181
-
182
- Args:
183
- graph_id (str): Graph database identifier
184
- authorization (Union[None, Unset, str]):
185
- auth_token (Union[None, Unset, str]):
186
-
187
- Raises:
188
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
189
- httpx.TimeoutException: If the request takes longer than Client.timeout.
190
-
191
- Returns:
192
- Union[HTTPValidationError, KuzuBackupHealthResponseKuzubackuphealth]
193
- """
194
-
195
- return (
196
- await asyncio_detailed(
197
- graph_id=graph_id,
198
- client=client,
199
- authorization=authorization,
200
- auth_token=auth_token,
201
- )
202
- ).parsed
@@ -1,198 +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.http_validation_error import HTTPValidationError
9
- from ...types import UNSET, Response, Unset
10
-
11
-
12
- def _get_kwargs(
13
- graph_id: str,
14
- *,
15
- authorization: Union[None, Unset, str] = UNSET,
16
- auth_token: Union[None, Unset, str] = UNSET,
17
- ) -> dict[str, Any]:
18
- headers: dict[str, Any] = {}
19
- if not isinstance(authorization, Unset):
20
- headers["authorization"] = authorization
21
-
22
- cookies = {}
23
- if auth_token is not UNSET:
24
- cookies["auth-token"] = auth_token
25
-
26
- _kwargs: dict[str, Any] = {
27
- "method": "get",
28
- "url": f"/v1/{graph_id}/billing/available-plans",
29
- "cookies": cookies,
30
- }
31
-
32
- _kwargs["headers"] = headers
33
- return _kwargs
34
-
35
-
36
- def _parse_response(
37
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
38
- ) -> Optional[Union[Any, HTTPValidationError]]:
39
- if response.status_code == 200:
40
- response_200 = response.json()
41
- return response_200
42
- if response.status_code == 422:
43
- response_422 = HTTPValidationError.from_dict(response.json())
44
-
45
- return response_422
46
- if client.raise_on_unexpected_status:
47
- raise errors.UnexpectedStatus(response.status_code, response.content)
48
- else:
49
- return None
50
-
51
-
52
- def _build_response(
53
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
54
- ) -> Response[Union[Any, HTTPValidationError]]:
55
- return Response(
56
- status_code=HTTPStatus(response.status_code),
57
- content=response.content,
58
- headers=response.headers,
59
- parsed=_parse_response(client=client, response=response),
60
- )
61
-
62
-
63
- def sync_detailed(
64
- graph_id: str,
65
- *,
66
- client: AuthenticatedClient,
67
- authorization: Union[None, Unset, str] = UNSET,
68
- auth_token: Union[None, Unset, str] = UNSET,
69
- ) -> Response[Union[Any, HTTPValidationError]]:
70
- """Get Available Subscription Plans
71
-
72
- Get available subscription plans for upgrade.
73
-
74
- Args:
75
- graph_id (str): Graph database ID
76
- authorization (Union[None, Unset, str]):
77
- auth_token (Union[None, Unset, str]):
78
-
79
- Raises:
80
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
81
- httpx.TimeoutException: If the request takes longer than Client.timeout.
82
-
83
- Returns:
84
- Response[Union[Any, HTTPValidationError]]
85
- """
86
-
87
- kwargs = _get_kwargs(
88
- graph_id=graph_id,
89
- authorization=authorization,
90
- auth_token=auth_token,
91
- )
92
-
93
- response = client.get_httpx_client().request(
94
- **kwargs,
95
- )
96
-
97
- return _build_response(client=client, response=response)
98
-
99
-
100
- def sync(
101
- graph_id: str,
102
- *,
103
- client: AuthenticatedClient,
104
- authorization: Union[None, Unset, str] = UNSET,
105
- auth_token: Union[None, Unset, str] = UNSET,
106
- ) -> Optional[Union[Any, HTTPValidationError]]:
107
- """Get Available Subscription Plans
108
-
109
- Get available subscription plans for upgrade.
110
-
111
- Args:
112
- graph_id (str): Graph database ID
113
- authorization (Union[None, Unset, str]):
114
- auth_token (Union[None, Unset, str]):
115
-
116
- Raises:
117
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
118
- httpx.TimeoutException: If the request takes longer than Client.timeout.
119
-
120
- Returns:
121
- Union[Any, HTTPValidationError]
122
- """
123
-
124
- return sync_detailed(
125
- graph_id=graph_id,
126
- client=client,
127
- authorization=authorization,
128
- auth_token=auth_token,
129
- ).parsed
130
-
131
-
132
- async def asyncio_detailed(
133
- graph_id: str,
134
- *,
135
- client: AuthenticatedClient,
136
- authorization: Union[None, Unset, str] = UNSET,
137
- auth_token: Union[None, Unset, str] = UNSET,
138
- ) -> Response[Union[Any, HTTPValidationError]]:
139
- """Get Available Subscription Plans
140
-
141
- Get available subscription plans for upgrade.
142
-
143
- Args:
144
- graph_id (str): Graph database ID
145
- authorization (Union[None, Unset, str]):
146
- auth_token (Union[None, Unset, str]):
147
-
148
- Raises:
149
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
150
- httpx.TimeoutException: If the request takes longer than Client.timeout.
151
-
152
- Returns:
153
- Response[Union[Any, HTTPValidationError]]
154
- """
155
-
156
- kwargs = _get_kwargs(
157
- graph_id=graph_id,
158
- authorization=authorization,
159
- auth_token=auth_token,
160
- )
161
-
162
- response = await client.get_async_httpx_client().request(**kwargs)
163
-
164
- return _build_response(client=client, response=response)
165
-
166
-
167
- async def asyncio(
168
- graph_id: str,
169
- *,
170
- client: AuthenticatedClient,
171
- authorization: Union[None, Unset, str] = UNSET,
172
- auth_token: Union[None, Unset, str] = UNSET,
173
- ) -> Optional[Union[Any, HTTPValidationError]]:
174
- """Get Available Subscription Plans
175
-
176
- Get available subscription plans for upgrade.
177
-
178
- Args:
179
- graph_id (str): Graph database ID
180
- authorization (Union[None, Unset, str]):
181
- auth_token (Union[None, Unset, str]):
182
-
183
- Raises:
184
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
185
- httpx.TimeoutException: If the request takes longer than Client.timeout.
186
-
187
- Returns:
188
- Union[Any, HTTPValidationError]
189
- """
190
-
191
- return (
192
- await asyncio_detailed(
193
- graph_id=graph_id,
194
- client=client,
195
- authorization=authorization,
196
- auth_token=auth_token,
197
- )
198
- ).parsed