tapimo 0.5.0 → 0.5.1

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 (135) hide show
  1. package/dist/App.d.ts +4879 -4870
  2. package/dist/App.d.ts.map +1 -1
  3. package/dist/App.js +20 -2
  4. package/dist/App.js.map +1 -1
  5. package/dist/Assets.js +3 -3
  6. package/dist/Assets.js.map +1 -1
  7. package/dist/Scope.d.ts.map +1 -1
  8. package/dist/Scope.js +1 -2
  9. package/dist/Scope.js.map +1 -1
  10. package/dist/Webhooks.d.ts +1 -1
  11. package/dist/Webhooks.d.ts.map +1 -1
  12. package/dist/Webhooks.js +5 -10
  13. package/dist/Webhooks.js.map +1 -1
  14. package/dist/admin/App.d.ts +6 -34
  15. package/dist/admin/App.d.ts.map +1 -1
  16. package/dist/admin/apps/api-keys.d.ts +3 -3
  17. package/dist/admin/apps/api-keys.d.ts.map +1 -1
  18. package/dist/admin/apps/api-keys.js +4 -1
  19. package/dist/admin/apps/api-keys.js.map +1 -1
  20. package/dist/admin/apps/scopes.d.ts +6 -34
  21. package/dist/admin/apps/scopes.d.ts.map +1 -1
  22. package/dist/admin/apps/scopes.js +2 -2
  23. package/dist/admin/apps/scopes.js.map +1 -1
  24. package/dist/admin/apps/verified-tokens.d.ts +116 -116
  25. package/dist/admin/ui.generated.d.ts +1 -1
  26. package/dist/admin/ui.generated.js +33 -33
  27. package/dist/admin/ui.generated.js.map +1 -1
  28. package/dist/apps/data/App.d.ts +3199 -3206
  29. package/dist/apps/data/App.d.ts.map +1 -1
  30. package/dist/apps/data/App.js +25 -38
  31. package/dist/apps/data/App.js.map +1 -1
  32. package/dist/apps/data/FundingQuoteProviders.d.ts +76 -3
  33. package/dist/apps/data/FundingQuoteProviders.d.ts.map +1 -1
  34. package/dist/apps/data/FundingQuoteProviders.js +276 -2
  35. package/dist/apps/data/FundingQuoteProviders.js.map +1 -1
  36. package/dist/apps/data/routes/activities.d.ts +245 -245
  37. package/dist/apps/data/routes/addresses.d.ts +206 -206
  38. package/dist/apps/data/routes/balances.d.ts +46 -46
  39. package/dist/apps/data/routes/blocks.d.ts +123 -123
  40. package/dist/apps/data/routes/coingecko.d.ts +169 -169
  41. package/dist/apps/data/routes/funding.d.ts +230 -146
  42. package/dist/apps/data/routes/funding.d.ts.map +1 -1
  43. package/dist/apps/data/routes/funding.js +23 -12
  44. package/dist/apps/data/routes/funding.js.map +1 -1
  45. package/dist/apps/data/routes/indexer.d.ts +34 -34
  46. package/dist/apps/data/routes/indexer.d.ts.map +1 -1
  47. package/dist/apps/data/routes/indexer.js +9 -2
  48. package/dist/apps/data/routes/indexer.js.map +1 -1
  49. package/dist/apps/data/routes/receipts.d.ts +228 -228
  50. package/dist/apps/data/routes/tokenlist.d.ts +36 -36
  51. package/dist/apps/data/routes/transactions.d.ts +281 -281
  52. package/dist/apps/data/routes/transfers.d.ts +58 -58
  53. package/dist/apps/data/routes/verified-tokens.d.ts +86 -86
  54. package/dist/apps/management/App.d.ts +1042 -1042
  55. package/dist/apps/management/routes/api-keys.d.ts +120 -120
  56. package/dist/apps/management/routes/billing.d.ts +211 -211
  57. package/dist/apps/management/routes/invitations.d.ts +132 -132
  58. package/dist/apps/management/routes/invite-links.d.ts +62 -62
  59. package/dist/apps/management/routes/me.d.ts +17 -17
  60. package/dist/apps/management/routes/members.d.ts +80 -80
  61. package/dist/apps/management/routes/orgs.d.ts +96 -96
  62. package/dist/apps/management/routes/projects.d.ts +61 -61
  63. package/dist/apps/management/routes/scopes.d.ts +11 -11
  64. package/dist/apps/management/routes/usage.d.ts +79 -79
  65. package/dist/apps/mcp.js +2 -2
  66. package/dist/apps/mcp.js.map +1 -1
  67. package/dist/apps/relay/App.d.ts +2 -2
  68. package/dist/apps/relay/App.js +2 -2
  69. package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
  70. package/dist/db/tables/sponsoredTransactions.js +6 -2
  71. package/dist/db/tables/sponsoredTransactions.js.map +1 -1
  72. package/dist/internal/Auth.d.ts.map +1 -1
  73. package/dist/internal/Auth.js +8 -0
  74. package/dist/internal/Auth.js.map +1 -1
  75. package/dist/internal/FundingQuotes.d.ts +170 -56
  76. package/dist/internal/FundingQuotes.d.ts.map +1 -1
  77. package/dist/internal/FundingQuotes.js +91 -5
  78. package/dist/internal/FundingQuotes.js.map +1 -1
  79. package/dist/internal/Log.d.ts +18 -12
  80. package/dist/internal/Log.d.ts.map +1 -1
  81. package/dist/internal/Log.js +2 -0
  82. package/dist/internal/Log.js.map +1 -1
  83. package/dist/internal/Tidx.d.ts +9 -3
  84. package/dist/internal/Tidx.d.ts.map +1 -1
  85. package/dist/internal/Tidx.js +13 -7
  86. package/dist/internal/Tidx.js.map +1 -1
  87. package/dist/internal/Viem.d.ts +14 -1
  88. package/dist/internal/Viem.d.ts.map +1 -1
  89. package/dist/internal/Viem.js +19 -1
  90. package/dist/internal/Viem.js.map +1 -1
  91. package/package.json +2 -2
  92. package/src/ApiKeys.test.ts +2 -0
  93. package/src/App.test.ts +13 -2
  94. package/src/App.ts +31 -5
  95. package/src/Assets.ts +3 -3
  96. package/src/Client.test-d.ts +3 -2
  97. package/src/Scope.ts +4 -2
  98. package/src/Webhooks.ts +5 -10
  99. package/src/admin/apps/api-keys.test.ts +27 -0
  100. package/src/admin/apps/api-keys.ts +8 -1
  101. package/src/admin/apps/scopes.test.ts +7 -2
  102. package/src/admin/apps/scopes.ts +2 -2
  103. package/src/admin/ui/src/components/Dialog.tsx +8 -2
  104. package/src/admin/ui/src/lib/scopes.test.ts +19 -0
  105. package/src/admin/ui/src/lib/scopes.ts +12 -0
  106. package/src/admin/ui/src/routes/api-keys.tsx +128 -27
  107. package/src/admin/ui.generated.ts +33 -33
  108. package/src/apps/composition.test.ts +77 -0
  109. package/src/apps/data/App.ts +25 -45
  110. package/src/apps/data/FundingQuoteProviders.test.ts +431 -5
  111. package/src/apps/data/FundingQuoteProviders.ts +386 -4
  112. package/src/apps/data/routes/funding.test.ts +174 -7
  113. package/src/apps/data/routes/funding.ts +27 -12
  114. package/src/apps/data/routes/indexer.test.ts +82 -20
  115. package/src/apps/data/routes/indexer.ts +8 -2
  116. package/src/apps/management/Billing.test.ts +2 -2
  117. package/src/apps/mcp.test.ts +18 -0
  118. package/src/apps/mcp.ts +2 -2
  119. package/src/apps/relay/App.test.ts +6 -5
  120. package/src/apps/relay/App.ts +2 -2
  121. package/src/apps/relay/Sponsorships.test.ts +2 -2
  122. package/src/db/Db.test.ts +5 -5
  123. package/src/db/tables/billingSettings.test.ts +2 -2
  124. package/src/db/tables/organizations.test.ts +2 -2
  125. package/src/db/tables/sponsoredTransactions.test.ts +19 -2
  126. package/src/db/tables/sponsoredTransactions.ts +21 -14
  127. package/src/db/tables/stripeCustomers.test.ts +2 -2
  128. package/src/internal/Auth.ts +10 -0
  129. package/src/internal/FundingQuotes.test.ts +97 -3
  130. package/src/internal/FundingQuotes.ts +104 -6
  131. package/src/internal/Log.ts +21 -14
  132. package/src/internal/Tidx.test.ts +48 -0
  133. package/src/internal/Tidx.ts +21 -7
  134. package/src/internal/Viem.test.ts +46 -0
  135. package/src/internal/Viem.ts +34 -1
@@ -119,14 +119,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
119
119
  $post: {
120
120
  output: {
121
121
  error: {
122
- code: "upstream_error";
122
+ code: "api_key_malformed";
123
123
  details?: readonly Response.error.Detail[] | undefined;
124
124
  message: string;
125
125
  };
126
126
  requestId: string;
127
127
  };
128
128
  outputFormat: "json";
129
- status: 502;
129
+ status: 400;
130
130
  input: {
131
131
  param: {
132
132
  orgId: string;
@@ -142,14 +142,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
142
142
  } | {
143
143
  output: {
144
144
  error: {
145
- code: "api_key_malformed";
145
+ code: "api_key_invalid" | "api_key_missing";
146
146
  details?: readonly Response.error.Detail[] | undefined;
147
147
  message: string;
148
148
  };
149
149
  requestId: string;
150
150
  };
151
151
  outputFormat: "json";
152
- status: 400;
152
+ status: 401;
153
153
  input: {
154
154
  param: {
155
155
  orgId: string;
@@ -165,14 +165,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
165
165
  } | {
166
166
  output: {
167
167
  error: {
168
- code: "api_key_invalid" | "api_key_missing";
168
+ code: "upstream_error";
169
169
  details?: readonly Response.error.Detail[] | undefined;
170
170
  message: string;
171
171
  };
172
172
  requestId: string;
173
173
  };
174
174
  outputFormat: "json";
175
- status: 401;
175
+ status: 502;
176
176
  input: {
177
177
  param: {
178
178
  orgId: string;
@@ -188,14 +188,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
188
188
  } | {
189
189
  output: {
190
190
  error: {
191
- code: "organization_not_found";
191
+ code: "forbidden";
192
192
  details?: readonly Response.error.Detail[] | undefined;
193
193
  message: string;
194
194
  };
195
195
  requestId: string;
196
196
  };
197
197
  outputFormat: "json";
198
- status: 404;
198
+ status: 403;
199
199
  input: {
200
200
  param: {
201
201
  orgId: string;
@@ -211,14 +211,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
211
211
  } | {
212
212
  output: {
213
213
  error: {
214
- code: "forbidden";
214
+ code: "organization_not_found";
215
215
  details?: readonly Response.error.Detail[] | undefined;
216
216
  message: string;
217
217
  };
218
218
  requestId: string;
219
219
  };
220
220
  outputFormat: "json";
221
- status: 403;
221
+ status: 404;
222
222
  input: {
223
223
  param: {
224
224
  orgId: string;
@@ -292,14 +292,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
292
292
  $get: {
293
293
  output: {
294
294
  error: {
295
- code: "upstream_error";
295
+ code: "api_key_malformed";
296
296
  details?: readonly Response.error.Detail[] | undefined;
297
297
  message: string;
298
298
  };
299
299
  requestId: string;
300
300
  };
301
301
  outputFormat: "json";
302
- status: 502;
302
+ status: 400;
303
303
  input: {
304
304
  param: {
305
305
  orgId: string;
@@ -308,14 +308,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
308
308
  } | {
309
309
  output: {
310
310
  error: {
311
- code: "api_key_malformed";
311
+ code: "api_key_invalid" | "api_key_missing";
312
312
  details?: readonly Response.error.Detail[] | undefined;
313
313
  message: string;
314
314
  };
315
315
  requestId: string;
316
316
  };
317
317
  outputFormat: "json";
318
- status: 400;
318
+ status: 401;
319
319
  input: {
320
320
  param: {
321
321
  orgId: string;
@@ -324,14 +324,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
324
324
  } | {
325
325
  output: {
326
326
  error: {
327
- code: "api_key_invalid" | "api_key_missing";
327
+ code: "upstream_error";
328
328
  details?: readonly Response.error.Detail[] | undefined;
329
329
  message: string;
330
330
  };
331
331
  requestId: string;
332
332
  };
333
333
  outputFormat: "json";
334
- status: 401;
334
+ status: 502;
335
335
  input: {
336
336
  param: {
337
337
  orgId: string;
@@ -340,14 +340,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
340
340
  } | {
341
341
  output: {
342
342
  error: {
343
- code: "organization_not_found";
343
+ code: "forbidden";
344
344
  details?: readonly Response.error.Detail[] | undefined;
345
345
  message: string;
346
346
  };
347
347
  requestId: string;
348
348
  };
349
349
  outputFormat: "json";
350
- status: 404;
350
+ status: 403;
351
351
  input: {
352
352
  param: {
353
353
  orgId: string;
@@ -356,14 +356,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
356
356
  } | {
357
357
  output: {
358
358
  error: {
359
- code: "forbidden";
359
+ code: "organization_not_found";
360
360
  details?: readonly Response.error.Detail[] | undefined;
361
361
  message: string;
362
362
  };
363
363
  requestId: string;
364
364
  };
365
365
  outputFormat: "json";
366
- status: 403;
366
+ status: 404;
367
367
  input: {
368
368
  param: {
369
369
  orgId: string;
@@ -418,14 +418,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
418
418
  $patch: {
419
419
  output: {
420
420
  error: {
421
- code: "upstream_error";
421
+ code: "api_key_malformed";
422
422
  details?: readonly Response.error.Detail[] | undefined;
423
423
  message: string;
424
424
  };
425
425
  requestId: string;
426
426
  };
427
427
  outputFormat: "json";
428
- status: 502;
428
+ status: 400;
429
429
  input: {
430
430
  param: {
431
431
  inviteLinkId: string;
@@ -439,14 +439,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
439
439
  } | {
440
440
  output: {
441
441
  error: {
442
- code: "api_key_malformed";
442
+ code: "api_key_invalid" | "api_key_missing";
443
443
  details?: readonly Response.error.Detail[] | undefined;
444
444
  message: string;
445
445
  };
446
446
  requestId: string;
447
447
  };
448
448
  outputFormat: "json";
449
- status: 400;
449
+ status: 401;
450
450
  input: {
451
451
  param: {
452
452
  inviteLinkId: string;
@@ -460,14 +460,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
460
460
  } | {
461
461
  output: {
462
462
  error: {
463
- code: "api_key_invalid" | "api_key_missing";
463
+ code: "upstream_error";
464
464
  details?: readonly Response.error.Detail[] | undefined;
465
465
  message: string;
466
466
  };
467
467
  requestId: string;
468
468
  };
469
469
  outputFormat: "json";
470
- status: 401;
470
+ status: 502;
471
471
  input: {
472
472
  param: {
473
473
  inviteLinkId: string;
@@ -481,14 +481,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
481
481
  } | {
482
482
  output: {
483
483
  error: {
484
- code: "organization_not_found";
484
+ code: "forbidden";
485
485
  details?: readonly Response.error.Detail[] | undefined;
486
486
  message: string;
487
487
  };
488
488
  requestId: string;
489
489
  };
490
490
  outputFormat: "json";
491
- status: 404;
491
+ status: 403;
492
492
  input: {
493
493
  param: {
494
494
  inviteLinkId: string;
@@ -502,14 +502,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
502
502
  } | {
503
503
  output: {
504
504
  error: {
505
- code: "forbidden";
505
+ code: "organization_not_found";
506
506
  details?: readonly Response.error.Detail[] | undefined;
507
507
  message: string;
508
508
  };
509
509
  requestId: string;
510
510
  };
511
511
  outputFormat: "json";
512
- status: 403;
512
+ status: 404;
513
513
  input: {
514
514
  param: {
515
515
  inviteLinkId: string;
@@ -598,14 +598,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
598
598
  $delete: {
599
599
  output: {
600
600
  error: {
601
- code: "upstream_error";
601
+ code: "api_key_malformed";
602
602
  details?: readonly Response.error.Detail[] | undefined;
603
603
  message: string;
604
604
  };
605
605
  requestId: string;
606
606
  };
607
607
  outputFormat: "json";
608
- status: 502;
608
+ status: 400;
609
609
  input: {
610
610
  param: {
611
611
  inviteLinkId: string;
@@ -615,14 +615,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
615
615
  } | {
616
616
  output: {
617
617
  error: {
618
- code: "api_key_malformed";
618
+ code: "api_key_invalid" | "api_key_missing";
619
619
  details?: readonly Response.error.Detail[] | undefined;
620
620
  message: string;
621
621
  };
622
622
  requestId: string;
623
623
  };
624
624
  outputFormat: "json";
625
- status: 400;
625
+ status: 401;
626
626
  input: {
627
627
  param: {
628
628
  inviteLinkId: string;
@@ -632,14 +632,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
632
632
  } | {
633
633
  output: {
634
634
  error: {
635
- code: "api_key_invalid" | "api_key_missing";
635
+ code: "upstream_error";
636
636
  details?: readonly Response.error.Detail[] | undefined;
637
637
  message: string;
638
638
  };
639
639
  requestId: string;
640
640
  };
641
641
  outputFormat: "json";
642
- status: 401;
642
+ status: 502;
643
643
  input: {
644
644
  param: {
645
645
  inviteLinkId: string;
@@ -649,14 +649,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
649
649
  } | {
650
650
  output: {
651
651
  error: {
652
- code: "organization_not_found";
652
+ code: "forbidden";
653
653
  details?: readonly Response.error.Detail[] | undefined;
654
654
  message: string;
655
655
  };
656
656
  requestId: string;
657
657
  };
658
658
  outputFormat: "json";
659
- status: 404;
659
+ status: 403;
660
660
  input: {
661
661
  param: {
662
662
  inviteLinkId: string;
@@ -666,14 +666,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
666
666
  } | {
667
667
  output: {
668
668
  error: {
669
- code: "forbidden";
669
+ code: "organization_not_found";
670
670
  details?: readonly Response.error.Detail[] | undefined;
671
671
  message: string;
672
672
  };
673
673
  requestId: string;
674
674
  };
675
675
  outputFormat: "json";
676
- status: 403;
676
+ status: 404;
677
677
  input: {
678
678
  param: {
679
679
  inviteLinkId: string;
@@ -733,14 +733,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
733
733
  $get: {
734
734
  output: {
735
735
  error: {
736
- code: "upstream_error";
736
+ code: "api_key_malformed";
737
737
  details?: readonly Response.error.Detail[] | undefined;
738
738
  message: string;
739
739
  };
740
740
  requestId: string;
741
741
  };
742
742
  outputFormat: "json";
743
- status: 502;
743
+ status: 400;
744
744
  input: {
745
745
  param: {
746
746
  inviteLinkId: string;
@@ -750,14 +750,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
750
750
  } | {
751
751
  output: {
752
752
  error: {
753
- code: "api_key_malformed";
753
+ code: "api_key_invalid" | "api_key_missing";
754
754
  details?: readonly Response.error.Detail[] | undefined;
755
755
  message: string;
756
756
  };
757
757
  requestId: string;
758
758
  };
759
759
  outputFormat: "json";
760
- status: 400;
760
+ status: 401;
761
761
  input: {
762
762
  param: {
763
763
  inviteLinkId: string;
@@ -767,14 +767,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
767
767
  } | {
768
768
  output: {
769
769
  error: {
770
- code: "api_key_invalid" | "api_key_missing";
770
+ code: "upstream_error";
771
771
  details?: readonly Response.error.Detail[] | undefined;
772
772
  message: string;
773
773
  };
774
774
  requestId: string;
775
775
  };
776
776
  outputFormat: "json";
777
- status: 401;
777
+ status: 502;
778
778
  input: {
779
779
  param: {
780
780
  inviteLinkId: string;
@@ -784,14 +784,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
784
784
  } | {
785
785
  output: {
786
786
  error: {
787
- code: "organization_not_found";
787
+ code: "forbidden";
788
788
  details?: readonly Response.error.Detail[] | undefined;
789
789
  message: string;
790
790
  };
791
791
  requestId: string;
792
792
  };
793
793
  outputFormat: "json";
794
- status: 404;
794
+ status: 403;
795
795
  input: {
796
796
  param: {
797
797
  inviteLinkId: string;
@@ -801,14 +801,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
801
801
  } | {
802
802
  output: {
803
803
  error: {
804
- code: "forbidden";
804
+ code: "organization_not_found";
805
805
  details?: readonly Response.error.Detail[] | undefined;
806
806
  message: string;
807
807
  };
808
808
  requestId: string;
809
809
  };
810
810
  outputFormat: "json";
811
- status: 403;
811
+ status: 404;
812
812
  input: {
813
813
  param: {
814
814
  inviteLinkId: string;
@@ -876,14 +876,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
876
876
  $post: {
877
877
  output: {
878
878
  error: {
879
- code: "upstream_error";
879
+ code: "api_key_malformed";
880
880
  details?: readonly Response.error.Detail[] | undefined;
881
881
  message: string;
882
882
  };
883
883
  requestId: string;
884
884
  };
885
885
  outputFormat: "json";
886
- status: 502;
886
+ status: 400;
887
887
  input: {
888
888
  json: {
889
889
  token: string;
@@ -892,14 +892,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
892
892
  } | {
893
893
  output: {
894
894
  error: {
895
- code: "api_key_malformed";
895
+ code: "api_key_invalid" | "api_key_missing";
896
896
  details?: readonly Response.error.Detail[] | undefined;
897
897
  message: string;
898
898
  };
899
899
  requestId: string;
900
900
  };
901
901
  outputFormat: "json";
902
- status: 400;
902
+ status: 401;
903
903
  input: {
904
904
  json: {
905
905
  token: string;
@@ -908,14 +908,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
908
908
  } | {
909
909
  output: {
910
910
  error: {
911
- code: "api_key_invalid" | "api_key_missing";
911
+ code: "upstream_error";
912
912
  details?: readonly Response.error.Detail[] | undefined;
913
913
  message: string;
914
914
  };
915
915
  requestId: string;
916
916
  };
917
917
  outputFormat: "json";
918
- status: 401;
918
+ status: 502;
919
919
  input: {
920
920
  json: {
921
921
  token: string;
@@ -988,14 +988,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
988
988
  $post: {
989
989
  output: {
990
990
  error: {
991
- code: "upstream_error";
991
+ code: "api_key_malformed";
992
992
  details?: readonly Response.error.Detail[] | undefined;
993
993
  message: string;
994
994
  };
995
995
  requestId: string;
996
996
  };
997
997
  outputFormat: "json";
998
- status: 502;
998
+ status: 400;
999
999
  input: {
1000
1000
  json: {
1001
1001
  token: string;
@@ -1004,14 +1004,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
1004
1004
  } | {
1005
1005
  output: {
1006
1006
  error: {
1007
- code: "api_key_malformed";
1007
+ code: "api_key_invalid" | "api_key_missing";
1008
1008
  details?: readonly Response.error.Detail[] | undefined;
1009
1009
  message: string;
1010
1010
  };
1011
1011
  requestId: string;
1012
1012
  };
1013
1013
  outputFormat: "json";
1014
- status: 400;
1014
+ status: 401;
1015
1015
  input: {
1016
1016
  json: {
1017
1017
  token: string;
@@ -1020,14 +1020,14 @@ export declare function inviteLinks(): import("hono/hono-base").HonoBase<Environ
1020
1020
  } | {
1021
1021
  output: {
1022
1022
  error: {
1023
- code: "api_key_invalid" | "api_key_missing";
1023
+ code: "upstream_error";
1024
1024
  details?: readonly Response.error.Detail[] | undefined;
1025
1025
  message: string;
1026
1026
  };
1027
1027
  requestId: string;
1028
1028
  };
1029
1029
  outputFormat: "json";
1030
- status: 401;
1030
+ status: 502;
1031
1031
  input: {
1032
1032
  json: {
1033
1033
  token: string;
@@ -19,17 +19,6 @@ export declare namespace schema {
19
19
  export declare function me(): import("hono/hono-base").HonoBase<App.Environment, {
20
20
  "/v1/me": {
21
21
  $get: {
22
- output: {
23
- address?: string | undefined;
24
- createdAt: string;
25
- email?: string | undefined;
26
- id: string;
27
- updatedAt: string;
28
- };
29
- outputFormat: "json";
30
- status: 200;
31
- input: {};
32
- } | {
33
22
  output: {
34
23
  error: {
35
24
  code: "api_key_malformed";
@@ -56,38 +45,49 @@ export declare function me(): import("hono/hono-base").HonoBase<App.Environment,
56
45
  } | {
57
46
  output: {
58
47
  error: {
59
- code: "forbidden";
48
+ code: "upstream_error";
60
49
  details?: readonly Response.error.Detail[] | undefined;
61
50
  message: string;
62
51
  };
63
52
  requestId: string;
64
53
  };
65
54
  outputFormat: "json";
66
- status: 403;
55
+ status: 502;
67
56
  input: {};
68
57
  } | {
69
58
  output: {
70
59
  error: {
71
- code: "user_not_found";
60
+ code: "forbidden";
72
61
  details?: readonly Response.error.Detail[] | undefined;
73
62
  message: string;
74
63
  };
75
64
  requestId: string;
76
65
  };
77
66
  outputFormat: "json";
78
- status: 404;
67
+ status: 403;
79
68
  input: {};
80
69
  } | {
81
70
  output: {
82
71
  error: {
83
- code: "upstream_error";
72
+ code: "user_not_found";
84
73
  details?: readonly Response.error.Detail[] | undefined;
85
74
  message: string;
86
75
  };
87
76
  requestId: string;
88
77
  };
89
78
  outputFormat: "json";
90
- status: 502;
79
+ status: 404;
80
+ input: {};
81
+ } | {
82
+ output: {
83
+ address?: string | undefined;
84
+ createdAt: string;
85
+ email?: string | undefined;
86
+ id: string;
87
+ updatedAt: string;
88
+ };
89
+ outputFormat: "json";
90
+ status: 200;
91
91
  input: {};
92
92
  };
93
93
  };