@sentry/api 0.10.0 → 0.12.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.
@@ -1982,7 +1982,6 @@ export type DetailedOrganizationSerializerWithProjectsAndTeams = {
1982
1982
  enablePrReviewTestGeneration: boolean;
1983
1983
  enableSeerEnhancedAlerts: boolean;
1984
1984
  enableSeerCoding: boolean;
1985
- allowBackgroundAgentDelegation: boolean;
1986
1985
  autoEnableCodeReview: boolean;
1987
1986
  autoOpenPrs: boolean;
1988
1987
  defaultCodeReviewTriggers: Array<string>;
@@ -9471,7 +9470,6 @@ export type UpdateAnOrganizationResponses = {
9471
9470
  enablePrReviewTestGeneration: boolean;
9472
9471
  enableSeerEnhancedAlerts: boolean;
9473
9472
  enableSeerCoding: boolean;
9474
- allowBackgroundAgentDelegation: boolean;
9475
9473
  autoEnableCodeReview: boolean;
9476
9474
  autoOpenPrs: boolean;
9477
9475
  defaultCodeReviewTriggers: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.10.0",
3
+ "version": "0.12.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",