import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GustoEmbeddedError } from "../models/errors/gustoembeddederror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { NotFoundErrorObject } from "../models/errors/notfounderrorobject.js"; import { ResponseValidationError } from "../models/errors/responsevalidationerror.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { UnprocessableEntityError } from "../models/errors/unprocessableentityerror.js"; import { PostV1PartnerManagedCompaniesCompanyUuidTermsOfServiceRequest, PostV1PartnerManagedCompaniesCompanyUuidTermsOfServiceResponse } from "../models/operations/postv1partnermanagedcompaniescompanyuuidtermsofservice.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Accept terms of service for a specific user * * @remarks * Accept the Gusto Embedded Payroll's [Terms of Service](https://flows.gusto.com/terms) on behalf of a specific user. The user must have a role on the company. * * scope: `terms_of_services:write` * * If set, this operation will use {@link Security.companyAccessAuth} from the global security. */ export declare function companiesPostV1PartnerManagedCompaniesCompanyUuidTermsOfService(client: GustoEmbeddedCore, request: PostV1PartnerManagedCompaniesCompanyUuidTermsOfServiceRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=companiesPostV1PartnerManagedCompaniesCompanyUuidTermsOfService.d.ts.map