@arken/seer-protocol 0.1.3 → 0.1.5
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 +5 -229
- package/build/area/area.models.d.ts +6 -0
- package/build/area/area.models.js +11 -0
- package/build/area/area.models.js.map +1 -0
- package/build/area/area.router.d.ts +274 -0
- package/build/area/area.router.js +59 -0
- package/build/area/area.router.js.map +1 -0
- package/build/area/area.schema.d.ts +241 -0
- package/build/area/area.schema.js +13 -0
- package/build/area/area.schema.js.map +1 -0
- package/build/area/area.types.d.ts +19 -0
- package/build/area/area.types.js +2 -0
- package/build/area/area.types.js.map +1 -0
- package/build/area/index.d.ts +4 -0
- package/build/area/index.js +5 -0
- package/build/area/index.js.map +1 -0
- package/build/asset/asset.models.d.ts +5 -0
- package/build/asset/asset.models.js +44 -0
- package/build/asset/asset.models.js.map +1 -0
- package/build/asset/asset.router.d.ts +189 -0
- package/build/asset/asset.router.js +41 -0
- package/build/asset/asset.router.js.map +1 -0
- package/build/asset/asset.schema.d.ts +204 -0
- package/build/asset/asset.schema.js +22 -0
- package/build/asset/asset.schema.js.map +1 -0
- package/build/asset/asset.types.d.ts +16 -0
- package/build/asset/asset.types.js +2 -0
- package/build/asset/asset.types.js.map +1 -0
- package/build/asset/index.d.ts +4 -0
- package/build/asset/index.js +5 -0
- package/build/asset/index.js.map +1 -0
- package/build/chain/chain.models.d.ts +6 -0
- package/build/chain/chain.models.js +42 -0
- package/build/chain/chain.models.js.map +1 -0
- package/build/chain/chain.router.d.ts +364 -0
- package/build/chain/chain.router.js +84 -0
- package/build/chain/chain.router.js.map +1 -0
- package/build/chain/chain.schema.d.ts +317 -0
- package/build/chain/chain.schema.js +56 -0
- package/build/chain/chain.schema.js.map +1 -0
- package/build/chain/chain.types.d.ts +19 -0
- package/build/chain/chain.types.js +2 -0
- package/build/chain/chain.types.js.map +1 -0
- package/build/chain/index.d.ts +4 -0
- package/build/chain/index.js +5 -0
- package/build/chain/index.js.map +1 -0
- package/build/character/character.models.d.ts +14 -0
- package/build/character/character.models.js +123 -0
- package/build/character/character.models.js.map +1 -0
- package/build/character/character.router.d.ts +945 -0
- package/build/character/character.router.js +246 -0
- package/build/character/character.router.js.map +1 -0
- package/build/character/character.schema.d.ts +1223 -0
- package/build/character/character.schema.js +70 -0
- package/build/character/character.schema.js.map +1 -0
- package/build/character/character.types.d.ts +47 -0
- package/build/character/character.types.js +2 -0
- package/build/character/character.types.js.map +1 -0
- package/build/character/index.d.ts +4 -0
- package/build/character/index.js +5 -0
- package/build/character/index.js.map +1 -0
- package/build/chat/chat.models.d.ts +4 -0
- package/build/chat/chat.models.js +35 -0
- package/build/chat/chat.models.js.map +1 -0
- package/build/chat/chat.router.d.ts +223 -0
- package/build/chat/chat.router.js +51 -0
- package/build/chat/chat.router.js.map +1 -0
- package/build/chat/chat.schema.d.ts +179 -0
- package/build/chat/chat.schema.js +32 -0
- package/build/chat/chat.schema.js.map +1 -0
- package/build/chat/chat.types.d.ts +13 -0
- package/build/chat/chat.types.js +2 -0
- package/build/chat/chat.types.js.map +1 -0
- package/build/chat/index.d.ts +4 -0
- package/build/chat/index.js +5 -0
- package/build/chat/index.js.map +1 -0
- package/build/collection/collection.models.d.ts +9 -0
- package/build/collection/collection.models.js +69 -0
- package/build/collection/collection.models.js.map +1 -0
- package/build/collection/collection.router.d.ts +361 -0
- package/build/collection/collection.router.js +71 -0
- package/build/collection/collection.router.js.map +1 -0
- package/build/collection/collection.schema.d.ts +660 -0
- package/build/collection/collection.schema.js +70 -0
- package/build/collection/collection.schema.js.map +1 -0
- package/build/collection/collection.types.d.ts +28 -0
- package/build/collection/collection.types.js +2 -0
- package/build/collection/collection.types.js.map +1 -0
- package/build/collection/index.d.ts +4 -0
- package/build/collection/index.js +5 -0
- package/build/collection/index.js.map +1 -0
- package/build/core/core.models.d.ts +123 -0
- package/build/core/core.models.js +811 -0
- package/build/core/core.models.js.map +1 -0
- package/build/core/core.router.d.ts +5297 -0
- package/build/core/core.router.js +1372 -0
- package/build/core/core.router.js.map +1 -0
- package/build/core/core.schema.d.ts +5808 -0
- package/build/core/core.schema.js +612 -0
- package/build/core/core.schema.js.map +1 -0
- package/build/core/core.types.d.ts +250 -0
- package/build/core/core.types.js +2 -0
- package/build/core/core.types.js.map +1 -0
- package/build/core/index.d.ts +4 -0
- package/build/core/index.js +5 -0
- package/build/core/index.js.map +1 -0
- package/build/evolution/evolution.models.d.ts +1 -0
- package/build/evolution/evolution.models.js +3 -0
- package/build/evolution/evolution.models.js.map +1 -0
- package/build/evolution/evolution.router.d.ts +244 -0
- package/build/evolution/evolution.router.js +112 -0
- package/build/evolution/evolution.router.js.map +1 -0
- package/build/evolution/evolution.schema.d.ts +1 -0
- package/build/evolution/evolution.schema.js +2 -0
- package/build/evolution/evolution.schema.js.map +1 -0
- package/build/evolution/evolution.types.d.ts +3 -0
- package/build/evolution/evolution.types.js +2 -0
- package/build/evolution/evolution.types.js.map +1 -0
- package/build/evolution/index.d.ts +4 -0
- package/build/evolution/index.js +4 -0
- package/build/evolution/index.js.map +1 -0
- package/build/game/game.models.d.ts +6 -0
- package/build/game/game.models.js +29 -0
- package/build/game/game.models.js.map +1 -0
- package/build/game/game.router.d.ts +428 -0
- package/build/game/game.router.js +90 -0
- package/build/game/game.router.js.map +1 -0
- package/build/game/game.schema.d.ts +339 -0
- package/build/game/game.schema.js +14 -0
- package/build/game/game.schema.js.map +1 -0
- package/build/game/game.types.d.ts +19 -0
- package/build/game/game.types.js +2 -0
- package/build/game/game.types.js.map +1 -0
- package/build/game/index.d.ts +4 -0
- package/build/game/index.js +4 -0
- package/build/game/index.js.map +1 -0
- package/build/index.d.ts +30 -0
- package/build/index.js +26 -0
- package/build/index.js.map +1 -0
- package/build/infinite/index.d.ts +4 -0
- package/build/infinite/index.js +4 -0
- package/build/infinite/index.js.map +1 -0
- package/build/infinite/infinite.models.d.ts +1 -0
- package/build/infinite/infinite.models.js +3 -0
- package/build/infinite/infinite.models.js.map +1 -0
- package/build/infinite/infinite.router.d.ts +95 -0
- package/build/infinite/infinite.router.js +40 -0
- package/build/infinite/infinite.router.js.map +1 -0
- package/build/infinite/infinite.schema.d.ts +1 -0
- package/build/infinite/infinite.schema.js +2 -0
- package/build/infinite/infinite.schema.js.map +1 -0
- package/build/infinite/infinite.types.d.ts +3 -0
- package/build/infinite/infinite.types.js +2 -0
- package/build/infinite/infinite.types.js.map +1 -0
- package/build/interface/index.d.ts +4 -0
- package/build/interface/index.js +5 -0
- package/build/interface/index.js.map +1 -0
- package/build/interface/interface.canonicalize.d.ts +2 -0
- package/build/interface/interface.canonicalize.js +241 -0
- package/build/interface/interface.canonicalize.js.map +1 -0
- package/build/interface/interface.models.d.ts +6 -0
- package/build/interface/interface.models.js +30 -0
- package/build/interface/interface.models.js.map +1 -0
- package/build/interface/interface.router.d.ts +472 -0
- package/build/interface/interface.router.js +113 -0
- package/build/interface/interface.router.js.map +1 -0
- package/build/interface/interface.schema.d.ts +305 -0
- package/build/interface/interface.schema.js +36 -0
- package/build/interface/interface.schema.js.map +1 -0
- package/build/interface/interface.types.d.ts +18 -0
- package/build/interface/interface.types.js +2 -0
- package/build/interface/interface.types.js.map +1 -0
- package/build/isles/index.d.ts +4 -0
- package/build/isles/index.js +4 -0
- package/build/isles/index.js.map +1 -0
- package/build/isles/isles.models.d.ts +1 -0
- package/build/isles/isles.models.js +3 -0
- package/build/isles/isles.models.js.map +1 -0
- package/build/isles/isles.router.d.ts +95 -0
- package/build/isles/isles.router.js +40 -0
- package/build/isles/isles.router.js.map +1 -0
- package/build/isles/isles.schema.d.ts +1 -0
- package/build/isles/isles.schema.js +2 -0
- package/build/isles/isles.schema.js.map +1 -0
- package/build/isles/isles.types.d.ts +3 -0
- package/build/isles/isles.types.js +2 -0
- package/build/isles/isles.types.js.map +1 -0
- package/build/item/index.d.ts +4 -0
- package/build/item/index.js +5 -0
- package/build/item/index.js.map +1 -0
- package/build/item/item.models.d.ts +16 -0
- package/build/item/item.models.js +101 -0
- package/build/item/item.models.js.map +1 -0
- package/build/item/item.router.d.ts +263 -0
- package/build/item/item.router.js +70 -0
- package/build/item/item.router.js.map +1 -0
- package/build/item/item.schema.d.ts +765 -0
- package/build/item/item.schema.js +86 -0
- package/build/item/item.schema.js.map +1 -0
- package/build/item/item.types.d.ts +54 -0
- package/build/item/item.types.js +2 -0
- package/build/item/item.types.js.map +1 -0
- package/build/job/index.d.ts +4 -0
- package/build/job/index.js +5 -0
- package/build/job/index.js.map +1 -0
- package/build/job/job.models.d.ts +3 -0
- package/build/job/job.models.js +9 -0
- package/build/job/job.models.js.map +1 -0
- package/build/job/job.router.d.ts +146 -0
- package/build/job/job.router.js +32 -0
- package/build/job/job.router.js.map +1 -0
- package/build/job/job.schema.d.ts +66 -0
- package/build/job/job.schema.js +7 -0
- package/build/job/job.schema.js.map +1 -0
- package/build/job/job.types.d.ts +15 -0
- package/build/job/job.types.js +2 -0
- package/build/job/job.types.js.map +1 -0
- package/build/market/index.d.ts +4 -0
- package/build/market/index.js +5 -0
- package/build/market/index.js.map +1 -0
- package/build/market/market.models.d.ts +14 -0
- package/build/market/market.models.js +98 -0
- package/build/market/market.models.js.map +1 -0
- package/build/market/market.router.d.ts +230 -0
- package/build/market/market.router.js +56 -0
- package/build/market/market.router.js.map +1 -0
- package/build/market/market.schema.d.ts +937 -0
- package/build/market/market.schema.js +110 -0
- package/build/market/market.schema.js.map +1 -0
- package/build/market/market.types.d.ts +48 -0
- package/build/market/market.types.js +2 -0
- package/build/market/market.types.js.map +1 -0
- package/build/oasis/index.d.ts +4 -0
- package/build/oasis/index.js +4 -0
- package/build/oasis/index.js.map +1 -0
- package/build/oasis/oasis.models.d.ts +1 -0
- package/build/oasis/oasis.models.js +3 -0
- package/build/oasis/oasis.models.js.map +1 -0
- package/build/oasis/oasis.router.d.ts +91 -0
- package/build/oasis/oasis.router.js +52 -0
- package/build/oasis/oasis.router.js.map +1 -0
- package/build/oasis/oasis.schema.d.ts +1 -0
- package/build/oasis/oasis.schema.js +2 -0
- package/build/oasis/oasis.schema.js.map +1 -0
- package/build/oasis/oasis.types.d.ts +3 -0
- package/build/oasis/oasis.types.js +2 -0
- package/build/oasis/oasis.types.js.map +1 -0
- package/build/package.json +29 -0
- package/build/product/index.d.ts +4 -0
- package/build/product/index.js +5 -0
- package/build/product/index.js.map +1 -0
- package/build/product/product.models.d.ts +4 -0
- package/build/product/product.models.js +113 -0
- package/build/product/product.models.js.map +1 -0
- package/build/product/product.router.d.ts +447 -0
- package/build/product/product.router.js +71 -0
- package/build/product/product.router.js.map +1 -0
- package/build/product/product.schema.d.ts +640 -0
- package/build/product/product.schema.js +154 -0
- package/build/product/product.schema.js.map +1 -0
- package/build/product/product.types.d.ts +27 -0
- package/build/product/product.types.js +2 -0
- package/build/product/product.types.js.map +1 -0
- package/build/profile/index.d.ts +4 -0
- package/build/profile/index.js +5 -0
- package/build/profile/index.js.map +1 -0
- package/build/profile/profile.models.d.ts +2 -0
- package/build/profile/profile.models.js +165 -0
- package/build/profile/profile.models.js.map +1 -0
- package/build/profile/profile.router.d.ts +163 -0
- package/build/profile/profile.router.js +54 -0
- package/build/profile/profile.router.js.map +1 -0
- package/build/profile/profile.schema.d.ts +1 -0
- package/build/profile/profile.schema.js +201 -0
- package/build/profile/profile.schema.js.map +1 -0
- package/build/profile/profile.types.d.ts +15 -0
- package/build/profile/profile.types.js +2 -0
- package/build/profile/profile.types.js.map +1 -0
- package/build/raffle/index.d.ts +4 -0
- package/build/raffle/index.js +5 -0
- package/build/raffle/index.js.map +1 -0
- package/build/raffle/raffle.models.d.ts +6 -0
- package/build/raffle/raffle.models.js +36 -0
- package/build/raffle/raffle.models.js.map +1 -0
- package/build/raffle/raffle.router.d.ts +299 -0
- package/build/raffle/raffle.router.js +71 -0
- package/build/raffle/raffle.router.js.map +1 -0
- package/build/raffle/raffle.schema.d.ts +261 -0
- package/build/raffle/raffle.schema.js +21 -0
- package/build/raffle/raffle.schema.js.map +1 -0
- package/build/raffle/raffle.types.d.ts +24 -0
- package/build/raffle/raffle.types.js +2 -0
- package/build/raffle/raffle.types.js.map +1 -0
- package/build/router.d.ts +10755 -0
- package/build/router.js +87 -0
- package/build/router.js.map +1 -0
- package/build/schema.d.ts +279 -0
- package/build/schema.js +157 -0
- package/build/schema.js.map +1 -0
- package/build/skill/index.d.ts +4 -0
- package/build/skill/index.js +5 -0
- package/build/skill/index.js.map +1 -0
- package/build/skill/skill.models.d.ts +9 -0
- package/build/skill/skill.models.js +9 -0
- package/build/skill/skill.models.js.map +1 -0
- package/build/skill/skill.router.d.ts +659 -0
- package/build/skill/skill.router.js +152 -0
- package/build/skill/skill.router.js.map +1 -0
- package/build/skill/skill.schema.d.ts +536 -0
- package/build/skill/skill.schema.js +38 -0
- package/build/skill/skill.schema.js.map +1 -0
- package/build/skill/skill.types.d.ts +28 -0
- package/build/skill/skill.types.js +2 -0
- package/build/skill/skill.types.js.map +1 -0
- package/build/trek/index.d.ts +4 -0
- package/build/trek/index.js +4 -0
- package/build/trek/index.js.map +1 -0
- package/build/trek/trek.models.d.ts +1 -0
- package/build/trek/trek.models.js +2 -0
- package/build/trek/trek.models.js.map +1 -0
- package/build/trek/trek.router.d.ts +86 -0
- package/build/trek/trek.router.js +43 -0
- package/build/trek/trek.router.js.map +1 -0
- package/build/trek/trek.schema.d.ts +1 -0
- package/build/trek/trek.schema.js +2 -0
- package/build/trek/trek.schema.js.map +1 -0
- package/build/trek/trek.types.d.ts +1 -0
- package/build/trek/trek.types.js +2 -0
- package/build/trek/trek.types.js.map +1 -0
- package/build/types.d.ts +187 -0
- package/build/types.js +29 -0
- package/build/types.js.map +1 -0
- package/build/video/index.d.ts +4 -0
- package/build/video/index.js +5 -0
- package/build/video/index.js.map +1 -0
- package/build/video/video.models.d.ts +7 -0
- package/build/video/video.models.js +19 -0
- package/build/video/video.models.js.map +1 -0
- package/build/video/video.router.d.ts +563 -0
- package/build/video/video.router.js +112 -0
- package/build/video/video.router.js.map +1 -0
- package/build/video/video.schema.d.ts +446 -0
- package/build/video/video.schema.js +31 -0
- package/build/video/video.schema.js.map +1 -0
- package/build/video/video.types.d.ts +27 -0
- package/build/video/video.types.js +2 -0
- package/build/video/video.types.js.map +1 -0
- package/package.json +11 -4
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
import { z as zod } from 'zod';
|
|
2
|
+
import { inferRouterInputs, inferRouterOutputs } from '@trpc/server';
|
|
3
|
+
import type { RouterContext } from '../types';
|
|
4
|
+
export declare const z: typeof zod;
|
|
5
|
+
export declare const t: {
|
|
6
|
+
_config: import("@trpc/server/dist/unstable-core-do-not-import").RootConfig<{
|
|
7
|
+
ctx: RouterContext;
|
|
8
|
+
meta: object;
|
|
9
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
10
|
+
transformer: false;
|
|
11
|
+
}>;
|
|
12
|
+
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>;
|
|
13
|
+
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>;
|
|
14
|
+
router: {
|
|
15
|
+
<TInput extends import("@trpc/server").RouterRecord>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
16
|
+
ctx: RouterContext;
|
|
17
|
+
meta: object;
|
|
18
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
19
|
+
transformer: false;
|
|
20
|
+
}, TInput>;
|
|
21
|
+
<TInput extends import("@trpc/server/dist/unstable-core-do-not-import").CreateRouterOptions>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
22
|
+
ctx: RouterContext;
|
|
23
|
+
meta: object;
|
|
24
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
25
|
+
transformer: false;
|
|
26
|
+
}, import("@trpc/server/dist/unstable-core-do-not-import").DecorateCreateRouterOptions<TInput>>;
|
|
27
|
+
};
|
|
28
|
+
mergeRouters: typeof import("@trpc/server/dist/unstable-core-do-not-import").mergeRouters;
|
|
29
|
+
createCallerFactory: <TRecord extends import("@trpc/server").RouterRecord>(router: Pick<import("@trpc/server/dist/unstable-core-do-not-import").Router<{
|
|
30
|
+
ctx: RouterContext;
|
|
31
|
+
meta: object;
|
|
32
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
33
|
+
transformer: false;
|
|
34
|
+
}, TRecord>, "_def">) => import("@trpc/server/dist/unstable-core-do-not-import").RouterCaller<{
|
|
35
|
+
ctx: RouterContext;
|
|
36
|
+
meta: object;
|
|
37
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
38
|
+
transformer: false;
|
|
39
|
+
}, TRecord>;
|
|
40
|
+
};
|
|
41
|
+
export declare const router: {
|
|
42
|
+
<TInput extends import("@trpc/server").RouterRecord>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
43
|
+
ctx: RouterContext;
|
|
44
|
+
meta: object;
|
|
45
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
46
|
+
transformer: false;
|
|
47
|
+
}, TInput>;
|
|
48
|
+
<TInput extends import("@trpc/server/dist/unstable-core-do-not-import").CreateRouterOptions>(input: TInput): import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
49
|
+
ctx: RouterContext;
|
|
50
|
+
meta: object;
|
|
51
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
52
|
+
transformer: false;
|
|
53
|
+
}, import("@trpc/server/dist/unstable-core-do-not-import").DecorateCreateRouterOptions<TInput>>;
|
|
54
|
+
};
|
|
55
|
+
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>;
|
|
56
|
+
export declare const createRouter: () => import("@trpc/server/dist/unstable-core-do-not-import").BuiltRouter<{
|
|
57
|
+
ctx: RouterContext;
|
|
58
|
+
meta: object;
|
|
59
|
+
errorShape: import("@trpc/server/dist/unstable-core-do-not-import").DefaultErrorShape;
|
|
60
|
+
transformer: false;
|
|
61
|
+
}, {
|
|
62
|
+
getProduct: import("@trpc/server").TRPCQueryProcedure<{
|
|
63
|
+
input: {
|
|
64
|
+
productId?: string;
|
|
65
|
+
};
|
|
66
|
+
output: any;
|
|
67
|
+
}>;
|
|
68
|
+
createProduct: import("@trpc/server").TRPCMutationProcedure<{
|
|
69
|
+
input: {
|
|
70
|
+
name?: string;
|
|
71
|
+
key?: string;
|
|
72
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
73
|
+
data?: any;
|
|
74
|
+
type?: string;
|
|
75
|
+
description?: string;
|
|
76
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
77
|
+
createdDate?: Date;
|
|
78
|
+
updatedDate?: Date;
|
|
79
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
80
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
81
|
+
meta?: {
|
|
82
|
+
name?: string;
|
|
83
|
+
type?: string;
|
|
84
|
+
tags?: (string | import("mongoose").Types.ObjectId)[];
|
|
85
|
+
assets?: (string | import("mongoose").Types.ObjectId)[];
|
|
86
|
+
price?: number;
|
|
87
|
+
members?: (string | import("mongoose").Types.ObjectId)[];
|
|
88
|
+
video?: string;
|
|
89
|
+
releaseDate?: string;
|
|
90
|
+
isProposal?: boolean;
|
|
91
|
+
oldPrice?: number;
|
|
92
|
+
images?: Record<string, any>;
|
|
93
|
+
genre?: string;
|
|
94
|
+
developer?: string;
|
|
95
|
+
publisher?: string;
|
|
96
|
+
developerTags?: string[];
|
|
97
|
+
languageSupport?: any[];
|
|
98
|
+
systemRequirements?: any[];
|
|
99
|
+
downloads?: number;
|
|
100
|
+
plans?: any[];
|
|
101
|
+
frequentlyTradedAssets?: (string | import("mongoose").Types.ObjectId)[];
|
|
102
|
+
saleBox?: Record<string, any>;
|
|
103
|
+
community?: Record<string, any>;
|
|
104
|
+
nameUrl?: string;
|
|
105
|
+
steamId?: number;
|
|
106
|
+
author?: string;
|
|
107
|
+
};
|
|
108
|
+
merkleLeaf?: string;
|
|
109
|
+
merkleIndex?: number;
|
|
110
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
111
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
112
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
113
|
+
deletedDate?: Date;
|
|
114
|
+
shortDescription?: string;
|
|
115
|
+
parentId?: string | import("mongoose").Types.ObjectId;
|
|
116
|
+
content?: string;
|
|
117
|
+
price?: number;
|
|
118
|
+
ratingId?: string | import("mongoose").Types.ObjectId;
|
|
119
|
+
releaseDate?: Date;
|
|
120
|
+
achievements?: {
|
|
121
|
+
name?: string;
|
|
122
|
+
description?: string;
|
|
123
|
+
icon?: string;
|
|
124
|
+
}[];
|
|
125
|
+
communityId?: string | import("mongoose").Types.ObjectId;
|
|
126
|
+
score?: number;
|
|
127
|
+
reviews?: {
|
|
128
|
+
comment?: string;
|
|
129
|
+
createdDate?: Date;
|
|
130
|
+
rating?: number;
|
|
131
|
+
userId?: string | import("mongoose").Types.ObjectId;
|
|
132
|
+
}[];
|
|
133
|
+
currency?: string;
|
|
134
|
+
images?: string[];
|
|
135
|
+
sku?: string;
|
|
136
|
+
categoryId?: string | import("mongoose").Types.ObjectId;
|
|
137
|
+
discountPrice?: number;
|
|
138
|
+
videos?: string[];
|
|
139
|
+
digitalContent?: {
|
|
140
|
+
size?: number;
|
|
141
|
+
url?: string;
|
|
142
|
+
drm?: "None" | "Steam" | "Epic" | "Uplay" | "Origin";
|
|
143
|
+
}[];
|
|
144
|
+
dlcs?: (string | import("mongoose").Types.ObjectId)[];
|
|
145
|
+
bundles?: (string | import("mongoose").Types.ObjectId)[];
|
|
146
|
+
cloudSave?: boolean;
|
|
147
|
+
ugcSupport?: boolean;
|
|
148
|
+
wishlistCount?: number;
|
|
149
|
+
ideaId?: string | import("mongoose").Types.ObjectId;
|
|
150
|
+
};
|
|
151
|
+
output: any;
|
|
152
|
+
}>;
|
|
153
|
+
updateProduct: import("@trpc/server").TRPCMutationProcedure<{
|
|
154
|
+
input: {
|
|
155
|
+
data?: {
|
|
156
|
+
name?: string;
|
|
157
|
+
key?: string;
|
|
158
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
159
|
+
data?: any;
|
|
160
|
+
type?: string;
|
|
161
|
+
description?: string;
|
|
162
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
163
|
+
createdDate?: Date;
|
|
164
|
+
updatedDate?: Date;
|
|
165
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
166
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
167
|
+
meta?: {
|
|
168
|
+
name?: string;
|
|
169
|
+
type?: string;
|
|
170
|
+
tags?: (string | import("mongoose").Types.ObjectId)[];
|
|
171
|
+
assets?: (string | import("mongoose").Types.ObjectId)[];
|
|
172
|
+
price?: number;
|
|
173
|
+
members?: (string | import("mongoose").Types.ObjectId)[];
|
|
174
|
+
video?: string;
|
|
175
|
+
releaseDate?: string;
|
|
176
|
+
isProposal?: boolean;
|
|
177
|
+
oldPrice?: number;
|
|
178
|
+
images?: Record<string, any>;
|
|
179
|
+
genre?: string;
|
|
180
|
+
developer?: string;
|
|
181
|
+
publisher?: string;
|
|
182
|
+
developerTags?: string[];
|
|
183
|
+
languageSupport?: any[];
|
|
184
|
+
systemRequirements?: any[];
|
|
185
|
+
downloads?: number;
|
|
186
|
+
plans?: any[];
|
|
187
|
+
frequentlyTradedAssets?: (string | import("mongoose").Types.ObjectId)[];
|
|
188
|
+
saleBox?: Record<string, any>;
|
|
189
|
+
community?: Record<string, any>;
|
|
190
|
+
nameUrl?: string;
|
|
191
|
+
steamId?: number;
|
|
192
|
+
author?: string;
|
|
193
|
+
};
|
|
194
|
+
merkleLeaf?: string;
|
|
195
|
+
merkleIndex?: number;
|
|
196
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
197
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
198
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
199
|
+
deletedDate?: Date;
|
|
200
|
+
shortDescription?: string;
|
|
201
|
+
parentId?: string | import("mongoose").Types.ObjectId;
|
|
202
|
+
content?: string;
|
|
203
|
+
price?: number;
|
|
204
|
+
ratingId?: string | import("mongoose").Types.ObjectId;
|
|
205
|
+
releaseDate?: Date;
|
|
206
|
+
achievements?: {
|
|
207
|
+
name?: string;
|
|
208
|
+
description?: string;
|
|
209
|
+
icon?: string;
|
|
210
|
+
}[];
|
|
211
|
+
communityId?: string | import("mongoose").Types.ObjectId;
|
|
212
|
+
score?: number;
|
|
213
|
+
reviews?: {
|
|
214
|
+
comment?: string;
|
|
215
|
+
createdDate?: Date;
|
|
216
|
+
rating?: number;
|
|
217
|
+
userId?: string | import("mongoose").Types.ObjectId;
|
|
218
|
+
}[];
|
|
219
|
+
currency?: string;
|
|
220
|
+
images?: string[];
|
|
221
|
+
sku?: string;
|
|
222
|
+
categoryId?: string | import("mongoose").Types.ObjectId;
|
|
223
|
+
discountPrice?: number;
|
|
224
|
+
videos?: string[];
|
|
225
|
+
digitalContent?: {
|
|
226
|
+
size?: number;
|
|
227
|
+
url?: string;
|
|
228
|
+
drm?: "None" | "Steam" | "Epic" | "Uplay" | "Origin";
|
|
229
|
+
}[];
|
|
230
|
+
dlcs?: (string | import("mongoose").Types.ObjectId)[];
|
|
231
|
+
bundles?: (string | import("mongoose").Types.ObjectId)[];
|
|
232
|
+
cloudSave?: boolean;
|
|
233
|
+
ugcSupport?: boolean;
|
|
234
|
+
wishlistCount?: number;
|
|
235
|
+
ideaId?: string | import("mongoose").Types.ObjectId;
|
|
236
|
+
};
|
|
237
|
+
productId?: string;
|
|
238
|
+
};
|
|
239
|
+
output: any;
|
|
240
|
+
}>;
|
|
241
|
+
getProductDLC: import("@trpc/server").TRPCQueryProcedure<{
|
|
242
|
+
input: {
|
|
243
|
+
dlcId?: string;
|
|
244
|
+
};
|
|
245
|
+
output: any;
|
|
246
|
+
}>;
|
|
247
|
+
createProductDLC: import("@trpc/server").TRPCMutationProcedure<{
|
|
248
|
+
input: {
|
|
249
|
+
name?: string;
|
|
250
|
+
key?: string;
|
|
251
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
252
|
+
data?: any;
|
|
253
|
+
description?: string;
|
|
254
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
255
|
+
createdDate?: Date;
|
|
256
|
+
updatedDate?: Date;
|
|
257
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
258
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
259
|
+
meta?: any;
|
|
260
|
+
merkleLeaf?: string;
|
|
261
|
+
merkleIndex?: number;
|
|
262
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
263
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
264
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
265
|
+
deletedDate?: Date;
|
|
266
|
+
price?: number;
|
|
267
|
+
achievements?: {
|
|
268
|
+
name?: string;
|
|
269
|
+
description?: string;
|
|
270
|
+
icon?: string;
|
|
271
|
+
}[];
|
|
272
|
+
gameId?: string | import("mongoose").Types.ObjectId;
|
|
273
|
+
currency?: string;
|
|
274
|
+
discountPrice?: number;
|
|
275
|
+
digitalContent?: {
|
|
276
|
+
size?: number;
|
|
277
|
+
url?: string;
|
|
278
|
+
drm?: "None" | "Steam" | "Epic" | "Uplay" | "Origin";
|
|
279
|
+
}[];
|
|
280
|
+
};
|
|
281
|
+
output: any;
|
|
282
|
+
}>;
|
|
283
|
+
updateProductDLC: import("@trpc/server").TRPCMutationProcedure<{
|
|
284
|
+
input: {
|
|
285
|
+
data?: {
|
|
286
|
+
name?: string;
|
|
287
|
+
key?: string;
|
|
288
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
289
|
+
data?: any;
|
|
290
|
+
description?: string;
|
|
291
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
292
|
+
createdDate?: Date;
|
|
293
|
+
updatedDate?: Date;
|
|
294
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
295
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
296
|
+
meta?: any;
|
|
297
|
+
merkleLeaf?: string;
|
|
298
|
+
merkleIndex?: number;
|
|
299
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
300
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
301
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
302
|
+
deletedDate?: Date;
|
|
303
|
+
price?: number;
|
|
304
|
+
achievements?: {
|
|
305
|
+
name?: string;
|
|
306
|
+
description?: string;
|
|
307
|
+
icon?: string;
|
|
308
|
+
}[];
|
|
309
|
+
gameId?: string | import("mongoose").Types.ObjectId;
|
|
310
|
+
currency?: string;
|
|
311
|
+
discountPrice?: number;
|
|
312
|
+
digitalContent?: {
|
|
313
|
+
size?: number;
|
|
314
|
+
url?: string;
|
|
315
|
+
drm?: "None" | "Steam" | "Epic" | "Uplay" | "Origin";
|
|
316
|
+
}[];
|
|
317
|
+
};
|
|
318
|
+
dlcId?: string;
|
|
319
|
+
};
|
|
320
|
+
output: any;
|
|
321
|
+
}>;
|
|
322
|
+
getProductBundle: import("@trpc/server").TRPCQueryProcedure<{
|
|
323
|
+
input: {
|
|
324
|
+
bundleId?: string;
|
|
325
|
+
};
|
|
326
|
+
output: any;
|
|
327
|
+
}>;
|
|
328
|
+
createProductBundle: import("@trpc/server").TRPCMutationProcedure<{
|
|
329
|
+
input: {
|
|
330
|
+
name?: string;
|
|
331
|
+
key?: string;
|
|
332
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
333
|
+
data?: any;
|
|
334
|
+
description?: string;
|
|
335
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
336
|
+
createdDate?: Date;
|
|
337
|
+
updatedDate?: Date;
|
|
338
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
339
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
340
|
+
meta?: any;
|
|
341
|
+
merkleLeaf?: string;
|
|
342
|
+
merkleIndex?: number;
|
|
343
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
344
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
345
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
346
|
+
deletedDate?: Date;
|
|
347
|
+
price?: number;
|
|
348
|
+
products?: (string | import("mongoose").Types.ObjectId)[];
|
|
349
|
+
currency?: string;
|
|
350
|
+
discountPrice?: number;
|
|
351
|
+
};
|
|
352
|
+
output: any;
|
|
353
|
+
}>;
|
|
354
|
+
updateProductBundle: import("@trpc/server").TRPCMutationProcedure<{
|
|
355
|
+
input: {
|
|
356
|
+
data?: {
|
|
357
|
+
name?: string;
|
|
358
|
+
key?: string;
|
|
359
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
360
|
+
data?: any;
|
|
361
|
+
description?: string;
|
|
362
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
363
|
+
createdDate?: Date;
|
|
364
|
+
updatedDate?: Date;
|
|
365
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
366
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
367
|
+
meta?: any;
|
|
368
|
+
merkleLeaf?: string;
|
|
369
|
+
merkleIndex?: number;
|
|
370
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
371
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
372
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
373
|
+
deletedDate?: Date;
|
|
374
|
+
price?: number;
|
|
375
|
+
products?: (string | import("mongoose").Types.ObjectId)[];
|
|
376
|
+
currency?: string;
|
|
377
|
+
discountPrice?: number;
|
|
378
|
+
};
|
|
379
|
+
bundleId?: string;
|
|
380
|
+
};
|
|
381
|
+
output: any;
|
|
382
|
+
}>;
|
|
383
|
+
getProductReview: import("@trpc/server").TRPCQueryProcedure<{
|
|
384
|
+
input: {
|
|
385
|
+
reviewId?: string;
|
|
386
|
+
};
|
|
387
|
+
output: any;
|
|
388
|
+
}>;
|
|
389
|
+
createProductReview: import("@trpc/server").TRPCMutationProcedure<{
|
|
390
|
+
input: {
|
|
391
|
+
name?: string;
|
|
392
|
+
comment?: string;
|
|
393
|
+
key?: string;
|
|
394
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
395
|
+
data?: any;
|
|
396
|
+
description?: string;
|
|
397
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
398
|
+
createdDate?: Date;
|
|
399
|
+
updatedDate?: Date;
|
|
400
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
401
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
402
|
+
meta?: any;
|
|
403
|
+
merkleLeaf?: string;
|
|
404
|
+
merkleIndex?: number;
|
|
405
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
406
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
407
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
408
|
+
deletedDate?: Date;
|
|
409
|
+
rating?: number;
|
|
410
|
+
productId?: string | import("mongoose").Types.ObjectId;
|
|
411
|
+
userId?: string | import("mongoose").Types.ObjectId;
|
|
412
|
+
};
|
|
413
|
+
output: any;
|
|
414
|
+
}>;
|
|
415
|
+
updateProductReview: import("@trpc/server").TRPCMutationProcedure<{
|
|
416
|
+
input: {
|
|
417
|
+
data?: {
|
|
418
|
+
name?: string;
|
|
419
|
+
comment?: string;
|
|
420
|
+
key?: string;
|
|
421
|
+
id?: string | import("mongoose").Types.ObjectId;
|
|
422
|
+
data?: any;
|
|
423
|
+
description?: string;
|
|
424
|
+
applicationId?: string | import("mongoose").Types.ObjectId;
|
|
425
|
+
createdDate?: Date;
|
|
426
|
+
updatedDate?: Date;
|
|
427
|
+
status?: "Active" | "Paused" | "Pending" | "Archived";
|
|
428
|
+
ownerId?: string | import("mongoose").Types.ObjectId;
|
|
429
|
+
meta?: any;
|
|
430
|
+
merkleLeaf?: string;
|
|
431
|
+
merkleIndex?: number;
|
|
432
|
+
createdById?: string | import("mongoose").Types.ObjectId;
|
|
433
|
+
editedById?: string | import("mongoose").Types.ObjectId;
|
|
434
|
+
deletedById?: string | import("mongoose").Types.ObjectId;
|
|
435
|
+
deletedDate?: Date;
|
|
436
|
+
rating?: number;
|
|
437
|
+
productId?: string | import("mongoose").Types.ObjectId;
|
|
438
|
+
userId?: string | import("mongoose").Types.ObjectId;
|
|
439
|
+
};
|
|
440
|
+
reviewId?: string;
|
|
441
|
+
};
|
|
442
|
+
output: any;
|
|
443
|
+
}>;
|
|
444
|
+
}>;
|
|
445
|
+
export type Router = ReturnType<typeof createRouter>;
|
|
446
|
+
export type RouterInput = inferRouterInputs<Router>;
|
|
447
|
+
export type RouterOutput = inferRouterOutputs<Router>;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { z as zod } from 'zod';
|
|
2
|
+
import { initTRPC } from '@trpc/server';
|
|
3
|
+
import { customErrorFormatter, hasRole } from '@arken/node/rpc';
|
|
4
|
+
import { Product, ProductDLC, ProductBundle, ProductReview } from './product.schema';
|
|
5
|
+
export const z = zod;
|
|
6
|
+
export const t = initTRPC.context().create();
|
|
7
|
+
export const router = t.router;
|
|
8
|
+
export const procedure = t.procedure;
|
|
9
|
+
export const createRouter = () => router({
|
|
10
|
+
getProduct: procedure
|
|
11
|
+
.use(hasRole('guest', t))
|
|
12
|
+
.use(customErrorFormatter(t))
|
|
13
|
+
.input(z.object({ productId: z.string() }))
|
|
14
|
+
.query(({ input, ctx }) => ctx.app.service.Product.getProduct(input, ctx)),
|
|
15
|
+
createProduct: procedure
|
|
16
|
+
.use(hasRole('admin', t))
|
|
17
|
+
.use(customErrorFormatter(t))
|
|
18
|
+
.input(Product)
|
|
19
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.createProduct(input, ctx)),
|
|
20
|
+
updateProduct: procedure
|
|
21
|
+
.use(hasRole('admin', t))
|
|
22
|
+
.use(customErrorFormatter(t))
|
|
23
|
+
.input(z.object({ productId: z.string(), data: Product.partial() }))
|
|
24
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.updateProduct(input, ctx)),
|
|
25
|
+
getProductDLC: procedure
|
|
26
|
+
.use(hasRole('guest', t))
|
|
27
|
+
.use(customErrorFormatter(t))
|
|
28
|
+
.input(z.object({ dlcId: z.string() }))
|
|
29
|
+
.query(({ input, ctx }) => ctx.app.service.Product.getProductDLC(input, ctx)),
|
|
30
|
+
createProductDLC: procedure
|
|
31
|
+
.use(hasRole('admin', t))
|
|
32
|
+
.use(customErrorFormatter(t))
|
|
33
|
+
.input(ProductDLC)
|
|
34
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.createProductDLC(input, ctx)),
|
|
35
|
+
updateProductDLC: procedure
|
|
36
|
+
.use(hasRole('admin', t))
|
|
37
|
+
.use(customErrorFormatter(t))
|
|
38
|
+
.input(z.object({ dlcId: z.string(), data: ProductDLC.partial() }))
|
|
39
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.updateProductDLC(input, ctx)),
|
|
40
|
+
getProductBundle: procedure
|
|
41
|
+
.use(hasRole('guest', t))
|
|
42
|
+
.use(customErrorFormatter(t))
|
|
43
|
+
.input(z.object({ bundleId: z.string() }))
|
|
44
|
+
.query(({ input, ctx }) => ctx.app.service.Product.getProductBundle(input, ctx)),
|
|
45
|
+
createProductBundle: procedure
|
|
46
|
+
.use(hasRole('admin', t))
|
|
47
|
+
.use(customErrorFormatter(t))
|
|
48
|
+
.input(ProductBundle)
|
|
49
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.createProductBundle(input, ctx)),
|
|
50
|
+
updateProductBundle: procedure
|
|
51
|
+
.use(hasRole('admin', t))
|
|
52
|
+
.use(customErrorFormatter(t))
|
|
53
|
+
.input(z.object({ bundleId: z.string(), data: ProductBundle.partial() }))
|
|
54
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.updateProductBundle(input, ctx)),
|
|
55
|
+
getProductReview: procedure
|
|
56
|
+
.use(hasRole('guest', t))
|
|
57
|
+
.use(customErrorFormatter(t))
|
|
58
|
+
.input(z.object({ reviewId: z.string() }))
|
|
59
|
+
.query(({ input, ctx }) => ctx.app.service.Product.getProductReview(input, ctx)),
|
|
60
|
+
createProductReview: procedure
|
|
61
|
+
.use(hasRole('admin', t))
|
|
62
|
+
.use(customErrorFormatter(t))
|
|
63
|
+
.input(ProductReview)
|
|
64
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.createProductReview(input, ctx)),
|
|
65
|
+
updateProductReview: procedure
|
|
66
|
+
.use(hasRole('admin', t))
|
|
67
|
+
.use(customErrorFormatter(t))
|
|
68
|
+
.input(z.object({ reviewId: z.string(), data: ProductReview.partial() }))
|
|
69
|
+
.mutation(({ input, ctx }) => ctx.app.service.Product.updateProductReview(input, ctx)),
|
|
70
|
+
});
|
|
71
|
+
//# sourceMappingURL=product.router.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.router.js","sourceRoot":"","sources":["../../product/product.router.ts"],"names":[],"mappings":"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"}
|