@noya-ai/data-server-schemas 0.1.0

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.
Files changed (85) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +25 -0
  3. package/dist/alternative/schemas.cjs +44 -0
  4. package/dist/alternative/schemas.d.cts +2 -0
  5. package/dist/alternative/schemas.d.ts +2 -0
  6. package/dist/alternative/schemas.js +11 -0
  7. package/dist/batch/schemas.cjs +73 -0
  8. package/dist/batch/schemas.d.cts +2 -0
  9. package/dist/batch/schemas.d.ts +2 -0
  10. package/dist/batch/schemas.js +17 -0
  11. package/dist/chunk-BWY4ZL7E.js +142 -0
  12. package/dist/chunk-C3YNWX7W.js +256 -0
  13. package/dist/chunk-DKMPZFSH.js +29 -0
  14. package/dist/chunk-KLRIACSR.js +162 -0
  15. package/dist/chunk-MECUVGQT.js +203 -0
  16. package/dist/chunk-MLKGABMK.js +9 -0
  17. package/dist/chunk-PHNEQDUP.js +89 -0
  18. package/dist/chunk-ROAH5BN3.js +58 -0
  19. package/dist/chunk-VK45O334.js +129 -0
  20. package/dist/chunk-W5SLY2ZT.js +134 -0
  21. package/dist/chunk-ZP2HSALI.js +150 -0
  22. package/dist/chunk-ZTOGXNAW.js +198 -0
  23. package/dist/coingecko/schemas.cjs +177 -0
  24. package/dist/coingecko/schemas.d.cts +2 -0
  25. package/dist/coingecko/schemas.d.ts +2 -0
  26. package/dist/coingecko/schemas.js +43 -0
  27. package/dist/coinglass/schemas.cjs +213 -0
  28. package/dist/coinglass/schemas.d.cts +2 -0
  29. package/dist/coinglass/schemas.d.ts +2 -0
  30. package/dist/coinglass/schemas.js +63 -0
  31. package/dist/composite/schemas.cjs +144 -0
  32. package/dist/composite/schemas.d.cts +2 -0
  33. package/dist/composite/schemas.d.ts +2 -0
  34. package/dist/composite/schemas.js +23 -0
  35. package/dist/cryptonews/schemas.cjs +104 -0
  36. package/dist/cryptonews/schemas.d.cts +2 -0
  37. package/dist/cryptonews/schemas.d.ts +2 -0
  38. package/dist/cryptonews/schemas.js +23 -0
  39. package/dist/defillama/schemas.cjs +157 -0
  40. package/dist/defillama/schemas.d.cts +2 -0
  41. package/dist/defillama/schemas.d.ts +2 -0
  42. package/dist/defillama/schemas.js +37 -0
  43. package/dist/geckoterminal/schemas.cjs +149 -0
  44. package/dist/geckoterminal/schemas.d.cts +2 -0
  45. package/dist/geckoterminal/schemas.d.ts +2 -0
  46. package/dist/geckoterminal/schemas.js +33 -0
  47. package/dist/index.cjs +1359 -0
  48. package/dist/index.d.cts +12 -0
  49. package/dist/index.d.ts +12 -0
  50. package/dist/index.js +47 -0
  51. package/dist/kaito/schemas.cjs +218 -0
  52. package/dist/kaito/schemas.d.cts +2 -0
  53. package/dist/kaito/schemas.d.ts +2 -0
  54. package/dist/kaito/schemas.js +45 -0
  55. package/dist/moralis/schemas.cjs +165 -0
  56. package/dist/moralis/schemas.d.cts +2 -0
  57. package/dist/moralis/schemas.d.ts +2 -0
  58. package/dist/moralis/schemas.js +29 -0
  59. package/dist/noya/schemas.cjs +271 -0
  60. package/dist/noya/schemas.d.cts +2 -0
  61. package/dist/noya/schemas.d.ts +2 -0
  62. package/dist/noya/schemas.js +57 -0
  63. package/dist/schemas-6ZorQZBC.d.cts +435 -0
  64. package/dist/schemas-6ZorQZBC.d.ts +435 -0
  65. package/dist/schemas-BMeKj9pe.d.cts +832 -0
  66. package/dist/schemas-BMeKj9pe.d.ts +832 -0
  67. package/dist/schemas-BYLoGYNO.d.cts +52 -0
  68. package/dist/schemas-BYLoGYNO.d.ts +52 -0
  69. package/dist/schemas-Bbz-itbI.d.cts +387 -0
  70. package/dist/schemas-Bbz-itbI.d.ts +387 -0
  71. package/dist/schemas-CAn6VbI-.d.cts +240 -0
  72. package/dist/schemas-CAn6VbI-.d.ts +240 -0
  73. package/dist/schemas-CNeb4DA4.d.cts +432 -0
  74. package/dist/schemas-CNeb4DA4.d.ts +432 -0
  75. package/dist/schemas-Cu7LkQN1.d.cts +466 -0
  76. package/dist/schemas-Cu7LkQN1.d.ts +466 -0
  77. package/dist/schemas-D4yPHF06.d.cts +481 -0
  78. package/dist/schemas-D4yPHF06.d.ts +481 -0
  79. package/dist/schemas-Doa7hG7U.d.cts +630 -0
  80. package/dist/schemas-Doa7hG7U.d.ts +630 -0
  81. package/dist/schemas-TYWQmRZI.d.cts +519 -0
  82. package/dist/schemas-TYWQmRZI.d.ts +519 -0
  83. package/dist/schemas-hrS1Vfcr.d.cts +255 -0
  84. package/dist/schemas-hrS1Vfcr.d.ts +255 -0
  85. package/package.json +93 -0
@@ -0,0 +1,157 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/defillama/schemas.ts
21
+ var schemas_exports = {};
22
+ __export(schemas_exports, {
23
+ BridgeItem: () => BridgeItem,
24
+ BridgesBody: () => BridgesBody,
25
+ BridgesListResponse: () => BridgesListResponse,
26
+ BridgesResponse: () => BridgesResponse,
27
+ DexVolumesBody: () => DexVolumesBody,
28
+ DexVolumesResponse: () => DexVolumesResponse,
29
+ ProtocolFeesBody: () => ProtocolFeesBody,
30
+ ProtocolFeesResponse: () => ProtocolFeesResponse,
31
+ StablecoinsBody: () => StablecoinsBody,
32
+ StablecoinsResponse: () => StablecoinsResponse,
33
+ TvlBody: () => TvlBody,
34
+ TvlDataPoint: () => TvlDataPoint,
35
+ TvlResponse: () => TvlResponse,
36
+ YieldPoolItem: () => YieldPoolItem,
37
+ YieldsBody: () => YieldsBody,
38
+ YieldsResponse: () => YieldsResponse
39
+ });
40
+ module.exports = __toCommonJS(schemas_exports);
41
+ var import_zod = require("zod");
42
+ var TvlBody = import_zod.z.object({
43
+ protocol: import_zod.z.string().optional().describe("DeFiLlama protocol slug (e.g. `aave-v3`). Mutually exclusive with `chain`."),
44
+ chain: import_zod.z.string().optional().describe("Chain name (e.g. `Ethereum`, `Base`). Returns the chain's aggregate TVL."),
45
+ historical: import_zod.z.boolean().default(false).describe("Include the full daily TVL time-series in the response.")
46
+ }).refine((d) => d.protocol || d.chain, "Provide either 'protocol' or 'chain'");
47
+ var TvlDataPoint = import_zod.z.object({ date: import_zod.z.number(), tvl: import_zod.z.number() });
48
+ var TvlResponse = import_zod.z.object({
49
+ type: import_zod.z.enum(["protocol", "chain"]),
50
+ name: import_zod.z.string(),
51
+ currentTvl: import_zod.z.number().nullable(),
52
+ history: import_zod.z.array(TvlDataPoint).nullable()
53
+ });
54
+ var YieldsBody = import_zod.z.object({
55
+ chain: import_zod.z.string().optional().describe("Filter pools to a single chain."),
56
+ token: import_zod.z.string().optional().describe("Filter pools that include this token symbol (e.g. `USDC`)."),
57
+ protocol: import_zod.z.string().optional().describe("Filter pools by protocol slug (e.g. `aave-v3`)."),
58
+ minTvl: import_zod.z.number().optional().describe("Minimum pool TVL in USD \u2014 drop dust pools below this threshold."),
59
+ poolId: import_zod.z.string().optional().describe("Specific DeFiLlama pool ID for a single-pool lookup. Wins over the other filters.")
60
+ });
61
+ var YieldPoolItem = import_zod.z.object({
62
+ pool: import_zod.z.string(),
63
+ chain: import_zod.z.string(),
64
+ project: import_zod.z.string(),
65
+ symbol: import_zod.z.string(),
66
+ tvlUsd: import_zod.z.number(),
67
+ apy: import_zod.z.number().nullable(),
68
+ apyBase: import_zod.z.number().nullable(),
69
+ apyReward: import_zod.z.number().nullable(),
70
+ stablecoin: import_zod.z.boolean(),
71
+ exposure: import_zod.z.string().nullable(),
72
+ ilRisk: import_zod.z.string().nullable(),
73
+ predictions: import_zod.z.object({
74
+ predictedClass: import_zod.z.string().nullable(),
75
+ binnedConfidence: import_zod.z.number().nullable()
76
+ }).nullable()
77
+ });
78
+ var YieldsResponse = import_zod.z.array(YieldPoolItem);
79
+ var ProtocolFeesBody = import_zod.z.object({
80
+ protocol: import_zod.z.string().min(1).describe("Protocol slug to pull fee/revenue data for."),
81
+ dataType: import_zod.z.enum([
82
+ "dailyFees",
83
+ "dailyRevenue",
84
+ "dailyHoldersRevenue",
85
+ "dailySupplySideRevenue",
86
+ "dailyBribesRevenue",
87
+ "dailyTokenTaxes"
88
+ ]).default("dailyFees").describe("Which fee/revenue stream to fetch. `dailyFees` = total user fees, `dailyRevenue` = protocol's cut.")
89
+ });
90
+ var ProtocolFeesResponse = import_zod.z.object({
91
+ name: import_zod.z.string(),
92
+ category: import_zod.z.string().nullable(),
93
+ chains: import_zod.z.array(import_zod.z.string()),
94
+ total24h: import_zod.z.number().nullable(),
95
+ total7d: import_zod.z.number().nullable(),
96
+ total30d: import_zod.z.number().nullable(),
97
+ totalAllTime: import_zod.z.number().nullable(),
98
+ change1d: import_zod.z.number().nullable(),
99
+ change7d: import_zod.z.number().nullable(),
100
+ change1m: import_zod.z.number().nullable(),
101
+ dailyChart: import_zod.z.array(import_zod.z.object({ date: import_zod.z.number(), value: import_zod.z.number() })).nullable()
102
+ });
103
+ var DexVolumesBody = import_zod.z.object({
104
+ protocol: import_zod.z.string().optional().describe("Single-DEX detail mode (e.g. `uniswap`). Mutually exclusive with `chain`."),
105
+ chain: import_zod.z.string().optional().describe("Filter aggregate volume to one chain (e.g. `Ethereum`). Omit both for the global summary.")
106
+ });
107
+ var DexVolumesResponse = import_zod.z.union([
108
+ import_zod.z.object({
109
+ total24h: import_zod.z.number(),
110
+ total7d: import_zod.z.number(),
111
+ protocols: import_zod.z.array(import_zod.z.unknown())
112
+ }).passthrough(),
113
+ import_zod.z.object({
114
+ name: import_zod.z.string(),
115
+ chains: import_zod.z.array(import_zod.z.string())
116
+ }).passthrough()
117
+ ]);
118
+ var StablecoinsBody = import_zod.z.object({
119
+ chain: import_zod.z.string().optional().describe("Filter circulating-supply data to one chain."),
120
+ stablecoinId: import_zod.z.string().optional().describe("DeFiLlama stablecoin ID for a single-coin lookup (e.g. `1` for USDT).")
121
+ });
122
+ var StablecoinsResponse = import_zod.z.unknown();
123
+ var BridgesBody = import_zod.z.object({
124
+ chain: import_zod.z.string().optional().describe("Filter bridge volume to one chain."),
125
+ bridgeId: import_zod.z.number().optional().describe("DeFiLlama numeric bridge ID for a single-bridge detail view.")
126
+ });
127
+ var BridgeItem = import_zod.z.object({
128
+ id: import_zod.z.number(),
129
+ name: import_zod.z.string(),
130
+ displayName: import_zod.z.string(),
131
+ volumePrevDay: import_zod.z.number(),
132
+ last24hVolume: import_zod.z.number(),
133
+ weeklyVolume: import_zod.z.number().nullable(),
134
+ monthlyVolume: import_zod.z.number().nullable(),
135
+ chains: import_zod.z.array(import_zod.z.string()).optional()
136
+ });
137
+ var BridgesResponse = import_zod.z.unknown();
138
+ var BridgesListResponse = import_zod.z.array(BridgeItem);
139
+ // Annotate the CommonJS export names for ESM import in node:
140
+ 0 && (module.exports = {
141
+ BridgeItem,
142
+ BridgesBody,
143
+ BridgesListResponse,
144
+ BridgesResponse,
145
+ DexVolumesBody,
146
+ DexVolumesResponse,
147
+ ProtocolFeesBody,
148
+ ProtocolFeesResponse,
149
+ StablecoinsBody,
150
+ StablecoinsResponse,
151
+ TvlBody,
152
+ TvlDataPoint,
153
+ TvlResponse,
154
+ YieldPoolItem,
155
+ YieldsBody,
156
+ YieldsResponse
157
+ });
@@ -0,0 +1,2 @@
1
+ import 'zod';
2
+ export { B as BridgeItem, a as BridgesBody, b as BridgesListResponse, c as BridgesResponse, D as DexVolumesBody, d as DexVolumesResponse, P as ProtocolFeesBody, e as ProtocolFeesResponse, S as StablecoinsBody, f as StablecoinsResponse, T as TvlBody, g as TvlDataPoint, h as TvlResponse, Y as YieldPoolItem, i as YieldsBody, j as YieldsResponse } from '../schemas-Bbz-itbI.cjs';
@@ -0,0 +1,2 @@
1
+ import 'zod';
2
+ export { B as BridgeItem, a as BridgesBody, b as BridgesListResponse, c as BridgesResponse, D as DexVolumesBody, d as DexVolumesResponse, P as ProtocolFeesBody, e as ProtocolFeesResponse, S as StablecoinsBody, f as StablecoinsResponse, T as TvlBody, g as TvlDataPoint, h as TvlResponse, Y as YieldPoolItem, i as YieldsBody, j as YieldsResponse } from '../schemas-Bbz-itbI.js';
@@ -0,0 +1,37 @@
1
+ import {
2
+ BridgeItem,
3
+ BridgesBody,
4
+ BridgesListResponse,
5
+ BridgesResponse,
6
+ DexVolumesBody,
7
+ DexVolumesResponse,
8
+ ProtocolFeesBody,
9
+ ProtocolFeesResponse,
10
+ StablecoinsBody,
11
+ StablecoinsResponse,
12
+ TvlBody,
13
+ TvlDataPoint,
14
+ TvlResponse,
15
+ YieldPoolItem,
16
+ YieldsBody,
17
+ YieldsResponse
18
+ } from "../chunk-BWY4ZL7E.js";
19
+ import "../chunk-MLKGABMK.js";
20
+ export {
21
+ BridgeItem,
22
+ BridgesBody,
23
+ BridgesListResponse,
24
+ BridgesResponse,
25
+ DexVolumesBody,
26
+ DexVolumesResponse,
27
+ ProtocolFeesBody,
28
+ ProtocolFeesResponse,
29
+ StablecoinsBody,
30
+ StablecoinsResponse,
31
+ TvlBody,
32
+ TvlDataPoint,
33
+ TvlResponse,
34
+ YieldPoolItem,
35
+ YieldsBody,
36
+ YieldsResponse
37
+ };
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/geckoterminal/schemas.ts
21
+ var schemas_exports = {};
22
+ __export(schemas_exports, {
23
+ PoolOhlcvBody: () => PoolOhlcvBody,
24
+ PoolOhlcvCandle: () => PoolOhlcvCandle,
25
+ PoolOhlcvResponse: () => PoolOhlcvResponse,
26
+ PoolTrade: () => PoolTrade,
27
+ PoolTradesBody: () => PoolTradesBody,
28
+ PoolTradesResponse: () => PoolTradesResponse,
29
+ TokenInfoBody: () => TokenInfoBody,
30
+ TokenInfoItem: () => TokenInfoItem,
31
+ TokenInfoResponse: () => TokenInfoResponse,
32
+ TokenPool: () => TokenPool,
33
+ TokenPoolsBody: () => TokenPoolsBody,
34
+ TokenPoolsResponse: () => TokenPoolsResponse,
35
+ TrendingPool: () => TrendingPool,
36
+ TrendingPoolsResponse: () => TrendingPoolsResponse
37
+ });
38
+ module.exports = __toCommonJS(schemas_exports);
39
+ var import_zod = require("zod");
40
+ var Network = import_zod.z.string().min(1).describe("GeckoTerminal network slug (e.g. `eth`, `bsc`, `base`, `arbitrum`).");
41
+ var TokenPoolsBody = import_zod.z.object({
42
+ network: Network,
43
+ tokenAddress: import_zod.z.string().min(1).describe("Token contract address on `network`. Returns the pools that include it."),
44
+ page: import_zod.z.number().int().min(1).optional().default(1).describe("1-based page number \u2014 GeckoTerminal returns up to 20 pools per page.")
45
+ });
46
+ var TokenPool = import_zod.z.object({
47
+ poolAddress: import_zod.z.string(),
48
+ name: import_zod.z.string(),
49
+ dex: import_zod.z.string(),
50
+ priceUsd: import_zod.z.string().nullable(),
51
+ priceNative: import_zod.z.string().nullable(),
52
+ volume24h: import_zod.z.number().nullable(),
53
+ reserveUsd: import_zod.z.number().nullable(),
54
+ priceChangePercentage: import_zod.z.object({
55
+ m5: import_zod.z.string().nullable(),
56
+ h1: import_zod.z.string().nullable(),
57
+ h6: import_zod.z.string().nullable(),
58
+ h24: import_zod.z.string().nullable()
59
+ }),
60
+ transactions: import_zod.z.object({
61
+ buys24h: import_zod.z.number().nullable(),
62
+ sells24h: import_zod.z.number().nullable()
63
+ })
64
+ });
65
+ var TokenPoolsResponse = import_zod.z.array(TokenPool);
66
+ var PoolOhlcvBody = import_zod.z.object({
67
+ network: Network,
68
+ poolAddress: import_zod.z.string().min(1).describe("DEX pool contract address on `network`."),
69
+ timeframe: import_zod.z.enum(["day", "hour", "minute"]).optional().default("day").describe("Candle resolution unit."),
70
+ aggregate: import_zod.z.number().int().min(1).optional().describe("Bucket multiple `timeframe` units into one candle (e.g. `timeframe=hour, aggregate=4` \u2192 4-hour candles)."),
71
+ limit: import_zod.z.number().int().min(1).max(1e3).optional().default(100).describe("Number of candles to return (1\u20131000)."),
72
+ beforeTimestamp: import_zod.z.number().optional().describe("Unix epoch seconds \u2014 return candles strictly before this time. Use for pagination backwards in history.")
73
+ });
74
+ var PoolOhlcvCandle = import_zod.z.object({
75
+ timestamp: import_zod.z.number(),
76
+ open: import_zod.z.number(),
77
+ high: import_zod.z.number(),
78
+ low: import_zod.z.number(),
79
+ close: import_zod.z.number(),
80
+ volumeUsd: import_zod.z.number()
81
+ });
82
+ var PoolOhlcvResponse = import_zod.z.array(PoolOhlcvCandle);
83
+ var PoolTradesBody = import_zod.z.object({
84
+ network: Network,
85
+ poolAddress: import_zod.z.string().min(1).describe("DEX pool contract address on `network`."),
86
+ tradeVolumeInUsdGreaterThan: import_zod.z.number().optional().describe("Drop trades below this USD-equivalent volume threshold. Useful for filtering dust/wash trades.")
87
+ });
88
+ var PoolTrade = import_zod.z.object({
89
+ blockTimestamp: import_zod.z.string(),
90
+ txHash: import_zod.z.string(),
91
+ kind: import_zod.z.string(),
92
+ volumeUsd: import_zod.z.string().nullable(),
93
+ fromTokenAmount: import_zod.z.string(),
94
+ toTokenAmount: import_zod.z.string(),
95
+ fromTokenAddress: import_zod.z.string(),
96
+ toTokenAddress: import_zod.z.string(),
97
+ priceFromInUsd: import_zod.z.string().nullable(),
98
+ priceToInUsd: import_zod.z.string().nullable(),
99
+ txFromAddress: import_zod.z.string()
100
+ });
101
+ var PoolTradesResponse = import_zod.z.array(PoolTrade);
102
+ var TrendingPool = import_zod.z.object({
103
+ poolAddress: import_zod.z.string(),
104
+ name: import_zod.z.string(),
105
+ network: import_zod.z.string(),
106
+ dex: import_zod.z.string(),
107
+ priceUsd: import_zod.z.string().nullable(),
108
+ priceChangeH24: import_zod.z.string().nullable(),
109
+ volume24h: import_zod.z.number().nullable(),
110
+ reserveUsd: import_zod.z.number().nullable()
111
+ });
112
+ var TrendingPoolsResponse = import_zod.z.array(TrendingPool);
113
+ var TokenInfoBody = import_zod.z.object({
114
+ network: Network,
115
+ addresses: import_zod.z.array(import_zod.z.string().min(1)).min(1).max(30).describe("Token contract addresses on `network` (1\u201330 per request). Batched lookup."),
116
+ includeTopPools: import_zod.z.boolean().optional().default(true).describe("Include each token's top pools in the response. Set false to slim down the payload.")
117
+ });
118
+ var TokenInfoItem = import_zod.z.object({
119
+ address: import_zod.z.string(),
120
+ name: import_zod.z.string(),
121
+ symbol: import_zod.z.string(),
122
+ decimals: import_zod.z.number(),
123
+ totalSupply: import_zod.z.string().nullable(),
124
+ priceUsd: import_zod.z.string().nullable(),
125
+ marketCapUsd: import_zod.z.string().nullable(),
126
+ fdvUsd: import_zod.z.string().nullable(),
127
+ imageUrl: import_zod.z.string().nullable(),
128
+ coingeckoCoinId: import_zod.z.string().nullable(),
129
+ volume24h: import_zod.z.number().nullable(),
130
+ topPools: import_zod.z.array(import_zod.z.object({ address: import_zod.z.string(), name: import_zod.z.string(), dex: import_zod.z.string() }))
131
+ });
132
+ var TokenInfoResponse = import_zod.z.array(TokenInfoItem);
133
+ // Annotate the CommonJS export names for ESM import in node:
134
+ 0 && (module.exports = {
135
+ PoolOhlcvBody,
136
+ PoolOhlcvCandle,
137
+ PoolOhlcvResponse,
138
+ PoolTrade,
139
+ PoolTradesBody,
140
+ PoolTradesResponse,
141
+ TokenInfoBody,
142
+ TokenInfoItem,
143
+ TokenInfoResponse,
144
+ TokenPool,
145
+ TokenPoolsBody,
146
+ TokenPoolsResponse,
147
+ TrendingPool,
148
+ TrendingPoolsResponse
149
+ });
@@ -0,0 +1,2 @@
1
+ import 'zod';
2
+ export { P as PoolOhlcvBody, a as PoolOhlcvCandle, b as PoolOhlcvResponse, c as PoolTrade, d as PoolTradesBody, e as PoolTradesResponse, T as TokenInfoBody, f as TokenInfoItem, g as TokenInfoResponse, h as TokenPool, i as TokenPoolsBody, j as TokenPoolsResponse, k as TrendingPool, l as TrendingPoolsResponse } from '../schemas-TYWQmRZI.cjs';
@@ -0,0 +1,2 @@
1
+ import 'zod';
2
+ export { P as PoolOhlcvBody, a as PoolOhlcvCandle, b as PoolOhlcvResponse, c as PoolTrade, d as PoolTradesBody, e as PoolTradesResponse, T as TokenInfoBody, f as TokenInfoItem, g as TokenInfoResponse, h as TokenPool, i as TokenPoolsBody, j as TokenPoolsResponse, k as TrendingPool, l as TrendingPoolsResponse } from '../schemas-TYWQmRZI.js';
@@ -0,0 +1,33 @@
1
+ import {
2
+ PoolOhlcvBody,
3
+ PoolOhlcvCandle,
4
+ PoolOhlcvResponse,
5
+ PoolTrade,
6
+ PoolTradesBody,
7
+ PoolTradesResponse,
8
+ TokenInfoBody,
9
+ TokenInfoItem,
10
+ TokenInfoResponse,
11
+ TokenPool,
12
+ TokenPoolsBody,
13
+ TokenPoolsResponse,
14
+ TrendingPool,
15
+ TrendingPoolsResponse
16
+ } from "../chunk-W5SLY2ZT.js";
17
+ import "../chunk-MLKGABMK.js";
18
+ export {
19
+ PoolOhlcvBody,
20
+ PoolOhlcvCandle,
21
+ PoolOhlcvResponse,
22
+ PoolTrade,
23
+ PoolTradesBody,
24
+ PoolTradesResponse,
25
+ TokenInfoBody,
26
+ TokenInfoItem,
27
+ TokenInfoResponse,
28
+ TokenPool,
29
+ TokenPoolsBody,
30
+ TokenPoolsResponse,
31
+ TrendingPool,
32
+ TrendingPoolsResponse
33
+ };