import { CodatBankFeedsCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { CodatBankFeedsError } from "../sdk/models/errors/codatbankfeedserror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../sdk/models/errors/httpclienterrors.js"; import * as errors from "../sdk/models/errors/index.js"; import { ResponseValidationError } from "../sdk/models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../sdk/models/errors/sdkvalidationerror.js"; import * as operations from "../sdk/models/operations/index.js"; import * as shared from "../sdk/models/shared/index.js"; import { APIPromise } from "../sdk/types/async.js"; import { Result } from "../sdk/types/fp.js"; /** * Update company * * @remarks * Use the *Update company* endpoint to update the name, description, or tags of the company. * * The *Update company* endpoint doesn't have any required fields. If any of the fields provided are `null` or not provided, they won't be included in the update. * * A [company](https://docs.codat.io/bank-feeds-api#/schemas/Company) represents a business sharing access to their data. */ export declare function companiesUpdate(client: CodatBankFeedsCore, request: operations.UpdateCompanyRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=companiesUpdate.d.ts.map