@sentry/api 0.126.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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.126.0",
3
+ "version": "0.127.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",