@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
15 lines • 616 B
JavaScript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
import { ClientSDK } from "../lib/sdks.js";
import { WorkflowInstanceManagement } from "./workflowinstancemanagement.js";
import { Workflows } from "./workflows.js";
export class Maestro extends ClientSDK {
get workflows() {
return (this._workflows ?? (this._workflows = new Workflows(this._options)));
}
get workflowInstanceManagement() {
return (this._workflowInstanceManagement ?? (this._workflowInstanceManagement = new WorkflowInstanceManagement(this._options)));
}
}
//# sourceMappingURL=maestro.js.map