We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61118fe commit 93c4bdbCopy full SHA for 93c4bdb
.changeset/small-turtles-trade.md
@@ -0,0 +1,5 @@
1
+---
2
+'@team-plain/typescript-sdk': minor
3
4
+
5
+Export missing status detail enums
src/index.ts
@@ -49,12 +49,15 @@ export {
49
ComponentTextColor,
50
ComponentTextSize,
51
CustomersSortField,
52
+ DoneStatusDetail,
53
MutationErrorType,
54
MutationFieldErrorType,
55
SortDirection,
- UpsertResult,
56
+ SnoozeStatusDetail,
57
ThreadStatus,
58
ThreadsSortField,
59
+ TodoStatusDetail,
60
+ UpsertResult,
61
UserStatus,
62
ThreadFieldSchemaType,
63
} from './graphql/types';
0 commit comments