robosystems-client 0.1.9__tar.gz → 0.1.11__tar.gz

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 (307) hide show
  1. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/create-pr.yml +2 -2
  2. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.vscode/tasks.json +10 -29
  3. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/PKG-INFO +1 -1
  4. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/bin/create-pr +8 -8
  5. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/justfile +2 -2
  6. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/pyproject.toml +1 -1
  7. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/agent/query_financial_agent.py +16 -16
  8. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/create_backup.py +0 -4
  9. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/export_backup.py +0 -3
  10. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/get_backup_download_url.py +1 -1
  11. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/restore_backup.py +0 -4
  12. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/create_connection.py +8 -20
  13. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/delete_connection.py +8 -16
  14. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/sync_connection.py +8 -20
  15. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/create/get_available_extensions.py +1 -1
  16. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_analytics/get_graph_metrics.py +8 -16
  17. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_analytics/get_graph_usage_stats.py +8 -16
  18. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/mcp/call_mcp_tool.py +8 -20
  19. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/query/execute_cypher_query.py +28 -31
  20. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/schema/get_graph_schema_info.py +4 -19
  21. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/schema/validate_schema.py +4 -16
  22. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/service_offerings/get_service_offerings.py +4 -4
  23. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/select_user_graph.py +1 -1
  24. robosystems_client-0.1.11/robosystems_client/api/user_limits/get_all_shared_repository_limits.py +223 -0
  25. robosystems_client-0.1.11/robosystems_client/api/user_limits/get_shared_repository_limits.py +248 -0
  26. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/get_repository_credits.py +18 -18
  27. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/README.md +1 -1
  28. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/__init__.py +1 -1
  29. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/auth_integration.py +2 -2
  30. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/extensions.py +1 -1
  31. robosystems_client-0.1.11/robosystems_client/extensions/tests/__init__.py +1 -0
  32. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/tests/test_integration.py +3 -3
  33. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/tests/test_unit.py +5 -3
  34. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/utils.py +1 -1
  35. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/__init__.py +8 -2
  36. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/create_graph_request.py +5 -25
  37. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/database_health_response.py +1 -1
  38. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/database_info_response.py +2 -2
  39. robosystems_client-0.1.11/robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +46 -0
  40. robosystems_client-0.1.11/robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py +44 -0
  41. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/repository_credits_response.py +6 -6
  42. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_export_response.py +2 -2
  43. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/subscription_info.py +0 -28
  44. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/subscription_request.py +0 -9
  45. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/subscription_response.py +0 -8
  46. robosystems_client-0.1.11/robosystems_client/sdk-config.yaml +5 -0
  47. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/tests/test_client.py +1 -1
  48. robosystems_client-0.1.9/robosystems_client/api/status/get_mcp_health.py +0 -136
  49. robosystems_client-0.1.9/robosystems_client/extensions/tests/__init__.py +0 -1
  50. robosystems_client-0.1.9/robosystems_client/models/get_mcp_health_response_getmcphealth.py +0 -44
  51. robosystems_client-0.1.9/robosystems_client/sdk-config.yaml +0 -5
  52. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  53. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  54. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/claude.yml +0 -0
  55. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/create-release.yml +0 -0
  56. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/publish.yml +0 -0
  57. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/tag-release.yml +0 -0
  58. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.github/workflows/test.yml +0 -0
  59. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.gitignore +0 -0
  60. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.python-version +0 -0
  61. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/.vscode/settings.json +0 -0
  62. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/README.md +0 -0
  63. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/bin/create-release +0 -0
  64. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/pytest.ini +0 -0
  65. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/__init__.py +0 -0
  66. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/__init__.py +0 -0
  67. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/agent/__init__.py +0 -0
  68. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/__init__.py +0 -0
  69. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/check_password_strength.py +0 -0
  70. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/complete_sso_auth.py +0 -0
  71. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/generate_sso_token.py +0 -0
  72. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/get_captcha_config.py +0 -0
  73. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/get_current_auth_user.py +0 -0
  74. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/get_password_policy.py +0 -0
  75. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/login_user.py +0 -0
  76. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/logout_user.py +0 -0
  77. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/refresh_session.py +0 -0
  78. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/register_user.py +0 -0
  79. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/sso_login.py +0 -0
  80. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/auth/sso_token_exchange.py +0 -0
  81. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/__init__.py +0 -0
  82. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/get_backup_stats.py +0 -0
  83. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/kuzu_backup_health.py +0 -0
  84. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/backup/list_backups.py +0 -0
  85. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/__init__.py +0 -0
  86. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_available_subscription_plans_v1_graph_id_billing_available_plans_get.py +0 -0
  87. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_credit_billing_info_v1_graph_id_billing_credits_get.py +0 -0
  88. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_current_graph_bill.py +0 -0
  89. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_graph_billing_history.py +0 -0
  90. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_graph_monthly_bill.py +0 -0
  91. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_graph_pricing_info_v1_graph_id_billing_pricing_get.py +0 -0
  92. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_graph_subscription_v1_graph_id_billing_subscription_get.py +0 -0
  93. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/get_graph_usage_details.py +0 -0
  94. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/billing/upgrade_graph_subscription_v1_graph_id_billing_subscription_upgrade_post.py +0 -0
  95. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/__init__.py +0 -0
  96. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/create_link_token.py +0 -0
  97. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/exchange_link_token.py +0 -0
  98. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/get_connection.py +0 -0
  99. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/get_connection_options.py +0 -0
  100. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/init_o_auth.py +0 -0
  101. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/list_connections.py +0 -0
  102. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/connections/oauth_callback.py +0 -0
  103. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/create/__init__.py +0 -0
  104. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/create/create_graph.py +0 -0
  105. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/__init__.py +0 -0
  106. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/check_credit_balance.py +0 -0
  107. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/check_storage_limits.py +0 -0
  108. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/get_credit_summary.py +0 -0
  109. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/get_storage_usage.py +0 -0
  110. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/credits_/list_credit_transactions.py +0 -0
  111. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_analytics/__init__.py +0 -0
  112. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_status/__init__.py +0 -0
  113. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_status/get_database_health.py +0 -0
  114. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/graph_status/get_database_info.py +0 -0
  115. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/mcp/__init__.py +0 -0
  116. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/mcp/list_mcp_tools.py +0 -0
  117. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/operations/__init__.py +0 -0
  118. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/operations/cancel_operation.py +0 -0
  119. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/operations/get_operation_status.py +0 -0
  120. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/operations/stream_operation_events.py +0 -0
  121. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/query/__init__.py +0 -0
  122. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/schema/__init__.py +0 -0
  123. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/schema/export_graph_schema.py +0 -0
  124. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/schema/list_schema_extensions.py +0 -0
  125. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/service_offerings/__init__.py +0 -0
  126. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/status/__init__.py +0 -0
  127. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/status/get_service_status.py +0 -0
  128. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/__init__.py +0 -0
  129. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/create_user_api_key.py +0 -0
  130. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/get_all_credit_summaries.py +0 -0
  131. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/get_current_user.py +0 -0
  132. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/get_user_graphs.py +0 -0
  133. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/list_user_api_keys.py +0 -0
  134. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/revoke_user_api_key.py +0 -0
  135. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/update_user.py +0 -0
  136. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/update_user_api_key.py +0 -0
  137. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user/update_user_password.py +0 -0
  138. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_analytics/__init__.py +0 -0
  139. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_analytics/get_detailed_user_analytics.py +0 -0
  140. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_analytics/get_user_usage_overview.py +0 -0
  141. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_limits/__init__.py +0 -0
  142. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_limits/get_user_limits.py +0 -0
  143. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_limits/get_user_usage.py +0 -0
  144. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/__init__.py +0 -0
  145. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py +0 -0
  146. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +0 -0
  147. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +0 -0
  148. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +0 -0
  149. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py +0 -0
  150. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/client.py +0 -0
  151. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/errors.py +0 -0
  152. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/operation_client.py +0 -0
  153. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/query_client.py +0 -0
  154. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/extensions/sse_client.py +0 -0
  155. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/account_info.py +0 -0
  156. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/add_on_credit_info.py +0 -0
  157. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/agent_message.py +0 -0
  158. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/agent_request.py +0 -0
  159. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/agent_request_context_type_0.py +0 -0
  160. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/agent_response.py +0 -0
  161. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/agent_response_metadata_type_0.py +0 -0
  162. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/api_key_info.py +0 -0
  163. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/api_keys_response.py +0 -0
  164. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/auth_response.py +0 -0
  165. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/auth_response_user.py +0 -0
  166. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/available_extension.py +0 -0
  167. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/available_extensions_response.py +0 -0
  168. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_create_request.py +0 -0
  169. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_export_request.py +0 -0
  170. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_list_response.py +0 -0
  171. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_response.py +0 -0
  172. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_restore_request.py +0 -0
  173. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_stats_response.py +0 -0
  174. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/backup_stats_response_backup_formats.py +0 -0
  175. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/cancel_operation_response_canceloperation.py +0 -0
  176. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/cancellation_response.py +0 -0
  177. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/check_credit_balance_response_checkcreditbalance.py +0 -0
  178. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_options_response.py +0 -0
  179. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_provider_info.py +0 -0
  180. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_provider_info_auth_type.py +0 -0
  181. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_provider_info_provider.py +0 -0
  182. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_response.py +0 -0
  183. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_response_metadata.py +0 -0
  184. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/connection_response_provider.py +0 -0
  185. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/create_api_key_request.py +0 -0
  186. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/create_api_key_response.py +0 -0
  187. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/create_connection_request.py +0 -0
  188. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/create_connection_request_provider.py +0 -0
  189. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/credit_check_request.py +0 -0
  190. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/credit_summary.py +0 -0
  191. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/credit_summary_response.py +0 -0
  192. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/credits_summary_response.py +0 -0
  193. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/credits_summary_response_credits_by_addon_item.py +0 -0
  194. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/custom_schema_definition.py +0 -0
  195. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/custom_schema_definition_metadata.py +0 -0
  196. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/custom_schema_definition_nodes_item.py +0 -0
  197. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/custom_schema_definition_relationships_item.py +0 -0
  198. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/cypher_query_request.py +0 -0
  199. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/cypher_query_request_parameters_type_0.py +0 -0
  200. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/detailed_transactions_response.py +0 -0
  201. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/detailed_transactions_response_date_range.py +0 -0
  202. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/detailed_transactions_response_summary.py +0 -0
  203. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/enhanced_credit_transaction_response.py +0 -0
  204. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/enhanced_credit_transaction_response_metadata.py +0 -0
  205. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/error_response.py +0 -0
  206. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/exchange_token_request.py +0 -0
  207. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/exchange_token_request_metadata_type_0.py +0 -0
  208. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py +0 -0
  209. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_backup_download_url_response_getbackupdownloadurl.py +0 -0
  210. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py +0 -0
  211. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py +0 -0
  212. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py +0 -0
  213. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py +0 -0
  214. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_graph_schema_info_response_getgraphschemainfo.py +0 -0
  215. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py +0 -0
  216. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_operation_status_response_getoperationstatus.py +0 -0
  217. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/get_storage_usage_response_getstorageusage.py +0 -0
  218. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_info.py +0 -0
  219. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metadata.py +0 -0
  220. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metrics_response.py +0 -0
  221. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metrics_response_estimated_size.py +0 -0
  222. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metrics_response_health_status.py +0 -0
  223. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metrics_response_node_counts.py +0 -0
  224. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_metrics_response_relationship_counts.py +0 -0
  225. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_usage_response.py +0 -0
  226. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_usage_response_query_statistics.py +0 -0
  227. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_usage_response_recent_activity.py +0 -0
  228. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/graph_usage_response_storage_usage.py +0 -0
  229. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/health_status.py +0 -0
  230. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/health_status_details_type_0.py +0 -0
  231. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/http_validation_error.py +0 -0
  232. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/initial_entity_data.py +0 -0
  233. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/kuzu_backup_health_response_kuzubackuphealth.py +0 -0
  234. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/link_token_request.py +0 -0
  235. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/link_token_request_options_type_0.py +0 -0
  236. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/link_token_request_provider_type_0.py +0 -0
  237. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/list_connections_provider_type_0.py +0 -0
  238. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/list_schema_extensions_response_listschemaextensions.py +0 -0
  239. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/login_request.py +0 -0
  240. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/logout_user_response_logoutuser.py +0 -0
  241. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/mcp_tool_call.py +0 -0
  242. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/mcp_tool_call_arguments.py +0 -0
  243. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/mcp_tools_response.py +0 -0
  244. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/mcp_tools_response_tools_item.py +0 -0
  245. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/o_auth_callback_request.py +0 -0
  246. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/o_auth_init_request.py +0 -0
  247. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/o_auth_init_request_additional_params_type_0.py +0 -0
  248. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/o_auth_init_response.py +0 -0
  249. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/password_check_request.py +0 -0
  250. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/password_check_response.py +0 -0
  251. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/password_check_response_character_types.py +0 -0
  252. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/password_policy_response.py +0 -0
  253. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/password_policy_response_policy.py +0 -0
  254. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/plaid_connection_config.py +0 -0
  255. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/plaid_connection_config_accounts_type_0_item.py +0 -0
  256. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/plaid_connection_config_institution_type_0.py +0 -0
  257. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/quick_books_connection_config.py +0 -0
  258. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/register_request.py +0 -0
  259. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/repository_plan.py +0 -0
  260. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/repository_type.py +0 -0
  261. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/response_mode.py +0 -0
  262. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_export_response_data_stats_type_0.py +0 -0
  263. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_export_response_schema_definition_type_0.py +0 -0
  264. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_validation_request.py +0 -0
  265. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_validation_request_schema_definition_type_0.py +0 -0
  266. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_validation_response.py +0 -0
  267. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_validation_response_compatibility_type_0.py +0 -0
  268. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/schema_validation_response_stats_type_0.py +0 -0
  269. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sec_connection_config.py +0 -0
  270. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sso_complete_request.py +0 -0
  271. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sso_exchange_request.py +0 -0
  272. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sso_exchange_response.py +0 -0
  273. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sso_login_request.py +0 -0
  274. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sso_token_response.py +0 -0
  275. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/storage_limit_response.py +0 -0
  276. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/subscription_info_metadata.py +0 -0
  277. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/success_response.py +0 -0
  278. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/success_response_data_type_0.py +0 -0
  279. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sync_connection_request.py +0 -0
  280. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sync_connection_request_sync_options_type_0.py +0 -0
  281. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/sync_connection_response_syncconnection.py +0 -0
  282. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/tier_upgrade_request.py +0 -0
  283. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/transaction_summary_response.py +0 -0
  284. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/update_api_key_request.py +0 -0
  285. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/update_password_request.py +0 -0
  286. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/update_user_request.py +0 -0
  287. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/upgrade_subscription_request.py +0 -0
  288. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response.py +0 -0
  289. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response_api_usage.py +0 -0
  290. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response_graph_usage.py +0 -0
  291. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response_limits.py +0 -0
  292. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response_recent_activity_item.py +0 -0
  293. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_analytics_response_user_info.py +0 -0
  294. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_graph_summary.py +0 -0
  295. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_graphs_response.py +0 -0
  296. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_limits_response.py +0 -0
  297. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_response.py +0 -0
  298. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_subscriptions_response.py +0 -0
  299. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_usage_response.py +0 -0
  300. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_usage_response_graphs.py +0 -0
  301. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_usage_summary_response.py +0 -0
  302. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/user_usage_summary_response_usage_vs_limits.py +0 -0
  303. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/models/validation_error.py +0 -0
  304. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/py.typed +0 -0
  305. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/robosystems_client/types.py +0 -0
  306. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/ruff.toml +0 -0
  307. {robosystems_client-0.1.9 → robosystems_client-0.1.11}/tests/__init__.py +0 -0
@@ -118,7 +118,7 @@ jobs:
118
118
  **Context:**
119
119
  - Repository: Application codebase
120
120
  - Source Branch: $SOURCE_BRANCH
121
- - Target Branch: $TARGET_BRANCH
121
+ - Target Branch: $TARGET_BRANCH
122
122
  - PR Type: $PR_TYPE
123
123
  - Files Changed: $FILES_CHANGED
124
124
  - Commits: $COMMITS_COUNT
@@ -154,7 +154,7 @@ jobs:
154
154
 
155
155
  **Context:**
156
156
  - Source Branch: $SOURCE_BRANCH
157
- - Target Branch: $TARGET_BRANCH
157
+ - Target Branch: $TARGET_BRANCH
158
158
  - PR Type: $PR_TYPE
159
159
  - Files Changed: $FILES_CHANGED
160
160
  - Commits: $COMMITS_COUNT
@@ -1,30 +1,25 @@
1
1
  {
2
2
  "version": "2.0.0",
3
3
  "tasks": [
4
+
4
5
  {
5
- "label": "Generate Client",
6
+ "label": "Install Dependencies",
6
7
  "type": "shell",
7
- "command": "just generate-client ${input:apiUrl}",
8
+ "command": "just install",
8
9
  "problemMatcher": [],
9
10
  "group": "build"
10
11
  },
11
12
  {
12
- "label": "Claude Code",
13
- "type": "shell",
14
- "command": "claude --model ${input:claudeModel}",
15
- "problemMatcher": []
16
- },
17
- {
18
- "label": "Install Dependencies",
13
+ "label": "Update Dependencies",
19
14
  "type": "shell",
20
- "command": "just install",
15
+ "command": "just update",
21
16
  "problemMatcher": [],
22
17
  "group": "build"
23
18
  },
24
19
  {
25
- "label": "Update Dependencies",
20
+ "label": "Generate SDK",
26
21
  "type": "shell",
27
- "command": "just update",
22
+ "command": "just generate-sdk ${input:apiUrl}",
28
23
  "problemMatcher": [],
29
24
  "group": "build"
30
25
  },
@@ -49,13 +44,6 @@
49
44
  "problemMatcher": [],
50
45
  "group": "test"
51
46
  },
52
- {
53
- "label": "Test with Coverage",
54
- "type": "shell",
55
- "command": "just test-cov",
56
- "problemMatcher": [],
57
- "group": "test"
58
- },
59
47
  {
60
48
  "label": "Lint",
61
49
  "type": "shell",
@@ -99,14 +87,14 @@
99
87
  "group": "build"
100
88
  },
101
89
  {
102
- "label": "Build Python Package",
90
+ "label": "Build Package",
103
91
  "type": "shell",
104
92
  "command": "just build-package",
105
93
  "problemMatcher": [],
106
94
  "group": "build"
107
95
  },
108
96
  {
109
- "label": "Publish Client to PyPI",
97
+ "label": "Publish to PyPI",
110
98
  "type": "shell",
111
99
  "command": "just publish-pypi ${input:versionType}",
112
100
  "group": "build",
@@ -128,7 +116,7 @@
128
116
  {
129
117
  "id": "apiUrl",
130
118
  "type": "pickString",
131
- "description": "Choose API URL for Client generation:"
119
+ "description": "Choose API URL for Client generation:",
132
120
  "default": "http://localhost:8000/openapi.json",
133
121
  "options": [
134
122
  "http://localhost:8000/openapi.json",
@@ -166,13 +154,6 @@
166
154
  "description": "Request Claude review automatically:",
167
155
  "default": "true",
168
156
  "options": ["true", "false"]
169
- },
170
- {
171
- "id": "claudeModel",
172
- "type": "pickString",
173
- "description": "Choose model:",
174
- "default": "opus",
175
- "options": ["opus", "sonnet"]
176
157
  }
177
158
  ]
178
159
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robosystems-client
3
- Version: 0.1.9
3
+ Version: 0.1.11
4
4
  Summary: Python Client for RoboSystems financial graph database API
5
5
  Author: Harbinger FinLab
6
6
  License: MIT
@@ -83,7 +83,7 @@ ATTEMPT=1
83
83
 
84
84
  while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do
85
85
  echo "Attempt $ATTEMPT/$MAX_ATTEMPTS: Checking for created PR..."
86
-
86
+
87
87
  # Check if workflow failed
88
88
  WORKFLOW_STATUS=$(gh run list --workflow=create-pr.yml --limit=1 --json status --jq '.[0].status' 2>/dev/null || echo "")
89
89
  if [ "$WORKFLOW_STATUS" = "failure" ]; then
@@ -91,17 +91,17 @@ while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do
91
91
  echo " gh run list --workflow=create-pr.yml"
92
92
  exit 1
93
93
  fi
94
-
94
+
95
95
  # Check if PR exists from current branch to target
96
96
  PR_URL=$(gh pr list --head "$CURRENT_BRANCH" --base "$TARGET_BRANCH" --json url --jq '.[0].url' 2>/dev/null || echo "")
97
-
97
+
98
98
  if [ -n "$PR_URL" ] && [ "$PR_URL" != "null" ]; then
99
99
  echo "✅ PR created successfully!"
100
100
  echo "🔗 PR URL: $PR_URL"
101
101
  echo ""
102
102
  echo "🎉 Claude has analyzed your changes and created a comprehensive PR"
103
103
  echo "📝 Review the PR description and make any necessary adjustments"
104
-
104
+
105
105
  # Try to open PR in browser
106
106
  if command -v open >/dev/null 2>&1; then
107
107
  echo "🌐 Opening PR in browser..."
@@ -112,10 +112,10 @@ while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do
112
112
  else
113
113
  echo "💡 Open the PR manually: $PR_URL"
114
114
  fi
115
-
115
+
116
116
  exit 0
117
117
  fi
118
-
118
+
119
119
  if [ $ATTEMPT -eq $MAX_ATTEMPTS ]; then
120
120
  echo "❌ Timeout: PR was not created after 5 minutes"
121
121
  echo "Check the GitHub Actions workflow status:"
@@ -125,8 +125,8 @@ while [ $ATTEMPT -le $MAX_ATTEMPTS ]; do
125
125
  echo " gh pr create --base $TARGET_BRANCH --head $CURRENT_BRANCH"
126
126
  exit 1
127
127
  fi
128
-
128
+
129
129
  echo "PR not yet created, waiting 10 seconds..."
130
130
  sleep 10
131
131
  ATTEMPT=$((ATTEMPT + 1))
132
- done
132
+ done
@@ -71,8 +71,8 @@ clean:
71
71
  find . -type d -name "__pycache__" -exec rm -rf {} +
72
72
  find . -type f -name "*.pyc" -delete
73
73
 
74
- # Generate Client from localhost API
75
- generate-client url="http://localhost:8000/openapi.json":
74
+ # Generate SDK from localhost API
75
+ generate-sdk url="http://localhost:8000/openapi.json":
76
76
  @echo "🚀 Generating Client from {{url}}..."
77
77
  rm -rf generated
78
78
  openapi-python-client generate --url {{url}} --output-path generated --config robosystems_client/sdk-config.yaml
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "robosystems-client"
3
- version = "0.1.9"
3
+ version = "0.1.11"
4
4
  description = "Python Client for RoboSystems financial graph database API"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -137,10 +137,10 @@ def sync_detailed(
137
137
  - Fallback to status polling endpoint if SSE unavailable
138
138
 
139
139
  **Credit Consumption:**
140
- - Variable based on complexity: 3-60 credits
141
- - Simple queries: 3-15 credits
142
- - Complex analysis: 15-60 credits
143
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
140
+ - AI operations consume credits based on actual token usage
141
+ - Claude 4 Opus: ~15 credits per 1K input tokens, ~75 credits per 1K output tokens
142
+ - Claude 4 Sonnet: ~3 credits per 1K input tokens, ~15 credits per 1K output tokens
143
+ - Credits are consumed after operation completes based on actual usage
144
144
 
145
145
  The agent automatically determines query complexity or you can force extended analysis.
146
146
 
@@ -224,10 +224,10 @@ def sync(
224
224
  - Fallback to status polling endpoint if SSE unavailable
225
225
 
226
226
  **Credit Consumption:**
227
- - Variable based on complexity: 3-60 credits
228
- - Simple queries: 3-15 credits
229
- - Complex analysis: 15-60 credits
230
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
227
+ - AI operations consume credits based on actual token usage
228
+ - Claude 4 Opus: ~15 credits per 1K input tokens, ~75 credits per 1K output tokens
229
+ - Claude 4 Sonnet: ~3 credits per 1K input tokens, ~15 credits per 1K output tokens
230
+ - Credits are consumed after operation completes based on actual usage
231
231
 
232
232
  The agent automatically determines query complexity or you can force extended analysis.
233
233
 
@@ -306,10 +306,10 @@ async def asyncio_detailed(
306
306
  - Fallback to status polling endpoint if SSE unavailable
307
307
 
308
308
  **Credit Consumption:**
309
- - Variable based on complexity: 3-60 credits
310
- - Simple queries: 3-15 credits
311
- - Complex analysis: 15-60 credits
312
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
309
+ - AI operations consume credits based on actual token usage
310
+ - Claude 4 Opus: ~15 credits per 1K input tokens, ~75 credits per 1K output tokens
311
+ - Claude 4 Sonnet: ~3 credits per 1K input tokens, ~15 credits per 1K output tokens
312
+ - Credits are consumed after operation completes based on actual usage
313
313
 
314
314
  The agent automatically determines query complexity or you can force extended analysis.
315
315
 
@@ -391,10 +391,10 @@ async def asyncio(
391
391
  - Fallback to status polling endpoint if SSE unavailable
392
392
 
393
393
  **Credit Consumption:**
394
- - Variable based on complexity: 3-60 credits
395
- - Simple queries: 3-15 credits
396
- - Complex analysis: 15-60 credits
397
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
394
+ - AI operations consume credits based on actual token usage
395
+ - Claude 4 Opus: ~15 credits per 1K input tokens, ~75 credits per 1K output tokens
396
+ - Claude 4 Sonnet: ~3 credits per 1K input tokens, ~15 credits per 1K output tokens
397
+ - Credits are consumed after operation completes based on actual usage
398
398
 
399
399
  The agent automatically determines query complexity or you can force extended analysis.
400
400
 
@@ -50,10 +50,6 @@ def _parse_response(
50
50
  response_400 = ErrorResponse.from_dict(response.json())
51
51
 
52
52
  return response_400
53
- if response.status_code == 402:
54
- response_402 = ErrorResponse.from_dict(response.json())
55
-
56
- return response_402
57
53
  if response.status_code == 403:
58
54
  response_403 = ErrorResponse.from_dict(response.json())
59
55
 
@@ -45,9 +45,6 @@ def _parse_response(
45
45
  if response.status_code == 200:
46
46
  response_200 = response.json()
47
47
  return response_200
48
- if response.status_code == 402:
49
- response_402 = cast(Any, None)
50
- return response_402
51
48
  if response.status_code == 403:
52
49
  response_403 = cast(Any, None)
53
50
  return response_403
@@ -36,7 +36,7 @@ def _get_kwargs(
36
36
 
37
37
  _kwargs: dict[str, Any] = {
38
38
  "method": "get",
39
- "url": f"/v1/{graph_id}/backup/{backup_id}/download-url",
39
+ "url": f"/v1/{graph_id}/backup/{backup_id}/download",
40
40
  "params": params,
41
41
  "cookies": cookies,
42
42
  }
@@ -50,10 +50,6 @@ def _parse_response(
50
50
  response_400 = ErrorResponse.from_dict(response.json())
51
51
 
52
52
  return response_400
53
- if response.status_code == 402:
54
- response_402 = ErrorResponse.from_dict(response.json())
55
-
56
- return response_402
57
53
  if response.status_code == 403:
58
54
  response_403 = ErrorResponse.from_dict(response.json())
59
55
 
@@ -52,10 +52,6 @@ def _parse_response(
52
52
  response_400 = ErrorResponse.from_dict(response.json())
53
53
 
54
54
  return response_400
55
- if response.status_code == 402:
56
- response_402 = ErrorResponse.from_dict(response.json())
57
-
58
- return response_402
59
55
  if response.status_code == 403:
60
56
  response_403 = ErrorResponse.from_dict(response.json())
61
57
 
@@ -118,10 +114,8 @@ def sync_detailed(
118
114
  - User completes bank authentication
119
115
  - Exchange public token for access
120
116
 
121
- Credit consumption:
122
- - Base cost: 5.0 credits
123
- - Multiplied by graph tier
124
- - Additional credits consumed during data sync
117
+ Note:
118
+ This operation is FREE - no credit consumption required.
125
119
 
126
120
  Args:
127
121
  graph_id (str): Graph database identifier
@@ -180,10 +174,8 @@ def sync(
180
174
  - User completes bank authentication
181
175
  - Exchange public token for access
182
176
 
183
- Credit consumption:
184
- - Base cost: 5.0 credits
185
- - Multiplied by graph tier
186
- - Additional credits consumed during data sync
177
+ Note:
178
+ This operation is FREE - no credit consumption required.
187
179
 
188
180
  Args:
189
181
  graph_id (str): Graph database identifier
@@ -237,10 +229,8 @@ async def asyncio_detailed(
237
229
  - User completes bank authentication
238
230
  - Exchange public token for access
239
231
 
240
- Credit consumption:
241
- - Base cost: 5.0 credits
242
- - Multiplied by graph tier
243
- - Additional credits consumed during data sync
232
+ Note:
233
+ This operation is FREE - no credit consumption required.
244
234
 
245
235
  Args:
246
236
  graph_id (str): Graph database identifier
@@ -297,10 +287,8 @@ async def asyncio(
297
287
  - User completes bank authentication
298
288
  - Exchange public token for access
299
289
 
300
- Credit consumption:
301
- - Base cost: 5.0 credits
302
- - Multiplied by graph tier
303
- - Additional credits consumed during data sync
290
+ Note:
291
+ This operation is FREE - no credit consumption required.
304
292
 
305
293
  Args:
306
294
  graph_id (str): Graph database identifier
@@ -43,10 +43,6 @@ def _parse_response(
43
43
  response_200 = SuccessResponse.from_dict(response.json())
44
44
 
45
45
  return response_200
46
- if response.status_code == 402:
47
- response_402 = ErrorResponse.from_dict(response.json())
48
-
49
- return response_402
50
46
  if response.status_code == 403:
51
47
  response_403 = ErrorResponse.from_dict(response.json())
52
48
 
@@ -98,9 +94,8 @@ def sync_detailed(
98
94
  - Performs provider-specific cleanup
99
95
  - Revokes stored credentials
100
96
 
101
- Credit consumption:
102
- - Base cost: 2.0 credits
103
- - Multiplied by graph tier
97
+ Note:
98
+ This operation is FREE - no credit consumption required.
104
99
 
105
100
  Only users with admin role can delete connections.
106
101
 
@@ -150,9 +145,8 @@ def sync(
150
145
  - Performs provider-specific cleanup
151
146
  - Revokes stored credentials
152
147
 
153
- Credit consumption:
154
- - Base cost: 2.0 credits
155
- - Multiplied by graph tier
148
+ Note:
149
+ This operation is FREE - no credit consumption required.
156
150
 
157
151
  Only users with admin role can delete connections.
158
152
 
@@ -197,9 +191,8 @@ async def asyncio_detailed(
197
191
  - Performs provider-specific cleanup
198
192
  - Revokes stored credentials
199
193
 
200
- Credit consumption:
201
- - Base cost: 2.0 credits
202
- - Multiplied by graph tier
194
+ Note:
195
+ This operation is FREE - no credit consumption required.
203
196
 
204
197
  Only users with admin role can delete connections.
205
198
 
@@ -247,9 +240,8 @@ async def asyncio(
247
240
  - Performs provider-specific cleanup
248
241
  - Revokes stored credentials
249
242
 
250
- Credit consumption:
251
- - Base cost: 2.0 credits
252
- - Multiplied by graph tier
243
+ Note:
244
+ This operation is FREE - no credit consumption required.
253
245
 
254
246
  Only users with admin role can delete connections.
255
247
 
@@ -53,10 +53,6 @@ def _parse_response(
53
53
  response_200 = SyncConnectionResponseSyncconnection.from_dict(response.json())
54
54
 
55
55
  return response_200
56
- if response.status_code == 402:
57
- response_402 = ErrorResponse.from_dict(response.json())
58
-
59
- return response_402
60
56
  if response.status_code == 403:
61
57
  response_403 = ErrorResponse.from_dict(response.json())
62
58
 
@@ -125,10 +121,8 @@ def sync_detailed(
125
121
  - Updates account balances
126
122
  - Categorizes new transactions
127
123
 
128
- Credit consumption:
129
- - Base cost: 20.0 credits
130
- - Multiplied by graph tier
131
- - Additional credits may be consumed during processing
124
+ Note:
125
+ This operation is FREE - no credit consumption required.
132
126
 
133
127
  Returns a task ID for monitoring sync progress.
134
128
 
@@ -195,10 +189,8 @@ def sync(
195
189
  - Updates account balances
196
190
  - Categorizes new transactions
197
191
 
198
- Credit consumption:
199
- - Base cost: 20.0 credits
200
- - Multiplied by graph tier
201
- - Additional credits may be consumed during processing
192
+ Note:
193
+ This operation is FREE - no credit consumption required.
202
194
 
203
195
  Returns a task ID for monitoring sync progress.
204
196
 
@@ -260,10 +252,8 @@ async def asyncio_detailed(
260
252
  - Updates account balances
261
253
  - Categorizes new transactions
262
254
 
263
- Credit consumption:
264
- - Base cost: 20.0 credits
265
- - Multiplied by graph tier
266
- - Additional credits may be consumed during processing
255
+ Note:
256
+ This operation is FREE - no credit consumption required.
267
257
 
268
258
  Returns a task ID for monitoring sync progress.
269
259
 
@@ -328,10 +318,8 @@ async def asyncio(
328
318
  - Updates account balances
329
319
  - Categorizes new transactions
330
320
 
331
- Credit consumption:
332
- - Base cost: 20.0 credits
333
- - Multiplied by graph tier
334
- - Additional credits may be consumed during processing
321
+ Note:
322
+ This operation is FREE - no credit consumption required.
335
323
 
336
324
  Returns a task ID for monitoring sync progress.
337
325
 
@@ -12,7 +12,7 @@ from ...types import Response
12
12
  def _get_kwargs() -> dict[str, Any]:
13
13
  _kwargs: dict[str, Any] = {
14
14
  "method": "get",
15
- "url": "/v1/create/graph/available-extensions",
15
+ "url": "/v1/create/graph/extensions",
16
16
  }
17
17
 
18
18
  return _kwargs
@@ -42,10 +42,6 @@ def _parse_response(
42
42
  response_200 = GraphMetricsResponse.from_dict(response.json())
43
43
 
44
44
  return response_200
45
- if response.status_code == 402:
46
- response_402 = ErrorResponse.from_dict(response.json())
47
-
48
- return response_402
49
45
  if response.status_code == 403:
50
46
  response_403 = ErrorResponse.from_dict(response.json())
51
47
 
@@ -103,9 +99,8 @@ def sync_detailed(
103
99
  - Capacity planning
104
100
  - Performance optimization
105
101
 
106
- Credit consumption:
107
- - Base cost: 15.0 credits
108
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
102
+ Note:
103
+ This operation is FREE - no credit consumption required.
109
104
 
110
105
  Args:
111
106
  graph_id (str): The graph ID to get metrics for
@@ -157,9 +152,8 @@ def sync(
157
152
  - Capacity planning
158
153
  - Performance optimization
159
154
 
160
- Credit consumption:
161
- - Base cost: 15.0 credits
162
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
155
+ Note:
156
+ This operation is FREE - no credit consumption required.
163
157
 
164
158
  Args:
165
159
  graph_id (str): The graph ID to get metrics for
@@ -206,9 +200,8 @@ async def asyncio_detailed(
206
200
  - Capacity planning
207
201
  - Performance optimization
208
202
 
209
- Credit consumption:
210
- - Base cost: 15.0 credits
211
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
203
+ Note:
204
+ This operation is FREE - no credit consumption required.
212
205
 
213
206
  Args:
214
207
  graph_id (str): The graph ID to get metrics for
@@ -258,9 +251,8 @@ async def asyncio(
258
251
  - Capacity planning
259
252
  - Performance optimization
260
253
 
261
- Credit consumption:
262
- - Base cost: 15.0 credits
263
- - Multiplied by graph tier (standard=1x, enterprise=2x, premium=4x)
254
+ Note:
255
+ This operation is FREE - no credit consumption required.
264
256
 
265
257
  Args:
266
258
  graph_id (str): The graph ID to get metrics for
@@ -50,10 +50,6 @@ def _parse_response(
50
50
  response_200 = GraphUsageResponse.from_dict(response.json())
51
51
 
52
52
  return response_200
53
- if response.status_code == 402:
54
- response_402 = ErrorResponse.from_dict(response.json())
55
-
56
- return response_402
57
53
  if response.status_code == 403:
58
54
  response_403 = ErrorResponse.from_dict(response.json())
59
55
 
@@ -114,9 +110,8 @@ def sync_detailed(
114
110
  - Usage trend analysis
115
111
  - Performance tuning
116
112
 
117
- Credit consumption:
118
- - Base cost: 10.0 credits
119
- - Multiplied by graph tier
113
+ Note:
114
+ This operation is FREE - no credit consumption required.
120
115
 
121
116
  Args:
122
117
  graph_id (str): The graph ID to get usage stats for
@@ -178,9 +173,8 @@ def sync(
178
173
  - Usage trend analysis
179
174
  - Performance tuning
180
175
 
181
- Credit consumption:
182
- - Base cost: 10.0 credits
183
- - Multiplied by graph tier
176
+ Note:
177
+ This operation is FREE - no credit consumption required.
184
178
 
185
179
  Args:
186
180
  graph_id (str): The graph ID to get usage stats for
@@ -237,9 +231,8 @@ async def asyncio_detailed(
237
231
  - Usage trend analysis
238
232
  - Performance tuning
239
233
 
240
- Credit consumption:
241
- - Base cost: 10.0 credits
242
- - Multiplied by graph tier
234
+ Note:
235
+ This operation is FREE - no credit consumption required.
243
236
 
244
237
  Args:
245
238
  graph_id (str): The graph ID to get usage stats for
@@ -299,9 +292,8 @@ async def asyncio(
299
292
  - Usage trend analysis
300
293
  - Performance tuning
301
294
 
302
- Credit consumption:
303
- - Base cost: 10.0 credits
304
- - Multiplied by graph tier
295
+ Note:
296
+ This operation is FREE - no credit consumption required.
305
297
 
306
298
  Args:
307
299
  graph_id (str): The graph ID to get usage stats for
@@ -158,11 +158,8 @@ def sync_detailed(
158
158
  - `408 Request Timeout`: Tool execution exceeded timeout
159
159
  - Clients should implement exponential backoff on errors
160
160
 
161
- **Credit Consumption:**
162
- - Simple tools: 2-5 credits
163
- - Schema tools: 5-10 credits
164
- - Query tools: 10-50 credits (based on complexity)
165
- - Multiplied by graph tier
161
+ **Note:**
162
+ MCP tool calls are currently FREE and do not consume credits.
166
163
 
167
164
  Args:
168
165
  graph_id (str): Graph database identifier
@@ -240,11 +237,8 @@ def sync(
240
237
  - `408 Request Timeout`: Tool execution exceeded timeout
241
238
  - Clients should implement exponential backoff on errors
242
239
 
243
- **Credit Consumption:**
244
- - Simple tools: 2-5 credits
245
- - Schema tools: 5-10 credits
246
- - Query tools: 10-50 credits (based on complexity)
247
- - Multiplied by graph tier
240
+ **Note:**
241
+ MCP tool calls are currently FREE and do not consume credits.
248
242
 
249
243
  Args:
250
244
  graph_id (str): Graph database identifier
@@ -317,11 +311,8 @@ async def asyncio_detailed(
317
311
  - `408 Request Timeout`: Tool execution exceeded timeout
318
312
  - Clients should implement exponential backoff on errors
319
313
 
320
- **Credit Consumption:**
321
- - Simple tools: 2-5 credits
322
- - Schema tools: 5-10 credits
323
- - Query tools: 10-50 credits (based on complexity)
324
- - Multiplied by graph tier
314
+ **Note:**
315
+ MCP tool calls are currently FREE and do not consume credits.
325
316
 
326
317
  Args:
327
318
  graph_id (str): Graph database identifier
@@ -397,11 +388,8 @@ async def asyncio(
397
388
  - `408 Request Timeout`: Tool execution exceeded timeout
398
389
  - Clients should implement exponential backoff on errors
399
390
 
400
- **Credit Consumption:**
401
- - Simple tools: 2-5 credits
402
- - Schema tools: 5-10 credits
403
- - Query tools: 10-50 credits (based on complexity)
404
- - Multiplied by graph tier
391
+ **Note:**
392
+ MCP tool calls are currently FREE and do not consume credits.
405
393
 
406
394
  Args:
407
395
  graph_id (str): Graph database identifier