src/services/api/enterpriseEmployee.ts
@@ -58,12 +58,15 @@ body: API.ImportEnterpriseEmployeesCommand, options?: API.RequestConfig ) { return request<number>('/api/user/enterpriseEmployee/importEnterpriseEmployees', { return request<API.ImportEnterpriseEmployeesCommandResult>( '/api/user/enterpriseEmployee/importEnterpriseEmployees', { method: 'POST', headers: { 'Content-Type': 'application/json-patch+json', }, data: body, ...(options || {}), }); } ); }