@sentry/api 0.224.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 +67 -67
- package/dist/zod.gen.d.ts +71 -71
- package/dist/zod.js +68 -68
- package/package.json +1 -1
package/dist/zod.js
CHANGED
|
@@ -14,7 +14,7 @@ var zAutofixStateResponse = z.object({
|
|
|
14
14
|
])
|
|
15
15
|
});
|
|
16
16
|
var zBaseDataConditionGroupValidator = z.object({
|
|
17
|
-
id: z.
|
|
17
|
+
id: z.number().int().optional(),
|
|
18
18
|
logic_type: z.enum([
|
|
19
19
|
"any",
|
|
20
20
|
"any-short",
|
|
@@ -30,7 +30,7 @@ var zBaseDetectorTypeValidator = z.object({
|
|
|
30
30
|
data_sources: z.array(z.unknown()).optional(),
|
|
31
31
|
config: z.record(z.unknown()).optional(),
|
|
32
32
|
condition_group: z.object({
|
|
33
|
-
id: z.
|
|
33
|
+
id: z.number().int().optional(),
|
|
34
34
|
logic_type: z.enum([
|
|
35
35
|
"any",
|
|
36
36
|
"any-short",
|
|
@@ -10441,7 +10441,7 @@ var zWorkflowValidator = z.object({
|
|
|
10441
10441
|
z.null()
|
|
10442
10442
|
]).optional(),
|
|
10443
10443
|
triggers: z.object({
|
|
10444
|
-
id: z.
|
|
10444
|
+
id: z.number().int().optional(),
|
|
10445
10445
|
logic_type: z.enum([
|
|
10446
10446
|
"any",
|
|
10447
10447
|
"any-short",
|
|
@@ -12144,7 +12144,7 @@ var zUpdateOrganizationDetectorData = z.object({
|
|
|
12144
12144
|
data_sources: z.array(z.unknown()).optional(),
|
|
12145
12145
|
config: z.record(z.unknown()).optional(),
|
|
12146
12146
|
condition_group: z.object({
|
|
12147
|
-
id: z.
|
|
12147
|
+
id: z.number().int().optional(),
|
|
12148
12148
|
logic_type: z.enum([
|
|
12149
12149
|
"any",
|
|
12150
12150
|
"any-short",
|
|
@@ -13806,7 +13806,7 @@ var zListOrganizationMembersResponse = z.array(z.object({
|
|
|
13806
13806
|
z.null()
|
|
13807
13807
|
])
|
|
13808
13808
|
}));
|
|
13809
|
-
var
|
|
13809
|
+
var zAddOrganizationMemberData = z.object({
|
|
13810
13810
|
body: z.object({
|
|
13811
13811
|
email: z.string().email().max(75),
|
|
13812
13812
|
orgRole: z.enum([
|
|
@@ -13828,7 +13828,7 @@ var zCreateOrganizationMemberData = z.object({
|
|
|
13828
13828
|
}),
|
|
13829
13829
|
query: z.never().optional()
|
|
13830
13830
|
});
|
|
13831
|
-
var
|
|
13831
|
+
var zAddOrganizationMemberResponse = z.object({
|
|
13832
13832
|
externalUsers: z.array(z.object({
|
|
13833
13833
|
externalId: z.string().optional(),
|
|
13834
13834
|
userId: z.string().optional(),
|
|
@@ -14249,7 +14249,7 @@ var zDeleteOrganizationMemberTeamResponse = z.object({
|
|
|
14249
14249
|
]).optional()
|
|
14250
14250
|
})
|
|
14251
14251
|
});
|
|
14252
|
-
var
|
|
14252
|
+
var zAddOrganizationMemberTeamData = z.object({
|
|
14253
14253
|
body: z.never().optional(),
|
|
14254
14254
|
path: z.object({
|
|
14255
14255
|
organization_id_or_slug: z.string(),
|
|
@@ -14258,7 +14258,7 @@ var zCreateOrganizationMemberTeamData = z.object({
|
|
|
14258
14258
|
}),
|
|
14259
14259
|
query: z.never().optional()
|
|
14260
14260
|
});
|
|
14261
|
-
var
|
|
14261
|
+
var zAddOrganizationMemberTeamResponse = z.union([
|
|
14262
14262
|
z.object({
|
|
14263
14263
|
id: z.string(),
|
|
14264
14264
|
slug: z.string(),
|
|
@@ -17248,7 +17248,7 @@ var zListOrganizationProfilingChunksData = z.object({
|
|
|
17248
17248
|
})
|
|
17249
17249
|
});
|
|
17250
17250
|
var zListOrganizationProfilingChunksResponse = z.record(z.unknown());
|
|
17251
|
-
var
|
|
17251
|
+
var zGetOrganizationProfilingFlamegraphData = z.object({
|
|
17252
17252
|
body: z.never().optional(),
|
|
17253
17253
|
path: z.object({
|
|
17254
17254
|
organization_id_or_slug: z.string()
|
|
@@ -17270,7 +17270,7 @@ var zListOrganizationProfilingFlamegraphData = z.object({
|
|
|
17270
17270
|
expand: z.array(z.enum(["metrics"])).optional()
|
|
17271
17271
|
}).optional()
|
|
17272
17272
|
});
|
|
17273
|
-
var
|
|
17273
|
+
var zGetOrganizationProfilingFlamegraphResponse = z.record(z.unknown());
|
|
17274
17274
|
var zListOrganizationProjectKeysData = z.object({
|
|
17275
17275
|
body: z.never().optional(),
|
|
17276
17276
|
path: z.object({
|
|
@@ -17512,7 +17512,7 @@ var zCreateOrganizationProjectDetectorData = z.object({
|
|
|
17512
17512
|
data_sources: z.array(z.unknown()).optional(),
|
|
17513
17513
|
config: z.record(z.unknown()).optional(),
|
|
17514
17514
|
condition_group: z.object({
|
|
17515
|
-
id: z.
|
|
17515
|
+
id: z.number().int().optional(),
|
|
17516
17516
|
logic_type: z.enum([
|
|
17517
17517
|
"any",
|
|
17518
17518
|
"any-short",
|
|
@@ -19128,7 +19128,7 @@ var zListOrganizationScimV2GroupsResponse = z.object({
|
|
|
19128
19128
|
})).optional()
|
|
19129
19129
|
}))
|
|
19130
19130
|
});
|
|
19131
|
-
var
|
|
19131
|
+
var zProvisionOrganizationScimV2GroupData = z.object({
|
|
19132
19132
|
body: z.object({
|
|
19133
19133
|
displayName: z.string()
|
|
19134
19134
|
}),
|
|
@@ -19137,7 +19137,7 @@ var zCreateOrganizationScimV2GroupData = z.object({
|
|
|
19137
19137
|
}),
|
|
19138
19138
|
query: z.never().optional()
|
|
19139
19139
|
});
|
|
19140
|
-
var
|
|
19140
|
+
var zProvisionOrganizationScimV2GroupResponse = z.object({
|
|
19141
19141
|
schemas: z.array(z.string()),
|
|
19142
19142
|
id: z.string(),
|
|
19143
19143
|
displayName: z.string(),
|
|
@@ -19230,7 +19230,7 @@ var zListOrganizationScimV2UsersResponse = z.object({
|
|
|
19230
19230
|
sentryOrgRole: z.string()
|
|
19231
19231
|
}))
|
|
19232
19232
|
});
|
|
19233
|
-
var
|
|
19233
|
+
var zProvisionOrganizationScimV2UserData = z.object({
|
|
19234
19234
|
body: z.object({
|
|
19235
19235
|
userName: z.string().email(),
|
|
19236
19236
|
sentryOrgRole: z.enum([
|
|
@@ -19245,7 +19245,7 @@ var zCreateOrganizationScimV2UserData = z.object({
|
|
|
19245
19245
|
}),
|
|
19246
19246
|
query: z.never().optional()
|
|
19247
19247
|
});
|
|
19248
|
-
var
|
|
19248
|
+
var zProvisionOrganizationScimV2UserResponse = z.object({
|
|
19249
19249
|
active: z.boolean().optional(),
|
|
19250
19250
|
schemas: z.array(z.string()),
|
|
19251
19251
|
id: z.string(),
|
|
@@ -19374,7 +19374,7 @@ var zListOrganizationSentryAppsResponse = z.array(z.object({
|
|
|
19374
19374
|
slug: z.string()
|
|
19375
19375
|
}).optional()
|
|
19376
19376
|
}));
|
|
19377
|
-
var
|
|
19377
|
+
var zGetOrganizationSessionsData = z.object({
|
|
19378
19378
|
body: z.never().optional(),
|
|
19379
19379
|
path: z.object({
|
|
19380
19380
|
organization_id_or_slug: z.string()
|
|
@@ -19395,7 +19395,7 @@ var zListOrganizationSessionsData = z.object({
|
|
|
19395
19395
|
query: z.string().optional()
|
|
19396
19396
|
})
|
|
19397
19397
|
});
|
|
19398
|
-
var
|
|
19398
|
+
var zGetOrganizationSessionsResponse = z.object({
|
|
19399
19399
|
start: z.string().datetime(),
|
|
19400
19400
|
end: z.string().datetime(),
|
|
19401
19401
|
intervals: z.array(z.string()),
|
|
@@ -19605,7 +19605,7 @@ var zGetOrganizationShortidResponse = z.object({
|
|
|
19605
19605
|
}),
|
|
19606
19606
|
shortId: z.string()
|
|
19607
19607
|
});
|
|
19608
|
-
var
|
|
19608
|
+
var zGetOrganizationStatsSummaryData = z.object({
|
|
19609
19609
|
body: z.never().optional(),
|
|
19610
19610
|
path: z.object({
|
|
19611
19611
|
organization_id_or_slug: z.string()
|
|
@@ -19637,7 +19637,7 @@ var zListOrganizationStatsSummaryData = z.object({
|
|
|
19637
19637
|
download: z.boolean().optional()
|
|
19638
19638
|
})
|
|
19639
19639
|
});
|
|
19640
|
-
var
|
|
19640
|
+
var zGetOrganizationStatsSummaryResponse = z.object({
|
|
19641
19641
|
start: z.string(),
|
|
19642
19642
|
end: z.string(),
|
|
19643
19643
|
projects: z.array(z.object({
|
|
@@ -20074,7 +20074,7 @@ var zCreateOrganizationTeamResponse = z.object({
|
|
|
20074
20074
|
status: z.string()
|
|
20075
20075
|
})).optional()
|
|
20076
20076
|
});
|
|
20077
|
-
var
|
|
20077
|
+
var zListOrganizationTraceItemAttributesData = z.object({
|
|
20078
20078
|
body: z.never().optional(),
|
|
20079
20079
|
path: z.object({
|
|
20080
20080
|
organization_id_or_slug: z.string()
|
|
@@ -20107,7 +20107,7 @@ var zListOrganizationTraceItemsAttributesData = z.object({
|
|
|
20107
20107
|
cursor: z.string().min(1).optional()
|
|
20108
20108
|
}).optional()
|
|
20109
20109
|
});
|
|
20110
|
-
var
|
|
20110
|
+
var zListOrganizationTraceItemAttributesResponse = z.array(z.object({
|
|
20111
20111
|
key: z.string(),
|
|
20112
20112
|
name: z.string(),
|
|
20113
20113
|
secondaryAliases: z.array(z.string()).optional(),
|
|
@@ -20610,7 +20610,7 @@ var zCreateOrganizationWorkflowData = z.object({
|
|
|
20610
20610
|
z.null()
|
|
20611
20611
|
]).optional(),
|
|
20612
20612
|
triggers: z.object({
|
|
20613
|
-
id: z.
|
|
20613
|
+
id: z.number().int().optional(),
|
|
20614
20614
|
logic_type: z.enum([
|
|
20615
20615
|
"any",
|
|
20616
20616
|
"any-short",
|
|
@@ -20963,7 +20963,7 @@ var zUpdateOrganizationWorkflowData = z.object({
|
|
|
20963
20963
|
z.null()
|
|
20964
20964
|
]).optional(),
|
|
20965
20965
|
triggers: z.object({
|
|
20966
|
-
id: z.
|
|
20966
|
+
id: z.number().int().optional(),
|
|
20967
20967
|
logic_type: z.enum([
|
|
20968
20968
|
"any",
|
|
20969
20969
|
"any-short",
|
|
@@ -22001,7 +22001,7 @@ var zGetProjectEventAttachmentResponse = z.object({
|
|
|
22001
22001
|
z.null()
|
|
22002
22002
|
])
|
|
22003
22003
|
});
|
|
22004
|
-
var
|
|
22004
|
+
var zGetProjectEventSourceMapDebugData = z.object({
|
|
22005
22005
|
body: z.never().optional(),
|
|
22006
22006
|
path: z.object({
|
|
22007
22007
|
organization_id_or_slug: z.string(),
|
|
@@ -22010,7 +22010,7 @@ var zListProjectEventSourceMapDebugData = z.object({
|
|
|
22010
22010
|
}),
|
|
22011
22011
|
query: z.never().optional()
|
|
22012
22012
|
});
|
|
22013
|
-
var
|
|
22013
|
+
var zGetProjectEventSourceMapDebugResponse = z.object({
|
|
22014
22014
|
dist: z.union([
|
|
22015
22015
|
z.string(),
|
|
22016
22016
|
z.null()
|
|
@@ -22140,7 +22140,7 @@ var zListProjectEventSourceMapDebugResponse = z.object({
|
|
|
22140
22140
|
]),
|
|
22141
22141
|
has_scraping_data: z.boolean()
|
|
22142
22142
|
});
|
|
22143
|
-
var
|
|
22143
|
+
var zListProjectDebugFilesData = z.object({
|
|
22144
22144
|
body: z.never().optional(),
|
|
22145
22145
|
path: z.object({
|
|
22146
22146
|
organization_id_or_slug: z.string(),
|
|
@@ -22154,7 +22154,7 @@ var zListProjectFilesDsymsData = z.object({
|
|
|
22154
22154
|
cursor: z.string().min(1).optional()
|
|
22155
22155
|
}).optional()
|
|
22156
22156
|
});
|
|
22157
|
-
var
|
|
22157
|
+
var zListProjectDebugFilesResponse2 = z.array(z.object({
|
|
22158
22158
|
id: z.string(),
|
|
22159
22159
|
uuid: z.string(),
|
|
22160
22160
|
debugId: z.string(),
|
|
@@ -24419,7 +24419,7 @@ var zGetProjectReplayDeletionJobResponse = z.object({
|
|
|
24419
24419
|
countDeleted: z.number().int()
|
|
24420
24420
|
})
|
|
24421
24421
|
});
|
|
24422
|
-
var
|
|
24422
|
+
var zLinkProjectRepositoryData = z.object({
|
|
24423
24423
|
body: z.object({
|
|
24424
24424
|
repositoryId: z.number().int()
|
|
24425
24425
|
}),
|
|
@@ -24429,7 +24429,7 @@ var zCreateProjectRepoData = z.object({
|
|
|
24429
24429
|
}),
|
|
24430
24430
|
query: z.never().optional()
|
|
24431
24431
|
});
|
|
24432
|
-
var
|
|
24432
|
+
var zLinkProjectRepositoryResponse = z.object({
|
|
24433
24433
|
id: z.string(),
|
|
24434
24434
|
projectId: z.string(),
|
|
24435
24435
|
repositoryId: z.string(),
|
|
@@ -24459,7 +24459,7 @@ var zListProjectStatsData = z.object({
|
|
|
24459
24459
|
}).optional()
|
|
24460
24460
|
});
|
|
24461
24461
|
var zListProjectStatsResponse = z.array(z.array(z.number().int()));
|
|
24462
|
-
var
|
|
24462
|
+
var zDeleteProjectSymbolSourceData = z.object({
|
|
24463
24463
|
body: z.never().optional(),
|
|
24464
24464
|
path: z.object({
|
|
24465
24465
|
organization_id_or_slug: z.string(),
|
|
@@ -24469,7 +24469,7 @@ var zDeleteProjectSymbolSourcesData = z.object({
|
|
|
24469
24469
|
id: z.string()
|
|
24470
24470
|
})
|
|
24471
24471
|
});
|
|
24472
|
-
var
|
|
24472
|
+
var zDeleteProjectSymbolSourceResponse = z.void();
|
|
24473
24473
|
var zListProjectSymbolSourcesData = z.object({
|
|
24474
24474
|
body: z.never().optional(),
|
|
24475
24475
|
path: z.object({
|
|
@@ -24649,7 +24649,7 @@ var zListProjectSymbolSourcesResponse = z.array(z.union([
|
|
|
24649
24649
|
bundleId: z.string().min(1)
|
|
24650
24650
|
})
|
|
24651
24651
|
]));
|
|
24652
|
-
var
|
|
24652
|
+
var zAddProjectSymbolSourceData = z.object({
|
|
24653
24653
|
body: z.object({
|
|
24654
24654
|
type: z.enum([
|
|
24655
24655
|
"http",
|
|
@@ -24735,7 +24735,7 @@ var zCreateProjectSymbolSourceData = z.object({
|
|
|
24735
24735
|
}),
|
|
24736
24736
|
query: z.never().optional()
|
|
24737
24737
|
});
|
|
24738
|
-
var
|
|
24738
|
+
var zAddProjectSymbolSourceResponse = z.union([
|
|
24739
24739
|
z.object({
|
|
24740
24740
|
type: z.enum(["http"]),
|
|
24741
24741
|
url: z.string(),
|
|
@@ -24904,7 +24904,7 @@ var zCreateProjectSymbolSourceResponse = z.union([
|
|
|
24904
24904
|
bundleId: z.string().min(1)
|
|
24905
24905
|
})
|
|
24906
24906
|
]);
|
|
24907
|
-
var
|
|
24907
|
+
var zUpdateProjectSymbolSourceData = z.object({
|
|
24908
24908
|
body: z.object({
|
|
24909
24909
|
type: z.enum([
|
|
24910
24910
|
"http",
|
|
@@ -24992,7 +24992,7 @@ var zUpdateProjectSymbolSourcesData = z.object({
|
|
|
24992
24992
|
id: z.string()
|
|
24993
24993
|
})
|
|
24994
24994
|
});
|
|
24995
|
-
var
|
|
24995
|
+
var zUpdateProjectSymbolSourceResponse = z.union([
|
|
24996
24996
|
z.object({
|
|
24997
24997
|
type: z.enum(["http"]),
|
|
24998
24998
|
url: z.string(),
|
|
@@ -25278,7 +25278,7 @@ var zDeleteProjectTeamResponse = z.object({
|
|
|
25278
25278
|
slug: z.string()
|
|
25279
25279
|
}))
|
|
25280
25280
|
});
|
|
25281
|
-
var
|
|
25281
|
+
var zAddProjectTeamData = z.object({
|
|
25282
25282
|
body: z.never().optional(),
|
|
25283
25283
|
path: z.object({
|
|
25284
25284
|
organization_id_or_slug: z.string(),
|
|
@@ -25287,7 +25287,7 @@ var zCreateProjectTeamData = z.object({
|
|
|
25287
25287
|
}),
|
|
25288
25288
|
query: z.never().optional()
|
|
25289
25289
|
});
|
|
25290
|
-
var
|
|
25290
|
+
var zAddProjectTeamResponse = z.object({
|
|
25291
25291
|
stats: z.unknown().optional(),
|
|
25292
25292
|
transactionStats: z.unknown().optional(),
|
|
25293
25293
|
sessionStats: z.unknown().optional(),
|
|
@@ -28204,8 +28204,8 @@ export {
|
|
|
28204
28204
|
zUpdateTeamData,
|
|
28205
28205
|
zUpdateSentryAppResponse,
|
|
28206
28206
|
zUpdateSentryAppData,
|
|
28207
|
-
|
|
28208
|
-
|
|
28207
|
+
zUpdateProjectSymbolSourceResponse,
|
|
28208
|
+
zUpdateProjectSymbolSourceData,
|
|
28209
28209
|
zUpdateProjectResponse,
|
|
28210
28210
|
zUpdateProjectReleaseFileResponse,
|
|
28211
28211
|
zUpdateProjectReleaseFileData,
|
|
@@ -28298,6 +28298,10 @@ export {
|
|
|
28298
28298
|
zReleaseThresholdStatusResponse,
|
|
28299
28299
|
zReleaseHeadCommit,
|
|
28300
28300
|
zRateLimit,
|
|
28301
|
+
zProvisionOrganizationScimV2UserResponse,
|
|
28302
|
+
zProvisionOrganizationScimV2UserData,
|
|
28303
|
+
zProvisionOrganizationScimV2GroupResponse,
|
|
28304
|
+
zProvisionOrganizationScimV2GroupData,
|
|
28301
28305
|
zProjectWithTeam,
|
|
28302
28306
|
zProjectTeamsResponse,
|
|
28303
28307
|
zProjectSummary,
|
|
@@ -28411,18 +28415,16 @@ export {
|
|
|
28411
28415
|
zListProjectHooksData,
|
|
28412
28416
|
zListProjectFiltersResponse,
|
|
28413
28417
|
zListProjectFiltersData,
|
|
28414
|
-
zListProjectFilesDsymsResponse,
|
|
28415
|
-
zListProjectFilesDsymsData,
|
|
28416
28418
|
zListProjectEventsResponse,
|
|
28417
28419
|
zListProjectEventsData,
|
|
28418
|
-
zListProjectEventSourceMapDebugResponse,
|
|
28419
|
-
zListProjectEventSourceMapDebugData,
|
|
28420
28420
|
zListProjectEventAttachmentsResponse,
|
|
28421
28421
|
zListProjectEventAttachmentsData,
|
|
28422
28422
|
zListProjectEnvironmentsResponse,
|
|
28423
28423
|
zListProjectEnvironmentsData,
|
|
28424
28424
|
zListProjectEnvironments,
|
|
28425
|
+
zListProjectDebugFilesResponse2,
|
|
28425
28426
|
zListProjectDebugFilesResponse,
|
|
28427
|
+
zListProjectDebugFilesData,
|
|
28426
28428
|
zListOrganizationsResponse,
|
|
28427
28429
|
zListOrganizationsData,
|
|
28428
28430
|
zListOrganizations,
|
|
@@ -28430,8 +28432,8 @@ export {
|
|
|
28430
28432
|
zListOrganizationWorkflowsData,
|
|
28431
28433
|
zListOrganizationUserTeamsResponse,
|
|
28432
28434
|
zListOrganizationUserTeamsData,
|
|
28433
|
-
|
|
28434
|
-
|
|
28435
|
+
zListOrganizationTraceItemAttributesResponse,
|
|
28436
|
+
zListOrganizationTraceItemAttributesData,
|
|
28435
28437
|
zListOrganizationTeamsResponse,
|
|
28436
28438
|
zListOrganizationTeamsData,
|
|
28437
28439
|
zListOrganizationTagsResponse2,
|
|
@@ -28439,10 +28441,6 @@ export {
|
|
|
28439
28441
|
zListOrganizationTagsData,
|
|
28440
28442
|
zListOrganizationStatsV2Response,
|
|
28441
28443
|
zListOrganizationStatsV2Data,
|
|
28442
|
-
zListOrganizationStatsSummaryResponse,
|
|
28443
|
-
zListOrganizationStatsSummaryData,
|
|
28444
|
-
zListOrganizationSessionsResponse,
|
|
28445
|
-
zListOrganizationSessionsData,
|
|
28446
28444
|
zListOrganizationSentryAppsResponse,
|
|
28447
28445
|
zListOrganizationSentryAppsData,
|
|
28448
28446
|
zListOrganizationSentryAppInstallationsResponse,
|
|
@@ -28477,8 +28475,6 @@ export {
|
|
|
28477
28475
|
zListOrganizationProjectsData,
|
|
28478
28476
|
zListOrganizationProjectKeysResponse,
|
|
28479
28477
|
zListOrganizationProjectKeysData,
|
|
28480
|
-
zListOrganizationProfilingFlamegraphResponse,
|
|
28481
|
-
zListOrganizationProfilingFlamegraphData,
|
|
28482
28478
|
zListOrganizationProfilingChunksResponse,
|
|
28483
28479
|
zListOrganizationProfilingChunksData,
|
|
28484
28480
|
zListOrganizationPreprodartifactsSnapshotsLatestBaseResponse,
|
|
@@ -28536,6 +28532,8 @@ export {
|
|
|
28536
28532
|
zListDataForwarderResponse,
|
|
28537
28533
|
zListClientKeysResponse,
|
|
28538
28534
|
zLinkedDashboard,
|
|
28535
|
+
zLinkProjectRepositoryResponse,
|
|
28536
|
+
zLinkProjectRepositoryData,
|
|
28539
28537
|
zLegacyBrowserFilter,
|
|
28540
28538
|
zLayout,
|
|
28541
28539
|
zLatestInstallableBuildResponse,
|
|
@@ -28572,6 +28570,8 @@ export {
|
|
|
28572
28570
|
zGetProjectKeyData,
|
|
28573
28571
|
zGetProjectHookResponse,
|
|
28574
28572
|
zGetProjectHookData,
|
|
28573
|
+
zGetProjectEventSourceMapDebugResponse,
|
|
28574
|
+
zGetProjectEventSourceMapDebugData,
|
|
28575
28575
|
zGetProjectEventResponse,
|
|
28576
28576
|
zGetProjectEventData,
|
|
28577
28577
|
zGetProjectEventAttachmentResponse,
|
|
@@ -28585,8 +28585,12 @@ export {
|
|
|
28585
28585
|
zGetOrganizationTraceMetaResponse,
|
|
28586
28586
|
zGetOrganizationTraceMetaData,
|
|
28587
28587
|
zGetOrganizationTraceData,
|
|
28588
|
+
zGetOrganizationStatsSummaryResponse,
|
|
28589
|
+
zGetOrganizationStatsSummaryData,
|
|
28588
28590
|
zGetOrganizationShortidResponse,
|
|
28589
28591
|
zGetOrganizationShortidData,
|
|
28592
|
+
zGetOrganizationSessionsResponse,
|
|
28593
|
+
zGetOrganizationSessionsData,
|
|
28590
28594
|
zGetOrganizationScimV2UserResponse,
|
|
28591
28595
|
zGetOrganizationScimV2UserData,
|
|
28592
28596
|
zGetOrganizationScimV2GroupResponse,
|
|
@@ -28600,6 +28604,8 @@ export {
|
|
|
28600
28604
|
zGetOrganizationReleaseFileResponse,
|
|
28601
28605
|
zGetOrganizationReleaseFileData,
|
|
28602
28606
|
zGetOrganizationReleaseData,
|
|
28607
|
+
zGetOrganizationProfilingFlamegraphResponse,
|
|
28608
|
+
zGetOrganizationProfilingFlamegraphData,
|
|
28603
28609
|
zGetOrganizationPreprodartifactsSnapshotResponse,
|
|
28604
28610
|
zGetOrganizationPreprodartifactsSnapshotImageResponse,
|
|
28605
28611
|
zGetOrganizationPreprodartifactsSnapshotImageData,
|
|
@@ -28655,8 +28661,8 @@ export {
|
|
|
28655
28661
|
zDeleteSentryAppData,
|
|
28656
28662
|
zDeleteProjectTeamResponse,
|
|
28657
28663
|
zDeleteProjectTeamData,
|
|
28658
|
-
|
|
28659
|
-
|
|
28664
|
+
zDeleteProjectSymbolSourceResponse,
|
|
28665
|
+
zDeleteProjectSymbolSourceData,
|
|
28660
28666
|
zDeleteProjectResponse,
|
|
28661
28667
|
zDeleteProjectReplayResponse,
|
|
28662
28668
|
zDeleteProjectReplayData,
|
|
@@ -28728,12 +28734,6 @@ export {
|
|
|
28728
28734
|
zCreateReplayDeletionJob,
|
|
28729
28735
|
zCreateProjectUserFeedbackResponse,
|
|
28730
28736
|
zCreateProjectUserFeedbackData,
|
|
28731
|
-
zCreateProjectTeamResponse,
|
|
28732
|
-
zCreateProjectTeamData,
|
|
28733
|
-
zCreateProjectSymbolSourceResponse,
|
|
28734
|
-
zCreateProjectSymbolSourceData,
|
|
28735
|
-
zCreateProjectRepoResponse,
|
|
28736
|
-
zCreateProjectRepoData,
|
|
28737
28737
|
zCreateProjectReplayDeletionJobResponse,
|
|
28738
28738
|
zCreateProjectReplayDeletionJobData,
|
|
28739
28739
|
zCreateProjectReleaseFileResponse,
|
|
@@ -28749,10 +28749,6 @@ export {
|
|
|
28749
28749
|
zCreateOrganizationTeamResponse,
|
|
28750
28750
|
zCreateOrganizationTeamData,
|
|
28751
28751
|
zCreateOrganizationSpikeProtectionData,
|
|
28752
|
-
zCreateOrganizationScimV2UserResponse,
|
|
28753
|
-
zCreateOrganizationScimV2UserData,
|
|
28754
|
-
zCreateOrganizationScimV2GroupResponse,
|
|
28755
|
-
zCreateOrganizationScimV2GroupData,
|
|
28756
28752
|
zCreateOrganizationReleaseResponse,
|
|
28757
28753
|
zCreateOrganizationReleaseFileData,
|
|
28758
28754
|
zCreateOrganizationReleaseDeployResponse,
|
|
@@ -28766,10 +28762,6 @@ export {
|
|
|
28766
28762
|
zCreateOrganizationNotificationsActionData,
|
|
28767
28763
|
zCreateOrganizationMonitorResponse,
|
|
28768
28764
|
zCreateOrganizationMonitorData,
|
|
28769
|
-
zCreateOrganizationMemberTeamResponse,
|
|
28770
|
-
zCreateOrganizationMemberTeamData,
|
|
28771
|
-
zCreateOrganizationMemberResponse,
|
|
28772
|
-
zCreateOrganizationMemberData,
|
|
28773
28765
|
zCreateOrganizationIssueAutofixResponse,
|
|
28774
28766
|
zCreateOrganizationIssueAutofixData,
|
|
28775
28767
|
zCreateOrganizationForwardingResponse,
|
|
@@ -28793,5 +28785,13 @@ export {
|
|
|
28793
28785
|
zBaseDetectorTypeValidator,
|
|
28794
28786
|
zBaseDataConditionGroupValidator,
|
|
28795
28787
|
zAutofixStateResponse,
|
|
28796
|
-
zAutofixPostResponse
|
|
28788
|
+
zAutofixPostResponse,
|
|
28789
|
+
zAddProjectTeamResponse,
|
|
28790
|
+
zAddProjectTeamData,
|
|
28791
|
+
zAddProjectSymbolSourceResponse,
|
|
28792
|
+
zAddProjectSymbolSourceData,
|
|
28793
|
+
zAddOrganizationMemberTeamResponse,
|
|
28794
|
+
zAddOrganizationMemberTeamData,
|
|
28795
|
+
zAddOrganizationMemberResponse,
|
|
28796
|
+
zAddOrganizationMemberData
|
|
28797
28797
|
};
|