@docusign/iam-sdk
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.
24 lines • 1.19 kB
JavaScript
;
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TabInfo = void 0;
const connectedFieldsTabInfoGetConnectedFieldsTabGroups_js_1 = require("../funcs/connectedFieldsTabInfoGetConnectedFieldsTabGroups.js");
const sdks_js_1 = require("../lib/sdks.js");
const fp_js_1 = require("../types/fp.js");
class TabInfo extends sdks_js_1.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 (0, fp_js_1.unwrapAsync)((0, connectedFieldsTabInfoGetConnectedFieldsTabGroups_js_1.connectedFieldsTabInfoGetConnectedFieldsTabGroups)(this, request, options));
}
}
exports.TabInfo = TabInfo;
//# sourceMappingURL=tabinfo.js.map