@sentry/api 0.233.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 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 categorized into `changed`, `added`,
569
- * `removed`, `renamed`, `unchanged`, `errored`, and `skipped` lists with
570
- * counts. Without a comparison, only the `images` list is populated.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.233.0",
3
+ "version": "0.235.0",
4
4
  "description": "Official auto-generated TypeScript client for the Sentry public REST API",
5
5
  "keywords": [
6
6
  "sentry",