@sentry/api 0.29.0 → 0.30.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.
@@ -6591,11 +6591,10 @@ export type ProjectKeyPost = {
6591
6591
  /**
6592
6592
  * * `user`
6593
6593
  * * `profiling`
6594
- * * `escalating_issues`
6595
6594
  * * `tempest`
6596
6595
  * * `demo`
6597
6596
  */
6598
- useCase?: 'user' | 'profiling' | 'escalating_issues' | 'tempest' | 'demo';
6597
+ useCase?: 'user' | 'profiling' | 'tempest' | 'demo';
6599
6598
  };
6600
6599
  export type ProjectOwnership = {
6601
6600
  schema?: {
@@ -24100,11 +24099,10 @@ export type CreateANewClientKeyData = {
24100
24099
  /**
24101
24100
  * * `user`
24102
24101
  * * `profiling`
24103
- * * `escalating_issues`
24104
24102
  * * `tempest`
24105
24103
  * * `demo`
24106
24104
  */
24107
- useCase?: 'user' | 'profiling' | 'escalating_issues' | 'tempest' | 'demo';
24105
+ useCase?: 'user' | 'profiling' | 'tempest' | 'demo';
24108
24106
  };
24109
24107
  path: {
24110
24108
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.29.0",
3
+ "version": "0.30.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",