@sentry/api 0.115.1 → 0.116.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.
@@ -20699,7 +20699,12 @@ export type ResolveAShortIdData = {
20699
20699
  */
20700
20700
  issue_id: string;
20701
20701
  };
20702
- query?: never;
20702
+ query?: {
20703
+ /**
20704
+ * Fields to remove from the response to improve query performance.
20705
+ */
20706
+ collapse?: Array<'base' | 'filtered' | 'lifetime' | 'stats' | 'unhandled'>;
20707
+ };
20703
20708
  url: '/api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/';
20704
20709
  };
20705
20710
  export type ResolveAShortIdErrors = {
@@ -30739,7 +30744,12 @@ export type RetrieveAnIssueData = {
30739
30744
  */
30740
30745
  issue_id: string;
30741
30746
  };
30742
- query?: never;
30747
+ query?: {
30748
+ /**
30749
+ * Fields to remove from the response to improve query performance.
30750
+ */
30751
+ collapse?: Array<'stats' | 'lifetime' | 'base' | 'unhandled' | 'filtered'>;
30752
+ };
30743
30753
  url: '/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/';
30744
30754
  };
30745
30755
  export type RetrieveAnIssueErrors = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.115.1",
3
+ "version": "0.116.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",