@teja-app/api-client 2026.5.17 → 2026.5.19
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 +10 -1
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/generated/index.js +10 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/services/AuthService.d.ts +8 -1
- package/dist/generated/services/AuthService.d.ts.map +1 -1
- package/dist/generated/services/AuthService.js.map +1 -1
- package/dist/generated/services/ClientAuthService.d.ts +47 -0
- package/dist/generated/services/ClientAuthService.d.ts.map +1 -1
- package/dist/generated/services/ClientAuthService.js +63 -0
- package/dist/generated/services/ClientAuthService.js.map +1 -1
- package/dist/generated/services/ClientPortalPaymentMethodsService.d.ts +37 -0
- package/dist/generated/services/ClientPortalPaymentMethodsService.d.ts.map +1 -0
- package/dist/generated/services/ClientPortalPaymentMethodsService.js +63 -0
- package/dist/generated/services/ClientPortalPaymentMethodsService.js.map +1 -0
- package/dist/generated/services/ClientPortalService.d.ts +40 -0
- package/dist/generated/services/ClientPortalService.d.ts.map +1 -1
- package/dist/generated/services/ClientPortalService.js +55 -0
- package/dist/generated/services/ClientPortalService.js.map +1 -1
- package/dist/generated/services/ClientsService.d.ts +241 -8
- package/dist/generated/services/ClientsService.d.ts.map +1 -1
- package/dist/generated/services/ClientsService.js +192 -0
- package/dist/generated/services/ClientsService.js.map +1 -1
- package/dist/generated/services/CouplesService.d.ts +232 -0
- package/dist/generated/services/CouplesService.d.ts.map +1 -0
- package/dist/generated/services/CouplesService.js +95 -0
- package/dist/generated/services/CouplesService.js.map +1 -0
- package/dist/generated/services/DefaultService.d.ts +204 -0
- package/dist/generated/services/DefaultService.d.ts.map +1 -1
- package/dist/generated/services/DefaultService.js +221 -0
- package/dist/generated/services/DefaultService.js.map +1 -1
- package/dist/generated/services/DemographicsService.d.ts +36 -0
- package/dist/generated/services/DemographicsService.d.ts.map +1 -0
- package/dist/generated/services/DemographicsService.js +53 -0
- package/dist/generated/services/DemographicsService.js.map +1 -0
- package/dist/generated/services/DocumentLibraryService.d.ts +85 -0
- package/dist/generated/services/DocumentLibraryService.d.ts.map +1 -0
- package/dist/generated/services/DocumentLibraryService.js +59 -0
- package/dist/generated/services/DocumentLibraryService.js.map +1 -0
- package/dist/generated/services/DocumentsService.d.ts +34 -0
- package/dist/generated/services/DocumentsService.d.ts.map +1 -1
- package/dist/generated/services/DocumentsService.js +19 -0
- package/dist/generated/services/DocumentsService.js.map +1 -1
- package/dist/generated/services/InquiriesService.d.ts +206 -0
- package/dist/generated/services/InquiriesService.d.ts.map +1 -0
- package/dist/generated/services/InquiriesService.js +188 -0
- package/dist/generated/services/InquiriesService.js.map +1 -0
- package/dist/generated/services/IntakeFormsService.d.ts +137 -0
- package/dist/generated/services/IntakeFormsService.d.ts.map +1 -1
- package/dist/generated/services/IntakeFormsService.js +146 -0
- package/dist/generated/services/IntakeFormsService.js.map +1 -1
- package/dist/generated/services/IntakesService.d.ts +38 -0
- package/dist/generated/services/IntakesService.d.ts.map +1 -0
- package/dist/generated/services/IntakesService.js +24 -0
- package/dist/generated/services/IntakesService.js.map +1 -0
- package/dist/generated/services/InvitationService.d.ts +48 -0
- package/dist/generated/services/InvitationService.d.ts.map +1 -1
- package/dist/generated/services/InvitationService.js +46 -0
- package/dist/generated/services/InvitationService.js.map +1 -1
- package/dist/generated/services/PaymentMethodsService.d.ts +37 -0
- package/dist/generated/services/PaymentMethodsService.d.ts.map +1 -0
- package/dist/generated/services/PaymentMethodsService.js +61 -0
- package/dist/generated/services/PaymentMethodsService.js.map +1 -0
- package/dist/generated/services/PrescreenerService.d.ts +178 -0
- package/dist/generated/services/PrescreenerService.d.ts.map +1 -0
- package/dist/generated/services/PrescreenerService.js +167 -0
- package/dist/generated/services/PrescreenerService.js.map +1 -0
- package/dist/generated/services/PublicService.d.ts +40 -0
- package/dist/generated/services/PublicService.d.ts.map +1 -0
- package/dist/generated/services/PublicService.js +37 -0
- package/dist/generated/services/PublicService.js.map +1 -0
- package/dist/generated/services/SettingsService.d.ts +126 -0
- package/dist/generated/services/SettingsService.d.ts.map +1 -1
- package/dist/generated/services/SettingsService.js +99 -0
- package/dist/generated/services/SettingsService.js.map +1 -1
- package/dist/generated/services/WaitlistService.d.ts +193 -0
- package/dist/generated/services/WaitlistService.d.ts.map +1 -0
- package/dist/generated/services/WaitlistService.js +126 -0
- package/dist/generated/services/WaitlistService.js.map +1 -0
- package/package.json +1 -1
- package/dist/generated/services/TelehealthService.d.ts +0 -30
- package/dist/generated/services/TelehealthService.d.ts.map +0 -1
- package/dist/generated/services/TelehealthService.js +0 -46
- package/dist/generated/services/TelehealthService.js.map +0 -1
|
@@ -4,9 +4,213 @@ export declare class DefaultService {
|
|
|
4
4
|
* @throws ApiError
|
|
5
5
|
*/
|
|
6
6
|
static getHealthz(): CancelablePromise<void>;
|
|
7
|
+
/**
|
|
8
|
+
* @returns any Response for status 200
|
|
9
|
+
* @throws ApiError
|
|
10
|
+
*/
|
|
11
|
+
static getTasks({ entityType, entityId, status, assigneeId, }: {
|
|
12
|
+
entityType?: string;
|
|
13
|
+
entityId?: string;
|
|
14
|
+
status?: string;
|
|
15
|
+
assigneeId?: string;
|
|
16
|
+
}): CancelablePromise<{
|
|
17
|
+
success: boolean;
|
|
18
|
+
data?: any;
|
|
19
|
+
}>;
|
|
20
|
+
/**
|
|
21
|
+
* @returns any Response for status 200
|
|
22
|
+
* @throws ApiError
|
|
23
|
+
*/
|
|
24
|
+
static postTasks({ requestBody, }: {
|
|
25
|
+
requestBody: {
|
|
26
|
+
title: string;
|
|
27
|
+
description?: string;
|
|
28
|
+
dueDate?: string;
|
|
29
|
+
priority?: string;
|
|
30
|
+
assigneeId?: string;
|
|
31
|
+
links?: Array<{
|
|
32
|
+
entityType: string;
|
|
33
|
+
entityId: string;
|
|
34
|
+
}>;
|
|
35
|
+
};
|
|
36
|
+
}): CancelablePromise<{
|
|
37
|
+
success: boolean;
|
|
38
|
+
data?: any;
|
|
39
|
+
}>;
|
|
40
|
+
/**
|
|
41
|
+
* @returns any Response for status 200
|
|
42
|
+
* @throws ApiError
|
|
43
|
+
*/
|
|
44
|
+
static patchTasksById({ id, requestBody, }: {
|
|
45
|
+
id: string;
|
|
46
|
+
requestBody: {
|
|
47
|
+
title?: string;
|
|
48
|
+
description?: string;
|
|
49
|
+
dueDate?: (string | null);
|
|
50
|
+
priority?: string;
|
|
51
|
+
status?: string;
|
|
52
|
+
assigneeId?: (string | null);
|
|
53
|
+
};
|
|
54
|
+
}): CancelablePromise<{
|
|
55
|
+
success: boolean;
|
|
56
|
+
data?: any;
|
|
57
|
+
}>;
|
|
58
|
+
/**
|
|
59
|
+
* @returns any Response for status 200
|
|
60
|
+
* @throws ApiError
|
|
61
|
+
*/
|
|
62
|
+
static deleteTasksById({ id, }: {
|
|
63
|
+
id: string;
|
|
64
|
+
}): CancelablePromise<{
|
|
65
|
+
success: boolean;
|
|
66
|
+
data?: any;
|
|
67
|
+
}>;
|
|
68
|
+
/**
|
|
69
|
+
* @returns any Response for status 200
|
|
70
|
+
* @throws ApiError
|
|
71
|
+
*/
|
|
72
|
+
static postTasksByIdComplete({ id, }: {
|
|
73
|
+
id: string;
|
|
74
|
+
}): CancelablePromise<{
|
|
75
|
+
success: boolean;
|
|
76
|
+
data?: any;
|
|
77
|
+
}>;
|
|
78
|
+
/**
|
|
79
|
+
* @returns any Response for status 200
|
|
80
|
+
* @throws ApiError
|
|
81
|
+
*/
|
|
82
|
+
static postTasksByIdLinks({ id, requestBody, }: {
|
|
83
|
+
id: string;
|
|
84
|
+
requestBody: {
|
|
85
|
+
entityType: string;
|
|
86
|
+
entityId: string;
|
|
87
|
+
};
|
|
88
|
+
}): CancelablePromise<{
|
|
89
|
+
success: boolean;
|
|
90
|
+
data?: any;
|
|
91
|
+
}>;
|
|
92
|
+
/**
|
|
93
|
+
* @returns any Response for status 200
|
|
94
|
+
* @throws ApiError
|
|
95
|
+
*/
|
|
96
|
+
static deleteTasksByIdLinksByLinkId({ id, linkId, }: {
|
|
97
|
+
id: string;
|
|
98
|
+
linkId: string;
|
|
99
|
+
}): CancelablePromise<{
|
|
100
|
+
success: boolean;
|
|
101
|
+
data?: any;
|
|
102
|
+
}>;
|
|
103
|
+
/**
|
|
104
|
+
* @returns any Response for status 200
|
|
105
|
+
* @throws ApiError
|
|
106
|
+
*/
|
|
107
|
+
static getTenantDomains(): CancelablePromise<{
|
|
108
|
+
success: boolean;
|
|
109
|
+
data?: any;
|
|
110
|
+
}>;
|
|
111
|
+
/**
|
|
112
|
+
* @returns any Response for status 200
|
|
113
|
+
* @throws ApiError
|
|
114
|
+
*/
|
|
115
|
+
static postTenantDomains({ requestBody, }: {
|
|
116
|
+
requestBody: {
|
|
117
|
+
customDomain: string;
|
|
118
|
+
};
|
|
119
|
+
}): CancelablePromise<{
|
|
120
|
+
success: boolean;
|
|
121
|
+
data?: any;
|
|
122
|
+
}>;
|
|
123
|
+
/**
|
|
124
|
+
* @returns any Response for status 200
|
|
125
|
+
* @throws ApiError
|
|
126
|
+
*/
|
|
127
|
+
static postTenantDomainsByIdVerify({ id, }: {
|
|
128
|
+
id: string;
|
|
129
|
+
}): CancelablePromise<{
|
|
130
|
+
success: boolean;
|
|
131
|
+
data?: any;
|
|
132
|
+
}>;
|
|
133
|
+
/**
|
|
134
|
+
* @returns any Response for status 200
|
|
135
|
+
* @throws ApiError
|
|
136
|
+
*/
|
|
137
|
+
static postTenantDomainsByIdLock({ id, }: {
|
|
138
|
+
id: string;
|
|
139
|
+
}): CancelablePromise<{
|
|
140
|
+
success: boolean;
|
|
141
|
+
data?: any;
|
|
142
|
+
}>;
|
|
143
|
+
/**
|
|
144
|
+
* @returns any Response for status 200
|
|
145
|
+
* @throws ApiError
|
|
146
|
+
*/
|
|
147
|
+
static deleteTenantDomainsById({ id, }: {
|
|
148
|
+
id: string;
|
|
149
|
+
}): CancelablePromise<{
|
|
150
|
+
success: boolean;
|
|
151
|
+
data?: any;
|
|
152
|
+
}>;
|
|
7
153
|
/**
|
|
8
154
|
* @throws ApiError
|
|
9
155
|
*/
|
|
10
156
|
static postMcp(): CancelablePromise<void>;
|
|
157
|
+
/**
|
|
158
|
+
* @returns any Response for status 200
|
|
159
|
+
* @throws ApiError
|
|
160
|
+
*/
|
|
161
|
+
static postClientPortalDevicesRegister({ requestBody, }: {
|
|
162
|
+
requestBody: {
|
|
163
|
+
platform: 'ios' | 'android' | 'web';
|
|
164
|
+
pushToken?: string;
|
|
165
|
+
appVersion?: string;
|
|
166
|
+
};
|
|
167
|
+
}): CancelablePromise<{
|
|
168
|
+
success: boolean;
|
|
169
|
+
data?: any;
|
|
170
|
+
}>;
|
|
171
|
+
/**
|
|
172
|
+
* @returns any Response for status 200
|
|
173
|
+
* @throws ApiError
|
|
174
|
+
*/
|
|
175
|
+
static deleteClientPortalDevicesById({ id, }: {
|
|
176
|
+
id: string;
|
|
177
|
+
}): CancelablePromise<{
|
|
178
|
+
success: boolean;
|
|
179
|
+
data?: any;
|
|
180
|
+
}>;
|
|
181
|
+
/**
|
|
182
|
+
* @returns any Response for status 200
|
|
183
|
+
* @throws ApiError
|
|
184
|
+
*/
|
|
185
|
+
static postClientPortalEulaAccept({ requestBody, }: {
|
|
186
|
+
requestBody: {
|
|
187
|
+
eulaVersion: string;
|
|
188
|
+
};
|
|
189
|
+
}): CancelablePromise<{
|
|
190
|
+
success: boolean;
|
|
191
|
+
data?: any;
|
|
192
|
+
}>;
|
|
193
|
+
/**
|
|
194
|
+
* @returns any Response for status 200
|
|
195
|
+
* @throws ApiError
|
|
196
|
+
*/
|
|
197
|
+
static patchClientPortalMeLocale({ requestBody, }: {
|
|
198
|
+
requestBody: {
|
|
199
|
+
locale: string;
|
|
200
|
+
};
|
|
201
|
+
}): CancelablePromise<{
|
|
202
|
+
success: boolean;
|
|
203
|
+
data?: any;
|
|
204
|
+
}>;
|
|
205
|
+
/**
|
|
206
|
+
* @returns any Response for status 200
|
|
207
|
+
* @throws ApiError
|
|
208
|
+
*/
|
|
209
|
+
static getClientPortalAuthProfiles({ email, }: {
|
|
210
|
+
email: string;
|
|
211
|
+
}): CancelablePromise<{
|
|
212
|
+
success: boolean;
|
|
213
|
+
data?: any;
|
|
214
|
+
}>;
|
|
11
215
|
}
|
|
12
216
|
//# sourceMappingURL=DefaultService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/DefaultService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;OAEG;WACW,UAAU,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAMnD;;OAEG;WACW,OAAO,IAAI,iBAAiB,CAAC,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"DefaultService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/DefaultService.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,165 @@ export class DefaultService {
|
|
|
10
10
|
url: '/healthz',
|
|
11
11
|
});
|
|
12
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* @returns any Response for status 200
|
|
15
|
+
* @throws ApiError
|
|
16
|
+
*/
|
|
17
|
+
static getTasks({ entityType, entityId, status, assigneeId, }) {
|
|
18
|
+
return __request(OpenAPI, {
|
|
19
|
+
method: 'GET',
|
|
20
|
+
url: '/tasks/',
|
|
21
|
+
query: {
|
|
22
|
+
'entityType': entityType,
|
|
23
|
+
'entityId': entityId,
|
|
24
|
+
'status': status,
|
|
25
|
+
'assigneeId': assigneeId,
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @returns any Response for status 200
|
|
31
|
+
* @throws ApiError
|
|
32
|
+
*/
|
|
33
|
+
static postTasks({ requestBody, }) {
|
|
34
|
+
return __request(OpenAPI, {
|
|
35
|
+
method: 'POST',
|
|
36
|
+
url: '/tasks/',
|
|
37
|
+
body: requestBody,
|
|
38
|
+
mediaType: 'application/json',
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @returns any Response for status 200
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
static patchTasksById({ id, requestBody, }) {
|
|
46
|
+
return __request(OpenAPI, {
|
|
47
|
+
method: 'PATCH',
|
|
48
|
+
url: '/tasks/{id}',
|
|
49
|
+
path: {
|
|
50
|
+
'id': id,
|
|
51
|
+
},
|
|
52
|
+
body: requestBody,
|
|
53
|
+
mediaType: 'application/json',
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @returns any Response for status 200
|
|
58
|
+
* @throws ApiError
|
|
59
|
+
*/
|
|
60
|
+
static deleteTasksById({ id, }) {
|
|
61
|
+
return __request(OpenAPI, {
|
|
62
|
+
method: 'DELETE',
|
|
63
|
+
url: '/tasks/{id}',
|
|
64
|
+
path: {
|
|
65
|
+
'id': id,
|
|
66
|
+
},
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @returns any Response for status 200
|
|
71
|
+
* @throws ApiError
|
|
72
|
+
*/
|
|
73
|
+
static postTasksByIdComplete({ id, }) {
|
|
74
|
+
return __request(OpenAPI, {
|
|
75
|
+
method: 'POST',
|
|
76
|
+
url: '/tasks/{id}/complete',
|
|
77
|
+
path: {
|
|
78
|
+
'id': id,
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* @returns any Response for status 200
|
|
84
|
+
* @throws ApiError
|
|
85
|
+
*/
|
|
86
|
+
static postTasksByIdLinks({ id, requestBody, }) {
|
|
87
|
+
return __request(OpenAPI, {
|
|
88
|
+
method: 'POST',
|
|
89
|
+
url: '/tasks/{id}/links',
|
|
90
|
+
path: {
|
|
91
|
+
'id': id,
|
|
92
|
+
},
|
|
93
|
+
body: requestBody,
|
|
94
|
+
mediaType: 'application/json',
|
|
95
|
+
});
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* @returns any Response for status 200
|
|
99
|
+
* @throws ApiError
|
|
100
|
+
*/
|
|
101
|
+
static deleteTasksByIdLinksByLinkId({ id, linkId, }) {
|
|
102
|
+
return __request(OpenAPI, {
|
|
103
|
+
method: 'DELETE',
|
|
104
|
+
url: '/tasks/{id}/links/{linkId}',
|
|
105
|
+
path: {
|
|
106
|
+
'id': id,
|
|
107
|
+
'linkId': linkId,
|
|
108
|
+
},
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @returns any Response for status 200
|
|
113
|
+
* @throws ApiError
|
|
114
|
+
*/
|
|
115
|
+
static getTenantDomains() {
|
|
116
|
+
return __request(OpenAPI, {
|
|
117
|
+
method: 'GET',
|
|
118
|
+
url: '/tenant-domains/',
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* @returns any Response for status 200
|
|
123
|
+
* @throws ApiError
|
|
124
|
+
*/
|
|
125
|
+
static postTenantDomains({ requestBody, }) {
|
|
126
|
+
return __request(OpenAPI, {
|
|
127
|
+
method: 'POST',
|
|
128
|
+
url: '/tenant-domains/',
|
|
129
|
+
body: requestBody,
|
|
130
|
+
mediaType: 'application/json',
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @returns any Response for status 200
|
|
135
|
+
* @throws ApiError
|
|
136
|
+
*/
|
|
137
|
+
static postTenantDomainsByIdVerify({ id, }) {
|
|
138
|
+
return __request(OpenAPI, {
|
|
139
|
+
method: 'POST',
|
|
140
|
+
url: '/tenant-domains/{id}/verify',
|
|
141
|
+
path: {
|
|
142
|
+
'id': id,
|
|
143
|
+
},
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @returns any Response for status 200
|
|
148
|
+
* @throws ApiError
|
|
149
|
+
*/
|
|
150
|
+
static postTenantDomainsByIdLock({ id, }) {
|
|
151
|
+
return __request(OpenAPI, {
|
|
152
|
+
method: 'POST',
|
|
153
|
+
url: '/tenant-domains/{id}/lock',
|
|
154
|
+
path: {
|
|
155
|
+
'id': id,
|
|
156
|
+
},
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* @returns any Response for status 200
|
|
161
|
+
* @throws ApiError
|
|
162
|
+
*/
|
|
163
|
+
static deleteTenantDomainsById({ id, }) {
|
|
164
|
+
return __request(OpenAPI, {
|
|
165
|
+
method: 'DELETE',
|
|
166
|
+
url: '/tenant-domains/{id}',
|
|
167
|
+
path: {
|
|
168
|
+
'id': id,
|
|
169
|
+
},
|
|
170
|
+
});
|
|
171
|
+
}
|
|
13
172
|
/**
|
|
14
173
|
* @throws ApiError
|
|
15
174
|
*/
|
|
@@ -19,5 +178,67 @@ export class DefaultService {
|
|
|
19
178
|
url: '/mcp',
|
|
20
179
|
});
|
|
21
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* @returns any Response for status 200
|
|
183
|
+
* @throws ApiError
|
|
184
|
+
*/
|
|
185
|
+
static postClientPortalDevicesRegister({ requestBody, }) {
|
|
186
|
+
return __request(OpenAPI, {
|
|
187
|
+
method: 'POST',
|
|
188
|
+
url: '/client-portal/devices/register',
|
|
189
|
+
body: requestBody,
|
|
190
|
+
mediaType: 'application/json',
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* @returns any Response for status 200
|
|
195
|
+
* @throws ApiError
|
|
196
|
+
*/
|
|
197
|
+
static deleteClientPortalDevicesById({ id, }) {
|
|
198
|
+
return __request(OpenAPI, {
|
|
199
|
+
method: 'DELETE',
|
|
200
|
+
url: '/client-portal/devices/{id}',
|
|
201
|
+
path: {
|
|
202
|
+
'id': id,
|
|
203
|
+
},
|
|
204
|
+
});
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* @returns any Response for status 200
|
|
208
|
+
* @throws ApiError
|
|
209
|
+
*/
|
|
210
|
+
static postClientPortalEulaAccept({ requestBody, }) {
|
|
211
|
+
return __request(OpenAPI, {
|
|
212
|
+
method: 'POST',
|
|
213
|
+
url: '/client-portal/eula/accept',
|
|
214
|
+
body: requestBody,
|
|
215
|
+
mediaType: 'application/json',
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* @returns any Response for status 200
|
|
220
|
+
* @throws ApiError
|
|
221
|
+
*/
|
|
222
|
+
static patchClientPortalMeLocale({ requestBody, }) {
|
|
223
|
+
return __request(OpenAPI, {
|
|
224
|
+
method: 'PATCH',
|
|
225
|
+
url: '/client-portal/me/locale',
|
|
226
|
+
body: requestBody,
|
|
227
|
+
mediaType: 'application/json',
|
|
228
|
+
});
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* @returns any Response for status 200
|
|
232
|
+
* @throws ApiError
|
|
233
|
+
*/
|
|
234
|
+
static getClientPortalAuthProfiles({ email, }) {
|
|
235
|
+
return __request(OpenAPI, {
|
|
236
|
+
method: 'GET',
|
|
237
|
+
url: '/client-portal/auth/profiles',
|
|
238
|
+
query: {
|
|
239
|
+
'email': email,
|
|
240
|
+
},
|
|
241
|
+
});
|
|
242
|
+
}
|
|
22
243
|
}
|
|
23
244
|
//# sourceMappingURL=DefaultService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultService.js","sourceRoot":"","sources":["../../../src/generated/services/DefaultService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,MAAM,OAAO,cAAc;IACvB;;OAEG;IACI,MAAM,CAAC,UAAU;QACpB,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,UAAU;SAClB,CAAC,CAAC;IACP,CAAC;IACD;;OAEG;IACI,MAAM,CAAC,OAAO;QACjB,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,MAAM;SACd,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
1
|
+
{"version":3,"file":"DefaultService.js","sourceRoot":"","sources":["../../../src/generated/services/DefaultService.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
|
+
export declare class DemographicsService {
|
|
3
|
+
/**
|
|
4
|
+
* Get tenant demographics form config
|
|
5
|
+
* @throws ApiError
|
|
6
|
+
*/
|
|
7
|
+
static getSettingsDemographicsForm(): CancelablePromise<void>;
|
|
8
|
+
/**
|
|
9
|
+
* Update tenant demographics form config
|
|
10
|
+
* @throws ApiError
|
|
11
|
+
*/
|
|
12
|
+
static patchSettingsDemographicsForm({ requestBody, }: {
|
|
13
|
+
requestBody: {
|
|
14
|
+
optionalFields: Array<'legalName' | 'preferredName' | 'dob' | 'email' | 'phone' | 'address' | 'emergencyContact' | 'insurance' | 'genderIdentity'>;
|
|
15
|
+
mandatoryFields: Array<'legalName' | 'preferredName' | 'dob' | 'email' | 'phone' | 'address' | 'emergencyContact' | 'insurance' | 'genderIdentity'>;
|
|
16
|
+
};
|
|
17
|
+
}): CancelablePromise<void>;
|
|
18
|
+
/**
|
|
19
|
+
* List a client's demographics submission history
|
|
20
|
+
* @throws ApiError
|
|
21
|
+
*/
|
|
22
|
+
static getClientsByIdDemographicsSubmissions({ id, }: {
|
|
23
|
+
id: string;
|
|
24
|
+
}): CancelablePromise<void>;
|
|
25
|
+
/**
|
|
26
|
+
* Submit client demographics from portal
|
|
27
|
+
* Validates against tenant demographics config, persists a submission row, and merges into the client record with per-field audit.
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static postClientPortalDemographics({ requestBody, }: {
|
|
31
|
+
requestBody: {
|
|
32
|
+
payload: Record<string, any>;
|
|
33
|
+
};
|
|
34
|
+
}): CancelablePromise<void>;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=DemographicsService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DemographicsService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/DemographicsService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,mBAAmB;IAC5B;;;OAGG;WACW,2BAA2B,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAMpE;;;OAGG;WACW,6BAA6B,CAAC,EACxC,WAAW,GACd,EAAE;QACC,WAAW,EAAE;YACT,cAAc,EAAE,KAAK,CAAC,WAAW,GAAG,eAAe,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,kBAAkB,GAAG,WAAW,GAAG,gBAAgB,CAAC,CAAC;YACnJ,eAAe,EAAE,KAAK,CAAC,WAAW,GAAG,eAAe,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,kBAAkB,GAAG,WAAW,GAAG,gBAAgB,CAAC,CAAC;SACvJ,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAQ3B;;;OAGG;WACW,qCAAqC,CAAC,EAChD,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC,IAAI,CAAC;IAS3B;;;;OAIG;WACW,4BAA4B,CAAC,EACvC,WAAW,GACd,EAAE;QACC,WAAW,EAAE;YACT,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;SAChC,CAAC;KACL,GAAG,iBAAiB,CAAC,IAAI,CAAC;CAQ9B"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
2
|
+
import { request as __request } from '../core/request';
|
|
3
|
+
export class DemographicsService {
|
|
4
|
+
/**
|
|
5
|
+
* Get tenant demographics form config
|
|
6
|
+
* @throws ApiError
|
|
7
|
+
*/
|
|
8
|
+
static getSettingsDemographicsForm() {
|
|
9
|
+
return __request(OpenAPI, {
|
|
10
|
+
method: 'GET',
|
|
11
|
+
url: '/settings/demographics-form',
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Update tenant demographics form config
|
|
16
|
+
* @throws ApiError
|
|
17
|
+
*/
|
|
18
|
+
static patchSettingsDemographicsForm({ requestBody, }) {
|
|
19
|
+
return __request(OpenAPI, {
|
|
20
|
+
method: 'PATCH',
|
|
21
|
+
url: '/settings/demographics-form',
|
|
22
|
+
body: requestBody,
|
|
23
|
+
mediaType: 'application/json',
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* List a client's demographics submission history
|
|
28
|
+
* @throws ApiError
|
|
29
|
+
*/
|
|
30
|
+
static getClientsByIdDemographicsSubmissions({ id, }) {
|
|
31
|
+
return __request(OpenAPI, {
|
|
32
|
+
method: 'GET',
|
|
33
|
+
url: '/clients/{id}/demographics-submissions',
|
|
34
|
+
path: {
|
|
35
|
+
'id': id,
|
|
36
|
+
},
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Submit client demographics from portal
|
|
41
|
+
* Validates against tenant demographics config, persists a submission row, and merges into the client record with per-field audit.
|
|
42
|
+
* @throws ApiError
|
|
43
|
+
*/
|
|
44
|
+
static postClientPortalDemographics({ requestBody, }) {
|
|
45
|
+
return __request(OpenAPI, {
|
|
46
|
+
method: 'POST',
|
|
47
|
+
url: '/client-portal/demographics',
|
|
48
|
+
body: requestBody,
|
|
49
|
+
mediaType: 'application/json',
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=DemographicsService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DemographicsService.js","sourceRoot":"","sources":["../../../src/generated/services/DemographicsService.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,MAAM,OAAO,mBAAmB;IAC5B;;;OAGG;IACI,MAAM,CAAC,2BAA2B;QACrC,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,6BAA6B;SACrC,CAAC,CAAC;IACP,CAAC;IACD;;;OAGG;IACI,MAAM,CAAC,6BAA6B,CAAC,EACxC,WAAW,GAMd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,OAAO;YACf,GAAG,EAAE,6BAA6B;YAClC,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;IACD;;;OAGG;IACI,MAAM,CAAC,qCAAqC,CAAC,EAChD,EAAE,GAGL;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,wCAAwC;YAC7C,IAAI,EAAE;gBACF,IAAI,EAAE,EAAE;aACX;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACI,MAAM,CAAC,4BAA4B,CAAC,EACvC,WAAW,GAKd;QACG,OAAO,SAAS,CAAC,OAAO,EAAE;YACtB,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,6BAA6B;YAClC,IAAI,EAAE,WAAW;YACjB,SAAS,EAAE,kBAAkB;SAChC,CAAC,CAAC;IACP,CAAC;CACJ"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
2
|
+
export declare class DocumentLibraryService {
|
|
3
|
+
/**
|
|
4
|
+
* List shareable PDF library
|
|
5
|
+
* @returns any Response for status 200
|
|
6
|
+
* @throws ApiError
|
|
7
|
+
*/
|
|
8
|
+
static getPdfLibrary(): CancelablePromise<{
|
|
9
|
+
success: boolean;
|
|
10
|
+
data?: Array<{
|
|
11
|
+
id: string;
|
|
12
|
+
tenantId: string;
|
|
13
|
+
displayName: string;
|
|
14
|
+
storageKey: string;
|
|
15
|
+
isDefault: boolean;
|
|
16
|
+
fileSizeBytes: (number | null);
|
|
17
|
+
mimeType: string;
|
|
18
|
+
createdAt: string;
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
}>;
|
|
21
|
+
error?: string;
|
|
22
|
+
}>;
|
|
23
|
+
/**
|
|
24
|
+
* Upload shareable PDF to library
|
|
25
|
+
* @returns any Response for status 201
|
|
26
|
+
* @throws ApiError
|
|
27
|
+
*/
|
|
28
|
+
static postPdfLibrary({ requestBody, }: {
|
|
29
|
+
requestBody: {
|
|
30
|
+
file: Blob;
|
|
31
|
+
displayName?: string;
|
|
32
|
+
isDefault?: boolean;
|
|
33
|
+
};
|
|
34
|
+
}): CancelablePromise<{
|
|
35
|
+
success: boolean;
|
|
36
|
+
data?: {
|
|
37
|
+
id: string;
|
|
38
|
+
tenantId: string;
|
|
39
|
+
displayName: string;
|
|
40
|
+
storageKey: string;
|
|
41
|
+
isDefault: boolean;
|
|
42
|
+
fileSizeBytes: (number | null);
|
|
43
|
+
mimeType: string;
|
|
44
|
+
createdAt: string;
|
|
45
|
+
updatedAt: string;
|
|
46
|
+
};
|
|
47
|
+
error?: string;
|
|
48
|
+
}>;
|
|
49
|
+
/**
|
|
50
|
+
* Soft-delete shareable PDF
|
|
51
|
+
* @returns any Response for status 200
|
|
52
|
+
* @throws ApiError
|
|
53
|
+
*/
|
|
54
|
+
static deletePdfLibraryById({ id, }: {
|
|
55
|
+
id: string;
|
|
56
|
+
}): CancelablePromise<{
|
|
57
|
+
success: boolean;
|
|
58
|
+
data?: {
|
|
59
|
+
id: string;
|
|
60
|
+
};
|
|
61
|
+
error?: string;
|
|
62
|
+
}>;
|
|
63
|
+
/**
|
|
64
|
+
* Fan-out share PDF to recipients
|
|
65
|
+
* @returns any Response for status 201
|
|
66
|
+
* @throws ApiError
|
|
67
|
+
*/
|
|
68
|
+
static postPdfLibraryByIdShare({ id, requestBody, }: {
|
|
69
|
+
id: string;
|
|
70
|
+
requestBody: {
|
|
71
|
+
recipientClientIds: Array<string>;
|
|
72
|
+
};
|
|
73
|
+
}): CancelablePromise<{
|
|
74
|
+
success: boolean;
|
|
75
|
+
data?: {
|
|
76
|
+
createdDocumentIds: Array<string>;
|
|
77
|
+
skipped: Array<{
|
|
78
|
+
clientId: string;
|
|
79
|
+
reason: string;
|
|
80
|
+
}>;
|
|
81
|
+
};
|
|
82
|
+
error?: string;
|
|
83
|
+
}>;
|
|
84
|
+
}
|
|
85
|
+
//# sourceMappingURL=DocumentLibraryService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DocumentLibraryService.d.ts","sourceRoot":"","sources":["../../../src/generated/services/DocumentLibraryService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,sBAAsB;IAC/B;;;;OAIG;WACW,aAAa,IAAI,iBAAiB,CAAC;QAC7C,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,CAAC,EAAE,KAAK,CAAC;YACT,EAAE,EAAE,MAAM,CAAC;YACX,QAAQ,EAAE,MAAM,CAAC;YACjB,WAAW,EAAE,MAAM,CAAC;YACpB,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,OAAO,CAAC;YACnB,aAAa,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;YAC/B,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;SACrB,CAAC,CAAC;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IAMF;;;;OAIG;WACW,cAAc,CAAC,EACzB,WAAW,GACd,EAAE;QACC,WAAW,EAAE;YACT,IAAI,EAAE,IAAI,CAAC;YACX,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,SAAS,CAAC,EAAE,OAAO,CAAC;SACvB,CAAC;KACL,GAAG,iBAAiB,CAAC;QAClB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,CAAC,EAAE;YACH,EAAE,EAAE,MAAM,CAAC;YACX,QAAQ,EAAE,MAAM,CAAC;YACjB,WAAW,EAAE,MAAM,CAAC;YACpB,UAAU,EAAE,MAAM,CAAC;YACnB,SAAS,EAAE,OAAO,CAAC;YACnB,aAAa,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;YAC/B,QAAQ,EAAE,MAAM,CAAC;YACjB,SAAS,EAAE,MAAM,CAAC;YAClB,SAAS,EAAE,MAAM,CAAC;SACrB,CAAC;QACF,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IAQF;;;;OAIG;WACW,oBAAoB,CAAC,EAC/B,EAAE,GACL,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;KACd,GAAG,iBAAiB,CAAC;QAClB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,CAAC,EAAE;YACH,EAAE,EAAE,MAAM,CAAC;SACd,CAAC;QACF,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IASF;;;;OAIG;WACW,uBAAuB,CAAC,EAClC,EAAE,EACF,WAAW,GACd,EAAE;QACC,EAAE,EAAE,MAAM,CAAC;QACX,WAAW,EAAE;YACT,kBAAkB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;SACrC,CAAC;KACL,GAAG,iBAAiB,CAAC;QAClB,OAAO,EAAE,OAAO,CAAC;QACjB,IAAI,CAAC,EAAE;YACH,kBAAkB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;YAClC,OAAO,EAAE,KAAK,CAAC;gBACX,QAAQ,EAAE,MAAM,CAAC;gBACjB,MAAM,EAAE,MAAM,CAAC;aAClB,CAAC,CAAC;SACN,CAAC;QACF,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CAWL"}
|