@sentry/api 0.119.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.
- package/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|
|
@@ -17432,6 +17435,7 @@ export type RetrieveInstallInfoForAGivenArtifactResponses = {
|
|
|
17432
17435
|
buildConfiguration: string | null;
|
|
17433
17436
|
isInstallable: boolean;
|
|
17434
17437
|
installUrl: string | null;
|
|
17438
|
+
installUrlExpiresAt: string | null;
|
|
17435
17439
|
downloadCount: number;
|
|
17436
17440
|
releaseNotes: string | null;
|
|
17437
17441
|
installGroups: Array<string> | null;
|
|
@@ -26121,6 +26125,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
|
|
|
26121
26125
|
buildConfiguration: string | null;
|
|
26122
26126
|
isInstallable: boolean;
|
|
26123
26127
|
installUrl: string | null;
|
|
26128
|
+
installUrlExpiresAt: string | null;
|
|
26124
26129
|
downloadCount: number;
|
|
26125
26130
|
releaseNotes: string | null;
|
|
26126
26131
|
installGroups: Array<string> | null;
|
|
@@ -26156,6 +26161,7 @@ export type GetTheLatestInstallableBuildForAProjectResponses = {
|
|
|
26156
26161
|
buildConfiguration: string | null;
|
|
26157
26162
|
isInstallable: boolean;
|
|
26158
26163
|
installUrl: string | null;
|
|
26164
|
+
installUrlExpiresAt: string | null;
|
|
26159
26165
|
downloadCount: number;
|
|
26160
26166
|
releaseNotes: string | null;
|
|
26161
26167
|
installGroups: Array<string> | null;
|