@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
20 lines • 977 B
JavaScript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
import { connectedFieldsTabInfoGetConnectedFieldsTabGroups } from "../funcs/connectedFieldsTabInfoGetConnectedFieldsTabGroups.js";
import { ClientSDK } from "../lib/sdks.js";
import { unwrapAsync } from "../types/fp.js";
export class TabInfo extends ClientSDK {
/**
* Returns all tabs associated with the given account
*
* @remarks
* Returns all tabs associated with the given account.
*
* **Note**: Unlike the Connected Fields UI, this endpoint returns only fields that are either mandatory or have the **IsRequiredForVerifyingType** <a href="https://concerto.accordproject.org/docs/design/specification/model-decorators/" target="_blank">decorator</a>
*/
async getConnectedFieldsTabGroups(request, options) {
return unwrapAsync(connectedFieldsTabInfoGetConnectedFieldsTabGroups(this, request, options));
}
}
//# sourceMappingURL=tabinfo.js.map