@sentry/api 0.118.0 → 0.120.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;
@@ -6322,7 +6325,6 @@ export type OrganizationWithProjectsAndTeams = {
6322
6325
  requiresSso: boolean;
6323
6326
  defaultAutofixAutomationTuning: string;
6324
6327
  defaultSeerScannerAutomation: boolean;
6325
- enableSeerEnhancedAlerts: boolean;
6326
6328
  enableSeerCoding: boolean;
6327
6329
  defaultCodingAgent: string;
6328
6330
  defaultCodingAgentIntegrationId: string | null;
@@ -9962,7 +9964,6 @@ export type UpdateAnOrganizationResponses = {
9962
9964
  requiresSso: boolean;
9963
9965
  defaultAutofixAutomationTuning: string;
9964
9966
  defaultSeerScannerAutomation: boolean;
9965
- enableSeerEnhancedAlerts: boolean;
9966
9967
  enableSeerCoding: boolean;
9967
9968
  defaultCodingAgent: string;
9968
9969
  defaultCodingAgentIntegrationId: string | null;
@@ -17434,6 +17435,7 @@ export type RetrieveInstallInfoForAGivenArtifactResponses = {
17434
17435
  buildConfiguration: string | null;
17435
17436
  isInstallable: boolean;
17436
17437
  installUrl: string | null;
17438
+ installUrlExpiresAt: string | null;
17437
17439
  downloadCount: number;
17438
17440
  releaseNotes: string | null;
17439
17441
  installGroups: Array<string> | null;
@@ -26123,6 +26125,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
26123
26125
  buildConfiguration: string | null;
26124
26126
  isInstallable: boolean;
26125
26127
  installUrl: string | null;
26128
+ installUrlExpiresAt: string | null;
26126
26129
  downloadCount: number;
26127
26130
  releaseNotes: string | null;
26128
26131
  installGroups: Array<string> | null;
@@ -26158,6 +26161,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
26158
26161
  buildConfiguration: string | null;
26159
26162
  isInstallable: boolean;
26160
26163
  installUrl: string | null;
26164
+ installUrlExpiresAt: string | null;
26161
26165
  downloadCount: number;
26162
26166
  releaseNotes: string | null;
26163
26167
  installGroups: Array<string> | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.118.0",
3
+ "version": "0.120.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",