|
30 | 30 | from openapi_client.models.get_event_profiles_relationship_list_response import GetEventProfilesRelationshipListResponse |
31 | 31 | from openapi_client.models.get_event_response_collection_compound_document import GetEventResponseCollectionCompoundDocument |
32 | 32 | from openapi_client.models.get_event_response_compound_document import GetEventResponseCompoundDocument |
33 | | -from openapi_client.models.get_metric_response_collection import GetMetricResponseCollection |
34 | | -from openapi_client.models.get_profile_response_collection import GetProfileResponseCollection |
| 33 | +from openapi_client.models.get_metric_response import GetMetricResponse |
| 34 | +from openapi_client.models.get_profile_response import GetProfileResponse |
35 | 35 |
|
36 | 36 | from openapi_client.api_client import ApiClient, RequestSerialized |
37 | 37 | from openapi_client.api_response import ApiResponse |
@@ -1113,7 +1113,7 @@ def get_event_metric( |
1113 | 1113 | _headers: Optional[Dict[StrictStr, Any]] = None, |
1114 | 1114 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
1115 | 1115 | options: Dict[str, Any] = {}, |
1116 | | -) -> Union[GetMetricResponseCollection, Dict[str, object]]: |
| 1116 | +) -> Union[GetMetricResponse, Dict[str, object]]: |
1117 | 1117 | """Get Event Metric |
1118 | 1118 |
|
1119 | 1119 | Get the metric for an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `events:read` `metrics:read` |
@@ -1154,7 +1154,7 @@ def get_event_metric( |
1154 | 1154 | ) |
1155 | 1155 |
|
1156 | 1156 | _response_types_map: Dict[str, Optional[str]] = { |
1157 | | - '200': "GetMetricResponseCollection", |
| 1157 | + '200': "GetMetricResponse", |
1158 | 1158 | '4XX': "GetAccounts4XXResponse", |
1159 | 1159 | '5XX': "GetAccounts4XXResponse", |
1160 | 1160 | } |
@@ -1199,7 +1199,7 @@ def get_event_metric_with_http_info( |
1199 | 1199 | _headers: Optional[Dict[StrictStr, Any]] = None, |
1200 | 1200 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
1201 | 1201 | options: Dict[str, Any] = {}, |
1202 | | -) -> ApiResponse[GetMetricResponseCollection]: |
| 1202 | +) -> ApiResponse[GetMetricResponse]: |
1203 | 1203 | """Get Event Metric |
1204 | 1204 |
|
1205 | 1205 | Get the metric for an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `events:read` `metrics:read` |
@@ -1240,7 +1240,7 @@ def get_event_metric_with_http_info( |
1240 | 1240 | ) |
1241 | 1241 |
|
1242 | 1242 | _response_types_map: Dict[str, Optional[str]] = { |
1243 | | - '200': "GetMetricResponseCollection", |
| 1243 | + '200': "GetMetricResponse", |
1244 | 1244 | '4XX': "GetAccounts4XXResponse", |
1245 | 1245 | '5XX': "GetAccounts4XXResponse", |
1246 | 1246 | } |
@@ -1322,7 +1322,7 @@ def get_event_metric_without_preload_content( |
1322 | 1322 | ) |
1323 | 1323 |
|
1324 | 1324 | _response_types_map: Dict[str, Optional[str]] = { |
1325 | | - '200': "GetMetricResponseCollection", |
| 1325 | + '200': "GetMetricResponse", |
1326 | 1326 | '4XX': "GetAccounts4XXResponse", |
1327 | 1327 | '5XX': "GetAccounts4XXResponse", |
1328 | 1328 | } |
@@ -1442,7 +1442,7 @@ def get_event_profile( |
1442 | 1442 | _headers: Optional[Dict[StrictStr, Any]] = None, |
1443 | 1443 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
1444 | 1444 | options: Dict[str, Any] = {}, |
1445 | | -) -> Union[GetProfileResponseCollection, Dict[str, object]]: |
| 1445 | +) -> Union[GetProfileResponse, Dict[str, object]]: |
1446 | 1446 | """Get Event Profile |
1447 | 1447 |
|
1448 | 1448 | Get the profile associated with an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `events:read` `profiles:read` |
@@ -1486,7 +1486,7 @@ def get_event_profile( |
1486 | 1486 | ) |
1487 | 1487 |
|
1488 | 1488 | _response_types_map: Dict[str, Optional[str]] = { |
1489 | | - '200': "GetProfileResponseCollection", |
| 1489 | + '200': "GetProfileResponse", |
1490 | 1490 | '4XX': "GetAccounts4XXResponse", |
1491 | 1491 | '5XX': "GetAccounts4XXResponse", |
1492 | 1492 | } |
@@ -1532,7 +1532,7 @@ def get_event_profile_with_http_info( |
1532 | 1532 | _headers: Optional[Dict[StrictStr, Any]] = None, |
1533 | 1533 | _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, |
1534 | 1534 | options: Dict[str, Any] = {}, |
1535 | | -) -> ApiResponse[GetProfileResponseCollection]: |
| 1535 | +) -> ApiResponse[GetProfileResponse]: |
1536 | 1536 | """Get Event Profile |
1537 | 1537 |
|
1538 | 1538 | Get the profile associated with an event with the given event ID.<br><br>*Rate limits*:<br>Burst: `350/s`<br>Steady: `3500/m` **Scopes:** `events:read` `profiles:read` |
@@ -1576,7 +1576,7 @@ def get_event_profile_with_http_info( |
1576 | 1576 | ) |
1577 | 1577 |
|
1578 | 1578 | _response_types_map: Dict[str, Optional[str]] = { |
1579 | | - '200': "GetProfileResponseCollection", |
| 1579 | + '200': "GetProfileResponse", |
1580 | 1580 | '4XX': "GetAccounts4XXResponse", |
1581 | 1581 | '5XX': "GetAccounts4XXResponse", |
1582 | 1582 | } |
@@ -1662,7 +1662,7 @@ def get_event_profile_without_preload_content( |
1662 | 1662 | ) |
1663 | 1663 |
|
1664 | 1664 | _response_types_map: Dict[str, Optional[str]] = { |
1665 | | - '200': "GetProfileResponseCollection", |
| 1665 | + '200': "GetProfileResponse", |
1666 | 1666 | '4XX': "GetAccounts4XXResponse", |
1667 | 1667 | '5XX': "GetAccounts4XXResponse", |
1668 | 1668 | } |
|
0 commit comments