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 { PutV1CompanyBenefitsCompanyBenefitIdEmployeeBenefitsRequest, PutV1CompanyBenefitsCompanyBenefitIdEmployeeBenefitsResponse } from "../models/operations/putv1companybenefitscompanybenefitidemployeebenefits.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Bulk update employee benefits for a company benefit * * @remarks * Employee benefits represent an employee enrolled in a particular company benefit. It includes information specific to that employee's enrollment. * * Create or update(if the employee is already enrolled in the company benefit previously) an employee benefit for the company benefit. * * Benefits containing PHI are only visible to applications with the `employee_benefits:read:phi` scope. * * When the application has the `employee_benefits:write:benefit_type_limited` data scope, the application can only create or update employee benefits for benefit types that are permitted for the application. * * scope: `employee_benefits:write` * * If set, this operation will use {@link Security.companyAccessAuth} from the global security. */ export declare function companyBenefitsUpdateEmployeeBenefits(client: GustoEmbeddedCore, request: PutV1CompanyBenefitsCompanyBenefitIdEmployeeBenefitsRequest, options?: RequestOptions): APIPromise>; //# sourceMappingURL=companyBenefitsUpdateEmployeeBenefits.d.ts.map