@r2wa-org/eden 0.0.78 → 0.0.80

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 (126) hide show
  1. package/dist/admin/index.d.ts +830 -1162
  2. package/dist/admin-user/admin/router.d.ts +12 -12
  3. package/dist/app-version/admin/router.d.ts +16 -16
  4. package/dist/asset/admin/dto.schemas.d.ts +21 -21
  5. package/dist/asset/admin/router.d.ts +37 -37
  6. package/dist/asset/admin/service.d.ts +18 -18
  7. package/dist/asset/db.schemas.d.ts +4 -4
  8. package/dist/asset/internal/service.d.ts +3 -3
  9. package/dist/asset/schema.d.ts +3 -3
  10. package/dist/asset/user/dto.schemas.d.ts +9 -9
  11. package/dist/asset/user/router.d.ts +15 -15
  12. package/dist/asset/user/service.d.ts +9 -9
  13. package/dist/asset-convert-product/admin/dto.schemas.d.ts +15 -15
  14. package/dist/asset-convert-product/admin/router.d.ts +53 -53
  15. package/dist/asset-convert-product/admin/service.d.ts +31 -31
  16. package/dist/asset-convert-product/user/dto.schemas.d.ts +6 -6
  17. package/dist/asset-convert-product/user/router.d.ts +11 -11
  18. package/dist/asset-convert-product/user/service.d.ts +8 -8
  19. package/dist/asset-price/admin/dto.schemas.d.ts +3 -3
  20. package/dist/asset-price/admin/router.d.ts +14 -14
  21. package/dist/asset-price/admin/service.d.ts +4 -4
  22. package/dist/asset-price/user/router.d.ts +4 -4
  23. package/dist/asset-type/admin/router.d.ts +10 -10
  24. package/dist/asset-type/user/router.d.ts +3 -3
  25. package/dist/auth/better-auth.d.ts +36 -37
  26. package/dist/auth/router.d.ts +2 -2
  27. package/dist/bank-account/admin/router.d.ts +20 -20
  28. package/dist/bank-account/user/router.d.ts +7 -7
  29. package/dist/check-in/admin/router.d.ts +4 -4
  30. package/dist/check-in/user/router.d.ts +7 -7
  31. package/dist/deposit/admin/router.d.ts +8 -8
  32. package/dist/deposit/user/router.d.ts +7 -7
  33. package/dist/dynamic-env/admin.router.d.ts +10 -10
  34. package/dist/env/server.d.ts +0 -6
  35. package/dist/file-storage/admin/router.d.ts +8 -8
  36. package/dist/file-storage/share/router.d.ts +6 -6
  37. package/dist/file-storage/user/router.d.ts +5 -5
  38. package/dist/index.d.ts +1128 -1562
  39. package/dist/ledger/admin/dto.schemas.d.ts +7 -7
  40. package/dist/ledger/admin/router.d.ts +7 -7
  41. package/dist/ledger/user/router.d.ts +3 -3
  42. package/dist/ledger/user/service.d.ts +6 -6
  43. package/dist/ledger-account/admin/dto.schemas.d.ts +37 -3
  44. package/dist/ledger-account/admin/router.d.ts +64 -15
  45. package/dist/ledger-account/admin/service.d.ts +21 -7
  46. package/dist/ledger-account/user/dto.schemas.d.ts +1 -1
  47. package/dist/ledger-account/user/router.d.ts +8 -8
  48. package/dist/ledger-account/user/service.d.ts +6 -6
  49. package/dist/ledger-account-import/admin/router.d.ts +12 -12
  50. package/dist/ledger-account-transfer/user/router.d.ts +3 -3
  51. package/dist/ledger-account-type/admin/router.d.ts +10 -10
  52. package/dist/ledger-account-type/user/router.d.ts +4 -4
  53. package/dist/market-data/admin/dto.schemas.d.ts +423 -647
  54. package/dist/market-data/admin/router.d.ts +104 -145
  55. package/dist/market-data/admin/service.d.ts +10 -44
  56. package/dist/market-data/cron.d.ts +1 -0
  57. package/dist/market-data/db.schemas.d.ts +40 -176
  58. package/dist/market-data/internal/service.d.ts +76 -45
  59. package/dist/market-data/resolutions.d.ts +9 -0
  60. package/dist/market-data/schema.d.ts +23 -94
  61. package/dist/market-data/user/router.d.ts +8 -8
  62. package/dist/market-pricing/admin/dto.schemas.d.ts +315 -428
  63. package/dist/market-pricing/admin/router.d.ts +242 -146
  64. package/dist/market-pricing/admin/service.d.ts +183 -102
  65. package/dist/market-pricing/cron.d.ts +1 -1
  66. package/dist/market-pricing/db.schemas.d.ts +661 -117
  67. package/dist/market-pricing/errors/index.d.ts +1 -0
  68. package/dist/market-pricing/errors/locales/zh.d.ts +1 -0
  69. package/dist/market-pricing/internal/service.d.ts +27 -4
  70. package/dist/market-pricing/schema.d.ts +304 -28
  71. package/dist/news/admin/router.d.ts +16 -16
  72. package/dist/news/user/router.d.ts +4 -4
  73. package/dist/news-category/user/router.d.ts +2 -2
  74. package/dist/notification/admin/router.d.ts +6 -6
  75. package/dist/notification/user/router.d.ts +7 -7
  76. package/dist/operations-overview/admin/router.d.ts +7 -7
  77. package/dist/portfolio/user/dto.schemas.d.ts +1 -1
  78. package/dist/portfolio/user/router.d.ts +7 -7
  79. package/dist/portfolio/user/service.d.ts +1 -1
  80. package/dist/receipt-method/admin/router.d.ts +8 -8
  81. package/dist/receipt-method/user/router.d.ts +7 -7
  82. package/dist/referral/admin/router.d.ts +6 -6
  83. package/dist/referral/user/router.d.ts +6 -6
  84. package/dist/referral-depth-config/admin/router.d.ts +12 -12
  85. package/dist/server-test/index.d.ts +2 -2
  86. package/dist/shipping-address/admin/router.d.ts +4 -4
  87. package/dist/shipping-address/user/router.d.ts +8 -8
  88. package/dist/team/admin/router.d.ts +6 -6
  89. package/dist/team/user/router.d.ts +8 -8
  90. package/dist/trade-market/admin/dto.schemas.d.ts +89 -3625
  91. package/dist/trade-market/admin/router.d.ts +28 -464
  92. package/dist/trade-market/admin/service.d.ts +13 -446
  93. package/dist/trade-market/db.schemas.d.ts +0 -170
  94. package/dist/trade-market/errors/index.d.ts +1 -0
  95. package/dist/trade-market/errors/locales/zh.d.ts +1 -0
  96. package/dist/trade-market/index.d.ts +1 -0
  97. package/dist/trade-market/internal/service.d.ts +14 -326
  98. package/dist/trade-market/schema.d.ts +2 -91
  99. package/dist/trade-market/seed.d.ts +1 -0
  100. package/dist/trade-market/user/dto.schemas.d.ts +0 -172
  101. package/dist/trade-market/user/router.d.ts +8 -26
  102. package/dist/trade-market/user/service.d.ts +8 -294
  103. package/dist/transfer/admin/router.d.ts +4 -4
  104. package/dist/transfer/user/router.d.ts +4 -4
  105. package/dist/udf/dto.schemas.d.ts +134 -0
  106. package/dist/udf/index.d.ts +1 -0
  107. package/dist/udf/router.d.ts +577 -0
  108. package/dist/udf/service.d.ts +75 -0
  109. package/dist/user/admin/router.d.ts +14 -14
  110. package/dist/user/user/router.d.ts +5 -5
  111. package/dist/user-kyc/admin/router.d.ts +10 -10
  112. package/dist/user-kyc/user/router.d.ts +6 -6
  113. package/dist/user-security/admin/router.d.ts +4 -4
  114. package/dist/user-security/user/router.d.ts +6 -6
  115. package/dist/wallet/admin/router.d.ts +6 -6
  116. package/dist/wallet/user/router.d.ts +4 -4
  117. package/dist/wallet-type/admin/router.d.ts +14 -14
  118. package/dist/wallet-type/user/router.d.ts +3 -3
  119. package/dist/welfare-cycle/admin/dto.schemas.d.ts +24 -24
  120. package/dist/welfare-cycle/admin/router.d.ts +52 -52
  121. package/dist/welfare-cycle/admin/service.d.ts +32 -32
  122. package/dist/welfare-cycle/user/router.d.ts +9 -9
  123. package/dist/withdraw/admin/router.d.ts +10 -10
  124. package/dist/withdraw/user/dto.schemas.d.ts +2 -2
  125. package/dist/withdraw/user/router.d.ts +8 -8
  126. package/package.json +4 -1
@@ -41,7 +41,7 @@ export declare const newsRouter: Elysia<"/news", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const newsRouter: Elysia<"/news", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -506,6 +506,7 @@ export declare const newsRouter: Elysia<"/news", {
506
506
  query: {};
507
507
  headers: {};
508
508
  response: {
509
+ 401: "Unauthorized";
509
510
  422: {
510
511
  type: "validation";
511
512
  on: string;
@@ -515,7 +516,6 @@ export declare const newsRouter: Elysia<"/news", {
515
516
  property?: string;
516
517
  expected?: string;
517
518
  };
518
- 401: "Unauthorized";
519
519
  };
520
520
  };
521
521
  };
@@ -555,6 +555,7 @@ export declare const newsRouter: Elysia<"/news", {
555
555
  thumbnailId: string | null;
556
556
  attachmentIds: string[] | null;
557
557
  }[];
558
+ 401: "Unauthorized";
558
559
  422: {
559
560
  type: "validation";
560
561
  on: string;
@@ -564,7 +565,6 @@ export declare const newsRouter: Elysia<"/news", {
564
565
  property?: string;
565
566
  expected?: string;
566
567
  };
567
- 401: "Unauthorized";
568
568
  };
569
569
  };
570
570
  };
@@ -41,7 +41,7 @@ export declare const newsCategoryRouter: Elysia<"/news_categories", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const newsCategoryRouter: Elysia<"/news_categories", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -41,7 +41,7 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -408,6 +408,8 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
408
408
  priority: "normal" | "low" | "high" | "urgent";
409
409
  isBroadcast: boolean;
410
410
  };
411
+ 401: "Unauthorized";
412
+ 403: "Forbidden: Admins only";
411
413
  422: {
412
414
  type: "validation";
413
415
  on: string;
@@ -417,8 +419,6 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
417
419
  property?: string;
418
420
  expected?: string;
419
421
  };
420
- 401: "Unauthorized";
421
- 403: "Forbidden: Admins only";
422
422
  };
423
423
  };
424
424
  };
@@ -462,6 +462,8 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
462
462
  hasNextPage: boolean;
463
463
  };
464
464
  };
465
+ 401: "Unauthorized";
466
+ 403: "Forbidden: Admins only";
465
467
  422: {
466
468
  type: "validation";
467
469
  on: string;
@@ -471,8 +473,6 @@ export declare const notificationAdminRouter: Elysia<"/notifications", {
471
473
  property?: string;
472
474
  expected?: string;
473
475
  };
474
- 401: "Unauthorized";
475
- 403: "Forbidden: Admins only";
476
476
  };
477
477
  };
478
478
  };
@@ -41,7 +41,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -425,6 +425,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
425
425
  hasNextPage: boolean;
426
426
  };
427
427
  };
428
+ 401: "Unauthorized";
428
429
  422: {
429
430
  type: "validation";
430
431
  on: string;
@@ -434,7 +435,6 @@ export declare const notificationRouter: Elysia<"/notifications", {
434
435
  property?: string;
435
436
  expected?: string;
436
437
  };
437
- 401: "Unauthorized";
438
438
  };
439
439
  };
440
440
  };
@@ -450,6 +450,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
450
450
  200: {
451
451
  count: number;
452
452
  };
453
+ 401: "Unauthorized";
453
454
  422: {
454
455
  type: "validation";
455
456
  on: string;
@@ -459,7 +460,6 @@ export declare const notificationRouter: Elysia<"/notifications", {
459
460
  property?: string;
460
461
  expected?: string;
461
462
  };
462
- 401: "Unauthorized";
463
463
  };
464
464
  };
465
465
  };
@@ -497,6 +497,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
497
497
  notificationId: string;
498
498
  readAt: Date | null;
499
499
  };
500
+ 401: "Unauthorized";
500
501
  422: {
501
502
  type: "validation";
502
503
  on: string;
@@ -506,7 +507,6 @@ export declare const notificationRouter: Elysia<"/notifications", {
506
507
  property?: string;
507
508
  expected?: string;
508
509
  };
509
- 401: "Unauthorized";
510
510
  };
511
511
  };
512
512
  };
@@ -542,6 +542,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
542
542
  readAt: Date | null;
543
543
  archivedAt: Date | null;
544
544
  }[];
545
+ 401: "Unauthorized";
545
546
  422: {
546
547
  type: "validation";
547
548
  on: string;
@@ -551,7 +552,6 @@ export declare const notificationRouter: Elysia<"/notifications", {
551
552
  property?: string;
552
553
  expected?: string;
553
554
  };
554
- 401: "Unauthorized";
555
555
  };
556
556
  };
557
557
  };
@@ -571,6 +571,7 @@ export declare const notificationRouter: Elysia<"/notifications", {
571
571
  200: {
572
572
  count: number;
573
573
  };
574
+ 401: "Unauthorized";
574
575
  422: {
575
576
  type: "validation";
576
577
  on: string;
@@ -580,7 +581,6 @@ export declare const notificationRouter: Elysia<"/notifications", {
580
581
  property?: string;
581
582
  expected?: string;
582
583
  };
583
- 401: "Unauthorized";
584
584
  };
585
585
  };
586
586
  };
@@ -41,7 +41,7 @@ export declare const operationsOverviewAdminRouter: Elysia<"/operations_overview
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const operationsOverviewAdminRouter: Elysia<"/operations_overview
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -422,6 +422,11 @@ export declare const operationsOverviewAdminRouter: Elysia<"/operations_overview
422
422
  loginTrendMetric: string;
423
423
  };
424
424
  };
425
+ 400: {
426
+ message: string;
427
+ };
428
+ 401: "Unauthorized";
429
+ 403: "Forbidden: Admins only";
425
430
  422: {
426
431
  type: "validation";
427
432
  on: string;
@@ -431,11 +436,6 @@ export declare const operationsOverviewAdminRouter: Elysia<"/operations_overview
431
436
  property?: string;
432
437
  expected?: string;
433
438
  };
434
- 400: {
435
- message: string;
436
- };
437
- 401: "Unauthorized";
438
- 403: "Forbidden: Admins only";
439
439
  };
440
440
  };
441
441
  };
@@ -88,7 +88,7 @@ export type PortfolioAssetOverviewAccountDistributionItemType = typeof portfolio
88
88
  export declare const portfolioAssetOverviewResponseSchema: import("@sinclair/typebox").TObject<{
89
89
  quoteAsset: import("@sinclair/typebox").TString;
90
90
  asset: import("@sinclair/typebox").TObject<{
91
- symbol: import("@sinclair/typebox").TString;
91
+ symbol: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;
92
92
  id: import("@sinclair/typebox").TString;
93
93
  name: import("@sinclair/typebox").TString;
94
94
  code: import("@sinclair/typebox").TString;
@@ -41,7 +41,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -418,6 +418,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
418
418
  quantity: string;
419
419
  }[];
420
420
  };
421
+ 401: "Unauthorized";
421
422
  422: {
422
423
  type: "validation";
423
424
  on: string;
@@ -427,7 +428,6 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
427
428
  property?: string;
428
429
  expected?: string;
429
430
  };
430
- 401: "Unauthorized";
431
431
  };
432
432
  };
433
433
  };
@@ -480,6 +480,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
480
480
  key: string;
481
481
  };
482
482
  };
483
+ 401: "Unauthorized";
483
484
  422: {
484
485
  type: "validation";
485
486
  on: string;
@@ -489,7 +490,6 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
489
490
  property?: string;
490
491
  expected?: string;
491
492
  };
492
- 401: "Unauthorized";
493
493
  };
494
494
  };
495
495
  };
@@ -515,7 +515,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
515
515
  response: {
516
516
  200: {
517
517
  asset: {
518
- symbol: string;
518
+ symbol: string | null;
519
519
  id: string;
520
520
  name: string;
521
521
  code: string;
@@ -541,6 +541,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
541
541
  proportion: string;
542
542
  }[];
543
543
  };
544
+ 401: "Unauthorized";
544
545
  422: {
545
546
  type: "validation";
546
547
  on: string;
@@ -550,7 +551,6 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
550
551
  property?: string;
551
552
  expected?: string;
552
553
  };
553
- 401: "Unauthorized";
554
554
  };
555
555
  };
556
556
  };
@@ -596,6 +596,7 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
596
596
  totalValuation: string;
597
597
  };
598
598
  };
599
+ 401: "Unauthorized";
599
600
  422: {
600
601
  type: "validation";
601
602
  on: string;
@@ -605,7 +606,6 @@ export declare const portfolioRouter: Elysia<"/portfolio", {
605
606
  property?: string;
606
607
  expected?: string;
607
608
  };
608
- 401: "Unauthorized";
609
609
  };
610
610
  };
611
611
  };
@@ -70,7 +70,7 @@ export declare abstract class UserPortfolioService extends InternalPortfolioServ
70
70
  code: string;
71
71
  name: string;
72
72
  iconUrl: string;
73
- symbol: string;
73
+ symbol: string | null;
74
74
  precision: number;
75
75
  category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
76
76
  isActive: boolean;
@@ -41,7 +41,7 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -424,6 +424,8 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
424
424
  hasNextPage: boolean;
425
425
  };
426
426
  };
427
+ 401: "Unauthorized";
428
+ 403: "Forbidden: Admins only";
427
429
  422: {
428
430
  type: "validation";
429
431
  on: string;
@@ -433,8 +435,6 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
433
435
  property?: string;
434
436
  expected?: string;
435
437
  };
436
- 401: "Unauthorized";
437
- 403: "Forbidden: Admins only";
438
438
  };
439
439
  };
440
440
  };
@@ -452,6 +452,8 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
452
452
  200: {
453
453
  success: boolean;
454
454
  };
455
+ 401: "Unauthorized";
456
+ 403: "Forbidden: Admins only";
455
457
  422: {
456
458
  type: "validation";
457
459
  on: string;
@@ -461,8 +463,6 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
461
463
  property?: string;
462
464
  expected?: string;
463
465
  };
464
- 401: "Unauthorized";
465
- 403: "Forbidden: Admins only";
466
466
  };
467
467
  };
468
468
  };
@@ -499,6 +499,8 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
499
499
  alipayName: string | null;
500
500
  alipayAccount: string | null;
501
501
  };
502
+ 401: "Unauthorized";
503
+ 403: "Forbidden: Admins only";
502
504
  422: {
503
505
  type: "validation";
504
506
  on: string;
@@ -508,8 +510,6 @@ export declare const receiptMethodAdminRouter: Elysia<"/receipt_method", {
508
510
  property?: string;
509
511
  expected?: string;
510
512
  };
511
- 401: "Unauthorized";
512
- 403: "Forbidden: Admins only";
513
513
  };
514
514
  };
515
515
  };
@@ -41,7 +41,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -408,6 +408,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
408
408
  alipayName: string | null;
409
409
  alipayAccount: string | null;
410
410
  };
411
+ 401: "Unauthorized";
411
412
  422: {
412
413
  type: "validation";
413
414
  on: string;
@@ -417,7 +418,6 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
417
418
  property?: string;
418
419
  expected?: string;
419
420
  };
420
- 401: "Unauthorized";
421
421
  };
422
422
  };
423
423
  };
@@ -453,6 +453,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
453
453
  alipayName: string | null;
454
454
  alipayAccount: string | null;
455
455
  };
456
+ 401: "Unauthorized";
456
457
  422: {
457
458
  type: "validation";
458
459
  on: string;
@@ -462,7 +463,6 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
462
463
  property?: string;
463
464
  expected?: string;
464
465
  };
465
- 401: "Unauthorized";
466
466
  };
467
467
  };
468
468
  };
@@ -481,6 +481,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
481
481
  200: {
482
482
  success: boolean;
483
483
  };
484
+ 401: "Unauthorized";
484
485
  422: {
485
486
  type: "validation";
486
487
  on: string;
@@ -490,7 +491,6 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
490
491
  property?: string;
491
492
  expected?: string;
492
493
  };
493
- 401: "Unauthorized";
494
494
  };
495
495
  };
496
496
  };
@@ -519,6 +519,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
519
519
  alipayName: string | null;
520
520
  alipayAccount: string | null;
521
521
  };
522
+ 401: "Unauthorized";
522
523
  422: {
523
524
  type: "validation";
524
525
  on: string;
@@ -528,7 +529,6 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
528
529
  property?: string;
529
530
  expected?: string;
530
531
  };
531
- 401: "Unauthorized";
532
532
  };
533
533
  };
534
534
  };
@@ -568,6 +568,7 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
568
568
  hasNextPage: boolean;
569
569
  };
570
570
  };
571
+ 401: "Unauthorized";
571
572
  422: {
572
573
  type: "validation";
573
574
  on: string;
@@ -577,7 +578,6 @@ export declare const receiptMethodRouter: Elysia<"/receipt_method", {
577
578
  property?: string;
578
579
  expected?: string;
579
580
  };
580
- 401: "Unauthorized";
581
581
  };
582
582
  };
583
583
  };
@@ -41,7 +41,7 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
41
41
  route: string;
42
42
  request: Request;
43
43
  store: {};
44
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
44
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
45
45
  readonly 100: "Continue";
46
46
  readonly 101: "Switching Protocols";
47
47
  readonly 102: "Processing";
@@ -217,7 +217,7 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
217
217
  route: string;
218
218
  request: Request;
219
219
  store: {};
220
- status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 200 | 422 | 400 | 101 | 102 | 103 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
220
+ status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
221
221
  readonly 100: "Continue";
222
222
  readonly 101: "Switching Protocols";
223
223
  readonly 102: "Processing";
@@ -399,6 +399,8 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
399
399
  level2Count: number;
400
400
  level3Count: number;
401
401
  };
402
+ 401: "Unauthorized";
403
+ 403: "Forbidden: Admins only";
402
404
  422: {
403
405
  type: "validation";
404
406
  on: string;
@@ -408,8 +410,6 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
408
410
  property?: string;
409
411
  expected?: string;
410
412
  };
411
- 401: "Unauthorized";
412
- 403: "Forbidden: Admins only";
413
413
  };
414
414
  };
415
415
  };
@@ -460,6 +460,8 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
460
460
  hasNextPage: boolean;
461
461
  };
462
462
  };
463
+ 401: "Unauthorized";
464
+ 403: "Forbidden: Admins only";
463
465
  422: {
464
466
  type: "validation";
465
467
  on: string;
@@ -469,8 +471,6 @@ export declare const referralAdminRouter: Elysia<"/referrals", {
469
471
  property?: string;
470
472
  expected?: string;
471
473
  };
472
- 401: "Unauthorized";
473
- 403: "Forbidden: Admins only";
474
474
  };
475
475
  };
476
476
  };