@sentry/api 0.2.0 → 0.4.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.
@@ -1200,8 +1200,10 @@ export type Dashboard = {
1200
1200
  * * `details`
1201
1201
  * * `categorical_bar`
1202
1202
  * * `wheel`
1203
+ * * `rage_and_dead_clicks`
1204
+ * * `server_tree`
1203
1205
  */
1204
- display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel';
1206
+ display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree';
1205
1207
  interval?: string;
1206
1208
  queries?: Array<{
1207
1209
  id?: string;
@@ -1331,8 +1333,10 @@ export type DashboardDetails = {
1331
1333
  * * `details`
1332
1334
  * * `categorical_bar`
1333
1335
  * * `wheel`
1336
+ * * `rage_and_dead_clicks`
1337
+ * * `server_tree`
1334
1338
  */
1335
- display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel';
1339
+ display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree';
1336
1340
  interval?: string;
1337
1341
  queries?: Array<{
1338
1342
  id?: string;
@@ -1655,8 +1659,10 @@ export type DashboardWidget = {
1655
1659
  * * `details`
1656
1660
  * * `categorical_bar`
1657
1661
  * * `wheel`
1662
+ * * `rage_and_dead_clicks`
1663
+ * * `server_tree`
1658
1664
  */
1659
- display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel';
1665
+ display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree';
1660
1666
  interval?: string;
1661
1667
  queries?: Array<{
1662
1668
  id?: string;
@@ -10330,8 +10336,10 @@ export type CreateANewDashboardForAnOrganizationData = {
10330
10336
  * * `details`
10331
10337
  * * `categorical_bar`
10332
10338
  * * `wheel`
10339
+ * * `rage_and_dead_clicks`
10340
+ * * `server_tree`
10333
10341
  */
10334
- display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel';
10342
+ display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree';
10335
10343
  interval?: string;
10336
10344
  queries?: Array<{
10337
10345
  id?: string;
@@ -10800,8 +10808,10 @@ export type EditAnOrganizationSCustomDashboardData = {
10800
10808
  * * `details`
10801
10809
  * * `categorical_bar`
10802
10810
  * * `wheel`
10811
+ * * `rage_and_dead_clicks`
10812
+ * * `server_tree`
10803
10813
  */
10804
- display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel';
10814
+ display_type?: 'line' | 'area' | 'stacked_area' | 'bar' | 'table' | 'big_number' | 'top_n' | 'details' | 'categorical_bar' | 'wheel' | 'rage_and_dead_clicks' | 'server_tree';
10805
10815
  interval?: string;
10806
10816
  queries?: Array<{
10807
10817
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Auto-generated TypeScript client for the Sentry API",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",