@sentry/api 0.234.0 → 0.235.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/sdk.gen.d.ts +7 -3
- package/package.json +1 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -565,9 +565,13 @@ export declare const deleteOrganizationPreprodArtifactSnapshot: <ThrowOnError ex
|
|
|
565
565
|
* Retrieve full details for a snapshot, including categorized image lists
|
|
566
566
|
* and comparison status.
|
|
567
567
|
*
|
|
568
|
-
* When a comparison exists, images are
|
|
569
|
-
* `
|
|
570
|
-
*
|
|
568
|
+
* When a comparison exists (`comparison_type` is `diff`), images are
|
|
569
|
+
* categorized into `changed`, `added`, `removed`, `renamed`, `unchanged`,
|
|
570
|
+
* `errored`, and `skipped` lists with counts, and the top-level `images`
|
|
571
|
+
* array is empty because those images are already present in the
|
|
572
|
+
* categorized lists. For `solo` and `waiting_for_base` snapshots the
|
|
573
|
+
* categorized lists are empty and `images` is the only populated source.
|
|
574
|
+
* `image_count` is accurate in all modes.
|
|
571
575
|
*
|
|
572
576
|
* Use `compact_metadata=1` to strip image objects down to `display_name`,
|
|
573
577
|
* `image_file_name`, `group`, and `description` only.
|