Skip to content

Commit 1cdb361

Browse files
P-5768: Added missing type exports (#99)
* Updated exports * Changeset
1 parent 8826e16 commit 1cdb361

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.changeset/early-colts-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': patch
3+
---
4+
5+
Export missing types

src/index.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export {
1717
CustomersSortField,
1818
MutationErrorType,
1919
MutationFieldErrorType,
20+
SortDirection,
2021
UpsertResult,
2122
ThreadStatus,
2223
ThreadsSortField,
@@ -29,22 +30,29 @@ export type {
2930
CustomersSort,
3031

3132
// Input types
33+
AddLabelsInput,
3234
AddCustomerToCustomerGroupsInput,
35+
ArchiveLabelTypeInput,
36+
ChangeThreadPriorityInput,
3337
CommunicationChannelInput,
38+
CreateAttachmentDownloadUrlInput,
3439
CreateCustomerCardConfigInput,
40+
CreateCustomerEventInput,
41+
CreateThreadInput,
42+
CreateThreadEventInput,
3543
DeleteCustomerCardConfigInput,
3644
DeleteCustomerInput,
45+
MarkThreadAsDoneInput,
46+
MarkThreadAsTodoInput,
3747
RemoveCustomerFromCustomerGroupsInput,
3848
ReplyToEmailInput,
49+
ReplyToThreadInput,
3950
SendChatInput,
4051
SendNewEmailInput,
52+
SnoozeThreadInput,
4153
UpdateCustomerCardConfigInput,
4254
UpsertCustomerInput,
4355
UpsertCustomTimelineEntryInput,
44-
CreateThreadInput,
45-
ChangeThreadPriorityInput,
46-
CreateCustomerEventInput,
47-
CreateThreadEventInput,
4856

4957
// Fragment types
5058
ActorPartsFragment,

0 commit comments

Comments
 (0)