@aventurevc/api-schemas 0.7.272

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +5 -0
  3. package/dist/address/address.d.ts +95 -0
  4. package/dist/address/address.js +83 -0
  5. package/dist/address/association-role.d.ts +49 -0
  6. package/dist/address/association-role.js +45 -0
  7. package/dist/address/association.d.ts +58 -0
  8. package/dist/address/association.js +58 -0
  9. package/dist/address/city.d.ts +48 -0
  10. package/dist/address/city.js +49 -0
  11. package/dist/address/country.d.ts +52 -0
  12. package/dist/address/country.js +55 -0
  13. package/dist/address/state.d.ts +49 -0
  14. package/dist/address/state.js +51 -0
  15. package/dist/agent/help-question.d.ts +23 -0
  16. package/dist/agent/help-question.js +21 -0
  17. package/dist/agent/help.d.ts +34 -0
  18. package/dist/agent/help.js +24 -0
  19. package/dist/agent/instruction-detail.d.ts +27 -0
  20. package/dist/agent/instruction-detail.js +20 -0
  21. package/dist/agent/instruction-kind.d.ts +18 -0
  22. package/dist/agent/instruction-kind.js +14 -0
  23. package/dist/agent/instruction-manifest.d.ts +37 -0
  24. package/dist/agent/instruction-manifest.js +21 -0
  25. package/dist/agent/instruction-pointer.d.ts +19 -0
  26. package/dist/agent/instruction-pointer.js +19 -0
  27. package/dist/agent/instruction.d.ts +25 -0
  28. package/dist/agent/instruction.js +23 -0
  29. package/dist/auth/permission-grant.d.ts +18 -0
  30. package/dist/auth/permission-grant.js +16 -0
  31. package/dist/blog/post-type.d.ts +26 -0
  32. package/dist/blog/post-type.js +26 -0
  33. package/dist/blog/post.d.ts +50 -0
  34. package/dist/blog/post.js +48 -0
  35. package/dist/chart/bucket.d.ts +22 -0
  36. package/dist/chart/bucket.js +23 -0
  37. package/dist/classification/catalog-bucket.d.ts +64 -0
  38. package/dist/classification/catalog-bucket.js +34 -0
  39. package/dist/classification/catalog-category.d.ts +63 -0
  40. package/dist/classification/catalog-category.js +32 -0
  41. package/dist/classification/catalog.d.ts +137 -0
  42. package/dist/classification/catalog.js +23 -0
  43. package/dist/classification/classification.d.ts +41 -0
  44. package/dist/classification/classification.js +40 -0
  45. package/dist/classification/inactive-tag-details.d.ts +23 -0
  46. package/dist/classification/inactive-tag-details.js +22 -0
  47. package/dist/cli/authorization-client-platform.d.ts +20 -0
  48. package/dist/cli/authorization-client-platform.js +15 -0
  49. package/dist/cli/authorization-delivery.d.ts +21 -0
  50. package/dist/cli/authorization-delivery.js +25 -0
  51. package/dist/cli/authorization-encryption-algorithm.d.ts +17 -0
  52. package/dist/cli/authorization-encryption-algorithm.js +15 -0
  53. package/dist/cli/authorization-mutation.d.ts +27 -0
  54. package/dist/cli/authorization-mutation.js +29 -0
  55. package/dist/cli/authorization-poll.d.ts +51 -0
  56. package/dist/cli/authorization-poll.js +25 -0
  57. package/dist/cli/authorization-start.d.ts +22 -0
  58. package/dist/cli/authorization-start.js +26 -0
  59. package/dist/cli/authorization-status.d.ts +25 -0
  60. package/dist/cli/authorization-status.js +25 -0
  61. package/dist/cli/authorization-terminal-reason.d.ts +28 -0
  62. package/dist/cli/authorization-terminal-reason.js +28 -0
  63. package/dist/cli/authorization.d.ts +58 -0
  64. package/dist/cli/authorization.js +45 -0
  65. package/dist/client/pagination/page-param.d.ts +43 -0
  66. package/dist/client/pagination/page-param.js +42 -0
  67. package/dist/completion/gate-coverage.d.ts +18 -0
  68. package/dist/completion/gate-coverage.js +14 -0
  69. package/dist/confidence/confidence.d.ts +27 -0
  70. package/dist/confidence/confidence.js +23 -0
  71. package/dist/content/compliance.d.ts +33 -0
  72. package/dist/content/compliance.js +37 -0
  73. package/dist/content/content.d.ts +49 -0
  74. package/dist/content/content.js +51 -0
  75. package/dist/content/embedding-match.d.ts +62 -0
  76. package/dist/content/embedding-match.js +62 -0
  77. package/dist/content/filter.d.ts +35 -0
  78. package/dist/content/filter.js +27 -0
  79. package/dist/content/relation.d.ts +22 -0
  80. package/dist/content/relation.js +19 -0
  81. package/dist/content/search-interpretation.d.ts +48 -0
  82. package/dist/content/search-interpretation.js +30 -0
  83. package/dist/content/search-result.d.ts +94 -0
  84. package/dist/content/search-result.js +22 -0
  85. package/dist/content/sort-field.d.ts +25 -0
  86. package/dist/content/sort-field.js +25 -0
  87. package/dist/content/source-type.d.ts +50 -0
  88. package/dist/content/source-type.js +50 -0
  89. package/dist/content/type.d.ts +28 -0
  90. package/dist/content/type.js +28 -0
  91. package/dist/datasource/agent-identity.d.ts +18 -0
  92. package/dist/datasource/agent-identity.js +21 -0
  93. package/dist/datasource/data-source-type.d.ts +26 -0
  94. package/dist/datasource/data-source-type.js +26 -0
  95. package/dist/datasource/field-provenance.d.ts +110 -0
  96. package/dist/datasource/field-provenance.js +35 -0
  97. package/dist/datasource/provenance-actor-type.d.ts +18 -0
  98. package/dist/datasource/provenance-actor-type.js +15 -0
  99. package/dist/datasource/provenance-actor.d.ts +27 -0
  100. package/dist/datasource/provenance-actor.js +22 -0
  101. package/dist/datasource/provenance-field-change.d.ts +23 -0
  102. package/dist/datasource/provenance-field-change.js +21 -0
  103. package/dist/datasource/provenance-operation.d.ts +18 -0
  104. package/dist/datasource/provenance-operation.js +14 -0
  105. package/dist/datasource/provenance-source.d.ts +38 -0
  106. package/dist/datasource/provenance-source.js +33 -0
  107. package/dist/datasource/provenance-status.d.ts +21 -0
  108. package/dist/datasource/provenance-status.js +21 -0
  109. package/dist/datasource/source-metadata.d.ts +47 -0
  110. package/dist/datasource/source-metadata.js +47 -0
  111. package/dist/datasource/tracked-provenance-table.d.ts +34 -0
  112. package/dist/datasource/tracked-provenance-table.js +34 -0
  113. package/dist/decimal/range.d.ts +33 -0
  114. package/dist/decimal/range.js +33 -0
  115. package/dist/domain/conflict-details.d.ts +119 -0
  116. package/dist/domain/conflict-details.js +24 -0
  117. package/dist/duplicate/create-review.d.ts +47 -0
  118. package/dist/duplicate/create-review.js +25 -0
  119. package/dist/employee/count.d.ts +39 -0
  120. package/dist/employee/count.js +20 -0
  121. package/dist/entity/accelerator-participation.d.ts +91 -0
  122. package/dist/entity/accelerator-participation.js +47 -0
  123. package/dist/entity/acquisition-evidence.d.ts +22 -0
  124. package/dist/entity/acquisition-evidence.js +20 -0
  125. package/dist/entity/acquisition-role.d.ts +17 -0
  126. package/dist/entity/acquisition-role.js +13 -0
  127. package/dist/entity/acquisition-stage.d.ts +18 -0
  128. package/dist/entity/acquisition-stage.js +18 -0
  129. package/dist/entity/acquisition.d.ts +162 -0
  130. package/dist/entity/acquisition.js +43 -0
  131. package/dist/entity/alias-type.d.ts +52 -0
  132. package/dist/entity/alias-type.js +49 -0
  133. package/dist/entity/batch-param.d.ts +22 -0
  134. package/dist/entity/batch-param.js +24 -0
  135. package/dist/entity/classification-inactive-tag-override.d.ts +16 -0
  136. package/dist/entity/classification-inactive-tag-override.js +16 -0
  137. package/dist/entity/classification-suggestion.d.ts +98 -0
  138. package/dist/entity/classification-suggestion.js +28 -0
  139. package/dist/entity/classification.d.ts +423 -0
  140. package/dist/entity/classification.js +53 -0
  141. package/dist/entity/comparison-signals.d.ts +66 -0
  142. package/dist/entity/comparison-signals.js +36 -0
  143. package/dist/entity/detail-batch-param.d.ts +18 -0
  144. package/dist/entity/detail-batch-param.js +21 -0
  145. package/dist/entity/detail-batch.d.ts +22 -0
  146. package/dist/entity/detail-batch.js +24 -0
  147. package/dist/entity/detail-coverage-slot.d.ts +32 -0
  148. package/dist/entity/detail-coverage-slot.js +37 -0
  149. package/dist/entity/detail-similar-param.d.ts +22 -0
  150. package/dist/entity/detail-similar-param.js +33 -0
  151. package/dist/entity/detail.d.ts +1814 -0
  152. package/dist/entity/detail.js +52 -0
  153. package/dist/entity/enrichment.d.ts +574 -0
  154. package/dist/entity/enrichment.js +43 -0
  155. package/dist/entity/entity.d.ts +107 -0
  156. package/dist/entity/entity.js +100 -0
  157. package/dist/entity/filter-choice.d.ts +25 -0
  158. package/dist/entity/filter-choice.js +24 -0
  159. package/dist/entity/filter-control-type.d.ts +20 -0
  160. package/dist/entity/filter-control-type.js +20 -0
  161. package/dist/entity/filter-count-meta.d.ts +17 -0
  162. package/dist/entity/filter-count-meta.js +15 -0
  163. package/dist/entity/filter-count-result.d.ts +27 -0
  164. package/dist/entity/filter-count-result.js +17 -0
  165. package/dist/entity/filter-count.d.ts +20 -0
  166. package/dist/entity/filter-count.js +22 -0
  167. package/dist/entity/filter-entry.d.ts +77 -0
  168. package/dist/entity/filter-entry.js +41 -0
  169. package/dist/entity/filter-headquarters-country.d.ts +27 -0
  170. package/dist/entity/filter-headquarters-country.js +22 -0
  171. package/dist/entity/filter-headquarters-option-set.d.ts +29 -0
  172. package/dist/entity/filter-headquarters-option-set.js +19 -0
  173. package/dist/entity/filter-headquarters-state-city.d.ts +21 -0
  174. package/dist/entity/filter-headquarters-state-city.js +21 -0
  175. package/dist/entity/filter-logo-option.d.ts +26 -0
  176. package/dist/entity/filter-logo-option.js +23 -0
  177. package/dist/entity/filter-meta.d.ts +33 -0
  178. package/dist/entity/filter-meta.js +19 -0
  179. package/dist/entity/filter-option-mode.d.ts +17 -0
  180. package/dist/entity/filter-option-mode.js +14 -0
  181. package/dist/entity/filter-option-set-meta.d.ts +37 -0
  182. package/dist/entity/filter-option-set-meta.js +38 -0
  183. package/dist/entity/filter-option-set.d.ts +187 -0
  184. package/dist/entity/filter-option-set.js +23 -0
  185. package/dist/entity/filter-refined-filters.d.ts +100 -0
  186. package/dist/entity/filter-refined-filters.js +20 -0
  187. package/dist/entity/filter-scope.d.ts +19 -0
  188. package/dist/entity/filter-scope.js +21 -0
  189. package/dist/entity/filter-search-result.d.ts +20 -0
  190. package/dist/entity/filter-search-result.js +20 -0
  191. package/dist/entity/filter-search.d.ts +223 -0
  192. package/dist/entity/filter-search.js +23 -0
  193. package/dist/entity/filter-ui-meta.d.ts +31 -0
  194. package/dist/entity/filter-ui-meta.js +18 -0
  195. package/dist/entity/filter.d.ts +220 -0
  196. package/dist/entity/filter.js +112 -0
  197. package/dist/entity/funding-detail.d.ts +79 -0
  198. package/dist/entity/funding-detail.js +43 -0
  199. package/dist/entity/fundraise-filter-criteria.d.ts +95 -0
  200. package/dist/entity/fundraise-filter-criteria.js +35 -0
  201. package/dist/entity/fundraise-investor-activity.d.ts +34 -0
  202. package/dist/entity/fundraise-investor-activity.js +33 -0
  203. package/dist/entity/fundraise-investor-join.d.ts +40 -0
  204. package/dist/entity/fundraise-investor-join.js +34 -0
  205. package/dist/entity/fundraise-transaction-entity.d.ts +134 -0
  206. package/dist/entity/fundraise-transaction-entity.js +41 -0
  207. package/dist/entity/fundraise-transaction.d.ts +188 -0
  208. package/dist/entity/fundraise-transaction.js +60 -0
  209. package/dist/entity/fundraise.d.ts +46 -0
  210. package/dist/entity/fundraise.js +40 -0
  211. package/dist/entity/image.d.ts +63 -0
  212. package/dist/entity/image.js +62 -0
  213. package/dist/entity/investor-participation.d.ts +1830 -0
  214. package/dist/entity/investor-participation.js +22 -0
  215. package/dist/entity/list-filter.d.ts +223 -0
  216. package/dist/entity/list-filter.js +114 -0
  217. package/dist/entity/list-quality-gate.d.ts +25 -0
  218. package/dist/entity/list-quality-gate.js +22 -0
  219. package/dist/entity/list-research.d.ts +145 -0
  220. package/dist/entity/list-research.js +29 -0
  221. package/dist/entity/list-summary.d.ts +285 -0
  222. package/dist/entity/list-summary.js +21 -0
  223. package/dist/entity/list.d.ts +951 -0
  224. package/dist/entity/list.js +41 -0
  225. package/dist/entity/logo-type.d.ts +16 -0
  226. package/dist/entity/logo-type.js +13 -0
  227. package/dist/entity/lookup-param.d.ts +29 -0
  228. package/dist/entity/lookup-param.js +51 -0
  229. package/dist/entity/name-alias-entity-alias-type.d.ts +59 -0
  230. package/dist/entity/name-alias-entity-alias-type.js +58 -0
  231. package/dist/entity/name-alias-person-alias-type.d.ts +46 -0
  232. package/dist/entity/name-alias-person-alias-type.js +43 -0
  233. package/dist/entity/natural-search.d.ts +229 -0
  234. package/dist/entity/natural-search.js +20 -0
  235. package/dist/entity/person-association.d.ts +247 -0
  236. package/dist/entity/person-association.js +91 -0
  237. package/dist/entity/person-owner.d.ts +25 -0
  238. package/dist/entity/person-owner.js +27 -0
  239. package/dist/entity/relationship-type-option.d.ts +31 -0
  240. package/dist/entity/relationship-type-option.js +37 -0
  241. package/dist/entity/relationship.d.ts +135 -0
  242. package/dist/entity/relationship.js +55 -0
  243. package/dist/entity/research-detail.d.ts +72 -0
  244. package/dist/entity/research-detail.js +53 -0
  245. package/dist/entity/research-fact-value.d.ts +37 -0
  246. package/dist/entity/research-fact-value.js +27 -0
  247. package/dist/entity/research-snippet.d.ts +40 -0
  248. package/dist/entity/research-snippet.js +41 -0
  249. package/dist/entity/research-value-type.d.ts +42 -0
  250. package/dist/entity/research-value-type.js +42 -0
  251. package/dist/entity/research.d.ts +162 -0
  252. package/dist/entity/research.js +32 -0
  253. package/dist/entity/resolution.d.ts +1821 -0
  254. package/dist/entity/resolution.js +25 -0
  255. package/dist/entity/search-param.d.ts +22 -0
  256. package/dist/entity/search-param.js +24 -0
  257. package/dist/entity/similarity-context.d.ts +33 -0
  258. package/dist/entity/similarity-context.js +35 -0
  259. package/dist/entity/similarity-origin.d.ts +22 -0
  260. package/dist/entity/similarity-origin.js +22 -0
  261. package/dist/entity/similarity-result.d.ts +985 -0
  262. package/dist/entity/similarity-result.js +19 -0
  263. package/dist/entity/sitemap-url-type.d.ts +21 -0
  264. package/dist/entity/sitemap-url-type.js +21 -0
  265. package/dist/entity/sitemap-url.d.ts +43 -0
  266. package/dist/entity/sitemap-url.js +40 -0
  267. package/dist/entity/sitemap.d.ts +57 -0
  268. package/dist/entity/sitemap.js +63 -0
  269. package/dist/entity/suggestion-result.d.ts +999 -0
  270. package/dist/entity/suggestion-result.js +25 -0
  271. package/dist/entity/suggestion.d.ts +973 -0
  272. package/dist/entity/suggestion.js +28 -0
  273. package/dist/entity/tag-count.d.ts +20 -0
  274. package/dist/entity/tag-count.js +18 -0
  275. package/dist/entity/tag.d.ts +65 -0
  276. package/dist/entity/tag.js +68 -0
  277. package/dist/entity/text-bundle.d.ts +47 -0
  278. package/dist/entity/text-bundle.js +48 -0
  279. package/dist/entity/text.d.ts +40 -0
  280. package/dist/entity/text.js +36 -0
  281. package/dist/entity/type-alias.d.ts +22 -0
  282. package/dist/entity/type-alias.js +26 -0
  283. package/dist/entity/type-count.d.ts +28 -0
  284. package/dist/entity/type-count.js +19 -0
  285. package/dist/entity/type-group-membership.d.ts +33 -0
  286. package/dist/entity/type-group-membership.js +20 -0
  287. package/dist/entity/type-group.d.ts +18 -0
  288. package/dist/entity/type-group.js +15 -0
  289. package/dist/entity/type.d.ts +32 -0
  290. package/dist/entity/type.js +32 -0
  291. package/dist/entity/url-crawl-cdn-provider.d.ts +67 -0
  292. package/dist/entity/url-crawl-cdn-provider.js +67 -0
  293. package/dist/entity/url-crawl-render-mode.d.ts +50 -0
  294. package/dist/entity/url-crawl-render-mode.js +46 -0
  295. package/dist/entity/url-link.d.ts +146 -0
  296. package/dist/entity/url-link.js +72 -0
  297. package/dist/entity/url-type.d.ts +103 -0
  298. package/dist/entity/url-type.js +103 -0
  299. package/dist/entity/valuation-data-confidence.d.ts +40 -0
  300. package/dist/entity/valuation-data-confidence.js +36 -0
  301. package/dist/entity/valuation-derivation.d.ts +18 -0
  302. package/dist/entity/valuation-derivation.js +18 -0
  303. package/dist/entity/valuation-source.d.ts +16 -0
  304. package/dist/entity/valuation-source.js +13 -0
  305. package/dist/entity/valuation-time-series-point.d.ts +45 -0
  306. package/dist/entity/valuation-time-series-point.js +43 -0
  307. package/dist/external/social-post-platform.d.ts +21 -0
  308. package/dist/external/social-post-platform.js +21 -0
  309. package/dist/federated/search-provenance.d.ts +39 -0
  310. package/dist/federated/search-provenance.js +23 -0
  311. package/dist/federated/search.d.ts +1536 -0
  312. package/dist/federated/search.js +28 -0
  313. package/dist/funding/stage.d.ts +73 -0
  314. package/dist/funding/stage.js +73 -0
  315. package/dist/fundraise/data-confidence.d.ts +40 -0
  316. package/dist/fundraise/data-confidence.js +35 -0
  317. package/dist/fundraise/financial-instrument-type.d.ts +25 -0
  318. package/dist/fundraise/financial-instrument-type.js +25 -0
  319. package/dist/fundraise/investment-attribution-type.d.ts +43 -0
  320. package/dist/fundraise/investment-attribution-type.js +40 -0
  321. package/dist/fundraise/investment-attribution.d.ts +58 -0
  322. package/dist/fundraise/investment-attribution.js +64 -0
  323. package/dist/fundraise/transaction-status.d.ts +22 -0
  324. package/dist/fundraise/transaction-status.js +22 -0
  325. package/dist/github/repo.d.ts +36 -0
  326. package/dist/github/repo.js +46 -0
  327. package/dist/help/citation.d.ts +26 -0
  328. package/dist/help/citation.js +24 -0
  329. package/dist/help/scope.d.ts +17 -0
  330. package/dist/help/scope.js +13 -0
  331. package/dist/help/source-type.d.ts +18 -0
  332. package/dist/help/source-type.js +13 -0
  333. package/dist/http/json-value.d.ts +13 -0
  334. package/dist/http/json-value.js +18 -0
  335. package/dist/http/problem-detail.d.ts +254 -0
  336. package/dist/http/problem-detail.js +117 -0
  337. package/dist/int/range.d.ts +35 -0
  338. package/dist/int/range.js +35 -0
  339. package/dist/investor/activity-filter.d.ts +59 -0
  340. package/dist/investor/activity-filter.js +31 -0
  341. package/dist/letter/counts.d.ts +19 -0
  342. package/dist/letter/counts.js +18 -0
  343. package/dist/link/search.d.ts +1543 -0
  344. package/dist/link/search.js +21 -0
  345. package/dist/location/directory-entry.d.ts +44 -0
  346. package/dist/location/directory-entry.js +26 -0
  347. package/dist/location/identifier.d.ts +31 -0
  348. package/dist/location/identifier.js +26 -0
  349. package/dist/location/resolution-outcome.d.ts +16 -0
  350. package/dist/location/resolution-outcome.js +13 -0
  351. package/dist/location/scope.d.ts +18 -0
  352. package/dist/location/scope.js +14 -0
  353. package/dist/location/sitemap-batch.d.ts +33 -0
  354. package/dist/location/sitemap-batch.js +33 -0
  355. package/dist/location/sitemap-boundary-detail.d.ts +31 -0
  356. package/dist/location/sitemap-boundary-detail.js +22 -0
  357. package/dist/location/sitemap-boundary.d.ts +24 -0
  358. package/dist/location/sitemap-boundary.js +22 -0
  359. package/dist/location/sitemap.d.ts +131 -0
  360. package/dist/location/sitemap.js +29 -0
  361. package/dist/location/slug-resolution.d.ts +21 -0
  362. package/dist/location/slug-resolution.js +20 -0
  363. package/dist/media/object-type.d.ts +21 -0
  364. package/dist/media/object-type.js +16 -0
  365. package/dist/media/screenshot.d.ts +34 -0
  366. package/dist/media/screenshot.js +31 -0
  367. package/dist/media/upload.d.ts +35 -0
  368. package/dist/media/upload.js +30 -0
  369. package/dist/natural/search-result.d.ts +1203 -0
  370. package/dist/natural/search-result.js +23 -0
  371. package/dist/natural/search.d.ts +32 -0
  372. package/dist/natural/search.js +28 -0
  373. package/dist/news/candidate-score.d.ts +19 -0
  374. package/dist/news/candidate-score.js +28 -0
  375. package/dist/news/detail.d.ts +94 -0
  376. package/dist/news/detail.js +27 -0
  377. package/dist/news/feedback-acknowledgement.d.ts +22 -0
  378. package/dist/news/feedback-acknowledgement.js +20 -0
  379. package/dist/news/feedback.d.ts +20 -0
  380. package/dist/news/feedback.js +26 -0
  381. package/dist/news/filter.d.ts +27 -0
  382. package/dist/news/filter.js +31 -0
  383. package/dist/news/lookup-param.d.ts +22 -0
  384. package/dist/news/lookup-param.js +33 -0
  385. package/dist/news/news.d.ts +55 -0
  386. package/dist/news/news.js +61 -0
  387. package/dist/news/resolved-entity-link.d.ts +39 -0
  388. package/dist/news/resolved-entity-link.js +34 -0
  389. package/dist/news/resolved-person-link.d.ts +27 -0
  390. package/dist/news/resolved-person-link.js +31 -0
  391. package/dist/news/source-url-conflict.d.ts +20 -0
  392. package/dist/news/source-url-conflict.js +21 -0
  393. package/dist/openapi-component-manifest.d.ts +19 -0
  394. package/dist/openapi-component-manifest.js +864 -0
  395. package/dist/pageable/object.d.ts +119 -0
  396. package/dist/pageable/object.js +116 -0
  397. package/dist/pagination/schemas.d.ts +11887 -0
  398. package/dist/pagination/schemas.js +901 -0
  399. package/dist/person/alias-type.d.ts +38 -0
  400. package/dist/person/alias-type.js +33 -0
  401. package/dist/person/batch-param.d.ts +27 -0
  402. package/dist/person/batch-param.js +38 -0
  403. package/dist/person/detail-batch.d.ts +26 -0
  404. package/dist/person/detail-batch.js +51 -0
  405. package/dist/person/detail.d.ts +621 -0
  406. package/dist/person/detail.js +46 -0
  407. package/dist/person/enrichment.d.ts +114 -0
  408. package/dist/person/enrichment.js +35 -0
  409. package/dist/person/filter.d.ts +106 -0
  410. package/dist/person/filter.js +49 -0
  411. package/dist/person/graph-career-context.d.ts +354 -0
  412. package/dist/person/graph-career-context.js +33 -0
  413. package/dist/person/graph-co-investor.d.ts +92 -0
  414. package/dist/person/graph-co-investor.js +27 -0
  415. package/dist/person/graph-member.d.ts +31 -0
  416. package/dist/person/graph-member.js +32 -0
  417. package/dist/person/graph-similar-entity.d.ts +137 -0
  418. package/dist/person/graph-similar-entity.js +21 -0
  419. package/dist/person/graph.d.ts +487 -0
  420. package/dist/person/graph.js +22 -0
  421. package/dist/person/image.d.ts +46 -0
  422. package/dist/person/image.js +45 -0
  423. package/dist/person/invested-company.d.ts +83 -0
  424. package/dist/person/invested-company.js +32 -0
  425. package/dist/person/investment.d.ts +143 -0
  426. package/dist/person/investment.js +45 -0
  427. package/dist/person/investor-participation.d.ts +722 -0
  428. package/dist/person/investor-participation.js +22 -0
  429. package/dist/person/list-array-filter.d.ts +54 -0
  430. package/dist/person/list-array-filter.js +34 -0
  431. package/dist/person/lookup-param.d.ts +29 -0
  432. package/dist/person/lookup-param.js +43 -0
  433. package/dist/person/natural-search-result.d.ts +273 -0
  434. package/dist/person/natural-search-result.js +23 -0
  435. package/dist/person/natural-search.d.ts +114 -0
  436. package/dist/person/natural-search.js +20 -0
  437. package/dist/person/person.d.ts +110 -0
  438. package/dist/person/person.js +76 -0
  439. package/dist/person/search-interpretation.d.ts +136 -0
  440. package/dist/person/search-interpretation.js +35 -0
  441. package/dist/person/similarity-context.d.ts +26 -0
  442. package/dist/person/similarity-context.js +27 -0
  443. package/dist/person/similarity-origin.d.ts +16 -0
  444. package/dist/person/similarity-origin.js +13 -0
  445. package/dist/person/similarity-result.d.ts +345 -0
  446. package/dist/person/similarity-result.js +22 -0
  447. package/dist/personal/api-key.d.ts +32 -0
  448. package/dist/personal/api-key.js +37 -0
  449. package/dist/problem/resolution.d.ts +27 -0
  450. package/dist/problem/resolution.js +33 -0
  451. package/dist/problem/type.d.ts +68 -0
  452. package/dist/problem/type.js +68 -0
  453. package/dist/redirect/current-slug-owner.d.ts +27 -0
  454. package/dist/redirect/current-slug-owner.js +22 -0
  455. package/dist/redirect/redirect-slug-path.d.ts +25 -0
  456. package/dist/redirect/redirect-slug-path.js +20 -0
  457. package/dist/redirect/slug-resource.d.ts +21 -0
  458. package/dist/redirect/slug-resource.js +15 -0
  459. package/dist/refinement/meta.d.ts +21 -0
  460. package/dist/refinement/meta.js +23 -0
  461. package/dist/relationship/direction.d.ts +17 -0
  462. package/dist/relationship/direction.js +13 -0
  463. package/dist/research/derived-bucket.d.ts +38 -0
  464. package/dist/research/derived-bucket.js +38 -0
  465. package/dist/research/derived-range.d.ts +43 -0
  466. package/dist/research/derived-range.js +41 -0
  467. package/dist/research/detail-type.d.ts +46 -0
  468. package/dist/research/detail-type.js +29 -0
  469. package/dist/research/paragraph-shape.d.ts +23 -0
  470. package/dist/research/paragraph-shape.js +29 -0
  471. package/dist/research/snippet-type.d.ts +32 -0
  472. package/dist/research/snippet-type.js +33 -0
  473. package/dist/research/value-range.d.ts +14 -0
  474. package/dist/research/value-range.js +14 -0
  475. package/dist/research/value-shape-type.d.ts +27 -0
  476. package/dist/research/value-shape-type.js +27 -0
  477. package/dist/resolved/handle.d.ts +28 -0
  478. package/dist/resolved/handle.js +27 -0
  479. package/dist/round/label.d.ts +44 -0
  480. package/dist/round/label.js +44 -0
  481. package/dist/search/duplicate-candidate-score.d.ts +36 -0
  482. package/dist/search/duplicate-candidate-score.js +38 -0
  483. package/dist/search/hit.d.ts +21 -0
  484. package/dist/search/hit.js +19 -0
  485. package/dist/search/interpretation.d.ts +240 -0
  486. package/dist/search/interpretation.js +35 -0
  487. package/dist/search/mode-execution.d.ts +36 -0
  488. package/dist/search/mode-execution.js +25 -0
  489. package/dist/search/mode.d.ts +27 -0
  490. package/dist/search/mode.js +21 -0
  491. package/dist/search/ordering-entity-filter-sortable.d.ts +30 -0
  492. package/dist/search/ordering-entity-filter-sortable.js +23 -0
  493. package/dist/search/ordering-person-sort-field.d.ts +30 -0
  494. package/dist/search/ordering-person-sort-field.js +23 -0
  495. package/dist/search/relevance.d.ts +20 -0
  496. package/dist/search/relevance.js +17 -0
  497. package/dist/search/search.d.ts +24 -0
  498. package/dist/search/search.js +29 -0
  499. package/dist/sec/company.d.ts +40 -0
  500. package/dist/sec/company.js +56 -0
  501. package/dist/sitemap/change-frequency.d.ts +21 -0
  502. package/dist/sitemap/change-frequency.js +21 -0
  503. package/dist/sitemap/family-entry.d.ts +51 -0
  504. package/dist/sitemap/family-entry.js +27 -0
  505. package/dist/sitemap/family.d.ts +31 -0
  506. package/dist/sitemap/family.js +31 -0
  507. package/dist/sitemap/index-manifest.d.ts +35 -0
  508. package/dist/sitemap/index-manifest.js +16 -0
  509. package/dist/sitemap/index-path-mode.d.ts +16 -0
  510. package/dist/sitemap/index-path-mode.js +13 -0
  511. package/dist/sitemap/url-slot.d.ts +40 -0
  512. package/dist/sitemap/url-slot.js +28 -0
  513. package/dist/slug/location.d.ts +29 -0
  514. package/dist/slug/location.js +22 -0
  515. package/dist/sort/object.d.ts +113 -0
  516. package/dist/sort/object.js +113 -0
  517. package/dist/sort/order-content-sort-field.d.ts +31 -0
  518. package/dist/sort/order-content-sort-field.js +22 -0
  519. package/dist/sort/order-entity-filter-sortable.d.ts +38 -0
  520. package/dist/sort/order-entity-filter-sortable.js +38 -0
  521. package/dist/sort/order-person-sort-field.d.ts +33 -0
  522. package/dist/sort/order-person-sort-field.js +33 -0
  523. package/dist/sort/spec-content-sort-field.d.ts +26 -0
  524. package/dist/sort/spec-content-sort-field.js +20 -0
  525. package/dist/source/document-list.d.ts +31 -0
  526. package/dist/source/document-list.js +31 -0
  527. package/dist/stage/frequency.d.ts +20 -0
  528. package/dist/stage/frequency.js +18 -0
  529. package/dist/standardized/classification.d.ts +63 -0
  530. package/dist/standardized/classification.js +62 -0
  531. package/dist/strict/url-lookup-conflict.d.ts +23 -0
  532. package/dist/strict/url-lookup-conflict.js +27 -0
  533. package/dist/system/global-metrics.d.ts +26 -0
  534. package/dist/system/global-metrics.js +26 -0
  535. package/dist/system/status.d.ts +28 -0
  536. package/dist/system/status.js +19 -0
  537. package/dist/system/system-build-detail.d.ts +23 -0
  538. package/dist/system/system-build-detail.js +27 -0
  539. package/dist/system/system-build.d.ts +31 -0
  540. package/dist/system/system-build.js +17 -0
  541. package/dist/text/type-option.d.ts +30 -0
  542. package/dist/text/type-option.js +28 -0
  543. package/dist/unique/id-owner-scope.d.ts +16 -0
  544. package/dist/unique/id-owner-scope.js +13 -0
  545. package/dist/unique/id-type-alias.d.ts +24 -0
  546. package/dist/unique/id-type-alias.js +25 -0
  547. package/dist/unique/id-type.d.ts +35 -0
  548. package/dist/unique/id-type.js +35 -0
  549. package/dist/unique/id.d.ts +50 -0
  550. package/dist/unique/id.js +44 -0
  551. package/dist/uptime/uptime.d.ts +21 -0
  552. package/dist/uptime/uptime.js +23 -0
  553. package/dist/url/duplicate-conflict.d.ts +39 -0
  554. package/dist/url/duplicate-conflict.js +31 -0
  555. package/dist/url/duplicate-join.d.ts +22 -0
  556. package/dist/url/duplicate-join.js +20 -0
  557. package/dist/url/match-mode.d.ts +25 -0
  558. package/dist/url/match-mode.js +22 -0
  559. package/dist/url/slug-redirect.d.ts +25 -0
  560. package/dist/url/slug-redirect.js +29 -0
  561. package/dist/url/surface-misclassification-catalog.d.ts +50 -0
  562. package/dist/url/surface-misclassification-catalog.js +23 -0
  563. package/dist/url/surface-misclassification-route.d.ts +39 -0
  564. package/dist/url/surface-misclassification-route.js +44 -0
  565. package/dist/url/type-alias.d.ts +21 -0
  566. package/dist/url/type-alias.js +22 -0
  567. package/dist/valuation/type.d.ts +17 -0
  568. package/dist/valuation/type.js +13 -0
  569. package/dist/web/search.d.ts +75 -0
  570. package/dist/web/search.js +23 -0
  571. package/package.json +39 -0
@@ -0,0 +1,1814 @@
1
+ import { z } from "zod/v4";
2
+ /**
3
+ * Full entity detail response: core entity, enrichment, governed research, relationships, external identifiers, fundraising, news, people, and sitemap eligibility. Core identity and naming fields live under core.
4
+ *
5
+ * @openapiSchema EntityDetail
6
+ * @endpoint GET /v1/entities/detail
7
+ * @endpoint GET /v1/entities/detail/investors
8
+ * @endpoint GET /v1/entities/lookup
9
+ * @endpoint GET /v1/entities/{entityId}
10
+ * @endpoint POST /v1/entities/batch
11
+ * @endpoint POST /v1/entities/detail/batch
12
+ * @endpoint POST /v1/entities/detail/resolve
13
+ * @endpoint POST /v1/entities/lookup/batch
14
+ * @usedBySchema EntityInvestorParticipationSchema
15
+ * @usedBySchema EntityResolutionSchema
16
+ * @usedBySchema PageEntityDetailSchema
17
+ * @contractShape entity.detail
18
+ * @contractRole canonical
19
+ */
20
+ export declare const EntityDetailSchema: z.ZodObject<{
21
+ core: z.ZodObject<{
22
+ createdAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
23
+ defaultCurrency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ foundedYear: z.ZodOptional<z.ZodNullable<z.ZodInt>>;
25
+ id: z.ZodUUID;
26
+ image: z.ZodType<{
27
+ isMonogram: boolean;
28
+ logo?: string | null | undefined;
29
+ logoSquare?: string | null | undefined;
30
+ }, unknown, z.core.$ZodTypeInternals<{
31
+ isMonogram: boolean;
32
+ logo?: string | null | undefined;
33
+ logoSquare?: string | null | undefined;
34
+ }, unknown>>;
35
+ lastModifiedAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
36
+ nameAlias: z.ZodArray<z.ZodType<{
37
+ displayable?: boolean | null | undefined;
38
+ name: string;
39
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
40
+ }, unknown, z.core.$ZodTypeInternals<{
41
+ displayable?: boolean | null | undefined;
42
+ name: string;
43
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
44
+ }, unknown>>>;
45
+ nameBrand: z.ZodString;
46
+ nameLegal: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ operatingStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
48
+ publicId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ publicUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ sitemap: z.ZodOptional<z.ZodNullable<z.ZodObject<{
51
+ hasAcquisitions: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
52
+ hasAnalysis: z.ZodBoolean;
53
+ hasEmployees: z.ZodBoolean;
54
+ hasFundraising: z.ZodBoolean;
55
+ hasNews: z.ZodBoolean;
56
+ productServiceSlug: z.ZodArray<z.ZodString>;
57
+ }, z.core.$strip>>>;
58
+ slug: z.ZodString;
59
+ typeRecord: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
60
+ "Business Line": "Business Line";
61
+ Company: "Company";
62
+ Fund: "Fund";
63
+ Government: "Government";
64
+ "Investment Firm": "Investment Firm";
65
+ Nonprofit: "Nonprofit";
66
+ Organization: "Organization";
67
+ Product: "Product";
68
+ Service: "Service";
69
+ }>>>;
70
+ updatedAt: z.ZodOptional<z.ZodNullable<z.ZodISODateTime>>;
71
+ }, z.core.$strip>;
72
+ enrichment: z.ZodType<{
73
+ address: {
74
+ address?: number | null | undefined;
75
+ addressLine1?: string | null | undefined;
76
+ addressLine2?: string | null | undefined;
77
+ association?: {
78
+ endDate?: string | null | undefined;
79
+ id: number;
80
+ isCurrent: boolean;
81
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
82
+ startDate?: string | null | undefined;
83
+ }[] | undefined;
84
+ city?: {
85
+ id?: number | null | undefined;
86
+ name: string;
87
+ } | null | undefined;
88
+ country?: {
89
+ countryCodeChar2?: string | null | undefined;
90
+ countryCodeChar3?: string | null | undefined;
91
+ id?: number | null | undefined;
92
+ name: string;
93
+ unRegion?: string | null | undefined;
94
+ unSubregion?: string | null | undefined;
95
+ } | null | undefined;
96
+ countryAbbrev?: string | null | undefined;
97
+ createdAt?: string | null | undefined;
98
+ fullAddress?: string | null | undefined;
99
+ id?: number | null | undefined;
100
+ isCurrent?: boolean | null | undefined;
101
+ isHq?: boolean | null | undefined;
102
+ isPrimary?: boolean | null | undefined;
103
+ latitude?: number | null | undefined;
104
+ longitude?: number | null | undefined;
105
+ postalCode?: string | null | undefined;
106
+ state?: {
107
+ id?: number | null | undefined;
108
+ name: string;
109
+ stateAbbrev?: string | null | undefined;
110
+ } | null | undefined;
111
+ stateAbbrev?: string | null | undefined;
112
+ street?: string | null | undefined;
113
+ updatedAt?: string | null | undefined;
114
+ }[];
115
+ classification: {
116
+ geoLocationExposure?: ({
117
+ creatable: boolean;
118
+ isCurrent?: boolean | null | undefined;
119
+ isPrimary?: boolean | null | undefined;
120
+ name: string;
121
+ writable: boolean;
122
+ } & {
123
+ bucket?: string | null | undefined;
124
+ classificationId?: number | null | undefined;
125
+ creatable: boolean;
126
+ createdAt?: string | null | undefined;
127
+ id: number;
128
+ isCurrent?: boolean | null | undefined;
129
+ isPrimary?: boolean | null | undefined;
130
+ name: string;
131
+ slug?: string | null | undefined;
132
+ type: string;
133
+ updatedAt?: string | null | undefined;
134
+ writable: boolean;
135
+ })[] | undefined;
136
+ industry?: ({
137
+ creatable: boolean;
138
+ isCurrent?: boolean | null | undefined;
139
+ isPrimary?: boolean | null | undefined;
140
+ name: string;
141
+ writable: boolean;
142
+ } & {
143
+ bucket?: string | null | undefined;
144
+ classificationId?: number | null | undefined;
145
+ creatable: boolean;
146
+ createdAt?: string | null | undefined;
147
+ id: number;
148
+ isCurrent?: boolean | null | undefined;
149
+ isPrimary?: boolean | null | undefined;
150
+ name: string;
151
+ slug?: string | null | undefined;
152
+ type: string;
153
+ updatedAt?: string | null | undefined;
154
+ writable: boolean;
155
+ })[] | undefined;
156
+ mainProduct?: ({
157
+ creatable: boolean;
158
+ isCurrent?: boolean | null | undefined;
159
+ isPrimary?: boolean | null | undefined;
160
+ name: string;
161
+ writable: boolean;
162
+ } & {
163
+ bucket?: string | null | undefined;
164
+ classificationId?: number | null | undefined;
165
+ creatable: boolean;
166
+ createdAt?: string | null | undefined;
167
+ id: number;
168
+ isCurrent?: boolean | null | undefined;
169
+ isPrimary?: boolean | null | undefined;
170
+ name: string;
171
+ slug?: string | null | undefined;
172
+ type: string;
173
+ updatedAt?: string | null | undefined;
174
+ writable: boolean;
175
+ })[] | undefined;
176
+ standardizedClassification?: ({
177
+ creatable: boolean;
178
+ isCurrent?: boolean | null | undefined;
179
+ isPrimary?: boolean | null | undefined;
180
+ name: string;
181
+ writable: boolean;
182
+ } & {
183
+ category: string;
184
+ code?: number | null | undefined;
185
+ creatable: boolean;
186
+ createdAt?: string | null | undefined;
187
+ entityClassificationId?: number | null | undefined;
188
+ id: number;
189
+ isCurrent?: boolean | null | undefined;
190
+ isPrimary?: boolean | null | undefined;
191
+ level?: number | null | undefined;
192
+ name: string;
193
+ updatedAt?: string | null | undefined;
194
+ writable: boolean;
195
+ })[] | undefined;
196
+ tag?: ({
197
+ creatable: boolean;
198
+ isCurrent?: boolean | null | undefined;
199
+ isPrimary?: boolean | null | undefined;
200
+ name: string;
201
+ writable: boolean;
202
+ } & {
203
+ bucket?: string | null | undefined;
204
+ classificationId?: number | null | undefined;
205
+ creatable: boolean;
206
+ createdAt?: string | null | undefined;
207
+ id: number;
208
+ isCurrent?: boolean | null | undefined;
209
+ isPrimary?: boolean | null | undefined;
210
+ name: string;
211
+ slug?: string | null | undefined;
212
+ type: string;
213
+ updatedAt?: string | null | undefined;
214
+ writable: boolean;
215
+ })[] | undefined;
216
+ typeCustomer?: ({
217
+ creatable: boolean;
218
+ isCurrent?: boolean | null | undefined;
219
+ isPrimary?: boolean | null | undefined;
220
+ name: string;
221
+ writable: boolean;
222
+ } & {
223
+ bucket?: string | null | undefined;
224
+ classificationId?: number | null | undefined;
225
+ creatable: boolean;
226
+ createdAt?: string | null | undefined;
227
+ id: number;
228
+ isCurrent?: boolean | null | undefined;
229
+ isPrimary?: boolean | null | undefined;
230
+ name: string;
231
+ slug?: string | null | undefined;
232
+ type: string;
233
+ updatedAt?: string | null | undefined;
234
+ writable: boolean;
235
+ })[] | undefined;
236
+ typeModel?: ({
237
+ creatable: boolean;
238
+ isCurrent?: boolean | null | undefined;
239
+ isPrimary?: boolean | null | undefined;
240
+ name: string;
241
+ writable: boolean;
242
+ } & {
243
+ bucket?: string | null | undefined;
244
+ classificationId?: number | null | undefined;
245
+ creatable: boolean;
246
+ createdAt?: string | null | undefined;
247
+ id: number;
248
+ isCurrent?: boolean | null | undefined;
249
+ isPrimary?: boolean | null | undefined;
250
+ name: string;
251
+ slug?: string | null | undefined;
252
+ type: string;
253
+ updatedAt?: string | null | undefined;
254
+ writable: boolean;
255
+ })[] | undefined;
256
+ typeOwnership?: ({
257
+ creatable: boolean;
258
+ isCurrent?: boolean | null | undefined;
259
+ isPrimary?: boolean | null | undefined;
260
+ name: string;
261
+ writable: boolean;
262
+ } & {
263
+ bucket?: string | null | undefined;
264
+ classificationId?: number | null | undefined;
265
+ creatable: boolean;
266
+ createdAt?: string | null | undefined;
267
+ id: number;
268
+ isCurrent?: boolean | null | undefined;
269
+ isPrimary?: boolean | null | undefined;
270
+ name: string;
271
+ slug?: string | null | undefined;
272
+ type: string;
273
+ updatedAt?: string | null | undefined;
274
+ writable: boolean;
275
+ })[] | undefined;
276
+ typeRevenue?: ({
277
+ creatable: boolean;
278
+ isCurrent?: boolean | null | undefined;
279
+ isPrimary?: boolean | null | undefined;
280
+ name: string;
281
+ writable: boolean;
282
+ } & {
283
+ bucket?: string | null | undefined;
284
+ classificationId?: number | null | undefined;
285
+ creatable: boolean;
286
+ createdAt?: string | null | undefined;
287
+ id: number;
288
+ isCurrent?: boolean | null | undefined;
289
+ isPrimary?: boolean | null | undefined;
290
+ name: string;
291
+ slug?: string | null | undefined;
292
+ type: string;
293
+ updatedAt?: string | null | undefined;
294
+ writable: boolean;
295
+ })[] | undefined;
296
+ typeTechnologyUsed?: ({
297
+ creatable: boolean;
298
+ isCurrent?: boolean | null | undefined;
299
+ isPrimary?: boolean | null | undefined;
300
+ name: string;
301
+ writable: boolean;
302
+ } & {
303
+ bucket?: string | null | undefined;
304
+ classificationId?: number | null | undefined;
305
+ creatable: boolean;
306
+ createdAt?: string | null | undefined;
307
+ id: number;
308
+ isCurrent?: boolean | null | undefined;
309
+ isPrimary?: boolean | null | undefined;
310
+ name: string;
311
+ slug?: string | null | undefined;
312
+ type: string;
313
+ updatedAt?: string | null | undefined;
314
+ writable: boolean;
315
+ })[] | undefined;
316
+ };
317
+ fundingDetail?: {
318
+ fundingRoundCount: number;
319
+ investorCount: number;
320
+ latestValuation?: number | null | undefined;
321
+ mostRecentAmount?: number | null | undefined;
322
+ mostRecentDate?: string | null | undefined;
323
+ stage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
324
+ totalRaised: number;
325
+ } | null | undefined;
326
+ text: {
327
+ expanded?: string | null | undefined;
328
+ generatedDescription?: string | null | undefined;
329
+ short?: string | null | undefined;
330
+ };
331
+ urlLink: {
332
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
333
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
334
+ createdAt?: string | null | undefined;
335
+ id?: number | null | undefined;
336
+ isCurrent?: boolean | null | undefined;
337
+ isPrimary?: boolean | null | undefined;
338
+ owner?: {
339
+ entityId?: string | null | undefined;
340
+ personId?: string | null | undefined;
341
+ } | null | undefined;
342
+ sourceId?: string | null | undefined;
343
+ status?: string | null | undefined;
344
+ statusChecked?: string | null | undefined;
345
+ updatedAt?: string | null | undefined;
346
+ url: string;
347
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
348
+ }[];
349
+ }, unknown, z.core.$ZodTypeInternals<{
350
+ address: {
351
+ address?: number | null | undefined;
352
+ addressLine1?: string | null | undefined;
353
+ addressLine2?: string | null | undefined;
354
+ association?: {
355
+ endDate?: string | null | undefined;
356
+ id: number;
357
+ isCurrent: boolean;
358
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
359
+ startDate?: string | null | undefined;
360
+ }[] | undefined;
361
+ city?: {
362
+ id?: number | null | undefined;
363
+ name: string;
364
+ } | null | undefined;
365
+ country?: {
366
+ countryCodeChar2?: string | null | undefined;
367
+ countryCodeChar3?: string | null | undefined;
368
+ id?: number | null | undefined;
369
+ name: string;
370
+ unRegion?: string | null | undefined;
371
+ unSubregion?: string | null | undefined;
372
+ } | null | undefined;
373
+ countryAbbrev?: string | null | undefined;
374
+ createdAt?: string | null | undefined;
375
+ fullAddress?: string | null | undefined;
376
+ id?: number | null | undefined;
377
+ isCurrent?: boolean | null | undefined;
378
+ isHq?: boolean | null | undefined;
379
+ isPrimary?: boolean | null | undefined;
380
+ latitude?: number | null | undefined;
381
+ longitude?: number | null | undefined;
382
+ postalCode?: string | null | undefined;
383
+ state?: {
384
+ id?: number | null | undefined;
385
+ name: string;
386
+ stateAbbrev?: string | null | undefined;
387
+ } | null | undefined;
388
+ stateAbbrev?: string | null | undefined;
389
+ street?: string | null | undefined;
390
+ updatedAt?: string | null | undefined;
391
+ }[];
392
+ classification: {
393
+ geoLocationExposure?: ({
394
+ creatable: boolean;
395
+ isCurrent?: boolean | null | undefined;
396
+ isPrimary?: boolean | null | undefined;
397
+ name: string;
398
+ writable: boolean;
399
+ } & {
400
+ bucket?: string | null | undefined;
401
+ classificationId?: number | null | undefined;
402
+ creatable: boolean;
403
+ createdAt?: string | null | undefined;
404
+ id: number;
405
+ isCurrent?: boolean | null | undefined;
406
+ isPrimary?: boolean | null | undefined;
407
+ name: string;
408
+ slug?: string | null | undefined;
409
+ type: string;
410
+ updatedAt?: string | null | undefined;
411
+ writable: boolean;
412
+ })[] | undefined;
413
+ industry?: ({
414
+ creatable: boolean;
415
+ isCurrent?: boolean | null | undefined;
416
+ isPrimary?: boolean | null | undefined;
417
+ name: string;
418
+ writable: boolean;
419
+ } & {
420
+ bucket?: string | null | undefined;
421
+ classificationId?: number | null | undefined;
422
+ creatable: boolean;
423
+ createdAt?: string | null | undefined;
424
+ id: number;
425
+ isCurrent?: boolean | null | undefined;
426
+ isPrimary?: boolean | null | undefined;
427
+ name: string;
428
+ slug?: string | null | undefined;
429
+ type: string;
430
+ updatedAt?: string | null | undefined;
431
+ writable: boolean;
432
+ })[] | undefined;
433
+ mainProduct?: ({
434
+ creatable: boolean;
435
+ isCurrent?: boolean | null | undefined;
436
+ isPrimary?: boolean | null | undefined;
437
+ name: string;
438
+ writable: boolean;
439
+ } & {
440
+ bucket?: string | null | undefined;
441
+ classificationId?: number | null | undefined;
442
+ creatable: boolean;
443
+ createdAt?: string | null | undefined;
444
+ id: number;
445
+ isCurrent?: boolean | null | undefined;
446
+ isPrimary?: boolean | null | undefined;
447
+ name: string;
448
+ slug?: string | null | undefined;
449
+ type: string;
450
+ updatedAt?: string | null | undefined;
451
+ writable: boolean;
452
+ })[] | undefined;
453
+ standardizedClassification?: ({
454
+ creatable: boolean;
455
+ isCurrent?: boolean | null | undefined;
456
+ isPrimary?: boolean | null | undefined;
457
+ name: string;
458
+ writable: boolean;
459
+ } & {
460
+ category: string;
461
+ code?: number | null | undefined;
462
+ creatable: boolean;
463
+ createdAt?: string | null | undefined;
464
+ entityClassificationId?: number | null | undefined;
465
+ id: number;
466
+ isCurrent?: boolean | null | undefined;
467
+ isPrimary?: boolean | null | undefined;
468
+ level?: number | null | undefined;
469
+ name: string;
470
+ updatedAt?: string | null | undefined;
471
+ writable: boolean;
472
+ })[] | undefined;
473
+ tag?: ({
474
+ creatable: boolean;
475
+ isCurrent?: boolean | null | undefined;
476
+ isPrimary?: boolean | null | undefined;
477
+ name: string;
478
+ writable: boolean;
479
+ } & {
480
+ bucket?: string | null | undefined;
481
+ classificationId?: number | null | undefined;
482
+ creatable: boolean;
483
+ createdAt?: string | null | undefined;
484
+ id: number;
485
+ isCurrent?: boolean | null | undefined;
486
+ isPrimary?: boolean | null | undefined;
487
+ name: string;
488
+ slug?: string | null | undefined;
489
+ type: string;
490
+ updatedAt?: string | null | undefined;
491
+ writable: boolean;
492
+ })[] | undefined;
493
+ typeCustomer?: ({
494
+ creatable: boolean;
495
+ isCurrent?: boolean | null | undefined;
496
+ isPrimary?: boolean | null | undefined;
497
+ name: string;
498
+ writable: boolean;
499
+ } & {
500
+ bucket?: string | null | undefined;
501
+ classificationId?: number | null | undefined;
502
+ creatable: boolean;
503
+ createdAt?: string | null | undefined;
504
+ id: number;
505
+ isCurrent?: boolean | null | undefined;
506
+ isPrimary?: boolean | null | undefined;
507
+ name: string;
508
+ slug?: string | null | undefined;
509
+ type: string;
510
+ updatedAt?: string | null | undefined;
511
+ writable: boolean;
512
+ })[] | undefined;
513
+ typeModel?: ({
514
+ creatable: boolean;
515
+ isCurrent?: boolean | null | undefined;
516
+ isPrimary?: boolean | null | undefined;
517
+ name: string;
518
+ writable: boolean;
519
+ } & {
520
+ bucket?: string | null | undefined;
521
+ classificationId?: number | null | undefined;
522
+ creatable: boolean;
523
+ createdAt?: string | null | undefined;
524
+ id: number;
525
+ isCurrent?: boolean | null | undefined;
526
+ isPrimary?: boolean | null | undefined;
527
+ name: string;
528
+ slug?: string | null | undefined;
529
+ type: string;
530
+ updatedAt?: string | null | undefined;
531
+ writable: boolean;
532
+ })[] | undefined;
533
+ typeOwnership?: ({
534
+ creatable: boolean;
535
+ isCurrent?: boolean | null | undefined;
536
+ isPrimary?: boolean | null | undefined;
537
+ name: string;
538
+ writable: boolean;
539
+ } & {
540
+ bucket?: string | null | undefined;
541
+ classificationId?: number | null | undefined;
542
+ creatable: boolean;
543
+ createdAt?: string | null | undefined;
544
+ id: number;
545
+ isCurrent?: boolean | null | undefined;
546
+ isPrimary?: boolean | null | undefined;
547
+ name: string;
548
+ slug?: string | null | undefined;
549
+ type: string;
550
+ updatedAt?: string | null | undefined;
551
+ writable: boolean;
552
+ })[] | undefined;
553
+ typeRevenue?: ({
554
+ creatable: boolean;
555
+ isCurrent?: boolean | null | undefined;
556
+ isPrimary?: boolean | null | undefined;
557
+ name: string;
558
+ writable: boolean;
559
+ } & {
560
+ bucket?: string | null | undefined;
561
+ classificationId?: number | null | undefined;
562
+ creatable: boolean;
563
+ createdAt?: string | null | undefined;
564
+ id: number;
565
+ isCurrent?: boolean | null | undefined;
566
+ isPrimary?: boolean | null | undefined;
567
+ name: string;
568
+ slug?: string | null | undefined;
569
+ type: string;
570
+ updatedAt?: string | null | undefined;
571
+ writable: boolean;
572
+ })[] | undefined;
573
+ typeTechnologyUsed?: ({
574
+ creatable: boolean;
575
+ isCurrent?: boolean | null | undefined;
576
+ isPrimary?: boolean | null | undefined;
577
+ name: string;
578
+ writable: boolean;
579
+ } & {
580
+ bucket?: string | null | undefined;
581
+ classificationId?: number | null | undefined;
582
+ creatable: boolean;
583
+ createdAt?: string | null | undefined;
584
+ id: number;
585
+ isCurrent?: boolean | null | undefined;
586
+ isPrimary?: boolean | null | undefined;
587
+ name: string;
588
+ slug?: string | null | undefined;
589
+ type: string;
590
+ updatedAt?: string | null | undefined;
591
+ writable: boolean;
592
+ })[] | undefined;
593
+ };
594
+ fundingDetail?: {
595
+ fundingRoundCount: number;
596
+ investorCount: number;
597
+ latestValuation?: number | null | undefined;
598
+ mostRecentAmount?: number | null | undefined;
599
+ mostRecentDate?: string | null | undefined;
600
+ stage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
601
+ totalRaised: number;
602
+ } | null | undefined;
603
+ text: {
604
+ expanded?: string | null | undefined;
605
+ generatedDescription?: string | null | undefined;
606
+ short?: string | null | undefined;
607
+ };
608
+ urlLink: {
609
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
610
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
611
+ createdAt?: string | null | undefined;
612
+ id?: number | null | undefined;
613
+ isCurrent?: boolean | null | undefined;
614
+ isPrimary?: boolean | null | undefined;
615
+ owner?: {
616
+ entityId?: string | null | undefined;
617
+ personId?: string | null | undefined;
618
+ } | null | undefined;
619
+ sourceId?: string | null | undefined;
620
+ status?: string | null | undefined;
621
+ statusChecked?: string | null | undefined;
622
+ updatedAt?: string | null | undefined;
623
+ url: string;
624
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
625
+ }[];
626
+ }, unknown>>;
627
+ fundraiseRound: z.ZodArray<z.ZodType<{
628
+ amountRaised?: number | null | undefined;
629
+ createdAt?: string | null | undefined;
630
+ currency?: string | null | undefined;
631
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
632
+ dateAnnounced?: string | null | undefined;
633
+ dateFundingComplete?: string | null | undefined;
634
+ dateInvestorExit?: string | null | undefined;
635
+ entity?: {
636
+ core: {
637
+ createdAt?: string | null | undefined;
638
+ defaultCurrency?: string | null | undefined;
639
+ foundedYear?: number | null | undefined;
640
+ id: string;
641
+ image: {
642
+ isMonogram: boolean;
643
+ logo?: string | null | undefined;
644
+ logoSquare?: string | null | undefined;
645
+ };
646
+ lastModifiedAt?: string | null | undefined;
647
+ nameAlias: {
648
+ displayable?: boolean | null | undefined;
649
+ name: string;
650
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
651
+ }[];
652
+ nameBrand: string;
653
+ nameLegal?: string | null | undefined;
654
+ operatingStatus?: string | null | undefined;
655
+ publicId?: string | null | undefined;
656
+ publicUrl?: string | null | undefined;
657
+ sitemap?: {
658
+ hasAcquisitions?: boolean | undefined;
659
+ hasAnalysis: boolean;
660
+ hasEmployees: boolean;
661
+ hasFundraising: boolean;
662
+ hasNews: boolean;
663
+ productServiceSlug: string[];
664
+ } | null | undefined;
665
+ slug: string;
666
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
667
+ updatedAt?: string | null | undefined;
668
+ };
669
+ fundingDetail?: {
670
+ fundingRoundCount: number;
671
+ investorCount: number;
672
+ latestValuation?: number | null | undefined;
673
+ mostRecentAmount?: number | null | undefined;
674
+ mostRecentDate?: string | null | undefined;
675
+ stage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
676
+ totalRaised: number;
677
+ } | null | undefined;
678
+ } | null | undefined;
679
+ id: string;
680
+ investorAttribution?: {
681
+ amountInvested?: number | null | undefined;
682
+ attributionType: "direct" | "managedFund";
683
+ beneficialEntityId?: string | null | undefined;
684
+ fundManagerRelationshipId?: number | null | undefined;
685
+ joinId: string;
686
+ leadInvestor: boolean;
687
+ recordedEntityId?: string | null | undefined;
688
+ round?: {
689
+ round: string;
690
+ } | null | undefined;
691
+ transactionId: string;
692
+ } | null | undefined;
693
+ investorCount?: number | null | undefined;
694
+ round?: string | null | undefined;
695
+ sourceAttribution: {
696
+ amountInvested?: number | null | undefined;
697
+ attributionType: "direct" | "managedFund";
698
+ beneficialEntityId?: string | null | undefined;
699
+ fundManagerRelationshipId?: number | null | undefined;
700
+ joinId: string;
701
+ leadInvestor: boolean;
702
+ recordedEntityId?: string | null | undefined;
703
+ round?: {
704
+ round: string;
705
+ } | null | undefined;
706
+ transactionId: string;
707
+ }[];
708
+ updatedAt?: string | null | undefined;
709
+ valuationPostMoney?: number | null | undefined;
710
+ valuationPreMoney?: number | null | undefined;
711
+ }, unknown, z.core.$ZodTypeInternals<{
712
+ amountRaised?: number | null | undefined;
713
+ createdAt?: string | null | undefined;
714
+ currency?: string | null | undefined;
715
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
716
+ dateAnnounced?: string | null | undefined;
717
+ dateFundingComplete?: string | null | undefined;
718
+ dateInvestorExit?: string | null | undefined;
719
+ entity?: {
720
+ core: {
721
+ createdAt?: string | null | undefined;
722
+ defaultCurrency?: string | null | undefined;
723
+ foundedYear?: number | null | undefined;
724
+ id: string;
725
+ image: {
726
+ isMonogram: boolean;
727
+ logo?: string | null | undefined;
728
+ logoSquare?: string | null | undefined;
729
+ };
730
+ lastModifiedAt?: string | null | undefined;
731
+ nameAlias: {
732
+ displayable?: boolean | null | undefined;
733
+ name: string;
734
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
735
+ }[];
736
+ nameBrand: string;
737
+ nameLegal?: string | null | undefined;
738
+ operatingStatus?: string | null | undefined;
739
+ publicId?: string | null | undefined;
740
+ publicUrl?: string | null | undefined;
741
+ sitemap?: {
742
+ hasAcquisitions?: boolean | undefined;
743
+ hasAnalysis: boolean;
744
+ hasEmployees: boolean;
745
+ hasFundraising: boolean;
746
+ hasNews: boolean;
747
+ productServiceSlug: string[];
748
+ } | null | undefined;
749
+ slug: string;
750
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
751
+ updatedAt?: string | null | undefined;
752
+ };
753
+ fundingDetail?: {
754
+ fundingRoundCount: number;
755
+ investorCount: number;
756
+ latestValuation?: number | null | undefined;
757
+ mostRecentAmount?: number | null | undefined;
758
+ mostRecentDate?: string | null | undefined;
759
+ stage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
760
+ totalRaised: number;
761
+ } | null | undefined;
762
+ } | null | undefined;
763
+ id: string;
764
+ investorAttribution?: {
765
+ amountInvested?: number | null | undefined;
766
+ attributionType: "direct" | "managedFund";
767
+ beneficialEntityId?: string | null | undefined;
768
+ fundManagerRelationshipId?: number | null | undefined;
769
+ joinId: string;
770
+ leadInvestor: boolean;
771
+ recordedEntityId?: string | null | undefined;
772
+ round?: {
773
+ round: string;
774
+ } | null | undefined;
775
+ transactionId: string;
776
+ } | null | undefined;
777
+ investorCount?: number | null | undefined;
778
+ round?: string | null | undefined;
779
+ sourceAttribution: {
780
+ amountInvested?: number | null | undefined;
781
+ attributionType: "direct" | "managedFund";
782
+ beneficialEntityId?: string | null | undefined;
783
+ fundManagerRelationshipId?: number | null | undefined;
784
+ joinId: string;
785
+ leadInvestor: boolean;
786
+ recordedEntityId?: string | null | undefined;
787
+ round?: {
788
+ round: string;
789
+ } | null | undefined;
790
+ transactionId: string;
791
+ }[];
792
+ updatedAt?: string | null | undefined;
793
+ valuationPostMoney?: number | null | undefined;
794
+ valuationPreMoney?: number | null | undefined;
795
+ }, unknown>>>;
796
+ newsArticle: z.ZodArray<z.ZodType<{
797
+ author?: string | null | undefined;
798
+ category?: string | null | undefined;
799
+ createdAt?: string | null | undefined;
800
+ excerpt?: string | null | undefined;
801
+ externalNewsArticle?: boolean | null | undefined;
802
+ id: number;
803
+ newsImageThumbnail?: string | null | undefined;
804
+ newsUrlOriginal?: string | null | undefined;
805
+ pendingApproval?: number | null | undefined;
806
+ publication?: string | null | undefined;
807
+ publishedAt?: string | null | undefined;
808
+ slug?: string | null | undefined;
809
+ title: string;
810
+ updatedAt?: string | null | undefined;
811
+ }, unknown, z.core.$ZodTypeInternals<{
812
+ author?: string | null | undefined;
813
+ category?: string | null | undefined;
814
+ createdAt?: string | null | undefined;
815
+ excerpt?: string | null | undefined;
816
+ externalNewsArticle?: boolean | null | undefined;
817
+ id: number;
818
+ newsImageThumbnail?: string | null | undefined;
819
+ newsUrlOriginal?: string | null | undefined;
820
+ pendingApproval?: number | null | undefined;
821
+ publication?: string | null | undefined;
822
+ publishedAt?: string | null | undefined;
823
+ slug?: string | null | undefined;
824
+ title: string;
825
+ updatedAt?: string | null | undefined;
826
+ }, unknown>>>;
827
+ person: z.ZodArray<z.ZodType<{
828
+ articleCount?: number | null | undefined;
829
+ association: {
830
+ associationId: number;
831
+ createdAt?: string | null | undefined;
832
+ creator?: string | null | undefined;
833
+ endDate?: string | null | undefined;
834
+ entityAddress: {
835
+ address?: number | null | undefined;
836
+ addressLine1?: string | null | undefined;
837
+ addressLine2?: string | null | undefined;
838
+ association?: {
839
+ endDate?: string | null | undefined;
840
+ id: number;
841
+ isCurrent: boolean;
842
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
843
+ startDate?: string | null | undefined;
844
+ }[] | undefined;
845
+ city?: {
846
+ id?: number | null | undefined;
847
+ name: string;
848
+ } | null | undefined;
849
+ country?: {
850
+ countryCodeChar2?: string | null | undefined;
851
+ countryCodeChar3?: string | null | undefined;
852
+ id?: number | null | undefined;
853
+ name: string;
854
+ unRegion?: string | null | undefined;
855
+ unSubregion?: string | null | undefined;
856
+ } | null | undefined;
857
+ countryAbbrev?: string | null | undefined;
858
+ createdAt?: string | null | undefined;
859
+ fullAddress?: string | null | undefined;
860
+ id?: number | null | undefined;
861
+ isCurrent?: boolean | null | undefined;
862
+ isHq?: boolean | null | undefined;
863
+ isPrimary?: boolean | null | undefined;
864
+ latitude?: number | null | undefined;
865
+ longitude?: number | null | undefined;
866
+ postalCode?: string | null | undefined;
867
+ state?: {
868
+ id?: number | null | undefined;
869
+ name: string;
870
+ stateAbbrev?: string | null | undefined;
871
+ } | null | undefined;
872
+ stateAbbrev?: string | null | undefined;
873
+ street?: string | null | undefined;
874
+ updatedAt?: string | null | undefined;
875
+ }[];
876
+ entityId: string;
877
+ entityLogo: {
878
+ isMonogram: boolean;
879
+ logo?: string | null | undefined;
880
+ logoSquare?: string | null | undefined;
881
+ };
882
+ entityName?: string | null | undefined;
883
+ entityOperatingStatus?: string | null | undefined;
884
+ entitySlug: string;
885
+ entityType?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
886
+ entityUrlLink: {
887
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
888
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
889
+ createdAt?: string | null | undefined;
890
+ id?: number | null | undefined;
891
+ isCurrent?: boolean | null | undefined;
892
+ isPrimary?: boolean | null | undefined;
893
+ owner?: {
894
+ entityId?: string | null | undefined;
895
+ personId?: string | null | undefined;
896
+ } | null | undefined;
897
+ sourceId?: string | null | undefined;
898
+ status?: string | null | undefined;
899
+ statusChecked?: string | null | undefined;
900
+ updatedAt?: string | null | undefined;
901
+ url: string;
902
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
903
+ }[];
904
+ isCurrent?: boolean | null | undefined;
905
+ personAddress: {
906
+ address?: number | null | undefined;
907
+ addressLine1?: string | null | undefined;
908
+ addressLine2?: string | null | undefined;
909
+ association?: {
910
+ endDate?: string | null | undefined;
911
+ id: number;
912
+ isCurrent: boolean;
913
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
914
+ startDate?: string | null | undefined;
915
+ }[] | undefined;
916
+ city?: {
917
+ id?: number | null | undefined;
918
+ name: string;
919
+ } | null | undefined;
920
+ country?: {
921
+ countryCodeChar2?: string | null | undefined;
922
+ countryCodeChar3?: string | null | undefined;
923
+ id?: number | null | undefined;
924
+ name: string;
925
+ unRegion?: string | null | undefined;
926
+ unSubregion?: string | null | undefined;
927
+ } | null | undefined;
928
+ countryAbbrev?: string | null | undefined;
929
+ createdAt?: string | null | undefined;
930
+ fullAddress?: string | null | undefined;
931
+ id?: number | null | undefined;
932
+ isCurrent?: boolean | null | undefined;
933
+ isHq?: boolean | null | undefined;
934
+ isPrimary?: boolean | null | undefined;
935
+ latitude?: number | null | undefined;
936
+ longitude?: number | null | undefined;
937
+ postalCode?: string | null | undefined;
938
+ state?: {
939
+ id?: number | null | undefined;
940
+ name: string;
941
+ stateAbbrev?: string | null | undefined;
942
+ } | null | undefined;
943
+ stateAbbrev?: string | null | undefined;
944
+ street?: string | null | undefined;
945
+ updatedAt?: string | null | undefined;
946
+ }[];
947
+ personId: string;
948
+ personImage: {
949
+ isMonogram: boolean;
950
+ picture?: string | null | undefined;
951
+ };
952
+ personName: string;
953
+ personSlug: string;
954
+ personUrlLink: {
955
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
956
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
957
+ createdAt?: string | null | undefined;
958
+ id?: number | null | undefined;
959
+ isCurrent?: boolean | null | undefined;
960
+ isPrimary?: boolean | null | undefined;
961
+ owner?: {
962
+ entityId?: string | null | undefined;
963
+ personId?: string | null | undefined;
964
+ } | null | undefined;
965
+ sourceId?: string | null | undefined;
966
+ status?: string | null | undefined;
967
+ statusChecked?: string | null | undefined;
968
+ updatedAt?: string | null | undefined;
969
+ url: string;
970
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
971
+ }[];
972
+ score?: number | null | undefined;
973
+ startDate?: string | null | undefined;
974
+ titleFunction?: string | null | undefined;
975
+ titleId?: number | null | undefined;
976
+ titleLevel?: string | null | undefined;
977
+ titleName?: string | null | undefined;
978
+ updatedAt?: string | null | undefined;
979
+ }[];
980
+ core: {
981
+ createdAt?: string | null | undefined;
982
+ gender?: string | null | undefined;
983
+ id: string;
984
+ image: {
985
+ isMonogram: boolean;
986
+ picture?: string | null | undefined;
987
+ };
988
+ lastModifiedAt?: string | null | undefined;
989
+ nameAlias: {
990
+ displayable?: boolean | null | undefined;
991
+ name: string;
992
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
993
+ }[];
994
+ nameFirst?: string | null | undefined;
995
+ nameFull: string;
996
+ nameLast?: string | null | undefined;
997
+ nameMiddle?: string | null | undefined;
998
+ nickname?: string | null | undefined;
999
+ publicId?: string | null | undefined;
1000
+ semanticMatch?: {
1001
+ computedAt: string;
1002
+ cosineDistance: number;
1003
+ cosineScore: number;
1004
+ modelVersion: string;
1005
+ rank: number;
1006
+ sourceHash: string;
1007
+ sourceId: string;
1008
+ sourceJson: string;
1009
+ sourceText: string;
1010
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
1011
+ } | null | undefined;
1012
+ slug: string;
1013
+ source: {
1014
+ changedAt?: string | null | undefined;
1015
+ dataSourceUpdatedAt?: string | null | undefined;
1016
+ detail?: string | null | undefined;
1017
+ kind?: string | null | undefined;
1018
+ pendingApproval?: number | null | undefined;
1019
+ sourceId?: string | null | undefined;
1020
+ status?: string | null | undefined;
1021
+ };
1022
+ suffix?: string | null | undefined;
1023
+ text: {
1024
+ expanded?: string | null | undefined;
1025
+ generatedDescription?: string | null | undefined;
1026
+ short?: string | null | undefined;
1027
+ };
1028
+ updatedAt?: string | null | undefined;
1029
+ };
1030
+ enrichment: {
1031
+ address: {
1032
+ address?: number | null | undefined;
1033
+ addressLine1?: string | null | undefined;
1034
+ addressLine2?: string | null | undefined;
1035
+ association?: {
1036
+ endDate?: string | null | undefined;
1037
+ id: number;
1038
+ isCurrent: boolean;
1039
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
1040
+ startDate?: string | null | undefined;
1041
+ }[] | undefined;
1042
+ city?: {
1043
+ id?: number | null | undefined;
1044
+ name: string;
1045
+ } | null | undefined;
1046
+ country?: {
1047
+ countryCodeChar2?: string | null | undefined;
1048
+ countryCodeChar3?: string | null | undefined;
1049
+ id?: number | null | undefined;
1050
+ name: string;
1051
+ unRegion?: string | null | undefined;
1052
+ unSubregion?: string | null | undefined;
1053
+ } | null | undefined;
1054
+ countryAbbrev?: string | null | undefined;
1055
+ createdAt?: string | null | undefined;
1056
+ fullAddress?: string | null | undefined;
1057
+ id?: number | null | undefined;
1058
+ isCurrent?: boolean | null | undefined;
1059
+ isHq?: boolean | null | undefined;
1060
+ isPrimary?: boolean | null | undefined;
1061
+ latitude?: number | null | undefined;
1062
+ longitude?: number | null | undefined;
1063
+ postalCode?: string | null | undefined;
1064
+ state?: {
1065
+ id?: number | null | undefined;
1066
+ name: string;
1067
+ stateAbbrev?: string | null | undefined;
1068
+ } | null | undefined;
1069
+ stateAbbrev?: string | null | undefined;
1070
+ street?: string | null | undefined;
1071
+ updatedAt?: string | null | undefined;
1072
+ }[];
1073
+ urlLink: {
1074
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
1075
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
1076
+ createdAt?: string | null | undefined;
1077
+ id?: number | null | undefined;
1078
+ isCurrent?: boolean | null | undefined;
1079
+ isPrimary?: boolean | null | undefined;
1080
+ owner?: {
1081
+ entityId?: string | null | undefined;
1082
+ personId?: string | null | undefined;
1083
+ } | null | undefined;
1084
+ sourceId?: string | null | undefined;
1085
+ status?: string | null | undefined;
1086
+ statusChecked?: string | null | undefined;
1087
+ updatedAt?: string | null | undefined;
1088
+ url: string;
1089
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
1090
+ }[];
1091
+ };
1092
+ investment: {
1093
+ amount?: number | null | undefined;
1094
+ company: {
1095
+ entity: {
1096
+ createdAt?: string | null | undefined;
1097
+ defaultCurrency?: string | null | undefined;
1098
+ foundedYear?: number | null | undefined;
1099
+ id: string;
1100
+ image: {
1101
+ isMonogram: boolean;
1102
+ logo?: string | null | undefined;
1103
+ logoSquare?: string | null | undefined;
1104
+ };
1105
+ lastModifiedAt?: string | null | undefined;
1106
+ nameAlias: {
1107
+ displayable?: boolean | null | undefined;
1108
+ name: string;
1109
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1110
+ }[];
1111
+ nameBrand: string;
1112
+ nameLegal?: string | null | undefined;
1113
+ operatingStatus?: string | null | undefined;
1114
+ publicId?: string | null | undefined;
1115
+ publicUrl?: string | null | undefined;
1116
+ sitemap?: {
1117
+ hasAcquisitions?: boolean | undefined;
1118
+ hasAnalysis: boolean;
1119
+ hasEmployees: boolean;
1120
+ hasFundraising: boolean;
1121
+ hasNews: boolean;
1122
+ productServiceSlug: string[];
1123
+ } | null | undefined;
1124
+ slug: string;
1125
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1126
+ updatedAt?: string | null | undefined;
1127
+ };
1128
+ };
1129
+ date?: string | null | undefined;
1130
+ fundraiseTransaction?: {
1131
+ amountRaised?: number | null | undefined;
1132
+ dateAnnounced?: string | null | undefined;
1133
+ id: string;
1134
+ image: {
1135
+ isMonogram: boolean;
1136
+ logo?: string | null | undefined;
1137
+ logoSquare?: string | null | undefined;
1138
+ };
1139
+ investorCount?: number | null | undefined;
1140
+ nameBrand: string;
1141
+ round?: string | null | undefined;
1142
+ status?: string | null | undefined;
1143
+ valuationPostMoney?: number | null | undefined;
1144
+ } | null | undefined;
1145
+ fundraiseTransactionId: string;
1146
+ id: string;
1147
+ investmentDate: string;
1148
+ investorAttribution?: {
1149
+ amountInvested?: number | null | undefined;
1150
+ attributionType: "direct" | "managedFund";
1151
+ beneficialEntityId?: string | null | undefined;
1152
+ fundManagerRelationshipId?: number | null | undefined;
1153
+ joinId: string;
1154
+ leadInvestor: boolean;
1155
+ recordedEntityId?: string | null | undefined;
1156
+ round?: {
1157
+ round: string;
1158
+ } | null | undefined;
1159
+ transactionId: string;
1160
+ } | null | undefined;
1161
+ round?: string | null | undefined;
1162
+ }[];
1163
+ nameAlias: {
1164
+ displayable?: boolean | null | undefined;
1165
+ name: string;
1166
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
1167
+ }[];
1168
+ pendingApproval?: number | null | undefined;
1169
+ }, unknown, z.core.$ZodTypeInternals<{
1170
+ articleCount?: number | null | undefined;
1171
+ association: {
1172
+ associationId: number;
1173
+ createdAt?: string | null | undefined;
1174
+ creator?: string | null | undefined;
1175
+ endDate?: string | null | undefined;
1176
+ entityAddress: {
1177
+ address?: number | null | undefined;
1178
+ addressLine1?: string | null | undefined;
1179
+ addressLine2?: string | null | undefined;
1180
+ association?: {
1181
+ endDate?: string | null | undefined;
1182
+ id: number;
1183
+ isCurrent: boolean;
1184
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
1185
+ startDate?: string | null | undefined;
1186
+ }[] | undefined;
1187
+ city?: {
1188
+ id?: number | null | undefined;
1189
+ name: string;
1190
+ } | null | undefined;
1191
+ country?: {
1192
+ countryCodeChar2?: string | null | undefined;
1193
+ countryCodeChar3?: string | null | undefined;
1194
+ id?: number | null | undefined;
1195
+ name: string;
1196
+ unRegion?: string | null | undefined;
1197
+ unSubregion?: string | null | undefined;
1198
+ } | null | undefined;
1199
+ countryAbbrev?: string | null | undefined;
1200
+ createdAt?: string | null | undefined;
1201
+ fullAddress?: string | null | undefined;
1202
+ id?: number | null | undefined;
1203
+ isCurrent?: boolean | null | undefined;
1204
+ isHq?: boolean | null | undefined;
1205
+ isPrimary?: boolean | null | undefined;
1206
+ latitude?: number | null | undefined;
1207
+ longitude?: number | null | undefined;
1208
+ postalCode?: string | null | undefined;
1209
+ state?: {
1210
+ id?: number | null | undefined;
1211
+ name: string;
1212
+ stateAbbrev?: string | null | undefined;
1213
+ } | null | undefined;
1214
+ stateAbbrev?: string | null | undefined;
1215
+ street?: string | null | undefined;
1216
+ updatedAt?: string | null | undefined;
1217
+ }[];
1218
+ entityId: string;
1219
+ entityLogo: {
1220
+ isMonogram: boolean;
1221
+ logo?: string | null | undefined;
1222
+ logoSquare?: string | null | undefined;
1223
+ };
1224
+ entityName?: string | null | undefined;
1225
+ entityOperatingStatus?: string | null | undefined;
1226
+ entitySlug: string;
1227
+ entityType?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1228
+ entityUrlLink: {
1229
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
1230
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
1231
+ createdAt?: string | null | undefined;
1232
+ id?: number | null | undefined;
1233
+ isCurrent?: boolean | null | undefined;
1234
+ isPrimary?: boolean | null | undefined;
1235
+ owner?: {
1236
+ entityId?: string | null | undefined;
1237
+ personId?: string | null | undefined;
1238
+ } | null | undefined;
1239
+ sourceId?: string | null | undefined;
1240
+ status?: string | null | undefined;
1241
+ statusChecked?: string | null | undefined;
1242
+ updatedAt?: string | null | undefined;
1243
+ url: string;
1244
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
1245
+ }[];
1246
+ isCurrent?: boolean | null | undefined;
1247
+ personAddress: {
1248
+ address?: number | null | undefined;
1249
+ addressLine1?: string | null | undefined;
1250
+ addressLine2?: string | null | undefined;
1251
+ association?: {
1252
+ endDate?: string | null | undefined;
1253
+ id: number;
1254
+ isCurrent: boolean;
1255
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
1256
+ startDate?: string | null | undefined;
1257
+ }[] | undefined;
1258
+ city?: {
1259
+ id?: number | null | undefined;
1260
+ name: string;
1261
+ } | null | undefined;
1262
+ country?: {
1263
+ countryCodeChar2?: string | null | undefined;
1264
+ countryCodeChar3?: string | null | undefined;
1265
+ id?: number | null | undefined;
1266
+ name: string;
1267
+ unRegion?: string | null | undefined;
1268
+ unSubregion?: string | null | undefined;
1269
+ } | null | undefined;
1270
+ countryAbbrev?: string | null | undefined;
1271
+ createdAt?: string | null | undefined;
1272
+ fullAddress?: string | null | undefined;
1273
+ id?: number | null | undefined;
1274
+ isCurrent?: boolean | null | undefined;
1275
+ isHq?: boolean | null | undefined;
1276
+ isPrimary?: boolean | null | undefined;
1277
+ latitude?: number | null | undefined;
1278
+ longitude?: number | null | undefined;
1279
+ postalCode?: string | null | undefined;
1280
+ state?: {
1281
+ id?: number | null | undefined;
1282
+ name: string;
1283
+ stateAbbrev?: string | null | undefined;
1284
+ } | null | undefined;
1285
+ stateAbbrev?: string | null | undefined;
1286
+ street?: string | null | undefined;
1287
+ updatedAt?: string | null | undefined;
1288
+ }[];
1289
+ personId: string;
1290
+ personImage: {
1291
+ isMonogram: boolean;
1292
+ picture?: string | null | undefined;
1293
+ };
1294
+ personName: string;
1295
+ personSlug: string;
1296
+ personUrlLink: {
1297
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
1298
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
1299
+ createdAt?: string | null | undefined;
1300
+ id?: number | null | undefined;
1301
+ isCurrent?: boolean | null | undefined;
1302
+ isPrimary?: boolean | null | undefined;
1303
+ owner?: {
1304
+ entityId?: string | null | undefined;
1305
+ personId?: string | null | undefined;
1306
+ } | null | undefined;
1307
+ sourceId?: string | null | undefined;
1308
+ status?: string | null | undefined;
1309
+ statusChecked?: string | null | undefined;
1310
+ updatedAt?: string | null | undefined;
1311
+ url: string;
1312
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
1313
+ }[];
1314
+ score?: number | null | undefined;
1315
+ startDate?: string | null | undefined;
1316
+ titleFunction?: string | null | undefined;
1317
+ titleId?: number | null | undefined;
1318
+ titleLevel?: string | null | undefined;
1319
+ titleName?: string | null | undefined;
1320
+ updatedAt?: string | null | undefined;
1321
+ }[];
1322
+ core: {
1323
+ createdAt?: string | null | undefined;
1324
+ gender?: string | null | undefined;
1325
+ id: string;
1326
+ image: {
1327
+ isMonogram: boolean;
1328
+ picture?: string | null | undefined;
1329
+ };
1330
+ lastModifiedAt?: string | null | undefined;
1331
+ nameAlias: {
1332
+ displayable?: boolean | null | undefined;
1333
+ name: string;
1334
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
1335
+ }[];
1336
+ nameFirst?: string | null | undefined;
1337
+ nameFull: string;
1338
+ nameLast?: string | null | undefined;
1339
+ nameMiddle?: string | null | undefined;
1340
+ nickname?: string | null | undefined;
1341
+ publicId?: string | null | undefined;
1342
+ semanticMatch?: {
1343
+ computedAt: string;
1344
+ cosineDistance: number;
1345
+ cosineScore: number;
1346
+ modelVersion: string;
1347
+ rank: number;
1348
+ sourceHash: string;
1349
+ sourceId: string;
1350
+ sourceJson: string;
1351
+ sourceText: string;
1352
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
1353
+ } | null | undefined;
1354
+ slug: string;
1355
+ source: {
1356
+ changedAt?: string | null | undefined;
1357
+ dataSourceUpdatedAt?: string | null | undefined;
1358
+ detail?: string | null | undefined;
1359
+ kind?: string | null | undefined;
1360
+ pendingApproval?: number | null | undefined;
1361
+ sourceId?: string | null | undefined;
1362
+ status?: string | null | undefined;
1363
+ };
1364
+ suffix?: string | null | undefined;
1365
+ text: {
1366
+ expanded?: string | null | undefined;
1367
+ generatedDescription?: string | null | undefined;
1368
+ short?: string | null | undefined;
1369
+ };
1370
+ updatedAt?: string | null | undefined;
1371
+ };
1372
+ enrichment: {
1373
+ address: {
1374
+ address?: number | null | undefined;
1375
+ addressLine1?: string | null | undefined;
1376
+ addressLine2?: string | null | undefined;
1377
+ association?: {
1378
+ endDate?: string | null | undefined;
1379
+ id: number;
1380
+ isCurrent: boolean;
1381
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
1382
+ startDate?: string | null | undefined;
1383
+ }[] | undefined;
1384
+ city?: {
1385
+ id?: number | null | undefined;
1386
+ name: string;
1387
+ } | null | undefined;
1388
+ country?: {
1389
+ countryCodeChar2?: string | null | undefined;
1390
+ countryCodeChar3?: string | null | undefined;
1391
+ id?: number | null | undefined;
1392
+ name: string;
1393
+ unRegion?: string | null | undefined;
1394
+ unSubregion?: string | null | undefined;
1395
+ } | null | undefined;
1396
+ countryAbbrev?: string | null | undefined;
1397
+ createdAt?: string | null | undefined;
1398
+ fullAddress?: string | null | undefined;
1399
+ id?: number | null | undefined;
1400
+ isCurrent?: boolean | null | undefined;
1401
+ isHq?: boolean | null | undefined;
1402
+ isPrimary?: boolean | null | undefined;
1403
+ latitude?: number | null | undefined;
1404
+ longitude?: number | null | undefined;
1405
+ postalCode?: string | null | undefined;
1406
+ state?: {
1407
+ id?: number | null | undefined;
1408
+ name: string;
1409
+ stateAbbrev?: string | null | undefined;
1410
+ } | null | undefined;
1411
+ stateAbbrev?: string | null | undefined;
1412
+ street?: string | null | undefined;
1413
+ updatedAt?: string | null | undefined;
1414
+ }[];
1415
+ urlLink: {
1416
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
1417
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
1418
+ createdAt?: string | null | undefined;
1419
+ id?: number | null | undefined;
1420
+ isCurrent?: boolean | null | undefined;
1421
+ isPrimary?: boolean | null | undefined;
1422
+ owner?: {
1423
+ entityId?: string | null | undefined;
1424
+ personId?: string | null | undefined;
1425
+ } | null | undefined;
1426
+ sourceId?: string | null | undefined;
1427
+ status?: string | null | undefined;
1428
+ statusChecked?: string | null | undefined;
1429
+ updatedAt?: string | null | undefined;
1430
+ url: string;
1431
+ urlType: "alternativeto" | "angellist" | "appstore" | "awsmarketplace" | "bloomberg" | "capterra" | "changelog" | "chromewebstore" | "crates" | "crunchbase" | "discord" | "dockerhub" | "documentation" | "facebook" | "forum" | "g2" | "gartnerpeerinsights" | "getapp" | "github" | "glassdoor" | "googleplay" | "homebrew" | "hubspotmarketplace" | "instagram" | "linkedin" | "maven" | "morningstar" | "nasdaq" | "npm" | "nyse" | "pitchbook" | "producthunt" | "pypi" | "roadmap" | "salesforceappexchange" | "slackappdirectory" | "sourceforge" | "statuspage" | "subreddit" | "support" | "theorg" | "tiktok" | "trustpilot" | "trustradius" | "twitter" | "vscodemarketplace" | "website" | "wellfound" | "wikipedia" | "ycombinator" | "youtube";
1432
+ }[];
1433
+ };
1434
+ investment: {
1435
+ amount?: number | null | undefined;
1436
+ company: {
1437
+ entity: {
1438
+ createdAt?: string | null | undefined;
1439
+ defaultCurrency?: string | null | undefined;
1440
+ foundedYear?: number | null | undefined;
1441
+ id: string;
1442
+ image: {
1443
+ isMonogram: boolean;
1444
+ logo?: string | null | undefined;
1445
+ logoSquare?: string | null | undefined;
1446
+ };
1447
+ lastModifiedAt?: string | null | undefined;
1448
+ nameAlias: {
1449
+ displayable?: boolean | null | undefined;
1450
+ name: string;
1451
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1452
+ }[];
1453
+ nameBrand: string;
1454
+ nameLegal?: string | null | undefined;
1455
+ operatingStatus?: string | null | undefined;
1456
+ publicId?: string | null | undefined;
1457
+ publicUrl?: string | null | undefined;
1458
+ sitemap?: {
1459
+ hasAcquisitions?: boolean | undefined;
1460
+ hasAnalysis: boolean;
1461
+ hasEmployees: boolean;
1462
+ hasFundraising: boolean;
1463
+ hasNews: boolean;
1464
+ productServiceSlug: string[];
1465
+ } | null | undefined;
1466
+ slug: string;
1467
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1468
+ updatedAt?: string | null | undefined;
1469
+ };
1470
+ };
1471
+ date?: string | null | undefined;
1472
+ fundraiseTransaction?: {
1473
+ amountRaised?: number | null | undefined;
1474
+ dateAnnounced?: string | null | undefined;
1475
+ id: string;
1476
+ image: {
1477
+ isMonogram: boolean;
1478
+ logo?: string | null | undefined;
1479
+ logoSquare?: string | null | undefined;
1480
+ };
1481
+ investorCount?: number | null | undefined;
1482
+ nameBrand: string;
1483
+ round?: string | null | undefined;
1484
+ status?: string | null | undefined;
1485
+ valuationPostMoney?: number | null | undefined;
1486
+ } | null | undefined;
1487
+ fundraiseTransactionId: string;
1488
+ id: string;
1489
+ investmentDate: string;
1490
+ investorAttribution?: {
1491
+ amountInvested?: number | null | undefined;
1492
+ attributionType: "direct" | "managedFund";
1493
+ beneficialEntityId?: string | null | undefined;
1494
+ fundManagerRelationshipId?: number | null | undefined;
1495
+ joinId: string;
1496
+ leadInvestor: boolean;
1497
+ recordedEntityId?: string | null | undefined;
1498
+ round?: {
1499
+ round: string;
1500
+ } | null | undefined;
1501
+ transactionId: string;
1502
+ } | null | undefined;
1503
+ round?: string | null | undefined;
1504
+ }[];
1505
+ nameAlias: {
1506
+ displayable?: boolean | null | undefined;
1507
+ name: string;
1508
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
1509
+ }[];
1510
+ pendingApproval?: number | null | undefined;
1511
+ }, unknown>>>;
1512
+ publicUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1513
+ relationship: z.ZodArray<z.ZodType<{
1514
+ asOf?: string | null | undefined;
1515
+ comparisonSignals?: {
1516
+ fundingStage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
1517
+ ownership: string[];
1518
+ pricingModel: string[];
1519
+ sellsTo: string[];
1520
+ totalRaised?: number | null | undefined;
1521
+ website?: string | null | undefined;
1522
+ } | null | undefined;
1523
+ createdAt?: string | null | undefined;
1524
+ detail?: string | null | undefined;
1525
+ entity: {
1526
+ createdAt?: string | null | undefined;
1527
+ defaultCurrency?: string | null | undefined;
1528
+ foundedYear?: number | null | undefined;
1529
+ id: string;
1530
+ image: {
1531
+ isMonogram: boolean;
1532
+ logo?: string | null | undefined;
1533
+ logoSquare?: string | null | undefined;
1534
+ };
1535
+ lastModifiedAt?: string | null | undefined;
1536
+ nameAlias: {
1537
+ displayable?: boolean | null | undefined;
1538
+ name: string;
1539
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1540
+ }[];
1541
+ nameBrand: string;
1542
+ nameLegal?: string | null | undefined;
1543
+ operatingStatus?: string | null | undefined;
1544
+ publicId?: string | null | undefined;
1545
+ publicUrl?: string | null | undefined;
1546
+ sitemap?: {
1547
+ hasAcquisitions?: boolean | undefined;
1548
+ hasAnalysis: boolean;
1549
+ hasEmployees: boolean;
1550
+ hasFundraising: boolean;
1551
+ hasNews: boolean;
1552
+ productServiceSlug: string[];
1553
+ } | null | undefined;
1554
+ slug: string;
1555
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1556
+ updatedAt?: string | null | undefined;
1557
+ };
1558
+ id?: number | null | undefined;
1559
+ isCurrent?: boolean | null | undefined;
1560
+ isPrimary?: boolean | null | undefined;
1561
+ relationship: /*elided*/ any[];
1562
+ relationshipType: string;
1563
+ source?: string | null | undefined;
1564
+ sourceEntityId?: string | null | undefined;
1565
+ targetEntityId?: string | null | undefined;
1566
+ updatedAt?: string | null | undefined;
1567
+ }, unknown, z.core.$ZodTypeInternals<{
1568
+ asOf?: string | null | undefined;
1569
+ comparisonSignals?: {
1570
+ fundingStage?: "Acquired" | "Acquired Subsidiary" | "Angel" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Pre-Seed" | "Public" | "Seed" | "Series A" | "Series B" | "Series C" | "Series D" | "Series E" | "Series F" | "Series G" | "Series H" | "Series I" | "Series J" | "Series K" | "Series L" | "Series M" | "Series N" | "Series O" | "Series P" | "Series Q" | "Series R" | "Series S" | "Series T" | "Series U" | "Series V" | "Series W" | "Series X" | "Series Y" | "Series Z" | null | undefined;
1571
+ ownership: string[];
1572
+ pricingModel: string[];
1573
+ sellsTo: string[];
1574
+ totalRaised?: number | null | undefined;
1575
+ website?: string | null | undefined;
1576
+ } | null | undefined;
1577
+ createdAt?: string | null | undefined;
1578
+ detail?: string | null | undefined;
1579
+ entity: {
1580
+ createdAt?: string | null | undefined;
1581
+ defaultCurrency?: string | null | undefined;
1582
+ foundedYear?: number | null | undefined;
1583
+ id: string;
1584
+ image: {
1585
+ isMonogram: boolean;
1586
+ logo?: string | null | undefined;
1587
+ logoSquare?: string | null | undefined;
1588
+ };
1589
+ lastModifiedAt?: string | null | undefined;
1590
+ nameAlias: {
1591
+ displayable?: boolean | null | undefined;
1592
+ name: string;
1593
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1594
+ }[];
1595
+ nameBrand: string;
1596
+ nameLegal?: string | null | undefined;
1597
+ operatingStatus?: string | null | undefined;
1598
+ publicId?: string | null | undefined;
1599
+ publicUrl?: string | null | undefined;
1600
+ sitemap?: {
1601
+ hasAcquisitions?: boolean | undefined;
1602
+ hasAnalysis: boolean;
1603
+ hasEmployees: boolean;
1604
+ hasFundraising: boolean;
1605
+ hasNews: boolean;
1606
+ productServiceSlug: string[];
1607
+ } | null | undefined;
1608
+ slug: string;
1609
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1610
+ updatedAt?: string | null | undefined;
1611
+ };
1612
+ id?: number | null | undefined;
1613
+ isCurrent?: boolean | null | undefined;
1614
+ isPrimary?: boolean | null | undefined;
1615
+ relationship: any[];
1616
+ relationshipType: string;
1617
+ source?: string | null | undefined;
1618
+ sourceEntityId?: string | null | undefined;
1619
+ targetEntityId?: string | null | undefined;
1620
+ updatedAt?: string | null | undefined;
1621
+ }, unknown>>>;
1622
+ research: z.ZodType<{
1623
+ acceleratorParticipation: {
1624
+ accelerator: {
1625
+ createdAt?: string | null | undefined;
1626
+ defaultCurrency?: string | null | undefined;
1627
+ foundedYear?: number | null | undefined;
1628
+ id: string;
1629
+ image: {
1630
+ isMonogram: boolean;
1631
+ logo?: string | null | undefined;
1632
+ logoSquare?: string | null | undefined;
1633
+ };
1634
+ lastModifiedAt?: string | null | undefined;
1635
+ nameAlias: {
1636
+ displayable?: boolean | null | undefined;
1637
+ name: string;
1638
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1639
+ }[];
1640
+ nameBrand: string;
1641
+ nameLegal?: string | null | undefined;
1642
+ operatingStatus?: string | null | undefined;
1643
+ publicId?: string | null | undefined;
1644
+ publicUrl?: string | null | undefined;
1645
+ sitemap?: {
1646
+ hasAcquisitions?: boolean | undefined;
1647
+ hasAnalysis: boolean;
1648
+ hasEmployees: boolean;
1649
+ hasFundraising: boolean;
1650
+ hasNews: boolean;
1651
+ productServiceSlug: string[];
1652
+ } | null | undefined;
1653
+ slug: string;
1654
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1655
+ updatedAt?: string | null | undefined;
1656
+ };
1657
+ acceleratorName: string;
1658
+ asOfDate: string;
1659
+ batch?: string | null | undefined;
1660
+ id: string;
1661
+ program?: string | null | undefined;
1662
+ status?: string | null | undefined;
1663
+ }[];
1664
+ detail: {
1665
+ asOfDate?: string | null | undefined;
1666
+ createdAt?: string | null | undefined;
1667
+ creator?: string | null | undefined;
1668
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
1669
+ derivedRange?: {
1670
+ asOfDate: string;
1671
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
1672
+ monthsFromNow: number;
1673
+ targetDate: string;
1674
+ } | null | undefined;
1675
+ discreteValue?: number | null | undefined;
1676
+ entityId: string;
1677
+ id: number;
1678
+ textValue?: string | null | undefined;
1679
+ typeResearchDetail: string;
1680
+ updatedAt?: string | null | undefined;
1681
+ valueResearchDetail?: string | null | undefined;
1682
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
1683
+ }[];
1684
+ snippet: {
1685
+ compliance?: {
1686
+ characterCount: number;
1687
+ meetsRequirements: boolean;
1688
+ violation: string[];
1689
+ wordCount: number;
1690
+ } | null | undefined;
1691
+ createdAt?: string | null | undefined;
1692
+ entityId: string;
1693
+ id: number;
1694
+ isCurrent: boolean;
1695
+ isPrimary: boolean;
1696
+ text: string;
1697
+ textType: string;
1698
+ updatedAt?: string | null | undefined;
1699
+ visible: boolean;
1700
+ }[];
1701
+ }, unknown, z.core.$ZodTypeInternals<{
1702
+ acceleratorParticipation: {
1703
+ accelerator: {
1704
+ createdAt?: string | null | undefined;
1705
+ defaultCurrency?: string | null | undefined;
1706
+ foundedYear?: number | null | undefined;
1707
+ id: string;
1708
+ image: {
1709
+ isMonogram: boolean;
1710
+ logo?: string | null | undefined;
1711
+ logoSquare?: string | null | undefined;
1712
+ };
1713
+ lastModifiedAt?: string | null | undefined;
1714
+ nameAlias: {
1715
+ displayable?: boolean | null | undefined;
1716
+ name: string;
1717
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1718
+ }[];
1719
+ nameBrand: string;
1720
+ nameLegal?: string | null | undefined;
1721
+ operatingStatus?: string | null | undefined;
1722
+ publicId?: string | null | undefined;
1723
+ publicUrl?: string | null | undefined;
1724
+ sitemap?: {
1725
+ hasAcquisitions?: boolean | undefined;
1726
+ hasAnalysis: boolean;
1727
+ hasEmployees: boolean;
1728
+ hasFundraising: boolean;
1729
+ hasNews: boolean;
1730
+ productServiceSlug: string[];
1731
+ } | null | undefined;
1732
+ slug: string;
1733
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1734
+ updatedAt?: string | null | undefined;
1735
+ };
1736
+ acceleratorName: string;
1737
+ asOfDate: string;
1738
+ batch?: string | null | undefined;
1739
+ id: string;
1740
+ program?: string | null | undefined;
1741
+ status?: string | null | undefined;
1742
+ }[];
1743
+ detail: {
1744
+ asOfDate?: string | null | undefined;
1745
+ createdAt?: string | null | undefined;
1746
+ creator?: string | null | undefined;
1747
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
1748
+ derivedRange?: {
1749
+ asOfDate: string;
1750
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
1751
+ monthsFromNow: number;
1752
+ targetDate: string;
1753
+ } | null | undefined;
1754
+ discreteValue?: number | null | undefined;
1755
+ entityId: string;
1756
+ id: number;
1757
+ textValue?: string | null | undefined;
1758
+ typeResearchDetail: string;
1759
+ updatedAt?: string | null | undefined;
1760
+ valueResearchDetail?: string | null | undefined;
1761
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
1762
+ }[];
1763
+ snippet: {
1764
+ compliance?: {
1765
+ characterCount: number;
1766
+ meetsRequirements: boolean;
1767
+ violation: string[];
1768
+ wordCount: number;
1769
+ } | null | undefined;
1770
+ createdAt?: string | null | undefined;
1771
+ entityId: string;
1772
+ id: number;
1773
+ isCurrent: boolean;
1774
+ isPrimary: boolean;
1775
+ text: string;
1776
+ textType: string;
1777
+ updatedAt?: string | null | undefined;
1778
+ visible: boolean;
1779
+ }[];
1780
+ }, unknown>>;
1781
+ sitemap: z.ZodObject<{
1782
+ hasAcquisitions: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
1783
+ hasAnalysis: z.ZodBoolean;
1784
+ hasEmployees: z.ZodBoolean;
1785
+ hasFundraising: z.ZodBoolean;
1786
+ hasNews: z.ZodBoolean;
1787
+ productServiceSlug: z.ZodArray<z.ZodString>;
1788
+ }, z.core.$strip>;
1789
+ uniqueId: z.ZodArray<z.ZodType<{
1790
+ createdAt: string;
1791
+ id: number;
1792
+ identifier: string;
1793
+ idType: "crd" | "cusip" | "duns" | "ein" | "isin" | "lei" | "orcid" | "secCik" | "ticker";
1794
+ owner: {
1795
+ entityId?: string | null | undefined;
1796
+ personId?: string | null | undefined;
1797
+ };
1798
+ source?: string | null | undefined;
1799
+ updatedAt: string;
1800
+ }, unknown, z.core.$ZodTypeInternals<{
1801
+ createdAt: string;
1802
+ id: number;
1803
+ identifier: string;
1804
+ idType: "crd" | "cusip" | "duns" | "ein" | "isin" | "lei" | "orcid" | "secCik" | "ticker";
1805
+ owner: {
1806
+ entityId?: string | null | undefined;
1807
+ personId?: string | null | undefined;
1808
+ };
1809
+ source?: string | null | undefined;
1810
+ updatedAt: string;
1811
+ }, unknown>>>;
1812
+ }, z.core.$strip>;
1813
+ export type EntityDetail = z.infer<typeof EntityDetailSchema>;
1814
+ //# sourceMappingURL=detail.d.ts.map