@mobula_labs/types 0.1.10 → 0.1.11
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/cjs/index.cjs +4973 -3931
- package/dist/cjs/index.cjs.map +58 -52
- package/dist/esm/index.js +4973 -3931
- package/dist/esm/index.js.map +58 -52
- package/dist/index.d.ts +6 -0
- package/dist/misc/ApiKeysQueries.d.ts +1 -1
- package/dist/utils/functions/openAPIHelpers.d.ts +41 -0
- package/dist/utils/schemas/BaseMessage.d.ts +2 -0
- package/dist/utils/schemas/EnrichedMarketData.d.ts +138 -1
- package/dist/utils/schemas/MarketDetailsOutput.d.ts +169 -0
- package/dist/utils/schemas/SecuritySchemas.d.ts +9 -0
- package/dist/utils/schemas/TokenDetailsOutput.d.ts +32 -0
- package/dist/utils/schemas/WalletDeployerSchema.d.ts +124 -12
- package/dist/utils/schemas/WalletMetadataOutput.d.ts +21 -0
- package/dist/v1/market/FundingRateSchema.d.ts +3 -0
- package/dist/v1/market/HoldersSchema.d.ts +5 -0
- package/dist/v1/market/MarketBlockchainPairsSchema.d.ts +59 -0
- package/dist/v1/market/MarketDataSchema.d.ts +5 -0
- package/dist/v1/market/MarketHistoryPairSchema.d.ts +5 -0
- package/dist/v1/market/MarketLighthouseSchema.d.ts +2734 -0
- package/dist/v1/market/MarketMultiDataSchema.d.ts +9 -4
- package/dist/v1/market/MarketMultiHistorySchema.d.ts +5 -0
- package/dist/v1/market/MarketMultiPricesSchema.d.ts +4 -4
- package/dist/v1/market/MarketPairSchema.d.ts +54 -0
- package/dist/v1/market/MarketPairsSchema.d.ts +68 -0
- package/dist/v1/market/MarketQuerySchema.d.ts +5 -0
- package/dist/v1/market/MarketTokenVsMarketSchema.d.ts +4 -4
- package/dist/v1/metadata/MetadataSchema.d.ts +10 -0
- package/dist/v1/pulse/PulseSchema.d.ts +616 -0
- package/dist/v1/search/SearchSchema.d.ts +112 -0
- package/dist/v1/wallet/DeployerSchema.d.ts +72 -8
- package/dist/v1/wallet/HistorySchema.d.ts +5 -0
- package/dist/v1/wallet/WalletLabelSchema.d.ts +550 -0
- package/dist/v1/wallet/WalletNFTSchema.d.ts +5 -0
- package/dist/v1/wallet/WalletPortfolioSchema.d.ts +32 -0
- package/dist/v1/wallet/WalletTradesSchema.d.ts +133 -20
- package/dist/v1/wallet/WalletTransactionSchema.d.ts +12 -2
- package/dist/v2/asset/AssetDetailsSchema.d.ts +217 -1
- package/dist/v2/market/MarketDetailsSchema.d.ts +454 -0
- package/dist/v2/market/MarketOHLCVHistorySchema.d.ts +3 -3
- package/dist/v2/swap/SwapQuotingBatchOutput.d.ts +1647 -257
- package/dist/v2/swap/SwapQuotingBatchSchema.d.ts +12 -12
- package/dist/v2/swap/SwapQuotingOutput.d.ts +1396 -274
- package/dist/v2/swap/SwapQuotingSchema.d.ts +26 -3
- package/dist/v2/swap/SwapSendOutput.d.ts +105 -0
- package/dist/v2/swap/SwapSendSchema.d.ts +77 -4
- package/dist/v2/token/TokenAthSchema.d.ts +29 -1
- package/dist/v2/token/TokenDetailsSchema.d.ts +124 -1
- package/dist/v2/token/TokenMarketsSchema.d.ts +396 -0
- package/dist/v2/token/TokenOHLCVHistorySchema.d.ts +3 -3
- package/dist/v2/token/TokenPositionsSchema.d.ts +119 -12
- package/dist/v2/token/TokenPriceAtSchema.d.ts +131 -0
- package/dist/v2/token/TokenPriceHistorySchema.d.ts +13 -13
- package/dist/v2/token/TokenSecurityOutput.d.ts +192 -0
- package/dist/v2/token/TokenSecurityQuery.d.ts +13 -1
- package/dist/v2/token/TokenTradesSchema.d.ts +572 -3
- package/dist/v2/trades/EnrichedSwapsSchema.d.ts +15994 -0
- package/dist/v2/trades/TradesFiltersSchema.d.ts +49 -0
- package/dist/v2/wallet/WalletActivityV2Schema.d.ts +53 -0
- package/dist/v2/wallet/WalletAnalysisQuerySchema.d.ts +114 -18
- package/dist/v2/wallet/WalletDeployerSchema.d.ts +72 -8
- package/dist/v2/wallet/WalletPerpsPositionsSchema.d.ts +24 -24
- package/dist/v2/wallet/WalletPositionsSchema.d.ts +5979 -33
- package/dist/v2/wallet/WalletTokenBalancesSchema.d.ts +16 -0
- package/dist/v2/wallet/WalletTradesSchema.d.ts +446 -0
- package/dist/wss/FastTradePayloadSchema.d.ts +12 -1
- package/dist/wss/FundingPayloadSchema.d.ts +3 -0
- package/dist/wss/HoldersV2PayloadSchema.d.ts +30 -0
- package/dist/wss/MarketDetailsPayloadSchema.d.ts +3 -0
- package/dist/wss/OhlcvPayloadSchema.d.ts +3 -0
- package/dist/wss/TokenDetailsPayloadSchema.d.ts +3 -0
- package/dist/x402/X402AgentSchemas.d.ts +62 -0
- package/package.json +2 -2
- package/dist/v2/explorer/BlockDataQuerySchema.d.ts +0 -33
- package/dist/v2/explorer/ContractVerifyQuerySchema.ts +0 -27
- package/dist/v2/wallet/WalleAnalysisQuerySchema.d.ts +0 -1135
- package/dist/v2/wallet/WalleFundingQuerySchema.d.ts +0 -57
|
@@ -115,6 +115,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
115
115
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
116
116
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
117
117
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
118
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
118
119
|
} & {
|
|
119
120
|
frozen: z.ZodOptional<z.ZodBoolean>;
|
|
120
121
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -134,6 +135,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
134
135
|
isMintable?: boolean | undefined;
|
|
135
136
|
modifyableTax?: boolean | undefined;
|
|
136
137
|
selfDestruct?: boolean | undefined;
|
|
138
|
+
liquidityBurnPercentage?: number | undefined;
|
|
137
139
|
noMintAuthority?: boolean | undefined;
|
|
138
140
|
frozen?: boolean | undefined;
|
|
139
141
|
}, {
|
|
@@ -153,6 +155,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
153
155
|
isMintable?: boolean | undefined;
|
|
154
156
|
modifyableTax?: boolean | undefined;
|
|
155
157
|
selfDestruct?: boolean | undefined;
|
|
158
|
+
liquidityBurnPercentage?: number | undefined;
|
|
156
159
|
noMintAuthority?: boolean | undefined;
|
|
157
160
|
frozen?: boolean | undefined;
|
|
158
161
|
}>>>;
|
|
@@ -181,6 +184,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
181
184
|
isMintable?: boolean | undefined;
|
|
182
185
|
modifyableTax?: boolean | undefined;
|
|
183
186
|
selfDestruct?: boolean | undefined;
|
|
187
|
+
liquidityBurnPercentage?: number | undefined;
|
|
184
188
|
noMintAuthority?: boolean | undefined;
|
|
185
189
|
frozen?: boolean | undefined;
|
|
186
190
|
} | null | undefined;
|
|
@@ -210,6 +214,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
210
214
|
isMintable?: boolean | undefined;
|
|
211
215
|
modifyableTax?: boolean | undefined;
|
|
212
216
|
selfDestruct?: boolean | undefined;
|
|
217
|
+
liquidityBurnPercentage?: number | undefined;
|
|
213
218
|
noMintAuthority?: boolean | undefined;
|
|
214
219
|
frozen?: boolean | undefined;
|
|
215
220
|
} | null | undefined;
|
|
@@ -308,6 +313,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
308
313
|
isMintable?: boolean | undefined;
|
|
309
314
|
modifyableTax?: boolean | undefined;
|
|
310
315
|
selfDestruct?: boolean | undefined;
|
|
316
|
+
liquidityBurnPercentage?: number | undefined;
|
|
311
317
|
noMintAuthority?: boolean | undefined;
|
|
312
318
|
frozen?: boolean | undefined;
|
|
313
319
|
} | null | undefined;
|
|
@@ -367,6 +373,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
367
373
|
isMintable?: boolean | undefined;
|
|
368
374
|
modifyableTax?: boolean | undefined;
|
|
369
375
|
selfDestruct?: boolean | undefined;
|
|
376
|
+
liquidityBurnPercentage?: number | undefined;
|
|
370
377
|
noMintAuthority?: boolean | undefined;
|
|
371
378
|
frozen?: boolean | undefined;
|
|
372
379
|
} | null | undefined;
|
|
@@ -609,6 +616,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
609
616
|
isMintable?: boolean | undefined;
|
|
610
617
|
modifyableTax?: boolean | undefined;
|
|
611
618
|
selfDestruct?: boolean | undefined;
|
|
619
|
+
liquidityBurnPercentage?: number | undefined;
|
|
612
620
|
noMintAuthority?: boolean | undefined;
|
|
613
621
|
frozen?: boolean | undefined;
|
|
614
622
|
} | null | undefined;
|
|
@@ -721,6 +729,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
721
729
|
isMintable?: boolean | undefined;
|
|
722
730
|
modifyableTax?: boolean | undefined;
|
|
723
731
|
selfDestruct?: boolean | undefined;
|
|
732
|
+
liquidityBurnPercentage?: number | undefined;
|
|
724
733
|
noMintAuthority?: boolean | undefined;
|
|
725
734
|
frozen?: boolean | undefined;
|
|
726
735
|
} | null | undefined;
|
|
@@ -836,6 +845,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
836
845
|
isMintable?: boolean | undefined;
|
|
837
846
|
modifyableTax?: boolean | undefined;
|
|
838
847
|
selfDestruct?: boolean | undefined;
|
|
848
|
+
liquidityBurnPercentage?: number | undefined;
|
|
839
849
|
noMintAuthority?: boolean | undefined;
|
|
840
850
|
frozen?: boolean | undefined;
|
|
841
851
|
} | null | undefined;
|
|
@@ -951,6 +961,7 @@ export declare const PortfolioResponseSchema: z.ZodObject<{
|
|
|
951
961
|
isMintable?: boolean | undefined;
|
|
952
962
|
modifyableTax?: boolean | undefined;
|
|
953
963
|
selfDestruct?: boolean | undefined;
|
|
964
|
+
liquidityBurnPercentage?: number | undefined;
|
|
954
965
|
noMintAuthority?: boolean | undefined;
|
|
955
966
|
frozen?: boolean | undefined;
|
|
956
967
|
} | null | undefined;
|
|
@@ -1060,6 +1071,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1060
1071
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
1061
1072
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
1062
1073
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
1074
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
1063
1075
|
} & {
|
|
1064
1076
|
frozen: z.ZodOptional<z.ZodBoolean>;
|
|
1065
1077
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1079,6 +1091,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1079
1091
|
isMintable?: boolean | undefined;
|
|
1080
1092
|
modifyableTax?: boolean | undefined;
|
|
1081
1093
|
selfDestruct?: boolean | undefined;
|
|
1094
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1082
1095
|
noMintAuthority?: boolean | undefined;
|
|
1083
1096
|
frozen?: boolean | undefined;
|
|
1084
1097
|
}, {
|
|
@@ -1098,6 +1111,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1098
1111
|
isMintable?: boolean | undefined;
|
|
1099
1112
|
modifyableTax?: boolean | undefined;
|
|
1100
1113
|
selfDestruct?: boolean | undefined;
|
|
1114
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1101
1115
|
noMintAuthority?: boolean | undefined;
|
|
1102
1116
|
frozen?: boolean | undefined;
|
|
1103
1117
|
}>>>;
|
|
@@ -1126,6 +1140,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1126
1140
|
isMintable?: boolean | undefined;
|
|
1127
1141
|
modifyableTax?: boolean | undefined;
|
|
1128
1142
|
selfDestruct?: boolean | undefined;
|
|
1143
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1129
1144
|
noMintAuthority?: boolean | undefined;
|
|
1130
1145
|
frozen?: boolean | undefined;
|
|
1131
1146
|
} | null | undefined;
|
|
@@ -1155,6 +1170,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1155
1170
|
isMintable?: boolean | undefined;
|
|
1156
1171
|
modifyableTax?: boolean | undefined;
|
|
1157
1172
|
selfDestruct?: boolean | undefined;
|
|
1173
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1158
1174
|
noMintAuthority?: boolean | undefined;
|
|
1159
1175
|
frozen?: boolean | undefined;
|
|
1160
1176
|
} | null | undefined;
|
|
@@ -1253,6 +1269,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1253
1269
|
isMintable?: boolean | undefined;
|
|
1254
1270
|
modifyableTax?: boolean | undefined;
|
|
1255
1271
|
selfDestruct?: boolean | undefined;
|
|
1272
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1256
1273
|
noMintAuthority?: boolean | undefined;
|
|
1257
1274
|
frozen?: boolean | undefined;
|
|
1258
1275
|
} | null | undefined;
|
|
@@ -1312,6 +1329,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1312
1329
|
isMintable?: boolean | undefined;
|
|
1313
1330
|
modifyableTax?: boolean | undefined;
|
|
1314
1331
|
selfDestruct?: boolean | undefined;
|
|
1332
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1315
1333
|
noMintAuthority?: boolean | undefined;
|
|
1316
1334
|
frozen?: boolean | undefined;
|
|
1317
1335
|
} | null | undefined;
|
|
@@ -1554,6 +1572,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1554
1572
|
isMintable?: boolean | undefined;
|
|
1555
1573
|
modifyableTax?: boolean | undefined;
|
|
1556
1574
|
selfDestruct?: boolean | undefined;
|
|
1575
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1557
1576
|
noMintAuthority?: boolean | undefined;
|
|
1558
1577
|
frozen?: boolean | undefined;
|
|
1559
1578
|
} | null | undefined;
|
|
@@ -1666,6 +1685,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1666
1685
|
isMintable?: boolean | undefined;
|
|
1667
1686
|
modifyableTax?: boolean | undefined;
|
|
1668
1687
|
selfDestruct?: boolean | undefined;
|
|
1688
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1669
1689
|
noMintAuthority?: boolean | undefined;
|
|
1670
1690
|
frozen?: boolean | undefined;
|
|
1671
1691
|
} | null | undefined;
|
|
@@ -1781,6 +1801,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1781
1801
|
isMintable?: boolean | undefined;
|
|
1782
1802
|
modifyableTax?: boolean | undefined;
|
|
1783
1803
|
selfDestruct?: boolean | undefined;
|
|
1804
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1784
1805
|
noMintAuthority?: boolean | undefined;
|
|
1785
1806
|
frozen?: boolean | undefined;
|
|
1786
1807
|
} | null | undefined;
|
|
@@ -1896,6 +1917,7 @@ export declare const MultiPortfolioResponseSchema: z.ZodObject<{
|
|
|
1896
1917
|
isMintable?: boolean | undefined;
|
|
1897
1918
|
modifyableTax?: boolean | undefined;
|
|
1898
1919
|
selfDestruct?: boolean | undefined;
|
|
1920
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1899
1921
|
noMintAuthority?: boolean | undefined;
|
|
1900
1922
|
frozen?: boolean | undefined;
|
|
1901
1923
|
} | null | undefined;
|
|
@@ -2634,6 +2656,11 @@ export declare const PortfolioParamsSchema: z.ZodObject<{
|
|
|
2634
2656
|
pnl?: string | undefined;
|
|
2635
2657
|
}>;
|
|
2636
2658
|
export type PortfolioParams = z.input<typeof PortfolioParamsSchema>;
|
|
2659
|
+
export declare const PortfolioParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2660
|
+
[x: string]: any;
|
|
2661
|
+
}, {
|
|
2662
|
+
[x: string]: any;
|
|
2663
|
+
}>;
|
|
2637
2664
|
export declare const PortfolioDefiParamsSchema: z.ZodObject<{
|
|
2638
2665
|
wallet: z.ZodOptional<z.ZodString>;
|
|
2639
2666
|
wallets: z.ZodOptional<z.ZodString>;
|
|
@@ -2654,6 +2681,11 @@ export declare const PortfolioDefiParamsSchema: z.ZodObject<{
|
|
|
2654
2681
|
unlistedAssets?: string | undefined;
|
|
2655
2682
|
}>;
|
|
2656
2683
|
export type PortfolioDefiParams = z.input<typeof PortfolioDefiParamsSchema>;
|
|
2684
|
+
export declare const PortfolioDefiParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
2685
|
+
[x: string]: any;
|
|
2686
|
+
}, {
|
|
2687
|
+
[x: string]: any;
|
|
2688
|
+
}>;
|
|
2657
2689
|
export type WalletUnsafeParams = {
|
|
2658
2690
|
wallet?: string;
|
|
2659
2691
|
wallets?: string;
|
|
@@ -92,6 +92,16 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
92
92
|
factory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
93
|
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
94
94
|
sourceFactory: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
sourceMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
96
|
+
name: z.ZodString;
|
|
97
|
+
logo: z.ZodString;
|
|
98
|
+
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
name: string;
|
|
100
|
+
logo: string;
|
|
101
|
+
}, {
|
|
102
|
+
name: string;
|
|
103
|
+
logo: string;
|
|
104
|
+
}>>>;
|
|
95
105
|
liquidityUSD: z.ZodOptional<z.ZodNumber>;
|
|
96
106
|
liquidityMaxUSD: z.ZodOptional<z.ZodNumber>;
|
|
97
107
|
bonded: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -310,6 +320,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
310
320
|
isMintable: z.ZodOptional<z.ZodBoolean>;
|
|
311
321
|
modifyableTax: z.ZodOptional<z.ZodBoolean>;
|
|
312
322
|
selfDestruct: z.ZodOptional<z.ZodBoolean>;
|
|
323
|
+
liquidityBurnPercentage: z.ZodOptional<z.ZodNumber>;
|
|
313
324
|
}, "strip", z.ZodTypeAny, {
|
|
314
325
|
buyTax?: string | undefined;
|
|
315
326
|
sellTax?: string | undefined;
|
|
@@ -327,6 +338,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
327
338
|
isMintable?: boolean | undefined;
|
|
328
339
|
modifyableTax?: boolean | undefined;
|
|
329
340
|
selfDestruct?: boolean | undefined;
|
|
341
|
+
liquidityBurnPercentage?: number | undefined;
|
|
330
342
|
noMintAuthority?: boolean | undefined;
|
|
331
343
|
}, {
|
|
332
344
|
buyTax?: string | undefined;
|
|
@@ -345,6 +357,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
345
357
|
isMintable?: boolean | undefined;
|
|
346
358
|
modifyableTax?: boolean | undefined;
|
|
347
359
|
selfDestruct?: boolean | undefined;
|
|
360
|
+
liquidityBurnPercentage?: number | undefined;
|
|
348
361
|
noMintAuthority?: boolean | undefined;
|
|
349
362
|
}>>;
|
|
350
363
|
twitterReusesCount: z.ZodDefault<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -382,6 +395,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
382
395
|
trendingScore6h: z.ZodDefault<z.ZodNumber>;
|
|
383
396
|
trendingScore12h: z.ZodDefault<z.ZodNumber>;
|
|
384
397
|
trendingScore24h: z.ZodDefault<z.ZodNumber>;
|
|
398
|
+
isMayhemMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
399
|
+
isCashbackCoin: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
400
|
+
isAgentMode: z.ZodDefault<z.ZodNullable<z.ZodBoolean>>;
|
|
385
401
|
} & {
|
|
386
402
|
holdersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
387
403
|
top10HoldingsPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
@@ -424,6 +440,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
424
440
|
marketCapUSD: number;
|
|
425
441
|
marketCapDilutedUSD: number;
|
|
426
442
|
logo: string | null;
|
|
443
|
+
isMayhemMode: boolean | null;
|
|
444
|
+
isCashbackCoin: boolean | null;
|
|
445
|
+
isAgentMode: boolean | null;
|
|
427
446
|
bondedAt: Date | null;
|
|
428
447
|
latestTradeDate: Date | null;
|
|
429
448
|
totalFeesPaidUSD: number;
|
|
@@ -540,6 +559,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
540
559
|
isMintable?: boolean | undefined;
|
|
541
560
|
modifyableTax?: boolean | undefined;
|
|
542
561
|
selfDestruct?: boolean | undefined;
|
|
562
|
+
liquidityBurnPercentage?: number | undefined;
|
|
543
563
|
noMintAuthority?: boolean | undefined;
|
|
544
564
|
} | null;
|
|
545
565
|
twitterReusesCount: number | null;
|
|
@@ -673,6 +693,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
673
693
|
factory?: string | null | undefined;
|
|
674
694
|
source?: string | null | undefined;
|
|
675
695
|
sourceFactory?: string | null | undefined;
|
|
696
|
+
sourceMetadata?: {
|
|
697
|
+
name: string;
|
|
698
|
+
logo: string;
|
|
699
|
+
} | null | undefined;
|
|
676
700
|
liquidityUSD?: number | undefined;
|
|
677
701
|
liquidityMaxUSD?: number | undefined;
|
|
678
702
|
bonded?: boolean | undefined;
|
|
@@ -724,6 +748,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
724
748
|
isMintable?: boolean | undefined;
|
|
725
749
|
modifyableTax?: boolean | undefined;
|
|
726
750
|
selfDestruct?: boolean | undefined;
|
|
751
|
+
liquidityBurnPercentage?: number | undefined;
|
|
727
752
|
noMintAuthority?: boolean | undefined;
|
|
728
753
|
} | null;
|
|
729
754
|
liveStatus: string | null;
|
|
@@ -769,6 +794,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
769
794
|
factory?: string | null | undefined;
|
|
770
795
|
source?: string | null | undefined;
|
|
771
796
|
sourceFactory?: string | null | undefined;
|
|
797
|
+
sourceMetadata?: {
|
|
798
|
+
name: string;
|
|
799
|
+
logo: string;
|
|
800
|
+
} | null | undefined;
|
|
772
801
|
liquidityUSD?: number | undefined;
|
|
773
802
|
liquidityMaxUSD?: number | undefined;
|
|
774
803
|
bonded?: boolean | undefined;
|
|
@@ -777,6 +806,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
777
806
|
preBondingFactory?: string | undefined;
|
|
778
807
|
poolAddress?: string | undefined;
|
|
779
808
|
blockchain?: string | undefined;
|
|
809
|
+
isMayhemMode?: boolean | null | undefined;
|
|
810
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
811
|
+
isAgentMode?: boolean | null | undefined;
|
|
780
812
|
deployer?: string | null | undefined;
|
|
781
813
|
athUSD?: number | undefined;
|
|
782
814
|
atlUSD?: number | undefined;
|
|
@@ -978,14 +1010,35 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
978
1010
|
entityName: z.ZodNullable<z.ZodString>;
|
|
979
1011
|
entityLogo: z.ZodNullable<z.ZodString>;
|
|
980
1012
|
entityLabels: z.ZodArray<z.ZodString, "many">;
|
|
1013
|
+
entityType: z.ZodNullable<z.ZodString>;
|
|
1014
|
+
entityDescription: z.ZodNullable<z.ZodString>;
|
|
1015
|
+
entityTwitter: z.ZodNullable<z.ZodString>;
|
|
1016
|
+
entityWebsite: z.ZodNullable<z.ZodString>;
|
|
1017
|
+
entityGithub: z.ZodNullable<z.ZodString>;
|
|
1018
|
+
entityDiscord: z.ZodNullable<z.ZodString>;
|
|
1019
|
+
entityTelegram: z.ZodNullable<z.ZodString>;
|
|
981
1020
|
}, "strip", z.ZodTypeAny, {
|
|
982
1021
|
entityName: string | null;
|
|
983
1022
|
entityLogo: string | null;
|
|
984
1023
|
entityLabels: string[];
|
|
1024
|
+
entityType: string | null;
|
|
1025
|
+
entityDescription: string | null;
|
|
1026
|
+
entityTwitter: string | null;
|
|
1027
|
+
entityWebsite: string | null;
|
|
1028
|
+
entityGithub: string | null;
|
|
1029
|
+
entityDiscord: string | null;
|
|
1030
|
+
entityTelegram: string | null;
|
|
985
1031
|
}, {
|
|
986
1032
|
entityName: string | null;
|
|
987
1033
|
entityLogo: string | null;
|
|
988
1034
|
entityLabels: string[];
|
|
1035
|
+
entityType: string | null;
|
|
1036
|
+
entityDescription: string | null;
|
|
1037
|
+
entityTwitter: string | null;
|
|
1038
|
+
entityWebsite: string | null;
|
|
1039
|
+
entityGithub: string | null;
|
|
1040
|
+
entityDiscord: string | null;
|
|
1041
|
+
entityTelegram: string | null;
|
|
989
1042
|
}>>>;
|
|
990
1043
|
platform: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
991
1044
|
id: z.ZodString;
|
|
@@ -1038,6 +1091,18 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1038
1091
|
gasFeesUSD?: number | null | undefined;
|
|
1039
1092
|
platformFeesUSD?: number | null | undefined;
|
|
1040
1093
|
mevFeesUSD?: number | null | undefined;
|
|
1094
|
+
walletMetadata?: {
|
|
1095
|
+
entityName: string | null;
|
|
1096
|
+
entityLogo: string | null;
|
|
1097
|
+
entityLabels: string[];
|
|
1098
|
+
entityType: string | null;
|
|
1099
|
+
entityDescription: string | null;
|
|
1100
|
+
entityTwitter: string | null;
|
|
1101
|
+
entityWebsite: string | null;
|
|
1102
|
+
entityGithub: string | null;
|
|
1103
|
+
entityDiscord: string | null;
|
|
1104
|
+
entityTelegram: string | null;
|
|
1105
|
+
} | null | undefined;
|
|
1041
1106
|
raw_post_balance0?: string | null | undefined;
|
|
1042
1107
|
raw_post_balance1?: string | null | undefined;
|
|
1043
1108
|
raw_pre_balance0?: string | null | undefined;
|
|
@@ -1062,6 +1127,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1062
1127
|
marketCapUSD: number;
|
|
1063
1128
|
marketCapDilutedUSD: number;
|
|
1064
1129
|
logo: string | null;
|
|
1130
|
+
isMayhemMode: boolean | null;
|
|
1131
|
+
isCashbackCoin: boolean | null;
|
|
1132
|
+
isAgentMode: boolean | null;
|
|
1065
1133
|
bondedAt: Date | null;
|
|
1066
1134
|
latestTradeDate: Date | null;
|
|
1067
1135
|
totalFeesPaidUSD: number;
|
|
@@ -1178,6 +1246,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1178
1246
|
isMintable?: boolean | undefined;
|
|
1179
1247
|
modifyableTax?: boolean | undefined;
|
|
1180
1248
|
selfDestruct?: boolean | undefined;
|
|
1249
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1181
1250
|
noMintAuthority?: boolean | undefined;
|
|
1182
1251
|
} | null;
|
|
1183
1252
|
twitterReusesCount: number | null;
|
|
@@ -1311,6 +1380,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1311
1380
|
factory?: string | null | undefined;
|
|
1312
1381
|
source?: string | null | undefined;
|
|
1313
1382
|
sourceFactory?: string | null | undefined;
|
|
1383
|
+
sourceMetadata?: {
|
|
1384
|
+
name: string;
|
|
1385
|
+
logo: string;
|
|
1386
|
+
} | null | undefined;
|
|
1314
1387
|
liquidityUSD?: number | undefined;
|
|
1315
1388
|
liquidityMaxUSD?: number | undefined;
|
|
1316
1389
|
bonded?: boolean | undefined;
|
|
@@ -1327,11 +1400,6 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1327
1400
|
tokenType?: "2020" | "2022" | null | undefined;
|
|
1328
1401
|
originLogoUrl?: string | null | undefined;
|
|
1329
1402
|
} | null | undefined;
|
|
1330
|
-
walletMetadata?: {
|
|
1331
|
-
entityName: string | null;
|
|
1332
|
-
entityLogo: string | null;
|
|
1333
|
-
entityLabels: string[];
|
|
1334
|
-
} | null | undefined;
|
|
1335
1403
|
}, {
|
|
1336
1404
|
date: Date;
|
|
1337
1405
|
base: string;
|
|
@@ -1366,6 +1434,18 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1366
1434
|
gasFeesUSD?: number | null | undefined;
|
|
1367
1435
|
platformFeesUSD?: number | null | undefined;
|
|
1368
1436
|
mevFeesUSD?: number | null | undefined;
|
|
1437
|
+
walletMetadata?: {
|
|
1438
|
+
entityName: string | null;
|
|
1439
|
+
entityLogo: string | null;
|
|
1440
|
+
entityLabels: string[];
|
|
1441
|
+
entityType: string | null;
|
|
1442
|
+
entityDescription: string | null;
|
|
1443
|
+
entityTwitter: string | null;
|
|
1444
|
+
entityWebsite: string | null;
|
|
1445
|
+
entityGithub: string | null;
|
|
1446
|
+
entityDiscord: string | null;
|
|
1447
|
+
entityTelegram: string | null;
|
|
1448
|
+
} | null | undefined;
|
|
1369
1449
|
raw_post_balance0?: string | null | undefined;
|
|
1370
1450
|
raw_post_balance1?: string | null | undefined;
|
|
1371
1451
|
raw_pre_balance0?: string | null | undefined;
|
|
@@ -1406,6 +1486,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1406
1486
|
isMintable?: boolean | undefined;
|
|
1407
1487
|
modifyableTax?: boolean | undefined;
|
|
1408
1488
|
selfDestruct?: boolean | undefined;
|
|
1489
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1409
1490
|
noMintAuthority?: boolean | undefined;
|
|
1410
1491
|
} | null;
|
|
1411
1492
|
liveStatus: string | null;
|
|
@@ -1451,6 +1532,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1451
1532
|
factory?: string | null | undefined;
|
|
1452
1533
|
source?: string | null | undefined;
|
|
1453
1534
|
sourceFactory?: string | null | undefined;
|
|
1535
|
+
sourceMetadata?: {
|
|
1536
|
+
name: string;
|
|
1537
|
+
logo: string;
|
|
1538
|
+
} | null | undefined;
|
|
1454
1539
|
liquidityUSD?: number | undefined;
|
|
1455
1540
|
liquidityMaxUSD?: number | undefined;
|
|
1456
1541
|
bonded?: boolean | undefined;
|
|
@@ -1459,6 +1544,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1459
1544
|
preBondingFactory?: string | undefined;
|
|
1460
1545
|
poolAddress?: string | undefined;
|
|
1461
1546
|
blockchain?: string | undefined;
|
|
1547
|
+
isMayhemMode?: boolean | null | undefined;
|
|
1548
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
1549
|
+
isAgentMode?: boolean | null | undefined;
|
|
1462
1550
|
deployer?: string | null | undefined;
|
|
1463
1551
|
athUSD?: number | undefined;
|
|
1464
1552
|
atlUSD?: number | undefined;
|
|
@@ -1655,11 +1743,6 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1655
1743
|
trendingScore12h?: number | undefined;
|
|
1656
1744
|
trendingScore24h?: number | undefined;
|
|
1657
1745
|
} | null | undefined;
|
|
1658
|
-
walletMetadata?: {
|
|
1659
|
-
entityName: string | null;
|
|
1660
|
-
entityLogo: string | null;
|
|
1661
|
-
entityLabels: string[];
|
|
1662
|
-
} | null | undefined;
|
|
1663
1746
|
}>, "many">;
|
|
1664
1747
|
}, "strip", z.ZodTypeAny, {
|
|
1665
1748
|
data: {
|
|
@@ -1696,6 +1779,18 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1696
1779
|
gasFeesUSD?: number | null | undefined;
|
|
1697
1780
|
platformFeesUSD?: number | null | undefined;
|
|
1698
1781
|
mevFeesUSD?: number | null | undefined;
|
|
1782
|
+
walletMetadata?: {
|
|
1783
|
+
entityName: string | null;
|
|
1784
|
+
entityLogo: string | null;
|
|
1785
|
+
entityLabels: string[];
|
|
1786
|
+
entityType: string | null;
|
|
1787
|
+
entityDescription: string | null;
|
|
1788
|
+
entityTwitter: string | null;
|
|
1789
|
+
entityWebsite: string | null;
|
|
1790
|
+
entityGithub: string | null;
|
|
1791
|
+
entityDiscord: string | null;
|
|
1792
|
+
entityTelegram: string | null;
|
|
1793
|
+
} | null | undefined;
|
|
1699
1794
|
raw_post_balance0?: string | null | undefined;
|
|
1700
1795
|
raw_post_balance1?: string | null | undefined;
|
|
1701
1796
|
raw_pre_balance0?: string | null | undefined;
|
|
@@ -1720,6 +1815,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1720
1815
|
marketCapUSD: number;
|
|
1721
1816
|
marketCapDilutedUSD: number;
|
|
1722
1817
|
logo: string | null;
|
|
1818
|
+
isMayhemMode: boolean | null;
|
|
1819
|
+
isCashbackCoin: boolean | null;
|
|
1820
|
+
isAgentMode: boolean | null;
|
|
1723
1821
|
bondedAt: Date | null;
|
|
1724
1822
|
latestTradeDate: Date | null;
|
|
1725
1823
|
totalFeesPaidUSD: number;
|
|
@@ -1836,6 +1934,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1836
1934
|
isMintable?: boolean | undefined;
|
|
1837
1935
|
modifyableTax?: boolean | undefined;
|
|
1838
1936
|
selfDestruct?: boolean | undefined;
|
|
1937
|
+
liquidityBurnPercentage?: number | undefined;
|
|
1839
1938
|
noMintAuthority?: boolean | undefined;
|
|
1840
1939
|
} | null;
|
|
1841
1940
|
twitterReusesCount: number | null;
|
|
@@ -1969,6 +2068,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1969
2068
|
factory?: string | null | undefined;
|
|
1970
2069
|
source?: string | null | undefined;
|
|
1971
2070
|
sourceFactory?: string | null | undefined;
|
|
2071
|
+
sourceMetadata?: {
|
|
2072
|
+
name: string;
|
|
2073
|
+
logo: string;
|
|
2074
|
+
} | null | undefined;
|
|
1972
2075
|
liquidityUSD?: number | undefined;
|
|
1973
2076
|
liquidityMaxUSD?: number | undefined;
|
|
1974
2077
|
bonded?: boolean | undefined;
|
|
@@ -1985,11 +2088,6 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
1985
2088
|
tokenType?: "2020" | "2022" | null | undefined;
|
|
1986
2089
|
originLogoUrl?: string | null | undefined;
|
|
1987
2090
|
} | null | undefined;
|
|
1988
|
-
walletMetadata?: {
|
|
1989
|
-
entityName: string | null;
|
|
1990
|
-
entityLogo: string | null;
|
|
1991
|
-
entityLabels: string[];
|
|
1992
|
-
} | null | undefined;
|
|
1993
2091
|
}[];
|
|
1994
2092
|
}, {
|
|
1995
2093
|
data: {
|
|
@@ -2026,6 +2124,18 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
2026
2124
|
gasFeesUSD?: number | null | undefined;
|
|
2027
2125
|
platformFeesUSD?: number | null | undefined;
|
|
2028
2126
|
mevFeesUSD?: number | null | undefined;
|
|
2127
|
+
walletMetadata?: {
|
|
2128
|
+
entityName: string | null;
|
|
2129
|
+
entityLogo: string | null;
|
|
2130
|
+
entityLabels: string[];
|
|
2131
|
+
entityType: string | null;
|
|
2132
|
+
entityDescription: string | null;
|
|
2133
|
+
entityTwitter: string | null;
|
|
2134
|
+
entityWebsite: string | null;
|
|
2135
|
+
entityGithub: string | null;
|
|
2136
|
+
entityDiscord: string | null;
|
|
2137
|
+
entityTelegram: string | null;
|
|
2138
|
+
} | null | undefined;
|
|
2029
2139
|
raw_post_balance0?: string | null | undefined;
|
|
2030
2140
|
raw_post_balance1?: string | null | undefined;
|
|
2031
2141
|
raw_pre_balance0?: string | null | undefined;
|
|
@@ -2066,6 +2176,7 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
2066
2176
|
isMintable?: boolean | undefined;
|
|
2067
2177
|
modifyableTax?: boolean | undefined;
|
|
2068
2178
|
selfDestruct?: boolean | undefined;
|
|
2179
|
+
liquidityBurnPercentage?: number | undefined;
|
|
2069
2180
|
noMintAuthority?: boolean | undefined;
|
|
2070
2181
|
} | null;
|
|
2071
2182
|
liveStatus: string | null;
|
|
@@ -2111,6 +2222,10 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
2111
2222
|
factory?: string | null | undefined;
|
|
2112
2223
|
source?: string | null | undefined;
|
|
2113
2224
|
sourceFactory?: string | null | undefined;
|
|
2225
|
+
sourceMetadata?: {
|
|
2226
|
+
name: string;
|
|
2227
|
+
logo: string;
|
|
2228
|
+
} | null | undefined;
|
|
2114
2229
|
liquidityUSD?: number | undefined;
|
|
2115
2230
|
liquidityMaxUSD?: number | undefined;
|
|
2116
2231
|
bonded?: boolean | undefined;
|
|
@@ -2119,6 +2234,9 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
2119
2234
|
preBondingFactory?: string | undefined;
|
|
2120
2235
|
poolAddress?: string | undefined;
|
|
2121
2236
|
blockchain?: string | undefined;
|
|
2237
|
+
isMayhemMode?: boolean | null | undefined;
|
|
2238
|
+
isCashbackCoin?: boolean | null | undefined;
|
|
2239
|
+
isAgentMode?: boolean | null | undefined;
|
|
2122
2240
|
deployer?: string | null | undefined;
|
|
2123
2241
|
athUSD?: number | undefined;
|
|
2124
2242
|
atlUSD?: number | undefined;
|
|
@@ -2315,11 +2433,6 @@ export declare const WalletTradesResponseSchema: z.ZodObject<{
|
|
|
2315
2433
|
trendingScore12h?: number | undefined;
|
|
2316
2434
|
trendingScore24h?: number | undefined;
|
|
2317
2435
|
} | null | undefined;
|
|
2318
|
-
walletMetadata?: {
|
|
2319
|
-
entityName: string | null;
|
|
2320
|
-
entityLogo: string | null;
|
|
2321
|
-
entityLabels: string[];
|
|
2322
|
-
} | null | undefined;
|
|
2323
2436
|
}[];
|
|
2324
2437
|
}>;
|
|
2325
2438
|
export type WalletTradesResponse = z.infer<typeof WalletTradesResponseSchema>;
|
|
@@ -26,6 +26,7 @@ export declare const WalletTransactionsParamsSchema: z.ZodObject<{
|
|
|
26
26
|
offset?: string | undefined;
|
|
27
27
|
from?: string | undefined;
|
|
28
28
|
to?: string | undefined;
|
|
29
|
+
trades?: string | undefined;
|
|
29
30
|
wallet?: string | undefined;
|
|
30
31
|
pagination?: string | undefined;
|
|
31
32
|
page?: string | undefined;
|
|
@@ -36,7 +37,6 @@ export declare const WalletTransactionsParamsSchema: z.ZodObject<{
|
|
|
36
37
|
stale?: string | undefined;
|
|
37
38
|
order?: string | undefined;
|
|
38
39
|
recheckContract?: string | undefined;
|
|
39
|
-
trades?: string | undefined;
|
|
40
40
|
transactions?: string | undefined;
|
|
41
41
|
onlyAssets?: string | undefined;
|
|
42
42
|
}, {
|
|
@@ -46,6 +46,7 @@ export declare const WalletTransactionsParamsSchema: z.ZodObject<{
|
|
|
46
46
|
offset?: string | undefined;
|
|
47
47
|
from?: string | undefined;
|
|
48
48
|
to?: string | undefined;
|
|
49
|
+
trades?: string | undefined;
|
|
49
50
|
wallet?: string | undefined;
|
|
50
51
|
pagination?: string | undefined;
|
|
51
52
|
page?: string | undefined;
|
|
@@ -56,11 +57,20 @@ export declare const WalletTransactionsParamsSchema: z.ZodObject<{
|
|
|
56
57
|
stale?: string | undefined;
|
|
57
58
|
order?: string | undefined;
|
|
58
59
|
recheckContract?: string | undefined;
|
|
59
|
-
trades?: string | undefined;
|
|
60
60
|
transactions?: string | undefined;
|
|
61
61
|
onlyAssets?: string | undefined;
|
|
62
62
|
}>;
|
|
63
63
|
export type WalletTransactionsParams = z.input<typeof WalletTransactionsParamsSchema>;
|
|
64
|
+
export declare const WalletTransactionsParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
}, {
|
|
67
|
+
[x: string]: any;
|
|
68
|
+
}>;
|
|
69
|
+
export declare const WalletRawTransactionsParamsSchemaOpenAPI: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
70
|
+
[x: string]: any;
|
|
71
|
+
}, {
|
|
72
|
+
[x: string]: any;
|
|
73
|
+
}>;
|
|
64
74
|
export declare const WalletRawTransactionsParamsSchema: z.ZodObject<{
|
|
65
75
|
limit: z.ZodEffects<z.ZodOptional<z.ZodString>, number | undefined, string | undefined>;
|
|
66
76
|
offset: z.ZodEffects<z.ZodOptional<z.ZodString>, number | undefined, string | undefined>;
|