@arken/node 1.5.2 → 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 (502) 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/decoder.ts +3 -3
  64. package/index.ts +1 -46
  65. package/legacy/data/items.ts +1 -1
  66. package/log.ts +47 -1
  67. package/merkle.ts +3 -1
  68. package/mongo.ts +1 -1
  69. package/package.json +1 -1
  70. package/process.ts +1 -1
  71. package/trpc/socketLink.ts +2 -2
  72. package/trpc/socketServer.ts +1 -1
  73. package/tsconfig.json +2 -4
  74. package/web3.ts +2 -1
  75. package/websocket.ts +1 -1
  76. package/zod.ts +2 -0
  77. package/build/modules/area/area.models.d.ts +0 -6
  78. package/build/modules/area/area.models.js +0 -11
  79. package/build/modules/area/area.models.js.map +0 -1
  80. package/build/modules/area/area.router.d.ts +0 -274
  81. package/build/modules/area/area.router.js +0 -59
  82. package/build/modules/area/area.router.js.map +0 -1
  83. package/build/modules/area/area.schema.d.ts +0 -245
  84. package/build/modules/area/area.schema.js +0 -13
  85. package/build/modules/area/area.schema.js.map +0 -1
  86. package/build/modules/area/area.service.d.ts +0 -12
  87. package/build/modules/area/area.service.js +0 -95
  88. package/build/modules/area/area.service.js.map +0 -1
  89. package/build/modules/area/area.types.d.ts +0 -20
  90. package/build/modules/area/area.types.js +0 -2
  91. package/build/modules/area/area.types.js.map +0 -1
  92. package/build/modules/area/index.d.ts +0 -5
  93. package/build/modules/area/index.js +0 -6
  94. package/build/modules/area/index.js.map +0 -1
  95. package/build/modules/asset/asset.models.d.ts +0 -5
  96. package/build/modules/asset/asset.models.js +0 -44
  97. package/build/modules/asset/asset.models.js.map +0 -1
  98. package/build/modules/asset/asset.router.d.ts +0 -189
  99. package/build/modules/asset/asset.router.js +0 -41
  100. package/build/modules/asset/asset.router.js.map +0 -1
  101. package/build/modules/asset/asset.schema.d.ts +0 -207
  102. package/build/modules/asset/asset.schema.js +0 -19
  103. package/build/modules/asset/asset.schema.js.map +0 -1
  104. package/build/modules/asset/asset.service.d.ts +0 -9
  105. package/build/modules/asset/asset.service.js +0 -68
  106. package/build/modules/asset/asset.service.js.map +0 -1
  107. package/build/modules/asset/asset.types.d.ts +0 -17
  108. package/build/modules/asset/asset.types.js +0 -2
  109. package/build/modules/asset/asset.types.js.map +0 -1
  110. package/build/modules/asset/index.d.ts +0 -5
  111. package/build/modules/asset/index.js +0 -6
  112. package/build/modules/asset/index.js.map +0 -1
  113. package/build/modules/chain/chain.models.d.ts +0 -6
  114. package/build/modules/chain/chain.models.js +0 -42
  115. package/build/modules/chain/chain.models.js.map +0 -1
  116. package/build/modules/chain/chain.router.d.ts +0 -364
  117. package/build/modules/chain/chain.router.js +0 -84
  118. package/build/modules/chain/chain.router.js.map +0 -1
  119. package/build/modules/chain/chain.schema.d.ts +0 -323
  120. package/build/modules/chain/chain.schema.js +0 -41
  121. package/build/modules/chain/chain.schema.js.map +0 -1
  122. package/build/modules/chain/chain.service.d.ts +0 -15
  123. package/build/modules/chain/chain.service.js +0 -115
  124. package/build/modules/chain/chain.service.js.map +0 -1
  125. package/build/modules/chain/chain.types.d.ts +0 -20
  126. package/build/modules/chain/chain.types.js +0 -2
  127. package/build/modules/chain/chain.types.js.map +0 -1
  128. package/build/modules/chain/index.d.ts +0 -5
  129. package/build/modules/chain/index.js +0 -6
  130. package/build/modules/chain/index.js.map +0 -1
  131. package/build/modules/character/character.models.d.ts +0 -14
  132. package/build/modules/character/character.models.js +0 -123
  133. package/build/modules/character/character.models.js.map +0 -1
  134. package/build/modules/character/character.router.d.ts +0 -945
  135. package/build/modules/character/character.router.js +0 -246
  136. package/build/modules/character/character.router.js.map +0 -1
  137. package/build/modules/character/character.schema.d.ts +0 -1239
  138. package/build/modules/character/character.schema.js +0 -67
  139. package/build/modules/character/character.schema.js.map +0 -1
  140. package/build/modules/character/character.service.d.ts +0 -73
  141. package/build/modules/character/character.service.js +0 -533
  142. package/build/modules/character/character.service.js.map +0 -1
  143. package/build/modules/character/character.types.d.ts +0 -48
  144. package/build/modules/character/character.types.js +0 -2
  145. package/build/modules/character/character.types.js.map +0 -1
  146. package/build/modules/character/index.d.ts +0 -5
  147. package/build/modules/character/index.js +0 -6
  148. package/build/modules/character/index.js.map +0 -1
  149. package/build/modules/chat/chat.models.d.ts +0 -4
  150. package/build/modules/chat/chat.models.js +0 -35
  151. package/build/modules/chat/chat.models.js.map +0 -1
  152. package/build/modules/chat/chat.router.d.ts +0 -223
  153. package/build/modules/chat/chat.router.js +0 -51
  154. package/build/modules/chat/chat.router.js.map +0 -1
  155. package/build/modules/chat/chat.schema.d.ts +0 -183
  156. package/build/modules/chat/chat.schema.js +0 -29
  157. package/build/modules/chat/chat.schema.js.map +0 -1
  158. package/build/modules/chat/chat.service.d.ts +0 -12
  159. package/build/modules/chat/chat.service.js +0 -85
  160. package/build/modules/chat/chat.service.js.map +0 -1
  161. package/build/modules/chat/chat.types.d.ts +0 -14
  162. package/build/modules/chat/chat.types.js +0 -2
  163. package/build/modules/chat/chat.types.js.map +0 -1
  164. package/build/modules/chat/index.d.ts +0 -5
  165. package/build/modules/chat/index.js +0 -6
  166. package/build/modules/chat/index.js.map +0 -1
  167. package/build/modules/collection/collection.models.d.ts +0 -9
  168. package/build/modules/collection/collection.models.js +0 -69
  169. package/build/modules/collection/collection.models.js.map +0 -1
  170. package/build/modules/collection/collection.router.d.ts +0 -361
  171. package/build/modules/collection/collection.router.js +0 -71
  172. package/build/modules/collection/collection.router.js.map +0 -1
  173. package/build/modules/collection/collection.schema.d.ts +0 -676
  174. package/build/modules/collection/collection.schema.js +0 -70
  175. package/build/modules/collection/collection.schema.js.map +0 -1
  176. package/build/modules/collection/collection.service.d.ts +0 -15
  177. package/build/modules/collection/collection.service.js +0 -117
  178. package/build/modules/collection/collection.service.js.map +0 -1
  179. package/build/modules/collection/collection.types.d.ts +0 -29
  180. package/build/modules/collection/collection.types.js +0 -2
  181. package/build/modules/collection/collection.types.js.map +0 -1
  182. package/build/modules/collection/index.d.ts +0 -5
  183. package/build/modules/collection/index.js +0 -6
  184. package/build/modules/collection/index.js.map +0 -1
  185. package/build/modules/core/core.models.d.ts +0 -123
  186. package/build/modules/core/core.models.js +0 -811
  187. package/build/modules/core/core.models.js.map +0 -1
  188. package/build/modules/core/core.router.d.ts +0 -5297
  189. package/build/modules/core/core.router.js +0 -1372
  190. package/build/modules/core/core.router.js.map +0 -1
  191. package/build/modules/core/core.schema.d.ts +0 -5918
  192. package/build/modules/core/core.schema.js +0 -519
  193. package/build/modules/core/core.schema.js.map +0 -1
  194. package/build/modules/core/core.service.d.ts +0 -270
  195. package/build/modules/core/core.service.js +0 -2515
  196. package/build/modules/core/core.service.js.map +0 -1
  197. package/build/modules/core/core.types.d.ts +0 -251
  198. package/build/modules/core/core.types.js +0 -2
  199. package/build/modules/core/core.types.js.map +0 -1
  200. package/build/modules/core/index.d.ts +0 -5
  201. package/build/modules/core/index.js +0 -6
  202. package/build/modules/core/index.js.map +0 -1
  203. package/build/modules/core/mail/applyPatchesOrMail.d.ts +0 -72
  204. package/build/modules/core/mail/applyPatchesOrMail.js +0 -416
  205. package/build/modules/core/mail/applyPatchesOrMail.js.map +0 -1
  206. package/build/modules/core/mail/mailClaimablePatchesBatch.d.ts +0 -51
  207. package/build/modules/core/mail/mailClaimablePatchesBatch.js +0 -239
  208. package/build/modules/core/mail/mailClaimablePatchesBatch.js.map +0 -1
  209. package/build/modules/game/game.models.d.ts +0 -6
  210. package/build/modules/game/game.models.js +0 -29
  211. package/build/modules/game/game.models.js.map +0 -1
  212. package/build/modules/game/game.router.d.ts +0 -428
  213. package/build/modules/game/game.router.js +0 -90
  214. package/build/modules/game/game.router.js.map +0 -1
  215. package/build/modules/game/game.schema.d.ts +0 -344
  216. package/build/modules/game/game.schema.js +0 -14
  217. package/build/modules/game/game.schema.js.map +0 -1
  218. package/build/modules/game/game.service.d.ts +0 -16
  219. package/build/modules/game/game.service.js +0 -111
  220. package/build/modules/game/game.service.js.map +0 -1
  221. package/build/modules/game/game.types.d.ts +0 -20
  222. package/build/modules/game/game.types.js +0 -2
  223. package/build/modules/game/game.types.js.map +0 -1
  224. package/build/modules/game/index.d.ts +0 -5
  225. package/build/modules/game/index.js +0 -5
  226. package/build/modules/game/index.js.map +0 -1
  227. package/build/modules/interface/index.d.ts +0 -5
  228. package/build/modules/interface/index.js +0 -6
  229. package/build/modules/interface/index.js.map +0 -1
  230. package/build/modules/interface/interface.canonicalize.d.ts +0 -2
  231. package/build/modules/interface/interface.canonicalize.js +0 -241
  232. package/build/modules/interface/interface.canonicalize.js.map +0 -1
  233. package/build/modules/interface/interface.models.d.ts +0 -6
  234. package/build/modules/interface/interface.models.js +0 -30
  235. package/build/modules/interface/interface.models.js.map +0 -1
  236. package/build/modules/interface/interface.router.d.ts +0 -472
  237. package/build/modules/interface/interface.router.js +0 -113
  238. package/build/modules/interface/interface.router.js.map +0 -1
  239. package/build/modules/interface/interface.schema.d.ts +0 -313
  240. package/build/modules/interface/interface.schema.js +0 -36
  241. package/build/modules/interface/interface.schema.js.map +0 -1
  242. package/build/modules/interface/interface.service.d.ts +0 -19
  243. package/build/modules/interface/interface.service.js +0 -168
  244. package/build/modules/interface/interface.service.js.map +0 -1
  245. package/build/modules/interface/interface.types.d.ts +0 -19
  246. package/build/modules/interface/interface.types.js +0 -2
  247. package/build/modules/interface/interface.types.js.map +0 -1
  248. package/build/modules/item/index.d.ts +0 -5
  249. package/build/modules/item/index.js +0 -6
  250. package/build/modules/item/index.js.map +0 -1
  251. package/build/modules/item/item.models.d.ts +0 -16
  252. package/build/modules/item/item.models.js +0 -101
  253. package/build/modules/item/item.models.js.map +0 -1
  254. package/build/modules/item/item.router.d.ts +0 -263
  255. package/build/modules/item/item.router.js +0 -70
  256. package/build/modules/item/item.router.js.map +0 -1
  257. package/build/modules/item/item.schema.d.ts +0 -778
  258. package/build/modules/item/item.schema.js +0 -56
  259. package/build/modules/item/item.schema.js.map +0 -1
  260. package/build/modules/item/item.service.d.ts +0 -13
  261. package/build/modules/item/item.service.js +0 -116
  262. package/build/modules/item/item.service.js.map +0 -1
  263. package/build/modules/item/item.types.d.ts +0 -55
  264. package/build/modules/item/item.types.js +0 -2
  265. package/build/modules/item/item.types.js.map +0 -1
  266. package/build/modules/job/index.d.ts +0 -5
  267. package/build/modules/job/index.js +0 -6
  268. package/build/modules/job/index.js.map +0 -1
  269. package/build/modules/job/job.models.d.ts +0 -3
  270. package/build/modules/job/job.models.js +0 -9
  271. package/build/modules/job/job.models.js.map +0 -1
  272. package/build/modules/job/job.router.d.ts +0 -146
  273. package/build/modules/job/job.router.js +0 -32
  274. package/build/modules/job/job.router.js.map +0 -1
  275. package/build/modules/job/job.schema.d.ts +0 -67
  276. package/build/modules/job/job.schema.js +0 -7
  277. package/build/modules/job/job.schema.js.map +0 -1
  278. package/build/modules/job/job.service.d.ts +0 -7
  279. package/build/modules/job/job.service.js +0 -144
  280. package/build/modules/job/job.service.js.map +0 -1
  281. package/build/modules/job/job.types.d.ts +0 -16
  282. package/build/modules/job/job.types.js +0 -2
  283. package/build/modules/job/job.types.js.map +0 -1
  284. package/build/modules/market/index.d.ts +0 -5
  285. package/build/modules/market/index.js +0 -6
  286. package/build/modules/market/index.js.map +0 -1
  287. package/build/modules/market/market.models.d.ts +0 -14
  288. package/build/modules/market/market.models.js +0 -98
  289. package/build/modules/market/market.models.js.map +0 -1
  290. package/build/modules/market/market.router.d.ts +0 -230
  291. package/build/modules/market/market.router.js +0 -56
  292. package/build/modules/market/market.router.js.map +0 -1
  293. package/build/modules/market/market.schema.d.ts +0 -949
  294. package/build/modules/market/market.schema.js +0 -101
  295. package/build/modules/market/market.schema.js.map +0 -1
  296. package/build/modules/market/market.service.d.ts +0 -12
  297. package/build/modules/market/market.service.js +0 -88
  298. package/build/modules/market/market.service.js.map +0 -1
  299. package/build/modules/market/market.types.d.ts +0 -49
  300. package/build/modules/market/market.types.js +0 -2
  301. package/build/modules/market/market.types.js.map +0 -1
  302. package/build/modules/product/index.d.ts +0 -5
  303. package/build/modules/product/index.js +0 -6
  304. package/build/modules/product/index.js.map +0 -1
  305. package/build/modules/product/product.models.d.ts +0 -4
  306. package/build/modules/product/product.models.js +0 -113
  307. package/build/modules/product/product.models.js.map +0 -1
  308. package/build/modules/product/product.router.d.ts +0 -447
  309. package/build/modules/product/product.router.js +0 -71
  310. package/build/modules/product/product.router.js.map +0 -1
  311. package/build/modules/product/product.schema.d.ts +0 -654
  312. package/build/modules/product/product.schema.js +0 -117
  313. package/build/modules/product/product.schema.js.map +0 -1
  314. package/build/modules/product/product.service.d.ts +0 -15
  315. package/build/modules/product/product.service.js +0 -115
  316. package/build/modules/product/product.service.js.map +0 -1
  317. package/build/modules/product/product.types.d.ts +0 -28
  318. package/build/modules/product/product.types.js +0 -2
  319. package/build/modules/product/product.types.js.map +0 -1
  320. package/build/modules/profile/index.d.ts +0 -5
  321. package/build/modules/profile/index.js +0 -6
  322. package/build/modules/profile/index.js.map +0 -1
  323. package/build/modules/profile/profile.models.d.ts +0 -2
  324. package/build/modules/profile/profile.models.js +0 -165
  325. package/build/modules/profile/profile.models.js.map +0 -1
  326. package/build/modules/profile/profile.router.d.ts +0 -163
  327. package/build/modules/profile/profile.router.js +0 -54
  328. package/build/modules/profile/profile.router.js.map +0 -1
  329. package/build/modules/profile/profile.schema.d.ts +0 -1
  330. package/build/modules/profile/profile.schema.js +0 -138
  331. package/build/modules/profile/profile.schema.js.map +0 -1
  332. package/build/modules/profile/profile.service.d.ts +0 -11
  333. package/build/modules/profile/profile.service.js +0 -120
  334. package/build/modules/profile/profile.service.js.map +0 -1
  335. package/build/modules/profile/profile.types.d.ts +0 -16
  336. package/build/modules/profile/profile.types.js +0 -2
  337. package/build/modules/profile/profile.types.js.map +0 -1
  338. package/build/modules/raffle/index.d.ts +0 -5
  339. package/build/modules/raffle/index.js +0 -6
  340. package/build/modules/raffle/index.js.map +0 -1
  341. package/build/modules/raffle/raffle.models.d.ts +0 -6
  342. package/build/modules/raffle/raffle.models.js +0 -36
  343. package/build/modules/raffle/raffle.models.js.map +0 -1
  344. package/build/modules/raffle/raffle.router.d.ts +0 -299
  345. package/build/modules/raffle/raffle.router.js +0 -71
  346. package/build/modules/raffle/raffle.router.js.map +0 -1
  347. package/build/modules/raffle/raffle.schema.d.ts +0 -265
  348. package/build/modules/raffle/raffle.schema.js +0 -21
  349. package/build/modules/raffle/raffle.schema.js.map +0 -1
  350. package/build/modules/raffle/raffle.service.d.ts +0 -15
  351. package/build/modules/raffle/raffle.service.js +0 -115
  352. package/build/modules/raffle/raffle.service.js.map +0 -1
  353. package/build/modules/raffle/raffle.types.d.ts +0 -25
  354. package/build/modules/raffle/raffle.types.js +0 -2
  355. package/build/modules/raffle/raffle.types.js.map +0 -1
  356. package/build/modules/skill/index.d.ts +0 -5
  357. package/build/modules/skill/index.js +0 -6
  358. package/build/modules/skill/index.js.map +0 -1
  359. package/build/modules/skill/skill.models.d.ts +0 -9
  360. package/build/modules/skill/skill.models.js +0 -9
  361. package/build/modules/skill/skill.models.js.map +0 -1
  362. package/build/modules/skill/skill.router.d.ts +0 -659
  363. package/build/modules/skill/skill.router.js +0 -152
  364. package/build/modules/skill/skill.router.js.map +0 -1
  365. package/build/modules/skill/skill.schema.d.ts +0 -548
  366. package/build/modules/skill/skill.schema.js +0 -26
  367. package/build/modules/skill/skill.schema.js.map +0 -1
  368. package/build/modules/skill/skill.service.d.ts +0 -32
  369. package/build/modules/skill/skill.service.js +0 -279
  370. package/build/modules/skill/skill.service.js.map +0 -1
  371. package/build/modules/skill/skill.types.d.ts +0 -29
  372. package/build/modules/skill/skill.types.js +0 -2
  373. package/build/modules/skill/skill.types.js.map +0 -1
  374. package/build/modules/video/index.d.ts +0 -5
  375. package/build/modules/video/index.js +0 -6
  376. package/build/modules/video/index.js.map +0 -1
  377. package/build/modules/video/video.models.d.ts +0 -7
  378. package/build/modules/video/video.models.js +0 -19
  379. package/build/modules/video/video.models.js.map +0 -1
  380. package/build/modules/video/video.router.d.ts +0 -563
  381. package/build/modules/video/video.router.js +0 -112
  382. package/build/modules/video/video.router.js.map +0 -1
  383. package/build/modules/video/video.schema.d.ts +0 -456
  384. package/build/modules/video/video.schema.js +0 -31
  385. package/build/modules/video/video.schema.js.map +0 -1
  386. package/build/modules/video/video.service.d.ts +0 -23
  387. package/build/modules/video/video.service.js +0 -197
  388. package/build/modules/video/video.service.js.map +0 -1
  389. package/build/modules/video/video.types.d.ts +0 -28
  390. package/build/modules/video/video.types.js +0 -2
  391. package/build/modules/video/video.types.js.map +0 -1
  392. package/build/router.d.ts +0 -10406
  393. package/build/router.js +0 -44
  394. package/build/router.js.map +0 -1
  395. package/build/types.d.ts +0 -164
  396. package/build/types.js +0 -19
  397. package/build/types.js.map +0 -1
  398. package/build/util/api.js.map +0 -1
  399. package/build/util/array.js.map +0 -1
  400. package/build/util/browser.js.map +0 -1
  401. package/build/util/codebase.js.map +0 -1
  402. package/build/util/config.js.map +0 -1
  403. package/build/util/db/index.d.ts +0 -5
  404. package/build/util/db/index.js +0 -7
  405. package/build/util/db/index.js.map +0 -1
  406. package/build/util/db/isPostgresError.d.ts +0 -2
  407. package/build/util/db/isPostgresError.js +0 -8
  408. package/build/util/db/isPostgresError.js.map +0 -1
  409. package/build/util/db/isUniqueConstraintViolation.d.ts +0 -2
  410. package/build/util/db/isUniqueConstraintViolation.js +0 -3
  411. package/build/util/db/isUniqueConstraintViolation.js.map +0 -1
  412. package/build/util/db.d.ts +0 -6
  413. package/build/util/db.js +0 -51
  414. package/build/util/db.js.map +0 -1
  415. package/build/util/decoder.js.map +0 -1
  416. package/build/util/decoder.test.d.ts +0 -1
  417. package/build/util/decoder.test.js +0 -7
  418. package/build/util/decoder.test.js.map +0 -1
  419. package/build/util/format.js.map +0 -1
  420. package/build/util/guid.js.map +0 -1
  421. package/build/util/index.d.ts +0 -74
  422. package/build/util/index.js +0 -239
  423. package/build/util/index.js.map +0 -1
  424. package/build/util/json.js.map +0 -1
  425. package/build/util/log.d.ts +0 -1
  426. package/build/util/log.js +0 -6
  427. package/build/util/log.js.map +0 -1
  428. package/build/util/math.js.map +0 -1
  429. package/build/util/merkle.js.map +0 -1
  430. package/build/util/mongo.js.map +0 -1
  431. package/build/util/number.js.map +0 -1
  432. package/build/util/object.js.map +0 -1
  433. package/build/util/otp.js.map +0 -1
  434. package/build/util/physics.js.map +0 -1
  435. package/build/util/process.js.map +0 -1
  436. package/build/util/rpc.js.map +0 -1
  437. package/build/util/seer.js.map +0 -1
  438. package/build/util/string.js.map +0 -1
  439. package/build/util/text.js.map +0 -1
  440. package/build/util/time/date.js.map +0 -1
  441. package/build/util/time/fancyTimeFormat.js.map +0 -1
  442. package/build/util/time/index.js.map +0 -1
  443. package/build/util/time/now.js.map +0 -1
  444. package/build/util/web3/httpProvider.js.map +0 -1
  445. package/build/util/web3.js.map +0 -1
  446. package/build/util/websocket.js.map +0 -1
  447. package/build/util/zk.js.map +0 -1
  448. package/build/util/zod.js.map +0 -1
  449. package/router.ts +0 -49
  450. package/types.ts +0 -183
  451. /package/build/{util/api.d.ts → api.d.ts} +0 -0
  452. /package/build/{util/api.js → api.js} +0 -0
  453. /package/build/{util/array.d.ts → array.d.ts} +0 -0
  454. /package/build/{util/array.js → array.js} +0 -0
  455. /package/build/{util/browser.d.ts → browser.d.ts} +0 -0
  456. /package/build/{util/browser.js → browser.js} +0 -0
  457. /package/build/{util/codebase.d.ts → codebase.d.ts} +0 -0
  458. /package/build/{util/codebase.js → codebase.js} +0 -0
  459. /package/build/{util/config.d.ts → config.d.ts} +0 -0
  460. /package/build/{util/config.js → config.js} +0 -0
  461. /package/build/{util/decoder.d.ts → decoder.d.ts} +0 -0
  462. /package/build/{util/format.d.ts → format.d.ts} +0 -0
  463. /package/build/{util/format.js → format.js} +0 -0
  464. /package/build/{util/guid.d.ts → guid.d.ts} +0 -0
  465. /package/build/{util/guid.js → guid.js} +0 -0
  466. /package/build/{util/json.d.ts → json.d.ts} +0 -0
  467. /package/build/{util/json.js → json.js} +0 -0
  468. /package/build/{util/math.d.ts → math.d.ts} +0 -0
  469. /package/build/{util/math.js → math.js} +0 -0
  470. /package/build/{util/merkle.d.ts → merkle.d.ts} +0 -0
  471. /package/build/{util/mongo.d.ts → mongo.d.ts} +0 -0
  472. /package/build/{util/number.d.ts → number.d.ts} +0 -0
  473. /package/build/{util/number.js → number.js} +0 -0
  474. /package/build/{util/object.d.ts → object.d.ts} +0 -0
  475. /package/build/{util/object.js → object.js} +0 -0
  476. /package/build/{util/otp.d.ts → otp.d.ts} +0 -0
  477. /package/build/{util/otp.js → otp.js} +0 -0
  478. /package/build/{util/physics.d.ts → physics.d.ts} +0 -0
  479. /package/build/{util/physics.js → physics.js} +0 -0
  480. /package/build/{util/process.d.ts → process.d.ts} +0 -0
  481. /package/build/{util/rpc.d.ts → rpc.d.ts} +0 -0
  482. /package/build/{util/rpc.js → rpc.js} +0 -0
  483. /package/build/{util/seer.d.ts → seer.d.ts} +0 -0
  484. /package/build/{util/seer.js → seer.js} +0 -0
  485. /package/build/{util/string.d.ts → string.d.ts} +0 -0
  486. /package/build/{util/string.js → string.js} +0 -0
  487. /package/build/{util/text.d.ts → text.d.ts} +0 -0
  488. /package/build/{util/text.js → text.js} +0 -0
  489. /package/build/{util/time → time}/date.d.ts +0 -0
  490. /package/build/{util/time → time}/date.js +0 -0
  491. /package/build/{util/time → time}/fancyTimeFormat.d.ts +0 -0
  492. /package/build/{util/time → time}/fancyTimeFormat.js +0 -0
  493. /package/build/{util/time → time}/index.d.ts +0 -0
  494. /package/build/{util/time → time}/index.js +0 -0
  495. /package/build/{util/time → time}/now.d.ts +0 -0
  496. /package/build/{util/time → time}/now.js +0 -0
  497. /package/build/{util/web3 → web3}/httpProvider.d.ts +0 -0
  498. /package/build/{util/web3 → web3}/httpProvider.js +0 -0
  499. /package/build/{util/web3.d.ts → web3.d.ts} +0 -0
  500. /package/build/{util/websocket.d.ts → websocket.d.ts} +0 -0
  501. /package/build/{util/zk.d.ts → zk.d.ts} +0 -0
  502. /package/build/{util/zk.js → zk.js} +0 -0
@@ -1,676 +0,0 @@
1
- export declare const CollectibleCollection: 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
- hype: import("zod").ZodOptional<import("zod").ZodNumber>;
23
- value: import("zod").ZodOptional<import("zod").ZodNumber>;
24
- }>, "strip", import("zod").ZodTypeAny, {
25
- id?: string | import("mongoose").Types.ObjectId;
26
- name?: string;
27
- value?: number;
28
- data?: any;
29
- description?: string;
30
- key?: string;
31
- status?: "Archived" | "Paused" | "Pending" | "Active";
32
- meta?: any;
33
- merkleLeaf?: string;
34
- merkleIndex?: number;
35
- createdById?: string | import("mongoose").Types.ObjectId;
36
- editedById?: string | import("mongoose").Types.ObjectId;
37
- deletedById?: string | import("mongoose").Types.ObjectId;
38
- createdDate?: Date;
39
- updatedDate?: Date;
40
- deletedDate?: Date;
41
- applicationId?: string | import("mongoose").Types.ObjectId;
42
- ownerId?: string | import("mongoose").Types.ObjectId;
43
- hype?: number;
44
- }, {
45
- id?: string | import("mongoose").Types.ObjectId;
46
- name?: string;
47
- value?: number;
48
- data?: any;
49
- description?: string;
50
- key?: string;
51
- status?: "Archived" | "Paused" | "Pending" | "Active";
52
- meta?: any;
53
- merkleLeaf?: string;
54
- merkleIndex?: number;
55
- createdById?: string | import("mongoose").Types.ObjectId;
56
- editedById?: string | import("mongoose").Types.ObjectId;
57
- deletedById?: string | import("mongoose").Types.ObjectId;
58
- createdDate?: Date;
59
- updatedDate?: Date;
60
- deletedDate?: Date;
61
- applicationId?: string | import("mongoose").Types.ObjectId;
62
- ownerId?: string | import("mongoose").Types.ObjectId;
63
- hype?: number;
64
- }>;
65
- export declare const CollectibleCardBox: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
66
- id: import("zod").ZodOptional<import("zod").ZodString>;
67
- key: import("zod").ZodOptional<import("zod").ZodString>;
68
- name: import("zod").ZodOptional<import("zod").ZodString>;
69
- description: import("zod").ZodOptional<import("zod").ZodString>;
70
- 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>]>>;
71
- 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>]>>;
72
- }, {
73
- 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>]>>;
74
- meta: import("zod").ZodAny;
75
- data: import("zod").ZodAny;
76
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
77
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
78
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
79
- 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>]>>;
80
- 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>]>>;
81
- 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>]>>;
82
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
83
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
84
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
85
- }>, {
86
- collectibleCollectionId: 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>]>;
87
- franchise: import("zod").ZodString;
88
- }>, "strip", import("zod").ZodTypeAny, {
89
- id?: string | import("mongoose").Types.ObjectId;
90
- name?: string;
91
- data?: any;
92
- description?: string;
93
- key?: string;
94
- status?: "Archived" | "Paused" | "Pending" | "Active";
95
- meta?: any;
96
- merkleLeaf?: string;
97
- merkleIndex?: number;
98
- createdById?: string | import("mongoose").Types.ObjectId;
99
- editedById?: string | import("mongoose").Types.ObjectId;
100
- deletedById?: string | import("mongoose").Types.ObjectId;
101
- createdDate?: Date;
102
- updatedDate?: Date;
103
- deletedDate?: Date;
104
- applicationId?: string | import("mongoose").Types.ObjectId;
105
- ownerId?: string | import("mongoose").Types.ObjectId;
106
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
107
- franchise?: string;
108
- }, {
109
- id?: string | import("mongoose").Types.ObjectId;
110
- name?: string;
111
- data?: any;
112
- description?: string;
113
- key?: string;
114
- status?: "Archived" | "Paused" | "Pending" | "Active";
115
- meta?: any;
116
- merkleLeaf?: string;
117
- merkleIndex?: number;
118
- createdById?: string | import("mongoose").Types.ObjectId;
119
- editedById?: string | import("mongoose").Types.ObjectId;
120
- deletedById?: string | import("mongoose").Types.ObjectId;
121
- createdDate?: Date;
122
- updatedDate?: Date;
123
- deletedDate?: Date;
124
- applicationId?: string | import("mongoose").Types.ObjectId;
125
- ownerId?: string | import("mongoose").Types.ObjectId;
126
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
127
- franchise?: string;
128
- }>;
129
- export declare const CollectibleCardPack: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
130
- id: import("zod").ZodOptional<import("zod").ZodString>;
131
- key: import("zod").ZodOptional<import("zod").ZodString>;
132
- name: import("zod").ZodOptional<import("zod").ZodString>;
133
- description: import("zod").ZodOptional<import("zod").ZodString>;
134
- 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>]>>;
135
- 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>]>>;
136
- }, {
137
- 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>]>>;
138
- meta: import("zod").ZodAny;
139
- data: import("zod").ZodAny;
140
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
141
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
142
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
143
- 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>]>>;
144
- 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>]>>;
145
- 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>]>>;
146
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
147
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
148
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
149
- }>, {
150
- collectibleCollectionId: 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>]>;
151
- franchise: import("zod").ZodString;
152
- ungraded: import("zod").ZodOptional<import("zod").ZodNumber>;
153
- grade10: import("zod").ZodOptional<import("zod").ZodNumber>;
154
- grade9: import("zod").ZodOptional<import("zod").ZodNumber>;
155
- grade8: import("zod").ZodOptional<import("zod").ZodNumber>;
156
- grade7: import("zod").ZodOptional<import("zod").ZodNumber>;
157
- grade6: import("zod").ZodOptional<import("zod").ZodNumber>;
158
- grade5: import("zod").ZodOptional<import("zod").ZodNumber>;
159
- grade4: import("zod").ZodOptional<import("zod").ZodNumber>;
160
- grade3: import("zod").ZodOptional<import("zod").ZodNumber>;
161
- grade2: import("zod").ZodOptional<import("zod").ZodNumber>;
162
- grade1: import("zod").ZodOptional<import("zod").ZodNumber>;
163
- additional: import("zod").ZodOptional<import("zod").ZodString>;
164
- code: import("zod").ZodOptional<import("zod").ZodString>;
165
- hype: import("zod").ZodOptional<import("zod").ZodNumber>;
166
- series: import("zod").ZodOptional<import("zod").ZodString>;
167
- category: import("zod").ZodOptional<import("zod").ZodString>;
168
- year: import("zod").ZodOptional<import("zod").ZodNumber>;
169
- }>, "strip", import("zod").ZodTypeAny, {
170
- id?: string | import("mongoose").Types.ObjectId;
171
- name?: string;
172
- data?: any;
173
- description?: string;
174
- key?: string;
175
- code?: string;
176
- status?: "Archived" | "Paused" | "Pending" | "Active";
177
- meta?: any;
178
- merkleLeaf?: string;
179
- merkleIndex?: number;
180
- createdById?: string | import("mongoose").Types.ObjectId;
181
- editedById?: string | import("mongoose").Types.ObjectId;
182
- deletedById?: string | import("mongoose").Types.ObjectId;
183
- createdDate?: Date;
184
- updatedDate?: Date;
185
- deletedDate?: Date;
186
- applicationId?: string | import("mongoose").Types.ObjectId;
187
- ownerId?: string | import("mongoose").Types.ObjectId;
188
- hype?: number;
189
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
190
- franchise?: string;
191
- ungraded?: number;
192
- grade10?: number;
193
- grade9?: number;
194
- grade8?: number;
195
- grade7?: number;
196
- grade6?: number;
197
- grade5?: number;
198
- grade4?: number;
199
- grade3?: number;
200
- grade2?: number;
201
- grade1?: number;
202
- additional?: string;
203
- series?: string;
204
- category?: string;
205
- year?: number;
206
- }, {
207
- id?: string | import("mongoose").Types.ObjectId;
208
- name?: string;
209
- data?: any;
210
- description?: string;
211
- key?: string;
212
- code?: string;
213
- status?: "Archived" | "Paused" | "Pending" | "Active";
214
- meta?: any;
215
- merkleLeaf?: string;
216
- merkleIndex?: number;
217
- createdById?: string | import("mongoose").Types.ObjectId;
218
- editedById?: string | import("mongoose").Types.ObjectId;
219
- deletedById?: string | import("mongoose").Types.ObjectId;
220
- createdDate?: Date;
221
- updatedDate?: Date;
222
- deletedDate?: Date;
223
- applicationId?: string | import("mongoose").Types.ObjectId;
224
- ownerId?: string | import("mongoose").Types.ObjectId;
225
- hype?: number;
226
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
227
- franchise?: string;
228
- ungraded?: number;
229
- grade10?: number;
230
- grade9?: number;
231
- grade8?: number;
232
- grade7?: number;
233
- grade6?: number;
234
- grade5?: number;
235
- grade4?: number;
236
- grade3?: number;
237
- grade2?: number;
238
- grade1?: number;
239
- additional?: string;
240
- series?: string;
241
- category?: string;
242
- year?: number;
243
- }>;
244
- export declare const CollectibleCard: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
245
- id: import("zod").ZodOptional<import("zod").ZodString>;
246
- key: import("zod").ZodOptional<import("zod").ZodString>;
247
- name: import("zod").ZodOptional<import("zod").ZodString>;
248
- description: import("zod").ZodOptional<import("zod").ZodString>;
249
- 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>]>>;
250
- 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>]>>;
251
- }, {
252
- 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>]>>;
253
- meta: import("zod").ZodAny;
254
- data: import("zod").ZodAny;
255
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
256
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
257
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
258
- 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>]>>;
259
- 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>]>>;
260
- 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>]>>;
261
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
262
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
263
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
264
- }>, {
265
- collectibleCollectionId: 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>]>;
266
- franchise: import("zod").ZodString;
267
- ungraded: import("zod").ZodOptional<import("zod").ZodNumber>;
268
- grade10: import("zod").ZodOptional<import("zod").ZodNumber>;
269
- grade9: import("zod").ZodOptional<import("zod").ZodNumber>;
270
- grade8: import("zod").ZodOptional<import("zod").ZodNumber>;
271
- grade7: import("zod").ZodOptional<import("zod").ZodNumber>;
272
- grade6: import("zod").ZodOptional<import("zod").ZodNumber>;
273
- grade5: import("zod").ZodOptional<import("zod").ZodNumber>;
274
- grade4: import("zod").ZodOptional<import("zod").ZodNumber>;
275
- grade3: import("zod").ZodOptional<import("zod").ZodNumber>;
276
- grade2: import("zod").ZodOptional<import("zod").ZodNumber>;
277
- grade1: import("zod").ZodOptional<import("zod").ZodNumber>;
278
- additional: import("zod").ZodOptional<import("zod").ZodString>;
279
- code: import("zod").ZodOptional<import("zod").ZodString>;
280
- hype: import("zod").ZodOptional<import("zod").ZodNumber>;
281
- series: import("zod").ZodOptional<import("zod").ZodString>;
282
- category: import("zod").ZodOptional<import("zod").ZodString>;
283
- year: import("zod").ZodOptional<import("zod").ZodNumber>;
284
- }>, "strip", import("zod").ZodTypeAny, {
285
- id?: string | import("mongoose").Types.ObjectId;
286
- name?: string;
287
- data?: any;
288
- description?: string;
289
- key?: string;
290
- code?: string;
291
- status?: "Archived" | "Paused" | "Pending" | "Active";
292
- meta?: any;
293
- merkleLeaf?: string;
294
- merkleIndex?: number;
295
- createdById?: string | import("mongoose").Types.ObjectId;
296
- editedById?: string | import("mongoose").Types.ObjectId;
297
- deletedById?: string | import("mongoose").Types.ObjectId;
298
- createdDate?: Date;
299
- updatedDate?: Date;
300
- deletedDate?: Date;
301
- applicationId?: string | import("mongoose").Types.ObjectId;
302
- ownerId?: string | import("mongoose").Types.ObjectId;
303
- hype?: number;
304
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
305
- franchise?: string;
306
- ungraded?: number;
307
- grade10?: number;
308
- grade9?: number;
309
- grade8?: number;
310
- grade7?: number;
311
- grade6?: number;
312
- grade5?: number;
313
- grade4?: number;
314
- grade3?: number;
315
- grade2?: number;
316
- grade1?: number;
317
- additional?: string;
318
- series?: string;
319
- category?: string;
320
- year?: number;
321
- }, {
322
- id?: string | import("mongoose").Types.ObjectId;
323
- name?: string;
324
- data?: any;
325
- description?: string;
326
- key?: string;
327
- code?: string;
328
- status?: "Archived" | "Paused" | "Pending" | "Active";
329
- meta?: any;
330
- merkleLeaf?: string;
331
- merkleIndex?: number;
332
- createdById?: string | import("mongoose").Types.ObjectId;
333
- editedById?: string | import("mongoose").Types.ObjectId;
334
- deletedById?: string | import("mongoose").Types.ObjectId;
335
- createdDate?: Date;
336
- updatedDate?: Date;
337
- deletedDate?: Date;
338
- applicationId?: string | import("mongoose").Types.ObjectId;
339
- ownerId?: string | import("mongoose").Types.ObjectId;
340
- hype?: number;
341
- collectibleCollectionId?: string | import("mongoose").Types.ObjectId;
342
- franchise?: string;
343
- ungraded?: number;
344
- grade10?: number;
345
- grade9?: number;
346
- grade8?: number;
347
- grade7?: number;
348
- grade6?: number;
349
- grade5?: number;
350
- grade4?: number;
351
- grade3?: number;
352
- grade2?: number;
353
- grade1?: number;
354
- additional?: string;
355
- series?: string;
356
- category?: string;
357
- year?: number;
358
- }>;
359
- export declare const Card: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
360
- id: import("zod").ZodOptional<import("zod").ZodString>;
361
- key: import("zod").ZodOptional<import("zod").ZodString>;
362
- name: import("zod").ZodOptional<import("zod").ZodString>;
363
- description: import("zod").ZodOptional<import("zod").ZodString>;
364
- 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>]>>;
365
- 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>]>>;
366
- }, {
367
- 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>]>>;
368
- meta: import("zod").ZodAny;
369
- data: import("zod").ZodAny;
370
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
371
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
372
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
373
- 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>]>>;
374
- 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>]>>;
375
- 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>]>>;
376
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
377
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
378
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
379
- }>, {
380
- setId: 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>]>;
381
- name: import("zod").ZodString;
382
- language: import("zod").ZodString;
383
- releaseDate: import("zod").ZodString;
384
- cardId: import("zod").ZodNumber;
385
- }>, "strip", import("zod").ZodTypeAny, {
386
- id?: string | import("mongoose").Types.ObjectId;
387
- name?: string;
388
- data?: any;
389
- description?: string;
390
- key?: string;
391
- status?: "Archived" | "Paused" | "Pending" | "Active";
392
- meta?: any;
393
- merkleLeaf?: string;
394
- merkleIndex?: number;
395
- createdById?: string | import("mongoose").Types.ObjectId;
396
- editedById?: string | import("mongoose").Types.ObjectId;
397
- deletedById?: string | import("mongoose").Types.ObjectId;
398
- createdDate?: Date;
399
- updatedDate?: Date;
400
- deletedDate?: Date;
401
- applicationId?: string | import("mongoose").Types.ObjectId;
402
- ownerId?: string | import("mongoose").Types.ObjectId;
403
- setId?: string | import("mongoose").Types.ObjectId;
404
- language?: string;
405
- releaseDate?: string;
406
- cardId?: number;
407
- }, {
408
- id?: string | import("mongoose").Types.ObjectId;
409
- name?: string;
410
- data?: any;
411
- description?: string;
412
- key?: string;
413
- status?: "Archived" | "Paused" | "Pending" | "Active";
414
- meta?: any;
415
- merkleLeaf?: string;
416
- merkleIndex?: number;
417
- createdById?: string | import("mongoose").Types.ObjectId;
418
- editedById?: string | import("mongoose").Types.ObjectId;
419
- deletedById?: string | import("mongoose").Types.ObjectId;
420
- createdDate?: Date;
421
- updatedDate?: Date;
422
- deletedDate?: Date;
423
- applicationId?: string | import("mongoose").Types.ObjectId;
424
- ownerId?: string | import("mongoose").Types.ObjectId;
425
- setId?: string | import("mongoose").Types.ObjectId;
426
- language?: string;
427
- releaseDate?: string;
428
- cardId?: number;
429
- }>;
430
- export declare const Set: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
431
- id: import("zod").ZodOptional<import("zod").ZodString>;
432
- key: import("zod").ZodOptional<import("zod").ZodString>;
433
- name: import("zod").ZodOptional<import("zod").ZodString>;
434
- description: import("zod").ZodOptional<import("zod").ZodString>;
435
- 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>]>>;
436
- 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>]>>;
437
- }, {
438
- 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>]>>;
439
- meta: import("zod").ZodAny;
440
- data: import("zod").ZodAny;
441
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
442
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
443
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
444
- 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>]>>;
445
- 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>]>>;
446
- 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>]>>;
447
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
448
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
449
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
450
- }>, {
451
- seriesId: 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
- name: import("zod").ZodString;
453
- language: import("zod").ZodString;
454
- live: import("zod").ZodBoolean;
455
- releaseDate: import("zod").ZodString;
456
- cards: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
457
- id: import("zod").ZodOptional<import("zod").ZodString>;
458
- key: import("zod").ZodOptional<import("zod").ZodString>;
459
- name: import("zod").ZodOptional<import("zod").ZodString>;
460
- description: import("zod").ZodOptional<import("zod").ZodString>;
461
- 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>]>>;
462
- 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>]>>;
463
- }, {
464
- 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>]>>;
465
- meta: import("zod").ZodAny;
466
- data: import("zod").ZodAny;
467
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
468
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
469
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
470
- 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>]>>;
471
- 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>]>>;
472
- 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>]>>;
473
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
474
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
475
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
476
- }>, {
477
- setId: 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>]>;
478
- name: import("zod").ZodString;
479
- language: import("zod").ZodString;
480
- releaseDate: import("zod").ZodString;
481
- cardId: import("zod").ZodNumber;
482
- }>, "strip", import("zod").ZodTypeAny, {
483
- id?: string | import("mongoose").Types.ObjectId;
484
- name?: string;
485
- data?: any;
486
- description?: string;
487
- key?: string;
488
- status?: "Archived" | "Paused" | "Pending" | "Active";
489
- meta?: any;
490
- merkleLeaf?: string;
491
- merkleIndex?: number;
492
- createdById?: string | import("mongoose").Types.ObjectId;
493
- editedById?: string | import("mongoose").Types.ObjectId;
494
- deletedById?: string | import("mongoose").Types.ObjectId;
495
- createdDate?: Date;
496
- updatedDate?: Date;
497
- deletedDate?: Date;
498
- applicationId?: string | import("mongoose").Types.ObjectId;
499
- ownerId?: string | import("mongoose").Types.ObjectId;
500
- setId?: string | import("mongoose").Types.ObjectId;
501
- language?: string;
502
- releaseDate?: string;
503
- cardId?: number;
504
- }, {
505
- id?: string | import("mongoose").Types.ObjectId;
506
- name?: string;
507
- data?: any;
508
- description?: string;
509
- key?: string;
510
- status?: "Archived" | "Paused" | "Pending" | "Active";
511
- meta?: any;
512
- merkleLeaf?: string;
513
- merkleIndex?: number;
514
- createdById?: string | import("mongoose").Types.ObjectId;
515
- editedById?: string | import("mongoose").Types.ObjectId;
516
- deletedById?: string | import("mongoose").Types.ObjectId;
517
- createdDate?: Date;
518
- updatedDate?: Date;
519
- deletedDate?: Date;
520
- applicationId?: string | import("mongoose").Types.ObjectId;
521
- ownerId?: string | import("mongoose").Types.ObjectId;
522
- setId?: string | import("mongoose").Types.ObjectId;
523
- language?: string;
524
- releaseDate?: string;
525
- cardId?: number;
526
- }>, "many">>;
527
- }>, "strip", import("zod").ZodTypeAny, {
528
- id?: string | import("mongoose").Types.ObjectId;
529
- name?: string;
530
- data?: any;
531
- description?: string;
532
- key?: string;
533
- status?: "Archived" | "Paused" | "Pending" | "Active";
534
- meta?: any;
535
- merkleLeaf?: string;
536
- merkleIndex?: number;
537
- createdById?: string | import("mongoose").Types.ObjectId;
538
- editedById?: string | import("mongoose").Types.ObjectId;
539
- deletedById?: string | import("mongoose").Types.ObjectId;
540
- createdDate?: Date;
541
- updatedDate?: Date;
542
- deletedDate?: Date;
543
- applicationId?: string | import("mongoose").Types.ObjectId;
544
- ownerId?: string | import("mongoose").Types.ObjectId;
545
- language?: string;
546
- releaseDate?: string;
547
- seriesId?: string | import("mongoose").Types.ObjectId;
548
- live?: boolean;
549
- cards?: {
550
- id?: string | import("mongoose").Types.ObjectId;
551
- name?: string;
552
- data?: any;
553
- description?: string;
554
- key?: string;
555
- status?: "Archived" | "Paused" | "Pending" | "Active";
556
- meta?: any;
557
- merkleLeaf?: string;
558
- merkleIndex?: number;
559
- createdById?: string | import("mongoose").Types.ObjectId;
560
- editedById?: string | import("mongoose").Types.ObjectId;
561
- deletedById?: string | import("mongoose").Types.ObjectId;
562
- createdDate?: Date;
563
- updatedDate?: Date;
564
- deletedDate?: Date;
565
- applicationId?: string | import("mongoose").Types.ObjectId;
566
- ownerId?: string | import("mongoose").Types.ObjectId;
567
- setId?: string | import("mongoose").Types.ObjectId;
568
- language?: string;
569
- releaseDate?: string;
570
- cardId?: number;
571
- }[];
572
- }, {
573
- id?: string | import("mongoose").Types.ObjectId;
574
- name?: string;
575
- data?: any;
576
- description?: string;
577
- key?: string;
578
- status?: "Archived" | "Paused" | "Pending" | "Active";
579
- meta?: any;
580
- merkleLeaf?: string;
581
- merkleIndex?: number;
582
- createdById?: string | import("mongoose").Types.ObjectId;
583
- editedById?: string | import("mongoose").Types.ObjectId;
584
- deletedById?: string | import("mongoose").Types.ObjectId;
585
- createdDate?: Date;
586
- updatedDate?: Date;
587
- deletedDate?: Date;
588
- applicationId?: string | import("mongoose").Types.ObjectId;
589
- ownerId?: string | import("mongoose").Types.ObjectId;
590
- language?: string;
591
- releaseDate?: string;
592
- seriesId?: string | import("mongoose").Types.ObjectId;
593
- live?: boolean;
594
- cards?: {
595
- id?: string | import("mongoose").Types.ObjectId;
596
- name?: string;
597
- data?: any;
598
- description?: string;
599
- key?: string;
600
- status?: "Archived" | "Paused" | "Pending" | "Active";
601
- meta?: any;
602
- merkleLeaf?: string;
603
- merkleIndex?: number;
604
- createdById?: string | import("mongoose").Types.ObjectId;
605
- editedById?: string | import("mongoose").Types.ObjectId;
606
- deletedById?: string | import("mongoose").Types.ObjectId;
607
- createdDate?: Date;
608
- updatedDate?: Date;
609
- deletedDate?: Date;
610
- applicationId?: string | import("mongoose").Types.ObjectId;
611
- ownerId?: string | import("mongoose").Types.ObjectId;
612
- setId?: string | import("mongoose").Types.ObjectId;
613
- language?: string;
614
- releaseDate?: string;
615
- cardId?: number;
616
- }[];
617
- }>;
618
- export declare const Series: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
619
- id: import("zod").ZodOptional<import("zod").ZodString>;
620
- key: import("zod").ZodOptional<import("zod").ZodString>;
621
- name: import("zod").ZodOptional<import("zod").ZodString>;
622
- description: import("zod").ZodOptional<import("zod").ZodString>;
623
- 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>]>>;
624
- 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>]>>;
625
- }, {
626
- 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>]>>;
627
- meta: import("zod").ZodAny;
628
- data: import("zod").ZodAny;
629
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
630
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
631
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
632
- 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>]>>;
633
- 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>]>>;
634
- 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>]>>;
635
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
636
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
637
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
638
- }>, {
639
- name: import("zod").ZodString;
640
- }>, "strip", import("zod").ZodTypeAny, {
641
- id?: string | import("mongoose").Types.ObjectId;
642
- name?: string;
643
- data?: any;
644
- description?: string;
645
- key?: string;
646
- status?: "Archived" | "Paused" | "Pending" | "Active";
647
- meta?: any;
648
- merkleLeaf?: string;
649
- merkleIndex?: number;
650
- createdById?: string | import("mongoose").Types.ObjectId;
651
- editedById?: string | import("mongoose").Types.ObjectId;
652
- deletedById?: string | import("mongoose").Types.ObjectId;
653
- createdDate?: Date;
654
- updatedDate?: Date;
655
- deletedDate?: Date;
656
- applicationId?: string | import("mongoose").Types.ObjectId;
657
- ownerId?: string | import("mongoose").Types.ObjectId;
658
- }, {
659
- id?: string | import("mongoose").Types.ObjectId;
660
- name?: string;
661
- data?: any;
662
- description?: string;
663
- key?: string;
664
- status?: "Archived" | "Paused" | "Pending" | "Active";
665
- meta?: any;
666
- merkleLeaf?: string;
667
- merkleIndex?: number;
668
- createdById?: string | import("mongoose").Types.ObjectId;
669
- editedById?: string | import("mongoose").Types.ObjectId;
670
- deletedById?: string | import("mongoose").Types.ObjectId;
671
- createdDate?: Date;
672
- updatedDate?: Date;
673
- deletedDate?: Date;
674
- applicationId?: string | import("mongoose").Types.ObjectId;
675
- ownerId?: string | import("mongoose").Types.ObjectId;
676
- }>;