@sentry/api 0.225.0 → 0.227.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 +51 -51
- package/dist/pagination.gen.d.ts +28 -28
- package/dist/sdk.gen.d.ts +280 -20
- package/dist/types.gen.d.ts +75 -75
- package/dist/zod.gen.d.ts +38 -38
- package/dist/zod.js +77 -77
- package/package.json +1 -1
package/dist/zod.js
CHANGED
|
@@ -11035,7 +11035,7 @@ var zUpdateOrganizationResponse = z.object({
|
|
|
11035
11035
|
])
|
|
11036
11036
|
}))
|
|
11037
11037
|
});
|
|
11038
|
-
var
|
|
11038
|
+
var zGetOrganizationConfigIntegrationsData = z.object({
|
|
11039
11039
|
body: z.never().optional(),
|
|
11040
11040
|
path: z.object({
|
|
11041
11041
|
organization_id_or_slug: z.string()
|
|
@@ -11044,7 +11044,7 @@ var zListOrganizationConfigIntegrationsData = z.object({
|
|
|
11044
11044
|
providerKey: z.string().optional()
|
|
11045
11045
|
}).optional()
|
|
11046
11046
|
});
|
|
11047
|
-
var
|
|
11047
|
+
var zGetOrganizationConfigIntegrationsResponse = z.object({
|
|
11048
11048
|
providers: z.array(z.object({
|
|
11049
11049
|
key: z.string(),
|
|
11050
11050
|
slug: z.string(),
|
|
@@ -12709,7 +12709,7 @@ var zListOrganizationEnvironmentsResponse = z.array(z.object({
|
|
|
12709
12709
|
id: z.string(),
|
|
12710
12710
|
name: z.string()
|
|
12711
12711
|
}));
|
|
12712
|
-
var
|
|
12712
|
+
var zResolveOrganizationEventIdData = z.object({
|
|
12713
12713
|
body: z.never().optional(),
|
|
12714
12714
|
path: z.object({
|
|
12715
12715
|
organization_id_or_slug: z.string(),
|
|
@@ -12717,7 +12717,7 @@ var zGetOrganizationEventidData = z.object({
|
|
|
12717
12717
|
}),
|
|
12718
12718
|
query: z.never().optional()
|
|
12719
12719
|
});
|
|
12720
|
-
var
|
|
12720
|
+
var zResolveOrganizationEventIdResponse = z.object({
|
|
12721
12721
|
organizationSlug: z.string(),
|
|
12722
12722
|
projectSlug: z.string(),
|
|
12723
12723
|
groupId: z.string(),
|
|
@@ -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({
|
|
@@ -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()),
|
|
@@ -19417,7 +19417,7 @@ var zListOrganizationSessionsResponse = z.object({
|
|
|
19417
19417
|
})),
|
|
19418
19418
|
query: z.string()
|
|
19419
19419
|
});
|
|
19420
|
-
var
|
|
19420
|
+
var zResolveOrganizationShortIdData = z.object({
|
|
19421
19421
|
body: z.never().optional(),
|
|
19422
19422
|
path: z.object({
|
|
19423
19423
|
organization_id_or_slug: z.string(),
|
|
@@ -19433,7 +19433,7 @@ var zGetOrganizationShortidData = z.object({
|
|
|
19433
19433
|
])).optional()
|
|
19434
19434
|
}).optional()
|
|
19435
19435
|
});
|
|
19436
|
-
var
|
|
19436
|
+
var zResolveOrganizationShortIdResponse = z.object({
|
|
19437
19437
|
organizationSlug: z.string(),
|
|
19438
19438
|
projectSlug: z.string(),
|
|
19439
19439
|
groupId: 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(),
|
|
@@ -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(),
|
|
@@ -23600,7 +23600,7 @@ var zListProjectMonitorCheckinsResponse = z.array(z.object({
|
|
|
23600
23600
|
])
|
|
23601
23601
|
})
|
|
23602
23602
|
}));
|
|
23603
|
-
var
|
|
23603
|
+
var zGetProjectOwnershipData = z.object({
|
|
23604
23604
|
body: z.never().optional(),
|
|
23605
23605
|
path: z.object({
|
|
23606
23606
|
organization_id_or_slug: z.string(),
|
|
@@ -23608,7 +23608,7 @@ var zListProjectOwnershipData = z.object({
|
|
|
23608
23608
|
}),
|
|
23609
23609
|
query: z.never().optional()
|
|
23610
23610
|
});
|
|
23611
|
-
var
|
|
23611
|
+
var zGetProjectOwnershipResponse = z.object({
|
|
23612
23612
|
schema: z.union([
|
|
23613
23613
|
z.object({
|
|
23614
23614
|
$version: z.number().int(),
|
|
@@ -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,
|
|
@@ -28292,12 +28292,20 @@ export {
|
|
|
28292
28292
|
zScimMemberProvision,
|
|
28293
28293
|
zScimListResponseEnvelopeScimTeamIndexResponse,
|
|
28294
28294
|
zScimListResponseEnvelopeScimMemberIndexResponse,
|
|
28295
|
+
zResolveOrganizationShortIdResponse,
|
|
28296
|
+
zResolveOrganizationShortIdData,
|
|
28297
|
+
zResolveOrganizationEventIdResponse,
|
|
28298
|
+
zResolveOrganizationEventIdData,
|
|
28295
28299
|
zReplayDeletionJobCreateData,
|
|
28296
28300
|
zReplayDeletionJobCreate,
|
|
28297
28301
|
zReplayCounts,
|
|
28298
28302
|
zReleaseThresholdStatusResponse,
|
|
28299
28303
|
zReleaseHeadCommit,
|
|
28300
28304
|
zRateLimit,
|
|
28305
|
+
zProvisionOrganizationScimV2UserResponse,
|
|
28306
|
+
zProvisionOrganizationScimV2UserData,
|
|
28307
|
+
zProvisionOrganizationScimV2GroupResponse,
|
|
28308
|
+
zProvisionOrganizationScimV2GroupData,
|
|
28301
28309
|
zProjectWithTeam,
|
|
28302
28310
|
zProjectTeamsResponse,
|
|
28303
28311
|
zProjectSummary,
|
|
@@ -28397,8 +28405,6 @@ export {
|
|
|
28397
28405
|
zListProjectPreprodSnapshotsStatusCheckRulesData,
|
|
28398
28406
|
zListProjectPreprodSizeAnalysisStatusCheckRulesResponse,
|
|
28399
28407
|
zListProjectPreprodSizeAnalysisStatusCheckRulesData,
|
|
28400
|
-
zListProjectOwnershipResponse,
|
|
28401
|
-
zListProjectOwnershipData,
|
|
28402
28408
|
zListProjectMonitorCheckinsResponse,
|
|
28403
28409
|
zListProjectMonitorCheckinsData,
|
|
28404
28410
|
zListProjectMembersResponse,
|
|
@@ -28411,18 +28417,16 @@ export {
|
|
|
28411
28417
|
zListProjectHooksData,
|
|
28412
28418
|
zListProjectFiltersResponse,
|
|
28413
28419
|
zListProjectFiltersData,
|
|
28414
|
-
zListProjectFilesDsymsResponse,
|
|
28415
|
-
zListProjectFilesDsymsData,
|
|
28416
28420
|
zListProjectEventsResponse,
|
|
28417
28421
|
zListProjectEventsData,
|
|
28418
|
-
zListProjectEventSourceMapDebugResponse,
|
|
28419
|
-
zListProjectEventSourceMapDebugData,
|
|
28420
28422
|
zListProjectEventAttachmentsResponse,
|
|
28421
28423
|
zListProjectEventAttachmentsData,
|
|
28422
28424
|
zListProjectEnvironmentsResponse,
|
|
28423
28425
|
zListProjectEnvironmentsData,
|
|
28424
28426
|
zListProjectEnvironments,
|
|
28427
|
+
zListProjectDebugFilesResponse2,
|
|
28425
28428
|
zListProjectDebugFilesResponse,
|
|
28429
|
+
zListProjectDebugFilesData,
|
|
28426
28430
|
zListOrganizationsResponse,
|
|
28427
28431
|
zListOrganizationsData,
|
|
28428
28432
|
zListOrganizations,
|
|
@@ -28430,8 +28434,8 @@ export {
|
|
|
28430
28434
|
zListOrganizationWorkflowsData,
|
|
28431
28435
|
zListOrganizationUserTeamsResponse,
|
|
28432
28436
|
zListOrganizationUserTeamsData,
|
|
28433
|
-
|
|
28434
|
-
|
|
28437
|
+
zListOrganizationTraceItemAttributesResponse,
|
|
28438
|
+
zListOrganizationTraceItemAttributesData,
|
|
28435
28439
|
zListOrganizationTeamsResponse,
|
|
28436
28440
|
zListOrganizationTeamsData,
|
|
28437
28441
|
zListOrganizationTagsResponse2,
|
|
@@ -28439,10 +28443,6 @@ export {
|
|
|
28439
28443
|
zListOrganizationTagsData,
|
|
28440
28444
|
zListOrganizationStatsV2Response,
|
|
28441
28445
|
zListOrganizationStatsV2Data,
|
|
28442
|
-
zListOrganizationStatsSummaryResponse,
|
|
28443
|
-
zListOrganizationStatsSummaryData,
|
|
28444
|
-
zListOrganizationSessionsResponse,
|
|
28445
|
-
zListOrganizationSessionsData,
|
|
28446
28446
|
zListOrganizationSentryAppsResponse,
|
|
28447
28447
|
zListOrganizationSentryAppsData,
|
|
28448
28448
|
zListOrganizationSentryAppInstallationsResponse,
|
|
@@ -28477,8 +28477,6 @@ export {
|
|
|
28477
28477
|
zListOrganizationProjectsData,
|
|
28478
28478
|
zListOrganizationProjectKeysResponse,
|
|
28479
28479
|
zListOrganizationProjectKeysData,
|
|
28480
|
-
zListOrganizationProfilingFlamegraphResponse,
|
|
28481
|
-
zListOrganizationProfilingFlamegraphData,
|
|
28482
28480
|
zListOrganizationProfilingChunksResponse,
|
|
28483
28481
|
zListOrganizationProfilingChunksData,
|
|
28484
28482
|
zListOrganizationPreprodartifactsSnapshotsLatestBaseResponse,
|
|
@@ -28525,8 +28523,6 @@ export {
|
|
|
28525
28523
|
zListOrganizationDetectorsData,
|
|
28526
28524
|
zListOrganizationDashboardsResponse,
|
|
28527
28525
|
zListOrganizationDashboardsData,
|
|
28528
|
-
zListOrganizationConfigIntegrationsResponse,
|
|
28529
|
-
zListOrganizationConfigIntegrationsData,
|
|
28530
28526
|
zListOrganizationClientKeysResponse,
|
|
28531
28527
|
zListOrgTeamResponse,
|
|
28532
28528
|
zListOrgMembersResponse,
|
|
@@ -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,
|
|
@@ -28566,12 +28564,16 @@ export {
|
|
|
28566
28564
|
zGetProjectReleaseFileData,
|
|
28567
28565
|
zGetProjectProfilingProfileResponse,
|
|
28568
28566
|
zGetProjectProfilingProfileData,
|
|
28567
|
+
zGetProjectOwnershipResponse,
|
|
28568
|
+
zGetProjectOwnershipData,
|
|
28569
28569
|
zGetProjectMonitorResponse,
|
|
28570
28570
|
zGetProjectMonitorData,
|
|
28571
28571
|
zGetProjectKeyResponse,
|
|
28572
28572
|
zGetProjectKeyData,
|
|
28573
28573
|
zGetProjectHookResponse,
|
|
28574
28574
|
zGetProjectHookData,
|
|
28575
|
+
zGetProjectEventSourceMapDebugResponse,
|
|
28576
|
+
zGetProjectEventSourceMapDebugData,
|
|
28575
28577
|
zGetProjectEventResponse,
|
|
28576
28578
|
zGetProjectEventData,
|
|
28577
28579
|
zGetProjectEventAttachmentResponse,
|
|
@@ -28585,8 +28587,10 @@ export {
|
|
|
28585
28587
|
zGetOrganizationTraceMetaResponse,
|
|
28586
28588
|
zGetOrganizationTraceMetaData,
|
|
28587
28589
|
zGetOrganizationTraceData,
|
|
28588
|
-
|
|
28589
|
-
|
|
28590
|
+
zGetOrganizationStatsSummaryResponse,
|
|
28591
|
+
zGetOrganizationStatsSummaryData,
|
|
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,
|
|
@@ -28618,8 +28624,6 @@ export {
|
|
|
28618
28624
|
zGetOrganizationIssueData,
|
|
28619
28625
|
zGetOrganizationIntegrationResponse,
|
|
28620
28626
|
zGetOrganizationIntegrationData,
|
|
28621
|
-
zGetOrganizationEventidResponse,
|
|
28622
|
-
zGetOrganizationEventidData,
|
|
28623
28627
|
zGetOrganizationDiscoverSavedQueryResponse,
|
|
28624
28628
|
zGetOrganizationDiscoverSavedQueryData,
|
|
28625
28629
|
zGetOrganizationDetectorResponse,
|
|
@@ -28627,6 +28631,8 @@ export {
|
|
|
28627
28631
|
zGetOrganizationData,
|
|
28628
28632
|
zGetOrganizationDashboardResponse,
|
|
28629
28633
|
zGetOrganizationDashboardData,
|
|
28634
|
+
zGetOrganizationConfigIntegrationsResponse,
|
|
28635
|
+
zGetOrganizationConfigIntegrationsData,
|
|
28630
28636
|
zFilters,
|
|
28631
28637
|
zExternalUserWritable,
|
|
28632
28638
|
zExternalUser,
|
|
@@ -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
|
};
|