robosystems-client 0.2.9__py3-none-any.whl → 0.2.10__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.
Files changed (74) hide show
  1. robosystems_client/api/{user_subscriptions/cancel_shared_repository_subscription.py → subscriptions/cancel_subscription.py} +41 -25
  2. robosystems_client/api/subscriptions/create_repository_subscription.py +217 -0
  3. robosystems_client/api/subscriptions/get_graph_subscription.py +197 -0
  4. robosystems_client/api/{user_subscriptions/upgrade_shared_repository_subscription.py → subscriptions/upgrade_subscription.py} +57 -55
  5. robosystems_client/api/usage/get_graph_usage_analytics.py +377 -0
  6. robosystems_client/api/{user_limits/get_user_usage.py → user/get_user_limits.py} +13 -9
  7. robosystems_client/models/__init__.py +18 -82
  8. robosystems_client/models/{credits_summary_response_credits_by_addon_type_0_item.py → create_repository_subscription_request.py} +22 -6
  9. robosystems_client/models/credit_summary.py +55 -89
  10. robosystems_client/models/{graph_usage_response_storage_usage.py → credit_summary_operation_breakdown.py} +6 -6
  11. robosystems_client/models/graph_subscription_response.py +200 -0
  12. robosystems_client/models/graph_usage_response.py +136 -39
  13. robosystems_client/models/{user_analytics_response_limits.py → graph_usage_response_recent_events_item.py} +6 -6
  14. robosystems_client/models/performance_insights.py +120 -0
  15. robosystems_client/models/{graph_usage_response_recent_activity.py → performance_insights_operation_stats.py} +6 -6
  16. robosystems_client/models/{user_analytics_response_api_usage.py → performance_insights_slow_queries_item.py} +6 -6
  17. robosystems_client/models/storage_summary.py +100 -0
  18. robosystems_client/models/{tier_upgrade_request.py → upgrade_subscription_request.py} +12 -14
  19. {robosystems_client-0.2.9.dist-info → robosystems_client-0.2.10.dist-info}/METADATA +1 -1
  20. {robosystems_client-0.2.9.dist-info → robosystems_client-0.2.10.dist-info}/RECORD +31 -68
  21. robosystems_client/api/graph_analytics/get_graph_usage_stats.py +0 -289
  22. robosystems_client/api/graph_billing/get_current_graph_bill.py +0 -253
  23. robosystems_client/api/graph_billing/get_graph_billing_history.py +0 -298
  24. robosystems_client/api/graph_billing/get_graph_monthly_bill.py +0 -284
  25. robosystems_client/api/graph_billing/get_graph_usage_details.py +0 -320
  26. robosystems_client/api/user/get_all_credit_summaries.py +0 -169
  27. robosystems_client/api/user_analytics/__init__.py +0 -1
  28. robosystems_client/api/user_analytics/get_detailed_user_analytics.py +0 -188
  29. robosystems_client/api/user_analytics/get_user_usage_overview.py +0 -135
  30. robosystems_client/api/user_limits/__init__.py +0 -1
  31. robosystems_client/api/user_limits/get_all_shared_repository_limits.py +0 -141
  32. robosystems_client/api/user_limits/get_shared_repository_limits.py +0 -213
  33. robosystems_client/api/user_limits/get_user_limits.py +0 -139
  34. robosystems_client/api/user_subscriptions/__init__.py +0 -1
  35. robosystems_client/api/user_subscriptions/get_repository_credits.py +0 -173
  36. robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +0 -143
  37. robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +0 -181
  38. robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +0 -186
  39. robosystems_client/models/add_on_credit_info.py +0 -119
  40. robosystems_client/models/credits_summary_response.py +0 -148
  41. robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py +0 -44
  42. robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +0 -46
  43. robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py +0 -44
  44. robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py +0 -44
  45. robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py +0 -44
  46. robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py +0 -44
  47. robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py +0 -44
  48. robosystems_client/models/graph_usage_response_query_statistics.py +0 -44
  49. robosystems_client/models/repository_credits_response.py +0 -128
  50. robosystems_client/models/repository_plan.py +0 -10
  51. robosystems_client/models/repository_type.py +0 -10
  52. robosystems_client/models/subscription_info.py +0 -152
  53. robosystems_client/models/subscription_info_metadata.py +0 -44
  54. robosystems_client/models/subscription_request.py +0 -80
  55. robosystems_client/models/subscription_response.py +0 -74
  56. robosystems_client/models/user_analytics_response.py +0 -132
  57. robosystems_client/models/user_analytics_response_graph_usage.py +0 -44
  58. robosystems_client/models/user_analytics_response_recent_activity_item.py +0 -44
  59. robosystems_client/models/user_analytics_response_user_info.py +0 -44
  60. robosystems_client/models/user_graph_summary.py +0 -134
  61. robosystems_client/models/user_subscriptions_response.py +0 -90
  62. robosystems_client/models/user_usage_summary_response.py +0 -130
  63. robosystems_client/models/user_usage_summary_response_usage_vs_limits.py +0 -44
  64. /robosystems_client/api/{graph_analytics → credits_}/__init__.py +0 -0
  65. /robosystems_client/api/{graph_credits → credits_}/check_credit_balance.py +0 -0
  66. /robosystems_client/api/{graph_credits → credits_}/check_storage_limits.py +0 -0
  67. /robosystems_client/api/{graph_credits → credits_}/get_credit_summary.py +0 -0
  68. /robosystems_client/api/{graph_credits → credits_}/get_storage_usage.py +0 -0
  69. /robosystems_client/api/{graph_credits → credits_}/list_credit_transactions.py +0 -0
  70. /robosystems_client/api/{graph_billing → subscriptions}/__init__.py +0 -0
  71. /robosystems_client/api/{graph_credits → usage}/__init__.py +0 -0
  72. /robosystems_client/api/{graph_analytics → usage}/get_graph_metrics.py +0 -0
  73. {robosystems_client-0.2.9.dist-info → robosystems_client-0.2.10.dist-info}/WHEEL +0 -0
  74. {robosystems_client-0.2.9.dist-info → robosystems_client-0.2.10.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,100 @@
1
+ from collections.abc import Mapping
2
+ from typing import Any, TypeVar
3
+
4
+ from attrs import define as _attrs_define
5
+ from attrs import field as _attrs_field
6
+
7
+ T = TypeVar("T", bound="StorageSummary")
8
+
9
+
10
+ @_attrs_define
11
+ class StorageSummary:
12
+ """Storage usage summary.
13
+
14
+ Attributes:
15
+ graph_tier (str): Subscription tier
16
+ avg_storage_gb (float): Average storage in GB
17
+ max_storage_gb (float): Peak storage in GB
18
+ min_storage_gb (float): Minimum storage in GB
19
+ total_gb_hours (float): Total GB-hours for billing
20
+ measurement_count (int): Number of measurements taken
21
+ """
22
+
23
+ graph_tier: str
24
+ avg_storage_gb: float
25
+ max_storage_gb: float
26
+ min_storage_gb: float
27
+ total_gb_hours: float
28
+ measurement_count: int
29
+ additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
30
+
31
+ def to_dict(self) -> dict[str, Any]:
32
+ graph_tier = self.graph_tier
33
+
34
+ avg_storage_gb = self.avg_storage_gb
35
+
36
+ max_storage_gb = self.max_storage_gb
37
+
38
+ min_storage_gb = self.min_storage_gb
39
+
40
+ total_gb_hours = self.total_gb_hours
41
+
42
+ measurement_count = self.measurement_count
43
+
44
+ field_dict: dict[str, Any] = {}
45
+ field_dict.update(self.additional_properties)
46
+ field_dict.update(
47
+ {
48
+ "graph_tier": graph_tier,
49
+ "avg_storage_gb": avg_storage_gb,
50
+ "max_storage_gb": max_storage_gb,
51
+ "min_storage_gb": min_storage_gb,
52
+ "total_gb_hours": total_gb_hours,
53
+ "measurement_count": measurement_count,
54
+ }
55
+ )
56
+
57
+ return field_dict
58
+
59
+ @classmethod
60
+ def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
61
+ d = dict(src_dict)
62
+ graph_tier = d.pop("graph_tier")
63
+
64
+ avg_storage_gb = d.pop("avg_storage_gb")
65
+
66
+ max_storage_gb = d.pop("max_storage_gb")
67
+
68
+ min_storage_gb = d.pop("min_storage_gb")
69
+
70
+ total_gb_hours = d.pop("total_gb_hours")
71
+
72
+ measurement_count = d.pop("measurement_count")
73
+
74
+ storage_summary = cls(
75
+ graph_tier=graph_tier,
76
+ avg_storage_gb=avg_storage_gb,
77
+ max_storage_gb=max_storage_gb,
78
+ min_storage_gb=min_storage_gb,
79
+ total_gb_hours=total_gb_hours,
80
+ measurement_count=measurement_count,
81
+ )
82
+
83
+ storage_summary.additional_properties = d
84
+ return storage_summary
85
+
86
+ @property
87
+ def additional_keys(self) -> list[str]:
88
+ return list(self.additional_properties.keys())
89
+
90
+ def __getitem__(self, key: str) -> Any:
91
+ return self.additional_properties[key]
92
+
93
+ def __setitem__(self, key: str, value: Any) -> None:
94
+ self.additional_properties[key] = value
95
+
96
+ def __delitem__(self, key: str) -> None:
97
+ del self.additional_properties[key]
98
+
99
+ def __contains__(self, key: str) -> bool:
100
+ return key in self.additional_properties
@@ -4,30 +4,28 @@ from typing import Any, TypeVar
4
4
  from attrs import define as _attrs_define
5
5
  from attrs import field as _attrs_field
6
6
 
7
- from ..models.repository_plan import RepositoryPlan
8
-
9
- T = TypeVar("T", bound="TierUpgradeRequest")
7
+ T = TypeVar("T", bound="UpgradeSubscriptionRequest")
10
8
 
11
9
 
12
10
  @_attrs_define
13
- class TierUpgradeRequest:
14
- """Request to upgrade subscription tier.
11
+ class UpgradeSubscriptionRequest:
12
+ """Request to upgrade a subscription.
15
13
 
16
14
  Attributes:
17
- new_plan (RepositoryPlan): Repository access plans for shared data.
15
+ new_plan_name (str): New plan name to upgrade to
18
16
  """
19
17
 
20
- new_plan: RepositoryPlan
18
+ new_plan_name: str
21
19
  additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
22
20
 
23
21
  def to_dict(self) -> dict[str, Any]:
24
- new_plan = self.new_plan.value
22
+ new_plan_name = self.new_plan_name
25
23
 
26
24
  field_dict: dict[str, Any] = {}
27
25
  field_dict.update(self.additional_properties)
28
26
  field_dict.update(
29
27
  {
30
- "new_plan": new_plan,
28
+ "new_plan_name": new_plan_name,
31
29
  }
32
30
  )
33
31
 
@@ -36,14 +34,14 @@ class TierUpgradeRequest:
36
34
  @classmethod
37
35
  def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
38
36
  d = dict(src_dict)
39
- new_plan = RepositoryPlan(d.pop("new_plan"))
37
+ new_plan_name = d.pop("new_plan_name")
40
38
 
41
- tier_upgrade_request = cls(
42
- new_plan=new_plan,
39
+ upgrade_subscription_request = cls(
40
+ new_plan_name=new_plan_name,
43
41
  )
44
42
 
45
- tier_upgrade_request.additional_properties = d
46
- return tier_upgrade_request
43
+ upgrade_subscription_request.additional_properties = d
44
+ return upgrade_subscription_request
47
45
 
48
46
  @property
49
47
  def additional_keys(self) -> list[str]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robosystems-client
3
- Version: 0.2.9
3
+ Version: 0.2.10
4
4
  Summary: Python Client for RoboSystems financial graph database API
5
5
  Author: RFS LLC
6
6
  License: MIT
@@ -46,20 +46,12 @@ robosystems_client/api/connections/init_o_auth.py,sha256=5D3eNB2DtKPtxEWsVXlFap-
46
46
  robosystems_client/api/connections/list_connections.py,sha256=c2xmy0ARnL0IGK9kEsp797PXa2CxtBEtn0o-YULaGzQ,8535
47
47
  robosystems_client/api/connections/oauth_callback.py,sha256=AR2L8G_QSL8frNuSZV1vjc_v9QCAkUUqD42eCXlPKGA,7728
48
48
  robosystems_client/api/connections/sync_connection.py,sha256=nVQDBSmIGkdh7LCNZCDzcMAC6l83n_2LLgrQ7YZQ_Kk,8459
49
- robosystems_client/api/graph_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
50
- robosystems_client/api/graph_analytics/get_graph_metrics.py,sha256=26W8ynBfLEyNbI_OXhEkJ5NbFnPMmDBtlza7d6mbbeU,7050
51
- robosystems_client/api/graph_analytics/get_graph_usage_stats.py,sha256=kB4xHeZG6KJXEm8nL5U-TABzVuIFaoJ9tIirAVI8go0,8128
52
- robosystems_client/api/graph_billing/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
53
- robosystems_client/api/graph_billing/get_current_graph_bill.py,sha256=FROZZvKvRzpCmKI66zVBmfrl5oFfHuoMktMM3kS3UZA,6980
54
- robosystems_client/api/graph_billing/get_graph_billing_history.py,sha256=1yy-z_z1jju74lvxL4wZ0D_UBAEUttvZcq_6EytP5uY,7362
55
- robosystems_client/api/graph_billing/get_graph_monthly_bill.py,sha256=auCFUe2-06jF4oTGVlgdsyxzc3e1vpG6AaHMJIwshp0,6990
56
- robosystems_client/api/graph_billing/get_graph_usage_details.py,sha256=o2euRYBuJzHuAb1RBO815B344equN5_loNbQd6HpAAo,8812
57
- robosystems_client/api/graph_credits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
58
- robosystems_client/api/graph_credits/check_credit_balance.py,sha256=0iPXBgsEQs_nWsZKwdTXvAn3ueXg6P6KYCjMkzmmBtU,8184
59
- robosystems_client/api/graph_credits/check_storage_limits.py,sha256=mo0PRFLmwcVGjdlLBq2r02QcoVrmcH8EozV2RcFesA8,6187
60
- robosystems_client/api/graph_credits/get_credit_summary.py,sha256=-uvETiHAuFBDtzeIAc8KnRnf6irV74MnsKAWWOltZwo,6041
61
- robosystems_client/api/graph_credits/get_storage_usage.py,sha256=oFlj7Ziiopk9vXRWAtHHDCy_vtvufCNoOrtD9mkFMR0,6770
62
- robosystems_client/api/graph_credits/list_credit_transactions.py,sha256=QV4W9SMxgN24wlniCTskwamOkIJR_cIwUJK-4hPDGJ0,12218
49
+ robosystems_client/api/credits_/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
50
+ robosystems_client/api/credits_/check_credit_balance.py,sha256=0iPXBgsEQs_nWsZKwdTXvAn3ueXg6P6KYCjMkzmmBtU,8184
51
+ robosystems_client/api/credits_/check_storage_limits.py,sha256=mo0PRFLmwcVGjdlLBq2r02QcoVrmcH8EozV2RcFesA8,6187
52
+ robosystems_client/api/credits_/get_credit_summary.py,sha256=-uvETiHAuFBDtzeIAc8KnRnf6irV74MnsKAWWOltZwo,6041
53
+ robosystems_client/api/credits_/get_storage_usage.py,sha256=oFlj7Ziiopk9vXRWAtHHDCy_vtvufCNoOrtD9mkFMR0,6770
54
+ robosystems_client/api/credits_/list_credit_transactions.py,sha256=QV4W9SMxgN24wlniCTskwamOkIJR_cIwUJK-4hPDGJ0,12218
63
55
  robosystems_client/api/graph_health/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
64
56
  robosystems_client/api/graph_health/get_database_health.py,sha256=aEUYDiUMQ-paxRrABb9xY3dgs_mW7loyTuz5Y4oX790,7318
65
57
  robosystems_client/api/graph_info/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
@@ -95,6 +87,11 @@ robosystems_client/api/subgraphs/delete_subgraph.py,sha256=2zq8kbBUdQXHYXUQt_dyf
95
87
  robosystems_client/api/subgraphs/get_subgraph_info.py,sha256=fW8mLkHKhsEIUIIT-ErITGs-9hy51h9S6gjoutrfBx0,6711
96
88
  robosystems_client/api/subgraphs/get_subgraph_quota.py,sha256=Wk1BTXoe6HhRFgB75gtnnMecFSNqT7J_CVo1-QnJMRs,6512
97
89
  robosystems_client/api/subgraphs/list_subgraphs.py,sha256=d9exlLZsr9_jqhwaGUMK8mKPSbiHGLCjTNQy7uc7HkE,5350
90
+ robosystems_client/api/subscriptions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
91
+ robosystems_client/api/subscriptions/cancel_subscription.py,sha256=IuV-tJ_1cmv-6X7VAMjbximjmUZKX7BMXrtwexkBjVQ,5255
92
+ robosystems_client/api/subscriptions/create_repository_subscription.py,sha256=KOKk6_yyUGA6JtSzDiJHJ0zyaxCaQdC96LhhN-fB9ME,6598
93
+ robosystems_client/api/subscriptions/get_graph_subscription.py,sha256=3f7gykA-26Ed_6EXoiLGdKkScNhy95fuo9N1Sku4mZU,5680
94
+ robosystems_client/api/subscriptions/upgrade_subscription.py,sha256=b8415k-Gv59aFK1wlKN5NJZRmvcnwYXeXJUhfIVSeKo,5744
98
95
  robosystems_client/api/tables/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
99
96
  robosystems_client/api/tables/delete_file.py,sha256=wYdL3mwebNcZnFfQPIIvpR_Lqj8Qj2ToeqPQiZs8wZo,9438
100
97
  robosystems_client/api/tables/get_file_info.py,sha256=v1tqq_bE6SgEpH6FijffrOrB6Tb-UlXHcohUlx-Qx3w,6675
@@ -104,30 +101,18 @@ robosystems_client/api/tables/list_table_files.py,sha256=f-cS57XzOAA7jn73JllIGZj
104
101
  robosystems_client/api/tables/list_tables.py,sha256=U02yJ95-bGESXv5VI2WntMseaEfEkMVabVVGCE-8qDQ,9128
105
102
  robosystems_client/api/tables/query_tables.py,sha256=DHva2m319Z54RziiVRiPb54eZHi1P_Nscli3qN4B3Z0,14471
106
103
  robosystems_client/api/tables/update_file_status.py,sha256=d5ZiueuguE5nK8vQw-q16CAyoZoBy8zu3zMpobdoO-o,11298
104
+ robosystems_client/api/usage/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
105
+ robosystems_client/api/usage/get_graph_metrics.py,sha256=26W8ynBfLEyNbI_OXhEkJ5NbFnPMmDBtlza7d6mbbeU,7050
106
+ robosystems_client/api/usage/get_graph_usage_analytics.py,sha256=o5euWy6xEfe8ZfRo9kk5kMU8UuyfQU50Gf1gcqrTXD0,13203
107
107
  robosystems_client/api/user/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
108
108
  robosystems_client/api/user/create_user_api_key.py,sha256=dfWRIqzWlesW7lehuskdnQ2TV6Ga_iGlZSAvArkLvnE,4525
109
- robosystems_client/api/user/get_all_credit_summaries.py,sha256=qP2Bj9G1hqT0fl-OG2V2OTvHlEPpuhKHuviCJ2wn1I4,5064
110
109
  robosystems_client/api/user/get_current_user.py,sha256=o2UQhqgFKUMdkZc9rgX9663w2_ySY9u145PmpaLaVYE,3244
110
+ robosystems_client/api/user/get_user_limits.py,sha256=hNckwQLtfBVbecoI_kJv70n_PBJfiQYs_VQow3XyWNQ,3573
111
111
  robosystems_client/api/user/list_user_api_keys.py,sha256=W--PqFZ9rRRJm0J96wD4EITPx7PLDZWJyVBjwvKmd8M,3197
112
112
  robosystems_client/api/user/revoke_user_api_key.py,sha256=yiz6lIOE_ne2Mebj4zvUMqri-Z5v0GKa0hbmPJCfTZo,4444
113
113
  robosystems_client/api/user/update_user.py,sha256=nSr6ZRKD_Wu1I_QwHWd9GGH1TLYluMm_2GHgl1c_Yvc,4418
114
114
  robosystems_client/api/user/update_user_api_key.py,sha256=kIccWO3m6t7S6MNCQNndASq533nou-zhF9qg9sNrrZM,4688
115
115
  robosystems_client/api/user/update_user_password.py,sha256=djtS4Aqc0B2efYlqYhAwLyaQ8R1sTIkSP5XPMas5va0,5015
116
- robosystems_client/api/user_analytics/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
117
- robosystems_client/api/user_analytics/get_detailed_user_analytics.py,sha256=gTdtLFXw2xIRuf9BTsgAB9aYX_j_VMbqofrlLxGUV2A,5940
118
- robosystems_client/api/user_analytics/get_user_usage_overview.py,sha256=X_MuDiDpis1mIC7lBHblRb-TFbmwT73s7vc1PWJ30Kw,3481
119
- robosystems_client/api/user_limits/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
120
- robosystems_client/api/user_limits/get_all_shared_repository_limits.py,sha256=sOH5XQR73eVlB0rOt-tv2S1upoXOjgX5YI-ozmovWcA,4117
121
- robosystems_client/api/user_limits/get_shared_repository_limits.py,sha256=ik43-TkgMNhob2Scx4BKIPVWhb2Mph-V3Jj22AwD4xQ,5912
122
- robosystems_client/api/user_limits/get_user_limits.py,sha256=M14x16NCGr6o2r2JUXY4g7PPPAlF6_Vo5H-7OsQRjsg,3578
123
- robosystems_client/api/user_limits/get_user_usage.py,sha256=5NK8YSUqgegd1ecvSZVym-nwZKvTlH5W6LhPwXqvoaY,3447
124
- robosystems_client/api/user_subscriptions/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
125
- robosystems_client/api/user_subscriptions/cancel_shared_repository_subscription.py,sha256=I_-YpB7infwwbde-fhzSu9mrnKeDfKYJVimPpv4orGw,4713
126
- robosystems_client/api/user_subscriptions/get_repository_credits.py,sha256=mkjUsjD6C0Kt9pwzGI1izwmLUyJi69X9a98-tGg7cfU,4520
127
- robosystems_client/api/user_subscriptions/get_shared_repository_credits.py,sha256=HYV8b5W8LYZCTEFR6KC27kg5EbInBjzti2p4zbX6CuM,3763
128
- robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py,sha256=kSLrtrZGjvDk3SC98rPlPdk7k7-FcM8A2dKKGucd0uM,5190
129
- robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py,sha256=HtmypqCE3hveALCjrI8CM7StWiTi9F9IJwDGZ4HXPd0,5074
130
- robosystems_client/api/user_subscriptions/upgrade_shared_repository_subscription.py,sha256=xgVIaOeXekdTy4zW5vrftpaxSqMutRzuTdJjCFl-DZM,5210
131
116
  robosystems_client/extensions/README.md,sha256=qfHFjdgA_J-zNXziNZE6M1MKJiwVkocBi01w_HhvzEk,16136
132
117
  robosystems_client/extensions/__init__.py,sha256=izFk2oW08XUKLAulpMwQS_4PrbhL_zsjVdXBiPx-XiU,5210
133
118
  robosystems_client/extensions/auth_integration.py,sha256=ABOJ8aVjfHehNGNzim1iR9-Cdh7Mr22ce-WgWWeqJt0,6535
@@ -145,9 +130,8 @@ robosystems_client/extensions/tests/test_dataframe_utils.py,sha256=g184mdEMSkFt6
145
130
  robosystems_client/extensions/tests/test_integration.py,sha256=DszEH9-CJ-d5KB2NNNY9BZMT8f3A_Z-MLXYW5WfVeRk,15446
146
131
  robosystems_client/extensions/tests/test_token_utils.py,sha256=CsrpW771pLRrdQoM91oJ9_B33SB3YTno4_OPog6mIgo,8424
147
132
  robosystems_client/extensions/tests/test_unit.py,sha256=REnfMGpgH-FS-n860-3qXEUqAxZ7zbci-nIDPYuB7Tw,16712
148
- robosystems_client/models/__init__.py,sha256=BR19hPLEX7lVCwR5POScbclYTsxNBOk4_6Z0lKy0eQk,22189
133
+ robosystems_client/models/__init__.py,sha256=nmGz1kTeI87c76SMWPQtmxcpK7QLO-isf8QybqZyuKM,19420
149
134
  robosystems_client/models/account_info.py,sha256=rcENAioMA3olA3Sks5raIqeODqRgrmFuiFhwzLunrGI,2054
150
- robosystems_client/models/add_on_credit_info.py,sha256=h65KAb8yZP_SGpsB2Ref4IaBCthEDYJgFGTd9PjUpfs,3221
151
135
  robosystems_client/models/agent_list_response.py,sha256=68PkLJ3goUZlm8WZ4HOjlWLZrPYKwJQ6PTPm2ZNRmBM,1873
152
136
  robosystems_client/models/agent_list_response_agents.py,sha256=RQMc6dTphBjFeLD4pt2RhQyd1AedF5GW5ujHYdyZMCg,1987
153
137
  robosystems_client/models/agent_list_response_agents_additional_property.py,sha256=vreiM9mJxyMaSNTUfV34qRTgzyymO-ZNwhdcOCSYlMo,1292
@@ -199,13 +183,13 @@ robosystems_client/models/create_api_key_response.py,sha256=9cqlZDogqxdSXxxHT6Pn
199
183
  robosystems_client/models/create_connection_request.py,sha256=B9riNF1QK1P3RB680lFAJGsZtYbPHVc14u1TBnIv0QQ,5948
200
184
  robosystems_client/models/create_connection_request_provider.py,sha256=TBZm3ApK31i1jit4WUxqtFtJq-LYKqXeVAHJIJh9Slw,190
201
185
  robosystems_client/models/create_graph_request.py,sha256=THs5EEB8-cpfkyDUu0XzwuWMnScboE_ir3vrQ44mPJY,6174
186
+ robosystems_client/models/create_repository_subscription_request.py,sha256=zDv9qNOG2K7t0j6zE85vrQ0F_QzHryRMr3dxZpLQIZM,1576
202
187
  robosystems_client/models/create_subgraph_request.py,sha256=upBIPF4MIrawR_fAodpo4ts9sinq7FyDT2VyfR_uCp8,5777
203
188
  robosystems_client/models/create_subgraph_request_metadata_type_0.py,sha256=dqVIzDSjIeTsKLCC7pmJAik2eJPIyi_6uTHzkspU37M,1257
204
189
  robosystems_client/models/credit_limits.py,sha256=_JEbHjXndOlnkwC43Xl8ZGGXpEX7MWvfbT96e8sC4tY,2494
205
- robosystems_client/models/credit_summary.py,sha256=TaK9e6Jp7yqWMtBDVfB2bL7mlTw87Qwf1_foausmQwI,4802
190
+ robosystems_client/models/credit_summary.py,sha256=nN_3hkXoOWhr6VzYGn6SvgWiZ-384K4y_xcV2i4-hAA,3527
191
+ robosystems_client/models/credit_summary_operation_breakdown.py,sha256=W7_pQRFDVl4ESP89RKHl14pgRB936nawbattUEjW8dw,1265
206
192
  robosystems_client/models/credit_summary_response.py,sha256=M5ZFcNZ4IqtZZG1zFrdOBKGsEs9S9A174LVVmdplItM,3712
207
- robosystems_client/models/credits_summary_response.py,sha256=kDjWsEWUl-Ce3IPuGHcWTOhV_-QN2VwDS_W76sx60rY,4616
208
- robosystems_client/models/credits_summary_response_credits_by_addon_type_0_item.py,sha256=smzAGFk3JDzGV-T7Xz-1fahv3vdvetzEn8eBObCJbXw,1321
209
193
  robosystems_client/models/custom_schema_definition.py,sha256=D_2Am00eCJtCBtqFqhXdN8WPbvwK-lh94sYb93Nckm4,6266
210
194
  robosystems_client/models/custom_schema_definition_metadata.py,sha256=VNy6EY4n0N5P4tirf1UsT9-z-pYvI6FN-iOPTG7zuwY,1256
211
195
  robosystems_client/models/custom_schema_definition_nodes_item.py,sha256=0hg2ctntwlXkP43NdtAa2gRFMogKU80Mwg_JmSUb4h4,1239
@@ -234,16 +218,9 @@ robosystems_client/models/file_upload_request.py,sha256=7loA-BBy69IKVIcyeTDhnFrB
234
218
  robosystems_client/models/file_upload_response.py,sha256=_qgC8LcVEjpDA4S2_zCbi9BedS2a0uobB5VbNKEnpyc,1958
235
219
  robosystems_client/models/forgot_password_request.py,sha256=jgJf6E-4cun0vbm1LFPN-bC8HejoeJq6NVgWhGVn7Lg,1440
236
220
  robosystems_client/models/forgot_password_response_forgotpassword.py,sha256=-NbTmjmMKiGHUGAAjnggyrxg5TlN-6HIu1YTCl8Enkw,1261
237
- robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py,sha256=Z-PEihC2i7G8QLlmQ1PgyLJIlETUrXyNF9j4HXt3B90,1337
238
- robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py,sha256=enftcS6tkKwygWMfrsBEFEIUaLhdeJSY8-q0EKKmscA,1414
239
221
  robosystems_client/models/get_current_auth_user_response_getcurrentauthuser.py,sha256=QbLg6o9w0UQs2npB27r2lLfWi9uAe4cjmN0srszTKDE,1307
240
- robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py,sha256=PjfVnVwWG6BEBWEjb5kvN5XYtC2uTc5h4OIKPmZv-Gc,1317
241
222
  robosystems_client/models/get_file_info_response.py,sha256=b9EWhA-zVBlbaw3lChETnNiLpCmGecv_RVjUb3ZF8Ig,5624
242
- robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py,sha256=IyBAkkk8vtqQx9Twif1J7iG-9iaeuMm1W_75E7pzM-A,1347
243
- robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py,sha256=q1k4zEtQmcBpgz_vz9B26Deu4qT4evEsAiRoTpmcw0w,1317
244
- robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py,sha256=OfsWqXgc6O0v21jbL8Z1NquZg5eKhNQUEiTl_Vs7I7w,1327
245
223
  robosystems_client/models/get_operation_status_response_getoperationstatus.py,sha256=dhCc_dZpSo-h9210m5MShVde1sGHmMhkBanqt_6xt_A,1304
246
- robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py,sha256=0-_y-77YHmK-tFdt7rQbC5j9VK4pfiE_V756EmglpaU,1377
247
224
  robosystems_client/models/get_storage_usage_response_getstorageusage.py,sha256=5ZpeVOQNa8FLcI82C3-CCnYbtgUPXqIUa7d6cHr0Ddo,1274
248
225
  robosystems_client/models/graph_info.py,sha256=xUj7B2Y_XORyvoYA1YRX1c5aEpmtw_4tdvb_oJhy9TM,3318
249
226
  robosystems_client/models/graph_limits_response.py,sha256=IwNdZD-5Ro2tov7oUU_ji3fCeF8lxIJFZTyWxIZZjnI,5281
@@ -253,6 +230,7 @@ robosystems_client/models/graph_metrics_response_estimated_size.py,sha256=Dfe4zb
253
230
  robosystems_client/models/graph_metrics_response_health_status.py,sha256=IpwCxU4V5fHNP-2sVQW4uV9iAl_b0KA4ECEsEggfeb4,1270
254
231
  robosystems_client/models/graph_metrics_response_node_counts.py,sha256=slKDmoKGV5HfUs8CuAvgYyDS-6VkyBjZ3IUJ2Dl5Acw,1253
255
232
  robosystems_client/models/graph_metrics_response_relationship_counts.py,sha256=-MPyWBhmOX3w-2Xj5d0ED42ewyWzS9r0ruE6mgdZ98I,1300
233
+ robosystems_client/models/graph_subscription_response.py,sha256=0Vq9pBlZ1fvIdI2Lrow1cUnFYIgVIViF3gWVmOBdrsw,5909
256
234
  robosystems_client/models/graph_subscription_tier.py,sha256=5oDgbe9BsHs3cp9cMVn31TDcd_40Q2CEx1weBohthp8,6786
257
235
  robosystems_client/models/graph_subscriptions.py,sha256=ZjX_GuWS0OnCK_BaEG0fdIn3Nq3JTQhvljbx2hDzCVc,2615
258
236
  robosystems_client/models/graph_tier_backup.py,sha256=cwHk3S3Zcu_5owIRzP2c0wzE58Q84vfDoS0719SclcE,2145
@@ -260,10 +238,8 @@ robosystems_client/models/graph_tier_copy_operations.py,sha256=dzm6950aqD8xMjSqO
260
238
  robosystems_client/models/graph_tier_info.py,sha256=lbfVXlmR34qN_cItDGoY4ywUJboX8g9knBN4Mm6cGCg,5290
261
239
  robosystems_client/models/graph_tier_instance.py,sha256=GW5lKwG_7kSAZLwe__vGdwAHlebDzAIT1UYGk9X44WM,1903
262
240
  robosystems_client/models/graph_tier_limits.py,sha256=Ylgjqr2jKsd4aed-aLbRqJUJFDMGOaNG3C4XE_5E65o,3073
263
- robosystems_client/models/graph_usage_response.py,sha256=zdtgINU0tQw4eEgRtOUAwdU0hM_nNuHWDpsoxOsRgsc,3418
264
- robosystems_client/models/graph_usage_response_query_statistics.py,sha256=YjUU3AcJ9TAYHbsLncm2u497J3M8DVacnZwiQOzkIYY,1264
265
- robosystems_client/models/graph_usage_response_recent_activity.py,sha256=zuhLvyEIn7kpx1Xxi32EVcNmCzHlR-9xeSQ_sCDf_DE,1266
266
- robosystems_client/models/graph_usage_response_storage_usage.py,sha256=_ZVpNzUmkQcANrqfe8v7uSs3jd_rBD7k7vT4NY0Os-8,1258
241
+ robosystems_client/models/graph_usage_response.py,sha256=2XZ5iw0IUjuuiHWKmkr4AR27tJY5xSYSy-PYePYlWgI,7114
242
+ robosystems_client/models/graph_usage_response_recent_events_item.py,sha256=pCGXtq3xvB9gflIhsgcSQawACQc2WYMJL7JPwLmPaVQ,1257
267
243
  robosystems_client/models/health_status.py,sha256=ce_IlbEvdQqmqi8Exux2UQA2K7qBLkIDfbQ6bzoASA0,3034
268
244
  robosystems_client/models/health_status_details_type_0.py,sha256=ORS2NbiOWUJZvxa1dYdngpphzj_5lj7fLhmKqxyiVNU,1204
269
245
  robosystems_client/models/http_validation_error.py,sha256=LXy3nhf_7F-tawZB7Rd6lqwi5FDtNtX58oil3X5hxLI,2045
@@ -294,6 +270,9 @@ robosystems_client/models/password_check_response.py,sha256=QkGKrAFrU2zpGUDxo1ki
294
270
  robosystems_client/models/password_check_response_character_types.py,sha256=fM4WuPV_L8vHGOTEFx7oV8_1w49GIBOKrupFMuSooYY,1284
295
271
  robosystems_client/models/password_policy_response.py,sha256=q-DI_QW6Jaui9VAvp1aCnhqUV9vZlp0jaOnTeGyO17o,1768
296
272
  robosystems_client/models/password_policy_response_policy.py,sha256=_v_cVOIsaHSDNt5wzP2xMPT3AueojHBkP4qK-c1AuCU,1256
273
+ robosystems_client/models/performance_insights.py,sha256=4o2Z5O8QfrX8Rj-_jAOy70UrJO58EP3XwUp-0WQA5ZM,3642
274
+ robosystems_client/models/performance_insights_operation_stats.py,sha256=jOazO4odLlpOf0uPzwszAz1-SHrWO4AZK4g0N2q4Hlw,1280
275
+ robosystems_client/models/performance_insights_slow_queries_item.py,sha256=b6KqRqrbOMd9s2X7WHjpMDrFCsPMHVkWHEwX7XOIdgc,1254
297
276
  robosystems_client/models/plaid_connection_config.py,sha256=ddmVo8hWnXVbJF3kfHpSIGa6CaDqvWbX5a2al39T7JE,6662
298
277
  robosystems_client/models/plaid_connection_config_accounts_type_0_item.py,sha256=udIb0Qbzilz_ko6_D8w9NC8hbRqOslg92zbB24wYEvs,1280
299
278
  robosystems_client/models/plaid_connection_config_institution_type_0.py,sha256=bNd_czT5nU9yTWcKJih3ft71IGL-DTgT5ot1WeitrZg,1272
@@ -301,11 +280,8 @@ robosystems_client/models/query_limits.py,sha256=GtLiyNSpkjoqDyEDs3VouLEm9Sg9b6k
301
280
  robosystems_client/models/quick_books_connection_config.py,sha256=ohhOvNp3k8XVz-8-xGr1NygPgDdU3ELqJVteo0iTe9I,2664
302
281
  robosystems_client/models/rate_limits.py,sha256=vnsqixRLz4T5SRfWN9ZYyn8SOiH8WJ2qtv83QY16ivU,2021
303
282
  robosystems_client/models/register_request.py,sha256=9pHjAsopUT4IJ-pWPny7VSZ5MfSq2tALCt2nTM1vRZc,2511
304
- robosystems_client/models/repository_credits_response.py,sha256=znFVtTxsa3XRRbqS6swki3MGbj3_vZegMB8Clh9-Qgc,3537
305
283
  robosystems_client/models/repository_info.py,sha256=3jZhhHdjFNE3yHzBVwaOZDOuKXnrvdGZcWlxsTnLnLA,2783
306
- robosystems_client/models/repository_plan.py,sha256=BEdbh0FPIrsomZU_Aq27EAk-ppOqlJxuwNRVCZlNLKo,185
307
284
  robosystems_client/models/repository_subscriptions.py,sha256=_xwqEkYqfV3WlGfKsgvScDnj8VzpslxTXkwqf17XKN8,2435
308
- robosystems_client/models/repository_type.py,sha256=Mw4q6l82iVgalXxOiWCpmtGZAf4MawNxCsIW2QoPd0I,175
309
285
  robosystems_client/models/resend_verification_email_response_resendverificationemail.py,sha256=Dh0e9tvOd_V6nEzX9MJLonn-gLhJQ7QHOe_xJkwPaK4,1354
310
286
  robosystems_client/models/reset_password_request.py,sha256=14kn__5re5UkWEfjqz25RZeoQBh7z9fOKu_a01X9zi4,1682
311
287
  robosystems_client/models/reset_password_validate_response.py,sha256=7FV8Gfhirst9UWl0_P3XGnn5i_uGtneTTTeA7y_13Dc,2130
@@ -333,15 +309,12 @@ robosystems_client/models/storage_info_included_per_tier.py,sha256=gOd8Vlzk4_-3T
333
309
  robosystems_client/models/storage_info_overage_pricing.py,sha256=ZqiUj42_VFpsdJ2DzvXdQW96C-1luGnoaCHlGJeBimo,1242
334
310
  robosystems_client/models/storage_limit_response.py,sha256=MARn28shb1eSTXx7ZoXdkWr_tKRh87bdl49Ois-aVow,4149
335
311
  robosystems_client/models/storage_limits.py,sha256=_0qQ4yzuLjFbZdNboaDDDPsTO5ecKgH-LU8IuACzOtc,2582
312
+ robosystems_client/models/storage_summary.py,sha256=4w0l17230UxGdJ22r_ruscqiMCQrrURolGk9FFQ2KwM,2679
336
313
  robosystems_client/models/subgraph_quota_response.py,sha256=pBHhUt2CXHR3UondX10XGkpmM7wlyxCqk39Te1LZXz8,4693
337
314
  robosystems_client/models/subgraph_response.py,sha256=2yDyTyat-5W2bOvNH8rGbErXWYkn9c1Aq2bpXwF0JTY,8635
338
315
  robosystems_client/models/subgraph_response_metadata_type_0.py,sha256=Lfz_uYJ7C2-F8qBnb5CaEonpZTEfcapn7DawFaXmYlk,1229
339
316
  robosystems_client/models/subgraph_summary.py,sha256=fZskewbuXff15lzC5DDpIgreQg4Pit-rbCAn_lvPvHM,4364
340
317
  robosystems_client/models/subgraph_type.py,sha256=UuhtI16pPNdwvznfvlb6iFP2Ow7XhO8oLhJlq0wbl-0,201
341
- robosystems_client/models/subscription_info.py,sha256=6dLANsDZ_HB9sl8sNM2aQQvHt2JqilzbYaYbCVnsHJE,3982
342
- robosystems_client/models/subscription_info_metadata.py,sha256=5RZRthVzH5VloERrIXm9dHSJBntmdd_0vPYaVeEOvCo,1216
343
- robosystems_client/models/subscription_request.py,sha256=QArBvYVdFtQcqfHA_47Yi07vWjZEVMBDUIhdrfHGH2M,2399
344
- robosystems_client/models/subscription_response.py,sha256=OqMB-M4CYnqQ4j1WzmhLlpPDgIT3O7qNH4P0gFIrldg,1888
345
318
  robosystems_client/models/success_response.py,sha256=a-sgwBAiJn-8fTsKWIZInSuTF3B29jinOpeySBEzbjQ,3172
346
319
  robosystems_client/models/success_response_data_type_0.py,sha256=tirQFpgZO8Lpge7WDBGfILrLz0HZQVXXG6fu6b2-eSU,1204
347
320
  robosystems_client/models/sync_connection_request.py,sha256=qyOzmAJ0khdwAZb-Hlf8jbzfqGBjMalqkQsua08vEnc,3232
@@ -352,30 +325,20 @@ robosystems_client/models/table_ingest_result.py,sha256=6nwBXfiXGhl89LDKUx5REgSi
352
325
  robosystems_client/models/table_list_response.py,sha256=wmlmFs6jw_qjrc9N9iQG2Un1469xSscgUbCYRb4B0kg,2003
353
326
  robosystems_client/models/table_query_request.py,sha256=bZITK2e2KdPZ7cVvi0arZpCfqDnT9yl8yv7Cd_jJWgw,1878
354
327
  robosystems_client/models/table_query_response.py,sha256=Y9zUSm1BPRfJEN_SP6lIZIQs75TcYPu1M8bxpWNp7PI,2268
355
- robosystems_client/models/tier_upgrade_request.py,sha256=uSF_CpTLwlj6jTO7a9yCbboBGvuzJOIgyVjJYVNc6t4,1567
356
328
  robosystems_client/models/token_pricing.py,sha256=89uMvNo1RMh1Muz2ExTZdjFQgukXf_lfgKdoLvOFGp4,1841
357
329
  robosystems_client/models/transaction_summary_response.py,sha256=MSQYuOharoRpBilqmpKo_Dxv39QLjJ0g5oY9NYsCQNA,3714
358
330
  robosystems_client/models/update_api_key_request.py,sha256=fQVFQnUSIRDcBkCZP6ObAdVjIReaYuqSS3eliNSt59c,2527
359
331
  robosystems_client/models/update_file_status_response_updatefilestatus.py,sha256=CnUPFGrufD3EMGXpqCX9Xa8dyY0ZZfb6B5Ke2Ktqiuk,1284
360
332
  robosystems_client/models/update_password_request.py,sha256=3YwCzOJwE3WYpv05JwVBpwL71GCsj1fMLngxuEsXtpE,2013
361
333
  robosystems_client/models/update_user_request.py,sha256=DLN_cfsk24jG34v66YedfJ1N26wvueoXVTTi8Bd4mcQ,2420
362
- robosystems_client/models/user_analytics_response.py,sha256=M89LNcZ6x2p0WY1NTKs9mu2o1ql-ubdr5RFZnQVCXnM,4423
363
- robosystems_client/models/user_analytics_response_api_usage.py,sha256=rCzeBaCp40iOhr784WJ5pBnBnVFFkrf7Uy-TuUKyxwQ,1248
364
- robosystems_client/models/user_analytics_response_graph_usage.py,sha256=i71sukhzKuhTQ_luiqbe0gWvsruRmUlvqsuBPZU3XwM,1260
365
- robosystems_client/models/user_analytics_response_limits.py,sha256=SNPMfjwzX0p5WgyN28tQTuWa3vR2iyeJh6ySyuhftr0,1246
366
- robosystems_client/models/user_analytics_response_recent_activity_item.py,sha256=2fdWobH0DzAEVRP6swlRqJq5hmTYYJre1wrO_FCfhr8,1282
367
- robosystems_client/models/user_analytics_response_user_info.py,sha256=R25GyPfXmCJ2g19RVGy6tyRP8jWRKiGdUFjj5TbAgss,1244
368
- robosystems_client/models/user_graph_summary.py,sha256=qtG1p4m2GSD12vFgkyJ5GeWPiLY3B3DeoSkcvmdqfGc,3783
334
+ robosystems_client/models/upgrade_subscription_request.py,sha256=Ph-Wu1pA6zOEi6jSOuqrQRJ3xImOVy-T2g-xLHrYaic,1544
369
335
  robosystems_client/models/user_graphs_response.py,sha256=k4zDipn-9HqwiJHUq8Si1XSemCDJv_t9SfTtJxc6w_k,2648
370
336
  robosystems_client/models/user_limits_response.py,sha256=HyGQMqqX_U66B3vKIknQJTK35LAFfjEA_VTQgm_a_QM,2419
371
337
  robosystems_client/models/user_response.py,sha256=uMYsvPKLo5YUwsT-PV8Tu5qrFG81X8-ODBllFyX2C6E,3650
372
- robosystems_client/models/user_subscriptions_response.py,sha256=vQx876KIEQ6-0Db3O0CbXHaaMAhk_BBqCBNiJvf-npE,2526
373
338
  robosystems_client/models/user_usage_response.py,sha256=xsKYfbSoHWbuE9Y-yBvaLkaUeBfgJ7s184JUtP75wT4,2612
374
339
  robosystems_client/models/user_usage_response_graphs.py,sha256=xAH-ZnhaUfWQ_2EpZQ1grZWBRA0hMfW5eukyQr9lIk8,1243
375
- robosystems_client/models/user_usage_summary_response.py,sha256=4hthwTH7bXyzdYlHoekDYOgDLI-stGRH507Bl2rUjYA,3655
376
- robosystems_client/models/user_usage_summary_response_usage_vs_limits.py,sha256=XrZnRcy1nD3xtKX4svbww7QfEHrN7_XIfeL9j5ZMbyQ,1298
377
340
  robosystems_client/models/validation_error.py,sha256=R77OuQG2nJ3WDFfY--xbEhg6x1D7gAAp_1UdnG8Ka2A,1949
378
- robosystems_client-0.2.9.dist-info/METADATA,sha256=dnEUAr5BCMvRwzXWJgFSBAQEry298juFd7j9nWedmRY,3903
379
- robosystems_client-0.2.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
380
- robosystems_client-0.2.9.dist-info/licenses/LICENSE,sha256=LjFqQPU4eQh7jAQ04SmE9eC0j74HCdXvzbo0hjW4mWo,1063
381
- robosystems_client-0.2.9.dist-info/RECORD,,
341
+ robosystems_client-0.2.10.dist-info/METADATA,sha256=j9oQlO4c1y8PDRTrNeF_SAG_E1LPe8UTHQfTVCm5F2Y,3904
342
+ robosystems_client-0.2.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
343
+ robosystems_client-0.2.10.dist-info/licenses/LICENSE,sha256=LjFqQPU4eQh7jAQ04SmE9eC0j74HCdXvzbo0hjW4mWo,1063
344
+ robosystems_client-0.2.10.dist-info/RECORD,,