robosystems-client 0.2.8__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 (77) hide show
  1. robosystems_client/api/graphs/get_graphs.py +120 -92
  2. robosystems_client/api/{user_subscriptions/cancel_shared_repository_subscription.py → subscriptions/cancel_subscription.py} +41 -25
  3. robosystems_client/api/subscriptions/create_repository_subscription.py +217 -0
  4. robosystems_client/api/subscriptions/get_graph_subscription.py +197 -0
  5. robosystems_client/api/{user_subscriptions/upgrade_shared_repository_subscription.py → subscriptions/upgrade_subscription.py} +57 -55
  6. robosystems_client/api/usage/get_graph_usage_analytics.py +377 -0
  7. robosystems_client/api/{user_limits/get_user_usage.py → user/get_user_limits.py} +13 -9
  8. robosystems_client/models/__init__.py +18 -82
  9. robosystems_client/models/{credits_summary_response_credits_by_addon_type_0_item.py → create_repository_subscription_request.py} +22 -6
  10. robosystems_client/models/credit_summary.py +55 -89
  11. robosystems_client/models/{graph_usage_response_storage_usage.py → credit_summary_operation_breakdown.py} +6 -6
  12. robosystems_client/models/graph_info.py +33 -2
  13. robosystems_client/models/graph_subscription_response.py +200 -0
  14. robosystems_client/models/graph_tier_instance.py +7 -7
  15. robosystems_client/models/graph_usage_response.py +136 -39
  16. robosystems_client/models/{user_analytics_response_limits.py → graph_usage_response_recent_events_item.py} +6 -6
  17. robosystems_client/models/performance_insights.py +120 -0
  18. robosystems_client/models/{graph_usage_response_recent_activity.py → performance_insights_operation_stats.py} +6 -6
  19. robosystems_client/models/{user_analytics_response_api_usage.py → performance_insights_slow_queries_item.py} +6 -6
  20. robosystems_client/models/storage_summary.py +100 -0
  21. robosystems_client/models/{tier_upgrade_request.py → upgrade_subscription_request.py} +12 -14
  22. {robosystems_client-0.2.8.dist-info → robosystems_client-0.2.10.dist-info}/METADATA +1 -1
  23. {robosystems_client-0.2.8.dist-info → robosystems_client-0.2.10.dist-info}/RECORD +34 -71
  24. robosystems_client/api/graph_analytics/get_graph_usage_stats.py +0 -289
  25. robosystems_client/api/graph_billing/get_current_graph_bill.py +0 -253
  26. robosystems_client/api/graph_billing/get_graph_billing_history.py +0 -298
  27. robosystems_client/api/graph_billing/get_graph_monthly_bill.py +0 -284
  28. robosystems_client/api/graph_billing/get_graph_usage_details.py +0 -320
  29. robosystems_client/api/user/get_all_credit_summaries.py +0 -169
  30. robosystems_client/api/user_analytics/__init__.py +0 -1
  31. robosystems_client/api/user_analytics/get_detailed_user_analytics.py +0 -188
  32. robosystems_client/api/user_analytics/get_user_usage_overview.py +0 -135
  33. robosystems_client/api/user_limits/__init__.py +0 -1
  34. robosystems_client/api/user_limits/get_all_shared_repository_limits.py +0 -141
  35. robosystems_client/api/user_limits/get_shared_repository_limits.py +0 -213
  36. robosystems_client/api/user_limits/get_user_limits.py +0 -139
  37. robosystems_client/api/user_subscriptions/__init__.py +0 -1
  38. robosystems_client/api/user_subscriptions/get_repository_credits.py +0 -173
  39. robosystems_client/api/user_subscriptions/get_shared_repository_credits.py +0 -143
  40. robosystems_client/api/user_subscriptions/get_user_shared_subscriptions.py +0 -181
  41. robosystems_client/api/user_subscriptions/subscribe_to_shared_repository.py +0 -186
  42. robosystems_client/models/add_on_credit_info.py +0 -119
  43. robosystems_client/models/credits_summary_response.py +0 -148
  44. robosystems_client/models/get_all_credit_summaries_response_getallcreditsummaries.py +0 -44
  45. robosystems_client/models/get_all_shared_repository_limits_response_getallsharedrepositorylimits.py +0 -46
  46. robosystems_client/models/get_current_graph_bill_response_getcurrentgraphbill.py +0 -44
  47. robosystems_client/models/get_graph_billing_history_response_getgraphbillinghistory.py +0 -44
  48. robosystems_client/models/get_graph_monthly_bill_response_getgraphmonthlybill.py +0 -44
  49. robosystems_client/models/get_graph_usage_details_response_getgraphusagedetails.py +0 -44
  50. robosystems_client/models/get_shared_repository_limits_response_getsharedrepositorylimits.py +0 -44
  51. robosystems_client/models/graph_usage_response_query_statistics.py +0 -44
  52. robosystems_client/models/repository_credits_response.py +0 -128
  53. robosystems_client/models/repository_plan.py +0 -10
  54. robosystems_client/models/repository_type.py +0 -10
  55. robosystems_client/models/subscription_info.py +0 -152
  56. robosystems_client/models/subscription_info_metadata.py +0 -44
  57. robosystems_client/models/subscription_request.py +0 -80
  58. robosystems_client/models/subscription_response.py +0 -74
  59. robosystems_client/models/user_analytics_response.py +0 -132
  60. robosystems_client/models/user_analytics_response_graph_usage.py +0 -44
  61. robosystems_client/models/user_analytics_response_recent_activity_item.py +0 -44
  62. robosystems_client/models/user_analytics_response_user_info.py +0 -44
  63. robosystems_client/models/user_graph_summary.py +0 -134
  64. robosystems_client/models/user_subscriptions_response.py +0 -90
  65. robosystems_client/models/user_usage_summary_response.py +0 -130
  66. robosystems_client/models/user_usage_summary_response_usage_vs_limits.py +0 -44
  67. /robosystems_client/api/{graph_analytics → credits_}/__init__.py +0 -0
  68. /robosystems_client/api/{graph_credits → credits_}/check_credit_balance.py +0 -0
  69. /robosystems_client/api/{graph_credits → credits_}/check_storage_limits.py +0 -0
  70. /robosystems_client/api/{graph_credits → credits_}/get_credit_summary.py +0 -0
  71. /robosystems_client/api/{graph_credits → credits_}/get_storage_usage.py +0 -0
  72. /robosystems_client/api/{graph_credits → credits_}/list_credit_transactions.py +0 -0
  73. /robosystems_client/api/{graph_billing → subscriptions}/__init__.py +0 -0
  74. /robosystems_client/api/{graph_credits → usage}/__init__.py +0 -0
  75. /robosystems_client/api/{graph_analytics → usage}/get_graph_metrics.py +0 -0
  76. {robosystems_client-0.2.8.dist-info → robosystems_client-0.2.10.dist-info}/WHEEL +0 -0
  77. {robosystems_client-0.2.8.dist-info → robosystems_client-0.2.10.dist-info}/licenses/LICENSE +0 -0
@@ -1,298 +0,0 @@
1
- from http import HTTPStatus
2
- from typing import Any, Optional, Union
3
-
4
- import httpx
5
-
6
- from ... import errors
7
- from ...client import AuthenticatedClient, Client
8
- from ...models.error_response import ErrorResponse
9
- from ...models.get_graph_billing_history_response_getgraphbillinghistory import (
10
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
11
- )
12
- from ...models.http_validation_error import HTTPValidationError
13
- from ...types import UNSET, Response, Unset
14
-
15
-
16
- def _get_kwargs(
17
- graph_id: str,
18
- *,
19
- months: Union[Unset, int] = 6,
20
- ) -> dict[str, Any]:
21
- params: dict[str, Any] = {}
22
-
23
- params["months"] = months
24
-
25
- params = {k: v for k, v in params.items() if v is not UNSET and v is not None}
26
-
27
- _kwargs: dict[str, Any] = {
28
- "method": "get",
29
- "url": f"/v1/graphs/{graph_id}/billing/history",
30
- "params": params,
31
- }
32
-
33
- return _kwargs
34
-
35
-
36
- def _parse_response(
37
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
38
- ) -> Optional[
39
- Union[
40
- ErrorResponse,
41
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
42
- HTTPValidationError,
43
- ]
44
- ]:
45
- if response.status_code == 200:
46
- response_200 = GetGraphBillingHistoryResponseGetgraphbillinghistory.from_dict(
47
- response.json()
48
- )
49
-
50
- return response_200
51
-
52
- if response.status_code == 403:
53
- response_403 = ErrorResponse.from_dict(response.json())
54
-
55
- return response_403
56
-
57
- if response.status_code == 404:
58
- response_404 = ErrorResponse.from_dict(response.json())
59
-
60
- return response_404
61
-
62
- if response.status_code == 422:
63
- response_422 = HTTPValidationError.from_dict(response.json())
64
-
65
- return response_422
66
-
67
- if response.status_code == 500:
68
- response_500 = ErrorResponse.from_dict(response.json())
69
-
70
- return response_500
71
-
72
- if client.raise_on_unexpected_status:
73
- raise errors.UnexpectedStatus(response.status_code, response.content)
74
- else:
75
- return None
76
-
77
-
78
- def _build_response(
79
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
80
- ) -> Response[
81
- Union[
82
- ErrorResponse,
83
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
84
- HTTPValidationError,
85
- ]
86
- ]:
87
- return Response(
88
- status_code=HTTPStatus(response.status_code),
89
- content=response.content,
90
- headers=response.headers,
91
- parsed=_parse_response(client=client, response=response),
92
- )
93
-
94
-
95
- def sync_detailed(
96
- graph_id: str,
97
- *,
98
- client: AuthenticatedClient,
99
- months: Union[Unset, int] = 6,
100
- ) -> Response[
101
- Union[
102
- ErrorResponse,
103
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
104
- HTTPValidationError,
105
- ]
106
- ]:
107
- """Get Billing History
108
-
109
- Get billing history for the graph.
110
-
111
- Returns a chronological list of monthly bills, perfect for:
112
- - Tracking spending trends over time
113
- - Identifying usage patterns
114
- - Budget forecasting
115
- - Financial reporting
116
-
117
- Each month includes:
118
- - Credit usage and overages
119
- - Storage charges
120
- - Total charges
121
- - Usage metrics
122
-
123
- ℹ️ No credits are consumed for viewing billing history.
124
-
125
- Args:
126
- graph_id (str):
127
- months (Union[Unset, int]): Number of months to retrieve (1-24) Default: 6.
128
-
129
- Raises:
130
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
131
- httpx.TimeoutException: If the request takes longer than Client.timeout.
132
-
133
- Returns:
134
- Response[Union[ErrorResponse, GetGraphBillingHistoryResponseGetgraphbillinghistory, HTTPValidationError]]
135
- """
136
-
137
- kwargs = _get_kwargs(
138
- graph_id=graph_id,
139
- months=months,
140
- )
141
-
142
- response = client.get_httpx_client().request(
143
- **kwargs,
144
- )
145
-
146
- return _build_response(client=client, response=response)
147
-
148
-
149
- def sync(
150
- graph_id: str,
151
- *,
152
- client: AuthenticatedClient,
153
- months: Union[Unset, int] = 6,
154
- ) -> Optional[
155
- Union[
156
- ErrorResponse,
157
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
158
- HTTPValidationError,
159
- ]
160
- ]:
161
- """Get Billing History
162
-
163
- Get billing history for the graph.
164
-
165
- Returns a chronological list of monthly bills, perfect for:
166
- - Tracking spending trends over time
167
- - Identifying usage patterns
168
- - Budget forecasting
169
- - Financial reporting
170
-
171
- Each month includes:
172
- - Credit usage and overages
173
- - Storage charges
174
- - Total charges
175
- - Usage metrics
176
-
177
- ℹ️ No credits are consumed for viewing billing history.
178
-
179
- Args:
180
- graph_id (str):
181
- months (Union[Unset, int]): Number of months to retrieve (1-24) Default: 6.
182
-
183
- Raises:
184
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
185
- httpx.TimeoutException: If the request takes longer than Client.timeout.
186
-
187
- Returns:
188
- Union[ErrorResponse, GetGraphBillingHistoryResponseGetgraphbillinghistory, HTTPValidationError]
189
- """
190
-
191
- return sync_detailed(
192
- graph_id=graph_id,
193
- client=client,
194
- months=months,
195
- ).parsed
196
-
197
-
198
- async def asyncio_detailed(
199
- graph_id: str,
200
- *,
201
- client: AuthenticatedClient,
202
- months: Union[Unset, int] = 6,
203
- ) -> Response[
204
- Union[
205
- ErrorResponse,
206
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
207
- HTTPValidationError,
208
- ]
209
- ]:
210
- """Get Billing History
211
-
212
- Get billing history for the graph.
213
-
214
- Returns a chronological list of monthly bills, perfect for:
215
- - Tracking spending trends over time
216
- - Identifying usage patterns
217
- - Budget forecasting
218
- - Financial reporting
219
-
220
- Each month includes:
221
- - Credit usage and overages
222
- - Storage charges
223
- - Total charges
224
- - Usage metrics
225
-
226
- ℹ️ No credits are consumed for viewing billing history.
227
-
228
- Args:
229
- graph_id (str):
230
- months (Union[Unset, int]): Number of months to retrieve (1-24) Default: 6.
231
-
232
- Raises:
233
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
234
- httpx.TimeoutException: If the request takes longer than Client.timeout.
235
-
236
- Returns:
237
- Response[Union[ErrorResponse, GetGraphBillingHistoryResponseGetgraphbillinghistory, HTTPValidationError]]
238
- """
239
-
240
- kwargs = _get_kwargs(
241
- graph_id=graph_id,
242
- months=months,
243
- )
244
-
245
- response = await client.get_async_httpx_client().request(**kwargs)
246
-
247
- return _build_response(client=client, response=response)
248
-
249
-
250
- async def asyncio(
251
- graph_id: str,
252
- *,
253
- client: AuthenticatedClient,
254
- months: Union[Unset, int] = 6,
255
- ) -> Optional[
256
- Union[
257
- ErrorResponse,
258
- GetGraphBillingHistoryResponseGetgraphbillinghistory,
259
- HTTPValidationError,
260
- ]
261
- ]:
262
- """Get Billing History
263
-
264
- Get billing history for the graph.
265
-
266
- Returns a chronological list of monthly bills, perfect for:
267
- - Tracking spending trends over time
268
- - Identifying usage patterns
269
- - Budget forecasting
270
- - Financial reporting
271
-
272
- Each month includes:
273
- - Credit usage and overages
274
- - Storage charges
275
- - Total charges
276
- - Usage metrics
277
-
278
- ℹ️ No credits are consumed for viewing billing history.
279
-
280
- Args:
281
- graph_id (str):
282
- months (Union[Unset, int]): Number of months to retrieve (1-24) Default: 6.
283
-
284
- Raises:
285
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
286
- httpx.TimeoutException: If the request takes longer than Client.timeout.
287
-
288
- Returns:
289
- Union[ErrorResponse, GetGraphBillingHistoryResponseGetgraphbillinghistory, HTTPValidationError]
290
- """
291
-
292
- return (
293
- await asyncio_detailed(
294
- graph_id=graph_id,
295
- client=client,
296
- months=months,
297
- )
298
- ).parsed
@@ -1,284 +0,0 @@
1
- from http import HTTPStatus
2
- from typing import Any, Optional, Union
3
-
4
- import httpx
5
-
6
- from ... import errors
7
- from ...client import AuthenticatedClient, Client
8
- from ...models.error_response import ErrorResponse
9
- from ...models.get_graph_monthly_bill_response_getgraphmonthlybill import (
10
- GetGraphMonthlyBillResponseGetgraphmonthlybill,
11
- )
12
- from ...models.http_validation_error import HTTPValidationError
13
- from ...types import Response
14
-
15
-
16
- def _get_kwargs(
17
- graph_id: str,
18
- year: int,
19
- month: int,
20
- ) -> dict[str, Any]:
21
- _kwargs: dict[str, Any] = {
22
- "method": "get",
23
- "url": f"/v1/graphs/{graph_id}/billing/history/{year}/{month}",
24
- }
25
-
26
- return _kwargs
27
-
28
-
29
- def _parse_response(
30
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
31
- ) -> Optional[
32
- Union[
33
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
34
- ]
35
- ]:
36
- if response.status_code == 200:
37
- response_200 = GetGraphMonthlyBillResponseGetgraphmonthlybill.from_dict(
38
- response.json()
39
- )
40
-
41
- return response_200
42
-
43
- if response.status_code == 400:
44
- response_400 = ErrorResponse.from_dict(response.json())
45
-
46
- return response_400
47
-
48
- if response.status_code == 403:
49
- response_403 = ErrorResponse.from_dict(response.json())
50
-
51
- return response_403
52
-
53
- if response.status_code == 404:
54
- response_404 = ErrorResponse.from_dict(response.json())
55
-
56
- return response_404
57
-
58
- if response.status_code == 422:
59
- response_422 = HTTPValidationError.from_dict(response.json())
60
-
61
- return response_422
62
-
63
- if response.status_code == 500:
64
- response_500 = ErrorResponse.from_dict(response.json())
65
-
66
- return response_500
67
-
68
- if client.raise_on_unexpected_status:
69
- raise errors.UnexpectedStatus(response.status_code, response.content)
70
- else:
71
- return None
72
-
73
-
74
- def _build_response(
75
- *, client: Union[AuthenticatedClient, Client], response: httpx.Response
76
- ) -> Response[
77
- Union[
78
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
79
- ]
80
- ]:
81
- return Response(
82
- status_code=HTTPStatus(response.status_code),
83
- content=response.content,
84
- headers=response.headers,
85
- parsed=_parse_response(client=client, response=response),
86
- )
87
-
88
-
89
- def sync_detailed(
90
- graph_id: str,
91
- year: int,
92
- month: int,
93
- *,
94
- client: AuthenticatedClient,
95
- ) -> Response[
96
- Union[
97
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
98
- ]
99
- ]:
100
- """Get Monthly Bill
101
-
102
- Get billing details for a specific month.
103
-
104
- Retrieve historical billing information for any previous month.
105
- Useful for:
106
- - Reconciling past charges
107
- - Tracking usage trends
108
- - Expense reporting
109
- - Budget analysis
110
-
111
- Returns the same detailed breakdown as the current bill endpoint.
112
-
113
- ℹ️ No credits are consumed for viewing billing history.
114
-
115
- Args:
116
- graph_id (str):
117
- year (int): Year (2024-2030)
118
- month (int): Month (1-12)
119
-
120
- Raises:
121
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
122
- httpx.TimeoutException: If the request takes longer than Client.timeout.
123
-
124
- Returns:
125
- Response[Union[ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError]]
126
- """
127
-
128
- kwargs = _get_kwargs(
129
- graph_id=graph_id,
130
- year=year,
131
- month=month,
132
- )
133
-
134
- response = client.get_httpx_client().request(
135
- **kwargs,
136
- )
137
-
138
- return _build_response(client=client, response=response)
139
-
140
-
141
- def sync(
142
- graph_id: str,
143
- year: int,
144
- month: int,
145
- *,
146
- client: AuthenticatedClient,
147
- ) -> Optional[
148
- Union[
149
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
150
- ]
151
- ]:
152
- """Get Monthly Bill
153
-
154
- Get billing details for a specific month.
155
-
156
- Retrieve historical billing information for any previous month.
157
- Useful for:
158
- - Reconciling past charges
159
- - Tracking usage trends
160
- - Expense reporting
161
- - Budget analysis
162
-
163
- Returns the same detailed breakdown as the current bill endpoint.
164
-
165
- ℹ️ No credits are consumed for viewing billing history.
166
-
167
- Args:
168
- graph_id (str):
169
- year (int): Year (2024-2030)
170
- month (int): Month (1-12)
171
-
172
- Raises:
173
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
174
- httpx.TimeoutException: If the request takes longer than Client.timeout.
175
-
176
- Returns:
177
- Union[ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError]
178
- """
179
-
180
- return sync_detailed(
181
- graph_id=graph_id,
182
- year=year,
183
- month=month,
184
- client=client,
185
- ).parsed
186
-
187
-
188
- async def asyncio_detailed(
189
- graph_id: str,
190
- year: int,
191
- month: int,
192
- *,
193
- client: AuthenticatedClient,
194
- ) -> Response[
195
- Union[
196
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
197
- ]
198
- ]:
199
- """Get Monthly Bill
200
-
201
- Get billing details for a specific month.
202
-
203
- Retrieve historical billing information for any previous month.
204
- Useful for:
205
- - Reconciling past charges
206
- - Tracking usage trends
207
- - Expense reporting
208
- - Budget analysis
209
-
210
- Returns the same detailed breakdown as the current bill endpoint.
211
-
212
- ℹ️ No credits are consumed for viewing billing history.
213
-
214
- Args:
215
- graph_id (str):
216
- year (int): Year (2024-2030)
217
- month (int): Month (1-12)
218
-
219
- Raises:
220
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
221
- httpx.TimeoutException: If the request takes longer than Client.timeout.
222
-
223
- Returns:
224
- Response[Union[ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError]]
225
- """
226
-
227
- kwargs = _get_kwargs(
228
- graph_id=graph_id,
229
- year=year,
230
- month=month,
231
- )
232
-
233
- response = await client.get_async_httpx_client().request(**kwargs)
234
-
235
- return _build_response(client=client, response=response)
236
-
237
-
238
- async def asyncio(
239
- graph_id: str,
240
- year: int,
241
- month: int,
242
- *,
243
- client: AuthenticatedClient,
244
- ) -> Optional[
245
- Union[
246
- ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError
247
- ]
248
- ]:
249
- """Get Monthly Bill
250
-
251
- Get billing details for a specific month.
252
-
253
- Retrieve historical billing information for any previous month.
254
- Useful for:
255
- - Reconciling past charges
256
- - Tracking usage trends
257
- - Expense reporting
258
- - Budget analysis
259
-
260
- Returns the same detailed breakdown as the current bill endpoint.
261
-
262
- ℹ️ No credits are consumed for viewing billing history.
263
-
264
- Args:
265
- graph_id (str):
266
- year (int): Year (2024-2030)
267
- month (int): Month (1-12)
268
-
269
- Raises:
270
- errors.UnexpectedStatus: If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
271
- httpx.TimeoutException: If the request takes longer than Client.timeout.
272
-
273
- Returns:
274
- Union[ErrorResponse, GetGraphMonthlyBillResponseGetgraphmonthlybill, HTTPValidationError]
275
- """
276
-
277
- return (
278
- await asyncio_detailed(
279
- graph_id=graph_id,
280
- year=year,
281
- month=month,
282
- client=client,
283
- )
284
- ).parsed