Skip to content

Commit 93c4bdb

Browse files
authored
Export missing status detail enums (#190)
1 parent 61118fe commit 93c4bdb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.changeset/small-turtles-trade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@team-plain/typescript-sdk': minor
3+
---
4+
5+
Export missing status detail enums

src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ export {
4949
ComponentTextColor,
5050
ComponentTextSize,
5151
CustomersSortField,
52+
DoneStatusDetail,
5253
MutationErrorType,
5354
MutationFieldErrorType,
5455
SortDirection,
55-
UpsertResult,
56+
SnoozeStatusDetail,
5657
ThreadStatus,
5758
ThreadsSortField,
59+
TodoStatusDetail,
60+
UpsertResult,
5861
UserStatus,
5962
ThreadFieldSchemaType,
6063
} from './graphql/types';

0 commit comments

Comments
 (0)