Skip to content

Commit 454ae81

Browse files
committed
chore(types): export PublishStatusPageIncidentRequest
Surface the typed request model so downstream surfaces (MCP server, tests) can import it from `devhelm.types` directly instead of reaching into `devhelm._generated`. Made-with: Cursor
1 parent bf9aa7f commit 454ae81

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/devhelm/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
NotificationPolicyDto,
7979
Operator,
8080
OrgRole,
81+
PublishStatusPageIncidentRequest,
8182
RecordType,
8283
ReorderComponentsRequest,
8384
ResolutionReason,
@@ -247,6 +248,7 @@
247248
"MonitorDto",
248249
"MonitorVersionDto",
249250
"NotificationPolicyDto",
251+
"PublishStatusPageIncidentRequest",
250252
"ReorderComponentsRequest",
251253
"ResolveIncidentRequest",
252254
"ResourceGroupDto",

0 commit comments

Comments
 (0)