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