@teja-app/api-client 2026.5.19 → 2026.5.22
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/generated/index.d.ts +21 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +21 -0
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/services/AnnouncementsService.d.ts +46 -0
- package/dist/generated/services/AnnouncementsService.d.ts.map +1 -0
- package/dist/generated/services/AnnouncementsService.js +53 -0
- package/dist/generated/services/AnnouncementsService.js.map +1 -0
- package/dist/generated/services/AppointmentRequestsService.d.ts +139 -0
- package/dist/generated/services/AppointmentRequestsService.d.ts.map +1 -0
- package/dist/generated/services/AppointmentRequestsService.js +139 -0
- package/dist/generated/services/AppointmentRequestsService.js.map +1 -0
- package/dist/generated/services/AppointmentsService.d.ts +11 -2
- package/dist/generated/services/AppointmentsService.d.ts.map +1 -1
- package/dist/generated/services/AppointmentsService.js +5 -1
- package/dist/generated/services/AppointmentsService.js.map +1 -1
- package/dist/generated/services/AvailabilityBlocksService.d.ts +171 -0
- package/dist/generated/services/AvailabilityBlocksService.d.ts.map +1 -0
- package/dist/generated/services/AvailabilityBlocksService.js +84 -0
- package/dist/generated/services/AvailabilityBlocksService.js.map +1 -0
- package/dist/generated/services/AvailabilityService.d.ts +4 -0
- package/dist/generated/services/AvailabilityService.d.ts.map +1 -1
- package/dist/generated/services/AvailabilityService.js.map +1 -1
- package/dist/generated/services/BillingService.d.ts +248 -0
- package/dist/generated/services/BillingService.d.ts.map +1 -0
- package/dist/generated/services/BillingService.js +142 -0
- package/dist/generated/services/BillingService.js.map +1 -0
- package/dist/generated/services/CalendarEventsService.d.ts +54 -0
- package/dist/generated/services/CalendarEventsService.d.ts.map +1 -0
- package/dist/generated/services/CalendarEventsService.js +45 -0
- package/dist/generated/services/CalendarEventsService.js.map +1 -0
- package/dist/generated/services/CalendarFeedService.d.ts +11 -0
- package/dist/generated/services/CalendarFeedService.d.ts.map +1 -0
- package/dist/generated/services/CalendarFeedService.js +18 -0
- package/dist/generated/services/CalendarFeedService.js.map +1 -0
- package/dist/generated/services/CalendarService.d.ts +159 -0
- package/dist/generated/services/CalendarService.d.ts.map +1 -0
- package/dist/generated/services/CalendarService.js +113 -0
- package/dist/generated/services/CalendarService.js.map +1 -0
- package/dist/generated/services/ClientPortalAppointmentsService.d.ts +3 -0
- package/dist/generated/services/ClientPortalAppointmentsService.d.ts.map +1 -1
- package/dist/generated/services/ClientPortalAppointmentsService.js.map +1 -1
- package/dist/generated/services/ClientPortalPaymentsService.d.ts +1 -1
- package/dist/generated/services/ClientPortalPaymentsService.d.ts.map +1 -1
- package/dist/generated/services/ClientPortalProgressNoteSignaturesService.d.ts +45 -0
- package/dist/generated/services/ClientPortalProgressNoteSignaturesService.d.ts.map +1 -0
- package/dist/generated/services/ClientPortalProgressNoteSignaturesService.js +37 -0
- package/dist/generated/services/ClientPortalProgressNoteSignaturesService.js.map +1 -0
- package/dist/generated/services/ClientPortalService.d.ts +76 -0
- package/dist/generated/services/ClientPortalService.d.ts.map +1 -1
- package/dist/generated/services/ClientPortalService.js.map +1 -1
- package/dist/generated/services/ClientsService.d.ts +8 -6
- package/dist/generated/services/ClientsService.d.ts.map +1 -1
- package/dist/generated/services/ClientsService.js.map +1 -1
- package/dist/generated/services/DischargeSummariesService.d.ts +205 -0
- package/dist/generated/services/DischargeSummariesService.d.ts.map +1 -0
- package/dist/generated/services/DischargeSummariesService.js +90 -0
- package/dist/generated/services/DischargeSummariesService.js.map +1 -0
- package/dist/generated/services/GoodFaithEstimatesService.d.ts +212 -0
- package/dist/generated/services/GoodFaithEstimatesService.d.ts.map +1 -0
- package/dist/generated/services/GoodFaithEstimatesService.js +90 -0
- package/dist/generated/services/GoodFaithEstimatesService.js.map +1 -0
- package/dist/generated/services/GroupAppointmentsService.d.ts +134 -0
- package/dist/generated/services/GroupAppointmentsService.d.ts.map +1 -0
- package/dist/generated/services/GroupAppointmentsService.js +137 -0
- package/dist/generated/services/GroupAppointmentsService.js.map +1 -0
- package/dist/generated/services/InvoicesService.d.ts +136 -0
- package/dist/generated/services/InvoicesService.d.ts.map +1 -1
- package/dist/generated/services/InvoicesService.js +81 -0
- package/dist/generated/services/InvoicesService.js.map +1 -1
- package/dist/generated/services/MentalStatusExamsService.d.ts +247 -0
- package/dist/generated/services/MentalStatusExamsService.d.ts.map +1 -0
- package/dist/generated/services/MentalStatusExamsService.js +90 -0
- package/dist/generated/services/MentalStatusExamsService.js.map +1 -0
- package/dist/generated/services/PaymentWebhooksService.d.ts +1 -1
- package/dist/generated/services/PaymentWebhooksService.d.ts.map +1 -1
- package/dist/generated/services/PaymentsService.d.ts +282 -0
- package/dist/generated/services/PaymentsService.d.ts.map +1 -1
- package/dist/generated/services/PaymentsService.js +186 -0
- package/dist/generated/services/PaymentsService.js.map +1 -1
- package/dist/generated/services/ProgressNoteSignaturesService.d.ts +29 -0
- package/dist/generated/services/ProgressNoteSignaturesService.d.ts.map +1 -0
- package/dist/generated/services/ProgressNoteSignaturesService.js +22 -0
- package/dist/generated/services/ProgressNoteSignaturesService.js.map +1 -0
- package/dist/generated/services/ProgressNotesService.d.ts +49 -0
- package/dist/generated/services/ProgressNotesService.d.ts.map +1 -1
- package/dist/generated/services/ProgressNotesService.js +58 -0
- package/dist/generated/services/ProgressNotesService.js.map +1 -1
- package/dist/generated/services/PsychotherapyNotesService.d.ts +107 -0
- package/dist/generated/services/PsychotherapyNotesService.d.ts.map +1 -0
- package/dist/generated/services/PsychotherapyNotesService.js +81 -0
- package/dist/generated/services/PsychotherapyNotesService.js.map +1 -0
- package/dist/generated/services/RemindersService.d.ts +73 -0
- package/dist/generated/services/RemindersService.d.ts.map +1 -0
- package/dist/generated/services/RemindersService.js +71 -0
- package/dist/generated/services/RemindersService.js.map +1 -0
- package/dist/generated/services/ReportsService.d.ts +13 -0
- package/dist/generated/services/ReportsService.d.ts.map +1 -0
- package/dist/generated/services/ReportsService.js +20 -0
- package/dist/generated/services/ReportsService.js.map +1 -0
- package/dist/generated/services/SecureMessagingService.d.ts +173 -0
- package/dist/generated/services/SecureMessagingService.d.ts.map +1 -0
- package/dist/generated/services/SecureMessagingService.js +202 -0
- package/dist/generated/services/SecureMessagingService.js.map +1 -0
- package/dist/generated/services/SnippetsService.d.ts +113 -0
- package/dist/generated/services/SnippetsService.d.ts.map +1 -0
- package/dist/generated/services/SnippetsService.js +77 -0
- package/dist/generated/services/SnippetsService.js.map +1 -0
- package/dist/generated/services/StatementsService.d.ts +359 -0
- package/dist/generated/services/StatementsService.d.ts.map +1 -0
- package/dist/generated/services/StatementsService.js +103 -0
- package/dist/generated/services/StatementsService.js.map +1 -0
- package/dist/generated/services/SuperbillsService.d.ts +215 -0
- package/dist/generated/services/SuperbillsService.d.ts.map +1 -1
- package/dist/generated/services/SuperbillsService.js +60 -0
- package/dist/generated/services/SuperbillsService.js.map +1 -1
- package/dist/generated/services/TelehealthService.d.ts +79 -0
- package/dist/generated/services/TelehealthService.d.ts.map +1 -0
- package/dist/generated/services/TelehealthService.js +122 -0
- package/dist/generated/services/TelehealthService.js.map +1 -0
- package/dist/generated/services/WidgetService.d.ts +107 -0
- package/dist/generated/services/WidgetService.d.ts.map +1 -0
- package/dist/generated/services/WidgetService.js +93 -0
- package/dist/generated/services/WidgetService.js.map +1 -0
- package/package.json +1 -1
|
@@ -19,6 +19,39 @@ export declare class SuperbillsService {
|
|
|
19
19
|
dateRangeEnd: string;
|
|
20
20
|
status: string;
|
|
21
21
|
superbillNumber: (string | null) | null;
|
|
22
|
+
payToRecipient: string;
|
|
23
|
+
frozenProvider?: ({
|
|
24
|
+
name: string;
|
|
25
|
+
credentials: (string | null) | null;
|
|
26
|
+
npi: (string | null) | null;
|
|
27
|
+
licenseNumber: (string | null) | null;
|
|
28
|
+
licenseState: (string | null) | null;
|
|
29
|
+
supervisorName: (string | null) | null;
|
|
30
|
+
supervisorNpi: (string | null) | null;
|
|
31
|
+
practiceName: string;
|
|
32
|
+
practiceAddress: ({
|
|
33
|
+
street: string;
|
|
34
|
+
city: string;
|
|
35
|
+
state: string;
|
|
36
|
+
zip: string;
|
|
37
|
+
} | null) | null;
|
|
38
|
+
practicePhone: (string | null) | null;
|
|
39
|
+
organizationNpi: (string | null) | null;
|
|
40
|
+
taxId: (string | null) | null;
|
|
41
|
+
} | null) | null;
|
|
42
|
+
frozenInsurance?: ({
|
|
43
|
+
clientFirstName: string;
|
|
44
|
+
clientLastName: string;
|
|
45
|
+
dateOfBirth: (string | null) | null;
|
|
46
|
+
insuranceProvider: (string | null) | null;
|
|
47
|
+
insuranceMemberId: (string | null) | null;
|
|
48
|
+
address: ({
|
|
49
|
+
street: string;
|
|
50
|
+
city: string;
|
|
51
|
+
state: string;
|
|
52
|
+
zip: string;
|
|
53
|
+
} | null) | null;
|
|
54
|
+
} | null) | null;
|
|
22
55
|
diagnosesList: Array<{
|
|
23
56
|
ordinal: (string | number);
|
|
24
57
|
code: string;
|
|
@@ -52,6 +85,39 @@ export declare class SuperbillsService {
|
|
|
52
85
|
dateRangeEnd: string;
|
|
53
86
|
status: string;
|
|
54
87
|
superbillNumber: (string | null) | null;
|
|
88
|
+
payToRecipient: string;
|
|
89
|
+
frozenProvider?: ({
|
|
90
|
+
name: string;
|
|
91
|
+
credentials: (string | null) | null;
|
|
92
|
+
npi: (string | null) | null;
|
|
93
|
+
licenseNumber: (string | null) | null;
|
|
94
|
+
licenseState: (string | null) | null;
|
|
95
|
+
supervisorName: (string | null) | null;
|
|
96
|
+
supervisorNpi: (string | null) | null;
|
|
97
|
+
practiceName: string;
|
|
98
|
+
practiceAddress: ({
|
|
99
|
+
street: string;
|
|
100
|
+
city: string;
|
|
101
|
+
state: string;
|
|
102
|
+
zip: string;
|
|
103
|
+
} | null) | null;
|
|
104
|
+
practicePhone: (string | null) | null;
|
|
105
|
+
organizationNpi: (string | null) | null;
|
|
106
|
+
taxId: (string | null) | null;
|
|
107
|
+
} | null) | null;
|
|
108
|
+
frozenInsurance?: ({
|
|
109
|
+
clientFirstName: string;
|
|
110
|
+
clientLastName: string;
|
|
111
|
+
dateOfBirth: (string | null) | null;
|
|
112
|
+
insuranceProvider: (string | null) | null;
|
|
113
|
+
insuranceMemberId: (string | null) | null;
|
|
114
|
+
address: ({
|
|
115
|
+
street: string;
|
|
116
|
+
city: string;
|
|
117
|
+
state: string;
|
|
118
|
+
zip: string;
|
|
119
|
+
} | null) | null;
|
|
120
|
+
} | null) | null;
|
|
55
121
|
diagnosesList: Array<{
|
|
56
122
|
ordinal: (string | number);
|
|
57
123
|
code: string;
|
|
@@ -65,6 +131,20 @@ export declare class SuperbillsService {
|
|
|
65
131
|
};
|
|
66
132
|
error?: string;
|
|
67
133
|
}>;
|
|
134
|
+
/**
|
|
135
|
+
* Soft-delete a superbill
|
|
136
|
+
* @returns any Response for status 200
|
|
137
|
+
* @throws ApiError
|
|
138
|
+
*/
|
|
139
|
+
static deleteSuperbillsById({ id, }: {
|
|
140
|
+
id: string;
|
|
141
|
+
}): CancelablePromise<{
|
|
142
|
+
success: boolean;
|
|
143
|
+
data?: {
|
|
144
|
+
id: string;
|
|
145
|
+
};
|
|
146
|
+
error?: string;
|
|
147
|
+
}>;
|
|
68
148
|
/**
|
|
69
149
|
* Create an insurance superbill from invoices (US-only)
|
|
70
150
|
* @returns any Response for status 200
|
|
@@ -87,6 +167,107 @@ export declare class SuperbillsService {
|
|
|
87
167
|
dateRangeEnd: string;
|
|
88
168
|
status: string;
|
|
89
169
|
superbillNumber: (string | null) | null;
|
|
170
|
+
payToRecipient: string;
|
|
171
|
+
frozenProvider?: ({
|
|
172
|
+
name: string;
|
|
173
|
+
credentials: (string | null) | null;
|
|
174
|
+
npi: (string | null) | null;
|
|
175
|
+
licenseNumber: (string | null) | null;
|
|
176
|
+
licenseState: (string | null) | null;
|
|
177
|
+
supervisorName: (string | null) | null;
|
|
178
|
+
supervisorNpi: (string | null) | null;
|
|
179
|
+
practiceName: string;
|
|
180
|
+
practiceAddress: ({
|
|
181
|
+
street: string;
|
|
182
|
+
city: string;
|
|
183
|
+
state: string;
|
|
184
|
+
zip: string;
|
|
185
|
+
} | null) | null;
|
|
186
|
+
practicePhone: (string | null) | null;
|
|
187
|
+
organizationNpi: (string | null) | null;
|
|
188
|
+
taxId: (string | null) | null;
|
|
189
|
+
} | null) | null;
|
|
190
|
+
frozenInsurance?: ({
|
|
191
|
+
clientFirstName: string;
|
|
192
|
+
clientLastName: string;
|
|
193
|
+
dateOfBirth: (string | null) | null;
|
|
194
|
+
insuranceProvider: (string | null) | null;
|
|
195
|
+
insuranceMemberId: (string | null) | null;
|
|
196
|
+
address: ({
|
|
197
|
+
street: string;
|
|
198
|
+
city: string;
|
|
199
|
+
state: string;
|
|
200
|
+
zip: string;
|
|
201
|
+
} | null) | null;
|
|
202
|
+
} | null) | null;
|
|
203
|
+
diagnosesList: Array<{
|
|
204
|
+
ordinal: (string | number);
|
|
205
|
+
code: string;
|
|
206
|
+
description: string;
|
|
207
|
+
}>;
|
|
208
|
+
pdfUrl: (string | null) | null;
|
|
209
|
+
createdAt: string;
|
|
210
|
+
updatedAt: string;
|
|
211
|
+
readyAt: (string | null) | null;
|
|
212
|
+
sentAt: (string | null) | null;
|
|
213
|
+
};
|
|
214
|
+
error?: string;
|
|
215
|
+
}>;
|
|
216
|
+
/**
|
|
217
|
+
* Finalize a draft superbill (draft → ready)
|
|
218
|
+
* @returns any Response for status 200
|
|
219
|
+
* @throws ApiError
|
|
220
|
+
*/
|
|
221
|
+
static postSuperbillsByIdMarkReady({ id, requestBody, }: {
|
|
222
|
+
id: string;
|
|
223
|
+
requestBody: {
|
|
224
|
+
payToRecipient?: 'provider' | 'practice' | 'client' | 'insured';
|
|
225
|
+
};
|
|
226
|
+
}): CancelablePromise<{
|
|
227
|
+
success: boolean;
|
|
228
|
+
data?: {
|
|
229
|
+
id: string;
|
|
230
|
+
tenantId: string;
|
|
231
|
+
clientId: string;
|
|
232
|
+
therapistId: string;
|
|
233
|
+
invoiceIds: Array<string>;
|
|
234
|
+
dateRangeStart: string;
|
|
235
|
+
dateRangeEnd: string;
|
|
236
|
+
status: string;
|
|
237
|
+
superbillNumber: (string | null) | null;
|
|
238
|
+
payToRecipient: string;
|
|
239
|
+
frozenProvider?: ({
|
|
240
|
+
name: string;
|
|
241
|
+
credentials: (string | null) | null;
|
|
242
|
+
npi: (string | null) | null;
|
|
243
|
+
licenseNumber: (string | null) | null;
|
|
244
|
+
licenseState: (string | null) | null;
|
|
245
|
+
supervisorName: (string | null) | null;
|
|
246
|
+
supervisorNpi: (string | null) | null;
|
|
247
|
+
practiceName: string;
|
|
248
|
+
practiceAddress: ({
|
|
249
|
+
street: string;
|
|
250
|
+
city: string;
|
|
251
|
+
state: string;
|
|
252
|
+
zip: string;
|
|
253
|
+
} | null) | null;
|
|
254
|
+
practicePhone: (string | null) | null;
|
|
255
|
+
organizationNpi: (string | null) | null;
|
|
256
|
+
taxId: (string | null) | null;
|
|
257
|
+
} | null) | null;
|
|
258
|
+
frozenInsurance?: ({
|
|
259
|
+
clientFirstName: string;
|
|
260
|
+
clientLastName: string;
|
|
261
|
+
dateOfBirth: (string | null) | null;
|
|
262
|
+
insuranceProvider: (string | null) | null;
|
|
263
|
+
insuranceMemberId: (string | null) | null;
|
|
264
|
+
address: ({
|
|
265
|
+
street: string;
|
|
266
|
+
city: string;
|
|
267
|
+
state: string;
|
|
268
|
+
zip: string;
|
|
269
|
+
} | null) | null;
|
|
270
|
+
} | null) | null;
|
|
90
271
|
diagnosesList: Array<{
|
|
91
272
|
ordinal: (string | number);
|
|
92
273
|
code: string;
|
|
@@ -100,5 +281,39 @@ export declare class SuperbillsService {
|
|
|
100
281
|
};
|
|
101
282
|
error?: string;
|
|
102
283
|
}>;
|
|
284
|
+
/**
|
|
285
|
+
* Render the final superbill PDF and return a signed URL
|
|
286
|
+
* @returns any Response for status 200
|
|
287
|
+
* @throws ApiError
|
|
288
|
+
*/
|
|
289
|
+
static getSuperbillsByIdPdf({ id, }: {
|
|
290
|
+
id: string;
|
|
291
|
+
}): CancelablePromise<{
|
|
292
|
+
success: boolean;
|
|
293
|
+
data?: {
|
|
294
|
+
superbillId: string;
|
|
295
|
+
pdfUrl: string;
|
|
296
|
+
expiresInSeconds: (string | number);
|
|
297
|
+
};
|
|
298
|
+
error?: string;
|
|
299
|
+
}>;
|
|
300
|
+
/**
|
|
301
|
+
* Email the superbill PDF download link to the client
|
|
302
|
+
* @returns any Response for status 200
|
|
303
|
+
* @throws ApiError
|
|
304
|
+
*/
|
|
305
|
+
static postSuperbillsByIdSend({ id, requestBody, }: {
|
|
306
|
+
id: string;
|
|
307
|
+
requestBody: {
|
|
308
|
+
recipientEmail?: string;
|
|
309
|
+
};
|
|
310
|
+
}): CancelablePromise<{
|
|
311
|
+
success: boolean;
|
|
312
|
+
data?: {
|
|
313
|
+
superbillId: string;
|
|
314
|
+
sentTo: string;
|
|
315
|
+
};
|
|
316
|
+
error?: string;
|
|
317
|
+
}>;
|
|
103
318
|
}
|
|
104
319
|
//# sourceMappingURL=SuperbillsService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuperbillsService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/SuperbillsService.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"SuperbillsService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/SuperbillsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,6 +29,20 @@ export class SuperbillsService {
|
|
|
29
29
|
},
|
|
30
30
|
});
|
|
31
31
|
}
|
|
32
|
+
/**
|
|
33
|
+
* Soft-delete a superbill
|
|
34
|
+
* @returns any Response for status 200
|
|
35
|
+
* @throws ApiError
|
|
36
|
+
*/
|
|
37
|
+
static deleteSuperbillsById({ id, }) {
|
|
38
|
+
return __request(OpenAPI, {
|
|
39
|
+
method: 'DELETE',
|
|
40
|
+
url: '/superbills/{id}',
|
|
41
|
+
path: {
|
|
42
|
+
'id': id,
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
}
|
|
32
46
|
/**
|
|
33
47
|
* Create an insurance superbill from invoices (US-only)
|
|
34
48
|
* @returns any Response for status 200
|
|
@@ -42,5 +56,51 @@ export class SuperbillsService {
|
|
|
42
56
|
mediaType: 'application/json',
|
|
43
57
|
});
|
|
44
58
|
}
|
|
59
|
+
/**
|
|
60
|
+
* Finalize a draft superbill (draft → ready)
|
|
61
|
+
* @returns any Response for status 200
|
|
62
|
+
* @throws ApiError
|
|
63
|
+
*/
|
|
64
|
+
static postSuperbillsByIdMarkReady({ id, requestBody, }) {
|
|
65
|
+
return __request(OpenAPI, {
|
|
66
|
+
method: 'POST',
|
|
67
|
+
url: '/superbills/{id}/mark-ready',
|
|
68
|
+
path: {
|
|
69
|
+
'id': id,
|
|
70
|
+
},
|
|
71
|
+
body: requestBody,
|
|
72
|
+
mediaType: 'application/json',
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Render the final superbill PDF and return a signed URL
|
|
77
|
+
* @returns any Response for status 200
|
|
78
|
+
* @throws ApiError
|
|
79
|
+
*/
|
|
80
|
+
static getSuperbillsByIdPdf({ id, }) {
|
|
81
|
+
return __request(OpenAPI, {
|
|
82
|
+
method: 'GET',
|
|
83
|
+
url: '/superbills/{id}/pdf',
|
|
84
|
+
path: {
|
|
85
|
+
'id': id,
|
|
86
|
+
},
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Email the superbill PDF download link to the client
|
|
91
|
+
* @returns any Response for status 200
|
|
92
|
+
* @throws ApiError
|
|
93
|
+
*/
|
|
94
|
+
static postSuperbillsByIdSend({ id, requestBody, }) {
|
|
95
|
+
return __request(OpenAPI, {
|
|
96
|
+
method: 'POST',
|
|
97
|
+
url: '/superbills/{id}/send',
|
|
98
|
+
path: {
|
|
99
|
+
'id': id,
|
|
100
|
+
},
|
|
101
|
+
body: requestBody,
|
|
102
|
+
mediaType: 'application/json',
|
|
103
|
+
});
|
|
104
|
+
}
|
|
45
105
|
}
|
|
46
106
|
//# sourceMappingURL=SuperbillsService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuperbillsService.js","sourceRoot":"","sources":["../../../src/generated/services/SuperbillsService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,MAAM,OAAO,iBAAiB;IAC1B;;;;OAIG;IACI,MAAM,CAAC,aAAa,CAAC,EACxB,QAAQ,GAGX;
|
|
1
|
+
{"version":3,"file":"SuperbillsService.js","sourceRoot":"","sources":["../../../src/generated/services/SuperbillsService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,MAAM,OAAO,iBAAiB;IAC1B;;;;OAIG;IACI,MAAM,CAAC,aAAa,CAAC,EACxB,QAAQ,GAGX;QA2DG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE;gBACH,UAAU,EAAE,QAAQ;aACvB;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,iBAAiB,CAAC,EAC5B,EAAE,GAGL;QA0DG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,kBAAkB;YACvB,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,oBAAoB,CAAC,EAC/B,EAAE,GAGL;QAOG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,kBAAkB;YACvB,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,0BAA0B,CAAC,EACrC,WAAW,GAMd;QA0DG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,2BAA2B;YAChC,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,2BAA2B,CAAC,EACtC,EAAE,EACF,WAAW,GAMd;QA0DG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,6BAA6B;YAClC,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,oBAAoB,CAAC,EAC/B,EAAE,GAGL;QASG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,sBAAsB;YAC3B,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,sBAAsB,CAAC,EACjC,EAAE,EACF,WAAW,GAMd;QAQG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,uBAAuB;YAC5B,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
|
+
export declare class TelehealthService {
|
|
3
|
+
/**
|
|
4
|
+
* Issue telehealth ticket (therapist)
|
|
5
|
+
* Mints a short-lived telehealth ticket for the authenticated therapist to join the appointment's video room.
|
|
6
|
+
* @throws ApiError
|
|
7
|
+
*/
|
|
8
|
+
static postAppointmentsByIdVideoToken({ id, }: {
|
|
9
|
+
id: string;
|
|
10
|
+
}): CancelablePromise<void>;
|
|
11
|
+
/**
|
|
12
|
+
* Admit a waiting telehealth participant
|
|
13
|
+
* Grants the pending guest publish permission in the LiveKit room and clears their pending flag.
|
|
14
|
+
* @throws ApiError
|
|
15
|
+
*/
|
|
16
|
+
static postAppointmentsByIdTelehealthAdmit({ id, requestBody, }: {
|
|
17
|
+
id: string;
|
|
18
|
+
requestBody: {
|
|
19
|
+
participantIdentity: string;
|
|
20
|
+
};
|
|
21
|
+
}): CancelablePromise<void>;
|
|
22
|
+
/**
|
|
23
|
+
* Deny a waiting telehealth participant
|
|
24
|
+
* Removes the pending guest from the LiveKit room.
|
|
25
|
+
* @throws ApiError
|
|
26
|
+
*/
|
|
27
|
+
static postAppointmentsByIdTelehealthDeny({ id, requestBody, }: {
|
|
28
|
+
id: string;
|
|
29
|
+
requestBody: {
|
|
30
|
+
participantIdentity: string;
|
|
31
|
+
};
|
|
32
|
+
}): CancelablePromise<void>;
|
|
33
|
+
/**
|
|
34
|
+
* Toggle telehealth recording/transcription consent
|
|
35
|
+
* Sets the consent flag on the LiveKit room metadata so the transcription Agent starts (enabled=true) or stops (enabled=false) live transcription.
|
|
36
|
+
* @throws ApiError
|
|
37
|
+
*/
|
|
38
|
+
static postAppointmentsByIdTelehealthConsent({ id, requestBody, }: {
|
|
39
|
+
id: string;
|
|
40
|
+
requestBody: {
|
|
41
|
+
enabled: boolean;
|
|
42
|
+
};
|
|
43
|
+
}): CancelablePromise<void>;
|
|
44
|
+
/**
|
|
45
|
+
* Issue telehealth ticket (client)
|
|
46
|
+
* Mints a short-lived telehealth ticket for the authenticated client to join the appointment's video room.
|
|
47
|
+
* @throws ApiError
|
|
48
|
+
*/
|
|
49
|
+
static postClientPortalAppointmentsByIdVideoToken({ id, }: {
|
|
50
|
+
id: string;
|
|
51
|
+
}): CancelablePromise<void>;
|
|
52
|
+
/**
|
|
53
|
+
* Record client pre-call consent
|
|
54
|
+
* Records the authenticated client's explicit acknowledgement, before joining, that the telehealth session may be recorded/transcribed to support their clinician's notes (HIPAA acknowledgement). Does NOT enable transcription — the therapist toggle still gates that.
|
|
55
|
+
* @throws ApiError
|
|
56
|
+
*/
|
|
57
|
+
static postClientPortalAppointmentsByIdTelehealthConsent({ id, }: {
|
|
58
|
+
id: string;
|
|
59
|
+
}): CancelablePromise<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Get client pre-call consent status
|
|
62
|
+
* Returns whether the authenticated client has already acknowledged the telehealth recording/transcription notice for this appointment (idempotency / portal gate).
|
|
63
|
+
* @throws ApiError
|
|
64
|
+
*/
|
|
65
|
+
static getClientPortalAppointmentsByIdTelehealthConsent({ id, }: {
|
|
66
|
+
id: string;
|
|
67
|
+
}): CancelablePromise<void>;
|
|
68
|
+
/**
|
|
69
|
+
* Exchange a telehealth join deep-link token
|
|
70
|
+
* Single-use exchange of the `?join=<token>` token from the 2h reminder email for a regular client-portal session. Rate-limited per IP.
|
|
71
|
+
* @throws ApiError
|
|
72
|
+
*/
|
|
73
|
+
static postTelehealthJoinTokensExchange({ requestBody, }: {
|
|
74
|
+
requestBody: {
|
|
75
|
+
token: string;
|
|
76
|
+
};
|
|
77
|
+
}): CancelablePromise<void>;
|
|
78
|
+
}
|
|
79
|
+
//# sourceMappingURL=TelehealthService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TelehealthService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/TelehealthService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,iBAAiB;IAC1B;;;;OAIG;WACW,8BAA8B,CAAC,EACzC,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAS3B;;;;OAIG;WACW,mCAAmC,CAAC,EAC9C,EAAE,EACF,WAAW,GACd,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,EAAE;YACT,mBAAmB,EAAE,MAAM,CAAC;SAC/B,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAW3B;;;;OAIG;WACW,kCAAkC,CAAC,EAC7C,EAAE,EACF,WAAW,GACd,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,EAAE;YACT,mBAAmB,EAAE,MAAM,CAAC;SAC/B,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAW3B;;;;OAIG;WACW,qCAAqC,CAAC,EAChD,EAAE,EACF,WAAW,GACd,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,EAAE;YACT,OAAO,EAAE,OAAO,CAAC;SACpB,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAW3B;;;;OAIG;WACW,0CAA0C,CAAC,EACrD,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAS3B;;;;OAIG;WACW,iDAAiD,CAAC,EAC5D,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAS3B;;;;OAIG;WACW,gDAAgD,CAAC,EAC3D,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAS3B;;;;OAIG;WACW,gCAAgC,CAAC,EAC3C,WAAW,GACd,EAAE;QACC,WAAW,EAAE;YACT,KAAK,EAAE,MAAM,CAAC;SACjB,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;CAQ9B"}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
2
|
+
import { request as __request } from '../core/request';
|
|
3
|
+
export class TelehealthService {
|
|
4
|
+
/**
|
|
5
|
+
* Issue telehealth ticket (therapist)
|
|
6
|
+
* Mints a short-lived telehealth ticket for the authenticated therapist to join the appointment's video room.
|
|
7
|
+
* @throws ApiError
|
|
8
|
+
*/
|
|
9
|
+
static postAppointmentsByIdVideoToken({ id, }) {
|
|
10
|
+
return __request(OpenAPI, {
|
|
11
|
+
method: 'POST',
|
|
12
|
+
url: '/appointments/{id}/video-token',
|
|
13
|
+
path: {
|
|
14
|
+
'id': id,
|
|
15
|
+
},
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Admit a waiting telehealth participant
|
|
20
|
+
* Grants the pending guest publish permission in the LiveKit room and clears their pending flag.
|
|
21
|
+
* @throws ApiError
|
|
22
|
+
*/
|
|
23
|
+
static postAppointmentsByIdTelehealthAdmit({ id, requestBody, }) {
|
|
24
|
+
return __request(OpenAPI, {
|
|
25
|
+
method: 'POST',
|
|
26
|
+
url: '/appointments/{id}/telehealth/admit',
|
|
27
|
+
path: {
|
|
28
|
+
'id': id,
|
|
29
|
+
},
|
|
30
|
+
body: requestBody,
|
|
31
|
+
mediaType: 'application/json',
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Deny a waiting telehealth participant
|
|
36
|
+
* Removes the pending guest from the LiveKit room.
|
|
37
|
+
* @throws ApiError
|
|
38
|
+
*/
|
|
39
|
+
static postAppointmentsByIdTelehealthDeny({ id, requestBody, }) {
|
|
40
|
+
return __request(OpenAPI, {
|
|
41
|
+
method: 'POST',
|
|
42
|
+
url: '/appointments/{id}/telehealth/deny',
|
|
43
|
+
path: {
|
|
44
|
+
'id': id,
|
|
45
|
+
},
|
|
46
|
+
body: requestBody,
|
|
47
|
+
mediaType: 'application/json',
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Toggle telehealth recording/transcription consent
|
|
52
|
+
* Sets the consent flag on the LiveKit room metadata so the transcription Agent starts (enabled=true) or stops (enabled=false) live transcription.
|
|
53
|
+
* @throws ApiError
|
|
54
|
+
*/
|
|
55
|
+
static postAppointmentsByIdTelehealthConsent({ id, requestBody, }) {
|
|
56
|
+
return __request(OpenAPI, {
|
|
57
|
+
method: 'POST',
|
|
58
|
+
url: '/appointments/{id}/telehealth/consent',
|
|
59
|
+
path: {
|
|
60
|
+
'id': id,
|
|
61
|
+
},
|
|
62
|
+
body: requestBody,
|
|
63
|
+
mediaType: 'application/json',
|
|
64
|
+
});
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Issue telehealth ticket (client)
|
|
68
|
+
* Mints a short-lived telehealth ticket for the authenticated client to join the appointment's video room.
|
|
69
|
+
* @throws ApiError
|
|
70
|
+
*/
|
|
71
|
+
static postClientPortalAppointmentsByIdVideoToken({ id, }) {
|
|
72
|
+
return __request(OpenAPI, {
|
|
73
|
+
method: 'POST',
|
|
74
|
+
url: '/client-portal/appointments/{id}/video-token',
|
|
75
|
+
path: {
|
|
76
|
+
'id': id,
|
|
77
|
+
},
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Record client pre-call consent
|
|
82
|
+
* Records the authenticated client's explicit acknowledgement, before joining, that the telehealth session may be recorded/transcribed to support their clinician's notes (HIPAA acknowledgement). Does NOT enable transcription — the therapist toggle still gates that.
|
|
83
|
+
* @throws ApiError
|
|
84
|
+
*/
|
|
85
|
+
static postClientPortalAppointmentsByIdTelehealthConsent({ id, }) {
|
|
86
|
+
return __request(OpenAPI, {
|
|
87
|
+
method: 'POST',
|
|
88
|
+
url: '/client-portal/appointments/{id}/telehealth/consent',
|
|
89
|
+
path: {
|
|
90
|
+
'id': id,
|
|
91
|
+
},
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Get client pre-call consent status
|
|
96
|
+
* Returns whether the authenticated client has already acknowledged the telehealth recording/transcription notice for this appointment (idempotency / portal gate).
|
|
97
|
+
* @throws ApiError
|
|
98
|
+
*/
|
|
99
|
+
static getClientPortalAppointmentsByIdTelehealthConsent({ id, }) {
|
|
100
|
+
return __request(OpenAPI, {
|
|
101
|
+
method: 'GET',
|
|
102
|
+
url: '/client-portal/appointments/{id}/telehealth/consent',
|
|
103
|
+
path: {
|
|
104
|
+
'id': id,
|
|
105
|
+
},
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Exchange a telehealth join deep-link token
|
|
110
|
+
* Single-use exchange of the `?join=<token>` token from the 2h reminder email for a regular client-portal session. Rate-limited per IP.
|
|
111
|
+
* @throws ApiError
|
|
112
|
+
*/
|
|
113
|
+
static postTelehealthJoinTokensExchange({ requestBody, }) {
|
|
114
|
+
return __request(OpenAPI, {
|
|
115
|
+
method: 'POST',
|
|
116
|
+
url: '/telehealth/join-tokens/exchange',
|
|
117
|
+
body: requestBody,
|
|
118
|
+
mediaType: 'application/json',
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
//# sourceMappingURL=TelehealthService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TelehealthService.js","sourceRoot":"","sources":["../../../src/generated/services/TelehealthService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,MAAM,OAAO,iBAAiB;IAC1B;;;;OAIG;IACI,MAAM,CAAC,8BAA8B,CAAC,EACzC,EAAE,GAGL;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,gCAAgC;YACrC,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,mCAAmC,CAAC,EAC9C,EAAE,EACF,WAAW,GAMd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,qCAAqC;YAC1C,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,kCAAkC,CAAC,EAC7C,EAAE,EACF,WAAW,GAMd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,oCAAoC;YACzC,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,qCAAqC,CAAC,EAChD,EAAE,EACF,WAAW,GAMd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,uCAAuC;YAC5C,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;YACD,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,0CAA0C,CAAC,EACrD,EAAE,GAGL;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,8CAA8C;YACnD,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,iDAAiD,CAAC,EAC5D,EAAE,GAGL;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,qDAAqD;YAC1D,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,gDAAgD,CAAC,EAC3D,EAAE,GAGL;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,qDAAqD;YAC1D,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,gCAAgC,CAAC,EAC3C,WAAW,GAKd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,kCAAkC;YACvC,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
|
+
export declare class WidgetService {
|
|
3
|
+
/**
|
|
4
|
+
* Get widget settings
|
|
5
|
+
* @returns any Response for status 200
|
|
6
|
+
* @throws ApiError
|
|
7
|
+
*/
|
|
8
|
+
static getSettingsWidget(): CancelablePromise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
data: {
|
|
11
|
+
id: string;
|
|
12
|
+
tenantId: string;
|
|
13
|
+
clinicianMembershipId: (string | null);
|
|
14
|
+
embedToken: string;
|
|
15
|
+
allowedOrigins: Array<string>;
|
|
16
|
+
createdAt: string;
|
|
17
|
+
updatedAt: string;
|
|
18
|
+
};
|
|
19
|
+
}>;
|
|
20
|
+
/**
|
|
21
|
+
* Update widget settings
|
|
22
|
+
* @returns any Response for status 200
|
|
23
|
+
* @throws ApiError
|
|
24
|
+
*/
|
|
25
|
+
static patchSettingsWidget({ requestBody, }: {
|
|
26
|
+
requestBody: {
|
|
27
|
+
clinicianMembershipId?: (string | null) | null;
|
|
28
|
+
allowedOrigins?: Array<string>;
|
|
29
|
+
rotateToken?: boolean;
|
|
30
|
+
};
|
|
31
|
+
}): CancelablePromise<{
|
|
32
|
+
success: boolean;
|
|
33
|
+
data: {
|
|
34
|
+
id: string;
|
|
35
|
+
tenantId: string;
|
|
36
|
+
clinicianMembershipId: (string | null);
|
|
37
|
+
embedToken: string;
|
|
38
|
+
allowedOrigins: Array<string>;
|
|
39
|
+
createdAt: string;
|
|
40
|
+
updatedAt: string;
|
|
41
|
+
};
|
|
42
|
+
}>;
|
|
43
|
+
/**
|
|
44
|
+
* Widget: list clinicians
|
|
45
|
+
* @returns any Response for status 200
|
|
46
|
+
* @throws ApiError
|
|
47
|
+
*/
|
|
48
|
+
static getPublicWidgetByTenantIdClinicians({ tenantId, }: {
|
|
49
|
+
tenantId: string;
|
|
50
|
+
}): CancelablePromise<{
|
|
51
|
+
success: boolean;
|
|
52
|
+
data: {
|
|
53
|
+
items: Array<Record<string, any>>;
|
|
54
|
+
};
|
|
55
|
+
}>;
|
|
56
|
+
/**
|
|
57
|
+
* Widget: list services
|
|
58
|
+
* @returns any Response for status 200
|
|
59
|
+
* @throws ApiError
|
|
60
|
+
*/
|
|
61
|
+
static getPublicWidgetByTenantIdServices({ tenantId, }: {
|
|
62
|
+
tenantId: string;
|
|
63
|
+
}): CancelablePromise<{
|
|
64
|
+
success: boolean;
|
|
65
|
+
data: {
|
|
66
|
+
items: Array<Record<string, any>>;
|
|
67
|
+
};
|
|
68
|
+
}>;
|
|
69
|
+
/**
|
|
70
|
+
* Widget: suggested slots
|
|
71
|
+
* @returns any Response for status 200
|
|
72
|
+
* @throws ApiError
|
|
73
|
+
*/
|
|
74
|
+
static getPublicWidgetByTenantIdSlots({ tenantId, clinicianId, serviceId, fromDate, weeks, }: {
|
|
75
|
+
tenantId: string;
|
|
76
|
+
clinicianId: string;
|
|
77
|
+
serviceId: string;
|
|
78
|
+
fromDate?: string;
|
|
79
|
+
weeks?: (string | number);
|
|
80
|
+
}): CancelablePromise<{
|
|
81
|
+
success: boolean;
|
|
82
|
+
data: {
|
|
83
|
+
items: Array<Record<string, any>>;
|
|
84
|
+
};
|
|
85
|
+
}>;
|
|
86
|
+
/**
|
|
87
|
+
* Widget: create appointment request
|
|
88
|
+
* @returns any Response for status 200
|
|
89
|
+
* @throws ApiError
|
|
90
|
+
*/
|
|
91
|
+
static postPublicWidgetByTenantIdRequests({ tenantId, requestBody, }: {
|
|
92
|
+
tenantId: string;
|
|
93
|
+
requestBody: {
|
|
94
|
+
serviceId: string;
|
|
95
|
+
clinicianMembershipId?: string;
|
|
96
|
+
clientName: string;
|
|
97
|
+
clientEmail: string;
|
|
98
|
+
clientPhone?: string;
|
|
99
|
+
requestedStart: string;
|
|
100
|
+
requestedEnd: string;
|
|
101
|
+
};
|
|
102
|
+
}): CancelablePromise<{
|
|
103
|
+
success: boolean;
|
|
104
|
+
data: Record<string, any>;
|
|
105
|
+
}>;
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=WidgetService.d.ts.map
|