@sentry/api 0.125.0 → 0.127.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 -6
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -6303,9 +6303,6 @@ export type OrganizationWithProjectsAndTeams = {
|
|
|
6303
6303
|
pendingAccessRequests: number;
|
|
6304
6304
|
codecovAccess: boolean;
|
|
6305
6305
|
hideAiFeatures: boolean;
|
|
6306
|
-
githubPRBot: boolean;
|
|
6307
|
-
githubNudgeInvite: boolean;
|
|
6308
|
-
gitlabPRBot: boolean;
|
|
6309
6306
|
aggregatedDataConsent: boolean;
|
|
6310
6307
|
isDynamicallySampled: boolean;
|
|
6311
6308
|
issueAlertsThreadFlag: boolean;
|
|
@@ -9930,9 +9927,6 @@ export type UpdateAnOrganizationResponses = {
|
|
|
9930
9927
|
pendingAccessRequests: number;
|
|
9931
9928
|
codecovAccess: boolean;
|
|
9932
9929
|
hideAiFeatures: boolean;
|
|
9933
|
-
githubPRBot: boolean;
|
|
9934
|
-
githubNudgeInvite: boolean;
|
|
9935
|
-
gitlabPRBot: boolean;
|
|
9936
9930
|
aggregatedDataConsent: boolean;
|
|
9937
9931
|
isDynamicallySampled: boolean;
|
|
9938
9932
|
issueAlertsThreadFlag: boolean;
|