robosystems-client 0.1.11__py3-none-any.whl → 0.1.12__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.
- robosystems_client/api/agent/query_financial_agent.py +4 -4
- robosystems_client/api/subgraphs/__init__.py +1 -0
- robosystems_client/api/subgraphs/create_subgraph.py +372 -0
- robosystems_client/api/subgraphs/delete_subgraph.py +317 -0
- robosystems_client/api/subgraphs/get_subgraph_info.py +300 -0
- robosystems_client/api/subgraphs/get_subgraph_quota.py +272 -0
- robosystems_client/api/subgraphs/list_subgraphs.py +272 -0
- robosystems_client/extensions/README.md +2 -6
- robosystems_client/models/__init__.py +20 -0
- robosystems_client/models/create_subgraph_request.py +185 -0
- robosystems_client/models/create_subgraph_request_metadata_type_0.py +44 -0
- robosystems_client/models/credit_summary_response.py +0 -8
- robosystems_client/models/delete_subgraph_request.py +89 -0
- robosystems_client/models/delete_subgraph_response.py +120 -0
- robosystems_client/models/list_subgraphs_response.py +148 -0
- robosystems_client/models/subgraph_quota_response.py +158 -0
- robosystems_client/models/subgraph_response.py +279 -0
- robosystems_client/models/subgraph_response_metadata_type_0.py +44 -0
- robosystems_client/models/subgraph_summary.py +155 -0
- robosystems_client/models/subgraph_type.py +11 -0
- {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.12.dist-info}/METADATA +1 -1
- {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.12.dist-info}/RECORD +23 -7
- {robosystems_client-0.1.11.dist-info → robosystems_client-0.1.12.dist-info}/WHEEL +0 -0
|
@@ -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=
|
|
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
|
|
@@ -82,6 +82,12 @@ robosystems_client/api/service_offerings/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkL
|
|
|
82
82
|
robosystems_client/api/service_offerings/get_service_offerings.py,sha256=fsj86E8ml2O2HhmUMJOyte6E7qEFA5Nip30tO63kmyg,6157
|
|
83
83
|
robosystems_client/api/status/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
84
84
|
robosystems_client/api/status/get_service_status.py,sha256=ORuAz31SqditB0mXVsQBSE_SJIghpwACxaJGgX5z1p8,3305
|
|
85
|
+
robosystems_client/api/subgraphs/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
86
|
+
robosystems_client/api/subgraphs/create_subgraph.py,sha256=Ky-V_UojmQJDJOgALBhe3s0563Iu03PSSVfXm8YJc18,11003
|
|
87
|
+
robosystems_client/api/subgraphs/delete_subgraph.py,sha256=efn_rjE1XhVa5WhhhpSA8qPRNMTRO4Ml-q0ggyQjzrY,9332
|
|
88
|
+
robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=V6J1Gl1OlPoTsMYQmQWcdmxCieGTwCMsy3Dc5nPEqx8,8177
|
|
89
|
+
robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=8-PCusGzp4DNKanqb9ENyCkcfnxFIEaQ3DB9fn-Kjnc,7675
|
|
90
|
+
robosystems_client/api/subgraphs/list_subgraphs.py,sha256=9bvxgjtXASyE0yM9-oa6M81oDNfXyz0U_lq8VARHKxw,7565
|
|
85
91
|
robosystems_client/api/user/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
86
92
|
robosystems_client/api/user/create_user_api_key.py,sha256=ccWvKxXXrHXRpQ1kwlBNymuqOvAgvwh_3j-CoL6gaH8,5827
|
|
87
93
|
robosystems_client/api/user/get_all_credit_summaries.py,sha256=fzAfUSWxkJo5OPJ1DPQBR69Wcd3_XOM0TgUssVM0T84,7010
|
|
@@ -108,7 +114,7 @@ robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha25
|
|
|
108
114
|
robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=i-XEy5qLdQB1TSYYO7pM0e4OlhPnEpyV8p9Je18cj1c,6539
|
|
109
115
|
robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=bc7hUPHm_FQ_us30SLAtKSZzz6hOAysSET-DlnylsoE,6373
|
|
110
116
|
robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=ihMRdD_fbKoBuS4YAiFXAbN4UUM0bod9eS2Zpb5UtJw,6508
|
|
111
|
-
robosystems_client/extensions/README.md,sha256=
|
|
117
|
+
robosystems_client/extensions/README.md,sha256=0EtK1qR0w8G-GeoeMsH_kpMdYAihQyfwIv3AwVSPkn4,16138
|
|
112
118
|
robosystems_client/extensions/__init__.py,sha256=7GY_RnQGWwxO8qU4Q85y25D6f_2DaipYpGheQF7BYnQ,2617
|
|
113
119
|
robosystems_client/extensions/auth_integration.py,sha256=Nlc40PaTGsPcDzLUVDU9IhSAQWYj3Bi-bsbxMAfNo3E,6251
|
|
114
120
|
robosystems_client/extensions/extensions.py,sha256=eFQSa_yPwq75d4TfAxVsO4_rW2rpBzaHXVdNSodhTCY,5464
|
|
@@ -119,7 +125,7 @@ robosystems_client/extensions/utils.py,sha256=6yQJFg6---nbD26IS_JxGiFr3lkVlIsSjl
|
|
|
119
125
|
robosystems_client/extensions/tests/__init__.py,sha256=S61GPbL-2pgLVe11uHwHLenpIpzyywWXzXqJypr0T3Q,46
|
|
120
126
|
robosystems_client/extensions/tests/test_integration.py,sha256=gYhttWufERNmlY7j-CnWzQhFCDF70rBFVw7JDzgT1-M,15443
|
|
121
127
|
robosystems_client/extensions/tests/test_unit.py,sha256=REnfMGpgH-FS-n860-3qXEUqAxZ7zbci-nIDPYuB7Tw,16712
|
|
122
|
-
robosystems_client/models/__init__.py,sha256=
|
|
128
|
+
robosystems_client/models/__init__.py,sha256=5zksmGC37Tv7MlYo0e7Sq3zSuzD-Duc_fWSAOjAPXW8,17193
|
|
123
129
|
robosystems_client/models/account_info.py,sha256=rcENAioMA3olA3Sks5raIqeODqRgrmFuiFhwzLunrGI,2054
|
|
124
130
|
robosystems_client/models/add_on_credit_info.py,sha256=h65KAb8yZP_SGpsB2Ref4IaBCthEDYJgFGTd9PjUpfs,3221
|
|
125
131
|
robosystems_client/models/agent_message.py,sha256=arwhQ2jiLsZLX7_3xjWxH5AA7LcLuDzLCA8dtHF7mG0,1544
|
|
@@ -155,9 +161,11 @@ robosystems_client/models/create_api_key_response.py,sha256=9cqlZDogqxdSXxxHT6Pn
|
|
|
155
161
|
robosystems_client/models/create_connection_request.py,sha256=B9riNF1QK1P3RB680lFAJGsZtYbPHVc14u1TBnIv0QQ,5948
|
|
156
162
|
robosystems_client/models/create_connection_request_provider.py,sha256=TBZm3ApK31i1jit4WUxqtFtJq-LYKqXeVAHJIJh9Slw,190
|
|
157
163
|
robosystems_client/models/create_graph_request.py,sha256=KaGJLxsHB7ukdcuT8GLnOfcjrE3E1kl6LuocEwXfk48,5506
|
|
164
|
+
robosystems_client/models/create_subgraph_request.py,sha256=upBIPF4MIrawR_fAodpo4ts9sinq7FyDT2VyfR_uCp8,5777
|
|
165
|
+
robosystems_client/models/create_subgraph_request_metadata_type_0.py,sha256=dqVIzDSjIeTsKLCC7pmJAik2eJPIyi_6uTHzkspU37M,1257
|
|
158
166
|
robosystems_client/models/credit_check_request.py,sha256=35hhuBVdYYtLD4YL_ij0zWqJGRDKhb3AAKREZys_CPs,2228
|
|
159
167
|
robosystems_client/models/credit_summary.py,sha256=rBh9GRUUWV48P8ojRY1BXhBInikUQF3erbRSCnSx6jc,3940
|
|
160
|
-
robosystems_client/models/credit_summary_response.py,sha256=
|
|
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
171
|
robosystems_client/models/custom_schema_definition.py,sha256=YDqYamVHCv-9UW6bCrucdaVk1EaSaVU9c2OZle8yEX0,6715
|
|
@@ -168,6 +176,8 @@ robosystems_client/models/cypher_query_request.py,sha256=Y40qJmtFszBPkKw1VhezR0G
|
|
|
168
176
|
robosystems_client/models/cypher_query_request_parameters_type_0.py,sha256=I8QFYojTUqvgSeiS2uP79PQQfqulTB89OyXXgYbl3Cc,1252
|
|
169
177
|
robosystems_client/models/database_health_response.py,sha256=KPR-Z3ZKQSlScgtIpuE8Uy-LAmC0FovJ58ZZMlWSIkE,5856
|
|
170
178
|
robosystems_client/models/database_info_response.py,sha256=YUo04xh5cEa0APMm1yJSlOwxQdbQTZSKNGXS86w0kag,5983
|
|
179
|
+
robosystems_client/models/delete_subgraph_request.py,sha256=F0UVznC5pUnwhX2zZWyPdSxpwtrj-jZIVmnTKCgjDNI,2682
|
|
180
|
+
robosystems_client/models/delete_subgraph_response.py,sha256=zPgaUcaqzwmaxEFwok2c3OLCEe1YT4-mnckD_Lr-Nd4,3340
|
|
171
181
|
robosystems_client/models/detailed_transactions_response.py,sha256=gNvssogFCR4cK54swZMpHhUOHhRLTwiUlI0oZpVwj9g,3660
|
|
172
182
|
robosystems_client/models/detailed_transactions_response_date_range.py,sha256=Ky1tjKrTW8i3ZPxv2_vIDZF8guyEilgX4r01gEKnaE4,1269
|
|
173
183
|
robosystems_client/models/detailed_transactions_response_summary.py,sha256=oPH6-HWWOLb9zmhFow3DWaxo5Y4YcfIll8RtQtPfLMA,1826
|
|
@@ -209,6 +219,7 @@ robosystems_client/models/link_token_request_options_type_0.py,sha256=WjW-JluLY0
|
|
|
209
219
|
robosystems_client/models/link_token_request_provider_type_0.py,sha256=N2wRX99ghudXH6qC8HX9MUgUrwFRCzasoQSg74UCHZo,188
|
|
210
220
|
robosystems_client/models/list_connections_provider_type_0.py,sha256=Mmteiaom76sOnidak7Y1zY4UemEbnM_3BnfbkFUUVv0,187
|
|
211
221
|
robosystems_client/models/list_schema_extensions_response_listschemaextensions.py,sha256=ywzRLGbL2PuMdC1td41i0KYm_O3sKzagXZqXS4c49KM,1324
|
|
222
|
+
robosystems_client/models/list_subgraphs_response.py,sha256=PsavKzFwdPfM_4ZeX5-NcWo8K-x0KaFT7y4y_Zf7J98,4498
|
|
212
223
|
robosystems_client/models/login_request.py,sha256=bWvQYg7jPbtE__tVOqPKqGYx7Yzex2hPfOm2fJZjvLU,1543
|
|
213
224
|
robosystems_client/models/logout_user_response_logoutuser.py,sha256=UGr9RnAP7Db-T5JLbH6R6CZjZaENzIX6iW31nxBAIBI,1221
|
|
214
225
|
robosystems_client/models/mcp_tool_call.py,sha256=--2c-SyQb1XxZNMTcb8VWZ_ldomBp3zefuirUybIwWQ,2212
|
|
@@ -248,6 +259,11 @@ robosystems_client/models/sso_exchange_response.py,sha256=HmcvnafE-AQvzjvVBcGEft
|
|
|
248
259
|
robosystems_client/models/sso_login_request.py,sha256=zFkukTRnhKLhmcuypwEI5781XV38wB-5AW32fB25MSE,1391
|
|
249
260
|
robosystems_client/models/sso_token_response.py,sha256=nZUjC2-uvY8kBxXRzf_XLw6Oh9T2jF24sy7tf2BsYZY,1909
|
|
250
261
|
robosystems_client/models/storage_limit_response.py,sha256=MARn28shb1eSTXx7ZoXdkWr_tKRh87bdl49Ois-aVow,4149
|
|
262
|
+
robosystems_client/models/subgraph_quota_response.py,sha256=pBHhUt2CXHR3UondX10XGkpmM7wlyxCqk39Te1LZXz8,4693
|
|
263
|
+
robosystems_client/models/subgraph_response.py,sha256=2yDyTyat-5W2bOvNH8rGbErXWYkn9c1Aq2bpXwF0JTY,8635
|
|
264
|
+
robosystems_client/models/subgraph_response_metadata_type_0.py,sha256=Lfz_uYJ7C2-F8qBnb5CaEonpZTEfcapn7DawFaXmYlk,1229
|
|
265
|
+
robosystems_client/models/subgraph_summary.py,sha256=fZskewbuXff15lzC5DDpIgreQg4Pit-rbCAn_lvPvHM,4364
|
|
266
|
+
robosystems_client/models/subgraph_type.py,sha256=UuhtI16pPNdwvznfvlb6iFP2Ow7XhO8oLhJlq0wbl-0,201
|
|
251
267
|
robosystems_client/models/subscription_info.py,sha256=6dLANsDZ_HB9sl8sNM2aQQvHt2JqilzbYaYbCVnsHJE,3982
|
|
252
268
|
robosystems_client/models/subscription_info_metadata.py,sha256=5RZRthVzH5VloERrIXm9dHSJBntmdd_0vPYaVeEOvCo,1216
|
|
253
269
|
robosystems_client/models/subscription_request.py,sha256=QArBvYVdFtQcqfHA_47Yi07vWjZEVMBDUIhdrfHGH2M,2399
|
|
@@ -279,6 +295,6 @@ robosystems_client/models/user_usage_response_graphs.py,sha256=xAH-ZnhaUfWQ_2EpZ
|
|
|
279
295
|
robosystems_client/models/user_usage_summary_response.py,sha256=4hthwTH7bXyzdYlHoekDYOgDLI-stGRH507Bl2rUjYA,3655
|
|
280
296
|
robosystems_client/models/user_usage_summary_response_usage_vs_limits.py,sha256=XrZnRcy1nD3xtKX4svbww7QfEHrN7_XIfeL9j5ZMbyQ,1298
|
|
281
297
|
robosystems_client/models/validation_error.py,sha256=R77OuQG2nJ3WDFfY--xbEhg6x1D7gAAp_1UdnG8Ka2A,1949
|
|
282
|
-
robosystems_client-0.1.
|
|
283
|
-
robosystems_client-0.1.
|
|
284
|
-
robosystems_client-0.1.
|
|
298
|
+
robosystems_client-0.1.12.dist-info/METADATA,sha256=W5c-y01d7jzDHZrQKsEWVDakk3SZViuTv4hxP6r10Ns,9351
|
|
299
|
+
robosystems_client-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
300
|
+
robosystems_client-0.1.12.dist-info/RECORD,,
|
|
File without changes
|