@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.
- package/dist/types.gen.d.ts +0 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|