@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,548 +0,0 @@
1
- export declare const Skill: 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
- name: import("zod").ZodString;
23
- description: import("zod").ZodOptional<import("zod").ZodString>;
24
- type: import("zod").ZodEnum<["attack", "defense", "utility"]>;
25
- cooldown: import("zod").ZodOptional<import("zod").ZodNumber>;
26
- power: import("zod").ZodOptional<import("zod").ZodNumber>;
27
- }>, "strip", import("zod").ZodTypeAny, {
28
- id?: string | import("mongoose").Types.ObjectId;
29
- name?: string;
30
- data?: any;
31
- description?: string;
32
- type?: "attack" | "defense" | "utility";
33
- key?: string;
34
- status?: "Archived" | "Paused" | "Pending" | "Active";
35
- meta?: any;
36
- merkleLeaf?: string;
37
- merkleIndex?: number;
38
- createdById?: string | import("mongoose").Types.ObjectId;
39
- editedById?: string | import("mongoose").Types.ObjectId;
40
- deletedById?: string | import("mongoose").Types.ObjectId;
41
- createdDate?: Date;
42
- updatedDate?: Date;
43
- deletedDate?: Date;
44
- applicationId?: string | import("mongoose").Types.ObjectId;
45
- ownerId?: string | import("mongoose").Types.ObjectId;
46
- cooldown?: number;
47
- power?: number;
48
- }, {
49
- id?: string | import("mongoose").Types.ObjectId;
50
- name?: string;
51
- data?: any;
52
- description?: string;
53
- type?: "attack" | "defense" | "utility";
54
- key?: string;
55
- status?: "Archived" | "Paused" | "Pending" | "Active";
56
- meta?: any;
57
- merkleLeaf?: string;
58
- merkleIndex?: number;
59
- createdById?: string | import("mongoose").Types.ObjectId;
60
- editedById?: string | import("mongoose").Types.ObjectId;
61
- deletedById?: string | import("mongoose").Types.ObjectId;
62
- createdDate?: Date;
63
- updatedDate?: Date;
64
- deletedDate?: Date;
65
- applicationId?: string | import("mongoose").Types.ObjectId;
66
- ownerId?: string | import("mongoose").Types.ObjectId;
67
- cooldown?: number;
68
- power?: number;
69
- }>;
70
- export declare const SkillEffect: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
71
- id: import("zod").ZodOptional<import("zod").ZodString>;
72
- key: import("zod").ZodOptional<import("zod").ZodString>;
73
- name: import("zod").ZodOptional<import("zod").ZodString>;
74
- description: import("zod").ZodOptional<import("zod").ZodString>;
75
- 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>]>>;
76
- 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>]>>;
77
- }, {
78
- 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>]>>;
79
- meta: import("zod").ZodAny;
80
- data: import("zod").ZodAny;
81
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
82
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
83
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
84
- 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>]>>;
85
- 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>]>>;
86
- 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>]>>;
87
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
88
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
89
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
90
- }>, {
91
- skillId: 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>]>;
92
- effectType: import("zod").ZodEnum<["damage", "heal", "buff", "debuff"]>;
93
- magnitude: import("zod").ZodNumber;
94
- duration: import("zod").ZodOptional<import("zod").ZodNumber>;
95
- }>, "strip", import("zod").ZodTypeAny, {
96
- id?: string | import("mongoose").Types.ObjectId;
97
- name?: string;
98
- data?: any;
99
- description?: string;
100
- key?: string;
101
- status?: "Archived" | "Paused" | "Pending" | "Active";
102
- meta?: any;
103
- merkleLeaf?: string;
104
- merkleIndex?: number;
105
- createdById?: string | import("mongoose").Types.ObjectId;
106
- editedById?: string | import("mongoose").Types.ObjectId;
107
- deletedById?: string | import("mongoose").Types.ObjectId;
108
- createdDate?: Date;
109
- updatedDate?: Date;
110
- deletedDate?: Date;
111
- applicationId?: string | import("mongoose").Types.ObjectId;
112
- ownerId?: string | import("mongoose").Types.ObjectId;
113
- skillId?: string | import("mongoose").Types.ObjectId;
114
- effectType?: "damage" | "heal" | "buff" | "debuff";
115
- magnitude?: number;
116
- duration?: number;
117
- }, {
118
- id?: string | import("mongoose").Types.ObjectId;
119
- name?: string;
120
- data?: any;
121
- description?: string;
122
- key?: string;
123
- status?: "Archived" | "Paused" | "Pending" | "Active";
124
- meta?: any;
125
- merkleLeaf?: string;
126
- merkleIndex?: number;
127
- createdById?: string | import("mongoose").Types.ObjectId;
128
- editedById?: string | import("mongoose").Types.ObjectId;
129
- deletedById?: string | import("mongoose").Types.ObjectId;
130
- createdDate?: Date;
131
- updatedDate?: Date;
132
- deletedDate?: Date;
133
- applicationId?: string | import("mongoose").Types.ObjectId;
134
- ownerId?: string | import("mongoose").Types.ObjectId;
135
- skillId?: string | import("mongoose").Types.ObjectId;
136
- effectType?: "damage" | "heal" | "buff" | "debuff";
137
- magnitude?: number;
138
- duration?: number;
139
- }>;
140
- export declare const SkillRequirement: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
141
- id: import("zod").ZodOptional<import("zod").ZodString>;
142
- key: import("zod").ZodOptional<import("zod").ZodString>;
143
- name: import("zod").ZodOptional<import("zod").ZodString>;
144
- description: import("zod").ZodOptional<import("zod").ZodString>;
145
- 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>]>>;
146
- 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>]>>;
147
- }, {
148
- 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>]>>;
149
- meta: import("zod").ZodAny;
150
- data: import("zod").ZodAny;
151
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
152
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
153
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
154
- 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>]>>;
155
- 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>]>>;
156
- 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>]>>;
157
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
158
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
159
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
160
- }>, {
161
- skillId: 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>]>;
162
- levelRequired: import("zod").ZodNumber;
163
- previousSkillId: 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>]>>;
164
- }>, "strip", import("zod").ZodTypeAny, {
165
- id?: string | import("mongoose").Types.ObjectId;
166
- name?: string;
167
- data?: any;
168
- description?: string;
169
- key?: string;
170
- status?: "Archived" | "Paused" | "Pending" | "Active";
171
- meta?: any;
172
- merkleLeaf?: string;
173
- merkleIndex?: number;
174
- createdById?: string | import("mongoose").Types.ObjectId;
175
- editedById?: string | import("mongoose").Types.ObjectId;
176
- deletedById?: string | import("mongoose").Types.ObjectId;
177
- createdDate?: Date;
178
- updatedDate?: Date;
179
- deletedDate?: Date;
180
- applicationId?: string | import("mongoose").Types.ObjectId;
181
- ownerId?: string | import("mongoose").Types.ObjectId;
182
- levelRequired?: number;
183
- skillId?: string | import("mongoose").Types.ObjectId;
184
- previousSkillId?: string | import("mongoose").Types.ObjectId;
185
- }, {
186
- id?: string | import("mongoose").Types.ObjectId;
187
- name?: string;
188
- data?: any;
189
- description?: string;
190
- key?: string;
191
- status?: "Archived" | "Paused" | "Pending" | "Active";
192
- meta?: any;
193
- merkleLeaf?: string;
194
- merkleIndex?: number;
195
- createdById?: string | import("mongoose").Types.ObjectId;
196
- editedById?: string | import("mongoose").Types.ObjectId;
197
- deletedById?: string | import("mongoose").Types.ObjectId;
198
- createdDate?: Date;
199
- updatedDate?: Date;
200
- deletedDate?: Date;
201
- applicationId?: string | import("mongoose").Types.ObjectId;
202
- ownerId?: string | import("mongoose").Types.ObjectId;
203
- levelRequired?: number;
204
- skillId?: string | import("mongoose").Types.ObjectId;
205
- previousSkillId?: string | import("mongoose").Types.ObjectId;
206
- }>;
207
- export declare const SkillMod: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
208
- id: import("zod").ZodOptional<import("zod").ZodString>;
209
- key: import("zod").ZodOptional<import("zod").ZodString>;
210
- name: import("zod").ZodOptional<import("zod").ZodString>;
211
- description: import("zod").ZodOptional<import("zod").ZodString>;
212
- 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>]>>;
213
- 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>]>>;
214
- }, {
215
- 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>]>>;
216
- meta: import("zod").ZodAny;
217
- data: import("zod").ZodAny;
218
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
219
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
220
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
221
- 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>]>>;
222
- 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>]>>;
223
- 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>]>>;
224
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
225
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
226
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
227
- }>, {}>, "strip", import("zod").ZodTypeAny, {
228
- id?: string | import("mongoose").Types.ObjectId;
229
- name?: string;
230
- data?: any;
231
- description?: string;
232
- key?: string;
233
- status?: "Archived" | "Paused" | "Pending" | "Active";
234
- meta?: any;
235
- merkleLeaf?: string;
236
- merkleIndex?: number;
237
- createdById?: string | import("mongoose").Types.ObjectId;
238
- editedById?: string | import("mongoose").Types.ObjectId;
239
- deletedById?: string | import("mongoose").Types.ObjectId;
240
- createdDate?: Date;
241
- updatedDate?: Date;
242
- deletedDate?: Date;
243
- applicationId?: string | import("mongoose").Types.ObjectId;
244
- ownerId?: string | import("mongoose").Types.ObjectId;
245
- }, {
246
- id?: string | import("mongoose").Types.ObjectId;
247
- name?: string;
248
- data?: any;
249
- description?: string;
250
- key?: string;
251
- status?: "Archived" | "Paused" | "Pending" | "Active";
252
- meta?: any;
253
- merkleLeaf?: string;
254
- merkleIndex?: number;
255
- createdById?: string | import("mongoose").Types.ObjectId;
256
- editedById?: string | import("mongoose").Types.ObjectId;
257
- deletedById?: string | import("mongoose").Types.ObjectId;
258
- createdDate?: Date;
259
- updatedDate?: Date;
260
- deletedDate?: Date;
261
- applicationId?: string | import("mongoose").Types.ObjectId;
262
- ownerId?: string | import("mongoose").Types.ObjectId;
263
- }>;
264
- export declare const SkillClassification: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
265
- id: import("zod").ZodOptional<import("zod").ZodString>;
266
- key: import("zod").ZodOptional<import("zod").ZodString>;
267
- name: import("zod").ZodOptional<import("zod").ZodString>;
268
- description: import("zod").ZodOptional<import("zod").ZodString>;
269
- 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>]>>;
270
- 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>]>>;
271
- }, {
272
- 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>]>>;
273
- meta: import("zod").ZodAny;
274
- data: import("zod").ZodAny;
275
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
276
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
277
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
278
- 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>]>>;
279
- 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>]>>;
280
- 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>]>>;
281
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
282
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
283
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
284
- }>, {}>, "strip", import("zod").ZodTypeAny, {
285
- id?: string | import("mongoose").Types.ObjectId;
286
- name?: string;
287
- data?: any;
288
- description?: string;
289
- key?: string;
290
- status?: "Archived" | "Paused" | "Pending" | "Active";
291
- meta?: any;
292
- merkleLeaf?: string;
293
- merkleIndex?: number;
294
- createdById?: string | import("mongoose").Types.ObjectId;
295
- editedById?: string | import("mongoose").Types.ObjectId;
296
- deletedById?: string | import("mongoose").Types.ObjectId;
297
- createdDate?: Date;
298
- updatedDate?: Date;
299
- deletedDate?: Date;
300
- applicationId?: string | import("mongoose").Types.ObjectId;
301
- ownerId?: string | import("mongoose").Types.ObjectId;
302
- }, {
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
- }>;
321
- export declare const SkillCondition: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
322
- id: import("zod").ZodOptional<import("zod").ZodString>;
323
- key: import("zod").ZodOptional<import("zod").ZodString>;
324
- name: import("zod").ZodOptional<import("zod").ZodString>;
325
- description: import("zod").ZodOptional<import("zod").ZodString>;
326
- 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>]>>;
327
- 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>]>>;
328
- }, {
329
- 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>]>>;
330
- meta: import("zod").ZodAny;
331
- data: import("zod").ZodAny;
332
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
333
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
334
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
335
- 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>]>>;
336
- 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>]>>;
337
- 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>]>>;
338
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
339
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
340
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
341
- }>, {}>, "strip", import("zod").ZodTypeAny, {
342
- id?: string | import("mongoose").Types.ObjectId;
343
- name?: string;
344
- data?: any;
345
- description?: string;
346
- key?: string;
347
- status?: "Archived" | "Paused" | "Pending" | "Active";
348
- meta?: any;
349
- merkleLeaf?: string;
350
- merkleIndex?: number;
351
- createdById?: string | import("mongoose").Types.ObjectId;
352
- editedById?: string | import("mongoose").Types.ObjectId;
353
- deletedById?: string | import("mongoose").Types.ObjectId;
354
- createdDate?: Date;
355
- updatedDate?: Date;
356
- deletedDate?: Date;
357
- applicationId?: string | import("mongoose").Types.ObjectId;
358
- ownerId?: string | import("mongoose").Types.ObjectId;
359
- }, {
360
- id?: string | import("mongoose").Types.ObjectId;
361
- name?: string;
362
- data?: any;
363
- description?: string;
364
- key?: string;
365
- status?: "Archived" | "Paused" | "Pending" | "Active";
366
- meta?: any;
367
- merkleLeaf?: string;
368
- merkleIndex?: number;
369
- createdById?: string | import("mongoose").Types.ObjectId;
370
- editedById?: string | import("mongoose").Types.ObjectId;
371
- deletedById?: string | import("mongoose").Types.ObjectId;
372
- createdDate?: Date;
373
- updatedDate?: Date;
374
- deletedDate?: Date;
375
- applicationId?: string | import("mongoose").Types.ObjectId;
376
- ownerId?: string | import("mongoose").Types.ObjectId;
377
- }>;
378
- export declare const SkillStatusEffect: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
379
- id: import("zod").ZodOptional<import("zod").ZodString>;
380
- key: import("zod").ZodOptional<import("zod").ZodString>;
381
- name: import("zod").ZodOptional<import("zod").ZodString>;
382
- description: import("zod").ZodOptional<import("zod").ZodString>;
383
- 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>]>>;
384
- 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>]>>;
385
- }, {
386
- 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>]>>;
387
- meta: import("zod").ZodAny;
388
- data: import("zod").ZodAny;
389
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
390
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
391
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
392
- 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>]>>;
393
- 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>]>>;
394
- 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>]>>;
395
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
396
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
397
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
398
- }>, {}>, "strip", import("zod").ZodTypeAny, {
399
- id?: string | import("mongoose").Types.ObjectId;
400
- name?: string;
401
- data?: any;
402
- description?: string;
403
- key?: string;
404
- status?: "Archived" | "Paused" | "Pending" | "Active";
405
- meta?: any;
406
- merkleLeaf?: string;
407
- merkleIndex?: number;
408
- createdById?: string | import("mongoose").Types.ObjectId;
409
- editedById?: string | import("mongoose").Types.ObjectId;
410
- deletedById?: string | import("mongoose").Types.ObjectId;
411
- createdDate?: Date;
412
- updatedDate?: Date;
413
- deletedDate?: Date;
414
- applicationId?: string | import("mongoose").Types.ObjectId;
415
- ownerId?: string | import("mongoose").Types.ObjectId;
416
- }, {
417
- id?: string | import("mongoose").Types.ObjectId;
418
- name?: string;
419
- data?: any;
420
- description?: string;
421
- key?: string;
422
- status?: "Archived" | "Paused" | "Pending" | "Active";
423
- meta?: any;
424
- merkleLeaf?: string;
425
- merkleIndex?: number;
426
- createdById?: string | import("mongoose").Types.ObjectId;
427
- editedById?: string | import("mongoose").Types.ObjectId;
428
- deletedById?: string | import("mongoose").Types.ObjectId;
429
- createdDate?: Date;
430
- updatedDate?: Date;
431
- deletedDate?: Date;
432
- applicationId?: string | import("mongoose").Types.ObjectId;
433
- ownerId?: string | import("mongoose").Types.ObjectId;
434
- }>;
435
- export declare const SkillTree: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
436
- id: import("zod").ZodOptional<import("zod").ZodString>;
437
- key: import("zod").ZodOptional<import("zod").ZodString>;
438
- name: import("zod").ZodOptional<import("zod").ZodString>;
439
- description: import("zod").ZodOptional<import("zod").ZodString>;
440
- 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>]>>;
441
- 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>]>>;
442
- }, {
443
- 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>]>>;
444
- meta: import("zod").ZodAny;
445
- data: import("zod").ZodAny;
446
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
447
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
448
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
449
- 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>]>>;
450
- 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>]>>;
451
- 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>]>>;
452
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
453
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
454
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
455
- }>, {}>, "strip", import("zod").ZodTypeAny, {
456
- id?: string | import("mongoose").Types.ObjectId;
457
- name?: string;
458
- data?: any;
459
- description?: string;
460
- key?: string;
461
- status?: "Archived" | "Paused" | "Pending" | "Active";
462
- meta?: any;
463
- merkleLeaf?: string;
464
- merkleIndex?: number;
465
- createdById?: string | import("mongoose").Types.ObjectId;
466
- editedById?: string | import("mongoose").Types.ObjectId;
467
- deletedById?: string | import("mongoose").Types.ObjectId;
468
- createdDate?: Date;
469
- updatedDate?: Date;
470
- deletedDate?: Date;
471
- applicationId?: string | import("mongoose").Types.ObjectId;
472
- ownerId?: string | import("mongoose").Types.ObjectId;
473
- }, {
474
- id?: string | import("mongoose").Types.ObjectId;
475
- name?: string;
476
- data?: any;
477
- description?: string;
478
- key?: string;
479
- status?: "Archived" | "Paused" | "Pending" | "Active";
480
- meta?: any;
481
- merkleLeaf?: string;
482
- merkleIndex?: number;
483
- createdById?: string | import("mongoose").Types.ObjectId;
484
- editedById?: string | import("mongoose").Types.ObjectId;
485
- deletedById?: string | import("mongoose").Types.ObjectId;
486
- createdDate?: Date;
487
- updatedDate?: Date;
488
- deletedDate?: Date;
489
- applicationId?: string | import("mongoose").Types.ObjectId;
490
- ownerId?: string | import("mongoose").Types.ObjectId;
491
- }>;
492
- export declare const SkillTreeNode: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
493
- id: import("zod").ZodOptional<import("zod").ZodString>;
494
- key: import("zod").ZodOptional<import("zod").ZodString>;
495
- name: import("zod").ZodOptional<import("zod").ZodString>;
496
- description: import("zod").ZodOptional<import("zod").ZodString>;
497
- 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>]>>;
498
- 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>]>>;
499
- }, {
500
- 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>]>>;
501
- meta: import("zod").ZodAny;
502
- data: import("zod").ZodAny;
503
- status: import("zod").ZodDefault<import("zod").ZodEnum<["Paused", "Pending", "Active", "Archived"]>>;
504
- merkleLeaf: import("zod").ZodOptional<import("zod").ZodString>;
505
- merkleIndex: import("zod").ZodOptional<import("zod").ZodNumber>;
506
- 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>]>>;
507
- 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>]>>;
508
- 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>]>>;
509
- createdDate: import("zod").ZodDefault<import("zod").ZodDate>;
510
- updatedDate: import("zod").ZodOptional<import("zod").ZodDate>;
511
- deletedDate: import("zod").ZodOptional<import("zod").ZodDate>;
512
- }>, {}>, "strip", import("zod").ZodTypeAny, {
513
- id?: string | import("mongoose").Types.ObjectId;
514
- name?: string;
515
- data?: any;
516
- description?: string;
517
- key?: string;
518
- status?: "Archived" | "Paused" | "Pending" | "Active";
519
- meta?: any;
520
- merkleLeaf?: string;
521
- merkleIndex?: number;
522
- createdById?: string | import("mongoose").Types.ObjectId;
523
- editedById?: string | import("mongoose").Types.ObjectId;
524
- deletedById?: string | import("mongoose").Types.ObjectId;
525
- createdDate?: Date;
526
- updatedDate?: Date;
527
- deletedDate?: Date;
528
- applicationId?: string | import("mongoose").Types.ObjectId;
529
- ownerId?: string | import("mongoose").Types.ObjectId;
530
- }, {
531
- id?: string | import("mongoose").Types.ObjectId;
532
- name?: string;
533
- data?: any;
534
- description?: string;
535
- key?: string;
536
- status?: "Archived" | "Paused" | "Pending" | "Active";
537
- meta?: any;
538
- merkleLeaf?: string;
539
- merkleIndex?: number;
540
- createdById?: string | import("mongoose").Types.ObjectId;
541
- editedById?: string | import("mongoose").Types.ObjectId;
542
- deletedById?: string | import("mongoose").Types.ObjectId;
543
- createdDate?: Date;
544
- updatedDate?: Date;
545
- deletedDate?: Date;
546
- applicationId?: string | import("mongoose").Types.ObjectId;
547
- ownerId?: string | import("mongoose").Types.ObjectId;
548
- }>;
@@ -1,26 +0,0 @@
1
- import { z, ObjectId, Entity } from '../../schema';
2
- export const Skill = Entity.merge(z.object({
3
- name: z.string().min(1),
4
- description: z.string().min(1).optional(),
5
- type: z.enum(['attack', 'defense', 'utility']),
6
- cooldown: z.number().min(0).optional(),
7
- power: z.number().min(0).optional(),
8
- }));
9
- export const SkillEffect = Entity.merge(z.object({
10
- skillId: ObjectId,
11
- effectType: z.enum(['damage', 'heal', 'buff', 'debuff']),
12
- magnitude: z.number().min(0),
13
- duration: z.number().min(0).optional(),
14
- }));
15
- export const SkillRequirement = Entity.merge(z.object({
16
- skillId: ObjectId,
17
- levelRequired: z.number().min(1),
18
- previousSkillId: ObjectId.optional(),
19
- }));
20
- export const SkillMod = Entity.merge(z.object({}));
21
- export const SkillClassification = Entity.merge(z.object({}));
22
- export const SkillCondition = Entity.merge(z.object({}));
23
- export const SkillStatusEffect = Entity.merge(z.object({}));
24
- export const SkillTree = Entity.merge(z.object({}));
25
- export const SkillTreeNode = Entity.merge(z.object({}));
26
- //# sourceMappingURL=skill.schema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skill.schema.js","sourceRoot":"","sources":["../../../modules/skill/skill.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEnD,MAAM,CAAC,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAC/B,CAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACvB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACzC,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;IAC9C,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACtC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CACpC,CAAC,CACH,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CACrC,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,QAAQ;IACjB,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;IACxD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CACvC,CAAC,CACH,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC,KAAK,CAC1C,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,QAAQ;IACjB,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,eAAe,EAAE,QAAQ,CAAC,QAAQ,EAAE;CACrC,CAAC,CACH,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAE9D,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAEzD,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAE5D,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAEpD,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC"}
@@ -1,32 +0,0 @@
1
- import type { RouterContext } from '../../types';
2
- import type { RouterInput, RouterOutput } from './skill.types';
3
- export declare class Service {
4
- getSkill(input: RouterInput['getSkill'], ctx: RouterContext): Promise<RouterOutput['getSkill']>;
5
- createSkill(input: RouterInput['createSkill'], ctx: RouterContext): Promise<RouterOutput['createSkill']>;
6
- updateSkill(input: RouterInput['updateSkill'], ctx: RouterContext): Promise<RouterOutput['updateSkill']>;
7
- deleteSkill(input: RouterInput['deleteSkill'], ctx: RouterContext): Promise<RouterOutput['deleteSkill']>;
8
- getSkillMod(input: RouterInput['getSkillMod'], ctx: RouterContext): Promise<RouterOutput['getSkillMod']>;
9
- createSkillMod(input: RouterInput['createSkillMod'], ctx: RouterContext): Promise<RouterOutput['createSkillMod']>;
10
- updateSkillMod(input: RouterInput['updateSkillMod'], ctx: RouterContext): Promise<RouterOutput['updateSkillMod']>;
11
- deleteSkillMod(input: RouterInput['deleteSkillMod'], ctx: RouterContext): Promise<RouterOutput['deleteSkillMod']>;
12
- getSkillClassification(input: RouterInput['getSkillClassification'], ctx: RouterContext): Promise<RouterOutput['getSkillClassification']>;
13
- createSkillClassification(input: RouterInput['createSkillClassification'], ctx: RouterContext): Promise<RouterOutput['createSkillClassification']>;
14
- updateSkillClassification(input: RouterInput['updateSkillClassification'], ctx: RouterContext): Promise<RouterOutput['updateSkillClassification']>;
15
- deleteSkillClassification(input: RouterInput['deleteSkillClassification'], ctx: RouterContext): Promise<RouterOutput['deleteSkillClassification']>;
16
- getSkillCondition(input: RouterInput['getSkillCondition'], ctx: RouterContext): Promise<RouterOutput['getSkillCondition']>;
17
- createSkillCondition(input: RouterInput['createSkillCondition'], ctx: RouterContext): Promise<RouterOutput['createSkillCondition']>;
18
- updateSkillCondition(input: RouterInput['updateSkillCondition'], ctx: RouterContext): Promise<RouterOutput['updateSkillCondition']>;
19
- deleteSkillCondition(input: RouterInput['deleteSkillCondition'], ctx: RouterContext): Promise<RouterOutput['deleteSkillCondition']>;
20
- getSkillStatusEffect(input: RouterInput['getSkillStatusEffect'], ctx: RouterContext): Promise<RouterOutput['getSkillStatusEffect']>;
21
- createSkillStatusEffect(input: RouterInput['createSkillStatusEffect'], ctx: RouterContext): Promise<RouterOutput['createSkillStatusEffect']>;
22
- updateSkillStatusEffect(input: RouterInput['updateSkillStatusEffect'], ctx: RouterContext): Promise<RouterOutput['updateSkillStatusEffect']>;
23
- deleteSkillStatusEffect(input: RouterInput['deleteSkillStatusEffect'], ctx: RouterContext): Promise<RouterOutput['deleteSkillStatusEffect']>;
24
- getSkillTree(input: RouterInput['getSkillTree'], ctx: RouterContext): Promise<RouterOutput['getSkillTree']>;
25
- createSkillTree(input: RouterInput['createSkillTree'], ctx: RouterContext): Promise<RouterOutput['createSkillTree']>;
26
- updateSkillTree(input: RouterInput['updateSkillTree'], ctx: RouterContext): Promise<RouterOutput['updateSkillTree']>;
27
- deleteSkillTree(input: RouterInput['deleteSkillTree'], ctx: RouterContext): Promise<RouterOutput['deleteSkillTree']>;
28
- getSkillTreeNode(input: RouterInput['getSkillTreeNode'], ctx: RouterContext): Promise<RouterOutput['getSkillTreeNode']>;
29
- createSkillTreeNode(input: RouterInput['createSkillTreeNode'], ctx: RouterContext): Promise<RouterOutput['createSkillTreeNode']>;
30
- updateSkillTreeNode(input: RouterInput['updateSkillTreeNode'], ctx: RouterContext): Promise<RouterOutput['updateSkillTreeNode']>;
31
- deleteSkillTreeNode(input: RouterInput['deleteSkillTreeNode'], ctx: RouterContext): Promise<RouterOutput['deleteSkillTreeNode']>;
32
- }