@arken/node 1.5.1 → 1.5.3

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 (640) hide show
  1. package/.rush/temp/shrinkwrap-deps.json +39 -82
  2. package/build/api.js.map +1 -0
  3. package/build/array.js.map +1 -0
  4. package/build/browser.js.map +1 -0
  5. package/build/codebase.js.map +1 -0
  6. package/build/config.js.map +1 -0
  7. package/build/db.d.ts +41 -0
  8. package/build/db.js +234 -0
  9. package/build/db.js.map +1 -0
  10. package/build/{util/decoder.js → decoder.js} +3 -3
  11. package/build/decoder.js.map +1 -0
  12. package/build/format.js.map +1 -0
  13. package/build/guid.js.map +1 -0
  14. package/build/index.d.ts +70 -18
  15. package/build/index.js +216 -18
  16. package/build/index.js.map +1 -1
  17. package/build/json.js.map +1 -0
  18. package/build/legacy/data/items.js +1 -1
  19. package/build/legacy/data/items.js.map +1 -1
  20. package/build/log.d.ts +5 -0
  21. package/build/log.js +28 -0
  22. package/build/log.js.map +1 -0
  23. package/build/math.js.map +1 -0
  24. package/build/{util/merkle.js → merkle.js} +1 -1
  25. package/build/merkle.js.map +1 -0
  26. package/build/{util/mongo.js → mongo.js} +1 -1
  27. package/build/mongo.js.map +1 -0
  28. package/build/number.js.map +1 -0
  29. package/build/object.js.map +1 -0
  30. package/build/otp.js.map +1 -0
  31. package/build/package.json +3 -3
  32. package/build/physics.js.map +1 -0
  33. package/build/{util/process.js → process.js} +1 -1
  34. package/build/process.js.map +1 -0
  35. package/build/rpc.js.map +1 -0
  36. package/build/schema.d.ts +42 -51
  37. package/build/seer.js.map +1 -0
  38. package/build/string.js.map +1 -0
  39. package/build/text.js.map +1 -0
  40. package/build/time/date.js.map +1 -0
  41. package/build/time/fancyTimeFormat.js.map +1 -0
  42. package/build/time/index.js.map +1 -0
  43. package/build/time/now.js.map +1 -0
  44. package/build/trpc/socketLink.d.ts +62 -0
  45. package/build/trpc/socketLink.js +261 -0
  46. package/build/trpc/socketLink.js.map +1 -0
  47. package/build/trpc/socketServer.d.ts +15 -0
  48. package/build/trpc/socketServer.js +47 -0
  49. package/build/trpc/socketServer.js.map +1 -0
  50. package/build/tsconfig.tsbuildinfo +1 -1
  51. package/build/util.d.ts +1 -0
  52. package/build/util.js +2 -0
  53. package/build/util.js.map +1 -0
  54. package/build/web3/httpProvider.js.map +1 -0
  55. package/build/{util/web3.js → web3.js} +1 -1
  56. package/build/web3.js.map +1 -0
  57. package/build/{util/websocket.js → websocket.js} +1 -1
  58. package/build/websocket.js.map +1 -0
  59. package/build/zk.js.map +1 -0
  60. package/build/{util/zod.d.ts → zod.d.ts} +2 -0
  61. package/build/{util/zod.js → zod.js} +1 -0
  62. package/build/zod.js.map +1 -0
  63. package/db.ts +76 -1
  64. package/{util/decoder.ts → decoder.ts} +3 -3
  65. package/index.ts +306 -18
  66. package/legacy/data/items.ts +1 -1
  67. package/log.ts +51 -0
  68. package/{util/merkle.ts → merkle.ts} +3 -1
  69. package/{util/mongo.ts → mongo.ts} +1 -1
  70. package/package.json +3 -3
  71. package/{util/process.ts → process.ts} +1 -1
  72. package/trpc/socketLink.ts +2 -2
  73. package/trpc/socketServer.ts +1 -1
  74. package/tsconfig.json +35 -6
  75. package/util.ts +1 -0
  76. package/{util/web3.ts → web3.ts} +2 -1
  77. package/{util/websocket.ts → websocket.ts} +1 -1
  78. package/{util/zod.ts → zod.ts} +2 -0
  79. package/build/modules/area/area.models.d.ts +0 -6
  80. package/build/modules/area/area.models.js +0 -11
  81. package/build/modules/area/area.models.js.map +0 -1
  82. package/build/modules/area/area.router.d.ts +0 -274
  83. package/build/modules/area/area.router.js +0 -59
  84. package/build/modules/area/area.router.js.map +0 -1
  85. package/build/modules/area/area.schema.d.ts +0 -245
  86. package/build/modules/area/area.schema.js +0 -13
  87. package/build/modules/area/area.schema.js.map +0 -1
  88. package/build/modules/area/area.service.d.ts +0 -12
  89. package/build/modules/area/area.service.js +0 -95
  90. package/build/modules/area/area.service.js.map +0 -1
  91. package/build/modules/area/area.types.d.ts +0 -20
  92. package/build/modules/area/area.types.js +0 -2
  93. package/build/modules/area/area.types.js.map +0 -1
  94. package/build/modules/area/index.d.ts +0 -5
  95. package/build/modules/area/index.js +0 -6
  96. package/build/modules/area/index.js.map +0 -1
  97. package/build/modules/asset/asset.models.d.ts +0 -5
  98. package/build/modules/asset/asset.models.js +0 -44
  99. package/build/modules/asset/asset.models.js.map +0 -1
  100. package/build/modules/asset/asset.router.d.ts +0 -189
  101. package/build/modules/asset/asset.router.js +0 -41
  102. package/build/modules/asset/asset.router.js.map +0 -1
  103. package/build/modules/asset/asset.schema.d.ts +0 -207
  104. package/build/modules/asset/asset.schema.js +0 -19
  105. package/build/modules/asset/asset.schema.js.map +0 -1
  106. package/build/modules/asset/asset.service.d.ts +0 -9
  107. package/build/modules/asset/asset.service.js +0 -68
  108. package/build/modules/asset/asset.service.js.map +0 -1
  109. package/build/modules/asset/asset.types.d.ts +0 -17
  110. package/build/modules/asset/asset.types.js +0 -2
  111. package/build/modules/asset/asset.types.js.map +0 -1
  112. package/build/modules/asset/index.d.ts +0 -5
  113. package/build/modules/asset/index.js +0 -6
  114. package/build/modules/asset/index.js.map +0 -1
  115. package/build/modules/chain/chain.models.d.ts +0 -6
  116. package/build/modules/chain/chain.models.js +0 -42
  117. package/build/modules/chain/chain.models.js.map +0 -1
  118. package/build/modules/chain/chain.router.d.ts +0 -364
  119. package/build/modules/chain/chain.router.js +0 -84
  120. package/build/modules/chain/chain.router.js.map +0 -1
  121. package/build/modules/chain/chain.schema.d.ts +0 -323
  122. package/build/modules/chain/chain.schema.js +0 -41
  123. package/build/modules/chain/chain.schema.js.map +0 -1
  124. package/build/modules/chain/chain.service.d.ts +0 -15
  125. package/build/modules/chain/chain.service.js +0 -115
  126. package/build/modules/chain/chain.service.js.map +0 -1
  127. package/build/modules/chain/chain.types.d.ts +0 -20
  128. package/build/modules/chain/chain.types.js +0 -2
  129. package/build/modules/chain/chain.types.js.map +0 -1
  130. package/build/modules/chain/index.d.ts +0 -5
  131. package/build/modules/chain/index.js +0 -6
  132. package/build/modules/chain/index.js.map +0 -1
  133. package/build/modules/character/character.models.d.ts +0 -14
  134. package/build/modules/character/character.models.js +0 -123
  135. package/build/modules/character/character.models.js.map +0 -1
  136. package/build/modules/character/character.router.d.ts +0 -945
  137. package/build/modules/character/character.router.js +0 -246
  138. package/build/modules/character/character.router.js.map +0 -1
  139. package/build/modules/character/character.schema.d.ts +0 -1239
  140. package/build/modules/character/character.schema.js +0 -67
  141. package/build/modules/character/character.schema.js.map +0 -1
  142. package/build/modules/character/character.service.d.ts +0 -73
  143. package/build/modules/character/character.service.js +0 -533
  144. package/build/modules/character/character.service.js.map +0 -1
  145. package/build/modules/character/character.types.d.ts +0 -48
  146. package/build/modules/character/character.types.js +0 -2
  147. package/build/modules/character/character.types.js.map +0 -1
  148. package/build/modules/character/index.d.ts +0 -5
  149. package/build/modules/character/index.js +0 -6
  150. package/build/modules/character/index.js.map +0 -1
  151. package/build/modules/chat/chat.models.d.ts +0 -4
  152. package/build/modules/chat/chat.models.js +0 -35
  153. package/build/modules/chat/chat.models.js.map +0 -1
  154. package/build/modules/chat/chat.router.d.ts +0 -223
  155. package/build/modules/chat/chat.router.js +0 -51
  156. package/build/modules/chat/chat.router.js.map +0 -1
  157. package/build/modules/chat/chat.schema.d.ts +0 -183
  158. package/build/modules/chat/chat.schema.js +0 -29
  159. package/build/modules/chat/chat.schema.js.map +0 -1
  160. package/build/modules/chat/chat.service.d.ts +0 -12
  161. package/build/modules/chat/chat.service.js +0 -85
  162. package/build/modules/chat/chat.service.js.map +0 -1
  163. package/build/modules/chat/chat.types.d.ts +0 -14
  164. package/build/modules/chat/chat.types.js +0 -2
  165. package/build/modules/chat/chat.types.js.map +0 -1
  166. package/build/modules/chat/index.d.ts +0 -5
  167. package/build/modules/chat/index.js +0 -6
  168. package/build/modules/chat/index.js.map +0 -1
  169. package/build/modules/collection/collection.models.d.ts +0 -9
  170. package/build/modules/collection/collection.models.js +0 -69
  171. package/build/modules/collection/collection.models.js.map +0 -1
  172. package/build/modules/collection/collection.router.d.ts +0 -361
  173. package/build/modules/collection/collection.router.js +0 -71
  174. package/build/modules/collection/collection.router.js.map +0 -1
  175. package/build/modules/collection/collection.schema.d.ts +0 -676
  176. package/build/modules/collection/collection.schema.js +0 -70
  177. package/build/modules/collection/collection.schema.js.map +0 -1
  178. package/build/modules/collection/collection.service.d.ts +0 -15
  179. package/build/modules/collection/collection.service.js +0 -117
  180. package/build/modules/collection/collection.service.js.map +0 -1
  181. package/build/modules/collection/collection.types.d.ts +0 -29
  182. package/build/modules/collection/collection.types.js +0 -2
  183. package/build/modules/collection/collection.types.js.map +0 -1
  184. package/build/modules/collection/index.d.ts +0 -5
  185. package/build/modules/collection/index.js +0 -6
  186. package/build/modules/collection/index.js.map +0 -1
  187. package/build/modules/core/core.models.d.ts +0 -123
  188. package/build/modules/core/core.models.js +0 -811
  189. package/build/modules/core/core.models.js.map +0 -1
  190. package/build/modules/core/core.router.d.ts +0 -5297
  191. package/build/modules/core/core.router.js +0 -1372
  192. package/build/modules/core/core.router.js.map +0 -1
  193. package/build/modules/core/core.schema.d.ts +0 -5918
  194. package/build/modules/core/core.schema.js +0 -519
  195. package/build/modules/core/core.schema.js.map +0 -1
  196. package/build/modules/core/core.service.d.ts +0 -270
  197. package/build/modules/core/core.service.js +0 -2515
  198. package/build/modules/core/core.service.js.map +0 -1
  199. package/build/modules/core/core.types.d.ts +0 -251
  200. package/build/modules/core/core.types.js +0 -2
  201. package/build/modules/core/core.types.js.map +0 -1
  202. package/build/modules/core/index.d.ts +0 -5
  203. package/build/modules/core/index.js +0 -6
  204. package/build/modules/core/index.js.map +0 -1
  205. package/build/modules/core/mail/applyPatchesOrMail.d.ts +0 -72
  206. package/build/modules/core/mail/applyPatchesOrMail.js +0 -416
  207. package/build/modules/core/mail/applyPatchesOrMail.js.map +0 -1
  208. package/build/modules/core/mail/mailClaimablePatchesBatch.d.ts +0 -51
  209. package/build/modules/core/mail/mailClaimablePatchesBatch.js +0 -239
  210. package/build/modules/core/mail/mailClaimablePatchesBatch.js.map +0 -1
  211. package/build/modules/game/game.models.d.ts +0 -6
  212. package/build/modules/game/game.models.js +0 -29
  213. package/build/modules/game/game.models.js.map +0 -1
  214. package/build/modules/game/game.router.d.ts +0 -428
  215. package/build/modules/game/game.router.js +0 -90
  216. package/build/modules/game/game.router.js.map +0 -1
  217. package/build/modules/game/game.schema.d.ts +0 -344
  218. package/build/modules/game/game.schema.js +0 -14
  219. package/build/modules/game/game.schema.js.map +0 -1
  220. package/build/modules/game/game.service.d.ts +0 -16
  221. package/build/modules/game/game.service.js +0 -111
  222. package/build/modules/game/game.service.js.map +0 -1
  223. package/build/modules/game/game.types.d.ts +0 -20
  224. package/build/modules/game/game.types.js +0 -2
  225. package/build/modules/game/game.types.js.map +0 -1
  226. package/build/modules/game/index.d.ts +0 -5
  227. package/build/modules/game/index.js +0 -5
  228. package/build/modules/game/index.js.map +0 -1
  229. package/build/modules/interface/index.d.ts +0 -5
  230. package/build/modules/interface/index.js +0 -6
  231. package/build/modules/interface/index.js.map +0 -1
  232. package/build/modules/interface/interface.canonicalize.d.ts +0 -2
  233. package/build/modules/interface/interface.canonicalize.js +0 -241
  234. package/build/modules/interface/interface.canonicalize.js.map +0 -1
  235. package/build/modules/interface/interface.models.d.ts +0 -6
  236. package/build/modules/interface/interface.models.js +0 -30
  237. package/build/modules/interface/interface.models.js.map +0 -1
  238. package/build/modules/interface/interface.router.d.ts +0 -472
  239. package/build/modules/interface/interface.router.js +0 -113
  240. package/build/modules/interface/interface.router.js.map +0 -1
  241. package/build/modules/interface/interface.schema.d.ts +0 -313
  242. package/build/modules/interface/interface.schema.js +0 -36
  243. package/build/modules/interface/interface.schema.js.map +0 -1
  244. package/build/modules/interface/interface.service.d.ts +0 -19
  245. package/build/modules/interface/interface.service.js +0 -168
  246. package/build/modules/interface/interface.service.js.map +0 -1
  247. package/build/modules/interface/interface.types.d.ts +0 -19
  248. package/build/modules/interface/interface.types.js +0 -2
  249. package/build/modules/interface/interface.types.js.map +0 -1
  250. package/build/modules/item/index.d.ts +0 -5
  251. package/build/modules/item/index.js +0 -6
  252. package/build/modules/item/index.js.map +0 -1
  253. package/build/modules/item/item.models.d.ts +0 -16
  254. package/build/modules/item/item.models.js +0 -101
  255. package/build/modules/item/item.models.js.map +0 -1
  256. package/build/modules/item/item.router.d.ts +0 -263
  257. package/build/modules/item/item.router.js +0 -70
  258. package/build/modules/item/item.router.js.map +0 -1
  259. package/build/modules/item/item.schema.d.ts +0 -778
  260. package/build/modules/item/item.schema.js +0 -56
  261. package/build/modules/item/item.schema.js.map +0 -1
  262. package/build/modules/item/item.service.d.ts +0 -13
  263. package/build/modules/item/item.service.js +0 -116
  264. package/build/modules/item/item.service.js.map +0 -1
  265. package/build/modules/item/item.types.d.ts +0 -55
  266. package/build/modules/item/item.types.js +0 -2
  267. package/build/modules/item/item.types.js.map +0 -1
  268. package/build/modules/job/index.d.ts +0 -5
  269. package/build/modules/job/index.js +0 -6
  270. package/build/modules/job/index.js.map +0 -1
  271. package/build/modules/job/job.models.d.ts +0 -3
  272. package/build/modules/job/job.models.js +0 -9
  273. package/build/modules/job/job.models.js.map +0 -1
  274. package/build/modules/job/job.router.d.ts +0 -146
  275. package/build/modules/job/job.router.js +0 -32
  276. package/build/modules/job/job.router.js.map +0 -1
  277. package/build/modules/job/job.schema.d.ts +0 -67
  278. package/build/modules/job/job.schema.js +0 -7
  279. package/build/modules/job/job.schema.js.map +0 -1
  280. package/build/modules/job/job.service.d.ts +0 -7
  281. package/build/modules/job/job.service.js +0 -144
  282. package/build/modules/job/job.service.js.map +0 -1
  283. package/build/modules/job/job.types.d.ts +0 -16
  284. package/build/modules/job/job.types.js +0 -2
  285. package/build/modules/job/job.types.js.map +0 -1
  286. package/build/modules/market/index.d.ts +0 -5
  287. package/build/modules/market/index.js +0 -6
  288. package/build/modules/market/index.js.map +0 -1
  289. package/build/modules/market/market.models.d.ts +0 -14
  290. package/build/modules/market/market.models.js +0 -98
  291. package/build/modules/market/market.models.js.map +0 -1
  292. package/build/modules/market/market.router.d.ts +0 -230
  293. package/build/modules/market/market.router.js +0 -56
  294. package/build/modules/market/market.router.js.map +0 -1
  295. package/build/modules/market/market.schema.d.ts +0 -949
  296. package/build/modules/market/market.schema.js +0 -101
  297. package/build/modules/market/market.schema.js.map +0 -1
  298. package/build/modules/market/market.service.d.ts +0 -12
  299. package/build/modules/market/market.service.js +0 -88
  300. package/build/modules/market/market.service.js.map +0 -1
  301. package/build/modules/market/market.types.d.ts +0 -49
  302. package/build/modules/market/market.types.js +0 -2
  303. package/build/modules/market/market.types.js.map +0 -1
  304. package/build/modules/product/index.d.ts +0 -5
  305. package/build/modules/product/index.js +0 -6
  306. package/build/modules/product/index.js.map +0 -1
  307. package/build/modules/product/product.models.d.ts +0 -4
  308. package/build/modules/product/product.models.js +0 -113
  309. package/build/modules/product/product.models.js.map +0 -1
  310. package/build/modules/product/product.router.d.ts +0 -447
  311. package/build/modules/product/product.router.js +0 -71
  312. package/build/modules/product/product.router.js.map +0 -1
  313. package/build/modules/product/product.schema.d.ts +0 -654
  314. package/build/modules/product/product.schema.js +0 -117
  315. package/build/modules/product/product.schema.js.map +0 -1
  316. package/build/modules/product/product.service.d.ts +0 -15
  317. package/build/modules/product/product.service.js +0 -115
  318. package/build/modules/product/product.service.js.map +0 -1
  319. package/build/modules/product/product.types.d.ts +0 -28
  320. package/build/modules/product/product.types.js +0 -2
  321. package/build/modules/product/product.types.js.map +0 -1
  322. package/build/modules/profile/index.d.ts +0 -5
  323. package/build/modules/profile/index.js +0 -6
  324. package/build/modules/profile/index.js.map +0 -1
  325. package/build/modules/profile/profile.models.d.ts +0 -2
  326. package/build/modules/profile/profile.models.js +0 -165
  327. package/build/modules/profile/profile.models.js.map +0 -1
  328. package/build/modules/profile/profile.router.d.ts +0 -163
  329. package/build/modules/profile/profile.router.js +0 -54
  330. package/build/modules/profile/profile.router.js.map +0 -1
  331. package/build/modules/profile/profile.schema.d.ts +0 -1
  332. package/build/modules/profile/profile.schema.js +0 -138
  333. package/build/modules/profile/profile.schema.js.map +0 -1
  334. package/build/modules/profile/profile.service.d.ts +0 -11
  335. package/build/modules/profile/profile.service.js +0 -120
  336. package/build/modules/profile/profile.service.js.map +0 -1
  337. package/build/modules/profile/profile.types.d.ts +0 -16
  338. package/build/modules/profile/profile.types.js +0 -2
  339. package/build/modules/profile/profile.types.js.map +0 -1
  340. package/build/modules/raffle/index.d.ts +0 -5
  341. package/build/modules/raffle/index.js +0 -6
  342. package/build/modules/raffle/index.js.map +0 -1
  343. package/build/modules/raffle/raffle.models.d.ts +0 -6
  344. package/build/modules/raffle/raffle.models.js +0 -36
  345. package/build/modules/raffle/raffle.models.js.map +0 -1
  346. package/build/modules/raffle/raffle.router.d.ts +0 -299
  347. package/build/modules/raffle/raffle.router.js +0 -71
  348. package/build/modules/raffle/raffle.router.js.map +0 -1
  349. package/build/modules/raffle/raffle.schema.d.ts +0 -265
  350. package/build/modules/raffle/raffle.schema.js +0 -21
  351. package/build/modules/raffle/raffle.schema.js.map +0 -1
  352. package/build/modules/raffle/raffle.service.d.ts +0 -15
  353. package/build/modules/raffle/raffle.service.js +0 -115
  354. package/build/modules/raffle/raffle.service.js.map +0 -1
  355. package/build/modules/raffle/raffle.types.d.ts +0 -25
  356. package/build/modules/raffle/raffle.types.js +0 -2
  357. package/build/modules/raffle/raffle.types.js.map +0 -1
  358. package/build/modules/skill/index.d.ts +0 -5
  359. package/build/modules/skill/index.js +0 -6
  360. package/build/modules/skill/index.js.map +0 -1
  361. package/build/modules/skill/skill.models.d.ts +0 -9
  362. package/build/modules/skill/skill.models.js +0 -9
  363. package/build/modules/skill/skill.models.js.map +0 -1
  364. package/build/modules/skill/skill.router.d.ts +0 -659
  365. package/build/modules/skill/skill.router.js +0 -152
  366. package/build/modules/skill/skill.router.js.map +0 -1
  367. package/build/modules/skill/skill.schema.d.ts +0 -548
  368. package/build/modules/skill/skill.schema.js +0 -26
  369. package/build/modules/skill/skill.schema.js.map +0 -1
  370. package/build/modules/skill/skill.service.d.ts +0 -32
  371. package/build/modules/skill/skill.service.js +0 -279
  372. package/build/modules/skill/skill.service.js.map +0 -1
  373. package/build/modules/skill/skill.types.d.ts +0 -29
  374. package/build/modules/skill/skill.types.js +0 -2
  375. package/build/modules/skill/skill.types.js.map +0 -1
  376. package/build/modules/video/index.d.ts +0 -5
  377. package/build/modules/video/index.js +0 -6
  378. package/build/modules/video/index.js.map +0 -1
  379. package/build/modules/video/video.models.d.ts +0 -7
  380. package/build/modules/video/video.models.js +0 -19
  381. package/build/modules/video/video.models.js.map +0 -1
  382. package/build/modules/video/video.router.d.ts +0 -563
  383. package/build/modules/video/video.router.js +0 -112
  384. package/build/modules/video/video.router.js.map +0 -1
  385. package/build/modules/video/video.schema.d.ts +0 -456
  386. package/build/modules/video/video.schema.js +0 -31
  387. package/build/modules/video/video.schema.js.map +0 -1
  388. package/build/modules/video/video.service.d.ts +0 -23
  389. package/build/modules/video/video.service.js +0 -197
  390. package/build/modules/video/video.service.js.map +0 -1
  391. package/build/modules/video/video.types.d.ts +0 -28
  392. package/build/modules/video/video.types.js +0 -2
  393. package/build/modules/video/video.types.js.map +0 -1
  394. package/build/router.d.ts +0 -10406
  395. package/build/router.js +0 -44
  396. package/build/router.js.map +0 -1
  397. package/build/types.d.ts +0 -164
  398. package/build/types.js +0 -19
  399. package/build/types.js.map +0 -1
  400. package/build/util/api.js.map +0 -1
  401. package/build/util/array.js.map +0 -1
  402. package/build/util/browser.js.map +0 -1
  403. package/build/util/codebase.js.map +0 -1
  404. package/build/util/config.js.map +0 -1
  405. package/build/util/db/index.d.ts +0 -5
  406. package/build/util/db/index.js +0 -7
  407. package/build/util/db/index.js.map +0 -1
  408. package/build/util/db/isPostgresError.d.ts +0 -2
  409. package/build/util/db/isPostgresError.js +0 -8
  410. package/build/util/db/isPostgresError.js.map +0 -1
  411. package/build/util/db/isUniqueConstraintViolation.d.ts +0 -2
  412. package/build/util/db/isUniqueConstraintViolation.js +0 -3
  413. package/build/util/db/isUniqueConstraintViolation.js.map +0 -1
  414. package/build/util/db.d.ts +0 -6
  415. package/build/util/db.js +0 -51
  416. package/build/util/db.js.map +0 -1
  417. package/build/util/decoder.js.map +0 -1
  418. package/build/util/decoder.test.d.ts +0 -1
  419. package/build/util/decoder.test.js +0 -7
  420. package/build/util/decoder.test.js.map +0 -1
  421. package/build/util/format.js.map +0 -1
  422. package/build/util/guid.js.map +0 -1
  423. package/build/util/index.d.ts +0 -74
  424. package/build/util/index.js +0 -239
  425. package/build/util/index.js.map +0 -1
  426. package/build/util/json.js.map +0 -1
  427. package/build/util/log.d.ts +0 -1
  428. package/build/util/log.js +0 -6
  429. package/build/util/log.js.map +0 -1
  430. package/build/util/math.js.map +0 -1
  431. package/build/util/merkle.js.map +0 -1
  432. package/build/util/mongo.js.map +0 -1
  433. package/build/util/number.js.map +0 -1
  434. package/build/util/object.js.map +0 -1
  435. package/build/util/otp.js.map +0 -1
  436. package/build/util/physics.js.map +0 -1
  437. package/build/util/process.js.map +0 -1
  438. package/build/util/rpc.js.map +0 -1
  439. package/build/util/seer.js.map +0 -1
  440. package/build/util/string.js.map +0 -1
  441. package/build/util/text.js.map +0 -1
  442. package/build/util/time/date.js.map +0 -1
  443. package/build/util/time/fancyTimeFormat.js.map +0 -1
  444. package/build/util/time/index.js.map +0 -1
  445. package/build/util/time/now.js.map +0 -1
  446. package/build/util/web3/httpProvider.js.map +0 -1
  447. package/build/util/web3.js.map +0 -1
  448. package/build/util/websocket.js.map +0 -1
  449. package/build/util/zk.js.map +0 -1
  450. package/build/util/zod.js.map +0 -1
  451. package/modules/area/area.models.ts +0 -15
  452. package/modules/area/area.router.ts +0 -74
  453. package/modules/area/area.schema.ts +0 -22
  454. package/modules/area/area.service.ts +0 -124
  455. package/modules/area/area.types.ts +0 -26
  456. package/modules/area/index.ts +0 -5
  457. package/modules/asset/asset.models.ts +0 -59
  458. package/modules/asset/asset.router.ts +0 -55
  459. package/modules/asset/asset.schema.ts +0 -27
  460. package/modules/asset/asset.service.ts +0 -85
  461. package/modules/asset/asset.types.ts +0 -22
  462. package/modules/asset/index.ts +0 -5
  463. package/modules/chain/chain.models.ts +0 -50
  464. package/modules/chain/chain.router.ts +0 -104
  465. package/modules/chain/chain.schema.ts +0 -52
  466. package/modules/chain/chain.service.ts +0 -167
  467. package/modules/chain/chain.types.ts +0 -24
  468. package/modules/chain/index.ts +0 -5
  469. package/modules/character/character.models.ts +0 -174
  470. package/modules/character/character.router.ts +0 -314
  471. package/modules/character/character.schema.ts +0 -147
  472. package/modules/character/character.service.ts +0 -876
  473. package/modules/character/character.types.ts +0 -64
  474. package/modules/character/index.ts +0 -5
  475. package/modules/chat/chat.models.ts +0 -43
  476. package/modules/chat/chat.router.ts +0 -67
  477. package/modules/chat/chat.schema.ts +0 -36
  478. package/modules/chat/chat.service.ts +0 -128
  479. package/modules/chat/chat.types.ts +0 -20
  480. package/modules/chat/index.ts +0 -5
  481. package/modules/collection/collection.models.ts +0 -76
  482. package/modules/collection/collection.router.ts +0 -91
  483. package/modules/collection/collection.schema.ts +0 -90
  484. package/modules/collection/collection.service.ts +0 -192
  485. package/modules/collection/collection.types.ts +0 -36
  486. package/modules/collection/index.ts +0 -5
  487. package/modules/core/core.models.ts +0 -1380
  488. package/modules/core/core.router.ts +0 -1781
  489. package/modules/core/core.schema.ts +0 -847
  490. package/modules/core/core.service.ts +0 -2824
  491. package/modules/core/core.types.ts +0 -340
  492. package/modules/core/index.ts +0 -5
  493. package/modules/core/mail/applyPatchesOrMail.ts +0 -568
  494. package/modules/core/mail/mailClaimablePatchesBatch.ts +0 -381
  495. package/modules/game/game.models.ts +0 -53
  496. package/modules/game/game.router.ts +0 -110
  497. package/modules/game/game.schema.ts +0 -23
  498. package/modules/game/game.service.ts +0 -143
  499. package/modules/game/game.types.ts +0 -28
  500. package/modules/game/index.ts +0 -5
  501. package/modules/interface/index.ts +0 -5
  502. package/modules/interface/interface.canonicalize.ts +0 -279
  503. package/modules/interface/interface.models.ts +0 -40
  504. package/modules/interface/interface.router.ts +0 -175
  505. package/modules/interface/interface.schema.ts +0 -59
  506. package/modules/interface/interface.service.ts +0 -356
  507. package/modules/interface/interface.types.ts +0 -25
  508. package/modules/item/index.ts +0 -5
  509. package/modules/item/item.models.ts +0 -124
  510. package/modules/item/item.router.ts +0 -103
  511. package/modules/item/item.schema.ts +0 -120
  512. package/modules/item/item.service.ts +0 -167
  513. package/modules/item/item.types.ts +0 -74
  514. package/modules/job/index.ts +0 -5
  515. package/modules/job/job.models.ts +0 -14
  516. package/modules/job/job.router.ts +0 -44
  517. package/modules/job/job.schema.ts +0 -9
  518. package/modules/job/job.service.ts +0 -243
  519. package/modules/job/job.types.ts +0 -23
  520. package/modules/market/index.ts +0 -5
  521. package/modules/market/market.models.ts +0 -113
  522. package/modules/market/market.router.ts +0 -73
  523. package/modules/market/market.schema.ts +0 -140
  524. package/modules/market/market.service.ts +0 -122
  525. package/modules/market/market.types.ts +0 -56
  526. package/modules/product/index.ts +0 -5
  527. package/modules/product/product.models.ts +0 -166
  528. package/modules/product/product.router.ts +0 -93
  529. package/modules/product/product.schema.ts +0 -149
  530. package/modules/product/product.service.ts +0 -160
  531. package/modules/product/product.types.ts +0 -33
  532. package/modules/profile/index.ts +0 -5
  533. package/modules/profile/profile.models.ts +0 -214
  534. package/modules/profile/profile.router.ts +0 -72
  535. package/modules/profile/profile.schema.ts +0 -156
  536. package/modules/profile/profile.service.ts +0 -149
  537. package/modules/profile/profile.types.ts +0 -22
  538. package/modules/raffle/index.ts +0 -5
  539. package/modules/raffle/raffle.models.ts +0 -44
  540. package/modules/raffle/raffle.router.ts +0 -90
  541. package/modules/raffle/raffle.schema.ts +0 -32
  542. package/modules/raffle/raffle.service.ts +0 -167
  543. package/modules/raffle/raffle.types.ts +0 -30
  544. package/modules/skill/index.ts +0 -5
  545. package/modules/skill/skill.models.ts +0 -16
  546. package/modules/skill/skill.router.ts +0 -201
  547. package/modules/skill/skill.schema.ts +0 -40
  548. package/modules/skill/skill.service.ts +0 -390
  549. package/modules/skill/skill.types.ts +0 -33
  550. package/modules/video/index.ts +0 -5
  551. package/modules/video/video.models.ts +0 -25
  552. package/modules/video/video.router.ts +0 -143
  553. package/modules/video/video.schema.ts +0 -46
  554. package/modules/video/video.service.ts +0 -274
  555. package/modules/video/video.types.ts +0 -33
  556. package/router.ts +0 -49
  557. package/types.ts +0 -183
  558. package/util/db/index.ts +0 -7
  559. package/util/db/isPostgresError.ts +0 -9
  560. package/util/db/isUniqueConstraintViolation.ts +0 -3
  561. package/util/db.ts +0 -62
  562. package/util/index.ts +0 -351
  563. package/util/log.ts +0 -5
  564. /package/{util/api.ts → api.ts} +0 -0
  565. /package/{util/array.ts → array.ts} +0 -0
  566. /package/{util/browser.ts → browser.ts} +0 -0
  567. /package/build/{util/api.d.ts → api.d.ts} +0 -0
  568. /package/build/{util/api.js → api.js} +0 -0
  569. /package/build/{util/array.d.ts → array.d.ts} +0 -0
  570. /package/build/{util/array.js → array.js} +0 -0
  571. /package/build/{util/browser.d.ts → browser.d.ts} +0 -0
  572. /package/build/{util/browser.js → browser.js} +0 -0
  573. /package/build/{util/codebase.d.ts → codebase.d.ts} +0 -0
  574. /package/build/{util/codebase.js → codebase.js} +0 -0
  575. /package/build/{util/config.d.ts → config.d.ts} +0 -0
  576. /package/build/{util/config.js → config.js} +0 -0
  577. /package/build/{util/decoder.d.ts → decoder.d.ts} +0 -0
  578. /package/build/{util/format.d.ts → format.d.ts} +0 -0
  579. /package/build/{util/format.js → format.js} +0 -0
  580. /package/build/{util/guid.d.ts → guid.d.ts} +0 -0
  581. /package/build/{util/guid.js → guid.js} +0 -0
  582. /package/build/{util/json.d.ts → json.d.ts} +0 -0
  583. /package/build/{util/json.js → json.js} +0 -0
  584. /package/build/{util/math.d.ts → math.d.ts} +0 -0
  585. /package/build/{util/math.js → math.js} +0 -0
  586. /package/build/{util/merkle.d.ts → merkle.d.ts} +0 -0
  587. /package/build/{util/mongo.d.ts → mongo.d.ts} +0 -0
  588. /package/build/{util/number.d.ts → number.d.ts} +0 -0
  589. /package/build/{util/number.js → number.js} +0 -0
  590. /package/build/{util/object.d.ts → object.d.ts} +0 -0
  591. /package/build/{util/object.js → object.js} +0 -0
  592. /package/build/{util/otp.d.ts → otp.d.ts} +0 -0
  593. /package/build/{util/otp.js → otp.js} +0 -0
  594. /package/build/{util/physics.d.ts → physics.d.ts} +0 -0
  595. /package/build/{util/physics.js → physics.js} +0 -0
  596. /package/build/{util/process.d.ts → process.d.ts} +0 -0
  597. /package/build/{util/rpc.d.ts → rpc.d.ts} +0 -0
  598. /package/build/{util/rpc.js → rpc.js} +0 -0
  599. /package/build/{util/seer.d.ts → seer.d.ts} +0 -0
  600. /package/build/{util/seer.js → seer.js} +0 -0
  601. /package/build/{util/string.d.ts → string.d.ts} +0 -0
  602. /package/build/{util/string.js → string.js} +0 -0
  603. /package/build/{util/text.d.ts → text.d.ts} +0 -0
  604. /package/build/{util/text.js → text.js} +0 -0
  605. /package/build/{util/time → time}/date.d.ts +0 -0
  606. /package/build/{util/time → time}/date.js +0 -0
  607. /package/build/{util/time → time}/fancyTimeFormat.d.ts +0 -0
  608. /package/build/{util/time → time}/fancyTimeFormat.js +0 -0
  609. /package/build/{util/time → time}/index.d.ts +0 -0
  610. /package/build/{util/time → time}/index.js +0 -0
  611. /package/build/{util/time → time}/now.d.ts +0 -0
  612. /package/build/{util/time → time}/now.js +0 -0
  613. /package/build/{util/web3 → web3}/httpProvider.d.ts +0 -0
  614. /package/build/{util/web3 → web3}/httpProvider.js +0 -0
  615. /package/build/{util/web3.d.ts → web3.d.ts} +0 -0
  616. /package/build/{util/websocket.d.ts → websocket.d.ts} +0 -0
  617. /package/build/{util/zk.d.ts → zk.d.ts} +0 -0
  618. /package/build/{util/zk.js → zk.js} +0 -0
  619. /package/{util/codebase.ts → codebase.ts} +0 -0
  620. /package/{util/config.ts → config.ts} +0 -0
  621. /package/{util/decoder.test.ts → decoder.test.ts} +0 -0
  622. /package/{util/format.ts → format.ts} +0 -0
  623. /package/{util/guid.ts → guid.ts} +0 -0
  624. /package/{util/json.ts → json.ts} +0 -0
  625. /package/{util/math.ts → math.ts} +0 -0
  626. /package/{util/number.ts → number.ts} +0 -0
  627. /package/{util/object.ts → object.ts} +0 -0
  628. /package/{util/otp.ts → otp.ts} +0 -0
  629. /package/{util/physics.ts → physics.ts} +0 -0
  630. /package/{util/rpc.ts → rpc.ts} +0 -0
  631. /package/{util/seer.ts → seer.ts} +0 -0
  632. /package/{util/string.ts → string.ts} +0 -0
  633. /package/{util/text.ts → text.ts} +0 -0
  634. /package/{util/time → time}/date.ts +0 -0
  635. /package/{util/time → time}/fancyTimeFormat.ts +0 -0
  636. /package/{util/time → time}/index.ts +0 -0
  637. /package/{util/time → time}/now.ts +0 -0
  638. /package/{util/types → types}/mongo.d.ts +0 -0
  639. /package/{util/web3 → web3}/httpProvider.ts +0 -0
  640. /package/{util/zk.ts → zk.ts} +0 -0
@@ -1,949 +0,0 @@
1
- export declare const Market: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2
- id: import("zod").ZodOptional<import("zod").ZodString>;
3
- key: import("zod").ZodOptional<import("zod").ZodString>;
4
- name: import("zod").ZodOptional<import("zod").ZodString>;
5
- description: import("zod").ZodOptional<import("zod").ZodString>;
6
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
7
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
8
- }, {
9
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
10
- meta: import("zod").ZodAny;
11
- data: import("zod").ZodAny;
12
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
13
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
14
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
15
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
16
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
17
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
18
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
19
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
20
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
21
- }>, {
22
- value: import("zod").ZodString;
23
- }>, "strip", import("zod").ZodTypeAny, {
24
- id?: string | import("mongoose").Types.ObjectId;
25
- name?: string;
26
- value?: string;
27
- data?: any;
28
- description?: string;
29
- key?: string;
30
- status?: "Archived" | "Paused" | "Pending" | "Active";
31
- meta?: any;
32
- merkleLeaf?: string;
33
- merkleIndex?: number;
34
- createdById?: string | import("mongoose").Types.ObjectId;
35
- editedById?: string | import("mongoose").Types.ObjectId;
36
- deletedById?: string | import("mongoose").Types.ObjectId;
37
- createdDate?: Date;
38
- updatedDate?: Date;
39
- deletedDate?: Date;
40
- applicationId?: string | import("mongoose").Types.ObjectId;
41
- ownerId?: string | import("mongoose").Types.ObjectId;
42
- }, {
43
- id?: string | import("mongoose").Types.ObjectId;
44
- name?: string;
45
- value?: string;
46
- data?: any;
47
- description?: string;
48
- key?: string;
49
- status?: "Archived" | "Paused" | "Pending" | "Active";
50
- meta?: any;
51
- merkleLeaf?: string;
52
- merkleIndex?: number;
53
- createdById?: string | import("mongoose").Types.ObjectId;
54
- editedById?: string | import("mongoose").Types.ObjectId;
55
- deletedById?: string | import("mongoose").Types.ObjectId;
56
- createdDate?: Date;
57
- updatedDate?: Date;
58
- deletedDate?: Date;
59
- applicationId?: string | import("mongoose").Types.ObjectId;
60
- ownerId?: string | import("mongoose").Types.ObjectId;
61
- }>;
62
- export declare const MarketPair: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
63
- id: import("zod").ZodOptional<import("zod").ZodString>;
64
- key: import("zod").ZodOptional<import("zod").ZodString>;
65
- name: import("zod").ZodOptional<import("zod").ZodString>;
66
- description: import("zod").ZodOptional<import("zod").ZodString>;
67
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
68
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
69
- }, {
70
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
71
- meta: import("zod").ZodAny;
72
- data: import("zod").ZodAny;
73
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
74
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
75
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
76
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
77
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
78
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
79
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
80
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
81
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
82
- }>, {
83
- value: import("zod").ZodString;
84
- }>, "strip", import("zod").ZodTypeAny, {
85
- id?: string | import("mongoose").Types.ObjectId;
86
- name?: string;
87
- value?: string;
88
- data?: any;
89
- description?: string;
90
- key?: string;
91
- status?: "Archived" | "Paused" | "Pending" | "Active";
92
- meta?: any;
93
- merkleLeaf?: string;
94
- merkleIndex?: number;
95
- createdById?: string | import("mongoose").Types.ObjectId;
96
- editedById?: string | import("mongoose").Types.ObjectId;
97
- deletedById?: string | import("mongoose").Types.ObjectId;
98
- createdDate?: Date;
99
- updatedDate?: Date;
100
- deletedDate?: Date;
101
- applicationId?: string | import("mongoose").Types.ObjectId;
102
- ownerId?: string | import("mongoose").Types.ObjectId;
103
- }, {
104
- id?: string | import("mongoose").Types.ObjectId;
105
- name?: string;
106
- value?: string;
107
- data?: any;
108
- description?: string;
109
- key?: string;
110
- status?: "Archived" | "Paused" | "Pending" | "Active";
111
- meta?: any;
112
- merkleLeaf?: string;
113
- merkleIndex?: number;
114
- createdById?: string | import("mongoose").Types.ObjectId;
115
- editedById?: string | import("mongoose").Types.ObjectId;
116
- deletedById?: string | import("mongoose").Types.ObjectId;
117
- createdDate?: Date;
118
- updatedDate?: Date;
119
- deletedDate?: Date;
120
- applicationId?: string | import("mongoose").Types.ObjectId;
121
- ownerId?: string | import("mongoose").Types.ObjectId;
122
- }>;
123
- export declare const MarketExchange: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
124
- id: import("zod").ZodOptional<import("zod").ZodString>;
125
- key: import("zod").ZodOptional<import("zod").ZodString>;
126
- name: import("zod").ZodOptional<import("zod").ZodString>;
127
- description: import("zod").ZodOptional<import("zod").ZodString>;
128
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
129
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
130
- }, {
131
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
132
- meta: import("zod").ZodAny;
133
- data: import("zod").ZodAny;
134
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
135
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
136
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
137
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
138
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
139
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
140
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
141
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
142
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
143
- }>, {
144
- value: import("zod").ZodString;
145
- }>, "strip", import("zod").ZodTypeAny, {
146
- id?: string | import("mongoose").Types.ObjectId;
147
- name?: string;
148
- value?: string;
149
- data?: any;
150
- description?: string;
151
- key?: string;
152
- status?: "Archived" | "Paused" | "Pending" | "Active";
153
- meta?: any;
154
- merkleLeaf?: string;
155
- merkleIndex?: number;
156
- createdById?: string | import("mongoose").Types.ObjectId;
157
- editedById?: string | import("mongoose").Types.ObjectId;
158
- deletedById?: string | import("mongoose").Types.ObjectId;
159
- createdDate?: Date;
160
- updatedDate?: Date;
161
- deletedDate?: Date;
162
- applicationId?: string | import("mongoose").Types.ObjectId;
163
- ownerId?: string | import("mongoose").Types.ObjectId;
164
- }, {
165
- id?: string | import("mongoose").Types.ObjectId;
166
- name?: string;
167
- value?: string;
168
- data?: any;
169
- description?: string;
170
- key?: string;
171
- status?: "Archived" | "Paused" | "Pending" | "Active";
172
- meta?: any;
173
- merkleLeaf?: string;
174
- merkleIndex?: number;
175
- createdById?: string | import("mongoose").Types.ObjectId;
176
- editedById?: string | import("mongoose").Types.ObjectId;
177
- deletedById?: string | import("mongoose").Types.ObjectId;
178
- createdDate?: Date;
179
- updatedDate?: Date;
180
- deletedDate?: Date;
181
- applicationId?: string | import("mongoose").Types.ObjectId;
182
- ownerId?: string | import("mongoose").Types.ObjectId;
183
- }>;
184
- export declare const MarketAnalysis: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
185
- id: import("zod").ZodOptional<import("zod").ZodString>;
186
- key: import("zod").ZodOptional<import("zod").ZodString>;
187
- name: import("zod").ZodOptional<import("zod").ZodString>;
188
- description: import("zod").ZodOptional<import("zod").ZodString>;
189
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
190
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
191
- }, {
192
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
193
- meta: import("zod").ZodAny;
194
- data: import("zod").ZodAny;
195
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
196
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
197
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
198
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
199
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
200
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
201
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
202
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
203
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
204
- }>, {
205
- action: import("zod").ZodEnum<["Buy", "Sell"]>;
206
- asset: import("zod").ZodString;
207
- signalType: import("zod").ZodString;
208
- confidence: import("zod").ZodNumber;
209
- riskLevel: import("zod").ZodEnum<["Low", "Medium", "High"]>;
210
- timeFrame: import("zod").ZodEnum<["Short-Term", "Long-Term"]>;
211
- source: import("zod").ZodString;
212
- summary: import("zod").ZodString;
213
- labels: import("zod").ZodObject<{
214
- sector: import("zod").ZodOptional<import("zod").ZodString>;
215
- topic: import("zod").ZodOptional<import("zod").ZodString>;
216
- sentiment: import("zod").ZodOptional<import("zod").ZodEnum<["Positive", "Neutral", "Negative"]>>;
217
- }, "strip", import("zod").ZodTypeAny, {
218
- sector?: string;
219
- topic?: string;
220
- sentiment?: "Neutral" | "Positive" | "Negative";
221
- }, {
222
- sector?: string;
223
- topic?: string;
224
- sentiment?: "Neutral" | "Positive" | "Negative";
225
- }>;
226
- }>, "strip", import("zod").ZodTypeAny, {
227
- id?: string | import("mongoose").Types.ObjectId;
228
- name?: string;
229
- data?: any;
230
- description?: string;
231
- key?: string;
232
- status?: "Archived" | "Paused" | "Pending" | "Active";
233
- meta?: any;
234
- merkleLeaf?: string;
235
- merkleIndex?: number;
236
- createdById?: string | import("mongoose").Types.ObjectId;
237
- editedById?: string | import("mongoose").Types.ObjectId;
238
- deletedById?: string | import("mongoose").Types.ObjectId;
239
- createdDate?: Date;
240
- updatedDate?: Date;
241
- deletedDate?: Date;
242
- applicationId?: string | import("mongoose").Types.ObjectId;
243
- ownerId?: string | import("mongoose").Types.ObjectId;
244
- summary?: string;
245
- action?: "Buy" | "Sell";
246
- source?: string;
247
- asset?: string;
248
- signalType?: string;
249
- confidence?: number;
250
- riskLevel?: "Low" | "Medium" | "High";
251
- timeFrame?: "Short-Term" | "Long-Term";
252
- labels?: {
253
- sector?: string;
254
- topic?: string;
255
- sentiment?: "Neutral" | "Positive" | "Negative";
256
- };
257
- }, {
258
- id?: string | import("mongoose").Types.ObjectId;
259
- name?: string;
260
- data?: any;
261
- description?: string;
262
- key?: string;
263
- status?: "Archived" | "Paused" | "Pending" | "Active";
264
- meta?: any;
265
- merkleLeaf?: string;
266
- merkleIndex?: number;
267
- createdById?: string | import("mongoose").Types.ObjectId;
268
- editedById?: string | import("mongoose").Types.ObjectId;
269
- deletedById?: string | import("mongoose").Types.ObjectId;
270
- createdDate?: Date;
271
- updatedDate?: Date;
272
- deletedDate?: Date;
273
- applicationId?: string | import("mongoose").Types.ObjectId;
274
- ownerId?: string | import("mongoose").Types.ObjectId;
275
- summary?: string;
276
- action?: "Buy" | "Sell";
277
- source?: string;
278
- asset?: string;
279
- signalType?: string;
280
- confidence?: number;
281
- riskLevel?: "Low" | "Medium" | "High";
282
- timeFrame?: "Short-Term" | "Long-Term";
283
- labels?: {
284
- sector?: string;
285
- topic?: string;
286
- sentiment?: "Neutral" | "Positive" | "Negative";
287
- };
288
- }>;
289
- export declare const MarketInvestor: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
290
- id: import("zod").ZodOptional<import("zod").ZodString>;
291
- key: import("zod").ZodOptional<import("zod").ZodString>;
292
- name: import("zod").ZodOptional<import("zod").ZodString>;
293
- description: import("zod").ZodOptional<import("zod").ZodString>;
294
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
295
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
296
- }, {
297
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
298
- meta: import("zod").ZodAny;
299
- data: import("zod").ZodAny;
300
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
301
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
302
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
303
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
304
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
305
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
306
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
307
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
308
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
309
- }>, {
310
- portfolioIds: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>, "many">;
311
- totalPnl: import("zod").ZodOptional<import("zod").ZodNumber>;
312
- }>, "strip", import("zod").ZodTypeAny, {
313
- id?: string | import("mongoose").Types.ObjectId;
314
- name?: string;
315
- data?: any;
316
- description?: string;
317
- key?: string;
318
- status?: "Archived" | "Paused" | "Pending" | "Active";
319
- meta?: any;
320
- merkleLeaf?: string;
321
- merkleIndex?: number;
322
- createdById?: string | import("mongoose").Types.ObjectId;
323
- editedById?: string | import("mongoose").Types.ObjectId;
324
- deletedById?: string | import("mongoose").Types.ObjectId;
325
- createdDate?: Date;
326
- updatedDate?: Date;
327
- deletedDate?: Date;
328
- applicationId?: string | import("mongoose").Types.ObjectId;
329
- ownerId?: string | import("mongoose").Types.ObjectId;
330
- portfolioIds?: (string | import("mongoose").Types.ObjectId)[];
331
- totalPnl?: number;
332
- }, {
333
- id?: string | import("mongoose").Types.ObjectId;
334
- name?: string;
335
- data?: any;
336
- description?: string;
337
- key?: string;
338
- status?: "Archived" | "Paused" | "Pending" | "Active";
339
- meta?: any;
340
- merkleLeaf?: string;
341
- merkleIndex?: number;
342
- createdById?: string | import("mongoose").Types.ObjectId;
343
- editedById?: string | import("mongoose").Types.ObjectId;
344
- deletedById?: string | import("mongoose").Types.ObjectId;
345
- createdDate?: Date;
346
- updatedDate?: Date;
347
- deletedDate?: Date;
348
- applicationId?: string | import("mongoose").Types.ObjectId;
349
- ownerId?: string | import("mongoose").Types.ObjectId;
350
- portfolioIds?: (string | import("mongoose").Types.ObjectId)[];
351
- totalPnl?: number;
352
- }>;
353
- export declare const MarketInvestmentPortfolio: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
354
- id: import("zod").ZodOptional<import("zod").ZodString>;
355
- key: import("zod").ZodOptional<import("zod").ZodString>;
356
- name: import("zod").ZodOptional<import("zod").ZodString>;
357
- description: import("zod").ZodOptional<import("zod").ZodString>;
358
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
359
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
360
- }, {
361
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
362
- meta: import("zod").ZodAny;
363
- data: import("zod").ZodAny;
364
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
365
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
366
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
367
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
368
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
369
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
370
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
371
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
372
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
373
- }>, {
374
- categoryGoals: import("zod").ZodArray<import("zod").ZodObject<{
375
- category: import("zod").ZodString;
376
- goalPercentage: import("zod").ZodNumber;
377
- currentPnl: import("zod").ZodOptional<import("zod").ZodNumber>;
378
- historicalPnL: import("zod").ZodOptional<import("zod").ZodNumber>;
379
- }, "strip", import("zod").ZodTypeAny, {
380
- category?: string;
381
- goalPercentage?: number;
382
- currentPnl?: number;
383
- historicalPnL?: number;
384
- }, {
385
- category?: string;
386
- goalPercentage?: number;
387
- currentPnl?: number;
388
- historicalPnL?: number;
389
- }>, "many">;
390
- investmentIds: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>, "many">;
391
- totalPnl: import("zod").ZodOptional<import("zod").ZodNumber>;
392
- }>, "strip", import("zod").ZodTypeAny, {
393
- id?: string | import("mongoose").Types.ObjectId;
394
- name?: string;
395
- data?: any;
396
- description?: string;
397
- key?: string;
398
- status?: "Archived" | "Paused" | "Pending" | "Active";
399
- meta?: any;
400
- merkleLeaf?: string;
401
- merkleIndex?: number;
402
- createdById?: string | import("mongoose").Types.ObjectId;
403
- editedById?: string | import("mongoose").Types.ObjectId;
404
- deletedById?: string | import("mongoose").Types.ObjectId;
405
- createdDate?: Date;
406
- updatedDate?: Date;
407
- deletedDate?: Date;
408
- applicationId?: string | import("mongoose").Types.ObjectId;
409
- ownerId?: string | import("mongoose").Types.ObjectId;
410
- totalPnl?: number;
411
- categoryGoals?: {
412
- category?: string;
413
- goalPercentage?: number;
414
- currentPnl?: number;
415
- historicalPnL?: number;
416
- }[];
417
- investmentIds?: (string | import("mongoose").Types.ObjectId)[];
418
- }, {
419
- id?: string | import("mongoose").Types.ObjectId;
420
- name?: string;
421
- data?: any;
422
- description?: string;
423
- key?: string;
424
- status?: "Archived" | "Paused" | "Pending" | "Active";
425
- meta?: any;
426
- merkleLeaf?: string;
427
- merkleIndex?: number;
428
- createdById?: string | import("mongoose").Types.ObjectId;
429
- editedById?: string | import("mongoose").Types.ObjectId;
430
- deletedById?: string | import("mongoose").Types.ObjectId;
431
- createdDate?: Date;
432
- updatedDate?: Date;
433
- deletedDate?: Date;
434
- applicationId?: string | import("mongoose").Types.ObjectId;
435
- ownerId?: string | import("mongoose").Types.ObjectId;
436
- totalPnl?: number;
437
- categoryGoals?: {
438
- category?: string;
439
- goalPercentage?: number;
440
- currentPnl?: number;
441
- historicalPnL?: number;
442
- }[];
443
- investmentIds?: (string | import("mongoose").Types.ObjectId)[];
444
- }>;
445
- export declare const MarketInvestment: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
446
- id: import("zod").ZodOptional<import("zod").ZodString>;
447
- key: import("zod").ZodOptional<import("zod").ZodString>;
448
- name: import("zod").ZodOptional<import("zod").ZodString>;
449
- description: import("zod").ZodOptional<import("zod").ZodString>;
450
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
451
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
452
- }, {
453
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
454
- meta: import("zod").ZodAny;
455
- data: import("zod").ZodAny;
456
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
457
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
458
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
459
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
460
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
461
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
462
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
463
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
464
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
465
- }>, {
466
- type: import("zod").ZodEnum<["Stock", "ChainToken"]>;
467
- category: import("zod").ZodEnum<["Historically Safe", "Economy Bull", "Economy Bear", "Custom"]>;
468
- amount: import("zod").ZodNumber;
469
- purchasePrice: import("zod").ZodNumber;
470
- currentValue: import("zod").ZodOptional<import("zod").ZodNumber>;
471
- pnl: import("zod").ZodOptional<import("zod").ZodNumber>;
472
- transactions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
473
- date: import("zod").ZodString;
474
- type: import("zod").ZodEnum<["Buy", "Sell"]>;
475
- price: import("zod").ZodNumber;
476
- quantity: import("zod").ZodNumber;
477
- }, "strip", import("zod").ZodTypeAny, {
478
- type?: "Buy" | "Sell";
479
- date?: string;
480
- price?: number;
481
- quantity?: number;
482
- }, {
483
- type?: "Buy" | "Sell";
484
- date?: string;
485
- price?: number;
486
- quantity?: number;
487
- }>, "many">>;
488
- stockId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
489
- chainTokenId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
490
- }>, "strip", import("zod").ZodTypeAny, {
491
- id?: string | import("mongoose").Types.ObjectId;
492
- name?: string;
493
- data?: any;
494
- description?: string;
495
- amount?: number;
496
- type?: "ChainToken" | "Stock";
497
- key?: string;
498
- status?: "Archived" | "Paused" | "Pending" | "Active";
499
- meta?: any;
500
- merkleLeaf?: string;
501
- merkleIndex?: number;
502
- createdById?: string | import("mongoose").Types.ObjectId;
503
- editedById?: string | import("mongoose").Types.ObjectId;
504
- deletedById?: string | import("mongoose").Types.ObjectId;
505
- createdDate?: Date;
506
- updatedDate?: Date;
507
- deletedDate?: Date;
508
- applicationId?: string | import("mongoose").Types.ObjectId;
509
- ownerId?: string | import("mongoose").Types.ObjectId;
510
- category?: "Historically Safe" | "Economy Bull" | "Economy Bear" | "Custom";
511
- purchasePrice?: number;
512
- currentValue?: number;
513
- pnl?: number;
514
- transactions?: {
515
- type?: "Buy" | "Sell";
516
- date?: string;
517
- price?: number;
518
- quantity?: number;
519
- }[];
520
- stockId?: string | import("mongoose").Types.ObjectId;
521
- chainTokenId?: string | import("mongoose").Types.ObjectId;
522
- }, {
523
- id?: string | import("mongoose").Types.ObjectId;
524
- name?: string;
525
- data?: any;
526
- description?: string;
527
- amount?: number;
528
- type?: "ChainToken" | "Stock";
529
- key?: string;
530
- status?: "Archived" | "Paused" | "Pending" | "Active";
531
- meta?: any;
532
- merkleLeaf?: string;
533
- merkleIndex?: number;
534
- createdById?: string | import("mongoose").Types.ObjectId;
535
- editedById?: string | import("mongoose").Types.ObjectId;
536
- deletedById?: string | import("mongoose").Types.ObjectId;
537
- createdDate?: Date;
538
- updatedDate?: Date;
539
- deletedDate?: Date;
540
- applicationId?: string | import("mongoose").Types.ObjectId;
541
- ownerId?: string | import("mongoose").Types.ObjectId;
542
- category?: "Historically Safe" | "Economy Bull" | "Economy Bear" | "Custom";
543
- purchasePrice?: number;
544
- currentValue?: number;
545
- pnl?: number;
546
- transactions?: {
547
- type?: "Buy" | "Sell";
548
- date?: string;
549
- price?: number;
550
- quantity?: number;
551
- }[];
552
- stockId?: string | import("mongoose").Types.ObjectId;
553
- chainTokenId?: string | import("mongoose").Types.ObjectId;
554
- }>;
555
- export declare const MarketStock: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
556
- id: import("zod").ZodOptional<import("zod").ZodString>;
557
- key: import("zod").ZodOptional<import("zod").ZodString>;
558
- name: import("zod").ZodOptional<import("zod").ZodString>;
559
- description: import("zod").ZodOptional<import("zod").ZodString>;
560
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
561
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
562
- }, {
563
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
564
- meta: import("zod").ZodAny;
565
- data: import("zod").ZodAny;
566
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
567
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
568
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
569
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
570
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
571
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
572
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
573
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
574
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
575
- }>, {
576
- ticker: import("zod").ZodString;
577
- companyId: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
578
- marketCap: import("zod").ZodOptional<import("zod").ZodNumber>;
579
- aum: import("zod").ZodOptional<import("zod").ZodNumber>;
580
- quoteType: import("zod").ZodString;
581
- currentPrice: import("zod").ZodNumber;
582
- dailyChange: import("zod").ZodOptional<import("zod").ZodNumber>;
583
- dailyChangePercent: import("zod").ZodOptional<import("zod").ZodNumber>;
584
- volume: import("zod").ZodNumber;
585
- currency: import("zod").ZodString;
586
- }>, "strip", import("zod").ZodTypeAny, {
587
- id?: string | import("mongoose").Types.ObjectId;
588
- name?: string;
589
- data?: any;
590
- description?: string;
591
- key?: string;
592
- status?: "Archived" | "Paused" | "Pending" | "Active";
593
- meta?: any;
594
- merkleLeaf?: string;
595
- merkleIndex?: number;
596
- createdById?: string | import("mongoose").Types.ObjectId;
597
- editedById?: string | import("mongoose").Types.ObjectId;
598
- deletedById?: string | import("mongoose").Types.ObjectId;
599
- createdDate?: Date;
600
- updatedDate?: Date;
601
- deletedDate?: Date;
602
- applicationId?: string | import("mongoose").Types.ObjectId;
603
- ownerId?: string | import("mongoose").Types.ObjectId;
604
- marketCap?: number;
605
- volume?: number;
606
- companyId?: string | import("mongoose").Types.ObjectId;
607
- ticker?: string;
608
- aum?: number;
609
- quoteType?: string;
610
- currentPrice?: number;
611
- dailyChange?: number;
612
- dailyChangePercent?: number;
613
- currency?: string;
614
- }, {
615
- id?: string | import("mongoose").Types.ObjectId;
616
- name?: string;
617
- data?: any;
618
- description?: string;
619
- key?: string;
620
- status?: "Archived" | "Paused" | "Pending" | "Active";
621
- meta?: any;
622
- merkleLeaf?: string;
623
- merkleIndex?: number;
624
- createdById?: string | import("mongoose").Types.ObjectId;
625
- editedById?: string | import("mongoose").Types.ObjectId;
626
- deletedById?: string | import("mongoose").Types.ObjectId;
627
- createdDate?: Date;
628
- updatedDate?: Date;
629
- deletedDate?: Date;
630
- applicationId?: string | import("mongoose").Types.ObjectId;
631
- ownerId?: string | import("mongoose").Types.ObjectId;
632
- marketCap?: number;
633
- volume?: number;
634
- companyId?: string | import("mongoose").Types.ObjectId;
635
- ticker?: string;
636
- aum?: number;
637
- quoteType?: string;
638
- currentPrice?: number;
639
- dailyChange?: number;
640
- dailyChangePercent?: number;
641
- currency?: string;
642
- }>;
643
- export declare const MarketToken: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
644
- id: import("zod").ZodOptional<import("zod").ZodString>;
645
- key: import("zod").ZodOptional<import("zod").ZodString>;
646
- name: import("zod").ZodOptional<import("zod").ZodString>;
647
- description: import("zod").ZodOptional<import("zod").ZodString>;
648
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
649
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
650
- }, {
651
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
652
- meta: import("zod").ZodAny;
653
- data: import("zod").ZodAny;
654
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
655
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
656
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
657
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
658
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
659
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
660
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
661
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
662
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
663
- }>, {
664
- symbol: import("zod").ZodString;
665
- currentPrice: import("zod").ZodNumber;
666
- }>, "strip", import("zod").ZodTypeAny, {
667
- symbol?: string;
668
- id?: string | import("mongoose").Types.ObjectId;
669
- name?: string;
670
- data?: any;
671
- description?: string;
672
- key?: string;
673
- status?: "Archived" | "Paused" | "Pending" | "Active";
674
- meta?: any;
675
- merkleLeaf?: string;
676
- merkleIndex?: number;
677
- createdById?: string | import("mongoose").Types.ObjectId;
678
- editedById?: string | import("mongoose").Types.ObjectId;
679
- deletedById?: string | import("mongoose").Types.ObjectId;
680
- createdDate?: Date;
681
- updatedDate?: Date;
682
- deletedDate?: Date;
683
- applicationId?: string | import("mongoose").Types.ObjectId;
684
- ownerId?: string | import("mongoose").Types.ObjectId;
685
- currentPrice?: number;
686
- }, {
687
- symbol?: string;
688
- id?: string | import("mongoose").Types.ObjectId;
689
- name?: string;
690
- data?: any;
691
- description?: string;
692
- key?: string;
693
- status?: "Archived" | "Paused" | "Pending" | "Active";
694
- meta?: any;
695
- merkleLeaf?: string;
696
- merkleIndex?: number;
697
- createdById?: string | import("mongoose").Types.ObjectId;
698
- editedById?: string | import("mongoose").Types.ObjectId;
699
- deletedById?: string | import("mongoose").Types.ObjectId;
700
- createdDate?: Date;
701
- updatedDate?: Date;
702
- deletedDate?: Date;
703
- applicationId?: string | import("mongoose").Types.ObjectId;
704
- ownerId?: string | import("mongoose").Types.ObjectId;
705
- currentPrice?: number;
706
- }>;
707
- export declare const MarketCompany: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
708
- id: import("zod").ZodOptional<import("zod").ZodString>;
709
- key: import("zod").ZodOptional<import("zod").ZodString>;
710
- name: import("zod").ZodOptional<import("zod").ZodString>;
711
- description: import("zod").ZodOptional<import("zod").ZodString>;
712
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
713
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
714
- }, {
715
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
716
- meta: import("zod").ZodAny;
717
- data: import("zod").ZodAny;
718
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
719
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
720
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
721
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
722
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
723
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
724
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
725
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
726
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
727
- }>, {
728
- ticker: import("zod").ZodString;
729
- type: import("zod").ZodEnum<["Public Company", "ETF Issuer", "Both", "Other"]>;
730
- country: import("zod").ZodOptional<import("zod").ZodString>;
731
- industry: import("zod").ZodOptional<import("zod").ZodString>;
732
- sector: import("zod").ZodOptional<import("zod").ZodString>;
733
- issuedETFs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>, "many">>;
734
- }>, "strip", import("zod").ZodTypeAny, {
735
- id?: string | import("mongoose").Types.ObjectId;
736
- name?: string;
737
- data?: any;
738
- description?: string;
739
- type?: "Public Company" | "ETF Issuer" | "Both" | "Other";
740
- key?: string;
741
- status?: "Archived" | "Paused" | "Pending" | "Active";
742
- meta?: any;
743
- merkleLeaf?: string;
744
- merkleIndex?: number;
745
- createdById?: string | import("mongoose").Types.ObjectId;
746
- editedById?: string | import("mongoose").Types.ObjectId;
747
- deletedById?: string | import("mongoose").Types.ObjectId;
748
- createdDate?: Date;
749
- updatedDate?: Date;
750
- deletedDate?: Date;
751
- applicationId?: string | import("mongoose").Types.ObjectId;
752
- ownerId?: string | import("mongoose").Types.ObjectId;
753
- ticker?: string;
754
- sector?: string;
755
- country?: string;
756
- industry?: string;
757
- issuedETFs?: (string | import("mongoose").Types.ObjectId)[];
758
- }, {
759
- id?: string | import("mongoose").Types.ObjectId;
760
- name?: string;
761
- data?: any;
762
- description?: string;
763
- type?: "Public Company" | "ETF Issuer" | "Both" | "Other";
764
- key?: string;
765
- status?: "Archived" | "Paused" | "Pending" | "Active";
766
- meta?: any;
767
- merkleLeaf?: string;
768
- merkleIndex?: number;
769
- createdById?: string | import("mongoose").Types.ObjectId;
770
- editedById?: string | import("mongoose").Types.ObjectId;
771
- deletedById?: string | import("mongoose").Types.ObjectId;
772
- createdDate?: Date;
773
- updatedDate?: Date;
774
- deletedDate?: Date;
775
- applicationId?: string | import("mongoose").Types.ObjectId;
776
- ownerId?: string | import("mongoose").Types.ObjectId;
777
- ticker?: string;
778
- sector?: string;
779
- country?: string;
780
- industry?: string;
781
- issuedETFs?: (string | import("mongoose").Types.ObjectId)[];
782
- }>;
783
- export declare const MarketETF: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
784
- id: import("zod").ZodOptional<import("zod").ZodString>;
785
- key: import("zod").ZodOptional<import("zod").ZodString>;
786
- name: import("zod").ZodOptional<import("zod").ZodString>;
787
- description: import("zod").ZodOptional<import("zod").ZodString>;
788
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
789
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
790
- }, {
791
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
792
- meta: import("zod").ZodAny;
793
- data: import("zod").ZodAny;
794
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
795
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
796
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
797
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
798
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
799
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
800
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
801
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
802
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
803
- }>, {
804
- ticker: import("zod").ZodString;
805
- issuerId: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
806
- leverage: import("zod").ZodOptional<import("zod").ZodNumber>;
807
- country: import("zod").ZodOptional<import("zod").ZodString>;
808
- currency: import("zod").ZodOptional<import("zod").ZodString>;
809
- AUM: import("zod").ZodOptional<import("zod").ZodNumber>;
810
- industry: import("zod").ZodOptional<import("zod").ZodString>;
811
- sector: import("zod").ZodOptional<import("zod").ZodString>;
812
- }>, "strip", import("zod").ZodTypeAny, {
813
- id?: string | import("mongoose").Types.ObjectId;
814
- name?: string;
815
- data?: any;
816
- description?: string;
817
- key?: string;
818
- status?: "Archived" | "Paused" | "Pending" | "Active";
819
- meta?: any;
820
- merkleLeaf?: string;
821
- merkleIndex?: number;
822
- createdById?: string | import("mongoose").Types.ObjectId;
823
- editedById?: string | import("mongoose").Types.ObjectId;
824
- deletedById?: string | import("mongoose").Types.ObjectId;
825
- createdDate?: Date;
826
- updatedDate?: Date;
827
- deletedDate?: Date;
828
- applicationId?: string | import("mongoose").Types.ObjectId;
829
- ownerId?: string | import("mongoose").Types.ObjectId;
830
- ticker?: string;
831
- sector?: string;
832
- currency?: string;
833
- country?: string;
834
- industry?: string;
835
- issuerId?: string | import("mongoose").Types.ObjectId;
836
- leverage?: number;
837
- AUM?: number;
838
- }, {
839
- id?: string | import("mongoose").Types.ObjectId;
840
- name?: string;
841
- data?: any;
842
- description?: string;
843
- key?: string;
844
- status?: "Archived" | "Paused" | "Pending" | "Active";
845
- meta?: any;
846
- merkleLeaf?: string;
847
- merkleIndex?: number;
848
- createdById?: string | import("mongoose").Types.ObjectId;
849
- editedById?: string | import("mongoose").Types.ObjectId;
850
- deletedById?: string | import("mongoose").Types.ObjectId;
851
- createdDate?: Date;
852
- updatedDate?: Date;
853
- deletedDate?: Date;
854
- applicationId?: string | import("mongoose").Types.ObjectId;
855
- ownerId?: string | import("mongoose").Types.ObjectId;
856
- ticker?: string;
857
- sector?: string;
858
- currency?: string;
859
- country?: string;
860
- industry?: string;
861
- issuerId?: string | import("mongoose").Types.ObjectId;
862
- leverage?: number;
863
- AUM?: number;
864
- }>;
865
- export declare const MarketStockSentiment: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
866
- id: import("zod").ZodOptional<import("zod").ZodString>;
867
- key: import("zod").ZodOptional<import("zod").ZodString>;
868
- name: import("zod").ZodOptional<import("zod").ZodString>;
869
- description: import("zod").ZodOptional<import("zod").ZodString>;
870
- applicationId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
871
- ownerId: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
872
- }, {
873
- id: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
874
- meta: import("zod").ZodAny;
875
- data: import("zod").ZodAny;
876
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
877
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
878
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
879
- createdById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
880
- editedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
881
- deletedById: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>>;
882
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
883
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
884
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
885
- }>, {
886
- ticker: import("zod").ZodString;
887
- companyId: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodType<import("mongoose").Types.ObjectId, import("zod").ZodTypeDef, import("mongoose").Types.ObjectId>]>;
888
- sentiment: import("zod").ZodObject<{
889
- label: import("zod").ZodEnum<["Positive", "Neutral", "Negative"]>;
890
- score: import("zod").ZodNumber;
891
- }, "strip", import("zod").ZodTypeAny, {
892
- score?: number;
893
- label?: "Neutral" | "Positive" | "Negative";
894
- }, {
895
- score?: number;
896
- label?: "Neutral" | "Positive" | "Negative";
897
- }>;
898
- confidence: import("zod").ZodNumber;
899
- }>, "strip", import("zod").ZodTypeAny, {
900
- id?: string | import("mongoose").Types.ObjectId;
901
- name?: string;
902
- data?: any;
903
- description?: string;
904
- key?: string;
905
- status?: "Archived" | "Paused" | "Pending" | "Active";
906
- meta?: any;
907
- merkleLeaf?: string;
908
- merkleIndex?: number;
909
- createdById?: string | import("mongoose").Types.ObjectId;
910
- editedById?: string | import("mongoose").Types.ObjectId;
911
- deletedById?: string | import("mongoose").Types.ObjectId;
912
- createdDate?: Date;
913
- updatedDate?: Date;
914
- deletedDate?: Date;
915
- applicationId?: string | import("mongoose").Types.ObjectId;
916
- ownerId?: string | import("mongoose").Types.ObjectId;
917
- companyId?: string | import("mongoose").Types.ObjectId;
918
- ticker?: string;
919
- sentiment?: {
920
- score?: number;
921
- label?: "Neutral" | "Positive" | "Negative";
922
- };
923
- confidence?: number;
924
- }, {
925
- id?: string | import("mongoose").Types.ObjectId;
926
- name?: string;
927
- data?: any;
928
- description?: string;
929
- key?: string;
930
- status?: "Archived" | "Paused" | "Pending" | "Active";
931
- meta?: any;
932
- merkleLeaf?: string;
933
- merkleIndex?: number;
934
- createdById?: string | import("mongoose").Types.ObjectId;
935
- editedById?: string | import("mongoose").Types.ObjectId;
936
- deletedById?: string | import("mongoose").Types.ObjectId;
937
- createdDate?: Date;
938
- updatedDate?: Date;
939
- deletedDate?: Date;
940
- applicationId?: string | import("mongoose").Types.ObjectId;
941
- ownerId?: string | import("mongoose").Types.ObjectId;
942
- companyId?: string | import("mongoose").Types.ObjectId;
943
- ticker?: string;
944
- sentiment?: {
945
- score?: number;
946
- label?: "Neutral" | "Positive" | "Negative";
947
- };
948
- confidence?: number;
949
- }>;