Skip to content

Commit 85acf22

Browse files
authored
Add Org service (#353)
1 parent 7ec61f5 commit 85acf22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/session_client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class DocupilotSessionClient extends Docupilot {
2828
readonly DemographicService = _API.DemographicService;
2929
readonly MergeHistoryService = _API.MergeHistoryService;
3030
readonly EsignService = _API.EsignService;
31+
readonly OrganizationService = _API.OrganizationService;
3132

3233
configureHeadersInterceptor(getHeaders: () => Record<string, string>) {
3334
_API.OpenAPI.HEADERS = async (options: ApiRequestOptions) => {

0 commit comments

Comments
 (0)