@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.
- package/dist/admin/index.d.ts +830 -1162
- package/dist/admin-user/admin/router.d.ts +12 -12
- package/dist/app-version/admin/router.d.ts +16 -16
- package/dist/asset/admin/dto.schemas.d.ts +21 -21
- package/dist/asset/admin/router.d.ts +37 -37
- package/dist/asset/admin/service.d.ts +18 -18
- package/dist/asset/db.schemas.d.ts +4 -4
- package/dist/asset/internal/service.d.ts +3 -3
- package/dist/asset/schema.d.ts +3 -3
- package/dist/asset/user/dto.schemas.d.ts +9 -9
- package/dist/asset/user/router.d.ts +15 -15
- package/dist/asset/user/service.d.ts +9 -9
- package/dist/asset-convert-product/admin/dto.schemas.d.ts +15 -15
- package/dist/asset-convert-product/admin/router.d.ts +53 -53
- package/dist/asset-convert-product/admin/service.d.ts +31 -31
- package/dist/asset-convert-product/user/dto.schemas.d.ts +6 -6
- package/dist/asset-convert-product/user/router.d.ts +11 -11
- package/dist/asset-convert-product/user/service.d.ts +8 -8
- package/dist/asset-price/admin/dto.schemas.d.ts +3 -3
- package/dist/asset-price/admin/router.d.ts +14 -14
- package/dist/asset-price/admin/service.d.ts +4 -4
- package/dist/asset-price/user/router.d.ts +4 -4
- package/dist/asset-type/admin/router.d.ts +10 -10
- package/dist/asset-type/user/router.d.ts +3 -3
- package/dist/auth/better-auth.d.ts +36 -37
- package/dist/auth/router.d.ts +2 -2
- package/dist/bank-account/admin/router.d.ts +20 -20
- package/dist/bank-account/user/router.d.ts +7 -7
- package/dist/check-in/admin/router.d.ts +4 -4
- package/dist/check-in/user/router.d.ts +7 -7
- package/dist/deposit/admin/router.d.ts +8 -8
- package/dist/deposit/user/router.d.ts +7 -7
- package/dist/dynamic-env/admin.router.d.ts +10 -10
- package/dist/env/server.d.ts +0 -6
- package/dist/file-storage/admin/router.d.ts +8 -8
- package/dist/file-storage/share/router.d.ts +6 -6
- package/dist/file-storage/user/router.d.ts +5 -5
- package/dist/index.d.ts +1128 -1562
- package/dist/ledger/admin/dto.schemas.d.ts +7 -7
- package/dist/ledger/admin/router.d.ts +7 -7
- package/dist/ledger/user/router.d.ts +3 -3
- package/dist/ledger/user/service.d.ts +6 -6
- package/dist/ledger-account/admin/dto.schemas.d.ts +37 -3
- package/dist/ledger-account/admin/router.d.ts +64 -15
- package/dist/ledger-account/admin/service.d.ts +21 -7
- package/dist/ledger-account/user/dto.schemas.d.ts +1 -1
- package/dist/ledger-account/user/router.d.ts +8 -8
- package/dist/ledger-account/user/service.d.ts +6 -6
- package/dist/ledger-account-import/admin/router.d.ts +12 -12
- package/dist/ledger-account-transfer/user/router.d.ts +3 -3
- package/dist/ledger-account-type/admin/router.d.ts +10 -10
- package/dist/ledger-account-type/user/router.d.ts +4 -4
- package/dist/market-data/admin/dto.schemas.d.ts +423 -647
- package/dist/market-data/admin/router.d.ts +104 -145
- package/dist/market-data/admin/service.d.ts +10 -44
- package/dist/market-data/cron.d.ts +1 -0
- package/dist/market-data/db.schemas.d.ts +40 -176
- package/dist/market-data/internal/service.d.ts +76 -45
- package/dist/market-data/resolutions.d.ts +9 -0
- package/dist/market-data/schema.d.ts +23 -94
- package/dist/market-data/user/router.d.ts +8 -8
- package/dist/market-pricing/admin/dto.schemas.d.ts +315 -428
- package/dist/market-pricing/admin/router.d.ts +242 -146
- package/dist/market-pricing/admin/service.d.ts +183 -102
- package/dist/market-pricing/cron.d.ts +1 -1
- package/dist/market-pricing/db.schemas.d.ts +661 -117
- package/dist/market-pricing/errors/index.d.ts +1 -0
- package/dist/market-pricing/errors/locales/zh.d.ts +1 -0
- package/dist/market-pricing/internal/service.d.ts +27 -4
- package/dist/market-pricing/schema.d.ts +304 -28
- package/dist/news/admin/router.d.ts +16 -16
- package/dist/news/user/router.d.ts +4 -4
- package/dist/news-category/user/router.d.ts +2 -2
- package/dist/notification/admin/router.d.ts +6 -6
- package/dist/notification/user/router.d.ts +7 -7
- package/dist/operations-overview/admin/router.d.ts +7 -7
- package/dist/portfolio/user/dto.schemas.d.ts +1 -1
- package/dist/portfolio/user/router.d.ts +7 -7
- package/dist/portfolio/user/service.d.ts +1 -1
- package/dist/receipt-method/admin/router.d.ts +8 -8
- package/dist/receipt-method/user/router.d.ts +7 -7
- package/dist/referral/admin/router.d.ts +6 -6
- package/dist/referral/user/router.d.ts +6 -6
- package/dist/referral-depth-config/admin/router.d.ts +12 -12
- package/dist/server-test/index.d.ts +2 -2
- package/dist/shipping-address/admin/router.d.ts +4 -4
- package/dist/shipping-address/user/router.d.ts +8 -8
- package/dist/team/admin/router.d.ts +6 -6
- package/dist/team/user/router.d.ts +8 -8
- package/dist/trade-market/admin/dto.schemas.d.ts +89 -3625
- package/dist/trade-market/admin/router.d.ts +28 -464
- package/dist/trade-market/admin/service.d.ts +13 -446
- package/dist/trade-market/db.schemas.d.ts +0 -170
- package/dist/trade-market/errors/index.d.ts +1 -0
- package/dist/trade-market/errors/locales/zh.d.ts +1 -0
- package/dist/trade-market/index.d.ts +1 -0
- package/dist/trade-market/internal/service.d.ts +14 -326
- package/dist/trade-market/schema.d.ts +2 -91
- package/dist/trade-market/seed.d.ts +1 -0
- package/dist/trade-market/user/dto.schemas.d.ts +0 -172
- package/dist/trade-market/user/router.d.ts +8 -26
- package/dist/trade-market/user/service.d.ts +8 -294
- package/dist/transfer/admin/router.d.ts +4 -4
- package/dist/transfer/user/router.d.ts +4 -4
- package/dist/udf/dto.schemas.d.ts +134 -0
- package/dist/udf/index.d.ts +1 -0
- package/dist/udf/router.d.ts +577 -0
- package/dist/udf/service.d.ts +75 -0
- package/dist/user/admin/router.d.ts +14 -14
- package/dist/user/user/router.d.ts +5 -5
- package/dist/user-kyc/admin/router.d.ts +10 -10
- package/dist/user-kyc/user/router.d.ts +6 -6
- package/dist/user-security/admin/router.d.ts +4 -4
- package/dist/user-security/user/router.d.ts +6 -6
- package/dist/wallet/admin/router.d.ts +6 -6
- package/dist/wallet/user/router.d.ts +4 -4
- package/dist/wallet-type/admin/router.d.ts +14 -14
- package/dist/wallet-type/user/router.d.ts +3 -3
- package/dist/welfare-cycle/admin/dto.schemas.d.ts +24 -24
- package/dist/welfare-cycle/admin/router.d.ts +52 -52
- package/dist/welfare-cycle/admin/service.d.ts +32 -32
- package/dist/welfare-cycle/user/router.d.ts +9 -9
- package/dist/withdraw/admin/router.d.ts +10 -10
- package/dist/withdraw/user/dto.schemas.d.ts +2 -2
- package/dist/withdraw/user/router.d.ts +8 -8
- package/package.json +4 -1
|
@@ -41,7 +41,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
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 |
|
|
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 ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
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 |
|
|
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";
|
|
@@ -401,7 +401,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
401
401
|
userId: string;
|
|
402
402
|
status: "active" | "frozen" | "disabled";
|
|
403
403
|
asset: {
|
|
404
|
-
symbol: string;
|
|
404
|
+
symbol: string | null;
|
|
405
405
|
id: string;
|
|
406
406
|
name: string;
|
|
407
407
|
code: string;
|
|
@@ -423,6 +423,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
423
423
|
isActive: boolean;
|
|
424
424
|
};
|
|
425
425
|
};
|
|
426
|
+
401: "Unauthorized";
|
|
426
427
|
422: {
|
|
427
428
|
type: "validation";
|
|
428
429
|
on: string;
|
|
@@ -432,7 +433,6 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
432
433
|
property?: string;
|
|
433
434
|
expected?: string;
|
|
434
435
|
};
|
|
435
|
-
401: "Unauthorized";
|
|
436
436
|
};
|
|
437
437
|
};
|
|
438
438
|
};
|
|
@@ -462,7 +462,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
462
462
|
userId: string;
|
|
463
463
|
status: "active" | "frozen" | "disabled";
|
|
464
464
|
asset: {
|
|
465
|
-
symbol: string;
|
|
465
|
+
symbol: string | null;
|
|
466
466
|
id: string;
|
|
467
467
|
name: string;
|
|
468
468
|
code: string;
|
|
@@ -484,6 +484,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
484
484
|
isActive: boolean;
|
|
485
485
|
};
|
|
486
486
|
};
|
|
487
|
+
401: "Unauthorized";
|
|
487
488
|
422: {
|
|
488
489
|
type: "validation";
|
|
489
490
|
on: string;
|
|
@@ -493,7 +494,6 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
493
494
|
property?: string;
|
|
494
495
|
expected?: string;
|
|
495
496
|
};
|
|
496
|
-
401: "Unauthorized";
|
|
497
497
|
};
|
|
498
498
|
};
|
|
499
499
|
};
|
|
@@ -519,7 +519,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
519
519
|
userId: string;
|
|
520
520
|
status: "active" | "frozen" | "disabled";
|
|
521
521
|
asset: {
|
|
522
|
-
symbol: string;
|
|
522
|
+
symbol: string | null;
|
|
523
523
|
id: string;
|
|
524
524
|
name: string;
|
|
525
525
|
code: string;
|
|
@@ -541,6 +541,7 @@ export declare const ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
541
541
|
isActive: boolean;
|
|
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 ledgerAccountRouter: Elysia<"/ledger_accounts", {
|
|
|
550
551
|
property?: string;
|
|
551
552
|
expected?: string;
|
|
552
553
|
};
|
|
553
|
-
401: "Unauthorized";
|
|
554
554
|
};
|
|
555
555
|
};
|
|
556
556
|
};
|
|
@@ -13,7 +13,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
13
13
|
locked: string;
|
|
14
14
|
version: number;
|
|
15
15
|
asset: {
|
|
16
|
-
symbol: string;
|
|
16
|
+
symbol: string | null;
|
|
17
17
|
id: string;
|
|
18
18
|
name: string;
|
|
19
19
|
createdAt: Date;
|
|
@@ -22,7 +22,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
22
22
|
iconUrl: string;
|
|
23
23
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
24
24
|
isActive: boolean;
|
|
25
|
-
typeId: string;
|
|
25
|
+
typeId: string | null;
|
|
26
26
|
precision: number;
|
|
27
27
|
};
|
|
28
28
|
ledgerAccountType: {
|
|
@@ -63,7 +63,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
63
63
|
locked: string;
|
|
64
64
|
version: number;
|
|
65
65
|
asset: {
|
|
66
|
-
symbol: string;
|
|
66
|
+
symbol: string | null;
|
|
67
67
|
id: string;
|
|
68
68
|
name: string;
|
|
69
69
|
createdAt: Date;
|
|
@@ -72,7 +72,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
72
72
|
iconUrl: string;
|
|
73
73
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
74
74
|
isActive: boolean;
|
|
75
|
-
typeId: string;
|
|
75
|
+
typeId: string | null;
|
|
76
76
|
precision: number;
|
|
77
77
|
};
|
|
78
78
|
ledgerAccountType: {
|
|
@@ -113,7 +113,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
113
113
|
locked: string;
|
|
114
114
|
version: number;
|
|
115
115
|
asset: {
|
|
116
|
-
symbol: string;
|
|
116
|
+
symbol: string | null;
|
|
117
117
|
id: string;
|
|
118
118
|
name: string;
|
|
119
119
|
createdAt: Date;
|
|
@@ -122,7 +122,7 @@ export declare abstract class UserLedgerAccountService extends BaseLedgerAccount
|
|
|
122
122
|
iconUrl: string;
|
|
123
123
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
124
124
|
isActive: boolean;
|
|
125
|
-
typeId: string;
|
|
125
|
+
typeId: string | null;
|
|
126
126
|
precision: number;
|
|
127
127
|
};
|
|
128
128
|
ledgerAccountType: {
|
|
@@ -41,7 +41,7 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
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 |
|
|
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 ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
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 |
|
|
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";
|
|
@@ -406,6 +406,8 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
406
406
|
startedAt: Date | null;
|
|
407
407
|
finishedAt: Date | null;
|
|
408
408
|
};
|
|
409
|
+
401: "Unauthorized";
|
|
410
|
+
403: "Forbidden: Admins only";
|
|
409
411
|
422: {
|
|
410
412
|
type: "validation";
|
|
411
413
|
on: string;
|
|
@@ -415,8 +417,6 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
415
417
|
property?: string;
|
|
416
418
|
expected?: string;
|
|
417
419
|
};
|
|
418
|
-
401: "Unauthorized";
|
|
419
|
-
403: "Forbidden: Admins only";
|
|
420
420
|
};
|
|
421
421
|
};
|
|
422
422
|
};
|
|
@@ -461,6 +461,8 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
461
461
|
hasNextPage: boolean;
|
|
462
462
|
};
|
|
463
463
|
};
|
|
464
|
+
401: "Unauthorized";
|
|
465
|
+
403: "Forbidden: Admins only";
|
|
464
466
|
422: {
|
|
465
467
|
type: "validation";
|
|
466
468
|
on: string;
|
|
@@ -470,8 +472,6 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
470
472
|
property?: string;
|
|
471
473
|
expected?: string;
|
|
472
474
|
};
|
|
473
|
-
401: "Unauthorized";
|
|
474
|
-
403: "Forbidden: Admins only";
|
|
475
475
|
};
|
|
476
476
|
};
|
|
477
477
|
};
|
|
@@ -504,6 +504,8 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
504
504
|
startedAt: Date | null;
|
|
505
505
|
finishedAt: Date | null;
|
|
506
506
|
};
|
|
507
|
+
401: "Unauthorized";
|
|
508
|
+
403: "Forbidden: Admins only";
|
|
507
509
|
422: {
|
|
508
510
|
type: "validation";
|
|
509
511
|
on: string;
|
|
@@ -513,8 +515,6 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
513
515
|
property?: string;
|
|
514
516
|
expected?: string;
|
|
515
517
|
};
|
|
516
|
-
401: "Unauthorized";
|
|
517
|
-
403: "Forbidden: Admins only";
|
|
518
518
|
};
|
|
519
519
|
};
|
|
520
520
|
};
|
|
@@ -571,6 +571,8 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
571
571
|
hasNextPage: boolean;
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
+
401: "Unauthorized";
|
|
575
|
+
403: "Forbidden: Admins only";
|
|
574
576
|
422: {
|
|
575
577
|
type: "validation";
|
|
576
578
|
on: string;
|
|
@@ -580,8 +582,6 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
580
582
|
property?: string;
|
|
581
583
|
expected?: string;
|
|
582
584
|
};
|
|
583
|
-
401: "Unauthorized";
|
|
584
|
-
403: "Forbidden: Admins only";
|
|
585
585
|
};
|
|
586
586
|
};
|
|
587
587
|
};
|
|
@@ -598,6 +598,8 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
598
598
|
headers: {};
|
|
599
599
|
response: {
|
|
600
600
|
200: ArrayBuffer;
|
|
601
|
+
401: "Unauthorized";
|
|
602
|
+
403: "Forbidden: Admins only";
|
|
601
603
|
422: {
|
|
602
604
|
type: "validation";
|
|
603
605
|
on: string;
|
|
@@ -607,8 +609,6 @@ export declare const ledgerAccountImportAdminRouter: Elysia<"/ledger_account_imp
|
|
|
607
609
|
property?: string;
|
|
608
610
|
expected?: string;
|
|
609
611
|
};
|
|
610
|
-
401: "Unauthorized";
|
|
611
|
-
403: "Forbidden: Admins only";
|
|
612
612
|
};
|
|
613
613
|
};
|
|
614
614
|
};
|
|
@@ -41,7 +41,7 @@ export declare const ledgerAccountTransferRouter: Elysia<"/ledger_account_transf
|
|
|
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 |
|
|
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 ledgerAccountTransferRouter: Elysia<"/ledger_account_transf
|
|
|
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 |
|
|
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";
|
|
@@ -405,6 +405,7 @@ export declare const ledgerAccountTransferRouter: Elysia<"/ledger_account_transf
|
|
|
405
405
|
transferRatio: string;
|
|
406
406
|
sourceLedgerEntryId: string;
|
|
407
407
|
};
|
|
408
|
+
401: "Unauthorized";
|
|
408
409
|
422: {
|
|
409
410
|
type: "validation";
|
|
410
411
|
on: string;
|
|
@@ -414,7 +415,6 @@ export declare const ledgerAccountTransferRouter: Elysia<"/ledger_account_transf
|
|
|
414
415
|
property?: string;
|
|
415
416
|
expected?: string;
|
|
416
417
|
};
|
|
417
|
-
401: "Unauthorized";
|
|
418
418
|
};
|
|
419
419
|
};
|
|
420
420
|
};
|
|
@@ -41,7 +41,7 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
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 |
|
|
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 ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
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 |
|
|
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";
|
|
@@ -426,6 +426,8 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
426
426
|
hasNextPage: boolean;
|
|
427
427
|
};
|
|
428
428
|
};
|
|
429
|
+
401: "Unauthorized";
|
|
430
|
+
403: "Forbidden: Admins only";
|
|
429
431
|
422: {
|
|
430
432
|
type: "validation";
|
|
431
433
|
on: string;
|
|
@@ -435,8 +437,6 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
435
437
|
property?: string;
|
|
436
438
|
expected?: string;
|
|
437
439
|
};
|
|
438
|
-
401: "Unauthorized";
|
|
439
|
-
403: "Forbidden: Admins only";
|
|
440
440
|
};
|
|
441
441
|
};
|
|
442
442
|
};
|
|
@@ -476,6 +476,8 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
476
476
|
expiryDays: number | null;
|
|
477
477
|
sortOrder: number;
|
|
478
478
|
};
|
|
479
|
+
401: "Unauthorized";
|
|
480
|
+
403: "Forbidden: Admins only";
|
|
479
481
|
422: {
|
|
480
482
|
type: "validation";
|
|
481
483
|
on: string;
|
|
@@ -485,8 +487,6 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
485
487
|
property?: string;
|
|
486
488
|
expected?: string;
|
|
487
489
|
};
|
|
488
|
-
401: "Unauthorized";
|
|
489
|
-
403: "Forbidden: Admins only";
|
|
490
490
|
};
|
|
491
491
|
};
|
|
492
492
|
};
|
|
@@ -545,6 +545,8 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
545
545
|
expiryDays: number | null;
|
|
546
546
|
sortOrder: number;
|
|
547
547
|
};
|
|
548
|
+
401: "Unauthorized";
|
|
549
|
+
403: "Forbidden: Admins only";
|
|
548
550
|
422: {
|
|
549
551
|
type: "validation";
|
|
550
552
|
on: string;
|
|
@@ -554,8 +556,6 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
554
556
|
property?: string;
|
|
555
557
|
expected?: string;
|
|
556
558
|
};
|
|
557
|
-
401: "Unauthorized";
|
|
558
|
-
403: "Forbidden: Admins only";
|
|
559
559
|
};
|
|
560
560
|
};
|
|
561
561
|
};
|
|
@@ -615,6 +615,8 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
615
615
|
expiryDays: number | null;
|
|
616
616
|
sortOrder: number;
|
|
617
617
|
};
|
|
618
|
+
401: "Unauthorized";
|
|
619
|
+
403: "Forbidden: Admins only";
|
|
618
620
|
422: {
|
|
619
621
|
type: "validation";
|
|
620
622
|
on: string;
|
|
@@ -624,8 +626,6 @@ export declare const ledgerAccountTypeAdminRouter: Elysia<"/ledger_account_types
|
|
|
624
626
|
property?: string;
|
|
625
627
|
expected?: string;
|
|
626
628
|
};
|
|
627
|
-
401: "Unauthorized";
|
|
628
|
-
403: "Forbidden: Admins only";
|
|
629
629
|
};
|
|
630
630
|
};
|
|
631
631
|
};
|
|
@@ -41,7 +41,7 @@ export declare const ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
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 |
|
|
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 ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
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 |
|
|
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";
|
|
@@ -426,6 +426,7 @@ export declare const ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
426
426
|
hasNextPage: boolean;
|
|
427
427
|
};
|
|
428
428
|
};
|
|
429
|
+
401: "Unauthorized";
|
|
429
430
|
422: {
|
|
430
431
|
type: "validation";
|
|
431
432
|
on: string;
|
|
@@ -435,7 +436,6 @@ export declare const ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
435
436
|
property?: string;
|
|
436
437
|
expected?: string;
|
|
437
438
|
};
|
|
438
|
-
401: "Unauthorized";
|
|
439
439
|
};
|
|
440
440
|
};
|
|
441
441
|
};
|
|
@@ -473,6 +473,7 @@ export declare const ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
473
473
|
expiryDays: number | null;
|
|
474
474
|
sortOrder: number;
|
|
475
475
|
};
|
|
476
|
+
401: "Unauthorized";
|
|
476
477
|
422: {
|
|
477
478
|
type: "validation";
|
|
478
479
|
on: string;
|
|
@@ -482,7 +483,6 @@ export declare const ledgerAccountTypeRouter: Elysia<"/ledger_account_types", {
|
|
|
482
483
|
property?: string;
|
|
483
484
|
expected?: string;
|
|
484
485
|
};
|
|
485
|
-
401: "Unauthorized";
|
|
486
486
|
};
|
|
487
487
|
};
|
|
488
488
|
};
|