Skip to content

Commit

Permalink
Export missing status detail enums (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLeyland authored Jan 3, 2025
1 parent 61118fe commit 93c4bdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/small-turtles-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@team-plain/typescript-sdk': minor
---

Export missing status detail enums
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ export {
ComponentTextColor,
ComponentTextSize,
CustomersSortField,
DoneStatusDetail,
MutationErrorType,
MutationFieldErrorType,
SortDirection,
UpsertResult,
SnoozeStatusDetail,
ThreadStatus,
ThreadsSortField,
TodoStatusDetail,
UpsertResult,
UserStatus,
ThreadFieldSchemaType,
} from './graphql/types';
Expand Down

0 comments on commit 93c4bdb

Please sign in to comment.