@r2wa-org/eden 0.0.89 → 0.0.90
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 +2803 -2803
- package/dist/admin-user/admin/errors/index.d.ts +8 -8
- package/dist/admin-user/admin/router.d.ts +141 -141
- package/dist/admin-user/admin/service.d.ts +20 -20
- package/dist/app-version/admin/dto.schemas.d.ts +23 -23
- package/dist/app-version/admin/router.d.ts +160 -160
- package/dist/app-version/admin/service.d.ts +20 -20
- package/dist/app-version/db.schemas.d.ts +20 -20
- package/dist/app-version/index.d.ts +5 -0
- package/dist/app-version/schema.d.ts +11 -11
- package/dist/app-version/user/dto.schemas.d.ts +40 -0
- package/dist/app-version/user/router.d.ts +67 -0
- package/dist/app-version/user/service.d.ts +22 -0
- package/dist/asset/admin/dto.schemas.d.ts +70 -70
- package/dist/asset/admin/router.d.ts +215 -215
- package/dist/asset/admin/service.d.ts +66 -66
- package/dist/asset/db.schemas.d.ts +2 -2
- package/dist/asset/errors/index.d.ts +12 -12
- package/dist/asset/permissions.d.ts +1 -1
- package/dist/asset/schema.d.ts +2 -2
- package/dist/asset/user/dto.schemas.d.ts +31 -31
- package/dist/asset/user/router.d.ts +155 -155
- package/dist/asset/user/service.d.ts +33 -33
- package/dist/asset-convert-product/admin/dto.schemas.d.ts +495 -495
- package/dist/asset-convert-product/admin/router.d.ts +598 -598
- package/dist/asset-convert-product/admin/service.d.ts +457 -457
- package/dist/asset-convert-product/db.schemas.d.ts +6 -6
- package/dist/asset-convert-product/errors/index.d.ts +23 -23
- package/dist/asset-convert-product/permissions.d.ts +2 -2
- package/dist/asset-convert-product/schema.d.ts +5 -5
- package/dist/asset-convert-product/user/dto.schemas.d.ts +127 -127
- package/dist/asset-convert-product/user/router.d.ts +209 -209
- package/dist/asset-convert-product/user/service.d.ts +186 -186
- package/dist/asset-price/admin/dto.schemas.d.ts +26 -26
- package/dist/asset-price/admin/router.d.ts +187 -187
- package/dist/asset-price/admin/service.d.ts +16 -16
- package/dist/asset-price/constants.d.ts +2 -2
- package/dist/asset-price/errors/index.d.ts +11 -11
- package/dist/asset-price/internal/service.d.ts +7 -7
- package/dist/asset-price/permissions.d.ts +2 -2
- package/dist/asset-price/schema.d.ts +1 -1
- package/dist/asset-price/user/dto.schemas.d.ts +4 -4
- package/dist/asset-price/user/router.d.ts +133 -133
- package/dist/asset-type/admin/dto.schemas.d.ts +4 -4
- package/dist/asset-type/admin/router.d.ts +155 -155
- package/dist/asset-type/admin/service.d.ts +16 -16
- package/dist/asset-type/errors/index.d.ts +9 -9
- package/dist/asset-type/permissions.d.ts +1 -1
- package/dist/asset-type/schema.d.ts +1 -1
- package/dist/asset-type/seed.d.ts +9 -9
- package/dist/asset-type/user/dto.schemas.d.ts +5 -5
- package/dist/asset-type/user/router.d.ts +130 -130
- package/dist/asset-type/user/service.d.ts +4 -4
- package/dist/auth/better-auth.d.ts +267 -300
- package/dist/auth/permissions.d.ts +216 -216
- package/dist/auth/roles.d.ts +665 -665
- package/dist/auth/router.d.ts +116 -116
- package/dist/auth/schema.d.ts +5 -5
- package/dist/bank-account/admin/dto.schemas.d.ts +75 -75
- package/dist/bank-account/admin/router.d.ts +241 -241
- package/dist/bank-account/admin/service.d.ts +112 -112
- package/dist/bank-account/db.schemas.d.ts +40 -40
- package/dist/bank-account/errors/index.d.ts +4 -4
- package/dist/bank-account/internal/service.d.ts +14 -14
- package/dist/bank-account/permissions.d.ts +3 -3
- package/dist/bank-account/schema.d.ts +22 -22
- package/dist/bank-account/user/dto.schemas.d.ts +38 -38
- package/dist/bank-account/user/router.d.ts +150 -150
- package/dist/bank-account/user/service.d.ts +36 -36
- package/dist/check-in/admin/dto.schemas.d.ts +11 -11
- package/dist/check-in/admin/router.d.ts +147 -147
- package/dist/check-in/admin/service.d.ts +20 -19
- package/dist/check-in/db.schemas.d.ts +248 -4
- package/dist/check-in/errors/index.d.ts +8 -2
- package/dist/check-in/errors/locales/zh.d.ts +3 -0
- package/dist/check-in/internal/service.d.ts +18 -18
- package/dist/check-in/permissions.d.ts +2 -2
- package/dist/check-in/schema.d.ts +135 -3
- package/dist/check-in/user/dto.schemas.d.ts +144 -15
- package/dist/check-in/user/router.d.ts +158 -182
- package/dist/check-in/user/service.d.ts +52 -28
- package/dist/db/columns.helpers.d.ts +1 -1
- package/dist/deposit/admin/dto.schemas.d.ts +40 -40
- package/dist/deposit/admin/router.d.ts +160 -160
- package/dist/deposit/admin/service.d.ts +46 -46
- package/dist/deposit/db.schemas.d.ts +2 -2
- package/dist/deposit/errors/index.d.ts +16 -16
- package/dist/deposit/permissions.d.ts +2 -2
- package/dist/deposit/schema.d.ts +2 -2
- package/dist/deposit/user/dto.schemas.d.ts +40 -40
- package/dist/deposit/user/router.d.ts +180 -180
- package/dist/deposit/user/service.d.ts +69 -69
- package/dist/dynamic-env/admin.router.d.ts +137 -137
- package/dist/dynamic-env/cache.d.ts +0 -6
- package/dist/dynamic-env/errors/index.d.ts +2 -2
- package/dist/dynamic-env/schema.d.ts +1 -1
- package/dist/env/server.d.ts +12 -12
- package/dist/error/index.d.ts +1 -1
- package/dist/external/dto.schemas.d.ts +2 -2
- package/dist/external/errors/index.d.ts +2 -2
- package/dist/external/router.d.ts +6 -6
- package/dist/external/service.d.ts +6 -6
- package/dist/file-storage/admin/dto.schemas.d.ts +106 -106
- package/dist/file-storage/admin/router.d.ts +183 -171
- package/dist/file-storage/admin/service.d.ts +27 -27
- package/dist/file-storage/db.schemas.d.ts +26 -26
- package/dist/file-storage/errors/index.d.ts +10 -10
- package/dist/file-storage/internal/service.d.ts +9 -9
- package/dist/file-storage/permissions.d.ts +2 -2
- package/dist/file-storage/s3.client.d.ts +48 -48
- package/dist/file-storage/schema.d.ts +14 -14
- package/dist/file-storage/share/dto.schemas.d.ts +8 -8
- package/dist/file-storage/share/router.d.ts +145 -145
- package/dist/file-storage/user/dto.schemas.d.ts +48 -48
- package/dist/file-storage/user/router.d.ts +141 -141
- package/dist/file-storage/user/service.d.ts +36 -36
- package/dist/index.d.ts +3807 -3791
- package/dist/ledger/admin/dto.schemas.d.ts +270 -270
- package/dist/ledger/admin/router.d.ts +207 -207
- package/dist/ledger/db.schemas.d.ts +4 -4
- package/dist/ledger/errors/index.d.ts +14 -14
- package/dist/ledger/permissions.d.ts +1 -1
- package/dist/ledger/schema.d.ts +3 -3
- package/dist/ledger/user/dto.schemas.d.ts +5 -5
- package/dist/ledger/user/router.d.ts +130 -130
- package/dist/ledger/user/service.d.ts +93 -93
- package/dist/ledger-account/admin/dto.schemas.d.ts +83 -83
- package/dist/ledger-account/admin/router.d.ts +222 -222
- package/dist/ledger-account/admin/service.d.ts +149 -149
- package/dist/ledger-account/db.schemas.d.ts +2 -2
- package/dist/ledger-account/errors/index.d.ts +9 -9
- package/dist/ledger-account/internal/service.d.ts +7 -7
- package/dist/ledger-account/permissions.d.ts +1 -1
- package/dist/ledger-account/schema.d.ts +2 -2
- package/dist/ledger-account/user/dto.schemas.d.ts +23 -23
- package/dist/ledger-account/user/router.d.ts +168 -168
- package/dist/ledger-account/user/service.d.ts +100 -100
- package/dist/ledger-account-import/admin/dto.schemas.d.ts +6 -6
- package/dist/ledger-account-import/admin/router.d.ts +169 -169
- package/dist/ledger-account-import/admin/service.d.ts +43 -43
- package/dist/ledger-account-import/db.schemas.d.ts +4 -4
- package/dist/ledger-account-import/errors/index.d.ts +9 -9
- package/dist/ledger-account-import/permissions.d.ts +1 -1
- package/dist/ledger-account-import/schema.d.ts +4 -4
- package/dist/ledger-account-transfer/errors/index.d.ts +7 -7
- package/dist/ledger-account-transfer/user/router.d.ts +132 -132
- package/dist/ledger-account-type/admin/dto.schemas.d.ts +9 -9
- package/dist/ledger-account-type/admin/router.d.ts +157 -157
- package/dist/ledger-account-type/admin/service.d.ts +68 -68
- package/dist/ledger-account-type/errors/index.d.ts +9 -9
- package/dist/ledger-account-type/permissions.d.ts +1 -1
- package/dist/ledger-account-type/schema.d.ts +1 -1
- package/dist/ledger-account-type/user/dto.schemas.d.ts +9 -9
- package/dist/ledger-account-type/user/router.d.ts +133 -133
- package/dist/ledger-account-type/user/service.d.ts +34 -34
- package/dist/market-data/admin/dto.schemas.d.ts +4 -4
- package/dist/market-data/admin/router.d.ts +150 -150
- package/dist/market-data/admin/service.d.ts +11 -11
- package/dist/market-data/errors/index.d.ts +4 -4
- package/dist/market-data/internal/service.d.ts +19 -19
- package/dist/market-data/permissions.d.ts +3 -3
- package/dist/market-data/resolutions.d.ts +2 -2
- package/dist/market-data/schema.d.ts +1 -1
- package/dist/market-pricing/admin/dto.schemas.d.ts +88 -88
- package/dist/market-pricing/admin/router.d.ts +332 -320
- package/dist/market-pricing/admin/service.d.ts +97 -97
- package/dist/market-pricing/db.schemas.d.ts +6 -6
- package/dist/market-pricing/defaults.d.ts +11 -11
- package/dist/market-pricing/errors/index.d.ts +26 -26
- package/dist/market-pricing/internal/service.d.ts +3 -3
- package/dist/market-pricing/permissions.d.ts +1 -1
- package/dist/market-pricing/schema.d.ts +5 -5
- package/dist/news/admin/dto.schemas.d.ts +67 -67
- package/dist/news/admin/router.d.ts +226 -226
- package/dist/news/admin/service.d.ts +89 -89
- package/dist/news/db.schemas.d.ts +28 -28
- package/dist/news/errors/index.d.ts +5 -5
- package/dist/news/permissions.d.ts +1 -1
- package/dist/news/schema.d.ts +17 -17
- package/dist/news/user/dto.schemas.d.ts +84 -84
- package/dist/news/user/router.d.ts +184 -184
- package/dist/news/user/service.d.ts +143 -143
- package/dist/news-category/admin/dto.schemas.d.ts +10 -10
- package/dist/news-category/admin/router.d.ts +24 -24
- package/dist/news-category/admin/service.d.ts +15 -15
- package/dist/news-category/errors/index.d.ts +6 -6
- package/dist/news-category/permissions.d.ts +1 -1
- package/dist/news-category/schema.d.ts +1 -1
- package/dist/news-category/seed.d.ts +3 -3
- package/dist/news-category/user/dto.schemas.d.ts +8 -8
- package/dist/news-category/user/router.d.ts +127 -127
- package/dist/news-category/user/service.d.ts +10 -10
- package/dist/notification/admin/dto.schemas.d.ts +45 -45
- package/dist/notification/admin/router.d.ts +155 -155
- package/dist/notification/admin/service.d.ts +13 -13
- package/dist/notification/db.schemas.d.ts +6 -6
- package/dist/notification/errors/index.d.ts +5 -5
- package/dist/notification/internal/service.d.ts +7 -7
- package/dist/notification/permissions.d.ts +2 -2
- package/dist/notification/schema.d.ts +5 -5
- package/dist/notification/user/dto.schemas.d.ts +34 -34
- package/dist/notification/user/router.d.ts +161 -161
- package/dist/notification/user/service.d.ts +38 -38
- package/dist/operations-overview/admin/router.d.ts +137 -137
- package/dist/portfolio/user/dto.schemas.d.ts +38 -38
- package/dist/portfolio/user/router.d.ts +173 -173
- package/dist/portfolio/user/service.d.ts +27 -27
- package/dist/receipt-method/admin/dto.schemas.d.ts +20 -20
- package/dist/receipt-method/admin/router.d.ts +160 -160
- package/dist/receipt-method/admin/service.d.ts +46 -46
- package/dist/receipt-method/db.schemas.d.ts +2 -2
- package/dist/receipt-method/errors/index.d.ts +8 -8
- package/dist/receipt-method/permissions.d.ts +1 -1
- package/dist/receipt-method/schema.d.ts +2 -2
- package/dist/receipt-method/user/dto.schemas.d.ts +6 -6
- package/dist/receipt-method/user/router.d.ts +138 -138
- package/dist/receipt-method/user/service.d.ts +33 -33
- package/dist/referral/admin/dto.schemas.d.ts +6 -6
- package/dist/referral/admin/router.d.ts +143 -143
- package/dist/referral/errors/index.d.ts +6 -6
- package/dist/referral/permissions.d.ts +1 -1
- package/dist/referral/schema.d.ts +2 -2
- package/dist/referral/user/dto.schemas.d.ts +2 -2
- package/dist/referral/user/router.d.ts +137 -137
- package/dist/referral-depth-config/admin/dto.schemas.d.ts +1 -1
- package/dist/referral-depth-config/admin/router.d.ts +156 -144
- package/dist/referral-depth-config/admin/service.d.ts +6 -6
- package/dist/referral-depth-config/errors/index.d.ts +2 -2
- package/dist/referral-depth-config/permissions.d.ts +1 -1
- package/dist/referral-depth-config/schema.d.ts +1 -1
- package/dist/server-test/errors/index.d.ts +1 -1
- package/dist/server-test/index.d.ts +117 -117
- package/dist/shipping-address/admin/router.d.ts +138 -138
- package/dist/shipping-address/admin/service.d.ts +5 -5
- package/dist/shipping-address/errors/index.d.ts +3 -3
- package/dist/shipping-address/permissions.d.ts +1 -1
- package/dist/shipping-address/schema.d.ts +1 -1
- package/dist/shipping-address/user/dto.schemas.d.ts +4 -4
- package/dist/shipping-address/user/router.d.ts +142 -142
- package/dist/shipping-address/user/service.d.ts +20 -20
- package/dist/team/admin/dto.schemas.d.ts +728 -728
- package/dist/team/admin/router.d.ts +187 -187
- package/dist/team/errors/index.d.ts +4 -4
- package/dist/team/permissions.d.ts +1 -1
- package/dist/team/user/dto.schemas.d.ts +206 -206
- package/dist/team/user/router.d.ts +170 -170
- package/dist/trade-market/admin/dto.schemas.d.ts +365 -365
- package/dist/trade-market/admin/router.d.ts +271 -271
- package/dist/trade-market/admin/service.d.ts +123 -123
- package/dist/trade-market/db.schemas.d.ts +4 -4
- package/dist/trade-market/errors/index.d.ts +15 -15
- package/dist/trade-market/internal/service.d.ts +141 -141
- package/dist/trade-market/permissions.d.ts +2 -2
- package/dist/trade-market/schema.d.ts +4 -4
- package/dist/trade-market/user/dto.schemas.d.ts +160 -160
- package/dist/trade-market/user/router.d.ts +232 -232
- package/dist/trade-market/user/service.d.ts +133 -133
- package/dist/transfer/admin/router.d.ts +140 -140
- package/dist/transfer/admin/service.d.ts +27 -27
- package/dist/transfer/errors/index.d.ts +11 -11
- package/dist/transfer/permissions.d.ts +1 -1
- package/dist/transfer/schema.d.ts +1 -1
- package/dist/transfer/user/router.d.ts +140 -140
- package/dist/transfer/user/service.d.ts +27 -27
- package/dist/udf/router.d.ts +136 -136
- package/dist/udf/service.d.ts +1 -1
- package/dist/user/admin/dto.schemas.d.ts +363 -363
- package/dist/user/admin/router.d.ts +256 -256
- package/dist/user/admin/service.d.ts +50 -50
- package/dist/user/db.schemas.d.ts +62 -62
- package/dist/user/errors/index.d.ts +15 -15
- package/dist/user/internal/service.d.ts +8 -8
- package/dist/user/permissions.d.ts +3 -3
- package/dist/user/schema.d.ts +34 -34
- package/dist/user/user/dto.schemas.d.ts +1 -1
- package/dist/user/user/router.d.ts +148 -148
- package/dist/user/user/service.d.ts +35 -35
- package/dist/user-kyc/admin/dto.schemas.d.ts +34 -34
- package/dist/user-kyc/admin/router.d.ts +157 -157
- package/dist/user-kyc/admin/service.d.ts +20 -20
- package/dist/user-kyc/db.schemas.d.ts +46 -46
- package/dist/user-kyc/errors/index.d.ts +6 -6
- package/dist/user-kyc/permissions.d.ts +2 -2
- package/dist/user-kyc/schema.d.ts +25 -25
- package/dist/user-kyc/user/dto.schemas.d.ts +13 -13
- package/dist/user-kyc/user/router.d.ts +146 -146
- package/dist/user-kyc/user/service.d.ts +14 -14
- package/dist/user-security/admin/router.d.ts +133 -133
- package/dist/user-security/db.schemas.d.ts +20 -20
- package/dist/user-security/schema.d.ts +11 -11
- package/dist/user-security/user/router.d.ts +129 -129
- package/dist/wallet/admin/dto.schemas.d.ts +15 -15
- package/dist/wallet/admin/router.d.ts +159 -159
- package/dist/wallet/admin/service.d.ts +18 -18
- package/dist/wallet/errors/index.d.ts +1 -1
- package/dist/wallet/internal/service.d.ts +45 -45
- package/dist/wallet/permissions.d.ts +1 -1
- package/dist/wallet/schema.d.ts +1 -1
- package/dist/wallet/user/dto.schemas.d.ts +10 -10
- package/dist/wallet/user/router.d.ts +147 -147
- package/dist/wallet/user/service.d.ts +10 -10
- package/dist/wallet-type/admin/dto.schemas.d.ts +27 -27
- package/dist/wallet-type/admin/router.d.ts +201 -201
- package/dist/wallet-type/admin/service.d.ts +22 -22
- package/dist/wallet-type/errors/index.d.ts +6 -6
- package/dist/wallet-type/internal/service.d.ts +111 -111
- package/dist/wallet-type/permissions.d.ts +1 -1
- package/dist/wallet-type/schema.d.ts +2 -2
- package/dist/wallet-type/user/dto.schemas.d.ts +21 -21
- package/dist/wallet-type/user/router.d.ts +137 -137
- package/dist/wallet-type/user/service.d.ts +7 -7
- package/dist/welfare-cycle/admin/dto.schemas.d.ts +723 -723
- package/dist/welfare-cycle/admin/router.d.ts +788 -788
- package/dist/welfare-cycle/admin/service.d.ts +706 -706
- package/dist/welfare-cycle/db.schemas.d.ts +8 -8
- package/dist/welfare-cycle/errors/index.d.ts +18 -18
- package/dist/welfare-cycle/internal/service.d.ts +84 -84
- package/dist/welfare-cycle/permissions.d.ts +3 -3
- package/dist/welfare-cycle/schema.d.ts +8 -8
- package/dist/welfare-cycle/user/dto.schemas.d.ts +22 -22
- package/dist/welfare-cycle/user/router.d.ts +173 -173
- package/dist/welfare-cycle/user/service.d.ts +95 -95
- package/dist/withdraw/admin/dto.schemas.d.ts +3 -3
- package/dist/withdraw/admin/router.d.ts +171 -171
- package/dist/withdraw/admin/service.d.ts +15 -15
- package/dist/withdraw/db.schemas.d.ts +2 -2
- package/dist/withdraw/errors/index.d.ts +16 -16
- package/dist/withdraw/permissions.d.ts +2 -2
- package/dist/withdraw/schema.d.ts +2 -2
- package/dist/withdraw/user/dto.schemas.d.ts +18 -18
- package/dist/withdraw/user/router.d.ts +176 -176
- package/dist/withdraw/user/service.d.ts +36 -36
- package/package.json +7 -9
|
@@ -41,7 +41,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
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 |
|
|
44
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 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 | 418 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 ? {
|
|
45
45
|
readonly 100: "Continue";
|
|
46
46
|
readonly 101: "Switching Protocols";
|
|
47
47
|
readonly 102: "Processing";
|
|
@@ -105,66 +105,66 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
105
105
|
readonly 511: "Network Authentication Required";
|
|
106
106
|
}[Code] : Code>(code: Code, response?: T) => import("elysia").ElysiaCustomStatusResponse<Code, T, Code extends "Continue" | "Switching Protocols" | "Processing" | "Early Hints" | "OK" | "Created" | "Accepted" | "Non-Authoritative Information" | "No Content" | "Reset Content" | "Partial Content" | "Multi-Status" | "Already Reported" | "Multiple Choices" | "Moved Permanently" | "Found" | "See Other" | "Not Modified" | "Temporary Redirect" | "Permanent Redirect" | "Bad Request" | "Unauthorized" | "Payment Required" | "Forbidden" | "Not Found" | "Method Not Allowed" | "Not Acceptable" | "Proxy Authentication Required" | "Request Timeout" | "Conflict" | "Gone" | "Length Required" | "Precondition Failed" | "Payload Too Large" | "URI Too Long" | "Unsupported Media Type" | "Range Not Satisfiable" | "Expectation Failed" | "I'm a teapot" | "Enhance Your Calm" | "Misdirected Request" | "Unprocessable Content" | "Locked" | "Failed Dependency" | "Too Early" | "Upgrade Required" | "Precondition Required" | "Too Many Requests" | "Request Header Fields Too Large" | "Unavailable For Legal Reasons" | "Internal Server Error" | "Not Implemented" | "Bad Gateway" | "Service Unavailable" | "Gateway Timeout" | "HTTP Version Not Supported" | "Variant Also Negotiates" | "Insufficient Storage" | "Loop Detected" | "Not Extended" | "Network Authentication Required" ? {
|
|
107
107
|
readonly Continue: 100;
|
|
108
|
-
readonly
|
|
108
|
+
readonly 'Switching Protocols': 101;
|
|
109
109
|
readonly Processing: 102;
|
|
110
|
-
readonly
|
|
110
|
+
readonly 'Early Hints': 103;
|
|
111
111
|
readonly OK: 200;
|
|
112
112
|
readonly Created: 201;
|
|
113
113
|
readonly Accepted: 202;
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
114
|
+
readonly 'Non-Authoritative Information': 203;
|
|
115
|
+
readonly 'No Content': 204;
|
|
116
|
+
readonly 'Reset Content': 205;
|
|
117
|
+
readonly 'Partial Content': 206;
|
|
118
|
+
readonly 'Multi-Status': 207;
|
|
119
|
+
readonly 'Already Reported': 208;
|
|
120
|
+
readonly 'Multiple Choices': 300;
|
|
121
|
+
readonly 'Moved Permanently': 301;
|
|
122
122
|
readonly Found: 302;
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
123
|
+
readonly 'See Other': 303;
|
|
124
|
+
readonly 'Not Modified': 304;
|
|
125
|
+
readonly 'Temporary Redirect': 307;
|
|
126
|
+
readonly 'Permanent Redirect': 308;
|
|
127
|
+
readonly 'Bad Request': 400;
|
|
128
128
|
readonly Unauthorized: 401;
|
|
129
|
-
readonly
|
|
129
|
+
readonly 'Payment Required': 402;
|
|
130
130
|
readonly Forbidden: 403;
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
131
|
+
readonly 'Not Found': 404;
|
|
132
|
+
readonly 'Method Not Allowed': 405;
|
|
133
|
+
readonly 'Not Acceptable': 406;
|
|
134
|
+
readonly 'Proxy Authentication Required': 407;
|
|
135
|
+
readonly 'Request Timeout': 408;
|
|
136
136
|
readonly Conflict: 409;
|
|
137
137
|
readonly Gone: 410;
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
138
|
+
readonly 'Length Required': 411;
|
|
139
|
+
readonly 'Precondition Failed': 412;
|
|
140
|
+
readonly 'Payload Too Large': 413;
|
|
141
|
+
readonly 'URI Too Long': 414;
|
|
142
|
+
readonly 'Unsupported Media Type': 415;
|
|
143
|
+
readonly 'Range Not Satisfiable': 416;
|
|
144
|
+
readonly 'Expectation Failed': 417;
|
|
145
145
|
readonly "I'm a teapot": 418;
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
146
|
+
readonly 'Enhance Your Calm': 420;
|
|
147
|
+
readonly 'Misdirected Request': 421;
|
|
148
|
+
readonly 'Unprocessable Content': 422;
|
|
149
149
|
readonly Locked: 423;
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
150
|
+
readonly 'Failed Dependency': 424;
|
|
151
|
+
readonly 'Too Early': 425;
|
|
152
|
+
readonly 'Upgrade Required': 426;
|
|
153
|
+
readonly 'Precondition Required': 428;
|
|
154
|
+
readonly 'Too Many Requests': 429;
|
|
155
|
+
readonly 'Request Header Fields Too Large': 431;
|
|
156
|
+
readonly 'Unavailable For Legal Reasons': 451;
|
|
157
|
+
readonly 'Internal Server Error': 500;
|
|
158
|
+
readonly 'Not Implemented': 501;
|
|
159
|
+
readonly 'Bad Gateway': 502;
|
|
160
|
+
readonly 'Service Unavailable': 503;
|
|
161
|
+
readonly 'Gateway Timeout': 504;
|
|
162
|
+
readonly 'HTTP Version Not Supported': 505;
|
|
163
|
+
readonly 'Variant Also Negotiates': 506;
|
|
164
|
+
readonly 'Insufficient Storage': 507;
|
|
165
|
+
readonly 'Loop Detected': 508;
|
|
166
|
+
readonly 'Not Extended': 510;
|
|
167
|
+
readonly 'Network Authentication Required': 511;
|
|
168
168
|
}[Code] : Code>;
|
|
169
169
|
}) => Promise<import("elysia").ElysiaCustomStatusResponse<401, any, 401> | {
|
|
170
170
|
user: {
|
|
@@ -174,16 +174,16 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
174
174
|
email: string;
|
|
175
175
|
emailVerified: boolean;
|
|
176
176
|
name: string;
|
|
177
|
-
image?: string | null | undefined
|
|
178
|
-
|
|
179
|
-
|
|
177
|
+
image?: string | null | undefined;
|
|
178
|
+
banExpires?: Date | null | undefined;
|
|
179
|
+
banReason?: string | null | undefined;
|
|
180
|
+
banned: boolean | null | undefined;
|
|
180
181
|
displayUsername?: string | null | undefined;
|
|
181
182
|
phoneNumber?: string | null | undefined;
|
|
182
183
|
phoneNumberVerified?: boolean | null | undefined;
|
|
183
|
-
banned: boolean | null | undefined;
|
|
184
184
|
role?: string | null | undefined;
|
|
185
|
-
|
|
186
|
-
|
|
185
|
+
twoFactorEnabled: boolean | null | undefined;
|
|
186
|
+
username?: string | null | undefined;
|
|
187
187
|
};
|
|
188
188
|
session: {
|
|
189
189
|
id: string;
|
|
@@ -192,8 +192,8 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
192
192
|
userId: string;
|
|
193
193
|
expiresAt: Date;
|
|
194
194
|
token: string;
|
|
195
|
-
ipAddress?: string | null | undefined
|
|
196
|
-
userAgent?: string | null | undefined
|
|
195
|
+
ipAddress?: string | null | undefined;
|
|
196
|
+
userAgent?: string | null | undefined;
|
|
197
197
|
impersonatedBy?: string | null | undefined;
|
|
198
198
|
};
|
|
199
199
|
}>;
|
|
@@ -217,7 +217,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
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 |
|
|
220
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 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 | 418 | 420 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 ? {
|
|
221
221
|
readonly 100: "Continue";
|
|
222
222
|
readonly 101: "Switching Protocols";
|
|
223
223
|
readonly 102: "Processing";
|
|
@@ -281,66 +281,66 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
281
281
|
readonly 511: "Network Authentication Required";
|
|
282
282
|
}[Code] : Code>(code: Code, response?: T) => import("elysia").ElysiaCustomStatusResponse<Code, T, Code extends "Continue" | "Switching Protocols" | "Processing" | "Early Hints" | "OK" | "Created" | "Accepted" | "Non-Authoritative Information" | "No Content" | "Reset Content" | "Partial Content" | "Multi-Status" | "Already Reported" | "Multiple Choices" | "Moved Permanently" | "Found" | "See Other" | "Not Modified" | "Temporary Redirect" | "Permanent Redirect" | "Bad Request" | "Unauthorized" | "Payment Required" | "Forbidden" | "Not Found" | "Method Not Allowed" | "Not Acceptable" | "Proxy Authentication Required" | "Request Timeout" | "Conflict" | "Gone" | "Length Required" | "Precondition Failed" | "Payload Too Large" | "URI Too Long" | "Unsupported Media Type" | "Range Not Satisfiable" | "Expectation Failed" | "I'm a teapot" | "Enhance Your Calm" | "Misdirected Request" | "Unprocessable Content" | "Locked" | "Failed Dependency" | "Too Early" | "Upgrade Required" | "Precondition Required" | "Too Many Requests" | "Request Header Fields Too Large" | "Unavailable For Legal Reasons" | "Internal Server Error" | "Not Implemented" | "Bad Gateway" | "Service Unavailable" | "Gateway Timeout" | "HTTP Version Not Supported" | "Variant Also Negotiates" | "Insufficient Storage" | "Loop Detected" | "Not Extended" | "Network Authentication Required" ? {
|
|
283
283
|
readonly Continue: 100;
|
|
284
|
-
readonly
|
|
284
|
+
readonly 'Switching Protocols': 101;
|
|
285
285
|
readonly Processing: 102;
|
|
286
|
-
readonly
|
|
286
|
+
readonly 'Early Hints': 103;
|
|
287
287
|
readonly OK: 200;
|
|
288
288
|
readonly Created: 201;
|
|
289
289
|
readonly Accepted: 202;
|
|
290
|
-
readonly
|
|
291
|
-
readonly
|
|
292
|
-
readonly
|
|
293
|
-
readonly
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
290
|
+
readonly 'Non-Authoritative Information': 203;
|
|
291
|
+
readonly 'No Content': 204;
|
|
292
|
+
readonly 'Reset Content': 205;
|
|
293
|
+
readonly 'Partial Content': 206;
|
|
294
|
+
readonly 'Multi-Status': 207;
|
|
295
|
+
readonly 'Already Reported': 208;
|
|
296
|
+
readonly 'Multiple Choices': 300;
|
|
297
|
+
readonly 'Moved Permanently': 301;
|
|
298
298
|
readonly Found: 302;
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
302
|
-
readonly
|
|
303
|
-
readonly
|
|
299
|
+
readonly 'See Other': 303;
|
|
300
|
+
readonly 'Not Modified': 304;
|
|
301
|
+
readonly 'Temporary Redirect': 307;
|
|
302
|
+
readonly 'Permanent Redirect': 308;
|
|
303
|
+
readonly 'Bad Request': 400;
|
|
304
304
|
readonly Unauthorized: 401;
|
|
305
|
-
readonly
|
|
305
|
+
readonly 'Payment Required': 402;
|
|
306
306
|
readonly Forbidden: 403;
|
|
307
|
-
readonly
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
307
|
+
readonly 'Not Found': 404;
|
|
308
|
+
readonly 'Method Not Allowed': 405;
|
|
309
|
+
readonly 'Not Acceptable': 406;
|
|
310
|
+
readonly 'Proxy Authentication Required': 407;
|
|
311
|
+
readonly 'Request Timeout': 408;
|
|
312
312
|
readonly Conflict: 409;
|
|
313
313
|
readonly Gone: 410;
|
|
314
|
-
readonly
|
|
315
|
-
readonly
|
|
316
|
-
readonly
|
|
317
|
-
readonly
|
|
318
|
-
readonly
|
|
319
|
-
readonly
|
|
320
|
-
readonly
|
|
314
|
+
readonly 'Length Required': 411;
|
|
315
|
+
readonly 'Precondition Failed': 412;
|
|
316
|
+
readonly 'Payload Too Large': 413;
|
|
317
|
+
readonly 'URI Too Long': 414;
|
|
318
|
+
readonly 'Unsupported Media Type': 415;
|
|
319
|
+
readonly 'Range Not Satisfiable': 416;
|
|
320
|
+
readonly 'Expectation Failed': 417;
|
|
321
321
|
readonly "I'm a teapot": 418;
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
322
|
+
readonly 'Enhance Your Calm': 420;
|
|
323
|
+
readonly 'Misdirected Request': 421;
|
|
324
|
+
readonly 'Unprocessable Content': 422;
|
|
325
325
|
readonly Locked: 423;
|
|
326
|
-
readonly
|
|
327
|
-
readonly
|
|
328
|
-
readonly
|
|
329
|
-
readonly
|
|
330
|
-
readonly
|
|
331
|
-
readonly
|
|
332
|
-
readonly
|
|
333
|
-
readonly
|
|
334
|
-
readonly
|
|
335
|
-
readonly
|
|
336
|
-
readonly
|
|
337
|
-
readonly
|
|
338
|
-
readonly
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly
|
|
343
|
-
readonly
|
|
326
|
+
readonly 'Failed Dependency': 424;
|
|
327
|
+
readonly 'Too Early': 425;
|
|
328
|
+
readonly 'Upgrade Required': 426;
|
|
329
|
+
readonly 'Precondition Required': 428;
|
|
330
|
+
readonly 'Too Many Requests': 429;
|
|
331
|
+
readonly 'Request Header Fields Too Large': 431;
|
|
332
|
+
readonly 'Unavailable For Legal Reasons': 451;
|
|
333
|
+
readonly 'Internal Server Error': 500;
|
|
334
|
+
readonly 'Not Implemented': 501;
|
|
335
|
+
readonly 'Bad Gateway': 502;
|
|
336
|
+
readonly 'Service Unavailable': 503;
|
|
337
|
+
readonly 'Gateway Timeout': 504;
|
|
338
|
+
readonly 'HTTP Version Not Supported': 505;
|
|
339
|
+
readonly 'Variant Also Negotiates': 506;
|
|
340
|
+
readonly 'Insufficient Storage': 507;
|
|
341
|
+
readonly 'Loop Detected': 508;
|
|
342
|
+
readonly 'Not Extended': 510;
|
|
343
|
+
readonly 'Network Authentication Required': 511;
|
|
344
344
|
}[Code] : Code>;
|
|
345
345
|
}) => Promise<import("elysia").ElysiaCustomStatusResponse<401, any, 401> | import("elysia").ElysiaCustomStatusResponse<403, "Forbidden: Admins only", 403> | {
|
|
346
346
|
user: {
|
|
@@ -350,16 +350,16 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
350
350
|
email: string;
|
|
351
351
|
emailVerified: boolean;
|
|
352
352
|
name: string;
|
|
353
|
-
image?: string | null | undefined
|
|
354
|
-
|
|
355
|
-
|
|
353
|
+
image?: string | null | undefined;
|
|
354
|
+
banExpires?: Date | null | undefined;
|
|
355
|
+
banReason?: string | null | undefined;
|
|
356
|
+
banned: boolean | null | undefined;
|
|
356
357
|
displayUsername?: string | null | undefined;
|
|
357
358
|
phoneNumber?: string | null | undefined;
|
|
358
359
|
phoneNumberVerified?: boolean | null | undefined;
|
|
359
|
-
banned: boolean | null | undefined;
|
|
360
360
|
role?: string | null | undefined;
|
|
361
|
-
|
|
362
|
-
|
|
361
|
+
twoFactorEnabled: boolean | null | undefined;
|
|
362
|
+
username?: string | null | undefined;
|
|
363
363
|
};
|
|
364
364
|
session: {
|
|
365
365
|
id: string;
|
|
@@ -368,8 +368,8 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
368
368
|
userId: string;
|
|
369
369
|
expiresAt: Date;
|
|
370
370
|
token: string;
|
|
371
|
-
ipAddress?: string | null | undefined
|
|
372
|
-
userAgent?: string | null | undefined
|
|
371
|
+
ipAddress?: string | null | undefined;
|
|
372
|
+
userAgent?: string | null | undefined;
|
|
373
373
|
impersonatedBy?: string | null | undefined;
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
@@ -385,49 +385,49 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
385
385
|
body: {};
|
|
386
386
|
params: {};
|
|
387
387
|
query: {
|
|
388
|
-
userId?: string | undefined;
|
|
389
388
|
isVerified?: boolean | undefined;
|
|
390
|
-
riskStatus?: string | undefined;
|
|
391
389
|
limit?: number | undefined;
|
|
392
390
|
offset?: number | undefined;
|
|
393
|
-
pageSize?: number | undefined;
|
|
394
391
|
pageIndex?: number | undefined;
|
|
392
|
+
pageSize?: number | undefined;
|
|
393
|
+
riskStatus?: string | undefined;
|
|
394
|
+
userId?: string | undefined;
|
|
395
395
|
};
|
|
396
396
|
headers: {};
|
|
397
397
|
response: {
|
|
398
398
|
200: {
|
|
399
399
|
data: {
|
|
400
|
+
accountName: string;
|
|
401
|
+
bankCode: string | null;
|
|
402
|
+
bankName: string;
|
|
403
|
+
branchName: string | null;
|
|
404
|
+
country: string | null;
|
|
405
|
+
createdAt: Date;
|
|
406
|
+
currency: string;
|
|
407
|
+
iban: string | null;
|
|
408
|
+
id: string;
|
|
409
|
+
isDefault: boolean | null;
|
|
410
|
+
isVerified: boolean | null;
|
|
411
|
+
maskAccountNumber: string | null;
|
|
412
|
+
riskStatus: string | null;
|
|
413
|
+
swiftCode: string | null;
|
|
414
|
+
updatedAt: Date;
|
|
400
415
|
user: {
|
|
401
|
-
email: string;
|
|
402
416
|
id: string;
|
|
417
|
+
email: string;
|
|
403
418
|
username: string | null;
|
|
404
419
|
displayUsername: string | null;
|
|
405
420
|
phoneNumber: string | null;
|
|
406
421
|
banned: boolean | null;
|
|
407
422
|
};
|
|
408
|
-
id: string;
|
|
409
|
-
createdAt: Date;
|
|
410
|
-
updatedAt: Date;
|
|
411
423
|
userId: string;
|
|
412
|
-
country: string | null;
|
|
413
|
-
isVerified: boolean | null;
|
|
414
|
-
verifiedAt: Date | null;
|
|
415
|
-
bankName: string;
|
|
416
|
-
bankCode: string | null;
|
|
417
|
-
accountName: string;
|
|
418
|
-
maskAccountNumber: string | null;
|
|
419
|
-
branchName: string | null;
|
|
420
|
-
iban: string | null;
|
|
421
|
-
currency: string;
|
|
422
|
-
swiftCode: string | null;
|
|
423
|
-
isDefault: boolean | null;
|
|
424
424
|
verificationMethod: string | null;
|
|
425
|
-
|
|
425
|
+
verifiedAt: Date | null;
|
|
426
426
|
}[];
|
|
427
427
|
pagination: {
|
|
428
|
-
total: number;
|
|
429
428
|
pageSize: number;
|
|
430
429
|
pageIndex: number;
|
|
430
|
+
total: number;
|
|
431
431
|
totalPages: number;
|
|
432
432
|
hasNextPage: boolean;
|
|
433
433
|
};
|
|
@@ -435,7 +435,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
435
435
|
401: "Unauthorized";
|
|
436
436
|
403: "Forbidden: Admins only";
|
|
437
437
|
422: {
|
|
438
|
-
type:
|
|
438
|
+
type: 'validation';
|
|
439
439
|
on: string;
|
|
440
440
|
summary?: string;
|
|
441
441
|
message?: string;
|
|
@@ -451,12 +451,12 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
451
451
|
":id": {
|
|
452
452
|
patch: {
|
|
453
453
|
body: {
|
|
454
|
-
country?: string | null | undefined;
|
|
455
454
|
bankName?: string | undefined;
|
|
456
455
|
bankCode?: string | null | undefined;
|
|
457
456
|
accountName?: string | undefined;
|
|
458
457
|
accountNumber?: string | undefined;
|
|
459
458
|
maskAccountNumber?: string | null | undefined;
|
|
459
|
+
country?: string | null | undefined;
|
|
460
460
|
branchName?: string | null | undefined;
|
|
461
461
|
iban?: string | null | undefined;
|
|
462
462
|
currency?: string | undefined;
|
|
@@ -470,37 +470,37 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
470
470
|
headers: {};
|
|
471
471
|
response: {
|
|
472
472
|
200: {
|
|
473
|
+
accountName: string;
|
|
474
|
+
bankCode: string | null;
|
|
475
|
+
bankName: string;
|
|
476
|
+
branchName: string | null;
|
|
477
|
+
country: string | null;
|
|
478
|
+
createdAt: Date;
|
|
479
|
+
currency: string;
|
|
480
|
+
iban: string | null;
|
|
481
|
+
id: string;
|
|
482
|
+
isDefault: boolean | null;
|
|
483
|
+
isVerified: boolean | null;
|
|
484
|
+
maskAccountNumber: string | null;
|
|
485
|
+
riskStatus: string | null;
|
|
486
|
+
swiftCode: string | null;
|
|
487
|
+
updatedAt: Date;
|
|
473
488
|
user: {
|
|
474
|
-
email: string;
|
|
475
489
|
id: string;
|
|
490
|
+
email: string;
|
|
476
491
|
username: string | null;
|
|
477
492
|
displayUsername: string | null;
|
|
478
493
|
phoneNumber: string | null;
|
|
479
494
|
banned: boolean | null;
|
|
480
495
|
};
|
|
481
|
-
id: string;
|
|
482
|
-
createdAt: Date;
|
|
483
|
-
updatedAt: Date;
|
|
484
496
|
userId: string;
|
|
485
|
-
country: string | null;
|
|
486
|
-
isVerified: boolean | null;
|
|
487
|
-
verifiedAt: Date | null;
|
|
488
|
-
bankName: string;
|
|
489
|
-
bankCode: string | null;
|
|
490
|
-
accountName: string;
|
|
491
|
-
maskAccountNumber: string | null;
|
|
492
|
-
branchName: string | null;
|
|
493
|
-
iban: string | null;
|
|
494
|
-
currency: string;
|
|
495
|
-
swiftCode: string | null;
|
|
496
|
-
isDefault: boolean | null;
|
|
497
497
|
verificationMethod: string | null;
|
|
498
|
-
|
|
498
|
+
verifiedAt: Date | null;
|
|
499
499
|
};
|
|
500
500
|
401: "Unauthorized";
|
|
501
501
|
403: "Forbidden: Admins only";
|
|
502
502
|
422: {
|
|
503
|
-
type:
|
|
503
|
+
type: 'validation';
|
|
504
504
|
on: string;
|
|
505
505
|
summary?: string;
|
|
506
506
|
message?: string;
|
|
@@ -518,7 +518,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
518
518
|
verify: {
|
|
519
519
|
post: {
|
|
520
520
|
body: {
|
|
521
|
-
verificationMethod: "
|
|
521
|
+
verificationMethod: "document" | "manual" | "micro_deposit";
|
|
522
522
|
};
|
|
523
523
|
params: {
|
|
524
524
|
id: string;
|
|
@@ -527,37 +527,37 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
527
527
|
headers: {};
|
|
528
528
|
response: {
|
|
529
529
|
200: {
|
|
530
|
+
accountName: string;
|
|
531
|
+
bankCode: string | null;
|
|
532
|
+
bankName: string;
|
|
533
|
+
branchName: string | null;
|
|
534
|
+
country: string | null;
|
|
535
|
+
createdAt: Date;
|
|
536
|
+
currency: string;
|
|
537
|
+
iban: string | null;
|
|
538
|
+
id: string;
|
|
539
|
+
isDefault: boolean | null;
|
|
540
|
+
isVerified: boolean | null;
|
|
541
|
+
maskAccountNumber: string | null;
|
|
542
|
+
riskStatus: string | null;
|
|
543
|
+
swiftCode: string | null;
|
|
544
|
+
updatedAt: Date;
|
|
530
545
|
user: {
|
|
531
|
-
email: string;
|
|
532
546
|
id: string;
|
|
547
|
+
email: string;
|
|
533
548
|
username: string | null;
|
|
534
549
|
displayUsername: string | null;
|
|
535
550
|
phoneNumber: string | null;
|
|
536
551
|
banned: boolean | null;
|
|
537
552
|
};
|
|
538
|
-
id: string;
|
|
539
|
-
createdAt: Date;
|
|
540
|
-
updatedAt: Date;
|
|
541
553
|
userId: string;
|
|
542
|
-
country: string | null;
|
|
543
|
-
isVerified: boolean | null;
|
|
544
|
-
verifiedAt: Date | null;
|
|
545
|
-
bankName: string;
|
|
546
|
-
bankCode: string | null;
|
|
547
|
-
accountName: string;
|
|
548
|
-
maskAccountNumber: string | null;
|
|
549
|
-
branchName: string | null;
|
|
550
|
-
iban: string | null;
|
|
551
|
-
currency: string;
|
|
552
|
-
swiftCode: string | null;
|
|
553
|
-
isDefault: boolean | null;
|
|
554
554
|
verificationMethod: string | null;
|
|
555
|
-
|
|
555
|
+
verifiedAt: Date | null;
|
|
556
556
|
};
|
|
557
557
|
401: "Unauthorized";
|
|
558
558
|
403: "Forbidden: Admins only";
|
|
559
559
|
422: {
|
|
560
|
-
type:
|
|
560
|
+
type: 'validation';
|
|
561
561
|
on: string;
|
|
562
562
|
summary?: string;
|
|
563
563
|
message?: string;
|
|
@@ -576,7 +576,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
576
576
|
risk_status: {
|
|
577
577
|
patch: {
|
|
578
578
|
body: {
|
|
579
|
-
riskStatus: "
|
|
579
|
+
riskStatus: "blocked" | "high-risk" | "normal" | "warning";
|
|
580
580
|
};
|
|
581
581
|
params: {
|
|
582
582
|
id: string;
|
|
@@ -585,37 +585,37 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
585
585
|
headers: {};
|
|
586
586
|
response: {
|
|
587
587
|
200: {
|
|
588
|
+
accountName: string;
|
|
589
|
+
bankCode: string | null;
|
|
590
|
+
bankName: string;
|
|
591
|
+
branchName: string | null;
|
|
592
|
+
country: string | null;
|
|
593
|
+
createdAt: Date;
|
|
594
|
+
currency: string;
|
|
595
|
+
iban: string | null;
|
|
596
|
+
id: string;
|
|
597
|
+
isDefault: boolean | null;
|
|
598
|
+
isVerified: boolean | null;
|
|
599
|
+
maskAccountNumber: string | null;
|
|
600
|
+
riskStatus: string | null;
|
|
601
|
+
swiftCode: string | null;
|
|
602
|
+
updatedAt: Date;
|
|
588
603
|
user: {
|
|
589
|
-
email: string;
|
|
590
604
|
id: string;
|
|
605
|
+
email: string;
|
|
591
606
|
username: string | null;
|
|
592
607
|
displayUsername: string | null;
|
|
593
608
|
phoneNumber: string | null;
|
|
594
609
|
banned: boolean | null;
|
|
595
610
|
};
|
|
596
|
-
id: string;
|
|
597
|
-
createdAt: Date;
|
|
598
|
-
updatedAt: Date;
|
|
599
611
|
userId: string;
|
|
600
|
-
country: string | null;
|
|
601
|
-
isVerified: boolean | null;
|
|
602
|
-
verifiedAt: Date | null;
|
|
603
|
-
bankName: string;
|
|
604
|
-
bankCode: string | null;
|
|
605
|
-
accountName: string;
|
|
606
|
-
maskAccountNumber: string | null;
|
|
607
|
-
branchName: string | null;
|
|
608
|
-
iban: string | null;
|
|
609
|
-
currency: string;
|
|
610
|
-
swiftCode: string | null;
|
|
611
|
-
isDefault: boolean | null;
|
|
612
612
|
verificationMethod: string | null;
|
|
613
|
-
|
|
613
|
+
verifiedAt: Date | null;
|
|
614
614
|
};
|
|
615
615
|
401: "Unauthorized";
|
|
616
616
|
403: "Forbidden: Admins only";
|
|
617
617
|
422: {
|
|
618
|
-
type:
|
|
618
|
+
type: 'validation';
|
|
619
619
|
on: string;
|
|
620
620
|
summary?: string;
|
|
621
621
|
message?: string;
|
|
@@ -647,7 +647,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
647
647
|
401: "Unauthorized";
|
|
648
648
|
403: "Forbidden: Admins only";
|
|
649
649
|
422: {
|
|
650
|
-
type:
|
|
650
|
+
type: 'validation';
|
|
651
651
|
on: string;
|
|
652
652
|
summary?: string;
|
|
653
653
|
message?: string;
|
|
@@ -669,28 +669,28 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
669
669
|
isActive?: boolean | undefined;
|
|
670
670
|
limit?: number | undefined;
|
|
671
671
|
offset?: number | undefined;
|
|
672
|
-
pageSize?: number | undefined;
|
|
673
672
|
pageIndex?: number | undefined;
|
|
673
|
+
pageSize?: number | undefined;
|
|
674
674
|
};
|
|
675
675
|
headers: {};
|
|
676
676
|
response: {
|
|
677
677
|
200: {
|
|
678
678
|
data: {
|
|
679
|
-
id: string;
|
|
680
679
|
createdAt: Date;
|
|
681
680
|
updatedAt: Date;
|
|
682
681
|
deletedAt: Date | null;
|
|
683
|
-
|
|
684
|
-
sortOrder: number | null;
|
|
685
|
-
bankCode: string;
|
|
686
|
-
swiftCode: string | null;
|
|
682
|
+
id: string;
|
|
687
683
|
nameCn: string;
|
|
688
684
|
nameEn: string;
|
|
685
|
+
bankCode: string;
|
|
686
|
+
swiftCode: string | null;
|
|
687
|
+
isActive: boolean | null;
|
|
688
|
+
sortOrder: number | null;
|
|
689
689
|
}[];
|
|
690
690
|
pagination: {
|
|
691
|
-
total: number;
|
|
692
691
|
pageSize: number;
|
|
693
692
|
pageIndex: number;
|
|
693
|
+
total: number;
|
|
694
694
|
totalPages: number;
|
|
695
695
|
hasNextPage: boolean;
|
|
696
696
|
};
|
|
@@ -698,7 +698,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
698
698
|
401: "Unauthorized";
|
|
699
699
|
403: "Forbidden: Admins only";
|
|
700
700
|
422: {
|
|
701
|
-
type:
|
|
701
|
+
type: 'validation';
|
|
702
702
|
on: string;
|
|
703
703
|
summary?: string;
|
|
704
704
|
message?: string;
|
|
@@ -715,33 +715,33 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
715
715
|
banks: {
|
|
716
716
|
post: {
|
|
717
717
|
body: {
|
|
718
|
-
isActive?: boolean | null | undefined;
|
|
719
|
-
sortOrder?: number | null | undefined;
|
|
720
|
-
swiftCode?: string | null | undefined;
|
|
721
|
-
bankCode: string;
|
|
722
718
|
nameCn: string;
|
|
723
719
|
nameEn: string;
|
|
720
|
+
bankCode: string;
|
|
721
|
+
swiftCode?: string | null | undefined;
|
|
722
|
+
isActive?: boolean | null | undefined;
|
|
723
|
+
sortOrder?: number | null | undefined;
|
|
724
724
|
};
|
|
725
725
|
params: {};
|
|
726
726
|
query: {};
|
|
727
727
|
headers: {};
|
|
728
728
|
response: {
|
|
729
729
|
200: {
|
|
730
|
-
id: string;
|
|
731
730
|
createdAt: Date;
|
|
732
731
|
updatedAt: Date;
|
|
733
732
|
deletedAt: Date | null;
|
|
734
|
-
|
|
735
|
-
sortOrder: number | null;
|
|
736
|
-
bankCode: string;
|
|
737
|
-
swiftCode: string | null;
|
|
733
|
+
id: string;
|
|
738
734
|
nameCn: string;
|
|
739
735
|
nameEn: string;
|
|
736
|
+
bankCode: string;
|
|
737
|
+
swiftCode: string | null;
|
|
738
|
+
isActive: boolean | null;
|
|
739
|
+
sortOrder: number | null;
|
|
740
740
|
};
|
|
741
741
|
401: "Unauthorized";
|
|
742
742
|
403: "Forbidden: Admins only";
|
|
743
743
|
422: {
|
|
744
|
-
type:
|
|
744
|
+
type: 'validation';
|
|
745
745
|
on: string;
|
|
746
746
|
summary?: string;
|
|
747
747
|
message?: string;
|
|
@@ -759,12 +759,12 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
759
759
|
":id": {
|
|
760
760
|
patch: {
|
|
761
761
|
body: {
|
|
762
|
-
isActive?: boolean | null | undefined;
|
|
763
|
-
sortOrder?: number | null | undefined;
|
|
764
|
-
bankCode?: string | undefined;
|
|
765
|
-
swiftCode?: string | null | undefined;
|
|
766
762
|
nameCn?: string | undefined;
|
|
767
763
|
nameEn?: string | undefined;
|
|
764
|
+
bankCode?: string | undefined;
|
|
765
|
+
swiftCode?: string | null | undefined;
|
|
766
|
+
isActive?: boolean | null | undefined;
|
|
767
|
+
sortOrder?: number | null | undefined;
|
|
768
768
|
};
|
|
769
769
|
params: {
|
|
770
770
|
id: string;
|
|
@@ -773,21 +773,21 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
773
773
|
headers: {};
|
|
774
774
|
response: {
|
|
775
775
|
200: {
|
|
776
|
-
id: string;
|
|
777
776
|
createdAt: Date;
|
|
778
777
|
updatedAt: Date;
|
|
779
778
|
deletedAt: Date | null;
|
|
780
|
-
|
|
781
|
-
sortOrder: number | null;
|
|
782
|
-
bankCode: string;
|
|
783
|
-
swiftCode: string | null;
|
|
779
|
+
id: string;
|
|
784
780
|
nameCn: string;
|
|
785
781
|
nameEn: string;
|
|
782
|
+
bankCode: string;
|
|
783
|
+
swiftCode: string | null;
|
|
784
|
+
isActive: boolean | null;
|
|
785
|
+
sortOrder: number | null;
|
|
786
786
|
};
|
|
787
787
|
401: "Unauthorized";
|
|
788
788
|
403: "Forbidden: Admins only";
|
|
789
789
|
422: {
|
|
790
|
-
type:
|
|
790
|
+
type: 'validation';
|
|
791
791
|
on: string;
|
|
792
792
|
summary?: string;
|
|
793
793
|
message?: string;
|
|
@@ -818,7 +818,7 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
818
818
|
401: "Unauthorized";
|
|
819
819
|
403: "Forbidden: Admins only";
|
|
820
820
|
422: {
|
|
821
|
-
type:
|
|
821
|
+
type: 'validation';
|
|
822
822
|
on: string;
|
|
823
823
|
summary?: string;
|
|
824
824
|
message?: string;
|
|
@@ -847,16 +847,16 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
847
847
|
email: string;
|
|
848
848
|
emailVerified: boolean;
|
|
849
849
|
name: string;
|
|
850
|
-
image?: string | null | undefined
|
|
851
|
-
|
|
852
|
-
|
|
850
|
+
image?: string | null | undefined;
|
|
851
|
+
banExpires?: Date | null | undefined;
|
|
852
|
+
banReason?: string | null | undefined;
|
|
853
|
+
banned: boolean | null | undefined;
|
|
853
854
|
displayUsername?: string | null | undefined;
|
|
854
855
|
phoneNumber?: string | null | undefined;
|
|
855
856
|
phoneNumberVerified?: boolean | null | undefined;
|
|
856
|
-
banned: boolean | null | undefined;
|
|
857
857
|
role?: string | null | undefined;
|
|
858
|
-
|
|
859
|
-
|
|
858
|
+
twoFactorEnabled: boolean | null | undefined;
|
|
859
|
+
username?: string | null | undefined;
|
|
860
860
|
};
|
|
861
861
|
session: {
|
|
862
862
|
id: string;
|
|
@@ -865,8 +865,8 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
865
865
|
userId: string;
|
|
866
866
|
expiresAt: Date;
|
|
867
867
|
token: string;
|
|
868
|
-
ipAddress?: string | null | undefined
|
|
869
|
-
userAgent?: string | null | undefined
|
|
868
|
+
ipAddress?: string | null | undefined;
|
|
869
|
+
userAgent?: string | null | undefined;
|
|
870
870
|
impersonatedBy?: string | null | undefined;
|
|
871
871
|
};
|
|
872
872
|
} & {
|
|
@@ -877,16 +877,16 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
877
877
|
email: string;
|
|
878
878
|
emailVerified: boolean;
|
|
879
879
|
name: string;
|
|
880
|
-
image?: string | null | undefined
|
|
881
|
-
|
|
882
|
-
|
|
880
|
+
image?: string | null | undefined;
|
|
881
|
+
banExpires?: Date | null | undefined;
|
|
882
|
+
banReason?: string | null | undefined;
|
|
883
|
+
banned: boolean | null | undefined;
|
|
883
884
|
displayUsername?: string | null | undefined;
|
|
884
885
|
phoneNumber?: string | null | undefined;
|
|
885
886
|
phoneNumberVerified?: boolean | null | undefined;
|
|
886
|
-
banned: boolean | null | undefined;
|
|
887
887
|
role?: string | null | undefined;
|
|
888
|
-
|
|
889
|
-
|
|
888
|
+
twoFactorEnabled: boolean | null | undefined;
|
|
889
|
+
username?: string | null | undefined;
|
|
890
890
|
};
|
|
891
891
|
session: {
|
|
892
892
|
id: string;
|
|
@@ -895,8 +895,8 @@ export declare const bankAccountAdminRouter: Elysia<"/bank_account", {
|
|
|
895
895
|
userId: string;
|
|
896
896
|
expiresAt: Date;
|
|
897
897
|
token: string;
|
|
898
|
-
ipAddress?: string | null | undefined
|
|
899
|
-
userAgent?: string | null | undefined
|
|
898
|
+
ipAddress?: string | null | undefined;
|
|
899
|
+
userAgent?: string | null | undefined;
|
|
900
900
|
impersonatedBy?: string | null | undefined;
|
|
901
901
|
};
|
|
902
902
|
};
|