@sentry/api 0.225.0 → 0.226.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 +43 -43
- package/dist/pagination.gen.d.ts +28 -28
- package/dist/sdk.gen.d.ts +170 -16
- package/dist/types.gen.d.ts +60 -60
- package/dist/zod.gen.d.ts +30 -30
- package/dist/zod.js +61 -61
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -14365,7 +14365,7 @@ export type ListOrganizationMembersResponses = {
|
|
|
14365
14365
|
}>;
|
|
14366
14366
|
};
|
|
14367
14367
|
export type ListOrganizationMembersResponse = ListOrganizationMembersResponses[keyof ListOrganizationMembersResponses];
|
|
14368
|
-
export type
|
|
14368
|
+
export type AddOrganizationMemberData = {
|
|
14369
14369
|
body: {
|
|
14370
14370
|
/**
|
|
14371
14371
|
* The email address to send the invitation to.
|
|
@@ -14413,7 +14413,7 @@ export type CreateOrganizationMemberData = {
|
|
|
14413
14413
|
query?: never;
|
|
14414
14414
|
url: '/api/0/organizations/{organization_id_or_slug}/members/';
|
|
14415
14415
|
};
|
|
14416
|
-
export type
|
|
14416
|
+
export type AddOrganizationMemberErrors = {
|
|
14417
14417
|
/**
|
|
14418
14418
|
* Unauthorized
|
|
14419
14419
|
*/
|
|
@@ -14427,7 +14427,7 @@ export type CreateOrganizationMemberErrors = {
|
|
|
14427
14427
|
*/
|
|
14428
14428
|
404: unknown;
|
|
14429
14429
|
};
|
|
14430
|
-
export type
|
|
14430
|
+
export type AddOrganizationMemberResponses = {
|
|
14431
14431
|
201: {
|
|
14432
14432
|
externalUsers?: Array<{
|
|
14433
14433
|
externalId?: string;
|
|
@@ -14503,7 +14503,7 @@ export type CreateOrganizationMemberResponses = {
|
|
|
14503
14503
|
inviterName: string | null;
|
|
14504
14504
|
};
|
|
14505
14505
|
};
|
|
14506
|
-
export type
|
|
14506
|
+
export type AddOrganizationMemberResponse = AddOrganizationMemberResponses[keyof AddOrganizationMemberResponses];
|
|
14507
14507
|
export type DeleteOrganizationMemberData = {
|
|
14508
14508
|
body?: never;
|
|
14509
14509
|
path: {
|
|
@@ -14915,7 +14915,7 @@ export type DeleteOrganizationMemberTeamResponses = {
|
|
|
14915
14915
|
};
|
|
14916
14916
|
};
|
|
14917
14917
|
export type DeleteOrganizationMemberTeamResponse = DeleteOrganizationMemberTeamResponses[keyof DeleteOrganizationMemberTeamResponses];
|
|
14918
|
-
export type
|
|
14918
|
+
export type AddOrganizationMemberTeamData = {
|
|
14919
14919
|
body?: never;
|
|
14920
14920
|
path: {
|
|
14921
14921
|
/**
|
|
@@ -14934,7 +14934,7 @@ export type CreateOrganizationMemberTeamData = {
|
|
|
14934
14934
|
query?: never;
|
|
14935
14935
|
url: '/api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/';
|
|
14936
14936
|
};
|
|
14937
|
-
export type
|
|
14937
|
+
export type AddOrganizationMemberTeamErrors = {
|
|
14938
14938
|
/**
|
|
14939
14939
|
* Unauthorized
|
|
14940
14940
|
*/
|
|
@@ -14948,7 +14948,7 @@ export type CreateOrganizationMemberTeamErrors = {
|
|
|
14948
14948
|
*/
|
|
14949
14949
|
404: unknown;
|
|
14950
14950
|
};
|
|
14951
|
-
export type
|
|
14951
|
+
export type AddOrganizationMemberTeamResponses = {
|
|
14952
14952
|
201: {
|
|
14953
14953
|
id: string;
|
|
14954
14954
|
slug: string;
|
|
@@ -14978,7 +14978,7 @@ export type CreateOrganizationMemberTeamResponses = {
|
|
|
14978
14978
|
*/
|
|
14979
14979
|
204: void;
|
|
14980
14980
|
};
|
|
14981
|
-
export type
|
|
14981
|
+
export type AddOrganizationMemberTeamResponse = AddOrganizationMemberTeamResponses[keyof AddOrganizationMemberTeamResponses];
|
|
14982
14982
|
export type UpdateOrganizationMemberTeamData = {
|
|
14983
14983
|
body?: {
|
|
14984
14984
|
/**
|
|
@@ -17865,7 +17865,7 @@ export type ListOrganizationProfilingChunksResponses = {
|
|
|
17865
17865
|
};
|
|
17866
17866
|
};
|
|
17867
17867
|
export type ListOrganizationProfilingChunksResponse = ListOrganizationProfilingChunksResponses[keyof ListOrganizationProfilingChunksResponses];
|
|
17868
|
-
export type
|
|
17868
|
+
export type GetOrganizationProfilingFlamegraphData = {
|
|
17869
17869
|
body?: never;
|
|
17870
17870
|
path: {
|
|
17871
17871
|
/**
|
|
@@ -17925,7 +17925,7 @@ export type ListOrganizationProfilingFlamegraphData = {
|
|
|
17925
17925
|
};
|
|
17926
17926
|
url: '/api/0/organizations/{organization_id_or_slug}/profiling/flamegraph/';
|
|
17927
17927
|
};
|
|
17928
|
-
export type
|
|
17928
|
+
export type GetOrganizationProfilingFlamegraphErrors = {
|
|
17929
17929
|
/**
|
|
17930
17930
|
* Unauthorized
|
|
17931
17931
|
*/
|
|
@@ -17939,12 +17939,12 @@ export type ListOrganizationProfilingFlamegraphErrors = {
|
|
|
17939
17939
|
*/
|
|
17940
17940
|
404: unknown;
|
|
17941
17941
|
};
|
|
17942
|
-
export type
|
|
17942
|
+
export type GetOrganizationProfilingFlamegraphResponses = {
|
|
17943
17943
|
200: {
|
|
17944
17944
|
[key: string]: unknown;
|
|
17945
17945
|
};
|
|
17946
17946
|
};
|
|
17947
|
-
export type
|
|
17947
|
+
export type GetOrganizationProfilingFlamegraphResponse = GetOrganizationProfilingFlamegraphResponses[keyof GetOrganizationProfilingFlamegraphResponses];
|
|
17948
17948
|
export type ListOrganizationProjectKeysData = {
|
|
17949
17949
|
body?: never;
|
|
17950
17950
|
path: {
|
|
@@ -20021,7 +20021,7 @@ export type ListOrganizationScimV2GroupsResponses = {
|
|
|
20021
20021
|
};
|
|
20022
20022
|
};
|
|
20023
20023
|
export type ListOrganizationScimV2GroupsResponse = ListOrganizationScimV2GroupsResponses[keyof ListOrganizationScimV2GroupsResponses];
|
|
20024
|
-
export type
|
|
20024
|
+
export type ProvisionOrganizationScimV2GroupData = {
|
|
20025
20025
|
body: {
|
|
20026
20026
|
/**
|
|
20027
20027
|
* The slug of the team that is shown in the UI.
|
|
@@ -20037,7 +20037,7 @@ export type CreateOrganizationScimV2GroupData = {
|
|
|
20037
20037
|
query?: never;
|
|
20038
20038
|
url: '/api/0/organizations/{organization_id_or_slug}/scim/v2/Groups';
|
|
20039
20039
|
};
|
|
20040
|
-
export type
|
|
20040
|
+
export type ProvisionOrganizationScimV2GroupErrors = {
|
|
20041
20041
|
/**
|
|
20042
20042
|
* Unauthorized
|
|
20043
20043
|
*/
|
|
@@ -20051,7 +20051,7 @@ export type CreateOrganizationScimV2GroupErrors = {
|
|
|
20051
20051
|
*/
|
|
20052
20052
|
404: unknown;
|
|
20053
20053
|
};
|
|
20054
|
-
export type
|
|
20054
|
+
export type ProvisionOrganizationScimV2GroupResponses = {
|
|
20055
20055
|
201: {
|
|
20056
20056
|
schemas: Array<string>;
|
|
20057
20057
|
id: string;
|
|
@@ -20065,7 +20065,7 @@ export type CreateOrganizationScimV2GroupResponses = {
|
|
|
20065
20065
|
}>;
|
|
20066
20066
|
};
|
|
20067
20067
|
};
|
|
20068
|
-
export type
|
|
20068
|
+
export type ProvisionOrganizationScimV2GroupResponse = ProvisionOrganizationScimV2GroupResponses[keyof ProvisionOrganizationScimV2GroupResponses];
|
|
20069
20069
|
export type DeleteOrganizationScimV2GroupData = {
|
|
20070
20070
|
body?: never;
|
|
20071
20071
|
path: {
|
|
@@ -20319,7 +20319,7 @@ export type ListOrganizationScimV2UsersResponses = {
|
|
|
20319
20319
|
};
|
|
20320
20320
|
};
|
|
20321
20321
|
export type ListOrganizationScimV2UsersResponse = ListOrganizationScimV2UsersResponses[keyof ListOrganizationScimV2UsersResponses];
|
|
20322
|
-
export type
|
|
20322
|
+
export type ProvisionOrganizationScimV2UserData = {
|
|
20323
20323
|
body: {
|
|
20324
20324
|
/**
|
|
20325
20325
|
* The SAML field used for email.
|
|
@@ -20349,7 +20349,7 @@ export type CreateOrganizationScimV2UserData = {
|
|
|
20349
20349
|
query?: never;
|
|
20350
20350
|
url: '/api/0/organizations/{organization_id_or_slug}/scim/v2/Users';
|
|
20351
20351
|
};
|
|
20352
|
-
export type
|
|
20352
|
+
export type ProvisionOrganizationScimV2UserErrors = {
|
|
20353
20353
|
/**
|
|
20354
20354
|
* Unauthorized
|
|
20355
20355
|
*/
|
|
@@ -20363,7 +20363,7 @@ export type CreateOrganizationScimV2UserErrors = {
|
|
|
20363
20363
|
*/
|
|
20364
20364
|
404: unknown;
|
|
20365
20365
|
};
|
|
20366
|
-
export type
|
|
20366
|
+
export type ProvisionOrganizationScimV2UserResponses = {
|
|
20367
20367
|
/**
|
|
20368
20368
|
* Conforming to the SCIM RFC, this represents a Sentry Org Member
|
|
20369
20369
|
* as a SCIM user object.
|
|
@@ -20388,7 +20388,7 @@ export type CreateOrganizationScimV2UserResponses = {
|
|
|
20388
20388
|
sentryOrgRole: string;
|
|
20389
20389
|
};
|
|
20390
20390
|
};
|
|
20391
|
-
export type
|
|
20391
|
+
export type ProvisionOrganizationScimV2UserResponse = ProvisionOrganizationScimV2UserResponses[keyof ProvisionOrganizationScimV2UserResponses];
|
|
20392
20392
|
export type DeleteOrganizationScimV2UserData = {
|
|
20393
20393
|
body?: never;
|
|
20394
20394
|
path: {
|
|
@@ -20584,7 +20584,7 @@ export type ListOrganizationSentryAppsResponses = {
|
|
|
20584
20584
|
}>;
|
|
20585
20585
|
};
|
|
20586
20586
|
export type ListOrganizationSentryAppsResponse = ListOrganizationSentryAppsResponses[keyof ListOrganizationSentryAppsResponses];
|
|
20587
|
-
export type
|
|
20587
|
+
export type GetOrganizationSessionsData = {
|
|
20588
20588
|
body?: never;
|
|
20589
20589
|
path: {
|
|
20590
20590
|
/**
|
|
@@ -20677,7 +20677,7 @@ export type ListOrganizationSessionsData = {
|
|
|
20677
20677
|
};
|
|
20678
20678
|
url: '/api/0/organizations/{organization_id_or_slug}/sessions/';
|
|
20679
20679
|
};
|
|
20680
|
-
export type
|
|
20680
|
+
export type GetOrganizationSessionsErrors = {
|
|
20681
20681
|
/**
|
|
20682
20682
|
* Bad Request
|
|
20683
20683
|
*/
|
|
@@ -20687,7 +20687,7 @@ export type ListOrganizationSessionsErrors = {
|
|
|
20687
20687
|
*/
|
|
20688
20688
|
401: unknown;
|
|
20689
20689
|
};
|
|
20690
|
-
export type
|
|
20690
|
+
export type GetOrganizationSessionsResponses = {
|
|
20691
20691
|
200: {
|
|
20692
20692
|
start: string;
|
|
20693
20693
|
end: string;
|
|
@@ -20709,7 +20709,7 @@ export type ListOrganizationSessionsResponses = {
|
|
|
20709
20709
|
query: string;
|
|
20710
20710
|
};
|
|
20711
20711
|
};
|
|
20712
|
-
export type
|
|
20712
|
+
export type GetOrganizationSessionsResponse = GetOrganizationSessionsResponses[keyof GetOrganizationSessionsResponses];
|
|
20713
20713
|
export type GetOrganizationShortidData = {
|
|
20714
20714
|
body?: never;
|
|
20715
20715
|
path: {
|
|
@@ -20870,7 +20870,7 @@ export type GetOrganizationShortidResponses = {
|
|
|
20870
20870
|
};
|
|
20871
20871
|
};
|
|
20872
20872
|
export type GetOrganizationShortidResponse = GetOrganizationShortidResponses[keyof GetOrganizationShortidResponses];
|
|
20873
|
-
export type
|
|
20873
|
+
export type GetOrganizationStatsSummaryData = {
|
|
20874
20874
|
body?: never;
|
|
20875
20875
|
path: {
|
|
20876
20876
|
/**
|
|
@@ -20943,7 +20943,7 @@ export type ListOrganizationStatsSummaryData = {
|
|
|
20943
20943
|
};
|
|
20944
20944
|
url: '/api/0/organizations/{organization_id_or_slug}/stats-summary/';
|
|
20945
20945
|
};
|
|
20946
|
-
export type
|
|
20946
|
+
export type GetOrganizationStatsSummaryErrors = {
|
|
20947
20947
|
/**
|
|
20948
20948
|
* Unauthorized
|
|
20949
20949
|
*/
|
|
@@ -20953,7 +20953,7 @@ export type ListOrganizationStatsSummaryErrors = {
|
|
|
20953
20953
|
*/
|
|
20954
20954
|
404: unknown;
|
|
20955
20955
|
};
|
|
20956
|
-
export type
|
|
20956
|
+
export type GetOrganizationStatsSummaryResponses = {
|
|
20957
20957
|
200: {
|
|
20958
20958
|
start: string;
|
|
20959
20959
|
end: string;
|
|
@@ -20966,7 +20966,7 @@ export type ListOrganizationStatsSummaryResponses = {
|
|
|
20966
20966
|
}>;
|
|
20967
20967
|
};
|
|
20968
20968
|
};
|
|
20969
|
-
export type
|
|
20969
|
+
export type GetOrganizationStatsSummaryResponse = GetOrganizationStatsSummaryResponses[keyof GetOrganizationStatsSummaryResponses];
|
|
20970
20970
|
export type ListOrganizationStatsV2Data = {
|
|
20971
20971
|
body?: never;
|
|
20972
20972
|
path: {
|
|
@@ -21485,7 +21485,7 @@ export type CreateOrganizationTeamResponses = {
|
|
|
21485
21485
|
};
|
|
21486
21486
|
};
|
|
21487
21487
|
export type CreateOrganizationTeamResponse = CreateOrganizationTeamResponses[keyof CreateOrganizationTeamResponses];
|
|
21488
|
-
export type
|
|
21488
|
+
export type ListOrganizationTraceItemAttributesData = {
|
|
21489
21489
|
body?: never;
|
|
21490
21490
|
path: {
|
|
21491
21491
|
/**
|
|
@@ -21542,7 +21542,7 @@ export type ListOrganizationTraceItemsAttributesData = {
|
|
|
21542
21542
|
};
|
|
21543
21543
|
url: '/api/0/organizations/{organization_id_or_slug}/trace-items/attributes/';
|
|
21544
21544
|
};
|
|
21545
|
-
export type
|
|
21545
|
+
export type ListOrganizationTraceItemAttributesErrors = {
|
|
21546
21546
|
/**
|
|
21547
21547
|
* Unauthorized
|
|
21548
21548
|
*/
|
|
@@ -21556,7 +21556,7 @@ export type ListOrganizationTraceItemsAttributesErrors = {
|
|
|
21556
21556
|
*/
|
|
21557
21557
|
404: unknown;
|
|
21558
21558
|
};
|
|
21559
|
-
export type
|
|
21559
|
+
export type ListOrganizationTraceItemAttributesResponses = {
|
|
21560
21560
|
200: Array<{
|
|
21561
21561
|
key: string;
|
|
21562
21562
|
name: string;
|
|
@@ -21568,7 +21568,7 @@ export type ListOrganizationTraceItemsAttributesResponses = {
|
|
|
21568
21568
|
attributeType: 'string' | 'number' | 'boolean';
|
|
21569
21569
|
}>;
|
|
21570
21570
|
};
|
|
21571
|
-
export type
|
|
21571
|
+
export type ListOrganizationTraceItemAttributesResponse = ListOrganizationTraceItemAttributesResponses[keyof ListOrganizationTraceItemAttributesResponses];
|
|
21572
21572
|
export type GetOrganizationTraceMetaData = {
|
|
21573
21573
|
body?: never;
|
|
21574
21574
|
path: {
|
|
@@ -24998,7 +24998,7 @@ export type GetProjectEventAttachmentResponses = {
|
|
|
24998
24998
|
};
|
|
24999
24999
|
};
|
|
25000
25000
|
export type GetProjectEventAttachmentResponse = GetProjectEventAttachmentResponses[keyof GetProjectEventAttachmentResponses];
|
|
25001
|
-
export type
|
|
25001
|
+
export type GetProjectEventSourceMapDebugData = {
|
|
25002
25002
|
body?: never;
|
|
25003
25003
|
path: {
|
|
25004
25004
|
/**
|
|
@@ -25017,7 +25017,7 @@ export type ListProjectEventSourceMapDebugData = {
|
|
|
25017
25017
|
query?: never;
|
|
25018
25018
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/';
|
|
25019
25019
|
};
|
|
25020
|
-
export type
|
|
25020
|
+
export type GetProjectEventSourceMapDebugErrors = {
|
|
25021
25021
|
/**
|
|
25022
25022
|
* Unauthorized
|
|
25023
25023
|
*/
|
|
@@ -25031,7 +25031,7 @@ export type ListProjectEventSourceMapDebugErrors = {
|
|
|
25031
25031
|
*/
|
|
25032
25032
|
404: unknown;
|
|
25033
25033
|
};
|
|
25034
|
-
export type
|
|
25034
|
+
export type GetProjectEventSourceMapDebugResponses = {
|
|
25035
25035
|
200: {
|
|
25036
25036
|
dist: string | null;
|
|
25037
25037
|
release: string | null;
|
|
@@ -25092,8 +25092,8 @@ export type ListProjectEventSourceMapDebugResponses = {
|
|
|
25092
25092
|
has_scraping_data: boolean;
|
|
25093
25093
|
};
|
|
25094
25094
|
};
|
|
25095
|
-
export type
|
|
25096
|
-
export type
|
|
25095
|
+
export type GetProjectEventSourceMapDebugResponse = GetProjectEventSourceMapDebugResponses[keyof GetProjectEventSourceMapDebugResponses];
|
|
25096
|
+
export type ListProjectDebugFilesData = {
|
|
25097
25097
|
body?: never;
|
|
25098
25098
|
path: {
|
|
25099
25099
|
/**
|
|
@@ -25129,7 +25129,7 @@ export type ListProjectFilesDsymsData = {
|
|
|
25129
25129
|
};
|
|
25130
25130
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/';
|
|
25131
25131
|
};
|
|
25132
|
-
export type
|
|
25132
|
+
export type ListProjectDebugFilesErrors = {
|
|
25133
25133
|
/**
|
|
25134
25134
|
* Unauthorized
|
|
25135
25135
|
*/
|
|
@@ -25143,7 +25143,7 @@ export type ListProjectFilesDsymsErrors = {
|
|
|
25143
25143
|
*/
|
|
25144
25144
|
404: unknown;
|
|
25145
25145
|
};
|
|
25146
|
-
export type
|
|
25146
|
+
export type ListProjectDebugFilesResponses = {
|
|
25147
25147
|
200: Array<{
|
|
25148
25148
|
id: string;
|
|
25149
25149
|
uuid: string;
|
|
@@ -25163,7 +25163,7 @@ export type ListProjectFilesDsymsResponses = {
|
|
|
25163
25163
|
};
|
|
25164
25164
|
}>;
|
|
25165
25165
|
};
|
|
25166
|
-
export type
|
|
25166
|
+
export type ListProjectDebugFilesResponse2 = ListProjectDebugFilesResponses[keyof ListProjectDebugFilesResponses];
|
|
25167
25167
|
export type ListProjectFiltersData = {
|
|
25168
25168
|
body?: never;
|
|
25169
25169
|
path: {
|
|
@@ -27783,7 +27783,7 @@ export type GetProjectReplayDeletionJobResponses = {
|
|
|
27783
27783
|
};
|
|
27784
27784
|
};
|
|
27785
27785
|
export type GetProjectReplayDeletionJobResponse = GetProjectReplayDeletionJobResponses[keyof GetProjectReplayDeletionJobResponses];
|
|
27786
|
-
export type
|
|
27786
|
+
export type LinkProjectRepositoryData = {
|
|
27787
27787
|
body: {
|
|
27788
27788
|
/**
|
|
27789
27789
|
* The ID of the repository to link.
|
|
@@ -27803,7 +27803,7 @@ export type CreateProjectRepoData = {
|
|
|
27803
27803
|
query?: never;
|
|
27804
27804
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/repo/';
|
|
27805
27805
|
};
|
|
27806
|
-
export type
|
|
27806
|
+
export type LinkProjectRepositoryErrors = {
|
|
27807
27807
|
/**
|
|
27808
27808
|
* Bad Request
|
|
27809
27809
|
*/
|
|
@@ -27813,7 +27813,7 @@ export type CreateProjectRepoErrors = {
|
|
|
27813
27813
|
*/
|
|
27814
27814
|
404: unknown;
|
|
27815
27815
|
};
|
|
27816
|
-
export type
|
|
27816
|
+
export type LinkProjectRepositoryResponses = {
|
|
27817
27817
|
201: {
|
|
27818
27818
|
id: string;
|
|
27819
27819
|
projectId: string;
|
|
@@ -27822,7 +27822,7 @@ export type CreateProjectRepoResponses = {
|
|
|
27822
27822
|
created: boolean;
|
|
27823
27823
|
};
|
|
27824
27824
|
};
|
|
27825
|
-
export type
|
|
27825
|
+
export type LinkProjectRepositoryResponse = LinkProjectRepositoryResponses[keyof LinkProjectRepositoryResponses];
|
|
27826
27826
|
export type ListProjectStatsData = {
|
|
27827
27827
|
body?: never;
|
|
27828
27828
|
path: {
|
|
@@ -27873,7 +27873,7 @@ export type ListProjectStatsResponses = {
|
|
|
27873
27873
|
200: Array<Array<number>>;
|
|
27874
27874
|
};
|
|
27875
27875
|
export type ListProjectStatsResponse = ListProjectStatsResponses[keyof ListProjectStatsResponses];
|
|
27876
|
-
export type
|
|
27876
|
+
export type DeleteProjectSymbolSourceData = {
|
|
27877
27877
|
body?: never;
|
|
27878
27878
|
path: {
|
|
27879
27879
|
/**
|
|
@@ -27893,7 +27893,7 @@ export type DeleteProjectSymbolSourcesData = {
|
|
|
27893
27893
|
};
|
|
27894
27894
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/';
|
|
27895
27895
|
};
|
|
27896
|
-
export type
|
|
27896
|
+
export type DeleteProjectSymbolSourceErrors = {
|
|
27897
27897
|
/**
|
|
27898
27898
|
* Forbidden
|
|
27899
27899
|
*/
|
|
@@ -27903,13 +27903,13 @@ export type DeleteProjectSymbolSourcesErrors = {
|
|
|
27903
27903
|
*/
|
|
27904
27904
|
404: unknown;
|
|
27905
27905
|
};
|
|
27906
|
-
export type
|
|
27906
|
+
export type DeleteProjectSymbolSourceResponses = {
|
|
27907
27907
|
/**
|
|
27908
27908
|
* No Content
|
|
27909
27909
|
*/
|
|
27910
27910
|
204: void;
|
|
27911
27911
|
};
|
|
27912
|
-
export type
|
|
27912
|
+
export type DeleteProjectSymbolSourceResponse = DeleteProjectSymbolSourceResponses[keyof DeleteProjectSymbolSourceResponses];
|
|
27913
27913
|
export type ListProjectSymbolSourcesData = {
|
|
27914
27914
|
body?: never;
|
|
27915
27915
|
path: {
|
|
@@ -28020,7 +28020,7 @@ export type ListProjectSymbolSourcesResponses = {
|
|
|
28020
28020
|
}>;
|
|
28021
28021
|
};
|
|
28022
28022
|
export type ListProjectSymbolSourcesResponse = ListProjectSymbolSourcesResponses[keyof ListProjectSymbolSourcesResponses];
|
|
28023
|
-
export type
|
|
28023
|
+
export type AddProjectSymbolSourceData = {
|
|
28024
28024
|
body: {
|
|
28025
28025
|
/**
|
|
28026
28026
|
* The type of the source.
|
|
@@ -28208,7 +28208,7 @@ export type CreateProjectSymbolSourceData = {
|
|
|
28208
28208
|
query?: never;
|
|
28209
28209
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/';
|
|
28210
28210
|
};
|
|
28211
|
-
export type
|
|
28211
|
+
export type AddProjectSymbolSourceErrors = {
|
|
28212
28212
|
/**
|
|
28213
28213
|
* Bad Request
|
|
28214
28214
|
*/
|
|
@@ -28218,7 +28218,7 @@ export type CreateProjectSymbolSourceErrors = {
|
|
|
28218
28218
|
*/
|
|
28219
28219
|
403: unknown;
|
|
28220
28220
|
};
|
|
28221
|
-
export type
|
|
28221
|
+
export type AddProjectSymbolSourceResponses = {
|
|
28222
28222
|
201: {
|
|
28223
28223
|
type: 'http';
|
|
28224
28224
|
url: string;
|
|
@@ -28297,8 +28297,8 @@ export type CreateProjectSymbolSourceResponses = {
|
|
|
28297
28297
|
bundleId: string;
|
|
28298
28298
|
};
|
|
28299
28299
|
};
|
|
28300
|
-
export type
|
|
28301
|
-
export type
|
|
28300
|
+
export type AddProjectSymbolSourceResponse = AddProjectSymbolSourceResponses[keyof AddProjectSymbolSourceResponses];
|
|
28301
|
+
export type UpdateProjectSymbolSourceData = {
|
|
28302
28302
|
body: {
|
|
28303
28303
|
/**
|
|
28304
28304
|
* The type of the source.
|
|
@@ -28491,7 +28491,7 @@ export type UpdateProjectSymbolSourcesData = {
|
|
|
28491
28491
|
};
|
|
28492
28492
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/';
|
|
28493
28493
|
};
|
|
28494
|
-
export type
|
|
28494
|
+
export type UpdateProjectSymbolSourceErrors = {
|
|
28495
28495
|
/**
|
|
28496
28496
|
* Bad Request
|
|
28497
28497
|
*/
|
|
@@ -28505,7 +28505,7 @@ export type UpdateProjectSymbolSourcesErrors = {
|
|
|
28505
28505
|
*/
|
|
28506
28506
|
404: unknown;
|
|
28507
28507
|
};
|
|
28508
|
-
export type
|
|
28508
|
+
export type UpdateProjectSymbolSourceResponses = {
|
|
28509
28509
|
200: {
|
|
28510
28510
|
type: 'http';
|
|
28511
28511
|
url: string;
|
|
@@ -28584,7 +28584,7 @@ export type UpdateProjectSymbolSourcesResponses = {
|
|
|
28584
28584
|
bundleId: string;
|
|
28585
28585
|
};
|
|
28586
28586
|
};
|
|
28587
|
-
export type
|
|
28587
|
+
export type UpdateProjectSymbolSourceResponse = UpdateProjectSymbolSourceResponses[keyof UpdateProjectSymbolSourceResponses];
|
|
28588
28588
|
export type ListProjectTeamsData = {
|
|
28589
28589
|
body?: never;
|
|
28590
28590
|
path: {
|
|
@@ -28726,7 +28726,7 @@ export type DeleteProjectTeamResponses = {
|
|
|
28726
28726
|
};
|
|
28727
28727
|
};
|
|
28728
28728
|
export type DeleteProjectTeamResponse = DeleteProjectTeamResponses[keyof DeleteProjectTeamResponses];
|
|
28729
|
-
export type
|
|
28729
|
+
export type AddProjectTeamData = {
|
|
28730
28730
|
body?: never;
|
|
28731
28731
|
path: {
|
|
28732
28732
|
/**
|
|
@@ -28745,7 +28745,7 @@ export type CreateProjectTeamData = {
|
|
|
28745
28745
|
query?: never;
|
|
28746
28746
|
url: '/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/';
|
|
28747
28747
|
};
|
|
28748
|
-
export type
|
|
28748
|
+
export type AddProjectTeamErrors = {
|
|
28749
28749
|
/**
|
|
28750
28750
|
* Forbidden
|
|
28751
28751
|
*/
|
|
@@ -28755,7 +28755,7 @@ export type CreateProjectTeamErrors = {
|
|
|
28755
28755
|
*/
|
|
28756
28756
|
404: unknown;
|
|
28757
28757
|
};
|
|
28758
|
-
export type
|
|
28758
|
+
export type AddProjectTeamResponses = {
|
|
28759
28759
|
201: {
|
|
28760
28760
|
stats?: unknown;
|
|
28761
28761
|
transactionStats?: unknown;
|
|
@@ -28813,7 +28813,7 @@ export type CreateProjectTeamResponses = {
|
|
|
28813
28813
|
}>;
|
|
28814
28814
|
};
|
|
28815
28815
|
};
|
|
28816
|
-
export type
|
|
28816
|
+
export type AddProjectTeamResponse = AddProjectTeamResponses[keyof AddProjectTeamResponses];
|
|
28817
28817
|
export type ListProjectUsersData = {
|
|
28818
28818
|
body?: never;
|
|
28819
28819
|
path: {
|