@illalabs/interfaces 0.3.0-canary.df7af16e → 0.3.0-canary.e77570c1
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/dist/schemas/chatContext.d.ts +0 -3
- package/dist/schemas/chatContext.d.ts.map +1 -1
- package/dist/schemas/chatRequestBody.d.ts +0 -12
- package/dist/schemas/chatRequestBody.d.ts.map +1 -1
- package/dist/schemas/userContext.d.ts +0 -3
- package/dist/schemas/userContext.d.ts.map +1 -1
- package/dist/schemas/userContext.js +0 -4
- package/dist/schemas/userContext.js.map +1 -1
- package/dist/types/actions/inputs.d.ts +2 -3
- package/dist/types/actions/inputs.d.ts.map +1 -1
- package/dist/types/actions/tools/getWalletBalanceAction.d.ts +0 -1
- package/dist/types/actions/tools/getWalletBalanceAction.d.ts.map +1 -1
- package/dist/types/actions/tools/index.d.ts +0 -3
- package/dist/types/actions/tools/index.d.ts.map +1 -1
- package/dist/utils/constants.d.ts +1 -1
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/constants.js +0 -1
- package/dist/utils/constants.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/actions/tools/predictionMarketsPositionsAction.d.ts +0 -25
- package/dist/types/actions/tools/predictionMarketsPositionsAction.d.ts.map +0 -1
- package/dist/types/actions/tools/predictionMarketsPositionsAction.js +0 -2
- package/dist/types/actions/tools/predictionMarketsPositionsAction.js.map +0 -1
|
@@ -81,13 +81,10 @@ export declare const ChatContextSchema: z.ZodObject<Pick<{
|
|
|
81
81
|
messages: z.ZodArray<z.ZodType<import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("@ai-sdk/provider-utils").ModelMessage>, "many">;
|
|
82
82
|
userContext: z.ZodObject<{
|
|
83
83
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
84
|
-
signerWallet: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
85
84
|
}, "strict", z.ZodTypeAny, {
|
|
86
85
|
address: `0x${string}`;
|
|
87
|
-
signerWallet?: `0x${string}` | undefined;
|
|
88
86
|
}, {
|
|
89
87
|
address: string;
|
|
90
|
-
signerWallet?: string | undefined;
|
|
91
88
|
}>;
|
|
92
89
|
prompt: z.ZodOptional<z.ZodObject<{
|
|
93
90
|
role: z.ZodLiteral<"user">;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatContext.d.ts","sourceRoot":"","sources":["../../src/schemas/chatContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"chatContext.d.ts","sourceRoot":"","sources":["../../src/schemas/chatContext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAI7B,CAAC"}
|
|
@@ -81,13 +81,10 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
81
81
|
messages: z.ZodArray<z.ZodType<import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("@ai-sdk/provider-utils").ModelMessage>, "many">;
|
|
82
82
|
userContext: z.ZodObject<{
|
|
83
83
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
84
|
-
signerWallet: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
85
84
|
}, "strict", z.ZodTypeAny, {
|
|
86
85
|
address: `0x${string}`;
|
|
87
|
-
signerWallet?: `0x${string}` | undefined;
|
|
88
86
|
}, {
|
|
89
87
|
address: string;
|
|
90
|
-
signerWallet?: string | undefined;
|
|
91
88
|
}>;
|
|
92
89
|
prompt: z.ZodOptional<z.ZodObject<{
|
|
93
90
|
role: z.ZodLiteral<"user">;
|
|
@@ -214,7 +211,6 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
214
211
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
215
212
|
userContext: {
|
|
216
213
|
address: `0x${string}`;
|
|
217
|
-
signerWallet?: `0x${string}` | undefined;
|
|
218
214
|
};
|
|
219
215
|
languageModel: string;
|
|
220
216
|
personalityContext: {
|
|
@@ -262,7 +258,6 @@ export declare const CoreApiChatBodyRequestBaseSchema: z.ZodObject<{
|
|
|
262
258
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
263
259
|
userContext: {
|
|
264
260
|
address: string;
|
|
265
|
-
signerWallet?: string | undefined;
|
|
266
261
|
};
|
|
267
262
|
languageModel: string;
|
|
268
263
|
prompt?: {
|
|
@@ -375,13 +370,10 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
375
370
|
messages: z.ZodArray<z.ZodType<import("@ai-sdk/provider-utils").ModelMessage, z.ZodTypeDef, import("@ai-sdk/provider-utils").ModelMessage>, "many">;
|
|
376
371
|
userContext: z.ZodObject<{
|
|
377
372
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
378
|
-
signerWallet: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
379
373
|
}, "strict", z.ZodTypeAny, {
|
|
380
374
|
address: `0x${string}`;
|
|
381
|
-
signerWallet?: `0x${string}` | undefined;
|
|
382
375
|
}, {
|
|
383
376
|
address: string;
|
|
384
|
-
signerWallet?: string | undefined;
|
|
385
377
|
}>;
|
|
386
378
|
prompt: z.ZodOptional<z.ZodObject<{
|
|
387
379
|
role: z.ZodLiteral<"user">;
|
|
@@ -508,7 +500,6 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
508
500
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
509
501
|
userContext: {
|
|
510
502
|
address: `0x${string}`;
|
|
511
|
-
signerWallet?: `0x${string}` | undefined;
|
|
512
503
|
};
|
|
513
504
|
languageModel: string;
|
|
514
505
|
personalityContext: {
|
|
@@ -556,7 +547,6 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
556
547
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
557
548
|
userContext: {
|
|
558
549
|
address: string;
|
|
559
|
-
signerWallet?: string | undefined;
|
|
560
550
|
};
|
|
561
551
|
languageModel: string;
|
|
562
552
|
prompt?: {
|
|
@@ -604,7 +594,6 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
604
594
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
605
595
|
userContext: {
|
|
606
596
|
address: `0x${string}`;
|
|
607
|
-
signerWallet?: `0x${string}` | undefined;
|
|
608
597
|
};
|
|
609
598
|
languageModel: string;
|
|
610
599
|
personalityContext: {
|
|
@@ -652,7 +641,6 @@ export declare const CoreApiChatBodyRequestSchema: z.ZodEffects<z.ZodObject<{
|
|
|
652
641
|
messages: import("@ai-sdk/provider-utils").ModelMessage[];
|
|
653
642
|
userContext: {
|
|
654
643
|
address: string;
|
|
655
|
-
signerWallet?: string | undefined;
|
|
656
644
|
};
|
|
657
645
|
languageModel: string;
|
|
658
646
|
prompt?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatRequestBody.d.ts","sourceRoot":"","sources":["../../src/schemas/chatRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"chatRequestBody.d.ts","sourceRoot":"","sources":["../../src/schemas/chatRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASrC,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxD,CAAC;AAEd,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IALjC,6DAA6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYpE,CAAC"}
|
|
@@ -2,13 +2,10 @@ import type { TypeOf } from "zod";
|
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
export declare const UserContextSchema: z.ZodObject<{
|
|
4
4
|
address: z.ZodEffects<z.ZodString, `0x${string}`, string>;
|
|
5
|
-
signerWallet: z.ZodOptional<z.ZodEffects<z.ZodString, `0x${string}`, string>>;
|
|
6
5
|
}, "strict", z.ZodTypeAny, {
|
|
7
6
|
address: `0x${string}`;
|
|
8
|
-
signerWallet?: `0x${string}` | undefined;
|
|
9
7
|
}, {
|
|
10
8
|
address: string;
|
|
11
|
-
signerWallet?: string | undefined;
|
|
12
9
|
}>;
|
|
13
10
|
export type UserContext = TypeOf<typeof UserContextSchema>;
|
|
14
11
|
//# sourceMappingURL=userContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userContext.d.ts","sourceRoot":"","sources":["../../src/schemas/userContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAElC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"userContext.d.ts","sourceRoot":"","sources":["../../src/schemas/userContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAElC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iBAAiB;;;;;;EAIjB,CAAC;AAEd,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -3,10 +3,6 @@ import { z } from "zod";
|
|
|
3
3
|
export const UserContextSchema = z
|
|
4
4
|
.object({
|
|
5
5
|
address: z.string().refine(isAddress, { message: "Invalid address" }),
|
|
6
|
-
signerWallet: z
|
|
7
|
-
.string()
|
|
8
|
-
.refine(isAddress, { message: "Invalid signer wallet address" })
|
|
9
|
-
.optional(),
|
|
10
6
|
})
|
|
11
7
|
.strict();
|
|
12
8
|
//# sourceMappingURL=userContext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userContext.js","sourceRoot":"","sources":["../../src/schemas/userContext.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,MAAM,CAAC;AACjC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC;KAC7B,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"userContext.js","sourceRoot":"","sources":["../../src/schemas/userContext.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,MAAM,CAAC;AACjC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC;KAC7B,MAAM,CAAC;IACJ,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,SAAS,EAAE,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC;CACxE,CAAC;KACD,MAAM,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BridgeActionInput, DefiFetchListingsActionInput, DefiPositionsActionInput, DefiSupplyActionInput, DefiWithdrawActionInput, ExchangeRateActionInput, GetWalletBalanceActionInput, PredictionMarketsFetchActionInput,
|
|
1
|
+
import type { BridgeActionInput, DefiFetchListingsActionInput, DefiPositionsActionInput, DefiSupplyActionInput, DefiWithdrawActionInput, ExchangeRateActionInput, GetWalletBalanceActionInput, PredictionMarketsFetchActionInput, SwapActionInput, TokenTransferActionInput } from "./tools/index.js";
|
|
2
2
|
export type BaseActionInput<ActionName extends string, InputProperties> = {
|
|
3
3
|
type: ActionName;
|
|
4
4
|
input: InputProperties;
|
|
@@ -14,6 +14,5 @@ export type DefiSupplyInput = BaseActionInput<"DefiSupply", DefiSupplyActionInpu
|
|
|
14
14
|
export type DefiWithdrawInput = BaseActionInput<"DefiWithdraw", DefiWithdrawActionInput>;
|
|
15
15
|
export type DefiPositionsInput = BaseActionInput<"DefiPositions", DefiPositionsActionInput>;
|
|
16
16
|
export type PredictionMarketsFetchInput = BaseActionInput<"PredictionMarketsFetch", PredictionMarketsFetchActionInput>;
|
|
17
|
-
export type
|
|
18
|
-
export type ActionInput = TransferTokensInput | SwapInput | BridgeInput | ExchangeRateInput | GetWalletBalanceInput | DefiFetchListingsInput | DefiSupplyInput | DefiWithdrawInput | DefiPositionsInput | PredictionMarketsFetchInput | PredictionMarketsPositionsInput;
|
|
17
|
+
export type ActionInput = TransferTokensInput | SwapInput | BridgeInput | ExchangeRateInput | GetWalletBalanceInput | DefiFetchListingsInput | DefiSupplyInput | DefiWithdrawInput | DefiPositionsInput | PredictionMarketsFetchInput;
|
|
19
18
|
//# sourceMappingURL=inputs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../../src/types/actions/inputs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,iBAAiB,EACjB,4BAA4B,EAC5B,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,iCAAiC,EACjC,
|
|
1
|
+
{"version":3,"file":"inputs.d.ts","sourceRoot":"","sources":["../../../src/types/actions/inputs.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,iBAAiB,EACjB,4BAA4B,EAC5B,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,iCAAiC,EACjC,eAAe,EACf,wBAAwB,EAC3B,MAAM,kBAAkB,CAAC;AAE1B,MAAM,MAAM,eAAe,CAAC,UAAU,SAAS,MAAM,EAAE,eAAe,IAAI;IACtE,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,eAAe,CAAC;IACvB,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC,eAAe,EAAE,wBAAwB,CAAC,CAAC;AAE7F,MAAM,MAAM,SAAS,GAAG,eAAe,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;AACjE,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC,QAAQ,EAAE,iBAAiB,CAAC,CAAC;AAEvE,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAC,cAAc,EAAE,uBAAuB,CAAC,CAAC;AAEzF,MAAM,MAAM,qBAAqB,GAAG,eAAe,CAC/C,kBAAkB,EAClB,2BAA2B,CAC9B,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,eAAe,CAChD,mBAAmB,EACnB,4BAA4B,CAC/B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC,YAAY,EAAE,qBAAqB,CAAC,CAAC;AAEnF,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAC,cAAc,EAAE,uBAAuB,CAAC,CAAC;AAEzF,MAAM,MAAM,kBAAkB,GAAG,eAAe,CAAC,eAAe,EAAE,wBAAwB,CAAC,CAAC;AAE5F,MAAM,MAAM,2BAA2B,GAAG,eAAe,CACrD,wBAAwB,EACxB,iCAAiC,CACpC,CAAC;AAEF,MAAM,MAAM,WAAW,GACjB,mBAAmB,GACnB,SAAS,GACT,WAAW,GACX,iBAAiB,GACjB,qBAAqB,GACrB,sBAAsB,GACtB,eAAe,GACf,iBAAiB,GACjB,kBAAkB,GAClB,2BAA2B,CAAC"}
|
|
@@ -2,7 +2,6 @@ import type { TypeOf, z } from "zod";
|
|
|
2
2
|
import type { SupportedWalletBalanceProvider } from "../../../internal.js";
|
|
3
3
|
export type GetWalletBalanceActionInputSchema = z.ZodObject<{
|
|
4
4
|
address: z.ZodString;
|
|
5
|
-
signerWallet: z.ZodOptional<z.ZodString>;
|
|
6
5
|
token: z.ZodOptional<z.ZodString>;
|
|
7
6
|
chain: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
|
|
8
7
|
provider: z.ZodEnum<[SupportedWalletBalanceProvider, ...SupportedWalletBalanceProvider[]]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWalletBalanceAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/getWalletBalanceAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sBAAsB,CAAC;AAE3E,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,SAAS,CAAC;IACxD,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC;IACrB,
|
|
1
|
+
{"version":3,"file":"getWalletBalanceAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/getWalletBalanceAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sBAAsB,CAAC;AAE3E,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,SAAS,CAAC;IACxD,OAAO,EAAE,CAAC,CAAC,SAAS,CAAC;IACrB,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAClC,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC;IACvD,QAAQ,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,8BAA8B,EAAE,GAAG,8BAA8B,EAAE,CAAC,CAAC,CAAC;IAC3F,iBAAiB,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC1D,oBAAoB,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACjD,YAAY,EAAE,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;CAC5C,CAAC,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC,iCAAiC,CAAC,CAAC"}
|
|
@@ -7,7 +7,6 @@ import type { DefiWithdrawActionInputSchema } from "./defiWithdrawAction.js";
|
|
|
7
7
|
import type { ExchangeRateActionInputSchema } from "./exchangeRateAction.js";
|
|
8
8
|
import type { GetWalletBalanceActionInputSchema } from "./getWalletBalanceAction.js";
|
|
9
9
|
import type { PredictionMarketsFetchActionInputSchema } from "./predictionMarketsFetchAction.js";
|
|
10
|
-
import type { PredictionMarketsPositionsActionInputSchema } from "./predictionMarketsPositionsAction.js";
|
|
11
10
|
import type { SwapActionInputSchema } from "./swapAction.js";
|
|
12
11
|
import type { TokenTransferActionInputSchema } from "./tokenTransferAction.js";
|
|
13
12
|
/**
|
|
@@ -25,7 +24,6 @@ export type ActionSchemaMapping = {
|
|
|
25
24
|
readonly swap: SwapActionInputSchema;
|
|
26
25
|
readonly bridge: BridgeActionInputSchema;
|
|
27
26
|
readonly predictionMarketsFetch: PredictionMarketsFetchActionInputSchema;
|
|
28
|
-
readonly predictionMarketsPositions: PredictionMarketsPositionsActionInputSchema;
|
|
29
27
|
};
|
|
30
28
|
/**
|
|
31
29
|
* Utility type to get the schema type for a specific action
|
|
@@ -39,7 +37,6 @@ export type * from "./defiWithdrawAction.js";
|
|
|
39
37
|
export type * from "./exchangeRateAction.js";
|
|
40
38
|
export type * from "./getWalletBalanceAction.js";
|
|
41
39
|
export type * from "./predictionMarketsFetchAction.js";
|
|
42
|
-
export type * from "./predictionMarketsPositionsAction.js";
|
|
43
40
|
export type * from "./swapAction.js";
|
|
44
41
|
export type * from "./bridgeAction.js";
|
|
45
42
|
export type * from "./tokenTransferAction.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAC;AACrF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AACvF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAC/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,uBAAuB,CAAC;AACzE,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6BAA6B,CAAC;AACrF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAC;AAE/E;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAC9B,QAAQ,CAAC,aAAa,EAAE,8BAA8B,CAAC;IACvD,QAAQ,CAAC,YAAY,EAAE,6BAA6B,CAAC;IACrD,QAAQ,CAAC,gBAAgB,EAAE,iCAAiC,CAAC;IAC7D,QAAQ,CAAC,iBAAiB,EAAE,kCAAkC,CAAC;IAC/D,QAAQ,CAAC,aAAa,EAAE,8BAA8B,CAAC;IACvD,QAAQ,CAAC,UAAU,EAAE,2BAA2B,CAAC;IACjD,QAAQ,CAAC,YAAY,EAAE,6BAA6B,CAAC;IACrD,QAAQ,CAAC,IAAI,EAAE,qBAAqB,CAAC;IACrC,QAAQ,CAAC,MAAM,EAAE,uBAAuB,CAAC;IACzC,QAAQ,CAAC,sBAAsB,EAAE,uCAAuC,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,eAAe,IAAI,mBAAmB,CAAC,CAAC,CAAC,CAAC;AAEhF,mBAAmB,8BAA8B,CAAC;AAClD,mBAAmB,0BAA0B,CAAC;AAC9C,mBAAmB,uBAAuB,CAAC;AAC3C,mBAAmB,yBAAyB,CAAC;AAC7C,mBAAmB,yBAAyB,CAAC;AAC7C,mBAAmB,6BAA6B,CAAC;AACjD,mBAAmB,mCAAmC,CAAC;AACvD,mBAAmB,iBAAiB,CAAC;AACrC,mBAAmB,mBAAmB,CAAC;AACvC,mBAAmB,0BAA0B,CAAC"}
|
|
@@ -39,7 +39,7 @@ export declare const SUPPORTED_CHAINS: SupportedChain[];
|
|
|
39
39
|
/**
|
|
40
40
|
* Const list of all supported actions with their schemas
|
|
41
41
|
*/
|
|
42
|
-
export declare const SUPPORTED_ACTIONS: readonly ["tokenTransfer", "exchangeRate", "getWalletBalance", "defiFetchListings", "defiPositions", "defiSupply", "defiWithdraw", "swap", "bridge", "predictionMarketsFetch"
|
|
42
|
+
export declare const SUPPORTED_ACTIONS: readonly ["tokenTransfer", "exchangeRate", "getWalletBalance", "defiFetchListings", "defiPositions", "defiSupply", "defiWithdraw", "swap", "bridge", "predictionMarketsFetch"];
|
|
43
43
|
export declare const SUPPORTED_WALLET_BALANCE_PROVIDERS: readonly ["moralis"];
|
|
44
44
|
export type SupportedAction = (typeof SUPPORTED_ACTIONS)[number];
|
|
45
45
|
export type SupportedLendingProvider = (typeof LENDING_PROVIDERS)[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,mBAAmC,CAAC;AAElE,eAAO,MAAM,qBAAqB,mBAAmC,CAAC;AAEtE,eAAO,MAAM,uBAAuB,4BAA4C,CAAC;AAEjF,eAAO,MAAM,2BAA2B,yBAAyC,CAAC;AAElF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;EAQsB,CAAC;AAE7D,0BAA0B;AAC1B,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,IAAI,CAAC,CAAC;AAC1D,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;AAE1D,4CAA4C;AAC5C,eAAO,MAAM,mBAAmB,EAAE,gBAAgB,EAA+C,CAAC;AAElG,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAAiD,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,mBAAmC,CAAC;AAElE,eAAO,MAAM,qBAAqB,mBAAmC,CAAC;AAEtE,eAAO,MAAM,uBAAuB,4BAA4C,CAAC;AAEjF,eAAO,MAAM,2BAA2B,yBAAyC,CAAC;AAElF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;EAQsB,CAAC;AAE7D,0BAA0B;AAC1B,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9E,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,IAAI,CAAC,CAAC;AAC1D,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;AAE1D,4CAA4C;AAC5C,eAAO,MAAM,mBAAmB,EAAE,gBAAgB,EAA+C,CAAC;AAElG,eAAO,MAAM,gBAAgB,EAAE,cAAc,EAAiD,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,iBAAiB,gLAWnB,CAAC;AAEZ,eAAO,MAAM,kCAAkC,sBAAsC,CAAC;AAEtF,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AACjE,MAAM,MAAM,wBAAwB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAC1E,MAAM,MAAM,2BAA2B,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AACjF,MAAM,MAAM,8BAA8B,GAAG,CAAC,OAAO,kCAAkC,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjG,MAAM,MAAM,6BAA6B,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC;AACrF,MAAM,MAAM,iCAAiC,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAE7F,eAAO,MAAM,iBAAiB,2DAKnB,CAAC;AAEZ,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAChC,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,GAClC,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,yBAAyB,mCAAoC,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhF;;GAEG;AACH,eAAO,MAAM,2BAA2B,0IAM9B,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,uBAAuB,sEAK1B,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/utils/constants.js
CHANGED
|
@@ -33,7 +33,6 @@ export const SUPPORTED_ACTIONS = Object.freeze([
|
|
|
33
33
|
"swap",
|
|
34
34
|
"bridge",
|
|
35
35
|
"predictionMarketsFetch",
|
|
36
|
-
"predictionMarketsPositions",
|
|
37
36
|
]);
|
|
38
37
|
export const SUPPORTED_WALLET_BALANCE_PROVIDERS = Object.freeze(["moralis"]);
|
|
39
38
|
export const CHECKABLE_ACTIONS = Object.freeze([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAElE,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAEtE,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,eAAe,CAAU,CAAC,CAAC;AAEjF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,YAAY,CAAU,CAAC,CAAC;AAElF;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IAC3B,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE;IAC5B,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;IAC5B,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE;IAC/B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE;IAChC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE;CACiC,CAAC;AAO7D,4CAA4C;AAC5C,MAAM,CAAC,MAAM,mBAAmB,GAAuB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAElG,MAAM,CAAC,MAAM,gBAAgB,GAAqB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;AAE/F;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC3C,eAAe;IACf,cAAc;IACd,kBAAkB;IAClB,mBAAmB;IACnB,eAAe;IACf,YAAY;IACZ,cAAc;IACd,MAAM;IACN,QAAQ;IACR,wBAAwB;
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/utils/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAElE,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,MAAM,CAAU,CAAC,CAAC;AAEtE,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,eAAe,CAAU,CAAC,CAAC;AAEjF,MAAM,CAAC,MAAM,2BAA2B,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,YAAY,CAAU,CAAC,CAAC;AAElF;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACrC,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE;IAC3B,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,SAAS,EAAE;IAC5B,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;IAC5B,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE;IAC1B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,UAAU,EAAE;IAC/B,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,WAAW,EAAE;IAChC,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE;CACiC,CAAC;AAO7D,4CAA4C;AAC5C,MAAM,CAAC,MAAM,mBAAmB,GAAuB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;AAElG,MAAM,CAAC,MAAM,gBAAgB,GAAqB,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;AAE/F;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC3C,eAAe;IACf,cAAc;IACd,kBAAkB;IAClB,mBAAmB;IACnB,eAAe;IACf,YAAY;IACZ,cAAc;IACd,MAAM;IACN,QAAQ;IACR,wBAAwB;CAClB,CAAC,CAAC;AAEZ,MAAM,CAAC,MAAM,kCAAkC,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,SAAS,CAAU,CAAC,CAAC;AAUtF,MAAM,CAAC,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC3C,MAAM;IACN,QAAQ;IACR,YAAY;IACZ,cAAc;CACR,CAAC,CAAC;AAWZ;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,QAAQ,EAAE,YAAY,CAAU,CAAC;AAO3E;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACvC,6BAA6B;IAC7B,uBAAuB;IACvB,cAAc;IACd,gCAAgC;IAChC,mBAAmB;CACb,CAAC;AAOX;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,QAAQ;IACR,aAAa;IACb,OAAO;IACP,uBAAuB;CACjB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { TypeOf } from "zod";
|
|
2
|
-
import { z } from "zod";
|
|
3
|
-
import type { SupportedPredictionMarketProvider } from "../../../internal.js";
|
|
4
|
-
export type PredictionMarketsPositionsActionInputSchema = z.ZodObject<{
|
|
5
|
-
chain: z.ZodEnum<[string, ...string[]]>;
|
|
6
|
-
userAddress: z.ZodString;
|
|
7
|
-
signerWallet: z.ZodOptional<z.ZodString>;
|
|
8
|
-
marketIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9
|
-
eventIds: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
10
|
-
sizeThreshold: z.ZodOptional<z.ZodNumber>;
|
|
11
|
-
showRedeemable: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
-
showMergeable: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
-
limit: z.ZodOptional<z.ZodNumber>;
|
|
14
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
15
|
-
sortBy: z.ZodOptional<z.ZodEnum<["value", "pnl", "size", "title"]>>;
|
|
16
|
-
sortDirection: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
17
|
-
provider: z.ZodEnum<[
|
|
18
|
-
SupportedPredictionMarketProvider,
|
|
19
|
-
...SupportedPredictionMarketProvider[]
|
|
20
|
-
]>;
|
|
21
|
-
missingParameters: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
22
|
-
humanFriendlyMessage: z.ZodOptional<z.ZodString>;
|
|
23
|
-
}>;
|
|
24
|
-
export type PredictionMarketsPositionsActionInput = TypeOf<PredictionMarketsPositionsActionInputSchema>;
|
|
25
|
-
//# sourceMappingURL=predictionMarketsPositionsAction.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"predictionMarketsPositionsAction.d.ts","sourceRoot":"","sources":["../../../../src/types/actions/tools/predictionMarketsPositionsAction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAClC,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,sBAAsB,CAAC;AAE9E,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,SAAS,CAAC;IAClE,KAAK,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC,CAAC;IACxC,WAAW,EAAE,CAAC,CAAC,SAAS,CAAC;IACzB,YAAY,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACzC,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAClD,QAAQ,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IACjD,aAAa,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAC1C,cAAc,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;IAC5C,aAAa,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC;IAC3C,KAAK,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAClC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IACpE,aAAa,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IACzD,QAAQ,EAAE,CAAC,CAAC,OAAO,CACf;QAAC,iCAAiC;QAAE,GAAG,iCAAiC,EAAE;KAAC,CAC9E,CAAC;IACF,iBAAiB,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC;IAC1D,oBAAoB,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;CACpD,CAAC,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAC7C,MAAM,CAAC,2CAA2C,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"predictionMarketsPositionsAction.js","sourceRoot":"","sources":["../../../../src/types/actions/tools/predictionMarketsPositionsAction.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC"}
|