UNPKG

@docusign/iam-sdk

Version:

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

25 lines 1.85 kB
import { IamClientCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { IamClientError } from "../models/errors/iamclienterror.js"; import * as errors from "../models/errors/index.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import * as operations from "../models/operations/index.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Create an AI-generated summary of an agreement document * * @remarks * This operation request an AI-generated summary of the specified agreement document. * The summary is intended to provide a concise overview of the original agreement’s content * and key points; however, it may not capture all details or legal nuances. * * **Important**: By invoking this operation, you acknowledge and accept the * [Docusign AI Terms and Conditions](https://www.docusign.com/legal/terms-and-conditions/ai-attachment-docusign-services). * Please refer to the original agreement for any legally binding information. */ export declare function navigatorAgreementsCreateAgreementSummary(client: IamClientCore, request: operations.CreateAgreementSummaryRequest, options?: RequestOptions): APIPromise<Result<components.AgreementSummary, errors.ErrorT | IamClientError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>; //# sourceMappingURL=navigatorAgreementsCreateAgreementSummary.d.ts.map