@upbit-official/upbit-sdk 0.9.0
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/LICENSE +201 -0
- package/README.md +390 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +261 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +261 -0
- package/client.d.ts.map +1 -0
- package/client.js +557 -0
- package/client.js.map +1 -0
- package/client.mjs +553 -0
- package/client.mjs.map +1 -0
- package/core/EventEmitter.d.mts +56 -0
- package/core/EventEmitter.d.mts.map +1 -0
- package/core/EventEmitter.d.ts +56 -0
- package/core/EventEmitter.d.ts.map +1 -0
- package/core/EventEmitter.js +93 -0
- package/core/EventEmitter.js.map +1 -0
- package/core/EventEmitter.mjs +88 -0
- package/core/EventEmitter.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +73 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +69 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +51 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +51 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +150 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +133 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +63 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +63 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +125 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +118 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +10 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +6 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +8 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +8 -0
- package/index.d.ts.map +1 -0
- package/index.js +36 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +3 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +2 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +40 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +35 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +78 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +73 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +40 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +37 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +78 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +78 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +13 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +9 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +9 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +8 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +26 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +26 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +97 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +90 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +3 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +2 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +37 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +32 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +21 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +17 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +84 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +78 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +9 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +5 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +6 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +2 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +21 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +17 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +111 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +93 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +8 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +8 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/internal/ws.d.mts +31 -0
- package/internal/ws.d.mts.map +1 -0
- package/internal/ws.d.ts +31 -0
- package/internal/ws.d.ts.map +1 -0
- package/internal/ws.js +39 -0
- package/internal/ws.js.map +1 -0
- package/internal/ws.mjs +36 -0
- package/internal/ws.mjs.map +1 -0
- package/lib/index.d.mts +5 -0
- package/lib/index.d.mts.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +11 -0
- package/lib/index.js.map +1 -0
- package/lib/index.mjs +4 -0
- package/lib/index.mjs.map +1 -0
- package/lib/jsonParseFloat.d.mts +16 -0
- package/lib/jsonParseFloat.d.mts.map +1 -0
- package/lib/jsonParseFloat.d.ts +16 -0
- package/lib/jsonParseFloat.d.ts.map +1 -0
- package/lib/jsonParseFloat.js +77 -0
- package/lib/jsonParseFloat.js.map +1 -0
- package/lib/jsonParseFloat.mjs +74 -0
- package/lib/jsonParseFloat.mjs.map +1 -0
- package/lib/jwtAuth.d.mts +7 -0
- package/lib/jwtAuth.d.mts.map +1 -0
- package/lib/jwtAuth.d.ts +7 -0
- package/lib/jwtAuth.d.ts.map +1 -0
- package/lib/jwtAuth.js +33 -0
- package/lib/jwtAuth.js.map +1 -0
- package/lib/jwtAuth.mjs +30 -0
- package/lib/jwtAuth.mjs.map +1 -0
- package/lib/ws.d.mts +95 -0
- package/lib/ws.d.mts.map +1 -0
- package/lib/ws.d.ts +95 -0
- package/lib/ws.d.ts.map +1 -0
- package/lib/ws.js +229 -0
- package/lib/ws.js.map +1 -0
- package/lib/ws.mjs +223 -0
- package/lib/ws.mjs.map +1 -0
- package/package.json +169 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/accounts.d.mts +48 -0
- package/resources/accounts.d.mts.map +1 -0
- package/resources/accounts.d.ts +48 -0
- package/resources/accounts.d.ts.map +1 -0
- package/resources/accounts.js +19 -0
- package/resources/accounts.js.map +1 -0
- package/resources/accounts.mjs +15 -0
- package/resources/accounts.mjs.map +1 -0
- package/resources/api-keys.d.mts +33 -0
- package/resources/api-keys.d.mts.map +1 -0
- package/resources/api-keys.d.ts +33 -0
- package/resources/api-keys.d.ts.map +1 -0
- package/resources/api-keys.js +19 -0
- package/resources/api-keys.js.map +1 -0
- package/resources/api-keys.mjs +15 -0
- package/resources/api-keys.mjs.map +1 -0
- package/resources/candles.d.mts +310 -0
- package/resources/candles.d.mts.map +1 -0
- package/resources/candles.d.ts +310 -0
- package/resources/candles.d.ts.map +1 -0
- package/resources/candles.js +117 -0
- package/resources/candles.js.map +1 -0
- package/resources/candles.mjs +113 -0
- package/resources/candles.mjs.map +1 -0
- package/resources/deposits.d.mts +373 -0
- package/resources/deposits.d.mts.map +1 -0
- package/resources/deposits.d.ts +373 -0
- package/resources/deposits.d.ts.map +1 -0
- package/resources/deposits.js +139 -0
- package/resources/deposits.js.map +1 -0
- package/resources/deposits.mjs +135 -0
- package/resources/deposits.mjs.map +1 -0
- package/resources/index.d.mts +15 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +15 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +32 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +15 -0
- package/resources/index.mjs.map +1 -0
- package/resources/orderbooks.d.mts +134 -0
- package/resources/orderbooks.d.mts.map +1 -0
- package/resources/orderbooks.d.ts +134 -0
- package/resources/orderbooks.d.ts.map +1 -0
- package/resources/orderbooks.js +31 -0
- package/resources/orderbooks.js.map +1 -0
- package/resources/orderbooks.mjs +27 -0
- package/resources/orderbooks.mjs.map +1 -0
- package/resources/orders.d.mts +886 -0
- package/resources/orders.d.mts.map +1 -0
- package/resources/orders.d.ts +886 -0
- package/resources/orders.d.ts.map +1 -0
- package/resources/orders.js +250 -0
- package/resources/orders.js.map +1 -0
- package/resources/orders.mjs +246 -0
- package/resources/orders.mjs.map +1 -0
- package/resources/tickers.d.mts +184 -0
- package/resources/tickers.d.mts.map +1 -0
- package/resources/tickers.d.ts +184 -0
- package/resources/tickers.d.ts.map +1 -0
- package/resources/tickers.js +30 -0
- package/resources/tickers.js.map +1 -0
- package/resources/tickers.mjs +26 -0
- package/resources/tickers.mjs.map +1 -0
- package/resources/trades.d.mts +107 -0
- package/resources/trades.d.mts.map +1 -0
- package/resources/trades.d.ts +107 -0
- package/resources/trades.d.ts.map +1 -0
- package/resources/trades.js +19 -0
- package/resources/trades.js.map +1 -0
- package/resources/trades.mjs +15 -0
- package/resources/trades.mjs.map +1 -0
- package/resources/trading-pairs.d.mts +96 -0
- package/resources/trading-pairs.d.mts.map +1 -0
- package/resources/trading-pairs.d.ts +96 -0
- package/resources/trading-pairs.d.ts.map +1 -0
- package/resources/trading-pairs.js +19 -0
- package/resources/trading-pairs.js.map +1 -0
- package/resources/trading-pairs.mjs +15 -0
- package/resources/trading-pairs.mjs.map +1 -0
- package/resources/travel-rule.d.mts +139 -0
- package/resources/travel-rule.d.mts.map +1 -0
- package/resources/travel-rule.d.ts +139 -0
- package/resources/travel-rule.d.ts.map +1 -0
- package/resources/travel-rule.js +68 -0
- package/resources/travel-rule.js.map +1 -0
- package/resources/travel-rule.mjs +64 -0
- package/resources/travel-rule.mjs.map +1 -0
- package/resources/wallet-status.d.mts +74 -0
- package/resources/wallet-status.d.mts.map +1 -0
- package/resources/wallet-status.d.ts +74 -0
- package/resources/wallet-status.d.ts.map +1 -0
- package/resources/wallet-status.js +19 -0
- package/resources/wallet-status.js.map +1 -0
- package/resources/wallet-status.mjs +15 -0
- package/resources/wallet-status.mjs.map +1 -0
- package/resources/withdraws.d.mts +599 -0
- package/resources/withdraws.d.mts.map +1 -0
- package/resources/withdraws.d.ts +599 -0
- package/resources/withdraws.d.ts.map +1 -0
- package/resources/withdraws.js +139 -0
- package/resources/withdraws.js.map +1 -0
- package/resources/withdraws.mjs +135 -0
- package/resources/withdraws.mjs.map +1 -0
- package/resources/ws-private/index.d.mts +3 -0
- package/resources/ws-private/index.d.mts.map +1 -0
- package/resources/ws-private/index.d.ts +3 -0
- package/resources/ws-private/index.d.ts.map +1 -0
- package/resources/ws-private/index.js +6 -0
- package/resources/ws-private/index.js.map +1 -0
- package/resources/ws-private/index.mjs +2 -0
- package/resources/ws-private/index.mjs.map +1 -0
- package/resources/ws-private/internal-base.d.mts +58 -0
- package/resources/ws-private/internal-base.d.mts.map +1 -0
- package/resources/ws-private/internal-base.d.ts +58 -0
- package/resources/ws-private/internal-base.d.ts.map +1 -0
- package/resources/ws-private/internal-base.js +51 -0
- package/resources/ws-private/internal-base.js.map +1 -0
- package/resources/ws-private/internal-base.mjs +45 -0
- package/resources/ws-private/internal-base.mjs.map +1 -0
- package/resources/ws-private/ws-private.d.mts +224 -0
- package/resources/ws-private/ws-private.d.mts.map +1 -0
- package/resources/ws-private/ws-private.d.ts +224 -0
- package/resources/ws-private/ws-private.d.ts.map +1 -0
- package/resources/ws-private/ws-private.js +8 -0
- package/resources/ws-private/ws-private.js.map +1 -0
- package/resources/ws-private/ws-private.mjs +4 -0
- package/resources/ws-private/ws-private.mjs.map +1 -0
- package/resources/ws-private/ws.d.mts +85 -0
- package/resources/ws-private/ws.d.mts.map +1 -0
- package/resources/ws-private/ws.d.ts +85 -0
- package/resources/ws-private/ws.d.ts.map +1 -0
- package/resources/ws-private/ws.js +433 -0
- package/resources/ws-private/ws.js.map +1 -0
- package/resources/ws-private/ws.mjs +428 -0
- package/resources/ws-private/ws.mjs.map +1 -0
- package/resources/ws-private.d.mts +2 -0
- package/resources/ws-private.d.mts.map +1 -0
- package/resources/ws-private.d.ts +2 -0
- package/resources/ws-private.d.ts.map +1 -0
- package/resources/ws-private.js +5 -0
- package/resources/ws-private.js.map +1 -0
- package/resources/ws-private.mjs +2 -0
- package/resources/ws-private.mjs.map +1 -0
- package/resources/ws-public/index.d.mts +3 -0
- package/resources/ws-public/index.d.mts.map +1 -0
- package/resources/ws-public/index.d.ts +3 -0
- package/resources/ws-public/index.d.ts.map +1 -0
- package/resources/ws-public/index.js +6 -0
- package/resources/ws-public/index.js.map +1 -0
- package/resources/ws-public/index.mjs +2 -0
- package/resources/ws-public/index.mjs.map +1 -0
- package/resources/ws-public/internal-base.d.mts +58 -0
- package/resources/ws-public/internal-base.d.mts.map +1 -0
- package/resources/ws-public/internal-base.d.ts +58 -0
- package/resources/ws-public/internal-base.d.ts.map +1 -0
- package/resources/ws-public/internal-base.js +51 -0
- package/resources/ws-public/internal-base.js.map +1 -0
- package/resources/ws-public/internal-base.mjs +45 -0
- package/resources/ws-public/internal-base.mjs.map +1 -0
- package/resources/ws-public/ws-public.d.mts +427 -0
- package/resources/ws-public/ws-public.d.mts.map +1 -0
- package/resources/ws-public/ws-public.d.ts +427 -0
- package/resources/ws-public/ws-public.d.ts.map +1 -0
- package/resources/ws-public/ws-public.js +8 -0
- package/resources/ws-public/ws-public.js.map +1 -0
- package/resources/ws-public/ws-public.mjs +4 -0
- package/resources/ws-public/ws-public.mjs.map +1 -0
- package/resources/ws-public/ws.d.mts +85 -0
- package/resources/ws-public/ws.d.mts.map +1 -0
- package/resources/ws-public/ws.d.ts +85 -0
- package/resources/ws-public/ws.d.ts.map +1 -0
- package/resources/ws-public/ws.js +428 -0
- package/resources/ws-public/ws.js.map +1 -0
- package/resources/ws-public/ws.mjs +423 -0
- package/resources/ws-public/ws.mjs.map +1 -0
- package/resources/ws-public.d.mts +2 -0
- package/resources/ws-public.d.mts.map +1 -0
- package/resources/ws-public.d.ts +2 -0
- package/resources/ws-public.d.ts.map +1 -0
- package/resources/ws-public.js +5 -0
- package/resources/ws-public.js.map +1 -0
- package/resources/ws-public.mjs +2 -0
- package/resources/ws-public.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1112 -0
- package/src/core/EventEmitter.ts +114 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +91 -0
- package/src/core/error.ts +182 -0
- package/src/core/pagination.ts +195 -0
- package/src/core/resource.ts +10 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +24 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +92 -0
- package/src/internal/errors.ts +32 -0
- package/src/internal/headers.ts +96 -0
- package/src/internal/parse.ts +56 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +92 -0
- package/src/internal/shim-types.ts +25 -0
- package/src/internal/shims.ts +106 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +94 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +39 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +17 -0
- package/src/internal/utils/log.ts +125 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/query.ts +6 -0
- package/src/internal/utils/sleep.ts +2 -0
- package/src/internal/utils/uuid.ts +19 -0
- package/src/internal/utils/values.ts +104 -0
- package/src/internal/utils.ts +8 -0
- package/src/internal/ws.ts +68 -0
- package/src/lib/index.ts +4 -0
- package/src/lib/jsonParseFloat.ts +73 -0
- package/src/lib/jwtAuth.ts +39 -0
- package/src/lib/ws.ts +282 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/accounts.ts +59 -0
- package/src/resources/api-keys.ts +40 -0
- package/src/resources/candles.ts +392 -0
- package/src/resources/deposits.ts +484 -0
- package/src/resources/index.ts +102 -0
- package/src/resources/orderbooks.ts +170 -0
- package/src/resources/orders.ts +1102 -0
- package/src/resources/tickers.ts +233 -0
- package/src/resources/trades.ts +127 -0
- package/src/resources/trading-pairs.ts +120 -0
- package/src/resources/travel-rule.ts +181 -0
- package/src/resources/wallet-status.ts +87 -0
- package/src/resources/withdraws.ts +734 -0
- package/src/resources/ws-private/index.ts +3 -0
- package/src/resources/ws-private/internal-base.ts +99 -0
- package/src/resources/ws-private/ws-private.ts +283 -0
- package/src/resources/ws-private/ws.ts +529 -0
- package/src/resources/ws-private.ts +2 -0
- package/src/resources/ws-public/index.ts +3 -0
- package/src/resources/ws-public/internal-base.ts +99 -0
- package/src/resources/ws-public/ws-public.ts +561 -0
- package/src/resources/ws-public/ws.ts +525 -0
- package/src/resources/ws-public.ts +2 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
+
import { PagePromise, UuidCursorIDPage, type UuidCursorIDPageParams } from "../core/pagination.js";
|
|
4
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
5
|
+
export declare class Withdraws extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Get Withdrawal
|
|
8
|
+
*
|
|
9
|
+
* GET /v1/withdraw
|
|
10
|
+
*
|
|
11
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/get-withdrawal
|
|
12
|
+
* - docs(global): https://global-docs.upbit.com/reference/get-withdrawal
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```ts
|
|
16
|
+
* const withdraw = await client.withdraws.retrieve();
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
retrieve(query?: WithdrawRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<Withdraw>;
|
|
20
|
+
/**
|
|
21
|
+
* List Withdrawals
|
|
22
|
+
*
|
|
23
|
+
* GET /v1/withdraws
|
|
24
|
+
*
|
|
25
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/list-withdrawals
|
|
26
|
+
* - docs(global): https://global-docs.upbit.com/reference/list-withdrawals
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* // Automatically fetches more pages as needed.
|
|
31
|
+
* for await (const withdraw of client.withdraws.list()) {
|
|
32
|
+
* // ...
|
|
33
|
+
* }
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
list(query?: WithdrawListParams | null | undefined, options?: RequestOptions): PagePromise<WithdrawsUuidCursorIDPage, Withdraw>;
|
|
37
|
+
/**
|
|
38
|
+
* Cancel Withdrawal
|
|
39
|
+
*
|
|
40
|
+
* DELETE /v1/withdraws/coin
|
|
41
|
+
*
|
|
42
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/cancel-withdrawal
|
|
43
|
+
* - docs(global): https://global-docs.upbit.com/reference/cancel-withdrawal
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* ```ts
|
|
47
|
+
* const withdraw = await client.withdraws.cancelWithdrawal({
|
|
48
|
+
* uuid: '9ca023a5-851b-4fec-9f0a-48cd83c2eaae',
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
cancelWithdrawal(params: WithdrawCancelWithdrawalParams, options?: RequestOptions): APIPromise<Withdraw>;
|
|
53
|
+
/**
|
|
54
|
+
* Withdraw KRW
|
|
55
|
+
*
|
|
56
|
+
* POST /v1/withdraws/krw
|
|
57
|
+
*
|
|
58
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/withdraw-krw
|
|
59
|
+
* - docs(global): https://global-docs.upbit.com/reference/withdraw-krw
|
|
60
|
+
*
|
|
61
|
+
* @example
|
|
62
|
+
* ```ts
|
|
63
|
+
* const response = await client.withdraws.createKrwWithdrawal(
|
|
64
|
+
* { amount: '10000', two_factor_type: 'naver' },
|
|
65
|
+
* );
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
createKrwWithdrawal(body: WithdrawCreateKrwWithdrawalParams, options?: RequestOptions): APIPromise<WithdrawCreateKrwWithdrawalResponse>;
|
|
69
|
+
/**
|
|
70
|
+
* Withdraw Digital Asset
|
|
71
|
+
*
|
|
72
|
+
* POST /v1/withdraws/coin
|
|
73
|
+
*
|
|
74
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/withdraw
|
|
75
|
+
* - docs(global): https://global-docs.upbit.com/reference/withdraw
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* ```ts
|
|
79
|
+
* const withdraw = await client.withdraws.createWithdrawal({
|
|
80
|
+
* address: '1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa',
|
|
81
|
+
* amount: '0.01',
|
|
82
|
+
* currency: 'BTC',
|
|
83
|
+
* net_type: 'BTC',
|
|
84
|
+
* });
|
|
85
|
+
* ```
|
|
86
|
+
*/
|
|
87
|
+
createWithdrawal(body: WithdrawCreateWithdrawalParams, options?: RequestOptions): APIPromise<Withdraw>;
|
|
88
|
+
/**
|
|
89
|
+
* List Withdrawal Allowed Addresses
|
|
90
|
+
*
|
|
91
|
+
* GET /v1/withdraws/coin_addresses
|
|
92
|
+
*
|
|
93
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/list-withdrawal-addresses
|
|
94
|
+
* - docs(global):
|
|
95
|
+
* https://global-docs.upbit.com/reference/list-withdrawal-addresses
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* ```ts
|
|
99
|
+
* const response = await client.withdraws.listCoinAddresses();
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
listCoinAddresses(options?: RequestOptions): APIPromise<WithdrawListCoinAddressesResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Get Available Withdrawal Information
|
|
105
|
+
*
|
|
106
|
+
* GET /v1/withdraws/chance
|
|
107
|
+
*
|
|
108
|
+
* - docs(kr): https://docs.upbit.com/kr/reference/available-withdrawal-information
|
|
109
|
+
* - docs(global):
|
|
110
|
+
* https://global-docs.upbit.com/reference/available-withdrawal-information
|
|
111
|
+
*
|
|
112
|
+
* @example
|
|
113
|
+
* ```ts
|
|
114
|
+
* const response = await client.withdraws.retrieveChance({
|
|
115
|
+
* currency: 'BTC',
|
|
116
|
+
* net_type: 'BTC',
|
|
117
|
+
* });
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
retrieveChance(query: WithdrawRetrieveChanceParams, options?: RequestOptions): APIPromise<WithdrawRetrieveChanceResponse>;
|
|
121
|
+
}
|
|
122
|
+
export type WithdrawsUuidCursorIDPage = UuidCursorIDPage<Withdraw>;
|
|
123
|
+
export interface Withdraw {
|
|
124
|
+
/**
|
|
125
|
+
* Amount of the asset to withdraw.
|
|
126
|
+
*/
|
|
127
|
+
amount: string;
|
|
128
|
+
/**
|
|
129
|
+
* Timestamp when the withdrawal was created.
|
|
130
|
+
*/
|
|
131
|
+
created_at: string;
|
|
132
|
+
/**
|
|
133
|
+
* Currency code to be queried.
|
|
134
|
+
*/
|
|
135
|
+
currency: string;
|
|
136
|
+
/**
|
|
137
|
+
* Withdrawal fee.
|
|
138
|
+
*/
|
|
139
|
+
fee: string;
|
|
140
|
+
/**
|
|
141
|
+
* Whether the withdrawal can be cancelled.
|
|
142
|
+
*/
|
|
143
|
+
is_cancelable: boolean | null;
|
|
144
|
+
/**
|
|
145
|
+
* Withdrawal network type.
|
|
146
|
+
*
|
|
147
|
+
* Blockchain network identifier used by Upbit.
|
|
148
|
+
*
|
|
149
|
+
* [Example] "ETH", "TRX", "SOL"
|
|
150
|
+
*/
|
|
151
|
+
net_type: string | null;
|
|
152
|
+
/**
|
|
153
|
+
* Withdrawal processing state.
|
|
154
|
+
*
|
|
155
|
+
* - `WAITING`: Waiting
|
|
156
|
+
* - `PROCESSING`: Processing
|
|
157
|
+
* - `DONE`: Completed
|
|
158
|
+
* - `FAILED`: Failed
|
|
159
|
+
* - `CANCELLED`: Cancelled
|
|
160
|
+
* - `REJECTED`: Rejected
|
|
161
|
+
*/
|
|
162
|
+
state: 'WAITING' | 'PROCESSING' | 'DONE' | 'FAILED' | 'CANCELLED' | 'REJECTED';
|
|
163
|
+
/**
|
|
164
|
+
* Withdrawal transaction type.
|
|
165
|
+
*
|
|
166
|
+
* - `default`: Standard withdrawal
|
|
167
|
+
* - `internal`: Internal (instant) withdrawal
|
|
168
|
+
*/
|
|
169
|
+
transaction_type: 'default' | 'internal';
|
|
170
|
+
/**
|
|
171
|
+
* Transaction ID.
|
|
172
|
+
*/
|
|
173
|
+
txid: string | null;
|
|
174
|
+
/**
|
|
175
|
+
* Transaction type.
|
|
176
|
+
*/
|
|
177
|
+
type: string;
|
|
178
|
+
/**
|
|
179
|
+
* Unique identifier of the withdrawal.
|
|
180
|
+
*/
|
|
181
|
+
uuid: string;
|
|
182
|
+
/**
|
|
183
|
+
* Timestamp when the withdrawal was completed. Returns null if not yet completed.
|
|
184
|
+
*/
|
|
185
|
+
done_at?: string | null;
|
|
186
|
+
}
|
|
187
|
+
export interface WithdrawCreateKrwWithdrawalResponse {
|
|
188
|
+
/**
|
|
189
|
+
* Amount of the asset to withdraw.
|
|
190
|
+
*/
|
|
191
|
+
amount: string;
|
|
192
|
+
/**
|
|
193
|
+
* Timestamp when the withdrawal was created.
|
|
194
|
+
*/
|
|
195
|
+
created_at: string;
|
|
196
|
+
/**
|
|
197
|
+
* Currency code to be queried.
|
|
198
|
+
*/
|
|
199
|
+
currency: string;
|
|
200
|
+
/**
|
|
201
|
+
* Withdrawal fee.
|
|
202
|
+
*/
|
|
203
|
+
fee: string;
|
|
204
|
+
/**
|
|
205
|
+
* Whether the withdrawal can be cancelled.
|
|
206
|
+
*/
|
|
207
|
+
is_cancelable: boolean | null;
|
|
208
|
+
/**
|
|
209
|
+
* Withdrawal network type.
|
|
210
|
+
*
|
|
211
|
+
* Blockchain network identifier used by Upbit.
|
|
212
|
+
*
|
|
213
|
+
* [Example] "ETH", "TRX", "SOL"
|
|
214
|
+
*/
|
|
215
|
+
net_type: string | null;
|
|
216
|
+
/**
|
|
217
|
+
* Withdrawal processing state.
|
|
218
|
+
*
|
|
219
|
+
* - `waiting`: Waiting
|
|
220
|
+
* - `processing`: Processing
|
|
221
|
+
* - `done`: Completed
|
|
222
|
+
* - `failed`: Failed
|
|
223
|
+
* - `cancelled`: Cancelled
|
|
224
|
+
* - `rejected`: Rejected
|
|
225
|
+
*/
|
|
226
|
+
state: 'waiting' | 'processing' | 'done' | 'failed' | 'cancelled' | 'rejected';
|
|
227
|
+
/**
|
|
228
|
+
* Withdrawal transaction type.
|
|
229
|
+
*
|
|
230
|
+
* - `default`: Standard withdrawal
|
|
231
|
+
* - `internal`: Internal (instant) withdrawal
|
|
232
|
+
*/
|
|
233
|
+
transaction_type: 'default' | 'internal';
|
|
234
|
+
/**
|
|
235
|
+
* Transaction ID.
|
|
236
|
+
*/
|
|
237
|
+
txid: string | null;
|
|
238
|
+
/**
|
|
239
|
+
* Transaction type.
|
|
240
|
+
*/
|
|
241
|
+
type: string;
|
|
242
|
+
/**
|
|
243
|
+
* Unique identifier of the withdrawal.
|
|
244
|
+
*/
|
|
245
|
+
uuid: string;
|
|
246
|
+
/**
|
|
247
|
+
* Timestamp when the withdrawal was completed. Returns null if not yet completed.
|
|
248
|
+
*/
|
|
249
|
+
done_at?: string | null;
|
|
250
|
+
}
|
|
251
|
+
export type WithdrawListCoinAddressesResponse = Array<WithdrawListCoinAddressesResponse.WithdrawListCoinAddressesResponseItem>;
|
|
252
|
+
export declare namespace WithdrawListCoinAddressesResponse {
|
|
253
|
+
interface WithdrawListCoinAddressesResponseItem {
|
|
254
|
+
/**
|
|
255
|
+
* Currency code of the digital asset to withdraw.
|
|
256
|
+
*/
|
|
257
|
+
currency: string;
|
|
258
|
+
/**
|
|
259
|
+
* Withdrawal network type.
|
|
260
|
+
*
|
|
261
|
+
* Blockchain network identifier used by Upbit. The `net_type` parameter in
|
|
262
|
+
* withdrawal requests must match this value.
|
|
263
|
+
*
|
|
264
|
+
* [Example] "ETH", "TRX", "SOL"
|
|
265
|
+
*/
|
|
266
|
+
net_type: string;
|
|
267
|
+
/**
|
|
268
|
+
* Withdrawal network name displayed to users.
|
|
269
|
+
*
|
|
270
|
+
* [Example] "Ethereum", "Bitcoin", "Tron", "Solana"
|
|
271
|
+
*/
|
|
272
|
+
network_name: string;
|
|
273
|
+
/**
|
|
274
|
+
* Recipient address for digital asset withdrawal.
|
|
275
|
+
*
|
|
276
|
+
* Only addresses registered in the allowed withdrawal address list can be used.
|
|
277
|
+
*/
|
|
278
|
+
withdraw_address: string;
|
|
279
|
+
/**
|
|
280
|
+
* Company name of the entity receiving the withdrawn assets.
|
|
281
|
+
*/
|
|
282
|
+
beneficiary_company_name?: string | null;
|
|
283
|
+
/**
|
|
284
|
+
* Name of the wallet owner.
|
|
285
|
+
*
|
|
286
|
+
* Name of the individual or corporate representative receiving the withdrawn
|
|
287
|
+
* assets. Returned only for exchange wallets; null for personal wallets.
|
|
288
|
+
*/
|
|
289
|
+
beneficiary_name?: string;
|
|
290
|
+
/**
|
|
291
|
+
* Account holder type.
|
|
292
|
+
*
|
|
293
|
+
* - `individual`: Personal wallet
|
|
294
|
+
* - `corporate`: Corporate wallet
|
|
295
|
+
*/
|
|
296
|
+
beneficiary_type?: string | null;
|
|
297
|
+
/**
|
|
298
|
+
* Name of the exchange where the withdrawal address is registered.
|
|
299
|
+
*
|
|
300
|
+
* [Example] "Binance", "Bybit"
|
|
301
|
+
*/
|
|
302
|
+
exchange_name?: string | null;
|
|
303
|
+
/**
|
|
304
|
+
* Secondary withdrawal address (Destination Tag, Memo, or Message). Some digital
|
|
305
|
+
* assets require a secondary address along with the primary address.
|
|
306
|
+
*/
|
|
307
|
+
secondary_address?: string | null;
|
|
308
|
+
/**
|
|
309
|
+
* Personal wallet type.
|
|
310
|
+
*
|
|
311
|
+
* [Example] "MetaMask"
|
|
312
|
+
*/
|
|
313
|
+
wallet_type?: string | null;
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
export interface WithdrawRetrieveChanceResponse {
|
|
317
|
+
/**
|
|
318
|
+
* Asset balance information.
|
|
319
|
+
*/
|
|
320
|
+
account: WithdrawRetrieveChanceResponse.Account;
|
|
321
|
+
/**
|
|
322
|
+
* Currency information.
|
|
323
|
+
*/
|
|
324
|
+
currency: WithdrawRetrieveChanceResponse.Currency;
|
|
325
|
+
/**
|
|
326
|
+
* User security level information.
|
|
327
|
+
*/
|
|
328
|
+
member_level: WithdrawRetrieveChanceResponse.MemberLevel;
|
|
329
|
+
/**
|
|
330
|
+
* Withdrawal limit information.
|
|
331
|
+
*/
|
|
332
|
+
withdraw_limit: WithdrawRetrieveChanceResponse.WithdrawLimit;
|
|
333
|
+
}
|
|
334
|
+
export declare namespace WithdrawRetrieveChanceResponse {
|
|
335
|
+
/**
|
|
336
|
+
* Asset balance information.
|
|
337
|
+
*/
|
|
338
|
+
interface Account {
|
|
339
|
+
/**
|
|
340
|
+
* Average buy price of the asset.
|
|
341
|
+
*/
|
|
342
|
+
avg_buy_price: string;
|
|
343
|
+
/**
|
|
344
|
+
* Indicates whether the average buy price has been modified.
|
|
345
|
+
*/
|
|
346
|
+
avg_buy_price_modified: boolean;
|
|
347
|
+
/**
|
|
348
|
+
* Available amount or volume for orders.
|
|
349
|
+
*/
|
|
350
|
+
balance: string;
|
|
351
|
+
/**
|
|
352
|
+
* Currency code to be queried.
|
|
353
|
+
*/
|
|
354
|
+
currency: string;
|
|
355
|
+
/**
|
|
356
|
+
* Amount or quantity locked by pending orders or withdrawals.
|
|
357
|
+
*/
|
|
358
|
+
locked: string;
|
|
359
|
+
/**
|
|
360
|
+
* Currency unit used as the basis for avg_buy_price.
|
|
361
|
+
*/
|
|
362
|
+
unit_currency: string;
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Currency information.
|
|
366
|
+
*/
|
|
367
|
+
interface Currency {
|
|
368
|
+
/**
|
|
369
|
+
* Currency code.
|
|
370
|
+
*/
|
|
371
|
+
code: string;
|
|
372
|
+
/**
|
|
373
|
+
* Whether this is a digital asset.
|
|
374
|
+
*/
|
|
375
|
+
is_coin: boolean;
|
|
376
|
+
/**
|
|
377
|
+
* Whether deposit/withdrawal has been supported for this asset.
|
|
378
|
+
*
|
|
379
|
+
* - `working`: Has been supported
|
|
380
|
+
* - `unsupported`: Never supported
|
|
381
|
+
*/
|
|
382
|
+
wallet_state: 'working' | 'unsupported';
|
|
383
|
+
/**
|
|
384
|
+
* Current deposit/withdrawal availability. 'deposit' if deposits are available,
|
|
385
|
+
* 'withdraw' if withdrawals are available. Empty list means neither is available.
|
|
386
|
+
*/
|
|
387
|
+
wallet_support: Array<string>;
|
|
388
|
+
/**
|
|
389
|
+
* Withdrawal fee.
|
|
390
|
+
*/
|
|
391
|
+
withdraw_fee: string;
|
|
392
|
+
}
|
|
393
|
+
/**
|
|
394
|
+
* User security level information.
|
|
395
|
+
*/
|
|
396
|
+
interface MemberLevel {
|
|
397
|
+
/**
|
|
398
|
+
* Whether bank account is verified.
|
|
399
|
+
*/
|
|
400
|
+
bank_account_verified: boolean;
|
|
401
|
+
/**
|
|
402
|
+
* Whether email is verified.
|
|
403
|
+
*/
|
|
404
|
+
email_verified: boolean;
|
|
405
|
+
/**
|
|
406
|
+
* Fee level.
|
|
407
|
+
*/
|
|
408
|
+
fee_level: number;
|
|
409
|
+
/**
|
|
410
|
+
* Whether identity is verified.
|
|
411
|
+
*/
|
|
412
|
+
identity_auth_verified: boolean;
|
|
413
|
+
/**
|
|
414
|
+
* Whether the account is locked.
|
|
415
|
+
*/
|
|
416
|
+
locked: boolean;
|
|
417
|
+
/**
|
|
418
|
+
* Security level.
|
|
419
|
+
*/
|
|
420
|
+
security_level: number;
|
|
421
|
+
/**
|
|
422
|
+
* Whether two-factor authentication is enabled.
|
|
423
|
+
*/
|
|
424
|
+
two_factor_auth_verified: boolean;
|
|
425
|
+
/**
|
|
426
|
+
* Whether the wallet (withdrawal) is locked.
|
|
427
|
+
*/
|
|
428
|
+
wallet_locked: boolean;
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Withdrawal limit information.
|
|
432
|
+
*/
|
|
433
|
+
interface WithdrawLimit {
|
|
434
|
+
/**
|
|
435
|
+
* Currency code to be queried.
|
|
436
|
+
*/
|
|
437
|
+
currency: string;
|
|
438
|
+
/**
|
|
439
|
+
* Reference fiat currency.
|
|
440
|
+
*/
|
|
441
|
+
fiat_currency: string;
|
|
442
|
+
/**
|
|
443
|
+
* Integrated remaining daily withdrawal limit (in fiat currency).
|
|
444
|
+
*/
|
|
445
|
+
remaining_daily_fiat: string;
|
|
446
|
+
/**
|
|
447
|
+
* Whether withdrawal is currently supported.
|
|
448
|
+
*
|
|
449
|
+
* - To check current availability, refer to currency.wallet_support for the
|
|
450
|
+
* 'withdraw' value.
|
|
451
|
+
*/
|
|
452
|
+
can_withdraw?: boolean;
|
|
453
|
+
/**
|
|
454
|
+
* Decimal precision for withdrawal amount/volume.
|
|
455
|
+
*/
|
|
456
|
+
fixed?: number;
|
|
457
|
+
/**
|
|
458
|
+
* Minimum withdrawal amount or volume.
|
|
459
|
+
*/
|
|
460
|
+
minimum?: string;
|
|
461
|
+
/**
|
|
462
|
+
* Amount restricted due to the withdrawal delay policy.
|
|
463
|
+
*/
|
|
464
|
+
withdraw_delayed_fiat?: string;
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
export interface WithdrawRetrieveParams {
|
|
468
|
+
/**
|
|
469
|
+
* Currency code filter. If not specified, the latest withdrawal is returned.
|
|
470
|
+
*/
|
|
471
|
+
currency?: string;
|
|
472
|
+
/**
|
|
473
|
+
* Transaction ID of the withdrawal to query.
|
|
474
|
+
*
|
|
475
|
+
* If neither uuid nor txid is provided, the latest withdrawal is returned.
|
|
476
|
+
*/
|
|
477
|
+
txid?: string;
|
|
478
|
+
/**
|
|
479
|
+
* UUID of the withdrawal to query.
|
|
480
|
+
*
|
|
481
|
+
* If neither uuid nor txid is provided, the latest withdrawal is returned.
|
|
482
|
+
*/
|
|
483
|
+
uuid?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface WithdrawListParams extends UuidCursorIDPageParams {
|
|
486
|
+
/**
|
|
487
|
+
* Currency code filter. If not specified, all currencies are returned.
|
|
488
|
+
*/
|
|
489
|
+
currency?: string;
|
|
490
|
+
/**
|
|
491
|
+
* Cursor for pagination. Enter a "uuid" from the response to retrieve "limit"
|
|
492
|
+
* withdrawals after that timestamp.
|
|
493
|
+
*/
|
|
494
|
+
from?: string;
|
|
495
|
+
/**
|
|
496
|
+
* Sort order. "desc" (newest first) or "asc" (oldest first). Default is "desc".
|
|
497
|
+
*/
|
|
498
|
+
order_by?: 'asc' | 'desc';
|
|
499
|
+
/**
|
|
500
|
+
* Page number for pagination. Default is 1.
|
|
501
|
+
*/
|
|
502
|
+
page?: number;
|
|
503
|
+
/**
|
|
504
|
+
* Withdrawal state filter.
|
|
505
|
+
*
|
|
506
|
+
* - `WAITING`: Waiting
|
|
507
|
+
* - `PROCESSING`: Processing
|
|
508
|
+
* - `DONE`: Completed
|
|
509
|
+
* - `FAILED`: Failed
|
|
510
|
+
* - `CANCELLED`: Cancelled
|
|
511
|
+
* - `REJECTED`: Rejected
|
|
512
|
+
*/
|
|
513
|
+
state?: 'WAITING' | 'PROCESSING' | 'DONE' | 'FAILED' | 'CANCELLED' | 'REJECTED';
|
|
514
|
+
/**
|
|
515
|
+
* List of transaction IDs to query. Maximum 100. Cannot be used together with
|
|
516
|
+
* uuids.
|
|
517
|
+
*
|
|
518
|
+
* [Example] txids[]=txid1&txids[]=txid2
|
|
519
|
+
*/
|
|
520
|
+
txids?: Array<string>;
|
|
521
|
+
/**
|
|
522
|
+
* List of UUIDs to query. Maximum 100. Cannot be used together with txids.
|
|
523
|
+
*
|
|
524
|
+
* [Example] uuids[]=uuid1&uuids[]=uuid2
|
|
525
|
+
*/
|
|
526
|
+
uuids?: Array<string>;
|
|
527
|
+
}
|
|
528
|
+
export interface WithdrawCancelWithdrawalParams {
|
|
529
|
+
/**
|
|
530
|
+
* UUID of the withdrawal to cancel.
|
|
531
|
+
*/
|
|
532
|
+
uuid: string;
|
|
533
|
+
}
|
|
534
|
+
export interface WithdrawCreateKrwWithdrawalParams {
|
|
535
|
+
/**
|
|
536
|
+
* KRW amount to withdraw.
|
|
537
|
+
*
|
|
538
|
+
* Must be a numeric string.
|
|
539
|
+
*/
|
|
540
|
+
amount: string;
|
|
541
|
+
/**
|
|
542
|
+
* Two-factor authentication method for KRW transactions.
|
|
543
|
+
*
|
|
544
|
+
* - `kakao`: Kakao authentication
|
|
545
|
+
* - `naver`: Naver authentication
|
|
546
|
+
* - `hana`: Hana certificate authentication
|
|
547
|
+
*/
|
|
548
|
+
two_factor_type: 'kakao' | 'naver' | 'hana';
|
|
549
|
+
}
|
|
550
|
+
export interface WithdrawCreateWithdrawalParams {
|
|
551
|
+
/**
|
|
552
|
+
* Recipient address for digital asset withdrawal.
|
|
553
|
+
*
|
|
554
|
+
* Only addresses registered in the allowed withdrawal address list can be used.
|
|
555
|
+
*/
|
|
556
|
+
address: string;
|
|
557
|
+
/**
|
|
558
|
+
* Amount of the asset to withdraw.
|
|
559
|
+
*
|
|
560
|
+
* Must be a numeric string.
|
|
561
|
+
*/
|
|
562
|
+
amount: string;
|
|
563
|
+
/**
|
|
564
|
+
* Currency code of the digital asset to withdraw.
|
|
565
|
+
*/
|
|
566
|
+
currency: string;
|
|
567
|
+
/**
|
|
568
|
+
* Check the allowed withdrawal addresses API response to find the available
|
|
569
|
+
* "net_type" value for each address.
|
|
570
|
+
*/
|
|
571
|
+
net_type: string;
|
|
572
|
+
/**
|
|
573
|
+
* Secondary withdrawal address (Destination Tag, Memo, or Message). If the
|
|
574
|
+
* recipient address includes a secondary address, this field must be included.
|
|
575
|
+
*/
|
|
576
|
+
secondary_address?: string | null;
|
|
577
|
+
/**
|
|
578
|
+
* Withdrawal transaction type.
|
|
579
|
+
*
|
|
580
|
+
* - `default`: Standard withdrawal
|
|
581
|
+
* - `internal`: Internal (instant) withdrawal
|
|
582
|
+
*/
|
|
583
|
+
transaction_type?: 'default' | 'internal';
|
|
584
|
+
}
|
|
585
|
+
export interface WithdrawRetrieveChanceParams {
|
|
586
|
+
/**
|
|
587
|
+
* Currency code to query withdrawal availability for.
|
|
588
|
+
*/
|
|
589
|
+
currency: string;
|
|
590
|
+
/**
|
|
591
|
+
* Blockchain network identifier for digital asset withdrawal. Required for digital
|
|
592
|
+
* assets.
|
|
593
|
+
*/
|
|
594
|
+
net_type: string;
|
|
595
|
+
}
|
|
596
|
+
export declare namespace Withdraws {
|
|
597
|
+
export { type Withdraw as Withdraw, type WithdrawCreateKrwWithdrawalResponse as WithdrawCreateKrwWithdrawalResponse, type WithdrawListCoinAddressesResponse as WithdrawListCoinAddressesResponse, type WithdrawRetrieveChanceResponse as WithdrawRetrieveChanceResponse, type WithdrawsUuidCursorIDPage as WithdrawsUuidCursorIDPage, type WithdrawRetrieveParams as WithdrawRetrieveParams, type WithdrawListParams as WithdrawListParams, type WithdrawCancelWithdrawalParams as WithdrawCancelWithdrawalParams, type WithdrawCreateKrwWithdrawalParams as WithdrawCreateKrwWithdrawalParams, type WithdrawCreateWithdrawalParams as WithdrawCreateWithdrawalParams, type WithdrawRetrieveChanceParams as WithdrawRetrieveChanceParams, };
|
|
598
|
+
}
|
|
599
|
+
//# sourceMappingURL=withdraws.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withdraws.d.ts","sourceRoot":"","sources":["../src/resources/withdraws.ts"],"names":[],"mappings":"OACO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,WAAW,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE;OAC9D,EAAE,cAAc,EAAE;AAEzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,KAAK,GAAE,sBAAsB,GAAG,IAAI,GAAG,SAAc,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,QAAQ,CAAC;IAIvB;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,KAAK,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,yBAAyB,EAAE,QAAQ,CAAC;IAInD;;;;;;;;;;;;;;OAcG;IACH,gBAAgB,CAAC,MAAM,EAAE,8BAA8B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAKxG;;;;;;;;;;;;;;OAcG;IACH,mBAAmB,CACjB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mCAAmC,CAAC;IAIlD;;;;;;;;;;;;;;;;;OAiBG;IACH,gBAAgB,CAAC,IAAI,EAAE,8BAA8B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAItG;;;;;;;;;;;;;OAaG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iCAAiC,CAAC;IAI1F;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,CACZ,KAAK,EAAE,4BAA4B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,8BAA8B,CAAC;CAG9C;AAED,MAAM,MAAM,yBAAyB,GAAG,gBAAgB,CAAC,QAAQ,CAAC,CAAC;AAEnE,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAE9B;;;;;;OAMG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;;;;;;;;OASG;IACH,KAAK,EAAE,SAAS,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;IAE/E;;;;;OAKG;IACH,gBAAgB,EAAE,SAAS,GAAG,UAAU,CAAC;IAEzC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAE9B;;;;;;OAMG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;;;;;;;;OASG;IACH,KAAK,EAAE,SAAS,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;IAE/E;;;;;OAKG;IACH,gBAAgB,EAAE,SAAS,GAAG,UAAU,CAAC;IAEzC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,MAAM,MAAM,iCAAiC,GAC3C,KAAK,CAAC,iCAAiC,CAAC,qCAAqC,CAAC,CAAC;AAEjF,yBAAiB,iCAAiC,CAAC;IACjD,UAAiB,qCAAqC;QACpD;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;;;;;;WAOG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;;;WAIG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;;;WAIG;QACH,gBAAgB,EAAE,MAAM,CAAC;QAEzB;;WAEG;QACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAEzC;;;;;WAKG;QACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAE1B;;;;;WAKG;QACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAEjC;;;;WAIG;QACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAE9B;;;WAGG;QACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAElC;;;;WAIG;QACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC7B;CACF;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,OAAO,EAAE,8BAA8B,CAAC,OAAO,CAAC;IAEhD;;OAEG;IACH,QAAQ,EAAE,8BAA8B,CAAC,QAAQ,CAAC;IAElD;;OAEG;IACH,YAAY,EAAE,8BAA8B,CAAC,WAAW,CAAC;IAEzD;;OAEG;IACH,cAAc,EAAE,8BAA8B,CAAC,aAAa,CAAC;CAC9D;AAED,yBAAiB,8BAA8B,CAAC;IAC9C;;OAEG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,sBAAsB,EAAE,OAAO,CAAC;QAEhC;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,MAAM,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;KACvB;IAED;;OAEG;IACH,UAAiB,QAAQ;QACvB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;WAEG;QACH,OAAO,EAAE,OAAO,CAAC;QAEjB;;;;;WAKG;QACH,YAAY,EAAE,SAAS,GAAG,aAAa,CAAC;QAExC;;;WAGG;QACH,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAE9B;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;KACtB;IAED;;OAEG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,qBAAqB,EAAE,OAAO,CAAC;QAE/B;;WAEG;QACH,cAAc,EAAE,OAAO,CAAC;QAExB;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;WAEG;QACH,sBAAsB,EAAE,OAAO,CAAC;QAEhC;;WAEG;QACH,MAAM,EAAE,OAAO,CAAC;QAEhB;;WAEG;QACH,cAAc,EAAE,MAAM,CAAC;QAEvB;;WAEG;QACH,wBAAwB,EAAE,OAAO,CAAC;QAElC;;WAEG;QACH,aAAa,EAAE,OAAO,CAAC;KACxB;IAED;;OAEG;IACH,UAAiB,aAAa;QAC5B;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,aAAa,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,oBAAoB,EAAE,MAAM,CAAC;QAE7B;;;;;WAKG;QACH,YAAY,CAAC,EAAE,OAAO,CAAC;QAEvB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;WAEG;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;QAEjB;;WAEG;QACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;KAChC;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAmB,SAAQ,sBAAsB;IAChE;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAE1B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,UAAU,CAAC;IAEhF;;;;;OAKG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEtB;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACvB;AAED,MAAM,WAAW,8BAA8B;IAC7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iCAAiC;IAChD;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;;;OAMG;IACH,eAAe,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;CAC7C;AAED,MAAM,WAAW,8BAA8B;IAC7C;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;CAC3C;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,mCAAmC,IAAI,mCAAmC,EAC/E,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,iCAAiC,IAAI,iCAAiC,EAC3E,KAAK,8BAA8B,IAAI,8BAA8B,EACrE,KAAK,4BAA4B,IAAI,4BAA4B,GAClE,CAAC;CACH"}
|