@sentry/api 0.207.0 → 0.209.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.
@@ -6,6 +6,7 @@ export type ClientOptions = {
6
6
  */
7
7
  export type AutofixPostResponse = {
8
8
  run_id: number;
9
+ sentry_run_id: string | null;
9
10
  };
10
11
  /**
11
12
  * Response type for the GET endpoint
@@ -2536,9 +2537,13 @@ export type ExplorerAutofixRequest = {
2536
2537
  */
2537
2538
  stopping_point?: 'root_cause' | 'solution' | 'code_changes' | 'open_pr';
2538
2539
  /**
2539
- * Existing run ID to continue. If not provided, starts a new run.
2540
+ * **Deprecated** in favor of sentry_run_id; retained for backward compatibility. The existing run's numeric Seer id to continue. If neither run_id nor sentry_run_id is provided, starts a new run.
2540
2541
  */
2541
2542
  run_id?: number;
2543
+ /**
2544
+ * Existing run's UUID to continue. Preferred over run_id, and takes precedence when both are given.
2545
+ */
2546
+ sentry_run_id?: string;
2542
2547
  /**
2543
2548
  * Coding agent integration ID. Required for coding_agent_handoff step (unless provider is specified).
2544
2549
  */
@@ -11403,13 +11408,14 @@ export type DeleteOrganizationDetectorsData = {
11403
11408
  };
11404
11409
  query?: {
11405
11410
  /**
11406
- * The IDs of projects to filter by. `-1` means all available projects.
11411
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
11407
11412
  * For example, the following are valid parameters:
11408
11413
  * - `/?project=1234&project=56789`
11414
+ * - `/?project=android&project=javascript-react`
11409
11415
  * - `/?project=-1`
11410
11416
  *
11411
11417
  */
11412
- project?: Array<number>;
11418
+ project?: Array<number | string>;
11413
11419
  /**
11414
11420
  * An optional search query for filtering monitors.
11415
11421
  *
@@ -11481,13 +11487,14 @@ export type ListOrganizationDetectorsData = {
11481
11487
  };
11482
11488
  query?: {
11483
11489
  /**
11484
- * The IDs of projects to filter by. `-1` means all available projects.
11490
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
11485
11491
  * For example, the following are valid parameters:
11486
11492
  * - `/?project=1234&project=56789`
11493
+ * - `/?project=android&project=javascript-react`
11487
11494
  * - `/?project=-1`
11488
11495
  *
11489
11496
  */
11490
- project?: Array<number>;
11497
+ project?: Array<number | string>;
11491
11498
  /**
11492
11499
  * An optional search query for filtering monitors.
11493
11500
  *
@@ -11586,13 +11593,14 @@ export type UpdateOrganizationDetectorsData = {
11586
11593
  };
11587
11594
  query?: {
11588
11595
  /**
11589
- * The IDs of projects to filter by. `-1` means all available projects.
11596
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
11590
11597
  * For example, the following are valid parameters:
11591
11598
  * - `/?project=1234&project=56789`
11599
+ * - `/?project=android&project=javascript-react`
11592
11600
  * - `/?project=-1`
11593
11601
  *
11594
11602
  */
11595
- project?: Array<number>;
11603
+ project?: Array<number | string>;
11596
11604
  /**
11597
11605
  * An optional search query for filtering monitors.
11598
11606
  *
@@ -12851,13 +12859,14 @@ export type ListOrganizationEventsData = {
12851
12859
  */
12852
12860
  environment?: Array<string>;
12853
12861
  /**
12854
- * The IDs of projects to filter by. `-1` means all available projects.
12862
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
12855
12863
  * For example, the following are valid parameters:
12856
12864
  * - `/?project=1234&project=56789`
12865
+ * - `/?project=android&project=javascript-react`
12857
12866
  * - `/?project=-1`
12858
12867
  *
12859
12868
  */
12860
- project?: Array<number>;
12869
+ project?: Array<number | string>;
12861
12870
  /**
12862
12871
  * The start of the period of time for the query, expected in ISO-8601 format. For example, `2001-12-14T12:34:56.7890`.
12863
12872
  */
@@ -12972,13 +12981,14 @@ export type ListOrganizationEventsTimeseriesData = {
12972
12981
  */
12973
12982
  environment?: Array<string>;
12974
12983
  /**
12975
- * The IDs of projects to filter by. `-1` means all available projects.
12984
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
12976
12985
  * For example, the following are valid parameters:
12977
12986
  * - `/?project=1234&project=56789`
12987
+ * - `/?project=android&project=javascript-react`
12978
12988
  * - `/?project=-1`
12979
12989
  *
12980
12990
  */
12981
- project?: Array<number>;
12991
+ project?: Array<number | string>;
12982
12992
  /**
12983
12993
  * The start of the period of time for the query, expected in ISO-8601 format. For example, `2001-12-14T12:34:56.7890`.
12984
12994
  */
@@ -13690,13 +13700,14 @@ export type DeleteOrganizationIssuesData = {
13690
13700
  */
13691
13701
  environment?: Array<string>;
13692
13702
  /**
13693
- * The IDs of projects to filter by. `-1` means all available projects.
13703
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
13694
13704
  * For example, the following are valid parameters:
13695
13705
  * - `/?project=1234&project=56789`
13706
+ * - `/?project=android&project=javascript-react`
13696
13707
  * - `/?project=-1`
13697
13708
  *
13698
13709
  */
13699
- project?: Array<number>;
13710
+ project?: Array<number | string>;
13700
13711
  /**
13701
13712
  * The list of issue IDs to be removed. If not provided, it will attempt to remove the first 1000 issues.
13702
13713
  */
@@ -13759,13 +13770,14 @@ export type ListOrganizationIssuesData = {
13759
13770
  */
13760
13771
  environment?: Array<string>;
13761
13772
  /**
13762
- * The IDs of projects to filter by. `-1` means all available projects.
13773
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
13763
13774
  * For example, the following are valid parameters:
13764
13775
  * - `/?project=1234&project=56789`
13776
+ * - `/?project=android&project=javascript-react`
13765
13777
  * - `/?project=-1`
13766
13778
  *
13767
13779
  */
13768
- project?: Array<number>;
13780
+ project?: Array<number | string>;
13769
13781
  /**
13770
13782
  * The period of time for the query, will override the start & end parameters, a number followed by one of:
13771
13783
  * - `d` for days
@@ -14126,13 +14138,14 @@ export type UpdateOrganizationIssuesData = {
14126
14138
  */
14127
14139
  environment?: Array<string>;
14128
14140
  /**
14129
- * The IDs of projects to filter by. `-1` means all available projects.
14141
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
14130
14142
  * For example, the following are valid parameters:
14131
14143
  * - `/?project=1234&project=56789`
14144
+ * - `/?project=android&project=javascript-react`
14132
14145
  * - `/?project=-1`
14133
14146
  *
14134
14147
  */
14135
- project?: Array<number>;
14148
+ project?: Array<number | string>;
14136
14149
  /**
14137
14150
  * The list of issue IDs to mutate. It is optional for status updates, in which an implicit `update all` is assumed.
14138
14151
  */
@@ -14995,13 +15008,14 @@ export type ListOrganizationMonitorsData = {
14995
15008
  };
14996
15009
  query?: {
14997
15010
  /**
14998
- * The IDs of projects to filter by. `-1` means all available projects.
15011
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
14999
15012
  * For example, the following are valid parameters:
15000
15013
  * - `/?project=1234&project=56789`
15014
+ * - `/?project=android&project=javascript-react`
15001
15015
  * - `/?project=-1`
15002
15016
  *
15003
15017
  */
15004
- project?: Array<number>;
15018
+ project?: Array<number | string>;
15005
15019
  /**
15006
15020
  * The name of environments to filter by.
15007
15021
  */
@@ -16965,15 +16979,16 @@ export type ListOrganizationNotificationsActionsData = {
16965
16979
  };
16966
16980
  query?: {
16967
16981
  /**
16968
- * The IDs of projects to filter by. `-1` means all available projects.
16982
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
16969
16983
  * For example, the following are valid parameters:
16970
16984
  * - `/?project=1234&project=56789`
16985
+ * - `/?project=android&project=javascript-react`
16971
16986
  * - `/?project=-1`
16972
16987
  *
16973
16988
  */
16974
- project?: Array<number>;
16989
+ project?: Array<number | string>;
16975
16990
  /**
16976
- * The project slugs to filter by. Use `$all` to include all available projects. For example, the following are valid parameters:
16991
+ * The legacy project slug filter. Prefer `project`, which accepts project IDs or slugs. Use `$all` to include all available projects. For example, the following are valid parameters:
16977
16992
  * - `/?projectSlug=$all`
16978
16993
  * - `/?projectSlug=android&projectSlug=javascript-react`
16979
16994
  *
@@ -17835,13 +17850,14 @@ export type ListOrganizationProfilingFlamegraphData = {
17835
17850
  };
17836
17851
  query?: {
17837
17852
  /**
17838
- * The IDs of projects to filter by. `-1` means all available projects.
17853
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
17839
17854
  * For example, the following are valid parameters:
17840
17855
  * - `/?project=1234&project=56789`
17856
+ * - `/?project=android&project=javascript-react`
17841
17857
  * - `/?project=-1`
17842
17858
  *
17843
17859
  */
17844
- project?: Array<number>;
17860
+ project?: Array<number | string>;
17845
17861
  /**
17846
17862
  * The name of environments to filter by.
17847
17863
  */
@@ -18447,7 +18463,7 @@ export type CreateOrganizationProjectDetectorData = {
18447
18463
  */
18448
18464
  organization_id_or_slug: string;
18449
18465
  /**
18450
- * The ID or slug of the project the resource belongs to.
18466
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
18451
18467
  */
18452
18468
  project_id_or_slug: string;
18453
18469
  };
@@ -19189,15 +19205,16 @@ export type GetOrganizationReplayCountData = {
19189
19205
  */
19190
19206
  statsPeriod?: string;
19191
19207
  /**
19192
- * The IDs of projects to filter by. `-1` means all available projects.
19208
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
19193
19209
  * For example, the following are valid parameters:
19194
19210
  * - `/?project=1234&project=56789`
19211
+ * - `/?project=android&project=javascript-react`
19195
19212
  * - `/?project=-1`
19196
19213
  *
19197
19214
  */
19198
- project?: Array<number>;
19215
+ project?: Array<number | string>;
19199
19216
  /**
19200
- * The project slugs to filter by. Use `$all` to include all available projects. For example, the following are valid parameters:
19217
+ * The legacy project slug filter. Prefer `project`, which accepts project IDs or slugs. Use `$all` to include all available projects. For example, the following are valid parameters:
19201
19218
  * - `/?projectSlug=$all`
19202
19219
  * - `/?projectSlug=android&projectSlug=javascript-react`
19203
19220
  *
@@ -20576,13 +20593,14 @@ export type ListOrganizationSessionsData = {
20576
20593
  */
20577
20594
  statsPeriod?: string;
20578
20595
  /**
20579
- * The IDs of projects to filter by. `-1` means all available projects.
20596
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
20580
20597
  * For example, the following are valid parameters:
20581
20598
  * - `/?project=1234&project=56789`
20599
+ * - `/?project=android&project=javascript-react`
20582
20600
  * - `/?project=-1`
20583
20601
  *
20584
20602
  */
20585
- project?: Array<number>;
20603
+ project?: Array<number | string>;
20586
20604
  /**
20587
20605
  * The number of groups to return per request.
20588
20606
  */
@@ -21042,13 +21060,14 @@ export type ListOrganizationTagsData = {
21042
21060
  };
21043
21061
  query?: {
21044
21062
  /**
21045
- * The IDs of projects to filter by. `-1` means all available projects.
21063
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
21046
21064
  * For example, the following are valid parameters:
21047
21065
  * - `/?project=1234&project=56789`
21066
+ * - `/?project=android&project=javascript-react`
21048
21067
  * - `/?project=-1`
21049
21068
  *
21050
21069
  */
21051
- project?: Array<number>;
21070
+ project?: Array<number | string>;
21052
21071
  /**
21053
21072
  * The name of environments to filter by.
21054
21073
  */
@@ -21941,13 +21960,14 @@ export type DeleteOrganizationWorkflowsData = {
21941
21960
  */
21942
21961
  id?: Array<number>;
21943
21962
  /**
21944
- * The IDs of projects to filter by. `-1` means all available projects.
21963
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
21945
21964
  * For example, the following are valid parameters:
21946
21965
  * - `/?project=1234&project=56789`
21966
+ * - `/?project=android&project=javascript-react`
21947
21967
  * - `/?project=-1`
21948
21968
  *
21949
21969
  */
21950
- project?: Array<number>;
21970
+ project?: Array<number | string>;
21951
21971
  };
21952
21972
  url: '/api/0/organizations/{organization_id_or_slug}/workflows/';
21953
21973
  };
@@ -22014,13 +22034,14 @@ export type ListOrganizationWorkflowsData = {
22014
22034
  */
22015
22035
  id?: Array<number>;
22016
22036
  /**
22017
- * The IDs of projects to filter by. `-1` means all available projects.
22037
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
22018
22038
  * For example, the following are valid parameters:
22019
22039
  * - `/?project=1234&project=56789`
22040
+ * - `/?project=android&project=javascript-react`
22020
22041
  * - `/?project=-1`
22021
22042
  *
22022
22043
  */
22023
- project?: Array<number>;
22044
+ project?: Array<number | string>;
22024
22045
  };
22025
22046
  url: '/api/0/organizations/{organization_id_or_slug}/workflows/';
22026
22047
  };
@@ -22886,13 +22907,14 @@ export type UpdateOrganizationWorkflowsData = {
22886
22907
  */
22887
22908
  id?: Array<number>;
22888
22909
  /**
22889
- * The IDs of projects to filter by. `-1` means all available projects.
22910
+ * The IDs or slugs of projects to filter by. Project slugs are unique within each organization. Omit this parameter to include all accessible projects. `-1` is also accepted to include all accessible projects.
22890
22911
  * For example, the following are valid parameters:
22891
22912
  * - `/?project=1234&project=56789`
22913
+ * - `/?project=android&project=javascript-react`
22892
22914
  * - `/?project=-1`
22893
22915
  *
22894
22916
  */
22895
- project?: Array<number>;
22917
+ project?: Array<number | string>;
22896
22918
  };
22897
22919
  url: '/api/0/organizations/{organization_id_or_slug}/workflows/';
22898
22920
  };
@@ -23885,7 +23907,7 @@ export type DeleteProjectData = {
23885
23907
  */
23886
23908
  organization_id_or_slug: string;
23887
23909
  /**
23888
- * The ID or slug of the project the resource belongs to.
23910
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
23889
23911
  */
23890
23912
  project_id_or_slug: string;
23891
23913
  };
@@ -23917,7 +23939,7 @@ export type GetProjectData = {
23917
23939
  */
23918
23940
  organization_id_or_slug: string;
23919
23941
  /**
23920
- * The ID or slug of the project the resource belongs to.
23942
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
23921
23943
  */
23922
23944
  project_id_or_slug: string;
23923
23945
  };
@@ -24179,7 +24201,7 @@ export type UpdateProjectData = {
24179
24201
  */
24180
24202
  organization_id_or_slug: string;
24181
24203
  /**
24182
- * The ID or slug of the project the resource belongs to.
24204
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24183
24205
  */
24184
24206
  project_id_or_slug: string;
24185
24207
  };
@@ -24391,7 +24413,7 @@ export type ListProjectEnvironmentsData = {
24391
24413
  */
24392
24414
  organization_id_or_slug: string;
24393
24415
  /**
24394
- * The ID or slug of the project the resource belongs to.
24416
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24395
24417
  */
24396
24418
  project_id_or_slug: string;
24397
24419
  };
@@ -24446,7 +24468,7 @@ export type UpdateProjectEnvironmentsData = {
24446
24468
  */
24447
24469
  organization_id_or_slug: string;
24448
24470
  /**
24449
- * The ID or slug of the project the resource belongs to.
24471
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24450
24472
  */
24451
24473
  project_id_or_slug: string;
24452
24474
  };
@@ -24487,7 +24509,7 @@ export type GetProjectEnvironmentData = {
24487
24509
  */
24488
24510
  organization_id_or_slug: string;
24489
24511
  /**
24490
- * The ID or slug of the project the resource belongs to.
24512
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24491
24513
  */
24492
24514
  project_id_or_slug: string;
24493
24515
  /**
@@ -24533,7 +24555,7 @@ export type UpdateProjectEnvironmentData = {
24533
24555
  */
24534
24556
  organization_id_or_slug: string;
24535
24557
  /**
24536
- * The ID or slug of the project the resource belongs to.
24558
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24537
24559
  */
24538
24560
  project_id_or_slug: string;
24539
24561
  /**
@@ -24578,7 +24600,7 @@ export type ListProjectEventsData = {
24578
24600
  */
24579
24601
  organization_id_or_slug: string;
24580
24602
  /**
24581
- * The ID or slug of the project the resource belongs to.
24603
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24582
24604
  */
24583
24605
  project_id_or_slug: string;
24584
24606
  };
@@ -24677,7 +24699,7 @@ export type GetProjectEventData = {
24677
24699
  */
24678
24700
  organization_id_or_slug: string;
24679
24701
  /**
24680
- * The ID or slug of the project the resource belongs to.
24702
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24681
24703
  */
24682
24704
  project_id_or_slug: string;
24683
24705
  /**
@@ -24838,7 +24860,7 @@ export type ListProjectEventAttachmentsData = {
24838
24860
  */
24839
24861
  organization_id_or_slug: string;
24840
24862
  /**
24841
- * The ID or slug of the project the resource belongs to.
24863
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24842
24864
  */
24843
24865
  project_id_or_slug: string;
24844
24866
  /**
@@ -24896,7 +24918,7 @@ export type GetProjectEventAttachmentData = {
24896
24918
  */
24897
24919
  organization_id_or_slug: string;
24898
24920
  /**
24899
- * The ID or slug of the project the resource belongs to.
24921
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24900
24922
  */
24901
24923
  project_id_or_slug: string;
24902
24924
  /**
@@ -24949,7 +24971,7 @@ export type ListProjectEventSourceMapDebugData = {
24949
24971
  */
24950
24972
  organization_id_or_slug: string;
24951
24973
  /**
24952
- * The ID or slug of the project the resource belongs to.
24974
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
24953
24975
  */
24954
24976
  project_id_or_slug: string;
24955
24977
  /**
@@ -25044,7 +25066,7 @@ export type ListProjectFilesDsymsData = {
25044
25066
  */
25045
25067
  organization_id_or_slug: string;
25046
25068
  /**
25047
- * The ID or slug of the project the resource belongs to.
25069
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25048
25070
  */
25049
25071
  project_id_or_slug: string;
25050
25072
  };
@@ -25115,7 +25137,7 @@ export type ListProjectFiltersData = {
25115
25137
  */
25116
25138
  organization_id_or_slug: string;
25117
25139
  /**
25118
- * The ID or slug of the project the resource belongs to.
25140
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25119
25141
  */
25120
25142
  project_id_or_slug: string;
25121
25143
  };
@@ -25174,7 +25196,7 @@ export type UpdateProjectFilterData = {
25174
25196
  */
25175
25197
  organization_id_or_slug: string;
25176
25198
  /**
25177
- * The ID or slug of the project the resource belongs to.
25199
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25178
25200
  */
25179
25201
  project_id_or_slug: string;
25180
25202
  /**
@@ -25224,7 +25246,7 @@ export type ListProjectKeysData = {
25224
25246
  */
25225
25247
  organization_id_or_slug: string;
25226
25248
  /**
25227
- * The ID or slug of the project the resource belongs to.
25249
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25228
25250
  */
25229
25251
  project_id_or_slug: string;
25230
25252
  };
@@ -25333,7 +25355,7 @@ export type CreateProjectKeyData = {
25333
25355
  */
25334
25356
  organization_id_or_slug: string;
25335
25357
  /**
25336
- * The ID or slug of the project the resource belongs to.
25358
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25337
25359
  */
25338
25360
  project_id_or_slug: string;
25339
25361
  };
@@ -25405,7 +25427,7 @@ export type DeleteProjectKeyData = {
25405
25427
  */
25406
25428
  organization_id_or_slug: string;
25407
25429
  /**
25408
- * The ID or slug of the project the resource belongs to.
25430
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25409
25431
  */
25410
25432
  project_id_or_slug: string;
25411
25433
  /**
@@ -25441,7 +25463,7 @@ export type GetProjectKeyData = {
25441
25463
  */
25442
25464
  organization_id_or_slug: string;
25443
25465
  /**
25444
- * The ID or slug of the project the resource belongs to.
25466
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25445
25467
  */
25446
25468
  project_id_or_slug: string;
25447
25469
  /**
@@ -25575,7 +25597,7 @@ export type UpdateProjectKeyData = {
25575
25597
  */
25576
25598
  organization_id_or_slug: string;
25577
25599
  /**
25578
- * The ID or slug of the project the resource belongs to.
25600
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25579
25601
  */
25580
25602
  project_id_or_slug: string;
25581
25603
  /**
@@ -25655,7 +25677,7 @@ export type ListProjectMembersData = {
25655
25677
  */
25656
25678
  organization_id_or_slug: string;
25657
25679
  /**
25658
- * The ID or slug of the project the resource belongs to.
25680
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25659
25681
  */
25660
25682
  project_id_or_slug: string;
25661
25683
  };
@@ -25757,7 +25779,7 @@ export type DeleteProjectMonitorData = {
25757
25779
  */
25758
25780
  organization_id_or_slug: string;
25759
25781
  /**
25760
- * The ID or slug of the project the resource belongs to.
25782
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25761
25783
  */
25762
25784
  project_id_or_slug: string;
25763
25785
  /**
@@ -25801,7 +25823,7 @@ export type GetProjectMonitorData = {
25801
25823
  */
25802
25824
  organization_id_or_slug: string;
25803
25825
  /**
25804
- * The ID or slug of the project the resource belongs to.
25826
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
25805
25827
  */
25806
25828
  project_id_or_slug: string;
25807
25829
  /**
@@ -26600,7 +26622,7 @@ export type UpdateProjectMonitorData = {
26600
26622
  */
26601
26623
  organization_id_or_slug: string;
26602
26624
  /**
26603
- * The ID or slug of the project the resource belongs to.
26625
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26604
26626
  */
26605
26627
  project_id_or_slug: string;
26606
26628
  /**
@@ -26735,7 +26757,7 @@ export type ListProjectMonitorCheckinsData = {
26735
26757
  */
26736
26758
  organization_id_or_slug: string;
26737
26759
  /**
26738
- * The ID or slug of the project the resource belongs to.
26760
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26739
26761
  */
26740
26762
  project_id_or_slug: string;
26741
26763
  /**
@@ -26794,7 +26816,7 @@ export type ListProjectOwnershipData = {
26794
26816
  */
26795
26817
  organization_id_or_slug: string;
26796
26818
  /**
26797
- * The ID or slug of the project the resource belongs to.
26819
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26798
26820
  */
26799
26821
  project_id_or_slug: string;
26800
26822
  };
@@ -26855,7 +26877,7 @@ export type UpdateProjectOwnershipData = {
26855
26877
  */
26856
26878
  organization_id_or_slug: string;
26857
26879
  /**
26858
- * The ID or slug of the project the resource belongs to.
26880
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26859
26881
  */
26860
26882
  project_id_or_slug: string;
26861
26883
  };
@@ -26902,7 +26924,7 @@ export type ListProjectPreprodSizeAnalysisStatusCheckRulesData = {
26902
26924
  */
26903
26925
  organization_id_or_slug: string;
26904
26926
  /**
26905
- * The ID or slug of the project the resource belongs to.
26927
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26906
26928
  */
26907
26929
  project_id_or_slug: string;
26908
26930
  };
@@ -26948,7 +26970,7 @@ export type ListProjectPreprodSnapshotsStatusCheckRulesData = {
26948
26970
  */
26949
26971
  organization_id_or_slug: string;
26950
26972
  /**
26951
- * The ID or slug of the project the resource belongs to.
26973
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26952
26974
  */
26953
26975
  project_id_or_slug: string;
26954
26976
  };
@@ -26985,7 +27007,7 @@ export type ListProjectPreprodartifactsBuildDistributionLatestData = {
26985
27007
  */
26986
27008
  organization_id_or_slug: string;
26987
27009
  /**
26988
- * The ID or slug of the project the resource belongs to.
27010
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
26989
27011
  */
26990
27012
  project_id_or_slug: string;
26991
27013
  };
@@ -27120,7 +27142,7 @@ export type CreateProjectPreprodartifactsSnapshotData = {
27120
27142
  */
27121
27143
  organization_id_or_slug: string;
27122
27144
  /**
27123
- * The ID or slug of the project the resource belongs to.
27145
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27124
27146
  */
27125
27147
  project_id_or_slug: string;
27126
27148
  };
@@ -27154,7 +27176,7 @@ export type GetProjectProfilingProfileData = {
27154
27176
  */
27155
27177
  organization_id_or_slug: string;
27156
27178
  /**
27157
- * The ID or slug of the project the resource belongs to.
27179
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27158
27180
  */
27159
27181
  project_id_or_slug: string;
27160
27182
  /**
@@ -27193,7 +27215,7 @@ export type ListProjectReleasesData = {
27193
27215
  */
27194
27216
  organization_id_or_slug: string;
27195
27217
  /**
27196
- * The ID or slug of the project the resource belongs to.
27218
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27197
27219
  */
27198
27220
  project_id_or_slug: string;
27199
27221
  };
@@ -27367,7 +27389,7 @@ export type DeleteProjectReplayData = {
27367
27389
  */
27368
27390
  organization_id_or_slug: string;
27369
27391
  /**
27370
- * The ID or slug of the project the resource belongs to.
27392
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27371
27393
  */
27372
27394
  project_id_or_slug: string;
27373
27395
  /**
@@ -27399,7 +27421,7 @@ export type ListProjectReplayClicksData = {
27399
27421
  */
27400
27422
  organization_id_or_slug: string;
27401
27423
  /**
27402
- * The ID or slug of the project the resource belongs to.
27424
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27403
27425
  */
27404
27426
  project_id_or_slug: string;
27405
27427
  /**
@@ -27461,7 +27483,7 @@ export type ListProjectReplayRecordingSegmentsData = {
27461
27483
  */
27462
27484
  organization_id_or_slug: string;
27463
27485
  /**
27464
- * The ID or slug of the project the resource belongs to.
27486
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27465
27487
  */
27466
27488
  project_id_or_slug: string;
27467
27489
  /**
@@ -27509,7 +27531,7 @@ export type GetProjectReplayRecordingSegmentData = {
27509
27531
  */
27510
27532
  organization_id_or_slug: string;
27511
27533
  /**
27512
- * The ID or slug of the project the resource belongs to.
27534
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27513
27535
  */
27514
27536
  project_id_or_slug: string;
27515
27537
  /**
@@ -27557,7 +27579,7 @@ export type ListProjectReplayViewedByData = {
27557
27579
  */
27558
27580
  organization_id_or_slug: string;
27559
27581
  /**
27560
- * The ID or slug of the project the resource belongs to.
27582
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27561
27583
  */
27562
27584
  project_id_or_slug: string;
27563
27585
  /**
@@ -27600,7 +27622,7 @@ export type ListProjectReplayDeletionJobsData = {
27600
27622
  */
27601
27623
  organization_id_or_slug: string;
27602
27624
  /**
27603
- * The ID or slug of the project the resource belongs to.
27625
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27604
27626
  */
27605
27627
  project_id_or_slug: string;
27606
27628
  };
@@ -27644,7 +27666,7 @@ export type CreateProjectReplayDeletionJobData = {
27644
27666
  */
27645
27667
  organization_id_or_slug: string;
27646
27668
  /**
27647
- * The ID or slug of the project the resource belongs to.
27669
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27648
27670
  */
27649
27671
  project_id_or_slug: string;
27650
27672
  };
@@ -27685,7 +27707,7 @@ export type GetProjectReplayDeletionJobData = {
27685
27707
  */
27686
27708
  organization_id_or_slug: string;
27687
27709
  /**
27688
- * The ID or slug of the project the resource belongs to.
27710
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27689
27711
  */
27690
27712
  project_id_or_slug: string;
27691
27713
  /**
@@ -27735,7 +27757,7 @@ export type CreateProjectRepoData = {
27735
27757
  */
27736
27758
  organization_id_or_slug: string;
27737
27759
  /**
27738
- * The ID or slug of the project the resource belongs to.
27760
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27739
27761
  */
27740
27762
  project_id_or_slug: string;
27741
27763
  };
@@ -27770,7 +27792,7 @@ export type ListProjectStatsData = {
27770
27792
  */
27771
27793
  organization_id_or_slug: string;
27772
27794
  /**
27773
- * The ID or slug of the project the resource belongs to.
27795
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27774
27796
  */
27775
27797
  project_id_or_slug: string;
27776
27798
  };
@@ -27820,7 +27842,7 @@ export type DeleteProjectSymbolSourcesData = {
27820
27842
  */
27821
27843
  organization_id_or_slug: string;
27822
27844
  /**
27823
- * The ID or slug of the project the resource belongs to.
27845
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27824
27846
  */
27825
27847
  project_id_or_slug: string;
27826
27848
  };
@@ -27857,7 +27879,7 @@ export type ListProjectSymbolSourcesData = {
27857
27879
  */
27858
27880
  organization_id_or_slug: string;
27859
27881
  /**
27860
- * The ID or slug of the project the resource belongs to.
27882
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
27861
27883
  */
27862
27884
  project_id_or_slug: string;
27863
27885
  };
@@ -28140,7 +28162,7 @@ export type CreateProjectSymbolSourceData = {
28140
28162
  */
28141
28163
  organization_id_or_slug: string;
28142
28164
  /**
28143
- * The ID or slug of the project the resource belongs to.
28165
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28144
28166
  */
28145
28167
  project_id_or_slug: string;
28146
28168
  };
@@ -28418,7 +28440,7 @@ export type UpdateProjectSymbolSourcesData = {
28418
28440
  */
28419
28441
  organization_id_or_slug: string;
28420
28442
  /**
28421
- * The ID or slug of the project the resource belongs to.
28443
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28422
28444
  */
28423
28445
  project_id_or_slug: string;
28424
28446
  };
@@ -28532,7 +28554,7 @@ export type ListProjectTeamsData = {
28532
28554
  */
28533
28555
  organization_id_or_slug: string;
28534
28556
  /**
28535
- * The ID or slug of the project the resource belongs to.
28557
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28536
28558
  */
28537
28559
  project_id_or_slug: string;
28538
28560
  };
@@ -28585,7 +28607,7 @@ export type DeleteProjectTeamData = {
28585
28607
  */
28586
28608
  organization_id_or_slug: string;
28587
28609
  /**
28588
- * The ID or slug of the project the resource belongs to.
28610
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28589
28611
  */
28590
28612
  project_id_or_slug: string;
28591
28613
  /**
@@ -28673,7 +28695,7 @@ export type CreateProjectTeamData = {
28673
28695
  */
28674
28696
  organization_id_or_slug: string;
28675
28697
  /**
28676
- * The ID or slug of the project the resource belongs to.
28698
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28677
28699
  */
28678
28700
  project_id_or_slug: string;
28679
28701
  /**
@@ -28761,7 +28783,7 @@ export type ListProjectUsersData = {
28761
28783
  */
28762
28784
  organization_id_or_slug: string;
28763
28785
  /**
28764
- * The ID or slug of the project the resource belongs to.
28786
+ * The ID or slug of the project the resource belongs to. Project slugs are unique within each organization.
28765
28787
  */
28766
28788
  project_id_or_slug: string;
28767
28789
  };
@@ -32149,9 +32171,13 @@ export type CreateOrganizationIssueAutofixData = {
32149
32171
  */
32150
32172
  stopping_point?: 'root_cause' | 'solution' | 'code_changes' | 'open_pr';
32151
32173
  /**
32152
- * Existing run ID to continue. If not provided, starts a new run.
32174
+ * **Deprecated** in favor of sentry_run_id; retained for backward compatibility. The existing run's numeric Seer id to continue. If neither run_id nor sentry_run_id is provided, starts a new run.
32153
32175
  */
32154
32176
  run_id?: number;
32177
+ /**
32178
+ * Existing run's UUID to continue. Preferred over run_id, and takes precedence when both are given.
32179
+ */
32180
+ sentry_run_id?: string;
32155
32181
  /**
32156
32182
  * Coding agent integration ID. Required for coding_agent_handoff step (unless provider is specified).
32157
32183
  */
@@ -32214,6 +32240,7 @@ export type CreateOrganizationIssueAutofixResponses = {
32214
32240
  */
32215
32241
  202: {
32216
32242
  run_id: number;
32243
+ sentry_run_id: string | null;
32217
32244
  };
32218
32245
  };
32219
32246
  export type CreateOrganizationIssueAutofixResponse = CreateOrganizationIssueAutofixResponses[keyof CreateOrganizationIssueAutofixResponses];