@sentry/api 0.129.0 → 0.131.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.
@@ -13083,7 +13083,7 @@ export type QueryExploreEventsInTableFormatData = {
13083
13083
  /**
13084
13084
  * Which dataset to query, changing datasets changes the available fields that can be queried
13085
13085
  */
13086
- dataset: 'logs' | 'profile_functions' | 'spans' | 'uptime_results';
13086
+ dataset: 'discover' | 'errors' | 'logs' | 'profile_functions' | 'spans' | 'transactions' | 'uptime_results';
13087
13087
  /**
13088
13088
  * The end of the period of time for the query, expected in ISO-8601 format. For example, `2001-12-14T12:34:56.7890`.
13089
13089
  */
@@ -13130,6 +13130,10 @@ export type QueryExploreEventsInTableFormatData = {
13130
13130
  * What to order the results of the query by. Must be something in the `field` list, excluding equations.
13131
13131
  */
13132
13132
  sort?: string;
13133
+ /**
13134
+ * A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
13135
+ */
13136
+ cursor?: string;
13133
13137
  };
13134
13138
  url: '/api/0/organizations/{organization_id_or_slug}/events/';
13135
13139
  };
@@ -13171,7 +13175,7 @@ export type QueryExploreEventsInTimeseriesFormatData = {
13171
13175
  /**
13172
13176
  * Which dataset to query, changing datasets changes the available fields that can be queried
13173
13177
  */
13174
- dataset: 'logs' | 'profile_functions' | 'spans' | 'uptime_results';
13178
+ dataset: 'discover' | 'errors' | 'logs' | 'profile_functions' | 'spans' | 'transactions' | 'uptime_results';
13175
13179
  /**
13176
13180
  * The end of the period of time for the query, expected in ISO-8601 format. For example, `2001-12-14T12:34:56.7890`.
13177
13181
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.129.0",
3
+ "version": "0.131.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",