@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.
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -13135,9 +13135,9 @@ export type QueryExploreEventsInTableFormatErrors = {
|
|
|
13135
13135
|
*/
|
|
13136
13136
|
400: unknown;
|
|
13137
13137
|
/**
|
|
13138
|
-
*
|
|
13138
|
+
* Forbidden
|
|
13139
13139
|
*/
|
|
13140
|
-
|
|
13140
|
+
403: unknown;
|
|
13141
13141
|
};
|
|
13142
13142
|
export type QueryExploreEventsInTableFormatResponses = {
|
|
13143
13143
|
200: {
|