@arken/node 1.5.2 → 1.5.4
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 -298
- 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 +67 -18
- package/build/index.js +213 -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 +4 -17
- 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.d.ts → web3.d.ts} +7 -10
- package/build/{util/web3.js → web3.js} +10 -12
- 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/decoder.ts +3 -3
- package/index.ts +5 -50
- package/legacy/data/items.ts +1 -1
- package/log.ts +47 -1
- package/merkle.ts +3 -1
- package/mongo.ts +1 -1
- package/package.json +2 -15
- package/process.ts +1 -1
- package/trpc/socketLink.ts +2 -2
- package/trpc/socketServer.ts +1 -1
- package/tsconfig.json +2 -4
- package/web3.ts +18 -16
- package/websocket.ts +1 -1
- package/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/router.ts +0 -49
- package/types.ts +0 -183
- /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/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
|
@@ -1,472 +0,0 @@
|
|
|
1
|
-
import { z as zod } from 'zod';
|
|
2
|
-
import { inferRouterInputs } from '@trpc/server';
|
|
3
|
-
import type { RouterContext } from '../../types';
|
|
4
|
-
import { inferRouterOutputs } from '../../schema';
|
|
5
|
-
export declare const z: typeof zod;
|
|
6
|
-
export declare const t: {
|
|
7
|
-
_config: import("@trpc/server/dist/unstable-core-do-not-import").RootConfig<{
|
|
8
|
-
ctx: RouterContext;
|
|
9
|
-
meta: object;
|
|
10
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
11
|
-
transformer: false;
|
|
12
|
-
}>;
|
|
13
|
-
procedure: import("@trpc/server/dist/unstable-core-do-not-import").ProcedureBuilder<RouterContext, object, object, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, false>;
|
|
14
|
-
middleware: <$ContextOverrides>(fn: import("@trpc/server/dist/unstable-core-do-not-import").MiddlewareFunction<RouterContext, object, object, $ContextOverrides, unknown>) => import("@trpc/server/dist/unstable-core-do-not-import").MiddlewareBuilder<RouterContext, object, $ContextOverrides, unknown>;
|
|
15
|
-
router: {
|
|
16
|
-
<TInput extends import("@trpc/server").RouterRecord>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
17
|
-
ctx: RouterContext;
|
|
18
|
-
meta: object;
|
|
19
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
20
|
-
transformer: false;
|
|
21
|
-
}, TInput>;
|
|
22
|
-
<TInput extends import("@trpc/server/dist/unstable-core-do-not-import").CreateRouterOptions>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
23
|
-
ctx: RouterContext;
|
|
24
|
-
meta: object;
|
|
25
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
26
|
-
transformer: false;
|
|
27
|
-
}, import("@trpc/server/dist/unstable-core-do-not-import").DecorateCreateRouterOptions<TInput>>;
|
|
28
|
-
};
|
|
29
|
-
mergeRouters: typeof import("@trpc/server/dist/unstable-core-do-not-import").mergeRouters;
|
|
30
|
-
createCallerFactory: <TRecord extends import("@trpc/server").RouterRecord>(router: Pick<import("@trpc/server/dist/unstable-core-do-not-import").Router<{
|
|
31
|
-
ctx: RouterContext;
|
|
32
|
-
meta: object;
|
|
33
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
34
|
-
transformer: false;
|
|
35
|
-
}, TRecord>, "_def">) => import("@trpc/server/dist/unstable-core-do-not-import").RouterCaller<{
|
|
36
|
-
ctx: RouterContext;
|
|
37
|
-
meta: object;
|
|
38
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
39
|
-
transformer: false;
|
|
40
|
-
}, TRecord>;
|
|
41
|
-
};
|
|
42
|
-
export declare const router: {
|
|
43
|
-
<TInput extends import("@trpc/server").RouterRecord>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
44
|
-
ctx: RouterContext;
|
|
45
|
-
meta: object;
|
|
46
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
47
|
-
transformer: false;
|
|
48
|
-
}, TInput>;
|
|
49
|
-
<TInput extends import("@trpc/server/dist/unstable-core-do-not-import").CreateRouterOptions>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
50
|
-
ctx: RouterContext;
|
|
51
|
-
meta: object;
|
|
52
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
53
|
-
transformer: false;
|
|
54
|
-
}, import("@trpc/server/dist/unstable-core-do-not-import").DecorateCreateRouterOptions<TInput>>;
|
|
55
|
-
};
|
|
56
|
-
export declare const procedure: import("@trpc/server/dist/unstable-core-do-not-import").ProcedureBuilder<RouterContext, object, object, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, typeof import("@trpc/server/dist/unstable-core-do-not-import").unsetMarker, false>;
|
|
57
|
-
export declare const createRouter: () => import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
58
|
-
ctx: RouterContext;
|
|
59
|
-
meta: object;
|
|
60
|
-
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
61
|
-
transformer: false;
|
|
62
|
-
}, {
|
|
63
|
-
getInterface: import("@trpc/server").TRPCQueryProcedure<{
|
|
64
|
-
input: {
|
|
65
|
-
data?: any;
|
|
66
|
-
skip?: number;
|
|
67
|
-
cursor?: Record<string, any>;
|
|
68
|
-
where?: {
|
|
69
|
-
[x: string]: any;
|
|
70
|
-
};
|
|
71
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
72
|
-
include?: Record<string, boolean>;
|
|
73
|
-
select?: Record<string, boolean>;
|
|
74
|
-
limit?: number;
|
|
75
|
-
};
|
|
76
|
-
output: {
|
|
77
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
78
|
-
name?: string;
|
|
79
|
-
data?: any;
|
|
80
|
-
description?: string;
|
|
81
|
-
key?: string;
|
|
82
|
-
status?: "Archived" | "Paused" | "Pending" | "Active" | "Published" | "Draft";
|
|
83
|
-
meta?: any;
|
|
84
|
-
merkleLeaf?: string;
|
|
85
|
-
merkleIndex?: number;
|
|
86
|
-
createdById?: string | import("mongoose").Types.ObjectId;
|
|
87
|
-
editedById?: string | import("mongoose").Types.ObjectId;
|
|
88
|
-
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
89
|
-
createdDate?: Date;
|
|
90
|
-
updatedDate?: Date;
|
|
91
|
-
deletedDate?: Date;
|
|
92
|
-
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
93
|
-
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
94
|
-
version?: number;
|
|
95
|
-
ratingId?: string | import("mongoose").Types.ObjectId;
|
|
96
|
-
groupId?: string | import("mongoose").Types.ObjectId;
|
|
97
|
-
submissions?: (string | import("mongoose").Types.ObjectId)[];
|
|
98
|
-
inherits?: string[];
|
|
99
|
-
variables?: Record<string, unknown>;
|
|
100
|
-
patches?: {
|
|
101
|
-
value?: unknown;
|
|
102
|
-
key?: string;
|
|
103
|
-
path?: string;
|
|
104
|
-
op?: "push" | "splice" | "unshift" | "replace" | "merge" | "remove";
|
|
105
|
-
}[];
|
|
106
|
-
nodes?: any;
|
|
107
|
-
};
|
|
108
|
-
}>;
|
|
109
|
-
createInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
110
|
-
input: {
|
|
111
|
-
data?: any;
|
|
112
|
-
skip?: number;
|
|
113
|
-
cursor?: Record<string, any>;
|
|
114
|
-
where?: {
|
|
115
|
-
[x: string]: any;
|
|
116
|
-
};
|
|
117
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
118
|
-
include?: Record<string, boolean>;
|
|
119
|
-
select?: Record<string, boolean>;
|
|
120
|
-
limit?: number;
|
|
121
|
-
};
|
|
122
|
-
output: {
|
|
123
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
124
|
-
name?: string;
|
|
125
|
-
};
|
|
126
|
-
}>;
|
|
127
|
-
updateInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
128
|
-
input: {
|
|
129
|
-
data?: any;
|
|
130
|
-
skip?: number;
|
|
131
|
-
cursor?: Record<string, any>;
|
|
132
|
-
where?: {
|
|
133
|
-
[x: string]: any;
|
|
134
|
-
};
|
|
135
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
136
|
-
include?: Record<string, boolean>;
|
|
137
|
-
select?: Record<string, boolean>;
|
|
138
|
-
limit?: number;
|
|
139
|
-
};
|
|
140
|
-
output: {
|
|
141
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
142
|
-
};
|
|
143
|
-
}>;
|
|
144
|
-
deleteInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
145
|
-
input: {
|
|
146
|
-
data?: any;
|
|
147
|
-
skip?: number;
|
|
148
|
-
cursor?: Record<string, any>;
|
|
149
|
-
where?: {
|
|
150
|
-
[x: string]: any;
|
|
151
|
-
};
|
|
152
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
153
|
-
include?: Record<string, boolean>;
|
|
154
|
-
select?: Record<string, boolean>;
|
|
155
|
-
limit?: number;
|
|
156
|
-
};
|
|
157
|
-
output: any;
|
|
158
|
-
}>;
|
|
159
|
-
getInterfaces: import("@trpc/server").TRPCQueryProcedure<{
|
|
160
|
-
input: {
|
|
161
|
-
data?: any;
|
|
162
|
-
skip?: number;
|
|
163
|
-
cursor?: Record<string, any>;
|
|
164
|
-
where?: {
|
|
165
|
-
[x: string]: any;
|
|
166
|
-
};
|
|
167
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
168
|
-
include?: Record<string, boolean>;
|
|
169
|
-
select?: Record<string, boolean>;
|
|
170
|
-
limit?: number;
|
|
171
|
-
};
|
|
172
|
-
output: {
|
|
173
|
-
items?: {
|
|
174
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
175
|
-
name?: string;
|
|
176
|
-
data?: any;
|
|
177
|
-
description?: string;
|
|
178
|
-
key?: string;
|
|
179
|
-
status?: "Archived" | "Paused" | "Pending" | "Active" | "Published" | "Draft";
|
|
180
|
-
meta?: any;
|
|
181
|
-
merkleLeaf?: string;
|
|
182
|
-
merkleIndex?: number;
|
|
183
|
-
createdById?: string | import("mongoose").Types.ObjectId;
|
|
184
|
-
editedById?: string | import("mongoose").Types.ObjectId;
|
|
185
|
-
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
186
|
-
createdDate?: Date;
|
|
187
|
-
updatedDate?: Date;
|
|
188
|
-
deletedDate?: Date;
|
|
189
|
-
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
190
|
-
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
191
|
-
version?: number;
|
|
192
|
-
ratingId?: string | import("mongoose").Types.ObjectId;
|
|
193
|
-
groupId?: string | import("mongoose").Types.ObjectId;
|
|
194
|
-
submissions?: (string | import("mongoose").Types.ObjectId)[];
|
|
195
|
-
inherits?: string[];
|
|
196
|
-
variables?: Record<string, unknown>;
|
|
197
|
-
patches?: {
|
|
198
|
-
value?: unknown;
|
|
199
|
-
key?: string;
|
|
200
|
-
path?: string;
|
|
201
|
-
op?: "push" | "splice" | "unshift" | "replace" | "merge" | "remove";
|
|
202
|
-
}[];
|
|
203
|
-
nodes?: any;
|
|
204
|
-
}[];
|
|
205
|
-
total?: number;
|
|
206
|
-
};
|
|
207
|
-
}>;
|
|
208
|
-
getInterfaceGroup: import("@trpc/server").TRPCQueryProcedure<{
|
|
209
|
-
input: {
|
|
210
|
-
data?: any;
|
|
211
|
-
skip?: number;
|
|
212
|
-
cursor?: Record<string, any>;
|
|
213
|
-
where?: {
|
|
214
|
-
[x: string]: any;
|
|
215
|
-
};
|
|
216
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
217
|
-
include?: Record<string, boolean>;
|
|
218
|
-
select?: Record<string, boolean>;
|
|
219
|
-
limit?: number;
|
|
220
|
-
};
|
|
221
|
-
output: {
|
|
222
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
223
|
-
name?: string;
|
|
224
|
-
data?: any;
|
|
225
|
-
description?: string;
|
|
226
|
-
key?: string;
|
|
227
|
-
status?: "Archived" | "Paused" | "Pending" | "Active";
|
|
228
|
-
meta?: any;
|
|
229
|
-
merkleLeaf?: string;
|
|
230
|
-
merkleIndex?: number;
|
|
231
|
-
createdById?: string | import("mongoose").Types.ObjectId;
|
|
232
|
-
editedById?: string | import("mongoose").Types.ObjectId;
|
|
233
|
-
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
234
|
-
createdDate?: Date;
|
|
235
|
-
updatedDate?: Date;
|
|
236
|
-
deletedDate?: Date;
|
|
237
|
-
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
238
|
-
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
239
|
-
roles?: (string | import("mongoose").Types.ObjectId)[];
|
|
240
|
-
};
|
|
241
|
-
}>;
|
|
242
|
-
getInterfaceGroups: import("@trpc/server").TRPCQueryProcedure<{
|
|
243
|
-
input: {
|
|
244
|
-
data?: any;
|
|
245
|
-
skip?: number;
|
|
246
|
-
cursor?: Record<string, any>;
|
|
247
|
-
where?: {
|
|
248
|
-
[x: string]: any;
|
|
249
|
-
};
|
|
250
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
251
|
-
include?: Record<string, boolean>;
|
|
252
|
-
select?: Record<string, boolean>;
|
|
253
|
-
limit?: number;
|
|
254
|
-
};
|
|
255
|
-
output: {
|
|
256
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
257
|
-
name?: string;
|
|
258
|
-
data?: any;
|
|
259
|
-
description?: string;
|
|
260
|
-
key?: string;
|
|
261
|
-
status?: "Archived" | "Paused" | "Pending" | "Active";
|
|
262
|
-
meta?: any;
|
|
263
|
-
merkleLeaf?: string;
|
|
264
|
-
merkleIndex?: number;
|
|
265
|
-
createdById?: string | import("mongoose").Types.ObjectId;
|
|
266
|
-
editedById?: string | import("mongoose").Types.ObjectId;
|
|
267
|
-
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
268
|
-
createdDate?: Date;
|
|
269
|
-
updatedDate?: Date;
|
|
270
|
-
deletedDate?: Date;
|
|
271
|
-
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
272
|
-
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
273
|
-
roles?: (string | import("mongoose").Types.ObjectId)[];
|
|
274
|
-
}[];
|
|
275
|
-
}>;
|
|
276
|
-
createInterfaceGroup: import("@trpc/server").TRPCMutationProcedure<{
|
|
277
|
-
input: {
|
|
278
|
-
data?: any;
|
|
279
|
-
skip?: number;
|
|
280
|
-
cursor?: Record<string, any>;
|
|
281
|
-
where?: {
|
|
282
|
-
[x: string]: any;
|
|
283
|
-
};
|
|
284
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
285
|
-
include?: Record<string, boolean>;
|
|
286
|
-
select?: Record<string, boolean>;
|
|
287
|
-
limit?: number;
|
|
288
|
-
};
|
|
289
|
-
output: {
|
|
290
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
291
|
-
};
|
|
292
|
-
}>;
|
|
293
|
-
updateInterfaceGroup: import("@trpc/server").TRPCMutationProcedure<{
|
|
294
|
-
input: {
|
|
295
|
-
data?: any;
|
|
296
|
-
skip?: number;
|
|
297
|
-
cursor?: Record<string, any>;
|
|
298
|
-
where?: {
|
|
299
|
-
[x: string]: any;
|
|
300
|
-
};
|
|
301
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
302
|
-
include?: Record<string, boolean>;
|
|
303
|
-
select?: Record<string, boolean>;
|
|
304
|
-
limit?: number;
|
|
305
|
-
};
|
|
306
|
-
output: {
|
|
307
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
308
|
-
};
|
|
309
|
-
}>;
|
|
310
|
-
getInterfaceComponent: import("@trpc/server").TRPCQueryProcedure<{
|
|
311
|
-
input: {
|
|
312
|
-
data?: any;
|
|
313
|
-
skip?: number;
|
|
314
|
-
cursor?: Record<string, any>;
|
|
315
|
-
where?: {
|
|
316
|
-
[x: string]: any;
|
|
317
|
-
};
|
|
318
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
319
|
-
include?: Record<string, boolean>;
|
|
320
|
-
select?: Record<string, boolean>;
|
|
321
|
-
limit?: number;
|
|
322
|
-
};
|
|
323
|
-
output: {
|
|
324
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
325
|
-
name?: string;
|
|
326
|
-
value?: unknown;
|
|
327
|
-
data?: Record<string, unknown>;
|
|
328
|
-
description?: string;
|
|
329
|
-
type?: string;
|
|
330
|
-
key?: string;
|
|
331
|
-
status?: "Archived" | "Paused" | "Pending" | "Active";
|
|
332
|
-
meta?: any;
|
|
333
|
-
merkleLeaf?: string;
|
|
334
|
-
merkleIndex?: number;
|
|
335
|
-
createdById?: string | import("mongoose").Types.ObjectId;
|
|
336
|
-
editedById?: string | import("mongoose").Types.ObjectId;
|
|
337
|
-
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
338
|
-
createdDate?: Date;
|
|
339
|
-
updatedDate?: Date;
|
|
340
|
-
deletedDate?: Date;
|
|
341
|
-
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
342
|
-
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
343
|
-
hasAttachment?: boolean;
|
|
344
|
-
hasValidation?: boolean;
|
|
345
|
-
isDisabled?: boolean;
|
|
346
|
-
isEditable?: boolean;
|
|
347
|
-
isRequired?: boolean;
|
|
348
|
-
};
|
|
349
|
-
}>;
|
|
350
|
-
createInterfaceComponent: import("@trpc/server").TRPCMutationProcedure<{
|
|
351
|
-
input: {
|
|
352
|
-
data?: any;
|
|
353
|
-
skip?: number;
|
|
354
|
-
cursor?: Record<string, any>;
|
|
355
|
-
where?: {
|
|
356
|
-
[x: string]: any;
|
|
357
|
-
};
|
|
358
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
359
|
-
include?: Record<string, boolean>;
|
|
360
|
-
select?: Record<string, boolean>;
|
|
361
|
-
limit?: number;
|
|
362
|
-
};
|
|
363
|
-
output: {
|
|
364
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
365
|
-
};
|
|
366
|
-
}>;
|
|
367
|
-
updateInterfaceComponent: import("@trpc/server").TRPCMutationProcedure<{
|
|
368
|
-
input: {
|
|
369
|
-
data?: any;
|
|
370
|
-
skip?: number;
|
|
371
|
-
cursor?: Record<string, any>;
|
|
372
|
-
where?: {
|
|
373
|
-
[x: string]: any;
|
|
374
|
-
};
|
|
375
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
376
|
-
include?: Record<string, boolean>;
|
|
377
|
-
select?: Record<string, boolean>;
|
|
378
|
-
limit?: number;
|
|
379
|
-
};
|
|
380
|
-
output: {
|
|
381
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
382
|
-
};
|
|
383
|
-
}>;
|
|
384
|
-
publishInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
385
|
-
input: {
|
|
386
|
-
data?: any;
|
|
387
|
-
skip?: number;
|
|
388
|
-
cursor?: Record<string, any>;
|
|
389
|
-
where?: {
|
|
390
|
-
[x: string]: any;
|
|
391
|
-
};
|
|
392
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
393
|
-
include?: Record<string, boolean>;
|
|
394
|
-
select?: Record<string, boolean>;
|
|
395
|
-
limit?: number;
|
|
396
|
-
};
|
|
397
|
-
output: {
|
|
398
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
399
|
-
};
|
|
400
|
-
}>;
|
|
401
|
-
deactivateInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
402
|
-
input: {
|
|
403
|
-
data?: any;
|
|
404
|
-
skip?: number;
|
|
405
|
-
cursor?: Record<string, any>;
|
|
406
|
-
where?: {
|
|
407
|
-
[x: string]: any;
|
|
408
|
-
};
|
|
409
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
410
|
-
include?: Record<string, boolean>;
|
|
411
|
-
select?: Record<string, boolean>;
|
|
412
|
-
limit?: number;
|
|
413
|
-
};
|
|
414
|
-
output: {
|
|
415
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
416
|
-
};
|
|
417
|
-
}>;
|
|
418
|
-
resetInterface: import("@trpc/server").TRPCMutationProcedure<{
|
|
419
|
-
input: {
|
|
420
|
-
data?: any;
|
|
421
|
-
skip?: number;
|
|
422
|
-
cursor?: Record<string, any>;
|
|
423
|
-
where?: {
|
|
424
|
-
[x: string]: any;
|
|
425
|
-
};
|
|
426
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
427
|
-
include?: Record<string, boolean>;
|
|
428
|
-
select?: Record<string, boolean>;
|
|
429
|
-
limit?: number;
|
|
430
|
-
};
|
|
431
|
-
output: {
|
|
432
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
433
|
-
};
|
|
434
|
-
}>;
|
|
435
|
-
acceptInterfaceSubmission: import("@trpc/server").TRPCMutationProcedure<{
|
|
436
|
-
input: {
|
|
437
|
-
data?: any;
|
|
438
|
-
skip?: number;
|
|
439
|
-
cursor?: Record<string, any>;
|
|
440
|
-
where?: {
|
|
441
|
-
[x: string]: any;
|
|
442
|
-
};
|
|
443
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
444
|
-
include?: Record<string, boolean>;
|
|
445
|
-
select?: Record<string, boolean>;
|
|
446
|
-
limit?: number;
|
|
447
|
-
};
|
|
448
|
-
output: {
|
|
449
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
450
|
-
};
|
|
451
|
-
}>;
|
|
452
|
-
createInterfaceDraft: import("@trpc/server").TRPCMutationProcedure<{
|
|
453
|
-
input: {
|
|
454
|
-
data?: any;
|
|
455
|
-
skip?: number;
|
|
456
|
-
cursor?: Record<string, any>;
|
|
457
|
-
where?: {
|
|
458
|
-
[x: string]: any;
|
|
459
|
-
};
|
|
460
|
-
orderBy?: Record<string, "asc" | "desc">;
|
|
461
|
-
include?: Record<string, boolean>;
|
|
462
|
-
select?: Record<string, boolean>;
|
|
463
|
-
limit?: number;
|
|
464
|
-
};
|
|
465
|
-
output: {
|
|
466
|
-
id?: string | import("mongoose").Types.ObjectId;
|
|
467
|
-
};
|
|
468
|
-
}>;
|
|
469
|
-
}>;
|
|
470
|
-
export type Router = ReturnType<typeof createRouter>;
|
|
471
|
-
export type RouterInput = inferRouterInputs<Router>;
|
|
472
|
-
export type RouterOutput = inferRouterOutputs<Router>;
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { z as zod } from 'zod';
|
|
2
|
-
import { initTRPC } from '@trpc/server';
|
|
3
|
-
import { customErrorFormatter, hasRole } from '../../util/rpc';
|
|
4
|
-
import { Interface, InterfaceGroup, InterfaceComponent } from './interface.schema';
|
|
5
|
-
import { getQueryInput } from '../../schema';
|
|
6
|
-
export const z = zod;
|
|
7
|
-
export const t = initTRPC.context().create();
|
|
8
|
-
export const router = t.router;
|
|
9
|
-
export const procedure = t.procedure;
|
|
10
|
-
export const createRouter = () => router({
|
|
11
|
-
getInterface: procedure
|
|
12
|
-
.use(hasRole('guest', t))
|
|
13
|
-
.use(customErrorFormatter(t))
|
|
14
|
-
.input(getQueryInput(Interface))
|
|
15
|
-
.output(Interface)
|
|
16
|
-
.query(({ input, ctx }) => ctx.app.service.Interface.getInterface(input, ctx)),
|
|
17
|
-
createInterface: procedure
|
|
18
|
-
.use(hasRole('user', t))
|
|
19
|
-
.use(customErrorFormatter(t))
|
|
20
|
-
.input(getQueryInput(Interface))
|
|
21
|
-
.output(Interface.pick({ id: true, name: true }))
|
|
22
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.createInterface(input, ctx)),
|
|
23
|
-
updateInterface: procedure
|
|
24
|
-
.use(hasRole('user', t))
|
|
25
|
-
.use(customErrorFormatter(t))
|
|
26
|
-
.input(getQueryInput(Interface))
|
|
27
|
-
.output(Interface.pick({ id: true }))
|
|
28
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterface(input, ctx)),
|
|
29
|
-
deleteInterface: procedure
|
|
30
|
-
.use(hasRole('user', t))
|
|
31
|
-
.use(customErrorFormatter(t))
|
|
32
|
-
.input(getQueryInput(Interface))
|
|
33
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.deleteInterface(input, ctx)),
|
|
34
|
-
getInterfaces: procedure
|
|
35
|
-
.use(hasRole('user', t))
|
|
36
|
-
.use(customErrorFormatter(t))
|
|
37
|
-
.input(getQueryInput(Interface))
|
|
38
|
-
.output(z.object({ items: z.array(Interface), total: z.number() }))
|
|
39
|
-
.query(({ input, ctx }) => ctx.app.service.Interface.getInterfaces(input, ctx)),
|
|
40
|
-
getInterfaceGroup: procedure
|
|
41
|
-
.use(hasRole('guest', t))
|
|
42
|
-
.use(customErrorFormatter(t))
|
|
43
|
-
.input(getQueryInput(InterfaceGroup))
|
|
44
|
-
.output(InterfaceGroup)
|
|
45
|
-
.query(({ input, ctx }) => ctx.app.service.Interface.getInterfaceGroup(input, ctx)),
|
|
46
|
-
getInterfaceGroups: procedure
|
|
47
|
-
.use(hasRole('guest', t))
|
|
48
|
-
.use(customErrorFormatter(t))
|
|
49
|
-
.input(getQueryInput(InterfaceGroup))
|
|
50
|
-
.output(z.array(InterfaceGroup))
|
|
51
|
-
.query(({ input, ctx }) => ctx.app.service.Interface.getInterfaceGroups(input, ctx)),
|
|
52
|
-
createInterfaceGroup: procedure
|
|
53
|
-
.use(hasRole('admin', t))
|
|
54
|
-
.use(customErrorFormatter(t))
|
|
55
|
-
.input(getQueryInput(InterfaceGroup))
|
|
56
|
-
.output(InterfaceGroup.pick({ id: true }))
|
|
57
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.createInterfaceGroup(input, ctx)),
|
|
58
|
-
updateInterfaceGroup: procedure
|
|
59
|
-
.use(hasRole('admin', t))
|
|
60
|
-
.use(customErrorFormatter(t))
|
|
61
|
-
.input(getQueryInput(InterfaceGroup))
|
|
62
|
-
.output(InterfaceGroup.pick({ id: true }))
|
|
63
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceGroup(input, ctx)),
|
|
64
|
-
getInterfaceComponent: procedure
|
|
65
|
-
.use(hasRole('guest', t))
|
|
66
|
-
.use(customErrorFormatter(t))
|
|
67
|
-
.input(getQueryInput(InterfaceComponent))
|
|
68
|
-
.output(InterfaceComponent)
|
|
69
|
-
.query(({ input, ctx }) => ctx.app.service.Interface.getInterfaceComponent(input, ctx)),
|
|
70
|
-
createInterfaceComponent: procedure
|
|
71
|
-
.use(hasRole('admin', t))
|
|
72
|
-
.use(customErrorFormatter(t))
|
|
73
|
-
.input(getQueryInput(InterfaceComponent))
|
|
74
|
-
.output(InterfaceComponent.pick({ id: true }))
|
|
75
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.createInterfaceComponent(input, ctx)),
|
|
76
|
-
updateInterfaceComponent: procedure
|
|
77
|
-
.use(hasRole('admin', t))
|
|
78
|
-
.use(customErrorFormatter(t))
|
|
79
|
-
.input(getQueryInput(InterfaceComponent))
|
|
80
|
-
.output(InterfaceComponent.pick({ id: true }))
|
|
81
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceComponent(input, ctx)),
|
|
82
|
-
publishInterface: procedure
|
|
83
|
-
.use(hasRole('admin', t))
|
|
84
|
-
.use(customErrorFormatter(t))
|
|
85
|
-
.input(getQueryInput(Interface))
|
|
86
|
-
.output(Interface.pick({ id: true }))
|
|
87
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceComponent(input, ctx)),
|
|
88
|
-
deactivateInterface: procedure
|
|
89
|
-
.use(hasRole('admin', t))
|
|
90
|
-
.use(customErrorFormatter(t))
|
|
91
|
-
.input(getQueryInput(Interface))
|
|
92
|
-
.output(Interface.pick({ id: true }))
|
|
93
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceComponent(input, ctx)),
|
|
94
|
-
resetInterface: procedure
|
|
95
|
-
.use(hasRole('admin', t))
|
|
96
|
-
.use(customErrorFormatter(t))
|
|
97
|
-
.input(getQueryInput(Interface))
|
|
98
|
-
.output(Interface.pick({ id: true }))
|
|
99
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceComponent(input, ctx)),
|
|
100
|
-
acceptInterfaceSubmission: procedure
|
|
101
|
-
.use(hasRole('admin', t))
|
|
102
|
-
.use(customErrorFormatter(t))
|
|
103
|
-
.input(getQueryInput(Interface))
|
|
104
|
-
.output(Interface.pick({ id: true }))
|
|
105
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.updateInterfaceComponent(input, ctx)),
|
|
106
|
-
createInterfaceDraft: procedure
|
|
107
|
-
.use(hasRole('admin', t))
|
|
108
|
-
.use(customErrorFormatter(t))
|
|
109
|
-
.input(getQueryInput(Interface))
|
|
110
|
-
.output(Interface.pick({ id: true }))
|
|
111
|
-
.mutation(({ input, ctx }) => ctx.app.service.Interface.createInterfaceDraft(input, ctx)),
|
|
112
|
-
});
|
|
113
|
-
//# sourceMappingURL=interface.router.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"interface.router.js","sourceRoot":"","sources":["../../../modules/interface/interface.router.ts"],"names":[],"mappings":"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"}
|