@r2wa-org/eden 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -10
- package/dist/admin/index.d.ts +831 -1163
- package/dist/admin-user/admin/errors/index.d.ts +2 -2
- package/dist/admin-user/admin/errors/locales/zh.d.ts +1 -1
- package/dist/admin-user/admin/router.d.ts +13 -13
- package/dist/admin-user/admin/service.d.ts +1 -1
- package/dist/app-version/admin/dto.schemas.d.ts +1 -1
- package/dist/app-version/admin/router.d.ts +17 -17
- package/dist/app-version/admin/service.d.ts +1 -1
- package/dist/asset/admin/dto.schemas.d.ts +21 -21
- package/dist/asset/admin/router.d.ts +38 -38
- package/dist/asset/admin/service.d.ts +20 -20
- package/dist/asset/db.schemas.d.ts +4 -4
- package/dist/asset/errors/index.d.ts +2 -2
- package/dist/asset/errors/locales/zh.d.ts +1 -1
- package/dist/asset/index.d.ts +11 -11
- package/dist/asset/internal/service.d.ts +6 -6
- package/dist/asset/permissions.d.ts +1 -1
- package/dist/asset/schema.d.ts +3 -3
- package/dist/asset/user/dto.schemas.d.ts +9 -9
- package/dist/asset/user/router.d.ts +16 -16
- package/dist/asset/user/service.d.ts +11 -11
- package/dist/asset-convert-product/admin/dto.schemas.d.ts +15 -15
- package/dist/asset-convert-product/admin/router.d.ts +54 -54
- package/dist/asset-convert-product/admin/service.d.ts +33 -33
- package/dist/asset-convert-product/errors/index.d.ts +2 -2
- package/dist/asset-convert-product/errors/locales/zh.d.ts +1 -1
- package/dist/asset-convert-product/index.d.ts +8 -8
- package/dist/asset-convert-product/permissions.d.ts +2 -2
- package/dist/asset-convert-product/user/dto.schemas.d.ts +6 -6
- package/dist/asset-convert-product/user/router.d.ts +12 -12
- package/dist/asset-convert-product/user/service.d.ts +12 -12
- package/dist/asset-price/admin/dto.schemas.d.ts +3 -3
- package/dist/asset-price/admin/router.d.ts +15 -15
- package/dist/asset-price/admin/service.d.ts +5 -5
- package/dist/asset-price/errors/index.d.ts +2 -2
- package/dist/asset-price/errors/locales/zh.d.ts +1 -1
- package/dist/asset-price/index.d.ts +12 -12
- package/dist/asset-price/permissions.d.ts +2 -2
- package/dist/asset-price/user/router.d.ts +5 -5
- package/dist/asset-price/user/service.d.ts +1 -1
- package/dist/asset-type/admin/router.d.ts +11 -11
- package/dist/asset-type/admin/service.d.ts +2 -2
- package/dist/asset-type/errors/index.d.ts +2 -2
- package/dist/asset-type/errors/locales/zh.d.ts +1 -1
- package/dist/asset-type/index.d.ts +11 -11
- package/dist/asset-type/permissions.d.ts +1 -1
- package/dist/asset-type/seed.d.ts +1 -1
- package/dist/asset-type/user/router.d.ts +4 -4
- package/dist/asset-type/user/service.d.ts +2 -2
- package/dist/auth/better-auth.d.ts +289 -290
- package/dist/auth/better-hooks.d.ts +1 -1
- package/dist/auth/permissions.d.ts +210 -210
- package/dist/auth/roles.d.ts +630 -630
- package/dist/auth/router.d.ts +3 -3
- package/dist/bank-account/admin/router.d.ts +21 -21
- package/dist/bank-account/admin/service.d.ts +5 -5
- package/dist/bank-account/errors/index.d.ts +2 -2
- package/dist/bank-account/errors/locales/zh.d.ts +1 -1
- package/dist/bank-account/index.d.ts +8 -8
- package/dist/bank-account/internal/service.d.ts +1 -1
- package/dist/bank-account/permissions.d.ts +3 -3
- package/dist/bank-account/user/router.d.ts +8 -8
- package/dist/bank-account/user/service.d.ts +3 -3
- package/dist/check-in/admin/router.d.ts +5 -5
- package/dist/check-in/admin/service.d.ts +2 -2
- package/dist/check-in/errors/index.d.ts +2 -2
- package/dist/check-in/errors/locales/zh.d.ts +1 -1
- package/dist/check-in/index.d.ts +7 -7
- package/dist/check-in/internal/service.d.ts +5 -5
- package/dist/check-in/permissions.d.ts +2 -2
- package/dist/check-in/user/router.d.ts +8 -8
- package/dist/check-in/user/service.d.ts +3 -3
- package/dist/db/index.d.ts +1 -1
- package/dist/db/schemas.d.ts +34 -34
- package/dist/db/transaction.d.ts +1 -1
- package/dist/db/typebox.d.ts +4 -4
- package/dist/deposit/admin/router.d.ts +9 -9
- package/dist/deposit/admin/service.d.ts +2 -2
- package/dist/deposit/errors/index.d.ts +2 -2
- package/dist/deposit/errors/locales/zh.d.ts +1 -1
- package/dist/deposit/index.d.ts +7 -7
- package/dist/deposit/internal/service.d.ts +1 -1
- package/dist/deposit/permissions.d.ts +2 -2
- package/dist/deposit/user/router.d.ts +8 -8
- package/dist/deposit/user/service.d.ts +2 -2
- package/dist/dynamic-env/admin.router.d.ts +11 -11
- package/dist/dynamic-env/cache.d.ts +1 -1
- package/dist/dynamic-env/errors/index.d.ts +2 -2
- package/dist/dynamic-env/errors/locales/zh.d.ts +1 -1
- package/dist/dynamic-env/index.d.ts +3 -3
- package/dist/dynamic-env/service.d.ts +1 -1
- package/dist/email/index.d.ts +1 -1
- package/dist/env/index.d.ts +2 -2
- package/dist/env/server.d.ts +0 -6
- package/dist/env/typebox-env.d.ts +1 -1
- package/dist/error/index.d.ts +4 -4
- package/dist/error/locales/zh.d.ts +1 -1
- package/dist/error/messages.d.ts +2 -2
- package/dist/external/errors/index.d.ts +2 -2
- package/dist/external/errors/locales/zh.d.ts +1 -1
- package/dist/external/index.d.ts +4 -4
- package/dist/external/router.d.ts +4 -4
- package/dist/external/service.d.ts +1 -1
- package/dist/file-storage/admin/dto.schemas.d.ts +2 -2
- package/dist/file-storage/admin/router.d.ts +9 -9
- package/dist/file-storage/admin/service.d.ts +2 -2
- package/dist/file-storage/errors/index.d.ts +2 -2
- package/dist/file-storage/errors/locales/zh.d.ts +1 -1
- package/dist/file-storage/index.d.ts +7 -7
- package/dist/file-storage/internal/service.d.ts +2 -2
- package/dist/file-storage/permissions.d.ts +2 -2
- package/dist/file-storage/s3.client.d.ts +11 -11
- package/dist/file-storage/share/router.d.ts +7 -7
- package/dist/file-storage/user/router.d.ts +6 -6
- package/dist/file-storage/user/service.d.ts +2 -2
- package/dist/http-access-log.d.ts +1 -1
- package/dist/index.d.ts +1132 -1566
- package/dist/ledger/admin/dto.schemas.d.ts +7 -7
- package/dist/ledger/admin/router.d.ts +8 -8
- package/dist/ledger/admin/service.d.ts +2 -2
- package/dist/ledger/errors/index.d.ts +2 -2
- package/dist/ledger/errors/locales/zh.d.ts +1 -1
- package/dist/ledger/index.d.ts +6 -6
- package/dist/ledger/internal/service.d.ts +5 -5
- package/dist/ledger/permissions.d.ts +1 -1
- package/dist/ledger/user/router.d.ts +4 -4
- package/dist/ledger/user/service.d.ts +6 -6
- package/dist/ledger-account/admin/dto.schemas.d.ts +42 -8
- package/dist/ledger-account/admin/router.d.ts +65 -16
- package/dist/ledger-account/admin/service.d.ts +22 -8
- package/dist/ledger-account/errors/index.d.ts +2 -2
- package/dist/ledger-account/errors/locales/zh.d.ts +1 -1
- package/dist/ledger-account/index.d.ts +8 -8
- package/dist/ledger-account/internal/service.d.ts +1 -1
- package/dist/ledger-account/permissions.d.ts +1 -1
- package/dist/ledger-account/user/dto.schemas.d.ts +2 -2
- package/dist/ledger-account/user/router.d.ts +9 -9
- package/dist/ledger-account/user/service.d.ts +8 -8
- package/dist/ledger-account-import/admin/router.d.ts +13 -13
- package/dist/ledger-account-import/admin/service.d.ts +2 -2
- package/dist/ledger-account-import/errors/index.d.ts +2 -2
- package/dist/ledger-account-import/errors/locales/zh.d.ts +1 -1
- package/dist/ledger-account-import/index.d.ts +8 -8
- package/dist/ledger-account-import/internal/service.d.ts +1 -1
- package/dist/ledger-account-import/permissions.d.ts +1 -1
- package/dist/ledger-account-import/user/service.d.ts +1 -1
- package/dist/ledger-account-transfer/admin/service.d.ts +1 -1
- package/dist/ledger-account-transfer/errors/index.d.ts +2 -2
- package/dist/ledger-account-transfer/errors/locales/zh.d.ts +1 -1
- package/dist/ledger-account-transfer/index.d.ts +6 -6
- package/dist/ledger-account-transfer/internal/service.d.ts +1 -1
- package/dist/ledger-account-transfer/user/router.d.ts +4 -4
- package/dist/ledger-account-transfer/user/service.d.ts +2 -2
- package/dist/ledger-account-type/admin/router.d.ts +11 -11
- package/dist/ledger-account-type/admin/service.d.ts +2 -2
- package/dist/ledger-account-type/errors/index.d.ts +2 -2
- package/dist/ledger-account-type/errors/locales/zh.d.ts +1 -1
- package/dist/ledger-account-type/index.d.ts +9 -9
- package/dist/ledger-account-type/permissions.d.ts +1 -1
- package/dist/ledger-account-type/user/router.d.ts +5 -5
- package/dist/ledger-account-type/user/service.d.ts +2 -2
- package/dist/market-data/admin/dto.schemas.d.ts +423 -647
- package/dist/market-data/admin/router.d.ts +105 -146
- package/dist/market-data/admin/service.d.ts +12 -46
- package/dist/market-data/cron.d.ts +2 -1
- package/dist/market-data/db.schemas.d.ts +40 -176
- package/dist/market-data/errors/index.d.ts +2 -2
- package/dist/market-data/errors/locales/zh.d.ts +1 -1
- package/dist/market-data/index.d.ts +8 -8
- package/dist/market-data/internal/service.d.ts +77 -46
- package/dist/market-data/permissions.d.ts +3 -3
- package/dist/market-data/resolutions.d.ts +9 -0
- package/dist/market-data/schema.d.ts +23 -94
- package/dist/market-data/user/router.d.ts +9 -9
- package/dist/market-data/user/service.d.ts +2 -2
- package/dist/market-pricing/admin/dto.schemas.d.ts +316 -429
- package/dist/market-pricing/admin/router.d.ts +243 -147
- package/dist/market-pricing/admin/service.d.ts +184 -103
- package/dist/market-pricing/cron.d.ts +2 -2
- package/dist/market-pricing/db.schemas.d.ts +661 -117
- package/dist/market-pricing/errors/index.d.ts +3 -2
- package/dist/market-pricing/errors/locales/zh.d.ts +2 -1
- package/dist/market-pricing/internal/service.d.ts +28 -5
- package/dist/market-pricing/permissions.d.ts +1 -1
- package/dist/market-pricing/schema.d.ts +304 -28
- package/dist/news/admin/dto.schemas.d.ts +2 -2
- package/dist/news/admin/router.d.ts +17 -17
- package/dist/news/admin/service.d.ts +2 -2
- package/dist/news/errors/index.d.ts +2 -2
- package/dist/news/errors/locales/zh.d.ts +1 -1
- package/dist/news/index.d.ts +7 -7
- package/dist/news/permissions.d.ts +1 -1
- package/dist/news/user/dto.schemas.d.ts +4 -4
- package/dist/news/user/router.d.ts +5 -5
- package/dist/news/user/service.d.ts +2 -2
- package/dist/news-category/admin/dto.schemas.d.ts +2 -2
- package/dist/news-category/admin/router.d.ts +1 -1
- package/dist/news-category/admin/service.d.ts +2 -2
- package/dist/news-category/errors/index.d.ts +2 -2
- package/dist/news-category/errors/locales/zh.d.ts +1 -1
- package/dist/news-category/index.d.ts +8 -8
- package/dist/news-category/permissions.d.ts +1 -1
- package/dist/news-category/user/router.d.ts +3 -3
- package/dist/news-category/user/service.d.ts +1 -1
- package/dist/notification/admin/router.d.ts +7 -7
- package/dist/notification/admin/service.d.ts +2 -2
- package/dist/notification/errors/index.d.ts +2 -2
- package/dist/notification/errors/locales/zh.d.ts +1 -1
- package/dist/notification/index.d.ts +7 -7
- package/dist/notification/internal/service.d.ts +4 -4
- package/dist/notification/permissions.d.ts +2 -2
- package/dist/notification/user/router.d.ts +8 -8
- package/dist/notification/user/service.d.ts +2 -2
- package/dist/operations-overview/admin/router.d.ts +8 -8
- package/dist/operations-overview/admin/service.d.ts +1 -1
- package/dist/portfolio/index.d.ts +2 -2
- package/dist/portfolio/internal/index.d.ts +1 -1
- package/dist/portfolio/user/dto.schemas.d.ts +1 -1
- package/dist/portfolio/user/index.d.ts +3 -3
- package/dist/portfolio/user/router.d.ts +8 -8
- package/dist/portfolio/user/service.d.ts +3 -3
- package/dist/receipt-method/admin/router.d.ts +9 -9
- package/dist/receipt-method/admin/service.d.ts +2 -2
- package/dist/receipt-method/errors/index.d.ts +2 -2
- package/dist/receipt-method/errors/locales/zh.d.ts +1 -1
- package/dist/receipt-method/index.d.ts +7 -7
- package/dist/receipt-method/internal/service.d.ts +3 -3
- package/dist/receipt-method/permissions.d.ts +1 -1
- package/dist/receipt-method/user/router.d.ts +8 -8
- package/dist/receipt-method/user/service.d.ts +3 -3
- package/dist/referral/admin/router.d.ts +7 -7
- package/dist/referral/admin/service.d.ts +2 -2
- package/dist/referral/errors/index.d.ts +2 -2
- package/dist/referral/errors/locales/zh.d.ts +1 -1
- package/dist/referral/index.d.ts +9 -9
- package/dist/referral/permissions.d.ts +1 -1
- package/dist/referral/user/router.d.ts +7 -7
- package/dist/referral/user/service.d.ts +2 -2
- package/dist/referral-depth-config/admin/router.d.ts +13 -13
- package/dist/referral-depth-config/admin/service.d.ts +2 -2
- package/dist/referral-depth-config/errors/index.d.ts +2 -2
- package/dist/referral-depth-config/errors/locales/zh.d.ts +1 -1
- package/dist/referral-depth-config/permissions.d.ts +1 -1
- package/dist/server-test/errors/index.d.ts +2 -2
- package/dist/server-test/errors/locales/zh.d.ts +1 -1
- package/dist/server-test/index.d.ts +3 -3
- package/dist/shipping-address/admin/router.d.ts +5 -5
- package/dist/shipping-address/admin/service.d.ts +2 -2
- package/dist/shipping-address/errors/index.d.ts +2 -2
- package/dist/shipping-address/errors/locales/zh.d.ts +1 -1
- package/dist/shipping-address/index.d.ts +7 -7
- package/dist/shipping-address/permissions.d.ts +1 -1
- package/dist/shipping-address/user/router.d.ts +9 -9
- package/dist/shipping-address/user/service.d.ts +3 -3
- package/dist/src/admin/index.d.ts +10428 -0
- package/dist/src/admin-user/admin/dto.schemas.d.ts +878 -0
- package/dist/src/admin-user/admin/errors/index.d.ts +20 -0
- package/dist/src/admin-user/admin/errors/locales/zh.d.ts +16 -0
- package/dist/src/admin-user/admin/router.d.ts +655 -0
- package/dist/src/admin-user/admin/service.d.ts +60 -0
- package/dist/src/app-version/admin/dto.schemas.d.ts +99 -0
- package/dist/src/app-version/admin/router.d.ts +756 -0
- package/dist/src/app-version/admin/service.d.ts +105 -0
- package/dist/src/app-version/db.schemas.d.ts +448 -0
- package/dist/src/app-version/schema.d.ts +236 -0
- package/dist/src/asset/admin/dto.schemas.d.ts +164 -0
- package/dist/src/asset/admin/router.d.ts +762 -0
- package/dist/src/asset/admin/service.d.ts +144 -0
- package/dist/src/asset/db.schemas.d.ts +380 -0
- package/dist/src/asset/errors/index.d.ts +33 -0
- package/dist/src/asset/errors/locales/zh.d.ts +20 -0
- package/dist/src/asset/index.d.ts +11 -0
- package/dist/src/asset/internal/service.d.ts +16 -0
- package/dist/src/asset/permissions.d.ts +4 -0
- package/dist/src/asset/schema.d.ts +209 -0
- package/dist/src/asset/seed.d.ts +1 -0
- package/dist/src/asset/user/dto.schemas.d.ts +78 -0
- package/dist/src/asset/user/router.d.ts +567 -0
- package/dist/src/asset/user/service.d.ts +75 -0
- package/dist/src/asset-convert-product/admin/dto.schemas.d.ts +823 -0
- package/dist/src/asset-convert-product/admin/router.d.ts +1586 -0
- package/dist/src/asset-convert-product/admin/service.d.ts +814 -0
- package/dist/src/asset-convert-product/db.schemas.d.ts +1270 -0
- package/dist/src/asset-convert-product/errors/index.d.ts +32 -0
- package/dist/src/asset-convert-product/errors/locales/zh.d.ts +31 -0
- package/dist/src/asset-convert-product/index.d.ts +8 -0
- package/dist/src/asset-convert-product/internal/service.d.ts +2 -0
- package/dist/src/asset-convert-product/permissions.d.ts +5 -0
- package/dist/src/asset-convert-product/schema.d.ts +688 -0
- package/dist/src/asset-convert-product/user/dto.schemas.d.ts +1089 -0
- package/dist/src/asset-convert-product/user/router.d.ts +797 -0
- package/dist/src/asset-convert-product/user/service.d.ts +413 -0
- package/dist/src/asset-price/admin/dto.schemas.d.ts +102 -0
- package/dist/src/asset-price/admin/router.d.ts +658 -0
- package/dist/src/asset-price/admin/service.d.ts +82 -0
- package/dist/src/asset-price/constants.d.ts +2 -0
- package/dist/src/asset-price/db.schemas.d.ts +358 -0
- package/dist/src/asset-price/errors/index.d.ts +20 -0
- package/dist/src/asset-price/errors/locales/zh.d.ts +19 -0
- package/dist/src/asset-price/index.d.ts +12 -0
- package/dist/src/asset-price/internal/service.d.ts +14 -0
- package/dist/src/asset-price/permissions.d.ts +6 -0
- package/dist/src/asset-price/schema.d.ts +191 -0
- package/dist/src/asset-price/seed.d.ts +1 -0
- package/dist/src/asset-price/user/dto.schemas.d.ts +45 -0
- package/dist/src/asset-price/user/router.d.ts +512 -0
- package/dist/src/asset-price/user/service.d.ts +26 -0
- package/dist/src/asset-type/admin/dto.schemas.d.ts +404 -0
- package/dist/src/asset-type/admin/router.d.ts +617 -0
- package/dist/src/asset-type/admin/service.d.ts +45 -0
- package/dist/src/asset-type/db.schemas.d.ts +244 -0
- package/dist/src/asset-type/errors/index.d.ts +27 -0
- package/dist/src/asset-type/errors/locales/zh.d.ts +17 -0
- package/dist/src/asset-type/index.d.ts +11 -0
- package/dist/src/asset-type/internal/service.d.ts +9 -0
- package/dist/src/asset-type/permissions.d.ts +4 -0
- package/dist/src/asset-type/schema.d.ts +133 -0
- package/dist/src/asset-type/seed.d.ts +19 -0
- package/dist/src/asset-type/user/dto.schemas.d.ts +35 -0
- package/dist/src/asset-type/user/router.d.ts +471 -0
- package/dist/src/asset-type/user/service.d.ts +18 -0
- package/dist/src/auth/better-auth.d.ts +3312 -0
- package/dist/src/auth/better-hooks.d.ts +23 -0
- package/dist/src/auth/db.schemas.d.ts +1696 -0
- package/dist/src/auth/permissions.d.ts +235 -0
- package/dist/src/auth/roles.d.ts +725 -0
- package/dist/src/auth/router.d.ts +385 -0
- package/dist/src/auth/schema.d.ts +882 -0
- package/dist/src/bank-account/admin/dto.schemas.d.ts +524 -0
- package/dist/src/bank-account/admin/router.d.ts +909 -0
- package/dist/src/bank-account/admin/service.d.ts +221 -0
- package/dist/src/bank-account/db.schemas.d.ts +1032 -0
- package/dist/src/bank-account/errors/index.d.ts +13 -0
- package/dist/src/bank-account/errors/locales/zh.d.ts +12 -0
- package/dist/src/bank-account/index.d.ts +8 -0
- package/dist/src/bank-account/internal/service.d.ts +51 -0
- package/dist/src/bank-account/permissions.d.ts +10 -0
- package/dist/src/bank-account/schema.d.ts +535 -0
- package/dist/src/bank-account/seed.d.ts +4 -0
- package/dist/src/bank-account/user/dto.schemas.d.ts +458 -0
- package/dist/src/bank-account/user/router.d.ts +680 -0
- package/dist/src/bank-account/user/service.d.ts +133 -0
- package/dist/src/check-in/admin/dto.schemas.d.ts +312 -0
- package/dist/src/check-in/admin/router.d.ts +526 -0
- package/dist/src/check-in/admin/service.d.ts +38 -0
- package/dist/src/check-in/db.schemas.d.ts +312 -0
- package/dist/src/check-in/errors/index.d.ts +13 -0
- package/dist/src/check-in/errors/locales/zh.d.ts +10 -0
- package/dist/src/check-in/index.d.ts +7 -0
- package/dist/src/check-in/internal/service.d.ts +51 -0
- package/dist/src/check-in/permissions.d.ts +6 -0
- package/dist/src/check-in/schema.d.ts +168 -0
- package/dist/src/check-in/user/dto.schemas.d.ts +503 -0
- package/dist/src/check-in/user/router.d.ts +615 -0
- package/dist/src/check-in/user/service.d.ts +49 -0
- package/dist/src/cors/index.d.ts +30 -0
- package/dist/src/cron/index.d.ts +10 -0
- package/dist/src/db/columns.helpers.d.ts +13 -0
- package/dist/src/db/enums.d.ts +1 -0
- package/dist/src/db/index.d.ts +4 -0
- package/dist/src/db/schemas.d.ts +34 -0
- package/dist/src/db/transaction.d.ts +3 -0
- package/dist/src/db/typebox.d.ts +19 -0
- package/dist/src/deposit/admin/dto.schemas.d.ts +649 -0
- package/dist/src/deposit/admin/router.d.ts +638 -0
- package/dist/src/deposit/admin/service.d.ts +127 -0
- package/dist/src/deposit/db.schemas.d.ts +652 -0
- package/dist/src/deposit/errors/index.d.ts +45 -0
- package/dist/src/deposit/errors/locales/zh.d.ts +24 -0
- package/dist/src/deposit/index.d.ts +7 -0
- package/dist/src/deposit/internal/service.d.ts +8 -0
- package/dist/src/deposit/permissions.d.ts +9 -0
- package/dist/src/deposit/schema.d.ts +340 -0
- package/dist/src/deposit/user/dto.schemas.d.ts +655 -0
- package/dist/src/deposit/user/router.d.ts +681 -0
- package/dist/src/deposit/user/service.d.ts +148 -0
- package/dist/src/dynamic-env/admin.router.d.ts +620 -0
- package/dist/src/dynamic-env/cache.d.ts +35 -0
- package/dist/src/dynamic-env/db.schemas.d.ts +182 -0
- package/dist/src/dynamic-env/dto.schema.d.ts +17 -0
- package/dist/src/dynamic-env/errors/index.d.ts +11 -0
- package/dist/src/dynamic-env/errors/locales/zh.d.ts +10 -0
- package/dist/src/dynamic-env/index.d.ts +3 -0
- package/dist/src/dynamic-env/schema.d.ts +96 -0
- package/dist/src/dynamic-env/service.d.ts +93 -0
- package/dist/src/email/index.d.ts +2 -0
- package/dist/src/env/client.d.ts +2 -0
- package/dist/src/env/index.d.ts +2 -0
- package/dist/src/env/server.d.ts +50 -0
- package/dist/src/env/typebox-env.d.ts +7 -0
- package/dist/src/error/errorcode.d.ts +9 -0
- package/dist/src/error/index.d.ts +120 -0
- package/dist/src/error/locales/zh.d.ts +2 -0
- package/dist/src/error/messages.d.ts +10 -0
- package/dist/src/external/dto.schemas.d.ts +173 -0
- package/dist/src/external/errors/index.d.ts +13 -0
- package/dist/src/external/errors/locales/zh.d.ts +10 -0
- package/dist/src/external/index.d.ts +4 -0
- package/dist/src/external/router.d.ts +105 -0
- package/dist/src/external/service.d.ts +31 -0
- package/dist/src/file-storage/admin/dto.schemas.d.ts +209 -0
- package/dist/src/file-storage/admin/router.d.ts +598 -0
- package/dist/src/file-storage/admin/service.d.ts +89 -0
- package/dist/src/file-storage/db.schemas.d.ts +1026 -0
- package/dist/src/file-storage/errors/index.d.ts +19 -0
- package/dist/src/file-storage/errors/locales/zh.d.ts +18 -0
- package/dist/src/file-storage/index.d.ts +7 -0
- package/dist/src/file-storage/internal/service.d.ts +66 -0
- package/dist/src/file-storage/permissions.d.ts +5 -0
- package/dist/src/file-storage/s3.client.d.ts +284 -0
- package/dist/src/file-storage/schema.d.ts +538 -0
- package/dist/src/file-storage/share/dto.schemas.d.ts +68 -0
- package/dist/src/file-storage/share/router.d.ts +561 -0
- package/dist/src/file-storage/user/dto.schemas.d.ts +1100 -0
- package/dist/src/file-storage/user/router.d.ts +585 -0
- package/dist/src/file-storage/user/service.d.ts +80 -0
- package/dist/src/http-access-log.d.ts +30 -0
- package/dist/src/index.d.ts +16262 -0
- package/dist/src/ledger/admin/dto.schemas.d.ts +461 -0
- package/dist/src/ledger/admin/router.d.ts +608 -0
- package/dist/src/ledger/admin/service.d.ts +22 -0
- package/dist/src/ledger/db.schemas.d.ts +694 -0
- package/dist/src/ledger/errors/index.d.ts +38 -0
- package/dist/src/ledger/errors/locales/zh.d.ts +22 -0
- package/dist/src/ledger/index.d.ts +6 -0
- package/dist/src/ledger/internal/service.d.ts +36 -0
- package/dist/src/ledger/permissions.d.ts +8 -0
- package/dist/src/ledger/schema.d.ts +365 -0
- package/dist/src/ledger/user/dto.schemas.d.ts +712 -0
- package/dist/src/ledger/user/router.d.ts +487 -0
- package/dist/src/ledger/user/service.d.ts +146 -0
- package/dist/src/ledger-account/admin/dto.schemas.d.ts +258 -0
- package/dist/src/ledger-account/admin/router.d.ts +757 -0
- package/dist/src/ledger-account/admin/service.d.ts +238 -0
- package/dist/src/ledger-account/db.schemas.d.ts +346 -0
- package/dist/src/ledger-account/errors/index.d.ts +18 -0
- package/dist/src/ledger-account/errors/locales/zh.d.ts +17 -0
- package/dist/src/ledger-account/index.d.ts +8 -0
- package/dist/src/ledger-account/internal/service.d.ts +44 -0
- package/dist/src/ledger-account/permissions.d.ts +4 -0
- package/dist/src/ledger-account/schema.d.ts +190 -0
- package/dist/src/ledger-account/user/dto.schemas.d.ts +590 -0
- package/dist/src/ledger-account/user/router.d.ts +602 -0
- package/dist/src/ledger-account/user/service.d.ts +154 -0
- package/dist/src/ledger-account-import/admin/dto.schemas.d.ts +1255 -0
- package/dist/src/ledger-account-import/admin/router.d.ts +691 -0
- package/dist/src/ledger-account-import/admin/service.d.ts +92 -0
- package/dist/src/ledger-account-import/db.schemas.d.ts +1206 -0
- package/dist/src/ledger-account-import/errors/index.d.ts +18 -0
- package/dist/src/ledger-account-import/errors/locales/zh.d.ts +17 -0
- package/dist/src/ledger-account-import/index.d.ts +8 -0
- package/dist/src/ledger-account-import/internal/service.d.ts +13 -0
- package/dist/src/ledger-account-import/permissions.d.ts +7 -0
- package/dist/src/ledger-account-import/schema.d.ts +636 -0
- package/dist/src/ledger-account-import/user/service.d.ts +3 -0
- package/dist/src/ledger-account-import/worker.d.ts +1 -0
- package/dist/src/ledger-account-transfer/admin/service.d.ts +3 -0
- package/dist/src/ledger-account-transfer/errors/index.d.ts +23 -0
- package/dist/src/ledger-account-transfer/errors/locales/zh.d.ts +15 -0
- package/dist/src/ledger-account-transfer/index.d.ts +6 -0
- package/dist/src/ledger-account-transfer/internal/service.d.ts +8 -0
- package/dist/src/ledger-account-transfer/user/dto.schemas.d.ts +20 -0
- package/dist/src/ledger-account-transfer/user/router.d.ts +466 -0
- package/dist/src/ledger-account-transfer/user/service.d.ts +16 -0
- package/dist/src/ledger-account-type/admin/dto.schemas.d.ts +509 -0
- package/dist/src/ledger-account-type/admin/router.d.ts +708 -0
- package/dist/src/ledger-account-type/admin/service.d.ts +109 -0
- package/dist/src/ledger-account-type/db.schemas.d.ts +788 -0
- package/dist/src/ledger-account-type/errors/index.d.ts +18 -0
- package/dist/src/ledger-account-type/errors/locales/zh.d.ts +17 -0
- package/dist/src/ledger-account-type/index.d.ts +9 -0
- package/dist/src/ledger-account-type/internal/service.d.ts +8 -0
- package/dist/src/ledger-account-type/permissions.d.ts +4 -0
- package/dist/src/ledger-account-type/schema.d.ts +405 -0
- package/dist/src/ledger-account-type/seed.d.ts +1 -0
- package/dist/src/ledger-account-type/user/dto.schemas.d.ts +509 -0
- package/dist/src/ledger-account-type/user/router.d.ts +534 -0
- package/dist/src/ledger-account-type/user/service.d.ts +59 -0
- package/dist/src/market-data/admin/dto.schemas.d.ts +824 -0
- package/dist/src/market-data/admin/router.d.ts +632 -0
- package/dist/src/market-data/admin/service.d.ts +78 -0
- package/dist/src/market-data/cron.d.ts +6 -0
- package/dist/src/market-data/db.schemas.d.ts +516 -0
- package/dist/src/market-data/errors/index.d.ts +13 -0
- package/dist/src/market-data/errors/locales/zh.d.ts +12 -0
- package/dist/src/market-data/index.d.ts +8 -0
- package/dist/src/market-data/internal/service.d.ts +77 -0
- package/dist/src/market-data/permissions.d.ts +6 -0
- package/dist/src/market-data/schema.d.ts +270 -0
- package/dist/src/market-data/user/dto.schemas.d.ts +370 -0
- package/dist/src/market-data/user/router.d.ts +693 -0
- package/dist/src/market-data/user/service.d.ts +41 -0
- package/dist/src/market-pricing/admin/dto.schemas.d.ts +860 -0
- package/dist/src/market-pricing/admin/router.d.ts +988 -0
- package/dist/src/market-pricing/admin/service.d.ts +286 -0
- package/dist/src/market-pricing/cron.d.ts +6 -0
- package/dist/src/market-pricing/db.schemas.d.ts +828 -0
- package/dist/src/market-pricing/errors/index.d.ts +14 -0
- package/dist/src/market-pricing/errors/locales/zh.d.ts +13 -0
- package/dist/src/market-pricing/internal/service.d.ts +35 -0
- package/dist/src/market-pricing/permissions.d.ts +4 -0
- package/dist/src/market-pricing/schema.d.ts +434 -0
- package/dist/src/nanoid/index.d.ts +2 -0
- package/dist/src/news/admin/dto.schemas.d.ts +159 -0
- package/dist/src/news/admin/router.d.ts +818 -0
- package/dist/src/news/admin/service.d.ts +221 -0
- package/dist/src/news/db.schemas.d.ts +1150 -0
- package/dist/src/news/errors/index.d.ts +20 -0
- package/dist/src/news/errors/locales/zh.d.ts +13 -0
- package/dist/src/news/index.d.ts +7 -0
- package/dist/src/news/internal/service.d.ts +7 -0
- package/dist/src/news/permissions.d.ts +4 -0
- package/dist/src/news/schema.d.ts +616 -0
- package/dist/src/news/user/dto.schemas.d.ts +178 -0
- package/dist/src/news/user/router.d.ts +617 -0
- package/dist/src/news/user/service.d.ts +228 -0
- package/dist/src/news-category/admin/dto.schemas.d.ts +52 -0
- package/dist/src/news-category/admin/router.d.ts +204 -0
- package/dist/src/news-category/admin/service.d.ts +55 -0
- package/dist/src/news-category/constants.d.ts +1 -0
- package/dist/src/news-category/db.schemas.d.ts +324 -0
- package/dist/src/news-category/errors/index.d.ts +21 -0
- package/dist/src/news-category/errors/locales/zh.d.ts +14 -0
- package/dist/src/news-category/index.d.ts +8 -0
- package/dist/src/news-category/internal/service.d.ts +5 -0
- package/dist/src/news-category/permissions.d.ts +4 -0
- package/dist/src/news-category/schema.d.ts +173 -0
- package/dist/src/news-category/seed.d.ts +12 -0
- package/dist/src/news-category/user/dto.schemas.d.ts +55 -0
- package/dist/src/news-category/user/router.d.ts +457 -0
- package/dist/src/news-category/user/service.d.ts +25 -0
- package/dist/src/notification/admin/dto.schemas.d.ts +432 -0
- package/dist/src/notification/admin/router.d.ts +576 -0
- package/dist/src/notification/admin/service.d.ts +43 -0
- package/dist/src/notification/db.schemas.d.ts +624 -0
- package/dist/src/notification/errors/index.d.ts +19 -0
- package/dist/src/notification/errors/locales/zh.d.ts +13 -0
- package/dist/src/notification/index.d.ts +7 -0
- package/dist/src/notification/internal/service.d.ts +28 -0
- package/dist/src/notification/permissions.d.ts +6 -0
- package/dist/src/notification/schema.d.ts +347 -0
- package/dist/src/notification/user/dto.schemas.d.ts +411 -0
- package/dist/src/notification/user/router.d.ts +632 -0
- package/dist/src/notification/user/service.d.ts +82 -0
- package/dist/src/operations-overview/admin/dto.schemas.d.ts +41 -0
- package/dist/src/operations-overview/admin/router.d.ts +517 -0
- package/dist/src/operations-overview/admin/service.d.ts +4 -0
- package/dist/src/portfolio/index.d.ts +2 -0
- package/dist/src/portfolio/internal/index.d.ts +1 -0
- package/dist/src/portfolio/internal/service.d.ts +5 -0
- package/dist/src/portfolio/user/dto.schemas.d.ts +352 -0
- package/dist/src/portfolio/user/index.d.ts +3 -0
- package/dist/src/portfolio/user/router.d.ts +659 -0
- package/dist/src/portfolio/user/service.d.ts +143 -0
- package/dist/src/receipt-method/admin/dto.schemas.d.ts +62 -0
- package/dist/src/receipt-method/admin/router.d.ts +592 -0
- package/dist/src/receipt-method/admin/service.d.ts +82 -0
- package/dist/src/receipt-method/db.schemas.d.ts +380 -0
- package/dist/src/receipt-method/errors/index.d.ts +17 -0
- package/dist/src/receipt-method/errors/locales/zh.d.ts +16 -0
- package/dist/src/receipt-method/index.d.ts +7 -0
- package/dist/src/receipt-method/internal/service.d.ts +33 -0
- package/dist/src/receipt-method/permissions.d.ts +4 -0
- package/dist/src/receipt-method/schema.d.ts +205 -0
- package/dist/src/receipt-method/user/dto.schemas.d.ts +417 -0
- package/dist/src/receipt-method/user/router.d.ts +602 -0
- package/dist/src/receipt-method/user/service.d.ts +73 -0
- package/dist/src/referral/admin/dto.schemas.d.ts +597 -0
- package/dist/src/referral/admin/router.d.ts +553 -0
- package/dist/src/referral/admin/service.d.ts +6 -0
- package/dist/src/referral/db.schemas.d.ts +420 -0
- package/dist/src/referral/errors/index.d.ts +15 -0
- package/dist/src/referral/errors/locales/zh.d.ts +14 -0
- package/dist/src/referral/index.d.ts +9 -0
- package/dist/src/referral/internal/service.d.ts +23 -0
- package/dist/src/referral/permissions.d.ts +8 -0
- package/dist/src/referral/schema.d.ts +235 -0
- package/dist/src/referral/user/dto.schemas.d.ts +602 -0
- package/dist/src/referral/user/router.d.ts +578 -0
- package/dist/src/referral/user/service.d.ts +21 -0
- package/dist/src/referral-depth-config/admin/dto.schemas.d.ts +203 -0
- package/dist/src/referral-depth-config/admin/router.d.ts +643 -0
- package/dist/src/referral-depth-config/admin/service.d.ts +38 -0
- package/dist/src/referral-depth-config/db.schemas.d.ts +176 -0
- package/dist/src/referral-depth-config/errors/index.d.ts +11 -0
- package/dist/src/referral-depth-config/errors/locales/zh.d.ts +10 -0
- package/dist/src/referral-depth-config/internal/service.d.ts +4 -0
- package/dist/src/referral-depth-config/permissions.d.ts +8 -0
- package/dist/src/referral-depth-config/schema.d.ts +99 -0
- package/dist/src/server-test/errors/index.d.ts +10 -0
- package/dist/src/server-test/errors/locales/zh.d.ts +9 -0
- package/dist/src/server-test/index.d.ts +486 -0
- package/dist/src/shipping-address/admin/dto.schemas.d.ts +289 -0
- package/dist/src/shipping-address/admin/router.d.ts +504 -0
- package/dist/src/shipping-address/admin/service.d.ts +17 -0
- package/dist/src/shipping-address/db.schemas.d.ts +278 -0
- package/dist/src/shipping-address/errors/index.d.ts +12 -0
- package/dist/src/shipping-address/errors/locales/zh.d.ts +11 -0
- package/dist/src/shipping-address/index.d.ts +7 -0
- package/dist/src/shipping-address/internal/service.d.ts +15 -0
- package/dist/src/shipping-address/permissions.d.ts +4 -0
- package/dist/src/shipping-address/schema.d.ts +150 -0
- package/dist/src/shipping-address/user/dto.schemas.d.ts +303 -0
- package/dist/src/shipping-address/user/router.d.ts +621 -0
- package/dist/src/shipping-address/user/service.d.ts +68 -0
- package/dist/src/sms/index.d.ts +5 -0
- package/dist/src/team/admin/dto.schemas.d.ts +2198 -0
- package/dist/src/team/admin/router.d.ts +646 -0
- package/dist/src/team/admin/service.d.ts +6 -0
- package/dist/src/team/errors/index.d.ts +13 -0
- package/dist/src/team/errors/locales/zh.d.ts +12 -0
- package/dist/src/team/index.d.ts +8 -0
- package/dist/src/team/internal/service.d.ts +6 -0
- package/dist/src/team/permissions.d.ts +7 -0
- package/dist/src/team/user/dto.schemas.d.ts +1987 -0
- package/dist/src/team/user/router.d.ts +734 -0
- package/dist/src/team/user/service.d.ts +10 -0
- package/dist/src/trade-market/admin/dto.schemas.d.ts +4764 -0
- package/dist/src/trade-market/admin/router.d.ts +1334 -0
- package/dist/src/trade-market/admin/service.d.ts +646 -0
- package/dist/src/trade-market/db.schemas.d.ts +1338 -0
- package/dist/src/trade-market/errors/index.d.ts +23 -0
- package/dist/src/trade-market/errors/locales/zh.d.ts +22 -0
- package/dist/src/trade-market/index.d.ts +8 -0
- package/dist/src/trade-market/internal/service.d.ts +564 -0
- package/dist/src/trade-market/permissions.d.ts +5 -0
- package/dist/src/trade-market/schema.d.ts +708 -0
- package/dist/src/trade-market/user/dto.schemas.d.ts +1394 -0
- package/dist/src/trade-market/user/router.d.ts +754 -0
- package/dist/src/trade-market/user/service.d.ts +471 -0
- package/dist/src/transfer/admin/dto.schemas.d.ts +396 -0
- package/dist/src/transfer/admin/router.d.ts +506 -0
- package/dist/src/transfer/admin/service.d.ts +56 -0
- package/dist/src/transfer/db.schemas.d.ts +386 -0
- package/dist/src/transfer/errors/index.d.ts +32 -0
- package/dist/src/transfer/errors/locales/zh.d.ts +19 -0
- package/dist/src/transfer/index.d.ts +11 -0
- package/dist/src/transfer/internal/service.d.ts +8 -0
- package/dist/src/transfer/permissions.d.ts +8 -0
- package/dist/src/transfer/schema.d.ts +204 -0
- package/dist/src/transfer/user/dto.schemas.d.ts +416 -0
- package/dist/src/transfer/user/router.d.ts +514 -0
- package/dist/src/transfer/user/service.d.ts +67 -0
- package/dist/src/user/admin/dto.schemas.d.ts +1439 -0
- package/dist/src/user/admin/router.d.ts +853 -0
- package/dist/src/user/admin/service.d.ts +164 -0
- package/dist/src/user/db.schemas.d.ts +1038 -0
- package/dist/src/user/errors/index.d.ts +40 -0
- package/dist/src/user/errors/locales/zh.d.ts +23 -0
- package/dist/src/user/index.d.ts +9 -0
- package/dist/src/user/internal/service.d.ts +22 -0
- package/dist/src/user/permissions.d.ts +7 -0
- package/dist/src/user/schema.d.ts +541 -0
- package/dist/src/user/user/dto.schemas.d.ts +14 -0
- package/dist/src/user/user/router.d.ts +558 -0
- package/dist/src/user/user/service.d.ts +89 -0
- package/dist/src/user-kyc/admin/dto.schemas.d.ts +625 -0
- package/dist/src/user-kyc/admin/router.d.ts +666 -0
- package/dist/src/user-kyc/admin/service.d.ts +89 -0
- package/dist/src/user-kyc/db.schemas.d.ts +896 -0
- package/dist/src/user-kyc/errors/index.d.ts +21 -0
- package/dist/src/user-kyc/errors/locales/zh.d.ts +14 -0
- package/dist/src/user-kyc/index.d.ts +10 -0
- package/dist/src/user-kyc/internal/service.d.ts +9 -0
- package/dist/src/user-kyc/permissions.d.ts +6 -0
- package/dist/src/user-kyc/schema.d.ts +474 -0
- package/dist/src/user-kyc/user/dto.schemas.d.ts +314 -0
- package/dist/src/user-kyc/user/router.d.ts +602 -0
- package/dist/src/user-kyc/user/service.d.ts +64 -0
- package/dist/src/user-security/admin/dto.schemas.d.ts +8 -0
- package/dist/src/user-security/admin/router.d.ts +490 -0
- package/dist/src/user-security/admin/service.d.ts +6 -0
- package/dist/src/user-security/db.schemas.d.ts +414 -0
- package/dist/src/user-security/index.d.ts +8 -0
- package/dist/src/user-security/internal/service.d.ts +15 -0
- package/dist/src/user-security/schema.d.ts +215 -0
- package/dist/src/user-security/user/dto.schemas.d.ts +21 -0
- package/dist/src/user-security/user/router.d.ts +547 -0
- package/dist/src/user-security/user/service.d.ts +15 -0
- package/dist/src/utils/date.d.ts +21 -0
- package/dist/src/utils/index.d.ts +4 -0
- package/dist/src/utils/order.d.ts +6 -0
- package/dist/src/utils/pagination.d.ts +113 -0
- package/dist/src/utils/password.d.ts +8 -0
- package/dist/src/wallet/admin/dto.schemas.d.ts +349 -0
- package/dist/src/wallet/admin/router.d.ts +581 -0
- package/dist/src/wallet/admin/service.d.ts +65 -0
- package/dist/src/wallet/db.schemas.d.ts +278 -0
- package/dist/src/wallet/errors/index.d.ts +10 -0
- package/dist/src/wallet/errors/locales/zh.d.ts +9 -0
- package/dist/src/wallet/index.d.ts +11 -0
- package/dist/src/wallet/internal/service.d.ts +177 -0
- package/dist/src/wallet/permissions.d.ts +8 -0
- package/dist/src/wallet/schema.d.ts +152 -0
- package/dist/src/wallet/seed.d.ts +1 -0
- package/dist/src/wallet/user/dto.schemas.d.ts +372 -0
- package/dist/src/wallet/user/router.d.ts +544 -0
- package/dist/src/wallet/user/service.d.ts +75 -0
- package/dist/src/wallet-type/admin/dto.schemas.d.ts +83 -0
- package/dist/src/wallet-type/admin/router.d.ts +741 -0
- package/dist/src/wallet-type/admin/service.d.ts +109 -0
- package/dist/src/wallet-type/db.schemas.d.ts +278 -0
- package/dist/src/wallet-type/errors/index.d.ts +15 -0
- package/dist/src/wallet-type/errors/locales/zh.d.ts +14 -0
- package/dist/src/wallet-type/index.d.ts +10 -0
- package/dist/src/wallet-type/internal/service.d.ts +256 -0
- package/dist/src/wallet-type/permissions.d.ts +4 -0
- package/dist/src/wallet-type/schema.d.ts +199 -0
- package/dist/src/wallet-type/seed.d.ts +1 -0
- package/dist/src/wallet-type/user/dto.schemas.d.ts +62 -0
- package/dist/src/wallet-type/user/router.d.ts +481 -0
- package/dist/src/wallet-type/user/service.d.ts +24 -0
- package/dist/src/welfare-cycle/admin/dto.schemas.d.ts +1242 -0
- package/dist/src/welfare-cycle/admin/router.d.ts +1805 -0
- package/dist/src/welfare-cycle/admin/service.d.ts +1031 -0
- package/dist/src/welfare-cycle/cron.d.ts +7 -0
- package/dist/src/welfare-cycle/db.schemas.d.ts +2404 -0
- package/dist/src/welfare-cycle/errors/index.d.ts +27 -0
- package/dist/src/welfare-cycle/errors/locales/zh.d.ts +26 -0
- package/dist/src/welfare-cycle/index.d.ts +7 -0
- package/dist/src/welfare-cycle/internal/service.d.ts +135 -0
- package/dist/src/welfare-cycle/permissions.d.ts +6 -0
- package/dist/src/welfare-cycle/schema.d.ts +1272 -0
- package/dist/src/welfare-cycle/user/dto.schemas.d.ts +2073 -0
- package/dist/src/welfare-cycle/user/router.d.ts +808 -0
- package/dist/src/welfare-cycle/user/service.d.ts +192 -0
- package/dist/src/withdraw/admin/dto.schemas.d.ts +902 -0
- package/dist/src/withdraw/admin/router.d.ts +659 -0
- package/dist/src/withdraw/admin/service.d.ts +83 -0
- package/dist/src/withdraw/db.schemas.d.ts +584 -0
- package/dist/src/withdraw/errors/index.d.ts +45 -0
- package/dist/src/withdraw/errors/locales/zh.d.ts +24 -0
- package/dist/src/withdraw/index.d.ts +8 -0
- package/dist/src/withdraw/internal/index.d.ts +1 -0
- package/dist/src/withdraw/internal/service.d.ts +10 -0
- package/dist/src/withdraw/permissions.d.ts +9 -0
- package/dist/src/withdraw/schema.d.ts +307 -0
- package/dist/src/withdraw/user/dto.schemas.d.ts +1508 -0
- package/dist/src/withdraw/user/index.d.ts +3 -0
- package/dist/src/withdraw/user/router.d.ts +649 -0
- package/dist/src/withdraw/user/service.d.ts +66 -0
- package/dist/team/admin/router.d.ts +7 -7
- package/dist/team/admin/service.d.ts +2 -2
- package/dist/team/errors/index.d.ts +2 -2
- package/dist/team/errors/locales/zh.d.ts +1 -1
- package/dist/team/index.d.ts +8 -8
- package/dist/team/permissions.d.ts +1 -1
- package/dist/team/user/dto.schemas.d.ts +1 -1
- package/dist/team/user/router.d.ts +9 -9
- package/dist/team/user/service.d.ts +2 -2
- package/dist/trade-market/admin/dto.schemas.d.ts +89 -3625
- package/dist/trade-market/admin/router.d.ts +29 -465
- package/dist/trade-market/admin/service.d.ts +15 -448
- package/dist/trade-market/db.schemas.d.ts +0 -170
- package/dist/trade-market/errors/index.d.ts +3 -2
- package/dist/trade-market/errors/locales/zh.d.ts +2 -1
- package/dist/trade-market/index.d.ts +9 -8
- package/dist/trade-market/internal/service.d.ts +25 -337
- package/dist/trade-market/permissions.d.ts +2 -2
- package/dist/trade-market/schema.d.ts +2 -91
- package/dist/trade-market/seed.d.ts +1 -0
- package/dist/trade-market/user/dto.schemas.d.ts +0 -172
- package/dist/trade-market/user/router.d.ts +9 -27
- package/dist/trade-market/user/service.d.ts +9 -295
- package/dist/transfer/admin/router.d.ts +5 -5
- package/dist/transfer/admin/service.d.ts +2 -2
- package/dist/transfer/errors/index.d.ts +2 -2
- package/dist/transfer/errors/locales/zh.d.ts +1 -1
- package/dist/transfer/index.d.ts +11 -11
- package/dist/transfer/internal/service.d.ts +1 -1
- package/dist/transfer/permissions.d.ts +1 -1
- package/dist/transfer/user/router.d.ts +5 -5
- package/dist/transfer/user/service.d.ts +2 -2
- package/dist/udf/dto.schemas.d.ts +134 -0
- package/dist/udf/index.d.ts +1 -0
- package/dist/udf/router.d.ts +577 -0
- package/dist/udf/service.d.ts +75 -0
- package/dist/user/admin/router.d.ts +15 -15
- package/dist/user/admin/service.d.ts +2 -2
- package/dist/user/errors/index.d.ts +2 -2
- package/dist/user/errors/locales/zh.d.ts +1 -1
- package/dist/user/index.d.ts +9 -9
- package/dist/user/internal/service.d.ts +1 -1
- package/dist/user/permissions.d.ts +3 -3
- package/dist/user/user/router.d.ts +6 -6
- package/dist/user/user/service.d.ts +2 -2
- package/dist/user-kyc/admin/router.d.ts +11 -11
- package/dist/user-kyc/admin/service.d.ts +2 -2
- package/dist/user-kyc/errors/index.d.ts +2 -2
- package/dist/user-kyc/errors/locales/zh.d.ts +1 -1
- package/dist/user-kyc/index.d.ts +10 -10
- package/dist/user-kyc/internal/service.d.ts +3 -3
- package/dist/user-kyc/permissions.d.ts +2 -2
- package/dist/user-kyc/user/router.d.ts +7 -7
- package/dist/user-kyc/user/service.d.ts +6 -6
- package/dist/user-security/admin/router.d.ts +5 -5
- package/dist/user-security/admin/service.d.ts +1 -1
- package/dist/user-security/index.d.ts +8 -8
- package/dist/user-security/internal/service.d.ts +2 -2
- package/dist/user-security/user/router.d.ts +7 -7
- package/dist/user-security/user/service.d.ts +1 -1
- package/dist/utils/date.d.ts +2 -2
- package/dist/utils/index.d.ts +4 -4
- package/dist/utils/pagination.d.ts +1 -1
- package/dist/wallet/admin/router.d.ts +7 -7
- package/dist/wallet/admin/service.d.ts +2 -2
- package/dist/wallet/errors/index.d.ts +2 -2
- package/dist/wallet/errors/locales/zh.d.ts +1 -1
- package/dist/wallet/index.d.ts +11 -11
- package/dist/wallet/internal/service.d.ts +2 -2
- package/dist/wallet/permissions.d.ts +1 -1
- package/dist/wallet/user/router.d.ts +5 -5
- package/dist/wallet/user/service.d.ts +3 -3
- package/dist/wallet-type/admin/dto.schemas.d.ts +4 -4
- package/dist/wallet-type/admin/router.d.ts +15 -15
- package/dist/wallet-type/admin/service.d.ts +2 -2
- package/dist/wallet-type/errors/index.d.ts +2 -2
- package/dist/wallet-type/errors/locales/zh.d.ts +1 -1
- package/dist/wallet-type/index.d.ts +10 -10
- package/dist/wallet-type/internal/service.d.ts +2 -2
- package/dist/wallet-type/permissions.d.ts +1 -1
- package/dist/wallet-type/user/dto.schemas.d.ts +2 -2
- package/dist/wallet-type/user/router.d.ts +4 -4
- package/dist/wallet-type/user/service.d.ts +2 -2
- package/dist/welfare-cycle/admin/dto.schemas.d.ts +24 -24
- package/dist/welfare-cycle/admin/router.d.ts +53 -53
- package/dist/welfare-cycle/admin/service.d.ts +33 -33
- package/dist/welfare-cycle/cron.d.ts +1 -1
- package/dist/welfare-cycle/errors/index.d.ts +2 -2
- package/dist/welfare-cycle/errors/locales/zh.d.ts +1 -1
- package/dist/welfare-cycle/index.d.ts +7 -7
- package/dist/welfare-cycle/internal/service.d.ts +2 -2
- package/dist/welfare-cycle/permissions.d.ts +3 -3
- package/dist/welfare-cycle/user/router.d.ts +10 -10
- package/dist/welfare-cycle/user/service.d.ts +1 -1
- package/dist/withdraw/admin/router.d.ts +11 -11
- package/dist/withdraw/admin/service.d.ts +2 -2
- package/dist/withdraw/errors/index.d.ts +2 -2
- package/dist/withdraw/errors/locales/zh.d.ts +1 -1
- package/dist/withdraw/index.d.ts +8 -8
- package/dist/withdraw/internal/index.d.ts +1 -1
- package/dist/withdraw/internal/service.d.ts +1 -1
- package/dist/withdraw/permissions.d.ts +2 -2
- package/dist/withdraw/user/dto.schemas.d.ts +3 -3
- package/dist/withdraw/user/index.d.ts +3 -3
- package/dist/withdraw/user/router.d.ts +9 -9
- package/dist/withdraw/user/service.d.ts +2 -2
- package/package.json +62 -7
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import Elysia from
|
|
1
|
+
import Elysia from 'elysia';
|
|
2
2
|
export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
3
3
|
decorator: {};
|
|
4
4
|
store: {};
|
|
@@ -41,7 +41,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
41
41
|
route: string;
|
|
42
42
|
request: Request;
|
|
43
43
|
store: {};
|
|
44
|
-
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 |
|
|
44
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
|
|
45
45
|
readonly 100: "Continue";
|
|
46
46
|
readonly 101: "Switching Protocols";
|
|
47
47
|
readonly 102: "Processing";
|
|
@@ -217,7 +217,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
217
217
|
route: string;
|
|
218
218
|
request: Request;
|
|
219
219
|
store: {};
|
|
220
|
-
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 |
|
|
220
|
+
status: <const Code extends number | keyof import("elysia").StatusMap, const T = Code extends 100 | 500 | 418 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 300 | 301 | 302 | 303 | 304 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 425 | 426 | 428 | 429 | 431 | 451 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511 | 420 ? {
|
|
221
221
|
readonly 100: "Continue";
|
|
222
222
|
readonly 101: "Switching Protocols";
|
|
223
223
|
readonly 102: "Processing";
|
|
@@ -430,7 +430,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
430
430
|
saleStartAt: Date | null;
|
|
431
431
|
saleEndAt: Date | null;
|
|
432
432
|
rightsAsset: {
|
|
433
|
-
symbol: string;
|
|
433
|
+
symbol: string | null;
|
|
434
434
|
id: string;
|
|
435
435
|
name: string;
|
|
436
436
|
code: string;
|
|
@@ -439,7 +439,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
439
439
|
precision: number;
|
|
440
440
|
};
|
|
441
441
|
pricingAsset: {
|
|
442
|
-
symbol: string;
|
|
442
|
+
symbol: string | null;
|
|
443
443
|
id: string;
|
|
444
444
|
name: string;
|
|
445
445
|
code: string;
|
|
@@ -466,6 +466,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
466
466
|
isActive: boolean;
|
|
467
467
|
};
|
|
468
468
|
};
|
|
469
|
+
401: "Unauthorized";
|
|
470
|
+
403: "Forbidden: Admins only";
|
|
469
471
|
422: {
|
|
470
472
|
type: "validation";
|
|
471
473
|
on: string;
|
|
@@ -475,8 +477,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
475
477
|
property?: string;
|
|
476
478
|
expected?: string;
|
|
477
479
|
};
|
|
478
|
-
401: "Unauthorized";
|
|
479
|
-
403: "Forbidden: Admins only";
|
|
480
480
|
};
|
|
481
481
|
};
|
|
482
482
|
};
|
|
@@ -535,7 +535,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
535
535
|
saleStartAt: Date | null;
|
|
536
536
|
saleEndAt: Date | null;
|
|
537
537
|
rightsAsset: {
|
|
538
|
-
symbol: string;
|
|
538
|
+
symbol: string | null;
|
|
539
539
|
id: string;
|
|
540
540
|
name: string;
|
|
541
541
|
code: string;
|
|
@@ -544,7 +544,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
544
544
|
precision: number;
|
|
545
545
|
};
|
|
546
546
|
pricingAsset: {
|
|
547
|
-
symbol: string;
|
|
547
|
+
symbol: string | null;
|
|
548
548
|
id: string;
|
|
549
549
|
name: string;
|
|
550
550
|
code: string;
|
|
@@ -571,6 +571,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
571
571
|
isActive: boolean;
|
|
572
572
|
};
|
|
573
573
|
};
|
|
574
|
+
401: "Unauthorized";
|
|
575
|
+
403: "Forbidden: Admins only";
|
|
574
576
|
422: {
|
|
575
577
|
type: "validation";
|
|
576
578
|
on: string;
|
|
@@ -580,8 +582,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
580
582
|
property?: string;
|
|
581
583
|
expected?: string;
|
|
582
584
|
};
|
|
583
|
-
401: "Unauthorized";
|
|
584
|
-
403: "Forbidden: Admins only";
|
|
585
585
|
};
|
|
586
586
|
};
|
|
587
587
|
};
|
|
@@ -623,7 +623,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
623
623
|
saleStartAt: Date | null;
|
|
624
624
|
saleEndAt: Date | null;
|
|
625
625
|
rightsAsset: {
|
|
626
|
-
symbol: string;
|
|
626
|
+
symbol: string | null;
|
|
627
627
|
id: string;
|
|
628
628
|
name: string;
|
|
629
629
|
code: string;
|
|
@@ -632,7 +632,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
632
632
|
precision: number;
|
|
633
633
|
};
|
|
634
634
|
pricingAsset: {
|
|
635
|
-
symbol: string;
|
|
635
|
+
symbol: string | null;
|
|
636
636
|
id: string;
|
|
637
637
|
name: string;
|
|
638
638
|
code: string;
|
|
@@ -659,6 +659,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
659
659
|
isActive: boolean;
|
|
660
660
|
};
|
|
661
661
|
};
|
|
662
|
+
401: "Unauthorized";
|
|
663
|
+
403: "Forbidden: Admins only";
|
|
662
664
|
422: {
|
|
663
665
|
type: "validation";
|
|
664
666
|
on: string;
|
|
@@ -668,8 +670,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
668
670
|
property?: string;
|
|
669
671
|
expected?: string;
|
|
670
672
|
};
|
|
671
|
-
401: "Unauthorized";
|
|
672
|
-
403: "Forbidden: Admins only";
|
|
673
673
|
};
|
|
674
674
|
};
|
|
675
675
|
};
|
|
@@ -712,7 +712,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
712
712
|
saleStartAt: Date | null;
|
|
713
713
|
saleEndAt: Date | null;
|
|
714
714
|
rightsAsset: {
|
|
715
|
-
symbol: string;
|
|
715
|
+
symbol: string | null;
|
|
716
716
|
id: string;
|
|
717
717
|
name: string;
|
|
718
718
|
code: string;
|
|
@@ -721,7 +721,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
721
721
|
precision: number;
|
|
722
722
|
};
|
|
723
723
|
pricingAsset: {
|
|
724
|
-
symbol: string;
|
|
724
|
+
symbol: string | null;
|
|
725
725
|
id: string;
|
|
726
726
|
name: string;
|
|
727
727
|
code: string;
|
|
@@ -748,6 +748,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
748
748
|
isActive: boolean;
|
|
749
749
|
};
|
|
750
750
|
};
|
|
751
|
+
401: "Unauthorized";
|
|
752
|
+
403: "Forbidden: Admins only";
|
|
751
753
|
422: {
|
|
752
754
|
type: "validation";
|
|
753
755
|
on: string;
|
|
@@ -757,8 +759,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
757
759
|
property?: string;
|
|
758
760
|
expected?: string;
|
|
759
761
|
};
|
|
760
|
-
401: "Unauthorized";
|
|
761
|
-
403: "Forbidden: Admins only";
|
|
762
762
|
};
|
|
763
763
|
};
|
|
764
764
|
};
|
|
@@ -801,7 +801,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
801
801
|
saleStartAt: Date | null;
|
|
802
802
|
saleEndAt: Date | null;
|
|
803
803
|
rightsAsset: {
|
|
804
|
-
symbol: string;
|
|
804
|
+
symbol: string | null;
|
|
805
805
|
id: string;
|
|
806
806
|
name: string;
|
|
807
807
|
code: string;
|
|
@@ -810,7 +810,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
810
810
|
precision: number;
|
|
811
811
|
};
|
|
812
812
|
pricingAsset: {
|
|
813
|
-
symbol: string;
|
|
813
|
+
symbol: string | null;
|
|
814
814
|
id: string;
|
|
815
815
|
name: string;
|
|
816
816
|
code: string;
|
|
@@ -837,6 +837,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
837
837
|
isActive: boolean;
|
|
838
838
|
};
|
|
839
839
|
};
|
|
840
|
+
401: "Unauthorized";
|
|
841
|
+
403: "Forbidden: Admins only";
|
|
840
842
|
422: {
|
|
841
843
|
type: "validation";
|
|
842
844
|
on: string;
|
|
@@ -846,8 +848,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
846
848
|
property?: string;
|
|
847
849
|
expected?: string;
|
|
848
850
|
};
|
|
849
|
-
401: "Unauthorized";
|
|
850
|
-
403: "Forbidden: Admins only";
|
|
851
851
|
};
|
|
852
852
|
};
|
|
853
853
|
};
|
|
@@ -893,7 +893,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
893
893
|
saleStartAt: Date | null;
|
|
894
894
|
saleEndAt: Date | null;
|
|
895
895
|
rightsAsset: {
|
|
896
|
-
symbol: string;
|
|
896
|
+
symbol: string | null;
|
|
897
897
|
id: string;
|
|
898
898
|
name: string;
|
|
899
899
|
code: string;
|
|
@@ -902,7 +902,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
902
902
|
precision: number;
|
|
903
903
|
};
|
|
904
904
|
pricingAsset: {
|
|
905
|
-
symbol: string;
|
|
905
|
+
symbol: string | null;
|
|
906
906
|
id: string;
|
|
907
907
|
name: string;
|
|
908
908
|
code: string;
|
|
@@ -937,6 +937,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
937
937
|
hasNextPage: boolean;
|
|
938
938
|
};
|
|
939
939
|
};
|
|
940
|
+
401: "Unauthorized";
|
|
941
|
+
403: "Forbidden: Admins only";
|
|
940
942
|
422: {
|
|
941
943
|
type: "validation";
|
|
942
944
|
on: string;
|
|
@@ -946,8 +948,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
946
948
|
property?: string;
|
|
947
949
|
expected?: string;
|
|
948
950
|
};
|
|
949
|
-
401: "Unauthorized";
|
|
950
|
-
403: "Forbidden: Admins only";
|
|
951
951
|
};
|
|
952
952
|
};
|
|
953
953
|
};
|
|
@@ -1027,7 +1027,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1027
1027
|
saleStartAt: Date | null;
|
|
1028
1028
|
saleEndAt: Date | null;
|
|
1029
1029
|
rightsAsset: {
|
|
1030
|
-
symbol: string;
|
|
1030
|
+
symbol: string | null;
|
|
1031
1031
|
id: string;
|
|
1032
1032
|
name: string;
|
|
1033
1033
|
code: string;
|
|
@@ -1036,7 +1036,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1036
1036
|
precision: number;
|
|
1037
1037
|
};
|
|
1038
1038
|
pricingAsset: {
|
|
1039
|
-
symbol: string;
|
|
1039
|
+
symbol: string | null;
|
|
1040
1040
|
id: string;
|
|
1041
1041
|
name: string;
|
|
1042
1042
|
code: string;
|
|
@@ -1085,7 +1085,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1085
1085
|
ledgerAccountTypeId: string;
|
|
1086
1086
|
};
|
|
1087
1087
|
pricingAssetSnapshot: {
|
|
1088
|
-
symbol: string;
|
|
1088
|
+
symbol: string | null;
|
|
1089
1089
|
id: string;
|
|
1090
1090
|
name: string;
|
|
1091
1091
|
code: string;
|
|
@@ -1094,7 +1094,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1094
1094
|
precision: number;
|
|
1095
1095
|
};
|
|
1096
1096
|
rightsAssetSnapshot: {
|
|
1097
|
-
symbol: string;
|
|
1097
|
+
symbol: string | null;
|
|
1098
1098
|
id: string;
|
|
1099
1099
|
name: string;
|
|
1100
1100
|
code: string;
|
|
@@ -1111,6 +1111,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1111
1111
|
hasNextPage: boolean;
|
|
1112
1112
|
};
|
|
1113
1113
|
};
|
|
1114
|
+
401: "Unauthorized";
|
|
1115
|
+
403: "Forbidden: Admins only";
|
|
1114
1116
|
422: {
|
|
1115
1117
|
type: "validation";
|
|
1116
1118
|
on: string;
|
|
@@ -1120,8 +1122,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1120
1122
|
property?: string;
|
|
1121
1123
|
expected?: string;
|
|
1122
1124
|
};
|
|
1123
|
-
401: "Unauthorized";
|
|
1124
|
-
403: "Forbidden: Admins only";
|
|
1125
1125
|
};
|
|
1126
1126
|
};
|
|
1127
1127
|
};
|
|
@@ -1195,7 +1195,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1195
1195
|
saleStartAt: Date | null;
|
|
1196
1196
|
saleEndAt: Date | null;
|
|
1197
1197
|
rightsAsset: {
|
|
1198
|
-
symbol: string;
|
|
1198
|
+
symbol: string | null;
|
|
1199
1199
|
id: string;
|
|
1200
1200
|
name: string;
|
|
1201
1201
|
code: string;
|
|
@@ -1204,7 +1204,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1204
1204
|
precision: number;
|
|
1205
1205
|
};
|
|
1206
1206
|
pricingAsset: {
|
|
1207
|
-
symbol: string;
|
|
1207
|
+
symbol: string | null;
|
|
1208
1208
|
id: string;
|
|
1209
1209
|
name: string;
|
|
1210
1210
|
code: string;
|
|
@@ -1288,7 +1288,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1288
1288
|
saleStartAt: Date | null;
|
|
1289
1289
|
saleEndAt: Date | null;
|
|
1290
1290
|
rightsAsset: {
|
|
1291
|
-
symbol: string;
|
|
1291
|
+
symbol: string | null;
|
|
1292
1292
|
id: string;
|
|
1293
1293
|
name: string;
|
|
1294
1294
|
code: string;
|
|
@@ -1297,7 +1297,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1297
1297
|
precision: number;
|
|
1298
1298
|
};
|
|
1299
1299
|
pricingAsset: {
|
|
1300
|
-
symbol: string;
|
|
1300
|
+
symbol: string | null;
|
|
1301
1301
|
id: string;
|
|
1302
1302
|
name: string;
|
|
1303
1303
|
code: string;
|
|
@@ -1346,7 +1346,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1346
1346
|
ledgerAccountTypeId: string;
|
|
1347
1347
|
};
|
|
1348
1348
|
pricingAssetSnapshot: {
|
|
1349
|
-
symbol: string;
|
|
1349
|
+
symbol: string | null;
|
|
1350
1350
|
id: string;
|
|
1351
1351
|
name: string;
|
|
1352
1352
|
code: string;
|
|
@@ -1355,7 +1355,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1355
1355
|
precision: number;
|
|
1356
1356
|
};
|
|
1357
1357
|
rightsAssetSnapshot: {
|
|
1358
|
-
symbol: string;
|
|
1358
|
+
symbol: string | null;
|
|
1359
1359
|
id: string;
|
|
1360
1360
|
name: string;
|
|
1361
1361
|
code: string;
|
|
@@ -1373,6 +1373,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1373
1373
|
hasNextPage: boolean;
|
|
1374
1374
|
};
|
|
1375
1375
|
};
|
|
1376
|
+
401: "Unauthorized";
|
|
1377
|
+
403: "Forbidden: Admins only";
|
|
1376
1378
|
422: {
|
|
1377
1379
|
type: "validation";
|
|
1378
1380
|
on: string;
|
|
@@ -1382,8 +1384,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1382
1384
|
property?: string;
|
|
1383
1385
|
expected?: string;
|
|
1384
1386
|
};
|
|
1385
|
-
401: "Unauthorized";
|
|
1386
|
-
403: "Forbidden: Admins only";
|
|
1387
1387
|
};
|
|
1388
1388
|
};
|
|
1389
1389
|
};
|
|
@@ -1467,7 +1467,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1467
1467
|
saleStartAt: Date | null;
|
|
1468
1468
|
saleEndAt: Date | null;
|
|
1469
1469
|
rightsAsset: {
|
|
1470
|
-
symbol: string;
|
|
1470
|
+
symbol: string | null;
|
|
1471
1471
|
id: string;
|
|
1472
1472
|
name: string;
|
|
1473
1473
|
code: string;
|
|
@@ -1476,7 +1476,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1476
1476
|
precision: number;
|
|
1477
1477
|
};
|
|
1478
1478
|
pricingAsset: {
|
|
1479
|
-
symbol: string;
|
|
1479
|
+
symbol: string | null;
|
|
1480
1480
|
id: string;
|
|
1481
1481
|
name: string;
|
|
1482
1482
|
code: string;
|
|
@@ -1560,7 +1560,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1560
1560
|
saleStartAt: Date | null;
|
|
1561
1561
|
saleEndAt: Date | null;
|
|
1562
1562
|
rightsAsset: {
|
|
1563
|
-
symbol: string;
|
|
1563
|
+
symbol: string | null;
|
|
1564
1564
|
id: string;
|
|
1565
1565
|
name: string;
|
|
1566
1566
|
code: string;
|
|
@@ -1569,7 +1569,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1569
1569
|
precision: number;
|
|
1570
1570
|
};
|
|
1571
1571
|
pricingAsset: {
|
|
1572
|
-
symbol: string;
|
|
1572
|
+
symbol: string | null;
|
|
1573
1573
|
id: string;
|
|
1574
1574
|
name: string;
|
|
1575
1575
|
code: string;
|
|
@@ -1618,7 +1618,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1618
1618
|
ledgerAccountTypeId: string;
|
|
1619
1619
|
};
|
|
1620
1620
|
pricingAssetSnapshot: {
|
|
1621
|
-
symbol: string;
|
|
1621
|
+
symbol: string | null;
|
|
1622
1622
|
id: string;
|
|
1623
1623
|
name: string;
|
|
1624
1624
|
code: string;
|
|
@@ -1627,7 +1627,7 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1627
1627
|
precision: number;
|
|
1628
1628
|
};
|
|
1629
1629
|
rightsAssetSnapshot: {
|
|
1630
|
-
symbol: string;
|
|
1630
|
+
symbol: string | null;
|
|
1631
1631
|
id: string;
|
|
1632
1632
|
name: string;
|
|
1633
1633
|
code: string;
|
|
@@ -1645,6 +1645,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1645
1645
|
hasNextPage: boolean;
|
|
1646
1646
|
};
|
|
1647
1647
|
};
|
|
1648
|
+
401: "Unauthorized";
|
|
1649
|
+
403: "Forbidden: Admins only";
|
|
1648
1650
|
422: {
|
|
1649
1651
|
type: "validation";
|
|
1650
1652
|
on: string;
|
|
@@ -1654,8 +1656,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1654
1656
|
property?: string;
|
|
1655
1657
|
expected?: string;
|
|
1656
1658
|
};
|
|
1657
|
-
401: "Unauthorized";
|
|
1658
|
-
403: "Forbidden: Admins only";
|
|
1659
1659
|
};
|
|
1660
1660
|
};
|
|
1661
1661
|
};
|
|
@@ -1677,6 +1677,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1677
1677
|
successCount: number;
|
|
1678
1678
|
processedIds: string[];
|
|
1679
1679
|
};
|
|
1680
|
+
401: "Unauthorized";
|
|
1681
|
+
403: "Forbidden: Admins only";
|
|
1680
1682
|
422: {
|
|
1681
1683
|
type: "validation";
|
|
1682
1684
|
on: string;
|
|
@@ -1686,8 +1688,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1686
1688
|
property?: string;
|
|
1687
1689
|
expected?: string;
|
|
1688
1690
|
};
|
|
1689
|
-
401: "Unauthorized";
|
|
1690
|
-
403: "Forbidden: Admins only";
|
|
1691
1691
|
};
|
|
1692
1692
|
};
|
|
1693
1693
|
};
|
|
@@ -1711,6 +1711,8 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1711
1711
|
successCount: number;
|
|
1712
1712
|
processedIds: string[];
|
|
1713
1713
|
};
|
|
1714
|
+
401: "Unauthorized";
|
|
1715
|
+
403: "Forbidden: Admins only";
|
|
1714
1716
|
422: {
|
|
1715
1717
|
type: "validation";
|
|
1716
1718
|
on: string;
|
|
@@ -1720,8 +1722,6 @@ export declare const welfareCycleAdminRouter: Elysia<"/welfare_cycle", {
|
|
|
1720
1722
|
property?: string;
|
|
1721
1723
|
expected?: string;
|
|
1722
1724
|
};
|
|
1723
|
-
401: "Unauthorized";
|
|
1724
|
-
403: "Forbidden: Admins only";
|
|
1725
1725
|
};
|
|
1726
1726
|
};
|
|
1727
1727
|
};
|