@caraer/client 2.0.461 → 2.0.463

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.
@@ -58,9 +58,9 @@ const { status, data } = await apiInstance.dismissNotification(
58
58
  | Status code | Description | Response headers |
59
59
  |-------------|-------------|------------------|
60
60
  |**200** | Notification dismissed | - |
61
- |**404** | Notification not found | - |
62
61
  |**401** | Authentication is required or the token is invalid. | - |
63
62
  |**403** | The caller is missing a required role or scope. | - |
63
+ |**404** | The requested resource was not found. | - |
64
64
  |**500** | An internal server error occurred. | - |
65
65
 
66
66
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.461",
3
+ "version": "2.0.463",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {