@sentry/api 0.226.0 → 0.228.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/index.d.ts +2 -2
- package/dist/index.js +32 -32
- package/dist/sdk.gen.d.ts +187 -17
- package/dist/types.gen.d.ts +63 -63
- package/dist/zod.gen.d.ts +32 -32
- package/dist/zod.js +64 -64
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -10427,7 +10427,7 @@ export type UpdateOrganizationResponses = {
|
|
|
10427
10427
|
};
|
|
10428
10428
|
};
|
|
10429
10429
|
export type UpdateOrganizationResponse = UpdateOrganizationResponses[keyof UpdateOrganizationResponses];
|
|
10430
|
-
export type
|
|
10430
|
+
export type GetOrganizationConfigIntegrationsData = {
|
|
10431
10431
|
body?: never;
|
|
10432
10432
|
path: {
|
|
10433
10433
|
/**
|
|
@@ -10443,13 +10443,13 @@ export type ListOrganizationConfigIntegrationsData = {
|
|
|
10443
10443
|
};
|
|
10444
10444
|
url: '/api/0/organizations/{organization_id_or_slug}/config/integrations/';
|
|
10445
10445
|
};
|
|
10446
|
-
export type
|
|
10446
|
+
export type GetOrganizationConfigIntegrationsErrors = {
|
|
10447
10447
|
/**
|
|
10448
10448
|
* Bad Request
|
|
10449
10449
|
*/
|
|
10450
10450
|
404: unknown;
|
|
10451
10451
|
};
|
|
10452
|
-
export type
|
|
10452
|
+
export type GetOrganizationConfigIntegrationsResponses = {
|
|
10453
10453
|
200: {
|
|
10454
10454
|
providers: Array<{
|
|
10455
10455
|
key: string;
|
|
@@ -10462,7 +10462,7 @@ export type ListOrganizationConfigIntegrationsResponses = {
|
|
|
10462
10462
|
}>;
|
|
10463
10463
|
};
|
|
10464
10464
|
};
|
|
10465
|
-
export type
|
|
10465
|
+
export type GetOrganizationConfigIntegrationsResponse = GetOrganizationConfigIntegrationsResponses[keyof GetOrganizationConfigIntegrationsResponses];
|
|
10466
10466
|
export type ListOrganizationDashboardsData = {
|
|
10467
10467
|
body?: never;
|
|
10468
10468
|
path: {
|
|
@@ -12735,7 +12735,7 @@ export type ListOrganizationEnvironmentsResponses = {
|
|
|
12735
12735
|
}>;
|
|
12736
12736
|
};
|
|
12737
12737
|
export type ListOrganizationEnvironmentsResponse = ListOrganizationEnvironmentsResponses[keyof ListOrganizationEnvironmentsResponses];
|
|
12738
|
-
export type
|
|
12738
|
+
export type ResolveOrganizationEventIdData = {
|
|
12739
12739
|
body?: never;
|
|
12740
12740
|
path: {
|
|
12741
12741
|
/**
|
|
@@ -12750,13 +12750,13 @@ export type GetOrganizationEventidData = {
|
|
|
12750
12750
|
query?: never;
|
|
12751
12751
|
url: '/api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/';
|
|
12752
12752
|
};
|
|
12753
|
-
export type
|
|
12753
|
+
export type ResolveOrganizationEventIdErrors = {
|
|
12754
12754
|
/**
|
|
12755
12755
|
* Not Found
|
|
12756
12756
|
*/
|
|
12757
12757
|
404: unknown;
|
|
12758
12758
|
};
|
|
12759
|
-
export type
|
|
12759
|
+
export type ResolveOrganizationEventIdResponses = {
|
|
12760
12760
|
200: {
|
|
12761
12761
|
organizationSlug: string;
|
|
12762
12762
|
projectSlug: string;
|
|
@@ -12824,7 +12824,7 @@ export type GetOrganizationEventidResponses = {
|
|
|
12824
12824
|
};
|
|
12825
12825
|
};
|
|
12826
12826
|
};
|
|
12827
|
-
export type
|
|
12827
|
+
export type ResolveOrganizationEventIdResponse = ResolveOrganizationEventIdResponses[keyof ResolveOrganizationEventIdResponses];
|
|
12828
12828
|
export type ListOrganizationEventsData = {
|
|
12829
12829
|
body?: never;
|
|
12830
12830
|
path: {
|
|
@@ -17265,7 +17265,7 @@ export type UpdateOrganizationNotificationsActionResponses = {
|
|
|
17265
17265
|
};
|
|
17266
17266
|
};
|
|
17267
17267
|
export type UpdateOrganizationNotificationsActionResponse = UpdateOrganizationNotificationsActionResponses[keyof UpdateOrganizationNotificationsActionResponses];
|
|
17268
|
-
export type
|
|
17268
|
+
export type GetOrganizationPreprodArtifactInstallDetailsData = {
|
|
17269
17269
|
body?: never;
|
|
17270
17270
|
path: {
|
|
17271
17271
|
/**
|
|
@@ -17280,7 +17280,7 @@ export type ListOrganizationPreprodartifactInstallDetailsData = {
|
|
|
17280
17280
|
query?: never;
|
|
17281
17281
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/';
|
|
17282
17282
|
};
|
|
17283
|
-
export type
|
|
17283
|
+
export type GetOrganizationPreprodArtifactInstallDetailsErrors = {
|
|
17284
17284
|
/**
|
|
17285
17285
|
* Forbidden
|
|
17286
17286
|
*/
|
|
@@ -17290,7 +17290,7 @@ export type ListOrganizationPreprodartifactInstallDetailsErrors = {
|
|
|
17290
17290
|
*/
|
|
17291
17291
|
404: unknown;
|
|
17292
17292
|
};
|
|
17293
|
-
export type
|
|
17293
|
+
export type GetOrganizationPreprodArtifactInstallDetailsResponses = {
|
|
17294
17294
|
200: {
|
|
17295
17295
|
buildId: string;
|
|
17296
17296
|
state: string;
|
|
@@ -17328,8 +17328,8 @@ export type ListOrganizationPreprodartifactInstallDetailsResponses = {
|
|
|
17328
17328
|
codesigningType: string | null;
|
|
17329
17329
|
};
|
|
17330
17330
|
};
|
|
17331
|
-
export type
|
|
17332
|
-
export type
|
|
17331
|
+
export type GetOrganizationPreprodArtifactInstallDetailsResponse = GetOrganizationPreprodArtifactInstallDetailsResponses[keyof GetOrganizationPreprodArtifactInstallDetailsResponses];
|
|
17332
|
+
export type GetOrganizationPreprodArtifactSizeAnalysisData = {
|
|
17333
17333
|
body?: never;
|
|
17334
17334
|
path: {
|
|
17335
17335
|
/**
|
|
@@ -17349,7 +17349,7 @@ export type ListOrganizationPreprodartifactSizeAnalysisData = {
|
|
|
17349
17349
|
};
|
|
17350
17350
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/size-analysis/';
|
|
17351
17351
|
};
|
|
17352
|
-
export type
|
|
17352
|
+
export type GetOrganizationPreprodArtifactSizeAnalysisErrors = {
|
|
17353
17353
|
/**
|
|
17354
17354
|
* Bad Request
|
|
17355
17355
|
*/
|
|
@@ -17363,7 +17363,7 @@ export type ListOrganizationPreprodartifactSizeAnalysisErrors = {
|
|
|
17363
17363
|
*/
|
|
17364
17364
|
404: unknown;
|
|
17365
17365
|
};
|
|
17366
|
-
export type
|
|
17366
|
+
export type GetOrganizationPreprodArtifactSizeAnalysisResponses = {
|
|
17367
17367
|
200: {
|
|
17368
17368
|
buildId: string;
|
|
17369
17369
|
state: string;
|
|
@@ -17462,8 +17462,8 @@ export type ListOrganizationPreprodartifactSizeAnalysisResponses = {
|
|
|
17462
17462
|
}> | null;
|
|
17463
17463
|
};
|
|
17464
17464
|
};
|
|
17465
|
-
export type
|
|
17466
|
-
export type
|
|
17465
|
+
export type GetOrganizationPreprodArtifactSizeAnalysisResponse = GetOrganizationPreprodArtifactSizeAnalysisResponses[keyof GetOrganizationPreprodArtifactSizeAnalysisResponses];
|
|
17466
|
+
export type DeleteOrganizationPreprodArtifactSnapshotData = {
|
|
17467
17467
|
body?: never;
|
|
17468
17468
|
path: {
|
|
17469
17469
|
/**
|
|
@@ -17478,7 +17478,7 @@ export type DeleteOrganizationPreprodartifactsSnapshotData = {
|
|
|
17478
17478
|
query?: never;
|
|
17479
17479
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/';
|
|
17480
17480
|
};
|
|
17481
|
-
export type
|
|
17481
|
+
export type DeleteOrganizationPreprodArtifactSnapshotErrors = {
|
|
17482
17482
|
/**
|
|
17483
17483
|
* Forbidden
|
|
17484
17484
|
*/
|
|
@@ -17488,14 +17488,14 @@ export type DeleteOrganizationPreprodartifactsSnapshotErrors = {
|
|
|
17488
17488
|
*/
|
|
17489
17489
|
404: unknown;
|
|
17490
17490
|
};
|
|
17491
|
-
export type
|
|
17491
|
+
export type DeleteOrganizationPreprodArtifactSnapshotResponses = {
|
|
17492
17492
|
/**
|
|
17493
17493
|
* No response body
|
|
17494
17494
|
*/
|
|
17495
17495
|
204: void;
|
|
17496
17496
|
};
|
|
17497
|
-
export type
|
|
17498
|
-
export type
|
|
17497
|
+
export type DeleteOrganizationPreprodArtifactSnapshotResponse = DeleteOrganizationPreprodArtifactSnapshotResponses[keyof DeleteOrganizationPreprodArtifactSnapshotResponses];
|
|
17498
|
+
export type GetOrganizationPreprodArtifactSnapshotData = {
|
|
17499
17499
|
body?: never;
|
|
17500
17500
|
path: {
|
|
17501
17501
|
/**
|
|
@@ -17515,7 +17515,7 @@ export type GetOrganizationPreprodartifactsSnapshotData = {
|
|
|
17515
17515
|
};
|
|
17516
17516
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/';
|
|
17517
17517
|
};
|
|
17518
|
-
export type
|
|
17518
|
+
export type GetOrganizationPreprodArtifactSnapshotErrors = {
|
|
17519
17519
|
/**
|
|
17520
17520
|
* Forbidden
|
|
17521
17521
|
*/
|
|
@@ -17525,7 +17525,7 @@ export type GetOrganizationPreprodartifactsSnapshotErrors = {
|
|
|
17525
17525
|
*/
|
|
17526
17526
|
404: unknown;
|
|
17527
17527
|
};
|
|
17528
|
-
export type
|
|
17528
|
+
export type GetOrganizationPreprodArtifactSnapshotResponses = {
|
|
17529
17529
|
200: {
|
|
17530
17530
|
head_artifact_id?: string;
|
|
17531
17531
|
base_artifact_id?: string | null;
|
|
@@ -17667,8 +17667,8 @@ export type GetOrganizationPreprodartifactsSnapshotResponses = {
|
|
|
17667
17667
|
}>;
|
|
17668
17668
|
};
|
|
17669
17669
|
};
|
|
17670
|
-
export type
|
|
17671
|
-
export type
|
|
17670
|
+
export type GetOrganizationPreprodArtifactSnapshotResponse = GetOrganizationPreprodArtifactSnapshotResponses[keyof GetOrganizationPreprodArtifactSnapshotResponses];
|
|
17671
|
+
export type GetOrganizationPreprodArtifactSnapshotImageData = {
|
|
17672
17672
|
body?: never;
|
|
17673
17673
|
path: {
|
|
17674
17674
|
/**
|
|
@@ -17687,7 +17687,7 @@ export type GetOrganizationPreprodartifactsSnapshotImageData = {
|
|
|
17687
17687
|
query?: never;
|
|
17688
17688
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/';
|
|
17689
17689
|
};
|
|
17690
|
-
export type
|
|
17690
|
+
export type GetOrganizationPreprodArtifactSnapshotImageErrors = {
|
|
17691
17691
|
/**
|
|
17692
17692
|
* Forbidden
|
|
17693
17693
|
*/
|
|
@@ -17697,7 +17697,7 @@ export type GetOrganizationPreprodartifactsSnapshotImageErrors = {
|
|
|
17697
17697
|
*/
|
|
17698
17698
|
404: unknown;
|
|
17699
17699
|
};
|
|
17700
|
-
export type
|
|
17700
|
+
export type GetOrganizationPreprodArtifactSnapshotImageResponses = {
|
|
17701
17701
|
200: {
|
|
17702
17702
|
image_file_name?: string;
|
|
17703
17703
|
comparison_status?: string | null;
|
|
@@ -17734,8 +17734,8 @@ export type GetOrganizationPreprodartifactsSnapshotImageResponses = {
|
|
|
17734
17734
|
previous_image_file_name?: string | null;
|
|
17735
17735
|
};
|
|
17736
17736
|
};
|
|
17737
|
-
export type
|
|
17738
|
-
export type
|
|
17737
|
+
export type GetOrganizationPreprodArtifactSnapshotImageResponse = GetOrganizationPreprodArtifactSnapshotImageResponses[keyof GetOrganizationPreprodArtifactSnapshotImageResponses];
|
|
17738
|
+
export type GetOrganizationPreprodArtifactSnapshotLatestBaseData = {
|
|
17739
17739
|
body?: never;
|
|
17740
17740
|
path: {
|
|
17741
17741
|
/**
|
|
@@ -17763,7 +17763,7 @@ export type ListOrganizationPreprodartifactsSnapshotsLatestBaseData = {
|
|
|
17763
17763
|
};
|
|
17764
17764
|
url: '/api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/latest-base/';
|
|
17765
17765
|
};
|
|
17766
|
-
export type
|
|
17766
|
+
export type GetOrganizationPreprodArtifactSnapshotLatestBaseErrors = {
|
|
17767
17767
|
/**
|
|
17768
17768
|
* Bad Request
|
|
17769
17769
|
*/
|
|
@@ -17777,7 +17777,7 @@ export type ListOrganizationPreprodartifactsSnapshotsLatestBaseErrors = {
|
|
|
17777
17777
|
*/
|
|
17778
17778
|
404: unknown;
|
|
17779
17779
|
};
|
|
17780
|
-
export type
|
|
17780
|
+
export type GetOrganizationPreprodArtifactSnapshotLatestBaseResponses = {
|
|
17781
17781
|
200: {
|
|
17782
17782
|
head_artifact_id?: string;
|
|
17783
17783
|
project_id?: string;
|
|
@@ -17805,7 +17805,7 @@ export type ListOrganizationPreprodartifactsSnapshotsLatestBaseResponses = {
|
|
|
17805
17805
|
};
|
|
17806
17806
|
};
|
|
17807
17807
|
};
|
|
17808
|
-
export type
|
|
17808
|
+
export type GetOrganizationPreprodArtifactSnapshotLatestBaseResponse = GetOrganizationPreprodArtifactSnapshotLatestBaseResponses[keyof GetOrganizationPreprodArtifactSnapshotLatestBaseResponses];
|
|
17809
17809
|
export type ListOrganizationProfilingChunksData = {
|
|
17810
17810
|
body?: never;
|
|
17811
17811
|
path: {
|
|
@@ -20710,7 +20710,7 @@ export type GetOrganizationSessionsResponses = {
|
|
|
20710
20710
|
};
|
|
20711
20711
|
};
|
|
20712
20712
|
export type GetOrganizationSessionsResponse = GetOrganizationSessionsResponses[keyof GetOrganizationSessionsResponses];
|
|
20713
|
-
export type
|
|
20713
|
+
export type ResolveOrganizationShortIdData = {
|
|
20714
20714
|
body?: never;
|
|
20715
20715
|
path: {
|
|
20716
20716
|
/**
|
|
@@ -20730,7 +20730,7 @@ export type GetOrganizationShortidData = {
|
|
|
20730
20730
|
};
|
|
20731
20731
|
url: '/api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/';
|
|
20732
20732
|
};
|
|
20733
|
-
export type
|
|
20733
|
+
export type ResolveOrganizationShortIdErrors = {
|
|
20734
20734
|
/**
|
|
20735
20735
|
* Bad Request
|
|
20736
20736
|
*/
|
|
@@ -20748,7 +20748,7 @@ export type GetOrganizationShortidErrors = {
|
|
|
20748
20748
|
*/
|
|
20749
20749
|
404: unknown;
|
|
20750
20750
|
};
|
|
20751
|
-
export type
|
|
20751
|
+
export type ResolveOrganizationShortIdResponses = {
|
|
20752
20752
|
200: {
|
|
20753
20753
|
organizationSlug: string;
|
|
20754
20754
|
projectSlug: string;
|
|
@@ -20869,7 +20869,7 @@ export type GetOrganizationShortidResponses = {
|
|
|
20869
20869
|
shortId: string;
|
|
20870
20870
|
};
|
|
20871
20871
|
};
|
|
20872
|
-
export type
|
|
20872
|
+
export type ResolveOrganizationShortIdResponse = ResolveOrganizationShortIdResponses[keyof ResolveOrganizationShortIdResponses];
|
|
20873
20873
|
export type GetOrganizationStatsSummaryData = {
|
|
20874
20874
|
body?: never;
|
|
20875
20875
|
path: {
|
|
@@ -26843,7 +26843,7 @@ export type ListProjectMonitorCheckinsResponses = {
|
|
|
26843
26843
|
}>;
|
|
26844
26844
|
};
|
|
26845
26845
|
export type ListProjectMonitorCheckinsResponse = ListProjectMonitorCheckinsResponses[keyof ListProjectMonitorCheckinsResponses];
|
|
26846
|
-
export type
|
|
26846
|
+
export type GetProjectOwnershipData = {
|
|
26847
26847
|
body?: never;
|
|
26848
26848
|
path: {
|
|
26849
26849
|
/**
|
|
@@ -26858,7 +26858,7 @@ export type ListProjectOwnershipData = {
|
|
|
26858
26858
|
query?: never;
|
|
26859
26859
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/';
|
|
26860
26860
|
};
|
|
26861
|
-
export type
|
|
26861
|
+
export type GetProjectOwnershipResponses = {
|
|
26862
26862
|
200: {
|
|
26863
26863
|
schema?: {
|
|
26864
26864
|
$version: number;
|
|
@@ -26883,7 +26883,7 @@ export type ListProjectOwnershipResponses = {
|
|
|
26883
26883
|
codeownersAutoSync: boolean;
|
|
26884
26884
|
};
|
|
26885
26885
|
};
|
|
26886
|
-
export type
|
|
26886
|
+
export type GetProjectOwnershipResponse = GetProjectOwnershipResponses[keyof GetProjectOwnershipResponses];
|
|
26887
26887
|
export type UpdateProjectOwnershipData = {
|
|
26888
26888
|
body?: {
|
|
26889
26889
|
/**
|
|
@@ -26951,7 +26951,7 @@ export type UpdateProjectOwnershipResponses = {
|
|
|
26951
26951
|
};
|
|
26952
26952
|
};
|
|
26953
26953
|
export type UpdateProjectOwnershipResponse = UpdateProjectOwnershipResponses[keyof UpdateProjectOwnershipResponses];
|
|
26954
|
-
export type
|
|
26954
|
+
export type GetProjectPreprodSizeAnalysisStatusCheckRulesData = {
|
|
26955
26955
|
body?: never;
|
|
26956
26956
|
path: {
|
|
26957
26957
|
/**
|
|
@@ -26966,7 +26966,7 @@ export type ListProjectPreprodSizeAnalysisStatusCheckRulesData = {
|
|
|
26966
26966
|
query?: never;
|
|
26967
26967
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/size-analysis/status-check-rules/';
|
|
26968
26968
|
};
|
|
26969
|
-
export type
|
|
26969
|
+
export type GetProjectPreprodSizeAnalysisStatusCheckRulesErrors = {
|
|
26970
26970
|
/**
|
|
26971
26971
|
* Forbidden
|
|
26972
26972
|
*/
|
|
@@ -26976,7 +26976,7 @@ export type ListProjectPreprodSizeAnalysisStatusCheckRulesErrors = {
|
|
|
26976
26976
|
*/
|
|
26977
26977
|
404: unknown;
|
|
26978
26978
|
};
|
|
26979
|
-
export type
|
|
26979
|
+
export type GetProjectPreprodSizeAnalysisStatusCheckRulesResponses = {
|
|
26980
26980
|
200: {
|
|
26981
26981
|
enabled: boolean;
|
|
26982
26982
|
rules: Array<{
|
|
@@ -26996,8 +26996,8 @@ export type ListProjectPreprodSizeAnalysisStatusCheckRulesResponses = {
|
|
|
26996
26996
|
}>;
|
|
26997
26997
|
};
|
|
26998
26998
|
};
|
|
26999
|
-
export type
|
|
27000
|
-
export type
|
|
26999
|
+
export type GetProjectPreprodSizeAnalysisStatusCheckRulesResponse = GetProjectPreprodSizeAnalysisStatusCheckRulesResponses[keyof GetProjectPreprodSizeAnalysisStatusCheckRulesResponses];
|
|
27000
|
+
export type GetProjectPreprodSnapshotStatusCheckRulesData = {
|
|
27001
27001
|
body?: never;
|
|
27002
27002
|
path: {
|
|
27003
27003
|
/**
|
|
@@ -27012,7 +27012,7 @@ export type ListProjectPreprodSnapshotsStatusCheckRulesData = {
|
|
|
27012
27012
|
query?: never;
|
|
27013
27013
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprod/snapshots/status-check-rules/';
|
|
27014
27014
|
};
|
|
27015
|
-
export type
|
|
27015
|
+
export type GetProjectPreprodSnapshotStatusCheckRulesErrors = {
|
|
27016
27016
|
/**
|
|
27017
27017
|
* Forbidden
|
|
27018
27018
|
*/
|
|
@@ -27022,7 +27022,7 @@ export type ListProjectPreprodSnapshotsStatusCheckRulesErrors = {
|
|
|
27022
27022
|
*/
|
|
27023
27023
|
404: unknown;
|
|
27024
27024
|
};
|
|
27025
|
-
export type
|
|
27025
|
+
export type GetProjectPreprodSnapshotStatusCheckRulesResponses = {
|
|
27026
27026
|
200: {
|
|
27027
27027
|
enabled: boolean;
|
|
27028
27028
|
rules: {
|
|
@@ -27033,8 +27033,8 @@ export type ListProjectPreprodSnapshotsStatusCheckRulesResponses = {
|
|
|
27033
27033
|
};
|
|
27034
27034
|
};
|
|
27035
27035
|
};
|
|
27036
|
-
export type
|
|
27037
|
-
export type
|
|
27036
|
+
export type GetProjectPreprodSnapshotStatusCheckRulesResponse = GetProjectPreprodSnapshotStatusCheckRulesResponses[keyof GetProjectPreprodSnapshotStatusCheckRulesResponses];
|
|
27037
|
+
export type GetProjectInstallableBuildLatestData = {
|
|
27038
27038
|
body?: never;
|
|
27039
27039
|
path: {
|
|
27040
27040
|
/**
|
|
@@ -27082,7 +27082,7 @@ export type ListProjectPreprodartifactsBuildDistributionLatestData = {
|
|
|
27082
27082
|
};
|
|
27083
27083
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/';
|
|
27084
27084
|
};
|
|
27085
|
-
export type
|
|
27085
|
+
export type GetProjectInstallableBuildLatestErrors = {
|
|
27086
27086
|
/**
|
|
27087
27087
|
* Bad Request
|
|
27088
27088
|
*/
|
|
@@ -27092,7 +27092,7 @@ export type ListProjectPreprodartifactsBuildDistributionLatestErrors = {
|
|
|
27092
27092
|
*/
|
|
27093
27093
|
403: unknown;
|
|
27094
27094
|
};
|
|
27095
|
-
export type
|
|
27095
|
+
export type GetProjectInstallableBuildLatestResponses = {
|
|
27096
27096
|
200: {
|
|
27097
27097
|
latestArtifact: {
|
|
27098
27098
|
buildId: string;
|
|
@@ -27168,8 +27168,8 @@ export type ListProjectPreprodartifactsBuildDistributionLatestResponses = {
|
|
|
27168
27168
|
} | null;
|
|
27169
27169
|
};
|
|
27170
27170
|
};
|
|
27171
|
-
export type
|
|
27172
|
-
export type
|
|
27171
|
+
export type GetProjectInstallableBuildLatestResponse = GetProjectInstallableBuildLatestResponses[keyof GetProjectInstallableBuildLatestResponses];
|
|
27172
|
+
export type UploadProjectPreprodArtifactSnapshotData = {
|
|
27173
27173
|
body?: never;
|
|
27174
27174
|
path: {
|
|
27175
27175
|
/**
|
|
@@ -27184,7 +27184,7 @@ export type CreateProjectPreprodartifactsSnapshotData = {
|
|
|
27184
27184
|
query?: never;
|
|
27185
27185
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/snapshots/';
|
|
27186
27186
|
};
|
|
27187
|
-
export type
|
|
27187
|
+
export type UploadProjectPreprodArtifactSnapshotErrors = {
|
|
27188
27188
|
/**
|
|
27189
27189
|
* Bad Request
|
|
27190
27190
|
*/
|
|
@@ -27194,7 +27194,7 @@ export type CreateProjectPreprodartifactsSnapshotErrors = {
|
|
|
27194
27194
|
*/
|
|
27195
27195
|
403: unknown;
|
|
27196
27196
|
};
|
|
27197
|
-
export type
|
|
27197
|
+
export type UploadProjectPreprodArtifactSnapshotResponses = {
|
|
27198
27198
|
200: {
|
|
27199
27199
|
artifactId: string;
|
|
27200
27200
|
snapshotMetricsId: string;
|
|
@@ -27202,7 +27202,7 @@ export type CreateProjectPreprodartifactsSnapshotResponses = {
|
|
|
27202
27202
|
snapshotUrl: string;
|
|
27203
27203
|
};
|
|
27204
27204
|
};
|
|
27205
|
-
export type
|
|
27205
|
+
export type UploadProjectPreprodArtifactSnapshotResponse = UploadProjectPreprodArtifactSnapshotResponses[keyof UploadProjectPreprodArtifactSnapshotResponses];
|
|
27206
27206
|
export type GetProjectProfilingProfileData = {
|
|
27207
27207
|
body?: never;
|
|
27208
27208
|
path: {
|
|
@@ -32165,7 +32165,7 @@ export type UpdateOrganizationIssueResponses = {
|
|
|
32165
32165
|
};
|
|
32166
32166
|
};
|
|
32167
32167
|
export type UpdateOrganizationIssueResponse = UpdateOrganizationIssueResponses[keyof UpdateOrganizationIssueResponses];
|
|
32168
|
-
export type
|
|
32168
|
+
export type GetOrganizationIssueAutofixStateData = {
|
|
32169
32169
|
body?: never;
|
|
32170
32170
|
path: {
|
|
32171
32171
|
/**
|
|
@@ -32180,7 +32180,7 @@ export type ListOrganizationIssueAutofixData = {
|
|
|
32180
32180
|
query?: never;
|
|
32181
32181
|
url: '/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/';
|
|
32182
32182
|
};
|
|
32183
|
-
export type
|
|
32183
|
+
export type GetOrganizationIssueAutofixStateErrors = {
|
|
32184
32184
|
/**
|
|
32185
32185
|
* Unauthorized
|
|
32186
32186
|
*/
|
|
@@ -32194,7 +32194,7 @@ export type ListOrganizationIssueAutofixErrors = {
|
|
|
32194
32194
|
*/
|
|
32195
32195
|
404: unknown;
|
|
32196
32196
|
};
|
|
32197
|
-
export type
|
|
32197
|
+
export type GetOrganizationIssueAutofixStateResponses = {
|
|
32198
32198
|
/**
|
|
32199
32199
|
* Response type for the GET endpoint
|
|
32200
32200
|
*/
|
|
@@ -32204,8 +32204,8 @@ export type ListOrganizationIssueAutofixResponses = {
|
|
|
32204
32204
|
} | null;
|
|
32205
32205
|
};
|
|
32206
32206
|
};
|
|
32207
|
-
export type
|
|
32208
|
-
export type
|
|
32207
|
+
export type GetOrganizationIssueAutofixStateResponse = GetOrganizationIssueAutofixStateResponses[keyof GetOrganizationIssueAutofixStateResponses];
|
|
32208
|
+
export type StartOrganizationIssueAutofixData = {
|
|
32209
32209
|
/**
|
|
32210
32210
|
* Serializer for the agent-based autofix requests.
|
|
32211
32211
|
*/
|
|
@@ -32276,7 +32276,7 @@ export type CreateOrganizationIssueAutofixData = {
|
|
|
32276
32276
|
query?: never;
|
|
32277
32277
|
url: '/api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/';
|
|
32278
32278
|
};
|
|
32279
|
-
export type
|
|
32279
|
+
export type StartOrganizationIssueAutofixErrors = {
|
|
32280
32280
|
/**
|
|
32281
32281
|
* Bad Request
|
|
32282
32282
|
*/
|
|
@@ -32294,7 +32294,7 @@ export type CreateOrganizationIssueAutofixErrors = {
|
|
|
32294
32294
|
*/
|
|
32295
32295
|
404: unknown;
|
|
32296
32296
|
};
|
|
32297
|
-
export type
|
|
32297
|
+
export type StartOrganizationIssueAutofixResponses = {
|
|
32298
32298
|
/**
|
|
32299
32299
|
* Response type for the POST endpoint (default kickoff and step paths).
|
|
32300
32300
|
*/
|
|
@@ -32303,7 +32303,7 @@ export type CreateOrganizationIssueAutofixResponses = {
|
|
|
32303
32303
|
sentry_run_id: string | null;
|
|
32304
32304
|
};
|
|
32305
32305
|
};
|
|
32306
|
-
export type
|
|
32306
|
+
export type StartOrganizationIssueAutofixResponse = StartOrganizationIssueAutofixResponses[keyof StartOrganizationIssueAutofixResponses];
|
|
32307
32307
|
export type ListOrganizationIssueEventsData = {
|
|
32308
32308
|
body?: never;
|
|
32309
32309
|
path: {
|