Skip to content

Commit 7dd5c0a

Browse files
chore: removed unused types and validations
1 parent fcd2e85 commit 7dd5c0a

File tree

2 files changed

+132
-273
lines changed

2 files changed

+132
-273
lines changed

src/types/index.ts

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export type {
2525
TokenErrorResponse,
2626
TokenResponse,
2727
} from "./oauth.js";
28-
// OAuth types and schemas
2928
export {
3029
DeviceCodeResponseSchema,
3130
TokenErrorResponseSchema,
@@ -45,6 +44,7 @@ export {
4544
SolutionArtifactSchema,
4645
TERMINAL_STATUSES,
4746
} from "./seer.js";
47+
// Sentry API types (SDK-derived + internal)
4848
export type {
4949
Breadcrumb,
5050
BreadcrumbsEntry,
@@ -55,13 +55,9 @@ export type {
5555
ExceptionEntry,
5656
ExceptionValue,
5757
IssueLevel,
58-
IssuePriority,
5958
IssueStatus,
60-
IssueSubstatus,
61-
LogSeverity,
6259
LogsResponse,
6360
Mechanism,
64-
OrganizationLinks,
6561
OsContext,
6662
ProjectKey,
6763
Region,
@@ -72,40 +68,22 @@ export type {
7268
SentryOrganization,
7369
SentryProject,
7470
SentryUser,
75-
Span,
7671
StackFrame,
7772
Stacktrace,
7873
TraceContext,
7974
TraceSpan,
80-
UserGeo,
8175
UserRegionsResponse,
8276
} from "./sentry.js";
8377

8478
export {
85-
BreadcrumbSchema,
86-
BreadcrumbsEntrySchema,
87-
BrowserContextSchema,
8879
DetailedLogsResponseSchema,
8980
DetailedSentryLogSchema,
90-
DeviceContextSchema,
91-
ExceptionEntrySchema,
92-
ExceptionValueSchema,
9381
ISSUE_LEVELS,
94-
ISSUE_PRIORITIES,
9582
ISSUE_STATUSES,
96-
LOG_SEVERITIES,
9783
LogsResponseSchema,
98-
MechanismSchema,
99-
OsContextSchema,
10084
RegionSchema,
101-
RequestEntrySchema,
10285
SentryLogSchema,
10386
SentryUserSchema,
104-
SpanSchema,
105-
StackFrameSchema,
106-
StacktraceSchema,
107-
TraceContextSchema,
108-
UserGeoSchema,
10987
UserRegionsResponseSchema,
11088
} from "./sentry.js";
11189

0 commit comments

Comments
 (0)