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