UNPKG

@docusign/iam-sdk

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@docusign/iam-sdk* API.

32 lines 1.65 kB
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkspaceBrands = void 0; const workspacesWorkspaceBrandsGetWorkspaceBrand_js_1 = require("../funcs/workspacesWorkspaceBrandsGetWorkspaceBrand.js"); const workspacesWorkspaceBrandsUpdateWorkspaceBrand_js_1 = require("../funcs/workspacesWorkspaceBrandsUpdateWorkspaceBrand.js"); const sdks_js_1 = require("../lib/sdks.js"); const fp_js_1 = require("../types/fp.js"); class WorkspaceBrands extends sdks_js_1.ClientSDK { /** * Returns details about the brand set for a workspace * * @remarks * This operation retrieves details about a specific workspace. It returns the brand details such as its unique identifier (ID), name, and metadata such as brand colors and logos. */ async getWorkspaceBrand(request, options) { return (0, fp_js_1.unwrapAsync)((0, workspacesWorkspaceBrandsGetWorkspaceBrand_js_1.workspacesWorkspaceBrandsGetWorkspaceBrand)(this, request, options)); } /** * Updates brand for an existing workspace * * @remarks * This operation updates brand for a specific workspace. It returns the brand details such as its unique identifier (ID), name, and metadata such as brand colors and logos. */ async updateWorkspaceBrand(request, options) { return (0, fp_js_1.unwrapAsync)((0, workspacesWorkspaceBrandsUpdateWorkspaceBrand_js_1.workspacesWorkspaceBrandsUpdateWorkspaceBrand)(this, request, options)); } } exports.WorkspaceBrands = WorkspaceBrands; //# sourceMappingURL=workspacebrands.js.map