@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,1239 +0,0 @@
1
- export declare const CharacterEquipment: 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
- characterId: 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>]>;
23
- leftHand: any;
24
- rightHand: any;
25
- head: any;
26
- pet: any;
27
- neck: any;
28
- legs: any;
29
- chest: any;
30
- waist: any;
31
- hands: any;
32
- wrists: any;
33
- shoulders: any;
34
- feet: any;
35
- finger1: any;
36
- finger2: any;
37
- trinket1: any;
38
- trinket2: any;
39
- trinket3: any;
40
- body: any;
41
- companion: any;
42
- mount: any;
43
- }>, "strip", import("zod").ZodTypeAny, {
44
- head?: any;
45
- id?: string | import("mongoose").Types.ObjectId;
46
- name?: string;
47
- data?: any;
48
- description?: string;
49
- key?: string;
50
- status?: "Archived" | "Paused" | "Pending" | "Active";
51
- meta?: any;
52
- merkleLeaf?: string;
53
- merkleIndex?: number;
54
- createdById?: string | import("mongoose").Types.ObjectId;
55
- editedById?: string | import("mongoose").Types.ObjectId;
56
- deletedById?: string | import("mongoose").Types.ObjectId;
57
- createdDate?: Date;
58
- updatedDate?: Date;
59
- deletedDate?: Date;
60
- applicationId?: string | import("mongoose").Types.ObjectId;
61
- ownerId?: string | import("mongoose").Types.ObjectId;
62
- characterId?: string | import("mongoose").Types.ObjectId;
63
- leftHand?: any;
64
- rightHand?: any;
65
- pet?: any;
66
- neck?: any;
67
- legs?: any;
68
- chest?: any;
69
- waist?: any;
70
- hands?: any;
71
- wrists?: any;
72
- shoulders?: any;
73
- feet?: any;
74
- finger1?: any;
75
- finger2?: any;
76
- trinket1?: any;
77
- trinket2?: any;
78
- trinket3?: any;
79
- body?: any;
80
- companion?: any;
81
- mount?: any;
82
- }, {
83
- head?: any;
84
- id?: string | import("mongoose").Types.ObjectId;
85
- name?: string;
86
- data?: any;
87
- description?: string;
88
- key?: string;
89
- status?: "Archived" | "Paused" | "Pending" | "Active";
90
- meta?: any;
91
- merkleLeaf?: string;
92
- merkleIndex?: number;
93
- createdById?: string | import("mongoose").Types.ObjectId;
94
- editedById?: string | import("mongoose").Types.ObjectId;
95
- deletedById?: string | import("mongoose").Types.ObjectId;
96
- createdDate?: Date;
97
- updatedDate?: Date;
98
- deletedDate?: Date;
99
- applicationId?: string | import("mongoose").Types.ObjectId;
100
- ownerId?: string | import("mongoose").Types.ObjectId;
101
- characterId?: string | import("mongoose").Types.ObjectId;
102
- leftHand?: any;
103
- rightHand?: any;
104
- pet?: any;
105
- neck?: any;
106
- legs?: any;
107
- chest?: any;
108
- waist?: any;
109
- hands?: any;
110
- wrists?: any;
111
- shoulders?: any;
112
- feet?: any;
113
- finger1?: any;
114
- finger2?: any;
115
- trinket1?: any;
116
- trinket2?: any;
117
- trinket3?: any;
118
- body?: any;
119
- companion?: any;
120
- mount?: any;
121
- }>;
122
- export declare const CharacterInventory: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
123
- id: import("zod").ZodOptional<import("zod").ZodString>;
124
- key: import("zod").ZodOptional<import("zod").ZodString>;
125
- name: import("zod").ZodOptional<import("zod").ZodString>;
126
- description: import("zod").ZodOptional<import("zod").ZodString>;
127
- 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>]>>;
128
- 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>]>>;
129
- }, {
130
- 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>]>>;
131
- meta: import("zod").ZodAny;
132
- data: import("zod").ZodAny;
133
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
134
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
135
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
136
- 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>]>>;
137
- 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>]>>;
138
- 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>]>>;
139
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
140
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
141
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
142
- }>, {
143
- characterId: 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
- items: import("zod").ZodDefault<import("zod").ZodArray<any, "many">>;
145
- }>, "strip", import("zod").ZodTypeAny, {
146
- id?: string | import("mongoose").Types.ObjectId;
147
- name?: string;
148
- data?: any;
149
- description?: string;
150
- items?: any[];
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
- characterId?: string | import("mongoose").Types.ObjectId;
165
- }, {
166
- id?: string | import("mongoose").Types.ObjectId;
167
- name?: string;
168
- data?: any;
169
- description?: string;
170
- items?: any[];
171
- key?: string;
172
- status?: "Archived" | "Paused" | "Pending" | "Active";
173
- meta?: any;
174
- merkleLeaf?: string;
175
- merkleIndex?: number;
176
- createdById?: string | import("mongoose").Types.ObjectId;
177
- editedById?: string | import("mongoose").Types.ObjectId;
178
- deletedById?: string | import("mongoose").Types.ObjectId;
179
- createdDate?: Date;
180
- updatedDate?: Date;
181
- deletedDate?: Date;
182
- applicationId?: string | import("mongoose").Types.ObjectId;
183
- ownerId?: string | import("mongoose").Types.ObjectId;
184
- characterId?: string | import("mongoose").Types.ObjectId;
185
- }>;
186
- export declare const Character: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
187
- id: import("zod").ZodOptional<import("zod").ZodString>;
188
- key: import("zod").ZodOptional<import("zod").ZodString>;
189
- name: import("zod").ZodOptional<import("zod").ZodString>;
190
- description: import("zod").ZodOptional<import("zod").ZodString>;
191
- 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>]>>;
192
- 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>]>>;
193
- }, {
194
- 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>]>>;
195
- meta: import("zod").ZodAny;
196
- data: import("zod").ZodAny;
197
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
198
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
199
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
200
- 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>]>>;
201
- 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>]>>;
202
- 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>]>>;
203
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
204
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
205
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
206
- }>, {
207
- profileId: 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>]>>;
208
- ratingId: 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>]>>;
209
- classId: 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>]>>;
210
- raceId: 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>]>>;
211
- factionId: 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>]>>;
212
- genderId: 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>]>>;
213
- guildId: 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>]>>;
214
- token: import("zod").ZodOptional<import("zod").ZodString>;
215
- points: import("zod").ZodDefault<import("zod").ZodNumber>;
216
- isPrimary: import("zod").ZodDefault<import("zod").ZodBoolean>;
217
- isBoss: import("zod").ZodDefault<import("zod").ZodBoolean>;
218
- isPlayer: import("zod").ZodDefault<import("zod").ZodBoolean>;
219
- equipmentIndex: import("zod").ZodDefault<import("zod").ZodNumber>;
220
- equipment: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
221
- id: import("zod").ZodOptional<import("zod").ZodString>;
222
- key: import("zod").ZodOptional<import("zod").ZodString>;
223
- name: import("zod").ZodOptional<import("zod").ZodString>;
224
- description: import("zod").ZodOptional<import("zod").ZodString>;
225
- 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>]>>;
226
- 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>]>>;
227
- }, {
228
- 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>]>>;
229
- meta: import("zod").ZodAny;
230
- data: import("zod").ZodAny;
231
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
232
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
233
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
234
- 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>]>>;
235
- 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>]>>;
236
- 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>]>>;
237
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
238
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
239
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
240
- }>, {
241
- characterId: 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>]>;
242
- leftHand: any;
243
- rightHand: any;
244
- head: any;
245
- pet: any;
246
- neck: any;
247
- legs: any;
248
- chest: any;
249
- waist: any;
250
- hands: any;
251
- wrists: any;
252
- shoulders: any;
253
- feet: any;
254
- finger1: any;
255
- finger2: any;
256
- trinket1: any;
257
- trinket2: any;
258
- trinket3: any;
259
- body: any;
260
- companion: any;
261
- mount: any;
262
- }>, "strip", import("zod").ZodTypeAny, {
263
- head?: any;
264
- id?: string | import("mongoose").Types.ObjectId;
265
- name?: string;
266
- data?: any;
267
- description?: string;
268
- key?: string;
269
- status?: "Archived" | "Paused" | "Pending" | "Active";
270
- meta?: any;
271
- merkleLeaf?: string;
272
- merkleIndex?: number;
273
- createdById?: string | import("mongoose").Types.ObjectId;
274
- editedById?: string | import("mongoose").Types.ObjectId;
275
- deletedById?: string | import("mongoose").Types.ObjectId;
276
- createdDate?: Date;
277
- updatedDate?: Date;
278
- deletedDate?: Date;
279
- applicationId?: string | import("mongoose").Types.ObjectId;
280
- ownerId?: string | import("mongoose").Types.ObjectId;
281
- characterId?: string | import("mongoose").Types.ObjectId;
282
- leftHand?: any;
283
- rightHand?: any;
284
- pet?: any;
285
- neck?: any;
286
- legs?: any;
287
- chest?: any;
288
- waist?: any;
289
- hands?: any;
290
- wrists?: any;
291
- shoulders?: any;
292
- feet?: any;
293
- finger1?: any;
294
- finger2?: any;
295
- trinket1?: any;
296
- trinket2?: any;
297
- trinket3?: any;
298
- body?: any;
299
- companion?: any;
300
- mount?: any;
301
- }, {
302
- head?: any;
303
- id?: string | import("mongoose").Types.ObjectId;
304
- name?: string;
305
- data?: any;
306
- description?: string;
307
- key?: string;
308
- status?: "Archived" | "Paused" | "Pending" | "Active";
309
- meta?: any;
310
- merkleLeaf?: string;
311
- merkleIndex?: number;
312
- createdById?: string | import("mongoose").Types.ObjectId;
313
- editedById?: string | import("mongoose").Types.ObjectId;
314
- deletedById?: string | import("mongoose").Types.ObjectId;
315
- createdDate?: Date;
316
- updatedDate?: Date;
317
- deletedDate?: Date;
318
- applicationId?: string | import("mongoose").Types.ObjectId;
319
- ownerId?: string | import("mongoose").Types.ObjectId;
320
- characterId?: string | import("mongoose").Types.ObjectId;
321
- leftHand?: any;
322
- rightHand?: any;
323
- pet?: any;
324
- neck?: any;
325
- legs?: any;
326
- chest?: any;
327
- waist?: any;
328
- hands?: any;
329
- wrists?: any;
330
- shoulders?: any;
331
- feet?: any;
332
- finger1?: any;
333
- finger2?: any;
334
- trinket1?: any;
335
- trinket2?: any;
336
- trinket3?: any;
337
- body?: any;
338
- companion?: any;
339
- mount?: any;
340
- }>, "many">>;
341
- inventoryIndex: import("zod").ZodDefault<import("zod").ZodNumber>;
342
- inventory: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
343
- id: import("zod").ZodOptional<import("zod").ZodString>;
344
- key: import("zod").ZodOptional<import("zod").ZodString>;
345
- name: import("zod").ZodOptional<import("zod").ZodString>;
346
- description: import("zod").ZodOptional<import("zod").ZodString>;
347
- 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>]>>;
348
- 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>]>>;
349
- }, {
350
- 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>]>>;
351
- meta: import("zod").ZodAny;
352
- data: import("zod").ZodAny;
353
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
354
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
355
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
356
- 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>]>>;
357
- 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>]>>;
358
- 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>]>>;
359
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
360
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
361
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
362
- }>, {
363
- characterId: 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>]>;
364
- items: import("zod").ZodDefault<import("zod").ZodArray<any, "many">>;
365
- }>, "strip", import("zod").ZodTypeAny, {
366
- id?: string | import("mongoose").Types.ObjectId;
367
- name?: string;
368
- data?: any;
369
- description?: string;
370
- items?: any[];
371
- key?: string;
372
- status?: "Archived" | "Paused" | "Pending" | "Active";
373
- meta?: any;
374
- merkleLeaf?: string;
375
- merkleIndex?: number;
376
- createdById?: string | import("mongoose").Types.ObjectId;
377
- editedById?: string | import("mongoose").Types.ObjectId;
378
- deletedById?: string | import("mongoose").Types.ObjectId;
379
- createdDate?: Date;
380
- updatedDate?: Date;
381
- deletedDate?: Date;
382
- applicationId?: string | import("mongoose").Types.ObjectId;
383
- ownerId?: string | import("mongoose").Types.ObjectId;
384
- characterId?: string | import("mongoose").Types.ObjectId;
385
- }, {
386
- id?: string | import("mongoose").Types.ObjectId;
387
- name?: string;
388
- data?: any;
389
- description?: string;
390
- items?: any[];
391
- key?: string;
392
- status?: "Archived" | "Paused" | "Pending" | "Active";
393
- meta?: any;
394
- merkleLeaf?: string;
395
- merkleIndex?: number;
396
- createdById?: string | import("mongoose").Types.ObjectId;
397
- editedById?: string | import("mongoose").Types.ObjectId;
398
- deletedById?: string | import("mongoose").Types.ObjectId;
399
- createdDate?: Date;
400
- updatedDate?: Date;
401
- deletedDate?: Date;
402
- applicationId?: string | import("mongoose").Types.ObjectId;
403
- ownerId?: string | import("mongoose").Types.ObjectId;
404
- characterId?: string | import("mongoose").Types.ObjectId;
405
- }>, "many">>;
406
- energyIds: 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">>;
407
- areaIds: 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">>;
408
- typeIds: 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">>;
409
- itemMaterialIds: 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">>;
410
- }>, "strip", import("zod").ZodTypeAny, {
411
- id?: string | import("mongoose").Types.ObjectId;
412
- name?: string;
413
- data?: any;
414
- description?: string;
415
- token?: string;
416
- key?: string;
417
- status?: "Archived" | "Paused" | "Pending" | "Active";
418
- meta?: any;
419
- merkleLeaf?: string;
420
- merkleIndex?: number;
421
- createdById?: string | import("mongoose").Types.ObjectId;
422
- editedById?: string | import("mongoose").Types.ObjectId;
423
- deletedById?: string | import("mongoose").Types.ObjectId;
424
- createdDate?: Date;
425
- updatedDate?: Date;
426
- deletedDate?: Date;
427
- applicationId?: string | import("mongoose").Types.ObjectId;
428
- ownerId?: string | import("mongoose").Types.ObjectId;
429
- typeIds?: (string | import("mongoose").Types.ObjectId)[];
430
- points?: number;
431
- profileId?: string | import("mongoose").Types.ObjectId;
432
- ratingId?: string | import("mongoose").Types.ObjectId;
433
- classId?: string | import("mongoose").Types.ObjectId;
434
- raceId?: string | import("mongoose").Types.ObjectId;
435
- factionId?: string | import("mongoose").Types.ObjectId;
436
- genderId?: string | import("mongoose").Types.ObjectId;
437
- guildId?: string | import("mongoose").Types.ObjectId;
438
- isPrimary?: boolean;
439
- isBoss?: boolean;
440
- isPlayer?: boolean;
441
- equipmentIndex?: number;
442
- equipment?: {
443
- head?: any;
444
- id?: string | import("mongoose").Types.ObjectId;
445
- name?: string;
446
- data?: any;
447
- description?: string;
448
- key?: string;
449
- status?: "Archived" | "Paused" | "Pending" | "Active";
450
- meta?: any;
451
- merkleLeaf?: string;
452
- merkleIndex?: number;
453
- createdById?: string | import("mongoose").Types.ObjectId;
454
- editedById?: string | import("mongoose").Types.ObjectId;
455
- deletedById?: string | import("mongoose").Types.ObjectId;
456
- createdDate?: Date;
457
- updatedDate?: Date;
458
- deletedDate?: Date;
459
- applicationId?: string | import("mongoose").Types.ObjectId;
460
- ownerId?: string | import("mongoose").Types.ObjectId;
461
- characterId?: string | import("mongoose").Types.ObjectId;
462
- leftHand?: any;
463
- rightHand?: any;
464
- pet?: any;
465
- neck?: any;
466
- legs?: any;
467
- chest?: any;
468
- waist?: any;
469
- hands?: any;
470
- wrists?: any;
471
- shoulders?: any;
472
- feet?: any;
473
- finger1?: any;
474
- finger2?: any;
475
- trinket1?: any;
476
- trinket2?: any;
477
- trinket3?: any;
478
- body?: any;
479
- companion?: any;
480
- mount?: any;
481
- }[];
482
- inventoryIndex?: number;
483
- inventory?: {
484
- id?: string | import("mongoose").Types.ObjectId;
485
- name?: string;
486
- data?: any;
487
- description?: string;
488
- items?: any[];
489
- key?: string;
490
- status?: "Archived" | "Paused" | "Pending" | "Active";
491
- meta?: any;
492
- merkleLeaf?: string;
493
- merkleIndex?: number;
494
- createdById?: string | import("mongoose").Types.ObjectId;
495
- editedById?: string | import("mongoose").Types.ObjectId;
496
- deletedById?: string | import("mongoose").Types.ObjectId;
497
- createdDate?: Date;
498
- updatedDate?: Date;
499
- deletedDate?: Date;
500
- applicationId?: string | import("mongoose").Types.ObjectId;
501
- ownerId?: string | import("mongoose").Types.ObjectId;
502
- characterId?: string | import("mongoose").Types.ObjectId;
503
- }[];
504
- energyIds?: (string | import("mongoose").Types.ObjectId)[];
505
- areaIds?: (string | import("mongoose").Types.ObjectId)[];
506
- itemMaterialIds?: (string | import("mongoose").Types.ObjectId)[];
507
- }, {
508
- id?: string | import("mongoose").Types.ObjectId;
509
- name?: string;
510
- data?: any;
511
- description?: string;
512
- token?: string;
513
- key?: string;
514
- status?: "Archived" | "Paused" | "Pending" | "Active";
515
- meta?: any;
516
- merkleLeaf?: string;
517
- merkleIndex?: number;
518
- createdById?: string | import("mongoose").Types.ObjectId;
519
- editedById?: string | import("mongoose").Types.ObjectId;
520
- deletedById?: string | import("mongoose").Types.ObjectId;
521
- createdDate?: Date;
522
- updatedDate?: Date;
523
- deletedDate?: Date;
524
- applicationId?: string | import("mongoose").Types.ObjectId;
525
- ownerId?: string | import("mongoose").Types.ObjectId;
526
- typeIds?: (string | import("mongoose").Types.ObjectId)[];
527
- points?: number;
528
- profileId?: string | import("mongoose").Types.ObjectId;
529
- ratingId?: string | import("mongoose").Types.ObjectId;
530
- classId?: string | import("mongoose").Types.ObjectId;
531
- raceId?: string | import("mongoose").Types.ObjectId;
532
- factionId?: string | import("mongoose").Types.ObjectId;
533
- genderId?: string | import("mongoose").Types.ObjectId;
534
- guildId?: string | import("mongoose").Types.ObjectId;
535
- isPrimary?: boolean;
536
- isBoss?: boolean;
537
- isPlayer?: boolean;
538
- equipmentIndex?: number;
539
- equipment?: {
540
- head?: any;
541
- id?: string | import("mongoose").Types.ObjectId;
542
- name?: string;
543
- data?: any;
544
- description?: string;
545
- key?: string;
546
- status?: "Archived" | "Paused" | "Pending" | "Active";
547
- meta?: any;
548
- merkleLeaf?: string;
549
- merkleIndex?: number;
550
- createdById?: string | import("mongoose").Types.ObjectId;
551
- editedById?: string | import("mongoose").Types.ObjectId;
552
- deletedById?: string | import("mongoose").Types.ObjectId;
553
- createdDate?: Date;
554
- updatedDate?: Date;
555
- deletedDate?: Date;
556
- applicationId?: string | import("mongoose").Types.ObjectId;
557
- ownerId?: string | import("mongoose").Types.ObjectId;
558
- characterId?: string | import("mongoose").Types.ObjectId;
559
- leftHand?: any;
560
- rightHand?: any;
561
- pet?: any;
562
- neck?: any;
563
- legs?: any;
564
- chest?: any;
565
- waist?: any;
566
- hands?: any;
567
- wrists?: any;
568
- shoulders?: any;
569
- feet?: any;
570
- finger1?: any;
571
- finger2?: any;
572
- trinket1?: any;
573
- trinket2?: any;
574
- trinket3?: any;
575
- body?: any;
576
- companion?: any;
577
- mount?: any;
578
- }[];
579
- inventoryIndex?: number;
580
- inventory?: {
581
- id?: string | import("mongoose").Types.ObjectId;
582
- name?: string;
583
- data?: any;
584
- description?: string;
585
- items?: any[];
586
- key?: string;
587
- status?: "Archived" | "Paused" | "Pending" | "Active";
588
- meta?: any;
589
- merkleLeaf?: string;
590
- merkleIndex?: number;
591
- createdById?: string | import("mongoose").Types.ObjectId;
592
- editedById?: string | import("mongoose").Types.ObjectId;
593
- deletedById?: string | import("mongoose").Types.ObjectId;
594
- createdDate?: Date;
595
- updatedDate?: Date;
596
- deletedDate?: Date;
597
- applicationId?: string | import("mongoose").Types.ObjectId;
598
- ownerId?: string | import("mongoose").Types.ObjectId;
599
- characterId?: string | import("mongoose").Types.ObjectId;
600
- }[];
601
- energyIds?: (string | import("mongoose").Types.ObjectId)[];
602
- areaIds?: (string | import("mongoose").Types.ObjectId)[];
603
- itemMaterialIds?: (string | import("mongoose").Types.ObjectId)[];
604
- }>;
605
- export declare const CharacterAbility: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
606
- id: import("zod").ZodOptional<import("zod").ZodString>;
607
- key: import("zod").ZodOptional<import("zod").ZodString>;
608
- name: import("zod").ZodOptional<import("zod").ZodString>;
609
- description: import("zod").ZodOptional<import("zod").ZodString>;
610
- 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>]>>;
611
- 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>]>>;
612
- }, {
613
- 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>]>>;
614
- meta: import("zod").ZodAny;
615
- data: import("zod").ZodAny;
616
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
617
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
618
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
619
- 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>]>>;
620
- 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>]>>;
621
- 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>]>>;
622
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
623
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
624
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
625
- }>, {}>, "strip", import("zod").ZodTypeAny, {
626
- id?: string | import("mongoose").Types.ObjectId;
627
- name?: string;
628
- data?: any;
629
- description?: string;
630
- key?: string;
631
- status?: "Archived" | "Paused" | "Pending" | "Active";
632
- meta?: any;
633
- merkleLeaf?: string;
634
- merkleIndex?: number;
635
- createdById?: string | import("mongoose").Types.ObjectId;
636
- editedById?: string | import("mongoose").Types.ObjectId;
637
- deletedById?: string | import("mongoose").Types.ObjectId;
638
- createdDate?: Date;
639
- updatedDate?: Date;
640
- deletedDate?: Date;
641
- applicationId?: string | import("mongoose").Types.ObjectId;
642
- ownerId?: string | import("mongoose").Types.ObjectId;
643
- }, {
644
- id?: string | import("mongoose").Types.ObjectId;
645
- name?: string;
646
- data?: any;
647
- description?: string;
648
- key?: string;
649
- status?: "Archived" | "Paused" | "Pending" | "Active";
650
- meta?: any;
651
- merkleLeaf?: string;
652
- merkleIndex?: number;
653
- createdById?: string | import("mongoose").Types.ObjectId;
654
- editedById?: string | import("mongoose").Types.ObjectId;
655
- deletedById?: string | import("mongoose").Types.ObjectId;
656
- createdDate?: Date;
657
- updatedDate?: Date;
658
- deletedDate?: Date;
659
- applicationId?: string | import("mongoose").Types.ObjectId;
660
- ownerId?: string | import("mongoose").Types.ObjectId;
661
- }>;
662
- export declare const CharacterAttribute: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
663
- id: import("zod").ZodOptional<import("zod").ZodString>;
664
- key: import("zod").ZodOptional<import("zod").ZodString>;
665
- name: import("zod").ZodOptional<import("zod").ZodString>;
666
- description: import("zod").ZodOptional<import("zod").ZodString>;
667
- 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>]>>;
668
- 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>]>>;
669
- }, {
670
- 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>]>>;
671
- meta: import("zod").ZodAny;
672
- data: import("zod").ZodAny;
673
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
674
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
675
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
676
- 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>]>>;
677
- 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>]>>;
678
- 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>]>>;
679
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
680
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
681
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
682
- }>, {}>, "strip", import("zod").ZodTypeAny, {
683
- id?: string | import("mongoose").Types.ObjectId;
684
- name?: string;
685
- data?: any;
686
- description?: string;
687
- key?: string;
688
- status?: "Archived" | "Paused" | "Pending" | "Active";
689
- meta?: any;
690
- merkleLeaf?: string;
691
- merkleIndex?: number;
692
- createdById?: string | import("mongoose").Types.ObjectId;
693
- editedById?: string | import("mongoose").Types.ObjectId;
694
- deletedById?: string | import("mongoose").Types.ObjectId;
695
- createdDate?: Date;
696
- updatedDate?: Date;
697
- deletedDate?: Date;
698
- applicationId?: string | import("mongoose").Types.ObjectId;
699
- ownerId?: string | import("mongoose").Types.ObjectId;
700
- }, {
701
- id?: string | import("mongoose").Types.ObjectId;
702
- name?: string;
703
- data?: any;
704
- description?: string;
705
- key?: string;
706
- status?: "Archived" | "Paused" | "Pending" | "Active";
707
- meta?: any;
708
- merkleLeaf?: string;
709
- merkleIndex?: number;
710
- createdById?: string | import("mongoose").Types.ObjectId;
711
- editedById?: string | import("mongoose").Types.ObjectId;
712
- deletedById?: string | import("mongoose").Types.ObjectId;
713
- createdDate?: Date;
714
- updatedDate?: Date;
715
- deletedDate?: Date;
716
- applicationId?: string | import("mongoose").Types.ObjectId;
717
- ownerId?: string | import("mongoose").Types.ObjectId;
718
- }>;
719
- export declare const CharacterType: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
720
- id: import("zod").ZodOptional<import("zod").ZodString>;
721
- key: import("zod").ZodOptional<import("zod").ZodString>;
722
- name: import("zod").ZodOptional<import("zod").ZodString>;
723
- description: import("zod").ZodOptional<import("zod").ZodString>;
724
- 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>]>>;
725
- 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>]>>;
726
- }, {
727
- 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>]>>;
728
- meta: import("zod").ZodAny;
729
- data: import("zod").ZodAny;
730
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
731
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
732
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
733
- 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>]>>;
734
- 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>]>>;
735
- 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>]>>;
736
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
737
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
738
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
739
- }>, {}>, "strip", import("zod").ZodTypeAny, {
740
- id?: string | import("mongoose").Types.ObjectId;
741
- name?: string;
742
- data?: any;
743
- description?: string;
744
- key?: string;
745
- status?: "Archived" | "Paused" | "Pending" | "Active";
746
- meta?: any;
747
- merkleLeaf?: string;
748
- merkleIndex?: number;
749
- createdById?: string | import("mongoose").Types.ObjectId;
750
- editedById?: string | import("mongoose").Types.ObjectId;
751
- deletedById?: string | import("mongoose").Types.ObjectId;
752
- createdDate?: Date;
753
- updatedDate?: Date;
754
- deletedDate?: Date;
755
- applicationId?: string | import("mongoose").Types.ObjectId;
756
- ownerId?: string | import("mongoose").Types.ObjectId;
757
- }, {
758
- id?: string | import("mongoose").Types.ObjectId;
759
- name?: string;
760
- data?: any;
761
- description?: string;
762
- key?: string;
763
- status?: "Archived" | "Paused" | "Pending" | "Active";
764
- meta?: any;
765
- merkleLeaf?: string;
766
- merkleIndex?: number;
767
- createdById?: string | import("mongoose").Types.ObjectId;
768
- editedById?: string | import("mongoose").Types.ObjectId;
769
- deletedById?: string | import("mongoose").Types.ObjectId;
770
- createdDate?: Date;
771
- updatedDate?: Date;
772
- deletedDate?: Date;
773
- applicationId?: string | import("mongoose").Types.ObjectId;
774
- ownerId?: string | import("mongoose").Types.ObjectId;
775
- }>;
776
- export declare const CharacterClass: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
777
- id: import("zod").ZodOptional<import("zod").ZodString>;
778
- key: import("zod").ZodOptional<import("zod").ZodString>;
779
- name: import("zod").ZodOptional<import("zod").ZodString>;
780
- description: import("zod").ZodOptional<import("zod").ZodString>;
781
- 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>]>>;
782
- 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>]>>;
783
- }, {
784
- 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>]>>;
785
- meta: import("zod").ZodAny;
786
- data: import("zod").ZodAny;
787
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
788
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
789
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
790
- 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>]>>;
791
- 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>]>>;
792
- 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>]>>;
793
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
794
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
795
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
796
- }>, {}>, "strip", import("zod").ZodTypeAny, {
797
- id?: string | import("mongoose").Types.ObjectId;
798
- name?: string;
799
- data?: any;
800
- description?: string;
801
- key?: string;
802
- status?: "Archived" | "Paused" | "Pending" | "Active";
803
- meta?: any;
804
- merkleLeaf?: string;
805
- merkleIndex?: number;
806
- createdById?: string | import("mongoose").Types.ObjectId;
807
- editedById?: string | import("mongoose").Types.ObjectId;
808
- deletedById?: string | import("mongoose").Types.ObjectId;
809
- createdDate?: Date;
810
- updatedDate?: Date;
811
- deletedDate?: Date;
812
- applicationId?: string | import("mongoose").Types.ObjectId;
813
- ownerId?: string | import("mongoose").Types.ObjectId;
814
- }, {
815
- id?: string | import("mongoose").Types.ObjectId;
816
- name?: string;
817
- data?: any;
818
- description?: string;
819
- key?: string;
820
- status?: "Archived" | "Paused" | "Pending" | "Active";
821
- meta?: any;
822
- merkleLeaf?: string;
823
- merkleIndex?: number;
824
- createdById?: string | import("mongoose").Types.ObjectId;
825
- editedById?: string | import("mongoose").Types.ObjectId;
826
- deletedById?: string | import("mongoose").Types.ObjectId;
827
- createdDate?: Date;
828
- updatedDate?: Date;
829
- deletedDate?: Date;
830
- applicationId?: string | import("mongoose").Types.ObjectId;
831
- ownerId?: string | import("mongoose").Types.ObjectId;
832
- }>;
833
- export declare const CharacterRace: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
834
- id: import("zod").ZodOptional<import("zod").ZodString>;
835
- key: import("zod").ZodOptional<import("zod").ZodString>;
836
- name: import("zod").ZodOptional<import("zod").ZodString>;
837
- description: import("zod").ZodOptional<import("zod").ZodString>;
838
- 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>]>>;
839
- 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>]>>;
840
- }, {
841
- 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>]>>;
842
- meta: import("zod").ZodAny;
843
- data: import("zod").ZodAny;
844
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
845
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
846
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
847
- 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>]>>;
848
- 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>]>>;
849
- 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>]>>;
850
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
851
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
852
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
853
- }>, {
854
- npcs: 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">>;
855
- }>, "strip", import("zod").ZodTypeAny, {
856
- id?: string | import("mongoose").Types.ObjectId;
857
- name?: string;
858
- data?: any;
859
- description?: string;
860
- key?: string;
861
- status?: "Archived" | "Paused" | "Pending" | "Active";
862
- meta?: any;
863
- merkleLeaf?: string;
864
- merkleIndex?: number;
865
- createdById?: string | import("mongoose").Types.ObjectId;
866
- editedById?: string | import("mongoose").Types.ObjectId;
867
- deletedById?: string | import("mongoose").Types.ObjectId;
868
- createdDate?: Date;
869
- updatedDate?: Date;
870
- deletedDate?: Date;
871
- applicationId?: string | import("mongoose").Types.ObjectId;
872
- ownerId?: string | import("mongoose").Types.ObjectId;
873
- npcs?: (string | import("mongoose").Types.ObjectId)[];
874
- }, {
875
- id?: string | import("mongoose").Types.ObjectId;
876
- name?: string;
877
- data?: any;
878
- description?: string;
879
- key?: string;
880
- status?: "Archived" | "Paused" | "Pending" | "Active";
881
- meta?: any;
882
- merkleLeaf?: string;
883
- merkleIndex?: number;
884
- createdById?: string | import("mongoose").Types.ObjectId;
885
- editedById?: string | import("mongoose").Types.ObjectId;
886
- deletedById?: string | import("mongoose").Types.ObjectId;
887
- createdDate?: Date;
888
- updatedDate?: Date;
889
- deletedDate?: Date;
890
- applicationId?: string | import("mongoose").Types.ObjectId;
891
- ownerId?: string | import("mongoose").Types.ObjectId;
892
- npcs?: (string | import("mongoose").Types.ObjectId)[];
893
- }>;
894
- export declare const CharacterGender: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
895
- id: import("zod").ZodOptional<import("zod").ZodString>;
896
- key: import("zod").ZodOptional<import("zod").ZodString>;
897
- name: import("zod").ZodOptional<import("zod").ZodString>;
898
- description: import("zod").ZodOptional<import("zod").ZodString>;
899
- 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>]>>;
900
- 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>]>>;
901
- }, {
902
- 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>]>>;
903
- meta: import("zod").ZodAny;
904
- data: import("zod").ZodAny;
905
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
906
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
907
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
908
- 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>]>>;
909
- 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>]>>;
910
- 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>]>>;
911
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
912
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
913
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
914
- }>, {}>, "strip", import("zod").ZodTypeAny, {
915
- id?: string | import("mongoose").Types.ObjectId;
916
- name?: string;
917
- data?: any;
918
- description?: string;
919
- key?: string;
920
- status?: "Archived" | "Paused" | "Pending" | "Active";
921
- meta?: any;
922
- merkleLeaf?: string;
923
- merkleIndex?: number;
924
- createdById?: string | import("mongoose").Types.ObjectId;
925
- editedById?: string | import("mongoose").Types.ObjectId;
926
- deletedById?: string | import("mongoose").Types.ObjectId;
927
- createdDate?: Date;
928
- updatedDate?: Date;
929
- deletedDate?: Date;
930
- applicationId?: string | import("mongoose").Types.ObjectId;
931
- ownerId?: string | import("mongoose").Types.ObjectId;
932
- }, {
933
- id?: string | import("mongoose").Types.ObjectId;
934
- name?: string;
935
- data?: any;
936
- description?: string;
937
- key?: string;
938
- status?: "Archived" | "Paused" | "Pending" | "Active";
939
- meta?: any;
940
- merkleLeaf?: string;
941
- merkleIndex?: number;
942
- createdById?: string | import("mongoose").Types.ObjectId;
943
- editedById?: string | import("mongoose").Types.ObjectId;
944
- deletedById?: string | import("mongoose").Types.ObjectId;
945
- createdDate?: Date;
946
- updatedDate?: Date;
947
- deletedDate?: Date;
948
- applicationId?: string | import("mongoose").Types.ObjectId;
949
- ownerId?: string | import("mongoose").Types.ObjectId;
950
- }>;
951
- export declare const CharacterPersonality: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
952
- id: import("zod").ZodOptional<import("zod").ZodString>;
953
- key: import("zod").ZodOptional<import("zod").ZodString>;
954
- name: import("zod").ZodOptional<import("zod").ZodString>;
955
- description: import("zod").ZodOptional<import("zod").ZodString>;
956
- 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>]>>;
957
- 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>]>>;
958
- }, {
959
- 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>]>>;
960
- meta: import("zod").ZodAny;
961
- data: import("zod").ZodAny;
962
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
963
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
964
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
965
- 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>]>>;
966
- 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>]>>;
967
- 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>]>>;
968
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
969
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
970
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
971
- }>, {}>, "strip", import("zod").ZodTypeAny, {
972
- id?: string | import("mongoose").Types.ObjectId;
973
- name?: string;
974
- data?: any;
975
- description?: string;
976
- key?: string;
977
- status?: "Archived" | "Paused" | "Pending" | "Active";
978
- meta?: any;
979
- merkleLeaf?: string;
980
- merkleIndex?: number;
981
- createdById?: string | import("mongoose").Types.ObjectId;
982
- editedById?: string | import("mongoose").Types.ObjectId;
983
- deletedById?: string | import("mongoose").Types.ObjectId;
984
- createdDate?: Date;
985
- updatedDate?: Date;
986
- deletedDate?: Date;
987
- applicationId?: string | import("mongoose").Types.ObjectId;
988
- ownerId?: string | import("mongoose").Types.ObjectId;
989
- }, {
990
- id?: string | import("mongoose").Types.ObjectId;
991
- name?: string;
992
- data?: any;
993
- description?: string;
994
- key?: string;
995
- status?: "Archived" | "Paused" | "Pending" | "Active";
996
- meta?: any;
997
- merkleLeaf?: string;
998
- merkleIndex?: number;
999
- createdById?: string | import("mongoose").Types.ObjectId;
1000
- editedById?: string | import("mongoose").Types.ObjectId;
1001
- deletedById?: string | import("mongoose").Types.ObjectId;
1002
- createdDate?: Date;
1003
- updatedDate?: Date;
1004
- deletedDate?: Date;
1005
- applicationId?: string | import("mongoose").Types.ObjectId;
1006
- ownerId?: string | import("mongoose").Types.ObjectId;
1007
- }>;
1008
- export declare const CharacterTitle: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1009
- id: import("zod").ZodOptional<import("zod").ZodString>;
1010
- key: import("zod").ZodOptional<import("zod").ZodString>;
1011
- name: import("zod").ZodOptional<import("zod").ZodString>;
1012
- description: import("zod").ZodOptional<import("zod").ZodString>;
1013
- 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>]>>;
1014
- 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>]>>;
1015
- }, {
1016
- 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>]>>;
1017
- meta: import("zod").ZodAny;
1018
- data: import("zod").ZodAny;
1019
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
1020
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
1021
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
1022
- 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>]>>;
1023
- 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>]>>;
1024
- 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>]>>;
1025
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
1026
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1027
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1028
- }>, {}>, "strip", import("zod").ZodTypeAny, {
1029
- id?: string | import("mongoose").Types.ObjectId;
1030
- name?: string;
1031
- data?: any;
1032
- description?: string;
1033
- key?: string;
1034
- status?: "Archived" | "Paused" | "Pending" | "Active";
1035
- meta?: any;
1036
- merkleLeaf?: string;
1037
- merkleIndex?: number;
1038
- createdById?: string | import("mongoose").Types.ObjectId;
1039
- editedById?: string | import("mongoose").Types.ObjectId;
1040
- deletedById?: string | import("mongoose").Types.ObjectId;
1041
- createdDate?: Date;
1042
- updatedDate?: Date;
1043
- deletedDate?: Date;
1044
- applicationId?: string | import("mongoose").Types.ObjectId;
1045
- ownerId?: string | import("mongoose").Types.ObjectId;
1046
- }, {
1047
- id?: string | import("mongoose").Types.ObjectId;
1048
- name?: string;
1049
- data?: any;
1050
- description?: string;
1051
- key?: string;
1052
- status?: "Archived" | "Paused" | "Pending" | "Active";
1053
- meta?: any;
1054
- merkleLeaf?: string;
1055
- merkleIndex?: number;
1056
- createdById?: string | import("mongoose").Types.ObjectId;
1057
- editedById?: string | import("mongoose").Types.ObjectId;
1058
- deletedById?: string | import("mongoose").Types.ObjectId;
1059
- createdDate?: Date;
1060
- updatedDate?: Date;
1061
- deletedDate?: Date;
1062
- applicationId?: string | import("mongoose").Types.ObjectId;
1063
- ownerId?: string | import("mongoose").Types.ObjectId;
1064
- }>;
1065
- export declare const CharacterFaction: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1066
- id: import("zod").ZodOptional<import("zod").ZodString>;
1067
- key: import("zod").ZodOptional<import("zod").ZodString>;
1068
- name: import("zod").ZodOptional<import("zod").ZodString>;
1069
- description: import("zod").ZodOptional<import("zod").ZodString>;
1070
- 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>]>>;
1071
- 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>]>>;
1072
- }, {
1073
- 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>]>>;
1074
- meta: import("zod").ZodAny;
1075
- data: import("zod").ZodAny;
1076
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
1077
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
1078
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
1079
- 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>]>>;
1080
- 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>]>>;
1081
- 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>]>>;
1082
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
1083
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1084
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1085
- }>, {
1086
- shortDescription: import("zod").ZodString;
1087
- }>, "strip", import("zod").ZodTypeAny, {
1088
- id?: string | import("mongoose").Types.ObjectId;
1089
- name?: string;
1090
- data?: any;
1091
- description?: string;
1092
- key?: string;
1093
- status?: "Archived" | "Paused" | "Pending" | "Active";
1094
- meta?: any;
1095
- merkleLeaf?: string;
1096
- merkleIndex?: number;
1097
- createdById?: string | import("mongoose").Types.ObjectId;
1098
- editedById?: string | import("mongoose").Types.ObjectId;
1099
- deletedById?: string | import("mongoose").Types.ObjectId;
1100
- createdDate?: Date;
1101
- updatedDate?: Date;
1102
- deletedDate?: Date;
1103
- applicationId?: string | import("mongoose").Types.ObjectId;
1104
- ownerId?: string | import("mongoose").Types.ObjectId;
1105
- shortDescription?: string;
1106
- }, {
1107
- id?: string | import("mongoose").Types.ObjectId;
1108
- name?: string;
1109
- data?: any;
1110
- description?: string;
1111
- key?: string;
1112
- status?: "Archived" | "Paused" | "Pending" | "Active";
1113
- meta?: any;
1114
- merkleLeaf?: string;
1115
- merkleIndex?: number;
1116
- createdById?: string | import("mongoose").Types.ObjectId;
1117
- editedById?: string | import("mongoose").Types.ObjectId;
1118
- deletedById?: string | import("mongoose").Types.ObjectId;
1119
- createdDate?: Date;
1120
- updatedDate?: Date;
1121
- deletedDate?: Date;
1122
- applicationId?: string | import("mongoose").Types.ObjectId;
1123
- ownerId?: string | import("mongoose").Types.ObjectId;
1124
- shortDescription?: string;
1125
- }>;
1126
- export declare const CharacterNameChoice: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1127
- id: import("zod").ZodOptional<import("zod").ZodString>;
1128
- key: import("zod").ZodOptional<import("zod").ZodString>;
1129
- name: import("zod").ZodOptional<import("zod").ZodString>;
1130
- description: import("zod").ZodOptional<import("zod").ZodString>;
1131
- 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>]>>;
1132
- 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>]>>;
1133
- }, {
1134
- 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>]>>;
1135
- meta: import("zod").ZodAny;
1136
- data: import("zod").ZodAny;
1137
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
1138
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
1139
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
1140
- 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>]>>;
1141
- 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>]>>;
1142
- 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>]>>;
1143
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
1144
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1145
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1146
- }>, {}>, "strip", import("zod").ZodTypeAny, {
1147
- id?: string | import("mongoose").Types.ObjectId;
1148
- name?: string;
1149
- data?: any;
1150
- description?: string;
1151
- key?: string;
1152
- status?: "Archived" | "Paused" | "Pending" | "Active";
1153
- meta?: any;
1154
- merkleLeaf?: string;
1155
- merkleIndex?: number;
1156
- createdById?: string | import("mongoose").Types.ObjectId;
1157
- editedById?: string | import("mongoose").Types.ObjectId;
1158
- deletedById?: string | import("mongoose").Types.ObjectId;
1159
- createdDate?: Date;
1160
- updatedDate?: Date;
1161
- deletedDate?: Date;
1162
- applicationId?: string | import("mongoose").Types.ObjectId;
1163
- ownerId?: string | import("mongoose").Types.ObjectId;
1164
- }, {
1165
- id?: string | import("mongoose").Types.ObjectId;
1166
- name?: string;
1167
- data?: any;
1168
- description?: string;
1169
- key?: string;
1170
- status?: "Archived" | "Paused" | "Pending" | "Active";
1171
- meta?: any;
1172
- merkleLeaf?: string;
1173
- merkleIndex?: number;
1174
- createdById?: string | import("mongoose").Types.ObjectId;
1175
- editedById?: string | import("mongoose").Types.ObjectId;
1176
- deletedById?: string | import("mongoose").Types.ObjectId;
1177
- createdDate?: Date;
1178
- updatedDate?: Date;
1179
- deletedDate?: Date;
1180
- applicationId?: string | import("mongoose").Types.ObjectId;
1181
- ownerId?: string | import("mongoose").Types.ObjectId;
1182
- }>;
1183
- export declare const CharacterGuild: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1184
- id: import("zod").ZodOptional<import("zod").ZodString>;
1185
- key: import("zod").ZodOptional<import("zod").ZodString>;
1186
- name: import("zod").ZodOptional<import("zod").ZodString>;
1187
- description: import("zod").ZodOptional<import("zod").ZodString>;
1188
- 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>]>>;
1189
- 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>]>>;
1190
- }, {
1191
- 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>]>>;
1192
- meta: import("zod").ZodAny;
1193
- data: import("zod").ZodAny;
1194
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
1195
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
1196
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
1197
- 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>]>>;
1198
- 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>]>>;
1199
- 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>]>>;
1200
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
1201
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1202
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
1203
- }>, {}>, "strip", import("zod").ZodTypeAny, {
1204
- id?: string | import("mongoose").Types.ObjectId;
1205
- name?: string;
1206
- data?: any;
1207
- description?: string;
1208
- key?: string;
1209
- status?: "Archived" | "Paused" | "Pending" | "Active";
1210
- meta?: any;
1211
- merkleLeaf?: string;
1212
- merkleIndex?: number;
1213
- createdById?: string | import("mongoose").Types.ObjectId;
1214
- editedById?: string | import("mongoose").Types.ObjectId;
1215
- deletedById?: string | import("mongoose").Types.ObjectId;
1216
- createdDate?: Date;
1217
- updatedDate?: Date;
1218
- deletedDate?: Date;
1219
- applicationId?: string | import("mongoose").Types.ObjectId;
1220
- ownerId?: string | import("mongoose").Types.ObjectId;
1221
- }, {
1222
- id?: string | import("mongoose").Types.ObjectId;
1223
- name?: string;
1224
- data?: any;
1225
- description?: string;
1226
- key?: string;
1227
- status?: "Archived" | "Paused" | "Pending" | "Active";
1228
- meta?: any;
1229
- merkleLeaf?: string;
1230
- merkleIndex?: number;
1231
- createdById?: string | import("mongoose").Types.ObjectId;
1232
- editedById?: string | import("mongoose").Types.ObjectId;
1233
- deletedById?: string | import("mongoose").Types.ObjectId;
1234
- createdDate?: Date;
1235
- updatedDate?: Date;
1236
- deletedDate?: Date;
1237
- applicationId?: string | import("mongoose").Types.ObjectId;
1238
- ownerId?: string | import("mongoose").Types.ObjectId;
1239
- }>;