File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @team-plain/typescript-sdk ' : patch
3+ ---
4+
5+ Export missing types
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments