Skip to content

Conversation

@MiguelAtExa
Copy link
Contributor

Summary

  • Add Entity types for structured entity data in search results
  • Add entities field to SearchResult type
  • Bump version to 2.1.0

Types Added

  • EntityWorkforce - Company workforce info
  • EntityHeadquarters - Company HQ info
  • EntityFinancials - Financial info
  • EntityCompanyProperties - Company properties
  • EntityDateRange - Date range for work history
  • EntityCompanyRef - Company reference
  • EntityWorkHistoryEntry - Work history entry
  • EntityPersonProperties - Person properties
  • CompanyEntity - Full company entity
  • PersonEntity - Full person entity
  • Entity - Discriminated union

Test plan

  • Unit tests for entity types (7 tests passing)
  • Integration test for company category search (will pass when entities deployed to prod)

🤖 Generated with Claude Code

MiguelAtExa and others added 3 commits January 21, 2026 13:46
- Add Entity types (EntityWorkforce, EntityHeadquarters, EntityFinancials,
  EntityCompanyProperties, EntityDateRange, EntityCompanyRef,
  EntityWorkHistoryEntry, EntityPersonProperties, CompanyEntity,
  PersonEntity, Entity) for structured entity data in search results
- Add entities field to SearchResult type
- Add unit tests for entity types
- Add integration test for company category search
- Bump version to 2.1.0

Co-Authored-By: Claude Opus 4.5 <[email protected]>
- EntityWorkforce → EntityCompanyPropertiesWorkforce
- EntityHeadquarters → EntityCompanyPropertiesHeadquarters
- EntityFinancials → EntityCompanyPropertiesFinancials
- EntityCompanyRef → EntityPersonPropertiesCompanyRef
- EntityWorkHistoryEntry → EntityPersonPropertiesWorkHistoryEntry
- Add EntityCompanyPropertiesFundingRound type
- Add fundingLatestRound to financials

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@MiguelAtExa MiguelAtExa merged commit 16b94e6 into master Jan 22, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants