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