@sentry/api 0.144.0 → 0.145.0

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.
@@ -13135,9 +13135,9 @@ export type QueryExploreEventsInTableFormatErrors = {
13135
13135
  */
13136
13136
  400: unknown;
13137
13137
  /**
13138
- * Not Found
13138
+ * Forbidden
13139
13139
  */
13140
- 404: unknown;
13140
+ 403: unknown;
13141
13141
  };
13142
13142
  export type QueryExploreEventsInTableFormatResponses = {
13143
13143
  200: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.144.0",
3
+ "version": "0.145.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",