@sentry/api 0.112.1 → 0.114.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
@@ -256,8 +256,7 @@ export declare const listAnOrganization_sCustomDashboards: <ThrowOnError extends
256
256
  */
257
257
  export declare const createANewDashboardForAnOrganization: <ThrowOnError extends boolean = false>(options: Options<CreateANewDashboardForAnOrganizationData, ThrowOnError>) => import("./client").RequestResult<CreateANewDashboardForAnOrganizationResponses, CreateANewDashboardForAnOrganizationErrors, ThrowOnError, "fields">;
258
258
  /**
259
- * Delete an organization's custom dashboard, or tombstone
260
- * a pre-built dashboard which effectively deletes it.
259
+ * Delete an organization's custom dashboard.
261
260
  */
262
261
  export declare const deleteAnOrganization_sCustomDashboard: <ThrowOnError extends boolean = false>(options: Options<DeleteAnOrganizationSCustomDashboardData, ThrowOnError>) => import("./client").RequestResult<DeleteAnOrganizationSCustomDashboardResponses, DeleteAnOrganizationSCustomDashboardErrors, ThrowOnError, "fields">;
263
262
  /**
@@ -2205,6 +2205,7 @@ export type DetailedProject = {
2205
2205
  tempestFetchScreenshots: boolean;
2206
2206
  autofixAutomationTuning: string;
2207
2207
  seerScannerAutomation: boolean;
2208
+ seerNightshiftTweaks: unknown;
2208
2209
  scmSourceContextEnabled: boolean;
2209
2210
  debugFilesRole: string | null;
2210
2211
  };
@@ -6324,7 +6325,7 @@ export type OrganizationWithProjectsAndTeams = {
6324
6325
  enableSeerEnhancedAlerts: boolean;
6325
6326
  enableSeerCoding: boolean;
6326
6327
  defaultCodingAgent: string;
6327
- defaultCodingAgentIntegrationId: number | null;
6328
+ defaultCodingAgentIntegrationId: string | null;
6328
6329
  defaultAutomatedRunStoppingPoint: string;
6329
6330
  autoEnableCodeReview: boolean;
6330
6331
  autoOpenPrs: boolean;
@@ -9964,7 +9965,7 @@ export type UpdateAnOrganizationResponses = {
9964
9965
  enableSeerEnhancedAlerts: boolean;
9965
9966
  enableSeerCoding: boolean;
9966
9967
  defaultCodingAgent: string;
9967
- defaultCodingAgentIntegrationId: number | null;
9968
+ defaultCodingAgentIntegrationId: string | null;
9968
9969
  defaultAutomatedRunStoppingPoint: string;
9969
9970
  autoEnableCodeReview: boolean;
9970
9971
  autoOpenPrs: boolean;
@@ -13907,9 +13908,9 @@ export type BulkRemoveAnOrganizationSissuesData = {
13907
13908
  */
13908
13909
  viewId?: string;
13909
13910
  /**
13910
- * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), and 'Date Added' (`inbox`).
13911
+ * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), 'Date Added' (`inbox`), and 'Recommended' (`recommended`).
13911
13912
  */
13912
- sort?: 'date' | 'freq' | 'inbox' | 'new' | 'trends' | 'user';
13913
+ sort?: 'date' | 'freq' | 'inbox' | 'new' | 'recommended' | 'trends' | 'user';
13913
13914
  /**
13914
13915
  * The maximum number of issues to affect. The maximum is 100.
13915
13916
  */
@@ -13999,9 +14000,9 @@ export type ListAnOrganizationSissuesData = {
13999
14000
  */
14000
14001
  viewId?: string;
14001
14002
  /**
14002
- * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), and 'Date Added' (`inbox`).
14003
+ * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), 'Date Added' (`inbox`), and 'Recommended' (`recommended`).
14003
14004
  */
14004
- sort?: 'date' | 'freq' | 'inbox' | 'new' | 'trends' | 'user';
14005
+ sort?: 'date' | 'freq' | 'inbox' | 'new' | 'recommended' | 'trends' | 'user';
14005
14006
  /**
14006
14007
  * The maximum number of issues to affect. The maximum is 100.
14007
14008
  */
@@ -14340,9 +14341,9 @@ export type BulkMutateAnOrganizationSissuesData = {
14340
14341
  */
14341
14342
  viewId?: string;
14342
14343
  /**
14343
- * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), and 'Date Added' (`inbox`).
14344
+ * The sort order of the view. Options include 'Last Seen' (`date`), 'First Seen' (`new`), 'Trends' (`trends`), 'Events' (`freq`), 'Users' (`user`), 'Date Added' (`inbox`), and 'Recommended' (`recommended`).
14344
14345
  */
14345
- sort?: 'date' | 'freq' | 'inbox' | 'new' | 'trends' | 'user';
14346
+ sort?: 'date' | 'freq' | 'inbox' | 'new' | 'recommended' | 'trends' | 'user';
14346
14347
  /**
14347
14348
  * The maximum number of issues to affect. The maximum is 100.
14348
14349
  */
@@ -20859,7 +20860,7 @@ export type RetrieveAnOrganizationSEventsCountByProjectData = {
20859
20860
  */
20860
20861
  field: 'sum(quantity)' | 'sum(times_seen)';
20861
20862
  /**
20862
- * This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks.You must either provide a `statsPeriod`, or a `start` and `end`.
20863
+ * This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks. You must either provide a `statsPeriod`, or a `start` and `end`.
20863
20864
  */
20864
20865
  statsPeriod?: string;
20865
20866
  /**
@@ -20867,11 +20868,11 @@ export type RetrieveAnOrganizationSEventsCountByProjectData = {
20867
20868
  */
20868
20869
  interval?: string;
20869
20870
  /**
20870
- * This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `end` instead of `statsPeriod`.
20871
+ * This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `end` instead of `statsPeriod`.
20871
20872
  */
20872
20873
  start?: string;
20873
20874
  /**
20874
- * This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `start` instead of `statsPeriod`.
20875
+ * This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `start` instead of `statsPeriod`.
20875
20876
  */
20876
20877
  end?: string;
20877
20878
  /**
@@ -20960,7 +20961,7 @@ export type RetrieveEventCountsForAnOrganizationV2Data = {
20960
20961
  */
20961
20962
  field: 'sum(quantity)' | 'sum(times_seen)';
20962
20963
  /**
20963
- * This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks.You must either provide a `statsPeriod`, or a `start` and `end`.
20964
+ * This defines the range of the time series, relative to now. The range is given in a `<number><unit>` format. For example `1d` for a one day range. Possible units are `m` for minutes, `h` for hours, `d` for days and `w` for weeks. You must either provide a `statsPeriod`, or a `start` and `end`.
20964
20965
  */
20965
20966
  statsPeriod?: string;
20966
20967
  /**
@@ -20968,11 +20969,11 @@ export type RetrieveEventCountsForAnOrganizationV2Data = {
20968
20969
  */
20969
20970
  interval?: string;
20970
20971
  /**
20971
- * This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `end` instead of `statsPeriod`.
20972
+ * This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `end` instead of `statsPeriod`.
20972
20973
  */
20973
20974
  start?: string;
20974
20975
  /**
20975
- * This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds.Use along with `start` instead of `statsPeriod`.
20976
+ * This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with `start` instead of `statsPeriod`.
20976
20977
  */
20977
20978
  end?: string;
20978
20979
  /**
@@ -23685,6 +23686,7 @@ export type RetrieveAProjectResponses = {
23685
23686
  tempestFetchScreenshots: boolean;
23686
23687
  autofixAutomationTuning: string;
23687
23688
  seerScannerAutomation: boolean;
23689
+ seerNightshiftTweaks: unknown;
23688
23690
  scmSourceContextEnabled: boolean;
23689
23691
  debugFilesRole: string | null;
23690
23692
  };
@@ -23946,6 +23948,7 @@ export type UpdateAProjectResponses = {
23946
23948
  tempestFetchScreenshots: boolean;
23947
23949
  autofixAutomationTuning: string;
23948
23950
  seerScannerAutomation: boolean;
23951
+ seerNightshiftTweaks: unknown;
23949
23952
  scmSourceContextEnabled: boolean;
23950
23953
  debugFilesRole: string | null;
23951
23954
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/api",
3
- "version": "0.112.1",
3
+ "version": "0.114.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",