@arken/node 1.5.1 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rush/temp/shrinkwrap-deps.json +39 -82
- package/build/api.js.map +1 -0
- package/build/array.js.map +1 -0
- package/build/browser.js.map +1 -0
- package/build/codebase.js.map +1 -0
- package/build/config.js.map +1 -0
- package/build/db.d.ts +41 -0
- package/build/db.js +234 -0
- package/build/db.js.map +1 -0
- package/build/{util/decoder.js → decoder.js} +3 -3
- package/build/decoder.js.map +1 -0
- package/build/format.js.map +1 -0
- package/build/guid.js.map +1 -0
- package/build/index.d.ts +70 -18
- package/build/index.js +216 -18
- package/build/index.js.map +1 -1
- package/build/json.js.map +1 -0
- package/build/legacy/data/items.js +1 -1
- package/build/legacy/data/items.js.map +1 -1
- package/build/log.d.ts +5 -0
- package/build/log.js +28 -0
- package/build/log.js.map +1 -0
- package/build/math.js.map +1 -0
- package/build/{util/merkle.js → merkle.js} +1 -1
- package/build/merkle.js.map +1 -0
- package/build/{util/mongo.js → mongo.js} +1 -1
- package/build/mongo.js.map +1 -0
- package/build/number.js.map +1 -0
- package/build/object.js.map +1 -0
- package/build/otp.js.map +1 -0
- package/build/package.json +3 -3
- package/build/physics.js.map +1 -0
- package/build/{util/process.js → process.js} +1 -1
- package/build/process.js.map +1 -0
- package/build/rpc.js.map +1 -0
- package/build/schema.d.ts +42 -51
- package/build/seer.js.map +1 -0
- package/build/string.js.map +1 -0
- package/build/text.js.map +1 -0
- package/build/time/date.js.map +1 -0
- package/build/time/fancyTimeFormat.js.map +1 -0
- package/build/time/index.js.map +1 -0
- package/build/time/now.js.map +1 -0
- package/build/trpc/socketLink.d.ts +62 -0
- package/build/trpc/socketLink.js +261 -0
- package/build/trpc/socketLink.js.map +1 -0
- package/build/trpc/socketServer.d.ts +15 -0
- package/build/trpc/socketServer.js +47 -0
- package/build/trpc/socketServer.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/util.d.ts +1 -0
- package/build/util.js +2 -0
- package/build/util.js.map +1 -0
- package/build/web3/httpProvider.js.map +1 -0
- package/build/{util/web3.js → web3.js} +1 -1
- package/build/web3.js.map +1 -0
- package/build/{util/websocket.js → websocket.js} +1 -1
- package/build/websocket.js.map +1 -0
- package/build/zk.js.map +1 -0
- package/build/{util/zod.d.ts → zod.d.ts} +2 -0
- package/build/{util/zod.js → zod.js} +1 -0
- package/build/zod.js.map +1 -0
- package/db.ts +76 -1
- package/{util/decoder.ts → decoder.ts} +3 -3
- package/index.ts +306 -18
- package/legacy/data/items.ts +1 -1
- package/log.ts +51 -0
- package/{util/merkle.ts → merkle.ts} +3 -1
- package/{util/mongo.ts → mongo.ts} +1 -1
- package/package.json +3 -3
- package/{util/process.ts → process.ts} +1 -1
- package/trpc/socketLink.ts +2 -2
- package/trpc/socketServer.ts +1 -1
- package/tsconfig.json +35 -6
- package/util.ts +1 -0
- package/{util/web3.ts → web3.ts} +2 -1
- package/{util/websocket.ts → websocket.ts} +1 -1
- package/{util/zod.ts → zod.ts} +2 -0
- package/build/modules/area/area.models.d.ts +0 -6
- package/build/modules/area/area.models.js +0 -11
- package/build/modules/area/area.models.js.map +0 -1
- package/build/modules/area/area.router.d.ts +0 -274
- package/build/modules/area/area.router.js +0 -59
- package/build/modules/area/area.router.js.map +0 -1
- package/build/modules/area/area.schema.d.ts +0 -245
- package/build/modules/area/area.schema.js +0 -13
- package/build/modules/area/area.schema.js.map +0 -1
- package/build/modules/area/area.service.d.ts +0 -12
- package/build/modules/area/area.service.js +0 -95
- package/build/modules/area/area.service.js.map +0 -1
- package/build/modules/area/area.types.d.ts +0 -20
- package/build/modules/area/area.types.js +0 -2
- package/build/modules/area/area.types.js.map +0 -1
- package/build/modules/area/index.d.ts +0 -5
- package/build/modules/area/index.js +0 -6
- package/build/modules/area/index.js.map +0 -1
- package/build/modules/asset/asset.models.d.ts +0 -5
- package/build/modules/asset/asset.models.js +0 -44
- package/build/modules/asset/asset.models.js.map +0 -1
- package/build/modules/asset/asset.router.d.ts +0 -189
- package/build/modules/asset/asset.router.js +0 -41
- package/build/modules/asset/asset.router.js.map +0 -1
- package/build/modules/asset/asset.schema.d.ts +0 -207
- package/build/modules/asset/asset.schema.js +0 -19
- package/build/modules/asset/asset.schema.js.map +0 -1
- package/build/modules/asset/asset.service.d.ts +0 -9
- package/build/modules/asset/asset.service.js +0 -68
- package/build/modules/asset/asset.service.js.map +0 -1
- package/build/modules/asset/asset.types.d.ts +0 -17
- package/build/modules/asset/asset.types.js +0 -2
- package/build/modules/asset/asset.types.js.map +0 -1
- package/build/modules/asset/index.d.ts +0 -5
- package/build/modules/asset/index.js +0 -6
- package/build/modules/asset/index.js.map +0 -1
- package/build/modules/chain/chain.models.d.ts +0 -6
- package/build/modules/chain/chain.models.js +0 -42
- package/build/modules/chain/chain.models.js.map +0 -1
- package/build/modules/chain/chain.router.d.ts +0 -364
- package/build/modules/chain/chain.router.js +0 -84
- package/build/modules/chain/chain.router.js.map +0 -1
- package/build/modules/chain/chain.schema.d.ts +0 -323
- package/build/modules/chain/chain.schema.js +0 -41
- package/build/modules/chain/chain.schema.js.map +0 -1
- package/build/modules/chain/chain.service.d.ts +0 -15
- package/build/modules/chain/chain.service.js +0 -115
- package/build/modules/chain/chain.service.js.map +0 -1
- package/build/modules/chain/chain.types.d.ts +0 -20
- package/build/modules/chain/chain.types.js +0 -2
- package/build/modules/chain/chain.types.js.map +0 -1
- package/build/modules/chain/index.d.ts +0 -5
- package/build/modules/chain/index.js +0 -6
- package/build/modules/chain/index.js.map +0 -1
- package/build/modules/character/character.models.d.ts +0 -14
- package/build/modules/character/character.models.js +0 -123
- package/build/modules/character/character.models.js.map +0 -1
- package/build/modules/character/character.router.d.ts +0 -945
- package/build/modules/character/character.router.js +0 -246
- package/build/modules/character/character.router.js.map +0 -1
- package/build/modules/character/character.schema.d.ts +0 -1239
- package/build/modules/character/character.schema.js +0 -67
- package/build/modules/character/character.schema.js.map +0 -1
- package/build/modules/character/character.service.d.ts +0 -73
- package/build/modules/character/character.service.js +0 -533
- package/build/modules/character/character.service.js.map +0 -1
- package/build/modules/character/character.types.d.ts +0 -48
- package/build/modules/character/character.types.js +0 -2
- package/build/modules/character/character.types.js.map +0 -1
- package/build/modules/character/index.d.ts +0 -5
- package/build/modules/character/index.js +0 -6
- package/build/modules/character/index.js.map +0 -1
- package/build/modules/chat/chat.models.d.ts +0 -4
- package/build/modules/chat/chat.models.js +0 -35
- package/build/modules/chat/chat.models.js.map +0 -1
- package/build/modules/chat/chat.router.d.ts +0 -223
- package/build/modules/chat/chat.router.js +0 -51
- package/build/modules/chat/chat.router.js.map +0 -1
- package/build/modules/chat/chat.schema.d.ts +0 -183
- package/build/modules/chat/chat.schema.js +0 -29
- package/build/modules/chat/chat.schema.js.map +0 -1
- package/build/modules/chat/chat.service.d.ts +0 -12
- package/build/modules/chat/chat.service.js +0 -85
- package/build/modules/chat/chat.service.js.map +0 -1
- package/build/modules/chat/chat.types.d.ts +0 -14
- package/build/modules/chat/chat.types.js +0 -2
- package/build/modules/chat/chat.types.js.map +0 -1
- package/build/modules/chat/index.d.ts +0 -5
- package/build/modules/chat/index.js +0 -6
- package/build/modules/chat/index.js.map +0 -1
- package/build/modules/collection/collection.models.d.ts +0 -9
- package/build/modules/collection/collection.models.js +0 -69
- package/build/modules/collection/collection.models.js.map +0 -1
- package/build/modules/collection/collection.router.d.ts +0 -361
- package/build/modules/collection/collection.router.js +0 -71
- package/build/modules/collection/collection.router.js.map +0 -1
- package/build/modules/collection/collection.schema.d.ts +0 -676
- package/build/modules/collection/collection.schema.js +0 -70
- package/build/modules/collection/collection.schema.js.map +0 -1
- package/build/modules/collection/collection.service.d.ts +0 -15
- package/build/modules/collection/collection.service.js +0 -117
- package/build/modules/collection/collection.service.js.map +0 -1
- package/build/modules/collection/collection.types.d.ts +0 -29
- package/build/modules/collection/collection.types.js +0 -2
- package/build/modules/collection/collection.types.js.map +0 -1
- package/build/modules/collection/index.d.ts +0 -5
- package/build/modules/collection/index.js +0 -6
- package/build/modules/collection/index.js.map +0 -1
- package/build/modules/core/core.models.d.ts +0 -123
- package/build/modules/core/core.models.js +0 -811
- package/build/modules/core/core.models.js.map +0 -1
- package/build/modules/core/core.router.d.ts +0 -5297
- package/build/modules/core/core.router.js +0 -1372
- package/build/modules/core/core.router.js.map +0 -1
- package/build/modules/core/core.schema.d.ts +0 -5918
- package/build/modules/core/core.schema.js +0 -519
- package/build/modules/core/core.schema.js.map +0 -1
- package/build/modules/core/core.service.d.ts +0 -270
- package/build/modules/core/core.service.js +0 -2515
- package/build/modules/core/core.service.js.map +0 -1
- package/build/modules/core/core.types.d.ts +0 -251
- package/build/modules/core/core.types.js +0 -2
- package/build/modules/core/core.types.js.map +0 -1
- package/build/modules/core/index.d.ts +0 -5
- package/build/modules/core/index.js +0 -6
- package/build/modules/core/index.js.map +0 -1
- package/build/modules/core/mail/applyPatchesOrMail.d.ts +0 -72
- package/build/modules/core/mail/applyPatchesOrMail.js +0 -416
- package/build/modules/core/mail/applyPatchesOrMail.js.map +0 -1
- package/build/modules/core/mail/mailClaimablePatchesBatch.d.ts +0 -51
- package/build/modules/core/mail/mailClaimablePatchesBatch.js +0 -239
- package/build/modules/core/mail/mailClaimablePatchesBatch.js.map +0 -1
- package/build/modules/game/game.models.d.ts +0 -6
- package/build/modules/game/game.models.js +0 -29
- package/build/modules/game/game.models.js.map +0 -1
- package/build/modules/game/game.router.d.ts +0 -428
- package/build/modules/game/game.router.js +0 -90
- package/build/modules/game/game.router.js.map +0 -1
- package/build/modules/game/game.schema.d.ts +0 -344
- package/build/modules/game/game.schema.js +0 -14
- package/build/modules/game/game.schema.js.map +0 -1
- package/build/modules/game/game.service.d.ts +0 -16
- package/build/modules/game/game.service.js +0 -111
- package/build/modules/game/game.service.js.map +0 -1
- package/build/modules/game/game.types.d.ts +0 -20
- package/build/modules/game/game.types.js +0 -2
- package/build/modules/game/game.types.js.map +0 -1
- package/build/modules/game/index.d.ts +0 -5
- package/build/modules/game/index.js +0 -5
- package/build/modules/game/index.js.map +0 -1
- package/build/modules/interface/index.d.ts +0 -5
- package/build/modules/interface/index.js +0 -6
- package/build/modules/interface/index.js.map +0 -1
- package/build/modules/interface/interface.canonicalize.d.ts +0 -2
- package/build/modules/interface/interface.canonicalize.js +0 -241
- package/build/modules/interface/interface.canonicalize.js.map +0 -1
- package/build/modules/interface/interface.models.d.ts +0 -6
- package/build/modules/interface/interface.models.js +0 -30
- package/build/modules/interface/interface.models.js.map +0 -1
- package/build/modules/interface/interface.router.d.ts +0 -472
- package/build/modules/interface/interface.router.js +0 -113
- package/build/modules/interface/interface.router.js.map +0 -1
- package/build/modules/interface/interface.schema.d.ts +0 -313
- package/build/modules/interface/interface.schema.js +0 -36
- package/build/modules/interface/interface.schema.js.map +0 -1
- package/build/modules/interface/interface.service.d.ts +0 -19
- package/build/modules/interface/interface.service.js +0 -168
- package/build/modules/interface/interface.service.js.map +0 -1
- package/build/modules/interface/interface.types.d.ts +0 -19
- package/build/modules/interface/interface.types.js +0 -2
- package/build/modules/interface/interface.types.js.map +0 -1
- package/build/modules/item/index.d.ts +0 -5
- package/build/modules/item/index.js +0 -6
- package/build/modules/item/index.js.map +0 -1
- package/build/modules/item/item.models.d.ts +0 -16
- package/build/modules/item/item.models.js +0 -101
- package/build/modules/item/item.models.js.map +0 -1
- package/build/modules/item/item.router.d.ts +0 -263
- package/build/modules/item/item.router.js +0 -70
- package/build/modules/item/item.router.js.map +0 -1
- package/build/modules/item/item.schema.d.ts +0 -778
- package/build/modules/item/item.schema.js +0 -56
- package/build/modules/item/item.schema.js.map +0 -1
- package/build/modules/item/item.service.d.ts +0 -13
- package/build/modules/item/item.service.js +0 -116
- package/build/modules/item/item.service.js.map +0 -1
- package/build/modules/item/item.types.d.ts +0 -55
- package/build/modules/item/item.types.js +0 -2
- package/build/modules/item/item.types.js.map +0 -1
- package/build/modules/job/index.d.ts +0 -5
- package/build/modules/job/index.js +0 -6
- package/build/modules/job/index.js.map +0 -1
- package/build/modules/job/job.models.d.ts +0 -3
- package/build/modules/job/job.models.js +0 -9
- package/build/modules/job/job.models.js.map +0 -1
- package/build/modules/job/job.router.d.ts +0 -146
- package/build/modules/job/job.router.js +0 -32
- package/build/modules/job/job.router.js.map +0 -1
- package/build/modules/job/job.schema.d.ts +0 -67
- package/build/modules/job/job.schema.js +0 -7
- package/build/modules/job/job.schema.js.map +0 -1
- package/build/modules/job/job.service.d.ts +0 -7
- package/build/modules/job/job.service.js +0 -144
- package/build/modules/job/job.service.js.map +0 -1
- package/build/modules/job/job.types.d.ts +0 -16
- package/build/modules/job/job.types.js +0 -2
- package/build/modules/job/job.types.js.map +0 -1
- package/build/modules/market/index.d.ts +0 -5
- package/build/modules/market/index.js +0 -6
- package/build/modules/market/index.js.map +0 -1
- package/build/modules/market/market.models.d.ts +0 -14
- package/build/modules/market/market.models.js +0 -98
- package/build/modules/market/market.models.js.map +0 -1
- package/build/modules/market/market.router.d.ts +0 -230
- package/build/modules/market/market.router.js +0 -56
- package/build/modules/market/market.router.js.map +0 -1
- package/build/modules/market/market.schema.d.ts +0 -949
- package/build/modules/market/market.schema.js +0 -101
- package/build/modules/market/market.schema.js.map +0 -1
- package/build/modules/market/market.service.d.ts +0 -12
- package/build/modules/market/market.service.js +0 -88
- package/build/modules/market/market.service.js.map +0 -1
- package/build/modules/market/market.types.d.ts +0 -49
- package/build/modules/market/market.types.js +0 -2
- package/build/modules/market/market.types.js.map +0 -1
- package/build/modules/product/index.d.ts +0 -5
- package/build/modules/product/index.js +0 -6
- package/build/modules/product/index.js.map +0 -1
- package/build/modules/product/product.models.d.ts +0 -4
- package/build/modules/product/product.models.js +0 -113
- package/build/modules/product/product.models.js.map +0 -1
- package/build/modules/product/product.router.d.ts +0 -447
- package/build/modules/product/product.router.js +0 -71
- package/build/modules/product/product.router.js.map +0 -1
- package/build/modules/product/product.schema.d.ts +0 -654
- package/build/modules/product/product.schema.js +0 -117
- package/build/modules/product/product.schema.js.map +0 -1
- package/build/modules/product/product.service.d.ts +0 -15
- package/build/modules/product/product.service.js +0 -115
- package/build/modules/product/product.service.js.map +0 -1
- package/build/modules/product/product.types.d.ts +0 -28
- package/build/modules/product/product.types.js +0 -2
- package/build/modules/product/product.types.js.map +0 -1
- package/build/modules/profile/index.d.ts +0 -5
- package/build/modules/profile/index.js +0 -6
- package/build/modules/profile/index.js.map +0 -1
- package/build/modules/profile/profile.models.d.ts +0 -2
- package/build/modules/profile/profile.models.js +0 -165
- package/build/modules/profile/profile.models.js.map +0 -1
- package/build/modules/profile/profile.router.d.ts +0 -163
- package/build/modules/profile/profile.router.js +0 -54
- package/build/modules/profile/profile.router.js.map +0 -1
- package/build/modules/profile/profile.schema.d.ts +0 -1
- package/build/modules/profile/profile.schema.js +0 -138
- package/build/modules/profile/profile.schema.js.map +0 -1
- package/build/modules/profile/profile.service.d.ts +0 -11
- package/build/modules/profile/profile.service.js +0 -120
- package/build/modules/profile/profile.service.js.map +0 -1
- package/build/modules/profile/profile.types.d.ts +0 -16
- package/build/modules/profile/profile.types.js +0 -2
- package/build/modules/profile/profile.types.js.map +0 -1
- package/build/modules/raffle/index.d.ts +0 -5
- package/build/modules/raffle/index.js +0 -6
- package/build/modules/raffle/index.js.map +0 -1
- package/build/modules/raffle/raffle.models.d.ts +0 -6
- package/build/modules/raffle/raffle.models.js +0 -36
- package/build/modules/raffle/raffle.models.js.map +0 -1
- package/build/modules/raffle/raffle.router.d.ts +0 -299
- package/build/modules/raffle/raffle.router.js +0 -71
- package/build/modules/raffle/raffle.router.js.map +0 -1
- package/build/modules/raffle/raffle.schema.d.ts +0 -265
- package/build/modules/raffle/raffle.schema.js +0 -21
- package/build/modules/raffle/raffle.schema.js.map +0 -1
- package/build/modules/raffle/raffle.service.d.ts +0 -15
- package/build/modules/raffle/raffle.service.js +0 -115
- package/build/modules/raffle/raffle.service.js.map +0 -1
- package/build/modules/raffle/raffle.types.d.ts +0 -25
- package/build/modules/raffle/raffle.types.js +0 -2
- package/build/modules/raffle/raffle.types.js.map +0 -1
- package/build/modules/skill/index.d.ts +0 -5
- package/build/modules/skill/index.js +0 -6
- package/build/modules/skill/index.js.map +0 -1
- package/build/modules/skill/skill.models.d.ts +0 -9
- package/build/modules/skill/skill.models.js +0 -9
- package/build/modules/skill/skill.models.js.map +0 -1
- package/build/modules/skill/skill.router.d.ts +0 -659
- package/build/modules/skill/skill.router.js +0 -152
- package/build/modules/skill/skill.router.js.map +0 -1
- package/build/modules/skill/skill.schema.d.ts +0 -548
- package/build/modules/skill/skill.schema.js +0 -26
- package/build/modules/skill/skill.schema.js.map +0 -1
- package/build/modules/skill/skill.service.d.ts +0 -32
- package/build/modules/skill/skill.service.js +0 -279
- package/build/modules/skill/skill.service.js.map +0 -1
- package/build/modules/skill/skill.types.d.ts +0 -29
- package/build/modules/skill/skill.types.js +0 -2
- package/build/modules/skill/skill.types.js.map +0 -1
- package/build/modules/video/index.d.ts +0 -5
- package/build/modules/video/index.js +0 -6
- package/build/modules/video/index.js.map +0 -1
- package/build/modules/video/video.models.d.ts +0 -7
- package/build/modules/video/video.models.js +0 -19
- package/build/modules/video/video.models.js.map +0 -1
- package/build/modules/video/video.router.d.ts +0 -563
- package/build/modules/video/video.router.js +0 -112
- package/build/modules/video/video.router.js.map +0 -1
- package/build/modules/video/video.schema.d.ts +0 -456
- package/build/modules/video/video.schema.js +0 -31
- package/build/modules/video/video.schema.js.map +0 -1
- package/build/modules/video/video.service.d.ts +0 -23
- package/build/modules/video/video.service.js +0 -197
- package/build/modules/video/video.service.js.map +0 -1
- package/build/modules/video/video.types.d.ts +0 -28
- package/build/modules/video/video.types.js +0 -2
- package/build/modules/video/video.types.js.map +0 -1
- package/build/router.d.ts +0 -10406
- package/build/router.js +0 -44
- package/build/router.js.map +0 -1
- package/build/types.d.ts +0 -164
- package/build/types.js +0 -19
- package/build/types.js.map +0 -1
- package/build/util/api.js.map +0 -1
- package/build/util/array.js.map +0 -1
- package/build/util/browser.js.map +0 -1
- package/build/util/codebase.js.map +0 -1
- package/build/util/config.js.map +0 -1
- package/build/util/db/index.d.ts +0 -5
- package/build/util/db/index.js +0 -7
- package/build/util/db/index.js.map +0 -1
- package/build/util/db/isPostgresError.d.ts +0 -2
- package/build/util/db/isPostgresError.js +0 -8
- package/build/util/db/isPostgresError.js.map +0 -1
- package/build/util/db/isUniqueConstraintViolation.d.ts +0 -2
- package/build/util/db/isUniqueConstraintViolation.js +0 -3
- package/build/util/db/isUniqueConstraintViolation.js.map +0 -1
- package/build/util/db.d.ts +0 -6
- package/build/util/db.js +0 -51
- package/build/util/db.js.map +0 -1
- package/build/util/decoder.js.map +0 -1
- package/build/util/decoder.test.d.ts +0 -1
- package/build/util/decoder.test.js +0 -7
- package/build/util/decoder.test.js.map +0 -1
- package/build/util/format.js.map +0 -1
- package/build/util/guid.js.map +0 -1
- package/build/util/index.d.ts +0 -74
- package/build/util/index.js +0 -239
- package/build/util/index.js.map +0 -1
- package/build/util/json.js.map +0 -1
- package/build/util/log.d.ts +0 -1
- package/build/util/log.js +0 -6
- package/build/util/log.js.map +0 -1
- package/build/util/math.js.map +0 -1
- package/build/util/merkle.js.map +0 -1
- package/build/util/mongo.js.map +0 -1
- package/build/util/number.js.map +0 -1
- package/build/util/object.js.map +0 -1
- package/build/util/otp.js.map +0 -1
- package/build/util/physics.js.map +0 -1
- package/build/util/process.js.map +0 -1
- package/build/util/rpc.js.map +0 -1
- package/build/util/seer.js.map +0 -1
- package/build/util/string.js.map +0 -1
- package/build/util/text.js.map +0 -1
- package/build/util/time/date.js.map +0 -1
- package/build/util/time/fancyTimeFormat.js.map +0 -1
- package/build/util/time/index.js.map +0 -1
- package/build/util/time/now.js.map +0 -1
- package/build/util/web3/httpProvider.js.map +0 -1
- package/build/util/web3.js.map +0 -1
- package/build/util/websocket.js.map +0 -1
- package/build/util/zk.js.map +0 -1
- package/build/util/zod.js.map +0 -1
- package/modules/area/area.models.ts +0 -15
- package/modules/area/area.router.ts +0 -74
- package/modules/area/area.schema.ts +0 -22
- package/modules/area/area.service.ts +0 -124
- package/modules/area/area.types.ts +0 -26
- package/modules/area/index.ts +0 -5
- package/modules/asset/asset.models.ts +0 -59
- package/modules/asset/asset.router.ts +0 -55
- package/modules/asset/asset.schema.ts +0 -27
- package/modules/asset/asset.service.ts +0 -85
- package/modules/asset/asset.types.ts +0 -22
- package/modules/asset/index.ts +0 -5
- package/modules/chain/chain.models.ts +0 -50
- package/modules/chain/chain.router.ts +0 -104
- package/modules/chain/chain.schema.ts +0 -52
- package/modules/chain/chain.service.ts +0 -167
- package/modules/chain/chain.types.ts +0 -24
- package/modules/chain/index.ts +0 -5
- package/modules/character/character.models.ts +0 -174
- package/modules/character/character.router.ts +0 -314
- package/modules/character/character.schema.ts +0 -147
- package/modules/character/character.service.ts +0 -876
- package/modules/character/character.types.ts +0 -64
- package/modules/character/index.ts +0 -5
- package/modules/chat/chat.models.ts +0 -43
- package/modules/chat/chat.router.ts +0 -67
- package/modules/chat/chat.schema.ts +0 -36
- package/modules/chat/chat.service.ts +0 -128
- package/modules/chat/chat.types.ts +0 -20
- package/modules/chat/index.ts +0 -5
- package/modules/collection/collection.models.ts +0 -76
- package/modules/collection/collection.router.ts +0 -91
- package/modules/collection/collection.schema.ts +0 -90
- package/modules/collection/collection.service.ts +0 -192
- package/modules/collection/collection.types.ts +0 -36
- package/modules/collection/index.ts +0 -5
- package/modules/core/core.models.ts +0 -1380
- package/modules/core/core.router.ts +0 -1781
- package/modules/core/core.schema.ts +0 -847
- package/modules/core/core.service.ts +0 -2824
- package/modules/core/core.types.ts +0 -340
- package/modules/core/index.ts +0 -5
- package/modules/core/mail/applyPatchesOrMail.ts +0 -568
- package/modules/core/mail/mailClaimablePatchesBatch.ts +0 -381
- package/modules/game/game.models.ts +0 -53
- package/modules/game/game.router.ts +0 -110
- package/modules/game/game.schema.ts +0 -23
- package/modules/game/game.service.ts +0 -143
- package/modules/game/game.types.ts +0 -28
- package/modules/game/index.ts +0 -5
- package/modules/interface/index.ts +0 -5
- package/modules/interface/interface.canonicalize.ts +0 -279
- package/modules/interface/interface.models.ts +0 -40
- package/modules/interface/interface.router.ts +0 -175
- package/modules/interface/interface.schema.ts +0 -59
- package/modules/interface/interface.service.ts +0 -356
- package/modules/interface/interface.types.ts +0 -25
- package/modules/item/index.ts +0 -5
- package/modules/item/item.models.ts +0 -124
- package/modules/item/item.router.ts +0 -103
- package/modules/item/item.schema.ts +0 -120
- package/modules/item/item.service.ts +0 -167
- package/modules/item/item.types.ts +0 -74
- package/modules/job/index.ts +0 -5
- package/modules/job/job.models.ts +0 -14
- package/modules/job/job.router.ts +0 -44
- package/modules/job/job.schema.ts +0 -9
- package/modules/job/job.service.ts +0 -243
- package/modules/job/job.types.ts +0 -23
- package/modules/market/index.ts +0 -5
- package/modules/market/market.models.ts +0 -113
- package/modules/market/market.router.ts +0 -73
- package/modules/market/market.schema.ts +0 -140
- package/modules/market/market.service.ts +0 -122
- package/modules/market/market.types.ts +0 -56
- package/modules/product/index.ts +0 -5
- package/modules/product/product.models.ts +0 -166
- package/modules/product/product.router.ts +0 -93
- package/modules/product/product.schema.ts +0 -149
- package/modules/product/product.service.ts +0 -160
- package/modules/product/product.types.ts +0 -33
- package/modules/profile/index.ts +0 -5
- package/modules/profile/profile.models.ts +0 -214
- package/modules/profile/profile.router.ts +0 -72
- package/modules/profile/profile.schema.ts +0 -156
- package/modules/profile/profile.service.ts +0 -149
- package/modules/profile/profile.types.ts +0 -22
- package/modules/raffle/index.ts +0 -5
- package/modules/raffle/raffle.models.ts +0 -44
- package/modules/raffle/raffle.router.ts +0 -90
- package/modules/raffle/raffle.schema.ts +0 -32
- package/modules/raffle/raffle.service.ts +0 -167
- package/modules/raffle/raffle.types.ts +0 -30
- package/modules/skill/index.ts +0 -5
- package/modules/skill/skill.models.ts +0 -16
- package/modules/skill/skill.router.ts +0 -201
- package/modules/skill/skill.schema.ts +0 -40
- package/modules/skill/skill.service.ts +0 -390
- package/modules/skill/skill.types.ts +0 -33
- package/modules/video/index.ts +0 -5
- package/modules/video/video.models.ts +0 -25
- package/modules/video/video.router.ts +0 -143
- package/modules/video/video.schema.ts +0 -46
- package/modules/video/video.service.ts +0 -274
- package/modules/video/video.types.ts +0 -33
- package/router.ts +0 -49
- package/types.ts +0 -183
- package/util/db/index.ts +0 -7
- package/util/db/isPostgresError.ts +0 -9
- package/util/db/isUniqueConstraintViolation.ts +0 -3
- package/util/db.ts +0 -62
- package/util/index.ts +0 -351
- package/util/log.ts +0 -5
- /package/{util/api.ts → api.ts} +0 -0
- /package/{util/array.ts → array.ts} +0 -0
- /package/{util/browser.ts → browser.ts} +0 -0
- /package/build/{util/api.d.ts → api.d.ts} +0 -0
- /package/build/{util/api.js → api.js} +0 -0
- /package/build/{util/array.d.ts → array.d.ts} +0 -0
- /package/build/{util/array.js → array.js} +0 -0
- /package/build/{util/browser.d.ts → browser.d.ts} +0 -0
- /package/build/{util/browser.js → browser.js} +0 -0
- /package/build/{util/codebase.d.ts → codebase.d.ts} +0 -0
- /package/build/{util/codebase.js → codebase.js} +0 -0
- /package/build/{util/config.d.ts → config.d.ts} +0 -0
- /package/build/{util/config.js → config.js} +0 -0
- /package/build/{util/decoder.d.ts → decoder.d.ts} +0 -0
- /package/build/{util/format.d.ts → format.d.ts} +0 -0
- /package/build/{util/format.js → format.js} +0 -0
- /package/build/{util/guid.d.ts → guid.d.ts} +0 -0
- /package/build/{util/guid.js → guid.js} +0 -0
- /package/build/{util/json.d.ts → json.d.ts} +0 -0
- /package/build/{util/json.js → json.js} +0 -0
- /package/build/{util/math.d.ts → math.d.ts} +0 -0
- /package/build/{util/math.js → math.js} +0 -0
- /package/build/{util/merkle.d.ts → merkle.d.ts} +0 -0
- /package/build/{util/mongo.d.ts → mongo.d.ts} +0 -0
- /package/build/{util/number.d.ts → number.d.ts} +0 -0
- /package/build/{util/number.js → number.js} +0 -0
- /package/build/{util/object.d.ts → object.d.ts} +0 -0
- /package/build/{util/object.js → object.js} +0 -0
- /package/build/{util/otp.d.ts → otp.d.ts} +0 -0
- /package/build/{util/otp.js → otp.js} +0 -0
- /package/build/{util/physics.d.ts → physics.d.ts} +0 -0
- /package/build/{util/physics.js → physics.js} +0 -0
- /package/build/{util/process.d.ts → process.d.ts} +0 -0
- /package/build/{util/rpc.d.ts → rpc.d.ts} +0 -0
- /package/build/{util/rpc.js → rpc.js} +0 -0
- /package/build/{util/seer.d.ts → seer.d.ts} +0 -0
- /package/build/{util/seer.js → seer.js} +0 -0
- /package/build/{util/string.d.ts → string.d.ts} +0 -0
- /package/build/{util/string.js → string.js} +0 -0
- /package/build/{util/text.d.ts → text.d.ts} +0 -0
- /package/build/{util/text.js → text.js} +0 -0
- /package/build/{util/time → time}/date.d.ts +0 -0
- /package/build/{util/time → time}/date.js +0 -0
- /package/build/{util/time → time}/fancyTimeFormat.d.ts +0 -0
- /package/build/{util/time → time}/fancyTimeFormat.js +0 -0
- /package/build/{util/time → time}/index.d.ts +0 -0
- /package/build/{util/time → time}/index.js +0 -0
- /package/build/{util/time → time}/now.d.ts +0 -0
- /package/build/{util/time → time}/now.js +0 -0
- /package/build/{util/web3 → web3}/httpProvider.d.ts +0 -0
- /package/build/{util/web3 → web3}/httpProvider.js +0 -0
- /package/build/{util/web3.d.ts → web3.d.ts} +0 -0
- /package/build/{util/websocket.d.ts → websocket.d.ts} +0 -0
- /package/build/{util/zk.d.ts → zk.d.ts} +0 -0
- /package/build/{util/zk.js → zk.js} +0 -0
- /package/{util/codebase.ts → codebase.ts} +0 -0
- /package/{util/config.ts → config.ts} +0 -0
- /package/{util/decoder.test.ts → decoder.test.ts} +0 -0
- /package/{util/format.ts → format.ts} +0 -0
- /package/{util/guid.ts → guid.ts} +0 -0
- /package/{util/json.ts → json.ts} +0 -0
- /package/{util/math.ts → math.ts} +0 -0
- /package/{util/number.ts → number.ts} +0 -0
- /package/{util/object.ts → object.ts} +0 -0
- /package/{util/otp.ts → otp.ts} +0 -0
- /package/{util/physics.ts → physics.ts} +0 -0
- /package/{util/rpc.ts → rpc.ts} +0 -0
- /package/{util/seer.ts → seer.ts} +0 -0
- /package/{util/string.ts → string.ts} +0 -0
- /package/{util/text.ts → text.ts} +0 -0
- /package/{util/time → time}/date.ts +0 -0
- /package/{util/time → time}/fancyTimeFormat.ts +0 -0
- /package/{util/time → time}/index.ts +0 -0
- /package/{util/time → time}/now.ts +0 -0
- /package/{util/types → types}/mongo.d.ts +0 -0
- /package/{util/web3 → web3}/httpProvider.ts +0 -0
- /package/{util/zk.ts → zk.ts} +0 -0
|
@@ -1,314 +0,0 @@
|
|
|
1
|
-
// module/character.router.ts
|
|
2
|
-
|
|
3
|
-
import { z as zod } from 'zod';
|
|
4
|
-
import { initTRPC } from '@trpc/server';
|
|
5
|
-
import { customErrorFormatter, hasRole } from '../../util/rpc';
|
|
6
|
-
import type { RouterContext } from '../../types';
|
|
7
|
-
import {
|
|
8
|
-
Character,
|
|
9
|
-
CharacterAbility,
|
|
10
|
-
CharacterAttribute,
|
|
11
|
-
CharacterType,
|
|
12
|
-
CharacterClass,
|
|
13
|
-
CharacterRace,
|
|
14
|
-
CharacterGender,
|
|
15
|
-
CharacterPersonality,
|
|
16
|
-
CharacterTitle,
|
|
17
|
-
CharacterFaction,
|
|
18
|
-
CharacterNameChoice,
|
|
19
|
-
} from './character.schema';
|
|
20
|
-
import { Query, getQueryInput, inferRouterOutputs, inferRouterInputs } from '../../schema';
|
|
21
|
-
|
|
22
|
-
export const z = zod;
|
|
23
|
-
export const t = initTRPC.context<RouterContext>().create();
|
|
24
|
-
export const router = t.router;
|
|
25
|
-
export const procedure = t.procedure;
|
|
26
|
-
|
|
27
|
-
export const createRouter = () =>
|
|
28
|
-
router({
|
|
29
|
-
getCharacterInventory: procedure
|
|
30
|
-
.use(hasRole('user', t))
|
|
31
|
-
.use(customErrorFormatter(t))
|
|
32
|
-
.input(
|
|
33
|
-
z.object({
|
|
34
|
-
characterId: z.string(),
|
|
35
|
-
})
|
|
36
|
-
)
|
|
37
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.getCharacterInventory as any)(input, ctx)),
|
|
38
|
-
|
|
39
|
-
setActiveCharacter: procedure
|
|
40
|
-
.use(hasRole('user', t))
|
|
41
|
-
.use(customErrorFormatter(t))
|
|
42
|
-
.input(
|
|
43
|
-
z.object({
|
|
44
|
-
characterId: z.string(),
|
|
45
|
-
})
|
|
46
|
-
)
|
|
47
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.setActiveCharacter as any)(input, ctx)),
|
|
48
|
-
|
|
49
|
-
exchangeCharacterItem: procedure
|
|
50
|
-
.use(hasRole('user', t))
|
|
51
|
-
.use(customErrorFormatter(t))
|
|
52
|
-
.input(
|
|
53
|
-
z.object({
|
|
54
|
-
characterId: z.string(),
|
|
55
|
-
itemId: z.string(),
|
|
56
|
-
})
|
|
57
|
-
)
|
|
58
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.exchangeCharacterItem as any)(input, ctx)),
|
|
59
|
-
|
|
60
|
-
getCharacterData: procedure
|
|
61
|
-
.use(hasRole('guest', t))
|
|
62
|
-
.use(customErrorFormatter(t))
|
|
63
|
-
.input(getQueryInput(Character))
|
|
64
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterData as any)(input, ctx)),
|
|
65
|
-
|
|
66
|
-
getCharacter: procedure
|
|
67
|
-
.use(hasRole('guest', t))
|
|
68
|
-
.use(customErrorFormatter(t))
|
|
69
|
-
.input(getQueryInput(Character))
|
|
70
|
-
// .output(Character)
|
|
71
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacter as any)(input, ctx)),
|
|
72
|
-
|
|
73
|
-
getCharacters: procedure
|
|
74
|
-
.use(hasRole('guest', t))
|
|
75
|
-
.use(customErrorFormatter(t))
|
|
76
|
-
.input(getQueryInput(Character))
|
|
77
|
-
// .output(z.array(Character))
|
|
78
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacters as any)(input, ctx)),
|
|
79
|
-
|
|
80
|
-
saveCharacters: procedure
|
|
81
|
-
.use(hasRole('admin', t))
|
|
82
|
-
.use(customErrorFormatter(t))
|
|
83
|
-
.input(getQueryInput(z.array(Character), { partialData: false }))
|
|
84
|
-
// .output(z.array(Character.pick({ id: true })))
|
|
85
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.saveCharacters as any)(input, ctx)),
|
|
86
|
-
|
|
87
|
-
updateCharacter: procedure
|
|
88
|
-
.use(hasRole('admin', t))
|
|
89
|
-
.use(customErrorFormatter(t))
|
|
90
|
-
.input(getQueryInput(Character))
|
|
91
|
-
.output(Character.pick({ id: true }))
|
|
92
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacter as any)(input, ctx)),
|
|
93
|
-
|
|
94
|
-
getCharacterAbility: procedure
|
|
95
|
-
.use(hasRole('guest', t))
|
|
96
|
-
.use(customErrorFormatter(t))
|
|
97
|
-
.input(getQueryInput(CharacterAbility))
|
|
98
|
-
.output(CharacterAbility)
|
|
99
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterAbility as any)(input, ctx)),
|
|
100
|
-
|
|
101
|
-
createCharacterAbility: procedure
|
|
102
|
-
.use(hasRole('admin', t))
|
|
103
|
-
.use(customErrorFormatter(t))
|
|
104
|
-
.input(getQueryInput(CharacterAbility))
|
|
105
|
-
.output(CharacterAbility.pick({ id: true }))
|
|
106
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterAbility as any)(input, ctx)),
|
|
107
|
-
|
|
108
|
-
updateCharacterAbility: procedure
|
|
109
|
-
.use(hasRole('admin', t))
|
|
110
|
-
.use(customErrorFormatter(t))
|
|
111
|
-
.input(getQueryInput(CharacterAbility))
|
|
112
|
-
.output(CharacterAbility.pick({ id: true }))
|
|
113
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterAbility as any)(input, ctx)),
|
|
114
|
-
|
|
115
|
-
getCharacterAttribute: procedure
|
|
116
|
-
.use(hasRole('guest', t))
|
|
117
|
-
.use(customErrorFormatter(t))
|
|
118
|
-
.input(getQueryInput(CharacterAttribute))
|
|
119
|
-
.output(CharacterAttribute)
|
|
120
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterAttribute as any)(input, ctx)),
|
|
121
|
-
|
|
122
|
-
createCharacterAttribute: procedure
|
|
123
|
-
.use(hasRole('admin', t))
|
|
124
|
-
.use(customErrorFormatter(t))
|
|
125
|
-
.input(getQueryInput(CharacterAttribute))
|
|
126
|
-
.output(CharacterAttribute.pick({ id: true }))
|
|
127
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterAttribute as any)(input, ctx)),
|
|
128
|
-
|
|
129
|
-
updateCharacterAttribute: procedure
|
|
130
|
-
.use(hasRole('admin', t))
|
|
131
|
-
.use(customErrorFormatter(t))
|
|
132
|
-
.input(getQueryInput(Character))
|
|
133
|
-
.output(Character.pick({ id: true }))
|
|
134
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterAttribute as any)(input, ctx)),
|
|
135
|
-
|
|
136
|
-
getCharacterType: procedure
|
|
137
|
-
.use(hasRole('guest', t))
|
|
138
|
-
.use(customErrorFormatter(t))
|
|
139
|
-
.input(getQueryInput(CharacterType))
|
|
140
|
-
.output(CharacterType)
|
|
141
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterType as any)(input, ctx)),
|
|
142
|
-
|
|
143
|
-
createCharacterType: procedure
|
|
144
|
-
.use(hasRole('admin', t))
|
|
145
|
-
.use(customErrorFormatter(t))
|
|
146
|
-
.input(getQueryInput(CharacterType))
|
|
147
|
-
.output(CharacterType.pick({ id: true }))
|
|
148
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterType as any)(input, ctx)),
|
|
149
|
-
|
|
150
|
-
updateCharacterType: procedure
|
|
151
|
-
.use(hasRole('admin', t))
|
|
152
|
-
.use(customErrorFormatter(t))
|
|
153
|
-
.input(getQueryInput(CharacterType))
|
|
154
|
-
.output(CharacterType.pick({ id: true }))
|
|
155
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterType as any)(input, ctx)),
|
|
156
|
-
|
|
157
|
-
getCharacterClass: procedure
|
|
158
|
-
.use(hasRole('guest', t))
|
|
159
|
-
.use(customErrorFormatter(t))
|
|
160
|
-
.input(getQueryInput(CharacterClass))
|
|
161
|
-
.output(CharacterClass)
|
|
162
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterClass as any)(input, ctx)),
|
|
163
|
-
|
|
164
|
-
createCharacterClass: procedure
|
|
165
|
-
.use(hasRole('admin', t))
|
|
166
|
-
.use(customErrorFormatter(t))
|
|
167
|
-
.input(getQueryInput(CharacterClass))
|
|
168
|
-
.output(CharacterClass.pick({ id: true }))
|
|
169
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterClass as any)(input, ctx)),
|
|
170
|
-
|
|
171
|
-
updateCharacterClass: procedure
|
|
172
|
-
.use(hasRole('admin', t))
|
|
173
|
-
.use(customErrorFormatter(t))
|
|
174
|
-
.input(getQueryInput(CharacterClass))
|
|
175
|
-
.output(CharacterClass.pick({ id: true }))
|
|
176
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterClass as any)(input, ctx)),
|
|
177
|
-
|
|
178
|
-
getCharacterRace: procedure
|
|
179
|
-
.use(hasRole('guest', t))
|
|
180
|
-
.use(customErrorFormatter(t))
|
|
181
|
-
.input(getQueryInput(Character))
|
|
182
|
-
.output(Character)
|
|
183
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterRace as any)(input, ctx)),
|
|
184
|
-
|
|
185
|
-
createCharacterRace: procedure
|
|
186
|
-
.use(hasRole('admin', t))
|
|
187
|
-
.use(customErrorFormatter(t))
|
|
188
|
-
.input(getQueryInput(CharacterRace))
|
|
189
|
-
.output(CharacterRace.pick({ id: true }))
|
|
190
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterRace as any)(input, ctx)),
|
|
191
|
-
|
|
192
|
-
updateCharacterRace: procedure
|
|
193
|
-
.use(hasRole('admin', t))
|
|
194
|
-
.use(customErrorFormatter(t))
|
|
195
|
-
.input(getQueryInput(CharacterRace))
|
|
196
|
-
.output(CharacterRace.pick({ id: true }))
|
|
197
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterRace as any)(input, ctx)),
|
|
198
|
-
|
|
199
|
-
getCharacterGender: procedure
|
|
200
|
-
.use(hasRole('guest', t))
|
|
201
|
-
.use(customErrorFormatter(t))
|
|
202
|
-
.input(getQueryInput(CharacterGender))
|
|
203
|
-
.output(CharacterGender)
|
|
204
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterGender as any)(input, ctx)),
|
|
205
|
-
|
|
206
|
-
createCharacterGender: procedure
|
|
207
|
-
.use(hasRole('admin', t))
|
|
208
|
-
.use(customErrorFormatter(t))
|
|
209
|
-
.input(getQueryInput(CharacterGender))
|
|
210
|
-
.output(CharacterGender.pick({ id: true }))
|
|
211
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterGender as any)(input, ctx)),
|
|
212
|
-
|
|
213
|
-
updateCharacterGender: procedure
|
|
214
|
-
.use(hasRole('admin', t))
|
|
215
|
-
.use(customErrorFormatter(t))
|
|
216
|
-
.input(getQueryInput(Character))
|
|
217
|
-
.output(Character.pick({ id: true }))
|
|
218
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterGender as any)(input, ctx)),
|
|
219
|
-
|
|
220
|
-
getCharacterPersonality: procedure
|
|
221
|
-
.use(hasRole('guest', t))
|
|
222
|
-
.use(customErrorFormatter(t))
|
|
223
|
-
.input(getQueryInput(CharacterPersonality))
|
|
224
|
-
.output(CharacterPersonality)
|
|
225
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterPersonality as any)(input, ctx)),
|
|
226
|
-
|
|
227
|
-
createCharacterPersonality: procedure
|
|
228
|
-
.use(hasRole('admin', t))
|
|
229
|
-
.use(customErrorFormatter(t))
|
|
230
|
-
.input(getQueryInput(CharacterPersonality))
|
|
231
|
-
.output(CharacterPersonality.pick({ id: true }))
|
|
232
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterPersonality as any)(input, ctx)),
|
|
233
|
-
|
|
234
|
-
updateCharacterPersonality: procedure
|
|
235
|
-
.use(hasRole('admin', t))
|
|
236
|
-
.use(customErrorFormatter(t))
|
|
237
|
-
.input(getQueryInput(CharacterPersonality))
|
|
238
|
-
.output(CharacterPersonality.pick({ id: true }))
|
|
239
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterPersonality as any)(input, ctx)),
|
|
240
|
-
|
|
241
|
-
getCharacterTitle: procedure
|
|
242
|
-
.use(hasRole('guest', t))
|
|
243
|
-
.use(customErrorFormatter(t))
|
|
244
|
-
.input(getQueryInput(CharacterTitle))
|
|
245
|
-
.output(CharacterTitle)
|
|
246
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterTitle as any)(input, ctx)),
|
|
247
|
-
|
|
248
|
-
createCharacterTitle: procedure
|
|
249
|
-
.use(hasRole('admin', t))
|
|
250
|
-
.use(customErrorFormatter(t))
|
|
251
|
-
.input(getQueryInput(CharacterTitle))
|
|
252
|
-
.output(CharacterTitle.pick({ id: true }))
|
|
253
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterTitle as any)(input, ctx)),
|
|
254
|
-
|
|
255
|
-
updateCharacterTitle: procedure
|
|
256
|
-
.use(hasRole('admin', t))
|
|
257
|
-
.use(customErrorFormatter(t))
|
|
258
|
-
.input(getQueryInput(CharacterTitle))
|
|
259
|
-
.output(CharacterTitle.pick({ id: true }))
|
|
260
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterTitle as any)(input, ctx)),
|
|
261
|
-
|
|
262
|
-
getCharacterFaction: procedure
|
|
263
|
-
.use(hasRole('guest', t))
|
|
264
|
-
.use(customErrorFormatter(t))
|
|
265
|
-
.input(getQueryInput(CharacterFaction))
|
|
266
|
-
.output(CharacterFaction)
|
|
267
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterFaction as any)(input, ctx)),
|
|
268
|
-
|
|
269
|
-
getCharacterFactions: procedure
|
|
270
|
-
.use(hasRole('guest', t))
|
|
271
|
-
.use(customErrorFormatter(t))
|
|
272
|
-
.input(getQueryInput(CharacterFaction))
|
|
273
|
-
.output(z.array(CharacterFaction))
|
|
274
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterFactions as any)(input, ctx)),
|
|
275
|
-
|
|
276
|
-
createCharacterFaction: procedure
|
|
277
|
-
.use(hasRole('admin', t))
|
|
278
|
-
.use(customErrorFormatter(t))
|
|
279
|
-
.input(getQueryInput(CharacterFaction))
|
|
280
|
-
.output(CharacterFaction.pick({ id: true }))
|
|
281
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterFaction as any)(input, ctx)),
|
|
282
|
-
|
|
283
|
-
updateCharacterFaction: procedure
|
|
284
|
-
.use(hasRole('admin', t))
|
|
285
|
-
.use(customErrorFormatter(t))
|
|
286
|
-
.input(getQueryInput(CharacterFaction))
|
|
287
|
-
.output(CharacterFaction.pick({ id: true }))
|
|
288
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterFaction as any)(input, ctx)),
|
|
289
|
-
|
|
290
|
-
getCharacterNameChoice: procedure
|
|
291
|
-
.use(hasRole('guest', t))
|
|
292
|
-
.use(customErrorFormatter(t))
|
|
293
|
-
.input(getQueryInput(CharacterNameChoice))
|
|
294
|
-
.output(CharacterNameChoice)
|
|
295
|
-
.query(({ input, ctx }) => (ctx.app.service.Character.getCharacterNameChoice as any)(input, ctx)),
|
|
296
|
-
|
|
297
|
-
createCharacterNameChoice: procedure
|
|
298
|
-
.use(hasRole('admin', t))
|
|
299
|
-
.use(customErrorFormatter(t))
|
|
300
|
-
.input(getQueryInput(CharacterNameChoice))
|
|
301
|
-
.output(CharacterNameChoice.pick({ id: true }))
|
|
302
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.createCharacterNameChoice as any)(input, ctx)),
|
|
303
|
-
|
|
304
|
-
updateCharacterNameChoice: procedure
|
|
305
|
-
.use(hasRole('admin', t))
|
|
306
|
-
.use(customErrorFormatter(t))
|
|
307
|
-
.input(getQueryInput(CharacterNameChoice))
|
|
308
|
-
.output(CharacterNameChoice.pick({ id: true }))
|
|
309
|
-
.mutation(({ input, ctx }) => (ctx.app.service.Character.updateCharacterNameChoice as any)(input, ctx)),
|
|
310
|
-
});
|
|
311
|
-
|
|
312
|
-
export type Router = ReturnType<typeof createRouter>;
|
|
313
|
-
export type RouterInput = inferRouterInputs<Router>;
|
|
314
|
-
export type RouterOutput = inferRouterOutputs<Router>;
|
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
// module/character.schema.ts
|
|
2
|
-
|
|
3
|
-
import { z, ObjectId, Entity } from '../../schema';
|
|
4
|
-
import { Item } from '../item/item.schema';
|
|
5
|
-
|
|
6
|
-
export const CharacterEquipment = Entity.merge(
|
|
7
|
-
z.object({
|
|
8
|
-
characterId: ObjectId,
|
|
9
|
-
leftHand: Item.optional(),
|
|
10
|
-
rightHand: Item.optional(),
|
|
11
|
-
head: Item.optional(),
|
|
12
|
-
pet: Item.optional(),
|
|
13
|
-
neck: Item.optional(),
|
|
14
|
-
legs: Item.optional(),
|
|
15
|
-
chest: Item.optional(),
|
|
16
|
-
waist: Item.optional(),
|
|
17
|
-
hands: Item.optional(),
|
|
18
|
-
wrists: Item.optional(),
|
|
19
|
-
shoulders: Item.optional(),
|
|
20
|
-
feet: Item.optional(),
|
|
21
|
-
finger1: Item.optional(),
|
|
22
|
-
finger2: Item.optional(),
|
|
23
|
-
trinket1: Item.optional(),
|
|
24
|
-
trinket2: Item.optional(),
|
|
25
|
-
trinket3: Item.optional(),
|
|
26
|
-
body: Item.optional(),
|
|
27
|
-
companion: Item.optional(),
|
|
28
|
-
mount: Item.optional(),
|
|
29
|
-
})
|
|
30
|
-
);
|
|
31
|
-
|
|
32
|
-
export const CharacterInventory = Entity.merge(
|
|
33
|
-
z.object({
|
|
34
|
-
characterId: ObjectId,
|
|
35
|
-
items: z.array(Item).default([]),
|
|
36
|
-
})
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
// Character schema
|
|
40
|
-
export const Character = Entity.merge(
|
|
41
|
-
z.object({
|
|
42
|
-
profileId: ObjectId.optional(),
|
|
43
|
-
ratingId: ObjectId.optional(),
|
|
44
|
-
classId: ObjectId.optional(),
|
|
45
|
-
raceId: ObjectId.optional(),
|
|
46
|
-
factionId: ObjectId.optional(),
|
|
47
|
-
genderId: ObjectId.optional(),
|
|
48
|
-
guildId: ObjectId.optional(),
|
|
49
|
-
token: z.string().min(1).optional(),
|
|
50
|
-
points: z.number().default(0),
|
|
51
|
-
isPrimary: z.boolean().default(false),
|
|
52
|
-
isBoss: z.boolean().default(false),
|
|
53
|
-
isPlayer: z.boolean().default(false),
|
|
54
|
-
equipmentIndex: z.number().default(0),
|
|
55
|
-
equipment: z.array(CharacterEquipment).default([]),
|
|
56
|
-
inventoryIndex: z.number().default(0),
|
|
57
|
-
inventory: z.array(CharacterInventory).default([]),
|
|
58
|
-
energyIds: z.array(ObjectId).optional(),
|
|
59
|
-
areaIds: z.array(ObjectId).optional(),
|
|
60
|
-
typeIds: z.array(ObjectId).optional(),
|
|
61
|
-
itemMaterialIds: z.array(ObjectId).optional(),
|
|
62
|
-
})
|
|
63
|
-
);
|
|
64
|
-
|
|
65
|
-
// CharacterAbility schema
|
|
66
|
-
export const CharacterAbility = Entity.merge(
|
|
67
|
-
z.object({
|
|
68
|
-
// Define fields for CharacterAbility here if needed
|
|
69
|
-
})
|
|
70
|
-
);
|
|
71
|
-
|
|
72
|
-
// CharacterAttribute schema
|
|
73
|
-
export const CharacterAttribute = Entity.merge(
|
|
74
|
-
z.object({
|
|
75
|
-
// Define fields for CharacterAttribute here if needed
|
|
76
|
-
})
|
|
77
|
-
);
|
|
78
|
-
|
|
79
|
-
// CharacterType schema
|
|
80
|
-
export const CharacterType = Entity.merge(
|
|
81
|
-
z.object({
|
|
82
|
-
// Define fields for CharacterType here if needed
|
|
83
|
-
})
|
|
84
|
-
);
|
|
85
|
-
|
|
86
|
-
// CharacterClass schema
|
|
87
|
-
export const CharacterClass = Entity.merge(
|
|
88
|
-
z.object({
|
|
89
|
-
// Define fields for CharacterClass here if needed
|
|
90
|
-
})
|
|
91
|
-
);
|
|
92
|
-
|
|
93
|
-
// CharacterRace schema
|
|
94
|
-
export const CharacterRace = Entity.merge(
|
|
95
|
-
z.object({
|
|
96
|
-
npcs: z.array(ObjectId).optional(),
|
|
97
|
-
})
|
|
98
|
-
);
|
|
99
|
-
|
|
100
|
-
// CharacterGender schema
|
|
101
|
-
export const CharacterGender = Entity.merge(
|
|
102
|
-
z.object({
|
|
103
|
-
// Define fields for CharacterGender here if needed
|
|
104
|
-
})
|
|
105
|
-
);
|
|
106
|
-
|
|
107
|
-
// CharacterPersonality schema
|
|
108
|
-
export const CharacterPersonality = Entity.merge(
|
|
109
|
-
z.object({
|
|
110
|
-
// Define fields for CharacterPersonality here if needed
|
|
111
|
-
})
|
|
112
|
-
);
|
|
113
|
-
|
|
114
|
-
// CharacterTitle schema
|
|
115
|
-
export const CharacterTitle = Entity.merge(
|
|
116
|
-
z.object({
|
|
117
|
-
// Define fields for CharacterTitle here if needed
|
|
118
|
-
})
|
|
119
|
-
);
|
|
120
|
-
|
|
121
|
-
// CharacterFaction schema
|
|
122
|
-
export const CharacterFaction = Entity.merge(
|
|
123
|
-
z.object({
|
|
124
|
-
shortDescription: z.string(),
|
|
125
|
-
// "npcs": [],
|
|
126
|
-
// "areas": [24, 77],
|
|
127
|
-
// "activeFactionConflict": [9], // CharacterFaction list
|
|
128
|
-
// "passiveFactionConflict": [6], // CharacterFaction list
|
|
129
|
-
// "activeGuildConflict": [], // Team
|
|
130
|
-
// "areaConflict": [], // Area list
|
|
131
|
-
// "characters": [] // Character list
|
|
132
|
-
})
|
|
133
|
-
);
|
|
134
|
-
|
|
135
|
-
// CharacterNameChoice schema
|
|
136
|
-
export const CharacterNameChoice = Entity.merge(
|
|
137
|
-
z.object({
|
|
138
|
-
// Define fields for CharacterNameChoice here if needed
|
|
139
|
-
})
|
|
140
|
-
);
|
|
141
|
-
|
|
142
|
-
// CharacterGuild schema
|
|
143
|
-
export const CharacterGuild = Entity.merge(
|
|
144
|
-
z.object({
|
|
145
|
-
// Define fields for CharacterGuild here if needed
|
|
146
|
-
})
|
|
147
|
-
);
|