@sentry/api 0.77.0 → 0.79.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.
@@ -5895,6 +5895,7 @@ export type OrganizationGroupIndexGetResponse = Array<{
5895
5895
  priorityLockedAt: string | null;
5896
5896
  seerFixabilityScore: number | null;
5897
5897
  seerAutofixLastTriggered: string | null;
5898
+ seerExplorerAutofixLastTriggered: string | null;
5898
5899
  project: {
5899
5900
  id: string;
5900
5901
  name: string;
@@ -7791,6 +7792,7 @@ export type ShortIdLookupResponse = {
7791
7792
  priorityLockedAt: string | null;
7792
7793
  seerFixabilityScore: number | null;
7793
7794
  seerAutofixLastTriggered: string | null;
7795
+ seerExplorerAutofixLastTriggered: string | null;
7794
7796
  project: {
7795
7797
  id: string;
7796
7798
  name: string;
@@ -14199,6 +14201,7 @@ export type ListAnOrganizationSissuesResponses = {
14199
14201
  priorityLockedAt: string | null;
14200
14202
  seerFixabilityScore: number | null;
14201
14203
  seerAutofixLastTriggered: string | null;
14204
+ seerExplorerAutofixLastTriggered: string | null;
14202
14205
  project: {
14203
14206
  id: string;
14204
14207
  name: string;
@@ -20591,6 +20594,7 @@ export type ResolveAShortIdResponses = {
20591
20594
  priorityLockedAt: string | null;
20592
20595
  seerFixabilityScore: number | null;
20593
20596
  seerAutofixLastTriggered: string | null;
20597
+ seerExplorerAutofixLastTriggered: string | null;
20594
20598
  project: {
20595
20599
  id: string;
20596
20600
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.77.0",
3
+ "version": "0.79.0",
4
4
  "description": "Auto-generated TypeScript client for the Sentry API",
5
5
  "license": "FSL-1.1-Apache-2.0",
6
6
  "type": "module",