@sentry/api 0.118.0 → 0.119.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.
@@ -6322,7 +6322,6 @@ export type OrganizationWithProjectsAndTeams = {
6322
6322
  requiresSso: boolean;
6323
6323
  defaultAutofixAutomationTuning: string;
6324
6324
  defaultSeerScannerAutomation: boolean;
6325
- enableSeerEnhancedAlerts: boolean;
6326
6325
  enableSeerCoding: boolean;
6327
6326
  defaultCodingAgent: string;
6328
6327
  defaultCodingAgentIntegrationId: string | null;
@@ -9962,7 +9961,6 @@ export type UpdateAnOrganizationResponses = {
9962
9961
  requiresSso: boolean;
9963
9962
  defaultAutofixAutomationTuning: string;
9964
9963
  defaultSeerScannerAutomation: boolean;
9965
- enableSeerEnhancedAlerts: boolean;
9966
9964
  enableSeerCoding: boolean;
9967
9965
  defaultCodingAgent: string;
9968
9966
  defaultCodingAgentIntegrationId: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.118.0",
3
+ "version": "0.119.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",