tapimo 0.9.0 → 0.10.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.
- package/dist/App.d.ts +4887 -5074
- package/dist/App.d.ts.map +1 -1
- package/dist/Webhooks.d.ts +21 -20
- package/dist/Webhooks.d.ts.map +1 -1
- package/dist/Webhooks.js +66 -23
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +168 -168
- package/dist/apps/Zones.d.ts +34 -22
- package/dist/apps/Zones.d.ts.map +1 -1
- package/dist/apps/Zones.js +9 -8
- package/dist/apps/Zones.js.map +1 -1
- package/dist/apps/data/App.d.ts +5198 -5099
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.d.ts +4 -5
- package/dist/apps/data/FxOracle.d.ts.map +1 -1
- package/dist/apps/data/FxOracle.js +19 -4
- package/dist/apps/data/FxOracle.js.map +1 -1
- package/dist/apps/data/routes/activities.d.ts +270 -270
- package/dist/apps/data/routes/activities.d.ts.map +1 -1
- package/dist/apps/data/routes/activities.js +32 -27
- package/dist/apps/data/routes/activities.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +52 -52
- package/dist/apps/data/routes/balances.d.ts +36 -36
- package/dist/apps/data/routes/balances.d.ts.map +1 -1
- package/dist/apps/data/routes/balances.js +135 -81
- package/dist/apps/data/routes/balances.js.map +1 -1
- package/dist/apps/data/routes/blocks.d.ts +125 -125
- package/dist/apps/data/routes/coingecko.d.ts +54 -54
- package/dist/apps/data/routes/earn.d.ts +512 -58
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +368 -44
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +120 -120
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +114 -118
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/receipts.d.ts.map +1 -1
- package/dist/apps/data/routes/receipts.js +68 -47
- package/dist/apps/data/routes/receipts.js.map +1 -1
- package/dist/apps/data/routes/rpc.d.ts +31 -31
- package/dist/apps/data/routes/tokens.d.ts +461 -459
- package/dist/apps/data/routes/tokens.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.d.ts +59 -51
- package/dist/apps/data/routes/transactions.d.ts.map +1 -1
- package/dist/apps/data/routes/transactions.js +25 -23
- package/dist/apps/data/routes/transactions.js.map +1 -1
- package/dist/apps/data/routes/transfers.d.ts +108 -86
- package/dist/apps/data/routes/transfers.d.ts.map +1 -1
- package/dist/apps/data/routes/transfers.js +618 -105
- package/dist/apps/data/routes/transfers.js.map +1 -1
- package/dist/apps/data/routes/valuation.d.ts +21 -21
- package/dist/apps/data/routes/valuation.d.ts.map +1 -1
- package/dist/apps/data/routes/valuation.js +2 -2
- package/dist/apps/data/routes/valuation.js.map +1 -1
- package/dist/apps/data/routes/verified-tokens.d.ts +37 -37
- package/dist/apps/data/routes/webhooks.d.ts +102 -505
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +484 -342
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/data/routes/zones.d.ts +12 -12
- package/dist/apps/data/routes/zones.d.ts.map +1 -1
- package/dist/apps/data/routes/zones.js +3 -1
- package/dist/apps/data/routes/zones.js.map +1 -1
- package/dist/apps/funding/App.d.ts +96 -96
- package/dist/apps/funding/routes/deposit-addresses.d.ts +52 -52
- package/dist/apps/funding/routes/quotes.d.ts +89 -89
- package/dist/apps/funding/routes/transfers.d.ts +4 -4
- package/dist/apps/management/App.d.ts +429 -727
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +24 -24
- package/dist/apps/management/routes/billing.d.ts +72 -72
- package/dist/apps/management/routes/faucet.d.ts +6 -6
- package/dist/apps/management/routes/invitations.d.ts +134 -134
- package/dist/apps/management/routes/invite-links.d.ts +38 -38
- package/dist/apps/management/routes/me.d.ts +6 -6
- package/dist/apps/management/routes/members.d.ts +30 -30
- package/dist/apps/management/routes/orgs.d.ts +98 -98
- package/dist/apps/management/routes/projects.d.ts +20 -20
- package/dist/apps/management/routes/usage.d.ts +24 -24
- package/dist/apps/management/routes/verified-token-requests.d.ts +83 -83
- package/dist/apps/management/routes/webhooks.d.ts +158 -573
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/mpp/App.d.ts +56 -44
- package/dist/apps/mpp/App.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.d.ts +3 -0
- package/dist/apps/mpp/Mpp.d.ts.map +1 -1
- package/dist/apps/mpp/Mpp.js +3 -0
- package/dist/apps/mpp/Mpp.js.map +1 -1
- package/dist/apps/mpp/internal/Adapter.d.ts.map +1 -1
- package/dist/apps/mpp/internal/Adapter.js +9 -2
- package/dist/apps/mpp/internal/Adapter.js.map +1 -1
- package/dist/db/Db.d.ts +2 -2
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +17 -15
- package/dist/db/Db.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +4 -1
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +56 -3
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +76 -3
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/MetricSink.d.ts +112 -3
- package/dist/internal/MetricSink.d.ts.map +1 -1
- package/dist/internal/MetricSink.js +116 -3
- package/dist/internal/MetricSink.js.map +1 -1
- package/dist/internal/Schema.js +1 -1
- package/dist/internal/Schema.js.map +1 -1
- package/dist/internal/Tidx.d.ts +1 -3
- package/dist/internal/Tidx.d.ts.map +1 -1
- package/dist/internal/Tidx.js +1 -3
- package/dist/internal/Tidx.js.map +1 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +2 -1
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/WebhookDestination.d.ts +2 -0
- package/dist/internal/WebhookDestination.d.ts.map +1 -1
- package/dist/internal/WebhookDestination.js +11 -0
- package/dist/internal/WebhookDestination.js.map +1 -1
- package/dist/internal/WebhookTransfer.d.ts +55 -0
- package/dist/internal/WebhookTransfer.d.ts.map +1 -0
- package/dist/internal/WebhookTransfer.js +296 -0
- package/dist/internal/WebhookTransfer.js.map +1 -0
- package/dist/internal/Webhooks.d.ts +37 -0
- package/dist/internal/Webhooks.d.ts.map +1 -1
- package/dist/internal/Webhooks.js +87 -13
- package/dist/internal/Webhooks.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +4 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +11 -7
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/Reconciliation.d.ts.map +1 -1
- package/dist/internal/funding/Reconciliation.js +128 -0
- package/dist/internal/funding/Reconciliation.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts +3 -0
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +12 -1
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/package.json +3 -3
- package/src/Client.test-d.ts +60 -5
- package/src/Webhooks.bench.ts +714 -0
- package/src/Webhooks.memory.bench.ts +250 -0
- package/src/Webhooks.test.ts +77 -6
- package/src/Webhooks.ts +83 -29
- package/src/apps/Zones.test.ts +5 -4
- package/src/apps/Zones.ts +9 -8
- package/src/apps/data/FxOracle.test.ts +18 -0
- package/src/apps/data/FxOracle.ts +28 -5
- package/src/apps/data/routes/activities.test.ts +19 -0
- package/src/apps/data/routes/activities.ts +34 -30
- package/src/apps/data/routes/balances.test.ts +119 -10
- package/src/apps/data/routes/balances.ts +154 -95
- package/src/apps/data/routes/blocks.test.ts +12 -6
- package/src/apps/data/routes/earn.test.ts +197 -0
- package/src/apps/data/routes/earn.ts +486 -44
- package/src/apps/data/routes/exchanges.test.ts +7 -6
- package/src/apps/data/routes/exchanges.ts +124 -117
- package/src/apps/data/routes/receipts.test.ts +24 -7
- package/src/apps/data/routes/receipts.ts +67 -50
- package/src/apps/data/routes/tokens.test.ts +51 -0
- package/src/apps/data/routes/transactions.test.ts +42 -0
- package/src/apps/data/routes/transactions.ts +44 -39
- package/src/apps/data/routes/transfers.test.ts +402 -24
- package/src/apps/data/routes/transfers.ts +708 -101
- package/src/apps/data/routes/valuation.test.ts +26 -0
- package/src/apps/data/routes/valuation.ts +6 -2
- package/src/apps/data/routes/webhooks.test.ts +414 -130
- package/src/apps/data/routes/webhooks.ts +603 -419
- package/src/apps/data/routes/zones.ts +6 -1
- package/src/apps/funding/routes/quotes.test.ts +1 -1
- package/src/apps/mpp/Mpp.test.ts +13 -1
- package/src/apps/mpp/Mpp.ts +8 -0
- package/src/apps/mpp/internal/Adapter.ts +10 -2
- package/src/db/Db.test.ts +40 -6
- package/src/db/Db.ts +33 -19
- package/src/db/tables/sponsoredTransactions.ts +9 -2
- package/src/db/tables/webhookSubscriptions.ts +116 -4
- package/src/internal/EarnVaults.test.ts +2 -2
- package/src/internal/MetricSink.test.ts +518 -0
- package/src/internal/MetricSink.ts +266 -9
- package/src/internal/Schema.ts +1 -1
- package/src/internal/Tidx.test.ts +4 -4
- package/src/internal/Tidx.ts +1 -3
- package/src/internal/Viem.test.ts +8 -0
- package/src/internal/Viem.ts +2 -1
- package/src/internal/WebhookDestination.test.ts +20 -0
- package/src/internal/WebhookDestination.ts +10 -0
- package/src/internal/WebhookTransfer.ts +426 -0
- package/src/internal/Webhooks.test.ts +137 -0
- package/src/internal/Webhooks.ts +131 -17
- package/src/internal/funding/Provider.test.ts +47 -7
- package/src/internal/funding/Provider.ts +12 -7
- package/src/internal/funding/Reconciliation.local.test.ts +3 -1
- package/src/internal/funding/Reconciliation.test.ts +1240 -0
- package/src/internal/funding/Reconciliation.ts +136 -0
- package/src/internal/funding/SourceObservation.test.ts +1 -0
- package/src/internal/funding/providers/relay.test.ts +1 -4
- package/src/internal/funding/providers/relay.ts +16 -1
|
@@ -93,26 +93,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
93
93
|
"/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests": {
|
|
94
94
|
$post: {
|
|
95
95
|
output: {
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
chainId: number;
|
|
103
|
-
createdAt: string;
|
|
104
|
-
id: string;
|
|
105
|
-
logo?: string | undefined;
|
|
106
|
-
note: string | null;
|
|
107
|
-
orgId: string;
|
|
108
|
-
requestedBy: string;
|
|
109
|
-
reviewNote: string | null;
|
|
110
|
-
reviewedAt: string | null;
|
|
111
|
-
status: "approved" | "denied" | "pending";
|
|
112
|
-
updatedAt: string;
|
|
96
|
+
error: {
|
|
97
|
+
code: "api_key_malformed";
|
|
98
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
99
|
+
message: string;
|
|
100
|
+
};
|
|
101
|
+
requestId: string;
|
|
113
102
|
};
|
|
114
103
|
outputFormat: "json";
|
|
115
|
-
status:
|
|
104
|
+
status: 400;
|
|
116
105
|
input: {
|
|
117
106
|
param: {
|
|
118
107
|
orgId: string;
|
|
@@ -133,14 +122,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
133
122
|
} | {
|
|
134
123
|
output: {
|
|
135
124
|
error: {
|
|
136
|
-
code: "
|
|
125
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
137
126
|
details?: readonly Response.error.Detail[] | undefined;
|
|
138
127
|
message: string;
|
|
139
128
|
};
|
|
140
129
|
requestId: string;
|
|
141
130
|
};
|
|
142
131
|
outputFormat: "json";
|
|
143
|
-
status:
|
|
132
|
+
status: 401;
|
|
144
133
|
input: {
|
|
145
134
|
param: {
|
|
146
135
|
orgId: string;
|
|
@@ -161,14 +150,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
161
150
|
} | {
|
|
162
151
|
output: {
|
|
163
152
|
error: {
|
|
164
|
-
code: "
|
|
153
|
+
code: "upstream_error";
|
|
165
154
|
details?: readonly Response.error.Detail[] | undefined;
|
|
166
155
|
message: string;
|
|
167
156
|
};
|
|
168
157
|
requestId: string;
|
|
169
158
|
};
|
|
170
159
|
outputFormat: "json";
|
|
171
|
-
status:
|
|
160
|
+
status: 502;
|
|
172
161
|
input: {
|
|
173
162
|
param: {
|
|
174
163
|
orgId: string;
|
|
@@ -189,14 +178,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
189
178
|
} | {
|
|
190
179
|
output: {
|
|
191
180
|
error: {
|
|
192
|
-
code: "
|
|
181
|
+
code: "body_invalid";
|
|
193
182
|
details?: readonly Response.error.Detail[] | undefined;
|
|
194
183
|
message: string;
|
|
195
184
|
};
|
|
196
185
|
requestId: string;
|
|
197
186
|
};
|
|
198
187
|
outputFormat: "json";
|
|
199
|
-
status:
|
|
188
|
+
status: 400;
|
|
200
189
|
input: {
|
|
201
190
|
param: {
|
|
202
191
|
orgId: string;
|
|
@@ -384,15 +373,26 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
384
373
|
};
|
|
385
374
|
} | {
|
|
386
375
|
output: {
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
376
|
+
address: `0x${string}`;
|
|
377
|
+
currency: string;
|
|
378
|
+
decimals: number;
|
|
379
|
+
logoUri?: string | undefined;
|
|
380
|
+
name: string;
|
|
381
|
+
symbol: string;
|
|
382
|
+
chainId: number;
|
|
383
|
+
createdAt: string;
|
|
384
|
+
id: string;
|
|
385
|
+
logo?: string | undefined;
|
|
386
|
+
note: string | null;
|
|
387
|
+
orgId: string;
|
|
388
|
+
requestedBy: string;
|
|
389
|
+
reviewNote: string | null;
|
|
390
|
+
reviewedAt: string | null;
|
|
391
|
+
status: "approved" | "denied" | "pending";
|
|
392
|
+
updatedAt: string;
|
|
393
393
|
};
|
|
394
394
|
outputFormat: "json";
|
|
395
|
-
status:
|
|
395
|
+
status: 200;
|
|
396
396
|
input: {
|
|
397
397
|
param: {
|
|
398
398
|
orgId: string;
|
|
@@ -416,28 +416,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
416
416
|
"/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests": {
|
|
417
417
|
$get: {
|
|
418
418
|
output: {
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
symbol: string;
|
|
426
|
-
chainId: number;
|
|
427
|
-
createdAt: string;
|
|
428
|
-
id: string;
|
|
429
|
-
logo?: string | undefined;
|
|
430
|
-
note: string | null;
|
|
431
|
-
orgId: string;
|
|
432
|
-
requestedBy: string;
|
|
433
|
-
reviewNote: string | null;
|
|
434
|
-
reviewedAt: string | null;
|
|
435
|
-
status: "approved" | "denied" | "pending";
|
|
436
|
-
updatedAt: string;
|
|
437
|
-
}[];
|
|
419
|
+
error: {
|
|
420
|
+
code: "api_key_malformed";
|
|
421
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
422
|
+
message: string;
|
|
423
|
+
};
|
|
424
|
+
requestId: string;
|
|
438
425
|
};
|
|
439
426
|
outputFormat: "json";
|
|
440
|
-
status:
|
|
427
|
+
status: 400;
|
|
441
428
|
input: {
|
|
442
429
|
param: {
|
|
443
430
|
orgId: string;
|
|
@@ -446,14 +433,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
446
433
|
} | {
|
|
447
434
|
output: {
|
|
448
435
|
error: {
|
|
449
|
-
code: "
|
|
436
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
450
437
|
details?: readonly Response.error.Detail[] | undefined;
|
|
451
438
|
message: string;
|
|
452
439
|
};
|
|
453
440
|
requestId: string;
|
|
454
441
|
};
|
|
455
442
|
outputFormat: "json";
|
|
456
|
-
status:
|
|
443
|
+
status: 401;
|
|
457
444
|
input: {
|
|
458
445
|
param: {
|
|
459
446
|
orgId: string;
|
|
@@ -462,14 +449,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
462
449
|
} | {
|
|
463
450
|
output: {
|
|
464
451
|
error: {
|
|
465
|
-
code: "
|
|
452
|
+
code: "upstream_error";
|
|
466
453
|
details?: readonly Response.error.Detail[] | undefined;
|
|
467
454
|
message: string;
|
|
468
455
|
};
|
|
469
456
|
requestId: string;
|
|
470
457
|
};
|
|
471
458
|
outputFormat: "json";
|
|
472
|
-
status:
|
|
459
|
+
status: 502;
|
|
473
460
|
input: {
|
|
474
461
|
param: {
|
|
475
462
|
orgId: string;
|
|
@@ -478,14 +465,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
478
465
|
} | {
|
|
479
466
|
output: {
|
|
480
467
|
error: {
|
|
481
|
-
code: "
|
|
468
|
+
code: "param_invalid";
|
|
482
469
|
details?: readonly Response.error.Detail[] | undefined;
|
|
483
470
|
message: string;
|
|
484
471
|
};
|
|
485
472
|
requestId: string;
|
|
486
473
|
};
|
|
487
474
|
outputFormat: "json";
|
|
488
|
-
status:
|
|
475
|
+
status: 400;
|
|
489
476
|
input: {
|
|
490
477
|
param: {
|
|
491
478
|
orgId: string;
|
|
@@ -525,15 +512,28 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
525
512
|
};
|
|
526
513
|
} | {
|
|
527
514
|
output: {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
515
|
+
data: {
|
|
516
|
+
address: `0x${string}`;
|
|
517
|
+
currency: string;
|
|
518
|
+
decimals: number;
|
|
519
|
+
logoUri?: string | undefined;
|
|
520
|
+
name: string;
|
|
521
|
+
symbol: string;
|
|
522
|
+
chainId: number;
|
|
523
|
+
createdAt: string;
|
|
524
|
+
id: string;
|
|
525
|
+
logo?: string | undefined;
|
|
526
|
+
note: string | null;
|
|
527
|
+
orgId: string;
|
|
528
|
+
requestedBy: string;
|
|
529
|
+
reviewNote: string | null;
|
|
530
|
+
reviewedAt: string | null;
|
|
531
|
+
status: "approved" | "denied" | "pending";
|
|
532
|
+
updatedAt: string;
|
|
533
|
+
}[];
|
|
534
534
|
};
|
|
535
535
|
outputFormat: "json";
|
|
536
|
-
status:
|
|
536
|
+
status: 200;
|
|
537
537
|
input: {
|
|
538
538
|
param: {
|
|
539
539
|
orgId: string;
|
|
@@ -545,10 +545,15 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
545
545
|
"/v1/orgs/:orgId{org_[A-Za-z0-9_-]+}/verified-token-requests/:requestId{vtr_[A-Za-z0-9_-]+}": {
|
|
546
546
|
$delete: {
|
|
547
547
|
output: {
|
|
548
|
-
|
|
548
|
+
error: {
|
|
549
|
+
code: "api_key_malformed";
|
|
550
|
+
details?: readonly Response.error.Detail[] | undefined;
|
|
551
|
+
message: string;
|
|
552
|
+
};
|
|
553
|
+
requestId: string;
|
|
549
554
|
};
|
|
550
555
|
outputFormat: "json";
|
|
551
|
-
status:
|
|
556
|
+
status: 400;
|
|
552
557
|
input: {
|
|
553
558
|
param: {
|
|
554
559
|
orgId: string;
|
|
@@ -558,14 +563,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
558
563
|
} | {
|
|
559
564
|
output: {
|
|
560
565
|
error: {
|
|
561
|
-
code: "
|
|
566
|
+
code: "api_key_invalid" | "api_key_missing";
|
|
562
567
|
details?: readonly Response.error.Detail[] | undefined;
|
|
563
568
|
message: string;
|
|
564
569
|
};
|
|
565
570
|
requestId: string;
|
|
566
571
|
};
|
|
567
572
|
outputFormat: "json";
|
|
568
|
-
status:
|
|
573
|
+
status: 401;
|
|
569
574
|
input: {
|
|
570
575
|
param: {
|
|
571
576
|
orgId: string;
|
|
@@ -575,14 +580,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
575
580
|
} | {
|
|
576
581
|
output: {
|
|
577
582
|
error: {
|
|
578
|
-
code: "
|
|
583
|
+
code: "upstream_error";
|
|
579
584
|
details?: readonly Response.error.Detail[] | undefined;
|
|
580
585
|
message: string;
|
|
581
586
|
};
|
|
582
587
|
requestId: string;
|
|
583
588
|
};
|
|
584
589
|
outputFormat: "json";
|
|
585
|
-
status:
|
|
590
|
+
status: 502;
|
|
586
591
|
input: {
|
|
587
592
|
param: {
|
|
588
593
|
orgId: string;
|
|
@@ -592,14 +597,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
592
597
|
} | {
|
|
593
598
|
output: {
|
|
594
599
|
error: {
|
|
595
|
-
code: "
|
|
600
|
+
code: "param_invalid";
|
|
596
601
|
details?: readonly Response.error.Detail[] | undefined;
|
|
597
602
|
message: string;
|
|
598
603
|
};
|
|
599
604
|
requestId: string;
|
|
600
605
|
};
|
|
601
606
|
outputFormat: "json";
|
|
602
|
-
status:
|
|
607
|
+
status: 400;
|
|
603
608
|
input: {
|
|
604
609
|
param: {
|
|
605
610
|
orgId: string;
|
|
@@ -643,14 +648,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
643
648
|
} | {
|
|
644
649
|
output: {
|
|
645
650
|
error: {
|
|
646
|
-
code: "
|
|
651
|
+
code: "request_not_pending";
|
|
647
652
|
details?: readonly Response.error.Detail[] | undefined;
|
|
648
653
|
message: string;
|
|
649
654
|
};
|
|
650
655
|
requestId: string;
|
|
651
656
|
};
|
|
652
657
|
outputFormat: "json";
|
|
653
|
-
status:
|
|
658
|
+
status: 409;
|
|
654
659
|
input: {
|
|
655
660
|
param: {
|
|
656
661
|
orgId: string;
|
|
@@ -660,14 +665,14 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
660
665
|
} | {
|
|
661
666
|
output: {
|
|
662
667
|
error: {
|
|
663
|
-
code: "
|
|
668
|
+
code: "verified_token_request_not_found";
|
|
664
669
|
details?: readonly Response.error.Detail[] | undefined;
|
|
665
670
|
message: string;
|
|
666
671
|
};
|
|
667
672
|
requestId: string;
|
|
668
673
|
};
|
|
669
674
|
outputFormat: "json";
|
|
670
|
-
status:
|
|
675
|
+
status: 404;
|
|
671
676
|
input: {
|
|
672
677
|
param: {
|
|
673
678
|
orgId: string;
|
|
@@ -676,15 +681,10 @@ export declare function verifiedTokenRequests(): import("hono/hono-base").HonoBa
|
|
|
676
681
|
};
|
|
677
682
|
} | {
|
|
678
683
|
output: {
|
|
679
|
-
|
|
680
|
-
code: "upstream_error";
|
|
681
|
-
details?: readonly Response.error.Detail[] | undefined;
|
|
682
|
-
message: string;
|
|
683
|
-
};
|
|
684
|
-
requestId: string;
|
|
684
|
+
id: string;
|
|
685
685
|
};
|
|
686
686
|
outputFormat: "json";
|
|
687
|
-
status:
|
|
687
|
+
status: 200;
|
|
688
688
|
input: {
|
|
689
689
|
param: {
|
|
690
690
|
orgId: string;
|