@sentry/api 0.120.0 → 0.122.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.
@@ -5493,18 +5493,6 @@ export type OrganizationDetailsPut = {
5493
5493
  trustedRelays?: Array<{
5494
5494
  [key: string]: unknown;
5495
5495
  }>;
5496
- /**
5497
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitHub integration.
5498
- */
5499
- githubPRBot?: boolean;
5500
- /**
5501
- * Specify `true` to allow Sentry to detect users committing to your GitHub repositories that are not part of your Sentry organization. Requires a GitHub integration.
5502
- */
5503
- githubNudgeInvite?: boolean;
5504
- /**
5505
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitLab integration.
5506
- */
5507
- gitlabPRBot?: boolean;
5508
5496
  /**
5509
5497
  * Specify `true` to allow the Sentry Slack integration to post replies in threads for an Issue Alert notification. Requires a Slack integration.
5510
5498
  */
@@ -9794,18 +9782,6 @@ export type UpdateAnOrganizationData = {
9794
9782
  trustedRelays?: Array<{
9795
9783
  [key: string]: unknown;
9796
9784
  }>;
9797
- /**
9798
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitHub integration.
9799
- */
9800
- githubPRBot?: boolean;
9801
- /**
9802
- * Specify `true` to allow Sentry to detect users committing to your GitHub repositories that are not part of your Sentry organization. Requires a GitHub integration.
9803
- */
9804
- githubNudgeInvite?: boolean;
9805
- /**
9806
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitLab integration.
9807
- */
9808
- gitlabPRBot?: boolean;
9809
9785
  /**
9810
9786
  * Specify `true` to allow the Sentry Slack integration to post replies in threads for an Issue Alert notification. Requires a Slack integration.
9811
9787
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.120.0",
3
+ "version": "0.122.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",