@sentry/api 0.119.0 → 0.121.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.
@@ -2980,6 +2980,7 @@ export type InstallInfoResponse = {
2980
2980
  buildConfiguration: string | null;
2981
2981
  isInstallable: boolean;
2982
2982
  installUrl: string | null;
2983
+ installUrlExpiresAt: string | null;
2983
2984
  downloadCount: number;
2984
2985
  releaseNotes: string | null;
2985
2986
  installGroups: Array<string> | null;
@@ -3136,6 +3137,7 @@ export type LatestInstallableBuildResponse = {
3136
3137
  buildConfiguration: string | null;
3137
3138
  isInstallable: boolean;
3138
3139
  installUrl: string | null;
3140
+ installUrlExpiresAt: string | null;
3139
3141
  downloadCount: number;
3140
3142
  releaseNotes: string | null;
3141
3143
  installGroups: Array<string> | null;
@@ -3171,6 +3173,7 @@ export type LatestInstallableBuildResponse = {
3171
3173
  buildConfiguration: string | null;
3172
3174
  isInstallable: boolean;
3173
3175
  installUrl: string | null;
3176
+ installUrlExpiresAt: string | null;
3174
3177
  downloadCount: number;
3175
3178
  releaseNotes: string | null;
3176
3179
  installGroups: Array<string> | null;
@@ -5490,18 +5493,6 @@ export type OrganizationDetailsPut = {
5490
5493
  trustedRelays?: Array<{
5491
5494
  [key: string]: unknown;
5492
5495
  }>;
5493
- /**
5494
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitHub integration.
5495
- */
5496
- githubPRBot?: boolean;
5497
- /**
5498
- * 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.
5499
- */
5500
- githubNudgeInvite?: boolean;
5501
- /**
5502
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitLab integration.
5503
- */
5504
- gitlabPRBot?: boolean;
5505
5496
  /**
5506
5497
  * Specify `true` to allow the Sentry Slack integration to post replies in threads for an Issue Alert notification. Requires a Slack integration.
5507
5498
  */
@@ -9791,18 +9782,6 @@ export type UpdateAnOrganizationData = {
9791
9782
  trustedRelays?: Array<{
9792
9783
  [key: string]: unknown;
9793
9784
  }>;
9794
- /**
9795
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitHub integration.
9796
- */
9797
- githubPRBot?: boolean;
9798
- /**
9799
- * 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.
9800
- */
9801
- githubNudgeInvite?: boolean;
9802
- /**
9803
- * Specify `true` to allow Sentry to comment on recent pull requests suspected of causing issues. Requires a GitLab integration.
9804
- */
9805
- gitlabPRBot?: boolean;
9806
9785
  /**
9807
9786
  * Specify `true` to allow the Sentry Slack integration to post replies in threads for an Issue Alert notification. Requires a Slack integration.
9808
9787
  */
@@ -17432,6 +17411,7 @@ export type RetrieveInstallInfoForAGivenArtifactResponses = {
17432
17411
  buildConfiguration: string | null;
17433
17412
  isInstallable: boolean;
17434
17413
  installUrl: string | null;
17414
+ installUrlExpiresAt: string | null;
17435
17415
  downloadCount: number;
17436
17416
  releaseNotes: string | null;
17437
17417
  installGroups: Array<string> | null;
@@ -26121,6 +26101,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
26121
26101
  buildConfiguration: string | null;
26122
26102
  isInstallable: boolean;
26123
26103
  installUrl: string | null;
26104
+ installUrlExpiresAt: string | null;
26124
26105
  downloadCount: number;
26125
26106
  releaseNotes: string | null;
26126
26107
  installGroups: Array<string> | null;
@@ -26156,6 +26137,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
26156
26137
  buildConfiguration: string | null;
26157
26138
  isInstallable: boolean;
26158
26139
  installUrl: string | null;
26140
+ installUrlExpiresAt: string | null;
26159
26141
  downloadCount: number;
26160
26142
  releaseNotes: string | null;
26161
26143
  installGroups: Array<string> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.119.0",
3
+ "version": "0.121.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",