@sentry/api 0.69.0 → 0.71.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.
@@ -2089,7 +2089,6 @@ export type DetailedOrganizationSerializerWithProjectsAndTeams = {
2089
2089
  requiresSso: boolean;
2090
2090
  defaultAutofixAutomationTuning: string;
2091
2091
  defaultSeerScannerAutomation: boolean;
2092
- enablePrReviewTestGeneration: boolean;
2093
2092
  enableSeerEnhancedAlerts: boolean;
2094
2093
  enableSeerCoding: boolean;
2095
2094
  defaultCodingAgent: string | null;
@@ -9841,7 +9840,6 @@ export type UpdateAnOrganizationResponses = {
9841
9840
  requiresSso: boolean;
9842
9841
  defaultAutofixAutomationTuning: string;
9843
9842
  defaultSeerScannerAutomation: boolean;
9844
- enablePrReviewTestGeneration: boolean;
9845
9843
  enableSeerEnhancedAlerts: boolean;
9846
9844
  enableSeerCoding: boolean;
9847
9845
  defaultCodingAgent: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.69.0",
3
+ "version": "0.71.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",