@r2wa-org/eden 0.0.72 → 0.0.79
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 +2256 -213
- package/dist/admin-user/admin/dto.schemas.d.ts +3 -3
- package/dist/admin-user/admin/errors/index.d.ts +4 -0
- package/dist/admin-user/admin/errors/locales/zh.d.ts +1 -0
- package/dist/app-version/admin/dto.schemas.d.ts +99 -0
- package/dist/{src/wallet-type → app-version}/admin/router.d.ts +150 -135
- package/dist/app-version/admin/service.d.ts +105 -0
- package/dist/{src/referral → app-version}/db.schemas.d.ts +159 -131
- package/dist/{src/referral → app-version}/schema.d.ts +89 -88
- package/dist/asset/admin/dto.schemas.d.ts +3 -7
- package/dist/asset/admin/router.d.ts +2 -8
- package/dist/asset/admin/service.d.ts +1 -6
- package/dist/asset/errors/index.d.ts +2 -0
- package/dist/asset/errors/locales/zh.d.ts +1 -0
- package/dist/asset/user/dto.schemas.d.ts +0 -2
- package/dist/asset/user/router.d.ts +0 -3
- package/dist/asset/user/service.d.ts +0 -3
- package/dist/asset-convert-product/admin/service.d.ts +1 -0
- package/dist/asset-convert-product/errors/index.d.ts +1 -0
- package/dist/asset-convert-product/errors/locales/zh.d.ts +1 -0
- package/dist/asset-convert-product/user/dto.schemas.d.ts +119 -84
- package/dist/asset-convert-product/user/router.d.ts +21 -0
- package/dist/asset-convert-product/user/service.d.ts +39 -0
- package/dist/asset-type/admin/dto.schemas.d.ts +0 -53
- package/dist/asset-type/admin/router.d.ts +0 -6
- package/dist/asset-type/admin/service.d.ts +0 -4
- package/dist/asset-type/db.schemas.d.ts +0 -34
- package/dist/asset-type/schema.d.ts +0 -17
- package/dist/asset-type/seed.d.ts +0 -3
- package/dist/asset-type/user/dto.schemas.d.ts +0 -2
- package/dist/asset-type/user/router.d.ts +0 -1
- package/dist/asset-type/user/service.d.ts +0 -1
- package/dist/auth/db.schemas.d.ts +8 -8
- package/dist/auth/schema.d.ts +4 -4
- package/dist/bank-account/admin/dto.schemas.d.ts +47 -2
- package/dist/bank-account/admin/router.d.ts +32 -0
- package/dist/bank-account/admin/service.d.ts +88 -15
- package/dist/check-in/admin/dto.schemas.d.ts +1 -1
- package/dist/check-in/user/dto.schemas.d.ts +1 -1
- package/dist/db/schemas.d.ts +1 -0
- package/dist/deposit/admin/dto.schemas.d.ts +2 -2
- package/dist/deposit/user/dto.schemas.d.ts +2 -2
- package/dist/env/server.d.ts +1 -0
- package/dist/{src/cors/index.d.ts → http-access-log.d.ts} +4 -4
- package/dist/index.d.ts +2591 -358
- package/dist/ledger/admin/dto.schemas.d.ts +353 -688
- package/dist/ledger/admin/router.d.ts +81 -0
- package/dist/ledger/admin/service.d.ts +2 -135
- package/dist/ledger/schema.d.ts +1 -0
- package/dist/ledger-account/admin/dto.schemas.d.ts +132 -516
- package/dist/ledger-account/admin/router.d.ts +69 -0
- package/dist/ledger-account/admin/service.d.ts +54 -0
- package/dist/market-data/admin/dto.schemas.d.ts +597 -64
- package/dist/market-data/admin/router.d.ts +30 -4
- package/dist/market-data/admin/service.d.ts +26 -0
- package/dist/market-data/errors/index.d.ts +1 -0
- package/dist/market-data/errors/locales/zh.d.ts +1 -0
- package/dist/market-data/user/dto.schemas.d.ts +81 -0
- package/dist/market-data/user/router.d.ts +172 -0
- package/dist/market-data/user/service.d.ts +12 -1
- package/dist/market-pricing/admin/dto.schemas.d.ts +602 -64
- package/dist/market-pricing/admin/router.d.ts +173 -17
- package/dist/market-pricing/admin/service.d.ts +172 -15
- package/dist/news/admin/service.d.ts +1 -0
- package/dist/news-category/admin/dto.schemas.d.ts +4 -4
- package/dist/news-category/admin/router.d.ts +2 -2
- package/dist/news-category/admin/service.d.ts +1 -0
- package/dist/news-category/errors/index.d.ts +2 -0
- package/dist/news-category/errors/locales/zh.d.ts +1 -0
- package/dist/operations-overview/admin/dto.schemas.d.ts +41 -0
- package/dist/{src/transfer → operations-overview}/admin/router.d.ts +37 -26
- package/dist/operations-overview/admin/service.d.ts +4 -0
- package/dist/receipt-method/admin/dto.schemas.d.ts +48 -378
- package/dist/receipt-method/admin/router.d.ts +16 -0
- package/dist/receipt-method/admin/service.d.ts +36 -0
- package/dist/referral/admin/dto.schemas.d.ts +6 -2
- package/dist/referral/admin/router.d.ts +1 -6
- package/dist/referral/admin/service.d.ts +1 -1
- package/dist/referral/errors/index.d.ts +1 -0
- package/dist/referral/errors/locales/zh.d.ts +1 -0
- package/dist/referral/user/dto.schemas.d.ts +2 -2
- package/dist/team/admin/dto.schemas.d.ts +1678 -253
- package/dist/team/admin/router.d.ts +82 -1
- package/dist/team/admin/service.d.ts +2 -2
- package/dist/team/errors/index.d.ts +1 -0
- package/dist/team/errors/locales/zh.d.ts +1 -0
- package/dist/team/user/dto.schemas.d.ts +5 -5
- package/dist/trade-market/admin/dto.schemas.d.ts +4079 -77
- package/dist/trade-market/admin/router.d.ts +486 -0
- package/dist/trade-market/admin/service.d.ts +488 -0
- 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/internal/service.d.ts +325 -0
- package/dist/trade-market/user/service.d.ts +324 -0
- package/dist/user/admin/dto.schemas.d.ts +1 -1
- package/dist/welfare-cycle/admin/dto.schemas.d.ts +1080 -1561
- package/dist/welfare-cycle/admin/router.d.ts +748 -2
- package/dist/welfare-cycle/admin/service.d.ts +828 -40
- package/dist/welfare-cycle/errors/index.d.ts +2 -0
- package/dist/welfare-cycle/errors/locales/zh.d.ts +2 -0
- package/dist/welfare-cycle/user/dto.schemas.d.ts +1 -0
- package/dist/welfare-cycle/user/router.d.ts +1 -0
- package/dist/welfare-cycle/user/service.d.ts +1 -0
- package/dist/withdraw/errors/index.d.ts +2 -0
- package/dist/withdraw/errors/locales/zh.d.ts +1 -0
- package/dist/withdraw/user/dto.schemas.d.ts +2 -2
- package/dist/withdraw/user/router.d.ts +2 -2
- package/dist/withdraw/user/service.d.ts +1 -0
- package/package.json +3 -3
- package/dist/src/account/admin.router.d.ts +0 -548
- package/dist/src/account/db.schemas.d.ts +0 -346
- package/dist/src/account/dto.schemas.d.ts +0 -414
- package/dist/src/account/index.d.ts +0 -7
- package/dist/src/account/router.d.ts +0 -509
- package/dist/src/account/schema.d.ts +0 -190
- package/dist/src/account/seed.d.ts +0 -1
- package/dist/src/account/service.d.ts +0 -139
- package/dist/src/account-type/admin.router.d.ts +0 -495
- package/dist/src/account-type/db.schemas.d.ts +0 -380
- package/dist/src/account-type/dto.schemas.d.ts +0 -28
- package/dist/src/account-type/index.d.ts +0 -7
- package/dist/src/account-type/router.d.ts +0 -460
- package/dist/src/account-type/schema.d.ts +0 -201
- package/dist/src/account-type/seed.d.ts +0 -1
- package/dist/src/account-type/service.d.ts +0 -52
- package/dist/src/admin/admin/dto.schemas.d.ts +0 -880
- package/dist/src/admin/admin/errors/index.d.ts +0 -15
- package/dist/src/admin/admin/errors/locales/zh.d.ts +0 -14
- package/dist/src/admin/admin/router.d.ts +0 -657
- package/dist/src/admin/admin/service.d.ts +0 -60
- package/dist/src/admin/index.d.ts +0 -8385
- package/dist/src/admin/user/dto.schemas.d.ts +0 -600
- package/dist/src/admin/user/router.d.ts +0 -82
- package/dist/src/admin/user/service.d.ts +0 -31
- package/dist/src/admin-user/admin/dto.schemas.d.ts +0 -878
- package/dist/src/admin-user/admin/errors/index.d.ts +0 -16
- package/dist/src/admin-user/admin/errors/locales/zh.d.ts +0 -15
- package/dist/src/admin-user/admin/router.d.ts +0 -655
- package/dist/src/admin-user/admin/service.d.ts +0 -60
- package/dist/src/asset/admin/dto.schemas.d.ts +0 -168
- package/dist/src/asset/admin/router.d.ts +0 -768
- package/dist/src/asset/admin/service.d.ts +0 -149
- package/dist/src/asset/admin.router.d.ts +0 -661
- package/dist/src/asset/db.schemas.d.ts +0 -380
- package/dist/src/asset/dto.schemas.d.ts +0 -139
- package/dist/src/asset/errors/index.d.ts +0 -31
- package/dist/src/asset/errors/locales/zh.d.ts +0 -19
- package/dist/src/asset/index.d.ts +0 -11
- package/dist/src/asset/internal/service.d.ts +0 -16
- package/dist/src/asset/permissions.d.ts +0 -4
- package/dist/src/asset/router.d.ts +0 -480
- package/dist/src/asset/schema.d.ts +0 -209
- package/dist/src/asset/seed.d.ts +0 -1
- package/dist/src/asset/service.d.ts +0 -160
- package/dist/src/asset/user/dto.schemas.d.ts +0 -80
- package/dist/src/asset/user/router.d.ts +0 -570
- package/dist/src/asset/user/service.d.ts +0 -78
- package/dist/src/asset-convert-product/admin/dto.schemas.d.ts +0 -823
- package/dist/src/asset-convert-product/admin/router.d.ts +0 -1586
- package/dist/src/asset-convert-product/admin/service.d.ts +0 -813
- package/dist/src/asset-convert-product/db.schemas.d.ts +0 -1270
- package/dist/src/asset-convert-product/errors/index.d.ts +0 -31
- package/dist/src/asset-convert-product/errors/locales/zh.d.ts +0 -30
- package/dist/src/asset-convert-product/index.d.ts +0 -8
- package/dist/src/asset-convert-product/internal/service.d.ts +0 -2
- package/dist/src/asset-convert-product/permissions.d.ts +0 -5
- package/dist/src/asset-convert-product/schema.d.ts +0 -688
- package/dist/src/asset-convert-product/user/dto.schemas.d.ts +0 -1054
- package/dist/src/asset-convert-product/user/router.d.ts +0 -776
- package/dist/src/asset-convert-product/user/service.d.ts +0 -374
- package/dist/src/asset-price/admin/dto.schemas.d.ts +0 -102
- package/dist/src/asset-price/admin/router.d.ts +0 -658
- package/dist/src/asset-price/admin/service.d.ts +0 -82
- package/dist/src/asset-price/constants.d.ts +0 -2
- package/dist/src/asset-price/db.schemas.d.ts +0 -358
- package/dist/src/asset-price/errors/index.d.ts +0 -20
- package/dist/src/asset-price/errors/locales/zh.d.ts +0 -19
- package/dist/src/asset-price/index.d.ts +0 -12
- package/dist/src/asset-price/internal/service.d.ts +0 -14
- package/dist/src/asset-price/permissions.d.ts +0 -6
- package/dist/src/asset-price/schema.d.ts +0 -191
- package/dist/src/asset-price/seed.d.ts +0 -1
- package/dist/src/asset-price/user/dto.schemas.d.ts +0 -45
- package/dist/src/asset-price/user/router.d.ts +0 -512
- package/dist/src/asset-price/user/service.d.ts +0 -26
- package/dist/src/asset-type/admin/dto.schemas.d.ts +0 -457
- package/dist/src/asset-type/admin/router.d.ts +0 -623
- package/dist/src/asset-type/admin/service.d.ts +0 -49
- package/dist/src/asset-type/admin.router.d.ts +0 -584
- package/dist/src/asset-type/db.schemas.d.ts +0 -278
- package/dist/src/asset-type/dto.schemas.d.ts +0 -178
- package/dist/src/asset-type/errors/index.d.ts +0 -27
- package/dist/src/asset-type/errors/locales/zh.d.ts +0 -17
- package/dist/src/asset-type/index.d.ts +0 -11
- package/dist/src/asset-type/internal/service.d.ts +0 -9
- package/dist/src/asset-type/permissions.d.ts +0 -4
- package/dist/src/asset-type/router.d.ts +0 -472
- package/dist/src/asset-type/schema.d.ts +0 -150
- package/dist/src/asset-type/seed.d.ts +0 -22
- package/dist/src/asset-type/service.d.ts +0 -59
- package/dist/src/asset-type/share/dto.schemas.d.ts +0 -178
- package/dist/src/asset-type/user/dto.schemas.d.ts +0 -37
- package/dist/src/asset-type/user/router.d.ts +0 -472
- package/dist/src/asset-type/user/service.d.ts +0 -19
- package/dist/src/auth/better-auth.d.ts +0 -3282
- package/dist/src/auth/better-hooks.d.ts +0 -23
- package/dist/src/auth/db.schemas.d.ts +0 -1696
- package/dist/src/auth/permissions.d.ts +0 -235
- package/dist/src/auth/roles.d.ts +0 -725
- package/dist/src/auth/router.d.ts +0 -385
- package/dist/src/auth/schema.d.ts +0 -882
- package/dist/src/bank-account/admin/dto.schemas.d.ts +0 -479
- package/dist/src/bank-account/admin/router.d.ts +0 -877
- package/dist/src/bank-account/admin/service.d.ts +0 -148
- package/dist/src/bank-account/admin.router.d.ts +0 -880
- package/dist/src/bank-account/db.schemas.d.ts +0 -1032
- package/dist/src/bank-account/dto.schemas.d.ts +0 -572
- package/dist/src/bank-account/errors/index.d.ts +0 -13
- package/dist/src/bank-account/errors/locales/zh.d.ts +0 -12
- package/dist/src/bank-account/index.d.ts +0 -8
- package/dist/src/bank-account/internal/service.d.ts +0 -51
- package/dist/src/bank-account/permissions.d.ts +0 -10
- package/dist/src/bank-account/router.d.ts +0 -680
- package/dist/src/bank-account/schema.d.ts +0 -535
- package/dist/src/bank-account/seed.d.ts +0 -4
- package/dist/src/bank-account/service.d.ts +0 -359
- package/dist/src/bank-account/user/dto.schemas.d.ts +0 -458
- package/dist/src/bank-account/user/router.d.ts +0 -680
- package/dist/src/bank-account/user/service.d.ts +0 -133
- package/dist/src/check-in/admin/dto.schemas.d.ts +0 -312
- package/dist/src/check-in/admin/router.d.ts +0 -526
- package/dist/src/check-in/admin/service.d.ts +0 -38
- package/dist/src/check-in/admin.router.d.ts +0 -533
- package/dist/src/check-in/db.schemas.d.ts +0 -312
- package/dist/src/check-in/dto.schemas.d.ts +0 -544
- package/dist/src/check-in/errors/index.d.ts +0 -13
- package/dist/src/check-in/errors/locales/zh.d.ts +0 -10
- package/dist/src/check-in/index.d.ts +0 -7
- package/dist/src/check-in/internal/service.d.ts +0 -51
- package/dist/src/check-in/permissions.d.ts +0 -6
- package/dist/src/check-in/router.d.ts +0 -619
- package/dist/src/check-in/schema.d.ts +0 -168
- package/dist/src/check-in/service.d.ts +0 -99
- package/dist/src/check-in/user/dto.schemas.d.ts +0 -503
- package/dist/src/check-in/user/router.d.ts +0 -615
- package/dist/src/check-in/user/service.d.ts +0 -49
- package/dist/src/cron/index.d.ts +0 -10
- package/dist/src/db/columns.helpers.d.ts +0 -13
- package/dist/src/db/enums.d.ts +0 -1
- package/dist/src/db/index.d.ts +0 -4
- package/dist/src/db/schemas.d.ts +0 -33
- package/dist/src/db/transaction.d.ts +0 -3
- package/dist/src/db/typebox.d.ts +0 -19
- package/dist/src/deposit/admin/dto.schemas.d.ts +0 -649
- package/dist/src/deposit/admin/router.d.ts +0 -638
- package/dist/src/deposit/admin/service.d.ts +0 -127
- package/dist/src/deposit/admin.router.d.ts +0 -642
- package/dist/src/deposit/db.schemas.d.ts +0 -652
- package/dist/src/deposit/dto.schemas.d.ts +0 -715
- package/dist/src/deposit/errors/index.d.ts +0 -45
- package/dist/src/deposit/errors/locales/zh.d.ts +0 -24
- package/dist/src/deposit/index.d.ts +0 -7
- package/dist/src/deposit/internal/service.d.ts +0 -8
- package/dist/src/deposit/permissions.d.ts +0 -9
- package/dist/src/deposit/router.d.ts +0 -632
- package/dist/src/deposit/schema.d.ts +0 -340
- package/dist/src/deposit/service.d.ts +0 -298
- package/dist/src/deposit/user/dto.schemas.d.ts +0 -655
- package/dist/src/deposit/user/router.d.ts +0 -681
- package/dist/src/deposit/user/service.d.ts +0 -148
- package/dist/src/dynamic-env/admin.router.d.ts +0 -620
- package/dist/src/dynamic-env/cache.d.ts +0 -35
- package/dist/src/dynamic-env/db.schemas.d.ts +0 -182
- package/dist/src/dynamic-env/dto.schema.d.ts +0 -17
- package/dist/src/dynamic-env/errors/index.d.ts +0 -11
- package/dist/src/dynamic-env/errors/locales/zh.d.ts +0 -10
- package/dist/src/dynamic-env/index.d.ts +0 -3
- package/dist/src/dynamic-env/schema.d.ts +0 -96
- package/dist/src/dynamic-env/service.d.ts +0 -93
- package/dist/src/eden/index.d.ts +0 -57
- package/dist/src/email/index.d.ts +0 -2
- package/dist/src/env/client.d.ts +0 -2
- package/dist/src/env/index.d.ts +0 -2
- package/dist/src/env/server.d.ts +0 -49
- package/dist/src/env/typebox-env.d.ts +0 -7
- package/dist/src/error/errorcode.d.ts +0 -9
- package/dist/src/error/index.d.ts +0 -120
- package/dist/src/error/locales/zh.d.ts +0 -2
- package/dist/src/error/messages.d.ts +0 -10
- package/dist/src/external/dto.schemas.d.ts +0 -173
- package/dist/src/external/errors/index.d.ts +0 -13
- package/dist/src/external/errors/locales/zh.d.ts +0 -10
- package/dist/src/external/index.d.ts +0 -4
- package/dist/src/external/router.d.ts +0 -105
- package/dist/src/external/service.d.ts +0 -31
- package/dist/src/file-storage/admin/dto.schemas.d.ts +0 -209
- package/dist/src/file-storage/admin/router.d.ts +0 -598
- package/dist/src/file-storage/admin/service.d.ts +0 -89
- package/dist/src/file-storage/admin.router.d.ts +0 -601
- package/dist/src/file-storage/db.schemas.d.ts +0 -1026
- package/dist/src/file-storage/dto.schemas.d.ts +0 -1238
- package/dist/src/file-storage/errors/index.d.ts +0 -19
- package/dist/src/file-storage/errors/locales/zh.d.ts +0 -18
- package/dist/src/file-storage/index.d.ts +0 -7
- package/dist/src/file-storage/internal/service.d.ts +0 -66
- package/dist/src/file-storage/permissions.d.ts +0 -5
- package/dist/src/file-storage/router.d.ts +0 -588
- package/dist/src/file-storage/s3.client.d.ts +0 -284
- package/dist/src/file-storage/schema.d.ts +0 -538
- package/dist/src/file-storage/service.d.ts +0 -264
- package/dist/src/file-storage/share/dto.schemas.d.ts +0 -68
- package/dist/src/file-storage/share/router.d.ts +0 -561
- package/dist/src/file-storage/share.router.d.ts +0 -564
- package/dist/src/file-storage/user/dto.schemas.d.ts +0 -1100
- package/dist/src/file-storage/user/router.d.ts +0 -585
- package/dist/src/file-storage/user/service.d.ts +0 -80
- package/dist/src/index.d.ts +0 -14029
- package/dist/src/ledger/admin/dto.schemas.d.ts +0 -796
- package/dist/src/ledger/admin/router.d.ts +0 -527
- package/dist/src/ledger/admin/service.d.ts +0 -155
- package/dist/src/ledger/admin.router.d.ts +0 -527
- package/dist/src/ledger/db.schemas.d.ts +0 -694
- package/dist/src/ledger/dto.schemas.d.ts +0 -712
- package/dist/src/ledger/errors/index.d.ts +0 -38
- package/dist/src/ledger/errors/locales/zh.d.ts +0 -22
- package/dist/src/ledger/index.d.ts +0 -6
- package/dist/src/ledger/internal/service.d.ts +0 -36
- package/dist/src/ledger/permissions.d.ts +0 -8
- package/dist/src/ledger/router.d.ts +0 -487
- package/dist/src/ledger/schema.d.ts +0 -364
- package/dist/src/ledger/service.d.ts +0 -462
- package/dist/src/ledger/user/dto.schemas.d.ts +0 -712
- package/dist/src/ledger/user/router.d.ts +0 -487
- package/dist/src/ledger/user/service.d.ts +0 -146
- package/dist/src/ledger-account/admin/dto.schemas.d.ts +0 -642
- package/dist/src/ledger-account/admin/router.d.ts +0 -688
- package/dist/src/ledger-account/admin/service.d.ts +0 -184
- package/dist/src/ledger-account/admin.router.d.ts +0 -591
- package/dist/src/ledger-account/db.schemas.d.ts +0 -346
- package/dist/src/ledger-account/dto.schemas.d.ts +0 -559
- package/dist/src/ledger-account/errors/index.d.ts +0 -18
- package/dist/src/ledger-account/errors/locales/zh.d.ts +0 -17
- package/dist/src/ledger-account/index.d.ts +0 -8
- package/dist/src/ledger-account/internal/service.d.ts +0 -44
- package/dist/src/ledger-account/permissions.d.ts +0 -4
- package/dist/src/ledger-account/router.d.ts +0 -426
- package/dist/src/ledger-account/schema.d.ts +0 -190
- package/dist/src/ledger-account/seed.d.ts +0 -1
- package/dist/src/ledger-account/service.d.ts +0 -200
- package/dist/src/ledger-account/user/dto.schemas.d.ts +0 -590
- package/dist/src/ledger-account/user/router.d.ts +0 -602
- package/dist/src/ledger-account/user/service.d.ts +0 -154
- package/dist/src/ledger-account-import/admin/dto.schemas.d.ts +0 -1255
- package/dist/src/ledger-account-import/admin/router.d.ts +0 -691
- package/dist/src/ledger-account-import/admin/service.d.ts +0 -92
- package/dist/src/ledger-account-import/admin.router.d.ts +0 -694
- package/dist/src/ledger-account-import/db.schemas.d.ts +0 -1206
- package/dist/src/ledger-account-import/dto.schemas.d.ts +0 -1255
- package/dist/src/ledger-account-import/errors/index.d.ts +0 -18
- package/dist/src/ledger-account-import/errors/locales/zh.d.ts +0 -17
- package/dist/src/ledger-account-import/index.d.ts +0 -8
- package/dist/src/ledger-account-import/internal/service.d.ts +0 -13
- package/dist/src/ledger-account-import/permissions.d.ts +0 -7
- package/dist/src/ledger-account-import/schema.d.ts +0 -636
- package/dist/src/ledger-account-import/service.d.ts +0 -105
- package/dist/src/ledger-account-import/user/service.d.ts +0 -3
- package/dist/src/ledger-account-import/worker.d.ts +0 -1
- package/dist/src/ledger-account-transfer/admin/service.d.ts +0 -3
- package/dist/src/ledger-account-transfer/dto.schemas.d.ts +0 -22
- package/dist/src/ledger-account-transfer/errors/index.d.ts +0 -23
- package/dist/src/ledger-account-transfer/errors/locales/zh.d.ts +0 -15
- package/dist/src/ledger-account-transfer/index.d.ts +0 -6
- package/dist/src/ledger-account-transfer/internal/service.d.ts +0 -8
- package/dist/src/ledger-account-transfer/router.d.ts +0 -469
- package/dist/src/ledger-account-transfer/service.d.ts +0 -26
- package/dist/src/ledger-account-transfer/user/dto.schemas.d.ts +0 -20
- package/dist/src/ledger-account-transfer/user/router.d.ts +0 -466
- package/dist/src/ledger-account-transfer/user/service.d.ts +0 -16
- package/dist/src/ledger-account-type/admin/dto.schemas.d.ts +0 -509
- package/dist/src/ledger-account-type/admin/router.d.ts +0 -708
- package/dist/src/ledger-account-type/admin/service.d.ts +0 -109
- package/dist/src/ledger-account-type/admin.router.d.ts +0 -711
- package/dist/src/ledger-account-type/db.schemas.d.ts +0 -788
- package/dist/src/ledger-account-type/dto.schemas.d.ts +0 -509
- package/dist/src/ledger-account-type/errors/index.d.ts +0 -18
- package/dist/src/ledger-account-type/errors/locales/zh.d.ts +0 -17
- package/dist/src/ledger-account-type/index.d.ts +0 -9
- package/dist/src/ledger-account-type/internal/service.d.ts +0 -8
- package/dist/src/ledger-account-type/permissions.d.ts +0 -4
- package/dist/src/ledger-account-type/router.d.ts +0 -486
- package/dist/src/ledger-account-type/schema.d.ts +0 -405
- package/dist/src/ledger-account-type/seed.d.ts +0 -1
- package/dist/src/ledger-account-type/service.d.ts +0 -147
- package/dist/src/ledger-account-type/user/dto.schemas.d.ts +0 -509
- package/dist/src/ledger-account-type/user/router.d.ts +0 -534
- package/dist/src/ledger-account-type/user/service.d.ts +0 -59
- package/dist/src/market-data/admin/dto.schemas.d.ts +0 -291
- package/dist/src/market-data/admin/router.d.ts +0 -606
- package/dist/src/market-data/admin/service.d.ts +0 -52
- package/dist/src/market-data/cron.d.ts +0 -6
- package/dist/src/market-data/db.schemas.d.ts +0 -516
- package/dist/src/market-data/errors/index.d.ts +0 -12
- package/dist/src/market-data/errors/locales/zh.d.ts +0 -11
- package/dist/src/market-data/index.d.ts +0 -8
- package/dist/src/market-data/internal/service.d.ts +0 -77
- package/dist/src/market-data/permissions.d.ts +0 -6
- package/dist/src/market-data/schema.d.ts +0 -270
- package/dist/src/market-data/user/dto.schemas.d.ts +0 -289
- package/dist/src/market-data/user/router.d.ts +0 -521
- package/dist/src/market-data/user/service.d.ts +0 -30
- package/dist/src/market-pricing/admin/dto.schemas.d.ts +0 -322
- package/dist/src/market-pricing/admin/router.d.ts +0 -832
- package/dist/src/market-pricing/admin/service.d.ts +0 -129
- package/dist/src/market-pricing/cron.d.ts +0 -6
- package/dist/src/market-pricing/db.schemas.d.ts +0 -828
- package/dist/src/market-pricing/errors/index.d.ts +0 -14
- package/dist/src/market-pricing/errors/locales/zh.d.ts +0 -13
- package/dist/src/market-pricing/internal/service.d.ts +0 -35
- package/dist/src/market-pricing/permissions.d.ts +0 -4
- package/dist/src/market-pricing/schema.d.ts +0 -434
- package/dist/src/nanoid/index.d.ts +0 -2
- package/dist/src/news/admin/dto.schemas.d.ts +0 -159
- package/dist/src/news/admin/router.d.ts +0 -818
- package/dist/src/news/admin/service.d.ts +0 -220
- package/dist/src/news/admin.router.d.ts +0 -824
- package/dist/src/news/db.schemas.d.ts +0 -1150
- package/dist/src/news/dto.schemas.d.ts +0 -233
- package/dist/src/news/errors/index.d.ts +0 -20
- package/dist/src/news/errors/locales/zh.d.ts +0 -13
- package/dist/src/news/index.d.ts +0 -7
- package/dist/src/news/internal/service.d.ts +0 -7
- package/dist/src/news/permissions.d.ts +0 -4
- package/dist/src/news/router.d.ts +0 -620
- package/dist/src/news/schema.d.ts +0 -616
- package/dist/src/news/service.d.ts +0 -495
- package/dist/src/news/user/dto.schemas.d.ts +0 -178
- package/dist/src/news/user/router.d.ts +0 -617
- package/dist/src/news/user/service.d.ts +0 -228
- package/dist/src/news-category/admin/dto.schemas.d.ts +0 -52
- package/dist/src/news-category/admin/router.d.ts +0 -204
- package/dist/src/news-category/admin/service.d.ts +0 -54
- package/dist/src/news-category/admin.router.d.ts +0 -207
- package/dist/src/news-category/constants.d.ts +0 -1
- package/dist/src/news-category/db.schemas.d.ts +0 -324
- package/dist/src/news-category/dto.schemas.d.ts +0 -57
- package/dist/src/news-category/errors/index.d.ts +0 -19
- package/dist/src/news-category/errors/locales/zh.d.ts +0 -13
- package/dist/src/news-category/index.d.ts +0 -8
- package/dist/src/news-category/internal/service.d.ts +0 -5
- package/dist/src/news-category/permissions.d.ts +0 -4
- package/dist/src/news-category/router.d.ts +0 -460
- package/dist/src/news-category/schema.d.ts +0 -173
- package/dist/src/news-category/seed.d.ts +0 -12
- package/dist/src/news-category/service.d.ts +0 -105
- package/dist/src/news-category/user/dto.schemas.d.ts +0 -55
- package/dist/src/news-category/user/router.d.ts +0 -457
- package/dist/src/news-category/user/service.d.ts +0 -25
- package/dist/src/notification/admin/dto.schemas.d.ts +0 -432
- package/dist/src/notification/admin/router.d.ts +0 -576
- package/dist/src/notification/admin/service.d.ts +0 -43
- package/dist/src/notification/admin.router.d.ts +0 -582
- package/dist/src/notification/db.schemas.d.ts +0 -624
- package/dist/src/notification/dto.schemas.d.ts +0 -457
- package/dist/src/notification/errors/index.d.ts +0 -19
- package/dist/src/notification/errors/locales/zh.d.ts +0 -13
- package/dist/src/notification/index.d.ts +0 -7
- package/dist/src/notification/internal/service.d.ts +0 -28
- package/dist/src/notification/permissions.d.ts +0 -6
- package/dist/src/notification/router.d.ts +0 -626
- package/dist/src/notification/schema.d.ts +0 -347
- package/dist/src/notification/service.d.ts +0 -195
- package/dist/src/notification/user/dto.schemas.d.ts +0 -411
- package/dist/src/notification/user/router.d.ts +0 -632
- package/dist/src/notification/user/service.d.ts +0 -82
- package/dist/src/portfolio/index.d.ts +0 -2
- package/dist/src/portfolio/internal/index.d.ts +0 -1
- package/dist/src/portfolio/internal/service.d.ts +0 -5
- package/dist/src/portfolio/user/dto.schemas.d.ts +0 -352
- package/dist/src/portfolio/user/index.d.ts +0 -3
- package/dist/src/portfolio/user/router.d.ts +0 -659
- package/dist/src/portfolio/user/service.d.ts +0 -143
- package/dist/src/receipt-method/admin/dto.schemas.d.ts +0 -392
- package/dist/src/receipt-method/admin/router.d.ts +0 -576
- package/dist/src/receipt-method/admin/service.d.ts +0 -46
- package/dist/src/receipt-method/admin.router.d.ts +0 -579
- package/dist/src/receipt-method/db.schemas.d.ts +0 -380
- package/dist/src/receipt-method/dto.schemas.d.ts +0 -418
- package/dist/src/receipt-method/errors/index.d.ts +0 -17
- package/dist/src/receipt-method/errors/locales/zh.d.ts +0 -16
- package/dist/src/receipt-method/index.d.ts +0 -7
- package/dist/src/receipt-method/internal/service.d.ts +0 -33
- package/dist/src/receipt-method/permissions.d.ts +0 -4
- package/dist/src/receipt-method/router.d.ts +0 -602
- package/dist/src/receipt-method/schema.d.ts +0 -205
- package/dist/src/receipt-method/service.d.ts +0 -152
- package/dist/src/receipt-method/user/dto.schemas.d.ts +0 -417
- package/dist/src/receipt-method/user/router.d.ts +0 -602
- package/dist/src/receipt-method/user/service.d.ts +0 -73
- package/dist/src/referral/admin/dto.schemas.d.ts +0 -593
- package/dist/src/referral/admin/router.d.ts +0 -558
- package/dist/src/referral/admin/service.d.ts +0 -6
- package/dist/src/referral/admin.router.d.ts +0 -562
- package/dist/src/referral/dto.schemas.d.ts +0 -665
- package/dist/src/referral/errors/index.d.ts +0 -14
- package/dist/src/referral/errors/locales/zh.d.ts +0 -13
- package/dist/src/referral/index.d.ts +0 -9
- package/dist/src/referral/internal/service.d.ts +0 -23
- package/dist/src/referral/permissions.d.ts +0 -8
- package/dist/src/referral/router.d.ts +0 -579
- package/dist/src/referral/service.d.ts +0 -42
- package/dist/src/referral/user/dto.schemas.d.ts +0 -602
- package/dist/src/referral/user/router.d.ts +0 -578
- package/dist/src/referral/user/service.d.ts +0 -21
- package/dist/src/referral-depth-config/admin/dto.schemas.d.ts +0 -203
- package/dist/src/referral-depth-config/admin/router.d.ts +0 -643
- package/dist/src/referral-depth-config/admin/service.d.ts +0 -38
- package/dist/src/referral-depth-config/admin.router.d.ts +0 -646
- package/dist/src/referral-depth-config/db.schemas.d.ts +0 -176
- package/dist/src/referral-depth-config/dto.schemas.d.ts +0 -208
- package/dist/src/referral-depth-config/errors/index.d.ts +0 -11
- package/dist/src/referral-depth-config/errors/locales/zh.d.ts +0 -10
- package/dist/src/referral-depth-config/index.d.ts +0 -5
- package/dist/src/referral-depth-config/internal/service.d.ts +0 -4
- package/dist/src/referral-depth-config/permissions.d.ts +0 -8
- package/dist/src/referral-depth-config/schema.d.ts +0 -99
- package/dist/src/referral-depth-config/service.d.ts +0 -56
- package/dist/src/server-test/errors/index.d.ts +0 -10
- package/dist/src/server-test/errors/locales/zh.d.ts +0 -9
- package/dist/src/server-test/index.d.ts +0 -486
- package/dist/src/shipping-address/admin/dto.schemas.d.ts +0 -289
- package/dist/src/shipping-address/admin/router.d.ts +0 -504
- package/dist/src/shipping-address/admin/service.d.ts +0 -17
- package/dist/src/shipping-address/admin.router.d.ts +0 -507
- package/dist/src/shipping-address/db.schemas.d.ts +0 -278
- package/dist/src/shipping-address/dto.schemas.d.ts +0 -303
- package/dist/src/shipping-address/errors/index.d.ts +0 -12
- package/dist/src/shipping-address/errors/locales/zh.d.ts +0 -11
- package/dist/src/shipping-address/index.d.ts +0 -7
- package/dist/src/shipping-address/internal/service.d.ts +0 -15
- package/dist/src/shipping-address/permissions.d.ts +0 -4
- package/dist/src/shipping-address/router.d.ts +0 -621
- package/dist/src/shipping-address/schema.d.ts +0 -150
- package/dist/src/shipping-address/service.d.ts +0 -109
- package/dist/src/shipping-address/user/dto.schemas.d.ts +0 -303
- package/dist/src/shipping-address/user/router.d.ts +0 -621
- package/dist/src/shipping-address/user/service.d.ts +0 -68
- package/dist/src/sms/index.d.ts +0 -5
- package/dist/src/subscription/admin.router.d.ts +0 -818
- package/dist/src/subscription/cron.d.ts +0 -53
- package/dist/src/subscription/db.schemas.d.ts +0 -896
- package/dist/src/subscription/dto.schemas.d.ts +0 -1942
- package/dist/src/subscription/errors/index.d.ts +0 -21
- package/dist/src/subscription/errors/locales/zh.d.ts +0 -20
- package/dist/src/subscription/index.d.ts +0 -7
- package/dist/src/subscription/permissions.d.ts +0 -5
- package/dist/src/subscription/router.d.ts +0 -625
- package/dist/src/subscription/schema.d.ts +0 -475
- package/dist/src/subscription/service.d.ts +0 -306
- package/dist/src/team/admin/dto.schemas.d.ts +0 -773
- package/dist/src/team/admin/router.d.ts +0 -565
- package/dist/src/team/admin/service.d.ts +0 -6
- package/dist/src/team/admin.router.d.ts +0 -569
- package/dist/src/team/dto.schemas.d.ts +0 -2110
- package/dist/src/team/errors/index.d.ts +0 -12
- package/dist/src/team/errors/locales/zh.d.ts +0 -11
- package/dist/src/team/index.d.ts +0 -8
- package/dist/src/team/internal/service.d.ts +0 -6
- package/dist/src/team/permissions.d.ts +0 -7
- package/dist/src/team/router.d.ts +0 -737
- package/dist/src/team/service.d.ts +0 -40
- package/dist/src/team/user/dto.schemas.d.ts +0 -1987
- package/dist/src/team/user/router.d.ts +0 -734
- package/dist/src/team/user/service.d.ts +0 -10
- package/dist/src/trade-market/admin/dto.schemas.d.ts +0 -762
- package/dist/src/trade-market/admin/router.d.ts +0 -848
- package/dist/src/trade-market/admin/service.d.ts +0 -158
- package/dist/src/trade-market/db.schemas.d.ts +0 -1338
- package/dist/src/trade-market/errors/index.d.ts +0 -22
- package/dist/src/trade-market/errors/locales/zh.d.ts +0 -21
- package/dist/src/trade-market/index.d.ts +0 -8
- package/dist/src/trade-market/internal/service.d.ts +0 -239
- package/dist/src/trade-market/permissions.d.ts +0 -5
- package/dist/src/trade-market/schema.d.ts +0 -708
- package/dist/src/trade-market/user/dto.schemas.d.ts +0 -1394
- package/dist/src/trade-market/user/router.d.ts +0 -754
- package/dist/src/trade-market/user/service.d.ts +0 -147
- package/dist/src/transfer/admin/dto.schemas.d.ts +0 -396
- package/dist/src/transfer/admin/service.d.ts +0 -56
- package/dist/src/transfer/admin.router.d.ts +0 -509
- package/dist/src/transfer/db.schemas.d.ts +0 -386
- package/dist/src/transfer/dto.schemas.d.ts +0 -628
- package/dist/src/transfer/errors/index.d.ts +0 -32
- package/dist/src/transfer/errors/locales/zh.d.ts +0 -19
- package/dist/src/transfer/index.d.ts +0 -11
- package/dist/src/transfer/internal/service.d.ts +0 -8
- package/dist/src/transfer/permissions.d.ts +0 -8
- package/dist/src/transfer/router.d.ts +0 -514
- package/dist/src/transfer/schema.d.ts +0 -204
- package/dist/src/transfer/service.d.ts +0 -133
- package/dist/src/transfer/user/dto.schemas.d.ts +0 -416
- package/dist/src/transfer/user/router.d.ts +0 -514
- package/dist/src/transfer/user/service.d.ts +0 -67
- package/dist/src/user/admin/dto.schemas.d.ts +0 -1439
- package/dist/src/user/admin/router.d.ts +0 -853
- package/dist/src/user/admin/service.d.ts +0 -164
- package/dist/src/user/admin.router.d.ts +0 -827
- package/dist/src/user/db.schemas.d.ts +0 -1038
- package/dist/src/user/dto.schemas.d.ts +0 -1446
- package/dist/src/user/errors/index.d.ts +0 -40
- package/dist/src/user/errors/locales/zh.d.ts +0 -23
- package/dist/src/user/index.d.ts +0 -9
- package/dist/src/user/internal/service.d.ts +0 -22
- package/dist/src/user/permissions.d.ts +0 -7
- package/dist/src/user/router.d.ts +0 -560
- package/dist/src/user/schema.d.ts +0 -541
- package/dist/src/user/service.d.ts +0 -294
- package/dist/src/user/user/dto.schemas.d.ts +0 -14
- package/dist/src/user/user/router.d.ts +0 -558
- package/dist/src/user/user/service.d.ts +0 -89
- package/dist/src/user-kyc/admin/dto.schemas.d.ts +0 -625
- package/dist/src/user-kyc/admin/router.d.ts +0 -666
- package/dist/src/user-kyc/admin/service.d.ts +0 -89
- package/dist/src/user-kyc/admin.router.d.ts +0 -669
- package/dist/src/user-kyc/db.schemas.d.ts +0 -896
- package/dist/src/user-kyc/dto.schemas.d.ts +0 -939
- package/dist/src/user-kyc/errors/index.d.ts +0 -21
- package/dist/src/user-kyc/errors/locales/zh.d.ts +0 -14
- package/dist/src/user-kyc/index.d.ts +0 -10
- package/dist/src/user-kyc/internal/service.d.ts +0 -9
- package/dist/src/user-kyc/permissions.d.ts +0 -6
- package/dist/src/user-kyc/router.d.ts +0 -602
- package/dist/src/user-kyc/schema.d.ts +0 -474
- package/dist/src/user-kyc/service.d.ts +0 -170
- package/dist/src/user-kyc/user/dto.schemas.d.ts +0 -314
- package/dist/src/user-kyc/user/router.d.ts +0 -602
- package/dist/src/user-kyc/user/service.d.ts +0 -64
- package/dist/src/user-security/admin/dto.schemas.d.ts +0 -8
- package/dist/src/user-security/admin/router.d.ts +0 -490
- package/dist/src/user-security/admin/service.d.ts +0 -6
- package/dist/src/user-security/admin.router.d.ts +0 -493
- package/dist/src/user-security/db.schemas.d.ts +0 -414
- package/dist/src/user-security/dto.schemas.d.ts +0 -36
- package/dist/src/user-security/index.d.ts +0 -8
- package/dist/src/user-security/internal/service.d.ts +0 -15
- package/dist/src/user-security/router.d.ts +0 -547
- package/dist/src/user-security/schema.d.ts +0 -215
- package/dist/src/user-security/service.d.ts +0 -51
- package/dist/src/user-security/user/dto.schemas.d.ts +0 -21
- package/dist/src/user-security/user/router.d.ts +0 -547
- package/dist/src/user-security/user/service.d.ts +0 -15
- package/dist/src/utils/date.d.ts +0 -21
- package/dist/src/utils/index.d.ts +0 -4
- package/dist/src/utils/order.d.ts +0 -6
- package/dist/src/utils/pagination.d.ts +0 -113
- package/dist/src/utils/password.d.ts +0 -8
- package/dist/src/wallet/admin/dto.schemas.d.ts +0 -349
- package/dist/src/wallet/admin/router.d.ts +0 -581
- package/dist/src/wallet/admin/service.d.ts +0 -65
- package/dist/src/wallet/admin.router.d.ts +0 -519
- package/dist/src/wallet/db.schemas.d.ts +0 -278
- package/dist/src/wallet/dto.schemas.d.ts +0 -317
- package/dist/src/wallet/ensure.d.ts +0 -11
- package/dist/src/wallet/errors/index.d.ts +0 -10
- package/dist/src/wallet/errors/locales/zh.d.ts +0 -9
- package/dist/src/wallet/index.d.ts +0 -11
- package/dist/src/wallet/internal/service.d.ts +0 -177
- package/dist/src/wallet/permissions.d.ts +0 -8
- package/dist/src/wallet/router.d.ts +0 -484
- package/dist/src/wallet/schema.d.ts +0 -152
- package/dist/src/wallet/seed.d.ts +0 -1
- package/dist/src/wallet/service.d.ts +0 -100
- package/dist/src/wallet/user/dto.schemas.d.ts +0 -372
- package/dist/src/wallet/user/router.d.ts +0 -544
- package/dist/src/wallet/user/service.d.ts +0 -75
- package/dist/src/wallet-import/admin.router.d.ts +0 -694
- package/dist/src/wallet-import/db.schemas.d.ts +0 -1206
- package/dist/src/wallet-import/dto.schemas.d.ts +0 -1255
- package/dist/src/wallet-import/errors/index.d.ts +0 -18
- package/dist/src/wallet-import/errors/locales/zh.d.ts +0 -17
- package/dist/src/wallet-import/index.d.ts +0 -8
- package/dist/src/wallet-import/permissions.d.ts +0 -7
- package/dist/src/wallet-import/schema.d.ts +0 -636
- package/dist/src/wallet-import/service.d.ts +0 -105
- package/dist/src/wallet-import/worker.d.ts +0 -1
- package/dist/src/wallet-transfer/dto.schemas.d.ts +0 -22
- package/dist/src/wallet-transfer/errors/index.d.ts +0 -23
- package/dist/src/wallet-transfer/errors/locales/zh.d.ts +0 -15
- package/dist/src/wallet-transfer/index.d.ts +0 -4
- package/dist/src/wallet-transfer/router.d.ts +0 -469
- package/dist/src/wallet-transfer/service.d.ts +0 -26
- package/dist/src/wallet-type/admin/dto.schemas.d.ts +0 -83
- package/dist/src/wallet-type/admin/service.d.ts +0 -109
- package/dist/src/wallet-type/admin.router.d.ts +0 -611
- package/dist/src/wallet-type/constants.d.ts +0 -4
- package/dist/src/wallet-type/db.schemas.d.ts +0 -278
- package/dist/src/wallet-type/dto.schemas.d.ts +0 -79
- package/dist/src/wallet-type/errors/index.d.ts +0 -15
- package/dist/src/wallet-type/errors/locales/zh.d.ts +0 -14
- package/dist/src/wallet-type/index.d.ts +0 -10
- package/dist/src/wallet-type/internal/service.d.ts +0 -256
- package/dist/src/wallet-type/permissions.d.ts +0 -4
- package/dist/src/wallet-type/router.d.ts +0 -481
- package/dist/src/wallet-type/schema.d.ts +0 -199
- package/dist/src/wallet-type/seed.d.ts +0 -1
- package/dist/src/wallet-type/service.d.ts +0 -243
- package/dist/src/wallet-type/user/dto.schemas.d.ts +0 -62
- package/dist/src/wallet-type/user/router.d.ts +0 -481
- package/dist/src/wallet-type/user/service.d.ts +0 -24
- package/dist/src/welfare-cycle/admin/dto.schemas.d.ts +0 -1723
- package/dist/src/welfare-cycle/admin/router.d.ts +0 -1059
- package/dist/src/welfare-cycle/admin/service.d.ts +0 -243
- package/dist/src/welfare-cycle/cron.d.ts +0 -7
- package/dist/src/welfare-cycle/db.schemas.d.ts +0 -2404
- package/dist/src/welfare-cycle/errors/index.d.ts +0 -25
- package/dist/src/welfare-cycle/errors/locales/zh.d.ts +0 -24
- package/dist/src/welfare-cycle/index.d.ts +0 -7
- package/dist/src/welfare-cycle/internal/service.d.ts +0 -135
- package/dist/src/welfare-cycle/permissions.d.ts +0 -6
- package/dist/src/welfare-cycle/schema.d.ts +0 -1272
- package/dist/src/welfare-cycle/user/dto.schemas.d.ts +0 -2072
- package/dist/src/welfare-cycle/user/router.d.ts +0 -807
- package/dist/src/welfare-cycle/user/service.d.ts +0 -191
- package/dist/src/withdraw/admin/dto.schemas.d.ts +0 -902
- package/dist/src/withdraw/admin/router.d.ts +0 -659
- package/dist/src/withdraw/admin/service.d.ts +0 -83
- package/dist/src/withdraw/admin.router.d.ts +0 -662
- package/dist/src/withdraw/db.schemas.d.ts +0 -584
- package/dist/src/withdraw/dto.schemas.d.ts +0 -919
- package/dist/src/withdraw/errors/index.d.ts +0 -43
- package/dist/src/withdraw/errors/locales/zh.d.ts +0 -23
- package/dist/src/withdraw/index.d.ts +0 -8
- package/dist/src/withdraw/internal/index.d.ts +0 -1
- package/dist/src/withdraw/internal/service.d.ts +0 -10
- package/dist/src/withdraw/permissions.d.ts +0 -9
- package/dist/src/withdraw/router.d.ts +0 -529
- package/dist/src/withdraw/schema.d.ts +0 -307
- package/dist/src/withdraw/service.d.ts +0 -153
- package/dist/src/withdraw/user/dto.schemas.d.ts +0 -1508
- package/dist/src/withdraw/user/index.d.ts +0 -3
- package/dist/src/withdraw/user/router.d.ts +0 -649
- package/dist/src/withdraw/user/service.d.ts +0 -65
|
@@ -1,14 +1,32 @@
|
|
|
1
|
+
export declare const appPlatformEnum: import("drizzle-orm/pg-core").PgEnum<["android", "ios"]>;
|
|
1
2
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
3
|
+
* APP版本表(管理端)
|
|
4
|
+
* 用于后台维护 APP 下载链接、版本说明、强制更新、最新版本等信息
|
|
4
5
|
*/
|
|
5
|
-
export declare const
|
|
6
|
-
name: "
|
|
6
|
+
export declare const appVersion: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
7
|
+
name: "app_version";
|
|
7
8
|
schema: undefined;
|
|
8
9
|
columns: {
|
|
10
|
+
deletedAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
11
|
+
name: "deleted_at";
|
|
12
|
+
tableName: "app_version";
|
|
13
|
+
dataType: "date";
|
|
14
|
+
columnType: "PgTimestamp";
|
|
15
|
+
data: Date;
|
|
16
|
+
driverParam: string;
|
|
17
|
+
notNull: false;
|
|
18
|
+
hasDefault: false;
|
|
19
|
+
isPrimaryKey: false;
|
|
20
|
+
isAutoincrement: false;
|
|
21
|
+
hasRuntimeDefault: false;
|
|
22
|
+
enumValues: undefined;
|
|
23
|
+
baseColumn: never;
|
|
24
|
+
identity: undefined;
|
|
25
|
+
generated: undefined;
|
|
26
|
+
}, {}, {}>;
|
|
9
27
|
createdAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
10
28
|
name: "created_at";
|
|
11
|
-
tableName: "
|
|
29
|
+
tableName: "app_version";
|
|
12
30
|
dataType: "date";
|
|
13
31
|
columnType: "PgTimestamp";
|
|
14
32
|
data: Date;
|
|
@@ -25,7 +43,7 @@ export declare const referralRelation: import("drizzle-orm/pg-core").PgTableWith
|
|
|
25
43
|
}, {}, {}>;
|
|
26
44
|
updatedAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
27
45
|
name: "updated_at";
|
|
28
|
-
tableName: "
|
|
46
|
+
tableName: "app_version";
|
|
29
47
|
dataType: "date";
|
|
30
48
|
columnType: "PgTimestamp";
|
|
31
49
|
data: Date;
|
|
@@ -42,7 +60,7 @@ export declare const referralRelation: import("drizzle-orm/pg-core").PgTableWith
|
|
|
42
60
|
}, {}, {}>;
|
|
43
61
|
id: import("drizzle-orm/pg-core").PgColumn<{
|
|
44
62
|
name: "id";
|
|
45
|
-
tableName: "
|
|
63
|
+
tableName: "app_version";
|
|
46
64
|
dataType: "string";
|
|
47
65
|
columnType: "PgUUID";
|
|
48
66
|
data: string;
|
|
@@ -57,26 +75,26 @@ export declare const referralRelation: import("drizzle-orm/pg-core").PgTableWith
|
|
|
57
75
|
identity: undefined;
|
|
58
76
|
generated: undefined;
|
|
59
77
|
}, {}, {}>;
|
|
60
|
-
|
|
61
|
-
name: "
|
|
62
|
-
tableName: "
|
|
78
|
+
platform: import("drizzle-orm/pg-core").PgColumn<{
|
|
79
|
+
name: "platform";
|
|
80
|
+
tableName: "app_version";
|
|
63
81
|
dataType: "string";
|
|
64
|
-
columnType: "
|
|
65
|
-
data:
|
|
82
|
+
columnType: "PgEnumColumn";
|
|
83
|
+
data: "android" | "ios";
|
|
66
84
|
driverParam: string;
|
|
67
85
|
notNull: true;
|
|
68
86
|
hasDefault: false;
|
|
69
87
|
isPrimaryKey: false;
|
|
70
88
|
isAutoincrement: false;
|
|
71
89
|
hasRuntimeDefault: false;
|
|
72
|
-
enumValues: [
|
|
90
|
+
enumValues: ["android", "ios"];
|
|
73
91
|
baseColumn: never;
|
|
74
92
|
identity: undefined;
|
|
75
93
|
generated: undefined;
|
|
76
94
|
}, {}, {}>;
|
|
77
|
-
|
|
78
|
-
name: "
|
|
79
|
-
tableName: "
|
|
95
|
+
version: import("drizzle-orm/pg-core").PgColumn<{
|
|
96
|
+
name: "version";
|
|
97
|
+
tableName: "app_version";
|
|
80
98
|
dataType: "string";
|
|
81
99
|
columnType: "PgText";
|
|
82
100
|
data: string;
|
|
@@ -91,58 +109,47 @@ export declare const referralRelation: import("drizzle-orm/pg-core").PgTableWith
|
|
|
91
109
|
identity: undefined;
|
|
92
110
|
generated: undefined;
|
|
93
111
|
}, {}, {}>;
|
|
94
|
-
|
|
95
|
-
name: "
|
|
96
|
-
tableName: "
|
|
97
|
-
dataType: "
|
|
98
|
-
columnType: "
|
|
99
|
-
data:
|
|
100
|
-
driverParam: string
|
|
112
|
+
downloadUrl: import("drizzle-orm/pg-core").PgColumn<{
|
|
113
|
+
name: "download_url";
|
|
114
|
+
tableName: "app_version";
|
|
115
|
+
dataType: "string";
|
|
116
|
+
columnType: "PgText";
|
|
117
|
+
data: string;
|
|
118
|
+
driverParam: string;
|
|
101
119
|
notNull: true;
|
|
102
120
|
hasDefault: false;
|
|
103
121
|
isPrimaryKey: false;
|
|
104
122
|
isAutoincrement: false;
|
|
105
123
|
hasRuntimeDefault: false;
|
|
106
|
-
enumValues:
|
|
124
|
+
enumValues: [string, ...string[]];
|
|
107
125
|
baseColumn: never;
|
|
108
126
|
identity: undefined;
|
|
109
127
|
generated: undefined;
|
|
110
128
|
}, {}, {}>;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
*/
|
|
118
|
-
export declare const referralBindLog: import("drizzle-orm/pg-core").PgTableWithColumns<{
|
|
119
|
-
name: "referral_bind_log";
|
|
120
|
-
schema: undefined;
|
|
121
|
-
columns: {
|
|
122
|
-
createdAt: import("drizzle-orm/pg-core").PgColumn<{
|
|
123
|
-
name: "created_at";
|
|
124
|
-
tableName: "referral_bind_log";
|
|
125
|
-
dataType: "date";
|
|
126
|
-
columnType: "PgTimestamp";
|
|
127
|
-
data: Date;
|
|
129
|
+
description: import("drizzle-orm/pg-core").PgColumn<{
|
|
130
|
+
name: "description";
|
|
131
|
+
tableName: "app_version";
|
|
132
|
+
dataType: "string";
|
|
133
|
+
columnType: "PgText";
|
|
134
|
+
data: string;
|
|
128
135
|
driverParam: string;
|
|
129
|
-
notNull:
|
|
130
|
-
hasDefault:
|
|
136
|
+
notNull: false;
|
|
137
|
+
hasDefault: false;
|
|
131
138
|
isPrimaryKey: false;
|
|
132
139
|
isAutoincrement: false;
|
|
133
140
|
hasRuntimeDefault: false;
|
|
134
|
-
enumValues:
|
|
141
|
+
enumValues: [string, ...string[]];
|
|
135
142
|
baseColumn: never;
|
|
136
143
|
identity: undefined;
|
|
137
144
|
generated: undefined;
|
|
138
145
|
}, {}, {}>;
|
|
139
|
-
|
|
140
|
-
name: "
|
|
141
|
-
tableName: "
|
|
142
|
-
dataType: "
|
|
143
|
-
columnType: "
|
|
144
|
-
data:
|
|
145
|
-
driverParam:
|
|
146
|
+
forceUpdate: import("drizzle-orm/pg-core").PgColumn<{
|
|
147
|
+
name: "force_update";
|
|
148
|
+
tableName: "app_version";
|
|
149
|
+
dataType: "boolean";
|
|
150
|
+
columnType: "PgBoolean";
|
|
151
|
+
data: boolean;
|
|
152
|
+
driverParam: boolean;
|
|
146
153
|
notNull: true;
|
|
147
154
|
hasDefault: true;
|
|
148
155
|
isPrimaryKey: false;
|
|
@@ -153,16 +160,16 @@ export declare const referralBindLog: import("drizzle-orm/pg-core").PgTableWithC
|
|
|
153
160
|
identity: undefined;
|
|
154
161
|
generated: undefined;
|
|
155
162
|
}, {}, {}>;
|
|
156
|
-
|
|
157
|
-
name: "
|
|
158
|
-
tableName: "
|
|
159
|
-
dataType: "
|
|
160
|
-
columnType: "
|
|
161
|
-
data:
|
|
162
|
-
driverParam:
|
|
163
|
+
isLatest: import("drizzle-orm/pg-core").PgColumn<{
|
|
164
|
+
name: "is_latest";
|
|
165
|
+
tableName: "app_version";
|
|
166
|
+
dataType: "boolean";
|
|
167
|
+
columnType: "PgBoolean";
|
|
168
|
+
data: boolean;
|
|
169
|
+
driverParam: boolean;
|
|
163
170
|
notNull: true;
|
|
164
171
|
hasDefault: true;
|
|
165
|
-
isPrimaryKey:
|
|
172
|
+
isPrimaryKey: false;
|
|
166
173
|
isAutoincrement: false;
|
|
167
174
|
hasRuntimeDefault: false;
|
|
168
175
|
enumValues: undefined;
|
|
@@ -170,43 +177,43 @@ export declare const referralBindLog: import("drizzle-orm/pg-core").PgTableWithC
|
|
|
170
177
|
identity: undefined;
|
|
171
178
|
generated: undefined;
|
|
172
179
|
}, {}, {}>;
|
|
173
|
-
|
|
174
|
-
name: "
|
|
175
|
-
tableName: "
|
|
176
|
-
dataType: "
|
|
177
|
-
columnType: "
|
|
178
|
-
data:
|
|
179
|
-
driverParam:
|
|
180
|
+
isEnabled: import("drizzle-orm/pg-core").PgColumn<{
|
|
181
|
+
name: "is_enabled";
|
|
182
|
+
tableName: "app_version";
|
|
183
|
+
dataType: "boolean";
|
|
184
|
+
columnType: "PgBoolean";
|
|
185
|
+
data: boolean;
|
|
186
|
+
driverParam: boolean;
|
|
180
187
|
notNull: true;
|
|
181
|
-
hasDefault:
|
|
188
|
+
hasDefault: true;
|
|
182
189
|
isPrimaryKey: false;
|
|
183
190
|
isAutoincrement: false;
|
|
184
191
|
hasRuntimeDefault: false;
|
|
185
|
-
enumValues:
|
|
192
|
+
enumValues: undefined;
|
|
186
193
|
baseColumn: never;
|
|
187
194
|
identity: undefined;
|
|
188
195
|
generated: undefined;
|
|
189
196
|
}, {}, {}>;
|
|
190
|
-
|
|
191
|
-
name: "
|
|
192
|
-
tableName: "
|
|
193
|
-
dataType: "
|
|
194
|
-
columnType: "
|
|
195
|
-
data:
|
|
196
|
-
driverParam: string;
|
|
197
|
+
sortOrder: import("drizzle-orm/pg-core").PgColumn<{
|
|
198
|
+
name: "sort_order";
|
|
199
|
+
tableName: "app_version";
|
|
200
|
+
dataType: "number";
|
|
201
|
+
columnType: "PgInteger";
|
|
202
|
+
data: number;
|
|
203
|
+
driverParam: string | number;
|
|
197
204
|
notNull: true;
|
|
198
|
-
hasDefault:
|
|
205
|
+
hasDefault: true;
|
|
199
206
|
isPrimaryKey: false;
|
|
200
207
|
isAutoincrement: false;
|
|
201
208
|
hasRuntimeDefault: false;
|
|
202
|
-
enumValues:
|
|
209
|
+
enumValues: undefined;
|
|
203
210
|
baseColumn: never;
|
|
204
211
|
identity: undefined;
|
|
205
212
|
generated: undefined;
|
|
206
213
|
}, {}, {}>;
|
|
207
|
-
|
|
208
|
-
name: "
|
|
209
|
-
tableName: "
|
|
214
|
+
createdBy: import("drizzle-orm/pg-core").PgColumn<{
|
|
215
|
+
name: "created_by";
|
|
216
|
+
tableName: "app_version";
|
|
210
217
|
dataType: "string";
|
|
211
218
|
columnType: "PgText";
|
|
212
219
|
data: string;
|
|
@@ -224,12 +231,6 @@ export declare const referralBindLog: import("drizzle-orm/pg-core").PgTableWithC
|
|
|
224
231
|
};
|
|
225
232
|
dialect: "pg";
|
|
226
233
|
}>;
|
|
227
|
-
export declare const
|
|
228
|
-
|
|
229
|
-
descendant: import("drizzle-orm").One<"user", true>;
|
|
230
|
-
depthConfig: import("drizzle-orm").One<"referral_depth_config", true>;
|
|
231
|
-
}>;
|
|
232
|
-
export declare const referralBindLogRelations: import("drizzle-orm").Relations<"referral_bind_log", {
|
|
233
|
-
user: import("drizzle-orm").One<"user", true>;
|
|
234
|
-
inviter: import("drizzle-orm").One<"user", true>;
|
|
234
|
+
export declare const appVersionRelations: import("drizzle-orm").Relations<"app_version", {
|
|
235
|
+
creator: import("drizzle-orm").One<"user", true>;
|
|
235
236
|
}>;
|
|
@@ -42,7 +42,6 @@ export declare const assetAdminItemResponseSchema: import("@sinclair/typebox").T
|
|
|
42
42
|
id: import("@sinclair/typebox").TString;
|
|
43
43
|
name: import("@sinclair/typebox").TString;
|
|
44
44
|
key: import("@sinclair/typebox").TString;
|
|
45
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
46
45
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
47
46
|
}>;
|
|
48
47
|
}>;
|
|
@@ -69,7 +68,6 @@ export declare const assetAdminListResponseSchema: import("@sinclair/typebox").T
|
|
|
69
68
|
id: import("@sinclair/typebox").TString;
|
|
70
69
|
name: import("@sinclair/typebox").TString;
|
|
71
70
|
key: import("@sinclair/typebox").TString;
|
|
72
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
73
71
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
74
72
|
}>;
|
|
75
73
|
}>>;
|
|
@@ -103,7 +101,6 @@ export declare const assetAdminResponseSchema: import("@sinclair/typebox").TObje
|
|
|
103
101
|
id: import("@sinclair/typebox").TString;
|
|
104
102
|
name: import("@sinclair/typebox").TString;
|
|
105
103
|
key: import("@sinclair/typebox").TString;
|
|
106
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
107
104
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
108
105
|
}>;
|
|
109
106
|
}>;
|
|
@@ -112,7 +109,6 @@ export declare const assetAdminCreateSchema: import("@sinclair/typebox").TObject
|
|
|
112
109
|
name: import("@sinclair/typebox").TString;
|
|
113
110
|
symbol: import("@sinclair/typebox").TString;
|
|
114
111
|
code: import("@sinclair/typebox").TString;
|
|
115
|
-
iconUrl: import("@sinclair/typebox").TString;
|
|
116
112
|
category: import("@sinclair/typebox").TEnum<{
|
|
117
113
|
FIAT: "FIAT";
|
|
118
114
|
CRYPTO: "CRYPTO";
|
|
@@ -122,13 +118,13 @@ export declare const assetAdminCreateSchema: import("@sinclair/typebox").TObject
|
|
|
122
118
|
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
123
119
|
typeId: import("@sinclair/typebox").TString;
|
|
124
120
|
precision: import("@sinclair/typebox").TInteger;
|
|
121
|
+
iconFileId: import("@sinclair/typebox").TString;
|
|
125
122
|
initialCnyPrice: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
126
123
|
}>;
|
|
127
124
|
export type AssetAdminCreateInputType = typeof assetAdminCreateSchema.static;
|
|
128
125
|
export declare const assetAdminUpdateSchema: import("@sinclair/typebox").TObject<{
|
|
129
|
-
symbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
130
126
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
131
|
-
|
|
127
|
+
symbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
132
128
|
category: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<{
|
|
133
129
|
FIAT: "FIAT";
|
|
134
130
|
CRYPTO: "CRYPTO";
|
|
@@ -138,6 +134,7 @@ export declare const assetAdminUpdateSchema: import("@sinclair/typebox").TObject
|
|
|
138
134
|
isActive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
|
139
135
|
typeId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
140
136
|
precision: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TInteger>;
|
|
137
|
+
iconFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
141
138
|
}>;
|
|
142
139
|
export type AssetAdminUpdateInputType = typeof assetAdminUpdateSchema.static;
|
|
143
140
|
export declare const assetAdminStatusActionResponseSchema: import("@sinclair/typebox").TObject<{
|
|
@@ -161,7 +158,6 @@ export declare const assetAdminStatusActionResponseSchema: import("@sinclair/typ
|
|
|
161
158
|
id: import("@sinclair/typebox").TString;
|
|
162
159
|
name: import("@sinclair/typebox").TString;
|
|
163
160
|
key: import("@sinclair/typebox").TString;
|
|
164
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
165
161
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
166
162
|
}>;
|
|
167
163
|
}>;
|
|
@@ -406,7 +406,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
406
406
|
id: string;
|
|
407
407
|
name: string;
|
|
408
408
|
key: string;
|
|
409
|
-
isGasAsset: boolean;
|
|
410
409
|
isActive: boolean;
|
|
411
410
|
};
|
|
412
411
|
id: string;
|
|
@@ -459,7 +458,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
459
458
|
id: string;
|
|
460
459
|
name: string;
|
|
461
460
|
key: string;
|
|
462
|
-
isGasAsset: boolean;
|
|
463
461
|
isActive: boolean;
|
|
464
462
|
};
|
|
465
463
|
id: string;
|
|
@@ -497,10 +495,10 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
497
495
|
symbol: string;
|
|
498
496
|
name: string;
|
|
499
497
|
code: string;
|
|
500
|
-
iconUrl: string;
|
|
501
498
|
category: "FIAT" | "CRYPTO" | "POINT" | "RWA";
|
|
502
499
|
typeId: string;
|
|
503
500
|
precision: number;
|
|
501
|
+
iconFileId: string;
|
|
504
502
|
};
|
|
505
503
|
params: {};
|
|
506
504
|
query: {};
|
|
@@ -512,7 +510,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
512
510
|
id: string;
|
|
513
511
|
name: string;
|
|
514
512
|
key: string;
|
|
515
|
-
isGasAsset: boolean;
|
|
516
513
|
isActive: boolean;
|
|
517
514
|
};
|
|
518
515
|
id: string;
|
|
@@ -547,11 +544,11 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
547
544
|
body: {
|
|
548
545
|
symbol?: string | undefined;
|
|
549
546
|
name?: string | undefined;
|
|
550
|
-
iconUrl?: string | undefined;
|
|
551
547
|
category?: "FIAT" | "CRYPTO" | "POINT" | "RWA" | undefined;
|
|
552
548
|
isActive?: boolean | undefined;
|
|
553
549
|
typeId?: string | undefined;
|
|
554
550
|
precision?: number | undefined;
|
|
551
|
+
iconFileId?: string | undefined;
|
|
555
552
|
};
|
|
556
553
|
params: {
|
|
557
554
|
code: string;
|
|
@@ -565,7 +562,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
565
562
|
id: string;
|
|
566
563
|
name: string;
|
|
567
564
|
key: string;
|
|
568
|
-
isGasAsset: boolean;
|
|
569
565
|
isActive: boolean;
|
|
570
566
|
};
|
|
571
567
|
id: string;
|
|
@@ -612,7 +608,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
612
608
|
id: string;
|
|
613
609
|
name: string;
|
|
614
610
|
key: string;
|
|
615
|
-
isGasAsset: boolean;
|
|
616
611
|
isActive: boolean;
|
|
617
612
|
};
|
|
618
613
|
id: string;
|
|
@@ -660,7 +655,6 @@ export declare const assetAdminRouter: Elysia<"/assets", {
|
|
|
660
655
|
id: string;
|
|
661
656
|
name: string;
|
|
662
657
|
key: string;
|
|
663
|
-
isGasAsset: boolean;
|
|
664
658
|
isActive: boolean;
|
|
665
659
|
};
|
|
666
660
|
id: string;
|
|
@@ -3,6 +3,7 @@ import type { AssetAdminCreateInputType, AssetAdminListQueryType, AssetAdminUpda
|
|
|
3
3
|
export interface AssetAdminListQueryOptions extends AssetAdminListQueryType {
|
|
4
4
|
}
|
|
5
5
|
export declare abstract class AdminAssetService extends BaseAssetService {
|
|
6
|
+
private static resolveIconUrlByFileId;
|
|
6
7
|
private static buildAdminListWhere;
|
|
7
8
|
private static createInitialPriceInTx;
|
|
8
9
|
static listAssets(options?: AssetAdminListQueryOptions): Promise<{
|
|
@@ -25,7 +26,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
25
26
|
updatedAt: Date;
|
|
26
27
|
description: string | null;
|
|
27
28
|
key: string;
|
|
28
|
-
isGasAsset: boolean;
|
|
29
29
|
isActive: boolean;
|
|
30
30
|
};
|
|
31
31
|
}[];
|
|
@@ -50,7 +50,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
50
50
|
updatedAt: Date;
|
|
51
51
|
description: string | null;
|
|
52
52
|
key: string;
|
|
53
|
-
isGasAsset: boolean;
|
|
54
53
|
isActive: boolean;
|
|
55
54
|
};
|
|
56
55
|
}>;
|
|
@@ -73,7 +72,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
73
72
|
updatedAt: Date;
|
|
74
73
|
description: string | null;
|
|
75
74
|
key: string;
|
|
76
|
-
isGasAsset: boolean;
|
|
77
75
|
isActive: boolean;
|
|
78
76
|
};
|
|
79
77
|
}>;
|
|
@@ -96,7 +94,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
96
94
|
updatedAt: Date;
|
|
97
95
|
description: string | null;
|
|
98
96
|
key: string;
|
|
99
|
-
isGasAsset: boolean;
|
|
100
97
|
isActive: boolean;
|
|
101
98
|
};
|
|
102
99
|
}>;
|
|
@@ -119,7 +116,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
119
116
|
updatedAt: Date;
|
|
120
117
|
description: string | null;
|
|
121
118
|
key: string;
|
|
122
|
-
isGasAsset: boolean;
|
|
123
119
|
isActive: boolean;
|
|
124
120
|
};
|
|
125
121
|
}>;
|
|
@@ -142,7 +138,6 @@ export declare abstract class AdminAssetService extends BaseAssetService {
|
|
|
142
138
|
updatedAt: Date;
|
|
143
139
|
description: string | null;
|
|
144
140
|
key: string;
|
|
145
|
-
isGasAsset: boolean;
|
|
146
141
|
isActive: boolean;
|
|
147
142
|
};
|
|
148
143
|
}>;
|
|
@@ -10,6 +10,8 @@ export declare const AssetErrorCodes: {
|
|
|
10
10
|
readonly ASSET_NAME_REQUIRED: "ASSET_NAME_REQUIRED";
|
|
11
11
|
/** icon_url 必填错误 */
|
|
12
12
|
readonly ASSET_ICON_URL_REQUIRED: "ASSET_ICON_URL_REQUIRED";
|
|
13
|
+
/** 资产图标文件不存在或无可用链接 */
|
|
14
|
+
readonly ASSET_ICON_FILE_NOT_FOUND: "ASSET_ICON_FILE_NOT_FOUND";
|
|
13
15
|
/** 资产符号不能为空 */
|
|
14
16
|
readonly ASSET_SYMBOL_REQUIRED: "ASSET_SYMBOL_REQUIRED";
|
|
15
17
|
/** 资产业务类型不存在 */
|
|
@@ -32,7 +32,6 @@ export declare const assetUserItemResponseSchema: import("@sinclair/typebox").TO
|
|
|
32
32
|
id: import("@sinclair/typebox").TString;
|
|
33
33
|
name: import("@sinclair/typebox").TString;
|
|
34
34
|
key: import("@sinclair/typebox").TString;
|
|
35
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
36
35
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
37
36
|
}>;
|
|
38
37
|
}>;
|
|
@@ -65,7 +64,6 @@ export declare const assetUserListResponseSchema: import("@sinclair/typebox").TO
|
|
|
65
64
|
id: import("@sinclair/typebox").TString;
|
|
66
65
|
name: import("@sinclair/typebox").TString;
|
|
67
66
|
key: import("@sinclair/typebox").TString;
|
|
68
|
-
isGasAsset: import("@sinclair/typebox").TBoolean;
|
|
69
67
|
isActive: import("@sinclair/typebox").TBoolean;
|
|
70
68
|
}>;
|
|
71
69
|
}>>;
|
|
@@ -402,7 +402,6 @@ export declare const assetRouter: Elysia<"/assets", {
|
|
|
402
402
|
id: string;
|
|
403
403
|
name: string;
|
|
404
404
|
key: string;
|
|
405
|
-
isGasAsset: boolean;
|
|
406
405
|
isActive: boolean;
|
|
407
406
|
};
|
|
408
407
|
id: string;
|
|
@@ -453,7 +452,6 @@ export declare const assetRouter: Elysia<"/assets", {
|
|
|
453
452
|
id: string;
|
|
454
453
|
name: string;
|
|
455
454
|
key: string;
|
|
456
|
-
isGasAsset: boolean;
|
|
457
455
|
isActive: boolean;
|
|
458
456
|
};
|
|
459
457
|
id: string;
|
|
@@ -497,7 +495,6 @@ export declare const assetRouter: Elysia<"/assets", {
|
|
|
497
495
|
id: string;
|
|
498
496
|
name: string;
|
|
499
497
|
key: string;
|
|
500
|
-
isGasAsset: boolean;
|
|
501
498
|
isActive: boolean;
|
|
502
499
|
};
|
|
503
500
|
id: string;
|
|
@@ -23,7 +23,6 @@ export declare abstract class UserAssetService extends BaseAssetService {
|
|
|
23
23
|
updatedAt: Date;
|
|
24
24
|
description: string | null;
|
|
25
25
|
key: string;
|
|
26
|
-
isGasAsset: boolean;
|
|
27
26
|
isActive: boolean;
|
|
28
27
|
};
|
|
29
28
|
}[];
|
|
@@ -48,7 +47,6 @@ export declare abstract class UserAssetService extends BaseAssetService {
|
|
|
48
47
|
updatedAt: Date;
|
|
49
48
|
description: string | null;
|
|
50
49
|
key: string;
|
|
51
|
-
isGasAsset: boolean;
|
|
52
50
|
isActive: boolean;
|
|
53
51
|
};
|
|
54
52
|
}>;
|
|
@@ -71,7 +69,6 @@ export declare abstract class UserAssetService extends BaseAssetService {
|
|
|
71
69
|
updatedAt: Date;
|
|
72
70
|
description: string | null;
|
|
73
71
|
key: string;
|
|
74
|
-
isGasAsset: boolean;
|
|
75
72
|
isActive: boolean;
|
|
76
73
|
};
|
|
77
74
|
}>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { TransactionTx } from "../../db/transaction";
|
|
2
2
|
import type { AssetConvertOrderListQueryType, AssetConvertOrderStatsQueryType, AssetConvertOrderStatsResponseType, AssetConvertProductCreateInputType, AssetConvertProductListQueryType, AssetConvertProductUpdateInputType } from "./dto.schemas";
|
|
3
3
|
export declare abstract class AdminAssetConvertProductService {
|
|
4
|
+
private static validateMinPayAmount;
|
|
4
5
|
private static getProductById;
|
|
5
6
|
private static mapProductResponse;
|
|
6
7
|
private static mapOrderResponse;
|
|
@@ -22,6 +22,7 @@ export declare const AssetConvertProductErrorCodes: {
|
|
|
22
22
|
readonly ASSET_CONVERT_PRODUCT_IDEMPOTENCY_CONFLICT: "ASSET_CONVERT_PRODUCT_IDEMPOTENCY_CONFLICT";
|
|
23
23
|
readonly ASSET_CONVERT_PRODUCT_PAY_AMOUNT_INVALID: "ASSET_CONVERT_PRODUCT_PAY_AMOUNT_INVALID";
|
|
24
24
|
readonly ASSET_CONVERT_PRODUCT_ORDER_CREATE_FAILED: "ASSET_CONVERT_PRODUCT_ORDER_CREATE_FAILED";
|
|
25
|
+
readonly ASSET_CONVERT_TRANSACTION_PASSWORD_REQUIRED: "ASSET_CONVERT_TRANSACTION_PASSWORD_REQUIRED";
|
|
25
26
|
};
|
|
26
27
|
type AssetConvertProductErrorCodesType = typeof AssetConvertProductErrorCodes;
|
|
27
28
|
export type AssetConvertProductErrorCode = keyof AssetConvertProductErrorCodesType;
|
|
@@ -21,6 +21,7 @@ export declare const zh: {
|
|
|
21
21
|
ASSET_CONVERT_PRODUCT_IDEMPOTENCY_CONFLICT: string;
|
|
22
22
|
ASSET_CONVERT_PRODUCT_PAY_AMOUNT_INVALID: string;
|
|
23
23
|
ASSET_CONVERT_PRODUCT_ORDER_CREATE_FAILED: string;
|
|
24
|
+
ASSET_CONVERT_TRANSACTION_PASSWORD_REQUIRED: string;
|
|
24
25
|
};
|
|
25
26
|
type ZHType = typeof zh;
|
|
26
27
|
declare module "../../../error/messages" {
|