@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,999 @@
1
+ import { z } from "zod/v4";
2
+ declare const EntitySuggestionResultSchemaDefinition: z.ZodObject<{
3
+ coverage: z.ZodArray<z.ZodType<{
4
+ count: number;
5
+ coverage: "ABSENT" | "NOT_EVALUABLE" | "PRESENT";
6
+ gateId: string;
7
+ howToObtain: string;
8
+ label: string;
9
+ owningRead: string;
10
+ parentPersonId?: string | null | undefined;
11
+ parentProductServiceId?: string | null | undefined;
12
+ required: boolean;
13
+ unobtainableAllowed: boolean;
14
+ }, unknown, z.core.$ZodTypeInternals<{
15
+ count: number;
16
+ coverage: "ABSENT" | "NOT_EVALUABLE" | "PRESENT";
17
+ gateId: string;
18
+ howToObtain: string;
19
+ label: string;
20
+ owningRead: string;
21
+ parentPersonId?: string | null | undefined;
22
+ parentProductServiceId?: string | null | undefined;
23
+ required: boolean;
24
+ unobtainableAllowed: boolean;
25
+ }, unknown>>>;
26
+ exhaustive: z.ZodBoolean;
27
+ slot: z.ZodString;
28
+ suggestion: z.ZodArray<z.ZodType<{
29
+ alreadyPresent: boolean;
30
+ candidate: {
31
+ core: {
32
+ createdAt?: string | null | undefined;
33
+ defaultCurrency?: string | null | undefined;
34
+ foundedYear?: number | null | undefined;
35
+ id: string;
36
+ image: {
37
+ isMonogram: boolean;
38
+ logo?: string | null | undefined;
39
+ logoSquare?: string | null | undefined;
40
+ };
41
+ lastModifiedAt?: string | null | undefined;
42
+ nameAlias: {
43
+ displayable?: boolean | null | undefined;
44
+ name: string;
45
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
46
+ }[];
47
+ nameBrand: string;
48
+ nameLegal?: string | null | undefined;
49
+ operatingStatus?: string | null | undefined;
50
+ publicId?: string | null | undefined;
51
+ publicUrl?: string | null | undefined;
52
+ sitemap?: {
53
+ hasAcquisitions?: boolean | undefined;
54
+ hasAnalysis: boolean;
55
+ hasEmployees: boolean;
56
+ hasFundraising: boolean;
57
+ hasNews: boolean;
58
+ productServiceSlug: string[];
59
+ } | null | undefined;
60
+ slug: string;
61
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
62
+ updatedAt?: string | null | undefined;
63
+ };
64
+ enrichment: {
65
+ address: {
66
+ address?: number | null | undefined;
67
+ addressLine1?: string | null | undefined;
68
+ addressLine2?: string | null | undefined;
69
+ association?: {
70
+ endDate?: string | null | undefined;
71
+ id: number;
72
+ isCurrent: boolean;
73
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
74
+ startDate?: string | null | undefined;
75
+ }[] | undefined;
76
+ city?: {
77
+ id?: number | null | undefined;
78
+ name: string;
79
+ } | null | undefined;
80
+ country?: {
81
+ countryCodeChar2?: string | null | undefined;
82
+ countryCodeChar3?: string | null | undefined;
83
+ id?: number | null | undefined;
84
+ name: string;
85
+ unRegion?: string | null | undefined;
86
+ unSubregion?: string | null | undefined;
87
+ } | null | undefined;
88
+ countryAbbrev?: string | null | undefined;
89
+ createdAt?: string | null | undefined;
90
+ fullAddress?: string | null | undefined;
91
+ id?: number | null | undefined;
92
+ isCurrent?: boolean | null | undefined;
93
+ isHq?: boolean | null | undefined;
94
+ isPrimary?: boolean | null | undefined;
95
+ latitude?: number | null | undefined;
96
+ longitude?: number | null | undefined;
97
+ postalCode?: string | null | undefined;
98
+ state?: {
99
+ id?: number | null | undefined;
100
+ name: string;
101
+ stateAbbrev?: string | null | undefined;
102
+ } | null | undefined;
103
+ stateAbbrev?: string | null | undefined;
104
+ street?: string | null | undefined;
105
+ updatedAt?: string | null | undefined;
106
+ }[];
107
+ classification: {
108
+ geoLocationExposure?: ({
109
+ creatable: boolean;
110
+ isCurrent?: boolean | null | undefined;
111
+ isPrimary?: boolean | null | undefined;
112
+ name: string;
113
+ writable: boolean;
114
+ } & {
115
+ bucket?: string | null | undefined;
116
+ classificationId?: number | null | undefined;
117
+ creatable: boolean;
118
+ createdAt?: string | null | undefined;
119
+ id: number;
120
+ isCurrent?: boolean | null | undefined;
121
+ isPrimary?: boolean | null | undefined;
122
+ name: string;
123
+ slug?: string | null | undefined;
124
+ type: string;
125
+ updatedAt?: string | null | undefined;
126
+ writable: boolean;
127
+ })[] | undefined;
128
+ industry?: ({
129
+ creatable: boolean;
130
+ isCurrent?: boolean | null | undefined;
131
+ isPrimary?: boolean | null | undefined;
132
+ name: string;
133
+ writable: boolean;
134
+ } & {
135
+ bucket?: string | null | undefined;
136
+ classificationId?: number | null | undefined;
137
+ creatable: boolean;
138
+ createdAt?: string | null | undefined;
139
+ id: number;
140
+ isCurrent?: boolean | null | undefined;
141
+ isPrimary?: boolean | null | undefined;
142
+ name: string;
143
+ slug?: string | null | undefined;
144
+ type: string;
145
+ updatedAt?: string | null | undefined;
146
+ writable: boolean;
147
+ })[] | undefined;
148
+ mainProduct?: ({
149
+ creatable: boolean;
150
+ isCurrent?: boolean | null | undefined;
151
+ isPrimary?: boolean | null | undefined;
152
+ name: string;
153
+ writable: boolean;
154
+ } & {
155
+ bucket?: string | null | undefined;
156
+ classificationId?: number | null | undefined;
157
+ creatable: boolean;
158
+ createdAt?: string | null | undefined;
159
+ id: number;
160
+ isCurrent?: boolean | null | undefined;
161
+ isPrimary?: boolean | null | undefined;
162
+ name: string;
163
+ slug?: string | null | undefined;
164
+ type: string;
165
+ updatedAt?: string | null | undefined;
166
+ writable: boolean;
167
+ })[] | undefined;
168
+ standardizedClassification?: ({
169
+ creatable: boolean;
170
+ isCurrent?: boolean | null | undefined;
171
+ isPrimary?: boolean | null | undefined;
172
+ name: string;
173
+ writable: boolean;
174
+ } & {
175
+ category: string;
176
+ code?: number | null | undefined;
177
+ creatable: boolean;
178
+ createdAt?: string | null | undefined;
179
+ entityClassificationId?: number | null | undefined;
180
+ id: number;
181
+ isCurrent?: boolean | null | undefined;
182
+ isPrimary?: boolean | null | undefined;
183
+ level?: number | null | undefined;
184
+ name: string;
185
+ updatedAt?: string | null | undefined;
186
+ writable: boolean;
187
+ })[] | undefined;
188
+ tag?: ({
189
+ creatable: boolean;
190
+ isCurrent?: boolean | null | undefined;
191
+ isPrimary?: boolean | null | undefined;
192
+ name: string;
193
+ writable: boolean;
194
+ } & {
195
+ bucket?: string | null | undefined;
196
+ classificationId?: number | null | undefined;
197
+ creatable: boolean;
198
+ createdAt?: string | null | undefined;
199
+ id: number;
200
+ isCurrent?: boolean | null | undefined;
201
+ isPrimary?: boolean | null | undefined;
202
+ name: string;
203
+ slug?: string | null | undefined;
204
+ type: string;
205
+ updatedAt?: string | null | undefined;
206
+ writable: boolean;
207
+ })[] | undefined;
208
+ typeCustomer?: ({
209
+ creatable: boolean;
210
+ isCurrent?: boolean | null | undefined;
211
+ isPrimary?: boolean | null | undefined;
212
+ name: string;
213
+ writable: boolean;
214
+ } & {
215
+ bucket?: string | null | undefined;
216
+ classificationId?: number | null | undefined;
217
+ creatable: boolean;
218
+ createdAt?: string | null | undefined;
219
+ id: number;
220
+ isCurrent?: boolean | null | undefined;
221
+ isPrimary?: boolean | null | undefined;
222
+ name: string;
223
+ slug?: string | null | undefined;
224
+ type: string;
225
+ updatedAt?: string | null | undefined;
226
+ writable: boolean;
227
+ })[] | undefined;
228
+ typeModel?: ({
229
+ creatable: boolean;
230
+ isCurrent?: boolean | null | undefined;
231
+ isPrimary?: boolean | null | undefined;
232
+ name: string;
233
+ writable: boolean;
234
+ } & {
235
+ bucket?: string | null | undefined;
236
+ classificationId?: number | null | undefined;
237
+ creatable: boolean;
238
+ createdAt?: string | null | undefined;
239
+ id: number;
240
+ isCurrent?: boolean | null | undefined;
241
+ isPrimary?: boolean | null | undefined;
242
+ name: string;
243
+ slug?: string | null | undefined;
244
+ type: string;
245
+ updatedAt?: string | null | undefined;
246
+ writable: boolean;
247
+ })[] | undefined;
248
+ typeOwnership?: ({
249
+ creatable: boolean;
250
+ isCurrent?: boolean | null | undefined;
251
+ isPrimary?: boolean | null | undefined;
252
+ name: string;
253
+ writable: boolean;
254
+ } & {
255
+ bucket?: string | null | undefined;
256
+ classificationId?: number | null | undefined;
257
+ creatable: boolean;
258
+ createdAt?: string | null | undefined;
259
+ id: number;
260
+ isCurrent?: boolean | null | undefined;
261
+ isPrimary?: boolean | null | undefined;
262
+ name: string;
263
+ slug?: string | null | undefined;
264
+ type: string;
265
+ updatedAt?: string | null | undefined;
266
+ writable: boolean;
267
+ })[] | undefined;
268
+ typeRevenue?: ({
269
+ creatable: boolean;
270
+ isCurrent?: boolean | null | undefined;
271
+ isPrimary?: boolean | null | undefined;
272
+ name: string;
273
+ writable: boolean;
274
+ } & {
275
+ bucket?: string | null | undefined;
276
+ classificationId?: number | null | undefined;
277
+ creatable: boolean;
278
+ createdAt?: string | null | undefined;
279
+ id: number;
280
+ isCurrent?: boolean | null | undefined;
281
+ isPrimary?: boolean | null | undefined;
282
+ name: string;
283
+ slug?: string | null | undefined;
284
+ type: string;
285
+ updatedAt?: string | null | undefined;
286
+ writable: boolean;
287
+ })[] | undefined;
288
+ typeTechnologyUsed?: ({
289
+ creatable: boolean;
290
+ isCurrent?: boolean | null | undefined;
291
+ isPrimary?: boolean | null | undefined;
292
+ name: string;
293
+ writable: boolean;
294
+ } & {
295
+ bucket?: string | null | undefined;
296
+ classificationId?: number | null | undefined;
297
+ creatable: boolean;
298
+ createdAt?: string | null | undefined;
299
+ id: number;
300
+ isCurrent?: boolean | null | undefined;
301
+ isPrimary?: boolean | null | undefined;
302
+ name: string;
303
+ slug?: string | null | undefined;
304
+ type: string;
305
+ updatedAt?: string | null | undefined;
306
+ writable: boolean;
307
+ })[] | undefined;
308
+ };
309
+ fundingDetail?: {
310
+ fundingRoundCount: number;
311
+ investorCount: number;
312
+ latestValuation?: number | null | undefined;
313
+ mostRecentAmount?: number | null | undefined;
314
+ mostRecentDate?: string | null | undefined;
315
+ 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;
316
+ totalRaised: number;
317
+ } | null | undefined;
318
+ text: {
319
+ expanded?: string | null | undefined;
320
+ generatedDescription?: string | null | undefined;
321
+ short?: string | null | undefined;
322
+ };
323
+ urlLink: {
324
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
325
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
326
+ createdAt?: string | null | undefined;
327
+ id?: number | null | undefined;
328
+ isCurrent?: boolean | null | undefined;
329
+ isPrimary?: boolean | null | undefined;
330
+ owner?: {
331
+ entityId?: string | null | undefined;
332
+ personId?: string | null | undefined;
333
+ } | null | undefined;
334
+ sourceId?: string | null | undefined;
335
+ status?: string | null | undefined;
336
+ statusChecked?: string | null | undefined;
337
+ updatedAt?: string | null | undefined;
338
+ url: string;
339
+ 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";
340
+ }[];
341
+ };
342
+ fundraiseRound: {
343
+ amountRaised?: number | null | undefined;
344
+ createdAt?: string | null | undefined;
345
+ currency?: string | null | undefined;
346
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
347
+ dateAnnounced?: string | null | undefined;
348
+ dateFundingComplete?: string | null | undefined;
349
+ dateInvestorExit?: string | null | undefined;
350
+ entity?: {
351
+ core: {
352
+ createdAt?: string | null | undefined;
353
+ defaultCurrency?: string | null | undefined;
354
+ foundedYear?: number | null | undefined;
355
+ id: string;
356
+ image: {
357
+ isMonogram: boolean;
358
+ logo?: string | null | undefined;
359
+ logoSquare?: string | null | undefined;
360
+ };
361
+ lastModifiedAt?: string | null | undefined;
362
+ nameAlias: {
363
+ displayable?: boolean | null | undefined;
364
+ name: string;
365
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
366
+ }[];
367
+ nameBrand: string;
368
+ nameLegal?: string | null | undefined;
369
+ operatingStatus?: string | null | undefined;
370
+ publicId?: string | null | undefined;
371
+ publicUrl?: string | null | undefined;
372
+ sitemap?: {
373
+ hasAcquisitions?: boolean | undefined;
374
+ hasAnalysis: boolean;
375
+ hasEmployees: boolean;
376
+ hasFundraising: boolean;
377
+ hasNews: boolean;
378
+ productServiceSlug: string[];
379
+ } | null | undefined;
380
+ slug: string;
381
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
382
+ updatedAt?: string | null | undefined;
383
+ };
384
+ fundingDetail?: {
385
+ fundingRoundCount: number;
386
+ investorCount: number;
387
+ latestValuation?: number | null | undefined;
388
+ mostRecentAmount?: number | null | undefined;
389
+ mostRecentDate?: string | null | undefined;
390
+ 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;
391
+ totalRaised: number;
392
+ } | null | undefined;
393
+ } | null | undefined;
394
+ id: string;
395
+ investorAttribution?: {
396
+ amountInvested?: number | null | undefined;
397
+ attributionType: "direct" | "managedFund";
398
+ beneficialEntityId?: string | null | undefined;
399
+ fundManagerRelationshipId?: number | null | undefined;
400
+ joinId: string;
401
+ leadInvestor: boolean;
402
+ recordedEntityId?: string | null | undefined;
403
+ round?: {
404
+ round: string;
405
+ } | null | undefined;
406
+ transactionId: string;
407
+ } | null | undefined;
408
+ investorCount?: number | null | undefined;
409
+ round?: string | null | undefined;
410
+ sourceAttribution: {
411
+ amountInvested?: number | null | undefined;
412
+ attributionType: "direct" | "managedFund";
413
+ beneficialEntityId?: string | null | undefined;
414
+ fundManagerRelationshipId?: number | null | undefined;
415
+ joinId: string;
416
+ leadInvestor: boolean;
417
+ recordedEntityId?: string | null | undefined;
418
+ round?: {
419
+ round: string;
420
+ } | null | undefined;
421
+ transactionId: string;
422
+ }[];
423
+ updatedAt?: string | null | undefined;
424
+ valuationPostMoney?: number | null | undefined;
425
+ valuationPreMoney?: number | null | undefined;
426
+ }[];
427
+ research: {
428
+ acceleratorParticipation: {
429
+ accelerator: {
430
+ createdAt?: string | null | undefined;
431
+ defaultCurrency?: string | null | undefined;
432
+ foundedYear?: number | null | undefined;
433
+ id: string;
434
+ image: {
435
+ isMonogram: boolean;
436
+ logo?: string | null | undefined;
437
+ logoSquare?: string | null | undefined;
438
+ };
439
+ lastModifiedAt?: string | null | undefined;
440
+ nameAlias: {
441
+ displayable?: boolean | null | undefined;
442
+ name: string;
443
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
444
+ }[];
445
+ nameBrand: string;
446
+ nameLegal?: string | null | undefined;
447
+ operatingStatus?: string | null | undefined;
448
+ publicId?: string | null | undefined;
449
+ publicUrl?: string | null | undefined;
450
+ sitemap?: {
451
+ hasAcquisitions?: boolean | undefined;
452
+ hasAnalysis: boolean;
453
+ hasEmployees: boolean;
454
+ hasFundraising: boolean;
455
+ hasNews: boolean;
456
+ productServiceSlug: string[];
457
+ } | null | undefined;
458
+ slug: string;
459
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
460
+ updatedAt?: string | null | undefined;
461
+ };
462
+ acceleratorName: string;
463
+ asOfDate: string;
464
+ batch?: string | null | undefined;
465
+ id: string;
466
+ program?: string | null | undefined;
467
+ status?: string | null | undefined;
468
+ }[];
469
+ detail: {
470
+ asOfDate?: string | null | undefined;
471
+ createdAt?: string | null | undefined;
472
+ creator?: string | null | undefined;
473
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
474
+ derivedRange?: {
475
+ asOfDate: string;
476
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
477
+ monthsFromNow: number;
478
+ targetDate: string;
479
+ } | null | undefined;
480
+ discreteValue?: number | null | undefined;
481
+ entityId: string;
482
+ id: number;
483
+ textValue?: string | null | undefined;
484
+ typeResearchDetail: string;
485
+ updatedAt?: string | null | undefined;
486
+ valueResearchDetail?: string | null | undefined;
487
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
488
+ }[];
489
+ };
490
+ semanticMatch?: {
491
+ computedAt: string;
492
+ cosineDistance: number;
493
+ cosineScore: number;
494
+ modelVersion: string;
495
+ rank: number;
496
+ sourceHash: string;
497
+ sourceId: string;
498
+ sourceJson: string;
499
+ sourceText: string;
500
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
501
+ } | null | undefined;
502
+ };
503
+ rank: number;
504
+ score: number;
505
+ whySuggested: "computed" | "curated" | "derived" | "precomputed" | "semantic";
506
+ }, unknown, z.core.$ZodTypeInternals<{
507
+ alreadyPresent: boolean;
508
+ candidate: {
509
+ core: {
510
+ createdAt?: string | null | undefined;
511
+ defaultCurrency?: string | null | undefined;
512
+ foundedYear?: number | null | undefined;
513
+ id: string;
514
+ image: {
515
+ isMonogram: boolean;
516
+ logo?: string | null | undefined;
517
+ logoSquare?: string | null | undefined;
518
+ };
519
+ lastModifiedAt?: string | null | undefined;
520
+ nameAlias: {
521
+ displayable?: boolean | null | undefined;
522
+ name: string;
523
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
524
+ }[];
525
+ nameBrand: string;
526
+ nameLegal?: string | null | undefined;
527
+ operatingStatus?: string | null | undefined;
528
+ publicId?: string | null | undefined;
529
+ publicUrl?: string | null | undefined;
530
+ sitemap?: {
531
+ hasAcquisitions?: boolean | undefined;
532
+ hasAnalysis: boolean;
533
+ hasEmployees: boolean;
534
+ hasFundraising: boolean;
535
+ hasNews: boolean;
536
+ productServiceSlug: string[];
537
+ } | null | undefined;
538
+ slug: string;
539
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
540
+ updatedAt?: string | null | undefined;
541
+ };
542
+ enrichment: {
543
+ address: {
544
+ address?: number | null | undefined;
545
+ addressLine1?: string | null | undefined;
546
+ addressLine2?: string | null | undefined;
547
+ association?: {
548
+ endDate?: string | null | undefined;
549
+ id: number;
550
+ isCurrent: boolean;
551
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
552
+ startDate?: string | null | undefined;
553
+ }[] | undefined;
554
+ city?: {
555
+ id?: number | null | undefined;
556
+ name: string;
557
+ } | null | undefined;
558
+ country?: {
559
+ countryCodeChar2?: string | null | undefined;
560
+ countryCodeChar3?: string | null | undefined;
561
+ id?: number | null | undefined;
562
+ name: string;
563
+ unRegion?: string | null | undefined;
564
+ unSubregion?: string | null | undefined;
565
+ } | null | undefined;
566
+ countryAbbrev?: string | null | undefined;
567
+ createdAt?: string | null | undefined;
568
+ fullAddress?: string | null | undefined;
569
+ id?: number | null | undefined;
570
+ isCurrent?: boolean | null | undefined;
571
+ isHq?: boolean | null | undefined;
572
+ isPrimary?: boolean | null | undefined;
573
+ latitude?: number | null | undefined;
574
+ longitude?: number | null | undefined;
575
+ postalCode?: string | null | undefined;
576
+ state?: {
577
+ id?: number | null | undefined;
578
+ name: string;
579
+ stateAbbrev?: string | null | undefined;
580
+ } | null | undefined;
581
+ stateAbbrev?: string | null | undefined;
582
+ street?: string | null | undefined;
583
+ updatedAt?: string | null | undefined;
584
+ }[];
585
+ classification: {
586
+ geoLocationExposure?: ({
587
+ creatable: boolean;
588
+ isCurrent?: boolean | null | undefined;
589
+ isPrimary?: boolean | null | undefined;
590
+ name: string;
591
+ writable: boolean;
592
+ } & {
593
+ bucket?: string | null | undefined;
594
+ classificationId?: number | null | undefined;
595
+ creatable: boolean;
596
+ createdAt?: string | null | undefined;
597
+ id: number;
598
+ isCurrent?: boolean | null | undefined;
599
+ isPrimary?: boolean | null | undefined;
600
+ name: string;
601
+ slug?: string | null | undefined;
602
+ type: string;
603
+ updatedAt?: string | null | undefined;
604
+ writable: boolean;
605
+ })[] | undefined;
606
+ industry?: ({
607
+ creatable: boolean;
608
+ isCurrent?: boolean | null | undefined;
609
+ isPrimary?: boolean | null | undefined;
610
+ name: string;
611
+ writable: boolean;
612
+ } & {
613
+ bucket?: string | null | undefined;
614
+ classificationId?: number | null | undefined;
615
+ creatable: boolean;
616
+ createdAt?: string | null | undefined;
617
+ id: number;
618
+ isCurrent?: boolean | null | undefined;
619
+ isPrimary?: boolean | null | undefined;
620
+ name: string;
621
+ slug?: string | null | undefined;
622
+ type: string;
623
+ updatedAt?: string | null | undefined;
624
+ writable: boolean;
625
+ })[] | undefined;
626
+ mainProduct?: ({
627
+ creatable: boolean;
628
+ isCurrent?: boolean | null | undefined;
629
+ isPrimary?: boolean | null | undefined;
630
+ name: string;
631
+ writable: boolean;
632
+ } & {
633
+ bucket?: string | null | undefined;
634
+ classificationId?: number | null | undefined;
635
+ creatable: boolean;
636
+ createdAt?: string | null | undefined;
637
+ id: number;
638
+ isCurrent?: boolean | null | undefined;
639
+ isPrimary?: boolean | null | undefined;
640
+ name: string;
641
+ slug?: string | null | undefined;
642
+ type: string;
643
+ updatedAt?: string | null | undefined;
644
+ writable: boolean;
645
+ })[] | undefined;
646
+ standardizedClassification?: ({
647
+ creatable: boolean;
648
+ isCurrent?: boolean | null | undefined;
649
+ isPrimary?: boolean | null | undefined;
650
+ name: string;
651
+ writable: boolean;
652
+ } & {
653
+ category: string;
654
+ code?: number | null | undefined;
655
+ creatable: boolean;
656
+ createdAt?: string | null | undefined;
657
+ entityClassificationId?: number | null | undefined;
658
+ id: number;
659
+ isCurrent?: boolean | null | undefined;
660
+ isPrimary?: boolean | null | undefined;
661
+ level?: number | null | undefined;
662
+ name: string;
663
+ updatedAt?: string | null | undefined;
664
+ writable: boolean;
665
+ })[] | undefined;
666
+ tag?: ({
667
+ creatable: boolean;
668
+ isCurrent?: boolean | null | undefined;
669
+ isPrimary?: boolean | null | undefined;
670
+ name: string;
671
+ writable: boolean;
672
+ } & {
673
+ bucket?: string | null | undefined;
674
+ classificationId?: number | null | undefined;
675
+ creatable: boolean;
676
+ createdAt?: string | null | undefined;
677
+ id: number;
678
+ isCurrent?: boolean | null | undefined;
679
+ isPrimary?: boolean | null | undefined;
680
+ name: string;
681
+ slug?: string | null | undefined;
682
+ type: string;
683
+ updatedAt?: string | null | undefined;
684
+ writable: boolean;
685
+ })[] | undefined;
686
+ typeCustomer?: ({
687
+ creatable: boolean;
688
+ isCurrent?: boolean | null | undefined;
689
+ isPrimary?: boolean | null | undefined;
690
+ name: string;
691
+ writable: boolean;
692
+ } & {
693
+ bucket?: string | null | undefined;
694
+ classificationId?: number | null | undefined;
695
+ creatable: boolean;
696
+ createdAt?: string | null | undefined;
697
+ id: number;
698
+ isCurrent?: boolean | null | undefined;
699
+ isPrimary?: boolean | null | undefined;
700
+ name: string;
701
+ slug?: string | null | undefined;
702
+ type: string;
703
+ updatedAt?: string | null | undefined;
704
+ writable: boolean;
705
+ })[] | undefined;
706
+ typeModel?: ({
707
+ creatable: boolean;
708
+ isCurrent?: boolean | null | undefined;
709
+ isPrimary?: boolean | null | undefined;
710
+ name: string;
711
+ writable: boolean;
712
+ } & {
713
+ bucket?: string | null | undefined;
714
+ classificationId?: number | null | undefined;
715
+ creatable: boolean;
716
+ createdAt?: string | null | undefined;
717
+ id: number;
718
+ isCurrent?: boolean | null | undefined;
719
+ isPrimary?: boolean | null | undefined;
720
+ name: string;
721
+ slug?: string | null | undefined;
722
+ type: string;
723
+ updatedAt?: string | null | undefined;
724
+ writable: boolean;
725
+ })[] | undefined;
726
+ typeOwnership?: ({
727
+ creatable: boolean;
728
+ isCurrent?: boolean | null | undefined;
729
+ isPrimary?: boolean | null | undefined;
730
+ name: string;
731
+ writable: boolean;
732
+ } & {
733
+ bucket?: string | null | undefined;
734
+ classificationId?: number | null | undefined;
735
+ creatable: boolean;
736
+ createdAt?: string | null | undefined;
737
+ id: number;
738
+ isCurrent?: boolean | null | undefined;
739
+ isPrimary?: boolean | null | undefined;
740
+ name: string;
741
+ slug?: string | null | undefined;
742
+ type: string;
743
+ updatedAt?: string | null | undefined;
744
+ writable: boolean;
745
+ })[] | undefined;
746
+ typeRevenue?: ({
747
+ creatable: boolean;
748
+ isCurrent?: boolean | null | undefined;
749
+ isPrimary?: boolean | null | undefined;
750
+ name: string;
751
+ writable: boolean;
752
+ } & {
753
+ bucket?: string | null | undefined;
754
+ classificationId?: number | null | undefined;
755
+ creatable: boolean;
756
+ createdAt?: string | null | undefined;
757
+ id: number;
758
+ isCurrent?: boolean | null | undefined;
759
+ isPrimary?: boolean | null | undefined;
760
+ name: string;
761
+ slug?: string | null | undefined;
762
+ type: string;
763
+ updatedAt?: string | null | undefined;
764
+ writable: boolean;
765
+ })[] | undefined;
766
+ typeTechnologyUsed?: ({
767
+ creatable: boolean;
768
+ isCurrent?: boolean | null | undefined;
769
+ isPrimary?: boolean | null | undefined;
770
+ name: string;
771
+ writable: boolean;
772
+ } & {
773
+ bucket?: string | null | undefined;
774
+ classificationId?: number | null | undefined;
775
+ creatable: boolean;
776
+ createdAt?: string | null | undefined;
777
+ id: number;
778
+ isCurrent?: boolean | null | undefined;
779
+ isPrimary?: boolean | null | undefined;
780
+ name: string;
781
+ slug?: string | null | undefined;
782
+ type: string;
783
+ updatedAt?: string | null | undefined;
784
+ writable: boolean;
785
+ })[] | undefined;
786
+ };
787
+ fundingDetail?: {
788
+ fundingRoundCount: number;
789
+ investorCount: number;
790
+ latestValuation?: number | null | undefined;
791
+ mostRecentAmount?: number | null | undefined;
792
+ mostRecentDate?: string | null | undefined;
793
+ 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;
794
+ totalRaised: number;
795
+ } | null | undefined;
796
+ text: {
797
+ expanded?: string | null | undefined;
798
+ generatedDescription?: string | null | undefined;
799
+ short?: string | null | undefined;
800
+ };
801
+ urlLink: {
802
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
803
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
804
+ createdAt?: string | null | undefined;
805
+ id?: number | null | undefined;
806
+ isCurrent?: boolean | null | undefined;
807
+ isPrimary?: boolean | null | undefined;
808
+ owner?: {
809
+ entityId?: string | null | undefined;
810
+ personId?: string | null | undefined;
811
+ } | null | undefined;
812
+ sourceId?: string | null | undefined;
813
+ status?: string | null | undefined;
814
+ statusChecked?: string | null | undefined;
815
+ updatedAt?: string | null | undefined;
816
+ url: string;
817
+ 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";
818
+ }[];
819
+ };
820
+ fundraiseRound: {
821
+ amountRaised?: number | null | undefined;
822
+ createdAt?: string | null | undefined;
823
+ currency?: string | null | undefined;
824
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
825
+ dateAnnounced?: string | null | undefined;
826
+ dateFundingComplete?: string | null | undefined;
827
+ dateInvestorExit?: string | null | undefined;
828
+ entity?: {
829
+ core: {
830
+ createdAt?: string | null | undefined;
831
+ defaultCurrency?: string | null | undefined;
832
+ foundedYear?: number | null | undefined;
833
+ id: string;
834
+ image: {
835
+ isMonogram: boolean;
836
+ logo?: string | null | undefined;
837
+ logoSquare?: string | null | undefined;
838
+ };
839
+ lastModifiedAt?: string | null | undefined;
840
+ nameAlias: {
841
+ displayable?: boolean | null | undefined;
842
+ name: string;
843
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
844
+ }[];
845
+ nameBrand: string;
846
+ nameLegal?: string | null | undefined;
847
+ operatingStatus?: string | null | undefined;
848
+ publicId?: string | null | undefined;
849
+ publicUrl?: string | null | undefined;
850
+ sitemap?: {
851
+ hasAcquisitions?: boolean | undefined;
852
+ hasAnalysis: boolean;
853
+ hasEmployees: boolean;
854
+ hasFundraising: boolean;
855
+ hasNews: boolean;
856
+ productServiceSlug: string[];
857
+ } | null | undefined;
858
+ slug: string;
859
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
860
+ updatedAt?: string | null | undefined;
861
+ };
862
+ fundingDetail?: {
863
+ fundingRoundCount: number;
864
+ investorCount: number;
865
+ latestValuation?: number | null | undefined;
866
+ mostRecentAmount?: number | null | undefined;
867
+ mostRecentDate?: string | null | undefined;
868
+ 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;
869
+ totalRaised: number;
870
+ } | null | undefined;
871
+ } | null | undefined;
872
+ id: string;
873
+ investorAttribution?: {
874
+ amountInvested?: number | null | undefined;
875
+ attributionType: "direct" | "managedFund";
876
+ beneficialEntityId?: string | null | undefined;
877
+ fundManagerRelationshipId?: number | null | undefined;
878
+ joinId: string;
879
+ leadInvestor: boolean;
880
+ recordedEntityId?: string | null | undefined;
881
+ round?: {
882
+ round: string;
883
+ } | null | undefined;
884
+ transactionId: string;
885
+ } | null | undefined;
886
+ investorCount?: number | null | undefined;
887
+ round?: string | null | undefined;
888
+ sourceAttribution: {
889
+ amountInvested?: number | null | undefined;
890
+ attributionType: "direct" | "managedFund";
891
+ beneficialEntityId?: string | null | undefined;
892
+ fundManagerRelationshipId?: number | null | undefined;
893
+ joinId: string;
894
+ leadInvestor: boolean;
895
+ recordedEntityId?: string | null | undefined;
896
+ round?: {
897
+ round: string;
898
+ } | null | undefined;
899
+ transactionId: string;
900
+ }[];
901
+ updatedAt?: string | null | undefined;
902
+ valuationPostMoney?: number | null | undefined;
903
+ valuationPreMoney?: number | null | undefined;
904
+ }[];
905
+ research: {
906
+ acceleratorParticipation: {
907
+ accelerator: {
908
+ createdAt?: string | null | undefined;
909
+ defaultCurrency?: string | null | undefined;
910
+ foundedYear?: number | null | undefined;
911
+ id: string;
912
+ image: {
913
+ isMonogram: boolean;
914
+ logo?: string | null | undefined;
915
+ logoSquare?: string | null | undefined;
916
+ };
917
+ lastModifiedAt?: string | null | undefined;
918
+ nameAlias: {
919
+ displayable?: boolean | null | undefined;
920
+ name: string;
921
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
922
+ }[];
923
+ nameBrand: string;
924
+ nameLegal?: string | null | undefined;
925
+ operatingStatus?: string | null | undefined;
926
+ publicId?: string | null | undefined;
927
+ publicUrl?: string | null | undefined;
928
+ sitemap?: {
929
+ hasAcquisitions?: boolean | undefined;
930
+ hasAnalysis: boolean;
931
+ hasEmployees: boolean;
932
+ hasFundraising: boolean;
933
+ hasNews: boolean;
934
+ productServiceSlug: string[];
935
+ } | null | undefined;
936
+ slug: string;
937
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
938
+ updatedAt?: string | null | undefined;
939
+ };
940
+ acceleratorName: string;
941
+ asOfDate: string;
942
+ batch?: string | null | undefined;
943
+ id: string;
944
+ program?: string | null | undefined;
945
+ status?: string | null | undefined;
946
+ }[];
947
+ detail: {
948
+ asOfDate?: string | null | undefined;
949
+ createdAt?: string | null | undefined;
950
+ creator?: string | null | undefined;
951
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
952
+ derivedRange?: {
953
+ asOfDate: string;
954
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
955
+ monthsFromNow: number;
956
+ targetDate: string;
957
+ } | null | undefined;
958
+ discreteValue?: number | null | undefined;
959
+ entityId: string;
960
+ id: number;
961
+ textValue?: string | null | undefined;
962
+ typeResearchDetail: string;
963
+ updatedAt?: string | null | undefined;
964
+ valueResearchDetail?: string | null | undefined;
965
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
966
+ }[];
967
+ };
968
+ semanticMatch?: {
969
+ computedAt: string;
970
+ cosineDistance: number;
971
+ cosineScore: number;
972
+ modelVersion: string;
973
+ rank: number;
974
+ sourceHash: string;
975
+ sourceId: string;
976
+ sourceJson: string;
977
+ sourceText: string;
978
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
979
+ } | null | undefined;
980
+ };
981
+ rank: number;
982
+ score: number;
983
+ whySuggested: "computed" | "curated" | "derived" | "precomputed" | "semantic";
984
+ }, unknown>>>;
985
+ }, z.core.$strip>;
986
+ type EntitySuggestionResultDefinition = z.infer<typeof EntitySuggestionResultSchemaDefinition>;
987
+ /**
988
+ * Semantic suggestions for the named slot only. NOT a completeness signal. Each candidate is a hypothesis — verify with web search before writing. exhaustive is always false. See coverage for the remaining details and the owning read that proves each.
989
+ *
990
+ * @openapiSchema EntitySuggestionResult
991
+ * @endpoint GET /v1/entities/{entityId}/products/suggestions
992
+ * @endpoint GET /v1/entities/{entityId}/relationships/suggestions
993
+ * @contractShape entity.suggestion-result
994
+ * @contractRole canonical
995
+ */
996
+ export declare const EntitySuggestionResultSchema: z.ZodType<EntitySuggestionResultDefinition>;
997
+ export type EntitySuggestionResult = z.infer<typeof EntitySuggestionResultSchema>;
998
+ export {};
999
+ //# sourceMappingURL=suggestion-result.d.ts.map