@workhive/api 1.3.3 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +160 -6
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +253 -12
- package/dist/context.d.ts +122 -3
- package/dist/context.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +24 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +20 -1
- package/dist/hooks/use-billing-status.d.ts +7 -0
- package/dist/hooks/use-billing-status.d.ts.map +1 -0
- package/dist/hooks/use-billing-status.js +17 -0
- package/dist/hooks/use-card.d.ts +2 -0
- package/dist/hooks/use-card.d.ts.map +1 -0
- package/dist/hooks/use-card.js +12 -0
- package/dist/hooks/use-cards.d.ts +5 -0
- package/dist/hooks/use-cards.d.ts.map +1 -0
- package/dist/hooks/use-cards.js +12 -0
- package/dist/hooks/use-create-card.d.ts +10 -0
- package/dist/hooks/use-create-card.d.ts.map +1 -0
- package/dist/hooks/use-create-card.js +13 -0
- package/dist/hooks/use-delete-card.d.ts +15 -0
- package/dist/hooks/use-delete-card.d.ts.map +1 -0
- package/dist/hooks/use-delete-card.js +38 -0
- package/dist/hooks/use-email-drafts.d.ts +32 -0
- package/dist/hooks/use-email-drafts.d.ts.map +1 -0
- package/dist/hooks/use-email-drafts.js +98 -0
- package/dist/hooks/use-gmail-connection-members.d.ts +2 -0
- package/dist/hooks/use-gmail-connection-members.d.ts.map +1 -0
- package/dist/hooks/use-gmail-connection-members.js +13 -0
- package/dist/hooks/use-gmail-connections.d.ts +5 -0
- package/dist/hooks/use-gmail-connections.d.ts.map +1 -0
- package/dist/hooks/use-gmail-connections.js +21 -0
- package/dist/hooks/use-gmail-messages.d.ts +2 -0
- package/dist/hooks/use-gmail-messages.d.ts.map +1 -0
- package/dist/hooks/use-gmail-messages.js +13 -0
- package/dist/hooks/use-gmail-signature.d.ts +2 -0
- package/dist/hooks/use-gmail-signature.d.ts.map +1 -0
- package/dist/hooks/use-gmail-signature.js +12 -0
- package/dist/hooks/use-gmail-thread-search-infinite.d.ts +2 -0
- package/dist/hooks/use-gmail-thread-search-infinite.d.ts.map +1 -0
- package/dist/hooks/use-gmail-thread-search-infinite.js +21 -0
- package/dist/hooks/use-gmail-thread-search.d.ts +2 -0
- package/dist/hooks/use-gmail-thread-search.d.ts.map +1 -0
- package/dist/hooks/use-gmail-thread-search.js +12 -0
- package/dist/hooks/use-gmail-threads-infinite.d.ts +5 -0
- package/dist/hooks/use-gmail-threads-infinite.d.ts.map +1 -0
- package/dist/hooks/use-gmail-threads-infinite.js +24 -0
- package/dist/hooks/use-gmail-threads.d.ts +7 -0
- package/dist/hooks/use-gmail-threads.d.ts.map +1 -0
- package/dist/hooks/use-gmail-threads.js +23 -0
- package/dist/hooks/use-inbox-badge-count.d.ts +6 -0
- package/dist/hooks/use-inbox-badge-count.d.ts.map +1 -0
- package/dist/hooks/use-inbox-badge-count.js +17 -0
- package/dist/hooks/use-inbox-thread-search.d.ts +2 -0
- package/dist/hooks/use-inbox-thread-search.d.ts.map +1 -0
- package/dist/hooks/use-inbox-thread-search.js +12 -0
- package/dist/hooks/use-inbox-threads-infinite.d.ts.map +1 -1
- package/dist/hooks/use-inbox-threads-infinite.js +1 -0
- package/dist/hooks/use-link-gmail-thread-contact.d.ts +7 -0
- package/dist/hooks/use-link-gmail-thread-contact.d.ts.map +1 -0
- package/dist/hooks/use-link-gmail-thread-contact.js +15 -0
- package/dist/hooks/use-manage-gmail-connection-members.d.ts +13 -0
- package/dist/hooks/use-manage-gmail-connection-members.d.ts.map +1 -0
- package/dist/hooks/use-manage-gmail-connection-members.js +25 -0
- package/dist/hooks/use-mark-inbox-thread-read.d.ts +3 -1
- package/dist/hooks/use-mark-inbox-thread-read.d.ts.map +1 -1
- package/dist/hooks/use-mark-inbox-thread-read.js +36 -14
- package/dist/hooks/use-mark-inbox-thread-unread.d.ts +3 -1
- package/dist/hooks/use-mark-inbox-thread-unread.d.ts.map +1 -1
- package/dist/hooks/use-mark-inbox-thread-unread.js +37 -14
- package/dist/hooks/use-me.d.ts.map +1 -1
- package/dist/hooks/use-me.js +2 -1
- package/dist/hooks/use-message-snippets.d.ts +1 -1
- package/dist/hooks/use-message-snippets.d.ts.map +1 -1
- package/dist/hooks/use-message-snippets.js +4 -3
- package/dist/hooks/use-missed-unseen-count.d.ts +8 -0
- package/dist/hooks/use-missed-unseen-count.d.ts.map +1 -0
- package/dist/hooks/use-missed-unseen-count.js +19 -0
- package/dist/hooks/use-patch-card.d.ts +15 -0
- package/dist/hooks/use-patch-card.d.ts.map +1 -0
- package/dist/hooks/use-patch-card.js +48 -0
- package/dist/hooks/use-phone-number.d.ts.map +1 -1
- package/dist/hooks/use-phone-number.js +2 -1
- package/dist/hooks/use-phone-numbers.d.ts.map +1 -1
- package/dist/hooks/use-phone-numbers.js +2 -1
- package/dist/hooks/use-send-gmail-message.d.ts +6 -0
- package/dist/hooks/use-send-gmail-message.d.ts.map +1 -0
- package/dist/hooks/use-send-gmail-message.js +21 -0
- package/dist/hooks/use-send-inbox-message.d.ts.map +1 -1
- package/dist/hooks/use-send-inbox-message.js +16 -13
- package/dist/hooks/use-tasks.d.ts +4 -0
- package/dist/hooks/use-tasks.d.ts.map +1 -1
- package/dist/hooks/use-tasks.js +14 -2
- package/dist/hooks/use-update-inbox-thread-status.d.ts +3 -1
- package/dist/hooks/use-update-inbox-thread-status.d.ts.map +1 -1
- package/dist/hooks/use-update-inbox-thread-status.js +36 -14
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/query-keys.d.ts +58 -0
- package/dist/query-keys.d.ts.map +1 -1
- package/dist/query-keys.js +50 -0
- package/dist/types.d.ts +402 -14
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
* WorkHive API client – base URL + auth, methods for each route.
|
|
3
3
|
* Used by both SaaS and mobile; mobile passes EXPO_PUBLIC_API_URL and Supabase getToken.
|
|
4
4
|
*/
|
|
5
|
-
import type { LeadSubmissionsResponse, ContactLeadSubmissionsResponse, TaskListItem, Meeting, CreateMeetingPayload, PipelineCard, PostMeetingBookedPromptResponse, Pipeline, PipelineStage, TeamMembersResponse, MeResponse, RescheduleMeetingPayload, GetAvailabilitySlotsParams, GetAvailabilitySlotsResponse, EventType, PhoneNumberRecord, PhoneNumbersResponse, UpdatePhoneNumberBody, InboxThreadsResponse, InboxMessagesResponse, InboxCallsResponse, InboxCallEvent, CreateInboxCallPayload, VoiceTokenResponse, UploadInboxMediaResponse, SendInboxMessagePayload, SendInboxMessageResponse, MessageSnippet, MessageSnippetsResponse, CreateMessageSnippetPayload, UpdateMessageSnippetPayload, InboxGifsResponse } from './types';
|
|
5
|
+
import type { LeadSubmissionsResponse, ContactLeadSubmissionsResponse, TaskListItem, CreateTaskInput, Meeting, MeetingAttachment, MeetingCallOutcome, CreateMeetingPayload, MeetingOutcomePayload, PipelineCard, PipelineCardsResponse, CreateCardPayload, PostMeetingBookedPromptResponse, Pipeline, PipelineStage, TeamMembersResponse, MeResponse, RescheduleMeetingPayload, GetAvailabilitySlotsParams, GetAvailabilitySlotsResponse, EventType, PhoneNumberRecord, PhoneNumbersResponse, UpdatePhoneNumberBody, InboxThreadsResponse, InboxMessagesResponse, InboxCallsResponse, InboxCallEvent, CreateInboxCallPayload, MissedUnseenCountResponse, InboxBadgeCountResponse, VoiceTokenResponse, UploadInboxMediaResponse, SendInboxMessagePayload, SendInboxMessageResponse, MessageSnippet, MessageSnippetsResponse, CreateMessageSnippetPayload, UpdateMessageSnippetPayload, InboxGifsResponse, MeOrganizationBilling, SeatUpdateResponse, RegisterPushTokenPayload, RegisterPushTokenResponse, UnregisterPushTokenResponse, GmailConnectionsResponse, GmailConnectionMember, GmailThreadsPageResponse, InboxMessagesResponse as GmailMessagesResponse, SendGmailMessagePayload, SendGmailMessageResponse, GmailSignatureResponse, LinkGmailThreadContactPayload, LinkGmailThreadContactResponse, GmailThreadSearchResponse, InboxThreadSearchResponse, CreateEmailDraftPayload, UpdateEmailDraftPayload, CreateEmailDraftResponse, EmailDraftsListResponse } from './types';
|
|
6
6
|
export type ApiClientConfig = {
|
|
7
7
|
baseURL: string;
|
|
8
8
|
getToken: () => Promise<string | null>;
|
|
9
9
|
};
|
|
10
|
+
/** Thrown when `fetch` returns a non-OK response; includes HTTP status for callers (e.g. 402 insufficient credits). */
|
|
11
|
+
export declare class ApiRequestError extends Error {
|
|
12
|
+
readonly status: number;
|
|
13
|
+
readonly body: unknown;
|
|
14
|
+
constructor(status: number, message: string, body?: unknown);
|
|
15
|
+
}
|
|
10
16
|
export declare function createApiClient(config: ApiClientConfig): {
|
|
11
17
|
getLeadSubmissions(params?: {
|
|
12
18
|
tab?: "calls" | "texting" | "no-tasks";
|
|
@@ -15,12 +21,21 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
15
21
|
offset?: number;
|
|
16
22
|
status?: "potential" | "qualified" | "disqualified";
|
|
17
23
|
formId?: string;
|
|
24
|
+
/** When set, OR-match any of these form ids (takes precedence over formId). */
|
|
25
|
+
formIds?: string[];
|
|
18
26
|
ownerIds?: string[];
|
|
27
|
+
setterIds?: string[];
|
|
19
28
|
pipelineIds?: string[];
|
|
20
29
|
search?: string;
|
|
21
30
|
sortBy?: "date" | "status" | "next_task";
|
|
22
31
|
sortOrder?: "asc" | "desc";
|
|
23
32
|
showArchivedOnly?: boolean;
|
|
33
|
+
allPipelines?: boolean;
|
|
34
|
+
taskType?: string;
|
|
35
|
+
dueDateFilter?: string;
|
|
36
|
+
/** IANA timezone for calendar-based due filters (`due-today`, `due-this-week`). */
|
|
37
|
+
dueDateTimezone?: string;
|
|
38
|
+
showCompletedOnly?: boolean;
|
|
24
39
|
}): Promise<LeadSubmissionsResponse>;
|
|
25
40
|
getContactLeadSubmissions(contactId: string): Promise<ContactLeadSubmissionsResponse>;
|
|
26
41
|
getContactMeetings(contactId: string): Promise<{
|
|
@@ -30,6 +45,7 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
30
45
|
getTasks(params?: {
|
|
31
46
|
status?: string;
|
|
32
47
|
related_card_id?: string;
|
|
48
|
+
contact_id?: string;
|
|
33
49
|
limit?: number;
|
|
34
50
|
offset?: number;
|
|
35
51
|
sort_by?: string;
|
|
@@ -37,6 +53,9 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
37
53
|
}): Promise<{
|
|
38
54
|
tasks: TaskListItem[];
|
|
39
55
|
}>;
|
|
56
|
+
createTask(body: CreateTaskInput): Promise<{
|
|
57
|
+
task: TaskListItem;
|
|
58
|
+
}>;
|
|
40
59
|
/** POST /api/tasks/[taskId]/outcome – record call/chat outcome */
|
|
41
60
|
postTaskOutcome(taskId: string, body: {
|
|
42
61
|
outcomeType: string;
|
|
@@ -59,12 +78,28 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
59
78
|
getMeeting(meetingId: string): Promise<{
|
|
60
79
|
meeting: Meeting;
|
|
61
80
|
}>;
|
|
62
|
-
|
|
81
|
+
getPipelineCards(pipelineId: string, params?: {
|
|
82
|
+
showArchivedOnly?: boolean;
|
|
83
|
+
}, opts?: {
|
|
84
|
+
signal?: AbortSignal;
|
|
85
|
+
}): Promise<PipelineCardsResponse>;
|
|
86
|
+
getCard(pipelineId: string, cardId: string, opts?: {
|
|
87
|
+
signal?: AbortSignal;
|
|
88
|
+
}): Promise<{
|
|
63
89
|
card: PipelineCard;
|
|
64
90
|
}>;
|
|
65
91
|
patchCard(pipelineId: string, cardId: string, body: Record<string, unknown>): Promise<{
|
|
66
92
|
card: PipelineCard;
|
|
67
93
|
}>;
|
|
94
|
+
createCard(pipelineId: string, body: CreateCardPayload): Promise<{
|
|
95
|
+
card: PipelineCard;
|
|
96
|
+
message: string;
|
|
97
|
+
}>;
|
|
98
|
+
deleteCard(pipelineId: string, cardId: string, action?: "archive" | "delete"): Promise<{
|
|
99
|
+
success: boolean;
|
|
100
|
+
message: string;
|
|
101
|
+
card?: PipelineCard;
|
|
102
|
+
}>;
|
|
68
103
|
getPostMeetingBookedPrompt(cardId: string, pipelineId: string): Promise<PostMeetingBookedPromptResponse & {
|
|
69
104
|
scenario?: string | null;
|
|
70
105
|
}>;
|
|
@@ -133,27 +168,53 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
133
168
|
rescheduleUrl?: string;
|
|
134
169
|
};
|
|
135
170
|
}>;
|
|
171
|
+
postMeetingOutcome(meetingId: string, body: MeetingOutcomePayload, method?: "POST" | "PUT"): Promise<{
|
|
172
|
+
status: "success";
|
|
173
|
+
outcome: MeetingCallOutcome;
|
|
174
|
+
}>;
|
|
175
|
+
getMeetingAttachments(meetingId: string): Promise<{
|
|
176
|
+
success: true;
|
|
177
|
+
data: MeetingAttachment[];
|
|
178
|
+
}>;
|
|
179
|
+
postMeetingAttachment(meetingId: string, body: {
|
|
180
|
+
attachment_type: "url";
|
|
181
|
+
file_name: string;
|
|
182
|
+
file_url: string;
|
|
183
|
+
}): Promise<{
|
|
184
|
+
success: true;
|
|
185
|
+
data: MeetingAttachment;
|
|
186
|
+
}>;
|
|
187
|
+
deleteMeetingAttachment(meetingId: string, attachmentId: string): Promise<{
|
|
188
|
+
success: true;
|
|
189
|
+
}>;
|
|
136
190
|
getPhoneNumbers(): Promise<PhoneNumbersResponse>;
|
|
137
191
|
/** GET /api/phone-numbers/[id] – single phone number with assignments (for settings detail). */
|
|
138
192
|
getPhoneNumber(phoneNumberId: string): Promise<{
|
|
139
193
|
phone_number: PhoneNumberRecord;
|
|
140
194
|
}>;
|
|
141
|
-
/** PATCH /api/phone-numbers/[id] – update phone number (admin/owner only). Includes call_recording_transcribe_enabled. */
|
|
195
|
+
/** PATCH /api/phone-numbers/[id] – update phone number (admin/owner only). Includes call_recording_enabled and call_recording_transcribe_enabled. */
|
|
142
196
|
patchPhoneNumber(phoneNumberId: string, body: UpdatePhoneNumberBody): Promise<{
|
|
143
197
|
phone_number: PhoneNumberRecord;
|
|
144
198
|
}>;
|
|
145
199
|
/** DELETE /api/phone-numbers/[id] – remove phone number (admin/owner only; no assignments). */
|
|
146
200
|
deletePhoneNumber(phoneNumberId: string): Promise<void>;
|
|
147
201
|
/** POST /api/phone-numbers/[id]/voice-token – Twilio Voice Access Token for Device SDK. */
|
|
148
|
-
postVoiceToken(phoneNumberId: string): Promise<VoiceTokenResponse>;
|
|
202
|
+
postVoiceToken(phoneNumberId: string, mode?: "incoming" | "outbound"): Promise<VoiceTokenResponse>;
|
|
149
203
|
/** POST /api/phone-numbers/[id]/upload-media – upload files for outbound MMS; returns signed URLs + attachment metadata. */
|
|
150
204
|
uploadInboxMedia(phoneNumberId: string, formData: FormData): Promise<UploadInboxMediaResponse>;
|
|
151
|
-
/** List conversation threads for an inbox (phone number). Optional status filter: active (Open) or archived (Done). Supports cursor pagination via limit and cursor. */
|
|
205
|
+
/** List conversation threads for an inbox (phone number). Optional status filter: active (Open) or archived (Done). Supports cursor pagination via limit and cursor. When contact_id is set, finds the thread for that contact regardless of status. */
|
|
152
206
|
getInboxThreads(phoneNumberId: string, params?: {
|
|
153
207
|
status?: "active" | "archived";
|
|
154
208
|
limit?: number;
|
|
155
209
|
cursor?: string;
|
|
210
|
+
contact_id?: string;
|
|
211
|
+
unread_only?: boolean;
|
|
156
212
|
}): Promise<InboxThreadsResponse>;
|
|
213
|
+
/** Search SMS threads by message body or contact name/phone. */
|
|
214
|
+
searchInboxThreads(phoneNumberId: string, params: {
|
|
215
|
+
q: string;
|
|
216
|
+
limit?: number;
|
|
217
|
+
}): Promise<InboxThreadSearchResponse>;
|
|
157
218
|
/** List call events for an inbox (phone number). Same auth as getInboxThreads. Supports cursor pagination via limit and cursor. Optional missed_only returns only missed/busy/voicemail calls. */
|
|
158
219
|
getInboxCalls(phoneNumberId: string, params?: {
|
|
159
220
|
limit?: number;
|
|
@@ -166,6 +227,12 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
166
227
|
createInboxCall(payload: CreateInboxCallPayload): Promise<InboxCallEvent>;
|
|
167
228
|
/** URL for streaming call recording playback. Use with Bearer auth; response is audio stream (e.g. audio/mpeg), not JSON. */
|
|
168
229
|
getInboxCallRecordingUrl(callEventId: string): string;
|
|
230
|
+
/** Aggregate badge count: unread threads + unseen missed calls across all assigned phone numbers. */
|
|
231
|
+
getInboxBadgeCount(): Promise<InboxBadgeCountResponse>;
|
|
232
|
+
/** Get the count of unseen missed inbound calls since the user last viewed the Calls tab. */
|
|
233
|
+
getMissedUnseenCount(phoneNumberId: string): Promise<MissedUnseenCountResponse>;
|
|
234
|
+
/** Mark calls as seen for the current user (resets badge to 0). Returns void (204). */
|
|
235
|
+
markCallsSeen(phoneNumberId: string): Promise<void>;
|
|
169
236
|
/** Send an outbound message from an inbox (SMS). */
|
|
170
237
|
sendInboxMessage(phoneNumberId: string, body: SendInboxMessagePayload): Promise<SendInboxMessageResponse>;
|
|
171
238
|
/** Mark a thread as read for the current user (e.g. when opening the conversation). */
|
|
@@ -204,7 +271,7 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
204
271
|
lang?: string;
|
|
205
272
|
}): Promise<InboxGifsResponse>;
|
|
206
273
|
/** List message snippets for the current org. */
|
|
207
|
-
getMessageSnippets(): Promise<MessageSnippetsResponse>;
|
|
274
|
+
getMessageSnippets(channel?: "sms" | "email"): Promise<MessageSnippetsResponse>;
|
|
208
275
|
/** Create a message snippet. */
|
|
209
276
|
createMessageSnippet(body: CreateMessageSnippetPayload): Promise<{
|
|
210
277
|
snippet: MessageSnippet;
|
|
@@ -217,6 +284,93 @@ export declare function createApiClient(config: ApiClientConfig): {
|
|
|
217
284
|
deleteMessageSnippet(id: string): Promise<{
|
|
218
285
|
ok: true;
|
|
219
286
|
}>;
|
|
287
|
+
/** Create a Stripe Checkout Session and return the redirect URL. */
|
|
288
|
+
createCheckoutSession(body: {
|
|
289
|
+
action: string;
|
|
290
|
+
priceKey?: string;
|
|
291
|
+
quantity?: number;
|
|
292
|
+
}): Promise<{
|
|
293
|
+
url: string;
|
|
294
|
+
}>;
|
|
295
|
+
/** Create a Stripe Customer Portal session and return the redirect URL. */
|
|
296
|
+
createPortalSession(): Promise<{
|
|
297
|
+
url: string;
|
|
298
|
+
}>;
|
|
299
|
+
/** Fetch current billing status for the org. */
|
|
300
|
+
getBillingStatus(): Promise<{
|
|
301
|
+
billing: MeOrganizationBilling;
|
|
302
|
+
}>;
|
|
303
|
+
/** Toggle auto top-up for the org. */
|
|
304
|
+
toggleAutoTopUp(enabled: boolean): Promise<{
|
|
305
|
+
autoTopUpEnabled: boolean;
|
|
306
|
+
}>;
|
|
307
|
+
/** Add or remove an additional seat. */
|
|
308
|
+
updateSeats(action: "add" | "remove"): Promise<SeatUpdateResponse>;
|
|
309
|
+
/** Register (upsert) an APNs push token for the current user. */
|
|
310
|
+
registerPushToken(body: RegisterPushTokenPayload): Promise<RegisterPushTokenResponse>;
|
|
311
|
+
/** Unregister (soft-delete) an APNs push token. */
|
|
312
|
+
unregisterPushToken(apnsToken: string, platform?: "ios"): Promise<UnregisterPushTokenResponse>;
|
|
313
|
+
/** Initiate Gmail OAuth flow. Returns authUrl for redirect. */
|
|
314
|
+
connectGmail(connectionType?: "personal" | "shared"): Promise<{
|
|
315
|
+
authUrl: string;
|
|
316
|
+
}>;
|
|
317
|
+
/** List current user's Gmail connections. */
|
|
318
|
+
getGmailConnections(): Promise<GmailConnectionsResponse>;
|
|
319
|
+
/** Disconnect a Gmail account (soft-delete). */
|
|
320
|
+
disconnectGmail(connectionId: string): Promise<{
|
|
321
|
+
success: boolean;
|
|
322
|
+
}>;
|
|
323
|
+
/** List email threads for a Gmail connection (page-based). */
|
|
324
|
+
getGmailThreads(connectionId: string, params?: {
|
|
325
|
+
status?: string;
|
|
326
|
+
page?: number;
|
|
327
|
+
page_size?: number;
|
|
328
|
+
unread_only?: boolean;
|
|
329
|
+
}): Promise<GmailThreadsPageResponse>;
|
|
330
|
+
/** Get messages for an email thread. */
|
|
331
|
+
getGmailThreadMessages(connectionId: string, threadId: string): Promise<GmailMessagesResponse>;
|
|
332
|
+
/** Send an email via Gmail. */
|
|
333
|
+
sendGmailMessage(connectionId: string, body: SendGmailMessagePayload): Promise<SendGmailMessageResponse>;
|
|
334
|
+
/** Fetch the authenticated user's resolved email signature. */
|
|
335
|
+
getGmailSignature(connectionId: string): Promise<GmailSignatureResponse>;
|
|
336
|
+
/** Save or clear an email draft for a Gmail thread. Empty body = clear. */
|
|
337
|
+
putGmailThreadDraft(connectionId: string, threadId: string, body: string): Promise<{
|
|
338
|
+
ok: true;
|
|
339
|
+
}>;
|
|
340
|
+
linkGmailThreadContact(connectionId: string, threadId: string, body: LinkGmailThreadContactPayload): Promise<LinkGmailThreadContactResponse>;
|
|
341
|
+
searchGmailThreads(connectionId: string, params: {
|
|
342
|
+
q: string;
|
|
343
|
+
limit?: number;
|
|
344
|
+
cursor?: string;
|
|
345
|
+
}): Promise<GmailThreadSearchResponse>;
|
|
346
|
+
/** Trigger a manual Gmail sync for a connection. POST /api/gmail/[connectionId]/sync */
|
|
347
|
+
triggerGmailSync(connectionId: string): Promise<{
|
|
348
|
+
ok: boolean;
|
|
349
|
+
}>;
|
|
350
|
+
/** List members of a shared Gmail connection. */
|
|
351
|
+
getGmailConnectionMembers(connectionId: string): Promise<{
|
|
352
|
+
members: GmailConnectionMember[];
|
|
353
|
+
}>;
|
|
354
|
+
/** Add a member to a shared Gmail connection. */
|
|
355
|
+
addGmailConnectionMember(connectionId: string, userId: string): Promise<{
|
|
356
|
+
member: GmailConnectionMember;
|
|
357
|
+
}>;
|
|
358
|
+
/** Remove a member from a shared Gmail connection. */
|
|
359
|
+
removeGmailConnectionMember(connectionId: string, userId: string): Promise<{
|
|
360
|
+
success: boolean;
|
|
361
|
+
}>;
|
|
362
|
+
/** Create a standalone email draft (new compose, no thread). */
|
|
363
|
+
createEmailDraft(connectionId: string, payload: CreateEmailDraftPayload): Promise<CreateEmailDraftResponse>;
|
|
364
|
+
/** Update a standalone email draft. */
|
|
365
|
+
updateEmailDraft(connectionId: string, draftId: string, payload: UpdateEmailDraftPayload): Promise<{
|
|
366
|
+
ok: true;
|
|
367
|
+
}>;
|
|
368
|
+
/** List standalone email drafts for the current user on a connection. */
|
|
369
|
+
getEmailDrafts(connectionId: string): Promise<EmailDraftsListResponse>;
|
|
370
|
+
/** Delete a standalone email draft. */
|
|
371
|
+
deleteEmailDraft(connectionId: string, draftId: string): Promise<{
|
|
372
|
+
ok: true;
|
|
373
|
+
}>;
|
|
220
374
|
};
|
|
221
375
|
export type ApiClient = ReturnType<typeof createApiClient>;
|
|
222
376
|
//# sourceMappingURL=client.d.ts.map
|
package/dist/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAEV,uBAAuB,EACvB,8BAA8B,EAC9B,YAAY,EACZ,OAAO,EACP,oBAAoB,EACpB,YAAY,EACZ,+BAA+B,EAC/B,QAAQ,EACR,aAAa,EACb,mBAAmB,EACnB,UAAU,EACV,wBAAwB,EACxB,0BAA0B,EAC1B,4BAA4B,EAC5B,SAAS,EACT,iBAAiB,EACjB,oBAAoB,EACpB,qBAAqB,EACrB,oBAAoB,EACpB,qBAAqB,EACrB,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,cAAc,EACd,uBAAuB,EACvB,2BAA2B,EAC3B,2BAA2B,EAE3B,iBAAiB,EAClB,MAAM,SAAS,CAAA;AAEhB,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,EAAE,MAAM,CAAA;IACf,QAAQ,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;CACvC,CAAA;AAQD,wBAAgB,eAAe,CAAC,MAAM,EAAE,eAAe;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
|