@sentry/api 0.265.0 → 0.267.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 +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -29267,7 +29267,7 @@ export type GetProjectInstallableBuildLatestData = {
|
|
|
29267
29267
|
*/
|
|
29268
29268
|
buildVersion?: string;
|
|
29269
29269
|
/**
|
|
29270
|
-
* Current build number. Accepts a plain integer (e.g. 42) or a version string of two
|
|
29270
|
+
* Current build number. Accepts a plain integer (e.g. 42) or a version string of two or more period-separated integers (e.g. 1.2.3), each up to 6 digits. Groups beyond the third are dropped. Either this or mainBinaryIdentifier must be provided when buildVersion is set.
|
|
29271
29271
|
*/
|
|
29272
29272
|
buildNumber?: number | string;
|
|
29273
29273
|
/**
|