@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,1543 @@
1
+ import { z } from "zod/v4";
2
+ declare const LinkSearchSchemaDefinition: z.ZodObject<{
3
+ query: z.ZodString;
4
+ related: z.ZodType<{
5
+ entity: {
6
+ interpretation: {
7
+ confidence: "HIGH" | "LOW" | "MEDIUM";
8
+ execution: {
9
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
10
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
11
+ };
12
+ fallbackUsed: boolean;
13
+ filter: {
14
+ acceleratorBrand?: string[] | undefined;
15
+ acceleratorCohort?: string[] | undefined;
16
+ acceleratorName?: string[] | undefined;
17
+ acceleratorStatus?: string[] | undefined;
18
+ affinity?: string[] | undefined;
19
+ employeeCountRange?: {
20
+ max?: number | null | undefined;
21
+ min?: number | null | undefined;
22
+ }[] | undefined;
23
+ entityId?: string[] | undefined;
24
+ entityName?: string[] | undefined;
25
+ featured?: boolean | null | undefined;
26
+ fundraiseActivity?: {
27
+ amountInvestedRange?: {
28
+ max?: number | null | undefined;
29
+ min?: number | null | undefined;
30
+ }[] | undefined;
31
+ amountRaisedRange?: {
32
+ max?: number | null | undefined;
33
+ min?: number | null | undefined;
34
+ }[] | undefined;
35
+ investedCompanyName?: string[] | undefined;
36
+ investorActivity?: {
37
+ averageAmountInvestedUsdRange?: {
38
+ max?: number | null | undefined;
39
+ min?: number | null | undefined;
40
+ }[] | undefined;
41
+ largestAmountInvestedUsdRange?: {
42
+ max?: number | null | undefined;
43
+ min?: number | null | undefined;
44
+ }[] | undefined;
45
+ smallestAmountInvestedUsdRange?: {
46
+ max?: number | null | undefined;
47
+ min?: number | null | undefined;
48
+ }[] | undefined;
49
+ totalAmountInvestedUsdRange?: {
50
+ max?: number | null | undefined;
51
+ min?: number | null | undefined;
52
+ }[] | undefined;
53
+ totalInvestmentRange?: {
54
+ max?: number | null | undefined;
55
+ min?: number | null | undefined;
56
+ }[] | undefined;
57
+ } | undefined;
58
+ lastRoundYearRange?: {
59
+ max?: number | null | undefined;
60
+ min?: number | null | undefined;
61
+ }[] | undefined;
62
+ round?: string[] | undefined;
63
+ totalRaisedRange?: {
64
+ max?: number | null | undefined;
65
+ min?: number | null | undefined;
66
+ }[] | undefined;
67
+ valuationRange?: {
68
+ max?: number | null | undefined;
69
+ min?: number | null | undefined;
70
+ }[] | undefined;
71
+ } | undefined;
72
+ hasFundraising?: boolean | null | undefined;
73
+ headquartersCity?: string[] | undefined;
74
+ headquartersCountry?: string[] | undefined;
75
+ headquartersState?: string[] | undefined;
76
+ industry?: string[] | undefined;
77
+ letter?: string | null | undefined;
78
+ location?: string[] | undefined;
79
+ logoOption?: {
80
+ sortPriority: "ANY_LOGO_FIRST" | "NONE" | "REAL_LOGO_FIRST";
81
+ } | undefined;
82
+ mainProduct?: string[] | undefined;
83
+ operatingStatus?: string[] | undefined;
84
+ portfolioHeadquartersCity?: string[] | undefined;
85
+ portfolioHeadquartersCountry?: string[] | undefined;
86
+ portfolioHeadquartersState?: string[] | undefined;
87
+ qualityGate?: "COMPANY_LISTING_READY" | "NONE" | undefined;
88
+ semanticQuery?: string | null | undefined;
89
+ slug?: string[] | undefined;
90
+ stage?: string[] | undefined;
91
+ suppressNonOperating?: boolean | null | undefined;
92
+ suppressZeroTotalRaised?: boolean | null | undefined;
93
+ tag?: string[] | undefined;
94
+ textSearch?: string | null | undefined;
95
+ typeCustomer?: string[] | undefined;
96
+ typeModel?: string[] | undefined;
97
+ typeOwnership?: string[] | undefined;
98
+ typeRecord?: ("Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service")[] | undefined;
99
+ typeRevenue?: string[] | undefined;
100
+ typeTechnologyUsed?: string[] | undefined;
101
+ url?: string | null | undefined;
102
+ urlDomain?: string | null | undefined;
103
+ urlMatchMode?: "domain" | "hostPath" | undefined;
104
+ 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" | null | undefined;
105
+ yearFoundedRange?: {
106
+ max?: number | null | undefined;
107
+ min?: number | null | undefined;
108
+ }[] | undefined;
109
+ };
110
+ interpretation: string;
111
+ sort: {
112
+ order: {
113
+ descending: boolean;
114
+ field: "ACCELERATOR_BRAND" | "ACCELERATOR_COHORT" | "AMOUNT_INVESTED" | "CREATED_AT" | "EMPLOYEE_COUNT" | "HEADQUARTERS_COUNTRY" | "ID" | "LATEST_VALUATION" | "MOST_RECENT_AMOUNT" | "MOST_RECENT_DATE" | "NAME_BRAND" | "STAGE" | "STATUS_OPERATING" | "TOTAL_RAISED" | "UPDATED_AT" | "YEAR_FOUNDED";
115
+ }[];
116
+ relevance?: "keyword" | "semantic" | null | undefined;
117
+ };
118
+ unsupported?: string | null | undefined;
119
+ };
120
+ result: {
121
+ content: {
122
+ core: {
123
+ createdAt?: string | null | undefined;
124
+ defaultCurrency?: string | null | undefined;
125
+ foundedYear?: number | null | undefined;
126
+ id: string;
127
+ image: {
128
+ isMonogram: boolean;
129
+ logo?: string | null | undefined;
130
+ logoSquare?: string | null | undefined;
131
+ };
132
+ lastModifiedAt?: string | null | undefined;
133
+ nameAlias: {
134
+ displayable?: boolean | null | undefined;
135
+ name: string;
136
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
137
+ }[];
138
+ nameBrand: string;
139
+ nameLegal?: string | null | undefined;
140
+ operatingStatus?: string | null | undefined;
141
+ publicId?: string | null | undefined;
142
+ publicUrl?: string | null | undefined;
143
+ sitemap?: {
144
+ hasAcquisitions?: boolean | undefined;
145
+ hasAnalysis: boolean;
146
+ hasEmployees: boolean;
147
+ hasFundraising: boolean;
148
+ hasNews: boolean;
149
+ productServiceSlug: string[];
150
+ } | null | undefined;
151
+ slug: string;
152
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
153
+ updatedAt?: string | null | undefined;
154
+ };
155
+ enrichment: {
156
+ address: {
157
+ address?: number | null | undefined;
158
+ addressLine1?: string | null | undefined;
159
+ addressLine2?: string | null | undefined;
160
+ association?: {
161
+ endDate?: string | null | undefined;
162
+ id: number;
163
+ isCurrent: boolean;
164
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
165
+ startDate?: string | null | undefined;
166
+ }[] | undefined;
167
+ city?: {
168
+ id?: number | null | undefined;
169
+ name: string;
170
+ } | null | undefined;
171
+ country?: {
172
+ countryCodeChar2?: string | null | undefined;
173
+ countryCodeChar3?: string | null | undefined;
174
+ id?: number | null | undefined;
175
+ name: string;
176
+ unRegion?: string | null | undefined;
177
+ unSubregion?: string | null | undefined;
178
+ } | null | undefined;
179
+ countryAbbrev?: string | null | undefined;
180
+ createdAt?: string | null | undefined;
181
+ fullAddress?: string | null | undefined;
182
+ id?: number | null | undefined;
183
+ isCurrent?: boolean | null | undefined;
184
+ isHq?: boolean | null | undefined;
185
+ isPrimary?: boolean | null | undefined;
186
+ latitude?: number | null | undefined;
187
+ longitude?: number | null | undefined;
188
+ postalCode?: string | null | undefined;
189
+ state?: {
190
+ id?: number | null | undefined;
191
+ name: string;
192
+ stateAbbrev?: string | null | undefined;
193
+ } | null | undefined;
194
+ stateAbbrev?: string | null | undefined;
195
+ street?: string | null | undefined;
196
+ updatedAt?: string | null | undefined;
197
+ }[];
198
+ classification: {
199
+ geoLocationExposure?: ({
200
+ creatable: boolean;
201
+ isCurrent?: boolean | null | undefined;
202
+ isPrimary?: boolean | null | undefined;
203
+ name: string;
204
+ writable: boolean;
205
+ } & {
206
+ bucket?: string | null | undefined;
207
+ classificationId?: number | null | undefined;
208
+ creatable: boolean;
209
+ createdAt?: string | null | undefined;
210
+ id: number;
211
+ isCurrent?: boolean | null | undefined;
212
+ isPrimary?: boolean | null | undefined;
213
+ name: string;
214
+ slug?: string | null | undefined;
215
+ type: string;
216
+ updatedAt?: string | null | undefined;
217
+ writable: boolean;
218
+ })[] | undefined;
219
+ industry?: ({
220
+ creatable: boolean;
221
+ isCurrent?: boolean | null | undefined;
222
+ isPrimary?: boolean | null | undefined;
223
+ name: string;
224
+ writable: boolean;
225
+ } & {
226
+ bucket?: string | null | undefined;
227
+ classificationId?: number | null | undefined;
228
+ creatable: boolean;
229
+ createdAt?: string | null | undefined;
230
+ id: number;
231
+ isCurrent?: boolean | null | undefined;
232
+ isPrimary?: boolean | null | undefined;
233
+ name: string;
234
+ slug?: string | null | undefined;
235
+ type: string;
236
+ updatedAt?: string | null | undefined;
237
+ writable: boolean;
238
+ })[] | undefined;
239
+ mainProduct?: ({
240
+ creatable: boolean;
241
+ isCurrent?: boolean | null | undefined;
242
+ isPrimary?: boolean | null | undefined;
243
+ name: string;
244
+ writable: boolean;
245
+ } & {
246
+ bucket?: string | null | undefined;
247
+ classificationId?: number | null | undefined;
248
+ creatable: boolean;
249
+ createdAt?: string | null | undefined;
250
+ id: number;
251
+ isCurrent?: boolean | null | undefined;
252
+ isPrimary?: boolean | null | undefined;
253
+ name: string;
254
+ slug?: string | null | undefined;
255
+ type: string;
256
+ updatedAt?: string | null | undefined;
257
+ writable: boolean;
258
+ })[] | undefined;
259
+ standardizedClassification?: ({
260
+ creatable: boolean;
261
+ isCurrent?: boolean | null | undefined;
262
+ isPrimary?: boolean | null | undefined;
263
+ name: string;
264
+ writable: boolean;
265
+ } & {
266
+ category: string;
267
+ code?: number | null | undefined;
268
+ creatable: boolean;
269
+ createdAt?: string | null | undefined;
270
+ entityClassificationId?: number | null | undefined;
271
+ id: number;
272
+ isCurrent?: boolean | null | undefined;
273
+ isPrimary?: boolean | null | undefined;
274
+ level?: number | null | undefined;
275
+ name: string;
276
+ updatedAt?: string | null | undefined;
277
+ writable: boolean;
278
+ })[] | undefined;
279
+ tag?: ({
280
+ creatable: boolean;
281
+ isCurrent?: boolean | null | undefined;
282
+ isPrimary?: boolean | null | undefined;
283
+ name: string;
284
+ writable: boolean;
285
+ } & {
286
+ bucket?: string | null | undefined;
287
+ classificationId?: number | null | undefined;
288
+ creatable: boolean;
289
+ createdAt?: string | null | undefined;
290
+ id: number;
291
+ isCurrent?: boolean | null | undefined;
292
+ isPrimary?: boolean | null | undefined;
293
+ name: string;
294
+ slug?: string | null | undefined;
295
+ type: string;
296
+ updatedAt?: string | null | undefined;
297
+ writable: boolean;
298
+ })[] | undefined;
299
+ typeCustomer?: ({
300
+ creatable: boolean;
301
+ isCurrent?: boolean | null | undefined;
302
+ isPrimary?: boolean | null | undefined;
303
+ name: string;
304
+ writable: boolean;
305
+ } & {
306
+ bucket?: string | null | undefined;
307
+ classificationId?: number | null | undefined;
308
+ creatable: boolean;
309
+ createdAt?: string | null | undefined;
310
+ id: number;
311
+ isCurrent?: boolean | null | undefined;
312
+ isPrimary?: boolean | null | undefined;
313
+ name: string;
314
+ slug?: string | null | undefined;
315
+ type: string;
316
+ updatedAt?: string | null | undefined;
317
+ writable: boolean;
318
+ })[] | undefined;
319
+ typeModel?: ({
320
+ creatable: boolean;
321
+ isCurrent?: boolean | null | undefined;
322
+ isPrimary?: boolean | null | undefined;
323
+ name: string;
324
+ writable: boolean;
325
+ } & {
326
+ bucket?: string | null | undefined;
327
+ classificationId?: number | null | undefined;
328
+ creatable: boolean;
329
+ createdAt?: string | null | undefined;
330
+ id: number;
331
+ isCurrent?: boolean | null | undefined;
332
+ isPrimary?: boolean | null | undefined;
333
+ name: string;
334
+ slug?: string | null | undefined;
335
+ type: string;
336
+ updatedAt?: string | null | undefined;
337
+ writable: boolean;
338
+ })[] | undefined;
339
+ typeOwnership?: ({
340
+ creatable: boolean;
341
+ isCurrent?: boolean | null | undefined;
342
+ isPrimary?: boolean | null | undefined;
343
+ name: string;
344
+ writable: boolean;
345
+ } & {
346
+ bucket?: string | null | undefined;
347
+ classificationId?: number | null | undefined;
348
+ creatable: boolean;
349
+ createdAt?: string | null | undefined;
350
+ id: number;
351
+ isCurrent?: boolean | null | undefined;
352
+ isPrimary?: boolean | null | undefined;
353
+ name: string;
354
+ slug?: string | null | undefined;
355
+ type: string;
356
+ updatedAt?: string | null | undefined;
357
+ writable: boolean;
358
+ })[] | undefined;
359
+ typeRevenue?: ({
360
+ creatable: boolean;
361
+ isCurrent?: boolean | null | undefined;
362
+ isPrimary?: boolean | null | undefined;
363
+ name: string;
364
+ writable: boolean;
365
+ } & {
366
+ bucket?: string | null | undefined;
367
+ classificationId?: number | null | undefined;
368
+ creatable: boolean;
369
+ createdAt?: string | null | undefined;
370
+ id: number;
371
+ isCurrent?: boolean | null | undefined;
372
+ isPrimary?: boolean | null | undefined;
373
+ name: string;
374
+ slug?: string | null | undefined;
375
+ type: string;
376
+ updatedAt?: string | null | undefined;
377
+ writable: boolean;
378
+ })[] | undefined;
379
+ typeTechnologyUsed?: ({
380
+ creatable: boolean;
381
+ isCurrent?: boolean | null | undefined;
382
+ isPrimary?: boolean | null | undefined;
383
+ name: string;
384
+ writable: boolean;
385
+ } & {
386
+ bucket?: string | null | undefined;
387
+ classificationId?: number | null | undefined;
388
+ creatable: boolean;
389
+ createdAt?: string | null | undefined;
390
+ id: number;
391
+ isCurrent?: boolean | null | undefined;
392
+ isPrimary?: boolean | null | undefined;
393
+ name: string;
394
+ slug?: string | null | undefined;
395
+ type: string;
396
+ updatedAt?: string | null | undefined;
397
+ writable: boolean;
398
+ })[] | undefined;
399
+ };
400
+ fundingDetail?: {
401
+ fundingRoundCount: number;
402
+ investorCount: number;
403
+ latestValuation?: number | null | undefined;
404
+ mostRecentAmount?: number | null | undefined;
405
+ mostRecentDate?: string | null | undefined;
406
+ 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;
407
+ totalRaised: number;
408
+ } | null | undefined;
409
+ text: {
410
+ expanded?: string | null | undefined;
411
+ generatedDescription?: string | null | undefined;
412
+ short?: string | null | undefined;
413
+ };
414
+ urlLink: {
415
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
416
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
417
+ createdAt?: string | null | undefined;
418
+ id?: number | null | undefined;
419
+ isCurrent?: boolean | null | undefined;
420
+ isPrimary?: boolean | null | undefined;
421
+ owner?: {
422
+ entityId?: string | null | undefined;
423
+ personId?: string | null | undefined;
424
+ } | null | undefined;
425
+ sourceId?: string | null | undefined;
426
+ status?: string | null | undefined;
427
+ statusChecked?: string | null | undefined;
428
+ updatedAt?: string | null | undefined;
429
+ url: string;
430
+ 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";
431
+ }[];
432
+ };
433
+ fundraiseRound: {
434
+ amountRaised?: number | null | undefined;
435
+ createdAt?: string | null | undefined;
436
+ currency?: string | null | undefined;
437
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
438
+ dateAnnounced?: string | null | undefined;
439
+ dateFundingComplete?: string | null | undefined;
440
+ dateInvestorExit?: string | null | undefined;
441
+ entity?: {
442
+ core: {
443
+ createdAt?: string | null | undefined;
444
+ defaultCurrency?: string | null | undefined;
445
+ foundedYear?: number | null | undefined;
446
+ id: string;
447
+ image: {
448
+ isMonogram: boolean;
449
+ logo?: string | null | undefined;
450
+ logoSquare?: string | null | undefined;
451
+ };
452
+ lastModifiedAt?: string | null | undefined;
453
+ nameAlias: {
454
+ displayable?: boolean | null | undefined;
455
+ name: string;
456
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
457
+ }[];
458
+ nameBrand: string;
459
+ nameLegal?: string | null | undefined;
460
+ operatingStatus?: string | null | undefined;
461
+ publicId?: string | null | undefined;
462
+ publicUrl?: string | null | undefined;
463
+ sitemap?: {
464
+ hasAcquisitions?: boolean | undefined;
465
+ hasAnalysis: boolean;
466
+ hasEmployees: boolean;
467
+ hasFundraising: boolean;
468
+ hasNews: boolean;
469
+ productServiceSlug: string[];
470
+ } | null | undefined;
471
+ slug: string;
472
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
473
+ updatedAt?: string | null | undefined;
474
+ };
475
+ fundingDetail?: {
476
+ fundingRoundCount: number;
477
+ investorCount: number;
478
+ latestValuation?: number | null | undefined;
479
+ mostRecentAmount?: number | null | undefined;
480
+ mostRecentDate?: string | null | undefined;
481
+ 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;
482
+ totalRaised: number;
483
+ } | null | undefined;
484
+ } | null | undefined;
485
+ id: string;
486
+ investorAttribution?: {
487
+ amountInvested?: number | null | undefined;
488
+ attributionType: "direct" | "managedFund";
489
+ beneficialEntityId?: string | null | undefined;
490
+ fundManagerRelationshipId?: number | null | undefined;
491
+ joinId: string;
492
+ leadInvestor: boolean;
493
+ recordedEntityId?: string | null | undefined;
494
+ round?: {
495
+ round: string;
496
+ } | null | undefined;
497
+ transactionId: string;
498
+ } | null | undefined;
499
+ investorCount?: number | null | undefined;
500
+ round?: string | null | undefined;
501
+ sourceAttribution: {
502
+ amountInvested?: number | null | undefined;
503
+ attributionType: "direct" | "managedFund";
504
+ beneficialEntityId?: string | null | undefined;
505
+ fundManagerRelationshipId?: number | null | undefined;
506
+ joinId: string;
507
+ leadInvestor: boolean;
508
+ recordedEntityId?: string | null | undefined;
509
+ round?: {
510
+ round: string;
511
+ } | null | undefined;
512
+ transactionId: string;
513
+ }[];
514
+ updatedAt?: string | null | undefined;
515
+ valuationPostMoney?: number | null | undefined;
516
+ valuationPreMoney?: number | null | undefined;
517
+ }[];
518
+ research: {
519
+ acceleratorParticipation: {
520
+ accelerator: {
521
+ createdAt?: string | null | undefined;
522
+ defaultCurrency?: string | null | undefined;
523
+ foundedYear?: number | null | undefined;
524
+ id: string;
525
+ image: {
526
+ isMonogram: boolean;
527
+ logo?: string | null | undefined;
528
+ logoSquare?: string | null | undefined;
529
+ };
530
+ lastModifiedAt?: string | null | undefined;
531
+ nameAlias: {
532
+ displayable?: boolean | null | undefined;
533
+ name: string;
534
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
535
+ }[];
536
+ nameBrand: string;
537
+ nameLegal?: string | null | undefined;
538
+ operatingStatus?: string | null | undefined;
539
+ publicId?: string | null | undefined;
540
+ publicUrl?: string | null | undefined;
541
+ sitemap?: {
542
+ hasAcquisitions?: boolean | undefined;
543
+ hasAnalysis: boolean;
544
+ hasEmployees: boolean;
545
+ hasFundraising: boolean;
546
+ hasNews: boolean;
547
+ productServiceSlug: string[];
548
+ } | null | undefined;
549
+ slug: string;
550
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
551
+ updatedAt?: string | null | undefined;
552
+ };
553
+ acceleratorName: string;
554
+ asOfDate: string;
555
+ batch?: string | null | undefined;
556
+ id: string;
557
+ program?: string | null | undefined;
558
+ status?: string | null | undefined;
559
+ }[];
560
+ detail: {
561
+ asOfDate?: string | null | undefined;
562
+ createdAt?: string | null | undefined;
563
+ creator?: string | null | undefined;
564
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
565
+ derivedRange?: {
566
+ asOfDate: string;
567
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
568
+ monthsFromNow: number;
569
+ targetDate: string;
570
+ } | null | undefined;
571
+ discreteValue?: number | null | undefined;
572
+ entityId: string;
573
+ id: number;
574
+ textValue?: string | null | undefined;
575
+ typeResearchDetail: string;
576
+ updatedAt?: string | null | undefined;
577
+ valueResearchDetail?: string | null | undefined;
578
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
579
+ }[];
580
+ };
581
+ semanticMatch?: {
582
+ computedAt: string;
583
+ cosineDistance: number;
584
+ cosineScore: number;
585
+ modelVersion: string;
586
+ rank: number;
587
+ sourceHash: string;
588
+ sourceId: string;
589
+ sourceJson: string;
590
+ sourceText: string;
591
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
592
+ } | null | undefined;
593
+ }[];
594
+ number: number;
595
+ size: number;
596
+ totalElements: number;
597
+ totalPages: number;
598
+ };
599
+ };
600
+ news: {
601
+ content: {
602
+ author?: string | null | undefined;
603
+ category?: string | null | undefined;
604
+ createdAt?: string | null | undefined;
605
+ excerpt?: string | null | undefined;
606
+ externalNewsArticle?: boolean | null | undefined;
607
+ id: number;
608
+ newsImageThumbnail?: string | null | undefined;
609
+ newsUrlOriginal?: string | null | undefined;
610
+ pendingApproval?: number | null | undefined;
611
+ publication?: string | null | undefined;
612
+ publishedAt?: string | null | undefined;
613
+ slug?: string | null | undefined;
614
+ title: string;
615
+ updatedAt?: string | null | undefined;
616
+ }[];
617
+ number: number;
618
+ size: number;
619
+ totalElements: number;
620
+ totalPages: number;
621
+ };
622
+ person: {
623
+ interpretation: {
624
+ confidence: "HIGH" | "LOW" | "MEDIUM";
625
+ execution: {
626
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
627
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
628
+ };
629
+ fallbackUsed: boolean;
630
+ filter: {
631
+ arrayFilter?: {
632
+ amountInvestedRange?: {
633
+ max?: number | null | undefined;
634
+ min?: number | null | undefined;
635
+ }[] | null | undefined;
636
+ amountRaisedRange?: {
637
+ max?: number | null | undefined;
638
+ min?: number | null | undefined;
639
+ }[] | null | undefined;
640
+ entityName?: string[] | null | undefined;
641
+ investedCompany?: string[] | null | undefined;
642
+ personTitle?: string[] | null | undefined;
643
+ round?: string[] | null | undefined;
644
+ totalInvestmentCount?: {
645
+ max?: number | null | undefined;
646
+ min?: number | null | undefined;
647
+ }[] | null | undefined;
648
+ typeRecord?: ("Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service")[] | null | undefined;
649
+ } | undefined;
650
+ entityId?: string | null | undefined;
651
+ entitySlug?: string | null | undefined;
652
+ firstName?: string | null | undefined;
653
+ includeAddress?: boolean | null | undefined;
654
+ includeUrl?: boolean | null | undefined;
655
+ investorActivity?: {
656
+ averageAmountInvestedUsdRange?: {
657
+ max?: number | null | undefined;
658
+ min?: number | null | undefined;
659
+ }[] | undefined;
660
+ largestAmountInvestedUsdRange?: {
661
+ max?: number | null | undefined;
662
+ min?: number | null | undefined;
663
+ }[] | undefined;
664
+ smallestAmountInvestedUsdRange?: {
665
+ max?: number | null | undefined;
666
+ min?: number | null | undefined;
667
+ }[] | undefined;
668
+ totalAmountInvestedUsdRange?: {
669
+ max?: number | null | undefined;
670
+ min?: number | null | undefined;
671
+ }[] | undefined;
672
+ totalInvestmentRange?: {
673
+ max?: number | null | undefined;
674
+ min?: number | null | undefined;
675
+ }[] | undefined;
676
+ } | undefined;
677
+ isCurrent?: boolean | null | undefined;
678
+ lastName?: string | null | undefined;
679
+ letter?: string | null | undefined;
680
+ role?: string | null | undefined;
681
+ search?: string | null | undefined;
682
+ semanticQuery?: string | null | undefined;
683
+ status?: string | null | undefined;
684
+ };
685
+ interpretation: string;
686
+ sort: {
687
+ order: {
688
+ descending: boolean;
689
+ field: "AMOUNT_INVESTED" | "CREATED_AT" | "FIRST_NAME" | "FULL_NAME" | "GENDER" | "ID" | "LAST_NAME" | "SLUG" | "STATUS" | "TOTAL_INVESTMENTS" | "UPDATED_AT";
690
+ }[];
691
+ relevance?: "keyword" | "semantic" | null | undefined;
692
+ };
693
+ unsupported?: string | null | undefined;
694
+ };
695
+ result: {
696
+ content: {
697
+ createdAt?: string | null | undefined;
698
+ gender?: string | null | undefined;
699
+ id: string;
700
+ image: {
701
+ isMonogram: boolean;
702
+ picture?: string | null | undefined;
703
+ };
704
+ lastModifiedAt?: string | null | undefined;
705
+ nameAlias: {
706
+ displayable?: boolean | null | undefined;
707
+ name: string;
708
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
709
+ }[];
710
+ nameFirst?: string | null | undefined;
711
+ nameFull: string;
712
+ nameLast?: string | null | undefined;
713
+ nameMiddle?: string | null | undefined;
714
+ nickname?: string | null | undefined;
715
+ publicId?: string | null | undefined;
716
+ semanticMatch?: {
717
+ computedAt: string;
718
+ cosineDistance: number;
719
+ cosineScore: number;
720
+ modelVersion: string;
721
+ rank: number;
722
+ sourceHash: string;
723
+ sourceId: string;
724
+ sourceJson: string;
725
+ sourceText: string;
726
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
727
+ } | null | undefined;
728
+ slug: string;
729
+ source: {
730
+ changedAt?: string | null | undefined;
731
+ dataSourceUpdatedAt?: string | null | undefined;
732
+ detail?: string | null | undefined;
733
+ kind?: string | null | undefined;
734
+ pendingApproval?: number | null | undefined;
735
+ sourceId?: string | null | undefined;
736
+ status?: string | null | undefined;
737
+ };
738
+ suffix?: string | null | undefined;
739
+ text: {
740
+ expanded?: string | null | undefined;
741
+ generatedDescription?: string | null | undefined;
742
+ short?: string | null | undefined;
743
+ };
744
+ updatedAt?: string | null | undefined;
745
+ }[];
746
+ number: number;
747
+ size: number;
748
+ totalElements: number;
749
+ totalPages: number;
750
+ };
751
+ };
752
+ provenance: {
753
+ entity: {
754
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
755
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
756
+ };
757
+ news: {
758
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
759
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
760
+ };
761
+ person: {
762
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
763
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
764
+ };
765
+ };
766
+ }, unknown, z.core.$ZodTypeInternals<{
767
+ entity: {
768
+ interpretation: {
769
+ confidence: "HIGH" | "LOW" | "MEDIUM";
770
+ execution: {
771
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
772
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
773
+ };
774
+ fallbackUsed: boolean;
775
+ filter: {
776
+ acceleratorBrand?: string[] | undefined;
777
+ acceleratorCohort?: string[] | undefined;
778
+ acceleratorName?: string[] | undefined;
779
+ acceleratorStatus?: string[] | undefined;
780
+ affinity?: string[] | undefined;
781
+ employeeCountRange?: {
782
+ max?: number | null | undefined;
783
+ min?: number | null | undefined;
784
+ }[] | undefined;
785
+ entityId?: string[] | undefined;
786
+ entityName?: string[] | undefined;
787
+ featured?: boolean | null | undefined;
788
+ fundraiseActivity?: {
789
+ amountInvestedRange?: {
790
+ max?: number | null | undefined;
791
+ min?: number | null | undefined;
792
+ }[] | undefined;
793
+ amountRaisedRange?: {
794
+ max?: number | null | undefined;
795
+ min?: number | null | undefined;
796
+ }[] | undefined;
797
+ investedCompanyName?: string[] | undefined;
798
+ investorActivity?: {
799
+ averageAmountInvestedUsdRange?: {
800
+ max?: number | null | undefined;
801
+ min?: number | null | undefined;
802
+ }[] | undefined;
803
+ largestAmountInvestedUsdRange?: {
804
+ max?: number | null | undefined;
805
+ min?: number | null | undefined;
806
+ }[] | undefined;
807
+ smallestAmountInvestedUsdRange?: {
808
+ max?: number | null | undefined;
809
+ min?: number | null | undefined;
810
+ }[] | undefined;
811
+ totalAmountInvestedUsdRange?: {
812
+ max?: number | null | undefined;
813
+ min?: number | null | undefined;
814
+ }[] | undefined;
815
+ totalInvestmentRange?: {
816
+ max?: number | null | undefined;
817
+ min?: number | null | undefined;
818
+ }[] | undefined;
819
+ } | undefined;
820
+ lastRoundYearRange?: {
821
+ max?: number | null | undefined;
822
+ min?: number | null | undefined;
823
+ }[] | undefined;
824
+ round?: string[] | undefined;
825
+ totalRaisedRange?: {
826
+ max?: number | null | undefined;
827
+ min?: number | null | undefined;
828
+ }[] | undefined;
829
+ valuationRange?: {
830
+ max?: number | null | undefined;
831
+ min?: number | null | undefined;
832
+ }[] | undefined;
833
+ } | undefined;
834
+ hasFundraising?: boolean | null | undefined;
835
+ headquartersCity?: string[] | undefined;
836
+ headquartersCountry?: string[] | undefined;
837
+ headquartersState?: string[] | undefined;
838
+ industry?: string[] | undefined;
839
+ letter?: string | null | undefined;
840
+ location?: string[] | undefined;
841
+ logoOption?: {
842
+ sortPriority: "ANY_LOGO_FIRST" | "NONE" | "REAL_LOGO_FIRST";
843
+ } | undefined;
844
+ mainProduct?: string[] | undefined;
845
+ operatingStatus?: string[] | undefined;
846
+ portfolioHeadquartersCity?: string[] | undefined;
847
+ portfolioHeadquartersCountry?: string[] | undefined;
848
+ portfolioHeadquartersState?: string[] | undefined;
849
+ qualityGate?: "COMPANY_LISTING_READY" | "NONE" | undefined;
850
+ semanticQuery?: string | null | undefined;
851
+ slug?: string[] | undefined;
852
+ stage?: string[] | undefined;
853
+ suppressNonOperating?: boolean | null | undefined;
854
+ suppressZeroTotalRaised?: boolean | null | undefined;
855
+ tag?: string[] | undefined;
856
+ textSearch?: string | null | undefined;
857
+ typeCustomer?: string[] | undefined;
858
+ typeModel?: string[] | undefined;
859
+ typeOwnership?: string[] | undefined;
860
+ typeRecord?: ("Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service")[] | undefined;
861
+ typeRevenue?: string[] | undefined;
862
+ typeTechnologyUsed?: string[] | undefined;
863
+ url?: string | null | undefined;
864
+ urlDomain?: string | null | undefined;
865
+ urlMatchMode?: "domain" | "hostPath" | undefined;
866
+ 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" | null | undefined;
867
+ yearFoundedRange?: {
868
+ max?: number | null | undefined;
869
+ min?: number | null | undefined;
870
+ }[] | undefined;
871
+ };
872
+ interpretation: string;
873
+ sort: {
874
+ order: {
875
+ descending: boolean;
876
+ field: "ACCELERATOR_BRAND" | "ACCELERATOR_COHORT" | "AMOUNT_INVESTED" | "CREATED_AT" | "EMPLOYEE_COUNT" | "HEADQUARTERS_COUNTRY" | "ID" | "LATEST_VALUATION" | "MOST_RECENT_AMOUNT" | "MOST_RECENT_DATE" | "NAME_BRAND" | "STAGE" | "STATUS_OPERATING" | "TOTAL_RAISED" | "UPDATED_AT" | "YEAR_FOUNDED";
877
+ }[];
878
+ relevance?: "keyword" | "semantic" | null | undefined;
879
+ };
880
+ unsupported?: string | null | undefined;
881
+ };
882
+ result: {
883
+ content: {
884
+ core: {
885
+ createdAt?: string | null | undefined;
886
+ defaultCurrency?: string | null | undefined;
887
+ foundedYear?: number | null | undefined;
888
+ id: string;
889
+ image: {
890
+ isMonogram: boolean;
891
+ logo?: string | null | undefined;
892
+ logoSquare?: string | null | undefined;
893
+ };
894
+ lastModifiedAt?: string | null | undefined;
895
+ nameAlias: {
896
+ displayable?: boolean | null | undefined;
897
+ name: string;
898
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
899
+ }[];
900
+ nameBrand: string;
901
+ nameLegal?: string | null | undefined;
902
+ operatingStatus?: string | null | undefined;
903
+ publicId?: string | null | undefined;
904
+ publicUrl?: string | null | undefined;
905
+ sitemap?: {
906
+ hasAcquisitions?: boolean | undefined;
907
+ hasAnalysis: boolean;
908
+ hasEmployees: boolean;
909
+ hasFundraising: boolean;
910
+ hasNews: boolean;
911
+ productServiceSlug: string[];
912
+ } | null | undefined;
913
+ slug: string;
914
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
915
+ updatedAt?: string | null | undefined;
916
+ };
917
+ enrichment: {
918
+ address: {
919
+ address?: number | null | undefined;
920
+ addressLine1?: string | null | undefined;
921
+ addressLine2?: string | null | undefined;
922
+ association?: {
923
+ endDate?: string | null | undefined;
924
+ id: number;
925
+ isCurrent: boolean;
926
+ role?: "domicile" | "dominant" | "origin" | null | undefined;
927
+ startDate?: string | null | undefined;
928
+ }[] | undefined;
929
+ city?: {
930
+ id?: number | null | undefined;
931
+ name: string;
932
+ } | null | undefined;
933
+ country?: {
934
+ countryCodeChar2?: string | null | undefined;
935
+ countryCodeChar3?: string | null | undefined;
936
+ id?: number | null | undefined;
937
+ name: string;
938
+ unRegion?: string | null | undefined;
939
+ unSubregion?: string | null | undefined;
940
+ } | null | undefined;
941
+ countryAbbrev?: string | null | undefined;
942
+ createdAt?: string | null | undefined;
943
+ fullAddress?: string | null | undefined;
944
+ id?: number | null | undefined;
945
+ isCurrent?: boolean | null | undefined;
946
+ isHq?: boolean | null | undefined;
947
+ isPrimary?: boolean | null | undefined;
948
+ latitude?: number | null | undefined;
949
+ longitude?: number | null | undefined;
950
+ postalCode?: string | null | undefined;
951
+ state?: {
952
+ id?: number | null | undefined;
953
+ name: string;
954
+ stateAbbrev?: string | null | undefined;
955
+ } | null | undefined;
956
+ stateAbbrev?: string | null | undefined;
957
+ street?: string | null | undefined;
958
+ updatedAt?: string | null | undefined;
959
+ }[];
960
+ classification: {
961
+ geoLocationExposure?: ({
962
+ creatable: boolean;
963
+ isCurrent?: boolean | null | undefined;
964
+ isPrimary?: boolean | null | undefined;
965
+ name: string;
966
+ writable: boolean;
967
+ } & {
968
+ bucket?: string | null | undefined;
969
+ classificationId?: number | null | undefined;
970
+ creatable: boolean;
971
+ createdAt?: string | null | undefined;
972
+ id: number;
973
+ isCurrent?: boolean | null | undefined;
974
+ isPrimary?: boolean | null | undefined;
975
+ name: string;
976
+ slug?: string | null | undefined;
977
+ type: string;
978
+ updatedAt?: string | null | undefined;
979
+ writable: boolean;
980
+ })[] | undefined;
981
+ industry?: ({
982
+ creatable: boolean;
983
+ isCurrent?: boolean | null | undefined;
984
+ isPrimary?: boolean | null | undefined;
985
+ name: string;
986
+ writable: boolean;
987
+ } & {
988
+ bucket?: string | null | undefined;
989
+ classificationId?: number | null | undefined;
990
+ creatable: boolean;
991
+ createdAt?: string | null | undefined;
992
+ id: number;
993
+ isCurrent?: boolean | null | undefined;
994
+ isPrimary?: boolean | null | undefined;
995
+ name: string;
996
+ slug?: string | null | undefined;
997
+ type: string;
998
+ updatedAt?: string | null | undefined;
999
+ writable: boolean;
1000
+ })[] | undefined;
1001
+ mainProduct?: ({
1002
+ creatable: boolean;
1003
+ isCurrent?: boolean | null | undefined;
1004
+ isPrimary?: boolean | null | undefined;
1005
+ name: string;
1006
+ writable: boolean;
1007
+ } & {
1008
+ bucket?: string | null | undefined;
1009
+ classificationId?: number | null | undefined;
1010
+ creatable: boolean;
1011
+ createdAt?: string | null | undefined;
1012
+ id: number;
1013
+ isCurrent?: boolean | null | undefined;
1014
+ isPrimary?: boolean | null | undefined;
1015
+ name: string;
1016
+ slug?: string | null | undefined;
1017
+ type: string;
1018
+ updatedAt?: string | null | undefined;
1019
+ writable: boolean;
1020
+ })[] | undefined;
1021
+ standardizedClassification?: ({
1022
+ creatable: boolean;
1023
+ isCurrent?: boolean | null | undefined;
1024
+ isPrimary?: boolean | null | undefined;
1025
+ name: string;
1026
+ writable: boolean;
1027
+ } & {
1028
+ category: string;
1029
+ code?: number | null | undefined;
1030
+ creatable: boolean;
1031
+ createdAt?: string | null | undefined;
1032
+ entityClassificationId?: number | null | undefined;
1033
+ id: number;
1034
+ isCurrent?: boolean | null | undefined;
1035
+ isPrimary?: boolean | null | undefined;
1036
+ level?: number | null | undefined;
1037
+ name: string;
1038
+ updatedAt?: string | null | undefined;
1039
+ writable: boolean;
1040
+ })[] | undefined;
1041
+ tag?: ({
1042
+ creatable: boolean;
1043
+ isCurrent?: boolean | null | undefined;
1044
+ isPrimary?: boolean | null | undefined;
1045
+ name: string;
1046
+ writable: boolean;
1047
+ } & {
1048
+ bucket?: string | null | undefined;
1049
+ classificationId?: number | null | undefined;
1050
+ creatable: boolean;
1051
+ createdAt?: string | null | undefined;
1052
+ id: number;
1053
+ isCurrent?: boolean | null | undefined;
1054
+ isPrimary?: boolean | null | undefined;
1055
+ name: string;
1056
+ slug?: string | null | undefined;
1057
+ type: string;
1058
+ updatedAt?: string | null | undefined;
1059
+ writable: boolean;
1060
+ })[] | undefined;
1061
+ typeCustomer?: ({
1062
+ creatable: boolean;
1063
+ isCurrent?: boolean | null | undefined;
1064
+ isPrimary?: boolean | null | undefined;
1065
+ name: string;
1066
+ writable: boolean;
1067
+ } & {
1068
+ bucket?: string | null | undefined;
1069
+ classificationId?: number | null | undefined;
1070
+ creatable: boolean;
1071
+ createdAt?: string | null | undefined;
1072
+ id: number;
1073
+ isCurrent?: boolean | null | undefined;
1074
+ isPrimary?: boolean | null | undefined;
1075
+ name: string;
1076
+ slug?: string | null | undefined;
1077
+ type: string;
1078
+ updatedAt?: string | null | undefined;
1079
+ writable: boolean;
1080
+ })[] | undefined;
1081
+ typeModel?: ({
1082
+ creatable: boolean;
1083
+ isCurrent?: boolean | null | undefined;
1084
+ isPrimary?: boolean | null | undefined;
1085
+ name: string;
1086
+ writable: boolean;
1087
+ } & {
1088
+ bucket?: string | null | undefined;
1089
+ classificationId?: number | null | undefined;
1090
+ creatable: boolean;
1091
+ createdAt?: string | null | undefined;
1092
+ id: number;
1093
+ isCurrent?: boolean | null | undefined;
1094
+ isPrimary?: boolean | null | undefined;
1095
+ name: string;
1096
+ slug?: string | null | undefined;
1097
+ type: string;
1098
+ updatedAt?: string | null | undefined;
1099
+ writable: boolean;
1100
+ })[] | undefined;
1101
+ typeOwnership?: ({
1102
+ creatable: boolean;
1103
+ isCurrent?: boolean | null | undefined;
1104
+ isPrimary?: boolean | null | undefined;
1105
+ name: string;
1106
+ writable: boolean;
1107
+ } & {
1108
+ bucket?: string | null | undefined;
1109
+ classificationId?: number | null | undefined;
1110
+ creatable: boolean;
1111
+ createdAt?: string | null | undefined;
1112
+ id: number;
1113
+ isCurrent?: boolean | null | undefined;
1114
+ isPrimary?: boolean | null | undefined;
1115
+ name: string;
1116
+ slug?: string | null | undefined;
1117
+ type: string;
1118
+ updatedAt?: string | null | undefined;
1119
+ writable: boolean;
1120
+ })[] | undefined;
1121
+ typeRevenue?: ({
1122
+ creatable: boolean;
1123
+ isCurrent?: boolean | null | undefined;
1124
+ isPrimary?: boolean | null | undefined;
1125
+ name: string;
1126
+ writable: boolean;
1127
+ } & {
1128
+ bucket?: string | null | undefined;
1129
+ classificationId?: number | null | undefined;
1130
+ creatable: boolean;
1131
+ createdAt?: string | null | undefined;
1132
+ id: number;
1133
+ isCurrent?: boolean | null | undefined;
1134
+ isPrimary?: boolean | null | undefined;
1135
+ name: string;
1136
+ slug?: string | null | undefined;
1137
+ type: string;
1138
+ updatedAt?: string | null | undefined;
1139
+ writable: boolean;
1140
+ })[] | undefined;
1141
+ typeTechnologyUsed?: ({
1142
+ creatable: boolean;
1143
+ isCurrent?: boolean | null | undefined;
1144
+ isPrimary?: boolean | null | undefined;
1145
+ name: string;
1146
+ writable: boolean;
1147
+ } & {
1148
+ bucket?: string | null | undefined;
1149
+ classificationId?: number | null | undefined;
1150
+ creatable: boolean;
1151
+ createdAt?: string | null | undefined;
1152
+ id: number;
1153
+ isCurrent?: boolean | null | undefined;
1154
+ isPrimary?: boolean | null | undefined;
1155
+ name: string;
1156
+ slug?: string | null | undefined;
1157
+ type: string;
1158
+ updatedAt?: string | null | undefined;
1159
+ writable: boolean;
1160
+ })[] | undefined;
1161
+ };
1162
+ fundingDetail?: {
1163
+ fundingRoundCount: number;
1164
+ investorCount: number;
1165
+ latestValuation?: number | null | undefined;
1166
+ mostRecentAmount?: number | null | undefined;
1167
+ mostRecentDate?: string | null | undefined;
1168
+ 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;
1169
+ totalRaised: number;
1170
+ } | null | undefined;
1171
+ text: {
1172
+ expanded?: string | null | undefined;
1173
+ generatedDescription?: string | null | undefined;
1174
+ short?: string | null | undefined;
1175
+ };
1176
+ urlLink: {
1177
+ crawlCdnProvider?: "akamai" | "awsCloudfront" | "azureCdn" | "bunny" | "cdn77" | "cdnetworks" | "cloudflare" | "digitalocean" | "fastly" | "gcore" | "googlecloudCdn" | "incapsula" | "keycdn" | "leaseweb" | "netlify" | "none" | "stackpath" | "sucuri" | "unknown" | "vercel" | null | undefined;
1178
+ crawlRenderMode?: "jsEnhanced" | "jsRequired" | "static" | null | undefined;
1179
+ createdAt?: string | null | undefined;
1180
+ id?: number | null | undefined;
1181
+ isCurrent?: boolean | null | undefined;
1182
+ isPrimary?: boolean | null | undefined;
1183
+ owner?: {
1184
+ entityId?: string | null | undefined;
1185
+ personId?: string | null | undefined;
1186
+ } | null | undefined;
1187
+ sourceId?: string | null | undefined;
1188
+ status?: string | null | undefined;
1189
+ statusChecked?: string | null | undefined;
1190
+ updatedAt?: string | null | undefined;
1191
+ url: string;
1192
+ 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";
1193
+ }[];
1194
+ };
1195
+ fundraiseRound: {
1196
+ amountRaised?: number | null | undefined;
1197
+ createdAt?: string | null | undefined;
1198
+ currency?: string | null | undefined;
1199
+ dataConfidence?: "High" | "Low" | "Medium" | "Verified" | null | undefined;
1200
+ dateAnnounced?: string | null | undefined;
1201
+ dateFundingComplete?: string | null | undefined;
1202
+ dateInvestorExit?: string | null | undefined;
1203
+ entity?: {
1204
+ core: {
1205
+ createdAt?: string | null | undefined;
1206
+ defaultCurrency?: string | null | undefined;
1207
+ foundedYear?: number | null | undefined;
1208
+ id: string;
1209
+ image: {
1210
+ isMonogram: boolean;
1211
+ logo?: string | null | undefined;
1212
+ logoSquare?: string | null | undefined;
1213
+ };
1214
+ lastModifiedAt?: string | null | undefined;
1215
+ nameAlias: {
1216
+ displayable?: boolean | null | undefined;
1217
+ name: string;
1218
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1219
+ }[];
1220
+ nameBrand: string;
1221
+ nameLegal?: string | null | undefined;
1222
+ operatingStatus?: string | null | undefined;
1223
+ publicId?: string | null | undefined;
1224
+ publicUrl?: string | null | undefined;
1225
+ sitemap?: {
1226
+ hasAcquisitions?: boolean | undefined;
1227
+ hasAnalysis: boolean;
1228
+ hasEmployees: boolean;
1229
+ hasFundraising: boolean;
1230
+ hasNews: boolean;
1231
+ productServiceSlug: string[];
1232
+ } | null | undefined;
1233
+ slug: string;
1234
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1235
+ updatedAt?: string | null | undefined;
1236
+ };
1237
+ fundingDetail?: {
1238
+ fundingRoundCount: number;
1239
+ investorCount: number;
1240
+ latestValuation?: number | null | undefined;
1241
+ mostRecentAmount?: number | null | undefined;
1242
+ mostRecentDate?: string | null | undefined;
1243
+ 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;
1244
+ totalRaised: number;
1245
+ } | null | undefined;
1246
+ } | null | undefined;
1247
+ id: string;
1248
+ investorAttribution?: {
1249
+ amountInvested?: number | null | undefined;
1250
+ attributionType: "direct" | "managedFund";
1251
+ beneficialEntityId?: string | null | undefined;
1252
+ fundManagerRelationshipId?: number | null | undefined;
1253
+ joinId: string;
1254
+ leadInvestor: boolean;
1255
+ recordedEntityId?: string | null | undefined;
1256
+ round?: {
1257
+ round: string;
1258
+ } | null | undefined;
1259
+ transactionId: string;
1260
+ } | null | undefined;
1261
+ investorCount?: number | null | undefined;
1262
+ round?: string | null | undefined;
1263
+ sourceAttribution: {
1264
+ amountInvested?: number | null | undefined;
1265
+ attributionType: "direct" | "managedFund";
1266
+ beneficialEntityId?: string | null | undefined;
1267
+ fundManagerRelationshipId?: number | null | undefined;
1268
+ joinId: string;
1269
+ leadInvestor: boolean;
1270
+ recordedEntityId?: string | null | undefined;
1271
+ round?: {
1272
+ round: string;
1273
+ } | null | undefined;
1274
+ transactionId: string;
1275
+ }[];
1276
+ updatedAt?: string | null | undefined;
1277
+ valuationPostMoney?: number | null | undefined;
1278
+ valuationPreMoney?: number | null | undefined;
1279
+ }[];
1280
+ research: {
1281
+ acceleratorParticipation: {
1282
+ accelerator: {
1283
+ createdAt?: string | null | undefined;
1284
+ defaultCurrency?: string | null | undefined;
1285
+ foundedYear?: number | null | undefined;
1286
+ id: string;
1287
+ image: {
1288
+ isMonogram: boolean;
1289
+ logo?: string | null | undefined;
1290
+ logoSquare?: string | null | undefined;
1291
+ };
1292
+ lastModifiedAt?: string | null | undefined;
1293
+ nameAlias: {
1294
+ displayable?: boolean | null | undefined;
1295
+ name: string;
1296
+ type?: "alternativeDba" | "relatedLegal" | null | undefined;
1297
+ }[];
1298
+ nameBrand: string;
1299
+ nameLegal?: string | null | undefined;
1300
+ operatingStatus?: string | null | undefined;
1301
+ publicId?: string | null | undefined;
1302
+ publicUrl?: string | null | undefined;
1303
+ sitemap?: {
1304
+ hasAcquisitions?: boolean | undefined;
1305
+ hasAnalysis: boolean;
1306
+ hasEmployees: boolean;
1307
+ hasFundraising: boolean;
1308
+ hasNews: boolean;
1309
+ productServiceSlug: string[];
1310
+ } | null | undefined;
1311
+ slug: string;
1312
+ typeRecord?: "Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service" | null | undefined;
1313
+ updatedAt?: string | null | undefined;
1314
+ };
1315
+ acceleratorName: string;
1316
+ asOfDate: string;
1317
+ batch?: string | null | undefined;
1318
+ id: string;
1319
+ program?: string | null | undefined;
1320
+ status?: string | null | undefined;
1321
+ }[];
1322
+ detail: {
1323
+ asOfDate?: string | null | undefined;
1324
+ createdAt?: string | null | undefined;
1325
+ creator?: string | null | undefined;
1326
+ dataConfidence?: "high" | "low" | "medium" | null | undefined;
1327
+ derivedRange?: {
1328
+ asOfDate: string;
1329
+ bucket: "beyondTwoYears" | "pastDue" | "sixToTwelveMonths" | "threeToSixMonths" | "twelveToTwentyFourMonths" | "withinThreeMonths";
1330
+ monthsFromNow: number;
1331
+ targetDate: string;
1332
+ } | null | undefined;
1333
+ discreteValue?: number | null | undefined;
1334
+ entityId: string;
1335
+ id: number;
1336
+ textValue?: string | null | undefined;
1337
+ typeResearchDetail: string;
1338
+ updatedAt?: string | null | undefined;
1339
+ valueResearchDetail?: string | null | undefined;
1340
+ valueType: "date" | "monetary" | "numeric" | "percentage" | "text";
1341
+ }[];
1342
+ };
1343
+ semanticMatch?: {
1344
+ computedAt: string;
1345
+ cosineDistance: number;
1346
+ cosineScore: number;
1347
+ modelVersion: string;
1348
+ rank: number;
1349
+ sourceHash: string;
1350
+ sourceId: string;
1351
+ sourceJson: string;
1352
+ sourceText: string;
1353
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
1354
+ } | null | undefined;
1355
+ }[];
1356
+ number: number;
1357
+ size: number;
1358
+ totalElements: number;
1359
+ totalPages: number;
1360
+ };
1361
+ };
1362
+ news: {
1363
+ content: {
1364
+ author?: string | null | undefined;
1365
+ category?: string | null | undefined;
1366
+ createdAt?: string | null | undefined;
1367
+ excerpt?: string | null | undefined;
1368
+ externalNewsArticle?: boolean | null | undefined;
1369
+ id: number;
1370
+ newsImageThumbnail?: string | null | undefined;
1371
+ newsUrlOriginal?: string | null | undefined;
1372
+ pendingApproval?: number | null | undefined;
1373
+ publication?: string | null | undefined;
1374
+ publishedAt?: string | null | undefined;
1375
+ slug?: string | null | undefined;
1376
+ title: string;
1377
+ updatedAt?: string | null | undefined;
1378
+ }[];
1379
+ number: number;
1380
+ size: number;
1381
+ totalElements: number;
1382
+ totalPages: number;
1383
+ };
1384
+ person: {
1385
+ interpretation: {
1386
+ confidence: "HIGH" | "LOW" | "MEDIUM";
1387
+ execution: {
1388
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
1389
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
1390
+ };
1391
+ fallbackUsed: boolean;
1392
+ filter: {
1393
+ arrayFilter?: {
1394
+ amountInvestedRange?: {
1395
+ max?: number | null | undefined;
1396
+ min?: number | null | undefined;
1397
+ }[] | null | undefined;
1398
+ amountRaisedRange?: {
1399
+ max?: number | null | undefined;
1400
+ min?: number | null | undefined;
1401
+ }[] | null | undefined;
1402
+ entityName?: string[] | null | undefined;
1403
+ investedCompany?: string[] | null | undefined;
1404
+ personTitle?: string[] | null | undefined;
1405
+ round?: string[] | null | undefined;
1406
+ totalInvestmentCount?: {
1407
+ max?: number | null | undefined;
1408
+ min?: number | null | undefined;
1409
+ }[] | null | undefined;
1410
+ typeRecord?: ("Business Line" | "Company" | "Fund" | "Government" | "Investment Firm" | "Nonprofit" | "Organization" | "Product" | "Service")[] | null | undefined;
1411
+ } | undefined;
1412
+ entityId?: string | null | undefined;
1413
+ entitySlug?: string | null | undefined;
1414
+ firstName?: string | null | undefined;
1415
+ includeAddress?: boolean | null | undefined;
1416
+ includeUrl?: boolean | null | undefined;
1417
+ investorActivity?: {
1418
+ averageAmountInvestedUsdRange?: {
1419
+ max?: number | null | undefined;
1420
+ min?: number | null | undefined;
1421
+ }[] | undefined;
1422
+ largestAmountInvestedUsdRange?: {
1423
+ max?: number | null | undefined;
1424
+ min?: number | null | undefined;
1425
+ }[] | undefined;
1426
+ smallestAmountInvestedUsdRange?: {
1427
+ max?: number | null | undefined;
1428
+ min?: number | null | undefined;
1429
+ }[] | undefined;
1430
+ totalAmountInvestedUsdRange?: {
1431
+ max?: number | null | undefined;
1432
+ min?: number | null | undefined;
1433
+ }[] | undefined;
1434
+ totalInvestmentRange?: {
1435
+ max?: number | null | undefined;
1436
+ min?: number | null | undefined;
1437
+ }[] | undefined;
1438
+ } | undefined;
1439
+ isCurrent?: boolean | null | undefined;
1440
+ lastName?: string | null | undefined;
1441
+ letter?: string | null | undefined;
1442
+ role?: string | null | undefined;
1443
+ search?: string | null | undefined;
1444
+ semanticQuery?: string | null | undefined;
1445
+ status?: string | null | undefined;
1446
+ };
1447
+ interpretation: string;
1448
+ sort: {
1449
+ order: {
1450
+ descending: boolean;
1451
+ field: "AMOUNT_INVESTED" | "CREATED_AT" | "FIRST_NAME" | "FULL_NAME" | "GENDER" | "ID" | "LAST_NAME" | "SLUG" | "STATUS" | "TOTAL_INVESTMENTS" | "UPDATED_AT";
1452
+ }[];
1453
+ relevance?: "keyword" | "semantic" | null | undefined;
1454
+ };
1455
+ unsupported?: string | null | undefined;
1456
+ };
1457
+ result: {
1458
+ content: {
1459
+ createdAt?: string | null | undefined;
1460
+ gender?: string | null | undefined;
1461
+ id: string;
1462
+ image: {
1463
+ isMonogram: boolean;
1464
+ picture?: string | null | undefined;
1465
+ };
1466
+ lastModifiedAt?: string | null | undefined;
1467
+ nameAlias: {
1468
+ displayable?: boolean | null | undefined;
1469
+ name: string;
1470
+ type?: "formerName" | "maidenName" | "nickname" | "stageName" | null | undefined;
1471
+ }[];
1472
+ nameFirst?: string | null | undefined;
1473
+ nameFull: string;
1474
+ nameLast?: string | null | undefined;
1475
+ nameMiddle?: string | null | undefined;
1476
+ nickname?: string | null | undefined;
1477
+ publicId?: string | null | undefined;
1478
+ semanticMatch?: {
1479
+ computedAt: string;
1480
+ cosineDistance: number;
1481
+ cosineScore: number;
1482
+ modelVersion: string;
1483
+ rank: number;
1484
+ sourceHash: string;
1485
+ sourceId: string;
1486
+ sourceJson: string;
1487
+ sourceText: string;
1488
+ sourceType: "agentHelpDoc" | "blogPost" | "classificationCode" | "classificationTag" | "entity" | "newsArticle" | "person" | "product" | "service" | "text";
1489
+ } | null | undefined;
1490
+ slug: string;
1491
+ source: {
1492
+ changedAt?: string | null | undefined;
1493
+ dataSourceUpdatedAt?: string | null | undefined;
1494
+ detail?: string | null | undefined;
1495
+ kind?: string | null | undefined;
1496
+ pendingApproval?: number | null | undefined;
1497
+ sourceId?: string | null | undefined;
1498
+ status?: string | null | undefined;
1499
+ };
1500
+ suffix?: string | null | undefined;
1501
+ text: {
1502
+ expanded?: string | null | undefined;
1503
+ generatedDescription?: string | null | undefined;
1504
+ short?: string | null | undefined;
1505
+ };
1506
+ updatedAt?: string | null | undefined;
1507
+ }[];
1508
+ number: number;
1509
+ size: number;
1510
+ totalElements: number;
1511
+ totalPages: number;
1512
+ };
1513
+ };
1514
+ provenance: {
1515
+ entity: {
1516
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
1517
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
1518
+ };
1519
+ news: {
1520
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
1521
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
1522
+ };
1523
+ person: {
1524
+ modeRequested: "auto" | "exact" | "keyword" | "natural" | "semantic";
1525
+ modeUsed: "auto" | "exact" | "keyword" | "natural" | "semantic";
1526
+ };
1527
+ };
1528
+ }, unknown>>;
1529
+ url: z.ZodString;
1530
+ }, z.core.$strip>;
1531
+ type LinkSearchDefinition = z.infer<typeof LinkSearchSchemaDefinition>;
1532
+ /**
1533
+ * Search results related to a shared article or page URL: the fetched URL, the search query synthesized from the page content, and the federated entity, person, and news results for that query.
1534
+ *
1535
+ * @openapiSchema LinkSearch
1536
+ * @endpoint GET /v1/search/link
1537
+ * @contractShape link.search
1538
+ * @contractRole canonical
1539
+ */
1540
+ export declare const LinkSearchSchema: z.ZodType<LinkSearchDefinition>;
1541
+ export type LinkSearch = z.infer<typeof LinkSearchSchema>;
1542
+ export {};
1543
+ //# sourceMappingURL=search.d.ts.map