We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec61f5 commit 85acf22Copy full SHA for 85acf22
src/session_client.ts
@@ -28,6 +28,7 @@ export class DocupilotSessionClient extends Docupilot {
28
readonly DemographicService = _API.DemographicService;
29
readonly MergeHistoryService = _API.MergeHistoryService;
30
readonly EsignService = _API.EsignService;
31
+ readonly OrganizationService = _API.OrganizationService;
32
33
configureHeadersInterceptor(getHeaders: () => Record<string, string>) {
34
_API.OpenAPI.HEADERS = async (options: ApiRequestOptions) => {
0 commit comments