tapimo 0.10.1 → 0.10.2
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/App.d.ts +1776 -1543
- package/dist/App.d.ts.map +1 -1
- package/dist/Webhooks.d.ts +1 -1
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +1 -1
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/apps/api-keys.d.ts +4 -4
- package/dist/analytics/Analytics.d.ts.map +1 -1
- package/dist/analytics/Analytics.js +206 -0
- package/dist/analytics/Analytics.js.map +1 -1
- package/dist/analytics/tables/requestEvents.d.ts +4 -0
- package/dist/analytics/tables/requestEvents.d.ts.map +1 -1
- package/dist/analytics/tables/requestEvents.js +2 -0
- package/dist/analytics/tables/requestEvents.js.map +1 -1
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +2 -0
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +340 -340
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +2 -6
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/coingecko.d.ts +176 -176
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +63 -34
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +4 -0
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +115 -77
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/indexer.d.ts +34 -34
- package/dist/apps/data/routes/receipts.d.ts +4 -3
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +15 -14
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +1 -1
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/tokens.js +4 -3
- package/dist/apps/data/routes/tokens.js.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +281 -281
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +25 -7
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/webhooks.d.ts +380 -364
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +16 -9
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +31 -31
- package/dist/apps/funding/App.d.ts +233 -0
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +330 -0
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +207 -11
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/providers.d.ts +13 -13
- package/dist/apps/management/routes/faucet.d.ts +32 -32
- package/dist/apps/management/routes/members.d.ts +79 -79
- package/dist/apps/management/routes/usage.d.ts +80 -80
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +32 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.d.ts +20 -0
- package/dist/db/tables/fundingDepositAddresses.d.ts.map +1 -1
- package/dist/db/tables/fundingDepositAddresses.js +17 -0
- package/dist/db/tables/fundingDepositAddresses.js.map +1 -1
- package/dist/db/tables/fundingDeposits.d.ts +41 -0
- package/dist/db/tables/fundingDeposits.d.ts.map +1 -1
- package/dist/db/tables/fundingDeposits.js +69 -0
- package/dist/db/tables/fundingDeposits.js.map +1 -1
- package/dist/internal/Auth.d.ts +0 -26
- package/dist/internal/Auth.d.ts.map +1 -1
- package/dist/internal/Auth.js +0 -33
- package/dist/internal/Auth.js.map +1 -1
- package/dist/internal/Credential.d.ts +27 -0
- package/dist/internal/Credential.d.ts.map +1 -0
- package/dist/internal/Credential.js +34 -0
- package/dist/internal/Credential.js.map +1 -0
- package/dist/internal/EarnRates.js +11 -7
- package/dist/internal/EarnRates.js.map +1 -1
- package/dist/internal/Log.d.ts +8 -0
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js +4 -0
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +24 -0
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +25 -0
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/Tidx.d.ts +4 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +2 -2
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts +4 -3
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +3 -2
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/Webhooks.d.ts +2 -0
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +10 -3
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/index.d.ts +1 -0
- package/dist/internal/index.d.ts.map +1 -1
- package/dist/internal/index.js +1 -0
- package/dist/internal/index.js.map +1 -1
- package/package.json +1 -1
- package/src/App.test.ts +30 -0
- package/src/Client.test-d.ts +33 -1
- package/src/Webhooks.ts +1 -1
- package/src/analytics/Analytics.test.ts +34 -0
- package/src/analytics/Analytics.ts +206 -0
- package/src/analytics/tables/requestEvents.ts +6 -0
- package/src/apps/composition.test.ts +1 -0
- package/src/apps/data/App.ts +2 -0
- package/src/apps/data/routes/balances.ts +2 -6
- package/src/apps/data/routes/earn.ts +64 -34
- package/src/apps/data/routes/exchanges.test.ts +8 -3
- package/src/apps/data/routes/exchanges.ts +134 -82
- package/src/apps/data/routes/receipts.ts +16 -14
- package/src/apps/data/routes/tokens.ts +3 -2
- package/src/apps/data/routes/transactions.bench.ts +8 -0
- package/src/apps/data/routes/transfers.ts +36 -10
- package/src/apps/data/routes/webhooks.ts +31 -10
- package/src/apps/funding/routes/deposit-addresses.test.ts +216 -2
- package/src/apps/funding/routes/deposit-addresses.ts +254 -18
- package/src/apps/funding/routes/transfers.test.ts +17 -2
- package/src/db/Db.ts +36 -0
- package/src/db/tables/fundingDepositAddresses.test.ts +28 -0
- package/src/db/tables/fundingDepositAddresses.ts +39 -0
- package/src/db/tables/fundingDeposits.test.ts +82 -0
- package/src/db/tables/fundingDeposits.ts +130 -0
- package/src/internal/Auth.test.ts +0 -48
- package/src/internal/Auth.ts +0 -59
- package/src/internal/Credential.test.ts +51 -0
- package/src/internal/Credential.ts +58 -0
- package/src/internal/EarnRates.ts +13 -7
- package/src/internal/Log.test.ts +3 -1
- package/src/internal/Log.ts +14 -0
- package/src/internal/MetricSink.test.ts +50 -1
- package/src/internal/MetricSink.ts +52 -0
- package/src/internal/Tidx.ts +5 -4
- package/src/internal/Viem.test.ts +4 -0
- package/src/internal/Viem.ts +6 -4
- package/src/internal/Webhooks.test.ts +9 -0
- package/src/internal/Webhooks.ts +10 -3
- package/src/internal/index.test.ts +1 -0
- package/src/internal/index.ts +1 -0
|
@@ -57,17 +57,15 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
57
57
|
"/v1/zones/withdrawals/:senderTag": {
|
|
58
58
|
$get: {
|
|
59
59
|
output: {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
zoneStatus: "completed" | "pending";
|
|
67
|
-
}[];
|
|
60
|
+
error: {
|
|
61
|
+
code: "api_key_malformed";
|
|
62
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
63
|
+
message: string;
|
|
64
|
+
};
|
|
65
|
+
requestId: string;
|
|
68
66
|
};
|
|
69
67
|
outputFormat: "json";
|
|
70
|
-
status:
|
|
68
|
+
status: 400;
|
|
71
69
|
input: {
|
|
72
70
|
param: {
|
|
73
71
|
senderTag: `0x${string}`;
|
|
@@ -80,14 +78,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
80
78
|
} | {
|
|
81
79
|
output: {
|
|
82
80
|
error: {
|
|
83
|
-
code: "
|
|
81
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
84
82
|
details?: readonly Response.error.Detail[] | undefined;
|
|
85
83
|
message: string;
|
|
86
84
|
};
|
|
87
85
|
requestId: string;
|
|
88
86
|
};
|
|
89
87
|
outputFormat: "json";
|
|
90
|
-
status:
|
|
88
|
+
status: 401;
|
|
91
89
|
input: {
|
|
92
90
|
param: {
|
|
93
91
|
senderTag: `0x${string}`;
|
|
@@ -100,14 +98,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
100
98
|
} | {
|
|
101
99
|
output: {
|
|
102
100
|
error: {
|
|
103
|
-
code: "
|
|
101
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
104
102
|
details?: readonly Response.error.Detail[] | undefined;
|
|
105
103
|
message: string;
|
|
106
104
|
};
|
|
107
105
|
requestId: string;
|
|
108
106
|
};
|
|
109
107
|
outputFormat: "json";
|
|
110
|
-
status:
|
|
108
|
+
status: 403;
|
|
111
109
|
input: {
|
|
112
110
|
param: {
|
|
113
111
|
senderTag: `0x${string}`;
|
|
@@ -120,14 +118,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
120
118
|
} | {
|
|
121
119
|
output: {
|
|
122
120
|
error: {
|
|
123
|
-
code: "
|
|
121
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
124
122
|
details?: readonly Response.error.Detail[] | undefined;
|
|
125
123
|
message: string;
|
|
126
124
|
};
|
|
127
125
|
requestId: string;
|
|
128
126
|
};
|
|
129
127
|
outputFormat: "json";
|
|
130
|
-
status:
|
|
128
|
+
status: 429;
|
|
131
129
|
input: {
|
|
132
130
|
param: {
|
|
133
131
|
senderTag: `0x${string}`;
|
|
@@ -140,7 +138,7 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
140
138
|
} | {
|
|
141
139
|
output: {
|
|
142
140
|
error: {
|
|
143
|
-
code: "
|
|
141
|
+
code: "query_invalid";
|
|
144
142
|
details?: readonly Response.error.Detail[] | undefined;
|
|
145
143
|
message: string;
|
|
146
144
|
};
|
|
@@ -160,14 +158,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
160
158
|
} | {
|
|
161
159
|
output: {
|
|
162
160
|
error: {
|
|
163
|
-
code: "
|
|
161
|
+
code: "upstream_error";
|
|
164
162
|
details?: readonly Response.error.Detail[] | undefined;
|
|
165
163
|
message: string;
|
|
166
164
|
};
|
|
167
165
|
requestId: string;
|
|
168
166
|
};
|
|
169
167
|
outputFormat: "json";
|
|
170
|
-
status:
|
|
168
|
+
status: 502;
|
|
171
169
|
input: {
|
|
172
170
|
param: {
|
|
173
171
|
senderTag: `0x${string}`;
|
|
@@ -180,14 +178,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
180
178
|
} | {
|
|
181
179
|
output: {
|
|
182
180
|
error: {
|
|
183
|
-
code: "
|
|
181
|
+
code: "chain_id_unsupported";
|
|
184
182
|
details?: readonly Response.error.Detail[] | undefined;
|
|
185
183
|
message: string;
|
|
186
184
|
};
|
|
187
185
|
requestId: string;
|
|
188
186
|
};
|
|
189
187
|
outputFormat: "json";
|
|
190
|
-
status:
|
|
188
|
+
status: 400;
|
|
191
189
|
input: {
|
|
192
190
|
param: {
|
|
193
191
|
senderTag: `0x${string}`;
|
|
@@ -200,14 +198,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
200
198
|
} | {
|
|
201
199
|
output: {
|
|
202
200
|
error: {
|
|
203
|
-
code: "
|
|
201
|
+
code: "chain_id_invalid";
|
|
204
202
|
details?: readonly Response.error.Detail[] | undefined;
|
|
205
203
|
message: string;
|
|
206
204
|
};
|
|
207
205
|
requestId: string;
|
|
208
206
|
};
|
|
209
207
|
outputFormat: "json";
|
|
210
|
-
status:
|
|
208
|
+
status: 400;
|
|
211
209
|
input: {
|
|
212
210
|
param: {
|
|
213
211
|
senderTag: `0x${string}`;
|
|
@@ -220,14 +218,14 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
220
218
|
} | {
|
|
221
219
|
output: {
|
|
222
220
|
error: {
|
|
223
|
-
code: "
|
|
221
|
+
code: "sender_tag_invalid";
|
|
224
222
|
details?: readonly Response.error.Detail[] | undefined;
|
|
225
223
|
message: string;
|
|
226
224
|
};
|
|
227
225
|
requestId: string;
|
|
228
226
|
};
|
|
229
227
|
outputFormat: "json";
|
|
230
|
-
status:
|
|
228
|
+
status: 400;
|
|
231
229
|
input: {
|
|
232
230
|
param: {
|
|
233
231
|
senderTag: `0x${string}`;
|
|
@@ -239,15 +237,17 @@ export declare function zones(): import("hono/hono-base").HonoBase<App.Environme
|
|
|
239
237
|
};
|
|
240
238
|
} | {
|
|
241
239
|
output: {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
240
|
+
data: {
|
|
241
|
+
blockNumber: number;
|
|
242
|
+
id: string;
|
|
243
|
+
logIndex: number;
|
|
244
|
+
status: "completed" | "failed";
|
|
245
|
+
transactionHash: `0x${string}`;
|
|
246
|
+
zoneStatus: "completed" | "pending";
|
|
247
|
+
}[];
|
|
248
248
|
};
|
|
249
249
|
outputFormat: "json";
|
|
250
|
-
status:
|
|
250
|
+
status: 200;
|
|
251
251
|
input: {
|
|
252
252
|
param: {
|
|
253
253
|
senderTag: `0x${string}`;
|
|
@@ -2103,6 +2103,187 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2103
2103
|
};
|
|
2104
2104
|
};
|
|
2105
2105
|
};
|
|
2106
|
+
} & {
|
|
2107
|
+
"/v1/funding/deposit-addresses": {
|
|
2108
|
+
$get: {
|
|
2109
|
+
output: {
|
|
2110
|
+
error: {
|
|
2111
|
+
code: "api_key_malformed";
|
|
2112
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2113
|
+
message: string;
|
|
2114
|
+
};
|
|
2115
|
+
requestId: string;
|
|
2116
|
+
};
|
|
2117
|
+
outputFormat: "json";
|
|
2118
|
+
status: 400;
|
|
2119
|
+
input: {
|
|
2120
|
+
query?: {
|
|
2121
|
+
cursor?: string | string[];
|
|
2122
|
+
limit?: string | string[];
|
|
2123
|
+
} | undefined;
|
|
2124
|
+
};
|
|
2125
|
+
} | {
|
|
2126
|
+
output: {
|
|
2127
|
+
error: {
|
|
2128
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
2129
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2130
|
+
message: string;
|
|
2131
|
+
};
|
|
2132
|
+
requestId: string;
|
|
2133
|
+
};
|
|
2134
|
+
outputFormat: "json";
|
|
2135
|
+
status: 401;
|
|
2136
|
+
input: {
|
|
2137
|
+
query?: {
|
|
2138
|
+
cursor?: string | string[];
|
|
2139
|
+
limit?: string | string[];
|
|
2140
|
+
} | undefined;
|
|
2141
|
+
};
|
|
2142
|
+
} | {
|
|
2143
|
+
output: {
|
|
2144
|
+
error: {
|
|
2145
|
+
code: "api_key_forbidden" | "api_key_ip_forbidden";
|
|
2146
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2147
|
+
message: string;
|
|
2148
|
+
};
|
|
2149
|
+
requestId: string;
|
|
2150
|
+
};
|
|
2151
|
+
outputFormat: "json";
|
|
2152
|
+
status: 403;
|
|
2153
|
+
input: {
|
|
2154
|
+
query?: {
|
|
2155
|
+
cursor?: string | string[];
|
|
2156
|
+
limit?: string | string[];
|
|
2157
|
+
} | undefined;
|
|
2158
|
+
};
|
|
2159
|
+
} | {
|
|
2160
|
+
output: {
|
|
2161
|
+
error: {
|
|
2162
|
+
code: "payment_required" | "rate_limit_exceeded";
|
|
2163
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2164
|
+
message: string;
|
|
2165
|
+
};
|
|
2166
|
+
requestId: string;
|
|
2167
|
+
};
|
|
2168
|
+
outputFormat: "json";
|
|
2169
|
+
status: 429;
|
|
2170
|
+
input: {
|
|
2171
|
+
query?: {
|
|
2172
|
+
cursor?: string | string[];
|
|
2173
|
+
limit?: string | string[];
|
|
2174
|
+
} | undefined;
|
|
2175
|
+
};
|
|
2176
|
+
} | {
|
|
2177
|
+
output: {
|
|
2178
|
+
error: {
|
|
2179
|
+
code: "query_invalid";
|
|
2180
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2181
|
+
message: string;
|
|
2182
|
+
};
|
|
2183
|
+
requestId: string;
|
|
2184
|
+
};
|
|
2185
|
+
outputFormat: "json";
|
|
2186
|
+
status: 400;
|
|
2187
|
+
input: {
|
|
2188
|
+
query?: {
|
|
2189
|
+
cursor?: string | string[];
|
|
2190
|
+
limit?: string | string[];
|
|
2191
|
+
} | undefined;
|
|
2192
|
+
};
|
|
2193
|
+
} | {
|
|
2194
|
+
output: {
|
|
2195
|
+
error: {
|
|
2196
|
+
code: "upstream_error";
|
|
2197
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2198
|
+
message: string;
|
|
2199
|
+
};
|
|
2200
|
+
requestId: string;
|
|
2201
|
+
};
|
|
2202
|
+
outputFormat: "json";
|
|
2203
|
+
status: 502;
|
|
2204
|
+
input: {
|
|
2205
|
+
query?: {
|
|
2206
|
+
cursor?: string | string[];
|
|
2207
|
+
limit?: string | string[];
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
};
|
|
2210
|
+
} | {
|
|
2211
|
+
output: {
|
|
2212
|
+
error: {
|
|
2213
|
+
code: "unauthorized";
|
|
2214
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2215
|
+
message: string;
|
|
2216
|
+
};
|
|
2217
|
+
requestId: string;
|
|
2218
|
+
};
|
|
2219
|
+
outputFormat: "json";
|
|
2220
|
+
status: 401;
|
|
2221
|
+
input: {
|
|
2222
|
+
query?: {
|
|
2223
|
+
cursor?: string | string[];
|
|
2224
|
+
limit?: string | string[];
|
|
2225
|
+
} | undefined;
|
|
2226
|
+
};
|
|
2227
|
+
} | {
|
|
2228
|
+
output: {
|
|
2229
|
+
data: {
|
|
2230
|
+
address: string;
|
|
2231
|
+
createdAt: string;
|
|
2232
|
+
destinationChain: {
|
|
2233
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
2234
|
+
id: string;
|
|
2235
|
+
kind: "evm" | "solana" | "tron";
|
|
2236
|
+
name: string;
|
|
2237
|
+
};
|
|
2238
|
+
destinationToken: {
|
|
2239
|
+
address: string;
|
|
2240
|
+
currency: string;
|
|
2241
|
+
decimals: number;
|
|
2242
|
+
name: string;
|
|
2243
|
+
standard: string;
|
|
2244
|
+
symbol: string;
|
|
2245
|
+
tokenKey: string;
|
|
2246
|
+
verified: boolean;
|
|
2247
|
+
};
|
|
2248
|
+
id: string;
|
|
2249
|
+
provider: {
|
|
2250
|
+
id: string;
|
|
2251
|
+
name: string;
|
|
2252
|
+
};
|
|
2253
|
+
recipient: string;
|
|
2254
|
+
refundAddress: string;
|
|
2255
|
+
sourceChain: {
|
|
2256
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
2257
|
+
id: string;
|
|
2258
|
+
kind: "evm" | "solana" | "tron";
|
|
2259
|
+
name: string;
|
|
2260
|
+
};
|
|
2261
|
+
sourceToken: {
|
|
2262
|
+
address: string;
|
|
2263
|
+
currency: string;
|
|
2264
|
+
decimals: number;
|
|
2265
|
+
name: string;
|
|
2266
|
+
standard: string;
|
|
2267
|
+
symbol: string;
|
|
2268
|
+
tokenKey: string;
|
|
2269
|
+
verified: boolean;
|
|
2270
|
+
};
|
|
2271
|
+
status: "action-required" | "active";
|
|
2272
|
+
subsidize: boolean;
|
|
2273
|
+
updatedAt: string;
|
|
2274
|
+
}[];
|
|
2275
|
+
nextCursor: string | null;
|
|
2276
|
+
};
|
|
2277
|
+
outputFormat: "json";
|
|
2278
|
+
status: 200;
|
|
2279
|
+
input: {
|
|
2280
|
+
query?: {
|
|
2281
|
+
cursor?: string | string[];
|
|
2282
|
+
limit?: string | string[];
|
|
2283
|
+
} | undefined;
|
|
2284
|
+
};
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2106
2287
|
} & {
|
|
2107
2288
|
"/v1/funding/deposit-addresses/:id{fda_[A-Za-z0-9_-]+}": {
|
|
2108
2289
|
$get: {
|
|
@@ -2479,8 +2660,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2479
2660
|
query?: {
|
|
2480
2661
|
depositAddress?: string | string[];
|
|
2481
2662
|
cursor?: string | string[];
|
|
2663
|
+
destinationToken?: string | string[];
|
|
2664
|
+
include?: string | string[];
|
|
2482
2665
|
limit?: string | string[];
|
|
2666
|
+
provider?: string | string[];
|
|
2483
2667
|
recipient?: string | string[];
|
|
2668
|
+
sourceChain?: string | string[];
|
|
2669
|
+
sourceToken?: string | string[];
|
|
2670
|
+
status?: string | string[];
|
|
2484
2671
|
} | undefined;
|
|
2485
2672
|
};
|
|
2486
2673
|
} | {
|
|
@@ -2498,8 +2685,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2498
2685
|
query?: {
|
|
2499
2686
|
depositAddress?: string | string[];
|
|
2500
2687
|
cursor?: string | string[];
|
|
2688
|
+
destinationToken?: string | string[];
|
|
2689
|
+
include?: string | string[];
|
|
2501
2690
|
limit?: string | string[];
|
|
2691
|
+
provider?: string | string[];
|
|
2502
2692
|
recipient?: string | string[];
|
|
2693
|
+
sourceChain?: string | string[];
|
|
2694
|
+
sourceToken?: string | string[];
|
|
2695
|
+
status?: string | string[];
|
|
2503
2696
|
} | undefined;
|
|
2504
2697
|
};
|
|
2505
2698
|
} | {
|
|
@@ -2517,8 +2710,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2517
2710
|
query?: {
|
|
2518
2711
|
depositAddress?: string | string[];
|
|
2519
2712
|
cursor?: string | string[];
|
|
2713
|
+
destinationToken?: string | string[];
|
|
2714
|
+
include?: string | string[];
|
|
2520
2715
|
limit?: string | string[];
|
|
2716
|
+
provider?: string | string[];
|
|
2521
2717
|
recipient?: string | string[];
|
|
2718
|
+
sourceChain?: string | string[];
|
|
2719
|
+
sourceToken?: string | string[];
|
|
2720
|
+
status?: string | string[];
|
|
2522
2721
|
} | undefined;
|
|
2523
2722
|
};
|
|
2524
2723
|
} | {
|
|
@@ -2536,8 +2735,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2536
2735
|
query?: {
|
|
2537
2736
|
depositAddress?: string | string[];
|
|
2538
2737
|
cursor?: string | string[];
|
|
2738
|
+
destinationToken?: string | string[];
|
|
2739
|
+
include?: string | string[];
|
|
2539
2740
|
limit?: string | string[];
|
|
2741
|
+
provider?: string | string[];
|
|
2540
2742
|
recipient?: string | string[];
|
|
2743
|
+
sourceChain?: string | string[];
|
|
2744
|
+
sourceToken?: string | string[];
|
|
2745
|
+
status?: string | string[];
|
|
2541
2746
|
} | undefined;
|
|
2542
2747
|
};
|
|
2543
2748
|
} | {
|
|
@@ -2555,8 +2760,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2555
2760
|
query?: {
|
|
2556
2761
|
depositAddress?: string | string[];
|
|
2557
2762
|
cursor?: string | string[];
|
|
2763
|
+
destinationToken?: string | string[];
|
|
2764
|
+
include?: string | string[];
|
|
2558
2765
|
limit?: string | string[];
|
|
2766
|
+
provider?: string | string[];
|
|
2559
2767
|
recipient?: string | string[];
|
|
2768
|
+
sourceChain?: string | string[];
|
|
2769
|
+
sourceToken?: string | string[];
|
|
2770
|
+
status?: string | string[];
|
|
2560
2771
|
} | undefined;
|
|
2561
2772
|
};
|
|
2562
2773
|
} | {
|
|
@@ -2574,8 +2785,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2574
2785
|
query?: {
|
|
2575
2786
|
depositAddress?: string | string[];
|
|
2576
2787
|
cursor?: string | string[];
|
|
2788
|
+
destinationToken?: string | string[];
|
|
2789
|
+
include?: string | string[];
|
|
2577
2790
|
limit?: string | string[];
|
|
2791
|
+
provider?: string | string[];
|
|
2578
2792
|
recipient?: string | string[];
|
|
2793
|
+
sourceChain?: string | string[];
|
|
2794
|
+
sourceToken?: string | string[];
|
|
2795
|
+
status?: string | string[];
|
|
2579
2796
|
} | undefined;
|
|
2580
2797
|
};
|
|
2581
2798
|
} | {
|
|
@@ -2593,8 +2810,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2593
2810
|
query?: {
|
|
2594
2811
|
depositAddress?: string | string[];
|
|
2595
2812
|
cursor?: string | string[];
|
|
2813
|
+
destinationToken?: string | string[];
|
|
2814
|
+
include?: string | string[];
|
|
2596
2815
|
limit?: string | string[];
|
|
2816
|
+
provider?: string | string[];
|
|
2597
2817
|
recipient?: string | string[];
|
|
2818
|
+
sourceChain?: string | string[];
|
|
2819
|
+
sourceToken?: string | string[];
|
|
2820
|
+
status?: string | string[];
|
|
2598
2821
|
} | undefined;
|
|
2599
2822
|
};
|
|
2600
2823
|
} | {
|
|
@@ -2678,6 +2901,10 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2678
2901
|
} | undefined;
|
|
2679
2902
|
updatedAt: string;
|
|
2680
2903
|
}[];
|
|
2904
|
+
meta?: {
|
|
2905
|
+
totalCountCapped: boolean;
|
|
2906
|
+
totalCount: number;
|
|
2907
|
+
} | undefined;
|
|
2681
2908
|
nextCursor: string | null;
|
|
2682
2909
|
};
|
|
2683
2910
|
outputFormat: "json";
|
|
@@ -2686,8 +2913,14 @@ export declare function funding(options?: funding.Options): import("hono/hono-ba
|
|
|
2686
2913
|
query?: {
|
|
2687
2914
|
depositAddress?: string | string[];
|
|
2688
2915
|
cursor?: string | string[];
|
|
2916
|
+
destinationToken?: string | string[];
|
|
2917
|
+
include?: string | string[];
|
|
2689
2918
|
limit?: string | string[];
|
|
2919
|
+
provider?: string | string[];
|
|
2690
2920
|
recipient?: string | string[];
|
|
2921
|
+
sourceChain?: string | string[];
|
|
2922
|
+
sourceToken?: string | string[];
|
|
2923
|
+
status?: string | string[];
|
|
2691
2924
|
} | undefined;
|
|
2692
2925
|
};
|
|
2693
2926
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/apps/funding/App.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,GAAG,MAAM,cAAc,CAAA;AACxC,OAAO,KAAK,KAAK,qBAAqB,MAAM,0CAA0C,CAAA;AACtF,OAAO,KAAK,KAAK,eAAe,MAAM,oCAAoC,CAAA;AAQ1E;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,OAAO,GAAE,OAAO,CAAC,OAAY
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../src/apps/funding/App.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,GAAG,MAAM,cAAc,CAAA;AACxC,OAAO,KAAK,KAAK,qBAAqB,MAAM,0CAA0C,CAAA;AACtF,OAAO,KAAK,KAAK,eAAe,MAAM,oCAAoC,CAAA;AAQ1E;;;;;;;GAOG;AACH,wBAAgB,OAAO,CAAC,OAAO,GAAE,OAAO,CAAC,OAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAQpD;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,2CAA2C;IAC3C,KAAK,OAAO,GAAG;QACb,oEAAoE;QACpE,sBAAsB,CAAC,EACnB,CAAC,CAAC,OAAO,EAAE,eAAe,CAAC,OAAO,CAAC,OAAO,CAAC,YAAY,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC,GAC1E,SAAS,CAAA;QACb,gEAAgE;QAChE,sBAAsB,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,qBAAqB,CAAC,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC,GAAG,SAAS,CAAA;KAChG,CAAA;CACF"}
|